diff options
author | Kenichi Handa <handa@m17n.org> | 2000-09-07 02:52:23 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-09-07 02:52:23 +0000 |
commit | e6788ea83bb429a6477a3f5f3016f18ea2772371 (patch) | |
tree | 6368be000112ca0ca931dbc98da0e843ef3e0bda /leim/quail | |
parent | 7998bb4d1ef1dfed6e072870882f1859e8c95465 (diff) | |
download | emacs-e6788ea83bb429a6477a3f5f3016f18ea2772371.tar.gz |
("chinese-py-punct"): Docstring modified.
("chinese-tonepy-punct"): New input method.
Diffstat (limited to 'leim/quail')
-rw-r--r-- | leim/quail/py-punct.el | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el index 13996733e0c..b903f214e4f 100644 --- a/leim/quail/py-punct.el +++ b/leim/quail/py-punct.el @@ -34,10 +34,10 @@ t "$A::WVJdHk(B $AF4Rt7=08(B and `v' for $A1j5c7{:EJdHk(B -This is the combination of Quail packages \"chinese-py\" and \"chinese-punct\". -You can enter normal Chinese characters by the same way as \"chinese-py\". +This is the combination of the input methods `chinese-py' and `chinese-punct'. +You can enter normal Chinese characters by the same way as `chinese-py'. And, you can enter symbols by typing `v' followed by any key sequences -defined in \"chinese-punct\". +defined in `chinese-punct'. For instance, typing `v' and `%' insert `$A#%(B'. ") @@ -46,3 +46,22 @@ For instance, typing `v' and `%' insert `$A#%(B'. (nth 2 (assoc "chinese-py" quail-package-alist))) (quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist))) + +(load "quail/TONEPY") + +(quail-define-package + "chinese-tonepy-punct" "Chinese-GB" "$AF47{(B" + t + "$A::WVJdHk(B $A4x5wF4Rt7=08(B and `v' for $A1j5c7{:EJdHk(B + +This is the combination of the input methods `chinese-tonepy' and +`chinese-punct'. + +You can enter normal Chinese characters by the same way as +`chinese-tonepy'. And, you can enter symbols by typing `v' followed +by any key sequences defined in `chinese-punct'. + +For instance, typing `v' and `%' insert `$A#%(B'. +") + +(quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist))) |