From: Kenichi Handa Date: Sat, 16 Aug 1997 01:57:13 +0000 (+0000) Subject: (lrt-vowel-table): Some elements corrected. X-Git-Tag: emacs-20.1~575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d0c3ab61a4864b0c7942185f0dafa7df5224cea;p=emacs.git (lrt-vowel-table): Some elements corrected. ("lao-lrt"): Doc-string of this Quail package modified. Some tranlation rules added. --- diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el index ad59abe1baf..fd9b21bea8c 100644 --- a/leim/quail/lrt.el +++ b/leim/quail/lrt.el @@ -113,7 +113,7 @@ ("ai" "(1d(B" (?(1d(B 0)) ("ei" "(1c(B" (?(1c(B 0)) ("ao" "(1`[R(B" (?(1`(B 0 ?(1[(B ?(1R(B)) - ("aM" "(1S(B" (?(1S(B 0)))) + ("aM" "(1S(B" (0 ?(1S(B)))) ;; Maa-sakod is put at the tail. (defconst lrt-maa-sakod-table @@ -381,7 +381,11 @@ (quail-define-package "lao-lrt" "Lao" "(1E(BR" t - "Lao input method using LRT (Lao Roman Transcription)" + "Lao input method using LRT (Lao Roman Transcription). +`\\' (backslash) + number-key => (1p(B,(1q(B,(1r(B,... LAO DIGIT ZERO, ONE, TWO, ... +`\\' (backslash) + `\\' => (1f(B LAO KO LA (REPETITION) +`\\' (backslash) + `$' => (1O(B LAO ELLIPSIS +" '(("k" . lrt-handle-maa-sakod) ("g" . lrt-handle-maa-sakod) ("y" . lrt-handle-maa-sakod) @@ -412,5 +416,7 @@ (quail-defrule "\\7" ?(1w(B) (quail-defrule "\\8" ?(1x(B) (quail-defrule "\\9" ?(1y(B) +(quail-defrule "\\\\" ?(1f(B) +(quail-defrule "\\$" ?(1O(B) ;;; quail/lrt.el ends here