(number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.
[emacs.git] / leim / quail / pypunct-b5.el
blob649599ef366ab467fd9d91bc29b061c3b8228523
1 ;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*-
3 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4 ;; 2006, 2007, 2008
5 ;; National Institute of Advanced Industrial Science and Technology (AIST)
6 ;; Registration Number H14PRO021
8 ;; Author: Ken'ichi HANDA <handa@etl.go.jp>
10 ;; Keywords: multilingual, input method, Chienese
12 ;; This file is part of GNU Emacs.
14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 3, or (at your option)
17 ;; any later version.
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.
24 ;; You should have received a copy of the GNU General Public License
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the
26 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
27 ;; Boston, MA 02110-1301, USA.
29 ;;; Commentary:
31 ;;; Code:
33 (require 'quail)
35 (load "quail/PY-b5")
36 (load "quail/Punct-b5")
38 (quail-define-package
39 "chinese-py-punct-b5" "Chinese-BIG5" "\e$(03<>K\e(B"
41 "\e$(0&d'GTT&,!J3<5x!K\e(B and `v' for \e$(0O:X5>KHATT&,\e(B
43 This is the combination of the input method `chinese-py-b5' and
44 `chinese-punct-b5'.
46 You can enter normal Chinese characters by the same way as `chinese-py-b5'.
47 And, you can enter symbols by typing `v' followed by any key sequences
48 defined in `chinese-punct-b5'.
50 For instance, typing `v' and `%' insert `\e$(0"h\e(B'.
53 (setcar (nthcdr 2 quail-current-package)
54 (nth 2 (assoc "chinese-py-b5" quail-package-alist)))
56 (quail-defrule "v" (nth 2 (assoc "chinese-punct-b5" quail-package-alist)))
58 ;;; arch-tag: fe8176d3-b467-47d5-9ed9-75b6e27cf29b
59 ;;; pypunct-b5.el ends here