/[emacs]/emacs/leim/quail/vntelex.el
ViewVC logotype

Diff of /emacs/leim/quail/vntelex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pj, Wed May 1 09:45:20 2002 UTC revision 1.4 by pj, Wed May 1 09:50:45 2002 UTC
# Line 1  Line 1 
1  ;;; vntelex.el --- Quail package for Vietnamese by Telex method  ;;; vntelex.el --- Quail package for Vietnamese by Telex method
2    
3  ;; Copyright (C) 2001 Free Software Foundation.  ;; Copyright (C) 2001, 2002 Free Software Foundation.
4    
5  ;; Author:   Werner Lemberg <wl@gnu.org>  ;; Author:   Werner Lemberg <wl@gnu.org>
6  ;; Keywords: multilingual, input method, Vietnamese  ;; Keywords: multilingual, input method, Vietnamese
# Line 398  and postfix: Eee -> Ee, ajj -> aj, etc. Line 398  and postfix: Eee -> Ee, ajj -> aj, etc.
398   ("DDD" ["DD"])   ("DDD" ["DD"])
399   ("Ddd" ["Dd"])   ("Ddd" ["Dd"])
400  ;("$$$" ["$$"])  ;("$$$" ["$$"])
401    
402     ;; escape from composition
403     ("\\w" ?w)     ; breve or horn
404     ("\\a" ?a)     ; a circumflex
405     ("\\A" ?A)     ; A circumflex
406     ("\\e" ?e)     ; e circumflex
407     ("\\E" ?E)     ; E circumflex
408     ("\\o" ?o)     ; o circumflex
409     ("\\O" ?O)     ; O circumflex
410     ("\\s" ?s)     ; acute
411     ("\\f" ?f)     ; grave
412     ("\\r" ?r)     ; hook above
413     ("\\x" ?x)     ; tilde
414     ("\\j" ?j)     ; dot below
415     ("\\d" ?d)     ; d-bar (d)
416     ("\\\\" ?\\)   ; literal backslash
417  )  )
418    
419  ;; Local Variables:  ;; Local Variables:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26