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