]> code.delx.au - gnu-emacs/commitdiff
Add new rules to escape from composition.
authorPavel Janík <Pavel@Janik.cz>
Wed, 1 May 2002 09:50:45 +0000 (09:50 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 1 May 2002 09:50:45 +0000 (09:50 +0000)
leim/quail/vntelex.el

index 8b9082e18d394490b91da984e541c94674df704a..adb5d850662d705d44857876e4693bf91bb62270 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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,6 +398,22 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
  ("DDD" ["DD"])
  ("Ddd" ["Dd"])
 ;("$$$" ["$$"])
+
+ ;; escape from composition
+ ("\\w" ?w)    ; breve or horn 
+ ("\\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
+ ("\\f" ?f)    ; grave
+ ("\\r" ?r)    ; hook above
+ ("\\x" ?x)    ; tilde
+ ("\\j" ?j)    ; dot below
+ ("\\d" ?d)    ; d-bar (d)
+ ("\\\\" ?\\)  ; literal backslash
 )
 
 ;; Local Variables: