changeset 45059:832fe4d4233f

Add new rules to escape from composition.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 01 May 2002 09:50:45 +0000
parents 5413ef3a62a3
children 3b11364d0a1a
files leim/quail/vntelex.el
diffstat 1 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/leim/quail/vntelex.el	Wed May 01 09:46:36 2002 +0000
+++ b/leim/quail/vntelex.el	Wed May 01 09:50:45 2002 +0000
@@ -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 @@
  ("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: