annotate leim/quail/py-punct.el @ 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 a5a44ea689a5
children 519983161a46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18803
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
1 ;; quail/py-punct.el -- Quail packages for Chinese (pinyin + extra symbols)
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
2
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
3 ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
4 ;; Licensed to the Free Software Foundation.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
5
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
6 ;; Author: Ken'ichi HANDA <handa@etl.go.jp>
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
7
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
8 ;; Keywords: multilingual, input method, Chienese
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
9
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
10 ;; This file is part of GNU Emacs.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
11
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
13 ;; it under the terms of the GNU General Public License as published by
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
14 ;; the Free Software Foundation; either version 2, or (at your option)
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
15 ;; any later version.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
16
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
17 ;; GNU Emacs is distributed in the hope that it will be useful,
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
20 ;; GNU General Public License for more details.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
21
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
25 ;; Boston, MA 02111-1307, USA.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
26
18966
a5a44ea689a5 Require 'quail.
Kenichi Handa <handa@m17n.org>
parents: 18803
diff changeset
27 (require 'quail)
a5a44ea689a5 Require 'quail.
Kenichi Handa <handa@m17n.org>
parents: 18803
diff changeset
28
18803
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
29 (load "quail/PY")
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
30 (load "quail/Punct")
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
31
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
32 (quail-define-package
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
33 "chinese-py-punct" "Chinese-GB" "$AF47{(B"
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
34 t
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
35 "$A::WVJdHk(B $AF4Rt7=08(B and `v' for $A1j5c7{:EJdHk(B
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
36
31429
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
37 This is the combination of the input methods `chinese-py' and `chinese-punct'.
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
38 You can enter normal Chinese characters by the same way as `chinese-py'.
18803
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
39 And, you can enter symbols by typing `v' followed by any key sequences
31429
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
40 defined in `chinese-punct'.
18803
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
41
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
42 For instance, typing `v' and `%' insert `$A#%(B'.
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
43 ")
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
44
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
45 (setcar (nthcdr 2 quail-current-package)
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
46 (nth 2 (assoc "chinese-py" quail-package-alist)))
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
47
17948244754e Initial revision
Kenichi Handa <handa@m17n.org>
parents:
diff changeset
48 (quail-defrule "v" (nth 2 (assoc "chinese-punct" quail-package-alist)))
31429
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
49
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
50 (load "quail/TONEPY")
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
51
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
52 (quail-define-package
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
53 "chinese-tonepy-punct" "Chinese-GB" "$AF47{(B"
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
54 t
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
55 "$A::WVJdHk(B $A4x5wF4Rt7=08(B and `v' for $A1j5c7{:EJdHk(B
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
56
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
57 This is the combination of the input methods `chinese-tonepy' and
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
58 `chinese-punct'.
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
59
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
60 You can enter normal Chinese characters by the same way as
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
61 `chinese-tonepy'. And, you can enter symbols by typing `v' followed
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
62 by any key sequences defined in `chinese-punct'.
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
63
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
64 For instance, typing `v' and `%' insert `$A#%(B'.
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
65 ")
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
66
f5fac9bb3bd0 ("chinese-py-punct"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents: 18966
diff changeset
67 (quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))