emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/leim/quail/vntelex.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/leim/quail/vntelex.el
Date: Wed, 01 May 2002 05:50:45 -0400

Index: emacs/leim/quail/vntelex.el
diff -c emacs/leim/quail/vntelex.el:1.3 emacs/leim/quail/vntelex.el:1.4
*** emacs/leim/quail/vntelex.el:1.3     Wed May  1 05:45:20 2002
--- emacs/leim/quail/vntelex.el Wed May  1 05:50:45 2002
***************
*** 1,6 ****
  ;;; vntelex.el --- Quail package for Vietnamese by Telex method
  
! ;; Copyright (C) 2001 Free Software Foundation.
  
  ;; Author:   Werner Lemberg <address@hidden>
  ;; Keywords: multilingual, input method, Vietnamese
--- 1,6 ----
  ;;; vntelex.el --- Quail package for Vietnamese by Telex method
  
! ;; Copyright (C) 2001, 2002 Free Software Foundation.
  
  ;; Author:   Werner Lemberg <address@hidden>
  ;; Keywords: multilingual, input method, Vietnamese
***************
*** 398,403 ****
--- 398,419 ----
   ("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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]