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
|
209
|
13 (defvar xemacs-praise-sound-file "im_so_happy.au" "\
|
78
|
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
|
203
|
123 ;;;### (autoloads (find-function-at-point find-function-on-key find-function-other-frame find-function-other-window find-function) "find-func" "prim/find-func.el")
|
|
124
|
|
125 (autoload 'find-function "find-func" "\
|
|
126 Find the definition of the function near point in the current window.
|
|
127
|
|
128 Finds the Emacs Lisp library containing the definition of the function
|
207
|
129 near point (selected by `function-at-point') in a buffer and
|
203
|
130 places point before the definition. Point is saved in the buffer if
|
|
131 it is one of the current buffers.
|
|
132
|
|
133 The library where FUNCTION is defined is searched for in
|
|
134 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
|
|
135
|
|
136 (autoload 'find-function-other-window "find-func" "\
|
|
137 Find the definition of the function near point in the other window.
|
|
138
|
|
139 Finds the Emacs Lisp library containing the definition of the function
|
207
|
140 near point (selected by `function-at-point') in a buffer and
|
203
|
141 places point before the definition. Point is saved in the buffer if
|
|
142 it is one of the current buffers.
|
|
143
|
|
144 The library where FUNCTION is defined is searched for in
|
|
145 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
|
|
146
|
|
147 (autoload 'find-function-other-frame "find-func" "\
|
|
148 Find the definition of the function near point in the another frame.
|
|
149
|
|
150 Finds the Emacs Lisp library containing the definition of the function
|
207
|
151 near point (selected by `function-at-point') in a buffer and
|
203
|
152 places point before the definition. Point is saved in the buffer if
|
|
153 it is one of the current buffers.
|
|
154
|
|
155 The library where FUNCTION is defined is searched for in
|
|
156 `find-function-source-path', if non `nil', otherwise in `load-path'." t nil)
|
|
157
|
|
158 (autoload 'find-function-on-key "find-func" "\
|
|
159 Find the function that KEY invokes. KEY is a string.
|
|
160 Point is saved if FUNCTION is in the current buffer." t nil)
|
|
161
|
|
162 (autoload 'find-function-at-point "find-func" "\
|
|
163 Find directly the function at point in the other window." t nil)
|
|
164
|
|
165 (define-key ctl-x-4-map "F" 'find-function-other-window)
|
|
166
|
|
167 (define-key ctl-x-5-map "F" 'find-function-other-frame)
|
|
168
|
|
169 (define-key ctl-x-map "K" 'find-function-on-key)
|
|
170
|
|
171 ;;;***
|
|
172
|
173
|
173 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro name-last-kbd-macro) "macros" "prim/macros.el")
|
78
|
174
|
|
175 (autoload 'name-last-kbd-macro "macros" "\
|
|
176 Assign a name to the last keyboard macro defined.
|
|
177 Argument SYMBOL is the name to define.
|
|
178 The symbol's function definition becomes the keyboard macro string.
|
|
179 Such a \"function\" cannot be called from Lisp, but it is a valid
|
|
180 editor command." t nil)
|
|
181
|
173
|
182 (autoload 'insert-kbd-macro "macros" "\
|
|
183 Insert in buffer the definition of kbd macro NAME, as Lisp code.
|
|
184 Optional second arg KEYS means also record the keys it is on
|
|
185 \(this is the prefix argument, when calling interactively).
|
|
186
|
|
187 This Lisp code will, when executed, define the kbd macro with the same
|
|
188 definition it has now. If you say to record the keys, the Lisp code
|
|
189 will also rebind those keys to the macro. Only global key bindings
|
|
190 are recorded since executing this Lisp code always makes global
|
|
191 bindings.
|
|
192
|
|
193 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
|
|
194 use this command, and then save the file." t nil)
|
|
195
|
78
|
196 (autoload 'kbd-macro-query "macros" "\
|
|
197 Query user during kbd macro execution.
|
|
198 With prefix argument, enters recursive edit,
|
|
199 reading keyboard commands even within a kbd macro.
|
|
200 You can give different commands each time the macro executes.
|
|
201 Without prefix argument, asks whether to continue running the macro.
|
|
202 Your options are: \\<query-replace-map>
|
|
203 \\[act] Finish this iteration normally and continue with the next.
|
|
204 \\[skip] Skip the rest of this iteration, and start the next.
|
|
205 \\[exit] Stop the macro entirely right now.
|
|
206 \\[recenter] Redisplay the frame, then ask again.
|
|
207 \\[edit] Enter recursive edit; ask again when you exit from that." t nil)
|
|
208
|
|
209 (autoload 'apply-macro-to-region-lines "macros" "\
|
|
210 For each complete line between point and mark, move to the beginning
|
|
211 of the line, and run the last keyboard macro.
|
|
212
|
|
213 When called from lisp, this function takes two arguments TOP and
|
|
214 BOTTOM, describing the current region. TOP must be before BOTTOM.
|
|
215 The optional third argument MACRO specifies a keyboard macro to
|
|
216 execute.
|
|
217
|
|
218 This is useful for quoting or unquoting included text, adding and
|
|
219 removing comments, or producing tables where the entries are regular.
|
|
220
|
|
221 For example, in Usenet articles, sections of text quoted from another
|
|
222 author are indented, or have each line start with `>'. To quote a
|
|
223 section of text, define a keyboard macro which inserts `>', put point
|
|
224 and mark at opposite ends of the quoted section, and use
|
|
225 `\\[apply-macro-to-region-lines]' to mark the entire section.
|
|
226
|
|
227 Suppose you wanted to build a keyword table in C where each entry
|
|
228 looked like this:
|
|
229
|
|
230 { \"foo\", foo_data, foo_function },
|
|
231 { \"bar\", bar_data, bar_function },
|
|
232 { \"baz\", baz_data, baz_function },
|
|
233
|
|
234 You could enter the names in this format:
|
|
235
|
|
236 foo
|
|
237 bar
|
|
238 baz
|
|
239
|
|
240 and write a macro to massage a word into a table entry:
|
|
241
|
|
242 \\C-x (
|
|
243 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
|
|
244 \\C-x )
|
|
245
|
|
246 and then select the region of un-tablified names and use
|
|
247 `\\[apply-macro-to-region-lines]' to build the table from the names.
|
|
248 " t nil)
|
|
249
|
|
250 ;;;***
|
|
251
|
|
252 ;;;### (autoloads (disable-command enable-command disabled-command-hook) "novice" "prim/novice.el")
|
|
253
|
|
254 (autoload 'disabled-command-hook "novice" nil nil nil)
|
|
255
|
|
256 (autoload 'enable-command "novice" "\
|
|
257 Allow COMMAND to be executed without special confirmation from now on.
|
163
|
258 The user's `custom-file' is altered so that this will apply
|
78
|
259 to future sessions." t nil)
|
|
260
|
|
261 (autoload 'disable-command "novice" "\
|
|
262 Require special confirmation to execute COMMAND from now on.
|
195
|
263 The user's `custom-file' is altered so that this will apply
|
78
|
264 to future sessions." t nil)
|
|
265
|
|
266 ;;;***
|
|
267
|
|
268 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el")
|
|
269
|
|
270 (autoload 'list-options "options" "\
|
|
271 Display a list of XEmacs user options, with values and documentation." t nil)
|
|
272
|
|
273 (autoload 'edit-options "options" "\
|
|
274 Edit a list of XEmacs user option values.
|
|
275 Selects a buffer containing such a list,
|
|
276 in which there are commands to set the option values.
|
|
277 Type \\[describe-mode] in that buffer for a list of commands." t nil)
|
|
278
|
|
279 ;;;***
|
|
280
|
203
|
281 ;;;### (autoloads (package-admin-add-binary-package package-admin-add-single-file-package) "package-admin" "prim/package-admin.el")
|
|
282
|
|
283 (autoload 'package-admin-add-single-file-package "package-admin" "\
|
|
284 Install a single file Lisp package into XEmacs package hierarchy.
|
|
285 `file' should be the full path to the lisp file to install.
|
|
286 `destdir' should be a simple directory name.
|
|
287 The optional `pkg-dir' can be used to override the default package hiearchy
|
|
288 \(last package-path)." t nil)
|
155
|
289
|
203
|
290 (autoload 'package-admin-add-binary-package "package-admin" "\
|
|
291 Install a pre-bytecompiled XEmacs package into package hierarchy." t nil)
|
|
292
|
|
293 ;;;***
|
|
294
|
207
|
295 ;;;### (autoloads (profile-key-sequence profile profile-results) "profile" "prim/profile.el")
|
203
|
296
|
207
|
297 (autoload 'profile-results "profile" "\
|
167
|
298 Print profiling info INFO to STREAM in a pretty format.
|
155
|
299 If INFO is omitted, the current profiling info is retrieved using
|
199
|
300 `get-profiling-info'.
|
|
301 If STREAM is omitted, either a *Profiling Results* buffer or standard
|
|
302 output are used, depending on whether the function was called
|
|
303 interactively or not." t nil)
|
155
|
304
|
165
|
305 (autoload 'profile "profile" "\
|
173
|
306 Turn on profiling, execute FORMS and restore profiling state.
|
|
307 Profiling state here means that if profiling was not in effect when
|
|
308 PROFILE was called, it will be turned off after FORMS are evaluated.
|
|
309 Otherwise, profiling will be left running.
|
|
310
|
203
|
311 Returns the profiling info, printable by `profiling-results'." nil 'macro)
|
165
|
312
|
167
|
313 (autoload 'profile-key-sequence "profile" "\
|
|
314 Dispatch the key sequence KEYS and profile the execution.
|
|
315 KEYS can be a vector of keypress events, a keypress event, or a character.
|
|
316 The function returns the profiling info." t nil)
|
|
317
|
155
|
318 ;;;***
|
|
319
|
78
|
320 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")
|
|
321
|
|
322 (autoload 'delete-rectangle "rect" "\
|
|
323 Delete (don't save) text in rectangle with point and mark as corners.
|
|
324 The same range of columns is deleted in each line starting with the line
|
|
325 where the region begins and ending with the line where the region ends." t nil)
|
|
326
|
|
327 (autoload 'delete-extract-rectangle "rect" "\
|
|
328 Delete contents of rectangle and return it as a list of strings.
|
|
329 Arguments START and END are the corners of the rectangle.
|
|
330 The value is list of strings, one for each line of the rectangle." nil nil)
|
|
331
|
|
332 (autoload 'extract-rectangle "rect" "\
|
|
333 Return contents of rectangle with corners at START and END.
|
|
334 Value is list of strings, one for each line of the rectangle." nil nil)
|
|
335
|
|
336 (defvar killed-rectangle nil "\
|
|
337 Rectangle for yank-rectangle to insert.")
|
|
338
|
|
339 (autoload 'kill-rectangle "rect" "\
|
|
340 Delete rectangle with corners at point and mark; save as last killed one.
|
|
341 Calling from program, supply two args START and END, buffer positions.
|
|
342 But in programs you might prefer to use `delete-extract-rectangle'." t nil)
|
|
343
|
|
344 (autoload 'yank-rectangle "rect" "\
|
|
345 Yank the last killed rectangle with upper left corner at point." t nil)
|
|
346
|
|
347 (autoload 'insert-rectangle "rect" "\
|
|
348 Insert text of RECTANGLE with upper left corner at point.
|
|
349 RECTANGLE's first line is inserted at point, its second
|
|
350 line is inserted at a point vertically under point, etc.
|
|
351 RECTANGLE should be a list of strings.
|
|
352 After this command, the mark is at the upper left corner
|
|
353 and point is at the lower right corner." nil nil)
|
|
354
|
|
355 (autoload 'open-rectangle "rect" "\
|
|
356 Blank out rectangle with corners at point and mark, shifting text right.
|
|
357 The text previously in the region is not overwritten by the blanks,
|
|
358 but instead winds up to the right of the rectangle." t nil)
|
|
359
|
|
360 (autoload 'string-rectangle "rect" "\
|
|
361 Insert STRING on each line of the region-rectangle, shifting text right.
|
|
362 The left edge of the rectangle specifies the column for insertion.
|
|
363 This command does not delete or overwrite any existing text.
|
|
364
|
|
365 Called from a program, takes three args; START, END and STRING." t nil)
|
|
366
|
|
367 (autoload 'clear-rectangle "rect" "\
|
|
368 Blank out rectangle with corners at point and mark.
|
|
369 The text previously in the region is overwritten by the blanks.
|
|
370 When called from a program, requires two args which specify the corners." t nil)
|
|
371
|
|
372 ;;;***
|
|
373
|
|
374 ;;;### (autoloads (reposition-window) "reposition" "prim/reposition.el")
|
|
375
|
|
376 (autoload 'reposition-window "reposition" "\
|
|
377 Make the current definition and/or comment visible.
|
|
378 Further invocations move it to the top of the window or toggle the
|
|
379 visibility of comments that precede it.
|
|
380 Point is left unchanged unless prefix ARG is supplied.
|
|
381 If the definition is fully onscreen, it is moved to the top of the
|
|
382 window. If it is partly offscreen, the window is scrolled to get the
|
|
383 definition (or as much as will fit) onscreen, unless point is in a comment
|
|
384 which is also partly offscreen, in which case the scrolling attempts to get
|
|
385 as much of the comment onscreen as possible.
|
|
386 Initially `reposition-window' attempts to make both the definition and
|
|
387 preceding comments visible. Further invocations toggle the visibility of
|
|
388 the comment lines.
|
|
389 If ARG is non-nil, point may move in order to make the whole defun
|
|
390 visible (if only part could otherwise be made so), to make the defun line
|
|
391 visible (if point is in code and it could not be made so, or if only
|
|
392 comments, including the first comment line, are visible), or to make the
|
|
393 first comment line visible (if point is in a comment)." t nil)
|
|
394
|
|
395 ;;;***
|
|
396
|
|
397 ;;;### (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")
|
|
398
|
|
399 (autoload 'sort-subr "sort" "\
|
|
400 General text sorting routine to divide buffer into records and sort them.
|
|
401 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
|
|
402
|
|
403 We divide the accessible portion of the buffer into disjoint pieces
|
|
404 called sort records. A portion of each sort record (perhaps all of
|
|
405 it) is designated as the sort key. The records are rearranged in the
|
|
406 buffer in order by their sort keys. The records may or may not be
|
|
407 contiguous.
|
|
408
|
|
409 Usually the records are rearranged in order of ascending sort key.
|
|
410 If REVERSE is non-nil, they are rearranged in order of descending sort key.
|
|
411 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
412 the sort order.
|
|
413
|
|
414 The next four arguments are functions to be called to move point
|
|
415 across a sort record. They will be called many times from within sort-subr.
|
|
416
|
|
417 NEXTRECFUN is called with point at the end of the previous record.
|
|
418 It moves point to the start of the next record.
|
|
419 It should move point to the end of the buffer if there are no more records.
|
|
420 The first record is assumed to start at the position of point when sort-subr
|
|
421 is called.
|
|
422
|
|
423 ENDRECFUN is called with point within the record.
|
|
424 It should move point to the end of the record.
|
|
425
|
|
426 STARTKEYFUN moves from the start of the record to the start of the key.
|
|
427 It may return either a non-nil value to be used as the key, or
|
|
428 else the key is the substring between the values of point after
|
|
429 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
|
|
430 starts at the beginning of the record.
|
|
431
|
|
432 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
|
|
433 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
|
|
434 same as ENDRECFUN." nil nil)
|
|
435
|
|
436 (autoload 'sort-lines "sort" "\
|
|
437 Sort lines in region alphabetically; argument means descending order.
|
|
438 Called from a program, there are three arguments:
|
|
439 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
440 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
441 the sort order." t nil)
|
|
442
|
|
443 (autoload 'sort-paragraphs "sort" "\
|
|
444 Sort paragraphs in region alphabetically; argument means descending order.
|
|
445 Called from a program, there are three arguments:
|
|
446 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
447 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
448 the sort order." t nil)
|
|
449
|
|
450 (autoload 'sort-pages "sort" "\
|
|
451 Sort pages in region alphabetically; argument means descending order.
|
|
452 Called from a program, there are three arguments:
|
|
453 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
454 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
455 the sort order." t nil)
|
|
456
|
|
457 (autoload 'sort-numeric-fields "sort" "\
|
|
458 Sort lines in region numerically by the ARGth field of each line.
|
|
459 Fields are separated by whitespace and numbered from 1 up.
|
|
460 Specified field must contain a number in each line of the region.
|
|
461 With a negative arg, sorts by the ARGth field counted from the right.
|
|
462 Called from a program, there are three arguments:
|
|
463 FIELD, BEG and END. BEG and END specify region to sort.
|
|
464 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
465 the sort order.
|
|
466 If you want to sort floating-point numbers, try `sort-float-fields'." t nil)
|
|
467
|
|
468 (autoload 'sort-float-fields "sort" "\
|
|
469 Sort lines in region numerically by the ARGth field of each line.
|
|
470 Fields are separated by whitespace and numbered from 1 up. Specified field
|
|
471 must contain a floating point number in each line of the region. With a
|
|
472 negative arg, sorts by the ARGth field counted from the right. Called from a
|
|
473 program, there are three arguments: FIELD, BEG and END. BEG and END specify
|
|
474 region to sort." t nil)
|
|
475
|
|
476 (autoload 'sort-fields "sort" "\
|
|
477 Sort lines in region lexicographically by the ARGth field of each line.
|
|
478 Fields are separated by whitespace and numbered from 1 up.
|
|
479 With a negative arg, sorts by the ARGth field counted from the right.
|
|
480 Called from a program, there are three arguments:
|
|
481 FIELD, BEG and END. BEG and END specify region to sort." t nil)
|
|
482
|
|
483 (autoload 'sort-regexp-fields "sort" "\
|
|
484 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
|
|
485 RECORD-REGEXP specifies the textual units which should be sorted.
|
|
486 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
|
|
487 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
|
|
488 is to be used for sorting.
|
|
489 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
|
|
490 RECORD-REGEXP is used.
|
|
491 If it is \"\\\\&\" then the whole record is used.
|
|
492 Otherwise, it is a regular-expression for which to search within the record.
|
|
493 If a match for KEY is not found within a record then that record is ignored.
|
|
494
|
|
495 With a negative prefix arg sorts in reverse order.
|
|
496
|
|
497 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
498 the sort order.
|
|
499
|
|
500 For example: to sort lines in the region by the first word on each line
|
|
501 starting with the letter \"f\",
|
|
502 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)
|
|
503
|
|
504 (autoload 'sort-columns "sort" "\
|
|
505 Sort lines in region alphabetically by a certain range of columns.
|
|
506 For the purpose of this command, the region includes
|
|
507 the entire line that point is in and the entire line the mark is in.
|
|
508 The column positions of point and mark bound the range of columns to sort on.
|
|
509 A prefix argument means sort into reverse order.
|
|
510 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
511 the sort order.
|
|
512
|
|
513 Note that `sort-columns' rejects text that contains tabs,
|
|
514 because tabs could be split across the specified columns
|
|
515 and it doesn't know how to handle that. Also, when possible,
|
|
516 it uses the `sort' utility program, which doesn't understand tabs.
|
|
517 Use \\[untabify] to convert tabs to spaces before sorting." t nil)
|
|
518
|
|
519 (autoload 'reverse-region "sort" "\
|
|
520 Reverse the order of lines in a region.
|
|
521 From a program takes two point or marker arguments, BEG and END." t nil)
|
|
522
|
|
523 ;;;***
|
|
524
|
|
525 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "prim/sound.el")
|
|
526
|
|
527 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
|
|
528
|
|
529 (autoload 'load-sound-file "sound" "\
|
|
530 Read in an audio-file and add it to the sound-alist.
|
|
531
|
98
|
532 You can only play sound files if you are running on display 0 of the
|
|
533 console of a machine with native sound support or running a NetAudio
|
|
534 server and XEmacs has the necessary sound support compiled in.
|
|
535
|
124
|
536 The sound file must be in the Sun/NeXT U-LAW format, except on Linux,
|
|
537 where .wav files are also supported by the sound card drivers." t nil)
|
78
|
538
|
|
539 (autoload 'load-default-sounds "sound" "\
|
124
|
540 Load and install some sound files as beep-types, using
|
|
541 `load-sound-file'. This only works if you're on display 0 of the
|
|
542 console of a machine with native sound support or running a NetAudio
|
|
543 server and XEmacs has the necessary sound support compiled in." t nil)
|
78
|
544
|
|
545 ;;;***
|
|
546
|
|
547 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el")
|
|
548
|
|
549 (autoload 'untabify "tabify" "\
|
|
550 Convert all tabs in region to multiple spaces, preserving columns.
|
|
551 Called non-interactively, the region is specified by arguments
|
|
552 START and END, rather than by the position of point and mark.
|
|
553 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
554
|
|
555 (autoload 'tabify "tabify" "\
|
|
556 Convert multiple spaces in region to tabs when possible.
|
|
557 A group of spaces is partially replaced by tabs
|
|
558 when this can be done without changing the column they end at.
|
|
559 Called non-interactively, the region is specified by arguments
|
|
560 START and END, rather than by the position of point and mark.
|
|
561 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
562
|
|
563 ;;;***
|
|
564
|
|
565 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el")
|
|
566
|
|
567 (autoload 'ask-user-about-lock "userlock" "\
|
|
568 Ask user what to do when he wants to edit FILE but it is locked by USER.
|
|
569 This function has a choice of three things to do:
|
|
570 do (signal 'file-locked (list FILE USER))
|
|
571 to refrain from editing the file
|
|
572 return t (grab the lock on the file)
|
|
573 return nil (edit the file even though it is locked).
|
|
574 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
|
|
575
|
|
576 (autoload 'ask-user-about-supersession-threat "userlock" "\
|
|
577 Ask a user who is about to modify an obsolete buffer what to do.
|
|
578 This function has two choices: it can return, in which case the modification
|
|
579 of the buffer will proceed, or it can (signal 'file-supersession (file)),
|
|
580 in which case the proposed buffer modification will not be made.
|
|
581
|
|
582 You can rewrite this to use any criterion you like to choose which one to do.
|
|
583 The buffer in question is current when this function is called." nil nil)
|
|
584
|
|
585 ;;;***
|
|
586
|
163
|
587 (provide 'prim-autoloads)
|