annotate lisp/auto-autoloads.el @ 406:b8cc9ab3f761 r21-2-33

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