remove sigio blocking
[bpt/emacs.git] / lisp / leim / quail / pypunct-b5.el
CommitLineData
047eced5 1;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*-
029eaa11 2
03ba6797 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5df4f04c 4;; 2006, 2007, 2008, 2009, 2010, 2011
698218a2
KH
5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021
029eaa11
KH
7
8;; Author: Ken'ichi HANDA <handa@etl.go.jp>
9
ee7683eb 10;; Keywords: multilingual, input method, Chinese
029eaa11
KH
11
12;; This file is part of GNU Emacs.
13
3d544458 14;; GNU Emacs is free software: you can redistribute it and/or modify
029eaa11 15;; it under the terms of the GNU General Public License as published by
3d544458
GM
16;; the Free Software Foundation, either version 3 of the License, or
17;; (at your option) any later version.
029eaa11
KH
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
3d544458 25;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
029eaa11 26
be567141
PJ
27;;; Commentary:
28
29;;; Code:
30
05e60fc0
KH
31(require 'quail)
32
029eaa11
KH
33(load "quail/PY-b5")
34(load "quail/Punct-b5")
35
36(quail-define-package
e1e39fdf 37 "chinese-py-punct-b5" "Chinese-BIG5" "\e$(03<>K\e(B"
029eaa11
KH
38 t
39 "\e$(0&d'GTT&,!J3<5x!K\e(B and `v' for \e$(0O:X5>KHATT&,\e(B
40
7ec376c8
KH
41This is the combination of the input method `chinese-py-b5' and
42`chinese-punct-b5'.
43
44You can enter normal Chinese characters by the same way as `chinese-py-b5'.
029eaa11 45And, you can enter symbols by typing `v' followed by any key sequences
7ec376c8 46defined in `chinese-punct-b5'.
029eaa11
KH
47
48For 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)))
be567141
PJ
55
56;;; pypunct-b5.el ends here