]> git.eshelyaron.com Git - emacs.git/commitdiff
Add even more rules.
authorPavel Janík <Pavel@Janik.cz>
Sat, 4 May 2002 10:06:22 +0000 (10:06 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 4 May 2002 10:06:22 +0000 (10:06 +0000)
leim/quail/vntelex.el

index adb5d850662d705d44857876e4693bf91bb62270..0184b67056724ddcdc4753102bfd6d33cf9add7e 100644 (file)
@@ -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
 )