1 ;;; loaddefs.el --- automatically extracted autoloads
5 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
6 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
7 ;;;;;; "play/5x5.el" (18310 12104))
8 ;;; Generated autoloads from play/5x5.el
10 (autoload '5x5
"5x5" "\
13 The object of 5x5 is very simple, by moving around the grid and flipping
14 squares you must fill the grid.
16 5x5 keyboard bindings are:
18 Flip \\[5x5-flip-current]
20 Move down \\[5x5-down]
21 Move left \\[5x5-left]
22 Move right \\[5x5-right]
23 Start new game \\[5x5-new-game]
24 New game with random grid \\[5x5-randomize]
25 Random cracker \\[5x5-crack-randomly]
26 Mutate current cracker \\[5x5-crack-mutating-current]
27 Mutate best cracker \\[5x5-crack-mutating-best]
28 Mutate xor cracker \\[5x5-crack-xor-mutate]
29 Quit current game \\[5x5-quit-game]
31 \(fn &optional SIZE)" t nil
)
33 (autoload '5x5-crack-randomly
"5x5" "\
34 Attempt to crack 5x5 using random solutions.
38 (autoload '5x5-crack-mutating-current
"5x5" "\
39 Attempt to crack 5x5 by mutating the current solution.
43 (autoload '5x5-crack-mutating-best
"5x5" "\
44 Attempt to crack 5x5 by mutating the best solution.
48 (autoload '5x5-crack-xor-mutate
"5x5" "\
49 Attempt to crack 5x5 by xoring the current and best solution.
54 (autoload '5x5-crack
"5x5" "\
55 Attempt to find a solution for 5x5.
57 5x5-crack takes the argument BREEDER which should be a function that takes
58 two parameters, the first will be a grid vector array that is the current
59 solution and the second will be the best solution so far. The function
60 should return a grid vector array that is the new solution.
66 ;;;### (autoloads nil "abbrev" "abbrev.el" (18324 26599))
67 ;;; Generated autoloads from abbrev.el
68 (put 'abbrev-mode
'safe-local-variable
'booleanp
)
72 ;;;### (autoloads (list-one-abbrev-table) "abbrevlist" "abbrevlist.el"
74 ;;; Generated autoloads from abbrevlist.el
76 (autoload 'list-one-abbrev-table
"abbrevlist" "\
77 Display alphabetical listing of ABBREV-TABLE in buffer OUTPUT-BUFFER.
79 \(fn ABBREV-TABLE OUTPUT-BUFFER)" nil nil
)
83 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
85 ;;; Generated autoloads from progmodes/ada-mode.el
87 (autoload 'ada-add-extensions
"ada-mode" "\
88 Define SPEC and BODY as being valid extensions for Ada files.
89 Going from body to spec with `ff-find-other-file' used these
91 SPEC and BODY are two regular expressions that must match against
94 \(fn SPEC BODY)" nil nil
)
96 (autoload 'ada-mode
"ada-mode" "\
97 Ada mode is the major mode for editing Ada code.
99 Bindings are as follows: (Note: 'LFD' is control-j.)
102 Indent line '\\[ada-tab]'
103 Indent line, insert newline and indent the new line. '\\[newline-and-indent]'
105 Re-format the parameter-list point is in '\\[ada-format-paramlist]'
106 Indent all lines in region '\\[ada-indent-region]'
108 Adjust case of identifiers and keywords in region '\\[ada-adjust-case-region]'
109 Adjust case of identifiers and keywords in buffer '\\[ada-adjust-case-buffer]'
111 Fill comment paragraph, justify and append postfix '\\[fill-paragraph]'
113 Next func/proc/task '\\[ada-next-procedure]' Previous func/proc/task '\\[ada-previous-procedure]'
114 Next package '\\[ada-next-package]' Previous package '\\[ada-previous-package]'
116 Goto matching start of current 'end ...;' '\\[ada-move-to-start]'
117 Goto end of current block '\\[ada-move-to-end]'
119 Comments are handled using standard GNU Emacs conventions, including:
120 Start a comment '\\[indent-for-comment]'
121 Comment region '\\[comment-region]'
122 Uncomment region '\\[ada-uncomment-region]'
123 Continue comment on next line '\\[indent-new-comment-line]'
126 Display index-menu of functions and procedures '\\[imenu]'
128 If you use find-file.el:
129 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
130 or '\\[ff-mouse-find-other-file]
131 Switch to other file in other window '\\[ada-ff-other-window]'
132 or '\\[ff-mouse-find-other-file-other-window]
133 If you use this function in a spec and no body is available, it gets created with body stubs.
135 If you use ada-xref.el:
136 Goto declaration: '\\[ada-point-and-xref]' on the identifier
137 or '\\[ada-goto-declaration]' with point on the identifier
138 Complete identifier: '\\[ada-complete-identifier]'.
144 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
145 ;;;;;; (18310 12106))
146 ;;; Generated autoloads from progmodes/ada-stmt.el
148 (autoload 'ada-header
"ada-stmt" "\
149 Insert a descriptive header at the top of the file.
155 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
156 ;;;;;; (18329 52188))
157 ;;; Generated autoloads from progmodes/ada-xref.el
159 (autoload 'ada-find-file
"ada-xref" "\
160 Open FILENAME, from anywhere in the source path.
161 Completion is available.
163 \(fn FILENAME)" t nil
)
167 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
168 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
169 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
170 ;;;;;; add-log-current-defun-function) "add-log" "add-log.el" (18333
172 ;;; Generated autoloads from add-log.el
174 (defvar add-log-current-defun-function nil
"\
175 If non-nil, function to guess name of surrounding function.
176 It is used by `add-log-current-defun' in preference to built-in rules.
177 Returns function's name as a string, or nil if outside a function.")
179 (custom-autoload 'add-log-current-defun-function
"add-log" t
)
181 (defvar add-log-full-name nil
"\
182 Full name of user, for inclusion in ChangeLog daily headers.
183 This defaults to the value returned by the function `user-full-name'.")
185 (custom-autoload 'add-log-full-name
"add-log" t
)
187 (defvar add-log-mailing-address nil
"\
188 Email addresses of user, for inclusion in ChangeLog headers.
189 This defaults to the value of `user-mail-address'. In addition to
190 being a simple string, this value can also be a list. All elements
191 will be recognized as referring to the same user; when creating a new
192 ChangeLog entry, one element will be chosen at random.")
194 (custom-autoload 'add-log-mailing-address
"add-log" t
)
196 (autoload 'prompt-for-change-log-name
"add-log" "\
197 Prompt for a change log name.
201 (autoload 'find-change-log
"add-log" "\
202 Find a change log file for \\[add-change-log-entry] and return the name.
204 Optional arg FILE-NAME specifies the file to use.
205 If FILE-NAME is nil, use the value of `change-log-default-name'.
206 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
207 \(or whatever we use on this operating system).
209 If `change-log-default-name' contains a leading directory component, then
210 simply find it in the current directory. Otherwise, search in the current
211 directory and its successive parents for a file so named.
213 Once a file is found, `change-log-default-name' is set locally in the
214 current buffer to the complete file name.
215 Optional arg BUFFER-FILE overrides `buffer-file-name'.
217 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil
)
219 (autoload 'add-change-log-entry
"add-log" "\
220 Find change log file, and add an entry for today and an item for this file.
221 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
222 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
224 Second arg FILE-NAME is file name of the change log.
225 If nil, use the value of `change-log-default-name'.
227 Third arg OTHER-WINDOW non-nil means visit in other window.
229 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
230 never append to an existing entry. Option `add-log-keep-changes-together'
231 otherwise affects whether a new entry is created.
233 Option `add-log-always-start-new-record' non-nil means always create a
234 new record, even when the last record was made on the same date and by
237 The change log file can start with a copyright notice and a copying
238 permission notice. The first blank line indicates the end of these
241 Today's date is calculated according to `add-log-time-zone-rule' if
242 non-nil, otherwise in local time.
244 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY)" t nil
)
246 (autoload 'add-change-log-entry-other-window
"add-log" "\
247 Find change log file in other window and add entry and item.
248 This is just like `add-change-log-entry' except that it displays
249 the change log file in another window.
251 \(fn &optional WHOAMI FILE-NAME)" t nil
)
253 (autoload 'change-log-mode
"add-log" "\
254 Major mode for editing change logs; like Indented Text Mode.
255 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
256 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
257 Each entry behaves as a paragraph, and the entries for one day as a page.
258 Runs `change-log-mode-hook'.
259 \\{change-log-mode-map}
263 (defvar add-log-lisp-like-modes
'(emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode
) "\
264 *Modes that look like Lisp to `add-log-current-defun'.")
266 (defvar add-log-c-like-modes
'(c-mode c
++-mode c
++-c-mode objc-mode
) "\
267 *Modes that look like C to `add-log-current-defun'.")
269 (defvar add-log-tex-like-modes
'(TeX-mode plain-TeX-mode LaTeX-mode tex-mode
) "\
270 *Modes that look like TeX to `add-log-current-defun'.")
272 (autoload 'add-log-current-defun
"add-log" "\
273 Return name of function definition point is in, or nil.
275 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
276 Texinfo (@node titles) and Perl.
278 Other modes are handled by a heuristic that looks in the 10K before
279 point for uppercase headings starting in the first column or
280 identifiers followed by `:' or `='. See variables
281 `add-log-current-defun-header-regexp' and
282 `add-log-current-defun-function'.
284 Has a preference of looking backwards.
288 (autoload 'change-log-merge
"add-log" "\
289 Merge the contents of change log file OTHER-LOG with this buffer.
290 Both must be found in Change Log mode (since the merging depends on
291 the appropriate motion commands). OTHER-LOG can be either a file name
294 Entries are inserted in chronological order. Both the current and
295 old-style time formats for entries are supported.
297 \(fn OTHER-LOG)" t nil
)
301 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
302 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
303 ;;;;;; "advice" "emacs-lisp/advice.el" (18310 12060))
304 ;;; Generated autoloads from emacs-lisp/advice.el
306 (defvar ad-redefinition-action
'warn
"\
307 *Defines what to do with redefinitions during Advice de/activation.
308 Redefinition occurs if a previously activated function that already has an
309 original definition associated with it gets redefined and then de/activated.
310 In such a case we can either accept the current definition as the new
311 original definition, discard the current definition and replace it with the
312 old original, or keep it and raise an error. The values `accept', `discard',
313 `error' or `warn' govern what will be done. `warn' is just like `accept' but
314 it additionally prints a warning message. All other values will be
315 interpreted as `error'.")
317 (custom-autoload 'ad-redefinition-action
"advice" t
)
319 (defvar ad-default-compilation-action
'maybe
"\
320 *Defines whether to compile advised definitions during activation.
321 A value of `always' will result in unconditional compilation, `never' will
322 always avoid compilation, `maybe' will compile if the byte-compiler is already
323 loaded, and `like-original' will compile if the original definition of the
324 advised function is compiled or a built-in function. Every other value will
325 be interpreted as `maybe'. This variable will only be considered if the
326 COMPILE argument of `ad-activate' was supplied as nil.")
328 (custom-autoload 'ad-default-compilation-action
"advice" t
)
330 (autoload 'ad-enable-advice
"advice" "\
331 Enables the advice of FUNCTION with CLASS and NAME.
333 \(fn FUNCTION CLASS NAME)" t nil
)
335 (autoload 'ad-disable-advice
"advice" "\
336 Disable the advice of FUNCTION with CLASS and NAME.
338 \(fn FUNCTION CLASS NAME)" t nil
)
340 (autoload 'ad-add-advice
"advice" "\
341 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
342 If FUNCTION already has one or more pieces of advice of the specified
343 CLASS then POSITION determines where the new piece will go. The value
344 of POSITION can either be `first', `last' or a number where 0 corresponds
345 to `first'. Numbers outside the range will be mapped to the closest
346 extreme position. If there was already a piece of ADVICE with the same
347 name, then the position argument will be ignored and the old advice
348 will be overwritten with the new one.
349 If the FUNCTION was not advised already, then its advice info will be
350 initialized. Redefining a piece of advice whose name is part of the cache-id
351 will clear the cache.
353 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil
)
355 (autoload 'ad-activate
"advice" "\
356 Activate all the advice information of an advised FUNCTION.
357 If FUNCTION has a proper original definition then an advised
358 definition will be generated from FUNCTION's advice info and the
359 definition of FUNCTION will be replaced with it. If a previously
360 cached advised definition was available, it will be used.
361 The optional COMPILE argument determines whether the resulting function
362 or a compilable cached definition will be compiled. If it is negative
363 no compilation will be performed, if it is positive or otherwise non-nil
364 the resulting function will be compiled, if it is nil the behavior depends
365 on the value of `ad-default-compilation-action' (which see).
366 Activation of an advised function that has an advice info but no actual
367 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
368 an advised function that has actual pieces of advice but none of them are
369 enabled is equivalent to a call to `ad-deactivate'. The current advised
370 definition will always be cached for later usage.
372 \(fn FUNCTION &optional COMPILE)" t nil
)
374 (autoload 'defadvice
"advice" "\
375 Define a piece of advice for FUNCTION (a symbol).
376 The syntax of `defadvice' is as follows:
378 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
379 [DOCSTRING] [INTERACTIVE-FORM]
382 FUNCTION ::= Name of the function to be advised.
383 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
384 NAME ::= Non-nil symbol that names this piece of advice.
385 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
386 see also `ad-add-advice'.
387 ARGLIST ::= An optional argument list to be used for the advised function
388 instead of the argument list of the original. The first one found in
389 before/around/after-advices will be used.
390 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
391 All flags can be specified with unambiguous initial substrings.
392 DOCSTRING ::= Optional documentation for this piece of advice.
393 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
394 function. The first one found in before/around/after-advices will be used.
395 BODY ::= Any s-expression.
397 Semantics of the various flags:
398 `protect': The piece of advice will be protected against non-local exits in
399 any code that precedes it. If any around-advice of a function is protected
400 then automatically all around-advices will be protected (the complete onion).
402 `activate': All advice of FUNCTION will be activated immediately if
403 FUNCTION has been properly defined prior to this application of `defadvice'.
405 `compile': In conjunction with `activate' specifies that the resulting
406 advised function should be compiled.
408 `disable': The defined advice will be disabled, hence, it will not be used
409 during activation until somebody enables it.
411 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
412 time. This generates a compiled advised definition according to the current
413 advice state that will be used during activation if appropriate. Only use
414 this if the `defadvice' gets actually compiled.
416 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
417 to this particular single advice. No other advice information will be saved.
418 Frozen advices cannot be undone, they behave like a hard redefinition of
419 the advised function. `freeze' implies `activate' and `preactivate'. The
420 documentation of the advised function can be dumped onto the `DOC' file
423 See Info node `(elisp)Advising Functions' for comprehensive documentation.
425 \(fn FUNCTION ARGS &rest BODY)" nil
(quote macro
))
429 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
430 ;;;;;; align-highlight-rule align-current align-entire align-regexp
431 ;;;;;; align) "align" "align.el" (18310 12031))
432 ;;; Generated autoloads from align.el
434 (autoload 'align
"align" "\
435 Attempt to align a region based on a set of alignment rules.
436 BEG and END mark the region. If BEG and END are specifically set to
437 nil (this can only be done programmatically), the beginning and end of
438 the current alignment section will be calculated based on the location
439 of point, and the value of `align-region-separate' (or possibly each
440 rule's `separate' attribute).
442 If SEPARATE is non-nil, it overrides the value of
443 `align-region-separate' for all rules, except those that have their
444 `separate' attribute set.
446 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
447 default rule lists defined in `align-rules-list' and
448 `align-exclude-rules-list'. See `align-rules-list' for more details
449 on the format of these lists.
451 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil
)
453 (autoload 'align-regexp
"align" "\
454 Align the current region using an ad-hoc rule read from the minibuffer.
455 BEG and END mark the limits of the region. This function will prompt
456 for the REGEXP to align with. If no prefix arg was specified, you
457 only need to supply the characters to be lined up and any preceding
458 whitespace is replaced. If a prefix arg was specified, the full
459 regexp with parenthesized whitespace should be supplied; it will also
460 prompt for which parenthesis GROUP within REGEXP to modify, the amount
461 of SPACING to use, and whether or not to REPEAT the rule throughout
462 the line. See `align-rules-list' for more information about these
465 For example, let's say you had a list of phone numbers, and wanted to
466 align them so that the opening parentheses would line up:
470 Mary-Anne (123) 456-7890
473 There is no predefined rule to handle this, but you could easily do it
474 using a REGEXP like \"(\". All you would have to do is to mark the
475 region, call `align-regexp' and type in that regular expression.
477 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil
)
479 (autoload 'align-entire
"align" "\
480 Align the selected region as if it were one alignment section.
481 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
482 is set to a list of rules (see `align-rules-list'), it can be used to
483 override the default alignment rules that would have been used to
486 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil
)
488 (autoload 'align-current
"align" "\
489 Call `align' on the current alignment section.
490 This function assumes you want to align only the current section, and
491 so saves you from having to specify the region. If RULES or
492 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
493 can be used to override the default alignment rules that would have
494 been used to align that section.
496 \(fn &optional RULES EXCLUDE-RULES)" t nil
)
498 (autoload 'align-highlight-rule
"align" "\
499 Highlight the whitespace which a given rule would have modified.
500 BEG and END mark the extent of the region. TITLE identifies the rule
501 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
502 list of rules (see `align-rules-list'), it can be used to override the
503 default alignment rules that would have been used to identify the text
506 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil
)
508 (autoload 'align-unhighlight-rule
"align" "\
509 Remove any highlighting that was added by `align-highlight-rule'.
513 (autoload 'align-newline-and-indent
"align" "\
514 A replacement function for `newline-and-indent', aligning as it goes.
520 ;;;### (autoloads (outlineify-sticky allout-mode) "allout" "allout.el"
521 ;;;;;; (18335 24897))
522 ;;; Generated autoloads from allout.el
524 (put 'allout-use-hanging-indents
'safe-local-variable
(if (fboundp 'booleanp
) 'booleanp
'(lambda (x) (member x
'(t nil
)))))
526 (put 'allout-reindent-bodies
'safe-local-variable
'(lambda (x) (memq x
'(nil t text force
))))
528 (put 'allout-show-bodies
'safe-local-variable
(if (fboundp 'booleanp
) 'booleanp
'(lambda (x) (member x
'(t nil
)))))
530 (put 'allout-header-prefix
'safe-local-variable
'stringp
)
532 (put 'allout-primary-bullet
'safe-local-variable
'stringp
)
534 (put 'allout-plain-bullets-string
'safe-local-variable
'stringp
)
536 (put 'allout-distinctive-bullets-string
'safe-local-variable
'stringp
)
538 (put 'allout-use-mode-specific-leader
'safe-local-variable
'(lambda (x) (or (memq x
'(t nil allout-mode-leaders comment-start
)) (stringp x
))))
540 (put 'allout-old-style-prefixes
'safe-local-variable
(if (fboundp 'booleanp
) 'booleanp
'(lambda (x) (member x
'(t nil
)))))
542 (put 'allout-stylish-prefixes
'safe-local-variable
(if (fboundp 'booleanp
) 'booleanp
'(lambda (x) (member x
'(t nil
)))))
544 (put 'allout-numbered-bullet
'safe-local-variable
(if (fboundp 'string-or-null-p
) 'string-or-null-p
'(lambda (x) (or (stringp x
) (null x
)))))
546 (put 'allout-file-xref-bullet
'safe-local-variable
(if (fboundp 'string-or-null-p
) 'string-or-null-p
'(lambda (x) (or (stringp x
) (null x
)))))
548 (put 'allout-presentation-padding
'safe-local-variable
'integerp
)
550 (put 'allout-layout
'safe-local-variable
'(lambda (x) (or (numberp x
) (listp x
) (memq x
'(: * + -
)))))
552 (put 'allout-passphrase-verifier-string
'safe-local-variable
'stringp
)
554 (put 'allout-passphrase-hint-string
'safe-local-variable
'stringp
)
556 (autoload 'allout-mode
"allout" "\
557 Toggle minor mode for controlling exposure and editing of text outlines.
560 Optional prefix argument TOGGLE forces the mode to re-initialize
561 if it is positive, otherwise it turns the mode off. Allout
562 outline mode always runs as a minor mode.
564 Allout outline mode provides extensive outline oriented formatting and
565 manipulation. It enables structural editing of outlines, as well as
566 navigation and exposure. It also is specifically aimed at
567 accommodating syntax-sensitive text like programming languages. (For
568 an example, see the allout code itself, which is organized as an allout
571 In addition to typical outline navigation and exposure, allout includes:
573 - topic-oriented authoring, including keystroke-based topic creation,
574 repositioning, promotion/demotion, cut, and paste
575 - incremental search with dynamic exposure and reconcealment of hidden text
576 - adjustable format, so programming code can be developed in outline-structure
577 - easy topic encryption and decryption
578 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
579 - integral outline layout, for automatic initial exposure when visiting a file
580 - independent extensibility, using comprehensive exposure and authoring hooks
582 and many other features.
584 Below is a description of the key bindings, and then explanation of
585 special `allout-mode' features and terminology. See also the outline
586 menubar additions for quick reference to many of the features, and see
587 the docstring of the function `allout-init' for instructions on
588 priming your emacs session for automatic activation of `allout-mode'.
590 The bindings are dictated by the customizable `allout-keybindings-list'
591 variable. We recommend customizing `allout-command-prefix' to use just
592 `\\C-c' as the command prefix, if the allout bindings don't conflict with
593 any personal bindings you have on \\C-c. In any case, outline structure
594 navigation and authoring is simplified by positioning the cursor on an
595 item's bullet character, the \"hot-spot\" -- then you can invoke allout
596 commands with just the un-prefixed, un-control-shifted command letters.
597 This is described further in the HOT-SPOT Operation section.
601 \\[allout-hide-current-subtree] `allout-hide-current-subtree'
602 \\[allout-show-children] `allout-show-children'
603 \\[allout-show-current-subtree] `allout-show-current-subtree'
604 \\[allout-show-current-entry] `allout-show-current-entry'
605 \\[allout-show-all] `allout-show-all'
609 \\[allout-next-visible-heading] `allout-next-visible-heading'
610 \\[allout-previous-visible-heading] `allout-previous-visible-heading'
611 \\[allout-up-current-level] `allout-up-current-level'
612 \\[allout-forward-current-level] `allout-forward-current-level'
613 \\[allout-backward-current-level] `allout-backward-current-level'
614 \\[allout-end-of-entry] `allout-end-of-entry'
615 \\[allout-beginning-of-current-entry] `allout-beginning-of-current-entry' (alternately, goes to hot-spot)
616 \\[allout-beginning-of-line] `allout-beginning-of-line' -- like regular beginning-of-line, but
617 if immediately repeated cycles to the beginning of the current item
618 and then to the hot-spot (if `allout-beginning-of-line-cycles' is set).
621 Topic Header Production:
622 -----------------------
623 \\[allout-open-sibtopic] `allout-open-sibtopic' Create a new sibling after current topic.
624 \\[allout-open-subtopic] `allout-open-subtopic' ... an offspring of current topic.
625 \\[allout-open-supertopic] `allout-open-supertopic' ... a sibling of the current topic's parent.
627 Topic Level and Prefix Adjustment:
628 ---------------------------------
629 \\[allout-shift-in] `allout-shift-in' Shift current topic and all offspring deeper
630 \\[allout-shift-out] `allout-shift-out' ... less deep
631 \\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
633 \\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
634 its' offspring -- distinctive bullets are not changed, others
635 are alternated according to nesting depth.
636 \\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
637 the offspring are not affected.
638 With repeat count, revoke numbering.
640 Topic-oriented Killing and Yanking:
641 ----------------------------------
642 \\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
643 \\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
644 \\[allout-kill-line] `allout-kill-line' kill-line, attending to outline structure.
645 \\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
646 \\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
647 depth of heading if yanking into bare topic
648 heading (ie, prefix sans text).
649 \\[allout-yank-pop] `allout-yank-pop' Is to allout-yank as yank-pop is to yank
651 Topic-oriented Encryption:
652 -------------------------
653 \\[allout-toggle-current-subtree-encryption] `allout-toggle-current-subtree-encryption'
654 Encrypt/Decrypt topic content
658 M-x outlineify-sticky Activate outline mode for current buffer,
659 and establish a default file-var setting
661 \\[allout-mark-topic] `allout-mark-topic'
662 \\[allout-copy-exposed-to-buffer] `allout-copy-exposed-to-buffer'
663 Duplicate outline, sans concealed text, to
664 buffer with name derived from derived from that
665 of current buffer -- \"*BUFFERNAME exposed*\".
666 \\[allout-flatten-exposed-to-buffer] `allout-flatten-exposed-to-buffer'
667 Like above 'copy-exposed', but convert topic
668 prefixes to section.subsection... numeric
670 \\[eval-expression] (allout-init t) Setup Emacs session for outline mode
675 Outline mode supports gpg encryption of topics, with support for
676 symmetric and key-pair modes, passphrase timeout, passphrase
677 consistency checking, user-provided hinting for symmetric key
678 mode, and auto-encryption of topics pending encryption on save.
680 Topics pending encryption are, by default, automatically
681 encrypted during file saves. If the contents of the topic
682 containing the cursor was encrypted for a save, it is
683 automatically decrypted for continued editing.
685 The aim of these measures is reliable topic privacy while
686 preventing accidents like neglected encryption before saves,
687 forgetting which passphrase was used, and other practical
690 See `allout-toggle-current-subtree-encryption' function docstring
691 and `allout-encrypt-unencrypted-on-saves' customization variable
696 Hot-spot operation provides a means for easy, single-keystroke outline
697 navigation and exposure control.
699 When the text cursor is positioned directly on the bullet character of
700 a topic, regular characters (a to z) invoke the commands of the
701 corresponding allout-mode keymap control chars. For example, \"f\"
702 would invoke the command typically bound to \"C-c<space>C-f\"
703 \(\\[allout-forward-current-level] `allout-forward-current-level').
705 Thus, by positioning the cursor on a topic bullet, you can
706 execute the outline navigation and manipulation commands with a
707 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
708 this special translation, so you can use them to get out of the
709 hot-spot and back to normal editing operation.
711 In allout-mode, the normal beginning-of-line command (\\[allout-beginning-of-line]]) is
712 replaced with one that makes it easy to get to the hot-spot. If you
713 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
714 is set) to the beginning of the item and then, if you hit it again
715 immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry'
716 \(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located
717 at the beginning of the current entry.
721 Allout exposure and authoring activites all have associated
722 hooks, by which independent code can cooperate with allout
723 without changes to the allout core. Here are key ones:
726 `allout-mode-deactivate-hook'
727 `allout-exposure-change-hook'
728 `allout-structure-added-hook'
729 `allout-structure-deleted-hook'
730 `allout-structure-shifted-hook'
734 Topic hierarchy constituents -- TOPICS and SUBTOPICS:
736 ITEM: A unitary outline element, including the HEADER and ENTRY text.
737 TOPIC: An ITEM and any ITEMs contained within it, ie having greater DEPTH
738 and with no intervening items of lower DEPTH than the container.
740 The visible ITEM most immediately containing the cursor.
741 DEPTH: The degree of nesting of an ITEM; it increases with containment.
742 The DEPTH is determined by the HEADER PREFIX. The DEPTH is also
744 LEVEL: The same as DEPTH.
747 Those ITEMs whose TOPICs contain an ITEM.
748 PARENT: An ITEM's immediate ANCESTOR. It has a DEPTH one less than that
751 The ITEMs contained within an ITEM's TOPIC.
753 An OFFSPRING of its ANCESTOR TOPICs.
755 An immediate SUBTOPIC of its PARENT.
757 TOPICs having the same PARENT and DEPTH.
759 Topic text constituents:
761 HEADER: The first line of an ITEM, include the ITEM PREFIX and HEADER
763 ENTRY: The text content of an ITEM, before any OFFSPRING, but including
764 the HEADER text and distinct from the ITEM PREFIX.
766 PREFIX: The leading text of an ITEM which distinguishes it from normal
767 ENTRY text. Allout recognizes the outline structure according
768 to the strict PREFIX format. It consists of a PREFIX-LEAD string,
769 PREFIX-PADDING, and a BULLET. The BULLET might be followed by a
770 number, indicating the ordinal number of the topic among its
771 siblings, or an asterisk indicating encryption, plus an optional
772 space. After that is the ITEM HEADER text, which is not part of
775 The relative length of the PREFIX determines the nesting DEPTH
778 The string at the beginning of a HEADER PREFIX, by default a `.'.
779 It can be customized by changing the setting of
780 `allout-header-prefix' and then reinitializing `allout-mode'.
782 When the PREFIX-LEAD is set to the comment-string of a
783 programming language, outline structuring can be embedded in
784 program code without interfering with processing of the text
785 (by emacs or the language processor) as program code. This
786 setting happens automatically when allout mode is used in
787 programming-mode buffers. See `allout-use-mode-specific-leader'
788 docstring for more detail.
790 Spaces or asterisks which separate the PREFIX-LEAD and the
791 bullet, determining the ITEM's DEPTH.
792 BULLET: A character at the end of the ITEM PREFIX, it must be one of
793 the characters listed on `allout-plain-bullets-string' or
794 `allout-distinctive-bullets-string'. When creating a TOPIC,
795 plain BULLETs are by default used, according to the DEPTH of the
796 TOPIC. Choice among the distinctive BULLETs is offered when you
797 provide a universal argugment (\\[universal-argument]) to the
798 TOPIC creation command, or when explictly rebulleting a TOPIC. The
799 significance of the various distinctive bullets is purely by
800 convention. See the documentation for the above bullet strings for
803 The state of a TOPIC which determines the on-screen visibility
804 of its OFFSPRING and contained ENTRY text.
806 TOPICs and ENTRY text whose EXPOSURE is inhibited. Concealed
807 text is represented by \"...\" ellipses.
809 CONCEALED TOPICs are effectively collapsed within an ANCESTOR.
810 CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
811 OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
813 \(fn &optional TOGGLE)" t nil
)
815 (defalias 'outlinify-sticky
'outlineify-sticky
)
817 (autoload 'outlineify-sticky
"allout" "\
818 Activate outline mode and establish file var so it is started subsequently.
820 See doc-string for `allout-layout' and `allout-init' for details on
821 setup for auto-startup.
823 \(fn &optional ARG)" t nil
)
827 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
828 ;;;;;; "net/ange-ftp.el" (18346 13710))
829 ;;; Generated autoloads from net/ange-ftp.el
831 (defalias 'ange-ftp-re-read-dir
'ange-ftp-reread-dir
)
833 (autoload 'ange-ftp-reread-dir
"ange-ftp" "\
834 Reread remote directory DIR to update the directory cache.
835 The implementation of remote ftp file names caches directory contents
836 for speed. Therefore, when new remote files are created, Emacs
837 may not know they exist. You can use this command to reread a specific
838 directory, so that Emacs will know its current contents.
840 \(fn &optional DIR)" t nil
)
842 (autoload 'ange-ftp-hook-function
"ange-ftp" "\
845 \(fn OPERATION &rest ARGS)" nil nil
)
849 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
850 ;;;;;; "animate" "play/animate.el" (18310 12104))
851 ;;; Generated autoloads from play/animate.el
853 (autoload 'animate-string
"animate" "\
854 Display STRING starting at position VPOS, HPOS, using animation.
855 The characters start at randomly chosen places,
856 and all slide in parallel to their final positions,
857 passing through `animate-n-steps' positions before the final ones.
858 If HPOS is nil (or omitted), center the string horizontally
859 in the current window.
861 \(fn STRING VPOS &optional HPOS)" nil nil
)
863 (autoload 'animate-sequence
"animate" "\
864 Display strings from LIST-OF-STRING with animation in a new buffer.
865 Strings will be separated from each other by SPACE lines.
867 \(fn LIST-OF-STRINGS SPACE)" nil nil
)
869 (autoload 'animate-birthday-present
"animate" "\
870 Display one's birthday present in a new buffer.
871 You can specify the one's name by NAME; the default value is \"Sarah\".
873 \(fn &optional NAME)" t nil
)
877 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
878 ;;;;;; "ansi-color" "ansi-color.el" (18329 52180))
879 ;;; Generated autoloads from ansi-color.el
881 (autoload 'ansi-color-for-comint-mode-on
"ansi-color" "\
882 Set `ansi-color-for-comint-mode' to t.
886 (autoload 'ansi-color-process-output
"ansi-color" "\
887 Maybe translate SGR control sequences of comint output into text-properties.
889 Depending on variable `ansi-color-for-comint-mode' the comint output is
890 either not processed, SGR control sequences are filtered using
891 `ansi-color-filter-region', or SGR control sequences are translated into
892 text-properties using `ansi-color-apply-on-region'.
894 The comint output is assumed to lie between the marker
895 `comint-last-output-start' and the process-mark.
897 This is a good function to put in `comint-output-filter-functions'.
899 \(fn STRING)" nil nil
)
903 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
904 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (18310 12106))
905 ;;; Generated autoloads from progmodes/antlr-mode.el
907 (autoload 'antlr-show-makefile-rules
"antlr-mode" "\
908 Show Makefile rules for all grammar files in the current directory.
909 If the `major-mode' of the current buffer has the value `makefile-mode',
910 the rules are directory inserted at point. Otherwise, a *Help* buffer
911 is shown with the rules which are also put into the `kill-ring' for
914 This command considers import/export vocabularies and grammar
915 inheritance and provides a value for the \"-glib\" option if necessary.
916 Customize variable `antlr-makefile-specification' for the appearance of
919 If the file for a super-grammar cannot be determined, special file names
920 are used according to variable `antlr-unknown-file-formats' and a
921 commentary with value `antlr-help-unknown-file-text' is added. The
922 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
926 (autoload 'antlr-mode
"antlr-mode" "\
927 Major mode for editing ANTLR grammar files.
932 (autoload 'antlr-set-tabs
"antlr-mode" "\
933 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
934 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
940 ;;;### (autoloads (appt-activate appt-make-list appt-delete appt-add
941 ;;;;;; appt-display-diary appt-display-duration appt-display-mode-line
942 ;;;;;; appt-msg-window appt-visible appt-audible appt-message-warning-time
943 ;;;;;; appt-issue-message) "appt" "calendar/appt.el" (18310 12058))
944 ;;; Generated autoloads from calendar/appt.el
946 (defvar appt-issue-message t
"\
947 Non-nil means check for appointments in the diary buffer.
948 To be detected, the diary entry must have the format described in the
949 documentation of the function `appt-check'.")
951 (custom-autoload 'appt-issue-message
"appt" t
)
953 (defvar appt-message-warning-time
12 "\
954 Time in minutes before an appointment that the warning begins.")
956 (custom-autoload 'appt-message-warning-time
"appt" t
)
958 (defvar appt-audible t
"\
959 Non-nil means beep to indicate appointment.")
961 (custom-autoload 'appt-audible
"appt" t
)
963 (defvar appt-visible t
"\
964 Non-nil means display appointment message in echo area.
965 This variable is only relevant if `appt-msg-window' is nil.")
967 (custom-autoload 'appt-visible
"appt" t
)
969 (defvar appt-msg-window t
"\
970 Non-nil means display appointment message in another window.
971 If non-nil, this variable overrides `appt-visible'.")
973 (custom-autoload 'appt-msg-window
"appt" t
)
975 (defvar appt-display-mode-line t
"\
976 Non-nil means display minutes to appointment and time on the mode line.
977 This is in addition to any other display of appointment messages.")
979 (custom-autoload 'appt-display-mode-line
"appt" t
)
981 (defvar appt-display-duration
10 "\
982 The number of seconds an appointment message is displayed.
983 Only relevant if reminders are to be displayed in their own window.")
985 (custom-autoload 'appt-display-duration
"appt" t
)
987 (defvar appt-display-diary t
"\
988 Non-nil displays the diary when the appointment list is first initialized.
989 This will occur at midnight when the appointment list is updated.")
991 (custom-autoload 'appt-display-diary
"appt" t
)
993 (autoload 'appt-add
"appt" "\
994 Add an appointment for today at NEW-APPT-TIME with message NEW-APPT-MSG.
995 The time should be in either 24 hour format or am/pm format.
997 \(fn NEW-APPT-TIME NEW-APPT-MSG)" t nil
)
999 (autoload 'appt-delete
"appt" "\
1000 Delete an appointment from the list of appointments.
1004 (autoload 'appt-make-list
"appt" "\
1005 Update the appointments list from today's diary buffer.
1006 The time must be at the beginning of a line for it to be
1007 put in the appointments list (see examples in documentation of
1008 the function `appt-check'). We assume that the variables DATE and
1009 NUMBER hold the arguments that `diary-list-entries' received.
1010 They specify the range of dates that the diary is being processed for.
1012 Any appointments made with `appt-add' are not affected by this
1015 For backwards compatibility, this function activates the
1016 appointment package (if it is not already active).
1020 (autoload 'appt-activate
"appt" "\
1021 Toggle checking of appointments.
1022 With optional numeric argument ARG, turn appointment checking on if
1023 ARG is positive, otherwise off.
1025 \(fn &optional ARG)" t nil
)
1029 ;;;### (autoloads (apropos-documentation apropos-value apropos apropos-documentation-property
1030 ;;;;;; apropos-command apropos-variable apropos-read-pattern) "apropos"
1031 ;;;;;; "apropos.el" (18310 12032))
1032 ;;; Generated autoloads from apropos.el
1034 (autoload 'apropos-read-pattern
"apropos" "\
1035 Read an apropos pattern, either a word list or a regexp.
1036 Returns the user pattern, either a list of words which are matched
1037 literally, or a string which is used as a regexp to search for.
1039 SUBJECT is a string that is included in the prompt to identify what
1040 kind of objects to search.
1042 \(fn SUBJECT)" nil nil
)
1044 (autoload 'apropos-variable
"apropos" "\
1045 Show user variables that match PATTERN.
1046 PATTERN can be a word, a list of words (separated by spaces),
1047 or a regexp (using some regexp special characters). If it is a word,
1048 search for matches for that word as a substring. If it is a list of words,
1049 search for matches for any two (or more) of those words.
1051 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1054 \(fn PATTERN &optional DO-ALL)" t nil
)
1056 (defalias 'command-apropos
'apropos-command
)
1058 (autoload 'apropos-command
"apropos" "\
1059 Show commands (interactively callable functions) that match PATTERN.
1060 PATTERN can be a word, a list of words (separated by spaces),
1061 or a regexp (using some regexp special characters). If it is a word,
1062 search for matches for that word as a substring. If it is a list of words,
1063 search for matches for any two (or more) of those words.
1065 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1066 noninteractive functions.
1068 If VAR-PREDICATE is non-nil, show only variables, and only those that
1069 satisfy the predicate VAR-PREDICATE.
1071 When called from a Lisp program, a string PATTERN is used as a regexp,
1072 while a list of strings is used as a word list.
1074 \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil
)
1076 (autoload 'apropos-documentation-property
"apropos" "\
1077 Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
1079 \(fn SYMBOL PROPERTY RAW)" nil nil
)
1081 (autoload 'apropos
"apropos" "\
1082 Show all meaningful Lisp symbols whose names match PATTERN.
1083 Symbols are shown if they are defined as functions, variables, or
1084 faces, or if they have nonempty property lists.
1086 PATTERN can be a word, a list of words (separated by spaces),
1087 or a regexp (using some regexp special characters). If it is a word,
1088 search for matches for that word as a substring. If it is a list of words,
1089 search for matches for any two (or more) of those words.
1091 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1092 consider all symbols (if they match PATTERN).
1094 Returns list of symbols and documentation found.
1096 \(fn PATTERN &optional DO-ALL)" t nil
)
1098 (autoload 'apropos-value
"apropos" "\
1099 Show all symbols whose value's printed representation matches PATTERN.
1100 PATTERN can be a word, a list of words (separated by spaces),
1101 or a regexp (using some regexp special characters). If it is a word,
1102 search for matches for that word as a substring. If it is a list of words,
1103 search for matches for any two (or more) of those words.
1105 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1106 at the function and at the names and values of properties.
1107 Returns list of symbols and values found.
1109 \(fn PATTERN &optional DO-ALL)" t nil
)
1111 (autoload 'apropos-documentation
"apropos" "\
1112 Show symbols whose documentation contains matches for PATTERN.
1113 PATTERN can be a word, a list of words (separated by spaces),
1114 or a regexp (using some regexp special characters). If it is a word,
1115 search for matches for that word as a substring. If it is a list of words,
1116 search for matches for any two (or more) of those words.
1118 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also use
1119 documentation that is not stored in the documentation file and show key
1121 Returns list of symbols and documentation found.
1123 \(fn PATTERN &optional DO-ALL)" t nil
)
1127 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (18339
1129 ;;; Generated autoloads from arc-mode.el
1131 (autoload 'archive-mode
"arc-mode" "\
1132 Major mode for viewing an archive file in a dired-like way.
1133 You can move around using the usual cursor motion commands.
1134 Letters no longer insert themselves.
1135 Type `e' to pull a file out of the archive and into its own buffer;
1136 or click mouse-2 on the file's line in the archive mode buffer.
1138 If you edit a sub-file of this archive (as with the `e' command) and
1139 save it, the contents of that buffer will be saved back into the
1142 \\{archive-mode-map}
1144 \(fn &optional FORCE)" nil nil
)
1148 ;;;### (autoloads (array-mode) "array" "array.el" (18310 12032))
1149 ;;; Generated autoloads from array.el
1151 (autoload 'array-mode
"array" "\
1152 Major mode for editing arrays.
1154 Array mode is a specialized mode for editing arrays. An array is
1155 considered to be a two-dimensional set of strings. The strings are
1156 NOT recognized as integers or real numbers.
1158 The array MUST reside at the top of the buffer.
1160 TABs are not respected, and may be converted into spaces at any time.
1161 Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion,
1162 but will cause many functions to give errors if they encounter one.
1164 Upon entering array mode, you will be prompted for the values of
1165 several variables. Others will be calculated based on the values you
1166 supply. These variables are all local to the buffer. Other buffer
1167 in array mode may have different values assigned to the variables.
1170 Variables you assign:
1171 array-max-row: The number of rows in the array.
1172 array-max-column: The number of columns in the array.
1173 array-columns-per-line: The number of columns in the array per line of buffer.
1174 array-field-width: The width of each field, in characters.
1175 array-rows-numbered: A logical variable describing whether to ignore
1176 row numbers in the buffer.
1178 Variables which are calculated:
1179 array-line-length: The number of characters in a buffer line.
1180 array-lines-per-row: The number of buffer lines used to display each row.
1182 The following commands are available (an asterisk indicates it may
1183 take a numeric prefix argument):
1185 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1186 * \\[array-backward-column] Move backward one column.
1187 * \\[array-next-row] Move down one row.
1188 * \\[array-previous-row] Move up one row.
1190 * \\[array-copy-forward] Copy the current field into the column to the right.
1191 * \\[array-copy-backward] Copy the current field into the column to the left.
1192 * \\[array-copy-down] Copy the current field into the row below.
1193 * \\[array-copy-up] Copy the current field into the row above.
1195 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1196 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1197 * \\[array-copy-row-down] Copy the current row into the row below.
1198 * \\[array-copy-row-up] Copy the current row into the row above.
1200 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1201 between that of point and mark.
1203 \\[array-what-position] Display the current array row and column.
1204 \\[array-goto-cell] Go to a particular array cell.
1206 \\[array-make-template] Make a template for a new array.
1207 \\[array-reconfigure-rows] Reconfigure the array.
1208 \\[array-expand-rows] Expand the array (remove row numbers and
1209 newlines inside rows)
1211 \\[array-display-local-variables] Display the current values of local variables.
1213 Entering array mode calls the function `array-mode-hook'.
1219 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (18310
1221 ;;; Generated autoloads from textmodes/artist.el
1223 (autoload 'artist-mode
"artist" "\
1224 Toggle artist mode. With arg, turn artist mode on if arg is positive.
1225 Artist lets you draw lines, squares, rectangles and poly-lines, ellipses
1226 and circles with your mouse and/or keyboard.
1228 How to quit artist mode
1230 Type \\[artist-mode-off] to quit artist-mode.
1233 How to submit a bug report
1235 Type \\[artist-submit-bug-report] to submit a bug report.
1238 Drawing with the mouse:
1241 shift mouse-2 Pops up a menu where you can select what to draw with
1242 mouse-1, and where you can do some settings (described
1246 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
1249 Operation Not shifted Shifted
1250 --------------------------------------------------------------
1251 Pen fill-char at point line from last point
1253 --------------------------------------------------------------
1254 Line Line in any direction Straight line
1255 --------------------------------------------------------------
1256 Rectangle Rectangle Square
1257 --------------------------------------------------------------
1258 Poly-line Poly-line in any dir Straight poly-lines
1259 --------------------------------------------------------------
1260 Ellipses Ellipses Circles
1261 --------------------------------------------------------------
1262 Text Text (see thru) Text (overwrite)
1263 --------------------------------------------------------------
1264 Spray-can Spray-can Set size for spray
1265 --------------------------------------------------------------
1266 Erase Erase character Erase rectangle
1267 --------------------------------------------------------------
1268 Vaporize Erase single line Erase connected
1270 --------------------------------------------------------------
1271 Cut Cut rectangle Cut square
1272 --------------------------------------------------------------
1273 Copy Copy rectangle Copy square
1274 --------------------------------------------------------------
1276 --------------------------------------------------------------
1277 Flood-fill Flood-fill Flood-fill
1278 --------------------------------------------------------------
1280 * Straight lines can only go horizontally, vertically
1283 * Poly-lines are drawn while holding mouse-1 down. When you
1284 release the button, the point is set. If you want a segment
1285 to be straight, hold down shift before pressing the
1286 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
1289 * See thru for text means that text already in the buffer
1290 will be visible through blanks in the text rendered, while
1291 overwrite means the opposite.
1293 * Vaporizing connected lines only vaporizes lines whose
1294 _endpoints_ are connected. See also the variable
1295 `artist-vaporize-fuzziness'.
1297 * Cut copies, then clears the rectangle/square.
1299 * When drawing lines or poly-lines, you can set arrows.
1300 See below under ``Arrows'' for more info.
1302 * The mode line shows the currently selected drawing operation.
1303 In addition, if it has an asterisk (*) at the end, you
1304 are currently drawing something.
1306 * Be patient when flood-filling -- large areas take quite
1310 mouse-3 Erases character under pointer
1311 shift mouse-3 Erases rectangle
1316 Set fill Sets the character used when filling rectangles/squares
1318 Set line Sets the character used when drawing lines
1320 Erase char Sets the character used when erasing
1322 Rubber-banding Toggles rubber-banding
1324 Trimming Toggles trimming of line-endings (that is: when the shape
1325 is drawn, extraneous white-space at end of lines is removed)
1327 Borders Toggles the drawing of line borders around filled shapes.
1332 \\[artist-key-set-point] Does one of the following:
1333 For lines/rectangles/squares: sets the first/second endpoint
1334 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
1335 When erase characters: toggles erasing
1336 When cutting/copying: Sets first/last endpoint of rect/square
1337 When pasting: Pastes
1339 \\[artist-select-operation] Selects what to draw
1341 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
1343 \\[artist-select-fill-char] Sets the charater to use when filling
1344 \\[artist-select-line-char] Sets the charater to use when drawing
1345 \\[artist-select-erase-char] Sets the charater to use when erasing
1346 \\[artist-toggle-rubber-banding] Toggles rubber-banding
1347 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
1348 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
1353 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1354 of the line/poly-line
1356 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1357 of the line/poly-line
1362 There are some keys for quickly selecting drawing operations:
1364 \\[artist-select-op-line] Selects drawing lines
1365 \\[artist-select-op-straight-line] Selects drawing straight lines
1366 \\[artist-select-op-rectangle] Selects drawing rectangles
1367 \\[artist-select-op-square] Selects drawing squares
1368 \\[artist-select-op-poly-line] Selects drawing poly-lines
1369 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
1370 \\[artist-select-op-ellipse] Selects drawing ellipses
1371 \\[artist-select-op-circle] Selects drawing circles
1372 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
1373 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
1374 \\[artist-select-op-spray-can] Spray with spray-can
1375 \\[artist-select-op-spray-set-size] Set size for the spray-can
1376 \\[artist-select-op-erase-char] Selects erasing characters
1377 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
1378 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
1379 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
1380 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
1381 \\[artist-select-op-copy-rectangle] Selects copying rectangles
1382 \\[artist-select-op-paste] Selects pasting
1383 \\[artist-select-op-flood-fill] Selects flood-filling
1388 This is a brief overview of the different varaibles. For more info,
1389 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1391 artist-rubber-banding Interactively do rubber-banding or not
1392 artist-first-char What to set at first/second point...
1393 artist-second-char ...when not rubber-banding
1394 artist-interface-with-rect If cut/copy/paste should interface with rect
1395 artist-arrows The arrows to use when drawing arrows
1396 artist-aspect-ratio Character height-to-width for squares
1397 artist-trim-line-endings Trimming of line endings
1398 artist-flood-fill-right-border Right border when flood-filling
1399 artist-flood-fill-show-incrementally Update display while filling
1400 artist-pointer-shape Pointer shape to use while drawing
1401 artist-ellipse-left-char Character to use for narrow ellipses
1402 artist-ellipse-right-char Character to use for narrow ellipses
1403 artist-borderless-shapes If shapes should have borders
1404 artist-picture-compatibility Whether or not to be picture mode compatible
1405 artist-vaporize-fuzziness Tolerance when recognizing lines
1406 artist-spray-interval Seconds between repeated sprayings
1407 artist-spray-radius Size of the spray-area
1408 artist-spray-chars The spray-``color''
1409 artist-spray-new-chars Initial spray-``color''
1413 When entering artist-mode, the hook `artist-mode-init-hook' is called.
1414 When quitting artist-mode, the hook `artist-mode-exit-hook' is called.
1421 \(fn &optional STATE)" t nil
)
1425 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (18310
1427 ;;; Generated autoloads from progmodes/asm-mode.el
1429 (autoload 'asm-mode
"asm-mode" "\
1430 Major mode for editing typical assembler code.
1431 Features a private abbrev table and the following bindings:
1433 \\[asm-colon] outdent a preceding label, tab to next tab stop.
1434 \\[tab-to-tab-stop] tab to next tab stop.
1435 \\[asm-newline] newline, then tab to next tab stop.
1436 \\[asm-comment] smart placement of assembler comments.
1438 The character used for making comments is set by the variable
1439 `asm-comment-char' (which defaults to `?\\;').
1441 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1442 which is called near the beginning of mode initialization.
1444 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1453 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1454 ;;;;;; (18310 12032))
1455 ;;; Generated autoloads from autoarg.el
1457 (defvar autoarg-mode nil
"\
1458 Non-nil if Autoarg mode is enabled.
1459 See the command `autoarg-mode' for a description of this minor mode.")
1461 (custom-autoload 'autoarg-mode
"autoarg" nil
)
1463 (autoload 'autoarg-mode
"autoarg" "\
1464 Toggle Autoarg minor mode globally.
1465 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1466 \\<autoarg-mode-map>
1467 In Autoarg mode digits are bound to `digit-argument' -- i.e. they
1468 supply prefix arguments as C-DIGIT and M-DIGIT normally do -- and
1469 C-DIGIT inserts DIGIT. \\[autoarg-terminate] terminates the prefix sequence
1470 and inserts the digits of the autoarg sequence into the buffer.
1471 Without a numeric prefix arg the normal binding of \\[autoarg-terminate] is
1472 invoked, i.e. what it would be with Autoarg mode off.
1475 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1476 `6 9 a' inserts 69 `a's into the buffer.
1477 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1478 then invokes the normal binding of \\[autoarg-terminate].
1479 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1481 \\{autoarg-mode-map}
1483 \(fn &optional ARG)" t nil
)
1485 (defvar autoarg-kp-mode nil
"\
1486 Non-nil if Autoarg-Kp mode is enabled.
1487 See the command `autoarg-kp-mode' for a description of this minor mode.
1488 Setting this variable directly does not take effect;
1489 either customize it (see the info node `Easy Customization')
1490 or call the function `autoarg-kp-mode'.")
1492 (custom-autoload 'autoarg-kp-mode
"autoarg" nil
)
1494 (autoload 'autoarg-kp-mode
"autoarg" "\
1495 Toggle Autoarg-KP minor mode globally.
1496 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1497 \\<autoarg-kp-mode-map>
1498 This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1499 etc. to supply digit arguments.
1501 \\{autoarg-kp-mode-map}
1503 \(fn &optional ARG)" t nil
)
1507 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1508 ;;;;;; (18310 12106))
1509 ;;; Generated autoloads from progmodes/autoconf.el
1511 (autoload 'autoconf-mode
"autoconf" "\
1512 Major mode for editing Autoconf configure.in files.
1518 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1519 ;;;;;; "autoinsert" "autoinsert.el" (18310 12032))
1520 ;;; Generated autoloads from autoinsert.el
1522 (autoload 'auto-insert
"autoinsert" "\
1523 Insert default contents into new files if variable `auto-insert' is non-nil.
1524 Matches the visited file name against the elements of `auto-insert-alist'.
1528 (autoload 'define-auto-insert
"autoinsert" "\
1529 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1530 Optional AFTER means to insert action after all existing actions for CONDITION,
1531 or if CONDITION had no actions, after all other CONDITIONs.
1533 \(fn CONDITION ACTION &optional AFTER)" nil nil
)
1535 (defvar auto-insert-mode nil
"\
1536 Non-nil if Auto-Insert mode is enabled.
1537 See the command `auto-insert-mode' for a description of this minor mode.
1538 Setting this variable directly does not take effect;
1539 either customize it (see the info node `Easy Customization')
1540 or call the function `auto-insert-mode'.")
1542 (custom-autoload 'auto-insert-mode
"autoinsert" nil
)
1544 (autoload 'auto-insert-mode
"autoinsert" "\
1545 Toggle Auto-insert mode.
1546 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
1547 Returns the new status of Auto-insert mode (non-nil means on).
1549 When Auto-insert mode is enabled, when new files are created you can
1550 insert a template for the file depending on the mode of the buffer.
1552 \(fn &optional ARG)" t nil
)
1556 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1557 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1558 ;;;;;; (18339 17949))
1559 ;;; Generated autoloads from emacs-lisp/autoload.el
1561 (put 'generated-autoload-file
'safe-local-variable
'stringp
)
1563 (autoload 'update-file-autoloads
"autoload" "\
1564 Update the autoloads for FILE in `generated-autoload-file'
1565 \(which FILE might bind in its local variables).
1566 If SAVE-AFTER is non-nil (which is always, when called interactively),
1567 save the buffer too.
1569 Return FILE if there was no autoload cookie in it, else nil.
1571 \(fn FILE &optional SAVE-AFTER)" t nil
)
1573 (autoload 'update-directory-autoloads
"autoload" "\
1574 Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1575 This uses `update-file-autoloads' (which see) to do its work.
1576 In an interactive call, you must give one argument, the name
1577 of a single directory. In a call from Lisp, you can supply multiple
1578 directories as separate arguments, but this usage is discouraged.
1580 The function does NOT recursively descend into subdirectories of the
1581 directory or directories specified.
1583 \(fn &rest DIRS)" t nil
)
1585 (autoload 'batch-update-autoloads
"autoload" "\
1586 Update loaddefs.el autoloads in batch mode.
1587 Calls `update-directory-autoloads' on the command line arguments.
1593 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1594 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1595 ;;;;;; "autorevert" "autorevert.el" (18310 12032))
1596 ;;; Generated autoloads from autorevert.el
1598 (autoload 'auto-revert-mode
"autorevert" "\
1599 Toggle reverting buffer when file on disk changes.
1601 With arg, turn Auto Revert mode on if and only if arg is positive.
1602 This is a minor mode that affects only the current buffer.
1603 Use `global-auto-revert-mode' to automatically revert all buffers.
1604 Use `auto-revert-tail-mode' if you know that the file will only grow
1605 without being changed in the part that is already in the buffer.
1607 \(fn &optional ARG)" t nil
)
1609 (autoload 'turn-on-auto-revert-mode
"autorevert" "\
1610 Turn on Auto-Revert Mode.
1612 This function is designed to be added to hooks, for example:
1613 (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1617 (autoload 'auto-revert-tail-mode
"autorevert" "\
1618 Toggle reverting tail of buffer when file on disk grows.
1619 With arg, turn Tail mode on if arg is positive, otherwise turn it off.
1621 When Tail mode is enabled, the tail of the file is constantly
1622 followed, as with the shell command `tail -f'. This means that
1623 whenever the file grows on disk (presumably because some
1624 background process is appending to it from time to time), this is
1625 reflected in the current buffer.
1627 You can edit the buffer and turn this mode off and on again as
1628 you please. But make sure the background process has stopped
1629 writing before you save the file!
1631 Use `auto-revert-mode' for changes other than appends!
1633 \(fn &optional ARG)" t nil
)
1635 (autoload 'turn-on-auto-revert-tail-mode
"autorevert" "\
1636 Turn on Auto-Revert Tail Mode.
1638 This function is designed to be added to hooks, for example:
1639 (add-hook 'my-logfile-mode-hook 'turn-on-auto-revert-tail-mode)
1643 (defvar global-auto-revert-mode nil
"\
1644 Non-nil if Global-Auto-Revert mode is enabled.
1645 See the command `global-auto-revert-mode' for a description of this minor mode.
1646 Setting this variable directly does not take effect;
1647 either customize it (see the info node `Easy Customization')
1648 or call the function `global-auto-revert-mode'.")
1650 (custom-autoload 'global-auto-revert-mode
"autorevert" nil
)
1652 (autoload 'global-auto-revert-mode
"autorevert" "\
1653 Revert any buffer when file on disk changes.
1655 With arg, turn Auto Revert mode on globally if and only if arg is positive.
1656 This is a minor mode that affects all buffers.
1657 Use `auto-revert-mode' to revert a particular buffer.
1659 \(fn &optional ARG)" t nil
)
1663 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1664 ;;;;;; "avoid.el" (18310 12032))
1665 ;;; Generated autoloads from avoid.el
1667 (defvar mouse-avoidance-mode nil
"\
1668 Activate mouse avoidance mode.
1669 See function `mouse-avoidance-mode' for possible values.
1670 Setting this variable directly does not take effect;
1671 use either \\[customize] or the function `mouse-avoidance-mode'.")
1673 (custom-autoload 'mouse-avoidance-mode
"avoid" nil
)
1675 (autoload 'mouse-avoidance-mode
"avoid" "\
1676 Set cursor avoidance mode to MODE.
1677 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1678 `cat-and-mouse', `proteus', or `none'.
1680 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1681 modes. Positive numbers and symbols other than the above are treated
1682 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1684 Effects of the different modes:
1685 * banish: Move the mouse to the upper-right corner on any keypress.
1686 * exile: Move the mouse to the corner only if the cursor gets too close,
1687 and allow it to return once the cursor is out of the way.
1688 * jump: If the cursor gets too close to the mouse, displace the mouse
1689 a random distance & direction.
1690 * animate: As `jump', but shows steps along the way for illusion of motion.
1691 * cat-and-mouse: Same as `animate'.
1692 * proteus: As `animate', but changes the shape of the mouse pointer too.
1694 Whenever the mouse is moved, the frame is also raised.
1696 \(see `mouse-avoidance-threshold' for definition of \"too close\",
1697 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1698 definition of \"random distance\".)
1700 \(fn &optional MODE)" t nil
)
1704 ;;;### (autoloads (backquote) "backquote" "emacs-lisp/backquote.el"
1705 ;;;;;; (18310 12060))
1706 ;;; Generated autoloads from emacs-lisp/backquote.el
1708 (autoload 'backquote
"backquote" "\
1709 Argument STRUCTURE describes a template to build.
1711 The whole structure acts as if it were quoted except for certain
1712 places where expressions are evaluated and inserted or spliced in.
1716 b => (ba bb bc) ; assume b has this value
1717 `(a b c) => (a b c) ; backquote acts like quote
1718 `(a ,b c) => (a (ba bb bc) c) ; insert the value of b
1719 `(a ,@b c) => (a ba bb bc c) ; splice in the value of b
1721 Vectors work just like lists. Nested backquotes are permitted.
1723 \(fn STRUCTURE)" nil
(quote macro
))
1725 (defalias '\
` (symbol-function 'backquote
))
1729 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1730 ;;;;;; (18310 12032))
1731 ;;; Generated autoloads from battery.el
1732 (put 'battery-mode-line-string
'risky-local-variable t
)
1734 (autoload 'battery
"battery" "\
1735 Display battery status information in the echo area.
1736 The text being displayed in the echo area is controlled by the variables
1737 `battery-echo-area-format' and `battery-status-function'.
1741 (defvar display-battery-mode nil
"\
1742 Non-nil if Display-Battery mode is enabled.
1743 See the command `display-battery-mode' for a description of this minor mode.
1744 Setting this variable directly does not take effect;
1745 either customize it (see the info node `Easy Customization')
1746 or call the function `display-battery-mode'.")
1748 (custom-autoload 'display-battery-mode
"battery" nil
)
1750 (autoload 'display-battery-mode
"battery" "\
1751 Display battery status information in the mode line.
1752 The text being displayed in the mode line is controlled by the variables
1753 `battery-mode-line-format' and `battery-status-function'.
1754 The mode line will be updated automatically every `battery-update-interval'
1757 \(fn &optional ARG)" t nil
)
1761 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1762 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (18310 12060))
1763 ;;; Generated autoloads from emacs-lisp/benchmark.el
1765 (autoload 'benchmark-run
"benchmark" "\
1766 Time execution of FORMS.
1767 If REPETITIONS is supplied as a number, run forms that many times,
1768 accounting for the overhead of the resulting loop. Otherwise run
1770 Return a list of the total elapsed time for execution, the number of
1771 garbage collections that ran, and the time taken by garbage collection.
1772 See also `benchmark-run-compiled'.
1774 \(fn &optional REPETITIONS &rest FORMS)" nil
(quote macro
))
1776 (autoload 'benchmark-run-compiled
"benchmark" "\
1777 Time execution of compiled version of FORMS.
1778 This is like `benchmark-run', but what is timed is a funcall of the
1779 byte code obtained by wrapping FORMS in a `lambda' and compiling the
1780 result. The overhead of the `lambda's is accounted for.
1782 \(fn &optional REPETITIONS &rest FORMS)" nil
(quote macro
))
1784 (autoload 'benchmark
"benchmark" "\
1785 Print the time taken for REPETITIONS executions of FORM.
1786 Interactively, REPETITIONS is taken from the prefix arg. For
1787 non-interactive use see also `benchmark-run' and
1788 `benchmark-run-compiled'.
1790 \(fn REPETITIONS FORM)" t nil
)
1794 ;;;### (autoloads (bibtex-mode bibtex-initialize) "bibtex" "textmodes/bibtex.el"
1795 ;;;;;; (18310 12117))
1796 ;;; Generated autoloads from textmodes/bibtex.el
1798 (autoload 'bibtex-initialize
"bibtex" "\
1799 (Re)Initialize BibTeX buffers.
1800 Visit the BibTeX files defined by `bibtex-files' and return a list
1801 of corresponding buffers.
1802 Initialize in these buffers `bibtex-reference-keys' if not yet set.
1803 List of BibTeX buffers includes current buffer if CURRENT is non-nil.
1804 If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1805 already set. If SELECT is non-nil interactively select a BibTeX buffer.
1806 When called interactively, FORCE is t, CURRENT is t if current buffer uses
1807 `bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode',
1809 \(fn &optional CURRENT FORCE SELECT)" t nil
)
1811 (autoload 'bibtex-mode
"bibtex" "\
1812 Major mode for editing BibTeX files.
1814 General information on working with BibTeX mode:
1816 Use commands such as \\[bibtex-Book] to get a template for a specific entry.
1817 Then fill in all desired fields using \\[bibtex-next-field] to jump from field
1818 to field. After having filled in all desired fields in the entry, clean the
1819 new entry with the command \\[bibtex-clean-entry].
1821 Some features of BibTeX mode are available only by setting the variable
1822 `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode
1823 works only with buffers containing valid (syntactical correct) and sorted
1824 entries. This is usually the case, if you have created a buffer completely
1825 with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1827 For third party BibTeX files, call the command \\[bibtex-convert-alien]
1828 to fully take advantage of all features of BibTeX mode.
1831 Special information:
1833 A command such as \\[bibtex-Book] outlines the fields for a BibTeX book entry.
1835 The names of optional fields start with the string OPT, and are thus ignored
1836 by BibTeX. The names of alternative fields from which only one is required
1837 start with the string ALT. The OPT or ALT string may be removed from
1838 the name of a field with \\[bibtex-remove-OPT-or-ALT].
1839 \\[bibtex-make-field] inserts a new field after the current one.
1840 \\[bibtex-kill-field] kills the current field entirely.
1841 \\[bibtex-yank] yanks the last recently killed field after the current field.
1842 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1843 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1844 \\[bibtex-find-text] moves point to the end of the current field.
1845 \\[bibtex-complete] completes word fragment before point according to context.
1847 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1848 from the names of all non-empty optional or alternative fields, checks that
1849 no required fields are empty, and does some formatting dependent on the value
1850 of `bibtex-entry-format'. Furthermore, it can automatically generate a key
1851 for the BibTeX entry, see `bibtex-generate-autokey'.
1852 Note: some functions in BibTeX mode depend on entries being in a special
1853 format (all fields beginning on separate lines), so it is usually a bad
1854 idea to remove `realign' from `bibtex-entry-format'.
1856 BibTeX mode supports Imenu and hideshow minor mode (`hs-minor-mode').
1858 ----------------------------------------------------------
1859 Entry to BibTeX mode calls the value of `bibtex-mode-hook'
1860 if that value is non-nil.
1868 ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1869 ;;;;;; (18310 12116))
1870 ;;; Generated autoloads from textmodes/bibtex-style.el
1871 (add-to-list 'auto-mode-alist
'("\\.bst\\'" . bibtex-style-mode
))
1873 (autoload 'bibtex-style-mode
"bibtex-style" "\
1874 Major mode for editing BibTeX style files.
1880 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1881 ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1882 ;;;;;; (18310 12089))
1883 ;;; Generated autoloads from mail/binhex.el
1885 (defconst binhex-begin-line
"^:...............................................................$")
1887 (autoload 'binhex-decode-region-internal
"binhex" "\
1888 Binhex decode region between START and END without using an external program.
1889 If HEADER-ONLY is non-nil only decode header and return filename.
1891 \(fn START END &optional HEADER-ONLY)" t nil
)
1893 (autoload 'binhex-decode-region-external
"binhex" "\
1894 Binhex decode region between START and END using external decoder.
1896 \(fn START END)" t nil
)
1898 (autoload 'binhex-decode-region
"binhex" "\
1899 Binhex decode region between START and END.
1901 \(fn START END)" t nil
)
1905 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (18310
1907 ;;; Generated autoloads from play/blackbox.el
1909 (autoload 'blackbox
"blackbox" "\
1911 Optional prefix argument is the number of balls; the default is 4.
1915 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
1916 Blackbox). Your opponent (Emacs, in this case) has hidden several
1917 balls (usually 4) within this box. By shooting rays into the box and
1918 observing where they emerge it is possible to deduce the positions of
1919 the hidden balls. The fewer rays you use to find the balls, the lower
1924 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
1925 specifies the number of balls to be hidden in the box; the default is
1928 The cursor can be moved around the box with the standard cursor
1931 To shoot a ray, move the cursor to the edge of the box and press SPC.
1932 The result will be determined and the playfield updated.
1934 You may place or remove balls in the box by moving the cursor into the
1935 box and pressing \\[bb-romp].
1937 When you think the configuration of balls you have placed is correct,
1938 press \\[bb-done]. You will be informed whether you are correct or
1939 not, and be given your score. Your score is the number of letters and
1940 numbers around the outside of the box plus five for each incorrectly
1941 placed ball. If you placed any balls incorrectly, they will be
1942 indicated with `x', and their actual positions indicated with `o'.
1946 There are three possible outcomes for each ray you send into the box:
1948 Detour: the ray is deflected and emerges somewhere other than
1949 where you sent it in. On the playfield, detours are
1950 denoted by matching pairs of numbers -- one where the
1951 ray went in, and the other where it came out.
1953 Reflection: the ray is reflected and emerges in the same place
1954 it was sent in. On the playfield, reflections are
1955 denoted by the letter `R'.
1957 Hit: the ray strikes a ball directly and is absorbed. It does
1958 not emerge from the box. On the playfield, hits are
1959 denoted by the letter `H'.
1961 The rules for how balls deflect rays are simple and are best shown by
1964 As a ray approaches a ball it is deflected ninety degrees. Rays can
1965 be deflected multiple times. In the diagrams below, the dashes
1966 represent empty box locations and the letter `O' represents a ball.
1967 The entrance and exit points of each ray are marked with numbers as
1968 described under \"Detour\" above. Note that the entrance and exit
1969 points are always interchangeable. `*' denotes the path taken by the
1972 Note carefully the relative positions of the ball and the ninety
1973 degree deflection it causes.
1976 - * - - - - - - - - - - - - - - - - - - - - - -
1977 - * - - - - - - - - - - - - - - - - - - - - - -
1978 1 * * - - - - - - - - - - - - - - - O - - - - O -
1979 - - O - - - - - - - O - - - - - - - * * * * - -
1980 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
1981 - - - - - - - - - - - * - - - - - - - O - * - -
1982 - - - - - - - - - - - * - - - - - - - - * * - -
1983 - - - - - - - - - - - * - - - - - - - - * - O -
1986 As mentioned above, a reflection occurs when a ray emerges from the same point
1987 it was sent in. This can happen in several ways:
1990 - - - - - - - - - - - - - - - - - - - - - - - -
1991 - - - - O - - - - - O - O - - - - - - - - - - -
1992 R * * * * - - - - - - - * - - - - O - - - - - - -
1993 - - - - O - - - - - - * - - - - R - - - - - - - -
1994 - - - - - - - - - - - * - - - - - - - - - - - -
1995 - - - - - - - - - - - * - - - - - - - - - - - -
1996 - - - - - - - - R * * * * - - - - - - - - - - - -
1997 - - - - - - - - - - - - O - - - - - - - - - - -
1999 In the first example, the ray is deflected downwards by the upper
2000 ball, then left by the lower ball, and finally retraces its path to
2001 its point of origin. The second example is similar. The third
2002 example is a bit anomalous but can be rationalized by realizing the
2003 ray never gets a chance to get into the box. Alternatively, the ray
2004 can be thought of as being deflected downwards and immediately
2005 emerging from the box.
2007 A hit occurs when a ray runs straight into a ball:
2009 - - - - - - - - - - - - - - - - - - - - - - - -
2010 - - - - - - - - - - - - - - - - - - - - O - - -
2011 - - - - - - - - - - - - O - - - H * * * * - - - -
2012 - - - - - - - - H * * * * O - - - - - - * - - - -
2013 - - - - - - - - - - - - O - - - - - - O - - - -
2014 H * * * O - - - - - - - - - - - - - - - - - - - -
2015 - - - - - - - - - - - - - - - - - - - - - - - -
2016 - - - - - - - - - - - - - - - - - - - - - - - -
2018 Be sure to compare the second example of a hit with the first example of
2025 ;;;### (autoloads (bookmark-bmenu-list bookmark-load bookmark-save
2026 ;;;;;; bookmark-write bookmark-delete bookmark-insert bookmark-rename
2027 ;;;;;; bookmark-insert-location bookmark-relocate bookmark-jump-other-window
2028 ;;;;;; bookmark-jump bookmark-set) "bookmark" "bookmark.el" (18307
2030 ;;; Generated autoloads from bookmark.el
2031 (define-key ctl-x-map
"rb" 'bookmark-jump
)
2032 (define-key ctl-x-map
"rm" 'bookmark-set
)
2033 (define-key ctl-x-map
"rl" 'bookmark-bmenu-list
)
2035 (defvar bookmark-map nil
"\
2036 Keymap containing bindings to bookmark functions.
2037 It is not bound to any key by default: to bind it
2038 so that you have a bookmark prefix, just use `global-set-key' and bind a
2039 key of your choice to `bookmark-map'. All interactive bookmark
2040 functions have a binding in this keymap.")
2041 (define-prefix-command 'bookmark-map
)
2042 (define-key bookmark-map
"x" 'bookmark-set
)
2043 (define-key bookmark-map
"m" 'bookmark-set
) ;"m"ark
2044 (define-key bookmark-map
"j" 'bookmark-jump
)
2045 (define-key bookmark-map
"g" 'bookmark-jump
) ;"g"o
2046 (define-key bookmark-map
"o" 'bookmark-jump-other-window
)
2047 (define-key bookmark-map
"i" 'bookmark-insert
)
2048 (define-key bookmark-map
"e" 'edit-bookmarks
)
2049 (define-key bookmark-map
"f" 'bookmark-insert-location
) ;"f"ind
2050 (define-key bookmark-map
"r" 'bookmark-rename
)
2051 (define-key bookmark-map
"d" 'bookmark-delete
)
2052 (define-key bookmark-map
"l" 'bookmark-load
)
2053 (define-key bookmark-map
"w" 'bookmark-write
)
2054 (define-key bookmark-map
"s" 'bookmark-save
)
2056 (autoload 'bookmark-set
"bookmark" "\
2057 Set a bookmark named NAME inside a file.
2058 If name is nil, then the user will be prompted.
2059 With prefix arg, will not overwrite a bookmark that has the same name
2060 as NAME if such a bookmark already exists, but instead will \"push\"
2061 the new bookmark onto the bookmark alist. Thus the most recently set
2062 bookmark with name NAME would be the one in effect at any given time,
2063 but the others are still there, should you decide to delete the most
2066 To yank words from the text of the buffer and use them as part of the
2067 bookmark name, type C-w while setting a bookmark. Successive C-w's
2068 yank successive words.
2070 Typing C-u inserts the name of the last bookmark used in the buffer
2071 \(as an aid in using a single bookmark name to track your progress
2072 through a large file). If no bookmark was used, then C-u inserts the
2073 name of the file being visited.
2075 Use \\[bookmark-delete] to remove bookmarks (you give it a name,
2076 and it removes only the first instance of a bookmark with that name from
2077 the list of bookmarks.)
2079 \(fn &optional NAME PARG)" t nil
)
2081 (autoload 'bookmark-jump
"bookmark" "\
2082 Jump to bookmark BOOKMARK (a point in some file).
2083 You may have a problem using this function if the value of variable
2084 `bookmark-alist' is nil. If that happens, you need to load in some
2085 bookmarks. See help on function `bookmark-load' for more about
2088 If the file pointed to by BOOKMARK no longer exists, you will be asked
2089 if you wish to give the bookmark a new location, and `bookmark-jump'
2090 will then jump to the new location, as well as recording it in place
2091 of the old one in the permanent bookmark record.
2093 \(fn BOOKMARK)" t nil
)
2095 (autoload 'bookmark-jump-other-window
"bookmark" "\
2096 Jump to BOOKMARK (a point in some file) in another window.
2097 See `bookmark-jump'.
2099 \(fn BOOKMARK)" t nil
)
2101 (autoload 'bookmark-relocate
"bookmark" "\
2102 Relocate BOOKMARK to another file (reading file name with minibuffer).
2103 This makes an already existing bookmark point to that file, instead of
2104 the one it used to point at. Useful when a file has been renamed
2105 after a bookmark was set in it.
2107 \(fn BOOKMARK)" t nil
)
2109 (autoload 'bookmark-insert-location
"bookmark" "\
2110 Insert the name of the file associated with BOOKMARK.
2111 Optional second arg NO-HISTORY means don't record this in the
2112 minibuffer history list `bookmark-history'.
2114 \(fn BOOKMARK &optional NO-HISTORY)" t nil
)
2116 (defalias 'bookmark-locate
'bookmark-insert-location
)
2118 (autoload 'bookmark-rename
"bookmark" "\
2119 Change the name of OLD bookmark to NEW name.
2120 If called from keyboard, prompt for OLD and NEW. If called from
2121 menubar, select OLD from a menu and prompt for NEW.
2123 If called from Lisp, prompt for NEW if only OLD was passed as an
2124 argument. If called with two strings, then no prompting is done. You
2125 must pass at least OLD when calling from Lisp.
2127 While you are entering the new name, consecutive C-w's insert
2128 consecutive words from the text of the buffer into the new bookmark
2131 \(fn OLD &optional NEW)" t nil
)
2133 (autoload 'bookmark-insert
"bookmark" "\
2134 Insert the text of the file pointed to by bookmark BOOKMARK.
2135 You may have a problem using this function if the value of variable
2136 `bookmark-alist' is nil. If that happens, you need to load in some
2137 bookmarks. See help on function `bookmark-load' for more about
2140 \(fn BOOKMARK)" t nil
)
2142 (autoload 'bookmark-delete
"bookmark" "\
2143 Delete BOOKMARK from the bookmark list.
2144 Removes only the first instance of a bookmark with that name. If
2145 there are one or more other bookmarks with the same name, they will
2146 not be deleted. Defaults to the \"current\" bookmark (that is, the
2147 one most recently used in this file, if any).
2148 Optional second arg BATCH means don't update the bookmark list buffer,
2149 probably because we were called from there.
2151 \(fn BOOKMARK &optional BATCH)" t nil
)
2153 (autoload 'bookmark-write
"bookmark" "\
2154 Write bookmarks to a file (reading the file name with the minibuffer).
2155 Don't use this in Lisp programs; use `bookmark-save' instead.
2159 (autoload 'bookmark-save
"bookmark" "\
2160 Save currently defined bookmarks.
2161 Saves by default in the file defined by the variable
2162 `bookmark-default-file'. With a prefix arg, save it in file FILE
2165 If you are calling this from Lisp, the two arguments are PARG and
2166 FILE, and if you just want it to write to the default file, then
2167 pass no arguments. Or pass in nil and FILE, and it will save in FILE
2168 instead. If you pass in one argument, and it is non-nil, then the
2169 user will be interactively queried for a file to save in.
2171 When you want to load in the bookmarks from a file, use
2172 `bookmark-load', \\[bookmark-load]. That function will prompt you
2173 for a file, defaulting to the file defined by variable
2174 `bookmark-default-file'.
2176 \(fn &optional PARG FILE)" t nil
)
2178 (autoload 'bookmark-load
"bookmark" "\
2179 Load bookmarks from FILE (which must be in bookmark format).
2180 Appends loaded bookmarks to the front of the list of bookmarks. If
2181 optional second argument OVERWRITE is non-nil, existing bookmarks are
2182 destroyed. Optional third arg NO-MSG means don't display any messages
2185 If you load a file that doesn't contain a proper bookmark alist, you
2186 will corrupt Emacs's bookmark list. Generally, you should only load
2187 in files that were created with the bookmark functions in the first
2188 place. Your own personal bookmark file, `~/.emacs.bmk', is
2189 maintained automatically by Emacs; you shouldn't need to load it
2192 If you load a file containing bookmarks with the same names as
2193 bookmarks already present in your Emacs, the new bookmarks will get
2194 unique numeric suffixes \"<2>\", \"<3>\", ... following the same
2195 method buffers use to resolve name collisions.
2197 \(fn FILE &optional OVERWRITE NO-MSG)" t nil
)
2199 (autoload 'bookmark-bmenu-list
"bookmark" "\
2200 Display a list of existing bookmarks.
2201 The list is displayed in a buffer named `*Bookmark List*'.
2202 The leftmost column displays a D if the bookmark is flagged for
2203 deletion, or > if it is flagged for displaying.
2207 (defalias 'list-bookmarks
'bookmark-bmenu-list
)
2209 (defalias 'edit-bookmarks
'bookmark-bmenu-list
)
2211 (defvar menu-bar-bookmark-map
(let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map
[load] '("Load a Bookmark File..." . bookmark-load)) (define-key map [write] '("Save Bookmarks As..." . bookmark-write)) (define-key map [save] '("Save Bookmarks" . bookmark-save)) (define-key map [edit] '("Edit Bookmark List" . bookmark-bmenu-list)) (define-key map [delete] '("Delete Bookmark..." . bookmark-delete)) (define-key map [rename] '("Rename Bookmark..." . bookmark-rename)) (define-key map [locate] '("Insert Location..." . bookmark-locate)) (define-key map [insert] '("Insert Contents..." . bookmark-insert)) (define-key map [set] '("Set Bookmark..." . bookmark-set)) (define-key map [jump] '("Jump to Bookmark..." . bookmark-jump)) map))
2213 (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map)
2217 ;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic
2218 ;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm
2219 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2220 ;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-firefox
2221 ;;;;;; browse-url-mozilla browse-url-netscape browse-url-default-browser
2222 ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region
2223 ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2224 ;;;;;; browse-url-url-at-point browse-url-galeon-program browse-url-firefox-program
2225 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2226 ;;;;;; (18310 12094))
2227 ;;; Generated autoloads from net/browse-url.el
2229 (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
2230 Function to display the current buffer in a WWW browser.
2231 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2232 `browse-url-of-file' commands.
2234 If the value is not a function it should be a list of pairs
2235 \(REGEXP . FUNCTION). In this case the function called will be the one
2236 associated with the first REGEXP which matches the current URL. The
2237 function is passed the URL and any other args of `browse-url'. The last
2238 regexp should probably be \".\" to specify a default browser.")
2240 (custom-autoload 'browse-url-browser-function "browse-url" t)
2242 (defvar browse-url-firefox-program "firefox" "\
2243 The name by which to invoke Firefox.")
2245 (custom-autoload 'browse-url-firefox-program "browse-url" t)
2247 (defvar browse-url-galeon-program "galeon" "\
2248 The name by which to invoke Galeon.")
2250 (custom-autoload 'browse-url-galeon-program "browse-url" t)
2252 (autoload 'browse-url-url-at-point "browse-url" "\
2257 (autoload 'browse-url-of-file "browse-url" "\
2258 Ask a WWW browser to display FILE.
2259 Display the current buffer's file if FILE is nil or if called
2260 interactively. Turn the filename into a URL with function
2261 `browse-url-file-url'. Pass the URL to a browser using the
2262 `browse-url' function then run `browse-url-of-file-hook'.
2264 \(fn &optional FILE)" t nil)
2266 (autoload 'browse-url-of-buffer "browse-url" "\
2267 Ask a WWW browser to display BUFFER.
2268 Display the current buffer if BUFFER is nil. Display only the
2269 currently visible part of BUFFER (from a temporary file) if buffer is
2272 \(fn &optional BUFFER)" t nil)
2274 (autoload 'browse-url-of-dired-file "browse-url" "\
2275 In Dired, ask a WWW browser to display the file named on this line.
2279 (autoload 'browse-url-of-region "browse-url" "\
2280 Ask a WWW browser to display the current region.
2282 \(fn MIN MAX)" t nil)
2284 (autoload 'browse-url "browse-url" "\
2285 Ask a WWW browser to load URL.
2286 Prompts for a URL, defaulting to the URL at or before point. Variable
2287 `browse-url-browser-function' says which browser to use.
2289 \(fn URL &rest ARGS)" t nil)
2291 (autoload 'browse-url-at-point "browse-url" "\
2292 Ask a WWW browser to load the URL at or before point.
2293 Doesn't let you edit the URL like `browse-url'. Variable
2294 `browse-url-browser-function' says which browser to use.
2296 \(fn &optional ARG)" t nil)
2298 (autoload 'browse-url-at-mouse "browse-url" "\
2299 Ask a WWW browser to load a URL clicked with the mouse.
2300 The URL is the one around or before the position of the mouse click
2301 but point is not changed. Doesn't let you edit the URL like
2302 `browse-url'. Variable `browse-url-browser-function' says which browser
2307 (autoload 'browse-url-default-browser "browse-url" "\
2308 Find a suitable browser and ask it to load URL.
2309 Default to the URL around or before point.
2311 When called interactively, if variable `browse-url-new-window-flag' is
2312 non-nil, load the document in a new window, if possible, otherwise use
2313 a random existing one. A non-nil interactive prefix argument reverses
2314 the effect of `browse-url-new-window-flag'.
2316 When called non-interactively, optional second argument NEW-WINDOW is
2317 used instead of `browse-url-new-window-flag'.
2319 The order attempted is gnome-moz-remote, Mozilla, Firefox,
2320 Galeon, Konqueror, Netscape, Mosaic, Lynx in an xterm, and then W3.
2322 \(fn URL &rest ARGS)" nil nil)
2324 (autoload 'browse-url-netscape "browse-url" "\
2325 Ask the Netscape WWW browser to load URL.
2326 Default to the URL around or before point. The strings in variable
2327 `browse-url-netscape-arguments' are also passed to Netscape.
2329 When called interactively, if variable `browse-url-new-window-flag' is
2330 non-nil, load the document in a new Netscape window, otherwise use a
2331 random existing one. A non-nil interactive prefix argument reverses
2332 the effect of `browse-url-new-window-flag'.
2334 If `browse-url-netscape-new-window-is-tab' is non-nil, then
2335 whenever a document would otherwise be loaded in a new window, it
2336 is loaded in a new tab in an existing window instead.
2338 When called non-interactively, optional second argument NEW-WINDOW is
2339 used instead of `browse-url-new-window-flag'.
2341 \(fn URL &optional NEW-WINDOW)" t nil)
2343 (autoload 'browse-url-mozilla "browse-url" "\
2344 Ask the Mozilla WWW browser to load URL.
2345 Default to the URL around or before point. The strings in variable
2346 `browse-url-mozilla-arguments' are also passed to Mozilla.
2348 When called interactively, if variable `browse-url-new-window-flag' is
2349 non-nil, load the document in a new Mozilla window, otherwise use a
2350 random existing one. A non-nil interactive prefix argument reverses
2351 the effect of `browse-url-new-window-flag'.
2353 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2354 document would otherwise be loaded in a new window, it is loaded in a
2355 new tab in an existing window instead.
2357 When called non-interactively, optional second argument NEW-WINDOW is
2358 used instead of `browse-url-new-window-flag'.
2360 \(fn URL &optional NEW-WINDOW)" t nil)
2362 (autoload 'browse-url-firefox "browse-url" "\
2363 Ask the Firefox WWW browser to load URL.
2364 Default to the URL around or before point. The strings in
2365 variable `browse-url-firefox-arguments' are also passed to
2368 When called interactively, if variable
2369 `browse-url-new-window-flag' is non-nil, load the document in a
2370 new Firefox window, otherwise use a random existing one. A
2371 non-nil interactive prefix argument reverses the effect of
2372 `browse-url-new-window-flag'.
2374 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2375 whenever a document would otherwise be loaded in a new window, it
2376 is loaded in a new tab in an existing window instead.
2378 When called non-interactively, optional second argument
2379 NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2381 On MS-Windows systems the optional `new-window' parameter is
2382 ignored. Firefox for Windows does not support the \"-remote\"
2383 command line parameter. Therefore, the
2384 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2385 are ignored as well. Firefox on Windows will always open the requested
2386 URL in a new window.
2388 \(fn URL &optional NEW-WINDOW)" t nil)
2390 (autoload 'browse-url-galeon "browse-url" "\
2391 Ask the Galeon WWW browser to load URL.
2392 Default to the URL around or before point. The strings in variable
2393 `browse-url-galeon-arguments' are also passed to Galeon.
2395 When called interactively, if variable `browse-url-new-window-flag' is
2396 non-nil, load the document in a new Galeon window, otherwise use a
2397 random existing one. A non-nil interactive prefix argument reverses
2398 the effect of `browse-url-new-window-flag'.
2400 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2401 document would otherwise be loaded in a new window, it is loaded in a
2402 new tab in an existing window instead.
2404 When called non-interactively, optional second argument NEW-WINDOW is
2405 used instead of `browse-url-new-window-flag'.
2407 \(fn URL &optional NEW-WINDOW)" t nil)
2409 (autoload 'browse-url-emacs "browse-url" "\
2410 Ask Emacs to load URL into a buffer and show it in another window.
2412 \(fn URL &optional NEW-WINDOW)" t nil)
2414 (autoload 'browse-url-gnome-moz "browse-url" "\
2415 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2416 Default to the URL around or before point. The strings in variable
2417 `browse-url-gnome-moz-arguments' are also passed.
2419 When called interactively, if variable `browse-url-new-window-flag' is
2420 non-nil, load the document in a new browser window, otherwise use an
2421 existing one. A non-nil interactive prefix argument reverses the
2422 effect of `browse-url-new-window-flag'.
2424 When called non-interactively, optional second argument NEW-WINDOW is
2425 used instead of `browse-url-new-window-flag'.
2427 \(fn URL &optional NEW-WINDOW)" t nil)
2429 (autoload 'browse-url-mosaic "browse-url" "\
2430 Ask the XMosaic WWW browser to load URL.
2432 Default to the URL around or before point. The strings in variable
2433 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2434 program is invoked according to the variable
2435 `browse-url-mosaic-program'.
2437 When called interactively, if variable `browse-url-new-window-flag' is
2438 non-nil, load the document in a new Mosaic window, otherwise use a
2439 random existing one. A non-nil interactive prefix argument reverses
2440 the effect of `browse-url-new-window-flag'.
2442 When called non-interactively, optional second argument NEW-WINDOW is
2443 used instead of `browse-url-new-window-flag'.
2445 \(fn URL &optional NEW-WINDOW)" t nil)
2447 (autoload 'browse-url-cci "browse-url" "\
2448 Ask the XMosaic WWW browser to load URL.
2449 Default to the URL around or before point.
2451 This function only works for XMosaic version 2.5 or later. You must
2452 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2453 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2455 When called interactively, if variable `browse-url-new-window-flag' is
2456 non-nil, load the document in a new browser window, otherwise use a
2457 random existing one. A non-nil interactive prefix argument reverses
2458 the effect of `browse-url-new-window-flag'.
2460 When called non-interactively, optional second argument NEW-WINDOW is
2461 used instead of `browse-url-new-window-flag'.
2463 \(fn URL &optional NEW-WINDOW)" t nil)
2465 (autoload 'browse-url-w3 "browse-url" "\
2466 Ask the w3 WWW browser to load URL.
2467 Default to the URL around or before point.
2469 When called interactively, if variable `browse-url-new-window-flag' is
2470 non-nil, load the document in a new window. A non-nil interactive
2471 prefix argument reverses the effect of `browse-url-new-window-flag'.
2473 When called non-interactively, optional second argument NEW-WINDOW is
2474 used instead of `browse-url-new-window-flag'.
2476 \(fn URL &optional NEW-WINDOW)" t nil)
2478 (autoload 'browse-url-w3-gnudoit "browse-url" "\
2479 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2480 The `browse-url-gnudoit-program' program is used with options given by
2481 `browse-url-gnudoit-args'. Default to the URL around or before point.
2483 \(fn URL &optional NEW-WINDOW)" t nil)
2485 (autoload 'browse-url-text-xterm "browse-url" "\
2486 Ask a text browser to load URL.
2487 URL defaults to the URL around or before point.
2488 This runs the text browser specified by `browse-url-text-browser'.
2489 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2490 with possible additional arguments `browse-url-xterm-args'.
2492 \(fn URL &optional NEW-WINDOW)" t nil)
2494 (autoload 'browse-url-text-emacs "browse-url" "\
2495 Ask a text browser to load URL.
2496 URL defaults to the URL around or before point.
2497 This runs the text browser specified by `browse-url-text-browser'.
2498 With a prefix argument, it runs a new browser process in a new buffer.
2500 When called interactively, if variable `browse-url-new-window-flag' is
2501 non-nil, load the document in a new browser process in a new term window,
2502 otherwise use any existing one. A non-nil interactive prefix argument
2503 reverses the effect of `browse-url-new-window-flag'.
2505 When called non-interactively, optional second argument NEW-WINDOW is
2506 used instead of `browse-url-new-window-flag'.
2508 \(fn URL &optional NEW-BUFFER)" t nil)
2510 (autoload 'browse-url-mail "browse-url" "\
2511 Open a new mail message buffer within Emacs for the RFC 2368 URL.
2512 Default to using the mailto: URL around or before point as the
2513 recipient's address. Supplying a non-nil interactive prefix argument
2514 will cause the mail to be composed in another window rather than the
2517 When called interactively, if variable `browse-url-new-window-flag' is
2518 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2519 non-nil interactive prefix argument reverses the effect of
2520 `browse-url-new-window-flag'.
2522 When called non-interactively, optional second argument NEW-WINDOW is
2523 used instead of `browse-url-new-window-flag'.
2525 \(fn URL &optional NEW-WINDOW)" t nil)
2527 (autoload 'browse-url-generic "browse-url" "\
2528 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2529 Default to the URL around or before point. A fresh copy of the
2530 browser is started up in a new process with possible additional arguments
2531 `browse-url-generic-args'. This is appropriate for browsers which
2532 don't offer a form of remote control.
2534 \(fn URL &optional NEW-WINDOW)" t nil)
2536 (autoload 'browse-url-kde "browse-url" "\
2537 Ask the KDE WWW browser to load URL.
2538 Default to the URL around or before point.
2540 \(fn URL &optional NEW-WINDOW)" t nil)
2542 (autoload 'browse-url-elinks "browse-url" "\
2543 Ask the Elinks WWW browser to load URL.
2544 Default to the URL around the point.
2546 The document is loaded in a new tab of a running Elinks or, if
2547 none yet running, a newly started instance.
2549 The Elinks command will be prepended by the program+arguments
2550 from `browse-url-elinks-wrapper'.
2552 \(fn URL &optional NEW-WINDOW)" t nil)
2556 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (18310
2558 ;;; Generated autoloads from play/bruce.el
2560 (autoload 'bruce "bruce" "\
2561 Adds that special touch of class to your outgoing mail.
2565 (autoload 'snarf-bruces "bruce" "\
2566 Return a vector containing the lines from `bruce-phrases-file'.
2572 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2573 ;;;;;; "bs" "bs.el" (18307 26226))
2574 ;;; Generated autoloads from bs.el
2576 (autoload 'bs-cycle-next "bs" "\
2577 Select next buffer defined by buffer cycling.
2578 The buffers taking part in buffer cycling are defined
2579 by buffer configuration `bs-cycle-configuration-name'.
2583 (autoload 'bs-cycle-previous "bs" "\
2584 Select previous buffer defined by buffer cycling.
2585 The buffers taking part in buffer cycling are defined
2586 by buffer configuration `bs-cycle-configuration-name'.
2590 (autoload 'bs-customize "bs" "\
2591 Customization of group bs for Buffer Selection Menu.
2595 (autoload 'bs-show "bs" "\
2596 Make a menu of buffers so you can manipulate buffers or the buffer list.
2598 There are many key commands similar to `Buffer-menu-mode' for
2599 manipulating the buffer list and the buffers themselves.
2600 User can move with [up] or [down], select a buffer
2601 by \\[bs-select] or [SPC]
2603 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2604 Type \\[bs-help] after invocation to get help on commands available.
2605 With prefix argument ARG show a different buffer list. Function
2606 `bs--configuration-name-for-prefix-arg' determine accordingly
2607 name of buffer configuration.
2613 ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (18310 12104))
2614 ;;; Generated autoloads from play/bubbles.el
2616 (autoload 'bubbles "bubbles" "\
2623 ;;;### (autoloads (insert-text-button make-text-button insert-button
2624 ;;;;;; make-button define-button-type) "button" "button.el" (18350
2626 ;;; Generated autoloads from button.el
2628 (defvar button-map (let ((map (make-sparse-keymap))) (define-key map [(control 109)] 'push-button) (define-key map [mouse-2] 'push-button) map) "\
2629 Keymap used by buttons.")
2631 (defvar button-buffer-map (let ((map (make-sparse-keymap))) (define-key map [9] 'forward-button) (define-key map "\e " 'backward-button) (define-key map [backtab] 'backward-button) map) "\
2632 Keymap useful for buffers containing buttons.
2633 Mode-specific keymaps may want to use this as their parent keymap.")
2635 (autoload 'define-button-type "button" "\
2636 Define a `button type' called NAME (a symbol).
2637 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2638 specifying properties to use as defaults for buttons with this type
2639 \(a button's type may be set by giving it a `type' property when
2640 creating the button, using the :type keyword argument).
2642 In addition, the keyword argument :supertype may be used to specify a
2643 button-type from which NAME inherits its default property values
2644 \(however, the inheritance happens only when NAME is defined; subsequent
2645 changes to a supertype are not reflected in its subtypes).
2647 \(fn NAME &rest PROPERTIES)" nil nil)
2649 (autoload 'make-button "button" "\
2650 Make a button from BEG to END in the current buffer.
2651 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2652 specifying properties to add to the button.
2653 In addition, the keyword argument :type may be used to specify a
2654 button-type from which to inherit other properties; see
2655 `define-button-type'.
2657 Also see `make-text-button', `insert-button'.
2659 \(fn BEG END &rest PROPERTIES)" nil nil)
2661 (autoload 'insert-button "button" "\
2662 Insert a button with the label LABEL.
2663 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2664 specifying properties to add to the button.
2665 In addition, the keyword argument :type may be used to specify a
2666 button-type from which to inherit other properties; see
2667 `define-button-type'.
2669 Also see `insert-text-button', `make-button'.
2671 \(fn LABEL &rest PROPERTIES)" nil nil)
2673 (autoload 'make-text-button "button" "\
2674 Make a button from BEG to END in the current buffer.
2675 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2676 specifying properties to add to the button.
2677 In addition, the keyword argument :type may be used to specify a
2678 button-type from which to inherit other properties; see
2679 `define-button-type'.
2681 This function is like `make-button', except that the button is actually
2682 part of the text instead of being a property of the buffer. Creating
2683 large numbers of buttons can also be somewhat faster using
2686 Also see `insert-text-button'.
2688 \(fn BEG END &rest PROPERTIES)" nil nil)
2690 (autoload 'insert-text-button "button" "\
2691 Insert a button with the label LABEL.
2692 The remaining arguments form a sequence of PROPERTY VALUE pairs,
2693 specifying properties to add to the button.
2694 In addition, the keyword argument :type may be used to specify a
2695 button-type from which to inherit other properties; see
2696 `define-button-type'.
2698 This function is like `insert-button', except that the button is
2699 actually part of the text instead of being a property of the buffer.
2700 Creating large numbers of buttons can also be somewhat faster using
2701 `insert-text-button'.
2703 Also see `make-text-button'.
2705 \(fn LABEL &rest PROPERTIES)" nil nil)
2709 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2710 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2711 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2712 ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning
2713 ;;;;;; byte-compile-warnings-safe-p) "bytecomp" "emacs-lisp/bytecomp.el"
2714 ;;;;;; (18339 17950))
2715 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2716 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2717 (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2718 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2719 (put 'byte-compile-warnings 'safe-local-variable 'byte-compile-warnings-safe-p)
2721 (autoload 'byte-compile-warnings-safe-p "bytecomp" "\
2726 (autoload 'byte-compile-disable-warning "bytecomp" "\
2727 Change `byte-compile-warnings' to disable WARNING.
2728 If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2729 Otherwise, if the first element is `not', add WARNING, else remove it.
2730 Normally you should let-bind `byte-compile-warnings' before calling this,
2731 else the global value will be modified.
2733 \(fn WARNING)" nil nil)
2735 (autoload 'byte-compile-enable-warning "bytecomp" "\
2736 Change `byte-compile-warnings' to enable WARNING.
2737 If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
2738 first element is `not', remove WARNING, else add it.
2739 Normally you should let-bind `byte-compile-warnings' before calling this,
2740 else the global value will be modified.
2742 \(fn WARNING)" nil nil)
2744 (autoload 'byte-force-recompile "bytecomp" "\
2745 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2746 Files in subdirectories of DIRECTORY are processed also.
2748 \(fn DIRECTORY)" t nil)
2750 (autoload 'byte-recompile-directory "bytecomp" "\
2751 Recompile every `.el' file in DIRECTORY that needs recompilation.
2752 This is if a `.elc' file exists but is older than the `.el' file.
2753 Files in subdirectories of DIRECTORY are processed also.
2755 If the `.elc' file does not exist, normally this function *does not*
2756 compile the corresponding `.el' file. However,
2757 if ARG (the prefix argument) is 0, that means do compile all those files.
2758 A nonzero ARG means ask the user, for each such `.el' file,
2759 whether to compile it.
2761 A nonzero ARG also means ask about each subdirectory before scanning it.
2763 If the third argument FORCE is non-nil,
2764 recompile every `.el' file that already has a `.elc' file.
2766 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2767 (put 'no-byte-compile 'safe-local-variable 'booleanp)
2769 (autoload 'byte-compile-file "bytecomp" "\
2770 Compile a file of Lisp code named FILENAME into a file of byte code.
2771 The output file's name is generated by passing FILENAME to the
2772 `byte-compile-dest-file' function (which see).
2773 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2774 The value is non-nil if there were no errors, nil if errors.
2776 \(fn FILENAME &optional LOAD)" t nil)
2778 (autoload 'compile-defun "bytecomp" "\
2779 Compile and evaluate the current top-level form.
2780 Print the result in the echo area.
2781 With argument, insert value in current buffer after the form.
2783 \(fn &optional ARG)" t nil)
2785 (autoload 'byte-compile "bytecomp" "\
2786 If FORM is a symbol, byte-compile its function definition.
2787 If FORM is a lambda or a macro, byte-compile it as a function.
2789 \(fn FORM)" nil nil)
2791 (autoload 'display-call-tree "bytecomp" "\
2792 Display a call graph of a specified file.
2793 This lists which functions have been called, what functions called
2794 them, and what functions they call. The list includes all functions
2795 whose definitions have been compiled in this Emacs session, as well as
2796 all functions called by those functions.
2798 The call graph does not include macros, inline functions, or
2799 primitives that the byte-code interpreter knows about directly (eq,
2802 The call tree also lists those functions which are not known to be called
2803 \(that is, to which no calls have been compiled), and which cannot be
2804 invoked interactively.
2806 \(fn &optional FILENAME)" t nil)
2808 (autoload 'batch-byte-compile-if-not-done "bytecomp" "\
2809 Like `byte-compile-file' but doesn't recompile if already up to date.
2810 Use this from the command line, with `-batch';
2811 it won't work in an interactive Emacs.
2815 (autoload 'batch-byte-compile "bytecomp" "\
2816 Run `byte-compile-file' on the files remaining on the command line.
2817 Use this from the command line, with `-batch';
2818 it won't work in an interactive Emacs.
2819 Each file is processed even if an error occurred previously.
2820 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2821 If NOFORCE is non-nil, don't recompile a file that seems to be
2824 \(fn &optional NOFORCE)" nil nil)
2826 (autoload 'batch-byte-recompile-directory "bytecomp" "\
2827 Run `byte-recompile-directory' on the dirs remaining on the command line.
2828 Must be used only with `-batch', and kills Emacs on completion.
2829 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2831 Optional argument ARG is passed as second argument ARG to
2832 `byte-recompile-directory'; see there for its possible values
2833 and corresponding effects.
2835 \(fn &optional ARG)" nil nil)
2839 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (18310 12058))
2840 ;;; Generated autoloads from calendar/cal-dst.el
2842 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
2844 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
2848 ;;;### (autoloads (list-yahrzeit-dates) "cal-hebrew" "calendar/cal-hebrew.el"
2849 ;;;;;; (18310 12058))
2850 ;;; Generated autoloads from calendar/cal-hebrew.el
2852 (autoload 'list-yahrzeit-dates "cal-hebrew" "\
2853 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2854 When called interactively from the calendar window, the date of death is taken
2855 from the cursor position.
2857 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2861 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2862 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2863 ;;;;;; full-calc calc calc-dispatch calc-settings-file) "calc" "calc/calc.el"
2864 ;;;;;; (18310 12056))
2865 ;;; Generated autoloads from calc/calc.el
2867 (defvar calc-settings-file (convert-standard-filename "~/.calc.el") "\
2868 *File in which to record permanent settings.")
2870 (custom-autoload 'calc-settings-file "calc" t)
2871 (define-key ctl-x-map "*" 'calc-dispatch)
2873 (autoload 'calc-dispatch "calc" "\
2874 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2876 \(fn &optional ARG)" t nil)
2878 (autoload 'calc "calc" "\
2879 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2881 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2883 (autoload 'full-calc "calc" "\
2884 Invoke the Calculator and give it a full-sized window.
2886 \(fn &optional INTERACTIVE)" t nil)
2888 (autoload 'quick-calc "calc" "\
2889 Do a quick calculation in the minibuffer without invoking full Calculator.
2893 (autoload 'calc-eval "calc" "\
2894 Do a quick calculation and return the result as a string.
2895 Return value will either be the formatted result in string form,
2896 or a list containing a character position and an error message in string form.
2898 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2900 (autoload 'calc-keypad "calc" "\
2901 Invoke the Calculator in \"visual keypad\" mode.
2902 This is most useful in the X window system.
2903 In this mode, click on the Calc \"buttons\" using the left mouse button.
2904 Or, position the cursor manually and do M-x calc-keypad-press.
2906 \(fn &optional INTERACTIVE)" t nil)
2908 (autoload 'full-calc-keypad "calc" "\
2909 Invoke the Calculator in full-screen \"visual keypad\" mode.
2910 See calc-keypad for details.
2912 \(fn &optional INTERACTIVE)" t nil)
2914 (autoload 'calc-grab-region "calc" "\
2915 Parse the region as a vector of numbers and push it on the Calculator stack.
2917 \(fn TOP BOT ARG)" t nil)
2919 (autoload 'calc-grab-rectangle "calc" "\
2920 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2922 \(fn TOP BOT ARG)" t nil)
2924 (autoload 'calc-embedded "calc" "\
2925 Start Calc Embedded mode on the formula surrounding point.
2927 \(fn ARG &optional END OBEG OEND)" t nil)
2929 (autoload 'calc-embedded-activate "calc" "\
2930 Scan the current editing buffer for all embedded := and => formulas.
2931 Also looks for the equivalent TeX words, \\gets and \\evalto.
2933 \(fn &optional ARG CBUF)" t nil)
2935 (autoload 'defmath "calc" "\
2938 \(fn FUNC ARGS &rest BODY)" nil (quote macro))
2942 ;;;### (autoloads (calculator) "calculator" "calculator.el" (18310
2944 ;;; Generated autoloads from calculator.el
2946 (autoload 'calculator "calculator" "\
2947 Run the Emacs calculator.
2948 See the documentation for `calculator-mode' for more information.
2954 ;;;### (autoloads (calendar-week-start-day calendar calendar-setup
2955 ;;;;;; solar-holidays bahai-holidays islamic-holidays christian-holidays
2956 ;;;;;; hebrew-holidays other-holidays local-holidays oriental-holidays
2957 ;;;;;; general-holidays holidays-in-diary-buffer diary-list-include-blanks
2958 ;;;;;; nongregorian-diary-marking-hook mark-diary-entries-hook nongregorian-diary-listing-hook
2959 ;;;;;; diary-display-hook diary-hook list-diary-entries-hook print-diary-entries-hook
2960 ;;;;;; american-calendar-display-form european-calendar-display-form
2961 ;;;;;; european-date-diary-pattern american-date-diary-pattern european-calendar-style
2962 ;;;;;; abbreviated-calendar-year sexp-diary-entry-symbol diary-include-string
2963 ;;;;;; bahai-diary-entry-symbol islamic-diary-entry-symbol hebrew-diary-entry-symbol
2964 ;;;;;; diary-nonmarking-symbol diary-file calendar-move-hook today-invisible-calendar-hook
2965 ;;;;;; today-visible-calendar-hook initial-calendar-window-hook
2966 ;;;;;; calendar-load-hook all-bahai-calendar-holidays all-islamic-calendar-holidays
2967 ;;;;;; all-christian-calendar-holidays all-hebrew-calendar-holidays
2968 ;;;;;; mark-holidays-in-calendar view-calendar-holidays-initially
2969 ;;;;;; calendar-remove-frame-by-deleting mark-diary-entries-in-calendar
2970 ;;;;;; view-diary-entries-initially calendar-offset) "calendar"
2971 ;;;;;; "calendar/calendar.el" (18310 12059))
2972 ;;; Generated autoloads from calendar/calendar.el
2974 (defvar calendar-offset 0 "\
2975 The offset of the principal month from the center of the calendar window.
2976 0 means the principal month is in the center (default), -1 means on the left,
2977 +1 means on the right. Larger (or smaller) values push the principal month off
2980 (custom-autoload 'calendar-offset "calendar" t)
2982 (defvar view-diary-entries-initially nil "\
2983 Non-nil means display current date's diary entries on entry to calendar.
2984 The diary is displayed in another window when the calendar is first displayed,
2985 if the current date is visible. The number of days of diary entries displayed
2986 is governed by the variable `number-of-diary-entries'. This variable can
2987 be overridden by the value of `calendar-setup'.")
2989 (custom-autoload 'view-diary-entries-initially "calendar" t)
2991 (defvar mark-diary-entries-in-calendar nil "\
2992 Non-nil means mark dates with diary entries, in the calendar window.
2993 The marking symbol is specified by the variable `diary-entry-marker'.")
2995 (custom-autoload 'mark-diary-entries-in-calendar "calendar" t)
2997 (defvar calendar-remove-frame-by-deleting nil "\
2998 Determine how the calendar mode removes a frame no longer needed.
2999 If nil, make an icon of the frame. If non-nil, delete the frame.")
3001 (custom-autoload 'calendar-remove-frame-by-deleting "calendar" t)
3003 (defvar view-calendar-holidays-initially nil "\
3004 Non-nil means display holidays for current three month period on entry.
3005 The holidays are displayed in another window when the calendar is first
3008 (custom-autoload 'view-calendar-holidays-initially "calendar" t)
3010 (defvar mark-holidays-in-calendar nil "\
3011 Non-nil means mark dates of holidays in the calendar window.
3012 The marking symbol is specified by the variable `calendar-holiday-marker'.")
3014 (custom-autoload 'mark-holidays-in-calendar "calendar" t)
3016 (defvar all-hebrew-calendar-holidays nil "\
3017 If nil, show only major holidays from the Hebrew calendar.
3018 This means only those Jewish holidays that appear on secular calendars.
3020 If t, show all the holidays that would appear in a complete Hebrew calendar.")
3022 (custom-autoload 'all-hebrew-calendar-holidays "calendar" t)
3024 (defvar all-christian-calendar-holidays nil "\
3025 If nil, show only major holidays from the Christian calendar.
3026 This means only those Christian holidays that appear on secular calendars.
3028 If t, show all the holidays that would appear in a complete Christian
3031 (custom-autoload 'all-christian-calendar-holidays "calendar" t)
3033 (defvar all-islamic-calendar-holidays nil "\
3034 If nil, show only major holidays from the Islamic calendar.
3035 This means only those Islamic holidays that appear on secular calendars.
3037 If t, show all the holidays that would appear in a complete Islamic
3040 (custom-autoload 'all-islamic-calendar-holidays "calendar" t)
3042 (defvar all-bahai-calendar-holidays nil "\
3043 If nil, show only major holidays from the Baha'i calendar.
3044 These are the days on which work and school must be suspended.
3046 If t, show all the holidays that would appear in a complete Baha'i
3049 (custom-autoload 'all-bahai-calendar-holidays "calendar" t)
3051 (defvar calendar-load-hook nil "\
3052 List of functions to be called after the calendar is first loaded.
3053 This is the place to add key bindings to `calendar-mode-map'.")
3055 (custom-autoload 'calendar-load-hook "calendar" t)
3057 (defvar initial-calendar-window-hook nil "\
3058 List of functions to be called when the calendar window is first opened.
3059 The functions invoked are called after the calendar window is opened, but
3060 once opened is never called again. Leaving the calendar with the `q' command
3061 and reentering it will cause these functions to be called again.")
3063 (custom-autoload 'initial-calendar-window-hook "calendar" t)
3065 (defvar today-visible-calendar-hook nil "\
3066 List of functions called whenever the current date is visible.
3067 This can be used, for example, to replace today's date with asterisks; a
3068 function `calendar-star-date' is included for this purpose:
3069 (setq today-visible-calendar-hook 'calendar-star-date)
3070 It can also be used to mark the current date with `calendar-today-marker';
3071 a function is also provided for this:
3072 (setq today-visible-calendar-hook 'calendar-mark-today)
3074 The corresponding variable `today-invisible-calendar-hook' is the list of
3075 functions called when the calendar function was called when the current
3076 date is not visible in the window.
3078 Other than the use of the provided functions, the changing of any
3079 characters in the calendar buffer by the hooks may cause the failure of the
3080 functions that move by days and weeks.")
3082 (custom-autoload 'today-visible-calendar-hook "calendar" t)
3084 (defvar today-invisible-calendar-hook nil "\
3085 List of functions called whenever the current date is not visible.
3087 The corresponding variable `today-visible-calendar-hook' is the list of
3088 functions called when the calendar function was called when the current
3089 date is visible in the window.
3091 Other than the use of the provided functions, the changing of any
3092 characters in the calendar buffer by the hooks may cause the failure of the
3093 functions that move by days and weeks.")
3095 (custom-autoload 'today-invisible-calendar-hook "calendar" t)
3097 (defvar calendar-move-hook nil "\
3098 List of functions called whenever the cursor moves in the calendar.
3102 (add-hook 'calendar-move-hook (lambda () (diary-view-entries 1)))
3104 redisplays the diary for whatever date the cursor is moved to.")
3106 (custom-autoload 'calendar-move-hook "calendar" t)
3108 (defvar diary-file "~/diary" "\
3109 Name of the file in which one's personal diary of dates is kept.
3111 The file's entries are lines beginning with any of the forms
3112 specified by the variable `american-date-diary-pattern', by default:
3120 with the remainder of the line being the diary entry string for
3121 that date. MONTH and DAY are one or two digit numbers, YEAR is a
3122 number and may be written in full or abbreviated to the final two
3123 digits (if `abbreviated-calendar-year' is non-nil). MONTHNAME
3124 and DAYNAME can be spelled in full (as specified by the variables
3125 `calendar-month-name-array' and `calendar-day-name-array'),
3126 abbreviated (as specified by `calendar-month-abbrev-array' and
3127 `calendar-day-abbrev-array') with or without a period,
3128 capitalized or not. Any of DAY, MONTH, or MONTHNAME, YEAR can be
3129 `*' which matches any day, month, or year, respectively. If the
3130 date does not contain a year, it is generic and applies to any
3131 year. A DAYNAME entry applies to the appropriate day of the week
3134 The European style (in which the day precedes the month) can be
3135 used instead, if you execute `european-calendar' when in the
3136 calendar, or set `european-calendar-style' to t in your .emacs
3137 file. The European forms (see `european-date-diary-pattern') are
3145 To revert to the default American style from the European style, execute
3146 `american-calendar' in the calendar.
3148 A diary entry can be preceded by the character
3149 `diary-nonmarking-symbol' (ordinarily `&') to make that entry
3150 nonmarking--that is, it will not be marked on dates in the calendar
3151 window but will appear in a diary window.
3153 Multiline diary entries are made by indenting lines after the first with
3154 either a TAB or one or more spaces.
3156 Lines not in one the above formats are ignored. Here are some sample diary
3157 entries (in the default American style):
3159 12/22/1988 Twentieth wedding anniversary!!
3160 &1/1. Happy New Year!
3161 10/22 Ruth's birthday.
3163 Tuesday--weekly meeting with grad students at 10am
3164 Supowit, Shen, Bitner, and Kapoor to attend.
3165 1/13/89 Friday the thirteenth!!
3166 &thu 4pm squash game with Lloyd.
3167 mar 16 Dad's birthday
3168 April 15, 1989 Income tax due.
3169 &* 15 time cards due.
3171 If the first line of a diary entry consists only of the date or day name with
3172 no trailing blanks or punctuation, then that line is not displayed in the
3173 diary window; only the continuation lines is shown. For example, the
3177 Bill Blattner visits Princeton today
3178 2pm Cognitive Studies Committee meeting
3179 2:30-5:30 Lizzie at Lawrenceville for `Group Initiative'
3180 4:00pm Jamie Tappenden
3181 7:30pm Dinner at George and Ed's for Alan Ryan
3182 7:30-10:00pm dance at Stewart Country Day School
3184 will appear in the diary window without the date line at the beginning. This
3185 facility allows the diary window to look neater, but can cause confusion if
3186 used with more than one day's entries displayed.
3188 Diary entries can be based on Lisp sexps. For example, the diary entry
3190 %%(diary-block 11 1 1990 11 10 1990) Vacation
3192 causes the diary entry \"Vacation\" to appear from November 1 through
3193 November 10, 1990. Other functions available are `diary-float',
3194 `diary-anniversary', `diary-cyclic', `diary-day-of-year',
3195 `diary-iso-date', `diary-french-date', `diary-hebrew-date',
3196 `diary-islamic-date', `diary-bahai-date', `diary-mayan-date',
3197 `diary-chinese-date', `diary-coptic-date', `diary-ethiopic-date',
3198 `diary-persian-date', `diary-yahrzeit', `diary-sunrise-sunset',
3199 `diary-phases-of-moon', `diary-parasha', `diary-omer',
3200 `diary-rosh-hodesh', and `diary-sabbath-candles'. See the
3201 documentation for the function `list-sexp-diary-entries' for more
3204 Diary entries based on the Hebrew, the Islamic and/or the Baha'i
3205 calendar are also possible, but because these are somewhat slow, they
3206 are ignored unless you set the `nongregorian-diary-listing-hook' and
3207 the `nongregorian-diary-marking-hook' appropriately. See the
3208 documentation for these functions for details.
3210 Diary files can contain directives to include the contents of other files; for
3211 details, see the documentation for the variable `list-diary-entries-hook'.")
3213 (custom-autoload 'diary-file "calendar" t)
3215 (defvar diary-nonmarking-symbol "&" "\
3216 Symbol indicating that a diary entry is not to be marked in the calendar.")
3218 (custom-autoload 'diary-nonmarking-symbol "calendar" t)
3220 (defvar hebrew-diary-entry-symbol "H" "\
3221 Symbol indicating a diary entry according to the Hebrew calendar.")
3223 (custom-autoload 'hebrew-diary-entry-symbol "calendar" t)
3225 (defvar islamic-diary-entry-symbol "I" "\
3226 Symbol indicating a diary entry according to the Islamic calendar.")
3228 (custom-autoload 'islamic-diary-entry-symbol "calendar" t)
3230 (defvar bahai-diary-entry-symbol "B" "\
3231 Symbol indicating a diary entry according to the Baha'i calendar.")
3233 (custom-autoload 'bahai-diary-entry-symbol "calendar" t)
3235 (defvar diary-include-string "#include" "\
3236 The string indicating inclusion of another file of diary entries.
3237 See the documentation for the function `include-other-diary-files'.")
3239 (custom-autoload 'diary-include-string "calendar" t)
3241 (defvar sexp-diary-entry-symbol "%%" "\
3242 The string used to indicate a sexp diary entry in `diary-file'.
3243 See the documentation for the function `list-sexp-diary-entries'.")
3245 (custom-autoload 'sexp-diary-entry-symbol "calendar" t)
3247 (defvar abbreviated-calendar-year t "\
3248 Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
3249 For the Gregorian calendar; similarly for the Hebrew, Islamic and
3250 Baha'i calendars. If this variable is nil, years must be written in
3253 (custom-autoload 'abbreviated-calendar-year "calendar" t)
3255 (defvar european-calendar-style nil "\
3256 Use the European style of dates in the diary and in any displays.
3257 If this variable is t, a date 1/2/1990 would be interpreted as February 1,
3258 1990. The default European date styles (see `european-date-diary-pattern')
3267 Names can be capitalized or not, written in full (as specified by the
3268 variable `calendar-day-name-array'), or abbreviated (as specified by
3269 `calendar-day-abbrev-array') with or without a period.
3271 Setting this variable directly does not take effect (if the
3272 calendar package is already loaded). Rather, use either
3273 \\[customize] or the functions `european-calendar' and
3274 `american-calendar'.")
3276 (custom-autoload 'european-calendar-style "calendar" nil)
3278 (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")) "\
3279 List of pseudo-patterns describing the American patterns of date used.
3280 See the documentation of `diary-date-forms' for an explanation.")
3282 (custom-autoload 'american-date-diary-pattern "calendar" t)
3284 (defvar european-date-diary-pattern '((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W")) "\
3285 List of pseudo-patterns describing the European patterns of date used.
3286 See the documentation of `diary-date-forms' for an explanation.")
3288 (custom-autoload 'european-date-diary-pattern "calendar" t)
3290 (defvar european-calendar-display-form '((if dayname (concat dayname ", ")) day " " monthname " " year) "\
3291 Pseudo-pattern governing the way a date appears in the European style.
3292 See the documentation of `calendar-date-display-form' for an explanation.")
3294 (custom-autoload 'european-calendar-display-form "calendar" t)
3296 (defvar american-calendar-display-form '((if dayname (concat dayname ", ")) monthname " " day ", " year) "\
3297 Pseudo-pattern governing the way a date appears in the American style.
3298 See the documentation of `calendar-date-display-form' for an explanation.")
3300 (custom-autoload 'american-calendar-display-form "calendar" t)
3302 (defvar print-diary-entries-hook 'lpr-buffer "\
3303 List of functions called after a temporary diary buffer is prepared.
3304 The buffer shows only the diary entries currently visible in the diary
3305 buffer. The default just does the printing. Other uses might include, for
3306 example, rearranging the lines into order by day and time, saving the buffer
3307 instead of deleting it, or changing the function used to do the printing.")
3309 (custom-autoload 'print-diary-entries-hook "calendar" t)
3311 (defvar list-diary-entries-hook nil "\
3312 List of functions called after diary file is culled for relevant entries.
3313 It is to be used for diary entries that are not found in the diary file.
3315 A function `include-other-diary-files' is provided for use as the value of
3316 this hook. This function enables you to use shared diary files together
3317 with your own. The files included are specified in the diary file by lines
3320 #include \"filename\"
3322 This is recursive; that is, #include directives in files thus included are
3323 obeyed. You can change the \"#include\" to some other string by changing
3324 the variable `diary-include-string'. When you use `include-other-diary-files'
3325 as part of the list-diary-entries-hook, you will probably also want to use the
3326 function `mark-included-diary-files' as part of `mark-diary-entries-hook'.
3328 For example, you could use
3330 (setq list-diary-entries-hook
3331 '(include-other-diary-files sort-diary-entries))
3332 (setq diary-display-hook 'fancy-diary-display)
3334 in your `.emacs' file to cause the fancy diary buffer to be displayed with
3335 diary entries from various included files, each day's entries sorted into
3336 lexicographic order.")
3338 (custom-autoload 'list-diary-entries-hook "calendar" t)
3340 (defvar diary-hook nil "\
3341 List of functions called after the display of the diary.
3342 Can be used for appointment notification.")
3344 (custom-autoload 'diary-hook "calendar" t)
3346 (defvar diary-display-hook nil "\
3347 List of functions that handle the display of the diary.
3348 If nil (the default), `simple-diary-display' is used. Use `ignore' for no
3351 Ordinarily, this just displays the diary buffer (with holidays indicated in
3352 the mode line), if there are any relevant entries. At the time these
3353 functions are called, the variable `diary-entries-list' is a list, in order
3354 by date, of all relevant diary entries in the form of ((MONTH DAY YEAR)
3355 STRING), where string is the diary entry for the given date. This can be
3356 used, for example, a different buffer for display (perhaps combined with
3357 holidays), or produce hard copy output.
3359 A function `fancy-diary-display' is provided as an alternative
3360 choice for this hook; this function prepares a special noneditable diary
3361 buffer with the relevant diary entries that has neat day-by-day arrangement
3362 with headings. The fancy diary buffer will show the holidays unless the
3363 variable `holidays-in-diary-buffer' is set to nil. Ordinarily, the fancy
3364 diary buffer will not show days for which there are no diary entries, even
3365 if that day is a holiday; if you want such days to be shown in the fancy
3366 diary buffer, set the variable `diary-list-include-blanks' to t.")
3368 (custom-autoload 'diary-display-hook "calendar" nil)
3370 (defvar nongregorian-diary-listing-hook nil "\
3371 List of functions called for listing diary file and included files.
3372 As the files are processed for diary entries, these functions are used
3373 to cull relevant entries. You can use either or both of
3374 `list-hebrew-diary-entries', `list-islamic-diary-entries' and
3375 `diary-bahai-list-entries'. The documentation for these functions
3376 describes the style of such diary entries.")
3378 (custom-autoload 'nongregorian-diary-listing-hook "calendar" t)
3380 (defvar mark-diary-entries-hook nil "\
3381 List of functions called after marking diary entries in the calendar.
3383 A function `mark-included-diary-files' is also provided for use as the
3384 `mark-diary-entries-hook'; it enables you to use shared diary files together
3385 with your own. The files included are specified in the diary file by lines
3387 #include \"filename\"
3388 This is recursive; that is, #include directives in files thus included are
3389 obeyed. You can change the \"#include\" to some other string by changing the
3390 variable `diary-include-string'. When you use `mark-included-diary-files' as
3391 part of the mark-diary-entries-hook, you will probably also want to use the
3392 function `include-other-diary-files' as part of `list-diary-entries-hook'.")
3394 (custom-autoload 'mark-diary-entries-hook "calendar" t)
3396 (defvar nongregorian-diary-marking-hook nil "\
3397 List of functions called for marking diary file and included files.
3398 As the files are processed for diary entries, these functions are used
3399 to cull relevant entries. You can use either or both of
3400 `mark-hebrew-diary-entries', `mark-islamic-diary-entries' and
3401 `mark-bahai-diary-entries'. The documentation for these functions
3402 describes the style of such diary entries.")
3404 (custom-autoload 'nongregorian-diary-marking-hook "calendar" t)
3406 (defvar diary-list-include-blanks nil "\
3407 If nil, do not include days with no diary entry in the list of diary entries.
3408 Such days will then not be shown in the fancy diary buffer, even if they
3411 (custom-autoload 'diary-list-include-blanks "calendar" t)
3413 (defvar holidays-in-diary-buffer t "\
3414 Non-nil means include holidays in the diary display.
3415 The holidays appear in the mode line of the diary buffer, or in the
3416 fancy diary buffer next to the date. This slows down the diary functions
3417 somewhat; setting it to nil makes the diary display faster.")
3419 (custom-autoload 'holidays-in-diary-buffer "calendar" t)
3421 (put 'general-holidays 'risky-local-variable t)
3423 (defvar general-holidays '((holiday-fixed 1 1 "New Year's Day") (holiday-float 1 1 3 "Martin Luther King Day") (holiday-fixed 2 2 "Groundhog 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 Fools' 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")) "\
3424 General holidays. Default value is for the United States.
3425 See the documentation for `calendar-holidays' for details.")
3427 (custom-autoload 'general-holidays "calendar" t)
3429 (put 'oriental-holidays 'risky-local-variable t)
3431 (defvar oriental-holidays '((if (fboundp 'atan) (holiday-chinese-new-year))) "\
3433 See the documentation for `calendar-holidays' for details.")
3435 (custom-autoload 'oriental-holidays "calendar" t)
3437 (put 'local-holidays 'risky-local-variable t)
3439 (defvar local-holidays nil "\
3441 See the documentation for `calendar-holidays' for details.")
3443 (custom-autoload 'local-holidays "calendar" t)
3445 (put 'other-holidays 'risky-local-variable t)
3447 (defvar other-holidays nil "\
3448 User defined holidays.
3449 See the documentation for `calendar-holidays' for details.")
3451 (custom-autoload 'other-holidays "calendar" t)
3453 (put 'hebrew-holidays-1 'risky-local-variable t)
3455 (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)"))))
3457 (put 'hebrew-holidays-2 'risky-local-variable t)
3459 (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"))))
3461 (put 'hebrew-holidays-3 'risky-local-variable t)
3463 (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"))))
3465 (put 'hebrew-holidays-4 'risky-local-variable t)
3467 (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))))
3469 (put 'hebrew-holidays 'risky-local-variable t)
3471 (defvar hebrew-holidays (append hebrew-holidays-1 hebrew-holidays-2 hebrew-holidays-3 hebrew-holidays-4) "\
3473 See the documentation for `calendar-holidays' for details.")
3475 (custom-autoload 'hebrew-holidays "calendar" t)
3477 (put 'christian-holidays 'risky-local-variable t)
3479 (defvar christian-holidays '((if all-christian-calendar-holidays (holiday-fixed 1 6 "Epiphany")) (holiday-easter-etc 0 "Easter Sunday") (holiday-easter-etc -2 "Good Friday") (holiday-easter-etc -46 "Ash Wednesday") (if all-christian-calendar-holidays (holiday-easter-etc -63 "Septuagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -56 "Sexagesima Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -49 "Shrove Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -48 "Shrove Monday")) (if all-christian-calendar-holidays (holiday-easter-etc -47 "Shrove Tuesday")) (if all-christian-calendar-holidays (holiday-easter-etc -14 "Passion Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -7 "Palm Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc -3 "Maundy Thursday")) (if all-christian-calendar-holidays (holiday-easter-etc 35 "Rogation Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 39 "Ascension Day")) (if all-christian-calendar-holidays (holiday-easter-etc 49 "Pentecost (Whitsunday)")) (if all-christian-calendar-holidays (holiday-easter-etc 50 "Whitmonday")) (if all-christian-calendar-holidays (holiday-easter-etc 56 "Trinity Sunday")) (if all-christian-calendar-holidays (holiday-easter-etc 60 "Corpus Christi")) (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 0 "Advent")) (holiday-fixed 12 25 "Christmas") (if all-christian-calendar-holidays (holiday-julian 12 25 "Eastern Orthodox Christmas"))) "\
3481 See the documentation for `calendar-holidays' for details.")
3483 (custom-autoload 'christian-holidays "calendar" t)
3485 (put 'islamic-holidays 'risky-local-variable t)
3487 (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"))) "\
3489 See the documentation for `calendar-holidays' for details.")
3491 (custom-autoload 'islamic-holidays "calendar" t)
3493 (put 'bahai-holidays 'risky-local-variable t)
3495 (defvar bahai-holidays '((holiday-fixed 3 21 (format "Baha'i New Year (Naw-Ruz) %d" (- displayed-year (1- 1844)))) (holiday-fixed 4 21 "First Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 22 "Second Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 23 "Third Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 24 "Fourth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 25 "Fifth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 26 "Sixth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 27 "Seventh Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 4 28 "Eighth Day of Ridvan")) (holiday-fixed 4 29 "Ninth Day of Ridvan") (if all-bahai-calendar-holidays (holiday-fixed 4 30 "Tenth Day of Ridvan")) (if all-bahai-calendar-holidays (holiday-fixed 5 1 "Eleventh Day of Ridvan")) (holiday-fixed 5 2 "Twelfth Day of Ridvan") (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if all-bahai-calendar-holidays (holiday-fixed 11 26 "Day of the Covenant")) (if all-bahai-calendar-holidays (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))) "\
3497 See the documentation for `calendar-holidays' for details.")
3499 (custom-autoload 'bahai-holidays "calendar" t)
3501 (put 'solar-holidays 'risky-local-variable t)
3503 (defvar solar-holidays '((if (fboundp 'atan) (solar-equinoxes-solstices)) (if (progn (require 'cal-dst) t) (funcall 'holiday-sexp calendar-daylight-savings-starts '(format "Daylight Saving 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 Saving Time Ends %s" (if (fboundp 'atan) (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name) "")))) "\
3504 Sun-related holidays.
3505 See the documentation for `calendar-holidays' for details.")
3507 (custom-autoload 'solar-holidays "calendar" t)
3509 (put 'calendar-holidays 'risky-local-variable t)
3511 (defvar calendar-setup nil "\
3512 The frame setup of the calendar.
3513 The choices are: `one-frame' (calendar and diary together in one separate,
3514 dedicated frame); `two-frames' (calendar and diary in separate, dedicated
3515 frames); `calendar-only' (calendar in a separate, dedicated frame); with
3516 any other value the current frame is used. Using any of the first
3517 three options overrides the value of `view-diary-entries-initially'.")
3519 (custom-autoload 'calendar-setup "calendar" t)
3521 (autoload 'calendar "calendar" "\
3522 Choose between the one frame, two frame, or basic calendar displays.
3523 If called with an optional prefix argument, prompts for month and year.
3525 The original function `calendar' has been renamed `calendar-basic-setup'.
3526 See the documentation of that function for more information.
3528 \(fn &optional ARG)" t nil)
3530 (defvar calendar-week-start-day 0 "\
3531 The day of the week on which a week in the calendar begins.
3532 0 means Sunday (default), 1 means Monday, and so on.
3534 If you change this variable directly (without using customize)
3535 after starting `calendar', you should call `redraw-calendar' to
3536 update the calendar display to reflect the change, otherwise
3537 movement commands will not work correctly.")
3539 (custom-autoload 'calendar-week-start-day "calendar" nil)
3543 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3544 ;;;;;; "gnus/canlock.el" (18310 12073))
3545 ;;; Generated autoloads from gnus/canlock.el
3547 (autoload 'canlock-insert-header "canlock" "\
3548 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
3550 \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil)
3552 (autoload 'canlock-verify "canlock" "\
3553 Verify Cancel-Lock or Cancel-Key in BUFFER.
3554 If BUFFER is nil, the current buffer is assumed. Signal an error if
3557 \(fn &optional BUFFER)" t nil)
3561 ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3562 ;;;;;; (18340 21050))
3563 ;;; Generated autoloads from progmodes/cap-words.el
3565 (autoload 'capitalized-words-mode "cap-words" "\
3566 Toggle Capitalized- Words mode.
3568 In this minor mode, a word boundary occurs immediately before an
3569 uppercase letter in a symbol. This is in addition to all the normal
3570 boundaries given by the syntax and category tables. There is no
3571 restriction to ASCII.
3573 E.g. the beginning of words in the following identifier are as marked:
3578 Note that these word boundaries only apply for word motion and
3579 marking commands such as \\[forward-word]. This mode does not affect word
3580 boundaries in found by regexp matching (`\\>', `\\w' &c).
3582 This style of identifiers is common in environments like Java ones,
3583 where underscores aren't trendy enough. Capitalization rules are
3584 sometimes part of the language, e.g. Haskell, which may thus encourage
3585 such a style. It is appropriate to add `capitalized-words-mode' to
3586 the mode hook for programming langauge modes in which you encounter
3587 variables like this, e.g. `java-mode-hook'. It's unlikely to cause
3588 trouble if such identifiers aren't used.
3590 See also `glasses-mode' and `studlify-word'.
3591 Obsoletes `c-forward-into-nomenclature'.
3593 \(fn &optional ARG)" t nil)
3597 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (18310
3599 ;;; Generated autoloads from progmodes/cc-compat.el
3600 (put 'c-indent-level 'safe-local-variable 'integerp)
3604 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3605 ;;;;;; (18337 10113))
3606 ;;; Generated autoloads from progmodes/cc-engine.el
3608 (autoload 'c-guess-basic-syntax "cc-engine" "\
3609 Return the syntactic context of the current line.
3615 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3616 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3617 ;;;;;; (18310 12108))
3618 ;;; Generated autoloads from progmodes/cc-mode.el
3620 (autoload 'c-initialize-cc-mode "cc-mode" "\
3621 Initialize CC Mode for use in the current buffer.
3622 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3623 initialization to run CC Mode for the C language is done. Otherwise
3624 only some basic setup is done, and a call to `c-init-language-vars' or
3625 `c-init-language-vars-for' is necessary too (which gives more
3626 control). See \"cc-mode.el\" for more info.
3628 \(fn &optional NEW-STYLE-INIT)" nil nil)
3630 (defvar c-mode-syntax-table nil "\
3631 Syntax table used in c-mode buffers.")
3632 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3633 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3634 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
3635 (add-to-list 'auto-mode-alist '("\\.[ch]\\'" . c-mode))
3636 (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
3637 (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
3639 (autoload 'c-mode "cc-mode" "\
3640 Major mode for editing K&R and ANSI C code.
3641 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3642 c-mode buffer. This automatically sets up a mail buffer with version
3643 information already added. You just need to add a description of the
3644 problem, including a reproducible test case, and send the message.
3646 To see what version of CC Mode you are running, enter `\\[c-version]'.
3648 The hook `c-mode-common-hook' is run with no args at mode
3649 initialization, then `c-mode-hook'.
3656 (defvar c++-mode-syntax-table nil "\
3657 Syntax table used in c++-mode buffers.")
3659 (autoload 'c++-mode "cc-mode" "\
3660 Major mode for editing C++ code.
3661 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3662 c++-mode buffer. This automatically sets up a mail buffer with
3663 version information already added. You just need to add a description
3664 of the problem, including a reproducible test case, and send the
3667 To see what version of CC Mode you are running, enter `\\[c-version]'.
3669 The hook `c-mode-common-hook' is run with no args at mode
3670 initialization, then `c++-mode-hook'.
3677 (defvar objc-mode-syntax-table nil "\
3678 Syntax table used in objc-mode buffers.")
3679 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3681 (autoload 'objc-mode "cc-mode" "\
3682 Major mode for editing Objective C code.
3683 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3684 objc-mode buffer. This automatically sets up a mail buffer with
3685 version information already added. You just need to add a description
3686 of the problem, including a reproducible test case, and send the
3689 To see what version of CC Mode you are running, enter `\\[c-version]'.
3691 The hook `c-mode-common-hook' is run with no args at mode
3692 initialization, then `objc-mode-hook'.
3699 (defvar java-mode-syntax-table nil "\
3700 Syntax table used in java-mode buffers.")
3701 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3703 (autoload 'java-mode "cc-mode" "\
3704 Major mode for editing Java code.
3705 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3706 java-mode buffer. This automatically sets up a mail buffer with
3707 version information already added. You just need to add a description
3708 of the problem, including a reproducible test case, and send the
3711 To see what version of CC Mode you are running, enter `\\[c-version]'.
3713 The hook `c-mode-common-hook' is run with no args at mode
3714 initialization, then `java-mode-hook'.
3721 (defvar idl-mode-syntax-table nil "\
3722 Syntax table used in idl-mode buffers.")
3723 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3725 (autoload 'idl-mode "cc-mode" "\
3726 Major mode for editing CORBA's IDL, PSDL and CIDL code.
3727 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3728 idl-mode buffer. This automatically sets up a mail buffer with
3729 version information already added. You just need to add a description
3730 of the problem, including a reproducible test case, and send the
3733 To see what version of CC Mode you are running, enter `\\[c-version]'.
3735 The hook `c-mode-common-hook' is run with no args at mode
3736 initialization, then `idl-mode-hook'.
3743 (defvar pike-mode-syntax-table nil "\
3744 Syntax table used in pike-mode buffers.")
3745 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(.in\\)?\\)\\'" . pike-mode))
3746 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3748 (autoload 'pike-mode "cc-mode" "\
3749 Major mode for editing Pike code.
3750 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3751 pike-mode buffer. This automatically sets up a mail buffer with
3752 version information already added. You just need to add a description
3753 of the problem, including a reproducible test case, and send the
3756 To see what version of CC Mode you are running, enter `\\[c-version]'.
3758 The hook `c-mode-common-hook' is run with no args at mode
3759 initialization, then `pike-mode-hook'.
3765 (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode))
3766 (add-to-list 'interpreter-mode-alist '("awk" . awk-mode))
3767 (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode))
3768 (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
3769 (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
3770 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
3774 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3775 ;;;;;; "progmodes/cc-styles.el" (18333 58866))
3776 ;;; Generated autoloads from progmodes/cc-styles.el
3778 (autoload 'c-set-style "cc-styles" "\
3779 Set the current buffer to use the style STYLENAME.
3780 STYLENAME, a string, must be an existing CC Mode style - These are contained
3781 in the variable `c-style-alist'.
3783 The variable `c-indentation-style' will get set to STYLENAME.
3785 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
3786 values indicated by the pertinent entry in `c-style-alist'. Other variables
3789 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
3790 have been set (more precisely, whose default values are not the symbol
3791 `set-from-style') will not be changed. This avoids overriding global settings
3792 done in ~/.emacs. It is useful to call c-set-style from a mode hook in this
3795 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
3796 values are not the symbol `set-from-style') will not be overridden. CC Mode
3797 calls c-set-style internally in this way whilst initializing a buffer; if
3798 cc-set-style is called like this from anywhere else, it will usually behave as
3801 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3803 (autoload 'c-add-style "cc-styles" "\
3804 Adds a style to `c-style-alist', or updates an existing one.
3805 STYLE is a string identifying the style to add or update. DESCRIPTION
3806 is an association list describing the style and must be of the form:
3808 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3810 See the variable `c-style-alist' for the semantics of BASESTYLE,
3811 VARIABLE and VALUE. This function also sets the current style to
3812 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3814 \(fn STYLE DESCRIPTION &optional SET-P)" t nil)
3816 (autoload 'c-set-offset "cc-styles" "\
3817 Change the value of a syntactic element symbol in `c-offsets-alist'.
3818 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3819 offset for that syntactic element. The optional argument is not used
3820 and exists only for compatibility reasons.
3822 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3826 ;;;### (autoloads (c-subword-mode) "cc-subword" "progmodes/cc-subword.el"
3827 ;;;;;; (18310 12108))
3828 ;;; Generated autoloads from progmodes/cc-subword.el
3830 (autoload 'c-subword-mode "cc-subword" "\
3831 Mode enabling subword movement and editing keys.
3832 In spite of GNU Coding Standards, it is popular to name a symbol by
3833 mixing uppercase and lowercase letters, e.g. \"GtkWidget\",
3834 \"EmacsFrameClass\", \"NSGraphicsContext\", etc. Here we call these
3835 mixed case symbols `nomenclatures'. Also, each capitalized (or
3836 completely uppercase) part of a nomenclature is called a `subword'.
3837 Here are some examples:
3839 Nomenclature Subwords
3840 ===========================================================
3841 GtkWindow => \"Gtk\" and \"Window\"
3842 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
3843 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
3845 The subword oriented commands activated in this minor mode recognize
3846 subwords in a nomenclature to move between subwords and to edit them
3849 \\{c-subword-mode-map}
3851 \(fn &optional ARG)" t nil)
3855 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (18333 58866))
3856 ;;; Generated autoloads from progmodes/cc-vars.el
3857 (put 'c-basic-offset 'safe-local-variable 'integerp)
3858 (put 'c-backslash-column 'safe-local-variable 'integerp)
3859 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3863 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3864 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3865 ;;;;;; (18339 17953))
3866 ;;; Generated autoloads from international/ccl.el
3868 (autoload 'ccl-compile "ccl" "\
3869 Return the compiled code of CCL-PROGRAM as a vector of integers.
3871 \(fn CCL-PROGRAM)" nil nil)
3873 (autoload 'ccl-dump "ccl" "\
3874 Disassemble compiled CCL-CODE.
3876 \(fn CCL-CODE)" nil nil)
3878 (autoload 'declare-ccl-program "ccl" "\
3879 Declare NAME as a name of CCL program.
3881 This macro exists for backward compatibility. In the old version of
3882 Emacs, to compile a CCL program which calls another CCL program not
3883 yet defined, it must be declared as a CCL program in advance. But,
3884 now CCL program names are resolved not at compile time but before
3887 Optional arg VECTOR is a compiled CCL code of the CCL program.
3889 \(fn NAME &optional VECTOR)" nil (quote macro))
3891 (autoload 'define-ccl-program "ccl" "\
3892 Set NAME the compiled code of CCL-PROGRAM.
3894 CCL-PROGRAM has this form:
3895 (BUFFER_MAGNIFICATION
3899 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3900 output buffer magnification size compared with the bytes of input data
3901 text. It is assured that the actual output buffer has 256 bytes
3902 more than the size calculated by BUFFER_MAGNIFICATION.
3903 If the value is zero, the CCL program can't execute `read' and
3906 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3907 executed at first. If there's no more input data when `read' command
3908 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3909 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3911 Here's the syntax of CCL program code in BNF notation. The lines
3912 starting by two semicolons (and optional leading spaces) describe the
3915 CCL_MAIN_CODE := CCL_BLOCK
3917 CCL_EOF_CODE := CCL_BLOCK
3919 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3922 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3923 | TRANSLATE | MAP | LOOKUP | END
3925 SET := (REG = EXPRESSION)
3926 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3927 ;; The following form is the same as (r0 = integer).
3930 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3932 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3933 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3934 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3936 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3938 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3940 ;; Execute STATEMENTs until (break) or (end) is executed.
3941 LOOP := (loop STATEMENT [STATEMENT ...])
3943 ;; Terminate the most inner loop.
3947 ;; Jump to the head of the most inner loop.
3949 ;; Same as: ((write [REG | integer | string])
3951 | (write-repeat [REG | integer | string])
3952 ;; Same as: ((write REG [ARRAY])
3955 | (write-read-repeat REG [ARRAY])
3956 ;; Same as: ((write integer)
3959 | (write-read-repeat REG integer)
3961 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3962 ;; to the next byte read, and so on.
3963 (read REG_0 [REG_1 ...])
3964 ;; Same as: ((read REG)
3965 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3966 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3967 ;; Same as: ((read REG)
3968 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3969 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3970 ;; Read a character from the input text while parsing
3971 ;; multibyte representation, set REG_0 to the charset ID of
3972 ;; the character, set REG_1 to the code point of the
3973 ;; character. If the dimension of charset is two, set REG_1
3974 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3975 ;; point and CODE1 is the second code point.
3976 | (read-multibyte-character REG_0 REG_1)
3979 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3980 ;; a multibyte character, write the corresponding multibyte
3982 (write REG_0 [REG_1 ...])
3983 ;; Same as: ((r7 = EXPRESSION)
3985 | (write EXPRESSION)
3986 ;; Write the value of `integer' to the output buffer. If it
3987 ;; is a multibyte character, write the corresponding multibyte
3990 ;; Write the byte sequence of `string' as is to the output
3993 ;; Same as: (write string)
3995 ;; Provided that the value of REG is N, write Nth element of
3996 ;; ARRAY to the output buffer. If it is a multibyte
3997 ;; character, write the corresponding multibyte
4000 ;; Write a multibyte representation of a character whose
4001 ;; charset ID is REG_0 and code point is REG_1. If the
4002 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
4003 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
4004 ;; is the second code point of the character.
4005 | (write-multibyte-character REG_0 REG_1)
4007 ;; Call CCL program whose name is ccl-program-name.
4008 CALL := (call ccl-program-name)
4010 ;; Terminate the CCL program.
4013 ;; CCL registers that can contain any integer value. As r7 is also
4014 ;; used by CCL interpreter, its value is changed unexpectedly.
4015 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
4017 ARG := REG | integer
4020 ;; Normal arithmethic operators (same meaning as C code).
4023 ;; Bitwize operators (same meaning as C code)
4026 ;; Shifting operators (same meaning as C code)
4029 ;; (REG = ARG_0 <8 ARG_1) means:
4030 ;; (REG = ((ARG_0 << 8) | ARG_1))
4033 ;; (REG = ARG_0 >8 ARG_1) means:
4034 ;; ((REG = (ARG_0 >> 8))
4035 ;; (r7 = (ARG_0 & 255)))
4038 ;; (REG = ARG_0 // ARG_1) means:
4039 ;; ((REG = (ARG_0 / ARG_1))
4040 ;; (r7 = (ARG_0 % ARG_1)))
4043 ;; Normal comparing operators (same meaning as C code)
4044 | < | > | == | <= | >= | !=
4046 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
4047 ;; code, and CHAR is the corresponding JISX0208 character,
4048 ;; (REG = ARG_0 de-sjis ARG_1) means:
4051 ;; where CODE0 is the first code point of CHAR, CODE1 is the
4052 ;; second code point of CHAR.
4055 ;; If ARG_0 and ARG_1 are the first and second code point of
4056 ;; JISX0208 character CHAR, and SJIS is the correponding
4058 ;; (REG = ARG_0 en-sjis ARG_1) means:
4061 ;; where HIGH is the higher byte of SJIS, LOW is the lower
4065 ASSIGNMENT_OPERATOR :=
4066 ;; Same meaning as C code
4067 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
4069 ;; (REG <8= ARG) is the same as:
4074 ;; (REG >8= ARG) is the same as:
4075 ;; ((r7 = (REG & 255))
4078 ;; (REG //= ARG) is the same as:
4079 ;; ((r7 = (REG % ARG))
4083 ARRAY := `[' integer ... `]'
4087 (translate-character REG(table) REG(charset) REG(codepoint))
4088 | (translate-character SYMBOL REG(charset) REG(codepoint))
4089 ;; SYMBOL must refer to a table defined by `define-translation-table'.
4091 (lookup-character SYMBOL REG(charset) REG(codepoint))
4092 | (lookup-integer SYMBOL REG(integer))
4093 ;; SYMBOL refers to a table defined by `define-translation-hash-table'.
4095 (iterate-multiple-map REG REG MAP-IDs)
4096 | (map-multiple REG REG (MAP-SET))
4097 | (map-single REG REG MAP-ID)
4098 MAP-IDs := MAP-ID ...
4099 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
4102 \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro))
4104 (autoload 'check-ccl-program "ccl" "\
4105 Check validity of CCL-PROGRAM.
4106 If CCL-PROGRAM is a symbol denoting a CCL program, return
4107 CCL-PROGRAM, else return nil.
4108 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
4109 register CCL-PROGRAM by name NAME, and return NAME.
4111 \(fn CCL-PROGRAM &optional NAME)" nil (quote macro))
4113 (autoload 'ccl-execute-with-args "ccl" "\
4114 Execute CCL-PROGRAM with registers initialized by the remaining args.
4115 The return value is a vector of resulting CCL registers.
4117 See the documentation of `define-ccl-program' for the detail of CCL program.
4119 \(fn CCL-PROG &rest ARGS)" nil nil)
4123 ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
4124 ;;;;;; (18310 12108))
4125 ;;; Generated autoloads from progmodes/cfengine.el
4127 (autoload 'cfengine-mode "cfengine" "\
4128 Major mode for editing cfengine input.
4129 There are no special keybindings by default.
4131 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
4132 to the action header.
4138 ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
4139 ;;;;;; "emacs-lisp/check-declare.el" (18337 10112))
4140 ;;; Generated autoloads from emacs-lisp/check-declare.el
4142 (autoload 'check-declare-file "check-declare" "\
4143 Check veracity of all `declare-function' statements in FILE.
4144 See `check-declare-directory' for more information.
4148 (autoload 'check-declare-directory "check-declare" "\
4149 Check veracity of all `declare-function' statements under directory ROOT.
4150 Returns non-nil if any false statements are found. For this to
4151 work correctly, the statements must adhere to the format
4152 described in the documentation of `declare-function'.
4158 ;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
4159 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
4160 ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
4161 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
4162 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
4163 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
4164 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
4165 ;;;;;; checkdoc-interactive checkdoc) "checkdoc" "emacs-lisp/checkdoc.el"
4166 ;;;;;; (18310 12061))
4167 ;;; Generated autoloads from emacs-lisp/checkdoc.el
4168 (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
4169 (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
4171 (autoload 'checkdoc "checkdoc" "\
4172 Interactively check the entire buffer for style errors.
4173 The current status of the check will be displayed in a buffer which
4174 the users will view as each check is completed.
4178 (autoload 'checkdoc-interactive "checkdoc" "\
4179 Interactively check the current buffer for doc string errors.
4180 Prefix argument START-HERE will start the checking from the current
4181 point, otherwise the check starts at the beginning of the current
4182 buffer. Allows navigation forward and backwards through document
4183 errors. Does not check for comment or space warnings.
4184 Optional argument SHOWSTATUS indicates that we should update the
4185 checkdoc status window instead of the usual behavior.
4187 \(fn &optional START-HERE SHOWSTATUS)" t nil)
4189 (autoload 'checkdoc-message-interactive "checkdoc" "\
4190 Interactively check the current buffer for message string errors.
4191 Prefix argument START-HERE will start the checking from the current
4192 point, otherwise the check starts at the beginning of the current
4193 buffer. Allows navigation forward and backwards through document
4194 errors. Does not check for comment or space warnings.
4195 Optional argument SHOWSTATUS indicates that we should update the
4196 checkdoc status window instead of the usual behavior.
4198 \(fn &optional START-HERE SHOWSTATUS)" t nil)
4200 (autoload 'checkdoc-eval-current-buffer "checkdoc" "\
4201 Evaluate and check documentation for the current buffer.
4202 Evaluation is done first because good documentation for something that
4203 doesn't work is just not useful. Comments, doc strings, and rogue
4204 spacing are all verified.
4208 (autoload 'checkdoc-current-buffer "checkdoc" "\
4209 Check current buffer for document, comment, error style, and rogue spaces.
4210 With a prefix argument (in Lisp, the argument TAKE-NOTES),
4211 store all errors found in a warnings buffer,
4212 otherwise stop after the first error.
4214 \(fn &optional TAKE-NOTES)" t nil)
4216 (autoload 'checkdoc-start "checkdoc" "\
4217 Start scanning the current buffer for documentation string style errors.
4218 Only documentation strings are checked.
4219 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
4220 Prefix argument TAKE-NOTES means to collect all the warning messages into
4223 \(fn &optional TAKE-NOTES)" t nil)
4225 (autoload 'checkdoc-continue "checkdoc" "\
4226 Find the next doc string in the current buffer which has a style error.
4227 Prefix argument TAKE-NOTES means to continue through the whole buffer and
4228 save warnings in a separate buffer. Second optional argument START-POINT
4229 is the starting location. If this is nil, `point-min' is used instead.
4231 \(fn &optional TAKE-NOTES)" t nil)
4233 (autoload 'checkdoc-comments "checkdoc" "\
4234 Find missing comment sections in the current Emacs Lisp file.
4235 Prefix argument TAKE-NOTES non-nil means to save warnings in a
4236 separate buffer. Otherwise print a message. This returns the error
4239 \(fn &optional TAKE-NOTES)" t nil)
4241 (autoload 'checkdoc-rogue-spaces "checkdoc" "\
4242 Find extra spaces at the end of lines in the current file.
4243 Prefix argument TAKE-NOTES non-nil means to save warnings in a
4244 separate buffer. Otherwise print a message. This returns the error
4246 Optional argument INTERACT permits more interactive fixing.
4248 \(fn &optional TAKE-NOTES INTERACT)" t nil)
4250 (autoload 'checkdoc-message-text "checkdoc" "\
4251 Scan the buffer for occurrences of the error function, and verify text.
4252 Optional argument TAKE-NOTES causes all errors to be logged.
4254 \(fn &optional TAKE-NOTES)" t nil)
4256 (autoload 'checkdoc-eval-defun "checkdoc" "\
4257 Evaluate the current form with `eval-defun' and check its documentation.
4258 Evaluation is done first so the form will be read before the
4259 documentation is checked. If there is a documentation error, then the display
4260 of what was evaluated will be overwritten by the diagnostic message.
4264 (autoload 'checkdoc-defun "checkdoc" "\
4265 Examine the doc string of the function or variable under point.
4266 Call `error' if the doc string has problems. If NO-ERROR is
4267 non-nil, then do not call error, but call `message' instead.
4268 If the doc string passes the test, then check the function for rogue white
4269 space at the end of each line.
4271 \(fn &optional NO-ERROR)" t nil)
4273 (autoload 'checkdoc-ispell "checkdoc" "\
4274 Check the style and spelling of everything interactively.
4275 Calls `checkdoc' with spell-checking turned on.
4276 Prefix argument TAKE-NOTES is the same as for `checkdoc'
4278 \(fn &optional TAKE-NOTES)" t nil)
4280 (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
4281 Check the style and spelling of the current buffer.
4282 Calls `checkdoc-current-buffer' with spell-checking turned on.
4283 Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
4285 \(fn &optional TAKE-NOTES)" t nil)
4287 (autoload 'checkdoc-ispell-interactive "checkdoc" "\
4288 Check the style and spelling of the current buffer interactively.
4289 Calls `checkdoc-interactive' with spell-checking turned on.
4290 Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
4292 \(fn &optional TAKE-NOTES)" t nil)
4294 (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
4295 Check the style and spelling of message text interactively.
4296 Calls `checkdoc-message-interactive' with spell-checking turned on.
4297 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
4299 \(fn &optional TAKE-NOTES)" t nil)
4301 (autoload 'checkdoc-ispell-message-text "checkdoc" "\
4302 Check the style and spelling of message text interactively.
4303 Calls `checkdoc-message-text' with spell-checking turned on.
4304 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
4306 \(fn &optional TAKE-NOTES)" t nil)
4308 (autoload 'checkdoc-ispell-start "checkdoc" "\
4309 Check the style and spelling of the current buffer.
4310 Calls `checkdoc-start' with spell-checking turned on.
4311 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
4313 \(fn &optional TAKE-NOTES)" t nil)
4315 (autoload 'checkdoc-ispell-continue "checkdoc" "\
4316 Check the style and spelling of the current buffer after point.
4317 Calls `checkdoc-continue' with spell-checking turned on.
4318 Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
4320 \(fn &optional TAKE-NOTES)" t nil)
4322 (autoload 'checkdoc-ispell-comments "checkdoc" "\
4323 Check the style and spelling of the current buffer's comments.
4324 Calls `checkdoc-comments' with spell-checking turned on.
4325 Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
4327 \(fn &optional TAKE-NOTES)" t nil)
4329 (autoload 'checkdoc-ispell-defun "checkdoc" "\
4330 Check the style and spelling of the current defun with Ispell.
4331 Calls `checkdoc-defun' with spell-checking turned on.
4332 Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
4334 \(fn &optional TAKE-NOTES)" t nil)
4336 (autoload 'checkdoc-minor-mode "checkdoc" "\
4337 Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
4338 With prefix ARG, turn Checkdoc minor mode on if ARG is positive, otherwise
4341 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
4342 bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
4343 checking of documentation strings.
4345 \\{checkdoc-minor-mode-map}
4347 \(fn &optional ARG)" t nil)
4351 ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
4352 ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
4353 ;;;;;; "language/china-util.el" (18339 17956))
4354 ;;; Generated autoloads from language/china-util.el
4356 (autoload 'decode-hz-region "china-util" "\
4357 Decode HZ/ZW encoded text in the current region.
4358 Return the length of resulting text.
4360 \(fn BEG END)" t nil)
4362 (autoload 'decode-hz-buffer "china-util" "\
4363 Decode HZ/ZW encoded text in the current buffer.
4367 (autoload 'encode-hz-region "china-util" "\
4368 Encode the text in the current region to HZ.
4369 Return the length of resulting text.
4371 \(fn BEG END)" t nil)
4373 (autoload 'encode-hz-buffer "china-util" "\
4374 Encode the text in the current buffer to HZ.
4378 (autoload 'post-read-decode-hz "china-util" "\
4383 (autoload 'pre-write-encode-hz "china-util" "\
4386 \(fn FROM TO)" nil nil)
4390 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4391 ;;;;;; "chistory" "chistory.el" (18310 12033))
4392 ;;; Generated autoloads from chistory.el
4394 (autoload 'repeat-matching-complex-command "chistory" "\
4395 Edit and re-evaluate complex command with name matching PATTERN.
4396 Matching occurrences are displayed, most recent first, until you select
4397 a form for evaluation. If PATTERN is empty (or nil), every form in the
4398 command history is offered. The form is placed in the minibuffer for
4399 editing and the result is evaluated.
4401 \(fn &optional PATTERN)" t nil)
4403 (autoload 'list-command-history "chistory" "\
4404 List history of commands typed to minibuffer.
4405 The number of commands listed is controlled by `list-command-history-max'.
4406 Calls value of `list-command-history-filter' (if non-nil) on each history
4407 element to judge if that element should be excluded from the list.
4409 The buffer is left in Command History mode.
4413 (autoload 'command-history "chistory" "\
4414 Examine commands from `command-history' in a buffer.
4415 The number of commands listed is controlled by `list-command-history-max'.
4416 The command history is filtered by `list-command-history-filter' if non-nil.
4417 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
4419 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
4420 and digits provide prefix arguments. Tab does not indent.
4421 \\{command-history-map}
4423 This command always recompiles the Command History listing
4424 and runs the normal hook `command-history-hook'.
4430 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (18310 12062))
4431 ;;; Generated autoloads from emacs-lisp/cl.el
4433 (defvar custom-print-functions nil "\
4434 This is a list of functions that format user objects for printing.
4435 Each function is called in turn with three arguments: the object, the
4436 stream, and the print level (currently ignored). If it is able to
4437 print the object it returns true; otherwise it returns nil and the
4438 printer proceeds to the next function on the list.
4440 This variable is not used at present, but it is defined in hopes that
4441 a future Emacs interpreter will be able to use it.")
4445 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4446 ;;;;;; (18310 12061))
4447 ;;; Generated autoloads from emacs-lisp/cl-indent.el
4449 (autoload 'common-lisp-indent-function "cl-indent" "\
4452 \(fn INDENT-POINT STATE)" nil nil)
4456 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4457 ;;;;;; (18310 12108))
4458 ;;; Generated autoloads from progmodes/cmacexp.el
4460 (autoload 'c-macro-expand "cmacexp" "\
4461 Expand C macros in the region, using the C preprocessor.
4462 Normally display output in temp buffer, but
4463 prefix arg means replace the region with it.
4465 `c-macro-preprocessor' specifies the preprocessor to use.
4466 Tf the user option `c-macro-prompt-flag' is non-nil
4467 prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include'),
4468 otherwise use `c-macro-cppflags'.
4470 Noninteractive args are START, END, SUBST.
4471 For use inside Lisp programs, see also `c-macro-expansion'.
4473 \(fn START END SUBST)" t nil)
4477 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (18310
4479 ;;; Generated autoloads from cmuscheme.el
4481 (autoload 'run-scheme "cmuscheme" "\
4482 Run an inferior Scheme process, input and output via buffer `*scheme*'.
4483 If there is a process already running in `*scheme*', switch to that buffer.
4484 With argument, allows you to edit the command line (default is value
4485 of `scheme-program-name').
4486 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
4487 it is given as initial input.
4488 Note that this may lose due to a timing error if the Scheme processor
4489 discards input when it starts up.
4490 Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook'
4492 \(Type \\[describe-mode] in the process buffer for a list of commands.)
4495 (add-hook 'same-window-buffer-names "*scheme*")
4499 ;;;### (autoloads (codepage-setup) "codepage" "international/codepage.el"
4500 ;;;;;; (18339 17953))
4501 ;;; Generated autoloads from international/codepage.el
4503 (autoload 'codepage-setup "codepage" "\
4504 Obsolete. All coding systems are set up initially.
4506 \(fn &optional CODEPAGE)" t nil)
4510 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4511 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4512 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4513 ;;;;;; (18329 52180))
4514 ;;; Generated autoloads from comint.el
4516 (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4517 Functions to call after output is inserted into the buffer.
4518 One possible function is `comint-postoutput-scroll-to-bottom'.
4519 These functions get one argument, a string containing the text as originally
4520 inserted. Note that this might not be the same as the buffer contents between
4521 `comint-last-output-start' and the buffer's `process-mark', if other filter
4522 functions have already modified the buffer.
4524 See also `comint-preoutput-filter-functions'.
4526 You can use `add-hook' to add functions to this list
4527 either globally or locally.")
4529 (define-obsolete-variable-alias 'comint-use-prompt-regexp-instead-of-fields 'comint-use-prompt-regexp "22.1")
4531 (autoload 'make-comint-in-buffer "comint" "\
4532 Make a Comint process NAME in BUFFER, running PROGRAM.
4533 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4534 PROGRAM should be either a string denoting an executable program to create
4535 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4536 a TCP connection to be opened via `open-network-stream'. If there is already
4537 a running process in that buffer, it is not restarted. Optional fourth arg
4538 STARTFILE is the name of a file to send the contents of to the process.
4540 If PROGRAM is a string, any more args are arguments to PROGRAM.
4542 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4544 (autoload 'make-comint "comint" "\
4545 Make a Comint process NAME in a buffer, running PROGRAM.
4546 The name of the buffer is made by surrounding NAME with `*'s.
4547 PROGRAM should be either a string denoting an executable program to create
4548 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4549 a TCP connection to be opened via `open-network-stream'. If there is already
4550 a running process in that buffer, it is not restarted. Optional third arg
4551 STARTFILE is the name of a file to send the contents of the process to.
4553 If PROGRAM is a string, any more args are arguments to PROGRAM.
4555 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4557 (autoload 'comint-run "comint" "\
4558 Run PROGRAM in a Comint buffer and switch to it.
4559 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4560 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4561 hooks on this symbol are run in the buffer.
4562 See `make-comint' and `comint-exec'.
4564 \(fn PROGRAM)" t nil)
4566 (defvar comint-file-name-prefix "" "\
4567 Prefix prepended to absolute file names taken from process input.
4568 This is used by Comint's and shell's completion functions, and by shell's
4569 directory tracking functions.")
4571 (autoload 'comint-redirect-send-command "comint" "\
4572 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4573 With prefix arg ECHO, echo output in process buffer.
4575 If NO-DISPLAY is non-nil, do not show the output buffer.
4577 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4579 (autoload 'comint-redirect-send-command-to-process "comint" "\
4580 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4581 With prefix arg, echo output in process buffer.
4583 If NO-DISPLAY is non-nil, do not show the output buffer.
4585 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4587 (autoload 'comint-redirect-results-list "comint" "\
4588 Send COMMAND to current process.
4589 Return a list of expressions in the output which match REGEXP.
4590 REGEXP-GROUP is the regular expression group in REGEXP to use.
4592 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4594 (autoload 'comint-redirect-results-list-from-process "comint" "\
4595 Send COMMAND to PROCESS.
4596 Return a list of expressions in the output which match REGEXP.
4597 REGEXP-GROUP is the regular expression group in REGEXP to use.
4599 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4603 ;;;### (autoloads (compare-windows) "compare-w" "compare-w.el" (18310
4605 ;;; Generated autoloads from compare-w.el
4607 (autoload 'compare-windows "compare-w" "\
4608 Compare text in current window with text in next window.
4609 Compares the text starting at point in each window,
4610 moving over text in each one as far as they match.
4612 This command pushes the mark in each window
4613 at the prior location of point in that window.
4614 If both windows display the same buffer,
4615 the mark is pushed twice in that buffer:
4616 first in the other window, then in the selected window.
4618 A prefix arg means reverse the value of variable
4619 `compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4620 nil, then a prefix arg means ignore changes in whitespace. If
4621 `compare-ignore-whitespace' is non-nil, then a prefix arg means
4622 don't ignore changes in whitespace. The variable
4623 `compare-windows-whitespace' controls how whitespace is skipped.
4624 If `compare-ignore-case' is non-nil, changes in case are also
4627 If `compare-windows-sync' is non-nil, then successive calls of
4628 this command work in interlaced mode:
4629 on first call it advances points to the next difference,
4630 on second call it synchronizes points by skipping the difference,
4631 on third call it again advances points to the next difference and so on.
4633 \(fn IGNORE-WHITESPACE)" t nil)
4637 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4638 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4639 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4640 ;;;;;; compilation-ask-about-save compilation-window-height compilation-mode-hook)
4641 ;;;;;; "compile" "progmodes/compile.el" (18352 4533))
4642 ;;; Generated autoloads from progmodes/compile.el
4644 (defvar compilation-mode-hook nil "\
4645 List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4647 (custom-autoload 'compilation-mode-hook "compile" t)
4649 (defvar compilation-window-height nil "\
4650 Number of lines in a compilation window. If nil, use Emacs default.")
4652 (custom-autoload 'compilation-window-height "compile" t)
4654 (defvar compilation-process-setup-function nil "\
4655 *Function to call to customize the compilation process.
4656 This function is called immediately before the compilation process is
4657 started. It can be used to set any variables or functions that are used
4658 while processing the output of the compilation process. The function
4659 is called with variables `compilation-buffer' and `compilation-window'
4660 bound to the compilation buffer and window, respectively.")
4662 (defvar compilation-buffer-name-function nil "\
4663 Function to compute the name of a compilation buffer.
4664 The function receives one argument, the name of the major mode of the
4665 compilation buffer. It should return a string.
4666 If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4668 (defvar compilation-finish-function nil "\
4669 Function to call when a compilation process finishes.
4670 It is called with two arguments: the compilation buffer, and a string
4671 describing how the process finished.")
4673 (defvar compilation-finish-functions nil "\
4674 Functions to call when a compilation process finishes.
4675 Each function is called with two arguments: the compilation buffer,
4676 and a string describing how the process finished.")
4677 (put 'compilation-directory 'safe-local-variable 'stringp)
4679 (defvar compilation-ask-about-save t "\
4680 Non-nil means \\[compile] asks which buffers to save before compiling.
4681 Otherwise, it saves all modified buffers without asking.")
4683 (custom-autoload 'compilation-ask-about-save "compile" t)
4685 (defvar compilation-search-path '(nil) "\
4686 List of directories to search for source files named in error messages.
4687 Elements should be directory names, not file names of directories.
4688 The value nil as an element means to try the default directory.")
4690 (custom-autoload 'compilation-search-path "compile" t)
4692 (defvar compile-command "make -k " "\
4693 Last shell command used to do a compilation; default for next compilation.
4695 Sometimes it is useful for files to supply local values for this variable.
4696 You might also use mode hooks to specify it in certain modes, like this:
4698 (add-hook 'c-mode-hook
4700 (unless (or (file-exists-p \"makefile\")
4701 (file-exists-p \"Makefile\"))
4702 (set (make-local-variable 'compile-command)
4703 (concat \"make -k \"
4704 (file-name-sans-extension buffer-file-name))))))")
4706 (custom-autoload 'compile-command "compile" t)
4707 (put 'compile-command 'safe-local-variable 'stringp)
4709 (defvar compilation-disable-input nil "\
4710 If non-nil, send end-of-file as compilation process input.
4711 This only affects platforms that support asynchronous processes (see
4712 `start-process'); synchronous compilation processes never accept input.")
4714 (custom-autoload 'compilation-disable-input "compile" t)
4716 (autoload 'compile "compile" "\
4717 Compile the program including the current buffer. Default: run `make'.
4718 Runs COMMAND, a shell command, in a separate process asynchronously
4719 with output going to the buffer `*compilation*'.
4721 You can then use the command \\[next-error] to find the next error message
4722 and move to the source code that caused it.
4724 If optional second arg COMINT is t the buffer will be in Comint mode with
4725 `compilation-shell-minor-mode'.
4727 Interactively, prompts for the command if `compilation-read-command' is
4728 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4729 Additionally, with universal prefix arg, compilation buffer will be in
4730 comint mode, i.e. interactive.
4732 To run more than one compilation at once, start one then rename
4733 the `*compilation*' buffer to some other name with
4734 \\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4735 It will create a new `*compilation*' buffer.
4737 On most systems, termination of the main compilation process
4738 kills its subprocesses.
4740 The name used for the buffer is actually whatever is returned by
4741 the function in `compilation-buffer-name-function', so you can set that
4742 to a function that generates a unique name.
4744 \(fn COMMAND &optional COMINT)" t nil)
4746 (autoload 'compilation-start "compile" "\
4747 Run compilation command COMMAND (low level interface).
4748 If COMMAND starts with a cd command, that becomes the `default-directory'.
4749 The rest of the arguments are optional; for them, nil means use the default.
4751 MODE is the major mode to set in the compilation buffer. Mode
4752 may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4754 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4755 to determine the buffer name. Otherwise, the default is to
4756 reuses the current buffer if it has the proper major mode,
4757 else use or create a buffer with name based on the major mode.
4759 If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4760 the matching section of the visited source line; the default is to use the
4761 global value of `compilation-highlight-regexp'.
4763 Returns the compilation buffer created.
4765 \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil)
4767 (autoload 'compilation-mode "compile" "\
4768 Major mode for compilation log buffers.
4769 \\<compilation-mode-map>To visit the source for a line-numbered error,
4770 move point to the error message line and type \\[compile-goto-error].
4771 To kill the compilation, type \\[kill-compilation].
4773 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
4775 \\{compilation-mode-map}
4777 \(fn &optional NAME-OF-MODE)" t nil)
4779 (autoload 'compilation-shell-minor-mode "compile" "\
4780 Toggle compilation shell minor mode.
4781 With arg, turn compilation mode on if and only if arg is positive.
4782 In this minor mode, all the error-parsing commands of the
4783 Compilation major mode are available but bound to keys that don't
4784 collide with Shell mode. See `compilation-mode'.
4785 Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'.
4787 \(fn &optional ARG)" t nil)
4789 (autoload 'compilation-minor-mode "compile" "\
4790 Toggle compilation minor mode.
4791 With arg, turn compilation mode on if and only if arg is positive.
4792 In this minor mode, all the error-parsing commands of the
4793 Compilation major mode are available. See `compilation-mode'.
4794 Turning the mode on runs the normal hook `compilation-minor-mode-hook'.
4796 \(fn &optional ARG)" t nil)
4798 (autoload 'compilation-next-error-function "compile" "\
4799 Advance to the next error message and visit the file where the error was.
4800 This is the value of `next-error-function' in Compilation buffers.
4802 \(fn N &optional RESET)" t nil)
4804 (add-to-list 'auto-mode-alist '("\\.gcov\\'" . compilation-mode))
4808 ;;;### (autoloads (partial-completion-mode) "complete" "complete.el"
4809 ;;;;;; (18310 12033))
4810 ;;; Generated autoloads from complete.el
4812 (defvar partial-completion-mode nil "\
4813 Non-nil if Partial-Completion mode is enabled.
4814 See the command `partial-completion-mode' for a description of this minor mode.
4815 Setting this variable directly does not take effect;
4816 either customize it (see the info node `Easy Customization')
4817 or call the function `partial-completion-mode'.")
4819 (custom-autoload 'partial-completion-mode "complete" nil)
4821 (autoload 'partial-completion-mode "complete" "\
4822 Toggle Partial Completion mode.
4823 With prefix ARG, turn Partial Completion mode on if ARG is positive.
4825 When Partial Completion mode is enabled, TAB (or M-TAB if `PC-meta-flag' is
4826 nil) is enhanced so that if some string is divided into words and each word is
4827 delimited by a character in `PC-word-delimiters', partial words are completed
4828 as much as possible and `*' characters are treated likewise in file names.
4830 For example, M-x p-c-m expands to M-x partial-completion-mode since no other
4831 command begins with that sequence of characters, and
4832 \\[find-file] f_b.c TAB might complete to foo_bar.c if that file existed and no
4833 other file in that directory begins with that sequence of characters.
4835 Unless `PC-disable-includes' is non-nil, the `<...>' sequence is interpreted
4836 specially in \\[find-file]. For example,
4837 \\[find-file] <sys/time.h> RET finds the file `/usr/include/sys/time.h'.
4838 See also the variable `PC-include-file-path'.
4840 Partial Completion mode extends the meaning of `completion-auto-help' (which
4841 see), so that if it is neither nil nor t, Emacs shows the `*Completions*'
4842 buffer only on the second attempt to complete. That is, if TAB finds nothing
4843 to complete, the first TAB just says \"Next char not unique\" and the
4844 second TAB brings up the `*Completions*' buffer.
4846 \(fn &optional ARG)" t nil)
4850 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4851 ;;;;;; (18310 12033))
4852 ;;; Generated autoloads from completion.el
4854 (defvar dynamic-completion-mode nil "\
4855 Non-nil if Dynamic-Completion mode is enabled.
4856 See the command `dynamic-completion-mode' for a description of this minor mode.
4857 Setting this variable directly does not take effect;
4858 either customize it (see the info node `Easy Customization')
4859 or call the function `dynamic-completion-mode'.")
4861 (custom-autoload 'dynamic-completion-mode "completion" nil)
4863 (autoload 'dynamic-completion-mode "completion" "\
4864 Enable dynamic word-completion.
4866 \(fn &optional ARG)" t nil)
4870 ;;;### (autoloads (global-auto-composition-mode auto-composition-mode
4871 ;;;;;; encode-composition-rule) "composite" "composite.el" (18339
4873 ;;; Generated autoloads from composite.el
4875 (autoload 'encode-composition-rule "composite" "\
4876 Encode composition rule RULE into an integer value.
4877 RULE is a cons of global and new reference point symbols
4878 \(see `reference-point-alist').
4880 \(fn RULE)" nil nil)
4882 (autoload 'auto-composition-mode "composite" "\
4883 Toggle Auto Compostion mode.
4884 With arg, turn Auto Compostion mode off if and only if arg is a non-positive
4885 number; if arg is nil, toggle Auto Compostion mode; anything else turns Auto
4888 When Auto Composition is enabled, text characters are automatically composed
4889 by functions registered in `composition-function-table' (which see).
4891 You can use Global Auto Composition mode to automagically turn on
4892 Auto Composition mode in all buffers (this is the default).
4894 \(fn &optional ARG)" t nil)
4896 (defvar global-auto-composition-mode (not noninteractive) "\
4897 Non-nil if Global-Auto-Composition mode is enabled.
4898 See the command `global-auto-composition-mode' for a description of this minor mode.
4899 Setting this variable directly does not take effect;
4900 either customize it (see the info node `Easy Customization')
4901 or call the function `global-auto-composition-mode'.")
4903 (custom-autoload 'global-auto-composition-mode "composite" nil)
4905 (autoload 'global-auto-composition-mode "composite" "\
4906 Toggle Auto-Composition mode in every possible buffer.
4907 With prefix ARG, turn Global-Auto-Composition mode on if and only if ARG is positive.
4908 Auto-Composition mode is enabled in all buffers where `turn-on-auto-composition-if-enabled' would do it.
4909 See `auto-composition-mode' for more information on Auto-Composition mode.
4911 \(fn &optional ARG DUMMY)" t nil)
4915 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4916 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4917 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4918 ;;;;;; (18310 12117))
4919 ;;; Generated autoloads from textmodes/conf-mode.el
4921 (autoload 'conf-mode "conf-mode" "\
4922 Mode for Unix and Windows Conf files and Java properties.
4923 Most conf files know only three kinds of constructs: parameter
4924 assignments optionally grouped into sections and comments. Yet
4925 there is a great range of variation in the exact syntax of conf
4926 files. See below for various wrapper commands that set up the
4927 details for some of the most widespread variants.
4929 This mode sets up font locking, outline, imenu and it provides
4930 alignment support through `conf-align-assignments'. If strings
4931 come out wrong, try `conf-quote-normal'.
4933 Some files allow continuation lines, either with a backslash at
4934 the end of line, or by indenting the next line (further). These
4935 constructs cannot currently be recognized.
4937 Because of this great variety of nuances, which are often not
4938 even clearly specified, please don't expect it to get every file
4939 quite right. Patches that clearly identify some special case,
4940 without breaking the general ones, are welcome.
4942 If instead you start this mode with the generic `conf-mode'
4943 command, it will parse the buffer. It will generally well
4944 identify the first four cases listed below. If the buffer
4945 doesn't have enough contents to decide, this is identical to
4946 `conf-windows-mode' on Windows, elsewhere to `conf-unix-mode'.
4947 See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
4948 `conf-ppd-mode' and `conf-xdefaults-mode'.
4954 (autoload 'conf-unix-mode "conf-mode" "\
4955 Conf Mode starter for Unix style Conf files.
4956 Comments start with `#'.
4957 For details see `conf-mode'. Example:
4959 # Conf mode font-locks this right on Unix and with \\[conf-unix-mode]
4969 (autoload 'conf-windows-mode "conf-mode" "\
4970 Conf Mode starter for Windows style Conf files.
4971 Comments start with `;'.
4972 For details see `conf-mode'. Example:
4974 ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode]
4976 \[ExtShellFolderViews]
4977 Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4978 {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4980 \[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
4981 PersistMoniker=file://Folder.htt
4985 (autoload 'conf-javaprop-mode "conf-mode" "\
4986 Conf Mode starter for Java properties files.
4987 Comments start with `#' but are also recognized with `//' or
4988 between `/*' and `*/'.
4989 For details see `conf-mode'. Example:
4991 # Conf mode font-locks this right with \\[conf-javaprop-mode] (Java properties)
4992 // another kind of comment
5004 (autoload 'conf-space-mode "conf-mode" "\
5005 Conf Mode starter for space separated conf files.
5006 \"Assignments\" are with ` '. Keywords before the parameters are
5007 recognized according to the variable `conf-space-keywords-alist'.
5008 Alternatively, you can specify a value for the file local variable
5009 `conf-space-keywords'.
5010 Use the function `conf-space-keywords' if you want to specify keywords
5011 in an interactive fashion instead.
5013 For details see `conf-mode'. Example:
5015 # Conf mode font-locks this right with \\[conf-space-mode] (space separated)
5017 image/jpeg jpeg jpg jpe
5021 # Or with keywords (from a recognized file name):
5023 # Standard multimedia devices
5024 add /dev/audio desktop
5025 add /dev/mixer desktop
5029 (autoload 'conf-space-keywords "conf-mode" "\
5030 Enter Conf Space mode using regexp KEYWORDS to match the keywords.
5031 See `conf-space-mode'.
5033 \(fn KEYWORDS)" t nil)
5035 (autoload 'conf-colon-mode "conf-mode" "\
5036 Conf Mode starter for Colon files.
5037 \"Assignments\" are with `:'.
5038 For details see `conf-mode'. Example:
5040 # Conf mode font-locks this right with \\[conf-colon-mode] (colon)
5042 <Multi_key> <exclam> <exclam> : \"\\241\" exclamdown
5043 <Multi_key> <c> <slash> : \"\\242\" cent
5047 (autoload 'conf-ppd-mode "conf-mode" "\
5048 Conf Mode starter for Adobe/CUPS PPD files.
5049 Comments start with `*%' and \"assignments\" are with `:'.
5050 For details see `conf-mode'. Example:
5052 *% Conf mode font-locks this right with \\[conf-ppd-mode] (PPD)
5054 *DefaultTransfer: Null
5055 *Transfer Null.Inverse: \"{ 1 exch sub }\"
5059 (autoload 'conf-xdefaults-mode "conf-mode" "\
5060 Conf Mode starter for Xdefaults files.
5061 Comments start with `!' and \"assignments\" are with `:'.
5062 For details see `conf-mode'. Example:
5064 ! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
5073 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
5074 ;;;;;; "cookie1" "play/cookie1.el" (18310 12104))
5075 ;;; Generated autoloads from play/cookie1.el
5077 (autoload 'cookie "cookie1" "\
5078 Return a random phrase from PHRASE-FILE.
5079 When the phrase file is read in, display STARTMSG at the beginning
5080 of load, ENDMSG at the end.
5082 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
5084 (autoload 'cookie-insert "cookie1" "\
5085 Insert random phrases from PHRASE-FILE; COUNT of them.
5086 When the phrase file is read in, display STARTMSG at the beginning
5087 of load, ENDMSG at the end.
5089 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
5091 (autoload 'cookie-snarf "cookie1" "\
5092 Reads in the PHRASE-FILE, returns it as a vector of strings.
5093 Emit STARTMSG and ENDMSG before and after. Caches the result; second
5094 and subsequent calls on the same file won't go to disk.
5096 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
5098 (autoload 'shuffle-vector "cookie1" "\
5099 Randomly permute the elements of VECTOR (all permutations equally likely).
5101 \(fn VECTOR)" nil nil)
5105 ;;;### (autoloads (copyright copyright-fix-years copyright-update)
5106 ;;;;;; "copyright" "emacs-lisp/copyright.el" (18339 17951))
5107 ;;; Generated autoloads from emacs-lisp/copyright.el
5109 (autoload 'copyright-update "copyright" "\
5110 Update copyright notice at beginning of buffer to indicate the current year.
5111 With prefix ARG, replace the years in the notice rather than adding
5112 the current year after them. If necessary, and
5113 `copyright-current-gpl-version' is set, any copying permissions
5114 following the copyright are updated as well.
5115 If non-nil, INTERACTIVEP tells the function to behave as when it's called
5118 \(fn &optional ARG INTERACTIVEP)" t nil)
5120 (autoload 'copyright-fix-years "copyright" "\
5121 Convert 2 digit years to 4 digit years.
5122 Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
5126 (autoload 'copyright "copyright" "\
5127 Insert a copyright by $ORGANIZATION notice at cursor.
5129 \(fn &optional STR ARG)" t nil)
5133 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
5134 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (18310 12108))
5135 ;;; Generated autoloads from progmodes/cperl-mode.el
5136 (put 'cperl-indent-level 'safe-local-variable 'integerp)
5137 (put 'cperl-brace-offset 'safe-local-variable 'integerp)
5138 (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
5139 (put 'cperl-label-offset 'safe-local-variable 'integerp)
5140 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
5141 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
5142 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
5144 (autoload 'cperl-mode "cperl-mode" "\
5145 Major mode for editing Perl code.
5146 Expression and list commands understand all C brackets.
5147 Tab indents for Perl code.
5148 Paragraphs are separated by blank lines only.
5149 Delete converts tabs to spaces as it moves back.
5151 Various characters in Perl almost always come in pairs: {}, (), [],
5152 sometimes <>. When the user types the first, she gets the second as
5153 well, with optional special formatting done on {}. (Disabled by
5154 default.) You can always quote (with \\[quoted-insert]) the left
5155 \"paren\" to avoid the expansion. The processing of < is special,
5156 since most the time you mean \"less\". CPerl mode tries to guess
5157 whether you want to type pair <>, and inserts is if it
5158 appropriate. You can set `cperl-electric-parens-string' to the string that
5159 contains the parenths from the above list you want to be electrical.
5160 Electricity of parenths is controlled by `cperl-electric-parens'.
5161 You may also set `cperl-electric-parens-mark' to have electric parens
5162 look for active mark and \"embrace\" a region if possible.'
5164 CPerl mode provides expansion of the Perl control constructs:
5166 if, else, elsif, unless, while, until, continue, do,
5167 for, foreach, formy and foreachmy.
5169 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
5171 The user types the keyword immediately followed by a space, which
5172 causes the construct to be expanded, and the point is positioned where
5173 she is most likely to want to be. eg. when the user types a space
5174 following \"if\" the following appears in the buffer: if () { or if ()
5175 } { } and the cursor is between the parentheses. The user can then
5176 type some boolean expression within the parens. Having done that,
5177 typing \\[cperl-linefeed] places you - appropriately indented - on a
5178 new line between the braces (if you typed \\[cperl-linefeed] in a POD
5179 directive line, then appropriate number of new lines is inserted).
5181 If CPerl decides that you want to insert \"English\" style construct like
5185 it will not do any expansion. See also help on variable
5186 `cperl-extra-newline-before-brace'. (Note that one can switch the
5187 help message on expansion by setting `cperl-message-electric-keyword'
5190 \\[cperl-linefeed] is a convenience replacement for typing carriage
5191 return. It places you in the next line with proper indentation, or if
5192 you type it inside the inline block of control construct, like
5194 foreach (@lines) {print; print}
5196 and you are on a boundary of a statement inside braces, it will
5197 transform the construct into a multiline and will place you into an
5198 appropriately indented blank line. If you need a usual
5199 `newline-and-indent' behavior, it is on \\[newline-and-indent],
5200 see documentation on `cperl-electric-linefeed'.
5202 Use \\[cperl-invert-if-unless] to change a construction of the form
5212 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
5213 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
5214 on electric space between $ and {, `cperl-electric-parens-string' is
5215 the string that contains parentheses that should be electric in CPerl
5216 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
5217 setting `cperl-electric-keywords' enables electric expansion of
5218 control structures in CPerl. `cperl-electric-linefeed' governs which
5219 one of two linefeed behavior is preferable. You can enable all these
5220 options simultaneously (recommended mode of use) by setting
5221 `cperl-hairy' to t. In this case you can switch separate options off
5222 by setting them to `null'. Note that one may undo the extra
5223 whitespace inserted by semis and braces in `auto-newline'-mode by
5224 consequent \\[cperl-electric-backspace].
5226 If your site has perl5 documentation in info format, you can use commands
5227 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
5228 These keys run commands `cperl-info-on-current-command' and
5229 `cperl-info-on-command', which one is which is controlled by variable
5230 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
5231 \(in turn affected by `cperl-hairy').
5233 Even if you have no info-format documentation, short one-liner-style
5234 help is available on \\[cperl-get-help], and one can run perldoc or
5237 It is possible to show this help automatically after some idle time.
5238 This is regulated by variable `cperl-lazy-help-time'. Default with
5239 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
5240 secs idle time . It is also possible to switch this on/off from the
5241 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
5243 Use \\[cperl-lineup] to vertically lineup some construction - put the
5244 beginning of the region at the start of construction, and make region
5245 span the needed amount of lines.
5247 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
5248 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
5249 here-docs sections. With capable Emaxen results of scan are used
5250 for indentation too, otherwise they are used for highlighting only.
5252 Variables controlling indentation style:
5253 `cperl-tab-always-indent'
5254 Non-nil means TAB in CPerl mode should always reindent the current line,
5255 regardless of where in the line point is when the TAB command is used.
5256 `cperl-indent-left-aligned-comments'
5257 Non-nil means that the comment starting in leftmost column should indent.
5258 `cperl-auto-newline'
5259 Non-nil means automatically newline before and after braces,
5260 and after colons and semicolons, inserted in Perl code. The following
5261 \\[cperl-electric-backspace] will remove the inserted whitespace.
5262 Insertion after colons requires both this variable and
5263 `cperl-auto-newline-after-colon' set.
5264 `cperl-auto-newline-after-colon'
5265 Non-nil means automatically newline even after colons.
5266 Subject to `cperl-auto-newline' setting.
5267 `cperl-indent-level'
5268 Indentation of Perl statements within surrounding block.
5269 The surrounding block's indentation is the indentation
5270 of the line on which the open-brace appears.
5271 `cperl-continued-statement-offset'
5272 Extra indentation given to a substatement, such as the
5273 then-clause of an if, or body of a while, or just a statement continuation.
5274 `cperl-continued-brace-offset'
5275 Extra indentation given to a brace that starts a substatement.
5276 This is in addition to `cperl-continued-statement-offset'.
5277 `cperl-brace-offset'
5278 Extra indentation for line if it starts with an open brace.
5279 `cperl-brace-imaginary-offset'
5280 An open brace following other text is treated as if it the line started
5281 this far to the right of the actual line indentation.
5282 `cperl-label-offset'
5283 Extra indentation for line that is a label.
5284 `cperl-min-label-indent'
5285 Minimal indentation for line that is a label.
5287 Settings for classic indent-styles: K&R BSD=C++ GNU PerlStyle=Whitesmith
5288 `cperl-indent-level' 5 4 2 4
5289 `cperl-brace-offset' 0 0 0 0
5290 `cperl-continued-brace-offset' -5 -4 0 0
5291 `cperl-label-offset' -5 -4 -2 -4
5292 `cperl-continued-statement-offset' 5 4 2 4
5294 CPerl knows several indentation styles, and may bulk set the
5295 corresponding variables. Use \\[cperl-set-style] to do this. Use
5296 \\[cperl-set-style-back] to restore the memorized preexisting values
5297 \(both available from menu). See examples in `cperl-style-examples'.
5299 Part of the indentation style is how different parts of if/elsif/else
5300 statements are broken into lines; in CPerl, this is reflected on how
5301 templates for these constructs are created (controlled by
5302 `cperl-extra-newline-before-brace'), and how reflow-logic should treat \"continuation\" blocks of else/elsif/continue, controlled by the same variable,
5303 and by `cperl-extra-newline-before-brace-multiline',
5304 `cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
5306 If `cperl-indent-level' is 0, the statement after opening brace in
5307 column 0 is indented on
5308 `cperl-brace-offset'+`cperl-continued-statement-offset'.
5310 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
5313 DO NOT FORGET to read micro-docs (available from `Perl' menu)
5314 or as help on variables `cperl-tips', `cperl-problems',
5315 `cperl-praise', `cperl-speed'.
5319 (autoload 'cperl-perldoc "cperl-mode" "\
5320 Run `perldoc' on WORD.
5324 (autoload 'cperl-perldoc-at-point "cperl-mode" "\
5325 Run a `perldoc' on the word around point.
5331 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5332 ;;;;;; (18310 12108))
5333 ;;; Generated autoloads from progmodes/cpp.el
5335 (autoload 'cpp-highlight-buffer "cpp" "\
5336 Highlight C code according to preprocessor conditionals.
5337 This command pops up a buffer which you should edit to specify
5338 what kind of highlighting to use, and the criteria for highlighting.
5339 A prefix arg suppresses display of that buffer.
5343 (autoload 'cpp-parse-edit "cpp" "\
5344 Edit display information for cpp conditionals.
5350 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5351 ;;;;;; (18329 52183))
5352 ;;; Generated autoloads from emulation/crisp.el
5354 (defvar crisp-mode nil "\
5355 Track status of CRiSP emulation mode.
5356 A value of nil means CRiSP mode is not enabled. A value of t
5357 indicates CRiSP mode is enabled.
5359 Setting this variable directly does not take effect;
5360 use either M-x customize or the function `crisp-mode'.")
5362 (custom-autoload 'crisp-mode "crisp" nil)
5364 (autoload 'crisp-mode "crisp" "\
5365 Toggle CRiSP/Brief emulation minor mode.
5366 With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
5368 \(fn &optional ARG)" t nil)
5370 (defalias 'brief-mode 'crisp-mode)
5374 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5375 ;;;;;; (18310 12062))
5376 ;;; Generated autoloads from emacs-lisp/crm.el
5378 (autoload 'completing-read-multiple "crm" "\
5379 Read multiple strings in the minibuffer, with completion.
5380 By using this functionality, a user may specify multiple strings at a
5381 single prompt, optionally using completion.
5383 Multiple strings are specified by separating each of the strings with
5384 a prespecified separator character. For example, if the separator
5385 character is a comma, the strings 'alice', 'bob', and 'eve' would be
5386 specified as 'alice,bob,eve'.
5388 The default value for the separator character is the value of
5389 `crm-default-separator' (comma). The separator character may be
5390 changed by modifying the value of `crm-separator'.
5392 Contiguous strings of non-separator-characters are referred to as
5393 'elements'. In the aforementioned example, the elements are: 'alice',
5396 Completion is available on a per-element basis. For example, if the
5397 contents of the minibuffer are 'alice,bob,eve' and point is between
5398 'l' and 'i', pressing TAB operates on the element 'alice'.
5400 The return value of this function is a list of the read strings.
5402 See the documentation for `completing-read' for details on the arguments:
5403 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
5404 INHERIT-INPUT-METHOD.
5406 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5410 ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (18310
5412 ;;; Generated autoloads from textmodes/css-mode.el
5413 (add-to-list 'auto-mode-alist '("\\.css\\'" . css-mode))
5415 (autoload 'css-mode "css-mode" "\
5416 Major mode to edit Cascading Style Sheets.
5422 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5423 ;;;;;; (18310 12065))
5424 ;;; Generated autoloads from emulation/cua-base.el
5426 (defvar cua-mode nil "\
5427 Non-nil if Cua mode is enabled.
5428 See the command `cua-mode' for a description of this minor mode.
5429 Setting this variable directly does not take effect;
5430 either customize it (see the info node `Easy Customization')
5431 or call the function `cua-mode'.")
5433 (custom-autoload 'cua-mode "cua-base" nil)
5435 (autoload 'cua-mode "cua-base" "\
5436 Toggle CUA key-binding mode.
5437 When enabled, using shifted movement keys will activate the
5438 region (and highlight the region using `transient-mark-mode'),
5439 and typed text replaces the active selection.
5441 Also when enabled, you can use C-z, C-x, C-c, and C-v to undo,
5442 cut, copy, and paste in addition to the normal Emacs bindings.
5443 The C-x and C-c keys only do cut and copy when the region is
5444 active, so in most cases, they do not conflict with the normal
5445 function of these prefix keys.
5447 If you really need to perform a command which starts with one of
5448 the prefix keys even when the region is active, you have three
5450 - press the prefix key twice very quickly (within 0.2 seconds),
5451 - press the prefix key and the following key within 0.2 seconds, or
5452 - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.
5454 You can customize `cua-enable-cua-keys' to completely disable the
5455 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
5456 the prefix fallback behavior.
5458 CUA mode manages Transient Mark mode internally. Trying to disable
5459 Transient Mark mode while CUA mode is enabled does not work; if you
5460 only want to highlight the region when it is selected using a
5461 shifted movement key, set `cua-highlight-region-shift-only'.
5463 \(fn &optional ARG)" t nil)
5465 (autoload 'cua-selection-mode "cua-base" "\
5466 Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5472 ;;;### (autoloads (customize-menu-create custom-menu-create customize-save-customized
5473 ;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window
5474 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
5475 ;;;;;; customize-apropos-options customize-apropos customize-saved
5476 ;;;;;; customize-rogue customize-unsaved customize-face-other-window
5477 ;;;;;; customize-face customize-changed-options customize-option-other-window
5478 ;;;;;; customize-option customize-group-other-window customize-group
5479 ;;;;;; customize-mode customize customize-save-variable customize-set-variable
5480 ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
5481 ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
5482 ;;;;;; (18324 26600))
5483 ;;; Generated autoloads from cus-edit.el
5485 (defvar custom-browse-sort-alphabetically nil "\
5486 If non-nil, sort customization group alphabetically in `custom-browse'.")
5488 (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t)
5490 (defvar custom-buffer-sort-alphabetically nil "\
5491 If non-nil, sort each customization group alphabetically in Custom buffer.")
5493 (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t)
5495 (defvar custom-menu-sort-alphabetically nil "\
5496 If non-nil, sort each customization group alphabetically in menus.")
5498 (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t)
5499 (add-hook 'same-window-regexps "\\`\\*Customiz.*\\*\\'")
5501 (autoload 'customize-set-value "cus-edit" "\
5502 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
5504 If VARIABLE has a `variable-interactive' property, that is used as if
5505 it were the arg to `interactive' (which see) to interactively read the value.
5507 If VARIABLE has a `custom-type' property, it must be a widget and the
5508 `:prompt-value' property of that widget will be used for reading the value.
5510 If given a prefix (or a COMMENT argument), also prompt for a comment.
5512 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5514 (autoload 'customize-set-variable "cus-edit" "\
5515 Set the default for VARIABLE to VALUE, and return VALUE.
5516 VALUE is a Lisp object.
5518 If VARIABLE has a `custom-set' property, that is used for setting
5519 VARIABLE, otherwise `set-default' is used.
5521 If VARIABLE has a `variable-interactive' property, that is used as if
5522 it were the arg to `interactive' (which see) to interactively read the value.
5524 If VARIABLE has a `custom-type' property, it must be a widget and the
5525 `:prompt-value' property of that widget will be used for reading the value.
5527 If given a prefix (or a COMMENT argument), also prompt for a comment.
5529 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5531 (autoload 'customize-save-variable "cus-edit" "\
5532 Set the default for VARIABLE to VALUE, and save it for future sessions.
5535 If VARIABLE has a `custom-set' property, that is used for setting
5536 VARIABLE, otherwise `set-default' is used.
5538 If VARIABLE has a `variable-interactive' property, that is used as if
5539 it were the arg to `interactive' (which see) to interactively read the value.
5541 If VARIABLE has a `custom-type' property, it must be a widget and the
5542 `:prompt-value' property of that widget will be used for reading the value.
5544 If given a prefix (or a COMMENT argument), also prompt for a comment.
5546 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5548 (autoload 'customize "cus-edit" "\
5549 Select a customization buffer which you can use to set user options.
5550 User options are structured into \"groups\".
5551 Initially the top-level group `Emacs' and its immediate subgroups
5552 are shown; the contents of those subgroups are initially hidden.
5556 (autoload 'customize-mode "cus-edit" "\
5557 Customize options related to the current major mode.
5558 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5559 then prompt for the MODE to customize.
5563 (autoload 'customize-group "cus-edit" "\
5564 Customize GROUP, which must be a customization group.
5566 \(fn &optional GROUP)" t nil)
5568 (autoload 'customize-group-other-window "cus-edit" "\
5569 Customize GROUP, which must be a customization group, in another window.
5571 \(fn &optional GROUP)" t nil)
5573 (defalias 'customize-variable 'customize-option)
5575 (autoload 'customize-option "cus-edit" "\
5576 Customize SYMBOL, which must be a user option variable.
5578 \(fn SYMBOL)" t nil)
5580 (defalias 'customize-variable-other-window 'customize-option-other-window)
5582 (autoload 'customize-option-other-window "cus-edit" "\
5583 Customize SYMBOL, which must be a user option variable.
5584 Show the buffer in another window, but don't select it.
5586 \(fn SYMBOL)" t nil)
5588 (defvar customize-package-emacs-version-alist nil "\
5589 Alist mapping versions of a package to Emacs versions.
5590 We use this for packages that have their own names, but are released
5591 as part of Emacs itself.
5593 Each elements looks like this:
5595 (PACKAGE (PVERSION . EVERSION)...)
5597 Here PACKAGE is the name of a package, as a symbol. After
5598 PACKAGE come one or more elements, each associating a
5599 package version PVERSION with the first Emacs version
5600 EVERSION in which it (or a subsequent version of PACKAGE)
5601 was first released. Both PVERSION and EVERSION are strings.
5602 PVERSION should be a string that this package used in
5603 the :package-version keyword for `defcustom', `defgroup',
5606 For example, the MH-E package updates this alist as follows:
5608 (add-to-list 'customize-package-emacs-version-alist
5609 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5610 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5611 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5612 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5614 The value of PACKAGE needs to be unique and it needs to match the
5615 PACKAGE value appearing in the :package-version keyword. Since
5616 the user might see the value in a error message, a good choice is
5617 the official name of the package, such as MH-E or Gnus.")
5619 (defalias 'customize-changed 'customize-changed-options)
5621 (autoload 'customize-changed-options "cus-edit" "\
5622 Customize all settings whose meanings have changed in Emacs itself.
5623 This includes new user option variables and faces, and new
5624 customization groups, as well as older options and faces whose meanings
5625 or default values have changed since the previous major Emacs release.
5627 With argument SINCE-VERSION (a string), customize all settings
5628 that were added or redefined since that version.
5630 \(fn &optional SINCE-VERSION)" t nil)
5632 (autoload 'customize-face "cus-edit" "\
5633 Customize FACE, which should be a face name or nil.
5634 If FACE is nil, customize all faces. If FACE is actually a
5635 face-alias, customize the face it is aliased to.
5637 Interactively, when point is on text which has a face specified,
5638 suggest to customize that face, if it's customizable.
5640 \(fn &optional FACE)" t nil)
5642 (autoload 'customize-face-other-window "cus-edit" "\
5643 Show customization buffer for face FACE in other window.
5644 If FACE is actually a face-alias, customize the face it is aliased to.
5646 Interactively, when point is on text which has a face specified,
5647 suggest to customize that face, if it's customizable.
5649 \(fn &optional FACE)" t nil)
5651 (autoload 'customize-unsaved "cus-edit" "\
5652 Customize all user options set in this session but not saved.
5656 (autoload 'customize-rogue "cus-edit" "\
5657 Customize all user variables modified outside customize.
5661 (autoload 'customize-saved "cus-edit" "\
5662 Customize all already saved user options.
5666 (autoload 'customize-apropos "cus-edit" "\
5667 Customize all loaded options, faces and groups matching REGEXP.
5668 If ALL is `options', include only options.
5669 If ALL is `faces', include only faces.
5670 If ALL is `groups', include only groups.
5671 If ALL is t (interactively, with prefix arg), include variables
5672 that are not customizable options, as well as faces and groups
5673 \(but we recommend using `apropos-variable' instead).
5675 \(fn REGEXP &optional ALL)" t nil)
5677 (autoload 'customize-apropos-options "cus-edit" "\
5678 Customize all loaded customizable options matching REGEXP.
5679 With prefix arg, include variables that are not customizable options
5680 \(but it is better to use `apropos-variable' if you want to find those).
5682 \(fn REGEXP &optional ARG)" t nil)
5684 (autoload 'customize-apropos-faces "cus-edit" "\
5685 Customize all loaded faces matching REGEXP.
5687 \(fn REGEXP)" t nil)
5689 (autoload 'customize-apropos-groups "cus-edit" "\
5690 Customize all loaded groups matching REGEXP.
5692 \(fn REGEXP)" t nil)
5694 (autoload 'custom-buffer-create "cus-edit" "\
5695 Create a buffer containing OPTIONS.
5696 Optional NAME is the name of the buffer.
5697 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5698 SYMBOL is a customization option, and WIDGET is a widget for editing
5701 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5703 (autoload 'custom-buffer-create-other-window "cus-edit" "\
5704 Create a buffer containing OPTIONS, and display it in another window.
5705 The result includes selecting that window.
5706 Optional NAME is the name of the buffer.
5707 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5708 SYMBOL is a customization option, and WIDGET is a widget for editing
5711 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5713 (autoload 'customize-browse "cus-edit" "\
5714 Create a tree browser for the customize hierarchy.
5716 \(fn &optional GROUP)" t nil)
5718 (defvar custom-file nil "\
5719 File used for storing customization information.
5720 The default is nil, which means to use your init file
5721 as specified by `user-init-file'. If the value is not nil,
5722 it should be an absolute file name.
5724 You can set this option through Custom, if you carefully read the
5725 last paragraph below. However, usually it is simpler to write
5726 something like the following in your init file:
5728 \(setq custom-file \"~/.emacs-custom.el\")
5731 Note that both lines are necessary: the first line tells Custom to
5732 save all customizations in this file, but does not load it.
5734 When you change this variable outside Custom, look in the
5735 previous custom file (usually your init file) for the
5736 forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5737 and copy them (whichever ones you find) to the new custom file.
5738 This will preserve your existing customizations.
5740 If you save this option using Custom, Custom will write all
5741 currently saved customizations, including the new one for this
5742 option itself, into the file you specify, overwriting any
5743 `custom-set-variables' and `custom-set-faces' forms already
5744 present in that file. It will not delete any customizations from
5745 the old custom file. You should do that manually if that is what you
5746 want. You also have to put something like `(load \"CUSTOM-FILE\")
5747 in your init file, where CUSTOM-FILE is the actual name of the
5748 file. Otherwise, Emacs will not load the file when it starts up,
5749 and hence will not set `custom-file' to that file either.")
5751 (custom-autoload 'custom-file "cus-edit" t)
5753 (autoload 'custom-save-all "cus-edit" "\
5754 Save all customizations in `custom-file'.
5758 (autoload 'customize-save-customized "cus-edit" "\
5759 Save all user options which have been set in this session.
5763 (autoload 'custom-menu-create "cus-edit" "\
5764 Create menu for customization group SYMBOL.
5765 The menu is in a format applicable to `easy-menu-define'.
5767 \(fn SYMBOL)" nil nil)
5769 (autoload 'customize-menu-create "cus-edit" "\
5770 Return a customize menu for customization group SYMBOL.
5771 If optional NAME is given, use that as the name of the menu.
5772 Otherwise the menu will be named `Customize'.
5773 The format is suitable for use with `easy-menu-define'.
5775 \(fn SYMBOL &optional NAME)" nil nil)
5779 ;;;### (autoloads (custom-reset-faces custom-theme-reset-faces custom-set-faces
5780 ;;;;;; custom-declare-face) "cus-face" "cus-face.el" (18310 12033))
5781 ;;; Generated autoloads from cus-face.el
5783 (autoload 'custom-declare-face "cus-face" "\
5784 Like `defface', but FACE is evaluated as a normal argument.
5786 \(fn FACE SPEC DOC &rest ARGS)" nil nil)
5788 (defconst custom-face-attributes '((:family (string :tag "Font Family" :help-echo "Font family or fontset alias name.")) (:width (choice :tag "Width" :help-echo "Font width." :value normal (const :tag "compressed" condensed) (const :tag "condensed" condensed) (const :tag "demiexpanded" semi-expanded) (const :tag "expanded" expanded) (const :tag "extracondensed" extra-condensed) (const :tag "extraexpanded" extra-expanded) (const :tag "medium" normal) (const :tag "narrow" condensed) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semicondensed" semi-condensed) (const :tag "semiexpanded" semi-expanded) (const :tag "ultracondensed" ultra-condensed) (const :tag "ultraexpanded" ultra-expanded) (const :tag "wide" extra-expanded))) (:height (choice :tag "Height" :help-echo "Face's font height." :value 1.0 (integer :tag "Height in 1/10 pt") (number :tag "Scale" 1.0))) (:weight (choice :tag "Weight" :help-echo "Font weight." :value normal (const :tag "black" ultra-bold) (const :tag "bold" bold) (const :tag "book" semi-light) (const :tag "demibold" semi-bold) (const :tag "extralight" extra-light) (const :tag "extrabold" extra-bold) (const :tag "heavy" extra-bold) (const :tag "light" light) (const :tag "medium" normal) (const :tag "normal" normal) (const :tag "regular" normal) (const :tag "semibold" semi-bold) (const :tag "semilight" semi-light) (const :tag "ultralight" ultra-light) (const :tag "ultrabold" ultra-bold))) (:slant (choice :tag "Slant" :help-echo "Font slant." :value normal (const :tag "italic" italic) (const :tag "oblique" oblique) (const :tag "normal" normal))) (:underline (choice :tag "Underline" :help-echo "Control text underlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:overline (choice :tag "Overline" :help-echo "Control text overlining." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:strike-through (choice :tag "Strike-through" :help-echo "Control text strike-through." (const :tag "Off" nil) (const :tag "On" t) (color :tag "Colored"))) (:box (choice :tag "Box around text" :help-echo "Control box around text." (const :tag "Off" nil) (list :tag "Box" :value (:line-width 2 :color "grey75" :style released-button) (const :format "" :value :line-width) (integer :tag "Width") (const :format "" :value :color) (choice :tag "Color" (const :tag "*" nil) color) (const :format "" :value :style) (choice :tag "Style" (const :tag "Raised" released-button) (const :tag "Sunken" pressed-button) (const :tag "None" nil)))) (lambda (real-value) (and real-value (let ((lwidth (or (and (consp real-value) (plist-get real-value :line-width)) (and (integerp real-value) real-value) 1)) (color (or (and (consp real-value) (plist-get real-value :color)) (and (stringp real-value) real-value) nil)) (style (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style)))) (lambda (cus-value) (and cus-value (let ((lwidth (plist-get cus-value :line-width)) (color (plist-get cus-value :color)) (style (plist-get cus-value :style))) (cond ((and (null color) (null style)) lwidth) ((and (null lwidth) (null style)) color) (t (nconc (and lwidth `(:line-width ,lwidth)) (and color `(:color ,color)) (and style `(:style ,style))))))))) (:inverse-video (choice :tag "Inverse-video" :help-echo "Control whether text should be in inverse-video." (const :tag "Off" nil) (const :tag "On" t))) (:foreground (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec).")) (:stipple (choice :tag "Stipple" :help-echo "Background bit-mask" (const :tag "None" nil) (file :tag "File" :help-echo "Name of bitmap file." :must-match t))) (:inherit (repeat :tag "Inherit" :help-echo "List of faces to inherit attributes from." (face :Tag "Face" default)) (lambda (real-value) (cond ((or (null real-value) (eq real-value 'unspecified)) nil) ((symbolp real-value) (list real-value)) (t real-value))) (lambda (cus-value) (if (and (consp cus-value) (null (cdr cus-value))) (car cus-value) cus-value)))) "\
5789 Alist of face attributes.
5791 The elements are of the form (KEY TYPE PRE-FILTER POST-FILTER),
5792 where KEY is the name of the attribute, TYPE is a widget type for
5793 editing the attribute, PRE-FILTER is a function to make the attribute's
5794 value suitable for the customization widget, and POST-FILTER is a
5795 function to make the customized value suitable for storing. PRE-FILTER
5796 and POST-FILTER are optional.
5798 The PRE-FILTER should take a single argument, the attribute value as
5799 stored, and should return a value for customization (using the
5800 customization type TYPE).
5802 The POST-FILTER should also take a single argument, the value after
5803 being customized, and should return a value suitable for setting the
5804 given face attribute.")
5806 (autoload 'custom-set-faces "cus-face" "\
5807 Initialize faces according to user preferences.
5808 This associates the settings with the `user' theme.
5809 The arguments should be a list where each entry has the form:
5811 (FACE SPEC [NOW [COMMENT]])
5813 SPEC is stored as the saved value for FACE, as well as the value for the
5814 `user' theme. The `user' theme is one of the default themes known to Emacs.
5815 See `custom-known-themes' for more information on the known themes.
5816 See `custom-theme-set-faces' for more information on the interplay
5817 between themes and faces.
5818 See `defface' for the format of SPEC.
5820 If NOW is present and non-nil, FACE is created now, according to SPEC.
5821 COMMENT is a string comment about FACE.
5823 \(fn &rest ARGS)" nil nil)
5825 (autoload 'custom-theme-reset-faces "cus-face" "\
5826 Reset the specs in THEME of some faces to their specs in other themes.
5827 Each of the arguments ARGS has this form:
5831 This means reset FACE. The argument IGNORED is ignored.
5833 \(fn THEME &rest ARGS)" nil nil)
5835 (autoload 'custom-reset-faces "cus-face" "\
5836 Reset the specs of some faces to their specs in specified themes.
5837 This creates settings in the `user' theme.
5839 Each of the arguments ARGS has this form:
5843 This means reset FACE to its value in FROM-THEME.
5845 \(fn &rest ARGS)" nil nil)
5849 ;;;### (autoloads (customize-create-theme) "cus-theme" "cus-theme.el"
5850 ;;;;;; (18310 12033))
5851 ;;; Generated autoloads from cus-theme.el
5853 (autoload 'customize-create-theme "cus-theme" "\
5854 Create a custom theme.
5860 ;;;### (autoloads (cvs-status-mode) "cvs-status" "cvs-status.el"
5861 ;;;;;; (18310 12033))
5862 ;;; Generated autoloads from cvs-status.el
5864 (autoload 'cvs-status-mode "cvs-status" "\
5865 Mode used for cvs status output.
5871 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5872 ;;;;;; "cwarn" "progmodes/cwarn.el" (18310 12108))
5873 ;;; Generated autoloads from progmodes/cwarn.el
5875 (autoload 'cwarn-mode "cwarn" "\
5876 Minor mode that highlights suspicious C and C++ constructions.
5878 Note, in addition to enabling this minor mode, the major mode must
5879 be included in the variable `cwarn-configuration'. By default C and
5880 C++ modes are included.
5882 With ARG, turn CWarn mode on if and only if arg is positive.
5884 \(fn &optional ARG)" t nil)
5886 (autoload 'turn-on-cwarn-mode "cwarn" "\
5889 This function is designed to be added to hooks, for example:
5890 (add-hook 'c-mode-hook 'turn-on-cwarn-mode)
5894 (defvar global-cwarn-mode nil "\
5895 Non-nil if Global-Cwarn mode is enabled.
5896 See the command `global-cwarn-mode' for a description of this minor mode.
5897 Setting this variable directly does not take effect;
5898 either customize it (see the info node `Easy Customization')
5899 or call the function `global-cwarn-mode'.")
5901 (custom-autoload 'global-cwarn-mode "cwarn" nil)
5903 (autoload 'global-cwarn-mode "cwarn" "\
5904 Toggle Cwarn mode in every possible buffer.
5905 With prefix ARG, turn Global-Cwarn mode on if and only if ARG is positive.
5906 Cwarn mode is enabled in all buffers where `turn-on-cwarn-mode-if-enabled' would do it.
5907 See `cwarn-mode' for more information on Cwarn mode.
5909 \(fn &optional ARG)" t nil)
5913 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5914 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5915 ;;;;;; (18339 17957))
5916 ;;; Generated autoloads from language/cyril-util.el
5918 (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
5919 Return KOI8-R external character code of CHAR if appropriate.
5921 \(fn CHAR)" nil nil)
5923 (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\
5924 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5926 \(fn CHAR)" nil nil)
5928 (autoload 'standard-display-cyrillic-translit "cyril-util" "\
5929 Display a cyrillic buffer using a transliteration.
5930 For readability, the table is slightly
5931 different from the one used for the input method `cyrillic-translit'.
5933 The argument is a string which specifies which language you are using;
5934 that affects the choice of transliterations slightly.
5935 Possible values are listed in `cyrillic-language-alist'.
5936 If the argument is t, we use the default cyrillic transliteration.
5937 If the argument is nil, we return the display table to its standard state.
5939 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5943 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5944 ;;;;;; (18310 12034))
5945 ;;; Generated autoloads from dabbrev.el
5946 (define-key esc-map "/" 'dabbrev-expand)
5947 (define-key esc-map [?\C-/] 'dabbrev-completion)
5949 (autoload 'dabbrev-completion "dabbrev" "\
5950 Completion on current word.
5951 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5952 and presents suggestions for completion.
5954 With a prefix argument, it searches all buffers accepted by the
5955 function pointed out by `dabbrev-friend-buffer-function' to find the
5958 If the prefix argument is 16 (which comes from C-u C-u),
5959 then it searches *all* buffers.
5961 \(fn &optional ARG)" t nil)
5963 (autoload 'dabbrev-expand "dabbrev" "\
5964 Expand previous word \"dynamically\".
5966 Expands to the most recent, preceding word for which this is a prefix.
5967 If no suitable preceding word is found, words following point are
5968 considered. If still no suitable word is found, then look in the
5969 buffers accepted by the function pointed out by variable
5970 `dabbrev-friend-buffer-function'.
5972 A positive prefix argument, N, says to take the Nth backward *distinct*
5973 possibility. A negative argument says search forward.
5975 If the cursor has not moved from the end of the previous expansion and
5976 no argument is given, replace the previously-made expansion
5977 with the next possible expansion not yet tried.
5979 The variable `dabbrev-backward-only' may be used to limit the
5980 direction of search to backward if set non-nil.
5982 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5988 ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (18351
5990 ;;; Generated autoloads from net/dbus.el
5992 (autoload 'dbus-handle-event "dbus" "\
5993 Handle events from the D-Bus.
5994 EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5995 part of the event, is called with arguments ARGS.
6001 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (18310
6003 ;;; Generated autoloads from progmodes/dcl-mode.el
6005 (autoload 'dcl-mode "dcl-mode" "\
6006 Major mode for editing DCL-files.
6008 This mode indents command lines in blocks. (A block is commands between
6009 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
6010 dcl-block-end-regexp.)
6012 Labels are indented to a fixed position unless they begin or end a block.
6013 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
6014 Data lines are not indented.
6019 Commands not usually bound to keys:
6021 \\[dcl-save-nondefault-options] Save changed options
6022 \\[dcl-save-all-options] Save all options
6023 \\[dcl-save-option] Save any option
6024 \\[dcl-save-mode] Save buffer mode
6026 Variables controlling indentation style and extra features:
6029 Extra indentation within blocks.
6031 dcl-continuation-offset
6032 Extra indentation for continued lines.
6035 Indentation for the first command line in a file or SUBROUTINE.
6037 dcl-margin-label-offset
6038 Indentation for a label.
6040 dcl-comment-line-regexp
6041 Lines matching this regexp will not be indented.
6043 dcl-block-begin-regexp
6044 dcl-block-end-regexp
6045 Regexps that match command lines that begin and end, respectively,
6046 a block of commmand lines that will be given extra indentation.
6047 Command lines between THEN-ELSE-ENDIF are always indented; these variables
6048 make it possible to define other places to indent.
6049 Set to nil to disable this feature.
6051 dcl-calc-command-indent-function
6052 Can be set to a function that customizes indentation for command lines.
6053 Two such functions are included in the package:
6054 dcl-calc-command-indent-multiple
6055 dcl-calc-command-indent-hang
6057 dcl-calc-cont-indent-function
6058 Can be set to a function that customizes indentation for continued lines.
6059 One such function is included in the package:
6060 dcl-calc-cont-indent-relative (set by default)
6062 dcl-tab-always-indent
6063 If t, pressing TAB always indents the current line.
6064 If nil, pressing TAB indents the current line if point is at the left
6067 dcl-electric-characters
6068 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
6071 dcl-electric-reindent-regexps
6072 Use this variable and function dcl-electric-character to customize
6073 which words trigger electric indentation.
6076 dcl-tempo-left-paren
6077 dcl-tempo-right-paren
6078 These variables control the look of expanded templates.
6080 dcl-imenu-generic-expression
6081 Default value for imenu-generic-expression. The default includes
6082 SUBROUTINE labels in the main listing and sub-listings for
6083 other labels, CALL, GOTO and GOSUB statements.
6085 dcl-imenu-label-labels
6086 dcl-imenu-label-goto
6087 dcl-imenu-label-gosub
6088 dcl-imenu-label-call
6089 Change the text that is used as sub-listing labels in imenu.
6091 Loading this package calls the value of the variable
6092 `dcl-mode-load-hook' with no args, if that value is non-nil.
6093 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
6094 with no args, if that value is non-nil.
6097 The following example uses the default values for all variables:
6099 $! This is a comment line that is not indented (it matches
6100 $! dcl-comment-line-regexp)
6101 $! Next follows the first command line. It is indented dcl-margin-offset.
6103 $ ! Other comments are indented like command lines.
6104 $ ! A margin label indented dcl-margin-label-offset:
6108 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
6109 $ ! indented dcl-basic-offset
6110 $ loop1: ! This matches dcl-block-begin-regexp...
6111 $ ! ...so this line is indented dcl-basic-offset
6112 $ text = \"This \" + - ! is a continued line
6113 \"lined up with the command line\"
6115 Data lines are not indented at all.
6116 $ endloop1: ! This matches dcl-block-end-regexp
6121 There is some minimal font-lock support (see vars
6122 `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
6128 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
6129 ;;;;;; "emacs-lisp/debug.el" (18310 12062))
6130 ;;; Generated autoloads from emacs-lisp/debug.el
6132 (setq debugger 'debug)
6134 (autoload 'debug "debug" "\
6135 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
6136 Arguments are mainly for use when this is called from the internals
6139 You may call with no args, or you may pass nil as the first arg and
6140 any other args you like. In that case, the list of args after the
6141 first will be printed into the backtrace buffer.
6143 \(fn &rest DEBUGGER-ARGS)" t nil)
6145 (autoload 'debug-on-entry "debug" "\
6146 Request FUNCTION to invoke debugger each time it is called.
6148 When called interactively, prompt for FUNCTION in the minibuffer.
6150 This works by modifying the definition of FUNCTION. If you tell the
6151 debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
6152 normal function or a macro written in Lisp, you can also step through
6153 its execution. FUNCTION can also be a primitive that is not a special
6154 form, in which case stepping is not possible. Break-on-entry for
6155 primitive functions only works when that function is called from Lisp.
6157 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
6158 Redefining FUNCTION also cancels it.
6160 \(fn FUNCTION)" t nil)
6162 (autoload 'cancel-debug-on-entry "debug" "\
6163 Undo effect of \\[debug-on-entry] on FUNCTION.
6164 If FUNCTION is nil, cancel debug-on-entry for all functions.
6165 When called interactively, prompt for FUNCTION in the minibuffer.
6166 To specify a nil argument interactively, exit with an empty minibuffer.
6168 \(fn &optional FUNCTION)" t nil)
6172 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
6173 ;;;;;; (18310 12104))
6174 ;;; Generated autoloads from play/decipher.el
6176 (autoload 'decipher "decipher" "\
6177 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
6181 (autoload 'decipher-mode "decipher" "\
6182 Major mode for decrypting monoalphabetic substitution ciphers.
6183 Lower-case letters enter plaintext.
6184 Upper-case letters are commands.
6186 The buffer is made read-only so that normal Emacs commands cannot
6189 The most useful commands are:
6190 \\<decipher-mode-map>
6191 \\[decipher-digram-list] Display a list of all digrams & their frequency
6192 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
6193 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
6194 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
6195 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
6201 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
6202 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (18310
6204 ;;; Generated autoloads from delim-col.el
6206 (autoload 'delimit-columns-customize "delim-col" "\
6207 Customization of `columns' group.
6211 (autoload 'delimit-columns-region "delim-col" "\
6212 Prettify all columns in a text region.
6214 START and END delimits the text region.
6216 \(fn START END)" t nil)
6218 (autoload 'delimit-columns-rectangle "delim-col" "\
6219 Prettify all columns in a text rectangle.
6221 START and END delimits the corners of text rectangle.
6223 \(fn START END)" t nil)
6227 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (18310
6229 ;;; Generated autoloads from progmodes/delphi.el
6231 (autoload 'delphi-mode "delphi" "\
6232 Major mode for editing Delphi code. \\<delphi-mode-map>
6233 \\[delphi-tab] - Indents the current line for Delphi code.
6234 \\[delphi-find-unit] - Search for a Delphi source file.
6235 \\[delphi-fill-comment] - Fill the current comment.
6236 \\[delphi-new-comment-line] - If in a // comment, do a new comment line.
6238 M-x indent-region also works for indenting a whole region.
6242 `delphi-indent-level' (default 3)
6243 Indentation of Delphi statements with respect to containing block.
6244 `delphi-compound-block-indent' (default 0)
6245 Extra indentation for blocks in compound statements.
6246 `delphi-case-label-indent' (default 0)
6247 Extra indentation for case statement labels.
6248 `delphi-tab-always-indents' (default t)
6249 Non-nil means TAB in Delphi mode should always reindent the current line,
6250 regardless of where in the line point is when the TAB command is used.
6251 `delphi-newline-always-indents' (default t)
6252 Non-nil means NEWLINE in Delphi mode should always reindent the current
6253 line, insert a blank line and move to the default indent column of the
6255 `delphi-search-path' (default .)
6256 Directories to search when finding external units.
6257 `delphi-verbose' (default nil)
6258 If true then delphi token processing progress is reported to the user.
6262 `delphi-comment-face' (default font-lock-comment-face)
6263 Face used to color delphi comments.
6264 `delphi-string-face' (default font-lock-string-face)
6265 Face used to color delphi strings.
6266 `delphi-keyword-face' (default font-lock-keyword-face)
6267 Face used to color delphi keywords.
6268 `delphi-other-face' (default nil)
6269 Face used to color everything else.
6271 Turning on Delphi mode calls the value of the variable delphi-mode-hook with
6272 no args, if that value is non-nil.
6274 \(fn &optional SKIP-INITIAL-PARSING)" t nil)
6278 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (18329
6280 ;;; Generated autoloads from delsel.el
6282 (defalias 'pending-delete-mode 'delete-selection-mode)
6284 (defvar delete-selection-mode nil "\
6285 Non-nil if Delete-Selection mode is enabled.
6286 See the command `delete-selection-mode' for a description of this minor mode.
6287 Setting this variable directly does not take effect;
6288 either customize it (see the info node `Easy Customization')
6289 or call the function `delete-selection-mode'.")
6291 (custom-autoload 'delete-selection-mode "delsel" nil)
6293 (autoload 'delete-selection-mode "delsel" "\
6294 Toggle Delete Selection mode.
6295 With prefix ARG, turn Delete Selection mode on if ARG is
6296 positive, off if ARG is not positive.
6298 When Delete Selection mode is enabled, Transient Mark mode is also
6299 enabled and typed text replaces the selection if the selection is
6300 active. Otherwise, typed text is just inserted at point regardless of
6303 \(fn &optional ARG)" t nil)
6307 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
6308 ;;;;;; "derived" "emacs-lisp/derived.el" (18310 12062))
6309 ;;; Generated autoloads from emacs-lisp/derived.el
6311 (autoload 'define-derived-mode "derived" "\
6312 Create a new mode as a variant of an existing mode.
6314 The arguments to this command are as follow:
6316 CHILD: the name of the command for the derived mode.
6317 PARENT: the name of the command for the parent mode (e.g. `text-mode')
6318 or nil if there is no parent.
6319 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
6320 DOCSTRING: an optional documentation string--if you do not supply one,
6321 the function will attempt to invent something useful.
6322 BODY: forms to execute just before running the
6323 hooks for the new mode. Do not use `interactive' here.
6325 BODY can start with a bunch of keyword arguments. The following keyword
6326 arguments are currently understood:
6328 Declare the customization group that corresponds to this mode.
6329 The command `customize-mode' uses this.
6331 Use TABLE instead of the default.
6332 A nil value means to simply use the same syntax-table as the parent.
6334 Use TABLE instead of the default.
6335 A nil value means to simply use the same abbrev-table as the parent.
6337 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
6339 (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
6341 You could then make new key bindings for `LaTeX-thesis-mode-map'
6342 without changing regular LaTeX mode. In this example, BODY is empty,
6343 and DOCSTRING is generated by default.
6345 On a more complicated level, the following command uses `sgml-mode' as
6346 the parent, and then sets the variable `case-fold-search' to nil:
6348 (define-derived-mode article-mode sgml-mode \"Article\"
6349 \"Major mode for editing technical articles.\"
6350 (setq case-fold-search nil))
6352 Note that if the documentation string had been left out, it would have
6353 been generated automatically, with a reference to the keymap.
6355 The new mode runs the hook constructed by the function
6356 `derived-mode-hook-name'.
6358 See Info node `(elisp)Derived Modes' for more details.
6360 \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
6362 (autoload 'derived-mode-init-mode-variables "derived" "\
6363 Initialize variables for a new MODE.
6364 Right now, if they don't already exist, set up a blank keymap, an
6365 empty syntax table, and an empty abbrev table -- these will be merged
6366 the first time the mode is used.
6368 \(fn MODE)" nil nil)
6372 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6373 ;;;;;; "descr-text.el" (18339 17930))
6374 ;;; Generated autoloads from descr-text.el
6376 (autoload 'describe-text-properties "descr-text" "\
6377 Describe widgets, buttons, overlays and text properties at POS.
6378 Interactively, describe them for the character after point.
6379 If optional second argument OUTPUT-BUFFER is non-nil,
6380 insert the output into that buffer, and don't initialize or clear it
6383 \(fn POS &optional OUTPUT-BUFFER)" t nil)
6385 (autoload 'describe-char "descr-text" "\
6386 Describe the character after POS (interactively, the character after point).
6387 The information includes character code, charset and code points in it,
6388 syntax, category, how the character is encoded in a file,
6389 character composition information (if relevant),
6390 as well as widgets, buttons, overlays, and text properties.
6396 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6397 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6398 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6399 ;;;;;; "desktop.el" (18339 17930))
6400 ;;; Generated autoloads from desktop.el
6402 (defvar desktop-save-mode nil "\
6403 Non-nil if Desktop-Save mode is enabled.
6404 See the command `desktop-save-mode' for a description of this minor mode.")
6406 (custom-autoload 'desktop-save-mode "desktop" nil)
6408 (autoload 'desktop-save-mode "desktop" "\
6409 Toggle desktop saving mode.
6410 With numeric ARG, turn desktop saving on if ARG is positive, off
6411 otherwise. If desktop saving is turned on, the state of Emacs is
6412 saved from one session to another. See variable `desktop-save'
6413 and function `desktop-read' for details.
6415 \(fn &optional ARG)" t nil)
6417 (defvar desktop-locals-to-save '(desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace) "\
6418 List of local variables to save for each buffer.
6419 The variables are saved only when they really are local. Conventional minor
6420 modes are restored automatically; they should not be listed here.")
6422 (custom-autoload 'desktop-locals-to-save "desktop" t)
6424 (defvar desktop-save-buffer nil "\
6425 When non-nil, save buffer status in desktop file.
6426 This variable becomes buffer local when set.
6428 If the value is a function, it is called by `desktop-save' with argument
6429 DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
6430 file along with the state of the buffer for which it was called.
6432 When file names are returned, they should be formatted using the call
6433 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6435 Later, when `desktop-read' evaluates the desktop file, auxiliary information
6436 is passed as the argument DESKTOP-BUFFER-MISC to functions in
6437 `desktop-buffer-mode-handlers'.")
6439 (defvar desktop-buffer-mode-handlers nil "\
6440 Alist of major mode specific functions to restore a desktop buffer.
6441 Functions listed are called by `desktop-create-buffer' when `desktop-read'
6442 evaluates the desktop file. List elements must have the form
6444 (MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
6446 Buffers with a major mode not specified here, are restored by the default
6447 handler `desktop-restore-file-buffer'.
6449 Handlers are called with argument list
6451 (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC)
6453 Furthermore, they may use the following variables:
6455 desktop-file-version
6456 desktop-buffer-major-mode
6457 desktop-buffer-minor-modes
6458 desktop-buffer-point
6460 desktop-buffer-read-only
6461 desktop-buffer-locals
6463 If a handler returns a buffer, then the saved mode settings
6464 and variable values for that buffer are copied into it.
6466 Modules that define a major mode that needs a special handler should contain
6469 (defun foo-restore-desktop-buffer
6471 (add-to-list 'desktop-buffer-mode-handlers
6472 '(foo-mode . foo-restore-desktop-buffer))
6474 Furthermore the major mode function must be autoloaded.")
6476 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
6478 (defvar desktop-minor-mode-handlers nil "\
6479 Alist of functions to restore non-standard minor modes.
6480 Functions are called by `desktop-create-buffer' to restore minor modes.
6481 List elements must have the form
6483 (MINOR-MODE . RESTORE-FUNCTION).
6485 Minor modes not specified here, are restored by the standard minor mode
6488 Handlers are called with argument list
6490 (DESKTOP-BUFFER-LOCALS)
6492 Furthermore, they may use the following variables:
6494 desktop-file-version
6495 desktop-buffer-file-name
6497 desktop-buffer-major-mode
6498 desktop-buffer-minor-modes
6499 desktop-buffer-point
6501 desktop-buffer-read-only
6504 When a handler is called, the buffer has been created and the major mode has
6505 been set, but local variables listed in desktop-buffer-locals has not yet been
6508 Modules that define a minor mode that needs a special handler should contain
6511 (defun foo-desktop-restore
6513 (add-to-list 'desktop-minor-mode-handlers
6514 '(foo-mode . foo-desktop-restore))
6516 Furthermore the minor mode function must be autoloaded.
6518 See also `desktop-minor-mode-table'.")
6520 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
6522 (autoload 'desktop-clear "desktop" "\
6524 This kills all buffers except for internal ones and those with names matched by
6525 a regular expression in the list `desktop-clear-preserve-buffers'.
6526 Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6530 (autoload 'desktop-save "desktop" "\
6531 Save the desktop in a desktop file.
6532 Parameter DIRNAME specifies where to save the desktop file.
6533 Optional parameter RELEASE says whether we're done with this desktop.
6534 See also `desktop-base-file-name'.
6536 \(fn DIRNAME &optional RELEASE)" t nil)
6538 (autoload 'desktop-remove "desktop" "\
6539 Delete desktop file in `desktop-dirname'.
6540 This function also sets `desktop-dirname' to nil.
6544 (autoload 'desktop-read "desktop" "\
6545 Read and process the desktop file in directory DIRNAME.
6546 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
6547 directories listed in `desktop-path'. If a desktop file is found, it
6548 is processed and `desktop-after-read-hook' is run. If no desktop file
6549 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
6550 This function is a no-op when Emacs is running in batch mode.
6551 It returns t if a desktop file was loaded, nil otherwise.
6553 \(fn &optional DIRNAME)" t nil)
6555 (autoload 'desktop-load-default "desktop" "\
6556 Load the `default' start-up library manually.
6557 Also inhibit further loading of it.
6561 (autoload 'desktop-change-dir "desktop" "\
6562 Change to desktop saved in DIRNAME.
6563 Kill the desktop as specified by variables `desktop-save-mode' and
6564 `desktop-save', then clear the desktop and load the desktop file in
6567 \(fn DIRNAME)" t nil)
6569 (autoload 'desktop-save-in-desktop-dir "desktop" "\
6570 Save the desktop in directory `desktop-dirname'.
6574 (autoload 'desktop-revert "desktop" "\
6575 Revert to the last loaded desktop.
6581 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6582 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6583 ;;;;;; "deuglify" "gnus/deuglify.el" (18310 12073))
6584 ;;; Generated autoloads from gnus/deuglify.el
6586 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
6587 Unwrap lines that appear to be wrapped citation lines.
6588 You can control what lines will be unwrapped by frobbing
6589 `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max',
6590 indicating the minimum and maximum length of an unwrapped citation line. If
6591 NODISPLAY is non-nil, don't redisplay the article buffer.
6593 \(fn &optional NODISPLAY)" t nil)
6595 (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
6596 Repair a broken attribution line.
6597 If NODISPLAY is non-nil, don't redisplay the article buffer.
6599 \(fn &optional NODISPLAY)" t nil)
6601 (autoload 'gnus-outlook-deuglify-article "deuglify" "\
6602 Full deuglify of broken Outlook (Express) articles.
6603 Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If
6604 NODISPLAY is non-nil, don't redisplay the article buffer.
6606 \(fn &optional NODISPLAY)" t nil)
6608 (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
6609 Deuglify broken Outlook (Express) articles and redisplay.
6615 ;;;### (autoloads (devanagari-composition-function devanagari-post-read-conversion
6616 ;;;;;; devanagari-compose-region) "devan-util" "language/devan-util.el"
6617 ;;;;;; (18339 17957))
6618 ;;; Generated autoloads from language/devan-util.el
6620 (autoload 'devanagari-compose-region "devan-util" "\
6623 \(fn FROM TO)" t nil)
6625 (autoload 'devanagari-post-read-conversion "devan-util" "\
6630 (autoload 'devanagari-composition-function "devan-util" "\
6631 Compose Devanagari characters after the position POS.
6632 If STRING is not nil, it is a string, and POS is an index to the string.
6633 In this case, compose characters after POS of the string.
6635 \(fn POS &optional STRING)" nil nil)
6639 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6640 ;;;;;; "calendar/diary-lib.el" (18310 12059))
6641 ;;; Generated autoloads from calendar/diary-lib.el
6643 (autoload 'diary "diary-lib" "\
6644 Generate the diary window for ARG days starting with the current date.
6645 If no argument is provided, the number of days of diary entries is governed
6646 by the variable `number-of-diary-entries'. A value of ARG less than 1
6647 does nothing. This function is suitable for execution in a `.emacs' file.
6649 \(fn &optional ARG)" t nil)
6651 (autoload 'diary-mail-entries "diary-lib" "\
6652 Send a mail message showing diary entries for next NDAYS days.
6653 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
6654 Mail is sent to the address specified by `diary-mail-addr'.
6656 You can call `diary-mail-entries' every night using an at/cron job.
6657 For example, this script will run the program at 2am daily. Since
6658 `emacs -batch' does not load your `.emacs' file, you must ensure that
6659 all relevant variables are set, as done here.
6662 # diary-rem.sh -- repeatedly run the Emacs diary-reminder
6664 -eval \"(setq diary-mail-days 3 \\
6665 diary-file \\\"/path/to/diary.file\\\" \\
6666 european-calendar-style t \\
6667 diary-mail-addr \\\"user@host.name\\\" )\" \\
6668 -l diary-lib -f diary-mail-entries
6669 at -f diary-rem.sh 0200 tomorrow
6671 You may have to tweak the syntax of the `at' command to suit your
6672 system. Alternatively, you can specify a cron entry:
6673 0 1 * * * diary-rem.sh
6674 to run it every morning at 1am.
6676 \(fn &optional NDAYS)" t nil)
6678 (autoload 'diary-mode "diary-lib" "\
6679 Major mode for editing the diary file.
6685 ;;;### (autoloads (diff-backup diff diff-command diff-switches) "diff"
6686 ;;;;;; "diff.el" (18310 12034))
6687 ;;; Generated autoloads from diff.el
6689 (defvar diff-switches "-c" "\
6690 *A string or list of strings specifying switches to be passed to diff.")
6692 (custom-autoload 'diff-switches "diff" t)
6694 (defvar diff-command "diff" "\
6695 *The command to use to run diff.")
6697 (custom-autoload 'diff-command "diff" t)
6699 (autoload 'diff "diff" "\
6700 Find and display the differences between OLD and NEW files.
6701 Interactively the current buffer's file name is the default for NEW
6702 and a backup file for NEW is the default for OLD.
6703 If NO-ASYNC is non-nil, call diff synchronously.
6704 With prefix arg, prompt for diff switches.
6706 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
6708 (autoload 'diff-backup "diff" "\
6709 Diff this file with its backup file or vice versa.
6710 Uses the latest backup, if there are several numerical backups.
6711 If this file is a backup, diff it with its original.
6712 The backup file is the first file given to `diff'.
6713 With prefix arg, prompt for diff switches.
6715 \(fn FILE &optional SWITCHES)" t nil)
6719 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "diff-mode.el"
6720 ;;;;;; (18351 47688))
6721 ;;; Generated autoloads from diff-mode.el
6723 (autoload 'diff-mode "diff-mode" "\
6724 Major mode for viewing/editing context diffs.
6725 Supports unified and context diffs as well as (to a lesser extent)
6728 When the buffer is read-only, the ESC prefix is not necessary.
6729 If you edit the buffer manually, diff-mode will try to update the hunk
6730 headers for you on-the-fly.
6732 You can also switch between context diff and unified diff with \\[diff-context->unified],
6733 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6734 a diff with \\[diff-reverse-direction].
6740 (autoload 'diff-minor-mode "diff-mode" "\
6741 Minor mode for viewing/editing context diffs.
6742 \\{diff-minor-mode-map}
6744 \(fn &optional ARG)" t nil)
6748 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6749 ;;;;;; dired dired-copy-preserve-time dired-dwim-target dired-keep-marker-symlink
6750 ;;;;;; dired-keep-marker-hardlink dired-keep-marker-copy dired-keep-marker-rename
6751 ;;;;;; dired-trivial-filenames dired-ls-F-marks-symlinks dired-listing-switches)
6752 ;;;;;; "dired" "dired.el" (18310 12034))
6753 ;;; Generated autoloads from dired.el
6755 (defvar dired-listing-switches "-al" "\
6756 *Switches passed to `ls' for Dired. MUST contain the `l' option.
6757 May contain all other options that don't contradict `-l';
6758 may contain even `F', `b', `i' and `s'. See also the variable
6759 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6760 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6761 some of the `ls' switches are not supported; see the doc string of
6762 `insert-directory' in `ls-lisp.el' for more details.")
6764 (custom-autoload 'dired-listing-switches "dired" t)
6766 (defvar dired-chown-program (if (memq system-type '(hpux usg-unix-v irix linux gnu/linux cygwin)) "chown" (if (file-exists-p "/usr/sbin/chown") "/usr/sbin/chown" "/etc/chown")) "\
6767 Name of chown command (usually `chown' or `/etc/chown').")
6769 (defvar dired-ls-F-marks-symlinks nil "\
6770 *Informs Dired about how `ls -lF' marks symbolic links.
6771 Set this to t if `ls' (or whatever program is specified by
6772 `insert-directory-program') with `-lF' marks the symbolic link
6773 itself with a trailing @ (usually the case under Ultrix).
6775 Example: if `ln -s foo bar; ls -F bar' gives `bar -> foo', set it to
6776 nil (the default), if it gives `bar@ -> foo', set it to t.
6778 Dired checks if there is really a @ appended. Thus, if you have a
6779 marking `ls' program on one host and a non-marking on another host, and
6780 don't care about symbolic links which really end in a @, you can
6781 always set this variable to t.")
6783 (custom-autoload 'dired-ls-F-marks-symlinks "dired" t)
6785 (defvar dired-trivial-filenames "^\\.\\.?$\\|^#" "\
6786 *Regexp of files to skip when finding first file of a directory.
6787 A value of nil means move to the subdir line.
6788 A value of t means move to first file.")
6790 (custom-autoload 'dired-trivial-filenames "dired" t)
6792 (defvar dired-keep-marker-rename t "\
6793 *Controls marking of renamed files.
6794 If t, files keep their previous marks when they are renamed.
6795 If a character, renamed files (whether previously marked or not)
6796 are afterward marked with that character.")
6798 (custom-autoload 'dired-keep-marker-rename "dired" t)
6800 (defvar dired-keep-marker-copy 67 "\
6801 *Controls marking of copied files.
6802 If t, copied files are marked if and as the corresponding original files were.
6803 If a character, copied files are unconditionally marked with that character.")
6805 (custom-autoload 'dired-keep-marker-copy "dired" t)
6807 (defvar dired-keep-marker-hardlink 72 "\
6808 *Controls marking of newly made hard links.
6809 If t, they are marked if and as the files linked to were marked.
6810 If a character, new links are unconditionally marked with that character.")
6812 (custom-autoload 'dired-keep-marker-hardlink "dired" t)
6814 (defvar dired-keep-marker-symlink 89 "\
6815 *Controls marking of newly made symbolic links.
6816 If t, they are marked if and as the files linked to were marked.
6817 If a character, new links are unconditionally marked with that character.")
6819 (custom-autoload 'dired-keep-marker-symlink "dired" t)
6821 (defvar dired-dwim-target nil "\
6822 *If non-nil, Dired tries to guess a default target directory.
6823 This means: if there is a dired buffer displayed in the next window,
6824 use its current subdir, instead of the current subdir of this dired buffer.
6826 The target is used in the prompt for file copy, rename etc.")
6828 (custom-autoload 'dired-dwim-target "dired" t)
6830 (defvar dired-copy-preserve-time t "\
6831 *If non-nil, Dired preserves the last-modified time in a file copy.
6832 \(This works on only some systems.)")
6834 (custom-autoload 'dired-copy-preserve-time "dired" t)
6836 (defvar dired-directory nil "\
6837 The directory name or wildcard spec that this dired directory lists.
6838 Local to each dired buffer. May be a list, in which case the car is the
6839 directory name and the cdr is the list of files to mention.
6840 The directory name must be absolute, but need not be fully expanded.")
6841 (define-key ctl-x-map "d" 'dired)
6843 (autoload 'dired "dired" "\
6844 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
6845 Optional second argument SWITCHES specifies the `ls' options used.
6846 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
6847 Dired displays a list of files in DIRNAME (which may also have
6848 shell wildcards appended to select certain files). If DIRNAME is a cons,
6849 its first element is taken as the directory name and the rest as an explicit
6850 list of files to make directory entries for.
6851 \\<dired-mode-map>You can move around in it with the usual commands.
6852 You can flag files for deletion with \\[dired-flag-file-deletion] and then
6853 delete them by typing \\[dired-do-flagged-delete].
6854 Type \\[describe-mode] after entering Dired for more info.
6856 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
6858 \(fn DIRNAME &optional SWITCHES)" t nil)
6859 (define-key ctl-x-4-map "d" 'dired-other-window)
6861 (autoload 'dired-other-window "dired" "\
6862 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
6864 \(fn DIRNAME &optional SWITCHES)" t nil)
6865 (define-key ctl-x-5-map "d" 'dired-other-frame)
6867 (autoload 'dired-other-frame "dired" "\
6868 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
6870 \(fn DIRNAME &optional SWITCHES)" t nil)
6872 (autoload 'dired-noselect "dired" "\
6873 Like `dired' but returns the dired buffer as value, does not select it.
6875 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6877 (autoload 'dired-mode "dired" "\
6878 Mode for \"editing\" directory listings.
6879 In Dired, you are \"editing\" a list of the files in a directory and
6880 (optionally) its subdirectories, in the format of `ls -lR'.
6881 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
6882 \"Editing\" means that you can run shell commands on files, visit,
6883 compress, load or byte-compile them, change their file attributes
6884 and insert subdirectories into the same buffer. You can \"mark\"
6885 files for later commands or \"flag\" them for deletion, either file
6886 by file or all files matching certain criteria.
6887 You can move using the usual cursor motion commands.\\<dired-mode-map>
6888 Letters no longer insert themselves. Digits are prefix arguments.
6889 Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion.
6890 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6891 Most commands operate on the marked files and use the current file
6892 if no files are marked. Use a numeric prefix argument to operate on
6893 the next ARG (or previous -ARG if ARG<0) files, or just `1'
6894 to operate on the current file only. Prefix arguments override marks.
6895 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
6896 to see why something went wrong.
6897 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
6898 Type \\[dired-unmark-backward] to back up one line and unflag.
6899 Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
6900 Type \\[dired-advertised-find-file] to Find the current line's file
6901 (or dired it in another buffer, if it is a directory).
6902 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
6903 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6904 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6905 Type \\[dired-do-copy] to Copy files.
6906 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
6907 Type \\[revert-buffer] to read all currently expanded directories aGain.
6908 This retains all marks and hides subdirs again that were hidden before.
6909 SPC and DEL can be used to move down and up by lines.
6911 If Dired ever gets confused, you can either type \\[revert-buffer] to read the
6912 directories again, type \\[dired-do-redisplay] to relist a single or the marked files or a
6913 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
6914 again for the directory tree.
6916 Customization variables (rename this buffer and type \\[describe-variable] on each line
6919 `dired-listing-switches'
6920 `dired-trivial-filenames'
6921 `dired-shrink-to-fit'
6924 `dired-keep-marker-rename'
6925 `dired-keep-marker-copy'
6926 `dired-keep-marker-hardlink'
6927 `dired-keep-marker-symlink'
6929 Hooks (use \\[describe-variable] to see their documentation):
6931 `dired-before-readin-hook'
6932 `dired-after-readin-hook'
6939 \(fn &optional DIRNAME SWITCHES)" nil nil)
6940 (put 'dired-find-alternate-file 'disabled t)
6944 ;;;### (autoloads (dired-show-file-type dired-do-query-replace-regexp
6945 ;;;;;; dired-do-search dired-hide-all dired-hide-subdir dired-tree-down
6946 ;;;;;; dired-tree-up dired-kill-subdir dired-mark-subdir-files dired-goto-subdir
6947 ;;;;;; dired-prev-subdir dired-insert-subdir dired-maybe-insert-subdir
6948 ;;;;;; dired-downcase dired-upcase dired-do-symlink-regexp dired-do-hardlink-regexp
6949 ;;;;;; dired-do-copy-regexp dired-do-rename-regexp dired-do-rename
6950 ;;;;;; dired-do-hardlink dired-do-symlink dired-do-copy dired-create-directory
6951 ;;;;;; dired-rename-file dired-copy-file dired-relist-file dired-remove-file
6952 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
6953 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
6954 ;;;;;; dired-run-shell-command dired-do-shell-command dired-clean-directory
6955 ;;;;;; dired-do-print dired-do-touch dired-do-chown dired-do-chgrp
6956 ;;;;;; dired-do-chmod dired-compare-directories dired-backup-diff
6957 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" (18310 12034))
6958 ;;; Generated autoloads from dired-aux.el
6960 (autoload 'dired-diff "dired-aux" "\
6961 Compare file at point with file FILE using `diff'.
6962 FILE defaults to the file at the mark. (That's the mark set by
6963 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
6964 The prompted-for file is the first file given to `diff'.
6965 With prefix arg, prompt for second argument SWITCHES,
6966 which is options for `diff'.
6968 \(fn FILE &optional SWITCHES)" t nil)
6970 (autoload 'dired-backup-diff "dired-aux" "\
6971 Diff this file with its backup file or vice versa.
6972 Uses the latest backup, if there are several numerical backups.
6973 If this file is a backup, diff it with its original.
6974 The backup file is the first file given to `diff'.
6975 With prefix arg, prompt for argument SWITCHES which is options for `diff'.
6977 \(fn &optional SWITCHES)" t nil)
6979 (autoload 'dired-compare-directories "dired-aux" "\
6980 Mark files with different file attributes in two dired buffers.
6981 Compare file attributes of files in the current directory
6982 with file attributes in directory DIR2 using PREDICATE on pairs of files
6983 with the same name. Mark files for which PREDICATE returns non-nil.
6984 Mark files with different names if PREDICATE is nil (or interactively
6985 with empty input at the predicate prompt).
6987 PREDICATE is a Lisp expression that can refer to the following variables:
6989 size1, size2 - file size in bytes
6990 mtime1, mtime2 - last modification time in seconds, as a float
6991 fa1, fa2 - list of file attributes
6992 returned by function `file-attributes'
6994 where 1 refers to attribute of file in the current dired buffer
6995 and 2 to attribute of file in second dired buffer.
6997 Examples of PREDICATE:
6999 (> mtime1 mtime2) - mark newer files
7000 (not (= size1 size2)) - mark files with different sizes
7001 (not (string= (nth 8 fa1) (nth 8 fa2))) - mark files with different modes
7002 (not (and (= (nth 2 fa1) (nth 2 fa2)) - mark files with different UID
7003 (= (nth 3 fa1) (nth 3 fa2)))) and GID.
7005 \(fn DIR2 PREDICATE)" t nil)
7007 (autoload 'dired-do-chmod "dired-aux" "\
7008 Change the mode of the marked (or next ARG) files.
7009 Symbolic modes like `g+w' are allowed.
7011 \(fn &optional ARG)" t nil)
7013 (autoload 'dired-do-chgrp "dired-aux" "\
7014 Change the group of the marked (or next ARG) files.
7016 \(fn &optional ARG)" t nil)
7018 (autoload 'dired-do-chown "dired-aux" "\
7019 Change the owner of the marked (or next ARG) files.
7021 \(fn &optional ARG)" t nil)
7023 (autoload 'dired-do-touch "dired-aux" "\
7024 Change the timestamp of the marked (or next ARG) files.
7027 \(fn &optional ARG)" t nil)
7029 (autoload 'dired-do-print "dired-aux" "\
7030 Print the marked (or next ARG) files.
7031 Uses the shell command coming from variables `lpr-command' and
7032 `lpr-switches' as default.
7034 \(fn &optional ARG)" t nil)
7036 (autoload 'dired-clean-directory "dired-aux" "\
7037 Flag numerical backups for deletion.
7038 Spares `dired-kept-versions' latest versions, and `kept-old-versions' oldest.
7039 Positive prefix arg KEEP overrides `dired-kept-versions';
7040 Negative prefix arg KEEP overrides `kept-old-versions' with KEEP made positive.
7042 To clear the flags on these files, you can use \\[dired-flag-backup-files]
7043 with a prefix argument.
7047 (autoload 'dired-do-shell-command "dired-aux" "\
7048 Run a shell command COMMAND on the marked files.
7049 If no files are marked or a specific numeric prefix arg is given,
7050 the next ARG files are used. Just \\[universal-argument] means the current file.
7051 The prompt mentions the file(s) or the marker, as appropriate.
7053 If there is a `*' in COMMAND, surrounded by whitespace, this runs
7054 COMMAND just once with the entire file list substituted there.
7056 If there is no `*', but there is a `?' in COMMAND, surrounded by
7057 whitespace, this runs COMMAND on each file individually with the
7058 file name substituted for `?'.
7060 Otherwise, this runs COMMAND on each file individually with the
7061 file name added at the end of COMMAND (separated by a space).
7063 `*' and `?' when not surrounded by whitespace have no special
7064 significance for `dired-do-shell-command', and are passed through
7065 normally to the shell, but you must confirm first. To pass `*' by
7066 itself to the shell as a wildcard, type `*\"\"'.
7068 If COMMAND produces output, it goes to a separate buffer.
7070 This feature does not try to redisplay Dired buffers afterward, as
7071 there's no telling what files COMMAND may have changed.
7072 Type \\[dired-do-redisplay] to redisplay the marked files.
7074 When COMMAND runs, its working directory is the top-level directory of
7075 the Dired buffer, so output files usually are created there instead of
7078 In a noninteractive call (from Lisp code), you must specify
7079 the list of file names explicitly with the FILE-LIST argument, which
7080 can be produced by `dired-get-marked-files', for example.
7082 \(fn COMMAND &optional ARG FILE-LIST)" t nil)
7084 (autoload 'dired-run-shell-command "dired-aux" "\
7087 \(fn COMMAND)" nil nil)
7089 (autoload 'dired-do-kill-lines "dired-aux" "\
7090 Kill all marked lines (not the files).
7091 With a prefix argument, kill that many lines starting with the current line.
7092 \(A negative argument kills backward.)
7093 If you use this command with a prefix argument to kill the line
7094 for a file that is a directory, which you have inserted in the
7095 Dired buffer as a subdirectory, then it deletes that subdirectory
7096 from the buffer as well.
7097 To kill an entire subdirectory (without killing its line in the
7098 parent directory), go to its directory header line and use this
7099 command with a prefix argument (the value does not matter).
7101 \(fn &optional ARG FMT)" t nil)
7103 (autoload 'dired-compress-file "dired-aux" "\
7106 \(fn FILE)" nil nil)
7108 (autoload 'dired-query "dired-aux" "\
7111 \(fn QS-VAR QS-PROMPT &rest QS-ARGS)" nil nil)
7113 (autoload 'dired-do-compress "dired-aux" "\
7114 Compress or uncompress marked (or next ARG) files.
7116 \(fn &optional ARG)" t nil)
7118 (autoload 'dired-do-byte-compile "dired-aux" "\
7119 Byte compile marked (or next ARG) Emacs Lisp files.
7121 \(fn &optional ARG)" t nil)
7123 (autoload 'dired-do-load "dired-aux" "\
7124 Load the marked (or next ARG) Emacs Lisp files.
7126 \(fn &optional ARG)" t nil)
7128 (autoload 'dired-do-redisplay "dired-aux" "\
7129 Redisplay all marked (or next ARG) files.
7130 If on a subdir line, redisplay that subdirectory. In that case,
7131 a prefix arg lets you edit the `ls' switches used for the new listing.
7133 Dired remembers switches specified with a prefix arg, so that reverting
7134 the buffer will not reset them. However, using `dired-undo' to re-insert
7135 or delete subdirectories can bypass this machinery. Hence, you sometimes
7136 may have to reset some subdirectory switches after a `dired-undo'.
7137 You can reset all subdirectory switches to the default using
7138 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7139 See Info node `(emacs)Subdir switches' for more details.
7141 \(fn &optional ARG TEST-FOR-SUBDIR)" t nil)
7143 (autoload 'dired-add-file "dired-aux" "\
7146 \(fn FILENAME &optional MARKER-CHAR)" nil nil)
7148 (autoload 'dired-remove-file "dired-aux" "\
7151 \(fn FILE)" nil nil)
7153 (autoload 'dired-relist-file "dired-aux" "\
7154 Create or update the line for FILE in all Dired buffers it would belong in.
7156 \(fn FILE)" nil nil)
7158 (autoload 'dired-copy-file "dired-aux" "\
7161 \(fn FROM TO OK-FLAG)" nil nil)
7163 (autoload 'dired-rename-file "dired-aux" "\
7166 \(fn FILE NEWNAME OK-IF-ALREADY-EXISTS)" nil nil)
7168 (autoload 'dired-create-directory "dired-aux" "\
7169 Create a directory called DIRECTORY.
7171 \(fn DIRECTORY)" t nil)
7173 (autoload 'dired-do-copy "dired-aux" "\
7174 Copy all marked (or next ARG) files, or copy the current file.
7175 This normally preserves the last-modified date when copying.
7176 When operating on just the current file, you specify the new name.
7177 When operating on multiple or marked files, you specify a directory,
7178 and new copies of these files are made in that directory
7179 with the same names that the files currently have. The default
7180 suggested for the target directory depends on the value of
7181 `dired-dwim-target', which see.
7183 This command copies symbolic links by creating new ones,
7186 \(fn &optional ARG)" t nil)
7188 (autoload 'dired-do-symlink "dired-aux" "\
7189 Make symbolic links to current file or all marked (or next ARG) files.
7190 When operating on just the current file, you specify the new name.
7191 When operating on multiple or marked files, you specify a directory
7192 and new symbolic links are made in that directory
7193 with the same names that the files currently have. The default
7194 suggested for the target directory depends on the value of
7195 `dired-dwim-target', which see.
7197 For relative symlinks, use \\[dired-do-relsymlink].
7199 \(fn &optional ARG)" t nil)
7201 (autoload 'dired-do-hardlink "dired-aux" "\
7202 Add names (hard links) current file or all marked (or next ARG) files.
7203 When operating on just the current file, you specify the new name.
7204 When operating on multiple or marked files, you specify a directory
7205 and new hard links are made in that directory
7206 with the same names that the files currently have. The default
7207 suggested for the target directory depends on the value of
7208 `dired-dwim-target', which see.
7210 \(fn &optional ARG)" t nil)
7212 (autoload 'dired-do-rename "dired-aux" "\
7213 Rename current file or all marked (or next ARG) files.
7214 When renaming just the current file, you specify the new name.
7215 When renaming multiple or marked files, you specify a directory.
7216 This command also renames any buffers that are visiting the files.
7217 The default suggested for the target directory depends on the value
7218 of `dired-dwim-target', which see.
7220 \(fn &optional ARG)" t nil)
7222 (autoload 'dired-do-rename-regexp "dired-aux" "\
7223 Rename selected files whose names match REGEXP to NEWNAME.
7225 With non-zero prefix argument ARG, the command operates on the next ARG
7226 files. Otherwise, it operates on all the marked files, or the current
7227 file if none are marked.
7229 As each match is found, the user must type a character saying
7230 what to do with it. For directions, type \\[help-command] at that time.
7231 NEWNAME may contain \\=\\<n> or \\& as in `query-replace-regexp'.
7232 REGEXP defaults to the last regexp used.
7234 With a zero prefix arg, renaming by regexp affects the absolute file name.
7235 Normally, only the non-directory part of the file name is used and changed.
7237 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
7239 (autoload 'dired-do-copy-regexp "dired-aux" "\
7240 Copy selected files whose names match REGEXP to NEWNAME.
7241 See function `dired-do-rename-regexp' for more info.
7243 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
7245 (autoload 'dired-do-hardlink-regexp "dired-aux" "\
7246 Hardlink selected files whose names match REGEXP to NEWNAME.
7247 See function `dired-do-rename-regexp' for more info.
7249 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
7251 (autoload 'dired-do-symlink-regexp "dired-aux" "\
7252 Symlink selected files whose names match REGEXP to NEWNAME.
7253 See function `dired-do-rename-regexp' for more info.
7255 \(fn REGEXP NEWNAME &optional ARG WHOLE-NAME)" t nil)
7257 (autoload 'dired-upcase "dired-aux" "\
7258 Rename all marked (or next ARG) files to upper case.
7260 \(fn &optional ARG)" t nil)
7262 (autoload 'dired-downcase "dired-aux" "\
7263 Rename all marked (or next ARG) files to lower case.
7265 \(fn &optional ARG)" t nil)
7267 (autoload 'dired-maybe-insert-subdir "dired-aux" "\
7268 Insert this subdirectory into the same dired buffer.
7269 If it is already present, just move to it (type \\[dired-do-redisplay] to refresh),
7270 else inserts it at its natural place (as `ls -lR' would have done).
7271 With a prefix arg, you may edit the ls switches used for this listing.
7272 You can add `R' to the switches to expand the whole tree starting at
7274 This function takes some pains to conform to `ls -lR' output.
7276 Dired remembers switches specified with a prefix arg, so that reverting
7277 the buffer will not reset them. However, using `dired-undo' to re-insert
7278 or delete subdirectories can bypass this machinery. Hence, you sometimes
7279 may have to reset some subdirectory switches after a `dired-undo'.
7280 You can reset all subdirectory switches to the default using
7281 \\<dired-mode-map>\\[dired-reset-subdir-switches].
7282 See Info node `(emacs)Subdir switches' for more details.
7284 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
7286 (autoload 'dired-insert-subdir "dired-aux" "\
7287 Insert this subdirectory into the same dired buffer.
7288 If it is already present, overwrites previous entry,
7289 else inserts it at its natural place (as `ls -lR' would have done).
7290 With a prefix arg, you may edit the `ls' switches used for this listing.
7291 You can add `R' to the switches to expand the whole tree starting at
7293 This function takes some pains to conform to `ls -lR' output.
7295 \(fn DIRNAME &optional SWITCHES NO-ERROR-IF-NOT-DIR-P)" t nil)
7297 (autoload 'dired-prev-subdir "dired-aux" "\
7298 Go to previous subdirectory, regardless of level.
7299 When called interactively and not on a subdir line, go to this subdir's line.
7301 \(fn ARG &optional NO-ERROR-IF-NOT-FOUND NO-SKIP)" t nil)
7303 (autoload 'dired-goto-subdir "dired-aux" "\
7304 Go to end of header line of DIR in this dired buffer.
7305 Return value of point on success, otherwise return nil.
7306 The next char is either \\n, or \\r if DIR is hidden.
7310 (autoload 'dired-mark-subdir-files "dired-aux" "\
7311 Mark all files except `.' and `..' in current subdirectory.
7312 If the Dired buffer shows multiple directories, this command
7313 marks the files listed in the subdirectory that point is in.
7317 (autoload 'dired-kill-subdir "dired-aux" "\
7318 Remove all lines of current subdirectory.
7319 Lower levels are unaffected.
7321 \(fn &optional REMEMBER-MARKS)" t nil)
7323 (autoload 'dired-tree-up "dired-aux" "\
7324 Go up ARG levels in the dired tree.
7328 (autoload 'dired-tree-down "dired-aux" "\
7329 Go down in the dired tree.
7333 (autoload 'dired-hide-subdir "dired-aux" "\
7334 Hide or unhide the current subdirectory and move to next directory.
7335 Optional prefix arg is a repeat factor.
7336 Use \\[dired-hide-all] to (un)hide all directories.
7340 (autoload 'dired-hide-all "dired-aux" "\
7341 Hide all subdirectories, leaving only their header lines.
7342 If there is already something hidden, make everything visible again.
7343 Use \\[dired-hide-subdir] to (un)hide a particular subdirectory.
7347 (autoload 'dired-do-search "dired-aux" "\
7348 Search through all marked files for a match for REGEXP.
7349 Stops when a match is found.
7350 To continue searching for next match, use command \\[tags-loop-continue].
7352 \(fn REGEXP)" t nil)
7354 (autoload 'dired-do-query-replace-regexp "dired-aux" "\
7355 Do `query-replace-regexp' of FROM with TO, on all marked files.
7356 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
7357 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
7358 with the command \\[tags-loop-continue].
7360 \(fn FROM TO &optional DELIMITED)" t nil)
7362 (autoload 'dired-show-file-type "dired-aux" "\
7363 Print the type of FILE, according to the `file' command.
7364 If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
7365 true then the type of the file linked to by FILE is printed instead.
7367 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
7371 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
7372 ;;;;;; (18310 12034))
7373 ;;; Generated autoloads from dired-x.el
7375 (autoload 'dired-jump "dired-x" "\
7376 Jump to dired buffer corresponding to current buffer.
7377 If in a file, dired the current directory and move to file's line.
7378 If in Dired already, pop up a level and goto old directory's line.
7379 In case the proper dired file line cannot be found, refresh the dired
7380 buffer and try again.
7382 \(fn &optional OTHER-WINDOW)" t nil)
7384 (autoload 'dired-do-relsymlink "dired-x" "\
7385 Relative symlink all marked (or next ARG) files into a directory.
7386 Otherwise make a relative symbolic link to the current file.
7387 This creates relative symbolic links like
7391 not absolute ones like
7393 foo -> /ugly/file/name/that/may/change/any/day/bar/foo
7395 For absolute symlinks, use \\[dired-do-symlink].
7397 \(fn &optional ARG)" t nil)
7401 ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
7402 ;;;;;; (18310 12034))
7403 ;;; Generated autoloads from dirtrack.el
7405 (autoload 'dirtrack-mode "dirtrack" "\
7406 Enable or disable Dirtrack directory tracking in a shell buffer.
7407 This method requires that your shell prompt contain the full
7408 current working directory at all times, and that `dirtrack-list'
7409 is set to match the prompt. This is an alternative to
7410 `shell-dirtrack-mode', which works differently, by tracking `cd'
7411 and similar commands which change the shell working directory.
7413 \(fn &optional ARG)" t nil)
7415 (autoload 'dirtrack "dirtrack" "\
7416 Determine the current directory by scanning the process output for a prompt.
7417 The prompt to look for is the first item in `dirtrack-list'.
7419 You can toggle directory tracking by using the function `dirtrack-mode'.
7421 If directory tracking does not seem to be working, you can use the
7422 function `dirtrack-debug-mode' to turn on debugging output.
7424 \(fn INPUT)" nil nil)
7428 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (18310
7430 ;;; Generated autoloads from emacs-lisp/disass.el
7432 (autoload 'disassemble "disass" "\
7433 Print disassembled code for OBJECT in (optional) BUFFER.
7434 OBJECT can be a symbol defined as a function, or a function itself
7435 \(a lambda expression or a compiled-function object).
7436 If OBJECT is not already compiled, we compile it, but do not
7437 redefine OBJECT if it is a symbol.
7439 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
7443 ;;;### (autoloads (standard-display-european glyph-face glyph-char
7444 ;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic
7445 ;;;;;; standard-display-g1 standard-display-ascii standard-display-default
7446 ;;;;;; standard-display-8bit describe-current-display-table describe-display-table
7447 ;;;;;; set-display-table-slot display-table-slot make-display-table)
7448 ;;;;;; "disp-table" "disp-table.el" (18339 17930))
7449 ;;; Generated autoloads from disp-table.el
7451 (autoload 'make-display-table "disp-table" "\
7452 Return a new, empty display table.
7456 (autoload 'display-table-slot "disp-table" "\
7457 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
7458 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
7459 Valid symbols are `truncation', `wrap', `escape', `control',
7460 `selective-display', and `vertical-border'.
7462 \(fn DISPLAY-TABLE SLOT)" nil nil)
7464 (autoload 'set-display-table-slot "disp-table" "\
7465 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
7466 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
7467 Valid symbols are `truncation', `wrap', `escape', `control',
7468 `selective-display', and `vertical-border'.
7470 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
7472 (autoload 'describe-display-table "disp-table" "\
7473 Describe the display table DT in a help buffer.
7477 (autoload 'describe-current-display-table "disp-table" "\
7478 Describe the display table in use in the selected window and buffer.
7482 (autoload 'standard-display-8bit "disp-table" "\
7483 Display characters in the range L to H literally.
7487 (autoload 'standard-display-default "disp-table" "\
7488 Display characters in the range L to H using the default notation.
7492 (autoload 'standard-display-ascii "disp-table" "\
7493 Display character C using printable string S.
7497 (autoload 'standard-display-g1 "disp-table" "\
7498 Display character C as character SC in the g1 character set.
7499 This function assumes that your terminal uses the SO/SI characters;
7500 it is meaningless for an X frame.
7502 \(fn C SC)" nil nil)
7504 (autoload 'standard-display-graphic "disp-table" "\
7505 Display character C as character GC in graphics character set.
7506 This function assumes VT100-compatible escapes; it is meaningless for an
7509 \(fn C GC)" nil nil)
7511 (autoload 'standard-display-underline "disp-table" "\
7512 Display character C as character UC plus underlining.
7514 \(fn C UC)" nil nil)
7516 (autoload 'create-glyph "disp-table" "\
7517 Allocate a glyph code to display by sending STRING to the terminal.
7519 \(fn STRING)" nil nil)
7521 (autoload 'make-glyph-code "disp-table" "\
7522 Return a glyph code representing char CHAR with face FACE.
7524 \(fn CHAR &optional FACE)" nil nil)
7526 (autoload 'glyph-char "disp-table" "\
7527 Return the character of glyph code GLYPH.
7529 \(fn GLYPH)" nil nil)
7531 (autoload 'glyph-face "disp-table" "\
7532 Return the face of glyph code GLYPH, or nil if glyph has default face.
7534 \(fn GLYPH)" nil nil)
7536 (autoload 'standard-display-european "disp-table" "\
7537 Semi-obsolete way to toggle display of ISO 8859 European characters.
7539 This function is semi-obsolete; if you want to do your editing with
7540 unibyte characters, it is better to `set-language-environment' coupled
7541 with either the `--unibyte' option or the EMACS_UNIBYTE environment
7542 variable, or else customize `enable-multibyte-characters'.
7544 With prefix argument, this command enables European character display
7545 if ARG is positive, disables it otherwise. Otherwise, it toggles
7546 European character display.
7548 When this mode is enabled, characters in the range of 160 to 255
7549 display not as octal escapes, but as accented characters. Codes 146
7550 and 160 display as apostrophe and space, even though they are not the
7551 ASCII codes for apostrophe and space.
7553 Enabling European character display with this command noninteractively
7554 from Lisp code also selects Latin-1 as the language environment, and
7555 selects unibyte mode for all Emacs buffers (both existing buffers and
7556 those created subsequently). This provides increased compatibility
7557 for users who call this function in `.emacs'.
7563 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
7564 ;;;;;; (18310 12104))
7565 ;;; Generated autoloads from play/dissociate.el
7567 (autoload 'dissociated-press "dissociate" "\
7568 Dissociate the text of the current buffer.
7569 Output goes in buffer named *Dissociation*,
7570 which is redisplayed each time text is added to it.
7571 Every so often the user must say whether to continue.
7572 If ARG is positive, require ARG chars of continuity.
7573 If ARG is negative, require -ARG words of continuity.
7576 \(fn &optional ARG)" t nil)
7580 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (18339 17931))
7581 ;;; Generated autoloads from dnd.el
7583 (defvar dnd-protocol-alist '(("^file:///" . dnd-open-local-file) ("^file://" . dnd-open-file) ("^file:" . dnd-open-local-file) ("^\\(https?\\|ftp\\|file\\|nfs\\)://" . dnd-open-file)) "\
7584 The functions to call for different protocols when a drop is made.
7585 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
7586 The list contains of (REGEXP . FUNCTION) pairs.
7587 The functions shall take two arguments, URL, which is the URL dropped and
7588 ACTION which is the action to be performed for the drop (move, copy, link,
7590 If no match is found here, and the value of `browse-url-browser-function'
7591 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
7592 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
7593 The function shall return the action done (move, copy, link or private)
7594 if some action was made, or nil if the URL is ignored.")
7596 (custom-autoload 'dnd-protocol-alist "dnd" t)
7600 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
7601 ;;;;;; "textmodes/dns-mode.el" (18310 12117))
7602 ;;; Generated autoloads from textmodes/dns-mode.el
7604 (autoload 'dns-mode "dns-mode" "\
7605 Major mode for viewing and editing DNS master files.
7606 This mode is inherited from text mode. It add syntax
7607 highlighting, and some commands for handling DNS master files.
7608 Its keymap inherits from `text-mode' and it has the same
7609 variables for customizing indentation. It has its own abbrev
7610 table and its own syntax table.
7612 Turning on DNS mode runs `dns-mode-hook'.
7615 (defalias 'zone-mode 'dns-mode)
7617 (autoload 'dns-mode-soa-increment-serial "dns-mode" "\
7618 Locate SOA record and increment the serial field.
7621 (add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode))
7625 ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode
7626 ;;;;;; doc-view-mode-p) "doc-view" "doc-view.el" (18351 47688))
7627 ;;; Generated autoloads from doc-view.el
7629 (autoload 'doc-view-mode-p "doc-view" "\
7630 Return non-nil if image type TYPE is available for `doc-view'.
7631 Image types are symbols like `dvi', `postscript' or `pdf'.
7633 \(fn TYPE)" nil nil)
7635 (autoload 'doc-view-mode "doc-view" "\
7636 Major mode in DocView buffers.
7637 You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
7638 toggle between displaying the document or editing it as text.
7639 \\{doc-view-mode-map}
7643 (autoload 'doc-view-minor-mode "doc-view" "\
7644 Toggle Doc view minor mode.
7645 With arg, turn Doc view minor mode on if arg is positive, off otherwise.
7646 See the command `doc-view-mode' for more information on this mode.
7648 \(fn &optional ARG)" t nil)
7650 (autoload 'doc-view-bookmark-jump "doc-view" "\
7657 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (18310 12105))
7658 ;;; Generated autoloads from play/doctor.el
7660 (autoload 'doctor "doctor" "\
7661 Switch to *doctor* buffer and start giving psychotherapy.
7667 ;;;### (autoloads (double-mode) "double" "double.el" (18310 12035))
7668 ;;; Generated autoloads from double.el
7670 (autoload 'double-mode "double" "\
7672 With prefix argument ARG, turn Double mode on if ARG is positive, otherwise
7675 When Double mode is on, some keys will insert different strings
7676 when pressed twice. See variable `double-map' for details.
7678 \(fn &optional ARG)" t nil)
7682 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (18310 12105))
7683 ;;; Generated autoloads from play/dunnet.el
7685 (autoload 'dunnet "dunnet" "\
7686 Switch to *dungeon* buffer and start game.
7692 ;;;### (autoloads (gnus-earcon-display) "earcon" "gnus/earcon.el"
7693 ;;;;;; (18310 12073))
7694 ;;; Generated autoloads from gnus/earcon.el
7696 (autoload 'gnus-earcon-display "earcon" "\
7697 Play sounds in message buffers.
7703 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
7704 ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
7705 ;;;;;; "emacs-lisp/easy-mmode.el" (18310 12062))
7706 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
7708 (defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
7710 (autoload 'define-minor-mode "easy-mmode" "\
7711 Define a new minor mode MODE.
7712 This function defines the associated control variable MODE, keymap MODE-map,
7713 and toggle command MODE.
7715 DOC is the documentation for the mode toggle command.
7716 Optional INIT-VALUE is the initial value of the mode's variable.
7717 Optional LIGHTER is displayed in the modeline when the mode is on.
7718 Optional KEYMAP is the default (defvar) keymap bound to the mode keymap.
7719 If it is a list, it is passed to `easy-mmode-define-keymap'
7720 in order to build a valid keymap. It's generally better to use
7721 a separate MODE-map variable than to use this argument.
7722 The above three arguments can be skipped if keyword arguments are
7725 BODY contains code to execute each time the mode is activated or deactivated.
7726 It is executed after toggling the mode,
7727 and before running the hook variable `MODE-hook'.
7728 Before the actual body code, you can write keyword arguments (alternating
7729 keywords and values). These following keyword arguments are supported (other
7730 keywords will be passed to `defcustom' if the minor mode is global):
7731 :group GROUP Custom group name to use in all generated `defcustom' forms.
7732 Defaults to MODE without the possible trailing \"-mode\".
7733 Don't use this default group name unless you have written a
7734 `defgroup' to define that group properly.
7735 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
7736 buffer-local, so don't make the variable MODE buffer-local.
7737 By default, the mode is buffer-local.
7738 :init-value VAL Same as the INIT-VALUE argument.
7739 :lighter SPEC Same as the LIGHTER argument.
7740 :keymap MAP Same as the KEYMAP argument.
7741 :require SYM Same as in `defcustom'.
7743 For example, you could write
7744 (define-minor-mode foo-mode \"If enabled, foo on you!\"
7745 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
7748 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
7750 (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode)
7752 (defalias 'define-global-minor-mode 'define-globalized-minor-mode)
7754 (autoload 'define-globalized-minor-mode "easy-mmode" "\
7755 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
7756 TURN-ON is a function that will be called with no args in every buffer
7757 and that should try to turn MODE on if applicable for that buffer.
7758 KEYS is a list of CL-style keyword arguments. As the minor mode
7759 defined by this function is always global, any :global keyword is
7760 ignored. Other keywords have the same meaning as in `define-minor-mode',
7761 which see. In particular, :group specifies the custom group.
7762 The most useful keywords are those that are passed on to the
7763 `defcustom'. It normally makes no sense to pass the :lighter
7764 or :keymap keywords to `define-globalized-minor-mode', since these
7765 are usually passed to the buffer-local version of the minor mode.
7767 If MODE's set-up depends on the major mode in effect when it was
7768 enabled, then disabling and reenabling MODE should make MODE work
7769 correctly with the current major mode. This is important to
7770 prevent problems with derived modes, that is, major modes that
7771 call another major mode in their body.
7773 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro))
7775 (autoload 'easy-mmode-define-keymap "easy-mmode" "\
7776 Return a keymap built from bindings BS.
7777 BS must be a list of (KEY . BINDING) where
7778 KEY and BINDINGS are suitable for `define-key'.
7779 Optional NAME is passed to `make-sparse-keymap'.
7780 Optional map M can be used to modify an existing map.
7781 ARGS is a list of additional keyword arguments.
7783 \(fn BS &optional NAME M ARGS)" nil nil)
7785 (autoload 'easy-mmode-defmap "easy-mmode" "\
7788 \(fn M BS DOC &rest ARGS)" nil (quote macro))
7790 (autoload 'easy-mmode-defsyntax "easy-mmode" "\
7791 Define variable ST as a syntax-table.
7792 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7794 \(fn ST CSS DOC &rest ARGS)" nil (quote macro))
7798 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7799 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (18324
7801 ;;; Generated autoloads from emacs-lisp/easymenu.el
7803 (put 'easy-menu-define 'lisp-indent-function 'defun)
7805 (autoload 'easy-menu-define "easymenu" "\
7806 Define a menu bar submenu in maps MAPS, according to MENU.
7808 If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL,
7809 and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
7810 If SYMBOL is nil, just store the menu keymap into MAPS.
7812 The first element of MENU must be a string. It is the menu bar item name.
7813 It may be followed by the following keyword argument pairs
7817 FUNCTION is a function with one argument, the rest of menu items.
7818 It returns the remaining items of the displayed menu.
7822 INCLUDE is an expression; this menu is only visible if this
7823 expression has a non-nil value. `:included' is an alias for `:visible'.
7827 ENABLE is an expression; the menu is enabled for selection
7828 whenever this expression's value is non-nil.
7830 The rest of the elements in MENU, are menu items.
7832 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
7834 NAME is a string--the menu item name.
7836 CALLBACK is a command to run when the item is chosen,
7837 or a list to evaluate when the item is chosen.
7839 ENABLE is an expression; the item is enabled for selection
7840 whenever this expression's value is non-nil.
7842 Alternatively, a menu item may have the form:
7844 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
7846 Where KEYWORD is one of the symbols defined below.
7850 KEYS is a string; a complex keyboard equivalent to this menu item.
7851 This is normally not needed because keyboard equivalents are usually
7852 computed automatically.
7853 KEYS is expanded with `substitute-command-keys' before it is used.
7857 KEYS is nil, a string or a vector; nil or a keyboard equivalent to this
7859 This is a hint that will considerably speed up Emacs' first display of
7860 a menu. Use `:key-sequence nil' when you know that this menu item has no
7861 keyboard equivalent.
7865 ENABLE is an expression; the item is enabled for selection
7866 whenever this expression's value is non-nil.
7870 INCLUDE is an expression; this item is only visible if this
7871 expression has a non-nil value. `:included' is an alias for `:visible'.
7875 FORM is an expression that will be dynamically evaluated and whose
7876 value will be used for the menu entry's text label (the default is NAME).
7880 FORM is an expression that will be dynamically evaluated and whose
7881 value will be concatenated to the menu entry's label.
7885 STYLE is a symbol describing the type of menu item. The following are
7889 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
7890 radio: A radio button.
7891 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
7892 button: Surround the name with `[' and `]'. Use this for an item in the
7894 anything else means an ordinary menu item.
7898 SELECTED is an expression; the checkbox or radio button is selected
7899 whenever this expression's value is non-nil.
7903 HELP is a string, the help to display for the menu item.
7905 A menu item can be a string. Then that string appears in the menu as
7906 unselectable text. A string consisting solely of hyphens is displayed
7907 as a solid horizontal line.
7909 A menu item can be a list with the same format as MENU. This is a submenu.
7911 \(fn SYMBOL MAPS DOC MENU)" nil (quote macro))
7913 (autoload 'easy-menu-do-define "easymenu" "\
7916 \(fn SYMBOL MAPS DOC MENU)" nil nil)
7918 (autoload 'easy-menu-create-menu "easymenu" "\
7919 Create a menu called MENU-NAME with items described in MENU-ITEMS.
7920 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
7921 possibly preceded by keyword pairs as described in `easy-menu-define'.
7923 \(fn MENU-NAME MENU-ITEMS)" nil nil)
7925 (autoload 'easy-menu-change "easymenu" "\
7926 Change menu found at PATH as item NAME to contain ITEMS.
7927 PATH is a list of strings for locating the menu that
7928 should contain a submenu named NAME.
7929 ITEMS is a list of menu items, as in `easy-menu-define'.
7930 These items entirely replace the previous items in that submenu.
7932 If MAP is specified, it should normally be a keymap; nil stands for the local
7933 menu-bar keymap. It can also be a symbol, which has earlier been used as the
7934 first argument in a call to `easy-menu-define', or the value of such a symbol.
7936 If the menu located by PATH has no submenu named NAME, add one.
7937 If the optional argument BEFORE is present, add it just before
7938 the submenu named BEFORE, otherwise add it at the end of the menu.
7940 To implement dynamic menus, either call this from
7941 `menu-bar-update-hook' or use a menu filter.
7943 \(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
7947 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
7948 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
7949 ;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
7950 ;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
7951 ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7952 ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7953 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7954 ;;;;;; "progmodes/ebnf2ps.el" (18310 12109))
7955 ;;; Generated autoloads from progmodes/ebnf2ps.el
7957 (autoload 'ebnf-customize "ebnf2ps" "\
7958 Customization for ebnf group.
7962 (autoload 'ebnf-print-directory "ebnf2ps" "\
7963 Generate and print a PostScript syntactic chart image of DIRECTORY.
7965 If DIRECTORY is nil, it's used `default-directory'.
7967 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7970 See also `ebnf-print-buffer'.
7972 \(fn &optional DIRECTORY)" t nil)
7974 (autoload 'ebnf-print-file "ebnf2ps" "\
7975 Generate and print a PostScript syntactic chart image of the file FILE.
7977 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7978 killed after process termination.
7980 See also `ebnf-print-buffer'.
7982 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7984 (autoload 'ebnf-print-buffer "ebnf2ps" "\
7985 Generate and print a PostScript syntactic chart image of the buffer.
7987 When called with a numeric prefix argument (C-u), prompts the user for
7988 the name of a file to save the PostScript image in, instead of sending
7991 More specifically, the FILENAME argument is treated as follows: if it
7992 is nil, send the image to the printer. If FILENAME is a string, save
7993 the PostScript image in a file with that name. If FILENAME is a
7994 number, prompt the user for the name of the file to save in.
7996 \(fn &optional FILENAME)" t nil)
7998 (autoload 'ebnf-print-region "ebnf2ps" "\
7999 Generate and print a PostScript syntactic chart image of the region.
8000 Like `ebnf-print-buffer', but prints just the current region.
8002 \(fn FROM TO &optional FILENAME)" t nil)
8004 (autoload 'ebnf-spool-directory "ebnf2ps" "\
8005 Generate and spool a PostScript syntactic chart image of DIRECTORY.
8007 If DIRECTORY is nil, it's used `default-directory'.
8009 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8012 See also `ebnf-spool-buffer'.
8014 \(fn &optional DIRECTORY)" t nil)
8016 (autoload 'ebnf-spool-file "ebnf2ps" "\
8017 Generate and spool a PostScript syntactic chart image of the file FILE.
8019 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
8020 killed after process termination.
8022 See also `ebnf-spool-buffer'.
8024 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
8026 (autoload 'ebnf-spool-buffer "ebnf2ps" "\
8027 Generate and spool a PostScript syntactic chart image of the buffer.
8028 Like `ebnf-print-buffer' except that the PostScript image is saved in a
8029 local buffer to be sent to the printer later.
8031 Use the command `ebnf-despool' to send the spooled images to the printer.
8035 (autoload 'ebnf-spool-region "ebnf2ps" "\
8036 Generate a PostScript syntactic chart image of the region and spool locally.
8037 Like `ebnf-spool-buffer', but spools just the current region.
8039 Use the command `ebnf-despool' to send the spooled images to the printer.
8041 \(fn FROM TO)" t nil)
8043 (autoload 'ebnf-eps-directory "ebnf2ps" "\
8044 Generate EPS files from EBNF files in DIRECTORY.
8046 If DIRECTORY is nil, it's used `default-directory'.
8048 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
8051 See also `ebnf-eps-buffer'.
8053 \(fn &optional DIRECTORY)" t nil)
8055 (autoload 'ebnf-eps-file "ebnf2ps" "\
8056 Generate an EPS file from EBNF file FILE.
8058 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
8059 killed after EPS generation.
8061 See also `ebnf-eps-buffer'.
8063 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
8065 (autoload 'ebnf-eps-buffer "ebnf2ps" "\
8066 Generate a PostScript syntactic chart image of the buffer in an EPS file.
8068 Generate an EPS file for each production in the buffer.
8069 The EPS file name has the following form:
8071 <PREFIX><PRODUCTION>.eps
8073 <PREFIX> is given by variable `ebnf-eps-prefix'.
8074 The default value is \"ebnf--\".
8076 <PRODUCTION> is the production name.
8077 Some characters in the production file name are replaced to
8078 produce a valid file name. For example, the production name
8079 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
8080 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8082 WARNING: This function does *NOT* ask any confirmation to override existing
8087 (autoload 'ebnf-eps-region "ebnf2ps" "\
8088 Generate a PostScript syntactic chart image of the region in an EPS file.
8090 Generate an EPS file for each production in the region.
8091 The EPS file name has the following form:
8093 <PREFIX><PRODUCTION>.eps
8095 <PREFIX> is given by variable `ebnf-eps-prefix'.
8096 The default value is \"ebnf--\".
8098 <PRODUCTION> is the production name.
8099 Some characters in the production file name are replaced to
8100 produce a valid file name. For example, the production name
8101 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
8102 file name used in this case will be \"ebnf--A_B_+_C.eps\".
8104 WARNING: This function does *NOT* ask any confirmation to override existing
8107 \(fn FROM TO)" t nil)
8109 (defalias 'ebnf-despool 'ps-despool)
8111 (autoload 'ebnf-syntax-directory "ebnf2ps" "\
8112 Do a syntactic analysis of the files in DIRECTORY.
8114 If DIRECTORY is nil, use `default-directory'.
8116 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
8119 See also `ebnf-syntax-buffer'.
8121 \(fn &optional DIRECTORY)" t nil)
8123 (autoload 'ebnf-syntax-file "ebnf2ps" "\
8124 Do a syntactic analysis of the named FILE.
8126 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
8127 killed after syntax checking.
8129 See also `ebnf-syntax-buffer'.
8131 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
8133 (autoload 'ebnf-syntax-buffer "ebnf2ps" "\
8134 Do a syntactic analysis of the current buffer.
8138 (autoload 'ebnf-syntax-region "ebnf2ps" "\
8139 Do a syntactic analysis of a region.
8141 \(fn FROM TO)" t nil)
8143 (autoload 'ebnf-setup "ebnf2ps" "\
8144 Return the current ebnf2ps setup.
8148 (autoload 'ebnf-find-style "ebnf2ps" "\
8149 Return style definition if NAME is already defined; otherwise, return nil.
8151 See `ebnf-style-database' documentation.
8155 (autoload 'ebnf-insert-style "ebnf2ps" "\
8156 Insert a new style NAME with inheritance INHERITS and values VALUES.
8158 See `ebnf-style-database' documentation.
8160 \(fn NAME INHERITS &rest VALUES)" t nil)
8162 (autoload 'ebnf-delete-style "ebnf2ps" "\
8165 See `ebnf-style-database' documentation.
8169 (autoload 'ebnf-merge-style "ebnf2ps" "\
8170 Merge values of style NAME with style VALUES.
8172 See `ebnf-style-database' documentation.
8174 \(fn NAME &rest VALUES)" t nil)
8176 (autoload 'ebnf-apply-style "ebnf2ps" "\
8177 Set STYLE as the current style.
8179 Returns the old style symbol.
8181 See `ebnf-style-database' documentation.
8185 (autoload 'ebnf-reset-style "ebnf2ps" "\
8186 Reset current style.
8188 Returns the old style symbol.
8190 See `ebnf-style-database' documentation.
8192 \(fn &optional STYLE)" t nil)
8194 (autoload 'ebnf-push-style "ebnf2ps" "\
8195 Push the current style onto a stack and set STYLE as the current style.
8197 Returns the old style symbol.
8199 See also `ebnf-pop-style'.
8201 See `ebnf-style-database' documentation.
8203 \(fn &optional STYLE)" t nil)
8205 (autoload 'ebnf-pop-style "ebnf2ps" "\
8206 Pop a style from the stack of pushed styles and set it as the current style.
8208 Returns the old style symbol.
8210 See also `ebnf-push-style'.
8212 See `ebnf-style-database' documentation.
8218 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
8219 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
8220 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
8221 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-search ebrowse-tags-loop-continue
8222 ;;;;;; ebrowse-tags-complete-symbol ebrowse-tags-find-definition-other-frame
8223 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
8224 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
8225 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
8226 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
8227 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
8228 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (18329
8230 ;;; Generated autoloads from progmodes/ebrowse.el
8232 (autoload 'ebrowse-tree-mode "ebrowse" "\
8233 Major mode for Ebrowse class tree buffers.
8234 Each line corresponds to a class in a class tree.
8235 Letters do not insert themselves, they are commands.
8236 File operations in the tree buffer work on class tree data structures.
8237 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
8239 Tree mode key bindings:
8240 \\{ebrowse-tree-mode-map}
8244 (autoload 'ebrowse-electric-choose-tree "ebrowse" "\
8245 Return a buffer containing a tree or nil if no tree found or canceled.
8249 (autoload 'ebrowse-member-mode "ebrowse" "\
8250 Major mode for Ebrowse member buffers.
8252 \\{ebrowse-member-mode-map}
8256 (autoload 'ebrowse-tags-view-declaration "ebrowse" "\
8257 View declaration of member at point.
8261 (autoload 'ebrowse-tags-find-declaration "ebrowse" "\
8262 Find declaration of member at point.
8266 (autoload 'ebrowse-tags-view-definition "ebrowse" "\
8267 View definition of member at point.
8271 (autoload 'ebrowse-tags-find-definition "ebrowse" "\
8272 Find definition of member at point.
8276 (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
8277 Find declaration of member at point in other window.
8281 (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
8282 View definition of member at point in other window.
8286 (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
8287 Find definition of member at point in other window.
8291 (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
8292 Find definition of member at point in other frame.
8296 (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
8297 View definition of member at point in other frame.
8301 (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
8302 Find definition of member at point in other frame.
8306 (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
8307 Perform completion on the C++ symbol preceding point.
8308 A second call of this function without changing point inserts the next match.
8309 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
8312 \(fn PREFIX)" t nil)
8314 (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
8315 Repeat last operation on files in tree.
8316 FIRST-TIME non-nil means this is not a repetition, but the first time.
8317 TREE-BUFFER if indirectly specifies which files to loop over.
8319 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
8321 (autoload 'ebrowse-tags-search "ebrowse" "\
8322 Search for REGEXP in all files in a tree.
8323 If marked classes exist, process marked classes, only.
8324 If regular expression is nil, repeat last search.
8326 \(fn REGEXP)" t nil)
8328 (autoload 'ebrowse-tags-query-replace "ebrowse" "\
8329 Query replace FROM with TO in all files of a class tree.
8330 With prefix arg, process files of marked classes only.
8332 \(fn FROM TO)" t nil)
8334 (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
8335 Search for call sites of a member.
8336 If FIX-NAME is specified, search uses of that member.
8337 Otherwise, read a member name from the minibuffer.
8338 Searches in all files mentioned in a class tree for something that
8339 looks like a function call to the member.
8341 \(fn &optional FIX-NAME)" t nil)
8343 (autoload 'ebrowse-back-in-position-stack "ebrowse" "\
8344 Move backward in the position stack.
8345 Prefix arg ARG says how much.
8349 (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\
8350 Move forward in the position stack.
8351 Prefix arg ARG says how much.
8355 (autoload 'ebrowse-electric-position-menu "ebrowse" "\
8356 List positions in the position stack in an electric buffer.
8360 (autoload 'ebrowse-save-tree "ebrowse" "\
8361 Save current tree in same file it was loaded from.
8365 (autoload 'ebrowse-save-tree-as "ebrowse" "\
8366 Write the current tree data structure to a file.
8367 Read the file name from the minibuffer if interactive.
8368 Otherwise, FILE-NAME specifies the file to save the tree in.
8370 \(fn &optional FILE-NAME)" t nil)
8372 (autoload 'ebrowse-statistics "ebrowse" "\
8373 Display statistics for a class tree.
8379 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
8380 ;;;;;; (18310 12035))
8381 ;;; Generated autoloads from ebuff-menu.el
8383 (autoload 'electric-buffer-list "ebuff-menu" "\
8384 Pop up a buffer describing the set of Emacs buffers.
8385 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
8386 listing with menuoid buffer selection.
8388 If the very next character typed is a space then the buffer list
8389 window disappears. Otherwise, one may move around in the buffer list
8390 window, marking buffers to be selected, saved or deleted.
8392 To exit and select a new buffer, type a space when the cursor is on
8393 the appropriate line of the buffer-list window. Other commands are
8394 much like those of `Buffer-menu-mode'.
8396 Run hooks in `electric-buffer-menu-mode-hook' on entry.
8398 \\{electric-buffer-menu-mode-map}
8404 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
8405 ;;;;;; "echistory.el" (18310 12035))
8406 ;;; Generated autoloads from echistory.el
8408 (autoload 'Electric-command-history-redo-expression "echistory" "\
8409 Edit current history line in minibuffer and execute result.
8410 With prefix arg NOCONFIRM, execute current line as-is without editing.
8412 \(fn &optional NOCONFIRM)" t nil)
8416 ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
8417 ;;;;;; (18310 12073))
8418 ;;; Generated autoloads from gnus/ecomplete.el
8420 (autoload 'ecomplete-setup "ecomplete" "\
8427 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
8428 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
8429 ;;;;;; "emacs-lisp/edebug.el" (18310 12062))
8430 ;;; Generated autoloads from emacs-lisp/edebug.el
8432 (defvar edebug-all-defs nil "\
8433 *If non-nil, evaluating defining forms instruments for Edebug.
8434 This applies to `eval-defun', `eval-region', `eval-buffer', and
8435 `eval-current-buffer'. `eval-region' is also called by
8436 `eval-last-sexp', and `eval-print-last-sexp'.
8438 You can use the command `edebug-all-defs' to toggle the value of this
8439 variable. You may wish to make it local to each buffer with
8440 \(make-local-variable 'edebug-all-defs) in your
8441 `emacs-lisp-mode-hook'.")
8443 (custom-autoload 'edebug-all-defs "edebug" t)
8445 (defvar edebug-all-forms nil "\
8446 *Non-nil evaluation of all forms will instrument for Edebug.
8447 This doesn't apply to loading or evaluations in the minibuffer.
8448 Use the command `edebug-all-forms' to toggle the value of this option.")
8450 (custom-autoload 'edebug-all-forms "edebug" t)
8452 (autoload 'edebug-basic-spec "edebug" "\
8453 Return t if SPEC uses only extant spec symbols.
8454 An extant spec symbol is a symbol that is not a function and has a
8455 `edebug-form-spec' property.
8457 \(fn SPEC)" nil nil)
8459 (defalias 'edebug-defun 'edebug-eval-top-level-form)
8461 (autoload 'edebug-eval-top-level-form "edebug" "\
8462 Evaluate the top level form point is in, stepping through with Edebug.
8463 This is like `eval-defun' except that it steps the code for Edebug
8464 before evaluating it. It displays the value in the echo area
8465 using `eval-expression' (which see).
8467 If you do this on a function definition
8468 such as a defun or defmacro, it defines the function and instruments
8469 its definition for Edebug, so it will do Edebug stepping when called
8470 later. It displays `Edebug: FUNCTION' in the echo area to indicate
8471 that FUNCTION is now instrumented for Edebug.
8473 If the current defun is actually a call to `defvar' or `defcustom',
8474 evaluating it this way resets the variable using its initial value
8475 expression even if the variable already has some other value.
8476 \(Normally `defvar' and `defcustom' do not alter the value if there
8481 (autoload 'edebug-all-defs "edebug" "\
8482 Toggle edebugging of all definitions.
8486 (autoload 'edebug-all-forms "edebug" "\
8487 Toggle edebugging of all forms.
8493 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
8494 ;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
8495 ;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
8496 ;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
8497 ;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
8498 ;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
8499 ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
8500 ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
8501 ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-files3 ediff-files)
8502 ;;;;;; "ediff" "ediff.el" (18310 12036))
8503 ;;; Generated autoloads from ediff.el
8505 (autoload 'ediff-files "ediff" "\
8506 Run Ediff on a pair of files, FILE-A and FILE-B.
8508 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
8510 (autoload 'ediff-files3 "ediff" "\
8511 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
8513 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
8515 (defalias 'ediff3 'ediff-files3)
8517 (defalias 'ediff 'ediff-files)
8519 (autoload 'ediff-backup "ediff" "\
8520 Run Ediff on FILE and its backup file.
8521 Uses the latest backup, if there are several numerical backups.
8522 If this file is a backup, `ediff' it with its original.
8526 (autoload 'ediff-buffers "ediff" "\
8527 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
8529 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
8531 (defalias 'ebuffers 'ediff-buffers)
8533 (autoload 'ediff-buffers3 "ediff" "\
8534 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
8536 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
8538 (defalias 'ebuffers3 'ediff-buffers3)
8540 (autoload 'ediff-directories "ediff" "\
8541 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
8542 the same name in both. The third argument, REGEXP, is nil or a regular
8543 expression; only file names that match the regexp are considered.
8545 \(fn DIR1 DIR2 REGEXP)" t nil)
8547 (defalias 'edirs 'ediff-directories)
8549 (autoload 'ediff-directory-revisions "ediff" "\
8550 Run Ediff on a directory, DIR1, comparing its files with their revisions.
8551 The second argument, REGEXP, is a regular expression that filters the file
8552 names. Only the files that are under revision control are taken into account.
8554 \(fn DIR1 REGEXP)" t nil)
8556 (defalias 'edir-revisions 'ediff-directory-revisions)
8558 (autoload 'ediff-directories3 "ediff" "\
8559 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
8560 have the same name in all three. The last argument, REGEXP, is nil or a
8561 regular expression; only file names that match the regexp are considered.
8563 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
8565 (defalias 'edirs3 'ediff-directories3)
8567 (autoload 'ediff-merge-directories "ediff" "\
8568 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
8569 the same name in both. The third argument, REGEXP, is nil or a regular
8570 expression; only file names that match the regexp are considered.
8572 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
8574 (defalias 'edirs-merge 'ediff-merge-directories)
8576 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
8577 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
8578 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
8579 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
8580 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
8581 only file names that match the regexp are considered.
8583 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
8585 (autoload 'ediff-merge-directory-revisions "ediff" "\
8586 Run Ediff on a directory, DIR1, merging its files with their revisions.
8587 The second argument, REGEXP, is a regular expression that filters the file
8588 names. Only the files that are under revision control are taken into account.
8590 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
8592 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
8594 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
8595 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
8596 The second argument, REGEXP, is a regular expression that filters the file
8597 names. Only the files that are under revision control are taken into account.
8599 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
8601 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
8603 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
8605 (autoload 'ediff-windows-wordwise "ediff" "\
8606 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
8607 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
8609 If WIND-A is nil, use selected window.
8610 If WIND-B is nil, use window next to WIND-A.
8612 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
8614 (autoload 'ediff-windows-linewise "ediff" "\
8615 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
8616 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
8618 If WIND-A is nil, use selected window.
8619 If WIND-B is nil, use window next to WIND-A.
8621 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
8623 (autoload 'ediff-regions-wordwise "ediff" "\
8624 Run Ediff on a pair of regions in specified buffers.
8625 Regions (i.e., point and mark) can be set in advance or marked interactively.
8626 This function is effective only for relatively small regions, up to 200
8627 lines. For large regions, use `ediff-regions-linewise'.
8629 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
8631 (autoload 'ediff-regions-linewise "ediff" "\
8632 Run Ediff on a pair of regions in specified buffers.
8633 Regions (i.e., point and mark) can be set in advance or marked interactively.
8634 Each region is enlarged to contain full lines.
8635 This function is effective for large regions, over 100-200
8636 lines. For small regions, use `ediff-regions-wordwise'.
8638 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
8640 (defalias 'ediff-merge 'ediff-merge-files)
8642 (autoload 'ediff-merge-files "ediff" "\
8643 Merge two files without ancestor.
8645 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
8647 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
8648 Merge two files with ancestor.
8650 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
8652 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
8654 (autoload 'ediff-merge-buffers "ediff" "\
8655 Merge buffers without ancestor.
8657 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
8659 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
8660 Merge buffers with ancestor.
8662 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
8664 (autoload 'ediff-merge-revisions "ediff" "\
8665 Run Ediff by merging two revisions of a file.
8666 The file is the optional FILE argument or the file visited by the current
8669 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
8671 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
8672 Run Ediff by merging two revisions of a file with a common ancestor.
8673 The file is the optional FILE argument or the file visited by the current
8676 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
8678 (autoload 'ediff-patch-file "ediff" "\
8679 Run Ediff by patching SOURCE-FILENAME.
8680 If optional PATCH-BUF is given, use the patch in that buffer
8681 and don't ask the user.
8682 If prefix argument, then: if even argument, assume that the patch is in a
8683 buffer. If odd -- assume it is in a file.
8685 \(fn &optional ARG PATCH-BUF)" t nil)
8687 (autoload 'ediff-patch-buffer "ediff" "\
8688 Run Ediff by patching the buffer specified at prompt.
8689 Without the optional prefix ARG, asks if the patch is in some buffer and
8690 prompts for the buffer or a file, depending on the answer.
8691 With ARG=1, assumes the patch is in a file and prompts for the file.
8692 With ARG=2, assumes the patch is in a buffer and prompts for the buffer.
8693 PATCH-BUF is an optional argument, which specifies the buffer that contains the
8694 patch. If not given, the user is prompted according to the prefix argument.
8696 \(fn &optional ARG PATCH-BUF)" t nil)
8698 (defalias 'epatch 'ediff-patch-file)
8700 (defalias 'epatch-buffer 'ediff-patch-buffer)
8702 (autoload 'ediff-revision "ediff" "\
8703 Run Ediff by comparing versions of a file.
8704 The file is an optional FILE argument or the file entered at the prompt.
8705 Default: the file visited by the current buffer.
8706 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
8708 \(fn &optional FILE STARTUP-HOOKS)" t nil)
8710 (defalias 'erevision 'ediff-revision)
8712 (autoload 'ediff-version "ediff" "\
8713 Return string describing the version of Ediff.
8714 When called interactively, displays the version.
8718 (autoload 'ediff-documentation "ediff" "\
8719 Display Ediff's manual.
8720 With optional NODE, goes to that node.
8722 \(fn &optional NODE)" t nil)
8726 ;;;### (autoloads (ediff-customize) "ediff-help" "ediff-help.el"
8727 ;;;;;; (18310 12035))
8728 ;;; Generated autoloads from ediff-help.el
8730 (autoload 'ediff-customize "ediff-help" "\
8737 ;;;### (autoloads nil "ediff-hook" "ediff-hook.el" (18310 12035))
8738 ;;; Generated autoloads from ediff-hook.el
8740 (defvar ediff-window-setup-function)
8741 (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form) (if (featurep 'xemacs) xemacs-form emacs-form))
8743 (ediff-cond-compile-for-xemacs-or-emacs (defun ediff-xemacs-init-menus nil (if (featurep 'menubar) (progn (add-submenu '("Tools") ediff-menu "OO-Browser...") (add-submenu '("Tools") ediff-merge-menu "OO-Browser...") (add-submenu '("Tools") epatch-menu "OO-Browser...") (add-submenu '("Tools") ediff-misc-menu "OO-Browser...") (add-menu-button '("Tools") "-------" "OO-Browser...")))) nil)
8745 (ediff-cond-compile-for-xemacs-or-emacs (progn (defvar ediff-menu '("Compare" ["Two Files..." ediff-files t] ["Two Buffers..." ediff-buffers t] ["Three Files..." ediff-files3 t] ["Three Buffers..." ediff-buffers3 t] "---" ["Two Directories..." ediff-directories t] ["Three Directories..." ediff-directories3 t] "---" ["File with Revision..." ediff-revision t] ["Directory Revisions..." ediff-directory-revisions t] "---" ["Windows Word-by-word..." ediff-windows-wordwise t] ["Windows Line-by-line..." ediff-windows-linewise t] "---" ["Regions Word-by-word..." ediff-regions-wordwise t] ["Regions Line-by-line..." ediff-regions-linewise t])) (defvar ediff-merge-menu '("Merge" ["Files..." ediff-merge-files t] ["Files with Ancestor..." ediff-merge-files-with-ancestor t] ["Buffers..." ediff-merge-buffers t] ["Buffers with Ancestor..." ediff-merge-buffers-with-ancestor t] "---" ["Directories..." ediff-merge-directories t] ["Directories with Ancestor..." ediff-merge-directories-with-ancestor t] "---" ["Revisions..." ediff-merge-revisions t] ["Revisions with Ancestor..." ediff-merge-revisions-with-ancestor t] ["Directory Revisions..." ediff-merge-directory-revisions t] ["Directory Revisions with Ancestor..." ediff-merge-directory-revisions-with-ancestor t])) (defvar epatch-menu '("Apply Patch" ["To a file..." ediff-patch-file t] ["To a buffer..." ediff-patch-buffer t])) (defvar ediff-misc-menu '("Ediff Miscellanea" ["Ediff Manual" ediff-documentation t] ["Customize Ediff" ediff-customize t] ["List Ediff Sessions" ediff-show-registry t] ["Use separate frame for Ediff control buffer" ediff-toggle-multiframe :style toggle :selected (if (and (featurep 'ediff-util) (boundp 'ediff-window-setup-function)) (eq ediff-window-setup-function 'ediff-setup-windows-multiframe))] ["Use a toolbar with Ediff control buffer" ediff-toggle-use-toolbar :style toggle :selected (if (featurep 'ediff-tbar) (ediff-use-toolbar-p))])) (if (and (featurep 'menubar) (not (featurep 'infodock)) (not (featurep 'ediff-hook))) (ediff-xemacs-init-menus))) (if (featurep 'menu-bar) (progn (defvar menu-bar-ediff-misc-menu (make-sparse-keymap "Ediff Miscellanea")) (fset 'menu-bar-ediff-misc-menu (symbol-value 'menu-bar-ediff-misc-menu)) (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch")) (fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu)) (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge")) (fset 'menu-bar-ediff-merge-menu (symbol-value 'menu-bar-ediff-merge-menu)) (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare")) (fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu)) (define-key menu-bar-ediff-menu [window] '("This Window and Next Window" . compare-windows)) (define-key menu-bar-ediff-menu [ediff-windows-linewise] '("Windows Line-by-line..." . ediff-windows-linewise)) (define-key menu-bar-ediff-menu [ediff-windows-wordwise] '("Windows Word-by-word..." . ediff-windows-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-windows] '("--")) (define-key menu-bar-ediff-menu [ediff-regions-linewise] '("Regions Line-by-line..." . ediff-regions-linewise)) (define-key menu-bar-ediff-menu [ediff-regions-wordwise] '("Regions Word-by-word..." . ediff-regions-wordwise)) (define-key menu-bar-ediff-menu [separator-ediff-regions] '("--")) (define-key menu-bar-ediff-menu [ediff-dir-revision] '("Directory Revisions..." . ediff-directory-revisions)) (define-key menu-bar-ediff-menu [ediff-revision] '("File with Revision..." . ediff-revision)) (define-key menu-bar-ediff-menu [separator-ediff-directories] '("--")) (define-key menu-bar-ediff-menu [ediff-directories3] '("Three Directories..." . ediff-directories3)) (define-key menu-bar-ediff-menu [ediff-directories] '("Two Directories..." . ediff-directories)) (define-key menu-bar-ediff-menu [separator-ediff-files] '("--")) (define-key menu-bar-ediff-menu [ediff-buffers3] '("Three Buffers..." . ediff-buffers3)) (define-key menu-bar-ediff-menu [ediff-files3] '("Three Files..." . ediff-files3)) (define-key menu-bar-ediff-menu [ediff-buffers] '("Two Buffers..." . ediff-buffers)) (define-key menu-bar-ediff-menu [ediff-files] '("Two Files..." . ediff-files)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions-with-ancestor] '("Directory Revisions with Ancestor..." . ediff-merge-directory-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-dir-revisions] '("Directory Revisions..." . ediff-merge-directory-revisions)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions-with-ancestor] '("Revisions with Ancestor..." . ediff-merge-revisions-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-revisions] '("Revisions..." . ediff-merge-revisions)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories-with-ancestor] '("Directories with Ancestor..." . ediff-merge-directories-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-directories] '("Directories..." . ediff-merge-directories)) (define-key menu-bar-ediff-merge-menu [separator-ediff-merge-dirs] '("--")) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers-with-ancestor] '("Buffers with Ancestor..." . ediff-merge-buffers-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-buffers] '("Buffers..." . ediff-merge-buffers)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files-with-ancestor] '("Files with Ancestor..." . ediff-merge-files-with-ancestor)) (define-key menu-bar-ediff-merge-menu [ediff-merge-files] '("Files..." . ediff-merge-files)) (define-key menu-bar-epatch-menu [ediff-patch-buffer] '("To a Buffer..." . ediff-patch-buffer)) (define-key menu-bar-epatch-menu [ediff-patch-file] '("To a File..." . ediff-patch-file)) (define-key menu-bar-ediff-misc-menu [emultiframe] '("Toggle use of separate control buffer frame" . ediff-toggle-multiframe)) (define-key menu-bar-ediff-misc-menu [eregistry] '("List Ediff Sessions" . ediff-show-registry)) (define-key menu-bar-ediff-misc-menu [ediff-cust] '("Customize Ediff" . ediff-customize)) (define-key menu-bar-ediff-misc-menu [ediff-doc] '("Ediff Manual" . ediff-documentation)))))
8749 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "ediff-mult.el"
8750 ;;;;;; (18310 12035))
8751 ;;; Generated autoloads from ediff-mult.el
8753 (autoload 'ediff-show-registry "ediff-mult" "\
8754 Display Ediff's registry.
8758 (defalias 'eregistry 'ediff-show-registry)
8762 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
8763 ;;;;;; "ediff-util" "ediff-util.el" (18342 13362))
8764 ;;; Generated autoloads from ediff-util.el
8766 (autoload 'ediff-toggle-multiframe "ediff-util" "\
8767 Switch from multiframe display to single-frame display and back.
8768 To change the default, set the variable `ediff-window-setup-function',
8773 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
8774 Enable or disable Ediff toolbar.
8775 Works only in versions of Emacs that support toolbars.
8776 To change the default, set the variable `ediff-use-toolbar-p', which see.
8782 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8783 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8784 ;;;;;; (18339 17931))
8785 ;;; Generated autoloads from edmacro.el
8787 (defvar edmacro-eight-bits nil "\
8788 *Non-nil if edit-kbd-macro should leave 8-bit characters intact.
8789 Default nil means to write characters above \\177 in octal notation.")
8791 (autoload 'edit-kbd-macro "edmacro" "\
8792 Edit a keyboard macro.
8793 At the prompt, type any key sequence which is bound to a keyboard macro.
8794 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
8795 the last 100 keystrokes as a keyboard macro, or `M-x' to edit a macro by
8797 With a prefix argument, format the macro in a more concise way.
8799 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
8801 (autoload 'edit-last-kbd-macro "edmacro" "\
8802 Edit the most recently defined keyboard macro.
8804 \(fn &optional PREFIX)" t nil)
8806 (autoload 'edit-named-kbd-macro "edmacro" "\
8807 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
8809 \(fn &optional PREFIX)" t nil)
8811 (autoload 'read-kbd-macro "edmacro" "\
8812 Read the region as a keyboard macro definition.
8813 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
8814 See documentation for `edmacro-mode' for details.
8815 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
8816 The resulting macro is installed as the \"current\" keyboard macro.
8818 In Lisp, may also be called with a single STRING argument in which case
8819 the result is returned rather than being installed as the current macro.
8820 The result will be a string if possible, otherwise an event vector.
8821 Second argument NEED-VECTOR means to return an event vector always.
8823 \(fn START &optional END)" t nil)
8825 (autoload 'format-kbd-macro "edmacro" "\
8826 Return the keyboard macro MACRO as a human-readable string.
8827 This string is suitable for passing to `read-kbd-macro'.
8828 Second argument VERBOSE means to put one command per line with comments.
8829 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
8830 or nil, use a compact 80-column format.
8832 \(fn &optional MACRO VERBOSE)" nil nil)
8836 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8837 ;;;;;; "emulation/edt.el" (18310 12066))
8838 ;;; Generated autoloads from emulation/edt.el
8840 (autoload 'edt-set-scroll-margins "edt" "\
8842 Argument TOP is the top margin in number of lines or percent of window.
8843 Argument BOTTOM is the bottom margin in number of lines or percent of window.
8845 \(fn TOP BOTTOM)" t nil)
8847 (autoload 'edt-emulation-on "edt" "\
8848 Turn on EDT Emulation.
8854 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8855 ;;;;;; (18310 12036))
8856 ;;; Generated autoloads from ehelp.el
8858 (autoload 'with-electric-help "ehelp" "\
8859 Pop up an \"electric\" help buffer.
8860 THUNK is a function of no arguments which is called to initialize the
8861 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
8862 erased before THUNK is called unless NOERASE is non-nil. THUNK will
8863 be called while BUFFER is current and with `standard-output' bound to
8864 the buffer specified by BUFFER.
8866 If THUNK returns nil, we display BUFFER starting at the top, and
8867 shrink the window to fit. If THUNK returns non-nil, we don't do those things.
8869 After THUNK has been called, this function \"electrically\" pops up a window
8870 in which BUFFER is displayed and allows the user to scroll through that buffer
8871 in `electric-help-mode'. The window's height will be at least MINHEIGHT if
8872 this value is non-nil.
8874 If THUNK returns nil, we display BUFFER starting at the top, and
8875 shrink the window to fit if `electric-help-shrink-window' is non-nil.
8876 If THUNK returns non-nil, we don't do those things.
8878 When the user exits (with `electric-help-exit', or otherwise), the help
8879 buffer's window disappears (i.e., we use `save-window-excursion'), and
8880 BUFFER is put into `default-major-mode' (or `fundamental-mode').
8882 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
8884 (autoload 'electric-helpify "ehelp" "\
8887 \(fn FUN &optional NAME)" nil nil)
8891 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8892 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (18310 12062))
8893 ;;; Generated autoloads from emacs-lisp/eldoc.el
8895 (defvar eldoc-minor-mode-string " ElDoc" "\
8896 *String to display in mode line when Eldoc Mode is enabled; nil for none.")
8898 (custom-autoload 'eldoc-minor-mode-string "eldoc" t)
8900 (autoload 'eldoc-mode "eldoc" "\
8901 Toggle ElDoc mode on or off.
8902 In ElDoc mode, the echo area displays information about a
8903 function or variable in the text where point is. If point is
8904 on a documented variable, it displays the first line of that
8905 variable's doc string. Otherwise it displays the argument list
8906 of the function called in the expression point is on.
8908 With prefix ARG, turn ElDoc mode on if and only if ARG is positive.
8910 \(fn &optional ARG)" t nil)
8912 (autoload 'turn-on-eldoc-mode "eldoc" "\
8913 Unequivocally turn on ElDoc mode (see command `eldoc-mode').
8917 (defvar eldoc-documentation-function nil "\
8918 If non-nil, function to call to return doc string.
8919 The function of no args should return a one-line string for displaying
8920 doc about a function etc. appropriate to the context around point.
8921 It should return nil if there's no doc appropriate for the context.
8922 Typically doc is returned if point is on a function-like name or in its
8925 This variable is expected to be made buffer-local by modes (other than
8926 Emacs Lisp mode) that support Eldoc.")
8930 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (18310
8932 ;;; Generated autoloads from elide-head.el
8934 (autoload 'elide-head "elide-head" "\
8935 Hide header material in buffer according to `elide-head-headers-to-hide'.
8937 The header is made invisible with an overlay. With a prefix arg, show
8938 an elided material again.
8940 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8942 \(fn &optional ARG)" t nil)
8946 ;;;### (autoloads (elint-initialize) "elint" "emacs-lisp/elint.el"
8947 ;;;;;; (18310 12062))
8948 ;;; Generated autoloads from emacs-lisp/elint.el
8950 (autoload 'elint-initialize "elint" "\
8957 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8958 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (18310
8960 ;;; Generated autoloads from emacs-lisp/elp.el
8962 (autoload 'elp-instrument-function "elp" "\
8963 Instrument FUNSYM for profiling.
8964 FUNSYM must be a symbol of a defined function.
8966 \(fn FUNSYM)" t nil)
8968 (autoload 'elp-instrument-list "elp" "\
8969 Instrument for profiling, all functions in `elp-function-list'.
8970 Use optional LIST if provided instead.
8972 \(fn &optional LIST)" t nil)
8974 (autoload 'elp-instrument-package "elp" "\
8975 Instrument for profiling, all functions which start with PREFIX.
8976 For example, to instrument all ELP functions, do the following:
8978 \\[elp-instrument-package] RET elp- RET
8980 \(fn PREFIX)" t nil)
8982 (autoload 'elp-results "elp" "\
8983 Display current profiling results.
8984 If `elp-reset-after-results' is non-nil, then current profiling
8985 information for all instrumented functions is reset after results are
8992 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8993 ;;;;;; (18339 17961))
8994 ;;; Generated autoloads from mail/emacsbug.el
8996 (autoload 'report-emacs-bug "emacsbug" "\
8997 Report a bug in GNU Emacs.
8998 Prompts for bug subject. Leaves you in a mail buffer.
9000 \(fn TOPIC &optional RECENT-KEYS)" t nil)
9004 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
9005 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
9006 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
9007 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
9008 ;;;;;; "emerge.el" (18203 51788))
9009 ;;; Generated autoloads from emerge.el
9011 (defvar menu-bar-emerge-menu (make-sparse-keymap "Emerge"))
9012 (fset 'menu-bar-emerge-menu (symbol-value 'menu-bar-emerge-menu))
9013 (define-key menu-bar-emerge-menu [emerge-merge-directories]
9014 '("Merge Directories..." . emerge-merge-directories))
9015 (define-key menu-bar-emerge-menu [emerge-revisions-with-ancestor]
9016 '("Revisions with Ancestor..." . emerge-revisions-with-ancestor))
9017 (define-key menu-bar-emerge-menu [emerge-revisions]
9018 '("Revisions..." . emerge-revisions))
9019 (define-key menu-bar-emerge-menu [emerge-files-with-ancestor]
9020 '("Files with Ancestor..." . emerge-files-with-ancestor))
9021 (define-key menu-bar-emerge-menu [emerge-files]
9022 '("Files..." . emerge-files))
9023 (define-key menu-bar-emerge-menu [emerge-buffers-with-ancestor]
9024 '("Buffers with Ancestor..." . emerge-buffers-with-ancestor))
9025 (define-key menu-bar-emerge-menu [emerge-buffers]
9026 '("Buffers..." . emerge-buffers))
9028 (autoload 'emerge-files "emerge" "\
9029 Run Emerge on two files.
9031 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9033 (autoload 'emerge-files-with-ancestor "emerge" "\
9034 Run Emerge on two files, giving another file as the ancestor.
9036 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9038 (autoload 'emerge-buffers "emerge" "\
9039 Run Emerge on two buffers.
9041 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9043 (autoload 'emerge-buffers-with-ancestor "emerge" "\
9044 Run Emerge on two buffers, giving another buffer as the ancestor.
9046 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9048 (autoload 'emerge-files-command "emerge" "\
9053 (autoload 'emerge-files-with-ancestor-command "emerge" "\
9058 (autoload 'emerge-files-remote "emerge" "\
9061 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
9063 (autoload 'emerge-files-with-ancestor-remote "emerge" "\
9066 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
9068 (autoload 'emerge-revisions "emerge" "\
9069 Emerge two RCS revisions of a file.
9071 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9073 (autoload 'emerge-revisions-with-ancestor "emerge" "\
9074 Emerge two RCS revisions of a file, with another revision as ancestor.
9076 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
9078 (autoload 'emerge-merge-directories "emerge" "\
9081 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
9085 ;;;### (autoloads (encoded-kbd-setup-display) "encoded-kb" "international/encoded-kb.el"
9086 ;;;;;; (18339 17953))
9087 ;;; Generated autoloads from international/encoded-kb.el
9089 (autoload 'encoded-kbd-setup-display "encoded-kb" "\
9090 Set up a `input-decode-map' for `keyboard-coding-system' on DISPLAY.
9092 DISPLAY may be a display id, a frame, or nil for the selected frame's display.
9094 \(fn DISPLAY)" nil nil)
9098 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
9099 ;;;;;; "enriched" "textmodes/enriched.el" (18310 12117))
9100 ;;; Generated autoloads from textmodes/enriched.el
9102 (autoload 'enriched-mode "enriched" "\
9103 Minor mode for editing text/enriched files.
9104 These are files with embedded formatting information in the MIME standard
9105 text/enriched format.
9106 Turning the mode on or off runs `enriched-mode-hook'.
9108 More information about Enriched mode is available in the file
9109 etc/enriched.doc in the Emacs distribution directory.
9113 \\{enriched-mode-map}
9115 \(fn &optional ARG)" t nil)
9117 (autoload 'enriched-encode "enriched" "\
9120 \(fn FROM TO ORIG-BUF)" nil nil)
9122 (autoload 'enriched-decode "enriched" "\
9125 \(fn FROM TO)" nil nil)
9129 ;;;### (autoloads (epa-mode epa-menu-mode epa-insert-keys epa-export-keys
9130 ;;;;;; epa-import-armor-in-region epa-import-keys-region epa-import-keys
9131 ;;;;;; epa-delete-keys epa-encrypt-region epa-sign-region epa-verify-cleartext-in-region
9132 ;;;;;; epa-verify-region epa-decrypt-armor-in-region epa-decrypt-region
9133 ;;;;;; epa-encrypt-file epa-sign-file epa-verify-file epa-decrypt-file
9134 ;;;;;; epa-select-keys epa-list-secret-keys epa-list-keys) "epa"
9135 ;;;;;; "epa.el" (18351 47688))
9136 ;;; Generated autoloads from epa.el
9138 (autoload 'epa-list-keys "epa" "\
9139 List all keys matched with NAME from the public keyring.
9141 \(fn &optional NAME)" t nil)
9143 (autoload 'epa-list-secret-keys "epa" "\
9144 List all keys matched with NAME from the private keyring.
9146 \(fn &optional NAME)" t nil)
9148 (autoload 'epa-select-keys "epa" "\
9149 Display a user's keyring and ask him to select keys.
9150 CONTEXT is an epg-context.
9151 PROMPT is a string to prompt with.
9152 NAMES is a list of strings to be matched with keys. If it is nil, all
9153 the keys are listed.
9154 If SECRET is non-nil, list secret keys instead of public keys.
9156 \(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
9158 (autoload 'epa-decrypt-file "epa" "\
9163 (autoload 'epa-verify-file "epa" "\
9168 (autoload 'epa-sign-file "epa" "\
9169 Sign FILE by SIGNERS keys selected.
9171 \(fn FILE SIGNERS MODE)" t nil)
9173 (autoload 'epa-encrypt-file "epa" "\
9174 Encrypt FILE for RECIPIENTS.
9176 \(fn FILE RECIPIENTS)" t nil)
9178 (autoload 'epa-decrypt-region "epa" "\
9179 Decrypt the current region between START and END.
9181 Don't use this command in Lisp programs!
9183 \(fn START END)" t nil)
9185 (autoload 'epa-decrypt-armor-in-region "epa" "\
9186 Decrypt OpenPGP armors in the current region between START and END.
9188 Don't use this command in Lisp programs!
9190 \(fn START END)" t nil)
9192 (autoload 'epa-verify-region "epa" "\
9193 Verify the current region between START and END.
9195 Don't use this command in Lisp programs!
9197 \(fn START END)" t nil)
9199 (autoload 'epa-verify-cleartext-in-region "epa" "\
9200 Verify OpenPGP cleartext signed messages in the current region
9201 between START and END.
9203 Don't use this command in Lisp programs!
9205 \(fn START END)" t nil)
9207 (autoload 'epa-sign-region "epa" "\
9208 Sign the current region between START and END by SIGNERS keys selected.
9210 Don't use this command in Lisp programs!
9212 \(fn START END SIGNERS MODE)" t nil)
9214 (autoload 'epa-encrypt-region "epa" "\
9215 Encrypt the current region between START and END for RECIPIENTS.
9217 Don't use this command in Lisp programs!
9219 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
9221 (autoload 'epa-delete-keys "epa" "\
9222 Delete selected KEYS.
9224 Don't use this command in Lisp programs!
9226 \(fn KEYS &optional ALLOW-SECRET)" t nil)
9228 (autoload 'epa-import-keys "epa" "\
9229 Import keys from FILE.
9231 Don't use this command in Lisp programs!
9235 (autoload 'epa-import-keys-region "epa" "\
9236 Import keys from the region.
9238 Don't use this command in Lisp programs!
9240 \(fn START END)" t nil)
9242 (autoload 'epa-import-armor-in-region "epa" "\
9243 Import keys in the OpenPGP armor format in the current region
9244 between START and END.
9246 Don't use this command in Lisp programs!
9248 \(fn START END)" t nil)
9250 (autoload 'epa-export-keys "epa" "\
9251 Export selected KEYS to FILE.
9253 Don't use this command in Lisp programs!
9255 \(fn KEYS FILE)" t nil)
9257 (autoload 'epa-insert-keys "epa" "\
9258 Insert selected KEYS after the point.
9260 Don't use this command in Lisp programs!
9264 (defvar epa-menu-mode nil "\
9265 Non-nil if Epa-Menu mode is enabled.
9266 See the command `epa-menu-mode' for a description of this minor mode.
9267 Setting this variable directly does not take effect;
9268 either customize it (see the info node `Easy Customization')
9269 or call the function `epa-menu-mode'.")
9271 (custom-autoload 'epa-menu-mode "epa" nil)
9273 (autoload 'epa-menu-mode "epa" "\
9274 Minor mode to hook EasyPG into the menu-bar.
9276 \(fn &optional ARG)" t nil)
9278 (defvar epa-mode nil "\
9279 Non-nil if Epa mode is enabled.
9280 See the command `epa-mode' for a description of this minor mode.
9281 Setting this variable directly does not take effect;
9282 either customize it (see the info node `Easy Customization')
9283 or call the function `epa-mode'.")
9285 (custom-autoload 'epa-mode "epa" nil)
9287 (autoload 'epa-mode "epa" "\
9288 Minor mode to hook EasyPG into various modes.
9289 See `epa-global-minor-modes'.
9291 \(fn &optional ARG)" t nil)
9295 ;;;### (autoloads (epa-dired-mode) "epa-dired" "epa-dired.el" (18351
9297 ;;; Generated autoloads from epa-dired.el
9299 (defvar epa-dired-mode nil "\
9300 Non-nil if Epa-Dired mode is enabled.
9301 See the command `epa-dired-mode' for a description of this minor mode.
9302 Setting this variable directly does not take effect;
9303 either customize it (see the info node `Easy Customization')
9304 or call the function `epa-dired-mode'.")
9306 (custom-autoload 'epa-dired-mode "epa-dired" nil)
9308 (autoload 'epa-dired-mode "epa-dired" "\
9309 Minor mode to hook EasyPG into Dired.
9311 \(fn &optional ARG)" t nil)
9315 ;;;### (autoloads (epa-file-mode epa-file-disable epa-file-enable)
9316 ;;;;;; "epa-file" "epa-file.el" (18351 47688))
9317 ;;; Generated autoloads from epa-file.el
9319 (put 'epa-file-encrypt-to 'safe-local-variable (lambda (val) (or (stringp val) (and (listp val) (catch 'safe (mapc (lambda (elt) (unless (stringp elt) (throw 'safe nil))) val) t)))))
9321 (put 'epa-file-encrypt-to 'permanent-local t)
9323 (autoload 'epa-file-enable "epa-file" "\
9328 (autoload 'epa-file-disable "epa-file" "\
9333 (defvar epa-file-mode nil "\
9334 Non-nil if Epa-File mode is enabled.
9335 See the command `epa-file-mode' for a description of this minor mode.
9336 Setting this variable directly does not take effect;
9337 either customize it (see the info node `Easy Customization')
9338 or call the function `epa-file-mode'.")
9340 (custom-autoload 'epa-file-mode "epa-file" nil)
9342 (autoload 'epa-file-mode "epa-file" "\
9343 Toggle automatic file encryption and decryption.
9344 With prefix argument ARG, turn auto encryption on if positive, else off.
9345 Return the new status of auto encryption (non-nil means on).
9347 \(fn &optional ARG)" t nil)
9351 ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
9352 ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
9353 ;;;;;; "epa-mail" "epa-mail.el" (18351 47688))
9354 ;;; Generated autoloads from epa-mail.el
9356 (autoload 'epa-mail-mode "epa-mail" "\
9357 A minor-mode for composing encrypted/clearsigned mails.
9359 \(fn &optional ARG)" t nil)
9361 (autoload 'epa-mail-decrypt "epa-mail" "\
9362 Decrypt OpenPGP armors in the current buffer.
9363 The buffer is expected to contain a mail message.
9365 Don't use this command in Lisp programs!
9369 (autoload 'epa-mail-verify "epa-mail" "\
9370 Verify OpenPGP cleartext signed messages in the current buffer.
9371 The buffer is expected to contain a mail message.
9373 Don't use this command in Lisp programs!
9377 (autoload 'epa-mail-sign "epa-mail" "\
9378 Sign the current buffer.
9379 The buffer is expected to contain a mail message.
9381 Don't use this command in Lisp programs!
9383 \(fn START END SIGNERS MODE)" t nil)
9385 (autoload 'epa-mail-encrypt "epa-mail" "\
9386 Encrypt the current buffer.
9387 The buffer is expected to contain a mail message.
9389 Don't use this command in Lisp programs!
9391 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
9393 (autoload 'epa-mail-import-keys "epa-mail" "\
9394 Import keys in the OpenPGP armor format in the current buffer.
9395 The buffer is expected to contain a mail message.
9397 Don't use this command in Lisp programs!
9401 (defvar epa-global-mail-mode nil "\
9402 Non-nil if Epa-Global-Mail mode is enabled.
9403 See the command `epa-global-mail-mode' for a description of this minor mode.
9404 Setting this variable directly does not take effect;
9405 either customize it (see the info node `Easy Customization')
9406 or call the function `epa-global-mail-mode'.")
9408 (custom-autoload 'epa-global-mail-mode "epa-mail" nil)
9410 (autoload 'epa-global-mail-mode "epa-mail" "\
9411 Minor mode to hook EasyPG into Mail mode.
9413 \(fn &optional ARG)" t nil)
9417 ;;;### (autoloads (epg-generate-key-from-string epg-generate-key-from-file
9418 ;;;;;; epg-start-generate-key epg-sign-keys epg-start-sign-keys
9419 ;;;;;; epg-delete-keys epg-start-delete-keys epg-receive-keys epg-start-receive-keys
9420 ;;;;;; epg-import-keys-from-string epg-import-keys-from-file epg-start-import-keys
9421 ;;;;;; epg-export-keys-to-string epg-export-keys-to-file epg-start-export-keys
9422 ;;;;;; epg-encrypt-string epg-encrypt-file epg-start-encrypt epg-sign-string
9423 ;;;;;; epg-sign-file epg-start-sign epg-verify-string epg-verify-file
9424 ;;;;;; epg-start-verify epg-decrypt-string epg-decrypt-file epg-start-decrypt
9425 ;;;;;; epg-cancel epg-list-keys) "epg" "epg.el" (18351 47688))
9426 ;;; Generated autoloads from epg.el
9428 (autoload 'epg-list-keys "epg" "\
9429 Return a list of epg-key objects matched with NAME.
9430 If MODE is nil or 'public, only public keyring should be searched.
9431 If MODE is t or 'secret, only secret keyring should be searched.
9432 Otherwise, only public keyring should be searched and the key
9433 signatures should be included.
9434 NAME is either a string or a list of strings.
9436 \(fn CONTEXT &optional NAME MODE)" nil nil)
9438 (autoload 'epg-cancel "epg" "\
9441 \(fn CONTEXT)" nil nil)
9443 (autoload 'epg-start-decrypt "epg" "\
9444 Initiate a decrypt operation on CIPHER.
9445 CIPHER must be a file data object.
9447 If you use this function, you will need to wait for the completion of
9448 `epg-gpg-program' by using `epg-wait-for-completion' and call
9449 `epg-reset' to clear a temporaly output file.
9450 If you are unsure, use synchronous version of this function
9451 `epg-decrypt-file' or `epg-decrypt-string' instead.
9453 \(fn CONTEXT CIPHER)" nil nil)
9455 (autoload 'epg-decrypt-file "epg" "\
9456 Decrypt a file CIPHER and store the result to a file PLAIN.
9457 If PLAIN is nil, it returns the result as a string.
9459 \(fn CONTEXT CIPHER PLAIN)" nil nil)
9461 (autoload 'epg-decrypt-string "epg" "\
9462 Decrypt a string CIPHER and return the plain text.
9464 \(fn CONTEXT CIPHER)" nil nil)
9466 (autoload 'epg-start-verify "epg" "\
9467 Initiate a verify operation on SIGNATURE.
9468 SIGNATURE and SIGNED-TEXT are a data object if they are specified.
9470 For a detached signature, both SIGNATURE and SIGNED-TEXT should be set.
9471 For a normal or a cleartext signature, SIGNED-TEXT should be nil.
9473 If you use this function, you will need to wait for the completion of
9474 `epg-gpg-program' by using `epg-wait-for-completion' and call
9475 `epg-reset' to clear a temporaly output file.
9476 If you are unsure, use synchronous version of this function
9477 `epg-verify-file' or `epg-verify-string' instead.
9479 \(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
9481 (autoload 'epg-verify-file "epg" "\
9482 Verify a file SIGNATURE.
9483 SIGNED-TEXT and PLAIN are also a file if they are specified.
9485 For a detached signature, both SIGNATURE and SIGNED-TEXT should be
9486 string. For a normal or a cleartext signature, SIGNED-TEXT should be
9487 nil. In the latter case, if PLAIN is specified, the plaintext is
9488 stored into the file after successful verification.
9490 \(fn CONTEXT SIGNATURE &optional SIGNED-TEXT PLAIN)" nil nil)
9492 (autoload 'epg-verify-string "epg" "\
9493 Verify a string SIGNATURE.
9494 SIGNED-TEXT is a string if it is specified.
9496 For a detached signature, both SIGNATURE and SIGNED-TEXT should be
9497 string. For a normal or a cleartext signature, SIGNED-TEXT should be
9498 nil. In the latter case, this function returns the plaintext after
9499 successful verification.
9501 \(fn CONTEXT SIGNATURE &optional SIGNED-TEXT)" nil nil)
9503 (autoload 'epg-start-sign "epg" "\
9504 Initiate a sign operation on PLAIN.
9505 PLAIN is a data object.
9507 If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9508 If it is nil or 'normal, it makes a normal signature.
9509 Otherwise, it makes a cleartext signature.
9511 If you use this function, you will need to wait for the completion of
9512 `epg-gpg-program' by using `epg-wait-for-completion' and call
9513 `epg-reset' to clear a temporaly output file.
9514 If you are unsure, use synchronous version of this function
9515 `epg-sign-file' or `epg-sign-string' instead.
9517 \(fn CONTEXT PLAIN &optional MODE)" nil nil)
9519 (autoload 'epg-sign-file "epg" "\
9520 Sign a file PLAIN and store the result to a file SIGNATURE.
9521 If SIGNATURE is nil, it returns the result as a string.
9522 If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9523 If it is nil or 'normal, it makes a normal signature.
9524 Otherwise, it makes a cleartext signature.
9526 \(fn CONTEXT PLAIN SIGNATURE &optional MODE)" nil nil)
9528 (autoload 'epg-sign-string "epg" "\
9529 Sign a string PLAIN and return the output as string.
9530 If optional 3rd argument MODE is t or 'detached, it makes a detached signature.
9531 If it is nil or 'normal, it makes a normal signature.
9532 Otherwise, it makes a cleartext signature.
9534 \(fn CONTEXT PLAIN &optional MODE)" nil nil)
9536 (autoload 'epg-start-encrypt "epg" "\
9537 Initiate an encrypt operation on PLAIN.
9538 PLAIN is a data object.
9539 If RECIPIENTS is nil, it performs symmetric encryption.
9541 If you use this function, you will need to wait for the completion of
9542 `epg-gpg-program' by using `epg-wait-for-completion' and call
9543 `epg-reset' to clear a temporaly output file.
9544 If you are unsure, use synchronous version of this function
9545 `epg-encrypt-file' or `epg-encrypt-string' instead.
9547 \(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
9549 (autoload 'epg-encrypt-file "epg" "\
9550 Encrypt a file PLAIN and store the result to a file CIPHER.
9551 If CIPHER is nil, it returns the result as a string.
9552 If RECIPIENTS is nil, it performs symmetric encryption.
9554 \(fn CONTEXT PLAIN RECIPIENTS CIPHER &optional SIGN ALWAYS-TRUST)" nil nil)
9556 (autoload 'epg-encrypt-string "epg" "\
9557 Encrypt a string PLAIN.
9558 If RECIPIENTS is nil, it performs symmetric encryption.
9560 \(fn CONTEXT PLAIN RECIPIENTS &optional SIGN ALWAYS-TRUST)" nil nil)
9562 (autoload 'epg-start-export-keys "epg" "\
9563 Initiate an export keys operation.
9565 If you use this function, you will need to wait for the completion of
9566 `epg-gpg-program' by using `epg-wait-for-completion' and call
9567 `epg-reset' to clear a temporaly output file.
9568 If you are unsure, use synchronous version of this function
9569 `epg-export-keys-to-file' or `epg-export-keys-to-string' instead.
9571 \(fn CONTEXT KEYS)" nil nil)
9573 (autoload 'epg-export-keys-to-file "epg" "\
9574 Extract public KEYS.
9576 \(fn CONTEXT KEYS FILE)" nil nil)
9578 (autoload 'epg-export-keys-to-string "epg" "\
9579 Extract public KEYS and return them as a string.
9581 \(fn CONTEXT KEYS)" nil nil)
9583 (autoload 'epg-start-import-keys "epg" "\
9584 Initiate an import keys operation.
9585 KEYS is a data object.
9587 If you use this function, you will need to wait for the completion of
9588 `epg-gpg-program' by using `epg-wait-for-completion' and call
9589 `epg-reset' to clear a temporaly output file.
9590 If you are unsure, use synchronous version of this function
9591 `epg-import-keys-from-file' or `epg-import-keys-from-string' instead.
9593 \(fn CONTEXT KEYS)" nil nil)
9595 (autoload 'epg-import-keys-from-file "epg" "\
9596 Add keys from a file KEYS.
9598 \(fn CONTEXT KEYS)" nil nil)
9600 (autoload 'epg-import-keys-from-string "epg" "\
9601 Add keys from a string KEYS.
9603 \(fn CONTEXT KEYS)" nil nil)
9605 (autoload 'epg-start-receive-keys "epg" "\
9606 Initiate a receive key operation.
9607 KEY-ID-LIST is a list of key IDs.
9609 If you use this function, you will need to wait for the completion of
9610 `epg-gpg-program' by using `epg-wait-for-completion' and call
9611 `epg-reset' to clear a temporaly output file.
9612 If you are unsure, use synchronous version of this function
9613 `epg-generate-key-from-file' or `epg-generate-key-from-string' instead.
9615 \(fn CONTEXT KEY-ID-LIST)" nil nil)
9617 (autoload 'epg-receive-keys "epg" "\
9618 Add keys from server.
9619 KEYS is a list of key IDs
9621 \(fn CONTEXT KEYS)" nil nil)
9623 (defalias 'epg-import-keys-from-server 'epg-receive-keys)
9625 (autoload 'epg-start-delete-keys "epg" "\
9626 Initiate an delete keys operation.
9628 If you use this function, you will need to wait for the completion of
9629 `epg-gpg-program' by using `epg-wait-for-completion' and call
9630 `epg-reset' to clear a temporaly output file.
9631 If you are unsure, use synchronous version of this function
9632 `epg-delete-keys' instead.
9634 \(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
9636 (autoload 'epg-delete-keys "epg" "\
9637 Delete KEYS from the key ring.
9639 \(fn CONTEXT KEYS &optional ALLOW-SECRET)" nil nil)
9641 (autoload 'epg-start-sign-keys "epg" "\
9642 Initiate a sign keys operation.
9644 If you use this function, you will need to wait for the completion of
9645 `epg-gpg-program' by using `epg-wait-for-completion' and call
9646 `epg-reset' to clear a temporaly output file.
9647 If you are unsure, use synchronous version of this function
9648 `epg-sign-keys' instead.
9650 \(fn CONTEXT KEYS &optional LOCAL)" nil nil)
9652 (autoload 'epg-sign-keys "epg" "\
9653 Sign KEYS from the key ring.
9655 \(fn CONTEXT KEYS &optional LOCAL)" nil nil)
9657 (autoload 'epg-start-generate-key "epg" "\
9658 Initiate a key generation.
9659 PARAMETERS specifies parameters for the key.
9661 If you use this function, you will need to wait for the completion of
9662 `epg-gpg-program' by using `epg-wait-for-completion' and call
9663 `epg-reset' to clear a temporaly output file.
9664 If you are unsure, use synchronous version of this function
9665 `epg-generate-key-from-file' or `epg-generate-key-from-string' instead.
9667 \(fn CONTEXT PARAMETERS)" nil nil)
9669 (autoload 'epg-generate-key-from-file "epg" "\
9670 Generate a new key pair.
9671 PARAMETERS is a file which tells how to create the key.
9673 \(fn CONTEXT PARAMETERS)" nil nil)
9675 (autoload 'epg-generate-key-from-string "epg" "\
9676 Generate a new key pair.
9677 PARAMETERS is a string which tells how to create the key.
9679 \(fn CONTEXT PARAMETERS)" nil nil)
9683 ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
9684 ;;;;;; "epg-config" "epg-config.el" (18351 47688))
9685 ;;; Generated autoloads from epg-config.el
9687 (autoload 'epg-configuration "epg-config" "\
9688 Return a list of internal configuration parameters of `epg-gpg-program'.
9692 (autoload 'epg-check-configuration "epg-config" "\
9693 Verify that a sufficient version of GnuPG is installed.
9695 \(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
9697 (autoload 'epg-expand-group "epg-config" "\
9698 Look at CONFIG and try to expand GROUP.
9700 \(fn CONFIG GROUP)" nil nil)
9704 ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
9705 ;;;;;; "erc/erc.el" (18333 58864))
9706 ;;; Generated autoloads from erc/erc.el
9708 (autoload 'erc-select-read-args "erc" "\
9709 Prompt the user for values of nick, server, port, and password.
9713 (autoload 'erc "erc" "\
9714 ERC is a powerful, modular, and extensible IRC client.
9715 This function is the main entry point for ERC.
9717 It permits you to select connection parameters, and then starts ERC.
9719 Non-interactively, it takes the keyword arguments
9720 (server (erc-compute-server))
9721 (port (erc-compute-port))
9722 (nick (erc-compute-nick))
9724 (full-name (erc-compute-full-name)))
9726 That is, if called with
9728 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
9730 then the server and full-name will be set to those values, whereas
9731 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
9732 be invoked for the values of the other parameters.
9734 \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil)
9736 (defalias 'erc-select 'erc)
9738 (autoload 'erc-handle-irc-url "erc" "\
9739 Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
9740 If ERC is already connected to HOST:PORT, simply /join CHANNEL.
9741 Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
9743 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
9747 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (18310
9749 ;;; Generated autoloads from erc/erc-autoaway.el
9750 (autoload 'erc-autoaway-mode "erc-autoaway")
9754 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (18329 52185))
9755 ;;; Generated autoloads from erc/erc-button.el
9756 (autoload 'erc-button-mode "erc-button" nil t)
9760 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (18310 12068))
9761 ;;; Generated autoloads from erc/erc-capab.el
9762 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
9766 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (18329 52185))
9767 ;;; Generated autoloads from erc/erc-compat.el
9768 (autoload 'erc-define-minor-mode "erc-compat")
9772 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
9773 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (18329 52185))
9774 ;;; Generated autoloads from erc/erc-dcc.el
9775 (autoload 'erc-dcc-mode "erc-dcc")
9777 (autoload 'erc-cmd-DCC "erc-dcc" "\
9778 Parser for /dcc command.
9779 This figures out the dcc subcommand and calls the appropriate routine to
9780 handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\",
9781 where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.
9783 \(fn CMD &rest ARGS)" nil nil)
9785 (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\
9786 Provides completion for the /DCC command.
9790 (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\
9791 Hook variable for CTCP DCC queries")
9793 (autoload 'erc-ctcp-query-DCC "erc-dcc" "\
9794 The function called when a CTCP DCC request is detected by the client.
9795 It examines the DCC subcommand, and calls the appropriate routine for
9798 \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil)
9802 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
9803 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
9804 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
9805 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
9806 ;;;;;; (18310 12068))
9807 ;;; Generated autoloads from erc/erc-ezbounce.el
9809 (autoload 'erc-cmd-ezb "erc-ezbounce" "\
9810 Send EZB commands to the EZBouncer verbatim.
9812 \(fn LINE &optional FORCE)" nil nil)
9814 (autoload 'erc-ezb-get-login "erc-ezbounce" "\
9815 Return an appropriate EZBounce login for SERVER and PORT.
9816 Look up entries in `erc-ezb-login-alist'. If the username or password
9817 in the alist is `nil', prompt for the appropriate values.
9819 \(fn SERVER PORT)" nil nil)
9821 (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\
9824 \(fn MESSAGE)" nil nil)
9826 (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\
9827 React on an EZBounce NOTICE request.
9829 \(fn PROC PARSED)" nil nil)
9831 (autoload 'erc-ezb-identify "erc-ezbounce" "\
9832 Identify to the EZBouncer server.
9834 \(fn MESSAGE)" nil nil)
9836 (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\
9837 Reset the EZBounce session list to nil.
9839 \(fn MESSAGE)" nil nil)
9841 (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\
9842 Indicate the end of the EZBounce session listing.
9844 \(fn MESSAGE)" nil nil)
9846 (autoload 'erc-ezb-add-session "erc-ezbounce" "\
9847 Add an EZBounce session to the session list.
9849 \(fn MESSAGE)" nil nil)
9851 (autoload 'erc-ezb-select "erc-ezbounce" "\
9852 Select an IRC server to use by EZBounce, in ERC style.
9854 \(fn MESSAGE)" nil nil)
9856 (autoload 'erc-ezb-select-session "erc-ezbounce" "\
9857 Select a detached EZBounce session.
9861 (autoload 'erc-ezb-initialize "erc-ezbounce" "\
9862 Add EZBouncer convenience functions to ERC.
9868 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (18310
9870 ;;; Generated autoloads from erc/erc-fill.el
9871 (autoload 'erc-fill-mode "erc-fill" nil t)
9873 (autoload 'erc-fill "erc-fill" "\
9874 Fill a region using the function referenced in `erc-fill-function'.
9875 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9881 ;;;### (autoloads nil "erc-hecomplete" "erc/erc-hecomplete.el" (18310
9883 ;;; Generated autoloads from erc/erc-hecomplete.el
9884 (autoload 'erc-hecomplete-mode "erc-hecomplete" nil t)
9888 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9889 ;;;;;; "erc/erc-identd.el" (18310 12068))
9890 ;;; Generated autoloads from erc/erc-identd.el
9891 (autoload 'erc-identd-mode "erc-identd")
9893 (autoload 'erc-identd-start "erc-identd" "\
9894 Start an identd server listening to port 8113.
9895 Port 113 (auth) will need to be redirected to port 8113 on your
9896 machine -- using iptables, or a program like redir which can be
9897 run from inetd. The idea is to provide a simple identd server
9898 when you need one, without having to install one globally on your
9901 \(fn &optional PORT)" t nil)
9903 (autoload 'erc-identd-stop "erc-identd" "\
9906 \(fn &rest IGNORE)" t nil)
9910 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9911 ;;;;;; (18310 12068))
9912 ;;; Generated autoloads from erc/erc-imenu.el
9914 (autoload 'erc-create-imenu-index "erc-imenu" "\
9921 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (18310 12068))
9922 ;;; Generated autoloads from erc/erc-join.el
9923 (autoload 'erc-autojoin-mode "erc-join" nil t)
9927 ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (18329 28088))
9928 ;;; Generated autoloads from erc/erc-list.el
9929 (autoload 'erc-list-mode "erc-list")
9933 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9934 ;;;;;; "erc/erc-log.el" (18310 12068))
9935 ;;; Generated autoloads from erc/erc-log.el
9936 (autoload 'erc-log-mode "erc-log" nil t)
9938 (autoload 'erc-logging-enabled "erc-log" "\
9939 Return non-nil if logging is enabled for BUFFER.
9940 If BUFFER is nil, the value of `current-buffer' is used.
9941 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
9942 is writeable (it will be created as necessary) and
9943 `erc-enable-logging' returns a non-nil value.
9945 \(fn &optional BUFFER)" nil nil)
9947 (autoload 'erc-save-buffer-in-logs "erc-log" "\
9948 Append BUFFER contents to the log file, if logging is enabled.
9949 If BUFFER is not provided, current buffer is used.
9950 Logging is enabled if `erc-logging-enabled' returns non-nil.
9952 This is normally done on exit, to save the unsaved portion of the
9953 buffer, since only the text that runs off the buffer limit is logged
9956 You can save every individual message by putting this function on
9957 `erc-insert-post-hook'.
9959 \(fn &optional BUFFER)" t nil)
9963 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9964 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9965 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9966 ;;;;;; (18310 12068))
9967 ;;; Generated autoloads from erc/erc-match.el
9968 (autoload 'erc-match-mode "erc-match")
9970 (autoload 'erc-add-pal "erc-match" "\
9971 Add pal interactively to `erc-pals'.
9975 (autoload 'erc-delete-pal "erc-match" "\
9976 Delete pal interactively to `erc-pals'.
9980 (autoload 'erc-add-fool "erc-match" "\
9981 Add fool interactively to `erc-fools'.
9985 (autoload 'erc-delete-fool "erc-match" "\
9986 Delete fool interactively to `erc-fools'.
9990 (autoload 'erc-add-keyword "erc-match" "\
9991 Add keyword interactively to `erc-keywords'.
9995 (autoload 'erc-delete-keyword "erc-match" "\
9996 Delete keyword interactively to `erc-keywords'.
10000 (autoload 'erc-add-dangerous-host "erc-match" "\
10001 Add dangerous-host interactively to `erc-dangerous-hosts'.
10005 (autoload 'erc-delete-dangerous-host "erc-match" "\
10006 Delete dangerous-host interactively to `erc-dangerous-hosts'.
10012 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (18310 12069))
10013 ;;; Generated autoloads from erc/erc-menu.el
10014 (autoload 'erc-menu-mode "erc-menu" nil t)
10018 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
10019 ;;;;;; (18310 12069))
10020 ;;; Generated autoloads from erc/erc-netsplit.el
10021 (autoload 'erc-netsplit-mode "erc-netsplit")
10023 (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\
10030 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
10031 ;;;;;; "erc/erc-networks.el" (18329 52185))
10032 ;;; Generated autoloads from erc/erc-networks.el
10034 (autoload 'erc-determine-network "erc-networks" "\
10035 Return the name of the network or \"Unknown\" as a symbol. Use the
10036 server parameter NETWORK if provided, otherwise parse the server name and
10037 search for a match in `erc-networks-alist'.
10041 (autoload 'erc-server-select "erc-networks" "\
10042 Interactively select a server to connect to using `erc-server-alist'.
10048 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
10049 ;;;;;; "erc/erc-notify.el" (18310 12069))
10050 ;;; Generated autoloads from erc/erc-notify.el
10051 (autoload 'erc-notify-mode "erc-notify" nil t)
10053 (autoload 'erc-cmd-NOTIFY "erc-notify" "\
10054 Change `erc-notify-list' or list current notify-list members online.
10055 Without args, list the current list of notificated people online,
10056 with args, toggle notify status of people.
10058 \(fn &rest ARGS)" nil nil)
10060 (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\
10067 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (18329 52185))
10068 ;;; Generated autoloads from erc/erc-page.el
10069 (autoload 'erc-page-mode "erc-page")
10073 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (18310
10075 ;;; Generated autoloads from erc/erc-pcomplete.el
10076 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
10080 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (18329 52185))
10081 ;;; Generated autoloads from erc/erc-replace.el
10082 (autoload 'erc-replace-mode "erc-replace")
10086 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (18310 12069))
10087 ;;; Generated autoloads from erc/erc-ring.el
10088 (autoload 'erc-ring-mode "erc-ring" nil t)
10092 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
10093 ;;;;;; "erc-services" "erc/erc-services.el" (18329 52185))
10094 ;;; Generated autoloads from erc/erc-services.el
10095 (autoload 'erc-services-mode "erc-services" nil t)
10097 (autoload 'erc-nickserv-identify-mode "erc-services" "\
10098 Set up hooks according to which MODE the user has chosen.
10102 (autoload 'erc-nickserv-identify "erc-services" "\
10103 Send an \"identify <PASSWORD>\" message to NickServ.
10104 When called interactively, read the password using `read-passwd'.
10106 \(fn PASSWORD)" t nil)
10110 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (18310 12069))
10111 ;;; Generated autoloads from erc/erc-sound.el
10112 (autoload 'erc-sound-mode "erc-sound")
10116 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
10117 ;;;;;; (18310 12069))
10118 ;;; Generated autoloads from erc/erc-speedbar.el
10120 (autoload 'erc-speedbar-browser "erc-speedbar" "\
10121 Initialize speedbar to display an ERC browser.
10122 This will add a speedbar major display mode.
10128 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (18310
10130 ;;; Generated autoloads from erc/erc-spelling.el
10131 (autoload 'erc-spelling-mode "erc-spelling" nil t)
10135 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (18310 12069))
10136 ;;; Generated autoloads from erc/erc-stamp.el
10137 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
10141 ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
10142 ;;;;;; (18329 52185))
10143 ;;; Generated autoloads from erc/erc-track.el
10145 (defvar erc-track-minor-mode nil "\
10146 Non-nil if Erc-Track minor mode is enabled.
10147 See the command `erc-track-minor-mode' for a description of this minor mode.")
10149 (custom-autoload 'erc-track-minor-mode "erc-track" nil)
10151 (autoload 'erc-track-minor-mode "erc-track" "\
10152 Global minor mode for tracking ERC buffers and showing activity in the
10155 This exists for the sole purpose of providing the C-c C-SPC and
10156 C-c C-@ keybindings. Make sure that you have enabled the track
10157 module, otherwise the keybindings will not do anything useful.
10159 \(fn &optional ARG)" t nil)
10160 (autoload 'erc-track-mode "erc-track" nil t)
10164 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
10165 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (18310 12069))
10166 ;;; Generated autoloads from erc/erc-truncate.el
10167 (autoload 'erc-truncate-mode "erc-truncate" nil t)
10169 (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\
10170 Truncates the buffer to the size SIZE.
10171 If BUFFER is not provided, the current buffer is assumed. The deleted
10172 region is logged if `erc-logging-enabled' returns non-nil.
10174 \(fn SIZE &optional BUFFER)" nil nil)
10176 (autoload 'erc-truncate-buffer "erc-truncate" "\
10177 Truncates the current buffer to `erc-max-buffer-size'.
10178 Meant to be used in hooks, like `erc-insert-post-hook'.
10184 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
10185 ;;;;;; (18329 52186))
10186 ;;; Generated autoloads from erc/erc-xdcc.el
10187 (autoload 'erc-xdcc-mode "erc-xdcc")
10189 (autoload 'erc-xdcc-add-file "erc-xdcc" "\
10190 Add a file to `erc-xdcc-files'.
10196 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (18339
10198 ;;; Generated autoloads from eshell/esh-mode.el
10200 (autoload 'eshell-mode "esh-mode" "\
10201 Emacs shell interactive mode.
10203 \\{eshell-mode-map}
10209 ;;;### (autoloads (eshell-test) "esh-test" "eshell/esh-test.el" (18310
10211 ;;; Generated autoloads from eshell/esh-test.el
10213 (autoload 'eshell-test "esh-test" "\
10214 Test Eshell to verify that it works as expected.
10216 \(fn &optional ARG)" t nil)
10220 ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
10221 ;;;;;; "eshell/eshell.el" (18310 12072))
10222 ;;; Generated autoloads from eshell/eshell.el
10224 (autoload 'eshell "eshell" "\
10225 Create an interactive Eshell buffer.
10226 The buffer used for Eshell sessions is determined by the value of
10227 `eshell-buffer-name'. If there is already an Eshell session active in
10228 that buffer, Emacs will simply switch to it. Otherwise, a new session
10229 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
10230 switches to the session with that number, creating it if necessary. A
10231 nonnumeric prefix arg means to create a new session. Returns the
10232 buffer selected (or created).
10234 \(fn &optional ARG)" t nil)
10236 (autoload 'eshell-command "eshell" "\
10237 Execute the Eshell command string COMMAND.
10238 With prefix ARG, insert output into the current buffer at point.
10240 \(fn &optional COMMAND ARG)" t nil)
10242 (autoload 'eshell-command-result "eshell" "\
10243 Execute the given Eshell COMMAND, and return the result.
10244 The result might be any Lisp object.
10245 If STATUS-VAR is a symbol, it will be set to the exit status of the
10246 command. This is the only way to determine whether the value returned
10247 corresponding to a successful execution.
10249 \(fn COMMAND &optional STATUS-VAR)" nil nil)
10251 (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
10255 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
10256 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
10257 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
10258 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
10259 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
10260 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
10261 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
10262 ;;;;;; (18339 48965))
10263 ;;; Generated autoloads from progmodes/etags.el
10265 (defvar tags-file-name nil "\
10266 *File name of tags table.
10267 To switch to a new tags table, setting this variable is sufficient.
10268 If you set this variable, do not also set `tags-table-list'.
10269 Use the `etags' program to make a tags table file.")
10270 (put 'tags-file-name 'variable-interactive "fVisit tags table: ")
10272 (defvar tags-case-fold-search 'default "\
10273 *Whether tags operations should be case-sensitive.
10274 A value of t means case-insensitive, a value of nil means case-sensitive.
10275 Any other value means use the setting of `case-fold-search'.")
10277 (custom-autoload 'tags-case-fold-search "etags" t)
10279 (defvar tags-table-list nil "\
10280 *List of file names of tags tables to search.
10281 An element that is a directory means the file \"TAGS\" in that directory.
10282 To switch to a new list of tags tables, setting this variable is sufficient.
10283 If you set this variable, do not also set `tags-file-name'.
10284 Use the `etags' program to make a tags table file.")
10286 (custom-autoload 'tags-table-list "etags" t)
10288 (defvar tags-compression-info-list '("" ".Z" ".bz2" ".gz" ".tgz") "\
10289 *List of extensions tried by etags when jka-compr is used.
10290 An empty string means search the non-compressed file.
10291 These extensions will be tried only if jka-compr was activated
10292 \(i.e. via customize of `auto-compression-mode' or by calling the function
10293 `auto-compression-mode').")
10295 (custom-autoload 'tags-compression-info-list "etags" t)
10297 (defvar tags-add-tables 'ask-user "\
10298 *Control whether to add a new tags table to the current list.
10299 t means do; nil means don't (always start a new list).
10300 Any other value means ask the user whether to add a new tags table
10301 to the current list (as opposed to starting a new list).")
10303 (custom-autoload 'tags-add-tables "etags" t)
10305 (defvar find-tag-hook nil "\
10306 *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
10307 The value in the buffer in which \\[find-tag] is done is used,
10308 not the value in the buffer \\[find-tag] goes to.")
10310 (custom-autoload 'find-tag-hook "etags" t)
10312 (defvar find-tag-default-function nil "\
10313 *A function of no arguments used by \\[find-tag] to pick a default tag.
10314 If nil, and the symbol that is the value of `major-mode'
10315 has a `find-tag-default-function' property (see `put'), that is used.
10316 Otherwise, `find-tag-default' is used.")
10318 (custom-autoload 'find-tag-default-function "etags" t)
10320 (autoload 'tags-table-mode "etags" "\
10321 Major mode for tags table file buffers.
10325 (autoload 'visit-tags-table "etags" "\
10326 Tell tags commands to use tags table file FILE.
10327 FILE should be the name of a file created with the `etags' program.
10328 A directory name is ok too; it means file TAGS in that directory.
10330 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
10331 With a prefix arg, set the buffer-local value instead.
10332 When you find a tag with \\[find-tag], the buffer it finds the tag
10333 in is given a local value of this variable which is the name of the tags
10334 file the tag was in.
10336 \(fn FILE &optional LOCAL)" t nil)
10338 (autoload 'visit-tags-table-buffer "etags" "\
10339 Select the buffer containing the current tags table.
10340 If optional arg is a string, visit that file as a tags table.
10341 If optional arg is t, visit the next table in `tags-table-list'.
10342 If optional arg is the atom `same', don't look for a new table;
10343 just select the buffer visiting `tags-file-name'.
10344 If arg is nil or absent, choose a first buffer from information in
10345 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
10346 Returns t if it visits a tags table, or nil if there are no more in the list.
10348 \(fn &optional CONT)" nil nil)
10350 (autoload 'tags-table-files "etags" "\
10351 Return a list of files in the current tags table.
10352 Assumes the tags table is the current buffer. The file names are returned
10353 as they appeared in the `etags' command that created the table, usually
10354 without directory names.
10358 (autoload 'find-tag-noselect "etags" "\
10359 Find tag (in current tags table) whose name contains TAGNAME.
10360 Returns the buffer containing the tag's definition and moves its point there,
10361 but does not select the buffer.
10362 The default for TAGNAME is the expression in the buffer near point.
10364 If second arg NEXT-P is t (interactively, with prefix arg), search for
10365 another tag that matches the last tagname or regexp used. When there are
10366 multiple matches for a tag, more exact matches are found first. If NEXT-P
10367 is the atom `-' (interactively, with prefix arg that is a negative number
10368 or just \\[negative-argument]), pop back to the previous tag gone to.
10370 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
10372 A marker representing the point when this command is invoked is pushed
10373 onto a ring and may be popped back to with \\[pop-tag-mark].
10374 Contrast this with the ring of marks gone to by the command.
10376 See documentation of variable `tags-file-name'.
10378 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
10380 (autoload 'find-tag "etags" "\
10381 Find tag (in current tags table) whose name contains TAGNAME.
10382 Select the buffer containing the tag's definition, and move point there.
10383 The default for TAGNAME is the expression in the buffer around or before point.
10385 If second arg NEXT-P is t (interactively, with prefix arg), search for
10386 another tag that matches the last tagname or regexp used. When there are
10387 multiple matches for a tag, more exact matches are found first. If NEXT-P
10388 is the atom `-' (interactively, with prefix arg that is a negative number
10389 or just \\[negative-argument]), pop back to the previous tag gone to.
10391 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
10393 A marker representing the point when this command is invoked is pushed
10394 onto a ring and may be popped back to with \\[pop-tag-mark].
10395 Contrast this with the ring of marks gone to by the command.
10397 See documentation of variable `tags-file-name'.
10399 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
10400 (define-key esc-map "." 'find-tag)
10402 (autoload 'find-tag-other-window "etags" "\
10403 Find tag (in current tags table) whose name contains TAGNAME.
10404 Select the buffer containing the tag's definition in another window, and
10405 move point there. The default for TAGNAME is the expression in the buffer
10406 around or before point.
10408 If second arg NEXT-P is t (interactively, with prefix arg), search for
10409 another tag that matches the last tagname or regexp used. When there are
10410 multiple matches for a tag, more exact matches are found first. If NEXT-P
10411 is negative (interactively, with prefix arg that is a negative number or
10412 just \\[negative-argument]), pop back to the previous tag gone to.
10414 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
10416 A marker representing the point when this command is invoked is pushed
10417 onto a ring and may be popped back to with \\[pop-tag-mark].
10418 Contrast this with the ring of marks gone to by the command.
10420 See documentation of variable `tags-file-name'.
10422 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
10423 (define-key ctl-x-4-map "." 'find-tag-other-window)
10425 (autoload 'find-tag-other-frame "etags" "\
10426 Find tag (in current tags table) whose name contains TAGNAME.
10427 Select the buffer containing the tag's definition in another frame, and
10428 move point there. The default for TAGNAME is the expression in the buffer
10429 around or before point.
10431 If second arg NEXT-P is t (interactively, with prefix arg), search for
10432 another tag that matches the last tagname or regexp used. When there are
10433 multiple matches for a tag, more exact matches are found first. If NEXT-P
10434 is negative (interactively, with prefix arg that is a negative number or
10435 just \\[negative-argument]), pop back to the previous tag gone to.
10437 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
10439 A marker representing the point when this command is invoked is pushed
10440 onto a ring and may be popped back to with \\[pop-tag-mark].
10441 Contrast this with the ring of marks gone to by the command.
10443 See documentation of variable `tags-file-name'.
10445 \(fn TAGNAME &optional NEXT-P)" t nil)
10446 (define-key ctl-x-5-map "." 'find-tag-other-frame)
10448 (autoload 'find-tag-regexp "etags" "\
10449 Find tag (in current tags table) whose name matches REGEXP.
10450 Select the buffer containing the tag's definition and move point there.
10452 If second arg NEXT-P is t (interactively, with prefix arg), search for
10453 another tag that matches the last tagname or regexp used. When there are
10454 multiple matches for a tag, more exact matches are found first. If NEXT-P
10455 is negative (interactively, with prefix arg that is a negative number or
10456 just \\[negative-argument]), pop back to the previous tag gone to.
10458 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
10460 A marker representing the point when this command is invoked is pushed
10461 onto a ring and may be popped back to with \\[pop-tag-mark].
10462 Contrast this with the ring of marks gone to by the command.
10464 See documentation of variable `tags-file-name'.
10466 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
10467 (define-key esc-map [?\C-.] 'find-tag-regexp)
10468 (define-key esc-map "*" 'pop-tag-mark)
10470 (autoload 'pop-tag-mark "etags" "\
10471 Pop back to where \\[find-tag] was last invoked.
10473 This is distinct from invoking \\[find-tag] with a negative argument
10474 since that pops a stack of markers at which tags were found, not from
10475 where they were found.
10479 (autoload 'next-file "etags" "\
10480 Select next file among files in current tags table.
10482 A first argument of t (prefix arg, if interactive) initializes to the
10483 beginning of the list of files in the tags table. If the argument is
10484 neither nil nor t, it is evalled to initialize the list of files.
10486 Non-nil second argument NOVISIT means use a temporary buffer
10487 to save time and avoid uninteresting warnings.
10489 Value is nil if the file was already visited;
10490 if the file was newly read in, the value is the filename.
10492 \(fn &optional INITIALIZE NOVISIT)" t nil)
10494 (autoload 'tags-loop-continue "etags" "\
10495 Continue last \\[tags-search] or \\[tags-query-replace] command.
10496 Used noninteractively with non-nil argument to begin such a command (the
10497 argument is passed to `next-file', which see).
10499 Two variables control the processing we do on each file: the value of
10500 `tags-loop-scan' is a form to be executed on each file to see if it is
10501 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
10502 evaluate to operate on an interesting file. If the latter evaluates to
10503 nil, we exit; otherwise we scan the next file.
10505 \(fn &optional FIRST-TIME)" t nil)
10506 (define-key esc-map "," 'tags-loop-continue)
10508 (autoload 'tags-search "etags" "\
10509 Search through all files listed in tags table for match for REGEXP.
10510 Stops when a match is found.
10511 To continue searching for next match, use command \\[tags-loop-continue].
10513 See documentation of variable `tags-file-name'.
10515 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
10517 (autoload 'tags-query-replace "etags" "\
10518 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
10519 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
10520 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
10521 with the command \\[tags-loop-continue].
10522 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
10523 Fifth and sixth arguments START and END are accepted, for compatibility
10524 with `query-replace-regexp', and ignored.
10526 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
10527 produce the list of files to search.
10529 See also the documentation of the variable `tags-file-name'.
10531 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM)" t nil)
10533 (autoload 'list-tags "etags" "\
10534 Display list of tags in file FILE.
10535 This searches only the first table in the list, and no included tables.
10536 FILE should be as it appeared in the `etags' command, usually without a
10537 directory specification.
10539 \(fn FILE &optional NEXT-MATCH)" t nil)
10541 (autoload 'tags-apropos "etags" "\
10542 Display list of all tags in tags table REGEXP matches.
10544 \(fn REGEXP)" t nil)
10546 (autoload 'select-tags-table "etags" "\
10547 Select a tags table file from a menu of those you have already used.
10548 The list of tags tables to select from is stored in `tags-table-set-list';
10549 see the doc of that variable if you want to add names to the list.
10553 (autoload 'complete-tag "etags" "\
10554 Perform tags completion on the text around point.
10555 Completes to the set of names listed in the current tags table.
10556 The string to complete is chosen in the same way as the default
10557 for \\[find-tag] (which see).
10563 ;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space
10564 ;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
10565 ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
10566 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
10567 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
10568 ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
10569 ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
10570 ;;;;;; (18339 17958))
10571 ;;; Generated autoloads from language/ethio-util.el
10573 (autoload 'setup-ethiopic-environment-internal "ethio-util" "\
10578 (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
10579 Convert the current buffer from SERA to FIDEL.
10581 The variable `ethio-primary-language' specifies the primary
10582 language and `ethio-secondary-language' specifies the secondary.
10584 If the 1st optional argument SECONDARY is non-nil, assume the
10585 buffer begins with the secondary language; otherwise with the
10588 If the 2nd optional argument FORCE is non-nil, perform conversion
10589 even if the buffer is read-only.
10591 See also the descriptions of the variables
10592 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
10594 \(fn &optional SECONDARY FORCE)" t nil)
10596 (autoload 'ethio-sera-to-fidel-region "ethio-util" "\
10597 Convert the characters in region from SERA to FIDEL.
10599 The variable `ethio-primary-language' specifies the primary
10600 language and `ethio-secondary-language' specifies the secondary.
10602 If the 3rd argument SECONDARY is given and non-nil, assume the
10603 region begins with the secondary language; otherwise with the
10606 If the 4th argument FORCE is given and non-nil, perform
10607 conversion even if the buffer is read-only.
10609 See also the descriptions of the variables
10610 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
10612 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
10614 (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\
10615 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
10616 Assume that each region begins with `ethio-primary-language'.
10617 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
10619 \(fn &optional FORCE)" t nil)
10621 (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\
10622 Replace all the FIDEL characters in the current buffer to the SERA format.
10623 The variable `ethio-primary-language' specifies the primary
10624 language and `ethio-secondary-language' specifies the secondary.
10626 If the 1st optional argument SECONDARY is non-nil, try to convert the
10627 region so that it begins with the secondary language; otherwise with the
10630 If the 2nd optional argument FORCE is non-nil, convert even if the
10631 buffer is read-only.
10633 See also the descriptions of the variables
10634 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
10635 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
10637 \(fn &optional SECONDARY FORCE)" t nil)
10639 (autoload 'ethio-fidel-to-sera-region "ethio-util" "\
10640 Replace all the FIDEL characters in the region to the SERA format.
10642 The variable `ethio-primary-language' specifies the primary
10643 language and `ethio-secondary-language' specifies the secondary.
10645 If the 3rd argument SECONDARY is given and non-nil, convert
10646 the region so that it begins with the secondary language; otherwise with
10647 the primary language.
10649 If the 4th argument FORCE is given and non-nil, convert even if the
10650 buffer is read-only.
10652 See also the descriptions of the variables
10653 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
10654 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
10656 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
10658 (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\
10659 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
10660 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
10662 \(fn &optional FORCE)" t nil)
10664 (autoload 'ethio-modify-vowel "ethio-util" "\
10665 Modify the vowel of the FIDEL that is under the cursor.
10669 (autoload 'ethio-replace-space "ethio-util" "\
10670 Replace ASCII spaces with Ethiopic word separators in the region.
10672 In the specified region, replace word separators surrounded by two
10673 Ethiopic characters, depending on the first argument CH, which should
10676 If CH = 1, word separator will be replaced with an ASCII space.
10677 If CH = 2, with two ASCII spaces.
10678 If CH = 3, with the Ethiopic colon-like word separator.
10680 The 2nd and 3rd arguments BEGIN and END specify the region.
10682 \(fn CH BEGIN END)" t nil)
10684 (autoload 'ethio-input-special-character "ethio-util" "\
10685 This function is deprecated.
10689 (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
10690 Convert each fidel characters in the current buffer into a fidel-tex command.
10694 (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
10695 Convert fidel-tex commands in the current buffer into fidel chars.
10699 (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
10700 Convert Ethiopic characters into the Java escape sequences.
10702 Each escape sequence is of the form \\uXXXX, where XXXX is the
10703 character's codepoint (in hex) in Unicode.
10705 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
10706 Otherwise, [0-9A-F].
10710 (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
10711 Convert the Java escape sequences into corresponding Ethiopic characters.
10715 (autoload 'ethio-find-file "ethio-util" "\
10716 Transliterate file content into Ethiopic dependig on filename suffix.
10720 (autoload 'ethio-write-file "ethio-util" "\
10721 Transliterate Ethiopic characters in ASCII depending on the file extension.
10725 (autoload 'ethio-insert-ethio-space "ethio-util" "\
10726 Insert the Ethiopic word delimiter (the colon-like character).
10727 With ARG, insert that many delimiters.
10731 (autoload 'ethio-composition-function "ethio-util" "\
10734 \(fn POS TO FONT-OBJECT STRING)" nil nil)
10738 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
10739 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
10740 ;;;;;; (18310 12095))
10741 ;;; Generated autoloads from net/eudc.el
10743 (autoload 'eudc-set-server "eudc" "\
10744 Set the directory server to SERVER using PROTOCOL.
10745 Unless NO-SAVE is non-nil, the server is saved as the default
10746 server for future sessions.
10748 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
10750 (autoload 'eudc-get-email "eudc" "\
10751 Get the email field of NAME from the directory server.
10752 If ERROR is non-nil, report an error if there is none.
10754 \(fn NAME &optional ERROR)" t nil)
10756 (autoload 'eudc-get-phone "eudc" "\
10757 Get the phone field of NAME from the directory server.
10758 If ERROR is non-nil, report an error if there is none.
10760 \(fn NAME &optional ERROR)" t nil)
10762 (autoload 'eudc-expand-inline "eudc" "\
10763 Query the directory server, and expand the query string before point.
10764 The query string consists of the buffer substring from the point back to
10765 the preceding comma, colon or beginning of line.
10766 The variable `eudc-inline-query-format' controls how to associate the
10767 individual inline query words with directory attribute names.
10768 After querying the server for the given string, the expansion specified by
10769 `eudc-inline-expansion-format' is inserted in the buffer at point.
10770 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
10771 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
10772 Multiple servers can be tried with the same query until one finds a match,
10773 see `eudc-inline-expansion-servers'
10775 \(fn &optional REPLACE)" t nil)
10777 (autoload 'eudc-query-form "eudc" "\
10778 Display a form to query the directory server.
10779 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
10780 queries the server for the existing fields and displays a corresponding form.
10782 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
10784 (autoload 'eudc-load-eudc "eudc" "\
10785 Load the Emacs Unified Directory Client.
10786 This does nothing except loading eudc by autoload side-effect.
10790 (cond ((not (featurep 'xemacs)) (defvar eudc-tools-menu (make-sparse-keymap "Directory Search")) (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu)) (define-key eudc-tools-menu [phone] '("Get Phone" . eudc-get-phone)) (define-key eudc-tools-menu [email] '("Get Email" . eudc-get-email)) (define-key eudc-tools-menu [separator-eudc-email] '("--")) (define-key eudc-tools-menu [expand-inline] '("Expand Inline Query" . eudc-expand-inline)) (define-key eudc-tools-menu [query] '("Query with Form" . eudc-query-form)) (define-key eudc-tools-menu [separator-eudc-query] '("--")) (define-key eudc-tools-menu [new] '("New Server" . eudc-set-server)) (define-key eudc-tools-menu [load] '("Load Hotlist of Servers" . eudc-load-eudc
))) (t (let ((menu '("Directory Search" ["Load Hotlist of Servers" eudc-load-eudc t
] ["New Server" eudc-set-server t
] ["---" nil nil
] ["Query with Form" eudc-query-form t
] ["Expand Inline Query" eudc-expand-inline t
] ["---" nil nil
] ["Get Email" eudc-get-email t
] ["Get Phone" eudc-get-phone t
]))) (if (not (featurep 'eudc-autoloads
)) (if (featurep 'xemacs
) (if (and (featurep 'menubar
) (not (featurep 'infodock
))) (add-submenu '("Tools") menu
)) (require 'easymenu
) (cond ((fboundp 'easy-menu-add-item
) (easy-menu-add-item nil
'("tools") (easy-menu-create-menu (car menu
) (cdr menu
)))) ((fboundp 'easy-menu-create-keymaps
) (define-key global-map
[menu-bar tools eudc
] (cons "Directory Search" (easy-menu-create-keymaps "Directory Search" (cdr menu
)))))))))))
10794 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10795 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10796 ;;;;;; "eudc-bob" "net/eudc-bob.el" (18310 12094))
10797 ;;; Generated autoloads from net/eudc-bob.el
10799 (autoload 'eudc-display-generic-binary
"eudc-bob" "\
10800 Display a button for unidentified binary DATA.
10802 \(fn DATA)" nil nil
)
10804 (autoload 'eudc-display-url
"eudc-bob" "\
10805 Display URL and make it clickable.
10807 \(fn URL)" nil nil
)
10809 (autoload 'eudc-display-mail
"eudc-bob" "\
10810 Display e-mail address and make it clickable.
10812 \(fn MAIL)" nil nil
)
10814 (autoload 'eudc-display-sound
"eudc-bob" "\
10815 Display a button to play the sound DATA.
10817 \(fn DATA)" nil nil
)
10819 (autoload 'eudc-display-jpeg-inline
"eudc-bob" "\
10820 Display the JPEG DATA inline at point if possible.
10822 \(fn DATA)" nil nil
)
10824 (autoload 'eudc-display-jpeg-as-button
"eudc-bob" "\
10825 Display a button for the JPEG DATA.
10827 \(fn DATA)" nil nil
)
10831 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10832 ;;;;;; "eudc-export" "net/eudc-export.el" (18310 12094))
10833 ;;; Generated autoloads from net/eudc-export.el
10835 (autoload 'eudc-insert-record-at-point-into-bbdb
"eudc-export" "\
10836 Insert record at point into the BBDB database.
10837 This function can only be called from a directory query result buffer.
10841 (autoload 'eudc-try-bbdb-insert
"eudc-export" "\
10842 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10848 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10849 ;;;;;; (18310 12094))
10850 ;;; Generated autoloads from net/eudc-hotlist.el
10852 (autoload 'eudc-edit-hotlist
"eudc-hotlist" "\
10853 Edit the hotlist of directory servers in a specialized buffer.
10859 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (18310
10861 ;;; Generated autoloads from emacs-lisp/ewoc.el
10863 (autoload 'ewoc-create
"ewoc" "\
10864 Create an empty ewoc.
10866 The ewoc will be inserted in the current buffer at the current position.
10868 PRETTY-PRINTER should be a function that takes one argument, an
10869 element, and inserts a string representing it in the buffer (at
10870 point). The string PRETTY-PRINTER inserts may be empty or span
10871 several lines. The PRETTY-PRINTER should use `insert', and not
10872 `insert-before-markers'.
10874 Optional second and third arguments HEADER and FOOTER are strings,
10875 possibly empty, that will always be present at the top and bottom,
10876 respectively, of the ewoc.
10878 Normally, a newline is automatically inserted after the header,
10879 the footer and every node's printed representation. Optional
10880 fourth arg NOSEP non-nil inhibits this.
10882 \(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil
)
10886 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10887 ;;;;;; executable-self-display executable-set-magic executable-interpret
10888 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10889 ;;;;;; (18310 12110))
10890 ;;; Generated autoloads from progmodes/executable.el
10892 (autoload 'executable-command-find-posix-p
"executable" "\
10893 Check if PROGRAM handles arguments Posix-style.
10894 If PROGRAM is non-nil, use that instead of \"find\".
10896 \(fn &optional PROGRAM)" nil nil
)
10898 (autoload 'executable-interpret
"executable" "\
10899 Run script with user-specified args, and collect output in a buffer.
10900 While script runs asynchronously, you can use the \\[next-error]
10901 command to find the next error. The buffer is also in `comint-mode' and
10902 `compilation-shell-minor-mode', so that you can answer any prompts.
10904 \(fn COMMAND)" t nil
)
10906 (autoload 'executable-set-magic
"executable" "\
10907 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
10908 The variables `executable-magicless-file-regexp', `executable-prefix',
10909 `executable-insert', `executable-query' and `executable-chmod' control
10910 when and how magic numbers are inserted or replaced and scripts made
10913 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil
)
10915 (autoload 'executable-self-display
"executable" "\
10916 Turn a text file into a self-displaying Un*x command.
10917 The magic number of such a command displays all lines but itself.
10921 (autoload 'executable-make-buffer-file-executable-if-script-p
"executable" "\
10922 Make file executable according to umask if not already executable.
10923 If file already has any execute bits set at all, do not change existing
10930 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10931 ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10932 ;;;;;; (18310 12036))
10933 ;;; Generated autoloads from expand.el
10935 (autoload 'expand-add-abbrevs
"expand" "\
10936 Add a list of abbrev to abbrev table TABLE.
10937 ABBREVS is a list of abbrev definitions; each abbrev description entry
10938 has the form (ABBREV EXPANSION ARG).
10940 ABBREV is the abbreviation to replace.
10942 EXPANSION is the replacement string or a function which will make the
10943 expansion. For example you, could use the DMacros or skeleton packages
10944 to generate such functions.
10946 ARG is an optional argument which can be a number or a list of
10947 numbers. If ARG is a number, point is placed ARG chars from the
10948 beginning of the expanded text.
10950 If ARG is a list of numbers, point is placed according to the first
10951 member of the list, but you can visit the other specified positions
10952 cyclicaly with the functions `expand-jump-to-previous-slot' and
10953 `expand-jump-to-next-slot'.
10955 If ARG is omitted, point is placed at the end of the expanded text.
10957 \(fn TABLE ABBREVS)" nil nil
)
10959 (autoload 'expand-abbrev-hook
"expand" "\
10960 Abbrev hook used to do the expansion job of expand abbrevs.
10961 See `expand-add-abbrevs'. Value is non-nil if expansion was done.
10965 (autoload 'expand-jump-to-previous-slot
"expand" "\
10966 Move the cursor to the previous slot in the last abbrev expansion.
10967 This is used only in conjunction with `expand-add-abbrevs'.
10971 (autoload 'expand-jump-to-next-slot
"expand" "\
10972 Move the cursor to the next slot in the last abbrev expansion.
10973 This is used only in conjunction with `expand-add-abbrevs'.
10976 (define-key ctl-x-map
"ap" 'expand-jump-to-previous-slot
)
10977 (define-key ctl-x-map
"an" 'expand-jump-to-next-slot
)
10981 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (18329 52189))
10982 ;;; Generated autoloads from progmodes/f90.el
10984 (autoload 'f90-mode
"f90" "\
10985 Major mode for editing Fortran 90,95 code in free format.
10986 For fixed format code, use `fortran-mode'.
10988 \\[f90-indent-line] indents the current line.
10989 \\[f90-indent-new-line] indents current line and creates a new indented line.
10990 \\[f90-indent-subprogram] indents the current subprogram.
10992 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
10997 Variables controlling indentation style and extra features:
11000 Extra indentation within do blocks (default 3).
11002 Extra indentation within if/select/where/forall blocks (default 3).
11004 Extra indentation within type/enum/interface/block-data blocks (default 3).
11005 `f90-program-indent'
11006 Extra indentation within program/module/subroutine/function blocks
11008 `f90-continuation-indent'
11009 Extra indentation applied to continuation lines (default 5).
11010 `f90-comment-region'
11011 String inserted by function \\[f90-comment-region] at start of each
11012 line in region (default \"!!!$\").
11013 `f90-indented-comment-re'
11014 Regexp determining the type of comment to be intended like code
11016 `f90-directive-comment-re'
11017 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
11018 (default \"!hpf\\\\$\").
11019 `f90-break-delimiters'
11020 Regexp holding list of delimiters at which lines may be broken
11021 (default \"[-+*/><=,% \\t]\").
11022 `f90-break-before-delimiters'
11023 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
11025 `f90-beginning-ampersand'
11026 Automatic insertion of & at beginning of continuation lines (default t).
11028 From an END statement, check and fill the end using matching block start.
11029 Allowed values are 'blink, 'no-blink, and nil, which determine
11030 whether to blink the matching beginning (default 'blink).
11031 `f90-auto-keyword-case'
11032 Automatic change of case of keywords (default nil).
11033 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
11034 `f90-leave-line-no'
11035 Do not left-justify line numbers (default nil).
11037 Turning on F90 mode calls the value of the variable `f90-mode-hook'
11038 with no args, if that value is non-nil.
11044 ;;;### (autoloads (list-colors-display facemenu-read-color facemenu-remove-special
11045 ;;;;;; facemenu-remove-all facemenu-remove-face-props facemenu-set-read-only
11046 ;;;;;; facemenu-set-intangible facemenu-set-invisible facemenu-set-face-from-menu
11047 ;;;;;; facemenu-set-background facemenu-set-foreground facemenu-set-face)
11048 ;;;;;; "facemenu" "facemenu.el" (18310 12036))
11049 ;;; Generated autoloads from facemenu.el
11050 (define-key global-map
"\M-o" 'facemenu-keymap
)
11051 (autoload 'facemenu-keymap
"facemenu" "Keymap for face-changing commands." t
'keymap
)
11053 (defvar facemenu-face-menu
(let ((map (make-sparse-keymap "Face"))) (define-key map
"o" (cons "Other..." 'facemenu-set-face
)) map
) "\
11054 Menu keymap for faces.")
11056 (defalias 'facemenu-face-menu facemenu-face-menu
)
11058 (defvar facemenu-foreground-menu
(let ((map (make-sparse-keymap "Foreground Color"))) (define-key map
"o" (cons "Other..." 'facemenu-set-foreground
)) map
) "\
11059 Menu keymap for foreground colors.")
11061 (defalias 'facemenu-foreground-menu facemenu-foreground-menu
)
11063 (defvar facemenu-background-menu
(let ((map (make-sparse-keymap "Background Color"))) (define-key map
"o" (cons "Other..." 'facemenu-set-background
)) map
) "\
11064 Menu keymap for background colors.")
11066 (defalias 'facemenu-background-menu facemenu-background-menu
)
11068 (defvar facemenu-special-menu
(let ((map (make-sparse-keymap "Special"))) (define-key map
[115] (cons (purecopy "Remove Special") 'facemenu-remove-special)) (define-key map [116] (cons (purecopy "Intangible") 'facemenu-set-intangible)) (define-key map [118] (cons (purecopy "Invisible") 'facemenu-set-invisible)) (define-key map [114] (cons (purecopy "Read-Only") 'facemenu-set-read-only)) map) "\
11069 Menu keymap for non-face text-properties.")
11071 (defalias 'facemenu-special-menu facemenu-special-menu)
11073 (defvar facemenu-justification-menu (let ((map (make-sparse-keymap "Justification"))) (define-key map [99] (cons (purecopy "Center") 'set-justification-center)) (define-key map [98] (cons (purecopy "Full") 'set-justification-full)) (define-key map [114] (cons (purecopy "Right") 'set-justification-right)) (define-key map [108] (cons (purecopy "Left") 'set-justification-left)) (define-key map [117] (cons (purecopy "Unfilled") 'set-justification-none)) map) "\
11074 Submenu for text justification commands.")
11076 (defalias 'facemenu-justification-menu facemenu-justification-menu)
11078 (defvar facemenu-indentation-menu (let ((map (make-sparse-keymap "Indentation"))) (define-key map [decrease-right-margin] (cons (purecopy "Indent Right Less") 'decrease-right-margin)) (define-key map [increase-right-margin] (cons (purecopy "Indent Right More") 'increase-right-margin)) (define-key map [decrease-left-margin] (cons (purecopy "Indent Less") 'decrease-left-margin)) (define-key map [increase-left-margin] (cons (purecopy "Indent More") 'increase-left-margin)) map) "\
11079 Submenu for indentation commands.")
11081 (defalias 'facemenu-indentation-menu facemenu-indentation-menu)
11083 (defvar facemenu-menu nil "\
11084 Facemenu top-level menu keymap.")
11086 (setq facemenu-menu (make-sparse-keymap "Text Properties"))
11088 (let ((map facemenu-menu)) (define-key map [dc] (cons (purecopy "Display Colors") 'list-colors-display)) (define-key map [df] (cons (purecopy "Display Faces") 'list-faces-display)) (define-key map [dp] (cons (purecopy "Describe Properties") 'describe-text-properties)) (define-key map [ra] (cons (purecopy "Remove Text Properties") 'facemenu-remove-all)) (define-key map [rm] (cons (purecopy "Remove Face Properties") 'facemenu-remove-face-props)) (define-key map [s1] (list (purecopy "--"))))
11090 (let ((map facemenu-menu)) (define-key map [in] (cons (purecopy "Indentation") 'facemenu-indentation-menu)) (define-key map [ju] (cons (purecopy "Justification") 'facemenu-justification-menu)) (define-key map [s2] (list (purecopy "--"))) (define-key map [sp] (cons (purecopy "Special Properties") 'facemenu-special-menu)) (define-key map [bg] (cons (purecopy "Background Color") 'facemenu-background-menu)) (define-key map [fg] (cons (purecopy "Foreground Color") 'facemenu-foreground-menu)) (define-key map [fc] (cons (purecopy "Face") 'facemenu-face-menu)))
11092 (defalias 'facemenu-menu facemenu-menu)
11094 (autoload 'facemenu-set-face "facemenu" "\
11095 Apply FACE to the region or next character typed.
11097 If the region is active (normally true except in Transient
11098 Mark mode) and nonempty, and there is no prefix argument,
11099 this command applies FACE to the region. Otherwise, it applies FACE
11100 to the faces to use for the next character
11101 inserted. (Moving point or switching buffers before typing
11102 a character to insert cancels the specification.)
11104 If FACE is `default', to \"apply\" it means clearing
11105 the list of faces to be used. For any other value of FACE,
11106 to \"apply\" it means putting FACE at the front of the list
11107 of faces to be used, and removing any faces further
11108 along in the list that would be completely overridden by
11109 preceding faces (including FACE).
11111 This command can also add FACE to the menu of faces,
11112 if `facemenu-listed-faces' says to do that.
11114 \(fn FACE &optional START END)" t nil)
11116 (autoload 'facemenu-set-foreground "facemenu" "\
11117 Set the foreground COLOR of the region or next character typed.
11118 This command reads the color in the minibuffer.
11120 If the region is active (normally true except in Transient Mark mode)
11121 and there is no prefix argument, this command sets the region to the
11124 Otherwise, this command specifies the face for the next character
11125 inserted. Moving point or switching buffers before
11126 typing a character to insert cancels the specification.
11128 \(fn COLOR &optional START END)" t nil)
11130 (autoload 'facemenu-set-background "facemenu" "\
11131 Set the background COLOR of the region or next character typed.
11132 This command reads the color in the minibuffer.
11134 If the region is active (normally true except in Transient Mark mode)
11135 and there is no prefix argument, this command sets the region to the
11138 Otherwise, this command specifies the face for the next character
11139 inserted. Moving point or switching buffers before
11140 typing a character to insert cancels the specification.
11142 \(fn COLOR &optional START END)" t nil)
11144 (autoload 'facemenu-set-face-from-menu "facemenu" "\
11145 Set the FACE of the region or next character typed.
11146 This function is designed to be called from a menu; FACE is determined
11147 using the event type of the menu entry. If FACE is a symbol whose
11148 name starts with \"fg:\" or \"bg:\", then this functions sets the
11149 foreground or background to the color specified by the rest of the
11150 symbol's name. Any other symbol is considered the name of a face.
11152 If the region is active (normally true except in Transient Mark mode)
11153 and there is no prefix argument, this command sets the region to the
11156 Otherwise, this command specifies the face for the next character
11157 inserted. Moving point or switching buffers before typing a character
11158 to insert cancels the specification.
11160 \(fn FACE START END)" t nil)
11162 (autoload 'facemenu-set-invisible "facemenu" "\
11163 Make the region invisible.
11164 This sets the `invisible' text property; it can be undone with
11165 `facemenu-remove-special'.
11167 \(fn START END)" t nil)
11169 (autoload 'facemenu-set-intangible "facemenu" "\
11170 Make the region intangible: disallow moving into it.
11171 This sets the `intangible' text property; it can be undone with
11172 `facemenu-remove-special'.
11174 \(fn START END)" t nil)
11176 (autoload 'facemenu-set-read-only "facemenu" "\
11177 Make the region unmodifiable.
11178 This sets the `read-only' text property; it can be undone with
11179 `facemenu-remove-special'.
11181 \(fn START END)" t nil)
11183 (autoload 'facemenu-remove-face-props "facemenu" "\
11184 Remove `face' and `mouse-face' text properties.
11186 \(fn START END)" t nil)
11188 (autoload 'facemenu-remove-all "facemenu" "\
11189 Remove all text properties from the region.
11191 \(fn START END)" t nil)
11193 (autoload 'facemenu-remove-special "facemenu" "\
11194 Remove all the \"special\" text properties from the region.
11195 These special properties include `invisible', `intangible' and `read-only'.
11197 \(fn START END)" t nil)
11199 (autoload 'facemenu-read-color "facemenu" "\
11200 Read a color using the minibuffer.
11202 \(fn &optional PROMPT)" nil nil)
11204 (autoload 'list-colors-display "facemenu" "\
11205 Display names of defined colors, and show what they look like.
11206 If the optional argument LIST is non-nil, it should be a list of
11207 colors to display. Otherwise, this command computes a list of
11208 colors that the current display can handle. If the optional
11209 argument BUFFER-NAME is nil, it defaults to *Colors*.
11211 \(fn &optional LIST BUFFER-NAME)" t nil)
11215 ;;;### (autoloads (turn-on-fast-lock fast-lock-mode) "fast-lock"
11216 ;;;;;; "obsolete/fast-lock.el" (18310 12102))
11217 ;;; Generated autoloads from obsolete/fast-lock.el
11219 (autoload 'fast-lock-mode "fast-lock" "\
11220 Toggle Fast Lock mode.
11221 With arg, turn Fast Lock mode on if and only if arg is positive and the buffer
11222 is associated with a file. Enable it automatically in your `~/.emacs' by:
11224 (setq font-lock-support-mode 'fast-lock-mode)
11226 If Fast Lock mode is enabled, and the current buffer does not contain any text
11227 properties, any associated Font Lock cache is used if its timestamp matches the
11228 buffer's file, and its `font-lock-keywords' match those that you are using.
11230 Font Lock caches may be saved:
11231 - When you save the file's buffer.
11232 - When you kill an unmodified file's buffer.
11233 - When you exit Emacs, for all unmodified or saved buffers.
11234 Depending on the value of `fast-lock-save-events'.
11235 See also the commands `fast-lock-read-cache' and `fast-lock-save-cache'.
11237 Use \\[font-lock-fontify-buffer] to fontify the buffer if the cache is bad.
11239 Various methods of control are provided for the Font Lock cache. In general,
11240 see variable `fast-lock-cache-directories' and function `fast-lock-cache-name'.
11241 For saving, see variables `fast-lock-minimum-size', `fast-lock-save-events',
11242 `fast-lock-save-others' and `fast-lock-save-faces'.
11244 \(fn &optional ARG)" t nil)
11246 (autoload 'turn-on-fast-lock "fast-lock" "\
11247 Unconditionally turn on Fast Lock mode.
11251 (when (fboundp 'add-minor-mode) (defvar fast-lock-mode nil) (add-minor-mode 'fast-lock-mode nil))
11255 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
11256 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
11257 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (18307 26238))
11258 ;;; Generated autoloads from mail/feedmail.el
11260 (autoload 'feedmail-send-it "feedmail" "\
11261 Send the current mail buffer using the Feedmail package.
11262 This is a suitable value for `send-mail-function'. It can be used
11263 with various lower-level mechanisms to provide features such as queueing.
11267 (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
11268 Like `feedmail-run-the-queue', but suppress confirmation prompts.
11270 \(fn &optional ARG)" t nil)
11272 (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\
11273 Like `feedmail-run-the-queue', but with a global confirmation prompt.
11274 This is generally most useful if run non-interactively, since you can
11275 bail out with an appropriate answer to the global confirmation prompt.
11277 \(fn &optional ARG)" t nil)
11279 (autoload 'feedmail-run-the-queue "feedmail" "\
11280 Visit each message in the feedmail queue directory and send it out.
11281 Return value is a list of three things: number of messages sent, number of
11282 messages skipped, and number of non-message things in the queue (commonly
11283 backup file names and the like).
11285 \(fn &optional ARG)" t nil)
11287 (autoload 'feedmail-queue-reminder "feedmail" "\
11288 Perform some kind of reminder activity about queued and draft messages.
11289 Called with an optional symbol argument which says what kind of event
11290 is triggering the reminder activity. The default is 'on-demand, which
11291 is what you typically would use if you were putting this in your Emacs start-up
11292 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
11293 internally by feedmail):
11295 after-immediate (a message has just been sent in immediate mode)
11296 after-queue (a message has just been queued)
11297 after-draft (a message has just been placed in the draft directory)
11298 after-run (the queue has just been run, possibly sending messages)
11300 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
11301 the associated value is a function, it is called without arguments and is expected
11302 to perform the reminder activity. You can supply your own reminder functions
11303 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
11304 you can set `feedmail-queue-reminder-alist' to nil.
11306 \(fn &optional WHAT-EVENT)" t nil)
11310 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
11311 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (18352 4530))
11312 ;;; Generated autoloads from ffap.el
11314 (autoload 'ffap-next "ffap" "\
11315 Search buffer for next file or URL, and run ffap.
11316 Optional argument BACK says to search backwards.
11317 Optional argument WRAP says to try wrapping around if necessary.
11318 Interactively: use a single prefix to search backwards,
11319 double prefix to wrap forward, triple to wrap backwards.
11320 Actual search is done by `ffap-next-guess'.
11322 \(fn &optional BACK WRAP)" t nil)
11324 (autoload 'find-file-at-point "ffap" "\
11325 Find FILENAME, guessing a default from text around point.
11326 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
11327 With a prefix, this command behaves exactly like `ffap-file-finder'.
11328 If `ffap-require-prefix' is set, the prefix meaning is reversed.
11329 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
11330 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
11332 \(fn &optional FILENAME)" t nil)
11334 (defalias 'ffap 'find-file-at-point)
11336 (autoload 'ffap-menu "ffap" "\
11337 Put up a menu of files and urls mentioned in this buffer.
11338 Then set mark, jump to choice, and try to fetch it. The menu is
11339 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
11340 The optional RESCAN argument (a prefix, interactively) forces
11341 a rebuild. Searches with `ffap-menu-regexp'.
11343 \(fn &optional RESCAN)" t nil)
11345 (autoload 'ffap-at-mouse "ffap" "\
11346 Find file or url guessed from text around mouse click.
11347 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
11349 * if a guess string is found, return it (after finding it)
11350 * if the fallback is called, return whatever it returns
11355 (autoload 'dired-at-point "ffap" "\
11356 Start Dired, defaulting to file at point. See `ffap'.
11358 \(fn &optional FILENAME)" t nil)
11360 (autoload 'ffap-bindings "ffap" "\
11361 Evaluate the forms in variable `ffap-bindings'.
11367 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
11368 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
11369 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
11370 ;;;;;; "filecache" "filecache.el" (18310 12037))
11371 ;;; Generated autoloads from filecache.el
11373 (autoload 'file-cache-add-directory "filecache" "\
11374 Add DIRECTORY to the file cache.
11375 If the optional REGEXP argument is non-nil, only files which match it will
11376 be added to the cache.
11378 \(fn DIRECTORY &optional REGEXP)" t nil)
11380 (autoload 'file-cache-add-directory-list "filecache" "\
11381 Add DIRECTORY-LIST (a list of directory names) to the file cache.
11382 If the optional REGEXP argument is non-nil, only files which match it
11383 will be added to the cache. Note that the REGEXP is applied to the files
11384 in each directory, not to the directory list itself.
11386 \(fn DIRECTORY-LIST &optional REGEXP)" t nil)
11388 (autoload 'file-cache-add-file "filecache" "\
11389 Add FILE to the file cache.
11393 (autoload 'file-cache-add-directory-using-find "filecache" "\
11394 Use the `find' command to add files to the file cache.
11395 Find is run in DIRECTORY.
11397 \(fn DIRECTORY)" t nil)
11399 (autoload 'file-cache-add-directory-using-locate "filecache" "\
11400 Use the `locate' command to add files to the file cache.
11401 STRING is passed as an argument to the locate command.
11403 \(fn STRING)" t nil)
11405 (autoload 'file-cache-add-directory-recursively "filecache" "\
11406 Adds DIR and any subdirectories to the file-cache.
11407 This function does not use any external programs
11408 If the optional REGEXP argument is non-nil, only files which match it
11409 will be added to the cache. Note that the REGEXP is applied to the files
11410 in each directory, not to the directory list itself.
11412 \(fn DIR &optional REGEXP)" t nil)
11414 (autoload 'file-cache-minibuffer-complete "filecache" "\
11415 Complete a filename in the minibuffer using a preloaded cache.
11416 Filecache does two kinds of substitution: it completes on names in
11417 the cache, and, once it has found a unique name, it cycles through
11418 the directories that the name is available in. With a prefix argument,
11419 the name is considered already unique; only the second substitution
11420 \(directories) is done.
11426 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (18310
11428 ;;; Generated autoloads from filesets.el
11430 (autoload 'filesets-init "filesets" "\
11431 Filesets initialization.
11432 Set up hooks, load the cache file -- if existing -- and build the menu.
11438 ;;;### (autoloads nil "fill" "textmodes/fill.el" (18339 17965))
11439 ;;; Generated autoloads from textmodes/fill.el
11440 (put 'colon-double-space 'safe-local-variable 'booleanp)
11444 ;;;### (autoloads (find-grep-dired find-name-dired find-dired find-name-arg
11445 ;;;;;; find-grep-options find-ls-subdir-switches find-ls-option)
11446 ;;;;;; "find-dired" "find-dired.el" (18310 12037))
11447 ;;; Generated autoloads from find-dired.el
11449 (defvar find-ls-option (if (eq system-type 'berkeley-unix) '("-ls" . "-gilsb") '("-exec ls -ld {} \\;" . "-ld")) "\
11450 *Description of the option to `find' to produce an `ls -l'-type listing.
11451 This is a cons of two strings (FIND-OPTION . LS-SWITCHES). FIND-OPTION
11452 gives the option (or options) to `find' that produce the desired output.
11453 LS-SWITCHES is a list of `ls' switches to tell dired how to parse the output.")
11455 (custom-autoload 'find-ls-option "find-dired" t)
11457 (defvar find-ls-subdir-switches "-al" "\
11458 `ls' switches for inserting subdirectories in `*Find*' buffers.
11459 This should contain the \"-l\" switch.
11460 Use the \"-F\" or \"-b\" switches if and only if you also use
11461 them for `find-ls-option'.")
11463 (custom-autoload 'find-ls-subdir-switches "find-dired" t)
11465 (defvar find-grep-options (if (or (eq system-type 'berkeley-unix) (string-match "solaris2" system-configuration) (string-match "irix" system-configuration)) "-s" "-q") "\
11466 *Option to grep to be as silent as possible.
11467 On Berkeley systems, this is `-s'; on Posix, and with GNU grep, `-q' does it.
11468 On other systems, the closest you can come is to use `-l'.")
11470 (custom-autoload 'find-grep-options "find-dired" t)
11472 (defvar find-name-arg (if read-file-name-completion-ignore-case "-iname" "-name") "\
11473 *Argument used to specify file name pattern.
11474 If `read-file-name-completion-ignore-case' is non-nil, -iname is used so that
11475 find also ignores case. Otherwise, -name is used.")
11477 (custom-autoload 'find-name-arg "find-dired" t)
11479 (autoload 'find-dired "find-dired" "\
11480 Run `find' and go into Dired mode on a buffer of the output.
11481 The command run (after changing into DIR) is
11483 find . \\( ARGS \\) -ls
11485 except that the variable `find-ls-option' specifies what to use
11486 as the final argument.
11488 \(fn DIR ARGS)" t nil)
11490 (autoload 'find-name-dired "find-dired" "\
11491 Search DIR recursively for files matching the globbing pattern PATTERN,
11492 and run dired on those files.
11493 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
11494 The command run (after changing into DIR) is
11496 find . -name 'PATTERN' -ls
11498 \(fn DIR PATTERN)" t nil)
11500 (autoload 'find-grep-dired "find-dired" "\
11501 Find files in DIR containing a regexp REGEXP and start Dired on output.
11502 The command run (after changing into DIR) is
11504 find . -exec grep -s -e REGEXP {} \\; -ls
11506 Thus ARG can also contain additional grep options.
11508 \(fn DIR REGEXP)" t nil)
11512 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
11513 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
11514 ;;;;;; (18310 12037))
11515 ;;; Generated autoloads from find-file.el
11517 (defvar ff-special-constructs '(("^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]" lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
11518 *List of special constructs for `ff-treat-as-special' to recognize.
11519 Each element, tried in order, has the form (REGEXP . EXTRACT).
11520 If REGEXP matches the current line (from the beginning of the line),
11521 `ff-treat-as-special' calls function EXTRACT with no args.
11522 If EXTRACT returns nil, keep trying. Otherwise, return the
11523 filename that EXTRACT returned.")
11525 (autoload 'ff-get-other-file "find-file" "\
11526 Find the header or source file corresponding to this file.
11527 See also the documentation for `ff-find-other-file'.
11529 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
11531 \(fn &optional IN-OTHER-WINDOW)" t nil)
11533 (defalias 'ff-find-related-file 'ff-find-other-file)
11535 (autoload 'ff-find-other-file "find-file" "\
11536 Find the header or source file corresponding to this file.
11537 Being on a `#include' line pulls in that file.
11539 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
11540 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
11542 Variables of interest include:
11544 - `ff-case-fold-search'
11545 Non-nil means ignore cases in matches (see `case-fold-search').
11546 If you have extensions in different cases, you will want this to be nil.
11548 - `ff-always-in-other-window'
11549 If non-nil, always open the other file in another window, unless an
11550 argument is given to `ff-find-other-file'.
11552 - `ff-ignore-include'
11553 If non-nil, ignores #include lines.
11555 - `ff-always-try-to-create'
11556 If non-nil, always attempt to create the other file if it was not found.
11559 If non-nil, traces which directories are being searched.
11561 - `ff-special-constructs'
11562 A list of regular expressions specifying how to recognize special
11563 constructs such as include files etc, and an associated method for
11564 extracting the filename from that construct.
11566 - `ff-other-file-alist'
11567 Alist of extensions to find given the current file's extension.
11569 - `ff-search-directories'
11570 List of directories searched through with each extension specified in
11571 `ff-other-file-alist' that matches this file's extension.
11573 - `ff-pre-find-hook'
11574 List of functions to be called before the search for the file starts.
11576 - `ff-pre-load-hook'
11577 List of functions to be called before the other file is loaded.
11579 - `ff-post-load-hook'
11580 List of functions to be called after the other file is loaded.
11582 - `ff-not-found-hook'
11583 List of functions to be called if the other file could not be found.
11585 - `ff-file-created-hook'
11586 List of functions to be called if the other file has been created.
11588 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
11590 (autoload 'ff-mouse-find-other-file "find-file" "\
11591 Visit the file you click on.
11593 \(fn EVENT)" t nil)
11595 (autoload 'ff-mouse-find-other-file-other-window "find-file" "\
11596 Visit the file you click on in another window.
11598 \(fn EVENT)" t nil)
11602 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
11603 ;;;;;; find-function-at-point find-function-on-key find-face-definition
11604 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
11605 ;;;;;; find-variable find-variable-noselect find-function-other-frame
11606 ;;;;;; find-function-other-window find-function find-function-noselect
11607 ;;;;;; find-function-search-for-symbol find-library) "find-func"
11608 ;;;;;; "emacs-lisp/find-func.el" (18337 10112))
11609 ;;; Generated autoloads from emacs-lisp/find-func.el
11611 (autoload 'find-library "find-func" "\
11612 Find the elisp source of LIBRARY.
11614 \(fn LIBRARY)" t nil)
11616 (autoload 'find-function-search-for-symbol "find-func" "\
11617 Search for SYMBOL's definition of type TYPE in LIBRARY.
11618 Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
11619 or just (BUFFER . nil) if the definition can't be found in the file.
11621 If TYPE is nil, look for a function definition.
11622 Otherwise, TYPE specifies the kind of definition,
11623 and it is interpreted via `find-function-regexp-alist'.
11624 The search is done in the source for library LIBRARY.
11626 \(fn SYMBOL TYPE LIBRARY)" nil nil)
11628 (autoload 'find-function-noselect "find-func" "\
11629 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
11631 Finds the source file containing the definition of FUNCTION
11632 in a buffer and the point of the definition. The buffer is
11633 not selected. If the function definition can't be found in
11634 the buffer, returns (BUFFER).
11636 If the file where FUNCTION is defined is not known, then it is
11637 searched for in `find-function-source-path' if non-nil, otherwise
11640 \(fn FUNCTION)" nil nil)
11642 (autoload 'find-function "find-func" "\
11643 Find the definition of the FUNCTION near point.
11645 Finds the source file containing the definition of the function
11646 near point (selected by `function-called-at-point') in a buffer and
11647 places point before the definition.
11648 Set mark before moving, if the buffer already existed.
11650 The library where FUNCTION is defined is searched for in
11651 `find-function-source-path', if non-nil, otherwise in `load-path'.
11652 See also `find-function-recenter-line' and `find-function-after-hook'.
11654 \(fn FUNCTION)" t nil)
11656 (autoload 'find-function-other-window "find-func" "\
11657 Find, in another window, the definition of FUNCTION near point.
11659 See `find-function' for more details.
11661 \(fn FUNCTION)" t nil)
11663 (autoload 'find-function-other-frame "find-func" "\
11664 Find, in another frame, the definition of FUNCTION near point.
11666 See `find-function' for more details.
11668 \(fn FUNCTION)" t nil)
11670 (autoload 'find-variable-noselect "find-func" "\
11671 Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
11673 Finds the library containing the definition of VARIABLE in a buffer and
11674 the point of the definition. The buffer is not selected.
11675 If the variable's definition can't be found in the buffer, return (BUFFER).
11677 The library where VARIABLE is defined is searched for in FILE or
11678 `find-function-source-path', if non-nil, otherwise in `load-path'.
11680 \(fn VARIABLE &optional FILE)" nil nil)
11682 (autoload 'find-variable "find-func" "\
11683 Find the definition of the VARIABLE at or before point.
11685 Finds the library containing the definition of the variable
11686 near point (selected by `variable-at-point') in a buffer and
11687 places point before the definition.
11689 Set mark before moving, if the buffer already existed.
11691 The library where VARIABLE is defined is searched for in
11692 `find-function-source-path', if non-nil, otherwise in `load-path'.
11693 See also `find-function-recenter-line' and `find-function-after-hook'.
11695 \(fn VARIABLE)" t nil)
11697 (autoload 'find-variable-other-window "find-func" "\
11698 Find, in another window, the definition of VARIABLE near point.
11700 See `find-variable' for more details.
11702 \(fn VARIABLE)" t nil)
11704 (autoload 'find-variable-other-frame "find-func" "\
11705 Find, in another frame, the definition of VARIABLE near point.
11707 See `find-variable' for more details.
11709 \(fn VARIABLE)" t nil)
11711 (autoload 'find-definition-noselect "find-func" "\
11712 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
11713 If the definition can't be found in the buffer, return (BUFFER).
11714 TYPE says what type of definition: nil for a function, `defvar' for a
11715 variable, `defface' for a face. This function does not switch to the
11716 buffer nor display it.
11718 The library where SYMBOL is defined is searched for in FILE or
11719 `find-function-source-path', if non-nil, otherwise in `load-path'.
11721 \(fn SYMBOL TYPE &optional FILE)" nil nil)
11723 (autoload 'find-face-definition "find-func" "\
11724 Find the definition of FACE. FACE defaults to the name near point.
11726 Finds the Emacs Lisp library containing the definition of the face
11727 near point (selected by `variable-at-point') in a buffer and
11728 places point before the definition.
11730 Set mark before moving, if the buffer already existed.
11732 The library where FACE is defined is searched for in
11733 `find-function-source-path', if non-nil, otherwise in `load-path'.
11734 See also `find-function-recenter-line' and `find-function-after-hook'.
11738 (autoload 'find-function-on-key "find-func" "\
11739 Find the function that KEY invokes. KEY is a string.
11740 Set mark before moving, if the buffer already existed.
11744 (autoload 'find-function-at-point "find-func" "\
11745 Find directly the function at point in the other window.
11749 (autoload 'find-variable-at-point "find-func" "\
11750 Find directly the variable at point in the other window.
11754 (autoload 'find-function-setup-keys "find-func" "\
11755 Define some key bindings for the find-function family of functions.
11761 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11762 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (18310 12037))
11763 ;;; Generated autoloads from find-lisp.el
11765 (autoload 'find-lisp-find-dired "find-lisp" "\
11766 Find files in DIR, matching REGEXP.
11768 \(fn DIR REGEXP)" t nil)
11770 (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\
11771 Find all subdirectories of DIR.
11775 (autoload 'find-lisp-find-dired-filter "find-lisp" "\
11776 Change the filter on a find-lisp-find-dired buffer to REGEXP.
11778 \(fn REGEXP)" t nil)
11782 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11783 ;;;;;; "finder" "finder.el" (18310 12037))
11784 ;;; Generated autoloads from finder.el
11786 (autoload 'finder-list-keywords "finder" "\
11787 Display descriptions of the keywords in the Finder buffer.
11791 (autoload 'finder-commentary "finder" "\
11792 Display FILE's commentary section.
11793 FILE should be in a form suitable for passing to `locate-library'.
11797 (autoload 'finder-by-keyword "finder" "\
11798 Find packages matching a given keyword.
11804 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11805 ;;;;;; "flow-ctrl.el" (18310 12037))
11806 ;;; Generated autoloads from flow-ctrl.el
11808 (autoload 'enable-flow-control "flow-ctrl" "\
11809 Toggle flow control handling.
11810 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
11811 With arg, enable flow control mode if arg is positive, otherwise disable.
11813 \(fn &optional ARGUMENT)" t nil)
11815 (autoload 'enable-flow-control-on "flow-ctrl" "\
11816 Enable flow control if using one of a specified set of terminal types.
11817 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
11818 on VT-100 and H19 terminals. When flow control is enabled,
11819 you must type C-\\ to get the effect of a C-s, and type C-^
11820 to get the effect of a C-q.
11822 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
11826 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11827 ;;;;;; (18310 12073))
11828 ;;; Generated autoloads from gnus/flow-fill.el
11830 (autoload 'fill-flowed-encode "flow-fill" "\
11833 \(fn &optional BUFFER)" nil nil)
11835 (autoload 'fill-flowed "flow-fill" "\
11838 \(fn &optional BUFFER DELETE-SPACE)" nil nil)
11842 ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
11843 ;;;;;; "flymake" "progmodes/flymake.el" (18310 12110))
11844 ;;; Generated autoloads from progmodes/flymake.el
11846 (autoload 'flymake-mode "flymake" "\
11847 Minor mode to do on-the-fly syntax checking.
11848 When called interactively, toggles the minor mode.
11849 With arg, turn Flymake mode on if and only if arg is positive.
11851 \(fn &optional ARG)" t nil)
11853 (autoload 'flymake-mode-on "flymake" "\
11854 Turn flymake mode on.
11858 (autoload 'flymake-mode-off "flymake" "\
11859 Turn flymake mode off.
11865 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11866 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11867 ;;;;;; "flyspell" "textmodes/flyspell.el" (18310 12118))
11868 ;;; Generated autoloads from textmodes/flyspell.el
11870 (autoload 'flyspell-prog-mode "flyspell" "\
11871 Turn on `flyspell-mode' for comments and strings.
11874 (defvar flyspell-mode nil)
11876 (autoload 'flyspell-mode "flyspell" "\
11877 Minor mode performing on-the-fly spelling checking.
11878 This spawns a single Ispell process and checks each word.
11879 The default flyspell behavior is to highlight incorrect words.
11880 With no argument, this command toggles Flyspell mode.
11881 With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
11882 otherwise turn it off.
11885 \\[ispell-word]: correct words (using Ispell).
11886 \\[flyspell-auto-correct-word]: automatically correct word.
11887 \\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
11888 \\[flyspell-correct-word] (or down-mouse-2): popup correct words.
11891 This runs `flyspell-mode-hook' after flyspell is entered.
11894 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
11895 valid. For instance, a personal dictionary can be used by
11896 invoking `ispell-change-dictionary'.
11898 Consider using the `ispell-parser' to check your text. For instance
11900 \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
11901 in your .emacs file.
11903 \\[flyspell-region] checks all words inside a region.
11904 \\[flyspell-buffer] checks the whole buffer.
11906 \(fn &optional ARG)" t nil)
11908 (autoload 'turn-on-flyspell "flyspell" "\
11909 Unconditionally turn on Flyspell mode.
11913 (autoload 'turn-off-flyspell "flyspell" "\
11914 Unconditionally turn off Flyspell mode.
11918 (autoload 'flyspell-mode-off "flyspell" "\
11919 Turn Flyspell mode off.
11923 (autoload 'flyspell-region "flyspell" "\
11924 Flyspell text between BEG and END.
11926 \(fn BEG END)" t nil)
11928 (autoload 'flyspell-buffer "flyspell" "\
11929 Flyspell whole buffer.
11935 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11936 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11937 ;;;;;; (18310 12038))
11938 ;;; Generated autoloads from follow.el
11940 (autoload 'turn-on-follow-mode "follow" "\
11941 Turn on Follow mode. Please see the function `follow-mode'.
11945 (autoload 'turn-off-follow-mode "follow" "\
11946 Turn off Follow mode. Please see the function `follow-mode'.
11950 (autoload 'follow-mode "follow" "\
11951 Minor mode that combines windows into one tall virtual window.
11953 The feeling of a \"virtual window\" has been accomplished by the use
11954 of two major techniques:
11956 * The windows always displays adjacent sections of the buffer.
11957 This means that whenever one window is moved, all the
11958 others will follow. (Hence the name Follow mode.)
11960 * Should the point (cursor) end up outside a window, another
11961 window displaying that point is selected, if possible. This
11962 makes it possible to walk between windows using normal cursor
11965 Follow mode comes to its prime when used on a large screen and two
11966 side-by-side windows are used. The user can, with the help of Follow
11967 mode, use two full-height windows as though they would have been
11968 one. Imagine yourself editing a large function, or section of text,
11969 and being able to use 144 lines instead of the normal 72... (your
11972 To split one large window into two side-by-side windows, the commands
11973 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
11975 Only windows displayed in the same frame follow each other.
11977 If the variable `follow-intercept-processes' is non-nil, Follow mode
11978 will listen to the output of processes and redisplay accordingly.
11979 \(This is the default.)
11981 This command runs the normal hook `follow-mode-hook'.
11983 Keys specific to Follow mode:
11984 \\{follow-mode-map}
11986 \(fn &optional ARG)" t nil)
11988 (autoload 'follow-delete-other-windows-and-split "follow" "\
11989 Create two side by side windows and enter Follow mode.
11991 Execute this command to display as much as possible of the text
11992 in the selected window. All other windows, in the current
11993 frame, are deleted and the selected window is split in two
11994 side-by-side windows. Follow mode is activated, hence the
11995 two windows always will display two successive pages.
11996 \(If one window is moved, the other one will follow.)
11998 If ARG is positive, the leftmost window is selected. If negative,
11999 the rightmost is selected. If ARG is nil, the leftmost window is
12000 selected if the original window is the first one in the frame.
12002 To bind this command to a hotkey, place the following line
12003 in your `~/.emacs' file, replacing [f7] by your favourite key:
12004 (global-set-key [f7] 'follow-delete-other-windows-and-split)
12006 \(fn &optional ARG)" t nil)
12010 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (18310
12012 ;;; Generated autoloads from mail/footnote.el
12014 (autoload 'footnote-mode "footnote" "\
12015 Toggle footnote minor mode.
12016 \\<message-mode-map>
12020 \\[Footnote-renumber-footnotes] Footnote-renumber-footnotes
12021 \\[Footnote-goto-footnote] Footnote-goto-footnote
12022 \\[Footnote-delete-footnote] Footnote-delete-footnote
12023 \\[Footnote-cycle-style] Footnote-cycle-style
12024 \\[Footnote-back-to-message] Footnote-back-to-message
12025 \\[Footnote-add-footnote] Footnote-add-footnote
12027 \(fn &optional ARG)" t nil)
12031 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
12032 ;;;;;; "forms" "forms.el" (18310 12038))
12033 ;;; Generated autoloads from forms.el
12035 (autoload 'forms-mode "forms" "\
12036 Major mode to visit files in a field-structured manner using a form.
12038 Commands: Equivalent keys in read-only mode:
12039 TAB forms-next-field TAB
12040 C-c TAB forms-next-field
12041 C-c < forms-first-record <
12042 C-c > forms-last-record >
12043 C-c ? describe-mode ?
12044 C-c C-k forms-delete-record
12045 C-c C-q forms-toggle-read-only q
12046 C-c C-o forms-insert-record
12047 C-c C-l forms-jump-record l
12048 C-c C-n forms-next-record n
12049 C-c C-p forms-prev-record p
12050 C-c C-r forms-search-reverse r
12051 C-c C-s forms-search-forward s
12052 C-c C-x forms-exit x
12054 \(fn &optional PRIMARY)" t nil)
12056 (autoload 'forms-find-file "forms" "\
12057 Visit a file in Forms mode.
12061 (autoload 'forms-find-file-other-window "forms" "\
12062 Visit a file in Forms mode in other window.
12068 ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
12069 ;;;;;; (18340 21050))
12070 ;;; Generated autoloads from progmodes/fortran.el
12072 (autoload 'fortran-mode "fortran" "\
12073 Major mode for editing Fortran code in fixed format.
12074 For free format code, use `f90-mode'.
12076 \\[fortran-indent-line] indents the current Fortran line correctly.
12077 Note that DO statements must not share a common CONTINUE.
12079 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
12082 \\{fortran-mode-map}
12084 Variables controlling indentation style and extra features:
12086 `fortran-comment-line-start'
12087 To use comments starting with `!', set this to the string \"!\".
12088 `fortran-do-indent'
12089 Extra indentation within DO blocks (default 3).
12090 `fortran-if-indent'
12091 Extra indentation within IF blocks (default 3).
12092 `fortran-structure-indent'
12093 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
12095 `fortran-continuation-indent'
12096 Extra indentation applied to continuation statements (default 5).
12097 `fortran-comment-line-extra-indent'
12098 Amount of extra indentation for text in full-line comments (default 0).
12099 `fortran-comment-indent-style'
12100 How to indent the text in full-line comments. Allowed values are:
12101 nil don't change the indentation
12102 fixed indent to `fortran-comment-line-extra-indent' beyond the
12104 `fortran-minimum-statement-indent-fixed' (fixed format) or
12105 `fortran-minimum-statement-indent-tab' (TAB format),
12106 depending on the continuation format in use.
12107 relative indent to `fortran-comment-line-extra-indent' beyond the
12108 indentation for a line of code.
12110 `fortran-comment-indent-char'
12111 Single-character string to be inserted instead of space for
12112 full-line comment indentation (default \" \").
12113 `fortran-minimum-statement-indent-fixed'
12114 Minimum indentation for statements in fixed format mode (default 6).
12115 `fortran-minimum-statement-indent-tab'
12116 Minimum indentation for statements in TAB format mode (default 9).
12117 `fortran-line-number-indent'
12118 Maximum indentation for line numbers (default 1). A line number will
12119 get less than this much indentation if necessary to avoid reaching
12121 `fortran-check-all-num-for-matching-do'
12122 Non-nil causes all numbered lines to be treated as possible \"continue\"
12123 statements (default nil).
12124 `fortran-blink-matching-if'
12125 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
12126 to blink on the matching IF (or DO [WHILE]). (default nil)
12127 `fortran-continuation-string'
12128 Single-character string to be inserted in column 5 of a continuation
12129 line (default \"$\").
12130 `fortran-comment-region'
12131 String inserted by \\[fortran-comment-region] at start of each line in
12132 the region (default \"c$$$\").
12133 `fortran-electric-line-number'
12134 Non-nil causes line number digits to be moved to the correct column
12135 as typed (default t).
12136 `fortran-break-before-delimiters'
12137 Non-nil causes lines to be broken before delimiters (default t).
12139 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
12140 with no args, if that value is non-nil.
12146 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
12147 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (18310 12105))
12148 ;;; Generated autoloads from play/fortune.el
12150 (autoload 'fortune-add-fortune "fortune" "\
12151 Add STRING to a fortune file FILE.
12153 Interactively, if called with a prefix argument,
12154 read the file name to use. Otherwise use the value of `fortune-file'.
12156 \(fn STRING FILE)" t nil)
12158 (autoload 'fortune-from-region "fortune" "\
12159 Append the current region to a local fortune-like data file.
12161 Interactively, if called with a prefix argument,
12162 read the file name to use. Otherwise use the value of `fortune-file'.
12164 \(fn BEG END FILE)" t nil)
12166 (autoload 'fortune-compile "fortune" "\
12167 Compile fortune file.
12169 If called with a prefix asks for the FILE to compile, otherwise uses
12170 the value of `fortune-file'. This currently cannot handle directories.
12172 \(fn &optional FILE)" t nil)
12174 (autoload 'fortune-to-signature "fortune" "\
12175 Create signature from output of the fortune program.
12177 If called with a prefix asks for the FILE to choose the fortune from,
12178 otherwise uses the value of `fortune-file'. If you want to have fortune
12179 choose from a set of files in a directory, call interactively with prefix
12180 and choose the directory as the fortune-file.
12182 \(fn &optional FILE)" t nil)
12184 (autoload 'fortune "fortune" "\
12185 Display a fortune cookie.
12187 If called with a prefix asks for the FILE to choose the fortune from,
12188 otherwise uses the value of `fortune-file'. If you want to have fortune
12189 choose from a set of files in a directory, call interactively with prefix
12190 and choose the directory as the fortune-file.
12192 \(fn &optional FILE)" t nil)
12196 ;;;### (autoloads (gdb-enable-debug gdb) "gdb-ui" "progmodes/gdb-ui.el"
12197 ;;;;;; (18337 53160))
12198 ;;; Generated autoloads from progmodes/gdb-ui.el
12200 (autoload 'gdb "gdb-ui" "\
12201 Run gdb on program FILE in buffer *gud-FILE*.
12202 The directory containing FILE becomes the initial working
12203 directory and source-file directory for your debugger.
12205 If `gdb-many-windows' is nil (the default value) then gdb just
12206 pops up the GUD buffer unless `gdb-show-main' is t. In this case
12207 it starts with two windows: one displaying the GUD buffer and the
12208 other with the source file with the main routine of the inferior.
12210 If `gdb-many-windows' is t, regardless of the value of
12211 `gdb-show-main', the layout below will appear unless
12212 `gdb-use-separate-io-buffer' is nil when the source buffer
12213 occupies the full width of the frame. Keybindings are shown in
12214 some of the buffers.
12216 Watch expressions appear in the speedbar/slowbar.
12218 The following commands help control operation :
12220 `gdb-many-windows' - Toggle the number of windows gdb uses.
12221 `gdb-restore-windows' - To restore the window layout.
12223 See Info node `(emacs)GDB Graphical Interface' for a more
12224 detailed description of this mode.
12227 +----------------------------------------------------------------------+
12229 +-----------------------------------+----------------------------------+
12230 | GUD buffer (I/O of GDB) | Locals buffer |
12234 +-----------------------------------+----------------------------------+
12235 | Source buffer | I/O buffer (of debugged program) |
12236 | | (comint-mode) |
12243 +-----------------------------------+----------------------------------+
12244 | Stack buffer | Breakpoints buffer |
12245 | RET gdb-frames-select | SPC gdb-toggle-breakpoint |
12246 | | RET gdb-goto-breakpoint |
12247 | | D gdb-delete-breakpoint |
12248 +-----------------------------------+----------------------------------+
12250 To run GDB in text command mode, replace the GDB \"--annotate=3\"
12251 option with \"--fullname\" either in the minibuffer for the
12252 current Emacs session, or the custom variable
12253 `gud-gdb-command-name' for all future sessions. You need to use
12254 text command mode to debug multiple programs within one Emacs
12257 \(fn COMMAND-LINE)" t nil)
12259 (defvar gdb-enable-debug nil "\
12260 Non-nil means record the process input and output in `gdb-debug-log'.")
12262 (custom-autoload 'gdb-enable-debug "gdb-ui" t)
12266 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
12267 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (18339
12269 ;;; Generated autoloads from emacs-lisp/generic.el
12271 (defvar generic-mode-list nil "\
12272 A list of mode names for `generic-mode'.
12273 Do not add entries to this list directly; use `define-generic-mode'
12274 instead (which see).")
12276 (autoload 'define-generic-mode "generic" "\
12277 Create a new generic mode MODE.
12279 MODE is the name of the command for the generic mode; don't quote it.
12280 The optional DOCSTRING is the documentation for the mode command. If
12281 you do not supply it, `define-generic-mode' uses a default
12282 documentation string instead.
12284 COMMENT-LIST is a list in which each element is either a character, a
12285 string of one or two characters, or a cons cell. A character or a
12286 string is set up in the mode's syntax table as a \"comment starter\".
12287 If the entry is a cons cell, the `car' is set up as a \"comment
12288 starter\" and the `cdr' as a \"comment ender\". (Use nil for the
12289 latter if you want comments to end at the end of the line.) Note that
12290 the syntax table has limitations about what comment starters and
12291 enders are actually possible.
12293 KEYWORD-LIST is a list of keywords to highlight with
12294 `font-lock-keyword-face'. Each keyword should be a string.
12296 FONT-LOCK-LIST is a list of additional expressions to highlight. Each
12297 element of this list should have the same form as an element of
12298 `font-lock-keywords'.
12300 AUTO-MODE-LIST is a list of regular expressions to add to
12301 `auto-mode-alist'. These regular expressions are added when Emacs
12302 runs the macro expansion.
12304 FUNCTION-LIST is a list of functions to call to do some additional
12305 setup. The mode command calls these functions just before it runs the
12306 mode hook `MODE-hook'.
12308 See the file generic-x.el for some examples of `define-generic-mode'.
12310 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil (quote macro))
12312 (autoload 'generic-mode-internal "generic" "\
12313 Go into the generic mode MODE.
12315 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
12317 (autoload 'generic-mode "generic" "\
12318 Enter generic mode MODE.
12320 Generic modes provide basic comment and font-lock functionality
12321 for \"generic\" files. (Files which are too small to warrant their
12322 own mode, but have comment characters, keywords, and the like.)
12324 To define a generic-mode, use the function `define-generic-mode'.
12325 Some generic modes are defined in `generic-x.el'.
12329 (autoload 'generic-make-keywords-list "generic" "\
12330 Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
12331 KEYWORD-LIST is a list of keyword strings that should be
12332 highlighted with face FACE. This function calculates a regular
12333 expression that matches these keywords and concatenates it with
12334 PREFIX and SUFFIX. Then it returns a construct based on this
12335 regular expression that can be used as an element of
12336 `font-lock-keywords'.
12338 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
12342 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
12343 ;;;;;; (18310 12110))
12344 ;;; Generated autoloads from progmodes/glasses.el
12346 (autoload 'glasses-mode "glasses" "\
12347 Minor mode for making identifiers likeThis readable.
12348 When this mode is active, it tries to add virtual separators (like underscores)
12349 at places they belong to.
12351 \(fn &optional ARG)" t nil)
12355 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
12356 ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
12357 ;;;;;; (18310 12073))
12358 ;;; Generated autoloads from gnus/gmm-utils.el
12360 (autoload 'gmm-regexp-concat "gmm-utils" "\
12361 Potentially concat a list of regexps into a single one.
12362 The concatenation is done with logical ORs.
12364 \(fn REGEXP)" nil nil)
12366 (autoload 'gmm-message "gmm-utils" "\
12367 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
12369 Guideline for numbers:
12370 1 - error messages, 3 - non-serious error messages, 5 - messages for things
12371 that take a long time, 7 - not very important messages on stuff, 9 - messages
12374 \(fn LEVEL &rest ARGS)" nil nil)
12376 (autoload 'gmm-error "gmm-utils" "\
12377 Beep an error if LEVEL is equal to or less than `gmm-verbose'.
12378 ARGS are passed to `message'.
12380 \(fn LEVEL &rest ARGS)" nil nil)
12382 (autoload 'gmm-widget-p "gmm-utils" "\
12383 Non-nil if SYMBOL is a widget.
12385 \(fn SYMBOL)" nil nil)
12387 (autoload 'gmm-tool-bar-from-list "gmm-utils" "\
12388 Make a tool bar from ICON-LIST.
12390 Within each entry of ICON-LIST, the first element is a menu
12391 command, the second element is an icon file name and the third
12392 element is a test function. You can use \\[describe-key]
12393 <menu-entry> to find out the name of a menu command. The fourth
12394 and all following elements are passed as the PROPS argument to the
12395 function `tool-bar-local-item'.
12397 If ZAP-LIST is a list, remove those item from the default
12398 `tool-bar-map'. If it is t, start with a new sparse map. You
12399 can use \\[describe-key] <icon> to find out the name of an icon
12400 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
12401 runs the command find-file\", then use `new-file' in ZAP-LIST.
12403 DEFAULT-MAP specifies the default key map for ICON-LIST.
12405 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
12409 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
12410 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (18342 56660))
12411 ;;; Generated autoloads from gnus/gnus.el
12412 (when (fboundp 'custom-autoload)
12413 (custom-autoload 'gnus-select-method "gnus"))
12415 (autoload 'gnus-slave-no-server "gnus" "\
12416 Read network news as a slave, without connecting to the local server.
12418 \(fn &optional ARG)" t nil)
12420 (autoload 'gnus-no-server "gnus" "\
12422 If ARG is a positive number, Gnus will use that as the startup
12423 level. If ARG is nil, Gnus will be started at level 2. If ARG is
12424 non-nil and not a positive number, Gnus will prompt the user for the
12425 name of an NNTP server to use.
12426 As opposed to `gnus', this command will not connect to the local
12429 \(fn &optional ARG SLAVE)" t nil)
12431 (autoload 'gnus-slave "gnus" "\
12432 Read news as a slave.
12434 \(fn &optional ARG)" t nil)
12436 (autoload 'gnus-other-frame "gnus" "\
12437 Pop up a frame to read news.
12438 This will call one of the Gnus commands which is specified by the user
12439 option `gnus-other-frame-function' (default `gnus') with the argument
12440 ARG if Gnus is not running, otherwise just pop up a Gnus frame. The
12441 optional second argument DISPLAY should be a standard display string
12442 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
12443 omitted or the function `make-frame-on-display' is not available, the
12444 current display is used.
12446 \(fn &optional ARG DISPLAY)" t nil)
12448 (autoload 'gnus "gnus" "\
12450 If ARG is non-nil and a positive number, Gnus will use that as the
12451 startup level. If ARG is non-nil and not a positive number, Gnus will
12452 prompt the user for the name of an NNTP server to use.
12454 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
12458 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch
12459 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active
12460 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
12461 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
12462 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
12463 ;;;;;; "gnus/gnus-agent.el" (18310 12073))
12464 ;;; Generated autoloads from gnus/gnus-agent.el
12466 (autoload 'gnus-unplugged "gnus-agent" "\
12467 Start Gnus unplugged.
12471 (autoload 'gnus-plugged "gnus-agent" "\
12472 Start Gnus plugged.
12476 (autoload 'gnus-slave-unplugged "gnus-agent" "\
12477 Read news as a slave unplugged.
12479 \(fn &optional ARG)" t nil)
12481 (autoload 'gnus-agentize "gnus-agent" "\
12482 Allow Gnus to be an offline newsreader.
12484 The gnus-agentize function is now called internally by gnus when
12485 gnus-agent is set. If you wish to avoid calling gnus-agentize,
12486 customize gnus-agent to nil.
12488 This will modify the `gnus-setup-news-hook', and
12489 `message-send-mail-real-function' variables, and install the Gnus agent
12490 minor mode in all Gnus buffers.
12494 (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
12495 Save GCC if Gnus is unplugged.
12499 (autoload 'gnus-agent-rename-group "gnus-agent" "\
12500 Rename fully-qualified OLD-GROUP as NEW-GROUP.
12501 Always updates the agent, even when disabled, as the old agent
12502 files would corrupt gnus when the agent was next enabled.
12503 Depends upon the caller to determine whether group renaming is
12506 \(fn OLD-GROUP NEW-GROUP)" nil nil)
12508 (autoload 'gnus-agent-delete-group "gnus-agent" "\
12509 Delete fully-qualified GROUP.
12510 Always updates the agent, even when disabled, as the old agent
12511 files would corrupt gnus when the agent was next enabled.
12512 Depends upon the caller to determine whether group deletion is
12515 \(fn GROUP)" nil nil)
12517 (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
12518 Construct list of articles that have not been downloaded.
12522 (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
12523 Possibly expand a group's active range to include articles
12524 downloaded into the agent.
12526 \(fn GROUP ACTIVE &optional INFO)" nil nil)
12528 (autoload 'gnus-agent-find-parameter "gnus-agent" "\
12529 Search for GROUPs SYMBOL in the group's parameters, the group's
12530 topic parameters, the group's category, or the customizable
12531 variables. Returns the first non-nil value found.
12533 \(fn GROUP SYMBOL)" nil nil)
12535 (autoload 'gnus-agent-batch-fetch "gnus-agent" "\
12536 Start Gnus and fetch session.
12540 (autoload 'gnus-agent-batch "gnus-agent" "\
12541 Start Gnus, send queue and fetch session.
12545 (autoload 'gnus-agent-regenerate "gnus-agent" "\
12546 Regenerate all agent covered files.
12547 If CLEAN, obsolete (ignore).
12549 \(fn &optional CLEAN REREAD)" t nil)
12553 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
12554 ;;;;;; (18350 11228))
12555 ;;; Generated autoloads from gnus/gnus-art.el
12557 (autoload 'gnus-article-prepare-display "gnus-art" "\
12558 Make the current buffer look like a nice article.
12564 ;;;### (autoloads (gnus-audio-play) "gnus-audio" "gnus/gnus-audio.el"
12565 ;;;;;; (18310 12073))
12566 ;;; Generated autoloads from gnus/gnus-audio.el
12568 (autoload 'gnus-audio-play "gnus-audio" "\
12569 Play a sound FILE through the speaker.
12575 ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
12576 ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (18310 12074))
12577 ;;; Generated autoloads from gnus/gnus-bookmark.el
12579 (autoload 'gnus-bookmark-set "gnus-bookmark" "\
12580 Set a bookmark for this article.
12584 (autoload 'gnus-bookmark-jump "gnus-bookmark" "\
12585 Jump to a Gnus bookmark (BMK-NAME).
12587 \(fn &optional BMK-NAME)" t nil)
12589 (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\
12590 Display a list of existing Gnus bookmarks.
12591 The list is displayed in a buffer named `*Gnus Bookmark List*'.
12592 The leftmost column displays a D if the bookmark is flagged for
12593 deletion, or > if it is flagged for displaying.
12599 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
12600 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
12601 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (18310
12603 ;;; Generated autoloads from gnus/gnus-cache.el
12605 (autoload 'gnus-jog-cache "gnus-cache" "\
12606 Go through all groups and put the articles into the cache.
12609 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
12613 (autoload 'gnus-cache-generate-active "gnus-cache" "\
12614 Generate the cache active file.
12616 \(fn &optional DIRECTORY)" t nil)
12618 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
12619 Generate NOV files recursively starting in DIR.
12623 (autoload 'gnus-cache-rename-group "gnus-cache" "\
12624 Rename OLD-GROUP as NEW-GROUP.
12625 Always updates the cache, even when disabled, as the old cache
12626 files would corrupt Gnus when the cache was next enabled. It
12627 depends on the caller to determine whether group renaming is
12630 \(fn OLD-GROUP NEW-GROUP)" nil nil)
12632 (autoload 'gnus-cache-delete-group "gnus-cache" "\
12633 Delete GROUP from the cache.
12634 Always updates the cache, even when disabled, as the old cache
12635 files would corrupt gnus when the cache was next enabled.
12636 Depends upon the caller to determine whether group deletion is
12639 \(fn GROUP)" nil nil)
12643 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
12644 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (18310 12074))
12645 ;;; Generated autoloads from gnus/gnus-delay.el
12647 (autoload 'gnus-delay-article "gnus-delay" "\
12648 Delay this article by some time.
12649 DELAY is a string, giving the length of the time. Possible values are:
12651 * <digits><units> for <units> in minutes (`m'), hours (`h'), days (`d'),
12652 weeks (`w'), months (`M'), or years (`Y');
12654 * YYYY-MM-DD for a specific date. The time of day is given by the
12655 variable `gnus-delay-default-hour', minute and second are zero.
12657 * hh:mm for a specific time. Use 24h format. If it is later than this
12658 time, then the deadline is tomorrow, else today.
12660 \(fn DELAY)" t nil)
12662 (autoload 'gnus-delay-send-queue "gnus-delay" "\
12663 Send all the delayed messages that are due now.
12667 (autoload 'gnus-delay-initialize "gnus-delay" "\
12668 Initialize the gnus-delay package.
12669 This sets up a key binding in `message-mode' to delay a message.
12670 This tells Gnus to look for delayed messages after getting new news.
12672 The optional arg NO-KEYMAP is ignored.
12673 Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12675 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
12679 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
12680 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (18310 12074))
12681 ;;; Generated autoloads from gnus/gnus-diary.el
12683 (autoload 'gnus-user-format-function-d "gnus-diary" "\
12686 \(fn HEADER)" nil nil)
12688 (autoload 'gnus-user-format-function-D "gnus-diary" "\
12691 \(fn HEADER)" nil nil)
12695 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
12696 ;;;;;; (18310 12074))
12697 ;;; Generated autoloads from gnus/gnus-dired.el
12699 (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
12700 Convenience method to turn on gnus-dired-mode.
12706 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
12707 ;;;;;; (18310 12074))
12708 ;;; Generated autoloads from gnus/gnus-draft.el
12710 (autoload 'gnus-draft-reminder "gnus-draft" "\
12711 Reminder user if there are unsent drafts.
12717 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
12718 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12719 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (18310
12721 ;;; Generated autoloads from gnus/gnus-fun.el
12723 (autoload 'gnus-random-x-face "gnus-fun" "\
12724 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12728 (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
12729 Insert a random X-Face header from `gnus-x-face-directory'.
12733 (autoload 'gnus-x-face-from-file "gnus-fun" "\
12734 Insert an X-Face header based on an image file.
12736 Depending on `gnus-convert-image-to-x-face-command' it may accept
12737 different input formats.
12741 (autoload 'gnus-face-from-file "gnus-fun" "\
12742 Return a Face header based on an image file.
12744 Depending on `gnus-convert-image-to-face-command' it may accept
12745 different input formats.
12749 (autoload 'gnus-convert-face-to-png "gnus-fun" "\
12750 Convert FACE (which is base64-encoded) to a PNG.
12751 The PNG is returned as a string.
12753 \(fn FACE)" nil nil)
12755 (autoload 'gnus-convert-png-to-face "gnus-fun" "\
12756 Convert FILE to a Face.
12757 FILE should be a PNG file that's 48x48 and smaller than or equal to
12760 \(fn FILE)" nil nil)
12764 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12765 ;;;;;; "gnus-group" "gnus/gnus-group.el" (18310 12074))
12766 ;;; Generated autoloads from gnus/gnus-group.el
12768 (autoload 'gnus-fetch-group "gnus-group" "\
12769 Start Gnus if necessary and enter GROUP.
12770 If ARTICLES, display those articles.
12771 Returns whether the fetching was successful or not.
12773 \(fn GROUP &optional ARTICLES)" t nil)
12775 (autoload 'gnus-fetch-group-other-frame "gnus-group" "\
12776 Pop up a frame and enter GROUP.
12778 \(fn GROUP)" t nil)
12782 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12783 ;;;;;; (18310 12075))
12784 ;;; Generated autoloads from gnus/gnus-kill.el
12786 (defalias 'gnus-batch-kill 'gnus-batch-score)
12788 (autoload 'gnus-batch-score "gnus-kill" "\
12789 Run batched scoring.
12790 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12796 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12797 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12798 ;;;;;; (18310 12075))
12799 ;;; Generated autoloads from gnus/gnus-ml.el
12801 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
12806 (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
12807 Setup group parameters from List-Post header.
12808 If FORCE is non-nil, replace the old ones.
12810 \(fn &optional FORCE)" t nil)
12812 (autoload 'gnus-mailing-list-mode "gnus-ml" "\
12813 Minor mode for providing mailing-list commands.
12815 \\{gnus-mailing-list-mode-map}
12817 \(fn &optional ARG)" t nil)
12821 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12822 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12823 ;;;;;; (18310 12075))
12824 ;;; Generated autoloads from gnus/gnus-mlspl.el
12826 (autoload 'gnus-group-split-setup "gnus-mlspl" "\
12827 Set up the split for `nnmail-split-fancy'.
12828 Sets things up so that nnmail-split-fancy is used for mail
12829 splitting, and defines the variable nnmail-split-fancy according with
12832 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
12833 interactively), it makes sure nnmail-split-fancy is re-computed before
12834 getting new mail, by adding `gnus-group-split-update' to
12835 `nnmail-pre-get-new-mail-hook'.
12837 A non-nil CATCH-ALL replaces the current value of
12838 `gnus-group-split-default-catch-all-group'. This variable is only used
12839 by gnus-group-split-update, and only when its CATCH-ALL argument is
12840 nil. This argument may contain any fancy split, that will be added as
12841 the last split in a `|' split produced by `gnus-group-split-fancy',
12842 unless overridden by any group marked as a catch-all group. Typical
12843 uses are as simple as the name of a default mail group, but more
12844 elaborate fancy splits may also be useful to split mail that doesn't
12845 match any of the group-specified splitting rules. See
12846 `gnus-group-split-fancy' for details.
12848 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
12850 (autoload 'gnus-group-split-update "gnus-mlspl" "\
12851 Computes nnmail-split-fancy from group params and CATCH-ALL.
12852 It does this by calling by calling (gnus-group-split-fancy nil
12855 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used
12856 instead. This variable is set by `gnus-group-split-setup'.
12858 \(fn &optional CATCH-ALL)" t nil)
12860 (autoload 'gnus-group-split "gnus-mlspl" "\
12861 Use information from group parameters in order to split mail.
12862 See `gnus-group-split-fancy' for more information.
12864 `gnus-group-split' is a valid value for `nnmail-split-methods'.
12868 (autoload 'gnus-group-split-fancy "gnus-mlspl" "\
12869 Uses information from group parameters in order to split mail.
12870 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
12872 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
12874 GROUPS may be a regular expression or a list of group names, that will
12875 be used to select candidate groups. If it is omitted or nil, all
12876 existing groups are considered.
12878 if NO-CROSSPOST is omitted or nil, a & split will be returned,
12879 otherwise, a | split, that does not allow crossposting, will be
12882 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
12883 is specified, this split is returned as-is (unless it is nil: in this
12884 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
12885 EXTRA-ALIASES are specified, a regexp that matches any of them is
12886 constructed (extra-aliases may be a list). Additionally, if
12887 SPLIT-REGEXP is specified, the regexp will be extended so that it
12888 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
12889 clauses will be generated.
12891 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
12892 catch-all marks in group parameters. Otherwise, if there is no
12893 selected group whose SPLIT-REGEXP matches the empty string, nor is
12894 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy
12895 split (say, a group name) will be appended to the returned SPLIT list,
12896 as the last element of a '| SPLIT.
12898 For example, given the following group parameters:
12901 \((to-address . \"bar@femail.com\")
12902 (split-regexp . \".*@femail\\\\.com\"))
12904 \((to-list . \"foo@nowhere.gov\")
12905 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
12906 (split-exclude \"bugs-foo\" \"rambling-foo\")
12907 (admin-address . \"foo-request@nowhere.gov\"))
12909 \((split-spec . catch-all))
12911 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12913 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
12915 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
12916 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
12919 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
12923 ;;;### (autoloads (gnus-change-server) "gnus-move" "gnus/gnus-move.el"
12924 ;;;;;; (18310 12075))
12925 ;;; Generated autoloads from gnus/gnus-move.el
12927 (autoload 'gnus-change-server "gnus-move" "\
12928 Move from FROM-SERVER to TO-SERVER.
12929 Update the .newsrc.eld file to reflect the change of nntp server.
12931 \(fn FROM-SERVER TO-SERVER)" t nil)
12935 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12936 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (18310 12075))
12937 ;;; Generated autoloads from gnus/gnus-msg.el
12939 (autoload 'gnus-msg-mail "gnus-msg" "\
12940 Start editing a mail message to be sent.
12941 Like `message-mail', but with Gnus paraphernalia, particularly the
12942 Gcc: header for archiving purposes.
12944 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS)" t nil)
12946 (autoload 'gnus-button-mailto "gnus-msg" "\
12949 \(fn ADDRESS)" nil nil)
12951 (autoload 'gnus-button-reply "gnus-msg" "\
12952 Like `message-reply'.
12954 \(fn &optional TO-ADDRESS WIDE)" t nil)
12956 (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
12960 ;;;### (autoloads (gnus-nocem-load-cache gnus-nocem-scan-groups)
12961 ;;;;;; "gnus-nocem" "gnus/gnus-nocem.el" (18310 12075))
12962 ;;; Generated autoloads from gnus/gnus-nocem.el
12964 (autoload 'gnus-nocem-scan-groups "gnus-nocem" "\
12965 Scan all NoCeM groups for new NoCeM messages.
12969 (autoload 'gnus-nocem-load-cache "gnus-nocem" "\
12970 Load the NoCeM cache.
12976 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12977 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12978 ;;;;;; (18310 12075))
12979 ;;; Generated autoloads from gnus/gnus-picon.el
12981 (autoload 'gnus-treat-from-picon "gnus-picon" "\
12982 Display picons in the From header.
12983 If picons are already displayed, remove them.
12987 (autoload 'gnus-treat-mail-picon "gnus-picon" "\
12988 Display picons in the Cc and To headers.
12989 If picons are already displayed, remove them.
12993 (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
12994 Display picons in the Newsgroups and Followup-To headers.
12995 If picons are already displayed, remove them.
13001 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union
13002 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
13003 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
13004 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
13005 ;;;;;; "gnus/gnus-range.el" (18310 12075))
13006 ;;; Generated autoloads from gnus/gnus-range.el
13008 (autoload 'gnus-sorted-difference "gnus-range" "\
13009 Return a list of elements of LIST1 that do not appear in LIST2.
13010 Both lists have to be sorted over <.
13011 The tail of LIST1 is not copied.
13013 \(fn LIST1 LIST2)" nil nil)
13015 (autoload 'gnus-sorted-ndifference "gnus-range" "\
13016 Return a list of elements of LIST1 that do not appear in LIST2.
13017 Both lists have to be sorted over <.
13020 \(fn LIST1 LIST2)" nil nil)
13022 (autoload 'gnus-sorted-complement "gnus-range" "\
13023 Return a list of elements that are in LIST1 or LIST2 but not both.
13024 Both lists have to be sorted over <.
13026 \(fn LIST1 LIST2)" nil nil)
13028 (autoload 'gnus-intersection "gnus-range" "\
13031 \(fn LIST1 LIST2)" nil nil)
13033 (autoload 'gnus-sorted-intersection "gnus-range" "\
13034 Return intersection of LIST1 and LIST2.
13035 LIST1 and LIST2 have to be sorted over <.
13037 \(fn LIST1 LIST2)" nil nil)
13039 (autoload 'gnus-sorted-range-intersection "gnus-range" "\
13040 Return intersection of RANGE1 and RANGE2.
13041 RANGE1 and RANGE2 have to be sorted over <.
13043 \(fn RANGE1 RANGE2)" nil nil)
13045 (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection)
13047 (autoload 'gnus-sorted-nintersection "gnus-range" "\
13048 Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1.
13049 LIST1 and LIST2 have to be sorted over <.
13051 \(fn LIST1 LIST2)" nil nil)
13053 (autoload 'gnus-sorted-union "gnus-range" "\
13054 Return union of LIST1 and LIST2.
13055 LIST1 and LIST2 have to be sorted over <.
13057 \(fn LIST1 LIST2)" nil nil)
13059 (autoload 'gnus-sorted-nunion "gnus-range" "\
13060 Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1.
13061 LIST1 and LIST2 have to be sorted over <.
13063 \(fn LIST1 LIST2)" nil nil)
13065 (autoload 'gnus-add-to-sorted-list "gnus-range" "\
13066 Add NUM into sorted LIST by side effect.
13068 \(fn LIST NUM)" nil nil)
13072 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
13073 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (18324 26614))
13074 ;;; Generated autoloads from gnus/gnus-registry.el
13076 (autoload 'gnus-registry-initialize "gnus-registry" "\
13081 (autoload 'gnus-registry-install-hooks "gnus-registry" "\
13082 Install the registry hooks.
13088 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
13089 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (18310
13091 ;;; Generated autoloads from gnus/gnus-sieve.el
13093 (autoload 'gnus-sieve-update "gnus-sieve" "\
13094 Update the Sieve script in gnus-sieve-file, by replacing the region
13095 between gnus-sieve-region-start and gnus-sieve-region-end with
13096 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
13097 execute gnus-sieve-update-shell-command.
13098 See the documentation for these variables and functions for details.
13102 (autoload 'gnus-sieve-generate "gnus-sieve" "\
13103 Generate the Sieve script in gnus-sieve-file, by replacing the region
13104 between gnus-sieve-region-start and gnus-sieve-region-end with
13105 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
13106 See the documentation for these variables and functions for details.
13110 (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
13117 ;;;### (autoloads (gnus-batch-brew-soup) "gnus-soup" "gnus/gnus-soup.el"
13118 ;;;;;; (18310 12076))
13119 ;;; Generated autoloads from gnus/gnus-soup.el
13121 (autoload 'gnus-batch-brew-soup "gnus-soup" "\
13122 Brew a SOUP packet from groups mention on the command line.
13123 Will use the remaining command line arguments as regular expressions
13124 for matching on group names.
13126 For instance, if you want to brew on all the nnml groups, as well as
13127 groups with \"emacs\" in the name, you could say something like:
13129 $ emacs -batch -f gnus-batch-brew-soup ^nnml \".*emacs.*\"
13131 Note -- this function hasn't been implemented yet.
13137 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
13138 ;;;;;; (18310 12076))
13139 ;;; Generated autoloads from gnus/gnus-spec.el
13141 (autoload 'gnus-update-format "gnus-spec" "\
13142 Update the format specification near point.
13148 ;;;### (autoloads (gnus-fixup-nnimap-unread-after-getting-new-news
13149 ;;;;;; gnus-declare-backend) "gnus-start" "gnus/gnus-start.el" (18339
13151 ;;; Generated autoloads from gnus/gnus-start.el
13153 (autoload 'gnus-declare-backend "gnus-start" "\
13154 Declare back end NAME with ABILITIES as a Gnus back end.
13156 \(fn NAME &rest ABILITIES)" nil nil)
13158 (autoload 'gnus-fixup-nnimap-unread-after-getting-new-news "gnus-start" "\
13165 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
13166 ;;;;;; (18310 12077))
13167 ;;; Generated autoloads from gnus/gnus-win.el
13169 (autoload 'gnus-add-configuration "gnus-win" "\
13170 Add the window configuration CONF to `gnus-buffer-configuration'.
13172 \(fn CONF)" nil nil)
13176 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (18310 12105))
13177 ;;; Generated autoloads from play/gomoku.el
13179 (autoload 'gomoku "gomoku" "\
13180 Start a Gomoku game between you and Emacs.
13182 If a game is in progress, this command allow you to resume it.
13183 If optional arguments N and M are given, an N by M board is used.
13184 If prefix arg is given for N, M is prompted for.
13186 You and Emacs play in turn by marking a free square. You mark it with X
13187 and Emacs marks it with O. The winner is the first to get five contiguous
13188 marks horizontally, vertically or in diagonal.
13190 You play by moving the cursor over the square you choose and hitting
13191 \\<gomoku-mode-map>\\[gomoku-human-plays].
13193 This program actually plays a simplified or archaic version of the
13194 Gomoku game, and ought to be upgraded to use the full modern rules.
13196 Use \\[describe-mode] for more info.
13198 \(fn &optional N M)" t nil)
13202 ;;;### (autoloads (goto-address goto-address-at-point) "goto-addr"
13203 ;;;;;; "net/goto-addr.el" (18310 12095))
13204 ;;; Generated autoloads from net/goto-addr.el
13206 (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
13208 (autoload 'goto-address-at-point "goto-addr" "\
13209 Send to the e-mail address or load the URL at point.
13210 Send mail to address at point. See documentation for
13211 `goto-address-find-address-at-point'. If no address is found
13212 there, then load the URL at or before point.
13214 \(fn &optional EVENT)" t nil)
13216 (autoload 'goto-address "goto-addr" "\
13217 Sets up goto-address functionality in the current buffer.
13218 Allows user to use mouse/keyboard command to click to go to a URL
13220 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
13221 only on URLs and e-mail addresses.
13223 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
13224 `goto-address-highlight-p' for more information).
13227 (put 'goto-address 'safe-local-eval-function t)
13231 ;;;### (autoloads (rgrep lgrep grep-find grep grep-mode grep-compute-defaults
13232 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
13233 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (18339 17963))
13234 ;;; Generated autoloads from progmodes/grep.el
13236 (defvar grep-window-height nil "\
13237 *Number of lines in a grep window. If nil, use `compilation-window-height'.")
13239 (custom-autoload 'grep-window-height "grep" t)
13241 (defvar grep-command nil "\
13242 The default grep command for \\[grep].
13243 If the grep program used supports an option to always include file names
13244 in its output (such as the `-H' option to GNU grep), it's a good idea to
13245 include it when specifying `grep-command'.
13247 The default value of this variable is set up by `grep-compute-defaults';
13248 call that function before using this variable in your program.")
13250 (custom-autoload 'grep-command "grep" t)
13252 (defvar grep-find-command nil "\
13253 The default find command for \\[grep-find].
13254 The default value of this variable is set up by `grep-compute-defaults';
13255 call that function before using this variable in your program.")
13257 (custom-autoload 'grep-find-command "grep" t)
13259 (defvar grep-setup-hook nil "\
13260 List of hook functions run by `grep-process-setup' (see `run-hooks').")
13262 (custom-autoload 'grep-setup-hook "grep" t)
13264 (defvar grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([0-9]+\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([0-9]+\\):\\).*?\\(\e\\[01;31m\\(?:\e\\[K\\)?\\)\\(.*?\\)\\(\e\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\
13265 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
13267 (defvar grep-program "grep" "\
13268 The default grep program for `grep-command' and `grep-find-command'.
13269 This variable's value takes effect when `grep-compute-defaults' is called.")
13271 (defvar find-program "find" "\
13272 The default find program for `grep-find-command'.
13273 This variable's value takes effect when `grep-compute-defaults' is called.")
13275 (defvar xargs-program "xargs" "\
13276 The default xargs program for `grep-find-command'.
13277 See `grep-find-use-xargs'.
13278 This variable's value takes effect when `grep-compute-defaults' is called.")
13280 (defvar grep-find-use-xargs nil "\
13281 Non-nil means that `grep-find' uses the `xargs' utility by default.
13282 If `exec', use `find -exec'.
13283 If `gnu', use `find -print0' and `xargs -0'.
13284 Any other non-nil value means to use `find -print' and `xargs'.
13286 This variable's value takes effect when `grep-compute-defaults' is called.")
13288 (defvar grep-history nil)
13290 (defvar grep-find-history nil)
13292 (autoload 'grep-process-setup "grep" "\
13293 Setup compilation variables and buffer for `grep'.
13294 Set up `compilation-exit-message-function' and run `grep-setup-hook'.
13298 (autoload 'grep-compute-defaults "grep" "\
13303 (autoload 'grep-mode "grep" "\
13304 Sets `grep-last-buffer' and `compilation-window-height'.
13308 (autoload 'grep "grep" "\
13309 Run grep, with user-specified args, and collect output in a buffer.
13310 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
13311 or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines where grep
13314 For doing a recursive `grep', see the `rgrep' command. For running
13315 `grep' in a specific directory, see `lgrep'.
13317 This command uses a special history list for its COMMAND-ARGS, so you
13318 can easily repeat a grep command.
13320 A prefix argument says to default the argument based upon the current
13321 tag the cursor is over, substituting it into the last grep command
13322 in the grep command history (or into `grep-command' if that history
13325 \(fn COMMAND-ARGS)" t nil)
13327 (autoload 'grep-find "grep" "\
13328 Run grep via find, with user-specified args COMMAND-ARGS.
13329 Collect output in a buffer.
13330 While find runs asynchronously, you can use the \\[next-error] command
13331 to find the text that grep hits refer to.
13333 This command uses a special history list for its arguments, so you can
13334 easily repeat a find command.
13336 \(fn COMMAND-ARGS)" t nil)
13338 (defalias 'find-grep 'grep-find)
13340 (autoload 'lgrep "grep" "\
13341 Run grep, searching for REGEXP in FILES in directory DIR.
13342 The search is limited to file names matching shell pattern FILES.
13343 FILES may use abbreviations defined in `grep-files-aliases', e.g.
13344 entering `ch' is equivalent to `*.[ch]'.
13346 With \\[universal-argument] prefix, you can edit the constructed shell command line
13347 before it is executed.
13348 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
13350 Collect output in a buffer. While grep runs asynchronously, you
13351 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
13352 to go to the lines where grep found matches.
13354 This command shares argument histories with \\[rgrep] and \\[grep].
13356 \(fn REGEXP &optional FILES DIR)" t nil)
13358 (autoload 'rgrep "grep" "\
13359 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
13360 The search is limited to file names matching shell pattern FILES.
13361 FILES may use abbreviations defined in `grep-files-aliases', e.g.
13362 entering `ch' is equivalent to `*.[ch]'.
13364 With \\[universal-argument] prefix, you can edit the constructed shell command line
13365 before it is executed.
13366 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
13368 Collect output in a buffer. While find runs asynchronously, you
13369 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
13370 to go to the lines where grep found matches.
13372 This command shares argument histories with \\[lgrep] and \\[grep-find].
13374 \(fn REGEXP &optional FILES DIR)" t nil)
13378 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (18310 12039))
13379 ;;; Generated autoloads from gs.el
13381 (autoload 'gs-load-image "gs" "\
13382 Load a PS image for display on FRAME.
13383 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
13384 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
13385 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13387 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
13391 ;;;### (autoloads (gdb-script-mode jdb pdb perldb xdb dbx sdb gud-gdb)
13392 ;;;;;; "gud" "progmodes/gud.el" (18310 12110))
13393 ;;; Generated autoloads from progmodes/gud.el
13395 (autoload 'gud-gdb "gud" "\
13396 Run gdb on program FILE in buffer *gud-FILE*.
13397 The directory containing FILE becomes the initial working
13398 directory and source-file directory for your debugger.
13400 \(fn COMMAND-LINE)" t nil)
13402 (autoload 'sdb "gud" "\
13403 Run sdb on program FILE in buffer *gud-FILE*.
13404 The directory containing FILE becomes the initial working directory
13405 and source-file directory for your debugger.
13407 \(fn COMMAND-LINE)" t nil)
13409 (autoload 'dbx "gud" "\
13410 Run dbx on program FILE in buffer *gud-FILE*.
13411 The directory containing FILE becomes the initial working directory
13412 and source-file directory for your debugger.
13414 \(fn COMMAND-LINE)" t nil)
13416 (autoload 'xdb "gud" "\
13417 Run xdb on program FILE in buffer *gud-FILE*.
13418 The directory containing FILE becomes the initial working directory
13419 and source-file directory for your debugger.
13421 You can set the variable `gud-xdb-directories' to a list of program source
13422 directories if your program contains sources from more than one directory.
13424 \(fn COMMAND-LINE)" t nil)
13426 (autoload 'perldb "gud" "\
13427 Run perldb on program FILE in buffer *gud-FILE*.
13428 The directory containing FILE becomes the initial working directory
13429 and source-file directory for your debugger.
13431 \(fn COMMAND-LINE)" t nil)
13433 (autoload 'pdb "gud" "\
13434 Run pdb on program FILE in buffer `*gud-FILE*'.
13435 The directory containing FILE becomes the initial working directory
13436 and source-file directory for your debugger.
13438 \(fn COMMAND-LINE)" t nil)
13440 (autoload 'jdb "gud" "\
13441 Run jdb with command line COMMAND-LINE in a buffer.
13442 The buffer is named \"*gud*\" if no initial class is given or
13443 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
13444 switch is given, omit all whitespace between it and its value.
13446 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
13447 information on how jdb accesses source files. Alternatively (if
13448 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
13449 original source file access method.
13451 For general information about commands available to control jdb from
13452 gud, see `gud-mode'.
13454 \(fn COMMAND-LINE)" t nil)
13455 (add-hook 'same-window-regexps "\\*gud-.*\\*\\(\\|<[0-9]+>\\)")
13457 (add-to-list 'auto-mode-alist '("/\\.[a-z0-9-]*gdbinit" . gdb-script-mode))
13459 (autoload 'gdb-script-mode "gud" "\
13460 Major mode for editing GDB scripts
13466 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (18310
13468 ;;; Generated autoloads from play/handwrite.el
13470 (autoload 'handwrite "handwrite" "\
13471 Turns the buffer into a \"handwritten\" document.
13472 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
13473 and `handwrite-13pt' set up for various sizes of output.
13475 Variables: handwrite-linespace (default 12)
13476 handwrite-fontsize (default 11)
13477 handwrite-numlines (default 60)
13478 handwrite-pagenumbering (default nil)
13484 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
13485 ;;;;;; (17928 6535))
13486 ;;; Generated autoloads from play/hanoi.el
13488 (autoload 'hanoi "hanoi" "\
13489 Towers of Hanoi diversion. Use NRINGS rings.
13491 \(fn NRINGS)" t nil)
13493 (autoload 'hanoi-unix "hanoi" "\
13494 Towers of Hanoi, UNIX doomsday version.
13495 Displays 32-ring towers that have been progressing at one move per
13496 second since 1970-01-01 00:00:00 GMT.
13498 Repent before ring 31 moves.
13502 (autoload 'hanoi-unix-64 "hanoi" "\
13503 Like hanoi-unix, but pretend to have a 64-bit clock.
13504 This is, necessarily (as of Emacs 20.3), a crock. When the
13505 current-time interface is made s2G-compliant, hanoi.el will need
13512 ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
13513 ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
13514 ;;;;;; "hashcash" "mail/hashcash.el" (18310 12089))
13515 ;;; Generated autoloads from mail/hashcash.el
13517 (autoload 'hashcash-insert-payment "hashcash" "\
13518 Insert X-Payment and X-Hashcash headers with a payment for ARG
13522 (autoload 'hashcash-insert-payment-async "hashcash" "\
13523 Insert X-Payment and X-Hashcash headers with a payment for ARG
13524 Only start calculation. Results are inserted when ready.
13528 (autoload 'hashcash-verify-payment "hashcash" "\
13529 Verify a hashcash payment
13531 \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
13533 (autoload 'mail-add-payment "hashcash" "\
13534 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13535 for each recipient address. Prefix arg sets default payment temporarily.
13536 Set ASYNC to t to start asynchronous calculation. (See
13537 `mail-add-payment-async').
13539 \(fn &optional ARG ASYNC)" t nil)
13541 (autoload 'mail-add-payment-async "hashcash" "\
13542 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13543 for each recipient address. Prefix arg sets default payment temporarily.
13544 Calculation is asynchronous.
13546 \(fn &optional ARG)" t nil)
13548 (autoload 'mail-check-payment "hashcash" "\
13549 Look for a valid X-Payment: or X-Hashcash: header.
13550 Prefix arg sets default accept amount temporarily.
13552 \(fn &optional ARG)" t nil)
13556 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
13557 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13558 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13559 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (18310 12039))
13560 ;;; Generated autoloads from help-at-pt.el
13562 (autoload 'help-at-pt-string "help-at-pt" "\
13563 Return the help-echo string at point.
13564 Normally, the string produced by the `help-echo' text or overlay
13565 property, or nil, is returned.
13566 If KBD is non-nil, `kbd-help' is used instead, and any
13567 `help-echo' property is ignored. In this case, the return value
13568 can also be t, if that is the value of the `kbd-help' property.
13570 \(fn &optional KBD)" nil nil)
13572 (autoload 'help-at-pt-kbd-string "help-at-pt" "\
13573 Return the keyboard help string at point.
13574 If the `kbd-help' text or overlay property at point produces a
13575 string, return it. Otherwise, use the `help-echo' property. If
13576 this produces no string either, return nil.
13580 (autoload 'display-local-help "help-at-pt" "\
13581 Display local help in the echo area.
13582 This displays a short help message, namely the string produced by
13583 the `kbd-help' property at point. If `kbd-help' does not produce
13584 a string, but the `help-echo' property does, then that string is
13587 A numeric argument ARG prevents display of a message in case
13588 there is no help. While ARG can be used interactively, it is
13589 mainly meant for use from Lisp.
13591 \(fn &optional ARG)" t nil)
13593 (autoload 'help-at-pt-cancel-timer "help-at-pt" "\
13594 Cancel any timer set by `help-at-pt-set-timer'.
13595 This disables `help-at-pt-display-when-idle'.
13599 (autoload 'help-at-pt-set-timer "help-at-pt" "\
13600 Enable `help-at-pt-display-when-idle'.
13601 This is done by setting a timer, if none is currently active.
13605 (defvar help-at-pt-display-when-idle 'never "\
13606 *Automatically show local help on point-over.
13607 If the value is t, the string obtained from any `kbd-help' or
13608 `help-echo' property at point is automatically printed in the
13609 echo area, if nothing else is already displayed there, or after a
13610 quit. If both `kbd-help' and `help-echo' produce help strings,
13611 `kbd-help' is used. If the value is a list, the help only gets
13612 printed if there is a text or overlay property at point that is
13613 included in this list. Suggested properties are `keymap',
13614 `local-map', `button' and `kbd-help'. Any value other than t or
13615 a non-empty list disables the feature.
13617 This variable only takes effect after a call to
13618 `help-at-pt-set-timer'. The help gets printed after Emacs has
13619 been idle for `help-at-pt-timer-delay' seconds. You can call
13620 `help-at-pt-cancel-timer' to cancel the timer set by, and the
13621 effect of, `help-at-pt-set-timer'.
13623 When this variable is set through Custom, `help-at-pt-set-timer'
13624 is called automatically, unless the value is `never', in which
13625 case `help-at-pt-cancel-timer' is called. Specifying an empty
13626 list of properties through Custom will set the timer, thus
13627 enabling buffer local values. It sets the actual value to nil.
13628 Thus, Custom distinguishes between a nil value and other values
13629 that disable the feature, which Custom identifies with `never'.
13630 The default is `never'.")
13632 (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil)
13634 (autoload 'scan-buf-move-to-region "help-at-pt" "\
13635 Go to the start of the next region with non-nil PROP property.
13636 Then run HOOK, which should be a quoted symbol that is a normal
13637 hook variable, or an expression evaluating to such a symbol.
13638 Adjacent areas with different non-nil PROP properties are
13639 considered different regions.
13641 With numeric argument ARG, move to the start of the ARGth next
13642 such region, then run HOOK. If ARG is negative, move backward.
13643 If point is already in a region, then that region does not count
13644 toward ARG. If ARG is 0 and point is inside a region, move to
13645 the start of that region. If ARG is 0 and point is not in a
13646 region, print a message to that effect, but do not move point and
13647 do not run HOOK. If there are not enough regions to move over,
13648 an error results and the number of available regions is mentioned
13649 in the error message. Point is not moved and HOOK is not run.
13651 \(fn PROP &optional ARG HOOK)" nil nil)
13653 (autoload 'scan-buf-next-region "help-at-pt" "\
13654 Go to the start of the next region with non-nil help-echo.
13655 Print the help found there using `display-local-help'. Adjacent
13656 areas with different non-nil help-echo properties are considered
13659 With numeric argument ARG, move to the start of the ARGth next
13660 help-echo region. If ARG is negative, move backward. If point
13661 is already in a help-echo region, then that region does not count
13662 toward ARG. If ARG is 0 and point is inside a help-echo region,
13663 move to the start of that region. If ARG is 0 and point is not
13664 in such a region, just print a message to that effect. If there
13665 are not enough regions to move over, an error results and the
13666 number of available regions is mentioned in the error message.
13668 A potentially confusing subtlety is that point can be in a
13669 help-echo region without any local help being available. This is
13670 because `help-echo' can be a function evaluating to nil. This
13671 rarely happens in practice.
13673 \(fn &optional ARG)" t nil)
13675 (autoload 'scan-buf-previous-region "help-at-pt" "\
13676 Go to the start of the previous region with non-nil help-echo.
13677 Print the help found there using `display-local-help'. Adjacent
13678 areas with different non-nil help-echo properties are considered
13679 different regions. With numeric argument ARG, behaves like
13680 `scan-buf-next-region' with argument -ARG..
13682 \(fn &optional ARG)" t nil)
13686 ;;;### (autoloads (describe-categories describe-syntax describe-variable
13687 ;;;;;; variable-at-point describe-function-1 describe-simplify-lib-file-name
13688 ;;;;;; help-C-file-name describe-function) "help-fns" "help-fns.el"
13689 ;;;;;; (18310 12039))
13690 ;;; Generated autoloads from help-fns.el
13692 (autoload 'describe-function "help-fns" "\
13693 Display the full documentation of FUNCTION (a symbol).
13695 \(fn FUNCTION)" t nil)
13697 (autoload 'help-C-file-name "help-fns" "\
13698 Return the name of the C file where SUBR-OR-VAR is defined.
13699 KIND should be `var' for a variable or `subr' for a subroutine.
13701 \(fn SUBR-OR-VAR KIND)" nil nil)
13703 (autoload 'describe-simplify-lib-file-name "help-fns" "\
13704 Simplify a library name FILE to a relative name, and make it a source file.
13706 \(fn FILE)" nil nil)
13708 (autoload 'describe-function-1 "help-fns" "\
13711 \(fn FUNCTION)" nil nil)
13713 (autoload 'variable-at-point "help-fns" "\
13714 Return the bound variable symbol found at or before point.
13715 Return 0 if there is no such symbol.
13716 If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
13718 \(fn &optional ANY-SYMBOL)" nil nil)
13720 (autoload 'describe-variable "help-fns" "\
13721 Display the full documentation of VARIABLE (a symbol).
13722 Returns the documentation as a string, also.
13723 If VARIABLE has a buffer-local value in BUFFER or FRAME
13724 \(default to the current buffer and current frame),
13725 it is displayed along with the global value.
13727 \(fn VARIABLE &optional BUFFER FRAME)" t nil)
13729 (autoload 'describe-syntax "help-fns" "\
13730 Describe the syntax specifications in the syntax table of BUFFER.
13731 The descriptions are inserted in a help buffer, which is then displayed.
13732 BUFFER defaults to the current buffer.
13734 \(fn &optional BUFFER)" t nil)
13736 (autoload 'describe-categories "help-fns" "\
13737 Describe the category specifications in the current category table.
13738 The descriptions are inserted in a buffer, which is then displayed.
13739 If BUFFER is non-nil, then describe BUFFER's category table instead.
13740 BUFFER should be a buffer or a buffer name.
13742 \(fn &optional BUFFER)" t nil)
13746 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13747 ;;;;;; (18310 12039))
13748 ;;; Generated autoloads from help-macro.el
13750 (defvar three-step-help nil "\
13751 *Non-nil means give more info about Help command in three steps.
13752 The three steps are simple prompt, prompt with all options,
13753 and window listing and describing the options.
13754 A value of nil means skip the middle step, so that
13755 \\[help-command] \\[help-command] gives the window that lists the options.")
13757 (custom-autoload 'three-step-help "help-macro" t)
13761 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
13762 ;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
13763 ;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (18310
13765 ;;; Generated autoloads from help-mode.el
13767 (autoload 'help-mode "help-mode" "\
13768 Major mode for viewing help text and navigating references in it.
13769 Entry to this mode runs the normal hook `help-mode-hook'.
13775 (autoload 'help-mode-setup "help-mode" "\
13780 (autoload 'help-mode-finish "help-mode" "\
13785 (autoload 'help-setup-xref "help-mode" "\
13786 Invoked from commands using the \"*Help*\" buffer to install some xref info.
13788 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
13789 buffer after following a reference. INTERACTIVE-P is non-nil if the
13790 calling command was invoked interactively. In this case the stack of
13791 items for help buffer \"back\" buttons is cleared.
13793 This should be called very early, before the output buffer is cleared,
13794 because we want to record the \"previous\" position of point so we can
13795 restore it properly when going back.
13797 \(fn ITEM INTERACTIVE-P)" nil nil)
13799 (autoload 'help-buffer "help-mode" "\
13804 (autoload 'help-make-xrefs "help-mode" "\
13805 Parse and hyperlink documentation cross-references in the given BUFFER.
13807 Find cross-reference information in a buffer and activate such cross
13808 references for selection with `help-follow'. Cross-references have
13809 the canonical form `...' and the type of reference may be
13810 disambiguated by the preceding word(s) used in
13811 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13812 preceded or followed by the word `face'. Variables without
13813 variable documentation do not get cross-referenced, unless
13814 preceded by the word `variable' or `option'.
13816 If the variable `help-xref-mule-regexp' is non-nil, find also
13817 cross-reference information related to multilingual environment
13818 \(e.g., coding-systems). This variable is also used to disambiguate
13819 the type of reference as the same way as `help-xref-symbol-regexp'.
13821 A special reference `back' is made to return back through a stack of
13822 help buffers. Variable `help-back-label' specifies the text for
13825 \(fn &optional BUFFER)" t nil)
13827 (autoload 'help-xref-button "help-mode" "\
13828 Make a hyperlink for cross-reference text previously matched.
13829 MATCH-NUMBER is the subexpression of interest in the last matched
13830 regexp. TYPE is the type of button to use. Any remaining arguments are
13831 passed to the button's help-function when it is invoked.
13832 See `help-make-xrefs'.
13834 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
13836 (autoload 'help-insert-xref-button "help-mode" "\
13837 Insert STRING and make a hyperlink from cross-reference text on it.
13838 TYPE is the type of button to use. Any remaining arguments are passed
13839 to the button's help-function when it is invoked.
13840 See `help-make-xrefs'.
13842 \(fn STRING TYPE &rest ARGS)" nil nil)
13844 (autoload 'help-xref-on-pp "help-mode" "\
13845 Add xrefs for symbols in `pp's output between FROM and TO.
13847 \(fn FROM TO)" nil nil)
13851 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13852 ;;;;;; "emacs-lisp/helper.el" (18307 26234))
13853 ;;; Generated autoloads from emacs-lisp/helper.el
13855 (autoload 'Helper-describe-bindings "helper" "\
13856 Describe local key bindings of current mode.
13860 (autoload 'Helper-help "helper" "\
13861 Provide help for current mode.
13867 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13868 ;;;;;; "hexl.el" (18310 12040))
13869 ;;; Generated autoloads from hexl.el
13871 (autoload 'hexl-mode "hexl" "\
13872 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
13873 This is not an ordinary major mode; it alters some aspects
13874 of the current mode's behavior, but not all; also, you can exit
13875 Hexl mode and return to the previous mode using `hexl-mode-exit'.
13877 This function automatically converts a buffer into the hexl format
13878 using the function `hexlify-buffer'.
13880 Each line in the buffer has an \"address\" (displayed in hexadecimal)
13881 representing the offset into the file that the characters on this line
13882 are at and 16 characters from the file (displayed as hexadecimal
13883 values grouped every 16 bits) and as their ASCII values.
13885 If any of the characters (displayed as ASCII characters) are
13886 unprintable (control or meta characters) they will be replaced as
13889 If `hexl-mode' is invoked with an argument the buffer is assumed to be
13894 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
13895 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
13896 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
13897 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
13898 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
13899 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
13900 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
13901 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
13902 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
13903 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
13904 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
13905 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
13906 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
13907 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13908 000000c0: 7265 6769 6f6e 2e0a region..
13910 Movement is as simple as movement in a normal Emacs text buffer. Most
13911 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13912 to move the cursor left, right, down, and up).
13914 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
13917 There are several ways to change text in hexl mode:
13919 ASCII characters (character between space (0x20) and tilde (0x7E)) are
13920 bound to self-insert so you can simply type the character and it will
13921 insert itself (actually overstrike) into the buffer.
13923 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
13924 it isn't bound to self-insert. An octal number can be supplied in place
13925 of another key to insert the octal number's ASCII representation.
13927 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
13928 into the buffer at the current point.
13930 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
13931 into the buffer at the current point.
13933 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13934 into the buffer at the current point.
13936 \\[hexl-mode-exit] will exit hexl-mode.
13938 Note: saving the file with any of the usual Emacs commands
13939 will actually convert it back to binary format while saving.
13941 You can use \\[hexl-find-file] to visit a file in Hexl mode.
13943 \\[describe-bindings] for advanced commands.
13945 \(fn &optional ARG)" t nil)
13947 (autoload 'hexl-find-file "hexl" "\
13948 Edit file FILENAME as a binary file in hex dump format.
13949 Switch to a buffer visiting file FILENAME, creating one if none exists,
13950 and edit the file in `hexl-mode'.
13952 \(fn FILENAME)" t nil)
13954 (autoload 'hexlify-buffer "hexl" "\
13955 Convert a binary buffer to hexl format.
13956 This discards the buffer's undo information.
13962 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13963 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13964 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13965 ;;;;;; (18310 12040))
13966 ;;; Generated autoloads from hi-lock.el
13968 (autoload 'hi-lock-mode "hi-lock" "\
13969 Toggle minor mode for interactively adding font-lock highlighting patterns.
13971 If ARG positive, turn hi-lock on. Issuing a hi-lock command will also
13972 turn hi-lock on. To turn hi-lock on in all buffers use
13973 `global-hi-lock-mode' or in your .emacs file (global-hi-lock-mode 1).
13974 When hi-lock is turned on, a \"Regexp Highlighting\" submenu is added
13975 to the \"Edit\" menu. The commands in the submenu, which can be
13976 called interactively, are:
13978 \\[highlight-regexp] REGEXP FACE
13979 Highlight matches of pattern REGEXP in current buffer with FACE.
13981 \\[highlight-phrase] PHRASE FACE
13982 Highlight matches of phrase PHRASE in current buffer with FACE.
13983 (PHRASE can be any REGEXP, but spaces will be replaced by matches
13984 to whitespace and initial lower-case letters will become case insensitive.)
13986 \\[highlight-lines-matching-regexp] REGEXP FACE
13987 Highlight lines containing matches of REGEXP in current buffer with FACE.
13989 \\[unhighlight-regexp] REGEXP
13990 Remove highlighting on matches of REGEXP in current buffer.
13992 \\[hi-lock-write-interactive-patterns]
13993 Write active REGEXPs into buffer as comments (if possible). They may
13994 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
13995 is issued. The inserted regexps are in the form of font lock keywords.
13996 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
13997 any valid `font-lock-keywords' form is acceptable. When a file is
13998 loaded the patterns are read if `hi-lock-file-patterns-policy is
13999 'ask and the user responds y to the prompt, or if
14000 `hi-lock-file-patterns-policy' is bound to a function and that
14001 function returns t.
14003 \\[hi-lock-find-patterns]
14004 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
14006 When hi-lock is started and if the mode is not excluded or patterns
14007 rejected, the beginning of the buffer is searched for lines of the
14010 where FOO is a list of patterns. These are added to the font lock
14011 keywords already present. The patterns must start before position
14012 \(number of characters into buffer) `hi-lock-file-patterns-range'.
14013 Patterns will be read until
14015 is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
14017 \(fn &optional ARG)" t nil)
14019 (defvar global-hi-lock-mode nil "\
14020 Non-nil if Global-Hi-Lock mode is enabled.
14021 See the command `global-hi-lock-mode' for a description of this minor mode.
14022 Setting this variable directly does not take effect;
14023 either customize it (see the info node `Easy Customization')
14024 or call the function `global-hi-lock-mode'.")
14026 (custom-autoload 'global-hi-lock-mode "hi-lock" nil)
14028 (autoload 'global-hi-lock-mode "hi-lock" "\
14029 Toggle Hi-Lock mode in every possible buffer.
14030 With prefix ARG, turn Global-Hi-Lock mode on if and only if ARG is positive.
14031 Hi-Lock mode is enabled in all buffers where `turn-on-hi-lock-if-enabled' would do it.
14032 See `hi-lock-mode' for more information on Hi-Lock mode.
14034 \(fn &optional ARG)" t nil)
14036 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
14038 (autoload 'hi-lock-line-face-buffer "hi-lock" "\
14039 Set face of all lines containing a match of REGEXP to FACE.
14041 Interactively, prompt for REGEXP then FACE. Buffer-local history
14042 list maintained for regexps, global history maintained for faces.
14043 \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
14044 \(See info node `Minibuffer History'.)
14046 \(fn REGEXP &optional FACE)" t nil)
14048 (defalias 'highlight-regexp 'hi-lock-face-buffer)
14050 (autoload 'hi-lock-face-buffer "hi-lock" "\
14051 Set face of each match of REGEXP to FACE.
14053 Interactively, prompt for REGEXP then FACE. Buffer-local history
14054 list maintained for regexps, global history maintained for faces.
14055 \\<minibuffer-local-map>Use \\[next-history-element] and \\[previous-history-element] to retrieve next or previous history item.
14056 \(See info node `Minibuffer History'.)
14058 \(fn REGEXP &optional FACE)" t nil)
14060 (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
14062 (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
14063 Set face of each match of phrase REGEXP to FACE.
14065 Whitespace in REGEXP converted to arbitrary whitespace and initial
14066 lower-case letters made case insensitive.
14068 \(fn REGEXP &optional FACE)" t nil)
14070 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
14072 (autoload 'hi-lock-unface-buffer "hi-lock" "\
14073 Remove highlighting of each match to REGEXP set by hi-lock.
14075 Interactively, prompt for REGEXP. Buffer-local history of inserted
14076 regexp's maintained. Will accept only regexps inserted by hi-lock
14077 interactive functions. (See `hi-lock-interactive-patterns'.)
14078 \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
14079 \(See info node `Minibuffer History'.)
14081 \(fn REGEXP)" t nil)
14083 (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\
14084 Write interactively added patterns, if any, into buffer at point.
14086 Interactively added patterns are those normally specified using
14087 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
14088 be found in variable `hi-lock-interactive-patterns'.
14094 ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
14095 ;;;;;; (18329 52189))
14096 ;;; Generated autoloads from progmodes/hideif.el
14098 (autoload 'hide-ifdef-mode "hideif" "\
14099 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
14100 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
14101 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
14102 would eliminate may be hidden from view. Several variables affect
14103 how the hiding is done:
14106 An association list of defined and undefined symbols for the
14107 current buffer. Initially, the global value of `hide-ifdef-env'
14110 `hide-ifdef-define-alist'
14111 An association list of defined symbol lists.
14112 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
14113 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
14114 from one of the lists in `hide-ifdef-define-alist'.
14117 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
14118 #endif lines when hiding.
14120 `hide-ifdef-initially'
14121 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
14124 `hide-ifdef-read-only'
14125 Set to non-nil if you want to make buffers read only while hiding.
14126 After `show-ifdefs', read-only status is restored to previous value.
14128 \\{hide-ifdef-mode-map}
14130 \(fn &optional ARG)" t nil)
14134 ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
14135 ;;;;;; (18307 26243))
14136 ;;; Generated autoloads from progmodes/hideshow.el
14138 (defvar hs-special-modes-alist '((c-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (c++-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning) (bibtex-mode ("^@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil hs-c-like-adjust-block-beginning)) "\
14139 *Alist for initializing the hideshow variables for different modes.
14140 Each element has the form
14141 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
14143 If non-nil, hideshow will use these values as regexps to define blocks
14144 and comments, respectively for major mode MODE.
14146 START, END and COMMENT-START are regular expressions. A block is
14147 defined as text surrounded by START and END.
14149 As a special case, START may be a list of the form (COMPLEX-START
14150 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
14151 MDATA-SELECTOR an integer that specifies which sub-match is the proper
14152 place to adjust point, before calling `hs-forward-sexp-func'. Point
14153 is adjusted to the beginning of the specified match. For example,
14154 see the `hs-special-modes-alist' entry for `bibtex-mode'.
14156 For some major modes, `forward-sexp' does not work properly. In those
14157 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
14159 See the documentation for `hs-adjust-block-beginning' to see what is the
14160 use of ADJUST-BEG-FUNC.
14162 If any of the elements is left nil or omitted, hideshow tries to guess
14163 appropriate values. The regexps should not contain leading or trailing
14164 whitespace. Case does not matter.")
14166 (autoload 'hs-minor-mode "hideshow" "\
14167 Toggle hideshow minor mode.
14168 With ARG, turn hideshow minor mode on if ARG is positive, off otherwise.
14169 When hideshow minor mode is on, the menu bar is augmented with hideshow
14170 commands and the hideshow commands are enabled.
14171 The value '(hs . t) is added to `buffer-invisibility-spec'.
14173 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
14174 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
14175 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
14177 Turning hideshow minor mode off reverts the menu bar and the
14178 variables to default values and disables the hideshow commands.
14180 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
14183 \\{hs-minor-mode-map}
14185 \(fn &optional ARG)" t nil)
14187 (autoload 'turn-off-hideshow "hideshow" "\
14188 Unconditionally turn off `hs-minor-mode'.
14194 ;;;### (autoloads (global-highlight-changes highlight-compare-with-file
14195 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
14196 ;;;;;; highlight-changes-previous-change highlight-changes-next-change
14197 ;;;;;; highlight-changes-mode highlight-changes-remove-highlight)
14198 ;;;;;; "hilit-chg" "hilit-chg.el" (18310 12040))
14199 ;;; Generated autoloads from hilit-chg.el
14201 (autoload 'highlight-changes-remove-highlight "hilit-chg" "\
14202 Remove the change face from the region between BEG and END.
14203 This allows you to manually remove highlighting from uninteresting changes.
14205 \(fn BEG END)" t nil)
14207 (autoload 'highlight-changes-mode "hilit-chg" "\
14208 Toggle (or initially set) Highlight Changes mode.
14210 Without an argument:
14211 If Highlight Changes mode is not enabled, then enable it (in either active
14212 or passive state as determined by the variable
14213 `highlight-changes-initial-state'); otherwise, toggle between active
14216 With an argument ARG:
14217 If ARG is positive, set state to active;
14218 If ARG is zero, set state to passive;
14219 If ARG is negative, disable Highlight Changes mode completely.
14221 Active state - means changes are shown in a distinctive face.
14222 Passive state - means changes are kept and new ones recorded but are
14223 not displayed in a different face.
14226 \\[highlight-changes-next-change] - move point to beginning of next change
14227 \\[highlight-changes-previous-change] - move to beginning of previous change
14228 \\[highlight-compare-with-file] - mark text as changed by comparing this
14229 buffer with the contents of a file
14230 \\[highlight-changes-remove-highlight] - remove the change face from the region
14231 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes through
14235 `highlight-changes-enable-hook' - when enabling Highlight Changes mode
14236 `highlight-changes-toggle-hook' - when entering active or passive state
14237 `highlight-changes-disable-hook' - when turning off Highlight Changes mode
14239 \(fn &optional ARG)" t nil)
14241 (autoload 'highlight-changes-next-change "hilit-chg" "\
14242 Move to the beginning of the next change, if in Highlight Changes mode.
14246 (autoload 'highlight-changes-previous-change "hilit-chg" "\
14247 Move to the beginning of the previous change, if in Highlight Changes mode.
14251 (autoload 'highlight-changes-rotate-faces "hilit-chg" "\
14252 Rotate the faces used by Highlight Changes mode.
14254 Current changes are displayed in the face described by the first element
14255 of `highlight-changes-face-list', one level older changes are shown in
14256 face described by the second element, and so on. Very old changes remain
14257 shown in the last face in the list.
14259 You can automatically rotate colors when the buffer is saved by adding
14260 this function to `write-file-functions' as a buffer-local value. To do
14261 this, eval the following in the buffer to be saved:
14263 (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
14267 (autoload 'highlight-compare-buffers "hilit-chg" "\
14268 Compare two buffers and highlight the differences.
14270 The default is the current buffer and the one in the next window.
14272 If either buffer is modified and is visiting a file, you are prompted
14275 Unless the buffer is unmodified and visiting a file, the buffer is
14276 written to a temporary file for comparison.
14278 If a buffer is read-only, differences will be highlighted but no property
14279 changes are made, so \\[highlight-changes-next-change] and
14280 \\[highlight-changes-previous-change] will not work.
14282 \(fn BUF-A BUF-B)" t nil)
14284 (autoload 'highlight-compare-with-file "hilit-chg" "\
14285 Compare this buffer with a file, and highlight differences.
14287 If the buffer has a backup filename, it is used as the default when
14288 this function is called interactively.
14290 If the current buffer is visiting the file being compared against, it
14291 also will have its differences highlighted. Otherwise, the file is
14292 read in temporarily but the buffer is deleted.
14294 If the buffer is read-only, differences will be highlighted but no property
14295 changes are made, so \\[highlight-changes-next-change] and
14296 \\[highlight-changes-previous-change] will not work.
14298 \(fn FILE-B)" t nil)
14300 (autoload 'global-highlight-changes "hilit-chg" "\
14301 Turn on or off global Highlight Changes mode.
14303 When called interactively:
14304 - if no prefix, toggle global Highlight Changes mode on or off
14305 - if called with a positive prefix (or just C-u) turn it on in active mode
14306 - if called with a zero prefix turn it on in passive mode
14307 - if called with a negative prefix turn it off
14309 When called from a program:
14310 - if ARG is nil or omitted, turn it off
14311 - if ARG is `active', turn it on in active mode
14312 - if ARG is `passive', turn it on in passive mode
14313 - otherwise just turn it on
14315 When global Highlight Changes mode is enabled, Highlight Changes mode is turned
14316 on for future \"suitable\" buffers (and for \"suitable\" existing buffers if
14317 variable `highlight-changes-global-changes-existing-buffers' is non-nil).
14318 \"Suitability\" is determined by variable `highlight-changes-global-modes'.
14320 \(fn &optional ARG)" t nil)
14324 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
14325 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
14326 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
14327 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
14328 ;;;;;; "hippie-exp.el" (18310 12040))
14329 ;;; Generated autoloads from hippie-exp.el
14331 (defvar hippie-expand-try-functions-list '(try-complete-file-name-partially try-complete-file-name try-expand-all-abbrevs try-expand-list try-expand-line try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol) "\
14332 The list of expansion functions tried in order by `hippie-expand'.
14333 To change the behavior of `hippie-expand', remove, change the order of,
14334 or insert functions in this list.")
14336 (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t)
14338 (defvar hippie-expand-verbose t "\
14339 *Non-nil makes `hippie-expand' output which function it is trying.")
14341 (custom-autoload 'hippie-expand-verbose "hippie-exp" t)
14343 (defvar hippie-expand-dabbrev-skip-space nil "\
14344 *Non-nil means tolerate trailing spaces in the abbreviation to expand.")
14346 (custom-autoload 'hippie-expand-dabbrev-skip-space "hippie-exp" t)
14348 (defvar hippie-expand-dabbrev-as-symbol t "\
14349 *Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
14351 (custom-autoload 'hippie-expand-dabbrev-as-symbol "hippie-exp" t)
14353 (defvar hippie-expand-no-restriction t "\
14354 *Non-nil means that narrowed buffers are widened during search.")
14356 (custom-autoload 'hippie-expand-no-restriction "hippie-exp" t)
14358 (defvar hippie-expand-max-buffers nil "\
14359 *The maximum number of buffers (apart from the current) searched.
14360 If nil, all buffers are searched.")
14362 (custom-autoload 'hippie-expand-max-buffers "hippie-exp" t)
14364 (defvar hippie-expand-ignore-buffers '("^ \\*.*\\*$" dired-mode) "\
14365 *A list specifying which buffers not to search (if not current).
14366 Can contain both regexps matching buffer names (as strings) and major modes
14369 (custom-autoload 'hippie-expand-ignore-buffers "hippie-exp" t)
14371 (defvar hippie-expand-only-buffers nil "\
14372 *A list specifying the only buffers to search (in addition to current).
14373 Can contain both regexps matching buffer names (as strings) and major modes
14374 \(as atoms). If non-nil, this variable overrides the variable
14375 `hippie-expand-ignore-buffers'.")
14377 (custom-autoload 'hippie-expand-only-buffers "hippie-exp" t)
14379 (autoload 'hippie-expand "hippie-exp" "\
14380 Try to expand text before point, using multiple methods.
14381 The expansion functions in `hippie-expand-try-functions-list' are
14382 tried in order, until a possible expansion is found. Repeated
14383 application of `hippie-expand' inserts successively possible
14385 With a positive numeric argument, jumps directly to the ARG next
14386 function in this list. With a negative argument or just \\[universal-argument],
14387 undoes the expansion.
14391 (autoload 'make-hippie-expand-function "hippie-exp" "\
14392 Construct a function similar to `hippie-expand'.
14393 Make it use the expansion functions in TRY-LIST. An optional second
14394 argument VERBOSE non-nil makes the function verbose.
14396 \(fn TRY-LIST &optional VERBOSE)" nil (quote macro))
14400 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
14401 ;;;;;; (18310 12040))
14402 ;;; Generated autoloads from hl-line.el
14404 (autoload 'hl-line-mode "hl-line" "\
14405 Buffer-local minor mode to highlight the line about point.
14406 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
14408 If `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
14409 line about the buffer's point in all windows. Caveat: the
14410 buffer's point might be different from the point of a
14411 non-selected window. Hl-Line mode uses the function
14412 `hl-line-highlight' on `post-command-hook' in this case.
14414 When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
14415 line about point in the selected window only. In this case, it
14416 uses the function `hl-line-unhighlight' on `pre-command-hook' in
14417 addition to `hl-line-highlight' on `post-command-hook'.
14419 \(fn &optional ARG)" t nil)
14421 (defvar global-hl-line-mode nil "\
14422 Non-nil if Global-Hl-Line mode is enabled.
14423 See the command `global-hl-line-mode' for a description of this minor mode.
14424 Setting this variable directly does not take effect;
14425 either customize it (see the info node `Easy Customization')
14426 or call the function `global-hl-line-mode'.")
14428 (custom-autoload 'global-hl-line-mode "hl-line" nil)
14430 (autoload 'global-hl-line-mode "hl-line" "\
14431 Global minor mode to highlight the line about point in the current window.
14432 With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise.
14434 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14435 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
14437 \(fn &optional ARG)" t nil)
14441 ;;;### (autoloads (list-holidays holidays) "holidays" "calendar/holidays.el"
14442 ;;;;;; (18310 12059))
14443 ;;; Generated autoloads from calendar/holidays.el
14445 (autoload 'holidays "holidays" "\
14446 Display the holidays for last month, this month, and next month.
14447 If called with an optional prefix argument, prompts for month and year.
14449 This function is suitable for execution in a .emacs file.
14451 \(fn &optional ARG)" t nil)
14453 (autoload 'list-holidays "holidays" "\
14454 Display holidays for years Y1 to Y2 (inclusive).
14456 The optional list of holidays L defaults to `calendar-holidays'.
14457 If you want to control what holidays are displayed, use a
14458 different list. For example,
14460 (list-holidays 2006 2006
14461 (append general-holidays local-holidays other-holidays))
14463 will display holidays for the year 2006 defined in the 3
14464 mentioned lists, and nothing else.
14466 When called interactively, this command offers a choice of
14467 holidays, based on the variables `solar-holidays' etc. See the
14468 documentation of `calendar-holidays' for a list of the variables
14469 that control the choices, as well as a description of the format
14472 The optional LABEL is used to label the buffer created.
14474 \(fn Y1 Y2 &optional L LABEL)" t nil)
14476 (defalias 'holiday-list 'list-holidays)
14480 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (18310
14482 ;;; Generated autoloads from gnus/html2text.el
14484 (autoload 'html2text "html2text" "\
14485 Convert HTML to plain text in the current buffer.
14491 ;;;### (autoloads (ibuffer-do-occur ibuffer-mark-dired-buffers ibuffer-mark-read-only-buffers
14492 ;;;;;; ibuffer-mark-special-buffers ibuffer-mark-old-buffers ibuffer-mark-compressed-file-buffers
14493 ;;;;;; ibuffer-mark-help-buffers ibuffer-mark-dissociated-buffers
14494 ;;;;;; ibuffer-mark-unsaved-buffers ibuffer-mark-modified-buffers
14495 ;;;;;; ibuffer-mark-by-mode ibuffer-mark-by-file-name-regexp ibuffer-mark-by-mode-regexp
14496 ;;;;;; ibuffer-mark-by-name-regexp ibuffer-copy-filename-as-kill
14497 ;;;;;; ibuffer-diff-with-file ibuffer-jump-to-buffer ibuffer-do-kill-lines
14498 ;;;;;; ibuffer-backwards-next-marked ibuffer-forward-next-marked
14499 ;;;;;; ibuffer-add-to-tmp-show ibuffer-add-to-tmp-hide ibuffer-bs-show
14500 ;;;;;; ibuffer-invert-sorting ibuffer-toggle-sorting-mode ibuffer-switch-to-saved-filters
14501 ;;;;;; ibuffer-add-saved-filters ibuffer-delete-saved-filters ibuffer-save-filters
14502 ;;;;;; ibuffer-or-filter ibuffer-negate-filter ibuffer-exchange-filters
14503 ;;;;;; ibuffer-decompose-filter ibuffer-pop-filter ibuffer-filter-disable
14504 ;;;;;; ibuffer-switch-to-saved-filter-groups ibuffer-delete-saved-filter-groups
14505 ;;;;;; ibuffer-save-filter-groups ibuffer-yank-filter-group ibuffer-yank
14506 ;;;;;; ibuffer-kill-line ibuffer-kill-filter-group ibuffer-jump-to-filter-group
14507 ;;;;;; ibuffer-clear-filter-groups ibuffer-decompose-filter-group
14508 ;;;;;; ibuffer-pop-filter-group ibuffer-set-filter-groups-by-mode
14509 ;;;;;; ibuffer-filters-to-filter-group ibuffer-included-in-filters-p
14510 ;;;;;; ibuffer-backward-filter-group ibuffer-forward-filter-group
14511 ;;;;;; ibuffer-toggle-filter-group ibuffer-mouse-toggle-filter-group
14512 ;;;;;; ibuffer-interactive-filter-by-mode ibuffer-mouse-filter-by-mode
14513 ;;;;;; ibuffer-auto-mode) "ibuf-ext" "ibuf-ext.el" (18329 52182))
14514 ;;; Generated autoloads from ibuf-ext.el
14516 (autoload 'ibuffer-auto-mode "ibuf-ext" "\
14517 Toggle use of Ibuffer's auto-update facility.
14518 With numeric ARG, enable auto-update if and only if ARG is positive.
14520 \(fn &optional ARG)" t nil)
14522 (autoload 'ibuffer-mouse-filter-by-mode "ibuf-ext" "\
14523 Enable or disable filtering by the major mode chosen via mouse.
14525 \(fn EVENT)" t nil)
14527 (autoload 'ibuffer-interactive-filter-by-mode "ibuf-ext" "\
14528 Enable or disable filtering by the major mode at point.
14530 \(fn EVENT-OR-POINT)" t nil)
14532 (autoload 'ibuffer-mouse-toggle-filter-group "ibuf-ext" "\
14533 Toggle the display status of the filter group chosen with the mouse.
14535 \(fn EVENT)" t nil)
14537 (autoload 'ibuffer-toggle-filter-group "ibuf-ext" "\
14538 Toggle the display status of the filter group on this line.
14542 (autoload 'ibuffer-forward-filter-group "ibuf-ext" "\
14543 Move point forwards by COUNT filtering groups.
14545 \(fn &optional COUNT)" t nil)
14547 (autoload 'ibuffer-backward-filter-group "ibuf-ext" "\
14548 Move point backwards by COUNT filtering groups.
14550 \(fn &optional COUNT)" t nil)
14551 (autoload 'ibuffer-do-shell-command-pipe "ibuf-ext")
14552 (autoload 'ibuffer-do-shell-command-pipe-replace "ibuf-ext")
14553 (autoload 'ibuffer-do-shell-command-file "ibuf-ext")
14554 (autoload 'ibuffer-do-eval "ibuf-ext")
14555 (autoload 'ibuffer-do-view-and-eval "ibuf-ext")
14556 (autoload 'ibuffer-do-rename-uniquely "ibuf-ext")
14557 (autoload 'ibuffer-do-revert "ibuf-ext")
14558 (autoload 'ibuffer-do-replace-regexp "ibuf-ext")
14559 (autoload 'ibuffer-do-query-replace "ibuf-ext")
14560 (autoload 'ibuffer-do-query-replace-regexp "ibuf-ext")
14561 (autoload 'ibuffer-do-print "ibuf-ext")
14563 (autoload 'ibuffer-included-in-filters-p "ibuf-ext" "\
14566 \(fn BUF FILTERS)" nil nil)
14568 (autoload 'ibuffer-filters-to-filter-group "ibuf-ext" "\
14569 Make the current filters into a filtering group.
14573 (autoload 'ibuffer-set-filter-groups-by-mode "ibuf-ext" "\
14574 Set the current filter groups to filter by mode.
14578 (autoload 'ibuffer-pop-filter-group "ibuf-ext" "\
14579 Remove the first filter group.
14583 (autoload 'ibuffer-decompose-filter-group "ibuf-ext" "\
14584 Decompose the filter group GROUP into active filters.
14586 \(fn GROUP)" t nil)
14588 (autoload 'ibuffer-clear-filter-groups "ibuf-ext" "\
14589 Remove all filter groups.
14593 (autoload 'ibuffer-jump-to-filter-group "ibuf-ext" "\
14594 Move point to the filter group whose name is NAME.
14598 (autoload 'ibuffer-kill-filter-group "ibuf-ext" "\
14599 Kill the filter group named NAME.
14600 The group will be added to `ibuffer-filter-group-kill-ring'.
14604 (autoload 'ibuffer-kill-line "ibuf-ext" "\
14605 Kill the filter group at point.
14606 See also `ibuffer-kill-filter-group'.
14608 \(fn &optional ARG INTERACTIVE-P)" t nil)
14610 (autoload 'ibuffer-yank "ibuf-ext" "\
14611 Yank the last killed filter group before group at point.
14615 (autoload 'ibuffer-yank-filter-group "ibuf-ext" "\
14616 Yank the last killed filter group before group named NAME.
14620 (autoload 'ibuffer-save-filter-groups "ibuf-ext" "\
14621 Save all active filter groups GROUPS as NAME.
14622 They are added to `ibuffer-saved-filter-groups'. Interactively,
14623 prompt for NAME, and use the current filters.
14625 \(fn NAME GROUPS)" t nil)
14627 (autoload 'ibuffer-delete-saved-filter-groups "ibuf-ext" "\
14628 Delete saved filter groups with NAME.
14629 They are removed from `ibuffer-saved-filter-groups'.
14633 (autoload 'ibuffer-switch-to-saved-filter-groups "ibuf-ext" "\
14634 Set this buffer's filter groups to saved version with NAME.
14635 The value from `ibuffer-saved-filter-groups' is used.
14639 (autoload 'ibuffer-filter-disable "ibuf-ext" "\
14640 Disable all filters currently in effect in this buffer.
14644 (autoload 'ibuffer-pop-filter "ibuf-ext" "\
14645 Remove the top filter in this buffer.
14649 (autoload 'ibuffer-decompose-filter "ibuf-ext" "\
14650 Separate the top compound filter (OR, NOT, or SAVED) in this buffer.
14652 This means that the topmost filter on the filtering stack, which must
14653 be a complex filter like (OR [name: foo] [mode: bar-mode]), will be
14654 turned into two separate filters [name: foo] and [mode: bar-mode].
14658 (autoload 'ibuffer-exchange-filters "ibuf-ext" "\
14659 Exchange the top two filters on the stack in this buffer.
14663 (autoload 'ibuffer-negate-filter "ibuf-ext" "\
14664 Negate the sense of the top filter in the current buffer.
14668 (autoload 'ibuffer-or-filter "ibuf-ext" "\
14669 Replace the top two filters in this buffer with their logical OR.
14670 If optional argument REVERSE is non-nil, instead break the top OR
14673 \(fn &optional REVERSE)" t nil)
14675 (autoload 'ibuffer-save-filters "ibuf-ext" "\
14676 Save FILTERS in this buffer with name NAME in `ibuffer-saved-filters'.
14677 Interactively, prompt for NAME, and use the current filters.
14679 \(fn NAME FILTERS)" t nil)
14681 (autoload 'ibuffer-delete-saved-filters "ibuf-ext" "\
14682 Delete saved filters with NAME from `ibuffer-saved-filters'.
14686 (autoload 'ibuffer-add-saved-filters "ibuf-ext" "\
14687 Add saved filters from `ibuffer-saved-filters' to this buffer's filters.
14691 (autoload 'ibuffer-switch-to-saved-filters "ibuf-ext" "\
14692 Set this buffer's filters to filters with NAME from `ibuffer-saved-filters'.
14695 (autoload 'ibuffer-filter-by-mode "ibuf-ext")
14696 (autoload 'ibuffer-filter-by-used-mode "ibuf-ext")
14697 (autoload 'ibuffer-filter-by-name "ibuf-ext")
14698 (autoload 'ibuffer-filter-by-filename "ibuf-ext")
14699 (autoload 'ibuffer-filter-by-size-gt "ibuf-ext")
14700 (autoload 'ibuffer-filter-by-size-lt "ibuf-ext")
14701 (autoload 'ibuffer-filter-by-content "ibuf-ext")
14702 (autoload 'ibuffer-filter-by-predicate "ibuf-ext")
14704 (autoload 'ibuffer-toggle-sorting-mode "ibuf-ext" "\
14705 Toggle the current sorting mode.
14706 Default sorting modes are:
14707 Recency - the last time the buffer was viewed
14708 Name - the name of the buffer
14709 Major Mode - the name of the major mode of the buffer
14710 Size - the size of the buffer
14714 (autoload 'ibuffer-invert-sorting "ibuf-ext" "\
14715 Toggle whether or not sorting is in reverse order.
14718 (autoload 'ibuffer-do-sort-by-major-mode "ibuf-ext")
14719 (autoload 'ibuffer-do-sort-by-mode-name "ibuf-ext")
14720 (autoload 'ibuffer-do-sort-by-alphabetic "ibuf-ext")
14721 (autoload 'ibuffer-do-sort-by-size "ibuf-ext")
14722 (autoload 'ibuffer-do-sort-by-filename/process "ibuf-ext")
14724 (autoload 'ibuffer-bs-show "ibuf-ext" "\
14725 Emulate `bs-show' from the bs.el package.
14729 (autoload 'ibuffer-add-to-tmp-hide "ibuf-ext" "\
14730 Add REGEXP to `ibuffer-tmp-hide-regexps'.
14731 This means that buffers whose name matches REGEXP will not be shown
14732 for this Ibuffer session.
14734 \(fn REGEXP)" t nil)
14736 (autoload 'ibuffer-add-to-tmp-show "ibuf-ext" "\
14737 Add REGEXP to `ibuffer-tmp-show-regexps'.
14738 This means that buffers whose name matches REGEXP will always be shown
14739 for this Ibuffer session.
14741 \(fn REGEXP)" t nil)
14743 (autoload 'ibuffer-forward-next-marked "ibuf-ext" "\
14744 Move forward by COUNT marked buffers (default 1).
14746 If MARK is non-nil, it should be a character denoting the type of mark
14747 to move by. The default is `ibuffer-marked-char'.
14749 If DIRECTION is non-nil, it should be an integer; negative integers
14750 mean move backwards, non-negative integers mean move forwards.
14752 \(fn &optional COUNT MARK DIRECTION)" t nil)
14754 (autoload 'ibuffer-backwards-next-marked "ibuf-ext" "\
14755 Move backwards by COUNT marked buffers (default 1).
14757 If MARK is non-nil, it should be a character denoting the type of mark
14758 to move by. The default is `ibuffer-marked-char'.
14760 \(fn &optional COUNT MARK)" t nil)
14762 (autoload 'ibuffer-do-kill-lines "ibuf-ext" "\
14763 Hide all of the currently marked lines.
14767 (autoload 'ibuffer-jump-to-buffer "ibuf-ext" "\
14768 Move point to the buffer whose name is NAME.
14770 If called interactively, prompt for a buffer name and go to the
14771 corresponding line in the Ibuffer buffer. If said buffer is in a
14772 hidden group filter, open it.
14774 If `ibuffer-jump-offer-only-visible-buffers' is non-nil, only offer
14775 visible buffers in the completion list. Calling the command with
14776 a prefix argument reverses the meaning of that variable.
14780 (autoload 'ibuffer-diff-with-file "ibuf-ext" "\
14781 View the differences between this buffer and its associated file.
14782 This requires the external program \"diff\" to be in your `exec-path'.
14786 (autoload 'ibuffer-copy-filename-as-kill "ibuf-ext" "\
14787 Copy filenames of marked buffers into the kill ring.
14789 The names are separated by a space.
14790 If a buffer has no filename, it is ignored.
14792 With no prefix arg, use the filename sans its directory of each marked file.
14793 With a zero prefix arg, use the complete filename of each marked file.
14794 With \\[universal-argument], use the filename of each marked file relative
14795 to `ibuffer-default-directory' if non-nil, otherwise `default-directory'.
14797 You can then feed the file name(s) to other commands with \\[yank].
14799 \(fn &optional ARG)" t nil)
14801 (autoload 'ibuffer-mark-by-name-regexp "ibuf-ext" "\
14802 Mark all buffers whose name matches REGEXP.
14804 \(fn REGEXP)" t nil)
14806 (autoload 'ibuffer-mark-by-mode-regexp "ibuf-ext" "\
14807 Mark all buffers whose major mode matches REGEXP.
14809 \(fn REGEXP)" t nil)
14811 (autoload 'ibuffer-mark-by-file-name-regexp "ibuf-ext" "\
14812 Mark all buffers whose file name matches REGEXP.
14814 \(fn REGEXP)" t nil)
14816 (autoload 'ibuffer-mark-by-mode "ibuf-ext" "\
14817 Mark all buffers whose major mode equals MODE.
14821 (autoload 'ibuffer-mark-modified-buffers "ibuf-ext" "\
14822 Mark all modified buffers.
14826 (autoload 'ibuffer-mark-unsaved-buffers "ibuf-ext" "\
14827 Mark all modified buffers that have an associated file.
14831 (autoload 'ibuffer-mark-dissociated-buffers "ibuf-ext" "\
14832 Mark all buffers whose associated file does not exist.
14836 (autoload 'ibuffer-mark-help-buffers "ibuf-ext" "\
14837 Mark buffers like *Help*, *Apropos*, *Info*.
14841 (autoload 'ibuffer-mark-compressed-file-buffers "ibuf-ext" "\
14842 Mark buffers whose associated file is compressed.
14846 (autoload 'ibuffer-mark-old-buffers "ibuf-ext" "\
14847 Mark buffers which have not been viewed in `ibuffer-old-time' hours.
14851 (autoload 'ibuffer-mark-special-buffers "ibuf-ext" "\
14852 Mark all buffers whose name begins and ends with '*'.
14856 (autoload 'ibuffer-mark-read-only-buffers "ibuf-ext" "\
14857 Mark all read-only buffers.
14861 (autoload 'ibuffer-mark-dired-buffers "ibuf-ext" "\
14862 Mark all `dired' buffers.
14866 (autoload 'ibuffer-do-occur "ibuf-ext" "\
14867 View lines which match REGEXP in all marked buffers.
14868 Optional argument NLINES says how many lines of context to display: it
14871 \(fn REGEXP &optional NLINES)" t nil)
14875 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14876 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (18310
14878 ;;; Generated autoloads from ibuf-macs.el
14880 (autoload 'define-ibuffer-column "ibuf-macs" "\
14881 Define a column SYMBOL for use with `ibuffer-formats'.
14883 BODY will be called with `buffer' bound to the buffer object, and
14884 `mark' bound to the current mark on the buffer. The original ibuffer
14885 buffer will be bound to `ibuffer-buf'.
14887 If NAME is given, it will be used as a title for the column.
14888 Otherwise, the title will default to a capitalized version of the
14889 SYMBOL's name. PROPS is a plist of additional properties to add to
14890 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
14891 function which will be passed a list of all the strings in its column;
14892 it should return a string to display at the bottom.
14894 If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
14895 title of the column.
14897 Note that this macro expands into a `defun' for a function named
14898 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
14899 inlined into the compiled format versions. This means that if you
14900 change its definition, you should explicitly call
14901 `ibuffer-recompile-formats'.
14903 \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro))
14905 (autoload 'define-ibuffer-sorter "ibuf-macs" "\
14906 Define a method of sorting named NAME.
14907 DOCUMENTATION is the documentation of the function, which will be called
14908 `ibuffer-do-sort-by-NAME'.
14909 DESCRIPTION is a short string describing the sorting method.
14911 For sorting, the forms in BODY will be evaluated with `a' bound to one
14912 buffer object, and `b' bound to another. BODY should return a non-nil
14913 value if and only if `a' is \"less than\" `b'.
14915 \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro))
14917 (autoload 'define-ibuffer-op "ibuf-macs" "\
14918 Generate a function which operates on a buffer.
14919 OP becomes the name of the function; if it doesn't begin with
14920 `ibuffer-do-', then that is prepended to it.
14921 When an operation is performed, this function will be called once for
14922 each marked buffer, with that buffer current.
14924 ARGS becomes the formal parameters of the function.
14925 DOCUMENTATION becomes the docstring of the function.
14926 INTERACTIVE becomes the interactive specification of the function.
14927 MARK describes which type of mark (:deletion, or nil) this operation
14928 uses. :deletion means the function operates on buffers marked for
14929 deletion, otherwise it acts on normally marked buffers.
14930 MODIFIER-P describes how the function modifies buffers. This is used
14931 to set the modification flag of the Ibuffer buffer itself. Valid
14933 nil - the function never modifiers buffers
14934 t - the function it always modifies buffers
14935 :maybe - attempt to discover this information by comparing the
14936 buffer's modification flag.
14937 DANGEROUS is a boolean which should be set if the user should be
14938 prompted before performing this operation.
14939 OPSTRING is a string which will be displayed to the user after the
14940 operation is complete, in the form:
14941 \"Operation complete; OPSTRING x buffers\"
14942 ACTIVE-OPSTRING is a string which will be displayed to the user in a
14943 confirmation message, in the form:
14944 \"Really ACTIVE-OPSTRING x buffers?\"
14945 COMPLEX means this function is special; see the source code of this
14946 macro for exactly what it does.
14948 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro))
14950 (autoload 'define-ibuffer-filter "ibuf-macs" "\
14951 Define a filter named NAME.
14952 DOCUMENTATION is the documentation of the function.
14953 READER is a form which should read a qualifier from the user.
14954 DESCRIPTION is a short string describing the filter.
14956 BODY should contain forms which will be evaluated to test whether or
14957 not a particular buffer should be displayed or not. The forms in BODY
14958 will be evaluated with BUF bound to the buffer object, and QUALIFIER
14959 bound to the current value of the filter.
14961 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
14965 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14966 ;;;;;; "ibuffer" "ibuffer.el" (18329 52182))
14967 ;;; Generated autoloads from ibuffer.el
14969 (autoload 'ibuffer-list-buffers "ibuffer" "\
14970 Display a list of buffers, in another window.
14971 If optional argument FILES-ONLY is non-nil, then add a filter for
14972 buffers which are visiting a file.
14974 \(fn &optional FILES-ONLY)" t nil)
14976 (autoload 'ibuffer-other-window "ibuffer" "\
14977 Like `ibuffer', but displayed in another window by default.
14978 If optional argument FILES-ONLY is non-nil, then add a filter for
14979 buffers which are visiting a file.
14981 \(fn &optional FILES-ONLY)" t nil)
14983 (autoload 'ibuffer "ibuffer" "\
14984 Begin using Ibuffer to edit a list of buffers.
14985 Type 'h' after entering ibuffer for more information.
14987 All arguments are optional.
14988 OTHER-WINDOW-P says to use another window.
14989 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
14990 QUALIFIERS is an initial set of filtering qualifiers to use;
14991 see `ibuffer-filtering-qualifiers'.
14992 NOSELECT means don't select the Ibuffer buffer.
14993 SHRINK means shrink the buffer to minimal size. The special
14994 value `onewindow' means always use another window.
14995 FILTER-GROUPS is an initial set of filtering groups to use;
14996 see `ibuffer-filter-groups'.
14997 FORMATS is the value to use for `ibuffer-formats'.
14998 If specified, then the variable `ibuffer-formats' will have
14999 that value locally in this buffer.
15001 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
15005 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
15006 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
15007 ;;;;;; "calendar/icalendar.el" (18333 58864))
15008 ;;; Generated autoloads from calendar/icalendar.el
15010 (autoload 'icalendar-export-file "icalendar" "\
15011 Export diary file to iCalendar format.
15012 All diary entries in the file DIARY-FILENAME are converted to iCalendar
15013 format. The result is appended to the file ICAL-FILENAME.
15015 \(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
15017 (autoload 'icalendar-export-region "icalendar" "\
15018 Export region in diary file to iCalendar format.
15019 All diary entries in the region from MIN to MAX in the current buffer are
15020 converted to iCalendar format. The result is appended to the file
15022 This function attempts to return t if something goes wrong. In this
15023 case an error string which describes all the errors and problems is
15024 written into the buffer `*icalendar-errors*'.
15026 \(fn MIN MAX ICAL-FILENAME)" t nil)
15028 (autoload 'icalendar-import-file "icalendar" "\
15029 Import an iCalendar file and append to a diary file.
15030 Argument ICAL-FILENAME output iCalendar file.
15031 Argument DIARY-FILENAME input `diary-file'.
15032 Optional argument NON-MARKING determines whether events are created as
15033 non-marking or not.
15035 \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
15037 (autoload 'icalendar-import-buffer "icalendar" "\
15038 Extract iCalendar events from current buffer.
15040 This function searches the current buffer for the first iCalendar
15041 object, reads it and adds all VEVENT elements to the diary
15044 It will ask for each appointment whether to add it to the diary
15045 unless DO-NOT-ASK is non-nil. When called interactively,
15046 DO-NOT-ASK is nil, so that you are asked for each event.
15048 NON-MARKING determines whether diary events are created as
15051 Return code t means that importing worked well, return code nil
15052 means that an error has occurred. Error messages will be in the
15053 buffer `*icalendar-errors*'.
15055 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
15059 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (18329
15061 ;;; Generated autoloads from icomplete.el
15063 (defvar icomplete-mode nil "\
15064 Non-nil if Icomplete mode is enabled.
15065 See the command `icomplete-mode' for a description of this minor mode.
15066 Setting this variable directly does not take effect;
15067 either customize it (see the info node `Easy Customization')
15068 or call the function `icomplete-mode'.")
15070 (custom-autoload 'icomplete-mode "icomplete" nil)
15072 (autoload 'icomplete-mode "icomplete" "\
15073 Toggle incremental minibuffer completion for this Emacs session.
15074 With a numeric argument, turn Icomplete mode on if ARG is positive,
15075 otherwise turn it off.
15077 \(fn &optional ARG)" t nil)
15081 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (18310 12111))
15082 ;;; Generated autoloads from progmodes/icon.el
15084 (autoload 'icon-mode "icon" "\
15085 Major mode for editing Icon code.
15086 Expression and list commands understand all Icon brackets.
15087 Tab indents for Icon code.
15088 Paragraphs are separated by blank lines only.
15089 Delete converts tabs to spaces as it moves back.
15091 Variables controlling indentation style:
15092 icon-tab-always-indent
15093 Non-nil means TAB in Icon mode should always reindent the current line,
15094 regardless of where in the line point is when the TAB command is used.
15096 Non-nil means automatically newline before and after braces
15097 inserted in Icon code.
15099 Indentation of Icon statements within surrounding block.
15100 The surrounding block's indentation is the indentation
15101 of the line on which the open-brace appears.
15102 icon-continued-statement-offset
15103 Extra indentation given to a substatement, such as the
15104 then-clause of an if or body of a while.
15105 icon-continued-brace-offset
15106 Extra indentation given to a brace that starts a substatement.
15107 This is in addition to `icon-continued-statement-offset'.
15109 Extra indentation for line if it starts with an open brace.
15110 icon-brace-imaginary-offset
15111 An open brace following other text is treated as if it were
15112 this far to the right of the start of its line.
15114 Turning on Icon mode calls the value of the variable `icon-mode-hook'
15115 with no args, if that value is non-nil.
15121 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
15122 ;;;;;; (18340 21050))
15123 ;;; Generated autoloads from progmodes/idlw-shell.el
15125 (autoload 'idlwave-shell "idlw-shell" "\
15126 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
15127 If buffer exists but shell process is not running, start new IDL.
15128 If buffer exists and shell process is running, just switch to the buffer.
15130 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
15131 is non-nil, the shell buffer and the source buffers will be in
15134 The command to run comes from variable `idlwave-shell-explicit-file-name',
15135 with options taken from `idlwave-shell-command-line-options'.
15137 The buffer is put in `idlwave-shell-mode', providing commands for sending
15138 input and controlling the IDL job. See help on `idlwave-shell-mode'.
15139 See also the variable `idlwave-shell-prompt-pattern'.
15141 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
15143 \(fn &optional ARG QUICK)" t nil)
15147 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
15148 ;;;;;; (18310 12111))
15149 ;;; Generated autoloads from progmodes/idlwave.el
15151 (autoload 'idlwave-mode "idlwave" "\
15152 Major mode for editing IDL source files (version 6.1_em22).
15154 The main features of this mode are
15156 1. Indentation and Formatting
15157 --------------------------
15158 Like other Emacs programming modes, C-j inserts a newline and indents.
15159 TAB is used for explicit indentation of the current line.
15161 To start a continuation line, use \\[idlwave-split-line]. This
15162 function can also be used in the middle of a line to split the line
15163 at that point. When used inside a long constant string, the string
15164 is split at that point with the `+' concatenation operator.
15166 Comments are indented as follows:
15168 `;;;' Indentation remains unchanged.
15169 `;;' Indent like the surrounding code
15170 `;' Indent to a minimum column.
15172 The indentation of comments starting in column 0 is never changed.
15174 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
15175 comment. The indentation of the second line of the paragraph
15176 relative to the first will be retained. Use
15177 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
15178 comments. When the variable `idlwave-fill-comment-line-only' is
15179 nil, code can also be auto-filled and auto-indented.
15181 To convert pre-existing IDL code to your formatting style, mark the
15182 entire buffer with \\[mark-whole-buffer] and execute
15183 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
15184 again followed by \\[indent-region] (`indent-region').
15188 IDLWAVE displays information about the calling sequence and the
15189 accepted keyword parameters of a procedure or function with
15190 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
15191 source file of a module. These commands know about system
15192 routines, all routines in idlwave-mode buffers and (when the
15193 idlwave-shell is active) about all modules currently compiled under
15194 this shell. It also makes use of pre-compiled or custom-scanned
15195 user and library catalogs many popular libraries ship with by
15196 default. Use \\[idlwave-update-routine-info] to update this
15197 information, which is also used for completion (see item 4).
15202 \\[idlwave-context-help] displays the IDL documentation relevant
15203 for the system variable, keyword, or routines at point. A single
15204 key stroke gets you directly to the right place in the docs. See
15205 the manual to configure where and how the HTML help is displayed.
15209 \\[idlwave-complete] completes the names of procedures, functions
15210 class names, keyword parameters, system variables and tags, class
15211 tags, structure tags, filenames and much more. It is context
15212 sensitive and figures out what is expected at point. Lower case
15213 strings are completed in lower case, other strings in mixed or
15216 5. Code Templates and Abbreviations
15217 --------------------------------
15218 Many Abbreviations are predefined to expand to code fragments and templates.
15219 The abbreviations start generally with a `\\`. Some examples
15221 \\pr PROCEDURE template
15222 \\fu FUNCTION template
15223 \\c CASE statement template
15224 \\sw SWITCH statement template
15225 \\f FOR loop template
15226 \\r REPEAT Loop template
15227 \\w WHILE loop template
15228 \\i IF statement template
15229 \\elif IF-ELSE statement template
15232 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
15233 have direct keybindings - see the list of keybindings below.
15235 \\[idlwave-doc-header] inserts a documentation header at the
15236 beginning of the current program unit (pro, function or main).
15237 Change log entries can be added to the current program unit with
15238 \\[idlwave-doc-modification].
15240 6. Automatic Case Conversion
15241 -------------------------
15242 The case of reserved words and some abbrevs is controlled by
15243 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
15245 7. Automatic END completion
15246 ------------------------
15247 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
15248 will be converted to the specific version, like ENDIF, ENDFOR, etc.
15252 Loading idlwave.el runs `idlwave-load-hook'.
15253 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
15255 9. Documentation and Customization
15256 -------------------------------
15257 Info documentation for this package is available. Use
15258 \\[idlwave-info] to display (complain to your sysadmin if that does
15259 not work). For Postscript, PDF, and HTML versions of the
15260 documentation, check IDLWAVE's homepage at `http://idlwave.org'.
15261 IDLWAVE has customize support - see the group `idlwave'.
15265 Here is a list of all keybindings of this mode.
15266 If some of the key bindings below show with ??, use \\[describe-key]
15267 followed by the key sequence to see what the key sequence does.
15269 \\{idlwave-mode-map}
15272 (add-to-list 'auto-mode-alist '("\\.[Pp][Rr][Oo]\\'" . idlwave-mode))
15276 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
15277 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
15278 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
15279 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
15280 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
15281 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
15282 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
15283 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (18342
15285 ;;; Generated autoloads from ido.el
15287 (defvar ido-mode nil "\
15288 Determines for which functional group (buffer and files) ido behavior
15289 should be enabled. The following values are possible:
15290 - `buffer': Turn only on ido buffer behavior (switching, killing,
15292 - `file': Turn only on ido file behavior (finding, writing, inserting...)
15293 - `both': Turn on ido buffer and file behavior.
15294 - `nil': Turn off any ido switching.
15296 Setting this variable directly does not take effect;
15297 use either \\[customize] or the function `ido-mode'.")
15299 (custom-autoload 'ido-mode "ido" nil)
15301 (autoload 'ido-mode "ido" "\
15302 Toggle ido speed-ups on or off.
15303 With ARG, turn ido speed-up on if arg is positive, off otherwise.
15304 Turning on ido-mode will remap (via a minor-mode keymap) the default
15305 keybindings for the `find-file' and `switch-to-buffer' families of
15306 commands to the ido versions of these functions.
15307 However, if ARG arg equals 'files, remap only commands for files, or
15308 if it equals 'buffers, remap only commands for buffer switching.
15309 This function also adds a hook to the minibuffer.
15311 \(fn &optional ARG)" t nil)
15313 (autoload 'ido-switch-buffer "ido" "\
15314 Switch to another buffer.
15315 The buffer is displayed according to `ido-default-buffer-method' -- the
15316 default is to show it in the same window, unless it is already visible
15319 As you type in a string, all of the buffers matching the string are
15320 displayed if substring-matching is used (default). Look at
15321 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
15322 buffer you want, it can then be selected. As you type, most keys have
15323 their normal keybindings, except for the following: \\<ido-buffer-completion-map>
15325 RET Select the buffer at the front of the list of matches. If the
15326 list is empty, possibly prompt to create new buffer.
15328 \\[ido-select-text] Select the current prompt as the buffer.
15329 If no buffer is found, prompt for a new one.
15331 \\[ido-next-match] Put the first element at the end of the list.
15332 \\[ido-prev-match] Put the last element at the start of the list.
15333 \\[ido-complete] Complete a common suffix to the current string that
15334 matches all buffers. If there is only one match, select that buffer.
15335 If there is no common suffix, show a list of all matching buffers
15336 in a separate window.
15337 \\[ido-edit-input] Edit input string.
15338 \\[ido-fallback-command] Fallback to non-ido version of current command.
15339 \\[ido-toggle-regexp] Toggle regexp searching.
15340 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
15341 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
15342 \\[ido-completion-help] Show list of matching buffers in separate window.
15343 \\[ido-enter-find-file] Drop into `ido-find-file'.
15344 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
15345 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
15349 (autoload 'ido-switch-buffer-other-window "ido" "\
15350 Switch to another buffer and show it in another window.
15351 The buffer name is selected interactively by typing a substring.
15352 For details of keybindings, see `ido-switch-buffer'.
15356 (autoload 'ido-display-buffer "ido" "\
15357 Display a buffer in another window but don't select it.
15358 The buffer name is selected interactively by typing a substring.
15359 For details of keybindings, see `ido-switch-buffer'.
15363 (autoload 'ido-kill-buffer "ido" "\
15365 The buffer name is selected interactively by typing a substring.
15366 For details of keybindings, see `ido-switch-buffer'.
15370 (autoload 'ido-insert-buffer "ido" "\
15371 Insert contents of a buffer in current buffer after point.
15372 The buffer name is selected interactively by typing a substring.
15373 For details of keybindings, see `ido-switch-buffer'.
15377 (autoload 'ido-switch-buffer-other-frame "ido" "\
15378 Switch to another buffer and show it in another frame.
15379 The buffer name is selected interactively by typing a substring.
15380 For details of keybindings, see `ido-switch-buffer'.
15384 (autoload 'ido-find-file-in-dir "ido" "\
15385 Switch to another file starting from DIR.
15389 (autoload 'ido-find-file "ido" "\
15390 Edit file with name obtained via minibuffer.
15391 The file is displayed according to `ido-default-file-method' -- the
15392 default is to show it in the same window, unless it is already
15393 visible in another frame.
15395 The file name is selected interactively by typing a substring. As you
15396 type in a string, all of the filenames matching the string are displayed
15397 if substring-matching is used (default). Look at `ido-enable-prefix' and
15398 `ido-toggle-prefix'. When you have found the filename you want, it can
15399 then be selected. As you type, most keys have their normal keybindings,
15400 except for the following: \\<ido-file-completion-map>
15402 RET Select the file at the front of the list of matches. If the
15403 list is empty, possibly prompt to create new file.
15405 \\[ido-select-text] Select the current prompt as the buffer or file.
15406 If no buffer or file is found, prompt for a new one.
15408 \\[ido-next-match] Put the first element at the end of the list.
15409 \\[ido-prev-match] Put the last element at the start of the list.
15410 \\[ido-complete] Complete a common suffix to the current string that
15411 matches all files. If there is only one match, select that file.
15412 If there is no common suffix, show a list of all matching files
15413 in a separate window.
15414 \\[ido-edit-input] Edit input string (including directory).
15415 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
15416 \\[ido-merge-work-directories] search for file in the work directory history.
15417 \\[ido-forget-work-directory] removes current directory from the work directory history.
15418 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
15419 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
15420 \\[ido-make-directory] prompts for a directory to create in current directory.
15421 \\[ido-fallback-command] Fallback to non-ido version of current command.
15422 \\[ido-toggle-regexp] Toggle regexp searching.
15423 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
15424 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
15425 \\[ido-toggle-vc] Toggle version control for this file.
15426 \\[ido-toggle-literal] Toggle literal reading of this file.
15427 \\[ido-completion-help] Show list of matching files in separate window.
15428 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
15432 (autoload 'ido-find-file-other-window "ido" "\
15433 Switch to another file and show it in another window.
15434 The file name is selected interactively by typing a substring.
15435 For details of keybindings, see `ido-find-file'.
15439 (autoload 'ido-find-alternate-file "ido" "\
15440 Switch to another file and show it in another window.
15441 The file name is selected interactively by typing a substring.
15442 For details of keybindings, see `ido-find-file'.
15446 (autoload 'ido-find-file-read-only "ido" "\
15447 Edit file read-only with name obtained via minibuffer.
15448 The file name is selected interactively by typing a substring.
15449 For details of keybindings, see `ido-find-file'.
15453 (autoload 'ido-find-file-read-only-other-window "ido" "\
15454 Edit file read-only in other window with name obtained via minibuffer.
15455 The file name is selected interactively by typing a substring.
15456 For details of keybindings, see `ido-find-file'.
15460 (autoload 'ido-find-file-read-only-other-frame "ido" "\
15461 Edit file read-only in other frame with name obtained via minibuffer.
15462 The file name is selected interactively by typing a substring.
15463 For details of keybindings, see `ido-find-file'.
15467 (autoload 'ido-display-file "ido" "\
15468 Display a file in another window but don't select it.
15469 The file name is selected interactively by typing a substring.
15470 For details of keybindings, see `ido-find-file'.
15474 (autoload 'ido-find-file-other-frame "ido" "\
15475 Switch to another file and show it in another frame.
15476 The file name is selected interactively by typing a substring.
15477 For details of keybindings, see `ido-find-file'.
15481 (autoload 'ido-write-file "ido" "\
15482 Write current buffer to a file.
15483 The file name is selected interactively by typing a substring.
15484 For details of keybindings, see `ido-find-file'.
15488 (autoload 'ido-insert-file "ido" "\
15489 Insert contents of file in current buffer.
15490 The file name is selected interactively by typing a substring.
15491 For details of keybindings, see `ido-find-file'.
15495 (autoload 'ido-dired "ido" "\
15496 Call `dired' the ido way.
15497 The directory is selected interactively by typing a substring.
15498 For details of keybindings, see `ido-find-file'.
15502 (autoload 'ido-read-buffer "ido" "\
15503 Ido replacement for the built-in `read-buffer'.
15504 Return the name of a buffer selected.
15505 PROMPT is the prompt to give to the user. DEFAULT if given is the default
15506 buffer to be selected, which will go to the front of the list.
15507 If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
15509 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
15511 (autoload 'ido-read-file-name "ido" "\
15512 Ido replacement for the built-in `read-file-name'.
15513 Read file name, prompting with PROMPT and completing in directory DIR.
15514 See `read-file-name' for additional parameters.
15516 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
15518 (autoload 'ido-read-directory-name "ido" "\
15519 Ido replacement for the built-in `read-directory-name'.
15520 Read directory name, prompting with PROMPT and completing in directory DIR.
15521 See `read-directory-name' for additional parameters.
15523 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
15525 (autoload 'ido-completing-read "ido" "\
15526 Ido replacement for the built-in `completing-read'.
15527 Read a string in the minibuffer with ido-style completion.
15528 PROMPT is a string to prompt with; normally it ends in a colon and a space.
15529 CHOICES is a list of strings which are the possible completions.
15530 PREDICATE is currently ignored; it is included to be compatible
15531 with `completing-read'.
15532 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
15533 the input is (or completes to) an element of CHOICES or is null.
15534 If the input is null, `ido-completing-read' returns DEF, or an empty
15535 string if DEF is nil, regardless of the value of REQUIRE-MATCH.
15536 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
15537 with point positioned at the end.
15538 HIST, if non-nil, specifies a history list.
15539 DEF, if non-nil, is the default value.
15541 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF)" nil nil)
15545 ;;;### (autoloads (ielm) "ielm" "ielm.el" (18310 12040))
15546 ;;; Generated autoloads from ielm.el
15547 (add-hook 'same-window-buffer-names "*ielm*")
15549 (autoload 'ielm "ielm" "\
15550 Interactively evaluate Emacs Lisp expressions.
15551 Switches to the buffer `*ielm*', or creates it if it does not exist.
15557 ;;;### (autoloads (iimage-mode turn-on-iimage-mode) "iimage" "iimage.el"
15558 ;;;;;; (18310 12040))
15559 ;;; Generated autoloads from iimage.el
15561 (autoload 'turn-on-iimage-mode "iimage" "\
15562 Unconditionally turn on iimage mode.
15566 (autoload 'iimage-mode "iimage" "\
15567 Toggle inline image minor mode.
15569 \(fn &optional ARG)" t nil)
15573 ;;;### (autoloads (defimage find-image remove-images insert-sliced-image
15574 ;;;;;; insert-image put-image create-image image-type-auto-detected-p
15575 ;;;;;; image-type-available-p image-type image-type-from-file-name
15576 ;;;;;; image-type-from-file-header image-type-from-buffer image-type-from-data)
15577 ;;;;;; "image" "image.el" (18310 12041))
15578 ;;; Generated autoloads from image.el
15580 (autoload 'image-type-from-data "image" "\
15581 Determine the image type from image data DATA.
15582 Value is a symbol specifying the image type or nil if type cannot
15585 \(fn DATA)" nil nil)
15587 (autoload 'image-type-from-buffer "image" "\
15588 Determine the image type from data in the current buffer.
15589 Value is a symbol specifying the image type or nil if type cannot
15594 (autoload 'image-type-from-file-header "image" "\
15595 Determine the type of image file FILE from its first few bytes.
15596 Value is a symbol specifying the image type, or nil if type cannot
15599 \(fn FILE)" nil nil)
15601 (autoload 'image-type-from-file-name "image" "\
15602 Determine the type of image file FILE from its name.
15603 Value is a symbol specifying the image type, or nil if type cannot
15606 \(fn FILE)" nil nil)
15608 (autoload 'image-type "image" "\
15609 Determine and return image type.
15610 SOURCE is an image file name or image data.
15611 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15612 or nil, try to determine the image type from its first few bytes
15613 of image data. If that doesn't work, and SOURCE is a file name,
15614 use its file extension as image type.
15615 Optional DATA-P non-nil means SOURCE is a string containing image data.
15617 \(fn SOURCE &optional TYPE DATA-P)" nil nil)
15619 (autoload 'image-type-available-p "image" "\
15620 Return non-nil if image type TYPE is available.
15621 Image types are symbols like `xbm' or `jpeg'.
15623 \(fn TYPE)" nil nil)
15625 (autoload 'image-type-auto-detected-p "image" "\
15626 Return t if the current buffer contains an auto-detectable image.
15627 This function is intended to be used from `magic-fallback-mode-alist'.
15629 The buffer is considered to contain an auto-detectable image if
15630 its beginning matches an image type in `image-type-header-regexps',
15631 and that image type is present in `image-type-auto-detectable' with a
15632 non-nil value. If that value is non-nil, but not t, then the image type
15637 (autoload 'create-image "image" "\
15639 FILE-OR-DATA is an image file name or image data.
15640 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15641 or nil, try to determine the image type from its first few bytes
15642 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
15643 use its file extension as image type.
15644 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
15645 Optional PROPS are additional image attributes to assign to the image,
15646 like, e.g. `:mask MASK'.
15647 Value is the image created, or nil if images of type TYPE are not supported.
15649 Images should not be larger than specified by `max-image-size'.
15651 Image file names that are not absolute are searched for in the
15652 \"images\" sub-directory of `data-directory' and
15653 `x-bitmap-file-path' (in that order).
15655 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
15657 (autoload 'put-image "image" "\
15658 Put image IMAGE in front of POS in the current buffer.
15659 IMAGE must be an image created with `create-image' or `defimage'.
15660 IMAGE is displayed by putting an overlay into the current buffer with a
15661 `before-string' STRING that has a `display' property whose value is the
15662 image. STRING is defaulted if you omit it.
15663 POS may be an integer or marker.
15664 AREA is where to display the image. AREA nil or omitted means
15665 display it in the text area, a value of `left-margin' means
15666 display it in the left marginal area, a value of `right-margin'
15667 means display it in the right marginal area.
15669 \(fn IMAGE POS &optional STRING AREA)" nil nil)
15671 (autoload 'insert-image "image" "\
15672 Insert IMAGE into current buffer at point.
15673 IMAGE is displayed by inserting STRING into the current buffer
15674 with a `display' property whose value is the image. STRING is
15675 defaulted if you omit it.
15676 AREA is where to display the image. AREA nil or omitted means
15677 display it in the text area, a value of `left-margin' means
15678 display it in the left marginal area, a value of `right-margin'
15679 means display it in the right marginal area.
15680 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
15681 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
15682 specifying the X and Y positions and WIDTH and HEIGHT of image area
15683 to insert. A float value 0.0 - 1.0 means relative to the width or
15684 height of the image; integer values are taken as pixel values.
15686 \(fn IMAGE &optional STRING AREA SLICE)" nil nil)
15688 (autoload 'insert-sliced-image "image" "\
15689 Insert IMAGE into current buffer at point.
15690 IMAGE is displayed by inserting STRING into the current buffer
15691 with a `display' property whose value is the image. STRING is
15692 defaulted if you omit it.
15693 AREA is where to display the image. AREA nil or omitted means
15694 display it in the text area, a value of `left-margin' means
15695 display it in the left marginal area, a value of `right-margin'
15696 means display it in the right marginal area.
15697 The image is automatically split into ROW x COLS slices.
15699 \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
15701 (autoload 'remove-images "image" "\
15702 Remove images between START and END in BUFFER.
15703 Remove only images that were put in BUFFER with calls to `put-image'.
15704 BUFFER nil or omitted means use the current buffer.
15706 \(fn START END &optional BUFFER)" nil nil)
15708 (autoload 'find-image "image" "\
15709 Find an image, choosing one of a list of image specifications.
15711 SPECS is a list of image specifications.
15713 Each image specification in SPECS is a property list. The contents of
15714 a specification are image type dependent. All specifications must at
15715 least contain the properties `:type TYPE' and either `:file FILE' or
15716 `:data DATA', where TYPE is a symbol specifying the image type,
15717 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15718 string containing the actual image data. The specification whose TYPE
15719 is supported, and FILE exists, is used to construct the image
15720 specification to be returned. Return nil if no specification is
15723 The image is looked for in `image-load-path'.
15725 Image files should not be larger than specified by `max-image-size'.
15727 \(fn SPECS)" nil nil)
15729 (autoload 'defimage "image" "\
15730 Define SYMBOL as an image.
15732 SPECS is a list of image specifications. DOC is an optional
15733 documentation string.
15735 Each image specification in SPECS is a property list. The contents of
15736 a specification are image type dependent. All specifications must at
15737 least contain the properties `:type TYPE' and either `:file FILE' or
15738 `:data DATA', where TYPE is a symbol specifying the image type,
15739 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15740 string containing the actual image data. The first image
15741 specification whose TYPE is supported, and FILE exists, is used to
15746 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
15747 (:type xbm :file \"~/test1.xbm\")))
15749 \(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
15753 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15754 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
15755 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
15756 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15757 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15758 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15759 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-insert-marked-thumbs)
15760 ;;;;;; "image-dired" "image-dired.el" (18310 12040))
15761 ;;; Generated autoloads from image-dired.el
15763 (autoload 'image-dired-dired-insert-marked-thumbs "image-dired" "\
15764 Insert thumbnails before file names of marked files in the dired buffer.
15768 (autoload 'image-dired-dired-with-window-configuration "image-dired" "\
15769 Open directory DIR and create a default window configuration.
15771 Convenience command that:
15773 - Opens dired in folder DIR
15774 - Splits windows in most useful (?) way
15775 - Set `truncate-lines' to t
15777 After the command has finished, you would typically mark some
15778 image files in dired and type
15779 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15781 If called with prefix argument ARG, skip splitting of windows.
15783 The current window configuration is saved and can be restored by
15784 calling `image-dired-restore-window-configuration'.
15786 \(fn DIR &optional ARG)" t nil)
15788 (autoload 'image-dired-display-thumbs "image-dired" "\
15789 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15790 If a thumbnail image does not exist for a file, it is created on the
15791 fly. With prefix argument ARG, display only thumbnail for file at
15792 point (this is useful if you have marked some files but want to show
15795 Recommended usage is to split the current frame horizontally so that
15796 you have the dired buffer in the left window and the
15797 `image-dired-thumbnail-buffer' buffer in the right window.
15799 With optional argument APPEND, append thumbnail to thumbnail buffer
15800 instead of erasing it first.
15802 Option argument DO-NOT-POP controls if `pop-to-buffer' should be
15803 used or not. If non-nil, use `display-buffer' instead of
15804 `pop-to-buffer'. This is used from functions like
15805 `image-dired-next-line-and-display' and
15806 `image-dired-previous-line-and-display' where we do not want the
15807 thumbnail buffer to be selected.
15809 \(fn &optional ARG APPEND DO-NOT-POP)" t nil)
15811 (autoload 'image-dired-show-all-from-dir "image-dired" "\
15812 Make a preview buffer for all images in DIR and display it.
15813 If the number of files in DIR matching `image-file-name-regexp'
15814 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15819 (defalias 'image-dired 'image-dired-show-all-from-dir)
15821 (defalias 'tumme 'image-dired-show-all-from-dir)
15823 (autoload 'image-dired-tag-files "image-dired" "\
15824 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15828 (autoload 'image-dired-delete-tag "image-dired" "\
15829 Remove tag for selected file(s).
15830 With prefix argument ARG, remove tag from file at point.
15834 (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
15835 Jump to thumbnail buffer.
15839 (autoload 'image-dired-setup-dired-keybindings "image-dired" "\
15840 Setup easy-to-use keybindings for the commands to be used in dired mode.
15841 Note that n, p and <down> and <up> will be hijacked and bound to
15842 `image-dired-dired-x-line'.
15846 (autoload 'image-dired-display-thumbs-append "image-dired" "\
15847 Append thumbnails to `image-dired-thumbnail-buffer'.
15851 (autoload 'image-dired-display-thumb "image-dired" "\
15852 Shorthand for `image-dired-display-thumbs' with prefix argument.
15856 (autoload 'image-dired-dired-display-external "image-dired" "\
15857 Display file at point using an external viewer.
15861 (autoload 'image-dired-dired-display-image "image-dired" "\
15862 Display current image file.
15863 See documentation for `image-dired-display-image' for more information.
15864 With prefix argument ARG, display image in its original size.
15866 \(fn &optional ARG)" t nil)
15868 (autoload 'image-dired-dired-comment-files "image-dired" "\
15869 Add comment to current or marked files in dired.
15873 (autoload 'image-dired-mark-tagged-files "image-dired" "\
15874 Use regexp to mark files with matching tag.
15875 A `tag' is a keyword, a piece of meta data, associated with an
15876 image file and stored in image-dired's database file. This command
15877 lets you input a regexp and this will be matched against all tags
15878 on all image files in the database file. The files that have a
15879 matching tags will be marked in the dired buffer.
15883 (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
15884 Edit comment and tags of current or marked image files.
15885 Edit comment and tags for all marked image files in an
15892 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15893 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15894 ;;;;;; "image-file.el" (18310 12040))
15895 ;;; Generated autoloads from image-file.el
15897 (defvar image-file-name-extensions '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg") "\
15898 *A list of image-file filename extensions.
15899 Filenames having one of these extensions are considered image files,
15900 in addition to those matching `image-file-name-regexps'.
15902 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
15903 setting this variable directly does not take effect unless
15904 `auto-image-file-mode' is re-enabled; this happens automatically when
15905 the variable is set using \\[customize].")
15907 (custom-autoload 'image-file-name-extensions "image-file" nil)
15909 (defvar image-file-name-regexps nil "\
15910 *List of regexps matching image-file filenames.
15911 Filenames matching one of these regexps are considered image files,
15912 in addition to those with an extension in `image-file-name-extensions'.
15914 See function `auto-image-file-mode'; if `auto-image-file-mode' is
15915 enabled, setting this variable directly does not take effect unless
15916 `auto-image-file-mode' is re-enabled; this happens automatically when
15917 the variable is set using \\[customize].")
15919 (custom-autoload 'image-file-name-regexps "image-file" nil)
15921 (autoload 'image-file-name-regexp "image-file" "\
15922 Return a regular expression matching image-file filenames.
15926 (autoload 'insert-image-file "image-file" "\
15927 Insert the image file FILE into the current buffer.
15928 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
15929 the command `insert-file-contents'.
15931 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
15933 (defvar auto-image-file-mode nil "\
15934 Non-nil if Auto-Image-File mode is enabled.
15935 See the command `auto-image-file-mode' for a description of this minor mode.
15936 Setting this variable directly does not take effect;
15937 either customize it (see the info node `Easy Customization')
15938 or call the function `auto-image-file-mode'.")
15940 (custom-autoload 'auto-image-file-mode "image-file" nil)
15942 (autoload 'auto-image-file-mode "image-file" "\
15943 Toggle visiting of image files as images.
15944 With prefix argument ARG, turn on if positive, otherwise off.
15945 Returns non-nil if the new state is enabled.
15947 Image files are those whose name has an extension in
15948 `image-file-name-extensions', or matches a regexp in
15949 `image-file-name-regexps'.
15951 \(fn &optional ARG)" t nil)
15955 ;;;### (autoloads (image-bookmark-jump image-mode-maybe image-minor-mode
15956 ;;;;;; image-mode) "image-mode" "image-mode.el" (18339 17932))
15957 ;;; Generated autoloads from image-mode.el
15958 (push '("\\.jpe?g\\'" . image-mode) auto-mode-alist)
15959 (push '("\\.png\\'" . image-mode) auto-mode-alist)
15960 (push '("\\.gif\\'" . image-mode) auto-mode-alist)
15961 (push '("\\.tiff?\\'" . image-mode) auto-mode-alist)
15962 (push '("\\.p[bpgn]m\\'" . image-mode) auto-mode-alist)
15963 (push '("\\.x[bp]m\\'" . c-mode) auto-mode-alist)
15964 (push '("\\.x[bp]m\\'" . image-mode-maybe) auto-mode-alist)
15965 (push '("\\.svgz?\\'" . xml-mode) auto-mode-alist)
15966 (push '("\\.svgz?\\'" . image-mode-maybe) auto-mode-alist)
15968 (autoload 'image-mode "image-mode" "\
15969 Major mode for image files.
15970 You can use \\<image-mode-map>\\[image-toggle-display]
15971 to toggle between display as an image and display as text.
15975 (autoload 'image-minor-mode "image-mode" "\
15976 Toggle Image minor mode.
15977 With arg, turn Image minor mode on if arg is positive, off otherwise.
15978 See the command `image-mode' for more information on this mode.
15980 \(fn &optional ARG)" t nil)
15982 (autoload 'image-mode-maybe "image-mode" "\
15983 Set major or minor mode for image files.
15984 Set Image major mode only when there are no other major modes
15985 associated with a filename in `auto-mode-alist'. When an image
15986 filename matches another major mode in `auto-mode-alist' then
15987 set that major mode and Image minor mode.
15989 See commands `image-mode' and `image-minor-mode' for more
15990 information on these modes.
15994 (autoload 'image-bookmark-jump "image-mode" "\
15997 \(fn BMK)" nil nil)
16001 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
16002 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (18307 26227))
16003 ;;; Generated autoloads from imenu.el
16005 (defvar imenu-sort-function nil "\
16006 *The function to use for sorting the index mouse-menu.
16008 Affects only the mouse index menu.
16010 Set this to nil if you don't want any sorting (faster).
16011 The items in the menu are then presented in the order they were found
16014 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
16016 The function should take two arguments and return t if the first
16017 element should come before the second. The arguments are cons cells;
16018 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
16020 (custom-autoload 'imenu-sort-function "imenu" t)
16022 (defvar imenu-generic-expression nil "\
16023 The regex pattern to use for creating a buffer index.
16025 If non-nil this pattern is passed to `imenu--generic-function' to
16026 create a buffer index. Look there for the documentation of this
16027 pattern's structure.
16029 For example, see the value of `fortran-imenu-generic-expression' used by
16030 `fortran-mode' with `imenu-syntax-alist' set locally to give the
16031 characters which normally have \"symbol\" syntax \"word\" syntax
16034 (make-variable-buffer-local 'imenu-generic-expression)
16036 (defvar imenu-create-index-function 'imenu-default-create-index-function "\
16037 The function to use for creating an index alist of the current buffer.
16039 It should be a function that takes no arguments and returns
16040 an index alist of the current buffer. The function is
16041 called within a `save-excursion'.
16043 See `imenu--index-alist' for the format of the buffer index alist.")
16045 (make-variable-buffer-local 'imenu-create-index-function)
16047 (defvar imenu-prev-index-position-function 'beginning-of-defun "\
16048 Function for finding the next index position.
16050 If `imenu-create-index-function' is set to
16051 `imenu-default-create-index-function', then you must set this variable
16052 to a function that will find the next index, looking backwards in the
16055 The function should leave point at the place to be connected to the
16056 index and it should return nil when it doesn't find another index.")
16058 (make-variable-buffer-local 'imenu-prev-index-position-function)
16060 (defvar imenu-extract-index-name-function nil "\
16061 Function for extracting the index item name, given a position.
16063 This function is called after `imenu-prev-index-position-function'
16064 finds a position for an index item, with point at that position.
16065 It should return the name for that index item.")
16067 (make-variable-buffer-local 'imenu-extract-index-name-function)
16069 (defvar imenu-name-lookup-function nil "\
16070 Function to compare string with index item.
16072 This function will be called with two strings, and should return
16073 non-nil if they match.
16075 If nil, comparison is done with `string='.
16076 Set this to some other function for more advanced comparisons,
16077 such as \"begins with\" or \"name matches and number of
16078 arguments match\".")
16080 (make-variable-buffer-local 'imenu-name-lookup-function)
16082 (defvar imenu-default-goto-function 'imenu-default-goto-function "\
16083 The default function called when selecting an Imenu item.
16084 The function in this variable is called when selecting a normal index-item.")
16086 (make-variable-buffer-local 'imenu-default-goto-function)
16088 (make-variable-buffer-local 'imenu-syntax-alist)
16090 (make-variable-buffer-local 'imenu-case-fold-search)
16092 (autoload 'imenu-add-to-menubar "imenu" "\
16093 Add an `imenu' entry to the menu bar for the current buffer.
16094 NAME is a string used to name the menu bar item.
16095 See the command `imenu' for more information.
16099 (autoload 'imenu-add-menubar-index "imenu" "\
16100 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
16102 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
16106 (autoload 'imenu "imenu" "\
16107 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
16108 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
16109 for more information.
16111 \(fn INDEX-ITEM)" t nil)
16115 ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
16116 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
16117 ;;;;;; "ind-util" "language/ind-util.el" (18339 17959))
16118 ;;; Generated autoloads from language/ind-util.el
16120 (autoload 'indian-compose-region "ind-util" "\
16121 Compose the region according to `composition-function-table'.
16123 \(fn FROM TO)" t nil)
16125 (autoload 'indian-compose-string "ind-util" "\
16128 \(fn STRING)" nil nil)
16130 (autoload 'in-is13194-post-read-conversion "ind-util" "\
16133 \(fn LEN)" nil nil)
16135 (autoload 'in-is13194-pre-write-conversion "ind-util" "\
16138 \(fn FROM TO)" nil nil)
16140 (autoload 'indian-2-column-to-ucs-region "ind-util" "\
16141 Convert old Emacs Devanagari characters to UCS.
16143 \(fn FROM TO)" t nil)
16147 ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
16148 ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
16149 ;;;;;; "progmodes/inf-lisp.el" (18310 12112))
16150 ;;; Generated autoloads from progmodes/inf-lisp.el
16152 (defvar inferior-lisp-filter-regexp "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'" "\
16153 *What not to save on inferior Lisp's input history.
16154 Input matching this regexp is not saved on the input history in Inferior Lisp
16155 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
16156 \(as in :a, :c, etc.)")
16158 (custom-autoload 'inferior-lisp-filter-regexp "inf-lisp" t)
16160 (defvar inferior-lisp-program "lisp" "\
16161 *Program name for invoking an inferior Lisp in Inferior Lisp mode.")
16163 (custom-autoload 'inferior-lisp-program "inf-lisp" t)
16165 (defvar inferior-lisp-load-command "(load \"%s\")\n" "\
16166 *Format-string for building a Lisp expression to load a file.
16167 This format string should use `%s' to substitute a file name
16168 and should result in a Lisp expression that will command the inferior Lisp
16169 to load that file. The default works acceptably on most Lisps.
16170 The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
16171 produces cosmetically superior output for this application,
16172 but it works only in Common Lisp.")
16174 (custom-autoload 'inferior-lisp-load-command "inf-lisp" t)
16176 (defvar inferior-lisp-prompt "^[^> \n]*>+:? *" "\
16177 Regexp to recognize prompts in the Inferior Lisp mode.
16178 Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
16179 and franz. This variable is used to initialize `comint-prompt-regexp' in the
16180 Inferior Lisp buffer.
16182 This variable is only used if the variable
16183 `comint-use-prompt-regexp' is non-nil.
16185 More precise choices:
16186 Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
16187 franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"
16190 This is a fine thing to set in your .emacs file or through Custom.")
16192 (custom-autoload 'inferior-lisp-prompt "inf-lisp" t)
16194 (defvar inferior-lisp-mode-hook 'nil "\
16195 *Hook for customising Inferior Lisp mode.")
16197 (autoload 'inferior-lisp "inf-lisp" "\
16198 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
16199 If there is a process already running in `*inferior-lisp*', just switch
16201 With argument, allows you to edit the command line (default is value
16202 of `inferior-lisp-program'). Runs the hooks from
16203 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
16204 \(Type \\[describe-mode] in the process buffer for a list of commands.)
16207 (add-hook 'same-window-buffer-names "*inferior-lisp*")
16209 (defalias 'run-lisp 'inferior-lisp)
16213 ;;;### (autoloads (Info-bookmark-jump Info-speedbar-browser Info-goto-emacs-key-command-node
16214 ;;;;;; Info-goto-emacs-command-node Info-mode info-apropos Info-index
16215 ;;;;;; Info-directory Info-on-current-buffer info-standalone info-emacs-manual
16216 ;;;;;; info info-other-window) "info" "info.el" (18352 4531))
16217 ;;; Generated autoloads from info.el
16219 (autoload 'info-other-window "info" "\
16220 Like `info' but show the Info buffer in another window.
16222 \(fn &optional FILE-OR-NODE)" t nil)
16223 (add-hook 'same-window-regexps "\\*info\\*\\(\\|<[0-9]+>\\)")
16224 (put 'info 'info-file "emacs")
16226 (autoload 'info "info" "\
16227 Enter Info, the documentation browser.
16228 Optional argument FILE-OR-NODE specifies the file to examine;
16229 the default is the top-level directory of Info.
16230 Called from a program, FILE-OR-NODE may specify an Info node of the form
16231 `(FILENAME)NODENAME'.
16232 Optional argument BUFFER specifies the Info buffer name;
16233 the default buffer name is *info*. If BUFFER exists,
16234 just switch to BUFFER. Otherwise, create a new buffer
16235 with the top-level Info directory.
16237 In interactive use, a non-numeric prefix argument directs
16238 this command to read a file name from the minibuffer.
16239 A numeric prefix argument selects an Info buffer with the prefix number
16240 appended to the Info buffer name.
16242 The search path for Info files is in the variable `Info-directory-list'.
16243 The top-level Info directory is made by combining all the files named `dir'
16244 in all the directories in that path.
16246 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
16248 (autoload 'info-emacs-manual "info" "\
16249 Display the Emacs manual in Info mode.
16253 (autoload 'info-standalone "info" "\
16254 Run Emacs as a standalone Info reader.
16255 Usage: emacs -f info-standalone [filename]
16256 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
16260 (autoload 'Info-on-current-buffer "info" "\
16261 Use Info mode to browse the current Info buffer.
16262 With a prefix arg, this queries for the node name to visit first;
16263 otherwise, that defaults to `Top'.
16265 \(fn &optional NODENAME)" t nil)
16267 (autoload 'Info-directory "info" "\
16268 Go to the Info directory node.
16272 (autoload 'Info-index "info" "\
16273 Look up a string TOPIC in the index for this manual and go to that entry.
16274 If there are no exact matches to the specified topic, this chooses
16275 the first match which is a case-insensitive substring of a topic.
16276 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
16277 Give an empty topic name to go to the Index node itself.
16279 \(fn TOPIC)" t nil)
16281 (autoload 'info-apropos "info" "\
16282 Grovel indices of all known Info files on your system for STRING.
16283 Build a menu of the possible matches.
16285 \(fn STRING)" t nil)
16287 (autoload 'Info-mode "info" "\
16288 Info mode provides commands for browsing through the Info documentation tree.
16289 Documentation in Info is divided into \"nodes\", each of which discusses
16290 one topic and contains references to other nodes which discuss related
16291 topics. Info has commands to follow the references and show you other nodes.
16293 \\<Info-mode-map>\\[Info-help] Invoke the Info tutorial.
16294 \\[Info-exit] Quit Info: reselect previously selected buffer.
16296 Selecting other nodes:
16297 \\[Info-mouse-follow-nearest-node]
16298 Follow a node reference you click on.
16299 This works with menu items, cross references, and
16300 the \"next\", \"previous\" and \"up\", depending on where you click.
16301 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
16302 \\[Info-next] Move to the \"next\" node of this node.
16303 \\[Info-prev] Move to the \"previous\" node of this node.
16304 \\[Info-up] Move \"up\" from this node.
16305 \\[Info-menu] Pick menu item specified by name (or abbreviation).
16306 Picking a menu item causes another node to be selected.
16307 \\[Info-directory] Go to the Info directory node.
16308 \\[Info-top-node] Go to the Top node of this file.
16309 \\[Info-final-node] Go to the final node in this file.
16310 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
16311 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
16312 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
16313 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item.
16314 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
16315 \\[Info-history-back] Move back in history to the last node you were at.
16316 \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back].
16317 \\[Info-history] Go to menu of visited nodes.
16318 \\[Info-toc] Go to table of contents of the current Info file.
16320 Moving within a node:
16321 \\[Info-scroll-up] Normally, scroll forward a full screen.
16322 Once you scroll far enough in a node that its menu appears on the
16323 screen but after point, the next scroll moves into its first
16324 subnode. When after all menu items (or if there is no menu),
16325 move up to the parent node.
16326 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
16327 already visible, try to go to the previous menu entry, or up
16329 \\[beginning-of-buffer] Go to beginning of node.
16332 \\[Info-search] Search through this Info file for specified regexp,
16333 and select the node in which the next occurrence is found.
16334 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
16335 \\[Info-search-next] Search for another occurrence of regexp
16336 from a previous \\<Info-mode-map>\\[Info-search] command.
16337 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
16338 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
16339 \\[info-apropos] Look for a string in the indices of all manuals.
16340 \\[Info-goto-node] Move to node specified by name.
16341 You may include a filename as well, as (FILENAME)NODENAME.
16342 1 .. 9 Pick first ... ninth item in node's menu.
16343 Every third `*' is highlighted to help pick the right number.
16344 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
16345 \\[clone-buffer] Select a new cloned Info buffer in another window.
16346 \\[universal-argument] \\[info] Move to new Info file with completion.
16347 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
16350 (put 'Info-goto-emacs-command-node 'info-file "emacs")
16352 (autoload 'Info-goto-emacs-command-node "info" "\
16353 Go to the Info node in the Emacs manual for command COMMAND.
16354 The command is found by looking up in Emacs manual's indices
16355 or in another manual found via COMMAND's `info-file' property or
16356 the variable `Info-file-list-for-emacs'.
16357 COMMAND must be a symbol or string.
16359 \(fn COMMAND)" t nil)
16360 (put 'Info-goto-emacs-key-command-node 'info-file "emacs")
16362 (autoload 'Info-goto-emacs-key-command-node "info" "\
16363 Go to the node in the Emacs manual which describes the command bound to KEY.
16365 Interactively, if the binding is `execute-extended-command', a command is read.
16366 The command is found by looking up in Emacs manual's indices
16367 or in another manual found via COMMAND's `info-file' property or
16368 the variable `Info-file-list-for-emacs'.
16372 (autoload 'Info-speedbar-browser "info" "\
16373 Initialize speedbar to display an Info node browser.
16374 This will add a speedbar major display mode.
16378 (autoload 'Info-bookmark-jump "info" "\
16381 \(fn BMK)" nil nil)
16385 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
16386 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
16387 ;;;;;; (18310 12041))
16388 ;;; Generated autoloads from info-look.el
16390 (autoload 'info-lookup-reset "info-look" "\
16391 Throw away all cached data.
16392 This command is useful if the user wants to start at the beginning without
16393 quitting Emacs, for example, after some Info documents were updated on the
16397 (put 'info-lookup-symbol 'info-file "emacs")
16399 (autoload 'info-lookup-symbol "info-look" "\
16400 Display the definition of SYMBOL, as found in the relevant manual.
16401 When this command is called interactively, it reads SYMBOL from the
16402 minibuffer. In the minibuffer, use M-n to yank the default argument
16403 value into the minibuffer so you can edit it. The default symbol is the
16404 one found at point.
16406 With prefix arg a query for the symbol help mode is offered.
16408 \(fn SYMBOL &optional MODE)" t nil)
16409 (put 'info-lookup-file 'info-file "emacs")
16411 (autoload 'info-lookup-file "info-look" "\
16412 Display the documentation of a file.
16413 When this command is called interactively, it reads FILE from the minibuffer.
16414 In the minibuffer, use M-n to yank the default file name
16415 into the minibuffer so you can edit it.
16416 The default file name is the one found at point.
16418 With prefix arg a query for the file help mode is offered.
16420 \(fn FILE &optional MODE)" t nil)
16422 (autoload 'info-complete-symbol "info-look" "\
16423 Perform completion on symbol preceding point.
16425 \(fn &optional MODE)" t nil)
16427 (autoload 'info-complete-file "info-look" "\
16428 Perform completion on file preceding point.
16430 \(fn &optional MODE)" t nil)
16434 ;;;### (autoloads (info-xref-check-all-custom info-xref-check-all
16435 ;;;;;; info-xref-check) "info-xref" "info-xref.el" (18310 12041))
16436 ;;; Generated autoloads from info-xref.el
16438 (autoload 'info-xref-check "info-xref" "\
16439 Check external references in FILENAME, an info document.
16441 \(fn FILENAME)" t nil)
16443 (autoload 'info-xref-check-all "info-xref" "\
16444 Check external references in all info documents in the usual path.
16445 The usual path is `Info-directory-list' and `Info-additional-directory-list'.
16449 (autoload 'info-xref-check-all-custom "info-xref" "\
16450 Check info references in all customize groups and variables.
16451 `custom-manual' and `info-link' entries in the `custom-links' list are checked.
16453 `custom-load' autoloads for all symbols are loaded in order to get all the
16454 link information. This will be a lot of lisp packages loaded, and can take
16461 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-tagify)
16462 ;;;;;; "informat" "informat.el" (18310 12041))
16463 ;;; Generated autoloads from informat.el
16465 (autoload 'Info-tagify "informat" "\
16466 Create or update Info file tag table in current buffer or in a region.
16468 \(fn &optional INPUT-BUFFER-NAME)" t nil)
16470 (autoload 'Info-split "informat" "\
16471 Split an info file into an indirect file plus bounded-size subfiles.
16472 Each subfile will be up to 50,000 characters plus one node.
16474 To use this command, first visit a large Info file that has a tag
16475 table. The buffer is modified into a (small) indirect info file which
16476 should be saved in place of the original visited file.
16478 The subfiles are written in the same directory the original file is
16479 in, with names generated by appending `-' and a number to the original
16480 file name. The indirect file still functions as an Info file, but it
16481 contains just the tag table and a directory of subfiles.
16485 (autoload 'Info-validate "informat" "\
16486 Check current buffer for validity as an Info file.
16487 Check that every node pointer points to an existing node.
16491 (autoload 'batch-info-validate "informat" "\
16492 Runs `Info-validate' on the files remaining on the command line.
16493 Must be used only with -batch, and kills Emacs on completion.
16494 Each file will be processed even if an error occurred previously.
16495 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16501 ;;;### (autoloads (isearch-buffers-minor-mode) "isearch-multi" "isearch-multi.el"
16502 ;;;;;; (18310 12041))
16503 ;;; Generated autoloads from isearch-multi.el
16505 (defvar isearch-buffers-current-buffer nil "\
16506 The buffer where the search is currently searching.
16507 The value is nil when the search still is in the initial buffer.")
16509 (defvar isearch-buffers-next-buffer-function nil "\
16510 Function to call to get the next buffer to search.
16512 When this variable is set to a function that returns a buffer, then
16513 after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
16514 to the next buffer in the series and continues searching for the
16517 The first argument of this function is the current buffer where the
16518 search is currently searching. It defines the base buffer relative to
16519 which this function should find the next buffer. When the isearch
16520 direction is backward (when `isearch-forward' is nil), this function
16521 should return the previous buffer to search. If the second argument of
16522 this function WRAP is non-nil, then it should return the first buffer
16523 in the series; and for the backward search, it should return the last
16524 buffer in the series.")
16526 (autoload 'isearch-buffers-minor-mode "isearch-multi" "\
16527 Minor mode for using isearch to search through multiple buffers.
16528 With arg, turn isearch-buffers minor mode on if arg is positive, off otherwise.
16530 \(fn &optional ARG)" t nil)
16534 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
16535 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
16536 ;;;;;; (18310 12084))
16537 ;;; Generated autoloads from international/isearch-x.el
16539 (autoload 'isearch-toggle-specified-input-method "isearch-x" "\
16540 Select an input method and turn it on in interactive search.
16544 (autoload 'isearch-toggle-input-method "isearch-x" "\
16545 Toggle input method in interactive search.
16549 (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
16552 \(fn LAST-CHAR)" nil nil)
16556 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (18310
16558 ;;; Generated autoloads from isearchb.el
16560 (autoload 'isearchb-activate "isearchb" "\
16561 Active isearchb mode for subsequent alphanumeric keystrokes.
16562 Executing this command again will terminate the search; or, if
16563 the search has not yet begun, will toggle to the last buffer
16564 accessed via isearchb.
16570 ;;;### (autoloads (iso-accents-mode) "iso-acc" "obsolete/iso-acc.el"
16571 ;;;;;; (18310 12102))
16572 ;;; Generated autoloads from obsolete/iso-acc.el
16574 (autoload 'iso-accents-mode "iso-acc" "\
16575 Toggle ISO Accents mode, in which accents modify the following letter.
16576 This permits easy insertion of accented characters according to ISO-8859-1.
16577 When Iso-accents mode is enabled, accent character keys
16578 \(`, ', \", ^, / and ~) do not self-insert; instead, they modify the following
16579 letter key so that it inserts an ISO accented letter.
16581 You can customize ISO Accents mode to a particular language
16582 with the command `iso-accents-customize'.
16584 Special combinations: ~c gives a c with cedilla,
16585 ~d gives an Icelandic eth (d with dash).
16586 ~t gives an Icelandic thorn.
16587 \"s gives German sharp s.
16588 /a gives a with ring.
16589 /e gives an a-e ligature.
16590 ~< and ~> give guillemots.
16591 ~! gives an inverted exclamation mark.
16592 ~? gives an inverted question mark.
16594 With an argument, a positive argument enables ISO Accents mode,
16595 and a negative argument disables it.
16597 \(fn &optional ARG)" t nil)
16601 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
16602 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
16603 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
16604 ;;;;;; "international/iso-cvt.el" (18310 12084))
16605 ;;; Generated autoloads from international/iso-cvt.el
16607 (autoload 'iso-spanish "iso-cvt" "\
16608 Translate net conventions for Spanish to ISO 8859-1.
16609 Translate the region between FROM and TO using the table
16610 `iso-spanish-trans-tab'.
16611 Optional arg BUFFER is ignored (for use in `format-alist').
16613 \(fn FROM TO &optional BUFFER)" t nil)
16615 (autoload 'iso-german "iso-cvt" "\
16616 Translate net conventions for German to ISO 8859-1.
16617 Translate the region FROM and TO using the table
16618 `iso-german-trans-tab'.
16619 Optional arg BUFFER is ignored (for use in `format-alist').
16621 \(fn FROM TO &optional BUFFER)" t nil)
16623 (autoload 'iso-iso2tex "iso-cvt" "\
16624 Translate ISO 8859-1 characters to TeX sequences.
16625 Translate the region between FROM and TO using the table
16626 `iso-iso2tex-trans-tab'.
16627 Optional arg BUFFER is ignored (for use in `format-alist').
16629 \(fn FROM TO &optional BUFFER)" t nil)
16631 (autoload 'iso-tex2iso "iso-cvt" "\
16632 Translate TeX sequences to ISO 8859-1 characters.
16633 Translate the region between FROM and TO using the table
16634 `iso-tex2iso-trans-tab'.
16635 Optional arg BUFFER is ignored (for use in `format-alist').
16637 \(fn FROM TO &optional BUFFER)" t nil)
16639 (autoload 'iso-gtex2iso "iso-cvt" "\
16640 Translate German TeX sequences to ISO 8859-1 characters.
16641 Translate the region between FROM and TO using the table
16642 `iso-gtex2iso-trans-tab'.
16643 Optional arg BUFFER is ignored (for use in `format-alist').
16645 \(fn FROM TO &optional BUFFER)" t nil)
16647 (autoload 'iso-iso2gtex "iso-cvt" "\
16648 Translate ISO 8859-1 characters to German TeX sequences.
16649 Translate the region between FROM and TO using the table
16650 `iso-iso2gtex-trans-tab'.
16651 Optional arg BUFFER is ignored (for use in `format-alist').
16653 \(fn FROM TO &optional BUFFER)" t nil)
16655 (autoload 'iso-iso2duden "iso-cvt" "\
16656 Translate ISO 8859-1 characters to Duden sequences.
16657 Translate the region between FROM and TO using the table
16658 `iso-iso2duden-trans-tab'.
16659 Optional arg BUFFER is ignored (for use in `format-alist').
16661 \(fn FROM TO &optional BUFFER)" t nil)
16663 (autoload 'iso-iso2sgml "iso-cvt" "\
16664 Translate ISO 8859-1 characters in the region to SGML entities.
16665 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16666 Optional arg BUFFER is ignored (for use in `format-alist').
16668 \(fn FROM TO &optional BUFFER)" t nil)
16670 (autoload 'iso-sgml2iso "iso-cvt" "\
16671 Translate SGML entities in the region to ISO 8859-1 characters.
16672 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16673 Optional arg BUFFER is ignored (for use in `format-alist').
16675 \(fn FROM TO &optional BUFFER)" t nil)
16677 (autoload 'iso-cvt-read-only "iso-cvt" "\
16678 Warn that format is read-only.
16680 \(fn &rest IGNORE)" t nil)
16682 (autoload 'iso-cvt-write-only "iso-cvt" "\
16683 Warn that format is write-only.
16685 \(fn &rest IGNORE)" t nil)
16687 (autoload 'iso-cvt-define-menu "iso-cvt" "\
16688 Add submenus to the File menu, to convert to and from various formats.
16694 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16695 ;;;;;; (18310 12084))
16696 ;;; Generated autoloads from international/iso-transl.el
16697 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
16698 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16699 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16703 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
16704 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16705 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16706 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-local-dictionary-alist
16707 ;;;;;; ispell-personal-dictionary) "ispell" "textmodes/ispell.el"
16708 ;;;;;; (18339 17965))
16709 ;;; Generated autoloads from textmodes/ispell.el
16710 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16712 (defvar ispell-personal-dictionary nil "\
16713 *File name of your personal spelling dictionary, or nil.
16714 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
16715 where DICTNAME is the name of your default dictionary.")
16717 (custom-autoload 'ispell-personal-dictionary "ispell" t)
16718 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
16720 (defvar ispell-local-dictionary-alist nil "\
16721 *List of local or customized dictionary definitions.
16722 These can override the values in `ispell-dictionary-alist'.
16724 To make permanent changes to your dictionary definitions, you
16725 will need to make your changes in this variable, save, and then
16728 (custom-autoload 'ispell-local-dictionary-alist "ispell" t)
16730 (setq ispell-dictionary-alist-1 '((nil "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("american" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("brasileiro" "[A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[^A-Z\301\311\315\323\332\300\310\314\322\331\303\325\307\334\302\312\324a-z\341\351\355\363\372\340\350\354\362\371\343\365\347\374\342\352\364]" "[']" nil nil nil iso-8859-1) ("british" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1) ("castellano" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B") "~tex" iso-8859-1) ("castellano8" "[A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[^A-Z\301\311\315\321\323\332\334a-z\341\351\355\361\363\372\374]" "[-]" nil ("-B" "-d" "castellano") "~latin1" iso-8859-1)))
16732 (setq ispell-dictionary-alist-2 '(("czech" "[A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "[^A-Za-z\301\311\314\315\323\332\331\335\256\251\310\330\317\253\322\341\351\354\355\363\372\371\375\276\271\350\370\357\273\362]" "" nil ("-B") nil iso-8859-2) ("dansk" "[A-Z\306\330\305a-z\346\370\345]" "[^A-Z\306\330\305a-z\346\370\345]" "[']" nil ("-C") nil iso-8859-1) ("deutsch" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("deutsch8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "deutsch") "~latin1" iso-8859-1) ("english" "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)))
16734 (setq ispell-dictionary-alist-3 '(("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1) ("francais" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]" "[-'.@]" t nil "~list" iso-8859-1) ("francais-tex" "[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374\\]" "[-'^`\".@]" t nil "~tex" iso-8859-1)))
16736 (setq ispell-dictionary-alist-4 '(("german" "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C") "~tex" iso-8859-1) ("german8" "[a-zA-Z\304\326\334\344\366\337\374]" "[^a-zA-Z\304\326\334\344\366\337\374]" "[']" t ("-C" "-d" "german") "~latin1" iso-8859-1) ("italiano" "[A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[^A-Z\300\301\310\311\314\315\322\323\331\332a-z\340\341\350\351\354\355\363\371\372]" "[-.]" nil ("-B" "-d" "italian") "~tex" iso-8859-1) ("nederlands" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1) ("nederlands8" "[A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[^A-Za-z\300\301\302\303\304\305\307\310\311\312\313\314\315\316\317\322\323\324\325\326\331\332\333\334\340\341\342\343\344\345\347\350\351\352\353\354\355\356\357\361\362\363\364\365\366\371\372\373\374]" "[']" t ("-C") nil iso-8859-1)))
16738 (setq ispell-dictionary-alist-5 '(("norsk" "[A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[^A-Za-z\305\306\307\310\311\322\324\330\345\346\347\350\351\362\364\370]" "[\"]" nil nil "~list" iso-8859-1) ("norsk7-tex" "[A-Za-z{}\\'^`]" "[^A-Za-z{}\\'^`]" "[\"]" nil ("-d" "norsk") "~plaintex" iso-8859-1) ("polish" "[A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[^A-Za-z\241\243\246\254\257\261\263\266\274\277\306\312\321\323\346\352\361\363]" "[.]" nil nil nil iso-8859-2) ("portugues" "[a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[^a-zA-Z\301\302\311\323\340\341\342\351\352\355\363\343\372]" "[']" t ("-C") "~latin1" iso-8859-1)))
16740 (setq ispell-dictionary-alist-6 '(("russian" "[\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "[^\341\342\367\347\344\345\263\366\372\351\352\353\354\355\356\357\360\362\363\364\365\346\350\343\376\373\375\370\371\377\374\340\361\301\302\327\307\304\305\243\326\332\311\312\313\314\315\316\317\320\322\323\324\325\306\310\303\336\333\335\330\331\337\334\300\321]" "" nil nil nil koi8-r) ("russianw" "[\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "[^\300\301\302\303\304\305\250\306\307\310\311\312\313\314\315\316\317\320\321\322\323\324\325\326\327\330\331\334\333\332\335\336\337\340\341\342\343\344\345\270\346\347\350\351\352\353\354\355\356\357\360\361\362\363\364\365\366\367\370\371\374\373\372\375\376\377]" "" nil nil nil windows-1251) ("slovak" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B") nil iso-8859-2) ("slovenian" "[A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "[^A-Za-z\301\304\311\315\323\332\324\300\305\245\335\256\251\310\317\253\322\341\344\351\355\363\372\364\340\345\265\375\276\271\350\357\273\362]" "" nil ("-B" "-d" "slovenian") nil iso-8859-2) ("svenska" "[A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[^A-Za-z\345\344\366\351\340\374\350\346\370\347\305\304\326\311\300\334\310\306\330\307]" "[']" nil ("-C") "~list" iso-8859-1)))
16742 (defvar ispell-dictionary-alist (append ispell-dictionary-alist-1 ispell-dictionary-alist-2 ispell-dictionary-alist-3 ispell-dictionary-alist-4 ispell-dictionary-alist-5 ispell-dictionary-alist-6) "\
16743 An alist of dictionaries and their associated parameters.
16745 Each element of this list is also a list:
16747 \(DICTIONARY-NAME CASECHARS NOT-CASECHARS OTHERCHARS MANY-OTHERCHARS-P
16748 ISPELL-ARGS EXTENDED-CHARACTER-MODE CHARACTER-SET)
16750 DICTIONARY-NAME is a possible string value of variable `ispell-dictionary',
16751 nil means the default dictionary.
16753 CASECHARS is a regular expression of valid characters that comprise a word.
16755 NOT-CASECHARS is the opposite regexp of CASECHARS.
16757 OTHERCHARS is a regexp of characters in the NOT-CASECHARS set but which can be
16758 used to construct words in some special way. If OTHERCHARS characters follow
16759 and precede characters from CASECHARS, they are parsed as part of a word,
16760 otherwise they become word-breaks. As an example in English, assume the
16761 regular expression \"[']\" for OTHERCHARS. Then \"they're\" and
16762 \"Steven's\" are parsed as single words including the \"'\" character, but
16763 \"Stevens'\" does not include the quote character as part of the word.
16764 If you want OTHERCHARS to be empty, use the empty string.
16765 Hint: regexp syntax requires the hyphen to be declared first here.
16767 CASECHARS, NOT-CASECHARS, and OTHERCHARS must be unibyte strings
16768 containing bytes of CHARACTER-SET. In addition, if they contain
16769 a non-ASCII byte, the regular expression must be a single
16770 `character set' construct that doesn't specify a character range
16771 for non-ASCII bytes.
16773 MANY-OTHERCHARS-P is non-nil when multiple OTHERCHARS are allowed in a word.
16774 Otherwise only a single OTHERCHARS character is allowed to be part of any
16777 ISPELL-ARGS is a list of additional arguments passed to the ispell
16780 EXTENDED-CHARACTER-MODE should be used when dictionaries are used which
16781 have been configured in an Ispell affix file. (For example, umlauts
16782 can be encoded as \\\"a, a\\\", \"a, ...) Defaults are ~tex and ~nroff
16783 in English. This has the same effect as the command-line `-T' option.
16784 The buffer Major Mode controls Ispell's parsing in tex or nroff mode,
16785 but the dictionary can control the extended character mode.
16786 Both defaults can be overruled in a buffer-local fashion. See
16787 `ispell-parsing-keyword' for details on this.
16789 CHARACTER-SET used for languages with multibyte characters.
16791 Note that the CASECHARS and OTHERCHARS slots of the alist should
16792 contain the same character set as casechars and otherchars in the
16793 LANGUAGE.aff file (e.g., english.aff).")
16795 (defvar ispell-menu-map nil "\
16796 Key map for ispell menu.")
16798 (defvar ispell-menu-xemacs nil "\
16799 Spelling menu for XEmacs.
16800 If nil when package is loaded, a standard menu will be set,
16801 and added as a submenu of the \"Edit\" menu.")
16803 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload))
16805 (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] '(menu-item "Change Dictionary..." ispell-change-dictionary :help "Supply explicit dictionary file name")) (define-key ispell-menu-map [ispell-kill-ispell] '(menu-item "Kill Process" ispell-kill-ispell :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help "Terminate Ispell subprocess")) (define-key ispell-menu-map [ispell-pdict-save] '(menu-item "Save Dictionary" (lambda nil (interactive) (ispell-pdict-save t t)) :help "Save personal dictionary")) (define-key ispell-menu-map [ispell-customize] '(menu-item "Customize..." (lambda nil (interactive) (customize-group 'ispell)) :help "Customize spell checking options")) (define-key ispell-menu-map [ispell-help] '(menu-item "Help" (lambda nil (interactive) (describe-function 'ispell-help)) :help "Show standard Ispell keybindings and commands")) (define-key ispell-menu-map [flyspell-mode] '(menu-item "Automatic spell checking (Flyspell)" flyspell-mode :help "Check spelling while you edit the text" :button (:toggle bound-and-true-p flyspell-mode))) (define-key ispell-menu-map [ispell-complete-word] '(menu-item "Complete Word" ispell-complete-word :help "Complete word at cursor using dictionary")) (define-key ispell-menu-map [ispell-complete-word-interior-frag] '(menu-item "Complete Word Fragment" ispell-complete-word-interior-frag :help "Complete word fragment at cursor"))))
16807 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] '(menu-item "Continue Spell-Checking" ispell-continue :enable (and (boundp 'ispell-region-end) (marker-position ispell-region-end) (equal (marker-buffer ispell-region-end) (current-buffer))) :help "Continue spell checking last region")) (define-key ispell-menu-map [ispell-word] '(menu-item "Spell-Check Word" ispell-word :help "Spell-check word at cursor")) (define-key ispell-menu-map [ispell-comments-and-strings] '(menu-item "Spell-Check Comments" ispell-comments-and-strings :help "Spell-check only comments and strings"))))
16809 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] '(menu-item "Spell-Check Region" ispell-region :enable mark-active :help "Spell-check text in marked region")) (define-key ispell-menu-map [ispell-message] '(menu-item "Spell-Check Message" ispell-message :visible (eq major-mode 'mail-mode) :help "Skip headers and included message text")) (define-key ispell-menu-map [ispell-buffer] '(menu-item "Spell-Check Buffer" ispell-buffer :help "Check spelling of selected buffer")) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
16811 (defvar ispell-skip-region-alist '((ispell-words-keyword forward-line) (ispell-dictionary-keyword forward-line) (ispell-pdict-keyword forward-line) (ispell-parsing-keyword forward-line) ("^---*BEGIN PGP [A-Z ]*--*" . "^---*END PGP [A-Z ]*--*") ("^begin [0-9][0-9][0-9] [^ ]+$" . "\nend\n") ("^%!PS-Adobe-[123].0" . "\n%%EOF\n") ("^---* \\(Start of \\)?[Ff]orwarded [Mm]essage" . "^---* End of [Ff]orwarded [Mm]essage") ("\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)")) "\
16812 Alist expressing beginning and end of regions not to spell check.
16813 The alist key must be a regular expression.
16814 Valid forms include:
16815 (KEY) - just skip the key.
16816 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
16817 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
16818 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
16820 (defvar ispell-tex-skip-alists '((("\\\\addcontentsline" ispell-tex-arg-end 2) ("\\\\add\\(tocontents\\|vspace\\)" ispell-tex-arg-end) ("\\\\\\([aA]lph\\|arabic\\)" ispell-tex-arg-end) ("\\\\bibliographystyle" ispell-tex-arg-end) ("\\\\makebox" ispell-tex-arg-end 0) ("\\\\e?psfig" ispell-tex-arg-end) ("\\\\document\\(class\\|style\\)" . "\\\\begin[ \n]*{[ \n]*document[ \n]*}")) (("\\(figure\\|table\\)\\*?" ispell-tex-arg-end 0) ("list" ispell-tex-arg-end 2) ("program" . "\\\\end[ \n]*{[ \n]*program[ \n]*}") ("verbatim\\*?" . "\\\\end[ \n]*{[ \n]*verbatim\\*?[ \n]*}"))) "\
16821 *Lists of regions to be skipped in TeX mode.
16822 First list is used raw.
16823 Second list has key placed inside \\begin{}.
16825 Delete or add any regions you want to be automatically selected
16826 for skipping in latex mode.")
16828 (defvar ispell-html-skip-alists '(("<[cC][oO][dD][eE]\\>[^>]*>" "</[cC][oO][dD][eE]*>") ("<[sS][cC][rR][iI][pP][tT]\\>[^>]*>" "</[sS][cC][rR][iI][pP][tT]>") ("<[aA][pP][pP][lL][eE][tT]\\>[^>]*>" "</[aA][pP][pP][lL][eE][tT]>") ("<[vV][eE][rR][bB]\\>[^>]*>" "<[vV][eE][rR][bB]\\>[^>]*>") ("<[tT][tT]/" "/") ("<[^ \n>]" ">") ("&[^ \n;]" "[; \n]")) "\
16829 *Lists of start and end keys to skip in HTML buffers.
16830 Same format as `ispell-skip-region-alist'
16831 Note - substrings of other matches must come last
16832 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
16833 (put 'ispell-local-pdict 'safe-local-variable 'stringp)
16834 (define-key esc-map "$" 'ispell-word)
16836 (autoload 'ispell-word "ispell" "\
16837 Check spelling of word under or before the cursor.
16838 If the word is not found in dictionary, display possible corrections
16839 in a window allowing you to choose one.
16841 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
16842 is non-nil when called interactively, then the following word
16843 \(rather than preceding) is checked when the cursor is not over a word.
16844 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
16845 when called interactively, non-corrective messages are suppressed.
16847 With a prefix argument (or if CONTINUE is non-nil),
16848 resume interrupted spell-checking of a buffer or region.
16850 Interactively, in Transient Mark mode when the mark is active, call
16851 `ispell-region' to check the active region for spelling errors.
16853 Word syntax is controlled by the definition of the chosen dictionary,
16854 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
16856 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
16857 or \\[ispell-region] to update the Ispell process.
16860 nil word is correct or spelling is accepted.
16861 0 word is inserted into buffer-local definitions.
16862 \"word\" word corrected from word list.
16863 \(\"word\" arg) word is hand entered.
16864 quit spell session exited.
16866 \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil)
16868 (autoload 'ispell-pdict-save "ispell" "\
16869 Check to see if the personal dictionary has been modified.
16870 If so, ask if it needs to be saved.
16872 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
16874 (autoload 'ispell-help "ispell" "\
16875 Display a list of the options available when a misspelling is encountered.
16879 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
16880 SPC: Accept word this time.
16881 `i': Accept word and insert into private dictionary.
16882 `a': Accept word for this session.
16883 `A': Accept word and place in `buffer-local dictionary'.
16884 `r': Replace word with typed-in value. Rechecked.
16885 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
16886 `?': Show these commands.
16887 `x': Exit spelling buffer. Move cursor to original point.
16888 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
16889 the aborted check to be completed later.
16890 `q': Quit spelling session (Kills ispell process).
16891 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
16892 `u': Like `i', but the word is lower-cased first.
16893 `m': Place typed-in value in personal dictionary, then recheck current word.
16894 `C-l': Redraw screen.
16895 `C-r': Recursive edit.
16896 `C-z': Suspend Emacs or iconify frame.
16900 (autoload 'ispell-kill-ispell "ispell" "\
16901 Kill current Ispell process (so that you may start a fresh one).
16902 With NO-ERROR, just return non-nil if there was no Ispell running.
16904 \(fn &optional NO-ERROR)" t nil)
16906 (autoload 'ispell-change-dictionary "ispell" "\
16907 Change to dictionary DICT for Ispell.
16908 With a prefix arg, set it \"globally\", for all buffers.
16909 Without a prefix arg, set it \"locally\", just for this buffer.
16911 By just answering RET you can find out what the current dictionary is.
16913 \(fn DICT &optional ARG)" t nil)
16915 (autoload 'ispell-region "ispell" "\
16916 Interactively check a region for spelling errors.
16917 Return nil if spell session is quit,
16918 otherwise returns shift offset amount for last line processed.
16920 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
16922 (autoload 'ispell-comments-and-strings "ispell" "\
16923 Check comments and strings in the current buffer for spelling errors.
16927 (autoload 'ispell-buffer "ispell" "\
16928 Check the current buffer for spelling errors interactively.
16932 (autoload 'ispell-continue "ispell" "\
16933 Continue a halted spelling session beginning with the current word.
16937 (autoload 'ispell-complete-word "ispell" "\
16938 Try to complete the word before or under point (see `lookup-words').
16939 If optional INTERIOR-FRAG is non-nil then the word may be a character
16940 sequence inside of a word.
16942 Standard ispell choices are then available.
16944 \(fn &optional INTERIOR-FRAG)" t nil)
16946 (autoload 'ispell-complete-word-interior-frag "ispell" "\
16947 Completes word matching character sequence inside a word.
16951 (autoload 'ispell "ispell" "\
16952 Interactively check a region or buffer for spelling errors.
16953 If `transient-mark-mode' is on, and a region is active, spell-check
16954 that region. Otherwise spell-check the buffer.
16956 Ispell dictionaries are not distributed with Emacs. If you are
16957 looking for a dictionary, please see the distribution of the GNU ispell
16958 program, or do an Internet search; there are various dictionaries
16959 available on the net.
16963 (autoload 'ispell-minor-mode "ispell" "\
16964 Toggle Ispell minor mode.
16965 With prefix argument ARG, turn Ispell minor mode on if ARG is positive,
16966 otherwise turn it off.
16968 In Ispell minor mode, pressing SPC or RET
16969 warns you if the previous word is incorrectly spelled.
16971 All the buffer-local variables and dictionaries are ignored -- to read
16972 them into the running ispell process, type \\[ispell-word] SPC.
16974 \(fn &optional ARG)" t nil)
16976 (autoload 'ispell-message "ispell" "\
16977 Check the spelling of a mail message or news post.
16978 Don't check spelling of message headers except the Subject field.
16979 Don't check included messages.
16981 To abort spell checking of a message region and send the message anyway,
16982 use the `x' command. (Any subsequent regions will be checked.)
16983 The `X' command aborts the message send so that you can edit the buffer.
16985 To spell-check whenever a message is sent, include the appropriate lines
16986 in your .emacs file:
16987 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
16988 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
16989 (add-hook 'mail-send-hook 'ispell-message)
16990 (add-hook 'mh-before-send-letter-hook 'ispell-message)
16992 You can bind this to the key C-c i in GNUS or mail by adding to
16993 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
16994 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
17000 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (18307
17002 ;;; Generated autoloads from iswitchb.el
17004 (defvar iswitchb-mode nil "\
17005 Non-nil if Iswitchb mode is enabled.
17006 See the command `iswitchb-mode' for a description of this minor mode.
17007 Setting this variable directly does not take effect;
17008 either customize it (see the info node `Easy Customization')
17009 or call the function `iswitchb-mode'.")
17011 (custom-autoload 'iswitchb-mode "iswitchb" nil)
17013 (autoload 'iswitchb-mode "iswitchb" "\
17014 Toggle Iswitchb global minor mode.
17015 With arg, turn Iswitchb mode on if ARG is positive, otherwise turn it off.
17016 This mode enables switching between buffers using substrings. See
17017 `iswitchb' for details.
17019 \(fn &optional ARG)" t nil)
17023 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
17024 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
17025 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
17026 ;;;;;; "japan-util" "language/japan-util.el" (18310 12088))
17027 ;;; Generated autoloads from language/japan-util.el
17029 (autoload 'setup-japanese-environment-internal "japan-util" "\
17034 (autoload 'japanese-katakana "japan-util" "\
17035 Convert argument to Katakana and return that.
17036 The argument may be a character or string. The result has the same type.
17037 The argument object is not altered--the value is a copy.
17038 Optional argument HANKAKU t means to convert to `hankaku' Katakana
17039 (`japanese-jisx0201-kana'), in which case return value
17040 may be a string even if OBJ is a character if two Katakanas are
17041 necessary to represent OBJ.
17043 \(fn OBJ &optional HANKAKU)" nil nil)
17045 (autoload 'japanese-hiragana "japan-util" "\
17046 Convert argument to Hiragana and return that.
17047 The argument may be a character or string. The result has the same type.
17048 The argument object is not altered--the value is a copy.
17050 \(fn OBJ)" nil nil)
17052 (autoload 'japanese-hankaku "japan-util" "\
17053 Convert argument to `hankaku' and return that.
17054 The argument may be a character or string. The result has the same type.
17055 The argument object is not altered--the value is a copy.
17056 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
17058 \(fn OBJ &optional ASCII-ONLY)" nil nil)
17060 (autoload 'japanese-zenkaku "japan-util" "\
17061 Convert argument to `zenkaku' and return that.
17062 The argument may be a character or string. The result has the same type.
17063 The argument object is not altered--the value is a copy.
17065 \(fn OBJ)" nil nil)
17067 (autoload 'japanese-katakana-region "japan-util" "\
17068 Convert Japanese `hiragana' chars in the region to `katakana' chars.
17069 Optional argument HANKAKU t means to convert to `hankaku katakana' character
17070 of which charset is `japanese-jisx0201-kana'.
17072 \(fn FROM TO &optional HANKAKU)" t nil)
17074 (autoload 'japanese-hiragana-region "japan-util" "\
17075 Convert Japanese `katakana' chars in the region to `hiragana' chars.
17077 \(fn FROM TO)" t nil)
17079 (autoload 'japanese-hankaku-region "japan-util" "\
17080 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
17081 `Zenkaku' chars belong to `japanese-jisx0208'
17082 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
17083 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
17085 \(fn FROM TO &optional ASCII-ONLY)" t nil)
17087 (autoload 'japanese-zenkaku-region "japan-util" "\
17088 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
17089 `Zenkaku' chars belong to `japanese-jisx0208'
17090 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
17091 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
17093 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
17095 (autoload 'read-hiragana-string "japan-util" "\
17096 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
17097 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
17099 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
17103 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
17104 ;;;;;; "jka-compr.el" (18310 12041))
17105 ;;; Generated autoloads from jka-compr.el
17107 (defvar jka-compr-inhibit nil "\
17108 Non-nil means inhibit automatic uncompression temporarily.
17109 Lisp programs can bind this to t to do that.
17110 It is not recommended to set this variable permanently to anything but nil.")
17112 (autoload 'jka-compr-handler "jka-compr" "\
17115 \(fn OPERATION &rest ARGS)" nil nil)
17117 (autoload 'jka-compr-uninstall "jka-compr" "\
17118 Uninstall jka-compr.
17119 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
17120 and `inhibit-first-line-modes-suffixes' that were added
17121 by `jka-compr-installed'.
17127 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
17128 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
17129 ;;;;;; (18339 17951))
17130 ;;; Generated autoloads from emulation/keypad.el
17132 (defvar keypad-setup nil "\
17133 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
17134 When selecting the plain numeric keypad setup, the character returned by the
17135 decimal key must be specified.")
17137 (custom-autoload 'keypad-setup "keypad" nil)
17139 (defvar keypad-numlock-setup nil "\
17140 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
17141 When selecting the plain numeric keypad setup, the character returned by the
17142 decimal key must be specified.")
17144 (custom-autoload 'keypad-numlock-setup "keypad" nil)
17146 (defvar keypad-shifted-setup nil "\
17147 Specifies the keypad setup for shifted keypad keys when NumLock is off.
17148 When selecting the plain numeric keypad setup, the character returned by the
17149 decimal key must be specified.")
17151 (custom-autoload 'keypad-shifted-setup "keypad" nil)
17153 (defvar keypad-numlock-shifted-setup nil "\
17154 Specifies the keypad setup for shifted keypad keys when NumLock is off.
17155 When selecting the plain numeric keypad setup, the character returned by the
17156 decimal key must be specified.")
17158 (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil)
17160 (autoload 'keypad-setup "keypad" "\
17161 Set keypad bindings in `function-key-map' according to SETUP.
17162 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
17163 are changed. Otherwise, the NumLock Off bindings are changed.
17164 If optional third argument SHIFT is non-nil, the shifted keypad
17168 -------------------------------------------------------------
17169 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
17170 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
17171 'cursor Bind keypad keys to the cursor movement keys.
17172 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
17173 'none Removes all bindings for keypad keys in function-key-map;
17174 this enables any user-defined bindings for the keypad keys
17175 in the global and local keymaps.
17177 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
17178 the decimal key on the keypad is mapped to DECIMAL instead of `.'
17180 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
17184 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
17185 ;;;;;; (18310 12084))
17186 ;;; Generated autoloads from international/kinsoku.el
17188 (autoload 'kinsoku "kinsoku" "\
17189 Go to a line breaking position near point by doing `kinsoku' processing.
17190 LINEBEG is a buffer position we can't break a line before.
17192 `Kinsoku' processing is to prohibit specific characters to be placed
17193 at beginning of line or at end of line. Characters not to be placed
17194 at beginning and end of line have character category `>' and `<'
17195 respectively. This restriction is dissolved by making a line longer or
17198 `Kinsoku' is a Japanese word which originally means ordering to stay
17199 in one place, and is used for the text processing described above in
17200 the context of text formatting.
17202 \(fn LINEBEG)" nil nil)
17206 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (18310
17208 ;;; Generated autoloads from international/kkc.el
17210 (defvar kkc-after-update-conversion-functions nil "\
17211 Functions to run after a conversion is selected in `japanese' input method.
17212 With this input method, a user can select a proper conversion from
17213 candidate list. Each time he changes the selection, functions in this
17214 list are called with two arguments; starting and ending buffer
17215 positions that contains the current selection.")
17217 (autoload 'kkc-region "kkc" "\
17218 Convert Kana string in the current region to Kanji-Kana mixed string.
17219 Users can select a desirable conversion interactively.
17220 When called from a program, expects two arguments,
17221 positions FROM and TO (integers or markers) specifying the target region.
17222 When it returns, the point is at the tail of the selected conversion,
17223 and the return value is the length of the conversion.
17225 \(fn FROM TO)" t nil)
17229 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
17230 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
17231 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro) "kmacro"
17232 ;;;;;; "kmacro.el" (18310 12041))
17233 ;;; Generated autoloads from kmacro.el
17234 (global-set-key "\C-x(" 'kmacro-start-macro)
17235 (global-set-key "\C-x)" 'kmacro-end-macro)
17236 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
17237 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
17238 (global-set-key [f4] 'kmacro-end-or-call-macro)
17239 (global-set-key "\C-x\C-k" 'kmacro-keymap)
17240 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
17242 (autoload 'kmacro-start-macro "kmacro" "\
17243 Record subsequent keyboard input, defining a keyboard macro.
17244 The commands are recorded even as they are executed.
17245 Use \\[kmacro-end-macro] to finish recording and make the macro available.
17246 Use \\[kmacro-end-and-call-macro] to execute the macro.
17248 Non-nil arg (prefix arg) means append to last macro defined.
17250 With \\[universal-argument] prefix, append to last keyboard macro
17251 defined. Depending on `kmacro-execute-before-append', this may begin
17252 by re-executing the last macro as if you typed it again.
17254 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
17255 defining the macro.
17257 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
17258 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
17259 The format of the counter can be modified via \\[kmacro-set-format].
17261 Use \\[kmacro-name-last-macro] to give it a permanent name.
17262 Use \\[kmacro-bind-to-key] to bind it to a key sequence.
17266 (autoload 'kmacro-end-macro "kmacro" "\
17267 Finish defining a keyboard macro.
17268 The definition was started by \\[kmacro-start-macro].
17269 The macro is now available for use via \\[kmacro-call-macro],
17270 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
17273 With numeric arg, repeat macro now that many times,
17274 counting the definition just completed as the first repetition.
17275 An argument of zero means repeat until error.
17279 (autoload 'kmacro-call-macro "kmacro" "\
17280 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
17281 A prefix argument serves as a repeat count. Zero means repeat until error.
17283 When you call the macro, you can call the macro again by repeating
17284 just the last key in the key sequence that you used to call this
17285 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
17286 for details on how to adjust or disable this behavior.
17288 To make a macro permanent so you can call it even after defining
17289 others, use \\[kmacro-name-last-macro].
17291 \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
17293 (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\
17294 Record subsequent keyboard input, defining a keyboard macro.
17295 The commands are recorded even as they are executed.
17297 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
17300 With \\[universal-argument], appends to current keyboard macro (keeping
17301 the current value of `kmacro-counter').
17303 When defining/executing macro, inserts macro counter and increments
17304 the counter with ARG or 1 if missing. With \\[universal-argument],
17305 inserts previous `kmacro-counter' (but do not modify counter).
17307 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
17308 The format of the counter can be modified via \\[kmacro-set-format].
17312 (autoload 'kmacro-end-or-call-macro "kmacro" "\
17313 End kbd macro if currently being defined; else call last kbd macro.
17314 With numeric prefix ARG, repeat macro that many times.
17315 With \\[universal-argument], call second macro in macro ring.
17317 \(fn ARG &optional NO-REPEAT)" t nil)
17319 (autoload 'kmacro-end-and-call-macro "kmacro" "\
17320 Call last keyboard macro, ending it first if currently being defined.
17321 With numeric prefix ARG, repeat macro that many times.
17322 Zero argument means repeat until there is an error.
17324 To give a macro a permanent name, so you can call it
17325 even after defining other macros, use \\[kmacro-name-last-macro].
17327 \(fn ARG &optional NO-REPEAT)" t nil)
17329 (autoload 'kmacro-end-call-mouse "kmacro" "\
17330 Move point to the position clicked with the mouse and call last kbd macro.
17331 If kbd macro currently being defined end it before activating it.
17333 \(fn EVENT)" t nil)
17337 ;;;### (autoloads (kannada-composition-function kannada-post-read-conversion
17338 ;;;;;; kannada-compose-string kannada-compose-region) "knd-util"
17339 ;;;;;; "language/knd-util.el" (18339 17959))
17340 ;;; Generated autoloads from language/knd-util.el
17342 (defconst kannada-consonant "[\x0c95-\x0cb9]")
17344 (autoload 'kannada-compose-region "knd-util" "\
17347 \(fn FROM TO)" t nil)
17349 (autoload 'kannada-compose-string "knd-util" "\
17352 \(fn STRING)" nil nil)
17354 (autoload 'kannada-post-read-conversion "knd-util" "\
17357 \(fn LEN)" nil nil)
17359 (autoload 'kannada-composition-function "knd-util" "\
17360 Compose Kannada characters after the position POS.
17361 If STRING is not nil, it is a string, and POS is an index to the string.
17362 In this case, compose characters after POS of the string.
17364 \(fn POS &optional STRING)" nil nil)
17368 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
17369 ;;;;;; "language/korea-util.el" (18310 12088))
17370 ;;; Generated autoloads from language/korea-util.el
17372 (defvar default-korean-keyboard (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "") "\
17373 *The kind of Korean keyboard for Korean input method.
17374 \"\" for 2, \"3\" for 3.")
17376 (autoload 'setup-korean-environment-internal "korea-util" "\
17383 ;;;### (autoloads (lm lm-test-run) "landmark" "play/landmark.el"
17384 ;;;;;; (18310 12105))
17385 ;;; Generated autoloads from play/landmark.el
17387 (defalias 'landmark-repeat 'lm-test-run)
17389 (autoload 'lm-test-run "landmark" "\
17390 Run 100 Lm games, each time saving the weights from the previous game.
17394 (defalias 'landmark 'lm)
17396 (autoload 'lm "landmark" "\
17397 Start or resume an Lm game.
17398 If a game is in progress, this command allows you to resume it.
17399 Here is the relation between prefix args and game options:
17401 prefix arg | robot is auto-started | weights are saved from last game
17402 ---------------------------------------------------------------------
17403 none / 1 | yes | no
17408 You start by moving to a square and typing \\[lm-start-robot],
17409 if you did not use a prefix arg to ask for automatic start.
17410 Use \\[describe-mode] for more info.
17416 ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
17417 ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
17418 ;;;;;; "lao-util" "language/lao-util.el" (18339 17960))
17419 ;;; Generated autoloads from language/lao-util.el
17421 (autoload 'lao-compose-string "lao-util" "\
17424 \(fn STR)" nil nil)
17426 (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\
17427 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
17428 Only the first syllable is transcribed.
17429 The value has the form: (START END LAO-STRING), where
17430 START and END are the beggining and end positions of the Roman Lao syllable,
17431 LAO-STRING is the Lao character transcription of it.
17433 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
17434 syllable. In that case, FROM and TO are indexes to STR.
17436 \(fn FROM TO &optional STR)" nil nil)
17438 (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\
17439 Transcribe Romanized Lao string STR to Lao character string.
17441 \(fn STR)" nil nil)
17443 (autoload 'lao-composition-function "lao-util" "\
17446 \(fn POS &optional STRING)" nil nil)
17448 (autoload 'lao-compose-region "lao-util" "\
17451 \(fn FROM TO)" t nil)
17455 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
17456 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
17457 ;;;;;; "latexenc" "international/latexenc.el" (18310 12084))
17458 ;;; Generated autoloads from international/latexenc.el
17460 (defvar latex-inputenc-coding-alist '(("ansinew" . windows-1252) ("applemac" . mac-roman) ("ascii" . us-ascii) ("cp1250" . windows-1250) ("cp1252" . windows-1252) ("cp1257" . cp1257) ("cp437de" . cp437) ("cp437" . cp437) ("cp850" . cp850) ("cp852" . cp852) ("cp858" . cp858) ("cp865" . cp865) ("latin1" . iso-8859-1) ("latin2" . iso-8859-2) ("latin3" . iso-8859-3) ("latin4" . iso-8859-4) ("latin5" . iso-8859-5) ("latin9" . iso-8859-15) ("next" . next) ("utf8" . utf-8) ("utf8x" . utf-8)) "\
17461 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
17462 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
17463 Used by the function `latexenc-find-file-coding-system'.")
17465 (custom-autoload 'latex-inputenc-coding-alist "latexenc" t)
17467 (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\
17468 Return the corresponding coding-system for the specified input encoding.
17469 Return nil if no matching coding system can be found.
17471 \(fn INPUTENC)" nil nil)
17473 (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\
17474 Return the corresponding input encoding for the specified coding system.
17475 Return nil if no matching input encoding can be found.
17479 (autoload 'latexenc-find-file-coding-system "latexenc" "\
17480 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
17481 The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
17482 coding system names is determined from `latex-inputenc-coding-alist'.
17484 \(fn ARG-LIST)" nil nil)
17488 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
17489 ;;;;;; "latin1-disp" "international/latin1-disp.el" (18340 21050))
17490 ;;; Generated autoloads from international/latin1-disp.el
17492 (defvar latin1-display nil "\
17493 Set up Latin-1/ASCII display for ISO8859 character sets.
17494 This is done for each character set in the list `latin1-display-sets',
17495 if no font is available to display it. Characters are displayed using
17496 the corresponding Latin-1 characters where they match. Otherwise
17497 ASCII sequences are used, mostly following the Latin prefix input
17498 methods. Some different ASCII sequences are used if
17499 `latin1-display-mnemonic' is non-nil.
17501 This option also treats some characters in the `mule-unicode-...'
17502 charsets if you don't have a Unicode font with which to display them.
17504 Setting this variable directly does not take effect;
17505 use either \\[customize] or the function `latin1-display'.")
17507 (custom-autoload 'latin1-display "latin1-disp" nil)
17509 (autoload 'latin1-display "latin1-disp" "\
17510 Set up Latin-1/ASCII display for the arguments character SETS.
17511 See option `latin1-display' for the method. The members of the list
17512 must be in `latin1-display-sets'. With no arguments, reset the
17513 display for all of `latin1-display-sets'. See also
17514 `latin1-display-setup'. As well as iso-8859 characters, this treats
17515 some characters in the `mule-unicode-...' charsets if you don't have
17516 a Unicode font with which to display them.
17518 \(fn &rest SETS)" nil nil)
17520 (defvar latin1-display-ucs-per-lynx nil "\
17521 Set up Latin-1/ASCII display for Unicode characters.
17522 This uses the transliterations of the Lynx browser. The display isn't
17523 changed if the display can render Unicode characters.
17525 Setting this variable directly does not take effect;
17526 use either \\[customize] or the function `latin1-display'.")
17528 (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil)
17532 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock"
17533 ;;;;;; "obsolete/lazy-lock.el" (18310 12103))
17534 ;;; Generated autoloads from obsolete/lazy-lock.el
17536 (autoload 'lazy-lock-mode "lazy-lock" "\
17537 Toggle Lazy Lock mode.
17538 With arg, turn Lazy Lock mode on if and only if arg is positive. Enable it
17539 automatically in your `~/.emacs' by:
17541 (setq font-lock-support-mode 'lazy-lock-mode)
17543 For a newer font-lock support mode with similar functionality, see
17544 `jit-lock-mode'. Eventually, Lazy Lock mode will be deprecated in
17547 When Lazy Lock mode is enabled, fontification can be lazy in a number of ways:
17549 - Demand-driven buffer fontification if `lazy-lock-minimum-size' is non-nil.
17550 This means initial fontification does not occur if the buffer is greater than
17551 `lazy-lock-minimum-size' characters in length. Instead, fontification occurs
17552 when necessary, such as when scrolling through the buffer would otherwise
17553 reveal unfontified areas. This is useful if buffer fontification is too slow
17556 - Deferred scroll fontification if `lazy-lock-defer-on-scrolling' is non-nil.
17557 This means demand-driven fontification does not occur as you scroll.
17558 Instead, fontification is deferred until after `lazy-lock-defer-time' seconds
17559 of Emacs idle time, while Emacs remains idle. This is useful if
17560 fontification is too slow to keep up with scrolling.
17562 - Deferred on-the-fly fontification if `lazy-lock-defer-on-the-fly' is non-nil.
17563 This means on-the-fly fontification does not occur as you type. Instead,
17564 fontification is deferred until after `lazy-lock-defer-time' seconds of Emacs
17565 idle time, while Emacs remains idle. This is useful if fontification is too
17566 slow to keep up with your typing.
17568 - Deferred context fontification if `lazy-lock-defer-contextually' is non-nil.
17569 This means fontification updates the buffer corresponding to true syntactic
17570 context, after `lazy-lock-defer-time' seconds of Emacs idle time, while Emacs
17571 remains idle. Otherwise, fontification occurs on modified lines only, and
17572 subsequent lines can remain fontified corresponding to previous syntactic
17573 contexts. This is useful where strings or comments span lines.
17575 - Stealthy buffer fontification if `lazy-lock-stealth-time' is non-nil.
17576 This means remaining unfontified areas of buffers are fontified if Emacs has
17577 been idle for `lazy-lock-stealth-time' seconds, while Emacs remains idle.
17578 This is useful if any buffer has any deferred fontification.
17580 Basic Font Lock mode on-the-fly fontification behavior fontifies modified
17581 lines only. Thus, if `lazy-lock-defer-contextually' is non-nil, Lazy Lock mode
17582 on-the-fly fontification may fontify differently, albeit correctly. In any
17583 event, to refontify some lines you can use \\[font-lock-fontify-block].
17585 Stealth fontification only occurs while the system remains unloaded.
17586 If the system load rises above `lazy-lock-stealth-load' percent, stealth
17587 fontification is suspended. Stealth fontification intensity is controlled via
17588 the variable `lazy-lock-stealth-nice' and `lazy-lock-stealth-lines', and
17589 verbosity is controlled via the variable `lazy-lock-stealth-verbose'.
17591 \(fn &optional ARG)" t nil)
17593 (autoload 'turn-on-lazy-lock "lazy-lock" "\
17594 Unconditionally turn on Lazy Lock mode.
17600 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
17601 ;;;;;; (18310 12112))
17602 ;;; Generated autoloads from progmodes/ld-script.el
17604 (add-to-list 'auto-mode-alist '("\\.ld[si]?\\>" . ld-script-mode))
17606 (add-to-list 'auto-mode-alist '("\\.x[bdsru]?[cn]?\\'" . ld-script-mode))
17608 (autoload 'ld-script-mode "ld-script" "\
17609 A major mode to edit GNU ld script files
17615 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
17616 ;;;;;; (18310 12042))
17617 ;;; Generated autoloads from ledit.el
17619 (defconst ledit-save-files t "\
17620 *Non-nil means Ledit should save files before transferring to Lisp.")
17622 (defconst ledit-go-to-lisp-string "%?lisp" "\
17623 *Shell commands to execute to resume Lisp job.")
17625 (defconst ledit-go-to-liszt-string "%?liszt" "\
17626 *Shell commands to execute to resume Lisp compiler job.")
17628 (autoload 'ledit-mode "ledit" "\
17629 \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
17630 Like Lisp mode, plus these special commands:
17631 \\[ledit-save-defun] -- record defun at or after point
17632 for later transmission to Lisp job.
17633 \\[ledit-save-region] -- record region for later transmission to Lisp job.
17634 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
17635 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
17636 and transmit saved text.
17639 To make Lisp mode automatically change to Ledit mode,
17640 do (setq lisp-mode-hook 'ledit-from-lisp-mode)
17644 (autoload 'ledit-from-lisp-mode "ledit" "\
17651 ;;;### (autoloads (life) "life" "play/life.el" (18310 12105))
17652 ;;; Generated autoloads from play/life.el
17654 (autoload 'life "life" "\
17655 Run Conway's Life simulation.
17656 The starting pattern is randomly selected. Prefix arg (optional first
17657 arg non-nil from a program) is the number of seconds to sleep between
17658 generations (this defaults to 1).
17660 \(fn &optional SLEEPTIME)" t nil)
17664 ;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
17665 ;;;;;; "linum.el" (18337 53159))
17666 ;;; Generated autoloads from linum.el
17668 (defvar linum-format 'dynamic "\
17669 Format used to display line numbers.
17670 Either a format string like \"%7d\", `dynamic' to adapt the width
17671 as needed, or a function that is called with a line number as its
17672 argument and should evaluate to a string to be shown on that line.
17673 See also `linum-before-numbering-hook'.")
17675 (custom-autoload 'linum-format "linum" t)
17677 (autoload 'linum-mode "linum" "\
17678 Toggle display of line numbers in the left margin.
17680 \(fn &optional ARG)" t nil)
17682 (defvar global-linum-mode nil "\
17683 Non-nil if Global-Linum mode is enabled.
17684 See the command `global-linum-mode' for a description of this minor mode.
17685 Setting this variable directly does not take effect;
17686 either customize it (see the info node `Easy Customization')
17687 or call the function `global-linum-mode'.")
17689 (custom-autoload 'global-linum-mode "linum" nil)
17691 (autoload 'global-linum-mode "linum" "\
17692 Toggle Linum mode in every possible buffer.
17693 With prefix ARG, turn Global-Linum mode on if and only if ARG is positive.
17694 Linum mode is enabled in all buffers where `linum-on' would do it.
17695 See `linum-mode' for more information on Linum mode.
17697 \(fn &optional ARG)" t nil)
17701 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (18330
17703 ;;; Generated autoloads from loadhist.el
17705 (autoload 'unload-feature "loadhist" "\
17706 Unload the library that provided FEATURE.
17707 If the feature is required by any other loaded code, and prefix arg FORCE
17708 is nil, raise an error.
17710 Standard unloading activities include restoring old autoloads for
17711 functions defined by the library, undoing any additions that the
17712 library has made to hook variables or to `auto-mode-alist', undoing
17713 ELP profiling of functions in that library, unproviding any features
17714 provided by the library, and canceling timers held in variables
17715 defined by the library.
17717 If a function `FEATURE-unload-function' is defined, this function
17718 calls it with no arguments, before doing anything else. That function
17719 can do whatever is appropriate to undo the loading of the library. If
17720 `FEATURE-unload-function' returns non-nil, that suppresses the
17721 standard unloading of the library. Otherwise the standard unloading
17724 `FEATURE-unload-function' has access to the package's list of
17725 definitions in the variable `unload-function-defs-list' and could
17726 remove symbols from it in the event that the package has done
17727 something strange, such as redefining an Emacs function.
17729 \(fn FEATURE &optional FORCE)" t nil)
17733 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
17734 ;;;;;; "locate" "locate.el" (18310 12042))
17735 ;;; Generated autoloads from locate.el
17737 (defvar locate-ls-subdir-switches "-al" "\
17738 `ls' switches for inserting subdirectories in `*Locate*' buffers.
17739 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
17741 (custom-autoload 'locate-ls-subdir-switches "locate" t)
17743 (autoload 'locate "locate" "\
17744 Run the program `locate', putting results in `*Locate*' buffer.
17745 Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
17746 With prefix arg, prompt for the exact shell command to run instead.
17748 This program searches for those file names in a database that match
17749 SEARCH-STRING and normally outputs all matching absolute file names,
17750 one per line. The database normally consists of all files on your
17751 system, or of all files that you have access to. Consult the
17752 documentation of the program for the details about how it determines
17753 which file names match SEARCH-STRING. (Those details vary highly with
17756 You can specify another program for this command to run by customizing
17757 the variables `locate-command' or `locate-make-command-line'.
17759 The main use of FILTER is to implement `locate-with-filter'. See
17760 the docstring of that function for its meaning.
17762 ARG is the interactive prefix arg.
17764 \(fn SEARCH-STRING &optional FILTER ARG)" t nil)
17766 (autoload 'locate-with-filter "locate" "\
17767 Run the executable program `locate' with a filter.
17768 This function is similar to the function `locate', which see.
17769 The difference is that, when invoked interactively, the present function
17770 prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
17771 to the locate executable program. It produces a `*Locate*' buffer
17772 that lists only those lines in the output of the locate program that
17773 contain a match for the regular expression FILTER; this is often useful
17774 to constrain a big search.
17776 ARG is the interactive prefix arg, which has the same effect as in `locate'.
17778 When called from Lisp, this function is identical with `locate',
17779 except that FILTER is not optional.
17781 \(fn SEARCH-STRING FILTER &optional ARG)" t nil)
17785 ;;;### (autoloads (log-edit) "log-edit" "log-edit.el" (18324 26612))
17786 ;;; Generated autoloads from log-edit.el
17788 (autoload 'log-edit "log-edit" "\
17789 Setup a buffer to enter a log message.
17790 \\<log-edit-mode-map>The buffer will be put in `log-edit-mode'.
17791 If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
17792 Mark and point will be set around the entire contents of the buffer so
17793 that it is easy to kill the contents of the buffer with \\[kill-region].
17794 Once you're done editing the message, pressing \\[log-edit-done] will call
17795 `log-edit-done' which will end up calling CALLBACK to do the actual commit.
17797 PARAMS if non-nil is an alist. Possible keys and associated values:
17798 `log-edit-listfun' -- function taking no arguments that returns the list of
17799 files that are concerned by the current operation (using relative names);
17800 `log-edit-diff-function' -- function taking no arguments that
17801 displays a diff of the files concerned by the current operation.
17803 If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
17804 log message and go back to the current buffer when done. Otherwise, it
17805 uses the current buffer.
17807 \(fn CALLBACK &optional SETUP PARAMS BUFFER &rest IGNORE)" nil nil)
17811 ;;;### (autoloads (log-view-mode) "log-view" "log-view.el" (18307
17813 ;;; Generated autoloads from log-view.el
17815 (autoload 'log-view-mode "log-view" "\
17816 Major mode for browsing CVS log output.
17822 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (18324
17824 ;;; Generated autoloads from longlines.el
17826 (autoload 'longlines-mode "longlines" "\
17827 Toggle Long Lines mode.
17828 In Long Lines mode, long lines are wrapped if they extend beyond
17829 `fill-column'. The soft newlines used for line wrapping will not
17830 show up when the text is yanked or saved to disk.
17832 If the variable `longlines-auto-wrap' is non-nil, lines are automatically
17833 wrapped whenever the buffer is changed. You can always call
17834 `fill-paragraph' to fill individual paragraphs.
17836 If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
17837 are indicated with a symbol.
17839 \(fn &optional ARG)" t nil)
17843 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
17844 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (18335
17846 ;;; Generated autoloads from lpr.el
17848 (defvar lpr-windows-system (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
17850 (defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)))
17852 (defvar printer-name (and (memq system-type '(emx ms-dos)) "PRN") "\
17853 *The name of a local printer to which data is sent for printing.
17854 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17856 On Unix-like systems, a string value should be a name understood by
17857 lpr's -P option; otherwise the value should be nil.
17859 On MS-DOS and MS-Windows systems, a string value is taken as the name of
17860 a printer device or port, provided `lpr-command' is set to \"\".
17861 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
17862 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
17863 \"//hostname/printer\" for a shared network printer. You can also set
17864 it to the name of a file, in which case the output gets appended to that
17865 file. If you want to discard the printed output, set this to \"NUL\".")
17867 (custom-autoload 'printer-name "lpr" t)
17869 (defvar lpr-switches nil "\
17870 *List of strings to pass as extra options for the printer program.
17871 It is recommended to set `printer-name' instead of including an explicit
17872 switch on this list.
17873 See `lpr-command'.")
17875 (custom-autoload 'lpr-switches "lpr" t)
17877 (defvar lpr-command (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr")) "\
17878 *Name of program for printing a file.
17880 On MS-DOS and MS-Windows systems, if the value is an empty string then
17881 Emacs will write directly to the printer port named by `printer-name'.
17882 The programs `print' and `nprint' (the standard print programs on
17883 Windows NT and Novell Netware respectively) are handled specially, using
17884 `printer-name' as the destination for output; any other program is
17885 treated like `lpr' except that an explicit filename is given as the last
17888 (custom-autoload 'lpr-command "lpr" t)
17890 (autoload 'lpr-buffer "lpr" "\
17891 Print buffer contents without pagination or page headers.
17892 See the variables `lpr-switches' and `lpr-command'
17893 for customization of the printer command.
17897 (autoload 'print-buffer "lpr" "\
17898 Paginate and print buffer contents.
17900 The variable `lpr-headers-switches' controls how to paginate.
17901 If it is nil (the default), we run the `pr' program (or whatever program
17902 `lpr-page-header-program' specifies) to paginate.
17903 `lpr-page-header-switches' specifies the switches for that program.
17905 Otherwise, the switches in `lpr-headers-switches' are used
17906 in the print command itself; we expect them to request pagination.
17908 See the variables `lpr-switches' and `lpr-command'
17909 for further customization of the printer command.
17913 (autoload 'lpr-region "lpr" "\
17914 Print region contents without pagination or page headers.
17915 See the variables `lpr-switches' and `lpr-command'
17916 for customization of the printer command.
17918 \(fn START END)" t nil)
17920 (autoload 'print-region "lpr" "\
17921 Paginate and print the region contents.
17923 The variable `lpr-headers-switches' controls how to paginate.
17924 If it is nil (the default), we run the `pr' program (or whatever program
17925 `lpr-page-header-program' specifies) to paginate.
17926 `lpr-page-header-switches' specifies the switches for that program.
17928 Otherwise, the switches in `lpr-headers-switches' are used
17929 in the print command itself; we expect them to request pagination.
17931 See the variables `lpr-switches' and `lpr-command'
17932 for further customization of the printer command.
17934 \(fn START END)" t nil)
17938 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17939 ;;;;;; (18333 58864))
17940 ;;; Generated autoloads from ls-lisp.el
17942 (defvar ls-lisp-support-shell-wildcards t "\
17943 *Non-nil means ls-lisp treats file patterns as shell wildcards.
17944 Otherwise they are treated as Emacs regexps (for backward compatibility).")
17946 (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
17950 ;;;### (autoloads (phases-of-moon) "lunar" "calendar/lunar.el" (18310
17952 ;;; Generated autoloads from calendar/lunar.el
17954 (autoload 'phases-of-moon "lunar" "\
17955 Display the quarters of the moon for last month, this month, and next month.
17956 If called with an optional prefix argument, prompts for month and year.
17958 This function is suitable for execution in a .emacs file.
17960 \(fn &optional ARG)" t nil)
17964 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (18310
17966 ;;; Generated autoloads from progmodes/m4-mode.el
17968 (autoload 'm4-mode "m4-mode" "\
17969 A major mode to edit m4 macro files.
17976 ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17977 ;;;;;; (18310 12064))
17978 ;;; Generated autoloads from emacs-lisp/macroexp.el
17980 (autoload 'macroexpand-all "macroexp" "\
17981 Return result of expanding macros at all levels in FORM.
17982 If no macros are expanded, FORM is returned unchanged.
17983 The second optional arg ENVIRONMENT specifies an environment of macro
17984 definitions to shadow the loaded ones for use in file byte-compilation.
17986 \(fn FORM &optional ENVIRONMENT)" nil nil)
17990 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17991 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (18310 12042))
17992 ;;; Generated autoloads from macros.el
17994 (autoload 'name-last-kbd-macro "macros" "\
17995 Assign a name to the last keyboard macro defined.
17996 Argument SYMBOL is the name to define.
17997 The symbol's function definition becomes the keyboard macro string.
17998 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
18000 \(fn SYMBOL)" t nil)
18002 (autoload 'insert-kbd-macro "macros" "\
18003 Insert in buffer the definition of kbd macro NAME, as Lisp code.
18004 Optional second arg KEYS means also record the keys it is on
18005 \(this is the prefix argument, when calling interactively).
18007 This Lisp code will, when executed, define the kbd macro with the same
18008 definition it has now. If you say to record the keys, the Lisp code
18009 will also rebind those keys to the macro. Only global key bindings
18010 are recorded since executing this Lisp code always makes global
18013 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
18014 use this command, and then save the file.
18016 \(fn MACRONAME &optional KEYS)" t nil)
18018 (autoload 'kbd-macro-query "macros" "\
18019 Query user during kbd macro execution.
18020 With prefix argument, enters recursive edit, reading keyboard
18021 commands even within a kbd macro. You can give different commands
18022 each time the macro executes.
18023 Without prefix argument, asks whether to continue running the macro.
18024 Your options are: \\<query-replace-map>
18025 \\[act] Finish this iteration normally and continue with the next.
18026 \\[skip] Skip the rest of this iteration, and start the next.
18027 \\[exit] Stop the macro entirely right now.
18028 \\[recenter] Redisplay the screen, then ask again.
18029 \\[edit] Enter recursive edit; ask again when you exit from that.
18033 (autoload 'apply-macro-to-region-lines "macros" "\
18034 Apply last keyboard macro to all lines in the region.
18035 For each line that begins in the region, move to the beginning of
18036 the line, and run the last keyboard macro.
18038 When called from lisp, this function takes two arguments TOP and
18039 BOTTOM, describing the current region. TOP must be before BOTTOM.
18040 The optional third argument MACRO specifies a keyboard macro to
18043 This is useful for quoting or unquoting included text, adding and
18044 removing comments, or producing tables where the entries are regular.
18046 For example, in Usenet articles, sections of text quoted from another
18047 author are indented, or have each line start with `>'. To quote a
18048 section of text, define a keyboard macro which inserts `>', put point
18049 and mark at opposite ends of the quoted section, and use
18050 `\\[apply-macro-to-region-lines]' to mark the entire section.
18052 Suppose you wanted to build a keyword table in C where each entry
18055 { \"foo\", foo_data, foo_function },
18056 { \"bar\", bar_data, bar_function },
18057 { \"baz\", baz_data, baz_function },
18059 You could enter the names in this format:
18065 and write a macro to massage a word into a table entry:
18068 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
18071 and then select the region of un-tablified names and use
18072 `\\[apply-macro-to-region-lines]' to build the table from the names.
18074 \(fn TOP BOTTOM &optional MACRO)" t nil)
18075 (define-key ctl-x-map "q" 'kbd-macro-query)
18079 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
18080 ;;;;;; "mail/mail-extr.el" (18310 12089))
18081 ;;; Generated autoloads from mail/mail-extr.el
18083 (autoload 'mail-extract-address-components "mail-extr" "\
18084 Given an RFC-822 address ADDRESS, extract full name and canonical address.
18085 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
18086 name can be extracted, FULL-NAME will be nil. Also see
18087 `mail-extr-ignore-single-names' and
18088 `mail-extr-ignore-realname-equals-mailbox-name'.
18090 If the optional argument ALL is non-nil, then ADDRESS can contain zero
18091 or more recipients, separated by commas, and we return a list of
18092 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
18093 each recipient. If ALL is nil, then if ADDRESS contains more than
18094 one recipients, all but the first is ignored.
18096 ADDRESS may be a string or a buffer. If it is a buffer, the visible
18097 \(narrowed) portion of the buffer will be interpreted as the address.
18098 \(This feature exists so that the clever caller might be able to avoid
18101 \(fn ADDRESS &optional ALL)" nil nil)
18103 (autoload 'what-domain "mail-extr" "\
18104 Convert mail domain DOMAIN to the country it corresponds to.
18106 \(fn DOMAIN)" t nil)
18110 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
18111 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
18112 ;;;;;; (18310 12089))
18113 ;;; Generated autoloads from mail/mail-hist.el
18115 (autoload 'mail-hist-define-keys "mail-hist" "\
18116 Define keys for accessing mail header history. For use in hooks.
18120 (autoload 'mail-hist-enable "mail-hist" "\
18125 (defvar mail-hist-keep-history t "\
18126 *Non-nil means keep a history for headers and text of outgoing mail.")
18128 (custom-autoload 'mail-hist-keep-history "mail-hist" t)
18130 (autoload 'mail-hist-put-headers-into-history "mail-hist" "\
18131 Put headers and contents of this message into mail header history.
18132 Each header has its own independent history, as does the body of the
18135 This function normally would be called when the message is sent.
18141 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
18142 ;;;;;; mail-unquote-printable mail-quote-printable mail-file-babyl-p
18143 ;;;;;; mail-use-rfc822) "mail-utils" "mail/mail-utils.el" (18310
18145 ;;; Generated autoloads from mail/mail-utils.el
18147 (defvar mail-use-rfc822 nil "\
18148 *If non-nil, use a full, hairy RFC822 parser on mail addresses.
18149 Otherwise, (the default) use a smaller, somewhat faster, and
18150 often correct parser.")
18152 (custom-autoload 'mail-use-rfc822 "mail-utils" t)
18154 (autoload 'mail-file-babyl-p "mail-utils" "\
18157 \(fn FILE)" nil nil)
18159 (autoload 'mail-quote-printable "mail-utils" "\
18160 Convert a string to the \"quoted printable\" Q encoding.
18161 If the optional argument WRAPPER is non-nil,
18162 we add the wrapper characters =?ISO-8859-1?Q?....?=.
18164 \(fn STRING &optional WRAPPER)" nil nil)
18166 (autoload 'mail-unquote-printable "mail-utils" "\
18167 Undo the \"quoted printable\" encoding.
18168 If the optional argument WRAPPER is non-nil,
18169 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
18171 \(fn STRING &optional WRAPPER)" nil nil)
18173 (autoload 'mail-unquote-printable-region "mail-utils" "\
18174 Undo the \"quoted printable\" encoding in buffer from BEG to END.
18175 If the optional argument WRAPPER is non-nil,
18176 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
18177 If NOERROR is non-nil, return t if successful.
18178 If UNIBYTE is non-nil, insert converted characters as unibyte.
18179 That is useful if you are going to character code decoding afterward,
18182 \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil)
18184 (autoload 'mail-fetch-field "mail-utils" "\
18185 Return the value of the header field whose type is FIELD-NAME.
18186 The buffer is expected to be narrowed to just the header of the message.
18187 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
18188 If third arg ALL is non-nil, concatenate all such fields with commas between.
18189 If 4th arg LIST is non-nil, return a list of all such fields.
18191 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
18195 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
18196 ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (18310
18198 ;;; Generated autoloads from mail/mailabbrev.el
18200 (defvar mail-abbrevs-mode nil "\
18201 Non-nil if Mail-Abbrevs mode is enabled.
18202 See the command `mail-abbrevs-mode' for a description of this minor mode.
18203 Setting this variable directly does not take effect;
18204 either customize it (see the info node `Easy Customization')
18205 or call the function `mail-abbrevs-mode'.")
18207 (custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
18209 (autoload 'mail-abbrevs-mode "mailabbrev" "\
18210 Non-nil means expand mail aliases as abbrevs, in certain message headers.
18212 \(fn &optional ARG)" t nil)
18214 (autoload 'mail-abbrevs-setup "mailabbrev" "\
18215 Initialize use of the `mailabbrev' package.
18219 (autoload 'build-mail-abbrevs "mailabbrev" "\
18220 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
18221 By default this is the file specified by `mail-personal-alias-file'.
18223 \(fn &optional FILE RECURSIVEP)" nil nil)
18225 (autoload 'define-mail-abbrev "mailabbrev" "\
18226 Define NAME as a mail alias abbrev that translates to DEFINITION.
18227 If DEFINITION contains multiple addresses, separate them with commas.
18229 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
18233 ;;;### (autoloads (mail-complete define-mail-alias expand-mail-aliases
18234 ;;;;;; mail-complete-style) "mailalias" "mail/mailalias.el" (18310
18236 ;;; Generated autoloads from mail/mailalias.el
18238 (defvar mail-complete-style 'angles "\
18239 *Specifies how \\[mail-complete] formats the full name when it completes.
18240 If `nil', they contain just the return address like:
18242 If `parens', they look like:
18243 king@grassland.com (Elvis Parsley)
18244 If `angles', they look like:
18245 Elvis Parsley <king@grassland.com>")
18247 (custom-autoload 'mail-complete-style "mailalias" t)
18249 (autoload 'expand-mail-aliases "mailalias" "\
18250 Expand all mail aliases in suitable header fields found between BEG and END.
18251 If interactive, expand in header fields.
18252 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
18253 their `Resent-' variants.
18255 Optional second arg EXCLUDE may be a regular expression defining text to be
18256 removed from alias expansions.
18258 \(fn BEG END &optional EXCLUDE)" t nil)
18260 (autoload 'define-mail-alias "mailalias" "\
18261 Define NAME as a mail alias that translates to DEFINITION.
18262 This means that sending a message to NAME will actually send to DEFINITION.
18264 Normally, the addresses in DEFINITION must be separated by commas.
18265 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
18266 can be separated by spaces; an address can contain spaces
18267 if it is quoted with double-quotes.
18269 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
18271 (autoload 'mail-complete "mailalias" "\
18272 Perform completion on header field or word preceding point.
18273 Completable headers are according to `mail-complete-alist'. If none matches
18274 current header, calls `mail-complete-function' and passes prefix arg if any.
18280 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
18281 ;;;;;; (18310 12090))
18282 ;;; Generated autoloads from mail/mailclient.el
18284 (autoload 'mailclient-send-it "mailclient" "\
18285 Pass current buffer on to the system's mail client.
18286 Suitable value for `send-mail-function'.
18287 The mail client is taken to be the handler of mailto URLs.
18293 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
18294 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
18295 ;;;;;; "make-mode" "progmodes/make-mode.el" (18310 12112))
18296 ;;; Generated autoloads from progmodes/make-mode.el
18298 (autoload 'makefile-mode "make-mode" "\
18299 Major mode for editing standard Makefiles.
18301 If you are editing a file for a different make, try one of the
18302 variants `makefile-automake-mode', `makefile-gmake-mode',
18303 `makefile-makepp-mode', `makefile-bsdmake-mode' or,
18304 `makefile-imake-mode'. All but the last should be correctly
18305 chosen based on the file name, except if it is *.mk. This
18306 function ends by invoking the function(s) `makefile-mode-hook'.
18308 It is strongly recommended to use `font-lock-mode', because that
18309 provides additional parsing information. This is used for
18310 example to see that a rule action `echo foo: bar' is a not rule
18311 dependency, despite the colon.
18313 \\{makefile-mode-map}
18315 In the browser, use the following keys:
18317 \\{makefile-browser-map}
18319 Makefile mode can be configured by modifying the following variables:
18321 `makefile-browser-buffer-name':
18322 Name of the macro- and target browser buffer.
18324 `makefile-target-colon':
18325 The string that gets appended to all target names
18326 inserted by `makefile-insert-target'.
18327 \":\" or \"::\" are quite common values.
18329 `makefile-macro-assign':
18330 The string that gets appended to all macro names
18331 inserted by `makefile-insert-macro'.
18332 The normal value should be \" = \", since this is what
18333 standard make expects. However, newer makes such as dmake
18334 allow a larger variety of different macro assignments, so you
18335 might prefer to use \" += \" or \" := \" .
18337 `makefile-tab-after-target-colon':
18338 If you want a TAB (instead of a space) to be appended after the
18339 target colon, then set this to a non-nil value.
18341 `makefile-browser-leftmost-column':
18342 Number of blanks to the left of the browser selection mark.
18344 `makefile-browser-cursor-column':
18345 Column in which the cursor is positioned when it moves
18346 up or down in the browser.
18348 `makefile-browser-selected-mark':
18349 String used to mark selected entries in the browser.
18351 `makefile-browser-unselected-mark':
18352 String used to mark unselected entries in the browser.
18354 `makefile-browser-auto-advance-after-selection-p':
18355 If this variable is set to a non-nil value the cursor
18356 will automagically advance to the next line after an item
18357 has been selected in the browser.
18359 `makefile-pickup-everything-picks-up-filenames-p':
18360 If this variable is set to a non-nil value then
18361 `makefile-pickup-everything' also picks up filenames as targets
18362 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
18363 filenames are omitted.
18365 `makefile-cleanup-continuations':
18366 If this variable is set to a non-nil value then Makefile mode
18367 will assure that no line in the file ends with a backslash
18368 (the continuation character) followed by any whitespace.
18369 This is done by silently removing the trailing whitespace, leaving
18370 the backslash itself intact.
18371 IMPORTANT: Please note that enabling this option causes Makefile mode
18372 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
18374 `makefile-browser-hook':
18375 A function or list of functions to be called just before the
18376 browser is entered. This is executed in the makefile buffer.
18378 `makefile-special-targets-list':
18379 List of special targets. You will be offered to complete
18380 on one of those in the minibuffer whenever you enter a `.'.
18381 at the beginning of a line in Makefile mode.
18385 (autoload 'makefile-automake-mode "make-mode" "\
18386 An adapted `makefile-mode' that knows about automake.
18390 (autoload 'makefile-gmake-mode "make-mode" "\
18391 An adapted `makefile-mode' that knows about gmake.
18395 (autoload 'makefile-makepp-mode "make-mode" "\
18396 An adapted `makefile-mode' that knows about makepp.
18400 (autoload 'makefile-bsdmake-mode "make-mode" "\
18401 An adapted `makefile-mode' that knows about BSD make.
18405 (autoload 'makefile-imake-mode "make-mode" "\
18406 An adapted `makefile-mode' that knows about imake.
18412 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (18307
18414 ;;; Generated autoloads from makesum.el
18416 (autoload 'make-command-summary "makesum" "\
18417 Make a summary of current key bindings in the buffer *Summary*.
18418 Previous contents of that buffer are killed first.
18424 ;;;### (autoloads (man-follow man) "man" "man.el" (18310 12042))
18425 ;;; Generated autoloads from man.el
18427 (defalias 'manual-entry 'man)
18429 (autoload 'man "man" "\
18430 Get a Un*x manual page and put it in a buffer.
18431 This command is the top-level command in the man package. It runs a Un*x
18432 command to retrieve and clean a manpage in the background and places the
18433 results in a Man mode (manpage browsing) buffer. See variable
18434 `Man-notify-method' for what happens when the buffer is ready.
18435 If a buffer already exists for this man page, it will display immediately.
18437 To specify a man page from a certain section, type SUBJECT(SECTION) or
18438 SECTION SUBJECT when prompted for a manual entry. To see manpages from
18439 all sections related to a subject, put something appropriate into the
18440 `Man-switches' variable, which see.
18442 \(fn MAN-ARGS)" t nil)
18444 (autoload 'man-follow "man" "\
18445 Get a Un*x manual page of the item under point and put it in a buffer.
18447 \(fn MAN-ARGS)" t nil)
18451 ;;;### (autoloads (master-mode) "master" "master.el" (18310 12042))
18452 ;;; Generated autoloads from master.el
18454 (autoload 'master-mode "master" "\
18455 Toggle Master mode.
18456 With no argument, this command toggles the mode.
18457 Non-null prefix argument turns on the mode.
18458 Null prefix argument turns off the mode.
18460 When Master mode is enabled, you can scroll the slave buffer using the
18461 following commands:
18463 \\{master-mode-map}
18465 The slave buffer is stored in the buffer-local variable `master-of'.
18466 You can set this variable using `master-set-slave'. You can show
18467 yourself the value of `master-of' by calling `master-show-slave'.
18469 \(fn &optional ARG)" t nil)
18473 ;;;### (autoloads (minibuffer-indicate-depth-mode) "mb-depth" "mb-depth.el"
18474 ;;;;;; (18310 12042))
18475 ;;; Generated autoloads from mb-depth.el
18477 (defvar minibuffer-indicate-depth-mode nil "\
18478 Non-nil if Minibuffer-Indicate-Depth mode is enabled.
18479 See the command `minibuffer-indicate-depth-mode' for a description of this minor mode.
18480 Setting this variable directly does not take effect;
18481 either customize it (see the info node `Easy Customization')
18482 or call the function `minibuffer-indicate-depth-mode'.")
18484 (custom-autoload 'minibuffer-indicate-depth-mode "mb-depth" nil)
18486 (autoload 'minibuffer-indicate-depth-mode "mb-depth" "\
18487 Toggle Minibuffer Indicate Depth mode.
18488 When active, any recursive use of the minibuffer will show
18489 the recursion depth in the minibuffer prompt. This is only
18490 useful if `enable-recursive-minibuffers' is non-nil.
18492 With prefix argument ARG, turn on if positive, otherwise off.
18493 Returns non-nil if the new state is enabled.
18495 \(fn &optional ARG)" t nil)
18499 ;;;### (autoloads (menu-bar-mode) "menu-bar" "menu-bar.el" (18310
18501 ;;; Generated autoloads from menu-bar.el
18503 (put 'menu-bar-mode 'standard-value '(t))
18505 (defvar menu-bar-mode nil "\
18506 Non-nil if Menu-Bar mode is enabled.
18507 See the command `menu-bar-mode' for a description of this minor mode.
18508 Setting this variable directly does not take effect;
18509 either customize it (see the info node `Easy Customization')
18510 or call the function `menu-bar-mode'.")
18512 (custom-autoload 'menu-bar-mode "menu-bar" nil)
18514 (autoload 'menu-bar-mode "menu-bar" "\
18515 Toggle display of a menu bar on each frame.
18516 This command applies to all frames that exist and frames to be
18517 created in the future.
18518 With a numeric argument, if the argument is positive,
18519 turn on menu bars; otherwise, turn off menu bars.
18521 \(fn &optional ARG)" t nil)
18525 ;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
18526 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
18527 ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
18528 ;;;;;; message-forward-make-body message-forward message-recover
18529 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
18530 ;;;;;; message-reply message-news message-mail message-mode) "message"
18531 ;;;;;; "gnus/message.el" (18329 52187))
18532 ;;; Generated autoloads from gnus/message.el
18534 (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
18536 (autoload 'message-mode "message" "\
18537 Major mode for editing mail and news to be sent.
18538 Like Text Mode but with these additional commands:\\<message-mode-map>
18539 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
18540 C-c C-d Postpone sending the message C-c C-k Kill the message
18541 C-c C-f move to a header field (and create it if there isn't):
18542 C-c C-f C-t move to To C-c C-f C-s move to Subject
18543 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
18544 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
18545 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
18546 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
18547 C-c C-f C-o move to From (\"Originator\")
18548 C-c C-f C-f move to Followup-To
18549 C-c C-f C-m move to Mail-Followup-To
18550 C-c C-f C-e move to Expires
18551 C-c C-f C-i cycle through Importance values
18552 C-c C-f s change subject and append \"(was: <Old Subject>)\"
18553 C-c C-f x crossposting with FollowUp-To header and note in body
18554 C-c C-f t replace To: header with contents of Cc: or Bcc:
18555 C-c C-f a Insert X-No-Archive: header and a note in the body
18556 C-c C-t `message-insert-to' (add a To header to a news followup)
18557 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
18558 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
18559 C-c C-b `message-goto-body' (move to beginning of message text).
18560 C-c C-i `message-goto-signature' (move to the beginning of the signature).
18561 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
18562 C-c C-y `message-yank-original' (insert current message, if any).
18563 C-c C-q `message-fill-yanked-message' (fill what was yanked).
18564 C-c C-e `message-elide-region' (elide the text between point and mark).
18565 C-c C-v `message-delete-not-region' (remove the text outside the region).
18566 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
18567 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
18568 C-c C-a `mml-attach-file' (attach a file as MIME).
18569 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
18570 C-c M-n `message-insert-disposition-notification-to' (request receipt).
18571 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
18572 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
18573 M-RET `message-newline-and-reformat' (break the line and reformat).
18577 (autoload 'message-mail "message" "\
18578 Start editing a mail message to be sent.
18579 OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
18580 to continue editing a message already being composed. SWITCH-FUNCTION
18581 is a function used to switch to and display the mail buffer.
18583 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" t nil)
18585 (autoload 'message-news "message" "\
18586 Start editing a news article to be sent.
18588 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18590 (autoload 'message-reply "message" "\
18591 Start editing a reply to the article in the current buffer.
18593 \(fn &optional TO-ADDRESS WIDE)" t nil)
18595 (autoload 'message-wide-reply "message" "\
18596 Make a \"wide\" reply to the message in the current buffer.
18598 \(fn &optional TO-ADDRESS)" t nil)
18600 (autoload 'message-followup "message" "\
18601 Follow up to the message in the current buffer.
18602 If TO-NEWSGROUPS, use that as the new Newsgroups line.
18604 \(fn &optional TO-NEWSGROUPS)" t nil)
18606 (autoload 'message-cancel-news "message" "\
18607 Cancel an article you posted.
18608 If ARG, allow editing of the cancellation message.
18610 \(fn &optional ARG)" t nil)
18612 (autoload 'message-supersede "message" "\
18613 Start composing a message to supersede the current message.
18614 This is done simply by taking the old article and adding a Supersedes
18615 header line with the old Message-ID.
18619 (autoload 'message-recover "message" "\
18620 Reread contents of current buffer from its last auto-save file.
18624 (autoload 'message-forward "message" "\
18625 Forward the current message via mail.
18626 Optional NEWS will use news to forward instead of mail.
18627 Optional DIGEST will use digest to forward.
18629 \(fn &optional NEWS DIGEST)" t nil)
18631 (autoload 'message-forward-make-body "message" "\
18634 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
18636 (autoload 'message-forward-rmail-make-body "message" "\
18639 \(fn FORWARD-BUFFER)" nil nil)
18641 (autoload 'message-insinuate-rmail "message" "\
18642 Let RMAIL use message to forward.
18646 (autoload 'message-resend "message" "\
18647 Resend the current article to ADDRESS.
18649 \(fn ADDRESS)" t nil)
18651 (autoload 'message-bounce "message" "\
18652 Re-mail the current message.
18653 This only makes sense if the current message is a bounce message that
18654 contains some mail you have written which has been bounced back to
18659 (autoload 'message-mail-other-window "message" "\
18660 Like `message-mail' command, but display mail buffer in another window.
18662 \(fn &optional TO SUBJECT)" t nil)
18664 (autoload 'message-mail-other-frame "message" "\
18665 Like `message-mail' command, but display mail buffer in another frame.
18667 \(fn &optional TO SUBJECT)" t nil)
18669 (autoload 'message-news-other-window "message" "\
18670 Start editing a news article to be sent.
18672 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18674 (autoload 'message-news-other-frame "message" "\
18675 Start editing a news article to be sent.
18677 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18679 (autoload 'message-bold-region "message" "\
18680 Bold all nonblank characters in the region.
18681 Works by overstriking characters.
18682 Called from program, takes two arguments START and END
18683 which specify the range to operate on.
18685 \(fn START END)" t nil)
18687 (autoload 'message-unbold-region "message" "\
18688 Remove all boldness (overstruck characters) in the region.
18689 Called from program, takes two arguments START and END
18690 which specify the range to operate on.
18692 \(fn START END)" t nil)
18696 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
18697 ;;;;;; (18310 12112))
18698 ;;; Generated autoloads from progmodes/meta-mode.el
18700 (autoload 'metafont-mode "meta-mode" "\
18701 Major mode for editing Metafont sources.
18705 Turning on Metafont mode calls the value of the variables
18706 `meta-common-mode-hook' and `metafont-mode-hook'.
18710 (autoload 'metapost-mode "meta-mode" "\
18711 Major mode for editing MetaPost sources.
18715 Turning on MetaPost mode calls the value of the variable
18716 `meta-common-mode-hook' and `metafont-mode-hook'.
18722 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
18723 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
18724 ;;;;;; (18310 12090))
18725 ;;; Generated autoloads from mail/metamail.el
18727 (autoload 'metamail-interpret-header "metamail" "\
18728 Interpret a header part of a MIME message in current buffer.
18729 Its body part is not interpreted at all.
18733 (autoload 'metamail-interpret-body "metamail" "\
18734 Interpret a body part of a MIME message in current buffer.
18735 Optional argument VIEWMODE specifies the value of the
18736 EMACS_VIEW_MODE environment variable (defaulted to 1).
18737 Optional argument NODISPLAY non-nil means buffer is not
18738 redisplayed as output is inserted.
18739 Its header part is not interpreted at all.
18741 \(fn &optional VIEWMODE NODISPLAY)" t nil)
18743 (autoload 'metamail-buffer "metamail" "\
18744 Process current buffer through `metamail'.
18745 Optional argument VIEWMODE specifies the value of the
18746 EMACS_VIEW_MODE environment variable (defaulted to 1).
18747 Optional argument BUFFER specifies a buffer to be filled (nil
18749 Optional argument NODISPLAY non-nil means buffer is not
18750 redisplayed as output is inserted.
18752 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
18754 (autoload 'metamail-region "metamail" "\
18755 Process current region through 'metamail'.
18756 Optional argument VIEWMODE specifies the value of the
18757 EMACS_VIEW_MODE environment variable (defaulted to 1).
18758 Optional argument BUFFER specifies a buffer to be filled (nil
18760 Optional argument NODISPLAY non-nil means buffer is not
18761 redisplayed as output is inserted.
18763 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
18767 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
18768 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
18769 ;;;;;; "mh-e/mh-comp.el" (18310 12093))
18770 ;;; Generated autoloads from mh-e/mh-comp.el
18772 (autoload 'mh-smail "mh-comp" "\
18773 Compose a message with the MH mail system.
18774 See `mh-send' for more details on composing mail.
18778 (autoload 'mh-smail-other-window "mh-comp" "\
18779 Compose a message with the MH mail system in other window.
18780 See `mh-send' for more details on composing mail.
18784 (autoload 'mh-smail-batch "mh-comp" "\
18785 Compose a message with the MH mail system.
18787 This function does not prompt the user for any header fields, and
18788 thus is suitable for use by programs that want to create a mail
18789 buffer. Users should use \\[mh-smail] to compose mail.
18791 Optional arguments for setting certain fields include TO,
18792 SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED.
18794 This function remains for Emacs 21 compatibility. New
18795 applications should use `mh-user-agent-compose'.
18797 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
18799 (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook)
18801 (autoload 'mh-user-agent-compose "mh-comp" "\
18802 Set up mail composition draft with the MH mail system.
18803 This is the `mail-user-agent' entry point to MH-E. This function
18804 conforms to the contract specified by `define-mail-user-agent'
18805 which means that this function should accept the same arguments
18808 The optional arguments TO and SUBJECT specify recipients and the
18809 initial Subject field, respectively.
18811 OTHER-HEADERS is an alist specifying additional header fields.
18812 Elements look like (HEADER . VALUE) where both HEADER and VALUE
18815 CONTINUE, SWITCH-FUNCTION, YANK-ACTION and SEND-ACTIONS are
18818 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS)" nil nil)
18820 (autoload 'mh-send-letter "mh-comp" "\
18821 Save draft and send message.
18823 When you are all through editing a message, you send it with this
18824 command. You can give a prefix argument ARG to monitor the first stage
18825 of the delivery; this output can be found in a buffer called \"*MH-E
18828 The hook `mh-before-send-letter-hook' is run at the beginning of
18829 this command. For example, if you want to check your spelling in
18830 your message before sending, add the function `ispell-message'.
18832 Unless `mh-insert-auto-fields' had previously been called
18833 manually, the function `mh-insert-auto-fields' is called to
18834 insert fields based upon the recipients. If fields are added, you
18835 are given a chance to see and to confirm these fields before the
18836 message is actually sent. You can do away with this confirmation
18837 by turning off the option `mh-auto-fields-prompt-flag'.
18839 In case the MH \"send\" program is installed under a different name,
18840 use `mh-send-prog' to tell MH-E the name.
18842 \(fn &optional ARG)" t nil)
18844 (autoload 'mh-fully-kill-draft "mh-comp" "\
18845 Quit editing and delete draft message.
18847 If for some reason you are not happy with the draft, you can use
18848 this command to kill the draft buffer and delete the draft
18849 message. Use the command \\[kill-buffer] if you don't want to
18850 delete the draft message.
18856 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (18310 12093))
18857 ;;; Generated autoloads from mh-e/mh-e.el
18859 (put 'mh-progs 'risky-local-variable t)
18861 (put 'mh-lib 'risky-local-variable t)
18863 (put 'mh-lib-progs 'risky-local-variable t)
18865 (autoload 'mh-version "mh-e" "\
18866 Display version information about MH-E and the MH mail handling system.
18872 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18873 ;;;;;; "mh-e/mh-folder.el" (18310 12093))
18874 ;;; Generated autoloads from mh-e/mh-folder.el
18876 (autoload 'mh-rmail "mh-folder" "\
18877 Incorporate new mail with MH.
18878 Scan an MH folder if ARG is non-nil.
18880 This function is an entry point to MH-E, the Emacs interface to
18881 the MH mail system.
18883 \(fn &optional ARG)" t nil)
18885 (autoload 'mh-nmail "mh-folder" "\
18886 Check for new mail in inbox folder.
18887 Scan an MH folder if ARG is non-nil.
18889 This function is an entry point to MH-E, the Emacs interface to
18890 the MH mail system.
18892 \(fn &optional ARG)" t nil)
18894 (autoload 'mh-folder-mode "mh-folder" "\
18895 Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
18897 You can show the message the cursor is pointing to, and step through
18898 the messages. Messages can be marked for deletion or refiling into
18899 another folder; these commands are executed all at once with a
18902 Options that control this mode can be changed with
18903 \\[customize-group]; specify the \"mh\" group. In particular, please
18904 see the `mh-scan-format-file' option if you wish to modify scan's
18907 When a folder is visited, the hook `mh-folder-mode-hook' is run.
18911 Many commands that operate on individual messages, such as
18912 `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument
18913 can be used in several ways.
18915 If you provide the prefix argument (\\[universal-argument]) to
18916 these commands, then you will be prompted for the message range.
18917 This can be any valid MH range which can include messages,
18918 sequences, and the abbreviations (described in the mh(1) man
18922 Indicates all messages in the range <num1> to <num2>, inclusive.
18923 The range must be nonempty.
18928 Up to N messages beginning with (or ending with) message num. Num
18929 may be any of the predefined symbols: first, prev, cur, next or
18936 The first, previous, next or last messages, if they exist.
18939 All of the messages.
18941 For example, a range that shows all of these things is `1 2 3
18942 5-10 last:5 unseen'.
18944 If the option `transient-mark-mode' is set to t and you set a
18945 region in the MH-Folder buffer, then the MH-E command will
18946 perform the operation on all messages in that region.
18948 \\{mh-folder-mode-map}
18954 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18955 ;;;;;; "midnight.el" (18310 12042))
18956 ;;; Generated autoloads from midnight.el
18958 (autoload 'clean-buffer-list "midnight" "\
18959 Kill old buffers that have not been displayed recently.
18960 The relevant variables are `clean-buffer-list-delay-general',
18961 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
18962 `clean-buffer-list-kill-never-buffer-names',
18963 `clean-buffer-list-kill-regexps' and
18964 `clean-buffer-list-kill-never-regexps'.
18965 While processing buffers, this procedure displays messages containing
18966 the current date/time, buffer name, how many seconds ago it was
18967 displayed (can be nil if the buffer was never displayed) and its
18968 lifetime, i.e., its \"age\" when it will be purged.
18972 (autoload 'midnight-delay-set "midnight" "\
18973 Modify `midnight-timer' according to `midnight-delay'.
18974 Sets the first argument SYMB (which must be symbol `midnight-delay')
18975 to its second argument TM.
18977 \(fn SYMB TM)" nil nil)
18981 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18982 ;;;;;; "minibuf-eldef.el" (18310 12042))
18983 ;;; Generated autoloads from minibuf-eldef.el
18985 (defvar minibuffer-electric-default-mode nil "\
18986 Non-nil if Minibuffer-Electric-Default mode is enabled.
18987 See the command `minibuffer-electric-default-mode' for a description of this minor mode.
18988 Setting this variable directly does not take effect;
18989 either customize it (see the info node `Easy Customization')
18990 or call the function `minibuffer-electric-default-mode'.")
18992 (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil)
18994 (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
18995 Toggle Minibuffer Electric Default mode.
18996 When active, minibuffer prompts that show a default value only show the
18997 default when it's applicable -- that is, when hitting RET would yield
18998 the default value. If the user modifies the input such that hitting RET
18999 would enter a non-default value, the prompt is modified to remove the
19000 default indication.
19002 With prefix argument ARG, turn on if positive, otherwise off.
19003 Returns non-nil if the new state is enabled.
19005 \(fn &optional ARG)" t nil)
19009 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
19010 ;;;;;; (18310 12112))
19011 ;;; Generated autoloads from progmodes/mixal-mode.el
19013 (autoload 'mixal-mode "mixal-mode" "\
19014 Major mode for the mixal asm language.
19019 (add-to-list 'auto-mode-alist '("\\.mixal\\'" . mixal-mode))
19023 ;;;### (autoloads (malayalam-composition-function malayalam-post-read-conversion
19024 ;;;;;; malayalam-compose-region) "mlm-util" "language/mlm-util.el"
19025 ;;;;;; (18339 17960))
19026 ;;; Generated autoloads from language/mlm-util.el
19028 (autoload 'malayalam-compose-region "mlm-util" "\
19031 \(fn FROM TO)" t nil)
19033 (autoload 'malayalam-post-read-conversion "mlm-util" "\
19036 \(fn LEN)" nil nil)
19038 (autoload 'malayalam-composition-function "mlm-util" "\
19039 Compose Malayalam characters after the position POS.
19040 If STRING is not nil, it is a string, and POS is an index to the string.
19041 In this case, compose characters after POS of the string.
19043 \(fn POS &optional STRING)" nil nil)
19047 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
19048 ;;;;;; "mm-extern" "gnus/mm-extern.el" (18310 12078))
19049 ;;; Generated autoloads from gnus/mm-extern.el
19051 (autoload 'mm-extern-cache-contents "mm-extern" "\
19052 Put the external-body part of HANDLE into its cache.
19054 \(fn HANDLE)" nil nil)
19056 (autoload 'mm-inline-external-body "mm-extern" "\
19057 Show the external-body part of HANDLE.
19058 This function replaces the buffer of HANDLE with a buffer contains
19059 the entire message.
19060 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
19062 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
19066 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
19067 ;;;;;; (18310 12078))
19068 ;;; Generated autoloads from gnus/mm-partial.el
19070 (autoload 'mm-inline-partial "mm-partial" "\
19071 Show the partial part of HANDLE.
19072 This function replaces the buffer of HANDLE with a buffer contains
19073 the entire message.
19074 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
19076 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
19080 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
19081 ;;;;;; "mm-url" "gnus/mm-url.el" (18310 12078))
19082 ;;; Generated autoloads from gnus/mm-url.el
19084 (autoload 'mm-url-insert-file-contents "mm-url" "\
19085 Insert file contents of URL.
19086 If `mm-url-use-external' is non-nil, use `mm-url-program'.
19088 \(fn URL)" nil nil)
19090 (autoload 'mm-url-insert-file-contents-external "mm-url" "\
19091 Insert file contents of URL using `mm-url-program'.
19093 \(fn URL)" nil nil)
19097 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
19098 ;;;;;; "gnus/mm-uu.el" (18310 12078))
19099 ;;; Generated autoloads from gnus/mm-uu.el
19101 (autoload 'mm-uu-dissect "mm-uu" "\
19102 Dissect the current buffer and return a list of uu handles.
19103 The optional NOHEADER means there's no header in the buffer.
19104 MIME-TYPE specifies a MIME type and parameters, which defaults to the
19105 value of `mm-uu-text-plain-type'.
19107 \(fn &optional NOHEADER MIME-TYPE)" nil nil)
19109 (autoload 'mm-uu-dissect-text-parts "mm-uu" "\
19110 Dissect text parts and put uu handles into HANDLE.
19111 Assume text has been decoded if DECODED is non-nil.
19113 \(fn HANDLE &optional DECODED)" nil nil)
19117 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
19118 ;;;;;; (18310 12079))
19119 ;;; Generated autoloads from gnus/mml1991.el
19121 (autoload 'mml1991-encrypt "mml1991" "\
19124 \(fn CONT &optional SIGN)" nil nil)
19126 (autoload 'mml1991-sign "mml1991" "\
19129 \(fn CONT)" nil nil)
19133 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
19134 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
19135 ;;;;;; "mml2015" "gnus/mml2015.el" (18310 12079))
19136 ;;; Generated autoloads from gnus/mml2015.el
19138 (autoload 'mml2015-decrypt "mml2015" "\
19141 \(fn HANDLE CTL)" nil nil)
19143 (autoload 'mml2015-decrypt-test "mml2015" "\
19146 \(fn HANDLE CTL)" nil nil)
19148 (autoload 'mml2015-verify "mml2015" "\
19151 \(fn HANDLE CTL)" nil nil)
19153 (autoload 'mml2015-verify-test "mml2015" "\
19156 \(fn HANDLE CTL)" nil nil)
19158 (autoload 'mml2015-encrypt "mml2015" "\
19161 \(fn CONT &optional SIGN)" nil nil)
19163 (autoload 'mml2015-sign "mml2015" "\
19166 \(fn CONT)" nil nil)
19168 (autoload 'mml2015-self-encrypt "mml2015" "\
19175 ;;;### (autoloads (modula-2-mode) "modula2" "progmodes/modula2.el"
19176 ;;;;;; (18177 873))
19177 ;;; Generated autoloads from progmodes/modula2.el
19179 (autoload 'modula-2-mode "modula2" "\
19180 This is a mode intended to support program development in Modula-2.
19181 All control constructs of Modula-2 can be reached by typing C-c
19182 followed by the first character of the construct.
19184 \\[m2-begin] begin \\[m2-case] case
19185 \\[m2-definition] definition \\[m2-else] else
19186 \\[m2-for] for \\[m2-header] header
19187 \\[m2-if] if \\[m2-module] module
19188 \\[m2-loop] loop \\[m2-or] or
19189 \\[m2-procedure] procedure Control-c Control-w with
19190 \\[m2-record] record \\[m2-stdio] stdio
19191 \\[m2-type] type \\[m2-until] until
19192 \\[m2-var] var \\[m2-while] while
19193 \\[m2-export] export \\[m2-import] import
19194 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
19195 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
19196 \\[m2-compile] compile \\[m2-next-error] next-error
19199 `m2-indent' controls the number of spaces for each indentation.
19200 `m2-compile-command' holds the command to compile a Modula-2 program.
19201 `m2-link-command' holds the command to link a Modula-2 program.
19207 ;;;### (autoloads (unmorse-region morse-region) "morse" "play/morse.el"
19208 ;;;;;; (18310 12105))
19209 ;;; Generated autoloads from play/morse.el
19211 (autoload 'morse-region "morse" "\
19212 Convert all text in a given region to morse code.
19214 \(fn BEG END)" t nil)
19216 (autoload 'unmorse-region "morse" "\
19217 Convert morse coded text in region to ordinary ASCII text.
19219 \(fn BEG END)" t nil)
19223 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (18310
19225 ;;; Generated autoloads from mouse-sel.el
19227 (defvar mouse-sel-mode nil "\
19228 Non-nil if Mouse-Sel mode is enabled.
19229 See the command `mouse-sel-mode' for a description of this minor mode.
19230 Setting this variable directly does not take effect;
19231 either customize it (see the info node `Easy Customization')
19232 or call the function `mouse-sel-mode'.")
19234 (custom-autoload 'mouse-sel-mode "mouse-sel" nil)
19236 (autoload 'mouse-sel-mode "mouse-sel" "\
19237 Toggle Mouse Sel mode.
19238 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
19239 Returns the new status of Mouse Sel mode (non-nil means on).
19241 When Mouse Sel mode is enabled, mouse selection is enhanced in various ways:
19243 - Clicking mouse-1 starts (cancels) selection, dragging extends it.
19245 - Clicking or dragging mouse-3 extends the selection as well.
19247 - Double-clicking on word constituents selects words.
19248 Double-clicking on symbol constituents selects symbols.
19249 Double-clicking on quotes or parentheses selects sexps.
19250 Double-clicking on whitespace selects whitespace.
19251 Triple-clicking selects lines.
19252 Quad-clicking selects paragraphs.
19254 - Selecting sets the region & X primary selection, but does NOT affect
19255 the `kill-ring', nor do the kill-ring functions change the X selection.
19256 Because the mouse handlers set the primary selection directly,
19257 mouse-sel sets the variables `interprogram-cut-function' and
19258 `interprogram-paste-function' to nil.
19260 - Clicking mouse-2 inserts the contents of the primary selection at
19261 the mouse position (or point, if `mouse-yank-at-point' is non-nil).
19263 - Pressing mouse-2 while selecting or extending copies selection
19264 to the kill ring. Pressing mouse-1 or mouse-3 kills it.
19266 - Double-clicking mouse-3 also kills selection.
19268 - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2
19269 & mouse-3, but operate on the X secondary selection rather than the
19270 primary selection and region.
19272 \(fn &optional ARG)" t nil)
19276 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (18310 12105))
19277 ;;; Generated autoloads from play/mpuz.el
19279 (autoload 'mpuz "mpuz" "\
19280 Multiplication puzzle with GNU Emacs.
19286 ;;;### (autoloads (msb-mode) "msb" "msb.el" (18307 26228))
19287 ;;; Generated autoloads from msb.el
19289 (defvar msb-mode nil "\
19290 Non-nil if Msb mode is enabled.
19291 See the command `msb-mode' for a description of this minor mode.
19292 Setting this variable directly does not take effect;
19293 either customize it (see the info node `Easy Customization')
19294 or call the function `msb-mode'.")
19296 (custom-autoload 'msb-mode "msb" nil)
19298 (autoload 'msb-mode "msb" "\
19300 With arg, turn Msb mode on if and only if arg is positive.
19301 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
19302 different buffer menu using the function `msb'.
19304 \(fn &optional ARG)" t nil)
19308 ;;;### (autoloads (unicode-data unicodedata-file mule-diag list-input-methods
19309 ;;;;;; list-fontsets describe-fontset describe-font list-coding-categories
19310 ;;;;;; list-coding-systems describe-current-coding-system describe-current-coding-system-briefly
19311 ;;;;;; describe-coding-system describe-character-set list-charset-chars
19312 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
19313 ;;;;;; (18343 49081))
19314 ;;; Generated autoloads from international/mule-diag.el
19316 (autoload 'list-character-sets "mule-diag" "\
19317 Display a list of all character sets.
19319 The D column contains the dimension of this character set. The CH
19320 column contains the number of characters in a block of this character
19321 set. The FINAL-CHAR column contains an ISO-2022 <final-char> to use
19322 for designating this character set in ISO-2022-based coding systems.
19324 With prefix arg, the output format gets more cryptic,
19325 but still shows the full information.
19329 (autoload 'read-charset "mule-diag" "\
19330 Read a character set from the minibuffer, prompting with string PROMPT.
19331 It must be an Emacs character set listed in the variable `charset-list'.
19333 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
19334 DEFAULT-VALUE, if non-nil, is the default value.
19335 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
19336 See the documentation of the function `completing-read' for the
19337 detailed meanings of these arguments.
19339 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
19341 (autoload 'list-charset-chars "mule-diag" "\
19342 Display a list of characters in character set CHARSET.
19344 \(fn CHARSET)" t nil)
19346 (autoload 'describe-character-set "mule-diag" "\
19347 Display information about built-in character set CHARSET.
19349 \(fn CHARSET)" t nil)
19351 (autoload 'describe-coding-system "mule-diag" "\
19352 Display information about CODING-SYSTEM.
19354 \(fn CODING-SYSTEM)" t nil)
19356 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
19357 Display coding systems currently used in a brief format in echo area.
19359 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
19360 where mnemonics of the following coding systems come in this order
19362 `buffer-file-coding-system' (of the current buffer)
19363 eol-type of `buffer-file-coding-system' (of the current buffer)
19364 Value returned by `keyboard-coding-system'
19365 eol-type of `keyboard-coding-system'
19366 Value returned by `terminal-coding-system'.
19367 eol-type of `terminal-coding-system'
19368 `process-coding-system' for read (of the current buffer, if any)
19369 eol-type of `process-coding-system' for read (of the current buffer, if any)
19370 `process-coding-system' for write (of the current buffer, if any)
19371 eol-type of `process-coding-system' for write (of the current buffer, if any)
19372 `default-buffer-file-coding-system'
19373 eol-type of `default-buffer-file-coding-system'
19374 `default-process-coding-system' for read
19375 eol-type of `default-process-coding-system' for read
19376 `default-process-coding-system' for write
19377 eol-type of `default-process-coding-system'
19381 (autoload 'describe-current-coding-system "mule-diag" "\
19382 Display coding systems currently used, in detail.
19386 (autoload 'list-coding-systems "mule-diag" "\
19387 Display a list of all coding systems.
19388 This shows the mnemonic letter, name, and description of each coding system.
19390 With prefix arg, the output format gets more cryptic,
19391 but still contains full information about each coding system.
19393 \(fn &optional ARG)" t nil)
19395 (autoload 'list-coding-categories "mule-diag" "\
19396 Display a list of all coding categories.
19400 (autoload 'describe-font "mule-diag" "\
19401 Display information about a font whose name is FONTNAME.
19402 The font must be already used by Emacs.
19404 \(fn FONTNAME)" t nil)
19406 (autoload 'describe-fontset "mule-diag" "\
19407 Display information about FONTSET.
19408 This shows which font is used for which character(s).
19410 \(fn FONTSET)" t nil)
19412 (autoload 'list-fontsets "mule-diag" "\
19413 Display a list of all fontsets.
19414 This shows the name, size, and style of each fontset.
19415 With prefix arg, also list the fonts contained in each fontset;
19416 see the function `describe-fontset' for the format of the list.
19420 (autoload 'list-input-methods "mule-diag" "\
19421 Display information about all input methods.
19425 (autoload 'mule-diag "mule-diag" "\
19426 Display diagnosis of the multilingual environment (Mule).
19428 This shows various information related to the current multilingual
19429 environment, including lists of input methods, coding systems,
19430 character sets, and fontsets (if Emacs is running under a window
19431 system which uses fontsets).
19435 (defvar unicodedata-file nil "\
19436 Location of UnicodeData file.
19437 This is the UnicodeData.txt file from the Unicode consortium, used for
19438 diagnostics. If it is non-nil `describe-char-after' will print data
19439 looked up from it.")
19441 (custom-autoload 'unicodedata-file "mule-diag" t)
19443 (autoload 'unicode-data "mule-diag" "\
19444 Return a list of Unicode data for unicode CHAR.
19445 Each element is a list of a property description and the property value.
19446 The list is null if CHAR isn't found in `unicodedata-file'.
19448 \(fn CHAR)" nil nil)
19452 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment
19453 ;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode
19454 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
19455 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
19456 ;;;;;; truncate-string-to-width store-substring string-to-sequence)
19457 ;;;;;; "mule-util" "international/mule-util.el" (18339 17955))
19458 ;;; Generated autoloads from international/mule-util.el
19460 (autoload 'string-to-sequence "mule-util" "\
19461 Convert STRING to a sequence of TYPE which contains characters in STRING.
19462 TYPE should be `list' or `vector'.
19464 \(fn STRING TYPE)" nil nil)
19466 (make-obsolete 'string-to-sequence "use `string-to-list' or `string-to-vector'." "22.1")
19468 (defsubst string-to-list (string) "\
19469 Return a list of characters in STRING." (append string nil))
19471 (defsubst string-to-vector (string) "\
19472 Return a vector of characters in STRING." (vconcat string))
19474 (autoload 'store-substring "mule-util" "\
19475 Embed OBJ (string or character) at index IDX of STRING.
19477 \(fn STRING IDX OBJ)" nil nil)
19479 (autoload 'truncate-string-to-width "mule-util" "\
19480 Truncate string STR to end at column END-COLUMN.
19481 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
19482 column; that means to return the characters occupying columns
19483 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
19484 are specified in terms of character display width in the current
19485 buffer; see also `char-width'.
19487 The optional 4th arg PADDING, if non-nil, specifies a padding
19488 character (which should have a display width of 1) to add at the end
19489 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
19490 comes in the middle of a character in STR. PADDING is also added at
19491 the beginning of the result if column START-COLUMN appears in the
19492 middle of a character in STR.
19494 If PADDING is nil, no padding is added in these cases, so
19495 the resulting string may be narrower than END-COLUMN.
19497 If ELLIPSIS is non-nil, it should be a string which will replace the
19498 end of STR (including any padding) if it extends beyond END-COLUMN,
19499 unless the display width of STR is equal to or less than the display
19500 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
19501 defaults to \"...\".
19503 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
19505 (defsubst nested-alist-p (obj) "\
19506 Return t if OBJ is a nested alist.
19508 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
19509 any Lisp object, and BRANCHES is a list of cons cells of the form
19510 \(KEY-ELEMENT . NESTED-ALIST).
19512 You can use a nested alist to store any Lisp object (ENTRY) for a key
19513 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
19514 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
19516 (autoload 'set-nested-alist "mule-util" "\
19517 Set ENTRY for KEYSEQ in a nested alist ALIST.
19518 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
19520 Optional argument BRANCHES if non-nil is branches for a keyseq
19521 longer than KEYSEQ.
19522 See the documentation of `nested-alist-p' for more detail.
19524 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
19526 (autoload 'lookup-nested-alist "mule-util" "\
19527 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
19528 Optional 1st argument LEN specifies the length of KEYSEQ.
19529 Optional 2nd argument START specifies index of the starting key.
19530 The returned value is normally a nested alist of which
19531 car part is the entry for KEYSEQ.
19532 If ALIST is not deep enough for KEYSEQ, return number which is
19533 how many key elements at the front of KEYSEQ it takes
19534 to reach a leaf in ALIST.
19535 Optional 3rd argument NIL-FOR-TOO-LONG non-nil means return nil
19536 even if ALIST is not deep enough.
19538 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
19540 (autoload 'coding-system-post-read-conversion "mule-util" "\
19541 Return the value of CODING-SYSTEM's `post-read-conversion' property.
19543 \(fn CODING-SYSTEM)" nil nil)
19545 (autoload 'coding-system-pre-write-conversion "mule-util" "\
19546 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
19548 \(fn CODING-SYSTEM)" nil nil)
19550 (autoload 'coding-system-translation-table-for-decode "mule-util" "\
19551 Return the value of CODING-SYSTEM's `decode-translation-table' property.
19553 \(fn CODING-SYSTEM)" nil nil)
19555 (autoload 'coding-system-translation-table-for-encode "mule-util" "\
19556 Return the value of CODING-SYSTEM's `encode-translation-table' property.
19558 \(fn CODING-SYSTEM)" nil nil)
19560 (autoload 'with-coding-priority "mule-util" "\
19561 Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
19562 CODING-SYSTEMS is a list of coding systems. See
19563 `set-coding-priority'. This affects the implicit sorting of lists of
19564 coding sysems returned by operations such as `find-coding-systems-region'.
19566 \(fn CODING-SYSTEMS &rest BODY)" nil (quote macro))
19568 (autoload 'detect-coding-with-priority "mule-util" "\
19569 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
19570 PRIORITY-LIST is an alist of coding categories vs the corresponding
19571 coding systems ordered by priority.
19573 \(fn FROM TO PRIORITY-LIST)" nil (quote macro))
19575 (autoload 'detect-coding-with-language-environment "mule-util" "\
19576 Detect a coding system for the text between FROM and TO with LANG-ENV.
19577 The detection takes into account the coding system priorities for the
19578 language environment LANG-ENV.
19580 \(fn FROM TO LANG-ENV)" nil nil)
19582 (autoload 'char-displayable-p "mule-util" "\
19583 Return non-nil if we should be able to display CHAR.
19584 On a multi-font display, the test is only whether there is an
19585 appropriate font from the selected frame's fontset to display CHAR's
19586 charset in general. Since fonts may be specified on a per-character
19587 basis, this may not be accurate.
19589 \(fn CHAR)" nil nil)
19593 ;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
19594 ;;;;;; (18310 12043))
19595 ;;; Generated autoloads from mwheel.el
19597 (defvar mouse-wheel-mode nil "\
19598 Non-nil if Mouse-Wheel mode is enabled.
19599 See the command `mouse-wheel-mode' for a description of this minor mode.
19600 Setting this variable directly does not take effect;
19601 either customize it (see the info node `Easy Customization')
19602 or call the function `mouse-wheel-mode'.")
19604 (custom-autoload 'mouse-wheel-mode "mwheel" nil)
19606 (autoload 'mouse-wheel-mode "mwheel" "\
19607 Toggle mouse wheel support.
19608 With prefix argument ARG, turn on if positive, otherwise off.
19609 Return non-nil if the new state is enabled.
19611 \(fn &optional ARG)" t nil)
19613 (autoload 'mwheel-install "mwheel" "\
19614 Enable mouse wheel support.
19616 \(fn &optional UNINSTALL)" nil nil)
19620 ;;;### (autoloads (network-connection network-connection-to-service
19621 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
19622 ;;;;;; nslookup nslookup-host route arp netstat ipconfig ping traceroute)
19623 ;;;;;; "net-utils" "net/net-utils.el" (18310 12095))
19624 ;;; Generated autoloads from net/net-utils.el
19626 (autoload 'traceroute "net-utils" "\
19627 Run traceroute program for TARGET.
19629 \(fn TARGET)" t nil)
19631 (autoload 'ping "net-utils" "\
19633 If your system's ping continues until interrupted, you can try setting
19634 `ping-program-options'.
19638 (autoload 'ipconfig "net-utils" "\
19639 Run ipconfig program.
19643 (defalias 'ifconfig 'ipconfig)
19645 (autoload 'netstat "net-utils" "\
19646 Run netstat program.
19650 (autoload 'arp "net-utils" "\
19651 Run the arp program.
19655 (autoload 'route "net-utils" "\
19656 Run the route program.
19660 (autoload 'nslookup-host "net-utils" "\
19661 Lookup the DNS information for HOST.
19665 (autoload 'nslookup "net-utils" "\
19666 Run nslookup program.
19670 (autoload 'dns-lookup-host "net-utils" "\
19671 Lookup the DNS information for HOST (name or IP address).
19675 (autoload 'run-dig "net-utils" "\
19680 (autoload 'ftp "net-utils" "\
19685 (autoload 'finger "net-utils" "\
19686 Finger USER on HOST.
19688 \(fn USER HOST)" t nil)
19690 (autoload 'whois "net-utils" "\
19691 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
19692 If `whois-guess-server' is non-nil, then try to deduce the correct server
19693 from SEARCH-STRING. With argument, prompt for whois server.
19695 \(fn ARG SEARCH-STRING)" t nil)
19697 (autoload 'whois-reverse-lookup "net-utils" "\
19702 (autoload 'network-connection-to-service "net-utils" "\
19703 Open a network connection to SERVICE on HOST.
19705 \(fn HOST SERVICE)" t nil)
19707 (autoload 'network-connection "net-utils" "\
19708 Open a network connection to HOST on PORT.
19710 \(fn HOST PORT)" t nil)
19714 ;;;### (autoloads (comment-indent-new-line comment-auto-fill-only-comments
19715 ;;;;;; comment-dwim comment-or-uncomment-region comment-box comment-region
19716 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
19717 ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
19718 ;;;;;; comment-padding comment-style comment-column) "newcomment"
19719 ;;;;;; "newcomment.el" (18310 12043))
19720 ;;; Generated autoloads from newcomment.el
19722 (defalias 'indent-for-comment 'comment-indent)
19724 (defalias 'set-comment-column 'comment-set-column)
19726 (defalias 'kill-comment 'comment-kill)
19728 (defalias 'indent-new-comment-line 'comment-indent-new-line)
19730 (defvar comment-use-syntax 'undecided "\
19731 Non-nil if syntax-tables can be used instead of regexps.
19732 Can also be `undecided' which means that a somewhat expensive test will
19733 be used to try to determine whether syntax-tables should be trusted
19734 to understand comments or not in the given buffer.
19735 Major modes should set this variable.")
19737 (defvar comment-column 32 "\
19738 Column to indent right-margin comments to.
19739 Each mode may establish a different default value for this variable; you
19740 can set the value for a particular mode using that mode's hook.
19741 Comments might be indented to a different value in order not to go beyond
19742 `comment-fill-column' or in order to align them with surrounding comments.")
19744 (custom-autoload 'comment-column "newcomment" t)
19745 (put 'comment-column 'safe-local-variable 'integerp)
19747 (defvar comment-start nil "\
19748 *String to insert to start a new comment, or nil if no comment syntax.")
19749 (put 'comment-start 'safe-local-variable 'string-or-null-p)
19751 (defvar comment-start-skip nil "\
19752 *Regexp to match the start of a comment plus everything up to its body.
19753 If there are any \\(...\\) pairs, the comment delimiter text is held to begin
19754 at the place matched by the close of the first pair.")
19755 (put 'comment-start-skip 'safe-local-variable 'string-or-null-p)
19757 (defvar comment-end-skip nil "\
19758 Regexp to match the end of a comment plus everything up to its body.")
19759 (put 'comment-end-skip 'safe-local-variable 'string-or-null-p)
19761 (defvar comment-end "" "\
19762 *String to insert to end a new comment.
19763 Should be an empty string if comments are terminated by end-of-line.")
19764 (put 'comment-end 'safe-local-variable 'string-or-null-p)
19766 (defvar comment-indent-function 'comment-indent-default "\
19767 Function to compute desired indentation for a comment.
19768 This function is called with no args with point at the beginning of
19769 the comment's starting delimiter and should return either the desired
19770 column indentation or nil.
19771 If nil is returned, indentation is delegated to `indent-according-to-mode'.")
19773 (defvar comment-insert-comment-function nil "\
19774 Function to insert a comment when a line doesn't contain one.
19775 The function has no args.
19777 Applicable at least in modes for languages like fixed-format Fortran where
19778 comments always start in column zero.")
19780 (defvar comment-style 'indent-or-triple "\
19781 Style to be used for `comment-region'.
19782 See `comment-styles' for a list of available styles.")
19784 (custom-autoload 'comment-style "newcomment" t)
19786 (defvar comment-padding " " "\
19787 Padding string that `comment-region' puts between comment chars and text.
19788 Can also be an integer which will be automatically turned into a string
19789 of the corresponding number of spaces.
19791 Extra spacing between the comment characters and the comment text
19792 makes the comment easier to read. Default is 1. nil means 0.")
19794 (custom-autoload 'comment-padding "newcomment" t)
19796 (defvar comment-multi-line nil "\
19797 Non-nil means `comment-indent-new-line' continues comments.
19798 That is, it inserts no new terminator or starter.
19799 This affects `auto-fill-mode', which is the main reason to
19800 customize this variable.
19802 It also affects \\[indent-new-comment-line]. However, if you want this
19803 behavior for explicit filling, you might as well use \\[newline-and-indent].")
19805 (custom-autoload 'comment-multi-line "newcomment" t)
19807 (autoload 'comment-normalize-vars "newcomment" "\
19808 Check and setup the variables needed by other commenting functions.
19809 Functions autoloaded from newcomment.el, being entry points, should call
19810 this function before any other, so the rest of the code can assume that
19811 the variables are properly set.
19813 \(fn &optional NOERROR)" nil nil)
19815 (autoload 'comment-indent-default "newcomment" "\
19816 Default for `comment-indent-function'.
19820 (autoload 'comment-indent "newcomment" "\
19821 Indent this line's comment to `comment-column', or insert an empty comment.
19822 If CONTINUE is non-nil, use the `comment-continue' markers if any.
19824 \(fn &optional CONTINUE)" t nil)
19826 (autoload 'comment-set-column "newcomment" "\
19827 Set the comment column based on point.
19828 With no ARG, set the comment column to the current column.
19829 With just minus as arg, kill any comment on this line.
19830 With any other arg, set comment column to indentation of the previous comment
19831 and then align or create a comment on this line at that column.
19835 (autoload 'comment-kill "newcomment" "\
19836 Kill the comment on this line, if any.
19837 With prefix ARG, kill comments on that many lines starting with this one.
19841 (autoload 'uncomment-region "newcomment" "\
19842 Uncomment each line in the BEG .. END region.
19843 The numeric prefix ARG can specify a number of chars to remove from the
19846 \(fn BEG END &optional ARG)" t nil)
19848 (autoload 'comment-region "newcomment" "\
19849 Comment or uncomment each line in the region.
19850 With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END.
19851 Numeric prefix ARG means use ARG comment characters.
19852 If ARG is negative, delete that many comment characters instead.
19853 By default, comments start at the left margin, are terminated on each line,
19854 even for syntax in which newline does not end the comment and blank lines
19855 do not get comments. This can be changed with `comment-style'.
19857 The strings used as comment starts are built from
19858 `comment-start' without trailing spaces and `comment-padding'.
19860 \(fn BEG END &optional ARG)" t nil)
19862 (autoload 'comment-box "newcomment" "\
19863 Comment out the BEG .. END region, putting it inside a box.
19864 The numeric prefix ARG specifies how many characters to add to begin- and
19865 end- comment markers additionally to what `comment-add' already specifies.
19867 \(fn BEG END &optional ARG)" t nil)
19869 (autoload 'comment-or-uncomment-region "newcomment" "\
19870 Call `comment-region', unless the region only consists of comments,
19871 in which case call `uncomment-region'. If a prefix arg is given, it
19872 is passed on to the respective function.
19874 \(fn BEG END &optional ARG)" t nil)
19876 (autoload 'comment-dwim "newcomment" "\
19877 Call the comment command you want (Do What I Mean).
19878 If the region is active and `transient-mark-mode' is on, call
19879 `comment-region' (unless it only consists of comments, in which
19880 case it calls `uncomment-region').
19881 Else, if the current line is empty, call `comment-insert-comment-function'
19882 if it is defined, otherwise insert a comment and indent it.
19883 Else if a prefix ARG is specified, call `comment-kill'.
19884 Else, call `comment-indent'.
19885 You can configure `comment-style' to change the way regions are commented.
19889 (defvar comment-auto-fill-only-comments nil "\
19890 Non-nil means to only auto-fill inside comments.
19891 This has no effect in modes that do not define a comment syntax.")
19893 (custom-autoload 'comment-auto-fill-only-comments "newcomment" t)
19895 (autoload 'comment-indent-new-line "newcomment" "\
19896 Break line at point and indent, continuing comment if within one.
19897 This indents the body of the continued comment
19898 under the previous comment line.
19900 This command is intended for styles where you write a comment per line,
19901 starting a new comment (and terminating it if necessary) on each line.
19902 If you want to continue one comment across several lines, use \\[newline-and-indent].
19904 If a fill column is specified, it overrides the use of the comment column
19905 or comment indentation.
19907 The inserted newline is marked hard if variable `use-hard-newlines' is true,
19908 unless optional argument SOFT is non-nil.
19910 \(fn &optional SOFT)" t nil)
19914 ;;;### (autoloads (newsticker-show-news newsticker-start-ticker newsticker-start
19915 ;;;;;; newsticker-ticker-running-p newsticker-running-p) "newsticker"
19916 ;;;;;; "net/newsticker.el" (18310 12096))
19917 ;;; Generated autoloads from net/newsticker.el
19919 (autoload 'newsticker-running-p "newsticker" "\
19920 Check whether newsticker is running.
19921 Return t if newsticker is running, nil otherwise. Newsticker is
19922 considered to be running if the newsticker timer list is not empty.
19926 (autoload 'newsticker-ticker-running-p "newsticker" "\
19927 Check whether newsticker's actual ticker is running.
19928 Return t if ticker is running, nil otherwise. Newsticker is
19929 considered to be running if the newsticker timer list is not
19934 (autoload 'newsticker-start "newsticker" "\
19935 Start the newsticker.
19936 Start the timers for display and retrieval. If the newsticker, i.e. the
19937 timers, are running already a warning message is printed unless
19938 DO-NOT-COMPLAIN-IF-RUNNING is not nil.
19939 Run `newsticker-start-hook' if newsticker was not running already.
19941 \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil)
19943 (autoload 'newsticker-start-ticker "newsticker" "\
19944 Start newsticker's ticker (but not the news retrieval).
19945 Start display timer for the actual ticker if wanted and not
19950 (autoload 'newsticker-show-news "newsticker" "\
19951 Switch to newsticker buffer. You may want to bind this to a key.
19957 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19958 ;;;;;; (18310 12079))
19959 ;;; Generated autoloads from gnus/nndiary.el
19961 (autoload 'nndiary-generate-nov-databases "nndiary" "\
19962 Generate NOV databases in all nndiary directories.
19964 \(fn &optional SERVER)" t nil)
19968 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (18310
19970 ;;; Generated autoloads from gnus/nndoc.el
19972 (autoload 'nndoc-add-type "nndoc" "\
19973 Add document DEFINITION to the list of nndoc document definitions.
19974 If POSITION is nil or `last', the definition will be added
19975 as the last checked definition, if t or `first', add as the
19976 first definition, and if any other symbol, add after that
19977 symbol in the alist.
19979 \(fn DEFINITION &optional POSITION)" nil nil)
19983 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19984 ;;;;;; (18310 12079))
19985 ;;; Generated autoloads from gnus/nnfolder.el
19987 (autoload 'nnfolder-generate-active-file "nnfolder" "\
19988 Look for mbox folders in the nnfolder directory and make them into groups.
19989 This command does not work if you use short group names.
19995 ;;;### (autoloads (nnkiboze-generate-groups) "nnkiboze" "gnus/nnkiboze.el"
19996 ;;;;;; (18310 12080))
19997 ;;; Generated autoloads from gnus/nnkiboze.el
19999 (autoload 'nnkiboze-generate-groups "nnkiboze" "\
20000 \"Usage: emacs -batch -l nnkiboze -f nnkiboze-generate-groups\".
20001 Finds out what articles are to be part of the nnkiboze groups.
20007 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
20008 ;;;;;; (18310 12080))
20009 ;;; Generated autoloads from gnus/nnml.el
20011 (autoload 'nnml-generate-nov-databases "nnml" "\
20012 Generate NOV databases in all nnml directories.
20014 \(fn &optional SERVER)" t nil)
20018 ;;;### (autoloads (nnsoup-revert-variables nnsoup-set-variables nnsoup-pack-replies)
20019 ;;;;;; "nnsoup" "gnus/nnsoup.el" (18310 12081))
20020 ;;; Generated autoloads from gnus/nnsoup.el
20022 (autoload 'nnsoup-pack-replies "nnsoup" "\
20023 Make an outbound package of SOUP replies.
20027 (autoload 'nnsoup-set-variables "nnsoup" "\
20028 Use the SOUP methods for posting news and mailing mail.
20032 (autoload 'nnsoup-revert-variables "nnsoup" "\
20033 Revert posting and mailing methods to the standard Emacs methods.
20039 ;;;### (autoloads (disable-command enable-command disabled-command-function)
20040 ;;;;;; "novice" "novice.el" (18310 12043))
20041 ;;; Generated autoloads from novice.el
20043 (defvar disabled-command-function 'disabled-command-function "\
20044 Function to call to handle disabled commands.
20045 If nil, the feature is disabled, i.e., all commands work normally.")
20047 (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
20049 (autoload 'disabled-command-function "novice" "\
20052 \(fn &rest IGNORE)" nil nil)
20054 (autoload 'enable-command "novice" "\
20055 Allow COMMAND to be executed without special confirmation from now on.
20056 COMMAND must be a symbol.
20057 This command alters the user's .emacs file so that this will apply
20058 to future sessions.
20060 \(fn COMMAND)" t nil)
20062 (autoload 'disable-command "novice" "\
20063 Require special confirmation to execute COMMAND from now on.
20064 COMMAND must be a symbol.
20065 This command alters the user's .emacs file so that this will apply
20066 to future sessions.
20068 \(fn COMMAND)" t nil)
20072 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
20073 ;;;;;; (18310 12118))
20074 ;;; Generated autoloads from textmodes/nroff-mode.el
20076 (autoload 'nroff-mode "nroff-mode" "\
20077 Major mode for editing text intended for nroff to format.
20079 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
20080 Also, try `nroff-electric-mode', for automatically inserting
20081 closing requests for requests that are used in matched pairs.
20087 ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
20088 ;;;;;; (18310 12100))
20089 ;;; Generated autoloads from nxml/nxml-glyph.el
20091 (autoload 'nxml-glyph-display-string "nxml-glyph" "\
20092 Return a string that can display a glyph for Unicode code-point N.
20093 FACE gives the face that will be used for displaying the string.
20094 Return nil if the face cannot display a glyph for N.
20096 \(fn N FACE)" nil nil)
20100 ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (18324
20102 ;;; Generated autoloads from nxml/nxml-mode.el
20104 (autoload 'nxml-mode "nxml-mode" "\
20105 Major mode for editing XML.
20107 Syntax highlighting is performed unless the variable
20108 `nxml-syntax-highlight-flag' is nil.
20110 \\[nxml-finish-element] finishes the current element by inserting an end-tag.
20111 C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
20112 leaving point between the start-tag and end-tag.
20113 \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
20114 the start-tag, point, and end-tag are all left on separate lines.
20115 If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
20116 automatically inserts the rest of the end-tag.
20118 \\[nxml-complete] performs completion on the symbol preceding point.
20120 \\[nxml-dynamic-markup-word] uses the contents of the current buffer
20121 to choose a tag to put around the word preceding point.
20123 Sections of the document can be displayed in outline form. The
20124 variable `nxml-section-element-name-regexp' controls when an element
20125 is recognized as a section. The same key sequences that change
20126 visibility in outline mode are used except that they start with C-c C-o
20129 Validation is provided by the related minor-mode `rng-validate-mode'.
20130 This also makes completion schema- and context- sensitive. Element
20131 names, attribute names, attribute values and namespace URIs can all be
20132 completed. By default, `rng-validate-mode' is automatically enabled. You
20133 can toggle it using \\[rng-validate-mode] or change the default by
20134 customizing `rng-nxml-auto-validate-flag'.
20136 \\[indent-for-tab-command] indents the current line appropriately.
20137 This can be customized using the variable `nxml-child-indent'
20138 and the variable `nxml-attribute-indent'.
20140 \\[nxml-insert-named-char] inserts a character reference using
20141 the character's name (by default, the Unicode name). \\[universal-argument] \\[nxml-insert-named-char]
20142 inserts the character directly.
20144 The Emacs commands that normally operate on balanced expressions will
20145 operate on XML markup items. Thus \\[forward-sexp] will move forward
20146 across one markup item; \\[backward-sexp] will move backward across
20147 one markup item; \\[kill-sexp] will kill the following markup item;
20148 \\[mark-sexp] will mark the following markup item. By default, each
20149 tag each treated as a single markup item; to make the complete element
20150 be treated as a single markup item, set the variable
20151 `nxml-sexp-element-flag' to t. For more details, see the function
20152 `nxml-forward-balanced-item'.
20154 \\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
20156 Many aspects this mode can be customized using
20157 \\[customize-group] nxml RET.
20163 ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
20164 ;;;;;; "nxml/nxml-uchnm.el" (18312 40673))
20165 ;;; Generated autoloads from nxml/nxml-uchnm.el
20167 (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
20168 Enable the use of Unicode standard names for characters.
20169 The Unicode blocks for which names are enabled is controlled by
20170 the variable `nxml-enabled-unicode-blocks'.
20176 ;;;### (autoloads (octave-help) "octave-hlp" "progmodes/octave-hlp.el"
20177 ;;;;;; (18310 12112))
20178 ;;; Generated autoloads from progmodes/octave-hlp.el
20180 (autoload 'octave-help "octave-hlp" "\
20181 Get help on Octave symbols from the Octave info files.
20182 Look up KEY in the function, operator and variable indices of the files
20183 specified by `octave-help-files'.
20184 If KEY is not a string, prompt for it with completion.
20190 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
20191 ;;;;;; (18310 12112))
20192 ;;; Generated autoloads from progmodes/octave-inf.el
20194 (autoload 'inferior-octave "octave-inf" "\
20195 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
20196 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
20198 Unless ARG is non-nil, switches to this buffer.
20200 The elements of the list `inferior-octave-startup-args' are sent as
20201 command line arguments to the inferior Octave process on startup.
20203 Additional commands to be executed on startup can be provided either in
20204 the file specified by `inferior-octave-startup-file' or by the default
20205 startup file, `~/.emacs-octave'.
20207 \(fn &optional ARG)" t nil)
20209 (defalias 'run-octave 'inferior-octave)
20213 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
20214 ;;;;;; (18310 12112))
20215 ;;; Generated autoloads from progmodes/octave-mod.el
20217 (autoload 'octave-mode "octave-mod" "\
20218 Major mode for editing Octave code.
20220 This mode makes it easier to write Octave code by helping with
20221 indentation, doing some of the typing for you (with Abbrev mode) and by
20222 showing keywords, comments, strings, etc.. in different faces (with
20223 Font Lock mode on terminals that support it).
20225 Octave itself is a high-level language, primarily intended for numerical
20226 computations. It provides a convenient command line interface for
20227 solving linear and nonlinear problems numerically. Function definitions
20228 can also be stored in files, and it can be used in a batch mode (which
20229 is why you need this mode!).
20231 The latest released version of Octave is always available via anonymous
20232 ftp from ftp.octave.org in the directory `/pub/octave'. Complete
20233 source and binaries for several popular systems are available.
20235 Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords.
20240 \\{octave-mode-map}
20242 Variables you can use to customize Octave mode
20243 ==============================================
20245 `octave-auto-indent'
20246 Non-nil means indent current line after a semicolon or space.
20249 `octave-auto-newline'
20250 Non-nil means auto-insert a newline and indent after a semicolon.
20253 `octave-blink-matching-block'
20254 Non-nil means show matching begin of block when inserting a space,
20255 newline or semicolon after an else or end keyword. Default is t.
20257 `octave-block-offset'
20258 Extra indentation applied to statements in block structures.
20261 `octave-continuation-offset'
20262 Extra indentation applied to Octave continuation lines.
20265 `octave-continuation-string'
20266 String used for Octave continuation lines.
20267 Default is a backslash.
20269 `octave-send-echo-input'
20270 Non-nil means always display `inferior-octave-buffer' after sending a
20271 command to the inferior Octave process.
20273 `octave-send-line-auto-forward'
20274 Non-nil means always go to the next unsent line of Octave code after
20275 sending a line to the inferior Octave process.
20277 `octave-send-echo-input'
20278 Non-nil means echo input sent to the inferior Octave process.
20280 Turning on Octave mode runs the hook `octave-mode-hook'.
20282 To begin using this mode for all `.m' files that you edit, add the
20283 following lines to your `.emacs' file:
20285 (add-to-list 'auto-mode-alist '(\"\\\\.m\\\\'\" . octave-mode))
20287 To automatically turn on the abbrev and auto-fill features,
20288 add the following lines to your `.emacs' file as well:
20290 (add-hook 'octave-mode-hook
20293 (auto-fill-mode 1)))
20295 To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
20296 This automatically sets up a mail buffer with version information
20297 already added. You just need to add a description of the problem,
20298 including a reproducible test case and send the message.
20304 ;;;### (autoloads (edit-options list-options) "options" "obsolete/options.el"
20305 ;;;;;; (18310 12103))
20306 ;;; Generated autoloads from obsolete/options.el
20308 (autoload 'list-options "options" "\
20309 Display a list of Emacs user options, with values and documentation.
20310 It is now better to use Customize instead.
20314 (autoload 'edit-options "options" "\
20315 Edit a list of Emacs user option values.
20316 Selects a buffer containing such a list,
20317 in which there are commands to set the option values.
20318 Type \\[describe-mode] in that buffer for a list of commands.
20320 The Custom feature is intended to make this obsolete.
20326 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20327 ;;;;;; org-export-icalendar-this-file org-diary org-agenda-list-stuck-projects
20328 ;;;;;; org-tags-view org-todo-list org-agenda-list org-cycle-agenda-files
20329 ;;;;;; org-batch-store-agenda-views org-store-agenda-views org-batch-agenda-csv
20330 ;;;;;; org-batch-agenda org-agenda org-agenda-to-appt org-remember-handler
20331 ;;;;;; org-remember org-remember-apply-template org-remember-annotation
20332 ;;;;;; org-remember-insinuate org-open-at-point-global org-insert-link-global
20333 ;;;;;; org-store-link orgtbl-mode turn-on-orgtbl org-run-like-in-org-mode
20334 ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
20335 ;;;;;; org-cycle org-mode) "org" "textmodes/org.el" (18329 52192))
20336 ;;; Generated autoloads from textmodes/org.el
20338 (autoload 'org-mode "org" "\
20339 Outline-based notes management and organizer, alias
20340 \"Carsten's outline-mode for keeping track of everything.\"
20342 Org-mode develops organizational tasks around a NOTES file which
20343 contains information about projects as plain text. Org-mode is
20344 implemented on top of outline-mode, which is ideal to keep the content
20345 of large files well structured. It supports ToDo items, deadlines and
20346 time stamps, which magically appear in the diary listing of the Emacs
20347 calendar. Tables are easily created with a built-in table editor.
20348 Plain text URL-like links connect to websites, emails (VM), Usenet
20349 messages (Gnus), BBDB entries, and any files related to the project.
20350 For printing and sharing of notes, an Org-mode file (or a part of it)
20351 can be exported as a structured ASCII or HTML file.
20353 The following commands are available:
20359 (autoload 'org-cycle "org" "\
20360 Visibility cycling for Org-mode.
20362 - When this function is called with a prefix argument, rotate the entire
20363 buffer through 3 states (global cycling)
20364 1. OVERVIEW: Show only top-level headlines.
20365 2. CONTENTS: Show all headlines of all levels, but no body text.
20366 3. SHOW ALL: Show everything.
20368 - When point is at the beginning of a headline, rotate the subtree started
20369 by this line through 3 different states (local cycling)
20370 1. FOLDED: Only the main headline is shown.
20371 2. CHILDREN: The main headline and the direct children are shown.
20372 From this state, you can move to one of the children
20373 and zoom in further.
20374 3. SUBTREE: Show the entire subtree, including body text.
20376 - When there is a numeric prefix, go up to a heading with level ARG, do
20377 a `show-subtree' and return to the previous cursor position. If ARG
20378 is negative, go up that many levels.
20380 - When point is not at the beginning of a headline, execute
20381 `indent-relative', like TAB normally does. See the option
20382 `org-cycle-emulate-tab' for details.
20384 - Special case: if point is at the beginning of the buffer and there is
20385 no headline in line 1, this function will act as if called with prefix arg.
20386 But only if also the variable `org-cycle-global-at-bob' is t.
20388 \(fn &optional ARG)" t nil)
20390 (autoload 'org-global-cycle "org" "\
20391 Cycle the global visibility. For details see `org-cycle'.
20393 \(fn &optional ARG)" t nil)
20395 (autoload 'orgstruct-mode "org" "\
20396 Toggle the minor more `orgstruct-mode'.
20397 This mode is for using Org-mode structure commands in other modes.
20398 The following key behave as if Org-mode was active, if the cursor
20399 is on a headline, or on a plain list item (both in the definition
20402 M-up Move entry/item up
20403 M-down Move entry/item down
20406 M-S-up Move entry/item up
20407 M-S-down Move entry/item down
20408 M-S-left Promote subtree
20409 M-S-right Demote subtree
20410 M-q Fill paragraph and items like in Org-mode
20412 C-c - Cycle list bullet
20413 TAB Cycle item visibility
20414 M-RET Insert new heading/item
20415 S-M-RET Insert new TODO heading / Chekbox item
20416 C-c C-c Set tags / toggle checkbox
20418 \(fn &optional ARG)" t nil)
20420 (autoload 'turn-on-orgstruct "org" "\
20421 Unconditionally turn on `orgstruct-mode'.
20425 (autoload 'turn-on-orgstruct++ "org" "\
20426 Unconditionally turn on `orgstruct-mode', and force org-mode indentations.
20427 In addition to setting orgstruct-mode, this also exports all indentation and
20428 autofilling variables from org-mode into the buffer. Note that turning
20429 off orgstruct-mode will *not* remove these additional settings.
20433 (autoload 'org-run-like-in-org-mode "org" "\
20436 \(fn CMD)" nil nil)
20438 (autoload 'turn-on-orgtbl "org" "\
20439 Unconditionally turn on `orgtbl-mode'.
20443 (autoload 'orgtbl-mode "org" "\
20444 The `org-mode' table editor as a minor mode for use in other modes.
20446 \(fn &optional ARG)" t nil)
20448 (autoload 'org-store-link "org" "\
20449 \\<org-mode-map>Store an org-link to the current location.
20450 This link can later be inserted into an org-buffer with
20451 \\[org-insert-link].
20452 For some link types, a prefix arg is interpreted:
20453 For links to usenet articles, arg negates `org-usenet-links-prefer-google'.
20454 For file links, arg negates `org-context-in-file-links'.
20458 (autoload 'org-insert-link-global "org" "\
20459 Insert a link like Org-mode does.
20460 This command can be called in any mode to insert a link in Org-mode syntax.
20464 (autoload 'org-open-at-point-global "org" "\
20465 Follow a link like Org-mode does.
20466 This command can be called in any mode to follow a link that has
20471 (autoload 'org-remember-insinuate "org" "\
20472 Setup remember.el for use wiht Org-mode.
20476 (autoload 'org-remember-annotation "org" "\
20477 Return a link to the current location as an annotation for remember.el.
20478 If you are using Org-mode files as target for data storage with
20479 remember.el, then the annotations should include a link compatible with the
20480 conventions in Org-mode. This function returns such a link.
20484 (autoload 'org-remember-apply-template "org" "\
20485 Initialize *remember* buffer with template, invoke `org-mode'.
20486 This function should be placed into `remember-mode-hook' and in fact requires
20487 to be run from that hook to function properly.
20489 \(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil)
20491 (autoload 'org-remember "org" "\
20492 Call `remember'. If this is already a remember buffer, re-apply template.
20493 If there is an active region, make sure remember uses it as initial content
20494 of the remember buffer.
20496 When called interactively with a `C-u' prefix argument GOTO, don't remember
20497 anything, just go to the file/headline where the selected template usually
20498 stores its notes. With a double prefix arg `C-u C-u', go to the last
20499 note stored by remember.
20501 Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character
20502 associated with a template in `org-remember-templates'.
20504 \(fn &optional GOTO ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil)
20506 (autoload 'org-remember-handler "org" "\
20507 Store stuff from remember.el into an org file.
20508 First prompts for an org file. If the user just presses return, the value
20509 of `org-default-notes-file' is used.
20510 Then the command offers the headings tree of the selected file in order to
20511 file the text at a specific location.
20512 You can either immediately press RET to get the note appended to the
20513 file, or you can use vertical cursor motion and visibility cycling (TAB) to
20514 find a better place. Then press RET or <left> or <right> in insert the note.
20516 Key Cursor position Note gets inserted
20517 -----------------------------------------------------------------------------
20518 RET buffer-start as level 1 heading at end of file
20519 RET on headline as sublevel of the heading at cursor
20520 RET no heading at cursor position, level taken from context.
20521 Or use prefix arg to specify level manually.
20522 <left> on headline as same level, before current heading
20523 <right> on headline as same level, after current heading
20525 So the fastest way to store the note is to press RET RET to append it to
20526 the default file. This way your current train of thought is not
20527 interrupted, in accordance with the principles of remember.el.
20528 You can also get the fast execution without prompting by using
20529 C-u C-c C-c to exit the remember buffer. See also the variable
20530 `org-remember-store-without-prompt'.
20532 Before being stored away, the function ensures that the text has a
20533 headline, i.e. a first line that starts with a \"*\". If not, a headline
20534 is constructed from the current date and some additional data.
20536 If the variable `org-adapt-indentation' is non-nil, the entire text is
20537 also indented so that it starts in the same column as the headline
20538 \(i.e. after the stars).
20540 See also the variable `org-reverse-note-order'.
20544 (autoload 'org-agenda-to-appt "org" "\
20545 Activate appointments found in `org-agenda-files'.
20546 When prefixed, prompt for a regular expression and use it as a
20547 filter: only add entries if they match this regular expression.
20549 FILTER can be a string. In this case, use this string as a
20550 regular expression to filter results.
20552 FILTER can also be an alist, with the car of each cell being
20553 either 'headline or 'category. For example:
20555 '((headline \"IMPORTANT\")
20556 (category \"Work\"))
20558 will only add headlines containing IMPORTANT or headlines
20559 belonging to the category \"Work\".
20561 \(fn &optional FILTER)" t nil)
20563 (autoload 'org-agenda "org" "\
20564 Dispatch agenda commands to collect entries to the agenda buffer.
20565 Prompts for a command to execute. Any prefix arg will be passed
20566 on to the selected command. The default selections are:
20568 a Call `org-agenda-list' to display the agenda for current day or week.
20569 t Call `org-todo-list' to display the global todo list.
20570 T Call `org-todo-list' to display the global todo list, select only
20571 entries with a specific TODO keyword (the user gets a prompt).
20572 m Call `org-tags-view' to display headlines with tags matching
20573 a condition (the user is prompted for the condition).
20574 M Like `m', but select only TODO entries, no ordinary headlines.
20575 L Create a timeline for the current buffer.
20576 e Export views to associated files.
20578 More commands can be added by configuring the variable
20579 `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
20580 searches can be pre-defined in this way.
20582 If the current buffer is in Org-mode and visiting a file, you can also
20583 first press `<' once to indicate that the agenda should be temporarily
20584 \(until the next use of \\[org-agenda]) restricted to the current file.
20585 Pressing `<' twice means to restrict to the current subtree or region
20588 \(fn ARG &optional KEYS RESTRICTION)" t nil)
20590 (autoload 'org-batch-agenda "org" "\
20591 Run an agenda command in batch mode and send the result to STDOUT.
20592 If CMD-KEY is a string of length 1, it is used as a key in
20593 `org-agenda-custom-commands' and triggers this command. If it is a
20594 longer string it is used as a tags/todo match string.
20595 Paramters are alternating variable names and values that will be bound
20596 before running the agenda command.
20598 \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
20600 (autoload 'org-batch-agenda-csv "org" "\
20601 Run an agenda command in batch mode and send the result to STDOUT.
20602 If CMD-KEY is a string of length 1, it is used as a key in
20603 `org-agenda-custom-commands' and triggers this command. If it is a
20604 longer string it is used as a tags/todo match string.
20605 Paramters are alternating variable names and values that will be bound
20606 before running the agenda command.
20608 The output gives a line for each selected agenda item. Each
20609 item is a list of comma-separated values, like this:
20611 category,head,type,todo,tags,date,time,extra,priority-l,priority-n
20613 category The category of the item
20614 head The headline, without TODO kwd, TAGS and PRIORITY
20615 type The type of the agenda entry, can be
20616 todo selected in TODO match
20617 tagsmatch selected in tags match
20618 diary imported from diary
20619 deadline a deadline on given date
20620 scheduled scheduled on given date
20621 timestamp entry has timestamp on given date
20622 closed entry was closed on given date
20623 upcoming-deadline warning about deadline
20624 past-scheduled forwarded scheduled item
20625 block entry has date block including g. date
20626 todo The todo keyword, if any
20627 tags All tags including inherited ones, separated by colons
20628 date The relevant date, like 2007-2-14
20629 time The time, like 15:00-16:50
20630 extra Sting with extra planning info
20631 priority-l The priority letter if any was given
20632 priority-n The computed numerical priority
20633 agenda-day The day in the agenda where this is listed
20635 \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
20637 (autoload 'org-store-agenda-views "org" "\
20640 \(fn &rest PARAMETERS)" t nil)
20642 (autoload 'org-batch-store-agenda-views "org" "\
20643 Run all custom agenda commands that have a file argument.
20645 \(fn &rest PARAMETERS)" nil (quote macro))
20647 (autoload 'org-cycle-agenda-files "org" "\
20648 Cycle through the files in `org-agenda-files'.
20649 If the current buffer visits an agenda file, find the next one in the list.
20650 If the current buffer does not, find the first agenda file.
20654 (autoload 'org-agenda-list "org" "\
20655 Produce a daily/weekly view from all files in variable `org-agenda-files'.
20656 The view will be for the current day or week, but from the overview buffer
20657 you will be able to go to other days/weeks.
20659 With one \\[universal-argument] prefix argument INCLUDE-ALL,
20660 all unfinished TODO items will also be shown, before the agenda.
20661 This feature is considered obsolete, please use the TODO list or a block
20664 With a numeric prefix argument in an interactive call, the agenda will
20665 span INCLUDE-ALL days. Lisp programs should instead specify NDAYS to change
20666 the number of days. NDAYS defaults to `org-agenda-ndays'.
20668 START-DAY defaults to TODAY, or to the most recent match for the weekday
20669 given in `org-agenda-start-on-weekday'.
20671 \(fn &optional INCLUDE-ALL START-DAY NDAYS)" t nil)
20673 (autoload 'org-todo-list "org" "\
20674 Show all TODO entries from all agenda file in a single list.
20675 The prefix arg can be used to select a specific TODO keyword and limit
20676 the list to these. When using \\[universal-argument], you will be prompted
20677 for a keyword. A numeric prefix directly selects the Nth keyword in
20678 `org-todo-keywords-1'.
20682 (autoload 'org-tags-view "org" "\
20683 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
20684 The prefix arg TODO-ONLY limits the search to TODO entries.
20686 \(fn &optional TODO-ONLY MATCH)" t nil)
20688 (autoload 'org-agenda-list-stuck-projects "org" "\
20689 Create agenda view for projects that are stuck.
20690 Stuck projects are project that have no next actions. For the definitions
20691 of what a project is and how to check if it stuck, customize the variable
20692 `org-stuck-projects'.
20693 MATCH is being ignored.
20695 \(fn &rest IGNORE)" t nil)
20697 (autoload 'org-diary "org" "\
20698 Return diary information from org-files.
20699 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
20700 It accesses org files and extracts information from those files to be
20701 listed in the diary. The function accepts arguments specifying what
20702 items should be listed. The following arguments are allowed:
20704 :timestamp List the headlines of items containing a date stamp or
20705 date range matching the selected date. Deadlines will
20706 also be listed, on the expiration day.
20708 :sexp List entries resulting from diary-like sexps.
20710 :deadline List any deadlines past due, or due within
20711 `org-deadline-warning-days'. The listing occurs only
20712 in the diary for *today*, not at any other date. If
20713 an entry is marked DONE, it is no longer listed.
20715 :scheduled List all items which are scheduled for the given date.
20716 The diary for *today* also contains items which were
20717 scheduled earlier and are not yet marked DONE.
20719 :todo List all TODO items from the org-file. This may be a
20720 long list - so this is not turned on by default.
20721 Like deadlines, these entries only show up in the
20722 diary for *today*, not at any other date.
20724 The call in the diary file should look like this:
20726 &%%(org-diary) ~/path/to/some/orgfile.org
20728 Use a separate line for each org file to check. Or, if you omit the file name,
20729 all files listed in `org-agenda-files' will be checked automatically:
20733 If you don't give any arguments (as in the example above), the default
20734 arguments (:deadline :scheduled :timestamp :sexp) are used.
20735 So the example above may also be written as
20737 &%%(org-diary :deadline :timestamp :sexp :scheduled)
20739 The function expects the lisp variables `entry' and `date' to be provided
20740 by the caller, because this is how the calendar works. Don't use this
20741 function from a program - use `org-agenda-get-day-entries' instead.
20743 \(fn &rest ARGS)" nil nil)
20745 (autoload 'org-export-icalendar-this-file "org" "\
20746 Export current file as an iCalendar file.
20747 The iCalendar file will be located in the same directory as the Org-mode
20748 file, but with extension `.ics'.
20752 (autoload 'org-export-icalendar-all-agenda-files "org" "\
20753 Export all files in `org-agenda-files' to iCalendar .ics files.
20754 Each iCalendar file will be located in the same directory as the Org-mode
20755 file, but with extension `.ics'.
20759 (autoload 'org-export-icalendar-combine-agenda-files "org" "\
20760 Export all files in `org-agenda-files' to a single combined iCalendar file.
20761 The file is stored under the name `org-combined-agenda-icalendar-file'.
20767 ;;;### (autoloads (org-export-as-latex org-export-region-as-latex
20768 ;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer
20769 ;;;;;; org-export-as-latex-batch) "org-export-latex" "textmodes/org-export-latex.el"
20770 ;;;;;; (18324 26617))
20771 ;;; Generated autoloads from textmodes/org-export-latex.el
20773 (autoload 'org-export-as-latex-batch "org-export-latex" "\
20774 Call `org-export-as-latex', may be used in batch processing as
20776 --load=$HOME/lib/emacs/org.el
20777 --eval \"(setq org-export-headline-levels 2)\"
20778 --visit=MyFile --funcall org-export-as-latex-batch
20782 (autoload 'org-export-as-latex-to-buffer "org-export-latex" "\
20783 Call `org-exort-as-latex` with output to a temporary buffer.
20784 No file is created. The prefix ARG is passed through to `org-export-as-latex'.
20788 (autoload 'org-replace-region-by-latex "org-export-latex" "\
20789 Replace the region from BEG to END with its LaTeX export.
20790 It assumes the region has `org-mode' syntax, and then convert it to
20791 LaTeX. This can be used in any buffer. For example, you could
20792 write an itemized list in `org-mode' syntax in an LaTeX buffer and
20793 then use this command to convert it.
20795 \(fn BEG END)" t nil)
20797 (autoload 'org-export-region-as-latex "org-export-latex" "\
20798 Convert region from BEG to END in `org-mode' buffer to LaTeX.
20799 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20800 contents, and only produce the region of converted text, useful for
20801 cut-and-paste operations.
20802 If BUFFER is a buffer or a string, use/create that buffer as a target
20803 of the converted LaTeX. If BUFFER is the symbol `string', return the
20804 produced LaTeX as a string and leave not buffer behind. For example,
20805 a Lisp program could call this function in the following way:
20807 (setq latex (org-export-region-as-latex beg end t 'string))
20809 When called interactively, the output buffer is selected, and shown
20810 in a window. A non-interactive call will only retunr the buffer.
20812 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20814 (autoload 'org-export-as-latex "org-export-latex" "\
20815 Export current buffer to a LaTeX file.
20816 If there is an active region, export only the region. The prefix
20817 ARG specifies how many levels of the outline should become
20818 headlines. The default is 3. Lower levels will be exported
20819 depending on `org-export-latex-low-levels'. The default is to
20820 convert them as description lists. When HIDDEN is non-nil, don't
20821 display the LaTeX buffer. EXT-PLIST is a property list with
20822 external parameters overriding org-mode's default settings, but
20823 still inferior to file-local settings. When TO-BUFFER is
20824 non-nil, create a buffer with that name and export to that
20825 buffer. If TO-BUFFER is the symbol `string', don't leave any
20826 buffer behind but just return the resulting LaTeX as a string.
20827 When BODY-ONLY is set, don't produce the file header and footer,
20828 simply return the content of \begin{document}...\end{document},
20829 without even the \begin{document} and \end{document} commands.
20831 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY)" t nil)
20835 ;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project
20836 ;;;;;; org-publish) "org-publish" "textmodes/org-publish.el" (18324
20838 ;;; Generated autoloads from textmodes/org-publish.el
20840 (autoload 'org-publish "org-publish" "\
20841 Publish the project PROJECT-NAME.
20843 \(fn PROJECT-NAME &optional FORCE)" t nil)
20845 (autoload 'org-publish-current-project "org-publish" "\
20846 Publish the project associated with the current file.
20847 With prefix argument, force publishing all files in project.
20849 \(fn &optional FORCE)" t nil)
20851 (autoload 'org-publish-current-file "org-publish" "\
20852 Publish the current file.
20853 With prefix argument, force publish the file.
20855 \(fn &optional FORCE)" t nil)
20857 (autoload 'org-publish-all "org-publish" "\
20858 Publish all projects.
20859 With prefix argument, force publish all files.
20861 \(fn &optional FORCE)" t nil)
20865 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20866 ;;;;;; (18329 52182))
20867 ;;; Generated autoloads from outline.el
20868 (put 'outline-regexp 'safe-local-variable 'string-or-null-p)
20870 (autoload 'outline-mode "outline" "\
20871 Set major mode for editing outlines with selective display.
20872 Headings are lines which start with asterisks: one for major headings,
20873 two for subheadings, etc. Lines not starting with asterisks are body lines.
20875 Body text or subheadings under a heading can be made temporarily
20876 invisible, or visible again. Invisible lines are attached to the end
20877 of the heading, so they move with it, if the line is killed and yanked
20878 back. A heading with text hidden under it is marked with an ellipsis (...).
20880 Commands:\\<outline-mode-map>
20881 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
20882 \\[outline-previous-visible-heading] outline-previous-visible-heading
20883 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
20884 \\[outline-backward-same-level] outline-backward-same-level
20885 \\[outline-up-heading] outline-up-heading move from subheading to heading
20887 \\[hide-body] make all text invisible (not headings).
20888 \\[show-all] make everything in buffer visible.
20889 \\[hide-sublevels] make only the first N levels of headers visible.
20891 The remaining commands are used when point is on a heading line.
20892 They apply to some of the body or subheadings of that heading.
20893 \\[hide-subtree] hide-subtree make body and subheadings invisible.
20894 \\[show-subtree] show-subtree make body and subheadings visible.
20895 \\[show-children] show-children make direct subheadings visible.
20896 No effect on body, or subheadings 2 or more levels down.
20897 With arg N, affects subheadings N levels down.
20898 \\[hide-entry] make immediately following body invisible.
20899 \\[show-entry] make it visible.
20900 \\[hide-leaves] make body under heading and under its subheadings invisible.
20901 The subheadings remain visible.
20902 \\[show-branches] make all subheadings at all levels visible.
20904 The variable `outline-regexp' can be changed to control what is a heading.
20905 A line is a heading if `outline-regexp' matches something at the
20906 beginning of the line. The longer the match, the deeper the level.
20908 Turning on outline mode calls the value of `text-mode-hook' and then of
20909 `outline-mode-hook', if they are non-nil.
20913 (autoload 'outline-minor-mode "outline" "\
20914 Toggle Outline minor mode.
20915 With arg, turn Outline minor mode on if arg is positive, off otherwise.
20916 See the command `outline-mode' for more information on this mode.
20918 \(fn &optional ARG)" t nil)
20922 ;;;### (autoloads nil "paragraphs" "textmodes/paragraphs.el" (18310
20924 ;;; Generated autoloads from textmodes/paragraphs.el
20925 (put 'paragraph-start 'safe-local-variable 'stringp)
20926 (put 'paragraph-separate 'safe-local-variable 'stringp)
20927 (put 'sentence-end-double-space 'safe-local-variable 'booleanp)
20928 (put 'sentence-end-without-period 'safe-local-variable 'booleanp)
20929 (put 'sentence-end-without-space 'safe-local-variable 'stringp)
20930 (put 'sentence-end 'safe-local-variable 'string-or-null-p)
20931 (put 'sentence-end-base 'safe-local-variable 'stringp)
20932 (put 'page-delimiter 'safe-local-variable 'stringp)
20933 (put 'paragraph-ignore-fill-prefix 'safe-local-variable 'booleanp)
20937 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (18310 12043))
20938 ;;; Generated autoloads from paren.el
20940 (defvar show-paren-mode nil "\
20941 Non-nil if Show-Paren mode is enabled.
20942 See the command `show-paren-mode' for a description of this minor mode.
20943 Setting this variable directly does not take effect;
20944 either customize it (see the info node `Easy Customization')
20945 or call the function `show-paren-mode'.")
20947 (custom-autoload 'show-paren-mode "paren" nil)
20949 (autoload 'show-paren-mode "paren" "\
20950 Toggle Show Paren mode.
20951 With prefix ARG, turn Show Paren mode on if and only if ARG is positive.
20952 Returns the new status of Show Paren mode (non-nil means on).
20954 When Show Paren mode is enabled, any matching parenthesis is highlighted
20955 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20957 \(fn &optional ARG)" t nil)
20961 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20962 ;;;;;; (18310 12059))
20963 ;;; Generated autoloads from calendar/parse-time.el
20965 (autoload 'parse-time-string "parse-time" "\
20966 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
20967 The values are identical to those of `decode-time', but any values that are
20968 unknown are returned as nil.
20970 \(fn STRING)" nil nil)
20974 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (18329
20976 ;;; Generated autoloads from progmodes/pascal.el
20978 (autoload 'pascal-mode "pascal" "\
20979 Major mode for editing Pascal code. \\<pascal-mode-map>
20980 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
20982 \\[pascal-complete-word] completes the word around current point with respect to position in code
20983 \\[pascal-show-completions] shows all possible completions at this point.
20985 Other useful functions are:
20987 \\[pascal-mark-defun] - Mark function.
20988 \\[pascal-insert-block] - insert begin ... end;
20989 \\[pascal-star-comment] - insert (* ... *)
20990 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
20991 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
20992 \\[pascal-beg-of-defun] - Move to beginning of current function.
20993 \\[pascal-end-of-defun] - Move to end of current function.
20994 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
20995 \\[pascal-outline-mode] - Enter `pascal-outline-mode'.
20997 Variables controlling indentation/edit style:
20999 pascal-indent-level (default 3)
21000 Indentation of Pascal statements with respect to containing block.
21001 pascal-case-indent (default 2)
21002 Indentation for case statements.
21003 pascal-auto-newline (default nil)
21004 Non-nil means automatically newline after semicolons and the punctuation
21006 pascal-indent-nested-functions (default t)
21007 Non-nil means nested functions are indented.
21008 pascal-tab-always-indent (default t)
21009 Non-nil means TAB in Pascal mode should always reindent the current line,
21010 regardless of where in the line point is when the TAB command is used.
21011 pascal-auto-endcomments (default t)
21012 Non-nil means a comment { ... } is set after the ends which ends cases and
21013 functions. The name of the function or case will be set between the braces.
21014 pascal-auto-lineup (default t)
21015 List of contexts where auto lineup of :'s or ='s should be done.
21017 See also the user variables pascal-type-keywords, pascal-start-keywords and
21018 pascal-separator-keywords.
21020 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
21021 no args, if that value is non-nil.
21027 ;;;### (autoloads (pc-bindings-mode) "pc-mode" "emulation/pc-mode.el"
21028 ;;;;;; (18310 12066))
21029 ;;; Generated autoloads from emulation/pc-mode.el
21031 (autoload 'pc-bindings-mode "pc-mode" "\
21032 Set up certain key bindings for PC compatibility.
21033 The keys affected are:
21034 Delete (and its variants) delete forward instead of backward.
21035 C-Backspace kills backward a word (as C-Delete normally would).
21036 M-Backspace does undo.
21037 Home and End move to beginning and end of line
21038 C-Home and C-End move to beginning and end of buffer.
21039 C-Escape does list-buffers.
21045 ;;;### (autoloads (pc-selection-mode) "pc-select" "emulation/pc-select.el"
21046 ;;;;;; (18310 12066))
21047 ;;; Generated autoloads from emulation/pc-select.el
21049 (defvar pc-selection-mode nil "\
21050 Non-nil if Pc-Selection mode is enabled.
21051 See the command `pc-selection-mode' for a description of this minor mode.
21052 Setting this variable directly does not take effect;
21053 either customize it (see the info node `Easy Customization')
21054 or call the function `pc-selection-mode'.")
21056 (custom-autoload 'pc-selection-mode "pc-select" nil)
21058 (autoload 'pc-selection-mode "pc-select" "\
21059 Change mark behavior to emulate Motif, MAC or MS-Windows cut and paste style.
21061 This mode enables Delete Selection mode and Transient Mark mode.
21063 The arrow keys (and others) are bound to new functions
21064 which modify the status of the mark.
21066 The ordinary arrow keys disable the mark.
21067 The shift-arrow keys move, leaving the mark behind.
21069 C-LEFT and C-RIGHT move back or forward one word, disabling the mark.
21070 S-C-LEFT and S-C-RIGHT move back or forward one word, leaving the mark behind.
21072 M-LEFT and M-RIGHT move back or forward one word or sexp, disabling the mark.
21073 S-M-LEFT and S-M-RIGHT move back or forward one word or sexp, leaving the mark
21074 behind. To control whether these keys move word-wise or sexp-wise set the
21075 variable `pc-select-meta-moves-sexps' after loading pc-select.el but before
21076 turning PC Selection mode on.
21078 C-DOWN and C-UP move back or forward a paragraph, disabling the mark.
21079 S-C-DOWN and S-C-UP move back or forward a paragraph, leaving the mark behind.
21081 HOME moves to beginning of line, disabling the mark.
21082 S-HOME moves to beginning of line, leaving the mark behind.
21083 With Ctrl or Meta, these keys move to beginning of buffer instead.
21085 END moves to end of line, disabling the mark.
21086 S-END moves to end of line, leaving the mark behind.
21087 With Ctrl or Meta, these keys move to end of buffer instead.
21089 PRIOR or PAGE-UP scrolls and disables the mark.
21090 S-PRIOR or S-PAGE-UP scrolls and leaves the mark behind.
21092 S-DELETE kills the region (`kill-region').
21093 S-INSERT yanks text from the kill ring (`yank').
21094 C-INSERT copies the region into the kill ring (`copy-region-as-kill').
21096 In addition, certain other PC bindings are imitated (to avoid this, set
21097 the variable `pc-select-selection-keys-only' to t after loading pc-select.el
21098 but before calling PC Selection mode):
21104 C-M-DELETE kill-sexp
21105 C-BACKSPACE backward-kill-word
21108 \(fn &optional ARG)" t nil)
21112 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (18310
21114 ;;; Generated autoloads from pcmpl-cvs.el
21116 (autoload 'pcomplete/cvs "pcmpl-cvs" "\
21117 Completion rules for the `cvs' command.
21123 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21124 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (18310 12044))
21125 ;;; Generated autoloads from pcmpl-gnu.el
21127 (autoload 'pcomplete/gzip "pcmpl-gnu" "\
21128 Completion for `gzip'.
21132 (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
21133 Completion for `bzip2'.
21137 (autoload 'pcomplete/make "pcmpl-gnu" "\
21138 Completion for GNU `make'.
21142 (autoload 'pcomplete/tar "pcmpl-gnu" "\
21143 Completion for the GNU tar utility.
21147 (defalias 'pcomplete/gdb 'pcomplete/xargs)
21151 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21152 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (18310 12044))
21153 ;;; Generated autoloads from pcmpl-linux.el
21155 (autoload 'pcomplete/kill "pcmpl-linux" "\
21156 Completion for GNU/Linux `kill', using /proc filesystem.
21160 (autoload 'pcomplete/umount "pcmpl-linux" "\
21161 Completion for GNU/Linux `umount'.
21165 (autoload 'pcomplete/mount "pcmpl-linux" "\
21166 Completion for GNU/Linux `mount'.
21172 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (18310
21174 ;;; Generated autoloads from pcmpl-rpm.el
21176 (autoload 'pcomplete/rpm "pcmpl-rpm" "\
21177 Completion for RedHat's `rpm' command.
21178 These rules were taken from the output of `rpm --help' on a RedHat 6.1
21179 system. They follow my interpretation of what followed, but since I'm
21180 not a major rpm user/builder, please send me any corrections you find.
21181 You can use \\[eshell-report-bug] to do so.
21187 ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21188 ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21189 ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (18350 11227))
21190 ;;; Generated autoloads from pcmpl-unix.el
21192 (autoload 'pcomplete/cd "pcmpl-unix" "\
21193 Completion for `cd'.
21197 (defalias 'pcomplete/pushd 'pcomplete/cd)
21199 (autoload 'pcomplete/rmdir "pcmpl-unix" "\
21200 Completion for `rmdir'.
21204 (autoload 'pcomplete/rm "pcmpl-unix" "\
21205 Completion for `rm'.
21209 (autoload 'pcomplete/xargs "pcmpl-unix" "\
21210 Completion for `xargs'.
21214 (defalias 'pcomplete/time 'pcomplete/xargs)
21216 (autoload 'pcomplete/which "pcmpl-unix" "\
21217 Completion for `which'.
21221 (autoload 'pcomplete/chown "pcmpl-unix" "\
21222 Completion for the `chown' command.
21226 (autoload 'pcomplete/chgrp "pcmpl-unix" "\
21227 Completion for the `chgrp' command.
21231 (autoload 'pcomplete/ssh "pcmpl-unix" "\
21232 Completion rules for the `ssh' command.
21236 (autoload 'pcomplete/scp "pcmpl-unix" "\
21237 Completion rules for the `scp' command.
21238 Includes files as well as host names followed by a colon.
21244 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21245 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21246 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (18310
21248 ;;; Generated autoloads from pcomplete.el
21250 (autoload 'pcomplete "pcomplete" "\
21251 Support extensible programmable completion.
21252 To use this function, just bind the TAB key to it, or add it to your
21253 completion functions list (it should occur fairly early in the list).
21255 \(fn &optional INTERACTIVELY)" t nil)
21257 (autoload 'pcomplete-reverse "pcomplete" "\
21258 If cycling completion is in use, cycle backwards.
21262 (autoload 'pcomplete-expand-and-complete "pcomplete" "\
21263 Expand the textual value of the current argument.
21264 This will modify the current buffer.
21268 (autoload 'pcomplete-continue "pcomplete" "\
21269 Complete without reference to any cycling completions.
21273 (autoload 'pcomplete-expand "pcomplete" "\
21274 Expand the textual value of the current argument.
21275 This will modify the current buffer.
21279 (autoload 'pcomplete-help "pcomplete" "\
21280 Display any help information relative to the current argument.
21284 (autoload 'pcomplete-list "pcomplete" "\
21285 Show the list of possible completions for the current argument.
21289 (autoload 'pcomplete-comint-setup "pcomplete" "\
21290 Setup a comint buffer to use pcomplete.
21291 COMPLETEF-SYM should be the symbol where the
21292 dynamic-complete-functions are kept. For comint mode itself,
21293 this is `comint-dynamic-complete-functions'.
21295 \(fn COMPLETEF-SYM)" nil nil)
21297 (autoload 'pcomplete-shell-setup "pcomplete" "\
21298 Setup shell-mode to use pcomplete.
21304 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21305 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21306 ;;;;;; "pcvs.el" (18324 26612))
21307 ;;; Generated autoloads from pcvs.el
21309 (autoload 'cvs-checkout "pcvs" "\
21310 Run a 'cvs checkout MODULES' in DIR.
21311 Feed the output to a *cvs* buffer, display it in the current window,
21312 and run `cvs-mode' on it.
21314 With a prefix argument, prompt for cvs FLAGS to use.
21316 \(fn MODULES DIR FLAGS &optional ROOT)" t nil)
21318 (autoload 'cvs-quickdir "pcvs" "\
21319 Open a *cvs* buffer on DIR without running cvs.
21320 With a prefix argument, prompt for a directory to use.
21321 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21322 prevents reuse of an existing *cvs* buffer.
21323 Optional argument NOSHOW if non-nil means not to display the buffer.
21326 \(fn DIR &optional FLAGS NOSHOW)" t nil)
21328 (autoload 'cvs-examine "pcvs" "\
21329 Run a `cvs -n update' in the specified DIRECTORY.
21330 That is, check what needs to be done, but don't change the disc.
21331 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21332 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21333 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21334 prevents reuse of an existing *cvs* buffer.
21335 Optional argument NOSHOW if non-nil means not to display the buffer.
21337 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21339 (autoload 'cvs-update "pcvs" "\
21340 Run a `cvs update' in the current working DIRECTORY.
21341 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21342 With a \\[universal-argument] prefix argument, prompt for a directory to use.
21343 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21344 prevents reuse of an existing *cvs* buffer.
21345 The prefix is also passed to `cvs-flags-query' to select the FLAGS
21348 \(fn DIRECTORY FLAGS)" t nil)
21350 (autoload 'cvs-status "pcvs" "\
21351 Run a `cvs status' in the current working DIRECTORY.
21352 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21353 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21354 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21355 prevents reuse of an existing *cvs* buffer.
21356 Optional argument NOSHOW if non-nil means not to display the buffer.
21358 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21360 (add-to-list 'completion-ignored-extensions "CVS/")
21362 (defvar cvs-dired-action 'cvs-quickdir "\
21363 The action to be performed when opening a CVS directory.
21364 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
21366 (custom-autoload 'cvs-dired-action "pcvs" t)
21368 (defvar cvs-dired-use-hook '(4) "\
21369 Whether or not opening a CVS directory should run PCL-CVS.
21370 A value of nil means never do it.
21371 ALWAYS means to always do it unless a prefix argument is given to the
21372 command that prompted the opening of the directory.
21373 Anything else means to do it only if the prefix arg is equal to this value.")
21375 (custom-autoload 'cvs-dired-use-hook "pcvs" t)
21377 (defun cvs-dired-noselect (dir) "\
21378 Run `cvs-examine' if DIR is a CVS administrative directory.
21379 The exact behavior is determined also by `cvs-dired-use-hook'." (when (stringp dir) (setq dir (directory-file-name dir)) (when (and (string= "CVS" (file-name-nondirectory dir)) (file-readable-p (expand-file-name "Entries" dir)) cvs-dired-use-hook (if (eq cvs-dired-use-hook (quote always)) (not current-prefix-arg) (equal current-prefix-arg cvs-dired-use-hook))) (save-excursion (funcall cvs-dired-action (file-name-directory dir) t t)))))
21383 ;;;### (autoloads nil "pcvs-defs" "pcvs-defs.el" (18329 52182))
21384 ;;; Generated autoloads from pcvs-defs.el
21386 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] '(menu-item "Directory Status" cvs-status :help "A more verbose status of a workarea")) (define-key m [checkout] '(menu-item "Checkout Module" cvs-checkout :help "Check out a module from the repository")) (define-key m [update] '(menu-item "Update Directory" cvs-update :help "Fetch updates from the repository")) (define-key m [examine] '(menu-item "Examine Directory" cvs-examine :help "Examine the current state of a workarea")) (fset 'cvs-global-menu m)))
21390 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21391 ;;;;;; (18339 17963))
21392 ;;; Generated autoloads from progmodes/perl-mode.el
21393 (put 'perl-indent-level 'safe-local-variable 'integerp)
21394 (put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
21395 (put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
21396 (put 'perl-brace-offset 'safe-local-variable 'integerp)
21397 (put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
21398 (put 'perl-label-offset 'safe-local-variable 'integerp)
21400 (autoload 'perl-mode "perl-mode" "\
21401 Major mode for editing Perl code.
21402 Expression and list commands understand all Perl brackets.
21403 Tab indents for Perl code.
21404 Comments are delimited with # ... \\n.
21405 Paragraphs are separated by blank lines only.
21406 Delete converts tabs to spaces as it moves back.
21408 Variables controlling indentation style:
21409 `perl-tab-always-indent'
21410 Non-nil means TAB in Perl mode should always indent the current line,
21411 regardless of where in the line point is when the TAB command is used.
21412 `perl-tab-to-comment'
21413 Non-nil means that for lines which don't need indenting, TAB will
21414 either delete an empty comment, indent an existing comment, move
21415 to end-of-line, or if at end-of-line already, create a new comment.
21417 Lines starting with this regular expression are not auto-indented.
21418 `perl-indent-level'
21419 Indentation of Perl statements within surrounding block.
21420 The surrounding block's indentation is the indentation
21421 of the line on which the open-brace appears.
21422 `perl-continued-statement-offset'
21423 Extra indentation given to a substatement, such as the
21424 then-clause of an if or body of a while.
21425 `perl-continued-brace-offset'
21426 Extra indentation given to a brace that starts a substatement.
21427 This is in addition to `perl-continued-statement-offset'.
21428 `perl-brace-offset'
21429 Extra indentation for line if it starts with an open brace.
21430 `perl-brace-imaginary-offset'
21431 An open brace following other text is treated as if it were
21432 this far to the right of the start of its line.
21433 `perl-label-offset'
21434 Extra indentation for line that is a label.
21435 `perl-indent-continued-arguments'
21436 Offset of argument lines relative to usual indentation.
21438 Various indentation styles: K&R BSD BLK GNU LW
21439 perl-indent-level 5 8 0 2 4
21440 perl-continued-statement-offset 5 8 4 2 4
21441 perl-continued-brace-offset 0 0 0 0 -4
21442 perl-brace-offset -5 -8 0 0 0
21443 perl-brace-imaginary-offset 0 0 4 0 0
21444 perl-label-offset -5 -8 -2 -2 -2
21446 Turning on Perl mode runs the normal hook `perl-mode-hook'.
21452 ;;;### (autoloads (pgg-snarf-keys pgg-snarf-keys-region pgg-insert-key
21453 ;;;;;; pgg-verify pgg-verify-region pgg-sign pgg-sign-region pgg-decrypt
21454 ;;;;;; pgg-decrypt-region pgg-encrypt pgg-encrypt-symmetric pgg-encrypt-symmetric-region
21455 ;;;;;; pgg-encrypt-region) "pgg" "pgg.el" (18310 12045))
21456 ;;; Generated autoloads from pgg.el
21458 (autoload 'pgg-encrypt-region "pgg" "\
21459 Encrypt the current region between START and END for RCPTS.
21461 If optional argument SIGN is non-nil, do a combined sign and encrypt.
21463 If optional PASSPHRASE is not specified, it will be obtained from the
21464 passphrase cache or user.
21466 \(fn START END RCPTS &optional SIGN PASSPHRASE)" t nil)
21468 (autoload 'pgg-encrypt-symmetric-region "pgg" "\
21469 Encrypt the current region between START and END symmetric with passphrase.
21471 If optional PASSPHRASE is not specified, it will be obtained from the
21474 \(fn START END &optional PASSPHRASE)" t nil)
21476 (autoload 'pgg-encrypt-symmetric "pgg" "\
21477 Encrypt the current buffer using a symmetric, rather than key-pair, cipher.
21479 If optional arguments START and END are specified, only encrypt within
21482 If optional PASSPHRASE is not specified, it will be obtained from the
21483 passphrase cache or user.
21485 \(fn &optional START END PASSPHRASE)" t nil)
21487 (autoload 'pgg-encrypt "pgg" "\
21488 Encrypt the current buffer for RCPTS.
21490 If optional argument SIGN is non-nil, do a combined sign and encrypt.
21492 If optional arguments START and END are specified, only encrypt within
21495 If optional PASSPHRASE is not specified, it will be obtained from the
21496 passphrase cache or user.
21498 \(fn RCPTS &optional SIGN START END PASSPHRASE)" t nil)
21500 (autoload 'pgg-decrypt-region "pgg" "\
21501 Decrypt the current region between START and END.
21503 If optional PASSPHRASE is not specified, it will be obtained from the
21504 passphrase cache or user.
21506 \(fn START END &optional PASSPHRASE)" t nil)
21508 (autoload 'pgg-decrypt "pgg" "\
21509 Decrypt the current buffer.
21511 If optional arguments START and END are specified, only decrypt within
21514 If optional PASSPHRASE is not specified, it will be obtained from the
21515 passphrase cache or user.
21517 \(fn &optional START END PASSPHRASE)" t nil)
21519 (autoload 'pgg-sign-region "pgg" "\
21520 Make the signature from text between START and END.
21522 If the optional 3rd argument CLEARTEXT is non-nil, it does not create
21523 a detached signature.
21525 If this function is called interactively, CLEARTEXT is enabled
21526 and the output is displayed.
21528 If optional PASSPHRASE is not specified, it will be obtained from the
21529 passphrase cache or user.
21531 \(fn START END &optional CLEARTEXT PASSPHRASE)" t nil)
21533 (autoload 'pgg-sign "pgg" "\
21534 Sign the current buffer.
21536 If the optional argument CLEARTEXT is non-nil, it does not create a
21537 detached signature.
21539 If optional arguments START and END are specified, only sign data
21542 If this function is called interactively, CLEARTEXT is enabled
21543 and the output is displayed.
21545 If optional PASSPHRASE is not specified, it will be obtained from the
21546 passphrase cache or user.
21548 \(fn &optional CLEARTEXT START END PASSPHRASE)" t nil)
21550 (autoload 'pgg-verify-region "pgg" "\
21551 Verify the current region between START and END.
21552 If the optional 3rd argument SIGNATURE is non-nil, it is treated as
21553 the detached signature of the current region.
21555 If the optional 4th argument FETCH is non-nil, we attempt to fetch the
21556 signer's public key from `pgg-default-keyserver-address'.
21558 \(fn START END &optional SIGNATURE FETCH)" t nil)
21560 (autoload 'pgg-verify "pgg" "\
21561 Verify the current buffer.
21562 If the optional argument SIGNATURE is non-nil, it is treated as
21563 the detached signature of the current region.
21564 If the optional argument FETCH is non-nil, we attempt to fetch the
21565 signer's public key from `pgg-default-keyserver-address'.
21566 If optional arguments START and END are specified, only verify data
21569 \(fn &optional SIGNATURE FETCH START END)" t nil)
21571 (autoload 'pgg-insert-key "pgg" "\
21572 Insert the ASCII armored public key.
21576 (autoload 'pgg-snarf-keys-region "pgg" "\
21577 Import public keys in the current region between START and END.
21579 \(fn START END)" t nil)
21581 (autoload 'pgg-snarf-keys "pgg" "\
21582 Import public keys in the current buffer.
21588 ;;;### (autoloads (pgg-gpg-symmetric-key-p) "pgg-gpg" "pgg-gpg.el"
21589 ;;;;;; (18310 12045))
21590 ;;; Generated autoloads from pgg-gpg.el
21592 (autoload 'pgg-gpg-symmetric-key-p "pgg-gpg" "\
21593 True if decoded armor MESSAGE-KEYS has symmetric encryption indicator.
21595 \(fn MESSAGE-KEYS)" nil nil)
21599 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21600 ;;;;;; (18310 12119))
21601 ;;; Generated autoloads from textmodes/picture.el
21603 (autoload 'picture-mode "picture" "\
21604 Switch to Picture mode, in which a quarter-plane screen model is used.
21605 \\<picture-mode-map>
21606 Printing characters replace instead of inserting themselves with motion
21607 afterwards settable by these commands:
21609 Move left after insertion: \\[picture-movement-left]
21610 Move right after insertion: \\[picture-movement-right]
21611 Move up after insertion: \\[picture-movement-up]
21612 Move down after insertion: \\[picture-movement-down]
21614 Move northwest (nw) after insertion: \\[picture-movement-nw]
21615 Move northeast (ne) after insertion: \\[picture-movement-ne]
21616 Move southwest (sw) after insertion: \\[picture-movement-sw]
21617 Move southeast (se) after insertion: \\[picture-movement-se]
21619 Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw]
21620 Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne]
21621 Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw]
21622 Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se]
21624 The current direction is displayed in the mode line. The initial
21625 direction is right. Whitespace is inserted and tabs are changed to
21626 spaces when required by movement. You can move around in the buffer
21627 with these commands:
21629 Move vertically to SAME column in previous line: \\[picture-move-down]
21630 Move vertically to SAME column in next line: \\[picture-move-up]
21631 Move to column following last
21632 non-whitespace character: \\[picture-end-of-line]
21633 Move right, inserting spaces if required: \\[picture-forward-column]
21634 Move left changing tabs to spaces if required: \\[picture-backward-column]
21635 Move in direction of current picture motion: \\[picture-motion]
21636 Move opposite to current picture motion: \\[picture-motion-reverse]
21637 Move to beginning of next line: \\[next-line]
21639 You can edit tabular text with these commands:
21641 Move to column beneath (or at) next interesting
21642 character (see variable `picture-tab-chars'): \\[picture-tab-search]
21643 Move to next stop in tab stop list: \\[picture-tab]
21644 Set tab stops according to context of this line: \\[picture-set-tab-stops]
21645 (With ARG, resets tab stops to default value.)
21646 Change the tab stop list: \\[edit-tab-stops]
21648 You can manipulate text with these commands:
21649 Clear ARG columns after point without moving: \\[picture-clear-column]
21650 Delete char at point: \\[delete-char]
21651 Clear ARG columns backward: \\[picture-backward-clear-column]
21652 Clear ARG lines, advancing over them: \\[picture-clear-line]
21653 (the cleared text is saved in the kill ring)
21654 Open blank line(s) beneath current line: \\[picture-open-line]
21656 You can manipulate rectangles with these commands:
21657 Clear a rectangle and save it: \\[picture-clear-rectangle]
21658 Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register]
21659 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
21660 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
21661 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
21662 Copies a rectangle to a register: \\[copy-rectangle-to-register]
21663 Undo effects of rectangle overlay commands: \\[advertised-undo]
21665 You can return to the previous mode with \\[picture-mode-exit], which
21666 also strips trailing whitespace from every line. Stripping is suppressed
21667 by supplying an argument.
21669 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
21671 Note that Picture mode commands will work outside of Picture mode, but
21672 they are not defaultly assigned to keys.
21676 (defalias 'edit-picture 'picture-mode)
21680 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21681 ;;;;;; (18310 12119))
21682 ;;; Generated autoloads from textmodes/po.el
21684 (autoload 'po-find-file-coding-system "po" "\
21685 Return a (DECODING . ENCODING) pair, according to PO file's charset.
21686 Called through `file-coding-system-alist', before the file is visited for real.
21688 \(fn ARG-LIST)" nil nil)
21692 ;;;### (autoloads (pong) "pong" "play/pong.el" (18310 12105))
21693 ;;; Generated autoloads from play/pong.el
21695 (autoload 'pong "pong" "\
21696 Play pong and waste time.
21697 This is an implementation of the classical game pong.
21698 Move left and right bats and try to bounce the ball to your opponent.
21700 pong-mode keybindings:\\<pong-mode-map>
21708 ;;;### (autoloads (pp-eval-last-sexp pp-eval-expression pp pp-buffer
21709 ;;;;;; pp-to-string) "pp" "emacs-lisp/pp.el" (18310 12064))
21710 ;;; Generated autoloads from emacs-lisp/pp.el
21712 (autoload 'pp-to-string "pp" "\
21713 Return a string containing the pretty-printed representation of OBJECT.
21714 OBJECT can be any Lisp object. Quoting characters are used as needed
21715 to make output that `read' can handle, whenever this is possible.
21717 \(fn OBJECT)" nil nil)
21719 (autoload 'pp-buffer "pp" "\
21720 Prettify the current buffer with printed representation of a Lisp object.
21724 (autoload 'pp "pp" "\
21725 Output the pretty-printed representation of OBJECT, any Lisp object.
21726 Quoting characters are printed as needed to make output that `read'
21727 can handle, whenever this is possible.
21728 Output stream is STREAM, or value of `standard-output' (which see).
21730 \(fn OBJECT &optional STREAM)" nil nil)
21732 (autoload 'pp-eval-expression "pp" "\
21733 Evaluate EXPRESSION and pretty-print its value.
21734 Also add the value to the front of the list in the variable `values'.
21736 \(fn EXPRESSION)" t nil)
21738 (autoload 'pp-eval-last-sexp "pp" "\
21739 Run `pp-eval-expression' on sexp before point (which see).
21740 With argument, pretty-print output into current buffer.
21741 Ignores leading comment characters.
21747 ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
21748 ;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
21749 ;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
21750 ;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
21751 ;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
21752 ;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
21753 ;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
21754 ;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
21755 ;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
21756 ;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
21757 ;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
21758 ;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
21759 ;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
21760 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
21761 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
21762 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21763 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21764 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21765 ;;;;;; (18310 12045))
21766 ;;; Generated autoloads from printing.el
21768 (autoload 'pr-interface "printing" "\
21769 Activate the printing interface buffer.
21771 If BUFFER is nil, the current buffer is used for printing.
21773 For more information, type \\[pr-interface-help].
21775 \(fn &optional BUFFER)" t nil)
21777 (autoload 'pr-ps-directory-preview "printing" "\
21778 Preview directory using ghostview.
21780 Interactively, the command prompts for N-UP printing number, a directory, a
21781 file name regexp for matching and, when you use a prefix argument (C-u), the
21782 command prompts the user for a file name, and saves the PostScript image in
21783 that file instead of saving it in a temporary file.
21785 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21786 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21787 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21788 save the image in a temporary file. If FILENAME is a string, save the
21789 PostScript image in a file with that name. If FILENAME is t, prompts for a
21792 See also documentation for `pr-list-directory'.
21794 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21796 (autoload 'pr-ps-directory-using-ghostscript "printing" "\
21797 Print directory using PostScript through ghostscript.
21799 Interactively, the command prompts for N-UP printing number, a directory, a
21800 file name regexp for matching and, when you use a prefix argument (C-u), the
21801 command prompts the user for a file name, and saves the PostScript image in
21802 that file instead of saving it in a temporary file.
21804 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21805 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21806 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21807 save the image in a temporary file. If FILENAME is a string, save the
21808 PostScript image in a file with that name. If FILENAME is t, prompts for a
21811 See also documentation for `pr-list-directory'.
21813 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21815 (autoload 'pr-ps-directory-print "printing" "\
21816 Print directory using PostScript printer.
21818 Interactively, the command prompts for N-UP printing number, a directory, a
21819 file name regexp for matching and, when you use a prefix argument (C-u), the
21820 command prompts the user for a file name, and saves the PostScript image in
21821 that file instead of saving it in a temporary file.
21823 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21824 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21825 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21826 save the image in a temporary file. If FILENAME is a string, save the
21827 PostScript image in a file with that name. If FILENAME is t, prompts for a
21830 See also documentation for `pr-list-directory'.
21832 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21834 (autoload 'pr-ps-directory-ps-print "printing" "\
21835 Print directory using PostScript printer or through ghostscript.
21837 It depends on `pr-print-using-ghostscript'.
21839 Interactively, the command prompts for N-UP printing number, a directory, a
21840 file name regexp for matching and, when you use a prefix argument (C-u), the
21841 command prompts the user for a file name, and saves the PostScript image in
21842 that file instead of saving it in a temporary file.
21844 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21845 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21846 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21847 save the image in a temporary file. If FILENAME is a string, save the
21848 PostScript image in a file with that name. If FILENAME is t, prompts for a
21851 See also documentation for `pr-list-directory'.
21853 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21855 (autoload 'pr-ps-buffer-preview "printing" "\
21856 Preview buffer using ghostview.
21858 Interactively, the command prompts for N-UP printing number and, when you use a
21859 prefix argument (C-u), the command prompts the user for a file name, and saves
21860 the PostScript image in that file instead of saving it in a temporary file.
21862 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21863 argument FILENAME is treated as follows: if it's nil, save the image in a
21864 temporary file. If FILENAME is a string, save the PostScript image in a file
21865 with that name. If FILENAME is t, prompts for a file name.
21867 \(fn N-UP &optional FILENAME)" t nil)
21869 (autoload 'pr-ps-buffer-using-ghostscript "printing" "\
21870 Print buffer using PostScript through ghostscript.
21872 Interactively, the command prompts for N-UP printing number and, when you use a
21873 prefix argument (C-u), the command prompts the user for a file name, and saves
21874 the PostScript image in that file instead of sending it to the printer.
21876 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21877 argument FILENAME is treated as follows: if it's nil, send the image to the
21878 printer. If FILENAME is a string, save the PostScript image in a file with
21879 that name. If FILENAME is t, prompts for a file name.
21881 \(fn N-UP &optional FILENAME)" t nil)
21883 (autoload 'pr-ps-buffer-print "printing" "\
21884 Print buffer using PostScript printer.
21886 Interactively, the command prompts for N-UP printing number and, when you use a
21887 prefix argument (C-u), the command prompts the user for a file name, and saves
21888 the PostScript image in that file instead of sending it to the printer.
21890 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21891 argument FILENAME is treated as follows: if it's nil, send the image to the
21892 printer. If FILENAME is a string, save the PostScript image in a file with
21893 that name. If FILENAME is t, prompts for a file name.
21895 \(fn N-UP &optional FILENAME)" t nil)
21897 (autoload 'pr-ps-buffer-ps-print "printing" "\
21898 Print buffer using PostScript printer or through ghostscript.
21900 It depends on `pr-print-using-ghostscript'.
21902 Interactively, the command prompts for N-UP printing number and, when you use a
21903 prefix argument (C-u), the command prompts the user for a file name, and saves
21904 the PostScript image in that file instead of sending it to the printer.
21906 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21907 argument FILENAME is treated as follows: if it's nil, send the image to the
21908 printer. If FILENAME is a string, save the PostScript image in a file with
21909 that name. If FILENAME is t, prompts for a file name.
21911 \(fn N-UP &optional FILENAME)" t nil)
21913 (autoload 'pr-ps-region-preview "printing" "\
21914 Preview region using ghostview.
21916 See also `pr-ps-buffer-preview'.
21918 \(fn N-UP &optional FILENAME)" t nil)
21920 (autoload 'pr-ps-region-using-ghostscript "printing" "\
21921 Print region using PostScript through ghostscript.
21923 See also `pr-ps-buffer-using-ghostscript'.
21925 \(fn N-UP &optional FILENAME)" t nil)
21927 (autoload 'pr-ps-region-print "printing" "\
21928 Print region using PostScript printer.
21930 See also `pr-ps-buffer-print'.
21932 \(fn N-UP &optional FILENAME)" t nil)
21934 (autoload 'pr-ps-region-ps-print "printing" "\
21935 Print region using PostScript printer or through ghostscript.
21937 See also `pr-ps-buffer-ps-print'.
21939 \(fn N-UP &optional FILENAME)" t nil)
21941 (autoload 'pr-ps-mode-preview "printing" "\
21942 Preview major mode using ghostview.
21944 See also `pr-ps-buffer-preview'.
21946 \(fn N-UP &optional FILENAME)" t nil)
21948 (autoload 'pr-ps-mode-using-ghostscript "printing" "\
21949 Print major mode using PostScript through ghostscript.
21951 See also `pr-ps-buffer-using-ghostscript'.
21953 \(fn N-UP &optional FILENAME)" t nil)
21955 (autoload 'pr-ps-mode-print "printing" "\
21956 Print major mode using PostScript printer.
21958 See also `pr-ps-buffer-print'.
21960 \(fn N-UP &optional FILENAME)" t nil)
21962 (autoload 'pr-ps-mode-ps-print "printing" "\
21963 Print major mode using PostScript or through ghostscript.
21965 See also `pr-ps-buffer-ps-print'.
21967 \(fn N-UP &optional FILENAME)" t nil)
21969 (autoload 'pr-printify-directory "printing" "\
21970 Replace nonprinting characters in directory with printable representations.
21971 The printable representations use ^ (for ASCII control characters) or hex.
21972 The characters tab, linefeed, space, return and formfeed are not affected.
21974 Interactively, the command prompts for a directory and a file name regexp for
21977 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21978 prompts for FILE(name)-REGEXP.
21980 See also documentation for `pr-list-directory'.
21982 \(fn &optional DIR FILE-REGEXP)" t nil)
21984 (autoload 'pr-printify-buffer "printing" "\
21985 Replace nonprinting characters in buffer with printable representations.
21986 The printable representations use ^ (for ASCII control characters) or hex.
21987 The characters tab, linefeed, space, return and formfeed are not affected.
21991 (autoload 'pr-printify-region "printing" "\
21992 Replace nonprinting characters in region with printable representations.
21993 The printable representations use ^ (for ASCII control characters) or hex.
21994 The characters tab, linefeed, space, return and formfeed are not affected.
21998 (autoload 'pr-txt-directory "printing" "\
21999 Print directory using text printer.
22001 Interactively, the command prompts for a directory and a file name regexp for
22004 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
22005 prompts for FILE(name)-REGEXP.
22007 See also documentation for `pr-list-directory'.
22009 \(fn &optional DIR FILE-REGEXP)" t nil)
22011 (autoload 'pr-txt-buffer "printing" "\
22012 Print buffer using text printer.
22016 (autoload 'pr-txt-region "printing" "\
22017 Print region using text printer.
22021 (autoload 'pr-txt-mode "printing" "\
22022 Print major mode using text printer.
22026 (autoload 'pr-despool-preview "printing" "\
22027 Preview spooled PostScript.
22029 Interactively, when you use a prefix argument (C-u), the command prompts the
22030 user for a file name, and saves the spooled PostScript image in that file
22031 instead of saving it in a temporary file.
22033 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22034 save the image in a temporary file. If FILENAME is a string, save the
22035 PostScript image in a file with that name.
22037 \(fn &optional FILENAME)" t nil)
22039 (autoload 'pr-despool-using-ghostscript "printing" "\
22040 Print spooled PostScript using ghostscript.
22042 Interactively, when you use a prefix argument (C-u), the command prompts the
22043 user for a file name, and saves the spooled PostScript image in that file
22044 instead of sending it to the printer.
22046 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22047 send the image to the printer. If FILENAME is a string, save the PostScript
22048 image in a file with that name.
22050 \(fn &optional FILENAME)" t nil)
22052 (autoload 'pr-despool-print "printing" "\
22053 Send the spooled PostScript to the printer.
22055 Interactively, when you use a prefix argument (C-u), the command prompts the
22056 user for a file name, and saves the spooled PostScript image in that file
22057 instead of sending it to the printer.
22059 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22060 send the image to the printer. If FILENAME is a string, save the PostScript
22061 image in a file with that name.
22063 \(fn &optional FILENAME)" t nil)
22065 (autoload 'pr-despool-ps-print "printing" "\
22066 Send the spooled PostScript to the printer or use ghostscript to print it.
22068 Interactively, when you use a prefix argument (C-u), the command prompts the
22069 user for a file name, and saves the spooled PostScript image in that file
22070 instead of sending it to the printer.
22072 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22073 send the image to the printer. If FILENAME is a string, save the PostScript
22074 image in a file with that name.
22076 \(fn &optional FILENAME)" t nil)
22078 (autoload 'pr-ps-file-preview "printing" "\
22079 Preview PostScript file FILENAME.
22081 \(fn FILENAME)" t nil)
22083 (autoload 'pr-ps-file-up-preview "printing" "\
22084 Preview PostScript file FILENAME.
22086 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
22088 (autoload 'pr-ps-file-using-ghostscript "printing" "\
22089 Print PostScript file FILENAME using ghostscript.
22091 \(fn FILENAME)" t nil)
22093 (autoload 'pr-ps-file-print "printing" "\
22094 Print PostScript file FILENAME.
22096 \(fn FILENAME)" t nil)
22098 (autoload 'pr-ps-file-ps-print "printing" "\
22099 Send PostScript file FILENAME to printer or use ghostscript to print it.
22101 \(fn FILENAME)" t nil)
22103 (autoload 'pr-ps-file-up-ps-print "printing" "\
22104 Process a PostScript file IFILENAME and send it to printer.
22106 Interactively, the command prompts for N-UP printing number, for an input
22107 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
22108 command prompts the user for an output PostScript file name OFILENAME, and
22109 saves the PostScript image in that file instead of sending it to the printer.
22111 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22112 argument IFILENAME is treated as follows: if it's t, prompts for an input
22113 PostScript file name; otherwise, it *must* be a string that it's an input
22114 PostScript file name. The argument OFILENAME is treated as follows: if it's
22115 nil, send the image to the printer. If OFILENAME is a string, save the
22116 PostScript image in a file with that name. If OFILENAME is t, prompts for a
22119 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
22121 (autoload 'pr-toggle-file-duplex "printing" "\
22122 Toggle duplex for PostScript file.
22126 (autoload 'pr-toggle-file-tumble "printing" "\
22127 Toggle tumble for PostScript file.
22129 If tumble is off, produces a printing suitable for binding on the left or
22131 If tumble is on, produces a printing suitable for binding at the top or
22136 (autoload 'pr-toggle-file-landscape "printing" "\
22137 Toggle landscape for PostScript file.
22141 (autoload 'pr-toggle-ghostscript "printing" "\
22142 Toggle printing using ghostscript.
22146 (autoload 'pr-toggle-faces "printing" "\
22147 Toggle printing with faces.
22151 (autoload 'pr-toggle-spool "printing" "\
22156 (autoload 'pr-toggle-duplex "printing" "\
22161 (autoload 'pr-toggle-tumble "printing" "\
22164 If tumble is off, produces a printing suitable for binding on the left or
22166 If tumble is on, produces a printing suitable for binding at the top or
22171 (autoload 'pr-toggle-landscape "printing" "\
22176 (autoload 'pr-toggle-upside-down "printing" "\
22177 Toggle upside-down.
22181 (autoload 'pr-toggle-line "printing" "\
22182 Toggle line number.
22186 (autoload 'pr-toggle-zebra "printing" "\
22187 Toggle zebra stripes.
22191 (autoload 'pr-toggle-header "printing" "\
22192 Toggle printing header.
22196 (autoload 'pr-toggle-header-frame "printing" "\
22197 Toggle printing header frame.
22201 (autoload 'pr-toggle-lock "printing" "\
22206 (autoload 'pr-toggle-region "printing" "\
22207 Toggle auto region.
22211 (autoload 'pr-toggle-mode "printing" "\
22216 (autoload 'pr-customize "printing" "\
22217 Customization of the `printing' group.
22219 \(fn &rest IGNORE)" t nil)
22221 (autoload 'lpr-customize "printing" "\
22222 Customization of the `lpr' group.
22224 \(fn &rest IGNORE)" t nil)
22226 (autoload 'pr-help "printing" "\
22227 Help for the printing package.
22229 \(fn &rest IGNORE)" t nil)
22231 (autoload 'pr-ps-name "printing" "\
22232 Interactively select a PostScript printer.
22236 (autoload 'pr-txt-name "printing" "\
22237 Interactively select a text printer.
22241 (autoload 'pr-ps-utility "printing" "\
22242 Interactively select a PostScript utility.
22246 (autoload 'pr-show-ps-setup "printing" "\
22247 Show current ps-print settings.
22249 \(fn &rest IGNORE)" t nil)
22251 (autoload 'pr-show-pr-setup "printing" "\
22252 Show current printing settings.
22254 \(fn &rest IGNORE)" t nil)
22256 (autoload 'pr-show-lpr-setup "printing" "\
22257 Show current lpr settings.
22259 \(fn &rest IGNORE)" t nil)
22261 (autoload 'pr-ps-fast-fire "printing" "\
22262 Fast fire function for PostScript printing.
22264 If a region is active, the region will be printed instead of the whole buffer.
22265 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22266 `pr-mode-alist' will be used, that is, the current buffer or region will be
22267 printed using `pr-ps-mode-ps-print'.
22270 Interactively, you have the following situations:
22272 M-x pr-ps-fast-fire RET
22273 The command prompts the user for a N-UP value and printing will
22274 immediatelly be done using the current active printer.
22276 C-u M-x pr-ps-fast-fire RET
22277 C-u 0 M-x pr-ps-fast-fire RET
22278 The command prompts the user for a N-UP value and also for a current
22279 PostScript printer, then printing will immediatelly be done using the new
22280 current active printer.
22282 C-u 1 M-x pr-ps-fast-fire RET
22283 The command prompts the user for a N-UP value and also for a file name,
22284 and saves the PostScript image in that file instead of sending it to the
22287 C-u 2 M-x pr-ps-fast-fire RET
22288 The command prompts the user for a N-UP value, then for a current
22289 PostScript printer and, finally, for a file name. Then change the active
22290 printer to that chosen by user and saves the PostScript image in
22291 that file instead of sending it to the printer.
22294 Noninteractively, the argument N-UP should be a positive integer greater than
22295 zero and the argument SELECT is treated as follows:
22297 If it's nil, send the image to the printer.
22299 If it's a list or an integer lesser or equal to zero, the command prompts
22300 the user for a current PostScript printer, then printing will immediatelly
22301 be done using the new current active printer.
22303 If it's an integer equal to 1, the command prompts the user for a file name
22304 and saves the PostScript image in that file instead of sending it to the
22307 If it's an integer greater or equal to 2, the command prompts the user for a
22308 current PostScript printer and for a file name. Then change the active
22309 printer to that chosen by user and saves the PostScript image in that file
22310 instead of sending it to the printer.
22312 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
22313 active printer and printing will immediatelly be done using the new active
22316 Otherwise, send the image to the printer.
22319 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22322 \(fn N-UP &optional SELECT)" t nil)
22324 (autoload 'pr-txt-fast-fire "printing" "\
22325 Fast fire function for text printing.
22327 If a region is active, the region will be printed instead of the whole buffer.
22328 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22329 `pr-mode-alist' will be used, that is, the current buffer or region will be
22330 printed using `pr-txt-mode'.
22332 Interactively, when you use a prefix argument (C-u), the command prompts the
22333 user for a new active text printer.
22335 Noninteractively, the argument SELECT-PRINTER is treated as follows:
22337 If it's nil, the printing is sent to the current active text printer.
22339 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
22340 active printer and printing will immediatelly be done using the new active
22343 If it's non-nil, the command prompts the user for a new active text printer.
22345 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22348 \(fn &optional SELECT-PRINTER)" t nil)
22352 ;;;### (autoloads (switch-to-prolog prolog-mode) "prolog" "progmodes/prolog.el"
22353 ;;;;;; (18310 12113))
22354 ;;; Generated autoloads from progmodes/prolog.el
22356 (autoload 'prolog-mode "prolog" "\
22357 Major mode for editing Prolog code for Prologs.
22358 Blank lines and `%%...' separate paragraphs. `%'s start comments.
22360 \\{prolog-mode-map}
22361 Entry to this mode calls the value of `prolog-mode-hook'
22362 if that value is non-nil.
22366 (defalias 'run-prolog 'switch-to-prolog)
22368 (autoload 'switch-to-prolog "prolog" "\
22369 Run an inferior Prolog process, input and output via buffer *prolog*.
22370 With prefix argument \\[universal-prefix], prompt for the program to use.
22372 \(fn &optional NAME)" t nil)
22376 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (18340 21050))
22377 ;;; Generated autoloads from ps-bdf.el
22379 (defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
22380 *List of directories to search for `BDF' font files.
22381 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22385 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (18310
22387 ;;; Generated autoloads from progmodes/ps-mode.el
22389 (autoload 'ps-mode "ps-mode" "\
22390 Major mode for editing PostScript with GNU Emacs.
22392 Entry to this mode calls `ps-mode-hook'.
22394 The following variables hold user options, and can
22395 be set through the `customize' command:
22397 `ps-mode-auto-indent'
22399 `ps-mode-paper-size'
22400 `ps-mode-print-function'
22402 `ps-run-font-lock-keywords-2'
22406 `ps-run-error-line-numbers'
22409 Type \\[describe-variable] for documentation on these options.
22415 When starting an interactive PostScript process with \\[ps-run-start],
22416 a second window will be displayed, and `ps-run-mode-hook' will be called.
22417 The keymap for this second window is:
22419 \\{ps-run-mode-map}
22422 When Ghostscript encounters an error it displays an error message
22423 with a file position. Clicking mouse-2 on this number will bring
22424 point to the corresponding spot in the PostScript window, if input
22425 to the interpreter was sent from that window.
22426 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
22432 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
22433 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
22434 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22435 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22436 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22437 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (18340
22439 ;;; Generated autoloads from ps-print.el
22441 (defvar ps-page-dimensions-database (list (list 'a4 (/ (* 72 21.0) 2.54) (/ (* 72 29.7) 2.54) "A4") (list 'a3 (/ (* 72 29.7) 2.54) (/ (* 72 42.0) 2.54) "A3") (list 'letter (* 72 8.5) (* 72 11.0) "Letter") (list 'legal (* 72 8.5) (* 72 14.0) "Legal") (list 'letter-small (* 72 7.68) (* 72 10.16) "LetterSmall") (list 'tabloid (* 72 11.0) (* 72 17.0) "Tabloid") (list 'ledger (* 72 17.0) (* 72 11.0) "Ledger") (list 'statement (* 72 5.5) (* 72 8.5) "Statement") (list 'executive (* 72 7.5) (* 72 10.0) "Executive") (list 'a4small (* 72 7.47) (* 72 10.85) "A4Small") (list 'b4 (* 72 10.125) (* 72 14.33) "B4") (list 'b5 (* 72 7.16) (* 72 10.125) "B5")) "\
22442 *List associating a symbolic paper type to its width, height and doc media.
22443 See `ps-paper-type'.")
22445 (custom-autoload 'ps-page-dimensions-database "ps-print" t)
22447 (defvar ps-paper-type 'letter "\
22448 *Specify the size of paper to format for.
22449 Should be one of the paper types defined in `ps-page-dimensions-database', for
22450 example `letter', `legal' or `a4'.")
22452 (custom-autoload 'ps-paper-type "ps-print" t)
22454 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
22455 *Specify how buffer's text color is printed.
22459 nil Do not print colors.
22463 black-white Print colors on black/white printer.
22464 See also `ps-black-white-faces'.
22466 Any other value is treated as t.")
22468 (custom-autoload 'ps-print-color-p "ps-print" t)
22470 (autoload 'ps-print-customize "ps-print" "\
22471 Customization of ps-print group.
22475 (autoload 'ps-print-buffer "ps-print" "\
22476 Generate and print a PostScript image of the buffer.
22478 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22479 user for a file name, and saves the PostScript image in that file instead of
22480 sending it to the printer.
22482 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22483 send the image to the printer. If FILENAME is a string, save the PostScript
22484 image in a file with that name.
22486 \(fn &optional FILENAME)" t nil)
22488 (autoload 'ps-print-buffer-with-faces "ps-print" "\
22489 Generate and print a PostScript image of the buffer.
22490 Like `ps-print-buffer', but includes font, color, and underline information in
22491 the generated image. This command works only if you are using a window system,
22492 so it has a way to determine color values.
22494 \(fn &optional FILENAME)" t nil)
22496 (autoload 'ps-print-region "ps-print" "\
22497 Generate and print a PostScript image of the region.
22498 Like `ps-print-buffer', but prints just the current region.
22500 \(fn FROM TO &optional FILENAME)" t nil)
22502 (autoload 'ps-print-region-with-faces "ps-print" "\
22503 Generate and print a PostScript image of the region.
22504 Like `ps-print-region', but includes font, color, and underline information in
22505 the generated image. This command works only if you are using a window system,
22506 so it has a way to determine color values.
22508 \(fn FROM TO &optional FILENAME)" t nil)
22510 (autoload 'ps-spool-buffer "ps-print" "\
22511 Generate and spool a PostScript image of the buffer.
22512 Like `ps-print-buffer' except that the PostScript image is saved in a local
22513 buffer to be sent to the printer later.
22515 Use the command `ps-despool' to send the spooled images to the printer.
22519 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
22520 Generate and spool a PostScript image of the buffer.
22521 Like `ps-spool-buffer', but includes font, color, and underline information in
22522 the generated image. This command works only if you are using a window system,
22523 so it has a way to determine color values.
22525 Use the command `ps-despool' to send the spooled images to the printer.
22529 (autoload 'ps-spool-region "ps-print" "\
22530 Generate a PostScript image of the region and spool locally.
22531 Like `ps-spool-buffer', but spools just the current region.
22533 Use the command `ps-despool' to send the spooled images to the printer.
22535 \(fn FROM TO)" t nil)
22537 (autoload 'ps-spool-region-with-faces "ps-print" "\
22538 Generate a PostScript image of the region and spool locally.
22539 Like `ps-spool-region', but includes font, color, and underline information in
22540 the generated image. This command works only if you are using a window system,
22541 so it has a way to determine color values.
22543 Use the command `ps-despool' to send the spooled images to the printer.
22545 \(fn FROM TO)" t nil)
22547 (autoload 'ps-despool "ps-print" "\
22548 Send the spooled PostScript to the printer.
22550 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22551 user for a file name, and saves the spooled PostScript image in that file
22552 instead of sending it to the printer.
22554 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22555 send the image to the printer. If FILENAME is a string, save the PostScript
22556 image in a file with that name.
22558 \(fn &optional FILENAME)" t nil)
22560 (autoload 'ps-line-lengths "ps-print" "\
22561 Display the correspondence between a line length and a font size.
22562 Done using the current ps-print setup.
22563 Try: pr -t file | awk '{printf \"%3d %s
22564 \", length($0), $0}' | sort -r | head
22568 (autoload 'ps-nb-pages-buffer "ps-print" "\
22569 Display number of pages to print this buffer, for various font heights.
22570 The table depends on the current ps-print setup.
22572 \(fn NB-LINES)" t nil)
22574 (autoload 'ps-nb-pages-region "ps-print" "\
22575 Display number of pages to print the region, for various font heights.
22576 The table depends on the current ps-print setup.
22578 \(fn NB-LINES)" t nil)
22580 (autoload 'ps-setup "ps-print" "\
22581 Return the current PostScript-generation setup.
22585 (autoload 'ps-extend-face-list "ps-print" "\
22586 Extend face in ALIST-SYM.
22588 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
22589 with face extension in ALIST-SYM; otherwise, overrides.
22591 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22592 otherwise, it should be an alist symbol.
22594 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
22596 See `ps-extend-face' for documentation.
22598 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
22600 (autoload 'ps-extend-face "ps-print" "\
22601 Extend face in ALIST-SYM.
22603 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
22604 with face extensions in ALIST-SYM; otherwise, overrides.
22606 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22607 otherwise, it should be an alist symbol.
22609 The elements of FACE-EXTENSION list have the form:
22611 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
22613 FACE-NAME is a face name symbol.
22615 FOREGROUND and BACKGROUND may be nil or a string that denotes the
22616 foreground and background colors respectively.
22618 EXTENSION is one of the following symbols:
22619 bold - use bold font.
22620 italic - use italic font.
22621 underline - put a line under text.
22622 strikeout - like underline, but the line is in middle of text.
22623 overline - like underline, but the line is over the text.
22624 shadow - text will have a shadow.
22625 box - text will be surrounded by a box.
22626 outline - print characters as hollow outlines.
22628 If EXTENSION is any other symbol, it is ignored.
22630 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
22634 ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
22635 ;;;;;; (18324 26616))
22636 ;;; Generated autoloads from progmodes/python.el
22638 (add-to-list 'interpreter-mode-alist '("jython" . jython-mode))
22640 (add-to-list 'interpreter-mode-alist '("python" . python-mode))
22642 (add-to-list 'auto-mode-alist '("\\.py\\'" . python-mode))
22644 (autoload 'run-python "python" "\
22645 Run an inferior Python process, input and output via buffer *Python*.
22646 CMD is the Python command to run. NOSHOW non-nil means don't show the
22647 buffer automatically.
22649 Normally, if there is a process already running in `python-buffer',
22650 switch to that buffer. Interactively, a prefix arg allows you to edit
22651 the initial command line (default is `python-command'); `-i' etc. args
22652 will be added to this as appropriate. A new process is started if:
22653 one isn't running attached to `python-buffer', or interactively the
22654 default `python-command', or argument NEW is non-nil. See also the
22655 documentation for `python-buffer'.
22657 Runs the hook `inferior-python-mode-hook' (after the
22658 `comint-mode-hook' is run). (Type \\[describe-mode] in the process
22659 buffer for a list of commands.)
22661 \(fn &optional CMD NOSHOW NEW)" t nil)
22663 (autoload 'python-mode "python" "\
22664 Major mode for editing Python files.
22665 Font Lock mode is currently required for correct parsing of the source.
22666 See also `jython-mode', which is actually invoked if the buffer appears to
22667 contain Jython code. See also `run-python' and associated Python mode
22668 commands for running Python under Emacs.
22670 The Emacs commands which work with `defun's, e.g. \\[beginning-of-defun], deal
22671 with nested `def' and `class' blocks. They take the innermost one as
22672 current without distinguishing method and class definitions. Used multiple
22673 times, they move over others at the same indentation level until they reach
22674 the end of definitions at that level, when they move up a level.
22675 \\<python-mode-map>
22676 Colon is electric: it outdents the line if appropriate, e.g. for
22677 an else statement. \\[python-backspace] at the beginning of an indented statement
22678 deletes a level of indentation to close the current block; otherwise it
22679 deletes a character backward. TAB indents the current line relative to
22680 the preceding code. Successive TABs, with no intervening command, cycle
22681 through the possibilities for indentation on the basis of enclosing blocks.
22683 \\[fill-paragraph] fills comments and multi-line strings appropriately, but has no
22684 effect outside them.
22686 Supports Eldoc mode (only for functions, using a Python process),
22687 Info-Look and Imenu. In Outline minor mode, `class' and `def'
22688 lines count as headers. Symbol completion is available in the
22689 same way as in the Python shell using the `rlcompleter' module
22690 and this is added to the Hippie Expand functions locally if
22691 Hippie Expand mode is turned on. Completion of symbols of the
22692 form x.y only works if the components are literal
22693 module/attribute names, not variables. An abbrev table is set up
22694 with skeleton expansions for compound statement templates.
22696 \\{python-mode-map}
22700 (autoload 'jython-mode "python" "\
22701 Major mode for editing Jython files.
22702 Like `python-mode', but sets up parameters for Jython subprocesses.
22703 Runs `jython-mode-hook' after `python-mode-hook'.
22709 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22710 ;;;;;; (18310 12082))
22711 ;;; Generated autoloads from gnus/qp.el
22713 (autoload 'quoted-printable-decode-region "qp" "\
22714 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
22715 If CODING-SYSTEM is non-nil, decode bytes into characters with that
22718 Interactively, you can supply the CODING-SYSTEM argument
22719 with \\[universal-coding-system-argument].
22721 The CODING-SYSTEM argument is a historical hangover and is deprecated.
22722 QP encodes raw bytes and should be decoded into raw bytes. Decoding
22723 them into characters should be done separately.
22725 \(fn FROM TO &optional CODING-SYSTEM)" t nil)
22729 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
22730 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
22731 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22732 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
22733 ;;;;;; "international/quail.el" (18339 17956))
22734 ;;; Generated autoloads from international/quail.el
22736 (autoload 'quail-title "quail" "\
22737 Return the title of the current Quail package.
22741 (autoload 'quail-use-package "quail" "\
22742 Start using Quail package PACKAGE-NAME.
22743 The remaining arguments are libraries to be loaded before using the package.
22745 This activates input method defined by PACKAGE-NAME by running
22746 `quail-activate', which see.
22748 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
22750 (autoload 'quail-define-package "quail" "\
22751 Define NAME as a new Quail package for input LANGUAGE.
22752 TITLE is a string to be displayed at mode-line to indicate this package.
22753 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
22754 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
22755 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
22756 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
22758 GUIDANCE specifies how a guidance string is shown in echo area.
22759 If it is t, list of all possible translations for the current key is shown
22760 with the currently selected translation being highlighted.
22761 If it is an alist, the element has the form (CHAR . STRING). Each character
22762 in the current key is searched in the list and the corresponding string is
22764 If it is nil, the current key is shown.
22766 DOCSTRING is the documentation string of this package. The command
22767 `describe-input-method' shows this string while replacing the form
22768 \\=\\<VAR> in the string by the value of VAR. That value should be a
22769 string. For instance, the form \\=\\<quail-translation-docstring> is
22770 replaced by a description about how to select a translation from a
22771 list of candidates.
22773 TRANSLATION-KEYS specifies additional key bindings used while translation
22774 region is active. It is an alist of single key character vs. corresponding
22775 command to be called.
22777 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
22778 for the future to translate the same key. If this flag is nil, a
22779 translation selected for a key is remembered so that it can be the
22780 first candidate when the same key is entered later.
22782 DETERMINISTIC non-nil means the first candidate of translation is
22783 selected automatically without allowing users to select another
22784 translation for a key. In this case, unselected translations are of
22785 no use for an interactive use of Quail but can be used by some other
22786 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
22789 KBD-TRANSLATE non-nil means input characters are translated from a
22790 user's keyboard layout to the standard keyboard layout. See the
22791 documentation of `quail-keyboard-layout' and
22792 `quail-keyboard-layout-standard' for more detail.
22794 SHOW-LAYOUT non-nil means the `quail-help' command should show
22795 the user's keyboard layout visually with translated characters.
22796 If KBD-TRANSLATE is set, it is desirable to set also this flag unless
22797 this package defines no translations for single character keys.
22799 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
22800 map is an alist of translations and corresponding original keys.
22801 Although this map is not used by Quail itself, it can be used by some
22802 other programs. For instance, Vietnamese supporting needs this map to
22803 convert Vietnamese text to VIQR format which uses only ASCII
22804 characters to represent Vietnamese characters.
22806 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22807 length of the shortest sequence. When we don't have a translation of
22808 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
22809 the key at \"..AB\" and start translation of \"CD..\". Hangul
22810 packages, for instance, use this facility. If this flag is nil, we
22811 break the key just at \"..ABC\" and start translation of \"D..\".
22813 OVERLAY-PLIST if non-nil is a property list put on an overlay which
22814 covers Quail translation region.
22816 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
22817 the current translation region according to a new translation data. By
22818 default, a translated text or a user's key sequence (if no translation
22819 for it) is inserted.
22821 CONVERSION-KEYS specifies additional key bindings used while
22822 conversion region is active. It is an alist of single key character
22823 vs. corresponding command to be called.
22825 If SIMPLE is non-nil, then we do not alter the meanings of
22826 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
22827 non-Quail commands.
22829 \(fn NAME LANGUAGE TITLE &optional GUIDANCE DOCSTRING TRANSLATION-KEYS FORGET-LAST-SELECTION DETERMINISTIC KBD-TRANSLATE SHOW-LAYOUT CREATE-DECODE-MAP MAXIMUM-SHORTEST OVERLAY-PLIST UPDATE-TRANSLATION-FUNCTION CONVERSION-KEYS SIMPLE)" nil nil)
22831 (autoload 'quail-set-keyboard-layout "quail" "\
22832 Set the current keyboard layout to the same as keyboard KBD-TYPE.
22834 Since some Quail packages depends on a physical layout of keys (not
22835 characters generated by them), those are created by assuming the
22836 standard layout defined in `quail-keyboard-layout-standard'. This
22837 function tells Quail system the layout of your keyboard so that what
22838 you type is correctly handled.
22840 \(fn KBD-TYPE)" t nil)
22842 (autoload 'quail-show-keyboard-layout "quail" "\
22843 Show the physical layout of the keyboard type KEYBOARD-TYPE.
22845 The variable `quail-keyboard-layout-type' holds the currently selected
22848 \(fn &optional KEYBOARD-TYPE)" t nil)
22850 (autoload 'quail-define-rules "quail" "\
22851 Define translation rules of the current Quail package.
22852 Each argument is a list of KEY and TRANSLATION.
22853 KEY is a string meaning a sequence of keystrokes to be translated.
22854 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
22855 If it is a character, it is the sole translation of KEY.
22856 If it is a string, each character is a candidate for the translation.
22857 If it is a vector, each element (string or character) is a candidate
22858 for the translation.
22859 In these cases, a key specific Quail map is generated and assigned to KEY.
22861 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22862 it is used to handle KEY.
22864 The first argument may be an alist of annotations for the following
22865 rules. Each element has the form (ANNOTATION . VALUE), where
22866 ANNOTATION is a symbol indicating the annotation type. Currently
22867 the following annotation types are supported.
22869 append -- the value non-nil means that the following rules should
22870 be appended to the rules of the current Quail package.
22872 face -- the value is a face to use for displaying TRANSLATIONs in
22875 advice -- the value is a function to call after one of RULES is
22876 selected. The function is called with one argument, the
22877 selected TRANSLATION string, after the TRANSLATION is
22880 no-decode-map --- the value non-nil means that decoding map is not
22881 generated for the following translations.
22883 \(fn &rest RULES)" nil (quote macro))
22885 (autoload 'quail-install-map "quail" "\
22886 Install the Quail map MAP in the current Quail package.
22888 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22889 which to install MAP.
22891 The installed map can be referred by the function `quail-map'.
22893 \(fn MAP &optional NAME)" nil nil)
22895 (autoload 'quail-install-decode-map "quail" "\
22896 Install the Quail decode map DECODE-MAP in the current Quail package.
22898 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22899 which to install MAP.
22901 The installed decode map can be referred by the function `quail-decode-map'.
22903 \(fn DECODE-MAP &optional NAME)" nil nil)
22905 (autoload 'quail-defrule "quail" "\
22906 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
22907 KEY is a string meaning a sequence of keystrokes to be translated.
22908 TRANSLATION is a character, a string, a vector, a Quail map,
22909 a function, or a cons.
22910 It it is a character, it is the sole translation of KEY.
22911 If it is a string, each character is a candidate for the translation.
22912 If it is a vector, each element (string or character) is a candidate
22913 for the translation.
22914 If it is a cons, the car is one of the above and the cdr is a function
22915 to call when translating KEY (the return value is assigned to the
22916 variable `quail-current-data'). If the cdr part is not a function,
22917 the value itself is assigned to `quail-current-data'.
22918 In these cases, a key specific Quail map is generated and assigned to KEY.
22920 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22921 it is used to handle KEY.
22923 Optional 3rd argument NAME, if specified, says which Quail package
22924 to define this translation rule in. The default is to define it in the
22925 current Quail package.
22927 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
22928 to the current translations for KEY instead of replacing them.
22930 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
22932 (autoload 'quail-defrule-internal "quail" "\
22933 Define KEY as TRANS in a Quail map MAP.
22935 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
22936 current translations for KEY instead of replacing them.
22938 Optional 5th arg DECODE-MAP is a Quail decode map.
22940 Optional 6th arg PROPS is a property list annotating TRANS. See the
22941 function `quail-define-rules' for the detail.
22943 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
22945 (autoload 'quail-update-leim-list-file "quail" "\
22946 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
22947 DIRNAME is a directory containing Emacs input methods;
22948 normally, it should specify the `leim' subdirectory
22949 of the Emacs source tree.
22951 It searches for Quail packages under `quail' subdirectory of DIRNAME,
22952 and update the file \"leim-list.el\" in DIRNAME.
22954 When called from a program, the remaining arguments are additional
22955 directory names to search for Quail packages under `quail' subdirectory
22958 \(fn DIRNAME &rest DIRNAMES)" t nil)
22962 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22963 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22964 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (18310
22966 ;;; Generated autoloads from net/quickurl.el
22968 (defconst quickurl-reread-hook-postfix "\n;; Local Variables:\n;; eval: (progn (require 'quickurl) (add-hook 'local-write-file-hooks (lambda () (quickurl-read) nil)))\n;; End:\n" "\
22969 Example `quickurl-postfix' text that adds a local variable to the
22970 `quickurl-url-file' so that if you edit it by hand it will ensure that
22971 `quickurl-urls' is updated with the new URL list.
22973 To make use of this do something like:
22975 (setq quickurl-postfix quickurl-reread-hook-postfix)
22977 in your ~/.emacs (after loading/requiring quickurl).")
22979 (autoload 'quickurl "quickurl" "\
22980 Insert an URL based on LOOKUP.
22982 If not supplied LOOKUP is taken to be the word at point in the current
22983 buffer, this default action can be modifed via
22984 `quickurl-grab-lookup-function'.
22986 \(fn &optional LOOKUP)" t nil)
22988 (autoload 'quickurl-ask "quickurl" "\
22989 Insert an URL, with `completing-read' prompt, based on LOOKUP.
22991 \(fn LOOKUP)" t nil)
22993 (autoload 'quickurl-add-url "quickurl" "\
22994 Allow the user to interactively add a new URL associated with WORD.
22996 See `quickurl-grab-url' for details on how the default word/url combination
22999 \(fn WORD URL COMMENT)" t nil)
23001 (autoload 'quickurl-browse-url "quickurl" "\
23002 Browse the URL associated with LOOKUP.
23004 If not supplied LOOKUP is taken to be the word at point in the
23005 current buffer, this default action can be modifed via
23006 `quickurl-grab-lookup-function'.
23008 \(fn &optional LOOKUP)" t nil)
23010 (autoload 'quickurl-browse-url-ask "quickurl" "\
23011 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
23013 \(fn LOOKUP)" t nil)
23015 (autoload 'quickurl-edit-urls "quickurl" "\
23016 Pull `quickurl-url-file' into a buffer for hand editing.
23020 (autoload 'quickurl-list-mode "quickurl" "\
23021 A mode for browsing the quickurl URL list.
23023 The key bindings for `quickurl-list-mode' are:
23025 \\{quickurl-list-mode-map}
23029 (autoload 'quickurl-list "quickurl" "\
23030 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23036 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23037 ;;;;;; "net/rcirc.el" (18350 11229))
23038 ;;; Generated autoloads from net/rcirc.el
23040 (autoload 'rcirc "rcirc" "\
23041 Connect to all servers in `rcirc-server-alist'.
23043 Do not connect to a server if it is already connected.
23045 If ARG is non-nil, instead prompt for connection parameters.
23049 (defalias 'irc 'rcirc)
23051 (autoload 'rcirc-connect "rcirc" "\
23054 \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS)" nil nil)
23056 (defvar rcirc-track-minor-mode nil "\
23057 Non-nil if Rcirc-Track minor mode is enabled.
23058 See the command `rcirc-track-minor-mode' for a description of this minor mode.
23059 Setting this variable directly does not take effect;
23060 either customize it (see the info node `Easy Customization')
23061 or call the function `rcirc-track-minor-mode'.")
23063 (custom-autoload 'rcirc-track-minor-mode "rcirc" nil)
23065 (autoload 'rcirc-track-minor-mode "rcirc" "\
23066 Global minor mode for tracking activity in rcirc buffers.
23068 \(fn &optional ARG)" t nil)
23072 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (18339
23074 ;;; Generated autoloads from net/rcompile.el
23076 (autoload 'remote-compile "rcompile" "\
23077 Compile the current buffer's directory on HOST. Log in as USER.
23080 \(fn HOST USER COMMAND)" t nil)
23084 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23085 ;;;;;; (18310 12064))
23086 ;;; Generated autoloads from emacs-lisp/re-builder.el
23088 (defalias 'regexp-builder 're-builder)
23090 (autoload 're-builder "re-builder" "\
23091 Construct a regexp interactively.
23097 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (18310 12046))
23098 ;;; Generated autoloads from recentf.el
23100 (defvar recentf-mode nil "\
23101 Non-nil if Recentf mode is enabled.
23102 See the command `recentf-mode' for a description of this minor mode.
23103 Setting this variable directly does not take effect;
23104 either customize it (see the info node `Easy Customization')
23105 or call the function `recentf-mode'.")
23107 (custom-autoload 'recentf-mode "recentf" nil)
23109 (autoload 'recentf-mode "recentf" "\
23110 Toggle recentf mode.
23111 With prefix argument ARG, turn on if positive, otherwise off.
23112 Returns non-nil if the new state is enabled.
23114 When recentf mode is enabled, it maintains a menu for visiting files
23115 that were operated on recently.
23117 \(fn &optional ARG)" t nil)
23121 ;;;### (autoloads (clear-rectangle string-insert-rectangle string-rectangle
23122 ;;;;;; delete-whitespace-rectangle open-rectangle insert-rectangle
23123 ;;;;;; yank-rectangle kill-rectangle extract-rectangle delete-extract-rectangle
23124 ;;;;;; delete-rectangle move-to-column-force) "rect" "rect.el" (18310
23126 ;;; Generated autoloads from rect.el
23128 (autoload 'move-to-column-force "rect" "\
23129 If COLUMN is within a multi-column character, replace it by spaces and tab.
23130 As for `move-to-column', passing anything but nil or t in FLAG will move to
23131 the desired column only if the line is long enough.
23133 \(fn COLUMN &optional FLAG)" nil nil)
23135 (make-obsolete 'move-to-column-force 'move-to-column "21.2")
23137 (autoload 'delete-rectangle "rect" "\
23138 Delete (don't save) text in the region-rectangle.
23139 The same range of columns is deleted in each line starting with the
23140 line where the region begins and ending with the line where the region
23143 When called from a program the rectangle's corners are START and END.
23144 With a prefix (or a FILL) argument, also fill lines where nothing has
23147 \(fn START END &optional FILL)" t nil)
23149 (autoload 'delete-extract-rectangle "rect" "\
23150 Delete the contents of the rectangle with corners at START and END.
23151 Return it as a list of strings, one for each line of the rectangle.
23153 When called from a program the rectangle's corners are START and END.
23154 With an optional FILL argument, also fill lines where nothing has to be
23157 \(fn START END &optional FILL)" nil nil)
23159 (autoload 'extract-rectangle "rect" "\
23160 Return the contents of the rectangle with corners at START and END.
23161 Return it as a list of strings, one for each line of the rectangle.
23163 \(fn START END)" nil nil)
23165 (autoload 'kill-rectangle "rect" "\
23166 Delete the region-rectangle and save it as the last killed one.
23168 When called from a program the rectangle's corners are START and END.
23169 You might prefer to use `delete-extract-rectangle' from a program.
23171 With a prefix (or a FILL) argument, also fill lines where nothing has to be
23174 If the buffer is read-only, Emacs will beep and refrain from deleting
23175 the rectangle, but put it in the kill ring anyway. This means that
23176 you can use this command to copy text from a read-only buffer.
23177 \(If the variable `kill-read-only-ok' is non-nil, then this won't
23180 \(fn START END &optional FILL)" t nil)
23182 (autoload 'yank-rectangle "rect" "\
23183 Yank the last killed rectangle with upper left corner at point.
23187 (autoload 'insert-rectangle "rect" "\
23188 Insert text of RECTANGLE with upper left corner at point.
23189 RECTANGLE's first line is inserted at point, its second
23190 line is inserted at a point vertically under point, etc.
23191 RECTANGLE should be a list of strings.
23192 After this command, the mark is at the upper left corner
23193 and point is at the lower right corner.
23195 \(fn RECTANGLE)" nil nil)
23197 (autoload 'open-rectangle "rect" "\
23198 Blank out the region-rectangle, shifting text right.
23200 The text previously in the region is not overwritten by the blanks,
23201 but instead winds up to the right of the rectangle.
23203 When called from a program the rectangle's corners are START and END.
23204 With a prefix (or a FILL) argument, fill with blanks even if there is no text
23205 on the right side of the rectangle.
23207 \(fn START END &optional FILL)" t nil)
23209 (defalias 'close-rectangle 'delete-whitespace-rectangle)
23211 (autoload 'delete-whitespace-rectangle "rect" "\
23212 Delete all whitespace following a specified column in each line.
23213 The left edge of the rectangle specifies the position in each line
23214 at which whitespace deletion should begin. On each line in the
23215 rectangle, all continuous whitespace starting at that column is deleted.
23217 When called from a program the rectangle's corners are START and END.
23218 With a prefix (or a FILL) argument, also fill too short lines.
23220 \(fn START END &optional FILL)" t nil)
23222 (autoload 'string-rectangle "rect" "\
23223 Replace rectangle contents with STRING on each line.
23224 The length of STRING need not be the same as the rectangle width.
23226 Called from a program, takes three args; START, END and STRING.
23228 \(fn START END STRING)" t nil)
23230 (defalias 'replace-rectangle 'string-rectangle)
23232 (autoload 'string-insert-rectangle "rect" "\
23233 Insert STRING on each line of region-rectangle, shifting text right.
23235 When called from a program, the rectangle's corners are START and END.
23236 The left edge of the rectangle specifies the column for insertion.
23237 This command does not delete or overwrite any existing text.
23239 \(fn START END STRING)" t nil)
23241 (autoload 'clear-rectangle "rect" "\
23242 Blank out the region-rectangle.
23243 The text previously in the region is overwritten with blanks.
23245 When called from a program the rectangle's corners are START and END.
23246 With a prefix (or a FILL) argument, also fill with blanks the parts of the
23247 rectangle which were empty.
23249 \(fn START END &optional FILL)" t nil)
23253 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (18310
23255 ;;; Generated autoloads from textmodes/refill.el
23257 (autoload 'refill-mode "refill" "\
23258 Toggle Refill minor mode.
23259 With prefix arg, turn Refill mode on if arg is positive, otherwise turn it off.
23261 When Refill mode is on, the current paragraph will be formatted when
23262 changes are made within it. Self-inserting characters only cause
23263 refilling if they would cause auto-filling.
23265 \(fn &optional ARG)" t nil)
23269 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23270 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (18310 12121))
23271 ;;; Generated autoloads from textmodes/reftex.el
23273 (autoload 'turn-on-reftex "reftex" "\
23274 Turn on RefTeX mode.
23278 (autoload 'reftex-mode "reftex" "\
23279 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
23281 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
23282 capabilities is available with `\\[reftex-toc]'.
23284 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
23285 When referencing, you get a menu with all labels of a given type and
23286 context of the label definition. The selected label is inserted as a
23289 Citations can be made with `\\[reftex-citation]' which will use a regular expression
23290 to pull out a *formatted* list of articles from your BibTeX
23291 database. The selected citation is inserted as a \\cite macro.
23293 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
23294 or the current selection. More general index entries are created with
23295 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
23297 Most command have help available on the fly. This help is accessed by
23298 pressing `?' to any prompt mentioning this feature.
23300 Extensive documentation about RefTeX is available in Info format.
23301 You can view this information with `\\[reftex-info]'.
23303 \\{reftex-mode-map}
23304 Under X, these and other functions will also be available as `Ref' menu
23307 ------------------------------------------------------------------------------
23309 \(fn &optional ARG)" t nil)
23311 (autoload 'reftex-reset-scanning-information "reftex" "\
23312 Reset the symbols containing information from buffer scanning.
23313 This enforces rescanning the buffer on next use.
23319 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23320 ;;;;;; (18310 12120))
23321 ;;; Generated autoloads from textmodes/reftex-cite.el
23323 (autoload 'reftex-citation "reftex-cite" "\
23324 Make a citation using BibTeX database files.
23325 After prompting for a regular expression, scans the buffers with
23326 bibtex entries (taken from the \\bibliography command) and offers the
23327 matching entries for selection. The selected entry is formatted according
23328 to `reftex-cite-format' and inserted into the buffer.
23330 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
23332 FORMAT-KEY can be used to pre-select a citation format.
23334 When called with a `C-u' prefix, prompt for optional arguments in
23335 cite macros. When called with a numeric prefix, make that many
23336 citations. When called with point inside the braces of a `\\cite'
23337 command, it will add another key, ignoring the value of
23338 `reftex-cite-format'.
23340 The regular expression uses an expanded syntax: && is interpreted as `and'.
23341 Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
23342 While entering the regexp, completion on knows citation keys is possible.
23343 `=' is a good regular expression to match all entries in all files.
23345 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
23349 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23350 ;;;;;; (18310 12120))
23351 ;;; Generated autoloads from textmodes/reftex-global.el
23353 (autoload 'reftex-isearch-minor-mode "reftex-global" "\
23354 When on, isearch searches the whole document, not only the current file.
23355 This minor mode allows isearch to search through all the files of
23356 the current TeX document.
23358 With no argument, this command toggles
23359 `reftex-isearch-minor-mode'. With a prefix argument ARG, turn
23360 `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off.
23362 \(fn &optional ARG)" t nil)
23366 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23367 ;;;;;; (18329 52192))
23368 ;;; Generated autoloads from textmodes/reftex-index.el
23370 (autoload 'reftex-index-phrases-mode "reftex-index" "\
23371 Major mode for managing the Index phrases of a LaTeX document.
23372 This buffer was created with RefTeX.
23374 To insert new phrases, use
23375 - `C-c \\' in the LaTeX document to copy selection or word
23376 - `\\[reftex-index-new-phrase]' in the phrases buffer.
23378 To index phrases use one of:
23380 \\[reftex-index-this-phrase] index current phrase
23381 \\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
23382 \\[reftex-index-all-phrases] index all phrases
23383 \\[reftex-index-remaining-phrases] index current and following phrases
23384 \\[reftex-index-region-phrases] index the phrases in the region
23386 You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
23387 To display information about the phrase at point, use \\[reftex-index-phrases-info].
23389 For more information see the RefTeX User Manual.
23391 Here are all local bindings.
23393 \\{reftex-index-phrases-map}
23399 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23400 ;;;;;; (18310 12120))
23401 ;;; Generated autoloads from textmodes/reftex-parse.el
23403 (autoload 'reftex-all-document-files "reftex-parse" "\
23404 Return a list of all files belonging to the current document.
23405 When RELATIVE is non-nil, give file names relative to directory
23408 \(fn &optional RELATIVE)" nil nil)
23412 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (18310
23414 ;;; Generated autoloads from textmodes/reftex-vars.el
23415 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23416 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23417 (put 'reftex-level-indent 'safe-local-variable 'integerp)
23418 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
23422 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23423 ;;;;;; (18339 17951))
23424 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
23426 (autoload 'regexp-opt "regexp-opt" "\
23427 Return a regexp to match a string in the list STRINGS.
23428 Each string should be unique in STRINGS and should not contain any regexps,
23429 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
23430 is enclosed by at least one regexp grouping construct.
23431 The returned regexp is typically more efficient than the equivalent regexp:
23433 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
23434 (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
23436 If PAREN is `words', then the resulting regexp is additionally surrounded
23439 \(fn STRINGS &optional PAREN)" nil nil)
23441 (autoload 'regexp-opt-depth "regexp-opt" "\
23442 Return the depth of REGEXP.
23443 This means the number of non-shy regexp grouping constructs
23444 \(parenthesized expressions) in REGEXP.
23446 \(fn REGEXP)" nil nil)
23450 ;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23451 ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23452 ;;;;;; (18310 12121))
23453 ;;; Generated autoloads from textmodes/remember.el
23455 (autoload 'remember "remember" "\
23456 Remember an arbitrary piece of data.
23457 INITIAL is the text to initially place in the *Remember* buffer,
23458 or nil to bring up a blank *Remember* buffer.
23460 With a prefix or a visible region, use the region as INITIAL.
23462 \(fn &optional INITIAL)" t nil)
23464 (autoload 'remember-other-frame "remember" "\
23465 Call `remember' in another frame.
23467 \(fn &optional INITIAL)" t nil)
23469 (autoload 'remember-clipboard "remember" "\
23470 Remember the contents of the current clipboard.
23471 Most useful for remembering things from Netscape or other X Windows
23476 (autoload 'remember-diary-extract-entries "remember" "\
23477 Extract diary entries from the region.
23483 ;;;### (autoloads (repeat) "repeat" "repeat.el" (18324 26612))
23484 ;;; Generated autoloads from repeat.el
23486 (autoload 'repeat "repeat" "\
23487 Repeat most recently executed command.
23488 With prefix arg, apply new prefix arg to that command; otherwise,
23489 use the prefix arg that was used before (if any).
23490 This command is like the `.' command in the vi editor.
23492 If this command is invoked by a multi-character key sequence, it
23493 can then be repeated by repeating the final character of that
23494 sequence. This behavior can be modified by the global variable
23495 `repeat-on-final-keystroke'.
23497 `repeat' ignores commands bound to input events. Hence the term
23498 \"most recently executed command\" shall be read as \"most
23499 recently executed command not bound to an input event\".
23501 \(fn REPEAT-ARG)" t nil)
23505 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23506 ;;;;;; (18310 12090))
23507 ;;; Generated autoloads from mail/reporter.el
23509 (autoload 'reporter-submit-bug-report "reporter" "\
23510 Begin submitting a bug report via email.
23512 ADDRESS is the email address for the package's maintainer. PKGNAME is
23513 the name of the package (if you want to include version numbers,
23514 you must put them into PKGNAME before calling this function).
23515 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
23516 Optional SALUTATION is inserted at the top of the mail buffer,
23517 and point is left after the salutation.
23519 VARLIST is the list of variables to dump (see `reporter-dump-state'
23520 for details). The optional argument PRE-HOOKS and POST-HOOKS are
23521 passed to `reporter-dump-state'. Optional argument SALUTATION is text
23522 to be inserted at the top of the mail buffer; in that case, point is
23523 left after that text.
23525 This function prompts for a summary if `reporter-prompt-for-summary-p'
23528 This function does not send a message; it uses the given information
23529 to initialize a message, which the user can then edit and finally send
23530 \(or decline to send). The variable `mail-user-agent' controls which
23531 mail-sending package is used for editing and sending the message.
23533 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
23537 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23538 ;;;;;; (18310 12046))
23539 ;;; Generated autoloads from reposition.el
23541 (autoload 'reposition-window "reposition" "\
23542 Make the current definition and/or comment visible.
23543 Further invocations move it to the top of the window or toggle the
23544 visibility of comments that precede it.
23545 Point is left unchanged unless prefix ARG is supplied.
23546 If the definition is fully onscreen, it is moved to the top of the
23547 window. If it is partly offscreen, the window is scrolled to get the
23548 definition (or as much as will fit) onscreen, unless point is in a comment
23549 which is also partly offscreen, in which case the scrolling attempts to get
23550 as much of the comment onscreen as possible.
23551 Initially `reposition-window' attempts to make both the definition and
23552 preceding comments visible. Further invocations toggle the visibility of
23554 If ARG is non-nil, point may move in order to make the whole defun
23555 visible (if only part could otherwise be made so), to make the defun line
23556 visible (if point is in code and it could not be made so, or if only
23557 comments, including the first comment line, are visible), or to make the
23558 first comment line visible (if point is in a comment).
23560 \(fn &optional ARG)" t nil)
23564 ;;;### (autoloads (resume-suspend-hook) "resume" "resume.el" (18310
23566 ;;; Generated autoloads from resume.el
23568 (autoload 'resume-suspend-hook "resume" "\
23569 Clear out the file used for transmitting args when Emacs resumes.
23575 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23576 ;;;;;; (18310 12046))
23577 ;;; Generated autoloads from reveal.el
23579 (autoload 'reveal-mode "reveal" "\
23580 Toggle Reveal mode on or off.
23581 Reveal mode renders invisible text around point visible again.
23583 Interactively, with no prefix argument, toggle the mode.
23584 With universal prefix ARG (or if ARG is nil) turn mode on.
23585 With zero or negative ARG turn mode off.
23587 \(fn &optional ARG)" t nil)
23589 (defvar global-reveal-mode nil "\
23590 Non-nil if Global-Reveal mode is enabled.
23591 See the command `global-reveal-mode' for a description of this minor mode.
23592 Setting this variable directly does not take effect;
23593 either customize it (see the info node `Easy Customization')
23594 or call the function `global-reveal-mode'.")
23596 (custom-autoload 'global-reveal-mode "reveal" nil)
23598 (autoload 'global-reveal-mode "reveal" "\
23599 Toggle Reveal mode in all buffers on or off.
23600 Reveal mode renders invisible text around point visible again.
23602 Interactively, with no prefix argument, toggle the mode.
23603 With universal prefix ARG (or if ARG is nil) turn mode on.
23604 With zero or negative ARG turn mode off.
23606 \(fn &optional ARG)" t nil)
23610 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23611 ;;;;;; (18310 12064))
23612 ;;; Generated autoloads from emacs-lisp/ring.el
23614 (autoload 'ring-p "ring" "\
23615 Return t if X is a ring; nil otherwise.
23619 (autoload 'make-ring "ring" "\
23620 Make a ring that can contain SIZE elements.
23622 \(fn SIZE)" nil nil)
23626 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (18310 12096))
23627 ;;; Generated autoloads from net/rlogin.el
23628 (add-hook 'same-window-regexps "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)")
23630 (autoload 'rlogin "rlogin" "\
23631 Open a network login connection via `rlogin' with args INPUT-ARGS.
23632 INPUT-ARGS should start with a host name; it may also contain
23633 other arguments for `rlogin'.
23635 Input is sent line-at-a-time to the remote connection.
23637 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
23638 \(or `*rlogin-USER@HOST*' if the remote username differs).
23639 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
23640 a new buffer with a different connection will be made.
23642 When called from a program, if the optional second argument BUFFER is
23643 a string or buffer, it specifies the buffer to use.
23645 The variable `rlogin-program' contains the name of the actual program to
23646 run. It can be a relative or absolute path.
23648 The variable `rlogin-explicit-args' is a list of arguments to give to
23649 the rlogin when starting. They are added after any arguments given in
23652 If the default value of `rlogin-directory-tracking-mode' is t, then the
23653 default directory in that buffer is set to a remote (FTP) file name to
23654 access your home directory on the remote machine. Occasionally this causes
23655 an error, if you cannot access the home directory on that machine. This
23656 error is harmless as long as you don't try to use that default directory.
23658 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
23659 directory is initially set up to your (local) home directory.
23660 This is useful if the remote machine and your local machine
23661 share the same files via NFS. This is the default.
23663 If you wish to change directory tracking styles during a session, use the
23664 function `rlogin-directory-tracking-mode' rather than simply setting the
23667 \(fn INPUT-ARGS &optional BUFFER)" t nil)
23671 ;;;### (autoloads (rmail-set-remote-password rmail-input rmail-mode
23672 ;;;;;; rmail rmail-enable-mime rmail-show-message-hook rmail-confirm-expunge
23673 ;;;;;; rmail-secondary-file-regexp rmail-secondary-file-directory
23674 ;;;;;; rmail-mail-new-frame rmail-primary-inbox-list rmail-delete-after-output
23675 ;;;;;; rmail-highlight-face rmail-highlighted-headers rmail-retry-ignored-headers
23676 ;;;;;; rmail-displayed-headers rmail-ignored-headers rmail-dont-reply-to-names
23677 ;;;;;; rmail-movemail-variant-p) "rmail" "mail/rmail.el" (18351
23679 ;;; Generated autoloads from mail/rmail.el
23681 (autoload 'rmail-movemail-variant-p "rmail" "\
23682 Return t if the current movemail variant is any of VARIANTS.
23683 Currently known variants are 'emacs and 'mailutils.
23685 \(fn &rest VARIANTS)" nil nil)
23687 (defvar rmail-dont-reply-to-names nil "\
23688 *A regexp specifying addresses to prune from a reply message.
23689 A value of nil means exclude your own email address as an address
23690 plus whatever is specified by `rmail-default-dont-reply-to-names'.")
23692 (custom-autoload 'rmail-dont-reply-to-names "rmail" t)
23694 (defvar rmail-default-dont-reply-to-names "\\`info-" "\
23695 A regular expression specifying part of the default value of the
23696 variable `rmail-dont-reply-to-names', for when the user does not set
23697 `rmail-dont-reply-to-names' explicitly. (The other part of the default
23698 value is the user's email address and name.)
23699 It is useful to set this variable in the site customization file.")
23701 (defvar rmail-ignored-headers (concat "^via:\\|^mail-from:\\|^origin:\\|^references:\\|^sender:" "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-length:\\|^nntp-posting-date:\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:\\|^DomainKey-Signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:") "\
23702 *Regexp to match header fields that Rmail should normally hide.
23703 \(See also `rmail-nonignored-headers', which overrides this regexp.)
23704 This variable is used for reformatting the message header,
23705 which normally happens once for each message,
23706 when you view the message for the first time in Rmail.
23707 To make a change in this variable take effect
23708 for a message that you have already viewed,
23709 go to that message and type \\[rmail-toggle-header] twice.")
23711 (custom-autoload 'rmail-ignored-headers "rmail" t)
23713 (defvar rmail-displayed-headers nil "\
23714 *Regexp to match Header fields that Rmail should display.
23715 If nil, display all header fields except those matched by
23716 `rmail-ignored-headers'.")
23718 (custom-autoload 'rmail-displayed-headers "rmail" t)
23720 (defvar rmail-retry-ignored-headers "^x-authentication-warning:" "\
23721 *Headers that should be stripped when retrying a failed message.")
23723 (custom-autoload 'rmail-retry-ignored-headers "rmail" t)
23725 (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
23726 *Regexp to match Header fields that Rmail should normally highlight.
23727 A value of nil means don't highlight.
23728 See also `rmail-highlight-face'.")
23730 (custom-autoload 'rmail-highlighted-headers "rmail" t)
23732 (defvar rmail-highlight-face 'rmail-highlight "\
23733 *Face used by Rmail for highlighting headers.")
23735 (custom-autoload 'rmail-highlight-face "rmail" t)
23737 (defvar rmail-delete-after-output nil "\
23738 *Non-nil means automatically delete a message that is copied to a file.")
23740 (custom-autoload 'rmail-delete-after-output "rmail" t)
23742 (defvar rmail-primary-inbox-list nil "\
23743 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
23744 nil means the default, which is (\"/usr/spool/mail/$USER\")
23745 \(the name varies depending on the operating system,
23746 and the value of the environment variable MAIL overrides it).")
23748 (custom-autoload 'rmail-primary-inbox-list "rmail" t)
23750 (defvar rmail-mail-new-frame nil "\
23751 *Non-nil means Rmail makes a new frame for composing outgoing mail.
23752 This is handy if you want to preserve the window configuration of
23753 the frame where you have the RMAIL buffer displayed.")
23755 (custom-autoload 'rmail-mail-new-frame "rmail" t)
23757 (defvar rmail-secondary-file-directory "~/" "\
23758 *Directory for additional secondary Rmail files.")
23760 (custom-autoload 'rmail-secondary-file-directory "rmail" t)
23762 (defvar rmail-secondary-file-regexp "\\.xmail$" "\
23763 *Regexp for which files are secondary Rmail files.")
23765 (custom-autoload 'rmail-secondary-file-regexp "rmail" t)
23767 (defvar rmail-confirm-expunge 'y-or-n-p "\
23768 *Whether and how to ask for confirmation before expunging deleted messages.")
23770 (custom-autoload 'rmail-confirm-expunge "rmail" t)
23772 (defvar rmail-mode-hook nil "\
23773 List of functions to call when Rmail is invoked.")
23775 (defvar rmail-get-new-mail-hook nil "\
23776 List of functions to call when Rmail has retrieved new mail.")
23778 (defvar rmail-show-message-hook nil "\
23779 List of functions to call when Rmail displays a message.")
23781 (custom-autoload 'rmail-show-message-hook "rmail" t)
23783 (defvar rmail-quit-hook nil "\
23784 List of functions to call when quitting out of Rmail.")
23786 (defvar rmail-delete-message-hook nil "\
23787 List of functions to call when Rmail deletes a message.
23788 When the hooks are called, the message has been marked deleted but is
23789 still the current message in the Rmail buffer.")
23791 (defvar rmail-file-coding-system nil "\
23792 Coding system used in RMAIL file.
23794 This is set to nil by default.")
23796 (defvar rmail-enable-mime nil "\
23797 *If non-nil, RMAIL uses MIME feature.
23798 If the value is t, RMAIL automatically shows MIME decoded message.
23799 If the value is neither t nor nil, RMAIL does not show MIME decoded message
23800 until a user explicitly requires it.
23802 Even if the value is non-nil, you can't use MIME feature
23803 if the feature specified by `rmail-mime-feature' is not available
23806 (custom-autoload 'rmail-enable-mime "rmail" t)
23808 (defvar rmail-show-mime-function nil "\
23809 Function to show MIME decoded message of RMAIL file.
23810 This function is called when `rmail-enable-mime' is non-nil.
23811 It is called with no argument.")
23813 (defvar rmail-insert-mime-forwarded-message-function nil "\
23814 Function to insert a message in MIME format so it can be forwarded.
23815 This function is called if `rmail-enable-mime' or
23816 `rmail-enable-mime-composing' is non-nil.
23817 It is called with one argument FORWARD-BUFFER, which is a
23818 buffer containing the message to forward. The current buffer
23819 is the outgoing mail buffer.")
23821 (defvar rmail-insert-mime-resent-message-function nil "\
23822 Function to insert a message in MIME format so it can be resent.
23823 This function is called if `rmail-enable-mime' is non-nil.
23824 It is called with one argument FORWARD-BUFFER, which is a
23825 buffer containing the message to forward. The current buffer
23826 is the outgoing mail buffer.")
23828 (defvar rmail-search-mime-message-function nil "\
23829 Function to check if a regexp matches a MIME message.
23830 This function is called if `rmail-enable-mime' is non-nil.
23831 It is called with two arguments MSG and REGEXP, where
23832 MSG is the message number, REGEXP is the regular expression.")
23834 (defvar rmail-search-mime-header-function nil "\
23835 Function to check if a regexp matches a header of MIME message.
23836 This function is called if `rmail-enable-mime' is non-nil.
23837 It is called with three arguments MSG, REGEXP, and LIMIT, where
23838 MSG is the message number,
23839 REGEXP is the regular expression,
23840 LIMIT is the position specifying the end of header.")
23842 (defvar rmail-mime-feature 'rmail-mime "\
23843 Feature to require to load MIME support in Rmail.
23844 When starting Rmail, if `rmail-enable-mime' is non-nil,
23845 this feature is required with `require'.
23847 The default value is `rmail-mime'. This feature is provided by
23848 the rmail-mime package available at <http://www.m17n.org/rmail-mime/>.")
23850 (defvar rmail-decode-mime-charset t "\
23851 *Non-nil means a message is decoded by MIME's charset specification.
23852 If this variable is nil, or the message has not MIME specification,
23853 the message is decoded as normal way.
23855 If the variable `rmail-enable-mime' is non-nil, this variables is
23856 ignored, and all the decoding work is done by a feature specified by
23857 the variable `rmail-mime-feature'.")
23859 (defvar rmail-mime-charset-pattern (concat "^content-type:[ ]*text/plain;" "\\(?:[ \n]*\\(?:format\\|delsp\\)=\"?[-a-z0-9]+\"?;\\)*" "[ \n]*charset=\"?\\([^ \n\";]+\\)\"?") "\
23860 Regexp to match MIME-charset specification in a header of message.
23861 The first parenthesized expression should match the MIME-charset name.")
23863 (autoload 'rmail "rmail" "\
23864 Read and edit incoming mail.
23865 Moves messages into file named by `rmail-file-name' (a babyl format file)
23866 and edits that file in RMAIL Mode.
23867 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
23869 May be called with file name as argument; then performs rmail editing on
23870 that file, but does not copy any new mail into the file.
23871 Interactively, if you supply a prefix argument, then you
23872 have a chance to specify a file name with the minibuffer.
23874 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
23876 \(fn &optional FILE-NAME-ARG)" t nil)
23878 (autoload 'rmail-mode "rmail" "\
23879 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
23880 All normal editing commands are turned off.
23881 Instead, these commands are available:
23883 \\[rmail-beginning-of-message] Move point to front of this message.
23884 \\[rmail-end-of-message] Move point to bottom of this message.
23885 \\[scroll-up] Scroll to next screen of this message.
23886 \\[scroll-down] Scroll to previous screen of this message.
23887 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
23888 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
23889 \\[rmail-next-message] Move to Next message whether deleted or not.
23890 \\[rmail-previous-message] Move to Previous message whether deleted or not.
23891 \\[rmail-first-message] Move to the first message in Rmail file.
23892 \\[rmail-last-message] Move to the last message in Rmail file.
23893 \\[rmail-show-message] Jump to message specified by numeric position in file.
23894 \\[rmail-search] Search for string and show message it is found in.
23895 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
23896 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
23897 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
23898 till a deleted message is found.
23899 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
23900 \\[rmail-expunge] Expunge deleted messages.
23901 \\[rmail-expunge-and-save] Expunge and save the file.
23902 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
23903 \\[save-buffer] Save without expunging.
23904 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
23905 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
23906 \\[rmail-continue] Continue composing outgoing message started before.
23907 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
23908 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
23909 \\[rmail-forward] Forward this message to another user.
23910 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
23911 \\[rmail-output] Output this message to a Unix-format mail file (append it).
23912 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
23913 \\[rmail-input] Input Rmail file. Run Rmail on that file.
23914 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
23915 \\[rmail-kill-label] Kill label. Remove a label from current message.
23916 \\[rmail-next-labeled-message] Move to Next message with specified label
23917 (label defaults to last one specified).
23918 Standard labels: filed, unseen, answered, forwarded, deleted.
23919 Any other label is present only if you add it with \\[rmail-add-label].
23920 \\[rmail-previous-labeled-message] Move to Previous message with specified label
23921 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
23922 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
23923 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
23924 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
23925 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
23926 \\[rmail-toggle-header] Toggle display of complete header.
23930 (autoload 'rmail-input "rmail" "\
23931 Run Rmail on file FILENAME.
23933 \(fn FILENAME)" t nil)
23935 (autoload 'rmail-set-remote-password "rmail" "\
23936 Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23938 \(fn PASSWORD)" t nil)
23942 ;;;### (autoloads (rmail-edit-current-message) "rmailedit" "mail/rmailedit.el"
23943 ;;;;;; (18310 12091))
23944 ;;; Generated autoloads from mail/rmailedit.el
23946 (autoload 'rmail-edit-current-message "rmailedit" "\
23947 Edit the contents of this message.
23953 ;;;### (autoloads (rmail-next-labeled-message rmail-previous-labeled-message
23954 ;;;;;; rmail-read-label rmail-kill-label rmail-add-label) "rmailkwd"
23955 ;;;;;; "mail/rmailkwd.el" (18310 12091))
23956 ;;; Generated autoloads from mail/rmailkwd.el
23958 (autoload 'rmail-add-label "rmailkwd" "\
23959 Add LABEL to labels associated with current RMAIL message.
23960 Completion is performed over known labels when reading.
23962 \(fn STRING)" t nil)
23964 (autoload 'rmail-kill-label "rmailkwd" "\
23965 Remove LABEL from labels associated with current RMAIL message.
23966 Completion is performed over known labels when reading.
23968 \(fn STRING)" t nil)
23970 (autoload 'rmail-read-label "rmailkwd" "\
23973 \(fn PROMPT)" nil nil)
23975 (autoload 'rmail-previous-labeled-message "rmailkwd" "\
23976 Show previous message with one of the labels LABELS.
23977 LABELS should be a comma-separated list of label names.
23978 If LABELS is empty, the last set of labels specified is used.
23979 With prefix argument N moves backward N messages with these labels.
23981 \(fn N LABELS)" t nil)
23983 (autoload 'rmail-next-labeled-message "rmailkwd" "\
23984 Show next message with one of the labels LABELS.
23985 LABELS should be a comma-separated list of label names.
23986 If LABELS is empty, the last set of labels specified is used.
23987 With prefix argument N moves forward N messages with these labels.
23989 \(fn N LABELS)" t nil)
23993 ;;;### (autoloads (set-rmail-inbox-list) "rmailmsc" "mail/rmailmsc.el"
23994 ;;;;;; (18310 12091))
23995 ;;; Generated autoloads from mail/rmailmsc.el
23997 (autoload 'set-rmail-inbox-list "rmailmsc" "\
23998 Set the inbox list of the current RMAIL file to FILE-NAME.
23999 You can specify one file name, or several names separated by commas.
24000 If FILE-NAME is empty, remove any existing inbox list.
24002 \(fn FILE-NAME)" t nil)
24006 ;;;### (autoloads (rmail-output-body-to-file rmail-output rmail-fields-not-to-output
24007 ;;;;;; rmail-output-to-rmail-file rmail-output-file-alist) "rmailout"
24008 ;;;;;; "mail/rmailout.el" (18310 12091))
24009 ;;; Generated autoloads from mail/rmailout.el
24011 (defvar rmail-output-file-alist nil "\
24012 *Alist matching regexps to suggested output Rmail files.
24013 This is a list of elements of the form (REGEXP . NAME-EXP).
24014 The suggestion is taken if REGEXP matches anywhere in the message buffer.
24015 NAME-EXP may be a string constant giving the file name to use,
24016 or more generally it may be any kind of expression that returns
24017 a file name as a string.")
24019 (custom-autoload 'rmail-output-file-alist "rmailout" t)
24021 (autoload 'rmail-output-to-rmail-file "rmailout" "\
24022 Append the current message to an Rmail file named FILE-NAME.
24023 If the file does not exist, ask if it should be created.
24024 If file is being visited, the message is appended to the Emacs
24025 buffer visiting that file.
24026 If the file exists and is not an Rmail file, the message is
24027 appended in inbox format, the same way `rmail-output' does it.
24029 The default file name comes from `rmail-default-rmail-file',
24030 which is updated to the name you use in this command.
24032 A prefix argument COUNT says to output that many consecutive messages,
24033 starting with the current one. Deleted messages are skipped and don't count.
24035 If the optional argument STAY is non-nil, then leave the last filed
24036 message up instead of moving forward to the next non-deleted message.
24038 \(fn FILE-NAME &optional COUNT STAY)" t nil)
24040 (defvar rmail-fields-not-to-output nil "\
24041 *Regexp describing fields to exclude when outputting a message to a file.")
24043 (custom-autoload 'rmail-fields-not-to-output "rmailout" t)
24045 (autoload 'rmail-output "rmailout" "\
24046 Append this message to system-inbox-format mail file named FILE-NAME.
24047 A prefix argument COUNT says to output that many consecutive messages,
24048 starting with the current one. Deleted messages are skipped and don't count.
24049 When called from lisp code, COUNT may be omitted and defaults to 1.
24051 If the pruned message header is shown on the current message, then
24052 messages will be appended with pruned headers; otherwise, messages
24053 will be appended with their original headers.
24055 The default file name comes from `rmail-default-file',
24056 which is updated to the name you use in this command.
24058 The optional third argument NOATTRIBUTE, if non-nil, says not
24059 to set the `filed' attribute, and not to display a message.
24061 The optional fourth argument FROM-GNUS is set when called from GNUS.
24063 \(fn FILE-NAME &optional COUNT NOATTRIBUTE FROM-GNUS)" t nil)
24065 (autoload 'rmail-output-body-to-file "rmailout" "\
24066 Write this message body to the file FILE-NAME.
24067 FILE-NAME defaults, interactively, from the Subject field of the message.
24069 \(fn FILE-NAME)" t nil)
24073 ;;;### (autoloads (rmail-sort-by-labels rmail-sort-by-lines rmail-sort-by-correspondent
24074 ;;;;;; rmail-sort-by-recipient rmail-sort-by-author rmail-sort-by-subject
24075 ;;;;;; rmail-sort-by-date) "rmailsort" "mail/rmailsort.el" (18310
24077 ;;; Generated autoloads from mail/rmailsort.el
24079 (autoload 'rmail-sort-by-date "rmailsort" "\
24080 Sort messages of current Rmail file by date.
24081 If prefix argument REVERSE is non-nil, sort them in reverse order.
24083 \(fn REVERSE)" t nil)
24085 (autoload 'rmail-sort-by-subject "rmailsort" "\
24086 Sort messages of current Rmail file by subject.
24087 If prefix argument REVERSE is non-nil, sort them in reverse order.
24089 \(fn REVERSE)" t nil)
24091 (autoload 'rmail-sort-by-author "rmailsort" "\
24092 Sort messages of current Rmail file by author.
24093 If prefix argument REVERSE is non-nil, sort them in reverse order.
24095 \(fn REVERSE)" t nil)
24097 (autoload 'rmail-sort-by-recipient "rmailsort" "\
24098 Sort messages of current Rmail file by recipient.
24099 If prefix argument REVERSE is non-nil, sort them in reverse order.
24101 \(fn REVERSE)" t nil)
24103 (autoload 'rmail-sort-by-correspondent "rmailsort" "\
24104 Sort messages of current Rmail file by other correspondent.
24105 If prefix argument REVERSE is non-nil, sort them in reverse order.
24107 \(fn REVERSE)" t nil)
24109 (autoload 'rmail-sort-by-lines "rmailsort" "\
24110 Sort messages of current Rmail file by number of lines.
24111 If prefix argument REVERSE is non-nil, sort them in reverse order.
24113 \(fn REVERSE)" t nil)
24115 (autoload 'rmail-sort-by-labels "rmailsort" "\
24116 Sort messages of current Rmail file by labels.
24117 If prefix argument REVERSE is non-nil, sort them in reverse order.
24118 KEYWORDS is a comma-separated list of labels.
24120 \(fn REVERSE LABELS)" t nil)
24124 ;;;### (autoloads (rmail-user-mail-address-regexp rmail-summary-line-decoder
24125 ;;;;;; rmail-summary-by-senders rmail-summary-by-topic rmail-summary-by-regexp
24126 ;;;;;; rmail-summary-by-recipients rmail-summary-by-labels rmail-summary
24127 ;;;;;; rmail-summary-line-count-flag rmail-summary-scroll-between-messages)
24128 ;;;;;; "rmailsum" "mail/rmailsum.el" (18310 12091))
24129 ;;; Generated autoloads from mail/rmailsum.el
24131 (defvar rmail-summary-scroll-between-messages t "\
24132 *Non-nil means Rmail summary scroll commands move between messages.")
24134 (custom-autoload 'rmail-summary-scroll-between-messages "rmailsum" t)
24136 (defvar rmail-summary-line-count-flag t "\
24137 *Non-nil means Rmail summary should show the number of lines in each message.")
24139 (custom-autoload 'rmail-summary-line-count-flag "rmailsum" t)
24141 (autoload 'rmail-summary "rmailsum" "\
24142 Display a summary of all messages, one line per message.
24146 (autoload 'rmail-summary-by-labels "rmailsum" "\
24147 Display a summary of all messages with one or more LABELS.
24148 LABELS should be a string containing the desired labels, separated by commas.
24150 \(fn LABELS)" t nil)
24152 (autoload 'rmail-summary-by-recipients "rmailsum" "\
24153 Display a summary of all messages with the given RECIPIENTS.
24154 Normally checks the To, From and Cc fields of headers;
24155 but if PRIMARY-ONLY is non-nil (prefix arg given),
24156 only look in the To and From fields.
24157 RECIPIENTS is a string of regexps separated by commas.
24159 \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil)
24161 (autoload 'rmail-summary-by-regexp "rmailsum" "\
24162 Display a summary of all messages according to regexp REGEXP.
24163 If the regular expression is found in the header of the message
24164 \(including in the date and other lines, as well as the subject line),
24165 Emacs will list the header line in the RMAIL-summary.
24167 \(fn REGEXP)" t nil)
24169 (autoload 'rmail-summary-by-topic "rmailsum" "\
24170 Display a summary of all messages with the given SUBJECT.
24171 Normally checks the Subject field of headers;
24172 but if WHOLE-MESSAGE is non-nil (prefix arg given),
24173 look in the whole message.
24174 SUBJECT is a string of regexps separated by commas.
24176 \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil)
24178 (autoload 'rmail-summary-by-senders "rmailsum" "\
24179 Display a summary of all messages with the given SENDERS.
24180 SENDERS is a string of names separated by commas.
24182 \(fn SENDERS)" t nil)
24184 (defvar rmail-summary-line-decoder #'identity "\
24185 *Function to decode summary-line.
24187 By default, `identity' is set.")
24189 (custom-autoload 'rmail-summary-line-decoder "rmailsum" t)
24191 (defvar rmail-user-mail-address-regexp nil "\
24192 *Regexp matching user mail addresses.
24193 If non-nil, this variable is used to identify the correspondent
24194 when receiving new mail. If it matches the address of the sender,
24195 the recipient is taken as correspondent of a mail.
24196 If nil (default value), your `user-login-name' and `user-mail-address'
24197 are used to exclude yourself as correspondent.
24199 Usually you don't have to set this variable, except if you collect mails
24200 sent by you under different user names.
24201 Then it should be a regexp matching your mail addresses.
24203 Setting this variable has an effect only before reading a mail.")
24205 (custom-autoload 'rmail-user-mail-address-regexp "rmailsum" t)
24209 ;;;### (autoloads (news-post-news) "rnewspost" "obsolete/rnewspost.el"
24210 ;;;;;; (18310 12103))
24211 ;;; Generated autoloads from obsolete/rnewspost.el
24213 (autoload 'news-post-news "rnewspost" "\
24214 Begin editing a new USENET news article to be posted.
24215 Type \\[describe-mode] once editing the article to get a list of commands.
24216 If NOQUERY is non-nil, we do not query before doing the work.
24218 \(fn &optional NOQUERY)" t nil)
24222 ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24223 ;;;;;; (18310 12101))
24224 ;;; Generated autoloads from nxml/rng-cmpct.el
24226 (autoload 'rng-c-load-schema "rng-cmpct" "\
24227 Load a schema in RELAX NG compact syntax from FILENAME.
24230 \(fn FILENAME)" nil nil)
24234 ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24235 ;;;;;; (18324 26615))
24236 ;;; Generated autoloads from nxml/rng-nxml.el
24238 (autoload 'rng-nxml-mode-init "rng-nxml" "\
24239 Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
24240 This is typically called from `nxml-mode-hook'.
24241 Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24247 ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24248 ;;;;;; (18310 12101))
24249 ;;; Generated autoloads from nxml/rng-valid.el
24251 (autoload 'rng-validate-mode "rng-valid" "\
24252 Minor mode performing continual validation against a RELAX NG schema.
24254 Checks whether the buffer is a well-formed XML 1.0 document,
24255 conforming to the XML Namespaces Recommendation and valid against a
24256 RELAX NG schema. The mode-line indicates whether it is or not. Any
24257 parts of the buffer that cause it not to be are considered errors and
24258 are highlighted with face `rng-error'. A description of each error is
24259 available as a tooltip. \\[rng-next-error] goes to the next error
24260 after point. Clicking mouse-1 on the word `Invalid' in the mode-line
24261 goes to the first error in the buffer. If the buffer changes, then it
24262 will be automatically rechecked when Emacs becomes idle; the
24263 rechecking will be paused whenever there is input pending..
24265 By default, uses a vacuous schema that allows any well-formed XML
24266 document. A schema can be specified explictly using
24267 \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's
24268 file name or on the root element name. In each case the schema must
24269 be a RELAX NG schema using the compact schema (such schemas
24270 conventionally have a suffix of `.rnc'). The variable
24271 `rng-schema-locating-files' specifies files containing rules
24272 to use for finding the schema.
24274 \(fn &optional ARG NO-CHANGE-SCHEMA)" t nil)
24278 ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (18310
24280 ;;; Generated autoloads from nxml/rng-xsd.el
24282 (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
24284 (autoload 'rng-xsd-compile "rng-xsd" "\
24285 Provides W3C XML Schema as a RELAX NG datatypes library. NAME is a
24286 symbol giving the local name of the datatype. PARAMS is a list of
24287 pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol giving
24288 the name of the parameter and PARAM-VALUE is a string giving its
24289 value. If NAME or PARAMS are invalid, it calls rng-dt-error passing
24290 it arguments in the same style as format; the value from rng-dt-error
24291 will be returned. Otherwise, it returns a list. The first member of
24292 the list is t if any string is a legal value for the datatype and nil
24293 otherwise. The second argument is a symbol; this symbol will be
24294 called as a function passing it a string followed by the remaining
24295 members of the list. The function must return an object representing
24296 the value of the datatype that was represented by the string, or nil
24297 if the string is not a representation of any value. The object
24298 returned can be any convenient non-nil value, provided that, if two
24299 strings represent the same value, the returned objects must be equal.
24301 \(fn NAME PARAMS)" nil nil)
24305 ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24306 ;;;;;; "robin" "international/robin.el" (18340 21050))
24307 ;;; Generated autoloads from international/robin.el
24309 (autoload 'robin-define-package "robin" "\
24310 Define a robin package.
24312 NAME is the string of this robin package.
24313 DOCSTRING is the documentation string of this robin package.
24314 Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
24315 OUTPUT is either a character or a string. RULES are not evaluated.
24317 If there already exists a robin package whose name is NAME, the new
24318 one replaces the old one.
24320 \(fn NAME DOCSTRING &rest RULES)" nil (quote macro))
24322 (autoload 'robin-modify-package "robin" "\
24323 Change a rule in an already defined robin package.
24325 NAME is the string specifying a robin package.
24326 INPUT is a string that specifies the input pattern.
24327 OUTPUT is either a character or a string to be generated.
24329 \(fn NAME INPUT OUTPUT)" nil nil)
24331 (autoload 'robin-use-package "robin" "\
24332 Start using robin package NAME, which is a string.
24334 \(fn NAME)" nil nil)
24338 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24339 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (18310 12046))
24340 ;;; Generated autoloads from rot13.el
24342 (autoload 'rot13 "rot13" "\
24343 Return ROT13 encryption of OBJECT, a buffer or string.
24345 \(fn OBJECT &optional START END)" nil nil)
24347 (autoload 'rot13-string "rot13" "\
24348 Return ROT13 encryption of STRING.
24350 \(fn STRING)" nil nil)
24352 (autoload 'rot13-region "rot13" "\
24353 ROT13 encrypt the region between START and END in current buffer.
24355 \(fn START END)" t nil)
24357 (autoload 'rot13-other-window "rot13" "\
24358 Display current buffer in ROT13 in another window.
24359 The text itself is not modified, only the way it is displayed is affected.
24361 To terminate the ROT13 display, delete that window. As long as that window
24362 is not deleted, any buffer displayed in it will become instantly encoded
24365 See also `toggle-rot13-mode'.
24369 (autoload 'toggle-rot13-mode "rot13" "\
24370 Toggle the use of ROT13 encoding for the current window.
24376 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (18339
24378 ;;; Generated autoloads from ruler-mode.el
24380 (autoload 'ruler-mode "ruler-mode" "\
24381 Display a ruler in the header line if ARG > 0.
24383 \(fn &optional ARG)" t nil)
24387 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (18310
24389 ;;; Generated autoloads from emacs-lisp/rx.el
24391 (autoload 'rx-to-string "rx" "\
24392 Parse and produce code for regular expression FORM.
24393 FORM is a regular expression in sexp form.
24394 NO-GROUP non-nil means don't put shy groups around the result.
24396 \(fn FORM &optional NO-GROUP)" nil nil)
24398 (autoload 'rx "rx" "\
24399 Translate regular expressions REGEXPS in sexp form to a regexp string.
24400 REGEXPS is a non-empty sequence of forms of the sort listed below.
24401 See also `rx-to-string' for how to do such a translation at run-time.
24403 The following are valid subforms of regular expressions in sexp
24407 matches string STRING literally.
24410 matches character CHAR literally.
24412 `not-newline', `nonl'
24413 matches any character except a newline.
24416 matches any character
24421 matches any character in SET .... SET may be a character or string.
24422 Ranges of characters can be specified as `A-Z' in strings.
24423 Ranges may also be specified as conses like `(?A . ?Z)'.
24425 SET may also be the name of a character class: `digit',
24426 `control', `hex-digit', `blank', `graph', `print', `alnum',
24427 `alpha', `ascii', `nonascii', `lower', `punct', `space', `upper',
24428 `word', or one of their synonyms.
24430 `(not (any SET ...))'
24431 matches any character not in SET ...
24433 `line-start', `bol'
24434 matches the empty string, but only at the beginning of a line
24435 in the text being matched
24438 is similar to `line-start' but matches only at the end of a line
24440 `string-start', `bos', `bot'
24441 matches the empty string, but only at the beginning of the
24442 string being matched against.
24444 `string-end', `eos', `eot'
24445 matches the empty string, but only at the end of the
24446 string being matched against.
24449 matches the empty string, but only at the beginning of the
24450 buffer being matched against. Actually equivalent to `string-start'.
24453 matches the empty string, but only at the end of the
24454 buffer being matched against. Actually equivalent to `string-end'.
24457 matches the empty string, but only at point.
24459 `word-start', `bow'
24460 matches the empty string, but only at the beginning of a word.
24463 matches the empty string, but only at the end of a word.
24466 matches the empty string, but only at the beginning or end of a
24469 `(not word-boundary)'
24470 `not-word-boundary'
24471 matches the empty string, but not at the beginning or end of a
24475 matches the empty string, but only at the beginning of a symbol.
24478 matches the empty string, but only at the end of a symbol.
24480 `digit', `numeric', `num'
24481 matches 0 through 9.
24484 matches ASCII control characters.
24486 `hex-digit', `hex', `xdigit'
24487 matches 0 through 9, a through f and A through F.
24490 matches space and tab only.
24493 matches graphic characters--everything except ASCII control chars,
24496 `printing', `print'
24497 matches printing characters--everything except ASCII control chars
24500 `alphanumeric', `alnum'
24501 matches letters and digits. (But at present, for multibyte characters,
24502 it matches anything that has word syntax.)
24504 `letter', `alphabetic', `alpha'
24505 matches letters. (But at present, for multibyte characters,
24506 it matches anything that has word syntax.)
24509 matches ASCII (unibyte) characters.
24512 matches non-ASCII (multibyte) characters.
24514 `lower', `lower-case'
24515 matches anything lower-case.
24517 `upper', `upper-case'
24518 matches anything upper-case.
24520 `punctuation', `punct'
24521 matches punctuation. (But at present, for multibyte characters,
24522 it matches anything that has non-word syntax.)
24524 `space', `whitespace', `white'
24525 matches anything that has whitespace syntax.
24528 matches anything that has word syntax.
24531 matches anything that has non-word syntax.
24534 matches a character with syntax SYNTAX. SYNTAX must be one
24535 of the following symbols, or a symbol corresponding to the syntax
24536 character, e.g. `\\.' for `\\s.'.
24538 `whitespace' (\\s- in string notation)
24539 `punctuation' (\\s.)
24542 `open-parenthesis' (\\s()
24543 `close-parenthesis' (\\s))
24544 `expression-prefix' (\\s')
24545 `string-quote' (\\s\")
24546 `paired-delimiter' (\\s$)
24548 `character-quote' (\\s/)
24549 `comment-start' (\\s<)
24550 `comment-end' (\\s>)
24551 `string-delimiter' (\\s|)
24552 `comment-delimiter' (\\s!)
24554 `(not (syntax SYNTAX))'
24555 matches a character that doesn't have syntax SYNTAX.
24557 `(category CATEGORY)'
24558 matches a character with category CATEGORY. CATEGORY must be
24559 either a character to use for C, or one of the following symbols.
24561 `consonant' (\\c0 in string notation)
24562 `base-vowel' (\\c1)
24563 `upper-diacritical-mark' (\\c2)
24564 `lower-diacritical-mark' (\\c3)
24568 `vowel-modifying-diacritical-mark' (\\c7)
24569 `vowel-sign' (\\c8)
24570 `semivowel-lower' (\\c9)
24571 `not-at-end-of-line' (\\c<)
24572 `not-at-beginning-of-line' (\\c>)
24573 `alpha-numeric-two-byte' (\\cA)
24574 `chinse-two-byte' (\\cC)
24575 `greek-two-byte' (\\cG)
24576 `japanese-hiragana-two-byte' (\\cH)
24577 `indian-tow-byte' (\\cI)
24578 `japanese-katakana-two-byte' (\\cK)
24579 `korean-hangul-two-byte' (\\cN)
24580 `cyrillic-two-byte' (\\cY)
24581 `combining-diacritic' (\\c^)
24590 `japanese-katakana' (\\ck)
24594 `japanese-roman' (\\cr)
24596 `vietnamese' (\\cv)
24601 `(not (category CATEGORY))'
24602 matches a character that doesn't have category CATEGORY.
24604 `(and SEXP1 SEXP2 ...)'
24605 `(: SEXP1 SEXP2 ...)'
24606 `(seq SEXP1 SEXP2 ...)'
24607 `(sequence SEXP1 SEXP2 ...)'
24608 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
24610 `(submatch SEXP1 SEXP2 ...)'
24611 `(group SEXP1 SEXP2 ...)'
24612 like `and', but makes the match accessible with `match-end',
24613 `match-beginning', and `match-string'.
24615 `(group SEXP1 SEXP2 ...)'
24616 another name for `submatch'.
24618 `(or SEXP1 SEXP2 ...)'
24619 `(| SEXP1 SEXP2 ...)'
24620 matches anything that matches SEXP1 or SEXP2, etc. If all
24621 args are strings, use `regexp-opt' to optimize the resulting
24622 regular expression.
24624 `(minimal-match SEXP)'
24625 produce a non-greedy regexp for SEXP. Normally, regexps matching
24626 zero or more occurrences of something are \"greedy\" in that they
24627 match as much as they can, as long as the overall regexp can
24628 still match. A non-greedy regexp matches as little as possible.
24630 `(maximal-match SEXP)'
24631 produce a greedy regexp for SEXP. This is the default.
24633 Below, `SEXP ...' represents a sequence of regexp forms, treated as if
24634 enclosed in `(and ...)'.
24636 `(zero-or-more SEXP ...)'
24638 matches zero or more occurrences of what SEXP ... matches.
24641 like `zero-or-more', but always produces a greedy regexp, independent
24642 of `rx-greedy-flag'.
24645 like `zero-or-more', but always produces a non-greedy regexp,
24646 independent of `rx-greedy-flag'.
24648 `(one-or-more SEXP ...)'
24650 matches one or more occurrences of SEXP ...
24653 like `one-or-more', but always produces a greedy regexp.
24656 like `one-or-more', but always produces a non-greedy regexp.
24658 `(zero-or-one SEXP ...)'
24659 `(optional SEXP ...)'
24661 matches zero or one occurrences of A.
24664 like `zero-or-one', but always produces a greedy regexp.
24667 like `zero-or-one', but always produces a non-greedy regexp.
24671 matches N occurrences.
24674 matches N or more occurrences.
24676 `(repeat N M SEXP)'
24677 `(** N M SEXP ...)'
24678 matches N to M occurrences.
24681 matches what was matched previously by submatch N.
24684 matches what was matched previously by submatch N.
24687 matches what was matched previously by submatch N.
24690 evaluate FORM and insert result. If result is a string,
24694 include REGEXP in string notation in the result.
24696 \(fn &rest REGEXPS)" nil (quote macro))
24700 ;;;### (autoloads (savehist-mode savehist-mode) "savehist" "savehist.el"
24701 ;;;;;; (18307 26229))
24702 ;;; Generated autoloads from savehist.el
24704 (defvar savehist-mode nil "\
24705 Mode for automatic saving of minibuffer history.
24706 Set this by calling the `savehist-mode' function or using the customize
24709 (custom-autoload 'savehist-mode "savehist" nil)
24711 (autoload 'savehist-mode "savehist" "\
24712 Toggle savehist-mode.
24713 Positive ARG turns on `savehist-mode'. When on, savehist-mode causes
24714 minibuffer history to be saved periodically and when exiting Emacs.
24715 When turned on for the first time in an Emacs session, it causes the
24716 previous minibuffer history to be loaded from `savehist-file'.
24718 This mode should normally be turned on from your Emacs init file.
24719 Calling it at any other time replaces your current minibuffer histories,
24720 which is probably undesirable.
24726 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24727 ;;;;;; (18310 12113))
24728 ;;; Generated autoloads from progmodes/scheme.el
24730 (autoload 'scheme-mode "scheme" "\
24731 Major mode for editing Scheme code.
24732 Editing commands are similar to those of `lisp-mode'.
24734 In addition, if an inferior Scheme process is running, some additional
24735 commands will be defined, for evaluating expressions and controlling
24736 the interpreter, and the state of the process will be displayed in the
24737 modeline of all Scheme buffers. The names of commands that interact
24738 with the Scheme process start with \"xscheme-\" if you use the MIT
24739 Scheme-specific `xscheme' package; for more information see the
24740 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
24741 start an inferior Scheme using the more general `cmuscheme' package.
24744 Delete converts tabs to spaces as it moves back.
24745 Blank lines separate paragraphs. Semicolons start comments.
24746 \\{scheme-mode-map}
24747 Entry to this mode calls the value of `scheme-mode-hook'
24748 if that value is non-nil.
24752 (autoload 'dsssl-mode "scheme" "\
24753 Major mode for editing DSSSL code.
24754 Editing commands are similar to those of `lisp-mode'.
24757 Delete converts tabs to spaces as it moves back.
24758 Blank lines separate paragraphs. Semicolons start comments.
24759 \\{scheme-mode-map}
24760 Entering this mode runs the hooks `scheme-mode-hook' and then
24761 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
24762 that variable's value is a string.
24768 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24769 ;;;;;; (18310 12082))
24770 ;;; Generated autoloads from gnus/score-mode.el
24772 (autoload 'gnus-score-mode "score-mode" "\
24773 Mode for editing Gnus score files.
24774 This mode is an extended emacs-lisp mode.
24776 \\{gnus-score-mode-map}
24782 ;;;### (autoloads (scribe-mode) "scribe" "obsolete/scribe.el" (18310
24784 ;;; Generated autoloads from obsolete/scribe.el
24786 (autoload 'scribe-mode "scribe" "\
24787 Major mode for editing files of Scribe (a text formatter) source.
24788 Scribe-mode is similar to text-mode, with a few extra commands added.
24789 \\{scribe-mode-map}
24791 Interesting variables:
24793 `scribe-fancy-paragraphs'
24794 Non-nil makes Scribe mode use a different style of paragraph separation.
24796 `scribe-electric-quote'
24797 Non-nil makes insert of double quote use `` or '' depending on context.
24799 `scribe-electric-parenthesis'
24800 Non-nil makes an open-parenthesis char (one of `([<{')
24801 automatically insert its close if typed after an @Command form.
24807 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24808 ;;;;;; (18310 12047))
24809 ;;; Generated autoloads from scroll-all.el
24811 (defvar scroll-all-mode nil "\
24812 Non-nil if Scroll-All mode is enabled.
24813 See the command `scroll-all-mode' for a description of this minor mode.
24814 Setting this variable directly does not take effect;
24815 either customize it (see the info node `Easy Customization')
24816 or call the function `scroll-all-mode'.")
24818 (custom-autoload 'scroll-all-mode "scroll-all" nil)
24820 (autoload 'scroll-all-mode "scroll-all" "\
24821 Toggle Scroll-All minor mode.
24822 With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
24823 When Scroll-All mode is on, scrolling commands entered in one window
24824 apply to all visible windows in the same frame.
24826 \(fn &optional ARG)" t nil)
24830 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24831 ;;;;;; (18310 12047))
24832 ;;; Generated autoloads from scroll-lock.el
24834 (autoload 'scroll-lock-mode "scroll-lock" "\
24835 Buffer-local minor mode for pager-like scrolling.
24836 Keys which normally move point by line or paragraph will scroll
24837 the buffer by the respective amount of lines instead and point
24838 will be kept vertically fixed relative to window boundaries
24841 \(fn &optional ARG)" t nil)
24845 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
24846 ;;;;;; mail-mode mail-send-nonascii mail-bury-selects-summary mail-default-headers
24847 ;;;;;; mail-default-directory mail-signature-file mail-signature
24848 ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces
24849 ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file
24850 ;;;;;; mail-alias-file mail-default-reply-to mail-archive-file-name
24851 ;;;;;; mail-header-separator send-mail-function mail-interactive
24852 ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
24853 ;;;;;; "sendmail" "mail/sendmail.el" (18339 17962))
24854 ;;; Generated autoloads from mail/sendmail.el
24856 (defvar mail-from-style 'angles "\
24857 Specifies how \"From:\" fields look.
24859 If `nil', they contain just the return address like:
24861 If `parens', they look like:
24862 king@grassland.com (Elvis Parsley)
24863 If `angles', they look like:
24864 Elvis Parsley <king@grassland.com>
24865 If `system-default', allows the mailer to insert its default From field
24866 derived from the envelope-from address.
24868 In old versions of Emacs, the `system-default' setting also caused
24869 Emacs to pass the proper email address from `user-mail-address'
24870 to the mailer to specify the envelope-from address. But that is now
24871 controlled by a separate variable, `mail-specify-envelope-from'.")
24873 (custom-autoload 'mail-from-style "sendmail" t)
24875 (defvar mail-specify-envelope-from nil "\
24876 If non-nil, specify the envelope-from address when sending mail.
24877 The value used to specify it is whatever is found in
24878 the variable `mail-envelope-from', with `user-mail-address' as fallback.
24880 On most systems, specifying the envelope-from address is a
24881 privileged operation. This variable affects sendmail and
24882 smtpmail -- if you use feedmail to send mail, see instead the
24883 variable `feedmail-deduce-envelope-from'.")
24885 (custom-autoload 'mail-specify-envelope-from "sendmail" t)
24887 (defvar mail-self-blind nil "\
24888 Non-nil means insert BCC to self in messages to be sent.
24889 This is done when the message is initialized,
24890 so you can remove or alter the BCC field to override the default.")
24892 (custom-autoload 'mail-self-blind "sendmail" t)
24894 (defvar mail-interactive nil "\
24895 Non-nil means when sending a message wait for and display errors.
24896 nil means let mailer mail back a message to report errors.")
24898 (custom-autoload 'mail-interactive "sendmail" t)
24900 (put 'send-mail-function 'standard-value '((if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it)))
24902 (defvar send-mail-function (if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it) "\
24903 Function to call to send the current buffer as mail.
24904 The headers should be delimited by a line which is
24905 not a valid RFC822 header or continuation line,
24906 that matches the variable `mail-header-separator'.
24907 This is used by the default mail-sending commands. See also
24908 `message-send-mail-function' for use with the Message package.")
24910 (custom-autoload 'send-mail-function "sendmail" t)
24912 (defvar mail-header-separator "--text follows this line--" "\
24913 Line used to separate headers from text in messages being composed.")
24915 (custom-autoload 'mail-header-separator "sendmail" t)
24917 (defvar mail-archive-file-name nil "\
24918 Name of file to write all outgoing messages in, or nil for none.
24919 This can be an inbox file or an Rmail file.")
24921 (custom-autoload 'mail-archive-file-name "sendmail" t)
24923 (defvar mail-default-reply-to nil "\
24924 Address to insert as default Reply-to field of outgoing messages.
24925 If nil, it will be initialized from the REPLYTO environment variable
24926 when you first send mail.")
24928 (custom-autoload 'mail-default-reply-to "sendmail" t)
24930 (defvar mail-alias-file nil "\
24931 If non-nil, the name of a file to use instead of `/usr/lib/aliases'.
24932 This file defines aliases to be expanded by the mailer; this is a different
24933 feature from that of defining aliases in `.mailrc' to be expanded in Emacs.
24934 This variable has no effect unless your system uses sendmail as its mailer.")
24936 (custom-autoload 'mail-alias-file "sendmail" t)
24938 (defvar mail-personal-alias-file "~/.mailrc" "\
24939 If non-nil, the name of the user's personal mail alias file.
24940 This file typically should be in same format as the `.mailrc' file used by
24941 the `Mail' or `mailx' program.
24942 This file need not actually exist.")
24944 (custom-autoload 'mail-personal-alias-file "sendmail" t)
24946 (defvar mail-setup-hook nil "\
24947 Normal hook, run each time a new outgoing mail message is initialized.
24948 The function `mail-setup' runs this hook.")
24950 (custom-autoload 'mail-setup-hook "sendmail" t)
24952 (defvar mail-aliases t "\
24953 Alist of mail address aliases,
24954 or t meaning should be initialized from your mail aliases file.
24955 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24956 can specify a different file name.)
24957 The alias definitions in the file have this form:
24958 alias ALIAS MEANING")
24960 (defvar mail-yank-prefix nil "\
24961 Prefix insert on lines of yanked message being replied to.
24962 nil means use indentation.")
24964 (custom-autoload 'mail-yank-prefix "sendmail" t)
24966 (defvar mail-indentation-spaces 3 "\
24967 Number of spaces to insert at the beginning of each cited line.
24968 Used by `mail-yank-original' via `mail-indent-citation'.")
24970 (custom-autoload 'mail-indentation-spaces "sendmail" t)
24972 (defvar mail-citation-hook nil "\
24973 Hook for modifying a citation just inserted in the mail buffer.
24974 Each hook function can find the citation between (point) and (mark t),
24975 and should leave point and mark around the citation text as modified.
24976 The hook functions can find the header of the cited message
24977 in the variable `mail-citation-header', whether or not this is included
24978 in the cited portion of the message.
24980 If this hook is entirely empty (nil), a default action is taken
24981 instead of no action.")
24983 (custom-autoload 'mail-citation-hook "sendmail" t)
24985 (defvar mail-citation-prefix-regexp "[ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*" "\
24986 Regular expression to match a citation prefix plus whitespace.
24987 It should match whatever sort of citation prefixes you want to handle,
24988 with whitespace before and after; it should also match just whitespace.
24989 The default value matches citations like `foo-bar>' plus whitespace.")
24991 (custom-autoload 'mail-citation-prefix-regexp "sendmail" t)
24993 (defvar mail-signature nil "\
24994 Text inserted at end of mail buffer when a message is initialized.
24995 If t, it means to insert the contents of the file `mail-signature-file'.
24996 If a string, that string is inserted.
24997 (To make a proper signature, the string should begin with \\n\\n-- \\n,
24998 which is the standard way to delimit a signature in a message.)
24999 Otherwise, it should be an expression; it is evaluated
25000 and should insert whatever you want to insert.")
25002 (custom-autoload 'mail-signature "sendmail" t)
25004 (defvar mail-signature-file "~/.signature" "\
25005 File containing the text inserted at end of mail buffer.")
25007 (custom-autoload 'mail-signature-file "sendmail" t)
25009 (defvar mail-default-directory "~/" "\
25010 Directory for mail buffers.
25011 Value of `default-directory' for mail buffers.
25012 This directory is used for auto-save files of mail buffers.")
25014 (custom-autoload 'mail-default-directory "sendmail" t)
25016 (defvar mail-default-headers nil "\
25017 A string containing header lines, to be inserted in outgoing messages.
25018 It is inserted before you edit the message,
25019 so you can edit or delete these lines.")
25021 (custom-autoload 'mail-default-headers "sendmail" t)
25023 (defvar mail-bury-selects-summary t "\
25024 If non-nil, try to show RMAIL summary buffer after returning from mail.
25025 The functions \\[mail-send-on-exit] or \\[mail-dont-send] select
25026 the RMAIL summary buffer before returning, if it exists and this variable
25029 (custom-autoload 'mail-bury-selects-summary "sendmail" t)
25031 (defvar mail-send-nonascii 'mime "\
25032 Specify whether to allow sending non-ASCII characters in mail.
25033 If t, that means do allow it. nil means don't allow it.
25034 `query' means ask the user each time.
25035 `mime' means add an appropriate MIME header if none already present.
25036 The default is `mime'.
25037 Including non-ASCII characters in a mail message can be problematical
25038 for the recipient, who may not know how to decode them properly.")
25040 (custom-autoload 'mail-send-nonascii "sendmail" t)
25042 (autoload 'mail-mode "sendmail" "\
25043 Major mode for editing mail to be sent.
25044 Like Text Mode but with these additional commands:
25046 \\[mail-send] mail-send (send the message)
25047 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
25049 Here are commands that move to a header field (and create it if there isn't):
25050 \\[mail-to] move to To: \\[mail-subject] move to Subj:
25051 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
25052 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
25053 \\[mail-mail-reply-to] move to Mail-Reply-To:
25054 \\[mail-mail-followup-to] move to Mail-Followup-To:
25055 \\[mail-text] move to message text.
25056 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
25057 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
25058 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
25059 \\[mail-sent-via] mail-sent-via (add a sent-via field for each To or CC).
25060 Turning on Mail mode runs the normal hooks `text-mode-hook' and
25061 `mail-mode-hook' (in that order).
25065 (defvar mail-mailing-lists nil "\
25066 *List of mailing list addresses the user is subscribed to.
25068 The variable is used to trigger insertion of the \"Mail-Followup-To\"
25069 header when sending a message to a mailing list.")
25071 (custom-autoload 'mail-mailing-lists "sendmail" t)
25073 (defvar sendmail-coding-system nil "\
25074 *Coding system for encoding the outgoing mail.
25075 This has higher priority than `default-buffer-file-coding-system'
25076 and `default-sendmail-coding-system',
25077 but lower priority than the local value of `buffer-file-coding-system'.
25078 See also the function `select-message-coding-system'.")
25080 (defvar default-sendmail-coding-system 'iso-latin-1 "\
25081 Default coding system for encoding the outgoing mail.
25082 This variable is used only when `sendmail-coding-system' is nil.
25084 This variable is set/changed by the command `set-language-environment'.
25085 User should not set this variable manually,
25086 instead use `sendmail-coding-system' to get a constant encoding
25087 of outgoing mails regardless of the current language environment.
25088 See also the function `select-message-coding-system'.")
25089 (add-hook 'same-window-buffer-names "*mail*")
25091 (autoload 'mail "sendmail" "\
25092 Edit a message to be sent. Prefix arg means resume editing (don't erase).
25093 When this function returns, the buffer `*mail*' is selected.
25094 The value is t if the message was newly initialized; otherwise, nil.
25096 Optionally, the signature file `mail-signature-file' can be inserted at the
25097 end; see the variable `mail-signature'.
25100 While editing message, type \\[mail-send-and-exit] to send the message and exit.
25102 Various special commands starting with C-c are available in sendmail mode
25103 to move to message header fields:
25106 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
25107 when the message is initialized.
25109 If `mail-default-reply-to' is non-nil, it should be an address (a string);
25110 a Reply-to: field with that address is inserted.
25112 If `mail-archive-file-name' is non-nil, an FCC field with that file name
25115 The normal hook `mail-setup-hook' is run after the message is
25116 initialized. It can add more default fields to the message.
25118 The first argument, NOERASE, determines what to do when there is
25119 an existing modified `*mail*' buffer. If NOERASE is nil, the
25120 existing mail buffer is used, and the user is prompted whether to
25121 keep the old contents or to erase them. If NOERASE has the value
25122 `new', a new mail buffer will be created instead of using the old
25123 one. Any other non-nil value means to always select the old
25124 buffer without erasing the contents.
25126 The second through fifth arguments,
25127 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
25128 the initial contents of those header fields.
25129 These arguments should not have final newlines.
25130 The sixth argument REPLYBUFFER is a buffer which contains an
25131 original message being replied to, or else an action
25132 of the form (FUNCTION . ARGS) which says how to insert the original.
25133 Or it can be nil, if not replying to anything.
25134 The seventh argument ACTIONS is a list of actions to take
25135 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
25136 when the message is sent, we apply FUNCTION to ARGS.
25137 This is how Rmail arranges to mark messages `answered'.
25139 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS)" t nil)
25141 (autoload 'mail-other-window "sendmail" "\
25142 Like `mail' command, but display mail buffer in another window.
25144 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
25146 (autoload 'mail-other-frame "sendmail" "\
25147 Like `mail' command, but display mail buffer in another frame.
25149 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
25153 ;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25154 ;;;;;; server-start) "server" "server.el" (18333 58864))
25155 ;;; Generated autoloads from server.el
25157 (autoload 'server-start "server" "\
25158 Allow this Emacs process to be a server for client processes.
25159 This starts a server communications subprocess through which
25160 client \"editors\" can send your editing commands to this Emacs
25161 job. To use the server, set up the program `emacsclient' in the
25162 Emacs distribution as your standard \"editor\".
25164 Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
25165 kill any existing server communications subprocess.
25167 \(fn &optional LEAVE-DEAD)" t nil)
25169 (defvar server-mode nil "\
25170 Non-nil if Server mode is enabled.
25171 See the command `server-mode' for a description of this minor mode.
25172 Setting this variable directly does not take effect;
25173 either customize it (see the info node `Easy Customization')
25174 or call the function `server-mode'.")
25176 (custom-autoload 'server-mode "server" nil)
25178 (autoload 'server-mode "server" "\
25179 Toggle Server mode.
25180 With ARG, turn Server mode on if ARG is positive, off otherwise.
25181 Server mode runs a process that accepts commands from the
25182 `emacsclient' program. See `server-start' and Info node `Emacs server'.
25184 \(fn &optional ARG)" t nil)
25186 (autoload 'server-save-buffers-kill-terminal "server" "\
25187 Offer to save each buffer, then kill PROC.
25189 With prefix arg, silently save all file-visiting buffers, then kill.
25191 If emacsclient was started with a list of filenames to edit, then
25192 only these files will be asked to be saved.
25194 \(fn PROC &optional ARG)" nil nil)
25198 ;;;### (autoloads (ses-mode) "ses" "ses.el" (18310 12047))
25199 ;;; Generated autoloads from ses.el
25201 (autoload 'ses-mode "ses" "\
25202 Major mode for Simple Emacs Spreadsheet.
25203 See \"ses-example.ses\" (in `data-directory') for more info.
25207 These key definitions are active only in the print area (the visible part):
25208 \\{ses-mode-print-map}
25209 These are active only in the minibuffer, when entering or editing a formula:
25210 \\{ses-mode-edit-map}
25216 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25217 ;;;;;; (18339 17965))
25218 ;;; Generated autoloads from textmodes/sgml-mode.el
25220 (autoload 'sgml-mode "sgml-mode" "\
25221 Major mode for editing SGML documents.
25223 Keys <, &, SPC within <>, \", / and ' can be electric depending on
25226 An argument of N to a tag-inserting command means to wrap it around
25227 the next N words. In Transient Mark mode, when the mark is active,
25228 N defaults to -1, which means to wrap it around the current region.
25230 If you like upcased tags, put (setq sgml-transformation-function 'upcase)
25231 in your `.emacs' file.
25233 Use \\[sgml-validate] to validate your document with an SGML parser.
25235 Do \\[describe-variable] sgml- SPC to see available variables.
25236 Do \\[describe-key] on the following bindings to discover what they do.
25241 (defalias 'xml-mode 'sgml-mode)
25243 (autoload 'html-mode "sgml-mode" "\
25244 Major mode based on SGML mode for editing HTML documents.
25245 This allows inserting skeleton constructs used in hypertext documents with
25246 completion. See below for an introduction to HTML. Use
25247 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
25248 which this is based.
25250 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
25252 To write fairly well formatted pages you only need to know few things. Most
25253 browsers have a function to read the source code of the page being seen, so
25254 you can imitate various tricks. Here's a very short HTML primer which you
25255 can also view with a browser to see what happens:
25257 <title>A Title Describing Contents</title> should be on every page. Pages can
25258 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
25259 <hr> Parts can be separated with horizontal rules.
25261 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
25262 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
25263 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
25264 Edit/Text Properties/Face commands.
25266 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
25267 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
25268 href=\"URL\">see also URL</a> where URL is a filename relative to current
25269 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
25271 Images in many formats can be inlined with <img src=\"URL\">.
25273 If you mainly create your own documents, `sgml-specials' might be
25274 interesting. But note that some HTML 2 browsers can't handle `''.
25275 To work around that, do:
25276 (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil))
25284 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25285 ;;;;;; (18339 17963))
25286 ;;; Generated autoloads from progmodes/sh-script.el
25287 (put 'sh-shell 'safe-local-variable 'symbolp)
25289 (autoload 'sh-mode "sh-script" "\
25290 Major mode for editing shell scripts.
25291 This mode works for many shells, since they all have roughly the same syntax,
25292 as far as commands, arguments, variables, pipes, comments etc. are concerned.
25293 Unless the file's magic number indicates the shell, your usual shell is
25294 assumed. Since filenames rarely give a clue, they are not further analyzed.
25296 This mode adapts to the variations between shells (see `sh-set-shell') by
25297 means of an inheritance based feature lookup (see `sh-feature'). This
25298 mechanism applies to all variables (including skeletons) that pertain to
25299 shell-specific features.
25301 The default style of this mode is that of Rosenblatt's Korn shell book.
25302 The syntax of the statements varies with the shell being used. The
25303 following commands are available, based on the current shell's syntax:
25305 \\[sh-case] case statement
25306 \\[sh-for] for loop
25307 \\[sh-function] function definition
25308 \\[sh-if] if statement
25309 \\[sh-indexed-loop] indexed loop from 1 to n
25310 \\[sh-while-getopts] while getopts loop
25311 \\[sh-repeat] repeat loop
25312 \\[sh-select] select loop
25313 \\[sh-until] until loop
25314 \\[sh-while] while loop
25316 For sh and rc shells indentation commands are:
25317 \\[sh-show-indent] Show the variable controlling this line's indentation.
25318 \\[sh-set-indent] Set then variable controlling this line's indentation.
25319 \\[sh-learn-line-indent] Change the indentation variable so this line
25320 would indent to the way it currently is.
25321 \\[sh-learn-buffer-indent] Set the indentation variables so the
25322 buffer indents as it currently is indented.
25325 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
25326 \\[sh-newline-and-indent] Delete unquoted space and indent new line same as this one.
25327 \\[sh-end-of-command] Go to end of successive commands.
25328 \\[sh-beginning-of-command] Go to beginning of successive commands.
25329 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
25330 \\[sh-execute-region] Have optional header and region be executed in a subshell.
25332 \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
25334 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
25336 If you generally program a shell different from your login shell you can
25337 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
25338 indicate what shell it is use `sh-alias-alist' to translate.
25340 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
25341 with your script for an edit-interpret-debug cycle.
25345 (defalias 'shell-script-mode 'sh-mode)
25349 ;;;### (autoloads (sha1) "sha1" "sha1.el" (18310 12047))
25350 ;;; Generated autoloads from sha1.el
25352 (autoload 'sha1 "sha1" "\
25353 Return the SHA1 (Secure Hash Algorithm) of an object.
25354 OBJECT is either a string or a buffer.
25355 Optional arguments BEG and END denote buffer positions for computing the
25356 hash of a portion of OBJECT.
25357 If BINARY is non-nil, return a string in binary form.
25359 \(fn OBJECT &optional BEG END BINARY)" nil nil)
25363 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25364 ;;;;;; (18310 12064))
25365 ;;; Generated autoloads from emacs-lisp/shadow.el
25367 (autoload 'list-load-path-shadows "shadow" "\
25368 Display a list of Emacs Lisp files that shadow other files.
25370 This function lists potential load path problems. Directories in
25371 the `load-path' variable are searched, in order, for Emacs Lisp
25372 files. When a previously encountered file name is found again, a
25373 message is displayed indicating that the later file is \"hidden\" by
25376 For example, suppose `load-path' is set to
25378 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
25380 and that each of these directories contains a file called XXX.el. Then
25381 XXX.el in the site-lisp directory is referred to by all of:
25382 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
25384 The first XXX.el file prevents Emacs from seeing the second (unless
25385 the second is loaded explicitly via `load-file').
25387 When not intended, such shadowings can be the source of subtle
25388 problems. For example, the above situation may have arisen because the
25389 XXX package was not distributed with versions of Emacs prior to
25390 19.30. An Emacs maintainer downloaded XXX from elsewhere and installed
25391 it. Later, XXX was updated and included in the Emacs distribution.
25392 Unless the Emacs maintainer checks for this, the new version of XXX
25393 will be hidden behind the old (which may no longer work with the new
25396 This function performs these checks and flags all possible
25397 shadowings. Because a .el file may exist without a corresponding .elc
25398 \(or vice-versa), these suffixes are essentially ignored. A file
25399 XXX.elc in an early directory (that does not contain XXX.el) is
25400 considered to shadow a later file XXX.el, and vice-versa.
25402 When run interactively, the shadowings (if any) are displayed in a
25403 buffer called `*Shadows*'. Shadowings are located by calling the
25404 \(non-interactive) companion function, `find-emacs-lisp-shadows'.
25410 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25411 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (18310
25413 ;;; Generated autoloads from shadowfile.el
25415 (autoload 'shadow-define-cluster "shadowfile" "\
25416 Edit (or create) the definition of a cluster NAME.
25417 This is a group of hosts that share directories, so that copying to or from
25418 one of them is sufficient to update the file on all of them. Clusters are
25419 defined by a name, the network address of a primary host (the one we copy
25420 files to), and a regular expression that matches the hostnames of all the
25421 sites in the cluster.
25425 (autoload 'shadow-define-literal-group "shadowfile" "\
25426 Declare a single file to be shared between sites.
25427 It may have different filenames on each site. When this file is edited, the
25428 new version will be copied to each of the other locations. Sites can be
25429 specific hostnames, or names of clusters (see `shadow-define-cluster').
25433 (autoload 'shadow-define-regexp-group "shadowfile" "\
25434 Make each of a group of files be shared between hosts.
25435 Prompts for regular expression; files matching this are shared between a list
25436 of sites, which are also prompted for. The filenames must be identical on all
25437 hosts (if they aren't, use `shadow-define-literal-group' instead of this
25438 function). Each site can be either a hostname or the name of a cluster (see
25439 `shadow-define-cluster').
25443 (autoload 'shadow-initialize "shadowfile" "\
25444 Set up file shadowing.
25450 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25451 ;;;;;; (18310 12047))
25452 ;;; Generated autoloads from shell.el
25454 (defvar shell-dumb-shell-regexp "cmd\\(proxy\\)?\\.exe" "\
25455 Regexp to match shells that don't save their command history, and
25456 don't handle the backslash as a quote character. For shells that
25457 match this regexp, Emacs will write out the command history when the
25458 shell finishes, and won't remove backslashes when it unquotes shell
25461 (custom-autoload 'shell-dumb-shell-regexp "shell" t)
25463 (autoload 'shell "shell" "\
25464 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
25465 Interactively, a prefix arg means to prompt for BUFFER.
25466 If `default-directory' is a remote file name, it is also prompted
25467 to change if called with a prefix arg.
25469 If BUFFER exists but shell process is not running, make new shell.
25470 If BUFFER exists and shell process is running, just switch to BUFFER.
25471 Program used comes from variable `explicit-shell-file-name',
25472 or (if that is nil) from the ESHELL environment variable,
25473 or (if that is nil) from `shell-file-name'.
25474 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
25475 it is given as initial input (but this may be lost, due to a timing
25476 error, if the shell discards input when it starts up).
25477 The buffer is put in Shell mode, giving commands for sending input
25478 and controlling the subjobs of the shell. See `shell-mode'.
25479 See also the variable `shell-prompt-pattern'.
25481 To specify a coding system for converting non-ASCII characters
25482 in the input and output to the shell, use \\[universal-coding-system-argument]
25483 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
25484 in the shell buffer, after you start the shell.
25485 The default comes from `process-coding-system-alist' and
25486 `default-process-coding-system'.
25488 The shell file name (sans directories) is used to make a symbol name
25489 such as `explicit-csh-args'. If that symbol is a variable,
25490 its value is used as a list of arguments when invoking the shell.
25491 Otherwise, one argument `-i' is passed to the shell.
25493 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
25495 \(fn &optional BUFFER)" t nil)
25496 (add-hook 'same-window-buffer-names "*shell*")
25500 ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25501 ;;;;;; "sieve" "gnus/sieve.el" (18329 52187))
25502 ;;; Generated autoloads from gnus/sieve.el
25504 (autoload 'sieve-manage "sieve" "\
25507 \(fn SERVER &optional PORT)" t nil)
25509 (autoload 'sieve-upload "sieve" "\
25512 \(fn &optional NAME)" t nil)
25514 (autoload 'sieve-upload-and-bury "sieve" "\
25517 \(fn &optional NAME)" t nil)
25521 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25522 ;;;;;; (18310 12082))
25523 ;;; Generated autoloads from gnus/sieve-mode.el
25525 (autoload 'sieve-mode "sieve-mode" "\
25526 Major mode for editing Sieve code.
25527 This is much like C mode except for the syntax of comments. Its keymap
25528 inherits from C mode's and it has the same variables for customizing
25529 indentation. It has its own abbrev table and its own syntax table.
25531 Turning on Sieve mode runs `sieve-mode-hook'.
25537 ;;;### (autoloads nil "simple" "simple.el" (18352 4531))
25538 ;;; Generated autoloads from simple.el
25539 (put 'fill-prefix 'safe-local-variable 'string-or-null-p)
25543 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (18310
25545 ;;; Generated autoloads from progmodes/simula.el
25547 (autoload 'simula-mode "simula" "\
25548 Major mode for editing SIMULA code.
25549 \\{simula-mode-map}
25550 Variables controlling indentation style:
25551 `simula-tab-always-indent'
25552 Non-nil means TAB in SIMULA mode should always reindent the current line,
25553 regardless of where in the line point is when the TAB command is used.
25554 `simula-indent-level'
25555 Indentation of SIMULA statements with respect to containing block.
25556 `simula-substatement-offset'
25557 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
25558 `simula-continued-statement-offset' 3
25559 Extra indentation for lines not starting a statement or substatement,
25560 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
25561 line continued statement will have the car of the list extra indentation
25562 with respect to the previous line of the statement.
25563 `simula-label-offset' -4711
25564 Offset of SIMULA label lines relative to usual indentation.
25565 `simula-if-indent' '(0 . 0)
25566 Extra indentation of THEN and ELSE with respect to the starting IF.
25567 Value is a cons cell, the car is extra THEN indentation and the cdr
25568 extra ELSE indentation. IF after ELSE is indented as the starting IF.
25569 `simula-inspect-indent' '(0 . 0)
25570 Extra indentation of WHEN and OTHERWISE with respect to the
25571 corresponding INSPECT. Value is a cons cell, the car is
25572 extra WHEN indentation and the cdr extra OTHERWISE indentation.
25573 `simula-electric-indent' nil
25574 If this variable is non-nil, `simula-indent-line'
25575 will check the previous line to see if it has to be reindented.
25576 `simula-abbrev-keyword' 'upcase
25577 Determine how SIMULA keywords will be expanded. Value is one of
25578 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
25579 or nil if they should not be changed.
25580 `simula-abbrev-stdproc' 'abbrev-table
25581 Determine how standard SIMULA procedure and class names will be
25582 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
25583 (as in) `abbrev-table', or nil if they should not be changed.
25585 Turning on SIMULA mode calls the value of the variable simula-mode-hook
25586 with no arguments, if that value is non-nil.
25592 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25593 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (18339 17947))
25594 ;;; Generated autoloads from skeleton.el
25596 (defvar skeleton-filter-function 'identity "\
25597 Function for transforming a skeleton proxy's aliases' variable value.")
25599 (autoload 'define-skeleton "skeleton" "\
25600 Define a user-configurable COMMAND that enters a statement skeleton.
25601 DOCUMENTATION is that of the command.
25602 SKELETON is as defined under `skeleton-insert'.
25604 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro))
25606 (autoload 'skeleton-proxy-new "skeleton" "\
25608 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
25609 If no ARG was given, but the region is visible, ARG defaults to -1 depending
25610 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
25611 This command can also be an abbrev expansion (3rd and 4th columns in
25612 \\[edit-abbrevs] buffer: \"\" command-name).
25614 Optional second argument STR may also be a string which will be the value
25615 of `str' whereas the skeleton's interactor is then ignored.
25617 \(fn SKELETON &optional STR ARG)" nil nil)
25619 (autoload 'skeleton-insert "skeleton" "\
25620 Insert the complex statement skeleton SKELETON describes very concisely.
25622 With optional second argument REGIONS, wrap first interesting point
25623 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
25624 If REGIONS is negative, wrap REGIONS preceding interregions into first
25625 REGIONS interesting positions (successive `_'s) in skeleton.
25627 An interregion is the stretch of text between two contiguous marked
25628 points. If you marked A B C [] (where [] is the cursor) in
25629 alphabetical order, the 3 interregions are simply the last 3 regions.
25630 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
25632 The optional third argument STR, if specified, is the value for the
25633 variable `str' within the skeleton. When this is non-nil, the
25634 interactor gets ignored, and this should be a valid skeleton element.
25636 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
25637 not needed, a prompt-string or an expression for complex read functions.
25639 If ELEMENT is a string or a character it gets inserted (see also
25640 `skeleton-transformation-function'). Other possibilities are:
25642 \\n go to next line and indent according to mode
25643 _ interesting point, interregion here
25644 - interesting point, no interregion interaction, overrides
25645 interesting point set by _
25646 > indent line (or interregion if > _) according to major mode
25647 @ add position to `skeleton-positions'
25648 & do next ELEMENT if previous moved point
25649 | do next ELEMENT if previous didn't move point
25650 -num delete num preceding characters (see `skeleton-untabify')
25651 resume: skipped, continue here if quit is signaled
25654 After termination, point will be positioned at the last occurrence of -
25655 or at the first occurrence of _ or at the end of the inserted text.
25657 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
25658 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
25659 different inputs. The SKELETON is processed as often as the user enters a
25660 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
25661 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
25662 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
25663 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
25664 strings with the subskeleton being repeated once for each string.
25666 Quoted Lisp expressions are evaluated for their side-effects.
25667 Other Lisp expressions are evaluated and the value treated as above.
25668 Note that expressions may not return t since this implies an
25669 endless loop. Modes can define other symbols by locally setting them
25670 to any valid skeleton element. The following local variables are
25673 str first time: read a string according to INTERACTOR
25674 then: insert previously read string once more
25675 help help-form during interaction with the user or nil
25676 input initial input (string or cons with index) while reading str
25677 v1, v2 local variables for memorizing anything you want
25679 When done with skeleton, but before going back to `_'-point call
25680 `skeleton-end-hook' if that is non-nil.
25682 \(fn SKELETON &optional REGIONS STR)" nil nil)
25684 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
25685 Insert the character you type ARG times.
25687 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
25688 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
25689 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
25690 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
25691 Pairing is also prohibited if we are right after a quoting character
25694 If a match is found in `skeleton-pair-alist', that is inserted, else
25695 the defaults are used. These are (), [], {}, <> and `' for the
25696 symmetrical ones, and the same character twice for the others.
25702 ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25703 ;;;;;; "smerge-mode" "smerge-mode.el" (18324 26612))
25704 ;;; Generated autoloads from smerge-mode.el
25706 (autoload 'smerge-ediff "smerge-mode" "\
25707 Invoke ediff to resolve the conflicts.
25708 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
25711 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
25713 (autoload 'smerge-mode "smerge-mode" "\
25714 Minor mode to simplify editing output from the diff3 program.
25715 \\{smerge-mode-map}
25717 \(fn &optional ARG)" t nil)
25719 (autoload 'smerge-start-session "smerge-mode" "\
25720 Turn on `smerge-mode' and move point to first conflict marker.
25721 If no conflict maker is found, turn off `smerge-mode'.
25727 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25728 ;;;;;; (18310 12082))
25729 ;;; Generated autoloads from gnus/smiley.el
25731 (autoload 'smiley-region "smiley" "\
25732 Replace in the region `smiley-regexp-alist' matches with corresponding images.
25733 A list of images is returned.
25735 \(fn START END)" t nil)
25737 (autoload 'smiley-buffer "smiley" "\
25738 Run `smiley-region' at the buffer, specified in the argument or
25739 interactively. If there's no argument, do it at the current buffer
25741 \(fn &optional BUFFER)" t nil)
25745 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25746 ;;;;;; "mail/smtpmail.el" (18310 12091))
25747 ;;; Generated autoloads from mail/smtpmail.el
25749 (autoload 'smtpmail-send-it "smtpmail" "\
25754 (autoload 'smtpmail-send-queued-mail "smtpmail" "\
25755 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25761 ;;;### (autoloads (snake) "snake" "play/snake.el" (18310 12106))
25762 ;;; Generated autoloads from play/snake.el
25764 (autoload 'snake "snake" "\
25765 Play the Snake game.
25766 Move the snake around without colliding with its tail or with the border.
25768 Eating dots causes the snake to get longer.
25770 Snake mode keybindings:
25772 \\[snake-start-game] Starts a new game of Snake
25773 \\[snake-end-game] Terminates the current game
25774 \\[snake-pause-game] Pauses (or resumes) the current game
25775 \\[snake-move-left] Makes the snake move left
25776 \\[snake-move-right] Makes the snake move right
25777 \\[snake-move-up] Makes the snake move up
25778 \\[snake-move-down] Makes the snake move down
25784 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25785 ;;;;;; (18310 12096))
25786 ;;; Generated autoloads from net/snmp-mode.el
25788 (autoload 'snmp-mode "snmp-mode" "\
25789 Major mode for editing SNMP MIBs.
25790 Expression and list commands understand all C brackets.
25791 Tab indents for C code.
25792 Comments start with -- and end with newline or another --.
25793 Delete converts tabs to spaces as it moves back.
25795 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
25800 (autoload 'snmpv2-mode "snmp-mode" "\
25801 Major mode for editing SNMPv2 MIBs.
25802 Expression and list commands understand all C brackets.
25803 Tab indents for C code.
25804 Comments start with -- and end with newline or another --.
25805 Delete converts tabs to spaces as it moves back.
25807 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
25808 then `snmpv2-mode-hook'.
25814 ;;;### (autoloads (solar-equinoxes-solstices sunrise-sunset calendar-location-name
25815 ;;;;;; calendar-longitude calendar-latitude calendar-time-display-form)
25816 ;;;;;; "solar" "calendar/solar.el" (18310 12060))
25817 ;;; Generated autoloads from calendar/solar.el
25819 (defvar calendar-time-display-form '(12-hours ":" minutes am-pm (if time-zone " (") time-zone (if time-zone ")")) "\
25820 *The pseudo-pattern that governs the way a time of day is formatted.
25822 A pseudo-pattern is a list of expressions that can involve the keywords
25823 `12-hours', `24-hours', and `minutes', all numbers in string form,
25824 and `am-pm' and `time-zone', both alphabetic strings.
25826 For example, the form
25828 '(24-hours \":\" minutes
25829 (if time-zone \" (\") time-zone (if time-zone \")\"))
25831 would give military-style times like `21:07 (UTC)'.")
25833 (custom-autoload 'calendar-time-display-form "solar" t)
25835 (defvar calendar-latitude nil "\
25836 *Latitude of `calendar-location-name' in degrees.
25838 The value can be either a decimal fraction (one place of accuracy is
25839 sufficient), + north, - south, such as 40.7 for New York City, or the value
25840 can be a vector [degrees minutes north/south] such as [40 50 north] for New
25843 This variable should be set in `site-start'.el.")
25845 (custom-autoload 'calendar-latitude "solar" t)
25847 (defvar calendar-longitude nil "\
25848 *Longitude of `calendar-location-name' in degrees.
25850 The value can be either a decimal fraction (one place of accuracy is
25851 sufficient), + east, - west, such as -73.9 for New York City, or the value
25852 can be a vector [degrees minutes east/west] such as [73 55 west] for New
25855 This variable should be set in `site-start'.el.")
25857 (custom-autoload 'calendar-longitude "solar" t)
25859 (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-longitude 2) 'east) "E" "W")))) "\
25860 *Expression evaluating to name of `calendar-longitude', `calendar-latitude'.
25861 For example, \"New York City\". Default value is just the latitude, longitude
25864 This variable should be set in `site-start'.el.")
25866 (custom-autoload 'calendar-location-name "solar" t)
25868 (autoload 'sunrise-sunset "solar" "\
25869 Local time of sunrise and sunset for today. Accurate to a few seconds.
25870 If called with an optional prefix argument, prompt for date.
25872 If called with an optional double prefix argument, prompt for longitude,
25873 latitude, time zone, and date, and always use standard time.
25875 This function is suitable for execution in a .emacs file.
25877 \(fn &optional ARG)" t nil)
25879 (autoload 'solar-equinoxes-solstices "solar" "\
25880 *local* date and time of equinoxes and solstices, if visible in the calendar window.
25881 Requires floating point.
25887 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (18310
25889 ;;; Generated autoloads from play/solitaire.el
25891 (autoload 'solitaire "solitaire" "\
25894 To play Solitaire, type \\[solitaire].
25895 \\<solitaire-mode-map>
25896 Move around the board using the cursor keys.
25897 Move stones using \\[solitaire-move] followed by a direction key.
25898 Undo moves using \\[solitaire-undo].
25899 Check for possible moves using \\[solitaire-do-check].
25900 \(The variable `solitaire-auto-eval' controls whether to automatically
25901 check after each move or undo)
25905 I don't know who invented this game, but it seems to be rather old and
25906 its origin seems to be northern Africa. Here's how to play:
25907 Initially, the board will look similar to this:
25926 Let's call the o's stones and the .'s holes. One stone fits into one
25927 hole. As you can see, all holes but one are occupied by stones. The
25928 aim of the game is to get rid of all but one stone, leaving that last
25929 one in the middle of the board if you're cool.
25931 A stone can be moved if there is another stone next to it, and a hole
25932 after that one. Thus there must be three fields in a row, either
25933 horizontally or vertically, up, down, left or right, which look like
25936 Then the first stone is moved to the hole, jumping over the second,
25937 which therefore is taken away. The above thus `evaluates' to: . . o
25939 That's all. Here's the board after two moves:
25955 Pick your favourite shortcuts:
25957 \\{solitaire-mode-map}
25963 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25964 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25965 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (18310 12047))
25966 ;;; Generated autoloads from sort.el
25967 (put 'sort-fold-case 'safe-local-variable 'booleanp)
25969 (autoload 'sort-subr "sort" "\
25970 General text sorting routine to divide buffer into records and sort them.
25972 We divide the accessible portion of the buffer into disjoint pieces
25973 called sort records. A portion of each sort record (perhaps all of
25974 it) is designated as the sort key. The records are rearranged in the
25975 buffer in order by their sort keys. The records may or may not be
25978 Usually the records are rearranged in order of ascending sort key.
25979 If REVERSE is non-nil, they are rearranged in order of descending sort key.
25980 The variable `sort-fold-case' determines whether alphabetic case affects
25983 The next four arguments are functions to be called to move point
25984 across a sort record. They will be called many times from within sort-subr.
25986 NEXTRECFUN is called with point at the end of the previous record.
25987 It moves point to the start of the next record.
25988 It should move point to the end of the buffer if there are no more records.
25989 The first record is assumed to start at the position of point when sort-subr
25992 ENDRECFUN is called with point within the record.
25993 It should move point to the end of the record.
25995 STARTKEYFUN moves from the start of the record to the start of the key.
25996 It may return either a non-nil value to be used as the key, or
25997 else the key is the substring between the values of point after
25998 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
25999 starts at the beginning of the record.
26001 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
26002 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
26005 PREDICATE is the function to use to compare keys. If keys are numbers,
26006 it defaults to `<', otherwise it defaults to `string<'.
26008 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
26010 (autoload 'sort-lines "sort" "\
26011 Sort lines in region alphabetically; argument means descending order.
26012 Called from a program, there are three arguments:
26013 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26014 The variable `sort-fold-case' determines whether alphabetic case affects
26017 \(fn REVERSE BEG END)" t nil)
26019 (autoload 'sort-paragraphs "sort" "\
26020 Sort paragraphs in region alphabetically; argument means descending order.
26021 Called from a program, there are three arguments:
26022 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26023 The variable `sort-fold-case' determines whether alphabetic case affects
26026 \(fn REVERSE BEG END)" t nil)
26028 (autoload 'sort-pages "sort" "\
26029 Sort pages in region alphabetically; argument means descending order.
26030 Called from a program, there are three arguments:
26031 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26032 The variable `sort-fold-case' determines whether alphabetic case affects
26035 \(fn REVERSE BEG END)" t nil)
26036 (put 'sort-numeric-base 'safe-local-variable 'integerp)
26038 (autoload 'sort-numeric-fields "sort" "\
26039 Sort lines in region numerically by the ARGth field of each line.
26040 Fields are separated by whitespace and numbered from 1 up.
26041 Specified field must contain a number in each line of the region,
26042 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
26043 Otherwise, the number is interpreted according to sort-numeric-base.
26044 With a negative arg, sorts by the ARGth field counted from the right.
26045 Called from a program, there are three arguments:
26046 FIELD, BEG and END. BEG and END specify region to sort.
26048 \(fn FIELD BEG END)" t nil)
26050 (autoload 'sort-fields "sort" "\
26051 Sort lines in region lexicographically by the ARGth field of each line.
26052 Fields are separated by whitespace and numbered from 1 up.
26053 With a negative arg, sorts by the ARGth field counted from the right.
26054 Called from a program, there are three arguments:
26055 FIELD, BEG and END. BEG and END specify region to sort.
26056 The variable `sort-fold-case' determines whether alphabetic case affects
26059 \(fn FIELD BEG END)" t nil)
26061 (autoload 'sort-regexp-fields "sort" "\
26062 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
26063 RECORD-REGEXP specifies the textual units which should be sorted.
26064 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
26065 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
26066 is to be used for sorting.
26067 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
26068 RECORD-REGEXP is used.
26069 If it is \"\\\\&\" then the whole record is used.
26070 Otherwise, it is a regular-expression for which to search within the record.
26071 If a match for KEY is not found within a record then that record is ignored.
26073 With a negative prefix arg sorts in reverse order.
26075 The variable `sort-fold-case' determines whether alphabetic case affects
26078 For example: to sort lines in the region by the first word on each line
26079 starting with the letter \"f\",
26080 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
26082 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
26084 (autoload 'sort-columns "sort" "\
26085 Sort lines in region alphabetically by a certain range of columns.
26086 For the purpose of this command, the region BEG...END includes
26087 the entire line that point is in and the entire line the mark is in.
26088 The column positions of point and mark bound the range of columns to sort on.
26089 A prefix argument means sort into REVERSE order.
26090 The variable `sort-fold-case' determines whether alphabetic case affects
26093 Note that `sort-columns' rejects text that contains tabs,
26094 because tabs could be split across the specified columns
26095 and it doesn't know how to handle that. Also, when possible,
26096 it uses the `sort' utility program, which doesn't understand tabs.
26097 Use \\[untabify] to convert tabs to spaces before sorting.
26099 \(fn REVERSE &optional BEG END)" t nil)
26101 (autoload 'reverse-region "sort" "\
26102 Reverse the order of lines in a region.
26103 From a program takes two point or marker arguments, BEG and END.
26105 \(fn BEG END)" t nil)
26109 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (18310
26111 ;;; Generated autoloads from gnus/spam.el
26113 (autoload 'spam-initialize "spam" "\
26114 Install the spam.el hooks and do other initialization.
26115 When SYMBOLS is given, set those variables to t. This is so you
26116 can call `spam-initialize' before you set spam-use-* variables on
26117 explicitly, and matters only if you need the extra headers
26118 installed through `spam-necessary-extra-headers'.
26120 \(fn &rest SYMBOLS)" t nil)
26124 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26125 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26126 ;;;;;; "gnus/spam-report.el" (18310 12082))
26127 ;;; Generated autoloads from gnus/spam-report.el
26129 (autoload 'spam-report-process-queue "spam-report" "\
26130 Report all queued requests from `spam-report-requests-file'.
26132 If FILE is given, use it instead of `spam-report-requests-file'.
26133 If KEEP is t, leave old requests in the file. If KEEP is the
26134 symbol `ask', query before flushing the queue file.
26136 \(fn &optional FILE KEEP)" t nil)
26138 (autoload 'spam-report-url-ping-mm-url "spam-report" "\
26139 Ping a host through HTTP, addressing a specific GET resource. Use
26140 the external program specified in `mm-url-program' to connect to
26143 \(fn HOST REPORT)" nil nil)
26145 (autoload 'spam-report-url-to-file "spam-report" "\
26146 Collect spam report requests in `spam-report-requests-file'.
26147 Customize `spam-report-url-ping-function' to use this function.
26149 \(fn HOST REPORT)" nil nil)
26151 (autoload 'spam-report-agentize "spam-report" "\
26152 Add spam-report support to the Agent.
26153 Spam reports will be queued with \\[spam-report-url-to-file] when
26154 the Agent is unplugged, and will be submitted in a batch when the
26159 (autoload 'spam-report-deagentize "spam-report" "\
26160 Remove spam-report support from the Agent.
26161 Spam reports will be queued with the method used when
26162 \\[spam-report-agentize] was run.
26168 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26169 ;;;;;; "speedbar.el" (18310 12048))
26170 ;;; Generated autoloads from speedbar.el
26172 (defalias 'speedbar 'speedbar-frame-mode)
26174 (autoload 'speedbar-frame-mode "speedbar" "\
26175 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
26176 A nil ARG means toggle. Once the speedbar frame is activated, a buffer in
26177 `speedbar-mode' will be displayed. Currently, only one speedbar is
26178 supported at a time.
26179 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
26180 `speedbar-before-delete-hook' is called before the frame is deleted.
26182 \(fn &optional ARG)" t nil)
26184 (autoload 'speedbar-get-focus "speedbar" "\
26185 Change frame focus to or from the speedbar frame.
26186 If the selected frame is not speedbar, then speedbar frame is
26187 selected. If the speedbar frame is active, then select the attached frame.
26193 ;;;### (autoloads (spell-string spell-region spell-word spell-buffer)
26194 ;;;;;; "spell" "textmodes/spell.el" (18310 12121))
26195 ;;; Generated autoloads from textmodes/spell.el
26197 (put 'spell-filter 'risky-local-variable t)
26199 (autoload 'spell-buffer "spell" "\
26200 Check spelling of every word in the buffer.
26201 For each incorrect word, you are asked for the correct spelling
26202 and then put into a query-replace to fix some or all occurrences.
26203 If you do not want to change a word, just give the same word
26204 as its \"correct\" spelling; then the query replace is skipped.
26208 (autoload 'spell-word "spell" "\
26209 Check spelling of word at or before point.
26210 If it is not correct, ask user for the correct spelling
26211 and `query-replace' the entire buffer to substitute it.
26215 (autoload 'spell-region "spell" "\
26216 Like `spell-buffer' but applies only to region.
26217 Used in a program, applies from START to END.
26218 DESCRIPTION is an optional string naming the unit being checked:
26219 for example, \"word\".
26221 \(fn START END &optional DESCRIPTION)" t nil)
26223 (autoload 'spell-string "spell" "\
26224 Check spelling of string supplied as argument.
26226 \(fn STRING)" t nil)
26230 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (18310
26232 ;;; Generated autoloads from play/spook.el
26234 (autoload 'spook "spook" "\
26235 Adds that special touch of class to your outgoing mail.
26239 (autoload 'snarf-spooks "spook" "\
26240 Return a vector containing the lines from `spook-phrases-file'.
26246 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
26247 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26248 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-mode sql-help
26249 ;;;;;; sql-add-product-keywords) "sql" "progmodes/sql.el" (18310
26251 ;;; Generated autoloads from progmodes/sql.el
26253 (autoload 'sql-add-product-keywords "sql" "\
26254 Add highlighting KEYWORDS for SQL PRODUCT.
26256 PRODUCT should be a symbol, the name of a sql product, such as
26257 `oracle'. KEYWORDS should be a list; see the variable
26258 `font-lock-keywords'. By default they are added at the beginning
26259 of the current highlighting list. If optional argument APPEND is
26260 `set', they are used to replace the current highlighting list.
26261 If APPEND is any other non-nil value, they are added at the end
26262 of the current highlighting list.
26266 (sql-add-product-keywords 'ms
26267 '((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
26269 adds a fontification pattern to fontify identifiers ending in
26270 `_t' as data types.
26272 \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil)
26274 (autoload 'sql-help "sql" "\
26275 Show short help for the SQL modes.
26277 Use an entry function to open an interactive SQL buffer. This buffer is
26278 usually named `*SQL*'. The name of the major mode is SQLi.
26280 Use the following commands to start a specific SQL interpreter:
26282 PostGres: \\[sql-postgres]
26283 MySQL: \\[sql-mysql]
26284 SQLite: \\[sql-sqlite]
26286 Other non-free SQL implementations are also supported:
26288 Solid: \\[sql-solid]
26289 Oracle: \\[sql-oracle]
26290 Informix: \\[sql-informix]
26291 Sybase: \\[sql-sybase]
26292 Ingres: \\[sql-ingres]
26293 Microsoft: \\[sql-ms]
26295 Interbase: \\[sql-interbase]
26296 Linter: \\[sql-linter]
26298 But we urge you to choose a free implementation instead of these.
26300 Once you have the SQLi buffer, you can enter SQL statements in the
26301 buffer. The output generated is appended to the buffer and a new prompt
26302 is generated. See the In/Out menu in the SQLi buffer for some functions
26303 that help you navigate through the buffer, the input history, etc.
26305 If you have a really complex SQL statement or if you are writing a
26306 procedure, you can do this in a separate buffer. Put the new buffer in
26307 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
26308 anything. The name of the major mode is SQL.
26310 In this SQL buffer (SQL mode), you can send the region or the entire
26311 buffer to the interactive SQL buffer (SQLi mode). The results are
26312 appended to the SQLi buffer without disturbing your SQL buffer.
26316 (autoload 'sql-mode "sql" "\
26317 Major mode to edit SQL.
26319 You can send SQL statements to the SQLi buffer using
26320 \\[sql-send-region]. Such a buffer must exist before you can do this.
26321 See `sql-help' on how to create SQLi buffers.
26324 Customization: Entry to this mode runs the `sql-mode-hook'.
26326 When you put a buffer in SQL mode, the buffer stores the last SQLi
26327 buffer created as its destination in the variable `sql-buffer'. This
26328 will be the buffer \\[sql-send-region] sends the region to. If this
26329 SQLi buffer is killed, \\[sql-send-region] is no longer able to
26330 determine where the strings should be sent to. You can set the
26331 value of `sql-buffer' using \\[sql-set-sqli-buffer].
26333 For information on how to create multiple SQLi buffers, see
26334 `sql-interactive-mode'.
26336 Note that SQL doesn't have an escape character unless you specify
26337 one. If you specify backslash as escape character in SQL,
26338 you must tell Emacs. Here's how to do that in your `~/.emacs' file:
26340 \(add-hook 'sql-mode-hook
26342 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
26346 (autoload 'sql-product-interactive "sql" "\
26347 Run product interpreter as an inferior process.
26349 If buffer `*SQL*' exists but no process is running, make a new process.
26350 If buffer exists and a process is running, just switch to buffer
26353 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26355 \(fn &optional PRODUCT)" t nil)
26357 (autoload 'sql-oracle "sql" "\
26358 Run sqlplus by Oracle as an inferior process.
26360 If buffer `*SQL*' exists but no process is running, make a new process.
26361 If buffer exists and a process is running, just switch to buffer
26364 Interpreter used comes from variable `sql-oracle-program'. Login uses
26365 the variables `sql-user', `sql-password', and `sql-database' as
26366 defaults, if set. Additional command line parameters can be stored in
26367 the list `sql-oracle-options'.
26369 The buffer is put in sql-interactive-mode, giving commands for sending
26370 input. See `sql-interactive-mode'.
26372 To specify a coding system for converting non-ASCII characters
26373 in the input and output to the process, use \\[universal-coding-system-argument]
26374 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
26375 in the SQL buffer, after you start the process.
26376 The default comes from `process-coding-system-alist' and
26377 `default-process-coding-system'.
26379 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26383 (autoload 'sql-sybase "sql" "\
26384 Run isql by SyBase as an inferior process.
26386 If buffer `*SQL*' exists but no process is running, make a new process.
26387 If buffer exists and a process is running, just switch to buffer
26390 Interpreter used comes from variable `sql-sybase-program'. Login uses
26391 the variables `sql-server', `sql-user', `sql-password', and
26392 `sql-database' as defaults, if set. Additional command line parameters
26393 can be stored in the list `sql-sybase-options'.
26395 The buffer is put in sql-interactive-mode, giving commands for sending
26396 input. See `sql-interactive-mode'.
26398 To specify a coding system for converting non-ASCII characters
26399 in the input and output to the process, use \\[universal-coding-system-argument]
26400 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
26401 in the SQL buffer, after you start the process.
26402 The default comes from `process-coding-system-alist' and
26403 `default-process-coding-system'.
26405 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26409 (autoload 'sql-informix "sql" "\
26410 Run dbaccess by Informix as an inferior process.
26412 If buffer `*SQL*' exists but no process is running, make a new process.
26413 If buffer exists and a process is running, just switch to buffer
26416 Interpreter used comes from variable `sql-informix-program'. Login uses
26417 the variable `sql-database' as default, if set.
26419 The buffer is put in sql-interactive-mode, giving commands for sending
26420 input. See `sql-interactive-mode'.
26422 To specify a coding system for converting non-ASCII characters
26423 in the input and output to the process, use \\[universal-coding-system-argument]
26424 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
26425 in the SQL buffer, after you start the process.
26426 The default comes from `process-coding-system-alist' and
26427 `default-process-coding-system'.
26429 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26433 (autoload 'sql-sqlite "sql" "\
26434 Run sqlite as an inferior process.
26436 SQLite is free software.
26438 If buffer `*SQL*' exists but no process is running, make a new process.
26439 If buffer exists and a process is running, just switch to buffer
26442 Interpreter used comes from variable `sql-sqlite-program'. Login uses
26443 the variables `sql-user', `sql-password', `sql-database', and
26444 `sql-server' as defaults, if set. Additional command line parameters
26445 can be stored in the list `sql-sqlite-options'.
26447 The buffer is put in sql-interactive-mode, giving commands for sending
26448 input. See `sql-interactive-mode'.
26450 To specify a coding system for converting non-ASCII characters
26451 in the input and output to the process, use \\[universal-coding-system-argument]
26452 before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system]
26453 in the SQL buffer, after you start the process.
26454 The default comes from `process-coding-system-alist' and
26455 `default-process-coding-system'.
26457 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26461 (autoload 'sql-mysql "sql" "\
26462 Run mysql by TcX as an inferior process.
26464 Mysql versions 3.23 and up are free software.
26466 If buffer `*SQL*' exists but no process is running, make a new process.
26467 If buffer exists and a process is running, just switch to buffer
26470 Interpreter used comes from variable `sql-mysql-program'. Login uses
26471 the variables `sql-user', `sql-password', `sql-database', and
26472 `sql-server' as defaults, if set. Additional command line parameters
26473 can be stored in the list `sql-mysql-options'.
26475 The buffer is put in sql-interactive-mode, giving commands for sending
26476 input. See `sql-interactive-mode'.
26478 To specify a coding system for converting non-ASCII characters
26479 in the input and output to the process, use \\[universal-coding-system-argument]
26480 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
26481 in the SQL buffer, after you start the process.
26482 The default comes from `process-coding-system-alist' and
26483 `default-process-coding-system'.
26485 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26489 (autoload 'sql-solid "sql" "\
26490 Run solsql by Solid as an inferior process.
26492 If buffer `*SQL*' exists but no process is running, make a new process.
26493 If buffer exists and a process is running, just switch to buffer
26496 Interpreter used comes from variable `sql-solid-program'. Login uses
26497 the variables `sql-user', `sql-password', and `sql-server' as
26500 The buffer is put in sql-interactive-mode, giving commands for sending
26501 input. See `sql-interactive-mode'.
26503 To specify a coding system for converting non-ASCII characters
26504 in the input and output to the process, use \\[universal-coding-system-argument]
26505 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
26506 in the SQL buffer, after you start the process.
26507 The default comes from `process-coding-system-alist' and
26508 `default-process-coding-system'.
26510 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26514 (autoload 'sql-ingres "sql" "\
26515 Run sql by Ingres as an inferior process.
26517 If buffer `*SQL*' exists but no process is running, make a new process.
26518 If buffer exists and a process is running, just switch to buffer
26521 Interpreter used comes from variable `sql-ingres-program'. Login uses
26522 the variable `sql-database' as default, if set.
26524 The buffer is put in sql-interactive-mode, giving commands for sending
26525 input. See `sql-interactive-mode'.
26527 To specify a coding system for converting non-ASCII characters
26528 in the input and output to the process, use \\[universal-coding-system-argument]
26529 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
26530 in the SQL buffer, after you start the process.
26531 The default comes from `process-coding-system-alist' and
26532 `default-process-coding-system'.
26534 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26538 (autoload 'sql-ms "sql" "\
26539 Run osql by Microsoft as an inferior process.
26541 If buffer `*SQL*' exists but no process is running, make a new process.
26542 If buffer exists and a process is running, just switch to buffer
26545 Interpreter used comes from variable `sql-ms-program'. Login uses the
26546 variables `sql-user', `sql-password', `sql-database', and `sql-server'
26547 as defaults, if set. Additional command line parameters can be stored
26548 in the list `sql-ms-options'.
26550 The buffer is put in sql-interactive-mode, giving commands for sending
26551 input. See `sql-interactive-mode'.
26553 To specify a coding system for converting non-ASCII characters
26554 in the input and output to the process, use \\[universal-coding-system-argument]
26555 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
26556 in the SQL buffer, after you start the process.
26557 The default comes from `process-coding-system-alist' and
26558 `default-process-coding-system'.
26560 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26564 (autoload 'sql-postgres "sql" "\
26565 Run psql by Postgres as an inferior process.
26567 If buffer `*SQL*' exists but no process is running, make a new process.
26568 If buffer exists and a process is running, just switch to buffer
26571 Interpreter used comes from variable `sql-postgres-program'. Login uses
26572 the variables `sql-database' and `sql-server' as default, if set.
26573 Additional command line parameters can be stored in the list
26574 `sql-postgres-options'.
26576 The buffer is put in sql-interactive-mode, giving commands for sending
26577 input. See `sql-interactive-mode'.
26579 To specify a coding system for converting non-ASCII characters
26580 in the input and output to the process, use \\[universal-coding-system-argument]
26581 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
26582 in the SQL buffer, after you start the process.
26583 The default comes from `process-coding-system-alist' and
26584 `default-process-coding-system'. If your output lines end with ^M,
26585 your might try undecided-dos as a coding system. If this doesn't help,
26586 Try to set `comint-output-filter-functions' like this:
26588 \(setq comint-output-filter-functions (append comint-output-filter-functions
26589 '(comint-strip-ctrl-m)))
26591 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26595 (autoload 'sql-interbase "sql" "\
26596 Run isql by Interbase as an inferior process.
26598 If buffer `*SQL*' exists but no process is running, make a new process.
26599 If buffer exists and a process is running, just switch to buffer
26602 Interpreter used comes from variable `sql-interbase-program'. Login
26603 uses the variables `sql-user', `sql-password', and `sql-database' as
26606 The buffer is put in sql-interactive-mode, giving commands for sending
26607 input. See `sql-interactive-mode'.
26609 To specify a coding system for converting non-ASCII characters
26610 in the input and output to the process, use \\[universal-coding-system-argument]
26611 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
26612 in the SQL buffer, after you start the process.
26613 The default comes from `process-coding-system-alist' and
26614 `default-process-coding-system'.
26616 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26620 (autoload 'sql-db2 "sql" "\
26621 Run db2 by IBM as an inferior process.
26623 If buffer `*SQL*' exists but no process is running, make a new process.
26624 If buffer exists and a process is running, just switch to buffer
26627 Interpreter used comes from variable `sql-db2-program'. There is not
26630 The buffer is put in sql-interactive-mode, giving commands for sending
26631 input. See `sql-interactive-mode'.
26633 If you use \\[sql-accumulate-and-indent] to send multiline commands to
26634 db2, newlines will be escaped if necessary. If you don't want that, set
26635 `comint-input-sender' back to `comint-simple-send' by writing an after
26636 advice. See the elisp manual for more information.
26638 To specify a coding system for converting non-ASCII characters
26639 in the input and output to the process, use \\[universal-coding-system-argument]
26640 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
26641 in the SQL buffer, after you start the process.
26642 The default comes from `process-coding-system-alist' and
26643 `default-process-coding-system'.
26645 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26649 (autoload 'sql-linter "sql" "\
26650 Run inl by RELEX as an inferior process.
26652 If buffer `*SQL*' exists but no process is running, make a new process.
26653 If buffer exists and a process is running, just switch to buffer
26656 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
26657 Login uses the variables `sql-user', `sql-password', `sql-database' and
26658 `sql-server' as defaults, if set. Additional command line parameters
26659 can be stored in the list `sql-linter-options'. Run inl -h to get help on
26662 `sql-database' is used to set the LINTER_MBX environment variable for
26663 local connections, `sql-server' refers to the server name from the
26664 `nodetab' file for the network connection (dbc_tcp or friends must run
26665 for this to work). If `sql-password' is an empty string, inl will use
26668 The buffer is put in sql-interactive-mode, giving commands for sending
26669 input. See `sql-interactive-mode'.
26671 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26677 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
26678 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26679 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26680 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26681 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (18310
26683 ;;; Generated autoloads from strokes.el
26685 (autoload 'strokes-global-set-stroke "strokes" "\
26686 Interactively give STROKE the global binding as COMMAND.
26687 Operated just like `global-set-key', except for strokes.
26688 COMMAND is a symbol naming an interactively-callable function. STROKE
26689 is a list of sampled positions on the stroke grid as described in the
26690 documentation for the `strokes-define-stroke' function.
26692 See also `strokes-global-set-stroke-string'.
26694 \(fn STROKE COMMAND)" t nil)
26696 (autoload 'strokes-read-stroke "strokes" "\
26697 Read a simple stroke (interactively) and return the stroke.
26698 Optional PROMPT in minibuffer displays before and during stroke reading.
26699 This function will display the stroke interactively as it is being
26700 entered in the strokes buffer if the variable
26701 `strokes-use-strokes-buffer' is non-nil.
26702 Optional EVENT is acceptable as the starting event of the stroke.
26704 \(fn &optional PROMPT EVENT)" nil nil)
26706 (autoload 'strokes-read-complex-stroke "strokes" "\
26707 Read a complex stroke (interactively) and return the stroke.
26708 Optional PROMPT in minibuffer displays before and during stroke reading.
26709 Note that a complex stroke allows the user to pen-up and pen-down. This
26710 is implemented by allowing the user to paint with button 1 or button 2 and
26711 then complete the stroke with button 3.
26712 Optional EVENT is acceptable as the starting event of the stroke.
26714 \(fn &optional PROMPT EVENT)" nil nil)
26716 (autoload 'strokes-do-stroke "strokes" "\
26717 Read a simple stroke from the user and then execute its command.
26718 This must be bound to a mouse event.
26720 \(fn EVENT)" t nil)
26722 (autoload 'strokes-do-complex-stroke "strokes" "\
26723 Read a complex stroke from the user and then execute its command.
26724 This must be bound to a mouse event.
26726 \(fn EVENT)" t nil)
26728 (autoload 'strokes-describe-stroke "strokes" "\
26729 Displays the command which STROKE maps to, reading STROKE interactively.
26731 \(fn STROKE)" t nil)
26733 (autoload 'strokes-help "strokes" "\
26734 Get instruction on using the Strokes package.
26738 (autoload 'strokes-load-user-strokes "strokes" "\
26739 Load user-defined strokes from file named by `strokes-file'.
26743 (autoload 'strokes-list-strokes "strokes" "\
26744 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
26745 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
26746 chronologically by command name.
26747 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
26749 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
26751 (defvar strokes-mode nil "\
26752 Non-nil if Strokes mode is enabled.
26753 See the command `strokes-mode' for a description of this minor mode.
26754 Setting this variable directly does not take effect;
26755 either customize it (see the info node `Easy Customization')
26756 or call the function `strokes-mode'.")
26758 (custom-autoload 'strokes-mode "strokes" nil)
26760 (autoload 'strokes-mode "strokes" "\
26761 Toggle Strokes global minor mode.\\<strokes-mode-map>
26762 With ARG, turn strokes on if and only if ARG is positive.
26763 Strokes are pictographic mouse gestures which invoke commands.
26764 Strokes are invoked with \\[strokes-do-stroke]. You can define
26765 new strokes with \\[strokes-global-set-stroke]. See also
26766 \\[strokes-do-complex-stroke] for `complex' strokes.
26768 To use strokes for pictographic editing, such as Chinese/Japanese, use
26769 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
26770 Encode/decode your strokes with \\[strokes-encode-buffer],
26771 \\[strokes-decode-buffer].
26773 \\{strokes-mode-map}
26775 \(fn &optional ARG)" t nil)
26777 (autoload 'strokes-decode-buffer "strokes" "\
26778 Decode stroke strings in BUFFER and display their corresponding glyphs.
26779 Optional BUFFER defaults to the current buffer.
26780 Optional FORCE non-nil will ignore the buffer's read-only status.
26782 \(fn &optional BUFFER FORCE)" t nil)
26784 (autoload 'strokes-compose-complex-stroke "strokes" "\
26785 Read a complex stroke and insert its glyph into the current buffer.
26791 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26792 ;;;;;; "studly" "play/studly.el" (16511 54937))
26793 ;;; Generated autoloads from play/studly.el
26795 (autoload 'studlify-region "studly" "\
26796 Studlify-case the region.
26798 \(fn BEGIN END)" t nil)
26800 (autoload 'studlify-word "studly" "\
26801 Studlify-case the current word, or COUNT words if given an argument.
26803 \(fn COUNT)" t nil)
26805 (autoload 'studlify-buffer "studly" "\
26806 Studlify-case the current buffer.
26812 ;;;### (autoloads (locate-library) "subr" "subr.el" (18339 17947))
26813 ;;; Generated autoloads from subr.el
26815 (autoload 'locate-library "subr" "\
26816 Show the precise file name of Emacs library LIBRARY.
26817 This command searches the directories in `load-path' like `\\[load-library]'
26818 to find the file that `\\[load-library] RET LIBRARY RET' would load.
26819 Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
26820 to the specified name LIBRARY.
26822 If the optional third arg PATH is specified, that list of directories
26823 is used instead of `load-path'.
26825 When called from a program, the file name is normaly returned as a
26826 string. When run interactively, the argument INTERACTIVE-CALL is t,
26827 and the file name is displayed in the echo area.
26829 \(fn LIBRARY &optional NOSUFFIX PATH INTERACTIVE-CALL)" t nil)
26833 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26834 ;;;;;; (18310 12092))
26835 ;;; Generated autoloads from mail/supercite.el
26837 (autoload 'sc-cite-original "supercite" "\
26838 Workhorse citing function which performs the initial citation.
26839 This is callable from the various mail and news readers' reply
26840 function according to the agreed upon standard. See the associated
26841 info node `(SC)Top' for more details.
26842 `sc-cite-original' does not do any yanking of the
26843 original message but it does require a few things:
26845 1) The reply buffer is the current buffer.
26847 2) The original message has been yanked and inserted into the
26850 3) Verbose mail headers from the original message have been
26851 inserted into the reply buffer directly before the text of the
26854 4) Point is at the beginning of the verbose headers.
26856 5) Mark is at the end of the body of text to be cited.
26858 For Emacs 19's, the region need not be active (and typically isn't
26859 when this function is called. Also, the hook `sc-pre-hook' is run
26860 before, and `sc-post-hook' is run after the guts of this function.
26866 ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (18329
26868 ;;; Generated autoloads from t-mouse.el
26870 (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
26872 (defvar gpm-mouse-mode nil "\
26873 Non-nil if Gpm-Mouse mode is enabled.
26874 See the command `gpm-mouse-mode' for a description of this minor mode.
26875 Setting this variable directly does not take effect;
26876 either customize it (see the info node `Easy Customization')
26877 or call the function `gpm-mouse-mode'.")
26879 (custom-autoload 'gpm-mouse-mode "t-mouse" nil)
26881 (autoload 'gpm-mouse-mode "t-mouse" "\
26882 Toggle gpm-mouse mode to use the mouse in GNU/Linux consoles.
26883 With prefix arg, turn gpm-mouse mode on if arg is positive,
26884 otherwise turn it off.
26886 This allows the use of the mouse when operating on a GNU/Linux console,
26887 in the same way as you can use the mouse under X11.
26888 It relies on the `gpm' daemon being activated.
26890 \(fn &optional ARG)" t nil)
26894 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (18310 12048))
26895 ;;; Generated autoloads from tabify.el
26897 (autoload 'untabify "tabify" "\
26898 Convert all tabs in region to multiple spaces, preserving columns.
26899 Called non-interactively, the region is specified by arguments
26900 START and END, rather than by the position of point and mark.
26901 The variable `tab-width' controls the spacing of tab stops.
26903 \(fn START END)" t nil)
26905 (autoload 'tabify "tabify" "\
26906 Convert multiple spaces in region to tabs when possible.
26907 A group of spaces is partially replaced by tabs
26908 when this can be done without changing the column they end at.
26909 Called non-interactively, the region is specified by arguments
26910 START and END, rather than by the position of point and mark.
26911 The variable `tab-width' controls the spacing of tab stops.
26913 \(fn START END)" t nil)
26917 ;;;### (autoloads (table-release table-capture table-delete-column
26918 ;;;;;; table-delete-row table-insert-sequence table-generate-source
26919 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
26920 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
26921 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
26922 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
26923 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
26924 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
26925 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
26926 ;;;;;; table-recognize table-insert-row-column table-insert-column
26927 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
26928 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26929 ;;;;;; "table" "textmodes/table.el" (18307 26245))
26930 ;;; Generated autoloads from textmodes/table.el
26932 (defvar table-cell-map-hook nil "\
26933 *Normal hooks run when finishing construction of `table-cell-map'.
26934 User can modify `table-cell-map' by adding custom functions here.")
26936 (custom-autoload 'table-cell-map-hook "table" t)
26938 (defvar table-load-hook nil "\
26939 *List of functions to be called after the table is first loaded.")
26941 (custom-autoload 'table-load-hook "table" t)
26943 (defvar table-point-entered-cell-hook nil "\
26944 *List of functions to be called after point entered a table cell.")
26946 (custom-autoload 'table-point-entered-cell-hook "table" t)
26948 (defvar table-point-left-cell-hook nil "\
26949 *List of functions to be called after point left a table cell.")
26951 (custom-autoload 'table-point-left-cell-hook "table" t)
26953 (autoload 'table-insert "table" "\
26954 Insert an editable text table.
26955 Insert a table of specified number of COLUMNS and ROWS. Optional
26956 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
26957 cell. The cell size is uniform across the table if the specified size
26958 is a number. They can be a list of numbers to specify different size
26959 for each cell. When called interactively, the list of number is
26960 entered by simply listing all the numbers with space characters
26965 \\[table-insert] inserts a table at the current point location.
26967 Suppose we have the following situation where `-!-' indicates the
26972 Type \\[table-insert] and hit ENTER key. As it asks table
26973 specification, provide 3 for number of columns, 1 for number of rows,
26974 5 for cell width and 1 for cell height. Now you shall see the next
26975 table and the point is automatically moved to the beginning of the
26978 +-----+-----+-----+
26980 +-----+-----+-----+
26982 Inside a table cell, there are special key bindings. \\<table-cell-map>
26984 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
26985 width, which results as
26987 +--------------+-----+-----+
26989 +--------------+-----+-----+
26991 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
26992 TAB moves the point forward by a cell. The result now looks like this:
26994 +--------------+------+--------------------------------+
26996 +--------------+------+--------------------------------+
26998 If you knew each width of the columns prior to the table creation,
26999 what you could have done better was to have had given the complete
27000 width information to `table-insert'.
27002 Cell width(s): 14 6 32
27008 This would have eliminated the previously mentioned width adjustment
27011 If the point is in the last cell type S-TAB S-TAB to move it to the
27012 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
27014 +--------------+------+--------------------------------+
27017 +--------------+------+--------------------------------+
27019 Type \\[table-insert-row-column] and tell it to insert a row.
27021 +--------------+------+--------------------------------+
27024 +--------------+------+--------------------------------+
27027 +--------------+------+--------------------------------+
27029 Move the point under the table as shown below.
27031 +--------------+------+--------------------------------+
27034 +--------------+------+--------------------------------+
27037 +--------------+------+--------------------------------+
27040 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
27041 when the point is outside of the table. This insertion at
27042 outside of the table effectively appends a row at the end.
27044 +--------------+------+--------------------------------+
27047 +--------------+------+--------------------------------+
27050 +--------------+------+--------------------------------+
27053 +--------------+------+--------------------------------+
27055 Text editing inside the table cell produces reasonably expected
27058 +--------------+------+--------------------------------+
27061 +--------------+------+--------------------------------+
27062 | | |Text editing inside the table |
27063 | | |cell produces reasonably |
27064 | | |expected results.-!- |
27065 +--------------+------+--------------------------------+
27068 +--------------+------+--------------------------------+
27070 Inside a table cell has a special keymap.
27074 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
27076 (autoload 'table-insert-row "table" "\
27077 Insert N table row(s).
27078 When point is in a table the newly inserted row(s) are placed above
27079 the current row. When point is outside of the table it must be below
27080 the table within the table width range, then the newly created row(s)
27081 are appended at the bottom of the table.
27085 (autoload 'table-insert-column "table" "\
27086 Insert N table column(s).
27087 When point is in a table the newly inserted column(s) are placed left
27088 of the current column. When point is outside of the table it must be
27089 right side of the table within the table height range, then the newly
27090 created column(s) are appended at the right of the table.
27094 (autoload 'table-insert-row-column "table" "\
27095 Insert row(s) or column(s).
27096 See `table-insert-row' and `table-insert-column'.
27098 \(fn ROW-COLUMN N)" t nil)
27100 (autoload 'table-recognize "table" "\
27101 Recognize all tables within the current buffer and activate them.
27102 Scans the entire buffer and recognizes valid table cells. If the
27103 optional numeric prefix argument ARG is negative the tables in the
27104 buffer become inactive, meaning the tables become plain text and loses
27105 all the table specific features.
27107 \(fn &optional ARG)" t nil)
27109 (autoload 'table-unrecognize "table" "\
27114 (autoload 'table-recognize-region "table" "\
27115 Recognize all tables within region.
27116 BEG and END specify the region to work on. If the optional numeric
27117 prefix argument ARG is negative the tables in the region become
27118 inactive, meaning the tables become plain text and lose all the table
27121 \(fn BEG END &optional ARG)" t nil)
27123 (autoload 'table-unrecognize-region "table" "\
27126 \(fn BEG END)" t nil)
27128 (autoload 'table-recognize-table "table" "\
27129 Recognize a table at point.
27130 If the optional numeric prefix argument ARG is negative the table
27131 becomes inactive, meaning the table becomes plain text and loses all
27132 the table specific features.
27134 \(fn &optional ARG)" t nil)
27136 (autoload 'table-unrecognize-table "table" "\
27141 (autoload 'table-recognize-cell "table" "\
27142 Recognize a table cell that contains current point.
27143 Probe the cell dimension and prepare the cell information. The
27144 optional two arguments FORCE and NO-COPY are for internal use only and
27145 must not be specified. When the optional numeric prefix argument ARG
27146 is negative the cell becomes inactive, meaning that the cell becomes
27147 plain text and loses all the table specific features.
27149 \(fn &optional FORCE NO-COPY ARG)" t nil)
27151 (autoload 'table-unrecognize-cell "table" "\
27156 (autoload 'table-heighten-cell "table" "\
27157 Heighten the current cell by N lines by expanding the cell vertically.
27158 Heightening is done by adding blank lines at the bottom of the current
27159 cell. Other cells aligned horizontally with the current one are also
27160 heightened in order to keep the rectangular table structure. The
27161 optional argument NO-COPY is internal use only and must not be
27164 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
27166 (autoload 'table-shorten-cell "table" "\
27167 Shorten the current cell by N lines by shrinking the cell vertically.
27168 Shortening is done by removing blank lines from the bottom of the cell
27169 and possibly from the top of the cell as well. Therefor, the cell
27170 must have some bottom/top blank lines to be shorten effectively. This
27171 is applicable to all the cells aligned horizontally with the current
27172 one because they are also shortened in order to keep the rectangular
27177 (autoload 'table-widen-cell "table" "\
27178 Widen the current cell by N columns and expand the cell horizontally.
27179 Some other cells in the same table are widen as well to keep the
27180 table's rectangle structure.
27182 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
27184 (autoload 'table-narrow-cell "table" "\
27185 Narrow the current cell by N columns and shrink the cell horizontally.
27186 Some other cells in the same table are narrowed as well to keep the
27187 table's rectangle structure.
27191 (autoload 'table-forward-cell "table" "\
27192 Move point forward to the beginning of the next cell.
27193 With argument ARG, do it ARG times;
27194 a negative argument ARG = -N means move backward N cells.
27195 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
27197 Sample Cell Traveling Order (In Irregular Table Cases)
27199 You can actually try how it works in this buffer. Press
27200 \\[table-recognize] and go to cells in the following tables and press
27201 \\[table-forward-cell] or TAB key.
27203 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
27204 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
27205 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
27206 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
27207 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
27208 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
27209 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
27211 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
27212 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
27213 | | | | | +--+ | | | | | +--+ +--+
27214 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
27215 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
27216 | | | | | |6 | | | | | | |6 | |7 |
27217 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
27219 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
27220 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
27221 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
27222 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
27223 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
27224 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
27225 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
27226 +--+--+--+ +--+--+--+
27228 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
27230 (autoload 'table-backward-cell "table" "\
27231 Move backward to the beginning of the previous cell.
27232 With argument ARG, do it ARG times;
27233 a negative argument ARG = -N means move forward N cells.
27235 \(fn &optional ARG)" t nil)
27237 (autoload 'table-span-cell "table" "\
27238 Span current cell into adjacent cell in DIRECTION.
27239 DIRECTION is one of symbols; right, left, above or below.
27241 \(fn DIRECTION)" t nil)
27243 (autoload 'table-split-cell-vertically "table" "\
27244 Split current cell vertically.
27245 Creates a cell above and a cell below the current point location.
27249 (autoload 'table-split-cell-horizontally "table" "\
27250 Split current cell horizontally.
27251 Creates a cell on the left and a cell on the right of the current point location.
27255 (autoload 'table-split-cell "table" "\
27256 Split current cell in ORIENTATION.
27257 ORIENTATION is a symbol either horizontally or vertically.
27259 \(fn ORIENTATION)" t nil)
27261 (autoload 'table-justify "table" "\
27262 Justify contents of a cell, a row of cells or a column of cells.
27263 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
27264 'center, 'right, 'top, 'middle, 'bottom or 'none.
27266 \(fn WHAT JUSTIFY)" t nil)
27268 (autoload 'table-justify-cell "table" "\
27269 Justify cell contents.
27270 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
27271 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
27272 non-nil the justify operation is limited to the current paragraph,
27273 otherwise the entire cell contents is justified.
27275 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
27277 (autoload 'table-justify-row "table" "\
27278 Justify cells of a row.
27279 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
27280 'middle, 'bottom or 'none for vertical.
27282 \(fn JUSTIFY)" t nil)
27284 (autoload 'table-justify-column "table" "\
27285 Justify cells of a column.
27286 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
27287 'middle, 'bottom or 'none for vertical.
27289 \(fn JUSTIFY)" t nil)
27291 (autoload 'table-fixed-width-mode "table" "\
27292 Toggle fixing width mode.
27293 In the fixed width mode, typing inside a cell never changes the cell
27294 width where in the normal mode the cell width expands automatically in
27295 order to prevent a word being folded into multiple lines.
27297 \(fn &optional ARG)" t nil)
27299 (autoload 'table-query-dimension "table" "\
27300 Return the dimension of the current cell and the current table.
27301 The result is a list (cw ch tw th c r cells) where cw is the cell
27302 width, ch is the cell height, tw is the table width, th is the table
27303 height, c is the number of columns, r is the number of rows and cells
27304 is the total number of cells. The cell dimension excludes the cell
27305 frame while the table dimension includes the table frame. The columns
27306 and the rows are counted by the number of cell boundaries. Therefore
27307 the number tends to be larger than it appears for the tables with
27308 non-uniform cell structure (heavily spanned and split). When optional
27309 WHERE is provided the cell and table at that location is reported.
27311 \(fn &optional WHERE)" t nil)
27313 (autoload 'table-generate-source "table" "\
27314 Generate source of the current table in the specified language.
27315 LANGUAGE is a symbol that specifies the language to describe the
27316 structure of the table. It must be either 'html, 'latex or 'cals.
27317 The resulted source text is inserted into DEST-BUFFER and the buffer
27318 object is returned. When DEST-BUFFER is omitted or nil the default
27319 buffer specified in `table-dest-buffer-name' is used. In this case
27320 the content of the default buffer is erased prior to the generation.
27321 When DEST-BUFFER is non-nil it is expected to be either a destination
27322 buffer or a name of the destination buffer. In this case the
27323 generated result is inserted at the current point in the destination
27324 buffer and the previously existing contents in the buffer are
27327 References used for this implementation:
27333 http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html
27335 CALS (DocBook DTD):
27336 http://www.oasis-open.org/html/a502.htm
27337 http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751
27339 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
27341 (autoload 'table-insert-sequence "table" "\
27342 Travel cells forward while inserting a specified sequence string in each cell.
27343 STR is the base string from which the sequence starts. When STR is an
27344 empty string then each cell content is erased. When STR ends with
27345 numerical characters (they may optionally be surrounded by a pair of
27346 parentheses) they are incremented as a decimal number. Otherwise the
27347 last character in STR is incremented in ASCII code order. N is the
27348 number of sequence elements to insert. When N is negative the cell
27349 traveling direction is backward. When N is zero it travels forward
27350 entire table. INCREMENT is the increment between adjacent sequence
27351 elements and can be a negative number for effectively decrementing.
27352 INTERVAL is the number of cells to travel between sequence element
27353 insertion which is normally 1. When zero or less is given for
27354 INTERVAL it is interpreted as number of cells per row so that sequence
27355 is placed straight down vertically as long as the table's cell
27356 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
27357 'right, that specifies justification of the inserted string.
27362 (table-insert 16 3 5 1)
27363 (table-forward-cell 15)
27364 (table-insert-sequence \"D0\" -16 1 1 'center)
27365 (table-forward-cell 16)
27366 (table-insert-sequence \"A[0]\" -16 1 1 'center)
27367 (table-forward-cell 1)
27368 (table-insert-sequence \"-\" 16 0 1 'center))
27371 (table-insert 16 8 5 1)
27372 (table-insert-sequence \"@\" 0 1 2 'right)
27373 (table-forward-cell 1)
27374 (table-insert-sequence \"64\" 0 1 2 'left))
27376 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
27378 (autoload 'table-delete-row "table" "\
27379 Delete N row(s) of cells.
27380 Delete N rows of cells from current row. The current row is the row
27381 contains the current cell where point is located. Each row must
27382 consists from cells of same height.
27386 (autoload 'table-delete-column "table" "\
27387 Delete N column(s) of cells.
27388 Delete N columns of cells from current column. The current column is
27389 the column contains the current cell where point is located. Each
27390 column must consists from cells of same width.
27394 (autoload 'table-capture "table" "\
27395 Convert plain text into a table by capturing the text in the region.
27396 Create a table with the text in region as cell contents. BEG and END
27397 specify the region. The text in the region is replaced with a table.
27398 The removed text is inserted in the table. When optional
27399 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
27400 is parsed and separated into individual cell contents by using the
27401 delimiter regular expressions. This parsing determines the number of
27402 columns and rows of the table automatically. If COL-DELIM-REGEXP and
27403 ROW-DELIM-REGEXP are omitted the result table has only one cell and
27404 the entire region contents is placed in that cell. Optional JUSTIFY
27405 is one of 'left, 'center or 'right, which specifies the cell
27406 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
27407 width. Optional COLUMNS specify the number of columns when
27408 ROW-DELIM-REGEXP is not specified.
27417 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
27418 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
27419 this example the cells are centered and minimum cell width is
27422 +-----+-----+-----+-----+
27424 +-----+-----+-----+-----+
27426 +-----+-----+-----+-----+
27428 +-----+-----+-----+-----+
27432 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
27433 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
27434 of each row is optional.
27439 This example shows how a table can be used for text layout editing.
27440 Let `table-capture' capture the following region starting from
27441 -!- and ending at -*-, that contains three paragraphs and two item
27442 name headers. This time specify empty string for both
27443 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
27445 -!-`table-capture' is a powerful command however mastering its power
27446 requires some practice. Here is a list of items what it can do.
27448 Parse Cell Items By using column delimiter regular
27449 expression and raw delimiter regular
27450 expression, it parses the specified text
27451 area and extracts cell items from
27452 non-table text and then forms a table out
27455 Capture Text Area When no delimiters are specified it
27456 creates a single cell table. The text in
27457 the specified region is placed in that
27460 Now the entire content is captured in a cell which is itself a table
27463 +-----------------------------------------------------------------+
27464 |`table-capture' is a powerful command however mastering its power|
27465 |requires some practice. Here is a list of items what it can do. |
27467 |Parse Cell Items By using column delimiter regular |
27468 | expression and raw delimiter regular |
27469 | expression, it parses the specified text |
27470 | area and extracts cell items from |
27471 | non-table text and then forms a table out |
27474 |Capture Text Area When no delimiters are specified it |
27475 | creates a single cell table. The text in |
27476 | the specified region is placed in that |
27478 +-----------------------------------------------------------------+
27480 By splitting the cell appropriately we now have a table consisting of
27481 paragraphs occupying its own cell. Each cell can now be edited
27484 +-----------------------------------------------------------------+
27485 |`table-capture' is a powerful command however mastering its power|
27486 |requires some practice. Here is a list of items what it can do. |
27487 +---------------------+-------------------------------------------+
27488 |Parse Cell Items |By using column delimiter regular |
27489 | |expression and raw delimiter regular |
27490 | |expression, it parses the specified text |
27491 | |area and extracts cell items from |
27492 | |non-table text and then forms a table out |
27494 +---------------------+-------------------------------------------+
27495 |Capture Text Area |When no delimiters are specified it |
27496 | |creates a single cell table. The text in |
27497 | |the specified region is placed in that |
27499 +---------------------+-------------------------------------------+
27501 By applying `table-release', which does the opposite process, the
27502 contents become once again plain text. `table-release' works as
27503 companion command to `table-capture' this way.
27505 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
27507 (autoload 'table-release "table" "\
27508 Convert a table into plain text by removing the frame from a table.
27509 Remove the frame from a table and inactivate the table. This command
27510 converts a table into plain text without frames. It is a companion to
27511 `table-capture' which does the opposite process.
27517 ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (18310 12048))
27518 ;;; Generated autoloads from talk.el
27520 (autoload 'talk-connect "talk" "\
27521 Connect to display DISPLAY for the Emacs talk group.
27523 \(fn DISPLAY)" t nil)
27525 (autoload 'talk "talk" "\
27526 Connect to the Emacs talk group from the current X display or tty frame.
27532 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (18339 17947))
27533 ;;; Generated autoloads from tar-mode.el
27535 (autoload 'tar-mode "tar-mode" "\
27536 Major mode for viewing a tar file as a dired-like listing of its contents.
27537 You can move around using the usual cursor motion commands.
27538 Letters no longer insert themselves.
27539 Type `e' to pull a file out of the tar file and into its own buffer;
27540 or click mouse-2 on the file's line in the Tar mode buffer.
27541 Type `c' to copy an entry from the tar file into another file on disk.
27543 If you edit a sub-file of this archive (as with the `e' command) and
27544 save it with \\[save-buffer], the contents of that buffer will be
27545 saved back into the tar-file buffer; in this way you can edit a file
27546 inside of a tar archive without extracting it and re-archiving it.
27548 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27555 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27556 ;;;;;; "progmodes/tcl.el" (18310 12114))
27557 ;;; Generated autoloads from progmodes/tcl.el
27559 (autoload 'tcl-mode "tcl" "\
27560 Major mode for editing Tcl code.
27561 Expression and list commands understand all Tcl brackets.
27562 Tab indents for Tcl code.
27563 Paragraphs are separated by blank lines only.
27564 Delete converts tabs to spaces as it moves back.
27566 Variables controlling indentation style:
27568 Indentation of Tcl statements within surrounding block.
27569 `tcl-continued-indent-level'
27570 Indentation of continuation line relative to first line of command.
27572 Variables controlling user interaction with mode (see variable
27573 documentation for details):
27574 `tcl-tab-always-indent'
27575 Controls action of TAB key.
27577 Non-nil means automatically newline before and after braces, brackets,
27578 and semicolons inserted in Tcl code.
27579 `tcl-use-smart-word-finder'
27580 If not nil, use a smarter, Tcl-specific way to find the current
27581 word when looking up help on a Tcl command.
27583 Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
27584 `tcl-mode-hook' to see what kinds of interesting hook functions
27592 (autoload 'inferior-tcl "tcl" "\
27593 Run inferior Tcl process.
27594 Prefix arg means enter program name interactively.
27595 See documentation for function `inferior-tcl-mode' for more information.
27599 (autoload 'tcl-help-on-word "tcl" "\
27600 Get help on Tcl command. Default is word at point.
27601 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27603 \(fn COMMAND &optional ARG)" t nil)
27607 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (18310 12096))
27608 ;;; Generated autoloads from net/telnet.el
27609 (add-hook 'same-window-regexps "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)")
27611 (autoload 'telnet "telnet" "\
27612 Open a network login connection to host named HOST (a string).
27613 Optional arg PORT specifies alternative port to connect to.
27614 Interactively, use \\[universal-argument] prefix to be prompted for port number.
27616 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
27617 where PROGRAM is the telnet program being used. This program
27618 is controlled by the contents of the global variable `telnet-host-properties',
27619 falling back on the value of the global variable `telnet-program'.
27620 Normally input is edited in Emacs and sent a line at a time.
27622 \(fn HOST &optional PORT)" t nil)
27623 (add-hook 'same-window-regexps "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)")
27625 (autoload 'rsh "telnet" "\
27626 Open a network login connection to host named HOST (a string).
27627 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
27628 Normally input is edited in Emacs and sent a line at a time.
27634 ;;;### (autoloads (ansi-term term make-term) "term" "term.el" (18339
27636 ;;; Generated autoloads from term.el
27638 (autoload 'make-term "term" "\
27639 Make a term process NAME in a buffer, running PROGRAM.
27640 The name of the buffer is made by surrounding NAME with `*'s.
27641 If there is already a running process in that buffer, it is not restarted.
27642 Optional third arg STARTFILE is the name of a file to send the contents of to
27643 the process. Any more args are arguments to PROGRAM.
27645 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
27647 (autoload 'term "term" "\
27648 Start a terminal-emulator in a new buffer.
27649 The buffer is in Term mode; see `term-mode' for the
27650 commands to use in that buffer.
27652 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
27654 \(fn PROGRAM)" t nil)
27656 (autoload 'ansi-term "term" "\
27657 Start a terminal-emulator in a new buffer.
27659 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
27663 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (18310
27665 ;;; Generated autoloads from terminal.el
27667 (autoload 'terminal-emulator "terminal" "\
27668 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
27669 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
27670 BUFFER's contents are made an image of the display generated by that program,
27671 and any input typed when BUFFER is the current Emacs buffer is sent to that
27672 program as keyboard input.
27674 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
27675 are parsed from an input-string using your usual shell.
27676 WIDTH and HEIGHT are determined from the size of the current window
27677 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
27679 To switch buffers and leave the emulator, or to give commands
27680 to the emulator itself (as opposed to the program running under it),
27681 type Control-^. The following character is an emulator command.
27682 Type Control-^ twice to send it to the subprogram.
27683 This escape character may be changed using the variable `terminal-escape-char'.
27685 `Meta' characters may not currently be sent through the terminal emulator.
27687 Here is a list of some of the variables which control the behavior
27688 of the emulator -- see their documentation for more information:
27689 terminal-escape-char, terminal-scrolling, terminal-more-processing,
27690 terminal-redisplay-interval.
27692 This function calls the value of terminal-mode-hook if that exists
27693 and is non-nil after the terminal buffer has been set up and the
27694 subprocess started.
27696 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
27700 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27701 ;;;;;; (18310 12065))
27702 ;;; Generated autoloads from emacs-lisp/testcover.el
27704 (autoload 'testcover-this-defun "testcover" "\
27705 Start coverage on function under point.
27711 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (18310 12106))
27712 ;;; Generated autoloads from play/tetris.el
27714 (autoload 'tetris "tetris" "\
27715 Play the Tetris game.
27716 Shapes drop from the top of the screen, and the user has to move and
27717 rotate the shape to fit in with those at the bottom of the screen so
27718 as to form complete rows.
27720 tetris-mode keybindings:
27721 \\<tetris-mode-map>
27722 \\[tetris-start-game] Starts a new game of Tetris
27723 \\[tetris-end-game] Terminates the current game
27724 \\[tetris-pause-game] Pauses (or resumes) the current game
27725 \\[tetris-move-left] Moves the shape one square to the left
27726 \\[tetris-move-right] Moves the shape one square to the right
27727 \\[tetris-rotate-prev] Rotates the shape clockwise
27728 \\[tetris-rotate-next] Rotates the shape anticlockwise
27729 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
27735 ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
27736 ;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
27737 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
27738 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
27739 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27740 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27741 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27742 ;;;;;; (18310 12121))
27743 ;;; Generated autoloads from textmodes/tex-mode.el
27745 (defvar tex-shell-file-name nil "\
27746 *If non-nil, the shell file name to run in the subshell used to run TeX.")
27748 (custom-autoload 'tex-shell-file-name "tex-mode" t)
27750 (defvar tex-directory "." "\
27751 *Directory in which temporary files are written.
27752 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
27753 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
27754 `\\input' commands with relative directories.")
27756 (custom-autoload 'tex-directory "tex-mode" t)
27758 (defvar tex-first-line-header-regexp nil "\
27759 Regexp for matching a first line which `tex-region' should include.
27760 If this is non-nil, it should be a regular expression string;
27761 if it matches the first line of the file,
27762 `tex-region' always includes the first line in the TeX run.")
27764 (custom-autoload 'tex-first-line-header-regexp "tex-mode" t)
27766 (defvar tex-main-file nil "\
27767 *The main TeX source file which includes this buffer's file.
27768 The command `tex-file' runs TeX on the file specified by `tex-main-file'
27769 if the variable is non-nil.")
27771 (custom-autoload 'tex-main-file "tex-mode" t)
27773 (defvar tex-offer-save t "\
27774 *If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
27776 (custom-autoload 'tex-offer-save "tex-mode" t)
27778 (defvar tex-run-command "tex" "\
27779 *Command used to run TeX subjob.
27780 TeX Mode sets `tex-command' to this string.
27781 See the documentation of that variable.")
27783 (custom-autoload 'tex-run-command "tex-mode" t)
27785 (defvar latex-run-command "latex" "\
27786 *Command used to run LaTeX subjob.
27787 LaTeX Mode sets `tex-command' to this string.
27788 See the documentation of that variable.")
27790 (custom-autoload 'latex-run-command "tex-mode" t)
27792 (defvar slitex-run-command "slitex" "\
27793 *Command used to run SliTeX subjob.
27794 SliTeX Mode sets `tex-command' to this string.
27795 See the documentation of that variable.")
27797 (custom-autoload 'slitex-run-command "tex-mode" t)
27799 (defvar tex-start-options "" "\
27800 *TeX options to use when starting TeX.
27801 These immediately precede the commands in `tex-start-commands'
27802 and the input file name, with no separating space and are not shell-quoted.
27803 If nil, TeX runs with no options. See the documentation of `tex-command'.")
27805 (custom-autoload 'tex-start-options "tex-mode" t)
27807 (defvar tex-start-commands "\\nonstopmode\\input" "\
27808 *TeX commands to use when starting TeX.
27809 They are shell-quoted and precede the input file name, with a separating space.
27810 If nil, no commands are used. See the documentation of `tex-command'.")
27812 (custom-autoload 'tex-start-commands "tex-mode" t)
27814 (defvar latex-block-names nil "\
27815 *User defined LaTeX block names.
27816 Combined with `latex-standard-block-names' for minibuffer completion.")
27818 (custom-autoload 'latex-block-names "tex-mode" t)
27820 (defvar tex-bibtex-command "bibtex" "\
27821 *Command used by `tex-bibtex-file' to gather bibliographic data.
27822 If this string contains an asterisk (`*'), that is replaced by the file name;
27823 otherwise, the file name, preceded by blank, is added at the end.")
27825 (custom-autoload 'tex-bibtex-command "tex-mode" t)
27827 (defvar tex-dvi-print-command "lpr -d" "\
27828 *Command used by \\[tex-print] to print a .dvi file.
27829 If this string contains an asterisk (`*'), that is replaced by the file name;
27830 otherwise, the file name, preceded by blank, is added at the end.")
27832 (custom-autoload 'tex-dvi-print-command "tex-mode" t)
27834 (defvar tex-alt-dvi-print-command "lpr -d" "\
27835 *Command used by \\[tex-print] with a prefix arg to print a .dvi file.
27836 If this string contains an asterisk (`*'), that is replaced by the file name;
27837 otherwise, the file name, preceded by blank, is added at the end.
27839 If two printers are not enough of a choice, you can set the variable
27840 `tex-alt-dvi-print-command' to an expression that asks what you want;
27843 (setq tex-alt-dvi-print-command
27844 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
27846 would tell \\[tex-print] with a prefix argument to ask you which printer to
27849 (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t)
27851 (defvar tex-dvi-view-command '(cond ((eq window-system 'x) "xdvi") ((eq window-system 'w32) "yap") (t "dvi2tty * | cat -s")) "\
27852 *Command used by \\[tex-view] to display a `.dvi' file.
27853 If it is a string, that specifies the command directly.
27854 If this string contains an asterisk (`*'), that is replaced by the file name;
27855 otherwise, the file name, preceded by a space, is added at the end.
27857 If the value is a form, it is evaluated to get the command to use.")
27859 (custom-autoload 'tex-dvi-view-command "tex-mode" t)
27861 (defvar tex-show-queue-command "lpq" "\
27862 *Command used by \\[tex-show-print-queue] to show the print queue.
27863 Should show the queue(s) that \\[tex-print] puts jobs on.")
27865 (custom-autoload 'tex-show-queue-command "tex-mode" t)
27867 (defvar tex-default-mode 'latex-mode "\
27868 *Mode to enter for a new file that might be either TeX or LaTeX.
27869 This variable is used when it can't be determined whether the file
27870 is plain TeX or LaTeX or what because the file contains no commands.
27871 Normally set to either `plain-tex-mode' or `latex-mode'.")
27873 (custom-autoload 'tex-default-mode "tex-mode" t)
27875 (defvar tex-open-quote "``" "\
27876 *String inserted by typing \\[tex-insert-quote] to open a quotation.")
27878 (custom-autoload 'tex-open-quote "tex-mode" t)
27880 (defvar tex-close-quote "''" "\
27881 *String inserted by typing \\[tex-insert-quote] to close a quotation.")
27883 (custom-autoload 'tex-close-quote "tex-mode" t)
27885 (autoload 'tex-mode "tex-mode" "\
27886 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
27887 Tries to determine (by looking at the beginning of the file) whether
27888 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
27889 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
27890 such as if there are no commands in the file, the value of `tex-default-mode'
27891 says which mode to use.
27895 (defalias 'TeX-mode 'tex-mode)
27897 (defalias 'plain-TeX-mode 'plain-tex-mode)
27899 (defalias 'LaTeX-mode 'latex-mode)
27901 (autoload 'plain-tex-mode "tex-mode" "\
27902 Major mode for editing files of input for plain TeX.
27903 Makes $ and } display the characters they match.
27904 Makes \" insert `` when it seems to be the beginning of a quotation,
27905 and '' when it appears to be the end; it inserts \" only after a \\.
27907 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
27908 copied from the top of the file (containing macro definitions, etc.),
27909 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
27910 \\[tex-file] saves the buffer and then processes the file.
27911 \\[tex-print] prints the .dvi file made by any of these.
27912 \\[tex-view] previews the .dvi file made by any of these.
27913 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27915 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27916 mismatched $'s or braces.
27919 \\{plain-tex-mode-map}
27923 Command string used by \\[tex-region] or \\[tex-buffer].
27925 Directory in which to create temporary files for TeX jobs
27926 run by \\[tex-region] or \\[tex-buffer].
27927 tex-dvi-print-command
27928 Command string used by \\[tex-print] to print a .dvi file.
27929 tex-alt-dvi-print-command
27930 Alternative command string used by \\[tex-print] (when given a prefix
27931 argument) to print a .dvi file.
27932 tex-dvi-view-command
27933 Command string used by \\[tex-view] to preview a .dvi file.
27934 tex-show-queue-command
27935 Command string used by \\[tex-show-print-queue] to show the print
27936 queue that \\[tex-print] put your job on.
27938 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
27939 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
27940 special subshell is initiated, the hook `tex-shell-hook' is run.
27944 (autoload 'latex-mode "tex-mode" "\
27945 Major mode for editing files of input for LaTeX.
27946 Makes $ and } display the characters they match.
27947 Makes \" insert `` when it seems to be the beginning of a quotation,
27948 and '' when it appears to be the end; it inserts \" only after a \\.
27950 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
27951 copied from the top of the file (containing \\documentstyle, etc.),
27952 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27953 \\[tex-file] saves the buffer and then processes the file.
27954 \\[tex-print] prints the .dvi file made by any of these.
27955 \\[tex-view] previews the .dvi file made by any of these.
27956 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27958 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27959 mismatched $'s or braces.
27966 Command string used by \\[tex-region] or \\[tex-buffer].
27968 Directory in which to create temporary files for LaTeX jobs
27969 run by \\[tex-region] or \\[tex-buffer].
27970 tex-dvi-print-command
27971 Command string used by \\[tex-print] to print a .dvi file.
27972 tex-alt-dvi-print-command
27973 Alternative command string used by \\[tex-print] (when given a prefix
27974 argument) to print a .dvi file.
27975 tex-dvi-view-command
27976 Command string used by \\[tex-view] to preview a .dvi file.
27977 tex-show-queue-command
27978 Command string used by \\[tex-show-print-queue] to show the print
27979 queue that \\[tex-print] put your job on.
27981 Entering Latex mode runs the hook `text-mode-hook', then
27982 `tex-mode-hook', and finally `latex-mode-hook'. When the special
27983 subshell is initiated, `tex-shell-hook' is run.
27987 (autoload 'slitex-mode "tex-mode" "\
27988 Major mode for editing files of input for SliTeX.
27989 Makes $ and } display the characters they match.
27990 Makes \" insert `` when it seems to be the beginning of a quotation,
27991 and '' when it appears to be the end; it inserts \" only after a \\.
27993 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
27994 copied from the top of the file (containing \\documentstyle, etc.),
27995 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27996 \\[tex-file] saves the buffer and then processes the file.
27997 \\[tex-print] prints the .dvi file made by any of these.
27998 \\[tex-view] previews the .dvi file made by any of these.
27999 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
28001 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
28002 mismatched $'s or braces.
28005 \\{slitex-mode-map}
28009 Command string used by \\[tex-region] or \\[tex-buffer].
28011 Directory in which to create temporary files for SliTeX jobs
28012 run by \\[tex-region] or \\[tex-buffer].
28013 tex-dvi-print-command
28014 Command string used by \\[tex-print] to print a .dvi file.
28015 tex-alt-dvi-print-command
28016 Alternative command string used by \\[tex-print] (when given a prefix
28017 argument) to print a .dvi file.
28018 tex-dvi-view-command
28019 Command string used by \\[tex-view] to preview a .dvi file.
28020 tex-show-queue-command
28021 Command string used by \\[tex-show-print-queue] to show the print
28022 queue that \\[tex-print] put your job on.
28024 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
28025 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
28026 `slitex-mode-hook'. When the special subshell is initiated, the hook
28027 `tex-shell-hook' is run.
28031 (autoload 'tex-start-shell "tex-mode" "\
28036 (autoload 'doctex-mode "tex-mode" "\
28037 Major mode to edit DocTeX files.
28043 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28044 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (18310 12121))
28045 ;;; Generated autoloads from textmodes/texinfmt.el
28047 (autoload 'texinfo-format-buffer "texinfmt" "\
28048 Process the current buffer as texinfo code, into an Info file.
28049 The Info file output is generated in a buffer visiting the Info file
28050 name specified in the @setfilename command.
28052 Non-nil argument (prefix, if interactive) means don't make tag table
28053 and don't split the file if large. You can use `Info-tagify' and
28054 `Info-split' to do these manually.
28056 \(fn &optional NOSPLIT)" t nil)
28058 (autoload 'texinfo-format-region "texinfmt" "\
28059 Convert the current region of the Texinfo file to Info format.
28060 This lets you see what that part of the file will look like in Info.
28061 The command is bound to \\[texinfo-format-region]. The text that is
28062 converted to Info is stored in a temporary buffer.
28064 \(fn REGION-BEGINNING REGION-END)" t nil)
28066 (autoload 'texi2info "texinfmt" "\
28067 Convert the current buffer (written in Texinfo code) into an Info file.
28068 The Info file output is generated in a buffer visiting the Info file
28069 names specified in the @setfilename command.
28071 This function automatically updates all node pointers and menus, and
28072 creates a master menu. This work is done on a temporary buffer that
28073 is automatically removed when the Info file is created. The original
28074 Texinfo source buffer is not changed.
28076 Non-nil argument (prefix, if interactive) means don't split the file
28077 if large. You can use `Info-split' to do this manually.
28079 \(fn &optional NOSPLIT)" t nil)
28083 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28084 ;;;;;; "texinfo" "textmodes/texinfo.el" (18310 12121))
28085 ;;; Generated autoloads from textmodes/texinfo.el
28087 (defvar texinfo-open-quote "``" "\
28088 String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
28090 (custom-autoload 'texinfo-open-quote "texinfo" t)
28092 (defvar texinfo-close-quote "''" "\
28093 String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
28095 (custom-autoload 'texinfo-close-quote "texinfo" t)
28097 (autoload 'texinfo-mode "texinfo" "\
28098 Major mode for editing Texinfo files.
28100 It has these extra commands:
28101 \\{texinfo-mode-map}
28103 These are files that are used as input for TeX to make printed manuals
28104 and also to be turned into Info files with \\[makeinfo-buffer] or
28105 the `makeinfo' program. These files must be written in a very restricted and
28106 modified version of TeX input format.
28108 Editing commands are like text-mode except that the syntax table is
28109 set up so expression commands skip Texinfo bracket groups. To see
28110 what the Info version of a region of the Texinfo file will look like,
28111 use \\[makeinfo-region], which runs `makeinfo' on the current region.
28113 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
28114 This command shows the structure of a Texinfo file by listing the
28115 lines with the @-sign commands for @chapter, @section, and the like.
28116 These lines are displayed in another window called the *Occur* window.
28117 In that window, you can position the cursor over one of the lines and
28118 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
28119 in the Texinfo file.
28121 In addition, Texinfo mode provides commands that insert various
28122 frequently used @-sign commands into the buffer. You can use these
28123 commands to save keystrokes. And you can insert balanced braces with
28124 \\[texinfo-insert-braces] and later use the command \\[up-list] to
28125 move forward past the closing brace.
28127 Also, Texinfo mode provides functions for automatically creating or
28128 updating menus and node pointers. These functions
28130 * insert the `Next', `Previous' and `Up' pointers of a node,
28131 * insert or update the menu for a section, and
28132 * create a master menu for a Texinfo source file.
28134 Here are the functions:
28136 texinfo-update-node \\[texinfo-update-node]
28137 texinfo-every-node-update \\[texinfo-every-node-update]
28138 texinfo-sequential-node-update
28140 texinfo-make-menu \\[texinfo-make-menu]
28141 texinfo-all-menus-update \\[texinfo-all-menus-update]
28142 texinfo-master-menu
28144 texinfo-indent-menu-description (column &optional region-p)
28146 The `texinfo-column-for-description' variable specifies the column to
28147 which menu descriptions are indented.
28149 Passed an argument (a prefix argument, if interactive), the
28150 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
28153 To use the updating commands, you must structure your Texinfo file
28154 hierarchically, such that each `@node' line, with the exception of the
28155 Top node, is accompanied by some kind of section line, such as an
28156 `@chapter' or `@section' line.
28158 If the file has a `top' node, it must be called `top' or `Top' and
28159 be the first node in the file.
28161 Entering Texinfo mode calls the value of `text-mode-hook', and then the
28162 value of `texinfo-mode-hook'.
28168 ;;;### (autoloads (thai-composition-function thai-compose-buffer
28169 ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28170 ;;;;;; (18339 17960))
28171 ;;; Generated autoloads from language/thai-util.el
28173 (autoload 'thai-compose-region "thai-util" "\
28174 Compose Thai characters in the region.
28175 When called from a program, expects two arguments,
28176 positions (integers or markers) specifying the region.
28178 \(fn BEG END)" t nil)
28180 (autoload 'thai-compose-string "thai-util" "\
28181 Compose Thai characters in STRING and return the resulting string.
28183 \(fn STRING)" nil nil)
28185 (autoload 'thai-compose-buffer "thai-util" "\
28186 Compose Thai characters in the current buffer.
28190 (autoload 'thai-composition-function "thai-util" "\
28193 \(fn POS TO FONT-OBJECT STRING)" nil nil)
28197 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
28198 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28199 ;;;;;; "thingatpt" "thingatpt.el" (18310 12048))
28200 ;;; Generated autoloads from thingatpt.el
28202 (autoload 'forward-thing "thingatpt" "\
28203 Move forward to the end of the Nth next THING.
28205 \(fn THING &optional N)" nil nil)
28207 (autoload 'bounds-of-thing-at-point "thingatpt" "\
28208 Determine the start and end buffer locations for the THING at point.
28209 THING is a symbol which specifies the kind of syntactic entity you want.
28210 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
28211 `email', `word', `sentence', `whitespace', `line', `page' and others.
28213 See the file `thingatpt.el' for documentation on how to define
28214 a symbol as a valid THING.
28216 The value is a cons cell (START . END) giving the start and end positions
28217 of the textual entity that was found.
28219 \(fn THING)" nil nil)
28221 (autoload 'thing-at-point "thingatpt" "\
28222 Return the THING at point.
28223 THING is a symbol which specifies the kind of syntactic entity you want.
28224 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
28225 `email', `word', `sentence', `whitespace', `line', `page' and others.
28227 See the file `thingatpt.el' for documentation on how to define
28228 a symbol as a valid THING.
28230 \(fn THING)" nil nil)
28232 (autoload 'sexp-at-point "thingatpt" "\
28237 (autoload 'symbol-at-point "thingatpt" "\
28242 (autoload 'number-at-point "thingatpt" "\
28247 (autoload 'list-at-point "thingatpt" "\
28254 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28255 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28256 ;;;;;; (18310 12048))
28257 ;;; Generated autoloads from thumbs.el
28259 (autoload 'thumbs-find-thumb "thumbs" "\
28260 Display the thumbnail for IMG.
28264 (autoload 'thumbs-show-from-dir "thumbs" "\
28265 Make a preview buffer for all images in DIR.
28266 Optional argument REG to select file matching a regexp,
28267 and SAME-WINDOW to show thumbs in the same window.
28269 \(fn DIR &optional REG SAME-WINDOW)" t nil)
28271 (autoload 'thumbs-dired-show-marked "thumbs" "\
28272 In dired, make a thumbs buffer with marked files.
28276 (autoload 'thumbs-dired-show "thumbs" "\
28277 In dired, make a thumbs buffer with all files in current directory.
28281 (defalias 'thumbs 'thumbs-show-from-dir)
28283 (autoload 'thumbs-dired-setroot "thumbs" "\
28284 In dired, call the setroot program on the image at point.
28290 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
28291 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28292 ;;;;;; tibetan-composition-function tibetan-decompose-string tibetan-decompose-region
28293 ;;;;;; tibetan-compose-region tibetan-compose-string tibetan-transcription-to-tibetan
28294 ;;;;;; tibetan-tibetan-to-transcription tibetan-char-p) "tibet-util"
28295 ;;;;;; "language/tibet-util.el" (18339 17961))
28296 ;;; Generated autoloads from language/tibet-util.el
28298 (autoload 'tibetan-char-p "tibet-util" "\
28299 Check if char CH is Tibetan character.
28300 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
28304 (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\
28305 Transcribe Tibetan string STR and return the corresponding Roman string.
28307 \(fn STR)" nil nil)
28309 (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\
28310 Convert Tibetan Roman string STR to Tibetan character string.
28311 The returned string has no composition information.
28313 \(fn STR)" nil nil)
28315 (autoload 'tibetan-compose-string "tibet-util" "\
28316 Compose Tibetan string STR.
28318 \(fn STR)" nil nil)
28320 (autoload 'tibetan-compose-region "tibet-util" "\
28321 Compose Tibetan text the region BEG and END.
28323 \(fn BEG END)" t nil)
28325 (autoload 'tibetan-decompose-region "tibet-util" "\
28326 Decompose Tibetan text in the region FROM and TO.
28327 This is different from decompose-region because precomposed Tibetan characters
28328 are decomposed into normal Tibetan character sequences.
28330 \(fn FROM TO)" t nil)
28332 (autoload 'tibetan-decompose-string "tibet-util" "\
28333 Decompose Tibetan string STR.
28334 This is different from decompose-string because precomposed Tibetan characters
28335 are decomposed into normal Tibetan character sequences.
28337 \(fn STR)" nil nil)
28339 (autoload 'tibetan-composition-function "tibet-util" "\
28342 \(fn POS &optional STRING)" nil nil)
28344 (autoload 'tibetan-decompose-buffer "tibet-util" "\
28345 Decomposes Tibetan characters in the buffer into their components.
28346 See also the documentation of the function `tibetan-decompose-region'.
28350 (autoload 'tibetan-compose-buffer "tibet-util" "\
28351 Composes Tibetan character components in the buffer.
28352 See also docstring of the function tibetan-compose-region.
28356 (autoload 'tibetan-post-read-conversion "tibet-util" "\
28359 \(fn LEN)" nil nil)
28361 (autoload 'tibetan-pre-write-conversion "tibet-util" "\
28364 \(fn FROM TO)" nil nil)
28366 (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\
28369 \(fn FROM TO)" nil nil)
28373 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28374 ;;;;;; (18310 12122))
28375 ;;; Generated autoloads from textmodes/tildify.el
28377 (autoload 'tildify-region "tildify" "\
28378 Add hard spaces in the region between BEG and END.
28379 See variables `tildify-pattern-alist', `tildify-string-alist', and
28380 `tildify-ignored-environments-alist' for information about configuration
28382 This function performs no refilling of the changed text.
28384 \(fn BEG END)" t nil)
28386 (autoload 'tildify-buffer "tildify" "\
28387 Add hard spaces in the current buffer.
28388 See variables `tildify-pattern-alist', `tildify-string-alist', and
28389 `tildify-ignored-environments-alist' for information about configuration
28391 This function performs no refilling of the changed text.
28397 ;;;### (autoloads (display-time-world display-time-mode display-time
28398 ;;;;;; display-time-day-and-date) "time" "time.el" (18310 12048))
28399 ;;; Generated autoloads from time.el
28401 (defvar display-time-day-and-date nil "\
28402 *Non-nil means \\[display-time] should display day and date as well as time.")
28404 (custom-autoload 'display-time-day-and-date "time" t)
28406 (autoload 'display-time "time" "\
28407 Enable display of time, load level, and mail flag in mode lines.
28408 This display updates automatically every minute.
28409 If `display-time-day-and-date' is non-nil, the current day and date
28410 are displayed as well.
28411 This runs the normal hook `display-time-hook' after each update.
28415 (defvar display-time-mode nil "\
28416 Non-nil if Display-Time mode is enabled.
28417 See the command `display-time-mode' for a description of this minor mode.
28418 Setting this variable directly does not take effect;
28419 either customize it (see the info node `Easy Customization')
28420 or call the function `display-time-mode'.")
28422 (custom-autoload 'display-time-mode "time" nil)
28424 (autoload 'display-time-mode "time" "\
28425 Toggle display of time, load level, and mail flag in mode lines.
28426 With a numeric arg, enable this display if arg is positive.
28428 When this display is enabled, it updates automatically every minute.
28429 If `display-time-day-and-date' is non-nil, the current day and date
28430 are displayed as well.
28431 This runs the normal hook `display-time-hook' after each update.
28433 \(fn &optional ARG)" t nil)
28435 (autoload 'display-time-world "time" "\
28436 Enable updating display of times in various time zones.
28437 `display-time-world-list' specifies the zones.
28438 To turn off the world time display, go to that window and type `q'.
28444 ;;;### (autoloads (emacs-uptime safe-date-to-time time-to-days time-to-day-in-year
28445 ;;;;;; date-leap-year-p days-between date-to-day time-add time-subtract
28446 ;;;;;; time-since days-to-time time-less-p seconds-to-time time-to-seconds
28447 ;;;;;; date-to-time) "time-date" "calendar/time-date.el" (18351
28449 ;;; Generated autoloads from calendar/time-date.el
28451 (autoload 'date-to-time "time-date" "\
28452 Parse a string that represents a date-time and return a time value.
28454 \(fn DATE)" nil nil)
28456 (autoload 'time-to-seconds "time-date" "\
28457 Convert time value TIME to a floating point number.
28458 You can use `float-time' instead.
28460 \(fn TIME)" nil nil)
28462 (autoload 'seconds-to-time "time-date" "\
28463 Convert SECONDS (a floating point number) to a time value.
28465 \(fn SECONDS)" nil nil)
28467 (autoload 'time-less-p "time-date" "\
28468 Say whether time value T1 is less than time value T2.
28470 \(fn T1 T2)" nil nil)
28472 (autoload 'days-to-time "time-date" "\
28473 Convert DAYS into a time value.
28475 \(fn DAYS)" nil nil)
28477 (autoload 'time-since "time-date" "\
28478 Return the time elapsed since TIME.
28479 TIME should be either a time value or a date-time string.
28481 \(fn TIME)" nil nil)
28483 (defalias 'subtract-time 'time-subtract)
28485 (autoload 'time-subtract "time-date" "\
28486 Subtract two time values.
28487 Return the difference in the format of a time value.
28489 \(fn T1 T2)" nil nil)
28491 (autoload 'time-add "time-date" "\
28492 Add two time values. One should represent a time difference.
28494 \(fn T1 T2)" nil nil)
28496 (autoload 'date-to-day "time-date" "\
28497 Return the number of days between year 1 and DATE.
28498 DATE should be a date-time string.
28500 \(fn DATE)" nil nil)
28502 (autoload 'days-between "time-date" "\
28503 Return the number of days between DATE1 and DATE2.
28504 DATE1 and DATE2 should be date-time strings.
28506 \(fn DATE1 DATE2)" nil nil)
28508 (autoload 'date-leap-year-p "time-date" "\
28509 Return t if YEAR is a leap year.
28511 \(fn YEAR)" nil nil)
28513 (autoload 'time-to-day-in-year "time-date" "\
28514 Return the day number within the year corresponding to TIME.
28516 \(fn TIME)" nil nil)
28518 (autoload 'time-to-days "time-date" "\
28519 The number of days between the Gregorian date 0001-12-31bce and TIME.
28520 TIME should be a time value.
28521 The Gregorian date Sunday, December 31, 1bce is imaginary.
28523 \(fn TIME)" nil nil)
28525 (autoload 'safe-date-to-time "time-date" "\
28526 Parse a string that represents a date-time and return a time value.
28527 If DATE is malformed, return a time value of zeros.
28529 \(fn DATE)" nil nil)
28531 (autoload 'emacs-uptime "time-date" "\
28532 Return a string giving the uptime of this instance of Emacs.
28538 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28539 ;;;;;; "time-stamp.el" (18339 17948))
28540 ;;; Generated autoloads from time-stamp.el
28541 (put 'time-stamp-format 'safe-local-variable 'stringp)
28542 (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
28543 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
28544 (put 'time-stamp-start 'safe-local-variable 'stringp)
28545 (put 'time-stamp-end 'safe-local-variable 'stringp)
28546 (put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
28547 (put 'time-stamp-count 'safe-local-variable 'integerp)
28548 (put 'time-stamp-pattern 'safe-local-variable 'stringp)
28550 (autoload 'time-stamp "time-stamp" "\
28551 Update the time stamp string(s) in the buffer.
28552 A template in a file can be automatically updated with a new time stamp
28553 every time you save the file. Add this line to your .emacs file:
28554 (add-hook 'before-save-hook 'time-stamp)
28555 or customize `before-save-hook' through Custom.
28556 Normally the template must appear in the first 8 lines of a file and
28557 look like one of the following:
28560 The time stamp is written between the brackets or quotes:
28561 Time-stamp: <2001-02-18 10:20:51 gildea>
28562 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
28563 The format of the time stamp is set by the variable `time-stamp-pattern' or
28564 `time-stamp-format'. The variables `time-stamp-pattern',
28565 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
28566 `time-stamp-count', and `time-stamp-inserts-lines' control finding
28571 (autoload 'time-stamp-toggle-active "time-stamp" "\
28572 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
28573 With ARG, turn time stamping on if and only if arg is positive.
28575 \(fn &optional ARG)" t nil)
28579 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
28580 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28581 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28582 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28583 ;;;;;; (18310 12060))
28584 ;;; Generated autoloads from calendar/timeclock.el
28586 (autoload 'timeclock-modeline-display "timeclock" "\
28587 Toggle display of the amount of time left today in the modeline.
28588 If `timeclock-use-display-time' is non-nil (the default), then
28589 the function `display-time-mode' must be active, and the modeline
28590 will be updated whenever the time display is updated. Otherwise,
28591 the timeclock will use its own sixty second timer to do its
28592 updating. With prefix ARG, turn modeline display on if and only
28593 if ARG is positive. Returns the new status of timeclock modeline
28594 display (non-nil means on).
28596 \(fn &optional ARG)" t nil)
28598 (autoload 'timeclock-in "timeclock" "\
28599 Clock in, recording the current time moment in the timelog.
28600 With a numeric prefix ARG, record the fact that today has only that
28601 many hours in it to be worked. If arg is a non-numeric prefix arg
28602 \(non-nil, but not a number), 0 is assumed (working on a holiday or
28603 weekend). *If not called interactively, ARG should be the number of
28604 _seconds_ worked today*. This feature only has effect the first time
28605 this function is called within a day.
28607 PROJECT is the project being clocked into. If PROJECT is nil, and
28608 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
28609 interactively -- call the function `timeclock-get-project-function' to
28610 discover the name of the project.
28612 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
28614 (autoload 'timeclock-out "timeclock" "\
28615 Clock out, recording the current time moment in the timelog.
28616 If a prefix ARG is given, the user has completed the project that was
28617 begun during the last time segment.
28619 REASON is the user's reason for clocking out. If REASON is nil, and
28620 FIND-REASON is non-nil -- or the user calls `timeclock-out'
28621 interactively -- call the function `timeclock-get-reason-function' to
28622 discover the reason.
28624 \(fn &optional ARG REASON FIND-REASON)" t nil)
28626 (autoload 'timeclock-status-string "timeclock" "\
28627 Report the overall timeclock status at the present moment.
28628 If SHOW-SECONDS is non-nil, display second resolution.
28629 If TODAY-ONLY is non-nil, the display will be relative only to time
28630 worked today, ignoring the time worked on previous days.
28632 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28634 (autoload 'timeclock-change "timeclock" "\
28635 Change to working on a different project.
28636 This clocks out of the current project, then clocks in on a new one.
28637 With a prefix ARG, consider the previous project as finished at the
28638 time of changeover. PROJECT is the name of the last project you were
28641 \(fn &optional ARG PROJECT)" t nil)
28643 (autoload 'timeclock-query-out "timeclock" "\
28644 Ask the user whether to clock out.
28645 This is a useful function for adding to `kill-emacs-query-functions'.
28649 (autoload 'timeclock-reread-log "timeclock" "\
28650 Re-read the timeclock, to account for external changes.
28651 Returns the new value of `timeclock-discrepancy'.
28655 (autoload 'timeclock-workday-remaining-string "timeclock" "\
28656 Return a string representing the amount of time left today.
28657 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
28658 is non-nil, the display will be relative only to time worked today.
28659 See `timeclock-relative' for more information about the meaning of
28660 \"relative to today\".
28662 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28664 (autoload 'timeclock-workday-elapsed-string "timeclock" "\
28665 Return a string representing the amount of time worked today.
28666 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
28667 non-nil, the amount returned will be relative to past time worked.
28669 \(fn &optional SHOW-SECONDS)" t nil)
28671 (autoload 'timeclock-when-to-leave-string "timeclock" "\
28672 Return a string representing the end of today's workday.
28673 This string is relative to the value of `timeclock-workday'. If
28674 SHOW-SECONDS is non-nil, the value printed/returned will include
28675 seconds. If TODAY-ONLY is non-nil, the value returned will be
28676 relative only to the time worked today, and not to past time.
28678 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28682 ;;;### (autoloads (with-timeout run-with-idle-timer add-timeout run-with-timer
28683 ;;;;;; run-at-time cancel-function-timers cancel-timer) "timer"
28684 ;;;;;; "emacs-lisp/timer.el" (18310 12065))
28685 ;;; Generated autoloads from emacs-lisp/timer.el
28687 (defalias 'disable-timeout 'cancel-timer)
28689 (autoload 'cancel-timer "timer" "\
28690 Remove TIMER from the list of active timers.
28692 \(fn TIMER)" nil nil)
28694 (autoload 'cancel-function-timers "timer" "\
28695 Cancel all timers which would run FUNCTION.
28696 This affects ordinary timers such as are scheduled by `run-at-time',
28697 and idle timers such as are scheduled by `run-with-idle-timer'.
28699 \(fn FUNCTION)" t nil)
28701 (autoload 'run-at-time "timer" "\
28702 Perform an action at time TIME.
28703 Repeat the action every REPEAT seconds, if REPEAT is non-nil.
28704 TIME should be one of: a string giving an absolute time like
28705 \"11:23pm\" (the acceptable formats are those recognized by
28706 `diary-entry-time'; note that such times are interpreted as times
28707 today, even if in the past); a string giving a relative time like
28708 \"2 hours 35 minutes\" (the acceptable formats are those
28709 recognized by `timer-duration'); nil meaning now; a number of
28710 seconds from now; a value from `encode-time'; or t (with non-nil
28711 REPEAT) meaning the next integral multiple of REPEAT. REPEAT may
28712 be an integer or floating point number. The action is to call
28713 FUNCTION with arguments ARGS.
28715 This function returns a timer object which you can use in `cancel-timer'.
28717 \(fn TIME REPEAT FUNCTION &rest ARGS)" t nil)
28719 (autoload 'run-with-timer "timer" "\
28720 Perform an action after a delay of SECS seconds.
28721 Repeat the action every REPEAT seconds, if REPEAT is non-nil.
28722 SECS and REPEAT may be integers or floating point numbers.
28723 The action is to call FUNCTION with arguments ARGS.
28725 This function returns a timer object which you can use in `cancel-timer'.
28727 \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
28729 (autoload 'add-timeout "timer" "\
28730 Add a timer to run SECS seconds from now, to call FUNCTION on OBJECT.
28731 If REPEAT is non-nil, repeat the timer every REPEAT seconds.
28732 This function is for compatibility; see also `run-with-timer'.
28734 \(fn SECS FUNCTION OBJECT &optional REPEAT)" nil nil)
28736 (autoload 'run-with-idle-timer "timer" "\
28737 Perform an action the next time Emacs is idle for SECS seconds.
28738 The action is to call FUNCTION with arguments ARGS.
28739 SECS may be an integer, a floating point number, or the internal
28740 time format (HIGH LOW USECS) returned by, e.g., `current-idle-time'.
28741 If Emacs is currently idle, and has been idle for N seconds (N < SECS),
28742 then it will call FUNCTION in SECS - N seconds from now.
28744 If REPEAT is non-nil, do the action each time Emacs has been idle for
28745 exactly SECS seconds (that is, only once for each time Emacs becomes idle).
28747 This function returns a timer object which you can use in `cancel-timer'.
28749 \(fn SECS REPEAT FUNCTION &rest ARGS)" t nil)
28750 (put 'with-timeout 'lisp-indent-function 1)
28752 (autoload 'with-timeout "timer" "\
28753 Run BODY, but if it doesn't finish in SECONDS seconds, give up.
28754 If we give up, we run the TIMEOUT-FORMS and return the value of the last one.
28755 The timeout is checked whenever Emacs waits for some kind of external
28756 event (such as keyboard input, input from subprocesses, or a certain time);
28757 if the program loops without waiting in any way, the timeout will not
28760 \(fn (SECONDS TIMEOUT-FORMS...) BODY)" nil (quote macro))
28764 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28765 ;;;;;; "international/titdic-cnv.el" (18339 17956))
28766 ;;; Generated autoloads from international/titdic-cnv.el
28768 (autoload 'titdic-convert "titdic-cnv" "\
28769 Convert a TIT dictionary of FILENAME into a Quail package.
28770 Optional argument DIRNAME if specified is the directory name under which
28771 the generated Quail package is saved.
28773 \(fn FILENAME &optional DIRNAME)" t nil)
28775 (autoload 'batch-titdic-convert "titdic-cnv" "\
28776 Run `titdic-convert' on the files remaining on the command line.
28777 Use this from the command line, with `-batch';
28778 it won't work in an interactive Emacs.
28779 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
28780 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
28781 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28783 \(fn &optional FORCE)" nil nil)
28787 ;;;### (autoloads (tamil-composition-function tamil-post-read-conversion
28788 ;;;;;; tamil-compose-region) "tml-util" "language/tml-util.el" (18339
28790 ;;; Generated autoloads from language/tml-util.el
28792 (autoload 'tamil-compose-region "tml-util" "\
28795 \(fn FROM TO)" t nil)
28797 (autoload 'tamil-post-read-conversion "tml-util" "\
28800 \(fn LEN)" nil nil)
28802 (autoload 'tamil-composition-function "tml-util" "\
28803 Compose Tamil characters after the position POS.
28804 If STRING is not nil, it is a string, and POS is an index to the string.
28805 In this case, compose characters after POS of the string.
28807 \(fn POS &optional STRING)" nil nil)
28811 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28812 ;;;;;; "tmm.el" (18310 12048))
28813 ;;; Generated autoloads from tmm.el
28814 (define-key global-map "\M-`" 'tmm-menubar)
28815 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
28817 (autoload 'tmm-menubar "tmm" "\
28818 Text-mode emulation of looking and choosing from a menubar.
28819 See the documentation for `tmm-prompt'.
28820 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
28821 we make that menu bar item (the one at that position) the default choice.
28823 \(fn &optional X-POSITION)" t nil)
28825 (autoload 'tmm-menubar-mouse "tmm" "\
28826 Text-mode emulation of looking and choosing from a menubar.
28827 This command is used when you click the mouse in the menubar
28828 on a console which has no window system but does have a mouse.
28829 See the documentation for `tmm-prompt'.
28831 \(fn EVENT)" t nil)
28833 (autoload 'tmm-prompt "tmm" "\
28834 Text-mode emulation of calling the bindings in keymap.
28835 Creates a text-mode menu of possible choices. You can access the elements
28836 in the menu in two ways:
28837 *) via history mechanism from minibuffer;
28838 *) Or via completion-buffer that is automatically shown.
28839 The last alternative is currently a hack, you cannot use mouse reliably.
28841 MENU is like the MENU argument to `x-popup-menu': either a
28842 keymap or an alist of alists.
28843 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
28844 Its value should be an event that has a binding in MENU.
28846 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
28850 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28851 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28852 ;;;;;; "todo-mode" "calendar/todo-mode.el" (18307 26233))
28853 ;;; Generated autoloads from calendar/todo-mode.el
28855 (autoload 'todo-add-category "todo-mode" "\
28856 Add new category CAT to the TODO list.
28860 (autoload 'todo-add-item-non-interactively "todo-mode" "\
28861 Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
28863 \(fn NEW-ITEM CATEGORY)" nil nil)
28865 (autoload 'todo-insert-item "todo-mode" "\
28866 Insert new TODO list entry.
28867 With a prefix argument solicit the category, otherwise use the current
28872 (autoload 'todo-top-priorities "todo-mode" "\
28873 List top priorities for each category.
28875 Number of entries for each category is given by NOF-PRIORITIES which
28876 defaults to 'todo-show-priorities'.
28878 If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
28879 between each category.
28881 \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE)" t nil)
28883 (autoload 'todo-print "todo-mode" "\
28884 Print todo summary using `todo-print-function'.
28885 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
28886 between each category.
28888 Number of entries for each category is given by `todo-print-priorities'.
28890 \(fn &optional CATEGORY-PR-PAGE)" t nil)
28892 (autoload 'todo-mode "todo-mode" "\
28893 Major mode for editing TODO lists.
28899 (autoload 'todo-cp "todo-mode" "\
28900 Make a diary entry appear only in the current date's diary.
28904 (autoload 'todo-show "todo-mode" "\
28911 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28912 ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28913 ;;;;;; "tool-bar" "tool-bar.el" (18310 12048))
28914 ;;; Generated autoloads from tool-bar.el
28916 (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
28917 Toggle tool bar on or off, based on the status of the current frame.
28918 See `tool-bar-mode' for more information.
28920 \(fn &optional ARG)" t nil)
28922 (put 'tool-bar-mode 'standard-value '(t))
28924 (autoload 'tool-bar-add-item "tool-bar" "\
28925 Add an item to the tool bar.
28926 ICON names the image, DEF is the key definition and KEY is a symbol
28927 for the fake function key in the menu keymap. Remaining arguments
28928 PROPS are additional items to add to the menu item specification. See
28929 Info node `(elisp)Tool Bar'. Items are added from left to right.
28931 ICON is the base name of a file containing the image to use. The
28932 function will first try to use low-color/ICON.xpm if display-color-cells
28933 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28934 ICON.xbm, using `find-image'.
28936 Use this function only to make bindings in the global value of `tool-bar-map'.
28937 To define items in any other map, use `tool-bar-local-item'.
28939 \(fn ICON DEF KEY &rest PROPS)" nil nil)
28941 (autoload 'tool-bar-local-item "tool-bar" "\
28942 Add an item to the tool bar in map MAP.
28943 ICON names the image, DEF is the key definition and KEY is a symbol
28944 for the fake function key in the menu keymap. Remaining arguments
28945 PROPS are additional items to add to the menu item specification. See
28946 Info node `(elisp)Tool Bar'. Items are added from left to right.
28948 ICON is the base name of a file containing the image to use. The
28949 function will first try to use low-color/ICON.xpm if display-color-cells
28950 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28951 ICON.xbm, using `find-image'.
28953 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
28955 (autoload 'tool-bar-add-item-from-menu "tool-bar" "\
28956 Define tool bar binding for COMMAND in keymap MAP using the given ICON.
28957 This makes a binding for COMMAND in `tool-bar-map', copying its
28958 binding from the menu bar in MAP (which defaults to `global-map'), but
28959 modifies the binding by adding an image specification for ICON. It
28960 finds ICON just like `tool-bar-add-item'. PROPS are additional
28961 properties to add to the binding.
28963 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28965 Use this function only to make bindings in the global value of `tool-bar-map'.
28966 To define items in any other map, use `tool-bar-local-item-from-menu'.
28968 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
28970 (autoload 'tool-bar-local-item-from-menu "tool-bar" "\
28971 Define local tool bar binding for COMMAND using the given ICON.
28972 This makes a binding for COMMAND in IN-MAP, copying its binding from
28973 the menu bar in FROM-MAP (which defaults to `global-map'), but
28974 modifies the binding by adding an image specification for ICON. It
28975 finds ICON just like `tool-bar-add-item'. PROPS are additional
28976 properties to add to the binding.
28978 FROM-MAP must contain appropriate binding for `[menu-bar]' which
28981 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
28985 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28986 ;;;;;; (18329 52184))
28987 ;;; Generated autoloads from emulation/tpu-edt.el
28989 (defvar tpu-edt-mode nil "\
28990 Non-nil if Tpu-Edt mode is enabled.
28991 See the command `tpu-edt-mode' for a description of this minor mode.
28992 Setting this variable directly does not take effect;
28993 either customize it (see the info node `Easy Customization')
28994 or call the function `tpu-edt-mode'.")
28996 (custom-autoload 'tpu-edt-mode "tpu-edt" nil)
28998 (autoload 'tpu-edt-mode "tpu-edt" "\
29001 \(fn &optional ARG)" t nil)
29003 (defalias 'tpu-edt 'tpu-edt-on)
29005 (autoload 'tpu-edt-on "tpu-edt" "\
29006 Turn on TPU/edt emulation.
29012 ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29013 ;;;;;; (18307 26234))
29014 ;;; Generated autoloads from emulation/tpu-mapper.el
29016 (autoload 'tpu-mapper "tpu-mapper" "\
29017 Create an Emacs lisp file defining the TPU-edt keypad for X-windows.
29019 This command displays an instruction screen showing the TPU-edt keypad
29020 and asks you to press the TPU-edt editing keys. It uses the keys you
29021 press to create an Emacs Lisp file that will define a TPU-edt keypad
29022 for your X server. You can even re-arrange the standard EDT keypad to
29023 suit your tastes (or to cope with those silly Sun and PC keypads).
29025 Finally, you will be prompted for the name of the file to store the key
29026 definitions. If you chose the default, TPU-edt will find it and load it
29027 automatically. If you specify a different file name, you will need to
29028 set the variable ``tpu-xkeys-file'' before starting TPU-edt. Here's how
29029 you might go about doing that in your .emacs file.
29031 (setq tpu-xkeys-file (expand-file-name \"~/.my-emacs-x-keys\"))
29036 Sometimes, tpu-mapper will ignore a key you press, and just continue to
29037 prompt for the same key. This can happen when your window manager sucks
29038 up the key and doesn't pass it on to Emacs, or it could be an Emacs bug.
29039 Either way, there's nothing that tpu-mapper can do about it. You must
29040 press RETURN, to skip the current key and continue. Later, you and/or
29041 your local X guru can try to figure out why the key is being ignored.
29047 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (18310 12065))
29048 ;;; Generated autoloads from emacs-lisp/tq.el
29050 (autoload 'tq-create "tq" "\
29051 Create and return a transaction queue communicating with PROCESS.
29052 PROCESS should be a subprocess capable of sending and receiving
29053 streams of bytes. It may be a local process, or it may be connected
29054 to a tcp server on another machine.
29056 \(fn PROCESS)" nil nil)
29060 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
29061 ;;;;;; "trace" "emacs-lisp/trace.el" (18310 12065))
29062 ;;; Generated autoloads from emacs-lisp/trace.el
29064 (defvar trace-buffer "*trace-output*" "\
29065 *Trace output will by default go to that buffer.")
29067 (custom-autoload 'trace-buffer "trace" t)
29069 (autoload 'trace-function "trace" "\
29070 Traces FUNCTION with trace output going to BUFFER.
29071 For every call of FUNCTION Lisp-style trace messages that display argument
29072 and return values will be inserted into BUFFER. This function generates the
29073 trace advice for FUNCTION and activates it together with any other advice
29074 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
29075 Do not use this to trace functions that switch buffers or do any other
29076 display oriented stuff, use `trace-function-background' instead.
29078 \(fn FUNCTION &optional BUFFER)" t nil)
29080 (autoload 'trace-function-background "trace" "\
29081 Traces FUNCTION with trace output going quietly to BUFFER.
29082 When this tracing is enabled, every call to FUNCTION writes
29083 a Lisp-style trace message (showing the arguments and return value)
29084 into BUFFER. This function generates advice to trace FUNCTION
29085 and activates it together with any other advice there might be.
29086 The trace output goes to BUFFER quietly, without changing
29087 the window or buffer configuration.
29089 BUFFER defaults to `trace-buffer'.
29091 \(fn FUNCTION &optional BUFFER)" t nil)
29095 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29096 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29097 ;;;;;; tramp-file-name-handler tramp-syntax) "tramp" "net/tramp.el"
29098 ;;;;;; (18350 11229))
29099 ;;; Generated autoloads from net/tramp.el
29101 (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
29102 Tramp filename syntax to be used.
29104 It can have the following values:
29106 'ftp -- Ange-FTP respective EFS like syntax (GNU Emacs default)
29107 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs)
29108 'url -- URL-like syntax.")
29110 (custom-autoload 'tramp-syntax "tramp" t)
29112 (defconst tramp-file-name-regexp-unified "\\`/[^/:]+:" "\
29113 Value for `tramp-file-name-regexp' for unified remoting.
29114 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
29115 Tramp. See `tramp-file-name-structure' for more explanations.")
29117 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
29118 Value for `tramp-file-name-regexp' for separate remoting.
29119 XEmacs uses a separate filename syntax for Tramp and EFS.
29120 See `tramp-file-name-structure' for more explanations.")
29122 (defconst tramp-file-name-regexp-url "\\`/[^/:]+://" "\
29123 Value for `tramp-file-name-regexp' for URL-like remoting.
29124 See `tramp-file-name-structure' for more explanations.")
29126 (defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
29127 *Regular expression matching file names handled by Tramp.
29128 This regexp should match Tramp file names but no other file names.
29129 \(When tramp.el is loaded, this regular expression is prepended to
29130 `file-name-handler-alist', and that is searched sequentially. Thus,
29131 if the Tramp entry appears rather early in the `file-name-handler-alist'
29132 and is a bit too general, then some files might be considered Tramp
29133 files which are not really Tramp files.
29135 Please note that the entry in `file-name-handler-alist' is made when
29136 this file (tramp.el) is loaded. This means that this variable must be set
29137 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
29138 updated after changing this variable.
29140 Also see `tramp-file-name-structure'.")
29142 (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:][^/]*$" "^/$\\|^/[^/:][^/]*$") "\
29143 Value for `tramp-completion-file-name-regexp' for unified remoting.
29144 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
29145 Tramp. See `tramp-file-name-structure' for more explanations.")
29147 (defconst tramp-completion-file-name-regexp-separate (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/\\([[][^]]*\\)?$" "^/\\([[][^]]*\\)?$") "\
29148 Value for `tramp-completion-file-name-regexp' for separate remoting.
29149 XEmacs uses a separate filename syntax for Tramp and EFS.
29150 See `tramp-file-name-structure' for more explanations.")
29152 (defconst tramp-completion-file-name-regexp-url (if (memq system-type '(cygwin windows-nt)) "^\\([a-zA-Z]:\\)?/$\\|^\\([a-zA-Z]:\\)?/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$" "^/$\\|^/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?$") "\
29153 Value for `tramp-completion-file-name-regexp' for URL-like remoting.
29154 See `tramp-file-name-structure' for more explanations.")
29156 (defconst tramp-completion-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-completion-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-completion-file-name-regexp-separate) ((equal tramp-syntax 'url) tramp-completion-file-name-regexp-url) (t (error "Wrong `tramp-syntax' defined"))) "\
29157 *Regular expression matching file names handled by Tramp completion.
29158 This regexp should match partial Tramp file names only.
29160 Please note that the entry in `file-name-handler-alist' is made when
29161 this file (tramp.el) is loaded. This means that this variable must be set
29162 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
29163 updated after changing this variable.
29165 Also see `tramp-file-name-structure'.")
29167 (defconst tramp-completion-file-name-handler-alist '((file-name-all-completions . tramp-completion-handle-file-name-all-completions) (file-name-completion . tramp-completion-handle-file-name-completion)) "\
29168 Alist of completion handler functions.
29169 Used for file names matching `tramp-file-name-regexp'. Operations not
29170 mentioned here will be handled by `tramp-file-name-handler-alist' or the
29171 normal Emacs functions.")
29173 (defun tramp-run-real-handler (operation args) "\
29174 Invoke normal file name handler for OPERATION.
29175 First arg specifies the OPERATION, second arg is a list of arguments to
29176 pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
29178 (defun tramp-completion-run-real-handler (operation args) "\
29179 Invoke `tramp-file-name-handler' for OPERATION.
29180 First arg specifies the OPERATION, second arg is a list of arguments to
29181 pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-completion-file-name-handler cygwin-mount-name-hook-function cygwin-mount-map-drive-hook-function \, (and (eq inhibit-file-name-operation operation) inhibit-file-name-handlers)))) (inhibit-file-name-operation operation)) (apply operation args)))
29183 (autoload 'tramp-file-name-handler "tramp" "\
29184 Invoke Tramp file name handler.
29185 Falls back to normal file name handler if no Tramp file name handler exists.
29187 \(fn OPERATION &rest ARGS)" nil nil)
29189 (defun tramp-completion-file-name-handler (operation &rest args) "\
29190 Invoke Tramp file name completion handler.
29191 Falls back to normal file name handler if no Tramp file name handler exists." (let ((fn (assoc operation tramp-completion-file-name-handler-alist))) (if fn (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
29193 (defsubst tramp-register-file-name-handler nil "\
29194 Add Tramp file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
29195 (tramp-register-file-name-handler)
29197 (defsubst tramp-register-completion-file-name-handler nil "\
29198 Add Tramp completion file name handler to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delete a1 file-name-handler-alist))) (when (or (not (boundp (quote partial-completion-mode))) (symbol-value (quote partial-completion-mode)) (featurep (quote ido)) (featurep (quote icicles))) (add-to-list (quote file-name-handler-alist) (cons tramp-completion-file-name-regexp (quote tramp-completion-file-name-handler))) (put (quote tramp-completion-file-name-handler) (quote safe-magic) t)) (let ((jka (rassoc (quote jka-compr-handler) file-name-handler-alist))) (when jka (setq file-name-handler-alist (cons jka (delete jka file-name-handler-alist))))))
29201 '(lambda () (tramp-register-completion-file-name-handler)))
29203 (autoload 'tramp-unload-file-name-handlers "tramp" "\
29208 (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\
29209 Like `file-name-all-completions' for partial Tramp files.
29211 \(fn FILENAME DIRECTORY)" nil nil)
29213 (autoload 'tramp-completion-handle-file-name-completion "tramp" "\
29214 Like `file-name-completion' for Tramp files.
29216 \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
29218 (autoload 'tramp-unload-tramp "tramp" "\
29219 Discard Tramp from loading remote files.
29225 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29226 ;;;;;; (18342 13362))
29227 ;;; Generated autoloads from net/tramp-ftp.el
29229 (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
29236 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (18310
29238 ;;; Generated autoloads from tutorial.el
29240 (autoload 'help-with-tutorial "tutorial" "\
29241 Select the Emacs learn-by-doing tutorial.
29242 If there is a tutorial version written in the language
29243 of the selected language environment, that version is used.
29244 If there's no tutorial in that language, `TUTORIAL' is selected.
29245 With ARG, you are asked to choose which language.
29246 If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
29247 any question when restarting the tutorial.
29249 If any of the standard Emacs key bindings that are used in the
29250 tutorial have been changed then an explanatory note about this is
29251 shown in the beginning of the tutorial buffer.
29253 When the tutorial buffer is killed the content and the point
29254 position in the buffer is saved so that the tutorial may be
29257 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
29261 ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29262 ;;;;;; (18340 21050))
29263 ;;; Generated autoloads from language/tv-util.el
29265 (autoload 'tai-viet-composition-function "tv-util" "\
29268 \(fn FROM TO FONT-OBJECT STRING)" nil nil)
29272 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29273 ;;;;;; "textmodes/two-column.el" (18310 12122))
29274 ;;; Generated autoloads from textmodes/two-column.el
29275 (autoload '2C-command "two-column" () t 'keymap)
29276 (global-set-key "\C-x6" '2C-command)
29277 (global-set-key [f2] '2C-command)
29279 (autoload '2C-two-columns "two-column" "\
29280 Split current window vertically for two-column editing.
29281 \\<global-map>When called the first time, associates a buffer with the current
29282 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
29283 for details.). It runs `2C-other-buffer-hook' in the new buffer.
29284 When called again, restores the screen layout with the current buffer
29285 first and the associated buffer to its right.
29287 \(fn &optional BUFFER)" t nil)
29289 (autoload '2C-associate-buffer "two-column" "\
29290 Associate another buffer with this one in two-column minor mode.
29291 Can also be used to associate a just previously visited file, by
29292 accepting the proposed default buffer.
29294 \(See \\[describe-mode] .)
29298 (autoload '2C-split "two-column" "\
29299 Split a two-column text at point, into two buffers in two-column minor mode.
29300 Point becomes the local value of `2C-window-width'. Only lines that
29301 have the ARG same preceding characters at that column get split. The
29302 ARG preceding characters without any leading whitespace become the local
29303 value for `2C-separator'. This way lines that continue across both
29304 columns remain untouched in the first buffer.
29306 This function can be used with a prototype line, to set up things. You
29307 write the first line of each column and then split that line. E.g.:
29309 First column's text sSs Second column's text
29312 5 character Separator You type M-5 \\[2C-split] with the point here.
29314 \(See \\[describe-mode] .)
29320 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
29321 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
29322 ;;;;;; type-break-good-break-interval type-break-good-rest-interval
29323 ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29324 ;;;;;; (18310 12049))
29325 ;;; Generated autoloads from type-break.el
29327 (defvar type-break-mode nil "\
29328 Toggle typing break mode.
29329 See the docstring for the `type-break-mode' command for more information.
29330 Setting this variable directly does not take effect;
29331 use either \\[customize] or the function `type-break-mode'.")
29333 (custom-autoload 'type-break-mode "type-break" nil)
29335 (defvar type-break-interval (* 60 60) "\
29336 *Number of seconds between scheduled typing breaks.")
29338 (custom-autoload 'type-break-interval "type-break" t)
29340 (defvar type-break-good-rest-interval (/ type-break-interval 6) "\
29341 *Number of seconds of idle time considered to be an adequate typing rest.
29343 When this variable is non-nil, Emacs checks the idle time between
29344 keystrokes. If this idle time is long enough to be considered a \"good\"
29345 rest from typing, then the next typing break is simply rescheduled for later.
29347 If a break is interrupted before this much time elapses, the user will be
29348 asked whether or not really to interrupt the break.")
29350 (custom-autoload 'type-break-good-rest-interval "type-break" t)
29352 (defvar type-break-good-break-interval nil "\
29353 *Number of seconds considered to be an adequate explicit typing rest.
29355 When this variable is non-nil, its value is considered to be a \"good\"
29356 length (in seconds) for a break initiated by the command `type-break',
29357 overriding `type-break-good-rest-interval'. This provides querying of
29358 break interruptions when `type-break-good-rest-interval' is nil.")
29360 (custom-autoload 'type-break-good-break-interval "type-break" t)
29362 (defvar type-break-keystroke-threshold (let* ((wpm 35) (avg-word-length 5) (upper (* wpm avg-word-length (/ type-break-interval 60))) (lower (/ upper 5))) (cons lower upper)) "\
29363 *Upper and lower bound on number of keystrokes for considering typing break.
29364 This structure is a pair of numbers (MIN . MAX).
29366 The first number is the minimum number of keystrokes that must have been
29367 entered since the last typing break before considering another one, even if
29368 the scheduled time has elapsed; the break is simply rescheduled until later
29369 if the minimum threshold hasn't been reached. If this first value is nil,
29370 then there is no minimum threshold; as soon as the scheduled time has
29371 elapsed, the user will always be queried.
29373 The second number is the maximum number of keystrokes that can be entered
29374 before a typing break is requested immediately, pre-empting the originally
29375 scheduled break. If this second value is nil, then no pre-emptive breaks
29376 will occur; only scheduled ones will.
29378 Keys with bucky bits (shift, control, meta, etc) are counted as only one
29379 keystroke even though they really require multiple keys to generate them.
29381 The command `type-break-guesstimate-keystroke-threshold' can be used to
29382 guess a reasonably good pair of values for this variable.")
29384 (custom-autoload 'type-break-keystroke-threshold "type-break" t)
29386 (autoload 'type-break-mode "type-break" "\
29387 Enable or disable typing-break mode.
29388 This is a minor mode, but it is global to all buffers by default.
29390 When this mode is enabled, the user is encouraged to take typing breaks at
29391 appropriate intervals; either after a specified amount of time or when the
29392 user has exceeded a keystroke threshold. When the time arrives, the user
29393 is asked to take a break. If the user refuses at that time, Emacs will ask
29394 again in a short period of time. The idea is to give the user enough time
29395 to find a good breaking point in his or her work, but be sufficiently
29396 annoying to discourage putting typing breaks off indefinitely.
29398 A negative prefix argument disables this mode.
29399 No argument or any non-negative argument enables it.
29401 The user may enable or disable this mode by setting the variable of the
29402 same name, though setting it in that way doesn't reschedule a break or
29403 reset the keystroke counter.
29405 If the mode was previously disabled and is enabled as a consequence of
29406 calling this function, it schedules a break with `type-break-schedule' to
29407 make sure one occurs (the user can call that command to reschedule the
29408 break at any time). It also initializes the keystroke counter.
29410 The variable `type-break-interval' specifies the number of seconds to
29411 schedule between regular typing breaks. This variable doesn't directly
29412 affect the time schedule; it simply provides a default for the
29413 `type-break-schedule' command.
29415 If set, the variable `type-break-good-rest-interval' specifies the minimum
29416 amount of time which is considered a reasonable typing break. Whenever
29417 that time has elapsed, typing breaks are automatically rescheduled for
29418 later even if Emacs didn't prompt you to take one first. Also, if a break
29419 is ended before this much time has elapsed, the user will be asked whether
29420 or not to continue. A nil value for this variable prevents automatic
29421 break rescheduling, making `type-break-interval' an upper bound on the time
29422 between breaks. In this case breaks will be prompted for as usual before
29423 the upper bound if the keystroke threshold is reached.
29425 If `type-break-good-rest-interval' is nil and
29426 `type-break-good-break-interval' is set, then confirmation is required to
29427 interrupt a break before `type-break-good-break-interval' seconds
29428 have passed. This provides for an upper bound on the time between breaks
29429 together with confirmation of interruptions to these breaks.
29431 The variable `type-break-keystroke-threshold' is used to determine the
29432 thresholds at which typing breaks should be considered. You can use
29433 the command `type-break-guesstimate-keystroke-threshold' to try to
29434 approximate good values for this.
29436 There are several variables that affect how or when warning messages about
29437 imminent typing breaks are displayed. They include:
29439 `type-break-mode-line-message-mode'
29440 `type-break-time-warning-intervals'
29441 `type-break-keystroke-warning-intervals'
29442 `type-break-warning-repeat'
29443 `type-break-warning-countdown-string'
29444 `type-break-warning-countdown-string-type'
29446 There are several variables that affect if, how, and when queries to begin
29447 a typing break occur. They include:
29449 `type-break-query-mode'
29450 `type-break-query-function'
29451 `type-break-query-interval'
29453 The command `type-break-statistics' prints interesting things.
29455 Finally, a file (named `type-break-file-name') is used to store information
29456 across Emacs sessions. This provides recovery of the break status between
29457 sessions and after a crash. Manual changes to the file may result in
29460 \(fn &optional PREFIX)" t nil)
29462 (autoload 'type-break "type-break" "\
29463 Take a typing break.
29465 During the break, a demo selected from the functions listed in
29466 `type-break-demo-functions' is run.
29468 After the typing break is finished, the next break is scheduled
29469 as per the function `type-break-schedule'.
29473 (autoload 'type-break-statistics "type-break" "\
29474 Print statistics about typing breaks in a temporary buffer.
29475 This includes the last time a typing break was taken, when the next one is
29476 scheduled, the keystroke thresholds and the current keystroke count, etc.
29480 (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
29481 Guess values for the minimum/maximum keystroke threshold for typing breaks.
29483 If called interactively, the user is prompted for their guess as to how
29484 many words per minute they usually type. This value should not be your
29485 maximum WPM, but your average. Of course, this is harder to gauge since it
29486 can vary considerably depending on what you are doing. For example, one
29487 tends to type less when debugging a program as opposed to writing
29488 documentation. (Perhaps a separate program should be written to estimate
29489 average typing speed.)
29491 From that, this command sets the values in `type-break-keystroke-threshold'
29492 based on a fairly simple algorithm involving assumptions about the average
29493 length of words (5). For the minimum threshold, it uses about a fifth of
29494 the computed maximum threshold.
29496 When called from Lisp programs, the optional args WORDLEN and FRAC can be
29497 used to override the default assumption about average word length and the
29498 fraction of the maximum threshold to which to set the minimum threshold.
29499 FRAC should be the inverse of the fractional value; for example, a value of
29500 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
29502 \(fn WPM &optional WORDLEN FRAC)" t nil)
29506 ;;;### (autoloads (ununderline-region underline-region) "underline"
29507 ;;;;;; "textmodes/underline.el" (18310 12122))
29508 ;;; Generated autoloads from textmodes/underline.el
29510 (autoload 'underline-region "underline" "\
29511 Underline all nonblank characters in the region.
29512 Works by overstriking underscores.
29513 Called from program, takes two arguments START and END
29514 which specify the range to operate on.
29516 \(fn START END)" t nil)
29518 (autoload 'ununderline-region "underline" "\
29519 Remove all underlining (overstruck underscores) in the region.
29520 Called from program, takes two arguments START and END
29521 which specify the range to operate on.
29523 \(fn START END)" t nil)
29527 ;;;### (autoloads (unforward-rmail-message undigestify-rmail-message)
29528 ;;;;;; "undigest" "mail/undigest.el" (18310 12092))
29529 ;;; Generated autoloads from mail/undigest.el
29531 (autoload 'undigestify-rmail-message "undigest" "\
29532 Break up a digest message into its constituent messages.
29533 Leaves original message, deleted, before the undigestified messages.
29537 (autoload 'unforward-rmail-message "undigest" "\
29538 Extract a forwarded message from the containing message.
29539 This puts the forwarded message into a separate rmail message
29540 following the containing message.
29546 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29547 ;;;;;; (18310 12092))
29548 ;;; Generated autoloads from mail/unrmail.el
29550 (autoload 'batch-unrmail "unrmail" "\
29551 Convert Rmail files to system inbox format.
29552 Specify the input Rmail file names as command line arguments.
29553 For each Rmail file, the corresponding output file name
29554 is made by adding `.mail' at the end.
29555 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
29559 (autoload 'unrmail "unrmail" "\
29560 Convert Rmail file FILE to system inbox format file TO-FILE.
29562 \(fn FILE TO-FILE)" t nil)
29566 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (18310
29568 ;;; Generated autoloads from emacs-lisp/unsafep.el
29570 (autoload 'unsafep "unsafep" "\
29571 Return nil if evaluating FORM couldn't possibly do any harm.
29572 Otherwise result is a reason why FORM is unsafe.
29573 UNSAFEP-VARS is a list of symbols with local bindings.
29575 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
29579 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29580 ;;;;;; "url/url.el" (18310 12124))
29581 ;;; Generated autoloads from url/url.el
29583 (autoload 'url-retrieve "url" "\
29584 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
29585 URL is either a string or a parsed URL.
29587 CALLBACK is called when the object has been completely retrieved, with
29588 the current buffer containing the object, and any MIME headers associated
29589 with it. It is called as (apply CALLBACK STATUS CBARGS).
29590 STATUS is a list with an even number of elements representing
29591 what happened during the request, with most recent events first,
29592 or an empty list if no events have occurred. Each pair is one of:
29594 \(:redirect REDIRECTED-TO) - the request was redirected to this URL
29595 \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
29596 signaled with (signal ERROR-SYMBOL DATA).
29598 Return the buffer URL will load into, or nil if the process has
29599 already completed (i.e. URL was a mailto URL or similar; in this case
29600 the callback is not called).
29602 The variables `url-request-data', `url-request-method' and
29603 `url-request-extra-headers' can be dynamically bound around the
29604 request; dynamic binding of other variables doesn't necessarily
29607 \(fn URL CALLBACK &optional CBARGS)" nil nil)
29609 (autoload 'url-retrieve-synchronously "url" "\
29610 Retrieve URL synchronously.
29611 Return the buffer containing the data, or nil if there are no data
29612 associated with it (the case for dired, info, or mailto URLs that need
29613 no further processing). URL is either a string or a parsed URL.
29615 \(fn URL)" nil nil)
29619 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29620 ;;;;;; "url-auth" "url/url-auth.el" (18335 24899))
29621 ;;; Generated autoloads from url/url-auth.el
29623 (autoload 'url-get-authentication "url-auth" "\
29624 Return an authorization string suitable for use in the WWW-Authenticate
29625 header in an HTTP/1.0 request.
29627 URL is the url you are requesting authorization to. This can be either a
29628 string representing the URL, or the parsed representation returned by
29629 `url-generic-parse-url'
29630 REALM is the realm at a specific site we are looking for. This should be a
29631 string specifying the exact realm, or nil or the symbol 'any' to
29632 specify that the filename portion of the URL should be used as the
29634 TYPE is the type of authentication to be returned. This is either a string
29635 representing the type (basic, digest, etc), or nil or the symbol 'any'
29636 to specify that any authentication is acceptable. If requesting 'any'
29637 the strongest matching authentication will be returned. If this is
29638 wrong, it's no big deal, the error from the server will specify exactly
29639 what type of auth to use
29640 PROMPT is boolean - specifies whether to ask the user for a username/password
29641 if one cannot be found in the cache
29643 \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil)
29645 (autoload 'url-register-auth-scheme "url-auth" "\
29646 Register an HTTP authentication method.
29648 TYPE is a string or symbol specifying the name of the method. This
29649 should be the same thing you expect to get returned in an Authenticate
29650 header in HTTP/1.0 - it will be downcased.
29651 FUNCTION is the function to call to get the authorization information. This
29652 defaults to `url-?-auth', where ? is TYPE
29653 RATING a rating between 1 and 10 of the strength of the authentication.
29654 This is used when asking for the best authentication for a specific
29655 URL. The item with the highest rating is returned.
29657 \(fn TYPE &optional FUNCTION RATING)" nil nil)
29661 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached
29662 ;;;;;; url-store-in-cache) "url-cache" "url/url-cache.el" (18310
29664 ;;; Generated autoloads from url/url-cache.el
29666 (autoload 'url-store-in-cache "url-cache" "\
29667 Store buffer BUFF in the cache.
29669 \(fn &optional BUFF)" nil nil)
29671 (autoload 'url-is-cached "url-cache" "\
29672 Return non-nil if the URL is cached.
29674 \(fn URL)" nil nil)
29676 (autoload 'url-cache-extract "url-cache" "\
29677 Extract FNAM from the local disk cache
29679 \(fn FNAM)" nil nil)
29681 (autoload 'url-cache-expired "url-cache" "\
29682 Return t if a cached file has expired.
29684 \(fn URL MOD)" nil nil)
29688 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (18310 12122))
29689 ;;; Generated autoloads from url/url-cid.el
29691 (autoload 'url-cid "url-cid" "\
29694 \(fn URL)" nil nil)
29698 ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29699 ;;;;;; "url/url-dav.el" (18310 12123))
29700 ;;; Generated autoloads from url/url-dav.el
29702 (autoload 'url-dav-supported-p "url-dav" "\
29705 \(fn URL)" nil nil)
29707 (autoload 'url-dav-vc-registered "url-dav" "\
29710 \(fn URL)" nil nil)
29714 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (18310
29716 ;;; Generated autoloads from url/url-file.el
29718 (autoload 'url-file "url-file" "\
29719 Handle file: and ftp: URLs.
29721 \(fn URL CALLBACK CBARGS)" nil nil)
29725 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29726 ;;;;;; "url/url-gw.el" (18310 12123))
29727 ;;; Generated autoloads from url/url-gw.el
29729 (autoload 'url-gateway-nslookup-host "url-gw" "\
29730 Attempt to resolve the given HOST using nslookup if possible.
29734 (autoload 'url-open-stream "url-gw" "\
29735 Open a stream to HOST, possibly via a gateway.
29736 Args per `open-network-stream'.
29737 Will not make a connection if `url-gateway-unplugged' is non-nil.
29738 Might do a non-blocking connection; use `process-status' to check.
29740 \(fn NAME BUFFER HOST SERVICE)" nil nil)
29744 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29745 ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29746 ;;;;;; (18346 13711))
29747 ;;; Generated autoloads from url/url-handlers.el
29749 (defvar url-handler-mode nil "\
29750 Non-nil if Url-Handler mode is enabled.
29751 See the command `url-handler-mode' for a description of this minor mode.
29752 Setting this variable directly does not take effect;
29753 either customize it (see the info node `Easy Customization')
29754 or call the function `url-handler-mode'.")
29756 (custom-autoload 'url-handler-mode "url-handlers" nil)
29758 (autoload 'url-handler-mode "url-handlers" "\
29759 Use URL to handle URL-like file names.
29761 \(fn &optional ARG)" t nil)
29763 (autoload 'url-file-handler "url-handlers" "\
29764 Function called from the `file-name-handler-alist' routines.
29765 OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
29766 the arguments that would have been passed to OPERATION.
29768 \(fn OPERATION &rest ARGS)" nil nil)
29770 (autoload 'url-copy-file "url-handlers" "\
29771 Copy URL to NEWNAME. Both args must be strings.
29772 Signals a `file-already-exists' error if file NEWNAME already exists,
29773 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
29774 A number as third arg means request confirmation if NEWNAME already exists.
29775 This is what happens in interactive use with M-x.
29776 Fourth arg KEEP-TIME non-nil means give the new file the same
29777 last-modified time as the old one. (This works on only some systems.)
29778 A prefix arg makes KEEP-TIME non-nil.
29780 \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME)" nil nil)
29782 (autoload 'url-file-local-copy "url-handlers" "\
29783 Copy URL into a temporary file on this machine.
29784 Returns the name of the local copy, or nil, if FILE is directly
29787 \(fn URL &rest IGNORED)" nil nil)
29789 (autoload 'url-insert-file-contents "url-handlers" "\
29792 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
29796 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29797 ;;;;;; url-http) "url-http" "url/url-http.el" (18310 12123))
29798 ;;; Generated autoloads from url/url-http.el
29800 (autoload 'url-http "url-http" "\
29801 Retrieve URL via HTTP asynchronously.
29802 URL must be a parsed URL. See `url-generic-parse-url' for details.
29803 When retrieval is completed, the function CALLBACK is executed with
29804 CBARGS as the arguments.
29806 \(fn URL CALLBACK CBARGS)" nil nil)
29808 (autoload 'url-http-file-exists-p "url-http" "\
29811 \(fn URL)" nil nil)
29813 (defalias 'url-http-file-readable-p 'url-http-file-exists-p)
29815 (autoload 'url-http-file-attributes "url-http" "\
29818 \(fn URL &optional ID-FORMAT)" nil nil)
29820 (autoload 'url-http-options "url-http" "\
29821 Return a property list describing options available for URL.
29822 This list is retrieved using the `OPTIONS' HTTP method.
29824 Property list members:
29827 A list of symbols specifying what HTTP methods the resource
29831 A list of numbers specifying what DAV protocol/schema versions are
29835 A list of supported DASL search types supported (string form)
29838 A list of the units available for use in partial document fetches.
29841 The `Platform For Privacy Protection' description for the resource.
29842 Currently this is just the raw header contents. This is likely to
29843 change once P3P is formally supported by the URL package or
29846 \(fn URL)" nil nil)
29848 (defconst url-https-default-port 443 "\
29849 Default HTTPS port.")
29851 (defconst url-https-asynchronous-p t "\
29852 HTTPS retrievals are asynchronous.")
29854 (defalias 'url-https-expand-file-name 'url-http-expand-file-name)
29855 (autoload 'url-https "url-http")
29856 (autoload 'url-https-file-exists-p "url-http")
29857 (autoload 'url-https-file-readable-p "url-http")
29858 (autoload 'url-https-file-attributes "url-http")
29862 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (18310 12123))
29863 ;;; Generated autoloads from url/url-irc.el
29865 (autoload 'url-irc "url-irc" "\
29868 \(fn URL)" nil nil)
29872 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (18310
29874 ;;; Generated autoloads from url/url-ldap.el
29876 (autoload 'url-ldap "url-ldap" "\
29877 Perform an LDAP search specified by URL.
29878 The return value is a buffer displaying the search results in HTML.
29879 URL can be a URL string, or a URL vector of the type returned by
29880 `url-generic-parse-url'.
29882 \(fn URL)" nil nil)
29886 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29887 ;;;;;; (18310 12123))
29888 ;;; Generated autoloads from url/url-mailto.el
29890 (autoload 'url-mail "url-mailto" "\
29893 \(fn &rest ARGS)" t nil)
29895 (autoload 'url-mailto "url-mailto" "\
29896 Handle the mailto: URL syntax.
29898 \(fn URL)" nil nil)
29902 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
29903 ;;;;;; url-man) "url-misc" "url/url-misc.el" (18310 12123))
29904 ;;; Generated autoloads from url/url-misc.el
29906 (autoload 'url-man "url-misc" "\
29907 Fetch a Unix manual page URL.
29909 \(fn URL)" nil nil)
29911 (autoload 'url-info "url-misc" "\
29912 Fetch a GNU Info URL.
29914 \(fn URL)" nil nil)
29916 (autoload 'url-generic-emulator-loader "url-misc" "\
29919 \(fn URL)" nil nil)
29921 (defalias 'url-rlogin 'url-generic-emulator-loader)
29923 (defalias 'url-telnet 'url-generic-emulator-loader)
29925 (defalias 'url-tn3270 'url-generic-emulator-loader)
29927 (autoload 'url-data "url-misc" "\
29928 Fetch a data URL (RFC 2397).
29930 \(fn URL)" nil nil)
29934 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29935 ;;;;;; (18310 12124))
29936 ;;; Generated autoloads from url/url-news.el
29938 (autoload 'url-news "url-news" "\
29941 \(fn URL)" nil nil)
29943 (autoload 'url-snews "url-news" "\
29946 \(fn URL)" nil nil)
29950 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29951 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29952 ;;;;;; (18310 12124))
29953 ;;; Generated autoloads from url/url-ns.el
29955 (autoload 'isPlainHostName "url-ns" "\
29958 \(fn HOST)" nil nil)
29960 (autoload 'dnsDomainIs "url-ns" "\
29963 \(fn HOST DOM)" nil nil)
29965 (autoload 'dnsResolve "url-ns" "\
29968 \(fn HOST)" nil nil)
29970 (autoload 'isResolvable "url-ns" "\
29973 \(fn HOST)" nil nil)
29975 (autoload 'isInNet "url-ns" "\
29978 \(fn IP NET MASK)" nil nil)
29980 (autoload 'url-ns-prefs "url-ns" "\
29983 \(fn &optional FILE)" nil nil)
29985 (autoload 'url-ns-user-pref "url-ns" "\
29988 \(fn KEY &optional DEFAULT)" nil nil)
29992 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29993 ;;;;;; "url/url-parse.el" (18333 58866))
29994 ;;; Generated autoloads from url/url-parse.el
29996 (autoload 'url-recreate-url "url-parse" "\
29997 Recreate a URL string from the parsed URLOBJ.
29999 \(fn URLOBJ)" nil nil)
30001 (autoload 'url-generic-parse-url "url-parse" "\
30002 Return an URL-struct of the parts of URL.
30003 The CL-style struct contains the following fields:
30004 TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
30006 \(fn URL)" nil nil)
30010 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30011 ;;;;;; (18310 12124))
30012 ;;; Generated autoloads from url/url-privacy.el
30014 (autoload 'url-setup-privacy-info "url-privacy" "\
30015 Setup variables that expose info about you and your system.
30021 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
30022 ;;;;;; url-hexify-string url-unhex-string url-parse-query-string
30023 ;;;;;; url-file-nondirectory url-file-directory url-percentage url-display-percentage
30024 ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
30025 ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
30026 ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
30027 ;;;;;; "url-util" "url/url-util.el" (18310 12124))
30028 ;;; Generated autoloads from url/url-util.el
30030 (defvar url-debug nil "\
30031 *What types of debug messages from the URL library to show.
30032 Debug messages are logged to the *URL-DEBUG* buffer.
30034 If t, all messages will be logged.
30035 If a number, all messages will be logged, as well shown via `message'.
30036 If a list, it is a list of the types of messages to be logged.")
30038 (custom-autoload 'url-debug "url-util" t)
30040 (autoload 'url-debug "url-util" "\
30043 \(fn TAG &rest ARGS)" nil nil)
30045 (autoload 'url-parse-args "url-util" "\
30048 \(fn STR &optional NODOWNCASE)" nil nil)
30050 (autoload 'url-insert-entities-in-string "url-util" "\
30051 Convert HTML markup-start characters to entity references in STRING.
30052 Also replaces the \" character, so that the result may be safely used as
30053 an attribute value in a tag. Returns a new string with the result of the
30054 conversion. Replaces these characters as follows:
30060 \(fn STRING)" nil nil)
30062 (autoload 'url-normalize-url "url-util" "\
30063 Return a 'normalized' version of URL.
30064 Strips out default port numbers, etc.
30066 \(fn URL)" nil nil)
30068 (autoload 'url-lazy-message "url-util" "\
30069 Just like `message', but is a no-op if called more than once a second.
30070 Will not do anything if `url-show-status' is nil.
30072 \(fn &rest ARGS)" nil nil)
30074 (autoload 'url-get-normalized-date "url-util" "\
30075 Return a 'real' date string that most HTTP servers can understand.
30077 \(fn &optional SPECIFIED-TIME)" nil nil)
30079 (autoload 'url-eat-trailing-space "url-util" "\
30080 Remove spaces/tabs at the end of a string.
30084 (autoload 'url-strip-leading-spaces "url-util" "\
30085 Remove spaces at the front of a string.
30089 (autoload 'url-pretty-length "url-util" "\
30094 (autoload 'url-display-percentage "url-util" "\
30097 \(fn FMT PERC &rest ARGS)" nil nil)
30099 (autoload 'url-percentage "url-util" "\
30102 \(fn X Y)" nil nil)
30104 (autoload 'url-file-directory "url-util" "\
30105 Return the directory part of FILE, for a URL.
30107 \(fn FILE)" nil nil)
30109 (autoload 'url-file-nondirectory "url-util" "\
30110 Return the nondirectory part of FILE, for a URL.
30112 \(fn FILE)" nil nil)
30114 (autoload 'url-parse-query-string "url-util" "\
30117 \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)
30119 (autoload 'url-unhex-string "url-util" "\
30120 Remove %XX embedded spaces, etc in a url.
30121 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
30122 decoding of carriage returns and line feeds in the string, which is normally
30123 forbidden in URL encoding.
30125 \(fn STR &optional ALLOW-NEWLINES)" nil nil)
30127 (autoload 'url-hexify-string "url-util" "\
30128 Return a new string that is STRING URI-encoded.
30129 First, STRING is converted to utf-8, if necessary. Then, for each
30130 character in the utf-8 string, those found in `url-unreserved-chars'
30131 are left as-is, all others are represented as a three-character
30132 string: \"%\" followed by two lowercase hex digits.
30134 \(fn STRING)" nil nil)
30136 (autoload 'url-file-extension "url-util" "\
30137 Return the filename extension of FNAME.
30138 If optional variable X is t,
30139 then return the basename of the file with the extension stripped off.
30141 \(fn FNAME &optional X)" nil nil)
30143 (autoload 'url-truncate-url-for-viewing "url-util" "\
30144 Return a shortened version of URL that is WIDTH characters or less wide.
30145 WIDTH defaults to the current frame width.
30147 \(fn URL &optional WIDTH)" nil nil)
30149 (autoload 'url-view-url "url-util" "\
30150 View the current document's URL.
30151 Optional argument NO-SHOW means just return the URL, don't show it in
30154 This uses `url-current-object', set locally to the buffer.
30156 \(fn &optional NO-SHOW)" t nil)
30160 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30161 ;;;;;; "userlock" "userlock.el" (18310 12049))
30162 ;;; Generated autoloads from userlock.el
30164 (autoload 'ask-user-about-lock "userlock" "\
30165 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
30166 This function has a choice of three things to do:
30167 do (signal 'file-locked (list FILE OPPONENT))
30168 to refrain from editing the file
30169 return t (grab the lock on the file)
30170 return nil (edit the file even though it is locked).
30171 You can redefine this function to choose among those three alternatives
30172 in any way you like.
30174 \(fn FILE OPPONENT)" nil nil)
30176 (autoload 'ask-user-about-supersession-threat "userlock" "\
30177 Ask a user who is about to modify an obsolete buffer what to do.
30178 This function has two choices: it can return, in which case the modification
30179 of the buffer will proceed, or it can (signal 'file-supersession (file)),
30180 in which case the proposed buffer modification will not be made.
30182 You can rewrite this to use any criterion you like to choose which one to do.
30183 The buffer in question is current when this function is called.
30189 ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30190 ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30191 ;;;;;; "utf-7" "international/utf-7.el" (18339 17956))
30192 ;;; Generated autoloads from international/utf-7.el
30194 (autoload 'utf-7-post-read-conversion "utf-7" "\
30197 \(fn LEN)" nil nil)
30199 (autoload 'utf-7-imap-post-read-conversion "utf-7" "\
30202 \(fn LEN)" nil nil)
30204 (autoload 'utf-7-pre-write-conversion "utf-7" "\
30207 \(fn FROM TO)" nil nil)
30209 (autoload 'utf-7-imap-pre-write-conversion "utf-7" "\
30212 \(fn FROM TO)" nil nil)
30216 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30217 ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30218 ;;;;;; (18310 12092))
30219 ;;; Generated autoloads from mail/uudecode.el
30221 (autoload 'uudecode-decode-region-external "uudecode" "\
30222 Uudecode region between START and END using external program.
30223 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
30224 used is specified by `uudecode-decoder-program'.
30226 \(fn START END &optional FILE-NAME)" t nil)
30228 (autoload 'uudecode-decode-region-internal "uudecode" "\
30229 Uudecode region between START and END without using an external program.
30230 If FILE-NAME is non-nil, save the result to FILE-NAME.
30232 \(fn START END &optional FILE-NAME)" t nil)
30234 (autoload 'uudecode-decode-region "uudecode" "\
30235 Uudecode region between START and END.
30236 If FILE-NAME is non-nil, save the result to FILE-NAME.
30238 \(fn START END &optional FILE-NAME)" nil nil)
30242 ;;;### (autoloads (vc-annotate vc-branch-part vc-trunk-p vc-update-change-log
30243 ;;;;;; vc-rename-file vc-transfer-file vc-switch-backend vc-update
30244 ;;;;;; vc-rollback vc-revert vc-print-log vc-retrieve-snapshot vc-create-snapshot
30245 ;;;;;; vc-status vc-directory vc-merge vc-insert-headers vc-revision-other-window
30246 ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-do-command
30247 ;;;;;; edit-vc-file with-vc-file vc-before-checkin-hook vc-checkin-hook
30248 ;;;;;; vc-checkout-hook) "vc" "vc.el" (18350 11227))
30249 ;;; Generated autoloads from vc.el
30251 (defvar vc-checkout-hook nil "\
30252 Normal hook (list of functions) run after checking out a file.
30255 (custom-autoload 'vc-checkout-hook "vc" t)
30257 (defvar vc-checkin-hook nil "\
30258 Normal hook (list of functions) run after commit or file checkin.
30259 See also `log-edit-done-hook'.")
30261 (custom-autoload 'vc-checkin-hook "vc" t)
30263 (defvar vc-before-checkin-hook nil "\
30264 Normal hook (list of functions) run before a commit or a file checkin.
30267 (custom-autoload 'vc-before-checkin-hook "vc" t)
30269 (autoload 'with-vc-file "vc" "\
30270 Check out a writable copy of FILE if necessary, then execute BODY.
30271 Check in FILE with COMMENT (a string) after BODY has been executed.
30272 FILE is passed through `expand-file-name'; BODY executed within
30273 `save-excursion'. If FILE is not under version control, or you are
30274 using a locking version-control system and the file is locked by
30275 somebody else, signal error.
30277 \(fn FILE COMMENT &rest BODY)" nil (quote macro))
30279 (autoload 'edit-vc-file "vc" "\
30280 Edit FILE under version control, executing body.
30281 Checkin with COMMENT after executing BODY.
30282 This macro uses `with-vc-file', passing args to it.
30283 However, before executing BODY, find FILE, and after BODY, save buffer.
30285 \(fn FILE COMMENT &rest BODY)" nil (quote macro))
30287 (autoload 'vc-do-command "vc" "\
30288 Execute a VC command, notifying user and checking for errors.
30289 Output from COMMAND goes to BUFFER, or *vc* if BUFFER is nil or the
30290 current buffer if BUFFER is t. If the destination buffer is not
30291 already current, set it up properly and erase it. The command is
30292 considered successful if its exit status does not exceed OKSTATUS (if
30293 OKSTATUS is nil, that means to ignore error status, if it is `async', that
30294 means not to wait for termination of the subprocess; if it is t it means to
30295 ignore all execution errors). FILE-OR-LIST is the name of a working file;
30296 it may be a list of files or be nil (to execute commands that don't expect
30297 a file name or set of files). If an optional list of FLAGS is present,
30298 that is inserted into the command line before the filename.
30300 \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
30302 (autoload 'vc-next-action "vc" "\
30303 Do the next logical version control operation on the current fileset.
30304 This requires that all files in the fileset be in the same state.
30306 For locking systems:
30307 If every file is not already registered, this registers each for version
30309 If every file is registered and not locked by anyone, this checks out
30310 a writable and locked file of each ready for editing.
30311 If every file is checked out and locked by the calling user, this
30312 first checks to see if each file has changed since checkout. If not,
30313 it performs a revert on that file.
30314 If every file has been changed, this pops up a buffer for entry
30315 of a log message; when the message has been entered, it checks in the
30316 resulting changes along with the log message as change commentary. If
30317 the variable `vc-keep-workfiles' is non-nil (which is its default), a
30318 read-only copy of each changed file is left in place afterwards.
30319 If the affected file is registered and locked by someone else, you are
30320 given the option to steal the lock(s).
30322 For merging systems:
30323 If every file is not already registered, this registers each one for version
30324 control. This does an add, but not a commit.
30325 If every file is added but not committed, each one is committed.
30326 If every working file is changed, but the corresponding repository file is
30327 unchanged, this pops up a buffer for entry of a log message; when the
30328 message has been entered, it checks in the resulting changes along
30329 with the logmessage as change commentary. A writable file is retained.
30330 If the repository file is changed, you are asked if you want to
30331 merge in the changes into your working copy.
30333 \(fn VERBOSE)" t nil)
30335 (autoload 'vc-register "vc" "\
30336 Register into a version control system.
30337 If FNAME is given register that file, otherwise register the current file.
30338 With prefix argument SET-REVISION, allow user to specify initial revision
30339 level. If COMMENT is present, use that as an initial comment.
30341 The version control system to use is found by cycling through the list
30342 `vc-handled-backends'. The first backend in that list which declares
30343 itself responsible for the file (usually because other files in that
30344 directory are already registered under that backend) will be used to
30345 register the file. If no backend declares itself responsible, the
30346 first backend that could register the file is used.
30348 \(fn &optional FNAME SET-REVISION COMMENT)" t nil)
30350 (autoload 'vc-version-diff "vc" "\
30351 Report diffs between revisions of the fileset in the repository history.
30353 \(fn FILES REV1 REV2)" t nil)
30355 (autoload 'vc-diff "vc" "\
30356 Display diffs between file revisions.
30357 Normally this compares the currently selected fileset with their
30358 working revisions. With a prefix argument HISTORIC, it reads two revision
30359 designators specifying which revisions to compare.
30361 If no current fileset is available (that is, we are not in
30362 VC-Dired mode and the visited file of the current buffer is not
30363 under version control) and we're in a Dired buffer, use
30364 the current directory.
30365 The optional argument NOT-URGENT non-nil means it is ok to say no to
30368 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30370 (autoload 'vc-revision-other-window "vc" "\
30371 Visit revision REV of the current file in another window.
30372 If the current file is named `F', the revision is named `F.~REV~'.
30373 If `F.~REV~' already exists, use it instead of checking it out again.
30377 (autoload 'vc-insert-headers "vc" "\
30378 Insert headers into a file for use with a version control system.
30379 Headers desired are inserted at point, and are pulled from
30380 the variable `vc-BACKEND-header'.
30384 (autoload 'vc-merge "vc" "\
30385 Merge changes between two revisions into the current buffer's file.
30386 This asks for two revisions to merge from in the minibuffer. If the
30387 first revision is a branch number, then merge all changes from that
30388 branch. If the first revision is empty, merge news, i.e. recent changes
30389 from the current branch.
30391 See Info node `Merging'.
30395 (defalias 'vc-resolve-conflicts 'smerge-ediff)
30397 (autoload 'vc-directory "vc" "\
30398 Create a buffer in VC Dired Mode for directory DIR.
30400 See Info node `VC Dired Mode'.
30402 With prefix arg READ-SWITCHES, specify a value to override
30403 `dired-listing-switches' when generating the listing.
30405 \(fn DIR READ-SWITCHES)" t nil)
30407 (autoload 'vc-status "vc" "\
30408 Show the VC status for DIR.
30412 (autoload 'vc-create-snapshot "vc" "\
30413 Descending recursively from DIR, make a snapshot called NAME.
30414 For each registered file, the working revision becomes part of
30415 the named configuration. If the prefix argument BRANCHP is
30416 given, the snapshot is made as a new branch and the files are
30417 checked out in that new branch.
30419 \(fn DIR NAME BRANCHP)" t nil)
30421 (autoload 'vc-retrieve-snapshot "vc" "\
30422 Descending recursively from DIR, retrieve the snapshot called NAME.
30423 If NAME is empty, it refers to the latest revisions.
30424 If locking is used for the files in DIR, then there must not be any
30425 locked files at or below DIR (but if NAME is empty, locked files are
30426 allowed and simply skipped).
30428 \(fn DIR NAME)" t nil)
30430 (autoload 'vc-print-log "vc" "\
30431 List the change log of the current fileset in a window.
30432 If WORKING-REVISION is non-nil, leave the point at that revision.
30434 \(fn &optional WORKING-REVISION)" t nil)
30436 (autoload 'vc-revert "vc" "\
30437 Revert working copies of the selected fileset to their repository contents.
30438 This asks for confirmation if the buffer contents are not identical
30439 to the working revision (except for keyword expansion).
30443 (autoload 'vc-rollback "vc" "\
30444 Roll back (remove) the most recent changeset committed to the repository.
30445 This may be either a file-level or a repository-level operation,
30446 depending on the underlying version-control system.
30450 (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
30452 (autoload 'vc-update "vc" "\
30453 Update the current fileset's files to their tip revisions.
30454 For each one that contains no changes, and is not locked, then this simply
30455 replaces the work file with the latest revision on its branch. If the file
30456 contains changes, and the backend supports merging news, then any recent
30457 changes from the current branch are merged into the working file.
30461 (autoload 'vc-switch-backend "vc" "\
30462 Make BACKEND the current version control system for FILE.
30463 FILE must already be registered in BACKEND. The change is not
30464 permanent, only for the current session. This function only changes
30465 VC's perspective on FILE, it does not register or unregister it.
30466 By default, this command cycles through the registered backends.
30467 To get a prompt, use a prefix argument.
30469 \(fn FILE BACKEND)" t nil)
30471 (autoload 'vc-transfer-file "vc" "\
30472 Transfer FILE to another version control system NEW-BACKEND.
30473 If NEW-BACKEND has a higher precedence than FILE's current backend
30474 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
30475 NEW-BACKEND, using the revision number from the current backend as the
30476 base level. If NEW-BACKEND has a lower precedence than the current
30477 backend, then commit all changes that were made under the current
30478 backend to NEW-BACKEND, and unregister FILE from the current backend.
30479 \(If FILE is not yet registered under NEW-BACKEND, register it.)
30481 \(fn FILE NEW-BACKEND)" nil nil)
30483 (autoload 'vc-rename-file "vc" "\
30484 Rename file OLD to NEW, and rename its master file likewise.
30486 \(fn OLD NEW)" t nil)
30488 (autoload 'vc-update-change-log "vc" "\
30489 Find change log file and add entries from recent version control logs.
30490 Normally, find log entries for all registered files in the default
30493 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
30495 With any numeric prefix arg, find log entries for all currently visited
30496 files that are under version control. This puts all the entries in the
30497 log for the default directory, which may not be appropriate.
30499 From a program, any ARGS are assumed to be filenames for which
30500 log entries should be gathered.
30502 \(fn &rest ARGS)" t nil)
30504 (autoload 'vc-trunk-p "vc" "\
30505 Return t if REV is a revision on the trunk.
30507 \(fn REV)" nil nil)
30509 (autoload 'vc-branch-part "vc" "\
30510 Return the branch part of a revision number REV.
30512 \(fn REV)" nil nil)
30514 (autoload 'vc-annotate "vc" "\
30515 Display the edit history of the current file using colors.
30517 This command creates a buffer that shows, for each line of the current
30518 file, when it was last edited and by whom. Additionally, colors are
30519 used to show the age of each line--blue means oldest, red means
30520 youngest, and intermediate colors indicate intermediate ages. By
30521 default, the time scale stretches back one year into the past;
30522 everything that is older than that is shown in blue.
30524 With a prefix argument, this command asks two questions in the
30525 minibuffer. First, you may enter a revision number; then the buffer
30526 displays and annotates that revision instead of the working revision
30527 \(type RET in the minibuffer to leave that default unchanged). Then,
30528 you are prompted for the time span in days which the color range
30529 should cover. For example, a time span of 20 days means that changes
30530 over the past 20 days are shown in red to blue, according to their
30531 age, and everything that is older than that is shown in blue.
30533 Customization variables:
30535 `vc-annotate-menu-elements' customizes the menu elements of the
30536 mode-specific menu. `vc-annotate-color-map' and
30537 `vc-annotate-very-old-color' define the mapping of time to colors.
30538 `vc-annotate-background' specifies the background color.
30540 \(fn FILE REV &optional DISPLAY-MODE BUF)" t nil)
30544 ;;;### (autoloads nil "vc-arch" "vc-arch.el" (18329 52183))
30545 ;;; Generated autoloads from vc-arch.el
30546 (defun vc-arch-registered (file)
30547 (if (vc-find-root file "{arch}/=tagging-method")
30550 (vc-arch-registered file))))
30554 ;;;### (autoloads nil "vc-bzr" "vc-bzr.el" (18310 12049))
30555 ;;; Generated autoloads from vc-bzr.el
30557 (defconst vc-bzr-admin-dirname ".bzr" "\
30558 Name of the directory containing Bzr repository status files.")
30560 (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format"))
30561 (defun vc-bzr-registered (file)
30562 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
30565 (vc-bzr-registered file))))
30569 ;;;### (autoloads nil "vc-cvs" "vc-cvs.el" (18314 40529))
30570 ;;; Generated autoloads from vc-cvs.el
30571 (defun vc-cvs-registered (f)
30572 (when (file-readable-p (expand-file-name
30573 "CVS/Entries" (file-name-directory f)))
30575 (vc-cvs-registered f)))
30579 ;;;### (autoloads nil "vc-git" "vc-git.el" (18310 12049))
30580 ;;; Generated autoloads from vc-git.el
30581 (defun vc-git-registered (file)
30582 "Return non-nil if FILE is registered with git."
30583 (if (vc-find-root file ".git") ; short cut
30586 (vc-git-registered file))))
30590 ;;;### (autoloads nil "vc-hg" "vc-hg.el" (18329 52183))
30591 ;;; Generated autoloads from vc-hg.el
30592 (defun vc-hg-registered (file)
30593 "Return non-nil if FILE is registered with hg."
30594 (if (vc-find-root file ".hg") ; short cut
30597 (vc-hg-registered file))))
30601 ;;;### (autoloads nil "vc-mcvs" "vc-mcvs.el" (18310 12050))
30602 ;;; Generated autoloads from vc-mcvs.el
30603 (defun vc-mcvs-registered (file)
30604 (if (vc-find-root file "MCVS/CVS")
30607 (vc-mcvs-registered file))))
30611 ;;;### (autoloads nil "vc-mtn" "vc-mtn.el" (18310 12050))
30612 ;;; Generated autoloads from vc-mtn.el
30614 (defconst vc-mtn-admin-dir "_MTN")
30616 (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format"))
30617 (defun vc-mtn-registered (file)
30618 (if (vc-find-root file vc-mtn-admin-format)
30621 (vc-mtn-registered file))))
30625 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc-rcs.el"
30626 ;;;;;; (18310 12050))
30627 ;;; Generated autoloads from vc-rcs.el
30629 (defvar vc-rcs-master-templates '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s") "\
30630 *Where to look for RCS master files.
30631 For a description of possible values, see `vc-check-master-templates'.")
30633 (custom-autoload 'vc-rcs-master-templates "vc-rcs" t)
30634 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
30638 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc-sccs.el"
30639 ;;;;;; (18310 12050))
30640 ;;; Generated autoloads from vc-sccs.el
30642 (defvar vc-sccs-master-templates '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir) "\
30643 *Where to look for SCCS master files.
30644 For a description of possible values, see `vc-check-master-templates'.")
30646 (custom-autoload 'vc-sccs-master-templates "vc-sccs" t)
30647 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
30649 (defun vc-sccs-search-project-dir (dirname basename) "\
30650 Return the name of a master file in the SCCS project directory.
30651 Does not check whether the file exists but returns nil if it does not
30652 find any project directory." (let ((project-dir (getenv "PROJECTDIR")) dirs dir) (when project-dir (if (file-name-absolute-p project-dir) (setq dirs (quote ("SCCS" ""))) (setq dirs (quote ("src/SCCS" "src" "source/SCCS" "source"))) (setq project-dir (expand-file-name (concat "~" project-dir)))) (while (and (not dir) dirs) (setq dir (expand-file-name (car dirs) project-dir)) (unless (file-directory-p dir) (setq dir nil) (setq dirs (cdr dirs)))) (and dir (expand-file-name (concat "s." basename) dir)))))
30656 ;;;### (autoloads nil "vc-svn" "vc-svn.el" (18329 52183))
30657 ;;; Generated autoloads from vc-svn.el
30658 (defun vc-svn-registered (f)
30659 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
30660 (getenv "SVN_ASP_DOT_NET_HACK"))
30663 (when (file-readable-p (expand-file-name
30664 (concat admin-dir "/entries")
30665 (file-name-directory f)))
30667 (vc-svn-registered f))))
30669 (add-to-list 'completion-ignored-extensions ".svn/")
30673 ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30674 ;;;;;; (18310 12114))
30675 ;;; Generated autoloads from progmodes/vera-mode.el
30676 (add-to-list 'auto-mode-alist '("\\.vr[hi]?\\'" . vera-mode))
30678 (autoload 'vera-mode "vera-mode" "\
30679 Major mode for editing Vera code.
30684 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
30685 The amount of indentation is specified by option `vera-basic-offset'.
30686 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
30687 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
30689 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
30690 for a word in the buffer or a Vera keyword that starts alike, inserts it
30691 and adjusts case. Re-typing `TAB' toggles through alternative word
30694 Typing `TAB' after a non-word character inserts a tabulator stop (if not
30695 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
30697 COMMENTS: `C-c C-c' comments out a region if not commented out, and
30698 uncomments a region if already commented out.
30700 HIGHLIGHTING (fontification): Vera keywords, predefined types and
30701 constants, function names, declaration names, directives, as well as
30702 comments and strings are highlighted using different colors.
30704 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
30710 To submit a bug report, use the corresponding menu entry within Vera Mode.
30711 Add a description of the problem and include a reproducible test case.
30713 Feel free to send questions and enhancement requests to <reto@gnu.org>.
30715 Official distribution is at
30716 <http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html>.
30719 The Vera Mode Maintainer
30720 Reto Zimmermann <reto@gnu.org>
30731 ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30732 ;;;;;; (18339 17963))
30733 ;;; Generated autoloads from progmodes/verilog-mode.el
30735 (autoload 'verilog-mode "verilog-mode" "\
30736 Major mode for editing Verilog code.
30737 \\<verilog-mode-map>
30738 See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
30739 AUTOs can improve coding efficiency.
30741 Use \\[verilog-faq] for a pointer to frequently asked questions.
30743 NEWLINE, TAB indents for Verilog code.
30744 Delete converts tabs to spaces as it moves back.
30746 Supports highlighting.
30748 Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
30749 with no args, if that value is non-nil.
30751 Variables controlling indentation/edit style:
30753 variable `verilog-indent-level' (default 3)
30754 Indentation of Verilog statements with respect to containing block.
30755 `verilog-indent-level-module' (default 3)
30756 Absolute indentation of Module level Verilog statements.
30757 Set to 0 to get initial and always statements lined up
30758 on the left side of your screen.
30759 `verilog-indent-level-declaration' (default 3)
30760 Indentation of declarations with respect to containing block.
30761 Set to 0 to get them list right under containing block.
30762 `verilog-indent-level-behavioral' (default 3)
30763 Indentation of first begin in a task or function block
30764 Set to 0 to get such code to lined up underneath the task or function keyword
30765 `verilog-indent-level-directive' (default 1)
30766 Indentation of `ifdef/`endif blocks
30767 `verilog-cexp-indent' (default 1)
30768 Indentation of Verilog statements broken across lines i.e.:
30771 `verilog-case-indent' (default 2)
30772 Indentation for case statements.
30773 `verilog-auto-newline' (default nil)
30774 Non-nil means automatically newline after semicolons and the punctuation
30776 `verilog-auto-indent-on-newline' (default t)
30777 Non-nil means automatically indent line after newline
30778 `verilog-tab-always-indent' (default t)
30779 Non-nil means TAB in Verilog mode should always reindent the current line,
30780 regardless of where in the line point is when the TAB command is used.
30781 `verilog-indent-begin-after-if' (default t)
30782 Non-nil means to indent begin statements following a preceding
30783 if, else, while, for and repeat statements, if any. otherwise,
30784 the begin is lined up with the preceding token. If t, you get:
30786 begin // amount of indent based on `verilog-cexp-indent'
30790 `verilog-auto-endcomments' (default t)
30791 Non-nil means a comment /* ... */ is set after the ends which ends
30792 cases, tasks, functions and modules.
30793 The type and name of the object will be set between the braces.
30794 `verilog-minimum-comment-distance' (default 10)
30795 Minimum distance (in lines) between begin and end required before a comment
30796 will be inserted. Setting this variable to zero results in every
30797 end acquiring a comment; the default avoids too many redundant
30798 comments in tight quarters.
30799 `verilog-auto-lineup' (default `(all))
30800 List of contexts where auto lineup of code should be done.
30802 Variables controlling other actions:
30804 `verilog-linter' (default surelint)
30805 Unix program to call to run the lint checker. This is the default
30806 command for \\[compile-command] and \\[verilog-auto-save-compile].
30808 See \\[customize] for the complete list of variables.
30810 AUTO expansion functions are, in part:
30812 \\[verilog-auto] Expand AUTO statements.
30813 \\[verilog-delete-auto] Remove the AUTOs.
30814 \\[verilog-inject-auto] Insert AUTOs for the first time.
30816 Some other functions are:
30818 \\[verilog-complete-word] Complete word with appropriate possibilities.
30819 \\[verilog-mark-defun] Mark function.
30820 \\[verilog-beg-of-defun] Move to beginning of current function.
30821 \\[verilog-end-of-defun] Move to end of current function.
30822 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
30824 \\[verilog-comment-region] Put marked area in a comment.
30825 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
30826 \\[verilog-insert-block] Insert begin ... end;.
30827 \\[verilog-star-comment] Insert /* ... */.
30829 \\[verilog-sk-always] Insert a always @(AS) begin .. end block.
30830 \\[verilog-sk-begin] Insert a begin .. end block.
30831 \\[verilog-sk-case] Insert a case block, prompting for details.
30832 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
30833 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
30834 \\[verilog-sk-header] Insert a nice header block at the top of file.
30835 \\[verilog-sk-initial] Insert an initial begin .. end block.
30836 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
30837 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
30838 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
30839 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
30840 \\[verilog-sk-specify] Insert a specify .. endspecify block.
30841 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
30842 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
30843 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
30844 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
30845 \\[verilog-sk-if] Insert an if (..) begin .. end block.
30846 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
30847 \\[verilog-sk-comment] Insert a comment block.
30848 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
30849 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
30850 \\[verilog-sk-input] Insert an input declaration, prompting for details.
30851 \\[verilog-sk-output] Insert an output declaration, prompting for details.
30852 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
30853 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
30854 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
30855 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
30856 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
30858 All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
30859 Key bindings specific to `verilog-mode-map' are:
30861 \\{verilog-mode-map}
30867 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30868 ;;;;;; (18329 52190))
30869 ;;; Generated autoloads from progmodes/vhdl-mode.el
30871 (autoload 'vhdl-mode "vhdl-mode" "\
30872 Major mode for editing VHDL code.
30877 TEMPLATE INSERTION (electrification):
30878 After typing a VHDL keyword and entering `SPC', you are prompted for
30879 arguments while a template is generated for that VHDL construct. Typing
30880 `RET' or `C-g' at the first (mandatory) prompt aborts the current
30881 template generation. Optional arguments are indicated by square
30882 brackets and removed if the queried string is left empty. Prompts for
30883 mandatory arguments remain in the code if the queried string is left
30884 empty. They can be queried again by `C-c C-t C-q'. Enabled
30885 electrification is indicated by `/e' in the modeline.
30887 Typing `M-SPC' after a keyword inserts a space without calling the
30888 template generator. Automatic template generation (i.e.
30889 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
30890 setting option `vhdl-electric-mode' (see OPTIONS).
30892 Template generators can be invoked from the VHDL menu, by key
30893 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
30894 the keyword (i.e. first word of menu entry not in parenthesis) and
30895 `SPC'. The following abbreviations can also be used: arch, attr, cond,
30896 conf, comp, cons, func, inst, pack, sig, var.
30898 Template styles can be customized in customization group
30899 `vhdl-template' (see OPTIONS).
30903 A file header can be inserted by `C-c C-t C-h'. A file footer
30904 (template at the end of the file) can be inserted by `C-c C-t C-f'.
30905 See customization group `vhdl-header'.
30909 Double striking of some keys inserts cumbersome VHDL syntax elements.
30910 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
30911 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
30912 the modeline. The stuttering keys and their effects are:
30914 ;; --> \" : \" [ --> ( -- --> comment
30915 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
30916 .. --> \" => \" ] --> ) --- --> horizontal line
30917 ,, --> \" <= \" ]] --> ] ---- --> display comment
30918 == --> \" == \" '' --> \\\"
30922 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
30923 word in the buffer that starts alike, inserts it and adjusts case.
30924 Re-typing `TAB' toggles through alternative word completions. This also
30925 works in the minibuffer (i.e. in template generator prompts).
30927 Typing `TAB' after `(' looks for and inserts complete parenthesized
30928 expressions (e.g. for array index ranges). All keywords as well as
30929 standard types and subprograms of VHDL have predefined abbreviations
30930 (e.g. type \"std\" and `TAB' will toggle through all standard types
30931 beginning with \"std\").
30933 Typing `TAB' after a non-word character indents the line if at the
30934 beginning of a line (i.e. no preceding non-blank characters), and
30935 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
30940 `--' puts a single comment.
30941 `---' draws a horizontal line for separating code segments.
30942 `----' inserts a display comment, i.e. two horizontal lines
30943 with a comment in between.
30944 `--CR' comments out code on that line. Re-hitting CR comments
30945 out following lines.
30946 `C-c c' comments out a region if not commented out,
30947 uncomments a region if already commented out.
30949 You are prompted for comments after object definitions (i.e. signals,
30950 variables, constants, ports) and after subprogram and process
30951 specifications if option `vhdl-prompt-for-comments' is non-nil.
30952 Comments are automatically inserted as additional labels (e.g. after
30953 begin statements) and as help comments if `vhdl-self-insert-comments' is
30956 Inline comments (i.e. comments after a piece of code on the same line)
30957 are indented at least to `vhdl-inline-comment-column'. Comments go at
30958 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
30959 will open a new comment line. Typing beyond `vhdl-end-comment-column'
30960 in a comment automatically opens a new comment line. `M-q' re-fills
30961 multi-line comments.
30965 `TAB' indents a line if at the beginning of the line. The amount of
30966 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
30967 always indents the current line (is bound to `TAB' if option
30968 `vhdl-intelligent-tab' is nil).
30970 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
30971 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
30972 indented normally (nil) or relative to the opening parenthesis (non-nil)
30973 according to option `vhdl-argument-list-indent'.
30975 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
30976 tabs. `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
30979 Syntax-based indentation can be very slow in large files. Option
30980 `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
30984 The alignment functions align operators, keywords, and inline comments
30985 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
30986 separated by blank lines, `C-c C-a C-i' a block of lines with same
30987 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
30988 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
30989 C-a C-d' all lines within the declarative part of a design unit. `C-c
30990 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
30991 for a group of lines, and `C-c C-a M-c' for a region.
30993 If option `vhdl-align-groups' is non-nil, groups of code lines
30994 separated by special lines (see option `vhdl-align-group-separate') are
30995 aligned individually. If option `vhdl-align-same-indent' is non-nil,
30996 blocks of lines with same indent are aligned separately. Some templates
30997 are automatically aligned after generation if option `vhdl-auto-align'
31000 Alignment tries to align inline comments at
31001 `vhdl-inline-comment-column' and tries inline comment not to exceed
31002 `vhdl-end-comment-column'.
31004 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
31005 symbols are surrounded by one space, and multiple spaces are eliminated.
31009 Code filling allows to condense code (e.g. sensitivity lists or port
31010 maps) by removing comments and newlines and re-wrapping so that all
31011 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
31012 enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
31013 blank lines, `C-c C-f C-i' a block of lines with same indent, and
31014 `C-c C-f M-f' an entire region.
31017 CODE BEAUTIFICATION:
31018 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
31019 buffer respectively. This inludes indentation, alignment, and case
31020 fixing. Code beautification can also be run non-interactively using the
31023 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
31027 Generic and port clauses from entity or component declarations can be
31028 copied (`C-c C-p C-w') and pasted as entity and component declarations,
31029 as component instantiations and corresponding internal constants and
31030 signals, as a generic map with constants as actual generics, and as
31031 internal signal initializations (menu).
31033 To include formals in component instantiations, see option
31034 `vhdl-association-list-with-formals'. To include comments in pasting,
31035 see options `vhdl-include-...-comments'.
31037 A clause with several generic/port names on the same line can be
31038 flattened (`C-c C-p C-f') so that only one name per line exists. The
31039 direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
31040 outputs and vice versa, which can be useful in testbenches. (This
31041 reversion is done on the internal data structure and is only reflected
31042 in subsequent paste operations.)
31044 Names for actual ports, instances, testbenches, and
31045 design-under-test instances can be derived from existing names according
31046 to options `vhdl-...-name'. See customization group `vhdl-port'.
31049 SUBPROGRAM TRANSLATION:
31050 Similar functionality exists for copying/pasting the interface of
31051 subprograms (function/procedure). A subprogram interface can be copied
31052 and then pasted as a subprogram declaration, body or call (uses
31053 association list with formals).
31056 TESTBENCH GENERATION:
31057 A copied port can also be pasted as a testbench. The generated
31058 testbench includes an entity, an architecture, and an optional
31059 configuration. The architecture contains the component declaration and
31060 instantiation of the DUT as well as internal constant and signal
31061 declarations. Additional user-defined templates can be inserted. The
31062 names used for entity/architecture/configuration/DUT as well as the file
31063 structure to be generated can be customized. See customization group
31068 Key bindings (`C-c ...') exist for most commands (see in menu).
31072 All commands can be found in the VHDL menu including their key bindings.
31076 The speedbar allows browsing of directories and file contents. It can
31077 be accessed from the VHDL menu and is automatically opened if option
31078 `vhdl-speedbar-auto-open' is non-nil.
31080 In speedbar, open files and directories with `mouse-2' on the name and
31081 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
31084 DESIGN HIERARCHY BROWSER:
31085 The speedbar can also be used for browsing the hierarchy of design units
31086 contained in the source files of the current directory or the specified
31087 projects (see option `vhdl-project-alist').
31089 The speedbar can be switched between file, directory hierarchy and
31090 project hierarchy browsing mode in the speedbar menu or by typing `f',
31091 `h' or `H' in speedbar.
31093 In speedbar, open design units with `mouse-2' on the name and browse
31094 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
31095 from entities and components (in packages). Individual design units and
31096 complete designs can directly be compiled (\"Make\" menu entry).
31098 The hierarchy is automatically updated upon saving a modified source
31099 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
31100 hierarchy is only updated for projects that have been opened once in the
31101 speedbar. The hierarchy is cached between Emacs sessions in a file (see
31102 options in group `vhdl-speedbar').
31104 Simple design consistency checks are done during scanning, such as
31105 multiple declarations of the same unit or missing primary units that are
31106 required by secondary units.
31109 STRUCTURAL COMPOSITION:
31110 Enables simple structural composition. `C-c C-c C-n' creates a skeleton
31111 for a new component. Subcomponents (i.e. component declaration and
31112 instantiation) can be automatically placed from a previously read port
31113 (`C-c C-c C-p') or directly from the hierarchy browser (`P'). Finally,
31114 all subcomponents can be automatically connected using internal signals
31115 and ports (`C-c C-c C-w') following these rules:
31116 - subcomponent actual ports with same name are considered to be
31117 connected by a signal (internal signal or port)
31118 - signals that are only inputs to subcomponents are considered as
31119 inputs to this component -> input port created
31120 - signals that are only outputs from subcomponents are considered as
31121 outputs from this component -> output port created
31122 - signals that are inputs to AND outputs from subcomponents are
31123 considered as internal connections -> internal signal created
31125 Purpose: With appropriate naming conventions it is possible to
31126 create higher design levels with only a few mouse clicks or key
31127 strokes. A new design level can be created by simply generating a new
31128 component, placing the required subcomponents from the hierarchy
31129 browser, and wiring everything automatically.
31131 Note: Automatic wiring only works reliably on templates of new
31132 components and component instantiations that were created by VHDL mode.
31134 Component declarations can be placed in a components package (option
31135 `vhdl-use-components-package') which can be automatically generated for
31136 an entire directory or project (`C-c C-c M-p'). The VHDL'93 direct
31137 component instantiation is also supported (option
31138 `vhdl-use-direct-instantiation').
31140 | Configuration declarations can automatically be generated either from
31141 | the menu (`C-c C-c C-f') (for the architecture the cursor is in) or from
31142 | the speedbar menu (for the architecture under the cursor). The
31143 | configurations can optionally be hierarchical (i.e. include all
31144 | component levels of a hierarchical design, option
31145 | `vhdl-compose-configuration-hierarchical') or include subconfigurations
31146 | (option `vhdl-compose-configuration-use-subconfiguration'). For
31147 | subcomponents in hierarchical configurations, the most-recently-analyzed
31148 | (mra) architecture is selected. If another architecture is desired, it
31149 | can be marked as most-recently-analyzed (speedbar menu) before
31150 | generating the configuration.
31152 | Note: Configurations of subcomponents (i.e. hierarchical configuration
31153 | declarations) are currently not considered when displaying
31154 | configurations in speedbar.
31156 See the options group `vhdl-compose' for all relevant user options.
31159 SOURCE FILE COMPILATION:
31160 The syntax of the current buffer can be analyzed by calling a VHDL
31161 compiler (menu, `C-c C-k'). The compiler to be used is specified by
31162 option `vhdl-compiler'. The available compilers are listed in option
31163 `vhdl-compiler-alist' including all required compilation command,
31164 command options, compilation directory, and error message syntax
31165 information. New compilers can be added.
31167 All the source files of an entire design can be compiled by the `make'
31168 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
31171 MAKEFILE GENERATION:
31172 Makefiles can be generated automatically by an internal generation
31173 routine (`C-c M-k'). The library unit dependency information is
31174 obtained from the hierarchy browser. Makefile generation can be
31175 customized for each compiler in option `vhdl-compiler-alist'.
31177 Makefile generation can also be run non-interactively using the
31180 emacs -batch -l ~/.emacs -l vhdl-mode
31181 [-compiler compilername] [-project projectname]
31182 -f vhdl-generate-makefile
31184 The Makefile's default target \"all\" compiles the entire design, the
31185 target \"clean\" removes it and the target \"library\" creates the
31186 library directory if not existent. The Makefile also includes a target
31187 for each primary library unit which allows selective compilation of this
31188 unit, its secondary units and its subhierarchy (example: compilation of
31189 a design specified by a configuration). User specific parts can be
31190 inserted into a Makefile with option `vhdl-makefile-generation-hook'.
31193 - Only library units and dependencies within the current library are
31194 considered. Makefiles for designs that span multiple libraries are
31195 not (yet) supported.
31196 - Only one-level configurations are supported (also hierarchical),
31197 but configurations that go down several levels are not.
31198 - The \"others\" keyword in configurations is not supported.
31202 Projects can be defined in option `vhdl-project-alist' and a current
31203 project be selected using option `vhdl-project' (permanently) or from
31204 the menu or speedbar (temporarily). For each project, title and
31205 description strings (for the file headers), source files/directories
31206 (for the hierarchy browser and Makefile generation), library name, and
31207 compiler-dependent options, exceptions and compilation directory can be
31208 specified. Compilation settings overwrite the settings of option
31209 `vhdl-compiler-alist'.
31211 Project setups can be exported (i.e. written to a file) and imported.
31212 Imported setups are not automatically saved in `vhdl-project-alist' but
31213 can be saved afterwards in its customization buffer. When starting
31214 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
31215 vhdl-mode\") in a directory with an existing project setup file, it is
31216 automatically loaded and its project activated if option
31217 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
31218 files can be specified in option `vhdl-project-file-name'. Multiple
31219 project setups can be automatically loaded from global directories.
31220 This is an alternative to specifying project setups with option
31221 `vhdl-project-alist'.
31225 As an alternative to the speedbar, an index menu can be added (set
31226 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
31227 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
31228 file) for browsing the file contents (is not populated if buffer is
31229 larger than `font-lock-maximum-size'). Also, a source file menu can be
31230 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
31231 current directory for VHDL source files.
31235 The VHDL standards to be used are specified in option `vhdl-standard'.
31236 Available standards are: VHDL'87/'93, VHDL-AMS, and Math Packages.
31240 Lower and upper case for keywords and standardized types, attributes,
31241 and enumeration values is supported. If the option
31242 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
31243 lower case and are converted into upper case automatically (not for
31244 types, attributes, and enumeration values). The case of keywords,
31245 types, attributes,and enumeration values can be fixed for an entire
31246 region (menu) or buffer (`C-c C-x C-c') according to the options
31247 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
31250 HIGHLIGHTING (fontification):
31251 Keywords and standardized types, attributes, enumeration values, and
31252 function names (controlled by option `vhdl-highlight-keywords'), as well
31253 as comments, strings, and template prompts are highlighted using
31254 different colors. Unit, subprogram, signal, variable, constant,
31255 parameter and generic/port names in declarations as well as labels are
31256 highlighted if option `vhdl-highlight-names' is non-nil.
31258 Additional reserved words or words with a forbidden syntax (e.g. words
31259 that should be avoided) can be specified in option
31260 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
31261 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
31262 keywords are highlighted as forbidden words if option
31263 `vhdl-highlight-verilog-keywords' is non-nil.
31265 Words with special syntax can be highlighted by specifying their
31266 syntax and color in option `vhdl-special-syntax-alist' and by setting
31267 option `vhdl-highlight-special-words' to non-nil. This allows to
31268 establish some naming conventions (e.g. to distinguish different kinds
31269 of signals or other objects by using name suffices) and to support them
31272 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
31273 to support case-sensitive highlighting. However, keywords are then only
31274 highlighted if written in lower case.
31276 Code between \"translate_off\" and \"translate_on\" pragmas is
31277 highlighted using a different background color if option
31278 `vhdl-highlight-translate-off' is non-nil.
31280 For documentation and customization of the used colors see
31281 customization group `vhdl-highlight-faces' (`M-x customize-group'). For
31282 highlighting of matching parenthesis, see customization group
31283 `paren-showing'. Automatic buffer highlighting is turned on/off by
31284 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
31288 VHDL models (templates) can be specified by the user and made accessible
31289 in the menu, through key bindings (`C-c C-m ...'), or by keyword
31290 electrification. See option `vhdl-model-alist'.
31294 The code of blocks, processes, subprograms, component declarations and
31295 instantiations, generic/port clauses, and configuration declarations can
31296 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
31297 the code (see customization group `vhdl-menu'). XEmacs: limited
31298 functionality due to old `hideshow.el' package.
31302 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
31303 current process, `C-c C-u M-s' of all processes in the current buffer.
31305 - Only declared local signals (ports, signals declared in
31306 architecture and blocks) are automatically inserted.
31307 - Global signals declared in packages are not automatically inserted.
31308 Insert them once manually (will be kept afterwards).
31309 - Out parameters of procedures are considered to be read.
31310 Use option `vhdl-entity-file-name' to specify the entity file name
31311 (used to obtain the port names).
31315 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
31316 (e.g. if the closing parenthesis is on the wrong line or is missing).
31320 Postscript printing with different faces (an optimized set of faces is
31321 used if `vhdl-print-customize-faces' is non-nil) or colors (if
31322 `ps-print-color-p' is non-nil) is possible using the standard Emacs
31323 postscript printing commands. Option `vhdl-print-two-column' defines
31324 appropriate default settings for nice landscape two-column printing.
31325 The paper format can be set by option `ps-paper-type'. Do not forget to
31326 switch `ps-print-color-p' to nil for printing on black-and-white
31331 User options allow customization of VHDL Mode. All options are
31332 accessible from the \"Options\" menu entry. Simple options (switches
31333 and choices) can directly be changed, while for complex options a
31334 customization buffer is opened. Changed options can be saved for future
31335 sessions using the \"Save Options\" menu entry.
31337 Options and their detailed descriptions can also be accessed by using
31338 the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
31339 customize-group' for groups). Some customizations only take effect
31340 after some action (read the NOTE in the option documentation).
31341 Customization can also be done globally (i.e. site-wide, read the
31344 Not all options are described in this documentation, so go and see
31345 what other useful user options there are (`M-x vhdl-customize' or menu)!
31349 As default, files with extensions \".vhd\" and \".vhdl\" are
31350 automatically recognized as VHDL source files. To add an extension
31351 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
31353 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
31357 - To start Emacs with open VHDL hierarchy browser without having to load
31358 a VHDL file first, use the command:
31360 emacs -l vhdl-mode -f speedbar-frame-mode
31362 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
31364 - Some features only work on properly indented code.
31368 See also the release notes (menu) for added features in new releases.
31374 To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
31375 Add a description of the problem and include a reproducible test case.
31377 Questions and enhancement requests can be sent to <reto@gnu.org>.
31379 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
31380 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
31381 releases. You are kindly invited to participate in beta testing. Subscribe
31382 to above mailing lists by sending an email to <reto@gnu.org>.
31384 VHDL Mode is officially distributed at
31385 http://opensource.ethz.ch/emacs/vhdl-mode.html
31386 where the latest version can be found.
31392 - Indentation bug in simultaneous if- and case-statements (VHDL-AMS).
31393 - XEmacs: Incorrect start-up when automatically opening speedbar.
31394 - XEmacs: Indentation in XEmacs 21.4 (and higher).
31397 The VHDL Mode Authors
31398 Reto Zimmermann and Rod Whitby
31409 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (18264 31476))
31410 ;;; Generated autoloads from emulation/vi.el
31412 (autoload 'vi-mode "vi" "\
31413 Major mode that acts like the `vi' editor.
31414 The purpose of this mode is to provide you the combined power of vi (namely,
31415 the \"cross product\" effect of commands and repeat last changes) and Emacs.
31417 This command redefines nearly all keys to look like vi commands.
31418 It records the previous major mode, and any vi command for input
31419 \(`i', `a', `s', etc.) switches back to that mode.
31420 Thus, ordinary Emacs (in whatever major mode you had been using)
31421 is \"input\" mode as far as vi is concerned.
31423 To get back into vi from \"input\" mode, you must issue this command again.
31424 Therefore, it is recommended that you assign it to a key.
31426 Major differences between this mode and real vi :
31428 * Limitations and unsupported features
31429 - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
31431 - Ex commands are not implemented; try ':' to get some hints.
31432 - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
31435 - The stopping positions for some point motion commands (word boundary,
31436 pattern search) are slightly different from standard 'vi'.
31437 Also, no automatic wrap around at end of buffer for pattern searching.
31438 - Since changes are done in two steps (deletion then insertion), you need
31439 to undo twice to completely undo a change command. But this is not needed
31440 for undoing a repeated change command.
31441 - No need to set/unset 'magic', to search for a string with regular expr
31442 in it just put a prefix arg for the search commands. Replace cmds too.
31443 - ^R is bound to incremental backward search, so use ^L to redraw screen.
31446 - Some standard (or modified) Emacs commands were integrated, such as
31447 incremental search, query replace, transpose objects, and keyboard macros.
31448 - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
31449 esc-map or set undefined. These can give you the full power of Emacs.
31450 - See vi-com-map for those keys that are extensions to standard vi, e.g.
31451 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
31452 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
31453 - Use \\[vi-switch-mode] to switch among different modes quickly.
31455 Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31461 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31462 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31463 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31464 ;;;;;; "language/viet-util.el" (18339 17961))
31465 ;;; Generated autoloads from language/viet-util.el
31467 (autoload 'viet-encode-viscii-char "viet-util" "\
31468 Return VISCII character code of CHAR if appropriate.
31470 \(fn CHAR)" nil nil)
31472 (autoload 'viet-decode-viqr-region "viet-util" "\
31473 Convert `VIQR' mnemonics of the current region to Vietnamese characters.
31474 When called from a program, expects two arguments,
31475 positions (integers or markers) specifying the stretch of the region.
31477 \(fn FROM TO)" t nil)
31479 (autoload 'viet-decode-viqr-buffer "viet-util" "\
31480 Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
31484 (autoload 'viet-encode-viqr-region "viet-util" "\
31485 Convert Vietnamese characters of the current region to `VIQR' mnemonics.
31486 When called from a program, expects two arguments,
31487 positions (integers or markers) specifying the stretch of the region.
31489 \(fn FROM TO)" t nil)
31491 (autoload 'viet-encode-viqr-buffer "viet-util" "\
31492 Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31496 (autoload 'viqr-post-read-conversion "viet-util" "\
31499 \(fn LEN)" nil nil)
31501 (autoload 'viqr-pre-write-conversion "viet-util" "\
31504 \(fn FROM TO)" nil nil)
31508 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update
31509 ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31510 ;;;;;; view-buffer view-file-other-frame view-file-other-window
31511 ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31512 ;;;;;; "view" "view.el" (18340 56374))
31513 ;;; Generated autoloads from view.el
31515 (defvar view-remove-frame-by-deleting t "\
31516 *Determine how View mode removes a frame no longer needed.
31517 If nil, make an icon of the frame. If non-nil, delete the frame.")
31519 (custom-autoload 'view-remove-frame-by-deleting "view" t)
31521 (defvar view-mode nil "\
31522 Non-nil if View mode is enabled.
31523 Don't change this variable directly, you must change it by one of the
31524 functions that enable or disable view mode.")
31526 (make-variable-buffer-local 'view-mode)
31528 (autoload 'kill-buffer-if-not-modified "view" "\
31529 Like `kill-buffer', but does nothing if the buffer is modified.
31531 \(fn BUF)" nil nil)
31533 (autoload 'view-file "view" "\
31534 View FILE in View mode, returning to previous buffer when done.
31535 Emacs commands editing the buffer contents are not available; instead, a
31536 special set of commands (mostly letters and punctuation) are defined for
31537 moving around in the buffer.
31538 Space scrolls forward, Delete scrolls backward.
31539 For a list of all View commands, type H or h while viewing.
31541 This command runs the normal hook `view-mode-hook'.
31545 (autoload 'view-file-other-window "view" "\
31546 View FILE in View mode in another window.
31547 When done, return that window to its previous buffer, and kill the
31548 buffer visiting FILE if unmodified and if it wasn't visited before.
31550 Emacs commands editing the buffer contents are not available; instead,
31551 a special set of commands (mostly letters and punctuation)
31552 are defined for moving around in the buffer.
31553 Space scrolls forward, Delete scrolls backward.
31554 For a list of all View commands, type H or h while viewing.
31556 This command runs the normal hook `view-mode-hook'.
31560 (autoload 'view-file-other-frame "view" "\
31561 View FILE in View mode in another frame.
31562 When done, kill the buffer visiting FILE if unmodified and if it wasn't
31563 visited before; also, maybe delete other frame and/or return to previous
31566 Emacs commands editing the buffer contents are not available; instead,
31567 a special set of commands (mostly letters and punctuation)
31568 are defined for moving around in the buffer.
31569 Space scrolls forward, Delete scrolls backward.
31570 For a list of all View commands, type H or h while viewing.
31572 This command runs the normal hook `view-mode-hook'.
31576 (autoload 'view-buffer "view" "\
31577 View BUFFER in View mode, returning to previous buffer when done.
31578 Emacs commands editing the buffer contents are not available; instead, a
31579 special set of commands (mostly letters and punctuation) are defined for
31580 moving around in the buffer.
31581 Space scrolls forward, Delete scrolls backward.
31582 For a list of all View commands, type H or h while viewing.
31584 This command runs the normal hook `view-mode-hook'.
31586 Optional argument EXIT-ACTION is either nil or a function with buffer as
31587 argument. This function is called when finished viewing buffer. Use
31588 this argument instead of explicitly setting `view-exit-action'.
31590 Do not set EXIT-ACTION to `kill-buffer' when BUFFER visits a
31591 file: Users may suspend viewing in order to modify the buffer.
31592 Exiting View mode will then discard the user's edits. Setting
31593 EXIT-ACTION to `kill-buffer-if-not-modified' avoids this.
31595 \(fn BUFFER &optional EXIT-ACTION)" t nil)
31597 (autoload 'view-buffer-other-window "view" "\
31598 View BUFFER in View mode in another window.
31599 Return to previous buffer when done, unless optional NOT-RETURN is
31600 non-nil. Emacs commands editing the buffer contents are not available;
31601 instead, a special set of commands (mostly letters and punctuation) are
31602 defined for moving around in the buffer.
31603 Space scrolls forward, Delete scrolls backward.
31604 For a list of all View commands, type H or h while viewing.
31606 This command runs the normal hook `view-mode-hook'.
31608 Optional argument EXIT-ACTION is either nil or a function with buffer as
31609 argument. This function is called when finished viewing buffer. Use
31610 this argument instead of explicitly setting `view-exit-action'.
31612 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31614 (autoload 'view-buffer-other-frame "view" "\
31615 View BUFFER in View mode in another frame.
31616 Return to previous buffer when done, unless optional NOT-RETURN is
31617 non-nil. Emacs commands editing the buffer contents are not available;
31618 instead, a special set of commands (mostly letters and punctuation) are
31619 defined for moving around in the buffer.
31620 Space scrolls forward, Delete scrolls backward.
31621 For a list of all View commands, type H or h while viewing.
31623 This command runs the normal hook `view-mode-hook'.
31625 Optional argument EXIT-ACTION is either nil or a function with buffer as
31626 argument. This function is called when finished viewing buffer. Use
31627 this argument instead of explicitly setting `view-exit-action'.
31629 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31631 (autoload 'view-mode "view" "\
31632 Toggle View mode, a minor mode for viewing text but not editing it.
31633 With prefix argument ARG, turn View mode on if ARG is positive, otherwise
31636 Emacs commands that do not change the buffer contents are available as usual.
31637 Kill commands insert text in kill buffers but do not delete. Other commands
31638 \(among them most letters and punctuation) beep and tell that the buffer is
31641 The following additional commands are provided. Most commands take prefix
31642 arguments. Page commands default to \"page size\" lines which is almost a whole
31643 window full, or number of lines set by \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size]. Half page commands default to
31644 and set \"half page size\" lines which initially is half a window full. Search
31645 commands default to a repeat count of one.
31647 H, h, ? This message.
31648 Digits provide prefix arguments.
31649 \\[negative-argument] negative prefix argument.
31650 \\[beginning-of-buffer] move to the beginning of buffer.
31651 > move to the end of buffer.
31652 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
31653 SPC scroll forward \"page size\" lines.
31654 With prefix scroll forward prefix lines.
31655 DEL scroll backward \"page size\" lines.
31656 With prefix scroll backward prefix lines.
31657 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
31658 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
31659 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
31660 \"half page size\" to prefix lines and scrolls forward that much.
31661 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
31662 \"half page size\" to prefix lines and scrolls backward that much.
31663 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
31664 y scroll backward one line. With prefix scroll backward prefix line(s).
31665 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
31666 Use this to view a changing file.
31667 \\[what-line] prints the current line number.
31668 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
31669 \\[View-goto-line] goes to line given by prefix argument (default first line).
31671 x exchanges point and mark.
31672 \\[View-back-to-mark] return to mark and pops mark ring.
31673 Mark ring is pushed at start of every successful search and when
31674 jump to line occurs. The mark is set on jump to buffer start or end.
31675 \\[point-to-register] save current position in character register.
31676 ' go to position saved in character register.
31677 s do forward incremental search.
31678 r do reverse incremental search.
31679 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
31680 ! and @ have a special meaning at the beginning of the regexp.
31681 ! means search for a line with no match for regexp. @ means start
31682 search at beginning (end for backward search) of buffer.
31683 \\ searches backward for regular expression, starting before current page.
31684 \\[View-search-last-regexp-forward] searches forward for last regular expression.
31685 p searches backward for last regular expression.
31686 \\[View-quit] quit View mode, restoring this window and buffer to previous state.
31687 \\[View-quit] is the normal way to leave view mode.
31688 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
31689 viewing a buffer (file) and find out you want to edit it.
31690 This command restores the previous read-only status of the buffer.
31691 \\[View-exit-and-edit] exit View mode, and make the current buffer editable
31692 even if it was not editable before entry to View mode.
31693 \\[View-quit-all] quit View mode, restoring all windows to previous state.
31694 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
31695 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
31697 The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
31698 entered by view-file, view-file-other-window, view-file-other-frame, or
31699 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
31700 \\[view-file-other-frame], or the Dired mode v command),
31701 then \\[View-quit] will try to kill the current buffer.
31702 If view-mode was entered from another buffer, by \\[view-buffer],
31703 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
31704 \\[view-file-other-window], or \\[view-file-other-frame],
31705 then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
31707 Entry to view-mode runs the normal hook `view-mode-hook'.
31709 \(fn &optional ARG)" t nil)
31711 (autoload 'view-return-to-alist-update "view" "\
31712 Update `view-return-to-alist' of buffer BUFFER.
31713 Remove from `view-return-to-alist' all entries referencing dead
31714 windows. Optional argument ITEM non-nil means add ITEM to
31715 `view-return-to-alist' after purging. For a decsription of items
31716 that can be added see the RETURN-TO-ALIST argument of the
31717 function `view-mode-exit'. If `view-return-to-alist' contains an
31718 entry for the selected window, purge that entry from
31719 `view-return-to-alist' before adding ITEM.
31721 \(fn BUFFER &optional ITEM)" nil nil)
31723 (autoload 'view-mode-enter "view" "\
31724 Enter View mode and set up exit from view mode depending on optional arguments.
31725 RETURN-TO non-nil means add RETURN-TO as an element to the buffer
31726 local alist `view-return-to-alist'. Save EXIT-ACTION in buffer
31727 local variable `view-exit-action'. It should be either nil or a
31728 function that takes a buffer as argument. This function will be
31729 called by `view-mode-exit'.
31731 RETURN-TO is either nil, meaning do nothing when exiting view
31732 mode, or must have the format (WINDOW OLD-WINDOW . OLD-BUF-INFO).
31733 WINDOW is the window used for viewing. OLD-WINDOW is nil or the
31734 window to select after viewing. OLD-BUF-INFO tells what to do
31735 with WINDOW when exiting. It is one of:
31737 2) t Delete WINDOW or, if it is the only window and
31738 `view-remove-frame-by-deleting' is non-nil, its
31740 3) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text
31741 starting at START and point at POINT in WINDOW.
31742 4) quit-window Do `quit-window' in WINDOW.
31743 5) keep-frame Like case 2) but do not delete the frame.
31745 For a list of all View commands, type H or h while viewing.
31747 This function runs the normal hook `view-mode-hook'.
31749 \(fn &optional RETURN-TO EXIT-ACTION)" nil nil)
31751 (autoload 'View-exit-and-edit "view" "\
31752 Exit View mode and make the current buffer editable.
31758 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (18310
31760 ;;; Generated autoloads from emulation/vip.el
31762 (autoload 'vip-setup "vip" "\
31763 Set up bindings for C-x 7 and C-z that are useful for VIP users.
31767 (autoload 'vip-mode "vip" "\
31768 Turn on VIP emulation of VI.
31774 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31775 ;;;;;; (18310 12067))
31776 ;;; Generated autoloads from emulation/viper.el
31778 (autoload 'toggle-viper-mode "viper" "\
31779 Toggle Viper on/off.
31780 If Viper is enabled, turn it off. Otherwise, turn it on.
31784 (autoload 'viper-mode "viper" "\
31785 Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31791 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31792 ;;;;;; (18310 12065))
31793 ;;; Generated autoloads from emacs-lisp/warnings.el
31795 (defvar warning-prefix-function nil "\
31796 Function to generate warning prefixes.
31797 This function, if non-nil, is called with two arguments,
31798 the severity level and its entry in `warning-levels',
31799 and should return the entry that should actually be used.
31800 The warnings buffer is current when this function is called
31801 and the function can insert text in it. This text becomes
31802 the beginning of the warning.")
31804 (defvar warning-series nil "\
31805 Non-nil means treat multiple `display-warning' calls as a series.
31806 A marker indicates a position in the warnings buffer
31807 which is the start of the current series; it means that
31808 additional warnings in the same buffer should not move point.
31809 t means the next warning begins a series (and stores a marker here).
31810 A symbol with a function definition is like t, except
31811 also call that function before the next warning.")
31813 (defvar warning-fill-prefix nil "\
31814 Non-nil means fill each warning text using this string as `fill-prefix'.")
31816 (defvar warning-type-format " (%s)" "\
31817 Format for displaying the warning type in the warning message.
31818 The result of formatting the type this way gets included in the
31819 message under the control of the string in `warning-levels'.")
31821 (autoload 'display-warning "warnings" "\
31822 Display a warning message, MESSAGE.
31823 TYPE is the warning type: either a custom group name (a symbol),
31824 or a list of symbols whose first element is a custom group name.
31825 \(The rest of the symbols represent subcategories, for warning purposes
31826 only, and you can use whatever symbols you like.)
31828 LEVEL should be either :debug, :warning, :error, or :emergency
31829 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31830 Default is :warning.
31832 :emergency -- a problem that will seriously impair Emacs operation soon
31833 if you do not attend to it promptly.
31834 :error -- data or circumstances that are inherently wrong.
31835 :warning -- data or circumstances that are not inherently wrong,
31836 but raise suspicion of a possible problem.
31837 :debug -- info for debugging only.
31839 BUFFER-NAME, if specified, is the name of the buffer for logging
31840 the warning. By default, it is `*Warnings*'. If this function
31841 has to create the buffer, it disables undo in the buffer.
31843 See the `warnings' custom group for user customization features.
31845 See also `warning-series', `warning-prefix-function' and
31846 `warning-fill-prefix' for additional programming features.
31848 \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
31850 (autoload 'lwarn "warnings" "\
31851 Display a warning message made from (format MESSAGE ARGS...).
31852 Aside from generating the message with `format',
31853 this is equivalent to `display-warning'.
31855 TYPE is the warning type: either a custom group name (a symbol),
31856 or a list of symbols whose first element is a custom group name.
31857 \(The rest of the symbols represent subcategories and
31858 can be whatever you like.)
31860 LEVEL should be either :debug, :warning, :error, or :emergency
31861 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31863 :emergency -- a problem that will seriously impair Emacs operation soon
31864 if you do not attend to it promptly.
31865 :error -- invalid data or circumstances.
31866 :warning -- suspicious data or circumstances.
31867 :debug -- info for debugging only.
31869 \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
31871 (autoload 'warn "warnings" "\
31872 Display a warning message made from (format MESSAGE ARGS...).
31873 Aside from generating the message with `format',
31874 this is equivalent to `display-warning', using
31875 `emacs' as the type and `:warning' as the level.
31877 \(fn MESSAGE &rest ARGS)" nil nil)
31881 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31882 ;;;;;; (18333 58864))
31883 ;;; Generated autoloads from wdired.el
31885 (autoload 'wdired-change-to-wdired-mode "wdired" "\
31886 Put a dired buffer in a mode in which filenames are editable.
31887 \\<wdired-mode-map>
31888 This mode allows the user to change the names of the files, and after
31889 typing \\[wdired-finish-edit] Emacs renames the files and directories
31898 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (18310 12097))
31899 ;;; Generated autoloads from net/webjump.el
31901 (autoload 'webjump "webjump" "\
31902 Jumps to a Web site from a programmable hotlist.
31904 See the documentation for the `webjump-sites' variable for how to customize the
31907 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31914 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31915 ;;;;;; (18310 12115))
31916 ;;; Generated autoloads from progmodes/which-func.el
31917 (put 'which-func-format 'risky-local-variable t)
31918 (put 'which-func-current 'risky-local-variable t)
31920 (defalias 'which-func-mode 'which-function-mode)
31922 (defvar which-function-mode nil "\
31923 Non-nil if Which-Function mode is enabled.
31924 See the command `which-function-mode' for a description of this minor mode.
31925 Setting this variable directly does not take effect;
31926 either customize it (see the info node `Easy Customization')
31927 or call the function `which-function-mode'.")
31929 (custom-autoload 'which-function-mode "which-func" nil)
31931 (autoload 'which-function-mode "which-func" "\
31932 Toggle Which Function mode, globally.
31933 When Which Function mode is enabled, the current function name is
31934 continuously displayed in the mode line, in certain major modes.
31936 With prefix ARG, turn Which Function mode on if arg is positive,
31939 \(fn &optional ARG)" t nil)
31943 ;;;### (autoloads (whitespace-buffer whitespace-cleanup-region whitespace-cleanup
31944 ;;;;;; global-whitespace-toggle-options whitespace-toggle-options
31945 ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (18340 56374))
31946 ;;; Generated autoloads from whitespace.el
31948 (autoload 'whitespace-mode "whitespace" "\
31949 Toggle whitespace minor mode visualization (\"ws\" on modeline).
31951 If ARG is null, toggle whitespace visualization.
31952 If ARG is a number greater than zero, turn on visualization;
31953 otherwise, turn off visualization.
31954 Only useful with a windowing system.
31956 \(fn &optional ARG)" t nil)
31958 (autoload 'whitespace-toggle-options "whitespace" "\
31959 Toggle local `whitespace-mode' options.
31961 If local whitespace-mode is off, toggle the option given by ARG
31962 and turn on local whitespace-mode.
31964 If local whitespace-mode is on, toggle the option given by ARG
31965 and restart local whitespace-mode.
31967 Interactively, it reads one of the following chars:
31970 t toggle TAB visualization
31971 s toggle SPACE and HARD SPACE visualization
31972 r toggle trailing blanks visualization
31973 b toggle SPACEs before TAB visualization
31974 l toggle \"long lines\" visualization
31975 L toggle \"long lines\" tail visualization
31976 n toggle NEWLINE visualization
31977 i toggle indentation SPACEs visualization
31978 e toggle empty line at bob and/or eob visualization
31979 a toggle SPACEs after TAB visualization
31980 c toggle color faces
31981 m toggle visual mark
31982 x restore `whitespace-chars' value
31983 z restore `whitespace-style' value
31984 ? display brief help
31986 Non-interactively, ARG should be a symbol or a list of symbols.
31987 The valid symbols are:
31989 tabs toggle TAB visualization
31990 spaces toggle SPACE and HARD SPACE visualization
31991 trailing toggle trailing blanks visualization
31992 space-before-tab toggle SPACEs before TAB visualization
31993 lines toggle \"long lines\" visualization
31994 lines-tail toggle \"long lines\" tail visualization
31995 newline toggle NEWLINE visualization
31996 indentation toggle indentation SPACEs visualization
31997 empty toggle empty line at bob and/or eob visualization
31998 space-after-tab toggle SPACEs after TAB visualization
31999 color toggle color faces
32000 mark toggle visual mark
32001 whitespace-chars restore `whitespace-chars' value
32002 whitespace-style restore `whitespace-style' value
32004 Only useful with a windowing system.
32008 (autoload 'global-whitespace-toggle-options "whitespace" "\
32009 Toggle global `whitespace-mode' options.
32011 If global whitespace-mode is off, toggle the option given by ARG
32012 and turn on global whitespace-mode.
32014 If global whitespace-mode is on, toggle the option given by ARG
32015 and restart global whitespace-mode.
32017 Interactively, it accepts one of the following chars:
32020 t toggle TAB visualization
32021 s toggle SPACE and HARD SPACE visualization
32022 r toggle trailing blanks visualization
32023 b toggle SPACEs before TAB visualization
32024 l toggle \"long lines\" visualization
32025 L toggle \"long lines\" tail visualization
32026 n toggle NEWLINE visualization
32027 i toggle indentation SPACEs visualization
32028 e toggle empty line at bob and/or eob visualization
32029 a toggle SPACEs after TAB visualization
32030 c toggle color faces
32031 m toggle visual mark
32032 x restore `whitespace-chars' value
32033 z restore `whitespace-style' value
32034 ? display brief help
32036 Non-interactively, ARG should be a symbol or a list of symbols.
32037 The valid symbols are:
32039 tabs toggle TAB visualization
32040 spaces toggle SPACE and HARD SPACE visualization
32041 trailing toggle trailing blanks visualization
32042 space-before-tab toggle SPACEs before TAB visualization
32043 lines toggle \"long lines\" visualization
32044 lines-tail toggle \"long lines\" tail visualization
32045 newline toggle NEWLINE visualization
32046 indentation toggle indentation SPACEs visualization
32047 empty toggle empty line at bob and/or eob visualization
32048 space-after-tab toggle SPACEs after TAB visualization
32049 color toggle color faces
32050 mark toggle visual mark
32051 whitespace-chars restore `whitespace-chars' value
32052 whitespace-style restore `whitespace-style' value
32054 Only useful with a windowing system.
32058 (autoload 'whitespace-cleanup "whitespace" "\
32059 Cleanup some blank problems in all buffer or at region.
32061 It usually applies to the whole buffer, but in transient mark
32062 mode when the mark is active, it applies to the region. It also
32063 applies to the region when it is not in transiente mark mode, the
32064 mark is active and \\[universal-argument] was pressed just before calling
32065 `whitespace-cleanup' interactively.
32067 See also `whitespace-cleanup-region'.
32069 The problems cleaned up are:
32071 1. empty lines at beginning of buffer.
32072 2. empty lines at end of buffer.
32073 If `whitespace-chars' includes the value `empty', remove all
32074 empty lines at beginning and/or end of buffer.
32076 3. 8 or more SPACEs at beginning of line.
32077 If `whitespace-chars' includes the value `indentation', replace
32078 8 or more SPACEs at beginning of line by TABs.
32080 4. SPACEs before TAB.
32081 If `whitespace-chars' includes the value `space-before-tab',
32082 replace SPACEs by TABs.
32084 5. SPACEs or TABs at end of line.
32085 If `whitespace-chars' includes the value `trailing', remove all
32086 SPACEs or TABs at end of line.
32088 6. 8 or more SPACEs after TAB.
32089 If `whitespace-chars' includes the value `space-after-tab',
32090 replace SPACEs by TABs.
32094 (autoload 'whitespace-cleanup-region "whitespace" "\
32095 Cleanup some blank problems at region.
32097 The problems cleaned up are:
32099 1. 8 or more SPACEs at beginning of line.
32100 If `whitespace-chars' includes the value `indentation', replace
32101 8 or more SPACEs at beginning of line by TABs.
32103 2. SPACEs before TAB.
32104 If `whitespace-chars' includes the value `space-before-tab',
32105 replace SPACEs by TABs.
32107 3. SPACEs or TABs at end of line.
32108 If `whitespace-chars' includes the value `trailing', remove all
32109 SPACEs or TABs at end of line.
32111 4. 8 or more SPACEs after TAB.
32112 If `whitespace-chars' includes the value `space-after-tab',
32113 replace SPACEs by TABs.
32115 \(fn START END)" t nil)
32117 (autoload 'whitespace-buffer "whitespace" "\
32118 Turn on `whitespace-mode' forcing some settings.
32120 It forces `whitespace-style' to have `color'.
32122 It also forces `whitespace-chars' to have:
32130 So, it is possible to visualize the following problems:
32132 empty 1. empty lines at beginning of buffer.
32133 empty 2. empty lines at end of buffer.
32134 indentation 3. 8 or more SPACEs at beginning of line.
32135 space-before-tab 4. SPACEs before TAB.
32136 trailing 5. SPACEs or TABs at end of line.
32137 space-after-tab 6. 8 or more SPACEs after TAB.
32139 See `whitespace-chars' and `whitespace-style' for documentation.
32140 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
32141 cleaning up these problems.
32147 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32148 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (18310 12051))
32149 ;;; Generated autoloads from wid-browse.el
32151 (autoload 'widget-browse-at "wid-browse" "\
32152 Browse the widget under point.
32156 (autoload 'widget-browse "wid-browse" "\
32157 Create a widget browser for WIDGET.
32159 \(fn WIDGET)" t nil)
32161 (autoload 'widget-browse-other-window "wid-browse" "\
32162 Show widget browser for WIDGET in other window.
32164 \(fn &optional WIDGET)" t nil)
32166 (autoload 'widget-minor-mode "wid-browse" "\
32167 Togle minor mode for traversing widgets.
32168 With arg, turn widget mode on if and only if arg is positive.
32170 \(fn &optional ARG)" t nil)
32174 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32175 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (18350
32177 ;;; Generated autoloads from wid-edit.el
32179 (autoload 'widgetp "wid-edit" "\
32180 Return non-nil if WIDGET is a widget.
32182 \(fn WIDGET)" nil nil)
32184 (autoload 'widget-prompt-value "wid-edit" "\
32185 Prompt for a value matching WIDGET, using PROMPT.
32186 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
32188 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
32190 (autoload 'widget-create "wid-edit" "\
32191 Create widget of TYPE.
32192 The optional ARGS are additional keyword arguments.
32194 \(fn TYPE &rest ARGS)" nil nil)
32196 (autoload 'widget-delete "wid-edit" "\
32199 \(fn WIDGET)" nil nil)
32201 (autoload 'widget-insert "wid-edit" "\
32202 Call `insert' with ARGS even if surrounding text is read only.
32204 \(fn &rest ARGS)" nil nil)
32206 (defalias 'advertised-widget-backward 'widget-backward)
32208 (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map "\e " 'widget-backward) (define-key map [(shift tab)] 'advertised-widget-backward) (define-key map [backtab] 'widget-backward) (define-key map [down-mouse-2] 'widget-button-click) (define-key map [down-mouse-1] 'widget-button-click) (define-key map [(control 109)] 'widget-button-press) map) "\
32209 Keymap containing useful binding for buffers containing widgets.
32210 Recommended as a parent keymap for modes using widgets.")
32212 (autoload 'widget-setup "wid-edit" "\
32213 Setup current buffer so editing string widgets works.
32219 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32220 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (18310
32222 ;;; Generated autoloads from windmove.el
32224 (autoload 'windmove-left "windmove" "\
32225 Select the window to the left of the current one.
32226 With no prefix argument, or with prefix argument equal to zero,
32227 \"left\" is relative to the position of point in the window; otherwise
32228 it is relative to the top edge (for positive ARG) or the bottom edge
32229 \(for negative ARG) of the current window.
32230 If no window is at the desired location, an error is signaled.
32232 \(fn &optional ARG)" t nil)
32234 (autoload 'windmove-up "windmove" "\
32235 Select the window above the current one.
32236 With no prefix argument, or with prefix argument equal to zero, \"up\"
32237 is relative to the position of point in the window; otherwise it is
32238 relative to the left edge (for positive ARG) or the right edge (for
32239 negative ARG) of the current window.
32240 If no window is at the desired location, an error is signaled.
32242 \(fn &optional ARG)" t nil)
32244 (autoload 'windmove-right "windmove" "\
32245 Select the window to the right of the current one.
32246 With no prefix argument, or with prefix argument equal to zero,
32247 \"right\" is relative to the position of point in the window;
32248 otherwise it is relative to the top edge (for positive ARG) or the
32249 bottom edge (for negative ARG) of the current window.
32250 If no window is at the desired location, an error is signaled.
32252 \(fn &optional ARG)" t nil)
32254 (autoload 'windmove-down "windmove" "\
32255 Select the window below the current one.
32256 With no prefix argument, or with prefix argument equal to zero,
32257 \"down\" is relative to the position of point in the window; otherwise
32258 it is relative to the left edge (for positive ARG) or the right edge
32259 \(for negative ARG) of the current window.
32260 If no window is at the desired location, an error is signaled.
32262 \(fn &optional ARG)" t nil)
32264 (autoload 'windmove-default-keybindings "windmove" "\
32265 Set up keybindings for `windmove'.
32266 Keybindings are of the form MODIFIER-{left,right,up,down}.
32267 Default MODIFIER is 'shift.
32269 \(fn &optional MODIFIER)" t nil)
32273 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32274 ;;;;;; (18329 52183))
32275 ;;; Generated autoloads from winner.el
32277 (defvar winner-mode nil "\
32278 Toggle Winner mode.
32279 Setting this variable directly does not take effect;
32280 use either \\[customize] or the function `winner-mode'.")
32282 (custom-autoload 'winner-mode "winner" nil)
32284 (autoload 'winner-mode "winner" "\
32285 Toggle Winner mode.
32286 With arg, turn Winner mode on if and only if arg is positive.
32288 \(fn &optional ARG)" t nil)
32292 ;;;### (autoloads (woman-find-file woman-dired-find-file woman woman-locale)
32293 ;;;;;; "woman" "woman.el" (18350 11228))
32294 ;;; Generated autoloads from woman.el
32296 (defvar woman-locale nil "\
32297 String specifying a manual page locale, or nil.
32298 If a manual page is available in the specified locale
32299 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
32300 default version. Normally, `set-locale-environment' sets this at startup.")
32302 (custom-autoload 'woman-locale "woman" t)
32304 (autoload 'woman "woman" "\
32305 Browse UN*X man page for TOPIC (Without using external Man program).
32306 The major browsing mode used is essentially the standard Man mode.
32307 Choose the filename for the man page using completion, based on the
32308 topic selected from the directories specified in `woman-manpath' and
32309 `woman-path'. The directory expansions and topics are cached for
32310 speed, but a non-nil interactive argument forces the caches to be
32311 updated (e.g. to re-interpret the current directory).
32313 Used non-interactively, arguments are optional: if given then TOPIC
32314 should be a topic string and non-nil RE-CACHE forces re-caching.
32316 \(fn &optional TOPIC RE-CACHE)" t nil)
32318 (autoload 'woman-dired-find-file "woman" "\
32319 In dired, run the WoMan man-page browser on this file.
32323 (autoload 'woman-find-file "woman" "\
32324 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
32325 Use existing buffer if possible; reformat only if prefix arg given.
32326 When called interactively, optional argument REFORMAT forces reformatting
32327 of an existing WoMan buffer formatted earlier.
32328 No external programs are used, except that `gunzip' will be used to
32329 decompress the file if appropriate. See the documentation for the
32330 `woman' command for further details.
32332 \(fn FILE-NAME &optional REFORMAT)" t nil)
32336 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32337 ;;;;;; (18310 12067))
32338 ;;; Generated autoloads from emulation/ws-mode.el
32340 (autoload 'wordstar-mode "ws-mode" "\
32341 Major mode with WordStar-like key bindings.
32344 - Help menus with WordStar commands (C-j just calls help-for-help)
32345 are not implemented
32346 - Options for search and replace
32347 - Show markers (C-k h) is somewhat strange
32348 - Search and replace (C-q a) is only available in forward direction
32350 No key bindings beginning with ESC are installed, they will work
32353 The key bindings are:
32363 C-i indent-for-tab-command
32365 C-k ordstar-C-k-map
32366 C-l ws-repeat-search
32369 C-r scroll-down-line
32376 C-y kill-complete-line
32379 C-k 0 ws-set-marker-0
32380 C-k 1 ws-set-marker-1
32381 C-k 2 ws-set-marker-2
32382 C-k 3 ws-set-marker-3
32383 C-k 4 ws-set-marker-4
32384 C-k 5 ws-set-marker-5
32385 C-k 6 ws-set-marker-6
32386 C-k 7 ws-set-marker-7
32387 C-k 8 ws-set-marker-8
32388 C-k 9 ws-set-marker-9
32389 C-k b ws-begin-block
32390 C-k c ws-copy-block
32391 C-k d save-buffers-kill-emacs
32393 C-k h ws-show-markers
32394 C-k i ws-indent-block
32396 C-k p ws-print-block
32399 C-k s save-some-buffers
32401 C-k u ws-exdent-block
32402 C-k C-u keyboard-quit
32403 C-k v ws-move-block
32404 C-k w ws-write-block
32406 C-k y ws-delete-block
32408 C-o c wordstar-center-line
32409 C-o b switch-to-buffer
32410 C-o j justify-current-line
32413 C-o m auto-fill-mode
32414 C-o r set-fill-column
32415 C-o C-u keyboard-quit
32416 C-o wd delete-other-windows
32417 C-o wh split-window-horizontally
32418 C-o wo other-window
32419 C-o wv split-window-vertically
32421 C-q 0 ws-find-marker-0
32422 C-q 1 ws-find-marker-1
32423 C-q 2 ws-find-marker-2
32424 C-q 3 ws-find-marker-3
32425 C-q 4 ws-find-marker-4
32426 C-q 5 ws-find-marker-5
32427 C-q 6 ws-find-marker-6
32428 C-q 7 ws-find-marker-7
32429 C-q 8 ws-find-marker-8
32430 C-q 9 ws-find-marker-9
32431 C-q a ws-query-replace
32432 C-q b ws-to-block-begin
32433 C-q c end-of-buffer
32436 C-q k ws-to-block-end
32438 C-q p ws-last-cursorp
32439 C-q r beginning-of-buffer
32440 C-q C-u keyboard-quit
32441 C-q w ws-last-error
32443 C-q DEL ws-kill-bol
32449 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32450 ;;;;;; (18339 17949))
32451 ;;; Generated autoloads from xml.el
32453 (autoload 'xml-parse-file "xml" "\
32454 Parse the well-formed XML file FILE.
32455 If FILE is already visited, use its buffer and don't kill it.
32456 Returns the top node with all its children.
32457 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped.
32458 If PARSE-NS is non-nil, then QNAMES are expanded.
32460 \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil)
32462 (autoload 'xml-parse-region "xml" "\
32463 Parse the region from BEG to END in BUFFER.
32464 If BUFFER is nil, it defaults to the current buffer.
32465 Returns the XML list for the region, or raises an error if the region
32466 is not well-formed XML.
32467 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped,
32468 and returned as the first element of the list.
32469 If PARSE-NS is non-nil, then QNAMES are expanded.
32471 \(fn BEG END &optional BUFFER PARSE-DTD PARSE-NS)" nil nil)
32475 ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32476 ;;;;;; "nxml/xmltok.el" (18310 12101))
32477 ;;; Generated autoloads from nxml/xmltok.el
32479 (autoload 'xmltok-get-declared-encoding-position "xmltok" "\
32480 Return the position of the encoding in the XML declaration at point.
32481 If there is a well-formed XML declaration starting at point and it
32482 contains an encoding declaration, then return (START . END)
32483 where START and END are the positions of the start and the end
32484 of the encoding name; if there is no encoding declaration return
32485 the position where and encoding declaration could be inserted.
32486 If there is XML that is not well-formed that looks like an XML declaration,
32487 return nil. Otherwise, return t.
32488 If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32490 \(fn &optional LIMIT)" nil nil)
32494 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (18310
32496 ;;; Generated autoloads from xt-mouse.el
32498 (defvar xterm-mouse-mode nil "\
32499 Non-nil if Xterm-Mouse mode is enabled.
32500 See the command `xterm-mouse-mode' for a description of this minor mode.
32501 Setting this variable directly does not take effect;
32502 either customize it (see the info node `Easy Customization')
32503 or call the function `xterm-mouse-mode'.")
32505 (custom-autoload 'xterm-mouse-mode "xt-mouse" nil)
32507 (autoload 'xterm-mouse-mode "xt-mouse" "\
32508 Toggle XTerm mouse mode.
32509 With prefix arg, turn XTerm mouse mode on if arg is positive, otherwise turn
32512 Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
32513 This works in terminal emulators compatible with xterm. It only
32514 works for simple uses of the mouse. Basically, only non-modified
32515 single clicks are supported. When turned on, the normal xterm
32516 mouse functionality for such clicks is still available by holding
32517 down the SHIFT key while pressing the mouse button.
32519 \(fn &optional ARG)" t nil)
32523 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32524 ;;;;;; "gnus/yenc.el" (18310 12083))
32525 ;;; Generated autoloads from gnus/yenc.el
32527 (autoload 'yenc-decode-region "yenc" "\
32528 Yenc decode region between START and END using an internal decoder.
32530 \(fn START END)" t nil)
32532 (autoload 'yenc-extract-filename "yenc" "\
32533 Extract file name from an yenc header.
32539 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32540 ;;;;;; yow) "yow" "play/yow.el" (18310 12106))
32541 ;;; Generated autoloads from play/yow.el
32543 (autoload 'yow "yow" "\
32544 Return or display a random Zippy quotation. With prefix arg, insert it.
32546 \(fn &optional INSERT DISPLAY)" t nil)
32548 (autoload 'insert-zippyism "yow" "\
32549 Prompt with completion for a known Zippy quotation, and insert it at point.
32551 \(fn &optional ZIPPYISM)" t nil)
32553 (autoload 'apropos-zippy "yow" "\
32554 Return a list of all Zippy quotes matching REGEXP.
32555 If called interactively, display a list of matches.
32557 \(fn REGEXP)" t nil)
32559 (autoload 'psychoanalyze-pinhead "yow" "\
32560 Zippy goes to the analyst.
32566 ;;;### (autoloads (zone) "zone" "play/zone.el" (18310 12106))
32567 ;;; Generated autoloads from play/zone.el
32569 (autoload 'zone "zone" "\
32570 Zone out, completely.
32576 ;;;### (autoloads nil nil ("abbrev.el" "abbrevlist.el" "add-log.el"
32577 ;;;;;; "align.el" "allout.el" "ansi-color.el" "apropos.el" "arc-mode.el"
32578 ;;;;;; "array.el" "autoarg.el" "autoinsert.el" "autorevert.el" "avoid.el"
32579 ;;;;;; "battery.el" "bindings.el" "bookmark.el" "bs.el" "buff-menu.el"
32580 ;;;;;; "button.el" "calc/calc-aent.el" "calc/calc-alg.el" "calc/calc-arith.el"
32581 ;;;;;; "calc/calc-bin.el" "calc/calc-comb.el" "calc/calc-cplx.el"
32582 ;;;;;; "calc/calc-embed.el" "calc/calc-ext.el" "calc/calc-fin.el"
32583 ;;;;;; "calc/calc-forms.el" "calc/calc-frac.el" "calc/calc-funcs.el"
32584 ;;;;;; "calc/calc-graph.el" "calc/calc-help.el" "calc/calc-incom.el"
32585 ;;;;;; "calc/calc-keypd.el" "calc/calc-lang.el" "calc/calc-macs.el"
32586 ;;;;;; "calc/calc-map.el" "calc/calc-math.el" "calc/calc-menu.el"
32587 ;;;;;; "calc/calc-misc.el" "calc/calc-mode.el" "calc/calc-mtx.el"
32588 ;;;;;; "calc/calc-nlfit.el" "calc/calc-poly.el" "calc/calc-prog.el"
32589 ;;;;;; "calc/calc-rewr.el" "calc/calc-rules.el" "calc/calc-sel.el"
32590 ;;;;;; "calc/calc-stat.el" "calc/calc-store.el" "calc/calc-stuff.el"
32591 ;;;;;; "calc/calc-trail.el" "calc/calc-undo.el" "calc/calc-units.el"
32592 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calc.el" "calc/calcalg2.el"
32593 ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
32594 ;;;;;; "calculator.el" "calendar/appt.el" "calendar/cal-bahai.el"
32595 ;;;;;; "calendar/cal-china.el" "calendar/cal-coptic.el" "calendar/cal-dst.el"
32596 ;;;;;; "calendar/cal-french.el" "calendar/cal-hebrew.el" "calendar/cal-html.el"
32597 ;;;;;; "calendar/cal-islam.el" "calendar/cal-iso.el" "calendar/cal-julian.el"
32598 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
32599 ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32600 ;;;;;; "calendar/calendar.el" "calendar/diary-lib.el" "calendar/holidays.el"
32601 ;;;;;; "calendar/icalendar.el" "calendar/lunar.el" "calendar/parse-time.el"
32602 ;;;;;; "calendar/solar.el" "calendar/time-date.el" "calendar/timeclock.el"
32603 ;;;;;; "calendar/todo-mode.el" "case-table.el" "cdl.el" "chistory.el"
32604 ;;;;;; "cmuscheme.el" "comint.el" "compare-w.el" "complete.el" "completion.el"
32605 ;;;;;; "composite.el" "cus-dep.el" "cus-edit.el" "cus-face.el" "cus-load.el"
32606 ;;;;;; "cus-start.el" "cus-theme.el" "custom.el" "cvs-status.el"
32607 ;;;;;; "dabbrev.el" "delim-col.el" "delsel.el" "descr-text.el" "desktop.el"
32608 ;;;;;; "dframe.el" "diff-mode.el" "diff.el" "dired-aux.el" "dired-x.el"
32609 ;;;;;; "dired.el" "dirtrack.el" "disp-table.el" "dnd.el" "doc-view.el"
32610 ;;;;;; "dos-fns.el" "dos-vars.el" "dos-w32.el" "double.el" "ebuff-menu.el"
32611 ;;;;;; "echistory.el" "ediff-diff.el" "ediff-help.el" "ediff-hook.el"
32612 ;;;;;; "ediff-init.el" "ediff-merg.el" "ediff-mult.el" "ediff-ptch.el"
32613 ;;;;;; "ediff-util.el" "ediff-vers.el" "ediff-wind.el" "ediff.el"
32614 ;;;;;; "edmacro.el" "ehelp.el" "electric.el" "elide-head.el" "emacs-lisp/advice.el"
32615 ;;;;;; "emacs-lisp/assoc.el" "emacs-lisp/authors.el" "emacs-lisp/autoload.el"
32616 ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/backquote.el" "emacs-lisp/benchmark.el"
32617 ;;;;;; "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el" "emacs-lisp/byte-run.el"
32618 ;;;;;; "emacs-lisp/bytecomp.el" "emacs-lisp/check-declare.el" "emacs-lisp/checkdoc.el"
32619 ;;;;;; "emacs-lisp/cl-compat.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-indent.el"
32620 ;;;;;; "emacs-lisp/cl-loaddefs.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
32621 ;;;;;; "emacs-lisp/cl-specs.el" "emacs-lisp/cl.el" "emacs-lisp/copyright.el"
32622 ;;;;;; "emacs-lisp/crm.el" "emacs-lisp/cust-print.el" "emacs-lisp/debug.el"
32623 ;;;;;; "emacs-lisp/derived.el" "emacs-lisp/disass.el" "emacs-lisp/easy-mmode.el"
32624 ;;;;;; "emacs-lisp/easymenu.el" "emacs-lisp/edebug.el" "emacs-lisp/eldoc.el"
32625 ;;;;;; "emacs-lisp/elint.el" "emacs-lisp/elp.el" "emacs-lisp/ewoc.el"
32626 ;;;;;; "emacs-lisp/find-func.el" "emacs-lisp/find-gc.el" "emacs-lisp/float-sup.el"
32627 ;;;;;; "emacs-lisp/generic.el" "emacs-lisp/gulp.el" "emacs-lisp/helper.el"
32628 ;;;;;; "emacs-lisp/levents.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/lisp-mode.el"
32629 ;;;;;; "emacs-lisp/lisp.el" "emacs-lisp/lmenu.el" "emacs-lisp/lucid.el"
32630 ;;;;;; "emacs-lisp/macroexp.el" "emacs-lisp/map-ynp.el" "emacs-lisp/pp.el"
32631 ;;;;;; "emacs-lisp/re-builder.el" "emacs-lisp/regexp-opt.el" "emacs-lisp/regi.el"
32632 ;;;;;; "emacs-lisp/ring.el" "emacs-lisp/rx.el" "emacs-lisp/shadow.el"
32633 ;;;;;; "emacs-lisp/sregex.el" "emacs-lisp/syntax.el" "emacs-lisp/tcover-ses.el"
32634 ;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lisp/testcover.el"
32635 ;;;;;; "emacs-lisp/timer.el" "emacs-lisp/tq.el" "emacs-lisp/trace.el"
32636 ;;;;;; "emacs-lisp/unsafep.el" "emacs-lisp/warnings.el" "emacs-lock.el"
32637 ;;;;;; "emulation/crisp.el" "emulation/cua-base.el" "emulation/cua-gmrk.el"
32638 ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
32639 ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/edt.el"
32640 ;;;;;; "emulation/keypad.el" "emulation/pc-mode.el" "emulation/pc-select.el"
32641 ;;;;;; "emulation/tpu-edt.el" "emulation/tpu-extras.el" "emulation/tpu-mapper.el"
32642 ;;;;;; "emulation/vi.el" "emulation/vip.el" "emulation/viper-cmd.el"
32643 ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
32644 ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32645 ;;;;;; "emulation/viper.el" "emulation/ws-mode.el" "env.el" "epa-dired.el"
32646 ;;;;;; "epa-file.el" "epa-mail.el" "epa.el" "epg-config.el" "epg.el"
32647 ;;;;;; "erc/erc-autoaway.el" "erc/erc-backend.el" "erc/erc-button.el"
32648 ;;;;;; "erc/erc-capab.el" "erc/erc-compat.el" "erc/erc-dcc.el" "erc/erc-ezbounce.el"
32649 ;;;;;; "erc/erc-fill.el" "erc/erc-goodies.el" "erc/erc-hecomplete.el"
32650 ;;;;;; "erc/erc-ibuffer.el" "erc/erc-identd.el" "erc/erc-imenu.el"
32651 ;;;;;; "erc/erc-join.el" "erc/erc-lang.el" "erc/erc-list.el" "erc/erc-log.el"
32652 ;;;;;; "erc/erc-match.el" "erc/erc-menu.el" "erc/erc-netsplit.el"
32653 ;;;;;; "erc/erc-networks.el" "erc/erc-notify.el" "erc/erc-page.el"
32654 ;;;;;; "erc/erc-pcomplete.el" "erc/erc-replace.el" "erc/erc-ring.el"
32655 ;;;;;; "erc/erc-services.el" "erc/erc-sound.el" "erc/erc-speedbar.el"
32656 ;;;;;; "erc/erc-spelling.el" "erc/erc-stamp.el" "erc/erc-track.el"
32657 ;;;;;; "erc/erc-truncate.el" "erc/erc-xdcc.el" "erc/erc.el" "eshell/em-alias.el"
32658 ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
32659 ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
32660 ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
32661 ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
32662 ;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el"
32663 ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
32664 ;;;;;; "eshell/esh-groups.el" "eshell/esh-io.el" "eshell/esh-maint.el"
32665 ;;;;;; "eshell/esh-mode.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32666 ;;;;;; "eshell/esh-proc.el" "eshell/esh-test.el" "eshell/esh-util.el"
32667 ;;;;;; "eshell/esh-var.el" "eshell/eshell.el" "expand.el" "ezimage.el"
32668 ;;;;;; "facemenu.el" "faces.el" "ffap.el" "filecache.el" "files.el"
32669 ;;;;;; "filesets.el" "find-dired.el" "find-file.el" "find-lisp.el"
32670 ;;;;;; "finder-inf.el" "finder.el" "flow-ctrl.el" "foldout.el" "follow.el"
32671 ;;;;;; "font-core.el" "font-lock.el" "format-spec.el" "format.el"
32672 ;;;;;; "forms-d2.el" "forms-pass.el" "forms-pass.el" "forms.el"
32673 ;;;;;; "frame.el" "fringe.el" "generic-x.el" "gnus/canlock.el" "gnus/compface.el"
32674 ;;;;;; "gnus/deuglify.el" "gnus/earcon.el" "gnus/ecomplete.el" "gnus/flow-fill.el"
32675 ;;;;;; "gnus/gmm-utils.el" "gnus/gnus-agent.el" "gnus/gnus-art.el"
32676 ;;;;;; "gnus/gnus-async.el" "gnus/gnus-audio.el" "gnus/gnus-bcklg.el"
32677 ;;;;;; "gnus/gnus-bookmark.el" "gnus/gnus-cache.el" "gnus/gnus-cite.el"
32678 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-delay.el" "gnus/gnus-demon.el"
32679 ;;;;;; "gnus/gnus-diary.el" "gnus/gnus-dired.el" "gnus/gnus-draft.el"
32680 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
32681 ;;;;;; "gnus/gnus-fun.el" "gnus/gnus-group.el" "gnus/gnus-int.el"
32682 ;;;;;; "gnus/gnus-kill.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
32683 ;;;;;; "gnus/gnus-ml.el" "gnus/gnus-mlspl.el" "gnus/gnus-move.el"
32684 ;;;;;; "gnus/gnus-msg.el" "gnus/gnus-nocem.el" "gnus/gnus-picon.el"
32685 ;;;;;; "gnus/gnus-range.el" "gnus/gnus-registry.el" "gnus/gnus-salt.el"
32686 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-sieve.el"
32687 ;;;;;; "gnus/gnus-soup.el" "gnus/gnus-spec.el" "gnus/gnus-srvr.el"
32688 ;;;;;; "gnus/gnus-start.el" "gnus/gnus-sum.el" "gnus/gnus-topic.el"
32689 ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
32690 ;;;;;; "gnus/gnus-vm.el" "gnus/gnus-win.el" "gnus/gnus.el" "gnus/html2text.el"
32691 ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
32692 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
32693 ;;;;;; "gnus/message.el" "gnus/messcompat.el" "gnus/mm-bodies.el"
32694 ;;;;;; "gnus/mm-decode.el" "gnus/mm-encode.el" "gnus/mm-extern.el"
32695 ;;;;;; "gnus/mm-partial.el" "gnus/mm-url.el" "gnus/mm-util.el" "gnus/mm-uu.el"
32696 ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/mml.el"
32697 ;;;;;; "gnus/mml1991.el" "gnus/mml2015.el" "gnus/nnagent.el" "gnus/nnbabyl.el"
32698 ;;;;;; "gnus/nndb.el" "gnus/nndiary.el" "gnus/nndir.el" "gnus/nndoc.el"
32699 ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nnfolder.el"
32700 ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnkiboze.el"
32701 ;;;;;; "gnus/nnlistserv.el" "gnus/nnmail.el" "gnus/nnmaildir.el"
32702 ;;;;;; "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnml.el" "gnus/nnnil.el"
32703 ;;;;;; "gnus/nnoo.el" "gnus/nnrss.el" "gnus/nnslashdot.el" "gnus/nnsoup.el"
32704 ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnultimate.el" "gnus/nnvirtual.el"
32705 ;;;;;; "gnus/nnwarchive.el" "gnus/nnweb.el" "gnus/nnwfm.el" "gnus/pop3.el"
32706 ;;;;;; "gnus/qp.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
32707 ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/score-mode.el"
32708 ;;;;;; "gnus/sieve-manage.el" "gnus/sieve-mode.el" "gnus/sieve.el"
32709 ;;;;;; "gnus/smiley.el" "gnus/smime.el" "gnus/spam-report.el" "gnus/spam-stat.el"
32710 ;;;;;; "gnus/spam-wash.el" "gnus/spam.el" "gnus/starttls.el" "gnus/utf7.el"
32711 ;;;;;; "gnus/webmail.el" "gnus/yenc.el" "gs.el" "help-at-pt.el"
32712 ;;;;;; "help-fns.el" "help-macro.el" "help-mode.el" "help.el" "hex-util.el"
32713 ;;;;;; "hexl.el" "hi-lock.el" "hilit-chg.el" "hippie-exp.el" "hl-line.el"
32714 ;;;;;; "ibuf-ext.el" "ibuf-macs.el" "ibuffer.el" "icomplete.el"
32715 ;;;;;; "ido.el" "ielm.el" "iimage.el" "image-dired.el" "image-file.el"
32716 ;;;;;; "image-mode.el" "image.el" "imenu.el" "indent.el" "info-look.el"
32717 ;;;;;; "info-xref.el" "info.el" "informat.el" "international/ccl.el"
32718 ;;;;;; "international/characters.el" "international/charprop.el"
32719 ;;;;;; "international/codepage.el" "international/cp51932.el" "international/encoded-kb.el"
32720 ;;;;;; "international/eucjp-ms.el" "international/fontset.el" "international/isearch-x.el"
32721 ;;;;;; "international/iso-ascii.el" "international/iso-cvt.el" "international/iso-transl.el"
32722 ;;;;;; "international/ja-dic-cnv.el" "international/ja-dic-utl.el"
32723 ;;;;;; "international/kinsoku.el" "international/kkc.el" "international/latexenc.el"
32724 ;;;;;; "international/latin1-disp.el" "international/mule-cmds.el"
32725 ;;;;;; "international/mule-conf.el" "international/mule-diag.el"
32726 ;;;;;; "international/mule-util.el" "international/mule.el" "international/ogonek.el"
32727 ;;;;;; "international/quail.el" "international/robin.el" "international/titdic-cnv.el"
32728 ;;;;;; "international/uni-bidi.el" "international/uni-category.el"
32729 ;;;;;; "international/uni-combining.el" "international/uni-comment.el"
32730 ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
32731 ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
32732 ;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
32733 ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
32734 ;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
32735 ;;;;;; "international/utf-7.el" "isearch-multi.el" "isearch.el"
32736 ;;;;;; "isearchb.el" "iswitchb.el" "jit-lock.el" "jka-cmpr-hook.el"
32737 ;;;;;; "jka-compr.el" "kermit.el" "kmacro.el" "language/burmese.el"
32738 ;;;;;; "language/cham.el" "language/china-util.el" "language/chinese.el"
32739 ;;;;;; "language/cyril-util.el" "language/cyrillic.el" "language/czech.el"
32740 ;;;;;; "language/devan-util.el" "language/devanagari.el" "language/english.el"
32741 ;;;;;; "language/ethio-util.el" "language/ethiopic.el" "language/european.el"
32742 ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
32743 ;;;;;; "language/ind-util.el" "language/indian.el" "language/japan-util.el"
32744 ;;;;;; "language/japanese.el" "language/kannada.el" "language/khmer.el"
32745 ;;;;;; "language/knd-util.el" "language/korea-util.el" "language/korean.el"
32746 ;;;;;; "language/lao-util.el" "language/lao.el" "language/malayalam.el"
32747 ;;;;;; "language/misc-lang.el" "language/mlm-util.el" "language/romanian.el"
32748 ;;;;;; "language/slovak.el" "language/tai-viet.el" "language/tamil.el"
32749 ;;;;;; "language/thai-util.el" "language/thai-word.el" "language/thai.el"
32750 ;;;;;; "language/tibet-util.el" "language/tibetan.el" "language/tml-util.el"
32751 ;;;;;; "language/tv-util.el" "language/utf-8-lang.el" "language/viet-util.el"
32752 ;;;;;; "language/vietnamese.el" "ldefs-boot.el" "ledit.el" "linum.el"
32753 ;;;;;; "loadhist.el" "loadup.el" "locate.el" "log-edit.el" "log-view.el"
32754 ;;;;;; "longlines.el" "lpr.el" "ls-lisp.el" "macros.el" "mail/binhex.el"
32755 ;;;;;; "mail/blessmail.el" "mail/emacsbug.el" "mail/feedmail.el"
32756 ;;;;;; "mail/footnote.el" "mail/hashcash.el" "mail/mail-extr.el"
32757 ;;;;;; "mail/mail-hist.el" "mail/mail-utils.el" "mail/mailabbrev.el"
32758 ;;;;;; "mail/mailalias.el" "mail/mailclient.el" "mail/mailheader.el"
32759 ;;;;;; "mail/mailpost.el" "mail/mailpost.el" "mail/metamail.el"
32760 ;;;;;; "mail/mspools.el" "mail/reporter.el" "mail/rfc2368.el" "mail/rfc822.el"
32761 ;;;;;; "mail/rmail-spam-filter.el" "mail/rmail.el" "mail/rmailedit.el"
32762 ;;;;;; "mail/rmailkwd.el" "mail/rmailmsc.el" "mail/rmailout.el"
32763 ;;;;;; "mail/rmailsort.el" "mail/rmailsum.el" "mail/sendmail.el"
32764 ;;;;;; "mail/smtpmail.el" "mail/supercite.el" "mail/uce.el" "mail/undigest.el"
32765 ;;;;;; "mail/unrmail.el" "mail/uudecode.el" "mail/vms-pmail.el"
32766 ;;;;;; "makesum.el" "man.el" "master.el" "mb-depth.el" "md4.el"
32767 ;;;;;; "menu-bar.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el" "mh-e/mh-buffers.el"
32768 ;;;;;; "mh-e/mh-comp.el" "mh-e/mh-compat.el" "mh-e/mh-e.el" "mh-e/mh-folder.el"
32769 ;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
32770 ;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32771 ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32772 ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32773 ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32774 ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "midnight.el" "minibuf-eldef.el"
32775 ;;;;;; "misc.el" "mouse-copy.el" "mouse-drag.el" "mouse-sel.el"
32776 ;;;;;; "mouse.el" "msb.el" "mwheel.el" "net/ange-ftp.el" "net/browse-url.el"
32777 ;;;;;; "net/dbus.el" "net/dig.el" "net/dns.el" "net/eudc-bob.el"
32778 ;;;;;; "net/eudc-export.el" "net/eudc-hotlist.el" "net/eudc-vars.el"
32779 ;;;;;; "net/eudc.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el" "net/eudcb-mab.el"
32780 ;;;;;; "net/eudcb-ph.el" "net/goto-addr.el" "net/hmac-def.el" "net/hmac-md5.el"
32781 ;;;;;; "net/imap.el" "net/ldap.el" "net/net-utils.el" "net/netrc.el"
32782 ;;;;;; "net/newsticker.el" "net/ntlm.el" "net/quickurl.el" "net/rcirc.el"
32783 ;;;;;; "net/rcompile.el" "net/rlogin.el" "net/sasl-cram.el" "net/sasl-digest.el"
32784 ;;;;;; "net/sasl-ntlm.el" "net/sasl.el" "net/snmp-mode.el" "net/socks.el"
32785 ;;;;;; "net/telnet.el" "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el"
32786 ;;;;;; "net/tramp-compat.el" "net/tramp-fish.el" "net/tramp-ftp.el"
32787 ;;;;;; "net/tramp-gw.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/tramp.el"
32788 ;;;;;; "net/trampver.el" "net/webjump.el" "newcomment.el" "novice.el"
32789 ;;;;;; "nxml/nxml-enc.el" "nxml/nxml-glyph.el" "nxml/nxml-maint.el"
32790 ;;;;;; "nxml/nxml-mode.el" "nxml/nxml-ns.el" "nxml/nxml-outln.el"
32791 ;;;;;; "nxml/nxml-parse.el" "nxml/nxml-rap.el" "nxml/nxml-util.el"
32792 ;;;;;; "nxml/rng-cmpct.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el"
32793 ;;;;;; "nxml/rng-match.el" "nxml/rng-nxml.el" "nxml/rng-parse.el"
32794 ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
32795 ;;;;;; "nxml/rng-valid.el" "nxml/rng-xsd.el" "nxml/xmltok.el" "nxml/xsd-regexp.el"
32796 ;;;;;; "obsolete/fast-lock.el" "obsolete/iso-acc.el" "obsolete/lazy-lock.el"
32797 ;;;;;; "obsolete/options.el" "obsolete/rnewspost.el" "obsolete/scribe.el"
32798 ;;;;;; "outline.el" "paren.el" "password-cache.el" "patcomp.el"
32799 ;;;;;; "patcomp.el" "paths.el" "pcmpl-cvs.el" "pcmpl-gnu.el" "pcmpl-linux.el"
32800 ;;;;;; "pcmpl-rpm.el" "pcmpl-unix.el" "pcomplete.el" "pcvs-defs.el"
32801 ;;;;;; "pcvs-info.el" "pcvs-parse.el" "pcvs-util.el" "pcvs.el" "pgg-def.el"
32802 ;;;;;; "pgg-gpg.el" "pgg-parse.el" "pgg-pgp.el" "pgg-pgp5.el" "pgg.el"
32803 ;;;;;; "play/5x5.el" "play/animate.el" "play/blackbox.el" "play/bruce.el"
32804 ;;;;;; "play/bubbles.el" "play/cookie1.el" "play/decipher.el" "play/dissociate.el"
32805 ;;;;;; "play/doctor.el" "play/dunnet.el" "play/fortune.el" "play/gamegrid.el"
32806 ;;;;;; "play/gametree.el" "play/gomoku.el" "play/handwrite.el" "play/landmark.el"
32807 ;;;;;; "play/life.el" "play/meese.el" "play/meese.el" "play/morse.el"
32808 ;;;;;; "play/mpuz.el" "play/pong.el" "play/snake.el" "play/solitaire.el"
32809 ;;;;;; "play/spook.el" "play/tetris.el" "play/yow.el" "play/zone.el"
32810 ;;;;;; "printing.el" "progmodes/ada-mode.el" "progmodes/ada-prj.el"
32811 ;;;;;; "progmodes/ada-stmt.el" "progmodes/ada-xref.el" "progmodes/antlr-mode.el"
32812 ;;;;;; "progmodes/asm-mode.el" "progmodes/autoconf.el" "progmodes/cap-words.el"
32813 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
32814 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-compat.el" "progmodes/cc-defs.el"
32815 ;;;;;; "progmodes/cc-engine.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
32816 ;;;;;; "progmodes/cc-menus.el" "progmodes/cc-mode.el" "progmodes/cc-styles.el"
32817 ;;;;;; "progmodes/cc-subword.el" "progmodes/cc-vars.el" "progmodes/cfengine.el"
32818 ;;;;;; "progmodes/cmacexp.el" "progmodes/compile.el" "progmodes/cperl-mode.el"
32819 ;;;;;; "progmodes/cpp.el" "progmodes/cwarn.el" "progmodes/dcl-mode.el"
32820 ;;;;;; "progmodes/delphi.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
32821 ;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
32822 ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/ebnf2ps.el"
32823 ;;;;;; "progmodes/ebrowse.el" "progmodes/etags.el" "progmodes/executable.el"
32824 ;;;;;; "progmodes/f90.el" "progmodes/flymake.el" "progmodes/fortran.el"
32825 ;;;;;; "progmodes/gdb-ui.el" "progmodes/glasses.el" "progmodes/grep.el"
32826 ;;;;;; "progmodes/gud.el" "progmodes/hideif.el" "progmodes/hideshow.el"
32827 ;;;;;; "progmodes/icon.el" "progmodes/idlw-complete-structtag.el"
32828 ;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-shell.el" "progmodes/idlw-toolbar.el"
32829 ;;;;;; "progmodes/idlwave.el" "progmodes/inf-lisp.el" "progmodes/ld-script.el"
32830 ;;;;;; "progmodes/m4-mode.el" "progmodes/make-mode.el" "progmodes/mantemp.el"
32831 ;;;;;; "progmodes/meta-mode.el" "progmodes/mixal-mode.el" "progmodes/octave-hlp.el"
32832 ;;;;;; "progmodes/octave-inf.el" "progmodes/octave-mod.el" "progmodes/pascal.el"
32833 ;;;;;; "progmodes/perl-mode.el" "progmodes/prolog.el" "progmodes/ps-mode.el"
32834 ;;;;;; "progmodes/python.el" "progmodes/scheme.el" "progmodes/sh-script.el"
32835 ;;;;;; "progmodes/simula.el" "progmodes/sql.el" "progmodes/tcl.el"
32836 ;;;;;; "progmodes/vera-mode.el" "progmodes/verilog-mode.el" "progmodes/vhdl-mode.el"
32837 ;;;;;; "progmodes/which-func.el" "progmodes/xscheme.el" "ps-bdf.el"
32838 ;;;;;; "ps-def.el" "ps-mule.el" "ps-print.el" "ps-samp.el" "recentf.el"
32839 ;;;;;; "rect.el" "register.el" "repeat.el" "replace.el" "reposition.el"
32840 ;;;;;; "resume.el" "reveal.el" "rfn-eshadow.el" "rot13.el" "ruler-mode.el"
32841 ;;;;;; "s-region.el" "savehist.el" "saveplace.el" "sb-image.el"
32842 ;;;;;; "scroll-all.el" "scroll-bar.el" "scroll-lock.el" "select.el"
32843 ;;;;;; "server.el" "ses.el" "sha1.el" "shadowfile.el" "shell.el"
32844 ;;;;;; "simple.el" "skeleton.el" "smerge-mode.el" "sort.el" "soundex.el"
32845 ;;;;;; "speedbar.el" "startup.el" "strokes.el" "subdirs.el" "subr.el"
32846 ;;;;;; "t-mouse.el" "tabify.el" "talk.el" "tar-mode.el" "tempo.el"
32847 ;;;;;; "term.el" "term/AT386.el" "term/apollo.el" "term/bobcat.el"
32848 ;;;;;; "term/cygwin.el" "term/internal.el" "term/iris-ansi.el" "term/linux.el"
32849 ;;;;;; "term/lk201.el" "term/mac-win.el" "term/news.el" "term/pc-win.el"
32850 ;;;;;; "term/rxvt.el" "term/sun.el" "term/sup-mouse.el" "term/tty-colors.el"
32851 ;;;;;; "term/tvi970.el" "term/vt100.el" "term/vt102.el" "term/vt125.el"
32852 ;;;;;; "term/vt200.el" "term/vt201.el" "term/vt220.el" "term/vt240.el"
32853 ;;;;;; "term/vt300.el" "term/vt320.el" "term/vt400.el" "term/vt420.el"
32854 ;;;;;; "term/w32-win.el" "term/w32console.el" "term/wyse50.el" "term/x-win.el"
32855 ;;;;;; "term/xterm.el" "terminal.el" "textmodes/artist.el" "textmodes/bib-mode.el"
32856 ;;;;;; "textmodes/bibtex-style.el" "textmodes/bibtex.el" "textmodes/conf-mode.el"
32857 ;;;;;; "textmodes/css-mode.el" "textmodes/dns-mode.el" "textmodes/enriched.el"
32858 ;;;;;; "textmodes/fill.el" "textmodes/flyspell.el" "textmodes/ispell.el"
32859 ;;;;;; "textmodes/makeinfo.el" "textmodes/nroff-mode.el" "textmodes/org-export-latex.el"
32860 ;;;;;; "textmodes/org-mouse.el" "textmodes/org-publish.el" "textmodes/org.el"
32861 ;;;;;; "textmodes/page-ext.el" "textmodes/page.el" "textmodes/paragraphs.el"
32862 ;;;;;; "textmodes/picture.el" "textmodes/po.el" "textmodes/refbib.el"
32863 ;;;;;; "textmodes/refer.el" "textmodes/refill.el" "textmodes/reftex-auc.el"
32864 ;;;;;; "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el" "textmodes/reftex-global.el"
32865 ;;;;;; "textmodes/reftex-index.el" "textmodes/reftex-parse.el" "textmodes/reftex-ref.el"
32866 ;;;;;; "textmodes/reftex-sel.el" "textmodes/reftex-toc.el" "textmodes/reftex-vars.el"
32867 ;;;;;; "textmodes/reftex.el" "textmodes/remember.el" "textmodes/sgml-mode.el"
32868 ;;;;;; "textmodes/spell.el" "textmodes/table.el" "textmodes/tex-mode.el"
32869 ;;;;;; "textmodes/texinfmt.el" "textmodes/texinfo.el" "textmodes/texnfo-upd.el"
32870 ;;;;;; "textmodes/text-mode.el" "textmodes/tildify.el" "textmodes/two-column.el"
32871 ;;;;;; "textmodes/underline.el" "thingatpt.el" "thumbs.el" "time-stamp.el"
32872 ;;;;;; "time.el" "timezone.el" "tmm.el" "tool-bar.el" "tooltip.el"
32873 ;;;;;; "tree-widget.el" "tutorial.el" "type-break.el" "uniquify.el"
32874 ;;;;;; "url/url-about.el" "url/url-auth.el" "url/url-cache.el" "url/url-cid.el"
32875 ;;;;;; "url/url-cookie.el" "url/url-dav.el" "url/url-dired.el" "url/url-expand.el"
32876 ;;;;;; "url/url-file.el" "url/url-ftp.el" "url/url-gw.el" "url/url-handlers.el"
32877 ;;;;;; "url/url-history.el" "url/url-http.el" "url/url-imap.el"
32878 ;;;;;; "url/url-irc.el" "url/url-ldap.el" "url/url-mailto.el" "url/url-methods.el"
32879 ;;;;;; "url/url-misc.el" "url/url-news.el" "url/url-nfs.el" "url/url-ns.el"
32880 ;;;;;; "url/url-parse.el" "url/url-privacy.el" "url/url-proxy.el"
32881 ;;;;;; "url/url-util.el" "url/url-vars.el" "url/url.el" "url/vc-dav.el"
32882 ;;;;;; "userlock.el" "vc-arch.el" "vc-bzr.el" "vc-cvs.el" "vc-git.el"
32883 ;;;;;; "vc-hg.el" "vc-hooks.el" "vc-mcvs.el" "vc-mtn.el" "vc-rcs.el"
32884 ;;;;;; "vc-sccs.el" "vc-svn.el" "vc.el" "vcursor.el" "version.el"
32885 ;;;;;; "view.el" "vms-patch.el" "vmsproc.el" "vt-control.el" "vt100-led.el"
32886 ;;;;;; "w32-fns.el" "w32-vars.el" "wdired.el" "whitespace.el" "wid-browse.el"
32887 ;;;;;; "wid-edit.el" "widget.el" "windmove.el" "window.el" "winner.el"
32888 ;;;;;; "woman.el" "x-dnd.el" "xml.el" "xt-mouse.el") (18352 6733
32893 ;; Local Variables:
32894 ;; version-control: never
32895 ;; no-byte-compile: t
32896 ;; no-update-autoloads: t
32898 ;;; loaddefs.el ends here