165
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'mule-autoloads) (error "Already loaded"))
|
165
|
3
|
|
4 ;;;### (autoloads (isearch-fep-quail isearch-fep-canna isearch-fep-egg isearch-fep-string) "isearch-mule" "mule/isearch-mule.el")
|
|
5
|
|
6 (defvar search-string-char-prompt "*Enter string... ")
|
|
7
|
|
8 (autoload 'isearch-fep-string "isearch-mule" "\
|
|
9 Read string from minibuffer for incremental search." t nil)
|
|
10
|
|
11 (autoload 'isearch-fep-egg "isearch-mule" "\
|
|
12 Read string for incremental search by using egg." t nil)
|
|
13
|
|
14 (autoload 'isearch-fep-canna "isearch-mule" "\
|
|
15 Read string for incremental search by using canna." t nil)
|
|
16
|
|
17 (autoload 'isearch-fep-quail "isearch-mule" "\
|
|
18 Read string for incremental search by using quail." t nil)
|
|
19
|
|
20 ;;;***
|
|
21
|
|
22 ;;;### (autoloads (define-ccl-program ccl-dump ccl-compile ccl-program-p) "mule-ccl" "mule/mule-ccl.el")
|
|
23
|
|
24 (autoload 'ccl-program-p "mule-ccl" "\
|
|
25 T if OBJECT is a valid CCL compiled code." nil nil)
|
|
26
|
|
27 (autoload 'ccl-compile "mule-ccl" "\
|
|
28 Compile a CCL source program and return the compiled equivalent.
|
|
29 The return value will be a vector of integers." nil nil)
|
|
30
|
|
31 (autoload 'ccl-dump "mule-ccl" "\
|
|
32 Disassemble compiled CCL-CODE." nil nil)
|
|
33
|
|
34 (autoload 'define-ccl-program "mule-ccl" "\
|
|
35 Does (defconst NAME (ccl-compile (eval CCL-PROGRAM)) DOC).
|
|
36 Byte-compiler expand this macro while compiling." nil 'macro)
|
|
37
|
|
38 ;;;***
|
|
39
|
|
40 ;;;### (autoloads (dump-coding-systems dump-charsets mule-diag list-fontset describe-fontset list-font describe-font list-coding-system list-coding-system-briefly describe-coding-system list-charsets) "mule-debug" "mule/mule-debug.el")
|
|
41
|
|
42 (autoload 'list-charsets "mule-debug" "\
|
|
43 Display a list of existing character sets." t nil)
|
|
44
|
|
45 (autoload 'describe-coding-system "mule-debug" "\
|
|
46 Display documentation of the coding-system CS." t nil)
|
|
47
|
|
48 (autoload 'list-coding-system-briefly "mule-debug" "\
|
|
49 Display coding-systems currently used with a brief format in mini-buffer." t nil)
|
|
50
|
|
51 (autoload 'list-coding-system "mule-debug" "\
|
|
52 Describe coding-systems currently used with a detailed format.
|
|
53 If optional arg ALL is non-nil, all coding-systems are listed in
|
|
54 machine readable simple format." t nil)
|
|
55
|
|
56 (autoload 'describe-font "mule-debug" "\
|
|
57 Display information about fonts which partially match FONTNAME." t nil)
|
|
58
|
|
59 (autoload 'list-font "mule-debug" "\
|
|
60 Display a list of fonts." t nil)
|
|
61
|
|
62 (autoload 'describe-fontset "mule-debug" "\
|
|
63 Display information about FONTSET." t nil)
|
|
64
|
|
65 (autoload 'list-fontset "mule-debug" "\
|
|
66 Display a list of fontsets." t nil)
|
|
67
|
|
68 (autoload 'mule-diag "mule-debug" "\
|
|
69 Show diagnosis of the current running Mule." t nil)
|
|
70
|
|
71 (autoload 'dump-charsets "mule-debug" nil nil nil)
|
|
72
|
|
73 (autoload 'dump-coding-systems "mule-debug" nil nil nil)
|
|
74
|
|
75 ;;;***
|
|
76
|
|
77 ;;;### (autoloads (set-keyboard-coding-system) "mule-keyboard" "mule/mule-keyboard.el")
|
|
78
|
|
79 (defvar keyboard-allow-latin-input nil "\
|
|
80 If non-nil, \"ESC , Fe\" and \"ESC - Fe\" are used for inputting
|
|
81 Latin characters.")
|
|
82
|
|
83 (autoload 'set-keyboard-coding-system "mule-keyboard" "\
|
|
84 Set variable keyboard-coding-system to CODESYS and modify keymap for it." t nil)
|
|
85
|
|
86 ;;;***
|
|
87
|
|
88 ;;;### (autoloads (define-word-regexp regexp-word-compile regexp-compile) "mule-trex" "mule/mule-trex.el")
|
|
89
|
|
90 (autoload 'regexp-compile "mule-trex" nil nil nil)
|
|
91
|
|
92 (autoload 'regexp-word-compile "mule-trex" nil nil nil)
|
|
93
|
|
94 (autoload 'define-word-regexp "mule-trex" nil nil 'macro)
|
|
95
|
|
96 ;;;***
|
|
97
|
189
|
98 ;;;### (autoloads (decompose-composite-char compose-chars decompose-region compose-region set-coding-system-alist lookup-nested-alist set-nested-alist nested-alist-p) "mule-util" "mule/mule-util.el")
|
165
|
99
|
167
|
100 (autoload 'nested-alist-p "mule-util" "\
|
|
101 Return t if OBJ is a nesetd alist.
|
|
102
|
|
103 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
|
|
104 any Lisp object, and BRANCHES is a list of cons cells of the form
|
|
105 \(KEY-ELEMENT . NESTED-ALIST).
|
|
106
|
|
107 You can use a nested alist to store any Lisp object (ENTRY) for a key
|
|
108 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
|
|
109 can be a string, a vector, or a list." nil nil)
|
165
|
110
|
|
111 (autoload 'set-nested-alist "mule-util" "\
|
|
112 Set ENTRY for KEYSEQ in a nested alist ALIST.
|
|
113 Optional 4th arg LEN non-nil means the firlst LEN elements in KEYSEQ
|
|
114 is considered.
|
|
115 Optional argument BRANCHES if non-nil is branches for a keyseq
|
|
116 longer than KEYSEQ.
|
|
117 See the documentation of `nested-alist-p' for more detail." nil nil)
|
|
118
|
|
119 (autoload 'lookup-nested-alist "mule-util" "\
|
|
120 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
|
|
121 Optional 1st argument LEN specifies the length of KEYSEQ.
|
|
122 Optional 2nd argument START specifies index of the starting key.
|
|
123 The returned value is normally a nested alist of which
|
|
124 car part is the entry for KEYSEQ.
|
|
125 If ALIST is not deep enough for KEYSEQ, return number which is
|
|
126 how many key elements at the front of KEYSEQ it takes
|
|
127 to reach a leaf in ALIST.
|
|
128 Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil
|
|
129 even if ALIST is not deep enough." nil nil)
|
|
130
|
|
131 (autoload 'set-coding-system-alist "mule-util" "\
|
|
132 Update `coding-system-alist' according to the arguments.
|
|
133 TARGET-TYPE specifies a type of the target: `file', `process', or `network'.
|
|
134 TARGET-TYPE tells which slots of coding-system-alist should be affected.
|
|
135 If `file', it affects slots for insert-file-contents and write-region.
|
|
136 If `process', it affects slots for call-process, call-process-region, and
|
|
137 start-process.
|
|
138 If `network', it affects a slot for open-network-process.
|
|
139 REGEXP is a regular expression matching a target of I/O operation.
|
|
140 CODING-SYSTEM is a coding system to perform code conversion
|
|
141 on the I/O operation, or a cons of coding systems for decoding and
|
|
142 encoding respectively, or a function symbol which returns the cons.
|
|
143 Optional arg OPERATION if non-nil specifies directly one of slots above.
|
|
144 The valid value is: insert-file-contents, write-region,
|
|
145 call-process, call-process-region, start-process, or open-network-stream.
|
|
146 If OPERATION is specified, TARGET-TYPE is ignored.
|
|
147 See the documentation of `coding-system-alist' for more detail." nil nil)
|
|
148
|
|
149 (autoload 'compose-region "mule-util" "\
|
|
150 Compose characters in the current region into one composite character.
|
|
151 From a Lisp program, pass two arguments, START to END.
|
|
152 The composite character replaces the composed characters.
|
|
153 BUFFER defaults to the current buffer if omitted." t nil)
|
|
154
|
|
155 (autoload 'decompose-region "mule-util" "\
|
|
156 Decompose any composite characters in the current region.
|
|
157 From a Lisp program, pass two arguments, START to END.
|
|
158 This converts each composite character into one or more characters,
|
|
159 the individual characters out of which the composite character was formed.
|
|
160 Non-composite characters are left as-is. BUFFER defaults to the current
|
|
161 buffer if omitted." t nil)
|
|
162
|
|
163 (defconst reference-point-alist '((tl . 0) (tc . 1) (tr . 2) (ml . 3) (mc . 4) (mr . 5) (bl . 6) (bc . 7) (br . 8) (top-left . 0) (top-center . 1) (top-right . 2) (mid-left . 3) (mid-center . 4) (mid-right . 5) (bottom-left . 6) (bottom-center . 7) (bottom-right . 8) (0 . 0) (1 . 1) (2 . 2) (3 . 3) (4 . 4) (5 . 5) (6 . 6) (7 . 7) (8 . 8)) "\
|
|
164 Alist of reference point symbols vs reference point codes.
|
|
165 Meanings of reference point codes are as follows:
|
|
166
|
|
167 0----1----2 <-- ascent 0:tl or top-left
|
|
168 | | 1:tc or top-center
|
|
169 | | 2:tr or top-right
|
|
170 | | 3:ml or mid-left
|
|
171 | 4 <--+---- center 4:mc or mid-center
|
|
172 | | 5:mr or mid-right
|
|
173 --- 3 5 <-- baseline 6:bl or bottom-left
|
|
174 | | 7:bc or bottom-center
|
|
175 6----7----8 <-- descent 8:br or bottom-right
|
|
176
|
|
177 Reference point symbols are to be used to specify composition rule of
|
|
178 the form (GLOBAL-REF-POINT . NEW-REF-POINT), where GLOBAL-REF-POINT
|
|
179 is a reference point in the overall glyphs already composed, and
|
|
180 NEW-REF-POINT is a reference point in the new glyph to be added.
|
|
181
|
|
182 For instance, if GLOBAL-REF-POINT is 8 and NEW-REF-POINT is 1, the
|
|
183 overall glyph is updated as follows:
|
|
184
|
|
185 +-------+--+ <--- new ascent
|
|
186 | | |
|
|
187 | global| |
|
|
188 | glyph | |
|
|
189 --- | | | <--- baseline (doesn't change)
|
|
190 +----+--+--+
|
|
191 | | new |
|
|
192 | |glyph|
|
|
193 +----+-----+ <--- new descent
|
|
194 ")
|
|
195
|
|
196 (autoload 'compose-chars "mule-util" "\
|
|
197 Return one char string composed from the arguments.
|
|
198 Each argument is a character (including a composite chararacter)
|
|
199 or a composition rule.
|
|
200 A composition rule has the form (GLOBAL-REF-POINT . NEW-REF-POINT).
|
|
201 See the documentation of `reference-point-alist' for more detail." nil nil)
|
|
202
|
|
203 (autoload 'decompose-composite-char "mule-util" "\
|
|
204 Convert composite character CHAR to a string containing components of CHAR.
|
|
205 Optional 1st arg TYPE specifies the type of sequence returned.
|
|
206 It should be `string' (default), `list', or `vector'.
|
|
207 Optional 2nd arg WITH-COMPOSITION-RULE non-nil means the returned
|
|
208 sequence contains embedded composition rules if any. In this case, the
|
|
209 order of elements in the sequence is the same as arguments for
|
|
210 `compose-chars' to create CHAR.
|
|
211 If TYPE is omitted or is `string', composition rules are omitted
|
|
212 even if WITH-COMPOSITION-RULE is t." nil nil)
|
|
213
|
|
214 ;;;***
|
|
215
|
197
|
216 ;;;### (autoloads (vn-decompose-viqr-buffer vn-decompose-viqr vn-compose-viqr-buffer vn-compose-viqr) "mule-vietnamese" "mule/mule-vietnamese.el")
|
165
|
217
|
197
|
218 (autoload 'vn-compose-viqr "mule-vietnamese" "\
|
165
|
219 Convert 'VIQR' mnemonics of the current region to
|
|
220 pre-composed Vietnamese characaters." t nil)
|
|
221
|
197
|
222 (autoload 'vn-compose-viqr-buffer "mule-vietnamese" nil t nil)
|
165
|
223
|
197
|
224 (autoload 'vn-decompose-viqr "mule-vietnamese" "\
|
165
|
225 Convert pre-composed Vietnamese characaters of the current region to
|
|
226 'VIQR' mnemonics." t nil)
|
|
227
|
197
|
228 (autoload 'vn-decompose-viqr-buffer "mule-vietnamese" nil t nil)
|
165
|
229
|
|
230 ;;;***
|
|
231
|
|
232 (provide 'mule-autoloads)
|