annotate lisp/mule/auto-autoloads.el @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents e45d5e7c476e
children 262b8bb4a523
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 167
diff changeset
2 (if (featurep 'mule-autoloads) (error "Already loaded"))
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
3
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
4 ;;;### (autoloads (isearch-fep-quail isearch-fep-canna isearch-fep-egg isearch-fep-string) "isearch-mule" "mule/isearch-mule.el")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
5
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
6 (defvar search-string-char-prompt "*Enter string... ")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
7
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
8 (autoload 'isearch-fep-string "isearch-mule" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
9 Read string from minibuffer for incremental search." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
10
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
11 (autoload 'isearch-fep-egg "isearch-mule" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
12 Read string for incremental search by using egg." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
13
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
14 (autoload 'isearch-fep-canna "isearch-mule" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
15 Read string for incremental search by using canna." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
16
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
17 (autoload 'isearch-fep-quail "isearch-mule" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
18 Read string for incremental search by using quail." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
19
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
20 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
21
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
22 ;;;### (autoloads (ccl-execute-with-args define-ccl-program declare-ccl-program ccl-dump ccl-compile ccl-program-p) "mule-ccl" "mule/mule-ccl.el")
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
23
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
24 (autoload 'ccl-program-p "mule-ccl" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
25 T if OBJECT is a valid CCL compiled code." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
26
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
27 (autoload 'ccl-compile "mule-ccl" "\
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
28 Return a compiled code of CCL-PROGRAM as a vector of integer." nil nil)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
29
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
30 (autoload 'ccl-dump "mule-ccl" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
31 Disassemble compiled CCL-CODE." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
32
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
33 (autoload 'declare-ccl-program "mule-ccl" "\
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
34 Declare NAME as a name of CCL program.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
35
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
36 To compile a CCL program which calls another CCL program not yet
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
37 defined, it must be declared as a CCL program in advance." nil 'macro)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
38
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
39 (autoload 'define-ccl-program "mule-ccl" "\
213
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
40 Set NAME the compiled code of CCL-PROGRAM.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
41 CCL-PROGRAM is `eval'ed before being handed to the CCL compiler `ccl-compile'.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
42 The compiled code is a vector of integers." nil 'macro)
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
43
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
44 (autoload 'ccl-execute-with-args "mule-ccl" "\
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
45 Execute CCL-PROGRAM with registers initialized by the remaining args.
78f53ef88e17 Import from CVS: tag r20-4b5
cvs
parents: 207
diff changeset
46 The return value is a vector of resulting CCL registeres." nil nil)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
47
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
48 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
49
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
50 ;;;### (autoloads (dump-coding-systems dump-charsets mule-diag list-fontset describe-fontset list-font describe-font list-coding-system list-coding-system-briefly list-charsets) "mule-debug" "mule/mule-debug.el")
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
51
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
52 (autoload 'list-charsets "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
53 Display a list of existing character sets." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
54
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
55 (autoload 'list-coding-system-briefly "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
56 Display coding-systems currently used with a brief format in mini-buffer." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
57
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
58 (autoload 'list-coding-system "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
59 Describe coding-systems currently used with a detailed format.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
60 If optional arg ALL is non-nil, all coding-systems are listed in
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
61 machine readable simple format." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
62
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
63 (autoload 'describe-font "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
64 Display information about fonts which partially match FONTNAME." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
65
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
66 (autoload 'list-font "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
67 Display a list of fonts." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
68
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
69 (autoload 'describe-fontset "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
70 Display information about FONTSET." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
71
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
72 (autoload 'list-fontset "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
73 Display a list of fontsets." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
74
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
75 (autoload 'mule-diag "mule-debug" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
76 Show diagnosis of the current running Mule." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
77
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
78 (autoload 'dump-charsets "mule-debug" nil nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
79
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
80 (autoload 'dump-coding-systems "mule-debug" nil nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
81
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
82 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
83
207
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
84 ;;;### (autoloads (dump-codings dump-charsets mule-diag list-input-methods list-fontsets describe-fontset describe-font list-coding-systems describe-current-coding-system describe-current-coding-system-briefly describe-coding-system list-character-sets) "mule-diag" "mule/mule-diag.el")
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
85
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
86 (autoload 'list-character-sets "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
87 Display a list of all character sets.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
88
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
89 The ID column contains a charset identification number for internal use.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
90 The B column contains a number of bytes occupied in a buffer.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
91 The W column contains a number of columns occupied in a screen.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
92
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
93 With prefix arg, the output format gets more cryptic
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
94 but contains full information about each character sets." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
95
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
96 (autoload 'describe-coding-system "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
97 Display information of CODING-SYSTEM." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
98
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
99 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
100 Display coding systems currently used in a brief format in echo area.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
101
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
102 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
103 where mnemonics of the following coding systems come in this order
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
104 at the place of `..':
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
105 buffer-file-coding-system (of the current buffer)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
106 eol-type of buffer-file-coding-system (of the current buffer)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
107 (keyboard-coding-system)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
108 eol-type of (keyboard-coding-system)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
109 (terminal-coding-system)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
110 eol-type of (terminal-coding-system)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
111 process-coding-system for read (of the current buffer, if any)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
112 eol-type of process-coding-system for read (of the current buffer, if any)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
113 process-coding-system for write (of the current buffer, if any)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
114 eol-type of process-coding-system for write (of the current buffer, if any)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
115 default-buffer-file-coding-system
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
116 eol-type of default-buffer-file-coding-system
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
117 default-process-coding-system for read
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
118 eol-type of default-process-coding-system for read
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
119 default-process-coding-system for write
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
120 eol-type of default-process-coding-system" t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
121
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
122 (autoload 'describe-current-coding-system "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
123 Display coding systems currently used in a detailed format." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
124
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
125 (autoload 'list-coding-systems "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
126 Display a list of all coding systems.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
127 It prints mnemonic letter, name, and description of each coding systems.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
128
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
129 With prefix arg, the output format gets more cryptic,
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
130 but contains full information about each coding systems." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
131
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
132 (autoload 'describe-font "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
133 Display information about fonts which partially match FONTNAME." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
134
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
135 (autoload 'describe-fontset "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
136 Display information of FONTSET.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
137
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
138 It prints name, size, and style of FONTSET, and lists up fonts
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
139 contained in FONTSET.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
140
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
141 The column WDxHT contains width and height (pixels) of each fontset
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
142 \(i.e. those of ASCII font in the fontset). The letter `-' in this
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
143 column means that the corresponding fontset is not yet used in any
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
144 frame.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
145
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
146 The O column of each font contains one of the following letters.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
147 o -- font already opened
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
148 - -- font not yet opened
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
149 x -- font can't be opened
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
150 ? -- no font specified
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
151
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
152 The Charset column of each font contains a name of character set
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
153 displayed by the font." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
154
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
155 (autoload 'list-fontsets "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
156 Display a list of all fontsets.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
157
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
158 It prints name, size, and style of each fontset.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
159 With prefix arg, it also lists up fonts contained in each fontset.
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
160 See the function `describe-fontset' for the format of the list." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
161
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
162 (autoload 'list-input-methods "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
163 Print information of all input methods." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
164
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
165 (autoload 'mule-diag "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
166 Display diagnosis of the multilingual environment (MULE).
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
167
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
168 It prints various information related to the current multilingual
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
169 environment, including lists of input methods, coding systems,
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
170 character sets, and fontsets (if Emacs running under some window
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
171 system)." t nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
172
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
173 (autoload 'dump-charsets "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
174 Dump information of all charsets into the file \"CHARSETS\".
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
175 The file is saved in the directory `data-directory'." nil nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
176
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
177 (autoload 'dump-codings "mule-diag" "\
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
178 Dump information of all coding systems into the file \"CODINGS\".
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
179 The file is saved in the directory `data-directory'." nil nil)
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
180
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
181 ;;;***
e45d5e7c476e Import from CVS: tag r20-4b2
cvs
parents: 197
diff changeset
182
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
183 ;;;### (autoloads (set-keyboard-coding-system) "mule-keyboard" "mule/mule-keyboard.el")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
184
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
185 (defvar keyboard-allow-latin-input nil "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
186 If non-nil, \"ESC , Fe\" and \"ESC - Fe\" are used for inputting
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
187 Latin characters.")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
188
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
189 (autoload 'set-keyboard-coding-system "mule-keyboard" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
190 Set variable keyboard-coding-system to CODESYS and modify keymap for it." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
191
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
192 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
193
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
194 ;;;### (autoloads (define-word-regexp regexp-word-compile regexp-compile) "mule-trex" "mule/mule-trex.el")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
195
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
196 (autoload 'regexp-compile "mule-trex" nil nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
197
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
198 (autoload 'regexp-word-compile "mule-trex" nil nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
199
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
200 (autoload 'define-word-regexp "mule-trex" nil nil 'macro)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
201
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
202 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
203
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 183
diff changeset
204 ;;;### (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
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
205
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
206 (autoload 'nested-alist-p "mule-util" "\
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
207 Return t if OBJ is a nesetd alist.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
208
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
209 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
210 any Lisp object, and BRANCHES is a list of cons cells of the form
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
211 \(KEY-ELEMENT . NESTED-ALIST).
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
212
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
213 You can use a nested alist to store any Lisp object (ENTRY) for a key
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
214 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 165
diff changeset
215 can be a string, a vector, or a list." nil nil)
165
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
216
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
217 (autoload 'set-nested-alist "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
218 Set ENTRY for KEYSEQ in a nested alist ALIST.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
219 Optional 4th arg LEN non-nil means the firlst LEN elements in KEYSEQ
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
220 is considered.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
221 Optional argument BRANCHES if non-nil is branches for a keyseq
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
222 longer than KEYSEQ.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
223 See the documentation of `nested-alist-p' for more detail." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
224
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
225 (autoload 'lookup-nested-alist "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
226 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
227 Optional 1st argument LEN specifies the length of KEYSEQ.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
228 Optional 2nd argument START specifies index of the starting key.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
229 The returned value is normally a nested alist of which
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
230 car part is the entry for KEYSEQ.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
231 If ALIST is not deep enough for KEYSEQ, return number which is
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
232 how many key elements at the front of KEYSEQ it takes
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
233 to reach a leaf in ALIST.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
234 Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
235 even if ALIST is not deep enough." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
236
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
237 (autoload 'set-coding-system-alist "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
238 Update `coding-system-alist' according to the arguments.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
239 TARGET-TYPE specifies a type of the target: `file', `process', or `network'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
240 TARGET-TYPE tells which slots of coding-system-alist should be affected.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
241 If `file', it affects slots for insert-file-contents and write-region.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
242 If `process', it affects slots for call-process, call-process-region, and
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
243 start-process.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
244 If `network', it affects a slot for open-network-process.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
245 REGEXP is a regular expression matching a target of I/O operation.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
246 CODING-SYSTEM is a coding system to perform code conversion
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
247 on the I/O operation, or a cons of coding systems for decoding and
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
248 encoding respectively, or a function symbol which returns the cons.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
249 Optional arg OPERATION if non-nil specifies directly one of slots above.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
250 The valid value is: insert-file-contents, write-region,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
251 call-process, call-process-region, start-process, or open-network-stream.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
252 If OPERATION is specified, TARGET-TYPE is ignored.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
253 See the documentation of `coding-system-alist' for more detail." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
254
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
255 (autoload 'compose-region "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
256 Compose characters in the current region into one composite character.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
257 From a Lisp program, pass two arguments, START to END.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
258 The composite character replaces the composed characters.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
259 BUFFER defaults to the current buffer if omitted." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
260
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
261 (autoload 'decompose-region "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
262 Decompose any composite characters in the current region.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
263 From a Lisp program, pass two arguments, START to END.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
264 This converts each composite character into one or more characters,
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
265 the individual characters out of which the composite character was formed.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
266 Non-composite characters are left as-is. BUFFER defaults to the current
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
267 buffer if omitted." t nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
268
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
269 (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)) "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
270 Alist of reference point symbols vs reference point codes.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
271 Meanings of reference point codes are as follows:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
272
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
273 0----1----2 <-- ascent 0:tl or top-left
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
274 | | 1:tc or top-center
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
275 | | 2:tr or top-right
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
276 | | 3:ml or mid-left
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
277 | 4 <--+---- center 4:mc or mid-center
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
278 | | 5:mr or mid-right
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
279 --- 3 5 <-- baseline 6:bl or bottom-left
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
280 | | 7:bc or bottom-center
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
281 6----7----8 <-- descent 8:br or bottom-right
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
282
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
283 Reference point symbols are to be used to specify composition rule of
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
284 the form (GLOBAL-REF-POINT . NEW-REF-POINT), where GLOBAL-REF-POINT
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
285 is a reference point in the overall glyphs already composed, and
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
286 NEW-REF-POINT is a reference point in the new glyph to be added.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
287
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
288 For instance, if GLOBAL-REF-POINT is 8 and NEW-REF-POINT is 1, the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
289 overall glyph is updated as follows:
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
290
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
291 +-------+--+ <--- new ascent
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
292 | | |
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
293 | global| |
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
294 | glyph | |
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
295 --- | | | <--- baseline (doesn't change)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
296 +----+--+--+
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
297 | | new |
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
298 | |glyph|
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
299 +----+-----+ <--- new descent
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
300 ")
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
301
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
302 (autoload 'compose-chars "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
303 Return one char string composed from the arguments.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
304 Each argument is a character (including a composite chararacter)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
305 or a composition rule.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
306 A composition rule has the form (GLOBAL-REF-POINT . NEW-REF-POINT).
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
307 See the documentation of `reference-point-alist' for more detail." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
308
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
309 (autoload 'decompose-composite-char "mule-util" "\
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
310 Convert composite character CHAR to a string containing components of CHAR.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
311 Optional 1st arg TYPE specifies the type of sequence returned.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
312 It should be `string' (default), `list', or `vector'.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
313 Optional 2nd arg WITH-COMPOSITION-RULE non-nil means the returned
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
314 sequence contains embedded composition rules if any. In this case, the
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
315 order of elements in the sequence is the same as arguments for
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
316 `compose-chars' to create CHAR.
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
317 If TYPE is omitted or is `string', composition rules are omitted
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
318 even if WITH-COMPOSITION-RULE is t." nil nil)
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
319
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
320 ;;;***
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
321
5a88923fcbfe Import from CVS: tag r20-3b9
cvs
parents:
diff changeset
322 (provide 'mule-autoloads)