(show-paren-mode): Use define-minor-mode.
[bpt/emacs.git] / leim / quail / py-punct.el
CommitLineData
029eaa11
KH
1;; quail/py-punct.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., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA.
26
05e60fc0
KH
27(require 'quail)
28
029eaa11
KH
29(load "quail/PY")
30(load "quail/Punct")
31
32(quail-define-package
33 "chinese-py-punct" "Chinese-GB" "\e$AF47{\e(B"
34 t
35 "\e$A::WVJdHk\e(B \e$AF4Rt7=08\e(B and `v' for \e$A1j5c7{:EJdHk\e(B
36
e6788ea8
KH
37This is the combination of the input methods `chinese-py' and `chinese-punct'.
38You can enter normal Chinese characters by the same way as `chinese-py'.
029eaa11 39And, you can enter symbols by typing `v' followed by any key sequences
e6788ea8 40defined in `chinese-punct'.
029eaa11
KH
41
42For instance, typing `v' and `%' insert `\e$A#%\e(B'.
43")
44
45(setcar (nthcdr 2 quail-current-package)
46 (nth 2 (assoc "chinese-py" quail-package-alist)))
47
48(quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist)))
e6788ea8
KH
49
50(load "quail/TONEPY")
51
52(quail-define-package
53 "chinese-tonepy-punct" "Chinese-GB" "\e$AF47{\e(B"
54 t
55 "\e$A::WVJdHk\e(B \e$A4x5wF4Rt7=08\e(B and `v' for \e$A1j5c7{:EJdHk\e(B
56
57This is the combination of the input methods `chinese-tonepy' and
58`chinese-punct'.
59
60You can enter normal Chinese characters by the same way as
61`chinese-tonepy'. And, you can enter symbols by typing `v' followed
62by any key sequences defined in `chinese-punct'.
63
64For instance, typing `v' and `%' insert `\e$A#%\e(B'.
65")
66
67(quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))