summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-05-01 09:50:45 +0000
committerPavel Janík <Pavel@Janik.cz>2002-05-01 09:50:45 +0000
commite53c7e302b996a931e26aa03638c82777bd9debb (patch)
treedca1060e27e15418b7abe27966954d077da7ac91 /leim
parentc9dae759363601ea2aab8fd0579519c80a8286cd (diff)
downloademacs-e53c7e302b996a931e26aa03638c82777bd9debb.tar.gz
Add new rules to escape from composition.
Diffstat (limited to 'leim')
-rw-r--r--leim/quail/vntelex.el18
1 files changed, 17 insertions, 1 deletions
diff --git a/leim/quail/vntelex.el b/leim/quail/vntelex.el
index 8b9082e18d3..adb5d850662 100644
--- a/leim/quail/vntelex.el
+++ b/leim/quail/vntelex.el
@@ -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: