78
|
1 ;;; Do NOT edit this file!
|
|
2 ;;; It is automatically generated using "make autoloads"
|
|
3 ;;; See update-autoloads.sh and autoload.el for more details.
|
|
4
|
|
5
|
|
6 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-recompile-directory-norecurse batch-byte-compile display-call-tree byte-compile-sexp byte-compile compile-defun byte-compile-file byte-recompile-file byte-recompile-directory byte-force-recompile) "bytecomp" "bytecomp/bytecomp.el")
|
|
7
|
|
8 (autoload 'byte-force-recompile "bytecomp" "\
|
|
9 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
|
|
10 Files in subdirectories of DIRECTORY are processed also." t nil)
|
|
11
|
|
12 (autoload 'byte-recompile-directory "bytecomp" "\
|
|
13 Recompile every `.el' file in DIRECTORY that needs recompilation.
|
|
14 This is if a `.elc' file exists but is older than the `.el' file.
|
|
15 Files in subdirectories of DIRECTORY are processed also unless argument
|
|
16 NORECURSION is non-nil.
|
|
17
|
|
18 If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
|
|
19 But a prefix argument (optional second arg) means ask user,
|
|
20 for each such `.el' file, whether to compile it. Prefix argument 0 means
|
|
21 don't ask and compile the file anyway.
|
|
22
|
|
23 A nonzero prefix argument also means ask about each subdirectory.
|
|
24
|
|
25 If the fourth argument FORCE is non-nil,
|
|
26 recompile every `.el' file that already has a `.elc' file." t nil)
|
|
27
|
|
28 (autoload 'byte-recompile-file "bytecomp" "\
|
|
29 Recompile a file of Lisp code named FILENAME if it needs recompilation.
|
|
30 This is if the `.elc' file exists but is older than the `.el' file.
|
|
31
|
|
32 If the `.elc' file does not exist, normally the `.el' file is *not*
|
|
33 compiled. But a prefix argument (optional second arg) means ask user
|
|
34 whether to compile it. Prefix argument 0 don't ask and recompile anyway." t nil)
|
|
35
|
|
36 (autoload 'byte-compile-file "bytecomp" "\
|
|
37 Compile a file of Lisp code named FILENAME into a file of byte code.
|
|
38 The output file's name is made by appending `c' to the end of FILENAME.
|
|
39 With prefix arg (noninteractively: 2nd arg), load the file after compiling." t nil)
|
|
40
|
|
41 (autoload 'compile-defun "bytecomp" "\
|
|
42 Compile and evaluate the current top-level form.
|
|
43 Print the result in the minibuffer.
|
|
44 With argument, insert value in current buffer after the form." t nil)
|
|
45
|
|
46 (autoload 'byte-compile "bytecomp" "\
|
|
47 If FORM is a symbol, byte-compile its function definition.
|
|
48 If FORM is a lambda or a macro, byte-compile it as a function." nil nil)
|
|
49
|
|
50 (autoload 'byte-compile-sexp "bytecomp" "\
|
|
51 Compile and return SEXP." nil nil)
|
|
52
|
|
53 (autoload 'display-call-tree "bytecomp" "\
|
|
54 Display a call graph of a specified file.
|
|
55 This lists which functions have been called, what functions called
|
|
56 them, and what functions they call. The list includes all functions
|
|
57 whose definitions have been compiled in this Emacs session, as well as
|
|
58 all functions called by those functions.
|
|
59
|
|
60 The call graph does not include macros, inline functions, or
|
|
61 primitives that the byte-code interpreter knows about directly (eq,
|
|
62 cons, etc.).
|
|
63
|
|
64 The call tree also lists those functions which are not known to be called
|
|
65 \(that is, to which no calls have been compiled), and which cannot be
|
|
66 invoked interactively." t nil)
|
|
67
|
|
68 (autoload 'batch-byte-compile "bytecomp" "\
|
|
69 Run `byte-compile-file' on the files remaining on the command line.
|
|
70 Use this from the command line, with `-batch';
|
|
71 it won't work in an interactive Emacs.
|
|
72 Each file is processed even if an error occurred previously.
|
|
73 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil)
|
|
74
|
|
75 (autoload 'batch-byte-recompile-directory-norecurse "bytecomp" "\
|
|
76 Same as `batch-byte-recompile-directory' but without recursion." nil nil)
|
|
77
|
|
78 (autoload 'batch-byte-recompile-directory "bytecomp" "\
|
|
79 Runs `byte-recompile-directory' on the dirs remaining on the command line.
|
|
80 Must be used only with `-batch', and kills Emacs on completion.
|
|
81 For example, invoke `xemacs -batch -f batch-byte-recompile-directory .'." nil nil)
|
|
82
|
|
83 ;;;***
|
|
84
|
|
85 ;;;### (autoloads (disassemble) "disass" "bytecomp/disass.el")
|
|
86
|
|
87 (autoload 'disassemble "disass" "\
|
|
88 Print disassembled code for OBJECT in (optional) BUFFER.
|
|
89 OBJECT can be a symbol defined as a function, or a function itself
|
|
90 \(a lambda expression or a compiled-function object).
|
|
91 If OBJECT is not already compiled, we compile it, but do not
|
|
92 redefine OBJECT if it is a symbol." t nil)
|
|
93
|
|
94 ;;;***
|
|
95
|
|
96 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el")
|
|
97
|
|
98 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
|
|
99
|
|
100 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
|
|
101
|
|
102 ;;;***
|
|
103
|
|
104 ;;;### (autoloads nil "cal-x" "calendar/cal-x.el")
|
|
105
|
|
106 (defvar calendar-setup 'one-frame "\
|
|
107 The frame set up of the calendar.
|
|
108 The choices are `one-frame' (calendar and diary together in one separate,
|
|
109 dediciated frame) or `two-frames' (calendar and diary in separate, dedicated
|
|
110 frames); with any other value the current frame is used.")
|
|
111
|
|
112 ;;;***
|
|
113
|
|
114 ;;;### (autoloads (list-yahrzeit-dates calendar) "calendar" "calendar/calendar.el")
|
|
115
|
|
116 (defvar calendar-week-start-day 0 "\
|
|
117 *The day of the week on which a week in the calendar begins.
|
|
118 0 means Sunday (default), 1 means Monday, and so on.")
|
|
119
|
|
120 (defvar calendar-offset 0 "\
|
|
121 *The offset of the principal month from the center of the calendar window.
|
|
122 0 means the principal month is in the center (default), -1 means on the left,
|
|
123 +1 means on the right. Larger (or smaller) values push the principal month off
|
|
124 the screen.")
|
|
125
|
|
126 (defvar view-diary-entries-initially nil "\
|
|
127 *Non-nil means display current date's diary entries on entry.
|
|
128 The diary is displayed in another window when the calendar is first displayed,
|
|
129 if the current date is visible. The number of days of diary entries displayed
|
|
130 is governed by the variable `number-of-diary-entries'.")
|
|
131
|
|
132 (defvar number-of-diary-entries 1 "\
|
|
133 *Specifies how many days of diary entries are to be displayed initially.
|
|
134 This variable affects the diary display when the command M-x diary is used,
|
|
135 or if the value of the variable `view-diary-entries-initially' is t. For
|
|
136 example, if the default value 1 is used, then only the current day's diary
|
|
137 entries will be displayed. If the value 2 is used, then both the current
|
|
138 day's and the next day's entries will be displayed.
|
|
139
|
|
140 The value can also be a vector such as [0 2 2 2 2 4 1]; this value
|
|
141 says to display no diary entries on Sunday, the display the entries
|
|
142 for the current date and the day after on Monday through Thursday,
|
|
143 display Friday through Monday's entries on Friday, and display only
|
|
144 Saturday's entries on Saturday.
|
|
145
|
|
146 This variable does not affect the diary display with the `d' command
|
|
147 from the calendar; in that case, the prefix argument controls the
|
|
148 number of days of diary entries displayed.")
|
|
149
|
|
150 (defvar mark-diary-entries-in-calendar nil "\
|
|
151 *Non-nil means mark dates with diary entries, in the calendar window.
|
|
152 The marking symbol is specified by the variable `diary-entry-marker'.")
|
|
153
|
|
154 (defvar view-calendar-holidays-initially nil "\
|
|
155 *Non-nil means display holidays for current three month period on entry.
|
|
156 The holidays are displayed in another window when the calendar is first
|
|
157 displayed.")
|
|
158
|
|
159 (defvar mark-holidays-in-calendar nil "\
|
|
160 *Non-nil means mark dates of holidays in the calendar window.
|
|
161 The marking symbol is specified by the variable `calendar-holiday-marker'.")
|
|
162
|
|
163 (defvar all-hebrew-calendar-holidays nil "\
|
|
164 *If nil, show only major holidays from the Hebrew calendar.
|
|
165 This means only those Jewish holidays that appear on secular calendars.
|
|
166
|
|
167 If t, show all the holidays that would appear in a complete Hebrew calendar.")
|
|
168
|
|
169 (defvar all-christian-calendar-holidays nil "\
|
|
170 *If nil, show only major holidays from the Christian calendar.
|
|
171 This means only those Christian holidays that appear on secular calendars.
|
|
172
|
|
173 If t, show all the holidays that would appear in a complete Christian
|
|
174 calendar.")
|
|
175
|
|
176 (defvar all-islamic-calendar-holidays nil "\
|
|
177 *If nil, show only major holidays from the Islamic calendar.
|
|
178 This means only those Islamic holidays that appear on secular calendars.
|
|
179
|
|
180 If t, show all the holidays that would appear in a complete Islamic
|
|
181 calendar.")
|
|
182
|
|
183 (defvar calendar-load-hook nil "\
|
|
184 *List of functions to be called after the calendar is first loaded.
|
|
185 This is the place to add key bindings to `calendar-mode-map'.")
|
|
186
|
|
187 (defvar initial-calendar-window-hook nil "\
|
|
188 *List of functions to be called when the calendar window is first opened.
|
|
189 The functions invoked are called after the calendar window is opened, but
|
|
190 once opened is never called again. Leaving the calendar with the `q' command
|
|
191 and reentering it will cause these functions to be called again.")
|
|
192
|
|
193 (defvar today-visible-calendar-hook nil "\
|
|
194 *List of functions called whenever the current date is visible.
|
|
195 This can be used, for example, to replace today's date with asterisks; a
|
|
196 function `calendar-star-date' is included for this purpose:
|
|
197 (setq today-visible-calendar-hook 'calendar-star-date)
|
|
198 It can also be used to mark the current date with `calendar-today-marker';
|
|
199 a function is also provided for this:
|
|
200 (setq today-visible-calendar-hook 'calendar-mark-today)
|
|
201
|
|
202 The corresponding variable `today-invisible-calendar-hook' is the list of
|
|
203 functions called when the calendar function was called when the current
|
|
204 date is not visible in the window.
|
|
205
|
|
206 Other than the use of the provided functions, the changing of any
|
|
207 characters in the calendar buffer by the hooks may cause the failure of the
|
|
208 functions that move by days and weeks.")
|
|
209
|
|
210 (defvar today-invisible-calendar-hook nil "\
|
|
211 *List of functions called whenever the current date is not visible.
|
|
212
|
|
213 The corresponding variable `today-visible-calendar-hook' is the list of
|
|
214 functions called when the calendar function was called when the current
|
|
215 date is visible in the window.
|
|
216
|
|
217 Other than the use of the provided functions, the changing of any
|
|
218 characters in the calendar buffer by the hooks may cause the failure of the
|
|
219 functions that move by days and weeks.")
|
|
220
|
|
221 (defvar diary-file "~/diary" "\
|
|
222 *Name of the file in which one's personal diary of dates is kept.
|
|
223
|
|
224 The file's entries are lines in any of the forms
|
|
225
|
|
226 MONTH/DAY
|
|
227 MONTH/DAY/YEAR
|
|
228 MONTHNAME DAY
|
|
229 MONTHNAME DAY, YEAR
|
|
230 DAYNAME
|
|
231
|
|
232 at the beginning of the line; the remainder of the line is the diary entry
|
|
233 string for that date. MONTH and DAY are one or two digit numbers, YEAR is
|
|
234 a number and may be written in full or abbreviated to the final two digits.
|
|
235 If the date does not contain a year, it is generic and applies to any year.
|
|
236 DAYNAME entries apply to any date on which is on that day of the week.
|
|
237 MONTHNAME and DAYNAME can be spelled in full, abbreviated to three
|
|
238 characters (with or without a period), capitalized or not. Any of DAY,
|
|
239 MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year,
|
|
240 respectively.
|
|
241
|
|
242 The European style (in which the day precedes the month) can be used
|
|
243 instead, if you execute `european-calendar' when in the calendar, or set
|
|
244 `european-calendar-style' to t in your .emacs file. The European forms are
|
|
245
|
|
246 DAY/MONTH
|
|
247 DAY/MONTH/YEAR
|
|
248 DAY MONTHNAME
|
|
249 DAY MONTHNAME YEAR
|
|
250 DAYNAME
|
|
251
|
|
252 To revert to the default American style from the European style, execute
|
|
253 `american-calendar' in the calendar.
|
|
254
|
|
255 A diary entry can be preceded by the character
|
|
256 `diary-nonmarking-symbol' (ordinarily `&') to make that entry
|
|
257 nonmarking--that is, it will not be marked on dates in the calendar
|
|
258 window but will appear in a diary window.
|
|
259
|
|
260 Multiline diary entries are made by indenting lines after the first with
|
|
261 either a TAB or one or more spaces.
|
|
262
|
|
263 Lines not in one the above formats are ignored. Here are some sample diary
|
|
264 entries (in the default American style):
|
|
265
|
|
266 12/22/1988 Twentieth wedding anniversary!!
|
|
267 &1/1. Happy New Year!
|
|
268 10/22 Ruth's birthday.
|
|
269 21: Payday
|
|
270 Tuesday--weekly meeting with grad students at 10am
|
|
271 Supowit, Shen, Bitner, and Kapoor to attend.
|
|
272 1/13/89 Friday the thirteenth!!
|
|
273 &thu 4pm squash game with Lloyd.
|
|
274 mar 16 Dad's birthday
|
|
275 April 15, 1989 Income tax due.
|
|
276 &* 15 time cards due.
|
|
277
|
|
278 If the first line of a diary entry consists only of the date or day name with
|
|
279 no trailing blanks or punctuation, then that line is not displayed in the
|
|
280 diary window; only the continuation lines is shown. For example, the
|
|
281 single diary entry
|
|
282
|
|
283 02/11/1989
|
|
284 Bill Blattner visits Princeton today
|
|
285 2pm Cognitive Studies Committee meeting
|
|
286 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
|
|
287 4:00pm Jamie Tappenden
|
|
288 7:30pm Dinner at George and Ed's for Alan Ryan
|
|
289 7:30-10:00pm dance at Stewart Country Day School
|
|
290
|
|
291 will appear in the diary window without the date line at the beginning. This
|
|
292 facility allows the diary window to look neater, but can cause confusion if
|
|
293 used with more than one day's entries displayed.
|
|
294
|
|
295 Diary entries can be based on Lisp sexps. For example, the diary entry
|
|
296
|
|
297 %%(diary-block 11 1 1990 11 10 1990) Vacation
|
|
298
|
|
299 causes the diary entry \"Vacation\" to appear from November 1 through November
|
|
300 10, 1990. Other functions available are `diary-float', `diary-anniversary',
|
|
301 `diary-cyclic', `diary-day-of-year', `diary-iso-date', `diary-french-date',
|
|
302 `diary-hebrew-date', `diary-islamic-date', `diary-mayan-date',
|
|
303 `diary-yahrzeit', `diary-sunrise-sunset', `diary-phases-of-moon',
|
|
304 `diary-parasha', `diary-omer', `diary-rosh-hodesh', and
|
|
305 `diary-sabbath-candles'. See the documentation for the function
|
|
306 `list-sexp-diary-entries' for more details.
|
|
307
|
|
308 Diary entries based on the Hebrew and/or the Islamic calendar are also
|
|
309 possible, but because these are somewhat slow, they are ignored
|
|
310 unless you set the `nongregorian-diary-listing-hook' and the
|
|
311 `nongregorian-diary-marking-hook' appropriately. See the documentation
|
|
312 for these functions for details.
|
|
313
|
|
314 Diary files can contain directives to include the contents of other files; for
|
|
315 details, see the documentation for the variable `list-diary-entries-hook'.")
|
|
316
|
|
317 (defvar diary-nonmarking-symbol "&" "\
|
|
318 *Symbol indicating that a diary entry is not to be marked in the calendar.")
|
|
319
|
|
320 (defvar hebrew-diary-entry-symbol "H" "\
|
|
321 *Symbol indicating a diary entry according to the Hebrew calendar.")
|
|
322
|
|
323 (defvar islamic-diary-entry-symbol "I" "\
|
|
324 *Symbol indicating a diary entry according to the Islamic calendar.")
|
|
325
|
|
326 (defvar diary-include-string "#include" "\
|
|
327 *The string indicating inclusion of another file of diary entries.
|
|
328 See the documentation for the function `include-other-diary-files'.")
|
|
329
|
|
330 (defvar sexp-diary-entry-symbol "%%" "\
|
|
331 *The string used to indicate a sexp diary entry in diary-file.
|
|
332 See the documentation for the function `list-sexp-diary-entries'.")
|
|
333
|
|
334 (defvar abbreviated-calendar-year t "\
|
|
335 *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
|
|
336 For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
|
|
337 If this variable is nil, years must be written in full.")
|
|
338
|
|
339 (defvar european-calendar-style nil "\
|
|
340 *Use the European style of dates in the diary and in any displays.
|
|
341 If this variable is t, a date 1/2/1990 would be interpreted as February 1,
|
|
342 1990. The accepted European date styles are
|
|
343
|
|
344 DAY/MONTH
|
|
345 DAY/MONTH/YEAR
|
|
346 DAY MONTHNAME
|
|
347 DAY MONTHNAME YEAR
|
|
348 DAYNAME
|
|
349
|
|
350 Names can be capitalized or not, written in full, or abbreviated to three
|
|
351 characters with or without a period.")
|
|
352
|
|
353 (defvar american-date-diary-pattern '((month "/" day "[^/0-9]") (month "/" day "/" year "[^0-9]") (monthname " *" day "[^,0-9]") (monthname " *" day ", *" year "[^0-9]") (dayname "\\W")) "\
|
|
354 *List of pseudo-patterns describing the American patterns of date used.
|
|
355 See the documentation of `diary-date-forms' for an explanation.")
|
|
356
|
|
357 (defvar european-date-diary-pattern '((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<[^*0-9]") (day " *" monthname " *" year "[^0-9]") (dayname "\\W")) "\
|
|
358 *List of pseudo-patterns describing the European patterns of date used.
|
|
359 See the documentation of `diary-date-forms' for an explanation.")
|
|
360
|
|
361 (defvar european-calendar-display-form '((if dayname (concat dayname ", ")) day " " monthname " " year) "\
|
|
362 *Pseudo-pattern governing the way a date appears in the European style.
|
|
363 See the documentation of calendar-date-display-form for an explanation.")
|
|
364
|
|
365 (defvar american-calendar-display-form '((if dayname (concat dayname ", ")) monthname " " day ", " year) "\
|
|
366 *Pseudo-pattern governing the way a date appears in the American style.
|
|
367 See the documentation of `calendar-date-display-form' for an explanation.")
|
|
368
|
|
369 (defvar print-diary-entries-hook 'lpr-buffer "\
|
|
370 *List of functions called after a temporary diary buffer is prepared.
|
|
371 The buffer shows only the diary entries currently visible in the diary
|
|
372 buffer. The default just does the printing. Other uses might include, for
|
|
373 example, rearranging the lines into order by day and time, saving the buffer
|
|
374 instead of deleting it, or changing the function used to do the printing.")
|
|
375
|
|
376 (defvar list-diary-entries-hook nil "\
|
|
377 *List of functions called after diary file is culled for relevant entries.
|
|
378 It is to be used for diary entries that are not found in the diary file.
|
|
379
|
|
380 A function `include-other-diary-files' is provided for use as the value of
|
|
381 this hook. This function enables you to use shared diary files together
|
|
382 with your own. The files included are specified in the diary file by lines
|
|
383 of the form
|
|
384
|
|
385 #include \"filename\"
|
|
386
|
|
387 This is recursive; that is, #include directives in files thus included are
|
|
388 obeyed. You can change the \"#include\" to some other string by changing
|
|
389 the variable `diary-include-string'. When you use `include-other-diary-files'
|
|
390 as part of the list-diary-entries-hook, you will probably also want to use the
|
|
391 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
|
|
392
|
|
393 For example, you could use
|
|
394
|
|
395 (setq list-diary-entries-hook
|
|
396 '(include-other-diary-files sort-diary-entries))
|
|
397 (setq diary-display-hook 'fancy-diary-display)
|
|
398
|
|
399 in your `.emacs' file to cause the fancy diary buffer to be displayed with
|
|
400 diary entries from various included files, each day's entries sorted into
|
|
401 lexicographic order.")
|
|
402
|
|
403 (defvar diary-hook nil "\
|
|
404 *List of functions called after the display of the diary.
|
|
405 Can be used for appointment notification.")
|
|
406
|
|
407 (defvar diary-display-hook nil "\
|
|
408 *List of functions that handle the display of the diary.
|
|
409 If nil (the default), `simple-diary-display' is used. Use `ignore' for no
|
|
410 diary display.
|
|
411
|
|
412 Ordinarily, this just displays the diary buffer (with holidays indicated in
|
|
413 the mode line), if there are any relevant entries. At the time these
|
|
414 functions are called, the variable `diary-entries-list' is a list, in order
|
|
415 by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
|
|
416 STRING), where string is the diary entry for the given date. This can be
|
|
417 used, for example, a different buffer for display (perhaps combined with
|
|
418 holidays), or produce hard copy output.
|
|
419
|
|
420 A function `fancy-diary-display' is provided as an alternative
|
|
421 choice for this hook; this function prepares a special noneditable diary
|
|
422 buffer with the relevant diary entries that has neat day-by-day arrangement
|
|
423 with headings. The fancy diary buffer will show the holidays unless the
|
|
424 variable `holidays-in-diary-buffer' is set to nil. Ordinarily, the fancy
|
|
425 diary buffer will not show days for which there are no diary entries, even
|
|
426 if that day is a holiday; if you want such days to be shown in the fancy
|
|
427 diary buffer, set the variable `diary-list-include-blanks' to t.")
|
|
428
|
|
429 (defvar nongregorian-diary-listing-hook nil "\
|
|
430 *List of functions called for listing diary file and included files.
|
|
431 As the files are processed for diary entries, these functions are used to cull
|
|
432 relevant entries. You can use either or both of `list-hebrew-diary-entries'
|
|
433 and `list-islamic-diary-entries'. The documentation for these functions
|
|
434 describes the style of such diary entries.")
|
|
435
|
|
436 (defvar mark-diary-entries-hook nil "\
|
|
437 *List of functions called after marking diary entries in the calendar.
|
|
438
|
|
439 A function `mark-included-diary-files' is also provided for use as the
|
|
440 mark-diary-entries-hook; it enables you to use shared diary files together
|
|
441 with your own. The files included are specified in the diary file by lines
|
|
442 of the form
|
|
443 #include \"filename\"
|
|
444 This is recursive; that is, #include directives in files thus included are
|
|
445 obeyed. You can change the \"#include\" to some other string by changing the
|
|
446 variable `diary-include-string'. When you use `mark-included-diary-files' as
|
|
447 part of the mark-diary-entries-hook, you will probably also want to use the
|
|
448 function `include-other-diary-files' as part of `list-diary-entries-hook'.")
|
|
449
|
|
450 (defvar nongregorian-diary-marking-hook nil "\
|
|
451 *List of functions called for marking diary file and included files.
|
|
452 As the files are processed for diary entries, these functions are used to cull
|
|
453 relevant entries. You can use either or both of `mark-hebrew-diary-entries'
|
|
454 and `mark-islamic-diary-entries'. The documentation for these functions
|
|
455 describes the style of such diary entries.")
|
|
456
|
|
457 (defvar diary-list-include-blanks nil "\
|
|
458 *If nil, do not include days with no diary entry in the list of diary entries.
|
|
459 Such days will then not be shown in the fancy diary buffer, even if they
|
|
460 are holidays.")
|
|
461
|
|
462 (defvar holidays-in-diary-buffer t "\
|
|
463 *Non-nil means include holidays in the diary display.
|
|
464 The holidays appear in the mode line of the diary buffer, or in the
|
|
465 fancy diary buffer next to the date. This slows down the diary functions
|
|
466 somewhat; setting it to nil makes the diary display faster.")
|
|
467
|
|
468 (defvar general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Ground Hog Day") (holiday-fixed 2 14 "Valentine's Day") (holiday-float 2 1 3 "President's Day") (holiday-fixed 3 17 "St. Patrick's Day") (holiday-fixed 4 1 "April Fool's Day") (holiday-float 5 0 2 "Mother's Day") (holiday-float 5 1 -1 "Memorial Day") (holiday-fixed 6 14 "Flag Day") (holiday-float 6 0 3 "Father's Day") (holiday-fixed 7 4 "Independence Day") (holiday-float 9 1 1 "Labor Day") (holiday-float 10 1 2 "Columbus Day") (holiday-fixed 10 31 "Halloween") (holiday-fixed 11 11 "Veteran's Day") (holiday-float 11 4 4 "Thanksgiving")) "\
|
|
469 *General holidays. Default value is for the United States.
|
|
470 See the documentation for `calendar-holidays' for details.")
|
|
471
|
|
472 (put 'general-holidays 'risky-local-variable t)
|
|
473
|
|
474 (defvar local-holidays nil "\
|
|
475 *Local holidays.
|
|
476 See the documentation for `calendar-holidays' for details.")
|
|
477
|
|
478 (put 'local-holidays 'risky-local-variable t)
|
|
479
|
|
480 (defvar other-holidays nil "\
|
|
481 *User defined holidays.
|
|
482 See the documentation for `calendar-holidays' for details.")
|
|
483
|
|
484 (put 'other-holidays 'risky-local-variable t)
|
|
485
|
|
486 (defvar hebrew-holidays-1 '((holiday-rosh-hashanah-etc) (if all-hebrew-calendar-holidays (holiday-julian 11 (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (if (zerop (% (1+ year) 4)) 22 21))) "\"Tal Umatar\" (evening)"))))
|
|
487
|
|
488 (put 'hebrew-holidays-1 'risky-local-variable t)
|
|
489
|
|
490 (defvar hebrew-holidays-2 '((if all-hebrew-calendar-holidays (holiday-hanukkah) (holiday-hebrew 9 25 "Hanukkah")) (if all-hebrew-calendar-holidays (holiday-hebrew 10 (let ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list displayed-month 28 displayed-year)))))) (if (= (% (calendar-absolute-from-hebrew (list 10 10 h-year)) 7) 6) 11 10)) "Tzom Teveth")) (if all-hebrew-calendar-holidays (holiday-hebrew 11 15 "Tu B'Shevat"))))
|
|
491
|
|
492 (put 'hebrew-holidays-2 'risky-local-variable t)
|
|
493
|
|
494 (defvar hebrew-holidays-3 '((if all-hebrew-calendar-holidays (holiday-hebrew 11 (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (let* ((h-year (extract-calendar-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))) (s-s (calendar-hebrew-from-absolute (if (= (% (calendar-absolute-from-hebrew (list 7 1 h-year)) 7) 6) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-absolute-from-hebrew (list 11 16 h-year)))))) (day (extract-calendar-day s-s))) day)) "Shabbat Shirah"))))
|
|
495
|
|
496 (put 'hebrew-holidays-3 'risky-local-variable t)
|
|
497
|
|
498 (defvar hebrew-holidays-4 '((holiday-passover-etc) (if (and all-hebrew-calendar-holidays (let* ((m displayed-month) (y displayed-year) (year)) (increment-calendar-month m y -1) (let ((year (extract-calendar-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y)))))) (= 21 (% year 28))))) (holiday-julian 3 26 "Kiddush HaHamah")) (if all-hebrew-calendar-holidays (holiday-tisha-b-av-etc))))
|
|
499
|
|
500 (put 'hebrew-holidays-4 'risky-local-variable t)
|
|
501
|
|
502 (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\
|
|
503 *Jewish holidays.
|
|
504 See the documentation for `calendar-holidays' for details.")
|
|
505
|
|
506 (put 'hebrew-holidays 'risky-local-variable t)
|
|
507
|
|
508 (defvar christian-holidays '((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc) (if all-christian-calendar-holidays (holiday-greek-orthodox-easter)) (if all-christian-calendar-holidays (holiday-fixed 8 15 "Assumption")) (if all-christian-calendar-holidays (holiday-advent)) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas"))) "\
|
|
509 *Christian holidays.
|
|
510 See the documentation for `calendar-holidays' for details.")
|
|
511
|
|
512 (put 'christian-holidays 'risky-local-variable t)
|
|
513
|
|
514 (defvar islamic-holidays '((holiday-islamic 1 1 (format "Islamic New Year %d" (let ((m displayed-month) (y displayed-year)) (increment-calendar-month m y 1) (extract-calendar-year (calendar-islamic-from-absolute (calendar-absolute-from-gregorian (list m (calendar-last-day-of-month m y) y))))))) (if all-islamic-calendar-holidays (holiday-islamic 1 10 "Ashura")) (if all-islamic-calendar-holidays (holiday-islamic 3 12 "Mulad-al-Nabi")) (if all-islamic-calendar-holidays (holiday-islamic 7 26 "Shab-e-Mi'raj")) (if all-islamic-calendar-holidays (holiday-islamic 8 15 "Shab-e-Bara't")) (holiday-islamic 9 1 "Ramadan Begins") (if all-islamic-calendar-holidays (holiday-islamic 9 27 "Shab-e Qadr")) (if all-islamic-calendar-holidays (holiday-islamic 10 1 "Id-al-Fitr")) (if all-islamic-calendar-holidays (holiday-islamic 12 10 "Id-al-Adha"))) "\
|
|
515 *Islamic holidays.
|
|
516 See the documentation for `calendar-holidays' for details.")
|
|
517
|
|
518 (put 'islamic-holidays 'risky-local-variable t)
|
|
519
|
|
520 (defvar solar-holidays '((if (fboundp 'atan) (solar-equinoxes-solstices)) (if (progn (require 'cal-dst) t) (funcall 'holiday-sexp calendar-daylight-savings-starts '(format "Daylight Savings Time Begins %s" (if (fboundp 'atan) (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name) "")))) (funcall 'holiday-sexp calendar-daylight-savings-ends '(format "Daylight Savings Time Ends %s" (if (fboundp 'atan) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))) "\
|
|
521 *Sun-related holidays.
|
|
522 See the documentation for `calendar-holidays' for details.")
|
|
523
|
|
524 (put 'solar-holidays 'risky-local-variable t)
|
|
525
|
|
526 (defvar calendar-holidays (append general-holidays local-holidays other-holidays christian-holidays hebrew-holidays islamic-holidays solar-holidays) "\
|
|
527 *List of notable days for the command M-x holidays.
|
|
528
|
|
529 Additional holidays are easy to add to the list, just put them in the list
|
|
530 `other-holidays' in your .emacs file. Similarly, by setting any of
|
|
531 `general-holidays', `local-holidays' `christian-holidays', `hebrew-holidays',
|
|
532 `islamic-holidays', or `solar-holidays' to nil in your .emacs file, you can
|
|
533 eliminate unwanted categories of holidays. The intention is that (in the US)
|
|
534 `local-holidays' be set in site-init.el and `other-holidays' be set by the
|
|
535 user.
|
|
536
|
|
537 Entries on the list are expressions that return (possibly empty) lists of
|
|
538 items of the form ((month day year) string) of a holiday in the in the
|
|
539 three-month period centered around `displayed-month' of `displayed-year'.
|
|
540 Several basic functions are provided for this purpose:
|
|
541
|
|
542 (holiday-fixed MONTH DAY STRING) is a fixed date on the Gregorian calendar
|
|
543 (holiday-float MONTH DAYNAME K STRING &optional day) is the Kth DAYNAME in
|
|
544 MONTH on the Gregorian calendar (0 for Sunday,
|
|
545 etc.); K<0 means count back from the end of the
|
|
546 month. An optional parameter DAY means the Kth
|
|
547 DAYNAME after/before MONTH DAY.
|
|
548 (holiday-hebrew MONTH DAY STRING) a fixed date on the Hebrew calendar
|
|
549 (holiday-islamic MONTH DAY STRING) a fixed date on the Islamic calendar
|
|
550 (holiday-julian MONTH DAY STRING) a fixed date on the Julian calendar
|
|
551 (holiday-sexp SEXP STRING) SEXP is a Gregorian-date-valued expression
|
|
552 in the variable `year'; if it evaluates to
|
|
553 a visible date, that's the holiday; if it
|
|
554 evaluates to nil, there's no holiday. STRING
|
|
555 is an expression in the variable `date'.
|
|
556
|
|
557 For example, to add Bastille Day, celebrated in France on July 14, add
|
|
558
|
|
559 (holiday-fixed 7 14 \"Bastille Day\")
|
|
560
|
|
561 to the list. To add Hurricane Supplication Day, celebrated in the Virgin
|
|
562 Islands on the fourth Monday in August, add
|
|
563
|
|
564 (holiday-float 8 1 4 \"Hurricane Supplication Day\")
|
|
565
|
|
566 to the list (the last Monday would be specified with `-1' instead of `4').
|
|
567 To add the last day of Hanukkah to the list, use
|
|
568
|
|
569 (holiday-hebrew 10 2 \"Last day of Hanukkah\")
|
|
570
|
|
571 since the Hebrew months are numbered with 1 starting from Nisan, while to
|
|
572 add the Islamic feast celebrating Mohammed's birthday use
|
|
573
|
|
574 (holiday-islamic 3 12 \"Mohammed's Birthday\")
|
|
575
|
|
576 since the Islamic months are numbered from 1 starting with Muharram. To
|
|
577 add Thomas Jefferson's birthday, April 2, 1743 (Julian), use
|
|
578
|
|
579 (holiday-julian 4 2 \"Jefferson's Birthday\")
|
|
580
|
|
581 To include a holiday conditionally, use the sexp form or a conditional. For
|
|
582 example, to include American presidential elections, which occur on the first
|
|
583 Tuesday after the first Monday in November of years divisible by 4, add
|
|
584
|
|
585 (holiday-sexp
|
|
586 (if (zerop (% year 4))
|
|
587 (calendar-gregorian-from-absolute
|
|
588 (1+ (calendar-dayname-on-or-before
|
|
589 1 (+ 6 (calendar-absolute-from-gregorian
|
|
590 (list 11 1 year)))))))
|
|
591 \"US Presidential Election\")
|
|
592
|
|
593 or
|
|
594
|
|
595 (if (zerop (% displayed-year 4))
|
|
596 (holiday-fixed 11
|
|
597 (extract-calendar-day
|
|
598 (calendar-gregorian-from-absolute
|
|
599 (1+ (calendar-dayname-on-or-before
|
|
600 1 (+ 6 (calendar-absolute-from-gregorian
|
|
601 (list 11 1 displayed-year)))))))
|
|
602 \"US Presidential Election\"))
|
|
603
|
|
604 to the list. To include the phases of the moon, add
|
|
605
|
|
606 (lunar-phases)
|
|
607
|
|
608 to the holiday list, where `lunar-phases' is an Emacs-Lisp function that
|
|
609 you've written to return a (possibly empty) list of the relevant VISIBLE dates
|
|
610 with descriptive strings such as
|
|
611
|
|
612 (((2 6 1989) \"New Moon\") ((2 12 1989) \"First Quarter Moon\") ... ).")
|
|
613
|
|
614 (put 'calendar-holidays 'risky-local-variable t)
|
|
615
|
|
616 (autoload 'calendar "calendar" "\
|
|
617 Display a three-month calendar in another window.
|
|
618 The three months appear side by side, with the current month in the middle
|
|
619 surrounded by the previous and next months. The cursor is put on today's date.
|
|
620
|
|
621 If called with an optional prefix argument, prompts for month and year.
|
|
622
|
|
623 This function is suitable for execution in a .emacs file; appropriate setting
|
|
624 of the variable `view-diary-entries-initially' will cause the diary entries for
|
|
625 the current date to be displayed in another window. The value of the variable
|
|
626 `number-of-diary-entries' controls the number of days of diary entries
|
|
627 displayed upon initial display of the calendar.
|
|
628
|
|
629 An optional prefix argument ARG causes the calendar displayed to be ARG
|
|
630 months in the future if ARG is positive or in the past if ARG is negative;
|
|
631 in this case the cursor goes on the first day of the month.
|
|
632
|
|
633 Once in the calendar window, future or past months can be moved into view.
|
|
634 Arbitrary months can be displayed, or the calendar can be scrolled forward
|
|
635 or backward.
|
|
636
|
|
637 The cursor can be moved forward or backward by one day, one week, one month,
|
|
638 or one year. All of these commands take prefix arguments which, when negative,
|
|
639 cause movement in the opposite direction. For convenience, the digit keys
|
|
640 and the minus sign are automatically prefixes. The window is replotted as
|
|
641 necessary to display the desired date.
|
|
642
|
|
643 Diary entries can be marked on the calendar or displayed in another window.
|
|
644
|
|
645 Use M-x describe-mode for details of the key bindings in the calendar window.
|
|
646
|
|
647 The Gregorian calendar is assumed.
|
|
648
|
|
649 After loading the calendar, the hooks given by the variable
|
|
650 `calendar-load-hook' are run. This is the place to add key bindings to the
|
|
651 calendar-mode-map.
|
|
652
|
|
653 After preparing the calendar window initially, the hooks given by the variable
|
|
654 `initial-calendar-window-hook' are run.
|
|
655
|
|
656 The hooks given by the variable `today-visible-calendar-hook' are run
|
|
657 everytime the calendar window gets scrolled, if the current date is visible
|
|
658 in the window. If it is not visible, the hooks given by the variable
|
|
659 `today-invisible-calendar-hook' are run. Thus, for example, setting
|
|
660 `today-visible-calendar-hook' to 'calendar-star-date will cause today's date
|
|
661 to be replaced by asterisks to highlight it whenever it is in the window." t nil)
|
|
662
|
|
663 (autoload 'list-yahrzeit-dates "calendar" "\
|
|
664 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
|
|
665 When called interactively from the calendar window, the date of death is taken
|
|
666 from the cursor position." t nil)
|
|
667
|
|
668 ;;;***
|
|
669
|
|
670 ;;;### (autoloads (diary) "diary-lib" "calendar/diary-lib.el")
|
|
671
|
|
672 (autoload 'diary "diary-lib" "\
|
|
673 Generate the diary window for ARG days starting with the current date.
|
|
674 If no argument is provided, the number of days of diary entries is governed
|
|
675 by the variable `number-of-diary-entries'. This function is suitable for
|
|
676 execution in a `.emacs' file." t nil)
|
|
677
|
|
678 ;;;***
|
|
679
|
|
680 ;;;### (autoloads (holidays) "holidays" "calendar/holidays.el")
|
|
681
|
|
682 (autoload 'holidays "holidays" "\
|
|
683 Display the holidays for last month, this month, and next month.
|
|
684 If called with an optional prefix argument, prompts for month and year.
|
|
685
|
|
686 This function is suitable for execution in a .emacs file." t nil)
|
|
687
|
|
688 ;;;***
|
|
689
|
|
690 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el")
|
|
691
|
|
692 (autoload 'phases-of-moon "lunar" "\
|
|
693 Display the quarters of the moon for last month, this month, and next month.
|
|
694 If called with an optional prefix argument, prompts for month and year.
|
|
695
|
|
696 This function is suitable for execution in a .emacs file." t nil)
|
|
697
|
|
698 ;;;***
|
|
699
|
|
700 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset) "solar" "calendar/solar.el")
|
|
701
|
|
702 (defvar calendar-time-display-form '(12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")")) "\
|
|
703 *The pseudo-pattern that governs the way a time of day is formatted.
|
|
704
|
|
705 A pseudo-pattern is a list of expressions that can involve the keywords
|
|
706 `12-hours', `24-hours', and `minutes', all numbers in string form,
|
|
707 and `am-pm' and `time-zone', both alphabetic strings.
|
|
708
|
|
709 For example, the form
|
|
710
|
|
711 '(24-hours \":\" minutes
|
|
712 (if time-zone \" (\") time-zone (if time-zone \")\"))
|
|
713
|
|
714 would give military-style times like `21:07 (UTC)'.")
|
|
715
|
|
716 (defvar calendar-latitude nil "\
|
|
717 *Latitude of `calendar-location-name' in degrees.
|
|
718
|
|
719 The value can be either a decimal fraction (one place of accuracy is
|
|
720 sufficient), + north, - south, such as 40.7 for New York City, or the value
|
|
721 can be a vector [degrees minutes north/south] such as [40 50 north] for New
|
|
722 York City.
|
|
723
|
|
724 This variable should be set in site-local.el.")
|
|
725
|
|
726 (defvar calendar-longitude nil "\
|
|
727 *Longitude of `calendar-location-name' in degrees.
|
|
728
|
|
729 The value can be either a decimal fraction (one place of accuracy is
|
|
730 sufficient), + east, - west, such as -73.9 for New York City, or the value
|
|
731 can be a vector [degrees minutes east/west] such as [73 55 west] for New
|
|
732 York City.
|
|
733
|
|
734 This variable should be set in site-local.el.")
|
|
735
|
|
736 (defvar calendar-location-name '(let ((float-output-format "%.1f")) (format "%s%s, %s%s" (if (numberp calendar-latitude) (abs calendar-latitude) (+ (aref calendar-latitude 0) (/ (aref calendar-latitude 1) 60.0))) (if (numberp calendar-latitude) (if (> calendar-latitude 0) "N" "S") (if (equal (aref calendar-latitude 2) 'north) "N" "S")) (if (numberp calendar-longitude) (abs calendar-longitude) (+ (aref calendar-longitude 0) (/ (aref calendar-longitude 1) 60.0))) (if (numberp calendar-longitude) (if (> calendar-longitude 0) "E" "W") (if (equal (aref calendar-latitude 2) 'east) "E" "W")))) "\
|
|
737 *Expression evaluating to name of `calendar-longitude', calendar-latitude'.
|
|
738 For example, \"New York City\". Default value is just the latitude, longitude
|
|
739 pair.
|
|
740
|
|
741 This variable should be set in site-local.el.")
|
|
742
|
|
743 (autoload 'sunrise-sunset "solar" "\
|
|
744 Local time of sunrise and sunset for today. Accurate to +/- 2 minutes.
|
|
745 If called with an optional prefix argument, prompt for date.
|
|
746
|
|
747 If called with an optional double prefix argument, prompt for longitude,
|
|
748 latitude, time zone, and date, and always use standard time.
|
|
749
|
|
750 This function is suitable for execution in a .emacs file." t nil)
|
|
751
|
|
752 (autoload 'solar-equinoxes-solstices "solar" "\
|
|
753 Date and time of equinoxes and solstices, if visible in the calendar window.
|
|
754 Requires floating point." nil nil)
|
|
755
|
|
756 ;;;***
|
|
757
|
|
758 ;;;### (autoloads (comint-dynamic-list-completions comint-dynamic-complete comint-run make-comint) "comint" "comint/comint.el")
|
|
759
|
|
760 (autoload 'make-comint "comint" "\
|
|
761 Make a comint process NAME in a buffer, running PROGRAM.
|
|
762 The name of the buffer is made by surrounding NAME with `*'s.
|
|
763 PROGRAM should be either a string denoting an executable program to create
|
|
764 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
|
|
765 connection to be opened via `open-network-stream'. If there is already a
|
|
766 running process in that buffer, it is not restarted. Optional third arg
|
|
767 STARTFILE is the name of a file to send the contents of to the process.
|
|
768
|
|
769 If PROGRAM is a string, any more args are arguments to PROGRAM." nil nil)
|
|
770
|
|
771 (autoload 'comint-run "comint" "\
|
|
772 Run PROGRAM in a comint buffer and switch to it.
|
|
773 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
|
|
774 The file name is used to make a symbol name, such as `comint-sh-hook', and any
|
|
775 hooks on this symbol are run in the buffer.
|
|
776 See `make-comint' and `comint-exec'." t nil)
|
|
777
|
|
778 (autoload 'comint-dynamic-complete "comint" "\
|
|
779 Dynamically perform completion at point.
|
|
780 Calls the functions in `comint-dynamic-complete-functions' to perform
|
|
781 completion until a function returns non-nil, at which point completion is
|
|
782 assumed to have occurred." t nil)
|
|
783
|
|
784 (autoload 'comint-dynamic-list-completions "comint" "\
|
|
785 List in help buffer sorted COMPLETIONS.
|
|
786 Typing SPC flushes the help buffer." nil nil)
|
|
787
|
|
788 ;;;***
|
|
789
|
|
790 ;;;### (autoloads (gdb) "gdb" "comint/gdb.el")
|
|
791
|
|
792 (defvar gdb-command-name "gdb" "\
|
|
793 Pathname for executing gdb.")
|
|
794
|
|
795 (autoload 'gdb "gdb" "\
|
|
796 Run gdb on program FILE in buffer *gdb-FILE*.
|
|
797 The directory containing FILE becomes the initial working directory
|
|
798 and source-file directory for GDB. If you wish to change this, use
|
|
799 the GDB commands `cd DIR' and `directory'." t nil)
|
|
800
|
|
801 ;;;***
|
|
802
|
|
803 ;;;### (autoloads (gdbsrc) "gdbsrc" "comint/gdbsrc.el")
|
|
804
|
|
805 (autoload 'gdbsrc "gdbsrc" "\
|
|
806 Activates a gdb session with gdbsrc-mode turned on. A numeric prefix
|
|
807 argument can be used to specify a running process to attach, and a non-numeric
|
|
808 prefix argument will cause you to be prompted for a core file to debug." t nil)
|
|
809
|
|
810 ;;;***
|
|
811
|
|
812 ;;;### (autoloads (perldb xdb dbx sdb) "gud" "comint/gud.el")
|
|
813
|
|
814 (autoload 'sdb "gud" "\
|
|
815 Run sdb on program FILE in buffer *gud-FILE*.
|
|
816 The directory containing FILE becomes the initial working directory
|
|
817 and source-file directory for your debugger." t nil)
|
|
818
|
|
819 (autoload 'dbx "gud" "\
|
|
820 Run dbx on program FILE in buffer *gud-FILE*.
|
|
821 The directory containing FILE becomes the initial working directory
|
|
822 and source-file directory for your debugger." t nil)
|
|
823
|
|
824 (autoload 'xdb "gud" "\
|
|
825 Run xdb on program FILE in buffer *gud-FILE*.
|
|
826 The directory containing FILE becomes the initial working directory
|
|
827 and source-file directory for your debugger.
|
|
828
|
|
829 You can set the variable 'gud-xdb-directories' to a list of program source
|
|
830 directories if your program contains sources from more than one directory." t nil)
|
|
831
|
|
832 (autoload 'perldb "gud" "\
|
|
833 Run perldb on program FILE in buffer *gud-FILE*.
|
|
834 The directory containing FILE becomes the initial working directory
|
|
835 and source-file directory for your debugger." t nil)
|
|
836
|
|
837 ;;;***
|
|
838
|
|
839 ;;;### (autoloads nil "inf-lisp" "comint/inf-lisp.el")
|
|
840
|
|
841 (add-hook 'same-window-buffer-names "*inferior-lisp*")
|
|
842
|
|
843 ;;;***
|
|
844
|
|
845 ;;;### (autoloads (rlogin) "rlogin" "comint/rlogin.el")
|
|
846
|
|
847 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
|
|
848
|
|
849 (autoload 'rlogin "rlogin" "\
|
|
850 Open a network login connection to HOST via the `rlogin' program.
|
|
851 Input is sent line-at-a-time to the remote connection.
|
|
852
|
|
853 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
|
|
854 \(or `*rlogin-USER@HOST*' if the remote username differs).
|
|
855 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
|
|
856 a new buffer with a different connection will be made.
|
|
857
|
|
858 When called from a program, if the optional second argument is a string or
|
|
859 buffer, it names the buffer to use.
|
|
860
|
|
861 The variable `rlogin-program' contains the name of the actual program to
|
|
862 run. It can be a relative or absolute path.
|
|
863
|
|
864 The variable `rlogin-explicit-args' is a list of arguments to give to
|
|
865 the rlogin when starting. They are added after any arguments given in
|
|
866 INPUT-ARGS.
|
|
867
|
|
868 If the default value of `rlogin-directory-tracking-mode' is t, then the
|
|
869 default directory in that buffer is set to a remote (FTP) file name to
|
|
870 access your home directory on the remote machine. Occasionally this causes
|
|
871 an error, if you cannot access the home directory on that machine. This
|
|
872 error is harmless as long as you don't try to use that default directory.
|
|
873
|
|
874 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
|
|
875 directory is initially set up to your (local) home directory.
|
|
876 This is useful if the remote machine and your local machine
|
|
877 share the same files via NFS. This is the default.
|
|
878
|
|
879 If you wish to change directory tracking styles during a session, use the
|
|
880 function `rlogin-directory-tracking-mode' rather than simply setting the
|
|
881 variable." t nil)
|
|
882
|
|
883 ;;;***
|
|
884
|
|
885 ;;;### (autoloads (shell) "shell" "comint/shell.el")
|
|
886
|
|
887 (defvar shell-prompt-pattern (purecopy "^[^#$%>\n]*[#$%>] *") "\
|
|
888 Regexp to match prompts in the inferior shell.
|
|
889 Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well.
|
|
890 This variable is used to initialise `comint-prompt-regexp' in the
|
|
891 shell buffer.
|
|
892
|
|
893 The pattern should probably not match more than one line. If it does,
|
|
894 shell-mode may become confused trying to distinguish prompt from input
|
|
895 on lines which don't start with a prompt.
|
|
896
|
|
897 This is a fine thing to set in your `.emacs' file.")
|
|
898
|
|
899 (autoload 'shell "shell" "\
|
|
900 Run an inferior shell, with I/O through buffer *shell*.
|
|
901 If buffer exists but shell process is not running, make new shell.
|
|
902 If buffer exists and shell process is running,
|
|
903 just switch to buffer `*shell*'.
|
|
904 Program used comes from variable `explicit-shell-file-name',
|
|
905 or (if that is nil) from the ESHELL environment variable,
|
|
906 or else from SHELL if there is no ESHELL.
|
|
907 If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
|
|
908 (Note that this may lose due to a timing error if the shell
|
|
909 discards input when it starts up.)
|
|
910 The buffer is put in Shell mode, giving commands for sending input
|
|
911 and controlling the subjobs of the shell. See `shell-mode'.
|
|
912 See also the variable `shell-prompt-pattern'.
|
|
913
|
|
914 The shell file name (sans directories) is used to make a symbol name
|
|
915 such as `explicit-csh-args'. If that symbol is a variable,
|
|
916 its value is used as a list of arguments when invoking the shell.
|
|
917 Otherwise, one argument `-i' is passed to the shell.
|
|
918
|
|
919 \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
|
|
920
|
|
921 (add-hook 'same-window-buffer-names "*shell*")
|
|
922
|
|
923 ;;;***
|
|
924
|
|
925 ;;;### (autoloads (rsh telnet) "telnet" "comint/telnet.el")
|
|
926
|
|
927 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
|
|
928
|
|
929 (autoload 'telnet "telnet" "\
|
|
930 Open a network login connection to host named HOST (a string).
|
|
931 With a prefix argument, prompts for the port name or number as well.
|
|
932 Communication with HOST is recorded in a buffer `*HOST-telnet*'.
|
|
933 Normally input is edited in Emacs and sent a line at a time.
|
|
934 See also `\\[rsh]'." t nil)
|
|
935
|
|
936 (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
|
|
937
|
|
938 (autoload 'rsh "telnet" "\
|
|
939 Open a network login connection to host named HOST (a string).
|
|
940 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
|
|
941 Normally input is edited in Emacs and sent a line at a time.
|
|
942 See also `\\[telnet]'." t nil)
|
|
943
|
|
944 ;;;***
|
|
945
|
98
|
946 ;;;### (autoloads (custom-make-dependencies custom-menu-update custom-buffer-create customize-apropos customize-customized customize-face customize-variable customize) "custom-edit" "custom/custom-edit.el")
|
|
947
|
|
948 (autoload 'customize "custom-edit" "\
|
|
949 Customize SYMBOL, which must be a customization group." t nil)
|
|
950
|
|
951 (autoload 'customize-variable "custom-edit" "\
|
|
952 Customize SYMBOL, which must be a variable." t nil)
|
|
953
|
|
954 (autoload 'customize-face "custom-edit" "\
|
|
955 Customize FACE." t nil)
|
|
956
|
|
957 (autoload 'customize-customized "custom-edit" "\
|
|
958 Customize all already customized user options." t nil)
|
|
959
|
|
960 (autoload 'customize-apropos "custom-edit" "\
|
|
961 Customize all user options matching REGEXP.
|
|
962 If ALL (e.g., started with a prefix key), include options which are not
|
|
963 user-settable." t nil)
|
|
964
|
|
965 (autoload 'custom-buffer-create "custom-edit" "\
|
|
966 Create a buffer containing OPTIONS.
|
|
967 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
|
|
968 SYMBOL is a customization option, and WIDGET is a widget for editing
|
|
969 that option." nil nil)
|
|
970
|
|
971 (autoload 'custom-menu-update "custom-edit" "\
|
|
972 Update customize menu." t nil)
|
|
973
|
|
974 (autoload 'custom-make-dependencies "custom-edit" "\
|
|
975 Batch function to extract custom dependencies from .el files.
|
|
976 Usage: emacs -batch *.el -f custom-make-dependencies > deps.el" nil nil)
|
|
977
|
|
978 ;;;***
|
|
979
|
|
980 ;;;### (autoloads (widget-browse-at) "widget-browse" "custom/widget-browse.el")
|
|
981
|
|
982 (autoload 'widget-browse-at "widget-browse" "\
|
|
983 Browse the widget under point." t nil)
|
|
984
|
|
985 ;;;***
|
|
986
|
|
987 ;;;### (autoloads (widget-delete widget-create) "widget-edit" "custom/widget-edit.el")
|
|
988
|
|
989 (autoload 'widget-create "widget-edit" "\
|
|
990 Create widget of TYPE.
|
|
991 The optional ARGS are additional keyword arguments." nil nil)
|
|
992
|
|
993 (autoload 'widget-delete "widget-edit" "\
|
|
994 Delete WIDGET." nil nil)
|
|
995
|
|
996 ;;;***
|
|
997
|
|
998 ;;;### (autoloads (define-widget) "widget" "custom/widget.el")
|
|
999
|
|
1000 (autoload 'define-widget "widget" "\
|
|
1001 Define a new widget type named NAME from CLASS.
|
|
1002
|
|
1003 NAME and CLASS should both be symbols, CLASS should be one of the
|
|
1004 existing widget types, or nil to create the widget from scratch.
|
|
1005
|
|
1006 After the new widget has been defined, the following two calls will
|
|
1007 create identical widgets:
|
|
1008
|
|
1009 * (widget-create NAME)
|
|
1010
|
|
1011 * (apply 'widget-create CLASS ARGS)
|
|
1012
|
|
1013 The third argument DOC is a documentation string for the widget." nil nil)
|
78
|
1014
|
|
1015 ;;;***
|
|
1016
|
|
1017 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el")
|
|
1018
|
|
1019 (autoload 'def-edebug-spec "edebug" "\
|
|
1020 Set the edebug-form-spec property of SYMBOL according to SPEC.
|
|
1021 Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
|
|
1022 \(naming a function), or a list." nil 'macro)
|
|
1023
|
|
1024 (defalias 'edebug-defun 'edebug-eval-top-level-form)
|
|
1025
|
|
1026 (autoload 'edebug-eval-top-level-form "edebug" "\
|
|
1027 Evaluate a top level form, such as a defun or defmacro.
|
|
1028 This is like `eval-defun', but the code is always instrumented for Edebug.
|
|
1029 Print its name in the minibuffer and leave point where it is,
|
|
1030 or if an error occurs, leave point after it with mark at the original point." t nil)
|
|
1031
|
|
1032 ;;;***
|
|
1033
|
|
1034 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff/ediff-mult.el")
|
|
1035
|
|
1036 (autoload 'ediff-show-registry "ediff-mult" "\
|
|
1037 Display Ediff's registry." t nil)
|
|
1038
|
|
1039 (defalias 'eregistry 'ediff-show-registry)
|
|
1040
|
|
1041 ;;;***
|
|
1042
|
82
|
1043 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe) "ediff-util" "ediff/ediff-util.el")
|
78
|
1044
|
|
1045 (autoload 'ediff-toggle-multiframe "ediff-util" "\
|
82
|
1046 Switch from multiframe display to single-frame display and back.
|
|
1047 To change the default, set the variable `ediff-window-setup-function',
|
78
|
1048 which see." t nil)
|
|
1049
|
82
|
1050 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
|
|
1051 Enable or disable Ediff toolbar.
|
|
1052 Works only in versions of Emacs that support toolbars.
|
|
1053 To change the default, set the variable `ediff-use-toolbar-p', which see." t nil)
|
|
1054
|
78
|
1055 ;;;***
|
|
1056
|
|
1057 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision ediff-patch-buffer ediff-patch-file run-ediff-from-cvs-buffer ediff-merge-revisions-with-ancestor ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions ediff-merge-directories-with-ancestor ediff-merge-directories ediff-directories3 ediff-directory-revisions ediff-directories ediff-buffers3 ediff-buffers ediff-files3 ediff-files) "ediff" "ediff/ediff.el")
|
|
1058
|
|
1059 (autoload 'ediff-files "ediff" "\
|
|
1060 Run Ediff on a pair of files, FILE-A and FILE-B." t nil)
|
|
1061
|
|
1062 (autoload 'ediff-files3 "ediff" "\
|
|
1063 Run Ediff on three files, FILE-A, FILE-B, and FILE-C." t nil)
|
|
1064
|
|
1065 (defalias 'ediff3 'ediff-files3)
|
|
1066
|
|
1067 (defalias 'ediff 'ediff-files)
|
|
1068
|
|
1069 (autoload 'ediff-buffers "ediff" "\
|
|
1070 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B." t nil)
|
|
1071
|
|
1072 (defalias 'ebuffers 'ediff-buffers)
|
|
1073
|
|
1074 (autoload 'ediff-buffers3 "ediff" "\
|
|
1075 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C." t nil)
|
|
1076
|
|
1077 (defalias 'ebuffers3 'ediff-buffers3)
|
|
1078
|
|
1079 (autoload 'ediff-directories "ediff" "\
|
|
1080 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
|
|
1081 the same name in both. The third argument, REGEXP, is a regular expression that
|
|
1082 can be used to filter out certain file names." t nil)
|
|
1083
|
|
1084 (defalias 'edirs 'ediff-directories)
|
|
1085
|
|
1086 (autoload 'ediff-directory-revisions "ediff" "\
|
|
1087 Run Ediff on a directory, DIR1, comparing its files with their revisions.
|
|
1088 The second argument, REGEXP, is a regular expression that filters the file
|
|
1089 names. Only the files that are under revision control are taken into account." t nil)
|
|
1090
|
|
1091 (defalias 'edir-revisions 'ediff-directory-revisions)
|
|
1092
|
|
1093 (autoload 'ediff-directories3 "ediff" "\
|
|
1094 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
|
|
1095 have the same name in all three. The last argument, REGEXP, is a regular
|
|
1096 expression that can be used to filter out certain file names." t nil)
|
|
1097
|
|
1098 (defalias 'edirs3 'ediff-directories3)
|
|
1099
|
|
1100 (autoload 'ediff-merge-directories "ediff" "\
|
|
1101 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
|
|
1102 the same name in both. The third argument, REGEXP, is a regular expression that
|
|
1103 can be used to filter out certain file names." t nil)
|
|
1104
|
|
1105 (defalias 'edirs-merge 'ediff-merge-directories)
|
|
1106
|
|
1107 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
|
|
1108 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
|
|
1109 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
|
|
1110 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
|
|
1111 without ancestor. The fourth argument, REGEXP, is a regular expression that
|
|
1112 can be used to filter out certain file names." t nil)
|
|
1113
|
|
1114 (autoload 'ediff-merge-directory-revisions "ediff" "\
|
|
1115 Run Ediff on a directory, DIR1, merging its files with their revisions.
|
|
1116 The second argument, REGEXP, is a regular expression that filters the file
|
|
1117 names. Only the files that are under revision control are taken into account." t nil)
|
|
1118
|
|
1119 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
|
|
1120
|
|
1121 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
|
|
1122 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
|
|
1123 The second argument, REGEXP, is a regular expression that filters the file
|
|
1124 names. Only the files that are under revision control are taken into account." t nil)
|
|
1125
|
|
1126 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
|
|
1127
|
|
1128 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
|
|
1129
|
|
1130 (autoload 'ediff-windows-wordwise "ediff" "\
|
|
1131 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
|
|
1132 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
|
|
1133 follows:
|
|
1134 If WIND-A is nil, use selected window.
|
|
1135 If WIND-B is nil, use window next to WIND-A." t nil)
|
|
1136
|
|
1137 (autoload 'ediff-windows-linewise "ediff" "\
|
|
1138 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
|
|
1139 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
|
|
1140 follows:
|
|
1141 If WIND-A is nil, use selected window.
|
|
1142 If WIND-B is nil, use window next to WIND-A." t nil)
|
|
1143
|
|
1144 (autoload 'ediff-regions-wordwise "ediff" "\
|
|
1145 Run Ediff on a pair of regions in two different buffers.
|
|
1146 Regions (i.e., point and mark) are assumed to be set in advance.
|
|
1147 This function is effective only for relatively small regions, up to 200
|
|
1148 lines. For large regions, use `ediff-regions-linewise'." t nil)
|
|
1149
|
|
1150 (autoload 'ediff-regions-linewise "ediff" "\
|
|
1151 Run Ediff on a pair of regions in two different buffers.
|
|
1152 Regions (i.e., point and mark) are assumed to be set in advance.
|
|
1153 Each region is enlarged to contain full lines.
|
|
1154 This function is effective for large regions, over 100-200
|
|
1155 lines. For small regions, use `ediff-regions-wordwise'." t nil)
|
|
1156
|
|
1157 (defalias 'ediff-merge 'ediff-merge-files)
|
|
1158
|
|
1159 (autoload 'ediff-merge-files "ediff" "\
|
|
1160 Merge two files without ancestor." t nil)
|
|
1161
|
|
1162 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
|
|
1163 Merge two files with ancestor." t nil)
|
|
1164
|
|
1165 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
|
|
1166
|
|
1167 (autoload 'ediff-merge-buffers "ediff" "\
|
|
1168 Merge buffers without ancestor." t nil)
|
|
1169
|
|
1170 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
|
|
1171 Merge buffers with ancestor." t nil)
|
|
1172
|
|
1173 (autoload 'ediff-merge-revisions "ediff" "\
|
|
1174 Run Ediff by merging two revisions of a file.
|
|
1175 The file is the optional FILE argument or the file visited by the current
|
|
1176 buffer." t nil)
|
|
1177
|
|
1178 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
|
|
1179 Run Ediff by merging two revisions of a file with a common ancestor.
|
80
|
1180 The file is the the optional FILE argument or the file visited by the current
|
78
|
1181 buffer." t nil)
|
|
1182
|
|
1183 (autoload 'run-ediff-from-cvs-buffer "ediff" "\
|
|
1184 Run Ediff-merge on appropriate revisions of the selected file.
|
|
1185 First run after `M-x cvs-update'. Then place the cursor on a lide describing a
|
|
1186 file and then run `run-ediff-from-cvs-buffer'." t nil)
|
|
1187
|
|
1188 (autoload 'ediff-patch-file "ediff" "\
|
|
1189 Run Ediff by patching SOURCE-FILENAME." t nil)
|
|
1190
|
|
1191 (autoload 'ediff-patch-buffer "ediff" "\
|
|
1192 Run Ediff by patching BUFFER-NAME." t nil)
|
|
1193
|
|
1194 (defalias 'epatch 'ediff-patch-file)
|
|
1195
|
|
1196 (defalias 'epatch-buffer 'ediff-patch-buffer)
|
|
1197
|
|
1198 (autoload 'ediff-revision "ediff" "\
|
|
1199 Run Ediff by comparing versions of a file.
|
|
1200 The file is an optional FILE argument or the file visited by the current
|
|
1201 buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
|
|
1202
|
|
1203 (autoload 'ediff-version "ediff" "\
|
|
1204 Return string describing the version of Ediff.
|
|
1205 When called interactively, displays the version." t nil)
|
|
1206
|
|
1207 (autoload 'ediff-documentation "ediff" "\
|
|
1208 Display Ediff's manual.
|
|
1209 With optional NODE, goes to that node." t nil)
|
|
1210
|
|
1211 ;;;***
|
|
1212
|
98
|
1213 ;;;### (autoloads nil "default-dir" "efs/default-dir.el")
|
|
1214
|
|
1215 (defvar default-directory-function nil "\
|
|
1216 A function to call to compute the default-directory for the current buffer.
|
|
1217 If this is nil, the function default-directory will return the value of the
|
|
1218 variable default-directory.
|
|
1219 Buffer local.")
|
|
1220
|
|
1221 ;;;***
|
|
1222
|
|
1223 ;;;### (autoloads (dired-jump-back-other-frame dired-jump-back-other-window dired-jump-back dired-noselect dired-other-frame dired-other-window dired) "dired" "efs/dired.el")
|
|
1224
|
|
1225 (defvar dired-compression-method 'compress "\
|
|
1226 *Type of compression program to use.
|
|
1227 Give as a symbol.
|
|
1228 Currently-recognized methods are: gzip pack compact compress.
|
|
1229 To change this variable use \\[dired-do-compress] with a zero prefix.")
|
|
1230
|
|
1231 (defvar dired-compression-method-alist '((gzip ".gz" ("gzip") ("gzip" "-d") "-f") (compress ".Z" ("compress" "-f") ("compress" "-d") "-f") (pack ".z" ("pack" "-f") ("unpack")) (compact ".C" ("compact") ("uncompact"))) "\
|
|
1232 *Association list of compression method descriptions.
|
|
1233 Each element of the table should be a list of the form
|
|
1234
|
|
1235 (compress-type extension (compress-args) (decompress-args) force-flag)
|
|
1236
|
|
1237 where
|
|
1238 `compress-type' is a unique symbol in the alist to which
|
|
1239 `dired-compression-method' can be set;
|
|
1240 `extension' is the file extension (as a string) used by files compressed
|
|
1241 by this method;
|
|
1242 `compress-args' is a list of the path of the compression program and
|
|
1243 flags to pass as separate arguments;
|
|
1244 `decompress-args' is a list of the path of the decompression
|
|
1245 program and flags to pass as separate arguments.
|
|
1246 `force-flag' is the switch to pass to the command to force overwriting
|
|
1247 of existing files.
|
|
1248
|
|
1249 For example:
|
|
1250
|
|
1251 (setq dired-compresssion-method-alist
|
|
1252 (cons '(frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\") \"-f\")
|
|
1253 dired-compression-method-alist))
|
|
1254 => ((frobnicate \".frob\" (\"frob\") (\"frob\" \"-d\"))
|
|
1255 (gzip \".gz\" (\"gzip\") (\"gunzip\"))
|
|
1256 ...)
|
|
1257
|
|
1258 See also: dired-compression-method <V>")
|
|
1259
|
|
1260 (defvar dired-ls-program "ls" "\
|
|
1261 *Absolute or relative name of the ls program used by dired.")
|
|
1262
|
|
1263 (defvar dired-listing-switches "-al" "\
|
|
1264 *Switches passed to ls for dired. MUST contain the `l' option.
|
|
1265 Can contain even `F', `b', `i' and `s'.")
|
|
1266
|
|
1267 (defvar dired-chown-program (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown") "\
|
|
1268 *Name of chown command (usully `chown' or `/etc/chown').")
|
|
1269
|
|
1270 (defvar dired-gnutar-program nil "\
|
|
1271 *If non-nil, name of the GNU tar executable (e.g. \"tar\" or \"gnutar\").
|
|
1272 GNU tar's `z' switch is used for compressed tar files.
|
|
1273 If you don't have GNU tar, set this to nil: a pipe using `zcat' is then used.")
|
|
1274
|
|
1275 (defvar dired-unshar-program nil "\
|
|
1276 *Set to the name of the unshar program, if you have it.")
|
|
1277
|
|
1278 (defvar dired-local-variables-file ".dired" "\
|
|
1279 *If non-nil, filename for local variables for Dired.
|
|
1280 If Dired finds a file with that name in the current directory, it will
|
|
1281 temporarily insert it into the dired buffer and run `hack-local-variables'.
|
|
1282
|
|
1283 Type \\[info] and `g' `(emacs)File Variables' `RET' for more info on
|
|
1284 local variables.")
|
|
1285
|
|
1286 (defvar dired-kept-versions 2 "\
|
|
1287 *When cleaning directory, number of versions to keep.")
|
|
1288
|
|
1289 (defvar dired-find-subdir nil "\
|
|
1290 *Determines whether dired tries to lookup a subdir in existing buffers.
|
|
1291 If non-nil, dired does not make a new buffer for a directory if it can be
|
|
1292 found (perhaps as subdir) in some existing dired buffer. If there are several
|
|
1293 dired buffers for a directory, then the most recently used one is chosen.
|
|
1294
|
|
1295 Dired avoids switching to the current buffer, so that if you have
|
|
1296 a normal and a wildcard buffer for the same directory, C-x d RET will
|
|
1297 toggle between those two.")
|
|
1298
|
|
1299 (defvar dired-use-file-transformers t "\
|
|
1300 *Determines whether dired uses file transformers.
|
|
1301 If non-nil `dired-do-shell-command' will apply file transformers to file names.
|
|
1302 See \\[describe-function] for dired-do-shell-command for more information.")
|
|
1303
|
|
1304 (defvar dired-dwim-target nil "\
|
|
1305 *If non-nil, dired tries to guess a default target directory.
|
|
1306 This means that if there is a dired buffer displayed in the next window,
|
|
1307 use its current subdir, instead of the current subdir of this dired buffer.
|
|
1308 The target is put in the prompt for file copy, rename, etc.")
|
|
1309
|
|
1310 (defvar dired-copy-preserve-time nil "\
|
|
1311 *If non-nil, Dired preserves the last-modified time in a file copy.
|
|
1312 \(This works on only some systems.)\\<dired-mode-map>
|
|
1313 Use `\\[dired-do-copy]' with a zero prefix argument to toggle its value.")
|
|
1314
|
|
1315 (defvar dired-no-confirm nil "\
|
|
1316 *If non-nil, a list of symbols for commands dired should not confirm.
|
|
1317 It can be a sublist of
|
|
1318
|
|
1319 '(byte-compile chgrp chmod chown compress copy delete hardlink load
|
|
1320 move print shell symlink uncompress recursive-delete kill-file-buffer
|
|
1321 kill-dired-buffer patch create-top-dir revert-subdirs)
|
|
1322
|
|
1323 The meanings of most of the symbols are obvious. A few exceptions:
|
|
1324
|
|
1325 'compress applies to compression or decompression by any of the
|
|
1326 compression program in `dired-compression-method-alist'.
|
|
1327
|
|
1328 'kill-dired-buffer applies to offering to kill dired buffers for
|
|
1329 directories which have been deleted.
|
|
1330
|
|
1331 'kill-file-buffer applies to offering to kill buffers visiting files
|
|
1332 which have been deleted.
|
|
1333
|
|
1334 'recursive-delete applies to recursively deleting non-empty
|
|
1335 directories, and all of their contents.
|
|
1336
|
|
1337 'create-top-dir applies to `dired-up-directory' creating a new top level
|
|
1338 directory for the dired buffer.
|
|
1339
|
|
1340 'revert-subdirs applies to re-reading subdirectories which have
|
|
1341 been modified on disk.
|
|
1342
|
|
1343 Note that this list also applies to remote files accessed with efs
|
|
1344 or ange-ftp.")
|
|
1345
|
|
1346 (defvar dired-backup-if-overwrite nil "\
|
|
1347 *Non-nil if Dired should ask about making backups before overwriting files.
|
|
1348 Special value 'always suppresses confirmation.")
|
|
1349
|
|
1350 (defvar dired-omit-files nil "\
|
|
1351 *If non-nil un-interesting files will be omitted from this dired buffer.
|
|
1352 Use \\[dired-omit-toggle] to see these files. (buffer local)")
|
|
1353
|
|
1354 (defvar dired-mail-reader 'rmail "\
|
|
1355 *Mail reader used by dired for dired-read-mail (\\[dired-read-mail]).
|
|
1356 The symbols 'rmail and 'vm are the only two allowed values.")
|
|
1357
|
|
1358 (define-key ctl-x-map "d" 'dired)
|
|
1359
|
|
1360 (autoload 'dired "dired" "\
|
|
1361 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
|
|
1362 Optional second argument SWITCHES specifies the `ls' options used.
|
|
1363 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
|
|
1364 Dired displays a list of files in DIRNAME (which may also have
|
|
1365 shell wildcards appended to select certain files). If DIRNAME is a cons,
|
|
1366 its first element is taken as the directory name and the resr as an explicit
|
|
1367 list of files to make directory entries for.
|
|
1368 \\<dired-mode-map>You can move around in it with the usual commands.
|
|
1369 You can flag files for deletion with \\[dired-flag-file-deletion] and then
|
|
1370 delete them by typing \\[dired-expunge-deletions].
|
|
1371 Type \\[dired-describe-mode] after entering dired for more info.
|
|
1372
|
|
1373 If DIRNAME is already in a dired buffer, that buffer is used without refresh." t nil)
|
|
1374
|
|
1375 (define-key ctl-x-4-map "d" 'dired-other-window)
|
|
1376
|
|
1377 (autoload 'dired-other-window "dired" "\
|
|
1378 \"Edit\" directory DIRNAME. Like `dired' but selects in another window." t nil)
|
|
1379
|
|
1380 (define-key ctl-x-5-map "d" 'dired-other-frame)
|
|
1381
|
|
1382 (autoload 'dired-other-frame "dired" "\
|
|
1383 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame." t nil)
|
|
1384
|
|
1385 (autoload 'dired-noselect "dired" "\
|
|
1386 Like `dired' but returns the dired buffer as value, does not select it." nil nil)
|
|
1387
|
|
1388 (define-key ctl-x-map "\C-j" 'dired-jump-back)
|
|
1389
|
|
1390 (autoload 'dired-jump-back "dired" "\
|
|
1391 Jump back to dired.
|
|
1392 If in a file, dired the current directory and move to file's line.
|
|
1393 If in dired already, pop up a level and goto old directory's line.
|
|
1394 In case the proper dired file line cannot be found, refresh the dired
|
|
1395 buffer and try again." t nil)
|
|
1396
|
|
1397 (define-key ctl-x-4-map "\C-j" 'dired-jump-back-other-window)
|
|
1398
|
|
1399 (autoload 'dired-jump-back-other-window "dired" "\
|
|
1400 Like \\[dired-jump-back], but to other window." t nil)
|
|
1401
|
|
1402 (define-key ctl-x-5-map "\C-j" 'dired-jump-back-other-frame)
|
|
1403
|
|
1404 (autoload 'dired-jump-back-other-frame "dired" "\
|
|
1405 Like \\[dired-jump-back], but in another frame." t nil)
|
|
1406
|
|
1407 ;;;***
|
|
1408
|
78
|
1409 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el")
|
|
1410
|
|
1411 (autoload 'electric-buffer-list "ebuff-menu" "\
|
|
1412 Pops up a buffer describing the set of Emacs buffers.
|
|
1413 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
|
|
1414 listing with menuoid buffer selection.
|
|
1415
|
|
1416 If the very next character typed is a space then the buffer list
|
|
1417 window disappears. Otherwise, one may move around in the buffer list
|
|
1418 window, marking buffers to be selected, saved or deleted.
|
|
1419
|
|
1420 To exit and select a new buffer, type a space when the cursor is on
|
|
1421 the appropriate line of the buffer-list window. Other commands are
|
|
1422 much like those of buffer-menu-mode.
|
|
1423
|
|
1424 Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
|
|
1425
|
|
1426 Non-null optional arg FILES-ONLY means mention only file buffers.
|
|
1427 When called from Lisp code, FILES-ONLY may be a regular expression,
|
|
1428 in which case only buffers whose names match that expression are listed,
|
|
1429 or an arbitrary predicate function.
|
|
1430
|
|
1431 \\{electric-buffer-menu-mode-map}" t nil)
|
|
1432
|
|
1433 ;;;***
|
|
1434
|
|
1435 ;;;### (autoloads (electric-command-history Electric-command-history-redo-expression) "echistory" "electric/echistory.el")
|
|
1436
|
|
1437 (autoload 'Electric-command-history-redo-expression "echistory" "\
|
|
1438 Edit current history line in minibuffer and execute result.
|
|
1439 With prefix arg NOCONFIRM, execute current line as-is without editing." t nil)
|
|
1440
|
|
1441 (autoload 'electric-command-history "echistory" "\
|
|
1442 \\<electric-history-map>Major mode for examining and redoing commands from `command-history'.
|
|
1443 This pops up a window with the Command History listing.
|
|
1444 The number of command listed is controlled by `list-command-history-max'.
|
|
1445 The command history is filtered by `list-command-history-filter' if non-nil.
|
|
1446 Combines typeout Command History list window with menu like selection
|
|
1447 of an expression from the history for re-evaluation in the *original* buffer.
|
|
1448
|
|
1449 The history displayed is filtered by `list-command-history-filter' if non-nil.
|
|
1450
|
|
1451 Like Emacs-Lisp mode except that characters do not insert themselves and
|
|
1452 Tab and Linefeed do not indent. Instead these commands are provided:
|
|
1453 \\{electric-history-map}
|
|
1454
|
|
1455 Calls the value of `electric-command-history-hook' if that is non-nil.
|
|
1456 The Command History listing is recomputed each time this mode is invoked." t nil)
|
|
1457
|
|
1458 ;;;***
|
|
1459
|
|
1460 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "electric/ehelp.el")
|
|
1461
|
|
1462 (autoload 'with-electric-help "ehelp" "\
|
|
1463 Pop up an \"electric\" help buffer.
|
|
1464 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
|
|
1465 THUNK is a function of no arguments which is called to initialize the
|
|
1466 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
|
|
1467 erased before THUNK is called unless NOERASE is non-nil. THUNK will
|
|
1468 be called while BUFFER is current and with `standard-output' bound to
|
|
1469 the buffer specified by BUFFER.
|
|
1470
|
|
1471 If THUNK returns nil, we display BUFFER starting at the top, and
|
|
1472 shrink the window to fit. If THUNK returns non-nil, we don't do those things.
|
|
1473
|
|
1474 After THUNK has been called, this function \"electrically\" pops up a window
|
|
1475 in which BUFFER is displayed and allows the user to scroll through that buffer
|
|
1476 in electric-help-mode. The window's height will be at least MINHEIGHT if
|
|
1477 this value is non-nil.
|
|
1478
|
|
1479 If THUNK returns nil, we display BUFFER starting at the top, and
|
|
1480 shrink the window to fit. If THUNK returns non-nil, we don't do those
|
|
1481 things.
|
|
1482
|
|
1483 When the user exits (with `electric-help-exit', or otherwise) the help
|
|
1484 buffer's window disappears (i.e., we use `save-window-excursion')
|
|
1485 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil)
|
|
1486
|
|
1487 (autoload 'electric-helpify "ehelp" nil nil nil)
|
|
1488
|
|
1489 ;;;***
|
|
1490
|
|
1491 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" "electric/helper.el")
|
|
1492
|
|
1493 (autoload 'Helper-describe-bindings "helper" "\
|
|
1494 Describe local key bindings of current mode." t nil)
|
|
1495
|
|
1496 (autoload 'Helper-help "helper" "\
|
|
1497 Provide help for current mode." t nil)
|
|
1498
|
|
1499 ;;;***
|
|
1500
|
|
1501 ;;;### (autoloads (edt-emulation-on) "edt" "emulators/edt.el")
|
|
1502
|
|
1503 (autoload 'edt-emulation-on "edt" "\
|
|
1504 Turn on EDT Emulation." t nil)
|
|
1505
|
|
1506 ;;;***
|
|
1507
|
|
1508 ;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulators/mlconvert.el")
|
|
1509
|
|
1510 (autoload 'convert-mocklisp-buffer "mlconvert" "\
|
|
1511 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
|
|
1512
|
|
1513 ;;;***
|
|
1514
|
|
1515 ;;;### (autoloads (teco-command) "teco" "emulators/teco.el")
|
|
1516
|
|
1517 (autoload 'teco-command "teco" "\
|
|
1518 Read and execute a Teco command string." t nil)
|
|
1519
|
|
1520 ;;;***
|
|
1521
|
|
1522 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulators/tpu-edt.el")
|
|
1523
|
|
1524 (fset 'tpu-edt-mode 'tpu-edt-on)
|
|
1525
|
|
1526 (fset 'tpu-edt 'tpu-edt-on)
|
|
1527
|
|
1528 (autoload 'tpu-edt-on "tpu-edt" "\
|
|
1529 Turn on TPU/edt emulation." t nil)
|
|
1530
|
|
1531 ;;;***
|
|
1532
|
|
1533 ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins) "tpu-extras" "emulators/tpu-extras.el")
|
|
1534
|
|
1535 (autoload 'tpu-set-scroll-margins "tpu-extras" "\
|
|
1536 Set scroll margins." t nil)
|
|
1537
|
|
1538 (autoload 'tpu-set-cursor-free "tpu-extras" "\
|
|
1539 Allow the cursor to move freely about the screen." t nil)
|
|
1540
|
|
1541 (autoload 'tpu-set-cursor-bound "tpu-extras" "\
|
|
1542 Constrain the cursor to the flow of the text." t nil)
|
|
1543
|
|
1544 ;;;***
|
|
1545
|
|
1546 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulators/ws-mode.el")
|
|
1547
|
|
1548 (autoload 'wordstar-mode "ws-mode" "\
|
|
1549 Major mode with WordStar-like key bindings.
|
|
1550
|
|
1551 BUGS:
|
|
1552 - Help menus with WordStar commands (C-j just calls help-for-help)
|
|
1553 are not implemented
|
|
1554 - Options for search and replace
|
|
1555 - Show markers (C-k h) is somewhat strange
|
|
1556 - Search and replace (C-q a) is only available in forward direction
|
|
1557
|
|
1558 No key bindings beginning with ESC are installed, they will work
|
|
1559 Emacs-like.
|
|
1560
|
|
1561 The key bindings are:
|
|
1562
|
|
1563 C-a backward-word
|
|
1564 C-b fill-paragraph
|
|
1565 C-c scroll-up-line
|
|
1566 C-d forward-char
|
|
1567 C-e previous-line
|
|
1568 C-f forward-word
|
|
1569 C-g delete-char
|
|
1570 C-h backward-char
|
|
1571 C-i indent-for-tab-command
|
|
1572 C-j help-for-help
|
|
1573 C-k ordstar-C-k-map
|
|
1574 C-l ws-repeat-search
|
|
1575 C-n open-line
|
|
1576 C-p quoted-insert
|
|
1577 C-r scroll-down-line
|
|
1578 C-s backward-char
|
|
1579 C-t kill-word
|
|
1580 C-u keyboard-quit
|
|
1581 C-v overwrite-mode
|
|
1582 C-w scroll-down
|
|
1583 C-x next-line
|
|
1584 C-y kill-complete-line
|
|
1585 C-z scroll-up
|
|
1586
|
|
1587 C-k 0 ws-set-marker-0
|
|
1588 C-k 1 ws-set-marker-1
|
|
1589 C-k 2 ws-set-marker-2
|
|
1590 C-k 3 ws-set-marker-3
|
|
1591 C-k 4 ws-set-marker-4
|
|
1592 C-k 5 ws-set-marker-5
|
|
1593 C-k 6 ws-set-marker-6
|
|
1594 C-k 7 ws-set-marker-7
|
|
1595 C-k 8 ws-set-marker-8
|
|
1596 C-k 9 ws-set-marker-9
|
|
1597 C-k b ws-begin-block
|
|
1598 C-k c ws-copy-block
|
|
1599 C-k d save-buffers-kill-emacs
|
|
1600 C-k f find-file
|
|
1601 C-k h ws-show-markers
|
|
1602 C-k i ws-indent-block
|
|
1603 C-k k ws-end-block
|
|
1604 C-k p ws-print-block
|
|
1605 C-k q kill-emacs
|
|
1606 C-k r insert-file
|
|
1607 C-k s save-some-buffers
|
|
1608 C-k t ws-mark-word
|
|
1609 C-k u ws-exdent-block
|
|
1610 C-k C-u keyboard-quit
|
|
1611 C-k v ws-move-block
|
|
1612 C-k w ws-write-block
|
|
1613 C-k x kill-emacs
|
|
1614 C-k y ws-delete-block
|
|
1615
|
|
1616 C-o c wordstar-center-line
|
|
1617 C-o b switch-to-buffer
|
|
1618 C-o j justify-current-line
|
|
1619 C-o k kill-buffer
|
|
1620 C-o l list-buffers
|
|
1621 C-o m auto-fill-mode
|
|
1622 C-o r set-fill-column
|
|
1623 C-o C-u keyboard-quit
|
|
1624 C-o wd delete-other-windows
|
|
1625 C-o wh split-window-horizontally
|
|
1626 C-o wo other-window
|
|
1627 C-o wv split-window-vertically
|
|
1628
|
|
1629 C-q 0 ws-find-marker-0
|
|
1630 C-q 1 ws-find-marker-1
|
|
1631 C-q 2 ws-find-marker-2
|
|
1632 C-q 3 ws-find-marker-3
|
|
1633 C-q 4 ws-find-marker-4
|
|
1634 C-q 5 ws-find-marker-5
|
|
1635 C-q 6 ws-find-marker-6
|
|
1636 C-q 7 ws-find-marker-7
|
|
1637 C-q 8 ws-find-marker-8
|
|
1638 C-q 9 ws-find-marker-9
|
|
1639 C-q a ws-query-replace
|
|
1640 C-q b ws-to-block-begin
|
|
1641 C-q c end-of-buffer
|
|
1642 C-q d end-of-line
|
|
1643 C-q f ws-search
|
|
1644 C-q k ws-to-block-end
|
|
1645 C-q l ws-undo
|
|
1646 C-q p ws-last-cursorp
|
|
1647 C-q r beginning-of-buffer
|
|
1648 C-q C-u keyboard-quit
|
|
1649 C-q w ws-last-error
|
|
1650 C-q y ws-kill-eol
|
|
1651 C-q DEL ws-kill-bol
|
|
1652 " t nil)
|
|
1653
|
|
1654 ;;;***
|
|
1655
|
|
1656 ;;;### (autoloads nil "loaddefs-eos" "eos/loaddefs-eos.el")
|
|
1657
|
|
1658 ;;;***
|
|
1659
|
|
1660 ;;;### (autoloads (blackbox) "blackbox" "games/blackbox.el")
|
|
1661
|
|
1662 (autoload 'blackbox "blackbox" "\
|
|
1663 Play blackbox. Optional prefix argument is the number of balls;
|
|
1664 the default is 4.
|
|
1665
|
|
1666 What is blackbox?
|
|
1667
|
|
1668 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
|
|
1669 Blackbox). Your opponent (Emacs, in this case) has hidden several
|
|
1670 balls (usually 4) within this box. By shooting rays into the box and
|
|
1671 observing where they emerge it is possible to deduce the positions of
|
|
1672 the hidden balls. The fewer rays you use to find the balls, the lower
|
|
1673 your score.
|
|
1674
|
|
1675 Overview of play:
|
|
1676
|
|
1677 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
|
|
1678 specifies the number of balls to be hidden in the box; the default is
|
|
1679 four.
|
|
1680
|
|
1681 The cursor can be moved around the box with the standard cursor
|
|
1682 movement keys.
|
|
1683
|
|
1684 To shoot a ray, move the cursor to the edge of the box and press SPC.
|
|
1685 The result will be determined and the playfield updated.
|
|
1686
|
|
1687 You may place or remove balls in the box by moving the cursor into the
|
|
1688 box and pressing \\[bb-romp].
|
|
1689
|
|
1690 When you think the configuration of balls you have placed is correct,
|
|
1691 press \\[bb-done]. You will be informed whether you are correct or
|
|
1692 not, and be given your score. Your score is the number of letters and
|
|
1693 numbers around the outside of the box plus five for each incorrectly
|
|
1694 placed ball. If you placed any balls incorrectly, they will be
|
|
1695 indicated with `x', and their actual positions indicated with `o'.
|
|
1696
|
|
1697 Details:
|
|
1698
|
|
1699 There are three possible outcomes for each ray you send into the box:
|
|
1700
|
|
1701 Detour: the ray is deflected and emerges somewhere other than
|
|
1702 where you sent it in. On the playfield, detours are
|
|
1703 denoted by matching pairs of numbers -- one where the
|
|
1704 ray went in, and the other where it came out.
|
|
1705
|
|
1706 Reflection: the ray is reflected and emerges in the same place
|
|
1707 it was sent in. On the playfield, reflections are
|
|
1708 denoted by the letter `R'.
|
|
1709
|
|
1710 Hit: the ray strikes a ball directly and is absorbed. It does
|
|
1711 not emerge from the box. On the playfield, hits are
|
|
1712 denoted by the letter `H'.
|
|
1713
|
|
1714 The rules for how balls deflect rays are simple and are best shown by
|
|
1715 example.
|
|
1716
|
|
1717 As a ray approaches a ball it is deflected ninety degrees. Rays can
|
|
1718 be deflected multiple times. In the diagrams below, the dashes
|
|
1719 represent empty box locations and the letter `O' represents a ball.
|
|
1720 The entrance and exit points of each ray are marked with numbers as
|
|
1721 described under \"Detour\" above. Note that the entrance and exit
|
|
1722 points are always interchangeable. `*' denotes the path taken by the
|
|
1723 ray.
|
|
1724
|
|
1725 Note carefully the relative positions of the ball and the ninety
|
|
1726 degree deflection it causes.
|
|
1727
|
|
1728 1
|
|
1729 - * - - - - - - - - - - - - - - - - - - - - - -
|
|
1730 - * - - - - - - - - - - - - - - - - - - - - - -
|
|
1731 1 * * - - - - - - - - - - - - - - - O - - - - O -
|
|
1732 - - O - - - - - - - O - - - - - - - * * * * - -
|
|
1733 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
|
|
1734 - - - - - - - - - - - * - - - - - - - O - * - -
|
|
1735 - - - - - - - - - - - * - - - - - - - - * * - -
|
|
1736 - - - - - - - - - - - * - - - - - - - - * - O -
|
|
1737 2 3
|
|
1738
|
|
1739 As mentioned above, a reflection occurs when a ray emerges from the same point
|
|
1740 it was sent in. This can happen in several ways:
|
|
1741
|
|
1742
|
|
1743 - - - - - - - - - - - - - - - - - - - - - - - -
|
|
1744 - - - - O - - - - - O - O - - - - - - - - - - -
|
|
1745 R * * * * - - - - - - - * - - - - O - - - - - - -
|
|
1746 - - - - O - - - - - - * - - - - R - - - - - - - -
|
|
1747 - - - - - - - - - - - * - - - - - - - - - - - -
|
|
1748 - - - - - - - - - - - * - - - - - - - - - - - -
|
|
1749 - - - - - - - - R * * * * - - - - - - - - - - - -
|
|
1750 - - - - - - - - - - - - O - - - - - - - - - - -
|
|
1751
|
|
1752 In the first example, the ray is deflected downwards by the upper
|
|
1753 ball, then left by the lower ball, and finally retraces its path to
|
|
1754 its point of origin. The second example is similar. The third
|
|
1755 example is a bit anomalous but can be rationalized by realizing the
|
|
1756 ray never gets a chance to get into the box. Alternatively, the ray
|
|
1757 can be thought of as being deflected downwards and immediately
|
|
1758 emerging from the box.
|
|
1759
|
|
1760 A hit occurs when a ray runs straight into a ball:
|
|
1761
|
|
1762 - - - - - - - - - - - - - - - - - - - - - - - -
|
|
1763 - - - - - - - - - - - - - - - - - - - - O - - -
|
|
1764 - - - - - - - - - - - - O - - - H * * * * - - - -
|
|
1765 - - - - - - - - H * * * * O - - - - - - * - - - -
|
|
1766 - - - - - - - - - - - - O - - - - - - O - - - -
|
|
1767 H * * * O - - - - - - - - - - - - - - - - - - - -
|
|
1768 - - - - - - - - - - - - - - - - - - - - - - - -
|
|
1769 - - - - - - - - - - - - - - - - - - - - - - - -
|
|
1770
|
|
1771 Be sure to compare the second example of a hit with the first example of
|
|
1772 a reflection." t nil)
|
|
1773
|
|
1774 ;;;***
|
|
1775
|
|
1776 ;;;### (autoloads (conx-load conx conx-region conx-buffer) "conx" "games/conx.el")
|
|
1777
|
|
1778 (autoload 'conx-buffer "conx" "\
|
|
1779 Absorb the text in the current buffer into the tree." t nil)
|
|
1780
|
|
1781 (autoload 'conx-region "conx" "\
|
|
1782 Absorb the text in the current region into the tree." t nil)
|
|
1783
|
|
1784 (autoload 'conx "conx" "\
|
|
1785 Generate some random sentences in the *conx* buffer." t nil)
|
|
1786
|
|
1787 (autoload 'conx-load "conx" "\
|
|
1788 Load in a CONX database written by the \\[conx-save] command.
|
|
1789 This clears the database currently in memory." t nil)
|
|
1790
|
|
1791 ;;;***
|
|
1792
|
|
1793 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) "cookie1" "games/cookie1.el")
|
|
1794
|
|
1795 (autoload 'cookie "cookie1" "\
|
|
1796 Return a random phrase from PHRASE-FILE. When the phrase file
|
|
1797 is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil)
|
|
1798
|
|
1799 (autoload 'cookie-insert "cookie1" "\
|
|
1800 Insert random phrases from PHRASE-FILE; COUNT of them. When the phrase file
|
|
1801 is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil)
|
|
1802
|
|
1803 (autoload 'cookie-snarf "cookie1" "\
|
|
1804 Reads in the PHRASE-FILE, returns it as a vector of strings.
|
|
1805 Emit STARTMSG and ENDMSG before and after. Caches the result; second
|
|
1806 and subsequent calls on the same file won't go to disk." nil nil)
|
|
1807
|
|
1808 (autoload 'shuffle-vector "cookie1" "\
|
|
1809 Randomly permute the elements of VECTOR (all permutations equally likely)" nil nil)
|
|
1810
|
|
1811 ;;;***
|
|
1812
|
80
|
1813 ;;;### (autoloads (decipher-mode decipher) "decipher" "games/decipher.el")
|
|
1814
|
|
1815 (autoload 'decipher "decipher" "\
|
|
1816 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode." t nil)
|
|
1817
|
|
1818 (autoload 'decipher-mode "decipher" "\
|
|
1819 Major mode for decrypting monoalphabetic substitution ciphers.
|
|
1820 Lower-case letters enter plaintext.
|
|
1821 Upper-case letters are commands.
|
|
1822
|
|
1823 The buffer is made read-only so that normal Emacs commands cannot
|
|
1824 modify it.
|
|
1825
|
|
1826 The most useful commands are:
|
|
1827 \\<decipher-mode-map>
|
|
1828 \\[decipher-digram-list] Display a list of all digrams & their frequency
|
|
1829 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
|
|
1830 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
|
|
1831 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
|
|
1832 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)" t nil)
|
|
1833
|
|
1834 ;;;***
|
|
1835
|
78
|
1836 ;;;### (autoloads (dissociated-press) "dissociate" "games/dissociate.el")
|
|
1837
|
|
1838 (autoload 'dissociated-press "dissociate" "\
|
|
1839 Dissociate the text of the current buffer.
|
|
1840 Output goes in buffer named *Dissociation*,
|
|
1841 which is redisplayed each time text is added to it.
|
|
1842 Every so often the user must say whether to continue.
|
|
1843 If ARG is positive, require ARG chars of continuity.
|
|
1844 If ARG is negative, require -ARG words of continuity.
|
|
1845 Default is 2." t nil)
|
|
1846
|
|
1847 ;;;***
|
|
1848
|
|
1849 ;;;### (autoloads (doctor) "doctor" "games/doctor.el")
|
|
1850
|
|
1851 (autoload 'doctor "doctor" "\
|
|
1852 Switch to *doctor* buffer and start giving psychotherapy." t nil)
|
|
1853
|
|
1854 ;;;***
|
|
1855
|
|
1856 ;;;### (autoloads (dunnet) "dunnet" "games/dunnet.el")
|
|
1857
|
|
1858 (autoload 'dunnet "dunnet" "\
|
|
1859 Switch to *dungeon* buffer and start game." t nil)
|
|
1860
|
|
1861 ;;;***
|
|
1862
|
|
1863 ;;;### (autoloads (flame) "flame" "games/flame.el")
|
|
1864
|
|
1865 (autoload 'flame "flame" "\
|
|
1866 Generate ARG (default 1) sentences of half-crazed gibberish." t nil)
|
|
1867
|
|
1868 ;;;***
|
|
1869
|
|
1870 ;;;### (autoloads (gomoku) "gomoku" "games/gomoku.el")
|
|
1871
|
|
1872 (autoload 'gomoku "gomoku" "\
|
|
1873 Start a Gomoku game between you and Emacs.
|
|
1874 If a game is in progress, this command allow you to resume it.
|
|
1875 If optional arguments N and M are given, an N by M board is used.
|
|
1876
|
|
1877 You and Emacs play in turn by marking a free square. You mark it with X
|
|
1878 and Emacs marks it with O. The winner is the first to get five contiguous
|
|
1879 marks horizontally, vertically or in diagonal.
|
|
1880 You play by moving the cursor over the square you choose and hitting
|
|
1881 \\<gomoku-mode-map>\\[gomoku-human-plays].
|
|
1882 Use \\[describe-mode] for more info." t nil)
|
|
1883
|
|
1884 ;;;***
|
|
1885
|
|
1886 ;;;### (autoloads (hanoi) "hanoi" "games/hanoi.el")
|
|
1887
|
|
1888 (autoload 'hanoi "hanoi" "\
|
|
1889 Towers of Hanoi diversion. Argument is number of rings." t nil)
|
|
1890
|
|
1891 ;;;***
|
|
1892
|
|
1893 ;;;### (autoloads (life) "life" "games/life.el")
|
|
1894
|
|
1895 (autoload 'life "life" "\
|
|
1896 Run Conway's Life simulation.
|
|
1897 The starting pattern is randomly selected. Prefix arg (optional first
|
|
1898 arg non-nil from a program) is the number of seconds to sleep between
|
|
1899 generations (this defaults to 1)." t nil)
|
|
1900
|
|
1901 ;;;***
|
|
1902
|
98
|
1903 ;;;### (autoloads (mine-help mine-version mine) "mine" "games/mine.el")
|
|
1904
|
|
1905 (autoload 'mine "mine" "\
|
|
1906 Play Mine. Optional prefix argument is the number of mines.
|
|
1907
|
|
1908 To play Mine, type `\\[mine]' or `\\[universal-argument] NUM \\[mine]'.
|
|
1909
|
|
1910 An optional prefix argument specifies the number of mines to be hidden
|
|
1911 in the field. If no prefix argument is given, a percentage
|
|
1912 `mine-mines-%' of the field will contain mines.
|
|
1913
|
|
1914 What is Mine?\\<mine-mode-map>
|
|
1915
|
|
1916 Mine is a classical game of hide and seek played on a rectangular grid
|
|
1917 containing `mine-xmax' by `mine-ymax' squares (the mine field).
|
|
1918
|
|
1919 Your opponent (Emacs, in this case) has hidden several mines within
|
|
1920 this field. The object of the game is to find every hidden mine.
|
|
1921
|
|
1922 When you're sure a square does NOT contain a mine, you can hit it:
|
|
1923 move the mouse over the square and press `\\[mine-mouse-hit]' or
|
|
1924 move the cursor with the usual keys and press `\\[mine-hit-curpoint]'.
|
|
1925
|
|
1926 If the square is a mine, you loose.
|
|
1927 If the square isn't a mine, a number appears which represents
|
|
1928 the number of mines in the surrounding eight squares.
|
|
1929
|
|
1930 When you think a square DOES contain a mine, you can mark it:
|
|
1931 move the mouse over the square and press `\\[mine-mouse-mark]' or
|
|
1932 move the cursor with the usual keys and press `\\[mine-mark-curpoint]'.
|
|
1933
|
|
1934 The number of hidden mines remaining in the mine field is indicated
|
|
1935 inside the buffer. Every time you mark a square as a mine, this
|
|
1936 number decreases by one, even if you incorrectly mark a square.
|
|
1937
|
|
1938 If `mine-torus' is non-nil (the default), the Mine game is played over
|
|
1939 a periodic field (like a torus). Each mine is hidden periodically
|
|
1940 over the mine board `mine-nb-tiles-x' times in the x direction and
|
|
1941 `mine-nb-tiles-y' times in the y direction.
|
|
1942
|
|
1943 If `mine-colorp' is non-nil (the default, if the system allows it),
|
|
1944 the game is displayed with colors. The colors can be chosen with the
|
|
1945 variable `mine-colors'.
|
|
1946
|
|
1947 If the redisplay is not fast enough, increase `mine-level'. If you
|
|
1948 want to see a smoother (slower) redisplay, decrease `mine-level',
|
|
1949 `mine-count1-max' and `mine-count2-max'.
|
|
1950
|
|
1951 You can get help on `mine-mode' and its key bindings by pressing `\\[mine-help]'
|
|
1952 while in the *Mine* buffer.
|
|
1953 " t nil)
|
|
1954
|
|
1955 (autoload 'mine-version "mine" "\
|
|
1956 Return string describing the current version of Mine.
|
|
1957 When called interactively, displays the version." t nil)
|
|
1958
|
|
1959 (autoload 'mine-help "mine" "\
|
|
1960 *Get help on `mine-mode'." t nil)
|
|
1961
|
|
1962 ;;;***
|
|
1963
|
78
|
1964 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el")
|
|
1965
|
|
1966 (autoload 'mpuz "mpuz" "\
|
|
1967 Multiplication puzzle with GNU Emacs." t nil)
|
|
1968
|
|
1969 ;;;***
|
|
1970
|
|
1971 ;;;### (autoloads (snarf-spooks spook) "spook" "games/spook.el")
|
|
1972
|
|
1973 (autoload 'spook "spook" "\
|
|
1974 Adds that special touch of class to your outgoing mail." t nil)
|
|
1975
|
|
1976 (autoload 'snarf-spooks "spook" "\
|
|
1977 Return a vector containing the lines from `spook-phrases-file'." nil nil)
|
|
1978
|
|
1979 ;;;***
|
|
1980
|
|
1981 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism yow) "yow" "games/yow.el")
|
|
1982
|
|
1983 (autoload 'yow "yow" "\
|
|
1984 Return or display a random Zippy quotation. With prefix arg, insert it." t nil)
|
|
1985
|
|
1986 (autoload 'insert-zippyism "yow" "\
|
|
1987 Prompt with completion for a known Zippy quotation, and insert it at point." t nil)
|
|
1988
|
|
1989 (autoload 'apropos-zippy "yow" "\
|
|
1990 Return a list of all Zippy quotes matching REGEXP.
|
|
1991 If called interactively, display a list of matches." t nil)
|
|
1992
|
|
1993 (autoload 'psychoanalyze-pinhead "yow" "\
|
|
1994 Zippy goes to the analyst." t nil)
|
|
1995
|
|
1996 ;;;***
|
|
1997
|
|
1998 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el")
|
|
1999
|
|
2000 (autoload 'gnus-earcon-display "earcon" "\
|
|
2001 Play sounds in message buffers." t nil)
|
|
2002
|
|
2003 ;;;***
|
|
2004
|
98
|
2005 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el")
|
|
2006
|
|
2007 (autoload 'gnus-audio-play "gnus-audio" "\
|
|
2008 Play a sound through the speaker." t nil)
|
|
2009
|
|
2010 ;;;***
|
|
2011
|
78
|
2012 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el")
|
|
2013
|
|
2014 (autoload 'gnus-jog-cache "gnus-cache" "\
|
98
|
2015 Go through all groups and put the articles into the cache.
|
|
2016
|
|
2017 Usage:
|
|
2018 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache" t nil)
|
78
|
2019
|
|
2020 (autoload 'gnus-cache-generate-active "gnus-cache" "\
|
|
2021 Generate the cache active file." t nil)
|
|
2022
|
|
2023 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
|
|
2024 Generate NOV files recursively starting in DIR." t nil)
|
|
2025
|
|
2026 ;;;***
|
|
2027
|
98
|
2028 ;;;### (autoloads (gnus-fetch-group) "gnus-group" "gnus/gnus-group.el")
|
|
2029
|
|
2030 (autoload 'gnus-fetch-group "gnus-group" "\
|
|
2031 Start Gnus if necessary and enter GROUP.
|
|
2032 Returns whether the fetching was successful or not." t nil)
|
|
2033
|
|
2034 ;;;***
|
|
2035
|
|
2036 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el")
|
|
2037
|
|
2038 (defalias 'gnus-batch-kill 'gnus-batch-score)
|
|
2039
|
|
2040 (autoload 'gnus-batch-score "gnus-kill" "\
|
|
2041 Run batched scoring.
|
|
2042 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ...
|
|
2043 Newsgroups is a list of strings in Bnews format. If you want to score
|
|
2044 the comp hierarchy, you'd say \"comp.all\". If you would not like to
|
|
2045 score the alt hierarchy, you'd say \"!alt.all\"." t nil)
|
|
2046
|
|
2047 ;;;***
|
|
2048
|
|
2049 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el")
|
|
2050
|
|
2051 (autoload 'gnus-change-server "gnus-move" "\
|
|
2052 Move from FROM-SERVER to TO-SERVER.
|
|
2053 Update the .newsrc.eld file to reflect the change of nntp server." t nil)
|
78
|
2054
|
|
2055 ;;;***
|
|
2056
|
|
2057 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el")
|
|
2058
|
|
2059 (autoload 'gnus-batch-brew-soup "gnus-soup" "\
|
|
2060 Brew a SOUP packet from groups mention on the command line.
|
|
2061 Will use the remaining command line arguments as regular expressions
|
|
2062 for matching on group names.
|
|
2063
|
|
2064 For instance, if you want to brew on all the nnml groups, as well as
|
|
2065 groups with \"emacs\" in the name, you could say something like:
|
|
2066
|
|
2067 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"" t nil)
|
|
2068
|
|
2069 ;;;***
|
|
2070
|
98
|
2071 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el")
|
|
2072
|
|
2073 (autoload 'gnus-update-format "gnus-spec" "\
|
78
|
2074 Update the format specification near point." t nil)
|
|
2075
|
98
|
2076 ;;;***
|
|
2077
|
|
2078 ;;;### (autoloads (gnus-declare-backend gnus-unload) "gnus-start" "gnus/gnus-start.el")
|
|
2079
|
|
2080 (autoload 'gnus-unload "gnus-start" "\
|
|
2081 Unload all Gnus features." t nil)
|
|
2082
|
|
2083 (autoload 'gnus-declare-backend "gnus-start" "\
|
|
2084 Declare backend NAME with ABILITIES as a Gnus backend." nil nil)
|
|
2085
|
|
2086 ;;;***
|
|
2087
|
|
2088 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el")
|
|
2089
|
|
2090 (autoload 'gnus-add-configuration "gnus-win" "\
|
78
|
2091 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
|
|
2092
|
98
|
2093 ;;;***
|
|
2094
|
|
2095 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server gnus-slave-no-server) "gnus" "gnus/gnus.el")
|
|
2096
|
78
|
2097 (autoload 'gnus-slave-no-server "gnus" "\
|
|
2098 Read network news as a slave, without connecting to local server" t nil)
|
|
2099
|
|
2100 (autoload 'gnus-no-server "gnus" "\
|
|
2101 Read network news.
|
|
2102 If ARG is a positive number, Gnus will use that as the
|
|
2103 startup level. If ARG is nil, Gnus will be started at level 2.
|
|
2104 If ARG is non-nil and not a positive number, Gnus will
|
|
2105 prompt the user for the name of an NNTP server to use.
|
|
2106 As opposed to `gnus', this command will not connect to the local server." t nil)
|
|
2107
|
|
2108 (autoload 'gnus-slave "gnus" "\
|
|
2109 Read news as a slave." t nil)
|
|
2110
|
|
2111 (autoload 'gnus-other-frame "gnus" "\
|
|
2112 Pop up a frame to read news." t nil)
|
|
2113
|
|
2114 (autoload 'gnus "gnus" "\
|
|
2115 Read network news.
|
|
2116 If ARG is non-nil and a positive number, Gnus will use that as the
|
|
2117 startup level. If ARG is non-nil and not a positive number, Gnus will
|
|
2118 prompt the user for the name of an NNTP server to use." t nil)
|
|
2119
|
|
2120 ;;;***
|
|
2121
|
|
2122 ;;;### (autoloads (unbold-region bold-region message-news-other-frame message-news-other-window message-mail-other-frame message-mail-other-window message-bounce message-resend message-forward message-recover message-supersede message-cancel-news message-followup message-wide-reply message-reply message-news message-mail message-mode) "message" "gnus/message.el")
|
|
2123
|
98
|
2124 (defcustom message-fcc-handler-function 'message-output "*A function called to save outgoing articles.\nThis function will be called with the name of the file to store the\narticle in. The default function is `message-output' which saves in Unix\nmailbox format." :type '(radio (function-item message-output) (function :tag "Other")) :group 'message-sending)
|
|
2125
|
|
2126 (defcustom message-from-style 'default "*Specifies how \"From\" headers look.\n\nIf `nil', they contain just the return address like:\n king@grassland.com\nIf `parens', they look like:\n king@grassland.com (Elvis Parsley)\nIf `angles', they look like:\n Elvis Parsley <king@grassland.com>\n\nOtherwise, most addresses look like `angles', but they look like\n`parens' if `angles' would need quoting and `parens' would not." :type '(choice (const :tag "simple" nil) (const parens) (const angles) (const default)) :group 'message-headers)
|
|
2127
|
|
2128 (defcustom message-signature-separator "^-- *$" "Regexp matching the signature separator." :type 'regexp :group 'message-various)
|
|
2129
|
|
2130 (defcustom message-user-organization-file "/usr/lib/news/organization" "*Local news organization file." :type 'file :group 'message-headers)
|
|
2131
|
|
2132 (defcustom message-send-mail-function 'message-send-mail-with-sendmail "Function to call to send the current buffer as mail.\nThe headers should be delimited by a line whose contents match the\nvariable `mail-header-separator'.\n\nLegal values include `message-send-mail-with-sendmail' (the default),\n`message-send-mail-with-mh' and `message-send-mail-with-qmail'." :type '(radio (function-item message-send-mail-with-sendmail) (function-item message-send-mail-with-mh) (function-item message-send-mail-with-qmail) (function :tag "Other")) :group 'message-sending :group 'message-mail)
|
|
2133
|
|
2134 (defcustom message-citation-line-function 'message-insert-citation-line "*Function called to insert the \"Whomever writes:\" line." :type 'function :group 'message-insertion)
|
|
2135
|
|
2136 (defcustom message-yank-prefix "> " "*Prefix inserted on the lines of yanked messages.\nnil means use indentation." :type 'string :group 'message-insertion)
|
|
2137
|
|
2138 (defcustom message-cite-function (if (and (boundp 'mail-citation-hook) mail-citation-hook) mail-citation-hook 'message-cite-original) "*Function for citing an original message." :type '(radio (function-item message-cite-original) (function-item sc-cite-original) (function :tag "Other")) :group 'message-insertion)
|
|
2139
|
|
2140 (defcustom message-indent-citation-function 'message-indent-citation "*Function for modifying a citation just inserted in the mail buffer.\nThis can also be a list of functions. Each function can find the\ncitation between (point) and (mark t). And each function should leave\npoint and mark around the citation text as modified." :type 'function :group 'message-insertion)
|
|
2141
|
|
2142 (defcustom message-signature t "*String to be inserted at the end of the message buffer.\nIf t, the `message-signature-file' file will be inserted instead.\nIf a function, the result from the function will be used instead.\nIf a form, the result from the form will be used instead." :type 'sexp :group 'message-insertion)
|
|
2143
|
|
2144 (defcustom message-signature-file "~/.signature" "*File containing the text inserted at end of message buffer." :type 'file :group 'message-insertion)
|
78
|
2145
|
|
2146 (autoload 'message-mode "message" "\
|
|
2147 Major mode for editing mail and news to be sent.
|
|
2148 Like Text Mode but with these additional commands:
|
|
2149 C-c C-s message-send (send the message) C-c C-c message-send-and-exit
|
|
2150 C-c C-f move to a header field (and create it if there isn't):
|
|
2151 C-c C-f C-t move to To C-c C-f C-s move to Subject
|
|
2152 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
|
98
|
2153 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
|
78
|
2154 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
|
|
2155 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
|
98
|
2156 C-c C-f C-f move to Followup-To
|
78
|
2157 C-c C-t message-insert-to (add a To header to a news followup)
|
|
2158 C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply)
|
|
2159 C-c C-b message-goto-body (move to beginning of message text).
|
|
2160 C-c C-i message-goto-signature (move to the beginning of the signature).
|
|
2161 C-c C-w message-insert-signature (insert `message-signature-file' file).
|
|
2162 C-c C-y message-yank-original (insert current message, if any).
|
|
2163 C-c C-q message-fill-yanked-message (fill what was yanked).
|
98
|
2164 C-c C-e message-elide-region (elide the text between point and mark).
|
|
2165 C-c C-r message-caesar-buffer-body (rot13 the message body)." t nil)
|
78
|
2166
|
|
2167 (autoload 'message-mail "message" "\
|
|
2168 Start editing a mail message to be sent." t nil)
|
|
2169
|
|
2170 (autoload 'message-news "message" "\
|
|
2171 Start editing a news article to be sent." t nil)
|
|
2172
|
|
2173 (autoload 'message-reply "message" "\
|
|
2174 Start editing a reply to the article in the current buffer." t nil)
|
|
2175
|
98
|
2176 (autoload 'message-wide-reply "message" "\
|
|
2177 Make a \"wide\" reply to the message in the current buffer." t nil)
|
|
2178
|
|
2179 (autoload 'message-followup "message" "\
|
|
2180 Follow up to the message in the current buffer.
|
|
2181 If TO-NEWSGROUPS, use that as the new Newsgroups line." t nil)
|
78
|
2182
|
|
2183 (autoload 'message-cancel-news "message" "\
|
|
2184 Cancel an article you posted." t nil)
|
|
2185
|
|
2186 (autoload 'message-supersede "message" "\
|
|
2187 Start composing a message to supersede the current message.
|
|
2188 This is done simply by taking the old article and adding a Supersedes
|
|
2189 header line with the old Message-ID." t nil)
|
|
2190
|
|
2191 (autoload 'message-recover "message" "\
|
|
2192 Reread contents of current buffer from its last auto-save file." t nil)
|
|
2193
|
|
2194 (autoload 'message-forward "message" "\
|
|
2195 Forward the current message via mail.
|
|
2196 Optional NEWS will use news to forward instead of mail." t nil)
|
|
2197
|
|
2198 (autoload 'message-resend "message" "\
|
|
2199 Resend the current article to ADDRESS." t nil)
|
|
2200
|
|
2201 (autoload 'message-bounce "message" "\
|
|
2202 Re-mail the current message.
|
|
2203 This only makes sense if the current message is a bounce message than
|
|
2204 contains some mail you have written which has been bounced back to
|
|
2205 you." t nil)
|
|
2206
|
|
2207 (autoload 'message-mail-other-window "message" "\
|
|
2208 Like `message-mail' command, but display mail buffer in another window." t nil)
|
|
2209
|
|
2210 (autoload 'message-mail-other-frame "message" "\
|
|
2211 Like `message-mail' command, but display mail buffer in another frame." t nil)
|
|
2212
|
|
2213 (autoload 'message-news-other-window "message" "\
|
|
2214 Start editing a news article to be sent." t nil)
|
|
2215
|
|
2216 (autoload 'message-news-other-frame "message" "\
|
|
2217 Start editing a news article to be sent." t nil)
|
|
2218
|
|
2219 (autoload 'bold-region "message" "\
|
|
2220 Bold all nonblank characters in the region.
|
|
2221 Works by overstriking characters.
|
|
2222 Called from program, takes two arguments START and END
|
|
2223 which specify the range to operate on." t nil)
|
|
2224
|
|
2225 (autoload 'unbold-region "message" "\
|
|
2226 Remove all boldness (overstruck characters) in the region.
|
|
2227 Called from program, takes two arguments START and END
|
|
2228 which specify the range to operate on." t nil)
|
|
2229
|
|
2230 ;;;***
|
|
2231
|
98
|
2232 ;;;### (autoloads nil "messcompat" "gnus/messcompat.el")
|
|
2233
|
|
2234 (defvar message-signature-file mail-signature-file "\
|
|
2235 *File containing the text inserted at end of message. buffer.")
|
|
2236
|
|
2237 ;;;***
|
|
2238
|
|
2239 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el")
|
|
2240
|
|
2241 (autoload 'nndoc-add-type "nndoc" "\
|
|
2242 Add document DEFINITION to the list of nndoc document definitions.
|
|
2243 If POSITION is nil or `last', the definition will be added
|
|
2244 as the last checked definition, if t or `first', add as the
|
|
2245 first definition, and if any other symbol, add after that
|
|
2246 symbol in the alist." nil nil)
|
|
2247
|
|
2248 ;;;***
|
|
2249
|
78
|
2250 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el")
|
|
2251
|
|
2252 (autoload 'nnfolder-generate-active-file "nnfolder" "\
|
|
2253 Look for mbox folders in the nnfolder directory and make them into groups." t nil)
|
|
2254
|
|
2255 ;;;***
|
|
2256
|
|
2257 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el")
|
|
2258
|
|
2259 (autoload 'nnkiboze-generate-groups "nnkiboze" "\
|
|
2260 Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups
|
|
2261 Finds out what articles are to be part of the nnkiboze groups." t nil)
|
|
2262
|
|
2263 ;;;***
|
|
2264
|
|
2265 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el")
|
|
2266
|
|
2267 (autoload 'nnml-generate-nov-databases "nnml" "\
|
|
2268 Generate nov databases in all nnml directories." t nil)
|
|
2269
|
|
2270 ;;;***
|
|
2271
|
|
2272 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) "nnsoup" "gnus/nnsoup.el")
|
|
2273
|
|
2274 (autoload 'nnsoup-pack-replies "nnsoup" "\
|
|
2275 Make an outbound package of SOUP replies." t nil)
|
|
2276
|
|
2277 (autoload 'nnsoup-set-variables "nnsoup" "\
|
|
2278 Use the SOUP methods for posting news and mailing mail." t nil)
|
|
2279
|
|
2280 (autoload 'nnsoup-revert-variables "nnsoup" "\
|
|
2281 Revert posting and mailing methods to the standard Emacs methods." t nil)
|
|
2282
|
|
2283 ;;;***
|
|
2284
|
|
2285 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el")
|
|
2286
|
|
2287 (autoload 'gnus-score-mode "score-mode" "\
|
|
2288 Mode for editing Gnus score files.
|
|
2289 This mode is an extended emacs-lisp mode.
|
|
2290
|
|
2291 \\{gnus-score-mode-map}" t nil)
|
|
2292
|
|
2293 ;;;***
|
|
2294
|
|
2295 ;;;### (autoloads (gnus-smiley-display smiley-buffer smiley-region) "smiley" "gnus/smiley.el")
|
|
2296
|
|
2297 (autoload 'smiley-region "smiley" "\
|
|
2298 Smilify the region between point and mark." t nil)
|
|
2299
|
|
2300 (autoload 'smiley-buffer "smiley" nil t nil)
|
|
2301
|
|
2302 (autoload 'gnus-smiley-display "smiley" nil t nil)
|
|
2303
|
|
2304 ;;;***
|
|
2305
|
|
2306 ;;;### (autoloads (hm--html-minor-mode hm--html-mode) "hm--html-mode" "hm--html-menus/hm--html-mode.el")
|
|
2307
|
|
2308 (autoload 'hm--html-mode "hm--html-mode" "\
|
|
2309 Major mode for editing HTML hypertext documents.
|
|
2310 Special commands:\\{hm--html-mode-map}
|
|
2311 Turning on hm--html-mode calls the value of the variable hm--html-mode-hook,
|
|
2312 if that value is non-nil." t nil)
|
|
2313
|
|
2314 (autoload 'hm--html-minor-mode "hm--html-mode" "\
|
|
2315 Toggle hm--html-minor-mode.
|
|
2316 With arg, turn hm--html-minor-mode on iff arg is positive." t nil)
|
|
2317
|
|
2318 ;;;***
|
|
2319
|
|
2320 ;;;### (autoloads (html-view-get-display html-view-goto-url html-view-view-buffer html-view-view-file html-view-start-mosaic) "html-view" "hm--html-menus/html-view.el")
|
|
2321
|
|
2322 (autoload 'html-view-start-mosaic "html-view" "\
|
|
2323 Start Mosaic." t nil)
|
|
2324
|
|
2325 (autoload 'html-view-view-file "html-view" "\
|
|
2326 View an html file with Mosaic." t nil)
|
|
2327
|
|
2328 (autoload 'html-view-view-buffer "html-view" "\
|
|
2329 View html buffer with Mosaic.
|
|
2330 If BUFFER-TO-VIEW is nil, then the current buffer is used." t nil)
|
|
2331
|
|
2332 (autoload 'html-view-goto-url "html-view" "\
|
|
2333 Goto an URL in Mosaic." t nil)
|
|
2334
|
|
2335 (autoload 'html-view-get-display "html-view" "\
|
|
2336 Get the display for Mosaic." t nil)
|
|
2337
|
|
2338 ;;;***
|
|
2339
|
98
|
2340 ;;;### (autoloads (tmpl-insert-template-file tmpl-insert-template-file-from-fixed-dirs tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el")
|
|
2341
|
|
2342 (autoload 'tmpl-expand-templates-in-region "tmpl-minor-mode" "\
|
|
2343 Expand the templates in the region from BEGIN to END.
|
|
2344 If BEGIN and and are nil, then the current region is used." t nil)
|
|
2345
|
|
2346 (autoload 'tmpl-expand-templates-in-buffer "tmpl-minor-mode" "\
|
|
2347 Expand all templates in the current buffer." t nil)
|
|
2348
|
|
2349 (autoload 'tmpl-insert-template-file-from-fixed-dirs "tmpl-minor-mode" "\
|
|
2350 Inserts a template FILE and expands it, if `tmpl-automatic-expand' is t.
|
|
2351 This command tries to read the template file from a list of
|
|
2352 predefined directries (look at `tmpl-template-dir-list') and it filters
|
|
2353 the contents of this directories with the regular expression
|
|
2354 `tmpl-filter-regexp' (look also at this variable).
|
|
2355 The command uses a history variable, which could be changed with the
|
|
2356 variable `tmpl-history-variable-name'.
|
|
2357
|
|
2358 The user of the command is able to change interactive to another
|
|
2359 directory by entering at first the string \"Change the directory\".
|
|
2360 This maybe to difficult for the user. Therefore another command
|
|
2361 called `tmpl-insert-template-file' exist, which doesn't use fixed
|
|
2362 directories and filters." t nil)
|
|
2363
|
|
2364 (autoload 'tmpl-insert-template-file "tmpl-minor-mode" "\
|
|
2365 Insert a template FILE and expand it, if `tmpl-automatic-expand' is t.
|
|
2366 Look also at `tmpl-template-dir-list', to specify a default template directory.
|
|
2367 You should also take a look at `tmpl-insert-template-file-from-fixed-dirs'
|
|
2368 which has additional advantages (and disadvantages :-).
|
|
2369
|
|
2370 ATTENTION: The interface of this function has changed. The old
|
|
2371 function had the argument list (&optional TEMPLATE-DIR AUTOMATIC-EXPAND).
|
|
2372 The variables `tmpl-template-dir-list' and `tmpl-automatic-expand' must
|
|
2373 now be used instead of the args TEMPLATE-DIR and AUTOMATIC-EXPAND." t nil)
|
|
2374
|
|
2375 ;;;***
|
|
2376
|
78
|
2377 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el")
|
|
2378
|
|
2379 (autoload 'hmail:compose "hmail" "\
|
|
2380 Compose mail with ADDRESS and evaluation of EXPR.
|
|
2381 Optional SUBJECT and HELP message may also be given." t nil)
|
|
2382
|
|
2383 ;;;***
|
|
2384
|
|
2385 ;;;### (autoloads (Info-handle-in-note smart-info-assist smart-info) "hmous-info" "hyperbole/hmous-info.el")
|
|
2386
|
|
2387 (autoload 'smart-info "hmous-info" "\
|
|
2388 Walks through Info documentation networks using one key or mouse key.
|
|
2389
|
|
2390 If key is pressed within:
|
|
2391 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
|
|
2392 is found;
|
|
2393 (2) the Up, Next, or Previous entries of a Node Header (first line),
|
|
2394 the desired node is found;
|
|
2395 (3) the File entry of a Node Header (first line),
|
|
2396 the 'Top' node within that file is found;
|
|
2397 (4) at the end of the current node, the Next node is found (this will
|
|
2398 descend subtrees if the function 'Info-global-next' is bound);
|
|
2399 (5) anywhere else (e.g. at the end of a line), the current node entry is
|
|
2400 scrolled up one windowful.
|
|
2401
|
|
2402 Returns t if key is pressed within an Info Node Header, Cross Reference,
|
|
2403 or a Menu; otherwise returns nil." t nil)
|
|
2404
|
|
2405 (autoload 'smart-info-assist "hmous-info" "\
|
|
2406 Walks through Info documentation networks using one assist-key or mouse assist-key.
|
|
2407
|
|
2408 If assist-key is pressed within:
|
|
2409 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
|
|
2410 is found;
|
|
2411 (2) the Up, Next, or Previous entries of a Node Header (first line),
|
|
2412 the last node in the history list is found;
|
|
2413 (3) the File entry of a Node Header (first line),
|
|
2414 the 'DIR' root-level node is found;
|
|
2415 (4) at the end of the current node, the Previous node is found (this will
|
|
2416 return from subtrees if the function 'Info-global-prev is bound);
|
|
2417 (5) anywhere else (e.g. at the end of a line), the current node entry is
|
|
2418 scrolled down one windowful.
|
|
2419
|
|
2420 Returns t if assist-key is pressed within an Info Node Header, Cross Reference,
|
|
2421 or a Menu; otherwise returns nil." t nil)
|
|
2422
|
|
2423 (autoload 'Info-handle-in-note "hmous-info" "\
|
|
2424 Follows an Info cross-reference.
|
|
2425 If point is within the first line of an Info note (cross-reference), follows
|
|
2426 cross-reference and returns t; otherwise returns nil." nil nil)
|
|
2427
|
|
2428 ;;;***
|
|
2429
|
|
2430 ;;;### (autoloads (smart-tags-file smart-tags-file-path smart-objc-oobr smart-objc smart-fortran-at-tag-p smart-c++-oobr smart-c++ smart-c-at-tag-p smart-asm-at-tag-p) "hmouse-tag" "hyperbole/hmouse-tag.el")
|
|
2431
|
|
2432 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\
|
|
2433 Return assembly tag name that point is within, else nil." nil nil)
|
|
2434
|
|
2435 (autoload 'smart-c-at-tag-p "hmouse-tag" "\
|
|
2436 Return C tag name that point is within, else nil." nil nil)
|
|
2437
|
|
2438 (autoload 'smart-c++ "hmouse-tag" "\
|
|
2439 Jumps to the definition of optional C++ IDENTIFIER or the one at point.
|
|
2440 Optional second arg NEXT means jump to next matching C++ tag.
|
|
2441
|
|
2442 It assumes that its caller has already checked that the key was pressed in an
|
|
2443 appropriate buffer and has moved the cursor to the selected buffer.
|
|
2444
|
|
2445 If:
|
|
2446 (1) on a '#include' statement, the include file is displayed;
|
|
2447 Look for include file in directory lists 'smart-c-cpp-include-dirs'
|
|
2448 and 'smart-c-include-dirs'.
|
|
2449 (2) on a C++ identifier, the identifier definition is displayed,
|
|
2450 assuming the identifier is found within an 'etags' generated tag file
|
|
2451 in the current directory or any of its ancestor directories.
|
|
2452 (3) if 'smart-c-use-lib-man' is non-nil, the C++ identifier is
|
|
2453 recognized as a library symbol, and a man page is found for the
|
|
2454 identifier, then the man page is displayed." t nil)
|
|
2455
|
|
2456 (autoload 'smart-c++-oobr "hmouse-tag" "\
|
|
2457 Jumps to the definition of selected C++ construct via OO-Browser support.
|
|
2458 Optional JUNK is ignored. Does nothing if the OO-Browser is not available.
|
|
2459
|
|
2460 It assumes that its caller has already checked that the key was pressed in an
|
|
2461 appropriate buffer and has moved the cursor to the selected buffer.
|
|
2462
|
|
2463 If key is pressed:
|
|
2464 (1) on a '#include' statement, the include file is displayed;
|
|
2465 Look for include file in directory lists 'smart-c-cpp-include-dirs'
|
|
2466 and 'smart-c-include-dirs'.
|
|
2467 (2) within a method declaration, its definition is displayed;
|
|
2468 (3) on a class name, the class definition is shown.
|
|
2469
|
|
2470 (2) and (3) require that an OO-Browser Environment has been loaded with
|
|
2471 the {M-x br-env-load RTN} command." t nil)
|
|
2472
|
|
2473 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
|
|
2474 Return Fortran tag name that point is within, else nil." nil nil)
|
|
2475
|
|
2476 (autoload 'smart-objc "hmouse-tag" "\
|
|
2477 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point.
|
|
2478 Optional second arg NEXT means jump to next matching Objective-C tag.
|
|
2479
|
|
2480 It assumes that its caller has already checked that the key was pressed in an
|
|
2481 appropriate buffer and has moved the cursor to the selected buffer.
|
|
2482
|
|
2483 If:
|
|
2484 (1) on a '#include' statement, the include file is displayed;
|
|
2485 Look for include file in directory lists 'smart-c-cpp-include-dirs'
|
|
2486 and 'smart-c-include-dirs'.
|
|
2487 (2) on an Objective-C identifier, the identifier definition is displayed,
|
|
2488 assuming the identifier is found within an 'etags' generated tag file
|
|
2489 in the current directory or any of its ancestor directories.
|
|
2490 (3) if 'smart-c-use-lib-man' is non-nil, the Objective-C identifier is
|
|
2491 recognized as a library symbol, and a man page is found for the
|
|
2492 identifier, then the man page is displayed." t nil)
|
|
2493
|
|
2494 (autoload 'smart-objc-oobr "hmouse-tag" "\
|
|
2495 Jumps to the definition of selected Objective-C construct via OO-Browser support.
|
|
2496 Optional JUNK is ignored. Does nothing if the OO-Browser is not available.
|
|
2497
|
|
2498 It assumes that its caller has already checked that the key was pressed in an
|
|
2499 appropriate buffer and has moved the cursor to the selected buffer.
|
|
2500
|
|
2501 If key is pressed:
|
|
2502 (1) on a '#include' statement, the include file is displayed;
|
|
2503 Look for include file in directory lists 'smart-c-cpp-include-dirs'
|
|
2504 and 'smart-c-include-dirs'.
|
|
2505 (2) within a method declaration, its definition is displayed;
|
|
2506 (3) on a class name, the class definition is shown.
|
|
2507
|
|
2508 (2) and (3) require that an OO-Browser Environment has been loaded with
|
|
2509 the {M-x br-env-load RTN} command." t nil)
|
|
2510
|
|
2511 (autoload 'smart-tags-file-path "hmouse-tag" "\
|
|
2512 Expand relative FILE name by looking it up in the nearest tags file.
|
|
2513 Return FILE unchanged if it exists relative to the current directory or
|
|
2514 cannot be expanded via a tags file." nil nil)
|
|
2515
|
|
2516 (autoload 'smart-tags-file "hmouse-tag" "\
|
|
2517 Return appropriate tags file name for CURR-FILENAME or 'tags-file-name'." nil nil)
|
|
2518
|
|
2519 ;;;***
|
|
2520
|
|
2521 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el")
|
|
2522
|
|
2523 (autoload 'var:append "hvar" "\
|
|
2524 Appends to value held by VAR-SYMBOL-NAME, LIST-TO-ADD. Returns new value.
|
|
2525 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD.
|
|
2526 Often used to append to 'hook' variables." nil nil)
|
|
2527
|
|
2528 ;;;***
|
|
2529
|
|
2530 ;;;### (autoloads (hypb:configuration) "hypb" "hyperbole/hypb.el")
|
|
2531
|
|
2532 (autoload 'hypb:configuration "hypb" "\
|
|
2533 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil)
|
|
2534
|
|
2535 ;;;***
|
|
2536
|
|
2537 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el")
|
|
2538
|
|
2539 (defvar action-key-url-function 'w3-fetch "\
|
|
2540 Value is a function of one argument, a url, which displays the url referent.
|
|
2541 Possible values are:
|
|
2542 w3-fetch - display using the W3 Emacs web browser;
|
|
2543 highlight-headers-follow-url-netscape - display in Netscape;
|
|
2544 highlight-headers-follow-url-mosaic - display in Mosaic.")
|
|
2545
|
|
2546 (defvar kimport:mode-alist '((t . kimport:text) (outline-mode . kimport:star-outline)) "\
|
|
2547 Alist of (major-mode . importation-function) elements.
|
|
2548 This determines the type of importation done on a file when `kimport:file' is
|
|
2549 called if the major mode of the import file matches the car of an element in
|
|
2550 this list. If there is no match, then `kimport:suffix-alist' is checked. If
|
|
2551 that yields no match, the element in this list whose car is 't is used. It
|
|
2552 normally does an import of a koutline or text file.
|
|
2553
|
|
2554 Each importation-function must take two arguments, a buffer/file to import
|
|
2555 and a buffer/file into which to insert the imported elements and a third
|
|
2556 optional argument, CHILDREN-P, which when non-nil means insert imported cells
|
|
2557 as the initial set of children of the current cell, if any.
|
|
2558
|
|
2559 outline-mode - imported as an Emacs outline whose entries begin with
|
|
2560 asterisks;
|
|
2561 .kot
|
|
2562 .kotl - imported as a structured koutline
|
|
2563
|
|
2564 all others - imported as text.")
|
|
2565
|
|
2566 (defvar kimport:suffix-alist '(("\\.otl$" . kimport:star-outline) ("\\.aug$" . kimport:aug-post-outline)) "\
|
|
2567 Alist of (buffer-name-suffix-regexp . importation-function) elements.
|
|
2568 This determines the type of importation done on a file when `kimport:file' is
|
|
2569 called. Each importation-function must take two arguments, a buffer/file to
|
|
2570 import and a buffer/file into which to insert the imported elements and a
|
|
2571 third optional argument, CHILDREN-P, which when non-nil means insert imported
|
|
2572 cells as the initial set of children of the current cell, if any.
|
|
2573
|
|
2574 .otl - imported as an Emacs outline whose entries begin with asterisks;
|
|
2575 .kot
|
|
2576 .kotl - imported as a structured koutline
|
|
2577 .aug - imported as an Augment post-numbered outline.")
|
|
2578
|
|
2579 ;;;***
|
|
2580
|
|
2581 ;;;### (autoloads (wconfig-yank-pop wconfig-ring-save wconfig-delete-pop wconfig-restore-by-name wconfig-delete-by-name wconfig-add-by-name) "wconfig" "hyperbole/wconfig.el")
|
|
2582
|
|
2583 (autoload 'wconfig-add-by-name "wconfig" "\
|
|
2584 Saves the current window configuration under the string NAME.
|
|
2585 When called interactively and a window configuration already exists under
|
|
2586 NAME, confirms whether or not to replace it." t nil)
|
|
2587
|
|
2588 (autoload 'wconfig-delete-by-name "wconfig" "\
|
|
2589 Deletes window configuration saved under NAME." t nil)
|
|
2590
|
|
2591 (autoload 'wconfig-restore-by-name "wconfig" "\
|
|
2592 Restores window configuration saved under NAME." t nil)
|
|
2593
|
|
2594 (autoload 'wconfig-delete-pop "wconfig" "\
|
|
2595 Replaces current window config with most recently saved config in ring.
|
|
2596 Then deletes this new configuration from the ring." t nil)
|
|
2597
|
|
2598 (autoload 'wconfig-ring-save "wconfig" "\
|
|
2599 Saves the current window configuration onto the save ring.
|
|
2600 Use {\\[wconfig-yank-pop]} to restore it at a later time." t nil)
|
|
2601
|
|
2602 (autoload 'wconfig-yank-pop "wconfig" "\
|
|
2603 Replaces current window config with prefix arg Nth prior one in save ring.
|
|
2604 Interactively, default value of N = 1, meaning the last saved window
|
|
2605 configuration is displayed.
|
|
2606
|
|
2607 The sequence of window configurations wraps around, so that after the oldest
|
|
2608 one comes the newest one." t nil)
|
|
2609
|
|
2610 ;;;***
|
|
2611
|
|
2612 ;;;### (autoloads (rolo-logic) "wrolo-logic" "hyperbole/wrolo-logic.el")
|
|
2613
|
|
2614 (autoload 'rolo-logic "wrolo-logic" "\
|
|
2615 Apply FUNC to all entries in optional IN-BUFS, display entries where FUNC is non-nil.
|
|
2616 If IN-BUFS is nil, 'rolo-file-list' is used. If optional COUNT-ONLY is
|
|
2617 non-nil, don't display entries, return count of matching entries only. If
|
|
2618 optional INCLUDE-SUB-ENTRIES flag is non-nil, FUNC will be applied across all
|
|
2619 sub-entries at once. Default is to apply FUNC to each entry and sub-entry
|
|
2620 separately. Entries are displayed with all of their sub-entries unless
|
|
2621 INCLUDE-SUB-ENTRIES is nil and optional NO-SUB-ENTRIES-OUT flag is non-nil.
|
|
2622 FUNC should use the free variables 'start' and 'end' which contain the limits
|
|
2623 of the region on which it should operate. Returns number of applications of
|
|
2624 FUNC that return non-nil." t nil)
|
|
2625
|
|
2626 ;;;***
|
|
2627
|
|
2628 ;;;### (autoloads (rolo-yank rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el")
|
|
2629
|
|
2630 (autoload 'rolo-add "wrolo" "\
|
|
2631 Adds a new entry in personal rolodex for NAME.
|
|
2632 Last name first is best, e.g. \"Smith, John\".
|
|
2633 With prefix argument, prompts for optional FILE to add entry within.
|
|
2634 NAME may be of the form: parent/child to insert child below a parent
|
|
2635 entry which begins with the parent string." t nil)
|
|
2636
|
|
2637 (autoload 'rolo-display-matches "wrolo" "\
|
|
2638 Display optional DISPLAY-BUF buffer of previously found rolodex matches.
|
|
2639 If DISPLAY-BUF is nil, use the value in 'rolo-display-buffer'.
|
|
2640 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil)
|
|
2641
|
|
2642 (autoload 'rolo-edit "wrolo" "\
|
|
2643 Edits a rolodex entry given by optional NAME within 'rolo-file-list'.
|
|
2644 With prefix argument, prompts for optional FILE to locate entry within.
|
|
2645 With no NAME arg, simply displays FILE or first entry in 'rolo-file-list' in an
|
|
2646 editable mode. NAME may be of the form: parent/child to edit child below a
|
|
2647 parent entry which begins with the parent string." t nil)
|
|
2648
|
|
2649 (autoload 'rolo-fgrep "wrolo" "\
|
|
2650 Display rolodex entries matching STRING.
|
|
2651 To a maximum of optional prefix arg MAX-MATCHES, in file(s) from optional
|
|
2652 ROLO-FILE or rolo-file-list. Default is to find all matching entries. Each
|
|
2653 entry is displayed with all of its sub-entries. Optional COUNT-ONLY non-nil
|
|
2654 means don't retrieve and don't display matching entries. Optional NO-DISPLAY
|
|
2655 non-nil means retrieve entries but don't display.
|
|
2656
|
|
2657 Nil value of MAX-MATCHES means find all matches, t value means find all matches
|
|
2658 but omit file headers, negative values mean find up to the inverse of that
|
|
2659 number of entries and omit file headers.
|
|
2660
|
|
2661 Returns number of entries matched. See also documentation for the variable
|
|
2662 rolo-file-list." t nil)
|
|
2663
|
|
2664 (autoload 'rolo-grep "wrolo" "\
|
|
2665 Display rolodex entries matching REGEXP.
|
|
2666 To a maximum of prefix arg MAX-MATCHES, in buffer(s) from optional ROLO-BUFS or
|
|
2667 rolo-file-list. Default is to find all matching entries. Each entry is
|
|
2668 displayed with all of its sub-entries. Optional COUNT-ONLY non-nil means don't
|
|
2669 retrieve and don't display matching entries. Optional NO-DISPLAY non-nil
|
|
2670 means retrieve entries but don't display.
|
|
2671
|
|
2672 Nil value of MAX-MATCHES means find all matches, t value means find all matches
|
|
2673 but omit file headers, negative values mean find up to the inverse of that
|
|
2674 number of entries and omit file headers.
|
|
2675
|
|
2676 Returns number of entries matched. See also documentation for the variable
|
|
2677 rolo-file-list." t nil)
|
|
2678
|
|
2679 (autoload 'rolo-kill "wrolo" "\
|
|
2680 Kills a rolodex entry given by NAME within 'rolo-file-list'.
|
|
2681 With prefix argument, prompts for optional FILE to locate entry within.
|
|
2682 NAME may be of the form: parent/child to kill child below a parent entry
|
|
2683 which begins with the parent string.
|
|
2684 Returns t if entry is killed, nil otherwise." t nil)
|
|
2685
|
|
2686 (autoload 'rolo-sort "wrolo" "\
|
|
2687 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo).
|
|
2688 Assumes entries are delimited by one or more '*'characters.
|
|
2689 Returns list of number of groupings at each entry level." t nil)
|
|
2690
|
|
2691 (autoload 'rolo-yank "wrolo" "\
|
|
2692 Inserts at point the first rolodex entry matching NAME.
|
|
2693 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead
|
|
2694 of a string." t nil)
|
|
2695
|
|
2696 ;;;***
|
|
2697
|
|
2698 ;;;### (autoloads (iso-accents-mode) "iso-acc" "iso/iso-acc.el")
|
|
2699
|
|
2700 (autoload 'iso-accents-mode "iso-acc" "\
|
|
2701 Toggle ISO Accents mode, in which accents modify the following letter.
|
|
2702 This permits easy insertion of accented characters according to ISO-8859-1.
|
|
2703 When Iso-accents mode is enabled, accent character keys
|
|
2704 \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
|
|
2705 letter key so that it inserts an ISO accented letter.
|
|
2706
|
|
2707 You can customize ISO Accents mode to a particular language
|
|
2708 with the command `iso-accents-customize'.
|
|
2709
|
|
2710 Special combinations: ~c gives a c with cedilla,
|
|
2711 ~d gives an Icelandic eth (d with dash).
|
|
2712 ~t gives an Icelandic thorn.
|
|
2713 \"s gives German sharp s.
|
|
2714 /a gives a with ring.
|
|
2715 /e gives an a-e ligature.
|
|
2716 ~< and ~> give guillemots.
|
|
2717 ~! gives an inverted exclamation mark.
|
|
2718 ~? gives an inverted question mark.
|
|
2719
|
|
2720 With an argument, a positive argument enables ISO Accents mode,
|
|
2721 and a negative argument disables it." t nil)
|
|
2722
|
|
2723 ;;;***
|
|
2724
|
|
2725 ;;;### (autoloads (mc-deactivate-passwd mc-install-write-mode mc-install-read-mode) "mailcrypt" "mailcrypt/mailcrypt.el")
|
|
2726
|
|
2727 (autoload 'mc-install-read-mode "mailcrypt" nil t nil)
|
|
2728
|
|
2729 (autoload 'mc-install-write-mode "mailcrypt" nil t nil)
|
|
2730
|
|
2731 (autoload 'mc-deactivate-passwd "mailcrypt" "\
|
|
2732 *Deactivate the passphrase cache." t nil)
|
|
2733
|
|
2734 ;;;***
|
|
2735
|
|
2736 ;;;### (autoloads (mc-pgp-fetch-key mc-scheme-pgp) "mc-pgp" "mailcrypt/mc-pgp.el")
|
|
2737
|
|
2738 (autoload 'mc-scheme-pgp "mc-pgp" nil nil nil)
|
|
2739
|
|
2740 (autoload 'mc-pgp-fetch-key "mc-pgp" "\
|
|
2741 Attempt to fetch a key for addition to PGP keyring. Interactively,
|
|
2742 prompt for string matching key to fetch.
|
|
2743
|
|
2744 Non-interactively, ID must be a pair. The CAR must be a bare Email
|
|
2745 address and the CDR a keyID (with \"0x\" prefix). Either, but not
|
|
2746 both, may be nil.
|
|
2747
|
|
2748 Return t if we think we were successful; nil otherwise. Note that nil
|
|
2749 is not necessarily an error, since we may have merely fired off an Email
|
|
2750 request for the key." t nil)
|
|
2751
|
|
2752 ;;;***
|
|
2753
|
|
2754 ;;;### (autoloads (mc-remailer-insert-response-block mc-remailer-encrypt-for-chain mc-remailer-insert-pseudonym) "mc-remail" "mailcrypt/mc-remail.el")
|
|
2755
|
|
2756 (autoload 'mc-remailer-insert-pseudonym "mc-remail" "\
|
|
2757 Insert pseudonym as a From field in the hash-mark header.
|
|
2758
|
|
2759 See the documentation for the variable `mc-remailer-pseudonyms' for
|
|
2760 more information." t nil)
|
|
2761
|
|
2762 (autoload 'mc-remailer-encrypt-for-chain "mc-remail" "\
|
|
2763 Encrypt message for a remailer chain, prompting for chain to use.
|
|
2764
|
|
2765 With \\[universal-argument], pause before each encryption." t nil)
|
|
2766
|
|
2767 (autoload 'mc-remailer-insert-response-block "mc-remail" "\
|
|
2768 Insert response block at point, prompting for chain to use.
|
|
2769
|
|
2770 With \\[universal-argument], enter a recursive edit of the innermost
|
|
2771 layer of the block before encrypting it." t nil)
|
|
2772
|
|
2773 ;;;***
|
|
2774
|
|
2775 ;;;### (autoloads (mc-mh-snarf-keys mc-mh-verify-signature mc-mh-decrypt-message mc-gnus-decrypt-message mc-gnus-snarf-keys mc-gnus-verify-signature mc-vm-snarf-keys mc-vm-decrypt-message mc-vm-verify-signature mc-rmail-decrypt-message mc-rmail-verify-signature mc-rmail-summary-snarf-keys mc-rmail-summary-decrypt-message mc-rmail-summary-verify-signature mc-snarf-keys mc-snarf mc-insert-public-key mc-verify-signature mc-verify mc-sign-message mc-sign mc-decrypt-message mc-decrypt mc-encrypt-message mc-encrypt mc-cleanup-recipient-headers) "mc-toplev" "mailcrypt/mc-toplev.el")
|
|
2776
|
|
2777 (autoload 'mc-cleanup-recipient-headers "mc-toplev" nil nil nil)
|
|
2778
|
|
2779 (autoload 'mc-encrypt "mc-toplev" "\
|
|
2780 *Encrypt the current buffer.
|
|
2781
|
|
2782 Exact behavior depends on current major mode.
|
|
2783
|
|
2784 With \\[universal-argument], prompt for User ID to sign as.
|
|
2785
|
|
2786 With \\[universal-argument] \\[universal-argument], prompt for encryption scheme to use." t nil)
|
|
2787
|
|
2788 (autoload 'mc-encrypt-message "mc-toplev" "\
|
|
2789 *Encrypt a message for RECIPIENTS using the given encryption SCHEME.
|
|
2790 RECIPIENTS is a comma separated string. If SCHEME is nil, use the value
|
|
2791 of `mc-default-scheme'. Returns t on success, nil otherwise." nil nil)
|
|
2792
|
|
2793 (autoload 'mc-decrypt "mc-toplev" "\
|
|
2794 *Decrypt a message in the current buffer.
|
|
2795
|
|
2796 Exact behavior depends on current major mode." t nil)
|
|
2797
|
|
2798 (autoload 'mc-decrypt-message "mc-toplev" "\
|
|
2799 Decrypt whatever message is in the current buffer.
|
|
2800 Returns a pair (SUCCEEDED . VERIFIED) where SUCCEEDED is t if the encryption
|
|
2801 succeeded and VERIFIED is t if it had a valid signature." nil nil)
|
|
2802
|
|
2803 (autoload 'mc-sign "mc-toplev" "\
|
|
2804 *Sign a message in the current buffer.
|
|
2805
|
|
2806 Exact behavior depends on current major mode.
|
|
2807
|
|
2808 With one prefix arg, prompts for private key to use, with two prefix args,
|
|
2809 also prompts for encryption scheme to use. With negative prefix arg,
|
|
2810 inhibits clearsigning (pgp)." t nil)
|
|
2811
|
|
2812 (autoload 'mc-sign-message "mc-toplev" "\
|
|
2813 Clear sign the message." nil nil)
|
|
2814
|
|
2815 (autoload 'mc-verify "mc-toplev" "\
|
|
2816 *Verify a message in the current buffer.
|
|
2817
|
|
2818 Exact behavior depends on current major mode." t nil)
|
|
2819
|
|
2820 (autoload 'mc-verify-signature "mc-toplev" "\
|
|
2821 *Verify the signature of the signed message in the current buffer.
|
|
2822 Show the result as a message in the minibuffer. Returns t if the signature
|
|
2823 is verified." nil nil)
|
|
2824
|
|
2825 (autoload 'mc-insert-public-key "mc-toplev" "\
|
|
2826 *Insert your public key at point.
|
|
2827 With one prefix arg, prompts for user id to use. With two prefix
|
|
2828 args, prompts for encryption scheme." t nil)
|
|
2829
|
|
2830 (autoload 'mc-snarf "mc-toplev" "\
|
|
2831 *Add all public keys in the buffer to your keyring.
|
|
2832
|
|
2833 Exact behavior depends on current major mode." t nil)
|
|
2834
|
|
2835 (autoload 'mc-snarf-keys "mc-toplev" "\
|
|
2836 *Add all public keys in the buffer to your keyring." t nil)
|
|
2837
|
|
2838 (autoload 'mc-rmail-summary-verify-signature "mc-toplev" "\
|
|
2839 *Verify the signature in the current message." t nil)
|
|
2840
|
|
2841 (autoload 'mc-rmail-summary-decrypt-message "mc-toplev" "\
|
|
2842 *Decrypt the contents of this message" t nil)
|
|
2843
|
|
2844 (autoload 'mc-rmail-summary-snarf-keys "mc-toplev" "\
|
|
2845 *Adds keys from current message to public key ring" t nil)
|
|
2846
|
|
2847 (autoload 'mc-rmail-verify-signature "mc-toplev" "\
|
|
2848 *Verify the signature in the current message." t nil)
|
|
2849
|
|
2850 (autoload 'mc-rmail-decrypt-message "mc-toplev" "\
|
|
2851 *Decrypt the contents of this message" t nil)
|
|
2852
|
|
2853 (autoload 'mc-vm-verify-signature "mc-toplev" "\
|
|
2854 *Verify the signature in the current VM message" t nil)
|
|
2855
|
|
2856 (autoload 'mc-vm-decrypt-message "mc-toplev" "\
|
|
2857 *Decrypt the contents of the current VM message" t nil)
|
|
2858
|
|
2859 (autoload 'mc-vm-snarf-keys "mc-toplev" "\
|
|
2860 *Snarf public key from the contents of the current VM message" t nil)
|
|
2861
|
|
2862 (autoload 'mc-gnus-verify-signature "mc-toplev" nil t nil)
|
|
2863
|
|
2864 (autoload 'mc-gnus-snarf-keys "mc-toplev" nil t nil)
|
|
2865
|
|
2866 (autoload 'mc-gnus-decrypt-message "mc-toplev" nil t nil)
|
|
2867
|
|
2868 (autoload 'mc-mh-decrypt-message "mc-toplev" "\
|
|
2869 Decrypt the contents of the current MH message in the show buffer." t nil)
|
|
2870
|
|
2871 (autoload 'mc-mh-verify-signature "mc-toplev" "\
|
|
2872 *Verify the signature in the current MH message." t nil)
|
|
2873
|
|
2874 (autoload 'mc-mh-snarf-keys "mc-toplev" nil t nil)
|
|
2875
|
|
2876 ;;;***
|
|
2877
|
|
2878 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el")
|
|
2879
|
|
2880 (autoload 'mh-smail "mh-comp" "\
|
|
2881 Compose and send mail with the MH mail system.
|
|
2882 This function is an entry point to mh-e, the Emacs front end
|
|
2883 to the MH mail system.
|
|
2884
|
|
2885 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
|
|
2886
|
|
2887 (autoload 'mh-smail-batch "mh-comp" "\
|
|
2888 Set up a mail composition draft with the MH mail system.
|
|
2889 This function is an entry point to mh-e, the Emacs front end
|
|
2890 to the MH mail system. This function does not prompt the user
|
|
2891 for any header fields, and thus is suitable for use by programs
|
|
2892 that want to create a mail buffer.
|
|
2893 Users should use `\\[mh-smail]' to compose mail." nil nil)
|
|
2894
|
|
2895 (autoload 'mh-smail-other-window "mh-comp" "\
|
|
2896 Compose and send mail in other window with the MH mail system.
|
|
2897 This function is an entry point to mh-e, the Emacs front end
|
|
2898 to the MH mail system.
|
|
2899
|
|
2900 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
|
|
2901
|
|
2902 (autoload 'mh-letter-mode "mh-comp" "\
|
|
2903 Mode for composing letters in mh-e.\\<mh-letter-mode-map>
|
|
2904 When you have finished composing, type \\[mh-send-letter] to send the message
|
|
2905 using the MH mail handling system.
|
|
2906 See the documentation for \\[mh-edit-mhn] for information on composing MIME
|
|
2907 messages.
|
|
2908
|
|
2909 \\{mh-letter-mode-map}
|
|
2910
|
|
2911 Variables controlling this mode (defaults in parentheses):
|
|
2912
|
|
2913 mh-delete-yanked-msg-window (nil)
|
|
2914 If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying
|
|
2915 the yanked message.
|
|
2916
|
|
2917 mh-yank-from-start-of-msg (t)
|
|
2918 If non-nil, \\[mh-yank-cur-msg] will include the entire message.
|
|
2919 If `body', just yank the body (no header).
|
|
2920 If nil, only the portion of the message following the point will be yanked.
|
|
2921 If there is a region, this variable is ignored.
|
|
2922
|
|
2923 mh-ins-buf-prefix (\"> \")
|
|
2924 String to insert before each non-blank line of a message as it is
|
|
2925 inserted in a draft letter.
|
|
2926
|
|
2927 mh-signature-file-name (\"~/.signature\")
|
|
2928 File to be inserted into message by \\[mh-insert-signature].
|
|
2929
|
|
2930 Upon invoking mh-letter-mode, text-mode-hook and mh-letter-mode-hook are
|
|
2931 invoked with no args, if those values are non-nil." t nil)
|
|
2932
|
|
2933 ;;;***
|
|
2934
|
|
2935 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mh-e/mh-e.el")
|
|
2936
|
|
2937 (autoload 'mh-rmail "mh-e" "\
|
|
2938 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
|
|
2939 This function is an entry point to mh-e, the Emacs front end
|
|
2940 to the MH mail system." t nil)
|
|
2941
|
|
2942 (autoload 'mh-version "mh-e" "\
|
|
2943 Display version information about mh-e and the MH mail handling system." t nil)
|
|
2944
|
|
2945 ;;;***
|
|
2946
|
|
2947 ;;;### (autoloads nil "mh-mime" "mh-e/mh-mime.el")
|
|
2948
|
|
2949 (defvar mh-mime-content-types '(("text/plain") ("text/richtext") ("multipart/mixed") ("multipart/alternative") ("multipart/digest") ("multipart/parallel") ("message/rfc822") ("message/partial") ("message/external-body") ("application/octet-stream") ("application/postscript") ("image/jpeg") ("image/gif") ("audio/basic") ("video/mpeg")) "\
|
|
2950 Legal MIME content types. See documentation for \\[mh-edit-mhn].")
|
|
2951
|
|
2952 ;;;***
|
|
2953
|
|
2954 ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el")
|
|
2955
|
|
2956 (put 'mh-progs 'risky-local-variable t)
|
|
2957
|
|
2958 (put 'mh-lib 'risky-local-variable t)
|
|
2959
|
|
2960 ;;;***
|
|
2961
|
|
2962 ;;;### (autoloads nil "abbrev" "modes/abbrev.el")
|
|
2963
|
|
2964 ;;;***
|
|
2965
|
|
2966 ;;;### (autoloads (ada-make-filename-from-adaname ada-mode) "ada-mode" "modes/ada-mode.el")
|
|
2967
|
|
2968 (autoload 'ada-mode "ada-mode" "\
|
|
2969 Ada Mode is the major mode for editing Ada code.
|
|
2970
|
|
2971 Bindings are as follows: (Note: 'LFD' is control-j.)
|
|
2972
|
|
2973 Indent line '\\[ada-tab]'
|
|
2974 Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
|
|
2975
|
|
2976 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
|
|
2977 Indent all lines in region '\\[ada-indent-region]'
|
|
2978 Call external pretty printer program '\\[ada-call-pretty-printer]'
|
|
2979
|
|
2980 Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]'
|
|
2981 Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]'
|
|
2982
|
|
2983 Call EXTERNAL pretty printer (if you have one) '\\[ada-call-pretty-printer]'
|
|
2984
|
|
2985 Fill comment paragraph '\\[ada-fill-comment-paragraph]'
|
|
2986 Fill comment paragraph and justify each line '\\[ada-fill-comment-paragraph-justify]'
|
|
2987 Fill comment paragraph, justify and append postfix '\\[ada-fill-comment-paragraph-postfix]'
|
|
2988
|
|
2989 Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]'
|
|
2990 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
|
|
2991
|
|
2992 Goto matching start of current 'end ...;' '\\[ada-move-to-start]'
|
|
2993 Goto end of current block '\\[ada-move-to-end]'
|
|
2994
|
|
2995 Comments are handled using standard GNU Emacs conventions, including:
|
|
2996 Start a comment '\\[indent-for-comment]'
|
|
2997 Comment region '\\[comment-region]'
|
|
2998 Uncomment region '\\[ada-uncomment-region]'
|
|
2999 Continue comment on next line '\\[indent-new-comment-line]'
|
|
3000
|
|
3001 If you use imenu.el:
|
|
3002 Display index-menu of functions & procedures '\\[imenu]'
|
|
3003
|
|
3004 If you use find-file.el:
|
|
3005 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
|
|
3006 or '\\[ff-mouse-find-other-file]
|
|
3007 Switch to other file in other window '\\[ada-ff-other-window]'
|
|
3008 or '\\[ff-mouse-find-other-file-other-window]
|
|
3009 If you use this function in a spec and no body is available, it gets created
|
|
3010 with body stubs.
|
|
3011
|
|
3012 If you use ada-xref.el:
|
|
3013 Goto declaration: '\\[ada-point-and-xref]' on the identifier
|
|
3014 or '\\[ada-goto-declaration]' with point on the identifier
|
|
3015 Complete identifier: '\\[ada-complete-identifier]'
|
|
3016 Execute Gnatf: '\\[ada-gnatf-current]'" t nil)
|
|
3017
|
|
3018 (autoload 'ada-make-filename-from-adaname "ada-mode" "\
|
|
3019 Determine the filename of a package/procedure from its own Ada name." t nil)
|
|
3020
|
|
3021 ;;;***
|
|
3022
|
|
3023 ;;;### (autoloads (archive-mode) "arc-mode" "modes/arc-mode.el")
|
|
3024
|
|
3025 (autoload 'archive-mode "arc-mode" "\
|
|
3026 Major mode for viewing an archive file in a dired-like way.
|
|
3027 You can move around using the usual cursor motion commands.
|
|
3028 Letters no longer insert themselves.
|
|
3029 Type `e' to pull a file out of the archive and into its own buffer;
|
|
3030 or click mouse-2 on the file's line in the archive mode buffer.
|
|
3031
|
|
3032 If you edit a sub-file of this archive (as with the `e' command) and
|
|
3033 save it, the contents of that buffer will be saved back into the
|
|
3034 archive.
|
|
3035
|
|
3036 \\{archive-mode-map}" nil nil)
|
|
3037
|
|
3038 ;;;***
|
|
3039
|
|
3040 ;;;### (autoloads (asm-mode) "asm-mode" "modes/asm-mode.el")
|
|
3041
|
|
3042 (autoload 'asm-mode "asm-mode" "\
|
|
3043 Major mode for editing typical assembler code.
|
|
3044 Features a private abbrev table and the following bindings:
|
|
3045
|
|
3046 \\[asm-colon] outdent a preceding label, tab to next tab stop.
|
|
3047 \\[tab-to-tab-stop] tab to next tab stop.
|
|
3048 \\[asm-newline] newline, then tab to next tab stop.
|
|
3049 \\[asm-comment] smart placement of assembler comments.
|
|
3050
|
|
3051 The character used for making comments is set by the variable
|
|
3052 `asm-comment-char' (which defaults to `?;').
|
|
3053
|
|
3054 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
|
|
3055 which is called near the beginning of mode initialization.
|
|
3056
|
|
3057 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
|
|
3058
|
|
3059 Special commands:
|
|
3060 \\{asm-mode-map}
|
|
3061 " t nil)
|
|
3062
|
|
3063 ;;;***
|
|
3064
|
|
3065 ;;;### (autoloads (awk-mode) "awk-mode" "modes/awk-mode.el")
|
|
3066
|
|
3067 (autoload 'awk-mode "awk-mode" "\
|
|
3068 Major mode for editing AWK code.
|
|
3069 This is much like C mode except for the syntax of comments. It uses
|
|
3070 the same keymap as C mode and has the same variables for customizing
|
|
3071 indentation. It has its own abbrev table and its own syntax table.
|
|
3072
|
|
3073 Turning on AWK mode calls the value of the variable `awk-mode-hook'
|
|
3074 with no args, if that value is non-nil." t nil)
|
|
3075
|
|
3076 ;;;***
|
|
3077
|
|
3078 ;;;### (autoloads (bibtex-mode) "bibtex" "modes/bibtex.el")
|
|
3079
|
|
3080 (autoload 'bibtex-mode "bibtex" "\
|
|
3081 Major mode for editing bibtex files.
|
|
3082
|
|
3083 \\{bibtex-mode-map}
|
|
3084
|
|
3085 A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.
|
|
3086
|
|
3087 The optional fields start with the string OPT, and thus ignored by BibTeX.
|
|
3088 The OPT string may be removed from a field with \\[bibtex-remove-OPT].
|
|
3089 \\[bibtex-kill-optional-field] kills the current optional field entirely.
|
|
3090 \\[bibtex-remove-double-quotes] removes the double-quotes around the text of
|
|
3091 the current field. \\[bibtex-empty-field] replaces the text of the current
|
|
3092 field with the default \"\".
|
|
3093
|
|
3094 The command \\[bibtex-clean-entry] cleans the current entry, i.e. (i) removes
|
|
3095 double-quotes from entirely numerical fields, (ii) removes OPT from all
|
|
3096 non-empty optional fields, (iii) removes all empty optional fields, and (iv)
|
|
3097 checks that no non-optional fields are empty.
|
|
3098
|
|
3099 Use \\[bibtex-find-text] to position the dot at the end of the current field.
|
|
3100 Use \\[bibtex-next-field] to move to end of the next field.
|
|
3101
|
|
3102 The following may be of interest as well:
|
|
3103
|
|
3104 Functions:
|
|
3105 find-bibtex-duplicates
|
|
3106 find-bibtex-entry-location
|
|
3107 hide-bibtex-entry-bodies
|
|
3108 sort-bibtex-entries
|
|
3109 validate-bibtex-buffer
|
|
3110
|
|
3111 Variables:
|
|
3112 bibtex-clean-entry-zap-empty-opts
|
|
3113 bibtex-entry-field-alist
|
|
3114 bibtex-include-OPTannote
|
|
3115 bibtex-include-OPTcrossref
|
|
3116 bibtex-include-OPTkey
|
|
3117 bibtex-maintain-sorted-entries
|
|
3118 bibtex-mode-user-optional-fields
|
|
3119
|
|
3120 Fields:
|
|
3121 address
|
|
3122 Publisher's address
|
|
3123 annote
|
|
3124 Long annotation used for annotated bibliographies (begins sentence)
|
|
3125 author
|
|
3126 Name(s) of author(s), in BibTeX name format
|
|
3127 booktitle
|
|
3128 Book title when the thing being referenced isn't the whole book.
|
|
3129 For book entries, the title field should be used instead.
|
|
3130 chapter
|
|
3131 Chapter number
|
|
3132 crossref
|
|
3133 The database key of the entry being cross referenced.
|
|
3134 edition
|
|
3135 Edition of a book (e.g., \"second\")
|
|
3136 editor
|
|
3137 Name(s) of editor(s), in BibTeX name format.
|
|
3138 If there is also an author field, then the editor field should be
|
|
3139 for the book or collection that the work appears in
|
|
3140 howpublished
|
|
3141 How something strange has been published (begins sentence)
|
|
3142 institution
|
|
3143 Sponsoring institution
|
|
3144 journal
|
|
3145 Journal name (macros are provided for many)
|
|
3146 key
|
|
3147 Alphabetizing and labeling key (needed when no author or editor)
|
|
3148 month
|
|
3149 Month (macros are provided)
|
|
3150 note
|
|
3151 To help the reader find a reference (begins sentence)
|
|
3152 number
|
|
3153 Number of a journal or technical report
|
|
3154 organization
|
|
3155 Organization (sponsoring a conference)
|
|
3156 pages
|
|
3157 Page number or numbers (use `--' to separate a range)
|
|
3158 publisher
|
|
3159 Publisher name
|
|
3160 school
|
|
3161 School name (for theses)
|
|
3162 series
|
|
3163 The name of a series or set of books.
|
|
3164 An individual book will also have its own title
|
|
3165 title
|
|
3166 The title of the thing being referenced
|
|
3167 type
|
|
3168 Type of a technical report (e.g., \"Research Note\") to be used
|
|
3169 instead of the default \"Technical Report\"
|
|
3170 volume
|
|
3171 Volume of a journal or multivolume work
|
|
3172 year
|
|
3173 Year---should contain only numerals
|
|
3174 ---------------------------------------------------------
|
|
3175 Entry to this mode calls the value of bibtex-mode-hook if that value is
|
|
3176 non-nil." t nil)
|
|
3177
|
|
3178 ;;;***
|
|
3179
|
|
3180 ;;;### (autoloads (c-set-style java-mode objc-mode c++-mode c-mode) "cc-mode" "modes/cc-mode.el")
|
|
3181
|
|
3182 (autoload 'c-mode "cc-mode" "\
|
|
3183 Major mode for editing K&R and ANSI C code.
|
|
3184 To submit a problem report, enter `\\[c-submit-bug-report]' from a
|
|
3185 c-mode buffer. This automatically sets up a mail buffer with version
|
|
3186 information already added. You just need to add a description of the
|
|
3187 problem, including a reproducible test case and send the message.
|
|
3188
|
|
3189 To see what version of cc-mode you are running, enter `\\[c-version]'.
|
|
3190
|
|
3191 The hook variable `c-mode-hook' is run with no args, if that value is
|
|
3192 bound and has a non-nil value. Also the hook `c-mode-common-hook' is
|
|
3193 run first.
|
|
3194
|
|
3195 Key bindings:
|
|
3196 \\{c-mode-map}" t nil)
|
|
3197
|
|
3198 (autoload 'c++-mode "cc-mode" "\
|
|
3199 Major mode for editing C++ code.
|
|
3200 To submit a problem report, enter `\\[c-submit-bug-report]' from a
|
|
3201 c++-mode buffer. This automatically sets up a mail buffer with
|
|
3202 version information already added. You just need to add a description
|
|
3203 of the problem, including a reproducible test case, and send the
|
|
3204 message.
|
|
3205
|
|
3206 To see what version of cc-mode you are running, enter `\\[c-version]'.
|
|
3207
|
|
3208 The hook variable `c++-mode-hook' is run with no args, if that
|
|
3209 variable is bound and has a non-nil value. Also the hook
|
|
3210 `c-mode-common-hook' is run first.
|
|
3211
|
|
3212 Key bindings:
|
|
3213 \\{c++-mode-map}" t nil)
|
|
3214
|
|
3215 (autoload 'objc-mode "cc-mode" "\
|
|
3216 Major mode for editing Objective C code.
|
|
3217 To submit a problem report, enter `\\[c-submit-bug-report]' from an
|
|
3218 objc-mode buffer. This automatically sets up a mail buffer with
|
|
3219 version information already added. You just need to add a description
|
|
3220 of the problem, including a reproducible test case, and send the
|
|
3221 message.
|
|
3222
|
|
3223 To see what version of cc-mode you are running, enter `\\[c-version]'.
|
|
3224
|
|
3225 The hook variable `objc-mode-hook' is run with no args, if that value
|
|
3226 is bound and has a non-nil value. Also the hook `c-mode-common-hook'
|
|
3227 is run first.
|
|
3228
|
|
3229 Key bindings:
|
|
3230 \\{objc-mode-map}" t nil)
|
|
3231
|
|
3232 (autoload 'java-mode "cc-mode" "\
|
|
3233 Major mode for editing Java code.
|
|
3234 To submit a problem report, enter `\\[c-submit-bug-report]' from an
|
|
3235 java-mode buffer. This automatically sets up a mail buffer with
|
|
3236 version information already added. You just need to add a description
|
|
3237 of the problem, including a reproducible test case and send the
|
|
3238 message.
|
|
3239
|
|
3240 To see what version of cc-mode you are running, enter `\\[c-version]'.
|
|
3241
|
|
3242 The hook variable `java-mode-hook' is run with no args, if that value
|
|
3243 is bound and has a non-nil value. Also the common hook
|
|
3244 `c-mode-common-hook' is run first. Note that this mode automatically
|
|
3245 sets the \"java\" style before calling any hooks so be careful if you
|
|
3246 set styles in `c-mode-common-hook'.
|
|
3247
|
|
3248 Key bindings:
|
|
3249 \\{java-mode-map}" t nil)
|
|
3250
|
|
3251 (autoload 'c-set-style "cc-mode" "\
|
|
3252 Set cc-mode variables to use one of several different indentation styles.
|
|
3253 STYLENAME is a string representing the desired style from the list of
|
|
3254 styles described in the variable `c-style-alist'. See that variable
|
|
3255 for details of setting up styles." t nil)
|
|
3256
|
|
3257 (fset 'set-c-style 'c-set-style)
|
|
3258
|
|
3259 ;;;***
|
|
3260
|
|
3261 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el")
|
|
3262
|
|
3263 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil)
|
|
3264
|
|
3265 ;;;***
|
|
3266
|
|
3267 ;;;### (autoloads (c-macro-expand) "cmacexp" "modes/cmacexp.el")
|
|
3268
|
|
3269 (autoload 'c-macro-expand "cmacexp" "\
|
|
3270 Expand C macros in the region, using the C preprocessor.
|
|
3271 Normally display output in temp buffer, but
|
|
3272 prefix arg means replace the region with it.
|
|
3273
|
|
3274 `c-macro-preprocessor' specifies the preprocessor to use.
|
|
3275 Prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include')
|
|
3276 if the user option `c-macro-prompt-flag' is non-nil.
|
|
3277
|
|
3278 Noninteractive args are START, END, SUBST.
|
|
3279 For use inside Lisp programs, see also `c-macro-expansion'." t nil)
|
|
3280
|
|
3281 ;;;***
|
|
3282
|
|
3283 ;;;### (autoloads (eiffel-mode) "eiffel3" "modes/eiffel3.el")
|
|
3284
|
|
3285 (autoload 'eiffel-mode "eiffel3" "\
|
|
3286 Major mode for editing Eiffel programs." t nil)
|
|
3287
|
|
3288 ;;;***
|
|
3289
|
|
3290 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) "enriched" "modes/enriched.el")
|
|
3291
|
|
3292 (autoload 'enriched-mode "enriched" "\
|
|
3293 Minor mode for editing text/enriched files.
|
|
3294 These are files with embedded formatting information in the MIME standard
|
|
3295 text/enriched format.
|
|
3296 Turning the mode on runs `enriched-mode-hook'.
|
|
3297
|
|
3298 More information about Enriched mode is available in the file
|
|
3299 etc/enriched.doc in the Emacs distribution directory.
|
|
3300
|
|
3301 Commands:
|
|
3302
|
|
3303 \\<enriched-mode-map>\\{enriched-mode-map}" t nil)
|
|
3304
|
|
3305 (autoload 'enriched-encode "enriched" nil nil nil)
|
|
3306
|
|
3307 (autoload 'enriched-decode "enriched" nil nil nil)
|
|
3308
|
|
3309 ;;;***
|
|
3310
|
|
3311 ;;;### (autoloads (executable-self-display executable-set-magic) "executable" "modes/executable.el")
|
|
3312
|
|
3313 (autoload 'executable-set-magic "executable" "\
|
|
3314 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
|
|
3315 The variables `executable-magicless-file-regexp', `executable-prefix',
|
|
3316 `executable-insert', `executable-query' and `executable-chmod' control
|
|
3317 when and how magic numbers are inserted or replaced and scripts made
|
|
3318 executable." t nil)
|
|
3319
|
|
3320 (autoload 'executable-self-display "executable" "\
|
|
3321 Turn a text file into a self-displaying Un*x command.
|
|
3322 The magic number of such a command displays all lines but itself." t nil)
|
|
3323
|
|
3324 ;;;***
|
|
3325
|
|
3326 ;;;### (autoloads (f90-mode) "f90" "modes/f90.el")
|
|
3327
|
|
3328 (autoload 'f90-mode "f90" "\
|
|
3329 Major mode for editing Fortran 90 code in free format.
|
|
3330
|
|
3331 \\[f90-indent-new-line] corrects current indentation and creates new indented line.
|
|
3332 \\[f90-indent-line] indents the current line correctly.
|
|
3333 \\[f90-indent-subprogram] indents the current subprogram.
|
|
3334
|
|
3335 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
|
|
3336
|
|
3337 Key definitions:
|
|
3338 \\{f90-mode-map}
|
|
3339
|
|
3340 Variables controlling indentation style and extra features:
|
|
3341
|
|
3342 f90-do-indent
|
|
3343 Extra indentation within do blocks. (default 3)
|
|
3344 f90-if-indent
|
|
3345 Extra indentation within if/select case/where/forall blocks. (default 3)
|
|
3346 f90-type-indent
|
|
3347 Extra indentation within type/interface/block-data blocks. (default 3)
|
|
3348 f90-program-indent
|
|
3349 Extra indentation within program/module/subroutine/function blocks.
|
|
3350 (default 2)
|
|
3351 f90-continuation-indent
|
|
3352 Extra indentation applied to continuation lines. (default 5)
|
|
3353 f90-comment-region
|
|
3354 String inserted by \\[f90-comment-region] at start of each line in
|
|
3355 region. (default \"!!!$\")
|
|
3356 f90-indented-comment-re
|
|
3357 Regexp determining the type of comment to be intended like code.
|
|
3358 (default \"!\")
|
|
3359 f90-directive-comment-re
|
|
3360 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
|
|
3361 (default \"!hpf\\\\$\")
|
|
3362 f90-break-delimiters
|
|
3363 Regexp holding list of delimiters at which lines may be broken.
|
|
3364 (default \"[-+*/><=,% \\t]\")
|
|
3365 f90-break-before-delimiters
|
|
3366 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
|
|
3367 (default t)
|
|
3368 f90-beginning-ampersand
|
|
3369 Automatic insertion of & at beginning of continuation lines. (default t)
|
|
3370 f90-smart-end
|
|
3371 From an END statement, check and fill the end using matching block start.
|
|
3372 Allowed values are 'blink, 'no-blink, and nil, which determine
|
|
3373 whether to blink the matching beginning.) (default 'blink)
|
|
3374 f90-auto-keyword-case
|
|
3375 Automatic change of case of keywords. (default nil)
|
|
3376 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
|
|
3377 f90-leave-line-no
|
|
3378 Do not left-justify line numbers. (default nil)
|
|
3379 f90-startup-message
|
|
3380 Set to nil to inhibit message first time F90 mode is used. (default t)
|
|
3381 f90-keywords-re
|
|
3382 List of keywords used for highlighting/upcase-keywords etc.
|
|
3383
|
|
3384 Turning on F90 mode calls the value of the variable `f90-mode-hook'
|
|
3385 with no args, if that value is non-nil." t nil)
|
|
3386
|
|
3387 ;;;***
|
|
3388
|
|
3389 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode turn-off-follow-mode turn-on-follow-mode) "follow" "modes/follow.el")
|
|
3390
|
|
3391 (add-minor-mode 'follow-mode nil 'follow-mode-map)
|
|
3392
|
|
3393 (autoload 'turn-on-follow-mode "follow" "\
|
|
3394 Turn on Follow mode. Please see the function `follow-mode'." t nil)
|
|
3395
|
|
3396 (autoload 'turn-off-follow-mode "follow" "\
|
|
3397 Turn off Follow mode. Please see the function `follow-mode'." t nil)
|
|
3398
|
|
3399 (autoload 'follow-mode "follow" "\
|
|
3400 Minor mode which combines windows into one tall virtual window.
|
|
3401
|
|
3402 The feeling of a \"virtual window\" has been accomplished by the use
|
|
3403 of two major techniques:
|
|
3404
|
|
3405 * The windows always displays adjacent sections of the buffer.
|
|
3406 This means that whenever one window is moved, all the
|
|
3407 others will follow. (Hence the name Follow Mode.)
|
|
3408
|
|
3409 * Should the point (cursor) end up outside a window, another
|
|
3410 window displaying that point is selected, if possible. This
|
|
3411 makes it possible to walk between windows using normal cursor
|
|
3412 movement commands.
|
|
3413
|
|
3414 Follow mode comes to its prime when used on a large screen and two
|
|
3415 side-by-side window are used. The user can, with the help of Follow
|
|
3416 mode, use two full-height windows as though they would have been
|
|
3417 one. Imagine yourself editing a large function, or section of text,
|
|
3418 and beeing able to use 144 lines instead of the normal 72... (your
|
|
3419 mileage may vary).
|
|
3420
|
|
3421 To split one large window into two side-by-side windows, the commands
|
|
3422 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
|
|
3423
|
|
3424 Only windows displayed in the same frame follow each-other.
|
|
3425
|
|
3426 If the variable `follow-intercept-processes' is non-nil, Follow mode
|
|
3427 will listen to the output of processes and redisplay accordingly.
|
|
3428 \(This is the default.)
|
|
3429
|
|
3430 When Follow mode is switched on, the hook `follow-mode-hook'
|
|
3431 is called. When turned off, `follow-mode-off-hook' is called.
|
|
3432
|
|
3433 Keys specific to Follow mode:
|
|
3434 \\{follow-mode-map}" t nil)
|
|
3435
|
|
3436 (autoload 'follow-delete-other-windows-and-split "follow" "\
|
|
3437 Create two side by side windows and enter Follow Mode.
|
|
3438
|
|
3439 Execute this command to display as much as possible of the text
|
|
3440 in the selected window. All other windows, in the current
|
|
3441 frame, are deleted and the selected window is split in two
|
|
3442 side-by-side windows. Follow Mode is activated, hence the
|
|
3443 two windows always will display two successive pages.
|
|
3444 \(If one window is moved, the other one will follow.)
|
|
3445
|
|
3446 If ARG is positive, the leftmost window is selected. If it negative,
|
|
3447 the rightmost is selected. If ARG is nil, the leftmost window is
|
|
3448 selected if the original window is the first one in the frame.
|
|
3449
|
|
3450 To bind this command to a hotkey, place the following line
|
|
3451 in your `~/.emacs' file, replacing [f7] by your favourite key:
|
|
3452 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil)
|
|
3453
|
|
3454 ;;;***
|
|
3455
|
|
3456 ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el")
|
|
3457
|
|
3458 (defvar fortran-tab-mode-default nil "\
|
|
3459 *Default tabbing/carriage control style for empty files in Fortran mode.
|
|
3460 A value of t specifies tab-digit style of continuation control.
|
|
3461 A value of nil specifies that continuation lines are marked
|
|
3462 with a character in column 6.")
|
|
3463
|
|
3464 (autoload 'fortran-mode "fortran" "\
|
|
3465 Major mode for editing Fortran code.
|
|
3466 \\[fortran-indent-line] indents the current Fortran line correctly.
|
|
3467 DO statements must not share a common CONTINUE.
|
|
3468
|
|
3469 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
|
|
3470
|
|
3471 Key definitions:
|
|
3472 \\{fortran-mode-map}
|
|
3473
|
|
3474 Variables controlling indentation style and extra features:
|
|
3475
|
|
3476 comment-start
|
|
3477 Normally nil in Fortran mode. If you want to use comments
|
|
3478 starting with `!', set this to the string \"!\".
|
|
3479 fortran-do-indent
|
|
3480 Extra indentation within do blocks. (default 3)
|
|
3481 fortran-if-indent
|
|
3482 Extra indentation within if blocks. (default 3)
|
|
3483 fortran-structure-indent
|
|
3484 Extra indentation within structure, union, map and interface blocks.
|
|
3485 (default 3)
|
|
3486 fortran-continuation-indent
|
|
3487 Extra indentation applied to continuation statements. (default 5)
|
|
3488 fortran-comment-line-extra-indent
|
|
3489 Amount of extra indentation for text within full-line comments. (default 0)
|
|
3490 fortran-comment-indent-style
|
|
3491 nil means don't change indentation of text in full-line comments,
|
|
3492 fixed means indent that text at `fortran-comment-line-extra-indent' beyond
|
|
3493 the value of `fortran-minimum-statement-indent-fixed' (for fixed
|
|
3494 format continuation style) or `fortran-minimum-statement-indent-tab'
|
|
3495 (for TAB format continuation style).
|
|
3496 relative means indent at `fortran-comment-line-extra-indent' beyond the
|
|
3497 indentation for a line of code.
|
|
3498 (default 'fixed)
|
|
3499 fortran-comment-indent-char
|
|
3500 Single-character string to be inserted instead of space for
|
|
3501 full-line comment indentation. (default \" \")
|
|
3502 fortran-minimum-statement-indent-fixed
|
|
3503 Minimum indentation for Fortran statements in fixed format mode. (def.6)
|
|
3504 fortran-minimum-statement-indent-tab
|
|
3505 Minimum indentation for Fortran statements in TAB format mode. (default 9)
|
|
3506 fortran-line-number-indent
|
|
3507 Maximum indentation for line numbers. A line number will get
|
|
3508 less than this much indentation if necessary to avoid reaching
|
|
3509 column 5. (default 1)
|
|
3510 fortran-check-all-num-for-matching-do
|
|
3511 Non-nil causes all numbered lines to be treated as possible \"continue\"
|
|
3512 statements. (default nil)
|
|
3513 fortran-blink-matching-if
|
|
3514 Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on
|
|
3515 matching IF. Also, from an ENDDO statement, blink on matching DO [WHILE]
|
|
3516 statement. (default nil)
|
|
3517 fortran-continuation-string
|
|
3518 Single-character string to be inserted in column 5 of a continuation
|
|
3519 line. (default \"$\")
|
|
3520 fortran-comment-region
|
|
3521 String inserted by \\[fortran-comment-region] at start of each line in
|
|
3522 region. (default \"c$$$\")
|
|
3523 fortran-electric-line-number
|
|
3524 Non-nil causes line number digits to be moved to the correct column
|
|
3525 as typed. (default t)
|
|
3526 fortran-break-before-delimiters
|
|
3527 Non-nil causes `fortran-fill' breaks lines before delimiters.
|
|
3528 (default t)
|
|
3529 fortran-startup-message
|
|
3530 Set to nil to inhibit message first time Fortran mode is used.
|
|
3531
|
|
3532 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
|
|
3533 with no args, if that value is non-nil." t nil)
|
|
3534
|
|
3535 ;;;***
|
|
3536
|
|
3537 ;;;### (autoloads (hide-ifdef-mode) "hideif" "modes/hideif.el")
|
|
3538
|
|
3539 (add-minor-mode 'hide-ifdef-mode " Ifdef")
|
|
3540
|
|
3541 (autoload 'hide-ifdef-mode "hideif" "\
|
|
3542 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
|
|
3543 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
|
|
3544 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
|
|
3545 would eliminate may be hidden from view. Several variables affect
|
|
3546 how the hiding is done:
|
|
3547
|
|
3548 hide-ifdef-env
|
|
3549 An association list of defined and undefined symbols for the
|
|
3550 current buffer. Initially, the global value of `hide-ifdef-env'
|
|
3551 is used.
|
|
3552
|
|
3553 hide-ifdef-define-alist
|
|
3554 An association list of defined symbol lists.
|
|
3555 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
|
|
3556 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
|
|
3557 from one of the lists in `hide-ifdef-define-alist'.
|
|
3558
|
|
3559 hide-ifdef-lines
|
|
3560 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
|
|
3561 #endif lines when hiding.
|
|
3562
|
|
3563 hide-ifdef-initially
|
|
3564 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
|
|
3565 is activated.
|
|
3566
|
|
3567 hide-ifdef-read-only
|
|
3568 Set to non-nil if you want to make buffers read only while hiding.
|
|
3569 After `show-ifdefs', read-only status is restored to previous value.
|
|
3570
|
|
3571 \\{hide-ifdef-mode-map}" t nil)
|
|
3572
|
|
3573 (defvar hide-ifdef-initially nil "\
|
|
3574 *Non-nil means call `hide-ifdefs' when Hide-Ifdef mode is first activated.")
|
|
3575
|
|
3576 (defvar hide-ifdef-read-only nil "\
|
|
3577 *Set to non-nil if you want buffer to be read-only while hiding text.")
|
|
3578
|
|
3579 (defvar hide-ifdef-lines nil "\
|
|
3580 *Non-nil means hide the #ifX, #else, and #endif lines.")
|
|
3581
|
|
3582 ;;;***
|
|
3583
|
|
3584 ;;;### (autoloads (hs-minor-mode hs-hide-block hs-hide-all) "hideshow" "modes/hideshow.el")
|
|
3585
|
|
3586 (defvar hs-minor-mode nil "\
|
|
3587 Non-nil if using hideshow mode as a minor mode of some other mode.
|
|
3588 Use the command `hs-minor-mode' to toggle this variable.")
|
|
3589
|
|
3590 (autoload 'hs-hide-all "hideshow" "\
|
|
3591 Hides all top-level blocks, displaying only first and last lines.
|
|
3592 It moves point to the beginning of the line, and it runs the normal hook
|
|
3593 `hs-hide-hook'. See documentation for `run-hooks'." t nil)
|
|
3594
|
|
3595 (autoload 'hs-hide-block "hideshow" "\
|
|
3596 Selects a block and hides it. With prefix arg, reposition at end.
|
|
3597 Block is defined as a sexp for lispish modes, mode-specific otherwise.
|
|
3598 Comments are blocks, too. Upon completion, point is at repositioned and
|
|
3599 the normal hook `hs-hide-hook' is run. See documentation for `run-hooks'." t nil)
|
|
3600
|
|
3601 (autoload 'hs-minor-mode "hideshow" "\
|
|
3602 Toggle hideshow minor mode.
|
|
3603 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
|
|
3604 When hideshow minor mode is on, the menu bar is augmented with hideshow
|
|
3605 commands and the hideshow commands are enabled. The variables
|
|
3606 `selective-display' and `selective-display-ellipses' are set to t.
|
|
3607 Last, the normal hook `hs-minor-mode-hook' is run; see the doc for `run-hooks'.
|
|
3608
|
|
3609 Turning hideshow minor mode off reverts the menu bar and the
|
|
3610 variables to default values and disables the hideshow commands." t nil)
|
|
3611
|
|
3612 (add-minor-mode 'hs-minor-mode " hs" 'hs-minor-mode-map)
|
|
3613
|
|
3614 ;;;***
|
|
3615
|
|
3616 ;;;### (autoloads (icon-mode) "icon" "modes/icon.el")
|
|
3617
|
|
3618 (autoload 'icon-mode "icon" "\
|
|
3619 Major mode for editing Icon code.
|
|
3620 Expression and list commands understand all Icon brackets.
|
|
3621 Tab indents for Icon code.
|
|
3622 Paragraphs are separated by blank lines only.
|
|
3623 Delete converts tabs to spaces as it moves back.
|
|
3624 \\{icon-mode-map}
|
|
3625 Variables controlling indentation style:
|
|
3626 icon-tab-always-indent
|
|
3627 Non-nil means TAB in Icon mode should always reindent the current line,
|
|
3628 regardless of where in the line point is when the TAB command is used.
|
|
3629 icon-auto-newline
|
|
3630 Non-nil means automatically newline before and after braces
|
|
3631 inserted in Icon code.
|
|
3632 icon-indent-level
|
|
3633 Indentation of Icon statements within surrounding block.
|
|
3634 The surrounding block's indentation is the indentation
|
|
3635 of the line on which the open-brace appears.
|
|
3636 icon-continued-statement-offset
|
|
3637 Extra indentation given to a substatement, such as the
|
|
3638 then-clause of an if or body of a while.
|
|
3639 icon-continued-brace-offset
|
|
3640 Extra indentation given to a brace that starts a substatement.
|
|
3641 This is in addition to `icon-continued-statement-offset'.
|
|
3642 icon-brace-offset
|
|
3643 Extra indentation for line if it starts with an open brace.
|
|
3644 icon-brace-imaginary-offset
|
|
3645 An open brace following other text is treated as if it were
|
|
3646 this far to the right of the start of its line.
|
|
3647
|
|
3648 Turning on Icon mode calls the value of the variable `icon-mode-hook'
|
|
3649 with no args, if that value is non-nil." t nil)
|
|
3650
|
|
3651 ;;;***
|
|
3652
|
|
3653 ;;;### (autoloads (imenu imenu-add-to-menubar) "imenu" "modes/imenu.el")
|
|
3654
|
|
3655 (defvar imenu-generic-expression nil "\
|
|
3656 The regex pattern to use for creating a buffer index.
|
|
3657
|
|
3658 If non-nil this pattern is passed to `imenu-create-index-with-pattern'
|
|
3659 to create a buffer index.
|
|
3660
|
|
3661 It is an alist with elements that look like this: (MENU-TITLE
|
|
3662 REGEXP INDEX).
|
|
3663
|
|
3664 MENU-TITLE is a string used as the title for the submenu or nil if the
|
|
3665 entries are not nested.
|
|
3666
|
|
3667 REGEXP is a regexp that should match a construct in the buffer that is
|
|
3668 to be displayed in the menu; i.e., function or variable definitions,
|
|
3669 etc. It contains a substring which is the name to appear in the
|
|
3670 menu. See the info section on Regexps for more information.
|
|
3671
|
|
3672 INDEX points to the substring in REGEXP that contains the name (of the
|
|
3673 function, variable or type) that is to appear in the menu.
|
|
3674
|
|
3675 For emacs-lisp-mode for example PATTERN would look like:
|
|
3676
|
|
3677 '((nil \"^\\\\s-*(def\\\\(un\\\\|subst\\\\|macro\\\\|advice\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2)
|
|
3678 (\"*Vars*\" \"^\\\\s-*(def\\\\(var\\\\|const\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2)
|
|
3679 (\"*Types*\" \"^\\\\s-*(def\\\\(type\\\\|struct\\\\|class\\\\|ine-condition\\\\)\\\\s-+\\\\([-A-Za-z0-9+]+\\\\)\" 2))
|
|
3680
|
|
3681 The variable is buffer-local.")
|
|
3682
|
|
3683 (make-variable-buffer-local 'imenu-generic-expression)
|
|
3684
|
|
3685 (autoload 'imenu-add-to-menubar "imenu" "\
|
|
3686 Adds an `imenu' entry to the menu bar for the current buffer.
|
|
3687 NAME is a string used to name the menu bar item.
|
|
3688 See the command `imenu' for more information." t nil)
|
|
3689
|
|
3690 (autoload 'imenu "imenu" "\
|
|
3691 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
|
|
3692 See `imenu-choose-buffer-index' for more information." t nil)
|
|
3693
|
|
3694 ;;;***
|
|
3695
|
|
3696 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el")
|
|
3697
|
|
3698 (autoload 'ksh-mode "ksh-mode" "\
|
98
|
3699 ksh-mode $Revision: 1.8 $ - Major mode for editing (Bourne, Korn or Bourne again)
|
78
|
3700 shell scripts.
|
|
3701 Special key bindings and commands:
|
|
3702 \\{ksh-mode-map}
|
|
3703 Variables controlling indentation style:
|
|
3704 ksh-indent
|
|
3705 Indentation of ksh statements with respect to containing block.
|
|
3706 Default value is 2.
|
|
3707 ksh-case-indent
|
|
3708 Additional indentation for statements under case items.
|
|
3709 Default value is nil which will align the statements one position
|
|
3710 past the \")\" of the pattern.
|
|
3711 ksh-case-item-offset
|
|
3712 Additional indentation for case items within a case statement.
|
|
3713 Default value is 2.
|
|
3714 ksh-group-offset
|
|
3715 Additional indentation for keywords \"do\" and \"then\".
|
|
3716 Default value is -2.
|
|
3717 ksh-brace-offset
|
|
3718 Additional indentation of \"{\" under functions or brace groupings.
|
|
3719 Default value is 0.
|
|
3720 ksh-multiline-offset
|
|
3721 Additional indentation of line that is preceded of a line ending with a
|
|
3722 \\ to make it continue on next line.
|
|
3723 ksh-tab-always-indent
|
|
3724 Controls the operation of the TAB key. If t (the default), always
|
|
3725 reindent the current line. If nil, indent the current line only if
|
|
3726 point is at the left margin or in the line's indentation; otherwise
|
|
3727 insert a tab.
|
|
3728 ksh-match-and-tell
|
|
3729 If non-nil echo in the minibuffer the matching compound command
|
|
3730 for the \"done\", \"}\", \"fi\", or \"esac\". Default value is t.
|
|
3731
|
|
3732 ksh-align-to-keyword
|
|
3733 Controls whether nested constructs align from the keyword or
|
|
3734 the current indentation. If non-nil, indentation will be relative to
|
|
3735 the column the keyword starts. If nil, indentation will be relative to
|
|
3736 the current indentation of the line the keyword is on.
|
|
3737 The default value is non-nil.
|
|
3738
|
|
3739 ksh-comment-regexp
|
|
3740 Regular expression used to recognize comments. Customize to support
|
|
3741 ksh-like languages. Default value is \"\\s *#\".
|
|
3742
|
|
3743 Style Guide.
|
|
3744 By setting
|
|
3745 (setq ksh-indent default-tab-width)
|
|
3746 (setq ksh-group-offset 0)
|
|
3747
|
|
3748 The following style is obtained:
|
|
3749
|
|
3750 if [ -z $foo ]
|
|
3751 then
|
|
3752 bar # <-- ksh-group-offset is additive to ksh-indent
|
|
3753 foo
|
|
3754 fi
|
|
3755
|
|
3756 By setting
|
|
3757 (setq ksh-indent default-tab-width)
|
|
3758 (setq ksh-group-offset (- 0 ksh-indent))
|
|
3759
|
|
3760 The following style is obtained:
|
|
3761
|
|
3762 if [ -z $foo ]
|
|
3763 then
|
|
3764 bar
|
|
3765 foo
|
|
3766 fi
|
|
3767
|
|
3768 By setting
|
|
3769 (setq ksh-case-item-offset 1)
|
|
3770 (setq ksh-case-indent nil)
|
|
3771
|
|
3772 The following style is obtained:
|
|
3773
|
|
3774 case x in *
|
|
3775 foo) bar # <-- ksh-case-item-offset
|
|
3776 baz;; # <-- ksh-case-indent aligns with \")\"
|
|
3777 foobar) foo
|
|
3778 bar;;
|
|
3779 esac
|
|
3780
|
|
3781 By setting
|
|
3782 (setq ksh-case-item-offset 1)
|
|
3783 (setq ksh-case-indent 6)
|
|
3784
|
|
3785 The following style is obtained:
|
|
3786
|
|
3787 case x in *
|
|
3788 foo) bar # <-- ksh-case-item-offset
|
|
3789 baz;; # <-- ksh-case-indent
|
|
3790 foobar) foo
|
|
3791 bar;;
|
|
3792 esac
|
|
3793
|
|
3794
|
|
3795 Installation:
|
|
3796
|
|
3797 (setq ksh-mode-hook
|
|
3798 (function (lambda ()
|
|
3799 (font-lock-mode 1) ;; font-lock the buffer
|
|
3800 (setq ksh-indent 8)
|
|
3801 (setq ksh-group-offset -8)
|
|
3802 (setq ksh-brace-offset -8)
|
|
3803 (setq ksh-tab-always-indent t)
|
|
3804 (setq ksh-match-and-tell t)
|
|
3805 (setq ksh-align-to-keyword t) ;; Turn on keyword alignment
|
|
3806 )))" t nil)
|
|
3807
|
|
3808 ;;;***
|
|
3809
|
|
3810 ;;;### (autoloads (m4-mode) "m4-mode" "modes/m4-mode.el")
|
|
3811
|
|
3812 (autoload 'm4-mode "m4-mode" "\
|
|
3813 A major-mode to edit m4 macro files
|
|
3814 \\{m4-mode-map}
|
|
3815 " t nil)
|
|
3816
|
|
3817 ;;;***
|
|
3818
|
|
3819 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el")
|
|
3820
|
|
3821 (defvar mail-abbrev-mailrc-file nil "\
|
|
3822 Name of file with mail aliases. If nil, ~/.mailrc is used.")
|
|
3823
|
|
3824 (defvar mail-aliases nil "\
|
|
3825 Word-abbrev table of mail address aliases.
|
|
3826 If this is nil, it means the aliases have not yet been initialized and
|
|
3827 should be read from the .mailrc file. (This is distinct from there being
|
|
3828 no aliases, which is represented by this being a table with no entries.)")
|
|
3829
|
|
3830 (autoload 'mail-aliases-setup "mail-abbrevs" nil nil nil)
|
|
3831
|
|
3832 (autoload 'build-mail-aliases "mail-abbrevs" "\
|
|
3833 Read mail aliases from .mailrc and set mail-aliases." nil nil)
|
|
3834
|
|
3835 (autoload 'define-mail-alias "mail-abbrevs" "\
|
|
3836 Define NAME as a mail-alias that translates to DEFINITION.
|
|
3837 If DEFINITION contains multiple addresses, separate them with commas." t nil)
|
|
3838
|
|
3839 ;;;***
|
|
3840
|
|
3841 ;;;### (autoloads (makefile-mode) "make-mode" "modes/make-mode.el")
|
|
3842
|
|
3843 (autoload 'makefile-mode "make-mode" "\
|
|
3844 Major mode for editing Makefiles.
|
|
3845 This function ends by invoking the function(s) `makefile-mode-hook'.
|
|
3846
|
|
3847 \\{makefile-mode-map}
|
|
3848
|
|
3849 In the browser, use the following keys:
|
|
3850
|
|
3851 \\{makefile-browser-map}
|
|
3852
|
|
3853 Makefile mode can be configured by modifying the following variables:
|
|
3854
|
|
3855 makefile-browser-buffer-name:
|
|
3856 Name of the macro- and target browser buffer.
|
|
3857
|
|
3858 makefile-target-colon:
|
|
3859 The string that gets appended to all target names
|
|
3860 inserted by `makefile-insert-target'.
|
|
3861 \":\" or \"::\" are quite common values.
|
|
3862
|
|
3863 makefile-macro-assign:
|
|
3864 The string that gets appended to all macro names
|
|
3865 inserted by `makefile-insert-macro'.
|
|
3866 The normal value should be \" = \", since this is what
|
|
3867 standard make expects. However, newer makes such as dmake
|
|
3868 allow a larger variety of different macro assignments, so you
|
|
3869 might prefer to use \" += \" or \" := \" .
|
|
3870
|
|
3871 makefile-tab-after-target-colon:
|
|
3872 If you want a TAB (instead of a space) to be appended after the
|
|
3873 target colon, then set this to a non-nil value.
|
|
3874
|
|
3875 makefile-browser-leftmost-column:
|
|
3876 Number of blanks to the left of the browser selection mark.
|
|
3877
|
|
3878 makefile-browser-cursor-column:
|
|
3879 Column in which the cursor is positioned when it moves
|
|
3880 up or down in the browser.
|
|
3881
|
|
3882 makefile-browser-selected-mark:
|
|
3883 String used to mark selected entries in the browser.
|
|
3884
|
|
3885 makefile-browser-unselected-mark:
|
|
3886 String used to mark unselected entries in the browser.
|
|
3887
|
|
3888 makefile-browser-auto-advance-after-selection-p:
|
|
3889 If this variable is set to a non-nil value the cursor
|
|
3890 will automagically advance to the next line after an item
|
|
3891 has been selected in the browser.
|
|
3892
|
|
3893 makefile-pickup-everything-picks-up-filenames-p:
|
|
3894 If this variable is set to a non-nil value then
|
|
3895 `makefile-pickup-everything' also picks up filenames as targets
|
|
3896 (i.e. it calls `makefile-find-filenames-as-targets'), otherwise
|
|
3897 filenames are omitted.
|
|
3898
|
|
3899 makefile-cleanup-continuations-p:
|
|
3900 If this variable is set to a non-nil value then makefile-mode
|
|
3901 will assure that no line in the file ends with a backslash
|
|
3902 (the continuation character) followed by any whitespace.
|
|
3903 This is done by silently removing the trailing whitespace, leaving
|
|
3904 the backslash itself intact.
|
|
3905 IMPORTANT: Please note that enabling this option causes makefile-mode
|
|
3906 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
|
|
3907
|
|
3908 makefile-browser-hook:
|
|
3909 A function or list of functions to be called just before the
|
|
3910 browser is entered. This is executed in the makefile buffer.
|
|
3911
|
|
3912 makefile-special-targets-list:
|
|
3913 List of special targets. You will be offered to complete
|
|
3914 on one of those in the minibuffer whenever you enter a `.'.
|
|
3915 at the beginning of a line in Makefile mode." t nil)
|
|
3916
|
|
3917 ;;;***
|
|
3918
|
|
3919 ;;;### (autoloads (modula-2-mode) "modula2" "modes/modula2.el")
|
|
3920
|
|
3921 (autoload 'modula-2-mode "modula2" "\
|
|
3922 This is a mode intended to support program development in Modula-2.
|
|
3923 All control constructs of Modula-2 can be reached by typing C-c
|
|
3924 followed by the first character of the construct.
|
|
3925 \\<m2-mode-map>
|
|
3926 \\[m2-begin] begin \\[m2-case] case
|
|
3927 \\[m2-definition] definition \\[m2-else] else
|
|
3928 \\[m2-for] for \\[m2-header] header
|
|
3929 \\[m2-if] if \\[m2-module] module
|
|
3930 \\[m2-loop] loop \\[m2-or] or
|
|
3931 \\[m2-procedure] procedure Control-c Control-w with
|
|
3932 \\[m2-record] record \\[m2-stdio] stdio
|
|
3933 \\[m2-type] type \\[m2-until] until
|
|
3934 \\[m2-var] var \\[m2-while] while
|
|
3935 \\[m2-export] export \\[m2-import] import
|
|
3936 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
|
|
3937 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
|
|
3938 \\[m2-compile] compile \\[m2-next-error] next-error
|
|
3939 \\[m2-link] link
|
|
3940
|
|
3941 `m2-indent' controls the number of spaces for each indentation.
|
|
3942 `m2-compile-command' holds the command to compile a Modula-2 program.
|
|
3943 `m2-link-command' holds the command to link a Modula-2 program." t nil)
|
|
3944
|
|
3945 ;;;***
|
|
3946
|
|
3947 ;;;### (autoloads (electric-nroff-mode nroff-mode) "nroff-mode" "modes/nroff-mode.el")
|
|
3948
|
|
3949 (autoload 'nroff-mode "nroff-mode" "\
|
|
3950 Major mode for editing text intended for nroff to format.
|
|
3951 \\{nroff-mode-map}
|
|
3952 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
|
|
3953 Also, try `nroff-electric-mode', for automatically inserting
|
|
3954 closing requests for requests that are used in matched pairs." t nil)
|
|
3955
|
|
3956 (autoload 'electric-nroff-mode "nroff-mode" "\
|
|
3957 Toggle `nroff-electric-newline' minor mode.
|
|
3958 `nroff-electric-newline' forces Emacs to check for an nroff request at the
|
|
3959 beginning of the line, and insert the matching closing request if necessary.
|
|
3960 This command toggles that mode (off->on, on->off), with an argument,
|
|
3961 turns it on iff arg is positive, otherwise off." t nil)
|
|
3962
|
|
3963 (defvar nroff-electric-mode nil "\
|
|
3964 Non-nil if in electric-nroff minor mode.")
|
|
3965
|
|
3966 (add-minor-mode 'nroff-electric-mode " Electric" nil nil 'electric-nroff-mode)
|
|
3967
|
|
3968 ;;;***
|
|
3969
|
|
3970 ;;;### (autoloads (outl-mouse-minor-mode outl-mouse-mode) "outl-mouse" "modes/outl-mouse.el")
|
|
3971
|
|
3972 (autoload 'outl-mouse-mode "outl-mouse" "\
|
|
3973 Calls outline-mode, with outl-mouse extensions" t nil)
|
|
3974
|
|
3975 (autoload 'outl-mouse-minor-mode "outl-mouse" "\
|
|
3976 Toggles outline-minor-mode, with outl-mouse extensions" t nil)
|
|
3977
|
|
3978 ;;;***
|
|
3979
|
|
3980 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "modes/outline.el")
|
|
3981
|
|
3982 (defvar outline-minor-mode nil "\
|
|
3983 Non-nil if using Outline mode as a minor mode of some other mode.")
|
|
3984
|
|
3985 (make-variable-buffer-local 'outline-minor-mode)
|
|
3986
|
|
3987 (put 'outline-minor-mode 'permanent-local t)
|
|
3988
|
|
3989 (add-minor-mode 'outline-minor-mode " Outl")
|
|
3990
|
|
3991 (autoload 'outline-mode "outline" "\
|
|
3992 Set major mode for editing outlines with selective display.
|
|
3993 Headings are lines which start with asterisks: one for major headings,
|
|
3994 two for subheadings, etc. Lines not starting with asterisks are body lines.
|
|
3995
|
|
3996 Body text or subheadings under a heading can be made temporarily
|
|
3997 invisible, or visible again. Invisible lines are attached to the end
|
|
3998 of the heading, so they move with it, if the line is killed and yanked
|
|
3999 back. A heading with text hidden under it is marked with an ellipsis (...).
|
|
4000
|
|
4001 Commands:\\<outline-mode-map>
|
|
4002 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
|
|
4003 \\[outline-previous-visible-heading] outline-previous-visible-heading
|
|
4004 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
|
|
4005 \\[outline-backward-same-level] outline-backward-same-level
|
|
4006 \\[outline-up-heading] outline-up-heading move from subheading to heading
|
|
4007
|
|
4008 \\[hide-body] make all text invisible (not headings).
|
|
4009 \\[show-all] make everything in buffer visible.
|
|
4010
|
|
4011 The remaining commands are used when point is on a heading line.
|
|
4012 They apply to some of the body or subheadings of that heading.
|
|
4013 \\[hide-subtree] hide-subtree make body and subheadings invisible.
|
|
4014 \\[show-subtree] show-subtree make body and subheadings visible.
|
|
4015 \\[show-children] show-children make direct subheadings visible.
|
|
4016 No effect on body, or subheadings 2 or more levels down.
|
|
4017 With arg N, affects subheadings N levels down.
|
|
4018 \\[hide-entry] make immediately following body invisible.
|
|
4019 \\[show-entry] make it visible.
|
|
4020 \\[hide-leaves] make body under heading and under its subheadings invisible.
|
|
4021 The subheadings remain visible.
|
|
4022 \\[show-branches] make all subheadings at all levels visible.
|
|
4023
|
|
4024 The variable `outline-regexp' can be changed to control what is a heading.
|
|
4025 A line is a heading if `outline-regexp' matches something at the
|
|
4026 beginning of the line. The longer the match, the deeper the level.
|
|
4027
|
|
4028 Turning on outline mode calls the value of `text-mode-hook' and then of
|
|
4029 `outline-mode-hook', if they are non-nil." t nil)
|
|
4030
|
|
4031 (autoload 'outline-minor-mode "outline" "\
|
|
4032 Toggle Outline minor mode.
|
|
4033 With arg, turn Outline minor mode on if arg is positive, off otherwise.
|
|
4034 See the command `outline-mode' for more information on this mode." t nil)
|
|
4035
|
|
4036 ;;;***
|
|
4037
|
|
4038 ;;;### (autoloads (pascal-mode) "pascal" "modes/pascal.el")
|
|
4039
|
|
4040 (autoload 'pascal-mode "pascal" "\
|
|
4041 Major mode for editing Pascal code. \\<pascal-mode-map>
|
|
4042 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
|
|
4043
|
|
4044 \\[pascal-complete-word] completes the word around current point with respect to position in code
|
|
4045 \\[pascal-show-completions] shows all possible completions at this point.
|
|
4046
|
|
4047 Other useful functions are:
|
|
4048
|
|
4049 \\[pascal-mark-defun] - Mark function.
|
|
4050 \\[pascal-insert-block] - insert begin ... end;
|
|
4051 \\[pascal-star-comment] - insert (* ... *)
|
|
4052 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
|
|
4053 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
|
|
4054 \\[pascal-beg-of-defun] - Move to beginning of current function.
|
|
4055 \\[pascal-end-of-defun] - Move to end of current function.
|
|
4056 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
|
|
4057 \\[pascal-outline] - Enter pascal-outline-mode (see also pascal-outline).
|
|
4058
|
|
4059 Variables controlling indentation/edit style:
|
|
4060
|
|
4061 pascal-indent-level (default 3)
|
|
4062 Indentation of Pascal statements with respect to containing block.
|
|
4063 pascal-case-indent (default 2)
|
|
4064 Indentation for case statements.
|
|
4065 pascal-auto-newline (default nil)
|
|
4066 Non-nil means automatically newline after simcolons and the punctation mark
|
|
4067 after an end.
|
|
4068 pascal-tab-always-indent (default t)
|
|
4069 Non-nil means TAB in Pascal mode should always reindent the current line,
|
|
4070 regardless of where in the line point is when the TAB command is used.
|
|
4071 pascal-auto-endcomments (default t)
|
|
4072 Non-nil means a comment { ... } is set after the ends which ends cases and
|
|
4073 functions. The name of the function or case will be set between the braces.
|
|
4074 pascal-auto-lineup (default t)
|
|
4075 List of contexts where auto lineup of :'s or ='s hould be done.
|
|
4076
|
|
4077 See also the user variables pascal-type-keywords, pascal-start-keywords and
|
|
4078 pascal-separator-keywords.
|
|
4079
|
|
4080 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
|
|
4081 no args, if that value is non-nil." t nil)
|
|
4082
|
|
4083 ;;;***
|
|
4084
|
|
4085 ;;;### (autoloads (perl-mode) "perl-mode" "modes/perl-mode.el")
|
|
4086
|
|
4087 (autoload 'perl-mode "perl-mode" "\
|
|
4088 Major mode for editing Perl code.
|
|
4089 Expression and list commands understand all Perl brackets.
|
|
4090 Tab indents for Perl code.
|
|
4091 Comments are delimited with # ... \\n.
|
|
4092 Paragraphs are separated by blank lines only.
|
|
4093 Delete converts tabs to spaces as it moves back.
|
|
4094 \\{perl-mode-map}
|
|
4095 Variables controlling indentation style:
|
|
4096 perl-tab-always-indent
|
|
4097 Non-nil means TAB in Perl mode should always indent the current line,
|
|
4098 regardless of where in the line point is when the TAB command is used.
|
|
4099 perl-tab-to-comment
|
|
4100 Non-nil means that for lines which don't need indenting, TAB will
|
|
4101 either delete an empty comment, indent an existing comment, move
|
|
4102 to end-of-line, or if at end-of-line already, create a new comment.
|
|
4103 perl-nochange
|
|
4104 Lines starting with this regular expression are not auto-indented.
|
|
4105 perl-indent-level
|
|
4106 Indentation of Perl statements within surrounding block.
|
|
4107 The surrounding block's indentation is the indentation
|
|
4108 of the line on which the open-brace appears.
|
|
4109 perl-continued-statement-offset
|
|
4110 Extra indentation given to a substatement, such as the
|
|
4111 then-clause of an if or body of a while.
|
|
4112 perl-continued-brace-offset
|
|
4113 Extra indentation given to a brace that starts a substatement.
|
|
4114 This is in addition to `perl-continued-statement-offset'.
|
|
4115 perl-brace-offset
|
|
4116 Extra indentation for line if it starts with an open brace.
|
|
4117 perl-brace-imaginary-offset
|
|
4118 An open brace following other text is treated as if it were
|
|
4119 this far to the right of the start of its line.
|
|
4120 perl-label-offset
|
|
4121 Extra indentation for line that is a label.
|
|
4122
|
|
4123 Various indentation styles: K&R BSD BLK GNU LW
|
|
4124 perl-indent-level 5 8 0 2 4
|
|
4125 perl-continued-statement-offset 5 8 4 2 4
|
|
4126 perl-continued-brace-offset 0 0 0 0 -4
|
|
4127 perl-brace-offset -5 -8 0 0 0
|
|
4128 perl-brace-imaginary-offset 0 0 4 0 0
|
|
4129 perl-label-offset -5 -8 -2 -2 -2
|
|
4130
|
|
4131 Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
|
|
4132
|
|
4133 ;;;***
|
|
4134
|
|
4135 ;;;### (autoloads (picture-mode) "picture" "modes/picture.el")
|
|
4136
|
|
4137 (autoload 'picture-mode "picture" "\
|
|
4138 Switch to Picture mode, in which a quarter-plane screen model is used.
|
|
4139 Printing characters replace instead of inserting themselves with motion
|
|
4140 afterwards settable by these commands:
|
|
4141 C-c < Move left after insertion.
|
|
4142 C-c > Move right after insertion.
|
|
4143 C-c ^ Move up after insertion.
|
|
4144 C-c . Move down after insertion.
|
|
4145 C-c ` Move northwest (nw) after insertion.
|
|
4146 C-c ' Move northeast (ne) after insertion.
|
|
4147 C-c / Move southwest (sw) after insertion.
|
|
4148 C-c \\ Move southeast (se) after insertion.
|
|
4149 The current direction is displayed in the modeline. The initial
|
|
4150 direction is right. Whitespace is inserted and tabs are changed to
|
|
4151 spaces when required by movement. You can move around in the buffer
|
|
4152 with these commands:
|
|
4153 \\[picture-move-down] Move vertically to SAME column in previous line.
|
|
4154 \\[picture-move-up] Move vertically to SAME column in next line.
|
|
4155 \\[picture-end-of-line] Move to column following last non-whitespace character.
|
|
4156 \\[picture-forward-column] Move right inserting spaces if required.
|
|
4157 \\[picture-backward-column] Move left changing tabs to spaces if required.
|
|
4158 C-c C-f Move in direction of current picture motion.
|
|
4159 C-c C-b Move in opposite direction of current picture motion.
|
|
4160 Return Move to beginning of next line.
|
|
4161 You can edit tabular text with these commands:
|
|
4162 M-Tab Move to column beneath (or at) next interesting character.
|
|
4163 `Indents' relative to a previous line.
|
|
4164 Tab Move to next stop in tab stop list.
|
|
4165 C-c Tab Set tab stops according to context of this line.
|
|
4166 With ARG resets tab stops to default (global) value.
|
|
4167 See also documentation of variable picture-tab-chars
|
|
4168 which defines \"interesting character\". You can manually
|
|
4169 change the tab stop list with command \\[edit-tab-stops].
|
|
4170 You can manipulate text with these commands:
|
|
4171 C-d Clear (replace) ARG columns after point without moving.
|
|
4172 C-c C-d Delete char at point - the command normally assigned to C-d.
|
|
4173 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them.
|
|
4174 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared
|
|
4175 text is saved in the kill ring.
|
|
4176 \\[picture-open-line] Open blank line(s) beneath current line.
|
|
4177 You can manipulate rectangles with these commands:
|
|
4178 C-c C-k Clear (or kill) a rectangle and save it.
|
|
4179 C-c C-w Like C-c C-k except rectangle is saved in named register.
|
|
4180 C-c C-y Overlay (or insert) currently saved rectangle at point.
|
|
4181 C-c C-x Like C-c C-y except rectangle is taken from named register.
|
|
4182 \\[copy-rectangle-to-register] Copies a rectangle to a register.
|
|
4183 \\[advertised-undo] Can undo effects of rectangle overlay commands
|
|
4184 commands if invoked soon enough.
|
|
4185 You can return to the previous mode with:
|
|
4186 C-c C-c Which also strips trailing whitespace from every line.
|
|
4187 Stripping is suppressed by supplying an argument.
|
|
4188
|
|
4189 Entry to this mode calls the value of picture-mode-hook if non-nil.
|
|
4190
|
|
4191 Note that Picture mode commands will work outside of Picture mode, but
|
|
4192 they are not defaultly assigned to keys." t nil)
|
|
4193
|
|
4194 (defalias 'edit-picture 'picture-mode)
|
|
4195
|
|
4196 ;;;***
|
|
4197
|
|
4198 ;;;### (autoloads (postscript-mode) "postscript" "modes/postscript.el")
|
|
4199
|
|
4200 (autoload 'postscript-mode "postscript" "\
|
|
4201 Major mode for editing PostScript files.
|
|
4202
|
|
4203 \\[ps-execute-buffer] will send the contents of the buffer to the NeWS
|
|
4204 server using psh(1). \\[ps-execute-region] sends the current region.
|
|
4205 \\[ps-shell] starts an interactive psh(1) window which will be used for
|
|
4206 subsequent \\[ps-execute-buffer] or \\[ps-execute-region] commands.
|
|
4207
|
|
4208 In this mode, TAB and \\[indent-region] attempt to indent code
|
|
4209 based on the position of {}, [], and begin/end pairs. The variable
|
|
4210 ps-indent-level controls the amount of indentation used inside
|
|
4211 arrays and begin/end pairs.
|
|
4212
|
|
4213 \\{ps-mode-map}
|
|
4214
|
|
4215 \\[postscript-mode] calls the value of the variable postscript-mode-hook
|
|
4216 with no args, if that value is non-nil." t nil)
|
|
4217
|
|
4218 ;;;***
|
|
4219
|
|
4220 ;;;### (autoloads (run-prolog inferior-prolog-mode prolog-mode) "prolog" "modes/prolog.el")
|
|
4221
|
|
4222 (autoload 'prolog-mode "prolog" "\
|
|
4223 Major mode for editing Prolog code for Prologs.
|
|
4224 Blank lines and `%%...' separate paragraphs. `%'s start comments.
|
|
4225 Commands:
|
|
4226 \\{prolog-mode-map}
|
|
4227 Entry to this mode calls the value of `prolog-mode-hook'
|
|
4228 if that value is non-nil." t nil)
|
|
4229
|
|
4230 (autoload 'inferior-prolog-mode "prolog" "\
|
|
4231 Major mode for interacting with an inferior Prolog process.
|
|
4232
|
|
4233 The following commands are available:
|
|
4234 \\{inferior-prolog-mode-map}
|
|
4235
|
|
4236 Entry to this mode calls the value of `prolog-mode-hook' with no arguments,
|
|
4237 if that value is non-nil. Likewise with the value of `comint-mode-hook'.
|
|
4238 `prolog-mode-hook' is called after `comint-mode-hook'.
|
|
4239
|
|
4240 You can send text to the inferior Prolog from other buffers
|
|
4241 using the commands `send-region', `send-string' and \\[prolog-consult-region].
|
|
4242
|
|
4243 Commands:
|
|
4244 Tab indents for Prolog; with argument, shifts rest
|
|
4245 of expression rigidly with the current line.
|
|
4246 Paragraphs are separated only by blank lines and '%%'.
|
|
4247 '%'s start comments.
|
|
4248
|
|
4249 Return at end of buffer sends line as input.
|
|
4250 Return not at end copies rest of line to end and sends it.
|
|
4251 \\[comint-kill-input] and \\[backward-kill-word] are kill commands, imitating normal Unix input editing.
|
|
4252 \\[comint-interrupt-subjob] interrupts the shell or its current subjob if any.
|
|
4253 \\[comint-stop-subjob] stops. \\[comint-quit-subjob] sends quit signal." t nil)
|
|
4254
|
|
4255 (autoload 'run-prolog "prolog" "\
|
|
4256 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
|
|
4257
|
|
4258 ;;;***
|
|
4259
|
|
4260 ;;;### (autoloads (py-shell python-mode) "python-mode" "modes/python-mode.el")
|
|
4261
|
|
4262 (eval-when-compile (condition-case nil (progn (require 'cl) (require 'imenu)) (error nil)))
|
|
4263
|
|
4264 (autoload 'python-mode "python-mode" "\
|
|
4265 Major mode for editing Python files.
|
|
4266 To submit a problem report, enter `\\[py-submit-bug-report]' from a
|
|
4267 `python-mode' buffer. Do `\\[py-describe-mode]' for detailed
|
|
4268 documentation. To see what version of `python-mode' you are running,
|
|
4269 enter `\\[py-version]'.
|
|
4270
|
|
4271 This mode knows about Python indentation, tokens, comments and
|
|
4272 continuation lines. Paragraphs are separated by blank lines only.
|
|
4273
|
|
4274 COMMANDS
|
|
4275 \\{py-mode-map}
|
|
4276 VARIABLES
|
|
4277
|
|
4278 py-indent-offset indentation increment
|
|
4279 py-block-comment-prefix comment string used by comment-region
|
|
4280 py-python-command shell command to invoke Python interpreter
|
|
4281 py-scroll-process-buffer always scroll Python process buffer
|
|
4282 py-temp-directory directory used for temp files (if needed)
|
|
4283 py-beep-if-tab-change ring the bell if tab-width is changed" t nil)
|
|
4284
|
|
4285 (autoload 'py-shell "python-mode" "\
|
|
4286 Start an interactive Python interpreter in another window.
|
|
4287 This is like Shell mode, except that Python is running in the window
|
|
4288 instead of a shell. See the `Interactive Shell' and `Shell Mode'
|
|
4289 sections of the Emacs manual for details, especially for the key
|
|
4290 bindings active in the `*Python*' buffer.
|
|
4291
|
|
4292 See the docs for variable `py-scroll-buffer' for info on scrolling
|
|
4293 behavior in the process window.
|
|
4294
|
|
4295 Warning: Don't use an interactive Python if you change sys.ps1 or
|
|
4296 sys.ps2 from their default values, or if you're running code that
|
|
4297 prints `>>> ' or `... ' at the start of a line. `python-mode' can't
|
|
4298 distinguish your output from Python's output, and assumes that `>>> '
|
|
4299 at the start of a line is a prompt from Python. Similarly, the Emacs
|
|
4300 Shell mode code assumes that both `>>> ' and `... ' at the start of a
|
|
4301 line are Python prompts. Bad things can happen if you fool either
|
|
4302 mode.
|
|
4303
|
|
4304 Warning: If you do any editing *in* the process buffer *while* the
|
|
4305 buffer is accepting output from Python, do NOT attempt to `undo' the
|
|
4306 changes. Some of the output (nowhere near the parts you changed!) may
|
|
4307 be lost if you do. This appears to be an Emacs bug, an unfortunate
|
|
4308 interaction between undo and process filters; the same problem exists in
|
|
4309 non-Python process buffers using the default (Emacs-supplied) process
|
|
4310 filter." t nil)
|
|
4311
|
|
4312 ;;;***
|
|
4313
|
|
4314 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el")
|
|
4315
|
|
4316 (autoload 'rexx-mode "rexx-mode" "\
|
|
4317 Major mode for editing REXX code.
|
|
4318 \\{rexx-mode-map}
|
|
4319
|
|
4320 Variables controlling indentation style:
|
|
4321 rexx-indent
|
|
4322 The basic indentation for do-blocks.
|
|
4323 rexx-end-indent
|
|
4324 The relative offset of the \"end\" statement. 0 places it in the
|
|
4325 same column as the statements of the block. Setting it to the same
|
|
4326 value as rexx-indent places the \"end\" under the do-line.
|
|
4327 rexx-cont-indent
|
|
4328 The indention for lines following \"then\", \"else\" and \",\"
|
|
4329 (continued) lines.
|
|
4330 rexx-tab-always-indent
|
|
4331 Non-nil means TAB in REXX mode should always reindent the current
|
|
4332 line, regardless of where in the line the point is when the TAB
|
|
4333 command is used.
|
|
4334
|
|
4335 If you have set rexx-end-indent to a nonzero value, you probably want to
|
|
4336 remap RETURN to rexx-indent-newline-indent. It makes sure that lines
|
|
4337 indents correctly when you press RETURN.
|
|
4338
|
|
4339 An extensive abbrevation table consisting of all the keywords of REXX are
|
|
4340 supplied. Expanded keywords are converted into upper case making it
|
|
4341 easier to distinguish them. To use this feature the buffer must be in
|
|
4342 abbrev-mode. (See example below.)
|
|
4343
|
|
4344 Turning on REXX mode calls the value of the variable rexx-mode-hook with
|
|
4345 no args, if that value is non-nil.
|
|
4346
|
|
4347 For example:
|
|
4348 \(setq rexx-mode-hook '(lambda ()
|
|
4349 (setq rexx-indent 4)
|
|
4350 (setq rexx-end-indent 4)
|
|
4351 (setq rexx-cont-indent 4)
|
|
4352 (local-set-key \"\\C-m\" 'rexx-indent-newline-indent)
|
|
4353 (abbrev-mode 1)
|
|
4354 ))
|
|
4355
|
|
4356 will make the END aligned with the DO/SELECT. It will indent blocks and
|
|
4357 IF-statenents four steps and make sure that the END jumps into the
|
|
4358 correct position when RETURN is pressed. Finaly it will use the abbrev
|
|
4359 table to convert all REXX keywords into upper case." t nil)
|
|
4360
|
|
4361 ;;;***
|
|
4362
|
|
4363 ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el")
|
|
4364
|
|
4365 (defvar resize-minibuffer-mode nil "\
|
|
4366 *If non-`nil', resize the minibuffer so its entire contents are visible.")
|
|
4367
|
|
4368 (defvar resize-minibuffer-window-max-height nil "\
|
|
4369 *Maximum size the minibuffer window is allowed to become.
|
|
4370 If less than 1 or not a number, the limit is the height of the frame in
|
|
4371 which the active minibuffer window resides.")
|
|
4372
|
|
4373 (defvar resize-minibuffer-window-exactly t "\
|
|
4374 *If non-`nil', make minibuffer exactly the size needed to display all its contents.
|
|
4375 Otherwise, the minibuffer window can temporarily increase in size but
|
|
4376 never get smaller while it is active.")
|
|
4377
|
|
4378 (defvar resize-minibuffer-frame nil "\
|
|
4379 *If non-`nil' and the active minibuffer is the sole window in its frame, allow changing the frame height.")
|
|
4380
|
|
4381 (defvar resize-minibuffer-frame-max-height nil "\
|
|
4382 *Maximum size the minibuffer frame is allowed to become.
|
|
4383 If less than 1 or not a number, there is no limit.")
|
|
4384
|
|
4385 (defvar resize-minibuffer-frame-exactly nil "\
|
|
4386 *If non-`nil', make minibuffer frame exactly the size needed to display all its contents.
|
|
4387 Otherwise, the minibuffer frame can temporarily increase in size but
|
|
4388 never get smaller while it is active.")
|
|
4389
|
|
4390 (autoload 'resize-minibuffer-mode "rsz-minibuf" "\
|
|
4391 Enable or disable resize-minibuffer mode.
|
|
4392 A negative prefix argument disables this mode. A positive argument or
|
|
4393 argument of 0 enables it.
|
|
4394
|
|
4395 When this minor mode is enabled, the minibuffer is dynamically resized to
|
|
4396 contain the entire region of text put in it as you type.
|
|
4397
|
|
4398 The variable `resize-minibuffer-mode' is set to t or nil depending on
|
|
4399 whether this mode is active or not.
|
|
4400
|
|
4401 The maximum height to which the minibuffer can grow is controlled by the
|
|
4402 variable `resize-minibuffer-window-max-height'.
|
|
4403
|
|
4404 The variable `resize-minibuffer-window-exactly' determines whether the
|
|
4405 minibuffer window should ever be shrunk to make it no larger than needed to
|
|
4406 display its contents.
|
|
4407
|
|
4408 When using a window system, it is possible for a minibuffer to tbe the sole
|
|
4409 window in a frame. Since that window is already its maximum size, the only
|
|
4410 way to make more text visible at once is to increase the size of the frame.
|
|
4411 The variable `resize-minibuffer-frame' controls whether this should be
|
|
4412 done. The variables `resize-minibuffer-frame-max-height' and
|
|
4413 `resize-minibuffer-frame-exactly' are analogous to their window
|
|
4414 counterparts." t nil)
|
|
4415
|
|
4416 ;;;***
|
|
4417
|
|
4418 ;;;### (autoloads (scheme-mode) "scheme" "modes/scheme.el")
|
|
4419
|
|
4420 (autoload 'scheme-mode "scheme" "\
|
|
4421 Major mode for editing Scheme code.
|
|
4422 Editing commands are similar to those of lisp-mode.
|
|
4423
|
|
4424 In addition, if an inferior Scheme process is running, some additional
|
|
4425 commands will be defined, for evaluating expressions and controlling
|
|
4426 the interpreter, and the state of the process will be displayed in the
|
|
4427 modeline of all Scheme buffers. The names of commands that interact
|
|
4428 with the Scheme process start with \"xscheme-\". For more information
|
|
4429 see the documentation for xscheme-interaction-mode.
|
|
4430
|
|
4431 Commands:
|
|
4432 Delete converts tabs to spaces as it moves back.
|
|
4433 Blank lines separate paragraphs. Semicolons start comments.
|
|
4434 \\{scheme-mode-map}
|
|
4435 Entry to this mode calls the value of scheme-mode-hook
|
|
4436 if that value is non-nil." t nil)
|
|
4437
|
|
4438 ;;;***
|
|
4439
|
|
4440 ;;;### (autoloads (scribe-mode) "scribe" "modes/scribe.el")
|
|
4441
|
|
4442 (autoload 'scribe-mode "scribe" "\
|
|
4443 Major mode for editing files of Scribe (a text formatter) source.
|
|
4444 Scribe-mode is similar text-mode, with a few extra commands added.
|
|
4445 \\{scribe-mode-map}
|
|
4446
|
|
4447 Interesting variables:
|
|
4448
|
|
4449 scribe-fancy-paragraphs
|
|
4450 Non-nil makes Scribe mode use a different style of paragraph separation.
|
|
4451
|
|
4452 scribe-electric-quote
|
|
4453 Non-nil makes insert of double quote use `` or '' depending on context.
|
|
4454
|
|
4455 scribe-electric-parenthesis
|
|
4456 Non-nil makes an open-parenthesis char (one of `([<{')
|
|
4457 automatically insert its close if typed after an @Command form." t nil)
|
|
4458
|
|
4459 ;;;***
|
|
4460
|
|
4461 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode) "sendmail" "modes/sendmail.el")
|
|
4462
|
|
4463 (defvar mail-from-style 'angles "\
|
|
4464 *Specifies how \"From:\" fields look.
|
|
4465
|
|
4466 If `nil', they contain just the return address like:
|
|
4467 king@grassland.com
|
|
4468 If `parens', they look like:
|
|
4469 king@grassland.com (Elvis Parsley)
|
|
4470 If `angles', they look like:
|
|
4471 Elvis Parsley <king@grassland.com>")
|
|
4472
|
|
4473 (defvar mail-self-blind nil "\
|
|
4474 Non-nil means insert BCC to self in messages to be sent.
|
|
4475 This is done when the message is initialized,
|
|
4476 so you can remove or alter the BCC field to override the default.")
|
|
4477
|
|
4478 (defvar mail-interactive nil "\
|
|
4479 Non-nil means when sending a message wait for and display errors.
|
|
4480 nil means let mailer mail back a message to report errors.")
|
|
4481
|
|
4482 (defvar mail-dir nil "\
|
|
4483 *Default directory for saving messages.")
|
|
4484
|
|
4485 (defvar rmail-ignored-headers (purecopy (concat "^\\(" (mapconcat 'identity '("Sender:" "References:" "Return-Path:" "Received:" "[^: \n]*Message-ID:" "Errors-To:" "Path:" "Expires:" "Xref:" "Lines:" "Approved:" "Distribution:" "Content-Length:" "Mime-Version:" "Content-Type:" "Content-Transfer-Encoding:" "X400-Received:" "X400-Originator:" "X400-Mts-Identifier:" "X400-Content-Type:" "Content-Identifier:" "Status:" "Summary-Line:" "X-Attribution:" "Via:" "Sent-Via:" "Mail-From:" "Origin:" "Comments:" "Originator:" "NF-ID:" "NF-From:" "Posting-Version:" "Posted:" "Posted-Date:" "Date-Received:" "Relay-Version:" "Article-I\\.D\\.:" "NNTP-Version:" "NNTP-Posting-Host:" "X-Mailer:" "X-Newsreader:" "News-Software:" "X-Received:" "X-References:" "X-Envelope-To:" "X-VMS-" "Remailed-" "X-Plantation:" "X-Windows:" "X-Pgp-") "\\|") "\\)")) "\
|
|
4486 *Gubbish header fields one would rather not see.")
|
|
4487
|
|
4488 (defvar mail-yank-ignored-headers (purecopy (concat rmail-ignored-headers "\\|" "^\\(" (mapconcat 'identity '("Resent-To:" "Resent-By:" "Resent-CC:" "To:" "Subject:" "In-Reply-To:") "\\|") "\\)")) "\
|
|
4489 Delete these headers from old message when it's inserted in a reply.")
|
|
4490
|
|
4491 (defvar send-mail-function 'sendmail-send-it "\
|
|
4492 Function to call to send the current buffer as mail.
|
|
4493 The headers should be delimited by a line whose contents
|
|
4494 match the variable `mail-header-separator'.")
|
|
4495
|
|
4496 (defvar mail-header-separator (purecopy "--text follows this line--") "\
|
|
4497 *Line used to separate headers from text in messages being composed.")
|
|
4498
|
|
4499 (defvar mail-archive-file-name nil "\
|
|
4500 *Name of file to write all outgoing messages in, or nil for none.
|
|
4501 This can be an inbox file or an Rmail file.")
|
|
4502
|
|
4503 (defvar mail-default-reply-to nil "\
|
|
4504 *Address to insert as default Reply-to field of outgoing messages.
|
|
4505 If nil, it will be initialized from the REPLYTO environment variable
|
|
4506 when you first send mail.")
|
|
4507
|
|
4508 (defvar mail-alias-file nil "\
|
|
4509 *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
|
|
4510 This file defines aliases to be expanded by the mailer; this is a different
|
|
4511 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
|
|
4512 This variable has no effect unless your system uses sendmail as its mailer.")
|
|
4513
|
|
4514 (defvar mail-yank-prefix "> " "\
|
|
4515 *Prefix insert on lines of yanked message being replied to.
|
|
4516 nil means use indentation.")
|
|
4517
|
|
4518 (defvar mail-signature nil "\
|
|
4519 *Text inserted at end of mail buffer when a message is initialized.
|
|
4520 If t, it means to insert the contents of the file `mail-signature-file'.")
|
|
4521
|
|
4522 (autoload 'mail-mode "sendmail" "\
|
|
4523 Major mode for editing mail to be sent.
|
|
4524 Like Text Mode but with these additional commands:
|
|
4525 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit
|
|
4526 C-c C-f move to a header field (and create it if there isn't):
|
|
4527 C-c C-f C-t move to To: C-c C-f C-s move to Subj:
|
|
4528 C-c C-f C-b move to BCC: C-c C-f C-c move to CC:
|
|
4529 C-c C-f C-f move to FCC: C-c C-f C-r move to Reply-To:
|
|
4530 C-c C-t mail-text (move to beginning of message text).
|
|
4531 C-c C-w mail-signature (insert `mail-signature-file' file).
|
|
4532 C-c C-y mail-yank-original (insert current message, in Rmail).
|
|
4533 C-c C-q mail-fill-yanked-message (fill what was yanked).
|
|
4534 C-c C-v mail-sent-via (add a sent-via field for each To or CC)." t nil)
|
|
4535
|
|
4536 (autoload 'mail "sendmail" "\
|
|
4537 Edit a message to be sent. Prefix arg means resume editing (don't erase).
|
|
4538 When this function returns, the buffer `*mail*' is selected.
|
|
4539 The value is t if the message was newly initialized; otherwise, nil.
|
|
4540
|
|
4541 Optionally, the signature file `mail-signature-file' can be inserted at the
|
|
4542 end; see the variable `mail-signature'.
|
|
4543
|
|
4544 \\<mail-mode-map>
|
|
4545 While editing message, type \\[mail-send-and-exit] to send the message and exit.
|
|
4546
|
|
4547 Various special commands starting with C-c are available in sendmail mode
|
|
4548 to move to message header fields:
|
|
4549 \\{mail-mode-map}
|
|
4550
|
|
4551 The variable `mail-signature' controls whether the signature file
|
|
4552 `mail-signature-file' is inserted immediately.
|
|
4553
|
|
4554 If `mail-signature' is nil, use \\[mail-signature] to insert the
|
|
4555 signature in `mail-signature-file'.
|
|
4556
|
|
4557 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
|
|
4558 when the message is initialized.
|
|
4559
|
|
4560 If `mail-default-reply-to' is non-nil, it should be an address (a string);
|
|
4561 a Reply-to: field with that address is inserted.
|
|
4562
|
|
4563 If `mail-archive-file-name' is non-nil, an FCC field with that file name
|
|
4564 is inserted.
|
|
4565
|
|
4566 The normal hook `mail-setup-hook' is run after the message is
|
|
4567 initialized. It can add more default fields to the message.
|
|
4568
|
|
4569 When calling from a program, the first argument if non-nil says
|
|
4570 not to erase the existing contents of the `*mail*' buffer.
|
|
4571
|
|
4572 The second through fifth arguments,
|
|
4573 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
|
|
4574 the initial contents of those header fields.
|
|
4575 These arguments should not have final newlines.
|
|
4576 The sixth argument REPLYBUFFER is a buffer whose contents
|
|
4577 should be yanked if the user types C-c C-y.
|
|
4578 The seventh argument ACTIONS is a list of actions to take
|
|
4579 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
|
|
4580 when the message is sent, we apply FUNCTION to ARGS.
|
|
4581 This is how Rmail arranges to mark messages `answered'." t nil)
|
|
4582
|
|
4583 (autoload 'mail-other-window "sendmail" "\
|
|
4584 Like `mail' command, but display mail buffer in another window." t nil)
|
|
4585
|
|
4586 (autoload 'mail-other-frame "sendmail" "\
|
|
4587 Like `mail' command, but display mail buffer in another frame." t nil)
|
|
4588
|
|
4589 (define-key ctl-x-map "m" 'mail)
|
|
4590
|
|
4591 (define-key ctl-x-4-map "m" 'mail-other-window)
|
|
4592
|
|
4593 (define-key ctl-x-5-map "m" 'mail-other-frame)
|
|
4594
|
|
4595 (add-hook 'same-window-buffer-names "*mail*")
|
|
4596
|
|
4597 ;;;***
|
|
4598
|
|
4599 ;;;### (autoloads (sh-mode) "sh-script" "modes/sh-script.el")
|
|
4600
|
|
4601 (put 'sh-mode 'mode-class 'special)
|
|
4602
|
|
4603 (autoload 'sh-mode "sh-script" "\
|
|
4604 Major mode for editing shell scripts.
|
|
4605 This mode works for many shells, since they all have roughly the same syntax,
|
|
4606 as far as commands, arguments, variables, pipes, comments etc. are concerned.
|
|
4607 Unless the file's magic number indicates the shell, your usual shell is
|
|
4608 assumed. Since filenames rarely give a clue, they are not further analyzed.
|
|
4609
|
|
4610 This mode adapts to the variations between shells (see `sh-set-shell') by
|
|
4611 means of an inheritance based feature lookup (see `sh-feature'). This
|
|
4612 mechanism applies to all variables (including skeletons) that pertain to
|
|
4613 shell-specific features.
|
|
4614
|
|
4615 The default style of this mode is that of Rosenblatt's Korn shell book.
|
|
4616 The syntax of the statements varies with the shell being used. The
|
|
4617 following commands are available, based on the current shell's syntax:
|
|
4618
|
|
4619 \\[sh-case] case statement
|
|
4620 \\[sh-for] for loop
|
|
4621 \\[sh-function] function definition
|
|
4622 \\[sh-if] if statement
|
|
4623 \\[sh-indexed-loop] indexed loop from 1 to n
|
|
4624 \\[sh-while-getopts] while getopts loop
|
|
4625 \\[sh-repeat] repeat loop
|
|
4626 \\[sh-select] select loop
|
|
4627 \\[sh-until] until loop
|
|
4628 \\[sh-while] while loop
|
|
4629
|
|
4630 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
|
|
4631 \\[sh-newline-and-indent] Delete unquoted space and indent new line same as this one.
|
|
4632 \\[sh-end-of-command] Go to end of successive commands.
|
|
4633 \\[sh-beginning-of-command] Go to beginning of successive commands.
|
|
4634 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
|
|
4635 \\[sh-execute-region] Have optional header and region be executed in a subshell.
|
|
4636
|
|
4637 \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
|
|
4638 {, (, [, ', \", `
|
|
4639 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
|
|
4640
|
|
4641 If you generally program a shell different from your login shell you can
|
|
4642 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
|
|
4643 indicate what shell it is use `sh-alias-alist' to translate.
|
|
4644
|
|
4645 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
|
|
4646 with your script for an edit-interpret-debug cycle." t nil)
|
|
4647
|
|
4648 (defalias 'shell-script-mode 'sh-mode)
|
|
4649
|
|
4650 ;;;***
|
|
4651
|
|
4652 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el")
|
|
4653
|
|
4654 (autoload 'tcl-mode "tcl" "\
|
|
4655 Major mode for editing Tcl code.
|
|
4656 Expression and list commands understand all Tcl brackets.
|
|
4657 Tab indents for Tcl code.
|
|
4658 Paragraphs are separated by blank lines only.
|
|
4659 Delete converts tabs to spaces as it moves back.
|
|
4660
|
|
4661 Variables controlling indentation style:
|
|
4662 tcl-indent-level
|
|
4663 Indentation of Tcl statements within surrounding block.
|
|
4664 tcl-continued-indent-level
|
|
4665 Indentation of continuation line relative to first line of command.
|
|
4666
|
|
4667 Variables controlling user interaction with mode (see variable
|
|
4668 documentation for details):
|
|
4669 tcl-tab-always-indent
|
|
4670 Controls action of TAB key.
|
|
4671 tcl-auto-newline
|
|
4672 Non-nil means automatically newline before and after braces, brackets,
|
|
4673 and semicolons inserted in Tcl code.
|
|
4674 tcl-electric-hash-style
|
|
4675 Controls action of `#' key.
|
|
4676 tcl-use-hairy-comment-detector
|
|
4677 If t, use more complicated, but slower, comment detector.
|
|
4678 This variable is only used in GNU Emacs 19.
|
|
4679 tcl-use-smart-word-finder
|
|
4680 If not nil, use a smarter, Tcl-specific way to find the current
|
|
4681 word when looking up help on a Tcl command.
|
|
4682
|
|
4683 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
|
|
4684 with no args, if that value is non-nil. Read the documentation for
|
|
4685 `tcl-mode-hook' to see what kinds of interesting hook functions
|
|
4686 already exist.
|
|
4687
|
|
4688 Commands:
|
|
4689 \\{tcl-mode-map}" t nil)
|
|
4690
|
|
4691 (autoload 'inferior-tcl "tcl" "\
|
|
4692 Run inferior Tcl process.
|
|
4693 Prefix arg means enter program name interactively.
|
|
4694 See documentation for function `inferior-tcl-mode' for more information." t nil)
|
|
4695
|
|
4696 (autoload 'tcl-help-on-word "tcl" "\
|
|
4697 Get help on Tcl command. Default is word at point.
|
|
4698 Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
|
|
4699
|
|
4700 ;;;***
|
|
4701
|
|
4702 ;;;### (autoloads (latex-mode plain-tex-mode tex-mode) "tex-mode" "modes/tex-mode.el")
|
|
4703
|
|
4704 (autoload 'tex-mode "tex-mode" "\
|
|
4705 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
|
|
4706 Tries to determine (by looking at the beginning of the file) whether
|
|
4707 this file is for plain TeX, LaTeX, or SliTeX and calls plain-tex-mode,
|
|
4708 latex-mode, or slitex-mode, respectively. If it cannot be determined,
|
|
4709 such as if there are no commands in the file, the value of tex-default-mode
|
|
4710 is used." t nil)
|
|
4711
|
|
4712 (fset 'TeX-mode 'tex-mode)
|
|
4713
|
|
4714 (fset 'LaTeX-mode 'latex-mode)
|
|
4715
|
|
4716 (autoload 'plain-tex-mode "tex-mode" "\
|
|
4717 Major mode for editing files of input for plain TeX.
|
|
4718 Makes $ and } display the characters they match.
|
|
4719 Makes \" insert `` when it seems to be the beginning of a quotation,
|
|
4720 and '' when it appears to be the end; it inserts \" only after a \\.
|
|
4721
|
|
4722 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
|
|
4723 copied from the top of the file (containing macro definitions, etc.),
|
|
4724 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
|
|
4725 \\[tex-file] saves the buffer and then processes the file.
|
|
4726 \\[tex-print] prints the .dvi file made by any of these.
|
|
4727 \\[tex-view] previews the .dvi file made by any of these.
|
|
4728 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
|
|
4729
|
|
4730 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
|
|
4731 mismatched $'s or braces.
|
|
4732
|
|
4733 Special commands:
|
|
4734 \\{tex-mode-map}
|
|
4735
|
|
4736 Mode variables:
|
|
4737 tex-run-command
|
|
4738 Command string used by \\[tex-region] or \\[tex-buffer].
|
|
4739 tex-directory
|
|
4740 Directory in which to create temporary files for TeX jobs
|
|
4741 run by \\[tex-region] or \\[tex-buffer].
|
|
4742 tex-dvi-print-command
|
|
4743 Command string used by \\[tex-print] to print a .dvi file.
|
|
4744 tex-alt-dvi-print-command
|
|
4745 Alternative command string used by \\[tex-print] (when given a prefix
|
|
4746 argument) to print a .dvi file.
|
|
4747 tex-dvi-view-command
|
|
4748 Command string used by \\[tex-view] to preview a .dvi file.
|
|
4749 tex-show-queue-command
|
|
4750 Command string used by \\[tex-show-print-queue] to show the print
|
|
4751 queue that \\[tex-print] put your job on.
|
|
4752
|
|
4753 Entering Plain-tex mode calls the value of text-mode-hook, then the value of
|
|
4754 tex-mode-hook, and then the value of plain-tex-mode-hook. When the special
|
|
4755 subshell is initiated, the value of tex-shell-hook is called." t nil)
|
|
4756
|
|
4757 (fset 'plain-TeX-mode 'plain-tex-mode)
|
|
4758
|
|
4759 (autoload 'latex-mode "tex-mode" "\
|
|
4760 Major mode for editing files of input for LaTeX.
|
|
4761 Makes $ and } display the characters they match.
|
|
4762 Makes \" insert `` when it seems to be the beginning of a quotation,
|
|
4763 and '' when it appears to be the end; it inserts \" only after a \\.
|
|
4764
|
|
4765 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
|
|
4766 copied from the top of the file (containing \\documentstyle, etc.),
|
|
4767 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
|
|
4768 \\[tex-file] saves the buffer and then processes the file.
|
|
4769 \\[tex-print] prints the .dvi file made by any of these.
|
|
4770 \\[tex-view] previews the .dvi file made by any of these.
|
|
4771 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
|
|
4772
|
|
4773 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
|
|
4774 mismatched $'s or braces.
|
|
4775
|
|
4776 Special commands:
|
|
4777 \\{tex-mode-map}
|
|
4778
|
|
4779 Mode variables:
|
|
4780 latex-run-command
|
|
4781 Command string used by \\[tex-region] or \\[tex-buffer].
|
|
4782 tex-directory
|
|
4783 Directory in which to create temporary files for LaTeX jobs
|
|
4784 run by \\[tex-region] or \\[tex-buffer].
|
|
4785 tex-dvi-print-command
|
|
4786 Command string used by \\[tex-print] to print a .dvi file.
|
|
4787 tex-alt-dvi-print-command
|
|
4788 Alternative command string used by \\[tex-print] (when given a prefix
|
|
4789 argument) to print a .dvi file.
|
|
4790 tex-dvi-view-command
|
|
4791 Command string used by \\[tex-view] to preview a .dvi file.
|
|
4792 tex-show-queue-command
|
|
4793 Command string used by \\[tex-show-print-queue] to show the print
|
|
4794 queue that \\[tex-print] put your job on.
|
|
4795
|
|
4796 Entering Latex mode calls the value of text-mode-hook, then the value of
|
|
4797 tex-mode-hook, and then the value of latex-mode-hook. When the special
|
|
4798 subshell is initiated, the value of tex-shell-hook is called." t nil)
|
|
4799
|
|
4800 ;;;***
|
|
4801
|
|
4802 ;;;### (autoloads (texinfo-mode) "texinfo" "modes/texinfo.el")
|
|
4803
|
|
4804 (autoload 'texinfo-mode "texinfo" "\
|
|
4805 Major mode for editing Texinfo files.
|
|
4806
|
|
4807 It has these extra commands:
|
|
4808 \\{texinfo-mode-map}
|
|
4809
|
|
4810 These are files that are used as input for TeX to make printed manuals
|
|
4811 and also to be turned into Info files with \\[makeinfo-buffer] or
|
|
4812 the `makeinfo' program. These files must be written in a very restricted and
|
|
4813 modified version of TeX input format.
|
|
4814
|
|
4815 Editing commands are like text-mode except that the syntax table is
|
|
4816 set up so expression commands skip Texinfo bracket groups. To see
|
|
4817 what the Info version of a region of the Texinfo file will look like,
|
|
4818 use \\[makeinfo-region], which runs `makeinfo' on the current region.
|
|
4819
|
|
4820 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
|
|
4821 This command shows the structure of a Texinfo file by listing the
|
|
4822 lines with the @-sign commands for @chapter, @section, and the like.
|
|
4823 These lines are displayed in another window called the *Occur* window.
|
|
4824 In that window, you can position the cursor over one of the lines and
|
|
4825 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
|
|
4826 in the Texinfo file.
|
|
4827
|
|
4828 In addition, Texinfo mode provides commands that insert various
|
|
4829 frequently used @-sign commands into the buffer. You can use these
|
|
4830 commands to save keystrokes. And you can insert balanced braces with
|
|
4831 \\[texinfo-insert-braces] and later use the command \\[up-list] to
|
|
4832 move forward past the closing brace.
|
|
4833
|
|
4834 Also, Texinfo mode provides functions for automatically creating or
|
|
4835 updating menus and node pointers. These functions
|
|
4836
|
|
4837 * insert the `Next', `Previous' and `Up' pointers of a node,
|
|
4838 * insert or update the menu for a section, and
|
|
4839 * create a master menu for a Texinfo source file.
|
|
4840
|
|
4841 Here are the functions:
|
|
4842
|
|
4843 texinfo-update-node \\[texinfo-update-node]
|
|
4844 texinfo-every-node-update \\[texinfo-every-node-update]
|
|
4845 texinfo-sequential-node-update
|
|
4846
|
|
4847 texinfo-make-menu \\[texinfo-make-menu]
|
|
4848 texinfo-all-menus-update \\[texinfo-all-menus-update]
|
|
4849 texinfo-master-menu
|
|
4850
|
|
4851 texinfo-indent-menu-description (column &optional region-p)
|
|
4852
|
|
4853 The `texinfo-column-for-description' variable specifies the column to
|
|
4854 which menu descriptions are indented.
|
|
4855
|
|
4856 Passed an argument (a prefix argument, if interactive), the
|
|
4857 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
|
|
4858 in the region.
|
|
4859
|
|
4860 To use the updating commands, you must structure your Texinfo file
|
|
4861 hierarchically, such that each `@node' line, with the exception of the
|
|
4862 Top node, is accompanied by some kind of section line, such as an
|
|
4863 `@chapter' or `@section' line.
|
|
4864
|
|
4865 If the file has a `top' node, it must be called `top' or `Top' and
|
|
4866 be the first node in the file.
|
|
4867
|
|
4868 Entering Texinfo mode calls the value of text-mode-hook, and then the
|
|
4869 value of texinfo-mode-hook." t nil)
|
|
4870
|
|
4871 ;;;***
|
|
4872
|
|
4873 ;;;### (autoloads (tc-recenter tc-scroll-down tc-scroll-up tc-scroll-line tc-associated-buffer tc-merge tc-dissociate tc-split tc-associate-buffer tc-two-columns) "two-column" "modes/two-column.el")
|
|
4874
|
|
4875 (defvar tc-mode-map nil "\
|
|
4876 Keymap for commands for two-column mode.")
|
|
4877
|
|
4878 (if tc-mode-map nil (setq tc-mode-map (make-sparse-keymap)) (define-key tc-mode-map "1" 'tc-merge) (define-key tc-mode-map "2" 'tc-two-columns) (define-key tc-mode-map "b" 'tc-associate-buffer) (define-key tc-mode-map "d" 'tc-dissociate) (define-key tc-mode-map "\^L" 'tc-recenter) (define-key tc-mode-map "o" 'tc-associated-buffer) (define-key tc-mode-map "s" 'tc-split) (define-key tc-mode-map "{" 'shrink-window-horizontally) (define-key tc-mode-map "}" 'enlarge-window-horizontally) (define-key tc-mode-map " " 'tc-scroll-up) (define-key tc-mode-map "" 'tc-scroll-down) (define-key tc-mode-map "
" 'tc-scroll-line))
|
|
4879
|
|
4880 (global-set-key "6" tc-mode-map)
|
|
4881
|
|
4882 (defvar tc-other nil "\
|
|
4883 Marker to the associated buffer, if non-nil.")
|
|
4884
|
|
4885 (make-variable-buffer-local 'tc-other)
|
|
4886
|
|
4887 (put 'tc-other 'permanent-local t)
|
|
4888
|
|
4889 (autoload 'tc-two-columns "two-column" "\
|
|
4890 Split current window vertically for two-column editing.
|
|
4891
|
|
4892 When called the first time, associates a buffer with the current
|
|
4893 buffer. Both buffers are put in two-column minor mode and
|
|
4894 tc-mode-hook gets called on both. These buffers remember
|
|
4895 about one another, even when renamed.
|
|
4896
|
|
4897 When called again, restores the screen layout with the current buffer
|
|
4898 first and the associated buffer to it's right.
|
|
4899
|
|
4900 If you include long lines, i.e which will span both columns (eg.
|
|
4901 source code), they should be in what will be the first column, with
|
|
4902 the associated buffer having empty lines next to them.
|
|
4903
|
|
4904 You have the following commands at your disposal:
|
|
4905
|
|
4906 \\[tc-two-columns] Rearrange screen
|
|
4907 \\[tc-associate-buffer] Reassociate buffer after changing major mode
|
|
4908 \\[tc-scroll-up] Scroll both buffers up by a screenfull
|
|
4909 \\[tc-scroll-down] Scroll both buffers down by a screenful
|
|
4910 \\[tc-scroll-line] Scroll both buffers up by one or more lines
|
|
4911 \\[tc-recenter] Recenter and realign other buffer
|
|
4912 \\[shrink-window-horizontally], \\[enlarge-window-horizontally] Shrink, enlarge current column
|
|
4913 \\[tc-associated-buffer] Switch to associated buffer
|
|
4914 \\[tc-merge] Merge both buffers
|
|
4915
|
|
4916 These keybindings can be customized in your ~/.emacs by `tc-prefix'
|
|
4917 and `tc-mode-map'.
|
|
4918
|
|
4919 The appearance of the screen can be customized by the variables
|
|
4920 `tc-window-width', `tc-beyond-fill-column',
|
|
4921 `tc-mode-line-format' and `truncate-partial-width-windows'." t nil)
|
|
4922
|
|
4923 (add-minor-mode 'tc-other " 2C" nil nil 'tc-two-columns)
|
|
4924
|
|
4925 (autoload 'tc-associate-buffer "two-column" "\
|
|
4926 Associate another buffer with this one in two-column minor mode.
|
|
4927 Can also be used to associate a just previously visited file, by
|
|
4928 accepting the proposed default buffer.
|
|
4929
|
|
4930 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
|
|
4931
|
|
4932 (autoload 'tc-split "two-column" "\
|
|
4933 Unmerge a two-column text into two buffers in two-column minor mode.
|
|
4934 The text is unmerged at the cursor's column which becomes the local
|
|
4935 value of `tc-window-width'. Only lines that have the ARG same
|
|
4936 preceding characters at that column get split. The ARG preceding
|
|
4937 characters without any leading whitespace become the local value for
|
|
4938 `tc-separator'. This way lines that continue across both
|
|
4939 columns remain untouched in the first buffer.
|
|
4940
|
|
4941 This function can be used with a prototype line, to set up things as
|
|
4942 you like them. You write the first line of each column with the
|
|
4943 separator you like and then unmerge that line. E.g.:
|
|
4944
|
|
4945 First column's text sSs Second columns text
|
|
4946 \\___/\\
|
|
4947 / \\
|
|
4948 5 character Separator You type M-5 \\[tc-split] with the point here
|
|
4949
|
|
4950 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
|
|
4951
|
|
4952 (autoload 'tc-dissociate "two-column" "\
|
|
4953 Turn off two-column minor mode in current and associated buffer.
|
|
4954 If the associated buffer is unmodified and empty, it is killed." t nil)
|
|
4955
|
|
4956 (autoload 'tc-merge "two-column" "\
|
|
4957 Merges the associated buffer with the current buffer.
|
|
4958 They get merged at the column, which is the value of
|
|
4959 `tc-window-width', i.e. usually at the vertical window
|
|
4960 separator. This separator gets replaced with white space. Beyond
|
|
4961 that the value of gets inserted on merged lines. The two columns are
|
|
4962 thus pasted side by side, in a single text. If the other buffer is
|
|
4963 not displayed to the left of this one, then this one becomes the left
|
|
4964 column.
|
|
4965
|
|
4966 If you want `tc-separator' on empty lines in the second column,
|
|
4967 you should put just one space in them. In the final result, you can strip
|
|
4968 off trailing spaces with \\[beginning-of-buffer] \\[replace-regexp] [ SPC TAB ] + $ RET RET" t nil)
|
|
4969
|
|
4970 (autoload 'tc-associated-buffer "two-column" "\
|
|
4971 Switch to associated buffer." t nil)
|
|
4972
|
|
4973 (autoload 'tc-scroll-line "two-column" "\
|
|
4974 Scroll current window upward by ARG lines.
|
|
4975 The associated window gets scrolled to the same line." t nil)
|
|
4976
|
|
4977 (autoload 'tc-scroll-up "two-column" "\
|
|
4978 Scroll current window upward by ARG screens.
|
|
4979 The associated window gets scrolled to the same line." t nil)
|
|
4980
|
|
4981 (autoload 'tc-scroll-down "two-column" "\
|
|
4982 Scroll current window downward by ARG screens.
|
|
4983 The associated window gets scrolled to the same line." t nil)
|
|
4984
|
|
4985 (autoload 'tc-recenter "two-column" "\
|
|
4986 Center point in window. With ARG, put point on line ARG.
|
|
4987 This counts from bottom if ARG is negative. The associated window
|
|
4988 gets scrolled to the same line." t nil)
|
|
4989
|
|
4990 ;;;***
|
|
4991
|
98
|
4992 ;;;### (autoloads (verilog-mode) "verilog-mode" "modes/verilog-mode.el")
|
|
4993
|
|
4994 (autoload 'verilog-mode "verilog-mode" "\
|
|
4995 Major mode for editing Verilog code. \\<verilog-mode-map>
|
|
4996 NEWLINE, TAB indents for Verilog code.
|
|
4997 Delete converts tabs to spaces as it moves back.
|
|
4998 Supports highlighting.
|
|
4999
|
|
5000 Variables controlling indentation/edit style:
|
|
5001
|
|
5002 verilog-indent-level (default 3)
|
|
5003 Indentation of Verilog statements with respect to containing block.
|
|
5004 verilog-cexp-indent (default 1)
|
|
5005 Indentation of Verilog statements broken across lines.
|
|
5006 verilog-case-indent (default 2)
|
|
5007 Indentation for case statements.
|
|
5008 verilog-auto-newline (default nil)
|
|
5009 Non-nil means automatically newline after simcolons and the punctation mark
|
|
5010 after an end.
|
|
5011 verilog-auto-indent-on-newline (default t)
|
|
5012 Non-nil means automatically indent line after newline
|
|
5013 verilog-tab-always-indent (default t)
|
|
5014 Non-nil means TAB in Verilog mode should always reindent the current line,
|
|
5015 regardless of where in the line point is when the TAB command is used.
|
|
5016 verilog-indent-begin-after-if (default t)
|
|
5017 Non-nil means to indent begin statements following a preceeding
|
|
5018 if, else, while, for and repeat statements, if any. otherwise,
|
|
5019 the begin is lined up with the preceeding token. If t, you get:
|
|
5020 if (a)
|
|
5021 begin
|
|
5022 otherwise you get:
|
|
5023 if (a)
|
|
5024 begin
|
|
5025 verilog-auto-endcomments (default t)
|
|
5026 Non-nil means a comment /* ... */ is set after the ends which ends cases, tasks, functions and modules.
|
|
5027 The type and name of the object will be set between the braces.
|
|
5028 verilog-auto-lineup (default `(all))
|
|
5029 List of contexts where auto lineup of :'s or ='s should be done.
|
|
5030
|
|
5031 Turning on Verilog mode calls the value of the variable verilog-mode-hook with
|
|
5032 no args, if that value is non-nil.
|
|
5033 Other useful functions are:
|
|
5034 \\[verilog-complete-word] -complete word with appropriate possibilities (functions, verilog keywords...)
|
|
5035 \\[verilog-comment-area] - Put marked area in a comment, fixing nested comments.
|
|
5036 \\[verilog-uncomment-area] - Uncomment an area commented with \\[verilog-comment-area].
|
|
5037 \\[verilog-insert-block] - insert begin ... end;
|
|
5038 \\[verilog-star-comment] - insert /* ... */
|
|
5039 \\[verilog-mark-defun] - Mark function.
|
|
5040 \\[verilog-beg-of-defun] - Move to beginning of current function.
|
|
5041 \\[verilog-end-of-defun] - Move to end of current function.
|
|
5042 \\[verilog-label-be] - Label matching begin ... end, fork ... join and case ... endcase statements;
|
|
5043 " t nil)
|
|
5044
|
|
5045 ;;;***
|
|
5046
|
78
|
5047 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "modes/vhdl-mode.el")
|
|
5048
|
|
5049 (autoload 'vhdl-mode "vhdl-mode" "\
|
|
5050 Major mode for editing VHDL code.
|
98
|
5051 vhdl-mode $Revision: 1.8 $
|
78
|
5052 To submit a problem report, enter `\\[vhdl-submit-bug-report]' from a
|
|
5053 vhdl-mode buffer. This automatically sets up a mail buffer with version
|
|
5054 information already added. You just need to add a description of the
|
|
5055 problem, including a reproducable test case and send the message.
|
|
5056
|
|
5057 Note that the details of configuring vhdl-mode will soon be moved to the
|
|
5058 accompanying texinfo manual. Until then, please read the README file
|
|
5059 that came with the vhdl-mode distribution.
|
|
5060
|
|
5061 The hook variable `vhdl-mode-hook' is run with no args, if that value is
|
|
5062 bound and has a non-nil value.
|
|
5063
|
|
5064 Key bindings:
|
|
5065 \\{vhdl-mode-map}" t nil)
|
|
5066
|
|
5067 ;;;***
|
|
5068
|
|
5069 ;;;### (autoloads (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" "modes/view-less.el")
|
|
5070
|
|
5071 (autoload 'view-file "view-less" "\
|
|
5072 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil)
|
|
5073
|
|
5074 (autoload 'view-buffer "view-less" "\
|
|
5075 Switch to BUF, enter view mode. With prefix arg use other window." t nil)
|
|
5076
|
|
5077 (autoload 'view-file-other-window "view-less" "\
|
|
5078 Find FILE in other window, and enter view mode." t nil)
|
|
5079
|
|
5080 (autoload 'view-buffer-other-window "view-less" "\
|
|
5081 Switch to BUFFER in another window, and enter view mode." t nil)
|
|
5082
|
|
5083 (autoload 'view-minor-mode "view-less" "\
|
|
5084 Minor mode for viewing text, with bindings like `less'.
|
|
5085 Commands are:
|
|
5086 \\<view-minor-mode-map>
|
|
5087 0..9 prefix args
|
|
5088 - prefix minus
|
|
5089 \\[scroll-up] page forward
|
|
5090 \\[scroll-down] page back
|
|
5091 \\[view-scroll-lines-up] scroll prefix-arg lines forward, default 1.
|
|
5092 \\[view-scroll-lines-down] scroll prefix-arg lines backward, default 1.
|
|
5093 \\[view-scroll-some-lines-down] scroll prefix-arg lines backward, default 10.
|
|
5094 \\[view-scroll-some-lines-up] scroll prefix-arg lines forward, default 10.
|
|
5095 \\[what-line] print line number
|
|
5096 \\[view-mode-describe] print this help message
|
|
5097 \\[view-search-forward] regexp search, uses previous string if you just hit RET
|
|
5098 \\[view-search-backward] as above but searches backward
|
|
5099 \\[view-repeat-search] repeat last search
|
|
5100 \\[view-goto-line] goto line prefix-arg, default 1
|
|
5101 \\[view-last-windowful] goto line prefix-arg, default last line
|
|
5102 \\[view-goto-percent] goto a position by percentage
|
|
5103 \\[toggle-truncate-lines] toggle truncate-lines
|
|
5104 \\[view-file] view another file
|
|
5105 \\[view-buffer] view another buffer
|
|
5106 \\[view-cleanup-backspaces] cleanup backspace constructions
|
|
5107 \\[shell-command] execute a shell command
|
|
5108 \\[shell-command-on-region] execute a shell command with the region as input
|
|
5109 \\[view-quit] exit view-mode, and bury the current buffer.
|
|
5110
|
|
5111 If invoked with the optional (prefix) arg non-nil, view-mode cleans up
|
|
5112 backspace constructions.
|
|
5113
|
|
5114 More precisely:
|
|
5115 \\{view-minor-mode-map}" t nil)
|
|
5116
|
|
5117 (autoload 'view-mode "view-less" "\
|
|
5118 View the current buffer using view-minor-mode. This exists to be 99.9%
|
|
5119 compatible with the implementations of `view-mode' in view.el and older
|
|
5120 versions of view-less.el." t nil)
|
|
5121
|
|
5122 (autoload 'view-major-mode "view-less" "\
|
|
5123 View the current buffer using view-mode, as a major mode.
|
|
5124 This function has a nonstandard name because `view-mode' is wrongly
|
|
5125 named but is like this for compatibility reasons." t nil)
|
|
5126
|
|
5127 (autoload 'auto-view-mode "view-less" "\
|
|
5128 If the file of the current buffer is not writable, call view-mode.
|
|
5129 This is meant to be added to `find-file-hooks'." nil nil)
|
|
5130
|
|
5131 ;;;***
|
|
5132
|
|
5133 ;;;### (autoloads (vrml-mode) "vrml-mode" "modes/vrml-mode.el")
|
|
5134
|
|
5135 (autoload 'vrml-mode "vrml-mode" "\
|
|
5136 Major mode for editing VRML code.
|
|
5137 Expression and list commands understand all VRML brackets.
|
|
5138 Tab indents for VRML code.
|
|
5139 Paragraphs are separated by blank lines only.
|
|
5140 Delete converts tabs to spaces as it moves back.
|
|
5141
|
|
5142 Variables controlling indentation style:
|
|
5143 vrml-indent-level
|
|
5144 Indentation of VRML statements within surrounding block.
|
|
5145
|
|
5146 Variables controlling user interaction with mode (see variable
|
|
5147 documentation for details):
|
|
5148 vrml-tab-always-indent
|
|
5149 Controls action of TAB key.
|
|
5150 vrml-auto-newline
|
|
5151 Non-nil means automatically newline before and after braces
|
|
5152 inserted in VRML code.
|
|
5153
|
|
5154 Turning on VRML mode calls the value of the variable `vrml-mode-hook'
|
|
5155 with no args, if that value is non-nil. Read the documentation for
|
|
5156 `vrml-mode-hook' to see what kinds of interesting hook functions
|
|
5157 already exist.
|
|
5158
|
|
5159 Commands:
|
|
5160 \\{vrml-mode-map}" t nil)
|
|
5161
|
|
5162 ;;;***
|
|
5163
|
|
5164 ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el")
|
|
5165
|
|
5166 (autoload 'xpm-mode "xpm-mode" "\
|
|
5167 Treat the current buffer as an xpm file and colorize it.
|
|
5168
|
|
5169 Shift-button-1 lets you paint by dragging the mouse. Shift-button-1 on a
|
|
5170 color definition line will change the current painting color to that line's
|
|
5171 value.
|
|
5172
|
|
5173 Characters inserted from the keyboard will NOT be colored properly yet.
|
|
5174 Use the mouse, or do xpm-init (\\[xpm-init]) after making changes.
|
|
5175
|
|
5176 \\[xpm-add-color] Add a new color, prompting for character and value
|
|
5177 \\[xpm-show-image] show the current image at the top of the buffer
|
|
5178 \\[xpm-parse-color] parse the current line's color definition and add
|
|
5179 it to the color table. Provided as a means of changing colors.
|
|
5180 XPM minor mode bindings:
|
|
5181 \\{xpm-mode-map}" t nil)
|
|
5182
|
|
5183 ;;;***
|
|
5184
|
|
5185 ;;;### (autoloads (br-env-load br-env-browse) "br-env" "oobr/br-env.el")
|
|
5186
|
|
5187 (autoload 'br-env-browse "br-env" "\
|
|
5188 Invoke the OO-Browser on an existing or to be created Environment ENV-FILE." t nil)
|
|
5189
|
|
5190 (autoload 'br-env-load "br-env" "\
|
|
5191 Load browser Environment or spec from optional ENV-FILE or 'br-env-file'.
|
|
5192 Non-nil PROMPT means prompt user before building tables.
|
|
5193 Non-nil NO-BUILD means skip build of Environment entirely.
|
|
5194 Return t if load is successful, else nil." t nil)
|
|
5195
|
|
5196 ;;;***
|
|
5197
|
|
5198 ;;;### (autoloads (oo-browser) "br-start" "oobr/br-start.el")
|
|
5199
|
|
5200 (fset 'oobr 'oo-browser)
|
|
5201
|
|
5202 (autoload 'oo-browser "br-start" "\
|
|
5203 Prompt for an Environment and language over which to run the OO-Browser.
|
|
5204 Optional prefix argument SAME-ENV-FLAG means browse the current Environment,
|
|
5205 if any, without prompting." t nil)
|
|
5206
|
|
5207 ;;;***
|
|
5208
|
|
5209 ;;;### (autoloads (br-to-from-viewer br-add-class-file) "br" "oobr/br.el")
|
|
5210
|
|
5211 (autoload 'br-add-class-file "br" "\
|
|
5212 Add a file of classes to the current Environment.
|
|
5213 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the
|
|
5214 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to
|
|
5215 Library Environment, otherwise add to System Environment. If optional
|
|
5216 SAVE-FILE is t, the Environment is then stored to the filename given by
|
|
5217 'br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used
|
|
5218 as the file to which to save the Environment." t nil)
|
|
5219
|
|
5220 (autoload 'br-to-from-viewer "br" "\
|
|
5221 Move point to viewer window or back to last recorded listing window." t nil)
|
|
5222
|
|
5223 ;;;***
|
|
5224
|
|
5225 ;;;### (autoloads (c++-browse) "c++-browse" "oobr/c++-browse.el")
|
|
5226
|
|
5227 (autoload 'c++-browse "c++-browse" "\
|
|
5228 Invoke the C++ OO-Browser.
|
|
5229 This allows browsing through C++ library and system class hierarchies. With
|
|
5230 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
5231 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
5232 file name. See also the file \"br-help\"." t nil)
|
|
5233
|
|
5234 ;;;***
|
|
5235
|
|
5236 ;;;### (autoloads (clos-browse) "clos-brows" "oobr/clos-brows.el")
|
|
5237
|
|
5238 (autoload 'clos-browse "clos-brows" "\
|
|
5239 Invoke the CLOS OO-Browser.
|
|
5240 This allows browsing through CLOS library and system class hierarchies. With
|
|
5241 an optional non-nil prefix argument ENV-FILE, prompt for Environment file
|
|
5242 to use. Alternatively, a string value of ENV-FILE is used as the
|
|
5243 Environment file name. See also the file \"br-help\"." t nil)
|
|
5244
|
|
5245 ;;;***
|
|
5246
|
|
5247 ;;;### (autoloads (eif-browse) "eif-browse" "oobr/eif-browse.el")
|
|
5248
|
|
5249 (autoload 'eif-browse "eif-browse" "\
|
|
5250 Invoke the Eiffel OO-Browser.
|
|
5251 This allows browsing through Eiffel library and system class hierarchies.
|
|
5252 With an optional prefix arg ENV-FILE equal to t, prompt for Environment file
|
|
5253 to use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
5254 file name. See also the file \"br-help\"." t nil)
|
|
5255
|
|
5256 ;;;***
|
|
5257
|
|
5258 ;;;### (autoloads (info-browse) "info-brows" "oobr/info-brows.el")
|
|
5259
|
|
5260 (autoload 'info-browse "info-brows" "\
|
|
5261 Invoke the Info OO-Browser.
|
|
5262 This allows browsing through Info library and system class hierarchies. With
|
|
5263 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
5264 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
5265 file name. See also the file \"br-help\"." t nil)
|
|
5266
|
|
5267 ;;;***
|
|
5268
|
|
5269 ;;;### (autoloads (java-browse) "java-brows" "oobr/java-brows.el")
|
|
5270
|
|
5271 (autoload 'java-browse "java-brows" "\
|
|
5272 Invoke the Java OO-Browser.
|
|
5273 This allows browsing through Java library and system class hierarchies. With
|
|
5274 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
|
|
5275 use. Alternatively, a string value of ENV-FILE is used as the Environment
|
|
5276 file name. See also the file \"br-help\"." t nil)
|
|
5277
|
|
5278 ;;;***
|
|
5279
|
|
5280 ;;;### (autoloads (objc-browse) "objc-brows" "oobr/objc-brows.el")
|
|
5281
|
|
5282 (autoload 'objc-browse "objc-brows" "\
|
|
5283 Invoke the Objective-C OO-Browser.
|
|
5284 This allows browsing through Objective-C library and system class
|
|
5285 hierarchies. With an optional non-nil prefix argument ENV-FILE, prompt for
|
|
5286 Environment file to use. Alternatively, a string value of ENV-FILE is used
|
|
5287 as the Environment file name. See also the file \"br-help\"." t nil)
|
|
5288
|
|
5289 ;;;***
|
|
5290
|
|
5291 ;;;### (autoloads (python-browse) "python-browse" "oobr/python-browse.el")
|
|
5292
|
|
5293 (autoload 'python-browse "python-browse" "\
|
|
5294 Invoke the Python OO-Browser.
|
|
5295 This allows browsing through Python library and system class hierarchies.
|
|
5296 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
|
|
5297 file to use. Alternatively, a string value of ENV-FILE is used as the
|
|
5298 Environment file name. See also the file \"br-help\"." t nil)
|
|
5299
|
|
5300 ;;;***
|
|
5301
|
|
5302 ;;;### (autoloads (smt-browse) "smt-browse" "oobr/smt-browse.el")
|
|
5303
|
|
5304 (autoload 'smt-browse "smt-browse" "\
|
|
5305 Invoke the Smalltalk OO-Browser.
|
|
5306 This allows browsing through Smalltalk library and system class hierarchies.
|
|
5307 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
|
|
5308 file to use. Alternatively, a string value of ENV-FILE is used as the
|
|
5309 Environment file name. See also the file \"br-help\"." t nil)
|
|
5310
|
|
5311 ;;;***
|
|
5312
|
|
5313 ;;;### (autoloads (add-log-current-defun change-log-mode add-change-log-entry-other-window add-change-log-entry find-change-log prompt-for-change-log-name) "add-log" "packages/add-log.el")
|
|
5314
|
|
5315 (defvar change-log-default-name nil "\
|
|
5316 *Name of a change log file for \\[add-change-log-entry].")
|
|
5317
|
|
5318 (defvar add-log-current-defun-function nil "\
|
|
5319 *If non-nil, function to guess name of current function from surrounding text.
|
|
5320 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
|
|
5321 instead) with no arguments. It returns a string or nil if it cannot guess.")
|
|
5322
|
|
5323 (defvar add-log-full-name nil "\
|
|
5324 *Full name of user, for inclusion in ChangeLog daily headers.
|
|
5325 This defaults to the value returned by the `user-full-name' function.")
|
|
5326
|
|
5327 (defvar add-log-mailing-address nil "\
|
|
5328 *Electronic mail address of user, for inclusion in ChangeLog daily headers.
|
|
5329 This defaults to the value of `user-mail-address'.")
|
|
5330
|
|
5331 (autoload 'prompt-for-change-log-name "add-log" "\
|
|
5332 Prompt for a change log name." nil nil)
|
|
5333
|
|
5334 (autoload 'find-change-log "add-log" "\
|
|
5335 Find a change log file for \\[add-change-log-entry] and return the name.
|
|
5336
|
|
5337 Optional arg FILE-NAME specifies the file to use.
|
|
5338 If FILE-NAME is nil, use the value of `change-log-default-name'.
|
|
5339 If 'change-log-default-name' is nil, behave as though it were 'ChangeLog'
|
|
5340 \(or whatever we use on this operating system).
|
|
5341
|
|
5342 If 'change-log-default-name' contains a leading directory component, then
|
|
5343 simply find it in the current directory. Otherwise, search in the current
|
|
5344 directory and its successive parents for a file so named.
|
|
5345
|
|
5346 Once a file is found, `change-log-default-name' is set locally in the
|
|
5347 current buffer to the complete file name." nil nil)
|
|
5348
|
|
5349 (autoload 'add-change-log-entry "add-log" "\
|
|
5350 Find change log file and add an entry for today.
|
|
5351 Optional arg (interactive prefix) non-nil means prompt for user name and site.
|
|
5352 Second arg is file name of change log. If nil, uses `change-log-default-name'.
|
|
5353 Third arg OTHER-WINDOW non-nil means visit in other window.
|
|
5354 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
|
|
5355 never append to an existing entry." t nil)
|
|
5356
|
|
5357 (autoload 'add-change-log-entry-other-window "add-log" "\
|
|
5358 Find change log file in other window and add an entry for today.
|
|
5359 Optional arg (interactive prefix) non-nil means prompt for user name and site.
|
|
5360 Second arg is file name of change log. If nil, uses `change-log-default-name'." t nil)
|
|
5361
|
|
5362 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
|
|
5363
|
|
5364 (autoload 'change-log-mode "add-log" "\
|
|
5365 Major mode for editing change logs; like Indented Text Mode.
|
|
5366 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
|
|
5367 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
|
|
5368 Each entry behaves as a paragraph, and the entries for one day as a page.
|
|
5369 Runs `change-log-mode-hook'." t nil)
|
|
5370
|
|
5371 (autoload 'add-log-current-defun "add-log" "\
|
|
5372 Return name of function definition point is in, or nil.
|
|
5373
|
|
5374 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
|
|
5375 Texinfo (@node titles), Perl, and Fortran.
|
|
5376
|
|
5377 Other modes are handled by a heuristic that looks in the 10K before
|
|
5378 point for uppercase headings starting in the first column or
|
|
5379 identifiers followed by `:' or `=', see variable
|
|
5380 `add-log-current-defun-header-regexp'.
|
|
5381
|
|
5382 Has a preference of looking backwards." nil nil)
|
|
5383
|
|
5384 ;;;***
|
|
5385
|
|
5386 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command) "apropos" "packages/apropos.el")
|
|
5387
|
|
5388 (fset 'command-apropos 'apropos-command)
|
|
5389
|
|
5390 (autoload 'apropos-command "apropos" "\
|
|
5391 Shows commands (interactively callable functions) that match REGEXP.
|
|
5392 With optional prefix ARG or if `apropos-do-all' is non-nil, also show
|
|
5393 variables." t nil)
|
|
5394
|
|
5395 (autoload 'apropos "apropos" "\
|
|
5396 Show all bound symbols whose names match REGEXP.
|
|
5397 With optional prefix ARG or if `apropos-do-all' is non-nil, also show unbound
|
|
5398 symbols and key bindings, which is a little more time-consuming.
|
|
5399 Returns list of symbols and documentation found." t nil)
|
|
5400
|
|
5401 (autoload 'apropos-value "apropos" "\
|
|
5402 Show all symbols whose value's printed image matches REGEXP.
|
|
5403 With optional prefix ARG or if `apropos-do-all' is non-nil, also looks
|
|
5404 at the function and at the names and values of properties.
|
|
5405 Returns list of symbols and values found." t nil)
|
|
5406
|
|
5407 (autoload 'apropos-documentation "apropos" "\
|
|
5408 Show symbols whose documentation contain matches for REGEXP.
|
|
5409 With optional prefix ARG or if `apropos-do-all' is non-nil, also use
|
|
5410 documentation that is not stored in the documentation file and show key
|
|
5411 bindings.
|
|
5412 Returns list of symbols and documentation found." t nil)
|
|
5413
|
|
5414 ;;;***
|
|
5415
|
|
5416 ;;;### (autoloads (define-auto-insert auto-insert) "autoinsert" "packages/autoinsert.el")
|
|
5417
|
|
5418 (autoload 'auto-insert "autoinsert" "\
|
|
5419 Insert default contents into a new file if `auto-insert' is non-nil.
|
|
5420 Matches the visited file name against the elements of `auto-insert-alist'." t nil)
|
|
5421
|
|
5422 (autoload 'define-auto-insert "autoinsert" "\
|
|
5423 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
|
|
5424 Optional AFTER means to insert action after all existing actions for CONDITION,
|
|
5425 or if CONDITION had no actions, after all other CONDITIONs." nil nil)
|
|
5426
|
|
5427 ;;;***
|
|
5428
|
|
5429 ;;;### (autoloads (mouse-avoidance-mode) "avoid" "packages/avoid.el")
|
|
5430
|
80
|
5431 (defvar mouse-avoidance-mode nil "\
|
|
5432 Value is t or a symbol if the mouse pointer should avoid the cursor.
|
|
5433 See function `mouse-avoidance-mode' for possible values. Changing this
|
|
5434 variable is NOT the recommended way to change modes; use that function
|
|
5435 instead.")
|
|
5436
|
78
|
5437 (autoload 'mouse-avoidance-mode "avoid" "\
|
|
5438 Set cursor avoidance mode to MODE.
|
|
5439 MODE should be one of the symbols `banish', `exile', `jump', `animate',
|
|
5440 `cat-and-mouse', `proteus', or `none'.
|
|
5441
|
|
5442 If MODE is nil, toggle mouse avoidance between `none` and `banish'
|
|
5443 modes. Positive numbers and symbols other than the above are treated
|
|
5444 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
|
|
5445
|
|
5446 Effects of the different modes:
|
|
5447 * banish: Move the mouse to the upper-right corner on any keypress.
|
|
5448 * exile: Move the mouse to the corner only if the cursor gets too close,
|
|
5449 and allow it to return once the cursor is out of the way.
|
|
5450 * jump: If the cursor gets too close to the mouse, displace the mouse
|
|
5451 a random distance & direction.
|
|
5452 * animate: As `jump', but shows steps along the way for illusion of motion.
|
|
5453 * cat-and-mouse: Same as `animate'.
|
|
5454 * proteus: As `animate', but changes the shape of the mouse pointer too.
|
|
5455
|
|
5456 Whenever the mouse is moved, the frame is also raised.
|
|
5457
|
|
5458 \(see `mouse-avoidance-threshold' for definition of \"too close\",
|
|
5459 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
|
|
5460 definition of \"random distance\".)" t nil)
|
|
5461
|
|
5462 (add-minor-mode 'mouse-avoidance-mode " Avoid")
|
|
5463
|
|
5464 ;;;***
|
|
5465
|
|
5466 ;;;### (autoloads (blink-cursor-mode) "blink-cursor" "packages/blink-cursor.el")
|
|
5467
|
|
5468 (autoload 'blink-cursor-mode "blink-cursor" "\
|
|
5469 Enable or disable a blinking cursor.
|
|
5470 If TIMEOUT is nil, toggle on or off.
|
|
5471 If TIMEOUT is t, enable with the previous timeout value.
|
|
5472 If TIMEOUT is 0, disable.
|
|
5473 If TIMEOUT is greater than 0, then the cursor will blink once
|
|
5474 each TIMEOUT secs (can be a float)." t nil)
|
|
5475
|
|
5476 ;;;***
|
|
5477
|
|
5478 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list bookmark-load bookmark-save bookmark-write bookmark-delete bookmark-insert bookmark-rename bookmark-insert-location bookmark-relocate bookmark-jump bookmark-set) "bookmark" "packages/bookmark.el")
|
|
5479
|
|
5480 (if (symbolp (key-binding "r")) nil (progn (define-key ctl-x-map "rb" 'bookmark-jump) (define-key ctl-x-map "rm" 'bookmark-set) (define-key ctl-x-map "rl" 'bookmark-bmenu-list)))
|
|
5481
|
|
5482 (defvar bookmark-map nil "\
|
|
5483 Keymap containing bindings to bookmark functions.
|
|
5484 It is not bound to any key by default: to bind it
|
|
5485 so that you have a bookmark prefix, just use `global-set-key' and bind a
|
|
5486 key of your choice to `bookmark-map'. All interactive bookmark
|
|
5487 functions have a binding in this keymap.")
|
|
5488
|
|
5489 (define-prefix-command 'bookmark-map)
|
|
5490
|
|
5491 (define-key bookmark-map "x" 'bookmark-set)
|
|
5492
|
|
5493 (define-key bookmark-map "m" 'bookmark-set)
|
|
5494
|
|
5495 (define-key bookmark-map "j" 'bookmark-jump)
|
|
5496
|
|
5497 (define-key bookmark-map "g" 'bookmark-jump)
|
|
5498
|
|
5499 (define-key bookmark-map "i" 'bookmark-insert)
|
|
5500
|
|
5501 (define-key bookmark-map "e" 'edit-bookmarks)
|
|
5502
|
|
5503 (define-key bookmark-map "f" 'bookmark-insert-location)
|
|
5504
|
|
5505 (define-key bookmark-map "r" 'bookmark-rename)
|
|
5506
|
|
5507 (define-key bookmark-map "d" 'bookmark-delete)
|
|
5508
|
|
5509 (define-key bookmark-map "l" 'bookmark-load)
|
|
5510
|
|
5511 (define-key bookmark-map "w" 'bookmark-write)
|
|
5512
|
|
5513 (define-key bookmark-map "s" 'bookmark-save)
|
|
5514
|
|
5515 (autoload 'bookmark-set "bookmark" "\
|
|
5516 Set a bookmark named NAME inside a file.
|
|
5517 If name is nil, then the user will be prompted.
|
|
5518 With prefix arg, will not overwrite a bookmark that has the same name
|
|
5519 as NAME if such a bookmark already exists, but instead will \"push\"
|
|
5520 the new bookmark onto the bookmark alist. Thus the most recently set
|
|
5521 bookmark with name NAME would be the one in effect at any given time,
|
|
5522 but the others are still there, should you decide to delete the most
|
|
5523 recent one.
|
|
5524
|
|
5525 To yank words from the text of the buffer and use them as part of the
|
|
5526 bookmark name, type C-w while setting a bookmark. Successive C-w's
|
|
5527 yank successive words.
|
|
5528
|
|
5529 Typing C-u inserts the name of the last bookmark used in the buffer
|
|
5530 \(as an aid in using a single bookmark name to track your progress
|
|
5531 through a large file). If no bookmark was used, then C-u inserts the
|
|
5532 name of the file being visited.
|
|
5533
|
|
5534 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
|
|
5535 and it removes only the first instance of a bookmark with that name from
|
|
5536 the list of bookmarks.)" t nil)
|
|
5537
|
|
5538 (autoload 'bookmark-jump "bookmark" "\
|
|
5539 Jump to bookmark BOOKMARK (a point in some file).
|
|
5540 You may have a problem using this function if the value of variable
|
|
5541 `bookmark-alist' is nil. If that happens, you need to load in some
|
|
5542 bookmarks. See help on function `bookmark-load' for more about
|
|
5543 this.
|
|
5544
|
|
5545 If the file pointed to by BOOKMARK no longer exists, you will be asked
|
|
5546 if you wish to give the bookmark a new location, and bookmark-jump
|
|
5547 will then jump to the new location, as well as recording it in place
|
|
5548 of the old one in the permanent bookmark record." t nil)
|
|
5549
|
|
5550 (autoload 'bookmark-relocate "bookmark" "\
|
|
5551 Relocate BOOKMARK -- prompts for a filename, and makes an already
|
|
5552 existing bookmark point to that file, instead of the one it used to
|
|
5553 point at. Useful when a file has been renamed after a bookmark was
|
|
5554 set in it." t nil)
|
|
5555
|
|
5556 (autoload 'bookmark-insert-location "bookmark" "\
|
|
5557 Insert the name of the file associated with BOOKMARK.
|
|
5558 Optional second arg NO-HISTORY means don't record this in the
|
|
5559 minibuffer history list `bookmark-history'." t nil)
|
|
5560
|
|
5561 (autoload 'bookmark-rename "bookmark" "\
|
|
5562 Change the name of OLD bookmark to NEW name. If called from
|
|
5563 keyboard, prompts for OLD and NEW. If called from menubar, OLD is
|
|
5564 selected from a menu, and prompts for NEW.
|
|
5565
|
|
5566 If called from Lisp, prompts for NEW if only OLD was passed as an
|
|
5567 argument. If called with two strings, then no prompting is done. You
|
|
5568 must pass at least OLD when calling from Lisp.
|
|
5569
|
|
5570 While you are entering the new name, consecutive C-w's insert
|
|
5571 consectutive words from the text of the buffer into the new bookmark
|
|
5572 name." t nil)
|
|
5573
|
|
5574 (autoload 'bookmark-insert "bookmark" "\
|
|
5575 Insert the text of the file pointed to by bookmark BOOKMARK.
|
|
5576 You may have a problem using this function if the value of variable
|
|
5577 `bookmark-alist' is nil. If that happens, you need to load in some
|
|
5578 bookmarks. See help on function `bookmark-load' for more about
|
|
5579 this." t nil)
|
|
5580
|
|
5581 (autoload 'bookmark-delete "bookmark" "\
|
|
5582 Delete BOOKMARK from the bookmark list.
|
|
5583 Removes only the first instance of a bookmark with that name. If
|
|
5584 there are one or more other bookmarks with the same name, they will
|
|
5585 not be deleted. Defaults to the \"current\" bookmark (that is, the
|
|
5586 one most recently used in this file, if any).
|
|
5587 Optional second arg BATCH means don't update the bookmark list buffer,
|
|
5588 probably because we were called from there." t nil)
|
|
5589
|
|
5590 (autoload 'bookmark-write "bookmark" "\
|
|
5591 Write bookmarks to a file (for which the user will be prompted
|
|
5592 interactively). Don't use this in Lisp programs; use bookmark-save
|
|
5593 instead." t nil)
|
|
5594
|
|
5595 (autoload 'bookmark-save "bookmark" "\
|
|
5596 Save currently defined bookmarks.
|
|
5597 Saves by default in the file defined by the variable
|
|
5598 `bookmark-default-file'. With a prefix arg, save it in file FILE
|
|
5599 \(second argument).
|
|
5600
|
|
5601 If you are calling this from Lisp, the two arguments are PREFIX-ARG
|
|
5602 and FILE, and if you just want it to write to the default file, then
|
|
5603 pass no arguments. Or pass in nil and FILE, and it will save in FILE
|
|
5604 instead. If you pass in one argument, and it is non-nil, then the
|
|
5605 user will be interactively queried for a file to save in.
|
|
5606
|
|
5607 When you want to load in the bookmarks from a file, use
|
|
5608 `bookmark-load', \\[bookmark-load]. That function will prompt you
|
|
5609 for a file, defaulting to the file defined by variable
|
|
5610 `bookmark-default-file'." t nil)
|
|
5611
|
|
5612 (autoload 'bookmark-load "bookmark" "\
|
|
5613 Load bookmarks from FILE (which must be in bookmark format).
|
|
5614 Appends loaded bookmarks to the front of the list of bookmarks. If
|
|
5615 optional second argument REVERT is non-nil, existing bookmarks are
|
|
5616 destroyed. Optional third arg NO-MSG means don't display any messages
|
|
5617 while loading.
|
|
5618
|
|
5619 If you load a file that doesn't contain a proper bookmark alist, you
|
|
5620 will corrupt Emacs's bookmark list. Generally, you should only load
|
|
5621 in files that were created with the bookmark functions in the first
|
|
5622 place. Your own personal bookmark file, `~/.emacs.bmk', is
|
|
5623 maintained automatically by Emacs; you shouldn't need to load it
|
|
5624 explicitly." t nil)
|
|
5625
|
|
5626 (autoload 'bookmark-bmenu-list "bookmark" "\
|
|
5627 Display a list of existing bookmarks.
|
|
5628 The list is displayed in a buffer named `*Bookmark List*'.
|
|
5629 The leftmost column displays a D if the bookmark is flagged for
|
|
5630 deletion, or > if it is flagged for displaying." t nil)
|
|
5631
|
|
5632 (defalias 'list-bookmarks 'bookmark-bmenu-list)
|
|
5633
|
|
5634 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
|
|
5635
|
|
5636 (autoload 'bookmark-menu-insert "bookmark" "\
|
|
5637 Insert the text of the file pointed to by bookmark BOOKMARK.
|
|
5638 You may have a problem using this function if the value of variable
|
|
5639 `bookmark-alist' is nil. If that happens, you need to load in some
|
|
5640 bookmarks. See help on function `bookmark-load' for more about
|
|
5641 this.
|
|
5642
|
|
5643 Warning: this function only takes an EVENT as argument. Use the
|
|
5644 corresponding bookmark function from Lisp (the one without the
|
|
5645 \"-menu-\" in its name)." t nil)
|
|
5646
|
|
5647 (autoload 'bookmark-menu-jump "bookmark" "\
|
|
5648 Jump to bookmark BOOKMARK (a point in some file).
|
|
5649 You may have a problem using this function if the value of variable
|
|
5650 `bookmark-alist' is nil. If that happens, you need to load in some
|
|
5651 bookmarks. See help on function `bookmark-load' for more about
|
|
5652 this.
|
|
5653
|
|
5654 Warning: this function only takes an EVENT as argument. Use the
|
|
5655 corresponding bookmark function from Lisp (the one without the
|
|
5656 \"-menu-\" in its name)." t nil)
|
|
5657
|
|
5658 (autoload 'bookmark-menu-locate "bookmark" "\
|
|
5659 Insert the name of the file associated with BOOKMARK.
|
|
5660 \(This is not the same as the contents of that file).
|
|
5661
|
|
5662 Warning: this function only takes an EVENT as argument. Use the
|
|
5663 corresponding bookmark function from Lisp (the one without the
|
|
5664 \"-menu-\" in its name)." t nil)
|
|
5665
|
|
5666 (autoload 'bookmark-menu-rename "bookmark" "\
|
|
5667 Change the name of OLD-BOOKMARK to NEWNAME.
|
|
5668 If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME.
|
|
5669 If called from menubar, OLD-BOOKMARK is selected from a menu, and
|
|
5670 prompts for NEWNAME.
|
|
5671 If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was
|
|
5672 passed as an argument. If called with two strings, then no prompting
|
|
5673 is done. You must pass at least OLD-BOOKMARK when calling from Lisp.
|
|
5674
|
|
5675 While you are entering the new name, consecutive C-w's insert
|
|
5676 consectutive words from the text of the buffer into the new bookmark
|
|
5677 name.
|
|
5678
|
|
5679 Warning: this function only takes an EVENT as argument. Use the
|
|
5680 corresponding bookmark function from Lisp (the one without the
|
|
5681 \"-menu-\" in its name)." t nil)
|
|
5682
|
|
5683 (autoload 'bookmark-menu-delete "bookmark" "\
|
|
5684 Delete the bookmark named NAME from the bookmark list.
|
|
5685 Removes only the first instance of a bookmark with that name. If
|
|
5686 there are one or more other bookmarks with the same name, they will
|
|
5687 not be deleted. Defaults to the \"current\" bookmark (that is, the
|
|
5688 one most recently used in this file, if any).
|
|
5689
|
|
5690 Warning: this function only takes an EVENT as argument. Use the
|
|
5691 corresponding bookmark function from Lisp (the one without the
|
|
5692 \"-menu-\" in its name)." t nil)
|
|
5693
|
|
5694 ;;;***
|
|
5695
|
|
5696 ;;;### (autoloads nil "buff-menu" "packages/buff-menu.el")
|
|
5697
|
|
5698 (defvar list-buffers-directory nil)
|
|
5699
|
|
5700 (make-variable-buffer-local 'list-buffers-directory)
|
|
5701
|
|
5702 ;;;***
|
|
5703
|
|
5704 ;;;### (autoloads (command-history-mode list-command-history repeat-matching-complex-command) "chistory" "packages/chistory.el")
|
|
5705
|
|
5706 (autoload 'repeat-matching-complex-command "chistory" "\
|
|
5707 Edit and re-evaluate complex command with name matching PATTERN.
|
|
5708 Matching occurrences are displayed, most recent first, until you select
|
|
5709 a form for evaluation. If PATTERN is empty (or nil), every form in the
|
|
5710 command history is offered. The form is placed in the minibuffer for
|
|
5711 editing and the result is evaluated." t nil)
|
|
5712
|
|
5713 (autoload 'list-command-history "chistory" "\
|
|
5714 List history of commands typed to minibuffer.
|
|
5715 The number of commands listed is controlled by `list-command-history-max'.
|
|
5716 Calls value of `list-command-history-filter' (if non-nil) on each history
|
|
5717 element to judge if that element should be excluded from the list.
|
|
5718
|
|
5719 The buffer is left in Command History mode." t nil)
|
|
5720
|
|
5721 (autoload 'command-history-mode "chistory" "\
|
|
5722 Major mode for examining commands from `command-history'.
|
|
5723 The number of commands listed is controlled by `list-command-history-max'.
|
|
5724 The command history is filtered by `list-command-history-filter' if non-nil.
|
|
5725 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
|
|
5726
|
|
5727 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
|
|
5728 and digits provide prefix arguments. Tab does not indent.
|
|
5729 \\{command-history-map}
|
|
5730 Calls the value of `command-history-hook' if that is non-nil.
|
|
5731 The Command History listing is recomputed each time this mode is invoked." t nil)
|
|
5732
|
|
5733 ;;;***
|
|
5734
|
|
5735 ;;;### (autoloads nil "cmuscheme" "packages/cmuscheme.el")
|
|
5736
|
|
5737 (add-hook 'same-window-buffer-names "*scheme*")
|
|
5738
|
|
5739 ;;;***
|
|
5740
|
|
5741 ;;;### (autoloads (display-column-mode) "column" "packages/column.el")
|
|
5742
|
|
5743 (autoload 'display-column-mode "column" "\
|
|
5744 Toggle display column mode.
|
|
5745 With prefix arg, turn display column mode on iff arg is positive.
|
|
5746
|
|
5747 When display column mode is on, the current column and line number are
|
|
5748 displayed in the mode line." t nil)
|
|
5749
|
|
5750 ;;;***
|
|
5751
|
|
5752 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el")
|
|
5753
|
|
5754 (autoload 'compare-windows "compare-w" "\
|
|
5755 Compare text in current window with text in next window.
|
|
5756 Compares the text starting at point in each window,
|
|
5757 moving over text in each one as far as they match.
|
|
5758
|
|
5759 This command pushes the mark in each window
|
|
5760 at the prior location of point in that window.
|
|
5761 If both windows display the same buffer,
|
|
5762 the mark is pushed twice in that buffer:
|
|
5763 first in the other window, then in the selected window.
|
|
5764
|
|
5765 A prefix arg means ignore changes in whitespace.
|
|
5766 The variable `compare-windows-whitespace' controls how whitespace is skipped.
|
|
5767 If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
|
|
5768
|
|
5769 ;;;***
|
|
5770
|
|
5771 ;;;### (autoloads (first-error previous-error next-error compilation-minor-mode grep compile) "compile" "packages/compile.el")
|
|
5772
|
|
5773 (defvar compilation-mode-hook nil "\
|
|
5774 *List of hook functions run by `compilation-mode' (see `run-hooks').")
|
|
5775
|
|
5776 (defvar compilation-window-height nil "\
|
|
5777 *Number of lines in a compilation window. If nil, use Emacs default.")
|
|
5778
|
|
5779 (defvar compilation-buffer-name-function nil "\
|
|
5780 Function to compute the name of a compilation buffer.
|
|
5781 The function receives one argument, the name of the major mode of the
|
|
5782 compilation buffer. It should return a string.
|
|
5783 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
|
|
5784
|
|
5785 (defvar compilation-finish-function nil "\
|
|
5786 *Function to call when a compilation process finishes.
|
|
5787 It is called with two arguments: the compilation buffer, and a string
|
|
5788 describing how the process finished.")
|
|
5789
|
|
5790 (defvar compilation-search-path '(nil) "\
|
|
5791 *List of directories to search for source files named in error messages.
|
|
5792 Elements should be directory names, not file names of directories.
|
|
5793 nil as an element means to try the default directory.")
|
|
5794
|
|
5795 (autoload 'compile "compile" "\
|
|
5796 Compile the program including the current buffer. Default: run `make'.
|
|
5797 Runs COMMAND, a shell command, in a separate process asynchronously
|
|
5798 with output going to the buffer `*compilation*'.
|
|
5799
|
|
5800 You can then use the command \\[next-error] to find the next error message
|
|
5801 and move to the source code that caused it.
|
|
5802
|
|
5803 Interactively, prompts for the command if `compilation-read-command' is
|
|
5804 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
|
|
5805
|
|
5806 To run more than one compilation at once, start one and rename the
|
|
5807 `*compilation*' buffer to some other name with \\[rename-buffer].
|
|
5808 Then start the next one.
|
|
5809
|
|
5810 The name used for the buffer is actually whatever is returned by
|
|
5811 the function in `compilation-buffer-name-function', so you can set that
|
|
5812 to a function that generates a unique name." t nil)
|
|
5813
|
|
5814 (autoload 'grep "compile" "\
|
|
5815 Run grep, with user-specified args, and collect output in a buffer.
|
|
5816 While grep runs asynchronously, you can use the \\[next-error] command
|
|
5817 to find the text that grep hits refer to.
|
|
5818
|
|
5819 This command uses a special history list for its arguments, so you can
|
|
5820 easily repeat a grep command." t nil)
|
|
5821
|
|
5822 (autoload 'compilation-minor-mode "compile" "\
|
|
5823 Toggle compilation minor mode.
|
|
5824 With arg, turn compilation mode on if and only if arg is positive.
|
|
5825 See `compilation-mode'.
|
|
5826 ! \\{compilation-mode-map}" t nil)
|
|
5827
|
|
5828 (autoload 'next-error "compile" "\
|
|
5829 Visit next compilation error message and corresponding source code.
|
|
5830 This operates on the output from the \\[compile] command.
|
|
5831 If all preparsed error messages have been processed,
|
|
5832 the error message buffer is checked for new ones.
|
|
5833
|
|
5834 A prefix arg specifies how many error messages to move;
|
|
5835 negative means move back to previous error messages.
|
|
5836 Just C-u as a prefix means reparse the error message buffer
|
|
5837 and start at the first error.
|
|
5838
|
|
5839 \\[next-error] normally applies to the most recent compilation started,
|
|
5840 but as long as you are in the middle of parsing errors from one compilation
|
|
5841 output buffer, you stay with that compilation output buffer.
|
|
5842
|
|
5843 Use \\[next-error] in a compilation output buffer to switch to
|
|
5844 processing errors from that compilation.
|
|
5845
|
|
5846 See variables `compilation-parse-errors-function' and
|
|
5847 `compilation-error-regexp-alist' for customization ideas." t nil)
|
|
5848
|
|
5849 (define-key ctl-x-map "`" 'next-error)
|
|
5850
|
|
5851 (autoload 'previous-error "compile" "\
|
|
5852 Visit previous compilation error message and corresponding source code.
|
|
5853 This operates on the output from the \\[compile] command." t nil)
|
|
5854
|
|
5855 (autoload 'first-error "compile" "\
|
|
5856 Reparse the error message buffer and start at the first error
|
|
5857 Visit corresponding source code.
|
|
5858 This operates on the output from the \\[compile] command." t nil)
|
|
5859
|
|
5860 ;;;***
|
|
5861
|
|
5862 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el")
|
|
5863
|
|
5864 (define-key global-map [(meta /)] 'dabbrev-expand)
|
|
5865
|
|
5866 (define-key global-map [(meta control /)] 'dabbrev-completion)
|
|
5867
|
|
5868 (autoload 'dabbrev-completion "dabbrev" "\
|
|
5869 Completion on current word.
|
|
5870 Like \\[dabbrev-expand] but finds all expansions in the current buffer
|
|
5871 and presents suggestions for completion.
|
|
5872
|
|
5873 With a prefix argument, it searches all buffers accepted by the
|
|
5874 function pointed out by `dabbrev-friend-buffer-function' to find the
|
|
5875 completions.
|
|
5876
|
|
5877 If the prefix argument is 16 (which comes from C-u C-u),
|
|
5878 then it searches *all* buffers.
|
|
5879
|
|
5880 With no prefix argument, it reuses an old completion list
|
|
5881 if there is a suitable one already." t nil)
|
|
5882
|
|
5883 (autoload 'dabbrev-expand "dabbrev" "\
|
|
5884 Expand previous word \"dynamically\".
|
|
5885
|
|
5886 Expands to the most recent, preceding word for which this is a prefix.
|
|
5887 If no suitable preceding word is found, words following point are
|
|
5888 considered. If still no suitable word is found, then look in the
|
|
5889 buffers accepted by the function pointed out by variable
|
|
5890 `dabbrev-friend-buffer-function'.
|
|
5891
|
|
5892 A positive prefix argument, N, says to take the Nth backward *distinct*
|
|
5893 possibility. A negative argument says search forward.
|
|
5894
|
|
5895 If the cursor has not moved from the end of the previous expansion and
|
|
5896 no argument is given, replace the previously-made expansion
|
|
5897 with the next possible expansion not yet tried.
|
|
5898
|
|
5899 The variable `dabbrev-backward-only' may be used to limit the
|
|
5900 direction of search to backward if set non-nil.
|
|
5901
|
|
5902 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
|
|
5903
|
|
5904 ;;;***
|
|
5905
|
|
5906 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el")
|
|
5907
|
|
5908 (defvar diff-switches (purecopy "-c") "\
|
|
5909 *A string or list of strings specifying switches to be passed to diff.")
|
|
5910
|
|
5911 (autoload 'diff "diff" "\
|
|
5912 Find and display the differences between OLD and NEW files.
|
|
5913 Interactively the current buffer's file name is the default for NEW
|
|
5914 and a backup file for NEW is the default for OLD.
|
|
5915 With prefix arg, prompt for diff switches." t nil)
|
|
5916
|
|
5917 (autoload 'diff-backup "diff" "\
|
|
5918 Diff this file with its backup file or vice versa.
|
|
5919 Uses the latest backup, if there are several numerical backups.
|
|
5920 If this file is a backup, diff it with its original.
|
|
5921 The backup file is the first file given to `diff'." t nil)
|
|
5922
|
|
5923 ;;;***
|
|
5924
|
|
5925 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el")
|
|
5926
|
|
5927 (autoload 'edit-faces "edit-faces" "\
|
|
5928 Alter face characteristics by editing a list of defined faces.
|
|
5929 Pops up a buffer containing a list of defined faces.
|
|
5930
|
|
5931 Editing commands:
|
|
5932
|
|
5933 \\{edit-faces-mode-map}" t nil)
|
|
5934
|
|
5935 ;;;***
|
|
5936
|
|
5937 ;;;### (autoloads (report-xemacs-bug) "emacsbug" "packages/emacsbug.el")
|
|
5938
|
|
5939 (autoload 'report-xemacs-bug "emacsbug" "\
|
|
5940 Report a bug in XEmacs.
|
|
5941 Prompts for bug subject. Leaves you in a mail buffer." t nil)
|
|
5942
|
|
5943 ;;;***
|
|
5944
|
|
5945 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor emerge-buffers emerge-files-with-ancestor emerge-files) "emerge" "packages/emerge.el")
|
|
5946
|
|
5947 (autoload 'emerge-files "emerge" "\
|
|
5948 Run Emerge on two files." t nil)
|
|
5949
|
|
5950 (fset 'emerge 'emerge-files)
|
|
5951
|
|
5952 (autoload 'emerge-files-with-ancestor "emerge" "\
|
|
5953 Run Emerge on two files, giving another file as the ancestor." t nil)
|
|
5954
|
|
5955 (autoload 'emerge-buffers "emerge" "\
|
|
5956 Run Emerge on two buffers." t nil)
|
|
5957
|
|
5958 (autoload 'emerge-buffers-with-ancestor "emerge" "\
|
|
5959 Run Emerge on two buffers, giving another buffer as the ancestor." t nil)
|
|
5960
|
|
5961 (autoload 'emerge-files-command "emerge" nil nil nil)
|
|
5962
|
|
5963 (autoload 'emerge-files-with-ancestor-command "emerge" nil nil nil)
|
|
5964
|
|
5965 (autoload 'emerge-files-remote "emerge" nil nil nil)
|
|
5966
|
|
5967 (autoload 'emerge-files-with-ancestor-remote "emerge" nil nil nil)
|
|
5968
|
|
5969 (autoload 'emerge-revisions "emerge" "\
|
|
5970 Emerge two RCS revisions of a file." t nil)
|
|
5971
|
|
5972 (autoload 'emerge-revisions-with-ancestor "emerge" "\
|
|
5973 Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
|
|
5974
|
|
5975 (autoload 'emerge-merge-directories "emerge" nil t nil)
|
|
5976
|
|
5977 ;;;***
|
|
5978
|
|
5979 ;;;### (autoloads (tags-apropos list-tags tags-query-replace tags-search tags-loop-continue next-file find-tag-other-window find-tag visit-tags-table) "etags" "packages/etags.el")
|
|
5980
|
|
5981 (defvar tags-build-completion-table 'ask "\
|
|
5982 *If this variable is nil, then tags completion is disabled.
|
|
5983 If this variable is t, then things which prompt for tags will do so with
|
|
5984 completion across all known tags.
|
|
5985 If this variable is the symbol `ask', then you will be asked whether each
|
|
5986 tags table should be added to the completion list as it is read in.
|
|
5987 (With the exception that for very small tags tables, you will not be asked,
|
|
5988 since they can be parsed quickly.)")
|
|
5989
|
|
5990 (defvar tags-always-exact nil "\
|
|
5991 *If this variable is non-nil, then tags always looks for exact matches.")
|
|
5992
|
|
5993 (defvar tag-table-alist nil "\
|
|
5994 *A list which determines which tags files should be active for a
|
|
5995 given buffer. This is not really an association list, in that all
|
|
5996 elements are checked. The CAR of each element of this list is a
|
|
5997 pattern against which the buffer's file name is compared; if it
|
|
5998 matches, then the CDR of the list should be the name of the tags
|
|
5999 table to use. If more than one element of this list matches the
|
|
6000 buffer's file name, then all of the associated tags tables will be
|
|
6001 used. Earlier ones will be searched first.
|
|
6002
|
|
6003 If the CAR of elements of this list are strings, then they are treated
|
|
6004 as regular-expressions against which the file is compared (like the
|
|
6005 auto-mode-alist). If they are not strings, then they are evaluated.
|
|
6006 If they evaluate to non-nil, then the current buffer is considered to
|
|
6007 match.
|
|
6008
|
|
6009 If the CDR of the elements of this list are strings, then they are
|
|
6010 assumed to name a TAGS file. If they name a directory, then the string
|
|
6011 \"TAGS\" is appended to them to get the file name. If they are not
|
|
6012 strings, then they are evaluated, and must return an appropriate string.
|
|
6013
|
|
6014 For example:
|
|
6015 (setq tag-table-alist
|
|
6016 '((\"/usr/src/public/perl/\" . \"/usr/src/public/perl/perl-3.0/\")
|
|
6017 (\"\\\\.el$\" . \"/usr/local/emacs/src/\")
|
|
6018 (\"/jbw/gnu/\" . \"/usr15/degree/stud/jbw/gnu/\")
|
|
6019 (\"\" . \"/usr/local/emacs/src/\")
|
|
6020 ))
|
|
6021
|
|
6022 This means that anything in the /usr/src/public/perl/ directory should use
|
|
6023 the TAGS file /usr/src/public/perl/perl-3.0/TAGS; and file ending in .el should
|
|
6024 use the TAGS file /usr/local/emacs/src/TAGS; and anything in or below the
|
|
6025 directory /jbw/gnu/ should use the TAGS file /usr15/degree/stud/jbw/gnu/TAGS.
|
|
6026 A file called something like \"/usr/jbw/foo.el\" would use both the TAGS files
|
|
6027 /usr/local/emacs/src/TAGS and /usr15/degree/stud/jbw/gnu/TAGS (in that order)
|
|
6028 because it matches both patterns.
|
|
6029
|
|
6030 If the buffer-local variable `buffer-tag-table' is set, then it names a tags
|
|
6031 table that is searched before all others when find-tag is executed from this
|
|
6032 buffer.
|
|
6033
|
|
6034 If there is a file called \"TAGS\" in the same directory as the file in
|
|
6035 question, then that tags file will always be used as well (after the
|
|
6036 `buffer-tag-table' but before the tables specified by this list.)
|
|
6037
|
|
6038 If the variable tags-file-name is set, then the tags file it names will apply
|
|
6039 to all buffers (for backwards compatibility.) It is searched first.
|
|
6040 ")
|
|
6041
|
|
6042 (autoload 'visit-tags-table "etags" "\
|
|
6043 Tell tags commands to use tags table file FILE first.
|
|
6044 FILE should be the name of a file created with the `etags' program.
|
|
6045 A directory name is ok too; it means file TAGS in that directory." t nil)
|
|
6046
|
|
6047 (autoload 'find-tag "etags" "\
|
|
6048 *Find tag whose name contains TAGNAME.
|
|
6049 Selects the buffer that the tag is contained in
|
|
6050 and puts point at its definition.
|
|
6051 If TAGNAME is a null string, the expression in the buffer
|
|
6052 around or before point is used as the tag name.
|
|
6053 If called interactively with a numeric argument, searches for the next tag
|
|
6054 in the tag table that matches the tagname used in the previous find-tag.
|
|
6055 If second arg OTHER-WINDOW is non-nil, uses another window to display
|
|
6056 the tag.
|
|
6057
|
|
6058 This version of this function supports multiple active tags tables,
|
|
6059 and completion.
|
|
6060
|
|
6061 Variables of note:
|
|
6062
|
|
6063 tag-table-alist controls which tables apply to which buffers
|
|
6064 tags-file-name a default tags table
|
|
6065 tags-build-completion-table controls completion behavior
|
|
6066 buffer-tag-table another way of specifying a buffer-local table
|
|
6067 make-tags-files-invisible whether tags tables should be very hidden
|
|
6068 tag-mark-stack-max how many tags-based hops to remember" t nil)
|
|
6069
|
|
6070 (autoload 'find-tag-other-window "etags" "\
|
|
6071 *Find tag whose name contains TAGNAME.
|
|
6072 Selects the buffer that the tag is contained in in another window
|
|
6073 and puts point at its definition.
|
|
6074 If TAGNAME is a null string, the expression in the buffer
|
|
6075 around or before point is used as the tag name.
|
|
6076 If second arg NEXT is non-nil (interactively, with prefix arg),
|
|
6077 searches for the next tag in the tag table
|
|
6078 that matches the tagname used in the previous find-tag.
|
|
6079
|
|
6080 This version of this function supports multiple active tags tables,
|
|
6081 and completion.
|
|
6082
|
|
6083 Variables of note:
|
|
6084
|
|
6085 tag-table-alist controls which tables apply to which buffers
|
|
6086 tags-file-name a default tags table
|
|
6087 tags-build-completion-table controls completion behavior
|
|
6088 buffer-tag-table another way of specifying a buffer-local table
|
|
6089 make-tags-files-invisible whether tags tables should be very hidden
|
|
6090 tag-mark-stack-max how many tags-based hops to remember" t nil)
|
|
6091
|
|
6092 (autoload 'next-file "etags" "\
|
|
6093 Select next file among files in current tag table(s).
|
|
6094
|
|
6095 A first argument of t (prefix arg, if interactive) initializes to the
|
|
6096 beginning of the list of files in the (first) tags table. If the argument
|
|
6097 is neither nil nor t, it is evalled to initialize the list of files.
|
|
6098
|
|
6099 Non-nil second argument NOVISIT means use a temporary buffer
|
|
6100 to save time and avoid uninteresting warnings.
|
|
6101
|
|
6102 Value is nil if the file was already visited;
|
|
6103 if the file was newly read in, the value is the filename." t nil)
|
|
6104
|
|
6105 (autoload 'tags-loop-continue "etags" "\
|
|
6106 Continue last \\[tags-search] or \\[tags-query-replace] command.
|
|
6107 Used noninteractively with non-nil argument to begin such a command (the
|
|
6108 argument is passed to `next-file', which see).
|
|
6109 Two variables control the processing we do on each file:
|
|
6110 the value of `tags-loop-scan' is a form to be executed on each file
|
|
6111 to see if it is interesting (it returns non-nil if so)
|
|
6112 and `tags-loop-operate' is a form to execute to operate on an interesting file
|
|
6113 If the latter returns non-nil, we exit; otherwise we scan the next file." t nil)
|
|
6114
|
|
6115 (autoload 'tags-search "etags" "\
|
|
6116 Search through all files listed in tags table for match for REGEXP.
|
|
6117 Stops when a match is found.
|
|
6118 To continue searching for next match, use command \\[tags-loop-continue].
|
|
6119
|
|
6120 See documentation of variable `tag-table-alist'." t nil)
|
|
6121
|
|
6122 (autoload 'tags-query-replace "etags" "\
|
|
6123 Query-replace-regexp FROM with TO through all files listed in tags table.
|
|
6124 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
|
|
6125 If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
|
|
6126 with the command \\[tags-loop-continue].
|
|
6127
|
|
6128 See documentation of variable `tag-table-alist'." t nil)
|
|
6129
|
|
6130 (autoload 'list-tags "etags" "\
|
|
6131 Display list of tags in file FILE.
|
|
6132 FILE should not contain a directory spec
|
|
6133 unless it has one in the tag table." t nil)
|
|
6134
|
|
6135 (autoload 'tags-apropos "etags" "\
|
|
6136 Display list of all tags in tag table REGEXP matches." t nil)
|
|
6137
|
|
6138 ;;;***
|
|
6139
|
|
6140 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el")
|
|
6141
|
|
6142 (defvar fast-lock-mode nil)
|
|
6143
|
|
6144 (autoload 'fast-lock-mode "fast-lock" "\
|
|
6145 Toggle Fast Lock mode.
|
|
6146 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
|
|
6147 is associated with a file. Enable it automatically in your `~/.emacs' by:
|
|
6148
|
|
6149 (setq font-lock-support-mode 'fast-lock-mode)
|
|
6150
|
|
6151 If Fast Lock mode is enabled, and the current buffer does not contain any text
|
|
6152 properties, any associated Font Lock cache is used if its timestamp matches the
|
|
6153 buffer's file, and its `font-lock-keywords' match those that you are using.
|
|
6154
|
|
6155 Font Lock caches may be saved:
|
|
6156 - When you save the file's buffer.
|
|
6157 - When you kill an unmodified file's buffer.
|
|
6158 - When you exit Emacs, for all unmodified or saved buffers.
|
|
6159 Depending on the value of `fast-lock-save-events'.
|
|
6160 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
|
|
6161
|
|
6162 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
|
|
6163
|
|
6164 Various methods of control are provided for the Font Lock cache. In general,
|
|
6165 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
|
|
6166 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
|
98
|
6167 `fast-lock-save-others' and `fast-lock-save-faces'." t nil)
|
78
|
6168
|
|
6169 (autoload 'turn-on-fast-lock "fast-lock" "\
|
|
6170 Unconditionally turn on Fast Lock mode." nil nil)
|
|
6171
|
|
6172 (if (fboundp 'add-minor-mode) (add-minor-mode 'fast-lock-mode nil))
|
|
6173
|
|
6174 ;;;***
|
|
6175
|
|
6176 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el")
|
|
6177
|
|
6178 (autoload 'feedmail-send-it "feedmail" nil nil nil)
|
|
6179
|
|
6180 ;;;***
|
|
6181
|
|
6182 ;;;### (autoloads (make-file-part) "file-part" "packages/file-part.el")
|
|
6183
|
|
6184 (autoload 'make-file-part "file-part" "\
|
|
6185 Make a file part on buffer BUFFER out of the region. Call it NAME.
|
|
6186 This command creates a new buffer containing the contents of the
|
|
6187 region and marks the buffer as referring to the specified buffer,
|
|
6188 called the `master buffer'. When the file-part buffer is saved,
|
|
6189 its changes are integrated back into the master buffer. When the
|
|
6190 master buffer is deleted, all file parts are deleted with it.
|
|
6191
|
|
6192 When called from a function, expects four arguments, START, END,
|
|
6193 NAME, and BUFFER, all of which are optional and default to the
|
|
6194 beginning of BUFFER, the end of BUFFER, a name generated from
|
|
6195 BUFFER's name, and the current buffer, respectively." t nil)
|
|
6196
|
|
6197 ;;;***
|
|
6198
|
|
6199 ;;;### (autoloads (font-lock-fontify-buffer turn-off-font-lock turn-on-font-lock font-lock-mode) "font-lock" "packages/font-lock.el")
|
|
6200
|
|
6201 (defvar font-lock-auto-fontify t "\
|
|
6202 *Whether font-lock should automatically fontify files as they're loaded.
|
|
6203 This will only happen if font-lock has fontifying keywords for the major
|
|
6204 mode of the file. You can get finer-grained control over auto-fontification
|
|
6205 by using this variable in combination with `font-lock-mode-enable-list' or
|
|
6206 `font-lock-mode-disable-list'.")
|
|
6207
|
|
6208 (defvar font-lock-mode-enable-list nil "\
|
|
6209 *List of modes to auto-fontify, if `font-lock-auto-fontify' is nil.")
|
|
6210
|
|
6211 (defvar font-lock-mode-disable-list nil "\
|
|
6212 *List of modes not to auto-fontify, if `font-lock-auto-fontify' is t.")
|
|
6213
|
|
6214 (defvar font-lock-use-colors '(color) "\
|
|
6215 *Specification for when Font Lock will set up color defaults.
|
|
6216 Normally this should be '(color), meaning that Font Lock will set up
|
|
6217 color defaults that are only used on color displays. Set this to nil
|
|
6218 if you don't want Font Lock to set up color defaults at all. This
|
|
6219 should be one of
|
|
6220
|
|
6221 -- a list of valid tags, meaning that the color defaults will be used
|
|
6222 when all of the tags apply. (e.g. '(color x))
|
|
6223 -- a list whose first element is 'or and whose remaining elements are
|
|
6224 lists of valid tags, meaning that the defaults will be used when
|
|
6225 any of the tag lists apply.
|
|
6226 -- nil, meaning that the defaults should not be set up at all.
|
|
6227
|
|
6228 \(If you specify face values in your init file, they will override any
|
|
6229 that Font Lock specifies, regardless of whether you specify the face
|
|
6230 values before or after loading Font Lock.)
|
|
6231
|
|
6232 See also `font-lock-use-fonts'. If you want more control over the faces
|
|
6233 used for fontification, see the documentation of `font-lock-mode' for
|
|
6234 how to do it.")
|
|
6235
|
|
6236 (defvar font-lock-use-fonts '(or (mono) (grayscale)) "\
|
|
6237 *Specification for when Font Lock will set up non-color defaults.
|
|
6238
|
|
6239 Normally this should be '(or (mono) (grayscale)), meaning that Font
|
|
6240 Lock will set up non-color defaults that are only used on either mono
|
|
6241 or grayscale displays. Set this to nil if you don't want Font Lock to
|
|
6242 set up non-color defaults at all. This should be one of
|
|
6243
|
|
6244 -- a list of valid tags, meaning that the non-color defaults will be used
|
|
6245 when all of the tags apply. (e.g. '(grayscale x))
|
|
6246 -- a list whose first element is 'or and whose remaining elements are
|
|
6247 lists of valid tags, meaning that the defaults will be used when
|
|
6248 any of the tag lists apply.
|
|
6249 -- nil, meaning that the defaults should not be set up at all.
|
|
6250
|
|
6251 \(If you specify face values in your init file, they will override any
|
|
6252 that Font Lock specifies, regardless of whether you specify the face
|
|
6253 values before or after loading Font Lock.)
|
|
6254
|
|
6255 See also `font-lock-use-colors'. If you want more control over the faces
|
|
6256 used for fontification, see the documentation of `font-lock-mode' for
|
|
6257 how to do it.")
|
|
6258
|
|
6259 (defvar font-lock-maximum-decoration nil "\
|
|
6260 *If non-nil, the maximum decoration level for fontifying.
|
|
6261 If nil, use the minimum decoration (equivalent to level 0).
|
|
6262 If t, use the maximum decoration available.
|
|
6263 If a number, use that level of decoration (or if not available the maximum).
|
|
6264 If a list, each element should be a cons pair of the form (MAJOR-MODE . LEVEL),
|
|
6265 where MAJOR-MODE is a symbol or t (meaning the default). For example:
|
|
6266 ((c++-mode . 2) (c-mode . t) (t . 1))
|
|
6267 means use level 2 decoration for buffers in `c++-mode', the maximum decoration
|
|
6268 available for buffers in `c-mode', and level 1 decoration otherwise.")
|
|
6269
|
|
6270 (define-obsolete-variable-alias 'font-lock-use-maximal-decoration 'font-lock-maximum-decoration)
|
|
6271
|
|
6272 (defvar font-lock-maximum-size (* 250 1024) "\
|
|
6273 *If non-nil, the maximum size for buffers for fontifying.
|
|
6274 Only buffers less than this can be fontified when Font Lock mode is turned on.
|
|
6275 If nil, means size is irrelevant.
|
|
6276 If a list, each element should be a cons pair of the form (MAJOR-MODE . SIZE),
|
|
6277 where MAJOR-MODE is a symbol or t (meaning the default). For example:
|
|
6278 ((c++-mode . 256000) (c-mode . 256000) (rmail-mode . 1048576))
|
|
6279 means that the maximum size is 250K for buffers in `c++-mode' or `c-mode', one
|
|
6280 megabyte for buffers in `rmail-mode', and size is irrelevant otherwise.")
|
|
6281
|
|
6282 (defvar font-lock-keywords nil "\
|
|
6283 *A list of the keywords to highlight.
|
|
6284 Each element should be of the form:
|
|
6285
|
|
6286 MATCHER
|
|
6287 (MATCHER . MATCH)
|
|
6288 (MATCHER . FACENAME)
|
|
6289 (MATCHER . HIGHLIGHT)
|
|
6290 (MATCHER HIGHLIGHT ...)
|
|
6291
|
|
6292 where HIGHLIGHT should be either MATCH-HIGHLIGHT or MATCH-ANCHORED.
|
|
6293
|
|
6294 For highlighting single items, typically only MATCH-HIGHLIGHT is required.
|
|
6295 However, if an item or (typically) items is to be hightlighted following the
|
|
6296 instance of another item (the anchor) then MATCH-ANCHORED may be required.
|
|
6297
|
|
6298 MATCH-HIGHLIGHT should be of the form:
|
|
6299
|
|
6300 (MATCH FACENAME OVERRIDE LAXMATCH)
|
|
6301
|
|
6302 Where MATCHER can be either the regexp to search for, or the function name to
|
|
6303 call to make the search (called with one argument, the limit of the search).
|
|
6304 MATCH is the subexpression of MATCHER to be highlighted. FACENAME is either
|
|
6305 a symbol naming a face, or an expression whose value is the face name to use.
|
|
6306 If you want FACENAME to be a symbol that evaluates to a face, use a form
|
|
6307 like \"(progn sym)\".
|
|
6308
|
|
6309 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may
|
|
6310 be overwritten. If `keep', only parts not already fontified are highlighted.
|
|
6311 If `prepend' or `append', existing fontification is merged with the new, in
|
|
6312 which the new or existing fontification, respectively, takes precedence.
|
|
6313 If LAXMATCH is non-nil, no error is signalled if there is no MATCH in MATCHER.
|
|
6314
|
|
6315 For example, an element of the form highlights (if not already highlighted):
|
|
6316
|
|
6317 \"\\\\\\=<foo\\\\\\=>\" Discrete occurrences of \"foo\" in the value of the
|
|
6318 variable `font-lock-keyword-face'.
|
|
6319 (\"fu\\\\(bar\\\\)\" . 1) Substring \"bar\" within all occurrences of \"fubar\" in
|
|
6320 the value of `font-lock-keyword-face'.
|
|
6321 (\"fubar\" . fubar-face) Occurrences of \"fubar\" in the value of `fubar-face'.
|
|
6322 (\"foo\\\\|bar\" 0 foo-bar-face t)
|
|
6323 Occurrences of either \"foo\" or \"bar\" in the value
|
|
6324 of `foo-bar-face', even if already highlighted.
|
|
6325
|
|
6326 MATCH-ANCHORED should be of the form:
|
|
6327
|
|
6328 (MATCHER PRE-MATCH-FORM POST-MATCH-FORM MATCH-HIGHLIGHT ...)
|
|
6329
|
|
6330 Where MATCHER is as for MATCH-HIGHLIGHT with one exception. The limit of the
|
|
6331 search is currently guaranteed to be (no greater than) the end of the line.
|
|
6332 PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after
|
|
6333 the last, instance MATCH-ANCHORED's MATCHER is used. Therefore they can be
|
|
6334 used to initialise before, and cleanup after, MATCHER is used. Typically,
|
|
6335 PRE-MATCH-FORM is used to move to some position relative to the original
|
|
6336 MATCHER, before starting with MATCH-ANCHORED's MATCHER. POST-MATCH-FORM might
|
|
6337 be used to move, before resuming with MATCH-ANCHORED's parent's MATCHER.
|
|
6338
|
|
6339 For example, an element of the form highlights (if not already highlighted):
|
|
6340
|
|
6341 (\"\\\\\\=<anchor\\\\\\=>\" (0 anchor-face) (\"\\\\\\=<item\\\\\\=>\" nil nil (0 item-face)))
|
|
6342
|
|
6343 Discrete occurrences of \"anchor\" in the value of `anchor-face', and subsequent
|
|
6344 discrete occurrences of \"item\" (on the same line) in the value of `item-face'.
|
|
6345 (Here PRE-MATCH-FORM and POST-MATCH-FORM are nil. Therefore \"item\" is
|
|
6346 initially searched for starting from the end of the match of \"anchor\", and
|
|
6347 searching for subsequent instance of \"anchor\" resumes from where searching
|
|
6348 for \"item\" concluded.)
|
|
6349
|
|
6350 Note that the MATCH-ANCHORED feature is experimental; in the future, we may
|
|
6351 replace it with other ways of providing this functionality.
|
|
6352
|
|
6353 These regular expressions should not match text which spans lines. While
|
|
6354 \\[font-lock-fontify-buffer] handles multi-line patterns correctly, updating
|
|
6355 when you edit the buffer does not, since it considers text one line at a time.
|
|
6356
|
|
6357 Be very careful composing regexps for this list;
|
|
6358 the wrong pattern can dramatically slow things down!")
|
|
6359
|
|
6360 (make-variable-buffer-local 'font-lock-keywords)
|
|
6361
|
|
6362 (defvar font-lock-mode nil)
|
|
6363
|
|
6364 (defvar font-lock-mode-hook nil "\
|
|
6365 Function or functions to run on entry to font-lock-mode.")
|
|
6366
|
|
6367 (autoload 'font-lock-mode "font-lock" "\
|
|
6368 Toggle Font Lock Mode.
|
|
6369 With arg, turn font-lock mode on if and only if arg is positive.
|
|
6370
|
|
6371 When Font Lock mode is enabled, text is fontified as you type it:
|
|
6372
|
|
6373 - Comments are displayed in `font-lock-comment-face';
|
|
6374 - Strings are displayed in `font-lock-string-face';
|
|
6375 - Documentation strings (in Lisp-like languages) are displayed in
|
|
6376 `font-lock-doc-string-face';
|
|
6377 - Language keywords (\"reserved words\") are displayed in
|
|
6378 `font-lock-keyword-face';
|
|
6379 - Function names in their defining form are displayed in
|
|
6380 `font-lock-function-name-face';
|
|
6381 - Variable names in their defining form are displayed in
|
|
6382 `font-lock-variable-name-face';
|
|
6383 - Type names are displayed in `font-lock-type-face';
|
|
6384 - References appearing in help files and the like are displayed
|
|
6385 in `font-lock-reference-face';
|
|
6386 - Preprocessor declarations are displayed in
|
|
6387 `font-lock-preprocessor-face';
|
|
6388
|
|
6389 and
|
|
6390
|
|
6391 - Certain other expressions are displayed in other faces according
|
|
6392 to the value of the variable `font-lock-keywords'.
|
|
6393
|
|
6394 Where modes support different levels of fontification, you can use the variable
|
|
6395 `font-lock-maximum-decoration' to specify which level you generally prefer.
|
|
6396 When you turn Font Lock mode on/off the buffer is fontified/defontified, though
|
|
6397 fontification occurs only if the buffer is less than `font-lock-maximum-size'.
|
|
6398 To fontify a buffer without turning on Font Lock mode, and regardless of buffer
|
|
6399 size, you can use \\[font-lock-fontify-buffer].
|
|
6400
|
|
6401 See the variable `font-lock-keywords' for customization." t nil)
|
|
6402
|
|
6403 (autoload 'turn-on-font-lock "font-lock" "\
|
|
6404 Unconditionally turn on Font Lock mode." nil nil)
|
|
6405
|
|
6406 (autoload 'turn-off-font-lock "font-lock" "\
|
|
6407 Unconditionally turn off Font Lock mode." nil nil)
|
|
6408
|
|
6409 (autoload 'font-lock-fontify-buffer "font-lock" "\
|
|
6410 Fontify the current buffer the way `font-lock-mode' would.
|
|
6411 See `font-lock-mode' for details.
|
|
6412
|
|
6413 This can take a while for large buffers." t nil)
|
|
6414
|
|
6415 (add-minor-mode 'font-lock-mode " Font")
|
|
6416
|
|
6417 ;;;***
|
|
6418
|
|
6419 ;;;### (autoloads (sc-mode) "generic-sc" "packages/generic-sc.el")
|
|
6420
|
|
6421 (autoload 'sc-mode "generic-sc" "\
|
|
6422 Toggle sc-mode.
|
|
6423 SYSTEM can be sccs, rcs or cvs.
|
|
6424 Cvs requires the pcl-cvs package.
|
|
6425
|
|
6426 The following commands are available
|
|
6427 \\[sc-next-operation] perform next logical source control operation on current file
|
|
6428 \\[sc-show-changes] compare the version being edited with an older one
|
|
6429 \\[sc-version-diff-file] compare two older versions of a file
|
|
6430 \\[sc-show-history] display change history of current file
|
|
6431 \\[sc-visit-previous-revision] display an older revision of current file
|
|
6432 \\[sc-revert-file] revert buffer to last checked-in version
|
|
6433 \\[sc-list-all-locked-files] show all files locked in current directory
|
|
6434 \\[sc-list-locked-files] show all files locked by you in current directory
|
|
6435 \\[sc-list-registered-files] show all files under source control in current directory
|
|
6436 \\[sc-update-directory] get fresh copies of files checked-in by others in current directory
|
|
6437 \\[sc-rename-file] rename the current file and its source control file
|
|
6438
|
|
6439
|
|
6440 While you are entering a change log message for a check in, sc-log-entry-mode
|
|
6441 will be in effect.
|
|
6442
|
|
6443 Global user options:
|
|
6444 sc-diff-command A list consisting of the command and flags
|
|
6445 to be used for generating context diffs.
|
|
6446 sc-mode-expert suppresses some conformation prompts,
|
|
6447 notably for delta aborts and file saves.
|
|
6448 sc-max-log-size specifies the maximum allowable size
|
|
6449 of a log message plus one.
|
|
6450
|
|
6451
|
|
6452 When using SCCS you have additional commands and options
|
|
6453
|
|
6454 \\[sccs-insert-headers] insert source control headers in current file
|
|
6455
|
|
6456 When you generate headers into a buffer using \\[sccs-insert-headers],
|
|
6457 the value of sc-insert-headers-hook is called before insertion. If the
|
|
6458 file is recognized a C or Lisp source, sc-insert-c-header-hook or
|
|
6459 sc-insert-lisp-header-hook is called after insertion respectively.
|
|
6460
|
|
6461 sccs-headers-wanted which %-keywords to insert when adding
|
|
6462 headers with C-c h
|
|
6463 sccs-insert-static if non-nil, keywords inserted in C files
|
|
6464 get stuffed in a static string area so that
|
|
6465 what(1) can see them in the compiled object code.
|
|
6466
|
|
6467 When using CVS you have additional commands
|
|
6468
|
|
6469 \\[sc-cvs-update-directory] update the current directory using pcl-cvs
|
|
6470 \\[sc-cvs-file-status] show the CVS status of current file
|
|
6471 " t nil)
|
|
6472
|
|
6473 ;;;***
|
|
6474
|
|
6475 ;;;### (autoloads (gnuserv-start) "gnuserv" "packages/gnuserv.el")
|
|
6476
|
|
6477 (defvar gnuserv-frame nil "\
|
|
6478 *If non-nil, the frame to be used to display all edited files.
|
|
6479 If nil, then a new frame is created for each file edited.
|
|
6480 This variable has no effect in XEmacs versions older than 19.9.")
|
|
6481
|
|
6482 (autoload 'gnuserv-start "gnuserv" "\
|
|
6483 Allow this Emacs process to be a server for client processes.
|
|
6484 This starts a server communications subprocess through which
|
|
6485 client \"editors\" (gnuclient and gnudoit) can send editing commands to
|
|
6486 this Emacs job. See the gnuserv(1) manual page for more details.
|
|
6487
|
|
6488 Prefix arg means just kill any existing server communications subprocess." t nil)
|
|
6489
|
|
6490 ;;;***
|
|
6491
|
|
6492 ;;;### (autoloads (gopher-atpoint gopher) "gopher" "packages/gopher.el")
|
|
6493
|
|
6494 (autoload 'gopher "gopher" "\
|
|
6495 Start a gopher session. With C-u, prompt for a gopher server." t nil)
|
|
6496
|
|
6497 (autoload 'gopher-atpoint "gopher" "\
|
|
6498 Try to interpret the text around point as a gopher bookmark, and dispatch
|
|
6499 to that object." t nil)
|
|
6500
|
|
6501 ;;;***
|
|
6502
|
|
6503 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl" "packages/hexl.el")
|
|
6504
|
|
6505 (autoload 'hexl-mode "hexl" "\
|
|
6506 \\<hexl-mode-map>
|
|
6507 A major mode for editing binary files in hex dump format.
|
|
6508
|
|
6509 This function automatically converts a buffer into the hexl format
|
|
6510 using the function `hexlify-buffer'.
|
|
6511
|
|
6512 Each line in the buffer has an \"address\" (displayed in hexadecimal)
|
|
6513 representing the offset into the file that the characters on this line
|
|
6514 are at and 16 characters from the file (displayed as hexadecimal
|
|
6515 values grouped every 16 bits) and as their ASCII values.
|
|
6516
|
|
6517 If any of the characters (displayed as ASCII characters) are
|
|
6518 unprintable (control or meta characters) they will be replaced as
|
|
6519 periods.
|
|
6520
|
|
6521 If `hexl-mode' is invoked with an argument the buffer is assumed to be
|
|
6522 in hexl format.
|
|
6523
|
|
6524 A sample format:
|
|
6525
|
|
6526 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
|
|
6527 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
|
|
6528 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
|
|
6529 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
|
|
6530 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
|
|
6531 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
|
|
6532 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
|
|
6533 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
|
|
6534 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
|
|
6535 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
|
|
6536 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
|
|
6537 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
|
|
6538 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
|
|
6539 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
|
|
6540 000000c0: 7265 6769 6f6e 2e0a region..
|
|
6541
|
|
6542 Movement is as simple as movement in a normal emacs text buffer. Most
|
|
6543 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
|
|
6544 to move the cursor left, right, down, and up).
|
|
6545
|
|
6546 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
|
|
6547 also supported.
|
|
6548
|
|
6549 There are several ways to change text in hexl mode:
|
|
6550
|
|
6551 ASCII characters (character between space (0x20) and tilde (0x7E)) are
|
|
6552 bound to self-insert so you can simply type the character and it will
|
|
6553 insert itself (actually overstrike) into the buffer.
|
|
6554
|
|
6555 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
|
|
6556 it isn't bound to self-insert. An octal number can be supplied in place
|
|
6557 of another key to insert the octal number's ASCII representation.
|
|
6558
|
|
6559 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
|
|
6560 into the buffer at the current point.
|
|
6561
|
|
6562 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
|
|
6563 into the buffer at the current point.
|
|
6564
|
|
6565 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
|
|
6566 into the buffer at the current point.
|
|
6567
|
|
6568 \\[hexl-mode-exit] will exit hexl-mode.
|
|
6569
|
|
6570 Note: saving the file with any of the usual Emacs commands
|
|
6571 will actually convert it back to binary format while saving.
|
|
6572
|
|
6573 You can use \\[hexl-find-file] to visit a file in hexl-mode.
|
|
6574
|
|
6575 \\[describe-bindings] for advanced commands." t nil)
|
|
6576
|
|
6577 (autoload 'hexl-find-file "hexl" "\
|
|
6578 Edit file FILENAME in hexl-mode.
|
|
6579 Switch to a buffer visiting file FILENAME, creating one in none exists." t nil)
|
|
6580
|
|
6581 (autoload 'hexlify-buffer "hexl" "\
|
|
6582 Convert a binary buffer to hexl format.
|
|
6583 This discards the buffer's undo information." t nil)
|
|
6584
|
|
6585 ;;;***
|
|
6586
|
|
6587 ;;;### (autoloads (hypropos-popup-menu hypropos-set-variable hyper-describe-function hyper-describe-variable hyper-apropos) "hyper-apropos" "packages/hyper-apropos.el")
|
|
6588
|
|
6589 (defvar hypropos-show-brief-docs t "\
|
|
6590 *If non-nil, `hyper-apropos' will display some documentation in the
|
|
6591 \"*Hyper Apropos*\" buffer. Setting this to nil will speed up searches.")
|
|
6592
|
|
6593 (autoload 'hyper-apropos "hyper-apropos" "\
|
|
6594 Display lists of functions and variables matching REGEXP
|
|
6595 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the value
|
|
6596 of `hypropos-programming-apropos' is toggled for this search.
|
|
6597 See also `hyper-apropos-mode'." t nil)
|
|
6598
|
|
6599 (autoload 'hyper-describe-variable "hyper-apropos" "\
|
|
6600 Hypertext drop-in replacement for `describe-variable'.
|
|
6601 See also `hyper-apropos' and `hyper-describe-function'." t nil)
|
|
6602
|
|
6603 (autoload 'hyper-describe-function "hyper-apropos" "\
|
|
6604 Hypertext replacement for `describe-function'. Unlike `describe-function'
|
|
6605 in that the symbol under the cursor is the default if it is a function.
|
|
6606 See also `hyper-apropos' and `hyper-describe-variable'." t nil)
|
|
6607
|
|
6608 (autoload 'hypropos-set-variable "hyper-apropos" "\
|
|
6609 Interactively set the variable on the current line." t nil)
|
|
6610
|
|
6611 (autoload 'hypropos-popup-menu "hyper-apropos" nil t nil)
|
|
6612
|
|
6613 ;;;***
|
|
6614
|
|
6615 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" "packages/icomplete.el")
|
|
6616
|
|
6617 (autoload 'icomplete-mode "icomplete" "\
|
|
6618 Activate incremental minibuffer completion for this emacs session,
|
|
6619 or deactivate with negative prefix arg." t nil)
|
|
6620
|
|
6621 (autoload 'icomplete-minibuffer-setup "icomplete" "\
|
|
6622 Run in minibuffer on activation to establish incremental completion.
|
|
6623 Usually run by inclusion in `minibuffer-setup-hook'." nil nil)
|
|
6624
|
|
6625 ;;;***
|
|
6626
|
|
6627 ;;;### (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-query info) "info" "packages/info.el")
|
|
6628
|
|
6629 (autoload 'info "info" "\
|
|
6630 Enter Info, the documentation browser.
|
|
6631 Optional argument FILE specifies the file to examine;
|
|
6632 the default is the top-level directory of Info.
|
|
6633
|
|
6634 In interactive use, a prefix argument directs this command
|
|
6635 to read a file name from the minibuffer." t nil)
|
|
6636
|
|
6637 (autoload 'Info-query "info" "\
|
|
6638 Enter Info, the documentation browser. Prompt for name of Info file." t nil)
|
|
6639
|
|
6640 (autoload 'Info-goto-node "info" "\
|
|
6641 Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME.
|
|
6642 Actually, the following interpretations of NAME are tried in order:
|
|
6643 (FILENAME)NODENAME
|
|
6644 (FILENAME) (using Top node)
|
|
6645 NODENAME (in current file)
|
|
6646 TAGNAME (see below)
|
|
6647 FILENAME (using Top node)
|
|
6648 where TAGNAME is a string that appears in quotes: \"TAGNAME\", in an
|
|
6649 annotation for any node of any file. (See `a' and `x' commands.)" t nil)
|
|
6650
|
|
6651 (autoload 'Info-visit-file "info" "\
|
|
6652 Directly visit an info file." t nil)
|
|
6653
|
|
6654 (autoload 'Info-search "info" "\
|
|
6655 Search for REGEXP, starting from point, and select node it's found in." t nil)
|
|
6656
|
|
6657 (autoload 'Info-emacs-command "info" "\
|
|
6658 Look up an Emacs command in the Emacs manual in the Info system.
|
|
6659 This command is designed to be used whether you are already in Info or not." t nil)
|
|
6660
|
|
6661 (autoload 'Info-goto-emacs-command-node "info" "\
|
|
6662 Look up an Emacs command in the Emacs manual in the Info system.
|
|
6663 This command is designed to be used whether you are already in Info or not." t nil)
|
|
6664
|
|
6665 (autoload 'Info-goto-emacs-key-command-node "info" "\
|
|
6666 Look up an Emacs key sequence in the Emacs manual in the Info system.
|
|
6667 This command is designed to be used whether you are already in Info or not." t nil)
|
|
6668
|
|
6669 (autoload 'Info-emacs-key "info" "\
|
|
6670 Look up an Emacs key sequence in the Emacs manual in the Info system.
|
|
6671 This command is designed to be used whether you are already in Info or not." t nil)
|
|
6672
|
|
6673 (autoload 'Info-elisp-ref "info" "\
|
|
6674 Look up an Emacs Lisp function in the Elisp manual in the Info system.
|
|
6675 This command is designed to be used whether you are already in Info or not." t nil)
|
|
6676
|
|
6677 ;;;***
|
|
6678
|
|
6679 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) "informat" "packages/informat.el")
|
|
6680
|
|
6681 (autoload 'Info-tagify "informat" "\
|
|
6682 Create or update Info-file tag table in current buffer." t nil)
|
|
6683
|
|
6684 (autoload 'Info-split "informat" "\
|
|
6685 Split an info file into an indirect file plus bounded-size subfiles.
|
|
6686 Each subfile will be up to 50,000 characters plus one node.
|
|
6687
|
|
6688 To use this command, first visit a large Info file that has a tag
|
|
6689 table. The buffer is modified into a (small) indirect info file which
|
|
6690 should be saved in place of the original visited file.
|
|
6691
|
|
6692 The subfiles are written in the same directory the original file is
|
|
6693 in, with names generated by appending `-' and a number to the original
|
|
6694 file name. The indirect file still functions as an Info file, but it
|
|
6695 contains just the tag table and a directory of subfiles." t nil)
|
|
6696
|
|
6697 (autoload 'Info-validate "informat" "\
|
|
6698 Check current buffer for validity as an Info file.
|
|
6699 Check that every node pointer points to an existing node." t nil)
|
|
6700
|
|
6701 (autoload 'batch-info-validate "informat" "\
|
|
6702 Runs `Info-validate' on the files remaining on the command line.
|
|
6703 Must be used only with -batch, and kills Emacs on completion.
|
|
6704 Each file will be processed even if an error occurred previously.
|
|
6705 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil nil)
|
|
6706
|
|
6707 ;;;***
|
|
6708
|
|
6709 ;;;### (autoloads (ispell-message ispell-minor-mode ispell-complete-word-interior-frag ispell-complete-word ispell-continue ispell-buffer ispell-region ispell-change-dictionary ispell-kill-ispell ispell-help ispell-word) "ispell" "packages/ispell.el")
|
|
6710
|
|
6711 (defvar ispell-personal-dictionary nil "\
|
|
6712 *File name of your personal spelling dictionary, or nil.
|
|
6713 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
|
|
6714 where DICTNAME is the name of your default dictionary.")
|
|
6715
|
80
|
6716 (defvar ispell-dictionary-alist-1 '((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "british") nil) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex") ("deutsch8" "[a-zA-ZÄÖÜäößü]" "[^a-zA-ZÄÖÜäößü]" "[']" t ("-C" "-d" "deutsch") "~latin1") ("nederlands" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil) ("nederlands8" "[A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[^A-Za-zÀ-ÅÇÈ-ÏÒ-ÖÙ-Üà-åçè-ïñò-öù-ü]" "[']" t ("-C") nil)))
|
|
6717
|
|
6718 (defvar ispell-dictionary-alist-2 '(("svenska" "[A-Za-z}{|\\133\\135\\\\]" "[^A-Za-z}{|\\133\\135\\\\]" "[']" nil ("-C") nil) ("svenska8" "[A-Za-zåäöÅÄö]" "[^A-Za-zåäöÅÄö]" "[']" nil ("-C" "-d" "svenska") "~list") ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil) ("francais" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü]" "[---']" t nil "~list") ("francais-tex" "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[^A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜàâçèéêëîïôùûü\\]" "[---'^`\"]" t nil "~tex") ("dansk" "[A-ZÆØÅa-zæøå]" "[^A-ZÆØÅa-zæøå]" "" nil ("-C") nil)))
|
78
|
6719
|
|
6720 (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2) "\
|
|
6721 An alist of dictionaries and their associated parameters.
|
|
6722
|
|
6723 Each element of this list is also a list:
|
|
6724
|
|
6725 \(DICTIONARY-NAME CASECHARS NOT-CASECHARS OTHERCHARS MANY-OTHERCHARS-P
|
|
6726 ISPELL-ARGS EXTENDED-CHARACTER-MODE)
|
|
6727
|
|
6728 DICTIONARY-NAME is a possible value of variable `ispell-dictionary', nil
|
|
6729 means the default dictionary.
|
|
6730
|
|
6731 CASECHARS is a regular expression of valid characters that comprise a
|
|
6732 word.
|
|
6733
|
|
6734 NOT-CASECHARS is the opposite regexp of CASECHARS.
|
|
6735
|
|
6736 OTHERCHARS is a regular expression of other characters that are valid
|
|
6737 in word constructs. Otherchars cannot be adjacent to each other in a
|
|
6738 word, nor can they begin or end a word. This implies we can't check
|
|
6739 \"Stevens'\" as a correct possessive and other correct formations.
|
|
6740
|
|
6741 Hint: regexp syntax requires the hyphen to be declared first here.
|
|
6742
|
|
6743 MANY-OTHERCHARS-P is non-nil if many otherchars are to be allowed in a
|
|
6744 word instead of only one.
|
|
6745
|
|
6746 ISPELL-ARGS is a list of additional arguments passed to the ispell
|
|
6747 subprocess.
|
|
6748
|
|
6749 EXTENDED-CHARACTER-MODE should be used when dictionaries are used which
|
|
6750 have been configured in an Ispell affix file. (For example, umlauts
|
|
6751 can be encoded as \\\"a, a\\\", \"a, ...) Defaults are ~tex and ~nroff
|
|
6752 in English. This has the same effect as the command-line `-T' option.
|
|
6753 The buffer Major Mode controls Ispell's parsing in tex or nroff mode,
|
|
6754 but the dictionary can control the extended character mode.
|
|
6755 Both defaults can be overruled in a buffer-local fashion. See
|
|
6756 `ispell-parsing-keyword' for details on this.
|
|
6757
|
|
6758 Note that the CASECHARS and OTHERCHARS slots of the alist should
|
|
6759 contain the same character set as casechars and otherchars in the
|
|
6760 language.aff file (e.g., english.aff).")
|
|
6761
|
|
6762 (defvar ispell-menu-map nil "\
|
|
6763 Key map for ispell menu")
|
|
6764
|
|
6765 (defvar ispell-menu-xemacs nil "\
|
|
6766 Spelling menu for XEmacs.")
|
|
6767
|
|
6768 (defconst ispell-menu-map-needed (and (not ispell-menu-map) (string-lessp "19" emacs-version) (not (string-match "XEmacs" emacs-version))))
|
|
6769
|
|
6770 (if ispell-menu-map-needed (let ((dicts (reverse (cons (cons "default" nil) ispell-dictionary-alist))) name) (setq ispell-menu-map (make-sparse-keymap "Spell")) (while dicts (setq name (car (car dicts)) dicts (cdr dicts)) (if (stringp name) (define-key ispell-menu-map (vector (intern name)) (cons (concat "Select " (capitalize name)) (list 'lambda nil '(interactive) (list 'ispell-change-dictionary name))))))))
|
|
6771
|
|
6772 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-change-dictionary] '("Change Dictionary" . ispell-change-dictionary)) (define-key ispell-menu-map [ispell-kill-ispell] '("Kill Process" . ispell-kill-ispell)) (define-key ispell-menu-map [ispell-pdict-save] '("Save Dictionary" lambda nil (interactive) (ispell-pdict-save t t))) (define-key ispell-menu-map [ispell-complete-word] '("Complete Word" . ispell-complete-word)) (define-key ispell-menu-map [ispell-complete-word-interior-frag] '("Complete Word Frag" . ispell-complete-word-interior-frag))))
|
|
6773
|
|
6774 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] '("Continue Check" . ispell-continue)) (define-key ispell-menu-map [ispell-word] '("Check Word" . ispell-word)) (define-key ispell-menu-map [ispell-region] '("Check Region" . ispell-region)) (define-key ispell-menu-map [ispell-buffer] '("Check Buffer" . ispell-buffer))))
|
|
6775
|
|
6776 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-message] '("Check Message" . ispell-message)) (define-key ispell-menu-map [ispell-help] '("Help" lambda nil (interactive) (describe-function 'ispell-help))) (put 'ispell-region 'menu-enable 'mark-active) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
|
|
6777
|
|
6778 (defvar ispell-local-pdict ispell-personal-dictionary "\
|
|
6779 A buffer local variable containing the current personal dictionary.
|
|
6780 If non-nil, the value must be a string, which is a file name.
|
|
6781
|
|
6782 If you specify a personal dictionary for the current buffer which is
|
|
6783 different from the current personal dictionary, the effect is similar
|
|
6784 to calling \\[ispell-change-dictionary]. This variable is automatically
|
|
6785 set when defined in the file with either `ispell-pdict-keyword' or the
|
|
6786 local variable syntax.")
|
|
6787
|
|
6788 (define-key global-map [(meta ?\$)] 'ispell-word)
|
|
6789
|
|
6790 (autoload 'ispell-word "ispell" "\
|
|
6791 Check spelling of word under or before the cursor.
|
|
6792 If the word is not found in dictionary, display possible corrections
|
|
6793 in a window allowing you to choose one.
|
|
6794
|
|
6795 With a prefix argument (or if CONTINUE is non-nil),
|
|
6796 resume interrupted spell-checking of a buffer or region.
|
|
6797
|
|
6798 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
|
|
6799 is non-nil when called interactively, then the following word
|
|
6800 \(rather than preceding) is checked when the cursor is not over a word.
|
|
6801 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
|
|
6802 when called interactively, non-corrective messages are suppressed.
|
|
6803
|
|
6804 Word syntax described by `ispell-dictionary-alist' (which see).
|
|
6805
|
|
6806 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
|
|
6807 or \\[ispell-region] to update the Ispell process." t nil)
|
|
6808
|
|
6809 (autoload 'ispell-help "ispell" "\
|
|
6810 Display a list of the options available when a misspelling is encountered.
|
|
6811
|
|
6812 Selections are:
|
|
6813
|
|
6814 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
|
|
6815 SPC: Accept word this time.
|
|
6816 `i': Accept word and insert into private dictionary.
|
|
6817 `a': Accept word for this session.
|
|
6818 `A': Accept word and place in `buffer-local dictionary'.
|
|
6819 `r': Replace word with typed-in value. Rechecked.
|
|
6820 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
|
|
6821 `?': Show these commands.
|
|
6822 `x': Exit spelling buffer. Move cursor to original point.
|
|
6823 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
|
|
6824 the aborted check to be completed later.
|
|
6825 `q': Quit spelling session (Kills ispell process).
|
|
6826 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
|
|
6827 `u': Like `i', but the word is lower-cased first.
|
|
6828 `m': Like `i', but allows one to include dictionary completion information.
|
|
6829 `C-l': redraws screen
|
|
6830 `C-r': recursive edit
|
|
6831 `C-z': suspend emacs or iconify frame" nil nil)
|
|
6832
|
|
6833 (autoload 'ispell-kill-ispell "ispell" "\
|
|
6834 Kill current Ispell process (so that you may start a fresh one).
|
|
6835 With NO-ERROR, just return non-nil if there was no Ispell running." t nil)
|
|
6836
|
|
6837 (autoload 'ispell-change-dictionary "ispell" "\
|
|
6838 Change `ispell-dictionary' (q.v.) and kill old Ispell process.
|
|
6839 A new one will be started as soon as necessary.
|
|
6840
|
|
6841 By just answering RET you can find out what the current dictionary is.
|
|
6842
|
|
6843 With prefix argument, set the default directory." t nil)
|
|
6844
|
|
6845 (autoload 'ispell-region "ispell" "\
|
|
6846 Interactively check a region for spelling errors." t nil)
|
|
6847
|
|
6848 (autoload 'ispell-buffer "ispell" "\
|
|
6849 Check the current buffer for spelling errors interactively." t nil)
|
|
6850
|
|
6851 (autoload 'ispell-continue "ispell" nil t nil)
|
|
6852
|
|
6853 (autoload 'ispell-complete-word "ispell" "\
|
|
6854 Look up word before or under point in dictionary (see lookup-words command)
|
|
6855 and try to complete it. If optional INTERIOR-FRAG is non-nil then the word
|
|
6856 may be a character sequence inside of a word.
|
|
6857
|
|
6858 Standard ispell choices are then available." t nil)
|
|
6859
|
|
6860 (autoload 'ispell-complete-word-interior-frag "ispell" "\
|
|
6861 Completes word matching character sequence inside a word." t nil)
|
|
6862
|
|
6863 (autoload 'ispell-minor-mode "ispell" "\
|
|
6864 Toggle Ispell minor mode.
|
|
6865 With prefix arg, turn Ispell minor mode on iff arg is positive.
|
|
6866
|
|
6867 In Ispell minor mode, pressing SPC or RET
|
|
6868 warns you if the previous word is incorrectly spelled." t nil)
|
|
6869
|
|
6870 (autoload 'ispell-message "ispell" "\
|
|
6871 Check the spelling of a mail message or news post.
|
|
6872 Don't check spelling of message headers except the Subject field.
|
|
6873 Don't check included messages.
|
|
6874
|
|
6875 To abort spell checking of a message region and send the message anyway,
|
|
6876 use the `x' or `q' command. (Any subsequent regions will be checked.)
|
|
6877 The `X' command aborts the message send so that you can edit the buffer.
|
|
6878
|
|
6879 To spell-check whenever a message is sent, include the appropriate lines
|
|
6880 in your .emacs file:
|
|
6881 (add-hook 'message-send-hook 'ispell-message)
|
|
6882 (add-hook 'mail-send-hook 'ispell-message)
|
|
6883 (add-hook 'mh-before-send-letter-hook 'ispell-message)
|
|
6884
|
|
6885 You can bind this to the key C-c i in GNUS or mail by adding to
|
|
6886 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
|
|
6887 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))" t nil)
|
|
6888
|
|
6889 ;;;***
|
|
6890
|
|
6891 ;;;### (autoloads (jka-compr-install toggle-auto-compression jka-compr-load) "jka-compr" "packages/jka-compr.el")
|
|
6892
|
|
6893 (autoload 'jka-compr-load "jka-compr" "\
|
|
6894 Documented as original." nil nil)
|
|
6895
|
|
6896 (autoload 'toggle-auto-compression "jka-compr" "\
|
|
6897 Toggle automatic file compression and uncompression.
|
|
6898 With prefix argument ARG, turn auto compression on if positive, else off.
|
|
6899 Returns the new status of auto compression (non-nil means on).
|
|
6900 If the argument MESSAGE is non-nil, it means to print a message
|
|
6901 saying whether the mode is now on or off." t nil)
|
|
6902
|
|
6903 (autoload 'jka-compr-install "jka-compr" "\
|
|
6904 Install jka-compr.
|
|
6905 This adds entries to `file-name-handler-alist' and `auto-mode-alist'
|
|
6906 and `inhibit-first-line-modes-suffixes'." nil nil)
|
|
6907
|
|
6908 ;;;***
|
|
6909
|
|
6910 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el")
|
|
6911
|
|
6912 (defvar lazy-lock-mode nil)
|
|
6913
|
|
6914 (autoload 'lazy-lock-mode "lazy-lock" "\
|
|
6915 Toggle Lazy Lock mode.
|
|
6916 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer
|
|
6917 is at least `lazy-lock-minimum-size' characters long.
|
|
6918
|
|
6919 When Lazy Lock mode is enabled, fontification is demand-driven and stealthy:
|
|
6920
|
|
6921 - Fontification occurs in visible parts of buffers when necessary.
|
|
6922 Occurs if there is no input after pausing for `lazy-lock-continuity-time'.
|
|
6923
|
|
6924 - Fontification occurs in invisible parts when Emacs has been idle.
|
|
6925 Occurs if there is no input after pausing for `lazy-lock-stealth-time'.
|
|
6926
|
|
6927 If `lazy-lock-hide-invisible' is non-nil, text is not displayed until it is
|
|
6928 fontified, otherwise it is displayed in `lazy-lock-invisible-foreground'.
|
|
6929
|
|
6930 See also variables `lazy-lock-walk-windows' and `lazy-lock-ignore-commands' for
|
|
6931 window (scroll) fontification, and `lazy-lock-stealth-lines',
|
|
6932 `lazy-lock-stealth-nice' and `lazy-lock-stealth-verbose' for stealth
|
|
6933 fontification.
|
|
6934
|
|
6935 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil)
|
|
6936
|
|
6937 (autoload 'turn-on-lazy-lock "lazy-lock" "\
|
|
6938 Unconditionally turn on Lazy Lock mode." nil nil)
|
|
6939
|
|
6940 (add-minor-mode 'lazy-lock-mode " Lazy")
|
|
6941
|
|
6942 ;;;***
|
|
6943
|
|
6944 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el")
|
|
6945
|
|
6946 (defconst ledit-save-files t "\
|
|
6947 *Non-nil means Ledit should save files before transferring to Lisp.")
|
|
6948
|
|
6949 (defconst ledit-go-to-lisp-string "%?lisp" "\
|
|
6950 *Shell commands to execute to resume Lisp job.")
|
|
6951
|
|
6952 (defconst ledit-go-to-liszt-string "%?liszt" "\
|
|
6953 *Shell commands to execute to resume Lisp compiler job.")
|
|
6954
|
|
6955 (autoload 'ledit-mode "ledit" "\
|
|
6956 \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
|
|
6957 Like Lisp mode, plus these special commands:
|
|
6958 \\[ledit-save-defun] -- record defun at or after point
|
|
6959 for later transmission to Lisp job.
|
|
6960 \\[ledit-save-region] -- record region for later transmission to Lisp job.
|
|
6961 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
|
|
6962 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
|
|
6963 and transmit saved text.
|
|
6964 \\{ledit-mode-map}
|
|
6965 To make Lisp mode automatically change to Ledit mode,
|
|
6966 do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil)
|
|
6967
|
|
6968 (autoload 'ledit-from-lisp-mode "ledit" nil nil nil)
|
|
6969
|
|
6970 ;;;***
|
|
6971
|
|
6972 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer) "lpr" "packages/lpr.el")
|
|
6973
|
|
6974 (defvar lpr-switches nil "\
|
|
6975 *List of strings to pass as extra options for the printer program.
|
|
6976 See `lpr-command'.")
|
|
6977
|
|
6978 (defvar lpr-command (if (memq system-type '(usg-unix-v dgux hpux irix)) "lp" "lpr") "\
|
|
6979 *Name of program for printing a file.")
|
|
6980
|
|
6981 (autoload 'lpr-buffer "lpr" "\
|
|
6982 Print buffer contents as with Unix command `lpr'.
|
|
6983 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
|
|
6984
|
|
6985 (autoload 'print-buffer "lpr" "\
|
|
6986 Print buffer contents as with Unix command `lpr -p'.
|
|
6987 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
|
|
6988
|
|
6989 (autoload 'lpr-region "lpr" "\
|
|
6990 Print region contents as with Unix command `lpr'.
|
|
6991 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
|
|
6992
|
|
6993 (autoload 'print-region "lpr" "\
|
|
6994 Print region contents as with Unix command `lpr -p'.
|
|
6995 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
|
|
6996
|
|
6997 ;;;***
|
|
6998
|
|
6999 ;;;### (autoloads (make-command-summary) "makesum" "packages/makesum.el")
|
|
7000
|
|
7001 (autoload 'make-command-summary "makesum" "\
|
|
7002 Make a summary of current key bindings in the buffer *Summary*.
|
|
7003 Previous contents of that buffer are killed first." t nil)
|
|
7004
|
|
7005 ;;;***
|
|
7006
|
|
7007 ;;;### (autoloads (manual-entry) "man" "packages/man.el")
|
|
7008
|
|
7009 (autoload 'manual-entry "man" "\
|
|
7010 Display the Unix manual entry (or entries) for TOPIC.
|
|
7011 If prefix arg is given, modify the search according to the value:
|
|
7012 2 = complement default exact matching of the TOPIC name;
|
|
7013 exact matching default is specified by `Manual-match-topic-exactly'
|
|
7014 3 = force a search of the unformatted man directories
|
|
7015 4 = both 2 and 3
|
|
7016 The manual entries are searched according to the variable
|
|
7017 Manual-directory-list, which should be a list of directories. If
|
|
7018 Manual-directory-list is nil, \\[Manual-directory-list-init] is
|
|
7019 invoked to create this list from the MANPATH environment variable.
|
|
7020 See the variable Manual-topic-buffer which controls how the buffer
|
|
7021 is named. See also the variables Manual-match-topic-exactly,
|
|
7022 Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil)
|
|
7023
|
|
7024 ;;;***
|
|
7025
|
|
7026 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body metamail-interpret-header) "metamail" "packages/metamail.el")
|
|
7027
|
|
7028 (autoload 'metamail-interpret-header "metamail" "\
|
|
7029 Interpret a header part of a MIME message in current buffer.
|
|
7030 Its body part is not interpreted at all." t nil)
|
|
7031
|
|
7032 (autoload 'metamail-interpret-body "metamail" "\
|
|
7033 Interpret a body part of a MIME message in current buffer.
|
|
7034 Optional argument VIEWMODE specifies the value of the
|
|
7035 EMACS_VIEW_MODE environment variable (defaulted to 1).
|
|
7036 Optional argument NODISPLAY non-nil means buffer is not
|
|
7037 redisplayed as output is inserted.
|
|
7038 Its header part is not interpreted at all." t nil)
|
|
7039
|
|
7040 (autoload 'metamail-buffer "metamail" "\
|
|
7041 Process current buffer through `metamail'.
|
|
7042 Optional argument VIEWMODE specifies the value of the
|
|
7043 EMACS_VIEW_MODE environment variable (defaulted to 1).
|
|
7044 Optional argument BUFFER specifies a buffer to be filled (nil
|
|
7045 means current).
|
|
7046 Optional argument NODISPLAY non-nil means buffer is not
|
|
7047 redisplayed as output is inserted." t nil)
|
|
7048
|
|
7049 (autoload 'metamail-region "metamail" "\
|
|
7050 Process current region through 'metamail'.
|
|
7051 Optional argument VIEWMODE specifies the value of the
|
|
7052 EMACS_VIEW_MODE environment variable (defaulted to 1).
|
|
7053 Optional argument BUFFER specifies a buffer to be filled (nil
|
|
7054 means current).
|
|
7055 Optional argument NODISPLAY non-nil means buffer is not
|
|
7056 redisplayed as output is inserted." t nil)
|
|
7057
|
|
7058 ;;;***
|
|
7059
|
|
7060 ;;;### (autoloads (blink-paren paren-set-mode) "paren" "packages/paren.el")
|
|
7061
|
|
7062 (defvar paren-mode nil "\
|
|
7063 *Sets the style of parenthesis highlighting.
|
|
7064 Valid values are nil, `blink-paren', `paren', and `sexp'.
|
|
7065 nil no parenthesis highlighting.
|
|
7066 blink-paren causes the matching paren to blink.
|
|
7067 paren causes the matching paren to be highlighted but not to blink.
|
|
7068 sexp whole expression enclosed by the local paren at its mate.
|
|
7069 nested (not yet implemented) use variable shading to see the
|
|
7070 nesting of an expression. Also groks regular expressions
|
|
7071 and shell quoting.
|
|
7072
|
|
7073 This variable is global by default, but you can make it buffer-local and
|
|
7074 highlight parentheses differrently in different major modes.")
|
|
7075
|
|
7076 (autoload 'paren-set-mode "paren" "\
|
|
7077 Cycles through possible values for `paren-mode', force off with negative arg.
|
|
7078 When called from lisp, a symbolic value for `paren-mode' can be pased directly.
|
|
7079 See also `paren-mode' and `paren-highlight'." t nil)
|
|
7080
|
|
7081 (make-obsolete 'blink-paren 'paren-set-mode)
|
|
7082
|
|
7083 (autoload 'blink-paren "paren" "\
|
|
7084 Obsolete. Use `paren-set-mode' instead." t nil)
|
|
7085
|
|
7086 ;;;***
|
|
7087
|
|
7088 ;;;### (autoloads (pending-delete pending-delete-off pending-delete-on) "pending-del" "packages/pending-del.el")
|
|
7089
|
|
7090 (autoload 'pending-delete-on "pending-del" "\
|
|
7091 Turn on pending delete.
|
|
7092 When it is ON, typed text replaces the selection if the selection is active.
|
|
7093 When it is OFF, typed text is just inserted at point." t nil)
|
|
7094
|
|
7095 (autoload 'pending-delete-off "pending-del" "\
|
|
7096 Turn off pending delete.
|
|
7097 When it is ON, typed text replaces the selection if the selection is active.
|
|
7098 When it is OFF, typed text is just inserted at point." t nil)
|
|
7099
|
|
7100 (autoload 'pending-delete "pending-del" "\
|
|
7101 Toggle automatic deletion of the selected region.
|
|
7102 With a positive argument, turns it on.
|
|
7103 With a non-positive argument, turns it off.
|
|
7104 When active, typed text replaces the selection." t nil)
|
|
7105
|
|
7106 ;;;***
|
|
7107
|
82
|
7108 ;;;### (autoloads (ps-setup ps-nb-pages-region ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces ps-print-buffer) "ps-print" "packages/ps-print.el")
|
|
7109
|
|
7110 (defvar ps-paper-type 'letter "\
|
|
7111 *Specifies the size of paper to format for.
|
|
7112 Should be one of the paper types defined in `ps-page-dimensions-database', for
|
|
7113 example `letter', `legal' or `a4'.")
|
|
7114
|
|
7115 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
|
78
|
7116 *If non-nil, print the buffer's text in color.")
|
|
7117
|
|
7118 (autoload 'ps-print-buffer "ps-print" "\
|
|
7119 Generate and print a PostScript image of the buffer.
|
|
7120
|
|
7121 When called with a numeric prefix argument (C-u), prompts the user for
|
|
7122 the name of a file to save the PostScript image in, instead of sending
|
|
7123 it to the printer.
|
|
7124
|
|
7125 More specifically, the FILENAME argument is treated as follows: if it
|
|
7126 is nil, send the image to the printer. If FILENAME is a string, save
|
|
7127 the PostScript image in a file with that name. If FILENAME is a
|
|
7128 number, prompt the user for the name of the file to save in." t nil)
|
|
7129
|
|
7130 (autoload 'ps-print-buffer-with-faces "ps-print" "\
|
|
7131 Generate and print a PostScript image of the buffer.
|
|
7132 Like `ps-print-buffer', but includes font, color, and underline
|
|
7133 information in the generated image. This command works only if you
|
|
7134 are using a window system, so it has a way to determine color values." t nil)
|
|
7135
|
|
7136 (autoload 'ps-print-region "ps-print" "\
|
|
7137 Generate and print a PostScript image of the region.
|
|
7138 Like `ps-print-buffer', but prints just the current region." t nil)
|
|
7139
|
|
7140 (autoload 'ps-print-region-with-faces "ps-print" "\
|
|
7141 Generate and print a PostScript image of the region.
|
|
7142 Like `ps-print-region', but includes font, color, and underline
|
|
7143 information in the generated image. This command works only if you
|
|
7144 are using a window system, so it has a way to determine color values." t nil)
|
|
7145
|
|
7146 (autoload 'ps-spool-buffer "ps-print" "\
|
|
7147 Generate and spool a PostScript image of the buffer.
|
|
7148 Like `ps-print-buffer' except that the PostScript image is saved in a
|
|
7149 local buffer to be sent to the printer later.
|
|
7150
|
|
7151 Use the command `ps-despool' to send the spooled images to the printer." t nil)
|
|
7152
|
|
7153 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
|
|
7154 Generate and spool a PostScript image of the buffer.
|
|
7155 Like `ps-spool-buffer', but includes font, color, and underline
|
|
7156 information in the generated image. This command works only if you
|
|
7157 are using a window system, so it has a way to determine color values.
|
|
7158
|
|
7159 Use the command `ps-despool' to send the spooled images to the printer." t nil)
|
|
7160
|
|
7161 (autoload 'ps-spool-region "ps-print" "\
|
|
7162 Generate a PostScript image of the region and spool locally.
|
|
7163 Like `ps-spool-buffer', but spools just the current region.
|
|
7164
|
|
7165 Use the command `ps-despool' to send the spooled images to the printer." t nil)
|
|
7166
|
|
7167 (autoload 'ps-spool-region-with-faces "ps-print" "\
|
|
7168 Generate a PostScript image of the region and spool locally.
|
|
7169 Like `ps-spool-region', but includes font, color, and underline
|
|
7170 information in the generated image. This command works only if you
|
|
7171 are using a window system, so it has a way to determine color values.
|
|
7172
|
|
7173 Use the command `ps-despool' to send the spooled images to the printer." t nil)
|
|
7174
|
|
7175 (autoload 'ps-despool "ps-print" "\
|
|
7176 Send the spooled PostScript to the printer.
|
|
7177
|
|
7178 When called with a numeric prefix argument (C-u), prompt the user for
|
|
7179 the name of a file to save the spooled PostScript in, instead of sending
|
|
7180 it to the printer.
|
|
7181
|
|
7182 More specifically, the FILENAME argument is treated as follows: if it
|
|
7183 is nil, send the image to the printer. If FILENAME is a string, save
|
|
7184 the PostScript image in a file with that name. If FILENAME is a
|
|
7185 number, prompt the user for the name of the file to save in." t nil)
|
|
7186
|
82
|
7187 (autoload 'ps-line-lengths "ps-print" "\
|
88
|
7188 *Display the correspondence between a line length and a font size,
|
82
|
7189 using the current ps-print setup.
|
|
7190 Try: pr -t file | awk '{printf \"%3d %s
|
|
7191 \", length($0), $0}' | sort -r | head" t nil)
|
|
7192
|
|
7193 (autoload 'ps-nb-pages-buffer "ps-print" "\
|
88
|
7194 *Display an approximate correspondence between a font size and the number
|
82
|
7195 of pages the current buffer would require to print
|
|
7196 using the current ps-print setup." t nil)
|
|
7197
|
|
7198 (autoload 'ps-nb-pages-region "ps-print" "\
|
88
|
7199 *Display an approximate correspondence between a font size and the number
|
82
|
7200 of pages the current region would require to print
|
|
7201 using the current ps-print setup." t nil)
|
|
7202
|
|
7203 (autoload 'ps-setup "ps-print" "\
|
|
7204 *Return the current setup" nil nil)
|
|
7205
|
78
|
7206 ;;;***
|
|
7207
|
|
7208 ;;;### (autoloads (remote-compile) "rcompile" "packages/rcompile.el")
|
|
7209
|
|
7210 (autoload 'remote-compile "rcompile" "\
|
|
7211 Compile the current buffer's directory on HOST. Log in as USER.
|
|
7212 See \\[compile]." t nil)
|
|
7213
|
|
7214 ;;;***
|
|
7215
|
|
7216 ;;;### (autoloads (resume-suspend-hook) "resume" "packages/resume.el")
|
|
7217
|
|
7218 (autoload 'resume-suspend-hook "resume" "\
|
|
7219 Clear out the file used for transmitting args when Emacs resumes." nil nil)
|
|
7220
|
|
7221 ;;;***
|
|
7222
|
|
7223 ;;;### (autoloads nil "server" "packages/server.el")
|
|
7224
|
|
7225 (make-obsolete 'server-start 'gnuserv-start)
|
|
7226
|
|
7227 ;;;***
|
|
7228
|
|
7229 ;;;### (autoloads (install-shell-fonts) "shell-font" "packages/shell-font.el")
|
|
7230
|
|
7231 (autoload 'install-shell-fonts "shell-font" "\
|
|
7232 Decorate the current interaction buffer with fonts.
|
|
7233 This uses the faces called `shell-prompt', `shell-input' and `shell-output';
|
|
7234 you can alter the graphical attributes of those with the normal
|
|
7235 face-manipulation functions." nil nil)
|
|
7236
|
|
7237 ;;;***
|
|
7238
|
|
7239 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer) "spell" "packages/spell.el")
|
|
7240
|
|
7241 (put 'spell-filter 'risky-local-variable t)
|
|
7242
|
|
7243 (autoload 'spell-buffer "spell" "\
|
|
7244 Check spelling of every word in the buffer.
|
|
7245 For each incorrect word, you are asked for the correct spelling
|
|
7246 and then put into a query-replace to fix some or all occurrences.
|
|
7247 If you do not want to change a word, just give the same word
|
|
7248 as its \"correct\" spelling; then the query replace is skipped." t nil)
|
|
7249
|
|
7250 (autoload 'spell-word "spell" "\
|
|
7251 Check spelling of word at or before point.
|
|
7252 If it is not correct, ask user for the correct spelling
|
|
7253 and `query-replace' the entire buffer to substitute it." t nil)
|
|
7254
|
|
7255 (autoload 'spell-region "spell" "\
|
|
7256 Like `spell-buffer' but applies only to region.
|
|
7257 Used in a program, applies from START to END.
|
|
7258 DESCRIPTION is an optional string naming the unit being checked:
|
|
7259 for example, \"word\"." t nil)
|
|
7260
|
|
7261 (autoload 'spell-string "spell" "\
|
|
7262 Check spelling of string supplied as argument." t nil)
|
|
7263
|
|
7264 ;;;***
|
|
7265
|
|
7266 ;;;### (autoloads (tar-mode) "tar-mode" "packages/tar-mode.el")
|
|
7267
|
|
7268 (autoload 'tar-mode "tar-mode" "\
|
|
7269 Major mode for viewing a tar file as a dired-like listing of its contents.
|
|
7270 You can move around using the usual cursor motion commands.
|
|
7271 Letters no longer insert themselves.
|
|
7272 Type 'e' to pull a file out of the tar file and into its own buffer.
|
|
7273 Type 'c' to copy an entry from the tar file into another file on disk.
|
|
7274
|
|
7275 If you edit a sub-file of this archive (as with the 'e' command) and
|
|
7276 save it with Control-X Control-S, the contents of that buffer will be
|
|
7277 saved back into the tar-file buffer; in this way you can edit a file
|
|
7278 inside of a tar archive without extracting it and re-archiving it.
|
|
7279
|
|
7280 See also: variables tar-update-datestamp and tar-anal-blocksize.
|
|
7281 \\{tar-mode-map}" nil nil)
|
|
7282
|
|
7283 ;;;***
|
|
7284
|
|
7285 ;;;### (autoloads (terminal-emulator) "terminal" "packages/terminal.el")
|
|
7286
|
|
7287 (autoload 'terminal-emulator "terminal" "\
|
|
7288 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
|
|
7289 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
|
|
7290 BUFFER's contents are made an image of the display generated by that program,
|
|
7291 and any input typed when BUFFER is the current Emacs buffer is sent to that
|
|
7292 program an keyboard input.
|
|
7293
|
|
7294 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
|
|
7295 are parsed from an input-string using your usual shell.
|
|
7296 WIDTH and HEIGHT are determined from the size of the current window
|
|
7297 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
|
|
7298
|
|
7299 To switch buffers and leave the emulator, or to give commands
|
|
7300 to the emulator itself (as opposed to the program running under it),
|
|
7301 type Control-^. The following character is an emulator command.
|
|
7302 Type Control-^ twice to send it to the subprogram.
|
|
7303 This escape character may be changed using the variable `terminal-escape-char'.
|
|
7304
|
|
7305 `Meta' characters may not currently be sent through the terminal emulator.
|
|
7306
|
|
7307 Here is a list of some of the variables which control the behaviour
|
|
7308 of the emulator -- see their documentation for more information:
|
|
7309 terminal-escape-char, terminal-scrolling, terminal-more-processing,
|
|
7310 terminal-redisplay-interval.
|
|
7311
|
|
7312 This function calls the value of terminal-mode-hook if that exists
|
|
7313 and is non-nil after the terminal buffer has been set up and the
|
|
7314 subprocess started.
|
|
7315
|
|
7316 Presently with `termcap' only; if somebody sends us code to make this
|
|
7317 work with `terminfo' we will try to use it." t nil)
|
|
7318
|
|
7319 ;;;***
|
|
7320
|
|
7321 ;;;### (autoloads (batch-texinfo-format texinfo-format-region texinfo-format-buffer) "texinfmt" "packages/texinfmt.el")
|
|
7322
|
|
7323 (autoload 'texinfo-format-buffer "texinfmt" "\
|
|
7324 Process the current buffer as texinfo code, into an Info file.
|
|
7325 The Info file output is generated in a buffer visiting the Info file
|
|
7326 names specified in the @setfilename command.
|
|
7327
|
|
7328 Non-nil argument (prefix, if interactive) means don't make tag table
|
|
7329 and don't split the file if large. You can use Info-tagify and
|
|
7330 Info-split to do these manually." t nil)
|
|
7331
|
|
7332 (autoload 'texinfo-format-region "texinfmt" "\
|
|
7333 Convert the current region of the Texinfo file to Info format.
|
|
7334 This lets you see what that part of the file will look like in Info.
|
|
7335 The command is bound to \\[texinfo-format-region]. The text that is
|
|
7336 converted to Info is stored in a temporary buffer." t nil)
|
|
7337
|
|
7338 (autoload 'batch-texinfo-format "texinfmt" "\
|
|
7339 Runs texinfo-format-buffer on the files remaining on the command line.
|
|
7340 Must be used only with -batch, and kills emacs on completion.
|
|
7341 Each file will be processed even if an error occurred previously.
|
|
7342 For example, invoke
|
|
7343 \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." nil nil)
|
|
7344
|
|
7345 ;;;***
|
|
7346
|
|
7347 ;;;### (autoloads (texinfo-sequential-node-update texinfo-every-node-update texinfo-update-node) "texnfo-upd" "packages/texnfo-upd.el")
|
|
7348
|
|
7349 (autoload 'texinfo-update-node "texnfo-upd" "\
|
|
7350 Without any prefix argument, update the node in which point is located.
|
|
7351 Non-nil argument (prefix, if interactive) means update the nodes in the
|
|
7352 marked region.
|
|
7353
|
|
7354 The functions for creating or updating nodes and menus, and their
|
|
7355 keybindings, are:
|
|
7356
|
|
7357 texinfo-update-node (&optional region-p) \\[texinfo-update-node]
|
|
7358 texinfo-every-node-update () \\[texinfo-every-node-update]
|
|
7359 texinfo-sequential-node-update (&optional region-p)
|
|
7360
|
|
7361 texinfo-make-menu (&optional region-p) \\[texinfo-make-menu]
|
|
7362 texinfo-all-menus-update () \\[texinfo-all-menus-update]
|
|
7363 texinfo-master-menu ()
|
|
7364
|
|
7365 texinfo-indent-menu-description (column &optional region-p)
|
|
7366
|
|
7367 The `texinfo-column-for-description' variable specifies the column to
|
|
7368 which menu descriptions are indented. Its default value is 32." t nil)
|
|
7369
|
|
7370 (autoload 'texinfo-every-node-update "texnfo-upd" "\
|
|
7371 Update every node in a Texinfo file." t nil)
|
|
7372
|
|
7373 (autoload 'texinfo-sequential-node-update "texnfo-upd" "\
|
|
7374 Update one node (or many) in a Texinfo file with sequential pointers.
|
|
7375
|
|
7376 This function causes the `Next' or `Previous' pointer to point to the
|
|
7377 immediately preceding or following node, even if it is at a higher or
|
|
7378 lower hierarchical level in the document. Continually pressing `n' or
|
|
7379 `p' takes you straight through the file.
|
|
7380
|
|
7381 Without any prefix argument, update the node in which point is located.
|
|
7382 Non-nil argument (prefix, if interactive) means update the nodes in the
|
|
7383 marked region.
|
|
7384
|
|
7385 This command makes it awkward to navigate among sections and
|
|
7386 subsections; it should be used only for those documents that are meant
|
|
7387 to be read like a novel rather than a reference, and for which the
|
|
7388 Info `g*' command is inadequate." t nil)
|
|
7389
|
|
7390 ;;;***
|
|
7391
|
|
7392 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp" "packages/time-stamp.el")
|
|
7393
|
|
7394 (autoload 'time-stamp "time-stamp" "\
|
|
7395 Update the time stamp string in the buffer.
|
|
7396 If you put a time stamp template anywhere in the first 8 lines of a file,
|
|
7397 it can be updated every time you save the file. See the top of
|
|
7398 `time-stamp.el' for a sample. The template looks like one of the following:
|
|
7399 Time-stamp: <>
|
|
7400 Time-stamp: \" \"
|
|
7401 The time stamp is written between the brackets or quotes, resulting in
|
|
7402 Time-stamp: <95/01/18 10:20:51 gildea>
|
|
7403 Only does its thing if the variable time-stamp-active is non-nil.
|
|
7404 Typically used on write-file-hooks for automatic time-stamping.
|
|
7405 The format of the time stamp is determined by the variable time-stamp-format.
|
|
7406 The variables time-stamp-line-limit, time-stamp-start, and time-stamp-end
|
|
7407 control finding the template." t nil)
|
|
7408
|
|
7409 (autoload 'time-stamp-toggle-active "time-stamp" "\
|
|
7410 Toggle time-stamp-active, setting whether \\[time-stamp] updates a buffer.
|
|
7411 With arg, turn time stamping on if and only if arg is positive." t nil)
|
|
7412
|
|
7413 ;;;***
|
|
7414
|
|
7415 ;;;### (autoloads (display-time) "time" "packages/time.el")
|
|
7416
|
|
7417 (defvar display-time-day-and-date nil "\
|
|
7418 *Non-nil means \\[display-time] should display day and date as well as time.")
|
|
7419
|
|
7420 (autoload 'display-time "time" "\
|
|
7421 Display current time, load level, and mail flag in mode line of each buffer.
|
|
7422 Updates automatically every minute.
|
|
7423 If `display-time-day-and-date' is non-nil, the current day and date
|
|
7424 are displayed as well.
|
|
7425 After each update, `display-time-hook' is run with `run-hooks'.
|
|
7426 If `display-time-echo-area' is non-nil, the time is displayed in the
|
|
7427 echo area instead of in the mode-line." t nil)
|
|
7428
|
|
7429 ;;;***
|
|
7430
|
|
7431 ;;;### (autoloads (ununderline-and-unoverstrike-region overstrike-region unoverstrike-region ununderline-region underline-region) "underline" "packages/underline.el")
|
|
7432
|
|
7433 (autoload 'underline-region "underline" "\
|
|
7434 Underline all nonblank characters in the region.
|
|
7435 Works by overstriking underscores.
|
|
7436 Called from program, takes two arguments START and END
|
|
7437 which specify the range to operate on." t nil)
|
|
7438
|
|
7439 (autoload 'ununderline-region "underline" "\
|
|
7440 Remove all underlining (overstruck underscores) in the region.
|
|
7441 Called from program, takes two arguments START and END
|
|
7442 which specify the range to operate on." t nil)
|
|
7443
|
|
7444 (autoload 'unoverstrike-region "underline" "\
|
|
7445 Remove all overstriking (character-backspace-character) in the region.
|
|
7446 Called from program, takes two arguments START and END which specify the
|
|
7447 range to operate on." t nil)
|
|
7448
|
|
7449 (autoload 'overstrike-region "underline" "\
|
|
7450 Overstrike (character-backspace-character) all nonblank characters in
|
|
7451 the region. Called from program, takes two arguments START and END which
|
|
7452 specify the range to operate on." t nil)
|
|
7453
|
|
7454 (autoload 'ununderline-and-unoverstrike-region "underline" "\
|
|
7455 Remove underlining and overstriking in the region. Called from a program,
|
|
7456 takes two arguments START and END which specify the range to operate on." t nil)
|
|
7457
|
|
7458 ;;;***
|
|
7459
|
|
7460 ;;;### (autoloads (ask-to-update-copyright update-copyright) "upd-copyr" "packages/upd-copyr.el")
|
|
7461
|
|
7462 (defvar copyright-do-not-disturb "Free Software Foundation, Inc." "\
|
|
7463 *If non-nil, the existing copyright holder is checked against this regexp.
|
|
7464 If it does not match, then a new copyright line is added with the copyright
|
|
7465 holder set to the value of `copyright-whoami'.")
|
|
7466
|
|
7467 (defvar copyright-whoami nil "\
|
|
7468 *A string containing the name of the owner of new copyright notices.")
|
|
7469
|
|
7470 (defvar copyright-notice-file nil "\
|
|
7471 *If non-nil, replace copying notices with this file.")
|
|
7472
|
|
7473 (autoload 'update-copyright "upd-copyr" "\
|
|
7474 Update the copyright notice at the beginning of the buffer
|
|
7475 to indicate the current year. If optional arg REPLACE is given
|
|
7476 \(interactively, with prefix arg) replace the years in the notice
|
|
7477 rather than adding the current year after them.
|
|
7478 If `copyright-notice-file' is set, the copying permissions following the
|
|
7479 copyright are replaced as well.
|
|
7480
|
|
7481 If optional third argument ASK is non-nil, the user is prompted for whether
|
|
7482 or not to update the copyright. If optional fourth argument ASK-YEAR is
|
|
7483 non-nil, the user is prompted for whether or not to replace the year rather
|
|
7484 than adding to it." t nil)
|
|
7485
|
|
7486 (autoload 'ask-to-update-copyright "upd-copyr" "\
|
|
7487 If the current buffer contains a copyright notice that is out of date,
|
|
7488 ask the user if it should be updated with `update-copyright' (which see).
|
|
7489 Put this on write-file-hooks." nil nil)
|
|
7490
|
|
7491 ;;;***
|
|
7492
|
|
7493 ;;;### (autoloads (vc-update-change-log vc-rename-this-file vc-rename-file vc-cancel-version vc-revert-buffer vc-print-log vc-retrieve-snapshot vc-create-snapshot vc-directory vc-insert-headers vc-version-other-window vc-version-diff vc-diff vc-register vc-next-action vc-file-status) "vc" "packages/vc.el")
|
|
7494
|
|
7495 (defvar vc-checkin-hook nil "\
|
|
7496 *List of functions called after a checkin is done. See `run-hooks'.")
|
|
7497
|
|
7498 (autoload 'vc-file-status "vc" "\
|
|
7499 Display the current status of the file being visited.
|
|
7500 Currently, this is only defined for CVS. The information provided in the
|
|
7501 modeline is generally sufficient for RCS and SCCS." t nil)
|
|
7502
|
|
7503 (autoload 'vc-next-action "vc" "\
|
|
7504 Do the next logical checkin or checkout operation on the current file.
|
|
7505
|
|
7506 For RCS and SCCS files:
|
|
7507 If the file is not already registered, this registers it for version
|
|
7508 control and then retrieves a writable, locked copy for editing.
|
|
7509 If the file is registered and not locked by anyone, this checks out
|
|
7510 a writable and locked file ready for editing.
|
|
7511 If the file is checked out and locked by the calling user, this
|
|
7512 first checks to see if the file has changed since checkout. If not,
|
|
7513 it performs a revert.
|
|
7514 If the file has been changed, this pops up a buffer for entry
|
|
7515 of a log message; when the message has been entered, it checks in the
|
|
7516 resulting changes along with the log message as change commentary. If
|
|
7517 the variable `vc-keep-workfiles' is non-nil (which is its default), a
|
|
7518 read-only copy of the changed file is left in place afterwards.
|
|
7519 If the file is registered and locked by someone else, you are given
|
|
7520 the option to steal the lock.
|
|
7521
|
|
7522 For CVS files:
|
|
7523 If the file is not already registered, this registers it for version
|
|
7524 control. This does a \"cvs add\", but no \"cvs commit\".
|
|
7525 If the file is added but not committed, it is committed.
|
|
7526 If the file has not been changed, neither in your working area or
|
|
7527 in the repository, a message is printed and nothing is done.
|
|
7528 If your working file is changed, but the repository file is
|
|
7529 unchanged, this pops up a buffer for entry of a log message; when the
|
|
7530 message has been entered, it checks in the resulting changes along
|
|
7531 with the logmessage as change commentary. A writable file is retained.
|
|
7532 If the repository file is changed, you are asked if you want to
|
|
7533 merge in the changes into your working copy.
|
|
7534
|
|
7535 The following is true regardless of which version control system you
|
|
7536 are using:
|
|
7537
|
|
7538 If you call this from within a VC dired buffer with no files marked,
|
|
7539 it will operate on the file in the current line.
|
|
7540 If you call this from within a VC dired buffer, and one or more
|
|
7541 files are marked, it will accept a log message and then operate on
|
|
7542 each one. The log message will be used as a comment for any register
|
|
7543 or checkin operations, but ignored when doing checkouts. Attempted
|
|
7544 lock steals will raise an error.
|
|
7545
|
|
7546 For checkin, a prefix argument lets you specify the version number to use." t nil)
|
|
7547
|
|
7548 (autoload 'vc-register "vc" "\
|
|
7549 Register the current file into your version-control system." t nil)
|
|
7550
|
|
7551 (autoload 'vc-diff "vc" "\
|
|
7552 Display diffs between file versions.
|
|
7553 Normally this compares the current file and buffer with the most recent
|
|
7554 checked in version of that file. This uses no arguments.
|
|
7555 With a prefix argument, it reads the file name to use
|
|
7556 and two version designators specifying which versions to compare." t nil)
|
|
7557
|
|
7558 (autoload 'vc-version-diff "vc" "\
|
|
7559 For FILE, report diffs between two stored versions REL1 and REL2 of it.
|
|
7560 If FILE is a directory, generate diffs between versions for all registered
|
|
7561 files in or below it." t nil)
|
|
7562
|
|
7563 (autoload 'vc-version-other-window "vc" "\
|
|
7564 Visit version REV of the current buffer in another window.
|
|
7565 If the current buffer is named `F', the version is named `F.~REV~'.
|
|
7566 If `F.~REV~' already exists, it is used instead of being re-created." t nil)
|
|
7567
|
|
7568 (autoload 'vc-insert-headers "vc" "\
|
|
7569 Insert headers in a file for use with your version-control system.
|
|
7570 Headers desired are inserted at the start of the buffer, and are pulled from
|
|
7571 the variable `vc-header-alist'." t nil)
|
|
7572
|
|
7573 (autoload 'vc-directory "vc" "\
|
|
7574 Show version-control status of all files in the directory DIR.
|
|
7575 If the second argument VERBOSE is non-nil, show all files;
|
|
7576 otherwise show only files that current locked in the version control system.
|
|
7577 Interactively, supply a prefix arg to make VERBOSE non-nil.
|
|
7578
|
|
7579 If the optional third argument NESTED is non-nil,
|
|
7580 scan the entire tree of subdirectories of the current directory." t nil)
|
|
7581
|
|
7582 (autoload 'vc-create-snapshot "vc" "\
|
|
7583 Make a snapshot called NAME.
|
|
7584 The snapshot is made from all registered files at or below the current
|
|
7585 directory. For each file, the version level of its latest
|
|
7586 version becomes part of the named configuration." t nil)
|
|
7587
|
|
7588 (autoload 'vc-retrieve-snapshot "vc" "\
|
|
7589 Retrieve the snapshot called NAME.
|
|
7590 This function fails if any files are locked at or below the current directory
|
|
7591 Otherwise, all registered files are checked out (unlocked) at their version
|
|
7592 levels in the snapshot." t nil)
|
|
7593
|
|
7594 (autoload 'vc-print-log "vc" "\
|
|
7595 List the change log of the current buffer in a window." t nil)
|
|
7596
|
|
7597 (autoload 'vc-revert-buffer "vc" "\
|
|
7598 Revert the current buffer's file back to the latest checked-in version.
|
|
7599 This asks for confirmation if the buffer contents are not identical
|
|
7600 to that version.
|
|
7601 If the back-end is CVS, this will give you the most recent revision of
|
|
7602 the file on the branch you are editing." t nil)
|
|
7603
|
|
7604 (autoload 'vc-cancel-version "vc" "\
|
|
7605 Get rid of most recently checked in version of this file.
|
|
7606 A prefix argument means do not revert the buffer afterwards." t nil)
|
|
7607
|
|
7608 (autoload 'vc-rename-file "vc" "\
|
|
7609 Rename file OLD to NEW, and rename its master file likewise." t nil)
|
|
7610
|
|
7611 (autoload 'vc-rename-this-file "vc" nil t nil)
|
|
7612
|
|
7613 (autoload 'vc-update-change-log "vc" "\
|
|
7614 Find change log file and add entries from recent RCS logs.
|
|
7615 The mark is left at the end of the text prepended to the change log.
|
|
7616 With prefix arg of C-u, only find log entries for the current buffer's file.
|
|
7617 With any numeric prefix arg, find log entries for all files currently visited.
|
|
7618 Otherwise, find log entries for all registered files in the default directory.
|
|
7619 From a program, any arguments are passed to the `rcs2log' script." t nil)
|
|
7620
|
|
7621 ;;;***
|
|
7622
|
98
|
7623 ;;;### (autoloads (webjump) "webjump" "packages/webjump.el")
|
|
7624
|
|
7625 (autoload 'webjump "webjump" "\
|
|
7626 Jumps to a Web site from a programmable hotlist.
|
|
7627
|
|
7628 See the documentation for the `webjump-sites' variable for how to customize the
|
|
7629 hotlist.
|
|
7630
|
|
7631 Feedback on WebJump can be sent to the author, Neil W. Van Dyke <nwv@acm.org>,
|
|
7632 or submitted via `\\[webjump-submit-bug-report]'. The latest version can be
|
|
7633 gotten from `http://www.cs.brown.edu/people/nwv/'." t nil)
|
|
7634
|
|
7635 ;;;***
|
|
7636
|
78
|
7637 ;;;### (autoloads (webster-spell webster-endings webster) "webster" "packages/webster.el")
|
|
7638
|
|
7639 (autoload 'webster "webster" "\
|
|
7640 Look up a word in the Webster's dictionary.
|
|
7641 Open a network login connection to a webster host if necessary.
|
|
7642 Communication with host is recorded in a buffer *webster*." t nil)
|
|
7643
|
|
7644 (autoload 'webster-endings "webster" "\
|
|
7645 Look up endings for a word in the Webster's dictionary.
|
|
7646 Open a network login connection to a webster host if necessary.
|
|
7647 Communication with host is recorded in a buffer *webster*." t nil)
|
|
7648
|
|
7649 (autoload 'webster-spell "webster" "\
|
|
7650 Look spelling for a word in the Webster's dictionary.
|
|
7651 Open a network login connection to a webster host if necessary.
|
|
7652 Communication with host is recorded in a buffer *webster*." t nil)
|
|
7653
|
|
7654 ;;;***
|
|
7655
|
|
7656 ;;;### (autoloads (run-scheme) "xscheme" "packages/xscheme.el")
|
|
7657
|
|
7658 (defvar scheme-program-name "scheme" "\
|
|
7659 *Program invoked by the `run-scheme' command.")
|
|
7660
|
|
7661 (defvar scheme-band-name nil "\
|
|
7662 *Band loaded by the `run-scheme' command.")
|
|
7663
|
|
7664 (defvar scheme-program-arguments nil "\
|
|
7665 *Arguments passed to the Scheme program by the `run-scheme' command.")
|
|
7666
|
|
7667 (autoload 'run-scheme "xscheme" "\
|
|
7668 Run an inferior Scheme process.
|
|
7669 Output goes to the buffer `*scheme*'.
|
|
7670 With argument, asks for a command line." t nil)
|
|
7671
|
|
7672 ;;;***
|
|
7673
|
|
7674 ;;;### (autoloads (pcl-cvs-fontify) "pcl-cvs-xemacs" "pcl-cvs/pcl-cvs-xemacs.el")
|
|
7675
|
|
7676 (autoload 'pcl-cvs-fontify "pcl-cvs-xemacs" nil nil nil)
|
|
7677
|
|
7678 ;;;***
|
|
7679
|
|
7680 ;;;### (autoloads (cvs-update-other-window cvs-update) "pcl-cvs" "pcl-cvs/pcl-cvs.el")
|
|
7681
|
|
7682 (autoload 'cvs-update "pcl-cvs" "\
|
|
7683 Run a 'cvs update' in the current working directory. Feed the
|
|
7684 output to a *cvs* buffer and run cvs-mode on it.
|
|
7685 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
|
|
7686
|
|
7687 (autoload 'cvs-update-other-window "pcl-cvs" "\
|
|
7688 Run a 'cvs update' in the current working directory. Feed the
|
|
7689 output to a *cvs* buffer, display it in the other window, and run
|
|
7690 cvs-mode on it.
|
|
7691
|
|
7692 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
|
|
7693
|
|
7694 ;;;***
|
|
7695
|
|
7696 ;;;### (autoloads (about-xemacs) "about" "prim/about.el")
|
|
7697
|
|
7698 (autoload 'about-xemacs "about" nil t nil)
|
|
7699
|
|
7700 ;;;***
|
|
7701
|
|
7702 ;;;### (autoloads (all-hail-emacs all-hail-xemacs praise-be-unto-emacs praise-be-unto-xemacs) "advocacy" "prim/advocacy.el")
|
|
7703
|
|
7704 (defvar xemacs-praise-sound-file "sounds/im_so_happy.au" "\
|
|
7705 The name of an audio file containing something to play
|
|
7706 when praising XEmacs")
|
|
7707
|
|
7708 (defvar xemacs-praise-message "All Hail XEmacs!\n" "\
|
|
7709 What to praise XEmacs with")
|
|
7710
|
|
7711 (autoload 'praise-be-unto-xemacs "advocacy" "\
|
|
7712 All Hail XEmacs!" t nil)
|
|
7713
|
|
7714 (autoload 'praise-be-unto-emacs "advocacy" nil t nil)
|
|
7715
|
|
7716 (autoload 'all-hail-xemacs "advocacy" "\
|
|
7717 All Hail XEmacs!" t nil)
|
|
7718
|
|
7719 (autoload 'all-hail-emacs "advocacy" nil t nil)
|
|
7720
|
|
7721 ;;;***
|
|
7722
|
|
7723 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el")
|
|
7724
|
|
7725 (autoload 'describe-buffer-case-table "case-table" "\
|
|
7726 Describe the case table of the current buffer." t nil)
|
|
7727
|
|
7728 ;;;***
|
|
7729
|
|
7730 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el")
|
|
7731
|
|
7732 (autoload 'debug "debug" "\
|
|
7733 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
|
|
7734 Arguments are mainly for use when this is called from the internals
|
|
7735 of the evaluator.
|
|
7736
|
|
7737 You may call with no args, or you may pass nil as the first arg and
|
|
7738 any other args you like. In that case, the list of args after the
|
|
7739 first will be printed into the backtrace buffer." t nil)
|
|
7740
|
|
7741 (autoload 'debug-on-entry "debug" "\
|
|
7742 Request FUNCTION to invoke debugger each time it is called.
|
|
7743 If you tell the debugger to continue, FUNCTION's execution proceeds.
|
|
7744 This works by modifying the definition of FUNCTION,
|
|
7745 which must be written in Lisp, not predefined.
|
|
7746 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
|
|
7747 Redefining FUNCTION also cancels it." t nil)
|
|
7748
|
|
7749 (autoload 'cancel-debug-on-entry "debug" "\
|
|
7750 Undo effect of \\[debug-on-entry] on FUNCTION.
|
|
7751 If argument is nil or an empty string, cancel for all functions." t nil)
|
|
7752
|
|
7753 ;;;***
|
|
7754
|
|
7755 ;;;### (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")
|
|
7756
|
|
7757 (autoload 'describe-current-display-table "disp-table" "\
|
|
7758 Describe the display table in use in the selected window and buffer." t nil)
|
|
7759
|
|
7760 (autoload 'make-display-table "disp-table" "\
|
|
7761 Return a new, empty display table." nil nil)
|
|
7762
|
|
7763 (autoload 'standard-display-8bit "disp-table" "\
|
|
7764 Display characters in the range L to H literally." nil nil)
|
|
7765
|
|
7766 (autoload 'standard-display-default "disp-table" "\
|
|
7767 Display characters in the range L to H using the default notation." nil nil)
|
|
7768
|
|
7769 (autoload 'standard-display-ascii "disp-table" "\
|
|
7770 Display character C using printable string S." nil nil)
|
|
7771
|
|
7772 (autoload 'standard-display-g1 "disp-table" "\
|
|
7773 Display character C as character SC in the g1 character set.
|
|
7774 This function assumes that your terminal uses the SO/SI characters;
|
|
7775 it is meaningless for an X frame." nil nil)
|
|
7776
|
|
7777 (autoload 'standard-display-graphic "disp-table" "\
|
|
7778 Display character C as character GC in graphics character set.
|
|
7779 This function assumes VT100-compatible escapes; it is meaningless for an
|
|
7780 X frame." nil nil)
|
|
7781
|
|
7782 (autoload 'standard-display-underline "disp-table" "\
|
|
7783 Display character C as character UC plus underlining." nil nil)
|
|
7784
|
|
7785 (autoload 'standard-display-european "disp-table" "\
|
|
7786 Toggle display of European characters encoded with ISO 8859.
|
|
7787 When enabled, characters in the range of 160 to 255 display not
|
|
7788 as octal escapes, but as accented characters.
|
|
7789 With prefix argument, enable European character display iff arg is positive." t nil)
|
|
7790
|
|
7791 ;;;***
|
|
7792
|
|
7793 ;;;### (autoloads (setenv) "env" "prim/env.el")
|
|
7794
|
|
7795 (autoload 'setenv "env" "\
|
|
7796 Set the value of the environment variable named VARIABLE to VALUE.
|
|
7797 VARIABLE should be a string. VALUE is optional; if not provided or is
|
|
7798 `nil', the environment variable VARIABLE will be removed.
|
|
7799
|
|
7800 Interactively, a prefix argument means to unset the variable.
|
|
7801 Interactively, the current value (if any) of the variable
|
|
7802 appears at the front of the history list when you type in the new value.
|
|
7803
|
|
7804 This function works by modifying `process-environment'." t nil)
|
|
7805
|
|
7806 ;;;***
|
|
7807
|
|
7808 ;;;### (autoloads nil "itimer" "prim/itimer.el")
|
|
7809
|
|
7810 ;;;***
|
|
7811
|
|
7812 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el")
|
|
7813
|
|
7814 ;;;***
|
|
7815
|
98
|
7816 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query name-last-kbd-macro) "macros" "prim/macros.el")
|
78
|
7817
|
|
7818 (autoload 'name-last-kbd-macro "macros" "\
|
|
7819 Assign a name to the last keyboard macro defined.
|
|
7820 Argument SYMBOL is the name to define.
|
|
7821 The symbol's function definition becomes the keyboard macro string.
|
|
7822 Such a \"function\" cannot be called from Lisp, but it is a valid
|
|
7823 editor command." t nil)
|
|
7824
|
|
7825 (autoload 'kbd-macro-query "macros" "\
|
|
7826 Query user during kbd macro execution.
|
|
7827 With prefix argument, enters recursive edit,
|
|
7828 reading keyboard commands even within a kbd macro.
|
|
7829 You can give different commands each time the macro executes.
|
|
7830 Without prefix argument, asks whether to continue running the macro.
|
|
7831 Your options are: \\<query-replace-map>
|
|
7832 \\[act] Finish this iteration normally and continue with the next.
|
|
7833 \\[skip] Skip the rest of this iteration, and start the next.
|
|
7834 \\[exit] Stop the macro entirely right now.
|
|
7835 \\[recenter] Redisplay the frame, then ask again.
|
|
7836 \\[edit] Enter recursive edit; ask again when you exit from that." t nil)
|
|
7837
|
|
7838 (autoload 'apply-macro-to-region-lines "macros" "\
|
|
7839 For each complete line between point and mark, move to the beginning
|
|
7840 of the line, and run the last keyboard macro.
|
|
7841
|
|
7842 When called from lisp, this function takes two arguments TOP and
|
|
7843 BOTTOM, describing the current region. TOP must be before BOTTOM.
|
|
7844 The optional third argument MACRO specifies a keyboard macro to
|
|
7845 execute.
|
|
7846
|
|
7847 This is useful for quoting or unquoting included text, adding and
|
|
7848 removing comments, or producing tables where the entries are regular.
|
|
7849
|
|
7850 For example, in Usenet articles, sections of text quoted from another
|
|
7851 author are indented, or have each line start with `>'. To quote a
|
|
7852 section of text, define a keyboard macro which inserts `>', put point
|
|
7853 and mark at opposite ends of the quoted section, and use
|
|
7854 `\\[apply-macro-to-region-lines]' to mark the entire section.
|
|
7855
|
|
7856 Suppose you wanted to build a keyword table in C where each entry
|
|
7857 looked like this:
|
|
7858
|
|
7859 { \"foo\", foo_data, foo_function },
|
|
7860 { \"bar\", bar_data, bar_function },
|
|
7861 { \"baz\", baz_data, baz_function },
|
|
7862
|
|
7863 You could enter the names in this format:
|
|
7864
|
|
7865 foo
|
|
7866 bar
|
|
7867 baz
|
|
7868
|
|
7869 and write a macro to massage a word into a table entry:
|
|
7870
|
|
7871 \\C-x (
|
|
7872 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
|
|
7873 \\C-x )
|
|
7874
|
|
7875 and then select the region of un-tablified names and use
|
|
7876 `\\[apply-macro-to-region-lines]' to build the table from the names.
|
|
7877 " t nil)
|
|
7878
|
|
7879 ;;;***
|
|
7880
|
|
7881 ;;;### (autoloads (disable-command enable-command disabled-command-hook) "novice" "prim/novice.el")
|
|
7882
|
|
7883 (autoload 'disabled-command-hook "novice" nil nil nil)
|
|
7884
|
|
7885 (autoload 'enable-command "novice" "\
|
|
7886 Allow COMMAND to be executed without special confirmation from now on.
|
|
7887 The user's .emacs file is altered so that this will apply
|
|
7888 to future sessions." t nil)
|
|
7889
|
|
7890 (autoload 'disable-command "novice" "\
|
|
7891 Require special confirmation to execute COMMAND from now on.
|
|
7892 The user's .emacs file is altered so that this will apply
|
|
7893 to future sessions." t nil)
|
|
7894
|
|
7895 ;;;***
|
|
7896
|
|
7897 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el")
|
|
7898
|
|
7899 (autoload 'list-options "options" "\
|
|
7900 Display a list of XEmacs user options, with values and documentation." t nil)
|
|
7901
|
|
7902 (autoload 'edit-options "options" "\
|
|
7903 Edit a list of XEmacs user option values.
|
|
7904 Selects a buffer containing such a list,
|
|
7905 in which there are commands to set the option values.
|
|
7906 Type \\[describe-mode] in that buffer for a list of commands." t nil)
|
|
7907
|
|
7908 ;;;***
|
|
7909
|
|
7910 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el")
|
|
7911
|
|
7912 (autoload 'delete-rectangle "rect" "\
|
|
7913 Delete (don't save) text in rectangle with point and mark as corners.
|
|
7914 The same range of columns is deleted in each line starting with the line
|
|
7915 where the region begins and ending with the line where the region ends." t nil)
|
|
7916
|
|
7917 (autoload 'delete-extract-rectangle "rect" "\
|
|
7918 Delete contents of rectangle and return it as a list of strings.
|
|
7919 Arguments START and END are the corners of the rectangle.
|
|
7920 The value is list of strings, one for each line of the rectangle." nil nil)
|
|
7921
|
|
7922 (autoload 'extract-rectangle "rect" "\
|
|
7923 Return contents of rectangle with corners at START and END.
|
|
7924 Value is list of strings, one for each line of the rectangle." nil nil)
|
|
7925
|
|
7926 (defvar killed-rectangle nil "\
|
|
7927 Rectangle for yank-rectangle to insert.")
|
|
7928
|
|
7929 (autoload 'kill-rectangle "rect" "\
|
|
7930 Delete rectangle with corners at point and mark; save as last killed one.
|
|
7931 Calling from program, supply two args START and END, buffer positions.
|
|
7932 But in programs you might prefer to use `delete-extract-rectangle'." t nil)
|
|
7933
|
|
7934 (autoload 'yank-rectangle "rect" "\
|
|
7935 Yank the last killed rectangle with upper left corner at point." t nil)
|
|
7936
|
|
7937 (autoload 'insert-rectangle "rect" "\
|
|
7938 Insert text of RECTANGLE with upper left corner at point.
|
|
7939 RECTANGLE's first line is inserted at point, its second
|
|
7940 line is inserted at a point vertically under point, etc.
|
|
7941 RECTANGLE should be a list of strings.
|
|
7942 After this command, the mark is at the upper left corner
|
|
7943 and point is at the lower right corner." nil nil)
|
|
7944
|
|
7945 (autoload 'open-rectangle "rect" "\
|
|
7946 Blank out rectangle with corners at point and mark, shifting text right.
|
|
7947 The text previously in the region is not overwritten by the blanks,
|
|
7948 but instead winds up to the right of the rectangle." t nil)
|
|
7949
|
|
7950 (autoload 'string-rectangle "rect" "\
|
|
7951 Insert STRING on each line of the region-rectangle, shifting text right.
|
|
7952 The left edge of the rectangle specifies the column for insertion.
|
|
7953 This command does not delete or overwrite any existing text.
|
|
7954
|
|
7955 Called from a program, takes three args; START, END and STRING." t nil)
|
|
7956
|
|
7957 (autoload 'clear-rectangle "rect" "\
|
|
7958 Blank out rectangle with corners at point and mark.
|
|
7959 The text previously in the region is overwritten by the blanks.
|
|
7960 When called from a program, requires two args which specify the corners." t nil)
|
|
7961
|
|
7962 ;;;***
|
|
7963
|
|
7964 ;;;### (autoloads (reposition-window) "reposition" "prim/reposition.el")
|
|
7965
|
|
7966 (autoload 'reposition-window "reposition" "\
|
|
7967 Make the current definition and/or comment visible.
|
|
7968 Further invocations move it to the top of the window or toggle the
|
|
7969 visibility of comments that precede it.
|
|
7970 Point is left unchanged unless prefix ARG is supplied.
|
|
7971 If the definition is fully onscreen, it is moved to the top of the
|
|
7972 window. If it is partly offscreen, the window is scrolled to get the
|
|
7973 definition (or as much as will fit) onscreen, unless point is in a comment
|
|
7974 which is also partly offscreen, in which case the scrolling attempts to get
|
|
7975 as much of the comment onscreen as possible.
|
|
7976 Initially `reposition-window' attempts to make both the definition and
|
|
7977 preceding comments visible. Further invocations toggle the visibility of
|
|
7978 the comment lines.
|
|
7979 If ARG is non-nil, point may move in order to make the whole defun
|
|
7980 visible (if only part could otherwise be made so), to make the defun line
|
|
7981 visible (if point is in code and it could not be made so, or if only
|
|
7982 comments, including the first comment line, are visible), or to make the
|
|
7983 first comment line visible (if point is in a comment)." t nil)
|
|
7984
|
|
7985 ;;;***
|
|
7986
|
|
7987 ;;;### (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")
|
|
7988
|
|
7989 (autoload 'sort-subr "sort" "\
|
|
7990 General text sorting routine to divide buffer into records and sort them.
|
|
7991 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
|
|
7992
|
|
7993 We divide the accessible portion of the buffer into disjoint pieces
|
|
7994 called sort records. A portion of each sort record (perhaps all of
|
|
7995 it) is designated as the sort key. The records are rearranged in the
|
|
7996 buffer in order by their sort keys. The records may or may not be
|
|
7997 contiguous.
|
|
7998
|
|
7999 Usually the records are rearranged in order of ascending sort key.
|
|
8000 If REVERSE is non-nil, they are rearranged in order of descending sort key.
|
|
8001 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8002 the sort order.
|
|
8003
|
|
8004 The next four arguments are functions to be called to move point
|
|
8005 across a sort record. They will be called many times from within sort-subr.
|
|
8006
|
|
8007 NEXTRECFUN is called with point at the end of the previous record.
|
|
8008 It moves point to the start of the next record.
|
|
8009 It should move point to the end of the buffer if there are no more records.
|
|
8010 The first record is assumed to start at the position of point when sort-subr
|
|
8011 is called.
|
|
8012
|
|
8013 ENDRECFUN is called with point within the record.
|
|
8014 It should move point to the end of the record.
|
|
8015
|
|
8016 STARTKEYFUN moves from the start of the record to the start of the key.
|
|
8017 It may return either a non-nil value to be used as the key, or
|
|
8018 else the key is the substring between the values of point after
|
|
8019 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
|
|
8020 starts at the beginning of the record.
|
|
8021
|
|
8022 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
|
|
8023 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
|
|
8024 same as ENDRECFUN." nil nil)
|
|
8025
|
|
8026 (autoload 'sort-lines "sort" "\
|
|
8027 Sort lines in region alphabetically; argument means descending order.
|
|
8028 Called from a program, there are three arguments:
|
|
8029 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
8030 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8031 the sort order." t nil)
|
|
8032
|
|
8033 (autoload 'sort-paragraphs "sort" "\
|
|
8034 Sort paragraphs in region alphabetically; argument means descending order.
|
|
8035 Called from a program, there are three arguments:
|
|
8036 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
8037 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8038 the sort order." t nil)
|
|
8039
|
|
8040 (autoload 'sort-pages "sort" "\
|
|
8041 Sort pages in region alphabetically; argument means descending order.
|
|
8042 Called from a program, there are three arguments:
|
|
8043 REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
|
8044 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8045 the sort order." t nil)
|
|
8046
|
|
8047 (autoload 'sort-numeric-fields "sort" "\
|
|
8048 Sort lines in region numerically by the ARGth field of each line.
|
|
8049 Fields are separated by whitespace and numbered from 1 up.
|
|
8050 Specified field must contain a number in each line of the region.
|
|
8051 With a negative arg, sorts by the ARGth field counted from the right.
|
|
8052 Called from a program, there are three arguments:
|
|
8053 FIELD, BEG and END. BEG and END specify region to sort.
|
|
8054 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8055 the sort order.
|
|
8056 If you want to sort floating-point numbers, try `sort-float-fields'." t nil)
|
|
8057
|
|
8058 (autoload 'sort-float-fields "sort" "\
|
|
8059 Sort lines in region numerically by the ARGth field of each line.
|
|
8060 Fields are separated by whitespace and numbered from 1 up. Specified field
|
|
8061 must contain a floating point number in each line of the region. With a
|
|
8062 negative arg, sorts by the ARGth field counted from the right. Called from a
|
|
8063 program, there are three arguments: FIELD, BEG and END. BEG and END specify
|
|
8064 region to sort." t nil)
|
|
8065
|
|
8066 (autoload 'sort-fields "sort" "\
|
|
8067 Sort lines in region lexicographically by the ARGth field of each line.
|
|
8068 Fields are separated by whitespace and numbered from 1 up.
|
|
8069 With a negative arg, sorts by the ARGth field counted from the right.
|
|
8070 Called from a program, there are three arguments:
|
|
8071 FIELD, BEG and END. BEG and END specify region to sort." t nil)
|
|
8072
|
|
8073 (autoload 'sort-regexp-fields "sort" "\
|
|
8074 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
|
|
8075 RECORD-REGEXP specifies the textual units which should be sorted.
|
|
8076 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
|
|
8077 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
|
|
8078 is to be used for sorting.
|
|
8079 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
|
|
8080 RECORD-REGEXP is used.
|
|
8081 If it is \"\\\\&\" then the whole record is used.
|
|
8082 Otherwise, it is a regular-expression for which to search within the record.
|
|
8083 If a match for KEY is not found within a record then that record is ignored.
|
|
8084
|
|
8085 With a negative prefix arg sorts in reverse order.
|
|
8086
|
|
8087 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8088 the sort order.
|
|
8089
|
|
8090 For example: to sort lines in the region by the first word on each line
|
|
8091 starting with the letter \"f\",
|
|
8092 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)
|
|
8093
|
|
8094 (autoload 'sort-columns "sort" "\
|
|
8095 Sort lines in region alphabetically by a certain range of columns.
|
|
8096 For the purpose of this command, the region includes
|
|
8097 the entire line that point is in and the entire line the mark is in.
|
|
8098 The column positions of point and mark bound the range of columns to sort on.
|
|
8099 A prefix argument means sort into reverse order.
|
|
8100 The variable `sort-fold-case' determines whether alphabetic case affects
|
|
8101 the sort order.
|
|
8102
|
|
8103 Note that `sort-columns' rejects text that contains tabs,
|
|
8104 because tabs could be split across the specified columns
|
|
8105 and it doesn't know how to handle that. Also, when possible,
|
|
8106 it uses the `sort' utility program, which doesn't understand tabs.
|
|
8107 Use \\[untabify] to convert tabs to spaces before sorting." t nil)
|
|
8108
|
|
8109 (autoload 'reverse-region "sort" "\
|
|
8110 Reverse the order of lines in a region.
|
|
8111 From a program takes two point or marker arguments, BEG and END." t nil)
|
|
8112
|
|
8113 ;;;***
|
|
8114
|
|
8115 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "prim/sound.el")
|
|
8116
|
|
8117 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
|
|
8118
|
|
8119 (autoload 'load-sound-file "sound" "\
|
|
8120 Read in an audio-file and add it to the sound-alist.
|
|
8121
|
98
|
8122 You can only play sound files if you are running on display 0 of the
|
|
8123 console of a machine with native sound support or running a NetAudio
|
|
8124 server and XEmacs has the necessary sound support compiled in.
|
|
8125
|
|
8126 The sound file must be in the Sun/NeXT U-LAW format." t nil)
|
78
|
8127
|
|
8128 (autoload 'load-default-sounds "sound" "\
|
|
8129 Load and install some sound files as beep-types.
|
|
8130 This only works if you're on display 0 of a Sun SparcStation, SGI machine,
|
|
8131 or HP9000s700, or running a NetAudio server." t nil)
|
|
8132
|
|
8133 ;;;***
|
|
8134
|
|
8135 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el")
|
|
8136
|
|
8137 (autoload 'untabify "tabify" "\
|
|
8138 Convert all tabs in region to multiple spaces, preserving columns.
|
|
8139 Called non-interactively, the region is specified by arguments
|
|
8140 START and END, rather than by the position of point and mark.
|
|
8141 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
8142
|
|
8143 (autoload 'tabify "tabify" "\
|
|
8144 Convert multiple spaces in region to tabs when possible.
|
|
8145 A group of spaces is partially replaced by tabs
|
|
8146 when this can be done without changing the column they end at.
|
|
8147 Called non-interactively, the region is specified by arguments
|
|
8148 START and END, rather than by the position of point and mark.
|
|
8149 The variable `tab-width' controls the spacing of tab stops." t nil)
|
|
8150
|
|
8151 ;;;***
|
|
8152
|
|
8153 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el")
|
|
8154
|
|
8155 (autoload 'ask-user-about-lock "userlock" "\
|
|
8156 Ask user what to do when he wants to edit FILE but it is locked by USER.
|
|
8157 This function has a choice of three things to do:
|
|
8158 do (signal 'file-locked (list FILE USER))
|
|
8159 to refrain from editing the file
|
|
8160 return t (grab the lock on the file)
|
|
8161 return nil (edit the file even though it is locked).
|
|
8162 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
|
|
8163
|
|
8164 (autoload 'ask-user-about-supersession-threat "userlock" "\
|
|
8165 Ask a user who is about to modify an obsolete buffer what to do.
|
|
8166 This function has two choices: it can return, in which case the modification
|
|
8167 of the buffer will proceed, or it can (signal 'file-supersession (file)),
|
|
8168 in which case the proposed buffer modification will not be made.
|
|
8169
|
|
8170 You can rewrite this to use any criterion you like to choose which one to do.
|
|
8171 The buffer in question is current when this function is called." nil nil)
|
|
8172
|
|
8173 ;;;***
|
|
8174
|
|
8175 ;;;### (autoloads (style-format) "psgml-fs" "psgml/psgml-fs.el")
|
|
8176
|
|
8177 (autoload 'style-format "psgml-fs" nil t nil)
|
|
8178
|
|
8179 ;;;***
|
|
8180
|
|
8181 ;;;### (autoloads nil "psgml-html" "psgml/psgml-html.el")
|
|
8182
|
|
8183 (autoload 'html-mode "psgml-html" "\
|
|
8184 HTML mode." t)
|
|
8185
|
|
8186 (autoload 'html3-mode "psgml-html" "\
|
|
8187 HTML3 mode." t)
|
|
8188
|
|
8189 ;;;***
|
|
8190
|
|
8191 ;;;### (autoloads (sgml-mode) "psgml" "psgml/psgml.el")
|
|
8192
|
|
8193 (autoload 'sgml-mode "psgml" "\
|
|
8194 Major mode for editing SGML.\\<sgml-mode-map>
|
|
8195 Makes > display the matching <. Makes / display matching /.
|
|
8196 Use \\[sgml-validate] to validate your document with an SGML parser.
|
|
8197
|
|
8198 You can find information with:
|
|
8199 \\[sgml-show-context] Show the nesting of elements at cursor position.
|
|
8200 \\[sgml-list-valid-tags] Show the tags valid at cursor position.
|
|
8201
|
|
8202 Insert tags with completion of contextually valid tags with \\[sgml-insert-tag].
|
|
8203 End the current element with \\[sgml-insert-end-tag]. Insert an element (i.e.
|
|
8204 both start and end tag) with \\[sgml-insert-element]. Or tag a region with
|
|
8205 \\[sgml-tag-region].
|
|
8206
|
|
8207 To tag a region with the mouse, use transient mark mode or secondary selection.
|
|
8208
|
|
8209 Structure editing:
|
|
8210 \\[sgml-backward-element] Moves backwards over the previous element.
|
|
8211 \\[sgml-forward-element] Moves forward over the nex element.
|
|
8212 \\[sgml-down-element] Move forward and down one level in the element structure.
|
|
8213 \\[sgml-backward-up-element] Move backward out of this element level.
|
|
8214 \\[sgml-beginning-of-element] Move to after the start tag of the current element.
|
|
8215 \\[sgml-end-of-element] Move to before the end tag of the current element.
|
|
8216 \\[sgml-kill-element] Kill the element following the cursor.
|
|
8217
|
|
8218 Finding interesting positions
|
|
8219 \\[sgml-next-data-field] Move forward to next point where data is allowed.
|
|
8220 \\[sgml-next-trouble-spot] Move forward to next point where something is
|
|
8221 amiss with the structure.
|
|
8222
|
|
8223 Folding and unfolding
|
|
8224 \\[sgml-fold-element] Fold the lines comprising the current element, leaving
|
|
8225 the first line visible.
|
|
8226 \\[sgml-fold-subelement] Fold the elements in the content of the current element.
|
|
8227 Leaving the first line of every element visible.
|
|
8228 \\[sgml-unfold-line] Show hidden lines in current line.
|
|
8229
|
|
8230 User options:
|
|
8231
|
|
8232 sgml-omittag Set this to reflect OMITTAG in the SGML declaration.
|
|
8233 sgml-shortag Set this to reflect SHORTTAG in the SGML declaration.
|
|
8234 sgml-auto-insert-required-elements If non-nil, automatically insert required
|
|
8235 elements in the content of an inserted element.
|
|
8236 sgml-balanced-tag-edit If non-nil, always insert start-end tag pairs.
|
|
8237 sgml-omittag-transparent If non-nil, will show legal tags inside elements
|
|
8238 with omitable start tags and legal tags beyond omitable end tags.
|
|
8239 sgml-leave-point-after-insert If non-nil, the point will remain after
|
|
8240 inserted tag(s).
|
|
8241 sgml-warn-about-undefined-elements If non-nil, print a warning when a tag
|
|
8242 for a undefined element is found.
|
|
8243 sgml-max-menu-size Max number of entries in Tags and Entities menus before
|
|
8244 they are split into several panes.
|
|
8245 sgml-always-quote-attributes If non-nil, quote all attribute values
|
|
8246 inserted after finishing edit attributes.
|
|
8247 sgml-minimize-attributes Determines minimization of attributes inserted by
|
|
8248 edit-attributes.
|
|
8249 sgml-normalize-trims If non-nil, sgml-normalize will trim off white space
|
|
8250 from end of element when adding end tag.
|
|
8251 sgml-indent-step How much to increament indent for every element level.
|
|
8252 sgml-indent-data If non-nil, indent in data/mixed context also.
|
|
8253 sgml-set-face If non-nil, psgml will set the face of parsed markup.
|
|
8254 sgml-markup-faces The faces used when the above variable is non-nil.
|
|
8255 sgml-system-path List of directorys used to look for system identifiers.
|
|
8256 sgml-public-map Mapping from public identifiers to file names.
|
|
8257 sgml-offer-save If non-nil, ask about saving modified buffers before
|
|
8258 \\[sgml-validate] is run.
|
|
8259
|
|
8260 All bindings:
|
|
8261 \\{sgml-mode-map}
|
|
8262 " t nil)
|
|
8263
|
|
8264 ;;;***
|
|
8265
|
|
8266 ;;;### (autoloads (rmail-input rmail-mode rmail) "rmail" "rmail/rmail.el")
|
|
8267
|
|
8268 (defvar rmail-dont-reply-to-names nil "\
|
|
8269 *A regexp specifying names to prune of reply to messages.
|
|
8270 A value of nil means exclude your own name only.")
|
|
8271
|
|
8272 (defvar rmail-default-dont-reply-to-names "info-" "\
|
|
8273 A regular expression specifying part of the value of the default value of
|
|
8274 the variable `rmail-dont-reply-to-names', for when the user does not set
|
|
8275 `rmail-dont-reply-to-names' explicitly. (The other part of the default
|
|
8276 value is the user's name.)
|
|
8277 It is useful to set this variable in the site customization file.")
|
|
8278
|
|
8279 (defvar rmail-delete-after-output nil "\
|
|
8280 *Non-nil means automatically delete a message that is copied to a file.")
|
|
8281
|
|
8282 (defvar rmail-primary-inbox-list nil "\
|
|
8283 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
|
|
8284 `nil' means the default, which is (\"/usr/spool/mail/$USER\")
|
|
8285 \(the name varies depending on the operating system,
|
|
8286 and the value of the environment variable MAIL overrides it).")
|
|
8287
|
|
8288 (defvar rmail-mail-new-frame nil "\
|
|
8289 *Non-nil means Rmail makes a new frame for composing outgoing mail.")
|
|
8290
|
|
8291 (defvar rmail-retry-setup-hook nil "\
|
|
8292 Hook that `rmail-retry-failure' uses in place of `mail-setup-hook'.")
|
|
8293
|
|
8294 (defvar rmail-last-file nil)
|
|
8295
|
|
8296 (autoload 'rmail "rmail" "\
|
|
8297 Read and edit incoming mail.
|
|
8298 Moves messages into file named by `rmail-file-name' (a babyl format file)
|
|
8299 and edits that file in RMAIL Mode.
|
|
8300 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
|
|
8301
|
|
8302 May be called with filename as argument; then performs rmail editing on
|
|
8303 that file, but does not copy any new mail into the file." t nil)
|
|
8304
|
|
8305 (autoload 'rmail-mode "rmail" "\
|
|
8306 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
|
|
8307 All normal editing commands are turned off.
|
|
8308 Instead, these commands are available:
|
|
8309
|
|
8310 \\[rmail-beginning-of-message] Move point to front of this message (same as \\[beginning-of-buffer]).
|
|
8311 \\[scroll-up] Scroll to next screen of this message.
|
|
8312 \\[scroll-down] Scroll to previous screen of this message.
|
|
8313 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
|
|
8314 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
|
|
8315 \\[rmail-next-message] Move to Next message whether deleted or not.
|
|
8316 \\[rmail-previous-message] Move to Previous message whether deleted or not.
|
|
8317 \\[rmail-first-message] Move to the first message in Rmail file.
|
|
8318 \\[rmail-last-message] Move to the last message in Rmail file.
|
|
8319 \\[rmail-show-message] Jump to message specified by numeric position in file.
|
|
8320 \\[rmail-search] Search for string and show message it is found in.
|
|
8321 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
|
|
8322 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
|
|
8323 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
|
|
8324 till a deleted message is found.
|
|
8325 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
|
|
8326 \\[rmail-expunge] Expunge deleted messages.
|
|
8327 \\[rmail-expunge-and-save] Expunge and save the file.
|
|
8328 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
|
|
8329 \\[save-buffer] Save without expunging.
|
|
8330 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
|
|
8331 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
|
|
8332 \\[rmail-continue] Continue composing outgoing message started before.
|
|
8333 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
|
|
8334 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
|
|
8335 \\[rmail-forward] Forward this message to another user.
|
|
8336 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
|
|
8337 \\[rmail-output] Output this message to a Unix-format mail file (append it).
|
|
8338 \\[rmail-input] Input Rmail file. Run Rmail on that file.
|
|
8339 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
|
|
8340 \\[rmail-kill-label] Kill label. Remove a label from current message.
|
|
8341 \\[rmail-next-labeled-message] Move to Next message with specified label
|
|
8342 (label defaults to last one specified).
|
|
8343 Standard labels: filed, unseen, answered, forwarded, deleted.
|
|
8344 Any other label is present only if you add it with \\[rmail-add-label].
|
|
8345 \\[rmail-previous-labeled-message] Move to Previous message with specified label
|
|
8346 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
|
|
8347 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
|
|
8348 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
|
|
8349 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
|
|
8350 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
|
|
8351 \\[rmail-toggle-header] Toggle display of complete header." t nil)
|
|
8352
|
|
8353 (autoload 'rmail-input "rmail" "\
|
|
8354 Run Rmail on file FILENAME." t nil)
|
|
8355
|
|
8356 ;;;***
|
|
8357
|
|
8358 ;;;### (autoloads (rmail-file-p) "rmailout" "rmail/rmailout.el")
|
|
8359
|
|
8360 (autoload 'rmail-file-p "rmailout" nil nil nil)
|
|
8361
|
|
8362 ;;;***
|
|
8363
|
|
8364 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "rmail/unrmail.el")
|
|
8365
|
|
8366 (autoload 'batch-unrmail "unrmail" "\
|
|
8367 Convert Rmail files to mailbox files.
|
|
8368 Specify the input Rmail file names as command line arguments.
|
|
8369 For each Rmail file, the corresponding output file name
|
|
8370 is made by adding `.mail' at the end.
|
|
8371 For example, invoke `emacs -batch -f batch-unrmail RMAIL'." nil nil)
|
|
8372
|
|
8373 (autoload 'unrmail "unrmail" "\
|
|
8374 Convert Rmail file FILE to mailbox-format file TO-FILE." t nil)
|
|
8375
|
|
8376 ;;;***
|
|
8377
|
|
8378 ;;;### (autoloads (mime/editor-mode) "tm-edit" "tm/tm-edit.el")
|
|
8379
|
|
8380 (autoload 'mime/editor-mode "tm-edit" "\
|
|
8381 MIME minor mode for editing the tagged MIME message.
|
|
8382
|
|
8383 In this mode, basically, the message is composed in the tagged MIME
|
|
8384 format. The message tag looks like:
|
|
8385
|
|
8386 --[[text/plain; charset=ISO-2022-JP][7bit]]
|
|
8387
|
|
8388 The tag specifies the MIME content type, subtype, optional parameters
|
|
8389 and transfer encoding of the message following the tag. Messages
|
|
8390 without any tag are treated as `text/plain' by default. Charset and
|
|
8391 transfer encoding are automatically defined unless explicitly
|
|
8392 specified. Binary messages such as audio and image are usually hidden.
|
|
8393 The messages in the tagged MIME format are automatically translated
|
|
8394 into a MIME compliant message when exiting this mode.
|
|
8395
|
|
8396 Available charsets depend on Emacs version being used. The following
|
|
8397 lists the available charsets of each emacs.
|
|
8398
|
|
8399 EMACS 18: US-ASCII is only available.
|
|
8400 NEmacs: US-ASCII and ISO-2022-JP are available.
|
|
8401 EMACS 19: US-ASCII and ISO-8859-1 (or other charset) are available.
|
|
8402 XEmacs 19: US-ASCII and ISO-8859-1 (or other charset) are available.
|
|
8403 Mule: US-ASCII, ISO-8859-* (except for ISO-8859-5), KOI8-R,
|
|
8404 ISO-2022-JP, ISO-2022-JP-2, ISO-2022-KR, BIG5 and
|
|
8405 ISO-2022-INT-1 are available.
|
|
8406
|
|
8407 ISO-2022-JP-2 and ISO-2022-INT-1 charsets used in mule is expected to
|
|
8408 be used to represent multilingual text in intermixed manner. Any
|
|
8409 languages that has no registered charset are represented as either
|
|
8410 ISO-2022-JP-2 or ISO-2022-INT-1 in mule.
|
|
8411
|
|
8412 If you want to use non-ISO-8859-1 charset in EMACS 19 or XEmacs 19,
|
|
8413 please set variable `default-mime-charset'. This variable must be
|
|
8414 symbol of which name is a MIME charset.
|
|
8415
|
|
8416 If you want to add more charsets in mule, please set variable
|
|
8417 `charsets-mime-charset-alist'. This variable must be alist of which
|
|
8418 key is list of leading-char/charset and value is symbol of MIME
|
|
8419 charset. (leading-char is a term of MULE 1.* and 2.*. charset is a
|
|
8420 term of XEmacs/mule, mule merged EMACS and MULE 3.*) If name of
|
|
8421 coding-system is different as MIME charset, please set variable
|
|
8422 `mime-charset-coding-system-alist'. This variable must be alist of
|
|
8423 which key is MIME charset and value is coding-system.
|
|
8424
|
|
8425 Following commands are available in addition to major mode commands:
|
|
8426
|
|
8427 [make single part]
|
|
8428 \\[mime-editor/insert-text] insert a text message.
|
|
8429 \\[mime-editor/insert-file] insert a (binary) file.
|
|
8430 \\[mime-editor/insert-external] insert a reference to external body.
|
|
8431 \\[mime-editor/insert-voice] insert a voice message.
|
|
8432 \\[mime-editor/insert-message] insert a mail or news message.
|
|
8433 \\[mime-editor/insert-mail] insert a mail message.
|
|
8434 \\[mime-editor/insert-signature] insert a signature file at end.
|
|
8435 \\[mime-editor/insert-key] insert PGP public key.
|
|
8436 \\[mime-editor/insert-tag] insert a new MIME tag.
|
|
8437
|
|
8438 [make enclosure (maybe multipart)]
|
|
8439 \\[mime-editor/enclose-alternative-region] enclose as multipart/alternative.
|
|
8440 \\[mime-editor/enclose-parallel-region] enclose as multipart/parallel.
|
|
8441 \\[mime-editor/enclose-mixed-region] enclose as multipart/mixed.
|
|
8442 \\[mime-editor/enclose-digest-region] enclose as multipart/digest.
|
|
8443 \\[mime-editor/enclose-signed-region] enclose as PGP signed.
|
|
8444 \\[mime-editor/enclose-encrypted-region] enclose as PGP encrypted.
|
|
8445 \\[mime-editor/enclose-quote-region] enclose as verbose mode (to avoid to expand tags)
|
|
8446
|
|
8447 [other commands]
|
|
8448 \\[mime-editor/set-transfer-level-7bit] set transfer-level as 7.
|
|
8449 \\[mime-editor/set-transfer-level-8bit] set transfer-level as 8.
|
|
8450 \\[mime-editor/set-split] set message splitting mode.
|
|
8451 \\[mime-editor/set-sign] set PGP-sign mode.
|
|
8452 \\[mime-editor/set-encrypt] set PGP-encryption mode.
|
|
8453 \\[mime-editor/preview-message] preview editing MIME message.
|
|
8454 \\[mime-editor/exit] exit and translate into a MIME compliant message.
|
|
8455 \\[mime-editor/help] show this help.
|
|
8456 \\[mime-editor/maybe-translate] exit and translate if in MIME mode, then split.
|
|
8457
|
|
8458 Additional commands are available in some major modes:
|
|
8459 C-c C-c exit, translate and run the original command.
|
|
8460 C-c C-s exit, translate and run the original command.
|
|
8461
|
|
8462 The following is a message example written in the tagged MIME format.
|
|
8463 TABs at the beginning of the line are not a part of the message:
|
|
8464
|
|
8465 This is a conventional plain text. It should be translated
|
|
8466 into text/plain.
|
|
8467 --[[text/plain]]
|
|
8468 This is also a plain text. But, it is explicitly specified as
|
|
8469 is.
|
86
|
8470 --[[text/plain; charset=ISO-8859-1]]
|
|
8471 This is also a plain text. But charset is specified as
|
|
8472 iso-8859-1.
|
|
8473
|
|
8474 ¡Hola! Buenos días. ¿Cómo está usted?
|
|
8475 --[[text/enriched]]
|
|
8476 This is a <bold>enriched text</bold>.
|
|
8477 --[[image/gif][base64]]...image encoded in base64 here...
|
|
8478 --[[audio/basic][base64]]...audio encoded in base64 here...
|
78
|
8479
|
|
8480 User customizable variables (not documented all of them):
|
|
8481 mime-prefix
|
|
8482 Specifies a key prefix for MIME minor mode commands.
|
|
8483
|
|
8484 mime-ignore-preceding-spaces
|
|
8485 Preceding white spaces in a message body are ignored if non-nil.
|
|
8486
|
|
8487 mime-ignore-trailing-spaces
|
|
8488 Trailing white spaces in a message body are ignored if non-nil.
|
|
8489
|
|
8490 mime-auto-hide-body
|
|
8491 Hide a non-textual body message encoded in base64 after insertion
|
|
8492 if non-nil.
|
|
8493
|
|
8494 mime-editor/transfer-level
|
|
8495 A number of network transfer level. It should be bigger than 7.
|
|
8496 If you are in 8bit-through environment, please set 8.
|
|
8497
|
|
8498 mime-editor/voice-recorder
|
|
8499 Specifies a function to record a voice message and encode it.
|
|
8500 The function `mime-editor/voice-recorder-for-sun' is for Sun
|
|
8501 SparcStations.
|
|
8502
|
|
8503 mime/editor-mode-hook
|
|
8504 Turning on MIME mode calls the value of mime/editor-mode-hook, if
|
|
8505 it is non-nil.
|
|
8506
|
|
8507 mime-editor/translate-hook
|
|
8508 The value of mime-editor/translate-hook is called just before translating
|
|
8509 the tagged MIME format into a MIME compliant message if it is
|
|
8510 non-nil. If the hook call the function mime-editor/insert-signature,
|
|
8511 the signature file will be inserted automatically.
|
|
8512
|
|
8513 mime-editor/exit-hook
|
|
8514 Turning off MIME mode calls the value of mime-editor/exit-hook, if it is
|
|
8515 non-nil." t nil)
|
|
8516
|
|
8517 (defalias 'edit-mime 'mime/editor-mode)
|
|
8518
|
|
8519 ;;;***
|
|
8520
|
|
8521 ;;;### (autoloads (defadvice ad-add-advice) "advice" "utils/advice.el")
|
|
8522
|
|
8523 (defvar ad-redefinition-action 'warn "\
|
|
8524 *Defines what to do with redefinitions during Advice de/activation.
|
|
8525 Redefinition occurs if a previously activated function that already has an
|
|
8526 original definition associated with it gets redefined and then de/activated.
|
|
8527 In such a case we can either accept the current definition as the new
|
|
8528 original definition, discard the current definition and replace it with the
|
|
8529 old original, or keep it and raise an error. The values `accept', `discard',
|
|
8530 `error' or `warn' govern what will be done. `warn' is just like `accept' but
|
|
8531 it additionally prints a warning message. All other values will be
|
|
8532 interpreted as `error'.")
|
|
8533
|
|
8534 (defvar ad-default-compilation-action 'maybe "\
|
|
8535 *Defines whether to compile advised definitions during activation.
|
|
8536 A value of `always' will result in unconditional compilation, `never' will
|
|
8537 always avoid compilation, `maybe' will compile if the byte-compiler is already
|
|
8538 loaded, and `like-original' will compile if the original definition of the
|
|
8539 advised function is compiled or a built-in function. Every other value will
|
|
8540 be interpreted as `maybe'. This variable will only be considered if the
|
|
8541 COMPILE argument of `ad-activate' was supplied as nil.")
|
|
8542
|
|
8543 (autoload 'ad-add-advice "advice" "\
|
|
8544 Adds a piece of ADVICE to FUNCTION's list of advices in CLASS.
|
|
8545 If FUNCTION already has one or more pieces of advice of the specified
|
|
8546 CLASS then POSITION determines where the new piece will go. The value
|
|
8547 of POSITION can either be `first', `last' or a number where 0 corresponds
|
|
8548 to `first'. Numbers outside the range will be mapped to the closest
|
|
8549 extreme position. If there was already a piece of ADVICE with the same
|
|
8550 name, then the position argument will be ignored and the old advice
|
|
8551 will be overwritten with the new one.
|
|
8552 If the FUNCTION was not advised already, then its advice info will be
|
|
8553 initialized. Redefining a piece of advice whose name is part of the cache-id
|
|
8554 will clear the cache." nil nil)
|
|
8555
|
|
8556 (autoload 'defadvice "advice" "\
|
|
8557 Defines a piece of advice for FUNCTION (a symbol).
|
|
8558 The syntax of `defadvice' is as follows:
|
|
8559
|
|
8560 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
|
|
8561 [DOCSTRING] [INTERACTIVE-FORM]
|
|
8562 BODY... )
|
|
8563
|
|
8564 FUNCTION ::= Name of the function to be advised.
|
|
8565 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
|
|
8566 NAME ::= Non-nil symbol that names this piece of advice.
|
|
8567 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
|
|
8568 see also `ad-add-advice'.
|
|
8569 ARGLIST ::= An optional argument list to be used for the advised function
|
|
8570 instead of the argument list of the original. The first one found in
|
|
8571 before/around/after-advices will be used.
|
|
8572 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
|
|
8573 All flags can be specified with unambiguous initial substrings.
|
|
8574 DOCSTRING ::= Optional documentation for this piece of advice.
|
|
8575 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
|
|
8576 function. The first one found in before/around/after-advices will be used.
|
|
8577 BODY ::= Any s-expression.
|
|
8578
|
|
8579 Semantics of the various flags:
|
|
8580 `protect': The piece of advice will be protected against non-local exits in
|
|
8581 any code that precedes it. If any around-advice of a function is protected
|
|
8582 then automatically all around-advices will be protected (the complete onion).
|
|
8583
|
|
8584 `activate': All advice of FUNCTION will be activated immediately if
|
|
8585 FUNCTION has been properly defined prior to this application of `defadvice'.
|
|
8586
|
|
8587 `compile': In conjunction with `activate' specifies that the resulting
|
|
8588 advised function should be compiled.
|
|
8589
|
|
8590 `disable': The defined advice will be disabled, hence, it will not be used
|
|
8591 during activation until somebody enables it.
|
|
8592
|
|
8593 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
|
|
8594 time. This generates a compiled advised definition according to the current
|
|
8595 advice state that will be used during activation if appropriate. Only use
|
|
8596 this if the `defadvice' gets actually compiled.
|
|
8597
|
|
8598 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
|
|
8599 to this particular single advice. No other advice information will be saved.
|
|
8600 Frozen advices cannot be undone, they behave like a hard redefinition of
|
|
8601 the advised function. `freeze' implies `activate' and `preactivate'. The
|
|
8602 documentation of the advised function can be dumped onto the `DOC' file
|
|
8603 during preloading.
|
|
8604
|
|
8605 Look at the file `advice.el' for comprehensive documentation." nil 'macro)
|
|
8606
|
|
8607 ;;;***
|
|
8608
|
|
8609 ;;;### (autoloads (all-annotations annotation-list annotations-at annotations-in-region annotation-at annotationp delete-annotation make-annotation) "annotations" "utils/annotations.el")
|
|
8610
|
|
8611 (defvar make-annotation-hook nil "\
|
|
8612 *Function or functions to run immediately after creating an annotation.")
|
|
8613
|
|
8614 (defvar before-delete-annotation-hook nil "\
|
|
8615 *Function or functions to run immediately before deleting an annotation.")
|
|
8616
|
|
8617 (defvar after-delete-annotation-hook nil "\
|
|
8618 *Function or functions to run immediately after deleting an annotation.")
|
|
8619
|
|
8620 (autoload 'make-annotation "annotations" "\
|
|
8621 Create a marginal annotation, displayed using GLYPH, at position POS.
|
|
8622 GLYPH may be either a glyph object or a string. Use layout policy
|
|
8623 LAYOUT and place the annotation in buffer BUFFER. If POS is nil, point is
|
|
8624 used. If LAYOUT is nil, `whitespace' is used. If BUFFER is nil, the
|
|
8625 current buffer is used. If WITH-EVENT is non-nil, then when an annotation
|
|
8626 is activated, the triggering event is passed as the second arg to the
|
|
8627 annotation function. If D-GLYPH is non-nil then it is used as the glyph
|
|
8628 that will be displayed when button1 is down. If RIGHTP is non-nil then
|
|
8629 the glyph will be displayed on the right side of the buffer instead of the
|
|
8630 left." nil nil)
|
|
8631
|
|
8632 (autoload 'delete-annotation "annotations" "\
|
|
8633 Remove ANNOTATION from its buffer. This does not modify the buffer text." nil nil)
|
|
8634
|
|
8635 (autoload 'annotationp "annotations" "\
|
|
8636 T if OBJECT is an annotation." nil nil)
|
|
8637
|
|
8638 (autoload 'annotation-at "annotations" "\
|
|
8639 Return the first annotation at POS in BUFFER.
|
|
8640 BUFFER defaults to the current buffer. POS defaults to point in BUFFER." nil nil)
|
|
8641
|
|
8642 (autoload 'annotations-in-region "annotations" "\
|
|
8643 Return all annotations in BUFFER between START and END inclusively." nil nil)
|
|
8644
|
|
8645 (autoload 'annotations-at "annotations" "\
|
|
8646 Return a list of all annotations at POS in BUFFER.
|
|
8647 If BUFFER is nil, the current buffer is used. If POS is nil, point is used." nil nil)
|
|
8648
|
|
8649 (autoload 'annotation-list "annotations" "\
|
|
8650 Return a list of all annotations in BUFFER.
|
|
8651 If BUFFER is nil, the current buffer is used." nil nil)
|
|
8652
|
|
8653 (autoload 'all-annotations "annotations" "\
|
|
8654 Return a list of all annotations in existence." nil nil)
|
|
8655
|
|
8656 ;;;***
|
|
8657
|
|
8658 ;;;### (autoloads (batch-update-autoloads update-autoloads-from-directory update-autoloads-here update-file-autoloads generate-file-autoloads) "autoload" "utils/autoload.el")
|
|
8659
|
|
8660 (autoload 'generate-file-autoloads "autoload" "\
|
|
8661 Insert at point a loaddefs autoload section for FILE.
|
|
8662 autoloads are generated for defuns and defmacros in FILE
|
|
8663 marked by `generate-autoload-cookie' (which see).
|
|
8664 If FILE is being visited in a buffer, the contents of the buffer
|
|
8665 are used." t nil)
|
|
8666
|
|
8667 (autoload 'update-file-autoloads "autoload" "\
|
|
8668 Update the autoloads for FILE in `generated-autoload-file'
|
|
8669 \(which FILE might bind in its local variables)." t nil)
|
|
8670
|
|
8671 (autoload 'update-autoloads-here "autoload" "\
|
|
8672 Update sections of the current buffer generated by `update-file-autoloads'." t nil)
|
|
8673
|
|
8674 (autoload 'update-autoloads-from-directory "autoload" "\
|
|
8675 Update `generated-autoload-file' with all the current autoloads from DIR.
|
|
8676 This runs `update-file-autoloads' on each .el file in DIR.
|
|
8677 Obsolete autoload entries for files that no longer exist are deleted." t nil)
|
|
8678
|
|
8679 (autoload 'batch-update-autoloads "autoload" "\
|
|
8680 Update the autoloads for the files or directories on the command line.
|
|
8681 Runs `update-file-autoloads' on files and `update-directory-autoloads'
|
|
8682 on directories. Must be used only with -batch, and kills Emacs on completion.
|
|
8683 Each file will be processed even if an error occurred previously.
|
|
8684 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'." nil nil)
|
|
8685
|
|
8686 ;;;***
|
|
8687
|
|
8688 ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el")
|
|
8689
|
|
8690 (defvar browse-url-browser-function 'browse-url-w3 "\
|
|
8691 *Function to display the current buffer in a WWW browser.
|
|
8692 Used by the `browse-url-at-point', `browse-url-at-mouse', and
|
|
8693 `browse-url-of-file' commands.")
|
|
8694
|
|
8695 (autoload 'browse-url-netscape "browse-url" "\
|
|
8696 Ask the Netscape WWW browser to load URL.
|
|
8697
|
|
8698 Default to the URL around or before point. The strings in variable
|
|
8699 `browse-url-netscape-arguments' are also passed to Netscape.
|
|
8700
|
|
8701 When called interactively, if variable `browse-url-new-window-p' is
|
|
8702 non-nil, load the document in a new Netscape window, otherwise use a
|
|
8703 random existing one. A non-nil interactive prefix argument reverses
|
|
8704 the effect of browse-url-new-window-p.
|
|
8705
|
|
8706 When called non-interactively, optional second argument NEW-WINDOW is
|
|
8707 used instead of browse-url-new-window-p." t nil)
|
|
8708
|
|
8709 (autoload 'browse-url-mosaic "browse-url" "\
|
|
8710 Ask the XMosaic WWW browser to load URL.
|
|
8711 Default to the URL around or before point." t nil)
|
|
8712
|
|
8713 (autoload 'browse-url-grail "browse-url" "\
|
|
8714 Ask the Grail WWW browser to load URL.
|
|
8715 Default to the URL around or before point. Runs the program in the
|
|
8716 variable `browse-url-grail'." t nil)
|
|
8717
|
|
8718 (autoload 'browse-url-iximosaic "browse-url" "\
|
|
8719 Ask the IXIMosaic WWW browser to load URL.
|
|
8720 Default to the URL around or before point." t nil)
|
|
8721
|
|
8722 (autoload 'browse-url-w3 "browse-url" "\
|
|
8723 Ask the w3 WWW browser to load URL.
|
|
8724 Default to the URL around or before point." t nil)
|
|
8725
|
|
8726 (autoload 'browse-url-lynx-xterm "browse-url" "\
|
|
8727 Ask the Lynx WWW browser to load URL.
|
|
8728 Default to the URL around or before point. A new Lynx process is run
|
|
8729 in an Xterm window." t nil)
|
|
8730
|
|
8731 (autoload 'browse-url-lynx-emacs "browse-url" "\
|
|
8732 Ask the Lynx WWW browser to load URL.
|
|
8733 Default to the URL around or before point. Run a new Lynx process in
|
|
8734 an Emacs buffer." t nil)
|
|
8735
|
|
8736 ;;;***
|
|
8737
|
|
8738 ;;;### (autoloads (docref-setup) "docref" "utils/docref.el")
|
|
8739
|
|
8740 (autoload 'docref-setup "docref" "\
|
|
8741 Process docref cross-references in the current buffer.
|
|
8742 See also \\(f@docref-subst)." t nil)
|
|
8743
|
|
8744 ;;;***
|
|
8745
|
|
8746 ;;;### (autoloads (easy-menu-define) "easymenu" "utils/easymenu.el")
|
|
8747
|
|
8748 (autoload 'easy-menu-define "easymenu" "\
|
|
8749 Define a menu bar submenu in maps MAPS, according to MENU.
|
|
8750 The arguments SYMBOL and DOC are ignored; they are present for
|
|
8751 compatibility only. SYMBOL is not evaluated. In other Emacs versions
|
|
8752 these arguments may be used as a variable to hold the menu data, and a
|
|
8753 doc string for that variable.
|
|
8754
|
|
8755 The first element of MENU must be a string. It is the menu bar item name.
|
|
8756 The rest of the elements are menu items.
|
|
8757
|
|
8758 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
|
|
8759
|
|
8760 NAME is a string--the menu item name.
|
|
8761
|
|
8762 CALLBACK is a command to run when the item is chosen,
|
|
8763 or a list to evaluate when the item is chosen.
|
|
8764
|
|
8765 ENABLE is an expression; the item is enabled for selection
|
|
8766 whenever this expression's value is non-nil.
|
|
8767
|
|
8768 Alternatively, a menu item may have the form:
|
|
8769
|
|
8770 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
|
|
8771
|
|
8772 Where KEYWORD is one of the symbol defined below.
|
|
8773
|
|
8774 :keys KEYS
|
|
8775
|
|
8776 KEYS is a string; a complex keyboard equivalent to this menu item.
|
|
8777
|
|
8778 :active ENABLE
|
|
8779
|
|
8780 ENABLE is an expression; the item is enabled for selection
|
|
8781 whenever this expression's value is non-nil.
|
|
8782
|
|
8783 :suffix NAME
|
|
8784
|
|
8785 NAME is a string; the name of an argument to CALLBACK.
|
|
8786
|
|
8787 :style STYLE
|
|
8788
|
|
8789 STYLE is a symbol describing the type of menu item. The following are
|
|
8790 defined:
|
|
8791
|
|
8792 toggle: A checkbox.
|
|
8793 Currently just prepend the name with the string \"Toggle \".
|
|
8794 radio: A radio button.
|
|
8795 nil: An ordinary menu item.
|
|
8796
|
|
8797 :selected SELECTED
|
|
8798
|
|
8799 SELECTED is an expression; the checkbox or radio button is selected
|
|
8800 whenever this expression's value is non-nil.
|
|
8801 Currently just disable radio buttons, no effect on checkboxes.
|
|
8802
|
|
8803 A menu item can be a string. Then that string appears in the menu as
|
|
8804 unselectable text. A string consisting solely of hyphens is displayed
|
|
8805 as a solid horizontal line.
|
|
8806
|
|
8807 A menu item can be a list. It is treated as a submenu.
|
|
8808 The first element should be the submenu name. That's used as the
|
|
8809 menu item in the top-level menu. The cdr of the submenu list
|
|
8810 is a list of menu items, as above." nil 'macro)
|
|
8811
|
|
8812 ;;;***
|
|
8813
|
98
|
8814 ;;;### (autoloads (insert-kbd-macro format-kbd-macro read-kbd-macro edit-named-kbd-macro edit-last-kbd-macro edit-kbd-macro) "edmacro" "utils/edmacro.el")
|
|
8815
|
|
8816 (define-key ctl-x-map "\C-k" 'edit-kbd-macro)
|
|
8817
|
|
8818 (defvar edmacro-eight-bits nil "\
|
|
8819 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
|
|
8820 Default nil means to write characters above \\177 in octal notation.")
|
|
8821
|
|
8822 (autoload 'edit-kbd-macro "edmacro" "\
|
|
8823 Edit a keyboard macro.
|
|
8824 At the prompt, type any key sequence which is bound to a keyboard macro.
|
|
8825 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
|
|
8826 the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by
|
|
8827 its command name.
|
|
8828 With a prefix argument, format the macro in a more concise way." t nil)
|
|
8829
|
|
8830 (autoload 'edit-last-kbd-macro "edmacro" "\
|
|
8831 Edit the most recently defined keyboard macro." t nil)
|
|
8832
|
|
8833 (autoload 'edit-named-kbd-macro "edmacro" "\
|
|
8834 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'." t nil)
|
|
8835
|
|
8836 (autoload 'read-kbd-macro "edmacro" "\
|
|
8837 Read the region as a keyboard macro definition.
|
|
8838 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
|
|
8839 See documentation for `edmacro-mode' for details.
|
|
8840 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
|
|
8841 The resulting macro is installed as the \"current\" keyboard macro.
|
|
8842
|
|
8843 In Lisp, may also be called with a single STRING argument in which case
|
|
8844 the result is returned rather than being installed as the current macro.
|
|
8845 The result will be a string if possible, otherwise an event vector.
|
|
8846 Second argument NEED-VECTOR means to return an event vector always." t nil)
|
|
8847
|
|
8848 (autoload 'format-kbd-macro "edmacro" "\
|
|
8849 Return the keyboard macro MACRO as a human-readable string.
|
|
8850 This string is suitable for passing to `read-kbd-macro'.
|
|
8851 Second argument VERBOSE means to put one command per line with comments.
|
|
8852 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
|
|
8853 or nil, use a compact 80-column format." nil nil)
|
|
8854
|
|
8855 (autoload 'insert-kbd-macro "edmacro" "\
|
|
8856 Insert in buffer the definition of kbd macro NAME, as Lisp code.
|
|
8857 Optional second arg KEYS means also record the keys it is on
|
|
8858 \(this is the prefix argument, when calling interactively).
|
|
8859
|
|
8860 This Lisp code will, when executed, define the kbd macro with the same
|
|
8861 definition it has now. If you say to record the keys, the Lisp code
|
|
8862 will also rebind those keys to the macro. Only global key bindings
|
|
8863 are recorded since executing this Lisp code always makes global
|
|
8864 bindings.
|
|
8865
|
|
8866 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
|
|
8867 use this command, and then save the file." t nil)
|
|
8868
|
|
8869 ;;;***
|
|
8870
|
|
8871 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode) "eldoc" "utils/eldoc.el")
|
|
8872
|
|
8873 (defvar eldoc-mode nil "\
|
|
8874 *If non-nil, show the defined parameters for the elisp function near point.
|
|
8875
|
|
8876 For the emacs lisp function at the beginning of the sexp which point is
|
|
8877 within, show the defined parameters for the function in the echo area.
|
|
8878 This information is extracted directly from the function or macro if it is
|
|
8879 in pure lisp. If the emacs function is a subr, the parameters are obtained
|
|
8880 from the documentation string if possible.
|
|
8881
|
|
8882 If point is over a documented variable, print that variable's docstring
|
|
8883 instead.
|
|
8884
|
|
8885 This variable is buffer-local.")
|
|
8886
|
|
8887 (autoload 'eldoc-mode "eldoc" "\
|
|
8888 *Enable or disable eldoc mode.
|
|
8889 See documentation for the variable of the same name for more details.
|
|
8890
|
|
8891 If called interactively with no prefix argument, toggle current condition
|
|
8892 of the mode.
|
|
8893 If called with a positive or negative prefix argument, enable or disable
|
|
8894 the mode, respectively." t nil)
|
|
8895
|
|
8896 (autoload 'turn-on-eldoc-mode "eldoc" "\
|
|
8897 Unequivocally turn on eldoc-mode (see variable documentation)." t nil)
|
|
8898
|
|
8899 ;;;***
|
|
8900
|
78
|
8901 ;;;### (autoloads (elp-submit-bug-report elp-results elp-instrument-package elp-instrument-list elp-restore-function elp-instrument-function) "elp" "utils/elp.el")
|
|
8902
|
|
8903 (autoload 'elp-instrument-function "elp" "\
|
|
8904 Instrument FUNSYM for profiling.
|
|
8905 FUNSYM must be a symbol of a defined function." t nil)
|
|
8906
|
|
8907 (autoload 'elp-restore-function "elp" "\
|
|
8908 Restore an instrumented function to its original definition.
|
|
8909 Argument FUNSYM is the symbol of a defined function." t nil)
|
|
8910
|
|
8911 (autoload 'elp-instrument-list "elp" "\
|
|
8912 Instrument for profiling, all functions in `elp-function-list'.
|
|
8913 Use optional LIST if provided instead." t nil)
|
|
8914
|
|
8915 (autoload 'elp-instrument-package "elp" "\
|
|
8916 Instrument for profiling, all functions which start with PREFIX.
|
|
8917 For example, to instrument all ELP functions, do the following:
|
|
8918
|
|
8919 \\[elp-instrument-package] RET elp- RET" t nil)
|
|
8920
|
|
8921 (autoload 'elp-results "elp" "\
|
|
8922 Display current profiling results.
|
|
8923 If `elp-reset-after-results' is non-nil, then current profiling
|
|
8924 information for all instrumented functions are reset after results are
|
|
8925 displayed." t nil)
|
|
8926
|
|
8927 (autoload 'elp-submit-bug-report "elp" "\
|
|
8928 Submit via mail, a bug report on elp." t nil)
|
|
8929
|
|
8930 ;;;***
|
|
8931
|
|
8932 ;;;### (autoloads (list-colors-display facemenu-read-color list-text-properties-at facemenu-remove-special facemenu-remove-props facemenu-set-read-only facemenu-set-intangible facemenu-set-invisible facemenu-make-much-smaller facemenu-make-much-larger facemenu-make-smaller facemenu-make-larger facemenu-set-size-default facemenu-set-face-from-menu facemenu-set-background facemenu-set-foreground facemenu-set-face) "facemenu" "utils/facemenu.el")
|
|
8933
|
|
8934 (defvar facemenu-menu nil "\
|
|
8935 Facemenu top-level menu keymap.")
|
|
8936
|
|
8937 (defvar facemenu-keymap (let ((map (make-sparse-keymap "Set face"))) (define-key map ?o 'facemenu-set-face) map) "\
|
|
8938 Keymap for face-changing commands.
|
|
8939 `Facemenu-update' fills in the keymap according to the bindings
|
|
8940 requested in `facemenu-keybindings'.")
|
|
8941
|
|
8942 (autoload 'facemenu-set-face "facemenu" "\
|
|
8943 Add FACE to the region or next character typed.
|
|
8944 It will be added to the top of the face list; any faces lower on the list that
|
|
8945 will not show through at all will be removed.
|
|
8946
|
|
8947 Interactively, the face to be used is read with the minibuffer.
|
|
8948
|
|
8949 If the region is active and there is no prefix argument,
|
|
8950 this command sets the region to the requested face.
|
|
8951
|
|
8952 Otherwise, this command specifies the face for the next character
|
|
8953 inserted. Moving point or switching buffers before
|
|
8954 typing a character to insert cancels the specification." t nil)
|
|
8955
|
|
8956 (autoload 'facemenu-set-foreground "facemenu" "\
|
|
8957 Set the foreground color of the region or next character typed.
|
|
8958 The color is prompted for. A face named `fg:color' is used (or created).
|
|
8959 If the region is active, it will be set to the requested face. If
|
|
8960 it is inactive (even if mark-even-if-inactive is set) the next
|
|
8961 character that is typed (via `self-insert-command') will be set to
|
|
8962 the selected face. Moving point or switching buffers before
|
|
8963 typing a character cancels the request." t nil)
|
|
8964
|
|
8965 (autoload 'facemenu-set-background "facemenu" "\
|
|
8966 Set the background color of the region or next character typed.
|
|
8967 The color is prompted for. A face named `bg:color' is used (or created).
|
|
8968 If the region is active, it will be set to the requested face. If
|
|
8969 it is inactive (even if mark-even-if-inactive is set) the next
|
|
8970 character that is typed (via `self-insert-command') will be set to
|
|
8971 the selected face. Moving point or switching buffers before
|
|
8972 typing a character cancels the request." t nil)
|
|
8973
|
|
8974 (autoload 'facemenu-set-face-from-menu "facemenu" "\
|
|
8975 Set the face of the region or next character typed.
|
|
8976 This function is designed to be called from a menu; the face to use
|
|
8977 is the menu item's name.
|
|
8978
|
|
8979 If the region is active and there is no prefix argument,
|
|
8980 this command sets the region to the requested face.
|
|
8981
|
|
8982 Otherwise, this command specifies the face for the next character
|
|
8983 inserted. Moving point or switching buffers before
|
|
8984 typing a character to insert cancels the specification." nil nil)
|
|
8985
|
|
8986 (autoload 'facemenu-set-size-default "facemenu" nil t nil)
|
|
8987
|
|
8988 (autoload 'facemenu-make-larger "facemenu" nil t nil)
|
|
8989
|
|
8990 (autoload 'facemenu-make-smaller "facemenu" nil t nil)
|
|
8991
|
|
8992 (autoload 'facemenu-make-much-larger "facemenu" nil t nil)
|
|
8993
|
|
8994 (autoload 'facemenu-make-much-smaller "facemenu" nil t nil)
|
|
8995
|
|
8996 (autoload 'facemenu-set-invisible "facemenu" "\
|
|
8997 Make the region invisible.
|
|
8998 This sets the `invisible' text property; it can be undone with
|
|
8999 `facemenu-remove-special'." t nil)
|
|
9000
|
|
9001 (autoload 'facemenu-set-intangible "facemenu" "\
|
|
9002 Make the region intangible: disallow moving into it.
|
|
9003 This sets the `intangible' text property; it can be undone with
|
|
9004 `facemenu-remove-special'." t nil)
|
|
9005
|
|
9006 (autoload 'facemenu-set-read-only "facemenu" "\
|
|
9007 Make the region unmodifiable.
|
|
9008 This sets the `read-only' text property; it can be undone with
|
|
9009 `facemenu-remove-special'." t nil)
|
|
9010
|
|
9011 (autoload 'facemenu-remove-props "facemenu" "\
|
|
9012 Remove all text properties that facemenu added to region." t nil)
|
|
9013
|
|
9014 (autoload 'facemenu-remove-special "facemenu" "\
|
|
9015 Remove all the \"special\" text properties from the region.
|
|
9016 These special properties include `invisible', `intangible' and `read-only'." t nil)
|
|
9017
|
|
9018 (autoload 'list-text-properties-at "facemenu" "\
|
|
9019 Pop up a buffer listing text-properties at LOCATION." t nil)
|
|
9020
|
|
9021 (autoload 'facemenu-read-color "facemenu" "\
|
|
9022 Read a color using the minibuffer." nil nil)
|
|
9023
|
|
9024 (autoload 'list-colors-display "facemenu" "\
|
|
9025 Display names of defined colors, and show what they look like.
|
|
9026 If the optional argument LIST is non-nil, it should be a list of
|
|
9027 colors to display. Otherwise, this command computes a list
|
|
9028 of colors that the current display can handle." t nil)
|
|
9029
|
|
9030 ;;;***
|
|
9031
|
98
|
9032 ;;;### (autoloads (floating-toolbar-from-extent-or-popup-mode-menu floating-toolbar-or-popup-mode-menu floating-toolbar) "floating-toolbar" "utils/floating-toolbar.el")
|
|
9033
|
|
9034 (autoload 'floating-toolbar "floating-toolbar" "\
|
|
9035 Popup a toolbar near the current mouse position.
|
|
9036 The toolbar instantiator used is taken from the 'floating-toolbar
|
|
9037 property of any extent under the mouse. If no such non-nil
|
|
9038 property exists for any extent under the mouse, then the value of the
|
|
9039 variable `floating-toolbar' is checked. If its value si nil, then
|
|
9040 no toolbar will be displayed.
|
|
9041
|
|
9042 This command should be bound to a button press event.
|
|
9043
|
|
9044 When called from a program, first arg EVENT should be the button
|
|
9045 press event. Optional second arg EXTENT-LOCAL-ONLY specifies
|
|
9046 that only extent local toolbars should be used; this means the
|
|
9047 `floating-toolbar' variable will not be consulted." t nil)
|
|
9048
|
|
9049 (autoload 'floating-toolbar-or-popup-mode-menu "floating-toolbar" "\
|
|
9050 Like floating-toolbar, but if no toolbar is displayed
|
|
9051 run popup-mode-menu." t nil)
|
|
9052
|
|
9053 (autoload 'floating-toolbar-from-extent-or-popup-mode-menu "floating-toolbar" "\
|
|
9054 Like floating-toolbar-or-popup-mode-menu, but search only for an
|
|
9055 extent local toolbar." t nil)
|
|
9056
|
|
9057 ;;;***
|
|
9058
|
78
|
9059 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" "utils/flow-ctrl.el")
|
|
9060
|
|
9061 (autoload 'enable-flow-control "flow-ctrl" "\
|
|
9062 Toggle flow control handling.
|
|
9063 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
|
|
9064 With arg, enable flow control mode if arg is positive, otherwise disable." t nil)
|
|
9065
|
|
9066 (autoload 'enable-flow-control-on "flow-ctrl" "\
|
|
9067 Enable flow control if using one of a specified set of terminal types.
|
|
9068 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
|
|
9069 on VT-100 and H19 terminals. When flow control is enabled,
|
|
9070 you must type C-\\ to get the effect of a C-s, and type C-^
|
|
9071 to get the effect of a C-q.
|
|
9072
|
|
9073 This function has no effect unless the current device is a tty.
|
|
9074
|
|
9075 The tty terminal type is determined from the TERM environment variable.
|
|
9076 Trailing hyphens and everything following is stripped, so a TERM
|
|
9077 value of \"vt100-nam\" is treated the same as \"vt100\"." nil nil)
|
|
9078
|
|
9079 ;;;***
|
|
9080
|
|
9081 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) "forms" "utils/forms.el")
|
|
9082
|
|
9083 (autoload 'forms-mode "forms" "\
|
|
9084 Major mode to visit files in a field-structured manner using a form.
|
|
9085
|
|
9086 Commands: Equivalent keys in read-only mode:
|
|
9087 TAB forms-next-field TAB
|
|
9088 \\C-c TAB forms-next-field
|
|
9089 \\C-c < forms-first-record <
|
|
9090 \\C-c > forms-last-record >
|
|
9091 \\C-c ? describe-mode ?
|
|
9092 \\C-c \\C-k forms-delete-record
|
|
9093 \\C-c \\C-q forms-toggle-read-only q
|
|
9094 \\C-c \\C-o forms-insert-record
|
|
9095 \\C-c \\C-l forms-jump-record l
|
|
9096 \\C-c \\C-n forms-next-record n
|
|
9097 \\C-c \\C-p forms-prev-record p
|
|
9098 \\C-c \\C-r forms-search-backward r
|
|
9099 \\C-c \\C-s forms-search-forward s
|
|
9100 \\C-c \\C-x forms-exit x
|
|
9101 " t nil)
|
|
9102
|
|
9103 (autoload 'forms-find-file "forms" "\
|
|
9104 Visit a file in Forms mode." t nil)
|
|
9105
|
|
9106 (autoload 'forms-find-file-other-window "forms" "\
|
|
9107 Visit a file in Forms mode in other window." t nil)
|
|
9108
|
|
9109 ;;;***
|
|
9110
|
|
9111 ;;;### (autoloads (highlight-headers-follow-url highlight-headers-follow-url-mosaic highlight-headers-follow-url-netscape highlight-headers) "highlight-headers" "utils/highlight-headers.el")
|
|
9112
|
|
9113 (autoload 'highlight-headers "highlight-headers" "\
|
|
9114 Highlight message headers between start and end.
|
|
9115 Faces used:
|
|
9116 message-headers the part before the colon
|
|
9117 message-header-contents the part after the colon
|
|
9118 message-highlighted-header-contents contents of \"special\" headers
|
|
9119 message-cited-text quoted text from other messages
|
|
9120
|
|
9121 Variables used:
|
|
9122
|
|
9123 highlight-headers-regexp what makes a \"special\" header
|
|
9124 highlight-headers-citation-regexp matches lines of quoted text
|
|
9125 highlight-headers-citation-header-regexp matches headers for quoted text
|
|
9126
|
|
9127 If HACK-SIG is true,then we search backward from END for something that
|
|
9128 looks like the beginning of a signature block, and don't consider that a
|
|
9129 part of the message (this is because signatures are often incorrectly
|
|
9130 interpreted as cited text.)" nil nil)
|
|
9131
|
|
9132 (autoload 'highlight-headers-follow-url-netscape "highlight-headers" nil nil nil)
|
|
9133
|
|
9134 (autoload 'highlight-headers-follow-url-mosaic "highlight-headers" nil nil nil)
|
|
9135
|
|
9136 (autoload 'highlight-headers-follow-url "highlight-headers" nil t nil)
|
|
9137
|
|
9138 ;;;***
|
|
9139
|
|
9140 ;;;### (autoloads (id-select-double-click-hook id-select-and-kill-thing id-select-and-copy-thing id-select-goto-matching-tag id-select-thing-with-mouse id-select-thing) "id-select" "utils/id-select.el")
|
|
9141
|
|
9142 (autoload 'id-select-thing "id-select" "\
|
|
9143 Mark the region selected by the syntax of the thing at point.
|
|
9144 If invoked repeatedly, selects bigger and bigger things.
|
|
9145 If `id-select-display-type' is non-nil, the type of selection is displayed in
|
|
9146 the minibuffer." t nil)
|
|
9147
|
|
9148 (autoload 'id-select-thing-with-mouse "id-select" "\
|
|
9149 Select a region based on the syntax of the character from a mouse click.
|
|
9150 If the click occurs at the same point as the last click, select
|
|
9151 the next larger syntactic structure. If `id-select-display-type' is non-nil,
|
|
9152 the type of selection is displayed in the minibuffer." t nil)
|
|
9153
|
|
9154 (autoload 'id-select-goto-matching-tag "id-select" "\
|
|
9155 If in a major mode listed in `id-select-markup-modes,' moves point to the start of the tag paired with the closest tag that point is within or precedes.
|
|
9156 Returns t if point is moved, else nil.
|
|
9157 Signals an error if no tag is found following point or if the closing tag
|
|
9158 does not have a `>' terminator character." t nil)
|
|
9159
|
|
9160 (autoload 'id-select-and-copy-thing "id-select" "\
|
|
9161 Copy the region surrounding the syntactical unit at point." t nil)
|
|
9162
|
|
9163 (autoload 'id-select-and-kill-thing "id-select" "\
|
|
9164 Kill the region surrounding the syntactical unit at point." t nil)
|
|
9165
|
|
9166 (autoload 'id-select-double-click-hook "id-select" "\
|
|
9167 Select a region based on the syntax of the character wherever the mouse is double-clicked.
|
|
9168 If the double-click occurs at the same point as the last double-click, select
|
|
9169 the next larger syntactic structure. If `id-select-display-type' is non-nil,
|
|
9170 the type of selection is displayed in the minibuffer." nil nil)
|
|
9171
|
|
9172 ;;;***
|
|
9173
|
|
9174 ;;;### (autoloads (unload-feature) "loadhist" "utils/loadhist.el")
|
|
9175
|
|
9176 (autoload 'unload-feature "loadhist" "\
|
|
9177 Unload the library that provided FEATURE, restoring all its autoloads.
|
|
9178 If the feature is required by any other loaded code, and optional FORCE
|
|
9179 is nil, raise an error." t nil)
|
|
9180
|
|
9181 ;;;***
|
|
9182
|
|
9183 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" "utils/mail-extr.el")
|
|
9184
|
|
9185 (autoload 'mail-extract-address-components "mail-extr" "\
|
|
9186 Given an RFC-822 ADDRESS, extract full name and canonical address.
|
|
9187 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
|
|
9188 If no name can be extracted, FULL-NAME will be nil.
|
|
9189 ADDRESS may be a string or a buffer. If it is a buffer, the visible
|
|
9190 (narrowed) portion of the buffer will be interpreted as the address.
|
|
9191 (This feature exists so that the clever caller might be able to avoid
|
|
9192 consing a string.)
|
|
9193 If ADDRESS contains more than one RFC-822 address, only the first is
|
|
9194 returned. Some day this function may be extended to extract multiple
|
|
9195 addresses, or perhaps return the position at which parsing stopped." nil nil)
|
|
9196
|
|
9197 (autoload 'what-domain "mail-extr" "\
|
|
9198 Prompts for a mail domain, and prints the country it corresponds to
|
|
9199 in the minibuffer." t nil)
|
|
9200
|
|
9201 ;;;***
|
|
9202
|
|
9203 ;;;### (autoloads (mail-fetch-field mail-file-babyl-p) "mail-utils" "utils/mail-utils.el")
|
|
9204
|
|
9205 (defvar mail-use-rfc822 nil "\
|
|
9206 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
|
|
9207 Otherwise, (the default) use a smaller, somewhat faster, and
|
|
9208 often correct parser.")
|
|
9209
|
|
9210 (autoload 'mail-file-babyl-p "mail-utils" nil nil nil)
|
|
9211
|
|
9212 (autoload 'mail-fetch-field "mail-utils" "\
|
|
9213 Return the value of the header field FIELD-NAME.
|
|
9214 The buffer is expected to be narrowed to just the headers of the message.
|
|
9215 If second arg LAST is non-nil, use the last such field if there are several.
|
|
9216 If third arg ALL is non-nil, concatenate all such fields with commas between." nil nil)
|
|
9217
|
|
9218 ;;;***
|
|
9219
|
|
9220 ;;;### (autoloads (read-passwd) "passwd" "utils/passwd.el")
|
|
9221
|
|
9222 (autoload 'read-passwd "passwd" "\
|
|
9223 Prompts for a password in the minibuffer, and returns it as a string.
|
|
9224 If PROMPT may be a prompt string or an alist of elements
|
|
9225 '(prompt . default).
|
|
9226 If optional arg CONFIRM is true, then ask the user to type the password
|
|
9227 again to confirm that they typed it correctly.
|
|
9228 If optional arg DEFAULT is provided, then it is a string to insert as
|
|
9229 the default choice (it is not, of course, displayed.)
|
|
9230
|
|
9231 If running under X, the keyboard will be grabbed (with XGrabKeyboard())
|
|
9232 to reduce the possibility that evesdropping is occuring.
|
|
9233
|
|
9234 When reading a password, all keys self-insert, except for:
|
|
9235 \\<read-passwd-map>
|
|
9236 \\[read-passwd-erase-line] Erase the entire line.
|
|
9237 \\[quoted-insert] Insert the next character literally.
|
|
9238 \\[delete-backward-char] Delete the previous character.
|
|
9239 \\[exit-minibuffer] Accept what you have typed.
|
|
9240 \\[keyboard-quit] Abort the command.
|
|
9241
|
|
9242 The returned value is always a newly-created string. No additional copies
|
|
9243 of the password remain after this function has returned.
|
|
9244
|
|
9245 NOTE: unless great care is taken, the typed password will exist in plaintext
|
|
9246 form in the running image for an arbitrarily long time. Priveleged users may
|
|
9247 be able to extract it from memory. If emacs crashes, it may appear in the
|
|
9248 resultant core file.
|
|
9249
|
|
9250 Some steps you can take to prevent the password from being copied around:
|
|
9251
|
|
9252 - as soon as you are done with the returned string, destroy it with
|
|
9253 (fillarray string 0). The same goes for any default passwords
|
|
9254 or password histories.
|
|
9255
|
|
9256 - do not copy the string, as with concat or substring - if you do, be
|
|
9257 sure to keep track of and destroy all copies.
|
|
9258
|
|
9259 - do not insert the password into a buffer - if you do, be sure to
|
|
9260 overwrite the buffer text before killing it, as with the functions
|
|
9261 `passwd-erase-buffer' or `passwd-kill-buffer'. Note that deleting
|
|
9262 the text from the buffer does NOT necessarily remove the text from
|
|
9263 memory.
|
|
9264
|
|
9265 - be careful of the undo history - if you insert the password into a
|
|
9266 buffer which has undo recording turned on, the password will be
|
|
9267 copied onto the undo list, and thus recoverable.
|
|
9268
|
|
9269 - do not pass it as an argument to a shell command - anyone will be
|
|
9270 able to see it if they run `ps' at the right time.
|
|
9271
|
|
9272 Note that the password will be temporarily recoverable with the `view-lossage'
|
|
9273 command. This data will not be overwritten until another hundred or so
|
|
9274 characters are typed. There's not currently a way around this." nil nil)
|
|
9275
|
|
9276 ;;;***
|
|
9277
|
|
9278 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp) "pp" "utils/pp.el")
|
|
9279
|
|
9280 (defalias 'pprint 'pp)
|
|
9281
|
|
9282 (autoload 'pp "pp" "\
|
|
9283 Output the pretty-printed representation of OBJECT, any Lisp object.
|
|
9284 Quoting characters are printed when needed to make output that `read'
|
|
9285 can handle, whenever this is possible.
|
|
9286 Output stream is STREAM, or value of `standard-output' (which see)." nil nil)
|
|
9287
|
|
9288 (autoload 'pp-eval-expression "pp" "\
|
|
9289 Evaluate EXPRESSION and pretty-print value into a new display buffer.
|
|
9290 If the pretty-printed value fits on one line, the message line is used
|
|
9291 instead. Value is also consed on to front of variable values 's
|
|
9292 value." t nil)
|
|
9293
|
|
9294 (autoload 'pp-eval-last-sexp "pp" "\
|
|
9295 Run `pp-eval-expression' on sexp before point (which see).
|
|
9296 With argument, pretty-print output into current buffer.
|
|
9297 Ignores leading comment characters." t nil)
|
|
9298
|
|
9299 ;;;***
|
|
9300
|
|
9301 ;;;### (autoloads (prettyexpand-all-sexp prettyexpand-sexp macroexpand-all-sexp macroexpand-sexp pp-plist pp-variable pp-function) "pretty-print" "utils/pretty-print.el")
|
|
9302
|
|
9303 (autoload 'pp-function "pretty-print" "\
|
|
9304 Pretty print the function definition of SYMBOL in a seperate buffer" t nil)
|
|
9305
|
|
9306 (autoload 'pp-variable "pretty-print" "\
|
|
9307 Pretty print the variable value of SYMBOL in a seperate buffer" t nil)
|
|
9308
|
|
9309 (autoload 'pp-plist "pretty-print" "\
|
|
9310 Pretty print the property list of SYMBOL in a seperate buffer" t nil)
|
|
9311
|
|
9312 (autoload 'macroexpand-sexp "pretty-print" "\
|
|
9313 Macro expand the sexpression following point. Pretty print expansion in a
|
|
9314 temporary buffer. With prefix argument, replace the original
|
|
9315 sexpression by its expansion in the current buffer." t nil)
|
|
9316
|
|
9317 (autoload 'macroexpand-all-sexp "pretty-print" "\
|
|
9318 Macro expand recursively the sexpression following point. Pretty print
|
|
9319 expansion in a temporary buffer. With prefix argument, replace the
|
|
9320 original sexpression by its expansion in the current buffer." t nil)
|
|
9321
|
|
9322 (autoload 'prettyexpand-sexp "pretty-print" "\
|
|
9323 Macro expand the sexpression following point. Pretty print expansion
|
|
9324 in a temporary buffer. With prefix argument, replace the original
|
|
9325 sexpression by its expansion in the current buffer.
|
|
9326 However, calls to macros specified in the variable
|
|
9327 `pp-shadow-expansion-list' are not expanded, in order to make the code
|
|
9328 look nicer." t nil)
|
|
9329
|
|
9330 (autoload 'prettyexpand-all-sexp "pretty-print" "\
|
|
9331 Macro expand recursively the sexpression following point. Pretty print
|
|
9332 expansion in a temporary buffer. With prefix argument, replace the
|
|
9333 original sexpression by its expansion in the current buffer.
|
|
9334 However, calls to macros specified in the variable
|
|
9335 `pp-shadow-expansion-list' are not expanded, in order to make the code
|
|
9336 look nicer." t nil)
|
|
9337
|
|
9338 ;;;***
|
|
9339
|
|
9340 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "utils/reporter.el")
|
|
9341
|
|
9342 (autoload 'reporter-submit-bug-report "reporter" nil nil nil)
|
|
9343
|
|
9344 ;;;***
|
|
9345
|
|
9346 ;;;### (autoloads (make-ring ringp) "ring" "utils/ring.el")
|
|
9347
|
|
9348 (autoload 'ringp "ring" "\
|
|
9349 Returns t if X is a ring; nil otherwise." nil nil)
|
|
9350
|
|
9351 (define-obsolete-function-alias 'ring-p 'ringp)
|
|
9352
|
|
9353 (autoload 'make-ring "ring" "\
|
|
9354 Make a ring that can contain SIZE elements." nil nil)
|
|
9355
|
|
9356 ;;;***
|
|
9357
|
|
9358 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy skeleton-proxy-new define-skeleton) "skeleton" "utils/skeleton.el")
|
|
9359
|
|
9360 (defvar skeleton-filter 'identity "\
|
|
9361 Function for transforming a skeleton proxy's aliases' variable value.")
|
|
9362
|
|
9363 (autoload 'define-skeleton "skeleton" "\
|
|
9364 Define a user-configurable COMMAND that enters a statement skeleton.
|
|
9365 DOCUMENTATION is that of the command, while the variable of the same name,
|
|
9366 which contains the skeleton, has a documentation to that effect.
|
|
9367 INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'." nil 'macro)
|
|
9368
|
|
9369 (autoload 'skeleton-proxy-new "skeleton" "\
|
|
9370 Insert skeleton defined by variable of same name (see `skeleton-insert').
|
|
9371 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
|
|
9372 If no ARG was given, but the region is visible, ARG defaults to -1 depending
|
|
9373 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
|
|
9374 This command can also be an abbrev expansion (3rd and 4th columns in
|
|
9375 \\[edit-abbrevs] buffer: \"\" command-name).
|
|
9376
|
|
9377 When called as a function, optional first argument STR may also be a string
|
|
9378 which will be the value of `str' whereas the skeleton's interactor is then
|
|
9379 ignored." t nil)
|
|
9380
|
|
9381 (autoload 'skeleton-proxy "skeleton" "\
|
|
9382 Insert skeleton defined by variable of same name (see `skeleton-insert').
|
|
9383 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
|
|
9384 If no ARG was given, but the region is visible, ARG defaults to -1 depending
|
|
9385 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
|
|
9386 This command can also be an abbrev expansion (3rd and 4th columns in
|
|
9387 \\[edit-abbrevs] buffer: \"\" command-name).
|
|
9388
|
|
9389 When called as a function, optional first argument STR may also be a string
|
|
9390 which will be the value of `str' whereas the skeleton's interactor is then
|
|
9391 ignored." t nil)
|
|
9392
|
|
9393 (autoload 'skeleton-insert "skeleton" "\
|
|
9394 Insert the complex statement skeleton SKELETON describes very concisely.
|
|
9395
|
|
9396 With optional third REGIONS wrap first interesting point (`_') in skeleton
|
|
9397 around next REGIONS words, if REGIONS is positive. If REGIONS is negative,
|
|
9398 wrap REGIONS preceding interregions into first REGIONS interesting positions
|
|
9399 \(successive `_'s) in skeleton. An interregion is the stretch of text between
|
|
9400 two contiguous marked points. If you marked A B C [] (where [] is the cursor)
|
|
9401 in alphabetical order, the 3 interregions are simply the last 3 regions. But
|
|
9402 if you marked B A [] C, the interregions are B-A, A-[], []-C.
|
|
9403
|
|
9404 Optional fourth STR is the value for the variable `str' within the skeleton.
|
|
9405 When this is non-`nil' the interactor gets ignored, and this should be a valid
|
|
9406 skeleton element.
|
|
9407
|
|
9408 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
|
|
9409 not needed, a prompt-string or an expression for complex read functions.
|
|
9410
|
|
9411 If ELEMENT is a string or a character it gets inserted (see also
|
|
9412 `skeleton-transformation'). Other possibilities are:
|
|
9413
|
|
9414 \\n go to next line and indent according to mode
|
|
9415 _ interesting point, interregion here, point after termination
|
|
9416 > indent line (or interregion if > _) according to major mode
|
|
9417 & do next ELEMENT if previous moved point
|
|
9418 | do next ELEMENT if previous didn't move point
|
|
9419 -num delete num preceding characters (see `skeleton-untabify')
|
|
9420 resume: skipped, continue here if quit is signaled
|
|
9421 nil skipped
|
|
9422
|
|
9423 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
|
|
9424 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
|
|
9425 different inputs. The SKELETON is processed as often as the user enters a
|
|
9426 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
|
|
9427 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
|
|
9428 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
|
|
9429 formatted with `skeleton-subprompt'. Such an INTERACTOR may also a list of
|
|
9430 strings with the subskeleton being repeated once for each string.
|
|
9431
|
|
9432 Quoted Lisp expressions are evaluated evaluated for their side-effect.
|
|
9433 Other Lisp expressions are evaluated and the value treated as above.
|
|
9434 Note that expressions may not return `t' since this implies an
|
|
9435 endless loop. Modes can define other symbols by locally setting them
|
|
9436 to any valid skeleton element. The following local variables are
|
|
9437 available:
|
|
9438
|
|
9439 str first time: read a string according to INTERACTOR
|
|
9440 then: insert previously read string once more
|
|
9441 help help-form during interaction with the user or `nil'
|
|
9442 input initial input (string or cons with index) while reading str
|
|
9443 v1, v2 local variables for memorizing anything you want
|
|
9444
|
|
9445 When done with skeleton, but before going back to `_'-point call
|
|
9446 `skeleton-end-hook' if that is non-`nil'." nil nil)
|
|
9447
|
|
9448 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
|
|
9449 Insert the character you type ARG times.
|
|
9450
|
|
9451 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
|
|
9452 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
|
|
9453 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
|
|
9454 word, and if `skeleton-pair-filter' returns nil, pairing is performed.
|
|
9455
|
|
9456 If a match is found in `skeleton-pair-alist', that is inserted, else
|
|
9457 the defaults are used. These are (), [], {}, <> and `' for the
|
|
9458 symmetrical ones, and the same character twice for the others." t nil)
|
|
9459
|
|
9460 ;;;***
|
|
9461
|
86
|
9462 ;;;### (autoloads nil "timezone" "utils/timezone.el")
|
|
9463
|
|
9464 (define-error 'invalid-date "Invalid date string")
|
|
9465
|
|
9466 ;;;***
|
|
9467
|
78
|
9468 ;;;### (autoloads (tq-create) "tq" "utils/tq.el")
|
|
9469
|
|
9470 (autoload 'tq-create "tq" "\
|
|
9471 Create and return a transaction queue communicating with PROCESS.
|
|
9472 PROCESS should be a subprocess capable of sending and receiving
|
|
9473 streams of bytes. It may be a local process, or it may be connected
|
|
9474 to a tcp server on another machine." nil nil)
|
|
9475
|
|
9476 ;;;***
|
|
9477
|
|
9478 ;;;### (autoloads (trace-function-background trace-function) "trace" "utils/trace.el")
|
|
9479
|
|
9480 (defvar trace-buffer "*trace-output*" "\
|
|
9481 *Trace output will by default go to that buffer.")
|
|
9482
|
|
9483 (autoload 'trace-function "trace" "\
|
|
9484 Traces FUNCTION with trace output going to BUFFER.
|
|
9485 For every call of FUNCTION Lisp-style trace messages that display argument
|
|
9486 and return values will be inserted into BUFFER. This function generates the
|
|
9487 trace advice for FUNCTION and activates it together with any other advice
|
|
9488 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
|
|
9489 Do not use this to trace functions that switch buffers or do any other
|
|
9490 display oriented stuff, use `trace-function-background' instead." t nil)
|
|
9491
|
|
9492 (autoload 'trace-function-background "trace" "\
|
|
9493 Traces FUNCTION with trace output going quietly to BUFFER.
|
|
9494 For every call of FUNCTION Lisp-style trace messages that display argument
|
|
9495 and return values will be inserted into BUFFER. This function generates the
|
|
9496 trace advice for FUNCTION and activates it together with any other advice
|
|
9497 there might be!! Trace output will quietly go to BUFFER without changing
|
|
9498 the window or buffer configuration at all." t nil)
|
|
9499
|
|
9500 ;;;***
|
|
9501
|
|
9502 ;;;### (autoloads (y-or-n-p-with-timeout yes-or-no-p-with-timeout with-timeout with-timeout-internal) "with-timeout" "utils/with-timeout.el")
|
|
9503
|
|
9504 (autoload 'with-timeout-internal "with-timeout" nil nil nil)
|
|
9505
|
|
9506 (autoload 'with-timeout "with-timeout" "\
|
|
9507 Usage: (with-timeout (seconds &rest timeout-forms) &rest body)
|
|
9508 This is just like progn, but if the given number of seconds expires before
|
|
9509 the body returns, then timeout-forms are evaluated and returned instead.
|
|
9510 The body won't be interrupted in the middle of a computation: the check for
|
|
9511 the timer expiration only occurs when body does a redisplay, or prompts the
|
|
9512 user for input, or calls accept-process-output." nil 'macro)
|
|
9513
|
|
9514 (autoload 'yes-or-no-p-with-timeout "with-timeout" "\
|
|
9515 Just like yes-or-no-p, but will time out after TIMEOUT seconds
|
|
9516 if the user has not yes answered, returning DEFAULT-VALUE." nil nil)
|
|
9517
|
|
9518 (autoload 'y-or-n-p-with-timeout "with-timeout" "\
|
|
9519 Just like y-or-n-p, but will time out after TIMEOUT seconds
|
|
9520 if the user has not yes answered, returning DEFAULT-VALUE." nil nil)
|
|
9521
|
|
9522 ;;;***
|
|
9523
|
|
9524 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el")
|
|
9525
|
|
9526 (autoload 'xbm-button-create "xbm-button" "\
|
|
9527 Returns a list of XBM image instantiators for a button displaying TEXT.
|
|
9528 The list is of the form
|
|
9529 (UP DOWN DISABLED)
|
|
9530 where UP, DOWN, and DISABLED are the up, down and disabled image
|
|
9531 instantiators for the button.
|
|
9532
|
|
9533 BORDER-THICKNESS specifies how many pixels should be used for the
|
|
9534 borders on the edges of the buttons. It should be a positive integer,
|
|
9535 or 0 to mean no border." nil nil)
|
|
9536
|
|
9537 ;;;***
|
|
9538
|
|
9539 ;;;### (autoloads (xpm-button-create) "xpm-button" "utils/xpm-button.el")
|
|
9540
|
|
9541 (autoload 'xpm-button-create "xpm-button" "\
|
|
9542 Returns a list of XPM image instantiators for a button displaying TEXT.
|
|
9543 The list is of the form
|
|
9544 (UP DOWN DISABLED)
|
|
9545 where UP, DOWN, and DISABLED are the up, down and disabled image
|
|
9546 instantiators for the button.
|
|
9547
|
|
9548 SHADOW-THICKNESS specifies how many pixels should be used for the
|
|
9549 shadows on the edges of the buttons. It should be a positive integer,
|
|
9550 or 0 to mean no shadows on the edges.
|
|
9551 FG-COLOR is the color used to display the text. It should be a string.
|
|
9552 BG-COLOR is the background color the text will be displayed upon.
|
|
9553 It should be a string." nil nil)
|
|
9554
|
|
9555 ;;;***
|
|
9556
|
|
9557 ;;;### (autoloads (viper-mode) "viper" "viper/viper.el")
|
|
9558
|
|
9559 (autoload 'viper-mode "viper" "\
|
|
9560 Turn on Viper emulation of Vi." t nil)
|
|
9561
|
|
9562 (defalias 'vip-mode 'viper-mode)
|
|
9563
|
|
9564 ;;;***
|
|
9565
|
|
9566 ;;;### (autoloads (vm-easy-menu-create-keymaps vm-easy-menu-define) "vm-easymenu" "vm/vm-easymenu.el")
|
|
9567
|
|
9568 (autoload 'vm-easy-menu-define "vm-easymenu" "\
|
|
9569 Define a menu bar submenu in maps MAPS, according to MENU.
|
|
9570 The menu keymap is stored in symbol SYMBOL, both as its value
|
|
9571 and as its function definition. DOC is used as the doc string for SYMBOL.
|
|
9572
|
|
9573 The first element of MENU must be a string. It is the menu bar item name.
|
|
9574 The rest of the elements are menu items.
|
|
9575
|
|
9576 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
|
|
9577
|
|
9578 NAME is a string--the menu item name.
|
|
9579
|
|
9580 CALLBACK is a command to run when the item is chosen,
|
|
9581 or a list to evaluate when the item is chosen.
|
|
9582
|
|
9583 ENABLE is an expression; the item is enabled for selection
|
|
9584 whenever this expression's value is non-nil.
|
|
9585
|
|
9586 Alternatively, a menu item may have the form:
|
|
9587
|
|
9588 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
|
|
9589
|
|
9590 Where KEYWORD is one of the symbol defined below.
|
|
9591
|
|
9592 :keys KEYS
|
|
9593
|
|
9594 KEYS is a string; a complex keyboard equivalent to this menu item.
|
|
9595 This is normally not needed because keyboard equivalents are usually
|
|
9596 computed automatically.
|
|
9597
|
|
9598 :active ENABLE
|
|
9599
|
|
9600 ENABLE is an expression; the item is enabled for selection
|
|
9601 whenever this expression's value is non-nil.
|
|
9602
|
|
9603 :suffix NAME
|
|
9604
|
|
9605 NAME is a string; the name of an argument to CALLBACK.
|
|
9606
|
|
9607 :style
|
|
9608
|
|
9609 STYLE is a symbol describing the type of menu item. The following are
|
|
9610 defined:
|
|
9611
|
|
9612 toggle: A checkbox.
|
|
9613 Currently just prepend the name with the string \"Toggle \".
|
|
9614 radio: A radio button.
|
|
9615 nil: An ordinary menu item.
|
|
9616
|
|
9617 :selected SELECTED
|
|
9618
|
|
9619 SELECTED is an expression; the checkbox or radio button is selected
|
|
9620 whenever this expression's value is non-nil.
|
|
9621 Currently just disable radio buttons, no effect on checkboxes.
|
|
9622
|
|
9623 A menu item can be a string. Then that string appears in the menu as
|
|
9624 unselectable text. A string consisting solely of hyphens is displayed
|
|
9625 as a solid horizontal line.
|
|
9626
|
|
9627 A menu item can be a list. It is treated as a submenu.
|
|
9628 The first element should be the submenu name. That's used as the
|
|
9629 menu item in the top-level menu. The cdr of the submenu list
|
|
9630 is a list of menu items, as above." nil 'macro)
|
|
9631
|
|
9632 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
|
|
9633
|
|
9634 ;;;***
|
|
9635
|
80
|
9636 ;;;### (autoloads (url-retrieve url-cache-expired url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
|
|
9637
|
|
9638 (autoload 'url-file-attributes "url" "\
|
|
9639 Return a list of attributes of URL.
|
|
9640 Value is nil if specified file cannot be opened.
|
|
9641 Otherwise, list elements are:
|
|
9642 0. t for directory, string (name linked to) for symbolic link, or nil.
|
|
9643 1. Number of links to file.
|
|
9644 2. File uid.
|
|
9645 3. File gid.
|
|
9646 4. Last access time, as a list of two integers.
|
|
9647 First integer has high-order 16 bits of time, second has low 16 bits.
|
|
9648 5. Last modification time, likewise.
|
|
9649 6. Last status change time, likewise.
|
|
9650 7. Size in bytes. (-1, if number is out of range).
|
|
9651 8. File modes, as a string of ten letters or dashes as in ls -l.
|
|
9652 If URL is on an http server, this will return the content-type if possible.
|
|
9653 9. t iff file's gid would change if file were deleted and recreated.
|
|
9654 10. inode number.
|
|
9655 11. Device number.
|
|
9656
|
|
9657 If file does not exist, returns nil." nil nil)
|
|
9658
|
|
9659 (autoload 'url-normalize-url "url" "\
|
|
9660 Return a 'normalized' version of URL. This strips out default port
|
|
9661 numbers, etc." nil nil)
|
|
9662
|
|
9663 (autoload 'url-buffer-visiting "url" "\
|
|
9664 Return the name of a buffer (if any) that is visiting URL." nil nil)
|
|
9665
|
|
9666 (autoload 'url-get-url-at-point "url" "\
|
|
9667 Get the URL closest to point, but don't change your
|
|
9668 position. Has a preference for looking backward when not
|
|
9669 directly on a symbol." nil nil)
|
|
9670
|
|
9671 (autoload 'url-popup-info "url" "\
|
|
9672 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
|
|
9673
|
|
9674 (autoload 'url-cache-expired "url" "\
|
|
9675 Return t iff a cached file has expired." nil nil)
|
|
9676
|
|
9677 (autoload 'url-retrieve "url" "\
|
|
9678 Retrieve a document over the World Wide Web.
|
|
9679 The document should be specified by its fully specified
|
|
9680 Uniform Resource Locator. No parsing is done, just return the
|
|
9681 document as the server sent it. The document is left in the
|
|
9682 buffer specified by url-working-buffer. url-working-buffer is killed
|
|
9683 immediately before starting the transfer, so that no buffer-local
|
|
9684 variables interfere with the retrieval. HTTP/1.0 redirection will
|
|
9685 be honored before this function exits." nil nil)
|
|
9686
|
|
9687 ;;;***
|
|
9688
|
78
|
9689 ;;;### (autoloads (w3-use-hotlist) "w3-hot" "w3/w3-hot.el")
|
|
9690
|
|
9691 (autoload 'w3-use-hotlist "w3-hot" "\
|
|
9692 Possibly go to a link in your W3/Mosaic hotlist.
|
|
9693 This is part of the emacs World Wide Web browser. It will prompt for
|
|
9694 one of the items in your 'hotlist'. A hotlist is a list of often
|
|
9695 visited or interesting items you have found on the World Wide Web." t nil)
|
|
9696
|
|
9697 ;;;***
|
|
9698
|
|
9699 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-batch-fetch w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")
|
|
9700
|
|
9701 (autoload 'w3-open-local "w3" "\
|
|
9702 Find a local file, and interpret it as a hypertext document.
|
|
9703 It will prompt for an existing file or directory, and retrieve it as a
|
98
|
9704 hypertext document." t nil)
|
78
|
9705
|
|
9706 (autoload 'w3-find-file "w3" "\
|
|
9707 Find a local file, and interpret it as a hypertext document.
|
|
9708 It will prompt for an existing file or directory, and retrieve it as a
|
98
|
9709 hypertext document." t nil)
|
78
|
9710
|
|
9711 (autoload 'w3-fetch-other-frame "w3" "\
|
|
9712 Attempt to follow the hypertext reference under point in a new frame.
|
|
9713 With prefix-arg P, ignore viewers and dump the link straight
|
|
9714 to disk." t nil)
|
|
9715
|
|
9716 (autoload 'w3-fetch "w3" "\
|
|
9717 Retrieve a document over the World Wide Web.
|
82
|
9718 Defaults to URL of the current document, if any.
|
|
9719 With prefix argument, use the URL of the hyperlink under point instead." t nil)
|
78
|
9720
|
|
9721 (autoload 'w3-maybe-follow-link-mouse "w3" "\
|
|
9722 Maybe follow a hypertext link under point.
|
|
9723 If there is no link under point, this will try using
|
|
9724 url-get-url-at-point" t nil)
|
|
9725
|
|
9726 (autoload 'w3-maybe-follow-link "w3" "\
|
|
9727 Maybe follow a hypertext link under point.
|
|
9728 If there is no link under point, this will try using
|
|
9729 url-get-url-at-point" t nil)
|
|
9730
|
|
9731 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
|
|
9732 Follow the URL under PT, defaults to link under (point)" t nil)
|
|
9733
|
|
9734 (autoload 'w3-follow-url-at-point "w3" "\
|
|
9735 Follow the URL under PT, defaults to link under (point)" t nil)
|
|
9736
|
|
9737 (autoload 'w3-batch-fetch "w3" "\
|
|
9738 Fetch all the URLs on the command line and save them to files in
|
|
9739 the current directory. The first argument after the -f w3-batch-fetch
|
|
9740 on the command line should be a string specifying how to save the
|
|
9741 information retrieved. If it is \"html\", then the page will be
|
|
9742 unformatted when it is written to disk. If it is \"text\", then the
|
|
9743 page will be formatted before it is written to disk. If it is
|
|
9744 \"binary\" it will not mess with the file extensions, and just save
|
|
9745 the data in raw binary format. If none of those, the default is
|
|
9746 \"text\", and the first argument is treated as a normal URL." nil nil)
|
|
9747
|
|
9748 (autoload 'w3-preview-this-buffer "w3" "\
|
|
9749 See what this buffer will look like when its formatted as HTML.
|
|
9750 HTML is the HyperText Markup Language used by the World Wide Web to
|
|
9751 specify formatting for text. More information on HTML can be found at
|
|
9752 ftp.w3.org:/pub/www/doc." t nil)
|
|
9753
|
|
9754 (autoload 'w3 "w3" "\
|
|
9755 Retrieve the default World Wide Web home page.
|
|
9756 The World Wide Web is a global hypertext system started by CERN in
|
|
9757 Switzerland in 1991.
|
|
9758
|
|
9759 The home page is specified by the variable w3-default-homepage. The
|
|
9760 document should be specified by its fully specified Uniform Resource
|
|
9761 Locator. The document will be parsed as HTML (if appropriate) and
|
|
9762 displayed in a new buffer." t nil)
|
|
9763
|
|
9764 (autoload 'w3-do-setup "w3" "\
|
|
9765 Do setup - this is to avoid conflict with user settings when W3 is
|
|
9766 dumped with emacs." nil nil)
|
|
9767
|
|
9768 (autoload 'w3-follow-link-other-frame "w3" "\
|
|
9769 Attempt to follow the hypertext reference under point in a new frame.
|
|
9770 With prefix-arg P, ignore viewers and dump the link straight
|
|
9771 to disk." nil nil)
|
|
9772
|
|
9773 (autoload 'w3-follow-link "w3" "\
|
|
9774 Attempt to follow the hypertext reference under point.
|
|
9775 With prefix-arg P, ignore viewers and dump the link straight
|
|
9776 to disk." t nil)
|
|
9777
|
|
9778 ;;;***
|
|
9779
|
|
9780 ;;;### (autoloads (font-menu-weight-constructor font-menu-size-constructor font-menu-family-constructor reset-device-font-menus) "x-font-menu" "x11/x-font-menu.el")
|
|
9781
|
|
9782 (defvar font-menu-ignore-scaled-fonts t "\
|
|
9783 *If non-nil, then the font menu will try to show only bitmap fonts.")
|
|
9784
|
|
9785 (defvar font-menu-this-frame-only-p nil "\
|
|
9786 *If non-nil, then changing the default font from the font menu will only
|
|
9787 affect one frame instead of all frames.")
|
|
9788
|
|
9789 (fset 'install-font-menus 'reset-device-font-menus)
|
|
9790
|
|
9791 (autoload 'reset-device-font-menus "x-font-menu" "\
|
|
9792 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
|
|
9793 This is run the first time that a font-menu is needed for each device.
|
|
9794 If you don't like the lazy invocation of this function, you can add it to
|
|
9795 `create-device-hook' and that will make the font menus respond more quickly
|
|
9796 when they are selected for the first time. If you add fonts to your system,
|
|
9797 or if you change your font path, you can call this to re-initialize the menus." nil nil)
|
|
9798
|
|
9799 (autoload 'font-menu-family-constructor "x-font-menu" nil nil nil)
|
|
9800
|
|
9801 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
|
|
9802
|
|
9803 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
|
|
9804
|
|
9805 ;;;***
|