]> code.delx.au - gnu-emacs/blobdiff - leim/quail/pypunct-b5.el
(font-lock-comment-face, font-lock-set-defaults, font-lock-string-face):
[gnu-emacs] / leim / quail / pypunct-b5.el
index ce1378328d1e91d3a29be9f191accd1c92147bb1..1d9a6937bb55659e99b7e313c42021d3b88549ed 100644 (file)
@@ -1,4 +1,4 @@
-;; quail/py-punct-b5.el -- Quail packages for Chinese (pinyin + extra symbols)
+;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols)
 
 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
+
+;;; Commentary:
+
+;;; Code:
 
 (require 'quail)
 
 (load "quail/Punct-b5")
 
 (quail-define-package
- "chinese-py-punct-b5" "Chinese-BIG5" "\e$AF47{\e(B"
+ "chinese-py-punct-b5" "Chinese-BIG5" "\e$(03<>K\e(B"
  t
  "\e$(0&d'GTT&,!J3<5x!K\e(B and `v' for \e$(0O:X5>KHATT&,\e(B
 
-This is the combination of Quail packages \"chinese-py-b5\"
-and \"chinese-punct-b5\".
-You can enter normal Chinese characters by the same way as \"chinese-py-b5\".
+This is the combination of the input method `chinese-py-b5' and
+`chinese-punct-b5'.
+
+You can enter normal Chinese characters by the same way as `chinese-py-b5'.
 And, you can enter symbols by typing `v' followed by any key sequences
-defined in \"chinese-punct-b5\".
+defined in `chinese-punct-b5'.
 
 For instance, typing `v' and `%' insert `\e$(0"h\e(B'.
 ")
@@ -47,3 +52,6 @@ For instance, typing `v' and `%' insert `\e$(0"h\e(B'.
        (nth 2 (assoc "chinese-py-b5" quail-package-alist)))
 
 (quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))
+
+;;; arch-tag: fe8176d3-b467-47d5-9ed9-75b6e27cf29b
+;;; pypunct-b5.el ends here