]> code.delx.au - gnu-emacs/blob - leim/quail/pypunct-b5.el
Update FSF's address.
[gnu-emacs] / leim / quail / pypunct-b5.el
1 ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols)
2
3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation.
5
6 ;; Author: Ken'ichi HANDA <handa@etl.go.jp>
7
8 ;; Keywords: multilingual, input method, Chienese
9
10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by
14 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; any later version.
16
17 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; GNU General Public License for more details.
21
22 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25 ;; Boston, MA 02110-1301, USA.
26
27 ;;; Commentary:
28
29 ;;; Code:
30
31 (require 'quail)
32
33 (load "quail/PY-b5")
34 (load "quail/Punct-b5")
35
36 (quail-define-package
37 "chinese-py-punct-b5" "Chinese-BIG5" "\e$(03<>K\e(B"
38 t
39 "\e$(0&d'GTT&,!J3<5x!K\e(B and `v' for \e$(0O:X5>KHATT&,\e(B
40
41 This is the combination of the input method `chinese-py-b5' and
42 `chinese-punct-b5'.
43
44 You can enter normal Chinese characters by the same way as `chinese-py-b5'.
45 And, you can enter symbols by typing `v' followed by any key sequences
46 defined in `chinese-punct-b5'.
47
48 For instance, typing `v' and `%' insert `\e$(0"h\e(B'.
49 ")
50
51 (setcar (nthcdr 2 quail-current-package)
52 (nth 2 (assoc "chinese-py-b5" quail-package-alist)))
53
54 (quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))
55
56 ;;; arch-tag: fe8176d3-b467-47d5-9ed9-75b6e27cf29b
57 ;;; pypunct-b5.el ends here