]> git.eshelyaron.com Git - emacs.git/commitdiff
("chinese-py-punct"): Docstring modified.
authorKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 02:52:23 +0000 (02:52 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 02:52:23 +0000 (02:52 +0000)
("chinese-tonepy-punct"): New input method.

leim/quail/py-punct.el

index 13996733e0cdaaa73a216fe0fea84a1b59c3a931..b903f214e4f1902fc15e94a5fc39fe7f0e5475f1 100644 (file)
  t
  "\e$A::WVJdHk\e(B \e$AF4Rt7=08\e(B and `v' for \e$A1j5c7{:EJdHk\e(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 `\e$A#%\e(B'.
 ")
@@ -46,3 +46,22 @@ For instance, typing `v' and `%' insert `\e$A#%\e(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" "\e$AF47{\e(B"
+ t
+ "\e$A::WVJdHk\e(B \e$A4x5wF4Rt7=08\e(B and `v' for \e$A1j5c7{:EJdHk\e(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 `\e$A#%\e(B'.
+")
+
+(quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))