annotate lisp/mule/auto-autoloads.el @ 167:85ec50267440 r20-3b10

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