428
|
1 ;;; DO NOT MODIFY THIS FILE
|
442
|
2 (if (featurep 'lisp-autoloads) (error "Already loaded"))
|
428
|
3
|
|
4 ;;;### (autoloads nil "abbrev" "lisp/abbrev.el")
|
|
5
|
|
6 ;;;***
|
|
7
|
|
8 ;;;### (autoloads (about-xemacs) "about" "lisp/about.el")
|
|
9
|
|
10 (autoload 'about-xemacs "about" "\
|
|
11 Describe the True Editor and its minions." t nil)
|
|
12
|
|
13 ;;;***
|
|
14
|
442
|
15 ;;;### (autoloads (set-modified-alist modify-alist remove-alist set-alist del-alist put-alist vassoc) "alist" "lisp/alist.el")
|
|
16
|
|
17 (autoload 'vassoc "alist" "\
|
|
18 Search VALIST for a vector whose first element is equal to KEY.
|
|
19 See also `assoc'." nil nil)
|
428
|
20
|
|
21 (autoload 'put-alist "alist" "\
|
|
22 Modify ALIST to set VALUE to ITEM.
|
|
23 If there is a pair whose car is ITEM, replace its cdr by VALUE.
|
|
24 If there is not such pair, create new pair (ITEM . VALUE) and
|
|
25 return new alist whose car is the new pair and cdr is ALIST.
|
|
26 [tomo's ELIS like function]" nil nil)
|
|
27
|
|
28 (autoload 'del-alist "alist" "\
|
|
29 If there is a pair whose key is ITEM, delete it from ALIST.
|
|
30 [tomo's ELIS emulating function]" nil nil)
|
|
31
|
|
32 (autoload 'set-alist "alist" "\
|
|
33 Modify a alist indicated by SYMBOL to set VALUE to ITEM." nil nil)
|
|
34
|
|
35 (autoload 'remove-alist "alist" "\
|
|
36 Remove ITEM from the alist indicated by SYMBOL." nil nil)
|
|
37
|
|
38 (autoload 'modify-alist "alist" "\
|
|
39 Modify alist DEFAULT into alist MODIFIER." nil nil)
|
|
40
|
|
41 (autoload 'set-modified-alist "alist" "\
|
|
42 Modify a value of a symbol SYM into alist MODIFIER.
|
|
43 The symbol SYM should be alist. If it is not bound,
|
|
44 its value regard as nil." nil nil)
|
|
45
|
|
46 ;;;***
|
|
47
|
|
48 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command) "apropos" "lisp/apropos.el")
|
|
49
|
|
50 (fset 'command-apropos 'apropos-command)
|
|
51
|
|
52 (autoload 'apropos-command "apropos" "\
|
|
53 Shows commands (interactively callable functions) that match REGEXP.
|
|
54 With optional prefix ARG or if `apropos-do-all' is non-nil, also show
|
|
55 variables." t nil)
|
|
56
|
|
57 (autoload 'apropos "apropos" "\
|
|
58 Show all bound symbols whose names match REGEXP.
|
|
59 With optional prefix ARG or if `apropos-do-all' is non-nil, also show unbound
|
|
60 symbols and key bindings, which is a little more time-consuming.
|
|
61 Returns list of symbols and documentation found." t nil)
|
|
62
|
|
63 (autoload 'apropos-value "apropos" "\
|
|
64 Show all symbols whose value's printed image matches REGEXP.
|
|
65 With optional prefix ARG or if `apropos-do-all' is non-nil, also looks
|
|
66 at the function and at the names and values of properties.
|
|
67 Returns list of symbols and values found." t nil)
|
|
68
|
|
69 (autoload 'apropos-documentation "apropos" "\
|
|
70 Show symbols whose documentation contain matches for REGEXP.
|
|
71 With optional prefix ARG or if `apropos-do-all' is non-nil, also use
|
|
72 documentation that is not stored in the documentation file and show key
|
|
73 bindings.
|
|
74 Returns list of symbols and documentation found." t nil)
|
|
75
|
|
76 ;;;***
|
|
77
|
442
|
78 ;;;### (autoloads (batch-update-one-directory batch-update-directory batch-update-autoloads update-autoloads-from-directory update-autoloads-here update-file-autoloads generate-file-autoloads) "autoload" "lisp/autoload.el")
|
428
|
79
|
|
80 (autoload 'generate-file-autoloads "autoload" "\
|
|
81 Insert at point a loaddefs autoload section for FILE.
|
|
82 autoloads are generated for defuns and defmacros in FILE
|
|
83 marked by `generate-autoload-cookie' (which see).
|
|
84 If FILE is being visited in a buffer, the contents of the buffer
|
|
85 are used." t nil)
|
|
86
|
|
87 (autoload 'update-file-autoloads "autoload" "\
|
|
88 Update the autoloads for FILE in `generated-autoload-file'
|
|
89 \(which FILE might bind in its local variables).
|
442
|
90 This function refuses to update autoloads files." t nil)
|
428
|
91
|
|
92 (autoload 'update-autoloads-here "autoload" "\
|
|
93 Update sections of the current buffer generated by `update-file-autoloads'." t nil)
|
|
94
|
|
95 (autoload 'update-autoloads-from-directory "autoload" "\
|
|
96 Update `generated-autoload-file' with all the current autoloads from DIR.
|
|
97 This runs `update-file-autoloads' on each .el file in DIR.
|
442
|
98 Obsolete autoload entries for files that no longer exist are deleted.
|
|
99 Note that, if this function is called from `batch-update-directory',
|
|
100 `generated-autoload-file' was rebound in that function." t nil)
|
428
|
101
|
|
102 (autoload 'batch-update-autoloads "autoload" "\
|
|
103 Update the autoloads for the files or directories on the command line.
|
|
104 Runs `update-file-autoloads' on files and `update-directory-autoloads'
|
|
105 on directories. Must be used only with -batch, and kills Emacs on completion.
|
|
106 Each file will be processed even if an error occurred previously.
|
|
107 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'.
|
|
108 The directory to which the auto-autoloads.el file must be the first parameter
|
|
109 on the command line." nil nil)
|
|
110
|
|
111 (autoload 'batch-update-directory "autoload" "\
|
442
|
112 Update the autoloads for the directories on the command line.
|
|
113 Runs `update-file-autoloads' on each file in the given directory, and must
|
|
114 be used only with -batch." nil nil)
|
|
115
|
|
116 (autoload 'batch-update-one-directory "autoload" "\
|
|
117 Update the autoloads for a single directory on the command line.
|
|
118 Runs `update-file-autoloads' on each file in the given directory, and must
|
|
119 be used only with -batch." nil nil)
|
428
|
120
|
|
121 ;;;***
|
|
122
|
|
123 ;;;### (autoloads nil "buff-menu" "lisp/buff-menu.el")
|
|
124
|
|
125 (defvar list-buffers-directory nil)
|
|
126
|
|
127 (make-variable-buffer-local 'list-buffers-directory)
|
|
128
|
|
129 ;;;***
|
|
130
|
442
|
131 ;;;### (autoloads (build-report) "build-report" "lisp/build-report.el")
|
|
132
|
|
133 (autoload 'build-report "build-report" "\
|
|
134 Initializes a fresh mail composition buffer using `compose-mail'
|
|
135 with the contents of XEmacs Installation file and excerpts from XEmacs
|
|
136 make output and errors and leaves point at the beginning of the mail text.
|
|
137 See also
|
|
138 `compose-mail', `mail-user-agent',
|
|
139 `build-report-destination',
|
|
140 `build-report-keep-regexp',
|
|
141 `build-report-delete-regexp',
|
|
142 `build-report-make-output-file' and
|
|
143 `build-report-installation-file'." t nil)
|
|
144
|
|
145 ;;;***
|
|
146
|
|
147 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile-one-file batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-buffer byte-compile-and-load-file byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "lisp/bytecomp.el")
|
428
|
148
|
|
149 (autoload 'byte-force-recompile "bytecomp" "\
|
|
150 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
|
|
151 Files in subdirectories of DIRECTORY are processed also." t nil)
|
|
152
|
|
153 (autoload 'byte-recompile-directory "bytecomp" "\
|
|
154 Recompile every `.el' file in DIRECTORY that needs recompilation.
|
|
155 This is if a `.elc' file exists but is older than the `.el' file.
|
|
156 Files in subdirectories of DIRECTORY are processed also unless argument
|
|
157 NORECURSION is non-nil.
|
|
158
|
|
159 If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
|
|
160 But a prefix argument (optional second arg) means ask user,
|
|
161 for each such `.el' file, whether to compile it. Prefix argument 0 means
|
|
162 don't ask and compile the file anyway.
|
|
163
|
|
164 A nonzero prefix argument also means ask about each subdirectory.
|
|
165
|
|
166 If the fourth argument FORCE is non-nil,
|
|
167 recompile every `.el' file that already has a `.elc' file." t nil)
|
|
168
|
|
169 (autoload 'byte-recompile-file "bytecomp" "\
|
|
170 Recompile a file of Lisp code named FILENAME if it needs recompilation.
|
|
171 This is if the `.elc' file exists but is older than the `.el' file.
|
|
172
|
|
173 If the `.elc' file does not exist, normally the `.el' file is *not*
|
|
174 compiled. But a prefix argument (optional second arg) means ask user
|
|
175 whether to compile it. Prefix argument 0 don't ask and recompile anyway." t nil)
|
|
176
|
|
177 (autoload 'byte-compile-file "bytecomp" "\
|
|
178 Compile a file of Lisp code named FILENAME into a file of byte code.
|
|
179 The output file's name is made by appending `c' to the end of FILENAME.
|
|
180 With prefix arg (noninteractively: 2nd arg), load the file after compiling." t nil)
|
|
181
|
|
182 (autoload 'byte-compile-and-load-file "bytecomp" "\
|
|
183 Compile a file of Lisp code named FILENAME into a file of byte code,
|
|
184 and then load it. The output file's name is made by appending \"c\" to
|
|
185 the end of FILENAME." t nil)
|
|
186
|
|
187 (autoload 'byte-compile-buffer "bytecomp" "\
|
|
188 Byte-compile and evaluate contents of BUFFER (default: the current buffer)." t nil)
|
|
189
|
|
190 (autoload 'compile-defun "bytecomp" "\
|
|
191 Compile and evaluate the current top-level form.
|
|
192 Print the result in the minibuffer.
|
|
193 With argument, insert value in current buffer after the form." t nil)
|
|
194
|
|
195 (autoload 'byte-compile "bytecomp" "\
|
|
196 If FORM is a symbol, byte-compile its function definition.
|
|
197 If FORM is a lambda or a macro, byte-compile it as a function." nil nil)
|
|
198
|
|
199 (autoload 'byte-compile-sexp "bytecomp" "\
|
|
200 Compile and return SEXP." nil nil)
|
|
201
|
|
202 (autoload 'display-call-tree "bytecomp" "\
|
|
203 Display a call graph of a specified file.
|
|
204 This lists which functions have been called, what functions called
|
|
205 them, and what functions they call. The list includes all functions
|
|
206 whose definitions have been compiled in this Emacs session, as well as
|
|
207 all functions called by those functions.
|
|
208
|
|
209 The call graph does not include macros, inline functions, or
|
|
210 primitives that the byte-code interpreter knows about directly (eq,
|
|
211 cons, etc.).
|
|
212
|
|
213 The call tree also lists those functions which are not known to be called
|
|
214 \(that is, to which no calls have been compiled), and which cannot be
|
|
215 invoked interactively." t nil)
|
|
216
|
|
217 (autoload 'batch-byte-compile "bytecomp" "\
|
|
218 Run `byte-compile-file' on the files remaining on the command line.
|
|
219 Use this from the command line, with `-batch';
|
|
220 it won't work in an interactive Emacs.
|
|
221 Each file is processed even if an error occurred previously.
|
|
222 For example, invoke \"xemacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil)
|
|
223
|
442
|
224 (autoload 'batch-byte-compile-one-file "bytecomp" "\
|
|
225 Run `byte-compile-file' on a single file remaining on the command line.
|
|
226 Use this from the command line, with `-batch';
|
|
227 it won't work in an interactive Emacs." nil nil)
|
|
228
|
428
|
229 (autoload 'batch-byte-recompile-directory-norecurse "bytecomp" "\
|
|
230 Same as `batch-byte-recompile-directory' but without recursion." nil nil)
|
|
231
|
|
232 (autoload 'batch-byte-recompile-directory "bytecomp" "\
|
|
233 Runs `byte-recompile-directory' on the dirs remaining on the command line.
|
|
234 Must be used only with `-batch', and kills Emacs on completion.
|
|
235 For example, invoke `xemacs -batch -f batch-byte-recompile-directory .'." nil nil)
|
|
236
|
|
237 ;;;***
|
|
238
|
442
|
239 ;;;### (autoloads (compiler-macroexpand define-compiler-macro ignore-file-errors ignore-errors assert check-type typep deftype cl-struct-setf-expander defstruct define-modify-macro callf2 callf letf* letf rotatef shiftf remf cl-do-pop psetf setf get-setf-method defsetf define-setf-method declare the locally multiple-value-setq multiple-value-bind lexical-let* lexical-let symbol-macrolet macrolet labels flet progv psetq do-all-symbols do-symbols dotimes dolist do* do loop return-from return block etypecase typecase ecase case load-time-value eval-when destructuring-bind function* defmacro* defun* cl-compile-time-init) "cl-macs" "lisp/cl-macs.el")
|
428
|
240
|
|
241 (autoload 'cl-compile-time-init "cl-macs" nil nil nil)
|
|
242
|
|
243 (autoload 'defun* "cl-macs" "\
|
|
244 (defun* NAME ARGLIST [DOCSTRING] BODY...): define NAME as a function.
|
|
245 Like normal `defun', except ARGLIST allows full Common Lisp conventions,
|
|
246 and BODY is implicitly surrounded by (block NAME ...)." nil 'macro)
|
|
247
|
|
248 (autoload 'defmacro* "cl-macs" "\
|
|
249 (defmacro* NAME ARGLIST [DOCSTRING] BODY...): define NAME as a macro.
|
|
250 Like normal `defmacro', except ARGLIST allows full Common Lisp conventions,
|
|
251 and BODY is implicitly surrounded by (block NAME ...)." nil 'macro)
|
|
252
|
|
253 (autoload 'function* "cl-macs" "\
|
|
254 (function* SYMBOL-OR-LAMBDA): introduce a function.
|
|
255 Like normal `function', except that if argument is a lambda form, its
|
|
256 ARGLIST allows full Common Lisp conventions." nil 'macro)
|
|
257
|
|
258 (autoload 'destructuring-bind "cl-macs" nil nil 'macro)
|
|
259
|
|
260 (autoload 'eval-when "cl-macs" "\
|
|
261 (eval-when (WHEN...) BODY...): control when BODY is evaluated.
|
|
262 If `compile' is in WHEN, BODY is evaluated when compiled at top-level.
|
|
263 If `load' is in WHEN, BODY is evaluated when loaded after top-level compile.
|
|
264 If `eval' is in WHEN, BODY is evaluated when interpreted or at non-top-level." nil 'macro)
|
|
265
|
|
266 (autoload 'load-time-value "cl-macs" "\
|
|
267 Like `progn', but evaluates the body at load time.
|
|
268 The result of the body appears to the compiler as a quoted constant." nil 'macro)
|
|
269
|
|
270 (autoload 'case "cl-macs" "\
|
|
271 (case EXPR CLAUSES...): evals EXPR, chooses from CLAUSES on that value.
|
|
272 Each clause looks like (KEYLIST BODY...). EXPR is evaluated and compared
|
|
273 against each key in each KEYLIST; the corresponding BODY is evaluated.
|
|
274 If no clause succeeds, case returns nil. A single atom may be used in
|
|
275 place of a KEYLIST of one atom. A KEYLIST of `t' or `otherwise' is
|
|
276 allowed only in the final clause, and matches if no other keys match.
|
|
277 Key values are compared by `eql'." nil 'macro)
|
|
278
|
|
279 (autoload 'ecase "cl-macs" "\
|
|
280 (ecase EXPR CLAUSES...): like `case', but error if no case fits.
|
|
281 `otherwise'-clauses are not allowed." nil 'macro)
|
|
282
|
|
283 (autoload 'typecase "cl-macs" "\
|
|
284 (typecase EXPR CLAUSES...): evals EXPR, chooses from CLAUSES on that value.
|
|
285 Each clause looks like (TYPE BODY...). EXPR is evaluated and, if it
|
|
286 satisfies TYPE, the corresponding BODY is evaluated. If no clause succeeds,
|
|
287 typecase returns nil. A TYPE of `t' or `otherwise' is allowed only in the
|
|
288 final clause, and matches if no other keys match." nil 'macro)
|
|
289
|
|
290 (autoload 'etypecase "cl-macs" "\
|
|
291 (etypecase EXPR CLAUSES...): like `typecase', but error if no case fits.
|
|
292 `otherwise'-clauses are not allowed." nil 'macro)
|
|
293
|
|
294 (autoload 'block "cl-macs" "\
|
|
295 (block NAME BODY...): define a lexically-scoped block named NAME.
|
|
296 NAME may be any symbol. Code inside the BODY forms can call `return-from'
|
|
297 to jump prematurely out of the block. This differs from `catch' and `throw'
|
|
298 in two respects: First, the NAME is an unevaluated symbol rather than a
|
|
299 quoted symbol or other form; and second, NAME is lexically rather than
|
|
300 dynamically scoped: Only references to it within BODY will work. These
|
|
301 references may appear inside macro expansions, but not inside functions
|
|
302 called from BODY." nil 'macro)
|
|
303
|
|
304 (autoload 'return "cl-macs" "\
|
|
305 (return [RESULT]): return from the block named nil.
|
|
306 This is equivalent to `(return-from nil RESULT)'." nil 'macro)
|
|
307
|
|
308 (autoload 'return-from "cl-macs" "\
|
|
309 (return-from NAME [RESULT]): return from the block named NAME.
|
|
310 This jumps out to the innermost enclosing `(block NAME ...)' form,
|
|
311 returning RESULT from that form (or nil if RESULT is omitted).
|
|
312 This is compatible with Common Lisp, but note that `defun' and
|
|
313 `defmacro' do not create implicit blocks as they do in Common Lisp." nil 'macro)
|
|
314
|
|
315 (autoload 'loop "cl-macs" "\
|
|
316 (loop CLAUSE...): The Common Lisp `loop' macro.
|
|
317 Valid clauses are:
|
|
318 for VAR from/upfrom/downfrom NUM to/upto/downto/above/below NUM by NUM,
|
|
319 for VAR in LIST by FUNC, for VAR on LIST by FUNC, for VAR = INIT then EXPR,
|
|
320 for VAR across ARRAY, repeat NUM, with VAR = INIT, while COND, until COND,
|
|
321 always COND, never COND, thereis COND, collect EXPR into VAR,
|
|
322 append EXPR into VAR, nconc EXPR into VAR, sum EXPR into VAR,
|
|
323 count EXPR into VAR, maximize EXPR into VAR, minimize EXPR into VAR,
|
|
324 if COND CLAUSE [and CLAUSE]... else CLAUSE [and CLAUSE...],
|
|
325 unless COND CLAUSE [and CLAUSE]... else CLAUSE [and CLAUSE...],
|
|
326 do EXPRS..., initially EXPRS..., finally EXPRS..., return EXPR,
|
|
327 finally return EXPR, named NAME." nil 'macro)
|
|
328
|
|
329 (autoload 'do "cl-macs" "\
|
|
330 The Common Lisp `do' loop.
|
|
331 Format is: (do ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil 'macro)
|
|
332
|
|
333 (autoload 'do* "cl-macs" "\
|
|
334 The Common Lisp `do*' loop.
|
|
335 Format is: (do* ((VAR INIT [STEP])...) (END-TEST [RESULT...]) BODY...)" nil 'macro)
|
|
336
|
|
337 (autoload 'dolist "cl-macs" "\
|
|
338 (dolist (VAR LIST [RESULT]) BODY...): loop over a list.
|
|
339 Evaluate BODY with VAR bound to each `car' from LIST, in turn.
|
|
340 Then evaluate RESULT to get return value, default nil." nil 'macro)
|
|
341
|
|
342 (autoload 'dotimes "cl-macs" "\
|
|
343 (dotimes (VAR COUNT [RESULT]) BODY...): loop a certain number of times.
|
|
344 Evaluate BODY with VAR bound to successive integers from 0, inclusive,
|
|
345 to COUNT, exclusive. Then evaluate RESULT to get return value, default
|
|
346 nil." nil 'macro)
|
|
347
|
|
348 (autoload 'do-symbols "cl-macs" "\
|
|
349 (dosymbols (VAR [OBARRAY [RESULT]]) BODY...): loop over all symbols.
|
|
350 Evaluate BODY with VAR bound to each interned symbol, or to each symbol
|
|
351 from OBARRAY." nil 'macro)
|
|
352
|
|
353 (autoload 'do-all-symbols "cl-macs" nil nil 'macro)
|
|
354
|
|
355 (autoload 'psetq "cl-macs" "\
|
|
356 (psetq SYM VAL SYM VAL ...): set SYMs to the values VALs in parallel.
|
|
357 This is like `setq', except that all VAL forms are evaluated (in order)
|
|
358 before assigning any symbols SYM to the corresponding values." nil 'macro)
|
|
359
|
|
360 (autoload 'progv "cl-macs" "\
|
|
361 (progv SYMBOLS VALUES BODY...): bind SYMBOLS to VALUES dynamically in BODY.
|
|
362 The forms SYMBOLS and VALUES are evaluated, and must evaluate to lists.
|
|
363 Each SYMBOL in the first list is bound to the corresponding VALUE in the
|
|
364 second list (or made unbound if VALUES is shorter than SYMBOLS); then the
|
|
365 BODY forms are executed and their result is returned. This is much like
|
|
366 a `let' form, except that the list of symbols can be computed at run-time." nil 'macro)
|
|
367
|
|
368 (autoload 'flet "cl-macs" "\
|
|
369 (flet ((FUNC ARGLIST BODY...) ...) FORM...): make temporary function defns.
|
|
370 This is an analogue of `let' that operates on the function cell of FUNC
|
|
371 rather than its value cell. The FORMs are evaluated with the specified
|
|
372 function definitions in place, then the definitions are undone (the FUNCs
|
|
373 go back to their previous definitions, or lack thereof)." nil 'macro)
|
|
374
|
|
375 (autoload 'labels "cl-macs" "\
|
|
376 (labels ((FUNC ARGLIST BODY...) ...) FORM...): make temporary func bindings.
|
|
377 This is like `flet', except the bindings are lexical instead of dynamic.
|
|
378 Unlike `flet', this macro is fully compliant with the Common Lisp standard." nil 'macro)
|
|
379
|
|
380 (autoload 'macrolet "cl-macs" "\
|
|
381 (macrolet ((NAME ARGLIST BODY...) ...) FORM...): make temporary macro defns.
|
|
382 This is like `flet', but for macros instead of functions." nil 'macro)
|
|
383
|
|
384 (autoload 'symbol-macrolet "cl-macs" "\
|
|
385 (symbol-macrolet ((NAME EXPANSION) ...) FORM...): make symbol macro defns.
|
|
386 Within the body FORMs, references to the variable NAME will be replaced
|
|
387 by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...)." nil 'macro)
|
|
388
|
|
389 (autoload 'lexical-let "cl-macs" "\
|
|
390 (lexical-let BINDINGS BODY...): like `let', but lexically scoped.
|
|
391 The main visible difference is that lambdas inside BODY will create
|
|
392 lexical closures as in Common Lisp." nil 'macro)
|
|
393
|
|
394 (autoload 'lexical-let* "cl-macs" "\
|
|
395 (lexical-let* BINDINGS BODY...): like `let*', but lexically scoped.
|
|
396 The main visible difference is that lambdas inside BODY will create
|
|
397 lexical closures as in Common Lisp." nil 'macro)
|
|
398
|
|
399 (autoload 'multiple-value-bind "cl-macs" "\
|
|
400 (multiple-value-bind (SYM SYM...) FORM BODY): collect multiple return values.
|
|
401 FORM must return a list; the BODY is then executed with the first N elements
|
|
402 of this list bound (`let'-style) to each of the symbols SYM in turn. This
|
|
403 is analogous to the Common Lisp `multiple-value-bind' macro, using lists to
|
|
404 simulate true multiple return values. For compatibility, (values A B C) is
|
|
405 a synonym for (list A B C)." nil 'macro)
|
|
406
|
|
407 (autoload 'multiple-value-setq "cl-macs" "\
|
|
408 (multiple-value-setq (SYM SYM...) FORM): collect multiple return values.
|
|
409 FORM must return a list; the first N elements of this list are stored in
|
|
410 each of the symbols SYM in turn. This is analogous to the Common Lisp
|
|
411 `multiple-value-setq' macro, using lists to simulate true multiple return
|
|
412 values. For compatibility, (values A B C) is a synonym for (list A B C)." nil 'macro)
|
|
413
|
|
414 (autoload 'locally "cl-macs" nil nil 'macro)
|
|
415
|
|
416 (autoload 'the "cl-macs" nil nil 'macro)
|
|
417
|
|
418 (autoload 'declare "cl-macs" nil nil 'macro)
|
|
419
|
|
420 (autoload 'define-setf-method "cl-macs" "\
|
|
421 (define-setf-method NAME ARGLIST BODY...): define a `setf' method.
|
|
422 This method shows how to handle `setf's to places of the form (NAME ARGS...).
|
|
423 The argument forms ARGS are bound according to ARGLIST, as if NAME were
|
|
424 going to be expanded as a macro, then the BODY forms are executed and must
|
|
425 return a list of five elements: a temporary-variables list, a value-forms
|
|
426 list, a store-variables list (of length one), a store-form, and an access-
|
|
427 form. See `defsetf' for a simpler way to define most setf-methods." nil 'macro)
|
|
428
|
|
429 (autoload 'defsetf "cl-macs" "\
|
|
430 (defsetf NAME FUNC): define a `setf' method.
|
|
431 This macro is an easy-to-use substitute for `define-setf-method' that works
|
|
432 well for simple place forms. In the simple `defsetf' form, `setf's of
|
|
433 the form (setf (NAME ARGS...) VAL) are transformed to function or macro
|
|
434 calls of the form (FUNC ARGS... VAL). Example: (defsetf aref aset).
|
|
435 Alternate form: (defsetf NAME ARGLIST (STORE) BODY...).
|
|
436 Here, the above `setf' call is expanded by binding the argument forms ARGS
|
|
437 according to ARGLIST, binding the value form VAL to STORE, then executing
|
|
438 BODY, which must return a Lisp form that does the necessary `setf' operation.
|
|
439 Actually, ARGLIST and STORE may be bound to temporary variables which are
|
|
440 introduced automatically to preserve proper execution order of the arguments.
|
|
441 Example: (defsetf nth (n x) (v) (list 'setcar (list 'nthcdr n x) v))." nil 'macro)
|
|
442
|
|
443 (autoload 'get-setf-method "cl-macs" "\
|
|
444 Return a list of five values describing the setf-method for PLACE.
|
|
445 PLACE may be any Lisp form which can appear as the PLACE argument to
|
|
446 a macro like `setf' or `incf'." nil nil)
|
|
447
|
|
448 (autoload 'setf "cl-macs" "\
|
|
449 (setf PLACE VAL PLACE VAL ...): set each PLACE to the value of its VAL.
|
|
450 This is a generalized version of `setq'; the PLACEs may be symbolic
|
|
451 references such as (car x) or (aref x i), as well as plain symbols.
|
|
452 For example, (setf (cadar x) y) is equivalent to (setcar (cdar x) y).
|
|
453 The return value is the last VAL in the list." nil 'macro)
|
|
454
|
|
455 (autoload 'psetf "cl-macs" "\
|
|
456 (psetf PLACE VAL PLACE VAL ...): set PLACEs to the values VALs in parallel.
|
|
457 This is like `setf', except that all VAL forms are evaluated (in order)
|
|
458 before assigning any PLACEs to the corresponding values." nil 'macro)
|
|
459
|
|
460 (autoload 'cl-do-pop "cl-macs" nil nil nil)
|
|
461
|
|
462 (autoload 'remf "cl-macs" "\
|
|
463 (remf PLACE TAG): remove TAG from property list PLACE.
|
|
464 PLACE may be a symbol, or any generalized variable allowed by `setf'.
|
|
465 The form returns true if TAG was found and removed, nil otherwise." nil 'macro)
|
|
466
|
|
467 (autoload 'shiftf "cl-macs" "\
|
|
468 (shiftf PLACE PLACE... VAL): shift left among PLACEs.
|
|
469 Example: (shiftf A B C) sets A to B, B to C, and returns the old A.
|
|
470 Each PLACE may be a symbol, or any generalized variable allowed by `setf'." nil 'macro)
|
|
471
|
|
472 (autoload 'rotatef "cl-macs" "\
|
|
473 (rotatef PLACE...): rotate left among PLACEs.
|
|
474 Example: (rotatef A B C) sets A to B, B to C, and C to A. It returns nil.
|
|
475 Each PLACE may be a symbol, or any generalized variable allowed by `setf'." nil 'macro)
|
|
476
|
|
477 (autoload 'letf "cl-macs" "\
|
|
478 (letf ((PLACE VALUE) ...) BODY...): temporarily bind to PLACEs.
|
|
479 This is the analogue of `let', but with generalized variables (in the
|
|
480 sense of `setf') for the PLACEs. Each PLACE is set to the corresponding
|
|
481 VALUE, then the BODY forms are executed. On exit, either normally or
|
|
482 because of a `throw' or error, the PLACEs are set back to their original
|
|
483 values. Note that this macro is *not* available in Common Lisp.
|
|
484 As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)',
|
|
485 the PLACE is not modified before executing BODY." nil 'macro)
|
|
486
|
|
487 (autoload 'letf* "cl-macs" "\
|
|
488 (letf* ((PLACE VALUE) ...) BODY...): temporarily bind to PLACEs.
|
|
489 This is the analogue of `let*', but with generalized variables (in the
|
|
490 sense of `setf') for the PLACEs. Each PLACE is set to the corresponding
|
|
491 VALUE, then the BODY forms are executed. On exit, either normally or
|
|
492 because of a `throw' or error, the PLACEs are set back to their original
|
|
493 values. Note that this macro is *not* available in Common Lisp.
|
|
494 As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)',
|
|
495 the PLACE is not modified before executing BODY." nil 'macro)
|
|
496
|
|
497 (autoload 'callf "cl-macs" "\
|
|
498 (callf FUNC PLACE ARGS...): set PLACE to (FUNC PLACE ARGS...).
|
|
499 FUNC should be an unquoted function name. PLACE may be a symbol,
|
|
500 or any generalized variable allowed by `setf'." nil 'macro)
|
|
501
|
|
502 (autoload 'callf2 "cl-macs" "\
|
|
503 (callf2 FUNC ARG1 PLACE ARGS...): set PLACE to (FUNC ARG1 PLACE ARGS...).
|
|
504 Like `callf', but PLACE is the second argument of FUNC, not the first." nil 'macro)
|
|
505
|
|
506 (autoload 'define-modify-macro "cl-macs" "\
|
|
507 (define-modify-macro NAME ARGLIST FUNC): define a `setf'-like modify macro.
|
|
508 If NAME is called, it combines its PLACE argument with the other arguments
|
|
509 from ARGLIST using FUNC: (define-modify-macro incf (&optional (n 1)) +)" nil 'macro)
|
|
510
|
|
511 (autoload 'defstruct "cl-macs" "\
|
|
512 (defstruct (NAME OPTIONS...) (SLOT SLOT-OPTS...)...): define a struct type.
|
|
513 This macro defines a new Lisp data type called NAME, which contains data
|
|
514 stored in SLOTs. This defines a `make-NAME' constructor, a `copy-NAME'
|
|
515 copier, a `NAME-p' predicate, and setf-able `NAME-SLOT' accessors." nil 'macro)
|
|
516
|
|
517 (autoload 'cl-struct-setf-expander "cl-macs" nil nil nil)
|
|
518
|
|
519 (autoload 'deftype "cl-macs" "\
|
|
520 (deftype NAME ARGLIST BODY...): define NAME as a new data type.
|
|
521 The type name can then be used in `typecase', `check-type', etc." nil 'macro)
|
|
522
|
|
523 (autoload 'typep "cl-macs" "\
|
|
524 Check that OBJECT is of type TYPE.
|
|
525 TYPE is a Common Lisp-style type specifier." nil nil)
|
|
526
|
|
527 (autoload 'check-type "cl-macs" "\
|
|
528 Verify that FORM is of type TYPE; signal an error if not.
|
|
529 STRING is an optional description of the desired type." nil 'macro)
|
|
530
|
|
531 (autoload 'assert "cl-macs" "\
|
|
532 Verify that FORM returns non-nil; signal an error if not.
|
|
533 Second arg SHOW-ARGS means to include arguments of FORM in message.
|
|
534 Other args STRING and ARGS... are arguments to be passed to `error'.
|
|
535 They are not evaluated unless the assertion fails. If STRING is
|
|
536 omitted, a default message listing FORM itself is used." nil 'macro)
|
|
537
|
|
538 (autoload 'ignore-errors "cl-macs" "\
|
|
539 Execute FORMS; if an error occurs, return nil.
|
|
540 Otherwise, return result of last FORM." nil 'macro)
|
|
541
|
|
542 (autoload 'ignore-file-errors "cl-macs" "\
|
|
543 Execute FORMS; if an error of type `file-error' occurs, return nil.
|
|
544 Otherwise, return result of last FORM." nil 'macro)
|
|
545
|
|
546 (autoload 'define-compiler-macro "cl-macs" "\
|
|
547 (define-compiler-macro FUNC ARGLIST BODY...): Define a compiler-only macro.
|
|
548 This is like `defmacro', but macro expansion occurs only if the call to
|
|
549 FUNC is compiled (i.e., not interpreted). Compiler macros should be used
|
|
550 for optimizing the way calls to FUNC are compiled; the form returned by
|
|
551 BODY should do the same thing as a call to the normal function called
|
|
552 FUNC, though possibly more efficiently. Note that, like regular macros,
|
|
553 compiler macros are expanded repeatedly until no further expansions are
|
|
554 possible. Unlike regular macros, BODY can decide to \"punt\" and leave the
|
|
555 original function call alone by declaring an initial `&whole foo' parameter
|
|
556 and then returning foo." nil 'macro)
|
|
557
|
|
558 (autoload 'compiler-macroexpand "cl-macs" nil nil nil)
|
|
559
|
|
560 ;;;***
|
|
561
|
|
562 ;;;### (autoloads (config-value config-value-hash-table) "config" "lisp/config.el")
|
|
563
|
|
564 (autoload 'config-value-hash-table "config" "\
|
|
565 Return hash table of configuration parameters and their values." nil nil)
|
|
566
|
|
567 (autoload 'config-value "config" "\
|
|
568 Return the value of the configuration parameter CONFIG_SYMBOL." nil nil)
|
|
569
|
|
570 ;;;***
|
|
571
|
|
572 ;;;### (autoloads (Custom-make-dependencies) "cus-dep" "lisp/cus-dep.el")
|
|
573
|
|
574 (autoload 'Custom-make-dependencies "cus-dep" "\
|
|
575 Extract custom dependencies from .el files in SUBDIRS.
|
|
576 SUBDIRS is a list of directories. If it is nil, the command-line
|
|
577 arguments are used. If it is a string, only that directory is
|
|
578 processed. This function is especially useful in batch mode.
|
|
579
|
|
580 Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" t nil)
|
|
581
|
|
582 ;;;***
|
|
583
|
442
|
584 ;;;### (autoloads (custom-migrate-custom-file customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-changed-options customize-variable customize-other-window customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "lisp/cus-edit.el")
|
428
|
585
|
|
586 (autoload 'customize-set-value "cus-edit" "\
|
|
587 Set VARIABLE to VALUE. VALUE is a Lisp object.
|
|
588
|
|
589 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
590 it were the arg to `interactive' (which see) to interactively read the value.
|
|
591
|
|
592 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
593 `:prompt-value' property of that widget will be used for reading the value.
|
|
594
|
|
595 If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)
|
|
596
|
|
597 (autoload 'customize-set-variable "cus-edit" "\
|
|
598 Set the default for VARIABLE to VALUE. VALUE is a Lisp object.
|
|
599
|
|
600 If VARIABLE has a `custom-set' property, that is used for setting
|
|
601 VARIABLE, otherwise `set-default' is used.
|
|
602
|
|
603 The `customized-value' property of the VARIABLE will be set to a list
|
|
604 with a quoted VALUE as its sole list member.
|
|
605
|
|
606 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
607 it were the arg to `interactive' (which see) to interactively read the value.
|
|
608
|
|
609 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
610 `:prompt-value' property of that widget will be used for reading the value.
|
|
611
|
|
612 If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)
|
|
613
|
|
614 (autoload 'customize-save-variable "cus-edit" "\
|
|
615 Set the default for VARIABLE to VALUE, and save it for future sessions.
|
|
616 If VARIABLE has a `custom-set' property, that is used for setting
|
|
617 VARIABLE, otherwise `set-default' is used.
|
|
618
|
|
619 The `customized-value' property of the VARIABLE will be set to a list
|
|
620 with a quoted VALUE as its sole list member.
|
|
621
|
|
622 If VARIABLE has a `variable-interactive' property, that is used as if
|
|
623 it were the arg to `interactive' (which see) to interactively read the value.
|
|
624
|
|
625 If VARIABLE has a `custom-type' property, it must be a widget and the
|
|
626 `:prompt-value' property of that widget will be used for reading the value.
|
|
627
|
|
628 If given a prefix (or a COMMENT argument), also prompt for a comment." t nil)
|
|
629
|
|
630 (autoload 'customize "cus-edit" "\
|
|
631 Select a customization buffer which you can use to set user options.
|
|
632 User options are structured into \"groups\".
|
|
633 The default group is `Emacs'." t nil)
|
|
634
|
|
635 (defalias 'customize-group 'customize)
|
|
636
|
|
637 (autoload 'customize-other-window "cus-edit" "\
|
|
638 Customize SYMBOL, which must be a customization group." t nil)
|
|
639
|
|
640 (defalias 'customize-group-other-window 'customize-other-window)
|
|
641
|
|
642 (defalias 'customize-option 'customize-variable)
|
|
643
|
|
644 (autoload 'customize-variable "cus-edit" "\
|
|
645 Customize SYMBOL, which must be a user option variable." t nil)
|
|
646
|
|
647 (autoload 'customize-changed-options "cus-edit" "\
|
|
648 Customize all user option variables whose default values changed recently.
|
|
649 This means, in other words, variables defined with a `:version' keyword." t nil)
|
|
650
|
|
651 (defalias 'customize-variable-other-window 'customize-option-other-window)
|
|
652
|
|
653 (autoload 'customize-option-other-window "cus-edit" "\
|
|
654 Customize SYMBOL, which must be a user option variable.
|
|
655 Show the buffer in another window, but don't select it." t nil)
|
|
656
|
|
657 (autoload 'customize-face "cus-edit" "\
|
|
658 Customize SYMBOL, which should be a face name or nil.
|
|
659 If SYMBOL is nil, customize all faces." t nil)
|
|
660
|
|
661 (autoload 'customize-face-other-window "cus-edit" "\
|
|
662 Show customization buffer for FACE in other window." t nil)
|
|
663
|
|
664 (autoload 'customize-customized "cus-edit" "\
|
|
665 Customize all user options set since the last save in this session." t nil)
|
|
666
|
|
667 (autoload 'customize-saved "cus-edit" "\
|
|
668 Customize all already saved user options." t nil)
|
|
669
|
|
670 (autoload 'customize-apropos "cus-edit" "\
|
|
671 Customize all user options matching REGEXP.
|
|
672 If ALL is `options', include only options.
|
|
673 If ALL is `faces', include only faces.
|
|
674 If ALL is `groups', include only groups.
|
|
675 If ALL is t (interactively, with prefix arg), include options which are not
|
|
676 user-settable, as well as faces and groups." t nil)
|
|
677
|
|
678 (autoload 'customize-apropos-options "cus-edit" "\
|
|
679 Customize all user options matching REGEXP.
|
|
680 With prefix arg, include options which are not user-settable." t nil)
|
|
681
|
|
682 (autoload 'customize-apropos-faces "cus-edit" "\
|
|
683 Customize all user faces matching REGEXP." t nil)
|
|
684
|
|
685 (autoload 'customize-apropos-groups "cus-edit" "\
|
|
686 Customize all user groups matching REGEXP." t nil)
|
|
687
|
|
688 (autoload 'custom-buffer-create "cus-edit" "\
|
|
689 Create a buffer containing OPTIONS.
|
|
690 Optional NAME is the name of the buffer.
|
|
691 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
692 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
693 that option." nil nil)
|
|
694
|
|
695 (autoload 'custom-buffer-create-other-window "cus-edit" "\
|
|
696 Create a buffer containing OPTIONS.
|
|
697 Optional NAME is the name of the buffer.
|
|
698 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
699 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
700 that option." nil nil)
|
|
701
|
|
702 (autoload 'customize-browse "cus-edit" "\
|
|
703 Create a tree browser for the customize hierarchy." t nil)
|
|
704
|
|
705 (autoload 'customize-save-customized "cus-edit" "\
|
|
706 Save all user options which have been set in this session." t nil)
|
|
707
|
|
708 (autoload 'custom-save-all "cus-edit" "\
|
|
709 Save all customizations in `custom-file'." nil nil)
|
|
710
|
|
711 (autoload 'custom-menu-create "cus-edit" "\
|
|
712 Create menu for customization group SYMBOL.
|
|
713 The menu is in a format applicable to `easy-menu-define'." nil nil)
|
|
714
|
|
715 (autoload 'customize-menu-create "cus-edit" "\
|
|
716 Return a customize menu for customization group SYMBOL.
|
|
717 If optional NAME is given, use that as the name of the menu.
|
|
718 Otherwise the menu will be named `Customize'.
|
|
719 The format is suitable for use with `easy-menu-define'." nil nil)
|
|
720
|
442
|
721 (autoload 'custom-migrate-custom-file "cus-edit" "\
|
|
722 Migrate custom file from home directory." nil nil)
|
|
723
|
428
|
724 ;;;***
|
|
725
|
|
726 ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-theme-face-value custom-theme-set-faces custom-set-faces custom-set-face-update-spec custom-declare-face) "cus-face" "lisp/cus-face.el")
|
|
727
|
|
728 (autoload 'custom-declare-face "cus-face" "\
|
|
729 Like `defface', but FACE is evaluated as a normal argument." nil nil)
|
|
730
|
|
731 (autoload 'custom-set-face-update-spec "cus-face" "\
|
|
732 Customize the FACE for display types matching DISPLAY, merging
|
|
733 in the new items from PLIST" nil nil)
|
|
734
|
|
735 (autoload 'custom-set-faces "cus-face" "\
|
|
736 Initialize faces according to user preferences.
|
|
737 This asociates the setting with the USER theme.
|
|
738 The arguments should be a list where each entry has the form:
|
|
739
|
|
740 (FACE SPEC [NOW [COMMENT]])
|
|
741
|
|
742 SPEC will be stored as the saved value for FACE. If NOW is present
|
|
743 and non-nil, FACE will also be created according to SPEC.
|
|
744 COMMENT is a string comment about FACE.
|
|
745
|
|
746 See `defface' for the format of SPEC." nil nil)
|
|
747
|
|
748 (autoload 'custom-theme-set-faces "cus-face" "\
|
|
749 Initialize faces according to settings specified by args.
|
|
750 Records the settings as belonging to THEME.
|
|
751
|
|
752 See `custom-set-faces' for a description of the arguments ARGS." nil nil)
|
|
753
|
|
754 (autoload 'custom-theme-face-value "cus-face" "\
|
|
755 Return spec of FACE in THEME if the THEME modifies the
|
|
756 FACE. Nil otherwise." nil nil)
|
|
757
|
|
758 (autoload 'custom-theme-reset-faces "cus-face" nil nil nil)
|
|
759
|
|
760 (autoload 'custom-reset-faces "cus-face" "\
|
|
761 Reset the value of the face to values previously defined.
|
442
|
762 Associate this setting with the 'user' theme.
|
428
|
763
|
|
764 ARGS is defined as for `custom-theme-reset-faces'" nil nil)
|
|
765
|
|
766 ;;;***
|
|
767
|
442
|
768 ;;;### (autoloads (make-custom-file-name) "cus-file" "lisp/cus-file.el")
|
|
769
|
|
770 (defconst custom-file-base "custom.el" "\
|
|
771 Base of file name for storing customization information.")
|
|
772
|
|
773 (defvar custom-file nil "\
|
|
774 File used for storing customization information.
|
|
775 If you change this from the default you need to
|
|
776 explicitly load that file for the settings to take effect.")
|
|
777
|
|
778 (autoload 'make-custom-file-name "cus-file" "\
|
|
779 Construct the default custom file name from the init file name.
|
|
780 If FORCE-NEW is non-nil, force post-migration location." nil nil)
|
|
781
|
|
782 ;;;***
|
|
783
|
428
|
784 ;;;### (autoloads (disassemble) "disass" "lisp/disass.el")
|
|
785
|
|
786 (autoload 'disassemble "disass" "\
|
|
787 Print disassembled code for OBJECT in (optional) BUFFER.
|
|
788 OBJECT can be a symbol defined as a function, or a function itself
|
|
789 \(a lambda expression or a compiled-function object).
|
|
790 If OBJECT is not already compiled, we compile it, but do not
|
|
791 redefine OBJECT if it is a symbol." t nil)
|
|
792
|
|
793 ;;;***
|
|
794
|
|
795 ;;;### (autoloads (standard-display-european standard-display-underline standard-display-graphic standard-display-g1 standard-display-ascii standard-display-default standard-display-8bit make-display-table describe-current-display-table) "disp-table" "lisp/disp-table.el")
|
|
796
|
|
797 (autoload 'describe-current-display-table "disp-table" "\
|
|
798 Describe the display table in use in the selected window and buffer." t nil)
|
|
799
|
|
800 (autoload 'make-display-table "disp-table" "\
|
|
801 Return a new, empty display table." nil nil)
|
|
802
|
|
803 (autoload 'standard-display-8bit "disp-table" "\
|
|
804 Display characters in the range L to H literally." nil nil)
|
|
805
|
|
806 (autoload 'standard-display-default "disp-table" "\
|
|
807 Display characters in the range L to H using the default notation." nil nil)
|
|
808
|
|
809 (autoload 'standard-display-ascii "disp-table" "\
|
|
810 Display character C using printable string S." nil nil)
|
|
811
|
|
812 (autoload 'standard-display-g1 "disp-table" "\
|
|
813 Display character C as character SC in the g1 character set.
|
|
814 This function assumes that your terminal uses the SO/SI characters;
|
|
815 it is meaningless for an X frame." nil nil)
|
|
816
|
|
817 (autoload 'standard-display-graphic "disp-table" "\
|
|
818 Display character C as character GC in graphics character set.
|
|
819 This function assumes VT100-compatible escapes; it is meaningless for an
|
|
820 X frame." nil nil)
|
|
821
|
|
822 (autoload 'standard-display-underline "disp-table" "\
|
|
823 Display character C as character UC plus underlining." nil nil)
|
|
824
|
|
825 (autoload 'standard-display-european "disp-table" "\
|
|
826 Toggle display of European characters encoded with ISO 8859.
|
|
827 When enabled, characters in the range of 160 to 255 display not
|
|
828 as octal escapes, but as accented characters.
|
|
829 With prefix argument, enable European character display iff arg is positive." t nil)
|
|
830
|
|
831 ;;;***
|
|
832
|
|
833 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el")
|
|
834
|
|
835 ;;;***
|
|
836
|
442
|
837 ;;;### (autoloads (pop-tag-mark tags-apropos list-tags tags-query-replace tags-search tags-loop-continue next-file tag-complete-symbol find-tag-other-window find-tag find-tag-at-point visit-tags-table) "etags" "lisp/etags.el")
|
428
|
838
|
|
839 (autoload 'visit-tags-table "etags" "\
|
|
840 Tell tags commands to use tags table file FILE when all else fails.
|
|
841 FILE should be the name of a file created with the `etags' program.
|
|
842 A directory name is ok too; it means file TAGS in that directory." t nil)
|
|
843
|
442
|
844 (autoload 'find-tag-at-point "etags" "\
|
|
845 *Find tag whose name contains TAGNAME.
|
|
846 Identical to `find-tag' but does not prompt for tag when called interactively;
|
|
847 instead, uses tag around or before point." t nil)
|
|
848
|
428
|
849 (autoload 'find-tag "etags" "\
|
|
850 *Find tag whose name contains TAGNAME.
|
|
851 Selects the buffer that the tag is contained in
|
|
852 and puts point at its definition.
|
|
853 If TAGNAME is a null string, the expression in the buffer
|
|
854 around or before point is used as the tag name.
|
|
855 If called interactively with a numeric argument, searches for the next tag
|
|
856 in the tag table that matches the tagname used in the previous find-tag.
|
|
857 If second arg OTHER-WINDOW is non-nil, uses another window to display
|
|
858 the tag.
|
|
859
|
|
860 This version of this function supports multiple active tags tables,
|
|
861 and completion.
|
|
862
|
|
863 Variables of note:
|
|
864
|
|
865 tag-table-alist controls which tables apply to which buffers
|
|
866 tags-file-name a default tags table
|
|
867 tags-build-completion-table controls completion behavior
|
|
868 buffer-tag-table another way of specifying a buffer-local table
|
|
869 make-tags-files-invisible whether tags tables should be very hidden
|
|
870 tag-mark-stack-max how many tags-based hops to remember" t nil)
|
|
871
|
|
872 (autoload 'find-tag-other-window "etags" "\
|
442
|
873 *Find tag whose name contains TAGNAME, in another window.
|
428
|
874 Selects the buffer that the tag is contained in in another window
|
|
875 and puts point at its definition.
|
|
876 If TAGNAME is a null string, the expression in the buffer
|
|
877 around or before point is used as the tag name.
|
|
878 If second arg NEXT is non-nil (interactively, with prefix arg),
|
|
879 searches for the next tag in the tag table
|
|
880 that matches the tagname used in the previous find-tag.
|
|
881
|
|
882 This version of this function supports multiple active tags tables,
|
|
883 and completion.
|
|
884
|
|
885 Variables of note:
|
|
886
|
|
887 tag-table-alist controls which tables apply to which buffers
|
|
888 tags-file-name a default tags table
|
|
889 tags-build-completion-table controls completion behavior
|
|
890 buffer-tag-table another way of specifying a buffer-local table
|
|
891 make-tags-files-invisible whether tags tables should be very hidden
|
|
892 tag-mark-stack-max how many tags-based hops to remember" t nil)
|
|
893
|
|
894 (autoload 'tag-complete-symbol "etags" "\
|
|
895 The function used to do tags-completion (using 'tag-completion-predicate)." t nil)
|
|
896
|
|
897 (autoload 'next-file "etags" "\
|
|
898 Select next file among files in current tag table(s).
|
|
899
|
|
900 A first argument of t (prefix arg, if interactive) initializes to the
|
|
901 beginning of the list of files in the (first) tags table. If the argument
|
|
902 is neither nil nor t, it is evalled to initialize the list of files.
|
|
903
|
|
904 Non-nil second argument NOVISIT means use a temporary buffer
|
|
905 to save time and avoid uninteresting warnings.
|
|
906
|
|
907 Value is nil if the file was already visited;
|
|
908 if the file was newly read in, the value is the filename." t nil)
|
|
909
|
|
910 (autoload 'tags-loop-continue "etags" "\
|
|
911 Continue last \\[tags-search] or \\[tags-query-replace] command.
|
|
912 Used noninteractively with non-nil argument to begin such a command (the
|
|
913 argument is passed to `next-file', which see).
|
|
914 Two variables control the processing we do on each file:
|
|
915 the value of `tags-loop-scan' is a form to be executed on each file
|
|
916 to see if it is interesting (it returns non-nil if so)
|
|
917 and `tags-loop-operate' is a form to execute to operate on an interesting file
|
|
918 If the latter returns non-nil, we exit; otherwise we scan the next file." t nil)
|
|
919
|
|
920 (autoload 'tags-search "etags" "\
|
|
921 Search through all files listed in tags table for match for REGEXP.
|
|
922 Stops when a match is found.
|
|
923 To continue searching for next match, use command \\[tags-loop-continue].
|
|
924
|
|
925 See documentation of variable `tag-table-alist'." t nil)
|
|
926
|
|
927 (autoload 'tags-query-replace "etags" "\
|
|
928 Query-replace-regexp FROM with TO through all files listed in tags table.
|
|
929 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
|
|
930 If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
|
|
931 with the command \\[tags-loop-continue].
|
|
932
|
|
933 See documentation of variable `tag-table-alist'." t nil)
|
|
934
|
|
935 (autoload 'list-tags "etags" "\
|
|
936 Display list of tags in FILE." t nil)
|
|
937
|
|
938 (autoload 'tags-apropos "etags" "\
|
|
939 Display list of all tags in tag table REGEXP matches." t nil)
|
|
940 (define-key esc-map "*" 'pop-tag-mark)
|
|
941
|
|
942 (autoload 'pop-tag-mark "etags" "\
|
|
943 Go to last tag position.
|
|
944 `find-tag' maintains a mark-stack seperate from the \\[set-mark-command] mark-stack.
|
|
945 This function pops (and moves to) the tag at the top of this stack." t nil)
|
|
946
|
|
947 ;;;***
|
|
948
|
442
|
949 ;;;### (autoloads (finder-by-keyword finder-commentary) "finder" "lisp/finder.el")
|
|
950
|
|
951 (autoload 'finder-commentary "finder" "\
|
|
952 Display FILE's commentary section.
|
|
953 FILE should be in a form suitable for passing to `locate-library'." t nil)
|
428
|
954
|
|
955 (autoload 'finder-by-keyword "finder" "\
|
|
956 Find packages matching a given keyword." t nil)
|
|
957
|
|
958 ;;;***
|
|
959
|
|
960 ;;;### (autoloads (font-lock-set-defaults-1 font-lock-fontify-buffer turn-off-font-lock turn-on-font-lock font-lock-mode) "font-lock" "lisp/font-lock.el")
|
|
961
|
|
962 (defcustom font-lock-auto-fontify t "*Whether font-lock should automatically fontify files as they're loaded.\nThis will only happen if font-lock has fontifying keywords for the major\nmode of the file. You can get finer-grained control over auto-fontification\nby using this variable in combination with `font-lock-mode-enable-list' or\n`font-lock-mode-disable-list'." :type 'boolean :group 'font-lock)
|
|
963
|
|
964 (defcustom font-lock-mode-enable-list nil "*List of modes to auto-fontify, if `font-lock-auto-fontify' is nil." :type '(repeat (symbol :tag "Mode")) :group 'font-lock)
|
|
965
|
|
966 (defcustom font-lock-mode-disable-list nil "*List of modes not to auto-fontify, if `font-lock-auto-fontify' is t." :type '(repeat (symbol :tag "Mode")) :group 'font-lock)
|
|
967
|
|
968 (defcustom font-lock-use-colors '(color) "*Specification for when Font Lock will set up color defaults.\nNormally this should be '(color), meaning that Font Lock will set up\ncolor defaults that are only used on color displays. Set this to nil\nif you don't want Font Lock to set up color defaults at all. This\nshould be one of\n\n-- a list of valid tags, meaning that the color defaults will be used\n when all of the tags apply. (e.g. '(color x))\n-- a list whose first element is 'or and whose remaining elements are\n lists of valid tags, meaning that the defaults will be used when\n any of the tag lists apply.\n-- nil, meaning that the defaults should not be set up at all.\n\n(If you specify face values in your init file, they will override any\nthat Font Lock specifies, regardless of whether you specify the face\nvalues before or after loading Font Lock.)\n\nSee also `font-lock-use-fonts'. If you want more control over the faces\nused for fontification, see the documentation of `font-lock-mode' for\nhow to do it." :type 'sexp :group 'font-lock)
|
|
969
|
|
970 (defcustom font-lock-use-fonts '(or (mono) (grayscale)) "*Specification for when Font Lock will set up non-color defaults.\n\nNormally this should be '(or (mono) (grayscale)), meaning that Font\nLock will set up non-color defaults that are only used on either mono\nor grayscale displays. Set this to nil if you don't want Font Lock to\nset up non-color defaults at all. This should be one of\n\n-- a list of valid tags, meaning that the non-color defaults will be used\n when all of the tags apply. (e.g. '(grayscale x))\n-- a list whose first element is 'or and whose remaining elements are\n lists of valid tags, meaning that the defaults will be used when\n any of the tag lists apply.\n-- nil, meaning that the defaults should not be set up at all.\n\n(If you specify face values in your init file, they will override any\nthat Font Lock specifies, regardless of whether you specify the face\nvalues before or after loading Font Lock.)\n\nSee also `font-lock-use-colors'. If you want more control over the faces\nused for fontification, see the documentation of `font-lock-mode' for\nhow to do it." :type 'sexp :group 'font-lock)
|
|
971
|
|
972 (defcustom font-lock-maximum-decoration t "*If non-nil, the maximum decoration level for fontifying.\nIf nil, use the minimum decoration (equivalent to level 0).\nIf t, use the maximum decoration available.\nIf a number, use that level of decoration (or if not available the maximum).\nIf a list, each element should be a cons pair of the form (MAJOR-MODE . LEVEL),\nwhere MAJOR-MODE is a symbol or t (meaning the default). For example:\n ((c++-mode . 2) (c-mode . t) (t . 1))\nmeans use level 2 decoration for buffers in `c++-mode', the maximum decoration\navailable for buffers in `c-mode', and level 1 decoration otherwise." :type '(choice (const :tag "default" nil) (const :tag "maximum" t) (integer :tag "level" 1) (repeat :menu-tag "mode specific" :tag "mode specific" :value ((t . t)) (cons :tag "Instance" (radio :tag "Mode" (const :tag "all" t) (symbol :tag "name")) (radio :tag "Decoration" (const :tag "default" nil) (const :tag "maximum" t) (integer :tag "level" 1))))) :group 'font-lock)
|
|
973
|
|
974 (define-obsolete-variable-alias 'font-lock-use-maximal-decoration 'font-lock-maximum-decoration)
|
|
975
|
|
976 (defcustom font-lock-maximum-size (* 250 1024) "*If non-nil, the maximum size for buffers for fontifying.\nOnly buffers less than this can be fontified when Font Lock mode is turned on.\nIf nil, means size is irrelevant.\nIf a list, each element should be a cons pair of the form (MAJOR-MODE . SIZE),\nwhere MAJOR-MODE is a symbol or t (meaning the default). For example:\n ((c++-mode . 256000) (c-mode . 256000) (rmail-mode . 1048576))\nmeans that the maximum size is 250K for buffers in `c++-mode' or `c-mode', one\nmegabyte for buffers in `rmail-mode', and size is irrelevant otherwise." :type '(choice (const :tag "none" nil) (integer :tag "size") (repeat :menu-tag "mode specific" :tag "mode specific" :value ((t)) (cons :tag "Instance" (radio :tag "Mode" (const :tag "all" t) (symbol :tag "name")) (radio :tag "Size" (const :tag "none" nil) (integer :tag "size"))))) :group 'font-lock)
|
|
977
|
|
978 (defvar font-lock-keywords nil "\
|
442
|
979 A list defining the keywords for `font-lock-mode' to highlight.
|
|
980
|
|
981 FONT-LOCK-KEYWORDS := List of FONT-LOCK-FORM's.
|
|
982
|
|
983 FONT-LOCK-FORM :== MATCHER
|
|
984 | (MATCHER . MATCH)
|
|
985 | (MATCHER . FACE-FORM)
|
|
986 | (MATCHER . HIGHLIGHT)
|
|
987 | (MATCHER HIGHLIGHT ...)
|
|
988 | (eval . FORM)
|
|
989
|
|
990 MATCHER :== A string containing a regexp.
|
|
991 | A variable containing a regexp to search for.
|
|
992 | A function to call to make the search.
|
|
993 It is called with one arg, the limit of the search,
|
|
994 and should leave MATCH results in the XEmacs global
|
|
995 match data.
|
|
996
|
|
997 MATCH :== An integer match subexpression number from MATCHER.
|
|
998
|
|
999 FACE-FORM :== The symbol naming a defined face.
|
|
1000 | Expression whos value is the face name to use. If you
|
|
1001 want FACE-FORM to be a symbol that evaluates to a face,
|
|
1002 use a form like \"(progn sym)\".
|
|
1003
|
|
1004 HIGHLIGHT :== MATCH-HIGHLIGHT
|
|
1005 | MATCH-ANCHORED
|
|
1006
|
|
1007 FORM :== Expression returning a FONT-LOCK-FORM, evaluated when
|
|
1008 the FONT-LOCK-FORM is first used in a buffer. This
|
|
1009 feature can be used to provide a FONT-LOCK-FORM that
|
|
1010 can only be generated when Font Lock mode is actually
|
|
1011 turned on.
|
|
1012
|
|
1013 MATCH-HIGHLIGHT :== (MATCH FACE-FORM OVERRIDE LAXMATCH)
|
|
1014
|
|
1015 OVERRIDE :== t - overwrite existing fontification
|
|
1016 | 'keep - only parts not already fontified are
|
|
1017 highlighted.
|
|
1018 | 'prepend - merge faces, this fontification has
|
|
1019 precedence over existing
|
|
1020 | 'append - merge faces, existing fontification has
|
|
1021 precedence over
|
|
1022 this face.
|
|
1023
|
|
1024 LAXMATCH :== If non-nil, no error is signalled if there is no MATCH
|
|
1025 in MATCHER.
|
|
1026
|
|
1027 MATCH-ANCHORED :== (ANCHOR-MATCHER PRE-MATCH-FORM \\
|
|
1028 POST-MATCH-FORM MATCH-HIGHLIGHT ...)
|
428
|
1029
|
442
|
1030 ANCHOR-MATCHER :== Like a MATCHER, except that the limit of the search
|
|
1031 defaults to the end of the line after PRE-MATCH-FORM
|
|
1032 is evaluated. However, if PRE-MATCH-FORM returns a
|
|
1033 position greater than the end of the line, that
|
|
1034 position is used as the limit of the search. It is
|
|
1035 generally a bad idea to return a position greater than
|
|
1036 the end of the line, i.e., cause the ANCHOR-MATCHER
|
|
1037 search to span lines.
|
|
1038
|
|
1039 PRE-MATCH-FORM :== Evaluated before the ANCHOR-MATCHER is used, therefore
|
|
1040 can be used to initialize before, ANCHOR-MATCHER is
|
|
1041 used. Typically, PRE-MATCH-FORM is used to move to
|
|
1042 some position relative to the original MATCHER, before
|
|
1043 starting with the ANCHOR-MATCHER.
|
|
1044
|
|
1045 POST-MATCH-FORM :== Like PRE-MATCH-FORM, but used to clean up after the
|
|
1046 ANCHOR-MATCHER. It might be used to move, before
|
|
1047 resuming with MATCH-ANCHORED's parent's MATCHER.
|
|
1048
|
|
1049 For example, an element of the first form highlights (if not already highlighted):
|
|
1050
|
|
1051 \"\\\\<foo\\\\>\" Discrete occurrences of \"foo\" in the value
|
|
1052 of the variable `font-lock-keyword-face'.
|
428
|
1053
|
442
|
1054 (\"fu\\\\(bar\\\\)\" . 1) Substring \"bar\" within all occurrences of
|
|
1055 \"fubar\" in the value of
|
|
1056 `font-lock-keyword-face'.
|
|
1057
|
|
1058 (\"fubar\" . fubar-face) Occurrences of \"fubar\" in the value of
|
|
1059 `fubar-face'.
|
|
1060
|
|
1061 (\"foo\\\\|bar\" 0 foo-bar-face t) Occurrences of either \"foo\" or \"bar\" in the
|
|
1062 value of `foo-bar-face', even if already
|
|
1063 highlighted.
|
428
|
1064
|
442
|
1065 (fubar-match 1 fubar-face) The first subexpression within all
|
|
1066 occurrences of whatever the function
|
|
1067 `fubar-match' finds and matches in the value
|
|
1068 of `fubar-face'.
|
|
1069
|
|
1070 (\"\\\\<anchor\\\\>\" (0 anchor-face) (\"\\\\<item\\\\>\" nil nil (0 item-face)))
|
|
1071 -------------- --------------- ------------ --- --- -------------
|
|
1072 | | | | | |
|
|
1073 MATCHER | ANCHOR-MATCHER | +------+ MATCH-HIGHLIGHT
|
|
1074 MATCH-HIGHLIGHT PRE-MATCH-FORM |
|
|
1075 POST-MATCH-FORM
|
|
1076
|
|
1077 Discrete occurrences of \"anchor\" in the value of `anchor-face', and
|
|
1078 subsequent discrete occurrences of \"item\" (on the same line) in the value
|
|
1079 of `item-face'. (Here PRE-MATCH-FORM and POST-MATCH-FORM are nil.
|
|
1080 Therefore \"item\" is initially searched for starting from the end of the
|
|
1081 match of \"anchor\", and searching for subsequent instance of \"anchor\"
|
|
1082 resumes from where searching for \"item\" concluded.)
|
428
|
1083
|
|
1084 For highlighting single items, typically only MATCH-HIGHLIGHT is required.
|
442
|
1085 However, if an item or (typically) several items are to be highlighted
|
|
1086 following the instance of another item (the anchor) then MATCH-ANCHORED may be
|
|
1087 required.
|
428
|
1088
|
|
1089 These regular expressions should not match text which spans lines. While
|
442
|
1090 \\[font-lock-fontify-buffer] handles multi-line patterns correctly, updating when you
|
|
1091 edit the buffer does not, since it considers text one line at a time.
|
428
|
1092
|
442
|
1093 Be very careful composing regexps for this list; the wrong pattern can
|
|
1094 dramatically slow things down!
|
|
1095 ")
|
428
|
1096
|
|
1097 (make-variable-buffer-local 'font-lock-keywords)
|
|
1098
|
|
1099 (defcustom font-lock-mode nil "Non nil means `font-lock-mode' is on" :group 'font-lock :type 'boolean :initialize 'custom-initialize-default :require 'font-lock :set (function (lambda (var val) (font-lock-mode (or val 0)))))
|
|
1100
|
|
1101 (defvar font-lock-mode-hook nil "\
|
|
1102 Function or functions to run on entry to font-lock-mode.")
|
|
1103
|
|
1104 (autoload 'font-lock-mode "font-lock" "\
|
|
1105 Toggle Font Lock Mode.
|
|
1106 With arg, turn font-lock mode on if and only if arg is positive.
|
|
1107
|
|
1108 When Font Lock mode is enabled, text is fontified as you type it:
|
|
1109
|
|
1110 - Comments are displayed in `font-lock-comment-face';
|
|
1111 - Strings are displayed in `font-lock-string-face';
|
|
1112 - Documentation strings (in Lisp-like languages) are displayed in
|
|
1113 `font-lock-doc-string-face';
|
|
1114 - Language keywords (\"reserved words\") are displayed in
|
|
1115 `font-lock-keyword-face';
|
|
1116 - Function names in their defining form are displayed in
|
|
1117 `font-lock-function-name-face';
|
|
1118 - Variable names in their defining form are displayed in
|
|
1119 `font-lock-variable-name-face';
|
|
1120 - Type names are displayed in `font-lock-type-face';
|
|
1121 - References appearing in help files and the like are displayed
|
|
1122 in `font-lock-reference-face';
|
|
1123 - Preprocessor declarations are displayed in
|
|
1124 `font-lock-preprocessor-face';
|
|
1125
|
|
1126 and
|
|
1127
|
|
1128 - Certain other expressions are displayed in other faces according
|
|
1129 to the value of the variable `font-lock-keywords'.
|
|
1130
|
|
1131 Where modes support different levels of fontification, you can use the variable
|
|
1132 `font-lock-maximum-decoration' to specify which level you generally prefer.
|
|
1133 When you turn Font Lock mode on/off the buffer is fontified/defontified, though
|
|
1134 fontification occurs only if the buffer is less than `font-lock-maximum-size'.
|
|
1135 To fontify a buffer without turning on Font Lock mode, and regardless of buffer
|
|
1136 size, you can use \\[font-lock-fontify-buffer].
|
|
1137
|
|
1138 See the variable `font-lock-keywords' for customization." t nil)
|
|
1139
|
|
1140 (autoload 'turn-on-font-lock "font-lock" "\
|
|
1141 Unconditionally turn on Font Lock mode." nil nil)
|
|
1142
|
|
1143 (autoload 'turn-off-font-lock "font-lock" "\
|
|
1144 Unconditionally turn off Font Lock mode." nil nil)
|
|
1145
|
|
1146 (autoload 'font-lock-fontify-buffer "font-lock" "\
|
|
1147 Fontify the current buffer the way `font-lock-mode' would.
|
|
1148 See `font-lock-mode' for details.
|
|
1149
|
|
1150 This can take a while for large buffers." t nil)
|
|
1151
|
|
1152 (autoload 'font-lock-set-defaults-1 "font-lock" nil nil nil)
|
|
1153
|
|
1154 (add-minor-mode 'font-lock-mode " Font")
|
|
1155
|
|
1156 ;;;***
|
|
1157
|
|
1158 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "font-menu" "lisp/font-menu.el")
|
|
1159
|
|
1160 (defcustom font-menu-ignore-scaled-fonts nil "*If non-nil, then the font menu will try to show only bitmap fonts." :type 'boolean :group 'font-menu)
|
|
1161
|
|
1162 (defcustom font-menu-this-frame-only-p nil "*If non-nil, then changing the default font from the font menu will only\naffect one frame instead of all frames." :type 'boolean :group 'font-menu)
|
|
1163
|
|
1164 (fset 'install-font-menus 'reset-device-font-menus)
|
|
1165
|
|
1166 (autoload 'reset-device-font-menus "font-menu" "\
|
|
1167 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
|
|
1168 This is run the first time that a font-menu is needed for each device.
|
|
1169 If you don't like the lazy invocation of this function, you can add it to
|
|
1170 `create-device-hook' and that will make the font menus respond more quickly
|
|
1171 when they are selected for the first time. If you add fonts to your system,
|
|
1172 or if you change your font path, you can call this to re-initialize the menus." nil nil)
|
|
1173
|
|
1174 (autoload 'font-menu-family-constructor "font-menu" nil nil nil)
|
|
1175
|
|
1176 (autoload 'font-menu-size-constructor "font-menu" nil nil nil)
|
|
1177
|
|
1178 (autoload 'font-menu-weight-constructor "font-menu" nil nil nil)
|
|
1179
|
|
1180 ;;;***
|
|
1181
|
|
1182 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "lisp/font.el")
|
|
1183
|
|
1184 (autoload 'font-create-object "font" nil nil nil)
|
|
1185
|
|
1186 (autoload 'font-default-font-for-device "font" nil nil nil)
|
|
1187
|
|
1188 (autoload 'font-default-object-for-device "font" nil nil nil)
|
|
1189
|
|
1190 (autoload 'font-default-family-for-device "font" nil nil nil)
|
|
1191
|
|
1192 (autoload 'font-default-registry-for-device "font" nil nil nil)
|
|
1193
|
|
1194 (autoload 'font-default-encoding-for-device "font" nil nil nil)
|
|
1195
|
|
1196 (autoload 'font-default-size-for-device "font" nil nil nil)
|
|
1197
|
|
1198 (autoload 'x-font-build-cache "font" nil nil nil)
|
|
1199
|
|
1200 ;;;***
|
|
1201
|
|
1202 ;;;### (autoloads (gnuserv-start gnuserv-running-p) "gnuserv" "lisp/gnuserv.el")
|
|
1203
|
|
1204 (defcustom gnuserv-frame nil "*The frame to be used to display all edited files.\nIf nil, then a new frame is created for each file edited.\nIf t, then the currently selected frame will be used.\nIf a function, then this will be called with a symbol `x' or `tty' as the\nonly argument, and its return value will be interpreted as above." :tag "Gnuserv Frame" :type '(radio (const :tag "Create new frame each time" nil) (const :tag "Use selected frame" t) (function-item :tag "Use main Emacs frame" gnuserv-main-frame-function) (function-item :tag "Use visible frame, otherwise create new" gnuserv-visible-frame-function) (function-item :tag "Create special Gnuserv frame and use it" gnuserv-special-frame-function) (function :tag "Other")) :group 'gnuserv :group 'frames)
|
|
1205
|
|
1206 (autoload 'gnuserv-running-p "gnuserv" "\
|
|
1207 Return non-nil if a gnuserv process is running from this XEmacs session." nil nil)
|
|
1208
|
|
1209 (autoload 'gnuserv-start "gnuserv" "\
|
|
1210 Allow this Emacs process to be a server for client processes.
|
|
1211 This starts a gnuserv communications subprocess through which
|
|
1212 client \"editors\" (gnuclient and gnudoit) can send editing commands to
|
|
1213 this Emacs job. See the gnuserv(1) manual page for more details.
|
|
1214
|
|
1215 Prefix arg means just kill any existing server communications subprocess." t nil)
|
|
1216
|
|
1217 ;;;***
|
|
1218
|
|
1219 ;;;### (autoloads nil "help-macro" "lisp/help-macro.el")
|
|
1220
|
|
1221 (defcustom three-step-help t "*Non-nil means give more info about Help command in three steps.\nThe three steps are simple prompt, prompt with all options,\nand window listing and describing the options.\nA value of nil means skip the middle step, so that\n\\[help-command] \\[help-command] gives the window that lists the options." :type 'boolean :group 'help-appearance)
|
|
1222
|
|
1223 ;;;***
|
|
1224
|
|
1225 ;;;### (autoloads (hyper-apropos-popup-menu hyper-apropos-set-variable hyper-set-variable hyper-apropos-read-variable-symbol hyper-describe-function hyper-where-is hyper-describe-variable hyper-describe-face hyper-describe-key-briefly hyper-describe-key hyper-apropos) "hyper-apropos" "lisp/hyper-apropos.el")
|
|
1226
|
|
1227 (autoload 'hyper-apropos "hyper-apropos" "\
|
|
1228 Display lists of functions and variables matching REGEXP
|
|
1229 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the
|
|
1230 value of `hyper-apropos-programming-apropos' is toggled for this search.
|
|
1231 See also `hyper-apropos-mode'." t nil)
|
|
1232
|
|
1233 (autoload 'hyper-describe-key "hyper-apropos" nil t nil)
|
|
1234
|
|
1235 (autoload 'hyper-describe-key-briefly "hyper-apropos" nil t nil)
|
|
1236
|
|
1237 (autoload 'hyper-describe-face "hyper-apropos" "\
|
|
1238 Describe face..
|
|
1239 See also `hyper-apropos' and `hyper-describe-function'." t nil)
|
|
1240
|
|
1241 (autoload 'hyper-describe-variable "hyper-apropos" "\
|
|
1242 Hypertext drop-in replacement for `describe-variable'.
|
|
1243 See also `hyper-apropos' and `hyper-describe-function'." t nil)
|
|
1244
|
|
1245 (autoload 'hyper-where-is "hyper-apropos" "\
|
|
1246 Print message listing key sequences that invoke specified command." t nil)
|
|
1247
|
|
1248 (autoload 'hyper-describe-function "hyper-apropos" "\
|
|
1249 Hypertext replacement for `describe-function'. Unlike `describe-function'
|
|
1250 in that the symbol under the cursor is the default if it is a function.
|
|
1251 See also `hyper-apropos' and `hyper-describe-variable'." t nil)
|
|
1252
|
|
1253 (autoload 'hyper-apropos-read-variable-symbol "hyper-apropos" "\
|
|
1254 Hypertext drop-in replacement for `describe-variable'.
|
|
1255 See also `hyper-apropos' and `hyper-describe-function'." nil nil)
|
|
1256
|
|
1257 (define-obsolete-function-alias 'hypropos-read-variable-symbol 'hyper-apropos-read-variable-symbol)
|
|
1258
|
|
1259 (define-obsolete-function-alias 'hypropos-get-doc 'hyper-apropos-get-doc)
|
|
1260
|
|
1261 (autoload 'hyper-set-variable "hyper-apropos" nil t nil)
|
|
1262
|
|
1263 (autoload 'hyper-apropos-set-variable "hyper-apropos" "\
|
|
1264 Interactively set the variable on the current line." t nil)
|
|
1265
|
|
1266 (define-obsolete-function-alias 'hypropos-set-variable 'hyper-apropos-set-variable)
|
|
1267
|
|
1268 (autoload 'hyper-apropos-popup-menu "hyper-apropos" nil t nil)
|
|
1269
|
|
1270 (define-obsolete-function-alias 'hypropos-popup-menu 'hyper-apropos-popup-menu)
|
|
1271
|
|
1272 ;;;***
|
|
1273
|
442
|
1274 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-batch-rebuild-dir Info-find-node Info-query info) "info" "lisp/info.el")
|
428
|
1275
|
|
1276 (defvar Info-directory-list nil "\
|
|
1277 List of directories to search for Info documentation files.
|
|
1278
|
|
1279 The first directory in this list, the \"dir\" file there will become
|
442
|
1280 the (dir)Top node of the Info documentation tree.
|
|
1281
|
|
1282 Note: DO NOT use the `customize' interface to change the value of this
|
|
1283 variable. Its value is created dynamically on each startup, depending
|
|
1284 on XEmacs packages installed on the system. If you want to change the
|
|
1285 search path, make the needed modifications on the variable's value
|
|
1286 from .emacs. For instance:
|
|
1287
|
|
1288 (setq Info-directory-list (cons \"~/info\" Info-directory-list))")
|
428
|
1289
|
|
1290 (autoload 'info "info" "\
|
|
1291 Enter Info, the documentation browser.
|
|
1292 Optional argument FILE specifies the file to examine;
|
|
1293 the default is the top-level directory of Info.
|
|
1294
|
|
1295 In interactive use, a prefix argument directs this command
|
|
1296 to read a file name from the minibuffer." t nil)
|
|
1297
|
|
1298 (autoload 'Info-query "info" "\
|
|
1299 Enter Info, the documentation browser. Prompt for name of Info file." t nil)
|
|
1300
|
442
|
1301 (autoload 'Info-find-node "info" "\
|
|
1302 Go to an info node specified as separate FILENAME and NODENAME.
|
|
1303 Look for a plausible filename, or if not found then look for URL's and
|
|
1304 dispatch to the appropriate fn. NO-GOING-BACK is non-nil if
|
|
1305 recovering from an error in this function; it says do not attempt
|
|
1306 further (recursive) error recovery. TRYFILE is ??" nil nil)
|
|
1307
|
428
|
1308 (autoload 'Info-batch-rebuild-dir "info" "\
|
|
1309 (Re)build info `dir' files in the directories remaining on the command line.
|
|
1310 Use this from the command line, with `-batch';
|
|
1311 it won't work in an interactive Emacs.
|
|
1312 Each file is processed even if an error occurred previously.
|
|
1313 For example, invoke \"xemacs -batch -f Info-batch-rebuild-dir /usr/local/info\"" nil nil)
|
|
1314
|
|
1315 (autoload 'Info-goto-node "info" "\
|
|
1316 Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME.
|
|
1317 Actually, the following interpretations of NAME are tried in order:
|
|
1318 (FILENAME)NODENAME
|
|
1319 (FILENAME) (using Top node)
|
|
1320 NODENAME (in current file)
|
|
1321 TAGNAME (see below)
|
|
1322 FILENAME (using Top node)
|
|
1323 where TAGNAME is a string that appears in quotes: \"TAGNAME\", in an
|
|
1324 annotation for any node of any file. (See `a' and `x' commands.)" t nil)
|
|
1325
|
|
1326 (autoload 'Info-visit-file "info" "\
|
|
1327 Directly visit an info file." t nil)
|
|
1328
|
|
1329 (autoload 'Info-search "info" "\
|
|
1330 Search for REGEXP, starting from point, and select node it's found in." t nil)
|
|
1331
|
|
1332 (autoload 'Info-emacs-command "info" "\
|
|
1333 Look up an Emacs command in the Emacs manual in the Info system.
|
|
1334 This command is designed to be used whether you are already in Info or not." t nil)
|
|
1335
|
|
1336 (autoload 'Info-goto-emacs-command-node "info" "\
|
|
1337 Look up an Emacs command in the Emacs manual in the Info system.
|
|
1338 This command is designed to be used whether you are already in Info or not." t nil)
|
|
1339
|
|
1340 (autoload 'Info-goto-emacs-key-command-node "info" "\
|
|
1341 Look up an Emacs key sequence in the Emacs manual in the Info system.
|
|
1342 This command is designed to be used whether you are already in Info or not." t nil)
|
|
1343
|
|
1344 (autoload 'Info-emacs-key "info" "\
|
|
1345 Look up an Emacs key sequence in the Emacs manual in the Info system.
|
|
1346 This command is designed to be used whether you are already in Info or not." t nil)
|
|
1347
|
|
1348 (autoload 'Info-elisp-ref "info" "\
|
|
1349 Look up an Emacs Lisp function in the Elisp manual in the Info system.
|
|
1350 This command is designed to be used whether you are already in Info or not." t nil)
|
|
1351
|
|
1352 ;;;***
|
|
1353
|
|
1354 ;;;### (autoloads nil "itimer-autosave" "lisp/itimer-autosave.el")
|
|
1355
|
|
1356 ;;;***
|
|
1357
|
|
1358 ;;;### (autoloads nil "loaddefs" "lisp/loaddefs.el")
|
|
1359
|
|
1360 ;;;***
|
|
1361
|
|
1362 ;;;### (autoloads nil "loadhist" "lisp/loadhist.el")
|
|
1363
|
|
1364 ;;;***
|
|
1365
|
|
1366 ;;;### (autoloads (mswindows-reset-device-font-menus) "msw-font-menu" "lisp/msw-font-menu.el")
|
|
1367
|
|
1368 (autoload 'mswindows-reset-device-font-menus "msw-font-menu" "\
|
|
1369 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
|
|
1370 This is run the first time that a font-menu is needed for each device.
|
|
1371 If you don't like the lazy invocation of this function, you can add it to
|
|
1372 `create-device-hook' and that will make the font menus respond more quickly
|
|
1373 when they are selected for the first time. If you add fonts to your system,
|
|
1374 or if you change your font path, you can call this to re-initialize the menus." nil nil)
|
|
1375
|
|
1376 (defun* mswindows-font-menu-font-data (face dcache) (let* ((case-fold-search t) (domain (if font-menu-this-frame-only-p (selected-frame) (selected-device))) (name (font-instance-name (face-font-instance face domain))) (truename (font-instance-truename (face-font-instance face domain (if (featurep 'mule) 'ascii)))) family size weight entry slant) (when (string-match mswindows-font-regexp name) (setq family (match-string 1 name)) (setq entry (vassoc family (aref dcache 0)))) (when (and (null entry) (string-match mswindows-font-regexp truename)) (setq family (match-string 1 truename)) (setq entry (vassoc family (aref dcache 0)))) (when (null entry) (return-from mswindows-font-menu-font-data (make-vector 5 nil))) (when (string-match mswindows-font-regexp name) (setq weight (match-string 2 name)) (setq size (string-to-int (match-string 4 name)))) (when (string-match mswindows-font-regexp truename) (when (not (member weight (aref entry 1))) (setq weight (match-string 2 truename))) (when (not (member size (aref entry 2))) (setq size (string-to-int (match-string 4 truename)))) (setq slant (match-string 5 truename))) (vector entry family size weight slant)))
|
|
1377
|
|
1378 ;;;***
|
|
1379
|
|
1380 ;;;### (autoloads (mwheel-install) "mwheel" "lisp/mwheel.el")
|
|
1381
|
|
1382 (autoload 'mwheel-install "mwheel" "\
|
|
1383 Enable mouse wheel support." nil nil)
|
|
1384
|
|
1385 ;;;***
|
|
1386
|
|
1387 ;;;### (autoloads (package-admin-add-binary-package package-admin-add-single-file-package) "package-admin" "lisp/package-admin.el")
|
|
1388
|
|
1389 (autoload 'package-admin-add-single-file-package "package-admin" "\
|
|
1390 Install a single file Lisp package into XEmacs package hierarchy.
|
|
1391 `file' should be the full path to the lisp file to install.
|
|
1392 `destdir' should be a simple directory name.
|
|
1393 The optional `pkg-dir' can be used to override the default package hierarchy
|
|
1394 \(car (last late-packages))." t nil)
|
|
1395
|
|
1396 (autoload 'package-admin-add-binary-package "package-admin" "\
|
|
1397 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil)
|
|
1398
|
|
1399 ;;;***
|
|
1400
|
|
1401 ;;;### (autoloads (package-get-custom package-get-package-provider package-get package-get-dependencies package-get-all package-get-update-all package-get-delete-package package-get-save-base package-get-update-base-from-buffer package-get-update-base package-get-update-base-entry package-get-require-base package-get-download-menu) "package-get" "lisp/package-get.el")
|
|
1402
|
|
1403 (defvar package-get-base nil "\
|
|
1404 List of packages that are installed at this site.
|
|
1405 For each element in the alist, car is the package name and the cdr is
|
|
1406 a plist containing information about the package. Typical fields
|
|
1407 kept in the plist are:
|
|
1408
|
|
1409 version - version of this package
|
|
1410 provides - list of symbols provided
|
|
1411 requires - list of symbols that are required.
|
|
1412 These in turn are provided by other packages.
|
|
1413 filename - name of the file.
|
|
1414 size - size of the file (aka the bundled package)
|
|
1415 md5sum - computed md5 checksum
|
|
1416 description - What this package is for.
|
|
1417 type - Whether this is a 'binary (default) or 'single file package
|
|
1418
|
|
1419 More fields may be added as needed. An example:
|
|
1420
|
|
1421 '(
|
|
1422 (name
|
|
1423 (version \"<version 2>\"
|
|
1424 file \"filename\"
|
|
1425 description \"what this package is about.\"
|
|
1426 provides (<list>)
|
|
1427 requires (<list>)
|
|
1428 size <integer-bytes>
|
|
1429 md5sum \"<checksum\"
|
|
1430 type single
|
|
1431 )
|
|
1432 (version \"<version 1>\"
|
|
1433 file \"filename\"
|
|
1434 description \"what this package is about.\"
|
|
1435 provides (<list>)
|
|
1436 requires (<list>)
|
|
1437 size <integer-bytes>
|
|
1438 md5sum \"<checksum\"
|
|
1439 type single
|
|
1440 )
|
|
1441 ...
|
|
1442 ))
|
|
1443
|
|
1444 For version information, it is assumed things are listed in most
|
|
1445 recent to least recent -- in other words, the version names don't have to
|
|
1446 be lexically ordered. It is debatable if it makes sense to have more than
|
|
1447 one version of a package available.")
|
|
1448
|
442
|
1449 (defcustom package-get-download-sites '(("xemacs.org" "ftp.xemacs.org" "pub/xemacs/packages") ("crc.ca (Canada)" "ftp.crc.ca" "pub/packages/editors/xemacs/packages") ("ualberta.ca (Canada)" "sunsite.ualberta.ca" "pub/Mirror/xemacs/packages") ("uiuc.edu (United States)" "uiarchive.uiuc.edu" "pub/packages/xemacs/packages") ("unc.edu (United States)" "metalab.unc.edu" "pub/packages/editors/xemacs/packages") ("utk.edu (United States)" "ftp.sunsite.utk.edu" "pub/xemacs/packages") ("unicamp.br (Brazil)" "ftp.unicamp.br" "pub/xemacs/packages") ("tuwien.ac.at (Austria)" "gd.tuwien.ac.at" "editors/xemacs/packages") ("auc.dk (Denmark)" "sunsite.auc.dk" "pub/emacs/xemacs/packages") ("doc.ic.ac.uk (England)" "sunsite.doc.ic.ac.uk" "packages/xemacs/packages") ("funet.fi (Finland)" "ftp.funet.fi" "pub/mirrors/ftp.xemacs.org/pub/tux/xemacs/packages") ("cenatls.cena.dgac.fr (France)" "ftp.cenatls.cena.dgac.fr" "Emacs/xemacs/packages") ("pasteur.fr (France)" "ftp.pasteur.fr" "pub/computing/xemacs/packages") ("tu-darmstadt.de (Germany)" "ftp.tu-darmstadt.de" "pub/editors/xemacs/packages") ("kfki.hu (Hungary)" "ftp.kfki.hu" "pub/packages/xemacs/packages") ("eunet.ie (Ireland)" "ftp.eunet.ie" "mirrors/ftp.xemacs.org/pub/xemacs/packages") ("uniroma2.it (Italy)" "ftp.uniroma2.it" "unix/misc/dist/XEMACS/packages") ("uio.no (Norway)" "sunsite.uio.no" "pub/xemacs/packages") ("icm.edu.pl (Poland)" "ftp.icm.edu.pl" "pub/unix/editors/xemacs/packages") ("srcc.msu.su (Russia)" "ftp.srcc.msu.su" "mirror/ftp.xemacs.org/packages") ("sunet.se (Sweden)" "ftp.sunet.se" "pub/gnu/xemacs/packages") ("cnlab-switch.ch (Switzerland)" "sunsite.cnlab-switch.ch" "mirror/xemacs/packages") ("aist.go.jp (Japan)" "ring.aist.go.jp" "pub/text/xemacs/packages") ("asahi-net.or.jp (Japan)" "ring.asahi-net.or.jp" "pub/text/xemacs/packages") ("dti.ad.jp (Japan)" "ftp.dti.ad.jp" "pub/unix/editor/xemacs/packages") ("jaist.ac.jp (Japan)" "ftp.jaist.ac.jp" "pub/GNU/xemacs/packages") ("nucba.ac.jp (Japan)" "mirror.nucba.ac.jp" "mirror/xemacs/packages") ("sut.ac.jp (Japan)" "sunsite.sut.ac.jp" "pub/archives/packages/xemacs/packages") ("tsukuba.ac.jp (Japan)" "ftp.netlab.is.tsukuba.ac.jp" "pub/GNU/xemacs/packages") ("kreonet.re.kr (Korea)" "ftp.kreonet.re.kr" "pub/tools/emacs/xemacs/packages") ("nctu.edu.tw (Taiwan)" "coda.nctu.edu.tw" "Editors/xemacs/packages") ("sun.ac.za (South Africa)" "ftp.sun.ac.za" "xemacs/packages") ("isu.net.sa (Saudi Arabia)" "ftp.isu.net.sa" "pub/mirrors/ftp.xemacs.org/packages") ("aarnet.edu.au (Australia)" "mirror.aarnet.edu.au" "pub/xemacs/packages")) "*List of remote sites available for downloading packages.\nList format is '(site-description site-name directory-on-site).\nSITE-DESCRIPTION is a textual description of the site. SITE-NAME\nis the internet address of the download site. DIRECTORY-ON-SITE\nis the directory on the site in which packages may be found.\nThis variable is used to initialize `package-get-remote', the\nvariable actually used to specify package download sites." :tag "Package download sites" :type '(repeat (list (string :tag "Name") host-name directory)) :group 'package-get)
|
428
|
1450
|
|
1451 (autoload 'package-get-download-menu "package-get" "\
|
|
1452 Build the `Add Download Site' menu." nil nil)
|
|
1453
|
|
1454 (autoload 'package-get-require-base "package-get" "\
|
|
1455 Require that a package-get database has been loaded.
|
|
1456 If the optional FORCE-CURRENT argument or the value of
|
|
1457 `package-get-always-update' is Non-nil, try to update the database
|
|
1458 from a location in `package-get-remote'. Otherwise a local copy is used
|
|
1459 if available and remote access is never done.
|
|
1460
|
|
1461 Please use FORCE-CURRENT only when the user is explictly dealing with packages
|
|
1462 and remote access is likely in the near future." nil nil)
|
|
1463
|
|
1464 (autoload 'package-get-update-base-entry "package-get" "\
|
|
1465 Update an entry in `package-get-base'." nil nil)
|
|
1466
|
|
1467 (autoload 'package-get-update-base "package-get" "\
|
|
1468 Update the package-get database file with entries from DB-FILE.
|
|
1469 Unless FORCE-CURRENT is non-nil never try to update the database." t nil)
|
|
1470
|
|
1471 (autoload 'package-get-update-base-from-buffer "package-get" "\
|
|
1472 Update the package-get database with entries from BUFFER.
|
|
1473 BUFFER defaults to the current buffer. This command can be
|
|
1474 used interactively, for example from a mail or news buffer." t nil)
|
|
1475
|
|
1476 (autoload 'package-get-save-base "package-get" "\
|
|
1477 Write the package-get database to FILE.
|
|
1478
|
|
1479 Note: This database will be unsigned of course." t nil)
|
|
1480
|
|
1481 (autoload 'package-get-delete-package "package-get" "\
|
|
1482 Delete an installation of PACKAGE below directory PKG-TOPDIR.
|
|
1483 PACKAGE is a symbol, not a string.
|
|
1484 This is just an interactive wrapper for `package-admin-delete-binary-package'." t nil)
|
|
1485
|
|
1486 (autoload 'package-get-update-all "package-get" "\
|
|
1487 Fetch and install the latest versions of all currently installed packages." t nil)
|
|
1488
|
|
1489 (autoload 'package-get-all "package-get" "\
|
|
1490 Fetch PACKAGE with VERSION and all other required packages.
|
|
1491 Uses `package-get-base' to determine just what is required and what
|
|
1492 package provides that functionality. If VERSION is nil, retrieves
|
|
1493 latest version. Optional argument FETCHED-PACKAGES is used to keep
|
|
1494 track of packages already fetched. Optional argument INSTALL-DIR,
|
|
1495 if non-nil, specifies the package directory where fetched packages
|
|
1496 should be installed.
|
|
1497
|
|
1498 Returns nil upon error." t nil)
|
|
1499
|
|
1500 (autoload 'package-get-dependencies "package-get" "\
|
|
1501 Compute dependencies for PACKAGES.
|
|
1502 Uses `package-get-base' to determine just what is required and what
|
|
1503 package provides that functionality. Returns the list of packages
|
|
1504 required by PACKAGES." nil nil)
|
|
1505
|
|
1506 (autoload 'package-get "package-get" "\
|
|
1507 Fetch PACKAGE from remote site.
|
|
1508 Optional arguments VERSION indicates which version to retrieve, nil
|
|
1509 means most recent version. CONFLICT indicates what happens if the
|
|
1510 package is already installed. Valid values for CONFLICT are:
|
|
1511 'always always retrieve the package even if it is already installed
|
|
1512 'never do not retrieve the package if it is installed.
|
|
1513 INSTALL-DIR, if non-nil, specifies the package directory where
|
|
1514 fetched packages should be installed.
|
|
1515
|
442
|
1516 The value of `package-get-base' is used to determine what files should
|
428
|
1517 be retrieved. The value of `package-get-remote' is used to determine
|
|
1518 where a package should be retrieved from. The sites are tried in
|
|
1519 order so one is better off listing easily reached sites first.
|
|
1520
|
|
1521 Once the package is retrieved, its md5 checksum is computed. If that
|
|
1522 sum does not match that stored in `package-get-base' for this version
|
|
1523 of the package, an error is signalled.
|
|
1524
|
|
1525 Returns `t' upon success, the symbol `error' if the package was
|
|
1526 successfully installed but errors occurred during initialization, or
|
|
1527 `nil' upon error." t nil)
|
|
1528
|
|
1529 (autoload 'package-get-package-provider "package-get" "\
|
|
1530 Search for a package that provides SYM and return the name and
|
|
1531 version. Searches in `package-get-base' for SYM. If SYM is a
|
442
|
1532 consp, then it must match a corresponding (provide (SYM VERSION)) from
|
428
|
1533 the package.
|
|
1534
|
|
1535 If FORCE-CURRENT is non-nil make sure the database is up to date. This might
|
|
1536 lead to Emacs accessing remote sites." t nil)
|
|
1537
|
|
1538 (autoload 'package-get-custom "package-get" "\
|
|
1539 Fetch and install the latest versions of all customized packages." t nil)
|
|
1540
|
|
1541 ;;;***
|
|
1542
|
|
1543 ;;;### (autoloads (pui-list-packages pui-add-install-directory package-ui-add-site) "package-ui" "lisp/package-ui.el")
|
|
1544
|
|
1545 (autoload 'package-ui-add-site "package-ui" "\
|
|
1546 Add site to package-get-remote and possibly offer to update package list." nil nil)
|
|
1547
|
|
1548 (autoload 'pui-add-install-directory "package-ui" "\
|
|
1549 Add a new package binary directory to the head of `package-get-remote'.
|
|
1550 Note that no provision is made for saving any changes made by this function.
|
|
1551 It exists mainly as a convenience for one-time package installations from
|
|
1552 disk." t nil)
|
|
1553
|
|
1554 (autoload 'pui-list-packages "package-ui" "\
|
|
1555 List all packages and package information.
|
|
1556 The package name, version, and description are displayed. From the displayed
|
|
1557 buffer, the user can see which packages are installed, which are not, and
|
|
1558 which are out-of-date (a newer version is available). The user can then
|
|
1559 select packages for installation via the keyboard or mouse." t nil)
|
|
1560
|
|
1561 (defalias 'list-packages 'pui-list-packages)
|
|
1562
|
|
1563 ;;;***
|
|
1564
|
|
1565 ;;;### (autoloads (picture-mode) "picture" "lisp/picture.el")
|
|
1566
|
|
1567 (autoload 'picture-mode "picture" "\
|
|
1568 Switch to Picture mode, in which a quarter-plane screen model is used.
|
|
1569 Printing characters replace instead of inserting themselves with motion
|
|
1570 afterwards settable by these commands:
|
|
1571 C-c < Move left after insertion.
|
|
1572 C-c > Move right after insertion.
|
|
1573 C-c ^ Move up after insertion.
|
|
1574 C-c . Move down after insertion.
|
|
1575 C-c ` Move northwest (nw) after insertion.
|
|
1576 C-c ' Move northeast (ne) after insertion.
|
|
1577 C-c / Move southwest (sw) after insertion.
|
|
1578 C-c \\ Move southeast (se) after insertion.
|
|
1579 The current direction is displayed in the modeline. The initial
|
|
1580 direction is right. Whitespace is inserted and tabs are changed to
|
|
1581 spaces when required by movement. You can move around in the buffer
|
|
1582 with these commands:
|
|
1583 \\[picture-move-down] Move vertically to SAME column in previous line.
|
|
1584 \\[picture-move-up] Move vertically to SAME column in next line.
|
|
1585 \\[picture-end-of-line] Move to column following last non-whitespace character.
|
|
1586 \\[picture-forward-column] Move right inserting spaces if required.
|
|
1587 \\[picture-backward-column] Move left changing tabs to spaces if required.
|
|
1588 C-c C-f Move in direction of current picture motion.
|
|
1589 C-c C-b Move in opposite direction of current picture motion.
|
|
1590 Return Move to beginning of next line.
|
|
1591 You can edit tabular text with these commands:
|
|
1592 M-Tab Move to column beneath (or at) next interesting character.
|
|
1593 `Indents' relative to a previous line.
|
|
1594 Tab Move to next stop in tab stop list.
|
|
1595 C-c Tab Set tab stops according to context of this line.
|
|
1596 With ARG resets tab stops to default (global) value.
|
|
1597 See also documentation of variable picture-tab-chars
|
|
1598 which defines \"interesting character\". You can manually
|
|
1599 change the tab stop list with command \\[edit-tab-stops].
|
|
1600 You can manipulate text with these commands:
|
|
1601 C-d Clear (replace) ARG columns after point without moving.
|
|
1602 C-c C-d Delete char at point - the command normally assigned to C-d.
|
|
1603 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them.
|
|
1604 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared
|
|
1605 text is saved in the kill ring.
|
|
1606 \\[picture-open-line] Open blank line(s) beneath current line.
|
|
1607 You can manipulate rectangles with these commands:
|
|
1608 C-c C-k Clear (or kill) a rectangle and save it.
|
|
1609 C-c C-w Like C-c C-k except rectangle is saved in named register.
|
|
1610 C-c C-y Overlay (or insert) currently saved rectangle at point.
|
|
1611 C-c C-x Like C-c C-y except rectangle is taken from named register.
|
|
1612 \\[copy-rectangle-to-register] Copies a rectangle to a register.
|
|
1613 \\[advertised-undo] Can undo effects of rectangle overlay commands
|
|
1614 commands if invoked soon enough.
|
|
1615 You can return to the previous mode with:
|
|
1616 C-c C-c Which also strips trailing whitespace from every line.
|
|
1617 Stripping is suppressed by supplying an argument.
|
|
1618
|
|
1619 Entry to this mode calls the value of picture-mode-hook if non-nil.
|
|
1620
|
|
1621 Note that Picture mode commands will work outside of Picture mode, but
|
|
1622 they are not defaultly assigned to keys." t nil)
|
|
1623
|
|
1624 (defalias 'edit-picture 'picture-mode)
|
|
1625
|
|
1626 ;;;***
|
|
1627
|
442
|
1628 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "lisp/rect.el")
|
428
|
1629
|
|
1630 (autoload 'delete-rectangle "rect" "\
|
|
1631 Delete the text in the region-rectangle without saving it.
|
|
1632 The same range of columns is deleted in each line starting with the line
|
|
1633 where the region begins and ending with the line where the region ends.
|
|
1634
|
|
1635 When called from a program, the rectangle's corners are START and END.
|
|
1636 With a prefix (or FILL) argument, also fill lines where nothing has to be
|
|
1637 deleted." t nil)
|
|
1638
|
|
1639 (autoload 'delete-extract-rectangle "rect" "\
|
|
1640 Delete the contents of the rectangle with corners at START and END, and
|
|
1641 return it as a list of strings, one for each line of the rectangle.
|
|
1642
|
|
1643 With an optional FILL argument, also fill lines where nothing has to be
|
|
1644 deleted." nil nil)
|
|
1645
|
|
1646 (autoload 'extract-rectangle "rect" "\
|
|
1647 Return the contents of the rectangle with corners at START and END,
|
|
1648 as a list of strings, one for each line of the rectangle." nil nil)
|
|
1649
|
442
|
1650 (defvar killed-rectangle nil "\
|
|
1651 Rectangle for `yank-rectangle' to insert.")
|
|
1652
|
|
1653 (autoload 'kill-rectangle "rect" "\
|
|
1654 Delete the region-rectangle and save it as the last killed one.
|
|
1655 You might prefer to use `delete-extract-rectangle' from a program.
|
|
1656
|
|
1657 When called from a program, the rectangle's corners are START and END.
|
|
1658 With a prefix (or FILL) argument, also fill lines where nothing has to be
|
|
1659 deleted." t nil)
|
|
1660
|
428
|
1661 (autoload 'yank-rectangle "rect" "\
|
|
1662 Yank the last killed rectangle with upper left corner at point." t nil)
|
|
1663
|
|
1664 (autoload 'insert-rectangle "rect" "\
|
|
1665 Insert text of RECTANGLE with upper left corner at point.
|
|
1666 RECTANGLE's first line is inserted at point, its second
|
|
1667 line is inserted at a point vertically under point, etc.
|
|
1668 RECTANGLE should be a list of strings.
|
|
1669 After this command, the mark is at the upper left corner
|
|
1670 and point is at the lower right corner." nil nil)
|
|
1671
|
|
1672 (autoload 'open-rectangle "rect" "\
|
|
1673 Blank out the region-rectangle, shifting text right.
|
|
1674
|
|
1675 When called from a program, the rectangle's corners are START and END.
|
|
1676 With a prefix (or FILL) argument, fill with blanks even if there is no text
|
|
1677 on the right side of the rectangle." t nil)
|
|
1678
|
|
1679 (autoload 'string-rectangle "rect" "\
|
|
1680 Insert STRING on each line of the region-rectangle, shifting text right.
|
442
|
1681 The left edge of the rectangle specifies the column for insertion.
|
|
1682
|
|
1683 If `pending-delete-mode' is active the string replace the region.
|
|
1684 Otherwise this command does not delete or overwrite any existing text.
|
428
|
1685
|
|
1686 When called from a program, the rectangle's corners are START and END." t nil)
|
|
1687
|
|
1688 (autoload 'clear-rectangle "rect" "\
|
|
1689 Blank out the region-rectangle.
|
|
1690 The text previously in the region is overwritten with blanks.
|
|
1691
|
|
1692 When called from a program, the rectangle's corners are START and END.
|
|
1693 With a prefix (or FILL) argument, also fill with blanks the parts of the
|
|
1694 rectangle which were empty." t nil)
|
|
1695
|
|
1696 ;;;***
|
|
1697
|
|
1698 ;;;### (autoloads (list-load-path-shadows) "shadow" "lisp/shadow.el")
|
|
1699
|
|
1700 (autoload 'list-load-path-shadows "shadow" "\
|
|
1701 Display a list of Emacs Lisp files that shadow other files.
|
|
1702
|
|
1703 This function lists potential load-path problems. Directories in the
|
|
1704 `load-path' variable are searched, in order, for Emacs Lisp
|
|
1705 files. When a previously encountered file name is found again, a
|
|
1706 message is displayed indicating that the later file is \"hidden\" by
|
|
1707 the earlier.
|
|
1708
|
|
1709 For example, suppose `load-path' is set to
|
|
1710
|
|
1711 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
|
|
1712
|
|
1713 and that each of these directories contains a file called XXX.el. Then
|
|
1714 XXX.el in the site-lisp directory is referred to by all of:
|
|
1715 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
|
|
1716
|
|
1717 The first XXX.el file prevents emacs from seeing the second (unless
|
|
1718 the second is loaded explicitly via load-file).
|
|
1719
|
|
1720 When not intended, such shadowings can be the source of subtle
|
|
1721 problems. For example, the above situation may have arisen because the
|
|
1722 XXX package was not distributed with versions of emacs prior to
|
|
1723 19.30. An emacs maintainer downloaded XXX from elsewhere and installed
|
|
1724 it. Later, XXX was updated and included in the emacs distribution.
|
|
1725 Unless the emacs maintainer checks for this, the new version of XXX
|
|
1726 will be hidden behind the old (which may no longer work with the new
|
|
1727 emacs version).
|
|
1728
|
|
1729 This function performs these checks and flags all possible
|
|
1730 shadowings. Because a .el file may exist without a corresponding .elc
|
|
1731 \(or vice-versa), these suffixes are essentially ignored. A file
|
|
1732 XXX.elc in an early directory (that does not contain XXX.el) is
|
|
1733 considered to shadow a later file XXX.el, and vice-versa.
|
|
1734
|
|
1735 When run interactively, the shadowings (if any) are displayed in a
|
|
1736 buffer called `*Shadows*'. Shadowings are located by calling the
|
|
1737 \(non-interactive) companion function, `find-emacs-lisp-shadows'." t nil)
|
|
1738
|
|
1739 ;;;***
|
|
1740
|
|
1741 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "lisp/sound.el")
|
|
1742
|
|
1743 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
|
|
1744
|
|
1745 (autoload 'load-sound-file "sound" "\
|
|
1746 Read in an audio-file and add it to the sound-alist.
|
|
1747
|
|
1748 You can only play sound files if you are running on display 0 of the
|
|
1749 console of a machine with native sound support or running a NetAudio
|
|
1750 server and XEmacs has the necessary sound support compiled in.
|
|
1751
|
|
1752 The sound file must be in the Sun/NeXT U-LAW format, except on Linux,
|
|
1753 where .wav files are also supported by the sound card drivers." t nil)
|
|
1754
|
|
1755 (autoload 'load-default-sounds "sound" "\
|
|
1756 Load and install some sound files as beep-types, using
|
|
1757 `load-sound-file'. This only works if you're on display 0 of the
|
|
1758 console of a machine with native sound support or running a NetAudio
|
|
1759 server and XEmacs has the necessary sound support compiled in." t nil)
|
|
1760
|
|
1761 ;;;***
|
|
1762
|
|
1763 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "lisp/userlock.el")
|
|
1764
|
|
1765 (autoload 'ask-user-about-lock "userlock" "\
|
|
1766 Ask user what to do when he wants to edit FILE but it is locked by USER.
|
|
1767 This function has a choice of three things to do:
|
|
1768 do (signal 'file-locked (list FILE USER))
|
|
1769 to refrain from editing the file
|
|
1770 return t (grab the lock on the file)
|
|
1771 return nil (edit the file even though it is locked).
|
|
1772 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
|
|
1773
|
|
1774 (autoload 'ask-user-about-supersession-threat "userlock" "\
|
|
1775 Ask a user who is about to modify an obsolete buffer what to do.
|
|
1776 This function has two choices: it can return, in which case the modification
|
|
1777 of the buffer will proceed, or it can (signal 'file-supersession (file)),
|
|
1778 in which case the proposed buffer modification will not be made.
|
|
1779
|
|
1780 You can rewrite this to use any criterion you like to choose which one to do.
|
|
1781 The buffer in question is current when this function is called." nil nil)
|
|
1782
|
|
1783 ;;;***
|
|
1784
|
|
1785 ;;;### (autoloads (toggle-truncate-lines auto-view-mode view-major-mode view-mode view-minor-mode view-buffer-other-window view-file-other-window view-buffer view-file) "view-less" "lisp/view-less.el")
|
|
1786
|
|
1787 (defvar view-minor-mode-map (let ((map (make-keymap))) (set-keymap-name map 'view-minor-mode-map) (suppress-keymap map) (define-key map "-" 'negative-argument) (define-key map " " 'scroll-up) (define-key map "f" 'scroll-up) (define-key map "b" 'scroll-down) (define-key map 'backspace 'scroll-down) (define-key map 'delete 'scroll-down) (define-key map "
" 'view-scroll-lines-up) (define-key map "\n" 'view-scroll-lines-up) (define-key map "e" 'view-scroll-lines-up) (define-key map "j" 'view-scroll-lines-up) (define-key map "y" 'view-scroll-lines-down) (define-key map "k" 'view-scroll-lines-down) (define-key map "d" 'view-scroll-some-lines-up) (define-key map "u" 'view-scroll-some-lines-down) (define-key map "r" 'recenter) (define-key map "t" 'toggle-truncate-lines) (define-key map "N" 'view-buffer) (define-key map "E" 'view-file) (define-key map "P" 'view-buffer) (define-key map "!" 'shell-command) (define-key map "|" 'shell-command-on-region) (define-key map "=" 'what-line) (define-key map "?" 'view-search-backward) (define-key map "h" 'view-mode-describe) (define-key map "s" 'view-repeat-search) (define-key map "n" 'view-repeat-search) (define-key map "/" 'view-search-forward) (define-key map "\\" 'view-search-backward) (define-key map "g" 'view-goto-line) (define-key map "G" 'view-last-windowful) (define-key map "%" 'view-goto-percent) (define-key map "p" 'view-goto-percent) (define-key map "m" 'point-to-register) (define-key map "'" 'register-to-point) (define-key map "C" 'view-cleanup-backspaces) (define-key map "" 'view-quit) (define-key map "" 'view-quit-toggle-ro) (define-key map "q" 'view-quit) map))
|
|
1788
|
|
1789 (defvar view-mode-map (let ((map (copy-keymap view-minor-mode-map))) (set-keymap-name map 'view-mode-map) map))
|
|
1790
|
|
1791 (autoload 'view-file "view-less" "\
|
|
1792 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil)
|
|
1793
|
|
1794 (autoload 'view-buffer "view-less" "\
|
|
1795 Switch to BUF, enter view mode. With prefix arg use other window." t nil)
|
|
1796
|
|
1797 (autoload 'view-file-other-window "view-less" "\
|
|
1798 Find FILE in other window, and enter view mode." t nil)
|
|
1799
|
|
1800 (autoload 'view-buffer-other-window "view-less" "\
|
|
1801 Switch to BUFFER in another window, and enter view mode." t nil)
|
|
1802
|
|
1803 (autoload 'view-minor-mode "view-less" "\
|
|
1804 Minor mode for viewing text, with bindings like `less'.
|
|
1805 Commands are:
|
|
1806 \\<view-minor-mode-map>
|
|
1807 0..9 prefix args
|
|
1808 - prefix minus
|
|
1809 \\[scroll-up] page forward
|
|
1810 \\[scroll-down] page back
|
|
1811 \\[view-scroll-lines-up] scroll prefix-arg lines forward, default 1.
|
|
1812 \\[view-scroll-lines-down] scroll prefix-arg lines backward, default 1.
|
|
1813 \\[view-scroll-some-lines-down] scroll prefix-arg lines backward, default 10.
|
|
1814 \\[view-scroll-some-lines-up] scroll prefix-arg lines forward, default 10.
|
|
1815 \\[what-line] print line number
|
|
1816 \\[view-mode-describe] print this help message
|
|
1817 \\[view-search-forward] regexp search, uses previous string if you just hit RET
|
|
1818 \\[view-search-backward] as above but searches backward
|
|
1819 \\[view-repeat-search] repeat last search
|
|
1820 \\[view-goto-line] goto line prefix-arg, default 1
|
|
1821 \\[view-last-windowful] goto line prefix-arg, default last line
|
|
1822 \\[view-goto-percent] goto a position by percentage
|
|
1823 \\[toggle-truncate-lines] toggle truncate-lines
|
|
1824 \\[view-file] view another file
|
|
1825 \\[view-buffer] view another buffer
|
|
1826 \\[view-cleanup-backspaces] cleanup backspace constructions
|
|
1827 \\[shell-command] execute a shell command
|
|
1828 \\[shell-command-on-region] execute a shell command with the region as input
|
|
1829 \\[view-quit] exit view-mode, and bury the current buffer.
|
|
1830
|
|
1831 If invoked with the optional (prefix) arg non-nil, view-mode cleans up
|
|
1832 backspace constructions.
|
|
1833
|
|
1834 More precisely:
|
|
1835 \\{view-minor-mode-map}" t nil)
|
|
1836
|
|
1837 (autoload 'view-mode "view-less" "\
|
|
1838 View the current buffer using view-minor-mode. This exists to be 99.9%
|
|
1839 compatible with the implementations of `view-mode' in view.el and older
|
|
1840 versions of view-less.el." t nil)
|
|
1841
|
|
1842 (autoload 'view-major-mode "view-less" "\
|
|
1843 View the current buffer using view-mode, as a major mode.
|
|
1844 This function has a nonstandard name because `view-mode' is wrongly
|
|
1845 named but is like this for compatibility reasons." t nil)
|
|
1846
|
|
1847 (autoload 'auto-view-mode "view-less" "\
|
|
1848 If the file of the current buffer is not writable, call view-mode.
|
|
1849 This is meant to be added to `find-file-hooks'." nil nil)
|
|
1850
|
|
1851 (autoload 'toggle-truncate-lines "view-less" "\
|
|
1852 Toggles the values of truncate-lines.
|
|
1853 Positive prefix arg sets, negative disables." t nil)
|
|
1854
|
|
1855 ;;;***
|
|
1856
|
|
1857 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "lisp/wid-browse.el")
|
|
1858
|
|
1859 (autoload 'widget-browse-at "wid-browse" "\
|
|
1860 Browse the widget under point." t nil)
|
|
1861
|
|
1862 (autoload 'widget-browse "wid-browse" "\
|
|
1863 Create a widget browser for WIDGET." t nil)
|
|
1864
|
|
1865 (autoload 'widget-browse-other-window "wid-browse" "\
|
|
1866 Show widget browser for WIDGET in other window." t nil)
|
|
1867
|
|
1868 (autoload 'widget-minor-mode "wid-browse" "\
|
|
1869 Togle minor mode for traversing widgets.
|
|
1870 With arg, turn widget mode on if and only if arg is positive." t nil)
|
|
1871
|
|
1872 ;;;***
|
|
1873
|
|
1874 ;;;### (autoloads (widget-delete widget-create widget-prompt-value) "wid-edit" "lisp/wid-edit.el")
|
|
1875
|
|
1876 (autoload 'widget-prompt-value "wid-edit" "\
|
|
1877 Prompt for a value matching WIDGET, using PROMPT.
|
|
1878 The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)
|
|
1879
|
|
1880 (autoload 'widget-create "wid-edit" "\
|
|
1881 Create widget of TYPE.
|
|
1882 The optional ARGS are additional keyword arguments." nil nil)
|
|
1883
|
|
1884 (autoload 'widget-delete "wid-edit" "\
|
|
1885 Delete WIDGET." nil nil)
|
|
1886
|
|
1887 ;;;***
|
|
1888
|
|
1889 ;;;### (autoloads (x-reset-device-font-menus) "x-font-menu" "lisp/x-font-menu.el")
|
|
1890
|
|
1891 (autoload 'x-reset-device-font-menus "x-font-menu" "\
|
|
1892 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
|
|
1893 This is run the first time that a font-menu is needed for each device.
|
|
1894 If you don't like the lazy invocation of this function, you can add it to
|
|
1895 `create-device-hook' and that will make the font menus respond more quickly
|
|
1896 when they are selected for the first time. If you add fonts to your system,
|
|
1897 or if you change your font path, you can call this to re-initialize the menus." nil nil)
|
|
1898
|
442
|
1899 (defun* x-font-menu-font-data (face dcache) (defvar x-font-regexp) (defvar x-font-regexp-foundry-and-family) (let* ((case-fold-search t) (domain (if font-menu-this-frame-only-p (selected-frame) (selected-device))) (name (font-instance-name (face-font-instance face domain))) (truename (font-instance-truename (face-font-instance face domain (if (featurep 'mule) 'ascii)))) family size weight entry slant) (when (string-match x-font-regexp-foundry-and-family name) (setq family (capitalize (match-string 1 name))) (setq entry (vassoc family (aref dcache 0)))) (when (and (null entry) (string-match x-font-regexp-foundry-and-family truename)) (setq family (capitalize (match-string 1 truename))) (setq entry (vassoc family (aref dcache 0)))) (when (null entry) (return-from x-font-menu-font-data (make-vector 5 nil))) (when (string-match x-font-regexp name) (setq weight (capitalize (match-string 1 name))) (setq size (string-to-int (match-string 6 name)))) (when (string-match x-font-regexp truename) (when (not (member weight (aref entry 1))) (setq weight (capitalize (match-string 1 truename)))) (when (not (member size (aref entry 2))) (setq size (string-to-int (match-string 6 truename)))) (setq slant (capitalize (match-string 2 truename)))) (vector entry family size weight slant)))
|
428
|
1900
|
|
1901 ;;;***
|
|
1902
|
|
1903 ;;;### (autoloads (x-win-init-sun) "x-win-sun" "lisp/x-win-sun.el")
|
|
1904
|
|
1905 (autoload 'x-win-init-sun "x-win-sun" nil nil nil)
|
|
1906
|
|
1907 ;;;***
|
|
1908
|
|
1909 ;;;### (autoloads (x-win-init-xfree86) "x-win-xfree86" "lisp/x-win-xfree86.el")
|
|
1910
|
|
1911 (autoload 'x-win-init-xfree86 "x-win-xfree86" nil nil nil)
|
|
1912
|
|
1913 ;;;***
|
|
1914
|
442
|
1915 (provide 'lisp-autoloads)
|