Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8ad51543
Commit
8ad51543
authored
May 04, 2002
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add even more rules.
parent
8829729c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
leim/quail/vntelex.el
leim/quail/vntelex.el
+7
-0
No files found.
leim/quail/vntelex.el
View file @
8ad51543
...
...
@@ -401,6 +401,7 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
;; escape from composition
("
\\w
" ?w) ; breve or horn
("
\\W
" ?W)
("
\\a
" ?a) ; a circumflex
("
\\A
" ?A) ; A circumflex
("
\\e
" ?e) ; e circumflex
...
...
@@ -408,11 +409,17 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
("
\\o
" ?o) ; o circumflex
("
\\O
" ?O) ; O circumflex
("
\\s
" ?s) ; acute
("
\\S
" ?S)
("
\\f
" ?f) ; grave
("
\\F
" ?F)
("
\\r
" ?r) ; hook above
("
\\R
" ?R)
("
\\x
" ?x) ; tilde
("
\\X
" ?X)
("
\\j
" ?j) ; dot below
("
\\J
" ?J)
("
\\d
" ?d) ; d-bar (d)
("
\\D
" ?D) ; D-bar (d)
("
\\\\
"
?\\
)
; literal backslash
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment