comparison lisp/prim/loaddefs.el @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1 ;;; loaddefs.el --- define standard autoloads of other files
2
3 ;; Copyright (C) 1985, 1986, 1987, 1992-1995 Free Software Foundation, Inc.
4
5 ;; Maintainer: XEmacs
6 ;; Keywords: internal
7
8 ;; This file is part of XEmacs.
9
10 ;; XEmacs is free software; you can redistribute it and/or modify it
11 ;; under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; XEmacs is distributed in the hope that it will be useful, but
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 ;; General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with XEmacs; see the file COPYING. If not, write to the Free
22 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23
24 ;;; Synched up with: Not synched with FSF.
25
26 ;;; Commentary:
27
28 ;;; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29 ;;; Special formatting conventions are used in this file!
30 ;;;
31 ;;; a backslash-newline is used at the beginning of a documentation string
32 ;;; when that string should be stored in the file lib-src/DOCnnn, not in core.
33 ;;;
34 ;;; Such strings read into Lisp as numbers (during the pure-loading phase).
35 ;;;
36 ;;; But you must obey certain rules to make sure the string is understood
37 ;;; and goes into lib-src/DOCnnn properly. Otherwise, the string will not go
38 ;;; anywhere!
39 ;;;
40 ;;; The doc string must appear in the standard place in a call to
41 ;;; defun, autoload, defvar or defconst. No Lisp macros are recognized.
42 ;;; The open-paren starting the definition must appear in column 0.
43 ;;;
44 ;;; In defvar and defconst, there is an additional rule:
45 ;;; The double-quote that starts the string must be on the same
46 ;;; line as the defvar or defconst.
47 ;;; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
48
49 ;;; **********************************************************************
50 ;;; You should never need to write autoloads by hand and put them here.
51 ;;;
52 ;;; It is no longer necessary. Instead use autoload.el to maintain them
53 ;;; for you. Just insert ";;;###autoload" before defuns or defmacros you
54 ;;; want to be autoloaded, or other forms you want copied into loaddefs.el
55 ;;; (defvars, key definitions, etc.). For example,
56 ;;; ;;;###autoload
57 ;;; (defun foobar () ....)
58 ;;; ;;;###autoload (define-key global-map "f" 'foobar)
59 ;;; ;;;###autoload
60 ;;; (defvar foobar-var nil "\
61 ;;; This is foobar-var's doc-string.")
62 ;;;
63 ;;; Then do M-x update-file-autoloads on the file to update loaddefs.el.
64 ;;;
65 ;;; You can also use M-x update-directory-autoloads to update the autoloads
66 ;;; in loaddefs.el for all .el files in the lisp/ directory, or M-x
67 ;;; update-autoloads-here to update the autoloads for each file that
68 ;;; already has an autoload section in this file.
69 ;;; **********************************************************************
70
71 ;;; Code:
72
73 ;; These variables are used by autoloadable packages.
74 ;; They are defined here so that they do not get overridden
75 ;; by the loading of those packages.
76
77 ;; Names in directory that end in one of these
78 ;; are ignored in completion,
79 ;; making it more likely you will get a unique match.
80 (setq completion-ignored-extensions
81 (mapcar 'purecopy
82 (if (eq system-type 'vax-vms)
83 '(".obj" ".elc" ".exe" ".bin" ".lbin" ".sbin"
84 ".dvi" ".toc" ".log" ".aux"
85 ".lof" ".brn" ".rnt" ".mem" ".lni" ".lis"
86 ".olb" ".tlb" ".mlb" ".hlb" ".glo" ".idx" ".lot" ".fmt")
87 '(".o" ".elc" "~" ".bin" ".lbin" ".fasl"
88 ".dvi" ".toc" ".log" ".aux" ".a" ".ln"
89 ".lof" ".blg" ".bbl" ".glo" ".idx" ".lot" ".fmt"
90 ".diff" ".oi"))))
91
92 (make-variable-buffer-local 'indent-tabs-mode)
93
94 ;;; This code also was not generated by autoload.el, because VM goes out
95 ;;; of its way to be perverse.
96
97 (autoload 'vm "vm"
98 "\
99 View Mail: an alternate mail reader for emacs.
100 Optional first arg FOLDER specifies the folder to visit. It defaults
101 to the value of vm-primary-inbox. The folder buffer is put into VM
102 mode, a major mode for reading mail.
103
104 Prefix arg or optional second arg READ-ONLY non-nil indicates
105 that the folder should be considered read only. No attribute
106 changes, messages additions or deletions will be allowed in the
107 visited folder.
108
109 Visiting the primary inbox causes any contents of the system mailbox to
110 be moved and appended to the resulting buffer.
111
112 All the messages can be read by repeatedly pressing SPC. Use `n'ext and
113 `p'revious to move about in the folder. Messages are marked for
114 deletion with `d', and saved to another folder with `s'. Quitting VM
115 with `q' expunges deleted messages and saves the buffered folder to
116 disk.
117
118 See the documentation for vm-mode for more information."
119 t)
120
121 (autoload 'vm-mode "vm"
122 "\
123 View Mail: an alternate mail reader for emacs.
124
125 Commands:
126 h - summarize folder contents
127 j - discard cached information about the current message
128
129 n - go to next message
130 p - go to previous message
131 N - like `n' but ignores skip-variable settings
132 P - like `p' but ignores skip-variable settings
133 M-n - go to next unread message
134 M-p - go to previous unread message
135 RET - go to numbered message (uses prefix arg or prompts in minibuffer)
136 TAB - go to last message seen
137 M-s - incremental search through the folder
138
139 t - display hidden headers
140 SPC - scroll forward a page (if at end of message, then display next message)
141 b - scroll backward a page
142 < - go to beginning of current message
143 > - go to end of current message
144
145 d - delete message, prefix arg deletes messages forward (flag as deleted)
146 C-d - delete message, prefix arg deletes messages backward (flag as deleted)
147 u - undelete
148 k - flag for deletion all messages with same subject as the current message
149
150 r - reply (only to the sender of the message)
151 R - reply with included text for current message
152 M-r - extract and resend bounced message
153 f - followup (reply to all recipients of message)
154 F - followup with included text from the current message
155 z - forward the current message
156 m - send a message
157 B - resend the current message to another user.
158 c - continue composing the most recent message you were composing
159
160 @ - digestify and mail entire folder contents (the folder is not modified)
161 * - burst a digest into individual messages, and append and assimilate these
162 message into the current folder.
163
164 G - sort messages by various keys
165
166 g - get any new mail that has arrived in the system mailbox
167 (new mail is appended to the disk and buffer copies of the
168 primary inbox.)
169 v - visit another mail folder
170 V - visit a virtual folder
171
172 e - edit the current message
173
174 s - save current message in a folder (appends if folder already exists)
175 w - write current message to a file without its headers (appends if exists)
176 S - save entire folder to disk, expunging deleted messages
177 A - save unfiled messages to their vm-auto-folder-alist specified folders
178 # - expunge deleted messages (without saving folder)
179 q - quit VM, deleted messages are expunged, folder saved to disk
180 x - exit VM with no change to the folder
181
182 M N - use marks; the next vm command will affect only marked messages
183 if it makes sense for the command to do so
184
185 M M - mark the current message
186 M U - unmark the current message
187 M m - mark all messages
188 M u - unmark all messages
189 M ? - help for the mark commands
190
191 W S - save the current window configuration to a name
192 W D - delete a window configuration
193 W W - apply a configuration
194 W ? - help for the window configuration commands
195
196 C-_ - undo, special undo that retracts the most recent
197 changes in message attributes. Expunges and saves
198 cannot be undone. C-x u is also bound to this
199 command.
200
201 L - reload your VM init file, ~/.vm
202
203 ? - help
204
205 ! - run a shell command
206 | - run a shell command with the current message as input
207
208 M-C - view conditions under which you may redistribute VM
209 M-W - view the details of VM's lack of a warranty
210
211 Variables:
212 vm-auto-center-summary
213 vm-auto-folder-alist
214 vm-auto-folder-case-fold-search
215 vm-auto-get-new-mail
216 vm-auto-next-message
217 vm-berkeley-mail-compatibility
218 vm-check-folder-types
219 vm-convert-folder-types
220 vm-circular-folders
221 vm-confirm-new-folders
222 vm-confirm-quit
223 vm-crash-box
224 vm-delete-after-archiving
225 vm-delete-after-bursting
226 vm-delete-after-saving
227 vm-delete-empty-folders
228 vm-digest-burst-type
229 vm-digest-center-preamble
230 vm-digest-preamble-format
231 vm-digest-send-type
232 vm-folder-directory
233 vm-folder-read-only
234 vm-follow-summary-cursor
235 vm-forwarded-headers
236 vm-forwarding-digest-type
237 vm-forwarding-subject-format
238 vm-gargle-uucp
239 vm-highlighted-header-regexp
240 vm-honor-page-delimiters
241 vm-in-reply-to-format
242 vm-included-text-attribution-format
243 vm-included-text-prefix
244 vm-inhibit-startup-message
245 vm-invisible-header-regexp
246 vm-jump-to-new-messages
247 vm-jump-to-unread-messages
248 vm-keep-sent-messages
249 vm-mail-header-from
250 vm-mail-mode-hook
251 vm-mail-window-percentage
252 vm-mode-hook
253 vm-move-after-deleting
254 vm-move-after-undeleting
255 vm-mutable-windows
256 vm-preview-lines
257 vm-preview-read-messages
258 vm-primary-inbox
259 vm-recognize-pop-maildrops
260 vm-reply-ignored-addresses
261 vm-reply-subject-prefix
262 vm-resend-bounced-headers
263 vm-resend-bounced-discard-header-regexp
264 vm-resend-headers
265 vm-resend-discard-header-regexp
266 vm-retain-message-order
267 vm-rfc1153-digest-discard-header-regexp
268 vm-rfc1153-digest-headers
269 vm-rfc934-digest-discard-header-regexp
270 vm-rfc934-digest-headers
271 vm-search-using-regexps
272 vm-skip-deleted-messages
273 vm-skip-read-messages
274 vm-spool-files
275 vm-startup-with-summary
276 vm-strip-reply-headers
277 vm-summary-format
278 vm-unforwarded-header-regexp
279 vm-virtual-folder-alist
280 vm-virtual-mirror
281 vm-visible-headers
282 vm-visit-when-saving
283 vm-window-configuration-file
284 "
285 t)
286
287 (autoload 'vm-visit-folder "vm"
288 "\
289 Visit a mail file with View Mail, an alternate mail reader for emacs.
290 See the description of the `vm' and `vm-mode' functions.
291
292 VM will parse and present its messages to you in the usual way.
293
294 First arg FOLDER specifies the mail file to visit. When this
295 command is called interactively the file name is read from the
296 minibuffer.
297
298 Prefix arg or optional second arg READ-ONLY non-nil indicates
299 that the folder should be considered read only. No attribute
300 changes, messages additions or deletions will be allowed in the
301 visited folder."
302 t)
303
304 (autoload 'vm-mail "vm"
305 "\
306 Send a mail message from within View Mail, or from without."
307 t)
308
309
310
311 ;;; Generated autoloads follow (made by autoload.el).
312
313 ;;; To sort them, execute the following after narrowing
314 ;;; to a region starting just after the following formfeed (control-l)
315 ;;; and ending just after the last formfeed in the file.
316
317 ;;;(sort-regexp-fields nil "\n*.*\n.*from \\(.*\\)[^ ]* " "\\1"
318 ;;; (point-min) (point-max))
319
320 ;;;***
321
322 ;;;### (autoloads nil "byte-optimize" "bytecomp/byte-optimize.el" (12558 60872))
323 ;;; Generated autoloads from bytecomp/byte-optimize.el
324
325 ;;;***
326
327 ;;;### (autoloads nil "bytecomp-runtime" "bytecomp/bytecomp-runtime.el" (12558 60873))
328 ;;; Generated autoloads from bytecomp/bytecomp-runtime.el
329
330 ;;;### (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" (12639 8562))
331 ;;; Generated autoloads from bytecomp/bytecomp.el
332
333 (autoload 'byte-force-recompile "bytecomp" "\
334 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
335 Files in subdirectories of DIRECTORY are processed also." t nil)
336
337 (autoload 'byte-recompile-directory "bytecomp" "\
338 Recompile every `.el' file in DIRECTORY that needs recompilation.
339 This is if a `.elc' file exists but is older than the `.el' file.
340 Files in subdirectories of DIRECTORY are processed also unless argument
341 NORECURSION is non-nil.
342
343 If the `.elc' file does not exist, normally the `.el' file is *not* compiled.
344 But a prefix argument (optional second arg) means ask user,
345 for each such `.el' file, whether to compile it. Prefix argument 0 means
346 don't ask and compile the file anyway.
347
348 A nonzero prefix argument also means ask about each subdirectory.
349
350 If the fourth argument FORCE is non-nil,
351 recompile every `.el' file that already has a `.elc' file." t nil)
352
353 (autoload 'byte-recompile-file "bytecomp" "\
354 Recompile a file of Lisp code named FILENAME if it needs recompilation.
355 This is if the `.elc' file exists but is older than the `.el' file.
356
357 If the `.elc' file does not exist, normally the `.el' file is *not*
358 compiled. But a prefix argument (optional second arg) means ask user
359 whether to compile it. Prefix argument 0 don't ask and recompile anyway." t nil)
360
361 (autoload 'byte-compile-file "bytecomp" "\
362 Compile a file of Lisp code named FILENAME into a file of byte code.
363 The output file's name is made by appending `c' to the end of FILENAME.
364 With prefix arg (noninteractively: 2nd arg), load the file after compiling." t nil)
365
366 (autoload 'compile-defun "bytecomp" "\
367 Compile and evaluate the current top-level form.
368 Print the result in the minibuffer.
369 With argument, insert value in current buffer after the form." t nil)
370
371 (autoload 'byte-compile "bytecomp" "\
372 If FORM is a symbol, byte-compile its function definition.
373 If FORM is a lambda or a macro, byte-compile it as a function." nil nil)
374
375 (autoload 'byte-compile-sexp "bytecomp" "\
376 Compile and return SEXP." nil nil)
377
378 (autoload 'display-call-tree "bytecomp" "\
379 Display a call graph of a specified file.
380 This lists which functions have been called, what functions called
381 them, and what functions they call. The list includes all functions
382 whose definitions have been compiled in this Emacs session, as well as
383 all functions called by those functions.
384
385 The call graph does not include macros, inline functions, or
386 primitives that the byte-code interpreter knows about directly (eq,
387 cons, etc.).
388
389 The call tree also lists those functions which are not known to be called
390 \(that is, to which no calls have been compiled), and which cannot be
391 invoked interactively." t nil)
392
393 (autoload 'batch-byte-compile "bytecomp" "\
394 Run `byte-compile-file' on the files remaining on the command line.
395 Use this from the command line, with `-batch';
396 it won't work in an interactive Emacs.
397 Each file is processed even if an error occurred previously.
398 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" nil nil)
399
400 (autoload 'batch-byte-recompile-directory-norecurse "bytecomp" "\
401 Same as `batch-byte-recompile-directory' but without recursion." nil nil)
402
403 (autoload 'batch-byte-recompile-directory "bytecomp" "\
404 Runs `byte-recompile-directory' on the dirs remaining on the command line.
405 Must be used only with `-batch', and kills Emacs on completion.
406 For example, invoke `xemacs -batch -f batch-byte-recompile-directory .'." nil nil)
407
408 ;;;***
409
410 ;;;### (autoloads (disassemble) "disass" "bytecomp/disass.el" (12376 19373))
411 ;;; Generated autoloads from bytecomp/disass.el
412
413 (autoload 'disassemble "disass" "\
414 Print disassembled code for OBJECT in (optional) BUFFER.
415 OBJECT can be a symbol defined as a function, or a function itself
416 \(a lambda expression or a compiled-function object).
417 If OBJECT is not already compiled, we compile it, but do not
418 redefine OBJECT if it is a symbol." t nil)
419
420 ;;;***
421
422 ;;;### (autoloads nil "appt" "calendar/appt.el" (12376 19375))
423 ;;; Generated autoloads from calendar/appt.el
424
425 ;;;***
426
427 ;;;### (autoloads nil "cal-french" "calendar/cal-french.el" (12376 19376))
428 ;;; Generated autoloads from calendar/cal-french.el
429
430 ;;;***
431
432 ;;;### (autoloads nil "cal-mayan" "calendar/cal-mayan.el" (12376 19375))
433 ;;; Generated autoloads from calendar/cal-mayan.el
434
435 ;;;### (autoloads nil "cal-x" "calendar/cal-x.el" (12376 19380))
436 ;;; Generated autoloads from calendar/cal-x.el
437
438 (defvar calendar-setup 'one-frame "\
439 The frame set up of the calendar.
440 The choices are `one-frame' (calendar and diary together in one separate,
441 dediciated frame) or `two-frames' (calendar and diary in separate, dedicated
442 frames); with any other value the current frame is used.")
443
444 ;;;***
445
446 ;;;### (autoloads nil "cal-xemacs" "calendar/cal-xemacs.el" (12558 60876))
447 ;;; Generated autoloads from calendar/cal-xemacs.el
448
449 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (12376 19378))
450 ;;; Generated autoloads from calendar/cal-dst.el
451
452 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
453
454 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
455
456 ;;;***
457
458 ;;;### (autoloads (list-yahrzeit-dates calendar) "calendar" "calendar/calendar.el" (12478 30570))
459 ;;; Generated autoloads from calendar/calendar.el
460
461 (defvar calendar-week-start-day 0 "\
462 *The day of the week on which a week in the calendar begins.
463 0 means Sunday (default), 1 means Monday, and so on.")
464
465 (defvar calendar-offset 0 "\
466 *The offset of the principal month from the center of the calendar window.
467 0 means the principal month is in the center (default), -1 means on the left,
468 +1 means on the right. Larger (or smaller) values push the principal month off
469 the screen.")
470
471 (defvar view-diary-entries-initially nil "\
472 *Non-nil means display current date's diary entries on entry.
473 The diary is displayed in another window when the calendar is first displayed,
474 if the current date is visible. The number of days of diary entries displayed
475 is governed by the variable `number-of-diary-entries'.")
476
477 (defvar number-of-diary-entries 1 "\
478 *Specifies how many days of diary entries are to be displayed initially.
479 This variable affects the diary display when the command M-x diary is used,
480 or if the value of the variable `view-diary-entries-initially' is t. For
481 example, if the default value 1 is used, then only the current day's diary
482 entries will be displayed. If the value 2 is used, then both the current
483 day's and the next day's entries will be displayed.
484
485 The value can also be a vector such as [0 2 2 2 2 4 1]; this value
486 says to display no diary entries on Sunday, the display the entries
487 for the current date and the day after on Monday through Thursday,
488 display Friday through Monday's entries on Friday, and display only
489 Saturday's entries on Saturday.
490
491 This variable does not affect the diary display with the `d' command
492 from the calendar; in that case, the prefix argument controls the
493 number of days of diary entries displayed.")
494
495 (defvar mark-diary-entries-in-calendar nil "\
496 *Non-nil means mark dates with diary entries, in the calendar window.
497 The marking symbol is specified by the variable `diary-entry-marker'.")
498
499 (defvar view-calendar-holidays-initially nil "\
500 *Non-nil means display holidays for current three month period on entry.
501 The holidays are displayed in another window when the calendar is first
502 displayed.")
503
504 (defvar mark-holidays-in-calendar nil "\
505 *Non-nil means mark dates of holidays in the calendar window.
506 The marking symbol is specified by the variable `calendar-holiday-marker'.")
507
508 (defvar all-hebrew-calendar-holidays nil "\
509 *If nil, show only major holidays from the Hebrew calendar.
510 This means only those Jewish holidays that appear on secular calendars.
511
512 If t, show all the holidays that would appear in a complete Hebrew calendar.")
513
514 (defvar all-christian-calendar-holidays nil "\
515 *If nil, show only major holidays from the Christian calendar.
516 This means only those Christian holidays that appear on secular calendars.
517
518 If t, show all the holidays that would appear in a complete Christian
519 calendar.")
520
521 (defvar all-islamic-calendar-holidays nil "\
522 *If nil, show only major holidays from the Islamic calendar.
523 This means only those Islamic holidays that appear on secular calendars.
524
525 If t, show all the holidays that would appear in a complete Islamic
526 calendar.")
527
528 (defvar calendar-load-hook nil "\
529 *List of functions to be called after the calendar is first loaded.
530 This is the place to add key bindings to `calendar-mode-map'.")
531
532 (defvar initial-calendar-window-hook nil "\
533 *List of functions to be called when the calendar window is first opened.
534 The functions invoked are called after the calendar window is opened, but
535 once opened is never called again. Leaving the calendar with the `q' command
536 and reentering it will cause these functions to be called again.")
537
538 (defvar today-visible-calendar-hook nil "\
539 *List of functions called whenever the current date is visible.
540 This can be used, for example, to replace today's date with asterisks; a
541 function `calendar-star-date' is included for this purpose:
542 (setq today-visible-calendar-hook 'calendar-star-date)
543 It can also be used to mark the current date with `calendar-today-marker';
544 a function is also provided for this:
545 (setq today-visible-calendar-hook 'calendar-mark-today)
546
547 The corresponding variable `today-invisible-calendar-hook' is the list of
548 functions called when the calendar function was called when the current
549 date is not visible in the window.
550
551 Other than the use of the provided functions, the changing of any
552 characters in the calendar buffer by the hooks may cause the failure of the
553 functions that move by days and weeks.")
554
555 (defvar today-invisible-calendar-hook nil "\
556 *List of functions called whenever the current date is not visible.
557
558 The corresponding variable `today-visible-calendar-hook' is the list of
559 functions called when the calendar function was called when the current
560 date is visible in the window.
561
562 Other than the use of the provided functions, the changing of any
563 characters in the calendar buffer by the hooks may cause the failure of the
564 functions that move by days and weeks.")
565
566 (defvar diary-file "~/diary" "\
567 *Name of the file in which one's personal diary of dates is kept.
568
569 The file's entries are lines in any of the forms
570
571 MONTH/DAY
572 MONTH/DAY/YEAR
573 MONTHNAME DAY
574 MONTHNAME DAY, YEAR
575 DAYNAME
576
577 at the beginning of the line; the remainder of the line is the diary entry
578 string for that date. MONTH and DAY are one or two digit numbers, YEAR is
579 a number and may be written in full or abbreviated to the final two digits.
580 If the date does not contain a year, it is generic and applies to any year.
581 DAYNAME entries apply to any date on which is on that day of the week.
582 MONTHNAME and DAYNAME can be spelled in full, abbreviated to three
583 characters (with or without a period), capitalized or not. Any of DAY,
584 MONTH, or MONTHNAME, YEAR can be `*' which matches any day, month, or year,
585 respectively.
586
587 The European style (in which the day precedes the month) can be used
588 instead, if you execute `european-calendar' when in the calendar, or set
589 `european-calendar-style' to t in your .emacs file. The European forms are
590
591 DAY/MONTH
592 DAY/MONTH/YEAR
593 DAY MONTHNAME
594 DAY MONTHNAME YEAR
595 DAYNAME
596
597 To revert to the default American style from the European style, execute
598 `american-calendar' in the calendar.
599
600 A diary entry can be preceded by the character
601 `diary-nonmarking-symbol' (ordinarily `&') to make that entry
602 nonmarking--that is, it will not be marked on dates in the calendar
603 window but will appear in a diary window.
604
605 Multiline diary entries are made by indenting lines after the first with
606 either a TAB or one or more spaces.
607
608 Lines not in one the above formats are ignored. Here are some sample diary
609 entries (in the default American style):
610
611 12/22/1988 Twentieth wedding anniversary!!
612 &1/1. Happy New Year!
613 10/22 Ruth's birthday.
614 21: Payday
615 Tuesday--weekly meeting with grad students at 10am
616 Supowit, Shen, Bitner, and Kapoor to attend.
617 1/13/89 Friday the thirteenth!!
618 &thu 4pm squash game with Lloyd.
619 mar 16 Dad's birthday
620 April 15, 1989 Income tax due.
621 &* 15 time cards due.
622
623 If the first line of a diary entry consists only of the date or day name with
624 no trailing blanks or punctuation, then that line is not displayed in the
625 diary window; only the continuation lines is shown. For example, the
626 single diary entry
627
628 02/11/1989
629 Bill Blattner visits Princeton today
630 2pm Cognitive Studies Committee meeting
631 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
632 4:00pm Jamie Tappenden
633 7:30pm Dinner at George and Ed's for Alan Ryan
634 7:30-10:00pm dance at Stewart Country Day School
635
636 will appear in the diary window without the date line at the beginning. This
637 facility allows the diary window to look neater, but can cause confusion if
638 used with more than one day's entries displayed.
639
640 Diary entries can be based on Lisp sexps. For example, the diary entry
641
642 %%(diary-block 11 1 1990 11 10 1990) Vacation
643
644 causes the diary entry \"Vacation\" to appear from November 1 through November
645 10, 1990. Other functions available are `diary-float', `diary-anniversary',
646 `diary-cyclic', `diary-day-of-year', `diary-iso-date', `diary-french-date',
647 `diary-hebrew-date', `diary-islamic-date', `diary-mayan-date',
648 `diary-yahrzeit', `diary-sunrise-sunset', `diary-phases-of-moon',
649 `diary-parasha', `diary-omer', `diary-rosh-hodesh', and
650 `diary-sabbath-candles'. See the documentation for the function
651 `list-sexp-diary-entries' for more details.
652
653 Diary entries based on the Hebrew and/or the Islamic calendar are also
654 possible, but because these are somewhat slow, they are ignored
655 unless you set the `nongregorian-diary-listing-hook' and the
656 `nongregorian-diary-marking-hook' appropriately. See the documentation
657 for these functions for details.
658
659 Diary files can contain directives to include the contents of other files; for
660 details, see the documentation for the variable `list-diary-entries-hook'.")
661
662 (defvar diary-nonmarking-symbol "&" "\
663 *Symbol indicating that a diary entry is not to be marked in the calendar.")
664
665 (defvar hebrew-diary-entry-symbol "H" "\
666 *Symbol indicating a diary entry according to the Hebrew calendar.")
667
668 (defvar islamic-diary-entry-symbol "I" "\
669 *Symbol indicating a diary entry according to the Islamic calendar.")
670
671 (defvar diary-include-string "#include" "\
672 *The string indicating inclusion of another file of diary entries.
673 See the documentation for the function `include-other-diary-files'.")
674
675 (defvar sexp-diary-entry-symbol "%%" "\
676 *The string used to indicate a sexp diary entry in diary-file.
677 See the documentation for the function `list-sexp-diary-entries'.")
678
679 (defvar abbreviated-calendar-year t "\
680 *Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
681 For the Gregorian calendar; similarly for the Hebrew and Islamic calendars.
682 If this variable is nil, years must be written in full.")
683
684 (defvar european-calendar-style nil "\
685 *Use the European style of dates in the diary and in any displays.
686 If this variable is t, a date 1/2/1990 would be interpreted as February 1,
687 1990. The accepted European date styles are
688
689 DAY/MONTH
690 DAY/MONTH/YEAR
691 DAY MONTHNAME
692 DAY MONTHNAME YEAR
693 DAYNAME
694
695 Names can be capitalized or not, written in full, or abbreviated to three
696 characters with or without a period.")
697
698 (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")) "\
699 *List of pseudo-patterns describing the American patterns of date used.
700 See the documentation of `diary-date-forms' for an explanation.")
701
702 (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")) "\
703 *List of pseudo-patterns describing the European patterns of date used.
704 See the documentation of `diary-date-forms' for an explanation.")
705
706 (defvar european-calendar-display-form '((if dayname (concat dayname ", ")) day " " monthname " " year) "\
707 *Pseudo-pattern governing the way a date appears in the European style.
708 See the documentation of calendar-date-display-form for an explanation.")
709
710 (defvar american-calendar-display-form '((if dayname (concat dayname ", ")) monthname " " day ", " year) "\
711 *Pseudo-pattern governing the way a date appears in the American style.
712 See the documentation of `calendar-date-display-form' for an explanation.")
713
714 (defvar print-diary-entries-hook 'lpr-buffer "\
715 *List of functions called after a temporary diary buffer is prepared.
716 The buffer shows only the diary entries currently visible in the diary
717 buffer. The default just does the printing. Other uses might include, for
718 example, rearranging the lines into order by day and time, saving the buffer
719 instead of deleting it, or changing the function used to do the printing.")
720
721 (defvar list-diary-entries-hook nil "\
722 *List of functions called after diary file is culled for relevant entries.
723 It is to be used for diary entries that are not found in the diary file.
724
725 A function `include-other-diary-files' is provided for use as the value of
726 this hook. This function enables you to use shared diary files together
727 with your own. The files included are specified in the diary file by lines
728 of the form
729
730 #include \"filename\"
731
732 This is recursive; that is, #include directives in files thus included are
733 obeyed. You can change the \"#include\" to some other string by changing
734 the variable `diary-include-string'. When you use `include-other-diary-files'
735 as part of the list-diary-entries-hook, you will probably also want to use the
736 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
737
738 For example, you could use
739
740 (setq list-diary-entries-hook
741 '(include-other-diary-files sort-diary-entries))
742 (setq diary-display-hook 'fancy-diary-display)
743
744 in your `.emacs' file to cause the fancy diary buffer to be displayed with
745 diary entries from various included files, each day's entries sorted into
746 lexicographic order.")
747
748 (defvar diary-hook nil "\
749 *List of functions called after the display of the diary.
750 Can be used for appointment notification.")
751
752 (defvar diary-display-hook nil "\
753 *List of functions that handle the display of the diary.
754 If nil (the default), `simple-diary-display' is used. Use `ignore' for no
755 diary display.
756
757 Ordinarily, this just displays the diary buffer (with holidays indicated in
758 the mode line), if there are any relevant entries. At the time these
759 functions are called, the variable `diary-entries-list' is a list, in order
760 by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
761 STRING), where string is the diary entry for the given date. This can be
762 used, for example, a different buffer for display (perhaps combined with
763 holidays), or produce hard copy output.
764
765 A function `fancy-diary-display' is provided as an alternative
766 choice for this hook; this function prepares a special noneditable diary
767 buffer with the relevant diary entries that has neat day-by-day arrangement
768 with headings. The fancy diary buffer will show the holidays unless the
769 variable `holidays-in-diary-buffer' is set to nil. Ordinarily, the fancy
770 diary buffer will not show days for which there are no diary entries, even
771 if that day is a holiday; if you want such days to be shown in the fancy
772 diary buffer, set the variable `diary-list-include-blanks' to t.")
773
774 (defvar nongregorian-diary-listing-hook nil "\
775 *List of functions called for listing diary file and included files.
776 As the files are processed for diary entries, these functions are used to cull
777 relevant entries. You can use either or both of `list-hebrew-diary-entries'
778 and `list-islamic-diary-entries'. The documentation for these functions
779 describes the style of such diary entries.")
780
781 (defvar mark-diary-entries-hook nil "\
782 *List of functions called after marking diary entries in the calendar.
783
784 A function `mark-included-diary-files' is also provided for use as the
785 mark-diary-entries-hook; it enables you to use shared diary files together
786 with your own. The files included are specified in the diary file by lines
787 of the form
788 #include \"filename\"
789 This is recursive; that is, #include directives in files thus included are
790 obeyed. You can change the \"#include\" to some other string by changing the
791 variable `diary-include-string'. When you use `mark-included-diary-files' as
792 part of the mark-diary-entries-hook, you will probably also want to use the
793 function `include-other-diary-files' as part of `list-diary-entries-hook'.")
794
795 (defvar nongregorian-diary-marking-hook nil "\
796 *List of functions called for marking diary file and included files.
797 As the files are processed for diary entries, these functions are used to cull
798 relevant entries. You can use either or both of `mark-hebrew-diary-entries'
799 and `mark-islamic-diary-entries'. The documentation for these functions
800 describes the style of such diary entries.")
801
802 (defvar diary-list-include-blanks nil "\
803 *If nil, do not include days with no diary entry in the list of diary entries.
804 Such days will then not be shown in the the fancy diary buffer, even if they
805 are holidays.")
806
807 (defvar holidays-in-diary-buffer t "\
808 *Non-nil means include holidays in the diary display.
809 The holidays appear in the mode line of the diary buffer, or in the
810 fancy diary buffer next to the date. This slows down the diary functions
811 somewhat; setting it to nil makes the diary display faster.")
812
813 (put 'general-holidays 'risky-local-variable t)
814
815 (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")) "\
816 *General holidays. Default value is for the United States.
817 See the documentation for `calendar-holidays' for details.")
818
819 (put 'local-holidays 'risky-local-variable t)
820
821 (defvar local-holidays nil "\
822 *Local holidays.
823 See the documentation for `calendar-holidays' for details.")
824
825 (put 'other-holidays 'risky-local-variable t)
826
827 (defvar other-holidays nil "\
828 *User defined holidays.
829 See the documentation for `calendar-holidays' for details.")
830
831 (put 'hebrew-holidays-1 'risky-local-variable t)
832
833 (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)"))))
834
835 (put 'hebrew-holidays-2 'risky-local-variable t)
836
837 (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"))))
838
839 (put 'hebrew-holidays-3 'risky-local-variable t)
840
841 (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"))))
842
843 (put 'hebrew-holidays-4 'risky-local-variable t)
844
845 (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))))
846
847 (put 'hebrew-holidays 'risky-local-variable t)
848
849 (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\
850 *Jewish holidays.
851 See the documentation for `calendar-holidays' for details.")
852
853 (put 'christian-holidays 'risky-local-variable t)
854
855 (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"))) "\
856 *Christian holidays.
857 See the documentation for `calendar-holidays' for details.")
858
859 (put 'islamic-holidays 'risky-local-variable t)
860
861 (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"))) "\
862 *Islamic holidays.
863 See the documentation for `calendar-holidays' for details.")
864
865 (put 'solar-holidays 'risky-local-variable t)
866
867 (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) "")))) "\
868 *Sun-related holidays.
869 See the documentation for `calendar-holidays' for details.")
870
871 (put 'calendar-holidays 'risky-local-variable t)
872
873 (autoload 'calendar "calendar" "\
874 Display a three-month calendar in another window.
875 The three months appear side by side, with the current month in the middle
876 surrounded by the previous and next months. The cursor is put on today's date.
877
878 If called with an optional prefix argument, prompts for month and year.
879
880 This function is suitable for execution in a .emacs file; appropriate setting
881 of the variable `view-diary-entries-initially' will cause the diary entries for
882 the current date to be displayed in another window. The value of the variable
883 `number-of-diary-entries' controls the number of days of diary entries
884 displayed upon initial display of the calendar.
885
886 An optional prefix argument ARG causes the calendar displayed to be ARG
887 months in the future if ARG is positive or in the past if ARG is negative;
888 in this case the cursor goes on the first day of the month.
889
890 Once in the calendar window, future or past months can be moved into view.
891 Arbitrary months can be displayed, or the calendar can be scrolled forward
892 or backward.
893
894 The cursor can be moved forward or backward by one day, one week, one month,
895 or one year. All of these commands take prefix arguments which, when negative,
896 cause movement in the opposite direction. For convenience, the digit keys
897 and the minus sign are automatically prefixes. The window is replotted as
898 necessary to display the desired date.
899
900 Diary entries can be marked on the calendar or displayed in another window.
901
902 Use M-x describe-mode for details of the key bindings in the calendar window.
903
904 The Gregorian calendar is assumed.
905
906 After loading the calendar, the hooks given by the variable
907 `calendar-load-hook' are run. This is the place to add key bindings to the
908 calendar-mode-map.
909
910 After preparing the calendar window initially, the hooks given by the variable
911 `initial-calendar-window-hook' are run.
912
913 The hooks given by the variable `today-visible-calendar-hook' are run
914 everytime the calendar window gets scrolled, if the current date is visible
915 in the window. If it is not visible, the hooks given by the variable
916 `today-invisible-calendar-hook' are run. Thus, for example, setting
917 `today-visible-calendar-hook' to 'calendar-star-date will cause today's date
918 to be replaced by asterisks to highlight it whenever it is in the window." t nil)
919
920 (autoload 'list-yahrzeit-dates "calendar" "\
921 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
922 When called interactively from the calendar window, the date of death is taken
923 from the cursor position." t nil)
924
925 ;;;***
926
927 ;;;### (autoloads nil "diary-ins" "calendar/diary-ins.el" (12376 19379))
928 ;;; Generated autoloads from calendar/diary-ins.el
929
930 ;;;### (autoloads (diary) "diary-lib" "calendar/diary-lib.el" (12376 19380))
931 ;;; Generated autoloads from calendar/diary-lib.el
932
933 (autoload 'diary "diary-lib" "\
934 Generate the diary window for ARG days starting with the current date.
935 If no argument is provided, the number of days of diary entries is governed
936 by the variable `number-of-diary-entries'. This function is suitable for
937 execution in a `.emacs' file." t nil)
938
939 ;;;***
940
941 ;;;### (autoloads (holidays) "holidays" "calendar/holidays.el" (12376 19378))
942 ;;; Generated autoloads from calendar/holidays.el
943
944 (autoload 'holidays "holidays" "\
945 Display the holidays for last month, this month, and next month.
946 If called with an optional prefix argument, prompts for month and year.
947
948 This function is suitable for execution in a .emacs file." t nil)
949
950 ;;;***
951
952 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (12376 19377))
953 ;;; Generated autoloads from calendar/lunar.el
954
955 (autoload 'phases-of-moon "lunar" "\
956 Display the quarters of the moon for last month, this month, and next month.
957 If called with an optional prefix argument, prompts for month and year.
958
959 This function is suitable for execution in a .emacs file." t nil)
960
961 ;;;***
962
963 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset) "solar" "calendar/solar.el" (12376 19379))
964 ;;; Generated autoloads from calendar/solar.el
965
966 (defvar calendar-time-display-form '(12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")")) "\
967 *The pseudo-pattern that governs the way a time of day is formatted.
968
969 A pseudo-pattern is a list of expressions that can involve the keywords
970 `12-hours', `24-hours', and `minutes', all numbers in string form,
971 and `am-pm' and `time-zone', both alphabetic strings.
972
973 For example, the form
974
975 '(24-hours \":\" minutes
976 (if time-zone \" (\") time-zone (if time-zone \")\"))
977
978 would give military-style times like `21:07 (UTC)'.")
979
980 (defvar calendar-latitude nil "\
981 *Latitude of `calendar-location-name' in degrees.
982
983 The value can be either a decimal fraction (one place of accuracy is
984 sufficient), + north, - south, such as 40.7 for New York City, or the value
985 can be a vector [degrees minutes north/south] such as [40 50 north] for New
986 York City.
987
988 This variable should be set in site-local.el.")
989
990 (defvar calendar-longitude nil "\
991 *Longitude of `calendar-location-name' in degrees.
992
993 The value can be either a decimal fraction (one place of accuracy is
994 sufficient), + east, - west, such as -73.9 for New York City, or the value
995 can be a vector [degrees minutes east/west] such as [73 55 west] for New
996 York City.
997
998 This variable should be set in site-local.el.")
999
1000 (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")))) "\
1001 *Expression evaluating to name of `calendar-longitude', calendar-latitude'.
1002 For example, \"New York City\". Default value is just the latitude, longitude
1003 pair.
1004
1005 This variable should be set in site-local.el.")
1006
1007 (autoload 'sunrise-sunset "solar" "\
1008 Local time of sunrise and sunset for today. Accurate to +/- 2 minutes.
1009 If called with an optional prefix argument, prompt for date.
1010
1011 If called with an optional double prefix argument, prompt for longitude,
1012 latitude, time zone, and date, and always use standard time.
1013
1014 This function is suitable for execution in a .emacs file." t nil)
1015
1016 (autoload 'solar-equinoxes-solstices "solar" "\
1017 Date and time of equinoxes and solstices, if visible in the calendar window.
1018 Requires floating point." nil nil)
1019
1020 ;;;***
1021
1022 ;;;### (autoloads nil "cl-autoload" "cl/cl-autoload.el" (12639 8884))
1023 ;;; Generated autoloads from cl/cl-autoload.el
1024
1025 ;;;***
1026
1027 ;;;### (autoloads nil "cl-compat" "cl/cl-compat.el" (12559 34923))
1028 ;;; Generated autoloads from cl/cl-compat.el
1029
1030 ;;;***
1031
1032 ;;;### (autoloads nil "cl-defs" "cl/cl-defs.el" (12639 8885))
1033 ;;; Generated autoloads from cl/cl-defs.el
1034
1035 ;;;***
1036
1037 ;;;### (autoloads nil "cl-extra" "cl/cl-extra.el" (12648 18630))
1038 ;;; Generated autoloads from cl/cl-extra.el
1039
1040 ;;;***
1041
1042 ;;;### (autoloads nil "cl-macs" "cl/cl-macs.el" (12639 56810))
1043 ;;; Generated autoloads from cl/cl-macs.el
1044
1045 ;;;***
1046
1047 ;;;### (autoloads nil "cl-seq" "cl/cl-seq.el" (12639 8882))
1048 ;;; Generated autoloads from cl/cl-seq.el
1049
1050 ;;;***
1051
1052 ;;;### (autoloads nil "cl" "cl/cl.el" (12639 8883))
1053 ;;; Generated autoloads from cl/cl.el
1054
1055 ;;;***
1056
1057 ;;;### (autoloads nil "background" "comint/background.el" (12675 57061))
1058 ;;; Generated autoloads from comint/background.el
1059
1060 ;;;### (autoloads (comint-dynamic-list-completions comint-dynamic-complete comint-run make-comint) "comint" "comint/comint.el" (12690 2170))
1061 ;;; Generated autoloads from comint/comint.el
1062
1063 (autoload 'make-comint "comint" "\
1064 Make a comint process NAME in a buffer, running PROGRAM.
1065 The name of the buffer is made by surrounding NAME with `*'s.
1066 PROGRAM should be either a string denoting an executable program to create
1067 via `start-process', or a cons pair of the form (HOST . SERVICE) denoting a TCP
1068 connection to be opened via `open-network-stream'. If there is already a
1069 running process in that buffer, it is not restarted. Optional third arg
1070 STARTFILE is the name of a file to send the contents of to the process.
1071
1072 If PROGRAM is a string, any more args are arguments to PROGRAM." nil nil)
1073
1074 (autoload 'comint-run "comint" "\
1075 Run PROGRAM in a comint buffer and switch to it.
1076 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
1077 The file name is used to make a symbol name, such as `comint-sh-hook', and any
1078 hooks on this symbol are run in the buffer.
1079 See `make-comint' and `comint-exec'." t nil)
1080
1081 (autoload 'comint-dynamic-complete "comint" "\
1082 Dynamically perform completion at point.
1083 Calls the functions in `comint-dynamic-complete-functions' to perform
1084 completion until a function returns non-nil, at which point completion is
1085 assumed to have occurred." t nil)
1086
1087 (autoload 'comint-dynamic-list-completions "comint" "\
1088 List in help buffer sorted COMPLETIONS.
1089 Typing SPC flushes the help buffer." nil nil)
1090
1091 ;;;***
1092
1093 ;;;### (autoloads nil "dbx" "comint/dbx.el" (12376 19381))
1094 ;;; Generated autoloads from comint/dbx.el
1095
1096 ;;;### (autoloads (gdb) "gdb" "comint/gdb.el" (12727 30092))
1097 ;;; Generated autoloads from comint/gdb.el
1098
1099 (defvar gdb-command-name "gdb" "\
1100 Pathname for executing gdb.")
1101
1102 (autoload 'gdb "gdb" "\
1103 Run gdb on program FILE in buffer *gdb-FILE*.
1104 The directory containing FILE becomes the initial working directory
1105 and source-file directory for GDB. If you wish to change this, use
1106 the GDB commands `cd DIR' and `directory'." t nil)
1107
1108 ;;;***
1109
1110 ;;;### (autoloads (gdbsrc) "gdbsrc" "comint/gdbsrc.el" (12743 11566))
1111 ;;; Generated autoloads from comint/gdbsrc.el
1112
1113 (autoload 'gdbsrc "gdbsrc" "\
1114 Activates a gdb session with gdbsrc-mode turned on. A numeric prefix
1115 argument can be used to specify a running process to attach, and a non-numeric
1116 prefix argument will cause you to be prompted for a core file to debug." t nil)
1117
1118 ;;;***
1119
1120 ;;;### (autoloads (perldb xdb dbx sdb) "gud" "comint/gud.el" (12376 19387))
1121 ;;; Generated autoloads from comint/gud.el
1122
1123 (autoload 'sdb "gud" "\
1124 Run sdb on program FILE in buffer *gud-FILE*.
1125 The directory containing FILE becomes the initial working directory
1126 and source-file directory for your debugger." t nil)
1127
1128 (autoload 'dbx "gud" "\
1129 Run dbx on program FILE in buffer *gud-FILE*.
1130 The directory containing FILE becomes the initial working directory
1131 and source-file directory for your debugger." t nil)
1132
1133 (autoload 'xdb "gud" "\
1134 Run xdb on program FILE in buffer *gud-FILE*.
1135 The directory containing FILE becomes the initial working directory
1136 and source-file directory for your debugger.
1137
1138 You can set the variable 'gud-xdb-directories' to a list of program source
1139 directories if your program contains sources from more than one directory." t nil)
1140
1141 (autoload 'perldb "gud" "\
1142 Run perldb on program FILE in buffer *gud-FILE*.
1143 The directory containing FILE becomes the initial working directory
1144 and source-file directory for your debugger." t nil)
1145
1146 ;;;***
1147
1148 ;;;### (autoloads nil "history" "comint/history.el" (12376 19384))
1149 ;;; Generated autoloads from comint/history.el
1150
1151 ;;;### (autoloads nil "inf-lisp" "comint/inf-lisp.el" (12546 50428))
1152 ;;; Generated autoloads from comint/inf-lisp.el
1153
1154 (add-hook 'same-window-buffer-names "*inferior-lisp*")
1155
1156 ;;;***
1157
1158 ;;;### (autoloads nil "kermit" "comint/kermit.el" (12546 50426))
1159 ;;; Generated autoloads from comint/kermit.el
1160
1161 ;;;### (autoloads (rlogin) "rlogin" "comint/rlogin.el" (12282 38441))
1162 ;;; Generated autoloads from comint/rlogin.el
1163
1164 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
1165
1166 (autoload 'rlogin "rlogin" "\
1167 Open a network login connection to HOST via the `rlogin' program.
1168 Input is sent line-at-a-time to the remote connection.
1169
1170 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
1171 \(or `*rlogin-USER@HOST*' if the remote username differs).
1172 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
1173 a new buffer with a different connection will be made.
1174
1175 When called from a program, if the optional second argument is a string or
1176 buffer, it names the buffer to use.
1177
1178 The variable `rlogin-program' contains the name of the actual program to
1179 run. It can be a relative or absolute path.
1180
1181 The variable `rlogin-explicit-args' is a list of arguments to give to
1182 the rlogin when starting. They are added after any arguments given in
1183 INPUT-ARGS.
1184
1185 If the default value of `rlogin-directory-tracking-mode' is t, then the
1186 default directory in that buffer is set to a remote (FTP) file name to
1187 access your home directory on the remote machine. Occasionally this causes
1188 an error, if you cannot access the home directory on that machine. This
1189 error is harmless as long as you don't try to use that default directory.
1190
1191 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
1192 directory is initially set up to your (local) home directory.
1193 This is useful if the remote machine and your local machine
1194 share the same files via NFS. This is the default.
1195
1196 If you wish to change directory tracking styles during a session, use the
1197 function `rlogin-directory-tracking-mode' rather than simply setting the
1198 variable." t nil)
1199
1200 ;;;***
1201
1202 ;;;### (autoloads (shell) "shell" "comint/shell.el" (12558 60879))
1203 ;;; Generated autoloads from comint/shell.el
1204
1205 (defvar shell-prompt-pattern (purecopy "^[^#$%>\n]*[#$%>] *") "\
1206 Regexp to match prompts in the inferior shell.
1207 Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well.
1208 This variable is used to initialise `comint-prompt-regexp' in the
1209 shell buffer.
1210
1211 The pattern should probably not match more than one line. If it does,
1212 shell-mode may become confused trying to distinguish prompt from input
1213 on lines which don't start with a prompt.
1214
1215 This is a fine thing to set in your `.emacs' file.")
1216
1217 (autoload 'shell "shell" "\
1218 Run an inferior shell, with I/O through buffer *shell*.
1219 If buffer exists but shell process is not running, make new shell.
1220 If buffer exists and shell process is running,
1221 just switch to buffer `*shell*'.
1222 Program used comes from variable `explicit-shell-file-name',
1223 or (if that is nil) from the ESHELL environment variable,
1224 or else from SHELL if there is no ESHELL.
1225 If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
1226 (Note that this may lose due to a timing error if the shell
1227 discards input when it starts up.)
1228 The buffer is put in Shell mode, giving commands for sending input
1229 and controlling the subjobs of the shell. See `shell-mode'.
1230 See also the variable `shell-prompt-pattern'.
1231
1232 The shell file name (sans directories) is used to make a symbol name
1233 such as `explicit-csh-args'. If that symbol is a variable,
1234 its value is used as a list of arguments when invoking the shell.
1235 Otherwise, one argument `-i' is passed to the shell.
1236
1237 \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
1238
1239 (add-hook 'same-window-buffer-names "*shell*")
1240
1241 ;;;***
1242
1243 ;;;### (autoloads (rsh telnet) "telnet" "comint/telnet.el" (12546 50428))
1244 ;;; Generated autoloads from comint/telnet.el
1245
1246 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
1247
1248 (autoload 'telnet "telnet" "\
1249 Open a network login connection to host named HOST (a string).
1250 With a prefix argument, prompts for the port name or number as well.
1251 Communication with HOST is recorded in a buffer `*HOST-telnet*'.
1252 Normally input is edited in Emacs and sent a line at a time.
1253 See also `\\[rsh]'." t nil)
1254
1255 (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
1256
1257 (autoload 'rsh "telnet" "\
1258 Open a network login connection to host named HOST (a string).
1259 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
1260 Normally input is edited in Emacs and sent a line at a time.
1261 See also `\\[telnet]'." t nil)
1262
1263 ;;;***
1264
1265 ;;;### (autoloads (ange-ftp-hook-function) "ange-ftp" "dired/ange-ftp.el" (12639 8565))
1266 ;;; Generated autoloads from dired/ange-ftp.el
1267
1268 (defvar ange-ftp-path-format '("^/\\(\\([^@/:]*\\)@\\)?\\([^@/:]*\\):\\(.*\\)" 3 2 4) "\
1269 *Format of a fully expanded remote pathname. This is a cons
1270 \(REGEXP . (HOST USER PATH)), where REGEXP is a regular expression matching
1271 the full remote pathname, and HOST, USER, and PATH are the numbers of
1272 parenthesized expressions in REGEXP for the components (in that order).")
1273
1274 (autoload 'ange-ftp-hook-function "ange-ftp" nil nil nil)
1275
1276 (or (assoc (car ange-ftp-path-format) file-name-handler-alist) (setq file-name-handler-alist (cons (cons (car ange-ftp-path-format) 'ange-ftp-hook-function) file-name-handler-alist)))
1277
1278 ;;;***
1279
1280 ;;;### (autoloads nil "dired-cd" "dired/dired-cd.el" (12376 19387))
1281 ;;; Generated autoloads from dired/dired-cd.el
1282
1283 ;;;***
1284
1285 ;;;### (autoloads nil "dired-chmod" "dired/dired-chmod.el" (12376 19393))
1286 ;;; Generated autoloads from dired/dired-chmod.el
1287
1288 ;;;***
1289
1290 ;;;### (autoloads nil "dired-guess" "dired/dired-guess.el" (12376 19389))
1291 ;;; Generated autoloads from dired/dired-guess.el
1292
1293 ;;;***
1294
1295 ;;;### (autoloads nil "dired-link" "dired/dired-link.el" (12376 19387))
1296 ;;; Generated autoloads from dired/dired-link.el
1297
1298 ;;;***
1299
1300 ;;;### (autoloads nil "dired-lisp" "dired/dired-lisp.el" (12376 19389))
1301 ;;; Generated autoloads from dired/dired-lisp.el
1302
1303 ;;;***
1304
1305 ;;;### (autoloads nil "dired-nstd" "dired/dired-nstd.el" (12376 19389))
1306 ;;; Generated autoloads from dired/dired-nstd.el
1307
1308 ;;;***
1309
1310 ;;;### (autoloads nil "dired-trns" "dired/dired-trns.el" (12376 19390))
1311 ;;; Generated autoloads from dired/dired-trns.el
1312
1313 ;;;***
1314
1315 ;;;### (autoloads nil "dired-vms" "dired/dired-vms.el" (12376 19391))
1316 ;;; Generated autoloads from dired/dired-vms.el
1317
1318 ;;;***
1319
1320 ;;;### (autoloads nil "dired-xemacs-highlight" "dired/dired-xemacs-highlight.el" (12745 48553))
1321 ;;; Generated autoloads from dired/dired-xemacs-highlight.el
1322
1323 ;;;### (autoloads (dired-cwd-make-magic) "dired-cwd" "dired/dired-cwd.el" (12376 19388))
1324 ;;; Generated autoloads from dired/dired-cwd.el
1325
1326 (autoload 'dired-cwd-make-magic "dired-cwd" "\
1327 Modify COMMAND so that it's working directory is the current dired directory.
1328 This works by binding `default-directory' to `(default-directory)'s value.
1329 See also function `default-directory'." t nil)
1330
1331 ;;;***
1332
1333 ;;;### (autoloads (dired-do-rename-list dired-do-rename-numeric) "dired-num" "dired/dired-num.el" (12376 19390))
1334 ;;; Generated autoloads from dired/dired-num.el
1335
1336 (autoload 'dired-do-rename-numeric "dired-num" "\
1337 Rename all marked (or next ARG) files using numbers.
1338 You are prompted for a format string, e.g \"part_%d_of_8\", and a starting
1339 number, e.g. 1. If there are 8 marked files, this example will rename them to
1340
1341 part_1_of_8
1342 part_2_of_8
1343 ...
1344 part_8_of_8" t nil)
1345
1346 (autoload 'dired-do-rename-list "dired-num" "\
1347 Rename all marked (or next ARG) files using elements from LIST.
1348 You are prompted for a format string, e.g \"x_%s\", and the list,
1349 e.g. '(foo bar zod). This example will rename the marked files to
1350
1351 x_foo
1352 x_bar
1353 x_zod
1354
1355 It is an error if LIST has not as many elements as there are files." t nil)
1356
1357 ;;;***
1358
1359 ;;;### (autoloads (dired-rcs-mark-rcs-files dired-rcs-mark-rcs-locked-files) "dired-rcs" "dired/dired-rcs.el" (12376 19395))
1360 ;;; Generated autoloads from dired/dired-rcs.el
1361
1362 (autoload 'dired-rcs-mark-rcs-locked-files "dired-rcs" "\
1363 Mark all files that are under RCS control and RCS-locked.
1364 With prefix argument, unflag all those files.
1365 Mentions RCS files for which a working file was not found in this buffer.
1366 Type \\[dired-why] to see them again." t nil)
1367
1368 (autoload 'dired-rcs-mark-rcs-files "dired-rcs" "\
1369 Mark all files that are under RCS control.
1370 With prefix argument, unflag all those files.
1371 Mentions RCS files for which a working file was not found in this buffer.
1372 Type \\[dired-why] to see them again." t nil)
1373
1374 ;;;***
1375
1376 ;;;### (autoloads (dired-extra-startup) "dired-x" "dired/dired-x.el" (12376 19392))
1377 ;;; Generated autoloads from dired/dired-x.el
1378
1379 (autoload 'dired-extra-startup "dired-x" "\
1380 Automatically put on dired-mode-hook to get extra dired features:
1381 \\<dired-mode-map>
1382 \\[dired-vm] -- VM on folder
1383 \\[dired-rmail] -- Rmail on folder
1384 \\[dired-do-insert-subdir] -- insert all marked subdirs
1385 \\[dired-do-find-file] -- visit all marked files simultaneously
1386 \\[dired-set-marker-char], \\[dired-restore-marker-char] -- change and display dired-marker-char dynamically.
1387 \\[dired-omit-toggle] -- toggle omitting of files
1388 \\[dired-mark-sexp] -- mark by lisp expression
1389 \\[dired-do-unmark] -- replace existing marker with another.
1390 \\[dired-mark-rcs-files] -- mark all RCS controlled files
1391 \\[dired-mark-files-compilation-buffer] -- mark compilation files
1392 \\[dired-copy-filename-as-kill] -- copy the file or subdir names into the kill ring.
1393 You can feed it to other commands using \\[yank].
1394
1395 For more features, see variables
1396
1397 dired-omit-files
1398 dired-omit-extenstions
1399 dired-dangerous-shell-command
1400 dired-mark-keys
1401 dired-local-variables-file
1402 dired-find-subdir
1403 dired-guess-have-gnutar
1404 dired-auto-shell-command-alist
1405
1406 See also functions
1407
1408 dired-sort-on-size
1409 dired-do-relsymlink
1410 dired-flag-extension
1411 dired-virtual
1412 dired-jump-back
1413 dired-jump-back-other-window
1414 " t nil)
1415
1416 ;;;***
1417
1418 ;;;### (autoloads nil "dired-xemacs-menu" "dired/dired-xemacs-menu.el" (12322 8756))
1419 ;;; Generated autoloads from dired/dired-xemacs-menu.el
1420
1421 ;;;### (autoloads (dired-noselect dired-other-window dired) "dired" "dired/dired.el" (12727 30096))
1422 ;;; Generated autoloads from dired/dired.el
1423
1424 (defvar dired-listing-switches (purecopy "-al") "\
1425 *Switches passed to ls for dired. MUST contain the `l' option.
1426 Can contain even `F', `b', `i' and `s'.")
1427
1428 (defvar dired-chown-program (purecopy (if (memq system-type '(dgux-unix hpux usg-unix-v silicon-graphics-unix irix)) "chown" "/etc/chown")) "\
1429 *Name of chown command (usully `chown' or `/etc/chown').")
1430
1431 (defvar dired-ls-program (purecopy "ls") "\
1432 *Absolute or relative name of the ls program used by dired.")
1433
1434 (defvar dired-ls-F-marks-symlinks t "\
1435 *Informs dired about how ls -lF marks symbolic links.
1436 Set this to t if `dired-ls-program' with -lF marks the symbolic link
1437 itself with a trailing @ (usually the case under Ultrix).
1438
1439 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
1440 nil, if it gives `bar@ -> foo', set it to t.
1441
1442 Dired checks if there is really a @ appended. Thus, if you have a
1443 marking ls program on one host and a non-marking on another host, and
1444 don't care about symbolic links which really end in a @, you can
1445 always set this variable to t.")
1446
1447 (defvar dired-trivial-filenames (purecopy "^\\.\\.?$\\|^#") "\
1448 *Regexp of files to skip when moving point to the first file of a new directory listing.
1449 Nil means move to the subdir line, t means move to first file.")
1450
1451 (defvar dired-keep-marker-move t "\
1452 If t, moved marked files are marked if their originals were.
1453 If a character, those files (marked or not) are marked with that character.")
1454
1455 (defvar dired-keep-marker-copy 67 "\
1456 If t, copied files are marked if their source files were.
1457 If a character, those files are always marked with that character.")
1458
1459 (defvar dired-keep-marker-hardlink 72 "\
1460 If t, hard-linked files are marked if the linked-to files were.
1461 If a character, those files are always marked with that character.")
1462
1463 (defvar dired-keep-marker-symlink 89 "\
1464 If t, symlinked marked files are marked if the linked-to files were.
1465 If a character, those files are always marked with that character.")
1466
1467 (defvar dired-dwim-target nil "\
1468 *If non-nil, dired tries to guess a default target directory:
1469 If there is a dired buffer displayed in the next window, use
1470 its current subdir, instead of the current subdir of this dired
1471 buffer.
1472
1473 The target is used in the prompt for file copy, move etc.")
1474
1475 (defvar dired-copy-preserve-time nil "\
1476 *If non-nil, Dired preserves the last-modified time in a file copy.
1477 \(This works on only some systems.)\\<dired-mode-map>
1478 Use `\\[dired-do-copy]' with a zero prefix argument to toggle its value.")
1479
1480 (define-key ctl-x-map "d" 'dired)
1481
1482 (autoload 'dired "dired" "\
1483 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
1484 With an optional prefix argument you can specify the ls SWITCHES that are used.
1485 Dired displays a list of files in DIRNAME (which may also have
1486 shell wildcards appended to select certain files).
1487 You can move around in it with the usual commands.
1488 You can flag files for deletion with \\<dired-mode-map>\\[dired-flag-file-deleted] and then delete them by
1489 typing \\[dired-do-deletions].
1490 Type \\[describe-mode] after entering dired for more info.
1491
1492 If DIRNAME is already in a dired buffer, that buffer is used without refresh." t nil)
1493
1494 (define-key ctl-x-4-map "d" 'dired-other-window)
1495
1496 (autoload 'dired-other-window "dired" "\
1497 \"Edit\" directory DIRNAME. Like `dired' but selects in another window." t nil)
1498
1499 (autoload 'dired-noselect "dired" "\
1500 Like `dired' but returns the dired buffer as value, does not select it." nil nil)
1501
1502 ;;;***
1503
1504 ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired" "dired/find-dired.el" (12675 57063))
1505 ;;; Generated autoloads from dired/find-dired.el
1506
1507 (defvar find-ls-option (purecopy (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld"))) "\
1508 *Description of the option to `find' to produce an `ls -l'-type listing.
1509 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
1510 gives the option (or options) to `find' that produce the desired output.
1511 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
1512
1513 (defvar find-grep-options (purecopy (if (eq system-type 'berkeley-unix) "-s" "-q")) "\
1514 *Option to grep to be as silent as possible.
1515 On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
1516 On other systems, the closest you can come is to use `-l'.")
1517
1518 (defvar find-dired-multiple-buffers nil "\
1519 *If non-nil, generates a new buffer for each find")
1520
1521 (autoload 'find-dired "find-dired" "\
1522 Run `find' and go into dired-mode on a buffer of the output.
1523 The command run (after changing into DIR) is
1524
1525 find . \\( ARGS \\) -ls" t nil)
1526
1527 (autoload 'find-name-dired "find-dired" "\
1528 Search DIR recursively for files matching the globbing pattern PATTERN,
1529 and run dired on those files.
1530 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
1531 The command run (after changing into DIR) is
1532
1533 find . -name 'PATTERN' -ls" t nil)
1534
1535 (autoload 'find-grep-dired "find-dired" "\
1536 Find files in DIR containing a regexp ARG and start Dired on output.
1537 The command run (after changing into DIR) is
1538
1539 find . -type f -exec test -r {} \\; -exec egrep -s ARG {} \\; -ls
1540
1541 Thus ARG can also contain additional grep options." t nil)
1542
1543 ;;;***
1544
1545 ;;;### (autoloads nil "gmhist-app" "dired/gmhist-app.el" (12376 19392))
1546 ;;; Generated autoloads from dired/gmhist-app.el
1547
1548 ;;;***
1549
1550 ;;;### (autoloads nil "gmhist-cmp" "dired/gmhist-cmp.el" (12376 19393))
1551 ;;; Generated autoloads from dired/gmhist-cmp.el
1552
1553 ;;;***
1554
1555 ;;;### (autoloads nil "gmhist-mh" "dired/gmhist-mh.el" (12376 19393))
1556 ;;; Generated autoloads from dired/gmhist-mh.el
1557
1558 ;;;***
1559
1560 ;;;### (autoloads nil "gmhist" "dired/gmhist.el" (12639 8568))
1561 ;;; Generated autoloads from dired/gmhist.el
1562
1563 ;;;***
1564
1565 ;;;### (autoloads nil "cl-read" "edebug/cl-read.el" (12639 8664))
1566 ;;; Generated autoloads from edebug/cl-read.el
1567
1568 ;;;***
1569
1570 ;;;### (autoloads nil "cl-specs" "edebug/cl-specs.el" (12546 50556))
1571 ;;; Generated autoloads from edebug/cl-specs.el
1572
1573 ;;;***
1574
1575 ;;;### (autoloads nil "cust-print" "edebug/cust-print.el" (12546 50558))
1576 ;;; Generated autoloads from edebug/cust-print.el
1577
1578 ;;;***
1579
1580 ;;;### (autoloads nil "edebug-cl-read" "edebug/edebug-cl-read.el" (12546 50559))
1581 ;;; Generated autoloads from edebug/edebug-cl-read.el
1582
1583 ;;;***
1584
1585 ;;;### (autoloads nil "edebug-test" "edebug/edebug-test.el" (12546 50592))
1586 ;;; Generated autoloads from edebug/edebug-test.el
1587
1588
1589 ;;;***
1590
1591 ;;;### (autoloads (edebug-eval-top-level-form def-edebug-spec) "edebug" "edebug/edebug.el" (12639 8668))
1592 ;;; Generated autoloads from edebug/edebug.el
1593
1594 (autoload 'def-edebug-spec "edebug" "\
1595 Set the edebug-form-spec property of SYMBOL according to SPEC.
1596 Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
1597 \(naming a function), or a list." nil 'macro)
1598
1599 (defalias 'edebug-defun 'edebug-eval-top-level-form)
1600
1601 (autoload 'edebug-eval-top-level-form "edebug" "\
1602 Evaluate a top level form, such as a defun or defmacro.
1603 This is like `eval-defun', but the code is always instrumented for Edebug.
1604 Print its name in the minibuffer and leave point where it is,
1605 or if an error occurs, leave point after it with mark at the original point." t nil)
1606
1607 ;;;***
1608
1609 ;;;### (autoloads nil "eval-reg" "edebug/eval-reg.el" (12546 50591))
1610 ;;; Generated autoloads from edebug/eval-reg.el
1611
1612
1613 ;;;***
1614
1615 ;;;### (autoloads nil "ediff-diff" "ediff/ediff-diff.el" (12747 30846))
1616 ;;; Generated autoloads from ediff/ediff-diff.el
1617
1618 ;;;### (autoloads nil "ediff-hook" "ediff/ediff-hook.el" (12675 57179))
1619 ;;; Generated autoloads from ediff/ediff-hook.el
1620
1621 ;;;### (autoloads nil "ediff-init" "ediff/ediff-init.el" (12675 57185))
1622 ;;; Generated autoloads from ediff/ediff-init.el
1623
1624 ;;;***
1625
1626 ;;;### (autoloads nil "ediff-merg" "ediff/ediff-merg.el" (12675 57177))
1627 ;;; Generated autoloads from ediff/ediff-merg.el
1628
1629 ;;;***
1630
1631 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff/ediff-mult.el" (12675 57187))
1632 ;;; Generated autoloads from ediff/ediff-mult.el
1633
1634 (autoload 'ediff-show-registry "ediff-mult" "\
1635 Display Ediff's registry." t nil)
1636
1637 (defalias 'eregistry 'ediff-show-registry)
1638
1639 ;;;***
1640
1641 ;;;### (autoloads nil "ediff-ptch" "ediff/ediff-ptch.el" (12639 8876))
1642 ;;; Generated autoloads from ediff/ediff-ptch.el
1643
1644 ;;;***
1645
1646 ;;;### (autoloads nil "ediff-util" "ediff/ediff-util.el" (12740 28878))
1647 ;;; Generated autoloads from ediff/ediff-util.el
1648
1649 ;;;***
1650
1651 ;;;### (autoloads nil "ediff-vers" "ediff/ediff-vers.el" (12675 57186))
1652 ;;; Generated autoloads from ediff/ediff-vers.el
1653
1654 ;;;### (autoloads nil "ediff-wind" "ediff/ediff-wind.el" (12730 62153))
1655 ;;; Generated autoloads from ediff/ediff-wind.el
1656
1657 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "electric/ebuff-menu.el" (12698 33526))
1658 ;;; Generated autoloads from electric/ebuff-menu.el
1659
1660 (autoload 'electric-buffer-list "ebuff-menu" "\
1661 Pops up a buffer describing the set of Emacs buffers.
1662 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
1663 listing with menuoid buffer selection.
1664
1665 If the very next character typed is a space then the buffer list
1666 window disappears. Otherwise, one may move around in the
1667 buffer list window, marking buffers to be selected, saved or deleted.
1668
1669 To exit and select a new buffer, type a space when the cursor is on the
1670 appropriate line of the buffer-list window.
1671
1672 Other commands are much like those of buffer-menu-mode.
1673
1674 Calls value of `electric-buffer-menu-mode-hook' on entry if non-nil.
1675
1676 Non-null optional arg FILES-ONLY means mention only file buffers.
1677 When called from Lisp code, FILES-ONLY may be a regular expression,
1678 in which case only buffers whose names match that expression are listed,
1679 or an arbitrary predicate function.
1680
1681 \\{electric-buffer-menu-mode-map}" t nil)
1682
1683 ;;;***
1684
1685 ;;;### (autoloads (electric-command-history Electric-command-history-redo-expression) "echistory" "electric/echistory.el" (12657 40690))
1686 ;;; Generated autoloads from electric/echistory.el
1687
1688 (autoload 'Electric-command-history-redo-expression "echistory" "\
1689 Edit current history line in minibuffer and execute result.
1690 With prefix argument NOCONFIRM, execute current line as-is without editing." t nil)
1691
1692 (autoload 'electric-command-history "echistory" "\
1693 \\<electric-history-map>Major mode for examining and redoing commands from `command-history'.
1694 This pops up a window with the Command History listing.
1695 The number of command listed is controlled by `list-command-history-max'.
1696 The command history is filtered by `list-command-history-filter' if non-nil.
1697 Combines typeout Command History list window with menu like selection
1698 of an expression from the history for re-evaluation in the *original* buffer.
1699
1700 The history displayed is filtered by `list-command-history-filter' if non-nil.
1701
1702 This pops up a window with the Command History listing. If the very
1703 next character typed is Space, the listing is killed and the previous
1704 window configuration is restored. Otherwise, you can browse in the
1705 Command History with Return moving down and Delete moving up, possibly
1706 selecting an expression to be redone with Space or quitting with `Q'.
1707
1708 Like Emacs-Lisp mode except that characters do not insert themselves and
1709 Tab and Linefeed do not indent. Instead these commands are provided:
1710 \\{electric-history-map}
1711
1712 Calls the value of `electric-command-history-hook' if that is non-nil.
1713 The Command History listing is recomputed each time this mode is invoked." t nil)
1714
1715 ;;;***
1716
1717 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "electric/ehelp.el" (12657 40690))
1718 ;;; Generated autoloads from electric/ehelp.el
1719
1720 (autoload 'with-electric-help "ehelp" "\
1721 Pop up an \"electric\" help buffer.
1722 The arguments are THUNK &optional BUFFER NOERASE MINHEIGHT.
1723 THUNK is a function of no arguments which is called to initialize the
1724 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
1725 erased before THUNK is called unless NOERASE is non-nil. THUNK will
1726 be called while BUFFER is current and with `standard-output' bound to
1727 the buffer specified by BUFFER.
1728
1729 If THUNK returns nil, we display BUFFER starting at the top, and
1730 shrink the window to fit. If THUNK returns non-nil, we don't do those things.
1731
1732 After THUNK has been called, this function \"electrically\" pops up a window
1733 in which BUFFER is displayed and allows the user to scroll through that buffer
1734 in electric-help-mode. The window's height will be at least MINHEIGHT if
1735 this value is non-nil.
1736
1737 If THUNK returns nil, we display BUFFER starting at the top, and
1738 shrink the window to fit. If THUNK returns non-nil, we don't do those
1739 things.
1740
1741 When the user exits (with `electric-help-exit', or otherwise) the help
1742 buffer's window disappears (i.e., we use `save-window-excursion')
1743 BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit." nil nil)
1744
1745 (autoload 'electric-helpify "ehelp" nil nil nil)
1746
1747 ;;;***
1748
1749 ;;;### (autoloads nil "electric" "electric/electric.el" (12657 40689))
1750 ;;; Generated autoloads from electric/electric.el
1751
1752 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper" "electric/helper.el" (12657 40691))
1753 ;;; Generated autoloads from electric/helper.el
1754
1755 (autoload 'Helper-describe-bindings "helper" "\
1756 Describe local key bindings of current mode." t nil)
1757
1758 (autoload 'Helper-help "helper" "\
1759 Provide help for current mode." t nil)
1760
1761 ;;;***
1762
1763 ;;;### (autoloads nil "edt" "emulators/edt.el" (12376 19400))
1764 ;;; Generated autoloads from emulators/edt.el
1765
1766 ;;;### (autoloads (evi) "evi" "emulators/evi.el" (12376 19401))
1767 ;;; Generated autoloads from emulators/evi.el
1768
1769 (autoload 'evi "evi" "\
1770 Start vi emulation in this buffer." t nil)
1771
1772 ;;;***
1773
1774 ;;;### (autoloads (convert-mocklisp-buffer) "mlconvert" "emulators/mlconvert.el" (12376 19400))
1775 ;;; Generated autoloads from emulators/mlconvert.el
1776
1777 (autoload 'convert-mocklisp-buffer "mlconvert" "\
1778 Convert buffer of Mocklisp code to real Lisp that GNU Emacs can run." t nil)
1779
1780 ;;;***
1781
1782 ;;;### (autoloads nil "mlsupport" "emulators/mlsupport.el" (12546 50433))
1783 ;;; Generated autoloads from emulators/mlsupport.el
1784
1785 ;;;***
1786
1787 ;;;### (autoloads (teco-command) "teco" "emulators/teco.el" (11903 15655))
1788 ;;; Generated autoloads from emulators/teco.el
1789
1790 (autoload 'teco-command "teco" "\
1791 Read and execute a Teco command string." t nil)
1792
1793 ;;;***
1794
1795 ;;;### (autoloads nil "tpu-doc" "emulators/tpu-doc.el" (12376 19403))
1796 ;;; Generated autoloads from emulators/tpu-doc.el
1797
1798 ;;;### (autoloads (tpu-edt-on) "tpu-edt" "emulators/tpu-edt.el" (12657 40693))
1799 ;;; Generated autoloads from emulators/tpu-edt.el
1800
1801 (fset 'tpu-edt-mode 'tpu-edt-on)
1802
1803 (fset 'tpu-edt 'tpu-edt-on)
1804
1805 (autoload 'tpu-edt-on "tpu-edt" "\
1806 Turn on TPU/edt emulation." t nil)
1807
1808 ;;;***
1809
1810 ;;;### (autoloads nil "tpu-extras" "emulators/tpu-extras.el" (12376 19402))
1811 ;;; Generated autoloads from emulators/tpu-extras.el
1812
1813 ;;;***
1814
1815 ;;;### (autoloads nil "tpu-mapper" "emulators/tpu-mapper.el" (12376 19403))
1816 ;;; Generated autoloads from emulators/tpu-mapper.el
1817
1818 ;;;***
1819
1820 ;;;### (autoloads nil "ws-mode" "emulators/ws-mode.el" (12376 19402))
1821 ;;; Generated autoloads from emulators/ws-mode.el
1822
1823 ;;;***
1824
1825 ;;;### (autoloads nil "backtrace-logging" "energize/backtrace-logging.el" (12376 19404))
1826 ;;; Generated autoloads from energize/backtrace-logging.el
1827
1828 ;;;***
1829
1830 ;;;### (autoloads nil "energize-advice" "energize/energize-advice.el" (12376 19404))
1831 ;;; Generated autoloads from energize/energize-advice.el
1832
1833 ;;;***
1834
1835 ;;;### (autoloads nil "energize-annoprint" "energize/energize-annoprint.el" (12376 19409))
1836 ;;; Generated autoloads from energize/energize-annoprint.el
1837
1838 ;;;***
1839
1840 ;;;### (autoloads nil "energize-font-lock" "energize/energize-font-lock.el" (12376 19408))
1841 ;;; Generated autoloads from energize/energize-font-lock.el
1842
1843 ;;;***
1844
1845 ;;;### (autoloads nil "energize-font-size" "energize/energize-font-size.el" (12376 19408))
1846 ;;; Generated autoloads from energize/energize-font-size.el
1847
1848 ;;;***
1849
1850 ;;;### (autoloads nil "energize-init" "energize/energize-init.el" (12376 19405))
1851 ;;; Generated autoloads from energize/energize-init.el
1852
1853 ;;;***
1854
1855 ;;;### (autoloads nil "energize-load" "energize/energize-load.el" (12376 19405))
1856 ;;; Generated autoloads from energize/energize-load.el
1857
1858 ;;;***
1859
1860 ;;;### (autoloads nil "energize-menus" "energize/energize-menus.el" (12376 19407))
1861 ;;; Generated autoloads from energize/energize-menus.el
1862
1863 ;;;***
1864
1865 ;;;### (autoloads nil "energize-mode" "energize/energize-mode.el" (12720 56483))
1866 ;;; Generated autoloads from energize/energize-mode.el
1867
1868 ;;;### (autoloads nil "energize-shell" "energize/energize-shell.el" (12110 33408))
1869 ;;; Generated autoloads from energize/energize-shell.el
1870
1871 ;;;### (autoloads nil "energize-uimx" "energize/energize-uimx.el" (12376 19409))
1872 ;;; Generated autoloads from energize/energize-uimx.el
1873
1874 ;;;***
1875
1876 ;;;### (autoloads nil "energize-vi" "energize/energize-vi.el" (12376 19407))
1877 ;;; Generated autoloads from energize/energize-vi.el
1878
1879 ;;;***
1880
1881 ;;;### (autoloads nil "energize-visit-use" "energize/energize-visit-use.el" (12376 19407))
1882 ;;; Generated autoloads from energize/energize-visit-use.el
1883
1884 ;;;***
1885
1886 ;;;### (autoloads nil "energize-windows" "energize/energize-windows.el" (12376 19409))
1887 ;;; Generated autoloads from energize/energize-windows.el
1888
1889 ;;;***
1890
1891 ;;;### (autoloads nil "ostore" "energize/ostore.el" (12376 19408))
1892 ;;; Generated autoloads from energize/ostore.el
1893
1894 ;;;***
1895
1896 ;;;### (autoloads nil "write-file" "energize/write-file.el" (12376 19404))
1897 ;;; Generated autoloads from energize/write-file.el
1898
1899 ;;;***
1900
1901 ;;;### (autoloads nil "eos" "eos/eos.el" (12740 25241))
1902 ;;; Generated autoloads from eos/eos.el
1903
1904 ;;;***
1905
1906 ;;;### (autoloads nil "loaddefs-eos" "eos/loaddefs-eos.el" (12748 8006))
1907 ;;; Generated autoloads from eos/loaddefs-eos.el
1908
1909 ;;;***
1910
1911 ;;;### (autoloads nil "sun-eos-browser" "eos/sun-eos-browser.el" (12740 25240))
1912 ;;; Generated autoloads from eos/sun-eos-browser.el
1913
1914 ;;;***
1915
1916 ;;;### (autoloads nil "sun-eos-common" "eos/sun-eos-common.el" (12345 62348))
1917 ;;; Generated autoloads from eos/sun-eos-common.el
1918
1919 ;;;### (autoloads nil "sun-eos-debugger-extra" "eos/sun-eos-debugger-extra.el" (12740 25236))
1920 ;;; Generated autoloads from eos/sun-eos-debugger-extra.el
1921
1922 ;;;***
1923
1924 ;;;### (autoloads nil "sun-eos-debugger" "eos/sun-eos-debugger.el" (12740 25235))
1925 ;;; Generated autoloads from eos/sun-eos-debugger.el
1926
1927 ;;;***
1928
1929 ;;;### (autoloads nil "sun-eos-editor" "eos/sun-eos-editor.el" (12740 25242))
1930 ;;; Generated autoloads from eos/sun-eos-editor.el
1931
1932 ;;;***
1933
1934 ;;;### (autoloads nil "sun-eos-init" "eos/sun-eos-init.el" (12740 25241))
1935 ;;; Generated autoloads from eos/sun-eos-init.el
1936
1937 ;;;***
1938
1939 ;;;### (autoloads nil "sun-eos-load" "eos/sun-eos-load.el" (12740 25239))
1940 ;;; Generated autoloads from eos/sun-eos-load.el
1941
1942 ;;;***
1943
1944 ;;;### (autoloads nil "sun-eos-menubar" "eos/sun-eos-menubar.el" (12740 25243))
1945 ;;; Generated autoloads from eos/sun-eos-menubar.el
1946
1947 ;;;***
1948
1949 ;;;### (autoloads nil "sun-eos-toolbar" "eos/sun-eos-toolbar.el" (12740 25234))
1950 ;;; Generated autoloads from eos/sun-eos-toolbar.el
1951
1952 ;;;***
1953
1954 ;;;### (autoloads nil "sun-eos" "eos/sun-eos.el" (12740 25239))
1955 ;;; Generated autoloads from eos/sun-eos.el
1956
1957 ;;;### (autoloads nil "epoch" "epoch/epoch.el" (12376 19557))
1958 ;;; Generated autoloads from epoch/epoch.el
1959
1960 ;;;### (autoloads (term make-term) "term" "eterm/term.el" (12254 10521))
1961 ;;; Generated autoloads from eterm/term.el
1962
1963 (autoload 'make-term "term" "\
1964 Make a term process NAME in a buffer, running PROGRAM.
1965 The name of the buffer is made by surrounding NAME with `*'s.
1966 If there is already a running process in that buffer, it is not restarted.
1967 Optional third arg STARTFILE is the name of a file to send the contents of to
1968 the process. Any more args are arguments to PROGRAM." nil nil)
1969
1970 (autoload 'term "term" "\
1971 Start a terminal-emulator in a new buffer." t nil)
1972
1973 ;;;***
1974
1975 ;;;### (autoloads (tperldb txdb tdbx tsdb tgdb) "tgud" "eterm/tgud.el" (12147 26618))
1976 ;;; Generated autoloads from eterm/tgud.el
1977
1978 (autoload 'tgdb "tgud" "\
1979 Run gdb on program FILE in buffer *tgud-FILE*.
1980 The directory containing FILE becomes the initial working directory
1981 and source-file directory for your debugger." t nil)
1982
1983 (autoload 'tsdb "tgud" "\
1984 Run sdb on program FILE in buffer *tgud-FILE*.
1985 The directory containing FILE becomes the initial working directory
1986 and source-file directory for your debugger." t nil)
1987
1988 (autoload 'tdbx "tgud" "\
1989 Run dbx on program FILE in buffer *tgud-FILE*.
1990 The directory containing FILE becomes the initial working directory
1991 and source-file directory for your debugger." t nil)
1992
1993 (autoload 'txdb "tgud" "\
1994 Run xdb on program FILE in buffer *tgud-FILE*.
1995 The directory containing FILE becomes the initial working directory
1996 and source-file directory for your debugger.
1997
1998 You can set the variable 'tgud-xdb-directories' to a list of program source
1999 directories if your program contains sources from more than one directory." t nil)
2000
2001 (autoload 'tperldb "tgud" "\
2002 Run perldb on program FILE in buffer *tgud-FILE*.
2003 The directory containing FILE becomes the initial working directory
2004 and source-file directory for your debugger." t nil)
2005
2006 ;;;***
2007
2008 ;;;### (autoloads (tshell) "tshell" "eterm/tshell.el" (12147 26618))
2009 ;;; Generated autoloads from eterm/tshell.el
2010
2011 (defvar tshell-prompt-pattern "^[^#$%>\n]*[#$%>] *" "\
2012 Regexp to match prompts in the inferior shell.
2013 Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well.
2014 This variable is used to initialise `term-prompt-regexp' in the
2015 shell buffer.
2016
2017 The pattern should probably not match more than one line. If it does,
2018 tshell-mode may become confused trying to distinguish prompt from input
2019 on lines which don't start with a prompt.
2020
2021 This is a fine thing to set in your `.emacs' file.")
2022
2023 (autoload 'tshell "tshell" "\
2024 Run an inferior shell, with I/O through buffer *shell*.
2025 If buffer exists but shell process is not running, make new shell.
2026 If buffer exists and shell process is running, just switch to buffer `*shell*'.
2027 Program used comes from variable `explicit-shell-file-name',
2028 or (if that is nil) from the ESHELL environment variable,
2029 or else from SHELL if there is no ESHELL.
2030 If a file `~/.emacs_SHELLNAME' exists, it is given as initial input
2031 (Note that this may lose due to a timing error if the shell
2032 discards input when it starts up.)
2033 The buffer is put in Tshell mode, giving commands for sending input
2034 and controlling the subjobs of the shell. See `tshell-mode'.
2035 See also the variable `tshell-prompt-pattern'.
2036
2037 The shell file name (sans directories) is used to make a symbol name
2038 such as `explicit-csh-args'. If that symbol is a variable,
2039 its value is used as a list of arguments when invoking the shell.
2040 Otherwise, one argument `-i' is passed to the shell.
2041
2042 \(Type \\[describe-mode] in the shell buffer for a list of commands.)" t nil)
2043
2044 ;;;***
2045
2046 ;;;### (autoloads nil "NeXTify" "games/NeXTify.el" (12376 19620))
2047 ;;; Generated autoloads from games/NeXTify.el
2048
2049 ;;;### (autoloads (blackbox) "blackbox" "games/blackbox.el" (12376 19614))
2050 ;;; Generated autoloads from games/blackbox.el
2051
2052 (autoload 'blackbox "blackbox" "\
2053 Play blackbox. Optional prefix argument is the number of balls;
2054 the default is 4.
2055
2056 What is blackbox?
2057
2058 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
2059 Blackbox). Your opponent (Emacs, in this case) has hidden several
2060 balls (usually 4) within this box. By shooting rays into the box and
2061 observing where they emerge it is possible to deduce the positions of
2062 the hidden balls. The fewer rays you use to find the balls, the lower
2063 your score.
2064
2065 Overview of play:
2066
2067 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
2068 specifies the number of balls to be hidden in the box; the default is
2069 four.
2070
2071 The cursor can be moved around the box with the standard cursor
2072 movement keys.
2073
2074 To shoot a ray, move the cursor to the edge of the box and press SPC.
2075 The result will be determined and the playfield updated.
2076
2077 You may place or remove balls in the box by moving the cursor into the
2078 box and pressing \\[bb-romp].
2079
2080 When you think the configuration of balls you have placed is correct,
2081 press \\[bb-done]. You will be informed whether you are correct or
2082 not, and be given your score. Your score is the number of letters and
2083 numbers around the outside of the box plus five for each incorrectly
2084 placed ball. If you placed any balls incorrectly, they will be
2085 indicated with `x', and their actual positions indicated with `o'.
2086
2087 Details:
2088
2089 There are three possible outcomes for each ray you send into the box:
2090
2091 Detour: the ray is deflected and emerges somewhere other than
2092 where you sent it in. On the playfield, detours are
2093 denoted by matching pairs of numbers -- one where the
2094 ray went in, and the other where it came out.
2095
2096 Reflection: the ray is reflected and emerges in the same place
2097 it was sent in. On the playfield, reflections are
2098 denoted by the letter `R'.
2099
2100 Hit: the ray strikes a ball directly and is absorbed. It does
2101 not emerge from the box. On the playfield, hits are
2102 denoted by the letter `H'.
2103
2104 The rules for how balls deflect rays are simple and are best shown by
2105 example.
2106
2107 As a ray approaches a ball it is deflected ninety degrees. Rays can
2108 be deflected multiple times. In the diagrams below, the dashes
2109 represent empty box locations and the letter `O' represents a ball.
2110 The entrance and exit points of each ray are marked with numbers as
2111 described under \"Detour\" above. Note that the entrance and exit
2112 points are always interchangeable. `*' denotes the path taken by the
2113 ray.
2114
2115 Note carefully the relative positions of the ball and the ninety
2116 degree deflection it causes.
2117
2118 1
2119 - * - - - - - - - - - - - - - - - - - - - - - -
2120 - * - - - - - - - - - - - - - - - - - - - - - -
2121 1 * * - - - - - - - - - - - - - - - O - - - - O -
2122 - - O - - - - - - - O - - - - - - - * * * * - -
2123 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
2124 - - - - - - - - - - - * - - - - - - - O - * - -
2125 - - - - - - - - - - - * - - - - - - - - * * - -
2126 - - - - - - - - - - - * - - - - - - - - * - O -
2127 2 3
2128
2129 As mentioned above, a reflection occurs when a ray emerges from the same point
2130 it was sent in. This can happen in several ways:
2131
2132
2133 - - - - - - - - - - - - - - - - - - - - - - - -
2134 - - - - O - - - - - O - O - - - - - - - - - - -
2135 R * * * * - - - - - - - * - - - - O - - - - - - -
2136 - - - - O - - - - - - * - - - - R - - - - - - - -
2137 - - - - - - - - - - - * - - - - - - - - - - - -
2138 - - - - - - - - - - - * - - - - - - - - - - - -
2139 - - - - - - - - R * * * * - - - - - - - - - - - -
2140 - - - - - - - - - - - - O - - - - - - - - - - -
2141
2142 In the first example, the ray is deflected downwards by the upper
2143 ball, then left by the lower ball, and finally retraces its path to
2144 its point of origin. The second example is similar. The third
2145 example is a bit anomalous but can be rationalized by realizing the
2146 ray never gets a chance to get into the box. Alternatively, the ray
2147 can be thought of as being deflected downwards and immediately
2148 emerging from the box.
2149
2150 A hit occurs when a ray runs straight into a ball:
2151
2152 - - - - - - - - - - - - - - - - - - - - - - - -
2153 - - - - - - - - - - - - - - - - - - - - O - - -
2154 - - - - - - - - - - - - O - - - H * * * * - - - -
2155 - - - - - - - - H * * * * O - - - - - - * - - - -
2156 - - - - - - - - - - - - O - - - - - - O - - - -
2157 H * * * O - - - - - - - - - - - - - - - - - - - -
2158 - - - - - - - - - - - - - - - - - - - - - - - -
2159 - - - - - - - - - - - - - - - - - - - - - - - -
2160
2161 Be sure to compare the second example of a hit with the first example of
2162 a reflection." t nil)
2163
2164 ;;;***
2165
2166 ;;;### (autoloads (conx-load conx conx-region conx-buffer) "conx" "games/conx.el" (12376 19618))
2167 ;;; Generated autoloads from games/conx.el
2168
2169 (autoload 'conx-buffer "conx" "\
2170 Absorb the text in the current buffer into the tree." t nil)
2171
2172 (autoload 'conx-region "conx" "\
2173 Absorb the text in the current region into the tree." t nil)
2174
2175 (autoload 'conx "conx" "\
2176 Generate some random sentences in the *conx* buffer." t nil)
2177
2178 (autoload 'conx-load "conx" "\
2179 Load in a CONX database written by the \\[conx-save] command.
2180 This clears the database currently in memory." t nil)
2181
2182 ;;;***
2183
2184 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie) "cookie1" "games/cookie1.el" (12376 19615))
2185 ;;; Generated autoloads from games/cookie1.el
2186
2187 (autoload 'cookie "cookie1" "\
2188 Return a random phrase from PHRASE-FILE. When the phrase file
2189 is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil)
2190
2191 (autoload 'cookie-insert "cookie1" "\
2192 Insert random phrases from PHRASE-FILE; COUNT of them. When the phrase file
2193 is read in, display STARTMSG at beginning of load, ENDMSG at end." nil nil)
2194
2195 (autoload 'cookie-snarf "cookie1" "\
2196 Reads in the PHRASE-FILE, returns it as a vector of strings.
2197 Emit STARTMSG and ENDMSG before and after. Caches the result; second
2198 and subsequent calls on the same file won't go to disk." nil nil)
2199
2200 (autoload 'shuffle-vector "cookie1" "\
2201 Randomly permute the elements of VECTOR (all permutations equally likely)" nil nil)
2202
2203 ;;;***
2204
2205 ;;;### (autoloads (dissociated-press) "dissociate" "games/dissociate.el" (12376 19615))
2206 ;;; Generated autoloads from games/dissociate.el
2207
2208 (autoload 'dissociated-press "dissociate" "\
2209 Dissociate the text of the current buffer.
2210 Output goes in buffer named *Dissociation*,
2211 which is redisplayed each time text is added to it.
2212 Every so often the user must say whether to continue.
2213 If ARG is positive, require ARG chars of continuity.
2214 If ARG is negative, require -ARG words of continuity.
2215 Default is 2." t nil)
2216
2217 ;;;***
2218
2219 ;;;### (autoloads (doctor) "doctor" "games/doctor.el" (12376 19616))
2220 ;;; Generated autoloads from games/doctor.el
2221
2222 (autoload 'doctor "doctor" "\
2223 Switch to *doctor* buffer and start giving psychotherapy." t nil)
2224
2225 ;;;***
2226
2227 ;;;### (autoloads (dunnet) "dunnet" "games/dunnet.el" (12376 19621))
2228 ;;; Generated autoloads from games/dunnet.el
2229
2230 (autoload 'dunnet "dunnet" "\
2231 Switch to *dungeon* buffer and start game." t nil)
2232
2233 ;;;***
2234
2235 ;;;### (autoloads (flame) "flame" "games/flame.el" (12376 19618))
2236 ;;; Generated autoloads from games/flame.el
2237
2238 (autoload 'flame "flame" "\
2239 Generate ARG (default 1) sentences of half-crazed gibberish." t nil)
2240
2241 ;;;***
2242
2243 ;;;### (autoloads (gomoku) "gomoku" "games/gomoku.el" (12546 50547))
2244 ;;; Generated autoloads from games/gomoku.el
2245
2246 (autoload 'gomoku "gomoku" "\
2247 Start a Gomoku game between you and Emacs.
2248 If a game is in progress, this command allow you to resume it.
2249 If optional arguments N and M are given, an N by M board is used.
2250
2251 You and Emacs play in turn by marking a free square. You mark it with X
2252 and Emacs marks it with O. The winner is the first to get five contiguous
2253 marks horizontally, vertically or in diagonal.
2254 You play by moving the cursor over the square you choose and hitting
2255 \\<gomoku-mode-map>\\[gomoku-human-plays].
2256 Use \\[describe-mode] for more info." t nil)
2257
2258 ;;;***
2259
2260 ;;;### (autoloads (hanoi) "hanoi" "games/hanoi.el" (12546 50548))
2261 ;;; Generated autoloads from games/hanoi.el
2262
2263 (autoload 'hanoi "hanoi" "\
2264 Towers of Hanoi diversion. Argument is number of rings." t nil)
2265
2266 ;;;***
2267
2268 ;;;### (autoloads (life) "life" "games/life.el" (12743 11635))
2269 ;;; Generated autoloads from games/life.el
2270
2271 (autoload 'life "life" "\
2272 Run Conway's Life simulation.
2273 The starting pattern is randomly selected. Prefix arg (optional first
2274 arg non-nil from a program) is the number of seconds to sleep between
2275 generations (this defaults to 1)." t nil)
2276
2277 ;;;***
2278
2279 ;;;### (autoloads (mpuz) "mpuz" "games/mpuz.el" (12546 50549))
2280 ;;; Generated autoloads from games/mpuz.el
2281
2282 (autoload 'mpuz "mpuz" "\
2283 Multiplication puzzle with GNU Emacs." t nil)
2284
2285 ;;;***
2286
2287 ;;;### (autoloads (snarf-spooks spook) "spook" "games/spook.el" (12546 50549))
2288 ;;; Generated autoloads from games/spook.el
2289
2290 (autoload 'spook "spook" "\
2291 Adds that special touch of class to your outgoing mail." t nil)
2292
2293 (autoload 'snarf-spooks "spook" "\
2294 Return a vector containing the lines from `spook-phrases-file'." nil nil)
2295
2296 ;;;***
2297
2298 ;;;### (autoloads nil "studly" "games/studly.el" (12376 19619))
2299 ;;; Generated autoloads from games/studly.el
2300
2301 ;;;### (autoloads (psychoanalyze-pinhead insert-zippyism yow) "yow" "games/yow.el" (12546 50550))
2302 ;;; Generated autoloads from games/yow.el
2303
2304 (autoload 'yow "yow" "\
2305 Return or display a random Zippy quotation. With prefix arg, insert it." t nil)
2306
2307 (autoload 'insert-zippyism "yow" "\
2308 Prompt with completion for a known Zippy quotation, and insert it at point." t nil)
2309
2310 (autoload 'psychoanalyze-pinhead "yow" "\
2311 Zippy goes to the analyst." t nil)
2312
2313 ;;;***
2314
2315 ;;;### (autoloads nil "custom" "gnus/custom.el" (12747 23775))
2316 ;;; Generated autoloads from gnus/custom.el
2317
2318 ;;;### (autoloads nil "dgnushack" "gnus/dgnushack.el" (12740 29825))
2319 ;;; Generated autoloads from gnus/dgnushack.el
2320
2321 ;;;### (autoloads (gnus-cache-generate-nov-databases gnus-cache-generate-active gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (12740 29819))
2322 ;;; Generated autoloads from gnus/gnus-cache.el
2323
2324 (autoload 'gnus-jog-cache "gnus-cache" "\
2325 Go through all groups and put the articles into the cache." t nil)
2326
2327 (autoload 'gnus-cache-generate-active "gnus-cache" "\
2328 Generate the cache active file." t nil)
2329
2330 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
2331 Generate NOV files recursively starting in DIR." t nil)
2332
2333 ;;;***
2334
2335 ;;;### (autoloads nil "gnus-cite" "gnus/gnus-cite.el" (12747 7527))
2336 ;;; Generated autoloads from gnus/gnus-cite.el
2337
2338 ;;;### (autoloads nil "gnus-cus" "gnus/gnus-cus.el" (12740 29826))
2339 ;;; Generated autoloads from gnus/gnus-cus.el
2340
2341 ;;;### (autoloads nil "gnus-demon" "gnus/gnus-demon.el" (12740 29833))
2342 ;;; Generated autoloads from gnus/gnus-demon.el
2343
2344 ;;;***
2345
2346 ;;;### (autoloads nil "gnus-edit" "gnus/gnus-edit.el" (12740 29827))
2347 ;;; Generated autoloads from gnus/gnus-edit.el
2348
2349 ;;;***
2350
2351 ;;;### (autoloads nil "gnus-ems" "gnus/gnus-ems.el" (12743 11575))
2352 ;;; Generated autoloads from gnus/gnus-ems.el
2353
2354 ;;;### (autoloads nil "gnus-gl" "gnus/gnus-gl.el" (12730 62156))
2355 ;;; Generated autoloads from gnus/gnus-gl.el
2356
2357 ;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (12727 30112))
2358 ;;; Generated autoloads from gnus/gnus-kill.el
2359
2360 ;;;***
2361
2362 ;;;### (autoloads nil "gnus-mh" "gnus/gnus-mh.el" (12740 29827))
2363 ;;; Generated autoloads from gnus/gnus-mh.el
2364
2365 ;;;***
2366
2367 ;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (12747 7527))
2368 ;;; Generated autoloads from gnus/gnus-msg.el
2369
2370 ;;;### (autoloads nil "gnus-nocem" "gnus/gnus-nocem.el" (12727 30244))
2371 ;;; Generated autoloads from gnus/gnus-nocem.el
2372
2373 ;;;***
2374
2375 ;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (12747 7528))
2376 ;;; Generated autoloads from gnus/gnus-picon.el
2377
2378 ;;;### (autoloads nil "gnus-salt" "gnus/gnus-salt.el" (12745 38025))
2379 ;;; Generated autoloads from gnus/gnus-salt.el
2380
2381 ;;;### (autoloads (gnus-score-mode) "gnus-scomo" "gnus/gnus-scomo.el" (12740 29833))
2382 ;;; Generated autoloads from gnus/gnus-scomo.el
2383
2384 (autoload 'gnus-score-mode "gnus-scomo" "\
2385 Mode for editing Gnus score files.
2386 This mode is an extended emacs-lisp mode.
2387
2388 \\{gnus-score-mode-map}" t nil)
2389
2390 ;;;***
2391
2392 ;;;### (autoloads nil "gnus-score" "gnus/gnus-score.el" (12744 54649))
2393 ;;; Generated autoloads from gnus/gnus-score.el
2394
2395 ;;;***
2396
2397 ;;;### (autoloads nil "gnus-setup" "gnus/gnus-setup.el" (12727 30246))
2398 ;;; Generated autoloads from gnus/gnus-setup.el
2399
2400 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el" (12743 11596))
2401 ;;; Generated autoloads from gnus/gnus-soup.el
2402
2403 (autoload 'gnus-batch-brew-soup "gnus-soup" "\
2404 Brew a SOUP packet from groups mention on the command line.
2405 Will use the remaining command line arguments as regular expressions
2406 for matching on group names.
2407
2408 For instance, if you want to brew on all the nnml groups, as well as
2409 groups with \"emacs\" in the name, you could say something like:
2410
2411 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"" t nil)
2412
2413 ;;;***
2414
2415 ;;;### (autoloads nil "gnus-srvr" "gnus/gnus-srvr.el" (12744 54653))
2416 ;;; Generated autoloads from gnus/gnus-srvr.el
2417
2418 ;;;***
2419
2420 ;;;### (autoloads nil "gnus-topic" "gnus/gnus-topic.el" (12727 30243))
2421 ;;; Generated autoloads from gnus/gnus-topic.el
2422
2423 ;;;***
2424
2425 ;;;### (autoloads nil "gnus-uu" "gnus/gnus-uu.el" (12743 11578))
2426 ;;; Generated autoloads from gnus/gnus-uu.el
2427
2428 ;;;***
2429
2430 ;;;### (autoloads nil "gnus-vis" "gnus/gnus-vis.el" (12747 7527))
2431 ;;; Generated autoloads from gnus/gnus-vis.el
2432
2433 ;;;### (autoloads nil "gnus-vm" "gnus/gnus-vm.el" (12727 30121))
2434 ;;; Generated autoloads from gnus/gnus-vm.el
2435
2436 ;;;***
2437
2438 ;;;### (autoloads nil "gnus-xmas" "gnus/gnus-xmas.el" (12747 65521))
2439 ;;; Generated autoloads from gnus/gnus-xmas.el
2440
2441 ;;;### (autoloads (gnus-batch-score gnus-fetch-group gnus gnus-other-frame gnus-slave gnus-no-server gnus-slave-no-server gnus-add-configuration gnus-update-format) "gnus" "gnus/gnus.el" (12748 38))
2442 ;;; Generated autoloads from gnus/gnus.el
2443
2444 (autoload 'gnus-update-format "gnus" "\
2445 Update the format specification near point." t nil)
2446
2447 (autoload 'gnus-add-configuration "gnus" "\
2448 Add the window configuration CONF to `gnus-buffer-configuration'." nil nil)
2449
2450 (autoload 'gnus-slave-no-server "gnus" "\
2451 Read network news as a slave, without connecting to local server" t nil)
2452
2453 (autoload 'gnus-no-server "gnus" "\
2454 Read network news.
2455 If ARG is a positive number, Gnus will use that as the
2456 startup level. If ARG is nil, Gnus will be started at level 2.
2457 If ARG is non-nil and not a positive number, Gnus will
2458 prompt the user for the name of an NNTP server to use.
2459 As opposed to `gnus', this command will not connect to the local server." t nil)
2460
2461 (autoload 'gnus-slave "gnus" "\
2462 Read news as a slave." t nil)
2463
2464 (autoload 'gnus-other-frame "gnus" "\
2465 Pop up a frame to read news." t nil)
2466
2467 (autoload 'gnus "gnus" "\
2468 Read network news.
2469 If ARG is non-nil and a positive number, Gnus will use that as the
2470 startup level. If ARG is non-nil and not a positive number, Gnus will
2471 prompt the user for the name of an NNTP server to use." t nil)
2472
2473 (autoload 'gnus-fetch-group "gnus" "\
2474 Start Gnus if necessary and enter GROUP.
2475 Returns whether the fetching was successful or not." t nil)
2476
2477 (defalias 'gnus-batch-kill 'gnus-batch-score)
2478
2479 (autoload 'gnus-batch-score "gnus" "\
2480 Run batched scoring.
2481 Usage: emacs -batch -l gnus -f gnus-batch-score <newsgroups> ...
2482 Newsgroups is a list of strings in Bnews format. If you want to score
2483 the comp hierarchy, you'd say \"comp.all\". If you would not like to
2484 score the alt hierarchy, you'd say \"!alt.all\"." t nil)
2485
2486 ;;;***
2487
2488 ;;;### (autoloads nil "mailheader" "gnus/mailheader.el" (12727 30250))
2489 ;;; Generated autoloads from gnus/mailheader.el
2490
2491 ;;;### (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" (12747 7528))
2492 ;;; Generated autoloads from gnus/message.el
2493
2494 (defvar message-directory "~/Mail/" "\
2495 *Directory from which all other mail file variables are derived.")
2496
2497 (defvar message-fcc-handler-function 'rmail-output "\
2498 *A function called to save outgoing articles.
2499 This function will be called with the name of the file to store the
2500 article in. The default function is `rmail-output' which saves in Unix
2501 mailbox format.")
2502
2503 (defvar message-courtesy-message "The following message is a courtesy copy of an article\nthat has been posted as well.\n\n" "\
2504 *This is inserted at the start of a mailed copy of a posted message.
2505 If this variable is nil, no such courtesy message will be added.")
2506
2507 (defvar message-ignored-bounced-headers "^\\(Received\\|Return-Path\\):" "\
2508 *Regexp that matches headers to be removed in resent bounced mail.")
2509
2510 (defvar message-from-style 'default "\
2511 *Specifies how \"From\" headers look.
2512
2513 If `nil', they contain just the return address like:
2514 king@grassland.com
2515 If `parens', they look like:
2516 king@grassland.com (Elvis Parsley)
2517 If `angles', they look like:
2518 Elvis Parsley <king@grassland.com>
2519
2520 Otherwise, most addresses look like `angles', but they look like
2521 `parens' if `angles' would need quoting and `parens' would not.")
2522
2523 (defvar message-syntax-checks nil "\
2524 Controls what syntax checks should not be performed on outgoing posts.
2525 To disable checking of long signatures, for instance, add
2526 `(signature . disabled)' to this list.
2527
2528 Don't touch this variable unless you really know what you're doing.
2529
2530 Checks include subject-cmsg multiple-headers sendsys message-id from
2531 long-lines control-chars size new-text redirected-followup signature
2532 approved sender empty empty-headers message-id from subject.")
2533
2534 (defvar message-required-news-headers '(From Newsgroups Subject Date Message-ID (optional . Organization) Lines (optional . X-Newsreader)) "\
2535 *Headers to be generated or prompted for when posting an article.
2536 RFC977 and RFC1036 require From, Date, Newsgroups, Subject,
2537 Message-ID. Organization, Lines, In-Reply-To, Expires, and
2538 X-Newsreader are optional. If don't you want message to insert some
2539 header, remove it from this list.")
2540
2541 (defvar message-required-mail-headers '(From Subject Date (optional . In-Reply-To) Message-ID Lines (optional . X-Mailer)) "\
2542 *Headers to be generated or prompted for when mailing a message.
2543 RFC822 required that From, Date, To, Subject and Message-ID be
2544 included. Organization, Lines and X-Mailer are optional.")
2545
2546 (defvar message-deletable-headers '(Message-ID Date) "\
2547 *Headers to be deleted if they already exist and were generated by message previously.")
2548
2549 (defvar message-ignored-news-headers "^NNTP-Posting-Host:\\|^Xref:\\|^Bcc:\\|^Gcc:\\|^Fcc:" "\
2550 *Regexp of headers to be removed unconditionally before posting.")
2551
2552 (defvar message-ignored-mail-headers "^Gcc:\\|^Fcc:" "\
2553 *Regexp of headers to be removed unconditionally before mailing.")
2554
2555 (defvar message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|Return-Path:\\|^Supersedes:" "\
2556 *Header lines matching this regexp will be deleted before posting.
2557 It's best to delete old Path and Date headers before posting to avoid
2558 any confusion.")
2559
2560 (defvar message-signature-separator "^-- *$" "\
2561 Regexp matching the signature separator.")
2562
2563 (defvar message-interactive nil "\
2564 Non-nil means when sending a message wait for and display errors.
2565 nil means let mailer mail back a message to report errors.")
2566
2567 (defvar message-generate-new-buffers t "\
2568 *Non-nil means that a new message buffer will be created whenever `mail-setup' is called.
2569 If this is a function, call that function with three parameters: The type,
2570 the to address and the group name. (Any of these may be nil.) The function
2571 should return the new buffer name.")
2572
2573 (defvar message-kill-buffer-on-exit nil "\
2574 *Non-nil means that the message buffer will be killed after sending a message.")
2575
2576 (defvar message-user-organization-file "/usr/lib/news/organization" "\
2577 *Local news organization file.")
2578
2579 (defvar message-autosave-directory (concat (file-name-as-directory message-directory) "drafts/") "\
2580 *Directory where message autosaves buffers.
2581 If nil, message won't autosave.")
2582
2583 (defvar message-signature-before-forwarded-message t "\
2584 *If non-nil, put the signature before any included forwarded message.")
2585
2586 (defvar message-included-forward-headers "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-\\|^Message-ID:\\|^References:" "\
2587 *Regexp matching headers to be included in forwarded messages.")
2588
2589 (defvar message-ignored-resent-headers "^Return-receipt" "\
2590 *All headers that match this regexp will be deleted when resending a message.")
2591
2592 (defvar message-ignored-cited-headers "." "\
2593 Delete these headers from the messages you yank.")
2594
2595 (defvar message-send-mail-function 'message-send-mail-with-sendmail "\
2596 Function to call to send the current buffer as mail.
2597 The headers should be delimited by a line whose contents match the
2598 variable `mail-header-separator'.
2599
2600 Legal values include `message-send-mail-with-mh' and
2601 `message-send-mail-with-sendmail', which is the default.")
2602
2603 (defvar message-send-news-function 'message-send-news "\
2604 Function to call to send the current buffer as news.
2605 The headers should be delimited by a line whose contents match the
2606 variable `mail-header-separator'.")
2607
2608 (defvar message-reply-to-function nil "\
2609 Function that should return a list of headers.
2610 This function should pick out addresses from the To, Cc, and From headers
2611 and respond with new To and Cc headers.")
2612
2613 (defvar message-wide-reply-to-function nil "\
2614 Function that should return a list of headers.
2615 This function should pick out addresses from the To, Cc, and From headers
2616 and respond with new To and Cc headers.")
2617
2618 (defvar message-followup-to-function nil "\
2619 Function that should return a list of headers.
2620 This function should pick out addresses from the To, Cc, and From headers
2621 and respond with new To and Cc headers.")
2622
2623 (defvar message-use-followup-to 'ask "\
2624 *Specifies what to do with Followup-To header.
2625 If nil, ignore the header. If it is t, use its value, but query before
2626 using the \"poster\" value. If it is the symbol `ask', query the user
2627 whether to ignore the \"poster\" value. If it is the symbol `use',
2628 always use the value.")
2629
2630 (defvar message-post-method (cond ((and (boundp 'gnus-post-method) gnus-post-method) gnus-post-method) ((boundp 'gnus-select-method) gnus-select-method) (t '(nnspool ""))) "\
2631 Method used to post news.")
2632
2633 (defvar message-generate-headers-first nil "\
2634 *If non-nil, generate all possible headers before composing.")
2635
2636 (defvar message-citation-line-function 'message-insert-citation-line "\
2637 *Function called to insert the \"Whomever writes:\" line.")
2638
2639 (defvar message-yank-prefix "> " "\
2640 *Prefix inserted on the lines of yanked messages.
2641 nil means use indentation.")
2642
2643 (defvar message-cite-function 'message-cite-original "\
2644 *Function for citing an original message.")
2645
2646 (defvar message-indent-citation-function 'message-indent-citation "\
2647 *Function for modifying a citation just inserted in the mail buffer.
2648 This can also be a list of functions. Each function can find the
2649 citation between (point) and (mark t). And each function should leave
2650 point and mark around the citation text as modified.")
2651
2652 (defvar message-signature t "\
2653 *String to be inserted at the end of the message buffer.
2654 If t, the `message-signature-file' file will be inserted instead.
2655 If a function, the result from the function will be used instead.
2656 If a form, the result from the form will be used instead.")
2657
2658 (defvar message-signature-file "~/.signature" "\
2659 *File containing the text inserted at end of message. buffer.")
2660
2661 (defvar message-default-headers nil "\
2662 *A string containing header lines to be inserted in outgoing messages.
2663 It is inserted before you edit the message, so you can edit or delete
2664 these lines.")
2665
2666 (defvar message-default-mail-headers nil "\
2667 *A string of header lines to be inserted in outgoing mails.")
2668
2669 (defvar message-default-news-headers nil "\
2670 *A string of header lines to be inserted in outgoing news articles.")
2671
2672 (autoload 'message-mode "message" "\
2673 Major mode for editing mail and news to be sent.
2674 Like Text Mode but with these additional commands:
2675 C-c C-s message-send (send the message) C-c C-c message-send-and-exit
2676 C-c C-f move to a header field (and create it if there isn't):
2677 C-c C-f C-t move to To C-c C-f C-s move to Subject
2678 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
2679 C-c C-f C-f move to Fcc C-c C-f C-r move to Reply-To
2680 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
2681 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
2682 C-c C-f C-o move to Followup-To
2683 C-c C-t message-insert-to (add a To header to a news followup)
2684 C-c C-n message-insert-newsgroups (add a Newsgroup header to a news reply)
2685 C-c C-b message-goto-body (move to beginning of message text).
2686 C-c C-i message-goto-signature (move to the beginning of the signature).
2687 C-c C-w message-insert-signature (insert `message-signature-file' file).
2688 C-c C-y message-yank-original (insert current message, if any).
2689 C-c C-q message-fill-yanked-message (fill what was yanked).
2690 C-c C-r message-ceasar-buffer-body (rot13 the message body)." t nil)
2691
2692 (autoload 'message-mail "message" "\
2693 Start editing a mail message to be sent." t nil)
2694
2695 (autoload 'message-news "message" "\
2696 Start editing a news article to be sent." t nil)
2697
2698 (autoload 'message-reply "message" "\
2699 Start editing a reply to the article in the current buffer." t nil)
2700
2701 (autoload 'message-wide-reply "message" nil t nil)
2702
2703 (autoload 'message-followup "message" nil t nil)
2704
2705 (autoload 'message-cancel-news "message" "\
2706 Cancel an article you posted." t nil)
2707
2708 (autoload 'message-supersede "message" "\
2709 Start composing a message to supersede the current message.
2710 This is done simply by taking the old article and adding a Supersedes
2711 header line with the old Message-ID." t nil)
2712
2713 (autoload 'message-recover "message" "\
2714 Reread contents of current buffer from its last auto-save file." t nil)
2715
2716 (autoload 'message-forward "message" "\
2717 Forward the current message via mail.
2718 Optional NEWS will use news to forward instead of mail." t nil)
2719
2720 (autoload 'message-resend "message" "\
2721 Resend the current article to ADDRESS." t nil)
2722
2723 (autoload 'message-bounce "message" "\
2724 Re-mail the current message.
2725 This only makes sense if the current message is a bounce message than
2726 contains some mail you have written which has been bounced back to
2727 you." t nil)
2728
2729 (autoload 'message-mail-other-window "message" "\
2730 Like `message-mail' command, but display mail buffer in another window." t nil)
2731
2732 (autoload 'message-mail-other-frame "message" "\
2733 Like `message-mail' command, but display mail buffer in another frame." t nil)
2734
2735 (autoload 'message-news-other-window "message" "\
2736 Start editing a news article to be sent." t nil)
2737
2738 (autoload 'message-news-other-frame "message" "\
2739 Start editing a news article to be sent." t nil)
2740
2741 (autoload 'bold-region "message" "\
2742 Bold all nonblank characters in the region.
2743 Works by overstriking characters.
2744 Called from program, takes two arguments START and END
2745 which specify the range to operate on." t nil)
2746
2747 (autoload 'unbold-region "message" "\
2748 Remove all boldness (overstruck characters) in the region.
2749 Called from program, takes two arguments START and END
2750 which specify the range to operate on." t nil)
2751
2752 ;;;***
2753
2754 ;;;### (autoloads nil "messagexmas" "gnus/messagexmas.el" (12743 11600))
2755 ;;; Generated autoloads from gnus/messagexmas.el
2756
2757 ;;;### (autoloads nil "nnbabyl" "gnus/nnbabyl.el" (12740 29830))
2758 ;;; Generated autoloads from gnus/nnbabyl.el
2759
2760 ;;;***
2761
2762 ;;;### (autoloads nil "nndb" "gnus/nndb.el" (12740 29835))
2763 ;;; Generated autoloads from gnus/nndb.el
2764
2765 ;;;### (autoloads nil "nndir" "gnus/nndir.el" (12727 30126))
2766 ;;; Generated autoloads from gnus/nndir.el
2767
2768 ;;;***
2769
2770 ;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (12727 30128))
2771 ;;; Generated autoloads from gnus/nndoc.el
2772
2773 ;;;***
2774
2775 ;;;### (autoloads nil "nndraft" "gnus/nndraft.el" (12727 30254))
2776 ;;; Generated autoloads from gnus/nndraft.el
2777
2778 ;;;***
2779
2780 ;;;### (autoloads nil "nneething" "gnus/nneething.el" (12727 30128))
2781 ;;; Generated autoloads from gnus/nneething.el
2782
2783 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el" (12740 29830))
2784 ;;; Generated autoloads from gnus/nnfolder.el
2785
2786 (autoload 'nnfolder-generate-active-file "nnfolder" "\
2787 Look for mbox folders in the nnfolder directory and make them into groups." t nil)
2788
2789 ;;;***
2790
2791 ;;;### (autoloads nil "nnheader" "gnus/nnheader.el" (12747 7528))
2792 ;;; Generated autoloads from gnus/nnheader.el
2793
2794 ;;;***
2795
2796 ;;;### (autoloads nil "nnheaderems" "gnus/nnheaderems.el" (12740 29835))
2797 ;;; Generated autoloads from gnus/nnheaderems.el
2798
2799 ;;;### (autoloads nil "nnheaderxm" "gnus/nnheaderxm.el" (12740 29473))
2800 ;;; Generated autoloads from gnus/nnheaderxm.el
2801
2802 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el" (12727 30131))
2803 ;;; Generated autoloads from gnus/nnkiboze.el
2804
2805 (autoload 'nnkiboze-generate-groups "nnkiboze" "\
2806 Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups
2807 Finds out what articles are to be part of the nnkiboze groups." t nil)
2808
2809 ;;;***
2810
2811 ;;;### (autoloads nil "nnmail" "gnus/nnmail.el" (12743 11580))
2812 ;;; Generated autoloads from gnus/nnmail.el
2813
2814 ;;;### (autoloads nil "nnmbox" "gnus/nnmbox.el" (12740 29831))
2815 ;;; Generated autoloads from gnus/nnmbox.el
2816
2817 ;;;***
2818
2819 ;;;### (autoloads nil "nnmh" "gnus/nnmh.el" (12745 38025))
2820 ;;; Generated autoloads from gnus/nnmh.el
2821
2822 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el" (12745 38025))
2823 ;;; Generated autoloads from gnus/nnml.el
2824
2825 (autoload 'nnml-generate-nov-databases "nnml" "\
2826 Generate nov databases in all nnml directories." t nil)
2827
2828 ;;;***
2829
2830 ;;;### (autoloads nil "nnoo" "gnus/nnoo.el" (12727 30255))
2831 ;;; Generated autoloads from gnus/nnoo.el
2832
2833 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies) "nnsoup" "gnus/nnsoup.el" (12727 30256))
2834 ;;; Generated autoloads from gnus/nnsoup.el
2835
2836 (autoload 'nnsoup-pack-replies "nnsoup" "\
2837 Make an outbound package of SOUP replies." t nil)
2838
2839 (autoload 'nnsoup-set-variables "nnsoup" "\
2840 Use the SOUP methods for posting news and mailing mail." t nil)
2841
2842 (autoload 'nnsoup-revert-variables "nnsoup" "\
2843 Revert posting and mailing methods to the standard Emacs methods." t nil)
2844
2845 ;;;***
2846
2847 ;;;### (autoloads nil "nnspool" "gnus/nnspool.el" (12743 11584))
2848 ;;; Generated autoloads from gnus/nnspool.el
2849
2850 ;;;***
2851
2852 ;;;### (autoloads nil "nntp" "gnus/nntp.el" (12744 54653))
2853 ;;; Generated autoloads from gnus/nntp.el
2854
2855 ;;;### (autoloads nil "nnvirtual" "gnus/nnvirtual.el" (12740 29832))
2856 ;;; Generated autoloads from gnus/nnvirtual.el
2857
2858 ;;;### (autoloads (gnus-smiley-display) "smiley" "gnus/smiley.el" (12743 11601))
2859 ;;; Generated autoloads from gnus/smiley.el
2860
2861 (autoload 'gnus-smiley-display "smiley" nil t nil)
2862
2863 ;;;***
2864
2865 ;;;### (autoloads nil "adapt" "hm--html-menus/adapt.el" (12351 16418))
2866 ;;; Generated autoloads from hm--html-menus/adapt.el
2867
2868 ;;;### (autoloads nil "hm--date" "hm--html-menus/hm--date.el" (12376 19696))
2869 ;;; Generated autoloads from hm--html-menus/hm--date.el
2870
2871 ;;;***
2872
2873 ;;;### (autoloads nil "hm--html-configuration" "hm--html-menus/hm--html-configuration.el" (12583 60715))
2874 ;;; Generated autoloads from hm--html-menus/hm--html-configuration.el
2875
2876 ;;;***
2877
2878 ;;;### (autoloads nil "hm--html-keys" "hm--html-menus/hm--html-keys.el" (12583 60717))
2879 ;;; Generated autoloads from hm--html-menus/hm--html-keys.el
2880
2881 ;;;***
2882
2883 ;;;### (autoloads nil "hm--html-menu" "hm--html-menus/hm--html-menu.el" (12583 60713))
2884 ;;; Generated autoloads from hm--html-menus/hm--html-menu.el
2885
2886 ;;;***
2887
2888 ;;;### (autoloads nil "hm--html" "hm--html-menus/hm--html.el" (12639 8719))
2889 ;;; Generated autoloads from hm--html-menus/hm--html.el
2890
2891 ;;;***
2892
2893 ;;;### (autoloads nil "html-mode" "hm--html-menus/html-mode.el" (12639 8719))
2894 ;;; Generated autoloads from hm--html-menus/html-mode.el
2895
2896 ;;;***
2897
2898 ;;;### (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" (12318 54261))
2899 ;;; Generated autoloads from hm--html-menus/html-view.el
2900
2901 (autoload 'html-view-start-mosaic "html-view" "\
2902 Start Mosaic." t nil)
2903
2904 (autoload 'html-view-view-file "html-view" "\
2905 View an html file with Mosaic." t nil)
2906
2907 (autoload 'html-view-view-buffer "html-view" "\
2908 View html buffer with Mosaic.
2909 If BUFFER-TO-VIEW is nil, then the current buffer is used." t nil)
2910
2911 (autoload 'html-view-goto-url "html-view" "\
2912 Goto an URL in Mosaic." t nil)
2913
2914 (autoload 'html-view-get-display "html-view" "\
2915 Get the display for Mosaic." t nil)
2916
2917 ;;;***
2918
2919 ;;;### (autoloads nil "tmpl-minor-mode" "hm--html-menus/tmpl-minor-mode.el" (12639 8720))
2920 ;;; Generated autoloads from hm--html-menus/tmpl-minor-mode.el
2921
2922 ;;;### (autoloads nil "hact" "hyperbole/hact.el" (12376 19672))
2923 ;;; Generated autoloads from hyperbole/hact.el
2924
2925 ;;;***
2926
2927 ;;;### (autoloads nil "hactypes" "hyperbole/hactypes.el" (12558 60986))
2928 ;;; Generated autoloads from hyperbole/hactypes.el
2929
2930 ;;;***
2931
2932 ;;;### (autoloads nil "hargs" "hyperbole/hargs.el" (12384 54290))
2933 ;;; Generated autoloads from hyperbole/hargs.el
2934
2935 ;;;### (autoloads nil "hbdata" "hyperbole/hbdata.el" (12376 19673))
2936 ;;; Generated autoloads from hyperbole/hbdata.el
2937
2938 ;;;***
2939
2940 ;;;### (autoloads nil "hbmap" "hyperbole/hbmap.el" (12558 60987))
2941 ;;; Generated autoloads from hyperbole/hbmap.el
2942
2943 ;;;***
2944
2945 ;;;### (autoloads nil "hbut" "hyperbole/hbut.el" (12558 60988))
2946 ;;; Generated autoloads from hyperbole/hbut.el
2947
2948 ;;;***
2949
2950 ;;;### (autoloads nil "hgnus" "hyperbole/hgnus.el" (12558 60988))
2951 ;;; Generated autoloads from hyperbole/hgnus.el
2952
2953 ;;;### (autoloads nil "hhist" "hyperbole/hhist.el" (12376 19675))
2954 ;;; Generated autoloads from hyperbole/hhist.el
2955
2956 ;;;***
2957
2958 ;;;### (autoloads nil "hib-doc-id" "hyperbole/hib-doc-id.el" (12376 19675))
2959 ;;; Generated autoloads from hyperbole/hib-doc-id.el
2960
2961 ;;;***
2962
2963 ;;;### (autoloads nil "hib-kbd" "hyperbole/hib-kbd.el" (12558 60988))
2964 ;;; Generated autoloads from hyperbole/hib-kbd.el
2965
2966 ;;;***
2967
2968 ;;;### (autoloads nil "hibtypes" "hyperbole/hibtypes.el" (12558 60986))
2969 ;;; Generated autoloads from hyperbole/hibtypes.el
2970
2971 ;;;***
2972
2973 ;;;### (autoloads nil "hinit" "hyperbole/hinit.el" (12558 60989))
2974 ;;; Generated autoloads from hyperbole/hinit.el
2975
2976 ;;;### (autoloads nil "hlvar" "hyperbole/hlvar.el" (12376 19677))
2977 ;;; Generated autoloads from hyperbole/hlvar.el
2978
2979 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el" (12558 60989))
2980 ;;; Generated autoloads from hyperbole/hmail.el
2981
2982 (autoload 'hmail:compose "hmail" "\
2983 Compose mail with ADDRESS and evaluation of EXPR.
2984 Optional SUBJECT and HELP message may also be given." t nil)
2985
2986 ;;;***
2987
2988 ;;;### (autoloads nil "hmh" "hyperbole/hmh.el" (12376 19677))
2989 ;;; Generated autoloads from hyperbole/hmh.el
2990
2991 ;;;***
2992
2993 ;;;### (autoloads nil "hmoccur" "hyperbole/hmoccur.el" (12376 19678))
2994 ;;; Generated autoloads from hyperbole/hmoccur.el
2995
2996 ;;;### (autoloads (Info-handle-in-note smart-info-assist smart-info) "hmous-info" "hyperbole/hmous-info.el" (12558 60990))
2997 ;;; Generated autoloads from hyperbole/hmous-info.el
2998
2999 (autoload 'smart-info "hmous-info" "\
3000 Walks through Info documentation networks using one key or mouse key.
3001
3002 If key is pressed within:
3003 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
3004 is found;
3005 (2) the Up, Next, or Previous entries of a Node Header (first line),
3006 the desired node is found;
3007 (3) the File entry of a Node Header (first line),
3008 the 'Top' node within that file is found;
3009 (4) at the end of the current node, the Next node is found (this will
3010 descend subtrees if the function 'Info-global-next' is bound);
3011 (5) anywhere else (e.g. at the end of a line), the current node entry is
3012 scrolled up one windowful.
3013
3014 Returns t if key is pressed within an Info Node Header, Cross Reference,
3015 or a Menu; otherwise returns nil." t nil)
3016
3017 (autoload 'smart-info-assist "hmous-info" "\
3018 Walks through Info documentation networks using one assist-key or mouse assist-key.
3019
3020 If assist-key is pressed within:
3021 (1) the first line of an Info Menu Entry or Cross Reference, the desired node
3022 is found;
3023 (2) the Up, Next, or Previous entries of a Node Header (first line),
3024 the last node in the history list is found;
3025 (3) the File entry of a Node Header (first line),
3026 the 'DIR' root-level node is found;
3027 (4) at the end of the current node, the Previous node is found (this will
3028 return from subtrees if the function 'Info-global-prev is bound);
3029 (5) anywhere else (e.g. at the end of a line), the current node entry is
3030 scrolled down one windowful.
3031
3032 Returns t if assist-key is pressed within an Info Node Header, Cross Reference,
3033 or a Menu; otherwise returns nil." t nil)
3034
3035 (autoload 'Info-handle-in-note "hmous-info" "\
3036 Follows an Info cross-reference.
3037 If point is within the first line of an Info note (cross-reference), follows
3038 cross-reference and returns t; otherwise returns nil." nil nil)
3039
3040 ;;;***
3041
3042 ;;;### (autoloads nil "hmouse-drv" "hyperbole/hmouse-drv.el" (12558 60992))
3043 ;;; Generated autoloads from hyperbole/hmouse-drv.el
3044
3045 ;;;***
3046
3047 ;;;### (autoloads nil "hmouse-key" "hyperbole/hmouse-key.el" (12384 54293))
3048 ;;; Generated autoloads from hyperbole/hmouse-key.el
3049
3050 ;;;### (autoloads nil "hmouse-mod" "hyperbole/hmouse-mod.el" (12376 19680))
3051 ;;; Generated autoloads from hyperbole/hmouse-mod.el
3052
3053 ;;;***
3054
3055 ;;;### (autoloads nil "hmouse-reg" "hyperbole/hmouse-reg.el" (12384 54294))
3056 ;;; Generated autoloads from hyperbole/hmouse-reg.el
3057
3058 ;;;***
3059
3060 ;;;### (autoloads nil "hmouse-sh" "hyperbole/hmouse-sh.el" (12384 54294))
3061 ;;; Generated autoloads from hyperbole/hmouse-sh.el
3062
3063 ;;;***
3064
3065 ;;;### (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" (12384 54295))
3066 ;;; Generated autoloads from hyperbole/hmouse-tag.el
3067
3068 (autoload 'smart-asm-at-tag-p "hmouse-tag" "\
3069 Return assembly tag name that point is within, else nil." nil nil)
3070
3071 (autoload 'smart-c-at-tag-p "hmouse-tag" "\
3072 Return C tag name that point is within, else nil." nil nil)
3073
3074 (autoload 'smart-c++ "hmouse-tag" "\
3075 Jumps to the definition of optional C++ IDENTIFIER or the one at point.
3076 Optional second arg NEXT means jump to next matching C++ tag.
3077
3078 It assumes that its caller has already checked that the key was pressed in an
3079 appropriate buffer and has moved the cursor to the selected buffer.
3080
3081 If:
3082 (1) on a '#include' statement, the include file is displayed;
3083 Look for include file in directory lists 'smart-c-cpp-include-dirs'
3084 and 'smart-c-include-dirs'.
3085 (2) on a C++ identifier, the identifier definition is displayed,
3086 assuming the identifier is found within an 'etags' generated tag file
3087 in the current directory or any of its ancestor directories.
3088 (3) if 'smart-c-use-lib-man' is non-nil, the C++ identifier is
3089 recognized as a library symbol, and a man page is found for the
3090 identifier, then the man page is displayed." t nil)
3091
3092 (autoload 'smart-c++-oobr "hmouse-tag" "\
3093 Jumps to the definition of selected C++ construct via OO-Browser support.
3094 Optional JUNK is ignored. Does nothing if the OO-Browser is not available.
3095
3096 It assumes that its caller has already checked that the key was pressed in an
3097 appropriate buffer and has moved the cursor to the selected buffer.
3098
3099 If key is pressed:
3100 (1) on a '#include' statement, the include file is displayed;
3101 Look for include file in directory lists 'smart-c-cpp-include-dirs'
3102 and 'smart-c-include-dirs'.
3103 (2) within a method declaration, its definition is displayed;
3104 (3) on a class name, the class definition is shown.
3105
3106 (2) and (3) require that an OO-Browser Environment has been loaded with
3107 the {M-x br-env-load RTN} command." t nil)
3108
3109 (autoload 'smart-fortran-at-tag-p "hmouse-tag" "\
3110 Return Fortran tag name that point is within, else nil." nil nil)
3111
3112 (autoload 'smart-objc "hmouse-tag" "\
3113 Jumps to the definition of optional Objective-C IDENTIFIER or the one at point.
3114 Optional second arg NEXT means jump to next matching Objective-C tag.
3115
3116 It assumes that its caller has already checked that the key was pressed in an
3117 appropriate buffer and has moved the cursor to the selected buffer.
3118
3119 If:
3120 (1) on a '#include' statement, the include file is displayed;
3121 Look for include file in directory lists 'smart-c-cpp-include-dirs'
3122 and 'smart-c-include-dirs'.
3123 (2) on an Objective-C identifier, the identifier definition is displayed,
3124 assuming the identifier is found within an 'etags' generated tag file
3125 in the current directory or any of its ancestor directories.
3126 (3) if 'smart-c-use-lib-man' is non-nil, the Objective-C identifier is
3127 recognized as a library symbol, and a man page is found for the
3128 identifier, then the man page is displayed." t nil)
3129
3130 (autoload 'smart-objc-oobr "hmouse-tag" "\
3131 Jumps to the definition of selected Objective-C construct via OO-Browser support.
3132 Optional JUNK is ignored. Does nothing if the OO-Browser is not available.
3133
3134 It assumes that its caller has already checked that the key was pressed in an
3135 appropriate buffer and has moved the cursor to the selected buffer.
3136
3137 If key is pressed:
3138 (1) on a '#include' statement, the include file is displayed;
3139 Look for include file in directory lists 'smart-c-cpp-include-dirs'
3140 and 'smart-c-include-dirs'.
3141 (2) within a method declaration, its definition is displayed;
3142 (3) on a class name, the class definition is shown.
3143
3144 (2) and (3) require that an OO-Browser Environment has been loaded with
3145 the {M-x br-env-load RTN} command." t nil)
3146
3147 (autoload 'smart-tags-file-path "hmouse-tag" "\
3148 Expand relative FILE name by looking it up in the nearest tags file.
3149 Return FILE unchanged if it exists relative to the current directory or
3150 cannot be expanded via a tags file." nil nil)
3151
3152 (autoload 'smart-tags-file "hmouse-tag" "\
3153 Return appropriate tags file name for CURR-FILENAME or 'tags-file-name'." nil nil)
3154
3155 ;;;***
3156
3157 ;;;### (autoloads nil "hpath" "hyperbole/hpath.el" (12558 60991))
3158 ;;; Generated autoloads from hyperbole/hpath.el
3159
3160 ;;;### (autoloads nil "hrmail" "hyperbole/hrmail.el" (12376 19683))
3161 ;;; Generated autoloads from hyperbole/hrmail.el
3162
3163 ;;;***
3164
3165 ;;;### (autoloads nil "hsite-ex" "hyperbole/hsite-ex.el" (12558 60993))
3166 ;;; Generated autoloads from hyperbole/hsite-ex.el
3167
3168 ;;;***
3169
3170 ;;;### (autoloads nil "hsite" "hyperbole/hsite.el" (12558 61003))
3171 ;;; Generated autoloads from hyperbole/hsite.el
3172
3173 ;;;### (autoloads nil "hsmail" "hyperbole/hsmail.el" (12376 19682))
3174 ;;; Generated autoloads from hyperbole/hsmail.el
3175
3176 ;;;***
3177
3178 ;;;### (autoloads nil "hsys-hbase" "hyperbole/hsys-hbase.el" (12558 60994))
3179 ;;; Generated autoloads from hyperbole/hsys-hbase.el
3180
3181 ;;;***
3182
3183 ;;;### (autoloads nil "hsys-w3" "hyperbole/hsys-w3.el" (12558 60995))
3184 ;;; Generated autoloads from hyperbole/hsys-w3.el
3185
3186 ;;;***
3187
3188 ;;;### (autoloads nil "hsys-wais" "hyperbole/hsys-wais.el" (12558 60995))
3189 ;;; Generated autoloads from hyperbole/hsys-wais.el
3190
3191 ;;;### (autoloads nil "hsys-www" "hyperbole/hsys-www.el" (12376 19685))
3192 ;;; Generated autoloads from hyperbole/hsys-www.el
3193
3194 ;;;***
3195
3196 ;;;### (autoloads nil "htz" "hyperbole/htz.el" (12376 19685))
3197 ;;; Generated autoloads from hyperbole/htz.el
3198
3199 ;;;***
3200
3201 ;;;### (autoloads nil "hui-em19-b" "hyperbole/hui-em19-b.el" (12558 60996))
3202 ;;; Generated autoloads from hyperbole/hui-em19-b.el
3203
3204 ;;;### (autoloads nil "hui-ep-but" "hyperbole/hui-ep-but.el" (12376 19685))
3205 ;;; Generated autoloads from hyperbole/hui-ep-but.el
3206
3207 ;;;***
3208
3209 ;;;### (autoloads nil "hui-epV4-b" "hyperbole/hui-epV4-b.el" (12376 19687))
3210 ;;; Generated autoloads from hyperbole/hui-epV4-b.el
3211
3212 ;;;***
3213
3214 ;;;### (autoloads nil "hui-menu" "hyperbole/hui-menu.el" (12558 61004))
3215 ;;; Generated autoloads from hyperbole/hui-menu.el
3216
3217 ;;;***
3218
3219 ;;;### (autoloads nil "hui-mini" "hyperbole/hui-mini.el" (12558 61074))
3220 ;;; Generated autoloads from hyperbole/hui-mini.el
3221
3222 ;;;***
3223
3224 ;;;### (autoloads nil "hui-mouse" "hyperbole/hui-mouse.el" (12558 60994))
3225 ;;; Generated autoloads from hyperbole/hui-mouse.el
3226
3227 ;;;***
3228
3229 ;;;### (autoloads nil "hui-window" "hyperbole/hui-window.el" (12558 60997))
3230 ;;; Generated autoloads from hyperbole/hui-window.el
3231
3232 ;;;***
3233
3234 ;;;### (autoloads nil "hui-xe-but" "hyperbole/hui-xe-but.el" (12558 60998))
3235 ;;; Generated autoloads from hyperbole/hui-xe-but.el
3236
3237 ;;;### (autoloads nil "hui" "hyperbole/hui.el" (12376 19688))
3238 ;;; Generated autoloads from hyperbole/hui.el
3239
3240 ;;;### (autoloads (var:append) "hvar" "hyperbole/hvar.el" (12376 19689))
3241 ;;; Generated autoloads from hyperbole/hvar.el
3242
3243 (autoload 'var:append "hvar" "\
3244 Appends to value held by VAR-SYMBOL-NAME, LIST-TO-ADD. Returns new value.
3245 If VAR-SYMBOL-NAME is unbound, it is set to LIST-TO-ADD.
3246 Often used to append to 'hook' variables." nil nil)
3247
3248 ;;;***
3249
3250 ;;;### (autoloads nil "hversion" "hyperbole/hversion.el" (12558 60998))
3251 ;;; Generated autoloads from hyperbole/hversion.el
3252
3253 ;;;### (autoloads nil "hvm" "hyperbole/hvm.el" (12376 19689))
3254 ;;; Generated autoloads from hyperbole/hvm.el
3255
3256 ;;;### (autoloads (hypb:configuration) "hypb" "hyperbole/hypb.el" (12558 61000))
3257 ;;; Generated autoloads from hyperbole/hypb.el
3258
3259 (autoload 'hypb:configuration "hypb" "\
3260 Insert Emacs configuration information at the end of optional OUT-BUF or the current buffer." nil nil)
3261
3262 ;;;***
3263
3264 ;;;### (autoloads nil "hyperbole" "hyperbole/hyperbole.el" (12558 60999))
3265 ;;; Generated autoloads from hyperbole/hyperbole.el
3266
3267 (defvar action-key-url-function 'w3-fetch "\
3268 Value is a function of one argument, a url, which displays the url referent.
3269 Possible values are:
3270 w3-fetch - display using the W3 Emacs web browser;
3271 highlight-headers-follow-url-netscape - display in Netscape;
3272 highlight-headers-follow-url-mosaic - display in Mosaic.")
3273
3274 (defvar kimport:mode-alist '((t . kimport:text) (outline-mode . kimport:star-outline)) "\
3275 Alist of (major-mode . importation-function) elements.
3276 This determines the type of importation done on a file when `kimport:file' is
3277 called if the major mode of the import file matches the car of an element in
3278 this list. If there is no match, then `kimport:suffix-alist' is checked. If
3279 that yields no match, the element in this list whose car is 't is used. It
3280 normally does an import of a koutline or text file.
3281
3282 Each importation-function must take two arguments, a buffer/file to import
3283 and a buffer/file into which to insert the imported elements and a third
3284 optional argument, CHILDREN-P, which when non-nil means insert imported cells
3285 as the initial set of children of the current cell, if any.
3286
3287 outline-mode - imported as an Emacs outline whose entries begin with
3288 asterisks;
3289 .kot
3290 .kotl - imported as a structured koutline
3291
3292 all others - imported as text.")
3293
3294 (defvar kimport:suffix-alist '(("\\.otl$" . kimport:star-outline) ("\\.aug$" . kimport:aug-post-outline)) "\
3295 Alist of (buffer-name-suffix-regexp . importation-function) elements.
3296 This determines the type of importation done on a file when `kimport:file' is
3297 called. Each importation-function must take two arguments, a buffer/file to
3298 import and a buffer/file into which to insert the imported elements and a
3299 third optional argument, CHILDREN-P, which when non-nil means insert imported
3300 cells as the initial set of children of the current cell, if any.
3301
3302 .otl - imported as an Emacs outline whose entries begin with asterisks;
3303 .kot
3304 .kotl - imported as a structured koutline
3305 .aug - imported as an Augment post-numbered outline.")
3306
3307 ;;;***
3308
3309 ;;;### (autoloads nil "set" "hyperbole/set.el" (12376 19690))
3310 ;;; Generated autoloads from hyperbole/set.el
3311
3312 ;;;### (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" (12376 19691))
3313 ;;; Generated autoloads from hyperbole/wconfig.el
3314
3315 (autoload 'wconfig-add-by-name "wconfig" "\
3316 Saves the current window configuration under the string NAME.
3317 When called interactively and a window configuration already exists under
3318 NAME, confirms whether or not to replace it." t nil)
3319
3320 (autoload 'wconfig-delete-by-name "wconfig" "\
3321 Deletes window configuration saved under NAME." t nil)
3322
3323 (autoload 'wconfig-restore-by-name "wconfig" "\
3324 Restores window configuration saved under NAME." t nil)
3325
3326 (autoload 'wconfig-delete-pop "wconfig" "\
3327 Replaces current window config with most recently saved config in ring.
3328 Then deletes this new configuration from the ring." t nil)
3329
3330 (autoload 'wconfig-ring-save "wconfig" "\
3331 Saves the current window configuration onto the save ring.
3332 Use {\\[wconfig-yank-pop]} to restore it at a later time." t nil)
3333
3334 (autoload 'wconfig-yank-pop "wconfig" "\
3335 Replaces current window config with prefix arg Nth prior one in save ring.
3336 Interactively, default value of N = 1, meaning the last saved window
3337 configuration is displayed.
3338
3339 The sequence of window configurations wraps around, so that after the oldest
3340 one comes the newest one." t nil)
3341
3342 ;;;***
3343
3344 ;;;### (autoloads (rolo-logic) "wrolo-logic" "hyperbole/wrolo-logic.el" (12376 19691))
3345 ;;; Generated autoloads from hyperbole/wrolo-logic.el
3346
3347 (autoload 'rolo-logic "wrolo-logic" "\
3348 Apply FUNC to all entries in optional IN-BUFS, display entries where FUNC is non-nil.
3349 If IN-BUFS is nil, 'rolo-file-list' is used. If optional COUNT-ONLY is
3350 non-nil, don't display entries, return count of matching entries only. If
3351 optional INCLUDE-SUB-ENTRIES flag is non-nil, FUNC will be applied across all
3352 sub-entries at once. Default is to apply FUNC to each entry and sub-entry
3353 separately. Entries are displayed with all of their sub-entries unless
3354 INCLUDE-SUB-ENTRIES is nil and optional NO-SUB-ENTRIES-OUT flag is non-nil.
3355 FUNC should use the free variables 'start' and 'end' which contain the limits
3356 of the region on which it should operate. Returns number of applications of
3357 FUNC that return non-nil." t nil)
3358
3359 ;;;***
3360
3361 ;;;### (autoloads nil "wrolo-menu" "hyperbole/wrolo-menu.el" (12558 61004))
3362 ;;; Generated autoloads from hyperbole/wrolo-menu.el
3363
3364 ;;;***
3365
3366 ;;;### (autoloads (rolo-yank rolo-sort rolo-kill rolo-grep rolo-fgrep rolo-edit rolo-display-matches rolo-add) "wrolo" "hyperbole/wrolo.el" (12558 61000))
3367 ;;; Generated autoloads from hyperbole/wrolo.el
3368
3369 (autoload 'rolo-add "wrolo" "\
3370 Adds a new entry in personal rolodex for NAME.
3371 Last name first is best, e.g. \"Smith, John\".
3372 With prefix argument, prompts for optional FILE to add entry within.
3373 NAME may be of the form: parent/child to insert child below a parent
3374 entry which begins with the parent string." t nil)
3375
3376 (autoload 'rolo-display-matches "wrolo" "\
3377 Display optional DISPLAY-BUF buffer of previously found rolodex matches.
3378 If DISPLAY-BUF is nil, use the value in 'rolo-display-buffer'.
3379 Second arg RETURN-TO-BUFFER is the buffer to leave point within after the display." t nil)
3380
3381 (autoload 'rolo-edit "wrolo" "\
3382 Edits a rolodex entry given by optional NAME within 'rolo-file-list'.
3383 With prefix argument, prompts for optional FILE to locate entry within.
3384 With no NAME arg, simply displays FILE or first entry in 'rolo-file-list' in an
3385 editable mode. NAME may be of the form: parent/child to edit child below a
3386 parent entry which begins with the parent string." t nil)
3387
3388 (autoload 'rolo-fgrep "wrolo" "\
3389 Display rolodex entries matching STRING.
3390 To a maximum of optional prefix arg MAX-MATCHES, in file(s) from optional
3391 ROLO-FILE or rolo-file-list. Default is to find all matching entries. Each
3392 entry is displayed with all of its sub-entries. Optional COUNT-ONLY non-nil
3393 means don't retrieve and don't display matching entries. Optional NO-DISPLAY
3394 non-nil means retrieve entries but don't display.
3395
3396 Nil value of MAX-MATCHES means find all matches, t value means find all matches
3397 but omit file headers, negative values mean find up to the inverse of that
3398 number of entries and omit file headers.
3399
3400 Returns number of entries matched. See also documentation for the variable
3401 rolo-file-list." t nil)
3402
3403 (autoload 'rolo-grep "wrolo" "\
3404 Display rolodex entries matching REGEXP.
3405 To a maximum of prefix arg MAX-MATCHES, in buffer(s) from optional ROLO-BUFS or
3406 rolo-file-list. Default is to find all matching entries. Each entry is
3407 displayed with all of its sub-entries. Optional COUNT-ONLY non-nil means don't
3408 retrieve and don't display matching entries. Optional NO-DISPLAY non-nil
3409 means retrieve entries but don't display.
3410
3411 Nil value of MAX-MATCHES means find all matches, t value means find all matches
3412 but omit file headers, negative values mean find up to the inverse of that
3413 number of entries and omit file headers.
3414
3415 Returns number of entries matched. See also documentation for the variable
3416 rolo-file-list." t nil)
3417
3418 (autoload 'rolo-kill "wrolo" "\
3419 Kills a rolodex entry given by NAME within 'rolo-file-list'.
3420 With prefix argument, prompts for optional FILE to locate entry within.
3421 NAME may be of the form: parent/child to kill child below a parent entry
3422 which begins with the parent string.
3423 Returns t if entry is killed, nil otherwise." t nil)
3424
3425 (autoload 'rolo-sort "wrolo" "\
3426 Sorts up to 14 levels of entries in ROLO-FILE (default is personal rolo).
3427 Assumes entries are delimited by one or more '*'characters.
3428 Returns list of number of groupings at each entry level." t nil)
3429
3430 (autoload 'rolo-yank "wrolo" "\
3431 Inserts at point the first rolodex entry matching NAME.
3432 With optional prefix arg, REGEXP-P, treats NAME as a regular expression instead
3433 of a string." t nil)
3434
3435 ;;;***
3436
3437 ;;;### (autoloads nil "bridge" "ilisp/bridge.el" (12376 19421))
3438 ;;; Generated autoloads from ilisp/bridge.el
3439
3440 ;;;***
3441
3442 ;;;### (autoloads nil "comint-ipc" "ilisp/comint-ipc.el" (12376 19418))
3443 ;;; Generated autoloads from ilisp/comint-ipc.el
3444
3445 ;;;***
3446
3447 ;;;### (autoloads nil "comint-v18" "ilisp/comint-v18.el" (12376 19423))
3448 ;;; Generated autoloads from ilisp/comint-v18.el
3449
3450 ;;;***
3451
3452 ;;;### (autoloads nil "completer" "ilisp/completer.el" (12675 57068))
3453 ;;; Generated autoloads from ilisp/completer.el
3454
3455 ;;;### (autoloads nil "ilcompat" "ilisp/ilcompat.el" (12376 19424))
3456 ;;; Generated autoloads from ilisp/ilcompat.el
3457
3458 ;;;### (autoloads nil "ilfsf18" "ilisp/ilfsf18.el" (12376 19438))
3459 ;;; Generated autoloads from ilisp/ilfsf18.el
3460
3461 ;;;***
3462
3463 ;;;### (autoloads nil "ilfsf19" "ilisp/ilfsf19.el" (12376 19439))
3464 ;;; Generated autoloads from ilisp/ilfsf19.el
3465
3466 ;;;***
3467
3468 ;;;### (autoloads nil "ilisp-acl" "ilisp/ilisp-acl.el" (12376 19427))
3469 ;;; Generated autoloads from ilisp/ilisp-acl.el
3470
3471 ;;;***
3472
3473 ;;;### (autoloads nil "ilisp-aut" "ilisp/ilisp-aut.el" (12376 19428))
3474 ;;; Generated autoloads from ilisp/ilisp-aut.el
3475
3476 ;;;***
3477
3478 ;;;### (autoloads nil "ilisp-bat" "ilisp/ilisp-bat.el" (12376 19419))
3479 ;;; Generated autoloads from ilisp/ilisp-bat.el
3480
3481 ;;;***
3482
3483 ;;;### (autoloads nil "ilisp-bug" "ilisp/ilisp-bug.el" (12376 19425))
3484 ;;; Generated autoloads from ilisp/ilisp-bug.el
3485
3486 ;;;***
3487
3488 ;;;### (autoloads nil "ilisp-chs" "ilisp/ilisp-chs.el" (12376 19439))
3489 ;;; Generated autoloads from ilisp/ilisp-chs.el
3490
3491 ;;;***
3492
3493 ;;;### (autoloads nil "ilisp-cl" "ilisp/ilisp-cl.el" (12376 19427))
3494 ;;; Generated autoloads from ilisp/ilisp-cl.el
3495
3496 ;;;***
3497
3498 ;;;### (autoloads nil "ilisp-cmp" "ilisp/ilisp-cmp.el" (12376 19428))
3499 ;;; Generated autoloads from ilisp/ilisp-cmp.el
3500
3501 ;;;***
3502
3503 ;;;### (autoloads nil "ilisp-cmt" "ilisp/ilisp-cmt.el" (12376 19428))
3504 ;;; Generated autoloads from ilisp/ilisp-cmt.el
3505
3506 ;;;***
3507
3508 ;;;### (autoloads nil "ilisp-cmu" "ilisp/ilisp-cmu.el" (12376 19431))
3509 ;;; Generated autoloads from ilisp/ilisp-cmu.el
3510
3511 ;;;***
3512
3513 ;;;### (autoloads nil "ilisp-cpat" "ilisp/ilisp-cpat.el" (12376 19423))
3514 ;;; Generated autoloads from ilisp/ilisp-cpat.el
3515
3516 ;;;***
3517
3518 ;;;### (autoloads nil "ilisp-def" "ilisp/ilisp-def.el" (12376 19429))
3519 ;;; Generated autoloads from ilisp/ilisp-def.el
3520
3521 ;;;***
3522
3523 ;;;### (autoloads nil "ilisp-dia" "ilisp/ilisp-dia.el" (12376 19429))
3524 ;;; Generated autoloads from ilisp/ilisp-dia.el
3525
3526 ;;;***
3527
3528 ;;;### (autoloads nil "ilisp-doc" "ilisp/ilisp-doc.el" (12376 19429))
3529 ;;; Generated autoloads from ilisp/ilisp-doc.el
3530
3531 ;;;***
3532
3533 ;;;### (autoloads nil "ilisp-el" "ilisp/ilisp-el.el" (12376 19431))
3534 ;;; Generated autoloads from ilisp/ilisp-el.el
3535
3536 ;;;***
3537
3538 ;;;### (autoloads nil "ilisp-ext" "ilisp/ilisp-ext.el" (12376 19420))
3539 ;;; Generated autoloads from ilisp/ilisp-ext.el
3540
3541 ;;;***
3542
3543 ;;;### (autoloads nil "ilisp-hi" "ilisp/ilisp-hi.el" (12376 19431))
3544 ;;; Generated autoloads from ilisp/ilisp-hi.el
3545
3546 ;;;***
3547
3548 ;;;### (autoloads nil "ilisp-hlw" "ilisp/ilisp-hlw.el" (12376 19440))
3549 ;;; Generated autoloads from ilisp/ilisp-hlw.el
3550
3551 ;;;***
3552
3553 ;;;### (autoloads nil "ilisp-hnd" "ilisp/ilisp-hnd.el" (12376 19431))
3554 ;;; Generated autoloads from ilisp/ilisp-hnd.el
3555
3556 ;;;***
3557
3558 ;;;### (autoloads nil "ilisp-ind" "ilisp/ilisp-ind.el" (12376 19430))
3559 ;;; Generated autoloads from ilisp/ilisp-ind.el
3560
3561 ;;;***
3562
3563 ;;;### (autoloads nil "ilisp-inp" "ilisp/ilisp-inp.el" (12376 19431))
3564 ;;; Generated autoloads from ilisp/ilisp-inp.el
3565
3566 ;;;***
3567
3568 ;;;### (autoloads nil "ilisp-kcl" "ilisp/ilisp-kcl.el" (12376 19433))
3569 ;;; Generated autoloads from ilisp/ilisp-kcl.el
3570
3571 ;;;***
3572
3573 ;;;### (autoloads nil "ilisp-key" "ilisp/ilisp-key.el" (12376 19433))
3574 ;;; Generated autoloads from ilisp/ilisp-key.el
3575
3576 ;;;***
3577
3578 ;;;### (autoloads nil "ilisp-kil" "ilisp/ilisp-kil.el" (12376 19433))
3579 ;;; Generated autoloads from ilisp/ilisp-kil.el
3580
3581 ;;;***
3582
3583 ;;;### (autoloads nil "ilisp-low" "ilisp/ilisp-low.el" (12376 19433))
3584 ;;; Generated autoloads from ilisp/ilisp-low.el
3585
3586 ;;;***
3587
3588 ;;;### (autoloads nil "ilisp-luc" "ilisp/ilisp-luc.el" (12376 19433))
3589 ;;; Generated autoloads from ilisp/ilisp-luc.el
3590
3591 ;;;***
3592
3593 ;;;### (autoloads nil "ilisp-mak" "ilisp/ilisp-mak.el" (12376 19424))
3594 ;;; Generated autoloads from ilisp/ilisp-mak.el
3595
3596 ;;;***
3597
3598 ;;;### (autoloads nil "ilisp-menu" "ilisp/ilisp-menu.el" (12376 19419))
3599 ;;; Generated autoloads from ilisp/ilisp-menu.el
3600
3601 ;;;***
3602
3603 ;;;### (autoloads nil "ilisp-mnb" "ilisp/ilisp-mnb.el" (12376 19440))
3604 ;;; Generated autoloads from ilisp/ilisp-mnb.el
3605
3606 ;;;***
3607
3608 ;;;### (autoloads nil "ilisp-mod" "ilisp/ilisp-mod.el" (12558 60883))
3609 ;;; Generated autoloads from ilisp/ilisp-mod.el
3610
3611 ;;;### (autoloads nil "ilisp-mov" "ilisp/ilisp-mov.el" (12376 19435))
3612 ;;; Generated autoloads from ilisp/ilisp-mov.el
3613
3614 ;;;***
3615
3616 ;;;### (autoloads nil "ilisp-out" "ilisp/ilisp-out.el" (12376 19435))
3617 ;;; Generated autoloads from ilisp/ilisp-out.el
3618
3619 ;;;***
3620
3621 ;;;### (autoloads nil "ilisp-prc" "ilisp/ilisp-prc.el" (12376 19435))
3622 ;;; Generated autoloads from ilisp/ilisp-prc.el
3623
3624 ;;;***
3625
3626 ;;;### (autoloads nil "ilisp-prn" "ilisp/ilisp-prn.el" (12376 19434))
3627 ;;; Generated autoloads from ilisp/ilisp-prn.el
3628
3629 ;;;***
3630
3631 ;;;### (autoloads nil "ilisp-rng" "ilisp/ilisp-rng.el" (12376 19436))
3632 ;;; Generated autoloads from ilisp/ilisp-rng.el
3633
3634 ;;;***
3635
3636 ;;;### (autoloads nil "ilisp-s2c" "ilisp/ilisp-s2c.el" (12376 19425))
3637 ;;; Generated autoloads from ilisp/ilisp-s2c.el
3638
3639 ;;;***
3640
3641 ;;;### (autoloads nil "ilisp-sch" "ilisp/ilisp-sch.el" (12376 19436))
3642 ;;; Generated autoloads from ilisp/ilisp-sch.el
3643
3644 ;;;***
3645
3646 ;;;### (autoloads nil "ilisp-snd" "ilisp/ilisp-snd.el" (12376 19437))
3647 ;;; Generated autoloads from ilisp/ilisp-snd.el
3648
3649 ;;;***
3650
3651 ;;;### (autoloads nil "ilisp-src" "ilisp/ilisp-src.el" (12376 19421))
3652 ;;; Generated autoloads from ilisp/ilisp-src.el
3653
3654 ;;;***
3655
3656 ;;;### (autoloads nil "ilisp-sym" "ilisp/ilisp-sym.el" (12376 19437))
3657 ;;; Generated autoloads from ilisp/ilisp-sym.el
3658
3659 ;;;***
3660
3661 ;;;### (autoloads nil "ilisp-utl" "ilisp/ilisp-utl.el" (12376 19437))
3662 ;;; Generated autoloads from ilisp/ilisp-utl.el
3663
3664 ;;;***
3665
3666 ;;;### (autoloads nil "ilisp-val" "ilisp/ilisp-val.el" (12376 19438))
3667 ;;; Generated autoloads from ilisp/ilisp-val.el
3668
3669 ;;;***
3670
3671 ;;;### (autoloads nil "ilisp-xfr" "ilisp/ilisp-xfr.el" (12376 19438))
3672 ;;; Generated autoloads from ilisp/ilisp-xfr.el
3673
3674 ;;;***
3675
3676 ;;;### (autoloads nil "ilisp" "ilisp/ilisp.el" (12376 19421))
3677 ;;; Generated autoloads from ilisp/ilisp.el
3678
3679 ;;;***
3680
3681 ;;;### (autoloads nil "illuc19" "ilisp/illuc19.el" (12376 19441))
3682 ;;; Generated autoloads from ilisp/illuc19.el
3683
3684 ;;;***
3685
3686 ;;;### (autoloads nil "ilxemacs" "ilisp/ilxemacs.el" (12657 40696))
3687 ;;; Generated autoloads from ilisp/ilxemacs.el
3688
3689 ;;;***
3690
3691 ;;;### (autoloads nil "iso-ascii" "iso/iso-ascii.el" (12282 38391))
3692 ;;; Generated autoloads from iso/iso-ascii.el
3693
3694 ;;;### (autoloads nil "iso-cvt" "iso/iso-cvt.el" (12376 19651))
3695 ;;; Generated autoloads from iso/iso-cvt.el
3696
3697 ;;;***
3698
3699 ;;;### (autoloads nil "iso-insert" "iso/iso-insert.el" (12376 19650))
3700 ;;; Generated autoloads from iso/iso-insert.el
3701
3702 ;;;***
3703
3704 ;;;### (autoloads nil "iso-swed" "iso/iso-swed.el" (12376 19650))
3705 ;;; Generated autoloads from iso/iso-swed.el
3706
3707 ;;;***
3708
3709 ;;;### (autoloads nil "iso-syntax" "iso/iso-syntax.el" (12376 19652))
3710 ;;; Generated autoloads from iso/iso-syntax.el
3711
3712 ;;;***
3713
3714 ;;;### (autoloads nil "iso8859-1" "iso/iso8859-1.el" (12376 19650))
3715 ;;; Generated autoloads from iso/iso8859-1.el
3716
3717 ;;;***
3718
3719 ;;;### (autoloads nil "swedish" "iso/swedish.el" (12376 19651))
3720 ;;; Generated autoloads from iso/swedish.el
3721
3722 ;;;***
3723
3724 ;;;### (autoloads nil "site-start" "lisp/site-start.el" (12605 44813))
3725 ;;; Generated autoloads from lisp/site-start.el
3726
3727 ;;;### (autoloads (mc-deactivate-passwd mc-install-write-mode mc-install-read-mode) "mailcrypt" "mailcrypt/mailcrypt.el" (12675 57176))
3728 ;;; Generated autoloads from mailcrypt/mailcrypt.el
3729
3730 (autoload 'mc-install-read-mode "mailcrypt" nil t nil)
3731
3732 (autoload 'mc-install-write-mode "mailcrypt" nil t nil)
3733
3734 (autoload 'mc-deactivate-passwd "mailcrypt" "\
3735 *Deactivate the passphrase cache." t nil)
3736
3737 ;;;***
3738
3739 ;;;### (autoloads (mc-pgp-fetch-key mc-scheme-pgp) "mc-pgp" "mailcrypt/mc-pgp.el" (12639 8702))
3740 ;;; Generated autoloads from mailcrypt/mc-pgp.el
3741
3742 (autoload 'mc-scheme-pgp "mc-pgp" nil nil nil)
3743
3744 (autoload 'mc-pgp-fetch-key "mc-pgp" "\
3745 Attempt to fetch a key for addition to PGP keyring. Interactively,
3746 prompt for string matching key to fetch.
3747
3748 Non-interactively, ID must be a pair. The CAR must be a bare Email
3749 address and the CDR a keyID (with \"0x\" prefix). Either, but not
3750 both, may be nil.
3751
3752 Return t if we think we were successful; nil otherwise. Note that nil
3753 is not necessarily an error, since we may have merely fired off an Email
3754 request for the key." t nil)
3755
3756 ;;;***
3757
3758 ;;;### (autoloads (mc-remailer-insert-response-block mc-remailer-encrypt-for-chain mc-remailer-insert-pseudonym) "mc-remail" "mailcrypt/mc-remail.el" (12639 8701))
3759 ;;; Generated autoloads from mailcrypt/mc-remail.el
3760
3761 (autoload 'mc-remailer-insert-pseudonym "mc-remail" "\
3762 Insert pseudonym as a From field in the hash-mark header.
3763
3764 See the documentation for the variable `mc-remailer-pseudonyms' for
3765 more information." t nil)
3766
3767 (autoload 'mc-remailer-encrypt-for-chain "mc-remail" "\
3768 Encrypt message for a remailer chain, prompting for chain to use.
3769
3770 With \\[universal-argument], pause before each encryption." t nil)
3771
3772 (autoload 'mc-remailer-insert-response-block "mc-remail" "\
3773 Insert response block at point, prompting for chain to use.
3774
3775 With \\[universal-argument], enter a recursive edit of the innermost
3776 layer of the block before encrypting it." t nil)
3777
3778 ;;;***
3779
3780 ;;;### (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" (12639 8701))
3781 ;;; Generated autoloads from mailcrypt/mc-toplev.el
3782
3783 (autoload 'mc-cleanup-recipient-headers "mc-toplev" nil nil nil)
3784
3785 (autoload 'mc-encrypt "mc-toplev" "\
3786 *Encrypt the current buffer.
3787
3788 Exact behavior depends on current major mode.
3789
3790 With \\[universal-argument], prompt for User ID to sign as.
3791
3792 With \\[universal-argument] \\[universal-argument], prompt for encryption scheme to use." t nil)
3793
3794 (autoload 'mc-encrypt-message "mc-toplev" "\
3795 *Encrypt a message for RECIPIENTS using the given encryption SCHEME.
3796 RECIPIENTS is a comma separated string. If SCHEME is nil, use the value
3797 of `mc-default-scheme'. Returns t on success, nil otherwise." nil nil)
3798
3799 (autoload 'mc-decrypt "mc-toplev" "\
3800 *Decrypt a message in the current buffer.
3801
3802 Exact behavior depends on current major mode." t nil)
3803
3804 (autoload 'mc-decrypt-message "mc-toplev" "\
3805 Decrypt whatever message is in the current buffer.
3806 Returns a pair (SUCCEEDED . VERIFIED) where SUCCEEDED is t if the encryption
3807 succeeded and VERIFIED is t if it had a valid signature." nil nil)
3808
3809 (autoload 'mc-sign "mc-toplev" "\
3810 *Sign a message in the current buffer.
3811
3812 Exact behavior depends on current major mode.
3813
3814 With one prefix arg, prompts for private key to use, with two prefix args,
3815 also prompts for encryption scheme to use. With negative prefix arg,
3816 inhibits clearsigning (pgp)." t nil)
3817
3818 (autoload 'mc-sign-message "mc-toplev" "\
3819 Clear sign the message." nil nil)
3820
3821 (autoload 'mc-verify "mc-toplev" "\
3822 *Verify a message in the current buffer.
3823
3824 Exact behavior depends on current major mode." t nil)
3825
3826 (autoload 'mc-verify-signature "mc-toplev" "\
3827 *Verify the signature of the signed message in the current buffer.
3828 Show the result as a message in the minibuffer. Returns t if the signature
3829 is verified." nil nil)
3830
3831 (autoload 'mc-insert-public-key "mc-toplev" "\
3832 *Insert your public key at point.
3833 With one prefix arg, prompts for user id to use. With two prefix
3834 args, prompts for encryption scheme." t nil)
3835
3836 (autoload 'mc-snarf "mc-toplev" "\
3837 *Add all public keys in the buffer to your keyring.
3838
3839 Exact behavior depends on current major mode." t nil)
3840
3841 (autoload 'mc-snarf-keys "mc-toplev" "\
3842 *Add all public keys in the buffer to your keyring." t nil)
3843
3844 (autoload 'mc-rmail-summary-verify-signature "mc-toplev" "\
3845 *Verify the signature in the current message." t nil)
3846
3847 (autoload 'mc-rmail-summary-decrypt-message "mc-toplev" "\
3848 *Decrypt the contents of this message" t nil)
3849
3850 (autoload 'mc-rmail-summary-snarf-keys "mc-toplev" "\
3851 *Adds keys from current message to public key ring" t nil)
3852
3853 (autoload 'mc-rmail-verify-signature "mc-toplev" "\
3854 *Verify the signature in the current message." t nil)
3855
3856 (autoload 'mc-rmail-decrypt-message "mc-toplev" "\
3857 *Decrypt the contents of this message" t nil)
3858
3859 (autoload 'mc-vm-verify-signature "mc-toplev" "\
3860 *Verify the signature in the current VM message" t nil)
3861
3862 (autoload 'mc-vm-decrypt-message "mc-toplev" "\
3863 *Decrypt the contents of the current VM message" t nil)
3864
3865 (autoload 'mc-vm-snarf-keys "mc-toplev" "\
3866 *Snarf public key from the contents of the current VM message" t nil)
3867
3868 (autoload 'mc-gnus-verify-signature "mc-toplev" nil t nil)
3869
3870 (autoload 'mc-gnus-snarf-keys "mc-toplev" nil t nil)
3871
3872 (autoload 'mc-gnus-decrypt-message "mc-toplev" nil t nil)
3873
3874 (autoload 'mc-mh-decrypt-message "mc-toplev" "\
3875 Decrypt the contents of the current MH message in the show buffer." t nil)
3876
3877 (autoload 'mc-mh-verify-signature "mc-toplev" "\
3878 *Verify the signature in the current MH message." t nil)
3879
3880 (autoload 'mc-mh-snarf-keys "mc-toplev" nil t nil)
3881
3882 ;;;***
3883
3884 ;;;### (autoloads (mh-letter-mode mh-smail-other-window mh-smail-batch mh-smail) "mh-comp" "mh-e/mh-comp.el" (12657 40772))
3885 ;;; Generated autoloads from mh-e/mh-comp.el
3886
3887 (autoload 'mh-smail "mh-comp" "\
3888 Compose and send mail with the MH mail system.
3889 This function is an entry point to mh-e, the Emacs front end
3890 to the MH mail system.
3891
3892 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
3893
3894 (autoload 'mh-smail-batch "mh-comp" "\
3895 Set up a mail composition draft with the MH mail system.
3896 This function is an entry point to mh-e, the Emacs front end
3897 to the MH mail system. This function does not prompt the user
3898 for any header fields, and thus is suitable for use by programs
3899 that want to create a mail buffer.
3900 Users should use `\\[mh-smail]' to compose mail." nil nil)
3901
3902 (autoload 'mh-smail-other-window "mh-comp" "\
3903 Compose and send mail in other window with the MH mail system.
3904 This function is an entry point to mh-e, the Emacs front end
3905 to the MH mail system.
3906
3907 See documentation of `\\[mh-send]' for more details on composing mail." t nil)
3908
3909 (autoload 'mh-letter-mode "mh-comp" "\
3910 Mode for composing letters in mh-e.\\<mh-letter-mode-map>
3911 When you have finished composing, type \\[mh-send-letter] to send the message
3912 using the MH mail handling system.
3913 See the documentation for \\[mh-edit-mhn] for information on composing MIME
3914 messages.
3915
3916 \\{mh-letter-mode-map}
3917
3918 Variables controlling this mode (defaults in parentheses):
3919
3920 mh-delete-yanked-msg-window (nil)
3921 If non-nil, \\[mh-yank-cur-msg] will delete any windows displaying
3922 the yanked message.
3923
3924 mh-yank-from-start-of-msg (t)
3925 If non-nil, \\[mh-yank-cur-msg] will include the entire message.
3926 If `body', just yank the body (no header).
3927 If nil, only the portion of the message following the point will be yanked.
3928 If there is a region, this variable is ignored.
3929
3930 mh-ins-buf-prefix (\"> \")
3931 String to insert before each non-blank line of a message as it is
3932 inserted in a draft letter.
3933
3934 mh-signature-file-name (\"~/.signature\")
3935 File to be inserted into message by \\[mh-insert-signature].
3936
3937 Upon invoking mh-letter-mode, text-mode-hook and mh-letter-mode-hook are
3938 invoked with no args, if those values are non-nil." t nil)
3939
3940 ;;;***
3941
3942 ;;;### (autoloads (mh-version mh-rmail) "mh-e" "mh-e/mh-e.el" (12747 30157))
3943 ;;; Generated autoloads from mh-e/mh-e.el
3944
3945 (autoload 'mh-rmail "mh-e" "\
3946 Inc(orporate) new mail with MH, or, with arg, scan an MH mail folder.
3947 This function is an entry point to mh-e, the Emacs front end
3948 to the MH mail system." t nil)
3949
3950 (autoload 'mh-version "mh-e" "\
3951 Display version information about mh-e and the MH mail handling system." t nil)
3952
3953 ;;;***
3954
3955 ;;;### (autoloads nil "mh-funcs" "mh-e/mh-funcs.el" (12657 40774))
3956 ;;; Generated autoloads from mh-e/mh-funcs.el
3957
3958 ;;;### (autoloads nil "mh-mime" "mh-e/mh-mime.el" (12657 40774))
3959 ;;; Generated autoloads from mh-e/mh-mime.el
3960
3961 (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")) "\
3962 Legal MIME content types. See documentation for \\[mh-edit-mhn].")
3963
3964 ;;;***
3965
3966 ;;;### (autoloads nil "mh-pick" "mh-e/mh-pick.el" (12657 40775))
3967 ;;; Generated autoloads from mh-e/mh-pick.el
3968
3969 ;;;***
3970
3971 ;;;### (autoloads nil "mh-seq" "mh-e/mh-seq.el" (12657 40776))
3972 ;;; Generated autoloads from mh-e/mh-seq.el
3973
3974 ;;;### (autoloads nil "mh-utils" "mh-e/mh-utils.el" (12657 40777))
3975 ;;; Generated autoloads from mh-e/mh-utils.el
3976
3977 (put 'mh-progs 'risky-local-variable t)
3978
3979 (put 'mh-lib 'risky-local-variable t)
3980
3981 ;;;***
3982
3983 ;;;### (autoloads nil "abbrev" "modes/abbrev.el" (12639 8573))
3984 ;;; Generated autoloads from modes/abbrev.el
3985
3986 ;;;### (autoloads (ada-make-filename-from-adaname ada-mode) "ada-mode" "modes/ada-mode.el" (12559 34908))
3987 ;;; Generated autoloads from modes/ada-mode.el
3988
3989 (autoload 'ada-mode "ada-mode" "\
3990 Ada Mode is the major mode for editing Ada code.
3991
3992 Bindings are as follows: (Note: 'LFD' is control-j.)
3993
3994 Indent line '\\[ada-tab]'
3995 Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
3996
3997 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
3998 Indent all lines in region '\\[ada-indent-region]'
3999 Call external pretty printer program '\\[ada-call-pretty-printer]'
4000
4001 Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]'
4002 Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]'
4003
4004 Call EXTERNAL pretty printer (if you have one) '\\[ada-call-pretty-printer]'
4005
4006 Fill comment paragraph '\\[ada-fill-comment-paragraph]'
4007 Fill comment paragraph and justify each line '\\[ada-fill-comment-paragraph-justify]'
4008 Fill comment paragraph, justify and append postfix '\\[ada-fill-comment-paragraph-postfix]'
4009
4010 Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]'
4011 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
4012
4013 Goto matching start of current 'end ...;' '\\[ada-move-to-start]'
4014 Goto end of current block '\\[ada-move-to-end]'
4015
4016 Comments are handled using standard GNU Emacs conventions, including:
4017 Start a comment '\\[indent-for-comment]'
4018 Comment region '\\[comment-region]'
4019 Uncomment region '\\[ada-uncomment-region]'
4020 Continue comment on next line '\\[indent-new-comment-line]'
4021
4022 If you use imenu.el:
4023 Display index-menu of functions & procedures '\\[imenu]'
4024
4025 If you use find-file.el:
4026 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
4027 or '\\[ff-mouse-find-other-file]
4028 Switch to other file in other window '\\[ada-ff-other-window]'
4029 or '\\[ff-mouse-find-other-file-other-window]
4030 If you use this function in a spec and no body is available, it gets created
4031 with body stubs.
4032
4033 If you use ada-xref.el:
4034 Goto declaration: '\\[ada-point-and-xref]' on the identifier
4035 or '\\[ada-goto-declaration]' with point on the identifier
4036 Complete identifier: '\\[ada-complete-identifier]'
4037 Execute Gnatf: '\\[ada-gnatf-current]'" t nil)
4038
4039 (autoload 'ada-make-filename-from-adaname "ada-mode" "\
4040 determine the filename of a package/procedure from its own Ada name." t nil)
4041
4042 ;;;***
4043
4044 ;;;### (autoloads (archive-mode) "arc-mode" "modes/arc-mode.el" (12559 34909))
4045 ;;; Generated autoloads from modes/arc-mode.el
4046
4047 (autoload 'archive-mode "arc-mode" "\
4048 Major mode for viewing an archive file in a dired-like way.
4049 You can move around using the usual cursor motion commands.
4050 Letters no longer insert themselves.
4051 Type `e' to pull a file out of the archive and into its own buffer;
4052 or click mouse-2 on the file's line in the archive mode buffer.
4053
4054 If you edit a sub-file of this archive (as with the `e' command) and
4055 save it, the contents of that buffer will be saved back into the
4056 archive.
4057
4058 \\{archive-mode-map}" nil nil)
4059
4060 ;;;***
4061
4062 ;;;### (autoloads (asm-mode) "asm-mode" "modes/asm-mode.el" (12558 60896))
4063 ;;; Generated autoloads from modes/asm-mode.el
4064
4065 (autoload 'asm-mode "asm-mode" "\
4066 Major mode for editing typical assembler code.
4067 Features a private abbrev table and the following bindings:
4068
4069 \\[asm-colon] outdent a preceding label, tab to next tab stop.
4070 \\[tab-to-tab-stop] tab to next tab stop.
4071 \\[asm-newline] newline, then tab to next tab stop.
4072 \\[asm-comment] smart placement of assembler comments.
4073
4074 The character used for making comments is set by the variable
4075 `asm-comment-char' (which defaults to `?;').
4076
4077 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
4078 which is called near the beginning of mode initialization.
4079
4080 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
4081
4082 Special commands:\\{asm-mode-map}
4083 " t nil)
4084
4085 ;;;***
4086
4087 ;;;### (autoloads nil "auto-show" "modes/auto-show.el" (12698 33539))
4088 ;;; Generated autoloads from modes/auto-show.el
4089
4090 ;;;***
4091
4092 ;;;### (autoloads (awk-mode) "awk-mode" "modes/awk-mode.el" (12559 34897))
4093 ;;; Generated autoloads from modes/awk-mode.el
4094
4095 (autoload 'awk-mode "awk-mode" "\
4096 Major mode for editing AWK code.
4097 This is much like C mode except for the syntax of comments. It uses
4098 the same keymap as C mode and has the same variables for customizing
4099 indentation. It has its own abbrev table and its own syntax table.
4100
4101 Turning on AWK mode calls the value of the variable `awk-mode-hook'
4102 with no args, if that value is non-nil." t nil)
4103
4104 ;;;***
4105
4106 ;;;### (autoloads nil "bib-mode" "modes/bib-mode.el" (12559 34898))
4107 ;;; Generated autoloads from modes/bib-mode.el
4108
4109 ;;;***
4110
4111 ;;;### (autoloads (bibtex-mode) "bibtex" "modes/bibtex.el" (12147 25394))
4112 ;;; Generated autoloads from modes/bibtex.el
4113
4114 (autoload 'bibtex-mode "bibtex" "\
4115 Major mode for editing bibtex files.
4116
4117 \\{bibtex-mode-map}
4118
4119 A command such as \\[bibtex-Book] will outline the fields for a BibTeX book entry.
4120
4121 The optional fields start with the string OPT, and thus ignored by BibTeX.
4122 The OPT string may be removed from a field with \\[bibtex-remove-OPT].
4123 \\[bibtex-kill-optional-field] kills the current optional field entirely.
4124 \\[bibtex-remove-double-quotes] removes the double-quotes around the text of
4125 the current field. \\[bibtex-empty-field] replaces the text of the current
4126 field with the default \"\".
4127
4128 The command \\[bibtex-clean-entry] cleans the current entry, i.e. (i) removes
4129 double-quotes from entirely numerical fields, (ii) removes OPT from all
4130 non-empty optional fields, (iii) removes all empty optional fields, and (iv)
4131 checks that no non-optional fields are empty.
4132
4133 Use \\[bibtex-find-text] to position the dot at the end of the current field.
4134 Use \\[bibtex-next-field] to move to end of the next field.
4135
4136 The following may be of interest as well:
4137
4138 Functions:
4139 find-bibtex-duplicates
4140 find-bibtex-entry-location
4141 hide-bibtex-entry-bodies
4142 sort-bibtex-entries
4143 validate-bibtex-buffer
4144
4145 Variables:
4146 bibtex-clean-entry-zap-empty-opts
4147 bibtex-entry-field-alist
4148 bibtex-include-OPTannote
4149 bibtex-include-OPTcrossref
4150 bibtex-include-OPTkey
4151 bibtex-maintain-sorted-entries
4152 bibtex-mode-user-optional-fields
4153
4154 Fields:
4155 address
4156 Publisher's address
4157 annote
4158 Long annotation used for annotated bibliographies (begins sentence)
4159 author
4160 Name(s) of author(s), in BibTeX name format
4161 booktitle
4162 Book title when the thing being referenced isn't the whole book.
4163 For book entries, the title field should be used instead.
4164 chapter
4165 Chapter number
4166 crossref
4167 The database key of the entry being cross referenced.
4168 edition
4169 Edition of a book (e.g., \"second\")
4170 editor
4171 Name(s) of editor(s), in BibTeX name format.
4172 If there is also an author field, then the editor field should be
4173 for the book or collection that the work appears in
4174 howpublished
4175 How something strange has been published (begins sentence)
4176 institution
4177 Sponsoring institution
4178 journal
4179 Journal name (macros are provided for many)
4180 key
4181 Alphabetizing and labeling key (needed when no author or editor)
4182 month
4183 Month (macros are provided)
4184 note
4185 To help the reader find a reference (begins sentence)
4186 number
4187 Number of a journal or technical report
4188 organization
4189 Organization (sponsoring a conference)
4190 pages
4191 Page number or numbers (use `--' to separate a range)
4192 publisher
4193 Publisher name
4194 school
4195 School name (for theses)
4196 series
4197 The name of a series or set of books.
4198 An individual book will will also have it's own title
4199 title
4200 The title of the thing being referenced
4201 type
4202 Type of a technical report (e.g., \"Research Note\") to be used
4203 instead of the default \"Technical Report\"
4204 volume
4205 Volume of a journal or multivolume work
4206 year
4207 Year---should contain only numerals
4208 ---------------------------------------------------------
4209 Entry to this mode calls the value of bibtex-mode-hook if that value is
4210 non-nil." t nil)
4211
4212 ;;;***
4213
4214 ;;;### (autoloads nil "c-comment" "modes/c-comment.el" (12690 2171))
4215 ;;; Generated autoloads from modes/c-comment.el
4216
4217 ;;;### (autoloads nil "c-fill" "modes/c-fill.el" (12559 34900))
4218 ;;; Generated autoloads from modes/c-fill.el
4219
4220 ;;;***
4221
4222 ;;;### (autoloads nil "c-style" "modes/c-style.el" (12559 34900))
4223 ;;; Generated autoloads from modes/c-style.el
4224
4225 ;;;***
4226
4227 ;;;### (autoloads nil "cc-compat" "modes/cc-compat.el" (12559 34905))
4228 ;;; Generated autoloads from modes/cc-compat.el
4229
4230 ;;;***
4231
4232 ;;;### (autoloads nil "cc-guess" "modes/cc-guess.el" (12559 34906))
4233 ;;; Generated autoloads from modes/cc-guess.el
4234
4235 ;;;***
4236
4237 ;;;### (autoloads nil "cc-lobotomy" "modes/cc-lobotomy.el" (12559 34904))
4238 ;;; Generated autoloads from modes/cc-lobotomy.el
4239
4240 ;;;***
4241
4242 ;;;### (autoloads nil "cc-mode" "modes/cc-mode.el" (12740 25201))
4243 ;;; Generated autoloads from modes/cc-mode.el
4244
4245 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "modes/cl-indent.el" (12147 25404))
4246 ;;; Generated autoloads from modes/cl-indent.el
4247
4248 (autoload 'common-lisp-indent-function "cl-indent" nil nil nil)
4249
4250 ;;;***
4251
4252 ;;;### (autoloads (c-macro-expand) "cmacexp" "modes/cmacexp.el" (12546 50436))
4253 ;;; Generated autoloads from modes/cmacexp.el
4254
4255 (autoload 'c-macro-expand "cmacexp" "\
4256 Expand C macros in the region, using the C preprocessor.
4257 Normally display output in temp buffer, but
4258 prefix arg means replace the region with it.
4259
4260 `c-macro-preprocessor' specifies the preprocessor to use.
4261 Prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include')
4262 if the user option `c-macro-prompt-flag' is non-nil.
4263
4264 Noninteractive args are START, END, SUBST.
4265 For use inside Lisp programs, see also `c-macro-expansion'." t nil)
4266
4267 ;;;***
4268
4269 ;;;### (autoloads nil "cperl-mode" "modes/cperl-mode.el" (12675 57223))
4270 ;;; Generated autoloads from modes/cperl-mode.el
4271
4272 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode) "enriched" "modes/enriched.el" (12648 18668))
4273 ;;; Generated autoloads from modes/enriched.el
4274
4275 (autoload 'enriched-mode "enriched" "\
4276 Minor mode for editing text/enriched files.
4277 These are files with embedded formatting information in the MIME standard
4278 text/enriched format.
4279 Turning the mode on runs `enriched-mode-hooks'.
4280
4281 More information about enriched-mode is available in the file
4282 etc/enriched.doc in the Emacs distribution directory.
4283
4284 Commands:
4285
4286 \\<enriched-mode-map>\\{enriched-mode-map}" t nil)
4287
4288 (autoload 'enriched-encode "enriched" nil nil nil)
4289
4290 (autoload 'enriched-decode "enriched" nil nil nil)
4291
4292 ;;;***
4293
4294 ;;;### (autoloads (f90-mode) "f90" "modes/f90.el" (12675 57071))
4295 ;;; Generated autoloads from modes/f90.el
4296
4297 (autoload 'f90-mode "f90" "\
4298 Major mode for editing Fortran 90 code in free format.
4299
4300 \\[f90-indent-new-line] corrects current indentation and creates new indented line.
4301 \\[f90-indent-line] indents the current line correctly.
4302 \\[f90-indent-subprogram] indents the current subprogram.
4303
4304 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
4305
4306 Key definitions:
4307 \\{f90-mode-map}
4308
4309 Variables controlling indentation style and extra features:
4310
4311 f90-do-indent
4312 Extra indentation within do blocks. (default 3)
4313 f90-if-indent
4314 Extra indentation within if/select case/where/forall blocks. (default 3)
4315 f90-type-indent
4316 Extra indentation within type/interface/block-data blocks. (default 3)
4317 f90-program-indent
4318 Extra indentation within program/module/subroutine/function blocks.
4319 (default 2)
4320 f90-continuation-indent
4321 Extra indentation applied to continuation lines. (default 5)
4322 f90-comment-region
4323 String inserted by \\[f90-comment-region] at start of each line in
4324 region. (default \"!!!$\")
4325 f90-indented-comment-re
4326 Regexp determining the type of comment to be intended like code.
4327 (default \"!\")
4328 f90-directive-comment-re
4329 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented.
4330 (default \"!hpf\\\\$\")
4331 f90-break-delimiters
4332 Regexp holding list of delimiters at which lines may be broken.
4333 (default \"[-+*/><=,% \\t]\")
4334 f90-break-before-delimiters
4335 Non-nil causes `f90-do-auto-fill' to break lines before delimiters.
4336 (default t)
4337 f90-beginning-ampersand
4338 Automatic insertion of & at beginning of continuation lines. (default t)
4339 f90-smart-end
4340 From an END statement, check and fill the end using matching block start.
4341 Allowed values are 'blink, 'no-blink, and nil, which determine
4342 whether to blink the matching beginning.) (default 'blink)
4343 f90-auto-keyword-case
4344 Automatic change of case of keywords. (default nil)
4345 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
4346 f90-leave-line-no
4347 Do not left-justify line numbers. (default nil)
4348 f90-startup-message
4349 Set to nil to inhibit message first time F90 mode is used. (default t)
4350 f90-keywords
4351 List of keywords used for highlighting/upcase-keywords etc.
4352
4353 Turning on F90 mode calls the value of the variable `f90-mode-hook'
4354 with no args, if that value is non-nil." t nil)
4355
4356 ;;;***
4357
4358 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode turn-off-follow-mode turn-on-follow-mode) "follow" "modes/follow.el" (12720 56486))
4359 ;;; Generated autoloads from modes/follow.el
4360
4361 (add-minor-mode 'follow-mode nil 'follow-mode-map)
4362
4363 (autoload 'turn-on-follow-mode "follow" "\
4364 Turn on Follow mode. Please see the function `follow-mode'." t nil)
4365
4366 (autoload 'turn-off-follow-mode "follow" "\
4367 Turn off Follow mode. Please see the function `follow-mode'." t nil)
4368
4369 (autoload 'follow-mode "follow" "\
4370 Minor mode which combines windows into one tall virtual window.
4371
4372 The feeling of a \"virtual window\" has been accomplished by the use
4373 of two major techniques:
4374
4375 * The windows always displays adjacent sections of the buffer.
4376 This means that whenever one window is moved, all the
4377 others will follow. (Hence the name Follow Mode.)
4378
4379 * Should the point (cursor) end up outside a window, another
4380 window displaying that point is selected, if possible. This
4381 makes it possible to walk between windows using normal cursor
4382 movement commands.
4383
4384 Follow mode comes to its prime when used on a large screen and two
4385 side-by-side window are used. The user can, with the help of Follow
4386 mode, use two full-height windows as though they would have been
4387 one. Imagine yourself editing a large function, or section of text,
4388 and beeing able to use 144 lines instead of the normal 72... (your
4389 mileage may vary).
4390
4391 To split one large window into two side-by-side windows, the commands
4392 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
4393
4394 Only windows displayed in the same frame follow each-other.
4395
4396 If the variable `follow-intercept-processes' is non-nil, Follow mode
4397 will listen to the output of processes and redisplay accordingly.
4398 \(This is the default.)
4399
4400 When Follow mode is switched on, the hook `follow-mode-hook'
4401 is called. When turned off, `follow-mode-off-hook' is called.
4402
4403 Keys specific to Follow mode:
4404 \\{follow-mode-map}" t nil)
4405
4406 (autoload 'follow-delete-other-windows-and-split "follow" "\
4407 Create two side by side windows and enter Follow Mode.
4408
4409 Execute this command to display as much as possible of the text
4410 in the selected window. All other windows, in the current
4411 frame, are deleted and the selected window is split in two
4412 side-by-side windows. Follow Mode is activated, hence the
4413 two windows always will display two successive pages.
4414 \(If one window is moved, the other one will follow.)
4415
4416 If ARG is positive, the leftmost window is selected. If it negative,
4417 the rightmost is selected. If ARG is nil, the leftmost window is
4418 selected if the original window is the first one in the frame.
4419
4420 To bind this command to a hotkey, place the following line
4421 in your `~/.emacs' file, replacing [f7] by your favourite key:
4422 (global-set-key [f7] 'follow-delete-other-windows-and-split)" t nil)
4423
4424 ;;;***
4425
4426 ;;;### (autoloads nil "fortran-misc" "modes/fortran-misc.el" (12376 19458))
4427 ;;; Generated autoloads from modes/fortran-misc.el
4428
4429 ;;;### (autoloads (fortran-mode) "fortran" "modes/fortran.el" (12558 60889))
4430 ;;; Generated autoloads from modes/fortran.el
4431
4432 (defvar fortran-tab-mode-default nil "\
4433 *Default tabbing/carriage control style for empty files in Fortran mode.
4434 A value of t specifies tab-digit style of continuation control.
4435 A value of nil specifies that continuation lines are marked
4436 with a character in column 6.")
4437
4438 (autoload 'fortran-mode "fortran" "\
4439 Major mode for editing Fortran code.
4440 \\[fortran-indent-line] indents the current Fortran line correctly.
4441 DO statements must not share a common CONTINUE.
4442
4443 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
4444
4445 Key definitions:
4446 \\{fortran-mode-map}
4447
4448 Variables controlling indentation style and extra features:
4449
4450 comment-start
4451 Normally nil in Fortran mode. If you want to use comments
4452 starting with `!', set this to the string \"!\".
4453 fortran-do-indent
4454 Extra indentation within do blocks. (default 3)
4455 fortran-if-indent
4456 Extra indentation within if blocks. (default 3)
4457 fortran-structure-indent
4458 Extra indentation within structure, union, map and interface blocks.
4459 (default 3)
4460 fortran-continuation-indent
4461 Extra indentation applied to continuation statements. (default 5)
4462 fortran-comment-line-extra-indent
4463 Amount of extra indentation for text within full-line comments. (default 0)
4464 fortran-comment-indent-style
4465 nil means don't change indentation of text in full-line comments,
4466 fixed means indent that text at `fortran-comment-line-extra-indent' beyond
4467 the value of `fortran-minimum-statement-indent-fixed' (for fixed
4468 format continuation style) or `fortran-minimum-statement-indent-tab'
4469 (for TAB format continuation style).
4470 relative means indent at `fortran-comment-line-extra-indent' beyond the
4471 indentation for a line of code.
4472 (default 'fixed)
4473 fortran-comment-indent-char
4474 Single-character string to be inserted instead of space for
4475 full-line comment indentation. (default \" \")
4476 fortran-minimum-statement-indent-fixed
4477 Minimum indentation for Fortran statements in fixed format mode. (def.6)
4478 fortran-minimum-statement-indent-tab
4479 Minimum indentation for Fortran statements in TAB format mode. (default 9)
4480 fortran-line-number-indent
4481 Maximum indentation for line numbers. A line number will get
4482 less than this much indentation if necessary to avoid reaching
4483 column 5. (default 1)
4484 fortran-check-all-num-for-matching-do
4485 Non-nil causes all numbered lines to be treated as possible \"continue\"
4486 statements. (default nil)
4487 fortran-blink-matching-if
4488 Non-nil causes \\[fortran-indent-line] on an ENDIF statement to blink on
4489 matching IF. Also, from an ENDDO statement, blink on matching DO [WHILE]
4490 statement. (default nil)
4491 fortran-continuation-string
4492 Single-character string to be inserted in column 5 of a continuation
4493 line. (default \"$\")
4494 fortran-comment-region
4495 String inserted by \\[fortran-comment-region] at start of each line in
4496 region. (default \"c$$$\")
4497 fortran-electric-line-number
4498 Non-nil causes line number digits to be moved to the correct column
4499 as typed. (default t)
4500 fortran-break-before-delimiters
4501 Non-nil causes `fortran-fill' breaks lines before delimiters.
4502 (default t)
4503 fortran-startup-message
4504 Set to nil to inhibit message first time Fortran mode is used.
4505
4506 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
4507 with no args, if that value is non-nil." t nil)
4508
4509 ;;;***
4510
4511 ;;;### (autoloads nil "hideif" "modes/hideif.el" (12639 8574))
4512 ;;; Generated autoloads from modes/hideif.el
4513
4514 (add-minor-mode 'hide-ifdef-mode " Ifdef")
4515
4516 ;;;***
4517
4518 ;;;### (autoloads (hs-minor-mode hs-hide-block hs-hide-all) "hideshow" "modes/hideshow.el" (12648 18570))
4519 ;;; Generated autoloads from modes/hideshow.el
4520
4521 (defvar hs-minor-mode nil "\
4522 Non-nil if using hideshow mode as a minor mode of some other mode.
4523 Use the command `hs-minor-mode' to toggle this variable.")
4524
4525 (autoload 'hs-hide-all "hideshow" "\
4526 Hides all top-level blocks, displaying only first and last lines.
4527 When done, point is repositioned at the beginning of the line, and
4528 hs-hide-hooks is called. See documentation for `run-hooks'." t nil)
4529
4530 (autoload 'hs-hide-block "hideshow" "\
4531 Selects a block and hides it. With prefix arg, reposition at end.
4532 Block is defined as a sexp for lispish modes, mode-specific otherwise.
4533 Comments are blocks, too. Upon completion, point is at repositioned and
4534 hs-hide-hooks is called. See documentation for `run-hooks'." t nil)
4535
4536 (autoload 'hs-minor-mode "hideshow" "\
4537 Toggle hideshow minor mode.
4538 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
4539 When hideshow minor mode is on, the menu bar is augmented with hideshow
4540 commands and the hideshow commands are enabled. The variables
4541
4542 selective-display
4543 selective-display-ellipses
4544
4545 are set to t. Lastly, the hooks set in hs-minor-mode-hook are called.
4546 See documentation for `run-hooks'.
4547
4548 Turning hideshow minor mode off reverts the menu bar and the
4549 variables to default values and disables the hideshow commands." t nil)
4550
4551 (add-minor-mode 'hs-minor-mode " hs" 'hs-minor-mode-map)
4552
4553 ;;;***
4554
4555 ;;;### (autoloads (icon-mode) "icon" "modes/icon.el" (12559 34901))
4556 ;;; Generated autoloads from modes/icon.el
4557
4558 (autoload 'icon-mode "icon" "\
4559 Major mode for editing Icon code.
4560 Expression and list commands understand all Icon brackets.
4561 Tab indents for Icon code.
4562 Paragraphs are separated by blank lines only.
4563 Delete converts tabs to spaces as it moves back.
4564 \\{icon-mode-map}
4565 Variables controlling indentation style:
4566 icon-tab-always-indent
4567 Non-nil means TAB in Icon mode should always reindent the current line,
4568 regardless of where in the line point is when the TAB command is used.
4569 icon-auto-newline
4570 Non-nil means automatically newline before and after braces
4571 inserted in Icon code.
4572 icon-indent-level
4573 Indentation of Icon statements within surrounding block.
4574 The surrounding block's indentation is the indentation
4575 of the line on which the open-brace appears.
4576 icon-continued-statement-offset
4577 Extra indentation given to a substatement, such as the
4578 then-clause of an if or body of a while.
4579 icon-continued-brace-offset
4580 Extra indentation given to a brace that starts a substatement.
4581 This is in addition to `icon-continued-statement-offset'.
4582 icon-brace-offset
4583 Extra indentation for line if it starts with an open brace.
4584 icon-brace-imaginary-offset
4585 An open brace following other text is treated as if it were
4586 this far to the right of the start of its line.
4587
4588 Turning on Icon mode calls the value of the variable `icon-mode-hook'
4589 with no args, if that value is non-nil." t nil)
4590
4591 ;;;***
4592
4593 ;;;### (autoloads (ksh-mode) "ksh-mode" "modes/ksh-mode.el" (12714 11717))
4594 ;;; Generated autoloads from modes/ksh-mode.el
4595
4596 (autoload 'ksh-mode "ksh-mode" "\
4597 ksh-mode 2.6 - Major mode for editing (Bourne, Korn or Bourne again)
4598 shell scripts.
4599 Special key bindings and commands:
4600 \\{ksh-mode-map}
4601 Variables controlling indentation style:
4602 ksh-indent
4603 Indentation of ksh statements with respect to containing block.
4604 Default value is 2.
4605 ksh-case-indent
4606 Additional indentation for statements under case items.
4607 Default value is nil which will align the statements one position
4608 past the \")\" of the pattern.
4609 ksh-case-item-offset
4610 Additional indentation for case items within a case statement.
4611 Default value is 2.
4612 ksh-group-offset
4613 Additional indentation for keywords \"do\" and \"then\".
4614 Default value is -2.
4615 ksh-brace-offset
4616 Additional indentation of \"{\" under functions or brace groupings.
4617 Default value is 0.
4618 ksh-multiline-offset
4619 Additional indentation of line that is preceded of a line ending with a
4620 \\ to make it continue on next line.
4621 ksh-tab-always-indent
4622 Controls the operation of the TAB key. If t (the default), always
4623 reindent the current line. If nil, indent the current line only if
4624 point is at the left margin or in the line's indentation; otherwise
4625 insert a tab.
4626 ksh-match-and-tell
4627 If non-nil echo in the minibuffer the matching compound command
4628 for the \"done\", \"}\", \"fi\", or \"esac\". Default value is t.
4629
4630 ksh-align-to-keyword
4631 Controls whether nested constructs align from the keyword or
4632 the current indentation. If non-nil, indentation will be relative to
4633 the column the keyword starts. If nil, indentation will be relative to
4634 the current indentation of the line the keyword is on.
4635 The default value is non-nil.
4636
4637 ksh-comment-regexp
4638 Regular expression used to recognize comments. Customize to support
4639 ksh-like languages. Default value is \"\\s *#\".
4640
4641 Style Guide.
4642 By setting
4643 (setq ksh-indent default-tab-width)
4644 (setq ksh-group-offset 0)
4645
4646 The following style is obtained:
4647
4648 if [ -z $foo ]
4649 then
4650 bar # <-- ksh-group-offset is additive to ksh-indent
4651 foo
4652 fi
4653
4654 By setting
4655 (setq ksh-indent default-tab-width)
4656 (setq ksh-group-offset (- 0 ksh-indent))
4657
4658 The following style is obtained:
4659
4660 if [ -z $foo ]
4661 then
4662 bar
4663 foo
4664 fi
4665
4666 By setting
4667 (setq ksh-case-item-offset 1)
4668 (setq ksh-case-indent nil)
4669
4670 The following style is obtained:
4671
4672 case x in *
4673 foo) bar # <-- ksh-case-item-offset
4674 baz;; # <-- ksh-case-indent aligns with \")\"
4675 foobar) foo
4676 bar;;
4677 esac
4678
4679 By setting
4680 (setq ksh-case-item-offset 1)
4681 (setq ksh-case-indent 6)
4682
4683 The following style is obtained:
4684
4685 case x in *
4686 foo) bar # <-- ksh-case-item-offset
4687 baz;; # <-- ksh-case-indent
4688 foobar) foo
4689 bar;;
4690 esac
4691
4692
4693 Installation:
4694 Put ksh-mode.el in some directory in your load-path.
4695 Put the following forms in your .emacs file.
4696
4697 (setq auto-mode-alist
4698 (append auto-mode-alist
4699 (list
4700 '(\"\\\\.sh$\" . ksh-mode)
4701 '(\"\\\\.ksh$\" . ksh-mode)
4702 '(\"\\\\.bashrc\" . ksh-mode)
4703 '(\"\\\\..*profile\" . ksh-mode))))
4704
4705 (setq ksh-mode-hook
4706 (function (lambda ()
4707 (font-lock-mode 1) ;; font-lock the buffer
4708 (setq ksh-indent 8)
4709 (setq ksh-group-offset -8))
4710 (setq ksh-brace-offset -8)
4711 (setq ksh-tab-always-indent t)
4712 (setq ksh-match-and-tell t)
4713 (setq ksh-align-to-keyword t) ;; Turn on keyword alignment
4714 )))" t nil)
4715
4716 ;;;***
4717
4718 ;;;### (autoloads nil "lisp-mnt" "modes/lisp-mnt.el" (12546 50449))
4719 ;;; Generated autoloads from modes/lisp-mnt.el
4720
4721 ;;;***
4722
4723 ;;;### (autoloads nil "lisp-mode" "modes/lisp-mode.el" (12728 13792))
4724 ;;; Generated autoloads from modes/lisp-mode.el
4725
4726 ;;;***
4727
4728 ;;;### (autoloads nil "list-mode" "modes/list-mode.el" (12740 25196))
4729 ;;; Generated autoloads from modes/list-mode.el
4730
4731 ;;;### (autoloads (makefile-mode) "make-mode" "modes/make-mode.el" (12558 60885))
4732 ;;; Generated autoloads from modes/make-mode.el
4733
4734 (autoload 'makefile-mode "make-mode" "\
4735 Major mode for editing Makefiles.
4736 This function ends by invoking the function(s) `makefile-mode-hook'.
4737
4738 \\{makefile-mode-map}
4739
4740 In the browser, use the following keys:
4741
4742 \\{makefile-browser-map}
4743
4744 Makefile mode can be configured by modifying the following variables:
4745
4746 makefile-browser-buffer-name:
4747 Name of the macro- and target browser buffer.
4748
4749 makefile-target-colon:
4750 The string that gets appended to all target names
4751 inserted by `makefile-insert-target'.
4752 \":\" or \"::\" are quite common values.
4753
4754 makefile-macro-assign:
4755 The string that gets appended to all macro names
4756 inserted by `makefile-insert-macro'.
4757 The normal value should be \" = \", since this is what
4758 standard make expects. However, newer makes such as dmake
4759 allow a larger variety of different macro assignments, so you
4760 might prefer to use \" += \" or \" := \" .
4761
4762 makefile-tab-after-target-colon:
4763 If you want a TAB (instead of a space) to be appended after the
4764 target colon, then set this to a non-nil value.
4765
4766 makefile-browser-leftmost-column:
4767 Number of blanks to the left of the browser selection mark.
4768
4769 makefile-browser-cursor-column:
4770 Column in which the cursor is positioned when it moves
4771 up or down in the browser.
4772
4773 makefile-browser-selected-mark:
4774 String used to mark selected entries in the browser.
4775
4776 makefile-browser-unselected-mark:
4777 String used to mark unselected entries in the browser.
4778
4779 makefile-browser-auto-advance-after-selection-p:
4780 If this variable is set to a non-nil value the cursor
4781 will automagically advance to the next line after an item
4782 has been selected in the browser.
4783
4784 makefile-pickup-everything-picks-up-filenames-p:
4785 If this variable is set to a non-nil value then
4786 `makefile-pickup-everything' also picks up filenames as targets
4787 (i.e. it calls `makefile-find-filenames-as-targets'), otherwise
4788 filenames are omitted.
4789
4790 makefile-cleanup-continuations-p:
4791 If this variable is set to a non-nil value then makefile-mode
4792 will assure that no line in the file ends with a backslash
4793 (the continuation character) followed by any whitespace.
4794 This is done by silently removing the trailing whitespace, leaving
4795 the backslash itself intact.
4796 IMPORTANT: Please note that enabling this option causes makefile-mode
4797 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
4798
4799 makefile-browser-hook:
4800 A function or list of functions to be called just before the
4801 browser is entered. This is executed in the makefile buffer.
4802
4803 makefile-special-targets-list:
4804 List of special targets. You will be offered to complete
4805 on one of those in the minibuffer whenever you enter a `.'.
4806 at the beginning of a line in Makefile mode." t nil)
4807
4808 ;;;***
4809
4810 ;;;### (autoloads nil "old-c++-mode" "modes/old-c++-mode.el" (12376 19469))
4811 ;;; Generated autoloads from modes/old-c++-mode.el
4812
4813 ;;;***
4814
4815 ;;;### (autoloads nil "old-c-mode" "modes/old-c-mode.el" (12546 50448))
4816 ;;; Generated autoloads from modes/old-c-mode.el
4817
4818 ;;;### (autoloads (define-mail-alias build-mail-aliases mail-aliases-setup) "mail-abbrevs" "modes/mail-abbrevs.el" (12376 19450))
4819 ;;; Generated autoloads from modes/mail-abbrevs.el
4820
4821 (defvar mail-abbrev-mailrc-file nil "\
4822 Name of file with mail aliases. If nil, ~/.mailrc is used.")
4823
4824 (defvar mail-aliases nil "\
4825 Word-abbrev table of mail address aliases.
4826 If this is nil, it means the aliases have not yet been initialized and
4827 should be read from the .mailrc file. (This is distinct from there being
4828 no aliases, which is represented by this being a table with no entries.)")
4829
4830 (autoload 'mail-aliases-setup "mail-abbrevs" nil nil nil)
4831
4832 (autoload 'build-mail-aliases "mail-abbrevs" "\
4833 Read mail aliases from .mailrc and set mail-aliases." nil nil)
4834
4835 (autoload 'define-mail-alias "mail-abbrevs" "\
4836 Define NAME as a mail-alias that translates to DEFINITION.
4837 If DEFINITION contains multiple addresses, separate them with commas." t nil)
4838
4839 ;;;***
4840
4841 ;;;### (autoloads (modula-2-mode) "modula2" "modes/modula2.el" (12376 19453))
4842 ;;; Generated autoloads from modes/modula2.el
4843
4844 (autoload 'modula-2-mode "modula2" "\
4845 This is a mode intended to support program development in Modula-2.
4846 All control constructs of Modula-2 can be reached by typing
4847 Control-C followed by the first character of the construct.
4848 \\{m2-mode-map}
4849 Control-c b begin Control-c c case
4850 Control-c d definition Control-c e else
4851 Control-c f for Control-c h header
4852 Control-c i if Control-c m module
4853 Control-c l loop Control-c o or
4854 Control-c p procedure Control-c Control-w with
4855 Control-c r record Control-c s stdio
4856 Control-c t type Control-c u until
4857 Control-c v var Control-c w while
4858 Control-c x export Control-c y import
4859 Control-c { begin-comment Control-c } end-comment
4860 Control-c Control-z suspend-emacs Control-c Control-t toggle
4861 Control-c Control-c compile Control-x ` next-error
4862 Control-c Control-l link
4863
4864 m2-indent controls the number of spaces for each indentation.
4865 m2-compile-command holds the command to compile a Modula-2 program.
4866 m2-link-command holds the command to link a Modula-2 program." t nil)
4867
4868 ;;;***
4869
4870 ;;;### (autoloads (electric-nroff-mode nroff-mode) "nroff-mode" "modes/nroff-mode.el" (12648 18567))
4871 ;;; Generated autoloads from modes/nroff-mode.el
4872
4873 (autoload 'nroff-mode "nroff-mode" "\
4874 Major mode for editing text intended for nroff to format.
4875 \\{nroff-mode-map}
4876 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
4877 Also, try `nroff-electric-mode', for automatically inserting
4878 closing requests for requests that are used in matched pairs." t nil)
4879
4880 (autoload 'electric-nroff-mode "nroff-mode" "\
4881 Toggle `nroff-electric-newline' minor mode.
4882 `nroff-electric-newline' forces Emacs to check for an nroff request at the
4883 beginning of the line, and insert the matching closing request if necessary.
4884 This command toggles that mode (off->on, on->off), with an argument,
4885 turns it on iff arg is positive, otherwise off." t nil)
4886
4887 (defvar nroff-electric-mode nil "\
4888 Non-nil if in electric-nroff minor mode.")
4889
4890 (add-minor-mode 'nroff-electric-mode " Electric" nil nil 'electric-nroff-mode)
4891
4892 ;;;***
4893
4894 ;;;### (autoloads (outl-mouse-minor-mode outl-mouse-mode) "outl-mouse" "modes/outl-mouse.el" (12376 19464))
4895 ;;; Generated autoloads from modes/outl-mouse.el
4896
4897 (autoload 'outl-mouse-mode "outl-mouse" "\
4898 Calls outline-mode, with outl-mouse extensions" t nil)
4899
4900 (autoload 'outl-mouse-minor-mode "outl-mouse" "\
4901 Toggles outline-minor-mode, with outl-mouse extensions" t nil)
4902
4903 ;;;***
4904
4905 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "modes/outline.el" (12648 18566))
4906 ;;; Generated autoloads from modes/outline.el
4907
4908 (defvar outline-minor-mode nil "\
4909 Non-nil if using Outline mode as a minor mode of some other mode.")
4910
4911 (make-variable-buffer-local 'outline-minor-mode)
4912
4913 (put 'outline-minor-mode 'permanent-local t)
4914
4915 (add-minor-mode 'outline-minor-mode " Outl")
4916
4917 (autoload 'outline-mode "outline" "\
4918 Set major mode for editing outlines with selective display.
4919 Headings are lines which start with asterisks: one for major headings,
4920 two for subheadings, etc. Lines not starting with asterisks are body lines.
4921
4922 Body text or subheadings under a heading can be made temporarily
4923 invisible, or visible again. Invisible lines are attached to the end
4924 of the heading, so they move with it, if the line is killed and yanked
4925 back. A heading with text hidden under it is marked with an ellipsis (...).
4926
4927 Commands:\\<outline-mode-map>
4928 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
4929 \\[outline-previous-visible-heading] outline-previous-visible-heading
4930 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
4931 \\[outline-backward-same-level] outline-backward-same-level
4932 \\[outline-up-heading] outline-up-heading move from subheading to heading
4933
4934 \\[hide-body] make all text invisible (not headings).
4935 \\[show-all] make everything in buffer visible.
4936
4937 The remaining commands are used when point is on a heading line.
4938 They apply to some of the body or subheadings of that heading.
4939 \\[hide-subtree] hide-subtree make body and subheadings invisible.
4940 \\[show-subtree] show-subtree make body and subheadings visible.
4941 \\[show-children] show-children make direct subheadings visible.
4942 No effect on body, or subheadings 2 or more levels down.
4943 With arg N, affects subheadings N levels down.
4944 \\[hide-entry] make immediately following body invisible.
4945 \\[show-entry] make it visible.
4946 \\[hide-leaves] make body under heading and under its subheadings invisible.
4947 The subheadings remain visible.
4948 \\[show-branches] make all subheadings at all levels visible.
4949
4950 The variable `outline-regexp' can be changed to control what is a heading.
4951 A line is a heading if `outline-regexp' matches something at the
4952 beginning of the line. The longer the match, the deeper the level.
4953
4954 Turning on outline mode calls the value of `text-mode-hook' and then of
4955 `outline-mode-hook', if they are non-nil." t nil)
4956
4957 (autoload 'outline-minor-mode "outline" "\
4958 Toggle Outline minor mode.
4959 With arg, turn Outline minor mode on if arg is positive, off otherwise.
4960 See the command `outline-mode' for more information on this mode." t nil)
4961
4962 ;;;***
4963
4964 ;;;### (autoloads (pascal-mode) "pascal" "modes/pascal.el" (12698 33540))
4965 ;;; Generated autoloads from modes/pascal.el
4966
4967 (autoload 'pascal-mode "pascal" "\
4968 Major mode for editing Pascal code. \\<pascal-mode-map>
4969 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
4970
4971 \\[pascal-complete-word] completes the word around current point with respect to position in code
4972 \\[pascal-show-completions] shows all possible completions at this point.
4973
4974 Other useful functions are:
4975
4976 \\[pascal-mark-defun] - Mark function.
4977 \\[pascal-insert-block] - insert begin ... end;
4978 \\[pascal-star-comment] - insert (* ... *)
4979 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
4980 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
4981 \\[pascal-beg-of-defun] - Move to beginning of current function.
4982 \\[pascal-end-of-defun] - Move to end of current function.
4983 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
4984 \\[pascal-outline] - Enter pascal-outline-mode (see also pascal-outline).
4985
4986 Variables controlling indentation/edit style:
4987
4988 pascal-indent-level (default 3)
4989 Indentation of Pascal statements with respect to containing block.
4990 pascal-case-indent (default 2)
4991 Indentation for case statements.
4992 pascal-auto-newline (default nil)
4993 Non-nil means automatically newline after simcolons and the punctation mark
4994 after an end.
4995 pascal-tab-always-indent (default t)
4996 Non-nil means TAB in Pascal mode should always reindent the current line,
4997 regardless of where in the line point is when the TAB command is used.
4998 pascal-auto-endcomments (default t)
4999 Non-nil means a comment { ... } is set after the ends which ends cases and
5000 functions. The name of the function or case will be set between the braces.
5001 pascal-auto-lineup (default t)
5002 List of contexts where auto lineup of :'s or ='s hould be done.
5003
5004 See also the user variables pascal-type-keywords, pascal-start-keywords and
5005 pascal-separator-keywords.
5006
5007 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
5008 no args, if that value is non-nil." t nil)
5009
5010 ;;;***
5011
5012 ;;;### (autoloads (perl-mode) "perl-mode" "modes/perl-mode.el" (12573 5998))
5013 ;;; Generated autoloads from modes/perl-mode.el
5014
5015 (autoload 'perl-mode "perl-mode" "\
5016 Major mode for editing Perl code.
5017 Expression and list commands understand all Perl brackets.
5018 Tab indents for Perl code.
5019 Comments are delimited with # ... \\n.
5020 Paragraphs are separated by blank lines only.
5021 Delete converts tabs to spaces as it moves back.
5022 \\{perl-mode-map}
5023 Variables controlling indentation style:
5024 perl-tab-always-indent
5025 Non-nil means TAB in Perl mode should always indent the current line,
5026 regardless of where in the line point is when the TAB command is used.
5027 perl-tab-to-comment
5028 Non-nil means that for lines which don't need indenting, TAB will
5029 either delete an empty comment, indent an existing comment, move
5030 to end-of-line, or if at end-of-line already, create a new comment.
5031 perl-nochange
5032 Lines starting with this regular expression are not auto-indented.
5033 perl-indent-level
5034 Indentation of Perl statements within surrounding block.
5035 The surrounding block's indentation is the indentation
5036 of the line on which the open-brace appears.
5037 perl-continued-statement-offset
5038 Extra indentation given to a substatement, such as the
5039 then-clause of an if or body of a while.
5040 perl-continued-brace-offset
5041 Extra indentation given to a brace that starts a substatement.
5042 This is in addition to `perl-continued-statement-offset'.
5043 perl-brace-offset
5044 Extra indentation for line if it starts with an open brace.
5045 perl-brace-imaginary-offset
5046 An open brace following other text is treated as if it were
5047 this far to the right of the start of its line.
5048 perl-label-offset
5049 Extra indentation for line that is a label.
5050
5051 Various indentation styles: K&R BSD BLK GNU LW
5052 perl-indent-level 5 8 0 2 4
5053 perl-continued-statement-offset 5 8 4 2 4
5054 perl-continued-brace-offset 0 0 0 0 -4
5055 perl-brace-offset -5 -8 0 0 0
5056 perl-brace-imaginary-offset 0 0 4 0 0
5057 perl-label-offset -5 -8 -2 -2 -2
5058
5059 Turning on Perl mode runs the normal hook `perl-mode-hook'." t nil)
5060
5061 ;;;***
5062
5063 ;;;### (autoloads (picture-mode) "picture" "modes/picture.el" (12639 8578))
5064 ;;; Generated autoloads from modes/picture.el
5065
5066 (autoload 'picture-mode "picture" "\
5067 Switch to Picture mode, in which a quarter-plane screen model is used.
5068 Printing characters replace instead of inserting themselves with motion
5069 afterwards settable by these commands:
5070 C-c < Move left after insertion.
5071 C-c > Move right after insertion.
5072 C-c ^ Move up after insertion.
5073 C-c . Move down after insertion.
5074 C-c ` Move northwest (nw) after insertion.
5075 C-c ' Move northeast (ne) after insertion.
5076 C-c / Move southwest (sw) after insertion.
5077 C-c \\ Move southeast (se) after insertion.
5078 The current direction is displayed in the modeline. The initial
5079 direction is right. Whitespace is inserted and tabs are changed to
5080 spaces when required by movement. You can move around in the buffer
5081 with these commands:
5082 \\[picture-move-down] Move vertically to SAME column in previous line.
5083 \\[picture-move-up] Move vertically to SAME column in next line.
5084 \\[picture-end-of-line] Move to column following last non-whitespace character.
5085 \\[picture-forward-column] Move right inserting spaces if required.
5086 \\[picture-backward-column] Move left changing tabs to spaces if required.
5087 C-c C-f Move in direction of current picture motion.
5088 C-c C-b Move in opposite direction of current picture motion.
5089 Return Move to beginning of next line.
5090 You can edit tabular text with these commands:
5091 M-Tab Move to column beneath (or at) next interesting character.
5092 `Indents' relative to a previous line.
5093 Tab Move to next stop in tab stop list.
5094 C-c Tab Set tab stops according to context of this line.
5095 With ARG resets tab stops to default (global) value.
5096 See also documentation of variable picture-tab-chars
5097 which defines \"interesting character\". You can manually
5098 change the tab stop list with command \\[edit-tab-stops].
5099 You can manipulate text with these commands:
5100 C-d Clear (replace) ARG columns after point without moving.
5101 C-c C-d Delete char at point - the command normally assigned to C-d.
5102 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them.
5103 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared
5104 text is saved in the kill ring.
5105 \\[picture-open-line] Open blank line(s) beneath current line.
5106 You can manipulate rectangles with these commands:
5107 C-c C-k Clear (or kill) a rectangle and save it.
5108 C-c C-w Like C-c C-k except rectangle is saved in named register.
5109 C-c C-y Overlay (or insert) currently saved rectangle at point.
5110 C-c C-x Like C-c C-y except rectangle is taken from named register.
5111 \\[copy-rectangle-to-register] Copies a rectangle to a register.
5112 \\[advertised-undo] Can undo effects of rectangle overlay commands
5113 commands if invoked soon enough.
5114 You can return to the previous mode with:
5115 C-c C-c Which also strips trailing whitespace from every line.
5116 Stripping is suppressed by supplying an argument.
5117
5118 Entry to this mode calls the value of picture-mode-hook if non-nil.
5119
5120 Note that Picture mode commands will work outside of Picture mode, but
5121 they are not defaultly assigned to keys." t nil)
5122
5123 (defalias 'edit-picture 'picture-mode)
5124
5125 ;;;***
5126
5127 ;;;### (autoloads (postscript-mode) "postscript" "modes/postscript.el" (12558 60895))
5128 ;;; Generated autoloads from modes/postscript.el
5129
5130 (autoload 'postscript-mode "postscript" "\
5131 Major mode for editing PostScript files.
5132
5133 \\[ps-execute-buffer] will send the contents of the buffer to the NeWS
5134 server using psh(1). \\[ps-execute-region] sends the current region.
5135 \\[ps-shell] starts an interactive psh(1) window which will be used for
5136 subsequent \\[ps-execute-buffer] or \\[ps-execute-region] commands.
5137
5138 In this mode, TAB and \\[indent-region] attempt to indent code
5139 based on the position of {}, [], and begin/end pairs. The variable
5140 ps-indent-level controls the amount of indentation used inside
5141 arrays and begin/end pairs.
5142
5143 \\{ps-mode-map}
5144
5145 \\[postscript-mode] calls the value of the variable postscript-mode-hook
5146 with no args, if that value is non-nil." t nil)
5147
5148 ;;;***
5149
5150 ;;;### (autoloads (run-prolog inferior-prolog-mode prolog-mode) "prolog" "modes/prolog.el" (12558 60895))
5151 ;;; Generated autoloads from modes/prolog.el
5152
5153 (autoload 'prolog-mode "prolog" "\
5154 Major mode for editing Prolog code for Prologs.
5155 Blank lines and `%%...' separate paragraphs. `%'s start comments.
5156 Commands:
5157 \\{prolog-mode-map}
5158 Entry to this mode calls the value of `prolog-mode-hook'
5159 if that value is non-nil." t nil)
5160
5161 (autoload 'inferior-prolog-mode "prolog" "\
5162 Major mode for interacting with an inferior Prolog process.
5163
5164 The following commands are available:
5165 \\{inferior-prolog-mode-map}
5166
5167 Entry to this mode calls the value of `prolog-mode-hook' with no arguments,
5168 if that value is non-nil. Likewise with the value of `comint-mode-hook'.
5169 `prolog-mode-hook' is called after `comint-mode-hook'.
5170
5171 You can send text to the inferior Prolog from other buffers
5172 using the commands `send-region', `send-string' and \\[prolog-consult-region].
5173
5174 Commands:
5175 Tab indents for Prolog; with argument, shifts rest
5176 of expression rigidly with the current line.
5177 Paragraphs are separated only by blank lines and '%%'.
5178 '%'s start comments.
5179
5180 Return at end of buffer sends line as input.
5181 Return not at end copies rest of line to end and sends it.
5182 \\[comint-kill-input] and \\[backward-kill-word] are kill commands, imitating normal Unix input editing.
5183 \\[comint-interrupt-subjob] interrupts the shell or its current subjob if any.
5184 \\[comint-stop-subjob] stops. \\[comint-quit-subjob] sends quit signal." t nil)
5185
5186 (autoload 'run-prolog "prolog" "\
5187 Run an inferior Prolog process, input and output via buffer *prolog*." t nil)
5188
5189 ;;;***
5190
5191 ;;;### (autoloads (rexx-mode) "rexx-mode" "modes/rexx-mode.el" (12558 60898))
5192 ;;; Generated autoloads from modes/rexx-mode.el
5193
5194 (autoload 'rexx-mode "rexx-mode" "\
5195 Major mode for editing REXX code.
5196 \\{rexx-mode-map}
5197
5198 Variables controlling indentation style:
5199 rexx-indent
5200 The basic indentation for do-blocks.
5201 rexx-end-indent
5202 The relative offset of the \"end\" statement. 0 places it in the
5203 same column as the statements of the block. Setting it to the same
5204 value as rexx-indent places the \"end\" under the do-line.
5205 rexx-cont-indent
5206 The indention for lines following \"then\", \"else\" and \",\"
5207 (continued) lines.
5208 rexx-tab-always-indent
5209 Non-nil means TAB in REXX mode should always reindent the current
5210 line, regardless of where in the line the point is when the TAB
5211 command is used.
5212
5213 If you have set rexx-end-indent to a nonzero value, you probably want to
5214 remap RETURN to rexx-indent-newline-indent. It makes sure that lines
5215 indents correctly when you press RETURN.
5216
5217 An extensive abbrevation table consisting of all the keywords of REXX are
5218 supplied. Expanded keywords are converted into upper case making it
5219 easier to distinguish them. To use this feature the buffer must be in
5220 abbrev-mode. (See example below.)
5221
5222 Turning on REXX mode calls the value of the variable rexx-mode-hook with
5223 no args, if that value is non-nil.
5224
5225 For example:
5226 \(setq rexx-mode-hook '(lambda ()
5227 (setq rexx-indent 4)
5228 (setq rexx-end-indent 4)
5229 (setq rexx-cont-indent 4)
5230 (local-set-key \"\\C-m\" 'rexx-indent-newline-indent)
5231 (abbrev-mode 1)
5232 ))
5233
5234 will make the END aligned with the DO/SELECT. It will indent blocks and
5235 IF-statenents four steps and make sure that the END jumps into the
5236 correct position when RETURN is pressed. Finaly it will use the abbrev
5237 table to convert all REXX keywords into upper case." t nil)
5238
5239 ;;;***
5240
5241 ;;;### (autoloads (resize-minibuffer-mode) "rsz-minibuf" "modes/rsz-minibuf.el" (12546 50449))
5242 ;;; Generated autoloads from modes/rsz-minibuf.el
5243
5244 (defvar resize-minibuffer-mode nil "\
5245 *If non-`nil', resize the minibuffer so its entire contents are visible.")
5246
5247 (defvar resize-minibuffer-window-max-height nil "\
5248 *Maximum size the minibuffer window is allowed to become.
5249 If less than 1 or not a number, the limit is the height of the frame in
5250 which the active minibuffer window resides.")
5251
5252 (defvar resize-minibuffer-window-exactly t "\
5253 *If non-`nil', make minibuffer exactly the size needed to display all its contents.
5254 Otherwise, the minibuffer window can temporarily increase in size but
5255 never get smaller while it is active.")
5256
5257 (defvar resize-minibuffer-frame nil "\
5258 *If non-`nil' and the active minibuffer is the sole window in its frame, allow changing the frame height.")
5259
5260 (defvar resize-minibuffer-frame-max-height nil "\
5261 *Maximum size the minibuffer frame is allowed to become.
5262 If less than 1 or not a number, there is no limit.")
5263
5264 (defvar resize-minibuffer-frame-exactly nil "\
5265 *If non-`nil', make minibuffer frame exactly the size needed to display all its contents.
5266 Otherwise, the minibuffer frame can temporarily increase in size but
5267 never get smaller while it is active.")
5268
5269 (autoload 'resize-minibuffer-mode "rsz-minibuf" "\
5270 Enable or disable resize-minibuffer mode.
5271 A negative prefix argument disables this mode. A positive argument or
5272 argument of 0 enables it.
5273
5274 When this minor mode is enabled, the minibuffer is dynamically resized to
5275 contain the entire region of text put in it as you type.
5276
5277 The variable `resize-minibuffer-mode' is set to t or nil depending on
5278 whether this mode is active or not.
5279
5280 The maximum height to which the minibuffer can grow is controlled by the
5281 variable `resize-minibuffer-window-max-height'.
5282
5283 The variable `resize-minibuffer-window-exactly' determines whether the
5284 minibuffer window should ever be shrunk to make it no larger than needed to
5285 display its contents.
5286
5287 When using a window system, it is possible for a minibuffer to tbe the sole
5288 window in a frame. Since that window is already its maximum size, the only
5289 way to make more text visible at once is to increase the size of the frame.
5290 The variable `resize-minibuffer-frame' controls whether this should be
5291 done. The variables `resize-minibuffer-frame-max-height' and
5292 `resize-minibuffer-frame-exactly' are analogous to their window
5293 counterparts." t nil)
5294
5295 ;;;***
5296
5297 ;;;### (autoloads (scheme-mode) "scheme" "modes/scheme.el" (12376 19455))
5298 ;;; Generated autoloads from modes/scheme.el
5299
5300 (autoload 'scheme-mode "scheme" "\
5301 Major mode for editing Scheme code.
5302 Editing commands are similar to those of lisp-mode.
5303
5304 In addition, if an inferior Scheme process is running, some additional
5305 commands will be defined, for evaluating expressions and controlling
5306 the interpreter, and the state of the process will be displayed in the
5307 modeline of all Scheme buffers. The names of commands that interact
5308 with the Scheme process start with \"xscheme-\". For more information
5309 see the documentation for xscheme-interaction-mode.
5310
5311 Commands:
5312 Delete converts tabs to spaces as it moves back.
5313 Blank lines separate paragraphs. Semicolons start comments.
5314 \\{scheme-mode-map}
5315 Entry to this mode calls the value of scheme-mode-hook
5316 if that value is non-nil." t nil)
5317
5318 ;;;***
5319
5320 ;;;### (autoloads (scribe-mode) "scribe" "modes/scribe.el" (12376 19456))
5321 ;;; Generated autoloads from modes/scribe.el
5322
5323 (autoload 'scribe-mode "scribe" "\
5324 Major mode for editing files of Scribe (a text formatter) source.
5325 Scribe-mode is similar text-mode, with a few extra commands added.
5326 \\{scribe-mode-map}
5327
5328 Interesting variables:
5329
5330 scribe-fancy-paragraphs
5331 Non-nil makes Scribe mode use a different style of paragraph separation.
5332
5333 scribe-electric-quote
5334 Non-nil makes insert of double quote use `` or '' depending on context.
5335
5336 scribe-electric-parenthesis
5337 Non-nil makes an open-parenthesis char (one of `([<{')
5338 automatically insert its close if typed after an @Command form." t nil)
5339
5340 ;;;***
5341
5342 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mode) "sendmail" "modes/sendmail.el" (12686 31716))
5343 ;;; Generated autoloads from modes/sendmail.el
5344
5345 (defvar mail-from-style 'angles "\
5346 *Specifies how \"From:\" fields look.
5347
5348 If `nil', they contain just the return address like:
5349 king@grassland.com
5350 If `parens', they look like:
5351 king@grassland.com (Elvis Parsley)
5352 If `angles', they look like:
5353 Elvis Parsley <king@grassland.com>")
5354
5355 (defvar mail-self-blind nil "\
5356 Non-nil means insert BCC to self in messages to be sent.
5357 This is done when the message is initialized,
5358 so you can remove or alter the BCC field to override the default.")
5359
5360 (defvar mail-interactive nil "\
5361 Non-nil means when sending a message wait for and display errors.
5362 nil means let mailer mail back a message to report errors.")
5363
5364 (defvar mail-dir nil "\
5365 *Default directory for saving messages.")
5366
5367 (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-") "\\|") "\\)")) "\
5368 *Gubbish header fields one would rather not see.")
5369
5370 (defvar mail-yank-ignored-headers (purecopy (concat rmail-ignored-headers "\\|" "^\\(" (mapconcat 'identity '("Resent-To:" "Resent-By:" "Resent-CC:" "To:" "Subject:" "In-Reply-To:") "\\|") "\\)")) "\
5371 Delete these headers from old message when it's inserted in a reply.")
5372
5373 (defvar send-mail-function 'sendmail-send-it "\
5374 Function to call to send the current buffer as mail.
5375 The headers should be delimited by a line whose contents
5376 match the variable `mail-header-separator'.")
5377
5378 (defvar mail-header-separator (purecopy "--text follows this line--") "\
5379 *Line used to separate headers from text in messages being composed.")
5380
5381 (defvar mail-archive-file-name nil "\
5382 *Name of file to write all outgoing messages in, or nil for none.
5383 This can be an inbox file or an Rmail file.")
5384
5385 (defvar mail-default-reply-to nil "\
5386 *Address to insert as default Reply-to field of outgoing messages.
5387 If nil, it will be initialized from the REPLYTO environment variable
5388 when you first send mail.")
5389
5390 (defvar mail-alias-file nil "\
5391 *If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
5392 This file defines aliases to be expanded by the mailer; this is a different
5393 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
5394 This variable has no effect unless your system uses sendmail as its mailer.")
5395
5396 (defvar mail-yank-prefix "> " "\
5397 *Prefix insert on lines of yanked message being replied to.
5398 nil means use indentation.")
5399
5400 (defvar mail-signature nil "\
5401 *Text inserted at end of mail buffer when a message is initialized.
5402 If t, it means to insert the contents of the file `mail-signature-file'.")
5403
5404 (autoload 'mail-mode "sendmail" "\
5405 Major mode for editing mail to be sent.
5406 Like Text Mode but with these additional commands:
5407 C-c C-s mail-send (send the message) C-c C-c mail-send-and-exit
5408 C-c C-f move to a header field (and create it if there isn't):
5409 C-c C-f C-t move to To: C-c C-f C-s move to Subj:
5410 C-c C-f C-b move to BCC: C-c C-f C-c move to CC:
5411 C-c C-f C-f move to FCC: C-c C-f C-r move to Reply-To:
5412 C-c C-t mail-text (move to beginning of message text).
5413 C-c C-w mail-signature (insert `mail-signature-file' file).
5414 C-c C-y mail-yank-original (insert current message, in Rmail).
5415 C-c C-q mail-fill-yanked-message (fill what was yanked).
5416 C-c C-v mail-sent-via (add a sent-via field for each To or CC)." t nil)
5417
5418 (autoload 'mail "sendmail" "\
5419 Edit a message to be sent. Prefix arg means resume editing (don't erase).
5420 When this function returns, the buffer `*mail*' is selected.
5421 The value is t if the message was newly initialized; otherwise, nil.
5422
5423 Optionally, the signature file `mail-signature-file' can be inserted at the
5424 end; see the variable `mail-signature'.
5425
5426 \\<mail-mode-map>
5427 While editing message, type \\[mail-send-and-exit] to send the message and exit.
5428
5429 Various special commands starting with C-c are available in sendmail mode
5430 to move to message header fields:
5431 \\{mail-mode-map}
5432
5433 The variable `mail-signature' controls whether the signature file
5434 `mail-signature-file' is inserted immediately.
5435
5436 If `mail-signature' is nil, use \\[mail-signature] to insert the
5437 signature in `mail-signature-file'.
5438
5439 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
5440 when the message is initialized.
5441
5442 If `mail-default-reply-to' is non-nil, it should be an address (a string);
5443 a Reply-to: field with that address is inserted.
5444
5445 If `mail-archive-file-name' is non-nil, an FCC field with that file name
5446 is inserted.
5447
5448 The normal hook `mail-setup-hook' is run after the message is
5449 initialized. It can add more default fields to the message.
5450
5451 When calling from a program, the first argument if non-nil says
5452 not to erase the existing contents of the `*mail*' buffer.
5453
5454 The second through fifth arguments,
5455 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
5456 the initial contents of those header fields.
5457 These arguments should not have final newlines.
5458 The sixth argument REPLYBUFFER is a buffer whose contents
5459 should be yanked if the user types C-c C-y.
5460 The seventh argument ACTIONS is a list of actions to take
5461 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
5462 when the message is sent, we apply FUNCTION to ARGS.
5463 This is how Rmail arranges to mark messages `answered'." t nil)
5464
5465 (autoload 'mail-other-window "sendmail" "\
5466 Like `mail' command, but display mail buffer in another window." t nil)
5467
5468 (autoload 'mail-other-frame "sendmail" "\
5469 Like `mail' command, but display mail buffer in another frame." t nil)
5470
5471 (define-key ctl-x-map "m" 'mail)
5472
5473 (define-key ctl-x-4-map "m" 'mail-other-window)
5474
5475 (define-key ctl-x-5-map "m" 'mail-other-frame)
5476
5477 (add-hook 'same-window-buffer-names "*mail*")
5478
5479 ;;;***
5480
5481 ;;;### (autoloads nil "simula" "modes/simula.el" (12546 50444))
5482 ;;; Generated autoloads from modes/simula.el
5483
5484 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl" "modes/tcl.el" (12639 8579))
5485 ;;; Generated autoloads from modes/tcl.el
5486
5487 (autoload 'tcl-mode "tcl" "\
5488 Major mode for editing Tcl code.
5489 Expression and list commands understand all Tcl brackets.
5490 Tab indents for Tcl code.
5491 Paragraphs are separated by blank lines only.
5492 Delete converts tabs to spaces as it moves back.
5493
5494 Variables controlling indentation style:
5495 tcl-indent-level
5496 Indentation of Tcl statements within surrounding block.
5497 tcl-continued-indent-level
5498 Indentation of continuation line relative to first line of command.
5499
5500 Variables controlling user interaction with mode (see variable
5501 documentation for details):
5502 tcl-tab-always-indent
5503 Controls action of TAB key.
5504 tcl-auto-newline
5505 Non-nil means automatically newline before and after braces, brackets,
5506 and semicolons inserted in Tcl code.
5507 tcl-electric-hash-style
5508 Controls action of `#' key.
5509 tcl-use-hairy-comment-detector
5510 If t, use more complicated, but slower, comment detector.
5511 This variable is only used in GNU Emacs 19.
5512 tcl-use-smart-word-finder
5513 If not nil, use a smarter, Tcl-specific way to find the current
5514 word when looking up help on a Tcl command.
5515
5516 Turning on Tcl mode calls the value of the variable `tcl-mode-hook'
5517 with no args, if that value is non-nil. Read the documentation for
5518 `tcl-mode-hook' to see what kinds of interesting hook functions
5519 already exist.
5520
5521 Commands:
5522 \\{tcl-mode-map}" t nil)
5523
5524 (autoload 'inferior-tcl "tcl" "\
5525 Run inferior Tcl process.
5526 Prefix arg means enter program name interactively.
5527 See documentation for function `inferior-tcl-mode' for more information." t nil)
5528
5529 (autoload 'tcl-help-on-word "tcl" "\
5530 Get help on Tcl command. Default is word at point.
5531 Prefix argument means invert sense of `tcl-use-smart-word-finder'." t nil)
5532
5533 ;;;***
5534
5535 ;;;### (autoloads (latex-mode plain-tex-mode tex-mode) "tex-mode" "modes/tex-mode.el" (12376 19459))
5536 ;;; Generated autoloads from modes/tex-mode.el
5537
5538 (autoload 'tex-mode "tex-mode" "\
5539 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
5540 Tries to determine (by looking at the beginning of the file) whether
5541 this file is for plain TeX, LaTeX, or SliTeX and calls plain-tex-mode,
5542 latex-mode, or slitex-mode, respectively. If it cannot be determined,
5543 such as if there are no commands in the file, the value of tex-default-mode
5544 is used." t nil)
5545
5546 (fset 'TeX-mode 'tex-mode)
5547
5548 (fset 'LaTeX-mode 'latex-mode)
5549
5550 (autoload 'plain-tex-mode "tex-mode" "\
5551 Major mode for editing files of input for plain TeX.
5552 Makes $ and } display the characters they match.
5553 Makes \" insert `` when it seems to be the beginning of a quotation,
5554 and '' when it appears to be the end; it inserts \" only after a \\.
5555
5556 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
5557 copied from the top of the file (containing macro definitions, etc.),
5558 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
5559 \\[tex-file] saves the buffer and then processes the file.
5560 \\[tex-print] prints the .dvi file made by any of these.
5561 \\[tex-view] previews the .dvi file made by any of these.
5562 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
5563
5564 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
5565 mismatched $'s or braces.
5566
5567 Special commands:
5568 \\{tex-mode-map}
5569
5570 Mode variables:
5571 tex-run-command
5572 Command string used by \\[tex-region] or \\[tex-buffer].
5573 tex-directory
5574 Directory in which to create temporary files for TeX jobs
5575 run by \\[tex-region] or \\[tex-buffer].
5576 tex-dvi-print-command
5577 Command string used by \\[tex-print] to print a .dvi file.
5578 tex-alt-dvi-print-command
5579 Alternative command string used by \\[tex-print] (when given a prefix
5580 argument) to print a .dvi file.
5581 tex-dvi-view-command
5582 Command string used by \\[tex-view] to preview a .dvi file.
5583 tex-show-queue-command
5584 Command string used by \\[tex-show-print-queue] to show the print
5585 queue that \\[tex-print] put your job on.
5586
5587 Entering Plain-tex mode calls the value of text-mode-hook, then the value of
5588 tex-mode-hook, and then the value of plain-tex-mode-hook. When the special
5589 subshell is initiated, the value of tex-shell-hook is called." t nil)
5590
5591 (fset 'plain-TeX-mode 'plain-tex-mode)
5592
5593 (autoload 'latex-mode "tex-mode" "\
5594 Major mode for editing files of input for LaTeX.
5595 Makes $ and } display the characters they match.
5596 Makes \" insert `` when it seems to be the beginning of a quotation,
5597 and '' when it appears to be the end; it inserts \" only after a \\.
5598
5599 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
5600 copied from the top of the file (containing \\documentstyle, etc.),
5601 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
5602 \\[tex-file] saves the buffer and then processes the file.
5603 \\[tex-print] prints the .dvi file made by any of these.
5604 \\[tex-view] previews the .dvi file made by any of these.
5605 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
5606
5607 Use \\[validate-tex-buffer] to check buffer for paragraphs containing
5608 mismatched $'s or braces.
5609
5610 Special commands:
5611 \\{tex-mode-map}
5612
5613 Mode variables:
5614 latex-run-command
5615 Command string used by \\[tex-region] or \\[tex-buffer].
5616 tex-directory
5617 Directory in which to create temporary files for LaTeX jobs
5618 run by \\[tex-region] or \\[tex-buffer].
5619 tex-dvi-print-command
5620 Command string used by \\[tex-print] to print a .dvi file.
5621 tex-alt-dvi-print-command
5622 Alternative command string used by \\[tex-print] (when given a prefix
5623 argument) to print a .dvi file.
5624 tex-dvi-view-command
5625 Command string used by \\[tex-view] to preview a .dvi file.
5626 tex-show-queue-command
5627 Command string used by \\[tex-show-print-queue] to show the print
5628 queue that \\[tex-print] put your job on.
5629
5630 Entering Latex mode calls the value of text-mode-hook, then the value of
5631 tex-mode-hook, and then the value of latex-mode-hook. When the special
5632 subshell is initiated, the value of tex-shell-hook is called." t nil)
5633
5634 ;;;***
5635
5636 ;;;### (autoloads (texinfo-mode) "texinfo" "modes/texinfo.el" (12558 60898))
5637 ;;; Generated autoloads from modes/texinfo.el
5638
5639 (autoload 'texinfo-mode "texinfo" "\
5640 Major mode for editing Texinfo files.
5641
5642 It has these extra commands:
5643 \\{texinfo-mode-map}
5644
5645 These are files that are used as input for TeX to make printed manuals
5646 and also to be turned into Info files with \\[makeinfo-buffer] or
5647 the `makeinfo' program. These files must be written in a very restricted and
5648 modified version of TeX input format.
5649
5650 Editing commands are like text-mode except that the syntax table is
5651 set up so expression commands skip Texinfo bracket groups. To see
5652 what the Info version of a region of the Texinfo file will look like,
5653 use \\[makeinfo-region], which runs `makeinfo' on the current region.
5654
5655 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
5656 This command shows the structure of a Texinfo file by listing the
5657 lines with the @-sign commands for @chapter, @section, and the like.
5658 These lines are displayed in another window called the *Occur* window.
5659 In that window, you can position the cursor over one of the lines and
5660 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
5661 in the Texinfo file.
5662
5663 In addition, Texinfo mode provides commands that insert various
5664 frequently used @-sign commands into the buffer. You can use these
5665 commands to save keystrokes. And you can insert balanced braces with
5666 \\[texinfo-insert-braces] and later use the command \\[up-list] to
5667 move forward past the closing brace.
5668
5669 Also, Texinfo mode provides functions for automatically creating or
5670 updating menus and node pointers. These functions
5671
5672 * insert the `Next', `Previous' and `Up' pointers of a node,
5673 * insert or update the menu for a section, and
5674 * create a master menu for a Texinfo source file.
5675
5676 Here are the functions:
5677
5678 texinfo-update-node \\[texinfo-update-node]
5679 texinfo-every-node-update \\[texinfo-every-node-update]
5680 texinfo-sequential-node-update
5681
5682 texinfo-make-menu \\[texinfo-make-menu]
5683 texinfo-all-menus-update \\[texinfo-all-menus-update]
5684 texinfo-master-menu
5685
5686 texinfo-indent-menu-description (column &optional region-p)
5687
5688 The `texinfo-column-for-description' variable specifies the column to
5689 which menu descriptions are indented.
5690
5691 Passed an argument (a prefix argument, if interactive), the
5692 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
5693 in the region.
5694
5695 To use the updating commands, you must structure your Texinfo file
5696 hierarchically, such that each `@node' line, with the exception of the
5697 Top node, is accompanied by some kind of section line, such as an
5698 `@chapter' or `@section' line.
5699
5700 If the file has a `top' node, it must be called `top' or `Top' and
5701 be the first node in the file.
5702
5703 Entering Texinfo mode calls the value of text-mode-hook, and then the
5704 value of texinfo-mode-hook." t nil)
5705
5706 ;;;***
5707
5708 ;;;### (autoloads nil "text-mode" "modes/text-mode.el" (12546 50443))
5709 ;;; Generated autoloads from modes/text-mode.el
5710
5711 ;;;### (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" (12648 18571))
5712 ;;; Generated autoloads from modes/two-column.el
5713
5714 (defvar tc-mode-map nil "\
5715 Keymap for commands for two-column mode.")
5716
5717 (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 "
5718 " 'tc-scroll-line))
5719
5720 (global-set-key "6" tc-mode-map)
5721
5722 (defvar tc-other nil "\
5723 Marker to the associated buffer, if non-nil.")
5724
5725 (make-variable-buffer-local 'tc-other)
5726
5727 (put 'tc-other 'permanent-local t)
5728
5729 (autoload 'tc-two-columns "two-column" "\
5730 Split current window vertically for two-column editing.
5731
5732 When called the first time, associates a buffer with the current
5733 buffer. Both buffers are put in two-column minor mode and
5734 tc-mode-hook gets called on both. These buffers remember
5735 about one another, even when renamed.
5736
5737 When called again, restores the screen layout with the current buffer
5738 first and the associated buffer to it's right.
5739
5740 If you include long lines, i.e which will span both columns (eg.
5741 source code), they should be in what will be the first column, with
5742 the associated buffer having empty lines next to them.
5743
5744 You have the following commands at your disposal:
5745
5746 \\[tc-two-columns] Rearrange screen
5747 \\[tc-associate-buffer] Reassociate buffer after changing major mode
5748 \\[tc-scroll-up] Scroll both buffers up by a screenfull
5749 \\[tc-scroll-down] Scroll both buffers down by a screenful
5750 \\[tc-scroll-line] Scroll both buffers up by one or more lines
5751 \\[tc-recenter] Recenter and realign other buffer
5752 \\[shrink-window-horizontally], \\[enlarge-window-horizontally] Shrink, enlarge current column
5753 \\[tc-associated-buffer] Switch to associated buffer
5754 \\[tc-merge] Merge both buffers
5755
5756 These keybindings can be customized in your ~/.emacs by `tc-prefix'
5757 and `tc-mode-map'.
5758
5759 The appearance of the screen can be customized by the variables
5760 `tc-window-width', `tc-beyond-fill-column',
5761 `tc-mode-line-format' and `truncate-partial-width-windows'." t nil)
5762
5763 (add-minor-mode 'tc-other " 2C" nil nil 'tc-two-columns)
5764
5765 (autoload 'tc-associate-buffer "two-column" "\
5766 Associate another buffer with this one in two-column minor mode.
5767 Can also be used to associate a just previously visited file, by
5768 accepting the proposed default buffer.
5769
5770 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
5771
5772 (autoload 'tc-split "two-column" "\
5773 Unmerge a two-column text into two buffers in two-column minor mode.
5774 The text is unmerged at the cursor's column which becomes the local
5775 value of `tc-window-width'. Only lines that have the ARG same
5776 preceding characters at that column get split. The ARG preceding
5777 characters without any leading whitespace become the local value for
5778 `tc-separator'. This way lines that continue across both
5779 columns remain untouched in the first buffer.
5780
5781 This function can be used with a prototype line, to set up things as
5782 you like them. You write the first line of each column with the
5783 separator you like and then unmerge that line. E.g.:
5784
5785 First column's text sSs Second columns text
5786 \\___/\\
5787 / \\
5788 5 character Separator You type M-5 \\[tc-split] with the point here
5789
5790 See \\[tc-two-columns] and `lisp/two-column.el' for further details." t nil)
5791
5792 (autoload 'tc-dissociate "two-column" "\
5793 Turn off two-column minor mode in current and associated buffer.
5794 If the associated buffer is unmodified and empty, it is killed." t nil)
5795
5796 (autoload 'tc-merge "two-column" "\
5797 Merges the associated buffer with the current buffer.
5798 They get merged at the column, which is the value of
5799 `tc-window-width', i.e. usually at the vertical window
5800 separator. This separator gets replaced with white space. Beyond
5801 that the value of gets inserted on merged lines. The two columns are
5802 thus pasted side by side, in a single text. If the other buffer is
5803 not displayed to the left of this one, then this one becomes the left
5804 column.
5805
5806 If you want `tc-separator' on empty lines in the second column,
5807 you should put just one space in them. In the final result, you can strip
5808 off trailing spaces with \\[beginning-of-buffer] \\[replace-regexp] [ SPC TAB ] + $ RET RET" t nil)
5809
5810 (autoload 'tc-associated-buffer "two-column" "\
5811 Switch to associated buffer." t nil)
5812
5813 (autoload 'tc-scroll-line "two-column" "\
5814 Scroll current window upward by ARG lines.
5815 The associated window gets scrolled to the same line." t nil)
5816
5817 (autoload 'tc-scroll-up "two-column" "\
5818 Scroll current window upward by ARG screens.
5819 The associated window gets scrolled to the same line." t nil)
5820
5821 (autoload 'tc-scroll-down "two-column" "\
5822 Scroll current window downward by ARG screens.
5823 The associated window gets scrolled to the same line." t nil)
5824
5825 (autoload 'tc-recenter "two-column" "\
5826 Center point in window. With ARG, put point on line ARG.
5827 This counts from bottom if ARG is negative. The associated window
5828 gets scrolled to the same line." t nil)
5829
5830 ;;;***
5831
5832 ;;;### (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" (12743 11603))
5833 ;;; Generated autoloads from modes/view-less.el
5834
5835 (autoload 'view-file "view-less" "\
5836 Find FILE, enter view mode. With prefix arg OTHER-P, use other window." t nil)
5837
5838 (autoload 'view-buffer "view-less" "\
5839 Switch to BUF, enter view mode. With prefix arg use other window." t nil)
5840
5841 (autoload 'view-file-other-window "view-less" "\
5842 Find FILE in other window, and enter view mode." t nil)
5843
5844 (autoload 'view-buffer-other-window "view-less" "\
5845 Switch to BUFFER in another window, and enter view mode." t nil)
5846
5847 (autoload 'view-minor-mode "view-less" "\
5848 Minor mode for viewing text, with bindings like `less'.
5849 Commands are:
5850 \\<view-minor-mode-map>
5851 0..9 prefix args
5852 - prefix minus
5853 \\[scroll-up] page forward
5854 \\[scroll-down] page back
5855 \\[view-scroll-lines-up] scroll prefix-arg lines forward, default 1.
5856 \\[view-scroll-lines-down] scroll prefix-arg lines backward, default 1.
5857 \\[view-scroll-some-lines-down] scroll prefix-arg lines backward, default 10.
5858 \\[view-scroll-some-lines-up] scroll prefix-arg lines forward, default 10.
5859 \\[what-line] print line number
5860 \\[view-mode-describe] print this help message
5861 \\[view-search-forward] regexp search, uses previous string if you just hit RET
5862 \\[view-search-backward] as above but searches backward
5863 \\[view-repeat-search] repeat last search
5864 \\[view-goto-line] goto line prefix-arg, default 1
5865 \\[view-last-windowful] goto line prefix-arg, default last line
5866 \\[view-goto-percent] goto a position by percentage
5867 \\[toggle-truncate-lines] toggle truncate-lines
5868 \\[view-file] view another file
5869 \\[view-buffer] view another buffer
5870 \\[view-cleanup-backspaces] cleanup backspace constructions
5871 \\[shell-command] execute a shell command
5872 \\[shell-command-on-region] execute a shell command with the region as input
5873 \\[view-quit] exit view-mode, and bury the current buffer.
5874
5875 If invoked with the optional (prefix) arg non-nil, view-mode cleans up
5876 backspace constructions.
5877
5878 More precisely:
5879 \\{view-minor-mode-map}" t nil)
5880
5881 (autoload 'view-mode "view-less" "\
5882 View the current buffer using view-minor-mode. This exists to be 99.9%
5883 compatible with the implementations of `view-mode' in view.el and older
5884 versions of view-less.el." t nil)
5885
5886 (autoload 'view-major-mode "view-less" "\
5887 View the current buffer using view-mode, as a major mode.
5888 This function has a nonstandard name because `view-mode' is wrongly
5889 named but is like this for compatibility reasons." t nil)
5890
5891 (autoload 'auto-view-mode "view-less" "\
5892 If the file of the current buffer is not writable, call view-mode.
5893 This is meant to be added to `find-file-hooks'." nil nil)
5894
5895 ;;;***
5896
5897 ;;;### (autoloads nil "view" "modes/view.el" (12546 50445))
5898 ;;; Generated autoloads from modes/view.el
5899
5900 ;;;### (autoloads (vrml-mode) "vrml-mode" "modes/vrml-mode.el" (12714 11717))
5901 ;;; Generated autoloads from modes/vrml-mode.el
5902
5903 (autoload 'vrml-mode "vrml-mode" "\
5904 Major mode for editing VRML code.
5905 Expression and list commands understand all VRML brackets.
5906 Tab indents for VRML code.
5907 Paragraphs are separated by blank lines only.
5908 Delete converts tabs to spaces as it moves back.
5909
5910 Variables controlling indentation style:
5911 vrml-indent-level
5912 Indentation of VRML statements within surrounding block.
5913
5914 Variables controlling user interaction with mode (see variable
5915 documentation for details):
5916 vrml-tab-always-indent
5917 Controls action of TAB key.
5918 vrml-auto-newline
5919 Non-nil means automatically newline before and after braces
5920 inserted in VRML code.
5921
5922 Turning on VRML mode calls the value of the variable `vrml-mode-hook'
5923 with no args, if that value is non-nil. Read the documentation for
5924 `vrml-mode-hook' to see what kinds of interesting hook functions
5925 already exist.
5926
5927 Commands:
5928 \\{vrml-mode-map}" t nil)
5929
5930 ;;;***
5931
5932 ;;;### (autoloads (xpm-mode) "xpm-mode" "modes/xpm-mode.el" (12559 34912))
5933 ;;; Generated autoloads from modes/xpm-mode.el
5934
5935 (autoload 'xpm-mode "xpm-mode" "\
5936 Treat the current buffer as an xpm file and colorize it.
5937
5938 Shift-button-1 lets you paint by dragging the mouse. Shift-button-1 on a
5939 color definition line will change the current painting color to that line's
5940 value.
5941
5942 Characters inserted from the keyboard will NOT be colored properly yet.
5943 Use the mouse, or do xpm-init (\\[xpm-init]) after making changes.
5944
5945 \\[xpm-add-color] Add a new color, prompting for character and value
5946 \\[xpm-show-image] show the current image at the top of the buffer
5947 \\[xpm-parse-color] parse the current line's color definition and add
5948 it to the color table. Provided as a means of changing colors.
5949 XPM minor mode bindings:
5950 \\{xpm-mode-map}" t nil)
5951
5952 ;;;***
5953
5954 ;;;### (autoloads nil "ns-init" "ns/ns-init.el" (12528 24026))
5955 ;;; Generated autoloads from ns/ns-init.el
5956
5957 ;;;### (autoloads nil "br-c++-ft" "oobr/br-c++-ft.el" (12376 19719))
5958 ;;; Generated autoloads from oobr/br-c++-ft.el
5959
5960 ;;;***
5961
5962 ;;;### (autoloads nil "br-c++" "oobr/br-c++.el" (12558 61009))
5963 ;;; Generated autoloads from oobr/br-c++.el
5964
5965 ;;;***
5966
5967 ;;;### (autoloads nil "br-c-ft" "oobr/br-c-ft.el" (12558 61026))
5968 ;;; Generated autoloads from oobr/br-c-ft.el
5969
5970 ;;;### (autoloads nil "br-clos-ft" "oobr/br-clos-ft.el" (12376 19720))
5971 ;;; Generated autoloads from oobr/br-clos-ft.el
5972
5973 ;;;***
5974
5975 ;;;### (autoloads nil "br-clos" "oobr/br-clos.el" (12558 61010))
5976 ;;; Generated autoloads from oobr/br-clos.el
5977
5978 ;;;### (autoloads nil "br-compl" "oobr/br-compl.el" (12376 19721))
5979 ;;; Generated autoloads from oobr/br-compl.el
5980
5981 ;;;***
5982
5983 ;;;### (autoloads nil "br-eif-ft" "oobr/br-eif-ft.el" (12376 19721))
5984 ;;; Generated autoloads from oobr/br-eif-ft.el
5985
5986 ;;;***
5987
5988 ;;;### (autoloads nil "br-eif" "oobr/br-eif.el" (12558 61010))
5989 ;;; Generated autoloads from oobr/br-eif.el
5990
5991 ;;;***
5992
5993 ;;;### (autoloads (br-env-load br-env-browse) "br-env" "oobr/br-env.el" (12714 11761))
5994 ;;; Generated autoloads from oobr/br-env.el
5995
5996 (autoload 'br-env-browse "br-env" "\
5997 Invoke the OO-Browser on an existing or to be created Environment ENV-FILE." t nil)
5998
5999 (autoload 'br-env-load "br-env" "\
6000 Load browser Environment or spec from optional ENV-FILE or 'br-env-file'.
6001 Non-nil PROMPT means prompt user before building tables.
6002 Non-nil NO-BUILD means skip build of Environment entirely.
6003 Return t if load is successful, else nil." t nil)
6004
6005 ;;;***
6006
6007 ;;;### (autoloads nil "br-ftr" "oobr/br-ftr.el" (12376 19723))
6008 ;;; Generated autoloads from oobr/br-ftr.el
6009
6010 ;;;***
6011
6012 ;;;### (autoloads nil "br-info" "oobr/br-info.el" (12558 61013))
6013 ;;; Generated autoloads from oobr/br-info.el
6014
6015 ;;;***
6016
6017 ;;;### (autoloads nil "br-init" "oobr/br-init.el" (12714 11763))
6018 ;;; Generated autoloads from oobr/br-init.el
6019
6020 ;;;### (autoloads nil "br-java-ft" "oobr/br-java-ft.el" (12558 61028))
6021 ;;; Generated autoloads from oobr/br-java-ft.el
6022
6023 ;;;***
6024
6025 ;;;### (autoloads nil "br-java" "oobr/br-java.el" (12558 61025))
6026 ;;; Generated autoloads from oobr/br-java.el
6027
6028 ;;;***
6029
6030 ;;;### (autoloads nil "br-lib" "oobr/br-lib.el" (12558 61015))
6031 ;;; Generated autoloads from oobr/br-lib.el
6032
6033 ;;;***
6034
6035 ;;;### (autoloads nil "br-menu" "oobr/br-menu.el" (12558 61025))
6036 ;;; Generated autoloads from oobr/br-menu.el
6037
6038 ;;;### (autoloads nil "br-objc-ft" "oobr/br-objc-ft.el" (12376 19725))
6039 ;;; Generated autoloads from oobr/br-objc-ft.el
6040
6041 ;;;***
6042
6043 ;;;### (autoloads nil "br-objc" "oobr/br-objc.el" (12558 61016))
6044 ;;; Generated autoloads from oobr/br-objc.el
6045
6046 ;;;***
6047
6048 ;;;### (autoloads nil "br-python-ft" "oobr/br-python-ft.el" (12714 11823))
6049 ;;; Generated autoloads from oobr/br-python-ft.el
6050
6051 ;;;***
6052
6053 ;;;### (autoloads nil "br-python" "oobr/br-python.el" (12714 11822))
6054 ;;; Generated autoloads from oobr/br-python.el
6055
6056 ;;;### (autoloads nil "br-site" "oobr/br-site.el" (12376 19725))
6057 ;;; Generated autoloads from oobr/br-site.el
6058
6059 ;;;***
6060
6061 ;;;### (autoloads nil "br-smt" "oobr/br-smt.el" (12558 61017))
6062 ;;; Generated autoloads from oobr/br-smt.el
6063
6064 ;;;***
6065
6066 ;;;### (autoloads (oo-browser) "br-start" "oobr/br-start.el" (12558 61017))
6067 ;;; Generated autoloads from oobr/br-start.el
6068
6069 (fset 'oobr 'oo-browser)
6070
6071 (autoload 'oo-browser "br-start" "\
6072 Prompt for an Environment and language over which to run the OO-Browser.
6073 Optional prefix argument SAME-ENV-FLAG means browse the current Environment,
6074 if any, without prompting." t nil)
6075
6076 ;;;***
6077
6078 ;;;### (autoloads nil "br-tree" "oobr/br-tree.el" (12376 19726))
6079 ;;; Generated autoloads from oobr/br-tree.el
6080
6081 ;;;***
6082
6083 ;;;### (autoloads nil "br-vers" "oobr/br-vers.el" (12714 11765))
6084 ;;; Generated autoloads from oobr/br-vers.el
6085
6086 ;;;### (autoloads (br-to-from-viewer br-add-class-file) "br" "oobr/br.el" (12714 11764))
6087 ;;; Generated autoloads from oobr/br.el
6088
6089 (autoload 'br-add-class-file "br" "\
6090 Add a file of classes to the current Environment.
6091 Interactively or when optional CLASS-PATH is nil, CLASS-PATH defaults to the
6092 current buffer file pathname. If optional LIB-TABLE-P is non-nil, add to
6093 Library Environment, otherwise add to System Environment. If optional
6094 SAVE-FILE is t, the Environment is then stored to the filename given by
6095 'br-env-file'. If SAVE-FILE is non-nil and not t, its string value is used
6096 as the file to which to save the Environment." t nil)
6097
6098 (autoload 'br-to-from-viewer "br" "\
6099 Move point to viewer window or back to last recorded listing window." t nil)
6100
6101 ;;;***
6102
6103 ;;;### (autoloads (c++-browse) "c++-browse" "oobr/c++-browse.el" (12558 61020))
6104 ;;; Generated autoloads from oobr/c++-browse.el
6105
6106 (autoload 'c++-browse "c++-browse" "\
6107 Invoke the C++ OO-Browser.
6108 This allows browsing through C++ library and system class hierarchies. With
6109 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
6110 use. Alternatively, a string value of ENV-FILE is used as the Environment
6111 file name. See also the file \"br-help\"." t nil)
6112
6113 ;;;***
6114
6115 ;;;### (autoloads (clos-browse) "clos-brows" "oobr/clos-brows.el" (12558 61020))
6116 ;;; Generated autoloads from oobr/clos-brows.el
6117
6118 (autoload 'clos-browse "clos-brows" "\
6119 Invoke the CLOS OO-Browser.
6120 This allows browsing through CLOS library and system class hierarchies. With
6121 an optional non-nil prefix argument ENV-FILE, prompt for Environment file
6122 to use. Alternatively, a string value of ENV-FILE is used as the
6123 Environment file name. See also the file \"br-help\"." t nil)
6124
6125 ;;;***
6126
6127 ;;;### (autoloads (eif-browse) "eif-browse" "oobr/eif-browse.el" (12558 61022))
6128 ;;; Generated autoloads from oobr/eif-browse.el
6129
6130 (autoload 'eif-browse "eif-browse" "\
6131 Invoke the Eiffel OO-Browser.
6132 This allows browsing through Eiffel library and system class hierarchies.
6133 With an optional prefix arg ENV-FILE equal to t, prompt for Environment file
6134 to use. Alternatively, a string value of ENV-FILE is used as the Environment
6135 file name. See also the file \"br-help\"." t nil)
6136
6137 ;;;***
6138
6139 ;;;### (autoloads nil "eif-calls" "oobr/eif-calls.el" (12376 19728))
6140 ;;; Generated autoloads from oobr/eif-calls.el
6141
6142 ;;;***
6143
6144 ;;;### (autoloads nil "eif-ise-er" "oobr/eif-ise-er.el" (12376 19729))
6145 ;;; Generated autoloads from oobr/eif-ise-er.el
6146
6147 ;;;***
6148
6149 ;;;### (autoloads nil "hash-test" "oobr/hash-test.el" (12376 19729))
6150 ;;; Generated autoloads from oobr/hash-test.el
6151
6152 ;;;***
6153
6154 ;;;### (autoloads nil "hasht" "oobr/hasht.el" (12558 61022))
6155 ;;; Generated autoloads from oobr/hasht.el
6156
6157 ;;;***
6158
6159 ;;;### (autoloads nil "hmouse-br" "oobr/hmouse-br.el" (12558 61023))
6160 ;;; Generated autoloads from oobr/hmouse-br.el
6161
6162 ;;;### (autoloads (info-browse) "info-brows" "oobr/info-brows.el" (12558 61021))
6163 ;;; Generated autoloads from oobr/info-brows.el
6164
6165 (autoload 'info-browse "info-brows" "\
6166 Invoke the Info OO-Browser.
6167 This allows browsing through Info library and system class hierarchies. With
6168 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
6169 use. Alternatively, a string value of ENV-FILE is used as the Environment
6170 file name. See also the file \"br-help\"." t nil)
6171
6172 ;;;***
6173
6174 ;;;### (autoloads (java-browse) "java-brows" "oobr/java-brows.el" (12558 61028))
6175 ;;; Generated autoloads from oobr/java-brows.el
6176
6177 (autoload 'java-browse "java-brows" "\
6178 Invoke the Java OO-Browser.
6179 This allows browsing through Java library and system class hierarchies. With
6180 an optional non-nil prefix argument ENV-FILE, prompt for Environment file to
6181 use. Alternatively, a string value of ENV-FILE is used as the Environment
6182 file name. See also the file \"br-help\"." t nil)
6183
6184 ;;;***
6185
6186 ;;;### (autoloads (objc-browse) "objc-brows" "oobr/objc-brows.el" (12558 61024))
6187 ;;; Generated autoloads from oobr/objc-brows.el
6188
6189 (autoload 'objc-browse "objc-brows" "\
6190 Invoke the Objective-C OO-Browser.
6191 This allows browsing through Objective-C library and system class
6192 hierarchies. With an optional non-nil prefix argument ENV-FILE, prompt for
6193 Environment file to use. Alternatively, a string value of ENV-FILE is used
6194 as the Environment file name. See also the file \"br-help\"." t nil)
6195
6196 ;;;***
6197
6198 ;;;### (autoloads (python-browse) "python-browse" "oobr/python-browse.el" (12714 11823))
6199 ;;; Generated autoloads from oobr/python-browse.el
6200
6201 (autoload 'python-browse "python-browse" "\
6202 Invoke the Python OO-Browser.
6203 This allows browsing through Python library and system class hierarchies.
6204 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
6205 file to use. Alternatively, a string value of ENV-FILE is used as the
6206 Environment file name. See also the file \"br-help\"." t nil)
6207
6208 ;;;***
6209
6210 ;;;### (autoloads (smt-browse) "smt-browse" "oobr/smt-browse.el" (12558 61024))
6211 ;;; Generated autoloads from oobr/smt-browse.el
6212
6213 (autoload 'smt-browse "smt-browse" "\
6214 Invoke the Smalltalk OO-Browser.
6215 This allows browsing through Smalltalk library and system class hierarchies.
6216 With an optional non-nil prefix argument ENV-FILE, prompt for Environment
6217 file to use. Alternatively, a string value of ENV-FILE is used as the
6218 Environment file name. See also the file \"br-help\"." t nil)
6219
6220 ;;;***
6221
6222 ;;;### (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" (12558 60906))
6223 ;;; Generated autoloads from packages/add-log.el
6224
6225 (defvar change-log-default-name nil "\
6226 *Name of a change log file for \\[add-change-log-entry].")
6227
6228 (defvar add-log-current-defun-function nil "\
6229 *If non-nil, function to guess name of current function from surrounding text.
6230 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
6231 instead) with no arguments. It returns a string or nil if it cannot guess.")
6232
6233 (defvar add-log-full-name nil "\
6234 *Full name of user, for inclusion in ChangeLog daily headers.
6235 This defaults to the value returned by the `user-full-name' function.")
6236
6237 (defvar add-log-mailing-address nil "\
6238 *Electronic mail address of user, for inclusion in ChangeLog daily headers.
6239 This defaults to the value of `user-mail-address'.")
6240
6241 (autoload 'prompt-for-change-log-name "add-log" "\
6242 Prompt for a change log name." nil nil)
6243
6244 (autoload 'find-change-log "add-log" "\
6245 Find a change log file for \\[add-change-log-entry] and return the name.
6246 Optional arg FILE-NAME specifies the file to use.
6247 If FILE-NAME is nil, use the value of `change-log-default-name'.
6248 If 'change-log-default-name' is nil, behave as though it were 'ChangeLog'
6249 \(or whatever we use on this operating system).
6250
6251 If 'change-log-default-name' contains a leading directory component, then
6252 simply find it in the current directory. Otherwise, search in the current
6253 directory and its successive parents for a file so named.
6254
6255 Once a file is found, `change-log-default-name' is set locally in the
6256 current buffer to the complete file name." nil nil)
6257
6258 (autoload 'add-change-log-entry "add-log" "\
6259 Find change log file and add an entry for today.
6260 Optional arg (interactive prefix) non-nil means prompt for user name and site.
6261 Second arg is file name of change log. If nil, uses `change-log-default-name'.
6262 Third arg OTHER-WINDOW non-nil means visit in other window.
6263 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
6264 never append to an existing entry." t nil)
6265
6266 (autoload 'add-change-log-entry-other-window "add-log" "\
6267 Find change log file in other window and add an entry for today.
6268 Optional arg (interactive prefix) non-nil means prompt for user name and site.
6269 Second arg is file name of change log. If nil, uses `change-log-default-name'." t nil)
6270
6271 (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
6272
6273 (autoload 'change-log-mode "add-log" "\
6274 Major mode for editing change logs; like Indented Text Mode.
6275 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
6276 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
6277 Each entry behaves as a paragraph, and the entries for one day as a page.
6278 Runs `change-log-mode-hook'." t nil)
6279
6280 (autoload 'add-log-current-defun "add-log" "\
6281 Return name of function definition point is in, or nil.
6282
6283 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
6284 Texinfo (@node titles), Perl, and Fortran.
6285
6286 Other modes are handled by a heuristic that looks in the 10K before
6287 point for uppercase headings starting in the first column or
6288 identifiers followed by `:' or `=', see variable
6289 `add-log-current-defun-header-regexp'.
6290
6291 Has a preference of looking backwards." nil nil)
6292
6293 ;;;***
6294
6295 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-command) "apropos" "packages/apropos.el" (12740 25203))
6296 ;;; Generated autoloads from packages/apropos.el
6297
6298 (fset 'command-apropos 'apropos-command)
6299
6300 (autoload 'apropos-command "apropos" "\
6301 Shows commands (interactively callable functions) that match REGEXP.
6302 With optional prefix ARG or if `apropos-do-all' is non-nil, also show
6303 variables." t nil)
6304
6305 (autoload 'apropos "apropos" "\
6306 Show all bound symbols whose names match REGEXP.
6307 With optional prefix ARG or if `apropos-do-all' is non-nil, also show unbound
6308 symbols and key bindings, which is a little more time-consuming.
6309 Returns list of symbols and documentation found." t nil)
6310
6311 (autoload 'apropos-value "apropos" "\
6312 Show all symbols whose value's printed image matches REGEXP.
6313 With optional prefix ARG or if `apropos-do-all' is non-nil, also looks
6314 at the function and at the names and values of properties.
6315 Returns list of symbols and values found." t nil)
6316
6317 (autoload 'apropos-documentation "apropos" "\
6318 Show symbols whose documentation contain matches for REGEXP.
6319 With optional prefix ARG or if `apropos-do-all' is non-nil, also use
6320 documentation that is not stored in the documentation file and show key
6321 bindings.
6322 Returns list of symbols and documentation found." t nil)
6323
6324 ;;;***
6325
6326 ;;;### (autoloads nil "array" "packages/array.el" (12547 2408))
6327 ;;; Generated autoloads from packages/array.el
6328
6329 ;;;### (autoloads nil "auto-save" "packages/auto-save.el" (12376 19476))
6330 ;;; Generated autoloads from packages/auto-save.el
6331
6332 ;;;### (autoloads (define-auto-insert auto-insert) "autoinsert" "packages/autoinsert.el" (12546 50457))
6333 ;;; Generated autoloads from packages/autoinsert.el
6334
6335 (autoload 'auto-insert "autoinsert" "\
6336 Insert default contents into a new file if `auto-insert' is non-nil.
6337 Matches the visited file name against the elements of `auto-insert-alist'." t nil)
6338
6339 (autoload 'define-auto-insert "autoinsert" "\
6340 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
6341 Optional AFTER means to insert action after all existing actions for CONDITION,
6342 or if CONDITION had no actions, after all other CONDITIONs." nil nil)
6343
6344 ;;;***
6345
6346 ;;;### (autoloads nil "avoid" "packages/avoid.el" (12558 60916))
6347 ;;; Generated autoloads from packages/avoid.el
6348
6349 (add-minor-mode 'mouse-avoidance-mode " Avoid")
6350
6351 ;;;***
6352
6353 ;;;### (autoloads nil "balloon-help" "packages/balloon-help.el" (12547 2421))
6354 ;;; Generated autoloads from packages/balloon-help.el
6355
6356 ;;;### (autoloads nil "big-menubar" "packages/big-menubar.el" (12376 19509))
6357 ;;; Generated autoloads from packages/big-menubar.el
6358
6359 ;;;### (autoloads (blink-cursor-mode) "blink-cursor" "packages/blink-cursor.el" (12639 8850))
6360 ;;; Generated autoloads from packages/blink-cursor.el
6361
6362 (autoload 'blink-cursor-mode "blink-cursor" "\
6363 Enable or disable a blinking cursor.
6364 If TIMEOUT is nil, toggle on or off.
6365 If TIMEOUT is t, enable with the previous timeout value.
6366 If TIMEOUT is 0, disable.
6367 If TIMEOUT is greater than 0, then the cursor will blink once
6368 each TIMEOUT secs (can be a float)." t nil)
6369
6370 ;;;***
6371
6372 ;;;### (autoloads nil "blink-paren" "packages/blink-paren.el" (12376 19480))
6373 ;;; Generated autoloads from packages/blink-paren.el
6374
6375 ;;;### (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" (12675 57084))
6376 ;;; Generated autoloads from packages/bookmark.el
6377
6378 (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)))
6379
6380 (defvar bookmark-map nil "\
6381 Keymap containing bindings to bookmark functions.
6382 It is not bound to any key by default: to bind it
6383 so that you have a bookmark prefix, just use `global-set-key' and bind a
6384 key of your choice to `bookmark-map'. All interactive bookmark
6385 functions have a binding in this keymap.")
6386
6387 (define-prefix-command 'bookmark-map)
6388
6389 (define-key bookmark-map "x" 'bookmark-set)
6390
6391 (define-key bookmark-map "m" 'bookmark-set)
6392
6393 (define-key bookmark-map "j" 'bookmark-jump)
6394
6395 (define-key bookmark-map "g" 'bookmark-jump)
6396
6397 (define-key bookmark-map "i" 'bookmark-insert)
6398
6399 (define-key bookmark-map "e" 'edit-bookmarks)
6400
6401 (define-key bookmark-map "f" 'bookmark-insert-location)
6402
6403 (define-key bookmark-map "r" 'bookmark-rename)
6404
6405 (define-key bookmark-map "d" 'bookmark-delete)
6406
6407 (define-key bookmark-map "l" 'bookmark-load)
6408
6409 (define-key bookmark-map "w" 'bookmark-write)
6410
6411 (define-key bookmark-map "s" 'bookmark-save)
6412
6413 (autoload 'bookmark-set "bookmark" "\
6414 Set a bookmark named NAME inside a file.
6415 If name is nil, then the user will be prompted.
6416 With prefix arg, will not overwrite a bookmark that has the same name
6417 as NAME if such a bookmark already exists, but instead will \"push\"
6418 the new bookmark onto the bookmark alist. Thus the most recently set
6419 bookmark with name NAME would be the one in effect at any given time,
6420 but the others are still there, should you decide to delete the most
6421 recent one.
6422
6423 To yank words from the text of the buffer and use them as part of the
6424 bookmark name, type C-w while setting a bookmark. Successive C-w's
6425 yank successive words.
6426
6427 Typing C-u inserts the name of the last bookmark used in the buffer
6428 \(as an aid in using a single bookmark name to track your progress
6429 through a large file). If no bookmark was used, then C-u inserts the
6430 name of the file being visited.
6431
6432 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
6433 and it removes only the first instance of a bookmark with that name from
6434 the list of bookmarks.)" t nil)
6435
6436 (autoload 'bookmark-jump "bookmark" "\
6437 Jump to bookmark BOOKMARK (a point in some file).
6438 You may have a problem using this function if the value of variable
6439 `bookmark-alist' is nil. If that happens, you need to load in some
6440 bookmarks. See help on function `bookmark-load' for more about
6441 this.
6442
6443 If the file pointed to by BOOKMARK no longer exists, you will be asked
6444 if you wish to give the bookmark a new location, and bookmark-jump
6445 will then jump to the new location, as well as recording it in place
6446 of the old one in the permanent bookmark record." t nil)
6447
6448 (autoload 'bookmark-relocate "bookmark" "\
6449 Relocate BOOKMARK -- prompts for a filename, and makes an already
6450 existing bookmark point to that file, instead of the one it used to
6451 point at. Useful when a file has been renamed after a bookmark was
6452 set in it." t nil)
6453
6454 (autoload 'bookmark-insert-location "bookmark" "\
6455 Insert the name of the file associated with BOOKMARK.
6456 Optional second arg NO-HISTORY means don't record this in the
6457 minibuffer history list `bookmark-history'." t nil)
6458
6459 (autoload 'bookmark-rename "bookmark" "\
6460 Change the name of OLD bookmark to NEW name. If called from
6461 keyboard, prompts for OLD and NEW. If called from menubar, OLD is
6462 selected from a menu, and prompts for NEW.
6463
6464 If called from Lisp, prompts for NEW if only OLD was passed as an
6465 argument. If called with two strings, then no prompting is done. You
6466 must pass at least OLD when calling from Lisp.
6467
6468 While you are entering the new name, consecutive C-w's insert
6469 consectutive words from the text of the buffer into the new bookmark
6470 name." t nil)
6471
6472 (autoload 'bookmark-insert "bookmark" "\
6473 Insert the text of the file pointed to by bookmark BOOKMARK.
6474 You may have a problem using this function if the value of variable
6475 `bookmark-alist' is nil. If that happens, you need to load in some
6476 bookmarks. See help on function `bookmark-load' for more about
6477 this." t nil)
6478
6479 (autoload 'bookmark-delete "bookmark" "\
6480 Delete BOOKMARK from the bookmark list.
6481 Removes only the first instance of a bookmark with that name. If
6482 there are one or more other bookmarks with the same name, they will
6483 not be deleted. Defaults to the \"current\" bookmark (that is, the
6484 one most recently used in this file, if any).
6485 Optional second arg BATCH means don't update the bookmark list buffer,
6486 probably because we were called from there." t nil)
6487
6488 (autoload 'bookmark-write "bookmark" "\
6489 Write bookmarks to a file (for which the user will be prompted
6490 interactively). Don't use this in Lisp programs; use bookmark-save
6491 instead." t nil)
6492
6493 (autoload 'bookmark-save "bookmark" "\
6494 Save currently defined bookmarks.
6495 Saves by default in the file defined by the variable
6496 `bookmark-default-file'. With a prefix arg, save it in file FILE
6497 \(second argument).
6498
6499 If you are calling this from Lisp, the two arguments are PREFIX-ARG
6500 and FILE, and if you just want it to write to the default file, then
6501 pass no arguments. Or pass in nil and FILE, and it will save in FILE
6502 instead. If you pass in one argument, and it is non-nil, then the
6503 user will be interactively queried for a file to save in.
6504
6505 When you want to load in the bookmarks from a file, use
6506 `bookmark-load', \\[bookmark-load]. That function will prompt you
6507 for a file, defaulting to the file defined by variable
6508 `bookmark-default-file'." t nil)
6509
6510 (autoload 'bookmark-load "bookmark" "\
6511 Load bookmarks from FILE (which must be in bookmark format).
6512 Appends loaded bookmarks to the front of the list of bookmarks. If
6513 optional second argument REVERT is non-nil, existing bookmarks are
6514 destroyed. Optional third arg NO-MSG means don't display any messages
6515 while loading.
6516
6517 If you load a file that doesn't contain a proper bookmark alist, you
6518 will corrupt Emacs's bookmark list. Generally, you should only load
6519 in files that were created with the bookmark functions in the first
6520 place. Your own personal bookmark file, `~/.emacs.bmk', is
6521 maintained automatically by Emacs; you shouldn't need to load it
6522 explicitly." t nil)
6523
6524 (autoload 'bookmark-bmenu-list "bookmark" "\
6525 Display a list of existing bookmarks.
6526 The list is displayed in a buffer named `*Bookmark List*'.
6527 The leftmost column displays a D if the bookmark is flagged for
6528 deletion, or > if it is flagged for displaying." t nil)
6529
6530 (defalias 'list-bookmarks 'bookmark-bmenu-list)
6531
6532 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
6533
6534 (autoload 'bookmark-menu-insert "bookmark" "\
6535 Insert the text of the file pointed to by bookmark BOOKMARK.
6536 You may have a problem using this function if the value of variable
6537 `bookmark-alist' is nil. If that happens, you need to load in some
6538 bookmarks. See help on function `bookmark-load' for more about
6539 this.
6540
6541 Warning: this function only takes an EVENT as argument. Use the
6542 corresponding bookmark function from Lisp (the one without the
6543 \"-menu-\" in its name)." t nil)
6544
6545 (autoload 'bookmark-menu-jump "bookmark" "\
6546 Jump to bookmark BOOKMARK (a point in some file).
6547 You may have a problem using this function if the value of variable
6548 `bookmark-alist' is nil. If that happens, you need to load in some
6549 bookmarks. See help on function `bookmark-load' for more about
6550 this.
6551
6552 Warning: this function only takes an EVENT as argument. Use the
6553 corresponding bookmark function from Lisp (the one without the
6554 \"-menu-\" in its name)." t nil)
6555
6556 (autoload 'bookmark-menu-locate "bookmark" "\
6557 Insert the name of the file associated with BOOKMARK.
6558 \(This is not the same as the contents of that file).
6559
6560 Warning: this function only takes an EVENT as argument. Use the
6561 corresponding bookmark function from Lisp (the one without the
6562 \"-menu-\" in its name)." t nil)
6563
6564 (autoload 'bookmark-menu-rename "bookmark" "\
6565 Change the name of OLD-BOOKMARK to NEWNAME.
6566 If called from keyboard, prompts for OLD-BOOKMARK and NEWNAME.
6567 If called from menubar, OLD-BOOKMARK is selected from a menu, and
6568 prompts for NEWNAME.
6569 If called from Lisp, prompts for NEWNAME if only OLD-BOOKMARK was
6570 passed as an argument. If called with two strings, then no prompting
6571 is done. You must pass at least OLD-BOOKMARK when calling from Lisp.
6572
6573 While you are entering the new name, consecutive C-w's insert
6574 consectutive words from the text of the buffer into the new bookmark
6575 name.
6576
6577 Warning: this function only takes an EVENT as argument. Use the
6578 corresponding bookmark function from Lisp (the one without the
6579 \"-menu-\" in its name)." t nil)
6580
6581 (autoload 'bookmark-menu-delete "bookmark" "\
6582 Delete the bookmark named NAME from the bookmark list.
6583 Removes only the first instance of a bookmark with that name. If
6584 there are one or more other bookmarks with the same name, they will
6585 not be deleted. Defaults to the \"current\" bookmark (that is, the
6586 one most recently used in this file, if any).
6587
6588 Warning: this function only takes an EVENT as argument. Use the
6589 corresponding bookmark function from Lisp (the one without the
6590 \"-menu-\" in its name)." t nil)
6591
6592 ;;;***
6593
6594 ;;;### (autoloads nil "buff-menu" "packages/buff-menu.el" (12731 19066))
6595 ;;; Generated autoloads from packages/buff-menu.el
6596
6597 ;;;### (autoloads (command-history-mode list-command-history repeat-matching-complex-command) "chistory" "packages/chistory.el" (12546 50458))
6598 ;;; Generated autoloads from packages/chistory.el
6599
6600 (autoload 'repeat-matching-complex-command "chistory" "\
6601 Edit and re-evaluate complex command with name matching PATTERN.
6602 Matching occurrences are displayed, most recent first, until you
6603 select a form for evaluation. If PATTERN is empty (or nil), every form
6604 in the command history is offered. The form is placed in the minibuffer
6605 for editing and the result is evaluated." t nil)
6606
6607 (autoload 'list-command-history "chistory" "\
6608 List history of commands typed to minibuffer.
6609 The number of commands listed is controlled by `list-command-history-max'.
6610 Calls value of `list-command-history-filter' (if non-nil) on each history
6611 element to judge if that element should be excluded from the list.
6612
6613 The buffer is left in Command History mode." t nil)
6614
6615 (autoload 'command-history-mode "chistory" "\
6616 Major mode for examining commands from `command-history'.
6617 The number of commands listed is controlled by `list-command-history-max'.
6618 The command history is filtered by `list-command-history-filter' if non-nil.
6619 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
6620
6621 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
6622 and digits provide prefix arguments. Tab does not indent.
6623 \\{command-history-map}
6624 Calls the value of `command-history-hook' if that is non-nil.
6625 The Command History listing is recomputed each time this mode is invoked." t nil)
6626
6627 ;;;***
6628
6629 ;;;### (autoloads nil "cmuscheme" "packages/cmuscheme.el" (12546 63751))
6630 ;;; Generated autoloads from packages/cmuscheme.el
6631
6632 (add-hook 'same-window-buffer-names "*scheme*")
6633
6634 ;;;***
6635
6636 ;;;### (autoloads (display-column-mode) "column" "packages/column.el" (12657 40702))
6637 ;;; Generated autoloads from packages/column.el
6638
6639 (autoload 'display-column-mode "column" "\
6640 Toggle display column mode.
6641 With prefix arg, turn display column mode on iff arg is positive.
6642
6643 When display column mode is on, the current column and line number are
6644 displayed in the mode line." t nil)
6645
6646 ;;;***
6647
6648 ;;;### (autoloads (compare-windows) "compare-w" "packages/compare-w.el" (12547 2409))
6649 ;;; Generated autoloads from packages/compare-w.el
6650
6651 (autoload 'compare-windows "compare-w" "\
6652 Compare text in current window with text in next window.
6653 Compares the text starting at point in each window,
6654 moving over text in each one as far as they match.
6655
6656 This command pushes the mark in each window
6657 at the prior location of point in that window.
6658 If both windows display the same buffer,
6659 the mark is pushed twice in that buffer:
6660 first in the other window, then in the selected window.
6661
6662 A prefix arg means ignore changes in whitespace.
6663 The variable `compare-windows-whitespace' controls how whitespace is skipped.
6664 If `compare-ignore-case' is non-nil, changes in case are also ignored." t nil)
6665
6666 ;;;***
6667
6668 ;;;### (autoloads (first-error previous-error next-error compilation-minor-mode grep compile) "compile" "packages/compile.el" (12743 22077))
6669 ;;; Generated autoloads from packages/compile.el
6670
6671 (defvar compilation-mode-hook nil "\
6672 *List of hook functions run by `compilation-mode' (see `run-hooks').")
6673
6674 (defvar compilation-window-height nil "\
6675 *Number of lines in a compilation window. If nil, use Emacs default.")
6676
6677 (defvar compilation-buffer-name-function nil "\
6678 Function to compute the name of a compilation buffer.
6679 The function receives one argument, the name of the major mode of the
6680 compilation buffer. It should return a string.
6681 nil means compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
6682
6683 (defvar compilation-finish-function nil "\
6684 *Function to call when a compilation process finishes.
6685 It is called with two arguments: the compilation buffer, and a string
6686 describing how the process finished.")
6687
6688 (defvar compilation-search-path '(nil) "\
6689 *List of directories to search for source files named in error messages.
6690 Elements should be directory names, not file names of directories.
6691 nil as an element means to try the default directory.")
6692
6693 (autoload 'compile "compile" "\
6694 Compile the program including the current buffer. Default: run `make'.
6695 Runs COMMAND, a shell command, in a separate process asynchronously
6696 with output going to the buffer `*compilation*'.
6697
6698 You can then use the command \\[next-error] to find the next error message
6699 and move to the source code that caused it.
6700
6701 Interactively, prompts for the command if `compilation-read-command' is
6702 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
6703
6704 To run more than one compilation at once, start one and rename the
6705 `*compilation*' buffer to some other name with \\[rename-buffer].
6706 Then start the next one.
6707
6708 The name used for the buffer is actually whatever is returned by
6709 the function in `compilation-buffer-name-function', so you can set that
6710 to a function that generates a unique name." t nil)
6711
6712 (autoload 'grep "compile" "\
6713 Run grep, with user-specified args, and collect output in a buffer.
6714 While grep runs asynchronously, you can use the \\[next-error] command
6715 to find the text that grep hits refer to.
6716
6717 This command uses a special history list for its arguments, so you can
6718 easily repeat a grep command." t nil)
6719
6720 (autoload 'compilation-minor-mode "compile" "\
6721 Toggle compilation minor mode.
6722 With arg, turn compilation mode on if and only if arg is positive.
6723 See `compilation-mode'.
6724 ! \\{compilation-mode-map}" t nil)
6725
6726 (autoload 'next-error "compile" "\
6727 Visit next compilation error message and corresponding source code.
6728 This operates on the output from the \\[compile] command.
6729 If all preparsed error messages have been processed,
6730 the error message buffer is checked for new ones.
6731
6732 A prefix arg specifies how many error messages to move;
6733 negative means move back to previous error messages.
6734 Just C-u as a prefix means reparse the error message buffer
6735 and start at the first error.
6736
6737 \\[next-error] normally applies to the most recent compilation started,
6738 but as long as you are in the middle of parsing errors from one compilation
6739 output buffer, you stay with that compilation output buffer.
6740
6741 Use \\[next-error] in a compilation output buffer to switch to
6742 processing errors from that compilation.
6743
6744 See variables `compilation-parse-errors-function' and
6745 `compilation-error-regexp-alist' for customization ideas." t nil)
6746
6747 (autoload 'previous-error "compile" "\
6748 Visit previous compilation error message and corresponding source code.
6749 This operates on the output from the \\[compile] command." t nil)
6750
6751 (autoload 'first-error "compile" "\
6752 Reparse the error message buffer and start at the first error
6753 Visit corresponding source code.
6754 This operates on the output from the \\[compile] command." t nil)
6755
6756 (define-key ctl-x-map "`" 'next-error)
6757
6758 ;;;***
6759
6760 ;;;### (autoloads nil "completion" "packages/completion.el" (12547 2470))
6761 ;;; Generated autoloads from packages/completion.el
6762
6763 ;;;***
6764
6765 ;;;### (autoloads nil "crypt" "packages/crypt.el" (12743 22078))
6766 ;;; Generated autoloads from packages/crypt.el
6767
6768 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "packages/dabbrev.el" (12547 2413))
6769 ;;; Generated autoloads from packages/dabbrev.el
6770
6771 (define-key global-map [(meta /)] 'dabbrev-expand)
6772
6773 (define-key global-map [(meta control /)] 'dabbrev-completion)
6774
6775 (autoload 'dabbrev-completion "dabbrev" "\
6776 Completion on current word.
6777 Like \\[dabbrev-expand] but finds all expansions in the current buffer
6778 and presents suggestions for completion.
6779
6780 With a prefix argument, it searches all buffers accepted by the
6781 function pointed out by `dabbrev-friend-buffer-function' to find the
6782 completions.
6783
6784 If the prefix argument is 16 (which comes from C-u C-u),
6785 then it searches *all* buffers.
6786
6787 With no prefix argument, it reuses an old completion list
6788 if there is a suitable one already." t nil)
6789
6790 (autoload 'dabbrev-expand "dabbrev" "\
6791 Expand previous word \"dynamically\".
6792
6793 Expands to the most recent, preceding word for which this is a prefix.
6794 If no suitable preceding word is found, words following point are
6795 considered. If still no suitable word is found, then look in the
6796 buffers accepted by the function pointed out by variable
6797 `dabbrev-friend-buffer-function'.
6798
6799 A positive prefix argument, N, says to take the Nth backward *distinct*
6800 possibility. A negative argument says search forward.
6801
6802 If the cursor has not moved from the end of the previous expansion and
6803 no argument is given, replace the previously-made expansion
6804 with the next possible expansion not yet tried.
6805
6806 The variable `dabbrev-backward-only' may be used to limit the
6807 direction of search to backward if set non-nil.
6808
6809 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." t nil)
6810
6811 ;;;***
6812
6813 ;;;### (autoloads nil "desktop" "packages/desktop.el" (12547 2459))
6814 ;;; Generated autoloads from packages/desktop.el
6815
6816 ;;;### (autoloads nil "detexinfo" "packages/detexinfo.el" (12376 19504))
6817 ;;; Generated autoloads from packages/detexinfo.el
6818
6819 ;;;### (autoloads (diff-backup diff) "diff" "packages/diff.el" (12547 2411))
6820 ;;; Generated autoloads from packages/diff.el
6821
6822 (defvar diff-switches (purecopy "-c") "\
6823 *A string or list of strings specifying switches to be be passed to diff.")
6824
6825 (autoload 'diff "diff" "\
6826 Find and display the differences between OLD and NEW files.
6827 Interactively the current buffer's file name is the default for NEW
6828 and a backup file for NEW is the default for OLD.
6829 With prefix arg, prompt for diff switches." t nil)
6830
6831 (autoload 'diff-backup "diff" "\
6832 Diff this file with its backup file or vice versa.
6833 Uses the latest backup, if there are several numerical backups.
6834 If this file is a backup, diff it with its original.
6835 The backup file is the first file given to `diff'." t nil)
6836
6837 ;;;***
6838
6839 ;;;### (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" (12740 25250))
6840 ;;; Generated autoloads from ediff/ediff.el
6841
6842 (autoload 'ediff-files "ediff" "\
6843 Run Ediff on a pair of files, FILE-A and FILE-B." t nil)
6844
6845 (autoload 'ediff-files3 "ediff" "\
6846 Run Ediff on three files, FILE-A, FILE-B, and FILE-C." t nil)
6847
6848 (defalias 'ediff3 'ediff-files3)
6849
6850 (defalias 'ediff 'ediff-files)
6851
6852 (autoload 'ediff-buffers "ediff" "\
6853 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B." t nil)
6854
6855 (defalias 'ebuffers 'ediff-buffers)
6856
6857 (autoload 'ediff-buffers3 "ediff" "\
6858 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C." t nil)
6859
6860 (defalias 'ebuffers3 'ediff-buffers3)
6861
6862 (autoload 'ediff-directories "ediff" "\
6863 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
6864 the same name in both. The third argument, REGEXP, is a regular expression that
6865 can be used to filter out certain file names." t nil)
6866
6867 (defalias 'edirs 'ediff-directories)
6868
6869 (autoload 'ediff-directory-revisions "ediff" "\
6870 Run Ediff on a directory, DIR1, comparing its files with their revisions.
6871 The second argument, REGEXP, is a regular expression that filters the file
6872 names. Only the files that are under revision control are taken into account." t nil)
6873
6874 (defalias 'edir-revisions 'ediff-directory-revisions)
6875
6876 (autoload 'ediff-directories3 "ediff" "\
6877 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
6878 have the same name in all three. The last argument, REGEXP, is a regular
6879 expression that can be used to filter out certain file names." t nil)
6880
6881 (defalias 'edirs3 'ediff-directories3)
6882
6883 (autoload 'ediff-merge-directories "ediff" "\
6884 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
6885 the same name in both. The third argument, REGEXP, is a regular expression that
6886 can be used to filter out certain file names." t nil)
6887
6888 (defalias 'edirs-merge 'ediff-merge-directories)
6889
6890 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
6891 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
6892 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
6893 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
6894 without ancestor. The fourth argument, REGEXP, is a regular expression that
6895 can be used to filter out certain file names." t nil)
6896
6897 (autoload 'ediff-merge-directory-revisions "ediff" "\
6898 Run Ediff on a directory, DIR1, merging its files with their revisions.
6899 The second argument, REGEXP, is a regular expression that filters the file
6900 names. Only the files that are under revision control are taken into account." t nil)
6901
6902 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
6903
6904 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
6905 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
6906 The second argument, REGEXP, is a regular expression that filters the file
6907 names. Only the files that are under revision control are taken into account." t nil)
6908
6909 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
6910
6911 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
6912
6913 (autoload 'ediff-windows-wordwise "ediff" "\
6914 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
6915 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
6916 follows:
6917 If WIND-A is nil, use selected window.
6918 If WIND-B is nil, use window next to WIND-A." t nil)
6919
6920 (autoload 'ediff-windows-linewise "ediff" "\
6921 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
6922 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
6923 follows:
6924 If WIND-A is nil, use selected window.
6925 If WIND-B is nil, use window next to WIND-A." t nil)
6926
6927 (autoload 'ediff-regions-wordwise "ediff" "\
6928 Run Ediff on a pair of regions in two different buffers.
6929 Regions (i.e., point and mark) are assumed to be set in advance.
6930 This function is effective only for relatively small regions, up to 200
6931 lines. For large regions, use `ediff-regions-linewise'." t nil)
6932
6933 (autoload 'ediff-regions-linewise "ediff" "\
6934 Run Ediff on a pair of regions in two different buffers.
6935 Regions (i.e., point and mark) are assumed to be set in advance.
6936 Each region is enlarged to contain full lines.
6937 This function is effective for large regions, over 100-200
6938 lines. For small regions, use `ediff-regions-wordwise'." t nil)
6939
6940 (defalias 'ediff-merge 'ediff-merge-files)
6941
6942 (autoload 'ediff-merge-files "ediff" "\
6943 Merge two files without ancestor." t nil)
6944
6945 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
6946 Merge two files with ancestor." t nil)
6947
6948 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
6949
6950 (autoload 'ediff-merge-buffers "ediff" "\
6951 Merge buffers without ancestor." t nil)
6952
6953 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
6954 Merge buffers with ancestor." t nil)
6955
6956 (autoload 'ediff-merge-revisions "ediff" "\
6957 Run Ediff by merging two revisions of a file.
6958 The file is the optional FILE argument or the file visited by the current
6959 buffer." t nil)
6960
6961 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
6962 Run Ediff by merging two revisions of a file with a common ancestor.
6963 The file is the the optional FILE argument or the file visited by the current
6964 buffer." t nil)
6965
6966 (autoload 'run-ediff-from-cvs-buffer "ediff" "\
6967 Run Ediff-merge on appropriate revisions of the selected file.
6968 First run after `M-x cvs-update'. Then place the cursor on a lide describing a
6969 file and then run `run-ediff-from-cvs-buffer'." t nil)
6970
6971 (autoload 'ediff-patch-file "ediff" "\
6972 Run Ediff by patching SOURCE-FILENAME." t nil)
6973
6974 (autoload 'ediff-patch-buffer "ediff" "\
6975 Run Ediff by patching BUFFER-NAME." t nil)
6976
6977 (defalias 'epatch 'ediff-patch-file)
6978
6979 (defalias 'epatch-buffer 'ediff-patch-buffer)
6980
6981 (autoload 'ediff-revision "ediff" "\
6982 Run Ediff by comparing versions of a file.
6983 The file is an optional FILE argument or the file visited by the current
6984 buffer. Use `vc.el' or `rcs.el' depending on `ediff-version-control-package'." t nil)
6985
6986 (autoload 'ediff-version "ediff" "\
6987 Return string describing the version of Ediff.
6988 When called interactively, displays the version." t nil)
6989
6990 (autoload 'ediff-documentation "ediff" "\
6991 Display Ediff's manual." t nil)
6992
6993 ;;;***
6994
6995 ;;;### (autoloads nil "doctex" "packages/doctex.el" (12376 19483))
6996 ;;; Generated autoloads from packages/doctex.el
6997
6998 ;;;### (autoloads (edit-faces) "edit-faces" "packages/edit-faces.el" (12743 11607))
6999 ;;; Generated autoloads from packages/edit-faces.el
7000
7001 (autoload 'edit-faces "edit-faces" "\
7002 Alter face characteristics by editing a list of defined faces.
7003 Pops up a buffer containing a list of defined faces.
7004
7005 Editing commands:
7006
7007 \\{edit-faces-mode-map}" t nil)
7008
7009 ;;;***
7010
7011 ;;;### (autoloads (report-emacs-bug) "emacsbug" "packages/emacsbug.el" (12547 2416))
7012 ;;; Generated autoloads from packages/emacsbug.el
7013
7014 (autoload 'report-emacs-bug "emacsbug" "\
7015 Report a bug in GNU Emacs.
7016 Prompts for bug subject. Leaves you in a mail buffer." t nil)
7017
7018 ;;;***
7019
7020 ;;;### (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" (12547 2420))
7021 ;;; Generated autoloads from packages/emerge.el
7022
7023 (autoload 'emerge-files "emerge" "\
7024 Run Emerge on two files." t nil)
7025
7026 (fset 'emerge 'emerge-files)
7027
7028 (autoload 'emerge-files-with-ancestor "emerge" "\
7029 Run Emerge on two files, giving another file as the ancestor." t nil)
7030
7031 (autoload 'emerge-buffers "emerge" "\
7032 Run Emerge on two buffers." t nil)
7033
7034 (autoload 'emerge-buffers-with-ancestor "emerge" "\
7035 Run Emerge on two buffers, giving another buffer as the ancestor." t nil)
7036
7037 (autoload 'emerge-files-command "emerge" nil nil nil)
7038
7039 (autoload 'emerge-files-with-ancestor-command "emerge" nil nil nil)
7040
7041 (autoload 'emerge-files-remote "emerge" nil nil nil)
7042
7043 (autoload 'emerge-files-with-ancestor-remote "emerge" nil nil nil)
7044
7045 (autoload 'emerge-revisions "emerge" "\
7046 Emerge two RCS revisions of a file." t nil)
7047
7048 (autoload 'emerge-revisions-with-ancestor "emerge" "\
7049 Emerge two RCS revisions of a file, with another revision as ancestor." t nil)
7050
7051 (autoload 'emerge-merge-directories "emerge" nil t nil)
7052
7053 ;;;***
7054
7055 ;;;### (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" (12743 22077))
7056 ;;; Generated autoloads from packages/etags.el
7057
7058 (defvar tags-build-completion-table 'ask "\
7059 *If this variable is nil, then tags completion is disabled.
7060 If this variable is t, then things which prompt for tags will do so with
7061 completion across all known tags.
7062 If this variable is the symbol `ask', then you will be asked whether each
7063 tags table should be added to the completion list as it is read in.
7064 (With the exception that for very small tags tables, you will not be asked,
7065 since they can be parsed quickly.)")
7066
7067 (defvar tags-always-exact nil "\
7068 *If this variable is non-nil, then tags always looks for exact matches.")
7069
7070 (defvar tag-table-alist nil "\
7071 *A list which determines which tags files should be active for a
7072 given buffer. This is not really an association list, in that all
7073 elements are checked. The CAR of each element of this list is a
7074 pattern against which the buffer's file name is compared; if it
7075 matches, then the CDR of the list should be the name of the tags
7076 table to use. If more than one element of this list matches the
7077 buffer's file name, then all of the associated tags tables will be
7078 used. Earlier ones will be searched first.
7079
7080 If the CAR of elements of this list are strings, then they are treated
7081 as regular-expressions against which the file is compared (like the
7082 auto-mode-alist). If they are not strings, then they are evaluated.
7083 If they evaluate to non-nil, then the current buffer is considered to
7084 match.
7085
7086 If the CDR of the elements of this list are strings, then they are
7087 assumed to name a TAGS file. If they name a directory, then the string
7088 \"TAGS\" is appended to them to get the file name. If they are not
7089 strings, then they are evaluated, and must return an appropriate string.
7090
7091 For example:
7092 (setq tag-table-alist
7093 '((\"/usr/src/public/perl/\" . \"/usr/src/public/perl/perl-3.0/\")
7094 (\"\\\\.el$\" . \"/usr/local/emacs/src/\")
7095 (\"/jbw/gnu/\" . \"/usr15/degree/stud/jbw/gnu/\")
7096 (\"\" . \"/usr/local/emacs/src/\")
7097 ))
7098
7099 This means that anything in the /usr/src/public/perl/ directory should use
7100 the TAGS file /usr/src/public/perl/perl-3.0/TAGS; and file ending in .el should
7101 use the TAGS file /usr/local/emacs/src/TAGS; and anything in or below the
7102 directory /jbw/gnu/ should use the TAGS file /usr15/degree/stud/jbw/gnu/TAGS.
7103 A file called something like \"/usr/jbw/foo.el\" would use both the TAGS files
7104 /usr/local/emacs/src/TAGS and /usr15/degree/stud/jbw/gnu/TAGS (in that order)
7105 because it matches both patterns.
7106
7107 If the buffer-local variable `buffer-tag-table' is set, then it names a tags
7108 table that is searched before all others when find-tag is executed from this
7109 buffer.
7110
7111 If there is a file called \"TAGS\" in the same directory as the file in
7112 question, then that tags file will always be used as well (after the
7113 `buffer-tag-table' but before the tables specified by this list.)
7114
7115 If the variable tags-file-name is set, then the tags file it names will apply
7116 to all buffers (for backwards compatibility.) It is searched first.
7117 ")
7118
7119 (autoload 'visit-tags-table "etags" "\
7120 Tell tags commands to use tags table file FILE first.
7121 FILE should be the name of a file created with the `etags' program.
7122 A directory name is ok too; it means file TAGS in that directory." t nil)
7123
7124 (autoload 'find-tag "etags" "\
7125 *Find tag whose name contains TAGNAME.
7126 Selects the buffer that the tag is contained in
7127 and puts point at its definition.
7128 If TAGNAME is a null string, the expression in the buffer
7129 around or before point is used as the tag name.
7130 If called interactively with a numeric argument, searches for the next tag
7131 in the tag table that matches the tagname used in the previous find-tag.
7132 If second arg OTHER-WINDOW is non-nil, uses another window to display
7133 the tag.
7134
7135 This version of this function supports multiple active tags tables,
7136 and completion.
7137
7138 Variables of note:
7139
7140 tag-table-alist controls which tables apply to which buffers
7141 tags-file-name a default tags table
7142 tags-build-completion-table controls completion behavior
7143 buffer-tag-table another way of specifying a buffer-local table
7144 make-tags-files-invisible whether tags tables should be very hidden
7145 tag-mark-stack-max how many tags-based hops to remember" t nil)
7146
7147 (autoload 'find-tag-other-window "etags" "\
7148 *Find tag whose name contains TAGNAME.
7149 Selects the buffer that the tag is contained in in another window
7150 and puts point at its definition.
7151 If TAGNAME is a null string, the expression in the buffer
7152 around or before point is used as the tag name.
7153 If second arg NEXT is non-nil (interactively, with prefix arg),
7154 searches for the next tag in the tag table
7155 that matches the tagname used in the previous find-tag.
7156
7157 This version of this function supports multiple active tags tables,
7158 and completion.
7159
7160 Variables of note:
7161
7162 tag-table-alist controls which tables apply to which buffers
7163 tags-file-name a default tags table
7164 tags-build-completion-table controls completion behavior
7165 buffer-tag-table another way of specifying a buffer-local table
7166 make-tags-files-invisible whether tags tables should be very hidden
7167 tag-mark-stack-max how many tags-based hops to remember" t nil)
7168
7169 (autoload 'next-file "etags" "\
7170 Select next file among files in current tag table(s).
7171
7172 A first argument of t (prefix arg, if interactive) initializes to the
7173 beginning of the list of files in the (first) tags table. If the argument
7174 is neither nil nor t, it is evalled to initialize the list of files.
7175
7176 Non-nil second argument NOVISIT means use a temporary buffer
7177 to save time and avoid uninteresting warnings.
7178
7179 Value is nil if the file was already visited;
7180 if the file was newly read in, the value is the filename." t nil)
7181
7182 (autoload 'tags-loop-continue "etags" "\
7183 Continue last \\[tags-search] or \\[tags-query-replace] command.
7184 Used noninteractively with non-nil argument to begin such a command (the
7185 argument is passed to `next-file', which see).
7186 Two variables control the processing we do on each file:
7187 the value of `tags-loop-scan' is a form to be executed on each file
7188 to see if it is interesting (it returns non-nil if so)
7189 and `tags-loop-operate' is a form to execute to operate on an interesting file
7190 If the latter returns non-nil, we exit; otherwise we scan the next file." t nil)
7191
7192 (autoload 'tags-search "etags" "\
7193 Search through all files listed in tags table for match for REGEXP.
7194 Stops when a match is found.
7195 To continue searching for next match, use command \\[tags-loop-continue].
7196
7197 See documentation of variable `tag-table-alist'." t nil)
7198
7199 (autoload 'tags-query-replace "etags" "\
7200 Query-replace-regexp FROM with TO through all files listed in tags table.
7201 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
7202 If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
7203 with the command \\[tags-loop-continue].
7204
7205 See documentation of variable `tag-table-alist'." t nil)
7206
7207 (autoload 'list-tags "etags" "\
7208 Display list of tags in file FILE.
7209 FILE should not contain a directory spec
7210 unless it has one in the tag table." t nil)
7211
7212 (autoload 'tags-apropos "etags" "\
7213 Display list of all tags in tag table REGEXP matches." t nil)
7214
7215 ;;;***
7216
7217 ;;;### (autoloads nil "fa-extras" "packages/fa-extras.el" (12547 2465))
7218 ;;; Generated autoloads from packages/fa-extras.el
7219
7220 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock" "packages/fast-lock.el" (12558 60915))
7221 ;;; Generated autoloads from packages/fast-lock.el
7222
7223 (defvar fast-lock-mode nil)
7224
7225 (autoload 'fast-lock-mode "fast-lock" "\
7226 Toggle Fast Lock mode.
7227 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
7228 is associated with a file. Enable it automatically in your `~/.emacs' by:
7229
7230 (add-hook 'font-lock-mode-hook 'turn-on-fast-lock)
7231
7232 If Fast Lock mode is enabled, and the current buffer does not contain any text
7233 properties, any associated Font Lock cache is used if its timestamp matches the
7234 buffer's file, and its `font-lock-keywords' match those that you are using.
7235
7236 Font Lock caches may be saved:
7237 - When you save the file's buffer.
7238 - When you kill an unmodified file's buffer.
7239 - When you exit Emacs, for all unmodified or saved buffers.
7240 Depending on the value of `fast-lock-save-events'.
7241 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
7242
7243 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
7244
7245 Various methods of control are provided for the Font Lock cache. In general,
7246 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
7247 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
7248 `fast-lock-save-others' and `fast-lock-save-faces'.
7249
7250 Use \\[fast-lock-submit-bug-report] to send bug reports or feedback." t nil)
7251
7252 (autoload 'turn-on-fast-lock "fast-lock" "\
7253 Unconditionally turn on Fast Lock mode." nil nil)
7254
7255 (add-minor-mode 'fast-lock-mode " Fast")
7256
7257 ;;;***
7258
7259 ;;;### (autoloads (feedmail-send-it) "feedmail" "packages/feedmail.el" (12698 33544))
7260 ;;; Generated autoloads from packages/feedmail.el
7261
7262 (autoload 'feedmail-send-it "feedmail" nil nil nil)
7263
7264 ;;;***
7265
7266 ;;;### (autoloads (make-file-part) "file-part" "packages/file-part.el" (12639 8595))
7267 ;;; Generated autoloads from packages/file-part.el
7268
7269 (autoload 'make-file-part "file-part" "\
7270 Make a file part on buffer BUFFER out of the region. Call it NAME.
7271 This command creates a new buffer containing the contents of the
7272 region and marks the buffer as referring to the specified buffer,
7273 called the `master buffer'. When the file-part buffer is saved,
7274 its changes are integrated back into the master buffer. When the
7275 master buffer is deleted, all file parts are deleted with it.
7276
7277 When called from a function, expects four arguments, START, END,
7278 NAME, and BUFFER, all of which are optional and default to the
7279 beginning of BUFFER, the end of BUFFER, a name generated from
7280 BUFFER's name, and the current buffer, respectively." t nil)
7281
7282 ;;;***
7283
7284 ;;;### (autoloads nil "filladapt" "packages/filladapt.el" (12731 4993))
7285 ;;; Generated autoloads from packages/filladapt.el
7286
7287 ;;;### (autoloads (font-lock-fontify-buffer turn-off-font-lock turn-on-font-lock font-lock-mode) "font-lock" "packages/font-lock.el" (12730 62099))
7288 ;;; Generated autoloads from packages/font-lock.el
7289
7290 (defvar font-lock-auto-fontify t "\
7291 *Whether font-lock should automatically fontify files as they're loaded.
7292 This will only happen if font-lock has fontifying keywords for the major
7293 mode of the file. You can get finer-grained control over auto-fontification
7294 by using this variable in combination with `font-lock-mode-enable-list' or
7295 `font-lock-mode-disable-list'.")
7296
7297 (defvar font-lock-mode-enable-list nil "\
7298 *List of modes to auto-fontify, if `font-lock-auto-fontify' is nil.")
7299
7300 (defvar font-lock-mode-disable-list nil "\
7301 *List of modes not to auto-fontify, if `font-lock-auto-fontify' is t.")
7302
7303 (defvar font-lock-use-colors '(color) "\
7304 *Specification for when Font Lock will set up color defaults.
7305 Normally this should be '(color), meaning that Font Lock will set up
7306 color defaults that are only used on color displays. Set this to nil
7307 if you don't want Font Lock to set up color defaults at all. This
7308 should be one of
7309
7310 -- a list of valid tags, meaning that the color defaults will be used
7311 when all of the tags apply. (e.g. '(color x))
7312 -- a list whose first element is 'or and whose remaining elements are
7313 lists of valid tags, meaning that the defaults will be used when
7314 any of the tag lists apply.
7315 -- nil, meaning that the defaults should not be set up at all.
7316
7317 \(If you specify face values in your init file, they will override any
7318 that Font Lock specifies, regardless of whether you specify the face
7319 values before or after loading Font Lock.)
7320
7321 See also `font-lock-use-fonts'. If you want more control over the faces
7322 used for fontification, see the documentation of `font-lock-mode' for
7323 how to do it.")
7324
7325 (defvar font-lock-use-fonts '(or (mono) (grayscale)) "\
7326 *Specification for when Font Lock will set up non-color defaults.
7327
7328 Normally this should be '(or (mono) (grayscale)), meaning that Font
7329 Lock will set up non-color defaults that are only used on either mono
7330 or grayscale displays. Set this to nil if you don't want Font Lock to
7331 set up non-color defaults at all. This should be one of
7332
7333 -- a list of valid tags, meaning that the non-color defaults will be used
7334 when all of the tags apply. (e.g. '(grayscale x))
7335 -- a list whose first element is 'or and whose remaining elements are
7336 lists of valid tags, meaning that the defaults will be used when
7337 any of the tag lists apply.
7338 -- nil, meaning that the defaults should not be set up at all.
7339
7340 \(If you specify face values in your init file, they will override any
7341 that Font Lock specifies, regardless of whether you specify the face
7342 values before or after loading Font Lock.)
7343
7344 See also `font-lock-use-colors'. If you want more control over the faces
7345 used for fontification, see the documentation of `font-lock-mode' for
7346 how to do it.")
7347
7348 (defvar font-lock-maximum-decoration nil "\
7349 *If non-nil, the maximum decoration level for fontifying.
7350 If nil, use the minimum decoration (equivalent to level 0).
7351 If t, use the maximum decoration available.
7352 If a number, use that level of decoration (or if not available the maximum).
7353 If a list, each element should be a cons pair of the form (MAJOR-MODE . LEVEL),
7354 where MAJOR-MODE is a symbol or t (meaning the default). For example:
7355 ((c++-mode . 2) (c-mode . t) (t . 1))
7356 means use level 2 decoration for buffers in `c++-mode', the maximum decoration
7357 available for buffers in `c-mode', and level 1 decoration otherwise.")
7358
7359 (define-obsolete-variable-alias 'font-lock-use-maximal-decoration 'font-lock-maximum-decoration)
7360
7361 (defvar font-lock-maximum-size (* 250 1024) "\
7362 *If non-nil, the maximum size for buffers for fontifying.
7363 Only buffers less than this can be fontified when Font Lock mode is turned on.
7364 If nil, means size is irrelevant.
7365 If a list, each element should be a cons pair of the form (MAJOR-MODE . SIZE),
7366 where MAJOR-MODE is a symbol or t (meaning the default). For example:
7367 ((c++-mode . 256000) (c-mode . 256000) (rmail-mode . 1048576))
7368 means that the maximum size is 250K for buffers in `c++-mode' or `c-mode', one
7369 megabyte for buffers in `rmail-mode', and size is irrelevant otherwise.")
7370
7371 (defvar font-lock-keywords nil "\
7372 *A list of the keywords to highlight.
7373 Each element should be of the form:
7374
7375 MATCHER
7376 (MATCHER . MATCH)
7377 (MATCHER . FACENAME)
7378 (MATCHER . HIGHLIGHT)
7379 (MATCHER HIGHLIGHT ...)
7380
7381 where HIGHLIGHT should be either MATCH-HIGHLIGHT or MATCH-ANCHORED.
7382
7383 For highlighting single items, typically only MATCH-HIGHLIGHT is required.
7384 However, if an item or (typically) items is to be hightlighted following the
7385 instance of another item (the anchor) then MATCH-ANCHORED may be required.
7386
7387 MATCH-HIGHLIGHT should be of the form:
7388
7389 (MATCH FACENAME OVERRIDE LAXMATCH)
7390
7391 Where MATCHER can be either the regexp to search for, or the function name to
7392 call to make the search (called with one argument, the limit of the search).
7393 MATCH is the subexpression of MATCHER to be highlighted. FACENAME is either
7394 a symbol naming a face, or an expression whose value is the face name to use.
7395 If you want FACENAME to be a symbol that evaluates to a face, use a form
7396 like \"(progn sym)\".
7397
7398 OVERRIDE and LAXMATCH are flags. If OVERRIDE is t, existing fontification may
7399 be overwritten. If `keep', only parts not already fontified are highlighted.
7400 If `prepend' or `append', existing fontification is merged with the new, in
7401 which the new or existing fontification, respectively, takes precedence.
7402 If LAXMATCH is non-nil, no error is signalled if there is no MATCH in MATCHER.
7403
7404 For example, an element of the form highlights (if not already highlighted):
7405
7406 \"\\\\\\=<foo\\\\\\=>\" Discrete occurrences of \"foo\" in the value of the
7407 variable `font-lock-keyword-face'.
7408 (\"fu\\\\(bar\\\\)\" . 1) Substring \"bar\" within all occurrences of \"fubar\" in
7409 the value of `font-lock-keyword-face'.
7410 (\"fubar\" . fubar-face) Occurrences of \"fubar\" in the value of `fubar-face'.
7411 (\"foo\\\\|bar\" 0 foo-bar-face t)
7412 Occurrences of either \"foo\" or \"bar\" in the value
7413 of `foo-bar-face', even if already highlighted.
7414
7415 MATCH-ANCHORED should be of the form:
7416
7417 (MATCHER PRE-MATCH-FORM POST-MATCH-FORM MATCH-HIGHLIGHT ...)
7418
7419 Where MATCHER is as for MATCH-HIGHLIGHT with one exception. The limit of the
7420 search is currently guaranteed to be (no greater than) the end of the line.
7421 PRE-MATCH-FORM and POST-MATCH-FORM are evaluated before the first, and after
7422 the last, instance MATCH-ANCHORED's MATCHER is used. Therefore they can be
7423 used to initialise before, and cleanup after, MATCHER is used. Typically,
7424 PRE-MATCH-FORM is used to move to some position relative to the original
7425 MATCHER, before starting with MATCH-ANCHORED's MATCHER. POST-MATCH-FORM might
7426 be used to move, before resuming with MATCH-ANCHORED's parent's MATCHER.
7427
7428 For example, an element of the form highlights (if not already highlighted):
7429
7430 (\"\\\\\\=<anchor\\\\\\=>\" (0 anchor-face) (\"\\\\\\=<item\\\\\\=>\" nil nil (0 item-face)))
7431
7432 Discrete occurrences of \"anchor\" in the value of `anchor-face', and subsequent
7433 discrete occurrences of \"item\" (on the same line) in the value of `item-face'.
7434 (Here PRE-MATCH-FORM and POST-MATCH-FORM are nil. Therefore \"item\" is
7435 initially searched for starting from the end of the match of \"anchor\", and
7436 searching for subsequent instance of \"anchor\" resumes from where searching
7437 for \"item\" concluded.)
7438
7439 Note that the MATCH-ANCHORED feature is experimental; in the future, we may
7440 replace it with other ways of providing this functionality.
7441
7442 These regular expressions should not match text which spans lines. While
7443 \\[font-lock-fontify-buffer] handles multi-line patterns correctly, updating
7444 when you edit the buffer does not, since it considers text one line at a time.
7445
7446 Be very careful composing regexps for this list;
7447 the wrong pattern can dramatically slow things down!")
7448
7449 (make-variable-buffer-local 'font-lock-keywords)
7450
7451 (defvar font-lock-mode nil)
7452
7453 (defvar font-lock-mode-hook nil "\
7454 Function or functions to run on entry to font-lock-mode.")
7455
7456 (autoload 'font-lock-mode "font-lock" "\
7457 Toggle Font Lock Mode.
7458 With arg, turn font-lock mode on if and only if arg is positive.
7459
7460 When Font Lock mode is enabled, text is fontified as you type it:
7461
7462 - Comments are displayed in `font-lock-comment-face';
7463 - Strings are displayed in `font-lock-string-face';
7464 - Documentation strings (in Lisp-like languages) are displayed in
7465 `font-lock-doc-string-face';
7466 - Language keywords (\"reserved words\") are displayed in
7467 `font-lock-keyword-face';
7468 - Function names in their defining form are displayed in
7469 `font-lock-function-name-face';
7470 - Variable names in their defining form are displayed in
7471 `font-lock-variable-name-face';
7472 - Type names are displayed in `font-lock-type-face';
7473 - References appearing in help files and the like are displayed
7474 in `font-lock-reference-face';
7475 - Preprocessor declarations are displayed in
7476 `font-lock-preprocessor-face';
7477
7478 and
7479
7480 - Certain other expressions are displayed in other faces according
7481 to the value of the variable `font-lock-keywords'.
7482
7483 Where modes support different levels of fontification, you can use the variable
7484 `font-lock-maximum-decoration' to specify which level you generally prefer.
7485 When you turn Font Lock mode on/off the buffer is fontified/defontified, though
7486 fontification occurs only if the buffer is less than `font-lock-maximum-size'.
7487 To fontify a buffer without turning on Font Lock mode, and regardless of buffer
7488 size, you can use \\[font-lock-fontify-buffer].
7489
7490 See the variable `font-lock-keywords' for customization." t nil)
7491
7492 (autoload 'turn-on-font-lock "font-lock" "\
7493 Unconditionally turn on Font Lock mode." nil nil)
7494
7495 (autoload 'turn-off-font-lock "font-lock" "\
7496 Unconditionally turn off Font Lock mode." nil nil)
7497
7498 (autoload 'font-lock-fontify-buffer "font-lock" "\
7499 Fontify the current buffer the way `font-lock-mode' would.
7500 See `font-lock-mode' for details.
7501
7502 This can take a while for large buffers." t nil)
7503
7504 (add-minor-mode 'font-lock-mode " Font")
7505
7506 ;;;***
7507
7508 ;;;### (autoloads nil "fontl-hooks" "packages/fontl-hooks.el" (12558 61068))
7509 ;;; Generated autoloads from packages/fontl-hooks.el
7510
7511 ;;;***
7512
7513 ;;;### (autoloads nil "func-menu" "packages/func-menu.el" (12721 2479))
7514 ;;; Generated autoloads from packages/func-menu.el
7515
7516 ;;;### (autoloads (sc-mode) "generic-sc" "packages/generic-sc.el" (12147 25472))
7517 ;;; Generated autoloads from packages/generic-sc.el
7518
7519 (autoload 'sc-mode "generic-sc" "\
7520 Toggle sc-mode.
7521 SYSTEM can be sccs, rcs or cvs.
7522 Cvs requires the pcl-cvs package.
7523
7524 The following commands are available
7525 \\[sc-next-operation] perform next logical source control operation on current file
7526 \\[sc-show-changes] compare the version being edited with an older one
7527 \\[sc-version-diff-file] compare two older versions of a file
7528 \\[sc-show-history] display change history of current file
7529 \\[sc-visit-previous-revision] display an older revision of current file
7530 \\[sc-revert-file] revert buffer to last checked-in version
7531 \\[sc-list-all-locked-files] show all files locked in current directory
7532 \\[sc-list-locked-files] show all files locked by you in current directory
7533 \\[sc-list-registered-files] show all files under source control in current directory
7534 \\[sc-update-directory] get fresh copies of files checked-in by others in current directory
7535 \\[sc-rename-file] rename the current file and its source control file
7536
7537
7538 While you are entering a change log message for a check in, sc-log-entry-mode
7539 will be in effect.
7540
7541 Global user options:
7542 sc-diff-command A list consisting of the command and flags
7543 to be used for generating context diffs.
7544 sc-mode-expert suppresses some conformation prompts,
7545 notably for delta aborts and file saves.
7546 sc-max-log-size specifies the maximum allowable size
7547 of a log message plus one.
7548
7549
7550 When using SCCS you have additional commands and options
7551
7552 \\[sccs-insert-headers] insert source control headers in current file
7553
7554 When you generate headers into a buffer using \\[sccs-insert-headers],
7555 the value of sc-insert-headers-hook is called before insertion. If the
7556 file is recognized a C or Lisp source, sc-insert-c-header-hook or
7557 sc-insert-lisp-header-hook is called after insertion respectively.
7558
7559 sccs-headers-wanted which %-keywords to insert when adding
7560 headers with C-c h
7561 sccs-insert-static if non-nil, keywords inserted in C files
7562 get stuffed in a static string area so that
7563 what(1) can see them in the compiled object code.
7564
7565 When using CVS you have additional commands
7566
7567 \\[sc-cvs-update-directory] update the current directory using pcl-cvs
7568 \\[sc-cvs-file-status] show the CVS status of current file
7569 " t nil)
7570
7571 ;;;***
7572
7573 ;;;### (autoloads (gnuserv-start) "gnuserv" "packages/gnuserv.el" (12740 25205))
7574 ;;; Generated autoloads from packages/gnuserv.el
7575
7576 (autoload 'gnuserv-start "gnuserv" "\
7577 Allow this Emacs process to be a server for client processes.
7578 This starts a server communications subprocess through which
7579 client \"editors\" (gnuclient and gnudoit) can send editing commands to
7580 this Emacs job. See the gnuserv(1) manual page for more details.
7581
7582 Prefix arg means just kill any existing server communications subprocess." t nil)
7583
7584 ;;;***
7585
7586 ;;;### (autoloads (gopher-atpoint gopher) "gopher" "packages/gopher.el" (12376 19490))
7587 ;;; Generated autoloads from packages/gopher.el
7588
7589 (autoload 'gopher "gopher" "\
7590 Start a gopher session. With C-u, prompt for a gopher server." t nil)
7591
7592 (autoload 'gopher-atpoint "gopher" "\
7593 Try to interpret the text around point as a gopher bookmark, and dispatch
7594 to that object." t nil)
7595
7596 ;;;***
7597
7598 ;;;### (autoloads (hexl-find-file hexl-mode) "hexl" "packages/hexl.el" (12675 57080))
7599 ;;; Generated autoloads from packages/hexl.el
7600
7601 (autoload 'hexl-mode "hexl" "\
7602 \\<hexl-mode-map>
7603 A major mode for editing binary files in hex dump format.
7604
7605 This function automatically converts a buffer into the hexl format
7606 using the function `hexlify-buffer'.
7607
7608 Each line in the buffer has an \"address\" (displayed in hexadecimal)
7609 representing the offset into the file that the characters on this line
7610 are at and 16 characters from the file (displayed as hexadecimal
7611 values grouped every 16 bits) and as their ASCII values.
7612
7613 If any of the characters (displayed as ASCII characters) are
7614 unprintable (control or meta characters) they will be replaced as
7615 periods.
7616
7617 If `hexl-mode' is invoked with an argument the buffer is assumed to be
7618 in hexl format.
7619
7620 A sample format:
7621
7622 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
7623 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
7624 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
7625 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
7626 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
7627 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
7628 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
7629 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
7630 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
7631 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
7632 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
7633 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
7634 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
7635 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
7636 000000c0: 7265 6769 6f6e 2e0a region..
7637
7638 Movement is as simple as movement in a normal emacs text buffer. Most
7639 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
7640 to move the cursor left, right, down, and up).
7641
7642 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
7643 also supported.
7644
7645 There are several ways to change text in hexl mode:
7646
7647 ASCII characters (character between space (0x20) and tilde (0x7E)) are
7648 bound to self-insert so you can simply type the character and it will
7649 insert itself (actually overstrike) into the buffer.
7650
7651 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
7652 it isn't bound to self-insert. An octal number can be supplied in place
7653 of another key to insert the octal number's ASCII representation.
7654
7655 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
7656 into the buffer at the current point.
7657
7658 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
7659 into the buffer at the current point.
7660
7661 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
7662 into the buffer at the current point.
7663
7664 \\[hexl-mode-exit] will exit hexl-mode.
7665
7666 Note: saving the file with any of the usual Emacs commands
7667 will actually convert it back to binary format while saving.
7668
7669 You can use \\[hexl-find-file] to visit a file in hexl-mode.
7670
7671 \\[describe-bindings] for advanced commands." t nil)
7672
7673 (autoload 'hexl-find-file "hexl" "\
7674 Edit file FILENAME in hexl-mode.
7675 Switch to a buffer visiting file FILENAME, creating one in none exists." t nil)
7676
7677 ;;;***
7678
7679 ;;;### (autoloads (hypropos-popup-menu hypropos-set-variable hyper-describe-function hyper-describe-variable hyper-apropos) "hyper-apropos" "packages/hyper-apropos.el" (12607 29142))
7680 ;;; Generated autoloads from packages/hyper-apropos.el
7681
7682 (defvar hypropos-show-brief-docs t "\
7683 *If non-nil, `hyper-apropos' will display some documentation in the
7684 \"*Hyper Apropos*\" buffer. Setting this to nil will speed up searches.")
7685
7686 (autoload 'hyper-apropos "hyper-apropos" "\
7687 Display lists of functions and variables matching REGEXP
7688 in buffer \"*Hyper Apropos*\". If optional prefix arg is given, then the value
7689 of `hypropos-programming-apropos' is toggled for this search.
7690 See also `hyper-apropos-mode'." t nil)
7691
7692 (autoload 'hyper-describe-variable "hyper-apropos" "\
7693 Hypertext drop-in replacement for `describe-variable'.
7694 See also `hyper-apropos' and `hyper-describe-function'." t nil)
7695
7696 (autoload 'hyper-describe-function "hyper-apropos" "\
7697 Hypertext replacement for `describe-function'. Unlike `describe-function'
7698 in that the symbol under the cursor is the default if it is a function.
7699 See also `hyper-apropos' and `hyper-describe-variable'." t nil)
7700
7701 (autoload 'hypropos-set-variable "hyper-apropos" "\
7702 Interactively set the variable on the current line." t nil)
7703
7704 (autoload 'hypropos-popup-menu "hyper-apropos" nil t nil)
7705
7706 ;;;***
7707
7708 ;;;### (autoloads (icomplete-minibuffer-setup icomplete-mode) "icomplete" "packages/icomplete.el" (12547 2477))
7709 ;;; Generated autoloads from packages/icomplete.el
7710
7711 (autoload 'icomplete-mode "icomplete" "\
7712 Activate incremental minibuffer completion for this emacs session,
7713 or deactivate with negative prefix arg." t nil)
7714
7715 (autoload 'icomplete-minibuffer-setup "icomplete" "\
7716 Run in minibuffer on activation to establish incremental completion.
7717
7718 Usually run by inclusion in minibuffer-setup-hook." nil nil)
7719
7720 ;;;***
7721
7722 ;;;### (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" (12740 25202))
7723 ;;; Generated autoloads from packages/info.el
7724
7725 (autoload 'info "info" "\
7726 Enter Info, the documentation browser.
7727 Optional argument FILE specifies the file to examine;
7728 the default is the top-level directory of Info.
7729
7730 In interactive use, a prefix argument directs this command
7731 to read a file name from the minibuffer." t nil)
7732
7733 (autoload 'Info-query "info" "\
7734 Enter Info, the documentation browser. Prompt for name of Info file." t nil)
7735
7736 (autoload 'Info-goto-node "info" "\
7737 Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME.
7738 Actually, the following interpretations of NAME are tried in order:
7739 (FILENAME)NODENAME
7740 (FILENAME) (using Top node)
7741 NODENAME (in current file)
7742 TAGNAME (see below)
7743 FILENAME (using Top node)
7744 where TAGNAME is a string that appears in quotes: \"TAGNAME\", in an
7745 annotation for any node of any file. (See `a' and `x' commands.)" t nil)
7746
7747 (autoload 'Info-visit-file "info" "\
7748 Directly visit an info file." t nil)
7749
7750 (autoload 'Info-search "info" "\
7751 Search for REGEXP, starting from point, and select node it's found in." t nil)
7752
7753 (autoload 'Info-emacs-command "info" "\
7754 Look up an Emacs command in the Emacs manual in the Info system.
7755 This command is designed to be used whether you are already in Info or not." t nil)
7756
7757 (autoload 'Info-goto-emacs-command-node "info" "\
7758 Look up an Emacs command in the Emacs manual in the Info system.
7759 This command is designed to be used whether you are already in Info or not." t nil)
7760
7761 (autoload 'Info-goto-emacs-key-command-node "info" "\
7762 Look up an Emacs key sequence in the Emacs manual in the Info system.
7763 This command is designed to be used whether you are already in Info or not." t nil)
7764
7765 (autoload 'Info-emacs-key "info" "\
7766 Look up an Emacs key sequence in the Emacs manual in the Info system.
7767 This command is designed to be used whether you are already in Info or not." t nil)
7768
7769 (autoload 'Info-elisp-ref "info" "\
7770 Look up an Emacs Lisp function in the Elisp manual in the Info system.
7771 This command is designed to be used whether you are already in Info or not." t nil)
7772
7773 ;;;***
7774
7775 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify) "informat" "packages/informat.el" (12547 2425))
7776 ;;; Generated autoloads from packages/informat.el
7777
7778 (autoload 'Info-tagify "informat" "\
7779 Create or update Info-file tag table in current buffer." t nil)
7780
7781 (autoload 'Info-split "informat" "\
7782 Split an info file into an indirect file plus bounded-size subfiles.
7783 Each subfile will be up to 50,000 characters plus one node.
7784
7785 To use this command, first visit a large Info file that has a tag
7786 table. The buffer is modified into a (small) indirect info file which
7787 should be saved in place of the original visited file.
7788
7789 The subfiles are written in the same directory the original file is
7790 in, with names generated by appending `-' and a number to the original
7791 file name. The indirect file still functions as an Info file, but it
7792 contains just the tag table and a directory of subfiles." t nil)
7793
7794 (autoload 'Info-validate "informat" "\
7795 Check current buffer for validity as an Info file.
7796 Check that every node pointer points to an existing node." t nil)
7797
7798 (autoload 'batch-info-validate "informat" "\
7799 Runs `Info-validate' on the files remaining on the command line.
7800 Must be used only with -batch, and kills Emacs on completion.
7801 Each file will be processed even if an error occurred previously.
7802 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"" nil nil)
7803
7804 ;;;***
7805
7806 ;;;### (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" (12727 30153))
7807 ;;; Generated autoloads from packages/ispell.el
7808
7809 (defvar ispell-personal-dictionary nil "\
7810 *File name of your personal spelling dictionary, or nil.
7811 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
7812 where DICTNAME is the name of your default dictionary.")
7813
7814 (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)))
7815
7816 (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)))
7817
7818 (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2) "\
7819 An alist of dictionaries and their associated parameters.
7820
7821 Each element of this list is also a list:
7822
7823 \(DICTIONARY-NAME CASECHARS NOT-CASECHARS OTHERCHARS MANY-OTHERCHARS-P
7824 ISPELL-ARGS EXTENDED-CHARACTER-MODE)
7825
7826 DICTIONARY-NAME is a possible value of variable `ispell-dictionary', nil
7827 means the default dictionary.
7828
7829 CASECHARS is a regular expression of valid characters that comprise a
7830 word.
7831
7832 NOT-CASECHARS is the opposite regexp of CASECHARS.
7833
7834 OTHERCHARS is a regular expression of other characters that are valid
7835 in word constructs. Otherchars cannot be adjacent to each other in a
7836 word, nor can they begin or end a word. This implies we can't check
7837 \"Stevens'\" as a correct possessive and other correct formations.
7838
7839 Hint: regexp syntax requires the hyphen to be declared first here.
7840
7841 MANY-OTHERCHARS-P is non-nil if many otherchars are to be allowed in a
7842 word instead of only one.
7843
7844 ISPELL-ARGS is a list of additional arguments passed to the ispell
7845 subprocess.
7846
7847 EXTENDED-CHARACTER-MODE should be used when dictionaries are used which
7848 have been configured in an Ispell affix file. (For example, umlauts
7849 can be encoded as \\\"a, a\\\", \"a, ...) Defaults are ~tex and ~nroff
7850 in English. This has the same effect as the command-line `-T' option.
7851 The buffer Major Mode controls Ispell's parsing in tex or nroff mode,
7852 but the dictionary can control the extended character mode.
7853 Both defaults can be overruled in a buffer-local fashion. See
7854 `ispell-parsing-keyword' for details on this.
7855
7856 Note that the CASECHARS and OTHERCHARS slots of the alist should
7857 contain the same character set as casechars and otherchars in the
7858 language.aff file (e.g., english.aff).")
7859
7860 (defvar ispell-menu-map nil "\
7861 Key map for ispell menu")
7862
7863 (defvar ispell-menu-lucid nil "\
7864 Spelling menu for Lucid Emacs.")
7865
7866 (defconst ispell-menu-map-needed (and (not ispell-menu-map) (string-lessp "19" emacs-version) (not (string-match "XEmacs" emacs-version))))
7867
7868 (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))))))))
7869
7870 (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))))
7871
7872 (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))))
7873
7874 (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))))
7875
7876 (defvar ispell-local-pdict ispell-personal-dictionary "\
7877 A buffer local variable containing the current personal dictionary.
7878 If non-nil, the value must be a string, which is a file name.
7879
7880 If you specify a personal dictionary for the current buffer which is
7881 different from the current personal dictionary, the effect is similar
7882 to calling \\[ispell-change-dictionary]. This variable is automatically
7883 set when defined in the file with either `ispell-pdict-keyword' or the
7884 local variable syntax.")
7885
7886 (define-key global-map "¤" 'ispell-word)
7887
7888 (autoload 'ispell-word "ispell" "\
7889 Check spelling of word under or before the cursor.
7890 If the word is not found in dictionary, display possible corrections
7891 in a window allowing you to choose one.
7892
7893 With a prefix argument (or if CONTINUE is non-nil),
7894 resume interrupted spell-checking of a buffer or region.
7895
7896 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
7897 is non-nil when called interactively, then the following word
7898 \(rather than preceding) is checked when the cursor is not over a word.
7899 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
7900 when called interactively, non-corrective messages are suppressed.
7901
7902 Word syntax described by `ispell-dictionary-alist' (which see).
7903
7904 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
7905 or \\[ispell-region] to update the Ispell process." t nil)
7906
7907 (autoload 'ispell-help "ispell" "\
7908 Display a list of the options available when a misspelling is encountered.
7909
7910 Selections are:
7911
7912 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
7913 SPC: Accept word this time.
7914 `i': Accept word and insert into private dictionary.
7915 `a': Accept word for this session.
7916 `A': Accept word and place in `buffer-local dictionary'.
7917 `r': Replace word with typed-in value. Rechecked.
7918 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
7919 `?': Show these commands.
7920 `x': Exit spelling buffer. Move cursor to original point.
7921 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
7922 the aborted check to be completed later.
7923 `q': Quit spelling session (Kills ispell process).
7924 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
7925 `u': Like `i', but the word is lower-cased first.
7926 `m': Like `i', but allows one to include dictionary completion information.
7927 `C-l': redraws screen
7928 `C-r': recursive edit
7929 `C-z': suspend emacs or iconify frame" nil nil)
7930
7931 (autoload 'ispell-kill-ispell "ispell" "\
7932 Kill current Ispell process (so that you may start a fresh one).
7933 With NO-ERROR, just return non-nil if there was no Ispell running." t nil)
7934
7935 (autoload 'ispell-change-dictionary "ispell" "\
7936 Change `ispell-dictionary' (q.v.) and kill old Ispell process.
7937 A new one will be started as soon as necessary.
7938
7939 By just answering RET you can find out what the current dictionary is.
7940
7941 With prefix argument, set the default directory." t nil)
7942
7943 (autoload 'ispell-region "ispell" "\
7944 Interactively check a region for spelling errors." t nil)
7945
7946 (autoload 'ispell-buffer "ispell" "\
7947 Check the current buffer for spelling errors interactively." t nil)
7948
7949 (autoload 'ispell-continue "ispell" nil t nil)
7950
7951 (autoload 'ispell-complete-word "ispell" "\
7952 Look up word before or under point in dictionary (see lookup-words command)
7953 and try to complete it. If optional INTERIOR-FRAG is non-nil then the word
7954 may be a character sequence inside of a word.
7955
7956 Standard ispell choices are then available." t nil)
7957
7958 (autoload 'ispell-complete-word-interior-frag "ispell" "\
7959 Completes word matching character sequence inside a word." t nil)
7960
7961 (autoload 'ispell-minor-mode "ispell" "\
7962 Toggle Ispell minor mode.
7963 With prefix arg, turn Ispell minor mode on iff arg is positive.
7964
7965 In Ispell minor mode, pressing SPC or RET
7966 warns you if the previous word is incorrectly spelled." t nil)
7967
7968 (autoload 'ispell-message "ispell" "\
7969 Check the spelling of a mail message or news post.
7970 Don't check spelling of message headers except the Subject field.
7971 Don't check included messages.
7972
7973 To abort spell checking of a message REGION and send the message anyway,
7974 use the `x' or `q' command. (Any subsequent regions will be checked.)
7975 The `X' command aborts the message send so that you can edit the buffer.
7976
7977 To spell-check whenever a message is sent, include the appropriate lines
7978 in your .emacs file:
7979 (add-hook 'news-inews-hook 'ispell-message)
7980 (add-hook 'mail-send-hook 'ispell-message)
7981 (add-hook 'mh-before-send-letter-hook 'ispell-message)
7982
7983 You can bind this to the key C-c i in GNUS or mail by adding to
7984 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
7985 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))" t nil)
7986
7987 ;;;***
7988
7989 ;;;### (autoloads (jka-compr-install toggle-auto-compression jka-compr-load) "jka-compr" "packages/jka-compr.el" (12639 8598))
7990 ;;; Generated autoloads from packages/jka-compr.el
7991
7992 (autoload 'jka-compr-load "jka-compr" "\
7993 Documented as original." nil nil)
7994
7995 (autoload 'toggle-auto-compression "jka-compr" "\
7996 Toggle automatic file compression and decompression.
7997 With prefix argument ARG, turn auto compression on if positive, else off.
7998 Returns the new status of auto compression (non-nil means on)." t nil)
7999
8000 (autoload 'jka-compr-install "jka-compr" "\
8001 Install jka-compr.
8002 This adds entries to `file-name-handler-alist' and `auto-mode-alist'
8003 and `inhibit-first-line-modes-suffixes'." nil nil)
8004
8005 ;;;***
8006
8007 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el" (12743 11606))
8008 ;;; Generated autoloads from packages/lazy-lock.el
8009
8010 (defvar lazy-lock-mode nil)
8011
8012 (autoload 'lazy-lock-mode "lazy-lock" "\
8013 Toggle Lazy Lock mode.
8014 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer
8015 is at least `lazy-lock-minimum-size' characters long.
8016
8017 When Lazy Lock mode is enabled, fontification is demand-driven and stealthy:
8018
8019 - Fontification occurs in visible parts of buffers when necessary.
8020 Occurs if there is no input after pausing for `lazy-lock-continuity-time'.
8021
8022 - Fontification occurs in invisible parts when Emacs has been idle.
8023 Occurs if there is no input after pausing for `lazy-lock-stealth-time'.
8024
8025 If `lazy-lock-hide-invisible' is non-nil, text is not displayed until it is
8026 fontified, otherwise it is displayed in `lazy-lock-invisible-foreground'.
8027
8028 See also variables `lazy-lock-walk-windows' and `lazy-lock-ignore-commands' for
8029 window (scroll) fontification, and `lazy-lock-stealth-lines',
8030 `lazy-lock-stealth-nice' and `lazy-lock-stealth-verbose' for stealth
8031 fontification.
8032
8033 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil)
8034
8035 (autoload 'turn-on-lazy-lock "lazy-lock" "\
8036 Unconditionally turn on Lazy Lock mode." nil nil)
8037
8038 (add-minor-mode 'lazy-lock-mode " Lazy")
8039
8040 ;;;***
8041
8042 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el" (12547 2428))
8043 ;;; Generated autoloads from packages/ledit.el
8044
8045 (defconst ledit-save-files t "\
8046 *Non-nil means Ledit should save files before transferring to Lisp.")
8047
8048 (defconst ledit-go-to-lisp-string "%?lisp" "\
8049 *Shell commands to execute to resume Lisp job.")
8050
8051 (defconst ledit-go-to-liszt-string "%?liszt" "\
8052 *Shell commands to execute to resume Lisp compiler job.")
8053
8054 (autoload 'ledit-mode "ledit" "\
8055 \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
8056 Like Lisp mode, plus these special commands:
8057 \\[ledit-save-defun] -- record defun at or after point
8058 for later transmission to Lisp job.
8059 \\[ledit-save-region] -- record region for later transmission to Lisp job.
8060 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
8061 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
8062 and transmit saved text.
8063 \\{ledit-mode-map}
8064 To make Lisp mode automatically change to Ledit mode,
8065 do (setq lisp-mode-hook 'ledit-from-lisp-mode)" t nil)
8066
8067 (autoload 'ledit-from-lisp-mode "ledit" nil nil nil)
8068
8069 ;;;***
8070
8071 ;;;### (autoloads nil "lispm-fonts" "packages/lispm-fonts.el" (12376 19482))
8072 ;;; Generated autoloads from packages/lispm-fonts.el
8073
8074 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer) "lpr" "packages/lpr.el" (12546 50464))
8075 ;;; Generated autoloads from packages/lpr.el
8076
8077 (defvar lpr-switches nil "\
8078 *List of strings to pass as extra switch args to `lpr' when it is invoked.")
8079
8080 (defvar lpr-command (if (memq system-type '(usg-unix-v dgux hpux irix)) "lp" "lpr") "\
8081 *Name of program for printing a file.")
8082
8083 (autoload 'lpr-buffer "lpr" "\
8084 Print buffer contents as with Unix command `lpr'.
8085 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8086
8087 (autoload 'print-buffer "lpr" "\
8088 Print buffer contents as with Unix command `lpr -p'.
8089 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8090
8091 (autoload 'lpr-region "lpr" "\
8092 Print region contents as with Unix command `lpr'.
8093 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8094
8095 (autoload 'print-region "lpr" "\
8096 Print region contents as with Unix command `lpr -p'.
8097 `lpr-switches' is a list of extra switches (strings) to pass to lpr." t nil)
8098
8099 ;;;***
8100
8101 ;;;### (autoloads nil "makeinfo" "packages/makeinfo.el" (12547 2422))
8102 ;;; Generated autoloads from packages/makeinfo.el
8103
8104 ;;;### (autoloads (make-command-summary) "makesum" "packages/makesum.el" (12547 2408))
8105 ;;; Generated autoloads from packages/makesum.el
8106
8107 (autoload 'make-command-summary "makesum" "\
8108 Make a summary of current key bindings in the buffer *Summary*.
8109 Previous contents of that buffer are killed first." t nil)
8110
8111 ;;;***
8112
8113 ;;;### (autoloads (manual-entry) "man" "packages/man.el" (12727 30154))
8114 ;;; Generated autoloads from packages/man.el
8115
8116 (autoload 'manual-entry "man" "\
8117 Display the Unix manual entry (or entries) for TOPIC.
8118 If prefix arg is given, modify the search according to the value:
8119 2 = complement default exact matching of the TOPIC name;
8120 exact matching default is specified by `Manual-match-topic-exactly'
8121 3 = force a search of the unformatted man directories
8122 4 = both 2 and 3
8123 The manual entries are searched according to the variable
8124 Manual-directory-list, which should be a list of directories. If
8125 Manual-directory-list is nil, \\[Manual-directory-list-init] is
8126 invoked to create this list from the MANPATH environment variable.
8127 See the variable Manual-topic-buffer which controls how the buffer
8128 is named. See also the variables Manual-match-topic-exactly,
8129 Manual-query-multiple-pages, and Manual-buffer-view-mode." t nil)
8130
8131 ;;;***
8132
8133 ;;;### (autoloads nil "metamail" "packages/metamail.el" (12547 2454))
8134 ;;; Generated autoloads from packages/metamail.el
8135
8136 ;;;***
8137
8138 ;;;### (autoloads nil "mime-compose" "packages/mime-compose.el" (12727 30155))
8139 ;;; Generated autoloads from packages/mime-compose.el
8140
8141 ;;;### (autoloads nil "mode-motion+" "packages/mode-motion+.el" (12583 60690))
8142 ;;; Generated autoloads from packages/mode-motion+.el
8143
8144 ;;;***
8145
8146 ;;;### (autoloads nil "netunam" "packages/netunam.el" (12547 2429))
8147 ;;; Generated autoloads from packages/netunam.el
8148
8149 ;;;***
8150
8151 ;;;### (autoloads nil "page-ext" "packages/page-ext.el" (12547 2433))
8152 ;;; Generated autoloads from packages/page-ext.el
8153
8154 ;;;### (autoloads (blink-paren paren-set-mode) "paren" "packages/paren.el" (12648 18575))
8155 ;;; Generated autoloads from packages/paren.el
8156
8157 (defvar paren-mode nil "\
8158 *Sets the style of parenthesis highlighting.
8159 Valid values are nil, `blink-paren', `paren', and `sexp'.
8160 nil no parenthesis highlighting.
8161 blink-paren causes the matching paren to blink.
8162 paren causes the matching paren to be highlighted but not to blink.
8163 sexp whole expression enclosed by the local paren at its mate.
8164 nested (not yet implemented) use variable shading to see the
8165 nesting of an expression. Also groks regular expressions
8166 and shell quoting.
8167
8168 This variable is global by default, but you can make it buffer-local and
8169 highlight parentheses differrently in different major modes.")
8170
8171 (autoload 'paren-set-mode "paren" "\
8172 Cycles through possible values for `paren-mode', force off with negative arg.
8173 When called from lisp, a symbolic value for `paren-mode' can be pased directly.
8174 See also `paren-mode' and `paren-highlight'." t nil)
8175
8176 (make-obsolete 'blink-paren 'paren-set-mode)
8177
8178 (autoload 'blink-paren "paren" "\
8179 Obsolete. Use `paren-set-mode' instead." t nil)
8180
8181 ;;;***
8182
8183 ;;;### (autoloads (pending-delete pending-delete-off pending-delete-on) "pending-del" "packages/pending-del.el" (12547 2431))
8184 ;;; Generated autoloads from packages/pending-del.el
8185
8186 (autoload 'pending-delete-on "pending-del" "\
8187 Turn on pending delete.
8188 When it is ON, typed text replaces the selection if the selection is active.
8189 When it is OFF, typed text is just inserted at point." t nil)
8190
8191 (autoload 'pending-delete-off "pending-del" "\
8192 Turn off pending delete.
8193 When it is ON, typed text replaces the selection if the selection is active.
8194 When it is OFF, typed text is just inserted at point." t nil)
8195
8196 (autoload 'pending-delete "pending-del" "\
8197 Toggle automatic deletion of the selected region.
8198 With a positive argument, turns it on.
8199 With a non-positive argument, turns it off.
8200 When active, typed text replaces the selection." t nil)
8201
8202 ;;;***
8203
8204 ;;;### (autoloads (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" (12743 11610))
8205 ;;; Generated autoloads from packages/ps-print.el
8206
8207 (defvar ps-paper-type 'ps-letter "\
8208 *Specifies the size of paper to format for. Should be one of
8209 `ps-letter', `ps-legal', or `ps-a4'.")
8210
8211 (defvar ps-print-color-p (and (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) (fboundp 'float)) "\
8212 *If non-nil, print the buffer's text in color.")
8213
8214 (autoload 'ps-print-buffer "ps-print" "\
8215 Generate and print a PostScript image of the buffer.
8216
8217 When called with a numeric prefix argument (C-u), prompts the user for
8218 the name of a file to save the PostScript image in, instead of sending
8219 it to the printer.
8220
8221 More specifically, the FILENAME argument is treated as follows: if it
8222 is nil, send the image to the printer. If FILENAME is a string, save
8223 the PostScript image in a file with that name. If FILENAME is a
8224 number, prompt the user for the name of the file to save in." t nil)
8225
8226 (autoload 'ps-print-buffer-with-faces "ps-print" "\
8227 Generate and print a PostScript image of the buffer.
8228
8229 Like `ps-print-buffer', but includes font, color, and underline
8230 information in the generated image." t nil)
8231
8232 (autoload 'ps-print-region "ps-print" "\
8233 Generate and print a PostScript image of the region.
8234
8235 Like `ps-print-buffer', but prints just the current region." t nil)
8236
8237 (autoload 'ps-print-region-with-faces "ps-print" "\
8238 Generate and print a PostScript image of the region.
8239
8240 Like `ps-print-region', but includes font, color, and underline
8241 information in the generated image." t nil)
8242
8243 (autoload 'ps-spool-buffer "ps-print" "\
8244 Generate and spool a PostScript image of the buffer.
8245
8246 Like `ps-print-buffer' except that the PostScript image is saved in a
8247 local buffer to be sent to the printer later.
8248
8249 Use the command `ps-despool' to send the spooled images to the printer." t nil)
8250
8251 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
8252 Generate and spool a PostScript image of the buffer.
8253
8254 Like `ps-spool-buffer', but includes font, color, and underline
8255 information in the generated image.
8256
8257 Use the command `ps-despool' to send the spooled images to the printer." t nil)
8258
8259 (autoload 'ps-spool-region "ps-print" "\
8260 Generate a PostScript image of the region and spool locally.
8261
8262 Like `ps-spool-buffer', but spools just the current region.
8263
8264 Use the command `ps-despool' to send the spooled images to the printer." t nil)
8265
8266 (autoload 'ps-spool-region-with-faces "ps-print" "\
8267 Generate a PostScript image of the region and spool locally.
8268
8269 Like `ps-spool-region', but includes font, color, and underline
8270 information in the generated image.
8271
8272 Use the command `ps-despool' to send the spooled images to the printer." t nil)
8273
8274 (autoload 'ps-despool "ps-print" "\
8275 Send the spooled PostScript to the printer.
8276
8277 When called with a numeric prefix argument (C-u), prompt the user for
8278 the name of a file to save the spooled PostScript in, instead of sending
8279 it to the printer.
8280
8281 More specifically, the FILENAME argument is treated as follows: if it
8282 is nil, send the image to the printer. If FILENAME is a string, save
8283 the PostScript image in a file with that name. If FILENAME is a
8284 number, prompt the user for the name of the file to save in." t nil)
8285
8286 ;;;***
8287
8288 ;;;### (autoloads (remote-compile) "rcompile" "packages/rcompile.el" (12720 56487))
8289 ;;; Generated autoloads from packages/rcompile.el
8290
8291 (autoload 'remote-compile "rcompile" "\
8292 Compile the the current buffer's directory on HOST. Log in as USER.
8293 See \\[compile]." t nil)
8294
8295 ;;;***
8296
8297 ;;;### (autoloads nil "recent-files" "packages/recent-files.el" (12558 60919))
8298 ;;; Generated autoloads from packages/recent-files.el
8299
8300 ;;;***
8301
8302 ;;;### (autoloads nil "refbib" "packages/refbib.el" (12547 2434))
8303 ;;; Generated autoloads from packages/refbib.el
8304
8305 ;;;***
8306
8307 ;;;### (autoloads nil "remote" "packages/remote.el" (12547 2435))
8308 ;;; Generated autoloads from packages/remote.el
8309
8310 ;;;***
8311
8312 ;;;### (autoloads nil "reportmail" "packages/reportmail.el" (12743 22077))
8313 ;;; Generated autoloads from packages/reportmail.el
8314
8315 ;;;### (autoloads nil "resume" "packages/resume.el" (12547 2437))
8316 ;;; Generated autoloads from packages/resume.el
8317
8318 ;;;***
8319
8320 ;;;### (autoloads nil "rnews" "packages/rnews.el" (12547 2438))
8321 ;;; Generated autoloads from packages/rnews.el
8322
8323 ;;;***
8324
8325 ;;;### (autoloads nil "rnewspost" "packages/rnewspost.el" (12547 2440))
8326 ;;; Generated autoloads from packages/rnewspost.el
8327
8328 ;;;***
8329
8330 ;;;### (autoloads nil "saveconf" "packages/saveconf.el" (12547 2439))
8331 ;;; Generated autoloads from packages/saveconf.el
8332
8333 ;;;***
8334
8335 ;;;### (autoloads nil "saveplace" "packages/saveplace.el" (12547 2414))
8336 ;;; Generated autoloads from packages/saveplace.el
8337
8338 ;;;***
8339
8340 ;;;### (autoloads nil "sccs" "packages/sccs.el" (12547 2430))
8341 ;;; Generated autoloads from packages/sccs.el
8342
8343 ;;;***
8344
8345 ;;;### (autoloads nil "scroll-in-place" "packages/scroll-in-place.el" (12547 2457))
8346 ;;; Generated autoloads from packages/scroll-in-place.el
8347
8348 ;;;***
8349
8350 ;;;### (autoloads nil "server" "packages/server.el" (12547 2441))
8351 ;;; Generated autoloads from packages/server.el
8352
8353 (make-obsolete 'server-start 'gnuserv-start)
8354
8355 ;;;***
8356
8357 ;;;### (autoloads nil "session" "packages/session.el" (12547 2442))
8358 ;;; Generated autoloads from packages/session.el
8359
8360 ;;;***
8361
8362 ;;;### (autoloads (install-shell-fonts) "shell-font" "packages/shell-font.el" (12547 2438))
8363 ;;; Generated autoloads from packages/shell-font.el
8364
8365 (autoload 'install-shell-fonts "shell-font" "\
8366 Decorate the current interaction buffer with fonts.
8367 This uses the faces called `shell-prompt', `shell-input' and `shell-output';
8368 you can alter the graphical attributes of those with the normal
8369 face-manipulation functions." nil nil)
8370
8371 ;;;***
8372
8373 ;;;### (autoloads nil "spell" "packages/spell.el" (12547 2436))
8374 ;;; Generated autoloads from packages/spell.el
8375
8376 ;;;***
8377
8378 ;;;### (autoloads nil "supercite" "packages/supercite.el" (12547 2458))
8379 ;;; Generated autoloads from packages/supercite.el
8380
8381 ;;;### (autoloads (tar-mode) "tar-mode" "packages/tar-mode.el" (12547 2442))
8382 ;;; Generated autoloads from packages/tar-mode.el
8383
8384 (autoload 'tar-mode "tar-mode" "\
8385 Major mode for viewing a tar file as a dired-like listing of its contents.
8386 You can move around using the usual cursor motion commands.
8387 Letters no longer insert themselves.
8388 Type 'e' to pull a file out of the tar file and into its own buffer.
8389 Type 'c' to copy an entry from the tar file into another file on disk.
8390
8391 If you edit a sub-file of this archive (as with the 'e' command) and
8392 save it with Control-X Control-S, the contents of that buffer will be
8393 saved back into the tar-file buffer; in this way you can edit a file
8394 inside of a tar archive without extracting it and re-archiving it.
8395
8396 See also: variables tar-update-datestamp and tar-anal-blocksize.
8397 \\{tar-mode-map}" nil nil)
8398
8399 ;;;***
8400
8401 ;;;### (autoloads (terminal-emulator) "terminal" "packages/terminal.el" (12743 11605))
8402 ;;; Generated autoloads from packages/terminal.el
8403
8404 (autoload 'terminal-emulator "terminal" "\
8405 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
8406 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
8407 BUFFER's contents are made an image of the display generated by that program,
8408 and any input typed when BUFFER is the current Emacs buffer is sent to that
8409 program an keyboard input.
8410
8411 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
8412 are parsed from an input-string using your usual shell.
8413 WIDTH and HEIGHT are determined from the size of the current window
8414 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
8415
8416 To switch buffers and leave the emulator, or to give commands
8417 to the emulator itself (as opposed to the program running under it),
8418 type Control-^. The following character is an emulator command.
8419 Type Control-^ twice to send it to the subprogram.
8420 This escape character may be changed using the variable `terminal-escape-char'.
8421
8422 `Meta' characters may not currently be sent through the terminal emulator.
8423
8424 Here is a list of some of the variables which control the behaviour
8425 of the emulator -- see their documentation for more information:
8426 terminal-escape-char, terminal-scrolling, terminal-more-processing,
8427 terminal-redisplay-interval.
8428
8429 This function calls the value of terminal-mode-hook if that exists
8430 and is non-nil after the terminal buffer has been set up and the
8431 subprocess started.
8432
8433 Presently with `termcap' only; if somebody sends us code to make this
8434 work with `terminfo' we will try to use it." t nil)
8435
8436 ;;;***
8437
8438 ;;;### (autoloads nil "tex-latin1" "packages/tex-latin1.el" (12698 33545))
8439 ;;; Generated autoloads from packages/tex-latin1.el
8440
8441 ;;;***
8442
8443 ;;;### (autoloads (batch-texinfo-format texinfo-format-region texinfo-format-buffer) "texinfmt" "packages/texinfmt.el" (12547 2445))
8444 ;;; Generated autoloads from packages/texinfmt.el
8445
8446 (autoload 'texinfo-format-buffer "texinfmt" "\
8447 Process the current buffer as texinfo code, into an Info file.
8448 The Info file output is generated in a buffer visiting the Info file
8449 names specified in the @setfilename command.
8450
8451 Non-nil argument (prefix, if interactive) means don't make tag table
8452 and don't split the file if large. You can use Info-tagify and
8453 Info-split to do these manually." t nil)
8454
8455 (autoload 'texinfo-format-region "texinfmt" "\
8456 Convert the current region of the Texinfo file to Info format.
8457 This lets you see what that part of the file will look like in Info.
8458 The command is bound to \\[texinfo-format-region]. The text that is
8459 converted to Info is stored in a temporary buffer." t nil)
8460
8461 (autoload 'batch-texinfo-format "texinfmt" "\
8462 Runs texinfo-format-buffer on the files remaining on the command line.
8463 Must be used only with -batch, and kills emacs on completion.
8464 Each file will be processed even if an error occurred previously.
8465 For example, invoke
8466 \"emacs -batch -funcall batch-texinfo-format $docs/ ~/*.texinfo\"." nil nil)
8467
8468 ;;;***
8469
8470 ;;;### (autoloads nil "texnfo-tex" "packages/texnfo-tex.el" (12657 40704))
8471 ;;; Generated autoloads from packages/texnfo-tex.el
8472
8473 ;;;### (autoloads (texinfo-sequential-node-update texinfo-every-node-update texinfo-update-node) "texnfo-upd" "packages/texnfo-upd.el" (12547 2451))
8474 ;;; Generated autoloads from packages/texnfo-upd.el
8475
8476 (autoload 'texinfo-update-node "texnfo-upd" "\
8477 Without any prefix argument, update the node in which point is located.
8478 Non-nil argument (prefix, if interactive) means update the nodes in the
8479 marked region.
8480
8481 The functions for creating or updating nodes and menus, and their
8482 keybindings, are:
8483
8484 texinfo-update-node (&optional region-p) \\[texinfo-update-node]
8485 texinfo-every-node-update () \\[texinfo-every-node-update]
8486 texinfo-sequential-node-update (&optional region-p)
8487
8488 texinfo-make-menu (&optional region-p) \\[texinfo-make-menu]
8489 texinfo-all-menus-update () \\[texinfo-all-menus-update]
8490 texinfo-master-menu ()
8491
8492 texinfo-indent-menu-description (column &optional region-p)
8493
8494 The `texinfo-column-for-description' variable specifies the column to
8495 which menu descriptions are indented. Its default value is 32." t nil)
8496
8497 (autoload 'texinfo-every-node-update "texnfo-upd" "\
8498 Update every node in a Texinfo file." t nil)
8499
8500 (autoload 'texinfo-sequential-node-update "texnfo-upd" "\
8501 Update one node (or many) in a Texinfo file with sequential pointers.
8502
8503 This function causes the `Next' or `Previous' pointer to point to the
8504 immediately preceding or following node, even if it is at a higher or
8505 lower hierarchical level in the document. Continually pressing `n' or
8506 `p' takes you straight through the file.
8507
8508 Without any prefix argument, update the node in which point is located.
8509 Non-nil argument (prefix, if interactive) means update the nodes in the
8510 marked region.
8511
8512 This command makes it awkward to navigate among sections and
8513 subsections; it should be used only for those documents that are meant
8514 to be read like a novel rather than a reference, and for which the
8515 Info `g*' command is inadequate." t nil)
8516
8517 ;;;***
8518
8519 ;;;### (autoloads (time-stamp) "time-stamp" "packages/time-stamp.el" (12547 2415))
8520 ;;; Generated autoloads from packages/time-stamp.el
8521
8522 (autoload 'time-stamp "time-stamp" "\
8523 Update the time stamp string in the buffer.
8524 Only does its thing if the variable time-stamp-active is non-nil.
8525 Typically used on write-file-hooks for automatic time-stamping.
8526 The format of the time stamp is determined by the variable
8527 time-stamp-format. The first time-stamp-line-limit lines of the
8528 buffer (normally 8) are searched for the time stamp template,
8529 and if it is found, a new time stamp is written into it." t nil)
8530
8531 ;;;***
8532
8533 ;;;### (autoloads (display-time) "time" "packages/time.el" (12546 50463))
8534 ;;; Generated autoloads from packages/time.el
8535
8536 (defvar display-time-day-and-date nil "\
8537 *Non-nil means \\[display-time] should display day and date as well as time.")
8538
8539 (autoload 'display-time "time" "\
8540 Display current time, load level, and mail flag in mode line of each buffer.
8541 Updates automatically every minute.
8542 If `display-time-day-and-date' is non-nil, the current day and date
8543 are displayed as well.
8544 After each update, `display-time-hook' is run with `run-hooks'.
8545 If `display-time-echo-area' is non-nil, the time is displayed in the
8546 echo area instead of in the mode-line." t nil)
8547
8548 ;;;***
8549
8550 ;;;### (autoloads nil "uncompress" "packages/uncompress.el" (12547 2442))
8551 ;;; Generated autoloads from packages/uncompress.el
8552
8553 ;;;### (autoloads (ununderline-and-unoverstrike-region overstrike-region unoverstrike-region ununderline-region underline-region) "underline" "packages/underline.el" (12546 50465))
8554 ;;; Generated autoloads from packages/underline.el
8555
8556 (autoload 'underline-region "underline" "\
8557 Underline all nonblank characters in the region.
8558 Works by overstriking underscores.
8559 Called from program, takes two arguments START and END
8560 which specify the range to operate on." t nil)
8561
8562 (autoload 'ununderline-region "underline" "\
8563 Remove all underlining (overstruck underscores) in the region.
8564 Called from program, takes two arguments START and END
8565 which specify the range to operate on." t nil)
8566
8567 (autoload 'unoverstrike-region "underline" "\
8568 Remove all overstriking (character-backspace-character) in the region.
8569 Called from program, takes two arguments START and END which specify the
8570 range to operate on." t nil)
8571
8572 (autoload 'overstrike-region "underline" "\
8573 Overstrike (character-backspace-character) all nonblank characters in
8574 the region. Called from program, takes two arguments START and END which
8575 specify the range to operate on." t nil)
8576
8577 (autoload 'ununderline-and-unoverstrike-region "underline" "\
8578 Remove underlining and overstriking in the region. Called from a program,
8579 takes two arguments START and END which specify the range to operate on." t nil)
8580
8581 ;;;***
8582
8583 ;;;### (autoloads (ask-to-update-copyright update-copyright) "upd-copyr" "packages/upd-copyr.el" (12546 50466))
8584 ;;; Generated autoloads from packages/upd-copyr.el
8585
8586 (defvar copyright-do-not-disturb "Free Software Foundation, Inc." "\
8587 *If non-nil, the existing copyright holder is checked against this regexp.
8588 If it does not match, then a new copyright line is added with the copyright
8589 holder set to the value of `copyright-whoami'.")
8590
8591 (defvar copyright-whoami nil "\
8592 *A string containing the name of the owner of new copyright notices.")
8593
8594 (defvar copyright-notice-file nil "\
8595 *If non-nil, replace copying notices with this file.")
8596
8597 (autoload 'update-copyright "upd-copyr" "\
8598 Update the copyright notice at the beginning of the buffer
8599 to indicate the current year. If optional arg REPLACE is given
8600 \(interactively, with prefix arg) replace the years in the notice
8601 rather than adding the current year after them.
8602 If `copyright-notice-file' is set, the copying permissions following the
8603 copyright are replaced as well.
8604
8605 If optional third argument ASK is non-nil, the user is prompted for whether
8606 or not to update the copyright. If optional fourth argument ASK-YEAR is
8607 non-nil, the user is prompted for whether or not to replace the year rather
8608 than adding to it." t nil)
8609
8610 (autoload 'ask-to-update-copyright "upd-copyr" "\
8611 If the current buffer contains a copyright notice that is out of date,
8612 ask the user if it should be updated with `update-copyright' (which see).
8613 Put this on write-file-hooks." nil nil)
8614
8615 ;;;***
8616
8617 ;;;### (autoloads nil "vc-hooks" "packages/vc-hooks.el" (12728 13779))
8618 ;;; Generated autoloads from packages/vc-hooks.el
8619
8620 ;;;***
8621
8622 ;;;### (autoloads (vc-update-change-log 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" (12675 57076))
8623 ;;; Generated autoloads from packages/vc.el
8624
8625 (defvar vc-checkin-hook nil "\
8626 *List of functions called after a checkin is done. See `run-hooks'.")
8627
8628 (autoload 'vc-file-status "vc" "\
8629 Display the current status of the file being visited.
8630 Currently, this is only defined for CVS. The information provided in the
8631 modeline is generally sufficient for RCS and SCCS." t nil)
8632
8633 (autoload 'vc-next-action "vc" "\
8634 Do the next logical checkin or checkout operation on the current file.
8635
8636 For RCS and SCCS files:
8637 If the file is not already registered, this registers it for version
8638 control and then retrieves a writable, locked copy for editing.
8639 If the file is registered and not locked by anyone, this checks out
8640 a writable and locked file ready for editing.
8641 If the file is checked out and locked by the calling user, this
8642 first checks to see if the file has changed since checkout. If not,
8643 it performs a revert.
8644 If the file has been changed, this pops up a buffer for entry
8645 of a log message; when the message has been entered, it checks in the
8646 resulting changes along with the log message as change commentary. If
8647 the variable `vc-keep-workfiles' is non-nil (which is its default), a
8648 read-only copy of the changed file is left in place afterwards.
8649 If the file is registered and locked by someone else, you are given
8650 the option to steal the lock.
8651
8652 For CVS files:
8653 If the file is not already registered, this registers it for version
8654 control. This does a \"cvs add\", but no \"cvs commit\".
8655 If the file is added but not committed, it is committed.
8656 If the file has not been changed, neither in your working area or
8657 in the repository, a message is printed and nothing is done.
8658 If your working file is changed, but the repository file is
8659 unchanged, this pops up a buffer for entry of a log message; when the
8660 message has been entered, it checks in the resulting changes along
8661 with the logmessage as change commentary. A writable file is retained.
8662 If the repository file is changed, you are asked if you want to
8663 merge in the changes into your working copy.
8664
8665 The following is true regardless of which version control system you
8666 are using:
8667
8668 If you call this from within a VC dired buffer with no files marked,
8669 it will operate on the file in the current line.
8670 If you call this from within a VC dired buffer, and one or more
8671 files are marked, it will accept a log message and then operate on
8672 each one. The log message will be used as a comment for any register
8673 or checkin operations, but ignored when doing checkouts. Attempted
8674 lock steals will raise an error.
8675
8676 For checkin, a prefix argument lets you specify the version number to use." t nil)
8677
8678 (autoload 'vc-register "vc" "\
8679 Register the current file into your version-control system." t nil)
8680
8681 (autoload 'vc-diff "vc" "\
8682 Display diffs between file versions.
8683 Normally this compares the current file and buffer with the most recent
8684 checked in version of that file. This uses no arguments.
8685 With a prefix argument, it reads the file name to use
8686 and two version designators specifying which versions to compare." t nil)
8687
8688 (autoload 'vc-version-diff "vc" "\
8689 For FILE, report diffs between two stored versions REL1 and REL2 of it.
8690 If FILE is a directory, generate diffs between versions for all registered
8691 files in or below it." t nil)
8692
8693 (autoload 'vc-version-other-window "vc" "\
8694 Visit version REV of the current buffer in another window.
8695 If the current buffer is named `F', the version is named `F.~REV~'.
8696 If `F.~REV~' already exists, it is used instead of being re-created." t nil)
8697
8698 (autoload 'vc-insert-headers "vc" "\
8699 Insert headers in a file for use with your version-control system.
8700 Headers desired are inserted at the start of the buffer, and are pulled from
8701 the variable `vc-header-alist'." t nil)
8702
8703 (autoload 'vc-directory "vc" "\
8704 Show version-control status of all files in the directory DIR.
8705 If the second argument VERBOSE is non-nil, show all files;
8706 otherwise show only files that current locked in the version control system.
8707 Interactively, supply a prefix arg to make VERBOSE non-nil.
8708
8709 If the optional third argument NESTED is non-nil,
8710 scan the entire tree of subdirectories of the current directory." t nil)
8711
8712 (autoload 'vc-create-snapshot "vc" "\
8713 Make a snapshot called NAME.
8714 The snapshot is made from all registered files at or below the current
8715 directory. For each file, the version level of its latest
8716 version becomes part of the named configuration." t nil)
8717
8718 (autoload 'vc-retrieve-snapshot "vc" "\
8719 Retrieve the snapshot called NAME.
8720 This function fails if any files are locked at or below the current directory
8721 Otherwise, all registered files are checked out (unlocked) at their version
8722 levels in the snapshot." t nil)
8723
8724 (autoload 'vc-print-log "vc" "\
8725 List the change log of the current buffer in a window." t nil)
8726
8727 (autoload 'vc-revert-buffer "vc" "\
8728 Revert the current buffer's file back to the latest checked-in version.
8729 This asks for confirmation if the buffer contents are not identical
8730 to that version.
8731 If the back-end is CVS, this will give you the most recent revision of
8732 the file on the branch you are editing." t nil)
8733
8734 (autoload 'vc-cancel-version "vc" "\
8735 Get rid of most recently checked in version of this file.
8736 A prefix argument means do not revert the buffer afterwards." t nil)
8737
8738 (autoload 'vc-rename-file "vc" "\
8739 Rename file OLD to NEW, and rename its master file likewise." t nil)
8740
8741 (autoload 'vc-update-change-log "vc" "\
8742 Find change log file and add entries from recent RCS logs.
8743 The mark is left at the end of the text prepended to the change log.
8744 With prefix arg of C-u, only find log entries for the current buffer's file.
8745 With any numeric prefix arg, find log entries for all files currently visited.
8746 Otherwise, find log entries for all registered files in the default directory.
8747 From a program, any arguments are passed to the `rcs2log' script." t nil)
8748
8749 ;;;***
8750
8751 ;;;### (autoloads nil "webster-ucb" "packages/webster-ucb.el" (12547 2446))
8752 ;;; Generated autoloads from packages/webster-ucb.el
8753
8754 ;;;### (autoloads (webster-spell webster-endings webster) "webster" "packages/webster.el" (12547 2449))
8755 ;;; Generated autoloads from packages/webster.el
8756
8757 (autoload 'webster "webster" "\
8758 Look up a word in the Webster's dictionary.
8759 Open a network login connection to a webster host if necessary.
8760 Communication with host is recorded in a buffer *webster*." t nil)
8761
8762 (autoload 'webster-endings "webster" "\
8763 Look up endings for a word in the Webster's dictionary.
8764 Open a network login connection to a webster host if necessary.
8765 Communication with host is recorded in a buffer *webster*." t nil)
8766
8767 (autoload 'webster-spell "webster" "\
8768 Look spelling for a word in the Webster's dictionary.
8769 Open a network login connection to a webster host if necessary.
8770 Communication with host is recorded in a buffer *webster*." t nil)
8771
8772 ;;;***
8773
8774 ;;;### (autoloads (run-scheme) "xscheme" "packages/xscheme.el" (12547 2448))
8775 ;;; Generated autoloads from packages/xscheme.el
8776
8777 (defvar scheme-program-name "scheme" "\
8778 *Program invoked by the `run-scheme' command.")
8779
8780 (defvar scheme-band-name nil "\
8781 *Band loaded by the `run-scheme' command.")
8782
8783 (defvar scheme-program-arguments nil "\
8784 *Arguments passed to the Scheme program by the `run-scheme' command.")
8785
8786 (autoload 'run-scheme "xscheme" "\
8787 Run an inferior Scheme process.
8788 Output goes to the buffer `*scheme*'.
8789 With argument, asks for a command line." t nil)
8790
8791 ;;;***
8792
8793 ;;;### (autoloads nil "compile-all" "pcl-cvs/compile-all.el" (12376 19549))
8794 ;;; Generated autoloads from pcl-cvs/compile-all.el
8795
8796 ;;;***
8797
8798 ;;;### (autoloads nil "cookie" "pcl-cvs/cookie.el" (12675 57120))
8799 ;;; Generated autoloads from pcl-cvs/cookie.el
8800
8801 ;;;***
8802
8803 ;;;### (autoloads nil "dll-debug" "pcl-cvs/dll-debug.el" (12675 57121))
8804 ;;; Generated autoloads from pcl-cvs/dll-debug.el
8805
8806 ;;;***
8807
8808 ;;;### (autoloads nil "dll" "pcl-cvs/dll.el" (12675 57122))
8809 ;;; Generated autoloads from pcl-cvs/dll.el
8810
8811 ;;;***
8812
8813 ;;;### (autoloads nil "elib-node" "pcl-cvs/elib-node.el" (12675 57122))
8814 ;;; Generated autoloads from pcl-cvs/elib-node.el
8815
8816 ;;;***
8817
8818 ;;;### (autoloads nil "pcl-cvs-lucid" "pcl-cvs/pcl-cvs-lucid.el" (12675 57126))
8819 ;;; Generated autoloads from pcl-cvs/pcl-cvs-lucid.el
8820
8821 ;;;***
8822
8823 ;;;### (autoloads nil "pcl-cvs-startup" "pcl-cvs/pcl-cvs-startup.el" (12675 57121))
8824 ;;; Generated autoloads from pcl-cvs/pcl-cvs-startup.el
8825
8826 ;;;***
8827
8828 ;;;### (autoloads (pcl-cvs-fontify) "pcl-cvs-xemacs" "pcl-cvs/pcl-cvs-xemacs.el" (12686 31800))
8829 ;;; Generated autoloads from pcl-cvs/pcl-cvs-xemacs.el
8830
8831 (autoload 'pcl-cvs-fontify "pcl-cvs-xemacs" nil nil nil)
8832
8833 ;;;***
8834
8835 ;;;### (autoloads (cvs-update-other-window cvs-update) "pcl-cvs" "pcl-cvs/pcl-cvs.el" (12686 31728))
8836 ;;; Generated autoloads from pcl-cvs/pcl-cvs.el
8837
8838 (autoload 'cvs-update "pcl-cvs" "\
8839 Run a 'cvs update' in the current working directory. Feed the
8840 output to a *cvs* buffer and run cvs-mode on it.
8841 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
8842
8843 (autoload 'cvs-update-other-window "pcl-cvs" "\
8844 Run a 'cvs update' in the current working directory. Feed the
8845 output to a *cvs* buffer, display it in the other window, and run
8846 cvs-mode on it.
8847
8848 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil)
8849
8850 ;;;***
8851
8852 ;;;### (autoloads nil "string" "pcl-cvs/string.el" (12675 57127))
8853 ;;; Generated autoloads from pcl-cvs/string.el
8854
8855 ;;;***
8856
8857 ;;;### (autoloads (about-xemacs) "about" "prim/about.el" (12748 7624))
8858 ;;; Generated autoloads from prim/about.el
8859
8860 (autoload 'about-xemacs "about" nil t nil)
8861
8862 ;;;***
8863
8864 ;;;### (autoloads (all-hail-emacs all-hail-xemacs praise-be-unto-emacs praise-be-unto-xemacs) "advocacy" "prim/advocacy.el" (12740 25220))
8865 ;;; Generated autoloads from prim/advocacy.el
8866
8867 (defvar xemacs-praise-sound-file "sounds/im_so_happy.au" "\
8868 The name of an audio file containing something to play
8869 when praising XEmacs")
8870
8871 (defvar xemacs-praise-message "All Hail XEmacs!\n" "\
8872 What to praise XEmacs with")
8873
8874 (autoload 'praise-be-unto-xemacs "advocacy" "\
8875 All Hail XEmacs!" t nil)
8876
8877 (autoload 'praise-be-unto-emacs "advocacy" nil t nil)
8878
8879 (autoload 'all-hail-xemacs "advocacy" "\
8880 All Hail XEmacs!" t nil)
8881
8882 (autoload 'all-hail-emacs "advocacy" nil t nil)
8883
8884 ;;;***
8885
8886 ;;;### (autoloads nil "backquote" "prim/backquote.el" (12546 50509))
8887 ;;; Generated autoloads from prim/backquote.el
8888
8889 ;;;***
8890
8891 ;;;### (autoloads nil "buffer" "prim/buffer.el" (12639 8641))
8892 ;;; Generated autoloads from prim/buffer.el
8893
8894 ;;;***
8895
8896 ;;;### (autoloads (describe-buffer-case-table) "case-table" "prim/case-table.el" (12648 18583))
8897 ;;; Generated autoloads from prim/case-table.el
8898
8899 (autoload 'describe-buffer-case-table "case-table" "\
8900 Describe the case table of the current buffer." t nil)
8901
8902 ;;;***
8903
8904 ;;;### (autoloads nil "cmdloop" "prim/cmdloop.el" (12648 18587))
8905 ;;; Generated autoloads from prim/cmdloop.el
8906
8907 ;;;***
8908
8909 ;;;### (autoloads nil "cmdloop1" "prim/cmdloop1.el" (12546 50501))
8910 ;;; Generated autoloads from prim/cmdloop1.el
8911
8912 ;;;***
8913
8914 ;;;### (autoloads nil "console" "prim/console.el" (12546 50529))
8915 ;;; Generated autoloads from prim/console.el
8916
8917 ;;;### (autoloads nil "curmudgeon" "prim/curmudgeon.el" (12648 454))
8918 ;;; Generated autoloads from prim/curmudgeon.el
8919
8920 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug" "prim/debug.el" (12639 8609))
8921 ;;; Generated autoloads from prim/debug.el
8922
8923 (autoload 'debug "debug" "\
8924 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
8925 Arguments are mainly for use when this is called
8926 from the internals of the evaluator.
8927 You may call with no args, or you may
8928 pass nil as the first arg and any other args you like.
8929 In that case, the list of args after the first will
8930 be printed into the backtrace buffer." t nil)
8931
8932 (autoload 'debug-on-entry "debug" "\
8933 Request FUNCTION to invoke debugger each time it is called.
8934 If you tell the debugger to continue, FUNCTION's execution proceeds.
8935 This works by modifying the definition of FUNCTION,
8936 which must be written in Lisp, not predefined.
8937 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
8938 Redefining FUNCTION also cancels it." t nil)
8939
8940 (autoload 'cancel-debug-on-entry "debug" "\
8941 Undo effect of \\[debug-on-entry] on FUNCTION.
8942 If argument is nil or an empty string, cancel for all functions." t nil)
8943
8944 ;;;***
8945
8946 ;;;### (autoloads nil "device" "prim/device.el" (12573 6019))
8947 ;;; Generated autoloads from prim/device.el
8948
8949 ;;;***
8950
8951 ;;;### (autoloads nil "dialog" "prim/dialog.el" (12573 6368))
8952 ;;; Generated autoloads from prim/dialog.el
8953
8954 ;;;### (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" (12648 18591))
8955 ;;; Generated autoloads from prim/disp-table.el
8956
8957 (autoload 'describe-current-display-table "disp-table" "\
8958 Describe the display table in use in the selected window and buffer." t nil)
8959
8960 (autoload 'make-display-table "disp-table" "\
8961 Return a new, empty display table." nil nil)
8962
8963 (autoload 'standard-display-8bit "disp-table" "\
8964 Display characters in the range L to H literally." nil nil)
8965
8966 (autoload 'standard-display-default "disp-table" "\
8967 Display characters in the range L to H using the default notation." nil nil)
8968
8969 (autoload 'standard-display-ascii "disp-table" "\
8970 Display character C using printable string S." nil nil)
8971
8972 (autoload 'standard-display-g1 "disp-table" "\
8973 Display character C as character SC in the g1 character set.
8974 This function assumes that your terminal uses the SO/SI characters;
8975 it is meaningless for an X frame." nil nil)
8976
8977 (autoload 'standard-display-graphic "disp-table" "\
8978 Display character C as character GC in graphics character set.
8979 This function assumes VT100-compatible escapes; it is meaningless for an
8980 X frame." nil nil)
8981
8982 (autoload 'standard-display-underline "disp-table" "\
8983 Display character C as character UC plus underlining." nil nil)
8984
8985 (autoload 'standard-display-european "disp-table" "\
8986 Toggle display of European characters encoded with ISO 8859.
8987 When enabled, characters in the range of 160 to 255 display not
8988 as octal escapes, but as accented characters.
8989 With prefix argument, enable European character display iff arg is positive." t nil)
8990
8991 ;;;***
8992
8993 ;;;### (autoloads (setenv) "env" "prim/env.el" (12546 50503))
8994 ;;; Generated autoloads from prim/env.el
8995
8996 (autoload 'setenv "env" "\
8997 Set the value of the environment variable named VARIABLE to VALUE.
8998 VARIABLE should be a string. VALUE is optional; if not provided or is
8999 `nil', the environment variable VARIABLE will be removed.
9000
9001 Interactively, a prefix argument means to unset the variable.
9002 Interactively, the current value (if any) of the variable
9003 appears at the front of the history list when you type in the new value.
9004
9005 This function works by modifying `process-environment'." t nil)
9006
9007 ;;;***
9008
9009 ;;;### (autoloads nil "events" "prim/events.el" (12727 30162))
9010 ;;; Generated autoloads from prim/events.el
9011
9012 ;;;***
9013
9014 ;;;### (autoloads nil "extents" "prim/extents.el" (12639 8620))
9015 ;;; Generated autoloads from prim/extents.el
9016
9017 ;;;***
9018
9019 ;;;### (autoloads nil "faces" "prim/faces.el" (12743 11619))
9020 ;;; Generated autoloads from prim/faces.el
9021
9022 ;;;***
9023
9024 ;;;### (autoloads nil "files" "prim/files.el" (12743 11613))
9025 ;;; Generated autoloads from prim/files.el
9026
9027 ;;;***
9028
9029 ;;;### (autoloads nil "fill" "prim/fill.el" (12528 23894))
9030 ;;; Generated autoloads from prim/fill.el
9031
9032 ;;;### (autoloads nil "float-sup" "prim/float-sup.el" (12546 50479))
9033 ;;; Generated autoloads from prim/float-sup.el
9034
9035 ;;;***
9036
9037 ;;;### (autoloads nil "format" "prim/format.el" (12648 18601))
9038 ;;; Generated autoloads from prim/format.el
9039
9040 ;;;***
9041
9042 ;;;### (autoloads nil "frame" "prim/frame.el" (12741 25956))
9043 ;;; Generated autoloads from prim/frame.el
9044
9045 ;;;***
9046
9047 ;;;### (autoloads nil "glyphs" "prim/glyphs.el" (12740 25218))
9048 ;;; Generated autoloads from prim/glyphs.el
9049
9050 ;;;### (autoloads nil "gui" "prim/gui.el" (12648 18603))
9051 ;;; Generated autoloads from prim/gui.el
9052
9053 ;;;***
9054
9055 ;;;### (autoloads nil "help" "prim/help.el" (12747 13261))
9056 ;;; Generated autoloads from prim/help.el
9057
9058 ;;;### (autoloads nil "inc-vers" "prim/inc-vers.el" (12546 50487))
9059 ;;; Generated autoloads from prim/inc-vers.el
9060
9061 ;;;### (autoloads nil "indent" "prim/indent.el" (12648 18582))
9062 ;;; Generated autoloads from prim/indent.el
9063
9064 ;;;***
9065
9066 ;;;### (autoloads nil "isearch-mode" "prim/isearch-mode.el" (12698 33552))
9067 ;;; Generated autoloads from prim/isearch-mode.el
9068
9069 ;;;### (autoloads nil "itimer" "prim/itimer.el" (12546 50498))
9070 ;;; Generated autoloads from prim/itimer.el
9071
9072 ;;;***
9073
9074 ;;;### (autoloads nil "keydefs" "prim/keydefs.el" (12639 8614))
9075 ;;; Generated autoloads from prim/keydefs.el
9076
9077 ;;;***
9078
9079 ;;;### (autoloads nil "keymap" "prim/keymap.el" (12558 60933))
9080 ;;; Generated autoloads from prim/keymap.el
9081
9082 ;;;***
9083
9084 ;;;### (autoloads nil "lisp" "prim/lisp.el" (12546 50478))
9085 ;;; Generated autoloads from prim/lisp.el
9086
9087 ;;;***
9088
9089 ;;;### (autoloads nil "loaddefs" "prim/loaddefs.el" (12748 8002))
9090 ;;; Generated autoloads from prim/loaddefs.el
9091
9092 ;;;***
9093
9094 ;;;### (autoloads nil "loadup-el" "prim/loadup-el.el" (12639 8618))
9095 ;;; Generated autoloads from prim/loadup-el.el
9096
9097 ;;;### (autoloads nil "loadup" "prim/loadup.el" (12728 8250))
9098 ;;; Generated autoloads from prim/loadup.el
9099
9100 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro name-last-kbd-macro) "macros" "prim/macros.el" (12546 50477))
9101 ;;; Generated autoloads from prim/macros.el
9102
9103 (autoload 'name-last-kbd-macro "macros" "\
9104 Assign a name to the last keyboard macro defined.
9105 Argument SYMBOL is the name to define.
9106 The symbol's function definition becomes the keyboard macro string.
9107 Such a \"function\" cannot be called from Lisp, but it is a valid
9108 editor command." t nil)
9109
9110 (autoload 'insert-kbd-macro "macros" "\
9111 Insert in buffer the definition of kbd macro NAME, as Lisp code.
9112 Optional second argument KEYS means also record the keys it is on
9113 \(this is the prefix argument, when calling interactively).
9114
9115 This Lisp code will, when executed, define the kbd macro with the
9116 same definition it has now. If you say to record the keys,
9117 the Lisp code will also rebind those keys to the macro.
9118 Only global key bindings are recorded since executing this Lisp code
9119 always makes global bindings.
9120
9121 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
9122 use this command, and then save the file." t nil)
9123
9124 (autoload 'kbd-macro-query "macros" "\
9125 Query user during kbd macro execution.
9126 With prefix argument, enters recursive edit,
9127 reading keyboard commands even within a kbd macro.
9128 You can give different commands each time the macro executes.
9129 Without prefix argument, asks whether to continue running the macro.
9130 Your options are: \\<query-replace-map>
9131 \\[act] Finish this iteration normally and continue with the next.
9132 \\[skip] Skip the rest of this iteration, and start the next.
9133 \\[exit] Stop the macro entirely right now.
9134 \\[recenter] Redisplay the frame, then ask again.
9135 \\[edit] Enter recursive edit; ask again when you exit from that." t nil)
9136
9137 (autoload 'apply-macro-to-region-lines "macros" "\
9138 For each complete line between point and mark, move to the beginning
9139 of the line, and run the last keyboard macro.
9140
9141 When called from lisp, this function takes two arguments TOP and
9142 BOTTOM, describing the current region. TOP must be before BOTTOM.
9143 The optional third argument MACRO specifies a keyboard macro to
9144 execute.
9145
9146 This is useful for quoting or unquoting included text, adding and
9147 removing comments, or producing tables where the entries are regular.
9148
9149 For example, in Usenet articles, sections of text quoted from another
9150 author are indented, or have each line start with `>'. To quote a
9151 section of text, define a keyboard macro which inserts `>', put point
9152 and mark at opposite ends of the quoted section, and use
9153 `\\[apply-macro-to-region-lines]' to mark the entire section.
9154
9155 Suppose you wanted to build a keyword table in C where each entry
9156 looked like this:
9157
9158 { \"foo\", foo_data, foo_function },
9159 { \"bar\", bar_data, bar_function },
9160 { \"baz\", baz_data, baz_function },
9161
9162 You could enter the names in this format:
9163
9164 foo
9165 bar
9166 baz
9167
9168 and write a macro to massage a word into a table entry:
9169
9170 \\C-x (
9171 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
9172 \\C-x )
9173
9174 and then select the region of un-tablified names and use
9175 `\\[apply-macro-to-region-lines]' to build the table from the names.
9176 " t nil)
9177
9178 ;;;***
9179
9180 ;;;### (autoloads nil "menubar" "prim/menubar.el" (12648 18588))
9181 ;;; Generated autoloads from prim/menubar.el
9182
9183 ;;;***
9184
9185 ;;;### (autoloads nil "minibuf" "prim/minibuf.el" (12740 25211))
9186 ;;; Generated autoloads from prim/minibuf.el
9187
9188 ;;;***
9189
9190 ;;;### (autoloads nil "misc" "prim/misc.el" (12558 60927))
9191 ;;; Generated autoloads from prim/misc.el
9192
9193 ;;;### (autoloads nil "mode-motion" "prim/mode-motion.el" (12657 40715))
9194 ;;; Generated autoloads from prim/mode-motion.el
9195
9196 ;;;***
9197
9198 ;;;### (autoloads nil "modeline" "prim/modeline.el" (12730 62103))
9199 ;;; Generated autoloads from prim/modeline.el
9200
9201 ;;;***
9202
9203 ;;;### (autoloads nil "mouse" "prim/mouse.el" (12744 55115))
9204 ;;; Generated autoloads from prim/mouse.el
9205
9206 ;;;### (autoloads (disable-command enable-command disabled-command-hook) "novice" "prim/novice.el" (12546 50489))
9207 ;;; Generated autoloads from prim/novice.el
9208
9209 (autoload 'disabled-command-hook "novice" nil nil nil)
9210
9211 (autoload 'enable-command "novice" "\
9212 Allow COMMAND to be executed without special confirmation from now on.
9213 The user's .emacs file is altered so that this will apply
9214 to future sessions." t nil)
9215
9216 (autoload 'disable-command "novice" "\
9217 Require special confirmation to execute COMMAND from now on.
9218 The user's .emacs file is altered so that this will apply
9219 to future sessions." t nil)
9220
9221 ;;;***
9222
9223 ;;;### (autoloads nil "objects" "prim/objects.el" (12573 6927))
9224 ;;; Generated autoloads from prim/objects.el
9225
9226 ;;;***
9227
9228 ;;;### (autoloads nil "obsolete" "prim/obsolete.el" (12698 33559))
9229 ;;; Generated autoloads from prim/obsolete.el
9230
9231 ;;;***
9232
9233 ;;;### (autoloads (edit-options list-options) "options" "prim/options.el" (12546 50481))
9234 ;;; Generated autoloads from prim/options.el
9235
9236 (autoload 'list-options "options" "\
9237 Display a list of XEmacs user options, with values and documentation." t nil)
9238
9239 (autoload 'edit-options "options" "\
9240 Edit a list of XEmacs user option values.
9241 Selects a buffer containing such a list,
9242 in which there are commands to set the option values.
9243 Type \\[describe-mode] in that buffer for a list of commands." t nil)
9244
9245 ;;;***
9246
9247 ;;;### (autoloads nil "page" "prim/page.el" (12546 50475))
9248 ;;; Generated autoloads from prim/page.el
9249
9250 ;;;***
9251
9252 ;;;### (autoloads nil "paragraphs" "prim/paragraphs.el" (12558 60931))
9253 ;;; Generated autoloads from prim/paragraphs.el
9254
9255 ;;;***
9256
9257 ;;;### (autoloads nil "process" "prim/process.el" (12727 30162))
9258 ;;; Generated autoloads from prim/process.el
9259
9260 ;;;### (autoloads nil "profile" "prim/profile.el" (12607 29210))
9261 ;;; Generated autoloads from prim/profile.el
9262
9263 ;;;***
9264
9265 ;;;### (autoloads (clear-rectangle string-rectangle open-rectangle insert-rectangle yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle delete-rectangle) "rect" "prim/rect.el" (12546 50488))
9266 ;;; Generated autoloads from prim/rect.el
9267
9268 (autoload 'delete-rectangle "rect" "\
9269 Delete (don't save) text in rectangle with point and mark as corners.
9270 The same range of columns is deleted in each line
9271 starting with the line where the region begins
9272 and ending with the line where the region ends." t nil)
9273
9274 (autoload 'delete-extract-rectangle "rect" "\
9275 Delete contents of rectangle and return it as a list of strings.
9276 Arguments START and END are the corners of the rectangle.
9277 The value is list of strings, one for each line of the rectangle." nil nil)
9278
9279 (autoload 'extract-rectangle "rect" "\
9280 Return contents of rectangle with corners at START and END.
9281 Value is list of strings, one for each line of the rectangle." nil nil)
9282
9283 (defvar killed-rectangle nil "\
9284 Rectangle for yank-rectangle to insert.")
9285
9286 (autoload 'kill-rectangle "rect" "\
9287 Delete rectangle with corners at point and mark; save as last killed one.
9288 Calling from program, supply two args START and END, buffer positions.
9289 But in programs you might prefer to use `delete-extract-rectangle'." t nil)
9290
9291 (autoload 'yank-rectangle "rect" "\
9292 Yank the last killed rectangle with upper left corner at point." t nil)
9293
9294 (autoload 'insert-rectangle "rect" "\
9295 Insert text of RECTANGLE with upper left corner at point.
9296 RECTANGLE's first line is inserted at point,
9297 its second line is inserted at a point vertically under point, etc.
9298 RECTANGLE should be a list of strings.
9299 After this command, the mark is at the upper left corner
9300 and point is at the lower right corner." nil nil)
9301
9302 (autoload 'open-rectangle "rect" "\
9303 Blank out rectangle with corners at point and mark, shifting text right.
9304 The text previously in the region is not overwritten by the blanks,
9305 but instead winds up to the right of the rectangle." t nil)
9306
9307 (autoload 'string-rectangle "rect" "\
9308 Insert STRING on each line of the region-rectangle, shifting text right.
9309 The left edge of the rectangle specifies the column for insertion.
9310 This command does not delete or overwrite any existing text.
9311
9312 Called from a program, takes three args; START, END and STRING." t nil)
9313
9314 (autoload 'clear-rectangle "rect" "\
9315 Blank out rectangle with corners at point and mark.
9316 The text previously in the region is overwritten by the blanks.
9317 When called from a program, requires two args which specify the corners." t nil)
9318
9319 ;;;***
9320
9321 ;;;### (autoloads nil "register" "prim/register.el" (12540 24673))
9322 ;;; Generated autoloads from prim/register.el
9323
9324 ;;;***
9325
9326 ;;;### (autoloads nil "replace" "prim/replace.el" (12740 25219))
9327 ;;; Generated autoloads from prim/replace.el
9328
9329 ;;;***
9330
9331 ;;;### (autoloads (reposition-window) "reposition" "prim/reposition.el" (12546 50489))
9332 ;;; Generated autoloads from prim/reposition.el
9333
9334 (autoload 'reposition-window "reposition" "\
9335 Make the current definition and/or comment visible.
9336 Further invocations move it to the top of the window or toggle the
9337 visibility of comments that precede it.
9338 Point is left unchanged unless prefix ARG is supplied.
9339 If the definition is fully onscreen, it is moved to the top of the
9340 window. If it is partly offscreen, the window is scrolled to get the
9341 definition (or as much as will fit) onscreen, unless point is in a comment
9342 which is also partly offscreen, in which case the scrolling attempts to get
9343 as much of the comment onscreen as possible.
9344 Initially `reposition-window' attempts to make both the definition and
9345 preceding comments visible. Further invocations toggle the visibility of
9346 the comment lines.
9347 If ARG is non-nil, point may move in order to make the whole defun
9348 visible (if only part could otherwise be made so), to make the defun line
9349 visible (if point is in code and it could not be made so, or if only
9350 comments, including the first comment line, are visible), or to make the
9351 first comment line visible (if point is in a comment)." t nil)
9352
9353 ;;;***
9354
9355 ;;;### (autoloads nil "scrollbar" "prim/scrollbar.el" (12546 50512))
9356 ;;; Generated autoloads from prim/scrollbar.el
9357
9358 ;;;***
9359
9360 ;;;### (autoloads nil "simple" "prim/simple.el" (12690 2179))
9361 ;;; Generated autoloads from prim/simple.el
9362
9363 ;;;### (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" (12546 50495))
9364 ;;; Generated autoloads from prim/sort.el
9365
9366 (autoload 'sort-subr "sort" "\
9367 General text sorting routine to divide buffer into records and sort them.
9368 Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
9369
9370 We divide the accessible portion of the buffer into disjoint pieces
9371 called sort records. A portion of each sort record (perhaps all of
9372 it) is designated as the sort key. The records are rearranged in the
9373 buffer in order by their sort keys. The records may or may not be
9374 contiguous.
9375
9376 Usually the records are rearranged in order of ascending sort key.
9377 If REVERSE is non-nil, they are rearranged in order of descending sort key.
9378
9379 The next four arguments are functions to be called to move point
9380 across a sort record. They will be called many times from within sort-subr.
9381
9382 NEXTRECFUN is called with point at the end of the previous record.
9383 It moves point to the start of the next record.
9384 It should move point to the end of the buffer if there are no more records.
9385 The first record is assumed to start at the position of point when sort-subr
9386 is called.
9387
9388 ENDRECFUN is called with point within the record.
9389 It should move point to the end of the record.
9390
9391 STARTKEYFUN moves from the start of the record to the start of the key.
9392 It may return either a non-nil value to be used as the key, or
9393 else the key is the substring between the values of point after
9394 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
9395 starts at the beginning of the record.
9396
9397 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
9398 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
9399 same as ENDRECFUN." nil nil)
9400
9401 (autoload 'sort-lines "sort" "\
9402 Sort lines in region alphabetically; argument means descending order.
9403 Called from a program, there are three arguments:
9404 REVERSE (non-nil means reverse order), BEG and END (region to sort)." t nil)
9405
9406 (autoload 'sort-paragraphs "sort" "\
9407 Sort paragraphs in region alphabetically; argument means descending order.
9408 Called from a program, there are three arguments:
9409 REVERSE (non-nil means reverse order), BEG and END (region to sort)." t nil)
9410
9411 (autoload 'sort-pages "sort" "\
9412 Sort pages in region alphabetically; argument means descending order.
9413 Called from a program, there are three arguments:
9414 REVERSE (non-nil means reverse order), BEG and END (region to sort)." t nil)
9415
9416 (autoload 'sort-numeric-fields "sort" "\
9417 Sort lines in region numerically by the ARGth field of each line.
9418 Fields are separated by whitespace and numbered from 1 up.
9419 Specified field must contain a number in each line of the region.
9420 With a negative arg, sorts by the ARGth field counted from the right.
9421 Called from a program, there are three arguments:
9422 FIELD, BEG and END. BEG and END specify region to sort.
9423 If you want to sort floating-point numbers, try `sort-float-fields'." t nil)
9424
9425 (autoload 'sort-float-fields "sort" "\
9426 Sort lines in region numerically by the ARGth field of each line.
9427 Fields are separated by whitespace and numbered from 1 up. Specified field
9428 must contain a floating point number in each line of the region. With a
9429 negative arg, sorts by the ARGth field counted from the right. Called from a
9430 program, there are three arguments: FIELD, BEG and END. BEG and END specify
9431 region to sort." t nil)
9432
9433 (autoload 'sort-fields "sort" "\
9434 Sort lines in region lexicographically by the ARGth field of each line.
9435 Fields are separated by whitespace and numbered from 1 up.
9436 With a negative arg, sorts by the ARGth field counted from the right.
9437 Called from a program, there are three arguments:
9438 FIELD, BEG and END. BEG and END specify region to sort." t nil)
9439
9440 (autoload 'sort-regexp-fields "sort" "\
9441 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
9442 RECORD-REGEXP specifies the textual units which should be sorted.
9443 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
9444 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
9445 is to be used for sorting.
9446 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
9447 RECORD-REGEXP is used.
9448 If it is \"\\\\&\" then the whole record is used.
9449 Otherwise, it is a regular-expression for which to search within the record.
9450 If a match for KEY is not found within a record then that record is ignored.
9451
9452 With a negative prefix arg sorts in reverse order.
9453
9454 For example: to sort lines in the region by the first word on each line
9455 starting with the letter \"f\",
9456 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"" t nil)
9457
9458 (autoload 'sort-columns "sort" "\
9459 Sort lines in region alphabetically by a certain range of columns.
9460 For the purpose of this command, the region includes
9461 the entire line that point is in and the entire line the mark is in.
9462 The column positions of point and mark bound the range of columns to sort on.
9463 A prefix argument means sort into reverse order.
9464
9465 Note that `sort-columns' rejects text that contains tabs,
9466 because tabs could be split across the specified columns
9467 and it doesn't know how to handle that. Also, when possible,
9468 it uses the `sort' utility program, which doesn't understand tabs.
9469 Use \\[untabify] to convert tabs to spaces before sorting." t nil)
9470
9471 (autoload 'reverse-region "sort" "\
9472 Reverse the order of lines in a region.
9473 From a program takes two point or marker arguments, BEG and END." t nil)
9474
9475 ;;;***
9476
9477 ;;;### (autoloads (load-default-sounds load-sound-file) "sound" "prim/sound.el" (12546 50494))
9478 ;;; Generated autoloads from prim/sound.el
9479
9480 (or sound-alist (setq sound-alist '((ready nil) (warp nil))))
9481
9482 (autoload 'load-sound-file "sound" "\
9483 Read in an audio-file and add it to the sound-alist.
9484
9485 You can only play sound files if you are running on display 0 of the console
9486 of a Sun SparcStation, SGI machine, or HP9000s700, or running a NetAudio
9487 server. The sound file must be in the Sun/NeXT U-LAW format." t nil)
9488
9489 (autoload 'load-default-sounds "sound" "\
9490 Load and install some sound files as beep-types.
9491 This only works if you're on display 0 of a Sun SparcStation, SGI machine,
9492 or HP9000s700, or running a NetAudio server." t nil)
9493
9494 ;;;***
9495
9496 ;;;### (autoloads nil "specifier" "prim/specifier.el" (12639 8622))
9497 ;;; Generated autoloads from prim/specifier.el
9498
9499 ;;;***
9500
9501 ;;;### (autoloads nil "startup" "prim/startup.el" (12740 25213))
9502 ;;; Generated autoloads from prim/startup.el
9503
9504 ;;;***
9505
9506 ;;;### (autoloads nil "subr" "prim/subr.el" (12639 8613))
9507 ;;; Generated autoloads from prim/subr.el
9508
9509 ;;;***
9510
9511 ;;;### (autoloads nil "symbols" "prim/symbols.el" (12546 50529))
9512 ;;; Generated autoloads from prim/symbols.el
9513
9514 ;;;### (autoloads nil "syntax" "prim/syntax.el" (12546 50506))
9515 ;;; Generated autoloads from prim/syntax.el
9516
9517 ;;;### (autoloads (tabify untabify) "tabify" "prim/tabify.el" (12639 8615))
9518 ;;; Generated autoloads from prim/tabify.el
9519
9520 (autoload 'untabify "tabify" "\
9521 Convert all tabs in region to multiple spaces, preserving columns.
9522 Called non-interactively, the region is specified by arguments
9523 START and END, rather than by the position of point and mark.
9524 The variable `tab-width' controls the spacing of tab stops." t nil)
9525
9526 (autoload 'tabify "tabify" "\
9527 Convert multiple spaces in region to tabs when possible.
9528 A group of spaces is partially replaced by tabs
9529 when this can be done without changing the column they end at.
9530 Called non-interactively, the region is specified by arguments
9531 START and END, rather than by the position of point and mark.
9532 The variable `tab-width' controls the spacing of tab stops." t nil)
9533
9534 ;;;***
9535
9536 ;;;### (autoloads nil "toolbar" "prim/toolbar.el" (12573 6011))
9537 ;;; Generated autoloads from prim/toolbar.el
9538
9539 ;;;***
9540
9541 ;;;### (autoloads nil "undo-stack" "prim/undo-stack.el" (12639 8852))
9542 ;;; Generated autoloads from prim/undo-stack.el
9543
9544 ;;;***
9545
9546 ;;;### (autoloads nil "update-elc" "prim/update-elc.el" (12546 50504))
9547 ;;; Generated autoloads from prim/update-elc.el
9548
9549 ;;;***
9550
9551 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock) "userlock" "prim/userlock.el" (12639 8617))
9552 ;;; Generated autoloads from prim/userlock.el
9553
9554 (autoload 'ask-user-about-lock "userlock" "\
9555 Ask user what to do when he wants to edit FILE but it is locked by USER.
9556 This function has a choice of three things to do:
9557 do (signal 'file-locked (list FILE USER))
9558 to refrain from editing the file
9559 return t (grab the lock on the file)
9560 return nil (edit the file even though it is locked).
9561 You can rewrite it to use any criterion you like to choose which one to do." nil nil)
9562
9563 (autoload 'ask-user-about-supersession-threat "userlock" "\
9564 Ask a user who is about to modify an obsolete buffer what to do.
9565 This function has two choices: it can return, in which case the modification
9566 of the buffer will proceed, or it can (signal 'file-supersession (file)),
9567 in which case the proposed buffer modification will not be made.
9568
9569 You can rewrite this to use any criterion you like to choose which one to do.
9570 The buffer in question is current when this function is called." nil nil)
9571
9572 ;;;***
9573
9574 ;;;### (autoloads nil "window" "prim/window.el" (12657 40725))
9575 ;;; Generated autoloads from prim/window.el
9576
9577 ;;;***
9578
9579 ;;;### (autoloads nil "iso-sgml" "psgml/iso-sgml.el" (12639 8920))
9580 ;;; Generated autoloads from psgml/iso-sgml.el
9581
9582 ;;;***
9583
9584 ;;;### (autoloads nil "psgml-api" "psgml/psgml-api.el" (12639 8921))
9585 ;;; Generated autoloads from psgml/psgml-api.el
9586
9587 ;;;***
9588
9589 ;;;### (autoloads nil "psgml-charent" "psgml/psgml-charent.el" (12639 8921))
9590 ;;; Generated autoloads from psgml/psgml-charent.el
9591
9592 ;;;***
9593
9594 ;;;### (autoloads nil "psgml-debug" "psgml/psgml-debug.el" (12639 8922))
9595 ;;; Generated autoloads from psgml/psgml-debug.el
9596
9597 ;;;***
9598
9599 ;;;### (autoloads nil "psgml-dtd" "psgml/psgml-dtd.el" (12639 8923))
9600 ;;; Generated autoloads from psgml/psgml-dtd.el
9601
9602 ;;;***
9603
9604 ;;;### (autoloads nil "psgml-edit" "psgml/psgml-edit.el" (12648 18637))
9605 ;;; Generated autoloads from psgml/psgml-edit.el
9606
9607 ;;;### (autoloads (style-format) "psgml-fs" "psgml/psgml-fs.el" (12648 18670))
9608 ;;; Generated autoloads from psgml/psgml-fs.el
9609
9610 (autoload 'style-format "psgml-fs" nil t nil)
9611
9612 ;;;***
9613
9614 ;;;### (autoloads nil "psgml-html" "psgml/psgml-html.el" (12657 40787))
9615 ;;; Generated autoloads from psgml/psgml-html.el
9616
9617 (autoload 'html-mode "psgml-html" "\
9618 HTML mode." t)
9619
9620 (autoload 'html3-mode "psgml-html" "\
9621 HTML3 mode." t)
9622
9623 ;;;***
9624
9625 ;;;### (autoloads nil "psgml-info" "psgml/psgml-info.el" (12639 8925))
9626 ;;; Generated autoloads from psgml/psgml-info.el
9627
9628 ;;;***
9629
9630 ;;;### (autoloads nil "psgml-other" "psgml/psgml-other.el" (12639 8926))
9631 ;;; Generated autoloads from psgml/psgml-other.el
9632
9633 ;;;***
9634
9635 ;;;### (autoloads nil "psgml-parse" "psgml/psgml-parse.el" (12639 8928))
9636 ;;; Generated autoloads from psgml/psgml-parse.el
9637
9638 ;;;***
9639
9640 ;;;### (autoloads nil "psgml-style" "psgml/psgml-style.el" (12648 18671))
9641 ;;; Generated autoloads from psgml/psgml-style.el
9642
9643 ;;;### (autoloads (tmpl-expand-templates-in-buffer tmpl-expand-templates-in-region) "psgml-tmpl-mode" "psgml/psgml-tmpl-mode.el" (12638 54483))
9644 ;;; Generated autoloads from psgml/psgml-tmpl-mode.el
9645
9646 (autoload 'tmpl-expand-templates-in-region "psgml-tmpl-mode" "\
9647 Expand the templates in the region from BEGIN to END.
9648 If BEGIN and and are nil, then the current region is used." t nil)
9649
9650 (autoload 'tmpl-expand-templates-in-buffer "psgml-tmpl-mode" "\
9651 Expand all templates in the current buffer." t nil)
9652
9653 ;;;***
9654
9655 ;;;### (autoloads nil "psgml-xemacs" "psgml/psgml-xemacs.el" (12648 18639))
9656 ;;; Generated autoloads from psgml/psgml-xemacs.el
9657
9658 ;;;### (autoloads (sgml-mode) "psgml" "psgml/psgml.el" (12648 18638))
9659 ;;; Generated autoloads from psgml/psgml.el
9660
9661 (autoload 'sgml-mode "psgml" "\
9662 Major mode for editing SGML.\\<sgml-mode-map>
9663 Makes > display the matching <. Makes / display matching /.
9664 Use \\[sgml-validate] to validate your document with an SGML parser.
9665
9666 You can find information with:
9667 \\[sgml-show-context] Show the nesting of elements at cursor position.
9668 \\[sgml-list-valid-tags] Show the tags valid at cursor position.
9669
9670 Insert tags with completion of contextually valid tags with \\[sgml-insert-tag].
9671 End the current element with \\[sgml-insert-end-tag]. Insert an element (i.e.
9672 both start and end tag) with \\[sgml-insert-element]. Or tag a region with
9673 \\[sgml-tag-region].
9674
9675 To tag a region with the mouse, use transient mark mode or secondary selection.
9676
9677 Structure editing:
9678 \\[sgml-backward-element] Moves backwards over the previous element.
9679 \\[sgml-forward-element] Moves forward over the nex element.
9680 \\[sgml-down-element] Move forward and down one level in the element structure.
9681 \\[sgml-backward-up-element] Move backward out of this element level.
9682 \\[sgml-beginning-of-element] Move to after the start tag of the current element.
9683 \\[sgml-end-of-element] Move to before the end tag of the current element.
9684 \\[sgml-kill-element] Kill the element following the cursor.
9685
9686 Finding interesting positions
9687 \\[sgml-next-data-field] Move forward to next point where data is allowed.
9688 \\[sgml-next-trouble-spot] Move forward to next point where something is
9689 amiss with the structure.
9690
9691 Folding and unfolding
9692 \\[sgml-fold-element] Fold the lines comprising the current element, leaving
9693 the first line visible.
9694 \\[sgml-fold-subelement] Fold the elements in the content of the current element.
9695 Leaving the first line of every element visible.
9696 \\[sgml-unfold-line] Show hidden lines in current line.
9697
9698 User options:
9699
9700 sgml-omittag Set this to reflect OMITTAG in the SGML declaration.
9701 sgml-shortag Set this to reflect SHORTTAG in the SGML declaration.
9702 sgml-auto-insert-required-elements If non-nil, automatically insert required
9703 elements in the content of an inserted element.
9704 sgml-balanced-tag-edit If non-nil, always insert start-end tag pairs.
9705 sgml-omittag-transparent If non-nil, will show legal tags inside elements
9706 with omitable start tags and legal tags beyond omitable end tags.
9707 sgml-leave-point-after-insert If non-nil, the point will remain after
9708 inserted tag(s).
9709 sgml-warn-about-undefined-elements If non-nil, print a warning when a tag
9710 for a undefined element is found.
9711 sgml-max-menu-size Max number of entries in Tags and Entities menus before
9712 they are split into several panes.
9713 sgml-always-quote-attributes If non-nil, quote all attribute values
9714 inserted after finishing edit attributes.
9715 sgml-minimize-attributes Determines minimization of attributes inserted by
9716 edit-attributes.
9717 sgml-normalize-trims If non-nil, sgml-normalize will trim off white space
9718 from end of element when adding end tag.
9719 sgml-indent-step How much to increament indent for every element level.
9720 sgml-indent-data If non-nil, indent in data/mixed context also.
9721 sgml-set-face If non-nil, psgml will set the face of parsed markup.
9722 sgml-markup-faces The faces used when the above variable is non-nil.
9723 sgml-system-path List of directorys used to look for system identifiers.
9724 sgml-public-map Mapping from public identifiers to file names.
9725 sgml-offer-save If non-nil, ask about saving modified buffers before
9726 \\[sgml-validate] is run.
9727
9728 All bindings:
9729 \\{sgml-mode-map}
9730 " t nil)
9731
9732 ;;;***
9733
9734 ;;;### (autoloads nil "tempo" "psgml/tempo.el" (12648 18672))
9735 ;;; Generated autoloads from psgml/tempo.el
9736
9737 ;;;***
9738
9739 ;;;### (autoloads nil "rmail-kill" "rmail/rmail-kill.el" (11903 15862))
9740 ;;; Generated autoloads from rmail/rmail-kill.el
9741
9742 ;;;### (autoloads nil "rmail-lucid" "rmail/rmail-lucid.el" (12376 19553))
9743 ;;; Generated autoloads from rmail/rmail-lucid.el
9744
9745 ;;;### (autoloads (rmail-input rmail-mode rmail) "rmail" "rmail/rmail.el" (12727 30166))
9746 ;;; Generated autoloads from rmail/rmail.el
9747
9748 (defvar rmail-dont-reply-to-names nil "\
9749 *A regexp specifying names to prune of reply to messages.
9750 A value of nil means exclude your own name only.")
9751
9752 (defvar rmail-default-dont-reply-to-names "info-" "\
9753 A regular expression specifying part of the value of the default value of
9754 the variable `rmail-dont-reply-to-names', for when the user does not set
9755 `rmail-dont-reply-to-names' explicitly. (The other part of the default
9756 value is the user's name.)
9757 It is useful to set this variable in the site customization file.")
9758
9759 (defvar rmail-delete-after-output nil "\
9760 *Non-nil means automatically delete a message that is copied to a file.")
9761
9762 (defvar rmail-primary-inbox-list nil "\
9763 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
9764 `nil' means the default, which is (\"/usr/spool/mail/$USER\")
9765 \(the name varies depending on the operating system,
9766 and the value of the environment variable MAIL overrides it).")
9767
9768 (defvar rmail-mail-new-frame nil "\
9769 *Non-nil means Rmail makes a new frame for composing outgoing mail.")
9770
9771 (defvar rmail-retry-setup-hook nil "\
9772 Hook that `rmail-retry-failure' uses in place of `mail-setup-hook'.")
9773
9774 (defvar rmail-last-file nil)
9775
9776 (autoload 'rmail "rmail" "\
9777 Read and edit incoming mail.
9778 Moves messages into file named by `rmail-file-name' (a babyl format file)
9779 and edits that file in RMAIL Mode.
9780 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
9781
9782 May be called with filename as argument; then performs rmail editing on
9783 that file, but does not copy any new mail into the file." t nil)
9784
9785 (autoload 'rmail-mode "rmail" "\
9786 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
9787 All normal editing commands are turned off.
9788 Instead, these commands are available:
9789
9790 \\[rmail-beginning-of-message] Move point to front of this message (same as \\[beginning-of-buffer]).
9791 \\[scroll-up] Scroll to next screen of this message.
9792 \\[scroll-down] Scroll to previous screen of this message.
9793 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
9794 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
9795 \\[rmail-next-message] Move to Next message whether deleted or not.
9796 \\[rmail-previous-message] Move to Previous message whether deleted or not.
9797 \\[rmail-first-message] Move to the first message in Rmail file.
9798 \\[rmail-last-message] Move to the last message in Rmail file.
9799 \\[rmail-show-message] Jump to message specified by numeric position in file.
9800 \\[rmail-search] Search for string and show message it is found in.
9801 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
9802 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
9803 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
9804 till a deleted message is found.
9805 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
9806 \\[rmail-expunge] Expunge deleted messages.
9807 \\[rmail-expunge-and-save] Expunge and save the file.
9808 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
9809 \\[save-buffer] Save without expunging.
9810 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
9811 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
9812 \\[rmail-continue] Continue composing outgoing message started before.
9813 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
9814 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
9815 \\[rmail-forward] Forward this message to another user.
9816 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
9817 \\[rmail-output] Output this message to a Unix-format mail file (append it).
9818 \\[rmail-input] Input Rmail file. Run Rmail on that file.
9819 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
9820 \\[rmail-kill-label] Kill label. Remove a label from current message.
9821 \\[rmail-next-labeled-message] Move to Next message with specified label
9822 (label defaults to last one specified).
9823 Standard labels: filed, unseen, answered, forwarded, deleted.
9824 Any other label is present only if you add it with \\[rmail-add-label].
9825 \\[rmail-previous-labeled-message] Move to Previous message with specified label
9826 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
9827 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
9828 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
9829 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
9830 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
9831 \\[rmail-toggle-header] Toggle display of complete header." t nil)
9832
9833 (autoload 'rmail-input "rmail" "\
9834 Run Rmail on file FILENAME." t nil)
9835
9836 ;;;***
9837
9838 ;;;### (autoloads nil "rmailedit" "rmail/rmailedit.el" (12376 19554))
9839 ;;; Generated autoloads from rmail/rmailedit.el
9840
9841 ;;;***
9842
9843 ;;;### (autoloads nil "rmailkwd" "rmail/rmailkwd.el" (12376 19555))
9844 ;;; Generated autoloads from rmail/rmailkwd.el
9845
9846 ;;;***
9847
9848 ;;;### (autoloads nil "rmailmsc" "rmail/rmailmsc.el" (12376 19555))
9849 ;;; Generated autoloads from rmail/rmailmsc.el
9850
9851 ;;;### (autoloads (rmail-file-p) "rmailout" "rmail/rmailout.el" (12376 19556))
9852 ;;; Generated autoloads from rmail/rmailout.el
9853
9854 (autoload 'rmail-file-p "rmailout" nil nil nil)
9855
9856 ;;;***
9857
9858 ;;;### (autoloads nil "rmailsort" "rmail/rmailsort.el" (12376 19557))
9859 ;;; Generated autoloads from rmail/rmailsort.el
9860
9861 ;;;***
9862
9863 ;;;### (autoloads nil "rmailsum" "rmail/rmailsum.el" (12546 50532))
9864 ;;; Generated autoloads from rmail/rmailsum.el
9865
9866 ;;;***
9867
9868 ;;;### (autoloads nil "undigest" "rmail/undigest.el" (12546 50532))
9869 ;;; Generated autoloads from rmail/undigest.el
9870
9871 ;;;***
9872
9873 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "rmail/unrmail.el" (12147 25753))
9874 ;;; Generated autoloads from rmail/unrmail.el
9875
9876 (autoload 'batch-unrmail "unrmail" "\
9877 Convert Rmail files to mailbox files.
9878 Specify the input Rmail file names as command line arguments.
9879 For each Rmail file, the corresponding output file name
9880 is made by adding `.mail' at the end.
9881 For example, invoke `emacs -batch -f batch-unrmail RMAIL'." nil nil)
9882
9883 (autoload 'unrmail "unrmail" "\
9884 Convert Rmail file FILE to mailbox-format file TO-FILE." t nil)
9885
9886 ;;;***
9887
9888 ;;;### (autoloads nil "eserve" "sunpro/eserve.el" (12690 2205))
9889 ;;; Generated autoloads from sunpro/eserve.el
9890
9891 ;;;***
9892
9893 ;;;### (autoloads nil "sunpro-init" "sunpro/sunpro-init.el" (12740 25230))
9894 ;;; Generated autoloads from sunpro/sunpro-init.el
9895
9896 ;;;### (autoloads nil "sunpro-keys" "sunpro/sunpro-keys.el" (11903 15927))
9897 ;;; Generated autoloads from sunpro/sunpro-keys.el
9898
9899 ;;;***
9900
9901 ;;;### (autoloads nil "sunpro-load" "sunpro/sunpro-load.el" (12256 51714))
9902 ;;; Generated autoloads from sunpro/sunpro-load.el
9903
9904 ;;;***
9905
9906 ;;;### (autoloads nil "sunpro-menubar" "sunpro/sunpro-menubar.el" (12740 25229))
9907 ;;; Generated autoloads from sunpro/sunpro-menubar.el
9908
9909 ;;;***
9910
9911 ;;;### (autoloads nil "sunpro-sparcworks" "sunpro/sunpro-sparcworks.el" (12740 25231))
9912 ;;; Generated autoloads from sunpro/sunpro-sparcworks.el
9913
9914 ;;;***
9915
9916 ;;;### (autoloads nil "workshop" "sunpro/workshop.el" (12690 2204))
9917 ;;; Generated autoloads from sunpro/workshop.el
9918
9919 ;;;### (autoloads nil "AT386" "term/AT386.el" (12639 8852))
9920 ;;; Generated autoloads from term/AT386.el
9921
9922 ;;;***
9923
9924 ;;;### (autoloads nil "apollo" "term/apollo.el" (12639 8854))
9925 ;;; Generated autoloads from term/apollo.el
9926
9927 ;;;***
9928
9929 ;;;### (autoloads nil "bg-mouse" "term/bg-mouse.el" (12639 8854))
9930 ;;; Generated autoloads from term/bg-mouse.el
9931
9932 ;;;***
9933
9934 ;;;### (autoloads nil "bobcat" "term/bobcat.el" (12639 8855))
9935 ;;; Generated autoloads from term/bobcat.el
9936
9937 ;;;***
9938
9939 ;;;### (autoloads nil "internal" "term/internal.el" (12639 8855))
9940 ;;; Generated autoloads from term/internal.el
9941
9942 ;;;***
9943
9944 ;;;### (autoloads nil "keyswap" "term/keyswap.el" (12639 8855))
9945 ;;; Generated autoloads from term/keyswap.el
9946
9947 ;;;***
9948
9949 ;;;### (autoloads nil "linux" "term/linux.el" (12639 8856))
9950 ;;; Generated autoloads from term/linux.el
9951
9952 ;;;***
9953
9954 ;;;### (autoloads nil "lk201" "term/lk201.el" (12639 8857))
9955 ;;; Generated autoloads from term/lk201.el
9956
9957 ;;;***
9958
9959 ;;;### (autoloads nil "news" "term/news.el" (12639 8642))
9960 ;;; Generated autoloads from term/news.el
9961
9962 ;;;***
9963
9964 ;;;### (autoloads nil "pc-win" "term/pc-win.el" (12639 8858))
9965 ;;; Generated autoloads from term/pc-win.el
9966
9967 ;;;***
9968
9969 ;;;### (autoloads nil "scoansi" "term/scoansi.el" (12740 25282))
9970 ;;; Generated autoloads from term/scoansi.el
9971
9972 ;;;### (autoloads nil "sun-mouse" "term/sun-mouse.el" (12639 8860))
9973 ;;; Generated autoloads from term/sun-mouse.el
9974
9975 ;;;***
9976
9977 ;;;### (autoloads nil "sun" "term/sun.el" (12639 8861))
9978 ;;; Generated autoloads from term/sun.el
9979
9980 ;;;***
9981
9982 ;;;### (autoloads nil "sup-mouse" "term/sup-mouse.el" (12639 8862))
9983 ;;; Generated autoloads from term/sup-mouse.el
9984
9985 ;;;***
9986
9987 ;;;### (autoloads nil "tty-init" "term/tty-init.el" (12698 33568))
9988 ;;; Generated autoloads from term/tty-init.el
9989
9990 ;;;### (autoloads nil "tvi970" "term/tvi970.el" (12639 8863))
9991 ;;; Generated autoloads from term/tvi970.el
9992
9993 ;;;### (autoloads nil "vt-control" "term/vt-control.el" (12376 19561))
9994 ;;; Generated autoloads from term/vt-control.el
9995
9996 ;;;***
9997
9998 ;;;### (autoloads nil "vt100-led" "term/vt100-led.el" (12376 19560))
9999 ;;; Generated autoloads from term/vt100-led.el
10000
10001 ;;;***
10002
10003 ;;;### (autoloads nil "vt100" "term/vt100.el" (12639 8643))
10004 ;;; Generated autoloads from term/vt100.el
10005
10006 ;;;***
10007
10008 ;;;### (autoloads nil "vt102" "term/vt102.el" (12639 8864))
10009 ;;; Generated autoloads from term/vt102.el
10010
10011 ;;;***
10012
10013 ;;;### (autoloads nil "vt125" "term/vt125.el" (12639 8864))
10014 ;;; Generated autoloads from term/vt125.el
10015
10016 ;;;***
10017
10018 ;;;### (autoloads nil "vt200" "term/vt200.el" (12639 8865))
10019 ;;; Generated autoloads from term/vt200.el
10020
10021 ;;;***
10022
10023 ;;;### (autoloads nil "vt201" "term/vt201.el" (12639 8866))
10024 ;;; Generated autoloads from term/vt201.el
10025
10026 ;;;***
10027
10028 ;;;### (autoloads nil "vt220" "term/vt220.el" (12639 8867))
10029 ;;; Generated autoloads from term/vt220.el
10030
10031 ;;;***
10032
10033 ;;;### (autoloads nil "vt240" "term/vt240.el" (12639 8867))
10034 ;;; Generated autoloads from term/vt240.el
10035
10036 ;;;***
10037
10038 ;;;### (autoloads nil "vt300" "term/vt300.el" (12639 8867))
10039 ;;; Generated autoloads from term/vt300.el
10040
10041 ;;;***
10042
10043 ;;;### (autoloads nil "vt320" "term/vt320.el" (12639 8868))
10044 ;;; Generated autoloads from term/vt320.el
10045
10046 ;;;***
10047
10048 ;;;### (autoloads nil "vt400" "term/vt400.el" (12639 8868))
10049 ;;; Generated autoloads from term/vt400.el
10050
10051 ;;;***
10052
10053 ;;;### (autoloads nil "vt420" "term/vt420.el" (12639 8869))
10054 ;;; Generated autoloads from term/vt420.el
10055
10056 ;;;***
10057
10058 ;;;### (autoloads nil "win32-win" "term/win32-win.el" (12639 8869))
10059 ;;; Generated autoloads from term/win32-win.el
10060
10061 ;;;***
10062
10063 ;;;### (autoloads nil "wyse50" "term/wyse50.el" (12639 8870))
10064 ;;; Generated autoloads from term/wyse50.el
10065
10066 ;;;***
10067
10068 ;;;### (autoloads nil "xterm" "term/xterm.el" (12639 8870))
10069 ;;; Generated autoloads from term/xterm.el
10070
10071 ;;;***
10072
10073 ;;;### (autoloads nil "tooltalk-init" "tooltalk/tooltalk-init.el" (12714 11728))
10074 ;;; Generated autoloads from tooltalk/tooltalk-init.el
10075
10076 ;;;***
10077
10078 ;;;### (autoloads nil "tooltalk-load" "tooltalk/tooltalk-load.el" (12142 8533))
10079 ;;; Generated autoloads from tooltalk/tooltalk-load.el
10080
10081 ;;;### (autoloads nil "tooltalk-macros" "tooltalk/tooltalk-macros.el" (12376 19613))
10082 ;;; Generated autoloads from tooltalk/tooltalk-macros.el
10083
10084 ;;;***
10085
10086 ;;;### (autoloads nil "tooltalk-util" "tooltalk/tooltalk-util.el" (12376 19611))
10087 ;;; Generated autoloads from tooltalk/tooltalk-util.el
10088
10089 ;;;***
10090
10091 ;;;### (autoloads nil "base64" "url/base64.el" (12675 57192))
10092 ;;; Generated autoloads from url/base64.el
10093
10094 ;;;***
10095
10096 ;;;### (autoloads nil "md5" "url/md5.el" (12740 27391))
10097 ;;; Generated autoloads from url/md5.el
10098
10099 ;;;***
10100
10101 ;;;### (autoloads nil "mm" "url/mm.el" (12715 10594))
10102 ;;; Generated autoloads from url/mm.el
10103
10104 ;;;***
10105
10106 ;;;### (autoloads nil "ssl" "url/ssl.el" (12715 10594))
10107 ;;; Generated autoloads from url/ssl.el
10108
10109 ;;;***
10110
10111 ;;;### (autoloads nil "url-cookie" "url/url-cookie.el" (12727 30991))
10112 ;;; Generated autoloads from url/url-cookie.el
10113
10114 ;;;***
10115
10116 ;;;### (autoloads nil "url-file" "url/url-file.el" (12740 27393))
10117 ;;; Generated autoloads from url/url-file.el
10118
10119 ;;;***
10120
10121 ;;;### (autoloads nil "url-gopher" "url/url-gopher.el" (12639 8908))
10122 ;;; Generated autoloads from url/url-gopher.el
10123
10124 ;;;### (autoloads nil "url-hash" "url/url-hash.el" (12648 18631))
10125 ;;; Generated autoloads from url/url-hash.el
10126
10127 ;;;***
10128
10129 ;;;### (autoloads nil "url-http" "url/url-http.el" (12740 27393))
10130 ;;; Generated autoloads from url/url-http.el
10131
10132 ;;;***
10133
10134 ;;;### (autoloads nil "url-irc" "url/url-irc.el" (12740 27199))
10135 ;;; Generated autoloads from url/url-irc.el
10136
10137 ;;;### (autoloads nil "url-mail" "url/url-mail.el" (12727 30990))
10138 ;;; Generated autoloads from url/url-mail.el
10139
10140 ;;;***
10141
10142 ;;;### (autoloads nil "url-misc" "url/url-misc.el" (12740 27393))
10143 ;;; Generated autoloads from url/url-misc.el
10144
10145 ;;;***
10146
10147 ;;;### (autoloads nil "url-news" "url/url-news.el" (12720 56537))
10148 ;;; Generated autoloads from url/url-news.el
10149
10150 ;;;***
10151
10152 ;;;### (autoloads nil "url-nfs" "url/url-nfs.el" (12740 27199))
10153 ;;; Generated autoloads from url/url-nfs.el
10154
10155 ;;;***
10156
10157 ;;;### (autoloads nil "url-parse" "url/url-parse.el" (12639 8912))
10158 ;;; Generated autoloads from url/url-parse.el
10159
10160 ;;;### (autoloads nil "url-pgp" "url/url-pgp.el" (12714 11780))
10161 ;;; Generated autoloads from url/url-pgp.el
10162
10163 ;;;***
10164
10165 ;;;### (autoloads nil "url-sysdp" "url/url-sysdp.el" (12727 30990))
10166 ;;; Generated autoloads from url/url-sysdp.el
10167
10168 ;;;***
10169
10170 ;;;### (autoloads nil "url-vars" "url/url-vars.el" (12740 27394))
10171 ;;; Generated autoloads from url/url-vars.el
10172
10173 ;;;***
10174
10175 ;;;### (autoloads nil "url-wais" "url/url-wais.el" (12714 11783))
10176 ;;; Generated autoloads from url/url-wais.el
10177
10178 ;;;### (autoloads (url-retrieve url-cache-expired url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "url/url.el" (12740 27391))
10179 ;;; Generated autoloads from url/url.el
10180
10181 (autoload 'url-file-attributes "url" "\
10182 Return a list of attributes of URL.
10183 Value is nil if specified file cannot be opened.
10184 Otherwise, list elements are:
10185 0. t for directory, string (name linked to) for symbolic link, or nil.
10186 1. Number of links to file.
10187 2. File uid.
10188 3. File gid.
10189 4. Last access time, as a list of two integers.
10190 First integer has high-order 16 bits of time, second has low 16 bits.
10191 5. Last modification time, likewise.
10192 6. Last status change time, likewise.
10193 7. Size in bytes. (-1, if number is out of range).
10194 8. File modes, as a string of ten letters or dashes as in ls -l.
10195 If URL is on an http server, this will return the content-type if possible.
10196 9. t iff file's gid would change if file were deleted and recreated.
10197 10. inode number.
10198 11. Device number.
10199
10200 If file does not exist, returns nil." nil nil)
10201
10202 (autoload 'url-normalize-url "url" "\
10203 Return a 'normalized' version of URL. This strips out default port
10204 numbers, etc." nil nil)
10205
10206 (autoload 'url-buffer-visiting "url" "\
10207 Return the name of a buffer (if any) that is visiting URL." nil nil)
10208
10209 (autoload 'url-get-url-at-point "url" "\
10210 Get the URL closest to point, but don't change your
10211 position. Has a preference for looking backward when not
10212 directly on a symbol." nil nil)
10213
10214 (autoload 'url-popup-info "url" "\
10215 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
10216
10217 (autoload 'url-cache-expired "url" "\
10218 Return t iff a cached file has expired." nil nil)
10219
10220 (autoload 'url-retrieve "url" "\
10221 Retrieve a document over the World Wide Web.
10222 The document should be specified by its fully specified
10223 Uniform Resource Locator. No parsing is done, just return the
10224 document as the server sent it. The document is left in the
10225 buffer specified by url-working-buffer. url-working-buffer is killed
10226 immediately before starting the transfer, so that no buffer-local
10227 variables interfere with the retrieval. HTTP/1.0 redirection will
10228 be honored before this function exits." nil nil)
10229
10230 ;;;***
10231
10232 ;;;### (autoloads nil "urlauth" "url/urlauth.el" (12639 8898))
10233 ;;; Generated autoloads from url/urlauth.el
10234
10235 ;;;***
10236
10237 ;;;### (autoloads nil "abbrevlist" "utils/abbrevlist.el" (12559 34915))
10238 ;;; Generated autoloads from utils/abbrevlist.el
10239
10240 ;;;### (autoloads (defadvice ad-add-advice) "advice" "utils/advice.el" (12559 34922))
10241 ;;; Generated autoloads from utils/advice.el
10242
10243 (defvar ad-redefinition-action 'warn "\
10244 *Defines what to do with redefinitions during Advice de/activation.
10245 Redefinition occurs if a previously activated function that already has an
10246 original definition associated with it gets redefined and then de/activated.
10247 In such a case we can either accept the current definition as the new
10248 original definition, discard the current definition and replace it with the
10249 old original, or keep it and raise an error. The values `accept', `discard',
10250 `error' or `warn' govern what will be done. `warn' is just like `accept' but
10251 it additionally prints a warning message. All other values will be
10252 interpreted as `error'.")
10253
10254 (defvar ad-default-compilation-action 'maybe "\
10255 *Defines whether to compile advised definitions during activation.
10256 A value of `always' will result in unconditional compilation, `never' will
10257 always avoid compilation, `maybe' will compile if the byte-compiler is already
10258 loaded, and `like-original' will compile if the original definition of the
10259 advised function is compiled or a built-in function. Every other value will
10260 be interpreted as `maybe'. This variable will only be considered if the
10261 COMPILE argument of `ad-activate' was supplied as nil.")
10262
10263 (autoload 'ad-add-advice "advice" "\
10264 Adds a piece of ADVICE to FUNCTION's list of advices in CLASS.
10265 If FUNCTION already has one or more pieces of advice of the specified
10266 CLASS then POSITION determines where the new piece will go. The value
10267 of POSITION can either be `first', `last' or a number where 0 corresponds
10268 to `first'. Numbers outside the range will be mapped to the closest
10269 extreme position. If there was already a piece of ADVICE with the same
10270 name, then the position argument will be ignored and the old advice
10271 will be overwritten with the new one.
10272 If the FUNCTION was not advised already, then its advice info will be
10273 initialized. Redefining a piece of advice whose name is part of the cache-id
10274 will clear the cache." nil nil)
10275
10276 (autoload 'defadvice "advice" "\
10277 Defines a piece of advice for FUNCTION (a symbol).
10278 The syntax of `defadvice' is as follows:
10279
10280 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
10281 [DOCSTRING] [INTERACTIVE-FORM]
10282 BODY... )
10283
10284 FUNCTION ::= Name of the function to be advised.
10285 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
10286 NAME ::= Non-nil symbol that names this piece of advice.
10287 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
10288 see also `ad-add-advice'.
10289 ARGLIST ::= An optional argument list to be used for the advised function
10290 instead of the argument list of the original. The first one found in
10291 before/around/after-advices will be used.
10292 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
10293 All flags can be specified with unambiguous initial substrings.
10294 DOCSTRING ::= Optional documentation for this piece of advice.
10295 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
10296 function. The first one found in before/around/after-advices will be used.
10297 BODY ::= Any s-expression.
10298
10299 Semantics of the various flags:
10300 `protect': The piece of advice will be protected against non-local exits in
10301 any code that precedes it. If any around-advice of a function is protected
10302 then automatically all around-advices will be protected (the complete onion).
10303
10304 `activate': All advice of FUNCTION will be activated immediately if
10305 FUNCTION has been properly defined prior to this application of `defadvice'.
10306
10307 `compile': In conjunction with `activate' specifies that the resulting
10308 advised function should be compiled.
10309
10310 `disable': The defined advice will be disabled, hence, it will not be used
10311 during activation until somebody enables it.
10312
10313 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
10314 time. This generates a compiled advised definition according to the current
10315 advice state that will be used during activation if appropriate. Only use
10316 this if the `defadvice' gets actually compiled.
10317
10318 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
10319 to this particular single advice. No other advice information will be saved.
10320 Frozen advices cannot be undone, they behave like a hard redefinition of
10321 the advised function. `freeze' implies `activate' and `preactivate'. The
10322 documentation of the advised function can be dumped onto the `DOC' file
10323 during preloading.
10324
10325 Look at the file `advice.el' for comprehensive documentation." nil 'macro)
10326
10327 ;;;***
10328
10329 ;;;### (autoloads (all-annotations annotation-list annotations-at annotations-in-region annotation-at annotationp delete-annotation make-annotation) "annotations" "utils/annotations.el" (12559 34930))
10330 ;;; Generated autoloads from utils/annotations.el
10331
10332 (defvar make-annotation-hook nil "\
10333 *Function or functions to run immediately after creating an annotation.")
10334
10335 (defvar before-delete-annotation-hook nil "\
10336 *Function or functions to run immediately before deleting an annotation.")
10337
10338 (defvar after-delete-annotation-hook nil "\
10339 *Function or functions to run immediately after deleting an annotation.")
10340
10341 (autoload 'make-annotation "annotations" "\
10342 Create a marginal annotation, displayed using GLYPH, at position POS.
10343 GLYPH may be either a glyph object or a string. Use layout policy
10344 LAYOUT and place the annotation in buffer BUFFER. If POS is nil, point is
10345 used. If LAYOUT is nil, `whitespace' is used. If BUFFER is nil, the
10346 current buffer is used. If WITH-EVENT is non-nil, then when an annotation
10347 is activated, the triggering event is passed as the second arg to the
10348 annotation function. If D-GLYPH is non-nil then it is used as the glyph
10349 that will be displayed when button1 is down. If RIGHTP is non-nil then
10350 the glyph will be displayed on the right side of the buffer instead of the
10351 left." nil nil)
10352
10353 (autoload 'delete-annotation "annotations" "\
10354 Remove ANNOTATION from its buffer. This does not modify the buffer text." nil nil)
10355
10356 (autoload 'annotationp "annotations" "\
10357 T if OBJECT is an annotation." nil nil)
10358
10359 (autoload 'annotation-at "annotations" "\
10360 Return the first annotation at POS in BUFFER.
10361 BUFFER defaults to the current buffer. POS defaults to point in BUFFER." nil nil)
10362
10363 (autoload 'annotations-in-region "annotations" "\
10364 Return all annotations in BUFFER between START and END inclusively." nil nil)
10365
10366 (autoload 'annotations-at "annotations" "\
10367 Return a list of all annotations at POS in BUFFER.
10368 If BUFFER is nil, the current buffer is used. If POS is nil, point is used." nil nil)
10369
10370 (autoload 'annotation-list "annotations" "\
10371 Return a list of all annotations in BUFFER.
10372 If BUFFER is nil, the current buffer is used." nil nil)
10373
10374 (autoload 'all-annotations "annotations" "\
10375 Return a list of all annotations in existence." nil nil)
10376
10377 ;;;***
10378
10379 ;;;### (autoloads nil "assoc" "utils/assoc.el" (12559 34934))
10380 ;;; Generated autoloads from utils/assoc.el
10381
10382 ;;;***
10383
10384 ;;;### (autoloads nil "atomic-extents" "utils/atomic-extents.el" (12639 8649))
10385 ;;; Generated autoloads from utils/atomic-extents.el
10386
10387 ;;;***
10388
10389 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads update-autoloads-here update-file-autoloads generate-file-autoloads) "autoload" "utils/autoload.el" (12639 8647))
10390 ;;; Generated autoloads from utils/autoload.el
10391
10392 (autoload 'generate-file-autoloads "autoload" "\
10393 Insert at point a loaddefs autoload section for FILE.
10394 autoloads are generated for defuns and defmacros in FILE
10395 marked by `generate-autoload-cookie' (which see).
10396 If FILE is being visited in a buffer, the contents of the buffer
10397 are used." t nil)
10398
10399 (autoload 'update-file-autoloads "autoload" "\
10400 Update the autoloads for FILE in `generated-autoload-file'
10401 \(which FILE might bind in its local variables)." t nil)
10402
10403 (autoload 'update-autoloads-here "autoload" "\
10404 Update sections of the current buffer generated by \\[update-file-autoloads]." t nil)
10405
10406 (autoload 'update-directory-autoloads "autoload" "\
10407 Run \\[update-file-autoloads] on each .el file in DIR." t nil)
10408
10409 (autoload 'batch-update-autoloads "autoload" "\
10410 Update the autoloads for the files or directories on the command line.
10411 Runs \\[update-file-autoloads] on files and \\[update-directory-autoloads]
10412 on directories. Must be used only with -batch, and kills Emacs on completion.
10413 Each file will be processed even if an error occurred previously.
10414 For example, invoke `emacs -batch -f batch-update-autoloads *.el'." nil nil)
10415
10416 ;;;***
10417
10418 ;;;### (autoloads nil "blessmail" "utils/blessmail.el" (12559 34936))
10419 ;;; Generated autoloads from utils/blessmail.el
10420
10421 ;;;***
10422
10423 ;;;### (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" (12745 43114))
10424 ;;; Generated autoloads from utils/browse-url.el
10425
10426 (defvar browse-url-browser-function 'browse-url-w3 "\
10427 *Function to display the current buffer in a WWW browser.
10428 Used by the `browse-url-at-point', `browse-url-at-mouse', and
10429 `browse-url-of-file' commands.")
10430
10431 (autoload 'browse-url-netscape "browse-url" "\
10432 Ask the Netscape WWW browser to load URL.
10433
10434 Default to the URL around or before point. The strings in variable
10435 `browse-url-netscape-arguments' are also passed to Netscape.
10436
10437 When called interactively, if variable `browse-url-new-window-p' is
10438 non-nil, load the document in a new Netscape window, otherwise use a
10439 random existing one. A non-nil interactive prefix argument reverses
10440 the effect of browse-url-new-window-p.
10441
10442 When called non-interactively, optional second argument NEW-WINDOW is
10443 used instead of browse-url-new-window-p." t nil)
10444
10445 (autoload 'browse-url-mosaic "browse-url" "\
10446 Ask the XMosaic WWW browser to load URL.
10447 Default to the URL around or before point." t nil)
10448
10449 (autoload 'browse-url-grail "browse-url" "\
10450 Ask the Grail WWW browser to load URL.
10451 Default to the URL around or before point. Runs the program in the
10452 variable `browse-url-grail'." t nil)
10453
10454 (autoload 'browse-url-iximosaic "browse-url" "\
10455 Ask the IXIMosaic WWW browser to load URL.
10456 Default to the URL around or before point." t nil)
10457
10458 (autoload 'browse-url-w3 "browse-url" "\
10459 Ask the w3 WWW browser to load URL.
10460 Default to the URL around or before point." t nil)
10461
10462 (autoload 'browse-url-lynx-xterm "browse-url" "\
10463 Ask the Lynx WWW browser to load URL.
10464 Default to the URL around or before point. A new Lynx process is run
10465 in an Xterm window." t nil)
10466
10467 (autoload 'browse-url-lynx-emacs "browse-url" "\
10468 Ask the Lynx WWW browser to load URL.
10469 Default to the URL around or before point. Run a new Lynx process in
10470 an Emacs buffer." t nil)
10471
10472 ;;;***
10473
10474 ;;;### (autoloads nil "crontab" "utils/crontab.el" (12559 34936))
10475 ;;; Generated autoloads from utils/crontab.el
10476
10477 ;;;***
10478
10479 ;;;### (autoloads nil "delbackspace" "utils/delbackspace.el" (12740 50723))
10480 ;;; Generated autoloads from utils/delbackspace.el
10481
10482 ;;;### (autoloads nil "derived" "utils/derived.el" (12639 8645))
10483 ;;; Generated autoloads from utils/derived.el
10484
10485 ;;;### (autoloads (docref-setup) "docref" "utils/docref.el" (12559 34937))
10486 ;;; Generated autoloads from utils/docref.el
10487
10488 (autoload 'docref-setup "docref" "\
10489 Process docref cross-references in the current buffer.
10490 See also \\(f@docref-subst)." t nil)
10491
10492 ;;;***
10493
10494 ;;;### (autoloads (easy-menu-define) "easymenu" "utils/easymenu.el" (12686 31729))
10495 ;;; Generated autoloads from utils/easymenu.el
10496
10497 (autoload 'easy-menu-define "easymenu" "\
10498 Define a menu bar submenu in maps MAPS, according to MENU.
10499 The arguments SYMBOL and DOC are ignored; they are present for
10500 compatibility only. SYMBOL is not evaluated. In other Emacs versions
10501 these arguments may be used as a variable to hold the menu data, and a
10502 doc string for that variable.
10503
10504 The first element of MENU must be a string. It is the menu bar item name.
10505 The rest of the elements are menu items.
10506
10507 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
10508
10509 NAME is a string--the menu item name.
10510
10511 CALLBACK is a command to run when the item is chosen,
10512 or a list to evaluate when the item is chosen.
10513
10514 ENABLE is an expression; the item is enabled for selection
10515 whenever this expression's value is non-nil.
10516
10517 Alternatively, a menu item may have the form:
10518
10519 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
10520
10521 Where KEYWORD is one of the symbol defined below.
10522
10523 :keys KEYS
10524
10525 KEYS is a string; a complex keyboard equivalent to this menu item.
10526
10527 :active ENABLE
10528
10529 ENABLE is an expression; the item is enabled for selection
10530 whenever this expression's value is non-nil.
10531
10532 :suffix NAME
10533
10534 NAME is a string; the name of an argument to CALLBACK.
10535
10536 :style STYLE
10537
10538 STYLE is a symbol describing the type of menu item. The following are
10539 defined:
10540
10541 toggle: A checkbox.
10542 Currently just prepend the name with the string \"Toggle \".
10543 radio: A radio button.
10544 nil: An ordinary menu item.
10545
10546 :selected SELECTED
10547
10548 SELECTED is an expression; the checkbox or radio button is selected
10549 whenever this expression's value is non-nil.
10550 Currently just disable radio buttons, no effect on checkboxes.
10551
10552 A menu item can be a string. Then that string appears in the menu as
10553 unselectable text. A string consisting solely of hyphens is displayed
10554 as a solid horizontal line.
10555
10556 A menu item can be a list. It is treated as a submenu.
10557 The first element should be the submenu name. That's used as the
10558 menu item in the top-level menu. The cdr of the submenu list
10559 is a list of menu items, as above." nil 'macro)
10560
10561 ;;;***
10562
10563 ;;;### (autoloads (elp-submit-bug-report elp-results elp-instrument-package elp-instrument-list elp-restore-function elp-instrument-function) "elp" "utils/elp.el" (12559 34934))
10564 ;;; Generated autoloads from utils/elp.el
10565
10566 (autoload 'elp-instrument-function "elp" "\
10567 Instrument FUNSYM for profiling.
10568 FUNSYM must be a symbol of a defined function." t nil)
10569
10570 (autoload 'elp-restore-function "elp" "\
10571 Restore an instrumented function to its original definition.
10572 Argument FUNSYM is the symbol of a defined function." t nil)
10573
10574 (autoload 'elp-instrument-list "elp" "\
10575 Instrument for profiling, all functions in `elp-function-list'.
10576 Use optional LIST if provided instead." t nil)
10577
10578 (autoload 'elp-instrument-package "elp" "\
10579 Instrument for profiling, all functions which start with PREFIX.
10580 For example, to instrument all ELP functions, do the following:
10581
10582 \\[elp-instrument-package] RET elp- RET" t nil)
10583
10584 (autoload 'elp-results "elp" "\
10585 Display current profiling results.
10586 If `elp-reset-after-results' is non-nil, then current profiling
10587 information for all instrumented functions are reset after results are
10588 displayed." t nil)
10589
10590 (autoload 'elp-submit-bug-report "elp" "\
10591 Submit via mail, a bug report on elp." t nil)
10592
10593 ;;;***
10594
10595 ;;;### (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" (12657 40747))
10596 ;;; Generated autoloads from utils/facemenu.el
10597
10598 (defvar facemenu-menu nil "\
10599 Facemenu top-level menu keymap.")
10600
10601 (defvar facemenu-keymap (let ((map (make-sparse-keymap "Set face"))) (define-key map 111 'facemenu-set-face) map) "\
10602 Keymap for face-changing commands.
10603 `Facemenu-update' fills in the keymap according to the bindings
10604 requested in `facemenu-keybindings'.")
10605
10606 (autoload 'facemenu-set-face "facemenu" "\
10607 Add FACE to the region or next character typed.
10608 It will be added to the top of the face list; any faces lower on the list that
10609 will not show through at all will be removed.
10610
10611 Interactively, the face to be used is read with the minibuffer.
10612
10613 If the region is active and there is no prefix argument,
10614 this command sets the region to the requested face.
10615
10616 Otherwise, this command specifies the face for the next character
10617 inserted. Moving point or switching buffers before
10618 typing a character to insert cancels the specification." t nil)
10619
10620 (autoload 'facemenu-set-foreground "facemenu" "\
10621 Set the foreground color of the region or next character typed.
10622 The color is prompted for. A face named `fg:color' is used (or created).
10623 If the region is active, it will be set to the requested face. If
10624 it is inactive (even if mark-even-if-inactive is set) the next
10625 character that is typed (via `self-insert-command') will be set to
10626 the selected face. Moving point or switching buffers before
10627 typing a character cancels the request." t nil)
10628
10629 (autoload 'facemenu-set-background "facemenu" "\
10630 Set the background color of the region or next character typed.
10631 The color is prompted for. A face named `bg:color' is used (or created).
10632 If the region is active, it will be set to the requested face. If
10633 it is inactive (even if mark-even-if-inactive is set) the next
10634 character that is typed (via `self-insert-command') will be set to
10635 the selected face. Moving point or switching buffers before
10636 typing a character cancels the request." t nil)
10637
10638 (autoload 'facemenu-set-face-from-menu "facemenu" "\
10639 Set the face of the region or next character typed.
10640 This function is designed to be called from a menu; the face to use
10641 is the menu item's name.
10642
10643 If the region is active and there is no prefix argument,
10644 this command sets the region to the requested face.
10645
10646 Otherwise, this command specifies the face for the next character
10647 inserted. Moving point or switching buffers before
10648 typing a character to insert cancels the specification." nil nil)
10649
10650 (autoload 'facemenu-set-size-default "facemenu" nil t nil)
10651
10652 (autoload 'facemenu-make-larger "facemenu" nil t nil)
10653
10654 (autoload 'facemenu-make-smaller "facemenu" nil t nil)
10655
10656 (autoload 'facemenu-make-much-larger "facemenu" nil t nil)
10657
10658 (autoload 'facemenu-make-much-smaller "facemenu" nil t nil)
10659
10660 (autoload 'facemenu-set-invisible "facemenu" "\
10661 Make the region invisible.
10662 This sets the `invisible' text property; it can be undone with
10663 `facemenu-remove-special'." t nil)
10664
10665 (autoload 'facemenu-set-intangible "facemenu" "\
10666 Make the region intangible: disallow moving into it.
10667 This sets the `intangible' text property; it can be undone with
10668 `facemenu-remove-special'." t nil)
10669
10670 (autoload 'facemenu-set-read-only "facemenu" "\
10671 Make the region unmodifiable.
10672 This sets the `read-only' text property; it can be undone with
10673 `facemenu-remove-special'." t nil)
10674
10675 (autoload 'facemenu-remove-props "facemenu" "\
10676 Remove all text properties that facemenu added to region." t nil)
10677
10678 (autoload 'facemenu-remove-special "facemenu" "\
10679 Remove all the \"special\" text properties from the region.
10680 These special properties include `invisible', `intangible' and `read-only'." t nil)
10681
10682 (autoload 'list-text-properties-at "facemenu" "\
10683 Pop up a buffer listing text-properties at LOCATION." t nil)
10684
10685 (autoload 'facemenu-read-color "facemenu" "\
10686 Read a color using the minibuffer." nil nil)
10687
10688 (autoload 'list-colors-display "facemenu" "\
10689 Display names of defined colors, and show what they look like.
10690 If the optional argument LIST is non-nil, it should be a list of
10691 colors to display. Otherwise, this command computes a list
10692 of colors that the current display can handle." t nil)
10693
10694 ;;;***
10695
10696 ;;;### (autoloads nil "find-gc" "utils/find-gc.el" (12546 50541))
10697 ;;; Generated autoloads from utils/find-gc.el
10698
10699 ;;;### (autoloads nil "finder-inf" "utils/finder-inf.el" (12376 19577))
10700 ;;; Generated autoloads from utils/finder-inf.el
10701
10702 ;;;***
10703
10704 ;;;### (autoloads nil "finder" "utils/finder.el" (12546 50542))
10705 ;;; Generated autoloads from utils/finder.el
10706
10707 ;;;***
10708
10709 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl" "utils/flow-ctrl.el" (12639 8648))
10710 ;;; Generated autoloads from utils/flow-ctrl.el
10711
10712 (autoload 'enable-flow-control "flow-ctrl" "\
10713 Toggle flow control handling.
10714 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
10715 With arg, enable flow control mode if arg is positive, otherwise disable." t nil)
10716
10717 (autoload 'enable-flow-control-on "flow-ctrl" "\
10718 Enable flow control if using one of a specified set of terminal types.
10719 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
10720 on VT-100 and H19 terminals. When flow control is enabled,
10721 you must type C-\\ to get the effect of a C-s, and type C-^
10722 to get the effect of a C-q." nil nil)
10723
10724 ;;;***
10725
10726 ;;;### (autoloads nil "foldout" "utils/foldout.el" (12558 60956))
10727 ;;; Generated autoloads from utils/foldout.el
10728
10729 ;;;***
10730
10731 ;;;### (autoloads nil "forms-d2" "utils/forms-d2.el" (12559 34931))
10732 ;;; Generated autoloads from utils/forms-d2.el
10733
10734 ;;;***
10735
10736 ;;;### (autoloads nil "forms-pass" "utils/forms-pass.el" (12559 34932))
10737 ;;; Generated autoloads from utils/forms-pass.el
10738
10739 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode) "forms" "utils/forms.el" (12559 34930))
10740 ;;; Generated autoloads from utils/forms.el
10741
10742 (autoload 'forms-mode "forms" "\
10743 Major mode to visit files in a field-structured manner using a form.
10744
10745 Commands: Equivalent keys in read-only mode:
10746
10747 TAB forms-next-field TAB
10748 C-c TAB forms-next-field
10749 C-c < forms-first-record <
10750 C-c > forms-last-record >
10751 C-c ? describe-mode ?
10752 C-c C-k forms-delete-record
10753 C-c C-q forms-toggle-read-only q
10754 C-c C-o forms-insert-record
10755 C-c C-l forms-jump-record l
10756 C-c C-n forms-next-record n
10757 C-c C-p forms-prev-record p
10758 C-c C-s forms-search s
10759 C-c C-x forms-exit x" t nil)
10760
10761 (autoload 'forms-find-file "forms" "\
10762 Visit a file in Forms mode." t nil)
10763
10764 (autoload 'forms-find-file-other-window "forms" "\
10765 Visit a file in Forms mode in other window." t nil)
10766
10767 ;;;***
10768
10769 ;;;### (autoloads nil "hide-copyleft" "utils/hide-copyleft.el" (12743 20032))
10770 ;;; Generated autoloads from utils/hide-copyleft.el
10771
10772 ;;;### (autoloads (highlight-headers-follow-url highlight-headers-follow-url-mosaic highlight-headers-follow-url-netscape highlight-headers) "highlight-headers" "utils/highlight-headers.el" (12743 22083))
10773 ;;; Generated autoloads from utils/highlight-headers.el
10774
10775 (autoload 'highlight-headers "highlight-headers" "\
10776 Highlight message headers between start and end.
10777 Faces used:
10778 message-headers the part before the colon
10779 message-header-contents the part after the colon
10780 message-highlighted-header-contents contents of \"special\" headers
10781 message-cited-text quoted text from other messages
10782
10783 Variables used:
10784
10785 highlight-headers-regexp what makes a \"special\" header
10786 highlight-headers-citation-regexp matches lines of quoted text
10787 highlight-headers-citation-header-regexp matches headers for quoted text
10788
10789 If HACK-SIG is true,then we search backward from END for something that
10790 looks like the beginning of a signature block, and don't consider that a
10791 part of the message (this is because signatures are often incorrectly
10792 interpreted as cited text.)" nil nil)
10793
10794 (autoload 'highlight-headers-follow-url-netscape "highlight-headers" nil nil nil)
10795
10796 (autoload 'highlight-headers-follow-url-mosaic "highlight-headers" nil nil nil)
10797
10798 (autoload 'highlight-headers-follow-url "highlight-headers" nil t nil)
10799
10800 ;;;***
10801
10802 ;;;### (autoloads nil "lib-complete" "utils/lib-complete.el" (12675 57130))
10803 ;;; Generated autoloads from utils/lib-complete.el
10804
10805 ;;;***
10806
10807 ;;;### (autoloads nil "live-icon" "utils/live-icon.el" (12657 40747))
10808 ;;; Generated autoloads from utils/live-icon.el
10809
10810 ;;;### (autoloads (unload-feature) "loadhist" "utils/loadhist.el" (12558 60957))
10811 ;;; Generated autoloads from utils/loadhist.el
10812
10813 (autoload 'unload-feature "loadhist" "\
10814 Unload the library that provided FEATURE, restoring all its autoloads.
10815 If the feature is required by any other loaded code, and optional FORCE
10816 is nil, raise an error." t nil)
10817
10818 ;;;***
10819
10820 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr" "utils/mail-extr.el" (12743 22084))
10821 ;;; Generated autoloads from utils/mail-extr.el
10822
10823 (autoload 'mail-extract-address-components "mail-extr" "\
10824 Given an RFC-822 ADDRESS, extract full name and canonical address.
10825 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
10826 If no name can be extracted, FULL-NAME will be nil.
10827 ADDRESS may be a string or a buffer. If it is a buffer, the visible
10828 (narrowed) portion of the buffer will be interpreted as the address.
10829 (This feature exists so that the clever caller might be able to avoid
10830 consing a string.)
10831 If ADDRESS contains more than one RFC-822 address, only the first is
10832 returned. Some day this function may be extended to extract multiple
10833 addresses, or perhaps return the position at which parsing stopped." nil nil)
10834
10835 (autoload 'what-domain "mail-extr" "\
10836 Prompts for a mail domain, and prints the country it corresponds to
10837 in the minibuffer." t nil)
10838
10839 ;;;***
10840
10841 ;;;### (autoloads (mail-fetch-field mail-file-babyl-p) "mail-utils" "utils/mail-utils.el" (12743 11630))
10842 ;;; Generated autoloads from utils/mail-utils.el
10843
10844 (defvar mail-use-rfc822 nil "\
10845 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
10846 Otherwise, (the default) use a smaller, somewhat faster, and
10847 often correct parser.")
10848
10849 (autoload 'mail-file-babyl-p "mail-utils" nil nil nil)
10850
10851 (autoload 'mail-fetch-field "mail-utils" "\
10852 Return the value of the header field FIELD-NAME.
10853 The buffer is expected to be narrowed to just the headers of the message.
10854 If second arg LAST is non-nil, use the last such field if there are several.
10855 If third arg ALL is non-nil, concatenate all such fields with commas between." nil nil)
10856
10857 ;;;***
10858
10859 ;;;### (autoloads nil "mailpost" "utils/mailpost.el" (12559 46922))
10860 ;;; Generated autoloads from utils/mailpost.el
10861
10862 ;;;***
10863
10864 ;;;### (autoloads nil "map-ynp" "utils/map-ynp.el" (12740 25222))
10865 ;;; Generated autoloads from utils/map-ynp.el
10866
10867 ;;;### (autoloads nil "meese" "utils/meese.el" (12559 34917))
10868 ;;; Generated autoloads from utils/meese.el
10869
10870 ;;;### (autoloads (read-passwd) "passwd" "utils/passwd.el" (12559 34928))
10871 ;;; Generated autoloads from utils/passwd.el
10872
10873 (autoload 'read-passwd "passwd" "\
10874 Prompts for a password in the minibuffer, and returns it as a string.
10875 If PROMPT may be a prompt string or an alist of elements
10876 '(prompt . default).
10877 If optional arg CONFIRM is true, then ask the user to type the password
10878 again to confirm that they typed it correctly.
10879 If optional arg DEFAULT is provided, then it is a string to insert as
10880 the default choice (it is not, of course, displayed.)
10881
10882 If running under X, the keyboard will be grabbed (with XGrabKeyboard())
10883 to reduce the possibility that evesdropping is occuring.
10884
10885 When reading a password, all keys self-insert, except for:
10886 \\<read-passwd-map>
10887 \\[read-passwd-erase-line] Erase the entire line.
10888 \\[quoted-insert] Insert the next character literally.
10889 \\[delete-backward-char] Delete the previous character.
10890 \\[exit-minibuffer] Accept what you have typed.
10891 \\[keyboard-quit] Abort the command.
10892
10893 The returned value is always a newly-created string. No additional copies
10894 of the password remain after this function has returned.
10895
10896 NOTE: unless great care is taken, the typed password will exist in plaintext
10897 form in the running image for an arbitrarily long time. Priveleged users may
10898 be able to extract it from memory. If emacs crashes, it may appear in the
10899 resultant core file.
10900
10901 Some steps you can take to prevent the password from being copied around:
10902
10903 - as soon as you are done with the returned string, destroy it with
10904 (fillarray string 0). The same goes for any default passwords
10905 or password histories.
10906
10907 - do not copy the string, as with concat or substring - if you do, be
10908 sure to keep track of and destroy all copies.
10909
10910 - do not insert the password into a buffer - if you do, be sure to
10911 overwrite the buffer text before killing it, as with the functions
10912 `passwd-erase-buffer' or `passwd-kill-buffer'. Note that deleting
10913 the text from the buffer does NOT necessarily remove the text from
10914 memory.
10915
10916 - be careful of the undo history - if you insert the password into a
10917 buffer which has undo recording turned on, the password will be
10918 copied onto the undo list, and thus recoverable.
10919
10920 - do not pass it as an argument to a shell command - anyone will be
10921 able to see it if they run `ps' at the right time.
10922
10923 Note that the password will be temporarily recoverable with the `view-lossage'
10924 command. This data will not be overwritten until another hundred or so
10925 characters are typed. There's not currently a way around this." nil nil)
10926
10927 ;;;***
10928
10929 ;;;### (autoloads (pp) "pp" "utils/pp.el" (12559 34933))
10930 ;;; Generated autoloads from utils/pp.el
10931
10932 (autoload 'pp "pp" "\
10933 Output the pretty-printed representation of OBJECT, any Lisp object.
10934 Quoting characters are printed when needed to make output that `read'
10935 can handle, whenever this is possible.
10936 Output stream is STREAM, or value of `standard-output' (which see)." nil nil)
10937
10938 (defalias 'pprint 'pp)
10939
10940 ;;;***
10941
10942 ;;;### (autoloads nil "regi" "utils/regi.el" (12558 60951))
10943 ;;; Generated autoloads from utils/regi.el
10944
10945 ;;;***
10946
10947 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "utils/reporter.el" (12559 34929))
10948 ;;; Generated autoloads from utils/reporter.el
10949
10950 (autoload 'reporter-submit-bug-report "reporter" nil nil nil)
10951
10952 ;;;***
10953
10954 ;;;### (autoloads nil "rfc822" "utils/rfc822.el" (12559 34920))
10955 ;;; Generated autoloads from utils/rfc822.el
10956
10957 ;;;***
10958
10959 ;;;### (autoloads (make-ring ringp) "ring" "utils/ring.el" (12639 8649))
10960 ;;; Generated autoloads from utils/ring.el
10961
10962 (autoload 'ringp "ring" "\
10963 Returns t if X is a ring; nil otherwise." nil nil)
10964
10965 (define-obsolete-function-alias 'ring-p 'ringp)
10966
10967 (autoload 'make-ring "ring" "\
10968 Make a ring that can contain SIZE elements." nil nil)
10969
10970 ;;;***
10971
10972 ;;;### (autoloads nil "shadowfile" "utils/shadowfile.el" (12558 60958))
10973 ;;; Generated autoloads from utils/shadowfile.el
10974
10975 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy define-skeleton) "skeleton" "utils/skeleton.el" (12675 57223))
10976 ;;; Generated autoloads from utils/skeleton.el
10977
10978 (defvar skeleton-filter 'identity "\
10979 Function for transforming a skeleton-proxy's aliases' variable value.")
10980
10981 (autoload 'define-skeleton "skeleton" "\
10982 Define a user-configurable COMMAND that enters a statement skeleton.
10983 DOCUMENTATION is that of the command, while the variable of the same name,
10984 which contains the skeleton, has a documentation to that effect.
10985 INTERACTOR and ELEMENT ... are as defined under `skeleton-insert'." nil 'macro)
10986
10987 (autoload 'skeleton-proxy "skeleton" "\
10988 Insert skeleton defined by variable of same name (see `skeleton-insert').
10989 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
10990 This command can also be an abbrev expansion (3rd and 4th columns in
10991 \\[edit-abbrevs] buffer: \"\" command-name).
10992
10993 When called as a function, optional first argument STR may also be a string
10994 which will be the value of `str' whereas the skeleton's interactor is then
10995 ignored." t nil)
10996
10997 (autoload 'skeleton-insert "skeleton" "\
10998 Insert the complex statement skeleton SKELETON describes very concisely.
10999
11000 With optional third REGIONS wrap first interesting point (`_') in skeleton
11001 around next REGIONS words, if REGIONS is positive. If REGIONS is negative,
11002 wrap REGIONS preceding interregions into first REGIONS interesting positions
11003 \(successive `_'s) in skeleton. An interregion is the stretch of text between
11004 two contiguous marked points. If you marked A B C [] (where [] is the cursor)
11005 in alphabetical order, the 3 interregions are simply the last 3 regions. But
11006 if you marked B A [] C, the interregions are B-A, A-[], []-C.
11007
11008 Optional fourth STR is the value for the variable `str' within the skeleton.
11009 When this is non-`nil' the interactor gets ignored, and this should be a valid
11010 skeleton element.
11011
11012 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
11013 not needed, a prompt-string or an expression for complex read functions.
11014
11015 If ELEMENT is a string or a character it gets inserted (see also
11016 `skeleton-transformation'). Other possibilities are:
11017
11018 \\n go to next line and indent according to mode
11019 _ interesting point, interregion here, point after termination
11020 > indent line (or interregion if > _) according to major mode
11021 & do next ELEMENT if previous moved point
11022 | do next ELEMENT if previous didn't move point
11023 -num delete num preceding characters (see `skeleton-untabify')
11024 resume: skipped, continue here if quit is signaled
11025 nil skipped
11026
11027 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
11028 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
11029 different inputs. The SKELETON is processed as often as the user enters a
11030 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
11031 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
11032 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
11033 formatted with `skeleton-subprompt'. Such an INTERACTOR may also a list of
11034 strings with the subskeleton being repeated once for each string.
11035
11036 Quoted lisp-expressions are evaluated evaluated for their side-effect.
11037 Other lisp-expressions are evaluated and the value treated as above.
11038 Note that expressions may not return `t' since this impplies an
11039 endless loop. Modes can define other symbols by locally setting them
11040 to any valid skeleton element. The following local variables are
11041 available:
11042
11043 str first time: read a string according to INTERACTOR
11044 then: insert previously read string once more
11045 help help-form during interaction with the user or `nil'
11046 input initial input (string or cons with index) while reading str
11047 v1, v2 local variables for memorising anything you want
11048
11049 When done with skeleton, but before going back to `_'-point call
11050 `skeleton-end-hook' if that is non-`nil'." nil nil)
11051
11052 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
11053 Insert the character you type ARG times.
11054
11055 With no ARG, if `skeleton-pair' is non-nil, and if
11056 `skeleton-pair-on-word' is non-nil or we are not before or inside a
11057 word, and if `skeleton-pair-filter' returns nil, pairing is performed.
11058
11059 If a match is found in `skeleton-pair-alist', that is inserted, else
11060 the defaults are used. These are (), [], {}, <> and `' for the
11061 symmetrical ones, and the same character twice for the others." t nil)
11062
11063 ;;;***
11064
11065 ;;;### (autoloads nil "soundex" "utils/soundex.el" (12558 60959))
11066 ;;; Generated autoloads from utils/soundex.el
11067
11068 ;;;***
11069
11070 ;;;### (autoloads nil "symbol-syntax" "utils/symbol-syntax.el" (12573 6370))
11071 ;;; Generated autoloads from utils/symbol-syntax.el
11072
11073 ;;;***
11074
11075 ;;;### (autoloads nil "sysdep" "utils/sysdep.el" (12714 11722))
11076 ;;; Generated autoloads from utils/sysdep.el
11077
11078 ;;;### (autoloads nil "text-props" "utils/text-props.el" (12639 8651))
11079 ;;; Generated autoloads from utils/text-props.el
11080
11081 ;;;***
11082
11083 ;;;### (autoloads nil "thing" "utils/thing.el" (12558 60956))
11084 ;;; Generated autoloads from utils/thing.el
11085
11086 ;;;***
11087
11088 ;;;### (autoloads nil "timezone" "utils/timezone.el" (12546 50543))
11089 ;;; Generated autoloads from utils/timezone.el
11090
11091 ;;;### (autoloads (tq-create) "tq" "utils/tq.el" (12558 60960))
11092 ;;; Generated autoloads from utils/tq.el
11093
11094 (autoload 'tq-create "tq" "\
11095 Create and return a transaction queue communicating with PROCESS.
11096 PROCESS should be a subprocess capable of sending and receiving
11097 streams of bytes. It may be a local process, or it may be connected
11098 to a tcp server on another machine." nil nil)
11099
11100 ;;;***
11101
11102 ;;;### (autoloads (trace-function-background trace-function) "trace" "utils/trace.el" (12546 50540))
11103 ;;; Generated autoloads from utils/trace.el
11104
11105 (defvar trace-buffer "*trace-output*" "\
11106 *Trace output will by default go to that buffer.")
11107
11108 (autoload 'trace-function "trace" "\
11109 Traces FUNCTION with trace output going to BUFFER.
11110 For every call of FUNCTION Lisp-style trace messages that display argument
11111 and return values will be inserted into BUFFER. This function generates the
11112 trace advice for FUNCTION and activates it together with any other advice
11113 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
11114 Do not use this to trace functions that switch buffers or do any other
11115 display oriented stuff, use `trace-function-background' instead." t nil)
11116
11117 (autoload 'trace-function-background "trace" "\
11118 Traces FUNCTION with trace output going quietly to BUFFER.
11119 For every call of FUNCTION Lisp-style trace messages that display argument
11120 and return values will be inserted into BUFFER. This function generates the
11121 trace advice for FUNCTION and activates it together with any other advice
11122 there might be!! Trace output will quietly go to BUFFER without changing
11123 the window or buffer configuration at all." t nil)
11124
11125 ;;;***
11126
11127 ;;;### (autoloads nil "tree-menu" "utils/tree-menu.el" (12558 60954))
11128 ;;; Generated autoloads from utils/tree-menu.el
11129
11130 ;;;### (autoloads (y-or-n-p-with-timeout yes-or-no-p-with-timeout with-timeout with-timeout-internal) "with-timeout" "utils/with-timeout.el" (12558 60948))
11131 ;;; Generated autoloads from utils/with-timeout.el
11132
11133 (autoload 'with-timeout-internal "with-timeout" nil nil nil)
11134
11135 (autoload 'with-timeout "with-timeout" "\
11136 Usage: (with-timeout (seconds &rest timeout-forms) &rest body)
11137 This is just like progn, but if the given number of seconds expires before
11138 the body returns, then timeout-forms are evaluated and returned instead.
11139 The body won't be interrupted in the middle of a computation: the check for
11140 the timer expiration only occurs when body does a redisplay, or prompts the
11141 user for input, or calls accept-process-output." nil 'macro)
11142
11143 (autoload 'yes-or-no-p-with-timeout "with-timeout" "\
11144 Just like yes-or-no-p, but will time out after TIMEOUT seconds
11145 if the user has not yes answered, returning DEFAULT-VALUE." nil nil)
11146
11147 (autoload 'y-or-n-p-with-timeout "with-timeout" "\
11148 Just like y-or-n-p, but will time out after TIMEOUT seconds
11149 if the user has not yes answered, returning DEFAULT-VALUE." nil nil)
11150
11151 ;;;***
11152
11153 ;;;### (autoloads (xbm-button-create) "xbm-button" "utils/xbm-button.el" (12639 8650))
11154 ;;; Generated autoloads from utils/xbm-button.el
11155
11156 (autoload 'xbm-button-create "xbm-button" "\
11157 Returns a list of XBM image instantiators for a button displaying TEXT.
11158 The list is of the form
11159 (UP DOWN DISABLED)
11160 where UP, DOWN, and DISABLED are the up, down and disabled image
11161 instantiators for the button.
11162
11163 BORDER-THICKNESS specifies how many pixels should be used for the
11164 borders on the edges of the buttons. It should be a positive integer,
11165 or 0 to mean no border." nil nil)
11166
11167 ;;;***
11168
11169 ;;;### (autoloads (xpm-button-create) "xpm-button" "utils/xpm-button.el" (12648 18605))
11170 ;;; Generated autoloads from utils/xpm-button.el
11171
11172 (autoload 'xpm-button-create "xpm-button" "\
11173 Returns a list of XPM image instantiators for a button displaying TEXT.
11174 The list is of the form
11175 (UP DOWN DISABLED)
11176 where UP, DOWN, and DISABLED are the up, down and disabled image
11177 instantiators for the button.
11178
11179 SHADOW-THICKNESS specifies how many pixels should be used for the
11180 shadows on the edges of the buttons. It should be a positive integer,
11181 or 0 to mean no shadows on the edges.
11182 FG-COLOR is the color used to display the text. It should be a string.
11183 BG-COLOR is the background color the text will be displayed upon.
11184 It should be a string." nil nil)
11185
11186 ;;;***
11187
11188 ;;;### (autoloads nil "viper-ex" "viper/viper-ex.el" (12745 61913))
11189 ;;; Generated autoloads from viper/viper-ex.el
11190
11191 ;;;***
11192
11193 ;;;### (autoloads nil "viper-keym" "viper/viper-keym.el" (12639 8723))
11194 ;;; Generated autoloads from viper/viper-keym.el
11195
11196 ;;;### (autoloads nil "viper-macs" "viper/viper-macs.el" (12728 13099))
11197 ;;; Generated autoloads from viper/viper-macs.el
11198
11199 ;;;***
11200
11201 ;;;### (autoloads nil "viper-mous" "viper/viper-mous.el" (12728 13099))
11202 ;;; Generated autoloads from viper/viper-mous.el
11203
11204 ;;;***
11205
11206 ;;;### (autoloads nil "viper-util" "viper/viper-util.el" (12745 61913))
11207 ;;; Generated autoloads from viper/viper-util.el
11208
11209 ;;;### (autoloads (viper-mode) "viper" "viper/viper.el" (12745 61914))
11210 ;;; Generated autoloads from viper/viper.el
11211
11212 (autoload 'viper-mode "viper" "\
11213 Turn on Viper emulation of Vi." t nil)
11214
11215 (defalias 'vip-mode 'viper-mode)
11216
11217 ;;;***
11218
11219 ;;;### (autoloads nil "tapestry" "vm/tapestry.el" (12376 19602))
11220 ;;; Generated autoloads from vm/tapestry.el
11221
11222 ;;;***
11223
11224 ;;;### (autoloads nil "vm-autoload" "vm/vm-autoload.el" (12744 48175))
11225 ;;; Generated autoloads from vm/vm-autoload.el
11226
11227 ;;;***
11228
11229 ;;;### (autoloads nil "vm-byteopts" "vm/vm-byteopts.el" (12244 51680))
11230 ;;; Generated autoloads from vm/vm-byteopts.el
11231
11232 ;;;### (autoloads nil "vm-delete" "vm/vm-delete.el" (12740 28348))
11233 ;;; Generated autoloads from vm/vm-delete.el
11234
11235 ;;;### (autoloads nil "vm-digest" "vm/vm-digest.el" (12376 19586))
11236 ;;; Generated autoloads from vm/vm-digest.el
11237
11238 ;;;### (autoloads (vm-easy-menu-create-keymaps vm-easy-menu-define) "vm-easymenu" "vm/vm-easymenu.el" (12376 19602))
11239 ;;; Generated autoloads from vm/vm-easymenu.el
11240
11241 (autoload 'vm-easy-menu-define "vm-easymenu" "\
11242 Define a menu bar submenu in maps MAPS, according to MENU.
11243 The menu keymap is stored in symbol SYMBOL, both as its value
11244 and as its function definition. DOC is used as the doc string for SYMBOL.
11245
11246 The first element of MENU must be a string. It is the menu bar item name.
11247 The rest of the elements are menu items.
11248
11249 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
11250
11251 NAME is a string--the menu item name.
11252
11253 CALLBACK is a command to run when the item is chosen,
11254 or a list to evaluate when the item is chosen.
11255
11256 ENABLE is an expression; the item is enabled for selection
11257 whenever this expression's value is non-nil.
11258
11259 Alternatively, a menu item may have the form:
11260
11261 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
11262
11263 Where KEYWORD is one of the symbol defined below.
11264
11265 :keys KEYS
11266
11267 KEYS is a string; a complex keyboard equivalent to this menu item.
11268 This is normally not needed because keyboard equivalents are usually
11269 computed automatically.
11270
11271 :active ENABLE
11272
11273 ENABLE is an expression; the item is enabled for selection
11274 whenever this expression's value is non-nil.
11275
11276 :suffix NAME
11277
11278 NAME is a string; the name of an argument to CALLBACK.
11279
11280 :style
11281
11282 STYLE is a symbol describing the type of menu item. The following are
11283 defined:
11284
11285 toggle: A checkbox.
11286 Currently just prepend the name with the string \"Toggle \".
11287 radio: A radio button.
11288 nil: An ordinary menu item.
11289
11290 :selected SELECTED
11291
11292 SELECTED is an expression; the checkbox or radio button is selected
11293 whenever this expression's value is non-nil.
11294 Currently just disable radio buttons, no effect on checkboxes.
11295
11296 A menu item can be a string. Then that string appears in the menu as
11297 unselectable text. A string consisting solely of hyphens is displayed
11298 as a solid horizontal line.
11299
11300 A menu item can be a list. It is treated as a submenu.
11301 The first element should be the submenu name. That's used as the
11302 menu item in the top-level menu. The cdr of the submenu list
11303 is a list of menu items, as above." nil 'macro)
11304
11305 (autoload 'vm-easy-menu-create-keymaps "vm-easymenu" nil nil nil)
11306
11307 ;;;***
11308
11309 ;;;### (autoloads nil "vm-edit" "vm/vm-edit.el" (12376 19587))
11310 ;;; Generated autoloads from vm/vm-edit.el
11311
11312 ;;;***
11313
11314 ;;;### (autoloads nil "vm-folder" "vm/vm-folder.el" (12740 28349))
11315 ;;; Generated autoloads from vm/vm-folder.el
11316
11317 ;;;### (autoloads nil "vm-license" "vm/vm-license.el" (12376 19590))
11318 ;;; Generated autoloads from vm/vm-license.el
11319
11320 ;;;***
11321
11322 ;;;### (autoloads nil "vm-mark" "vm/vm-mark.el" (12376 19590))
11323 ;;; Generated autoloads from vm/vm-mark.el
11324
11325 ;;;***
11326
11327 ;;;### (autoloads nil "vm-menu" "vm/vm-menu.el" (12376 19592))
11328 ;;; Generated autoloads from vm/vm-menu.el
11329
11330 ;;;***
11331
11332 ;;;### (autoloads nil "vm-message" "vm/vm-message.el" (12376 19589))
11333 ;;; Generated autoloads from vm/vm-message.el
11334
11335 ;;;***
11336
11337 ;;;### (autoloads nil "vm-minibuf" "vm/vm-minibuf.el" (12376 19600))
11338 ;;; Generated autoloads from vm/vm-minibuf.el
11339
11340 ;;;***
11341
11342 ;;;### (autoloads nil "vm-misc" "vm/vm-misc.el" (12740 28349))
11343 ;;; Generated autoloads from vm/vm-misc.el
11344
11345 ;;;***
11346
11347 ;;;### (autoloads nil "vm-motion" "vm/vm-motion.el" (12740 28349))
11348 ;;; Generated autoloads from vm/vm-motion.el
11349
11350 ;;;### (autoloads nil "vm-mouse" "vm/vm-mouse.el" (12376 19602))
11351 ;;; Generated autoloads from vm/vm-mouse.el
11352
11353 ;;;***
11354
11355 ;;;### (autoloads nil "vm-page" "vm/vm-page.el" (12376 19594))
11356 ;;; Generated autoloads from vm/vm-page.el
11357
11358 ;;;***
11359
11360 ;;;### (autoloads nil "vm-pop" "vm/vm-pop.el" (12740 28349))
11361 ;;; Generated autoloads from vm/vm-pop.el
11362
11363 ;;;### (autoloads nil "vm-reply" "vm/vm-reply.el" (12376 19587))
11364 ;;; Generated autoloads from vm/vm-reply.el
11365
11366 ;;;***
11367
11368 ;;;### (autoloads nil "vm-save" "vm/vm-save.el" (12376 19592))
11369 ;;; Generated autoloads from vm/vm-save.el
11370
11371 ;;;***
11372
11373 ;;;### (autoloads nil "vm-search" "vm/vm-search.el" (12740 30223))
11374 ;;; Generated autoloads from vm/vm-search.el
11375
11376 ;;;### (autoloads nil "vm-search18" "vm/vm-search18.el" (12244 51678))
11377 ;;; Generated autoloads from vm/vm-search18.el
11378
11379 ;;;### (autoloads nil "vm-search19" "vm/vm-search19.el" (12376 19598))
11380 ;;; Generated autoloads from vm/vm-search19.el
11381
11382 ;;;***
11383
11384 ;;;### (autoloads nil "vm-sort" "vm/vm-sort.el" (12376 19598))
11385 ;;; Generated autoloads from vm/vm-sort.el
11386
11387 ;;;***
11388
11389 ;;;### (autoloads nil "vm-startup" "vm/vm-startup.el" (12740 35805))
11390 ;;; Generated autoloads from vm/vm-startup.el
11391
11392 ;;;***
11393
11394 ;;;### (autoloads nil "vm-summary" "vm/vm-summary.el" (12740 28349))
11395 ;;; Generated autoloads from vm/vm-summary.el
11396
11397 ;;;### (autoloads nil "vm-thread" "vm/vm-thread.el" (12376 19602))
11398 ;;; Generated autoloads from vm/vm-thread.el
11399
11400 ;;;***
11401
11402 ;;;### (autoloads nil "vm-toolbar" "vm/vm-toolbar.el" (12714 11723))
11403 ;;; Generated autoloads from vm/vm-toolbar.el
11404
11405 ;;;***
11406
11407 ;;;### (autoloads nil "vm-undo" "vm/vm-undo.el" (12244 51671))
11408 ;;; Generated autoloads from vm/vm-undo.el
11409
11410 ;;;***
11411
11412 ;;;### (autoloads nil "vm-vars" "vm/vm-vars.el" (12740 28350))
11413 ;;; Generated autoloads from vm/vm-vars.el
11414
11415 ;;;***
11416
11417 ;;;### (autoloads nil "vm-version" "vm/vm-version.el" (12740 28351))
11418 ;;; Generated autoloads from vm/vm-version.el
11419
11420 ;;;***
11421
11422 ;;;### (autoloads nil "vm-virtual" "vm/vm-virtual.el" (12312 61353))
11423 ;;; Generated autoloads from vm/vm-virtual.el
11424
11425 ;;;***
11426
11427 ;;;### (autoloads nil "vm-window" "vm/vm-window.el" (12740 28350))
11428 ;;; Generated autoloads from vm/vm-window.el
11429
11430 ;;;***
11431
11432 ;;;### (autoloads nil "docomp" "w3/docomp.el" (12727 30855))
11433 ;;; Generated autoloads from w3/docomp.el
11434
11435 ;;;***
11436
11437 ;;;### (autoloads nil "font" "w3/font.el" (12720 56497))
11438 ;;; Generated autoloads from w3/font.el
11439
11440 ;;;***
11441
11442 ;;;### (autoloads nil "images" "w3/images.el" (12714 11732))
11443 ;;; Generated autoloads from w3/images.el
11444
11445 ;;;***
11446
11447 ;;;### (autoloads nil "w3-about" "w3/w3-about.el" (12745 49143))
11448 ;;; Generated autoloads from w3/w3-about.el
11449
11450 ;;;### (autoloads nil "w3-annotat" "w3/w3-annotat.el" (12727 30858))
11451 ;;; Generated autoloads from w3/w3-annotat.el
11452
11453 ;;;***
11454
11455 ;;;### (autoloads nil "w3-auto" "w3/w3-auto.el" (12727 30865))
11456 ;;; Generated autoloads from w3/w3-auto.el
11457
11458 ;;;### (autoloads nil "w3-beta" "w3/w3-beta.el" (12686 31748))
11459 ;;; Generated autoloads from w3/w3-beta.el
11460
11461 ;;;***
11462
11463 ;;;### (autoloads nil "w3-draw" "w3/w3-draw.el" (12727 30859))
11464 ;;; Generated autoloads from w3/w3-draw.el
11465
11466 ;;;***
11467
11468 ;;;### (autoloads nil "w3-e19" "w3/w3-e19.el" (12727 30856))
11469 ;;; Generated autoloads from w3/w3-e19.el
11470
11471 ;;;***
11472
11473 ;;;### (autoloads nil "w3-emulate" "w3/w3-emulate.el" (12714 11733))
11474 ;;; Generated autoloads from w3/w3-emulate.el
11475
11476 ;;;***
11477
11478 ;;;### (autoloads nil "w3-forms" "w3/w3-forms.el" (12740 27003))
11479 ;;; Generated autoloads from w3/w3-forms.el
11480
11481 ;;;***
11482
11483 ;;;### (autoloads (w3-use-hotlist) "w3-hot" "w3/w3-hot.el" (12727 30861))
11484 ;;; Generated autoloads from w3/w3-hot.el
11485
11486 (autoload 'w3-use-hotlist "w3-hot" "\
11487 Possibly go to a link in your W3/Mosaic hotlist.
11488 This is part of the emacs World Wide Web browser. It will prompt for
11489 one of the items in your 'hotlist'. A hotlist is a list of often
11490 visited or interesting items you have found on the World Wide Web." t nil)
11491
11492 ;;;***
11493
11494 ;;;### (autoloads nil "w3-imap" "w3/w3-imap.el" (12715 10457))
11495 ;;; Generated autoloads from w3/w3-imap.el
11496
11497 ;;;***
11498
11499 ;;;### (autoloads nil "w3-keyword" "w3/w3-keyword.el" (12727 30860))
11500 ;;; Generated autoloads from w3/w3-keyword.el
11501
11502 ;;;***
11503
11504 ;;;### (autoloads nil "w3-latex" "w3/w3-latex.el" (12727 30593))
11505 ;;; Generated autoloads from w3/w3-latex.el
11506
11507 ;;;***
11508
11509 ;;;### (autoloads nil "w3-menu" "w3/w3-menu.el" (12727 30864))
11510 ;;; Generated autoloads from w3/w3-menu.el
11511
11512 ;;;### (autoloads nil "w3-mouse" "w3/w3-mouse.el" (12720 56526))
11513 ;;; Generated autoloads from w3/w3-mouse.el
11514
11515 ;;;***
11516
11517 ;;;### (autoloads nil "w3-mule" "w3/w3-mule.el" (12686 31739))
11518 ;;; Generated autoloads from w3/w3-mule.el
11519
11520 ;;;***
11521
11522 ;;;### (autoloads nil "w3-parse" "w3/w3-parse.el" (12727 30863))
11523 ;;; Generated autoloads from w3/w3-parse.el
11524
11525 ;;;***
11526
11527 ;;;### (autoloads nil "w3-prefs" "w3/w3-prefs.el" (12740 27017))
11528 ;;; Generated autoloads from w3/w3-prefs.el
11529
11530 ;;;### (autoloads nil "w3-print" "w3/w3-print.el" (12727 30863))
11531 ;;; Generated autoloads from w3/w3-print.el
11532
11533 ;;;***
11534
11535 ;;;### (autoloads nil "w3-speak" "w3/w3-speak.el" (12740 27018))
11536 ;;; Generated autoloads from w3/w3-speak.el
11537
11538 ;;;### (autoloads nil "w3-style" "w3/w3-style.el" (12727 30864))
11539 ;;; Generated autoloads from w3/w3-style.el
11540
11541 ;;;***
11542
11543 ;;;### (autoloads nil "w3-sysdp" "w3/w3-sysdp.el" (12727 30857))
11544 ;;; Generated autoloads from w3/w3-sysdp.el
11545
11546 ;;;### (autoloads nil "w3-toolbar" "w3/w3-toolbar.el" (12686 31734))
11547 ;;; Generated autoloads from w3/w3-toolbar.el
11548
11549 ;;;***
11550
11551 ;;;### (autoloads nil "w3-vars" "w3/w3-vars.el" (12745 49201))
11552 ;;; Generated autoloads from w3/w3-vars.el
11553
11554 ;;;***
11555
11556 ;;;### (autoloads nil "w3-widget" "w3/w3-widget.el" (12720 56504))
11557 ;;; Generated autoloads from w3/w3-widget.el
11558
11559 ;;;### (autoloads nil "w3-xemac" "w3/w3-xemac.el" (12727 30860))
11560 ;;; Generated autoloads from w3/w3-xemac.el
11561
11562 ;;;### (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" (12740 27016))
11563 ;;; Generated autoloads from w3/w3.el
11564
11565 (autoload 'w3-open-local "w3" "\
11566 Find a local file, and interpret it as a hypertext document.
11567 It will prompt for an existing file or directory, and retrieve it as a
11568 hypertext document. If it is a directory, and url-use-hypertext-dired
11569 is non-nil, then an HTML directory listing is created on the fly.
11570 Otherwise, dired-mode is used to visit the buffer." t nil)
11571
11572 (autoload 'w3-find-file "w3" "\
11573 Find a local file, and interpret it as a hypertext document.
11574 It will prompt for an existing file or directory, and retrieve it as a
11575 hypertext document. If it is a directory, and url-use-hypertext-dired
11576 is non-nil, then an HTML directory listing is created on the fly.
11577 Otherwise, dired-mode is used to visit the buffer." t nil)
11578
11579 (autoload 'w3-fetch-other-frame "w3" "\
11580 Attempt to follow the hypertext reference under point in a new frame.
11581 With prefix-arg P, ignore viewers and dump the link straight
11582 to disk." t nil)
11583
11584 (autoload 'w3-fetch "w3" "\
11585 Retrieve a document over the World Wide Web.
11586 The World Wide Web is a global hypertext system started by CERN in
11587 Switzerland in 1991.
11588
11589 The document should be specified by its fully specified
11590 Uniform Resource Locator. The document will be parsed, printed, or
11591 passed to an external viewer as appropriate. Variable
11592 `mm-mime-info' specifies viewers for particular file types." t nil)
11593
11594 (autoload 'w3-maybe-follow-link-mouse "w3" "\
11595 Maybe follow a hypertext link under point.
11596 If there is no link under point, this will try using
11597 url-get-url-at-point" t nil)
11598
11599 (autoload 'w3-maybe-follow-link "w3" "\
11600 Maybe follow a hypertext link under point.
11601 If there is no link under point, this will try using
11602 url-get-url-at-point" t nil)
11603
11604 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
11605 Follow the URL under PT, defaults to link under (point)" t nil)
11606
11607 (autoload 'w3-follow-url-at-point "w3" "\
11608 Follow the URL under PT, defaults to link under (point)" t nil)
11609
11610 (autoload 'w3-batch-fetch "w3" "\
11611 Fetch all the URLs on the command line and save them to files in
11612 the current directory. The first argument after the -f w3-batch-fetch
11613 on the command line should be a string specifying how to save the
11614 information retrieved. If it is \"html\", then the page will be
11615 unformatted when it is written to disk. If it is \"text\", then the
11616 page will be formatted before it is written to disk. If it is
11617 \"binary\" it will not mess with the file extensions, and just save
11618 the data in raw binary format. If none of those, the default is
11619 \"text\", and the first argument is treated as a normal URL." nil nil)
11620
11621 (autoload 'w3-preview-this-buffer "w3" "\
11622 See what this buffer will look like when its formatted as HTML.
11623 HTML is the HyperText Markup Language used by the World Wide Web to
11624 specify formatting for text. More information on HTML can be found at
11625 ftp.w3.org:/pub/www/doc." t nil)
11626
11627 (autoload 'w3 "w3" "\
11628 Retrieve the default World Wide Web home page.
11629 The World Wide Web is a global hypertext system started by CERN in
11630 Switzerland in 1991.
11631
11632 The home page is specified by the variable w3-default-homepage. The
11633 document should be specified by its fully specified Uniform Resource
11634 Locator. The document will be parsed as HTML (if appropriate) and
11635 displayed in a new buffer." t nil)
11636
11637 (autoload 'w3-do-setup "w3" "\
11638 Do setup - this is to avoid conflict with user settings when W3 is
11639 dumped with emacs." nil nil)
11640
11641 (autoload 'w3-follow-link-other-frame "w3" "\
11642 Attempt to follow the hypertext reference under point in a new frame.
11643 With prefix-arg P, ignore viewers and dump the link straight
11644 to disk." nil nil)
11645
11646 (autoload 'w3-follow-link "w3" "\
11647 Attempt to follow the hypertext reference under point.
11648 With prefix-arg P, ignore viewers and dump the link straight
11649 to disk." t nil)
11650
11651 ;;;***
11652
11653 ;;;### (autoloads nil "widget-edit" "w3/widget-edit.el" (12740 27017))
11654 ;;; Generated autoloads from w3/widget-edit.el
11655
11656 ;;;***
11657
11658 ;;;### (autoloads nil "widget" "w3/widget.el" (12720 56523))
11659 ;;; Generated autoloads from w3/widget.el
11660
11661 ;;;### (autoloads nil "x-compose" "x11/x-compose.el" (12202 12100))
11662 ;;; Generated autoloads from x11/x-compose.el
11663
11664 ;;;### (autoloads nil "x-faces" "x11/x-faces.el" (12698 33571))
11665 ;;; Generated autoloads from x11/x-faces.el
11666
11667 ;;;***
11668
11669 ;;;### (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" (12675 57137))
11670 ;;; Generated autoloads from x11/x-font-menu.el
11671
11672 (defvar font-menu-ignore-scaled-fonts t "\
11673 *If non-nil, then the font menu will try to show only bitmap fonts.")
11674
11675 (defvar font-menu-this-frame-only-p t "\
11676 *If non-nil, then changing the default font from the font menu will only
11677 affect one frame instead of all frames.")
11678
11679 (fset 'install-font-menus 'reset-device-font-menus)
11680
11681 (autoload 'reset-device-font-menus "x-font-menu" "\
11682 Generates the `Font', `Size', and `Weight' submenus for the Options menu.
11683 This is run the first time that a font-menu is needed for each device.
11684 If you don't like the lazy invocation of this function, you can add it to
11685 `create-device-hook' and that will make the font menus respond more quickly
11686 when they are selected for the first time. If you add fonts to your system,
11687 or if you change your font path, you can call this to re-initialize the menus." nil nil)
11688
11689 (autoload 'font-menu-family-constructor "x-font-menu" nil nil nil)
11690
11691 (autoload 'font-menu-size-constructor "x-font-menu" nil nil nil)
11692
11693 (autoload 'font-menu-weight-constructor "x-font-menu" nil nil nil)
11694
11695 ;;;***
11696
11697 ;;;### (autoloads nil "x-init" "x11/x-init.el" (12698 33574))
11698 ;;; Generated autoloads from x11/x-init.el
11699
11700 ;;;### (autoloads nil "x-iso8859-1" "x11/x-iso8859-1.el" (12639 8655))
11701 ;;; Generated autoloads from x11/x-iso8859-1.el
11702
11703 ;;;***
11704
11705 ;;;### (autoloads nil "x-menubar" "x11/x-menubar.el" (12743 24793))
11706 ;;; Generated autoloads from x11/x-menubar.el
11707
11708 ;;;### (autoloads nil "x-misc" "x11/x-misc.el" (12639 8659))
11709 ;;; Generated autoloads from x11/x-misc.el
11710
11711 ;;;### (autoloads nil "x-mouse" "x11/x-mouse.el" (12698 33572))
11712 ;;; Generated autoloads from x11/x-mouse.el
11713
11714 ;;;### (autoloads nil "x-scrollbar" "x11/x-scrollbar.el" (12639 8659))
11715 ;;; Generated autoloads from x11/x-scrollbar.el
11716
11717 ;;;***
11718
11719 ;;;### (autoloads nil "x-select" "x11/x-select.el" (12546 50544))
11720 ;;; Generated autoloads from x11/x-select.el
11721
11722 ;;;***
11723
11724 ;;;### (autoloads nil "x-toolbar" "x11/x-toolbar.el" (12714 11727))
11725 ;;; Generated autoloads from x11/x-toolbar.el
11726
11727 ;;;### (autoloads nil "x-win-sun" "x11/x-win-sun.el" (12690 2180))
11728 ;;; Generated autoloads from x11/x-win-sun.el
11729
11730 ;;;### (autoloads nil "x-win-xfree86" "x11/x-win-xfree86.el" (12639 8662))
11731 ;;; Generated autoloads from x11/x-win-xfree86.el
11732
11733 ;;; Generated autoloads from x11/x-win-sun.el
11734
11735 ;;; Don't make backup versions of this file - most of it is generated
11736 ;;; automatically by autoload.el, and what isn't changes rarely.
11737 ;;; Local Variables:
11738 ;;; version-control: never
11739 ;;; no-byte-compile: t
11740 ;;; no-update-autoloads: t
11741 ;;; End:
11742 ;;; loaddefs.el ends here