Mercurial > emacs
annotate leim/quail/pypunct-b5.el @ 103403:cb4483f32179
(vc-hg-log-switches): Add defcustom.
(vc-hg-print-log): Use it.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 12 Jun 2009 20:14:45 +0000 |
parents | 0d2e4142fb60 |
children | 1d1d5d9bd884 |
rev | line source |
---|---|
88610 | 1 ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- |
18803 | 2 |
75253
f5f322eb227f
Update copyright for years from Emacs 21 to present.
Glenn Morris <rgm@gnu.org>
parents:
74605
diff
changeset
|
3 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, |
100963 | 4 ;; 2006, 2007, 2008, 2009 |
67657 | 5 ;; National Institute of Advanced Industrial Science and Technology (AIST) |
6 ;; Registration Number H14PRO021 | |
18803 | 7 |
8 ;; Author: Ken'ichi HANDA <handa@etl.go.jp> | |
9 | |
10 ;; Keywords: multilingual, input method, Chienese | |
11 | |
12 ;; This file is part of GNU Emacs. | |
13 | |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91327
diff
changeset
|
14 ;; GNU Emacs is free software: you can redistribute it and/or modify |
18803 | 15 ;; it under the terms of the GNU General Public License as published by |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91327
diff
changeset
|
16 ;; the Free Software Foundation, either version 3 of the License, or |
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91327
diff
changeset
|
17 ;; (at your option) any later version. |
18803 | 18 |
19 ;; GNU Emacs is distributed in the hope that it will be useful, | |
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
22 ;; GNU General Public License for more details. | |
23 | |
24 ;; You should have received a copy of the GNU General Public License | |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91327
diff
changeset
|
25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
18803 | 26 |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
27 ;;; Commentary: |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
28 |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
29 ;;; Code: |
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
30 |
18966 | 31 (require 'quail) |
32 | |
18803 | 33 (load "quail/PY-b5") |
34 (load "quail/Punct-b5") | |
35 | |
36 (quail-define-package | |
51136
04c11327e7a3
("chinese-py-punct-b5"): Change the title
Kenichi Handa <handa@m17n.org>
parents:
38453
diff
changeset
|
37 "chinese-py-punct-b5" "Chinese-BIG5" "$(03<>K(B" |
18803 | 38 t |
39 "$(0&d'GTT&,!J3<5x!K(B and `v' for $(0O:X5>KHATT&,(B | |
40 | |
31430
51af891cb717
("chinese-py-punct-b5"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents:
19965
diff
changeset
|
41 This is the combination of the input method `chinese-py-b5' and |
51af891cb717
("chinese-py-punct-b5"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents:
19965
diff
changeset
|
42 `chinese-punct-b5'. |
51af891cb717
("chinese-py-punct-b5"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents:
19965
diff
changeset
|
43 |
51af891cb717
("chinese-py-punct-b5"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents:
19965
diff
changeset
|
44 You can enter normal Chinese characters by the same way as `chinese-py-b5'. |
18803 | 45 And, you can enter symbols by typing `v' followed by any key sequences |
31430
51af891cb717
("chinese-py-punct-b5"): Docstring modified.
Kenichi Handa <handa@m17n.org>
parents:
19965
diff
changeset
|
46 defined in `chinese-punct-b5'. |
18803 | 47 |
48 For instance, typing `v' and `%' insert `$(0"h(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))) | |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
55 |
94710
4f1fd208c354
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91327
diff
changeset
|
56 ;; arch-tag: fe8176d3-b467-47d5-9ed9-75b6e27cf29b |
38453
519983161a46
Some fixes to follow lisp coding conventions and typo fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
31430
diff
changeset
|
57 ;;; pypunct-b5.el ends here |