Mercurial > emacs
changeset 19373:314fa41f0155
(lrt-vowel-table): Some elements corrected.
("lao-lrt"): Doc-string of this Quail package modified.
Some tranlation rules added.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 16 Aug 1997 01:57:13 +0000 |
parents | d9d25c2a6cd4 |
children | b4eb3242ba6e |
files | leim/quail/lrt.el |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/quail/lrt.el Sat Aug 16 01:56:45 1997 +0000 +++ b/leim/quail/lrt.el Sat Aug 16 01:57:13 1997 +0000 @@ -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