Add arch taglines
[bpt/emacs.git] / leim / quail / vntelex.el
index fd97e9d..0447b19 100644 (file)
@@ -1,6 +1,6 @@
-;;; quail/vntelex.el -- Quail package for Vietnamese by Telex method
+;;; vntelex.el --- Quail package for Vietnamese by Telex method
 
-;; Copyright (C) 2001 Free Software Foundation.
+;; Copyright (C) 2001, 2002 Free Software Foundation.
 
 ;; Author:   Werner Lemberg <wl@gnu.org>
 ;; Keywords: multilingual, input method, Vietnamese
@@ -398,8 +398,34 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
  ("DDD" ["DD"])
  ("Ddd" ["Dd"])
 ;("$$$" ["$$"])
+
+ ;; escape from composition
+ ("\\w" ?w)    ; breve or horn
+ ("\\W" ?W)
+ ("\\a" ?a)    ; a circumflex
+ ("\\A" ?A)    ; A circumflex
+ ("\\e" ?e)    ; e circumflex
+ ("\\E" ?E)    ; E circumflex
+ ("\\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
 )
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
+
+;;; arch-tag: 60db6880-0c9f-4456-b9fe-628de053a5ab
+;;; vntelex.el ends here