Add arch taglines
[bpt/emacs.git] / leim / quail / vntelex.el
index adb5d85..0447b19 100644 (file)
@@ -400,7 +400,8 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
 ;("$$$" ["$$"])
 
  ;; escape from composition
- ("\\w" ?w)    ; breve or horn 
+ ("\\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
 )
 
@@ -420,4 +427,5 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
 ;; coding: iso-2022-7bit
 ;; End:
 
+;;; arch-tag: 60db6880-0c9f-4456-b9fe-628de053a5ab
 ;;; vntelex.el ends here