mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
5cb5f7 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags 
9         '( ("mule-version" variable
10                (:constant-flag t
11                 :default-value "6.0 (HANACHIRUSATO)")
12                 nil [1316 1441])
13             ("mule-version-date" variable
14                (:constant-flag t
15                 :default-value "2003.9.1")
16                 nil [1443 1556])
17             ("private-char-area-1-min" variable (:default-value 983040) nil [1638 1678])
18             ("private-char-area-1-max" variable (:default-value 1048574) nil [1679 1719])
19             ("private-char-area-2-min" variable (:default-value 1048576) nil [1720 1761])
20             ("private-char-area-2-max" variable (:default-value 1114110) nil [1762 1803])
21             ("emacs-mule-charset-table" variable (:default-value (make-vector 256 nil)) nil [1869 1924])
22             ("aset" code nil nil [1925 1965])
23             ("convert-define-charset-argument" function (:arguments ("emacs-mule-id" "info-vector")) nil [2226 3604])
24             ("define-charset" function (:arguments ("name" "docstring" "props")) nil [3606 10440])
25             ("load-with-code-conversion" function (:arguments ("fullname" "file" "noerror" "nomessage")) nil [10443 12942])
26             ("charset-info" function (:arguments ("charset")) nil [12944 14478])
27             ("charset-id" function (:arguments ("_charset")) nil [14649 14783])
28             ("charset-bytes" function (:arguments ("_charset")) nil [14785 14925])
29             ("get-charset-property" function (:arguments ("charset" "propname")) nil [14927 15157])
30             ("put-charset-property" function (:arguments ("charset" "propname" "value")) nil [15159 15477])
31             ("charset-description" function (:arguments ("charset")) nil [15479 15607])
32             ("charset-dimension" function (:arguments ("charset")) nil [15609 15726])
33             ("charset-chars" function (:arguments ("charset" "dimension")) nil [15728 16096])
34             ("charset-iso-final-char" function (:arguments ("charset")) nil [16098 16298])
35             ("charset-short-name" function (:arguments ("charset")) nil [16300 16423])
36             ("charset-long-name" function (:arguments ("charset")) nil [16425 16545])
37             ("charset-list" function nil nil [16547 16674])
38             ("define-obsolete-function-alias" code nil nil [16692 16757])
39             ("generic-char-p" function (:arguments ("_char")) nil [16759 16898])
40             ("make-char-internal" function (:arguments ("charset-id" "code1" "code2")) nil [16900 17133])
41             ("ascii-case-table" variable (:default-value (let ((tbl (copy-sequence (standard-case-table))) (up (char-table-extra-slot (standard-case-table) 0))) (if up (set-char-table-extra-slot tbl 0 (copy-sequence up))) (set-char-table-extra-slot tbl 1 nil) (set-char-table-extra-slot tbl 2 nil) tbl)) nil [17342 17748])
42             ("coding-system-iso-2022-flags" variable
43                (:constant-flag t
44                 :default-value (quote (long-form ascii-at-eol ascii-at-cntl 7-bit locking-shift single-shift designation revision direction init-at-bol designate-at-bol safe latin-extra composition euc-tw-shift use-roman use-oldjis 8-bit-level-4)))
45                 nil [17870 20840])
46             ("define-coding-system" function (:arguments ("name" "docstring" "props")) nil [20842 33014])
47             ("coding-system-doc-string" function (:arguments ("coding-system")) nil [33016 33180])
48             ("coding-system-mnemonic" function (:arguments ("coding-system")) nil [33182 33471])
49             ("coding-system-type" function (:arguments ("coding-system")) nil [33473 33755])
50             ("coding-system-charset-list" function (:arguments ("coding-system")) nil [33757 34067])
51             ("coding-system-category" function (:arguments ("coding-system")) nil [34069 34222])
52             ("coding-system-get" function (:arguments ("coding-system" "prop")) nil [34224 34840])
53             ("coding-system-eol-type-mnemonic" function (:arguments ("coding-system")) nil [34842 35249])
54             ("coding-system-lessp" function (:arguments ("x" "y")) nil [35251 35634])
55             ("coding-system-equal" function (:arguments ("coding-system-1" "coding-system-2")) nil [35636 36224])
56             ("add-to-coding-system-list" function (:arguments ("coding-system")) nil [36226 36838])
57             ("coding-system-list" function (:arguments ("base-only")) nil [36840 37488])
58             ("char-coding-system-table" variable (:constant-flag t) nil [37490 37605])
59             ("make-obsolete-variable" code nil nil [37606 37667])
60             ("transform-make-coding-system-args" function (:arguments ("name" "type" "doc-string" "props")) nil [37669 40644])
61             ("make-coding-system" function (:arguments ("coding-system" "type" "mnemonic" "doc-string" "flags" "properties" "eol-type")) nil [40646 43996])
62             ("merge-coding-systems" function (:arguments ("first" "second")) nil [43998 44677])
63             ("autoload-coding-system" function (:arguments ("symbol" "form")) nil [44679 45206])
64             ("buffer-file-coding-system-explicit" variable nil nil [45930 46153])
65             ("make-variable-buffer-local" code nil nil [46154 46218])
66             ("put" code nil nil [46219 46279])
67             ("read-buffer-file-coding-system" function nil nil [46281 49116])
68             ("set-buffer-file-coding-system" function
69                (:user-visible-flag t
70                 :arguments ("coding-system" "force" "nomodify"))
71                 nil [49118 51248])
72             ("revert-buffer-with-coding-system" function
73                (:user-visible-flag t
74                 :arguments ("coding-system" "force"))
75                 nil [51250 52177])
76             ("set-file-name-coding-system" function
77                (:user-visible-flag t
78                 :arguments ("coding-system"))
79                 nil [52179 52769])
80             ("default-terminal-coding-system" variable nil nil [52771 52984])
81             ("set-terminal-coding-system" function
82                (:user-visible-flag t
83                 :arguments ("coding-system" "terminal"))
84                 nil [52986 54074])
85             ("default-keyboard-coding-system" variable nil nil [54076 54288])
86             ("set-keyboard-coding-system" function
87                (:user-visible-flag t
88                 :arguments ("coding-system" "terminal"))
89                 nil [54290 56832])
90             ("keyboard-coding-system" variable nil nil [56834 57696])
91             ("set-buffer-process-coding-system" function
92                (:user-visible-flag t
93                 :arguments ("decoding" "encoding"))
94                 nil [57698 58416])
95             ("defalias" code nil nil [58418 58486])
96             ("set-selection-coding-system" function
97                (:user-visible-flag t
98                 :arguments ("coding-system"))
99                 nil [58488 58865])
100             ("last-next-selection-coding-system" variable nil nil [58953 58999])
101             ("set-next-selection-coding-system" function
102                (:user-visible-flag t
103                 :arguments ("coding-system"))
104                 nil [59001 59711])
105             ("set-coding-priority" function (:arguments ("arg")) nil [59713 60055])
106             ("ctext-non-standard-encodings-alist" variable (:default-value (mapcar (quote purecopy) (quote (("big5-0" big5 2 big5) ("ISO8859-14" iso-8859-14 1 latin-iso8859-14) ("ISO8859-15" iso-8859-15 1 latin-iso8859-15) ("gbk-0" gbk 2 chinese-gbk) ("koi8-r" koi8-r 1 koi8-r) ("microsoft-cp1251" windows-1251 1 windows-1251))))) nil [60075 61400])
107             ("ctext-non-standard-encodings" variable nil nil [61402 61630])
108             ("ctext-non-standard-encodings-regexp" variable (:default-value (purecopy (string-to-multibyte (concat "\\(%/[0-4][\200-\377][\200-\377]\\([^]+\\)\\)" "\\|" "\\(%G[^]*%@\\)")))) nil [61632 61886])
109             ("ctext-post-read-conversion" function (:arguments ("len")) nil [62127 63771])
110             ("ctext-standard-encodings" variable (:default-value (quote (ascii latin-jisx0201 katakana-jisx0201 latin-iso8859-1 latin-iso8859-2 latin-iso8859-3 latin-iso8859-4 greek-iso8859-7 arabic-iso8859-6 hebrew-iso8859-8 cyrillic-iso8859-5 latin-iso8859-9 chinese-gb2312 japanese-jisx0208 korean-ksc5601))) nil [63773 64503])
111             ("ctext-non-standard-encodings-table" function nil nil [65081 65801])
112             ("ctext-pre-write-conversion" function (:arguments ("from" "to")) nil [65803 68388])
113             ("auto-coding-alist" variable (:default-value (mapcar (lambda (arg) (cons (purecopy (car arg)) (cdr arg))) (quote (("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|7z\\|ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . no-conversion-multibyte) ("\\.\\(exe\\|EXE\\)\\'" . no-conversion) ("\\.\\(sx[dmicw]\\|odt\\|tar\\|t[bg]z\\)\\'" . no-conversion) ("\\.\\(gz\\|Z\\|bz\\|bz2\\|xz\\|gpg\\)\\'" . no-conversion) ("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion) ("\\.pdf\\'" . no-conversion) ("/#[^/]+#\\'" . utf-8-emacs-unix))))) nil [68484 69698])
114             ("auto-coding-regexp-alist" variable (:default-value (mapcar (lambda (arg) (cons (purecopy (car arg)) (cdr arg))) (quote (("\\`BABYL OPTIONS:[     ]*-\\*-[     ]*rmail[     ]*-\\*-" . no-conversion) ("\\`\376\377" . utf-16be-with-signature) ("\\`\377\376" . utf-16le-with-signature) ("\\`\357\273\277" . utf-8-with-signature) ("\\`;ELC" . emacs-mule))))) nil [69700 70534])
115             ("auto-coding-regexp-alist-lookup" function (:arguments ("from" "to")) nil [70536 71147])
116             ("auto-coding-functions" variable (:default-value (quote (sgml-xml-auto-coding-function sgml-html-meta-auto-coding-function))) nil [71216 71997])
117             ("set-auto-coding-for-load" variable nil nil [71999 72190])
118             ("auto-coding-alist-lookup" function (:arguments ("filename")) nil [72192 72605])
119             ("put" code nil nil [72607 72661])
120             ("put" code nil nil [72662 72728])
121             ("find-auto-coding" function (:arguments ("filename" "size")) nil [72730 79063])
122             ("set-auto-coding" function (:arguments ("filename" "size")) nil [79065 79495])
123             ("setq" code nil nil [79497 79545])
124             ("after-insert-file-set-coding" function (:arguments ("inserted" "visit")) nil [79547 80414])
125             ("find-new-buffer-file-coding-system" function (:arguments ("coding")) nil [80604 82639])
126             ("modify-coding-system-alist" function (:arguments ("target-type" "regexp" "coding-system")) nil [82641 84927])
127             ("decode-coding-inserted-region" function (:arguments ("from" "to" "filename" "visit" "beg" "end" "replace")) nil [84929 86926])
128             ("recode-region" function
129                (:user-visible-flag t
130                 :arguments ("start" "end" "new-coding" "coding"))
131                 nil [86928 87737])
132             ("make-translation-table" function (:arguments ("args")) nil [87739 89226])
133             ("make-translation-table-from-vector" function (:arguments ("vec")) nil [89228 89843])
134             ("make-translation-table-from-alist" function (:arguments ("alist")) nil [89845 91583])
135             ("define-translation-table" function (:arguments ("symbol" "args")) nil [91585 92980])
136             ("translate-region" function
137                (:user-visible-flag t
138                 :arguments ("start" "end" "table"))
139                 nil [92982 94018])
140             ("with-category-table" function (:arguments ("table" "body")) nil [94020 94659])
141             ("define-translation-hash-table" function (:arguments ("symbol" "table")) nil [94661 95615])
142             ("put" code nil nil [95649 95700])
143             ("setq" code nil nil [95701 95764])
144             ("put" code nil nil [95765 95825])
145             ("setq" code nil nil [95826 95913])
146             ("sgml-xml-auto-coding-function" function (:arguments ("size")) nil [95952 98131])
147             ("sgml-html-meta-auto-coding-function" function (:arguments ("size")) nil [98133 99332])
148             ("xml-find-file-coding-system" function (:arguments ("args")) nil [99334 100664])
149             ("mule" package nil nil [100670 100685]))          
150       :file "mule.el"
151       :pointmax 100709
152       :fsize 100708
153       :lastmodtime '(23525 29560 0 0)
154       :unmatched-syntax nil)
155     (semanticdb-table "semanticdb-table"
156       :major-mode emacs-lisp-mode
157       :tags 
158         '( ("setq" code nil nil [1273 4295])
159             ("font-encoding-charset-alist" variable nil nil [4297 4333])
160             ("setq" code nil nil [4335 5044])
161             ("setq" code nil nil [5046 7390])
162             ("otf-script-alist" variable nil nil [7392 7417])
163             ("setq" code nil nil [7552 10732])
164             ("declare-function" code nil nil [11644 11702])
165             ("declare-function" code nil nil [11703 11798])
166             ("build-default-fontset-data" function nil nil [12286 14270])
167             ("setup-default-fontset" function nil nil [14274 29162])
168             ("create-default-fontset" function nil nil [29164 29463])
169             ("set-font-encoding" function (:arguments ("pattern" "charset")) nil [34815 35092])
170             ("x-pixel-size-width-font-regexp" variable nil nil [35094 35133])
171             ("vertical-centering-font-regexp" variable nil nil [35134 35173])
172             ("setq" code nil nil [35231 35349])
173             ("setq" code nil nil [35394 35523])
174             ("put" code nil nil [35524 35620])
175             ("setq" code nil nil [35682 35757])
176             ("x-font-name-charset-alist" variable nil nil [35759 35874])
177             ("xlfd-regexp-family-subnum" variable (:constant-flag t) nil [35983 36021])
178             ("xlfd-regexp-weight-subnum" variable
179                (:constant-flag t
180                 :default-value 1)
181                 nil [36044 36082])
182             ("xlfd-regexp-slant-subnum" variable
183                (:constant-flag t
184                 :default-value 2)
185                 nil [36098 36135])
186             ("xlfd-regexp-swidth-subnum" variable
187                (:constant-flag t
188                 :default-value 3)
189                 nil [36145 36183])
190             ("xlfd-regexp-adstyle-subnum" variable
191                (:constant-flag t
192                 :default-value 4)
193                 nil [36201 36240])
194             ("xlfd-regexp-pixelsize-subnum" variable
195                (:constant-flag t
196                 :default-value 5)
197                 nil [36259 36300])
198             ("xlfd-regexp-pointsize-subnum" variable
199                (:constant-flag t
200                 :default-value 6)
201                 nil [36314 36355])
202             ("xlfd-regexp-resx-subnum" variable
203                (:constant-flag t
204                 :default-value 7)
205                 nil [36369 36405])
206             ("xlfd-regexp-resy-subnum" variable
207                (:constant-flag t
208                 :default-value 8)
209                 nil [36422 36458])
210             ("xlfd-regexp-spacing-subnum" variable
211                (:constant-flag t
212                 :default-value 8)
213                 nil [36475 36514])
214             ("xlfd-regexp-avgwidth-subnum" variable
215                (:constant-flag t
216                 :default-value 10)
217                 nil [36526 36567])
218             ("xlfd-regexp-registry-subnum" variable
219                (:constant-flag t
220                 :default-value 11)
221                 nil [36584 36625])
222             ("xlfd-tight-regexp" variable
223                (:constant-flag t
224                 :default-value "^-\\([^-]*-[^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*-[^-]*\\)$")
225                 nil [36845 37042])
226             ("xlfd-style-regexp" variable
227                (:constant-flag t
228                 :default-value "^-\\([^-]*-[^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-\\([^-]*\\)-.*-\\([^-]*-[^-]*\\)$")
229                 nil [37289 37415])
230             ("xlfd-regexp-numeric-subnums" variable
231                (:constant-flag t
232                 :default-value (list xlfd-regexp-pixelsize-subnum xlfd-regexp-pointsize-subnum xlfd-regexp-resx-subnum xlfd-regexp-resy-subnum xlfd-regexp-avgwidth-subnum))
233                 nil [37476 37681])
234             ("x-decompose-font-name" function (:arguments ("pattern")) nil [37683 38352])
235             ("x-compose-font-name" function (:arguments ("fields" "_reduce")) nil [38354 38696])
236             ("x-must-resolve-font-name" function (:arguments ("xlfd-fields")) nil [38699 39493])
237             ("x-complement-fontset-spec" function (:arguments ("default-spec" "fontlist")) nil [39496 40166])
238             ("fontset-name-p" function (:arguments ("fontset")) nil [40168 40738])
239             ("declare-function" code nil nil [40740 40786])
240             ("generate-fontset-menu" function nil nil [40788 41197])
241             ("declare-function" code nil nil [41199 41271])
242             ("fontset-plain-name" function (:arguments ("fontset")) nil [41273 42791])
243             ("charset-script-alist" variable (:default-value (quote ((ascii . latin) (latin-iso8859-1 . latin) (latin-iso8859-2 . latin) (latin-iso8859-3 . latin) (latin-iso8859-4 . latin) (latin-iso8859-9 . latin) (latin-iso8859-10 . latin) (latin-iso8859-13 . latin) (latin-iso8859-14 . latin) (latin-iso8859-15 . latin) (latin-iso8859-16 . latin) (latin-jisx0201 . latin) (thai-tis620 . thai) (cyrillic-iso8859-5 . cyrillic) (arabic-iso8859-6 . arabic) (greek-iso8859-7 . latin) (hebrew-iso8859-8 . latin) (katakana-jisx0201 . kana) (chinese-gb2312 . han) (chinese-gbk . han) (gb18030-2-byte . han) (gb18030-4-byte-bmp . han) (gb18030-4-byte-ext-1 . han) (gb18030-4-byte-ext-2 . han) (gb18030-4-byte-smp . han) (chinese-big5-1 . han) (chinese-big5-2 . han) (chinese-cns11643-1 . han) (chinese-cns11643-2 . han) (chinese-cns11643-3 . han) (chinese-cns11643-4 . han) (chinese-cns11643-5 . han) (chinese-cns11643-6 . han) (chinese-cns11643-7 . han) (japanese-jisx0208 . han) (japanese-jisx0208-1978 . han) (japanese-jisx0212 . han) (japanese-jisx0213-1 . han) (japanese-jisx0213-2 . han) (korean-ksc5601 . hangul) (chinese-sisheng . bopomofo) (vietnamese-viscii-lower . latin) (vietnamese-viscii-upper . latin) (arabic-digit . arabic) (arabic-1-column . arabic) (arabic-2-column . arabic) (indian-is13194 . devanagari) (indian-glyph . devanagari) (indian-1-column . devanagari) (indian-2-column . devanagari) (tibetan-1-column . tibetan)))) nil [42793 44564])
244             ("create-fontset-from-fontset-spec" function (:arguments ("fontset-spec" "_style-variant" "_noerror")) nil [44566 46647])
245             ("create-fontset-from-ascii-font" function (:arguments ("font" "resolved-font" "fontset-name")) nil [46649 47843])
246             ("standard-fontset-spec" variable (:default-value (purecopy "-*-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard")) nil [48072 48417])
247             ("declare-function" code nil nil [48623 48717])
248             ("create-fontset-from-x-resource" function nil nil [48719 49131])
249             ("fontset" package nil nil [49136 49154]))          
250       :file "fontset.el"
251       :pointmax 49181
252       :fsize 49180
253       :lastmodtime '(23525 29559 0 0)
254       :unmatched-syntax '((close-paren 14271 . 14272) (symbol 11801 . 11818) (open-paren 11800 . 11801)))
255     (semanticdb-table "semanticdb-table"
256       :major-mode emacs-lisp-mode
257       :tags 
258         '( ("cl-lib" include nil nil [1259 1276])
259             ("dos-codepage" variable nil nil [1279 1300])
260             ("widget-value" function (:prototype-flag t) nil [1301 1336])
261             ("mule-keymap" variable (:default-value (let ((map (make-sparse-keymap))) (define-key map "f" (quote set-buffer-file-coding-system)) (define-key map "r" (quote revert-buffer-with-coding-system)) (define-key map "F" (quote set-file-name-coding-system)) (define-key map "t" (quote set-terminal-coding-system)) (define-key map "k" (quote set-keyboard-coding-system)) (define-key map "p" (quote set-buffer-process-coding-system)) (define-key map "x" (quote set-selection-coding-system)) (define-key map "X" (quote set-next-selection-coding-system)) (define-key map "" (quote set-input-method)) (define-key map "c" (quote universal-coding-system-argument)) (define-key map "l" (quote set-language-environment)) map)) nil [1380 2115])
262             ("define-key" code nil nil [2167 2208])
263             ("describe-language-environment-map" variable (:default-value (let ((map (make-sparse-keymap "Describe Language Environment"))) (bindings--define-key map [Default] (quote (menu-item "Default" describe-specified-language-support))) map)) nil [2210 2435])
264             ("setup-language-environment-map" variable (:default-value (let ((map (make-sparse-keymap "Set Language Environment"))) (bindings--define-key map [Default] (quote (menu-item "Default" setup-specified-language-environment))) map)) nil [2437 2655])
265             ("set-coding-system-map" variable (:default-value (let ((map (make-sparse-keymap "Set Coding System"))) (bindings--define-key map [set-buffer-process-coding-system] (quote (menu-item "For I/O with Subprocess" set-buffer-process-coding-system :visible (fboundp (quote make-process)) :enable (get-buffer-process (current-buffer)) :help "How to en/decode I/O from/to subprocess connected to this buffer"))) (bindings--define-key map [set-next-selection-coding-system] (quote (menu-item "For Next X Selection" set-next-selection-coding-system :visible (display-selections-p) :help "How to en/decode next selection/clipboard operation"))) (bindings--define-key map [set-selection-coding-system] (quote (menu-item "For X Selections/Clipboard" set-selection-coding-system :visible (display-selections-p) :help "How to en/decode data to/from selection/clipboard"))) (bindings--define-key map [separator-3] menu-bar-separator) (bindings--define-key map [set-terminal-coding-system] (quote (menu-item "For Terminal" set-terminal-coding-system :enable (null (memq initial-window-system (quote (x w32 ns)))) :help "How to encode terminal output"))) (bindings--define-key map [set-keyboard-coding-system] (quote (menu-item "For Keyboard" set-keyboard-coding-system :help "How to decode keyboard input"))) (bindings--define-key map [separator-2] menu-bar-separator) (bindings--define-key map [set-file-name-coding-system] (quote (menu-item "For File Name" set-file-name-coding-system :help "How to decode/encode file names"))) (bindings--define-key map [revert-buffer-with-coding-system] (quote (menu-item "For Reverting This File Now" revert-buffer-with-coding-system :enable buffer-file-name :help "Revisit this file immediately using specified coding system"))) (bindings--define-key map [set-buffer-file-coding-system] (quote (menu-item "For Saving This Buffer" set-buffer-file-coding-system :help "How to encode this buffer when saved"))) (bindings--define-key map [separator-1] menu-bar-separator) (bindings--define-key map [universal-coding-system-argument] (quote (menu-item "For Next Command" universal-coding-system-argument :help "Coding system to be used by next command"))) map)) nil [2657 4976])
266             ("mule-menu-keymap" variable (:default-value (let ((map (make-sparse-keymap "Mule (Multilingual Environment)"))) (bindings--define-key map [mule-diag] (quote (menu-item "Show All Multilingual Settings" mule-diag :help "Display multilingual environment settings"))) (bindings--define-key map [list-character-sets] (quote (menu-item "List Character Sets" list-character-sets :help "Show table of available character sets"))) (bindings--define-key map [describe-coding-system] (quote (menu-item "Describe Coding System..." describe-coding-system))) (bindings--define-key map [describe-input-method] (quote (menu-item "Describe Input Method..." describe-input-method :help "Keyboard layout for a specific input method"))) (bindings--define-key map [describe-language-environment] (\` (menu-item "Describe Language Environment" (\, describe-language-environment-map) :help "Show multilingual settings for a specific language"))) (bindings--define-key map [separator-coding-system] menu-bar-separator) (bindings--define-key map [view-hello-file] (quote (menu-item "Show Multilingual Sample Text" view-hello-file :enable (file-readable-p (expand-file-name "HELLO" data-directory)) :help "Demonstrate various character sets"))) (bindings--define-key map [set-various-coding-system] (\` (menu-item "Set Coding Systems" (\, set-coding-system-map) :enable (default-value (quote enable-multibyte-characters))))) (bindings--define-key map [separator-input-method] menu-bar-separator) (bindings--define-key map [describe-input-method] (quote (menu-item "Describe Input Method" describe-input-method))) (bindings--define-key map [set-input-method] (quote (menu-item "Select Input Method..." set-input-method))) (bindings--define-key map [toggle-input-method] (quote (menu-item "Toggle Input Method" toggle-input-method))) (bindings--define-key map [separator-mule] menu-bar-separator) (bindings--define-key map [set-language-environment] (\` (menu-item "Set Language Environment" (\, setup-language-environment-map)))) map)) nil [4978 7169])
267             ("define-key" code nil nil [7551 7603])
268             ("help-xref-mule-regexp-template" variable
269                (:constant-flag t
e75a20 270                 :default-value (purecopy (concat "\\(\\<\\(" "\\(coding system\\)\\|" "\\(input method\\)\\|" "\\(character set\\)\\|" "\\(charset\\)" "\\)\\s-+\\)?" "['`\342\200\230]\\(\\sw\\(\\sw\\|\\s_\\)+\\)['\342\200\231]")))
5cb5f7 271                 nil [7846 8153])
C 272             ("coding-system-change-eol-conversion" function (:arguments ("coding-system" "eol-type")) nil [8155 9394])
273             ("coding-system-change-text-conversion" function (:arguments ("coding-system" "coding")) nil [9396 9946])
274             ("canonicalize-coding-system-name" function (:arguments ("name")) nil [10096 10869])
275             ("coding-system-from-name" function (:arguments ("name")) nil [10871 11608])
276             ("toggle-enable-multibyte-characters" function
277                (:user-visible-flag t
278                 :arguments ("arg"))
279                 nil [11610 12413])
280             ("view-hello-file" function (:user-visible-flag t) nil [12415 12688])
281             ("universal-coding-system-argument" function
282                (:user-visible-flag t
283                 :arguments ("coding-system"))
284                 nil [12690 14622])
285             ("set-default-coding-systems" function (:arguments ("coding-system")) nil [14624 16540])
286             ("prefer-coding-system" function
287                (:user-visible-flag t
288                 :arguments ("coding-system"))
289                 nil [16542 18461])
290             ("sort-coding-systems-predicate" variable nil nil [18463 18715])
291             ("sort-coding-systems" function (:arguments ("codings")) nil [18717 21402])
292             ("find-coding-systems-region" function (:arguments ("from" "to")) nil [21404 22090])
293             ("find-coding-systems-string" function (:arguments ("string")) nil [22092 22415])
294             ("find-coding-systems-for-charsets" function (:arguments ("charsets")) nil [22417 23667])
295             ("find-multibyte-characters" function (:arguments ("from" "to" "maxcount" "excludes")) nil [23669 25420])
296             ("search-unencodable-char" function
297                (:user-visible-flag t
298                 :arguments ("coding-system"))
299                 nil [25422 26172])
300             ("last-coding-system-specified" variable nil nil [26174 26567])
301             ("select-safe-coding-system-accept-default-p" variable nil nil [26569 26857])
302             ("sanitize-coding-system-list" function (:arguments ("codings")) nil [26859 28027])
303             ("select-safe-coding-system-interactively" function (:arguments ("from" "to" "codings" "unsafe" "rejected" "default")) nil [28029 33249])
304             ("select-safe-coding-system" function (:arguments ("from" "to" "default-coding-system" "accept-default-p" "file")) nil [33251 42938])
305             ("setq" code nil nil [42940 43008])
306             ("select-message-coding-system" function nil nil [43010 44104])
307             ("language-info-alist" variable nil nil [44136 46451])
308             ("get-language-info" function (:arguments ("lang-env" "key")) nil [46453 46893])
309             ("set-language-info" function (:arguments ("lang-env" "key" "info")) nil [46895 48043])
310             ("set-language-info-internal" function (:arguments ("lang-env" "key" "info")) nil [48045 48893])
311             ("set-language-info-alist" function (:arguments ("lang-env" "alist" "parents")) nil [48895 51359])
312             ("read-language-name" function (:arguments ("key" "prompt" "default")) nil [51361 51956])
313             ("leim" customgroup (:user-visible-flag t) nil [51991 52069])
314             ("leim-list-file-name" variable
315                (:constant-flag t
316                 :default-value "leim-list.el")
317                 nil [52071 52320])
318             ("leim-list-header" variable
319                (:constant-flag t
e75a20 320                 :default-value (format-message ";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*-
C 321 ;;
322 ;; This file is automatically generated.
323 ;;
324 ;; This file contains a list of LEIM (Library of Emacs Input Method)
325 ;; methods in the same directory as this file.  Loading this file
326 ;; registers all the input methods in Emacs.
327 ;;
328 ;; Each entry has the form:
329 ;;   (register-input-method
330 ;;    INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC
331 ;;    TITLE DESCRIPTION
332 ;;    ARG ...)
333 ;; See the function `register-input-method' for the meanings of the arguments.
334 ;;
335 ;; If this directory is included in `load-path', Emacs automatically
336 ;; loads this file at startup time.
337
5cb5f7 338 " leim-list-file-name))
C 339                 nil [52322 53075])
340             ("leim-list-entry-regexp" variable
341                (:constant-flag t
342                 :default-value "^(register-input-method")
343                 nil [53077 53236])
344             ("update-leim-list-functions" variable (:default-value (quote (quail-update-leim-list-file))) nil [53238 53421])
345             ("update-leim-list-file" function (:arguments ("dirs")) nil [53423 53587])
346             ("current-input-method" variable nil nil [53589 53727])
347             ("make-variable-buffer-local" code nil nil [53728 53778])
348             ("put" code nil nil [53779 53825])
349             ("current-input-method-title" variable nil nil [53827 53931])
350             ("make-variable-buffer-local" code nil nil [53932 53988])
351             ("put" code nil nil [53989 54041])
352             ("define-widget" code nil nil [54043 54337])
353             ("default-input-method" variable nil nil [54339 54728])
354             ("put" code nil nil [54730 54777])
355             ("input-method-history" variable nil nil [54779 54967])
356             ("make-variable-buffer-local" code nil nil [54968 55018])
357             ("put" code nil nil [55019 55065])
358             ("define-obsolete-variable-alias" code nil nil [55067 55194])
359             ("deactivate-current-input-method-function" variable nil nil [55195 55561])
360             ("make-variable-buffer-local" code nil nil [55562 55632])
361             ("put" code nil nil [55633 55699])
362             ("describe-current-input-method-function" variable nil nil [55701 55856])
363             ("make-variable-buffer-local" code nil nil [55857 55925])
364             ("put" code nil nil [55926 55990])
365             ("input-method-alist" variable nil nil [55992 56248])
366             ("put" code nil nil [56264 56313])
367             ("register-input-method" function (:arguments ("input-method" "lang-env" "args")) nil [56315 58037])
368             ("read-input-method-name" function (:arguments ("prompt" "default" "inhibit-null")) nil [58039 59211])
369             ("activate-input-method" function (:arguments ("input-method")) nil [59213 60478])
370             ("deactivate-input-method" function nil nil [60480 61143])
371             ("define-obsolete-function-alias" code nil nil [61145 61238])
372             ("set-input-method" function
373                (:user-visible-flag t
374                 :arguments ("input-method" "interactive"))
375                 nil [61240 62309])
376             ("toggle-input-method-active" variable nil nil [62311 62392])
377             ("toggle-input-method" function
378                (:user-visible-flag t
379                 :arguments ("arg" "interactive"))
380                 nil [62394 64118])
381             ("help-buffer" function (:prototype-flag t) nil [64120 64155])
382             ("describe-input-method" function
383                (:user-visible-flag t
384                 :arguments ("input-method"))
385                 nil [64157 65275])
386             ("describe-current-input-method" function nil nil [65277 65759])
387             ("read-multilingual-string" function (:arguments ("prompt" "initial-input" "input-method")) nil [65761 66685])
388             ("input-method-verbose-flag" variable (:default-value (quote default)) nil [66794 67723])
389             ("input-method-highlight-flag" variable (:default-value t) nil [67725 68132])
390             ("input-method-activate-hook" variable nil nil [68134 68347])
391             ("define-obsolete-variable-alias" code nil nil [68349 68452])
392             ("input-method-deactivate-hook" variable nil nil [68454 68697])
393             ("input-method-after-insert-chunk-hook" variable nil nil [68699 68854])
394             ("input-method-exit-on-first-char" variable nil nil [68856 69233])
395             ("input-method-use-echo-area" variable nil nil [69235 69611])
396             ("input-method-exit-on-invalid-key" variable nil nil [69613 70009])
397             ("set-language-environment-hook" variable nil nil [70013 70374])
398             ("exit-language-environment-hook" variable nil nil [70376 70740])
399             ("put" code nil nil [70742 70804])
400             ("setup-specified-language-environment" function (:user-visible-flag t) nil [70806 71284])
401             ("current-language-environment" variable (:default-value "English") nil [71286 72176])
402             ("reset-language-environment" function (:user-visible-flag t) nil [72178 74981])
403             ("reset-language-environment" code nil nil [74983 75011])
404             ("set-display-table-and-terminal-coding-system" function (:arguments ("language-name" "coding-system" "display")) nil [75013 75796])
405             ("set-language-environment" function
406                (:user-visible-flag t
407                 :arguments ("language-name"))
408                 nil [75798 78047])
409             ("define-widget" code nil nil [78049 78528])
410             ("language-info-custom-alist" variable nil nil [78530 80333])
411             ("declare-function" code nil nil [80335 80399])
412             ("declare-function" code nil nil [80400 80465])
413             ("standard-display-european-internal" function nil nil [80467 81830])
414             ("set-language-environment-coding-systems" function (:arguments ("language-name")) nil [81832 83314])
415             ("set-language-environment-input-method" function (:arguments ("language-name")) nil [83316 83732])
416             ("set-language-environment-nonascii-translation" function (:arguments ("language-name")) nil [83734 84489])
417             ("set-language-environment-charset" function (:arguments ("language-name")) nil [84491 85064])
418             ("set-language-environment-unibyte" function (:arguments ("language-name")) nil [85066 85260])
419             ("princ-list" function (:arguments ("args")) nil [85262 85448])
420             ("put" code nil nil [85450 85511])
421             ("describe-specified-language-support" function (:user-visible-flag t) nil [85800 86267])
422             ("describe-language-environment" function
423                (:user-visible-flag t
424                 :arguments ("language-name"))
425                 nil [86269 89745])
426             ("locale-translation-file-name" variable nil nil [89762 89879])
427             ("locale-language-names" variable
428                (:constant-flag t
429                 :default-value (purecopy (quote (("aa_DJ" . "Latin-1") ("aa" . "UTF-8") ("af" . "Latin-1") ("am" "Ethiopic" utf-8) ("an" . "Latin-9") ("ar" . "Arabic") ("az" . "UTF-8") ("be" "Belarusian" cp1251) ("bg" "Bulgarian" cp1251) ("bn" . "UTF-8") ("bo" . "Tibetan") ("br" . "Latin-1") ("bs" . "Latin-2") ("byn" . "UTF-8") ("ca" "Catalan" iso-8859-1) ("cs" "Czech" iso-8859-2) ("cy" "Welsh" iso-8859-14) ("da" . "Latin-1") ("de" "German" iso-8859-1) ("el" "Greek" iso-8859-7) ("en_IN" "English" utf-8) ("en" "English" iso-8859-1) ("eo" . "Esperanto") ("es" "Spanish" iso-8859-1) ("et" . "Latin-1") ("eu" . "Latin-1") ("fa" . "UTF-8") ("fi" . "Latin-1") ("fj" . "Latin-1") ("fo" . "Latin-1") ("fr" "French" iso-8859-1) ("fy" . "Latin-1") ("ga" . "Latin-1") ("gd" . "Latin-9") ("gez" "Ethiopic" utf-8) ("gl" . "Latin-1") ("gu" . "UTF-8") ("gv" . "Latin-1") ("he" "Hebrew" iso-8859-8) ("hi" "Devanagari" utf-8) ("hr" "Croatian" iso-8859-2) ("hu" . "Latin-2") ("id" . "Latin-1") ("is" . "Latin-1") ("it" "Italian" iso-8859-1) ("iw" "Hebrew" iso-8859-8) ("ja" "Japanese" euc-jp) ("ka" "Georgian" georgian-ps) ("kl" . "Latin-1") ("kn" "Kannada" utf-8) ("ko" "Korean" euc-kr) ("kw" . "Latin-1") ("la" . "Latin-1") ("lb" . "Latin-1") ("lg" . "Laint-6") ("lo" "Lao" utf-8) ("lt" "Lithuanian" iso-8859-13) ("lv" . "Latvian") ("mi" . "Latin-7") ("mk" "Cyrillic-ISO" iso-8859-5) ("ml" "Malayalam" utf-8) ("mn" . "UTF-8") ("mr" "Devanagari" utf-8) ("ms" . "Latin-1") ("mt" . "Latin-3") ("nb" . "Latin-1") ("ne" "Devanagari" utf-8) ("nl" "Dutch" iso-8859-1) ("no" . "Latin-1") ("oc" . "Latin-1") ("om_ET" . "UTF-8") ("om" . "Latin-1") ("pa" . "UTF-8") ("pl" . "Latin-2") ("pt" . "Latin-1") ("rm" . "Latin-1") ("ro" "Romanian" iso-8859-2) ("ru_RU" "Russian" iso-8859-5) ("ru_UA" "Russian" koi8-u) ("sa" . "Devanagari") ("se" . "UTF-8") ("sh" . "Latin-2") ("sid" . "UTF-8") ("sk" "Slovak" iso-8859-2) ("sl" "Slovenian" iso-8859-2) ("so_ET" "UTF-8") ("so" "Latin-1") ("sq" . "Latin-1") ("sr" . "Latin-2") ("st" . "Latin-1") ("sv" "Swedish" iso-8859-1) ("sw" . "Latin-1") ("ta" "Tamil" utf-8) ("te" . "UTF-8") ("tg" "Tajik" koi8-t) ("th" "Thai" tis-620) ("ti" "Ethiopic" utf-8) ("tig_ER" . "UTF-8") ("tl" . "Latin-1") ("tr" "Turkish" iso-8859-9) ("tt" . "UTF-8") ("uk" "Ukrainian" koi8-u) ("ur" . "UTF-8") ("uz_UZ@cyrillic" . "UTF-8") ("uz" . "Latin-1") ("vi" "Vietnamese" utf-8) ("wa" . "Latin-1") ("xh" . "Latin-1") ("yi" . "Windows-1255") ("zh_HK" . "Chinese-Big5") ("zh_TW" . "Chinese-Big5") ("zh_CN.GB2312" "Chinese-GB") ("zh_CN.GBK" "Chinese-GBK") ("zh_CN.GB18030" "Chinese-GB18030") ("zh_CN.UTF-8" . "Chinese-GBK") ("zh_CN" . "Chinese-GB") ("zh" . "Chinese-GB") ("zu" . "Latin-1") ("c$" . "ASCII") ("posix$" . "ASCII") ("ipa$" . "IPA") ("cz" . "Czech") ("ee" . "Latin-4") ("iw" . "Hebrew") ("sp" . "Cyrillic-ISO") ("su" . "Latin-1") ("jp" . "Japanese") ("chs" . "Chinese-GBK") ("cht" . "Chinese-BIG5") ("gbz" . "UTF-8") ("div" . "UTF-8") ("wee" . "Latin-2") ("wen" . "Latin-2")))))
430                 nil [90071 97657])
431             ("locale-charset-language-names" variable
432                (:constant-flag t
433                 :default-value (purecopy (quote ((".*8859[-_]?1\\>" . "Latin-1") (".*8859[-_]?2\\>" . "Latin-2") (".*8859[-_]?3\\>" . "Latin-3") (".*8859[-_]?4\\>" . "Latin-4") (".*8859[-_]?9\\>" . "Latin-5") (".*8859[-_]?14\\>" . "Latin-8") (".*8859[-_]?15\\>" . "Latin-9") (".*utf\\(?:-?8\\)?\\>" . "UTF-8") (".*@euro\\>" . "Latin-9")))))
434                 nil [97659 98459])
435             ("locale-preferred-coding-systems" variable
436                (:constant-flag t
437                 :default-value (purecopy (quote ((".*8859[-_]?1\\>" . iso-8859-1) (".*8859[-_]?2\\>" . iso-8859-2) (".*8859[-_]?3\\>" . iso-8859-3) (".*8859[-_]?4\\>" . iso-8859-4) (".*8859[-_]?9\\>" . iso-8859-9) (".*8859[-_]?14\\>" . iso-8859-14) (".*8859[-_]?15\\>" . iso-8859-15) (".*utf\\(?:-?8\\)?" . utf-8) (".*@euro" . iso-8859-15) ("koi8-?r" . koi8-r) ("koi8-?u" . koi8-u) ("tcvn" . tcvn) ("big5[-_]?hkscs" . big5-hkscs) ("big5" . big5) ("euc-?tw" . euc-tw) ("euc-?cn" . euc-cn) ("gb2312" . gb2312) ("gbk" . gbk) ("gb18030" . gb18030) ("ja.*[._]euc" . japanese-iso-8bit) ("ja.*[._]jis7" . iso-2022-jp) ("ja.*[._]pck" . japanese-shift-jis) ("ja.*[._]sjis" . japanese-shift-jis) ("jpn" . japanese-shift-jis)))))
438                 nil [98461 99737])
439             ("locale-name-match" function (:arguments ("key" "alist")) nil [99739 100173])
440             ("locale-charset-match-p" function (:arguments ("charset1" "charset2")) nil [100175 100626])
441             ("locale-charset-alist" variable nil nil [100628 100764])
442             ("locale-charset-to-coding-system" function (:arguments ("charset")) nil [100766 101554])
443             ("declare-function" code nil nil [101723 101781])
444             ("declare-function" code nil nil [101782 101847])
445             ("locale-translate" function (:arguments ("locale")) nil [101849 102360])
446             ("set-locale-environment" function
447                (:user-visible-flag t
448                 :arguments ("locale-name" "frame"))
449                 nil [102362 111653])
450             ("put" code nil nil [111680 111737])
451             ("define-char-code-property" function (:arguments ("name" "table" "docstring")) nil [111739 113377])
452             ("char-code-property-table" variable (:default-value (make-char-table (quote char-code-property-table))) nil [113379 113685])
453             ("get-char-code-property" function (:arguments ("char" "propname")) nil [113687 114095])
454             ("put-char-code-property" function (:arguments ("char" "propname" "value")) nil [114097 114681])
455             ("char-code-property-description" function (:arguments ("prop" "value")) nil [114683 115037])
456             ("iso-2022-control-alist" variable
457                (:constant-flag t
458                 :default-value (quote ((27 . "ESC") (14 . "SO") (15 . "SI") (142 . "SS2") (143 . "SS3") (155 . "CSI"))))
459                 nil [115154 115306])
460             ("encoded-string-description" function (:arguments ("str" "coding-system")) nil [115308 115796])
461             ("encode-coding-char" function (:arguments ("char" "coding-system" "charset")) nil [115798 117263])
462             ("define-minor-mode" code nil nil [117363 117482])
463             ("make-obsolete" code nil nil [117550 117617])
464             ("define-minor-mode" code nil nil [117619 117738])
465             ("make-obsolete" code nil nil [117806 117873])
466             ("nonascii-insert-offset" variable nil nil [117875 117908])
467             ("make-obsolete-variable" code nil nil [117909 117981])
468             ("nonascii-translation-table" variable nil nil [117982 118021])
469             ("make-obsolete-variable" code nil nil [118022 118098])
470             ("ucs-names" variable nil nil [118100 118183])
471             ("ucs-names" function nil nil [118185 120216])
472             ("mule--ucs-names-annotation" function (:arguments ("name")) nil [120218 120574])
473             ("char-from-name" function (:arguments ("string" "ignore-case")) nil [120576 121715])
474             ("read-char-by-name" function (:arguments ("prompt")) nil [121717 123282])
475             ("define-obsolete-function-alias" code nil nil [123284 123348])
476             ("define-key" code nil nil [123349 123390]))          
477       :file "mule-cmds.el"
478       :pointmax 123419
479       :fsize 123422
480       :lastmodtime '(23525 29559 0 0)
481       :unmatched-syntax '((close-paren 1276 . 1277) (symbol 1241 . 1258) (open-paren 1240 . 1241)))
482     (semanticdb-table "semanticdb-table"
483       :major-mode emacs-lisp-mode
484       :tags 
485         '( ("define-category" code nil nil [1329 1412])
486             ("define-category" code nil nil [1413 1441])
487             ("define-category" code nil nil [1442 1469])
488             ("define-category" code nil nil [1470 1498])
489             ("define-category" code nil nil [1499 1528])
490             ("define-category" code nil nil [1529 1558])
491             ("define-category" code nil nil [1559 1590])
492             ("define-category" code nil nil [1591 1640])
493             ("define-category" code nil nil [1641 1684])
494             ("define-category" code nil nil [1685 1715])
495             ("define-category" code nil nil [1716 1747])
496             ("define-category" code nil nil [1748 1777])
497             ("define-category" code nil nil [1778 1826])
498             ("define-category" code nil nil [1827 1865])
499             ("define-category" code nil nil [1866 1895])
500             ("define-category" code nil nil [1896 1922])
501             ("define-category" code nil nil [1923 1953])
502             ("define-category" code nil nil [2006 2091])
503             ("define-category" code nil nil [2092 2175])
504             ("define-category" code nil nil [2176 2253])
505             ("define-category" code nil nil [2254 2346])
506             ("define-category" code nil nil [2347 2439])
507             ("define-category" code nil nil [2440 2526])
508             ("define-category" code nil nil [2527 2610])
509             ("define-category" code nil nil [2611 2647])
510             ("define-category" code nil nil [2683 2715])
511             ("define-category" code nil nil [2716 2774])
512             ("define-category" code nil nil [2775 2860])
513             ("define-category" code nil nil [2861 2946])
514             ("define-category" code nil nil [2947 3004])
515             ("define-category" code nil nil [3005 3034])
516             ("define-category" code nil nil [3035 3063])
517             ("define-category" code nil nil [3064 3135])
518             ("define-category" code nil nil [3136 3170])
519             ("define-category" code nil nil [3171 3209])
520             ("define-category" code nil nil [3227 3318])
521             ("define-category" code nil nil [3352 3453])
522             ("define-category" code nil nil [3535 3624])
523             ("define-category" code nil nil [3625 3708])
524             ("define-category" code nil nil [3732 3813])
525             ("define-category" code nil nil [3814 3903])
526             ("define-category" code nil nil [3919 4079])
527             ("define-category" code nil nil [4081 4237])
528             ("modify-category-entry" code nil nil [4356 4394])
529             ("modify-category-entry" code nil nil [4395 4433])
530             ("modify-category-entry" code nil nil [4684 4729])
531             ("modify-category-entry" code nil nil [4730 4775])
532             ("modify-category-entry" code nil nil [4776 4821])
533             ("modify-category-entry" code nil nil [4822 4867])
534             ("modify-category-entry" code nil nil [4868 4913])
535             ("modify-category-entry" code nil nil [4914 4959])
536             ("modify-category-entry" code nil nil [4960 5005])
537             ("modify-category-entry" code nil nil [5006 5051])
538             ("modify-category-entry" code nil nil [5052 5097])
539             ("modify-category-entry" code nil nil [5098 5145])
540             ("modify-category-entry" code nil nil [5146 5193])
541             ("modify-category-entry" code nil nil [5194 5241])
542             ("modify-category-entry" code nil nil [5242 5289])
543             ("map-charset-chars" code nil nil [5327 5402])
544             ("map-charset-chars" code nil nil [5403 5478])
545             ("map-charset-chars" code nil nil [5479 5554])
546             ("map-charset-chars" code nil nil [5556 5618])
547             ("map-charset-chars" code nil nil [5619 5695])
548             ("map-charset-chars" code nil nil [5696 5772])
549             ("map-charset-chars" code nil nil [5773 5849])
550             ("map-charset-chars" code nil nil [5850 5926])
551             ("map-charset-chars" code nil nil [5927 6003])
552             ("map-charset-chars" code nil nil [6004 6080])
553             ("map-charset-chars" code nil nil [6081 6157])
554             ("map-charset-chars" code nil nil [6158 6234])
555             ("map-charset-chars" code nil nil [6269 6321])
556             ("map-charset-chars" code nil nil [6322 6388])
557             ("map-charset-chars" code nil nil [6389 6455])
558             ("map-charset-chars" code nil nil [6456 6522])
559             ("dolist" code nil nil [6561 6928])
560             ("map-charset-chars" code nil nil [6998 7063])
561             ("map-charset-chars" code nil nil [7065 7127])
562             ("dolist" code nil nil [7129 7378])
563             ("modify-category-entry" code nil nil [7404 7450])
564             ("let" code nil nil [7492 7633])
565             ("modify-category-entry" code nil nil [7653 7698])
566             ("modify-category-entry" code nil nil [7699 7744])
567             ("modify-category-entry" code nil nil [7745 7790])
568             ("modify-category-entry" code nil nil [7791 7837])
569             ("modify-category-entry" code nil nil [7838 7872])
570             ("modify-category-entry" code nil nil [7892 7937])
571             ("modify-category-entry" code nil nil [7938 7984])
572             ("modify-category-entry" code nil nil [7985 8019])
573             ("modify-category-entry" code nil nil [8020 8053])
574             ("modify-category-entry" code nil nil [8054 8087])
575             ("modify-category-entry" code nil nil [8089 8136])
576             ("map-charset-chars" code nil nil [8151 8229])
577             ("map-charset-chars" code nil nil [8230 8308])
578             ("let" code nil nil [8309 8420])
579             ("map-charset-chars" code nil nil [8422 8501])
580             ("map-charset-chars" code nil nil [8502 8581])
581             ("map-charset-chars" code nil nil [8582 8661])
582             ("map-charset-chars" code nil nil [8662 8741])
583             ("map-charset-chars" code nil nil [8742 8821])
584             ("map-charset-chars" code nil nil [8822 8901])
585             ("let" code nil nil [8902 9020])
586             ("map-charset-chars" code nil nil [9035 9113])
587             ("let" code nil nil [9133 9247])
588             ("modify-syntax-entry" code nil nil [9249 9279])
589             ("modify-syntax-entry" code nil nil [9280 9310])
590             ("map-charset-chars" code nil nil [9347 9409])
591             ("map-charset-chars" code nil nil [9411 9486])
592             ("map-charset-chars" code nil nil [9487 9562])
593             ("map-charset-chars" code nil nil [9563 9638])
594             ("map-charset-chars" code nil nil [9639 9714])
595             ("map-charset-chars" code nil nil [9715 9791])
596             ("map-charset-chars" code nil nil [9792 9868])
597             ("map-charset-chars" code nil nil [9869 9945])
598             ("map-charset-chars" code nil nil [9946 10022])
599             ("map-charset-chars" code nil nil [10023 10099])
600             ("map-charset-chars" code nil nil [10100 10176])
601             ("map-charset-chars" code nil nil [10177 10253])
602             ("let" code nil nil [10294 10617])
603             ("let" code nil nil [10644 10859])
604             ("modify-category-entry" code nil nil [10860 10903])
605             ("modify-category-entry" code nil nil [10904 10947])
606             ("modify-category-entry" code nil nil [10948 10993])
607             ("modify-category-entry" code nil nil [10994 11039])
608             ("modify-syntax-entry" code nil nil [11081 11109])
609             ("modify-category-entry" code nil nil [11138 11183])
610             ("modify-category-entry" code nil nil [11184 11229])
611             ("let" code nil nil [11230 11359])
612             ("map-charset-chars" code nil nil [11360 11416])
613             ("modify-syntax-entry" code nil nil [11456 11487])
614             ("modify-syntax-entry" code nil nil [11496 11527])
615             ("modify-syntax-entry" code nil nil [11536 11567])
616             ("modify-syntax-entry" code nil nil [11580 11611])
617             ("modify-syntax-entry" code nil nil [11621 11652])
618             ("modify-category-entry" code nil nil [11743 11786])
619             ("map-charset-chars" code nil nil [11787 11849])
620             ("map-charset-chars" code nil nil [11850 11913])
621             ("modify-category-entry" code nil nil [11937 11980])
622             ("map-charset-chars" code nil nil [11981 12032])
623             ("let" code nil nil [12034 12844])
624             ("modify-category-entry" code nil nil [12878 12921])
625             ("map-charset-chars" code nil nil [12922 12981])
626             ("let" code nil nil [12983 13796])
627             ("modify-category-entry" code nil nil [13824 13867])
628             ("map-charset-chars" code nil nil [13868 13923])
629             ("map-charset-chars" code nil nil [13924 13988])
630             ("let" code nil nil [13990 15138])
631             ("map-charset-chars" code nil nil [15209 15280])
632             ("map-charset-chars" code nil nil [15281 15352])
633             ("map-charset-chars" code nil nil [15354 15425])
634             ("map-charset-chars" code nil nil [15426 15497])
635             ("let" code nil nil [15499 15942])
636             ("let" code nil nil [15956 16622])
637             ("let" code nil nil [16717 17001])
638             ("unicode-property-table-internal" code nil nil [17324 17368])
639             ("unicode-property-table-internal" code nil nil [17369 17416])
640             ("modify-category-entry" code nil nil [17428 17471])
641             ("let" code nil nil [17473 25185])
642             ("let" code nil nil [25187 26718])
643             ("let" code nil nil [26891 28825])
644             ("set-char-table-range" code nil nil [28939 28998])
645             ("set-char-table-range" code nil nil [28999 29058])
646             ("set-char-table-range" code nil nil [29059 29118])
647             ("set-char-table-range" code nil nil [29119 29178])
648             ("set-char-table-range" code nil nil [29179 29238])
649             ("set-char-table-range" code nil nil [29239 29300])
650             ("let" code nil nil [29453 35654])
651             ("let" code nil nil [35705 37864])
652             ("map-charset-chars" code nil nil [38109 38220])
653             ("map-charset-chars" code nil nil [38221 38332])
654             ("cjk-char-width-table-list" variable (:default-value (quote ((ja_JP nil (japanese-jisx0208 (8481 . 10366)) (cp932-2-byte (33088 . 34719))) (zh_CN nil (chinese-gb2312 (8481 . 10622))) (zh_HK nil (big5-hkscs (41280 . 41982) (50848 . 51454))) (zh_TW nil (big5 (41280 . 41982)) (chinese-cns11643-1 (8481 . 17022))) (ko_KR nil (korean-ksc5601 (8481 . 11390)))))) nil [38764 39149])
655             ("use-cjk-char-width-table" function (:arguments ("locale-name")) nil [39281 40086])
656             ("use-default-char-width-table" function nil nil [40088 40331])
657             ("optimize-char-table" code nil nil [40333 40376])
658             ("optimize-char-table" code nil nil [40377 40422])
659             ("if" code nil nil [40456 40624])
660             ("map-charset-chars" code nil nil [40626 40744])
661             ("when" code nil nil [40785 41177])
662             ("optimize-char-table" code nil nil [41179 41226])
663             ("char-acronym-table" variable (:default-value (make-char-table (quote char-acronym-table) nil)) nil [41267 41393])
664             ("let" code nil nil [41395 41740])
665             ("let" code nil nil [41742 42101])
666             ("aset" code nil nil [42103 42143])
667             ("aset" code nil nil [42172 42212])
668             ("aset" code nil nil [42241 42280])
669             ("aset" code nil nil [42303 42342])
670             ("aset" code nil nil [42370 42408])
671             ("aset" code nil nil [42432 42470])
672             ("aset" code nil nil [42495 42533])
673             ("aset" code nil nil [42558 42596])
674             ("aset" code nil nil [42626 42664])
675             ("aset" code nil nil [42694 42732])
676             ("aset" code nil nil [42765 42803])
677             ("aset" code nil nil [42832 42870])
678             ("aset" code nil nil [42899 42936])
679             ("aset" code nil nil [42954 42992])
680             ("aset" code nil nil [43025 43063])
681             ("aset" code nil nil [43097 43136])
682             ("aset" code nil nil [43170 43209])
683             ("aset" code nil nil [43244 43283])
684             ("aset" code nil nil [43311 43350])
685             ("aset" code nil nil [43377 43418])
686             ("aset" code nil nil [43448 43486])
687             ("aset" code nil nil [43522 43560])
688             ("aset" code nil nil [43600 43638])
689             ("aset" code nil nil [43679 43720])
690             ("aset" code nil nil [43750 43791])
691             ("aset" code nil nil [43819 43861])
692             ("aset" code nil nil [43889 43928])
693             ("aset" code nil nil [43957 43999])
694             ("aset" code nil nil [44028 44070])
695             ("aset" code nil nil [44097 44139])
696             ("aset" code nil nil [44170 44212])
697             ("aset" code nil nil [44241 44283])
698             ("aset" code nil nil [44299 44341])
699             ("dotimes" code nil nil [44354 44440])
700             ("aset" code nil nil [44441 44483])
701             ("update-glyphless-char-display" function (:arguments ("variable" "value")) nil [44498 46248])
702             ("glyphless-set-char-table-range" function (:arguments ("chartable" "from" "to" "method")) nil [46250 46529])
703             ("glyphless-char-display-control" variable (:default-value (quote ((format-control . thin-space) (no-font . hex-code)))) nil [46579 49471])
704             ("setq" code nil nil [49503 49589])
705             ("setq" code nil nil [49591 49696]))          
706       :file "characters.el"
707       :pointmax 49772
708       :fsize 50486
709       :lastmodtime '(23525 29558 0 0)
e75a20 710       :unmatched-syntax nil)
C 711     (semanticdb-table "semanticdb-table"
712       :major-mode emacs-lisp-mode
713       :tags 
714         '( ("store-substring" function (:arguments ("string" "idx" "obj")) nil [1364 1644])
715             ("truncate-string-ellipsis" variable (:default-value "...") nil [1646 1809])
716             ("truncate-string-to-width" function (:arguments ("str" "end-column" "start-column" "padding" "ellipsis")) nil [1826 4523])
717             ("nested-alist-p" function (:arguments ("obj")) nil [4632 5089])
718             ("set-nested-alist" function (:arguments ("keyseq" "entry" "alist" "len" "branches")) nil [5106 7003])
719             ("lookup-nested-alist" function (:arguments ("keyseq" "alist" "len" "start" "nil-for-too-long")) nil [7020 8760])
720             ("coding-system-post-read-conversion" function (:arguments ("coding-system")) nil [8816 9005])
721             ("coding-system-pre-write-conversion" function (:arguments ("coding-system")) nil [9022 9211])
722             ("coding-system-translation-table-for-decode" function (:arguments ("coding-system")) nil [9228 9433])
723             ("coding-system-translation-table-for-encode" function (:arguments ("coding-system")) nil [9450 9655])
724             ("with-coding-priority" function (:arguments ("coding-systems" "body")) nil [9672 10259])
725             ("put" code nil nil [10326 10373])
726             ("detect-coding-with-priority" function (:arguments ("from" "to" "priority-list")) nil [10390 10780])
727             ("detect-coding-with-language-environment" function (:arguments ("from" "to" "lang-env")) nil [10797 11219])
728             ("declare-function" code nil nil [11221 11291])
729             ("char-displayable-p" function (:arguments ("char")) nil [11308 13222])
730             ("filepos-to-bufferpos--dos" function (:arguments ("byte" "f")) nil [13224 14144])
731             ("filepos-to-bufferpos" function (:arguments ("byte" "quality" "coding-system")) nil [14161 17906])
732             ("bufferpos-to-filepos" function (:arguments ("position" "quality" "coding-system")) nil [17922 21273])
733             ("mule-util" package nil nil [21276 21296]))          
734       :file "mule-util.el"
735       :pointmax 21371
736       :fsize 21372
737       :lastmodtime '(23525 29560 0 0)
738       :unmatched-syntax nil)
739     (semanticdb-table "semanticdb-table"
740       :major-mode emacs-lisp-mode
741       :tags 
742         '( ("quail" include nil nil [2522 2538])
743             ("tit-encode-list" variable (:default-value (quote (("GB" euc-china "Chinese-GB") ("BIG5" cn-big5 "Chinese-BIG5") ("JIS" euc-japan "Japanese") ("KS" euc-kr "Korean")))) nil [2651 2806])
744             ("quail-cxterm-package-ext-info" variable (:default-value (quote (("chinese-4corner" "四角") ("chinese-array30" "30") ("chinese-ccdospy" "缩拼" "Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
745
746 Pinyin is the standard Roman transliteration method for Chinese.
747 For the detail of Pinyin system, see the documentation of the input
748 method `chinese-py'.
749
750 This input method works almost the same way as `chinese-py'.  The
751 difference is that you type a single key for these Pinyin spelling.
752     Pinyin:  zh  en  eng ang ch  an  ao  ai  ong sh  ing  yu(ü)
753     keyseq:   a   f   g   h   i   j   k   l   s   u   y   v
754 For example:
755     Chinese:  啊    果    中    文    光    玉    全
756     Pinyin:   a    guo   zhong  wen  guang  yu   quan
757     Keyseq:   a1   guo4   as1   wf4  guh1  yu..6 qvj6
758
759 \\<quail-translation-docstring>
760
761 For double-width GB2312 characters corresponding to ASCII, use the
762 input method `chinese-qj'.") ("chinese-ecdict" "英漢" "In this input method, you enter a Chinese (Big5) character or word
763 by typing the corresponding English word.  For example, if you type
764 \"computer\", \"電腦\" is input.
765
766 \\<quail-translation-docstring>") ("chinese-etzy" "倚注" "Zhuyin base input method for Chinese Big5 characters (`chinese-big5-1',
767 `chinese-big5-2').
768
769 Zhuyin is a kind of phonetic symbol.  One to three Zhuyin symbols
770 compose one Chinese character.
771
772 In this input method, you enter a Chinese character by first typing
773 keys corresponding to Zhuyin symbols (see the above table) followed by
774 SPC, 1, 2, 3, or 4 specifying a tone (SPC:陰平, 1:輕聲, 2:陽平, 3: 上聲,
775 4:去聲).
776
777 \\<quail-translation-docstring>") ("chinese-punct-b5" "標B" "Input method for Chinese punctuation and symbols of Big5
778 (`chinese-big5-1' and `chinese-big5-2').") ("chinese-punct" "标G" "Input method for Chinese punctuation and symbols of GB2312
779 (`chinese-gb2312').") ("chinese-py-b5" "拼B" "Pinyin base input method for Chinese Big5 characters
780 (`chinese-big5-1', `chinese-big5-2').
781
782 This input method works almost the same way as `chinese-py' (which
783 see).
784
785 This input method supports only Han characters.  The more convenient
786 method is `chinese-py-punct-b5', which is the combination of this
787 method and `chinese-punct-b5' and which supports both Han characters
788 and punctuation/symbols.
789
790 For double-width Big5 characters corresponding to ASCII, use the input
791 method `chinese-qj-b5'.
792
793 The input method `chinese-py' and `chinese-tonepy' are also Pinyin
794 based, but for the character set GB2312 (`chinese-gb2312').") ("chinese-qj-b5" "全B") ("chinese-qj" "全G") ("chinese-sw" "首尾" "Radical base input method for Chinese charset GB2312 (`chinese-gb2312').
795
796 In this input method, you enter a Chinese character by typing two
797 keys.  The first key corresponds to the first (首) radical, the second
798 key corresponds to the last (尾) radical.  The correspondence of keys
799 and radicals is as below:
800
801  first radical:
802  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z
803  心 冖 尸 丶 火 口 扌 氵 讠 艹 亻 木 礻 饣 月 纟 石 王 八 丿 日 辶 犭 竹 一 人
804  last radical:
805  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z
806  又 山 土 刀 阝 口 衣 疋 大 丁 厶 灬 十 歹 冂 门 今 丨 女 乙 囗 小 厂 虫 弋 卜
807
808 \\<quail-translation-docstring>") ("chinese-tonepy" "调拼" "Pinyin base input method for Chinese charset GB2312 (`chinese-gb2312').
809
810 Pinyin is the standard roman transliteration method for Chinese.
811 For the details of Pinyin system, see the documentation of the input
812 method `chinese-py'.
813
814 This input method works almost the same way as `chinese-py'.  The
815 difference is that you must type 1..5 after each Pinyin spelling to
816 specify a tone (1:阴平, 2:阳平, 3:上声, 4下声, 5:轻声).
817
818 \\<quail-translation-docstring>
819
820 For instance, to input 你, you type \"n i 3 3\", the first \"n i\" is
821 a Pinyin, the next \"3\" specifies tone, and the last \"3\" selects
822 the third character from the candidate list.
823
824 For double-width GB2312 characters corresponding to ASCII, use the
825 input method `chinese-qj'.") ("chinese-zozy" "零注" "Zhuyin base input method for Chinese Big5 characters (`chinese-big5-1',
826 `chinese-big5-2').
827
828 Zhuyin is a kind of a phonetic symbol.  One to three Zhuyin symbols
829 compose a Chinese character.
830
831 In this input method, you enter a Chinese character by first typing
832 keys corresponding to Zhuyin symbols (see the above table) followed by
833 SPC, 6, 3, 4, or 7 specifying a tone (SPC:陰平, 6:陽平, 3:上聲, 4:去聲,
834 7:輕聲).
835
836 \\<quail-translation-docstring>")))) nil [3422 7866])
837             ("tit-read-key-value" function nil nil [7918 8051])
838             ("tit-make-quail-package-file-name" function (:arguments ("filename" "dirname")) nil [8189 8359])
839             ("tit-dictionary" variable (:default-value t) nil [8422 8447])
840             ("tit-encode" variable nil nil [8448 8471])
841             ("tit-default-encode" variable (:default-value "GB") nil [8472 8504])
842             ("tit-generate-key-bindings" function (:arguments ("keys" "function-symbol")) nil [8634 9213])
843             ("tit-process-header" function (:arguments ("filename")) nil [9325 14195])
844             ("tit-flush-translations" function (:arguments ("key" "translations")) nil [14197 14866])
845             ("tit-process-body" function nil nil [14951 16404])
846             ("titdic-convert" function
847                (:user-visible-flag t
848                 :arguments ("filename" "dirname"))
849                 nil [16421 18727])
850             ("batch-titdic-convert" function (:arguments ("force")) nil [18744 20657])
851             ("quail-misc-package-ext-info" variable (:default-value (quote (("chinese-b5-tsangchi" "倉B" "cangjie-table.b5" big5 "tsang-b5.el" tsang-b5-converter ";; # Copyright 2001 Christian Wittern <wittern@iis.sinica.edu.tw>
852 ;; #
853 ;; # Permission to copy and distribute both modified and
854 ;; # unmodified versions is granted without royalty provided
855 ;; # this notice is preserved.") ("chinese-b5-quick" "簡B" "cangjie-table.b5" big5 "quick-b5.el" quick-b5-converter ";; # Copyright 2001 Christian Wittern <wittern@iis.sinica.edu.tw>
856 ;; #
857 ;; # Permission to copy and distribute both modified and
858 ;; # unmodified versions is granted without royalty provided
859 ;; # this notice is preserved.") ("chinese-cns-tsangchi" "倉C" "cangjie-table.cns" iso-2022-cn-ext "tsang-cns.el" tsang-cns-converter ";; # Copyright 2001 Christian Wittern <wittern@iis.sinica.edu.tw>
860 ;; #
861 ;; # Permission to copy and distribute both modified and
862 ;; # unmodified versions is granted without royalty provided
863 ;; # this notice is preserved.") ("chinese-cns-quick" "簡C" "cangjie-table.cns" iso-2022-cn-ext "quick-cns.el" quick-cns-converter ";; # Copyright 2001 Christian Wittern <wittern@iis.sinica.edu.tw>
864 ;; #
865 ;; # Permission to copy and distribute both modified and
866 ;; # unmodified versions is granted without royalty provided
867 ;; # this notice is preserved.") ("chinese-py" "拼G" "pinyin.map" cn-gb-2312 "PY.el" py-converter ";; \"pinyin.map\" is included in a free package called CCE.  It is
868 ;; available at:
869 ;;    http://ftp.debian.org/debian/dists/potato/main
870 ;;        /source/utils/cce_0.36.orig.tar.gz
871 ;; This package contains the following copyright notice.
872 ;;
873 ;;
874 ;;             Copyright (C) 1999, Rui He, herui@cs.duke.edu
875 ;;
876 ;;
877 ;;                  CCE(Console Chinese Environment) 0.32
878 ;;
879 ;; CCE is free software; you can redistribute it and/or modify it under the
880 ;; terms of the GNU General Public License as published by the Free Software
881 ;; Foundation; either version 1, or (at your option) any later version.
882 ;;
883 ;; CCE is distributed in the hope that it will be useful, but WITHOUT ANY
884 ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
885 ;; FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
886 ;; details.
887 ;;
888 ;; You should have received a copy of the GNU General Public License along with
889 ;; CCE.  If not, see <https://www.gnu.org/licenses/>.") ("chinese-ziranma" "自然" "ziranma.cin" cn-gb-2312 "ZIRANMA.el" ziranma-converter ";; \"ziranma.cin\" is included in a free package called CCE.  It is
890 ;; available at:
891 ;;    http://ftp.debian.org/debian/dists/potato/main
892 ;;        /source/utils/cce_0.36.orig.tar.gz
893 ;; This package contains the following copyright notice.
894 ;;
895 ;;
896 ;;             Copyright (C) 1999, Rui He, herui@cs.duke.edu
897 ;;
898 ;;
899 ;;                  CCE(Console Chinese Environment) 0.32
900 ;;
901 ;; CCE is free software; you can redistribute it and/or modify it under the
902 ;; terms of the GNU General Public License as published by the Free Software
903 ;; Foundation; either version 1, or (at your option) any later version.
904 ;;
905 ;; CCE is distributed in the hope that it will be useful, but WITHOUT ANY
906 ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
907 ;; FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
908 ;; details.
909 ;;
910 ;; You should have received a copy of the GNU General Public License along with
911 ;; CCE.  If not, see <https://www.gnu.org/licenses/>.") ("chinese-ctlau" "刘粤" "CTLau.html" cn-gb-2312 "CTLau.el" ctlau-gb-converter ";; \"CTLau.html\" is available at:
912 ;;
913 ;;   http://umunhum.stanford.edu/~lee/chicomp/CTLau.html
914 ;;
915 ;; It contains the following copyright notice:
916 ;;
917 ;; # Copyright (C) 1988-2001  Fung Fung Lee (lee@umunhum.stanford.edu)
918 ;; #
919 ;; # This program is free software; you can redistribute it and/or
920 ;; # modify it under the terms of the GNU General Public License
921 ;; # as published by the Free Software Foundation; either version 2
922 ;; # of the License, or any later version.
923 ;; #
924 ;; # This program is distributed in the hope that it will be useful,
925 ;; # but WITHOUT ANY WARRANTY; without even the implied warranty of
926 ;; # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
927 ;; # GNU General Public License for more details.
928 ;; #
929 ;; # You should have received a copy of the GNU General Public License
930 ;; # along with this program.  If not, see <https://www.gnu.org/licenses/>.") ("chinese-ctlaub" "劉粵" "CTLau-b5.html" big5 "CTLau-b5.el" ctlau-b5-converter ";; \"CTLau-b5.html\" is available at:
931 ;;
932 ;;   http://umunhum.stanford.edu/~lee/chicomp/CTLau-b5.html
933 ;;
934 ;; It contains the following copyright notice:
935 ;;
936 ;; # Copyright (C) 1988-2001  Fung Fung Lee (lee@umunhum.stanford.edu)
937 ;; #
938 ;; # This program is free software; you can redistribute it and/or
939 ;; # modify it under the terms of the GNU General Public License
940 ;; # as published by the Free Software Foundation; either version 2
941 ;; # of the License, or any later version.
942 ;; #
943 ;; # This program is distributed in the hope that it will be useful,
944 ;; # but WITHOUT ANY WARRANTY; without even the implied warranty of
945 ;; # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
946 ;; # GNU General Public License for more details.
947 ;; #
948 ;; # You should have received a copy of the GNU General Public License
949 ;; # along with this program.  If not, see <https://www.gnu.org/licenses/>.")))) nil [21245 26722])
950             ("tsang-quick-converter" function (:arguments ("dicbuf" "name" "title" "tsang-p" "big5-p")) nil [27160 29956])
951             ("tsang-b5-converter" function (:arguments ("dicbuf" "name" "title")) nil [29958 30052])
952             ("quick-b5-converter" function (:arguments ("dicbuf" "name" "title")) nil [30054 30150])
953             ("tsang-cns-converter" function (:arguments ("dicbuf" "name" "title")) nil [30152 30249])
954             ("quick-cns-converter" function (:arguments ("dicbuf" "name" "title")) nil [30251 30350])
955             ("py-converter" function (:arguments ("dicbuf" "name" "title")) nil [30548 33080])
956             ("ziranma-converter" function (:arguments ("dicbuf" "name" "title")) nil [33279 37252])
957             ("ctlau-converter" function (:arguments ("dicbuf" "name" "title" "description")) nil [37528 39309])
958             ("ctlau-gb-converter" function (:arguments ("dicbuf" "name" "title")) nil [39311 39808])
959             ("ctlau-b5-converter" function (:arguments ("dicbuf" "name" "title")) nil [39810 40304])
960             ("declare-function" code nil nil [40306 40365])
961             ("miscdic-convert" function
962                (:user-visible-flag t
963                 :arguments ("filename" "dirname"))
964                 nil [40367 43250])
965             ("batch-miscdic-convert" function nil nil [43252 44341]))          
966       :file "titdic-cnv.el"
967       :pointmax 44426
968       :fsize 47651
969       :lastmodtime '(23525 29560 0 0)
970       :unmatched-syntax nil)
971     (semanticdb-table "semanticdb-table"
972       :file "quail.el"
973       :fsize 118692
974       :lastmodtime '(23525 29560 0 0))
975     (semanticdb-table "semanticdb-table"
976       :major-mode emacs-lisp-mode
977       :tags 
978         '( ("help-mode" include nil nil [1339 1359])
979             ("print-list" function (:arguments ("args")) nil [1391 1572])
980             ("define-button-type" code nil nil [1587 1805])
981             ("define-button-type" code nil nil [1807 1986])
982             ("list-character-sets" function
983                (:user-visible-flag t
984                 :arguments ("arg"))
985                 nil [2003 3647])
986             ("sort-listed-character-sets" function (:arguments ("sort-key")) nil [3649 3913])
987             ("list-character-sets-1" function (:arguments ("sort-key")) nil [3915 5941])
988             ("list-character-sets-2" function nil nil [6015 6856])
989             ("non-iso-charset-alist" variable nil nil [6858 6906])
990             ("make-obsolete-variable" code nil nil [6907 6983])
991             ("charset-history" variable nil nil [7030 7058])
992             ("read-charset" function (:arguments ("prompt" "default-value" "initial-input")) nil [7076 7812])
993             ("list-block-of-chars" function (:arguments ("charset" "row" "min" "max")) nil [8089 8866])
994             ("list-charset-chars" function
995                (:user-visible-flag t
996                 :arguments ("charset"))
997                 nil [8883 10415])
998             ("describe-character-set" function
999                (:user-visible-flag t
1000                 :arguments ("charset"))
1001                 nil [10433 12770])
1002             ("graphic-register" variable nil nil [12792 12817])
1003             ("print-designation" function (:arguments ("designations")) nil [13061 14137])
1004             ("describe-coding-system" function
1005                (:user-visible-flag t
1006                 :arguments ("coding-system"))
1007                 nil [14154 17391])
1008             ("describe-current-coding-system-briefly" function (:user-visible-flag t) nil [17408 19854])
1009             ("print-coding-system-briefly" function (:arguments ("coding-system" "doc-string")) nil [19856 21308])
1010             ("describe-current-coding-system" function (:user-visible-flag t) nil [21325 25340])
1011             ("print-coding-system" function (:arguments ("coding-system")) nil [25342 27216])
1012             ("list-coding-systems" function
1013                (:user-visible-flag t
1014                 :arguments ("arg"))
1015                 nil [27233 27604])
1016             ("list-coding-systems-1" function (:arguments ("arg")) nil [27606 28997])
1017             ("list-coding-categories" function nil nil [29032 29406])
1018             ("declare-function" code nil nil [29419 29479])
1019             ("describe-font-internal" function (:arguments ("font-info" "ignored")) nil [29481 30511])
1020             ("describe-font" function
1021                (:user-visible-flag t
1022                 :arguments ("fontname"))
1023                 nil [30528 31558])
1024             ("print-fontset-element" function (:arguments ("val")) nil [31560 33744])
1025             ("declare-function" code nil nil [33746 33818])
1026             ("declare-function" code nil nil [33819 33888])
1027             ("print-fontset" function (:arguments ("fontset" "print-opened")) nil [33890 36182])
1028             ("fontset-alias-alist" variable nil nil [36184 36212])
1029             ("declare-function" code nil nil [36213 36259])
1030             ("describe-fontset" function
1031                (:user-visible-flag t
1032                 :arguments ("fontset"))
1033                 nil [36276 37101])
1034             ("declare-function" code nil nil [37103 37160])
1035             ("list-fontsets" function
1036                (:user-visible-flag t
1037                 :arguments ("arg"))
1038                 nil [37177 38074])
1039             ("list-input-methods" function (:user-visible-flag t) nil [38092 38610])
1040             ("list-input-methods-1" function nil nil [38612 39764])
1041             ("insert-section" function (:arguments ("section-number" "title")) nil [39845 40058])
1042             ("mule-diag" function (:user-visible-flag t) nil [40075 42831])
1043             ("font-show-log" function
1044                (:user-visible-flag t
1045                 :arguments ("limit"))
1046                 nil [42848 43683])
1047             ("mule-diag" package nil nil [43686 43706]))          
1048       :file "mule-diag.el"
1049       :pointmax 43735
1050       :fsize 43734
1051       :lastmodtime '(23525 29559 0 0)
5cb5f7 1052       :unmatched-syntax nil))
C 1053   :file "!drive_c!Program Files!Emacs 26.1!share!emacs!26.1!lisp!international!semantic.cache"
1054   :semantic-tag-version "2.0"
1055   :semanticdb-version "2.2")