changeset 31429:f5fac9bb3bd0

("chinese-py-punct"): Docstring modified. ("chinese-tonepy-punct"): New input method.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Sep 2000 02:52:23 +0000
parents cc90f3f49ddf
children 51af891cb717
files leim/quail/py-punct.el
diffstat 1 files changed, 22 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/leim/quail/py-punct.el	Thu Sep 07 02:50:12 2000 +0000
+++ b/leim/quail/py-punct.el	Thu Sep 07 02:52:23 2000 +0000
@@ -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 @@
 	(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)))