163
|
1 ;;; DO NOT MODIFY THIS FILE
|
183
|
2 (if (featurep 'prim-autoloads) (error "Already loaded"))
|
78
|
3
|
|
4 ;;;### (autoloads (about-xemacs) "about" "prim/about.el")
|
|
5
|
155
|
6 (autoload 'about-xemacs "about" "\
|
|
7 Describe the True Editor and its minions." t nil)
|
78
|
8
|
|
9 ;;;***
|
|
10
|
|
11 ;;;### (autoloads (all-hail-emacs all-hail-xemacs praise-be-unto-emacs praise-be-unto-xemacs) "advocacy" "prim/advocacy.el")
|
|
12
|
|
13 (defvar xemacs-praise-sound-file "sounds/im_so_happy.au" "\
|
|
14 The name of an audio file containing something to play
|
|
15 when praising XEmacs")
|
|
16
|
|
17 (defvar xemacs-praise-message "All Hail XEmacs!\n" "\
|
|
18 What to praise XEmacs with")
|
|
19
|
|
20 (autoload 'praise-be-unto-xemacs "advocacy" "\
|
|
21 All Hail XEmacs!" t nil)
|
|
22
|
|
23 (autoload 'praise-be-unto-emacs "advocacy" nil t nil)
|
|
24
|
|
25 (autoload 'all-hail-xemacs "advocacy" "\
|
|
26 All Hail XEmacs!" t nil)
|
|
27
|
|
28 (autoload 'all-hail-emacs "advocacy" nil t nil)
|
|
29
|
|
30 ;;;***
|
|
31
|
|
32 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el")
|
|
33
|
|
34 (autoload 'describe-buffer-case-table "case-table" "\
|
|
35 Describe the case table of the current buffer." t nil)
|
|
36
|
|
37 ;;;***
|
|
38
|
108
|
39 ;;;### (autoloads (batch-remove-old-elc) "cleantree" "prim/cleantree.el")
|
|
40
|
|
41 (autoload 'batch-remove-old-elc "cleantree" nil nil nil)
|
|
42
|
|
43 ;;;***
|
|
44
|
78
|
45 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el")
|
|
46
|
|
47 (autoload 'debug "debug" "\
|
|
48 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
|
|
49 Arguments are mainly for use when this is called from the internals
|
|
50 of the evaluator.
|
|
51
|
|
52 You may call with no args, or you may pass nil as the first arg and
|
|
53 any other args you like. In that case, the list of args after the
|
|
54 first will be printed into the backtrace buffer." t nil)
|
|
55
|
|
56 (autoload 'debug-on-entry "debug" "\
|
|
57 Request FUNCTION to invoke debugger each time it is called.
|
|
58 If you tell the debugger to continue, FUNCTION's execution proceeds.
|
|
59 This works by modifying the definition of FUNCTION,
|
|
60 which must be written in Lisp, not predefined.
|
|
61 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
|
|
62 Redefining FUNCTION also cancels it." t nil)
|
|
63
|
|
64 (autoload 'cancel-debug-on-entry "debug" "\
|
|
65 Undo effect of \\[debug-on-entry] on FUNCTION.
|
|
66 If argument is nil or an empty string, cancel for all functions." t nil)
|
|
67
|
|
68 ;;;***
|
|
69
|
|
70 ;;;### (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" "prim/disp-table.el")
|
|
71
|
|
72 (autoload 'describe-current-display-table "disp-table" "\
|
|
73 Describe the display table in use in the selected window and buffer." t nil)
|
|
74
|
|
75 (autoload 'make-display-table "disp-table" "\
|
|
76 Return a new, empty display table." nil nil)
|
|
77
|
|
78 (autoload 'standard-display-8bit "disp-table" "\
|
|
79 Display characters in the range L to H literally." nil nil)
|
|
80
|
|
81 (autoload 'standard-display-default "disp-table" "\
|
|
82 Display characters in the range L to H using the default notation." nil nil)
|
|
83
|
|
84 (autoload 'standard-display-ascii "disp-table" "\
|
|
85 Display character C using printable string S." nil nil)
|
|
86
|
|
87 (autoload 'standard-display-g1 "disp-table" "\
|
|
88 Display character C as character SC in the g1 character set.
|
|
89 This function assumes that your terminal uses the SO/SI characters;
|
|
90 it is meaningless for an X frame." nil nil)
|
|
91
|
|
92 (autoload 'standard-display-graphic "disp-table" "\
|
|
93 Display character C as character GC in graphics character set.
|
|
94 This function assumes VT100-compatible escapes; it is meaningless for an
|
|
95 X frame." nil nil)
|
|
96
|
|
97 (autoload 'standard-display-underline "disp-table" "\
|
|
98 Display character C as character UC plus underlining." nil nil)
|
|
99
|
|
100 (autoload 'standard-display-european "disp-table" "\
|
|
101 Toggle display of European characters encoded with ISO 8859.
|
|
102 When enabled, characters in the range of 160 to 255 display not
|
|
103 as octal escapes, but as accented characters.
|
|
104 With prefix argument, enable European character display iff arg is positive." t nil)
|
|
105
|
|
106 ;;;***
|
|
107
|
|
108 ;;;### (autoloads (setenv) "env" "prim/env.el")
|
|
109
|
|
110 (autoload 'setenv "env" "\
|
|
111 Set the value of the environment variable named VARIABLE to VALUE.
|
|
112 VARIABLE should be a string. VALUE is optional; if not provided or is
|
|
113 `nil', the environment variable VARIABLE will be removed.
|
|
114
|
|
115 Interactively, a prefix argument means to unset the variable.
|
|
116 Interactively, the current value (if any) of the variable
|
|
117 appears at the front of the history list when you type in the new value.
|
|
118
|
|
119 This function works by modifying `process-environment'." t nil)
|
|
120
|
|
121 ;;;***
|
|
122
|
100
|
123 ;;;### (autoloads nil "itimer-autosave" "prim/itimer-autosave.el")
|
78
|
124
|
|
125 ;;;***
|
|
126
|
|
127 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
|
|
128
|
|
129 ;;;***
|
|
130
|
173
|
131 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro name-last-kbd-macro) "macros" "prim/macros.el")
|
78
|
132
|
|
133 (autoload 'name-last-kbd-macro "macros" "\
|
|
134 Assign a name to the last keyboard macro defined.
|
|
135 Argument SYMBOL is the name to define.
|
|
136 The symbol's function definition becomes the keyboard macro string.
|
|
137 Such a \"function\" cannot be called from Lisp, but it is a valid
|
|
138 editor command." t nil)
|
|
139
|
173
|
140 (autoload 'insert-kbd-macro "macros" "\
|
|
141 Insert in buffer the definition of kbd macro NAME, as Lisp code.
|
|
142 Optional second arg KEYS means also record the keys it is on
|
|
143 \(this is the prefix argument, when calling interactively).
|
|
144
|
|
145 This Lisp code will, when executed, define the kbd macro with the same
|
|
146 definition it has now. If you say to record the keys, the Lisp code
|
|
147 will also rebind those keys to the macro. Only global key bindings
|
|
148 are recorded since executing this Lisp code always makes global
|
|
149 bindings.
|
|
150
|
|
151 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
|
|
152 use this command, and then save the file." t nil)
|
|
153
|
78
|
154 (autoload 'kbd-macro-query "macros" "\
|
|
155 Query user during kbd macro execution.
|
|
156 With prefix argument, enters recursive edit,
|
|
157 reading keyboard commands even within a kbd macro.
|
|
158 You can give different commands each time the macro executes.
|
|
159 Without prefix argument, asks whether to continue running the macro.
|
|
160 Your options are: \\<query-replace-map>
|
|
161 \\[act] Finish this iteration normally and continue with the next.
|
|
162 \\[skip] Skip the rest of this iteration, and start the next.
|
|
163 \\[exit] Stop the macro entirely right now.
|
|
164 \\[recenter] Redisplay the frame, then ask again.
|
|
165 \\[edit] Enter recursive edit; ask again when you exit from that." t nil)
|
|
166
|
|
167 (autoload 'apply-macro-to-region-lines "macros" "\
|
|
168 For each complete line between point and mark, move to the beginning
|
|
169 of the line, and run the last keyboard macro.
|
|
170
|
|
171 When called from lisp, this function takes two arguments TOP and
|
|
172 BOTTOM, describing the current region. TOP must be before BOTTOM.
|
|
173 The optional third argument MACRO specifies a keyboard macro to
|
|
174 execute.
|
|
175
|
|
176 This is useful for quoting or unquoting included text, adding and
|
|
177 removing comments, or producing tables where the entries are regular.
|
|
178
|
|
179 For example, in Usenet articles, sections of text quoted from another
|
|
180 author are indented, or have each line start with `>'. To quote a
|
|
181 section of text, define a keyboard macro which inserts `>', put point
|
|
182 and mark at opposite ends of the quoted section, and use
|
|
183 `\\[apply-macro-to-region-lines]' to mark the entire section.
|
|
184
|
|
185 Suppose you wanted to build a keyword table in C where each entry
|
|
186 looked like this:
|
|
187
|
|
188 { \"foo\", foo_data, foo_function },
|
|
189 { \"bar\", bar_data, bar_function },
|
|
190 { \"baz\", baz_data, baz_function },
|
|
191
|
|
192 You could enter the names in this format:
|
|
193
|
|
194 foo
|
|
195 bar
|
|
196 baz
|
|
197
|
|
198 and write a macro to massage a word into a table entry:
|
|
199
|
|
200 \\C-x (
|
|
201 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
|
|
202 \\C-x )
|
|
203
|
|
204 and then select the region of un-tablified names and use
|
|
205 `\\[apply-macro-to-region-lines]' to build the table from the names.
|
|
206 " t nil)
|
|
207
|
|
208 ;;;***
|
|
209
|
|
210 ;;;### (autoloads (disable-command enable-command disabled-command-hook) "novice" "prim/novice.el")
|
|
211
|
|
212 (autoload 'disabled-command-hook "novice" nil nil nil)
|
|
213
|
|
214 (autoload 'enable-command "novice" "\
|
|
215 Allow COMMAND to be executed without special confirmation from now on.
|
163
|
216 The user's `custom-file' is altered so that this will apply
|
78
|
217 to future sessions." t nil)
|
|
218
|
|
219 (autoload 'disable-command "novice" "\
|
|
220 Require special confirmation to execute COMMAND from now on.
|
195
|
221 The user's `custom-file' is altered so that this will apply
|
78
|
222 to future sessions." t nil)
|
|
223
|
|
224 ;;;***
|
|
225
|
|
226 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el")
|
|
227
|
|
228 (autoload 'list-options "options" "\
|
|
229 Display a list of XEmacs user options, with values and documentation." t nil)
|
|
230
|
|
231 (autoload 'edit-options "options" "\
|
|
232 Edit a list of XEmacs user option values.
|
|
233 Selects a buffer containing such a list,
|
|
234 in which there are commands to set the option values.
|
|
235 Type \\[describe-mode] in that buffer for a list of commands." t nil)
|
|
236
|
|
237 ;;;***
|
|
238
|
167
|
239 ;;;### (autoloads (profile-key-sequence profile pretty-print-profiling-info) "profile" "prim/profile.el")
|
155
|
240
|
|
241 (autoload 'pretty-print-profiling-info "profile" "\
|
167
|
242 Print profiling info INFO to STREAM in a pretty format.
|
155
|
243 If INFO is omitted, the current profiling info is retrieved using
|
167
|
244 `get-profiling-info'.
|
|
245 If STREAM is omitted, either current buffer or standard output are used,
|
|
246 depending on whether the function was called interactively or not." t nil)
|
155
|
247
|
165
|
248 (autoload 'profile "profile" "\
|
173
|
249 Turn on profiling, execute FORMS and restore profiling state.
|
|
250 Profiling state here means that if profiling was not in effect when
|
|
251 PROFILE was called, it will be turned off after FORMS are evaluated.
|
|
252 Otherwise, profiling will be left running.
|
|
253
|
165
|
254 Returns the profiling info, printable by `pretty-print-profiling-info'." nil 'macro)
|
|
255
|
167
|
256 (autoload 'profile-key-sequence "profile" "\
|
|
257 Dispatch the key sequence KEYS and profile the execution.
|
|
258 KEYS can be a vector of keypress events, a keypress event, or a character.
|
|
259 The function returns the profiling info." t nil)
|
|
260
|
155
|
261 ;;;***
|
|
262
|
78
|
263 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")
|
|
264
|
|
265 (autoload 'delete-rectangle "rect" "\
|
|
266 Delete (don't save) text in rectangle with point and mark as corners.
|
|
267 The same range of columns is deleted in each line starting with the line
|
|
268 where the region begins and ending with the line where the region ends." t nil)
|
|
269
|
|
270 (autoload 'delete-extract-rectangle "rect" "\
|
|
271 Delete contents of rectangle and return it as a list of strings.
|
|
272 Arguments START and END are the corners of the rectangle.
|
|
273 The value is list of strings, one for each line of the rectangle." nil nil)
|
|
274
|
|
275 (autoload 'extract-rectangle "rect" "\
|
|
276 Return contents of rectangle with corners at START and END.
|
|
277 Value is list of strings, one for each line of the rectangle." nil nil)
|
|
278
|
|
279 (defvar killed-rectangle nil "\
|
|
280 Rectangle for yank-rectangle to insert.")
|
|
281
|
|
282 (autoload 'kill-rectangle "rect" "\
|
|
283 Delete rectangle with corners at point and mark; save as last killed one.
|
|
284 Calling from program, supply two args START and END, buffer positions.
|
|
285 But in programs you might prefer to use `delete-extract-rectangle'." t nil)
|
|
286
|
|
287 (autoload 'yank-rectangle "rect" "\
|
|
288 Yank the last killed rectangle with upper left corner at point." t nil)
|
|
289
|
|
290 (autoload 'insert-rectangle "rect" "\
|
|
291 Insert text of RECTANGLE with upper left corner at point.
|
|
292 RECTANGLE's first line is inserted at point, its second
|
|
293 line is inserted at a point vertically under point, etc.
|
|
294 RECTANGLE should be a list of strings.
|
|
295 After this command, the mark is at the upper left corner
|
|
296 and point is at the lower right corner." nil nil)
|
|
297
|
|
298 (autoload 'open-rectangle "rect" "\
|
|
299 Blank out rectangle with corners at point and mark, shifting text right.
|
|
300 The text previously in the region is not overwritten by the blanks,
|
|
301 but instead winds up to the right of the rectangle." t nil)
|
|
302
|
|
303 (autoload 'string-rectangle "rect" "\
|
|
304 Insert STRING on each line of the region-rectangle, shifting text right.
|
|
305 The left edge of the rectangle specifies the column for insertion.
|
|
306 This command does not delete or overwrite any existing text.
|
|
307
|
|
308 Called from a program, takes three args; START, END and STRING." t nil)
|
|
309
|
|
310 (autoload 'clear-rectangle "rect" "\
|
|
311 Blank out rectangle with corners at point and mark.
|
|
312 The text previously in the region is overwritten by the blanks.
|
|
313 When called from a program, requires two args which specify the corners." t nil)
|
|
314
|
|
315 ;;;***
|
|
316
|
|
317 ;;;### (autoloads (reposition-window) "reposition" "prim/reposition.el")
|
|
318
|
|
319 (autoload 'reposition-window "reposition" "\
|
|
320 Make the current definition and/or comment visible.
|
|
321 Further invocations move it to the top of the window or toggle the
|
|
322 visibility of comments that precede it.
|
|
323 Point is left unchanged unless prefix ARG is supplied.
|
|
324 If the definition is fully onscreen, it is moved to the top of the
|
|
325 window. If it is partly offscreen, the window is scrolled to get the
|
|
326 definition (or as much as will fit) onscreen, unless point is in a comment
|
|
327 which is also partly offscreen, in which case the scrolling attempts to get
|
|
328 as much of the comment onscreen as possible.
|
|
329 Initially `reposition-window' attempts to make both the definition and
|
|
330 preceding comments visible. Further invocations toggle the visibility of
|
|
331 the comment lines.
|
|
332 If ARG is non-nil, point may move in order to make the whole defun
|
|
333 visible (if only part could otherwise be made so), to make the defun line
|
|
334 visible (if point is in code and it could not be made so, or if only
|
|
335 comments, including the first comment line, are visible), or to make the
|
|
336 first comment line visible (if point is in a comment)." t nil)
|
|
337
|
|
338 ;;;***
|
|
339
|
|
340 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields sort-fields sort-float-fields sort-numeric-fields sort-pages sort-paragraphs sort-lines sort-subr) "sort" "prim/sort.el")
|
|
341
|
|
342 (autoload 'sort-subr "sort" "\
|
|
343 General text sorting routine to divide buffer into records and sort them.
|
|
344 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
|
|
345
|
|
346 We divide the accessible portion of the buffer into disjoint pieces
|
|
347 called sort records. A portion of each sort record (perhaps all of
|
|
348 it) is designated as the sort key. The records are rearranged in the
|
|
349 buffer in order by their sort keys. The records may or may not be
|
|
350 contiguous.
|
|
351
|
|
352 Usually the records are rearranged in order of ascending sort key.
|
|
353 If REVERSE is non-nil, they are rearranged in order of descending sort key.
|
|
354 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
355 the sort order.
|
|
356
|
|
357 The next four arguments are functions to be called to move point
|
|
358 across a sort record. They will be called many times from within sort-subr.
|
|
359
|
|
360 NEXTRECFUN is called with point at the end of the previous record.
|
|
361 It moves point to the start of the next record.
|
|
362 It should move point to the end of the buffer if there are no more records.
|
|
363 The first record is assumed to start at the position of point when sort-subr
|
|
364 is called.
|
|
365
|
|
366 ENDRECFUN is called with point within the record.
|
|
367 It should move point to the end of the record.
|
|
368
|
|
369 STARTKEYFUN moves from the start of the record to the start of the key.
|
|
370 It may return either a non-nil value to be used as the key, or
|
|
371 else the key is the substring between the values of point after
|
|
372 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
|
|
373 starts at the beginning of the record.
|
|
374
|
|
375 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
|
|
376 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
|
|
377 same as ENDRECFUN." nil nil)
|
|
378
|
|
379 (autoload 'sort-lines "sort" "\
|
|
380 Sort lines in region alphabetically; argument means descending order.
|
|
381 Called from a program, there are three arguments:
|
|
382 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
383 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
384 the sort order." t nil)
|
|
385
|
|
386 (autoload 'sort-paragraphs "sort" "\
|
|
387 Sort paragraphs in region alphabetically; argument means descending order.
|
|
388 Called from a program, there are three arguments:
|
|
389 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
390 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
391 the sort order." t nil)
|
|
392
|
|
393 (autoload 'sort-pages "sort" "\
|
|
394 Sort pages in region alphabetically; argument means descending order.
|
|
395 Called from a program, there are three arguments:
|
|
396 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
397 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
398 the sort order." t nil)
|
|
399
|
|
400 (autoload 'sort-numeric-fields "sort" "\
|
|
401 Sort lines in region numerically by the ARGth field of each line.
|
|
402 Fields are separated by whitespace and numbered from 1 up.
|
|
403 Specified field must contain a number in each line of the region.
|
|
404 With a negative arg, sorts by the ARGth field counted from the right.
|
|
405 Called from a program, there are three arguments:
|
|
406 FIELD, BEG and END. BEG and END specify region to sort.
|
|
407 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
408 the sort order.
|
|
409 If you want to sort floating-point numbers, try `sort-float-fields'." t nil)
|
|
410
|
|
411 (autoload 'sort-float-fields "sort" "\
|
|
412 Sort lines in region numerically by the ARGth field of each line.
|
|
413 Fields are separated by whitespace and numbered from 1 up. Specified field
|
|
414 must contain a floating point number in each line of the region. With a
|
|
415 negative arg, sorts by the ARGth field counted from the right. Called from a
|
|
416 program, there are three arguments: FIELD, BEG and END. BEG and END specify
|
|
417 region to sort." t nil)
|
|
418
|
|
419 (autoload 'sort-fields "sort" "\
|
|
420 Sort lines in region lexicographically by the ARGth field of each line.
|
|
421 Fields are separated by whitespace and numbered from 1 up.
|
|
422 With a negative arg, sorts by the ARGth field counted from the right.
|
|
423 Called from a program, there are three arguments:
|
|
424 FIELD, BEG and END. BEG and END specify region to sort." t nil)
|
|
425
|
|
426 (autoload 'sort-regexp-fields "sort" "\
|
|
427 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
|
|
428 RECORD-REGEXP specifies the textual units which should be sorted.
|
|
429 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
|
|
430 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
|
|
431 is to be used for sorting.
|
|
432 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
|
|
433 RECORD-REGEXP is used.
|
|
434 If it is \"\\\\&\" then the whole record is used.
|
|
435 Otherwise, it is a regular-expression for which to search within the record.
|
|
436 If a match for KEY is not found within a record then that record is ignored.
|
|
437
|
|
438 With a negative prefix arg sorts in reverse order.
|
|
439
|
|
440 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
441 the sort order.
|
|
442
|
|
443 For example: to sort lines in the region by the first word on each line
|
|
444 starting with the letter \"f\",
|
|
445 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)
|
|
446
|
|
447 (autoload 'sort-columns "sort" "\
|
|
448 Sort lines in region alphabetically by a certain range of columns.
|
|
449 For the purpose of this command, the region includes
|
|
450 the entire line that point is in and the entire line the mark is in.
|
|
451 The column positions of point and mark bound the range of columns to sort on.
|
|
452 A prefix argument means sort into reverse order.
|
|
453 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
454 the sort order.
|
|
455
|
|
456 Note that `sort-columns' rejects text that contains tabs,
|
|
457 because tabs could be split across the specified columns
|
|
458 and it doesn't know how to handle that. Also, when possible,
|
|
459 it uses the `sort' utility program, which doesn't understand tabs.
|
|
460 Use \\[untabify] to convert tabs to spaces before sorting." t nil)
|
|
461
|
|
462 (autoload 'reverse-region "sort" "\
|
|
463 Reverse the order of lines in a region.
|
|
464 From a program takes two point or marker arguments, BEG and END." t nil)
|
|
465
|
|
466 ;;;***
|
|
467
|
|
468 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "prim/sound.el")
|
|
469
|
|
470 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
|
|
471
|
|
472 (autoload 'load-sound-file "sound" "\
|
|
473 Read in an audio-file and add it to the sound-alist.
|
|
474
|
98
|
475 You can only play sound files if you are running on display 0 of the
|
|
476 console of a machine with native sound support or running a NetAudio
|
|
477 server and XEmacs has the necessary sound support compiled in.
|
|
478
|
124
|
479 The sound file must be in the Sun/NeXT U-LAW format, except on Linux,
|
|
480 where .wav files are also supported by the sound card drivers." t nil)
|
78
|
481
|
|
482 (autoload 'load-default-sounds "sound" "\
|
124
|
483 Load and install some sound files as beep-types, using
|
|
484 `load-sound-file'. This only works if you're on display 0 of the
|
|
485 console of a machine with native sound support or running a NetAudio
|
|
486 server and XEmacs has the necessary sound support compiled in." t nil)
|
78
|
487
|
|
488 ;;;***
|
|
489
|
|
490 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el")
|
|
491
|
|
492 (autoload 'untabify "tabify" "\
|
|
493 Convert all tabs in region to multiple spaces, preserving columns.
|
|
494 Called non-interactively, the region is specified by arguments
|
|
495 START and END, rather than by the position of point and mark.
|
|
496 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
497
|
|
498 (autoload 'tabify "tabify" "\
|
|
499 Convert multiple spaces in region to tabs when possible.
|
|
500 A group of spaces is partially replaced by tabs
|
|
501 when this can be done without changing the column they end at.
|
|
502 Called non-interactively, the region is specified by arguments
|
|
503 START and END, rather than by the position of point and mark.
|
|
504 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
505
|
|
506 ;;;***
|
|
507
|
|
508 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el")
|
|
509
|
|
510 (autoload 'ask-user-about-lock "userlock" "\
|
|
511 Ask user what to do when he wants to edit FILE but it is locked by USER.
|
|
512 This function has a choice of three things to do:
|
|
513 do (signal 'file-locked (list FILE USER))
|
|
514 to refrain from editing the file
|
|
515 return t (grab the lock on the file)
|
|
516 return nil (edit the file even though it is locked).
|
|
517 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
|
|
518
|
|
519 (autoload 'ask-user-about-supersession-threat "userlock" "\
|
|
520 Ask a user who is about to modify an obsolete buffer what to do.
|
|
521 This function has two choices: it can return, in which case the modification
|
|
522 of the buffer will proceed, or it can (signal 'file-supersession (file)),
|
|
523 in which case the proposed buffer modification will not be made.
|
|
524
|
|
525 You can rewrite this to use any criterion you like to choose which one to do.
|
|
526 The buffer in question is current when this function is called." nil nil)
|
|
527
|
|
528 ;;;***
|
|
529
|
163
|
530 (provide 'prim-autoloads)
|