]> code.delx.au - gnu-emacs/blobdiff - leim/quail/vntelex.el
* syntax.c (Fchar_syntax): Check the arg is a character.
[gnu-emacs] / leim / quail / vntelex.el
index 8b9082e18d394490b91da984e541c94674df704a..8af020b093ca018c9121ba1b29d7e0d32830019c 100644 (file)
@@ -1,16 +1,17 @@
 ;;; vntelex.el --- Quail package for Vietnamese by Telex method
 
-;; Copyright (C) 2001 Free Software Foundation.
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author:   Werner Lemberg <wl@gnu.org>
 ;; Keywords: multilingual, input method, Vietnamese
 
 ;; This file is part of GNU Emacs.
 
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,9 +19,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -286,7 +285,7 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
  ("Dd" ?\e,2p\e(B)
 ;("$$" ?\e$,1tK\e(B)     ; U+20AB DONG SIGN (#### check)
 
- ("aff" ["aff"])
+ ("aff" ["af"])
  ("AFF" ["AF"])
  ("Aff" ["Af"])
  ("ass" ["as"])
@@ -398,10 +397,34 @@ and postfix: Eee -> Ee, ajj -> aj, etc.
  ("DDD" ["DD"])
  ("Ddd" ["Dd"])
 ;("$$$" ["$$"])
+
+ ;; escape from composition
+ ("\\w" ?w)    ; breve or horn
+ ("\\W" ?W)
+ ("\\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
+ ("\\S" ?S)
+ ("\\f" ?f)    ; grave
+ ("\\F" ?F)
+ ("\\r" ?r)    ; hook above
+ ("\\R" ?R)
+ ("\\x" ?x)    ; tilde
+ ("\\X" ?X)
+ ("\\j" ?j)    ; dot below
+ ("\\J" ?J)
+ ("\\d" ?d)    ; d-bar (d)
+ ("\\D" ?D)    ; D-bar (d)
+ ("\\\\" ?\\)  ; literal backslash
 )
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
 ;; End:
 
+;; arch-tag: 60db6880-0c9f-4456-b9fe-628de053a5ab
 ;;; vntelex.el ends here