* process.h (PSET): Remove.
[emacs.git] / lisp / ldefs-boot.el
blob8b7a0ab3e6fdefa60399c38b5b1b2c72dc01f91a
1 ;;; loaddefs.el --- automatically extracted autoloads
2 ;;
3 ;;; Code:
5 \f
6 ;;;### (autoloads (5x5-crack 5x5-crack-xor-mutate 5x5-crack-mutating-best
7 ;;;;;; 5x5-crack-mutating-current 5x5-crack-randomly 5x5) "5x5"
8 ;;;;;; "play/5x5.el" (20478 3673 653810 0))
9 ;;; Generated autoloads from play/5x5.el
11 (autoload '5x5 "5x5" "\
12 Play 5x5.
14 The object of 5x5 is very simple, by moving around the grid and flipping
15 squares you must fill the grid.
17 5x5 keyboard bindings are:
18 \\<5x5-mode-map>
19 Flip \\[5x5-flip-current]
20 Move up \\[5x5-up]
21 Move down \\[5x5-down]
22 Move left \\[5x5-left]
23 Move right \\[5x5-right]
24 Start new game \\[5x5-new-game]
25 New game with random grid \\[5x5-randomize]
26 Random cracker \\[5x5-crack-randomly]
27 Mutate current cracker \\[5x5-crack-mutating-current]
28 Mutate best cracker \\[5x5-crack-mutating-best]
29 Mutate xor cracker \\[5x5-crack-xor-mutate]
30 Solve with Calc \\[5x5-solve-suggest]
31 Rotate left Calc Solutions \\[5x5-solve-rotate-left]
32 Rotate right Calc Solutions \\[5x5-solve-rotate-right]
33 Quit current game \\[5x5-quit-game]
35 \(fn &optional SIZE)" t nil)
37 (autoload '5x5-crack-randomly "5x5" "\
38 Attempt to crack 5x5 using random solutions.
40 \(fn)" t nil)
42 (autoload '5x5-crack-mutating-current "5x5" "\
43 Attempt to crack 5x5 by mutating the current solution.
45 \(fn)" t nil)
47 (autoload '5x5-crack-mutating-best "5x5" "\
48 Attempt to crack 5x5 by mutating the best solution.
50 \(fn)" t nil)
52 (autoload '5x5-crack-xor-mutate "5x5" "\
53 Attempt to crack 5x5 by xoring the current and best solution.
54 Mutate the result.
56 \(fn)" t nil)
58 (autoload '5x5-crack "5x5" "\
59 Attempt to find a solution for 5x5.
61 5x5-crack takes the argument BREEDER which should be a function that takes
62 two parameters, the first will be a grid vector array that is the current
63 solution and the second will be the best solution so far. The function
64 should return a grid vector array that is the new solution.
66 \(fn BREEDER)" t nil)
68 ;;;***
70 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71 ;;;;;; (20427 14766 970343 0))
72 ;;; Generated autoloads from progmodes/ada-mode.el
74 (autoload 'ada-add-extensions "ada-mode" "\
75 Define SPEC and BODY as being valid extensions for Ada files.
76 Going from body to spec with `ff-find-other-file' used these
77 extensions.
78 SPEC and BODY are two regular expressions that must match against
79 the file name.
81 \(fn SPEC BODY)" nil nil)
83 (autoload 'ada-mode "ada-mode" "\
84 Ada mode is the major mode for editing Ada code.
86 \(fn)" t nil)
88 ;;;***
90 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91 ;;;;;; (20355 10021 546955 0))
92 ;;; Generated autoloads from progmodes/ada-stmt.el
94 (autoload 'ada-header "ada-stmt" "\
95 Insert a descriptive header at the top of the file.
97 \(fn)" t nil)
99 ;;;***
101 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102 ;;;;;; (20458 56750 651721 0))
103 ;;; Generated autoloads from progmodes/ada-xref.el
105 (autoload 'ada-find-file "ada-xref" "\
106 Open FILENAME, from anywhere in the source path.
107 Completion is available.
109 \(fn FILENAME)" t nil)
111 ;;;***
113 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
114 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116 ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117 ;;;;;; (20495 51111 757560 0))
118 ;;; Generated autoloads from vc/add-log.el
120 (put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
122 (defvar add-log-current-defun-function nil "\
123 If non-nil, function to guess name of surrounding function.
124 It is used by `add-log-current-defun' in preference to built-in rules.
125 Returns function's name as a string, or nil if outside a function.")
127 (custom-autoload 'add-log-current-defun-function "add-log" t)
129 (defvar add-log-full-name nil "\
130 Full name of user, for inclusion in ChangeLog daily headers.
131 This defaults to the value returned by the function `user-full-name'.")
133 (custom-autoload 'add-log-full-name "add-log" t)
135 (defvar add-log-mailing-address nil "\
136 Email addresses of user, for inclusion in ChangeLog headers.
137 This defaults to the value of `user-mail-address'. In addition to
138 being a simple string, this value can also be a list. All elements
139 will be recognized as referring to the same user; when creating a new
140 ChangeLog entry, one element will be chosen at random.")
142 (custom-autoload 'add-log-mailing-address "add-log" t)
144 (autoload 'prompt-for-change-log-name "add-log" "\
145 Prompt for a change log name.
147 \(fn)" nil nil)
149 (autoload 'find-change-log "add-log" "\
150 Find a change log file for \\[add-change-log-entry] and return the name.
152 Optional arg FILE-NAME specifies the file to use.
153 If FILE-NAME is nil, use the value of `change-log-default-name'.
154 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
155 \(or whatever we use on this operating system).
157 If `change-log-default-name' contains a leading directory component, then
158 simply find it in the current directory. Otherwise, search in the current
159 directory and its successive parents for a file so named.
161 Once a file is found, `change-log-default-name' is set locally in the
162 current buffer to the complete file name.
163 Optional arg BUFFER-FILE overrides `buffer-file-name'.
165 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
167 (autoload 'add-change-log-entry "add-log" "\
168 Find change log file, and add an entry for today and an item for this file.
169 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
170 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
172 Second arg FILE-NAME is file name of the change log.
173 If nil, use the value of `change-log-default-name'.
175 Third arg OTHER-WINDOW non-nil means visit in other window.
177 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
178 never append to an existing entry. Option `add-log-keep-changes-together'
179 otherwise affects whether a new entry is created.
181 Fifth arg PUT-NEW-ENTRY-ON-NEW-LINE non-nil means that if a new
182 entry is created, put it on a new line by itself, do not put it
183 after a comma on an existing line.
185 Option `add-log-always-start-new-record' non-nil means always create a
186 new record, even when the last record was made on the same date and by
187 the same person.
189 The change log file can start with a copyright notice and a copying
190 permission notice. The first blank line indicates the end of these
191 notices.
193 Today's date is calculated according to `add-log-time-zone-rule' if
194 non-nil, otherwise in local time.
196 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil)
198 (autoload 'add-change-log-entry-other-window "add-log" "\
199 Find change log file in other window and add entry and item.
200 This is just like `add-change-log-entry' except that it displays
201 the change log file in another window.
203 \(fn &optional WHOAMI FILE-NAME)" t nil)
205 (autoload 'change-log-mode "add-log" "\
206 Major mode for editing change logs; like Indented Text mode.
207 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
208 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
209 Each entry behaves as a paragraph, and the entries for one day as a page.
210 Runs `change-log-mode-hook'.
212 \\{change-log-mode-map}
214 \(fn)" t nil)
216 (defvar add-log-lisp-like-modes '(emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode) "\
217 Modes that look like Lisp to `add-log-current-defun'.")
219 (defvar add-log-c-like-modes '(c-mode c++-mode c++-c-mode objc-mode) "\
220 Modes that look like C to `add-log-current-defun'.")
222 (defvar add-log-tex-like-modes '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) "\
223 Modes that look like TeX to `add-log-current-defun'.")
225 (autoload 'add-log-current-defun "add-log" "\
226 Return name of function definition point is in, or nil.
228 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
229 Texinfo (@node titles) and Perl.
231 Other modes are handled by a heuristic that looks in the 10K before
232 point for uppercase headings starting in the first column or
233 identifiers followed by `:' or `='. See variables
234 `add-log-current-defun-header-regexp' and
235 `add-log-current-defun-function'.
237 Has a preference of looking backwards.
239 \(fn)" nil nil)
241 (autoload 'change-log-merge "add-log" "\
242 Merge the contents of change log file OTHER-LOG with this buffer.
243 Both must be found in Change Log mode (since the merging depends on
244 the appropriate motion commands). OTHER-LOG can be either a file name
245 or a buffer.
247 Entries are inserted in chronological order. Both the current and
248 old-style time formats for entries are supported.
250 \(fn OTHER-LOG)" t nil)
252 ;;;***
254 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256 ;;;;;; "advice" "emacs-lisp/advice.el" (20497 6436 957082 0))
257 ;;; Generated autoloads from emacs-lisp/advice.el
259 (defvar ad-redefinition-action 'warn "\
260 Defines what to do with redefinitions during Advice de/activation.
261 Redefinition occurs if a previously activated function that already has an
262 original definition associated with it gets redefined and then de/activated.
263 In such a case we can either accept the current definition as the new
264 original definition, discard the current definition and replace it with the
265 old original, or keep it and raise an error. The values `accept', `discard',
266 `error' or `warn' govern what will be done. `warn' is just like `accept' but
267 it additionally prints a warning message. All other values will be
268 interpreted as `error'.")
270 (custom-autoload 'ad-redefinition-action "advice" t)
272 (defvar ad-default-compilation-action 'maybe "\
273 Defines whether to compile advised definitions during activation.
274 A value of `always' will result in unconditional compilation, `never' will
275 always avoid compilation, `maybe' will compile if the byte-compiler is already
276 loaded, and `like-original' will compile if the original definition of the
277 advised function is compiled or a built-in function. Every other value will
278 be interpreted as `maybe'. This variable will only be considered if the
279 COMPILE argument of `ad-activate' was supplied as nil.")
281 (custom-autoload 'ad-default-compilation-action "advice" t)
283 (autoload 'ad-enable-advice "advice" "\
284 Enables the advice of FUNCTION with CLASS and NAME.
286 \(fn FUNCTION CLASS NAME)" t nil)
288 (autoload 'ad-disable-advice "advice" "\
289 Disable the advice of FUNCTION with CLASS and NAME.
291 \(fn FUNCTION CLASS NAME)" t nil)
293 (autoload 'ad-add-advice "advice" "\
294 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
296 ADVICE has the form (NAME PROTECTED ENABLED DEFINITION), where
297 NAME is the advice name; PROTECTED is a flag specifying whether
298 to protect against non-local exits; ENABLED is a flag specifying
299 whether to initially enable the advice; and DEFINITION has the
300 form (advice . LAMBDA), where LAMBDA is a lambda expression.
302 If FUNCTION already has a piece of advice with the same name,
303 then POSITION is ignored, and the old advice is overwritten with
304 the new one.
306 If FUNCTION already has one or more pieces of advice of the
307 specified CLASS, then POSITION determines where the new piece
308 goes. POSITION can either be `first', `last' or a number (where
309 0 corresponds to `first', and numbers outside the valid range are
310 mapped to the closest extremal position).
312 If FUNCTION was not advised already, its advice info will be
313 initialized. Redefining a piece of advice whose name is part of
314 the cache-id will clear the cache.
316 See Info node `(elisp)Computed Advice' for detailed documentation.
318 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
320 (autoload 'ad-activate "advice" "\
321 Activate all the advice information of an advised FUNCTION.
322 If FUNCTION has a proper original definition then an advised
323 definition will be generated from FUNCTION's advice info and the
324 definition of FUNCTION will be replaced with it. If a previously
325 cached advised definition was available, it will be used.
326 The optional COMPILE argument determines whether the resulting function
327 or a compilable cached definition will be compiled. If it is negative
328 no compilation will be performed, if it is positive or otherwise non-nil
329 the resulting function will be compiled, if it is nil the behavior depends
330 on the value of `ad-default-compilation-action' (which see).
331 Activation of an advised function that has an advice info but no actual
332 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
333 an advised function that has actual pieces of advice but none of them are
334 enabled is equivalent to a call to `ad-deactivate'. The current advised
335 definition will always be cached for later usage.
337 \(fn FUNCTION &optional COMPILE)" t nil)
339 (autoload 'defadvice "advice" "\
340 Define a piece of advice for FUNCTION (a symbol).
341 The syntax of `defadvice' is as follows:
343 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
344 [DOCSTRING] [INTERACTIVE-FORM]
345 BODY...)
347 FUNCTION ::= Name of the function to be advised.
348 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
349 NAME ::= Non-nil symbol that names this piece of advice.
350 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
351 see also `ad-add-advice'.
352 ARGLIST ::= An optional argument list to be used for the advised function
353 instead of the argument list of the original. The first one found in
354 before/around/after-advices will be used.
355 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
356 All flags can be specified with unambiguous initial substrings.
357 DOCSTRING ::= Optional documentation for this piece of advice.
358 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
359 function. The first one found in before/around/after-advices will be used.
360 BODY ::= Any s-expression.
362 Semantics of the various flags:
363 `protect': The piece of advice will be protected against non-local exits in
364 any code that precedes it. If any around-advice of a function is protected
365 then automatically all around-advices will be protected (the complete onion).
367 `activate': All advice of FUNCTION will be activated immediately if
368 FUNCTION has been properly defined prior to this application of `defadvice'.
370 `compile': In conjunction with `activate' specifies that the resulting
371 advised function should be compiled.
373 `disable': The defined advice will be disabled, hence, it will not be used
374 during activation until somebody enables it.
376 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
377 time. This generates a compiled advised definition according to the current
378 advice state that will be used during activation if appropriate. Only use
379 this if the `defadvice' gets actually compiled.
381 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
382 to this particular single advice. No other advice information will be saved.
383 Frozen advices cannot be undone, they behave like a hard redefinition of
384 the advised function. `freeze' implies `activate' and `preactivate'. The
385 documentation of the advised function can be dumped onto the `DOC' file
386 during preloading.
388 See Info node `(elisp)Advising Functions' for comprehensive documentation.
389 usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
390 [DOCSTRING] [INTERACTIVE-FORM]
391 BODY...)
393 \(fn FUNCTION ARGS &rest BODY)" nil t)
395 (put 'defadvice 'doc-string-elt '3)
397 ;;;***
399 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400 ;;;;;; align-highlight-rule align-current align-entire align-regexp
401 ;;;;;; align) "align" "align.el" (20355 10021 546955 0))
402 ;;; Generated autoloads from align.el
404 (autoload 'align "align" "\
405 Attempt to align a region based on a set of alignment rules.
406 BEG and END mark the region. If BEG and END are specifically set to
407 nil (this can only be done programmatically), the beginning and end of
408 the current alignment section will be calculated based on the location
409 of point, and the value of `align-region-separate' (or possibly each
410 rule's `separate' attribute).
412 If SEPARATE is non-nil, it overrides the value of
413 `align-region-separate' for all rules, except those that have their
414 `separate' attribute set.
416 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
417 default rule lists defined in `align-rules-list' and
418 `align-exclude-rules-list'. See `align-rules-list' for more details
419 on the format of these lists.
421 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
423 (autoload 'align-regexp "align" "\
424 Align the current region using an ad-hoc rule read from the minibuffer.
425 BEG and END mark the limits of the region. This function will prompt
426 for the REGEXP to align with. If no prefix arg was specified, you
427 only need to supply the characters to be lined up and any preceding
428 whitespace is replaced. If a prefix arg was specified, the full
429 regexp with parenthesized whitespace should be supplied; it will also
430 prompt for which parenthesis GROUP within REGEXP to modify, the amount
431 of SPACING to use, and whether or not to REPEAT the rule throughout
432 the line. See `align-rules-list' for more information about these
433 options.
435 For example, let's say you had a list of phone numbers, and wanted to
436 align them so that the opening parentheses would line up:
438 Fred (123) 456-7890
439 Alice (123) 456-7890
440 Mary-Anne (123) 456-7890
441 Joe (123) 456-7890
443 There is no predefined rule to handle this, but you could easily do it
444 using a REGEXP like \"(\". All you would have to do is to mark the
445 region, call `align-regexp' and type in that regular expression.
447 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
449 (autoload 'align-entire "align" "\
450 Align the selected region as if it were one alignment section.
451 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
452 is set to a list of rules (see `align-rules-list'), it can be used to
453 override the default alignment rules that would have been used to
454 align that section.
456 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
458 (autoload 'align-current "align" "\
459 Call `align' on the current alignment section.
460 This function assumes you want to align only the current section, and
461 so saves you from having to specify the region. If RULES or
462 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
463 can be used to override the default alignment rules that would have
464 been used to align that section.
466 \(fn &optional RULES EXCLUDE-RULES)" t nil)
468 (autoload 'align-highlight-rule "align" "\
469 Highlight the whitespace which a given rule would have modified.
470 BEG and END mark the extent of the region. TITLE identifies the rule
471 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
472 list of rules (see `align-rules-list'), it can be used to override the
473 default alignment rules that would have been used to identify the text
474 to be colored.
476 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
478 (autoload 'align-unhighlight-rule "align" "\
479 Remove any highlighting that was added by `align-highlight-rule'.
481 \(fn)" t nil)
483 (autoload 'align-newline-and-indent "align" "\
484 A replacement function for `newline-and-indent', aligning as it goes.
486 \(fn)" t nil)
488 ;;;***
490 ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491 ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492 ;;;;;; (20399 35365 4050 0))
493 ;;; Generated autoloads from allout.el
495 (autoload 'allout-auto-activation-helper "allout" "\
496 Institute `allout-auto-activation'.
498 Intended to be used as the `allout-auto-activation' :set function.
500 \(fn VAR VALUE)" nil nil)
502 (autoload 'allout-setup "allout" "\
503 Do fundamental Emacs session for allout auto-activation.
505 Establishes allout processing as part of visiting a file if
506 `allout-auto-activation' is non-nil, or removes it otherwise.
508 The proper way to use this is through customizing the setting of
509 `allout-auto-activation'.
511 \(fn)" nil nil)
513 (defvar allout-auto-activation nil "\
514 Configure allout outline mode auto-activation.
516 Control whether and how allout outline mode is automatically
517 activated when files are visited with non-nil buffer-specific
518 file variable `allout-layout'.
520 When allout-auto-activation is \"On\" (t), allout mode is
521 activated in buffers with non-nil `allout-layout', and the
522 specified layout is applied.
524 With value \"ask\", auto-mode-activation is enabled, and endorsement for
525 performing auto-layout is asked of the user each time.
527 With value \"activate\", only auto-mode-activation is enabled.
528 Auto-layout is not.
530 With value nil, inhibit any automatic allout-mode activation.")
532 (custom-autoload 'allout-auto-activation "allout" nil)
534 (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
536 (put 'allout-reindent-bodies 'safe-local-variable (lambda (x) (memq x '(nil t text force))))
538 (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
540 (put 'allout-header-prefix 'safe-local-variable 'stringp)
542 (put 'allout-primary-bullet 'safe-local-variable 'stringp)
544 (put 'allout-plain-bullets-string 'safe-local-variable 'stringp)
546 (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp)
548 (put 'allout-use-mode-specific-leader 'safe-local-variable (lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x))))
550 (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
552 (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
554 (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x)))))
556 (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)))))
558 (put 'allout-presentation-padding 'safe-local-variable 'integerp)
560 (put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
562 (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
564 (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
566 (autoload 'allout-mode-p "allout" "\
567 Return t if `allout-mode' is active in current buffer.
569 \(fn)" nil t)
571 (autoload 'allout-mode "allout" "\
572 Toggle Allout outline mode.
573 With a prefix argument ARG, enable Allout outline mode if ARG is
574 positive, and disable it otherwise. If called from Lisp, enable
575 the mode if ARG is omitted or nil.
577 \\<allout-mode-map-value>
578 Allout outline mode is a minor mode that provides extensive
579 outline oriented formatting and manipulation. It enables
580 structural editing of outlines, as well as navigation and
581 exposure. It also is specifically aimed at accommodating
582 syntax-sensitive text like programming languages. (For example,
583 see the allout code itself, which is organized as an allout
584 outline.)
586 In addition to typical outline navigation and exposure, allout includes:
588 - topic-oriented authoring, including keystroke-based topic creation,
589 repositioning, promotion/demotion, cut, and paste
590 - incremental search with dynamic exposure and reconcealment of hidden text
591 - adjustable format, so programming code can be developed in outline-structure
592 - easy topic encryption and decryption, symmetric or key-pair
593 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
594 - integral outline layout, for automatic initial exposure when visiting a file
595 - independent extensibility, using comprehensive exposure and authoring hooks
597 and many other features.
599 Below is a description of the key bindings, and then description
600 of special `allout-mode' features and terminology. See also the
601 outline menubar additions for quick reference to many of the
602 features. Customize `allout-auto-activation' to prepare your
603 Emacs session for automatic activation of `allout-mode'.
605 The bindings are those listed in `allout-prefixed-keybindings'
606 and `allout-unprefixed-keybindings'. We recommend customizing
607 `allout-command-prefix' to use just `\\C-c' as the command
608 prefix, if the allout bindings don't conflict with any personal
609 bindings you have on \\C-c. In any case, outline structure
610 navigation and authoring is simplified by positioning the cursor
611 on an item's bullet character, the \"hot-spot\" -- then you can
612 invoke allout commands with just the un-prefixed,
613 un-control-shifted command letters. This is described further in
614 the HOT-SPOT Operation section.
616 Exposure Control:
617 ----------------
618 \\[allout-hide-current-subtree] `allout-hide-current-subtree'
619 \\[allout-show-children] `allout-show-children'
620 \\[allout-show-current-subtree] `allout-show-current-subtree'
621 \\[allout-show-current-entry] `allout-show-current-entry'
622 \\[allout-show-all] `allout-show-all'
624 Navigation:
625 ----------
626 \\[allout-next-visible-heading] `allout-next-visible-heading'
627 \\[allout-previous-visible-heading] `allout-previous-visible-heading'
628 \\[allout-up-current-level] `allout-up-current-level'
629 \\[allout-forward-current-level] `allout-forward-current-level'
630 \\[allout-backward-current-level] `allout-backward-current-level'
631 \\[allout-end-of-entry] `allout-end-of-entry'
632 \\[allout-beginning-of-current-entry] `allout-beginning-of-current-entry' (alternately, goes to hot-spot)
633 \\[allout-beginning-of-line] `allout-beginning-of-line' -- like regular beginning-of-line, but
634 if immediately repeated cycles to the beginning of the current item
635 and then to the hot-spot (if `allout-beginning-of-line-cycles' is set).
638 Topic Header Production:
639 -----------------------
640 \\[allout-open-sibtopic] `allout-open-sibtopic' Create a new sibling after current topic.
641 \\[allout-open-subtopic] `allout-open-subtopic' ... an offspring of current topic.
642 \\[allout-open-supertopic] `allout-open-supertopic' ... a sibling of the current topic's parent.
644 Topic Level and Prefix Adjustment:
645 ---------------------------------
646 \\[allout-shift-in] `allout-shift-in' Shift current topic and all offspring deeper
647 \\[allout-shift-out] `allout-shift-out' ... less deep
648 \\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
649 current topic
650 \\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
651 its offspring -- distinctive bullets are not changed, others
652 are alternated according to nesting depth.
653 \\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
654 the offspring are not affected.
655 With repeat count, revoke numbering.
657 Topic-oriented Killing and Yanking:
658 ----------------------------------
659 \\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
660 \\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
661 \\[allout-kill-line] `allout-kill-line' Kill line, attending to outline structure.
662 \\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
663 \\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
664 depth of heading if yanking into bare topic
665 heading (ie, prefix sans text).
666 \\[allout-yank-pop] `allout-yank-pop' Is to `allout-yank' as `yank-pop' is to `yank'.
668 Topic-oriented Encryption:
669 -------------------------
670 \\[allout-toggle-current-subtree-encryption] `allout-toggle-current-subtree-encryption'
671 Encrypt/Decrypt topic content
673 Misc commands:
674 -------------
675 M-x outlineify-sticky Activate outline mode for current buffer,
676 and establish a default file-var setting
677 for `allout-layout'.
678 \\[allout-mark-topic] `allout-mark-topic'
679 \\[allout-copy-exposed-to-buffer] `allout-copy-exposed-to-buffer'
680 Duplicate outline, sans concealed text, to
681 buffer with name derived from derived from that
682 of current buffer -- \"*BUFFERNAME exposed*\".
683 \\[allout-flatten-exposed-to-buffer] `allout-flatten-exposed-to-buffer'
684 Like above 'copy-exposed', but convert topic
685 prefixes to section.subsection... numeric
686 format.
687 \\[customize-variable] allout-auto-activation
688 Prepare Emacs session for allout outline mode
689 auto-activation.
691 Topic Encryption
693 Outline mode supports gpg encryption of topics, with support for
694 symmetric and key-pair modes, and auto-encryption of topics
695 pending encryption on save.
697 Topics pending encryption are, by default, automatically
698 encrypted during file saves, including checkpoint saves, to avoid
699 exposing the plain text of encrypted topics in the file system.
700 If the content of the topic containing the cursor was encrypted
701 for a save, it is automatically decrypted for continued editing.
703 NOTE: A few GnuPG v2 versions improperly preserve incorrect
704 symmetric decryption keys, preventing entry of the correct key on
705 subsequent decryption attempts until the cache times-out. That
706 can take several minutes. (Decryption of other entries is not
707 affected.) Upgrade your EasyPG version, if you can, and you can
708 deliberately clear your gpg-agent's cache by sending it a '-HUP'
709 signal.
711 See `allout-toggle-current-subtree-encryption' function docstring
712 and `allout-encrypt-unencrypted-on-saves' customization variable
713 for details.
715 HOT-SPOT Operation
717 Hot-spot operation provides a means for easy, single-keystroke outline
718 navigation and exposure control.
720 When the text cursor is positioned directly on the bullet character of
721 a topic, regular characters (a to z) invoke the commands of the
722 corresponding allout-mode keymap control chars. For example, \"f\"
723 would invoke the command typically bound to \"C-c<space>C-f\"
724 \(\\[allout-forward-current-level] `allout-forward-current-level').
726 Thus, by positioning the cursor on a topic bullet, you can
727 execute the outline navigation and manipulation commands with a
728 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
729 this special translation, so you can use them to get out of the
730 hot-spot and back to normal editing operation.
732 In allout-mode, the normal beginning-of-line command (\\[allout-beginning-of-line]) is
733 replaced with one that makes it easy to get to the hot-spot. If you
734 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
735 is set) to the beginning of the item and then, if you hit it again
736 immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry'
737 \(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located
738 at the beginning of the current entry.
740 Extending Allout
742 Allout exposure and authoring activities all have associated
743 hooks, by which independent code can cooperate with allout
744 without changes to the allout core. Here are key ones:
746 `allout-mode-hook'
747 `allout-mode-deactivate-hook' (deprecated)
748 `allout-mode-off-hook'
749 `allout-exposure-change-functions'
750 `allout-structure-added-functions'
751 `allout-structure-deleted-functions'
752 `allout-structure-shifted-functions'
753 `allout-after-copy-or-kill-hook'
754 `allout-post-undo-hook'
756 Terminology
758 Topic hierarchy constituents -- TOPICS and SUBTOPICS:
760 ITEM: A unitary outline element, including the HEADER and ENTRY text.
761 TOPIC: An ITEM and any ITEMs contained within it, ie having greater DEPTH
762 and with no intervening items of lower DEPTH than the container.
763 CURRENT ITEM:
764 The visible ITEM most immediately containing the cursor.
765 DEPTH: The degree of nesting of an ITEM; it increases with containment.
766 The DEPTH is determined by the HEADER PREFIX. The DEPTH is also
767 called the:
768 LEVEL: The same as DEPTH.
770 ANCESTORS:
771 Those ITEMs whose TOPICs contain an ITEM.
772 PARENT: An ITEM's immediate ANCESTOR. It has a DEPTH one less than that
773 of the ITEM.
774 OFFSPRING:
775 The ITEMs contained within an ITEM's TOPIC.
776 SUBTOPIC:
777 An OFFSPRING of its ANCESTOR TOPICs.
778 CHILD:
779 An immediate SUBTOPIC of its PARENT.
780 SIBLINGS:
781 TOPICs having the same PARENT and DEPTH.
783 Topic text constituents:
785 HEADER: The first line of an ITEM, include the ITEM PREFIX and HEADER
786 text.
787 ENTRY: The text content of an ITEM, before any OFFSPRING, but including
788 the HEADER text and distinct from the ITEM PREFIX.
789 BODY: Same as ENTRY.
790 PREFIX: The leading text of an ITEM which distinguishes it from normal
791 ENTRY text. Allout recognizes the outline structure according
792 to the strict PREFIX format. It consists of a PREFIX-LEAD string,
793 PREFIX-PADDING, and a BULLET. The BULLET might be followed by a
794 number, indicating the ordinal number of the topic among its
795 siblings, or an asterisk indicating encryption, plus an optional
796 space. After that is the ITEM HEADER text, which is not part of
797 the PREFIX.
799 The relative length of the PREFIX determines the nesting DEPTH
800 of the ITEM.
801 PREFIX-LEAD:
802 The string at the beginning of a HEADER PREFIX, by default a `.'.
803 It can be customized by changing the setting of
804 `allout-header-prefix' and then reinitializing `allout-mode'.
806 When the PREFIX-LEAD is set to the comment-string of a
807 programming language, outline structuring can be embedded in
808 program code without interfering with processing of the text
809 (by Emacs or the language processor) as program code. This
810 setting happens automatically when allout mode is used in
811 programming-mode buffers. See `allout-use-mode-specific-leader'
812 docstring for more detail.
813 PREFIX-PADDING:
814 Spaces or asterisks which separate the PREFIX-LEAD and the
815 bullet, determining the ITEM's DEPTH.
816 BULLET: A character at the end of the ITEM PREFIX, it must be one of
817 the characters listed on `allout-plain-bullets-string' or
818 `allout-distinctive-bullets-string'. When creating a TOPIC,
819 plain BULLETs are by default used, according to the DEPTH of the
820 TOPIC. Choice among the distinctive BULLETs is offered when you
821 provide a universal argument (\\[universal-argument]) to the
822 TOPIC creation command, or when explicitly rebulleting a TOPIC. The
823 significance of the various distinctive bullets is purely by
824 convention. See the documentation for the above bullet strings for
825 more details.
826 EXPOSURE:
827 The state of a TOPIC which determines the on-screen visibility
828 of its OFFSPRING and contained ENTRY text.
829 CONCEALED:
830 TOPICs and ENTRY text whose EXPOSURE is inhibited. Concealed
831 text is represented by \"...\" ellipses.
833 CONCEALED TOPICs are effectively collapsed within an ANCESTOR.
834 CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
835 OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
837 \(fn &optional ARG)" t nil)
839 (defalias 'outlinify-sticky 'outlineify-sticky)
841 (autoload 'outlineify-sticky "allout" "\
842 Activate outline mode and establish file var so it is started subsequently.
844 See `allout-layout' and customization of `allout-auto-activation'
845 for details on preparing Emacs for automatic allout activation.
847 \(fn &optional ARG)" t nil)
849 ;;;***
851 ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852 ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853 ;;;;;; (20437 50597 545250 0))
854 ;;; Generated autoloads from allout-widgets.el
856 (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
858 (autoload 'allout-widgets-setup "allout-widgets" "\
859 Commission or decommission allout-widgets-mode along with allout-mode.
861 Meant to be used by customization of `allout-widgets-auto-activation'.
863 \(fn VARNAME VALUE)" nil nil)
865 (defvar allout-widgets-auto-activation nil "\
866 Activate to enable allout icon graphics wherever allout mode is active.
868 Also enable `allout-auto-activation' for this to take effect upon
869 visiting an outline.
871 When this is set you can disable allout widgets in select files
872 by setting `allout-widgets-mode-inhibit'
874 Instead of setting `allout-widgets-auto-activation' you can
875 explicitly invoke `allout-widgets-mode' in allout buffers where
876 you want allout widgets operation.
878 See `allout-widgets-mode' for allout widgets mode features.")
880 (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil)
882 (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
884 (autoload 'allout-widgets-mode "allout-widgets" "\
885 Toggle Allout Widgets mode.
886 With a prefix argument ARG, enable Allout Widgets mode if ARG is
887 positive, and disable it otherwise. If called from Lisp, enable
888 the mode if ARG is omitted or nil.
890 Allout Widgets mode is an extension of Allout mode that provides
891 graphical decoration of outline structure. It is meant to
892 operate along with `allout-mode', via `allout-mode-hook'.
894 The graphics include:
896 - guide lines connecting item bullet-icons with those of their subitems.
898 - icons for item bullets, varying to indicate whether or not the item
899 has subitems, and if so, whether or not the item is expanded.
901 - cue area between the bullet-icon and the start of the body headline,
902 for item numbering, encryption indicator, and distinctive bullets.
904 The bullet-icon and guide line graphics provide keybindings and mouse
905 bindings for easy outline navigation and exposure control, extending
906 outline hot-spot navigation (see `allout-mode').
908 \(fn &optional ARG)" t nil)
910 ;;;***
912 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913 ;;;;;; "net/ange-ftp.el" (20501 3499 284800 0))
914 ;;; Generated autoloads from net/ange-ftp.el
916 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
918 (autoload 'ange-ftp-reread-dir "ange-ftp" "\
919 Reread remote directory DIR to update the directory cache.
920 The implementation of remote FTP file names caches directory contents
921 for speed. Therefore, when new remote files are created, Emacs
922 may not know they exist. You can use this command to reread a specific
923 directory, so that Emacs will know its current contents.
925 \(fn &optional DIR)" t nil)
927 (autoload 'ange-ftp-hook-function "ange-ftp" "\
930 \(fn OPERATION &rest ARGS)" nil nil)
932 ;;;***
934 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935 ;;;;;; "animate" "play/animate.el" (20355 10021 546955 0))
936 ;;; Generated autoloads from play/animate.el
938 (autoload 'animate-string "animate" "\
939 Display STRING animations starting at position VPOS, HPOS.
940 The characters start at randomly chosen places,
941 and all slide in parallel to their final positions,
942 passing through `animate-n-steps' positions before the final ones.
943 If HPOS is nil (or omitted), center the string horizontally
944 in the current window.
946 \(fn STRING VPOS &optional HPOS)" nil nil)
948 (autoload 'animate-sequence "animate" "\
949 Display animation strings from LIST-OF-STRING with buffer *Animation*.
950 Strings will be separated from each other by SPACE lines.
951 When the variable `animation-buffer-name' is non-nil display
952 animation in the buffer named by variable's value, creating the
953 buffer if one does not exist.
955 \(fn LIST-OF-STRINGS SPACE)" nil nil)
957 (autoload 'animate-birthday-present "animate" "\
958 Return a birthday present in the buffer *Birthday-Present*.
959 When optional arg NAME is non-nil or called-interactively, prompt for
960 NAME of birthday present receiver and return a birthday present in
961 the buffer *Birthday-Present-for-Name*.
963 \(fn &optional NAME)" t nil)
965 ;;;***
967 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968 ;;;;;; "ansi-color" "ansi-color.el" (20453 38823 158957 0))
969 ;;; Generated autoloads from ansi-color.el
971 (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
972 Set `ansi-color-for-comint-mode' to t.
974 \(fn)" t nil)
976 (autoload 'ansi-color-process-output "ansi-color" "\
977 Maybe translate SGR control sequences of comint output into text properties.
979 Depending on variable `ansi-color-for-comint-mode' the comint output is
980 either not processed, SGR control sequences are filtered using
981 `ansi-color-filter-region', or SGR control sequences are translated into
982 text properties using `ansi-color-apply-on-region'.
984 The comint output is assumed to lie between the marker
985 `comint-last-output-start' and the process-mark.
987 This is a good function to put in `comint-output-filter-functions'.
989 \(fn IGNORED)" nil nil)
991 ;;;***
993 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20427 14766 970343
995 ;;;;;; 0))
996 ;;; Generated autoloads from progmodes/antlr-mode.el
998 (autoload 'antlr-show-makefile-rules "antlr-mode" "\
999 Show Makefile rules for all grammar files in the current directory.
1000 If the `major-mode' of the current buffer has the value `makefile-mode',
1001 the rules are directory inserted at point. Otherwise, a *Help* buffer
1002 is shown with the rules which are also put into the `kill-ring' for
1003 \\[yank].
1005 This command considers import/export vocabularies and grammar
1006 inheritance and provides a value for the \"-glib\" option if necessary.
1007 Customize variable `antlr-makefile-specification' for the appearance of
1008 the rules.
1010 If the file for a super-grammar cannot be determined, special file names
1011 are used according to variable `antlr-unknown-file-formats' and a
1012 commentary with value `antlr-help-unknown-file-text' is added. The
1013 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
1015 \(fn)" t nil)
1017 (autoload 'antlr-mode "antlr-mode" "\
1018 Major mode for editing ANTLR grammar files.
1020 \(fn)" t nil)
1022 (autoload 'antlr-set-tabs "antlr-mode" "\
1023 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
1024 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1026 \(fn)" nil nil)
1028 ;;;***
1030 ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1031 ;;;;;; (20355 10021 546955 0))
1032 ;;; Generated autoloads from calendar/appt.el
1034 (autoload 'appt-add "appt" "\
1035 Add an appointment for today at TIME with message MSG.
1036 The time should be in either 24 hour format or am/pm format.
1037 Optional argument WARNTIME is an integer (or string) giving the number
1038 of minutes before the appointment at which to start warning.
1039 The default is `appt-message-warning-time'.
1041 \(fn TIME MSG &optional WARNTIME)" t nil)
1043 (autoload 'appt-activate "appt" "\
1044 Toggle checking of appointments.
1045 With optional numeric argument ARG, turn appointment checking on if
1046 ARG is positive, otherwise off.
1048 \(fn &optional ARG)" t nil)
1050 ;;;***
1052 ;;;### (autoloads (apropos-documentation apropos-value apropos-library
1053 ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1054 ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20497 6436
1055 ;;;;;; 957082 0))
1056 ;;; Generated autoloads from apropos.el
1058 (autoload 'apropos-read-pattern "apropos" "\
1059 Read an apropos pattern, either a word list or a regexp.
1060 Returns the user pattern, either a list of words which are matched
1061 literally, or a string which is used as a regexp to search for.
1063 SUBJECT is a string that is included in the prompt to identify what
1064 kind of objects to search.
1066 \(fn SUBJECT)" nil nil)
1068 (autoload 'apropos-variable "apropos" "\
1069 Show user variables that match PATTERN.
1070 PATTERN can be a word, a list of words (separated by spaces),
1071 or a regexp (using some regexp special characters). If it is a word,
1072 search for matches for that word as a substring. If it is a list of words,
1073 search for matches for any two (or more) of those words.
1075 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1076 normal variables.
1078 \(fn PATTERN &optional DO-ALL)" t nil)
1080 (defalias 'command-apropos 'apropos-command)
1082 (autoload 'apropos-command "apropos" "\
1083 Show commands (interactively callable functions) that match PATTERN.
1084 PATTERN can be a word, a list of words (separated by spaces),
1085 or a regexp (using some regexp special characters). If it is a word,
1086 search for matches for that word as a substring. If it is a list of words,
1087 search for matches for any two (or more) of those words.
1089 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1090 noninteractive functions.
1092 If VAR-PREDICATE is non-nil, show only variables, and only those that
1093 satisfy the predicate VAR-PREDICATE.
1095 When called from a Lisp program, a string PATTERN is used as a regexp,
1096 while a list of strings is used as a word list.
1098 \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil)
1100 (autoload 'apropos-documentation-property "apropos" "\
1101 Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
1103 \(fn SYMBOL PROPERTY RAW)" nil nil)
1105 (autoload 'apropos "apropos" "\
1106 Show all meaningful Lisp symbols whose names match PATTERN.
1107 Symbols are shown if they are defined as functions, variables, or
1108 faces, or if they have nonempty property lists.
1110 PATTERN can be a word, a list of words (separated by spaces),
1111 or a regexp (using some regexp special characters). If it is a word,
1112 search for matches for that word as a substring. If it is a list of words,
1113 search for matches for any two (or more) of those words.
1115 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1116 consider all symbols (if they match PATTERN).
1118 Returns list of symbols and documentation found.
1120 \(fn PATTERN &optional DO-ALL)" t nil)
1122 (autoload 'apropos-library "apropos" "\
1123 List the variables and functions defined by library FILE.
1124 FILE should be one of the libraries currently loaded and should
1125 thus be found in `load-history'. If `apropos-do-all' is non-nil,
1126 the output includes key-bindings of commands.
1128 \(fn FILE)" t nil)
1130 (autoload 'apropos-value "apropos" "\
1131 Show all symbols whose value's printed representation matches PATTERN.
1132 PATTERN can be a word, a list of words (separated by spaces),
1133 or a regexp (using some regexp special characters). If it is a word,
1134 search for matches for that word as a substring. If it is a list of words,
1135 search for matches for any two (or more) of those words.
1137 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1138 at function definitions (arguments, documentation and body) and at the
1139 names and values of properties.
1141 Returns list of symbols and values found.
1143 \(fn PATTERN &optional DO-ALL)" t nil)
1145 (autoload 'apropos-documentation "apropos" "\
1146 Show symbols whose documentation contains matches for PATTERN.
1147 PATTERN can be a word, a list of words (separated by spaces),
1148 or a regexp (using some regexp special characters). If it is a word,
1149 search for matches for that word as a substring. If it is a list of words,
1150 search for matches for any two (or more) of those words.
1152 Note that by default this command only searches in the file specified by
1153 `internal-doc-file-name'; i.e., the etc/DOC file. With \\[universal-argument] prefix,
1154 or if `apropos-do-all' is non-nil, it searches all currently defined
1155 documentation strings.
1157 Returns list of symbols and documentation found.
1159 \(fn PATTERN &optional DO-ALL)" t nil)
1161 ;;;***
1163 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20387
1164 ;;;;;; 44199 24128 0))
1165 ;;; Generated autoloads from arc-mode.el
1167 (autoload 'archive-mode "arc-mode" "\
1168 Major mode for viewing an archive file in a dired-like way.
1169 You can move around using the usual cursor motion commands.
1170 Letters no longer insert themselves.
1171 Type `e' to pull a file out of the archive and into its own buffer;
1172 or click mouse-2 on the file's line in the archive mode buffer.
1174 If you edit a sub-file of this archive (as with the `e' command) and
1175 save it, the contents of that buffer will be saved back into the
1176 archive.
1178 \\{archive-mode-map}
1180 \(fn &optional FORCE)" nil nil)
1182 ;;;***
1184 ;;;### (autoloads (array-mode) "array" "array.el" (20355 10021 546955
1185 ;;;;;; 0))
1186 ;;; Generated autoloads from array.el
1188 (autoload 'array-mode "array" "\
1189 Major mode for editing arrays.
1191 Array mode is a specialized mode for editing arrays. An array is
1192 considered to be a two-dimensional set of strings. The strings are
1193 NOT recognized as integers or real numbers.
1195 The array MUST reside at the top of the buffer.
1197 TABs are not respected, and may be converted into spaces at any time.
1198 Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion,
1199 but will cause many functions to give errors if they encounter one.
1201 Upon entering array mode, you will be prompted for the values of
1202 several variables. Others will be calculated based on the values you
1203 supply. These variables are all local to the buffer. Other buffer
1204 in array mode may have different values assigned to the variables.
1205 The variables are:
1207 Variables you assign:
1208 array-max-row: The number of rows in the array.
1209 array-max-column: The number of columns in the array.
1210 array-columns-per-line: The number of columns in the array per line of buffer.
1211 array-field-width: The width of each field, in characters.
1212 array-rows-numbered: A logical variable describing whether to ignore
1213 row numbers in the buffer.
1215 Variables which are calculated:
1216 array-line-length: The number of characters in a buffer line.
1217 array-lines-per-row: The number of buffer lines used to display each row.
1219 The following commands are available (an asterisk indicates it may
1220 take a numeric prefix argument):
1222 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1223 * \\[array-backward-column] Move backward one column.
1224 * \\[array-next-row] Move down one row.
1225 * \\[array-previous-row] Move up one row.
1227 * \\[array-copy-forward] Copy the current field into the column to the right.
1228 * \\[array-copy-backward] Copy the current field into the column to the left.
1229 * \\[array-copy-down] Copy the current field into the row below.
1230 * \\[array-copy-up] Copy the current field into the row above.
1232 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1233 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1234 * \\[array-copy-row-down] Copy the current row into the row below.
1235 * \\[array-copy-row-up] Copy the current row into the row above.
1237 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1238 between that of point and mark.
1240 \\[array-what-position] Display the current array row and column.
1241 \\[array-goto-cell] Go to a particular array cell.
1243 \\[array-make-template] Make a template for a new array.
1244 \\[array-reconfigure-rows] Reconfigure the array.
1245 \\[array-expand-rows] Expand the array (remove row numbers and
1246 newlines inside rows)
1248 \\[array-display-local-variables] Display the current values of local variables.
1250 Entering array mode calls the function `array-mode-hook'.
1252 \(fn)" t nil)
1254 ;;;***
1256 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20357
1257 ;;;;;; 58785 834364 0))
1258 ;;; Generated autoloads from textmodes/artist.el
1260 (autoload 'artist-mode "artist" "\
1261 Toggle Artist mode.
1262 With argument ARG, turn Artist mode on if ARG is positive.
1263 Artist lets you draw lines, squares, rectangles and poly-lines,
1264 ellipses and circles with your mouse and/or keyboard.
1266 How to quit Artist mode
1268 Type \\[artist-mode-off] to quit artist-mode.
1271 How to submit a bug report
1273 Type \\[artist-submit-bug-report] to submit a bug report.
1276 Drawing with the mouse:
1278 mouse-2
1279 shift mouse-2 Pops up a menu where you can select what to draw with
1280 mouse-1, and where you can do some settings (described
1281 below).
1283 mouse-1
1284 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
1285 or pastes:
1287 Operation Not shifted Shifted
1288 --------------------------------------------------------------
1289 Pen fill-char at point line from last point
1290 to new point
1291 --------------------------------------------------------------
1292 Line Line in any direction Straight line
1293 --------------------------------------------------------------
1294 Rectangle Rectangle Square
1295 --------------------------------------------------------------
1296 Poly-line Poly-line in any dir Straight poly-lines
1297 --------------------------------------------------------------
1298 Ellipses Ellipses Circles
1299 --------------------------------------------------------------
1300 Text Text (see thru) Text (overwrite)
1301 --------------------------------------------------------------
1302 Spray-can Spray-can Set size for spray
1303 --------------------------------------------------------------
1304 Erase Erase character Erase rectangle
1305 --------------------------------------------------------------
1306 Vaporize Erase single line Erase connected
1307 lines
1308 --------------------------------------------------------------
1309 Cut Cut rectangle Cut square
1310 --------------------------------------------------------------
1311 Copy Copy rectangle Copy square
1312 --------------------------------------------------------------
1313 Paste Paste Paste
1314 --------------------------------------------------------------
1315 Flood-fill Flood-fill Flood-fill
1316 --------------------------------------------------------------
1318 * Straight lines can only go horizontally, vertically
1319 or diagonally.
1321 * Poly-lines are drawn while holding mouse-1 down. When you
1322 release the button, the point is set. If you want a segment
1323 to be straight, hold down shift before pressing the
1324 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
1325 poly-lines.
1327 * See thru for text means that text already in the buffer
1328 will be visible through blanks in the text rendered, while
1329 overwrite means the opposite.
1331 * Vaporizing connected lines only vaporizes lines whose
1332 _endpoints_ are connected. See also the variable
1333 `artist-vaporize-fuzziness'.
1335 * Cut copies, then clears the rectangle/square.
1337 * When drawing lines or poly-lines, you can set arrows.
1338 See below under ``Arrows'' for more info.
1340 * The mode line shows the currently selected drawing operation.
1341 In addition, if it has an asterisk (*) at the end, you
1342 are currently drawing something.
1344 * Be patient when flood-filling -- large areas take quite
1345 some time to fill.
1348 mouse-3 Erases character under pointer
1349 shift mouse-3 Erases rectangle
1352 Settings
1354 Set fill Sets the character used when filling rectangles/squares
1356 Set line Sets the character used when drawing lines
1358 Erase char Sets the character used when erasing
1360 Rubber-banding Toggles rubber-banding
1362 Trimming Toggles trimming of line-endings (that is: when the shape
1363 is drawn, extraneous white-space at end of lines is removed)
1365 Borders Toggles the drawing of line borders around filled shapes
1368 Drawing with keys
1370 \\[artist-key-set-point] Does one of the following:
1371 For lines/rectangles/squares: sets the first/second endpoint
1372 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
1373 When erase characters: toggles erasing
1374 When cutting/copying: Sets first/last endpoint of rect/square
1375 When pasting: Pastes
1377 \\[artist-select-operation] Selects what to draw
1379 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
1381 \\[artist-select-fill-char] Sets the character to use when filling
1382 \\[artist-select-line-char] Sets the character to use when drawing
1383 \\[artist-select-erase-char] Sets the character to use when erasing
1384 \\[artist-toggle-rubber-banding] Toggles rubber-banding
1385 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
1386 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
1389 Arrows
1391 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1392 of the line/poly-line
1394 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1395 of the line/poly-line
1398 Selecting operation
1400 There are some keys for quickly selecting drawing operations:
1402 \\[artist-select-op-line] Selects drawing lines
1403 \\[artist-select-op-straight-line] Selects drawing straight lines
1404 \\[artist-select-op-rectangle] Selects drawing rectangles
1405 \\[artist-select-op-square] Selects drawing squares
1406 \\[artist-select-op-poly-line] Selects drawing poly-lines
1407 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
1408 \\[artist-select-op-ellipse] Selects drawing ellipses
1409 \\[artist-select-op-circle] Selects drawing circles
1410 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
1411 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
1412 \\[artist-select-op-spray-can] Spray with spray-can
1413 \\[artist-select-op-spray-set-size] Set size for the spray-can
1414 \\[artist-select-op-erase-char] Selects erasing characters
1415 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
1416 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
1417 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
1418 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
1419 \\[artist-select-op-copy-rectangle] Selects copying rectangles
1420 \\[artist-select-op-paste] Selects pasting
1421 \\[artist-select-op-flood-fill] Selects flood-filling
1424 Variables
1426 This is a brief overview of the different variables. For more info,
1427 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1429 artist-rubber-banding Interactively do rubber-banding or not
1430 artist-first-char What to set at first/second point...
1431 artist-second-char ...when not rubber-banding
1432 artist-interface-with-rect If cut/copy/paste should interface with rect
1433 artist-arrows The arrows to use when drawing arrows
1434 artist-aspect-ratio Character height-to-width for squares
1435 artist-trim-line-endings Trimming of line endings
1436 artist-flood-fill-right-border Right border when flood-filling
1437 artist-flood-fill-show-incrementally Update display while filling
1438 artist-pointer-shape Pointer shape to use while drawing
1439 artist-ellipse-left-char Character to use for narrow ellipses
1440 artist-ellipse-right-char Character to use for narrow ellipses
1441 artist-borderless-shapes If shapes should have borders
1442 artist-picture-compatibility Whether or not to be picture mode compatible
1443 artist-vaporize-fuzziness Tolerance when recognizing lines
1444 artist-spray-interval Seconds between repeated sprayings
1445 artist-spray-radius Size of the spray-area
1446 artist-spray-chars The spray-``color''
1447 artist-spray-new-chars Initial spray-``color''
1449 Hooks
1451 Turning the mode on or off runs `artist-mode-hook'.
1454 Keymap summary
1456 \\{artist-mode-map}
1458 \(fn &optional ARG)" t nil)
1460 ;;;***
1462 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20355
1463 ;;;;;; 10021 546955 0))
1464 ;;; Generated autoloads from progmodes/asm-mode.el
1466 (autoload 'asm-mode "asm-mode" "\
1467 Major mode for editing typical assembler code.
1468 Features a private abbrev table and the following bindings:
1470 \\[asm-colon] outdent a preceding label, tab to next tab stop.
1471 \\[tab-to-tab-stop] tab to next tab stop.
1472 \\[asm-newline] newline, then tab to next tab stop.
1473 \\[asm-comment] smart placement of assembler comments.
1475 The character used for making comments is set by the variable
1476 `asm-comment-char' (which defaults to `?\\;').
1478 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1479 which is called near the beginning of mode initialization.
1481 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1483 Special commands:
1484 \\{asm-mode-map}
1486 \(fn)" t nil)
1488 ;;;***
1490 ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1491 ;;;;;; (20502 24369 261101 0))
1492 ;;; Generated autoloads from gnus/auth-source.el
1494 (defvar auth-source-cache-expiry 7200 "\
1495 How many seconds passwords are cached, or nil to disable
1496 expiring. Overrides `password-cache-expiry' through a
1497 let-binding.")
1499 (custom-autoload 'auth-source-cache-expiry "auth-source" t)
1501 ;;;***
1503 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1504 ;;;;;; (20355 10021 546955 0))
1505 ;;; Generated autoloads from autoarg.el
1507 (defvar autoarg-mode nil "\
1508 Non-nil if Autoarg mode is enabled.
1509 See the command `autoarg-mode' for a description of this minor mode.")
1511 (custom-autoload 'autoarg-mode "autoarg" nil)
1513 (autoload 'autoarg-mode "autoarg" "\
1514 Toggle Autoarg mode, a global minor mode.
1515 With a prefix argument ARG, enable Autoarg mode if ARG is
1516 positive, and disable it otherwise. If called from Lisp, enable
1517 the mode if ARG is omitted or nil.
1519 \\<autoarg-mode-map>
1520 In Autoarg mode, digits are bound to `digit-argument', i.e. they
1521 supply prefix arguments as C-DIGIT and M-DIGIT normally do.
1522 Furthermore, C-DIGIT inserts DIGIT.
1523 \\[autoarg-terminate] terminates the prefix sequence and inserts
1524 the digits of the autoarg sequence into the buffer.
1525 Without a numeric prefix arg, the normal binding of \\[autoarg-terminate]
1526 is invoked, i.e. what it would be with Autoarg mode off.
1528 For example:
1529 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1530 `6 9 a' inserts 69 `a's into the buffer.
1531 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1532 then invokes the normal binding of \\[autoarg-terminate].
1533 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1535 \\{autoarg-mode-map}
1537 \(fn &optional ARG)" t nil)
1539 (defvar autoarg-kp-mode nil "\
1540 Non-nil if Autoarg-Kp mode is enabled.
1541 See the command `autoarg-kp-mode' for a description of this minor mode.
1542 Setting this variable directly does not take effect;
1543 either customize it (see the info node `Easy Customization')
1544 or call the function `autoarg-kp-mode'.")
1546 (custom-autoload 'autoarg-kp-mode "autoarg" nil)
1548 (autoload 'autoarg-kp-mode "autoarg" "\
1549 Toggle Autoarg-KP mode, a global minor mode.
1550 With a prefix argument ARG, enable Autoarg-KP mode if ARG is
1551 positive, and disable it otherwise. If called from Lisp, enable
1552 the mode if ARG is omitted or nil.
1554 \\<autoarg-kp-mode-map>
1555 This is similar to `autoarg-mode' but rebinds the keypad keys
1556 `kp-1' etc. to supply digit arguments.
1558 \\{autoarg-kp-mode-map}
1560 \(fn &optional ARG)" t nil)
1562 ;;;***
1564 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1565 ;;;;;; (20505 550 96420 0))
1566 ;;; Generated autoloads from progmodes/autoconf.el
1568 (autoload 'autoconf-mode "autoconf" "\
1569 Major mode for editing Autoconf configure.ac files.
1571 \(fn)" t nil)
1573 ;;;***
1575 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1576 ;;;;;; "autoinsert" "autoinsert.el" (20458 56750 651721 0))
1577 ;;; Generated autoloads from autoinsert.el
1579 (autoload 'auto-insert "autoinsert" "\
1580 Insert default contents into new files if variable `auto-insert' is non-nil.
1581 Matches the visited file name against the elements of `auto-insert-alist'.
1583 \(fn)" t nil)
1585 (autoload 'define-auto-insert "autoinsert" "\
1586 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1587 Optional AFTER means to insert action after all existing actions for CONDITION,
1588 or if CONDITION had no actions, after all other CONDITIONs.
1590 \(fn CONDITION ACTION &optional AFTER)" nil nil)
1592 (defvar auto-insert-mode nil "\
1593 Non-nil if Auto-Insert mode is enabled.
1594 See the command `auto-insert-mode' for a description of this minor mode.
1595 Setting this variable directly does not take effect;
1596 either customize it (see the info node `Easy Customization')
1597 or call the function `auto-insert-mode'.")
1599 (custom-autoload 'auto-insert-mode "autoinsert" nil)
1601 (autoload 'auto-insert-mode "autoinsert" "\
1602 Toggle Auto-insert mode, a global minor mode.
1603 With a prefix argument ARG, enable Auto-insert mode if ARG is
1604 positive, and disable it otherwise. If called from Lisp, enable
1605 the mode if ARG is omitted or nil.
1607 When Auto-insert mode is enabled, when new files are created you can
1608 insert a template for the file depending on the mode of the buffer.
1610 \(fn &optional ARG)" t nil)
1612 ;;;***
1614 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1615 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1616 ;;;;;; (20497 6436 957082 0))
1617 ;;; Generated autoloads from emacs-lisp/autoload.el
1619 (put 'generated-autoload-file 'safe-local-variable 'stringp)
1621 (put 'generated-autoload-load-name 'safe-local-variable 'stringp)
1623 (autoload 'update-file-autoloads "autoload" "\
1624 Update the autoloads for FILE.
1625 If prefix arg SAVE-AFTER is non-nil, save the buffer too.
1627 If FILE binds `generated-autoload-file' as a file-local variable,
1628 autoloads are written into that file. Otherwise, the autoloads
1629 file is determined by OUTFILE. If called interactively, prompt
1630 for OUTFILE; if called from Lisp with OUTFILE nil, use the
1631 existing value of `generated-autoload-file'.
1633 Return FILE if there was no autoload cookie in it, else nil.
1635 \(fn FILE &optional SAVE-AFTER OUTFILE)" t nil)
1637 (autoload 'update-directory-autoloads "autoload" "\
1638 Update autoload definitions for Lisp files in the directories DIRS.
1639 In an interactive call, you must give one argument, the name of a
1640 single directory. In a call from Lisp, you can supply multiple
1641 directories as separate arguments, but this usage is discouraged.
1643 The function does NOT recursively descend into subdirectories of the
1644 directory or directories specified.
1646 In an interactive call, prompt for a default output file for the
1647 autoload definitions, and temporarily bind the variable
1648 `generated-autoload-file' to this value. When called from Lisp,
1649 use the existing value of `generated-autoload-file'. If any Lisp
1650 file binds `generated-autoload-file' as a file-local variable,
1651 write its autoloads into the specified file instead.
1653 \(fn &rest DIRS)" t nil)
1655 (autoload 'batch-update-autoloads "autoload" "\
1656 Update loaddefs.el autoloads in batch mode.
1657 Calls `update-directory-autoloads' on the command line arguments.
1658 Definitions are written to `generated-autoload-file' (which
1659 should be non-nil).
1661 \(fn)" nil nil)
1663 ;;;***
1665 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1666 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1667 ;;;;;; "autorevert" "autorevert.el" (20476 31768 298871 0))
1668 ;;; Generated autoloads from autorevert.el
1670 (autoload 'auto-revert-mode "autorevert" "\
1671 Toggle reverting buffer when the file changes (Auto Revert mode).
1672 With a prefix argument ARG, enable Auto Revert mode if ARG is
1673 positive, and disable it otherwise. If called from Lisp, enable
1674 the mode if ARG is omitted or nil.
1676 Auto Revert mode is a minor mode that affects only the current
1677 buffer. When enabled, it reverts the buffer when the file on
1678 disk changes.
1680 Use `global-auto-revert-mode' to automatically revert all buffers.
1681 Use `auto-revert-tail-mode' if you know that the file will only grow
1682 without being changed in the part that is already in the buffer.
1684 \(fn &optional ARG)" t nil)
1686 (autoload 'turn-on-auto-revert-mode "autorevert" "\
1687 Turn on Auto-Revert Mode.
1689 This function is designed to be added to hooks, for example:
1690 (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1692 \(fn)" nil nil)
1694 (autoload 'auto-revert-tail-mode "autorevert" "\
1695 Toggle reverting tail of buffer when the file grows.
1696 With a prefix argument ARG, enable Auto-Revert Tail mode if ARG
1697 is positive, and disable it otherwise. If called from Lisp,
1698 enable the mode if ARG is omitted or nil.
1700 When Auto Revert Tail mode is enabled, the tail of the file is
1701 constantly followed, as with the shell command `tail -f'. This
1702 means that whenever the file grows on disk (presumably because
1703 some background process is appending to it from time to time),
1704 this is reflected in the current buffer.
1706 You can edit the buffer and turn this mode off and on again as
1707 you please. But make sure the background process has stopped
1708 writing before you save the file!
1710 Use `auto-revert-mode' for changes other than appends!
1712 \(fn &optional ARG)" t nil)
1714 (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\
1715 Turn on Auto-Revert Tail mode.
1717 This function is designed to be added to hooks, for example:
1718 (add-hook 'my-logfile-mode-hook 'turn-on-auto-revert-tail-mode)
1720 \(fn)" nil nil)
1722 (defvar global-auto-revert-mode nil "\
1723 Non-nil if Global-Auto-Revert mode is enabled.
1724 See the command `global-auto-revert-mode' for a description of this minor mode.
1725 Setting this variable directly does not take effect;
1726 either customize it (see the info node `Easy Customization')
1727 or call the function `global-auto-revert-mode'.")
1729 (custom-autoload 'global-auto-revert-mode "autorevert" nil)
1731 (autoload 'global-auto-revert-mode "autorevert" "\
1732 Toggle Global Auto Revert mode.
1733 With a prefix argument ARG, enable Global Auto Revert mode if ARG
1734 is positive, and disable it otherwise. If called from Lisp,
1735 enable the mode if ARG is omitted or nil.
1737 Global Auto Revert mode is a global minor mode that reverts any
1738 buffer associated with a file when the file changes on disk. Use
1739 `auto-revert-mode' to revert a particular buffer.
1741 If `global-auto-revert-non-file-buffers' is non-nil, this mode
1742 may also revert some non-file buffers, as described in the
1743 documentation of that variable. It ignores buffers with modes
1744 matching `global-auto-revert-ignore-modes', and buffers with a
1745 non-nil vale of `global-auto-revert-ignore-buffer'.
1747 This function calls the hook `global-auto-revert-mode-hook'.
1748 It displays the text that `global-auto-revert-mode-text'
1749 specifies in the mode line.
1751 \(fn &optional ARG)" t nil)
1753 ;;;***
1755 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1756 ;;;;;; "avoid.el" (20476 31768 298871 0))
1757 ;;; Generated autoloads from avoid.el
1759 (defvar mouse-avoidance-mode nil "\
1760 Activate Mouse Avoidance mode.
1761 See function `mouse-avoidance-mode' for possible values.
1762 Setting this variable directly does not take effect;
1763 use either \\[customize] or the function `mouse-avoidance-mode'.")
1765 (custom-autoload 'mouse-avoidance-mode "avoid" nil)
1767 (autoload 'mouse-avoidance-mode "avoid" "\
1768 Set Mouse Avoidance mode to MODE.
1769 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1770 `cat-and-mouse', `proteus', or `none'.
1772 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1773 modes. Positive numbers and symbols other than the above are treated
1774 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1776 Effects of the different modes:
1777 * banish: Move the mouse to the upper-right corner on any keypress.
1778 * exile: Move the mouse to the corner only if the cursor gets too close,
1779 and allow it to return once the cursor is out of the way.
1780 * jump: If the cursor gets too close to the mouse, displace the mouse
1781 a random distance & direction.
1782 * animate: As `jump', but shows steps along the way for illusion of motion.
1783 * cat-and-mouse: Same as `animate'.
1784 * proteus: As `animate', but changes the shape of the mouse pointer too.
1786 Whenever the mouse is moved, the frame is also raised.
1788 \(See `mouse-avoidance-threshold' for definition of \"too close\",
1789 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1790 definition of \"random distance\".)
1792 \(fn &optional MODE)" t nil)
1794 ;;;***
1796 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1797 ;;;;;; (20476 31768 298871 0))
1798 ;;; Generated autoloads from battery.el
1799 (put 'battery-mode-line-string 'risky-local-variable t)
1801 (autoload 'battery "battery" "\
1802 Display battery status information in the echo area.
1803 The text being displayed in the echo area is controlled by the variables
1804 `battery-echo-area-format' and `battery-status-function'.
1806 \(fn)" t nil)
1808 (defvar display-battery-mode nil "\
1809 Non-nil if Display-Battery mode is enabled.
1810 See the command `display-battery-mode' for a description of this minor mode.
1811 Setting this variable directly does not take effect;
1812 either customize it (see the info node `Easy Customization')
1813 or call the function `display-battery-mode'.")
1815 (custom-autoload 'display-battery-mode "battery" nil)
1817 (autoload 'display-battery-mode "battery" "\
1818 Toggle battery status display in mode line (Display Battery mode).
1819 With a prefix argument ARG, enable Display Battery mode if ARG is
1820 positive, and disable it otherwise. If called from Lisp, enable
1821 the mode if ARG is omitted or nil.
1823 The text displayed in the mode line is controlled by
1824 `battery-mode-line-format' and `battery-status-function'.
1825 The mode line is be updated every `battery-update-interval'
1826 seconds.
1828 \(fn &optional ARG)" t nil)
1830 ;;;***
1832 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1833 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20355 10021 546955
1834 ;;;;;; 0))
1835 ;;; Generated autoloads from emacs-lisp/benchmark.el
1837 (autoload 'benchmark-run "benchmark" "\
1838 Time execution of FORMS.
1839 If REPETITIONS is supplied as a number, run forms that many times,
1840 accounting for the overhead of the resulting loop. Otherwise run
1841 FORMS once.
1842 Return a list of the total elapsed time for execution, the number of
1843 garbage collections that ran, and the time taken by garbage collection.
1844 See also `benchmark-run-compiled'.
1846 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1848 (autoload 'benchmark-run-compiled "benchmark" "\
1849 Time execution of compiled version of FORMS.
1850 This is like `benchmark-run', but what is timed is a funcall of the
1851 byte code obtained by wrapping FORMS in a `lambda' and compiling the
1852 result. The overhead of the `lambda's is accounted for.
1854 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1856 (autoload 'benchmark "benchmark" "\
1857 Print the time taken for REPETITIONS executions of FORM.
1858 Interactively, REPETITIONS is taken from the prefix arg.
1859 For non-interactive use see also `benchmark-run' and
1860 `benchmark-run-compiled'.
1862 \(fn REPETITIONS FORM)" t nil)
1864 ;;;***
1866 ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1867 ;;;;;; "bibtex" "textmodes/bibtex.el" (20439 5925 915283 0))
1868 ;;; Generated autoloads from textmodes/bibtex.el
1870 (autoload 'bibtex-initialize "bibtex" "\
1871 (Re)Initialize BibTeX buffers.
1872 Visit the BibTeX files defined by `bibtex-files' and return a list
1873 of corresponding buffers.
1874 Initialize in these buffers `bibtex-reference-keys' if not yet set.
1875 List of BibTeX buffers includes current buffer if CURRENT is non-nil.
1876 If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1877 already set. If SELECT is non-nil interactively select a BibTeX buffer.
1878 When called interactively, FORCE is t, CURRENT is t if current buffer uses
1879 `bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode',
1881 \(fn &optional CURRENT FORCE SELECT)" t nil)
1883 (autoload 'bibtex-mode "bibtex" "\
1884 Major mode for editing BibTeX files.
1886 General information on working with BibTeX mode:
1888 Use commands such as \\<bibtex-mode-map>\\[bibtex-Book] to get a template for a specific entry.
1889 Then fill in all desired fields using \\[bibtex-next-field] to jump from field
1890 to field. After having filled in all desired fields in the entry, clean the
1891 new entry with the command \\[bibtex-clean-entry].
1893 Some features of BibTeX mode are available only by setting the variable
1894 `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode
1895 works only with buffers containing valid (syntactically correct) and sorted
1896 entries. This is usually the case, if you have created a buffer completely
1897 with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1899 For third party BibTeX files, call the command \\[bibtex-convert-alien]
1900 to fully take advantage of all features of BibTeX mode.
1903 Special information:
1905 A command such as \\[bibtex-Book] outlines the fields for a BibTeX book entry.
1907 The names of optional fields start with the string OPT, and are thus ignored
1908 by BibTeX. The names of alternative fields from which only one is required
1909 start with the string ALT. The OPT or ALT string may be removed from
1910 the name of a field with \\[bibtex-remove-OPT-or-ALT].
1911 \\[bibtex-make-field] inserts a new field after the current one.
1912 \\[bibtex-kill-field] kills the current field entirely.
1913 \\[bibtex-yank] yanks the last recently killed field after the current field.
1914 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1915 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1916 \\[bibtex-find-text] moves point to the end of the current field.
1917 \\[completion-at-point] completes word fragment before point according to context.
1919 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1920 from the names of all non-empty optional or alternative fields, checks that
1921 no required fields are empty, and does some formatting dependent on the value
1922 of `bibtex-entry-format'. Furthermore, it can automatically generate a key
1923 for the BibTeX entry, see `bibtex-generate-autokey'.
1924 Note: some functions in BibTeX mode depend on entries being in a special
1925 format (all fields beginning on separate lines), so it is usually a bad
1926 idea to remove `realign' from `bibtex-entry-format'.
1928 BibTeX mode supports Imenu and hideshow minor mode (`hs-minor-mode').
1930 ----------------------------------------------------------
1931 Entry to BibTeX mode calls the value of `bibtex-mode-hook'
1932 if that value is non-nil.
1934 \\{bibtex-mode-map}
1936 \(fn)" t nil)
1938 (autoload 'bibtex-search-entry "bibtex" "\
1939 Move point to the beginning of BibTeX entry named KEY.
1940 Return position of entry if KEY is found or nil if not found.
1941 With GLOBAL non-nil, search KEY in `bibtex-files'. Otherwise the search
1942 is limited to the current buffer. Optional arg START is buffer position
1943 where the search starts. If it is nil, start search at beginning of buffer.
1944 If DISPLAY is non-nil, display the buffer containing KEY.
1945 Otherwise, use `set-buffer'.
1946 When called interactively, START is nil, DISPLAY is t.
1947 Also, GLOBAL is t if the current mode is not `bibtex-mode'
1948 or `bibtex-search-entry-globally' is non-nil.
1949 A prefix arg negates the value of `bibtex-search-entry-globally'.
1951 \(fn KEY &optional GLOBAL START DISPLAY)" t nil)
1953 ;;;***
1955 ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1956 ;;;;;; (20355 10021 546955 0))
1957 ;;; Generated autoloads from textmodes/bibtex-style.el
1959 (autoload 'bibtex-style-mode "bibtex-style" "\
1960 Major mode for editing BibTeX style files.
1962 \(fn)" t nil)
1964 ;;;***
1966 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1967 ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1968 ;;;;;; (20355 10021 546955 0))
1969 ;;; Generated autoloads from mail/binhex.el
1971 (defconst binhex-begin-line "^:...............................................................$" "\
1972 Regular expression matching the start of a BinHex encoded region.")
1974 (autoload 'binhex-decode-region-internal "binhex" "\
1975 Binhex decode region between START and END without using an external program.
1976 If HEADER-ONLY is non-nil only decode header and return filename.
1978 \(fn START END &optional HEADER-ONLY)" t nil)
1980 (autoload 'binhex-decode-region-external "binhex" "\
1981 Binhex decode region between START and END using external decoder.
1983 \(fn START END)" t nil)
1985 (autoload 'binhex-decode-region "binhex" "\
1986 Binhex decode region between START and END.
1988 \(fn START END)" t nil)
1990 ;;;***
1992 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20355
1993 ;;;;;; 10021 546955 0))
1994 ;;; Generated autoloads from play/blackbox.el
1996 (autoload 'blackbox "blackbox" "\
1997 Play blackbox.
1998 Optional prefix argument is the number of balls; the default is 4.
2000 What is blackbox?
2002 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
2003 Blackbox). Your opponent (Emacs, in this case) has hidden several
2004 balls (usually 4) within this box. By shooting rays into the box and
2005 observing where they emerge it is possible to deduce the positions of
2006 the hidden balls. The fewer rays you use to find the balls, the lower
2007 your score.
2009 Overview of play:
2011 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
2012 specifies the number of balls to be hidden in the box; the default is
2013 four.
2015 The cursor can be moved around the box with the standard cursor
2016 movement keys.
2018 To shoot a ray, move the cursor to the edge of the box and press SPC.
2019 The result will be determined and the playfield updated.
2021 You may place or remove balls in the box by moving the cursor into the
2022 box and pressing \\[bb-romp].
2024 When you think the configuration of balls you have placed is correct,
2025 press \\[bb-done]. You will be informed whether you are correct or
2026 not, and be given your score. Your score is the number of letters and
2027 numbers around the outside of the box plus five for each incorrectly
2028 placed ball. If you placed any balls incorrectly, they will be
2029 indicated with `x', and their actual positions indicated with `o'.
2031 Details:
2033 There are three possible outcomes for each ray you send into the box:
2035 Detour: the ray is deflected and emerges somewhere other than
2036 where you sent it in. On the playfield, detours are
2037 denoted by matching pairs of numbers -- one where the
2038 ray went in, and the other where it came out.
2040 Reflection: the ray is reflected and emerges in the same place
2041 it was sent in. On the playfield, reflections are
2042 denoted by the letter `R'.
2044 Hit: the ray strikes a ball directly and is absorbed. It does
2045 not emerge from the box. On the playfield, hits are
2046 denoted by the letter `H'.
2048 The rules for how balls deflect rays are simple and are best shown by
2049 example.
2051 As a ray approaches a ball it is deflected ninety degrees. Rays can
2052 be deflected multiple times. In the diagrams below, the dashes
2053 represent empty box locations and the letter `O' represents a ball.
2054 The entrance and exit points of each ray are marked with numbers as
2055 described under \"Detour\" above. Note that the entrance and exit
2056 points are always interchangeable. `*' denotes the path taken by the
2057 ray.
2059 Note carefully the relative positions of the ball and the ninety
2060 degree deflection it causes.
2063 - * - - - - - - - - - - - - - - - - - - - - - -
2064 - * - - - - - - - - - - - - - - - - - - - - - -
2065 1 * * - - - - - - - - - - - - - - - O - - - - O -
2066 - - O - - - - - - - O - - - - - - - * * * * - -
2067 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
2068 - - - - - - - - - - - * - - - - - - - O - * - -
2069 - - - - - - - - - - - * - - - - - - - - * * - -
2070 - - - - - - - - - - - * - - - - - - - - * - O -
2073 As mentioned above, a reflection occurs when a ray emerges from the same point
2074 it was sent in. This can happen in several ways:
2077 - - - - - - - - - - - - - - - - - - - - - - - -
2078 - - - - O - - - - - O - O - - - - - - - - - - -
2079 R * * * * - - - - - - - * - - - - O - - - - - - -
2080 - - - - O - - - - - - * - - - - R - - - - - - - -
2081 - - - - - - - - - - - * - - - - - - - - - - - -
2082 - - - - - - - - - - - * - - - - - - - - - - - -
2083 - - - - - - - - R * * * * - - - - - - - - - - - -
2084 - - - - - - - - - - - - O - - - - - - - - - - -
2086 In the first example, the ray is deflected downwards by the upper
2087 ball, then left by the lower ball, and finally retraces its path to
2088 its point of origin. The second example is similar. The third
2089 example is a bit anomalous but can be rationalized by realizing the
2090 ray never gets a chance to get into the box. Alternatively, the ray
2091 can be thought of as being deflected downwards and immediately
2092 emerging from the box.
2094 A hit occurs when a ray runs straight into a ball:
2096 - - - - - - - - - - - - - - - - - - - - - - - -
2097 - - - - - - - - - - - - - - - - - - - - O - - -
2098 - - - - - - - - - - - - O - - - H * * * * - - - -
2099 - - - - - - - - H * * * * O - - - - - - * - - - -
2100 - - - - - - - - - - - - O - - - - - - O - - - -
2101 H * * * O - - - - - - - - - - - - - - - - - - - -
2102 - - - - - - - - - - - - - - - - - - - - - - - -
2103 - - - - - - - - - - - - - - - - - - - - - - - -
2105 Be sure to compare the second example of a hit with the first example of
2106 a reflection.
2108 \(fn NUM)" t nil)
2110 ;;;***
2112 ;;;### (autoloads (bookmark-bmenu-search bookmark-bmenu-list bookmark-load
2113 ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2114 ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2115 ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2116 ;;;;;; "bookmark.el" (20476 31768 298871 0))
2117 ;;; Generated autoloads from bookmark.el
2118 (define-key ctl-x-r-map "b" 'bookmark-jump)
2119 (define-key ctl-x-r-map "m" 'bookmark-set)
2120 (define-key ctl-x-r-map "l" 'bookmark-bmenu-list)
2122 (defvar bookmark-map (let ((map (make-sparse-keymap))) (define-key map "x" 'bookmark-set) (define-key map "m" 'bookmark-set) (define-key map "j" 'bookmark-jump) (define-key map "g" 'bookmark-jump) (define-key map "o" 'bookmark-jump-other-window) (define-key map "i" 'bookmark-insert) (define-key map "e" 'edit-bookmarks) (define-key map "f" 'bookmark-insert-location) (define-key map "r" 'bookmark-rename) (define-key map "d" 'bookmark-delete) (define-key map "l" 'bookmark-load) (define-key map "w" 'bookmark-write) (define-key map "s" 'bookmark-save) map) "\
2123 Keymap containing bindings to bookmark functions.
2124 It is not bound to any key by default: to bind it
2125 so that you have a bookmark prefix, just use `global-set-key' and bind a
2126 key of your choice to `bookmark-map'. All interactive bookmark
2127 functions have a binding in this keymap.")
2128 (fset 'bookmark-map bookmark-map)
2130 (autoload 'bookmark-set "bookmark" "\
2131 Set a bookmark named NAME at the current location.
2132 If name is nil, then prompt the user.
2134 With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any
2135 existing bookmark that has the same name as NAME, but instead push the
2136 new bookmark onto the bookmark alist. The most recently set bookmark
2137 with name NAME is thus the one in effect at any given time, but the
2138 others are still there, should the user decide to delete the most
2139 recent one.
2141 To yank words from the text of the buffer and use them as part of the
2142 bookmark name, type C-w while setting a bookmark. Successive C-w's
2143 yank successive words.
2145 Typing C-u inserts (at the bookmark name prompt) the name of the last
2146 bookmark used in the document where the new bookmark is being set;
2147 this helps you use a single bookmark name to track progress through a
2148 large document. If there is no prior bookmark for this document, then
2149 C-u inserts an appropriate name based on the buffer or file.
2151 Use \\[bookmark-delete] to remove bookmarks (you give it a name and
2152 it removes only the first instance of a bookmark with that name from
2153 the list of bookmarks.)
2155 \(fn &optional NAME NO-OVERWRITE)" t nil)
2157 (autoload 'bookmark-jump "bookmark" "\
2158 Jump to bookmark BOOKMARK (a point in some file).
2159 You may have a problem using this function if the value of variable
2160 `bookmark-alist' is nil. If that happens, you need to load in some
2161 bookmarks. See help on function `bookmark-load' for more about
2162 this.
2164 If the file pointed to by BOOKMARK no longer exists, you will be asked
2165 if you wish to give the bookmark a new location, and `bookmark-jump'
2166 will then jump to the new location, as well as recording it in place
2167 of the old one in the permanent bookmark record.
2169 BOOKMARK is usually a bookmark name (a string). It can also be a
2170 bookmark record, but this is usually only done by programmatic callers.
2172 If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
2173 bookmark. It defaults to `switch-to-buffer'. A typical value for
2174 DISPLAY-FUNC would be `switch-to-buffer-other-window'.
2176 \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil)
2178 (autoload 'bookmark-jump-other-window "bookmark" "\
2179 Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2181 \(fn BOOKMARK)" t nil)
2183 (autoload 'bookmark-relocate "bookmark" "\
2184 Relocate BOOKMARK-NAME to another file, reading file name with minibuffer.
2186 This makes an already existing bookmark point to that file, instead of
2187 the one it used to point at. Useful when a file has been renamed
2188 after a bookmark was set in it.
2190 \(fn BOOKMARK-NAME)" t nil)
2192 (autoload 'bookmark-insert-location "bookmark" "\
2193 Insert the name of the file associated with BOOKMARK-NAME.
2195 Optional second arg NO-HISTORY means don't record this in the
2196 minibuffer history list `bookmark-history'.
2198 \(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil)
2200 (defalias 'bookmark-locate 'bookmark-insert-location)
2202 (autoload 'bookmark-rename "bookmark" "\
2203 Change the name of OLD-NAME bookmark to NEW-NAME name.
2204 If called from keyboard, prompt for OLD-NAME and NEW-NAME.
2205 If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME.
2207 If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed
2208 as an argument. If called with two strings, then no prompting is done.
2209 You must pass at least OLD-NAME when calling from Lisp.
2211 While you are entering the new name, consecutive C-w's insert
2212 consecutive words from the text of the buffer into the new bookmark
2213 name.
2215 \(fn OLD-NAME &optional NEW-NAME)" t nil)
2217 (autoload 'bookmark-insert "bookmark" "\
2218 Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
2219 BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
2221 You may have a problem using this function if the value of variable
2222 `bookmark-alist' is nil. If that happens, you need to load in some
2223 bookmarks. See help on function `bookmark-load' for more about
2224 this.
2226 \(fn BOOKMARK-NAME)" t nil)
2228 (autoload 'bookmark-delete "bookmark" "\
2229 Delete BOOKMARK-NAME from the bookmark list.
2231 Removes only the first instance of a bookmark with that name. If
2232 there are one or more other bookmarks with the same name, they will
2233 not be deleted. Defaults to the \"current\" bookmark (that is, the
2234 one most recently used in this file, if any).
2235 Optional second arg BATCH means don't update the bookmark list buffer,
2236 probably because we were called from there.
2238 \(fn BOOKMARK-NAME &optional BATCH)" t nil)
2240 (autoload 'bookmark-write "bookmark" "\
2241 Write bookmarks to a file (reading the file name with the minibuffer).
2242 Don't use this in Lisp programs; use `bookmark-save' instead.
2244 \(fn)" t nil)
2246 (autoload 'bookmark-save "bookmark" "\
2247 Save currently defined bookmarks.
2248 Saves by default in the file defined by the variable
2249 `bookmark-default-file'. With a prefix arg, save it in file FILE
2250 \(second argument).
2252 If you are calling this from Lisp, the two arguments are PARG and
2253 FILE, and if you just want it to write to the default file, then
2254 pass no arguments. Or pass in nil and FILE, and it will save in FILE
2255 instead. If you pass in one argument, and it is non-nil, then the
2256 user will be interactively queried for a file to save in.
2258 When you want to load in the bookmarks from a file, use
2259 `bookmark-load', \\[bookmark-load]. That function will prompt you
2260 for a file, defaulting to the file defined by variable
2261 `bookmark-default-file'.
2263 \(fn &optional PARG FILE)" t nil)
2265 (autoload 'bookmark-load "bookmark" "\
2266 Load bookmarks from FILE (which must be in bookmark format).
2267 Appends loaded bookmarks to the front of the list of bookmarks. If
2268 optional second argument OVERWRITE is non-nil, existing bookmarks are
2269 destroyed. Optional third arg NO-MSG means don't display any messages
2270 while loading.
2272 If you load a file that doesn't contain a proper bookmark alist, you
2273 will corrupt Emacs's bookmark list. Generally, you should only load
2274 in files that were created with the bookmark functions in the first
2275 place. Your own personal bookmark file, `~/.emacs.bmk', is
2276 maintained automatically by Emacs; you shouldn't need to load it
2277 explicitly.
2279 If you load a file containing bookmarks with the same names as
2280 bookmarks already present in your Emacs, the new bookmarks will get
2281 unique numeric suffixes \"<2>\", \"<3>\", ... following the same
2282 method buffers use to resolve name collisions.
2284 \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
2286 (autoload 'bookmark-bmenu-list "bookmark" "\
2287 Display a list of existing bookmarks.
2288 The list is displayed in a buffer named `*Bookmark List*'.
2289 The leftmost column displays a D if the bookmark is flagged for
2290 deletion, or > if it is flagged for displaying.
2292 \(fn)" t nil)
2294 (defalias 'list-bookmarks 'bookmark-bmenu-list)
2296 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
2298 (autoload 'bookmark-bmenu-search "bookmark" "\
2299 Incremental search of bookmarks, hiding the non-matches as we go.
2301 \(fn)" t nil)
2303 (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map))
2305 (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map)
2307 ;;;***
2309 ;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic
2310 ;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm
2311 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2312 ;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-chromium
2313 ;;;;;; browse-url-firefox browse-url-mozilla browse-url-netscape
2314 ;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2315 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2316 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2317 ;;;;;; "browse-url" "net/browse-url.el" (20478 3673 653810 0))
2318 ;;; Generated autoloads from net/browse-url.el
2320 (defvar browse-url-browser-function 'browse-url-default-browser "\
2321 Function to display the current buffer in a WWW browser.
2322 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2323 `browse-url-of-file' commands.
2325 If the value is not a function it should be a list of pairs
2326 \(REGEXP . FUNCTION). In this case the function called will be the one
2327 associated with the first REGEXP which matches the current URL. The
2328 function is passed the URL and any other args of `browse-url'. The last
2329 regexp should probably be \".\" to specify a default browser.")
2331 (custom-autoload 'browse-url-browser-function "browse-url" t)
2333 (autoload 'browse-url-of-file "browse-url" "\
2334 Ask a WWW browser to display FILE.
2335 Display the current buffer's file if FILE is nil or if called
2336 interactively. Turn the filename into a URL with function
2337 `browse-url-file-url'. Pass the URL to a browser using the
2338 `browse-url' function then run `browse-url-of-file-hook'.
2340 \(fn &optional FILE)" t nil)
2342 (autoload 'browse-url-of-buffer "browse-url" "\
2343 Ask a WWW browser to display BUFFER.
2344 Display the current buffer if BUFFER is nil. Display only the
2345 currently visible part of BUFFER (from a temporary file) if buffer is
2346 narrowed.
2348 \(fn &optional BUFFER)" t nil)
2350 (autoload 'browse-url-of-dired-file "browse-url" "\
2351 In Dired, ask a WWW browser to display the file named on this line.
2353 \(fn)" t nil)
2355 (autoload 'browse-url-of-region "browse-url" "\
2356 Ask a WWW browser to display the current region.
2358 \(fn MIN MAX)" t nil)
2360 (autoload 'browse-url "browse-url" "\
2361 Ask a WWW browser to load URL.
2362 Prompts for a URL, defaulting to the URL at or before point. Variable
2363 `browse-url-browser-function' says which browser to use.
2364 If the URL is a mailto: URL, consult `browse-url-mailto-function'
2365 first, if that exists.
2367 \(fn URL &rest ARGS)" t nil)
2369 (autoload 'browse-url-at-point "browse-url" "\
2370 Ask a WWW browser to load the URL at or before point.
2371 Doesn't let you edit the URL like `browse-url'. Variable
2372 `browse-url-browser-function' says which browser to use.
2374 \(fn &optional ARG)" t nil)
2376 (autoload 'browse-url-at-mouse "browse-url" "\
2377 Ask a WWW browser to load a URL clicked with the mouse.
2378 The URL is the one around or before the position of the mouse click
2379 but point is not changed. Doesn't let you edit the URL like
2380 `browse-url'. Variable `browse-url-browser-function' says which browser
2381 to use.
2383 \(fn EVENT)" t nil)
2385 (autoload 'browse-url-xdg-open "browse-url" "\
2386 Pass the specified URL to the \"xdg-open\" command.
2387 xdg-open is a desktop utility that calls your preferred web browser.
2388 The optional argument IGNORED is not used.
2390 \(fn URL &optional IGNORED)" t nil)
2392 (autoload 'browse-url-netscape "browse-url" "\
2393 Ask the Netscape WWW browser to load URL.
2394 Default to the URL around or before point. The strings in variable
2395 `browse-url-netscape-arguments' are also passed to Netscape.
2397 When called interactively, if variable `browse-url-new-window-flag' is
2398 non-nil, load the document in a new Netscape window, otherwise use a
2399 random existing one. A non-nil interactive prefix argument reverses
2400 the effect of `browse-url-new-window-flag'.
2402 If `browse-url-netscape-new-window-is-tab' is non-nil, then
2403 whenever a document would otherwise be loaded in a new window, it
2404 is loaded in a new tab in an existing window instead.
2406 When called non-interactively, optional second argument NEW-WINDOW is
2407 used instead of `browse-url-new-window-flag'.
2409 \(fn URL &optional NEW-WINDOW)" t nil)
2411 (autoload 'browse-url-mozilla "browse-url" "\
2412 Ask the Mozilla WWW browser to load URL.
2413 Default to the URL around or before point. The strings in variable
2414 `browse-url-mozilla-arguments' are also passed to Mozilla.
2416 When called interactively, if variable `browse-url-new-window-flag' is
2417 non-nil, load the document in a new Mozilla window, otherwise use a
2418 random existing one. A non-nil interactive prefix argument reverses
2419 the effect of `browse-url-new-window-flag'.
2421 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2422 document would otherwise be loaded in a new window, it is loaded in a
2423 new tab in an existing window instead.
2425 When called non-interactively, optional second argument NEW-WINDOW is
2426 used instead of `browse-url-new-window-flag'.
2428 \(fn URL &optional NEW-WINDOW)" t nil)
2430 (autoload 'browse-url-firefox "browse-url" "\
2431 Ask the Firefox WWW browser to load URL.
2432 Default to the URL around or before point. The strings in
2433 variable `browse-url-firefox-arguments' are also passed to
2434 Firefox.
2436 When called interactively, if variable
2437 `browse-url-new-window-flag' is non-nil, load the document in a
2438 new Firefox window, otherwise use a random existing one. A
2439 non-nil interactive prefix argument reverses the effect of
2440 `browse-url-new-window-flag'.
2442 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2443 whenever a document would otherwise be loaded in a new window, it
2444 is loaded in a new tab in an existing window instead.
2446 When called non-interactively, optional second argument
2447 NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2449 On MS-Windows systems the optional `new-window' parameter is
2450 ignored. Firefox for Windows does not support the \"-remote\"
2451 command line parameter. Therefore, the
2452 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2453 are ignored as well. Firefox on Windows will always open the requested
2454 URL in a new window.
2456 \(fn URL &optional NEW-WINDOW)" t nil)
2458 (autoload 'browse-url-chromium "browse-url" "\
2459 Ask the Chromium WWW browser to load URL.
2460 Default to the URL around or before point. The strings in
2461 variable `browse-url-chromium-arguments' are also passed to
2462 Chromium.
2464 \(fn URL &optional NEW-WINDOW)" t nil)
2466 (autoload 'browse-url-galeon "browse-url" "\
2467 Ask the Galeon WWW browser to load URL.
2468 Default to the URL around or before point. The strings in variable
2469 `browse-url-galeon-arguments' are also passed to Galeon.
2471 When called interactively, if variable `browse-url-new-window-flag' is
2472 non-nil, load the document in a new Galeon window, otherwise use a
2473 random existing one. A non-nil interactive prefix argument reverses
2474 the effect of `browse-url-new-window-flag'.
2476 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2477 document would otherwise be loaded in a new window, it is loaded in a
2478 new tab in an existing window instead.
2480 When called non-interactively, optional second argument NEW-WINDOW is
2481 used instead of `browse-url-new-window-flag'.
2483 \(fn URL &optional NEW-WINDOW)" t nil)
2485 (autoload 'browse-url-emacs "browse-url" "\
2486 Ask Emacs to load URL into a buffer and show it in another window.
2488 \(fn URL &optional NEW-WINDOW)" t nil)
2490 (autoload 'browse-url-gnome-moz "browse-url" "\
2491 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2492 Default to the URL around or before point. The strings in variable
2493 `browse-url-gnome-moz-arguments' are also passed.
2495 When called interactively, if variable `browse-url-new-window-flag' is
2496 non-nil, load the document in a new browser window, otherwise use an
2497 existing one. A non-nil interactive prefix argument reverses the
2498 effect of `browse-url-new-window-flag'.
2500 When called non-interactively, optional second argument NEW-WINDOW is
2501 used instead of `browse-url-new-window-flag'.
2503 \(fn URL &optional NEW-WINDOW)" t nil)
2505 (autoload 'browse-url-mosaic "browse-url" "\
2506 Ask the XMosaic WWW browser to load URL.
2508 Default to the URL around or before point. The strings in variable
2509 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2510 program is invoked according to the variable
2511 `browse-url-mosaic-program'.
2513 When called interactively, if variable `browse-url-new-window-flag' is
2514 non-nil, load the document in a new Mosaic window, otherwise use a
2515 random existing one. A non-nil interactive prefix argument reverses
2516 the effect of `browse-url-new-window-flag'.
2518 When called non-interactively, optional second argument NEW-WINDOW is
2519 used instead of `browse-url-new-window-flag'.
2521 \(fn URL &optional NEW-WINDOW)" t nil)
2523 (autoload 'browse-url-cci "browse-url" "\
2524 Ask the XMosaic WWW browser to load URL.
2525 Default to the URL around or before point.
2527 This function only works for XMosaic version 2.5 or later. You must
2528 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2529 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2531 When called interactively, if variable `browse-url-new-window-flag' is
2532 non-nil, load the document in a new browser window, otherwise use a
2533 random existing one. A non-nil interactive prefix argument reverses
2534 the effect of `browse-url-new-window-flag'.
2536 When called non-interactively, optional second argument NEW-WINDOW is
2537 used instead of `browse-url-new-window-flag'.
2539 \(fn URL &optional NEW-WINDOW)" t nil)
2541 (autoload 'browse-url-w3 "browse-url" "\
2542 Ask the w3 WWW browser to load URL.
2543 Default to the URL around or before point.
2545 When called interactively, if variable `browse-url-new-window-flag' is
2546 non-nil, load the document in a new window. A non-nil interactive
2547 prefix argument reverses the effect of `browse-url-new-window-flag'.
2549 When called non-interactively, optional second argument NEW-WINDOW is
2550 used instead of `browse-url-new-window-flag'.
2552 \(fn URL &optional NEW-WINDOW)" t nil)
2554 (autoload 'browse-url-w3-gnudoit "browse-url" "\
2555 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2556 The `browse-url-gnudoit-program' program is used with options given by
2557 `browse-url-gnudoit-args'. Default to the URL around or before point.
2559 \(fn URL &optional NEW-WINDOW)" t nil)
2561 (autoload 'browse-url-text-xterm "browse-url" "\
2562 Ask a text browser to load URL.
2563 URL defaults to the URL around or before point.
2564 This runs the text browser specified by `browse-url-text-browser'.
2565 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2566 with possible additional arguments `browse-url-xterm-args'.
2568 \(fn URL &optional NEW-WINDOW)" t nil)
2570 (autoload 'browse-url-text-emacs "browse-url" "\
2571 Ask a text browser to load URL.
2572 URL defaults to the URL around or before point.
2573 This runs the text browser specified by `browse-url-text-browser'.
2574 With a prefix argument, it runs a new browser process in a new buffer.
2576 When called interactively, if variable `browse-url-new-window-flag' is
2577 non-nil, load the document in a new browser process in a new term window,
2578 otherwise use any existing one. A non-nil interactive prefix argument
2579 reverses the effect of `browse-url-new-window-flag'.
2581 When called non-interactively, optional second argument NEW-WINDOW is
2582 used instead of `browse-url-new-window-flag'.
2584 \(fn URL &optional NEW-BUFFER)" t nil)
2586 (autoload 'browse-url-mail "browse-url" "\
2587 Open a new mail message buffer within Emacs for the RFC 2368 URL.
2588 Default to using the mailto: URL around or before point as the
2589 recipient's address. Supplying a non-nil interactive prefix argument
2590 will cause the mail to be composed in another window rather than the
2591 current one.
2593 When called interactively, if variable `browse-url-new-window-flag' is
2594 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2595 non-nil interactive prefix argument reverses the effect of
2596 `browse-url-new-window-flag'.
2598 When called non-interactively, optional second argument NEW-WINDOW is
2599 used instead of `browse-url-new-window-flag'.
2601 \(fn URL &optional NEW-WINDOW)" t nil)
2603 (autoload 'browse-url-generic "browse-url" "\
2604 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2605 Default to the URL around or before point. A fresh copy of the
2606 browser is started up in a new process with possible additional arguments
2607 `browse-url-generic-args'. This is appropriate for browsers which
2608 don't offer a form of remote control.
2610 \(fn URL &optional NEW-WINDOW)" t nil)
2612 (autoload 'browse-url-kde "browse-url" "\
2613 Ask the KDE WWW browser to load URL.
2614 Default to the URL around or before point.
2616 \(fn URL &optional NEW-WINDOW)" t nil)
2618 (autoload 'browse-url-elinks "browse-url" "\
2619 Ask the Elinks WWW browser to load URL.
2620 Default to the URL around the point.
2622 The document is loaded in a new tab of a running Elinks or, if
2623 none yet running, a newly started instance.
2625 The Elinks command will be prepended by the program+arguments
2626 from `browse-url-elinks-wrapper'.
2628 \(fn URL &optional NEW-WINDOW)" t nil)
2630 ;;;***
2632 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2633 ;;;;;; "bs" "bs.el" (20479 62884 77836 0))
2634 ;;; Generated autoloads from bs.el
2636 (autoload 'bs-cycle-next "bs" "\
2637 Select next buffer defined by buffer cycling.
2638 The buffers taking part in buffer cycling are defined
2639 by buffer configuration `bs-cycle-configuration-name'.
2641 \(fn)" t nil)
2643 (autoload 'bs-cycle-previous "bs" "\
2644 Select previous buffer defined by buffer cycling.
2645 The buffers taking part in buffer cycling are defined
2646 by buffer configuration `bs-cycle-configuration-name'.
2648 \(fn)" t nil)
2650 (autoload 'bs-customize "bs" "\
2651 Customization of group bs for Buffer Selection Menu.
2653 \(fn)" t nil)
2655 (autoload 'bs-show "bs" "\
2656 Make a menu of buffers so you can manipulate buffers or the buffer list.
2657 \\<bs-mode-map>
2658 There are many key commands similar to `Buffer-menu-mode' for
2659 manipulating the buffer list and the buffers themselves.
2660 User can move with [up] or [down], select a buffer
2661 by \\[bs-select] or [SPC]
2663 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2664 Type \\[bs-help] after invocation to get help on commands available.
2665 With prefix argument ARG show a different buffer list. Function
2666 `bs--configuration-name-for-prefix-arg' determine accordingly
2667 name of buffer configuration.
2669 \(fn ARG)" t nil)
2671 ;;;***
2673 ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20478 3673
2674 ;;;;;; 653810 0))
2675 ;;; Generated autoloads from play/bubbles.el
2677 (autoload 'bubbles "bubbles" "\
2678 Play Bubbles game.
2679 \\<bubbles-mode-map>
2680 The goal is to remove all bubbles with as few moves as possible.
2681 \\[bubbles-plop] on a bubble removes that bubble and all
2682 connected bubbles of the same color. Unsupported bubbles fall
2683 down, and columns that do not contain any bubbles suck the
2684 columns on its right towards the left.
2686 \\[bubbles-set-game-easy] sets the difficulty to easy.
2687 \\[bubbles-set-game-medium] sets the difficulty to medium.
2688 \\[bubbles-set-game-difficult] sets the difficulty to difficult.
2689 \\[bubbles-set-game-hard] sets the difficulty to hard.
2691 \(fn)" t nil)
2693 ;;;***
2695 ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2696 ;;;;;; "progmodes/bug-reference.el" (20490 33188 850375 0))
2697 ;;; Generated autoloads from progmodes/bug-reference.el
2699 (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
2701 (autoload 'bug-reference-mode "bug-reference" "\
2702 Toggle hyperlinking bug references in the buffer (Bug Reference mode).
2703 With a prefix argument ARG, enable Bug Reference mode if ARG is
2704 positive, and disable it otherwise. If called from Lisp, enable
2705 the mode if ARG is omitted or nil.
2707 \(fn &optional ARG)" t nil)
2709 (autoload 'bug-reference-prog-mode "bug-reference" "\
2710 Like `bug-reference-mode', but only buttonize in comments and strings.
2712 \(fn &optional ARG)" t nil)
2714 ;;;***
2716 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2717 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2718 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2719 ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2720 ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20497 6436 957082 0))
2721 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2722 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2723 (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2724 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2726 (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
2728 (autoload 'byte-compile-disable-warning "bytecomp" "\
2729 Change `byte-compile-warnings' to disable WARNING.
2730 If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2731 Otherwise, if the first element is `not', add WARNING, else remove it.
2732 Normally you should let-bind `byte-compile-warnings' before calling this,
2733 else the global value will be modified.
2735 \(fn WARNING)" nil nil)
2737 (autoload 'byte-compile-enable-warning "bytecomp" "\
2738 Change `byte-compile-warnings' to enable WARNING.
2739 If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
2740 first element is `not', remove WARNING, else add it.
2741 Normally you should let-bind `byte-compile-warnings' before calling this,
2742 else the global value will be modified.
2744 \(fn WARNING)" nil nil)
2746 (autoload 'byte-force-recompile "bytecomp" "\
2747 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2748 Files in subdirectories of DIRECTORY are processed also.
2750 \(fn DIRECTORY)" t nil)
2752 (autoload 'byte-recompile-directory "bytecomp" "\
2753 Recompile every `.el' file in DIRECTORY that needs recompilation.
2754 This happens when a `.elc' file exists but is older than the `.el' file.
2755 Files in subdirectories of DIRECTORY are processed also.
2757 If the `.elc' file does not exist, normally this function *does not*
2758 compile the corresponding `.el' file. However, if the prefix argument
2759 ARG is 0, that means do compile all those files. A nonzero
2760 ARG means ask the user, for each such `.el' file, whether to
2761 compile it. A nonzero ARG also means ask about each subdirectory
2762 before scanning it.
2764 If the third argument FORCE is non-nil, recompile every `.el' file
2765 that already has a `.elc' file.
2767 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2768 (put 'no-byte-compile 'safe-local-variable 'booleanp)
2770 (autoload 'byte-compile-file "bytecomp" "\
2771 Compile a file of Lisp code named FILENAME into a file of byte code.
2772 The output file's name is generated by passing FILENAME to the
2773 function `byte-compile-dest-file' (which see).
2774 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2775 The value is non-nil if there were no errors, nil if errors.
2777 \(fn FILENAME &optional LOAD)" t nil)
2779 (autoload 'compile-defun "bytecomp" "\
2780 Compile and evaluate the current top-level form.
2781 Print the result in the echo area.
2782 With argument ARG, insert value in current buffer after the form.
2784 \(fn &optional ARG)" t nil)
2786 (autoload 'byte-compile "bytecomp" "\
2787 If FORM is a symbol, byte-compile its function definition.
2788 If FORM is a lambda or a macro, byte-compile it as a function.
2790 \(fn FORM)" nil nil)
2792 (autoload 'display-call-tree "bytecomp" "\
2793 Display a call graph of a specified file.
2794 This lists which functions have been called, what functions called
2795 them, and what functions they call. The list includes all functions
2796 whose definitions have been compiled in this Emacs session, as well as
2797 all functions called by those functions.
2799 The call graph does not include macros, inline functions, or
2800 primitives that the byte-code interpreter knows about directly (eq,
2801 cons, etc.).
2803 The call tree also lists those functions which are not known to be called
2804 \(that is, to which no calls have been compiled), and which cannot be
2805 invoked interactively.
2807 \(fn &optional FILENAME)" t nil)
2809 (autoload 'batch-byte-compile-if-not-done "bytecomp" "\
2810 Like `byte-compile-file' but doesn't recompile if already up to date.
2811 Use this from the command line, with `-batch';
2812 it won't work in an interactive Emacs.
2814 \(fn)" nil nil)
2816 (autoload 'batch-byte-compile "bytecomp" "\
2817 Run `byte-compile-file' on the files remaining on the command line.
2818 Use this from the command line, with `-batch';
2819 it won't work in an interactive Emacs.
2820 Each file is processed even if an error occurred previously.
2821 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2822 If NOFORCE is non-nil, don't recompile a file that seems to be
2823 already up-to-date.
2825 \(fn &optional NOFORCE)" nil nil)
2827 (autoload 'batch-byte-recompile-directory "bytecomp" "\
2828 Run `byte-recompile-directory' on the dirs remaining on the command line.
2829 Must be used only with `-batch', and kills Emacs on completion.
2830 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2832 Optional argument ARG is passed as second argument ARG to
2833 `byte-recompile-directory'; see there for its possible values
2834 and corresponding effects.
2836 \(fn &optional ARG)" nil nil)
2838 ;;;***
2840 ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20355
2841 ;;;;;; 10021 546955 0))
2842 ;;; Generated autoloads from calendar/cal-china.el
2844 (put 'calendar-chinese-time-zone 'risky-local-variable t)
2846 (put 'chinese-calendar-time-zone 'risky-local-variable t)
2848 ;;;***
2850 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20461 32935
2851 ;;;;;; 300400 0))
2852 ;;; Generated autoloads from calendar/cal-dst.el
2854 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
2856 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
2858 (put 'calendar-current-time-zone-cache 'risky-local-variable t)
2860 ;;;***
2862 ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2863 ;;;;;; (20355 10021 546955 0))
2864 ;;; Generated autoloads from calendar/cal-hebrew.el
2866 (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
2867 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2868 When called interactively from the calendar window, the date of death is taken
2869 from the cursor position.
2871 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2873 (define-obsolete-function-alias 'list-yahrzeit-dates 'calendar-hebrew-list-yahrzeits "23.1")
2875 ;;;***
2877 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2878 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2879 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20504
2880 ;;;;;; 23200 130482 0))
2881 ;;; Generated autoloads from calc/calc.el
2882 (define-key ctl-x-map "*" 'calc-dispatch)
2884 (autoload 'calc-dispatch "calc" "\
2885 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2887 \(fn &optional ARG)" t nil)
2889 (autoload 'calc "calc" "\
2890 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2892 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2894 (autoload 'full-calc "calc" "\
2895 Invoke the Calculator and give it a full-sized window.
2897 \(fn &optional INTERACTIVE)" t nil)
2899 (autoload 'quick-calc "calc" "\
2900 Do a quick calculation in the minibuffer without invoking full Calculator.
2902 \(fn)" t nil)
2904 (autoload 'calc-eval "calc" "\
2905 Do a quick calculation and return the result as a string.
2906 Return value will either be the formatted result in string form,
2907 or a list containing a character position and an error message in string form.
2909 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2911 (autoload 'calc-keypad "calc" "\
2912 Invoke the Calculator in \"visual keypad\" mode.
2913 This is most useful in the X window system.
2914 In this mode, click on the Calc \"buttons\" using the left mouse button.
2915 Or, position the cursor manually and do M-x calc-keypad-press.
2917 \(fn &optional INTERACTIVE)" t nil)
2919 (autoload 'full-calc-keypad "calc" "\
2920 Invoke the Calculator in full-screen \"visual keypad\" mode.
2921 See calc-keypad for details.
2923 \(fn &optional INTERACTIVE)" t nil)
2925 (autoload 'calc-grab-region "calc" "\
2926 Parse the region as a vector of numbers and push it on the Calculator stack.
2928 \(fn TOP BOT ARG)" t nil)
2930 (autoload 'calc-grab-rectangle "calc" "\
2931 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2933 \(fn TOP BOT ARG)" t nil)
2935 (autoload 'calc-embedded "calc" "\
2936 Start Calc Embedded mode on the formula surrounding point.
2938 \(fn ARG &optional END OBEG OEND)" t nil)
2940 (autoload 'calc-embedded-activate "calc" "\
2941 Scan the current editing buffer for all embedded := and => formulas.
2942 Also looks for the equivalent TeX words, \\gets and \\evalto.
2944 \(fn &optional ARG CBUF)" t nil)
2946 (autoload 'defmath "calc" "\
2947 Define Calc function.
2949 Like `defun' except that code in the body of the definition can
2950 make use of the full range of Calc data types and the usual
2951 arithmetic operations are converted to their Calc equivalents.
2953 The prefix `calcFunc-' is added to the specified name to get the
2954 actual Lisp function name.
2956 See Info node `(calc)Defining Functions'.
2958 \(fn FUNC ARGS &rest BODY)" nil t)
2960 (put 'defmath 'doc-string-elt '3)
2962 ;;;***
2964 ;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20355
2965 ;;;;;; 10021 546955 0))
2966 ;;; Generated autoloads from calc/calc-undo.el
2968 (autoload 'calc-undo "calc-undo" "\
2971 \(fn N)" t nil)
2973 ;;;***
2975 ;;;### (autoloads (calculator) "calculator" "calculator.el" (20476
2976 ;;;;;; 31768 298871 0))
2977 ;;; Generated autoloads from calculator.el
2979 (autoload 'calculator "calculator" "\
2980 Run the Emacs calculator.
2981 See the documentation for `calculator-mode' for more information.
2983 \(fn)" t nil)
2985 ;;;***
2987 ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20457
2988 ;;;;;; 35879 688143 0))
2989 ;;; Generated autoloads from calendar/calendar.el
2991 (autoload 'calendar "calendar" "\
2992 Display a three-month Gregorian calendar.
2993 The three months appear side by side, with the current month in
2994 the middle surrounded by the previous and next months. The
2995 cursor is put on today's date. If optional prefix argument ARG
2996 is non-nil, prompts for the central month and year.
2998 Once in the calendar window, future or past months can be moved
2999 into view. Arbitrary months can be displayed, or the calendar
3000 can be scrolled forward or backward. The cursor can be moved
3001 forward or backward by one day, one week, one month, or one year.
3002 All of these commands take prefix arguments which, when negative,
3003 cause movement in the opposite direction. For convenience, the
3004 digit keys and the minus sign are automatically prefixes. Use
3005 \\[describe-mode] for details of the key bindings in the calendar
3006 window.
3008 Displays the calendar in a separate window, or optionally in a
3009 separate frame, depending on the value of `calendar-setup'.
3011 If `calendar-view-diary-initially-flag' is non-nil, also displays the
3012 diary entries for the current date (or however many days
3013 `diary-number-of-entries' specifies). This variable can be
3014 overridden by `calendar-setup'. As well as being displayed,
3015 diary entries can also be marked on the calendar (see
3016 `calendar-mark-diary-entries-flag').
3018 Runs the following hooks:
3020 `calendar-load-hook' - after loading calendar.el
3021 `calendar-today-visible-hook', `calendar-today-invisible-hook' - after
3022 generating a calendar, if today's date is visible or not, respectively
3023 `calendar-initial-window-hook' - after first creating a calendar
3025 This function is suitable for execution in a .emacs file.
3027 \(fn &optional ARG)" t nil)
3029 ;;;***
3031 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3032 ;;;;;; "gnus/canlock.el" (20355 10021 546955 0))
3033 ;;; Generated autoloads from gnus/canlock.el
3035 (autoload 'canlock-insert-header "canlock" "\
3036 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
3038 \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil)
3040 (autoload 'canlock-verify "canlock" "\
3041 Verify Cancel-Lock or Cancel-Key in BUFFER.
3042 If BUFFER is nil, the current buffer is assumed. Signal an error if
3043 it fails.
3045 \(fn &optional BUFFER)" t nil)
3047 ;;;***
3049 ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3050 ;;;;;; (20355 10021 546955 0))
3051 ;;; Generated autoloads from progmodes/cap-words.el
3053 (autoload 'capitalized-words-mode "cap-words" "\
3054 Toggle Capitalized Words mode.
3055 With a prefix argument ARG, enable Capitalized Words mode if ARG
3056 is positive, and disable it otherwise. If called from Lisp,
3057 enable the mode if ARG is omitted or nil.
3059 Capitalized Words mode is a buffer-local minor mode. When
3060 enabled, a word boundary occurs immediately before an uppercase
3061 letter in a symbol. This is in addition to all the normal
3062 boundaries given by the syntax and category tables. There is no
3063 restriction to ASCII.
3065 E.g. the beginning of words in the following identifier are as marked:
3067 capitalizedWorDD
3068 ^ ^ ^^
3070 Note that these word boundaries only apply for word motion and
3071 marking commands such as \\[forward-word]. This mode does not affect word
3072 boundaries found by regexp matching (`\\>', `\\w' &c).
3074 This style of identifiers is common in environments like Java ones,
3075 where underscores aren't trendy enough. Capitalization rules are
3076 sometimes part of the language, e.g. Haskell, which may thus encourage
3077 such a style. It is appropriate to add `capitalized-words-mode' to
3078 the mode hook for programming language modes in which you encounter
3079 variables like this, e.g. `java-mode-hook'. It's unlikely to cause
3080 trouble if such identifiers aren't used.
3082 See also `glasses-mode' and `studlify-word'.
3083 Obsoletes `c-forward-into-nomenclature'.
3085 \(fn &optional ARG)" t nil)
3087 ;;;***
3089 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20355
3090 ;;;;;; 10021 546955 0))
3091 ;;; Generated autoloads from progmodes/cc-compat.el
3092 (put 'c-indent-level 'safe-local-variable 'integerp)
3094 ;;;***
3096 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3097 ;;;;;; (20486 36135 22104 0))
3098 ;;; Generated autoloads from progmodes/cc-engine.el
3100 (autoload 'c-guess-basic-syntax "cc-engine" "\
3101 Return the syntactic context of the current line.
3103 \(fn)" nil nil)
3105 ;;;***
3107 ;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3108 ;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3109 ;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20355 10021
3110 ;;;;;; 546955 0))
3111 ;;; Generated autoloads from progmodes/cc-guess.el
3113 (defvar c-guess-guessed-offsets-alist nil "\
3114 Currently guessed offsets-alist.")
3116 (defvar c-guess-guessed-basic-offset nil "\
3117 Currently guessed basic-offset.")
3119 (autoload 'c-guess "cc-guess" "\
3120 Guess the style in the region up to `c-guess-region-max', and install it.
3122 The style is given a name based on the file's absolute file name.
3124 If given a prefix argument (or if the optional argument ACCUMULATE is
3125 non-nil) then the previous guess is extended, otherwise a new guess is
3126 made from scratch.
3128 \(fn &optional ACCUMULATE)" t nil)
3130 (autoload 'c-guess-no-install "cc-guess" "\
3131 Guess the style in the region up to `c-guess-region-max'; don't install it.
3133 If given a prefix argument (or if the optional argument ACCUMULATE is
3134 non-nil) then the previous guess is extended, otherwise a new guess is
3135 made from scratch.
3137 \(fn &optional ACCUMULATE)" t nil)
3139 (autoload 'c-guess-buffer "cc-guess" "\
3140 Guess the style on the whole current buffer, and install it.
3142 The style is given a name based on the file's absolute file name.
3144 If given a prefix argument (or if the optional argument ACCUMULATE is
3145 non-nil) then the previous guess is extended, otherwise a new guess is
3146 made from scratch.
3148 \(fn &optional ACCUMULATE)" t nil)
3150 (autoload 'c-guess-buffer-no-install "cc-guess" "\
3151 Guess the style on the whole current buffer; don't install it.
3153 If given a prefix argument (or if the optional argument ACCUMULATE is
3154 non-nil) then the previous guess is extended, otherwise a new guess is
3155 made from scratch.
3157 \(fn &optional ACCUMULATE)" t nil)
3159 (autoload 'c-guess-region "cc-guess" "\
3160 Guess the style on the region and install it.
3162 The style is given a name based on the file's absolute file name.
3164 If given a prefix argument (or if the optional argument ACCUMULATE is
3165 non-nil) then the previous guess is extended, otherwise a new guess is
3166 made from scratch.
3168 \(fn START END &optional ACCUMULATE)" t nil)
3170 (autoload 'c-guess-region-no-install "cc-guess" "\
3171 Guess the style on the region; don't install it.
3173 Every line of code in the region is examined and values for the following two
3174 variables are guessed:
3176 * `c-basic-offset', and
3177 * the indentation values of the various syntactic symbols in
3178 `c-offsets-alist'.
3180 The guessed values are put into `c-guess-guessed-basic-offset' and
3181 `c-guess-guessed-offsets-alist'.
3183 Frequencies of use are taken into account when guessing, so minor
3184 inconsistencies in the indentation style shouldn't produce wrong guesses.
3186 If given a prefix argument (or if the optional argument ACCUMULATE is
3187 non-nil) then the previous examination is extended, otherwise a new
3188 guess is made from scratch.
3190 Note that the larger the region to guess in, the slower the guessing.
3191 So you can limit the region with `c-guess-region-max'.
3193 \(fn START END &optional ACCUMULATE)" t nil)
3195 (autoload 'c-guess-install "cc-guess" "\
3196 Install the latest guessed style into the current buffer.
3197 \(This guessed style is a combination of `c-guess-guessed-basic-offset',
3198 `c-guess-guessed-offsets-alist' and `c-offsets-alist'.)
3200 The style is entered into CC Mode's style system by
3201 `c-add-style'. Its name is either STYLE-NAME, or a name based on
3202 the absolute file name of the file if STYLE-NAME is nil.
3204 \(fn &optional STYLE-NAME)" t nil)
3206 ;;;***
3208 ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3209 ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3210 ;;;;;; (20416 44451 205563 0))
3211 ;;; Generated autoloads from progmodes/cc-mode.el
3213 (autoload 'c-initialize-cc-mode "cc-mode" "\
3214 Initialize CC Mode for use in the current buffer.
3215 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3216 initialization to run CC Mode for the C language is done. Otherwise
3217 only some basic setup is done, and a call to `c-init-language-vars' or
3218 `c-init-language-vars-for' is necessary too (which gives more
3219 control). See \"cc-mode.el\" for more info.
3221 \(fn &optional NEW-STYLE-INIT)" nil nil)
3223 (defvar c-mode-syntax-table nil "\
3224 Syntax table used in c-mode buffers.")
3225 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3226 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3227 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
3228 (add-to-list 'auto-mode-alist '("\\.[ch]\\'" . c-mode))
3229 (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
3230 (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
3231 (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode))
3232 (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode))
3234 (autoload 'c-mode "cc-mode" "\
3235 Major mode for editing K&R and ANSI C code.
3236 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3237 c-mode buffer. This automatically sets up a mail buffer with version
3238 information already added. You just need to add a description of the
3239 problem, including a reproducible test case, and send the message.
3241 To see what version of CC Mode you are running, enter `\\[c-version]'.
3243 The hook `c-mode-common-hook' is run with no args at mode
3244 initialization, then `c-mode-hook'.
3246 Key bindings:
3247 \\{c-mode-map}
3249 \(fn)" t nil)
3251 (defvar c++-mode-syntax-table nil "\
3252 Syntax table used in c++-mode buffers.")
3254 (autoload 'c++-mode "cc-mode" "\
3255 Major mode for editing C++ code.
3256 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3257 c++-mode buffer. This automatically sets up a mail buffer with
3258 version information already added. You just need to add a description
3259 of the problem, including a reproducible test case, and send the
3260 message.
3262 To see what version of CC Mode you are running, enter `\\[c-version]'.
3264 The hook `c-mode-common-hook' is run with no args at mode
3265 initialization, then `c++-mode-hook'.
3267 Key bindings:
3268 \\{c++-mode-map}
3270 \(fn)" t nil)
3272 (defvar objc-mode-syntax-table nil "\
3273 Syntax table used in objc-mode buffers.")
3274 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3276 (autoload 'objc-mode "cc-mode" "\
3277 Major mode for editing Objective C code.
3278 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3279 objc-mode buffer. This automatically sets up a mail buffer with
3280 version information already added. You just need to add a description
3281 of the problem, including a reproducible test case, and send the
3282 message.
3284 To see what version of CC Mode you are running, enter `\\[c-version]'.
3286 The hook `c-mode-common-hook' is run with no args at mode
3287 initialization, then `objc-mode-hook'.
3289 Key bindings:
3290 \\{objc-mode-map}
3292 \(fn)" t nil)
3294 (defvar java-mode-syntax-table nil "\
3295 Syntax table used in java-mode buffers.")
3296 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3298 (autoload 'java-mode "cc-mode" "\
3299 Major mode for editing Java code.
3300 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3301 java-mode buffer. This automatically sets up a mail buffer with
3302 version information already added. You just need to add a description
3303 of the problem, including a reproducible test case, and send the
3304 message.
3306 To see what version of CC Mode you are running, enter `\\[c-version]'.
3308 The hook `c-mode-common-hook' is run with no args at mode
3309 initialization, then `java-mode-hook'.
3311 Key bindings:
3312 \\{java-mode-map}
3314 \(fn)" t nil)
3316 (defvar idl-mode-syntax-table nil "\
3317 Syntax table used in idl-mode buffers.")
3318 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3320 (autoload 'idl-mode "cc-mode" "\
3321 Major mode for editing CORBA's IDL, PSDL and CIDL code.
3322 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3323 idl-mode buffer. This automatically sets up a mail buffer with
3324 version information already added. You just need to add a description
3325 of the problem, including a reproducible test case, and send the
3326 message.
3328 To see what version of CC Mode you are running, enter `\\[c-version]'.
3330 The hook `c-mode-common-hook' is run with no args at mode
3331 initialization, then `idl-mode-hook'.
3333 Key bindings:
3334 \\{idl-mode-map}
3336 \(fn)" t nil)
3338 (defvar pike-mode-syntax-table nil "\
3339 Syntax table used in pike-mode buffers.")
3340 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode))
3341 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3343 (autoload 'pike-mode "cc-mode" "\
3344 Major mode for editing Pike code.
3345 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3346 pike-mode buffer. This automatically sets up a mail buffer with
3347 version information already added. You just need to add a description
3348 of the problem, including a reproducible test case, and send the
3349 message.
3351 To see what version of CC Mode you are running, enter `\\[c-version]'.
3353 The hook `c-mode-common-hook' is run with no args at mode
3354 initialization, then `pike-mode-hook'.
3356 Key bindings:
3357 \\{pike-mode-map}
3359 \(fn)" t nil)
3360 (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode))
3361 (add-to-list 'interpreter-mode-alist '("awk" . awk-mode))
3362 (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode))
3363 (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
3364 (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
3365 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
3367 (autoload 'awk-mode "cc-mode" "\
3368 Major mode for editing AWK code.
3369 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3370 awk-mode buffer. This automatically sets up a mail buffer with version
3371 information already added. You just need to add a description of the
3372 problem, including a reproducible test case, and send the message.
3374 To see what version of CC Mode you are running, enter `\\[c-version]'.
3376 The hook `c-mode-common-hook' is run with no args at mode
3377 initialization, then `awk-mode-hook'.
3379 Key bindings:
3380 \\{awk-mode-map}
3382 \(fn)" t nil)
3384 ;;;***
3386 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3387 ;;;;;; "progmodes/cc-styles.el" (20355 10021 546955 0))
3388 ;;; Generated autoloads from progmodes/cc-styles.el
3390 (autoload 'c-set-style "cc-styles" "\
3391 Set the current buffer to use the style STYLENAME.
3392 STYLENAME, a string, must be an existing CC Mode style - These are contained
3393 in the variable `c-style-alist'.
3395 The variable `c-indentation-style' will get set to STYLENAME.
3397 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
3398 values indicated by the pertinent entry in `c-style-alist'. Other variables
3399 might get set too.
3401 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
3402 have been set (more precisely, whose default values are not the symbol
3403 `set-from-style') will not be changed. This avoids overriding global settings
3404 done in ~/.emacs. It is useful to call c-set-style from a mode hook in this
3405 way.
3407 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
3408 values are not the symbol `set-from-style') will not be overridden. CC Mode
3409 calls c-set-style internally in this way whilst initializing a buffer; if
3410 cc-set-style is called like this from anywhere else, it will usually behave as
3411 a null operation.
3413 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3415 (autoload 'c-add-style "cc-styles" "\
3416 Adds a style to `c-style-alist', or updates an existing one.
3417 STYLE is a string identifying the style to add or update. DESCRIPTION
3418 is an association list describing the style and must be of the form:
3420 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3422 See the variable `c-style-alist' for the semantics of BASESTYLE,
3423 VARIABLE and VALUE. This function also sets the current style to
3424 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3426 \(fn STYLE DESCRIPTION &optional SET-P)" t nil)
3428 (autoload 'c-set-offset "cc-styles" "\
3429 Change the value of a syntactic element symbol in `c-offsets-alist'.
3430 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3431 offset for that syntactic element. The optional argument is not used
3432 and exists only for compatibility reasons.
3434 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3436 ;;;***
3438 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20355 10021
3439 ;;;;;; 546955 0))
3440 ;;; Generated autoloads from progmodes/cc-vars.el
3441 (put 'c-basic-offset 'safe-local-variable 'integerp)
3442 (put 'c-backslash-column 'safe-local-variable 'integerp)
3443 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3445 ;;;***
3447 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3448 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3449 ;;;;;; (20355 10021 546955 0))
3450 ;;; Generated autoloads from international/ccl.el
3452 (autoload 'ccl-compile "ccl" "\
3453 Return the compiled code of CCL-PROGRAM as a vector of integers.
3455 \(fn CCL-PROGRAM)" nil nil)
3457 (autoload 'ccl-dump "ccl" "\
3458 Disassemble compiled CCL-CODE.
3460 \(fn CCL-CODE)" nil nil)
3462 (autoload 'declare-ccl-program "ccl" "\
3463 Declare NAME as a name of CCL program.
3465 This macro exists for backward compatibility. In the old version of
3466 Emacs, to compile a CCL program which calls another CCL program not
3467 yet defined, it must be declared as a CCL program in advance. But,
3468 now CCL program names are resolved not at compile time but before
3469 execution.
3471 Optional arg VECTOR is a compiled CCL code of the CCL program.
3473 \(fn NAME &optional VECTOR)" nil t)
3475 (autoload 'define-ccl-program "ccl" "\
3476 Set NAME the compiled code of CCL-PROGRAM.
3478 CCL-PROGRAM has this form:
3479 (BUFFER_MAGNIFICATION
3480 CCL_MAIN_CODE
3481 [ CCL_EOF_CODE ])
3483 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3484 output buffer magnification size compared with the bytes of input data
3485 text. It is assured that the actual output buffer has 256 bytes
3486 more than the size calculated by BUFFER_MAGNIFICATION.
3487 If the value is zero, the CCL program can't execute `read' and
3488 `write' commands.
3490 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3491 executed at first. If there's no more input data when `read' command
3492 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3493 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3495 Here's the syntax of CCL program code in BNF notation. The lines
3496 starting by two semicolons (and optional leading spaces) describe the
3497 semantics.
3499 CCL_MAIN_CODE := CCL_BLOCK
3501 CCL_EOF_CODE := CCL_BLOCK
3503 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3505 STATEMENT :=
3506 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3507 | TRANSLATE | MAP | LOOKUP | END
3509 SET := (REG = EXPRESSION)
3510 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3511 ;; The following form is the same as (r0 = integer).
3512 | integer
3514 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3516 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3517 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3518 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3520 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3521 ;; CCL_BLOCK_N.
3522 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3524 ;; Execute STATEMENTs until (break) or (end) is executed.
3525 LOOP := (loop STATEMENT [STATEMENT ...])
3527 ;; Terminate the most inner loop.
3528 BREAK := (break)
3530 REPEAT :=
3531 ;; Jump to the head of the most inner loop.
3532 (repeat)
3533 ;; Same as: ((write [REG | integer | string])
3534 ;; (repeat))
3535 | (write-repeat [REG | integer | string])
3536 ;; Same as: ((write REG [ARRAY])
3537 ;; (read REG)
3538 ;; (repeat))
3539 | (write-read-repeat REG [ARRAY])
3540 ;; Same as: ((write integer)
3541 ;; (read REG)
3542 ;; (repeat))
3543 | (write-read-repeat REG integer)
3545 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3546 ;; to the next byte read, and so on.
3547 (read REG_0 [REG_1 ...])
3548 ;; Same as: ((read REG)
3549 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3550 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3551 ;; Same as: ((read REG)
3552 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3553 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3554 ;; Read a character from the input text while parsing
3555 ;; multibyte representation, set REG_0 to the charset ID of
3556 ;; the character, set REG_1 to the code point of the
3557 ;; character. If the dimension of charset is two, set REG_1
3558 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3559 ;; point and CODE1 is the second code point.
3560 | (read-multibyte-character REG_0 REG_1)
3562 WRITE :=
3563 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3564 ;; a multibyte character, write the corresponding multibyte
3565 ;; representation.
3566 (write REG_0 [REG_1 ...])
3567 ;; Same as: ((r7 = EXPRESSION)
3568 ;; (write r7))
3569 | (write EXPRESSION)
3570 ;; Write the value of `integer' to the output buffer. If it
3571 ;; is a multibyte character, write the corresponding multibyte
3572 ;; representation.
3573 | (write integer)
3574 ;; Write the byte sequence of `string' as is to the output
3575 ;; buffer.
3576 | (write string)
3577 ;; Same as: (write string)
3578 | string
3579 ;; Provided that the value of REG is N, write Nth element of
3580 ;; ARRAY to the output buffer. If it is a multibyte
3581 ;; character, write the corresponding multibyte
3582 ;; representation.
3583 | (write REG ARRAY)
3584 ;; Write a multibyte representation of a character whose
3585 ;; charset ID is REG_0 and code point is REG_1. If the
3586 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
3587 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
3588 ;; is the second code point of the character.
3589 | (write-multibyte-character REG_0 REG_1)
3591 ;; Call CCL program whose name is ccl-program-name.
3592 CALL := (call ccl-program-name)
3594 ;; Terminate the CCL program.
3595 END := (end)
3597 ;; CCL registers that can contain any integer value. As r7 is also
3598 ;; used by CCL interpreter, its value is changed unexpectedly.
3599 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
3601 ARG := REG | integer
3603 OPERATOR :=
3604 ;; Normal arithmetic operators (same meaning as C code).
3605 + | - | * | / | %
3607 ;; Bitwise operators (same meaning as C code)
3608 | & | `|' | ^
3610 ;; Shifting operators (same meaning as C code)
3611 | << | >>
3613 ;; (REG = ARG_0 <8 ARG_1) means:
3614 ;; (REG = ((ARG_0 << 8) | ARG_1))
3615 | <8
3617 ;; (REG = ARG_0 >8 ARG_1) means:
3618 ;; ((REG = (ARG_0 >> 8))
3619 ;; (r7 = (ARG_0 & 255)))
3620 | >8
3622 ;; (REG = ARG_0 // ARG_1) means:
3623 ;; ((REG = (ARG_0 / ARG_1))
3624 ;; (r7 = (ARG_0 % ARG_1)))
3625 | //
3627 ;; Normal comparing operators (same meaning as C code)
3628 | < | > | == | <= | >= | !=
3630 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
3631 ;; code, and CHAR is the corresponding JISX0208 character,
3632 ;; (REG = ARG_0 de-sjis ARG_1) means:
3633 ;; ((REG = CODE0)
3634 ;; (r7 = CODE1))
3635 ;; where CODE0 is the first code point of CHAR, CODE1 is the
3636 ;; second code point of CHAR.
3637 | de-sjis
3639 ;; If ARG_0 and ARG_1 are the first and second code point of
3640 ;; JISX0208 character CHAR, and SJIS is the corresponding
3641 ;; Shift-JIS code,
3642 ;; (REG = ARG_0 en-sjis ARG_1) means:
3643 ;; ((REG = HIGH)
3644 ;; (r7 = LOW))
3645 ;; where HIGH is the higher byte of SJIS, LOW is the lower
3646 ;; byte of SJIS.
3647 | en-sjis
3649 ASSIGNMENT_OPERATOR :=
3650 ;; Same meaning as C code
3651 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
3653 ;; (REG <8= ARG) is the same as:
3654 ;; ((REG <<= 8)
3655 ;; (REG |= ARG))
3656 | <8=
3658 ;; (REG >8= ARG) is the same as:
3659 ;; ((r7 = (REG & 255))
3660 ;; (REG >>= 8))
3662 ;; (REG //= ARG) is the same as:
3663 ;; ((r7 = (REG % ARG))
3664 ;; (REG /= ARG))
3665 | //=
3667 ARRAY := `[' integer ... `]'
3670 TRANSLATE :=
3671 (translate-character REG(table) REG(charset) REG(codepoint))
3672 | (translate-character SYMBOL REG(charset) REG(codepoint))
3673 ;; SYMBOL must refer to a table defined by `define-translation-table'.
3674 LOOKUP :=
3675 (lookup-character SYMBOL REG(charset) REG(codepoint))
3676 | (lookup-integer SYMBOL REG(integer))
3677 ;; SYMBOL refers to a table defined by `define-translation-hash-table'.
3678 MAP :=
3679 (iterate-multiple-map REG REG MAP-IDs)
3680 | (map-multiple REG REG (MAP-SET))
3681 | (map-single REG REG MAP-ID)
3682 MAP-IDs := MAP-ID ...
3683 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3684 MAP-ID := integer
3686 \(fn NAME CCL-PROGRAM &optional DOC)" nil t)
3688 (put 'define-ccl-program 'doc-string-elt '3)
3690 (autoload 'check-ccl-program "ccl" "\
3691 Check validity of CCL-PROGRAM.
3692 If CCL-PROGRAM is a symbol denoting a CCL program, return
3693 CCL-PROGRAM, else return nil.
3694 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3695 register CCL-PROGRAM by name NAME, and return NAME.
3697 \(fn CCL-PROGRAM &optional NAME)" nil t)
3699 (autoload 'ccl-execute-with-args "ccl" "\
3700 Execute CCL-PROGRAM with registers initialized by the remaining args.
3701 The return value is a vector of resulting CCL registers.
3703 See the documentation of `define-ccl-program' for the detail of CCL program.
3705 \(fn CCL-PROG &rest ARGS)" nil nil)
3707 ;;;***
3709 ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3710 ;;;;;; (20453 5437 764254 0))
3711 ;;; Generated autoloads from emacs-lisp/cconv.el
3713 (autoload 'cconv-closure-convert "cconv" "\
3714 Main entry point for closure conversion.
3715 -- FORM is a piece of Elisp code after macroexpansion.
3716 -- TOPLEVEL(optional) is a boolean variable, true if we are at the root of AST
3718 Returns a form where all lambdas don't have any free variables.
3720 \(fn FORM)" nil nil)
3722 ;;;***
3724 ;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3725 ;;;;;; "cfengine" "progmodes/cfengine.el" (20355 10021 546955 0))
3726 ;;; Generated autoloads from progmodes/cfengine.el
3728 (autoload 'cfengine3-mode "cfengine" "\
3729 Major mode for editing CFEngine3 input.
3730 There are no special keybindings by default.
3732 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3733 to the action header.
3735 \(fn)" t nil)
3737 (autoload 'cfengine2-mode "cfengine" "\
3738 Major mode for editing CFEngine2 input.
3739 There are no special keybindings by default.
3741 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3742 to the action header.
3744 \(fn)" t nil)
3746 (autoload 'cfengine-auto-mode "cfengine" "\
3747 Choose between `cfengine2-mode' and `cfengine3-mode' depending
3748 on the buffer contents
3750 \(fn)" nil nil)
3752 ;;;***
3754 ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3755 ;;;;;; "emacs-lisp/check-declare.el" (20378 29222 722320 0))
3756 ;;; Generated autoloads from emacs-lisp/check-declare.el
3758 (autoload 'check-declare-file "check-declare" "\
3759 Check veracity of all `declare-function' statements in FILE.
3760 See `check-declare-directory' for more information.
3762 \(fn FILE)" t nil)
3764 (autoload 'check-declare-directory "check-declare" "\
3765 Check veracity of all `declare-function' statements under directory ROOT.
3766 Returns non-nil if any false statements are found.
3768 \(fn ROOT)" t nil)
3770 ;;;***
3772 ;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
3773 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
3774 ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
3775 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3776 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3777 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3778 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3779 ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3780 ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20388 65061 302484 0))
3781 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3782 (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3783 (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
3784 (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
3785 (put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp)
3786 (put 'checkdoc-symbol-words 'safe-local-variable 'checkdoc-list-of-strings-p)
3788 (autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3791 \(fn OBJ)" nil nil)
3793 (autoload 'checkdoc "checkdoc" "\
3794 Interactively check the entire buffer for style errors.
3795 The current status of the check will be displayed in a buffer which
3796 the users will view as each check is completed.
3798 \(fn)" t nil)
3800 (autoload 'checkdoc-interactive "checkdoc" "\
3801 Interactively check the current buffer for doc string errors.
3802 Prefix argument START-HERE will start the checking from the current
3803 point, otherwise the check starts at the beginning of the current
3804 buffer. Allows navigation forward and backwards through document
3805 errors. Does not check for comment or space warnings.
3806 Optional argument SHOWSTATUS indicates that we should update the
3807 checkdoc status window instead of the usual behavior.
3809 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3811 (autoload 'checkdoc-message-interactive "checkdoc" "\
3812 Interactively check the current buffer for message string errors.
3813 Prefix argument START-HERE will start the checking from the current
3814 point, otherwise the check starts at the beginning of the current
3815 buffer. Allows navigation forward and backwards through document
3816 errors. Does not check for comment or space warnings.
3817 Optional argument SHOWSTATUS indicates that we should update the
3818 checkdoc status window instead of the usual behavior.
3820 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3822 (autoload 'checkdoc-eval-current-buffer "checkdoc" "\
3823 Evaluate and check documentation for the current buffer.
3824 Evaluation is done first because good documentation for something that
3825 doesn't work is just not useful. Comments, doc strings, and rogue
3826 spacing are all verified.
3828 \(fn)" t nil)
3830 (autoload 'checkdoc-current-buffer "checkdoc" "\
3831 Check current buffer for document, comment, error style, and rogue spaces.
3832 With a prefix argument (in Lisp, the argument TAKE-NOTES),
3833 store all errors found in a warnings buffer,
3834 otherwise stop after the first error.
3836 \(fn &optional TAKE-NOTES)" t nil)
3838 (autoload 'checkdoc-start "checkdoc" "\
3839 Start scanning the current buffer for documentation string style errors.
3840 Only documentation strings are checked.
3841 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3842 Prefix argument TAKE-NOTES means to collect all the warning messages into
3843 a separate buffer.
3845 \(fn &optional TAKE-NOTES)" t nil)
3847 (autoload 'checkdoc-continue "checkdoc" "\
3848 Find the next doc string in the current buffer which has a style error.
3849 Prefix argument TAKE-NOTES means to continue through the whole buffer and
3850 save warnings in a separate buffer. Second optional argument START-POINT
3851 is the starting location. If this is nil, `point-min' is used instead.
3853 \(fn &optional TAKE-NOTES)" t nil)
3855 (autoload 'checkdoc-comments "checkdoc" "\
3856 Find missing comment sections in the current Emacs Lisp file.
3857 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3858 separate buffer. Otherwise print a message. This returns the error
3859 if there is one.
3861 \(fn &optional TAKE-NOTES)" t nil)
3863 (autoload 'checkdoc-rogue-spaces "checkdoc" "\
3864 Find extra spaces at the end of lines in the current file.
3865 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3866 separate buffer. Otherwise print a message. This returns the error
3867 if there is one.
3868 Optional argument INTERACT permits more interactive fixing.
3870 \(fn &optional TAKE-NOTES INTERACT)" t nil)
3872 (autoload 'checkdoc-message-text "checkdoc" "\
3873 Scan the buffer for occurrences of the error function, and verify text.
3874 Optional argument TAKE-NOTES causes all errors to be logged.
3876 \(fn &optional TAKE-NOTES)" t nil)
3878 (autoload 'checkdoc-eval-defun "checkdoc" "\
3879 Evaluate the current form with `eval-defun' and check its documentation.
3880 Evaluation is done first so the form will be read before the
3881 documentation is checked. If there is a documentation error, then the display
3882 of what was evaluated will be overwritten by the diagnostic message.
3884 \(fn)" t nil)
3886 (autoload 'checkdoc-defun "checkdoc" "\
3887 Examine the doc string of the function or variable under point.
3888 Call `error' if the doc string has problems. If NO-ERROR is
3889 non-nil, then do not call error, but call `message' instead.
3890 If the doc string passes the test, then check the function for rogue white
3891 space at the end of each line.
3893 \(fn &optional NO-ERROR)" t nil)
3895 (autoload 'checkdoc-ispell "checkdoc" "\
3896 Check the style and spelling of everything interactively.
3897 Calls `checkdoc' with spell-checking turned on.
3898 Prefix argument TAKE-NOTES is the same as for `checkdoc'
3900 \(fn &optional TAKE-NOTES)" t nil)
3902 (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
3903 Check the style and spelling of the current buffer.
3904 Calls `checkdoc-current-buffer' with spell-checking turned on.
3905 Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
3907 \(fn &optional TAKE-NOTES)" t nil)
3909 (autoload 'checkdoc-ispell-interactive "checkdoc" "\
3910 Check the style and spelling of the current buffer interactively.
3911 Calls `checkdoc-interactive' with spell-checking turned on.
3912 Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
3914 \(fn &optional TAKE-NOTES)" t nil)
3916 (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
3917 Check the style and spelling of message text interactively.
3918 Calls `checkdoc-message-interactive' with spell-checking turned on.
3919 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
3921 \(fn &optional TAKE-NOTES)" t nil)
3923 (autoload 'checkdoc-ispell-message-text "checkdoc" "\
3924 Check the style and spelling of message text interactively.
3925 Calls `checkdoc-message-text' with spell-checking turned on.
3926 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
3928 \(fn &optional TAKE-NOTES)" t nil)
3930 (autoload 'checkdoc-ispell-start "checkdoc" "\
3931 Check the style and spelling of the current buffer.
3932 Calls `checkdoc-start' with spell-checking turned on.
3933 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
3935 \(fn &optional TAKE-NOTES)" t nil)
3937 (autoload 'checkdoc-ispell-continue "checkdoc" "\
3938 Check the style and spelling of the current buffer after point.
3939 Calls `checkdoc-continue' with spell-checking turned on.
3940 Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
3942 \(fn &optional TAKE-NOTES)" t nil)
3944 (autoload 'checkdoc-ispell-comments "checkdoc" "\
3945 Check the style and spelling of the current buffer's comments.
3946 Calls `checkdoc-comments' with spell-checking turned on.
3947 Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
3949 \(fn &optional TAKE-NOTES)" t nil)
3951 (autoload 'checkdoc-ispell-defun "checkdoc" "\
3952 Check the style and spelling of the current defun with Ispell.
3953 Calls `checkdoc-defun' with spell-checking turned on.
3954 Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
3956 \(fn &optional TAKE-NOTES)" t nil)
3958 (autoload 'checkdoc-minor-mode "checkdoc" "\
3959 Toggle automatic docstring checking (Checkdoc minor mode).
3960 With a prefix argument ARG, enable Checkdoc minor mode if ARG is
3961 positive, and disable it otherwise. If called from Lisp, enable
3962 the mode if ARG is omitted or nil.
3964 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
3965 bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
3966 checking of documentation strings.
3968 \\{checkdoc-minor-mode-map}
3970 \(fn &optional ARG)" t nil)
3972 ;;;***
3974 ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3975 ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3976 ;;;;;; "language/china-util.el" (20355 10021 546955 0))
3977 ;;; Generated autoloads from language/china-util.el
3979 (autoload 'decode-hz-region "china-util" "\
3980 Decode HZ/ZW encoded text in the current region.
3981 Return the length of resulting text.
3983 \(fn BEG END)" t nil)
3985 (autoload 'decode-hz-buffer "china-util" "\
3986 Decode HZ/ZW encoded text in the current buffer.
3988 \(fn)" t nil)
3990 (autoload 'encode-hz-region "china-util" "\
3991 Encode the text in the current region to HZ.
3992 Return the length of resulting text.
3994 \(fn BEG END)" t nil)
3996 (autoload 'encode-hz-buffer "china-util" "\
3997 Encode the text in the current buffer to HZ.
3999 \(fn)" t nil)
4001 (autoload 'post-read-decode-hz "china-util" "\
4004 \(fn LEN)" nil nil)
4006 (autoload 'pre-write-encode-hz "china-util" "\
4009 \(fn FROM TO)" nil nil)
4011 ;;;***
4013 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4014 ;;;;;; "chistory" "chistory.el" (20355 10021 546955 0))
4015 ;;; Generated autoloads from chistory.el
4017 (autoload 'repeat-matching-complex-command "chistory" "\
4018 Edit and re-evaluate complex command with name matching PATTERN.
4019 Matching occurrences are displayed, most recent first, until you select
4020 a form for evaluation. If PATTERN is empty (or nil), every form in the
4021 command history is offered. The form is placed in the minibuffer for
4022 editing and the result is evaluated.
4024 \(fn &optional PATTERN)" t nil)
4026 (autoload 'list-command-history "chistory" "\
4027 List history of commands typed to minibuffer.
4028 The number of commands listed is controlled by `list-command-history-max'.
4029 Calls value of `list-command-history-filter' (if non-nil) on each history
4030 element to judge if that element should be excluded from the list.
4032 The buffer is left in Command History mode.
4034 \(fn)" t nil)
4036 (autoload 'command-history "chistory" "\
4037 Examine commands from `command-history' in a buffer.
4038 The number of commands listed is controlled by `list-command-history-max'.
4039 The command history is filtered by `list-command-history-filter' if non-nil.
4040 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
4042 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
4043 and digits provide prefix arguments. Tab does not indent.
4044 \\{command-history-map}
4046 This command always recompiles the Command History listing
4047 and runs the normal hook `command-history-hook'.
4049 \(fn)" t nil)
4051 ;;;***
4053 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4054 ;;;;;; (20355 10021 546955 0))
4055 ;;; Generated autoloads from emacs-lisp/cl-indent.el
4057 (autoload 'common-lisp-indent-function "cl-indent" "\
4058 Function to indent the arguments of a Lisp function call.
4059 This is suitable for use as the value of the variable
4060 `lisp-indent-function'. INDENT-POINT is the point at which the
4061 indentation function is called, and STATE is the
4062 `parse-partial-sexp' state at that position. Browse the
4063 `lisp-indent' customize group for options affecting the behavior
4064 of this function.
4066 If the indentation point is in a call to a Lisp function, that
4067 function's `common-lisp-indent-function' property specifies how
4068 this function should indent it. Possible values for this
4069 property are:
4071 * defun, meaning indent according to `lisp-indent-defun-method';
4072 i.e., like (4 &lambda &body), as explained below.
4074 * any other symbol, meaning a function to call. The function should
4075 take the arguments: PATH STATE INDENT-POINT SEXP-COLUMN NORMAL-INDENT.
4076 PATH is a list of integers describing the position of point in terms of
4077 list-structure with respect to the containing lists. For example, in
4078 ((a b c (d foo) f) g), foo has a path of (0 3 1). In other words,
4079 to reach foo take the 0th element of the outermost list, then
4080 the 3rd element of the next list, and finally the 1st element.
4081 STATE and INDENT-POINT are as in the arguments to
4082 `common-lisp-indent-function'. SEXP-COLUMN is the column of
4083 the open parenthesis of the innermost containing list.
4084 NORMAL-INDENT is the column the indentation point was
4085 originally in. This function should behave like `lisp-indent-259'.
4087 * an integer N, meaning indent the first N arguments like
4088 function arguments, and any further arguments like a body.
4089 This is equivalent to (4 4 ... &body).
4091 * a list. The list element in position M specifies how to indent the Mth
4092 function argument. If there are fewer elements than function arguments,
4093 the last list element applies to all remaining arguments. The accepted
4094 list elements are:
4096 * nil, meaning the default indentation.
4098 * an integer, specifying an explicit indentation.
4100 * &lambda. Indent the argument (which may be a list) by 4.
4102 * &rest. When used, this must be the penultimate element. The
4103 element after this one applies to all remaining arguments.
4105 * &body. This is equivalent to &rest lisp-body-indent, i.e., indent
4106 all remaining elements by `lisp-body-indent'.
4108 * &whole. This must be followed by nil, an integer, or a
4109 function symbol. This indentation is applied to the
4110 associated argument, and as a base indent for all remaining
4111 arguments. For example, an integer P means indent this
4112 argument by P, and all remaining arguments by P, plus the
4113 value specified by their associated list element.
4115 * a symbol. A function to call, with the 6 arguments specified above.
4117 * a list, with elements as described above. This applies when the
4118 associated function argument is itself a list. Each element of the list
4119 specifies how to indent the associated argument.
4121 For example, the function `case' has an indent property
4122 \(4 &rest (&whole 2 &rest 1)), meaning:
4123 * indent the first argument by 4.
4124 * arguments after the first should be lists, and there may be any number
4125 of them. The first list element has an offset of 2, all the rest
4126 have an offset of 2+1=3.
4128 \(fn INDENT-POINT STATE)" nil nil)
4130 ;;;***
4132 ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20478 3673
4133 ;;;;;; 653810 0))
4134 ;;; Generated autoloads from emacs-lisp/cl-lib.el
4136 (define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
4138 (defvar cl-custom-print-functions nil "\
4139 This is a list of functions that format user objects for printing.
4140 Each function is called in turn with three arguments: the object, the
4141 stream, and the print level (currently ignored). If it is able to
4142 print the object it returns true; otherwise it returns nil and the
4143 printer proceeds to the next function on the list.
4145 This variable is not used at present, but it is defined in hopes that
4146 a future Emacs interpreter will be able to use it.")
4148 (autoload 'cl--defsubst-expand "cl-macs")
4150 (put 'cl-defun 'doc-string-elt 3)
4152 (put 'cl-defmacro 'doc-string-elt 3)
4154 (put 'cl-defsubst 'doc-string-elt 3)
4156 (put 'cl-defstruct 'doc-string-elt 2)
4158 ;;;***
4160 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4161 ;;;;;; (20495 51111 757560 0))
4162 ;;; Generated autoloads from progmodes/cmacexp.el
4164 (autoload 'c-macro-expand "cmacexp" "\
4165 Expand C macros in the region, using the C preprocessor.
4166 Normally display output in temp buffer, but
4167 prefix arg means replace the region with it.
4169 `c-macro-preprocessor' specifies the preprocessor to use.
4170 Tf the user option `c-macro-prompt-flag' is non-nil
4171 prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include'),
4172 otherwise use `c-macro-cppflags'.
4174 Noninteractive args are START, END, SUBST.
4175 For use inside Lisp programs, see also `c-macro-expansion'.
4177 \(fn START END SUBST)" t nil)
4179 ;;;***
4181 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20355
4182 ;;;;;; 10021 546955 0))
4183 ;;; Generated autoloads from cmuscheme.el
4185 (autoload 'run-scheme "cmuscheme" "\
4186 Run an inferior Scheme process, input and output via buffer `*scheme*'.
4187 If there is a process already running in `*scheme*', switch to that buffer.
4188 With argument, allows you to edit the command line (default is value
4189 of `scheme-program-name').
4190 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
4191 it is given as initial input.
4192 Note that this may lose due to a timing error if the Scheme processor
4193 discards input when it starts up.
4194 Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook'
4195 is run).
4196 \(Type \\[describe-mode] in the process buffer for a list of commands.)
4198 \(fn CMD)" t nil)
4200 ;;;***
4202 ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20355 10021
4203 ;;;;;; 546955 0))
4204 ;;; Generated autoloads from color.el
4206 (autoload 'color-name-to-rgb "color" "\
4207 Convert COLOR string to a list of normalized RGB components.
4208 COLOR should be a color name (e.g. \"white\") or an RGB triplet
4209 string (e.g. \"#ff12ec\").
4211 Normally the return value is a list of three floating-point
4212 numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
4214 Optional arg FRAME specifies the frame where the color is to be
4215 displayed. If FRAME is omitted or nil, use the selected frame.
4216 If FRAME cannot display COLOR, return nil.
4218 \(fn COLOR &optional FRAME)" nil nil)
4220 ;;;***
4222 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4223 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4224 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4225 ;;;;;; (20476 31768 298871 0))
4226 ;;; Generated autoloads from comint.el
4228 (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4229 Functions to call after output is inserted into the buffer.
4230 One possible function is `comint-postoutput-scroll-to-bottom'.
4231 These functions get one argument, a string containing the text as originally
4232 inserted. Note that this might not be the same as the buffer contents between
4233 `comint-last-output-start' and the buffer's `process-mark', if other filter
4234 functions have already modified the buffer.
4236 See also `comint-preoutput-filter-functions'.
4238 You can use `add-hook' to add functions to this list
4239 either globally or locally.")
4241 (autoload 'make-comint-in-buffer "comint" "\
4242 Make a Comint process NAME in BUFFER, running PROGRAM.
4243 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4244 If there is a running process in BUFFER, it is not restarted.
4246 PROGRAM should be one of the following:
4247 - a string, denoting an executable program to create via
4248 `start-file-process'
4249 - a cons pair of the form (HOST . SERVICE), denoting a TCP
4250 connection to be opened via `open-network-stream'
4251 - nil, denoting a newly-allocated pty.
4253 Optional fourth arg STARTFILE is the name of a file, whose
4254 contents are sent to the process as its initial input.
4256 If PROGRAM is a string, any more args are arguments to PROGRAM.
4258 Return the (possibly newly created) process buffer.
4260 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4262 (autoload 'make-comint "comint" "\
4263 Make a Comint process NAME in a buffer, running PROGRAM.
4264 The name of the buffer is made by surrounding NAME with `*'s.
4265 PROGRAM should be either a string denoting an executable program to create
4266 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4267 a TCP connection to be opened via `open-network-stream'. If there is already
4268 a running process in that buffer, it is not restarted. Optional third arg
4269 STARTFILE is the name of a file, whose contents are sent to the
4270 process as its initial input.
4272 If PROGRAM is a string, any more args are arguments to PROGRAM.
4274 Returns the (possibly newly created) process buffer.
4276 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4278 (autoload 'comint-run "comint" "\
4279 Run PROGRAM in a Comint buffer and switch to it.
4280 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4281 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4282 hooks on this symbol are run in the buffer.
4283 See `make-comint' and `comint-exec'.
4285 \(fn PROGRAM)" t nil)
4287 (defvar comint-file-name-prefix (purecopy "") "\
4288 Prefix prepended to absolute file names taken from process input.
4289 This is used by Comint's and shell's completion functions, and by shell's
4290 directory tracking functions.")
4292 (autoload 'comint-redirect-send-command "comint" "\
4293 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4294 With prefix arg ECHO, echo output in process buffer.
4296 If NO-DISPLAY is non-nil, do not show the output buffer.
4298 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4300 (autoload 'comint-redirect-send-command-to-process "comint" "\
4301 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4302 With prefix arg, echo output in process buffer.
4304 If NO-DISPLAY is non-nil, do not show the output buffer.
4306 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4308 (autoload 'comint-redirect-results-list "comint" "\
4309 Send COMMAND to current process.
4310 Return a list of expressions in the output which match REGEXP.
4311 REGEXP-GROUP is the regular expression group in REGEXP to use.
4313 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4315 (autoload 'comint-redirect-results-list-from-process "comint" "\
4316 Send COMMAND to PROCESS.
4317 Return a list of expressions in the output which match REGEXP.
4318 REGEXP-GROUP is the regular expression group in REGEXP to use.
4320 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4322 ;;;***
4324 ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4325 ;;;;;; (20355 10021 546955 0))
4326 ;;; Generated autoloads from vc/compare-w.el
4328 (autoload 'compare-windows "compare-w" "\
4329 Compare text in current window with text in next window.
4330 Compares the text starting at point in each window,
4331 moving over text in each one as far as they match.
4333 This command pushes the mark in each window
4334 at the prior location of point in that window.
4335 If both windows display the same buffer,
4336 the mark is pushed twice in that buffer:
4337 first in the other window, then in the selected window.
4339 A prefix arg means reverse the value of variable
4340 `compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4341 nil, then a prefix arg means ignore changes in whitespace. If
4342 `compare-ignore-whitespace' is non-nil, then a prefix arg means
4343 don't ignore changes in whitespace. The variable
4344 `compare-windows-whitespace' controls how whitespace is skipped.
4345 If `compare-ignore-case' is non-nil, changes in case are also
4346 ignored.
4348 If `compare-windows-sync' is non-nil, then successive calls of
4349 this command work in interlaced mode:
4350 on first call it advances points to the next difference,
4351 on second call it synchronizes points by skipping the difference,
4352 on third call it again advances points to the next difference and so on.
4354 \(fn IGNORE-WHITESPACE)" t nil)
4356 ;;;***
4358 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4359 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4360 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4361 ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4362 ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20478
4363 ;;;;;; 3673 653810 0))
4364 ;;; Generated autoloads from progmodes/compile.el
4366 (defvar compilation-mode-hook nil "\
4367 List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4369 (custom-autoload 'compilation-mode-hook "compile" t)
4371 (defvar compilation-start-hook nil "\
4372 List of hook functions run by `compilation-start' on the compilation process.
4373 \(See `run-hook-with-args').
4374 If you use \"omake -P\" and do not want \\[save-buffers-kill-terminal] to ask whether you want
4375 the compilation to be killed, you can use this hook:
4376 (add-hook 'compilation-start-hook
4377 (lambda (process) (set-process-query-on-exit-flag process nil)) nil t)")
4379 (custom-autoload 'compilation-start-hook "compile" t)
4381 (defvar compilation-window-height nil "\
4382 Number of lines in a compilation window. If nil, use Emacs default.")
4384 (custom-autoload 'compilation-window-height "compile" t)
4386 (defvar compilation-process-setup-function nil "\
4387 Function to call to customize the compilation process.
4388 This function is called immediately before the compilation process is
4389 started. It can be used to set any variables or functions that are used
4390 while processing the output of the compilation process.")
4392 (defvar compilation-buffer-name-function nil "\
4393 Function to compute the name of a compilation buffer.
4394 The function receives one argument, the name of the major mode of the
4395 compilation buffer. It should return a string.
4396 If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4398 (defvar compilation-finish-function nil "\
4399 Function to call when a compilation process finishes.
4400 It is called with two arguments: the compilation buffer, and a string
4401 describing how the process finished.")
4403 (defvar compilation-finish-functions nil "\
4404 Functions to call when a compilation process finishes.
4405 Each function is called with two arguments: the compilation buffer,
4406 and a string describing how the process finished.")
4407 (put 'compilation-directory 'safe-local-variable 'stringp)
4409 (defvar compilation-ask-about-save t "\
4410 Non-nil means \\[compile] asks which buffers to save before compiling.
4411 Otherwise, it saves all modified buffers without asking.")
4413 (custom-autoload 'compilation-ask-about-save "compile" t)
4415 (defvar compilation-search-path '(nil) "\
4416 List of directories to search for source files named in error messages.
4417 Elements should be directory names, not file names of directories.
4418 The value nil as an element means to try the default directory.")
4420 (custom-autoload 'compilation-search-path "compile" t)
4422 (defvar compile-command (purecopy "make -k ") "\
4423 Last shell command used to do a compilation; default for next compilation.
4425 Sometimes it is useful for files to supply local values for this variable.
4426 You might also use mode hooks to specify it in certain modes, like this:
4428 (add-hook 'c-mode-hook
4429 (lambda ()
4430 (unless (or (file-exists-p \"makefile\")
4431 (file-exists-p \"Makefile\"))
4432 (set (make-local-variable 'compile-command)
4433 (concat \"make -k \"
4434 (file-name-sans-extension buffer-file-name))))))")
4436 (custom-autoload 'compile-command "compile" t)
4437 (put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
4439 (defvar compilation-disable-input nil "\
4440 If non-nil, send end-of-file as compilation process input.
4441 This only affects platforms that support asynchronous processes (see
4442 `start-process'); synchronous compilation processes never accept input.")
4444 (custom-autoload 'compilation-disable-input "compile" t)
4446 (autoload 'compile "compile" "\
4447 Compile the program including the current buffer. Default: run `make'.
4448 Runs COMMAND, a shell command, in a separate process asynchronously
4449 with output going to the buffer `*compilation*'.
4451 You can then use the command \\[next-error] to find the next error message
4452 and move to the source code that caused it.
4454 If optional second arg COMINT is t the buffer will be in Comint mode with
4455 `compilation-shell-minor-mode'.
4457 Interactively, prompts for the command if `compilation-read-command' is
4458 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4459 Additionally, with universal prefix arg, compilation buffer will be in
4460 comint mode, i.e. interactive.
4462 To run more than one compilation at once, start one then rename
4463 the `*compilation*' buffer to some other name with
4464 \\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4465 It will create a new `*compilation*' buffer.
4467 On most systems, termination of the main compilation process
4468 kills its subprocesses.
4470 The name used for the buffer is actually whatever is returned by
4471 the function in `compilation-buffer-name-function', so you can set that
4472 to a function that generates a unique name.
4474 \(fn COMMAND &optional COMINT)" t nil)
4476 (autoload 'compilation-start "compile" "\
4477 Run compilation command COMMAND (low level interface).
4478 If COMMAND starts with a cd command, that becomes the `default-directory'.
4479 The rest of the arguments are optional; for them, nil means use the default.
4481 MODE is the major mode to set in the compilation buffer. Mode
4482 may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4484 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4485 to determine the buffer name. Otherwise, the default is to
4486 reuses the current buffer if it has the proper major mode,
4487 else use or create a buffer with name based on the major mode.
4489 If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4490 the matching section of the visited source line; the default is to use the
4491 global value of `compilation-highlight-regexp'.
4493 Returns the compilation buffer created.
4495 \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil)
4497 (autoload 'compilation-mode "compile" "\
4498 Major mode for compilation log buffers.
4499 \\<compilation-mode-map>To visit the source for a line-numbered error,
4500 move point to the error message line and type \\[compile-goto-error].
4501 To kill the compilation, type \\[kill-compilation].
4503 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
4505 \\{compilation-mode-map}
4507 \(fn &optional NAME-OF-MODE)" t nil)
4509 (put 'define-compilation-mode 'doc-string-elt 3)
4511 (autoload 'compilation-shell-minor-mode "compile" "\
4512 Toggle Compilation Shell minor mode.
4513 With a prefix argument ARG, enable Compilation Shell minor mode
4514 if ARG is positive, and disable it otherwise. If called from
4515 Lisp, enable the mode if ARG is omitted or nil.
4517 When Compilation Shell minor mode is enabled, all the
4518 error-parsing commands of the Compilation major mode are
4519 available but bound to keys that don't collide with Shell mode.
4520 See `compilation-mode'.
4522 \(fn &optional ARG)" t nil)
4524 (autoload 'compilation-minor-mode "compile" "\
4525 Toggle Compilation minor mode.
4526 With a prefix argument ARG, enable Compilation minor mode if ARG
4527 is positive, and disable it otherwise. If called from Lisp,
4528 enable the mode if ARG is omitted or nil.
4530 When Compilation minor mode is enabled, all the error-parsing
4531 commands of Compilation major mode are available. See
4532 `compilation-mode'.
4534 \(fn &optional ARG)" t nil)
4536 (autoload 'compilation-next-error-function "compile" "\
4537 Advance to the next error message and visit the file where the error was.
4538 This is the value of `next-error-function' in Compilation buffers.
4540 \(fn N &optional RESET)" t nil)
4542 ;;;***
4544 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4545 ;;;;;; (20495 51111 757560 0))
4546 ;;; Generated autoloads from completion.el
4548 (defvar dynamic-completion-mode nil "\
4549 Non-nil if Dynamic-Completion mode is enabled.
4550 See the command `dynamic-completion-mode' for a description of this minor mode.
4551 Setting this variable directly does not take effect;
4552 either customize it (see the info node `Easy Customization')
4553 or call the function `dynamic-completion-mode'.")
4555 (custom-autoload 'dynamic-completion-mode "completion" nil)
4557 (autoload 'dynamic-completion-mode "completion" "\
4558 Toggle dynamic word-completion on or off.
4559 With a prefix argument ARG, enable the mode if ARG is positive,
4560 and disable it otherwise. If called from Lisp, enable the mode
4561 if ARG is omitted or nil.
4563 \(fn &optional ARG)" t nil)
4565 ;;;***
4567 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4568 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4569 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4570 ;;;;;; (20355 10021 546955 0))
4571 ;;; Generated autoloads from textmodes/conf-mode.el
4573 (autoload 'conf-mode "conf-mode" "\
4574 Mode for Unix and Windows Conf files and Java properties.
4575 Most conf files know only three kinds of constructs: parameter
4576 assignments optionally grouped into sections and comments. Yet
4577 there is a great range of variation in the exact syntax of conf
4578 files. See below for various wrapper commands that set up the
4579 details for some of the most widespread variants.
4581 This mode sets up font locking, outline, imenu and it provides
4582 alignment support through `conf-align-assignments'. If strings
4583 come out wrong, try `conf-quote-normal'.
4585 Some files allow continuation lines, either with a backslash at
4586 the end of line, or by indenting the next line (further). These
4587 constructs cannot currently be recognized.
4589 Because of this great variety of nuances, which are often not
4590 even clearly specified, please don't expect it to get every file
4591 quite right. Patches that clearly identify some special case,
4592 without breaking the general ones, are welcome.
4594 If instead you start this mode with the generic `conf-mode'
4595 command, it will parse the buffer. It will generally well
4596 identify the first four cases listed below. If the buffer
4597 doesn't have enough contents to decide, this is identical to
4598 `conf-windows-mode' on Windows, elsewhere to `conf-unix-mode'.
4599 See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
4600 `conf-ppd-mode' and `conf-xdefaults-mode'.
4602 \\{conf-mode-map}
4604 \(fn)" t nil)
4606 (autoload 'conf-unix-mode "conf-mode" "\
4607 Conf Mode starter for Unix style Conf files.
4608 Comments start with `#'.
4609 For details see `conf-mode'. Example:
4611 # Conf mode font-locks this right on Unix and with \\[conf-unix-mode]
4613 \[Desktop Entry]
4614 Encoding=UTF-8
4615 Name=The GIMP
4616 Name[ca]=El GIMP
4617 Name[cs]=GIMP
4619 \(fn)" t nil)
4621 (autoload 'conf-windows-mode "conf-mode" "\
4622 Conf Mode starter for Windows style Conf files.
4623 Comments start with `;'.
4624 For details see `conf-mode'. Example:
4626 ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode]
4628 \[ExtShellFolderViews]
4629 Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4630 {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4632 \[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
4633 PersistMoniker=file://Folder.htt
4635 \(fn)" t nil)
4637 (autoload 'conf-javaprop-mode "conf-mode" "\
4638 Conf Mode starter for Java properties files.
4639 Comments start with `#' but are also recognized with `//' or
4640 between `/*' and `*/'.
4641 For details see `conf-mode'. Example:
4643 # Conf mode font-locks this right with \\[conf-javaprop-mode] (Java properties)
4644 // another kind of comment
4645 /* yet another */
4647 name:value
4648 name=value
4649 name value
4650 x.1 =
4651 x.2.y.1.z.1 =
4652 x.2.y.1.z.2.zz =
4654 \(fn)" t nil)
4656 (autoload 'conf-space-mode "conf-mode" "\
4657 Conf Mode starter for space separated conf files.
4658 \"Assignments\" are with ` '. Keywords before the parameters are
4659 recognized according to the variable `conf-space-keywords-alist'.
4660 Alternatively, you can specify a value for the file local variable
4661 `conf-space-keywords'.
4662 Use the function `conf-space-keywords' if you want to specify keywords
4663 in an interactive fashion instead.
4665 For details see `conf-mode'. Example:
4667 # Conf mode font-locks this right with \\[conf-space-mode] (space separated)
4669 image/jpeg jpeg jpg jpe
4670 image/png png
4671 image/tiff tiff tif
4673 # Or with keywords (from a recognized file name):
4674 class desktop
4675 # Standard multimedia devices
4676 add /dev/audio desktop
4677 add /dev/mixer desktop
4679 \(fn)" t nil)
4681 (autoload 'conf-space-keywords "conf-mode" "\
4682 Enter Conf Space mode using regexp KEYWORDS to match the keywords.
4683 See `conf-space-mode'.
4685 \(fn KEYWORDS)" t nil)
4687 (autoload 'conf-colon-mode "conf-mode" "\
4688 Conf Mode starter for Colon files.
4689 \"Assignments\" are with `:'.
4690 For details see `conf-mode'. Example:
4692 # Conf mode font-locks this right with \\[conf-colon-mode] (colon)
4694 <Multi_key> <exclam> <exclam> : \"\\241\" exclamdown
4695 <Multi_key> <c> <slash> : \"\\242\" cent
4697 \(fn)" t nil)
4699 (autoload 'conf-ppd-mode "conf-mode" "\
4700 Conf Mode starter for Adobe/CUPS PPD files.
4701 Comments start with `*%' and \"assignments\" are with `:'.
4702 For details see `conf-mode'. Example:
4704 *% Conf mode font-locks this right with \\[conf-ppd-mode] (PPD)
4706 *DefaultTransfer: Null
4707 *Transfer Null.Inverse: \"{ 1 exch sub }\"
4709 \(fn)" t nil)
4711 (autoload 'conf-xdefaults-mode "conf-mode" "\
4712 Conf Mode starter for Xdefaults files.
4713 Comments start with `!' and \"assignments\" are with `:'.
4714 For details see `conf-mode'. Example:
4716 ! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
4718 *background: gray99
4719 *foreground: black
4721 \(fn)" t nil)
4723 ;;;***
4725 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4726 ;;;;;; "cookie1" "play/cookie1.el" (20364 27900 192709 741000))
4727 ;;; Generated autoloads from play/cookie1.el
4729 (autoload 'cookie "cookie1" "\
4730 Return a random phrase from PHRASE-FILE.
4731 When the phrase file is read in, display STARTMSG at the beginning
4732 of load, ENDMSG at the end.
4734 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4736 (autoload 'cookie-insert "cookie1" "\
4737 Insert random phrases from PHRASE-FILE; COUNT of them.
4738 When the phrase file is read in, display STARTMSG at the beginning
4739 of load, ENDMSG at the end.
4741 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4743 (autoload 'cookie-snarf "cookie1" "\
4744 Reads in the PHRASE-FILE, returns it as a vector of strings.
4745 Emit STARTMSG and ENDMSG before and after. Caches the result; second
4746 and subsequent calls on the same file won't go to disk.
4748 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4750 (autoload 'shuffle-vector "cookie1" "\
4751 Randomly permute the elements of VECTOR (all permutations equally likely).
4753 \(fn VECTOR)" nil nil)
4755 ;;;***
4757 ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4758 ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20387
4759 ;;;;;; 44199 24128 0))
4760 ;;; Generated autoloads from emacs-lisp/copyright.el
4761 (put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4762 (put 'copyright-names-regexp 'safe-local-variable 'stringp)
4763 (put 'copyright-year-ranges 'safe-local-variable 'booleanp)
4765 (autoload 'copyright-update "copyright" "\
4766 Update copyright notice to indicate the current year.
4767 With prefix ARG, replace the years in the notice rather than adding
4768 the current year after them. If necessary, and
4769 `copyright-current-gpl-version' is set, any copying permissions
4770 following the copyright are updated as well.
4771 If non-nil, INTERACTIVEP tells the function to behave as when it's called
4772 interactively.
4774 \(fn &optional ARG INTERACTIVEP)" t nil)
4776 (autoload 'copyright-fix-years "copyright" "\
4777 Convert 2 digit years to 4 digit years.
4778 Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4779 If `copyright-year-ranges' (which see) is non-nil, also
4780 independently replaces consecutive years with a range.
4782 \(fn)" t nil)
4784 (autoload 'copyright "copyright" "\
4785 Insert a copyright by $ORGANIZATION notice at cursor.
4787 \(fn &optional STR ARG)" t nil)
4789 (autoload 'copyright-update-directory "copyright" "\
4790 Update copyright notice for all files in DIRECTORY matching MATCH.
4791 If FIX is non-nil, run `copyright-fix-years' instead.
4793 \(fn DIRECTORY MATCH &optional FIX)" t nil)
4795 ;;;***
4797 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4798 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20490 33188 850375
4799 ;;;;;; 0))
4800 ;;; Generated autoloads from progmodes/cperl-mode.el
4801 (put 'cperl-indent-level 'safe-local-variable 'integerp)
4802 (put 'cperl-brace-offset 'safe-local-variable 'integerp)
4803 (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
4804 (put 'cperl-label-offset 'safe-local-variable 'integerp)
4805 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
4806 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
4807 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
4809 (autoload 'cperl-mode "cperl-mode" "\
4810 Major mode for editing Perl code.
4811 Expression and list commands understand all C brackets.
4812 Tab indents for Perl code.
4813 Paragraphs are separated by blank lines only.
4814 Delete converts tabs to spaces as it moves back.
4816 Various characters in Perl almost always come in pairs: {}, (), [],
4817 sometimes <>. When the user types the first, she gets the second as
4818 well, with optional special formatting done on {}. (Disabled by
4819 default.) You can always quote (with \\[quoted-insert]) the left
4820 \"paren\" to avoid the expansion. The processing of < is special,
4821 since most the time you mean \"less\". CPerl mode tries to guess
4822 whether you want to type pair <>, and inserts is if it
4823 appropriate. You can set `cperl-electric-parens-string' to the string that
4824 contains the parens from the above list you want to be electrical.
4825 Electricity of parens is controlled by `cperl-electric-parens'.
4826 You may also set `cperl-electric-parens-mark' to have electric parens
4827 look for active mark and \"embrace\" a region if possible.'
4829 CPerl mode provides expansion of the Perl control constructs:
4831 if, else, elsif, unless, while, until, continue, do,
4832 for, foreach, formy and foreachmy.
4834 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
4836 The user types the keyword immediately followed by a space, which
4837 causes the construct to be expanded, and the point is positioned where
4838 she is most likely to want to be. eg. when the user types a space
4839 following \"if\" the following appears in the buffer: if () { or if ()
4840 } { } and the cursor is between the parentheses. The user can then
4841 type some boolean expression within the parens. Having done that,
4842 typing \\[cperl-linefeed] places you - appropriately indented - on a
4843 new line between the braces (if you typed \\[cperl-linefeed] in a POD
4844 directive line, then appropriate number of new lines is inserted).
4846 If CPerl decides that you want to insert \"English\" style construct like
4848 bite if angry;
4850 it will not do any expansion. See also help on variable
4851 `cperl-extra-newline-before-brace'. (Note that one can switch the
4852 help message on expansion by setting `cperl-message-electric-keyword'
4853 to nil.)
4855 \\[cperl-linefeed] is a convenience replacement for typing carriage
4856 return. It places you in the next line with proper indentation, or if
4857 you type it inside the inline block of control construct, like
4859 foreach (@lines) {print; print}
4861 and you are on a boundary of a statement inside braces, it will
4862 transform the construct into a multiline and will place you into an
4863 appropriately indented blank line. If you need a usual
4864 `newline-and-indent' behavior, it is on \\[newline-and-indent],
4865 see documentation on `cperl-electric-linefeed'.
4867 Use \\[cperl-invert-if-unless] to change a construction of the form
4869 if (A) { B }
4871 into
4873 B if A;
4875 \\{cperl-mode-map}
4877 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
4878 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
4879 on electric space between $ and {, `cperl-electric-parens-string' is
4880 the string that contains parentheses that should be electric in CPerl
4881 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
4882 setting `cperl-electric-keywords' enables electric expansion of
4883 control structures in CPerl. `cperl-electric-linefeed' governs which
4884 one of two linefeed behavior is preferable. You can enable all these
4885 options simultaneously (recommended mode of use) by setting
4886 `cperl-hairy' to t. In this case you can switch separate options off
4887 by setting them to `null'. Note that one may undo the extra
4888 whitespace inserted by semis and braces in `auto-newline'-mode by
4889 consequent \\[cperl-electric-backspace].
4891 If your site has perl5 documentation in info format, you can use commands
4892 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
4893 These keys run commands `cperl-info-on-current-command' and
4894 `cperl-info-on-command', which one is which is controlled by variable
4895 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
4896 \(in turn affected by `cperl-hairy').
4898 Even if you have no info-format documentation, short one-liner-style
4899 help is available on \\[cperl-get-help], and one can run perldoc or
4900 man via menu.
4902 It is possible to show this help automatically after some idle time.
4903 This is regulated by variable `cperl-lazy-help-time'. Default with
4904 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
4905 secs idle time . It is also possible to switch this on/off from the
4906 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
4908 Use \\[cperl-lineup] to vertically lineup some construction - put the
4909 beginning of the region at the start of construction, and make region
4910 span the needed amount of lines.
4912 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4913 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4914 here-docs sections. With capable Emaxen results of scan are used
4915 for indentation too, otherwise they are used for highlighting only.
4917 Variables controlling indentation style:
4918 `cperl-tab-always-indent'
4919 Non-nil means TAB in CPerl mode should always reindent the current line,
4920 regardless of where in the line point is when the TAB command is used.
4921 `cperl-indent-left-aligned-comments'
4922 Non-nil means that the comment starting in leftmost column should indent.
4923 `cperl-auto-newline'
4924 Non-nil means automatically newline before and after braces,
4925 and after colons and semicolons, inserted in Perl code. The following
4926 \\[cperl-electric-backspace] will remove the inserted whitespace.
4927 Insertion after colons requires both this variable and
4928 `cperl-auto-newline-after-colon' set.
4929 `cperl-auto-newline-after-colon'
4930 Non-nil means automatically newline even after colons.
4931 Subject to `cperl-auto-newline' setting.
4932 `cperl-indent-level'
4933 Indentation of Perl statements within surrounding block.
4934 The surrounding block's indentation is the indentation
4935 of the line on which the open-brace appears.
4936 `cperl-continued-statement-offset'
4937 Extra indentation given to a substatement, such as the
4938 then-clause of an if, or body of a while, or just a statement continuation.
4939 `cperl-continued-brace-offset'
4940 Extra indentation given to a brace that starts a substatement.
4941 This is in addition to `cperl-continued-statement-offset'.
4942 `cperl-brace-offset'
4943 Extra indentation for line if it starts with an open brace.
4944 `cperl-brace-imaginary-offset'
4945 An open brace following other text is treated as if it the line started
4946 this far to the right of the actual line indentation.
4947 `cperl-label-offset'
4948 Extra indentation for line that is a label.
4949 `cperl-min-label-indent'
4950 Minimal indentation for line that is a label.
4952 Settings for classic indent-styles: K&R BSD=C++ GNU PerlStyle=Whitesmith
4953 `cperl-indent-level' 5 4 2 4
4954 `cperl-brace-offset' 0 0 0 0
4955 `cperl-continued-brace-offset' -5 -4 0 0
4956 `cperl-label-offset' -5 -4 -2 -4
4957 `cperl-continued-statement-offset' 5 4 2 4
4959 CPerl knows several indentation styles, and may bulk set the
4960 corresponding variables. Use \\[cperl-set-style] to do this. Use
4961 \\[cperl-set-style-back] to restore the memorized preexisting values
4962 \(both available from menu). See examples in `cperl-style-examples'.
4964 Part of the indentation style is how different parts of if/elsif/else
4965 statements are broken into lines; in CPerl, this is reflected on how
4966 templates for these constructs are created (controlled by
4967 `cperl-extra-newline-before-brace'), and how reflow-logic should treat
4968 \"continuation\" blocks of else/elsif/continue, controlled by the same
4969 variable, and by `cperl-extra-newline-before-brace-multiline',
4970 `cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
4972 If `cperl-indent-level' is 0, the statement after opening brace in
4973 column 0 is indented on
4974 `cperl-brace-offset'+`cperl-continued-statement-offset'.
4976 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4977 with no args.
4979 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4980 or as help on variables `cperl-tips', `cperl-problems',
4981 `cperl-praise', `cperl-speed'.
4983 \(fn)" t nil)
4985 (autoload 'cperl-perldoc "cperl-mode" "\
4986 Run `perldoc' on WORD.
4988 \(fn WORD)" t nil)
4990 (autoload 'cperl-perldoc-at-point "cperl-mode" "\
4991 Run a `perldoc' on the word around point.
4993 \(fn)" t nil)
4995 ;;;***
4997 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4998 ;;;;;; (20355 10021 546955 0))
4999 ;;; Generated autoloads from progmodes/cpp.el
5001 (autoload 'cpp-highlight-buffer "cpp" "\
5002 Highlight C code according to preprocessor conditionals.
5003 This command pops up a buffer which you should edit to specify
5004 what kind of highlighting to use, and the criteria for highlighting.
5005 A prefix arg suppresses display of that buffer.
5007 \(fn ARG)" t nil)
5009 (autoload 'cpp-parse-edit "cpp" "\
5010 Edit display information for cpp conditionals.
5012 \(fn)" t nil)
5014 ;;;***
5016 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5017 ;;;;;; (20476 31768 298871 0))
5018 ;;; Generated autoloads from emulation/crisp.el
5020 (defvar crisp-mode nil "\
5021 Track status of CRiSP emulation mode.
5022 A value of nil means CRiSP mode is not enabled. A value of t
5023 indicates CRiSP mode is enabled.
5025 Setting this variable directly does not take effect;
5026 use either M-x customize or the function `crisp-mode'.")
5028 (custom-autoload 'crisp-mode "crisp" nil)
5030 (autoload 'crisp-mode "crisp" "\
5031 Toggle CRiSP/Brief emulation (CRiSP mode).
5032 With a prefix argument ARG, enable CRiSP mode if ARG is positive,
5033 and disable it otherwise. If called from Lisp, enable the mode
5034 if ARG is omitted or nil.
5036 \(fn &optional ARG)" t nil)
5038 (defalias 'brief-mode 'crisp-mode)
5040 ;;;***
5042 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5043 ;;;;;; (20355 10021 546955 0))
5044 ;;; Generated autoloads from emacs-lisp/crm.el
5046 (autoload 'completing-read-multiple "crm" "\
5047 Read multiple strings in the minibuffer, with completion.
5048 By using this functionality, a user may specify multiple strings at a
5049 single prompt, optionally using completion.
5051 Multiple strings are specified by separating each of the strings with
5052 a prespecified separator character. For example, if the separator
5053 character is a comma, the strings 'alice', 'bob', and 'eve' would be
5054 specified as 'alice,bob,eve'.
5056 The default value for the separator character is the value of
5057 `crm-default-separator' (comma). The separator character may be
5058 changed by modifying the value of `crm-separator'.
5060 Contiguous strings of non-separator-characters are referred to as
5061 'elements'. In the aforementioned example, the elements are: 'alice',
5062 'bob', and 'eve'.
5064 Completion is available on a per-element basis. For example, if the
5065 contents of the minibuffer are 'alice,bob,eve' and point is between
5066 'l' and 'i', pressing TAB operates on the element 'alice'.
5068 The return value of this function is a list of the read strings.
5070 See the documentation for `completing-read' for details on the arguments:
5071 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
5072 INHERIT-INPUT-METHOD.
5074 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5076 ;;;***
5078 ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20478
5079 ;;;;;; 3673 653810 0))
5080 ;;; Generated autoloads from textmodes/css-mode.el
5082 (autoload 'css-mode "css-mode" "\
5083 Major mode to edit Cascading Style Sheets.
5085 \(fn)" t nil)
5087 ;;;***
5089 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5090 ;;;;;; (20434 17809 692608 0))
5091 ;;; Generated autoloads from emulation/cua-base.el
5093 (defvar cua-mode nil "\
5094 Non-nil if Cua mode is enabled.
5095 See the command `cua-mode' for a description of this minor mode.
5096 Setting this variable directly does not take effect;
5097 either customize it (see the info node `Easy Customization')
5098 or call the function `cua-mode'.")
5100 (custom-autoload 'cua-mode "cua-base" nil)
5102 (autoload 'cua-mode "cua-base" "\
5103 Toggle Common User Access style editing (CUA mode).
5104 With a prefix argument ARG, enable CUA mode if ARG is positive,
5105 and disable it otherwise. If called from Lisp, enable the mode
5106 if ARG is omitted or nil.
5108 CUA mode is a global minor mode. When enabled, typed text
5109 replaces the active selection, and you can use C-z, C-x, C-c, and
5110 C-v to undo, cut, copy, and paste in addition to the normal Emacs
5111 bindings. The C-x and C-c keys only do cut and copy when the
5112 region is active, so in most cases, they do not conflict with the
5113 normal function of these prefix keys.
5115 If you really need to perform a command which starts with one of
5116 the prefix keys even when the region is active, you have three
5117 options:
5118 - press the prefix key twice very quickly (within 0.2 seconds),
5119 - press the prefix key and the following key within 0.2 seconds, or
5120 - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.
5122 You can customize `cua-enable-cua-keys' to completely disable the
5123 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
5124 the prefix fallback behavior.
5126 CUA mode manages Transient Mark mode internally. Trying to disable
5127 Transient Mark mode while CUA mode is enabled does not work; if you
5128 only want to highlight the region when it is selected using a
5129 shifted movement key, set `cua-highlight-region-shift-only'.
5131 \(fn &optional ARG)" t nil)
5133 (autoload 'cua-selection-mode "cua-base" "\
5134 Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5136 \(fn ARG)" t nil)
5138 ;;;***
5140 ;;;### (autoloads (customize-menu-create custom-menu-create customize-save-customized
5141 ;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window
5142 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
5143 ;;;;;; customize-apropos-options customize-apropos customize-saved
5144 ;;;;;; customize-rogue customize-unsaved customize-face-other-window
5145 ;;;;;; customize-face customize-changed-options customize-option-other-window
5146 ;;;;;; customize-option customize-group-other-window customize-group
5147 ;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5148 ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5149 ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5150 ;;;;;; "cus-edit" "cus-edit.el" (20437 50597 545250 0))
5151 ;;; Generated autoloads from cus-edit.el
5153 (defvar custom-browse-sort-alphabetically nil "\
5154 If non-nil, sort customization group alphabetically in `custom-browse'.")
5156 (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t)
5158 (defvar custom-buffer-sort-alphabetically t "\
5159 Whether to sort customization groups alphabetically in Custom buffer.")
5161 (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t)
5163 (defvar custom-menu-sort-alphabetically nil "\
5164 If non-nil, sort each customization group alphabetically in menus.")
5166 (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t)
5168 (autoload 'customize-set-value "cus-edit" "\
5169 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
5171 If VARIABLE has a `variable-interactive' property, that is used as if
5172 it were the arg to `interactive' (which see) to interactively read the value.
5174 If VARIABLE has a `custom-type' property, it must be a widget and the
5175 `:prompt-value' property of that widget will be used for reading the value.
5177 If given a prefix (or a COMMENT argument), also prompt for a comment.
5179 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5181 (autoload 'customize-set-variable "cus-edit" "\
5182 Set the default for VARIABLE to VALUE, and return VALUE.
5183 VALUE is a Lisp object.
5185 If VARIABLE has a `custom-set' property, that is used for setting
5186 VARIABLE, otherwise `set-default' is used.
5188 If VARIABLE has a `variable-interactive' property, that is used as if
5189 it were the arg to `interactive' (which see) to interactively read the value.
5191 If VARIABLE has a `custom-type' property, it must be a widget and the
5192 `:prompt-value' property of that widget will be used for reading the value.
5194 If given a prefix (or a COMMENT argument), also prompt for a comment.
5196 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5198 (autoload 'customize-save-variable "cus-edit" "\
5199 Set the default for VARIABLE to VALUE, and save it for future sessions.
5200 Return VALUE.
5202 If VARIABLE has a `custom-set' property, that is used for setting
5203 VARIABLE, otherwise `set-default' is used.
5205 If VARIABLE has a `variable-interactive' property, that is used as if
5206 it were the arg to `interactive' (which see) to interactively read the value.
5208 If VARIABLE has a `custom-type' property, it must be a widget and the
5209 `:prompt-value' property of that widget will be used for reading the value.
5211 If given a prefix (or a COMMENT argument), also prompt for a comment.
5213 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5215 (autoload 'customize-push-and-save "cus-edit" "\
5216 Add ELTS to LIST-VAR and save for future sessions, safely.
5217 ELTS should be a list. This function adds each entry to the
5218 value of LIST-VAR using `add-to-list'.
5220 If Emacs is initialized, call `customize-save-variable' to save
5221 the resulting list value now. Otherwise, add an entry to
5222 `after-init-hook' to save it after initialization.
5224 \(fn LIST-VAR ELTS)" nil nil)
5226 (autoload 'customize "cus-edit" "\
5227 Select a customization buffer which you can use to set user options.
5228 User options are structured into \"groups\".
5229 Initially the top-level group `Emacs' and its immediate subgroups
5230 are shown; the contents of those subgroups are initially hidden.
5232 \(fn)" t nil)
5234 (autoload 'customize-mode "cus-edit" "\
5235 Customize options related to the current major mode.
5236 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5237 then prompt for the MODE to customize.
5239 \(fn MODE)" t nil)
5241 (autoload 'customize-group "cus-edit" "\
5242 Customize GROUP, which must be a customization group.
5243 If OTHER-WINDOW is non-nil, display in another window.
5245 \(fn &optional GROUP OTHER-WINDOW)" t nil)
5247 (autoload 'customize-group-other-window "cus-edit" "\
5248 Customize GROUP, which must be a customization group, in another window.
5250 \(fn &optional GROUP)" t nil)
5252 (defalias 'customize-variable 'customize-option)
5254 (autoload 'customize-option "cus-edit" "\
5255 Customize SYMBOL, which must be a user option.
5257 \(fn SYMBOL)" t nil)
5259 (defalias 'customize-variable-other-window 'customize-option-other-window)
5261 (autoload 'customize-option-other-window "cus-edit" "\
5262 Customize SYMBOL, which must be a user option.
5263 Show the buffer in another window, but don't select it.
5265 \(fn SYMBOL)" t nil)
5267 (defvar customize-package-emacs-version-alist nil "\
5268 Alist mapping versions of a package to Emacs versions.
5269 We use this for packages that have their own names, but are released
5270 as part of Emacs itself.
5272 Each elements looks like this:
5274 (PACKAGE (PVERSION . EVERSION)...)
5276 Here PACKAGE is the name of a package, as a symbol. After
5277 PACKAGE come one or more elements, each associating a
5278 package version PVERSION with the first Emacs version
5279 EVERSION in which it (or a subsequent version of PACKAGE)
5280 was first released. Both PVERSION and EVERSION are strings.
5281 PVERSION should be a string that this package used in
5282 the :package-version keyword for `defcustom', `defgroup',
5283 and `defface'.
5285 For example, the MH-E package updates this alist as follows:
5287 (add-to-list 'customize-package-emacs-version-alist
5288 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5289 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5290 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5291 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5293 The value of PACKAGE needs to be unique and it needs to match the
5294 PACKAGE value appearing in the :package-version keyword. Since
5295 the user might see the value in a error message, a good choice is
5296 the official name of the package, such as MH-E or Gnus.")
5298 (defalias 'customize-changed 'customize-changed-options)
5300 (autoload 'customize-changed-options "cus-edit" "\
5301 Customize all settings whose meanings have changed in Emacs itself.
5302 This includes new user options and faces, and new customization
5303 groups, as well as older options and faces whose meanings or
5304 default values have changed since the previous major Emacs
5305 release.
5307 With argument SINCE-VERSION (a string), customize all settings
5308 that were added or redefined since that version.
5310 \(fn &optional SINCE-VERSION)" t nil)
5312 (autoload 'customize-face "cus-edit" "\
5313 Customize FACE, which should be a face name or nil.
5314 If FACE is nil, customize all faces. If FACE is actually a
5315 face-alias, customize the face it is aliased to.
5317 If OTHER-WINDOW is non-nil, display in another window.
5319 Interactively, when point is on text which has a face specified,
5320 suggest to customize that face, if it's customizable.
5322 \(fn &optional FACE OTHER-WINDOW)" t nil)
5324 (autoload 'customize-face-other-window "cus-edit" "\
5325 Show customization buffer for face FACE in other window.
5326 If FACE is actually a face-alias, customize the face it is aliased to.
5328 Interactively, when point is on text which has a face specified,
5329 suggest to customize that face, if it's customizable.
5331 \(fn &optional FACE)" t nil)
5333 (autoload 'customize-unsaved "cus-edit" "\
5334 Customize all options and faces set in this session but not saved.
5336 \(fn)" t nil)
5338 (autoload 'customize-rogue "cus-edit" "\
5339 Customize all user variables modified outside customize.
5341 \(fn)" t nil)
5343 (autoload 'customize-saved "cus-edit" "\
5344 Customize all saved options and faces.
5346 \(fn)" t nil)
5348 (autoload 'customize-apropos "cus-edit" "\
5349 Customize loaded options, faces and groups matching PATTERN.
5350 PATTERN can be a word, a list of words (separated by spaces),
5351 or a regexp (using some regexp special characters). If it is a word,
5352 search for matches for that word as a substring. If it is a list of words,
5353 search for matches for any two (or more) of those words.
5355 If TYPE is `options', include only options.
5356 If TYPE is `faces', include only faces.
5357 If TYPE is `groups', include only groups.
5359 \(fn PATTERN &optional TYPE)" t nil)
5361 (autoload 'customize-apropos-options "cus-edit" "\
5362 Customize all loaded customizable options matching REGEXP.
5364 \(fn REGEXP &optional IGNORED)" t nil)
5366 (autoload 'customize-apropos-faces "cus-edit" "\
5367 Customize all loaded faces matching REGEXP.
5369 \(fn REGEXP)" t nil)
5371 (autoload 'customize-apropos-groups "cus-edit" "\
5372 Customize all loaded groups matching REGEXP.
5374 \(fn REGEXP)" t nil)
5376 (autoload 'custom-buffer-create "cus-edit" "\
5377 Create a buffer containing OPTIONS.
5378 Optional NAME is the name of the buffer.
5379 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5380 SYMBOL is a customization option, and WIDGET is a widget for editing
5381 that option.
5383 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5385 (autoload 'custom-buffer-create-other-window "cus-edit" "\
5386 Create a buffer containing OPTIONS, and display it in another window.
5387 The result includes selecting that window.
5388 Optional NAME is the name of the buffer.
5389 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5390 SYMBOL is a customization option, and WIDGET is a widget for editing
5391 that option.
5393 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5395 (autoload 'customize-browse "cus-edit" "\
5396 Create a tree browser for the customize hierarchy.
5398 \(fn &optional GROUP)" t nil)
5400 (defvar custom-file nil "\
5401 File used for storing customization information.
5402 The default is nil, which means to use your init file
5403 as specified by `user-init-file'. If the value is not nil,
5404 it should be an absolute file name.
5406 You can set this option through Custom, if you carefully read the
5407 last paragraph below. However, usually it is simpler to write
5408 something like the following in your init file:
5410 \(setq custom-file \"~/.emacs-custom.el\")
5411 \(load custom-file)
5413 Note that both lines are necessary: the first line tells Custom to
5414 save all customizations in this file, but does not load it.
5416 When you change this variable outside Custom, look in the
5417 previous custom file (usually your init file) for the
5418 forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5419 and copy them (whichever ones you find) to the new custom file.
5420 This will preserve your existing customizations.
5422 If you save this option using Custom, Custom will write all
5423 currently saved customizations, including the new one for this
5424 option itself, into the file you specify, overwriting any
5425 `custom-set-variables' and `custom-set-faces' forms already
5426 present in that file. It will not delete any customizations from
5427 the old custom file. You should do that manually if that is what you
5428 want. You also have to put something like `(load \"CUSTOM-FILE\")
5429 in your init file, where CUSTOM-FILE is the actual name of the
5430 file. Otherwise, Emacs will not load the file when it starts up,
5431 and hence will not set `custom-file' to that file either.")
5433 (custom-autoload 'custom-file "cus-edit" t)
5435 (autoload 'custom-save-all "cus-edit" "\
5436 Save all customizations in `custom-file'.
5438 \(fn)" nil nil)
5440 (autoload 'customize-save-customized "cus-edit" "\
5441 Save all user options which have been set in this session.
5443 \(fn)" t nil)
5445 (autoload 'custom-menu-create "cus-edit" "\
5446 Create menu for customization group SYMBOL.
5447 The menu is in a format applicable to `easy-menu-define'.
5449 \(fn SYMBOL)" nil nil)
5451 (autoload 'customize-menu-create "cus-edit" "\
5452 Return a customize menu for customization group SYMBOL.
5453 If optional NAME is given, use that as the name of the menu.
5454 Otherwise the menu will be named `Customize'.
5455 The format is suitable for use with `easy-menu-define'.
5457 \(fn SYMBOL &optional NAME)" nil nil)
5459 ;;;***
5461 ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5462 ;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20355
5463 ;;;;;; 10021 546955 0))
5464 ;;; Generated autoloads from cus-theme.el
5466 (autoload 'customize-create-theme "cus-theme" "\
5467 Create or edit a custom theme.
5468 THEME, if non-nil, should be an existing theme to edit. If THEME
5469 is `user', the resulting *Custom Theme* buffer also contains a
5470 checkbox for removing the theme settings specified in the buffer
5471 from the Custom save file.
5472 BUFFER, if non-nil, should be a buffer to use; the default is
5473 named *Custom Theme*.
5475 \(fn &optional THEME BUFFER)" t nil)
5477 (autoload 'custom-theme-visit-theme "cus-theme" "\
5478 Set up a Custom buffer to edit custom theme THEME.
5480 \(fn THEME)" t nil)
5482 (autoload 'describe-theme "cus-theme" "\
5483 Display a description of the Custom theme THEME (a symbol).
5485 \(fn THEME)" t nil)
5487 (autoload 'customize-themes "cus-theme" "\
5488 Display a selectable list of Custom themes.
5489 When called from Lisp, BUFFER should be the buffer to use; if
5490 omitted, a buffer named *Custom Themes* is used.
5492 \(fn &optional BUFFER)" t nil)
5494 ;;;***
5496 ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5497 ;;;;;; (20476 31768 298871 0))
5498 ;;; Generated autoloads from vc/cvs-status.el
5500 (autoload 'cvs-status-mode "cvs-status" "\
5501 Mode used for cvs status output.
5503 \(fn)" t nil)
5505 ;;;***
5507 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5508 ;;;;;; "cwarn" "progmodes/cwarn.el" (20478 3673 653810 0))
5509 ;;; Generated autoloads from progmodes/cwarn.el
5511 (autoload 'cwarn-mode "cwarn" "\
5512 Minor mode that highlights suspicious C and C++ constructions.
5514 Suspicious constructs are highlighted using `font-lock-warning-face'.
5516 Note, in addition to enabling this minor mode, the major mode must
5517 be included in the variable `cwarn-configuration'. By default C and
5518 C++ modes are included.
5520 With a prefix argument ARG, enable the mode if ARG is positive,
5521 and disable it otherwise. If called from Lisp, enable the mode
5522 if ARG is omitted or nil.
5524 \(fn &optional ARG)" t nil)
5526 (autoload 'turn-on-cwarn-mode "cwarn" "\
5527 Turn on CWarn mode.
5529 This function is designed to be added to hooks, for example:
5530 (add-hook 'c-mode-hook 'turn-on-cwarn-mode)
5532 \(fn)" nil nil)
5534 (defvar global-cwarn-mode nil "\
5535 Non-nil if Global-Cwarn mode is enabled.
5536 See the command `global-cwarn-mode' for a description of this minor mode.
5537 Setting this variable directly does not take effect;
5538 either customize it (see the info node `Easy Customization')
5539 or call the function `global-cwarn-mode'.")
5541 (custom-autoload 'global-cwarn-mode "cwarn" nil)
5543 (autoload 'global-cwarn-mode "cwarn" "\
5544 Toggle Cwarn mode in all buffers.
5545 With prefix ARG, enable Global-Cwarn mode if ARG is positive;
5546 otherwise, disable it. If called from Lisp, enable the mode if
5547 ARG is omitted or nil.
5549 Cwarn mode is enabled in all buffers where
5550 `turn-on-cwarn-mode-if-enabled' would do it.
5551 See `cwarn-mode' for more information on Cwarn mode.
5553 \(fn &optional ARG)" t nil)
5555 ;;;***
5557 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5558 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5559 ;;;;;; (20355 10021 546955 0))
5560 ;;; Generated autoloads from language/cyril-util.el
5562 (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
5563 Return KOI8-R external character code of CHAR if appropriate.
5565 \(fn CHAR)" nil nil)
5567 (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\
5568 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5570 \(fn CHAR)" nil nil)
5572 (autoload 'standard-display-cyrillic-translit "cyril-util" "\
5573 Display a cyrillic buffer using a transliteration.
5574 For readability, the table is slightly
5575 different from the one used for the input method `cyrillic-translit'.
5577 The argument is a string which specifies which language you are using;
5578 that affects the choice of transliterations slightly.
5579 Possible values are listed in `cyrillic-language-alist'.
5580 If the argument is t, we use the default cyrillic transliteration.
5581 If the argument is nil, we return the display table to its standard state.
5583 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5585 ;;;***
5587 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5588 ;;;;;; (20397 45851 446679 0))
5589 ;;; Generated autoloads from dabbrev.el
5590 (put 'dabbrev-case-fold-search 'risky-local-variable t)
5591 (put 'dabbrev-case-replace 'risky-local-variable t)
5592 (define-key esc-map "/" 'dabbrev-expand)
5593 (define-key esc-map [?\C-/] 'dabbrev-completion)
5595 (autoload 'dabbrev-completion "dabbrev" "\
5596 Completion on current word.
5597 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5598 and presents suggestions for completion.
5600 With a prefix argument ARG, it searches all buffers accepted by the
5601 function pointed out by `dabbrev-friend-buffer-function' to find the
5602 completions.
5604 If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
5605 then it searches *all* buffers.
5607 \(fn &optional ARG)" t nil)
5609 (autoload 'dabbrev-expand "dabbrev" "\
5610 Expand previous word \"dynamically\".
5612 Expands to the most recent, preceding word for which this is a prefix.
5613 If no suitable preceding word is found, words following point are
5614 considered. If still no suitable word is found, then look in the
5615 buffers accepted by the function pointed out by variable
5616 `dabbrev-friend-buffer-function'.
5618 A positive prefix argument, N, says to take the Nth backward *distinct*
5619 possibility. A negative argument says search forward.
5621 If the cursor has not moved from the end of the previous expansion and
5622 no argument is given, replace the previously-made expansion
5623 with the next possible expansion not yet tried.
5625 The variable `dabbrev-backward-only' may be used to limit the
5626 direction of search to backward if set non-nil.
5628 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5630 \(fn ARG)" t nil)
5632 ;;;***
5634 ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5635 ;;;;;; (20355 10021 546955 0))
5636 ;;; Generated autoloads from cedet/data-debug.el
5638 (autoload 'data-debug-new-buffer "data-debug" "\
5639 Create a new data-debug buffer with NAME.
5641 \(fn NAME)" nil nil)
5643 ;;;***
5645 ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20476
5646 ;;;;;; 31768 298871 0))
5647 ;;; Generated autoloads from net/dbus.el
5649 (autoload 'dbus-handle-event "dbus" "\
5650 Handle events from the D-Bus.
5651 EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5652 part of the event, is called with arguments ARGS.
5653 If the HANDLER returns a `dbus-error', it is propagated as return message.
5655 \(fn EVENT)" t nil)
5657 ;;;***
5659 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20355
5660 ;;;;;; 10021 546955 0))
5661 ;;; Generated autoloads from progmodes/dcl-mode.el
5663 (autoload 'dcl-mode "dcl-mode" "\
5664 Major mode for editing DCL-files.
5666 This mode indents command lines in blocks. (A block is commands between
5667 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
5668 dcl-block-end-regexp.)
5670 Labels are indented to a fixed position unless they begin or end a block.
5671 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5672 Data lines are not indented.
5674 Key bindings:
5676 \\{dcl-mode-map}
5677 Commands not usually bound to keys:
5679 \\[dcl-save-nondefault-options] Save changed options
5680 \\[dcl-save-all-options] Save all options
5681 \\[dcl-save-option] Save any option
5682 \\[dcl-save-mode] Save buffer mode
5684 Variables controlling indentation style and extra features:
5686 dcl-basic-offset
5687 Extra indentation within blocks.
5689 dcl-continuation-offset
5690 Extra indentation for continued lines.
5692 dcl-margin-offset
5693 Indentation for the first command line in a file or SUBROUTINE.
5695 dcl-margin-label-offset
5696 Indentation for a label.
5698 dcl-comment-line-regexp
5699 Lines matching this regexp will not be indented.
5701 dcl-block-begin-regexp
5702 dcl-block-end-regexp
5703 Regexps that match command lines that begin and end, respectively,
5704 a block of command lines that will be given extra indentation.
5705 Command lines between THEN-ELSE-ENDIF are always indented; these variables
5706 make it possible to define other places to indent.
5707 Set to nil to disable this feature.
5709 dcl-calc-command-indent-function
5710 Can be set to a function that customizes indentation for command lines.
5711 Two such functions are included in the package:
5712 dcl-calc-command-indent-multiple
5713 dcl-calc-command-indent-hang
5715 dcl-calc-cont-indent-function
5716 Can be set to a function that customizes indentation for continued lines.
5717 One such function is included in the package:
5718 dcl-calc-cont-indent-relative (set by default)
5720 dcl-tab-always-indent
5721 If t, pressing TAB always indents the current line.
5722 If nil, pressing TAB indents the current line if point is at the left
5723 margin.
5725 dcl-electric-characters
5726 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5727 typed.
5729 dcl-electric-reindent-regexps
5730 Use this variable and function dcl-electric-character to customize
5731 which words trigger electric indentation.
5733 dcl-tempo-comma
5734 dcl-tempo-left-paren
5735 dcl-tempo-right-paren
5736 These variables control the look of expanded templates.
5738 dcl-imenu-generic-expression
5739 Default value for imenu-generic-expression. The default includes
5740 SUBROUTINE labels in the main listing and sub-listings for
5741 other labels, CALL, GOTO and GOSUB statements.
5743 dcl-imenu-label-labels
5744 dcl-imenu-label-goto
5745 dcl-imenu-label-gosub
5746 dcl-imenu-label-call
5747 Change the text that is used as sub-listing labels in imenu.
5749 Loading this package calls the value of the variable
5750 `dcl-mode-load-hook' with no args, if that value is non-nil.
5751 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5752 with no args, if that value is non-nil.
5755 The following example uses the default values for all variables:
5757 $! This is a comment line that is not indented (it matches
5758 $! dcl-comment-line-regexp)
5759 $! Next follows the first command line. It is indented dcl-margin-offset.
5760 $ i = 1
5761 $ ! Other comments are indented like command lines.
5762 $ ! A margin label indented dcl-margin-label-offset:
5763 $ label:
5764 $ if i.eq.1
5765 $ then
5766 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
5767 $ ! indented dcl-basic-offset
5768 $ loop1: ! This matches dcl-block-begin-regexp...
5769 $ ! ...so this line is indented dcl-basic-offset
5770 $ text = \"This \" + - ! is a continued line
5771 \"lined up with the command line\"
5772 $ type sys$input
5773 Data lines are not indented at all.
5774 $ endloop1: ! This matches dcl-block-end-regexp
5775 $ endif
5779 There is some minimal font-lock support (see vars
5780 `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5782 \(fn)" t nil)
5784 ;;;***
5786 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5787 ;;;;;; "emacs-lisp/debug.el" (20497 6436 957082 0))
5788 ;;; Generated autoloads from emacs-lisp/debug.el
5790 (setq debugger 'debug)
5792 (autoload 'debug "debug" "\
5793 Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger.
5794 Arguments are mainly for use when this is called from the internals
5795 of the evaluator.
5797 You may call with no args, or you may pass nil as the first arg and
5798 any other args you like. In that case, the list of args after the
5799 first will be printed into the backtrace buffer.
5801 \(fn &rest DEBUGGER-ARGS)" t nil)
5803 (autoload 'debug-on-entry "debug" "\
5804 Request FUNCTION to invoke debugger each time it is called.
5806 When called interactively, prompt for FUNCTION in the minibuffer.
5808 This works by modifying the definition of FUNCTION. If you tell the
5809 debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
5810 normal function or a macro written in Lisp, you can also step through
5811 its execution. FUNCTION can also be a primitive that is not a special
5812 form, in which case stepping is not possible. Break-on-entry for
5813 primitive functions only works when that function is called from Lisp.
5815 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5816 Redefining FUNCTION also cancels it.
5818 \(fn FUNCTION)" t nil)
5820 (autoload 'cancel-debug-on-entry "debug" "\
5821 Undo effect of \\[debug-on-entry] on FUNCTION.
5822 If FUNCTION is nil, cancel debug-on-entry for all functions.
5823 When called interactively, prompt for FUNCTION in the minibuffer.
5824 To specify a nil argument interactively, exit with an empty minibuffer.
5826 \(fn &optional FUNCTION)" t nil)
5828 ;;;***
5830 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5831 ;;;;;; (20478 3673 653810 0))
5832 ;;; Generated autoloads from play/decipher.el
5834 (autoload 'decipher "decipher" "\
5835 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5837 \(fn)" t nil)
5839 (autoload 'decipher-mode "decipher" "\
5840 Major mode for decrypting monoalphabetic substitution ciphers.
5841 Lower-case letters enter plaintext.
5842 Upper-case letters are commands.
5844 The buffer is made read-only so that normal Emacs commands cannot
5845 modify it.
5847 The most useful commands are:
5848 \\<decipher-mode-map>
5849 \\[decipher-digram-list] Display a list of all digrams & their frequency
5850 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
5851 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
5852 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
5853 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
5855 \(fn)" t nil)
5857 ;;;***
5859 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5860 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20355
5861 ;;;;;; 10021 546955 0))
5862 ;;; Generated autoloads from delim-col.el
5864 (autoload 'delimit-columns-customize "delim-col" "\
5865 Customization of `columns' group.
5867 \(fn)" t nil)
5869 (autoload 'delimit-columns-region "delim-col" "\
5870 Prettify all columns in a text region.
5872 START and END delimits the text region.
5874 \(fn START END)" t nil)
5876 (autoload 'delimit-columns-rectangle "delim-col" "\
5877 Prettify all columns in a text rectangle.
5879 START and END delimits the corners of text rectangle.
5881 \(fn START END)" t nil)
5883 ;;;***
5885 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20355
5886 ;;;;;; 10021 546955 0))
5887 ;;; Generated autoloads from progmodes/delphi.el
5889 (autoload 'delphi-mode "delphi" "\
5890 Major mode for editing Delphi code. \\<delphi-mode-map>
5891 \\[delphi-tab] - Indents the current line (or region, if Transient Mark mode
5892 is enabled and the region is active) of Delphi code.
5893 \\[delphi-find-unit] - Search for a Delphi source file.
5894 \\[delphi-fill-comment] - Fill the current comment.
5895 \\[delphi-new-comment-line] - If in a // comment, do a new comment line.
5897 \\[indent-region] also works for indenting a whole region.
5899 Customization:
5901 `delphi-indent-level' (default 3)
5902 Indentation of Delphi statements with respect to containing block.
5903 `delphi-compound-block-indent' (default 0)
5904 Extra indentation for blocks in compound statements.
5905 `delphi-case-label-indent' (default 0)
5906 Extra indentation for case statement labels.
5907 `delphi-tab-always-indents' (default t)
5908 Non-nil means TAB in Delphi mode should always reindent the current line,
5909 regardless of where in the line point is when the TAB command is used.
5910 `delphi-newline-always-indents' (default t)
5911 Non-nil means NEWLINE in Delphi mode should always reindent the current
5912 line, insert a blank line and move to the default indent column of the
5913 blank line.
5914 `delphi-search-path' (default .)
5915 Directories to search when finding external units.
5916 `delphi-verbose' (default nil)
5917 If true then Delphi token processing progress is reported to the user.
5919 Coloring:
5921 `delphi-comment-face' (default font-lock-comment-face)
5922 Face used to color Delphi comments.
5923 `delphi-string-face' (default font-lock-string-face)
5924 Face used to color Delphi strings.
5925 `delphi-keyword-face' (default font-lock-keyword-face)
5926 Face used to color Delphi keywords.
5927 `delphi-other-face' (default nil)
5928 Face used to color everything else.
5930 Turning on Delphi mode calls the value of the variable `delphi-mode-hook'
5931 with no args, if that value is non-nil.
5933 \(fn)" t nil)
5935 ;;;***
5937 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20355
5938 ;;;;;; 10021 546955 0))
5939 ;;; Generated autoloads from delsel.el
5941 (defalias 'pending-delete-mode 'delete-selection-mode)
5943 (defvar delete-selection-mode nil "\
5944 Non-nil if Delete-Selection mode is enabled.
5945 See the command `delete-selection-mode' for a description of this minor mode.
5946 Setting this variable directly does not take effect;
5947 either customize it (see the info node `Easy Customization')
5948 or call the function `delete-selection-mode'.")
5950 (custom-autoload 'delete-selection-mode "delsel" nil)
5952 (autoload 'delete-selection-mode "delsel" "\
5953 Toggle Delete Selection mode.
5954 With a prefix argument ARG, enable Delete Selection mode if ARG
5955 is positive, and disable it otherwise. If called from Lisp,
5956 enable the mode if ARG is omitted or nil.
5958 When Delete Selection mode is enabled, Transient Mark mode is also
5959 enabled and typed text replaces the selection if the selection is
5960 active. Otherwise, typed text is just inserted at point regardless of
5961 any selection.
5963 \(fn &optional ARG)" t nil)
5965 ;;;***
5967 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5968 ;;;;;; "derived" "emacs-lisp/derived.el" (20437 50597 545250 0))
5969 ;;; Generated autoloads from emacs-lisp/derived.el
5971 (autoload 'define-derived-mode "derived" "\
5972 Create a new mode as a variant of an existing mode.
5974 The arguments to this command are as follow:
5976 CHILD: the name of the command for the derived mode.
5977 PARENT: the name of the command for the parent mode (e.g. `text-mode')
5978 or nil if there is no parent.
5979 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
5980 DOCSTRING: an optional documentation string--if you do not supply one,
5981 the function will attempt to invent something useful.
5982 BODY: forms to execute just before running the
5983 hooks for the new mode. Do not use `interactive' here.
5985 BODY can start with a bunch of keyword arguments. The following keyword
5986 arguments are currently understood:
5987 :group GROUP
5988 Declare the customization group that corresponds to this mode.
5989 The command `customize-mode' uses this.
5990 :syntax-table TABLE
5991 Use TABLE instead of the default (CHILD-syntax-table).
5992 A nil value means to simply use the same syntax-table as the parent.
5993 :abbrev-table TABLE
5994 Use TABLE instead of the default (CHILD-abbrev-table).
5995 A nil value means to simply use the same abbrev-table as the parent.
5997 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
5999 (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
6001 You could then make new key bindings for `LaTeX-thesis-mode-map'
6002 without changing regular LaTeX mode. In this example, BODY is empty,
6003 and DOCSTRING is generated by default.
6005 On a more complicated level, the following command uses `sgml-mode' as
6006 the parent, and then sets the variable `case-fold-search' to nil:
6008 (define-derived-mode article-mode sgml-mode \"Article\"
6009 \"Major mode for editing technical articles.\"
6010 (setq case-fold-search nil))
6012 Note that if the documentation string had been left out, it would have
6013 been generated automatically, with a reference to the keymap.
6015 The new mode runs the hook constructed by the function
6016 `derived-mode-hook-name'.
6018 See Info node `(elisp)Derived Modes' for more details.
6020 \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil t)
6022 (put 'define-derived-mode 'doc-string-elt '4)
6024 (autoload 'derived-mode-init-mode-variables "derived" "\
6025 Initialize variables for a new MODE.
6026 Right now, if they don't already exist, set up a blank keymap, an
6027 empty syntax table, and an empty abbrev table -- these will be merged
6028 the first time the mode is used.
6030 \(fn MODE)" nil nil)
6032 ;;;***
6034 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6035 ;;;;;; "descr-text.el" (20486 36135 22104 0))
6036 ;;; Generated autoloads from descr-text.el
6038 (autoload 'describe-text-properties "descr-text" "\
6039 Describe widgets, buttons, overlays, and text properties at POS.
6040 POS is taken to be in BUFFER or in current buffer if nil.
6041 Interactively, describe them for the character after point.
6042 If optional second argument OUTPUT-BUFFER is non-nil,
6043 insert the output into that buffer, and don't initialize or clear it
6044 otherwise.
6046 \(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil)
6048 (autoload 'describe-char "descr-text" "\
6049 Describe position POS (interactively, point) and the char after POS.
6050 POS is taken to be in BUFFER, or the current buffer if BUFFER is nil.
6051 The information is displayed in buffer `*Help*'.
6053 The position information includes POS; the total size of BUFFER; the
6054 region limits, if narrowed; the column number; and the horizontal
6055 scroll amount, if the buffer is horizontally scrolled.
6057 The character information includes the character code; charset and
6058 code points in it; syntax; category; how the character is encoded in
6059 BUFFER and in BUFFER's file; character composition information (if
6060 relevant); the font and font glyphs used to display the character;
6061 the character's canonical name and other properties defined by the
6062 Unicode Data Base; and widgets, buttons, overlays, and text properties
6063 relevant to POS.
6065 \(fn POS &optional BUFFER)" t nil)
6067 ;;;***
6069 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6070 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6071 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6072 ;;;;;; "desktop.el" (20497 6436 957082 0))
6073 ;;; Generated autoloads from desktop.el
6075 (defvar desktop-save-mode nil "\
6076 Non-nil if Desktop-Save mode is enabled.
6077 See the command `desktop-save-mode' for a description of this minor mode.")
6079 (custom-autoload 'desktop-save-mode "desktop" nil)
6081 (autoload 'desktop-save-mode "desktop" "\
6082 Toggle desktop saving (Desktop Save mode).
6083 With a prefix argument ARG, enable Desktop Save mode if ARG is
6084 positive, and disable it otherwise. If called from Lisp, enable
6085 the mode if ARG is omitted or nil.
6087 If Desktop Save mode is enabled, the state of Emacs is saved from
6088 one session to another. See variable `desktop-save' and function
6089 `desktop-read' for details.
6091 \(fn &optional ARG)" t nil)
6093 (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) "\
6094 List of local variables to save for each buffer.
6095 The variables are saved only when they really are local. Conventional minor
6096 modes are restored automatically; they should not be listed here.")
6098 (custom-autoload 'desktop-locals-to-save "desktop" t)
6100 (defvar desktop-save-buffer nil "\
6101 When non-nil, save buffer status in desktop file.
6102 This variable becomes buffer local when set.
6104 If the value is a function, it is called by `desktop-save' with argument
6105 DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
6106 file along with the state of the buffer for which it was called.
6108 When file names are returned, they should be formatted using the call
6109 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6111 Later, when `desktop-read' evaluates the desktop file, auxiliary information
6112 is passed as the argument DESKTOP-BUFFER-MISC to functions in
6113 `desktop-buffer-mode-handlers'.")
6115 (defvar desktop-buffer-mode-handlers nil "\
6116 Alist of major mode specific functions to restore a desktop buffer.
6117 Functions listed are called by `desktop-create-buffer' when `desktop-read'
6118 evaluates the desktop file. List elements must have the form
6120 (MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
6122 Buffers with a major mode not specified here, are restored by the default
6123 handler `desktop-restore-file-buffer'.
6125 Handlers are called with argument list
6127 (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC)
6129 Furthermore, they may use the following variables:
6131 desktop-file-version
6132 desktop-buffer-major-mode
6133 desktop-buffer-minor-modes
6134 desktop-buffer-point
6135 desktop-buffer-mark
6136 desktop-buffer-read-only
6137 desktop-buffer-locals
6139 If a handler returns a buffer, then the saved mode settings
6140 and variable values for that buffer are copied into it.
6142 Modules that define a major mode that needs a special handler should contain
6143 code like
6145 (defun foo-restore-desktop-buffer
6147 (add-to-list 'desktop-buffer-mode-handlers
6148 '(foo-mode . foo-restore-desktop-buffer))
6150 Furthermore the major mode function must be autoloaded.")
6152 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
6154 (defvar desktop-minor-mode-handlers nil "\
6155 Alist of functions to restore non-standard minor modes.
6156 Functions are called by `desktop-create-buffer' to restore minor modes.
6157 List elements must have the form
6159 (MINOR-MODE . RESTORE-FUNCTION).
6161 Minor modes not specified here, are restored by the standard minor mode
6162 function.
6164 Handlers are called with argument list
6166 (DESKTOP-BUFFER-LOCALS)
6168 Furthermore, they may use the following variables:
6170 desktop-file-version
6171 desktop-buffer-file-name
6172 desktop-buffer-name
6173 desktop-buffer-major-mode
6174 desktop-buffer-minor-modes
6175 desktop-buffer-point
6176 desktop-buffer-mark
6177 desktop-buffer-read-only
6178 desktop-buffer-misc
6180 When a handler is called, the buffer has been created and the major mode has
6181 been set, but local variables listed in desktop-buffer-locals has not yet been
6182 created and set.
6184 Modules that define a minor mode that needs a special handler should contain
6185 code like
6187 (defun foo-desktop-restore
6189 (add-to-list 'desktop-minor-mode-handlers
6190 '(foo-mode . foo-desktop-restore))
6192 Furthermore the minor mode function must be autoloaded.
6194 See also `desktop-minor-mode-table'.")
6196 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
6198 (autoload 'desktop-clear "desktop" "\
6199 Empty the Desktop.
6200 This kills all buffers except for internal ones and those with names matched by
6201 a regular expression in the list `desktop-clear-preserve-buffers'.
6202 Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6204 \(fn)" t nil)
6206 (autoload 'desktop-save "desktop" "\
6207 Save the desktop in a desktop file.
6208 Parameter DIRNAME specifies where to save the desktop file.
6209 Optional parameter RELEASE says whether we're done with this desktop.
6210 See also `desktop-base-file-name'.
6212 \(fn DIRNAME &optional RELEASE)" t nil)
6214 (autoload 'desktop-remove "desktop" "\
6215 Delete desktop file in `desktop-dirname'.
6216 This function also sets `desktop-dirname' to nil.
6218 \(fn)" t nil)
6220 (autoload 'desktop-read "desktop" "\
6221 Read and process the desktop file in directory DIRNAME.
6222 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
6223 directories listed in `desktop-path'. If a desktop file is found, it
6224 is processed and `desktop-after-read-hook' is run. If no desktop file
6225 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
6226 This function is a no-op when Emacs is running in batch mode.
6227 It returns t if a desktop file was loaded, nil otherwise.
6229 \(fn &optional DIRNAME)" t nil)
6231 (autoload 'desktop-load-default "desktop" "\
6232 Load the `default' start-up library manually.
6233 Also inhibit further loading of it.
6235 \(fn)" nil nil)
6237 (autoload 'desktop-change-dir "desktop" "\
6238 Change to desktop saved in DIRNAME.
6239 Kill the desktop as specified by variables `desktop-save-mode' and
6240 `desktop-save', then clear the desktop and load the desktop file in
6241 directory DIRNAME.
6243 \(fn DIRNAME)" t nil)
6245 (autoload 'desktop-save-in-desktop-dir "desktop" "\
6246 Save the desktop in directory `desktop-dirname'.
6248 \(fn)" t nil)
6250 (autoload 'desktop-revert "desktop" "\
6251 Revert to the last loaded desktop.
6253 \(fn)" t nil)
6255 ;;;***
6257 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6258 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6259 ;;;;;; "deuglify" "gnus/deuglify.el" (20355 10021 546955 0))
6260 ;;; Generated autoloads from gnus/deuglify.el
6262 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
6263 Unwrap lines that appear to be wrapped citation lines.
6264 You can control what lines will be unwrapped by frobbing
6265 `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max',
6266 indicating the minimum and maximum length of an unwrapped citation line. If
6267 NODISPLAY is non-nil, don't redisplay the article buffer.
6269 \(fn &optional NODISPLAY)" t nil)
6271 (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
6272 Repair a broken attribution line.
6273 If NODISPLAY is non-nil, don't redisplay the article buffer.
6275 \(fn &optional NODISPLAY)" t nil)
6277 (autoload 'gnus-outlook-deuglify-article "deuglify" "\
6278 Full deuglify of broken Outlook (Express) articles.
6279 Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If
6280 NODISPLAY is non-nil, don't redisplay the article buffer.
6282 \(fn &optional NODISPLAY)" t nil)
6284 (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
6285 Deuglify broken Outlook (Express) articles and redisplay.
6287 \(fn)" t nil)
6289 ;;;***
6291 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6292 ;;;;;; "calendar/diary-lib.el" (20355 10021 546955 0))
6293 ;;; Generated autoloads from calendar/diary-lib.el
6295 (autoload 'diary "diary-lib" "\
6296 Generate the diary window for ARG days starting with the current date.
6297 If no argument is provided, the number of days of diary entries is governed
6298 by the variable `diary-number-of-entries'. A value of ARG less than 1
6299 does nothing. This function is suitable for execution in a `.emacs' file.
6301 \(fn &optional ARG)" t nil)
6303 (autoload 'diary-mail-entries "diary-lib" "\
6304 Send a mail message showing diary entries for next NDAYS days.
6305 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
6306 Mail is sent to the address specified by `diary-mail-addr'.
6308 Here is an example of a script to call `diary-mail-entries',
6309 suitable for regular scheduling using cron (or at). Note that
6310 since `emacs -script' does not load your `.emacs' file, you
6311 should ensure that all relevant variables are set.
6313 #!/usr/bin/emacs -script
6314 ;; diary-rem.el - run the Emacs diary-reminder
6316 \(setq diary-mail-days 3
6317 diary-file \"/path/to/diary.file\"
6318 calendar-date-style 'european
6319 diary-mail-addr \"user@host.name\")
6321 \(diary-mail-entries)
6323 # diary-rem.el ends here
6325 \(fn &optional NDAYS)" t nil)
6327 (autoload 'diary-mode "diary-lib" "\
6328 Major mode for editing the diary file.
6330 \(fn)" t nil)
6332 ;;;***
6334 ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
6335 ;;;;;; diff-switches) "diff" "vc/diff.el" (20476 31768 298871 0))
6336 ;;; Generated autoloads from vc/diff.el
6338 (defvar diff-switches (purecopy "-c") "\
6339 A string or list of strings specifying switches to be passed to diff.")
6341 (custom-autoload 'diff-switches "diff" t)
6343 (defvar diff-command (purecopy "diff") "\
6344 The command to use to run diff.")
6346 (custom-autoload 'diff-command "diff" t)
6348 (autoload 'diff "diff" "\
6349 Find and display the differences between OLD and NEW files.
6350 When called interactively, read NEW, then OLD, using the
6351 minibuffer. The default for NEW is the current buffer's file
6352 name, and the default for OLD is a backup file for NEW, if one
6353 exists. If NO-ASYNC is non-nil, call diff synchronously.
6355 When called interactively with a prefix argument, prompt
6356 interactively for diff switches. Otherwise, the switches
6357 specified in `diff-switches' are passed to the diff command.
6359 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
6361 (autoload 'diff-backup "diff" "\
6362 Diff this file with its backup file or vice versa.
6363 Uses the latest backup, if there are several numerical backups.
6364 If this file is a backup, diff it with its original.
6365 The backup file is the first file given to `diff'.
6366 With prefix arg, prompt for diff switches.
6368 \(fn FILE &optional SWITCHES)" t nil)
6370 (autoload 'diff-buffer-with-file "diff" "\
6371 View the differences between BUFFER and its associated file.
6372 This requires the external program `diff' to be in your `exec-path'.
6374 \(fn &optional BUFFER)" t nil)
6376 ;;;***
6378 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6379 ;;;;;; (20476 31768 298871 0))
6380 ;;; Generated autoloads from vc/diff-mode.el
6382 (autoload 'diff-mode "diff-mode" "\
6383 Major mode for viewing/editing context diffs.
6384 Supports unified and context diffs as well as (to a lesser extent)
6385 normal diffs.
6387 When the buffer is read-only, the ESC prefix is not necessary.
6388 If you edit the buffer manually, diff-mode will try to update the hunk
6389 headers for you on-the-fly.
6391 You can also switch between context diff and unified diff with \\[diff-context->unified],
6392 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6393 a diff with \\[diff-reverse-direction].
6395 \\{diff-mode-map}
6397 \(fn)" t nil)
6399 (autoload 'diff-minor-mode "diff-mode" "\
6400 Toggle Diff minor mode.
6401 With a prefix argument ARG, enable Diff minor mode if ARG is
6402 positive, and disable it otherwise. If called from Lisp, enable
6403 the mode if ARG is omitted or nil.
6405 \\{diff-minor-mode-map}
6407 \(fn &optional ARG)" t nil)
6409 ;;;***
6411 ;;;### (autoloads (dig) "dig" "net/dig.el" (20355 10021 546955 0))
6412 ;;; Generated autoloads from net/dig.el
6414 (autoload 'dig "dig" "\
6415 Query addresses of a DOMAIN using dig, by calling `dig-invoke'.
6416 Optional arguments are passed to `dig-invoke'.
6418 \(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
6420 ;;;***
6422 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6423 ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20486 36135
6424 ;;;;;; 22104 0))
6425 ;;; Generated autoloads from dired.el
6427 (defvar dired-listing-switches (purecopy "-al") "\
6428 Switches passed to `ls' for Dired. MUST contain the `l' option.
6429 May contain all other options that don't contradict `-l';
6430 may contain even `F', `b', `i' and `s'. See also the variable
6431 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6432 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6433 some of the `ls' switches are not supported; see the doc string of
6434 `insert-directory' in `ls-lisp.el' for more details.")
6436 (custom-autoload 'dired-listing-switches "dired" t)
6438 (defvar dired-directory nil "\
6439 The directory name or wildcard spec that this dired directory lists.
6440 Local to each dired buffer. May be a list, in which case the car is the
6441 directory name and the cdr is the list of files to mention.
6442 The directory name must be absolute, but need not be fully expanded.")
6443 (define-key ctl-x-map "d" 'dired)
6445 (autoload 'dired "dired" "\
6446 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
6447 Optional second argument SWITCHES specifies the `ls' options used.
6448 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
6449 Dired displays a list of files in DIRNAME (which may also have
6450 shell wildcards appended to select certain files). If DIRNAME is a cons,
6451 its first element is taken as the directory name and the rest as an explicit
6452 list of files to make directory entries for.
6453 \\<dired-mode-map>You can flag files for deletion with \\[dired-flag-file-deletion] and then
6454 delete them by typing \\[dired-do-flagged-delete].
6455 Type \\[describe-mode] after entering Dired for more info.
6457 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
6459 \(fn DIRNAME &optional SWITCHES)" t nil)
6460 (define-key ctl-x-4-map "d" 'dired-other-window)
6462 (autoload 'dired-other-window "dired" "\
6463 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
6465 \(fn DIRNAME &optional SWITCHES)" t nil)
6466 (define-key ctl-x-5-map "d" 'dired-other-frame)
6468 (autoload 'dired-other-frame "dired" "\
6469 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
6471 \(fn DIRNAME &optional SWITCHES)" t nil)
6473 (autoload 'dired-noselect "dired" "\
6474 Like `dired' but returns the dired buffer as value, does not select it.
6476 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6478 (autoload 'dired-mode "dired" "\
6479 Mode for \"editing\" directory listings.
6480 In Dired, you are \"editing\" a list of the files in a directory and
6481 (optionally) its subdirectories, in the format of `ls -lR'.
6482 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
6483 \"Editing\" means that you can run shell commands on files, visit,
6484 compress, load or byte-compile them, change their file attributes
6485 and insert subdirectories into the same buffer. You can \"mark\"
6486 files for later commands or \"flag\" them for deletion, either file
6487 by file or all files matching certain criteria.
6488 You can move using the usual cursor motion commands.\\<dired-mode-map>
6489 The buffer is read-only. Digits are prefix arguments.
6490 Type \\[dired-flag-file-deletion] to flag a file `D' for deletion.
6491 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6492 Most commands operate on the marked files and use the current file
6493 if no files are marked. Use a numeric prefix argument to operate on
6494 the next ARG (or previous -ARG if ARG<0) files, or just `1'
6495 to operate on the current file only. Prefix arguments override marks.
6496 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
6497 to see why something went wrong.
6498 Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory.
6499 Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
6500 Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'.
6501 Type \\[dired-find-file] to Find the current line's file
6502 (or dired it in another buffer, if it is a directory).
6503 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
6504 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6505 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6506 Type \\[dired-do-copy] to Copy files.
6507 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
6508 Type \\[revert-buffer] to read all currently expanded directories aGain.
6509 This retains all marks and hides subdirs again that were hidden before.
6510 Use `SPC' and `DEL' to move down and up by lines.
6512 If Dired ever gets confused, you can either type \\[revert-buffer] to read the
6513 directories again, type \\[dired-do-redisplay] to relist the file at point or the marked files or a
6514 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
6515 again for the directory tree.
6517 Customization variables (rename this buffer and type \\[describe-variable] on each line
6518 for more info):
6520 `dired-listing-switches'
6521 `dired-trivial-filenames'
6522 `dired-shrink-to-fit'
6523 `dired-marker-char'
6524 `dired-del-marker'
6525 `dired-keep-marker-rename'
6526 `dired-keep-marker-copy'
6527 `dired-keep-marker-hardlink'
6528 `dired-keep-marker-symlink'
6530 Hooks (use \\[describe-variable] to see their documentation):
6532 `dired-before-readin-hook'
6533 `dired-after-readin-hook'
6534 `dired-mode-hook'
6535 `dired-load-hook'
6537 Keybindings:
6538 \\{dired-mode-map}
6540 \(fn &optional DIRNAME SWITCHES)" nil nil)
6541 (put 'dired-find-alternate-file 'disabled t)
6543 ;;;***
6545 ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6546 ;;;;;; (20399 35365 4050 0))
6547 ;;; Generated autoloads from dirtrack.el
6549 (autoload 'dirtrack-mode "dirtrack" "\
6550 Toggle directory tracking in shell buffers (Dirtrack mode).
6551 With a prefix argument ARG, enable Dirtrack mode if ARG is
6552 positive, and disable it otherwise. If called from Lisp, enable
6553 the mode if ARG is omitted or nil.
6555 This method requires that your shell prompt contain the current
6556 working directory at all times, and that you set the variable
6557 `dirtrack-list' to match the prompt.
6559 This is an alternative to `shell-dirtrack-mode', which works by
6560 tracking `cd' and similar commands which change the shell working
6561 directory.
6563 \(fn &optional ARG)" t nil)
6565 (autoload 'dirtrack "dirtrack" "\
6566 Determine the current directory from the process output for a prompt.
6567 This filter function is used by `dirtrack-mode'. It looks for
6568 the prompt specified by `dirtrack-list', and calls
6569 `shell-process-cd' if the directory seems to have changed away
6570 from `default-directory'.
6572 \(fn INPUT)" nil nil)
6574 ;;;***
6576 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20497
6577 ;;;;;; 6436 957082 0))
6578 ;;; Generated autoloads from emacs-lisp/disass.el
6580 (autoload 'disassemble "disass" "\
6581 Print disassembled code for OBJECT in (optional) BUFFER.
6582 OBJECT can be a symbol defined as a function, or a function itself
6583 \(a lambda expression or a compiled-function object).
6584 If OBJECT is not already compiled, we compile it, but do not
6585 redefine OBJECT if it is a symbol.
6587 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6589 ;;;***
6591 ;;;### (autoloads (standard-display-european glyph-face glyph-char
6592 ;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic
6593 ;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6594 ;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6595 ;;;;;; set-display-table-slot display-table-slot make-display-table)
6596 ;;;;;; "disp-table" "disp-table.el" (20355 10021 546955 0))
6597 ;;; Generated autoloads from disp-table.el
6599 (autoload 'make-display-table "disp-table" "\
6600 Return a new, empty display table.
6602 \(fn)" nil nil)
6604 (autoload 'display-table-slot "disp-table" "\
6605 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6606 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6607 Valid symbols are `truncation', `wrap', `escape', `control',
6608 `selective-display', and `vertical-border'.
6610 \(fn DISPLAY-TABLE SLOT)" nil nil)
6612 (autoload 'set-display-table-slot "disp-table" "\
6613 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6614 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6615 Valid symbols are `truncation', `wrap', `escape', `control',
6616 `selective-display', and `vertical-border'.
6618 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6620 (autoload 'describe-display-table "disp-table" "\
6621 Describe the display table DT in a help buffer.
6623 \(fn DT)" nil nil)
6625 (autoload 'describe-current-display-table "disp-table" "\
6626 Describe the display table in use in the selected window and buffer.
6628 \(fn)" t nil)
6630 (autoload 'standard-display-8bit "disp-table" "\
6631 Display characters representing raw bytes in the range L to H literally.
6633 On a terminal display, each character in the range is displayed
6634 by sending the corresponding byte directly to the terminal.
6636 On a graphic display, each character in the range is displayed
6637 using the default font by a glyph whose code is the corresponding
6638 byte.
6640 Note that ASCII printable characters (SPC to TILDA) are displayed
6641 in the default way after this call.
6643 \(fn L H)" nil nil)
6645 (autoload 'standard-display-default "disp-table" "\
6646 Display characters in the range L to H using the default notation.
6648 \(fn L H)" nil nil)
6650 (autoload 'standard-display-ascii "disp-table" "\
6651 Display character C using printable string S.
6653 \(fn C S)" nil nil)
6655 (autoload 'standard-display-g1 "disp-table" "\
6656 Display character C as character SC in the g1 character set.
6657 This function assumes that your terminal uses the SO/SI characters;
6658 it is meaningless for an X frame.
6660 \(fn C SC)" nil nil)
6662 (autoload 'standard-display-graphic "disp-table" "\
6663 Display character C as character GC in graphics character set.
6664 This function assumes VT100-compatible escapes; it is meaningless for an
6665 X frame.
6667 \(fn C GC)" nil nil)
6669 (autoload 'standard-display-underline "disp-table" "\
6670 Display character C as character UC plus underlining.
6672 \(fn C UC)" nil nil)
6674 (autoload 'create-glyph "disp-table" "\
6675 Allocate a glyph code to display by sending STRING to the terminal.
6677 \(fn STRING)" nil nil)
6679 (autoload 'make-glyph-code "disp-table" "\
6680 Return a glyph code representing char CHAR with face FACE.
6682 \(fn CHAR &optional FACE)" nil nil)
6684 (autoload 'glyph-char "disp-table" "\
6685 Return the character of glyph code GLYPH.
6687 \(fn GLYPH)" nil nil)
6689 (autoload 'glyph-face "disp-table" "\
6690 Return the face of glyph code GLYPH, or nil if glyph has default face.
6692 \(fn GLYPH)" nil nil)
6694 (autoload 'standard-display-european "disp-table" "\
6695 Semi-obsolete way to toggle display of ISO 8859 European characters.
6697 This function is semi-obsolete; you probably don't need it, or else you
6698 probably should use `set-language-environment' or `set-locale-environment'.
6700 This function enables European character display if ARG is positive,
6701 disables it if negative. Otherwise, it toggles European character display.
6703 When this mode is enabled, characters in the range of 160 to 255
6704 display not as octal escapes, but as accented characters. Codes 146
6705 and 160 display as apostrophe and space, even though they are not the
6706 ASCII codes for apostrophe and space.
6708 Enabling European character display with this command noninteractively
6709 from Lisp code also selects Latin-1 as the language environment.
6710 This provides increased compatibility for users who call this function
6711 in `.emacs'.
6713 \(fn ARG)" nil nil)
6715 ;;;***
6717 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6718 ;;;;;; (20355 10021 546955 0))
6719 ;;; Generated autoloads from play/dissociate.el
6721 (autoload 'dissociated-press "dissociate" "\
6722 Dissociate the text of the current buffer.
6723 Output goes in buffer named *Dissociation*,
6724 which is redisplayed each time text is added to it.
6725 Every so often the user must say whether to continue.
6726 If ARG is positive, require ARG chars of continuity.
6727 If ARG is negative, require -ARG words of continuity.
6728 Default is 2.
6730 \(fn &optional ARG)" t nil)
6732 ;;;***
6734 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20355 10021
6735 ;;;;;; 546955 0))
6736 ;;; Generated autoloads from dnd.el
6738 (defvar dnd-protocol-alist `((,(purecopy "^file:///") . dnd-open-local-file) (,(purecopy "^file://") . dnd-open-file) (,(purecopy "^file:") . dnd-open-local-file) (,(purecopy "^\\(https?\\|ftp\\|file\\|nfs\\)://") . dnd-open-file)) "\
6739 The functions to call for different protocols when a drop is made.
6740 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6741 The list contains of (REGEXP . FUNCTION) pairs.
6742 The functions shall take two arguments, URL, which is the URL dropped and
6743 ACTION which is the action to be performed for the drop (move, copy, link,
6744 private or ask).
6745 If no match is found here, and the value of `browse-url-browser-function'
6746 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6747 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6748 The function shall return the action done (move, copy, link or private)
6749 if some action was made, or nil if the URL is ignored.")
6751 (custom-autoload 'dnd-protocol-alist "dnd" t)
6753 ;;;***
6755 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6756 ;;;;;; "textmodes/dns-mode.el" (20355 10021 546955 0))
6757 ;;; Generated autoloads from textmodes/dns-mode.el
6759 (autoload 'dns-mode "dns-mode" "\
6760 Major mode for viewing and editing DNS master files.
6761 This mode is inherited from text mode. It add syntax
6762 highlighting, and some commands for handling DNS master files.
6763 Its keymap inherits from `text-mode' and it has the same
6764 variables for customizing indentation. It has its own abbrev
6765 table and its own syntax table.
6767 Turning on DNS mode runs `dns-mode-hook'.
6769 \(fn)" t nil)
6770 (defalias 'zone-mode 'dns-mode)
6772 (autoload 'dns-mode-soa-increment-serial "dns-mode" "\
6773 Locate SOA record and increment the serial field.
6775 \(fn)" t nil)
6777 ;;;***
6779 ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6780 ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20476
6781 ;;;;;; 31768 298871 0))
6782 ;;; Generated autoloads from doc-view.el
6784 (autoload 'doc-view-mode-p "doc-view" "\
6785 Return non-nil if document type TYPE is available for `doc-view'.
6786 Document types are symbols like `dvi', `ps', `pdf', or `odf' (any
6787 OpenDocument format).
6789 \(fn TYPE)" nil nil)
6791 (autoload 'doc-view-mode "doc-view" "\
6792 Major mode in DocView buffers.
6794 DocView Mode is an Emacs document viewer. It displays PDF, PS
6795 and DVI files (as PNG images) in Emacs buffers.
6797 You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
6798 toggle between displaying the document or editing it as text.
6799 \\{doc-view-mode-map}
6801 \(fn)" t nil)
6803 (autoload 'doc-view-mode-maybe "doc-view" "\
6804 Switch to `doc-view-mode' if possible.
6805 If the required external tools are not available, then fallback
6806 to the next best mode.
6808 \(fn)" nil nil)
6810 (autoload 'doc-view-minor-mode "doc-view" "\
6811 Toggle displaying buffer via Doc View (Doc View minor mode).
6812 With a prefix argument ARG, enable Doc View minor mode if ARG is
6813 positive, and disable it otherwise. If called from Lisp, enable
6814 the mode if ARG is omitted or nil.
6816 See the command `doc-view-mode' for more information on this mode.
6818 \(fn &optional ARG)" t nil)
6820 (autoload 'doc-view-bookmark-jump "doc-view" "\
6823 \(fn BMK)" nil nil)
6825 ;;;***
6827 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20443 2992
6828 ;;;;;; 177196 0))
6829 ;;; Generated autoloads from play/doctor.el
6831 (autoload 'doctor "doctor" "\
6832 Switch to *doctor* buffer and start giving psychotherapy.
6834 \(fn)" t nil)
6836 ;;;***
6838 ;;;### (autoloads (double-mode) "double" "double.el" (20355 10021
6839 ;;;;;; 546955 0))
6840 ;;; Generated autoloads from double.el
6842 (autoload 'double-mode "double" "\
6843 Toggle special insertion on double keypresses (Double mode).
6844 With a prefix argument ARG, enable Double mode if ARG is
6845 positive, and disable it otherwise. If called from Lisp, enable
6846 the mode if ARG is omitted or nil.
6848 When Double mode is enabled, some keys will insert different
6849 strings when pressed twice. See `double-map' for details.
6851 \(fn &optional ARG)" t nil)
6853 ;;;***
6855 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20355 10021
6856 ;;;;;; 546955 0))
6857 ;;; Generated autoloads from play/dunnet.el
6859 (autoload 'dunnet "dunnet" "\
6860 Switch to *dungeon* buffer and start game.
6862 \(fn)" t nil)
6864 ;;;***
6866 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6867 ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6868 ;;;;;; "emacs-lisp/easy-mmode.el" (20459 40320 865360 0))
6869 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6871 (defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
6873 (autoload 'define-minor-mode "easy-mmode" "\
6874 Define a new minor mode MODE.
6875 This defines the toggle command MODE and (by default) a control variable
6876 MODE (you can override this with the :variable keyword, see below).
6877 DOC is the documentation for the mode toggle command.
6879 The defined mode command takes one optional (prefix) argument.
6880 Interactively with no prefix argument it toggles the mode.
6881 With a prefix argument, it enables the mode if the argument is
6882 positive and otherwise disables it. When called from Lisp, it
6883 enables the mode if the argument is omitted or nil, and toggles
6884 the mode if the argument is `toggle'. If DOC is nil this
6885 function adds a basic doc-string stating these facts.
6887 Optional INIT-VALUE is the initial value of the mode's variable.
6888 Optional LIGHTER is displayed in the mode line when the mode is on.
6889 Optional KEYMAP is the default keymap bound to the mode keymap.
6890 If non-nil, it should be a variable name (whose value is a keymap),
6891 or an expression that returns either a keymap or a list of
6892 arguments for `easy-mmode-define-keymap'. If you supply a KEYMAP
6893 argument that is not a symbol, this macro defines the variable
6894 MODE-map and gives it the value that KEYMAP specifies.
6896 BODY contains code to execute each time the mode is enabled or disabled.
6897 It is executed after toggling the mode, and before running MODE-hook.
6898 Before the actual body code, you can write keyword arguments, i.e.
6899 alternating keywords and values. These following special keywords
6900 are supported (other keywords are passed to `defcustom' if the minor
6901 mode is global):
6903 :group GROUP Custom group name to use in all generated `defcustom' forms.
6904 Defaults to MODE without the possible trailing \"-mode\".
6905 Don't use this default group name unless you have written a
6906 `defgroup' to define that group properly.
6907 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
6908 buffer-local, so don't make the variable MODE buffer-local.
6909 By default, the mode is buffer-local.
6910 :init-value VAL Same as the INIT-VALUE argument.
6911 Not used if you also specify :variable.
6912 :lighter SPEC Same as the LIGHTER argument.
6913 :keymap MAP Same as the KEYMAP argument.
6914 :require SYM Same as in `defcustom'.
6915 :variable PLACE The location to use instead of the variable MODE to store
6916 the state of the mode. This can be simply a different
6917 named variable, or more generally anything that can be used
6918 with the CL macro `setf'. PLACE can also be of the form
6919 (GET . SET), where GET is an expression that returns the
6920 current state, and SET is a function that takes one argument,
6921 the new state, and sets it. If you specify a :variable,
6922 this function does not define a MODE variable (nor any of
6923 the terms used in :variable).
6924 :after-hook A single lisp form which is evaluated after the mode hooks
6925 have been run. It should not be quoted.
6927 For example, you could write
6928 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6929 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
6930 ...BODY CODE...)
6932 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil t)
6934 (put 'define-minor-mode 'doc-string-elt '2)
6936 (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode)
6938 (defalias 'define-global-minor-mode 'define-globalized-minor-mode)
6940 (autoload 'define-globalized-minor-mode "easy-mmode" "\
6941 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
6942 TURN-ON is a function that will be called with no args in every buffer
6943 and that should try to turn MODE on if applicable for that buffer.
6944 KEYS is a list of CL-style keyword arguments. As the minor mode
6945 defined by this function is always global, any :global keyword is
6946 ignored. Other keywords have the same meaning as in `define-minor-mode',
6947 which see. In particular, :group specifies the custom group.
6948 The most useful keywords are those that are passed on to the
6949 `defcustom'. It normally makes no sense to pass the :lighter
6950 or :keymap keywords to `define-globalized-minor-mode', since these
6951 are usually passed to the buffer-local version of the minor mode.
6953 If MODE's set-up depends on the major mode in effect when it was
6954 enabled, then disabling and reenabling MODE should make MODE work
6955 correctly with the current major mode. This is important to
6956 prevent problems with derived modes, that is, major modes that
6957 call another major mode in their body.
6959 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil t)
6961 (put 'define-globalized-minor-mode 'doc-string-elt '2)
6963 (autoload 'easy-mmode-define-keymap "easy-mmode" "\
6964 Return a keymap built from bindings BS.
6965 BS must be a list of (KEY . BINDING) where
6966 KEY and BINDINGS are suitable for `define-key'.
6967 Optional NAME is passed to `make-sparse-keymap'.
6968 Optional map M can be used to modify an existing map.
6969 ARGS is a list of additional keyword arguments.
6971 Valid keywords and arguments are:
6973 :name Name of the keymap; overrides NAME argument.
6974 :dense Non-nil for a dense keymap.
6975 :inherit Parent keymap.
6976 :group Ignored.
6977 :suppress Non-nil to call `suppress-keymap' on keymap,
6978 'nodigits to suppress digits as prefix arguments.
6980 \(fn BS &optional NAME M ARGS)" nil nil)
6982 (autoload 'easy-mmode-defmap "easy-mmode" "\
6983 Define a constant M whose value is the result of `easy-mmode-define-keymap'.
6984 The M, BS, and ARGS arguments are as per that function. DOC is
6985 the constant's documentation.
6987 \(fn M BS DOC &rest ARGS)" nil t)
6989 (autoload 'easy-mmode-defsyntax "easy-mmode" "\
6990 Define variable ST as a syntax-table.
6991 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6993 \(fn ST CSS DOC &rest ARGS)" nil t)
6995 ;;;***
6997 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6998 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20437
6999 ;;;;;; 50597 545250 0))
7000 ;;; Generated autoloads from emacs-lisp/easymenu.el
7002 (autoload 'easy-menu-define "easymenu" "\
7003 Define a menu bar submenu in maps MAPS, according to MENU.
7005 If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL,
7006 and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
7007 If SYMBOL is nil, just store the menu keymap into MAPS.
7009 The first element of MENU must be a string. It is the menu bar item name.
7010 It may be followed by the following keyword argument pairs
7012 :filter FUNCTION
7014 FUNCTION is a function with one argument, the rest of menu items.
7015 It returns the remaining items of the displayed menu.
7017 :visible INCLUDE
7019 INCLUDE is an expression; this menu is only visible if this
7020 expression has a non-nil value. `:included' is an alias for `:visible'.
7022 :active ENABLE
7024 ENABLE is an expression; the menu is enabled for selection whenever
7025 this expression's value is non-nil. `:enable' is an alias for `:active'.
7027 The rest of the elements in MENU, are menu items.
7029 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
7031 NAME is a string--the menu item name.
7033 CALLBACK is a command to run when the item is chosen,
7034 or a list to evaluate when the item is chosen.
7036 ENABLE is an expression; the item is enabled for selection
7037 whenever this expression's value is non-nil.
7039 Alternatively, a menu item may have the form:
7041 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
7043 Where KEYWORD is one of the symbols defined below.
7045 :keys KEYS
7047 KEYS is a string; a complex keyboard equivalent to this menu item.
7048 This is normally not needed because keyboard equivalents are usually
7049 computed automatically.
7050 KEYS is expanded with `substitute-command-keys' before it is used.
7052 :key-sequence KEYS
7054 KEYS is nil, a string or a vector; nil or a keyboard equivalent to this
7055 menu item.
7056 This is a hint that will considerably speed up Emacs's first display of
7057 a menu. Use `:key-sequence nil' when you know that this menu item has no
7058 keyboard equivalent.
7060 :active ENABLE
7062 ENABLE is an expression; the item is enabled for selection whenever
7063 this expression's value is non-nil. `:enable' is an alias for `:active'.
7065 :visible INCLUDE
7067 INCLUDE is an expression; this item is only visible if this
7068 expression has a non-nil value. `:included' is an alias for `:visible'.
7070 :label FORM
7072 FORM is an expression that will be dynamically evaluated and whose
7073 value will be used for the menu entry's text label (the default is NAME).
7075 :suffix FORM
7077 FORM is an expression that will be dynamically evaluated and whose
7078 value will be concatenated to the menu entry's label.
7080 :style STYLE
7082 STYLE is a symbol describing the type of menu item. The following are
7083 defined:
7085 toggle: A checkbox.
7086 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
7087 radio: A radio button.
7088 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
7089 button: Surround the name with `[' and `]'. Use this for an item in the
7090 menu bar itself.
7091 anything else means an ordinary menu item.
7093 :selected SELECTED
7095 SELECTED is an expression; the checkbox or radio button is selected
7096 whenever this expression's value is non-nil.
7098 :help HELP
7100 HELP is a string, the help to display for the menu item.
7102 A menu item can be a string. Then that string appears in the menu as
7103 unselectable text. A string consisting solely of hyphens is displayed
7104 as a solid horizontal line.
7106 A menu item can be a list with the same format as MENU. This is a submenu.
7108 \(fn SYMBOL MAPS DOC MENU)" nil t)
7110 (put 'easy-menu-define 'lisp-indent-function 'defun)
7112 (autoload 'easy-menu-do-define "easymenu" "\
7115 \(fn SYMBOL MAPS DOC MENU)" nil nil)
7117 (autoload 'easy-menu-create-menu "easymenu" "\
7118 Create a menu called MENU-NAME with items described in MENU-ITEMS.
7119 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
7120 possibly preceded by keyword pairs as described in `easy-menu-define'.
7122 \(fn MENU-NAME MENU-ITEMS)" nil nil)
7124 (autoload 'easy-menu-change "easymenu" "\
7125 Change menu found at PATH as item NAME to contain ITEMS.
7126 PATH is a list of strings for locating the menu that
7127 should contain a submenu named NAME.
7128 ITEMS is a list of menu items, as in `easy-menu-define'.
7129 These items entirely replace the previous items in that submenu.
7131 If MAP is specified, it should normally be a keymap; nil stands for the local
7132 menu-bar keymap. It can also be a symbol, which has earlier been used as the
7133 first argument in a call to `easy-menu-define', or the value of such a symbol.
7135 If the menu located by PATH has no submenu named NAME, add one.
7136 If the optional argument BEFORE is present, add it just before
7137 the submenu named BEFORE, otherwise add it at the end of the menu.
7139 To implement dynamic menus, either call this from
7140 `menu-bar-update-hook' or use a menu filter.
7142 \(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
7144 ;;;***
7146 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
7147 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
7148 ;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
7149 ;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
7150 ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7151 ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7152 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7153 ;;;;;; "progmodes/ebnf2ps.el" (20495 51111 757560 0))
7154 ;;; Generated autoloads from progmodes/ebnf2ps.el
7156 (autoload 'ebnf-customize "ebnf2ps" "\
7157 Customization for ebnf group.
7159 \(fn)" t nil)
7161 (autoload 'ebnf-print-directory "ebnf2ps" "\
7162 Generate and print a PostScript syntactic chart image of DIRECTORY.
7164 If DIRECTORY is nil, it's used `default-directory'.
7166 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7167 processed.
7169 See also `ebnf-print-buffer'.
7171 \(fn &optional DIRECTORY)" t nil)
7173 (autoload 'ebnf-print-file "ebnf2ps" "\
7174 Generate and print a PostScript syntactic chart image of the file FILE.
7176 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7177 killed after process termination.
7179 See also `ebnf-print-buffer'.
7181 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7183 (autoload 'ebnf-print-buffer "ebnf2ps" "\
7184 Generate and print a PostScript syntactic chart image of the buffer.
7186 When called with a numeric prefix argument (C-u), prompts the user for
7187 the name of a file to save the PostScript image in, instead of sending
7188 it to the printer.
7190 More specifically, the FILENAME argument is treated as follows: if it
7191 is nil, send the image to the printer. If FILENAME is a string, save
7192 the PostScript image in a file with that name. If FILENAME is a
7193 number, prompt the user for the name of the file to save in.
7195 \(fn &optional FILENAME)" t nil)
7197 (autoload 'ebnf-print-region "ebnf2ps" "\
7198 Generate and print a PostScript syntactic chart image of the region.
7199 Like `ebnf-print-buffer', but prints just the current region.
7201 \(fn FROM TO &optional FILENAME)" t nil)
7203 (autoload 'ebnf-spool-directory "ebnf2ps" "\
7204 Generate and spool a PostScript syntactic chart image of DIRECTORY.
7206 If DIRECTORY is nil, it's used `default-directory'.
7208 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7209 processed.
7211 See also `ebnf-spool-buffer'.
7213 \(fn &optional DIRECTORY)" t nil)
7215 (autoload 'ebnf-spool-file "ebnf2ps" "\
7216 Generate and spool a PostScript syntactic chart image of the file FILE.
7218 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7219 killed after process termination.
7221 See also `ebnf-spool-buffer'.
7223 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7225 (autoload 'ebnf-spool-buffer "ebnf2ps" "\
7226 Generate and spool a PostScript syntactic chart image of the buffer.
7227 Like `ebnf-print-buffer' except that the PostScript image is saved in a
7228 local buffer to be sent to the printer later.
7230 Use the command `ebnf-despool' to send the spooled images to the printer.
7232 \(fn)" t nil)
7234 (autoload 'ebnf-spool-region "ebnf2ps" "\
7235 Generate a PostScript syntactic chart image of the region and spool locally.
7236 Like `ebnf-spool-buffer', but spools just the current region.
7238 Use the command `ebnf-despool' to send the spooled images to the printer.
7240 \(fn FROM TO)" t nil)
7242 (autoload 'ebnf-eps-directory "ebnf2ps" "\
7243 Generate EPS files from EBNF files in DIRECTORY.
7245 If DIRECTORY is nil, it's used `default-directory'.
7247 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7248 processed.
7250 See also `ebnf-eps-buffer'.
7252 \(fn &optional DIRECTORY)" t nil)
7254 (autoload 'ebnf-eps-file "ebnf2ps" "\
7255 Generate an EPS file from EBNF file FILE.
7257 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7258 killed after EPS generation.
7260 See also `ebnf-eps-buffer'.
7262 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7264 (autoload 'ebnf-eps-buffer "ebnf2ps" "\
7265 Generate a PostScript syntactic chart image of the buffer in an EPS file.
7267 Generate an EPS file for each production in the buffer.
7268 The EPS file name has the following form:
7270 <PREFIX><PRODUCTION>.eps
7272 <PREFIX> is given by variable `ebnf-eps-prefix'.
7273 The default value is \"ebnf--\".
7275 <PRODUCTION> is the production name.
7276 Some characters in the production file name are replaced to
7277 produce a valid file name. For example, the production name
7278 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7279 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7281 WARNING: This function does *NOT* ask any confirmation to override existing
7282 files.
7284 \(fn)" t nil)
7286 (autoload 'ebnf-eps-region "ebnf2ps" "\
7287 Generate a PostScript syntactic chart image of the region in an EPS file.
7289 Generate an EPS file for each production in the region.
7290 The EPS file name has the following form:
7292 <PREFIX><PRODUCTION>.eps
7294 <PREFIX> is given by variable `ebnf-eps-prefix'.
7295 The default value is \"ebnf--\".
7297 <PRODUCTION> is the production name.
7298 Some characters in the production file name are replaced to
7299 produce a valid file name. For example, the production name
7300 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7301 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7303 WARNING: This function does *NOT* ask any confirmation to override existing
7304 files.
7306 \(fn FROM TO)" t nil)
7308 (defalias 'ebnf-despool 'ps-despool)
7310 (autoload 'ebnf-syntax-directory "ebnf2ps" "\
7311 Do a syntactic analysis of the files in DIRECTORY.
7313 If DIRECTORY is nil, use `default-directory'.
7315 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
7316 are processed.
7318 See also `ebnf-syntax-buffer'.
7320 \(fn &optional DIRECTORY)" t nil)
7322 (autoload 'ebnf-syntax-file "ebnf2ps" "\
7323 Do a syntactic analysis of the named FILE.
7325 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7326 killed after syntax checking.
7328 See also `ebnf-syntax-buffer'.
7330 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7332 (autoload 'ebnf-syntax-buffer "ebnf2ps" "\
7333 Do a syntactic analysis of the current buffer.
7335 \(fn)" t nil)
7337 (autoload 'ebnf-syntax-region "ebnf2ps" "\
7338 Do a syntactic analysis of a region.
7340 \(fn FROM TO)" t nil)
7342 (autoload 'ebnf-setup "ebnf2ps" "\
7343 Return the current ebnf2ps setup.
7345 \(fn)" nil nil)
7347 (autoload 'ebnf-find-style "ebnf2ps" "\
7348 Return style definition if NAME is already defined; otherwise, return nil.
7350 See `ebnf-style-database' documentation.
7352 \(fn NAME)" t nil)
7354 (autoload 'ebnf-insert-style "ebnf2ps" "\
7355 Insert a new style NAME with inheritance INHERITS and values VALUES.
7357 See `ebnf-style-database' documentation.
7359 \(fn NAME INHERITS &rest VALUES)" t nil)
7361 (autoload 'ebnf-delete-style "ebnf2ps" "\
7362 Delete style NAME.
7364 See `ebnf-style-database' documentation.
7366 \(fn NAME)" t nil)
7368 (autoload 'ebnf-merge-style "ebnf2ps" "\
7369 Merge values of style NAME with style VALUES.
7371 See `ebnf-style-database' documentation.
7373 \(fn NAME &rest VALUES)" t nil)
7375 (autoload 'ebnf-apply-style "ebnf2ps" "\
7376 Set STYLE as the current style.
7378 Returns the old style symbol.
7380 See `ebnf-style-database' documentation.
7382 \(fn STYLE)" t nil)
7384 (autoload 'ebnf-reset-style "ebnf2ps" "\
7385 Reset current style.
7387 Returns the old style symbol.
7389 See `ebnf-style-database' documentation.
7391 \(fn &optional STYLE)" t nil)
7393 (autoload 'ebnf-push-style "ebnf2ps" "\
7394 Push the current style onto a stack and set STYLE as the current style.
7396 Returns the old style symbol.
7398 See also `ebnf-pop-style'.
7400 See `ebnf-style-database' documentation.
7402 \(fn &optional STYLE)" t nil)
7404 (autoload 'ebnf-pop-style "ebnf2ps" "\
7405 Pop a style from the stack of pushed styles and set it as the current style.
7407 Returns the old style symbol.
7409 See also `ebnf-push-style'.
7411 See `ebnf-style-database' documentation.
7413 \(fn)" t nil)
7415 ;;;***
7417 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
7418 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
7419 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
7420 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-search ebrowse-tags-loop-continue
7421 ;;;;;; ebrowse-tags-complete-symbol ebrowse-tags-find-definition-other-frame
7422 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
7423 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
7424 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7425 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7426 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7427 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20478
7428 ;;;;;; 3673 653810 0))
7429 ;;; Generated autoloads from progmodes/ebrowse.el
7431 (autoload 'ebrowse-tree-mode "ebrowse" "\
7432 Major mode for Ebrowse class tree buffers.
7433 Each line corresponds to a class in a class tree.
7434 Letters do not insert themselves, they are commands.
7435 File operations in the tree buffer work on class tree data structures.
7436 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
7438 Tree mode key bindings:
7439 \\{ebrowse-tree-mode-map}
7441 \(fn)" t nil)
7443 (autoload 'ebrowse-electric-choose-tree "ebrowse" "\
7444 Return a buffer containing a tree or nil if no tree found or canceled.
7446 \(fn)" t nil)
7448 (autoload 'ebrowse-member-mode "ebrowse" "\
7449 Major mode for Ebrowse member buffers.
7451 \(fn)" t nil)
7453 (autoload 'ebrowse-tags-view-declaration "ebrowse" "\
7454 View declaration of member at point.
7456 \(fn)" t nil)
7458 (autoload 'ebrowse-tags-find-declaration "ebrowse" "\
7459 Find declaration of member at point.
7461 \(fn)" t nil)
7463 (autoload 'ebrowse-tags-view-definition "ebrowse" "\
7464 View definition of member at point.
7466 \(fn)" t nil)
7468 (autoload 'ebrowse-tags-find-definition "ebrowse" "\
7469 Find definition of member at point.
7471 \(fn)" t nil)
7473 (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
7474 Find declaration of member at point in other window.
7476 \(fn)" t nil)
7478 (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
7479 View definition of member at point in other window.
7481 \(fn)" t nil)
7483 (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
7484 Find definition of member at point in other window.
7486 \(fn)" t nil)
7488 (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
7489 Find definition of member at point in other frame.
7491 \(fn)" t nil)
7493 (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
7494 View definition of member at point in other frame.
7496 \(fn)" t nil)
7498 (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
7499 Find definition of member at point in other frame.
7501 \(fn)" t nil)
7503 (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
7504 Perform completion on the C++ symbol preceding point.
7505 A second call of this function without changing point inserts the next match.
7506 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
7507 completion.
7509 \(fn PREFIX)" t nil)
7511 (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
7512 Repeat last operation on files in tree.
7513 FIRST-TIME non-nil means this is not a repetition, but the first time.
7514 TREE-BUFFER if indirectly specifies which files to loop over.
7516 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
7518 (autoload 'ebrowse-tags-search "ebrowse" "\
7519 Search for REGEXP in all files in a tree.
7520 If marked classes exist, process marked classes, only.
7521 If regular expression is nil, repeat last search.
7523 \(fn REGEXP)" t nil)
7525 (autoload 'ebrowse-tags-query-replace "ebrowse" "\
7526 Query replace FROM with TO in all files of a class tree.
7527 With prefix arg, process files of marked classes only.
7529 \(fn FROM TO)" t nil)
7531 (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
7532 Search for call sites of a member.
7533 If FIX-NAME is specified, search uses of that member.
7534 Otherwise, read a member name from the minibuffer.
7535 Searches in all files mentioned in a class tree for something that
7536 looks like a function call to the member.
7538 \(fn &optional FIX-NAME)" t nil)
7540 (autoload 'ebrowse-back-in-position-stack "ebrowse" "\
7541 Move backward in the position stack.
7542 Prefix arg ARG says how much.
7544 \(fn ARG)" t nil)
7546 (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\
7547 Move forward in the position stack.
7548 Prefix arg ARG says how much.
7550 \(fn ARG)" t nil)
7552 (autoload 'ebrowse-electric-position-menu "ebrowse" "\
7553 List positions in the position stack in an electric buffer.
7555 \(fn)" t nil)
7557 (autoload 'ebrowse-save-tree "ebrowse" "\
7558 Save current tree in same file it was loaded from.
7560 \(fn)" t nil)
7562 (autoload 'ebrowse-save-tree-as "ebrowse" "\
7563 Write the current tree data structure to a file.
7564 Read the file name from the minibuffer if interactive.
7565 Otherwise, FILE-NAME specifies the file to save the tree in.
7567 \(fn &optional FILE-NAME)" t nil)
7569 (autoload 'ebrowse-statistics "ebrowse" "\
7570 Display statistics for a class tree.
7572 \(fn)" t nil)
7574 ;;;***
7576 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7577 ;;;;;; (20436 29731 313079 0))
7578 ;;; Generated autoloads from ebuff-menu.el
7580 (autoload 'electric-buffer-list "ebuff-menu" "\
7581 Pop up the Buffer Menu in an \"electric\" window.
7582 If you type SPC or RET (`Electric-buffer-menu-select'), that
7583 selects the buffer at point and quits the \"electric\" window.
7584 Otherwise, you can move around in the Buffer Menu, marking
7585 buffers to be selected, saved or deleted; these other commands
7586 are much like those of `Buffer-menu-mode'.
7588 Run hooks in `electric-buffer-menu-mode-hook' on entry.
7590 \\<electric-buffer-menu-mode-map>
7591 \\[keyboard-quit] or \\[Electric-buffer-menu-quit] -- exit buffer menu, returning to previous window and buffer
7592 configuration. If the very first character typed is a space, it
7593 also has this effect.
7594 \\[Electric-buffer-menu-select] -- select buffer of line point is on.
7595 Also show buffers marked with m in other windows,
7596 deletes buffers marked with \"D\", and saves those marked with \"S\".
7597 \\[Buffer-menu-mark] -- mark buffer to be displayed.
7598 \\[Buffer-menu-not-modified] -- clear modified-flag on that buffer.
7599 \\[Buffer-menu-save] -- mark that buffer to be saved.
7600 \\[Buffer-menu-delete] or \\[Buffer-menu-delete-backwards] -- mark that buffer to be deleted.
7601 \\[Buffer-menu-unmark] -- remove all kinds of marks from current line.
7602 \\[Electric-buffer-menu-mode-view-buffer] -- view buffer, returning when done.
7603 \\[Buffer-menu-backup-unmark] -- back up a line and remove marks.
7605 \(fn ARG)" t nil)
7607 ;;;***
7609 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7610 ;;;;;; "echistory.el" (20355 10021 546955 0))
7611 ;;; Generated autoloads from echistory.el
7613 (autoload 'Electric-command-history-redo-expression "echistory" "\
7614 Edit current history line in minibuffer and execute result.
7615 With prefix arg NOCONFIRM, execute current line as-is without editing.
7617 \(fn &optional NOCONFIRM)" t nil)
7619 ;;;***
7621 ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7622 ;;;;;; (20355 10021 546955 0))
7623 ;;; Generated autoloads from gnus/ecomplete.el
7625 (autoload 'ecomplete-setup "ecomplete" "\
7628 \(fn)" nil nil)
7630 ;;;***
7632 ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20355 10021
7633 ;;;;;; 546955 0))
7634 ;;; Generated autoloads from cedet/ede.el
7636 (defvar global-ede-mode nil "\
7637 Non-nil if Global-Ede mode is enabled.
7638 See the command `global-ede-mode' for a description of this minor mode.
7639 Setting this variable directly does not take effect;
7640 either customize it (see the info node `Easy Customization')
7641 or call the function `global-ede-mode'.")
7643 (custom-autoload 'global-ede-mode "ede" nil)
7645 (autoload 'global-ede-mode "ede" "\
7646 Toggle global EDE (Emacs Development Environment) mode.
7647 With a prefix argument ARG, enable global EDE mode if ARG is
7648 positive, and disable it otherwise. If called from Lisp, enable
7649 the mode if ARG is omitted or nil.
7651 This global minor mode enables `ede-minor-mode' in all buffers in
7652 an EDE controlled project.
7654 \(fn &optional ARG)" t nil)
7656 ;;;***
7658 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7659 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7660 ;;;;;; "emacs-lisp/edebug.el" (20497 6436 957082 0))
7661 ;;; Generated autoloads from emacs-lisp/edebug.el
7663 (defvar edebug-all-defs nil "\
7664 If non-nil, evaluating defining forms instruments for Edebug.
7665 This applies to `eval-defun', `eval-region', `eval-buffer', and
7666 `eval-current-buffer'. `eval-region' is also called by
7667 `eval-last-sexp', and `eval-print-last-sexp'.
7669 You can use the command `edebug-all-defs' to toggle the value of this
7670 variable. You may wish to make it local to each buffer with
7671 \(make-local-variable 'edebug-all-defs) in your
7672 `emacs-lisp-mode-hook'.")
7674 (custom-autoload 'edebug-all-defs "edebug" t)
7676 (defvar edebug-all-forms nil "\
7677 Non-nil means evaluation of all forms will instrument for Edebug.
7678 This doesn't apply to loading or evaluations in the minibuffer.
7679 Use the command `edebug-all-forms' to toggle the value of this option.")
7681 (custom-autoload 'edebug-all-forms "edebug" t)
7683 (autoload 'edebug-basic-spec "edebug" "\
7684 Return t if SPEC uses only extant spec symbols.
7685 An extant spec symbol is a symbol that is not a function and has a
7686 `edebug-form-spec' property.
7688 \(fn SPEC)" nil nil)
7690 (defalias 'edebug-defun 'edebug-eval-top-level-form)
7692 (autoload 'edebug-eval-top-level-form "edebug" "\
7693 Evaluate the top level form point is in, stepping through with Edebug.
7694 This is like `eval-defun' except that it steps the code for Edebug
7695 before evaluating it. It displays the value in the echo area
7696 using `eval-expression' (which see).
7698 If you do this on a function definition such as a defun or defmacro,
7699 it defines the function and instruments its definition for Edebug,
7700 so it will do Edebug stepping when called later. It displays
7701 `Edebug: FUNCTION' in the echo area to indicate that FUNCTION is now
7702 instrumented for Edebug.
7704 If the current defun is actually a call to `defvar' or `defcustom',
7705 evaluating it this way resets the variable using its initial value
7706 expression even if the variable already has some other value.
7707 \(Normally `defvar' and `defcustom' do not alter the value if there
7708 already is one.)
7710 \(fn)" t nil)
7712 (autoload 'edebug-all-defs "edebug" "\
7713 Toggle edebugging of all definitions.
7715 \(fn)" t nil)
7717 (autoload 'edebug-all-forms "edebug" "\
7718 Toggle edebugging of all forms.
7720 \(fn)" t nil)
7722 ;;;***
7724 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
7725 ;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
7726 ;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
7727 ;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
7728 ;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
7729 ;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
7730 ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7731 ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7732 ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7733 ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20495 51111
7734 ;;;;;; 757560 0))
7735 ;;; Generated autoloads from vc/ediff.el
7737 (autoload 'ediff-files "ediff" "\
7738 Run Ediff on a pair of files, FILE-A and FILE-B.
7740 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
7742 (autoload 'ediff-files3 "ediff" "\
7743 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7745 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
7747 (defalias 'ediff3 'ediff-files3)
7749 (defalias 'ediff 'ediff-files)
7751 (autoload 'ediff-current-file "ediff" "\
7752 Start ediff between current buffer and its file on disk.
7753 This command can be used instead of `revert-buffer'. If there is
7754 nothing to revert then this command fails.
7756 \(fn)" t nil)
7758 (autoload 'ediff-backup "ediff" "\
7759 Run Ediff on FILE and its backup file.
7760 Uses the latest backup, if there are several numerical backups.
7761 If this file is a backup, `ediff' it with its original.
7763 \(fn FILE)" t nil)
7765 (autoload 'ediff-buffers "ediff" "\
7766 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
7768 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
7770 (defalias 'ebuffers 'ediff-buffers)
7772 (autoload 'ediff-buffers3 "ediff" "\
7773 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
7775 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
7777 (defalias 'ebuffers3 'ediff-buffers3)
7779 (autoload 'ediff-directories "ediff" "\
7780 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
7781 the same name in both. The third argument, REGEXP, is nil or a regular
7782 expression; only file names that match the regexp are considered.
7784 \(fn DIR1 DIR2 REGEXP)" t nil)
7786 (defalias 'edirs 'ediff-directories)
7788 (autoload 'ediff-directory-revisions "ediff" "\
7789 Run Ediff on a directory, DIR1, comparing its files with their revisions.
7790 The second argument, REGEXP, is a regular expression that filters the file
7791 names. Only the files that are under revision control are taken into account.
7793 \(fn DIR1 REGEXP)" t nil)
7795 (defalias 'edir-revisions 'ediff-directory-revisions)
7797 (autoload 'ediff-directories3 "ediff" "\
7798 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
7799 have the same name in all three. The last argument, REGEXP, is nil or a
7800 regular expression; only file names that match the regexp are considered.
7802 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
7804 (defalias 'edirs3 'ediff-directories3)
7806 (autoload 'ediff-merge-directories "ediff" "\
7807 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
7808 the same name in both. The third argument, REGEXP, is nil or a regular
7809 expression; only file names that match the regexp are considered.
7811 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7813 (defalias 'edirs-merge 'ediff-merge-directories)
7815 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
7816 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
7817 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
7818 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
7819 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
7820 only file names that match the regexp are considered.
7822 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7824 (autoload 'ediff-merge-directory-revisions "ediff" "\
7825 Run Ediff on a directory, DIR1, merging its files with their revisions.
7826 The second argument, REGEXP, is a regular expression that filters the file
7827 names. Only the files that are under revision control are taken into account.
7829 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7831 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
7833 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
7834 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
7835 The second argument, REGEXP, is a regular expression that filters the file
7836 names. Only the files that are under revision control are taken into account.
7838 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7840 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
7842 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
7844 (autoload 'ediff-windows-wordwise "ediff" "\
7845 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
7846 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7847 follows:
7848 If WIND-A is nil, use selected window.
7849 If WIND-B is nil, use window next to WIND-A.
7851 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7853 (autoload 'ediff-windows-linewise "ediff" "\
7854 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
7855 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7856 follows:
7857 If WIND-A is nil, use selected window.
7858 If WIND-B is nil, use window next to WIND-A.
7860 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7862 (autoload 'ediff-regions-wordwise "ediff" "\
7863 Run Ediff on a pair of regions in specified buffers.
7864 Regions (i.e., point and mark) can be set in advance or marked interactively.
7865 This function is effective only for relatively small regions, up to 200
7866 lines. For large regions, use `ediff-regions-linewise'.
7868 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7870 (autoload 'ediff-regions-linewise "ediff" "\
7871 Run Ediff on a pair of regions in specified buffers.
7872 Regions (i.e., point and mark) can be set in advance or marked interactively.
7873 Each region is enlarged to contain full lines.
7874 This function is effective for large regions, over 100-200
7875 lines. For small regions, use `ediff-regions-wordwise'.
7877 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7879 (defalias 'ediff-merge 'ediff-merge-files)
7881 (autoload 'ediff-merge-files "ediff" "\
7882 Merge two files without ancestor.
7884 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7886 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
7887 Merge two files with ancestor.
7889 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7891 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
7893 (autoload 'ediff-merge-buffers "ediff" "\
7894 Merge buffers without ancestor.
7896 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7898 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
7899 Merge buffers with ancestor.
7901 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7903 (autoload 'ediff-merge-revisions "ediff" "\
7904 Run Ediff by merging two revisions of a file.
7905 The file is the optional FILE argument or the file visited by the current
7906 buffer.
7908 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7910 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
7911 Run Ediff by merging two revisions of a file with a common ancestor.
7912 The file is the optional FILE argument or the file visited by the current
7913 buffer.
7915 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7917 (autoload 'ediff-patch-file "ediff" "\
7918 Query for a file name, and then run Ediff by patching that file.
7919 If optional PATCH-BUF is given, use the patch in that buffer
7920 and don't ask the user.
7921 If prefix argument, then: if even argument, assume that the patch is in a
7922 buffer. If odd -- assume it is in a file.
7924 \(fn &optional ARG PATCH-BUF)" t nil)
7926 (autoload 'ediff-patch-buffer "ediff" "\
7927 Run Ediff by patching the buffer specified at prompt.
7928 Without the optional prefix ARG, asks if the patch is in some buffer and
7929 prompts for the buffer or a file, depending on the answer.
7930 With ARG=1, assumes the patch is in a file and prompts for the file.
7931 With ARG=2, assumes the patch is in a buffer and prompts for the buffer.
7932 PATCH-BUF is an optional argument, which specifies the buffer that contains the
7933 patch. If not given, the user is prompted according to the prefix argument.
7935 \(fn &optional ARG PATCH-BUF)" t nil)
7937 (defalias 'epatch 'ediff-patch-file)
7939 (defalias 'epatch-buffer 'ediff-patch-buffer)
7941 (autoload 'ediff-revision "ediff" "\
7942 Run Ediff by comparing versions of a file.
7943 The file is an optional FILE argument or the file entered at the prompt.
7944 Default: the file visited by the current buffer.
7945 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7947 \(fn &optional FILE STARTUP-HOOKS)" t nil)
7949 (defalias 'erevision 'ediff-revision)
7951 (autoload 'ediff-version "ediff" "\
7952 Return string describing the version of Ediff.
7953 When called interactively, displays the version.
7955 \(fn)" t nil)
7957 (autoload 'ediff-documentation "ediff" "\
7958 Display Ediff's manual.
7959 With optional NODE, goes to that node.
7961 \(fn &optional NODE)" t nil)
7963 ;;;***
7965 ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7966 ;;;;;; (20355 10021 546955 0))
7967 ;;; Generated autoloads from vc/ediff-help.el
7969 (autoload 'ediff-customize "ediff-help" "\
7972 \(fn)" t nil)
7974 ;;;***
7976 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7977 ;;;;;; (20355 10021 546955 0))
7978 ;;; Generated autoloads from vc/ediff-mult.el
7980 (autoload 'ediff-show-registry "ediff-mult" "\
7981 Display Ediff's registry.
7983 \(fn)" t nil)
7985 (defalias 'eregistry 'ediff-show-registry)
7987 ;;;***
7989 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7990 ;;;;;; "ediff-util" "vc/ediff-util.el" (20355 10021 546955 0))
7991 ;;; Generated autoloads from vc/ediff-util.el
7993 (autoload 'ediff-toggle-multiframe "ediff-util" "\
7994 Switch from multiframe display to single-frame display and back.
7995 To change the default, set the variable `ediff-window-setup-function',
7996 which see.
7998 \(fn)" t nil)
8000 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
8001 Enable or disable Ediff toolbar.
8002 Works only in versions of Emacs that support toolbars.
8003 To change the default, set the variable `ediff-use-toolbar-p', which see.
8005 \(fn)" t nil)
8007 ;;;***
8009 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8010 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8011 ;;;;;; (20476 31768 298871 0))
8012 ;;; Generated autoloads from edmacro.el
8014 (autoload 'edit-kbd-macro "edmacro" "\
8015 Edit a keyboard macro.
8016 At the prompt, type any key sequence which is bound to a keyboard macro.
8017 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
8018 the last 300 keystrokes as a keyboard macro, or `M-x' to edit a macro by
8019 its command name.
8020 With a prefix argument, format the macro in a more concise way.
8022 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
8024 (autoload 'edit-last-kbd-macro "edmacro" "\
8025 Edit the most recently defined keyboard macro.
8027 \(fn &optional PREFIX)" t nil)
8029 (autoload 'edit-named-kbd-macro "edmacro" "\
8030 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
8032 \(fn &optional PREFIX)" t nil)
8034 (autoload 'read-kbd-macro "edmacro" "\
8035 Read the region as a keyboard macro definition.
8036 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
8037 See documentation for `edmacro-mode' for details.
8038 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
8039 The resulting macro is installed as the \"current\" keyboard macro.
8041 In Lisp, may also be called with a single STRING argument in which case
8042 the result is returned rather than being installed as the current macro.
8043 The result will be a string if possible, otherwise an event vector.
8044 Second argument NEED-VECTOR means to return an event vector always.
8046 \(fn START &optional END)" t nil)
8048 (autoload 'format-kbd-macro "edmacro" "\
8049 Return the keyboard macro MACRO as a human-readable string.
8050 This string is suitable for passing to `read-kbd-macro'.
8051 Second argument VERBOSE means to put one command per line with comments.
8052 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
8053 or nil, use a compact 80-column format.
8055 \(fn &optional MACRO VERBOSE)" nil nil)
8057 ;;;***
8059 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8060 ;;;;;; "emulation/edt.el" (20448 20900 17488 0))
8061 ;;; Generated autoloads from emulation/edt.el
8063 (autoload 'edt-set-scroll-margins "edt" "\
8064 Set scroll margins.
8065 Argument TOP is the top margin in number of lines or percent of window.
8066 Argument BOTTOM is the bottom margin in number of lines or percent of window.
8068 \(fn TOP BOTTOM)" t nil)
8070 (autoload 'edt-emulation-on "edt" "\
8071 Turn on EDT Emulation.
8073 \(fn)" t nil)
8075 ;;;***
8077 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8078 ;;;;;; (20355 10021 546955 0))
8079 ;;; Generated autoloads from ehelp.el
8081 (autoload 'with-electric-help "ehelp" "\
8082 Pop up an \"electric\" help buffer.
8083 THUNK is a function of no arguments which is called to initialize the
8084 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
8085 erased before THUNK is called unless NOERASE is non-nil. THUNK will
8086 be called while BUFFER is current and with `standard-output' bound to
8087 the buffer specified by BUFFER.
8089 If THUNK returns nil, we display BUFFER starting at the top, and shrink
8090 the window to fit. If THUNK returns non-nil, we don't do those things.
8092 After THUNK has been called, this function \"electrically\" pops up a
8093 window in which BUFFER is displayed and allows the user to scroll
8094 through that buffer in `electric-help-mode'. The window's height will
8095 be at least MINHEIGHT if this value is non-nil.
8097 If THUNK returns nil, we display BUFFER starting at the top, and
8098 shrink the window to fit if `electric-help-shrink-window' is non-nil.
8099 If THUNK returns non-nil, we don't do those things.
8101 When the user exits (with `electric-help-exit', or otherwise), the help
8102 buffer's window disappears (i.e., we use `save-window-excursion'), and
8103 BUFFER is put back into its original major mode.
8105 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
8107 (autoload 'electric-helpify "ehelp" "\
8110 \(fn FUN &optional NAME)" nil nil)
8112 ;;;***
8114 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8115 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20355 10021 546955 0))
8116 ;;; Generated autoloads from emacs-lisp/eldoc.el
8118 (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
8119 String to display in mode line when ElDoc Mode is enabled; nil for none.")
8121 (custom-autoload 'eldoc-minor-mode-string "eldoc" t)
8123 (autoload 'eldoc-mode "eldoc" "\
8124 Toggle echo area display of Lisp objects at point (ElDoc mode).
8125 With a prefix argument ARG, enable ElDoc mode if ARG is positive,
8126 and disable it otherwise. If called from Lisp, enable ElDoc mode
8127 if ARG is omitted or nil.
8129 ElDoc mode is a buffer-local minor mode. When enabled, the echo
8130 area displays information about a function or variable in the
8131 text where point is. If point is on a documented variable, it
8132 displays the first line of that variable's doc string. Otherwise
8133 it displays the argument list of the function called in the
8134 expression point is on.
8136 \(fn &optional ARG)" t nil)
8138 (autoload 'turn-on-eldoc-mode "eldoc" "\
8139 Unequivocally turn on ElDoc mode (see command `eldoc-mode').
8141 \(fn)" t nil)
8143 (defvar eldoc-documentation-function nil "\
8144 If non-nil, function to call to return doc string.
8145 The function of no args should return a one-line string for displaying
8146 doc about a function etc. appropriate to the context around point.
8147 It should return nil if there's no doc appropriate for the context.
8148 Typically doc is returned if point is on a function-like name or in its
8149 arg list.
8151 The result is used as is, so the function must explicitly handle
8152 the variables `eldoc-argument-case' and `eldoc-echo-area-use-multiline-p',
8153 and the face `eldoc-highlight-function-argument', if they are to have any
8154 effect.
8156 This variable is expected to be made buffer-local by modes (other than
8157 Emacs Lisp mode) that support ElDoc.")
8159 ;;;***
8161 ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8162 ;;;;;; "electric" "electric.el" (20481 18215 64245 0))
8163 ;;; Generated autoloads from electric.el
8165 (defvar electric-indent-chars '(10) "\
8166 Characters that should cause automatic reindentation.")
8168 (defvar electric-indent-mode nil "\
8169 Non-nil if Electric-Indent mode is enabled.
8170 See the command `electric-indent-mode' for a description of this minor mode.
8171 Setting this variable directly does not take effect;
8172 either customize it (see the info node `Easy Customization')
8173 or call the function `electric-indent-mode'.")
8175 (custom-autoload 'electric-indent-mode "electric" nil)
8177 (autoload 'electric-indent-mode "electric" "\
8178 Toggle on-the-fly reindentation (Electric Indent mode).
8179 With a prefix argument ARG, enable Electric Indent mode if ARG is
8180 positive, and disable it otherwise. If called from Lisp, enable
8181 the mode if ARG is omitted or nil.
8183 This is a global minor mode. When enabled, it reindents whenever
8184 the hook `electric-indent-functions' returns non-nil, or you
8185 insert a character from `electric-indent-chars'.
8187 \(fn &optional ARG)" t nil)
8189 (defvar electric-pair-mode nil "\
8190 Non-nil if Electric-Pair mode is enabled.
8191 See the command `electric-pair-mode' for a description of this minor mode.
8192 Setting this variable directly does not take effect;
8193 either customize it (see the info node `Easy Customization')
8194 or call the function `electric-pair-mode'.")
8196 (custom-autoload 'electric-pair-mode "electric" nil)
8198 (autoload 'electric-pair-mode "electric" "\
8199 Toggle automatic parens pairing (Electric Pair mode).
8200 With a prefix argument ARG, enable Electric Pair mode if ARG is
8201 positive, and disable it otherwise. If called from Lisp, enable
8202 the mode if ARG is omitted or nil.
8204 Electric Pair mode is a global minor mode. When enabled, typing
8205 an open parenthesis automatically inserts the corresponding
8206 closing parenthesis. (Likewise for brackets, etc.)
8208 See options `electric-pair-pairs' and `electric-pair-skip-self'.
8210 \(fn &optional ARG)" t nil)
8212 (defvar electric-layout-mode nil "\
8213 Non-nil if Electric-Layout mode is enabled.
8214 See the command `electric-layout-mode' for a description of this minor mode.
8215 Setting this variable directly does not take effect;
8216 either customize it (see the info node `Easy Customization')
8217 or call the function `electric-layout-mode'.")
8219 (custom-autoload 'electric-layout-mode "electric" nil)
8221 (autoload 'electric-layout-mode "electric" "\
8222 Automatically insert newlines around some chars.
8223 With a prefix argument ARG, enable Electric Layout mode if ARG is
8224 positive, and disable it otherwise. If called from Lisp, enable
8225 the mode if ARG is omitted or nil.
8226 The variable `electric-layout-rules' says when and how to insert newlines.
8228 \(fn &optional ARG)" t nil)
8230 ;;;***
8232 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20355
8233 ;;;;;; 10021 546955 0))
8234 ;;; Generated autoloads from elide-head.el
8236 (autoload 'elide-head "elide-head" "\
8237 Hide header material in buffer according to `elide-head-headers-to-hide'.
8239 The header is made invisible with an overlay. With a prefix arg, show
8240 an elided material again.
8242 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8244 \(fn &optional ARG)" t nil)
8246 ;;;***
8248 ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8249 ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8250 ;;;;;; (20486 36135 22104 0))
8251 ;;; Generated autoloads from emacs-lisp/elint.el
8253 (autoload 'elint-file "elint" "\
8254 Lint the file FILE.
8256 \(fn FILE)" t nil)
8258 (autoload 'elint-directory "elint" "\
8259 Lint all the .el files in DIRECTORY.
8260 A complicated directory may require a lot of memory.
8262 \(fn DIRECTORY)" t nil)
8264 (autoload 'elint-current-buffer "elint" "\
8265 Lint the current buffer.
8266 If necessary, this first calls `elint-initialize'.
8268 \(fn)" t nil)
8270 (autoload 'elint-defun "elint" "\
8271 Lint the function at point.
8272 If necessary, this first calls `elint-initialize'.
8274 \(fn)" t nil)
8276 (autoload 'elint-initialize "elint" "\
8277 Initialize elint.
8278 If elint is already initialized, this does nothing, unless
8279 optional prefix argument REINIT is non-nil.
8281 \(fn &optional REINIT)" t nil)
8283 ;;;***
8285 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8286 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20497
8287 ;;;;;; 6436 957082 0))
8288 ;;; Generated autoloads from emacs-lisp/elp.el
8290 (autoload 'elp-instrument-function "elp" "\
8291 Instrument FUNSYM for profiling.
8292 FUNSYM must be a symbol of a defined function.
8294 \(fn FUNSYM)" t nil)
8296 (autoload 'elp-instrument-list "elp" "\
8297 Instrument, for profiling, all functions in `elp-function-list'.
8298 Use optional LIST if provided instead.
8299 If called interactively, read LIST using the minibuffer.
8301 \(fn &optional LIST)" t nil)
8303 (autoload 'elp-instrument-package "elp" "\
8304 Instrument for profiling, all functions which start with PREFIX.
8305 For example, to instrument all ELP functions, do the following:
8307 \\[elp-instrument-package] RET elp- RET
8309 \(fn PREFIX)" t nil)
8311 (autoload 'elp-results "elp" "\
8312 Display current profiling results.
8313 If `elp-reset-after-results' is non-nil, then current profiling
8314 information for all instrumented functions is reset after results are
8315 displayed.
8317 \(fn)" t nil)
8319 ;;;***
8321 ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8322 ;;;;;; (20399 35365 4050 0))
8323 ;;; Generated autoloads from emacs-lock.el
8325 (autoload 'emacs-lock-mode "emacs-lock" "\
8326 Toggle Emacs Lock mode in the current buffer.
8327 If called with a plain prefix argument, ask for the locking mode
8328 to be used. With any other prefix ARG, turn mode on if ARG is
8329 positive, off otherwise. If called from Lisp, enable the mode if
8330 ARG is omitted or nil.
8332 Initially, if the user does not pass an explicit locking mode, it
8333 defaults to `emacs-lock-default-locking-mode' (which see);
8334 afterwards, the locking mode most recently set on the buffer is
8335 used instead.
8337 When called from Elisp code, ARG can be any locking mode:
8339 exit -- Emacs cannot exit while the buffer is locked
8340 kill -- the buffer cannot be killed, but Emacs can exit as usual
8341 all -- the buffer is locked against both actions
8343 Other values are interpreted as usual.
8345 \(fn &optional ARG)" t nil)
8347 ;;;***
8349 ;;;### (autoloads (report-emacs-bug-query-existing-bugs report-emacs-bug)
8350 ;;;;;; "emacsbug" "mail/emacsbug.el" (20495 51111 757560 0))
8351 ;;; Generated autoloads from mail/emacsbug.el
8353 (autoload 'report-emacs-bug "emacsbug" "\
8354 Report a bug in GNU Emacs.
8355 Prompts for bug subject. Leaves you in a mail buffer.
8357 \(fn TOPIC &optional RECENT-KEYS)" t nil)
8359 (autoload 'report-emacs-bug-query-existing-bugs "emacsbug" "\
8360 Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result.
8361 The result is an alist with items of the form (URL SUBJECT NO).
8363 \(fn KEYWORDS)" t nil)
8365 ;;;***
8367 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
8368 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8369 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8370 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8371 ;;;;;; "vc/emerge.el" (20355 10021 546955 0))
8372 ;;; Generated autoloads from vc/emerge.el
8374 (autoload 'emerge-files "emerge" "\
8375 Run Emerge on two files.
8377 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8379 (autoload 'emerge-files-with-ancestor "emerge" "\
8380 Run Emerge on two files, giving another file as the ancestor.
8382 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8384 (autoload 'emerge-buffers "emerge" "\
8385 Run Emerge on two buffers.
8387 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8389 (autoload 'emerge-buffers-with-ancestor "emerge" "\
8390 Run Emerge on two buffers, giving another buffer as the ancestor.
8392 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8394 (autoload 'emerge-files-command "emerge" "\
8397 \(fn)" nil nil)
8399 (autoload 'emerge-files-with-ancestor-command "emerge" "\
8402 \(fn)" nil nil)
8404 (autoload 'emerge-files-remote "emerge" "\
8407 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
8409 (autoload 'emerge-files-with-ancestor-remote "emerge" "\
8412 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
8414 (autoload 'emerge-revisions "emerge" "\
8415 Emerge two RCS revisions of a file.
8417 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8419 (autoload 'emerge-revisions-with-ancestor "emerge" "\
8420 Emerge two RCS revisions of a file, with another revision as ancestor.
8422 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8424 (autoload 'emerge-merge-directories "emerge" "\
8427 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
8429 ;;;***
8431 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8432 ;;;;;; "enriched" "textmodes/enriched.el" (20461 32935 300400 0))
8433 ;;; Generated autoloads from textmodes/enriched.el
8435 (autoload 'enriched-mode "enriched" "\
8436 Minor mode for editing text/enriched files.
8437 These are files with embedded formatting information in the MIME standard
8438 text/enriched format.
8440 With a prefix argument ARG, enable the mode if ARG is positive,
8441 and disable it otherwise. If called from Lisp, enable the mode
8442 if ARG is omitted or nil.
8444 Turning the mode on or off runs `enriched-mode-hook'.
8446 More information about Enriched mode is available in the file
8447 etc/enriched.doc in the Emacs distribution directory.
8449 Commands:
8451 \\{enriched-mode-map}
8453 \(fn &optional ARG)" t nil)
8455 (autoload 'enriched-encode "enriched" "\
8458 \(fn FROM TO ORIG-BUF)" nil nil)
8460 (autoload 'enriched-decode "enriched" "\
8463 \(fn FROM TO)" nil nil)
8465 ;;;***
8467 ;;;### (autoloads (epa-insert-keys epa-export-keys epa-import-armor-in-region
8468 ;;;;;; epa-import-keys-region epa-import-keys epa-delete-keys epa-encrypt-region
8469 ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8470 ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8471 ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8472 ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20434
8473 ;;;;;; 17809 692608 0))
8474 ;;; Generated autoloads from epa.el
8476 (autoload 'epa-list-keys "epa" "\
8477 List all keys matched with NAME from the public keyring.
8479 \(fn &optional NAME)" t nil)
8481 (autoload 'epa-list-secret-keys "epa" "\
8482 List all keys matched with NAME from the private keyring.
8484 \(fn &optional NAME)" t nil)
8486 (autoload 'epa-select-keys "epa" "\
8487 Display a user's keyring and ask him to select keys.
8488 CONTEXT is an epg-context.
8489 PROMPT is a string to prompt with.
8490 NAMES is a list of strings to be matched with keys. If it is nil, all
8491 the keys are listed.
8492 If SECRET is non-nil, list secret keys instead of public keys.
8494 \(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
8496 (autoload 'epa-decrypt-file "epa" "\
8497 Decrypt FILE.
8499 \(fn FILE)" t nil)
8501 (autoload 'epa-verify-file "epa" "\
8502 Verify FILE.
8504 \(fn FILE)" t nil)
8506 (autoload 'epa-sign-file "epa" "\
8507 Sign FILE by SIGNERS keys selected.
8509 \(fn FILE SIGNERS MODE)" t nil)
8511 (autoload 'epa-encrypt-file "epa" "\
8512 Encrypt FILE for RECIPIENTS.
8514 \(fn FILE RECIPIENTS)" t nil)
8516 (autoload 'epa-decrypt-region "epa" "\
8517 Decrypt the current region between START and END.
8519 If MAKE-BUFFER-FUNCTION is non-nil, call it to prepare an output buffer.
8520 It should return that buffer. If it copies the input, it should
8521 delete the text now being decrypted. It should leave point at the
8522 proper place to insert the plaintext.
8524 Be careful about using this command in Lisp programs!
8525 Since this function operates on regions, it does some tricks such
8526 as coding-system detection and unibyte/multibyte conversion. If
8527 you are sure how the data in the region should be treated, you
8528 should consider using the string based counterpart
8529 `epg-decrypt-string', or the file based counterpart
8530 `epg-decrypt-file' instead.
8532 For example:
8534 \(let ((context (epg-make-context 'OpenPGP)))
8535 (decode-coding-string
8536 (epg-decrypt-string context (buffer-substring start end))
8537 'utf-8))
8539 \(fn START END &optional MAKE-BUFFER-FUNCTION)" t nil)
8541 (autoload 'epa-decrypt-armor-in-region "epa" "\
8542 Decrypt OpenPGP armors in the current region between START and END.
8544 Don't use this command in Lisp programs!
8545 See the reason described in the `epa-decrypt-region' documentation.
8547 \(fn START END)" t nil)
8549 (autoload 'epa-verify-region "epa" "\
8550 Verify the current region between START and END.
8552 Don't use this command in Lisp programs!
8553 Since this function operates on regions, it does some tricks such
8554 as coding-system detection and unibyte/multibyte conversion. If
8555 you are sure how the data in the region should be treated, you
8556 should consider using the string based counterpart
8557 `epg-verify-string', or the file based counterpart
8558 `epg-verify-file' instead.
8560 For example:
8562 \(let ((context (epg-make-context 'OpenPGP)))
8563 (decode-coding-string
8564 (epg-verify-string context (buffer-substring start end))
8565 'utf-8))
8567 \(fn START END)" t nil)
8569 (autoload 'epa-verify-cleartext-in-region "epa" "\
8570 Verify OpenPGP cleartext signed messages in the current region
8571 between START and END.
8573 Don't use this command in Lisp programs!
8574 See the reason described in the `epa-verify-region' documentation.
8576 \(fn START END)" t nil)
8578 (autoload 'epa-sign-region "epa" "\
8579 Sign the current region between START and END by SIGNERS keys selected.
8581 Don't use this command in Lisp programs!
8582 Since this function operates on regions, it does some tricks such
8583 as coding-system detection and unibyte/multibyte conversion. If
8584 you are sure how the data should be treated, you should consider
8585 using the string based counterpart `epg-sign-string', or the file
8586 based counterpart `epg-sign-file' instead.
8588 For example:
8590 \(let ((context (epg-make-context 'OpenPGP)))
8591 (epg-sign-string
8592 context
8593 (encode-coding-string (buffer-substring start end) 'utf-8)))
8595 \(fn START END SIGNERS MODE)" t nil)
8597 (autoload 'epa-encrypt-region "epa" "\
8598 Encrypt the current region between START and END for RECIPIENTS.
8600 Don't use this command in Lisp programs!
8601 Since this function operates on regions, it does some tricks such
8602 as coding-system detection and unibyte/multibyte conversion. If
8603 you are sure how the data should be treated, you should consider
8604 using the string based counterpart `epg-encrypt-string', or the
8605 file based counterpart `epg-encrypt-file' instead.
8607 For example:
8609 \(let ((context (epg-make-context 'OpenPGP)))
8610 (epg-encrypt-string
8611 context
8612 (encode-coding-string (buffer-substring start end) 'utf-8)
8613 nil))
8615 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8617 (autoload 'epa-delete-keys "epa" "\
8618 Delete selected KEYS.
8620 \(fn KEYS &optional ALLOW-SECRET)" t nil)
8622 (autoload 'epa-import-keys "epa" "\
8623 Import keys from FILE.
8625 \(fn FILE)" t nil)
8627 (autoload 'epa-import-keys-region "epa" "\
8628 Import keys from the region.
8630 \(fn START END)" t nil)
8632 (autoload 'epa-import-armor-in-region "epa" "\
8633 Import keys in the OpenPGP armor format in the current region
8634 between START and END.
8636 \(fn START END)" t nil)
8638 (autoload 'epa-export-keys "epa" "\
8639 Export selected KEYS to FILE.
8641 \(fn KEYS FILE)" t nil)
8643 (autoload 'epa-insert-keys "epa" "\
8644 Insert selected KEYS after the point.
8646 \(fn KEYS)" t nil)
8648 ;;;***
8650 ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8651 ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20355 10021
8652 ;;;;;; 546955 0))
8653 ;;; Generated autoloads from epa-dired.el
8655 (autoload 'epa-dired-do-decrypt "epa-dired" "\
8656 Decrypt marked files.
8658 \(fn)" t nil)
8660 (autoload 'epa-dired-do-verify "epa-dired" "\
8661 Verify marked files.
8663 \(fn)" t nil)
8665 (autoload 'epa-dired-do-sign "epa-dired" "\
8666 Sign marked files.
8668 \(fn)" t nil)
8670 (autoload 'epa-dired-do-encrypt "epa-dired" "\
8671 Encrypt marked files.
8673 \(fn)" t nil)
8675 ;;;***
8677 ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8678 ;;;;;; "epa-file" "epa-file.el" (20355 10021 546955 0))
8679 ;;; Generated autoloads from epa-file.el
8681 (autoload 'epa-file-handler "epa-file" "\
8684 \(fn OPERATION &rest ARGS)" nil nil)
8686 (autoload 'epa-file-enable "epa-file" "\
8689 \(fn)" t nil)
8691 (autoload 'epa-file-disable "epa-file" "\
8694 \(fn)" t nil)
8696 ;;;***
8698 ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8699 ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8700 ;;;;;; "epa-mail" "epa-mail.el" (20355 10021 546955 0))
8701 ;;; Generated autoloads from epa-mail.el
8703 (autoload 'epa-mail-mode "epa-mail" "\
8704 A minor-mode for composing encrypted/clearsigned mails.
8705 With a prefix argument ARG, enable the mode if ARG is positive,
8706 and disable it otherwise. If called from Lisp, enable the mode
8707 if ARG is omitted or nil.
8709 \(fn &optional ARG)" t nil)
8711 (autoload 'epa-mail-decrypt "epa-mail" "\
8712 Decrypt OpenPGP armors in the current buffer.
8713 The buffer is expected to contain a mail message.
8715 Don't use this command in Lisp programs!
8717 \(fn)" t nil)
8719 (autoload 'epa-mail-verify "epa-mail" "\
8720 Verify OpenPGP cleartext signed messages in the current buffer.
8721 The buffer is expected to contain a mail message.
8723 Don't use this command in Lisp programs!
8725 \(fn)" t nil)
8727 (autoload 'epa-mail-sign "epa-mail" "\
8728 Sign the current buffer.
8729 The buffer is expected to contain a mail message.
8731 Don't use this command in Lisp programs!
8733 \(fn START END SIGNERS MODE)" t nil)
8735 (autoload 'epa-mail-encrypt "epa-mail" "\
8736 Encrypt the current buffer.
8737 The buffer is expected to contain a mail message.
8739 Don't use this command in Lisp programs!
8741 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8743 (autoload 'epa-mail-import-keys "epa-mail" "\
8744 Import keys in the OpenPGP armor format in the current buffer.
8745 The buffer is expected to contain a mail message.
8747 Don't use this command in Lisp programs!
8749 \(fn)" t nil)
8751 (defvar epa-global-mail-mode nil "\
8752 Non-nil if Epa-Global-Mail mode is enabled.
8753 See the command `epa-global-mail-mode' for a description of this minor mode.
8754 Setting this variable directly does not take effect;
8755 either customize it (see the info node `Easy Customization')
8756 or call the function `epa-global-mail-mode'.")
8758 (custom-autoload 'epa-global-mail-mode "epa-mail" nil)
8760 (autoload 'epa-global-mail-mode "epa-mail" "\
8761 Minor mode to hook EasyPG into Mail mode.
8762 With a prefix argument ARG, enable the mode if ARG is positive,
8763 and disable it otherwise. If called from Lisp, enable the mode
8764 if ARG is omitted or nil.
8766 \(fn &optional ARG)" t nil)
8768 ;;;***
8770 ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20355 10021
8771 ;;;;;; 546955 0))
8772 ;;; Generated autoloads from epg.el
8774 (autoload 'epg-make-context "epg" "\
8775 Return a context object.
8777 \(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil)
8779 ;;;***
8781 ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8782 ;;;;;; "epg-config" "epg-config.el" (20373 11301 906925 0))
8783 ;;; Generated autoloads from epg-config.el
8785 (autoload 'epg-configuration "epg-config" "\
8786 Return a list of internal configuration parameters of `epg-gpg-program'.
8788 \(fn)" nil nil)
8790 (autoload 'epg-check-configuration "epg-config" "\
8791 Verify that a sufficient version of GnuPG is installed.
8793 \(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
8795 (autoload 'epg-expand-group "epg-config" "\
8796 Look at CONFIG and try to expand GROUP.
8798 \(fn CONFIG GROUP)" nil nil)
8800 ;;;***
8802 ;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8803 ;;;;;; "erc" "erc/erc.el" (20444 23842 968143 0))
8804 ;;; Generated autoloads from erc/erc.el
8806 (autoload 'erc-select-read-args "erc" "\
8807 Prompt the user for values of nick, server, port, and password.
8809 \(fn)" nil nil)
8811 (autoload 'erc "erc" "\
8812 ERC is a powerful, modular, and extensible IRC client.
8813 This function is the main entry point for ERC.
8815 It permits you to select connection parameters, and then starts ERC.
8817 Non-interactively, it takes the keyword arguments
8818 (server (erc-compute-server))
8819 (port (erc-compute-port))
8820 (nick (erc-compute-nick))
8821 password
8822 (full-name (erc-compute-full-name)))
8824 That is, if called with
8826 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
8828 then the server and full-name will be set to those values, whereas
8829 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
8830 be invoked for the values of the other parameters.
8832 \(fn &key (server (erc-compute-server)) (port (erc-compute-port)) (nick (erc-compute-nick)) PASSWORD (full-name (erc-compute-full-name)))" t nil)
8834 (defalias 'erc-select 'erc)
8836 (autoload 'erc-tls "erc" "\
8837 Interactively select TLS connection parameters and run ERC.
8838 Arguments are the same as for `erc'.
8840 \(fn &rest R)" t nil)
8842 (autoload 'erc-handle-irc-url "erc" "\
8843 Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
8844 If ERC is already connected to HOST:PORT, simply /join CHANNEL.
8845 Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8847 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
8849 ;;;***
8851 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20355
8852 ;;;;;; 10021 546955 0))
8853 ;;; Generated autoloads from erc/erc-autoaway.el
8854 (autoload 'erc-autoaway-mode "erc-autoaway")
8856 ;;;***
8858 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20434 17809
8859 ;;;;;; 692608 0))
8860 ;;; Generated autoloads from erc/erc-button.el
8861 (autoload 'erc-button-mode "erc-button" nil t)
8863 ;;;***
8865 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20355 10021
8866 ;;;;;; 546955 0))
8867 ;;; Generated autoloads from erc/erc-capab.el
8868 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8870 ;;;***
8872 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20355 10021
8873 ;;;;;; 546955 0))
8874 ;;; Generated autoloads from erc/erc-compat.el
8875 (autoload 'erc-define-minor-mode "erc-compat")
8877 ;;;***
8879 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8880 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20439 5925 915283 0))
8881 ;;; Generated autoloads from erc/erc-dcc.el
8882 (autoload 'erc-dcc-mode "erc-dcc")
8884 (autoload 'erc-cmd-DCC "erc-dcc" "\
8885 Parser for /dcc command.
8886 This figures out the dcc subcommand and calls the appropriate routine to
8887 handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\",
8888 where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.
8890 \(fn CMD &rest ARGS)" nil nil)
8892 (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\
8893 Provides completion for the /DCC command.
8895 \(fn)" nil nil)
8897 (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\
8898 Hook variable for CTCP DCC queries.")
8900 (autoload 'erc-ctcp-query-DCC "erc-dcc" "\
8901 The function called when a CTCP DCC request is detected by the client.
8902 It examines the DCC subcommand, and calls the appropriate routine for
8903 that subcommand.
8905 \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil)
8907 ;;;***
8909 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
8910 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8911 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8912 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8913 ;;;;;; (20355 10021 546955 0))
8914 ;;; Generated autoloads from erc/erc-ezbounce.el
8916 (autoload 'erc-cmd-ezb "erc-ezbounce" "\
8917 Send EZB commands to the EZBouncer verbatim.
8919 \(fn LINE &optional FORCE)" nil nil)
8921 (autoload 'erc-ezb-get-login "erc-ezbounce" "\
8922 Return an appropriate EZBounce login for SERVER and PORT.
8923 Look up entries in `erc-ezb-login-alist'. If the username or password
8924 in the alist is `nil', prompt for the appropriate values.
8926 \(fn SERVER PORT)" nil nil)
8928 (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\
8931 \(fn MESSAGE)" nil nil)
8933 (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\
8934 React on an EZBounce NOTICE request.
8936 \(fn PROC PARSED)" nil nil)
8938 (autoload 'erc-ezb-identify "erc-ezbounce" "\
8939 Identify to the EZBouncer server.
8941 \(fn MESSAGE)" nil nil)
8943 (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\
8944 Reset the EZBounce session list to nil.
8946 \(fn MESSAGE)" nil nil)
8948 (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\
8949 Indicate the end of the EZBounce session listing.
8951 \(fn MESSAGE)" nil nil)
8953 (autoload 'erc-ezb-add-session "erc-ezbounce" "\
8954 Add an EZBounce session to the session list.
8956 \(fn MESSAGE)" nil nil)
8958 (autoload 'erc-ezb-select "erc-ezbounce" "\
8959 Select an IRC server to use by EZBounce, in ERC style.
8961 \(fn MESSAGE)" nil nil)
8963 (autoload 'erc-ezb-select-session "erc-ezbounce" "\
8964 Select a detached EZBounce session.
8966 \(fn)" nil nil)
8968 (autoload 'erc-ezb-initialize "erc-ezbounce" "\
8969 Add EZBouncer convenience functions to ERC.
8971 \(fn)" nil nil)
8973 ;;;***
8975 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20355
8976 ;;;;;; 10021 546955 0))
8977 ;;; Generated autoloads from erc/erc-fill.el
8978 (autoload 'erc-fill-mode "erc-fill" nil t)
8980 (autoload 'erc-fill "erc-fill" "\
8981 Fill a region using the function referenced in `erc-fill-function'.
8982 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8984 \(fn)" nil nil)
8986 ;;;***
8988 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8989 ;;;;;; "erc/erc-identd.el" (20355 10021 546955 0))
8990 ;;; Generated autoloads from erc/erc-identd.el
8991 (autoload 'erc-identd-mode "erc-identd")
8993 (autoload 'erc-identd-start "erc-identd" "\
8994 Start an identd server listening to port 8113.
8995 Port 113 (auth) will need to be redirected to port 8113 on your
8996 machine -- using iptables, or a program like redir which can be
8997 run from inetd. The idea is to provide a simple identd server
8998 when you need one, without having to install one globally on your
8999 system.
9001 \(fn &optional PORT)" t nil)
9003 (autoload 'erc-identd-stop "erc-identd" "\
9006 \(fn &rest IGNORE)" t nil)
9008 ;;;***
9010 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9011 ;;;;;; (20355 10021 546955 0))
9012 ;;; Generated autoloads from erc/erc-imenu.el
9014 (autoload 'erc-create-imenu-index "erc-imenu" "\
9017 \(fn)" nil nil)
9019 ;;;***
9021 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20356 2211 532900
9022 ;;;;;; 0))
9023 ;;; Generated autoloads from erc/erc-join.el
9024 (autoload 'erc-autojoin-mode "erc-join" nil t)
9026 ;;;***
9028 ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20355 10021 546955
9029 ;;;;;; 0))
9030 ;;; Generated autoloads from erc/erc-list.el
9031 (autoload 'erc-list-mode "erc-list")
9033 ;;;***
9035 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9036 ;;;;;; "erc/erc-log.el" (20355 10021 546955 0))
9037 ;;; Generated autoloads from erc/erc-log.el
9038 (autoload 'erc-log-mode "erc-log" nil t)
9040 (autoload 'erc-logging-enabled "erc-log" "\
9041 Return non-nil if logging is enabled for BUFFER.
9042 If BUFFER is nil, the value of `current-buffer' is used.
9043 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
9044 is writable (it will be created as necessary) and
9045 `erc-enable-logging' returns a non-nil value.
9047 \(fn &optional BUFFER)" nil nil)
9049 (autoload 'erc-save-buffer-in-logs "erc-log" "\
9050 Append BUFFER contents to the log file, if logging is enabled.
9051 If BUFFER is not provided, current buffer is used.
9052 Logging is enabled if `erc-logging-enabled' returns non-nil.
9054 This is normally done on exit, to save the unsaved portion of the
9055 buffer, since only the text that runs off the buffer limit is logged
9056 automatically.
9058 You can save every individual message by putting this function on
9059 `erc-insert-post-hook'.
9061 \(fn &optional BUFFER)" t nil)
9063 ;;;***
9065 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9066 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9067 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9068 ;;;;;; (20434 17809 692608 0))
9069 ;;; Generated autoloads from erc/erc-match.el
9070 (autoload 'erc-match-mode "erc-match")
9072 (autoload 'erc-add-pal "erc-match" "\
9073 Add pal interactively to `erc-pals'.
9075 \(fn)" t nil)
9077 (autoload 'erc-delete-pal "erc-match" "\
9078 Delete pal interactively to `erc-pals'.
9080 \(fn)" t nil)
9082 (autoload 'erc-add-fool "erc-match" "\
9083 Add fool interactively to `erc-fools'.
9085 \(fn)" t nil)
9087 (autoload 'erc-delete-fool "erc-match" "\
9088 Delete fool interactively to `erc-fools'.
9090 \(fn)" t nil)
9092 (autoload 'erc-add-keyword "erc-match" "\
9093 Add keyword interactively to `erc-keywords'.
9095 \(fn)" t nil)
9097 (autoload 'erc-delete-keyword "erc-match" "\
9098 Delete keyword interactively to `erc-keywords'.
9100 \(fn)" t nil)
9102 (autoload 'erc-add-dangerous-host "erc-match" "\
9103 Add dangerous-host interactively to `erc-dangerous-hosts'.
9105 \(fn)" t nil)
9107 (autoload 'erc-delete-dangerous-host "erc-match" "\
9108 Delete dangerous-host interactively to `erc-dangerous-hosts'.
9110 \(fn)" t nil)
9112 ;;;***
9114 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20355 10021 546955
9115 ;;;;;; 0))
9116 ;;; Generated autoloads from erc/erc-menu.el
9117 (autoload 'erc-menu-mode "erc-menu" nil t)
9119 ;;;***
9121 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9122 ;;;;;; (20355 10021 546955 0))
9123 ;;; Generated autoloads from erc/erc-netsplit.el
9124 (autoload 'erc-netsplit-mode "erc-netsplit")
9126 (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\
9127 Show who's gone.
9129 \(fn)" nil nil)
9131 ;;;***
9133 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9134 ;;;;;; "erc/erc-networks.el" (20355 10021 546955 0))
9135 ;;; Generated autoloads from erc/erc-networks.el
9137 (autoload 'erc-determine-network "erc-networks" "\
9138 Return the name of the network or \"Unknown\" as a symbol. Use the
9139 server parameter NETWORK if provided, otherwise parse the server name and
9140 search for a match in `erc-networks-alist'.
9142 \(fn)" nil nil)
9144 (autoload 'erc-server-select "erc-networks" "\
9145 Interactively select a server to connect to using `erc-server-alist'.
9147 \(fn)" t nil)
9149 ;;;***
9151 ;;;### (autoloads nil "erc-notifications" "erc/erc-notifications.el"
9152 ;;;;;; (20491 54052 900109 0))
9153 ;;; Generated autoloads from erc/erc-notifications.el
9154 (autoload 'erc-notifications-mode "erc-notifications" "" t)
9156 ;;;***
9158 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9159 ;;;;;; "erc/erc-notify.el" (20355 10021 546955 0))
9160 ;;; Generated autoloads from erc/erc-notify.el
9161 (autoload 'erc-notify-mode "erc-notify" nil t)
9163 (autoload 'erc-cmd-NOTIFY "erc-notify" "\
9164 Change `erc-notify-list' or list current notify-list members online.
9165 Without args, list the current list of notified people online,
9166 with args, toggle notify status of people.
9168 \(fn &rest ARGS)" nil nil)
9170 (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\
9173 \(fn)" nil nil)
9175 ;;;***
9177 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20355 10021 546955
9178 ;;;;;; 0))
9179 ;;; Generated autoloads from erc/erc-page.el
9180 (autoload 'erc-page-mode "erc-page")
9182 ;;;***
9184 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20355
9185 ;;;;;; 10021 546955 0))
9186 ;;; Generated autoloads from erc/erc-pcomplete.el
9187 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9189 ;;;***
9191 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20355 10021
9192 ;;;;;; 546955 0))
9193 ;;; Generated autoloads from erc/erc-replace.el
9194 (autoload 'erc-replace-mode "erc-replace")
9196 ;;;***
9198 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20355 10021 546955
9199 ;;;;;; 0))
9200 ;;; Generated autoloads from erc/erc-ring.el
9201 (autoload 'erc-ring-mode "erc-ring" nil t)
9203 ;;;***
9205 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9206 ;;;;;; "erc-services" "erc/erc-services.el" (20357 58785 834364
9207 ;;;;;; 0))
9208 ;;; Generated autoloads from erc/erc-services.el
9209 (autoload 'erc-services-mode "erc-services" nil t)
9211 (autoload 'erc-nickserv-identify-mode "erc-services" "\
9212 Set up hooks according to which MODE the user has chosen.
9214 \(fn MODE)" t nil)
9216 (autoload 'erc-nickserv-identify "erc-services" "\
9217 Send an \"identify <PASSWORD>\" message to NickServ.
9218 When called interactively, read the password using `read-passwd'.
9220 \(fn PASSWORD)" t nil)
9222 ;;;***
9224 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20355 10021
9225 ;;;;;; 546955 0))
9226 ;;; Generated autoloads from erc/erc-sound.el
9227 (autoload 'erc-sound-mode "erc-sound")
9229 ;;;***
9231 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9232 ;;;;;; (20355 10021 546955 0))
9233 ;;; Generated autoloads from erc/erc-speedbar.el
9235 (autoload 'erc-speedbar-browser "erc-speedbar" "\
9236 Initialize speedbar to display an ERC browser.
9237 This will add a speedbar major display mode.
9239 \(fn)" t nil)
9241 ;;;***
9243 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20355
9244 ;;;;;; 10021 546955 0))
9245 ;;; Generated autoloads from erc/erc-spelling.el
9246 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9248 ;;;***
9250 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20434 17809
9251 ;;;;;; 692608 0))
9252 ;;; Generated autoloads from erc/erc-stamp.el
9253 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9255 ;;;***
9257 ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9258 ;;;;;; (20427 14766 970343 0))
9259 ;;; Generated autoloads from erc/erc-track.el
9261 (defvar erc-track-minor-mode nil "\
9262 Non-nil if Erc-Track minor mode is enabled.
9263 See the command `erc-track-minor-mode' for a description of this minor mode.")
9265 (custom-autoload 'erc-track-minor-mode "erc-track" nil)
9267 (autoload 'erc-track-minor-mode "erc-track" "\
9268 Toggle mode line display of ERC activity (ERC Track minor mode).
9269 With a prefix argument ARG, enable ERC Track minor mode if ARG is
9270 positive, and disable it otherwise. If called from Lisp, enable
9271 the mode if ARG is omitted or nil.
9273 ERC Track minor mode is a global minor mode. It exists for the
9274 sole purpose of providing the C-c C-SPC and C-c C-@ keybindings.
9275 Make sure that you have enabled the track module, otherwise the
9276 keybindings will not do anything useful.
9278 \(fn &optional ARG)" t nil)
9279 (autoload 'erc-track-mode "erc-track" nil t)
9281 ;;;***
9283 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9284 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20355 10021 546955
9285 ;;;;;; 0))
9286 ;;; Generated autoloads from erc/erc-truncate.el
9287 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9289 (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\
9290 Truncates the buffer to the size SIZE.
9291 If BUFFER is not provided, the current buffer is assumed. The deleted
9292 region is logged if `erc-logging-enabled' returns non-nil.
9294 \(fn SIZE &optional BUFFER)" nil nil)
9296 (autoload 'erc-truncate-buffer "erc-truncate" "\
9297 Truncates the current buffer to `erc-max-buffer-size'.
9298 Meant to be used in hooks, like `erc-insert-post-hook'.
9300 \(fn)" t nil)
9302 ;;;***
9304 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9305 ;;;;;; (20355 10021 546955 0))
9306 ;;; Generated autoloads from erc/erc-xdcc.el
9307 (autoload 'erc-xdcc-mode "erc-xdcc")
9309 (autoload 'erc-xdcc-add-file "erc-xdcc" "\
9310 Add a file to `erc-xdcc-files'.
9312 \(fn FILE)" t nil)
9314 ;;;***
9316 ;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9317 ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9318 ;;;;;; "ert" "emacs-lisp/ert.el" (20355 10021 546955 0))
9319 ;;; Generated autoloads from emacs-lisp/ert.el
9321 (autoload 'ert-deftest "ert" "\
9322 Define NAME (a symbol) as a test.
9324 BODY is evaluated as a `progn' when the test is run. It should
9325 signal a condition on failure or just return if the test passes.
9327 `should', `should-not' and `should-error' are useful for
9328 assertions in BODY.
9330 Use `ert' to run tests interactively.
9332 Tests that are expected to fail can be marked as such
9333 using :expected-result. See `ert-test-result-type-p' for a
9334 description of valid values for RESULT-TYPE.
9336 \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags '(TAG...)] BODY...)" nil (quote macro))
9338 (put 'ert-deftest 'lisp-indent-function 2)
9340 (put 'ert-info 'lisp-indent-function 1)
9342 (autoload 'ert-run-tests-batch "ert" "\
9343 Run the tests specified by SELECTOR, printing results to the terminal.
9345 SELECTOR works as described in `ert-select-tests', except if
9346 SELECTOR is nil, in which case all tests rather than none will be
9347 run; this makes the command line \"emacs -batch -l my-tests.el -f
9348 ert-run-tests-batch-and-exit\" useful.
9350 Returns the stats object.
9352 \(fn &optional SELECTOR)" nil nil)
9354 (autoload 'ert-run-tests-batch-and-exit "ert" "\
9355 Like `ert-run-tests-batch', but exits Emacs when done.
9357 The exit status will be 0 if all test results were as expected, 1
9358 on unexpected results, or 2 if the tool detected an error outside
9359 of the tests (e.g. invalid SELECTOR or bug in the code that runs
9360 the tests).
9362 \(fn &optional SELECTOR)" nil nil)
9364 (autoload 'ert-run-tests-interactively "ert" "\
9365 Run the tests specified by SELECTOR and display the results in a buffer.
9367 SELECTOR works as described in `ert-select-tests'.
9368 OUTPUT-BUFFER-NAME and MESSAGE-FN should normally be nil; they
9369 are used for automated self-tests and specify which buffer to use
9370 and how to display message.
9372 \(fn SELECTOR &optional OUTPUT-BUFFER-NAME MESSAGE-FN)" t nil)
9374 (defalias 'ert 'ert-run-tests-interactively)
9376 (autoload 'ert-describe-test "ert" "\
9377 Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9379 \(fn TEST-OR-TEST-NAME)" t nil)
9381 ;;;***
9383 ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9384 ;;;;;; (20364 28960 773408 688000))
9385 ;;; Generated autoloads from emacs-lisp/ert-x.el
9387 (put 'ert-with-test-buffer 'lisp-indent-function 1)
9389 (autoload 'ert-kill-all-test-buffers "ert-x" "\
9390 Kill all test buffers that are still live.
9392 \(fn)" t nil)
9394 ;;;***
9396 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20427
9397 ;;;;;; 14766 970343 0))
9398 ;;; Generated autoloads from eshell/esh-mode.el
9400 (autoload 'eshell-mode "esh-mode" "\
9401 Emacs shell interactive mode.
9403 \\{eshell-mode-map}
9405 \(fn)" nil nil)
9407 ;;;***
9409 ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9410 ;;;;;; "eshell/eshell.el" (20478 3673 653810 0))
9411 ;;; Generated autoloads from eshell/eshell.el
9413 (autoload 'eshell "eshell" "\
9414 Create an interactive Eshell buffer.
9415 The buffer used for Eshell sessions is determined by the value of
9416 `eshell-buffer-name'. If there is already an Eshell session active in
9417 that buffer, Emacs will simply switch to it. Otherwise, a new session
9418 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
9419 switches to the session with that number, creating it if necessary. A
9420 nonnumeric prefix arg means to create a new session. Returns the
9421 buffer selected (or created).
9423 \(fn &optional ARG)" t nil)
9425 (autoload 'eshell-command "eshell" "\
9426 Execute the Eshell command string COMMAND.
9427 With prefix ARG, insert output into the current buffer at point.
9429 \(fn &optional COMMAND ARG)" t nil)
9431 (autoload 'eshell-command-result "eshell" "\
9432 Execute the given Eshell COMMAND, and return the result.
9433 The result might be any Lisp object.
9434 If STATUS-VAR is a symbol, it will be set to the exit status of the
9435 command. This is the only way to determine whether the value returned
9436 corresponding to a successful execution.
9438 \(fn COMMAND &optional STATUS-VAR)" nil nil)
9440 (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
9442 ;;;***
9444 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
9445 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
9446 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9447 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9448 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9449 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9450 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9451 ;;;;;; (20478 3673 653810 0))
9452 ;;; Generated autoloads from progmodes/etags.el
9454 (defvar tags-file-name nil "\
9455 File name of tags table.
9456 To switch to a new tags table, setting this variable is sufficient.
9457 If you set this variable, do not also set `tags-table-list'.
9458 Use the `etags' program to make a tags table file.")
9459 (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
9460 (put 'tags-file-name 'safe-local-variable 'stringp)
9462 (defvar tags-case-fold-search 'default "\
9463 Whether tags operations should be case-sensitive.
9464 A value of t means case-insensitive, a value of nil means case-sensitive.
9465 Any other value means use the setting of `case-fold-search'.")
9467 (custom-autoload 'tags-case-fold-search "etags" t)
9469 (defvar tags-table-list nil "\
9470 List of file names of tags tables to search.
9471 An element that is a directory means the file \"TAGS\" in that directory.
9472 To switch to a new list of tags tables, setting this variable is sufficient.
9473 If you set this variable, do not also set `tags-file-name'.
9474 Use the `etags' program to make a tags table file.")
9476 (custom-autoload 'tags-table-list "etags" t)
9478 (defvar tags-compression-info-list (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz")) "\
9479 List of extensions tried by etags when jka-compr is used.
9480 An empty string means search the non-compressed file.
9481 These extensions will be tried only if jka-compr was activated
9482 \(i.e. via customize of `auto-compression-mode' or by calling the function
9483 `auto-compression-mode').")
9485 (custom-autoload 'tags-compression-info-list "etags" t)
9487 (defvar tags-add-tables 'ask-user "\
9488 Control whether to add a new tags table to the current list.
9489 t means do; nil means don't (always start a new list).
9490 Any other value means ask the user whether to add a new tags table
9491 to the current list (as opposed to starting a new list).")
9493 (custom-autoload 'tags-add-tables "etags" t)
9495 (defvar find-tag-hook nil "\
9496 Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9497 The value in the buffer in which \\[find-tag] is done is used,
9498 not the value in the buffer \\[find-tag] goes to.")
9500 (custom-autoload 'find-tag-hook "etags" t)
9502 (defvar find-tag-default-function nil "\
9503 A function of no arguments used by \\[find-tag] to pick a default tag.
9504 If nil, and the symbol that is the value of `major-mode'
9505 has a `find-tag-default-function' property (see `put'), that is used.
9506 Otherwise, `find-tag-default' is used.")
9508 (custom-autoload 'find-tag-default-function "etags" t)
9510 (autoload 'tags-table-mode "etags" "\
9511 Major mode for tags table file buffers.
9513 \(fn)" t nil)
9515 (autoload 'visit-tags-table "etags" "\
9516 Tell tags commands to use tags table file FILE.
9517 FILE should be the name of a file created with the `etags' program.
9518 A directory name is ok too; it means file TAGS in that directory.
9520 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
9521 With a prefix arg, set the buffer-local value instead.
9522 When you find a tag with \\[find-tag], the buffer it finds the tag
9523 in is given a local value of this variable which is the name of the tags
9524 file the tag was in.
9526 \(fn FILE &optional LOCAL)" t nil)
9528 (autoload 'visit-tags-table-buffer "etags" "\
9529 Select the buffer containing the current tags table.
9530 If optional arg is a string, visit that file as a tags table.
9531 If optional arg is t, visit the next table in `tags-table-list'.
9532 If optional arg is the atom `same', don't look for a new table;
9533 just select the buffer visiting `tags-file-name'.
9534 If arg is nil or absent, choose a first buffer from information in
9535 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
9536 Returns t if it visits a tags table, or nil if there are no more in the list.
9538 \(fn &optional CONT)" nil nil)
9540 (autoload 'tags-table-files "etags" "\
9541 Return a list of files in the current tags table.
9542 Assumes the tags table is the current buffer. The file names are returned
9543 as they appeared in the `etags' command that created the table, usually
9544 without directory names.
9546 \(fn)" nil nil)
9547 (defun tags-completion-at-point-function ()
9548 (if (or tags-table-list tags-file-name)
9549 (progn
9550 (load "etags")
9551 (tags-completion-at-point-function))))
9553 (autoload 'find-tag-noselect "etags" "\
9554 Find tag (in current tags table) whose name contains TAGNAME.
9555 Returns the buffer containing the tag's definition and moves its point there,
9556 but does not select the buffer.
9557 The default for TAGNAME is the expression in the buffer near point.
9559 If second arg NEXT-P is t (interactively, with prefix arg), search for
9560 another tag that matches the last tagname or regexp used. When there are
9561 multiple matches for a tag, more exact matches are found first. If NEXT-P
9562 is the atom `-' (interactively, with prefix arg that is a negative number
9563 or just \\[negative-argument]), pop back to the previous tag gone to.
9565 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9567 A marker representing the point when this command is invoked is pushed
9568 onto a ring and may be popped back to with \\[pop-tag-mark].
9569 Contrast this with the ring of marks gone to by the command.
9571 See documentation of variable `tags-file-name'.
9573 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9575 (autoload 'find-tag "etags" "\
9576 Find tag (in current tags table) whose name contains TAGNAME.
9577 Select the buffer containing the tag's definition, and move point there.
9578 The default for TAGNAME is the expression in the buffer around or before point.
9580 If second arg NEXT-P is t (interactively, with prefix arg), search for
9581 another tag that matches the last tagname or regexp used. When there are
9582 multiple matches for a tag, more exact matches are found first. If NEXT-P
9583 is the atom `-' (interactively, with prefix arg that is a negative number
9584 or just \\[negative-argument]), pop back to the previous tag gone to.
9586 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9588 A marker representing the point when this command is invoked is pushed
9589 onto a ring and may be popped back to with \\[pop-tag-mark].
9590 Contrast this with the ring of marks gone to by the command.
9592 See documentation of variable `tags-file-name'.
9594 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9595 (define-key esc-map "." 'find-tag)
9597 (autoload 'find-tag-other-window "etags" "\
9598 Find tag (in current tags table) whose name contains TAGNAME.
9599 Select the buffer containing the tag's definition in another window, and
9600 move point there. The default for TAGNAME is the expression in the buffer
9601 around or before point.
9603 If second arg NEXT-P is t (interactively, with prefix arg), search for
9604 another tag that matches the last tagname or regexp used. When there are
9605 multiple matches for a tag, more exact matches are found first. If NEXT-P
9606 is negative (interactively, with prefix arg that is a negative number or
9607 just \\[negative-argument]), pop back to the previous tag gone to.
9609 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9611 A marker representing the point when this command is invoked is pushed
9612 onto a ring and may be popped back to with \\[pop-tag-mark].
9613 Contrast this with the ring of marks gone to by the command.
9615 See documentation of variable `tags-file-name'.
9617 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9618 (define-key ctl-x-4-map "." 'find-tag-other-window)
9620 (autoload 'find-tag-other-frame "etags" "\
9621 Find tag (in current tags table) whose name contains TAGNAME.
9622 Select the buffer containing the tag's definition in another frame, and
9623 move point there. The default for TAGNAME is the expression in the buffer
9624 around or before point.
9626 If second arg NEXT-P is t (interactively, with prefix arg), search for
9627 another tag that matches the last tagname or regexp used. When there are
9628 multiple matches for a tag, more exact matches are found first. If NEXT-P
9629 is negative (interactively, with prefix arg that is a negative number or
9630 just \\[negative-argument]), pop back to the previous tag gone to.
9632 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9634 A marker representing the point when this command is invoked is pushed
9635 onto a ring and may be popped back to with \\[pop-tag-mark].
9636 Contrast this with the ring of marks gone to by the command.
9638 See documentation of variable `tags-file-name'.
9640 \(fn TAGNAME &optional NEXT-P)" t nil)
9641 (define-key ctl-x-5-map "." 'find-tag-other-frame)
9643 (autoload 'find-tag-regexp "etags" "\
9644 Find tag (in current tags table) whose name matches REGEXP.
9645 Select the buffer containing the tag's definition and move point there.
9647 If second arg NEXT-P is t (interactively, with prefix arg), search for
9648 another tag that matches the last tagname or regexp used. When there are
9649 multiple matches for a tag, more exact matches are found first. If NEXT-P
9650 is negative (interactively, with prefix arg that is a negative number or
9651 just \\[negative-argument]), pop back to the previous tag gone to.
9653 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
9655 A marker representing the point when this command is invoked is pushed
9656 onto a ring and may be popped back to with \\[pop-tag-mark].
9657 Contrast this with the ring of marks gone to by the command.
9659 See documentation of variable `tags-file-name'.
9661 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
9662 (define-key esc-map [?\C-.] 'find-tag-regexp)
9663 (define-key esc-map "*" 'pop-tag-mark)
9665 (autoload 'pop-tag-mark "etags" "\
9666 Pop back to where \\[find-tag] was last invoked.
9668 This is distinct from invoking \\[find-tag] with a negative argument
9669 since that pops a stack of markers at which tags were found, not from
9670 where they were found.
9672 \(fn)" t nil)
9674 (autoload 'next-file "etags" "\
9675 Select next file among files in current tags table.
9677 A first argument of t (prefix arg, if interactive) initializes to the
9678 beginning of the list of files in the tags table. If the argument is
9679 neither nil nor t, it is evalled to initialize the list of files.
9681 Non-nil second argument NOVISIT means use a temporary buffer
9682 to save time and avoid uninteresting warnings.
9684 Value is nil if the file was already visited;
9685 if the file was newly read in, the value is the filename.
9687 \(fn &optional INITIALIZE NOVISIT)" t nil)
9689 (autoload 'tags-loop-continue "etags" "\
9690 Continue last \\[tags-search] or \\[tags-query-replace] command.
9691 Used noninteractively with non-nil argument to begin such a command (the
9692 argument is passed to `next-file', which see).
9694 Two variables control the processing we do on each file: the value of
9695 `tags-loop-scan' is a form to be executed on each file to see if it is
9696 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
9697 evaluate to operate on an interesting file. If the latter evaluates to
9698 nil, we exit; otherwise we scan the next file.
9700 \(fn &optional FIRST-TIME)" t nil)
9701 (define-key esc-map "," 'tags-loop-continue)
9703 (autoload 'tags-search "etags" "\
9704 Search through all files listed in tags table for match for REGEXP.
9705 Stops when a match is found.
9706 To continue searching for next match, use command \\[tags-loop-continue].
9708 If FILE-LIST-FORM is non-nil, it should be a form that, when
9709 evaluated, will return a list of file names. The search will be
9710 restricted to these files.
9712 Aleso see the documentation of the `tags-file-name' variable.
9714 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
9716 (autoload 'tags-query-replace "etags" "\
9717 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
9718 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
9719 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
9720 with the command \\[tags-loop-continue].
9721 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
9722 Fifth and sixth arguments START and END are accepted, for compatibility
9723 with `query-replace-regexp', and ignored.
9725 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
9726 produce the list of files to search.
9728 See also the documentation of the variable `tags-file-name'.
9730 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM)" t nil)
9732 (autoload 'list-tags "etags" "\
9733 Display list of tags in file FILE.
9734 This searches only the first table in the list, and no included tables.
9735 FILE should be as it appeared in the `etags' command, usually without a
9736 directory specification.
9738 \(fn FILE &optional NEXT-MATCH)" t nil)
9740 (autoload 'tags-apropos "etags" "\
9741 Display list of all tags in tags table REGEXP matches.
9743 \(fn REGEXP)" t nil)
9745 (autoload 'select-tags-table "etags" "\
9746 Select a tags table file from a menu of those you have already used.
9747 The list of tags tables to select from is stored in `tags-table-set-list';
9748 see the doc of that variable if you want to add names to the list.
9750 \(fn)" t nil)
9752 (autoload 'complete-tag "etags" "\
9753 Perform tags completion on the text around point.
9754 Completes to the set of names listed in the current tags table.
9755 The string to complete is chosen in the same way as the default
9756 for \\[find-tag] (which see).
9758 \(fn)" t nil)
9760 ;;;***
9762 ;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space
9763 ;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
9764 ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
9765 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
9766 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9767 ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9768 ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9769 ;;;;;; (20355 10021 546955 0))
9770 ;;; Generated autoloads from language/ethio-util.el
9772 (autoload 'setup-ethiopic-environment-internal "ethio-util" "\
9775 \(fn)" nil nil)
9777 (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
9778 Convert the current buffer from SERA to FIDEL.
9780 The variable `ethio-primary-language' specifies the primary
9781 language and `ethio-secondary-language' specifies the secondary.
9783 If the 1st optional argument SECONDARY is non-nil, assume the
9784 buffer begins with the secondary language; otherwise with the
9785 primary language.
9787 If the 2nd optional argument FORCE is non-nil, perform conversion
9788 even if the buffer is read-only.
9790 See also the descriptions of the variables
9791 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9793 \(fn &optional SECONDARY FORCE)" t nil)
9795 (autoload 'ethio-sera-to-fidel-region "ethio-util" "\
9796 Convert the characters in region from SERA to FIDEL.
9798 The variable `ethio-primary-language' specifies the primary
9799 language and `ethio-secondary-language' specifies the secondary.
9801 If the 3rd argument SECONDARY is given and non-nil, assume the
9802 region begins with the secondary language; otherwise with the
9803 primary language.
9805 If the 4th argument FORCE is given and non-nil, perform
9806 conversion even if the buffer is read-only.
9808 See also the descriptions of the variables
9809 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9811 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9813 (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\
9814 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
9815 Assume that each region begins with `ethio-primary-language'.
9816 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9818 \(fn &optional FORCE)" t nil)
9820 (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\
9821 Replace all the FIDEL characters in the current buffer to the SERA format.
9822 The variable `ethio-primary-language' specifies the primary
9823 language and `ethio-secondary-language' specifies the secondary.
9825 If the 1st optional argument SECONDARY is non-nil, try to convert the
9826 region so that it begins with the secondary language; otherwise with the
9827 primary language.
9829 If the 2nd optional argument FORCE is non-nil, convert even if the
9830 buffer is read-only.
9832 See also the descriptions of the variables
9833 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9834 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9836 \(fn &optional SECONDARY FORCE)" t nil)
9838 (autoload 'ethio-fidel-to-sera-region "ethio-util" "\
9839 Replace all the FIDEL characters in the region to the SERA format.
9841 The variable `ethio-primary-language' specifies the primary
9842 language and `ethio-secondary-language' specifies the secondary.
9844 If the 3rd argument SECONDARY is given and non-nil, convert
9845 the region so that it begins with the secondary language; otherwise with
9846 the primary language.
9848 If the 4th argument FORCE is given and non-nil, convert even if the
9849 buffer is read-only.
9851 See also the descriptions of the variables
9852 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9853 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9855 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9857 (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\
9858 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
9859 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9861 \(fn &optional FORCE)" t nil)
9863 (autoload 'ethio-modify-vowel "ethio-util" "\
9864 Modify the vowel of the FIDEL that is under the cursor.
9866 \(fn)" t nil)
9868 (autoload 'ethio-replace-space "ethio-util" "\
9869 Replace ASCII spaces with Ethiopic word separators in the region.
9871 In the specified region, replace word separators surrounded by two
9872 Ethiopic characters, depending on the first argument CH, which should
9873 be 1, 2, or 3.
9875 If CH = 1, word separator will be replaced with an ASCII space.
9876 If CH = 2, with two ASCII spaces.
9877 If CH = 3, with the Ethiopic colon-like word separator.
9879 The 2nd and 3rd arguments BEGIN and END specify the region.
9881 \(fn CH BEGIN END)" t nil)
9883 (autoload 'ethio-input-special-character "ethio-util" "\
9884 This function is deprecated.
9886 \(fn ARG)" t nil)
9888 (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
9889 Convert each fidel characters in the current buffer into a fidel-tex command.
9891 \(fn)" t nil)
9893 (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
9894 Convert fidel-tex commands in the current buffer into fidel chars.
9896 \(fn)" t nil)
9898 (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
9899 Convert Ethiopic characters into the Java escape sequences.
9901 Each escape sequence is of the form \\uXXXX, where XXXX is the
9902 character's codepoint (in hex) in Unicode.
9904 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
9905 Otherwise, [0-9A-F].
9907 \(fn)" nil nil)
9909 (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
9910 Convert the Java escape sequences into corresponding Ethiopic characters.
9912 \(fn)" nil nil)
9914 (autoload 'ethio-find-file "ethio-util" "\
9915 Transliterate file content into Ethiopic depending on filename suffix.
9917 \(fn)" nil nil)
9919 (autoload 'ethio-write-file "ethio-util" "\
9920 Transliterate Ethiopic characters in ASCII depending on the file extension.
9922 \(fn)" nil nil)
9924 (autoload 'ethio-insert-ethio-space "ethio-util" "\
9925 Insert the Ethiopic word delimiter (the colon-like character).
9926 With ARG, insert that many delimiters.
9928 \(fn ARG)" t nil)
9930 (autoload 'ethio-composition-function "ethio-util" "\
9933 \(fn POS TO FONT-OBJECT STRING)" nil nil)
9935 ;;;***
9937 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9938 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9939 ;;;;;; (20478 3673 653810 0))
9940 ;;; Generated autoloads from net/eudc.el
9942 (autoload 'eudc-set-server "eudc" "\
9943 Set the directory server to SERVER using PROTOCOL.
9944 Unless NO-SAVE is non-nil, the server is saved as the default
9945 server for future sessions.
9947 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
9949 (autoload 'eudc-get-email "eudc" "\
9950 Get the email field of NAME from the directory server.
9951 If ERROR is non-nil, report an error if there is none.
9953 \(fn NAME &optional ERROR)" t nil)
9955 (autoload 'eudc-get-phone "eudc" "\
9956 Get the phone field of NAME from the directory server.
9957 If ERROR is non-nil, report an error if there is none.
9959 \(fn NAME &optional ERROR)" t nil)
9961 (autoload 'eudc-expand-inline "eudc" "\
9962 Query the directory server, and expand the query string before point.
9963 The query string consists of the buffer substring from the point back to
9964 the preceding comma, colon or beginning of line.
9965 The variable `eudc-inline-query-format' controls how to associate the
9966 individual inline query words with directory attribute names.
9967 After querying the server for the given string, the expansion specified by
9968 `eudc-inline-expansion-format' is inserted in the buffer at point.
9969 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
9970 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
9971 Multiple servers can be tried with the same query until one finds a match,
9972 see `eudc-inline-expansion-servers'
9974 \(fn &optional REPLACE)" t nil)
9976 (autoload 'eudc-query-form "eudc" "\
9977 Display a form to query the directory server.
9978 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
9979 queries the server for the existing fields and displays a corresponding form.
9981 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
9983 (autoload 'eudc-load-eudc "eudc" "\
9984 Load the Emacs Unified Directory Client.
9985 This does nothing except loading eudc by autoload side-effect.
9987 \(fn)" t nil)
9989 (cond ((not (featurep 'xemacs)) (defvar eudc-tools-menu (let ((map (make-sparse-keymap "Directory Search"))) (define-key map [phone] `(menu-item ,(purecopy "Get Phone") eudc-get-phone :help ,(purecopy "Get the phone field of name from the directory server"))) (define-key map [email] `(menu-item ,(purecopy "Get Email") eudc-get-email :help ,(purecopy "Get the email field of NAME from the directory server"))) (define-key map [separator-eudc-email] menu-bar-separator) (define-key map [expand-inline] `(menu-item ,(purecopy "Expand Inline Query") eudc-expand-inline :help ,(purecopy "Query the directory server, and expand the query string before point"))) (define-key map [query] `(menu-item ,(purecopy "Query with Form") eudc-query-form :help ,(purecopy "Display a form to query the directory server"))) (define-key map [separator-eudc-query] menu-bar-separator) (define-key map [new] `(menu-item ,(purecopy "New Server") eudc-set-server :help ,(purecopy "Set the directory server to SERVER using PROTOCOL"))) (define-key map [load] `(menu-item ,(purecopy "Load Hotlist of Servers") eudc-load-eudc :help ,(purecopy "Load the Emacs Unified Directory Client"))) map)) (fset 'eudc-tools-menu (symbol-value 'eudc-tools-menu))) (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)))))))))))
9991 ;;;***
9993 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9994 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9995 ;;;;;; "eudc-bob" "net/eudc-bob.el" (20355 10021 546955 0))
9996 ;;; Generated autoloads from net/eudc-bob.el
9998 (autoload 'eudc-display-generic-binary "eudc-bob" "\
9999 Display a button for unidentified binary DATA.
10001 \(fn DATA)" nil nil)
10003 (autoload 'eudc-display-url "eudc-bob" "\
10004 Display URL and make it clickable.
10006 \(fn URL)" nil nil)
10008 (autoload 'eudc-display-mail "eudc-bob" "\
10009 Display e-mail address and make it clickable.
10011 \(fn MAIL)" nil nil)
10013 (autoload 'eudc-display-sound "eudc-bob" "\
10014 Display a button to play the sound DATA.
10016 \(fn DATA)" nil nil)
10018 (autoload 'eudc-display-jpeg-inline "eudc-bob" "\
10019 Display the JPEG DATA inline at point if possible.
10021 \(fn DATA)" nil nil)
10023 (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\
10024 Display a button for the JPEG DATA.
10026 \(fn DATA)" nil nil)
10028 ;;;***
10030 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10031 ;;;;;; "eudc-export" "net/eudc-export.el" (20355 10021 546955 0))
10032 ;;; Generated autoloads from net/eudc-export.el
10034 (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
10035 Insert record at point into the BBDB database.
10036 This function can only be called from a directory query result buffer.
10038 \(fn)" t nil)
10040 (autoload 'eudc-try-bbdb-insert "eudc-export" "\
10041 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10043 \(fn)" t nil)
10045 ;;;***
10047 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10048 ;;;;;; (20355 10021 546955 0))
10049 ;;; Generated autoloads from net/eudc-hotlist.el
10051 (autoload 'eudc-edit-hotlist "eudc-hotlist" "\
10052 Edit the hotlist of directory servers in a specialized buffer.
10054 \(fn)" t nil)
10056 ;;;***
10058 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20453
10059 ;;;;;; 5437 764254 0))
10060 ;;; Generated autoloads from emacs-lisp/ewoc.el
10062 (autoload 'ewoc-create "ewoc" "\
10063 Create an empty ewoc.
10065 The ewoc will be inserted in the current buffer at the current position.
10067 PRETTY-PRINTER should be a function that takes one argument, an
10068 element, and inserts a string representing it in the buffer (at
10069 point). The string PRETTY-PRINTER inserts may be empty or span
10070 several lines. The PRETTY-PRINTER should use `insert', and not
10071 `insert-before-markers'.
10073 Optional second and third arguments HEADER and FOOTER are strings,
10074 possibly empty, that will always be present at the top and bottom,
10075 respectively, of the ewoc.
10077 Normally, a newline is automatically inserted after the header,
10078 the footer and every node's printed representation. Optional
10079 fourth arg NOSEP non-nil inhibits this.
10081 \(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil)
10083 ;;;***
10085 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10086 ;;;;;; executable-self-display executable-set-magic executable-interpret
10087 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10088 ;;;;;; (20355 10021 546955 0))
10089 ;;; Generated autoloads from progmodes/executable.el
10091 (autoload 'executable-command-find-posix-p "executable" "\
10092 Check if PROGRAM handles arguments Posix-style.
10093 If PROGRAM is non-nil, use that instead of \"find\".
10095 \(fn &optional PROGRAM)" nil nil)
10097 (autoload 'executable-interpret "executable" "\
10098 Run script with user-specified args, and collect output in a buffer.
10099 While script runs asynchronously, you can use the \\[next-error]
10100 command to find the next error. The buffer is also in `comint-mode' and
10101 `compilation-shell-minor-mode', so that you can answer any prompts.
10103 \(fn COMMAND)" t nil)
10105 (autoload 'executable-set-magic "executable" "\
10106 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
10107 The variables `executable-magicless-file-regexp', `executable-prefix',
10108 `executable-insert', `executable-query' and `executable-chmod' control
10109 when and how magic numbers are inserted or replaced and scripts made
10110 executable.
10112 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
10114 (autoload 'executable-self-display "executable" "\
10115 Turn a text file into a self-displaying Un*x command.
10116 The magic number of such a command displays all lines but itself.
10118 \(fn)" t nil)
10120 (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\
10121 Make file executable according to umask if not already executable.
10122 If file already has any execute bits set at all, do not change existing
10123 file modes.
10125 \(fn)" nil nil)
10127 ;;;***
10129 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10130 ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10131 ;;;;;; (20355 10021 546955 0))
10132 ;;; Generated autoloads from expand.el
10134 (autoload 'expand-add-abbrevs "expand" "\
10135 Add a list of abbreviations to abbrev table TABLE.
10136 ABBREVS is a list of abbrev definitions; each abbrev description entry
10137 has the form (ABBREV EXPANSION ARG).
10139 ABBREV is the abbreviation to replace.
10141 EXPANSION is the replacement string or a function which will make the
10142 expansion. For example, you could use the DMacros or skeleton packages
10143 to generate such functions.
10145 ARG is an optional argument which can be a number or a list of
10146 numbers. If ARG is a number, point is placed ARG chars from the
10147 beginning of the expanded text.
10149 If ARG is a list of numbers, point is placed according to the first
10150 member of the list, but you can visit the other specified positions
10151 cyclically with the functions `expand-jump-to-previous-slot' and
10152 `expand-jump-to-next-slot'.
10154 If ARG is omitted, point is placed at the end of the expanded text.
10156 \(fn TABLE ABBREVS)" nil nil)
10158 (autoload 'expand-abbrev-hook "expand" "\
10159 Abbrev hook used to do the expansion job of expand abbrevs.
10160 See `expand-add-abbrevs'. Value is non-nil if expansion was done.
10162 \(fn)" nil nil)
10164 (autoload 'expand-jump-to-previous-slot "expand" "\
10165 Move the cursor to the previous slot in the last abbrev expansion.
10166 This is used only in conjunction with `expand-add-abbrevs'.
10168 \(fn)" t nil)
10170 (autoload 'expand-jump-to-next-slot "expand" "\
10171 Move the cursor to the next slot in the last abbrev expansion.
10172 This is used only in conjunction with `expand-add-abbrevs'.
10174 \(fn)" t nil)
10175 (define-key abbrev-map "p" 'expand-jump-to-previous-slot)
10176 (define-key abbrev-map "n" 'expand-jump-to-next-slot)
10178 ;;;***
10180 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20461 32935
10181 ;;;;;; 300400 0))
10182 ;;; Generated autoloads from progmodes/f90.el
10184 (autoload 'f90-mode "f90" "\
10185 Major mode for editing Fortran 90,95 code in free format.
10186 For fixed format code, use `fortran-mode'.
10188 \\[f90-indent-line] indents the current line.
10189 \\[f90-indent-new-line] indents current line and creates a new indented line.
10190 \\[f90-indent-subprogram] indents the current subprogram.
10192 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
10194 Key definitions:
10195 \\{f90-mode-map}
10197 Variables controlling indentation style and extra features:
10199 `f90-do-indent'
10200 Extra indentation within do blocks (default 3).
10201 `f90-if-indent'
10202 Extra indentation within if/select/where/forall blocks (default 3).
10203 `f90-type-indent'
10204 Extra indentation within type/enum/interface/block-data blocks (default 3).
10205 `f90-program-indent'
10206 Extra indentation within program/module/subroutine/function blocks
10207 (default 2).
10208 `f90-associate-indent'
10209 Extra indentation within associate blocks (default 2).
10210 `f90-critical-indent'
10211 Extra indentation within critical/block blocks (default 2).
10212 `f90-continuation-indent'
10213 Extra indentation applied to continuation lines (default 5).
10214 `f90-comment-region'
10215 String inserted by function \\[f90-comment-region] at start of each
10216 line in region (default \"!!!$\").
10217 `f90-indented-comment-re'
10218 Regexp determining the type of comment to be intended like code
10219 (default \"!\").
10220 `f90-directive-comment-re'
10221 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
10222 (default \"!hpf\\\\$\").
10223 `f90-break-delimiters'
10224 Regexp holding list of delimiters at which lines may be broken
10225 (default \"[-+*/><=,% \\t]\").
10226 `f90-break-before-delimiters'
10227 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
10228 (default t).
10229 `f90-beginning-ampersand'
10230 Automatic insertion of & at beginning of continuation lines (default t).
10231 `f90-smart-end'
10232 From an END statement, check and fill the end using matching block start.
10233 Allowed values are 'blink, 'no-blink, and nil, which determine
10234 whether to blink the matching beginning (default 'blink).
10235 `f90-auto-keyword-case'
10236 Automatic change of case of keywords (default nil).
10237 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
10238 `f90-leave-line-no'
10239 Do not left-justify line numbers (default nil).
10241 Turning on F90 mode calls the value of the variable `f90-mode-hook'
10242 with no args, if that value is non-nil.
10244 \(fn)" t nil)
10246 ;;;***
10248 ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10249 ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10250 ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10251 ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20476
10252 ;;;;;; 31768 298871 0))
10253 ;;; Generated autoloads from face-remap.el
10255 (autoload 'face-remap-add-relative "face-remap" "\
10256 Add a face remapping entry of FACE to SPECS in the current buffer.
10257 Return a cookie which can be used to delete this remapping with
10258 `face-remap-remove-relative'.
10260 The remaining arguments, SPECS, should form a list of faces.
10261 Each list element should be either a face name or a property list
10262 of face attribute/value pairs. If more than one face is listed,
10263 that specifies an aggregate face, in the same way as in a `face'
10264 text property, except for possible priority changes noted below.
10266 The face remapping specified by SPECS takes effect alongside the
10267 remappings from other calls to `face-remap-add-relative' for the
10268 same FACE, as well as the normal definition of FACE (at lowest
10269 priority). This function tries to sort multiple remappings for
10270 the same face, so that remappings specifying relative face
10271 attributes are applied after remappings specifying absolute face
10272 attributes.
10274 The base (lowest priority) remapping may be set to something
10275 other than the normal definition of FACE via `face-remap-set-base'.
10277 \(fn FACE &rest SPECS)" nil nil)
10279 (autoload 'face-remap-reset-base "face-remap" "\
10280 Set the base remapping of FACE to the normal definition of FACE.
10281 This causes the remappings specified by `face-remap-add-relative'
10282 to apply on top of the normal definition of FACE.
10284 \(fn FACE)" nil nil)
10286 (autoload 'face-remap-set-base "face-remap" "\
10287 Set the base remapping of FACE in the current buffer to SPECS.
10288 This causes the remappings specified by `face-remap-add-relative'
10289 to apply on top of the face specification given by SPECS.
10291 The remaining arguments, SPECS, should form a list of faces.
10292 Each list element should be either a face name or a property list
10293 of face attribute/value pairs, like in a `face' text property.
10295 If SPECS is empty, call `face-remap-reset-base' to use the normal
10296 definition of FACE as the base remapping; note that this is
10297 different from SPECS containing a single value `nil', which means
10298 not to inherit from the global definition of FACE at all.
10300 \(fn FACE &rest SPECS)" nil nil)
10302 (autoload 'text-scale-set "face-remap" "\
10303 Set the scale factor of the default face in the current buffer to LEVEL.
10304 If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled.
10306 LEVEL is a number of steps, with 0 representing the default size.
10307 Each step scales the height of the default face by the variable
10308 `text-scale-mode-step' (a negative number decreases the height by
10309 the same amount).
10311 \(fn LEVEL)" t nil)
10313 (autoload 'text-scale-increase "face-remap" "\
10314 Increase the height of the default face in the current buffer by INC steps.
10315 If the new height is other than the default, `text-scale-mode' is enabled.
10317 Each step scales the height of the default face by the variable
10318 `text-scale-mode-step' (a negative number of steps decreases the
10319 height by the same amount). As a special case, an argument of 0
10320 will remove any scaling currently active.
10322 \(fn INC)" t nil)
10324 (autoload 'text-scale-decrease "face-remap" "\
10325 Decrease the height of the default face in the current buffer by DEC steps.
10326 See `text-scale-increase' for more details.
10328 \(fn DEC)" t nil)
10329 (define-key ctl-x-map [(control ?+)] 'text-scale-adjust)
10330 (define-key ctl-x-map [(control ?-)] 'text-scale-adjust)
10331 (define-key ctl-x-map [(control ?=)] 'text-scale-adjust)
10332 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust)
10334 (autoload 'text-scale-adjust "face-remap" "\
10335 Increase or decrease the height of the default face in the current buffer.
10337 The actual adjustment made depends on the final component of the
10338 key-binding used to invoke the command, with all modifiers removed:
10340 +, = Increase the default face height by one step
10341 - Decrease the default face height by one step
10342 0 Reset the default face height to the global default
10344 Then, continue to read input events and further adjust the face
10345 height as long as the input event read (with all modifiers removed)
10346 is one of the above.
10348 Each step scales the height of the default face by the variable
10349 `text-scale-mode-step' (a negative number of steps decreases the
10350 height by the same amount). As a special case, an argument of 0
10351 will remove any scaling currently active.
10353 This command is a special-purpose wrapper around the
10354 `text-scale-increase' command which makes repetition convenient
10355 even when it is bound in a non-top-level keymap. For binding in
10356 a top-level keymap, `text-scale-increase' or
10357 `text-scale-decrease' may be more appropriate.
10359 \(fn INC)" t nil)
10361 (autoload 'buffer-face-mode "face-remap" "\
10362 Minor mode for a buffer-specific default face.
10363 With a prefix argument ARG, enable the mode if ARG is positive,
10364 and disable it otherwise. If called from Lisp, enable the mode
10365 if ARG is omitted or nil. When enabled, the face specified by the
10366 variable `buffer-face-mode-face' is used to display the buffer text.
10368 \(fn &optional ARG)" t nil)
10370 (autoload 'buffer-face-set "face-remap" "\
10371 Enable `buffer-face-mode', using face specs SPECS.
10372 Each argument in SPECS should be a face, i.e. either a face name
10373 or a property list of face attributes and values. If more than
10374 one face is listed, that specifies an aggregate face, like in a
10375 `face' text property. If SPECS is nil or omitted, disable
10376 `buffer-face-mode'.
10378 This function makes the variable `buffer-face-mode-face' buffer
10379 local, and sets it to FACE.
10381 \(fn &rest SPECS)" t nil)
10383 (autoload 'buffer-face-toggle "face-remap" "\
10384 Toggle `buffer-face-mode', using face specs SPECS.
10385 Each argument in SPECS should be a face, i.e. either a face name
10386 or a property list of face attributes and values. If more than
10387 one face is listed, that specifies an aggregate face, like in a
10388 `face' text property.
10390 If `buffer-face-mode' is already enabled, and is currently using
10391 the face specs SPECS, then it is disabled; if buffer-face-mode is
10392 disabled, or is enabled and currently displaying some other face,
10393 then is left enabled, but the face changed to reflect SPECS.
10395 This function will make the variable `buffer-face-mode-face'
10396 buffer local, and set it to SPECS.
10398 \(fn &rest SPECS)" t nil)
10400 (autoload 'variable-pitch-mode "face-remap" "\
10401 Variable-pitch default-face mode.
10402 An interface to `buffer-face-mode' which uses the `variable-pitch' face.
10403 Besides the choice of face, it is the same as `buffer-face-mode'.
10405 \(fn &optional ARG)" t nil)
10407 ;;;***
10409 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10410 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10411 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20501 3499
10412 ;;;;;; 284800 0))
10413 ;;; Generated autoloads from mail/feedmail.el
10415 (autoload 'feedmail-send-it "feedmail" "\
10416 Send the current mail buffer using the Feedmail package.
10417 This is a suitable value for `send-mail-function'. It can be used
10418 with various lower-level mechanisms to provide features such as queueing.
10420 \(fn)" nil nil)
10422 (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
10423 Like `feedmail-run-the-queue', but suppress confirmation prompts.
10425 \(fn &optional ARG)" t nil)
10427 (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\
10428 Like `feedmail-run-the-queue', but with a global confirmation prompt.
10429 This is generally most useful if run non-interactively, since you can
10430 bail out with an appropriate answer to the global confirmation prompt.
10432 \(fn &optional ARG)" t nil)
10434 (autoload 'feedmail-run-the-queue "feedmail" "\
10435 Visit each message in the feedmail queue directory and send it out.
10436 Return value is a list of three things: number of messages sent, number of
10437 messages skipped, and number of non-message things in the queue (commonly
10438 backup file names and the like).
10440 \(fn &optional ARG)" t nil)
10442 (autoload 'feedmail-queue-reminder "feedmail" "\
10443 Perform some kind of reminder activity about queued and draft messages.
10444 Called with an optional symbol argument which says what kind of event
10445 is triggering the reminder activity. The default is 'on-demand, which
10446 is what you typically would use if you were putting this in your Emacs start-up
10447 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
10448 internally by feedmail):
10450 after-immediate (a message has just been sent in immediate mode)
10451 after-queue (a message has just been queued)
10452 after-draft (a message has just been placed in the draft directory)
10453 after-run (the queue has just been run, possibly sending messages)
10455 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
10456 the associated value is a function, it is called without arguments and is expected
10457 to perform the reminder activity. You can supply your own reminder functions
10458 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
10459 you can set `feedmail-queue-reminder-alist' to nil.
10461 \(fn &optional WHAT-EVENT)" t nil)
10463 ;;;***
10465 ;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point
10466 ;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10467 ;;;;;; "ffap.el" (20479 62884 77836 0))
10468 ;;; Generated autoloads from ffap.el
10470 (autoload 'ffap-next "ffap" "\
10471 Search buffer for next file or URL, and run ffap.
10472 Optional argument BACK says to search backwards.
10473 Optional argument WRAP says to try wrapping around if necessary.
10474 Interactively: use a single prefix to search backwards,
10475 double prefix to wrap forward, triple to wrap backwards.
10476 Actual search is done by `ffap-next-guess'.
10478 \(fn &optional BACK WRAP)" t nil)
10480 (autoload 'find-file-at-point "ffap" "\
10481 Find FILENAME, guessing a default from text around point.
10482 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
10483 With a prefix, this command behaves exactly like `ffap-file-finder'.
10484 If `ffap-require-prefix' is set, the prefix meaning is reversed.
10485 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
10486 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10488 \(fn &optional FILENAME)" t nil)
10490 (defalias 'ffap 'find-file-at-point)
10492 (autoload 'ffap-menu "ffap" "\
10493 Put up a menu of files and URLs mentioned in this buffer.
10494 Then set mark, jump to choice, and try to fetch it. The menu is
10495 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
10496 The optional RESCAN argument (a prefix, interactively) forces
10497 a rebuild. Searches with `ffap-menu-regexp'.
10499 \(fn &optional RESCAN)" t nil)
10501 (autoload 'ffap-at-mouse "ffap" "\
10502 Find file or URL guessed from text around mouse click.
10503 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
10504 Return value:
10505 * if a guess string is found, return it (after finding it)
10506 * if the fallback is called, return whatever it returns
10507 * otherwise, nil
10509 \(fn E)" t nil)
10511 (autoload 'dired-at-point "ffap" "\
10512 Start Dired, defaulting to file at point. See `ffap'.
10513 If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
10515 \(fn &optional FILENAME)" t nil)
10517 (autoload 'ffap-guess-file-name-at-point "ffap" "\
10518 Try to get a file name at point.
10519 This hook is intended to be put in `file-name-at-point-functions'.
10521 \(fn)" nil nil)
10523 (autoload 'ffap-bindings "ffap" "\
10524 Evaluate the forms in variable `ffap-bindings'.
10526 \(fn)" t nil)
10528 ;;;***
10530 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10531 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10532 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10533 ;;;;;; "filecache" "filecache.el" (20355 10021 546955 0))
10534 ;;; Generated autoloads from filecache.el
10536 (autoload 'file-cache-add-directory "filecache" "\
10537 Add DIRECTORY to the file cache.
10538 If the optional REGEXP argument is non-nil, only files which match it will
10539 be added to the cache.
10541 \(fn DIRECTORY &optional REGEXP)" t nil)
10543 (autoload 'file-cache-add-directory-list "filecache" "\
10544 Add DIRECTORY-LIST (a list of directory names) to the file cache.
10545 If the optional REGEXP argument is non-nil, only files which match it
10546 will be added to the cache. Note that the REGEXP is applied to the
10547 files in each directory, not to the directory list itself.
10549 \(fn DIRECTORY-LIST &optional REGEXP)" t nil)
10551 (autoload 'file-cache-add-file "filecache" "\
10552 Add FILE to the file cache.
10554 \(fn FILE)" t nil)
10556 (autoload 'file-cache-add-directory-using-find "filecache" "\
10557 Use the `find' command to add files to the file cache.
10558 Find is run in DIRECTORY.
10560 \(fn DIRECTORY)" t nil)
10562 (autoload 'file-cache-add-directory-using-locate "filecache" "\
10563 Use the `locate' command to add files to the file cache.
10564 STRING is passed as an argument to the locate command.
10566 \(fn STRING)" t nil)
10568 (autoload 'file-cache-add-directory-recursively "filecache" "\
10569 Adds DIR and any subdirectories to the file-cache.
10570 This function does not use any external programs.
10571 If the optional REGEXP argument is non-nil, only files which match it
10572 will be added to the cache. Note that the REGEXP is applied to the
10573 files in each directory, not to the directory list itself.
10575 \(fn DIR &optional REGEXP)" t nil)
10577 (autoload 'file-cache-minibuffer-complete "filecache" "\
10578 Complete a filename in the minibuffer using a preloaded cache.
10579 Filecache does two kinds of substitution: it completes on names in
10580 the cache, and, once it has found a unique name, it cycles through
10581 the directories that the name is available in. With a prefix argument,
10582 the name is considered already unique; only the second substitution
10583 \(directories) is done.
10585 \(fn ARG)" t nil)
10587 ;;;***
10589 ;;;### (autoloads (copy-dir-locals-to-file-locals-prop-line copy-dir-locals-to-file-locals
10590 ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10591 ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10592 ;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10593 ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20355 10021
10594 ;;;;;; 546955 0))
10595 ;;; Generated autoloads from files-x.el
10597 (autoload 'add-file-local-variable "files-x" "\
10598 Add file-local VARIABLE with its VALUE to the Local Variables list.
10600 This command deletes all existing settings of VARIABLE (except `mode'
10601 and `eval') and adds a new file-local VARIABLE with VALUE to the
10602 Local Variables list.
10604 If there is no Local Variables list in the current file buffer
10605 then this function adds the first line containing the string
10606 `Local Variables:' and the last line containing the string `End:'.
10608 \(fn VARIABLE VALUE)" t nil)
10610 (autoload 'delete-file-local-variable "files-x" "\
10611 Delete all settings of file-local VARIABLE from the Local Variables list.
10613 \(fn VARIABLE)" t nil)
10615 (autoload 'add-file-local-variable-prop-line "files-x" "\
10616 Add file-local VARIABLE with its VALUE to the -*- line.
10618 This command deletes all existing settings of VARIABLE (except `mode'
10619 and `eval') and adds a new file-local VARIABLE with VALUE to
10620 the -*- line.
10622 If there is no -*- line at the beginning of the current file buffer
10623 then this function adds it.
10625 \(fn VARIABLE VALUE)" t nil)
10627 (autoload 'delete-file-local-variable-prop-line "files-x" "\
10628 Delete all settings of file-local VARIABLE from the -*- line.
10630 \(fn VARIABLE)" t nil)
10632 (autoload 'add-dir-local-variable "files-x" "\
10633 Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
10635 \(fn MODE VARIABLE VALUE)" t nil)
10637 (autoload 'delete-dir-local-variable "files-x" "\
10638 Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
10640 \(fn MODE VARIABLE)" t nil)
10642 (autoload 'copy-file-locals-to-dir-locals "files-x" "\
10643 Copy file-local variables to .dir-locals.el.
10645 \(fn)" t nil)
10647 (autoload 'copy-dir-locals-to-file-locals "files-x" "\
10648 Copy directory-local variables to the Local Variables list.
10650 \(fn)" t nil)
10652 (autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10653 Copy directory-local variables to the -*- line.
10655 \(fn)" t nil)
10657 ;;;***
10659 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20476
10660 ;;;;;; 31768 298871 0))
10661 ;;; Generated autoloads from filesets.el
10663 (autoload 'filesets-init "filesets" "\
10664 Filesets initialization.
10665 Set up hooks, load the cache file -- if existing -- and build the menu.
10667 \(fn)" nil nil)
10669 ;;;***
10671 ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20355 10021
10672 ;;;;;; 546955 0))
10673 ;;; Generated autoloads from find-cmd.el
10675 (autoload 'find-cmd "find-cmd" "\
10676 Initiate the building of a find command.
10677 For example:
10679 \(find-cmd '(prune (name \".svn\" \".git\" \".CVS\"))
10680 '(and (or (name \"*.pl\" \"*.pm\" \"*.t\")
10681 (mtime \"+1\"))
10682 (fstype \"nfs\" \"ufs\"))))
10684 `default-directory' is used as the initial search path. The
10685 result is a string that should be ready for the command line.
10687 \(fn &rest SUBFINDS)" nil nil)
10689 ;;;***
10691 ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10692 ;;;;;; "find-dired.el" (20355 10021 546955 0))
10693 ;;; Generated autoloads from find-dired.el
10695 (autoload 'find-dired "find-dired" "\
10696 Run `find' and go into Dired mode on a buffer of the output.
10697 The command run (after changing into DIR) is essentially
10699 find . \\( ARGS \\) -ls
10701 except that the car of the variable `find-ls-option' specifies what to
10702 use in place of \"-ls\" as the final argument.
10704 \(fn DIR ARGS)" t nil)
10706 (autoload 'find-name-dired "find-dired" "\
10707 Search DIR recursively for files matching the globbing pattern PATTERN,
10708 and run dired on those files.
10709 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
10710 The command run (after changing into DIR) is
10712 find . -name 'PATTERN' -ls
10714 \(fn DIR PATTERN)" t nil)
10716 (autoload 'find-grep-dired "find-dired" "\
10717 Find files in DIR containing a regexp REGEXP and start Dired on output.
10718 The command run (after changing into DIR) is
10720 find . \\( -type f -exec `grep-program' `find-grep-options' \\
10721 -e REGEXP {} \\; \\) -ls
10723 where the car of the variable `find-ls-option' specifies what to
10724 use in place of \"-ls\" as the final argument.
10726 \(fn DIR REGEXP)" t nil)
10728 ;;;***
10730 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10731 ;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs)
10732 ;;;;;; "find-file" "find-file.el" (20387 44199 24128 0))
10733 ;;; Generated autoloads from find-file.el
10735 (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
10736 List of special constructs recognized by `ff-treat-as-special'.
10737 Each element, tried in order, has the form (REGEXP . EXTRACT).
10738 If REGEXP matches the current line (from the beginning of the line),
10739 `ff-treat-as-special' calls function EXTRACT with no args.
10740 If EXTRACT returns nil, keep trying. Otherwise, return the
10741 filename that EXTRACT returned.")
10743 (custom-autoload 'ff-special-constructs "find-file" t)
10745 (autoload 'ff-get-other-file "find-file" "\
10746 Find the header or source file corresponding to this file.
10747 See also the documentation for `ff-find-other-file'.
10749 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
10751 \(fn &optional IN-OTHER-WINDOW)" t nil)
10753 (defalias 'ff-find-related-file 'ff-find-other-file)
10755 (autoload 'ff-find-other-file "find-file" "\
10756 Find the header or source file corresponding to this file.
10757 Being on a `#include' line pulls in that file.
10759 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
10760 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
10762 Variables of interest include:
10764 - `ff-case-fold-search'
10765 Non-nil means ignore cases in matches (see `case-fold-search').
10766 If you have extensions in different cases, you will want this to be nil.
10768 - `ff-always-in-other-window'
10769 If non-nil, always open the other file in another window, unless an
10770 argument is given to `ff-find-other-file'.
10772 - `ff-ignore-include'
10773 If non-nil, ignores #include lines.
10775 - `ff-always-try-to-create'
10776 If non-nil, always attempt to create the other file if it was not found.
10778 - `ff-quiet-mode'
10779 If non-nil, traces which directories are being searched.
10781 - `ff-special-constructs'
10782 A list of regular expressions specifying how to recognize special
10783 constructs such as include files etc, and an associated method for
10784 extracting the filename from that construct.
10786 - `ff-other-file-alist'
10787 Alist of extensions to find given the current file's extension.
10789 - `ff-search-directories'
10790 List of directories searched through with each extension specified in
10791 `ff-other-file-alist' that matches this file's extension.
10793 - `ff-pre-find-hook'
10794 List of functions to be called before the search for the file starts.
10796 - `ff-pre-load-hook'
10797 List of functions to be called before the other file is loaded.
10799 - `ff-post-load-hook'
10800 List of functions to be called after the other file is loaded.
10802 - `ff-not-found-hook'
10803 List of functions to be called if the other file could not be found.
10805 - `ff-file-created-hook'
10806 List of functions to be called if the other file has been created.
10808 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
10810 (autoload 'ff-mouse-find-other-file "find-file" "\
10811 Visit the file you click on.
10813 \(fn EVENT)" t nil)
10815 (autoload 'ff-mouse-find-other-file-other-window "find-file" "\
10816 Visit the file you click on in another window.
10818 \(fn EVENT)" t nil)
10820 ;;;***
10822 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
10823 ;;;;;; find-function-at-point find-function-on-key find-face-definition
10824 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10825 ;;;;;; find-variable find-variable-noselect find-function-other-frame
10826 ;;;;;; find-function-other-window find-function find-function-noselect
10827 ;;;;;; find-function-search-for-symbol find-library) "find-func"
10828 ;;;;;; "emacs-lisp/find-func.el" (20497 6436 957082 0))
10829 ;;; Generated autoloads from emacs-lisp/find-func.el
10831 (autoload 'find-library "find-func" "\
10832 Find the Emacs Lisp source of LIBRARY.
10833 LIBRARY should be a string (the name of the library).
10835 \(fn LIBRARY)" t nil)
10837 (autoload 'find-function-search-for-symbol "find-func" "\
10838 Search for SYMBOL's definition of type TYPE in LIBRARY.
10839 Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
10840 or just (BUFFER . nil) if the definition can't be found in the file.
10842 If TYPE is nil, look for a function definition.
10843 Otherwise, TYPE specifies the kind of definition,
10844 and it is interpreted via `find-function-regexp-alist'.
10845 The search is done in the source for library LIBRARY.
10847 \(fn SYMBOL TYPE LIBRARY)" nil nil)
10849 (autoload 'find-function-noselect "find-func" "\
10850 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
10852 Finds the source file containing the definition of FUNCTION
10853 in a buffer and the point of the definition. The buffer is
10854 not selected. If the function definition can't be found in
10855 the buffer, returns (BUFFER).
10857 If FUNCTION is a built-in function, this function normally
10858 attempts to find it in the Emacs C sources; however, if LISP-ONLY
10859 is non-nil, signal an error instead.
10861 If the file where FUNCTION is defined is not known, then it is
10862 searched for in `find-function-source-path' if non-nil, otherwise
10863 in `load-path'.
10865 \(fn FUNCTION &optional LISP-ONLY)" nil nil)
10867 (autoload 'find-function "find-func" "\
10868 Find the definition of the FUNCTION near point.
10870 Finds the source file containing the definition of the function
10871 near point (selected by `function-called-at-point') in a buffer and
10872 places point before the definition.
10873 Set mark before moving, if the buffer already existed.
10875 The library where FUNCTION is defined is searched for in
10876 `find-function-source-path', if non-nil, otherwise in `load-path'.
10877 See also `find-function-recenter-line' and `find-function-after-hook'.
10879 \(fn FUNCTION)" t nil)
10881 (autoload 'find-function-other-window "find-func" "\
10882 Find, in another window, the definition of FUNCTION near point.
10884 See `find-function' for more details.
10886 \(fn FUNCTION)" t nil)
10888 (autoload 'find-function-other-frame "find-func" "\
10889 Find, in another frame, the definition of FUNCTION near point.
10891 See `find-function' for more details.
10893 \(fn FUNCTION)" t nil)
10895 (autoload 'find-variable-noselect "find-func" "\
10896 Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
10898 Finds the library containing the definition of VARIABLE in a buffer and
10899 the point of the definition. The buffer is not selected.
10900 If the variable's definition can't be found in the buffer, return (BUFFER).
10902 The library where VARIABLE is defined is searched for in FILE or
10903 `find-function-source-path', if non-nil, otherwise in `load-path'.
10905 \(fn VARIABLE &optional FILE)" nil nil)
10907 (autoload 'find-variable "find-func" "\
10908 Find the definition of the VARIABLE at or before point.
10910 Finds the library containing the definition of the variable
10911 near point (selected by `variable-at-point') in a buffer and
10912 places point before the definition.
10914 Set mark before moving, if the buffer already existed.
10916 The library where VARIABLE is defined is searched for in
10917 `find-function-source-path', if non-nil, otherwise in `load-path'.
10918 See also `find-function-recenter-line' and `find-function-after-hook'.
10920 \(fn VARIABLE)" t nil)
10922 (autoload 'find-variable-other-window "find-func" "\
10923 Find, in another window, the definition of VARIABLE near point.
10925 See `find-variable' for more details.
10927 \(fn VARIABLE)" t nil)
10929 (autoload 'find-variable-other-frame "find-func" "\
10930 Find, in another frame, the definition of VARIABLE near point.
10932 See `find-variable' for more details.
10934 \(fn VARIABLE)" t nil)
10936 (autoload 'find-definition-noselect "find-func" "\
10937 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10938 If the definition can't be found in the buffer, return (BUFFER).
10939 TYPE says what type of definition: nil for a function, `defvar' for a
10940 variable, `defface' for a face. This function does not switch to the
10941 buffer nor display it.
10943 The library where SYMBOL is defined is searched for in FILE or
10944 `find-function-source-path', if non-nil, otherwise in `load-path'.
10946 \(fn SYMBOL TYPE &optional FILE)" nil nil)
10948 (autoload 'find-face-definition "find-func" "\
10949 Find the definition of FACE. FACE defaults to the name near point.
10951 Finds the Emacs Lisp library containing the definition of the face
10952 near point (selected by `variable-at-point') in a buffer and
10953 places point before the definition.
10955 Set mark before moving, if the buffer already existed.
10957 The library where FACE is defined is searched for in
10958 `find-function-source-path', if non-nil, otherwise in `load-path'.
10959 See also `find-function-recenter-line' and `find-function-after-hook'.
10961 \(fn FACE)" t nil)
10963 (autoload 'find-function-on-key "find-func" "\
10964 Find the function that KEY invokes. KEY is a string.
10965 Set mark before moving, if the buffer already existed.
10967 \(fn KEY)" t nil)
10969 (autoload 'find-function-at-point "find-func" "\
10970 Find directly the function at point in the other window.
10972 \(fn)" t nil)
10974 (autoload 'find-variable-at-point "find-func" "\
10975 Find directly the variable at point in the other window.
10977 \(fn)" t nil)
10979 (autoload 'find-function-setup-keys "find-func" "\
10980 Define some key bindings for the find-function family of functions.
10982 \(fn)" nil nil)
10984 ;;;***
10986 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10987 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20355 10021
10988 ;;;;;; 546955 0))
10989 ;;; Generated autoloads from find-lisp.el
10991 (autoload 'find-lisp-find-dired "find-lisp" "\
10992 Find files in DIR, matching REGEXP.
10994 \(fn DIR REGEXP)" t nil)
10996 (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\
10997 Find all subdirectories of DIR.
10999 \(fn DIR)" t nil)
11001 (autoload 'find-lisp-find-dired-filter "find-lisp" "\
11002 Change the filter on a find-lisp-find-dired buffer to REGEXP.
11004 \(fn REGEXP)" t nil)
11006 ;;;***
11008 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11009 ;;;;;; "finder" "finder.el" (20355 10021 546955 0))
11010 ;;; Generated autoloads from finder.el
11012 (autoload 'finder-list-keywords "finder" "\
11013 Display descriptions of the keywords in the Finder buffer.
11015 \(fn)" t nil)
11017 (autoload 'finder-commentary "finder" "\
11018 Display FILE's commentary section.
11019 FILE should be in a form suitable for passing to `locate-library'.
11021 \(fn FILE)" t nil)
11023 (autoload 'finder-by-keyword "finder" "\
11024 Find packages matching a given keyword.
11026 \(fn)" t nil)
11028 ;;;***
11030 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11031 ;;;;;; "flow-ctrl.el" (20355 10021 546955 0))
11032 ;;; Generated autoloads from flow-ctrl.el
11034 (autoload 'enable-flow-control "flow-ctrl" "\
11035 Toggle flow control handling.
11036 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
11037 With arg, enable flow control mode if arg is positive, otherwise disable.
11039 \(fn &optional ARGUMENT)" t nil)
11041 (autoload 'enable-flow-control-on "flow-ctrl" "\
11042 Enable flow control if using one of a specified set of terminal types.
11043 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
11044 on VT-100 and H19 terminals. When flow control is enabled,
11045 you must type C-\\ to get the effect of a C-s, and type C-^
11046 to get the effect of a C-q.
11048 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
11050 ;;;***
11052 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11053 ;;;;;; (20355 10021 546955 0))
11054 ;;; Generated autoloads from gnus/flow-fill.el
11056 (autoload 'fill-flowed-encode "flow-fill" "\
11059 \(fn &optional BUFFER)" nil nil)
11061 (autoload 'fill-flowed "flow-fill" "\
11064 \(fn &optional BUFFER DELETE-SPACE)" nil nil)
11066 ;;;***
11068 ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
11069 ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20482 39076
11070 ;;;;;; 289170 0))
11071 ;;; Generated autoloads from progmodes/flymake.el
11073 (autoload 'flymake-mode "flymake" "\
11074 Toggle on-the-fly syntax checking.
11075 With a prefix argument ARG, enable the mode if ARG is positive,
11076 and disable it otherwise. If called from Lisp, enable the mode
11077 if ARG is omitted or nil.
11079 \(fn &optional ARG)" t nil)
11081 (autoload 'flymake-mode-on "flymake" "\
11082 Turn flymake mode on.
11084 \(fn)" nil nil)
11086 (autoload 'flymake-mode-off "flymake" "\
11087 Turn flymake mode off.
11089 \(fn)" nil nil)
11091 (autoload 'flymake-find-file-hook "flymake" "\
11094 \(fn)" nil nil)
11096 ;;;***
11098 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11099 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11100 ;;;;;; "flyspell" "textmodes/flyspell.el" (20434 17809 692608 0))
11101 ;;; Generated autoloads from textmodes/flyspell.el
11103 (autoload 'flyspell-prog-mode "flyspell" "\
11104 Turn on `flyspell-mode' for comments and strings.
11106 \(fn)" t nil)
11107 (defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.")
11109 (autoload 'flyspell-mode "flyspell" "\
11110 Toggle on-the-fly spell checking (Flyspell mode).
11111 With a prefix argument ARG, enable Flyspell mode if ARG is
11112 positive, and disable it otherwise. If called from Lisp, enable
11113 the mode if ARG is omitted or nil.
11115 Flyspell mode is a buffer-local minor mode. When enabled, it
11116 spawns a single Ispell process and checks each word. The default
11117 flyspell behavior is to highlight incorrect words.
11119 Bindings:
11120 \\[ispell-word]: correct words (using Ispell).
11121 \\[flyspell-auto-correct-word]: automatically correct word.
11122 \\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
11123 \\[flyspell-correct-word] (or down-mouse-2): popup correct words.
11125 Hooks:
11126 This runs `flyspell-mode-hook' after flyspell mode is entered or exit.
11128 Remark:
11129 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
11130 valid. For instance, a different dictionary can be used by
11131 invoking `ispell-change-dictionary'.
11133 Consider using the `ispell-parser' to check your text. For instance
11134 consider adding:
11135 \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
11136 in your .emacs file.
11138 \\[flyspell-region] checks all words inside a region.
11139 \\[flyspell-buffer] checks the whole buffer.
11141 \(fn &optional ARG)" t nil)
11143 (autoload 'turn-on-flyspell "flyspell" "\
11144 Unconditionally turn on Flyspell mode.
11146 \(fn)" nil nil)
11148 (autoload 'turn-off-flyspell "flyspell" "\
11149 Unconditionally turn off Flyspell mode.
11151 \(fn)" nil nil)
11153 (autoload 'flyspell-mode-off "flyspell" "\
11154 Turn Flyspell mode off.
11156 \(fn)" nil nil)
11158 (autoload 'flyspell-region "flyspell" "\
11159 Flyspell text between BEG and END.
11161 \(fn BEG END)" t nil)
11163 (autoload 'flyspell-buffer "flyspell" "\
11164 Flyspell whole buffer.
11166 \(fn)" t nil)
11168 ;;;***
11170 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11171 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11172 ;;;;;; (20501 3499 284800 0))
11173 ;;; Generated autoloads from follow.el
11175 (autoload 'turn-on-follow-mode "follow" "\
11176 Turn on Follow mode. Please see the function `follow-mode'.
11178 \(fn)" nil nil)
11180 (autoload 'turn-off-follow-mode "follow" "\
11181 Turn off Follow mode. Please see the function `follow-mode'.
11183 \(fn)" nil nil)
11185 (autoload 'follow-mode "follow" "\
11186 Toggle Follow mode.
11187 With a prefix argument ARG, enable Follow mode if ARG is
11188 positive, and disable it otherwise. If called from Lisp, enable
11189 the mode if ARG is omitted or nil.
11191 Follow mode is a minor mode that combines windows into one tall
11192 virtual window. This is accomplished by two main techniques:
11194 * The windows always displays adjacent sections of the buffer.
11195 This means that whenever one window is moved, all the
11196 others will follow. (Hence the name Follow mode.)
11198 * Should the point (cursor) end up outside a window, another
11199 window displaying that point is selected, if possible. This
11200 makes it possible to walk between windows using normal cursor
11201 movement commands.
11203 Follow mode comes to its prime when used on a large screen and two
11204 side-by-side windows are used. The user can, with the help of Follow
11205 mode, use two full-height windows as though they would have been
11206 one. Imagine yourself editing a large function, or section of text,
11207 and being able to use 144 lines instead of the normal 72... (your
11208 mileage may vary).
11210 To split one large window into two side-by-side windows, the commands
11211 `\\[split-window-right]' or `M-x follow-delete-other-windows-and-split' can be used.
11213 Only windows displayed in the same frame follow each other.
11215 This command runs the normal hook `follow-mode-hook'.
11217 Keys specific to Follow mode:
11218 \\{follow-mode-map}
11220 \(fn &optional ARG)" t nil)
11222 (autoload 'follow-delete-other-windows-and-split "follow" "\
11223 Create two side by side windows and enter Follow mode.
11225 Execute this command to display as much as possible of the text
11226 in the selected window. All other windows, in the current
11227 frame, are deleted and the selected window is split in two
11228 side-by-side windows. Follow mode is activated, hence the
11229 two windows always will display two successive pages.
11230 \(If one window is moved, the other one will follow.)
11232 If ARG is positive, the leftmost window is selected. If negative,
11233 the rightmost is selected. If ARG is nil, the leftmost window is
11234 selected if the original window is the first one in the frame.
11236 \(fn &optional ARG)" t nil)
11238 ;;;***
11240 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20478
11241 ;;;;;; 3673 653810 0))
11242 ;;; Generated autoloads from mail/footnote.el
11244 (autoload 'footnote-mode "footnote" "\
11245 Toggle Footnote mode.
11246 With a prefix argument ARG, enable Footnote mode if ARG is
11247 positive, and disable it otherwise. If called from Lisp, enable
11248 the mode if ARG is omitted or nil.
11250 Footnode mode is a buffer-local minor mode. If enabled, it
11251 provides footnote support for `message-mode'. To get started,
11252 play around with the following keys:
11253 \\{footnote-minor-mode-map}
11255 \(fn &optional ARG)" t nil)
11257 ;;;***
11259 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11260 ;;;;;; "forms" "forms.el" (20427 14766 970343 0))
11261 ;;; Generated autoloads from forms.el
11263 (autoload 'forms-mode "forms" "\
11264 Major mode to visit files in a field-structured manner using a form.
11266 Commands: Equivalent keys in read-only mode:
11267 TAB forms-next-field TAB
11268 C-c TAB forms-next-field
11269 C-c < forms-first-record <
11270 C-c > forms-last-record >
11271 C-c ? describe-mode ?
11272 C-c C-k forms-delete-record
11273 C-c C-q forms-toggle-read-only q
11274 C-c C-o forms-insert-record
11275 C-c C-l forms-jump-record l
11276 C-c C-n forms-next-record n
11277 C-c C-p forms-prev-record p
11278 C-c C-r forms-search-reverse r
11279 C-c C-s forms-search-forward s
11280 C-c C-x forms-exit x
11282 \(fn &optional PRIMARY)" t nil)
11284 (autoload 'forms-find-file "forms" "\
11285 Visit a file in Forms mode.
11287 \(fn FN)" t nil)
11289 (autoload 'forms-find-file-other-window "forms" "\
11290 Visit a file in Forms mode in other window.
11292 \(fn FN)" t nil)
11294 ;;;***
11296 ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11297 ;;;;;; (20438 24024 724594 589000))
11298 ;;; Generated autoloads from progmodes/fortran.el
11300 (autoload 'fortran-mode "fortran" "\
11301 Major mode for editing Fortran code in fixed format.
11302 For free format code, use `f90-mode'.
11304 \\[fortran-indent-line] indents the current Fortran line correctly.
11305 Note that DO statements must not share a common CONTINUE.
11307 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
11309 Key definitions:
11310 \\{fortran-mode-map}
11312 Variables controlling indentation style and extra features:
11314 `fortran-comment-line-start'
11315 To use comments starting with `!', set this to the string \"!\".
11316 `fortran-do-indent'
11317 Extra indentation within DO blocks (default 3).
11318 `fortran-if-indent'
11319 Extra indentation within IF blocks (default 3).
11320 `fortran-structure-indent'
11321 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
11322 (default 3)
11323 `fortran-continuation-indent'
11324 Extra indentation applied to continuation statements (default 5).
11325 `fortran-comment-line-extra-indent'
11326 Amount of extra indentation for text in full-line comments (default 0).
11327 `fortran-comment-indent-style'
11328 How to indent the text in full-line comments. Allowed values are:
11329 nil don't change the indentation
11330 fixed indent to `fortran-comment-line-extra-indent' beyond the
11331 value of either
11332 `fortran-minimum-statement-indent-fixed' (fixed format) or
11333 `fortran-minimum-statement-indent-tab' (TAB format),
11334 depending on the continuation format in use.
11335 relative indent to `fortran-comment-line-extra-indent' beyond the
11336 indentation for a line of code.
11337 (default 'fixed)
11338 `fortran-comment-indent-char'
11339 Single-character string to be inserted instead of space for
11340 full-line comment indentation (default \" \").
11341 `fortran-minimum-statement-indent-fixed'
11342 Minimum indentation for statements in fixed format mode (default 6).
11343 `fortran-minimum-statement-indent-tab'
11344 Minimum indentation for statements in TAB format mode (default 9).
11345 `fortran-line-number-indent'
11346 Maximum indentation for line numbers (default 1). A line number will
11347 get less than this much indentation if necessary to avoid reaching
11348 column 5.
11349 `fortran-check-all-num-for-matching-do'
11350 Non-nil causes all numbered lines to be treated as possible \"continue\"
11351 statements (default nil).
11352 `fortran-blink-matching-if'
11353 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
11354 to blink on the matching IF (or DO [WHILE]). (default nil)
11355 `fortran-continuation-string'
11356 Single-character string to be inserted in column 5 of a continuation
11357 line (default \"$\").
11358 `fortran-comment-region'
11359 String inserted by \\[fortran-comment-region] at start of each line in
11360 the region (default \"c$$$\").
11361 `fortran-electric-line-number'
11362 Non-nil causes line number digits to be moved to the correct column
11363 as typed (default t).
11364 `fortran-break-before-delimiters'
11365 Non-nil causes lines to be broken before delimiters (default t).
11367 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
11368 with no args, if that value is non-nil.
11370 \(fn)" t nil)
11372 ;;;***
11374 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11375 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20355 10021
11376 ;;;;;; 546955 0))
11377 ;;; Generated autoloads from play/fortune.el
11379 (autoload 'fortune-add-fortune "fortune" "\
11380 Add STRING to a fortune file FILE.
11382 Interactively, if called with a prefix argument,
11383 read the file name to use. Otherwise use the value of `fortune-file'.
11385 \(fn STRING FILE)" t nil)
11387 (autoload 'fortune-from-region "fortune" "\
11388 Append the current region to a local fortune-like data file.
11390 Interactively, if called with a prefix argument,
11391 read the file name to use. Otherwise use the value of `fortune-file'.
11393 \(fn BEG END FILE)" t nil)
11395 (autoload 'fortune-compile "fortune" "\
11396 Compile fortune file.
11398 If called with a prefix asks for the FILE to compile, otherwise uses
11399 the value of `fortune-file'. This currently cannot handle directories.
11401 \(fn &optional FILE)" t nil)
11403 (autoload 'fortune-to-signature "fortune" "\
11404 Create signature from output of the fortune program.
11406 If called with a prefix asks for the FILE to choose the fortune from,
11407 otherwise uses the value of `fortune-file'. If you want to have fortune
11408 choose from a set of files in a directory, call interactively with prefix
11409 and choose the directory as the fortune-file.
11411 \(fn &optional FILE)" t nil)
11413 (autoload 'fortune "fortune" "\
11414 Display a fortune cookie.
11415 If called with a prefix asks for the FILE to choose the fortune from,
11416 otherwise uses the value of `fortune-file'. If you want to have fortune
11417 choose from a set of files in a directory, call interactively with prefix
11418 and choose the directory as the fortune-file.
11420 \(fn &optional FILE)" t nil)
11422 ;;;***
11424 ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11425 ;;;;;; (20501 3499 284800 0))
11426 ;;; Generated autoloads from progmodes/gdb-mi.el
11428 (defvar gdb-enable-debug nil "\
11429 Non-nil if Gdb-Enable-Debug mode is enabled.
11430 See the command `gdb-enable-debug' for a description of this minor mode.")
11432 (custom-autoload 'gdb-enable-debug "gdb-mi" nil)
11434 (autoload 'gdb-enable-debug "gdb-mi" "\
11435 Toggle logging of transaction between Emacs and Gdb.
11436 The log is stored in `gdb-debug-log' as an alist with elements
11437 whose cons is send, send-item or recv and whose cdr is the string
11438 being transferred. This list may grow up to a size of
11439 `gdb-debug-log-max' after which the oldest element (at the end of
11440 the list) is deleted every time a new one is added (at the front).
11442 \(fn &optional ARG)" t nil)
11444 (autoload 'gdb "gdb-mi" "\
11445 Run gdb on program FILE in buffer *gud-FILE*.
11446 The directory containing FILE becomes the initial working directory
11447 and source-file directory for your debugger.
11449 COMMAND-LINE is the shell command for starting the gdb session.
11450 It should be a string consisting of the name of the gdb
11451 executable followed by command-line options. The command-line
11452 options should include \"-i=mi\" to use gdb's MI text interface.
11453 Note that the old \"--annotate\" option is no longer supported.
11455 If `gdb-many-windows' is nil (the default value) then gdb just
11456 pops up the GUD buffer unless `gdb-show-main' is t. In this case
11457 it starts with two windows: one displaying the GUD buffer and the
11458 other with the source file with the main routine of the inferior.
11460 If `gdb-many-windows' is t, regardless of the value of
11461 `gdb-show-main', the layout below will appear. Keybindings are
11462 shown in some of the buffers.
11464 Watch expressions appear in the speedbar/slowbar.
11466 The following commands help control operation :
11468 `gdb-many-windows' - Toggle the number of windows gdb uses.
11469 `gdb-restore-windows' - To restore the window layout.
11471 See Info node `(emacs)GDB Graphical Interface' for a more
11472 detailed description of this mode.
11475 +----------------------------------------------------------------------+
11476 | GDB Toolbar |
11477 +-----------------------------------+----------------------------------+
11478 | GUD buffer (I/O of GDB) | Locals buffer |
11479 | | |
11480 | | |
11481 | | |
11482 +-----------------------------------+----------------------------------+
11483 | Source buffer | I/O buffer (of debugged program) |
11484 | | (comint-mode) |
11485 | | |
11486 | | |
11487 | | |
11488 | | |
11489 | | |
11490 | | |
11491 +-----------------------------------+----------------------------------+
11492 | Stack buffer | Breakpoints buffer |
11493 | RET gdb-select-frame | SPC gdb-toggle-breakpoint |
11494 | | RET gdb-goto-breakpoint |
11495 | | D gdb-delete-breakpoint |
11496 +-----------------------------------+----------------------------------+
11498 \(fn COMMAND-LINE)" t nil)
11500 ;;;***
11502 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11503 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20406
11504 ;;;;;; 8611 875037 0))
11505 ;;; Generated autoloads from emacs-lisp/generic.el
11507 (defvar generic-mode-list nil "\
11508 A list of mode names for `generic-mode'.
11509 Do not add entries to this list directly; use `define-generic-mode'
11510 instead (which see).")
11512 (autoload 'define-generic-mode "generic" "\
11513 Create a new generic mode MODE.
11515 MODE is the name of the command for the generic mode; don't quote it.
11516 The optional DOCSTRING is the documentation for the mode command. If
11517 you do not supply it, `define-generic-mode' uses a default
11518 documentation string instead.
11520 COMMENT-LIST is a list in which each element is either a character, a
11521 string of one or two characters, or a cons cell. A character or a
11522 string is set up in the mode's syntax table as a \"comment starter\".
11523 If the entry is a cons cell, the `car' is set up as a \"comment
11524 starter\" and the `cdr' as a \"comment ender\". (Use nil for the
11525 latter if you want comments to end at the end of the line.) Note that
11526 the syntax table has limitations about what comment starters and
11527 enders are actually possible.
11529 KEYWORD-LIST is a list of keywords to highlight with
11530 `font-lock-keyword-face'. Each keyword should be a string.
11532 FONT-LOCK-LIST is a list of additional expressions to highlight. Each
11533 element of this list should have the same form as an element of
11534 `font-lock-keywords'.
11536 AUTO-MODE-LIST is a list of regular expressions to add to
11537 `auto-mode-alist'. These regular expressions are added when Emacs
11538 runs the macro expansion.
11540 FUNCTION-LIST is a list of functions to call to do some additional
11541 setup. The mode command calls these functions just before it runs the
11542 mode hook `MODE-hook'.
11544 See the file generic-x.el for some examples of `define-generic-mode'.
11546 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t)
11548 (put 'define-generic-mode 'lisp-indent-function '1)
11550 (put 'define-generic-mode 'doc-string-elt '7)
11552 (autoload 'generic-mode-internal "generic" "\
11553 Go into the generic mode MODE.
11555 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
11557 (autoload 'generic-mode "generic" "\
11558 Enter generic mode MODE.
11560 Generic modes provide basic comment and font-lock functionality
11561 for \"generic\" files. (Files which are too small to warrant their
11562 own mode, but have comment characters, keywords, and the like.)
11564 To define a generic-mode, use the function `define-generic-mode'.
11565 Some generic modes are defined in `generic-x.el'.
11567 \(fn MODE)" t nil)
11569 (autoload 'generic-make-keywords-list "generic" "\
11570 Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
11571 KEYWORD-LIST is a list of keyword strings that should be
11572 highlighted with face FACE. This function calculates a regular
11573 expression that matches these keywords and concatenates it with
11574 PREFIX and SUFFIX. Then it returns a construct based on this
11575 regular expression that can be used as an element of
11576 `font-lock-keywords'.
11578 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11580 ;;;***
11582 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11583 ;;;;;; (20478 3673 653810 0))
11584 ;;; Generated autoloads from progmodes/glasses.el
11586 (autoload 'glasses-mode "glasses" "\
11587 Minor mode for making identifiers likeThis readable.
11588 With a prefix argument ARG, enable the mode if ARG is positive,
11589 and disable it otherwise. If called from Lisp, enable the mode
11590 if ARG is omitted or nil. When this mode is active, it tries to
11591 add virtual separators (like underscores) at places they belong to.
11593 \(fn &optional ARG)" t nil)
11595 ;;;***
11597 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11598 ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11599 ;;;;;; (20355 10021 546955 0))
11600 ;;; Generated autoloads from gnus/gmm-utils.el
11602 (autoload 'gmm-regexp-concat "gmm-utils" "\
11603 Potentially concat a list of regexps into a single one.
11604 The concatenation is done with logical ORs.
11606 \(fn REGEXP)" nil nil)
11608 (autoload 'gmm-message "gmm-utils" "\
11609 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11611 Guideline for numbers:
11612 1 - error messages
11613 3 - non-serious error messages
11614 5 - messages for things that take a long time
11615 7 - not very important messages on stuff
11616 9 - messages inside loops.
11618 \(fn LEVEL &rest ARGS)" nil nil)
11620 (autoload 'gmm-error "gmm-utils" "\
11621 Beep an error if LEVEL is equal to or less than `gmm-verbose'.
11622 ARGS are passed to `message'.
11624 \(fn LEVEL &rest ARGS)" nil nil)
11626 (autoload 'gmm-widget-p "gmm-utils" "\
11627 Non-nil if SYMBOL is a widget.
11629 \(fn SYMBOL)" nil nil)
11631 (autoload 'gmm-tool-bar-from-list "gmm-utils" "\
11632 Make a tool bar from ICON-LIST.
11634 Within each entry of ICON-LIST, the first element is a menu
11635 command, the second element is an icon file name and the third
11636 element is a test function. You can use \\[describe-key]
11637 <menu-entry> to find out the name of a menu command. The fourth
11638 and all following elements are passed as the PROPS argument to the
11639 function `tool-bar-local-item'.
11641 If ZAP-LIST is a list, remove those item from the default
11642 `tool-bar-map'. If it is t, start with a new sparse map. You
11643 can use \\[describe-key] <icon> to find out the name of an icon
11644 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
11645 runs the command find-file\", then use `new-file' in ZAP-LIST.
11647 DEFAULT-MAP specifies the default key map for ICON-LIST.
11649 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11651 ;;;***
11653 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11654 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20503 45225
11655 ;;;;;; 529939 0))
11656 ;;; Generated autoloads from gnus/gnus.el
11657 (when (fboundp 'custom-autoload)
11658 (custom-autoload 'gnus-select-method "gnus"))
11660 (autoload 'gnus-slave-no-server "gnus" "\
11661 Read network news as a slave, without connecting to the local server.
11663 \(fn &optional ARG)" t nil)
11665 (autoload 'gnus-no-server "gnus" "\
11666 Read network news.
11667 If ARG is a positive number, Gnus will use that as the startup
11668 level. If ARG is nil, Gnus will be started at level 2. If ARG is
11669 non-nil and not a positive number, Gnus will prompt the user for the
11670 name of an NNTP server to use.
11671 As opposed to `gnus', this command will not connect to the local
11672 server.
11674 \(fn &optional ARG SLAVE)" t nil)
11676 (autoload 'gnus-slave "gnus" "\
11677 Read news as a slave.
11679 \(fn &optional ARG)" t nil)
11681 (autoload 'gnus-other-frame "gnus" "\
11682 Pop up a frame to read news.
11683 This will call one of the Gnus commands which is specified by the user
11684 option `gnus-other-frame-function' (default `gnus') with the argument
11685 ARG if Gnus is not running, otherwise just pop up a Gnus frame. The
11686 optional second argument DISPLAY should be a standard display string
11687 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
11688 omitted or the function `make-frame-on-display' is not available, the
11689 current display is used.
11691 \(fn &optional ARG DISPLAY)" t nil)
11693 (autoload 'gnus "gnus" "\
11694 Read network news.
11695 If ARG is non-nil and a positive number, Gnus will use that as the
11696 startup level. If ARG is non-nil and not a positive number, Gnus will
11697 prompt the user for the name of an NNTP server to use.
11699 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
11701 ;;;***
11703 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch
11704 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active
11705 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11706 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11707 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11708 ;;;;;; "gnus/gnus-agent.el" (20458 56750 651721 0))
11709 ;;; Generated autoloads from gnus/gnus-agent.el
11711 (autoload 'gnus-unplugged "gnus-agent" "\
11712 Start Gnus unplugged.
11714 \(fn)" t nil)
11716 (autoload 'gnus-plugged "gnus-agent" "\
11717 Start Gnus plugged.
11719 \(fn)" t nil)
11721 (autoload 'gnus-slave-unplugged "gnus-agent" "\
11722 Read news as a slave unplugged.
11724 \(fn &optional ARG)" t nil)
11726 (autoload 'gnus-agentize "gnus-agent" "\
11727 Allow Gnus to be an offline newsreader.
11729 The gnus-agentize function is now called internally by gnus when
11730 gnus-agent is set. If you wish to avoid calling gnus-agentize,
11731 customize gnus-agent to nil.
11733 This will modify the `gnus-setup-news-hook', and
11734 `message-send-mail-real-function' variables, and install the Gnus agent
11735 minor mode in all Gnus buffers.
11737 \(fn)" t nil)
11739 (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
11740 Save GCC if Gnus is unplugged.
11742 \(fn)" nil nil)
11744 (autoload 'gnus-agent-rename-group "gnus-agent" "\
11745 Rename fully-qualified OLD-GROUP as NEW-GROUP.
11746 Always updates the agent, even when disabled, as the old agent
11747 files would corrupt gnus when the agent was next enabled.
11748 Depends upon the caller to determine whether group renaming is
11749 supported.
11751 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11753 (autoload 'gnus-agent-delete-group "gnus-agent" "\
11754 Delete fully-qualified GROUP.
11755 Always updates the agent, even when disabled, as the old agent
11756 files would corrupt gnus when the agent was next enabled.
11757 Depends upon the caller to determine whether group deletion is
11758 supported.
11760 \(fn GROUP)" nil nil)
11762 (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
11763 Construct list of articles that have not been downloaded.
11765 \(fn)" nil nil)
11767 (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
11768 Possibly expand a group's active range to include articles
11769 downloaded into the agent.
11771 \(fn GROUP ACTIVE &optional INFO)" nil nil)
11773 (autoload 'gnus-agent-find-parameter "gnus-agent" "\
11774 Search for GROUPs SYMBOL in the group's parameters, the group's
11775 topic parameters, the group's category, or the customizable
11776 variables. Returns the first non-nil value found.
11778 \(fn GROUP SYMBOL)" nil nil)
11780 (autoload 'gnus-agent-batch-fetch "gnus-agent" "\
11781 Start Gnus and fetch session.
11783 \(fn)" t nil)
11785 (autoload 'gnus-agent-batch "gnus-agent" "\
11786 Start Gnus, send queue and fetch session.
11788 \(fn)" t nil)
11790 (autoload 'gnus-agent-regenerate "gnus-agent" "\
11791 Regenerate all agent covered files.
11792 If CLEAN, obsolete (ignore).
11794 \(fn &optional CLEAN REREAD)" t nil)
11796 ;;;***
11798 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11799 ;;;;;; (20497 6436 957082 0))
11800 ;;; Generated autoloads from gnus/gnus-art.el
11802 (autoload 'gnus-article-prepare-display "gnus-art" "\
11803 Make the current buffer look like a nice article.
11805 \(fn)" nil nil)
11807 ;;;***
11809 ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11810 ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20355 10021 546955
11811 ;;;;;; 0))
11812 ;;; Generated autoloads from gnus/gnus-bookmark.el
11814 (autoload 'gnus-bookmark-set "gnus-bookmark" "\
11815 Set a bookmark for this article.
11817 \(fn)" t nil)
11819 (autoload 'gnus-bookmark-jump "gnus-bookmark" "\
11820 Jump to a Gnus bookmark (BMK-NAME).
11822 \(fn &optional BMK-NAME)" t nil)
11824 (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\
11825 Display a list of existing Gnus bookmarks.
11826 The list is displayed in a buffer named `*Gnus Bookmark List*'.
11827 The leftmost column displays a D if the bookmark is flagged for
11828 deletion, or > if it is flagged for displaying.
11830 \(fn)" t nil)
11832 ;;;***
11834 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11835 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11836 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20355
11837 ;;;;;; 10021 546955 0))
11838 ;;; Generated autoloads from gnus/gnus-cache.el
11840 (autoload 'gnus-jog-cache "gnus-cache" "\
11841 Go through all groups and put the articles into the cache.
11843 Usage:
11844 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
11846 \(fn)" t nil)
11848 (autoload 'gnus-cache-generate-active "gnus-cache" "\
11849 Generate the cache active file.
11851 \(fn &optional DIRECTORY)" t nil)
11853 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
11854 Generate NOV files recursively starting in DIR.
11856 \(fn DIR)" t nil)
11858 (autoload 'gnus-cache-rename-group "gnus-cache" "\
11859 Rename OLD-GROUP as NEW-GROUP.
11860 Always updates the cache, even when disabled, as the old cache
11861 files would corrupt Gnus when the cache was next enabled. It
11862 depends on the caller to determine whether group renaming is
11863 supported.
11865 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11867 (autoload 'gnus-cache-delete-group "gnus-cache" "\
11868 Delete GROUP from the cache.
11869 Always updates the cache, even when disabled, as the old cache
11870 files would corrupt gnus when the cache was next enabled.
11871 Depends upon the caller to determine whether group deletion is
11872 supported.
11874 \(fn GROUP)" nil nil)
11876 ;;;***
11878 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11879 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20355 10021 546955 0))
11880 ;;; Generated autoloads from gnus/gnus-delay.el
11882 (autoload 'gnus-delay-article "gnus-delay" "\
11883 Delay this article by some time.
11884 DELAY is a string, giving the length of the time. Possible values are:
11886 * <digits><units> for <units> in minutes (`m'), hours (`h'), days (`d'),
11887 weeks (`w'), months (`M'), or years (`Y');
11889 * YYYY-MM-DD for a specific date. The time of day is given by the
11890 variable `gnus-delay-default-hour', minute and second are zero.
11892 * hh:mm for a specific time. Use 24h format. If it is later than this
11893 time, then the deadline is tomorrow, else today.
11895 \(fn DELAY)" t nil)
11897 (autoload 'gnus-delay-send-queue "gnus-delay" "\
11898 Send all the delayed messages that are due now.
11900 \(fn)" t nil)
11902 (autoload 'gnus-delay-initialize "gnus-delay" "\
11903 Initialize the gnus-delay package.
11904 This sets up a key binding in `message-mode' to delay a message.
11905 This tells Gnus to look for delayed messages after getting new news.
11907 The optional arg NO-KEYMAP is ignored.
11908 Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11910 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
11912 ;;;***
11914 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11915 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20355 10021 546955 0))
11916 ;;; Generated autoloads from gnus/gnus-diary.el
11918 (autoload 'gnus-user-format-function-d "gnus-diary" "\
11921 \(fn HEADER)" nil nil)
11923 (autoload 'gnus-user-format-function-D "gnus-diary" "\
11926 \(fn HEADER)" nil nil)
11928 ;;;***
11930 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11931 ;;;;;; (20355 10021 546955 0))
11932 ;;; Generated autoloads from gnus/gnus-dired.el
11934 (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
11935 Convenience method to turn on gnus-dired-mode.
11937 \(fn)" t nil)
11939 ;;;***
11941 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11942 ;;;;;; (20355 10021 546955 0))
11943 ;;; Generated autoloads from gnus/gnus-draft.el
11945 (autoload 'gnus-draft-reminder "gnus-draft" "\
11946 Reminder user if there are unsent drafts.
11948 \(fn)" t nil)
11950 ;;;***
11952 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11953 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11954 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20495
11955 ;;;;;; 51111 757560 0))
11956 ;;; Generated autoloads from gnus/gnus-fun.el
11958 (autoload 'gnus-random-x-face "gnus-fun" "\
11959 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
11961 \(fn)" t nil)
11963 (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
11964 Insert a random X-Face header from `gnus-x-face-directory'.
11966 \(fn)" t nil)
11968 (autoload 'gnus-x-face-from-file "gnus-fun" "\
11969 Insert an X-Face header based on an image file.
11971 Depending on `gnus-convert-image-to-x-face-command' it may accept
11972 different input formats.
11974 \(fn FILE)" t nil)
11976 (autoload 'gnus-face-from-file "gnus-fun" "\
11977 Return a Face header based on an image file.
11979 Depending on `gnus-convert-image-to-face-command' it may accept
11980 different input formats.
11982 \(fn FILE)" t nil)
11984 (autoload 'gnus-convert-face-to-png "gnus-fun" "\
11985 Convert FACE (which is base64-encoded) to a PNG.
11986 The PNG is returned as a string.
11988 \(fn FACE)" nil nil)
11990 (autoload 'gnus-convert-png-to-face "gnus-fun" "\
11991 Convert FILE to a Face.
11992 FILE should be a PNG file that's 48x48 and smaller than or equal to
11993 726 bytes.
11995 \(fn FILE)" nil nil)
11997 ;;;***
11999 ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
12000 ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20355 10021 546955
12001 ;;;;;; 0))
12002 ;;; Generated autoloads from gnus/gnus-gravatar.el
12004 (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
12005 Display gravatar in the From header.
12006 If gravatar is already displayed, remove it.
12008 \(fn &optional FORCE)" t nil)
12010 (autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\
12011 Display gravatars in the Cc and To headers.
12012 If gravatars are already displayed, remove them.
12014 \(fn &optional FORCE)" t nil)
12016 ;;;***
12018 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12019 ;;;;;; "gnus-group" "gnus/gnus-group.el" (20495 51111 757560 0))
12020 ;;; Generated autoloads from gnus/gnus-group.el
12022 (autoload 'gnus-fetch-group "gnus-group" "\
12023 Start Gnus if necessary and enter GROUP.
12024 If ARTICLES, display those articles.
12025 Returns whether the fetching was successful or not.
12027 \(fn GROUP &optional ARTICLES)" t nil)
12029 (autoload 'gnus-fetch-group-other-frame "gnus-group" "\
12030 Pop up a frame and enter GROUP.
12032 \(fn GROUP)" t nil)
12034 ;;;***
12036 ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
12037 ;;;;;; "gnus/gnus-html.el" (20355 10021 546955 0))
12038 ;;; Generated autoloads from gnus/gnus-html.el
12040 (autoload 'gnus-article-html "gnus-html" "\
12043 \(fn &optional HANDLE)" nil nil)
12045 (autoload 'gnus-html-prefetch-images "gnus-html" "\
12048 \(fn SUMMARY)" nil nil)
12050 ;;;***
12052 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12053 ;;;;;; (20495 51111 757560 0))
12054 ;;; Generated autoloads from gnus/gnus-kill.el
12056 (defalias 'gnus-batch-kill 'gnus-batch-score)
12058 (autoload 'gnus-batch-score "gnus-kill" "\
12059 Run batched scoring.
12060 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12062 \(fn)" t nil)
12064 ;;;***
12066 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12067 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12068 ;;;;;; (20355 10021 546955 0))
12069 ;;; Generated autoloads from gnus/gnus-ml.el
12071 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
12074 \(fn)" nil nil)
12076 (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
12077 Setup group parameters from List-Post header.
12078 If FORCE is non-nil, replace the old ones.
12080 \(fn &optional FORCE)" t nil)
12082 (autoload 'gnus-mailing-list-mode "gnus-ml" "\
12083 Minor mode for providing mailing-list commands.
12085 \\{gnus-mailing-list-mode-map}
12087 \(fn &optional ARG)" t nil)
12089 ;;;***
12091 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12092 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12093 ;;;;;; (20355 10021 546955 0))
12094 ;;; Generated autoloads from gnus/gnus-mlspl.el
12096 (autoload 'gnus-group-split-setup "gnus-mlspl" "\
12097 Set up the split for `nnmail-split-fancy'.
12098 Sets things up so that nnmail-split-fancy is used for mail
12099 splitting, and defines the variable nnmail-split-fancy according with
12100 group parameters.
12102 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
12103 interactively), it makes sure nnmail-split-fancy is re-computed before
12104 getting new mail, by adding `gnus-group-split-update' to
12105 `nnmail-pre-get-new-mail-hook'.
12107 A non-nil CATCH-ALL replaces the current value of
12108 `gnus-group-split-default-catch-all-group'. This variable is only used
12109 by gnus-group-split-update, and only when its CATCH-ALL argument is
12110 nil. This argument may contain any fancy split, that will be added as
12111 the last split in a `|' split produced by `gnus-group-split-fancy',
12112 unless overridden by any group marked as a catch-all group. Typical
12113 uses are as simple as the name of a default mail group, but more
12114 elaborate fancy splits may also be useful to split mail that doesn't
12115 match any of the group-specified splitting rules. See
12116 `gnus-group-split-fancy' for details.
12118 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
12120 (autoload 'gnus-group-split-update "gnus-mlspl" "\
12121 Computes nnmail-split-fancy from group params and CATCH-ALL.
12122 It does this by calling by calling (gnus-group-split-fancy nil
12123 nil CATCH-ALL).
12125 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used
12126 instead. This variable is set by `gnus-group-split-setup'.
12128 \(fn &optional CATCH-ALL)" t nil)
12130 (autoload 'gnus-group-split "gnus-mlspl" "\
12131 Use information from group parameters in order to split mail.
12132 See `gnus-group-split-fancy' for more information.
12134 `gnus-group-split' is a valid value for `nnmail-split-methods'.
12136 \(fn)" nil nil)
12138 (autoload 'gnus-group-split-fancy "gnus-mlspl" "\
12139 Uses information from group parameters in order to split mail.
12140 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
12142 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
12144 GROUPS may be a regular expression or a list of group names, that will
12145 be used to select candidate groups. If it is omitted or nil, all
12146 existing groups are considered.
12148 if NO-CROSSPOST is omitted or nil, a & split will be returned,
12149 otherwise, a | split, that does not allow crossposting, will be
12150 returned.
12152 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
12153 is specified, this split is returned as-is (unless it is nil: in this
12154 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
12155 EXTRA-ALIASES are specified, a regexp that matches any of them is
12156 constructed (extra-aliases may be a list). Additionally, if
12157 SPLIT-REGEXP is specified, the regexp will be extended so that it
12158 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
12159 clauses will be generated.
12161 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
12162 catch-all marks in group parameters. Otherwise, if there is no
12163 selected group whose SPLIT-REGEXP matches the empty string, nor is
12164 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy
12165 split (say, a group name) will be appended to the returned SPLIT list,
12166 as the last element of a '| SPLIT.
12168 For example, given the following group parameters:
12170 nnml:mail.bar:
12171 \((to-address . \"bar@femail.com\")
12172 (split-regexp . \".*@femail\\\\.com\"))
12173 nnml:mail.foo:
12174 \((to-list . \"foo@nowhere.gov\")
12175 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
12176 (split-exclude \"bugs-foo\" \"rambling-foo\")
12177 (admin-address . \"foo-request@nowhere.gov\"))
12178 nnml:mail.others:
12179 \((split-spec . catch-all))
12181 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12183 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
12184 \"mail.bar\")
12185 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
12186 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
12187 \"mail.others\")
12189 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
12191 ;;;***
12193 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12194 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20495 51111 757560 0))
12195 ;;; Generated autoloads from gnus/gnus-msg.el
12197 (autoload 'gnus-msg-mail "gnus-msg" "\
12198 Start editing a mail message to be sent.
12199 Like `message-mail', but with Gnus paraphernalia, particularly the
12200 Gcc: header for archiving purposes.
12201 If Gnus isn't running, a plain `message-mail' setup is used
12202 instead.
12204 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
12206 (autoload 'gnus-button-mailto "gnus-msg" "\
12207 Mail to ADDRESS.
12209 \(fn ADDRESS)" nil nil)
12211 (autoload 'gnus-button-reply "gnus-msg" "\
12212 Like `message-reply'.
12214 \(fn &optional TO-ADDRESS WIDE)" t nil)
12216 (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
12218 ;;;***
12220 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12221 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12222 ;;;;;; (20458 56750 651721 0))
12223 ;;; Generated autoloads from gnus/gnus-picon.el
12225 (autoload 'gnus-treat-from-picon "gnus-picon" "\
12226 Display picons in the From header.
12227 If picons are already displayed, remove them.
12229 \(fn)" t nil)
12231 (autoload 'gnus-treat-mail-picon "gnus-picon" "\
12232 Display picons in the Cc and To headers.
12233 If picons are already displayed, remove them.
12235 \(fn)" t nil)
12237 (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
12238 Display picons in the Newsgroups and Followup-To headers.
12239 If picons are already displayed, remove them.
12241 \(fn)" t nil)
12243 ;;;***
12245 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union
12246 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12247 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12248 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12249 ;;;;;; "gnus/gnus-range.el" (20495 51111 757560 0))
12250 ;;; Generated autoloads from gnus/gnus-range.el
12252 (autoload 'gnus-sorted-difference "gnus-range" "\
12253 Return a list of elements of LIST1 that do not appear in LIST2.
12254 Both lists have to be sorted over <.
12255 The tail of LIST1 is not copied.
12257 \(fn LIST1 LIST2)" nil nil)
12259 (autoload 'gnus-sorted-ndifference "gnus-range" "\
12260 Return a list of elements of LIST1 that do not appear in LIST2.
12261 Both lists have to be sorted over <.
12262 LIST1 is modified.
12264 \(fn LIST1 LIST2)" nil nil)
12266 (autoload 'gnus-sorted-complement "gnus-range" "\
12267 Return a list of elements that are in LIST1 or LIST2 but not both.
12268 Both lists have to be sorted over <.
12270 \(fn LIST1 LIST2)" nil nil)
12272 (autoload 'gnus-intersection "gnus-range" "\
12275 \(fn LIST1 LIST2)" nil nil)
12277 (autoload 'gnus-sorted-intersection "gnus-range" "\
12278 Return intersection of LIST1 and LIST2.
12279 LIST1 and LIST2 have to be sorted over <.
12281 \(fn LIST1 LIST2)" nil nil)
12283 (autoload 'gnus-sorted-range-intersection "gnus-range" "\
12284 Return intersection of RANGE1 and RANGE2.
12285 RANGE1 and RANGE2 have to be sorted over <.
12287 \(fn RANGE1 RANGE2)" nil nil)
12289 (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection)
12291 (autoload 'gnus-sorted-nintersection "gnus-range" "\
12292 Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12293 LIST1 and LIST2 have to be sorted over <.
12295 \(fn LIST1 LIST2)" nil nil)
12297 (autoload 'gnus-sorted-union "gnus-range" "\
12298 Return union of LIST1 and LIST2.
12299 LIST1 and LIST2 have to be sorted over <.
12301 \(fn LIST1 LIST2)" nil nil)
12303 (autoload 'gnus-sorted-nunion "gnus-range" "\
12304 Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12305 LIST1 and LIST2 have to be sorted over <.
12307 \(fn LIST1 LIST2)" nil nil)
12309 (autoload 'gnus-add-to-sorted-list "gnus-range" "\
12310 Add NUM into sorted LIST by side effect.
12312 \(fn LIST NUM)" nil nil)
12314 ;;;***
12316 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12317 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20458 56750 651721
12318 ;;;;;; 0))
12319 ;;; Generated autoloads from gnus/gnus-registry.el
12321 (autoload 'gnus-registry-initialize "gnus-registry" "\
12322 Initialize the Gnus registry.
12324 \(fn)" t nil)
12326 (autoload 'gnus-registry-install-hooks "gnus-registry" "\
12327 Install the registry hooks.
12329 \(fn)" t nil)
12331 ;;;***
12333 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12334 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20355
12335 ;;;;;; 10021 546955 0))
12336 ;;; Generated autoloads from gnus/gnus-sieve.el
12338 (autoload 'gnus-sieve-update "gnus-sieve" "\
12339 Update the Sieve script in gnus-sieve-file, by replacing the region
12340 between gnus-sieve-region-start and gnus-sieve-region-end with
12341 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
12342 execute gnus-sieve-update-shell-command.
12343 See the documentation for these variables and functions for details.
12345 \(fn)" t nil)
12347 (autoload 'gnus-sieve-generate "gnus-sieve" "\
12348 Generate the Sieve script in gnus-sieve-file, by replacing the region
12349 between gnus-sieve-region-start and gnus-sieve-region-end with
12350 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
12351 See the documentation for these variables and functions for details.
12353 \(fn)" t nil)
12355 (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
12358 \(fn)" t nil)
12360 ;;;***
12362 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12363 ;;;;;; (20458 56750 651721 0))
12364 ;;; Generated autoloads from gnus/gnus-spec.el
12366 (autoload 'gnus-update-format "gnus-spec" "\
12367 Update the format specification near point.
12369 \(fn VAR)" t nil)
12371 ;;;***
12373 ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12374 ;;;;;; (20495 51111 757560 0))
12375 ;;; Generated autoloads from gnus/gnus-start.el
12377 (autoload 'gnus-declare-backend "gnus-start" "\
12378 Declare back end NAME with ABILITIES as a Gnus back end.
12380 \(fn NAME &rest ABILITIES)" nil nil)
12382 ;;;***
12384 ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12385 ;;;;;; (20495 51111 757560 0))
12386 ;;; Generated autoloads from gnus/gnus-sum.el
12388 (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
12389 Handler function for record returned by `gnus-summary-bookmark-make-record'.
12390 BOOKMARK is a bookmark name or a bookmark record.
12392 \(fn BOOKMARK)" nil nil)
12394 ;;;***
12396 ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12397 ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20465 29989 57840 0))
12398 ;;; Generated autoloads from gnus/gnus-sync.el
12400 (autoload 'gnus-sync-initialize "gnus-sync" "\
12401 Initialize the Gnus sync facility.
12403 \(fn)" t nil)
12405 (autoload 'gnus-sync-install-hooks "gnus-sync" "\
12406 Install the sync hooks.
12408 \(fn)" t nil)
12410 ;;;***
12412 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12413 ;;;;;; (20447 49522 409090 0))
12414 ;;; Generated autoloads from gnus/gnus-win.el
12416 (autoload 'gnus-add-configuration "gnus-win" "\
12417 Add the window configuration CONF to `gnus-buffer-configuration'.
12419 \(fn CONF)" nil nil)
12421 ;;;***
12423 ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12424 ;;;;;; (20476 31768 298871 0))
12425 ;;; Generated autoloads from net/gnutls.el
12427 (defvar gnutls-min-prime-bits 256 "\
12428 Minimum number of prime bits accepted by GnuTLS for key exchange.
12429 During a Diffie-Hellman handshake, if the server sends a prime
12430 number with fewer than this number of bits, the handshake is
12431 rejected. (The smaller the prime number, the less secure the
12432 key exchange is against man-in-the-middle attacks.)
12434 A value of nil says to use the default GnuTLS value.")
12436 (custom-autoload 'gnutls-min-prime-bits "gnutls" t)
12438 ;;;***
12440 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20355 10021
12441 ;;;;;; 546955 0))
12442 ;;; Generated autoloads from play/gomoku.el
12444 (autoload 'gomoku "gomoku" "\
12445 Start a Gomoku game between you and Emacs.
12447 If a game is in progress, this command allows you to resume it.
12448 If optional arguments N and M are given, an N by M board is used.
12449 If prefix arg is given for N, M is prompted for.
12451 You and Emacs play in turn by marking a free square. You mark it with X
12452 and Emacs marks it with O. The winner is the first to get five contiguous
12453 marks horizontally, vertically or in diagonal.
12455 You play by moving the cursor over the square you choose and hitting
12456 \\<gomoku-mode-map>\\[gomoku-human-plays].
12458 This program actually plays a simplified or archaic version of the
12459 Gomoku game, and ought to be upgraded to use the full modern rules.
12461 Use \\[describe-mode] for more info.
12463 \(fn &optional N M)" t nil)
12465 ;;;***
12467 ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12468 ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20355
12469 ;;;;;; 10021 546955 0))
12470 ;;; Generated autoloads from net/goto-addr.el
12472 (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
12474 (autoload 'goto-address-at-point "goto-addr" "\
12475 Send to the e-mail address or load the URL at point.
12476 Send mail to address at point. See documentation for
12477 `goto-address-find-address-at-point'. If no address is found
12478 there, then load the URL at or before point.
12480 \(fn &optional EVENT)" t nil)
12482 (autoload 'goto-address "goto-addr" "\
12483 Sets up goto-address functionality in the current buffer.
12484 Allows user to use mouse/keyboard command to click to go to a URL
12485 or to send e-mail.
12486 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
12487 only on URLs and e-mail addresses.
12489 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12490 `goto-address-highlight-p' for more information).
12492 \(fn)" t nil)
12493 (put 'goto-address 'safe-local-eval-function t)
12495 (autoload 'goto-address-mode "goto-addr" "\
12496 Minor mode to buttonize URLs and e-mail addresses in the current buffer.
12497 With a prefix argument ARG, enable the mode if ARG is positive,
12498 and disable it otherwise. If called from Lisp, enable the mode
12499 if ARG is omitted or nil.
12501 \(fn &optional ARG)" t nil)
12503 (autoload 'goto-address-prog-mode "goto-addr" "\
12504 Like `goto-address-mode', but only for comments and strings.
12506 \(fn &optional ARG)" t nil)
12508 ;;;***
12510 ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12511 ;;;;;; "gravatar" "gnus/gravatar.el" (20355 10021 546955 0))
12512 ;;; Generated autoloads from gnus/gravatar.el
12514 (autoload 'gravatar-retrieve "gravatar" "\
12515 Retrieve MAIL-ADDRESS gravatar and call CB on retrieval.
12516 You can provide a list of argument to pass to CB in CBARGS.
12518 \(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
12520 (autoload 'gravatar-retrieve-synchronously "gravatar" "\
12521 Retrieve MAIL-ADDRESS gravatar and returns it.
12523 \(fn MAIL-ADDRESS)" nil nil)
12525 ;;;***
12527 ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12528 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12529 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20369 14251
12530 ;;;;;; 85829 0))
12531 ;;; Generated autoloads from progmodes/grep.el
12533 (defvar grep-window-height nil "\
12534 Number of lines in a grep window. If nil, use `compilation-window-height'.")
12536 (custom-autoload 'grep-window-height "grep" t)
12538 (defvar grep-command nil "\
12539 The default grep command for \\[grep].
12540 If the grep program used supports an option to always include file names
12541 in its output (such as the `-H' option to GNU grep), it's a good idea to
12542 include it when specifying `grep-command'.
12544 In interactive usage, the actual value of this variable is set up
12545 by `grep-compute-defaults'; to change the default value, use
12546 Customize or call the function `grep-apply-setting'.")
12548 (custom-autoload 'grep-command "grep" nil)
12550 (defvar grep-find-command nil "\
12551 The default find command for \\[grep-find].
12552 In interactive usage, the actual value of this variable is set up
12553 by `grep-compute-defaults'; to change the default value, use
12554 Customize or call the function `grep-apply-setting'.")
12556 (custom-autoload 'grep-find-command "grep" nil)
12558 (defvar grep-setup-hook nil "\
12559 List of hook functions run by `grep-process-setup' (see `run-hooks').")
12561 (custom-autoload 'grep-setup-hook "grep" t)
12563 (defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3 ((lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match))) (when mbeg (- mbeg beg))))) lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\
12564 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
12566 (defvar grep-program (purecopy "grep") "\
12567 The default grep program for `grep-command' and `grep-find-command'.
12568 This variable's value takes effect when `grep-compute-defaults' is called.")
12570 (defvar find-program (purecopy "find") "\
12571 The default find program for `grep-find-command'.
12572 This variable's value takes effect when `grep-compute-defaults' is called.")
12574 (defvar xargs-program (purecopy "xargs") "\
12575 The default xargs program for `grep-find-command'.
12576 See `grep-find-use-xargs'.
12577 This variable's value takes effect when `grep-compute-defaults' is called.")
12579 (defvar grep-find-use-xargs nil "\
12580 How to invoke find and grep.
12581 If `exec', use `find -exec {} ;'.
12582 If `exec-plus' use `find -exec {} +'.
12583 If `gnu', use `find -print0' and `xargs -0'.
12584 Any other value means to use `find -print' and `xargs'.
12586 This variable's value takes effect when `grep-compute-defaults' is called.")
12588 (defvar grep-history nil "\
12589 History list for grep.")
12591 (defvar grep-find-history nil "\
12592 History list for grep-find.")
12594 (autoload 'grep-process-setup "grep" "\
12595 Setup compilation variables and buffer for `grep'.
12596 Set up `compilation-exit-message-function' and run `grep-setup-hook'.
12598 \(fn)" nil nil)
12600 (autoload 'grep-compute-defaults "grep" "\
12603 \(fn)" nil nil)
12605 (autoload 'grep-mode "grep" "\
12606 Sets `grep-last-buffer' and `compilation-window-height'.
12608 \(fn)" nil nil)
12610 (autoload 'grep "grep" "\
12611 Run grep, with user-specified args, and collect output in a buffer.
12612 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
12613 or \\<grep-mode-map>\\[compile-goto-error] in the *grep* buffer, to go to the lines where grep found
12614 matches. To kill the grep job before it finishes, type \\[kill-compilation].
12616 For doing a recursive `grep', see the `rgrep' command. For running
12617 `grep' in a specific directory, see `lgrep'.
12619 This command uses a special history list for its COMMAND-ARGS, so you
12620 can easily repeat a grep command.
12622 A prefix argument says to default the argument based upon the current
12623 tag the cursor is over, substituting it into the last grep command
12624 in the grep command history (or into `grep-command' if that history
12625 list is empty).
12627 \(fn COMMAND-ARGS)" t nil)
12629 (autoload 'grep-find "grep" "\
12630 Run grep via find, with user-specified args COMMAND-ARGS.
12631 Collect output in a buffer.
12632 While find runs asynchronously, you can use the \\[next-error] command
12633 to find the text that grep hits refer to.
12635 This command uses a special history list for its arguments, so you can
12636 easily repeat a find command.
12638 \(fn COMMAND-ARGS)" t nil)
12640 (defalias 'find-grep 'grep-find)
12642 (autoload 'lgrep "grep" "\
12643 Run grep, searching for REGEXP in FILES in directory DIR.
12644 The search is limited to file names matching shell pattern FILES.
12645 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12646 entering `ch' is equivalent to `*.[ch]'.
12648 With \\[universal-argument] prefix, you can edit the constructed shell command line
12649 before it is executed.
12650 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12652 Collect output in a buffer. While grep runs asynchronously, you
12653 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12654 to go to the lines where grep found matches.
12656 This command shares argument histories with \\[rgrep] and \\[grep].
12658 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12660 (autoload 'rgrep "grep" "\
12661 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
12662 The search is limited to file names matching shell pattern FILES.
12663 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12664 entering `ch' is equivalent to `*.[ch]'.
12666 With \\[universal-argument] prefix, you can edit the constructed shell command line
12667 before it is executed.
12668 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12670 Collect output in a buffer. While the recursive grep is running,
12671 you can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12672 to visit the lines where matches were found. To kill the job
12673 before it finishes, type \\[kill-compilation].
12675 This command shares argument histories with \\[lgrep] and \\[grep-find].
12677 When called programmatically and FILES is nil, REGEXP is expected
12678 to specify a command to run.
12680 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12682 (autoload 'zrgrep "grep" "\
12683 Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR.
12684 Like `rgrep' but uses `zgrep' for `grep-program', sets the default
12685 file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12687 \(fn REGEXP &optional FILES DIR CONFIRM GREP-FIND-TEMPLATE)" t nil)
12689 (defalias 'rzgrep 'zrgrep)
12691 ;;;***
12693 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (20355 10021 546955
12694 ;;;;;; 0))
12695 ;;; Generated autoloads from gs.el
12697 (autoload 'gs-load-image "gs" "\
12698 Load a PS image for display on FRAME.
12699 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
12700 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
12701 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12703 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
12705 ;;;***
12707 ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12708 ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20478 3673
12709 ;;;;;; 653810 0))
12710 ;;; Generated autoloads from progmodes/gud.el
12712 (autoload 'gud-gdb "gud" "\
12713 Run gdb on program FILE in buffer *gud-FILE*.
12714 The directory containing FILE becomes the initial working
12715 directory and source-file directory for your debugger.
12717 \(fn COMMAND-LINE)" t nil)
12719 (autoload 'sdb "gud" "\
12720 Run sdb on program FILE in buffer *gud-FILE*.
12721 The directory containing FILE becomes the initial working directory
12722 and source-file directory for your debugger.
12724 \(fn COMMAND-LINE)" t nil)
12726 (autoload 'dbx "gud" "\
12727 Run dbx on program FILE in buffer *gud-FILE*.
12728 The directory containing FILE becomes the initial working directory
12729 and source-file directory for your debugger.
12731 \(fn COMMAND-LINE)" t nil)
12733 (autoload 'xdb "gud" "\
12734 Run xdb on program FILE in buffer *gud-FILE*.
12735 The directory containing FILE becomes the initial working directory
12736 and source-file directory for your debugger.
12738 You can set the variable `gud-xdb-directories' to a list of program source
12739 directories if your program contains sources from more than one directory.
12741 \(fn COMMAND-LINE)" t nil)
12743 (autoload 'perldb "gud" "\
12744 Run perldb on program FILE in buffer *gud-FILE*.
12745 The directory containing FILE becomes the initial working directory
12746 and source-file directory for your debugger.
12748 \(fn COMMAND-LINE)" t nil)
12750 (autoload 'pdb "gud" "\
12751 Run pdb on program FILE in buffer `*gud-FILE*'.
12752 The directory containing FILE becomes the initial working directory
12753 and source-file directory for your debugger.
12755 \(fn COMMAND-LINE)" t nil)
12757 (autoload 'jdb "gud" "\
12758 Run jdb with command line COMMAND-LINE in a buffer.
12759 The buffer is named \"*gud*\" if no initial class is given or
12760 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
12761 switch is given, omit all whitespace between it and its value.
12763 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
12764 information on how jdb accesses source files. Alternatively (if
12765 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
12766 original source file access method.
12768 For general information about commands available to control jdb from
12769 gud, see `gud-mode'.
12771 \(fn COMMAND-LINE)" t nil)
12773 (autoload 'gdb-script-mode "gud" "\
12774 Major mode for editing GDB scripts.
12776 \(fn)" t nil)
12778 (defvar gud-tooltip-mode nil "\
12779 Non-nil if Gud-Tooltip mode is enabled.
12780 See the command `gud-tooltip-mode' for a description of this minor mode.
12781 Setting this variable directly does not take effect;
12782 either customize it (see the info node `Easy Customization')
12783 or call the function `gud-tooltip-mode'.")
12785 (custom-autoload 'gud-tooltip-mode "gud" nil)
12787 (autoload 'gud-tooltip-mode "gud" "\
12788 Toggle the display of GUD tooltips.
12789 With a prefix argument ARG, enable the feature if ARG is
12790 positive, and disable it otherwise. If called from Lisp, enable
12791 it if ARG is omitted or nil.
12793 \(fn &optional ARG)" t nil)
12795 ;;;***
12797 ;;;### (autoloads (setf gv-define-simple-setter gv-define-setter
12798 ;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get)
12799 ;;;;;; "gv" "emacs-lisp/gv.el" (20497 6436 957082 0))
12800 ;;; Generated autoloads from emacs-lisp/gv.el
12802 (autoload 'gv-get "gv" "\
12803 Build the code that applies DO to PLACE.
12804 PLACE must be a valid generalized variable.
12805 DO must be a function; it will be called with 2 arguments: GETTER and SETTER,
12806 where GETTER is a (copyable) Elisp expression that returns the value of PLACE,
12807 and SETTER is a function which returns the code to set PLACE when called
12808 with a (not necessarily copyable) Elisp expression that returns the value to
12809 set it to.
12810 DO must return an Elisp expression.
12812 \(fn PLACE DO)" nil nil)
12814 (autoload 'gv-letplace "gv" "\
12815 Build the code manipulating the generalized variable PLACE.
12816 GETTER will be bound to a copyable expression that returns the value
12817 of PLACE.
12818 SETTER will be bound to a function that takes an expression V and returns
12819 and new expression that sets PLACE to V.
12820 BODY should return some Elisp expression E manipulating PLACE via GETTER
12821 and SETTER.
12822 The returned value will then be an Elisp expression that first evaluates
12823 all the parts of PLACE that can be evaluated and then runs E.
12825 \(fn (GETTER SETTER) PLACE &rest BODY)" nil t)
12827 (put 'gv-letplace 'lisp-indent-function '2)
12829 (autoload 'gv-define-expander "gv" "\
12830 Use HANDLER to handle NAME as a generalized var.
12831 NAME is a symbol: the name of a function, macro, or special form.
12832 HANDLER is a function which takes an argument DO followed by the same
12833 arguments as NAME. DO is a function as defined in `gv-get'.
12835 \(fn NAME HANDLER)" nil t)
12837 (put 'gv-define-expander 'lisp-indent-function '1)
12839 (autoload 'gv--defun-declaration "gv" "\
12842 \(fn SYMBOL NAME ARGS HANDLER &optional FIX)" nil nil)
12844 (push `(gv-expander ,(apply-partially #'gv--defun-declaration 'gv-expander)) defun-declarations-alist)
12846 (push `(gv-setter ,(apply-partially #'gv--defun-declaration 'gv-setter)) defun-declarations-alist)
12848 (autoload 'gv-define-setter "gv" "\
12849 Define a setter method for generalized variable NAME.
12850 This macro is an easy-to-use substitute for `gv-define-expander' that works
12851 well for simple place forms.
12852 Assignments of VAL to (NAME ARGS...) are expanded by binding the argument
12853 forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must
12854 return a Lisp form that does the assignment.
12855 Actually, ARGLIST may be bound to temporary variables which are introduced
12856 automatically to preserve proper execution order of the arguments. Example:
12857 (gv-define-setter aref (v a i) `(aset ,a ,i ,v))
12859 \(fn NAME ARGLIST &rest BODY)" nil t)
12861 (put 'gv-define-setter 'lisp-indent-function '2)
12863 (autoload 'gv-define-simple-setter "gv" "\
12864 Define a simple setter method for generalized variable NAME.
12865 This macro is an easy-to-use substitute for `gv-define-expander' that works
12866 well for simple place forms. Assignments of VAL to (NAME ARGS...) are
12867 turned into calls of the form (SETTER ARGS... VAL).
12868 If FIX-RETURN is non-nil, then SETTER is not assumed to return VAL and
12869 instead the assignment is turned into (prog1 VAL (SETTER ARGS... VAL))
12870 so as to preserve the semantics of `setf'.
12872 \(fn NAME SETTER &optional FIX-RETURN)" nil t)
12874 (autoload 'setf "gv" "\
12875 Set each PLACE to the value of its VAL.
12876 This is a generalized version of `setq'; the PLACEs may be symbolic
12877 references such as (car x) or (aref x i), as well as plain symbols.
12878 For example, (setf (cadr x) y) is equivalent to (setcar (cdr x) y).
12879 The return value is the last VAL in the list.
12881 \(fn PLACE VAL PLACE VAL ...)" nil t)
12883 (put 'gv-place 'edebug-form-spec 'edebug-match-form)
12885 ;;;***
12887 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20355
12888 ;;;;;; 10021 546955 0))
12889 ;;; Generated autoloads from play/handwrite.el
12891 (autoload 'handwrite "handwrite" "\
12892 Turns the buffer into a \"handwritten\" document.
12893 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
12894 and `handwrite-13pt' set up for various sizes of output.
12896 Variables: `handwrite-linespace' (default 12)
12897 `handwrite-fontsize' (default 11)
12898 `handwrite-numlines' (default 60)
12899 `handwrite-pagenumbering' (default nil)
12901 \(fn)" t nil)
12903 ;;;***
12905 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12906 ;;;;;; (20478 3673 653810 0))
12907 ;;; Generated autoloads from play/hanoi.el
12909 (autoload 'hanoi "hanoi" "\
12910 Towers of Hanoi diversion. Use NRINGS rings.
12912 \(fn NRINGS)" t nil)
12914 (autoload 'hanoi-unix "hanoi" "\
12915 Towers of Hanoi, UNIX doomsday version.
12916 Displays 32-ring towers that have been progressing at one move per
12917 second since 1970-01-01 00:00:00 GMT.
12919 Repent before ring 31 moves.
12921 \(fn)" t nil)
12923 (autoload 'hanoi-unix-64 "hanoi" "\
12924 Like hanoi-unix, but pretend to have a 64-bit clock.
12925 This is, necessarily (as of Emacs 20.3), a crock. When the
12926 current-time interface is made s2G-compliant, hanoi.el will need
12927 to be updated.
12929 \(fn)" t nil)
12931 ;;;***
12933 ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12934 ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12935 ;;;;;; "hashcash" "mail/hashcash.el" (20355 10021 546955 0))
12936 ;;; Generated autoloads from mail/hashcash.el
12938 (autoload 'hashcash-insert-payment "hashcash" "\
12939 Insert X-Payment and X-Hashcash headers with a payment for ARG
12941 \(fn ARG)" t nil)
12943 (autoload 'hashcash-insert-payment-async "hashcash" "\
12944 Insert X-Payment and X-Hashcash headers with a payment for ARG
12945 Only start calculation. Results are inserted when ready.
12947 \(fn ARG)" t nil)
12949 (autoload 'hashcash-verify-payment "hashcash" "\
12950 Verify a hashcash payment
12952 \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
12954 (autoload 'mail-add-payment "hashcash" "\
12955 Add X-Payment: and X-Hashcash: headers with a hashcash payment
12956 for each recipient address. Prefix arg sets default payment temporarily.
12957 Set ASYNC to t to start asynchronous calculation. (See
12958 `mail-add-payment-async').
12960 \(fn &optional ARG ASYNC)" t nil)
12962 (autoload 'mail-add-payment-async "hashcash" "\
12963 Add X-Payment: and X-Hashcash: headers with a hashcash payment
12964 for each recipient address. Prefix arg sets default payment temporarily.
12965 Calculation is asynchronous.
12967 \(fn &optional ARG)" t nil)
12969 (autoload 'mail-check-payment "hashcash" "\
12970 Look for a valid X-Payment: or X-Hashcash: header.
12971 Prefix arg sets default accept amount temporarily.
12973 \(fn &optional ARG)" t nil)
12975 ;;;***
12977 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12978 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12979 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12980 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20355 10021
12981 ;;;;;; 546955 0))
12982 ;;; Generated autoloads from help-at-pt.el
12984 (autoload 'help-at-pt-string "help-at-pt" "\
12985 Return the help-echo string at point.
12986 Normally, the string produced by the `help-echo' text or overlay
12987 property, or nil, is returned.
12988 If KBD is non-nil, `kbd-help' is used instead, and any
12989 `help-echo' property is ignored. In this case, the return value
12990 can also be t, if that is the value of the `kbd-help' property.
12992 \(fn &optional KBD)" nil nil)
12994 (autoload 'help-at-pt-kbd-string "help-at-pt" "\
12995 Return the keyboard help string at point.
12996 If the `kbd-help' text or overlay property at point produces a
12997 string, return it. Otherwise, use the `help-echo' property.
12998 If this produces no string either, return nil.
13000 \(fn)" nil nil)
13002 (autoload 'display-local-help "help-at-pt" "\
13003 Display local help in the echo area.
13004 This displays a short help message, namely the string produced by
13005 the `kbd-help' property at point. If `kbd-help' does not produce
13006 a string, but the `help-echo' property does, then that string is
13007 printed instead.
13009 A numeric argument ARG prevents display of a message in case
13010 there is no help. While ARG can be used interactively, it is
13011 mainly meant for use from Lisp.
13013 \(fn &optional ARG)" t nil)
13015 (autoload 'help-at-pt-cancel-timer "help-at-pt" "\
13016 Cancel any timer set by `help-at-pt-set-timer'.
13017 This disables `help-at-pt-display-when-idle'.
13019 \(fn)" t nil)
13021 (autoload 'help-at-pt-set-timer "help-at-pt" "\
13022 Enable `help-at-pt-display-when-idle'.
13023 This is done by setting a timer, if none is currently active.
13025 \(fn)" t nil)
13027 (defvar help-at-pt-display-when-idle 'never "\
13028 Automatically show local help on point-over.
13029 If the value is t, the string obtained from any `kbd-help' or
13030 `help-echo' property at point is automatically printed in the
13031 echo area, if nothing else is already displayed there, or after a
13032 quit. If both `kbd-help' and `help-echo' produce help strings,
13033 `kbd-help' is used. If the value is a list, the help only gets
13034 printed if there is a text or overlay property at point that is
13035 included in this list. Suggested properties are `keymap',
13036 `local-map', `button' and `kbd-help'. Any value other than t or
13037 a non-empty list disables the feature.
13039 This variable only takes effect after a call to
13040 `help-at-pt-set-timer'. The help gets printed after Emacs has
13041 been idle for `help-at-pt-timer-delay' seconds. You can call
13042 `help-at-pt-cancel-timer' to cancel the timer set by, and the
13043 effect of, `help-at-pt-set-timer'.
13045 When this variable is set through Custom, `help-at-pt-set-timer'
13046 is called automatically, unless the value is `never', in which
13047 case `help-at-pt-cancel-timer' is called. Specifying an empty
13048 list of properties through Custom will set the timer, thus
13049 enabling buffer local values. It sets the actual value to nil.
13050 Thus, Custom distinguishes between a nil value and other values
13051 that disable the feature, which Custom identifies with `never'.
13052 The default is `never'.")
13054 (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil)
13056 (autoload 'scan-buf-move-to-region "help-at-pt" "\
13057 Go to the start of the next region with non-nil PROP property.
13058 Then run HOOK, which should be a quoted symbol that is a normal
13059 hook variable, or an expression evaluating to such a symbol.
13060 Adjacent areas with different non-nil PROP properties are
13061 considered different regions.
13063 With numeric argument ARG, move to the start of the ARGth next
13064 such region, then run HOOK. If ARG is negative, move backward.
13065 If point is already in a region, then that region does not count
13066 toward ARG. If ARG is 0 and point is inside a region, move to
13067 the start of that region. If ARG is 0 and point is not in a
13068 region, print a message to that effect, but do not move point and
13069 do not run HOOK. If there are not enough regions to move over,
13070 an error results and the number of available regions is mentioned
13071 in the error message. Point is not moved and HOOK is not run.
13073 \(fn PROP &optional ARG HOOK)" nil nil)
13075 (autoload 'scan-buf-next-region "help-at-pt" "\
13076 Go to the start of the next region with non-nil help-echo.
13077 Print the help found there using `display-local-help'. Adjacent
13078 areas with different non-nil help-echo properties are considered
13079 different regions.
13081 With numeric argument ARG, move to the start of the ARGth next
13082 help-echo region. If ARG is negative, move backward. If point
13083 is already in a help-echo region, then that region does not count
13084 toward ARG. If ARG is 0 and point is inside a help-echo region,
13085 move to the start of that region. If ARG is 0 and point is not
13086 in such a region, just print a message to that effect. If there
13087 are not enough regions to move over, an error results and the
13088 number of available regions is mentioned in the error message.
13090 A potentially confusing subtlety is that point can be in a
13091 help-echo region without any local help being available. This is
13092 because `help-echo' can be a function evaluating to nil. This
13093 rarely happens in practice.
13095 \(fn &optional ARG)" t nil)
13097 (autoload 'scan-buf-previous-region "help-at-pt" "\
13098 Go to the start of the previous region with non-nil help-echo.
13099 Print the help found there using `display-local-help'. Adjacent
13100 areas with different non-nil help-echo properties are considered
13101 different regions. With numeric argument ARG, behaves like
13102 `scan-buf-next-region' with argument -ARG.
13104 \(fn &optional ARG)" t nil)
13106 ;;;***
13108 ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
13109 ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
13110 ;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13111 ;;;;;; "help-fns" "help-fns.el" (20497 6436 957082 0))
13112 ;;; Generated autoloads from help-fns.el
13114 (autoload 'describe-function "help-fns" "\
13115 Display the full documentation of FUNCTION (a symbol).
13117 \(fn FUNCTION)" t nil)
13119 (autoload 'help-C-file-name "help-fns" "\
13120 Return the name of the C file where SUBR-OR-VAR is defined.
13121 KIND should be `var' for a variable or `subr' for a subroutine.
13123 \(fn SUBR-OR-VAR KIND)" nil nil)
13125 (autoload 'find-lisp-object-file-name "help-fns" "\
13126 Guess the file that defined the Lisp object OBJECT, of type TYPE.
13127 OBJECT should be a symbol associated with a function, variable, or face;
13128 alternatively, it can be a function definition.
13129 If TYPE is `defvar', search for a variable definition.
13130 If TYPE is `defface', search for a face definition.
13131 If TYPE is the value returned by `symbol-function' for a function symbol,
13132 search for a function definition.
13134 The return value is the absolute name of a readable file where OBJECT is
13135 defined. If several such files exist, preference is given to a file
13136 found via `load-path'. The return value can also be `C-source', which
13137 means that OBJECT is a function or variable defined in C. If no
13138 suitable file is found, return nil.
13140 \(fn OBJECT TYPE)" nil nil)
13142 (autoload 'describe-function-1 "help-fns" "\
13145 \(fn FUNCTION)" nil nil)
13147 (autoload 'variable-at-point "help-fns" "\
13148 Return the bound variable symbol found at or before point.
13149 Return 0 if there is no such symbol.
13150 If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
13152 \(fn &optional ANY-SYMBOL)" nil nil)
13154 (autoload 'describe-variable "help-fns" "\
13155 Display the full documentation of VARIABLE (a symbol).
13156 Returns the documentation as a string, also.
13157 If VARIABLE has a buffer-local value in BUFFER or FRAME
13158 \(default to the current buffer and current frame),
13159 it is displayed along with the global value.
13161 \(fn VARIABLE &optional BUFFER FRAME)" t nil)
13163 (autoload 'describe-syntax "help-fns" "\
13164 Describe the syntax specifications in the syntax table of BUFFER.
13165 The descriptions are inserted in a help buffer, which is then displayed.
13166 BUFFER defaults to the current buffer.
13168 \(fn &optional BUFFER)" t nil)
13170 (autoload 'describe-categories "help-fns" "\
13171 Describe the category specifications in the current category table.
13172 The descriptions are inserted in a buffer, which is then displayed.
13173 If BUFFER is non-nil, then describe BUFFER's category table instead.
13174 BUFFER should be a buffer or a buffer name.
13176 \(fn &optional BUFFER)" t nil)
13178 (autoload 'doc-file-to-man "help-fns" "\
13179 Produce an nroff buffer containing the doc-strings from the DOC file.
13181 \(fn FILE)" t nil)
13183 (autoload 'doc-file-to-info "help-fns" "\
13184 Produce a texinfo buffer with sorted doc-strings from the DOC file.
13186 \(fn FILE)" t nil)
13188 ;;;***
13190 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13191 ;;;;;; (20355 10021 546955 0))
13192 ;;; Generated autoloads from help-macro.el
13194 (defvar three-step-help nil "\
13195 Non-nil means give more info about Help command in three steps.
13196 The three steps are simple prompt, prompt with all options, and
13197 window listing and describing the options.
13198 A value of nil means skip the middle step, so that \\[help-command] \\[help-command]
13199 gives the window that lists the options.")
13201 (custom-autoload 'three-step-help "help-macro" t)
13203 ;;;***
13205 ;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button
13206 ;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref
13207 ;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13208 ;;;;;; (20479 62884 77836 0))
13209 ;;; Generated autoloads from help-mode.el
13211 (autoload 'help-mode "help-mode" "\
13212 Major mode for viewing help text and navigating references in it.
13213 Entry to this mode runs the normal hook `help-mode-hook'.
13214 Commands:
13215 \\{help-mode-map}
13217 \(fn)" t nil)
13219 (autoload 'help-mode-setup "help-mode" "\
13222 \(fn)" nil nil)
13224 (autoload 'help-mode-finish "help-mode" "\
13227 \(fn)" nil nil)
13229 (autoload 'help-setup-xref "help-mode" "\
13230 Invoked from commands using the \"*Help*\" buffer to install some xref info.
13232 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
13233 buffer after following a reference. INTERACTIVE-P is non-nil if the
13234 calling command was invoked interactively. In this case the stack of
13235 items for help buffer \"back\" buttons is cleared.
13237 This should be called very early, before the output buffer is cleared,
13238 because we want to record the \"previous\" position of point so we can
13239 restore it properly when going back.
13241 \(fn ITEM INTERACTIVE-P)" nil nil)
13243 (autoload 'help-buffer "help-mode" "\
13244 Return the name of a buffer for inserting help.
13245 If `help-xref-following' is non-nil, this is the name of the
13246 current buffer. Signal an error if this buffer is not derived
13247 from `help-mode'.
13248 Otherwise, return \"*Help*\", creating a buffer with that name if
13249 it does not already exist.
13251 \(fn)" nil nil)
13253 (autoload 'help-make-xrefs "help-mode" "\
13254 Parse and hyperlink documentation cross-references in the given BUFFER.
13256 Find cross-reference information in a buffer and activate such cross
13257 references for selection with `help-follow'. Cross-references have
13258 the canonical form `...' and the type of reference may be
13259 disambiguated by the preceding word(s) used in
13260 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13261 preceded or followed by the word `face'. Variables without
13262 variable documentation do not get cross-referenced, unless
13263 preceded by the word `variable' or `option'.
13265 If the variable `help-xref-mule-regexp' is non-nil, find also
13266 cross-reference information related to multilingual environment
13267 \(e.g., coding-systems). This variable is also used to disambiguate
13268 the type of reference as the same way as `help-xref-symbol-regexp'.
13270 A special reference `back' is made to return back through a stack of
13271 help buffers. Variable `help-back-label' specifies the text for
13272 that.
13274 \(fn &optional BUFFER)" t nil)
13276 (autoload 'help-xref-button "help-mode" "\
13277 Make a hyperlink for cross-reference text previously matched.
13278 MATCH-NUMBER is the subexpression of interest in the last matched
13279 regexp. TYPE is the type of button to use. Any remaining arguments are
13280 passed to the button's help-function when it is invoked.
13281 See `help-make-xrefs'.
13283 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
13285 (autoload 'help-insert-xref-button "help-mode" "\
13286 Insert STRING and make a hyperlink from cross-reference text on it.
13287 TYPE is the type of button to use. Any remaining arguments are passed
13288 to the button's help-function when it is invoked.
13289 See `help-make-xrefs'.
13291 \(fn STRING TYPE &rest ARGS)" nil nil)
13293 (autoload 'help-xref-on-pp "help-mode" "\
13294 Add xrefs for symbols in `pp's output between FROM and TO.
13296 \(fn FROM TO)" nil nil)
13298 (autoload 'help-bookmark-jump "help-mode" "\
13299 Jump to help-mode bookmark BOOKMARK.
13300 Handler function for record returned by `help-bookmark-make-record'.
13301 BOOKMARK is a bookmark name or a bookmark record.
13303 \(fn BOOKMARK)" nil nil)
13305 ;;;***
13307 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13308 ;;;;;; "emacs-lisp/helper.el" (20355 10021 546955 0))
13309 ;;; Generated autoloads from emacs-lisp/helper.el
13311 (autoload 'Helper-describe-bindings "helper" "\
13312 Describe local key bindings of current mode.
13314 \(fn)" t nil)
13316 (autoload 'Helper-help "helper" "\
13317 Provide help for current mode.
13319 \(fn)" t nil)
13321 ;;;***
13323 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13324 ;;;;;; "hexl.el" (20478 3673 653810 0))
13325 ;;; Generated autoloads from hexl.el
13327 (autoload 'hexl-mode "hexl" "\
13328 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
13329 This is not an ordinary major mode; it alters some aspects
13330 of the current mode's behavior, but not all; also, you can exit
13331 Hexl mode and return to the previous mode using `hexl-mode-exit'.
13333 This function automatically converts a buffer into the hexl format
13334 using the function `hexlify-buffer'.
13336 Each line in the buffer has an \"address\" (displayed in hexadecimal)
13337 representing the offset into the file that the characters on this line
13338 are at and 16 characters from the file (displayed as hexadecimal
13339 values grouped every `hexl-bits' bits) and as their ASCII values.
13341 If any of the characters (displayed as ASCII characters) are
13342 unprintable (control or meta characters) they will be replaced as
13343 periods.
13345 If `hexl-mode' is invoked with an argument the buffer is assumed to be
13346 in hexl format.
13348 A sample format:
13350 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
13351 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
13352 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
13353 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
13354 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
13355 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
13356 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
13357 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
13358 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
13359 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
13360 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
13361 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
13362 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
13363 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13364 000000c0: 7265 6769 6f6e 2e0a region..
13366 Movement is as simple as movement in a normal Emacs text buffer. Most
13367 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13368 to move the cursor left, right, down, and up).
13370 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
13371 also supported.
13373 There are several ways to change text in hexl mode:
13375 ASCII characters (character between space (0x20) and tilde (0x7E)) are
13376 bound to self-insert so you can simply type the character and it will
13377 insert itself (actually overstrike) into the buffer.
13379 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
13380 it isn't bound to self-insert. An octal number can be supplied in place
13381 of another key to insert the octal number's ASCII representation.
13383 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
13384 into the buffer at the current point.
13386 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
13387 into the buffer at the current point.
13389 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13390 into the buffer at the current point.
13392 \\[hexl-mode-exit] will exit hexl-mode.
13394 Note: saving the file with any of the usual Emacs commands
13395 will actually convert it back to binary format while saving.
13397 You can use \\[hexl-find-file] to visit a file in Hexl mode.
13399 \\[describe-bindings] for advanced commands.
13401 \(fn &optional ARG)" t nil)
13403 (autoload 'hexl-find-file "hexl" "\
13404 Edit file FILENAME as a binary file in hex dump format.
13405 Switch to a buffer visiting file FILENAME, creating one if none exists,
13406 and edit the file in `hexl-mode'.
13408 \(fn FILENAME)" t nil)
13410 (autoload 'hexlify-buffer "hexl" "\
13411 Convert a binary buffer to hexl format.
13412 This discards the buffer's undo information.
13414 \(fn)" t nil)
13416 ;;;***
13418 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13419 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13420 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13421 ;;;;;; (20410 5673 834266 0))
13422 ;;; Generated autoloads from hi-lock.el
13424 (autoload 'hi-lock-mode "hi-lock" "\
13425 Toggle selective highlighting of patterns (Hi Lock mode).
13426 With a prefix argument ARG, enable Hi Lock mode if ARG is
13427 positive, and disable it otherwise. If called from Lisp, enable
13428 the mode if ARG is omitted or nil.
13430 Issuing one the highlighting commands listed below will
13431 automatically enable Hi Lock mode. To enable Hi Lock mode in all
13432 buffers, use `global-hi-lock-mode' or add (global-hi-lock-mode 1)
13433 to your init file. When Hi Lock mode is enabled, a \"Regexp
13434 Highlighting\" submenu is added to the \"Edit\" menu. The
13435 commands in the submenu, which can be called interactively, are:
13437 \\[highlight-regexp] REGEXP FACE
13438 Highlight matches of pattern REGEXP in current buffer with FACE.
13440 \\[highlight-phrase] PHRASE FACE
13441 Highlight matches of phrase PHRASE in current buffer with FACE.
13442 (PHRASE can be any REGEXP, but spaces will be replaced by matches
13443 to whitespace and initial lower-case letters will become case insensitive.)
13445 \\[highlight-lines-matching-regexp] REGEXP FACE
13446 Highlight lines containing matches of REGEXP in current buffer with FACE.
13448 \\[unhighlight-regexp] REGEXP
13449 Remove highlighting on matches of REGEXP in current buffer.
13451 \\[hi-lock-write-interactive-patterns]
13452 Write active REGEXPs into buffer as comments (if possible). They may
13453 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
13454 is issued. The inserted regexps are in the form of font lock keywords.
13455 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
13456 any valid `font-lock-keywords' form is acceptable. When a file is
13457 loaded the patterns are read if `hi-lock-file-patterns-policy' is
13458 'ask and the user responds y to the prompt, or if
13459 `hi-lock-file-patterns-policy' is bound to a function and that
13460 function returns t.
13462 \\[hi-lock-find-patterns]
13463 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
13465 When hi-lock is started and if the mode is not excluded or patterns
13466 rejected, the beginning of the buffer is searched for lines of the
13467 form:
13468 Hi-lock: FOO
13469 where FOO is a list of patterns. These are added to the font lock
13470 keywords already present. The patterns must start before position
13471 \(number of characters into buffer) `hi-lock-file-patterns-range'.
13472 Patterns will be read until
13473 Hi-lock: end
13474 is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
13476 \(fn &optional ARG)" t nil)
13478 (defvar global-hi-lock-mode nil "\
13479 Non-nil if Global-Hi-Lock mode is enabled.
13480 See the command `global-hi-lock-mode' for a description of this minor mode.
13481 Setting this variable directly does not take effect;
13482 either customize it (see the info node `Easy Customization')
13483 or call the function `global-hi-lock-mode'.")
13485 (custom-autoload 'global-hi-lock-mode "hi-lock" nil)
13487 (autoload 'global-hi-lock-mode "hi-lock" "\
13488 Toggle Hi-Lock mode in all buffers.
13489 With prefix ARG, enable Global-Hi-Lock mode if ARG is positive;
13490 otherwise, disable it. If called from Lisp, enable the mode if
13491 ARG is omitted or nil.
13493 Hi-Lock mode is enabled in all buffers where
13494 `turn-on-hi-lock-if-enabled' would do it.
13495 See `hi-lock-mode' for more information on Hi-Lock mode.
13497 \(fn &optional ARG)" t nil)
13499 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
13501 (autoload 'hi-lock-line-face-buffer "hi-lock" "\
13502 Set face of all lines containing a match of REGEXP to FACE.
13504 Interactively, prompt for REGEXP then FACE. Buffer-local history
13505 list maintained for regexps, global history maintained for faces.
13506 \\<minibuffer-local-map>Use \\[previous-history-element] to retrieve previous history items,
13507 and \\[next-history-element] to retrieve default values.
13508 \(See info node `Minibuffer History'.)
13510 \(fn REGEXP &optional FACE)" t nil)
13512 (defalias 'highlight-regexp 'hi-lock-face-buffer)
13514 (autoload 'hi-lock-face-buffer "hi-lock" "\
13515 Set face of each match of REGEXP to FACE.
13517 Interactively, prompt for REGEXP then FACE. Buffer-local history
13518 list maintained for regexps, global history maintained for faces.
13519 \\<minibuffer-local-map>Use \\[previous-history-element] to retrieve previous history items,
13520 and \\[next-history-element] to retrieve default values.
13521 \(See info node `Minibuffer History'.)
13523 \(fn REGEXP &optional FACE)" t nil)
13525 (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
13527 (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
13528 Set face of each match of phrase REGEXP to FACE.
13530 Whitespace in REGEXP converted to arbitrary whitespace and initial
13531 lower-case letters made case insensitive.
13533 \(fn REGEXP &optional FACE)" t nil)
13535 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
13537 (autoload 'hi-lock-unface-buffer "hi-lock" "\
13538 Remove highlighting of each match to REGEXP set by hi-lock.
13540 Interactively, prompt for REGEXP. Buffer-local history of inserted
13541 regexp's maintained. Will accept only regexps inserted by hi-lock
13542 interactive functions. (See `hi-lock-interactive-patterns'.)
13543 \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
13544 \(See info node `Minibuffer History'.)
13546 \(fn REGEXP)" t nil)
13548 (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\
13549 Write interactively added patterns, if any, into buffer at point.
13551 Interactively added patterns are those normally specified using
13552 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
13553 be found in variable `hi-lock-interactive-patterns'.
13555 \(fn)" t nil)
13557 ;;;***
13559 ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13560 ;;;;;; (20355 10021 546955 0))
13561 ;;; Generated autoloads from progmodes/hideif.el
13563 (autoload 'hide-ifdef-mode "hideif" "\
13564 Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode).
13565 With a prefix argument ARG, enable Hide-Ifdef mode if ARG is
13566 positive, and disable it otherwise. If called from Lisp, enable
13567 the mode if ARG is omitted or nil.
13569 Hide-Ifdef mode is a buffer-local minor mode for use with C and
13570 C-like major modes. When enabled, code within #ifdef constructs
13571 that the C preprocessor would eliminate may be hidden from view.
13572 Several variables affect how the hiding is done:
13574 `hide-ifdef-env'
13575 An association list of defined and undefined symbols for the
13576 current buffer. Initially, the global value of `hide-ifdef-env'
13577 is used.
13579 `hide-ifdef-define-alist'
13580 An association list of defined symbol lists.
13581 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
13582 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
13583 from one of the lists in `hide-ifdef-define-alist'.
13585 `hide-ifdef-lines'
13586 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
13587 #endif lines when hiding.
13589 `hide-ifdef-initially'
13590 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
13591 is activated.
13593 `hide-ifdef-read-only'
13594 Set to non-nil if you want to make buffers read only while hiding.
13595 After `show-ifdefs', read-only status is restored to previous value.
13597 \\{hide-ifdef-mode-map}
13599 \(fn &optional ARG)" t nil)
13601 ;;;***
13603 ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13604 ;;;;;; (20356 55829 180242 0))
13605 ;;; Generated autoloads from progmodes/hideshow.el
13607 (defvar hs-special-modes-alist (mapcar 'purecopy '((c-mode "{" "}" "/[*/]" nil nil) (c++-mode "{" "}" "/[*/]" nil nil) (bibtex-mode ("@\\S(*\\(\\s(\\)" 1)) (java-mode "{" "}" "/[*/]" nil nil) (js-mode "{" "}" "/[*/]" nil))) "\
13608 Alist for initializing the hideshow variables for different modes.
13609 Each element has the form
13610 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
13612 If non-nil, hideshow will use these values as regexps to define blocks
13613 and comments, respectively for major mode MODE.
13615 START, END and COMMENT-START are regular expressions. A block is
13616 defined as text surrounded by START and END.
13618 As a special case, START may be a list of the form (COMPLEX-START
13619 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
13620 MDATA-SELECTOR an integer that specifies which sub-match is the proper
13621 place to adjust point, before calling `hs-forward-sexp-func'. Point
13622 is adjusted to the beginning of the specified match. For example,
13623 see the `hs-special-modes-alist' entry for `bibtex-mode'.
13625 For some major modes, `forward-sexp' does not work properly. In those
13626 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
13628 See the documentation for `hs-adjust-block-beginning' to see what is the
13629 use of ADJUST-BEG-FUNC.
13631 If any of the elements is left nil or omitted, hideshow tries to guess
13632 appropriate values. The regexps should not contain leading or trailing
13633 whitespace. Case does not matter.")
13635 (autoload 'hs-minor-mode "hideshow" "\
13636 Minor mode to selectively hide/show code and comment blocks.
13637 With a prefix argument ARG, enable the mode if ARG is positive,
13638 and disable it otherwise. If called from Lisp, enable the mode
13639 if ARG is omitted or nil.
13641 When hideshow minor mode is on, the menu bar is augmented with hideshow
13642 commands and the hideshow commands are enabled.
13643 The value '(hs . t) is added to `buffer-invisibility-spec'.
13645 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
13646 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
13647 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
13649 Turning hideshow minor mode off reverts the menu bar and the
13650 variables to default values and disables the hideshow commands.
13652 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
13654 Key bindings:
13655 \\{hs-minor-mode-map}
13657 \(fn &optional ARG)" t nil)
13659 (autoload 'turn-off-hideshow "hideshow" "\
13660 Unconditionally turn off `hs-minor-mode'.
13662 \(fn)" nil nil)
13664 ;;;***
13666 ;;;### (autoloads (global-highlight-changes-mode highlight-compare-with-file
13667 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13668 ;;;;;; highlight-changes-previous-change highlight-changes-next-change
13669 ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13670 ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20355
13671 ;;;;;; 10021 546955 0))
13672 ;;; Generated autoloads from hilit-chg.el
13674 (autoload 'highlight-changes-mode "hilit-chg" "\
13675 Toggle highlighting changes in this buffer (Highlight Changes mode).
13676 With a prefix argument ARG, enable Highlight Changes mode if ARG
13677 is positive, and disable it otherwise. If called from Lisp,
13678 enable the mode if ARG is omitted or nil.
13680 When Highlight Changes is enabled, changes are marked with a text
13681 property. Normally they are displayed in a distinctive face, but
13682 command \\[highlight-changes-visible-mode] can be used to toggles
13683 this on and off.
13685 Other functions for buffers in this mode include:
13686 \\[highlight-changes-next-change] - move point to beginning of next change
13687 \\[highlight-changes-previous-change] - move to beginning of previous change
13688 \\[highlight-changes-remove-highlight] - remove the change face from the region
13689 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes
13690 through various faces.
13691 \\[highlight-compare-with-file] - mark text as changed by comparing this
13692 buffer with the contents of a file
13693 \\[highlight-compare-buffers] highlights differences between two buffers.
13695 \(fn &optional ARG)" t nil)
13697 (autoload 'highlight-changes-visible-mode "hilit-chg" "\
13698 Toggle visibility of highlighting due to Highlight Changes mode.
13699 With a prefix argument ARG, enable Highlight Changes Visible mode
13700 if ARG is positive, and disable it otherwise. If called from
13701 Lisp, enable the mode if ARG is omitted or nil.
13703 Highlight Changes Visible mode only has an effect when Highlight
13704 Changes mode is on. When enabled, the changed text is displayed
13705 in a distinctive face.
13707 The default value can be customized with variable
13708 `highlight-changes-visibility-initial-state'.
13710 This command does not itself set highlight-changes mode.
13712 \(fn &optional ARG)" t nil)
13714 (autoload 'highlight-changes-remove-highlight "hilit-chg" "\
13715 Remove the change face from the region between BEG and END.
13716 This allows you to manually remove highlighting from uninteresting changes.
13718 \(fn BEG END)" t nil)
13720 (autoload 'highlight-changes-next-change "hilit-chg" "\
13721 Move to the beginning of the next change, if in Highlight Changes mode.
13723 \(fn)" t nil)
13725 (autoload 'highlight-changes-previous-change "hilit-chg" "\
13726 Move to the beginning of the previous change, if in Highlight Changes mode.
13728 \(fn)" t nil)
13730 (autoload 'highlight-changes-rotate-faces "hilit-chg" "\
13731 Rotate the faces if in Highlight Changes mode and the changes are visible.
13733 Current changes are displayed in the face described by the first element
13734 of `highlight-changes-face-list', one level older changes are shown in
13735 face described by the second element, and so on. Very old changes remain
13736 shown in the last face in the list.
13738 You can automatically rotate colors when the buffer is saved by adding
13739 this function to `write-file-functions' as a buffer-local value. To do
13740 this, eval the following in the buffer to be saved:
13742 (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
13744 \(fn)" t nil)
13746 (autoload 'highlight-compare-buffers "hilit-chg" "\
13747 Compare two buffers and highlight the differences.
13749 The default is the current buffer and the one in the next window.
13751 If either buffer is modified and is visiting a file, you are prompted
13752 to save the file.
13754 Unless the buffer is unmodified and visiting a file, the buffer is
13755 written to a temporary file for comparison.
13757 If a buffer is read-only, differences will be highlighted but no property
13758 changes are made, so \\[highlight-changes-next-change] and
13759 \\[highlight-changes-previous-change] will not work.
13761 \(fn BUF-A BUF-B)" t nil)
13763 (autoload 'highlight-compare-with-file "hilit-chg" "\
13764 Compare this buffer with a file, and highlight differences.
13766 If the buffer has a backup filename, it is used as the default when
13767 this function is called interactively.
13769 If the current buffer is visiting the file being compared against, it
13770 also will have its differences highlighted. Otherwise, the file is
13771 read in temporarily but the buffer is deleted.
13773 If the buffer is read-only, differences will be highlighted but no property
13774 changes are made, so \\[highlight-changes-next-change] and
13775 \\[highlight-changes-previous-change] will not work.
13777 \(fn FILE-B)" t nil)
13779 (defvar global-highlight-changes-mode nil "\
13780 Non-nil if Global-Highlight-Changes mode is enabled.
13781 See the command `global-highlight-changes-mode' for a description of this minor mode.
13782 Setting this variable directly does not take effect;
13783 either customize it (see the info node `Easy Customization')
13784 or call the function `global-highlight-changes-mode'.")
13786 (custom-autoload 'global-highlight-changes-mode "hilit-chg" nil)
13788 (autoload 'global-highlight-changes-mode "hilit-chg" "\
13789 Toggle Highlight-Changes mode in all buffers.
13790 With prefix ARG, enable Global-Highlight-Changes mode if ARG is positive;
13791 otherwise, disable it. If called from Lisp, enable the mode if
13792 ARG is omitted or nil.
13794 Highlight-Changes mode is enabled in all buffers where
13795 `highlight-changes-mode-turn-on' would do it.
13796 See `highlight-changes-mode' for more information on Highlight-Changes mode.
13798 \(fn &optional ARG)" t nil)
13800 ;;;***
13802 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
13803 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13804 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13805 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13806 ;;;;;; "hippie-exp.el" (20495 51111 757560 0))
13807 ;;; Generated autoloads from hippie-exp.el
13809 (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) "\
13810 The list of expansion functions tried in order by `hippie-expand'.
13811 To change the behavior of `hippie-expand', remove, change the order of,
13812 or insert functions in this list.")
13814 (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t)
13816 (defvar hippie-expand-verbose t "\
13817 Non-nil makes `hippie-expand' output which function it is trying.")
13819 (custom-autoload 'hippie-expand-verbose "hippie-exp" t)
13821 (defvar hippie-expand-dabbrev-skip-space nil "\
13822 Non-nil means tolerate trailing spaces in the abbreviation to expand.")
13824 (custom-autoload 'hippie-expand-dabbrev-skip-space "hippie-exp" t)
13826 (defvar hippie-expand-dabbrev-as-symbol t "\
13827 Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
13829 (custom-autoload 'hippie-expand-dabbrev-as-symbol "hippie-exp" t)
13831 (defvar hippie-expand-no-restriction t "\
13832 Non-nil means that narrowed buffers are widened during search.")
13834 (custom-autoload 'hippie-expand-no-restriction "hippie-exp" t)
13836 (defvar hippie-expand-max-buffers nil "\
13837 The maximum number of buffers (apart from the current) searched.
13838 If nil, all buffers are searched.")
13840 (custom-autoload 'hippie-expand-max-buffers "hippie-exp" t)
13842 (defvar hippie-expand-ignore-buffers (list (purecopy "^ \\*.*\\*$") 'dired-mode) "\
13843 A list specifying which buffers not to search (if not current).
13844 Can contain both regexps matching buffer names (as strings) and major modes
13845 \(as atoms)")
13847 (custom-autoload 'hippie-expand-ignore-buffers "hippie-exp" t)
13849 (defvar hippie-expand-only-buffers nil "\
13850 A list specifying the only buffers to search (in addition to current).
13851 Can contain both regexps matching buffer names (as strings) and major modes
13852 \(as atoms). If non-nil, this variable overrides the variable
13853 `hippie-expand-ignore-buffers'.")
13855 (custom-autoload 'hippie-expand-only-buffers "hippie-exp" t)
13857 (autoload 'hippie-expand "hippie-exp" "\
13858 Try to expand text before point, using multiple methods.
13859 The expansion functions in `hippie-expand-try-functions-list' are
13860 tried in order, until a possible expansion is found. Repeated
13861 application of `hippie-expand' inserts successively possible
13862 expansions.
13863 With a positive numeric argument, jumps directly to the ARG next
13864 function in this list. With a negative argument or just \\[universal-argument],
13865 undoes the expansion.
13867 \(fn ARG)" t nil)
13869 (autoload 'make-hippie-expand-function "hippie-exp" "\
13870 Construct a function similar to `hippie-expand'.
13871 Make it use the expansion functions in TRY-LIST. An optional second
13872 argument VERBOSE non-nil makes the function verbose.
13874 \(fn TRY-LIST &optional VERBOSE)" nil t)
13876 ;;;***
13878 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13879 ;;;;;; (20355 10021 546955 0))
13880 ;;; Generated autoloads from hl-line.el
13882 (autoload 'hl-line-mode "hl-line" "\
13883 Toggle highlighting of the current line (Hl-Line mode).
13884 With a prefix argument ARG, enable Hl-Line mode if ARG is
13885 positive, and disable it otherwise. If called from Lisp, enable
13886 the mode if ARG is omitted or nil.
13888 Hl-Line mode is a buffer-local minor mode. If
13889 `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
13890 line about the buffer's point in all windows. Caveat: the
13891 buffer's point might be different from the point of a
13892 non-selected window. Hl-Line mode uses the function
13893 `hl-line-highlight' on `post-command-hook' in this case.
13895 When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
13896 line about point in the selected window only. In this case, it
13897 uses the function `hl-line-unhighlight' on `pre-command-hook' in
13898 addition to `hl-line-highlight' on `post-command-hook'.
13900 \(fn &optional ARG)" t nil)
13902 (defvar global-hl-line-mode nil "\
13903 Non-nil if Global-Hl-Line mode is enabled.
13904 See the command `global-hl-line-mode' for a description of this minor mode.
13905 Setting this variable directly does not take effect;
13906 either customize it (see the info node `Easy Customization')
13907 or call the function `global-hl-line-mode'.")
13909 (custom-autoload 'global-hl-line-mode "hl-line" nil)
13911 (autoload 'global-hl-line-mode "hl-line" "\
13912 Toggle line highlighting in all buffers (Global Hl-Line mode).
13913 With a prefix argument ARG, enable Global Hl-Line mode if ARG is
13914 positive, and disable it otherwise. If called from Lisp, enable
13915 the mode if ARG is omitted or nil.
13917 If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode
13918 highlights the line about the current buffer's point in all
13919 windows.
13921 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13922 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
13924 \(fn &optional ARG)" t nil)
13926 ;;;***
13928 ;;;### (autoloads (list-holidays holidays holiday-solar-holidays
13929 ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13930 ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13931 ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13932 ;;;;;; "calendar/holidays.el" (20390 20388 254308 0))
13933 ;;; Generated autoloads from calendar/holidays.el
13935 (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
13937 (defvar holiday-general-holidays (mapcar 'purecopy '((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"))) "\
13938 General holidays. Default value is for the United States.
13939 See the documentation for `calendar-holidays' for details.")
13941 (custom-autoload 'holiday-general-holidays "holidays" t)
13943 (put 'holiday-general-holidays 'risky-local-variable t)
13945 (define-obsolete-variable-alias 'oriental-holidays 'holiday-oriental-holidays "23.1")
13947 (defvar holiday-oriental-holidays (mapcar 'purecopy '((holiday-chinese-new-year) (if calendar-chinese-all-holidays-flag (append (holiday-chinese 1 15 "Lantern Festival") (holiday-chinese-qingming) (holiday-chinese 5 5 "Dragon Boat Festival") (holiday-chinese 7 7 "Double Seventh Festival") (holiday-chinese 8 15 "Mid-Autumn Festival") (holiday-chinese 9 9 "Double Ninth Festival") (holiday-chinese-winter-solstice))))) "\
13948 Oriental holidays.
13949 See the documentation for `calendar-holidays' for details.")
13951 (custom-autoload 'holiday-oriental-holidays "holidays" t)
13953 (put 'holiday-oriental-holidays 'risky-local-variable t)
13955 (define-obsolete-variable-alias 'local-holidays 'holiday-local-holidays "23.1")
13957 (defvar holiday-local-holidays nil "\
13958 Local holidays.
13959 See the documentation for `calendar-holidays' for details.")
13961 (custom-autoload 'holiday-local-holidays "holidays" t)
13963 (put 'holiday-local-holidays 'risky-local-variable t)
13965 (define-obsolete-variable-alias 'other-holidays 'holiday-other-holidays "23.1")
13967 (defvar holiday-other-holidays nil "\
13968 User defined holidays.
13969 See the documentation for `calendar-holidays' for details.")
13971 (custom-autoload 'holiday-other-holidays "holidays" t)
13973 (put 'holiday-other-holidays 'risky-local-variable t)
13975 (defvar hebrew-holidays-1 (mapcar 'purecopy '((holiday-hebrew-rosh-hashanah) (if calendar-hebrew-all-holidays-flag (holiday-julian 11 (let ((m displayed-month) (y displayed-year) year) (calendar-increment-month m y -1) (setq year (calendar-extract-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y))))) (if (zerop (% (1+ year) 4)) 22 21)) "\"Tal Umatar\" (evening)")))) "\
13976 Component of the old default value of `holiday-hebrew-holidays'.")
13978 (put 'hebrew-holidays-1 'risky-local-variable t)
13980 (defvar hebrew-holidays-2 (mapcar 'purecopy '((holiday-hebrew-hanukkah) (if calendar-hebrew-all-holidays-flag (holiday-hebrew 10 (let ((h-year (calendar-extract-year (calendar-hebrew-from-absolute (calendar-absolute-from-gregorian (list displayed-month 28 displayed-year)))))) (if (= 6 (% (calendar-hebrew-to-absolute (list 10 10 h-year)) 7)) 11 10)) "Tzom Teveth")) (if calendar-hebrew-all-holidays-flag (holiday-hebrew 11 15 "Tu B'Shevat")))) "\
13981 Component of the old default value of `holiday-hebrew-holidays'.")
13983 (put 'hebrew-holidays-2 'risky-local-variable t)
13985 (defvar hebrew-holidays-3 (mapcar 'purecopy '((if calendar-hebrew-all-holidays-flag (holiday-hebrew 11 (let* ((m displayed-month) (y displayed-year) (h-year (progn (calendar-increment-month m y 1) (calendar-extract-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 (= 6 (% (calendar-hebrew-to-absolute (list 7 1 h-year)) 7)) (calendar-dayname-on-or-before 6 (calendar-hebrew-to-absolute (list 11 17 h-year))) (calendar-dayname-on-or-before 6 (calendar-hebrew-to-absolute (list 11 16 h-year)))))) (day (calendar-extract-day s-s))) day) "Shabbat Shirah")))) "\
13986 Component of the old default value of `holiday-hebrew-holidays'.")
13988 (put 'hebrew-holidays-3 'risky-local-variable t)
13990 (defvar hebrew-holidays-4 (mapcar 'purecopy '((holiday-hebrew-passover) (and calendar-hebrew-all-holidays-flag (let* ((m displayed-month) (y displayed-year) (year (progn (calendar-increment-month m y -1) (calendar-extract-year (calendar-julian-from-absolute (calendar-absolute-from-gregorian (list m 1 y))))))) (= 21 (% year 28))) (holiday-julian 3 26 "Kiddush HaHamah")) (if calendar-hebrew-all-holidays-flag (holiday-hebrew-tisha-b-av)))) "\
13991 Component of the old default value of `holiday-hebrew-holidays'.")
13993 (put 'hebrew-holidays-4 'risky-local-variable t)
13995 (define-obsolete-variable-alias 'hebrew-holidays 'holiday-hebrew-holidays "23.1")
13997 (defvar holiday-hebrew-holidays (mapcar 'purecopy '((holiday-hebrew-passover) (holiday-hebrew-rosh-hashanah) (holiday-hebrew-hanukkah) (if calendar-hebrew-all-holidays-flag (append (holiday-hebrew-tisha-b-av) (holiday-hebrew-misc))))) "\
13998 Jewish holidays.
13999 See the documentation for `calendar-holidays' for details.")
14001 (custom-autoload 'holiday-hebrew-holidays "holidays" t)
14003 (put 'holiday-hebrew-holidays 'risky-local-variable t)
14005 (define-obsolete-variable-alias 'christian-holidays 'holiday-christian-holidays "23.1")
14007 (defvar holiday-christian-holidays (mapcar 'purecopy '((holiday-easter-etc) (holiday-fixed 12 25 "Christmas") (if calendar-christian-all-holidays-flag (append (holiday-fixed 1 6 "Epiphany") (holiday-julian 12 25 "Eastern Orthodox Christmas") (holiday-greek-orthodox-easter) (holiday-fixed 8 15 "Assumption") (holiday-advent 0 "Advent"))))) "\
14008 Christian holidays.
14009 See the documentation for `calendar-holidays' for details.")
14011 (custom-autoload 'holiday-christian-holidays "holidays" t)
14013 (put 'holiday-christian-holidays 'risky-local-variable t)
14015 (define-obsolete-variable-alias 'islamic-holidays 'holiday-islamic-holidays "23.1")
14017 (defvar holiday-islamic-holidays (mapcar 'purecopy '((holiday-islamic-new-year) (holiday-islamic 9 1 "Ramadan Begins") (if calendar-islamic-all-holidays-flag (append (holiday-islamic 1 10 "Ashura") (holiday-islamic 3 12 "Mulad-al-Nabi") (holiday-islamic 7 26 "Shab-e-Mi'raj") (holiday-islamic 8 15 "Shab-e-Bara't") (holiday-islamic 9 27 "Shab-e Qadr") (holiday-islamic 10 1 "Id-al-Fitr") (holiday-islamic 12 10 "Id-al-Adha"))))) "\
14018 Islamic holidays.
14019 See the documentation for `calendar-holidays' for details.")
14021 (custom-autoload 'holiday-islamic-holidays "holidays" t)
14023 (put 'holiday-islamic-holidays 'risky-local-variable t)
14025 (define-obsolete-variable-alias 'bahai-holidays 'holiday-bahai-holidays "23.1")
14027 (defvar holiday-bahai-holidays (mapcar 'purecopy '((holiday-bahai-new-year) (holiday-bahai-ridvan) (holiday-fixed 5 23 "Declaration of the Báb") (holiday-fixed 5 29 "Ascension of Bahá'u'lláh") (holiday-fixed 7 9 "Martyrdom of the Báb") (holiday-fixed 10 20 "Birth of the Báb") (holiday-fixed 11 12 "Birth of Bahá'u'lláh") (if calendar-bahai-all-holidays-flag (append (holiday-fixed 11 26 "Day of the Covenant") (holiday-fixed 11 28 "Ascension of `Abdu'l-Bahá"))))) "\
14028 Bahá'í holidays.
14029 See the documentation for `calendar-holidays' for details.")
14031 (custom-autoload 'holiday-bahai-holidays "holidays" t)
14033 (put 'holiday-bahai-holidays 'risky-local-variable t)
14035 (define-obsolete-variable-alias 'solar-holidays 'holiday-solar-holidays "23.1")
14037 (defvar holiday-solar-holidays (mapcar 'purecopy '((solar-equinoxes-solstices) (holiday-sexp calendar-daylight-savings-starts (format "Daylight Saving Time Begins %s" (solar-time-string (/ calendar-daylight-savings-starts-time (float 60)) calendar-standard-time-zone-name))) (holiday-sexp calendar-daylight-savings-ends (format "Daylight Saving Time Ends %s" (solar-time-string (/ calendar-daylight-savings-ends-time (float 60)) calendar-daylight-time-zone-name))))) "\
14038 Sun-related holidays.
14039 See the documentation for `calendar-holidays' for details.")
14041 (custom-autoload 'holiday-solar-holidays "holidays" t)
14043 (put 'holiday-solar-holidays 'risky-local-variable t)
14045 (put 'calendar-holidays 'risky-local-variable t)
14047 (autoload 'holidays "holidays" "\
14048 Display the holidays for last month, this month, and next month.
14049 If called with an optional prefix argument ARG, prompts for month and year.
14050 This function is suitable for execution in a .emacs file.
14052 \(fn &optional ARG)" t nil)
14054 (autoload 'list-holidays "holidays" "\
14055 Display holidays for years Y1 to Y2 (inclusive).
14056 Y2 defaults to Y1. The optional list of holidays L defaults to
14057 `calendar-holidays'. If you want to control what holidays are
14058 displayed, use a different list. For example,
14060 (list-holidays 2006 2006
14061 (append holiday-general-holidays holiday-local-holidays))
14063 will display holidays for the year 2006 defined in the two
14064 mentioned lists, and nothing else.
14066 When called interactively, this command offers a choice of
14067 holidays, based on the variables `holiday-solar-holidays' etc. See the
14068 documentation of `calendar-holidays' for a list of the variables
14069 that control the choices, as well as a description of the format
14070 of a holiday list.
14072 The optional LABEL is used to label the buffer created.
14074 \(fn Y1 &optional Y2 L LABEL)" t nil)
14076 (defalias 'holiday-list 'list-holidays)
14078 ;;;***
14080 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20355
14081 ;;;;;; 10021 546955 0))
14082 ;;; Generated autoloads from gnus/html2text.el
14084 (autoload 'html2text "html2text" "\
14085 Convert HTML to plain text in the current buffer.
14087 \(fn)" t nil)
14089 ;;;***
14091 ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
14092 ;;;;;; "htmlfontify" "htmlfontify.el" (20355 10021 546955 0))
14093 ;;; Generated autoloads from htmlfontify.el
14095 (autoload 'htmlfontify-buffer "htmlfontify" "\
14096 Create a new buffer, named for the current buffer + a .html extension,
14097 containing an inline CSS-stylesheet and formatted CSS-markup HTML
14098 that reproduces the look of the current Emacs buffer as closely
14099 as possible.
14101 Dangerous characters in the existing buffer are turned into HTML
14102 entities, so you should even be able to do HTML-within-HTML
14103 fontified display.
14105 You should, however, note that random control or eight-bit
14106 characters such as ^L (\f) or ¤ (\244) won't get mapped yet.
14108 If the SRCDIR and FILE arguments are set, lookup etags derived
14109 entries in the `hfy-tags-cache' and add HTML anchors and
14110 hyperlinks as appropriate.
14112 \(fn &optional SRCDIR FILE)" t nil)
14114 (autoload 'htmlfontify-copy-and-link-dir "htmlfontify" "\
14115 Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
14116 F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.
14118 You may also want to set `hfy-page-header' and `hfy-page-footer'.
14120 \(fn SRCDIR DSTDIR &optional F-EXT L-EXT)" t nil)
14122 ;;;***
14124 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14125 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20478
14126 ;;;;;; 3673 653810 0))
14127 ;;; Generated autoloads from ibuf-macs.el
14129 (autoload 'define-ibuffer-column "ibuf-macs" "\
14130 Define a column SYMBOL for use with `ibuffer-formats'.
14132 BODY will be called with `buffer' bound to the buffer object, and
14133 `mark' bound to the current mark on the buffer. The original ibuffer
14134 buffer will be bound to `ibuffer-buf'.
14136 If NAME is given, it will be used as a title for the column.
14137 Otherwise, the title will default to a capitalized version of the
14138 SYMBOL's name. PROPS is a plist of additional properties to add to
14139 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
14140 function which will be passed a list of all the strings in its column;
14141 it should return a string to display at the bottom.
14143 If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
14144 title of the column.
14146 Note that this macro expands into a `defun' for a function named
14147 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
14148 inlined into the compiled format versions. This means that if you
14149 change its definition, you should explicitly call
14150 `ibuffer-recompile-formats'.
14152 \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil nil)
14154 (autoload 'define-ibuffer-sorter "ibuf-macs" "\
14155 Define a method of sorting named NAME.
14156 DOCUMENTATION is the documentation of the function, which will be called
14157 `ibuffer-do-sort-by-NAME'.
14158 DESCRIPTION is a short string describing the sorting method.
14160 For sorting, the forms in BODY will be evaluated with `a' bound to one
14161 buffer object, and `b' bound to another. BODY should return a non-nil
14162 value if and only if `a' is \"less than\" `b'.
14164 \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil nil)
14166 (autoload 'define-ibuffer-op "ibuf-macs" "\
14167 Generate a function which operates on a buffer.
14168 OP becomes the name of the function; if it doesn't begin with
14169 `ibuffer-do-', then that is prepended to it.
14170 When an operation is performed, this function will be called once for
14171 each marked buffer, with that buffer current.
14173 ARGS becomes the formal parameters of the function.
14174 DOCUMENTATION becomes the docstring of the function.
14175 INTERACTIVE becomes the interactive specification of the function.
14176 MARK describes which type of mark (:deletion, or nil) this operation
14177 uses. :deletion means the function operates on buffers marked for
14178 deletion, otherwise it acts on normally marked buffers.
14179 MODIFIER-P describes how the function modifies buffers. This is used
14180 to set the modification flag of the Ibuffer buffer itself. Valid
14181 values are:
14182 nil - the function never modifiers buffers
14183 t - the function it always modifies buffers
14184 :maybe - attempt to discover this information by comparing the
14185 buffer's modification flag.
14186 DANGEROUS is a boolean which should be set if the user should be
14187 prompted before performing this operation.
14188 OPSTRING is a string which will be displayed to the user after the
14189 operation is complete, in the form:
14190 \"Operation complete; OPSTRING x buffers\"
14191 ACTIVE-OPSTRING is a string which will be displayed to the user in a
14192 confirmation message, in the form:
14193 \"Really ACTIVE-OPSTRING x buffers?\"
14194 COMPLEX means this function is special; see the source code of this
14195 macro for exactly what it does.
14197 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil nil)
14199 (autoload 'define-ibuffer-filter "ibuf-macs" "\
14200 Define a filter named NAME.
14201 DOCUMENTATION is the documentation of the function.
14202 READER is a form which should read a qualifier from the user.
14203 DESCRIPTION is a short string describing the filter.
14205 BODY should contain forms which will be evaluated to test whether or
14206 not a particular buffer should be displayed or not. The forms in BODY
14207 will be evaluated with BUF bound to the buffer object, and QUALIFIER
14208 bound to the current value of the filter.
14210 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil nil)
14212 ;;;***
14214 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14215 ;;;;;; "ibuffer" "ibuffer.el" (20479 62884 77836 0))
14216 ;;; Generated autoloads from ibuffer.el
14218 (autoload 'ibuffer-list-buffers "ibuffer" "\
14219 Display a list of buffers, in another window.
14220 If optional argument FILES-ONLY is non-nil, then add a filter for
14221 buffers which are visiting a file.
14223 \(fn &optional FILES-ONLY)" t nil)
14225 (autoload 'ibuffer-other-window "ibuffer" "\
14226 Like `ibuffer', but displayed in another window by default.
14227 If optional argument FILES-ONLY is non-nil, then add a filter for
14228 buffers which are visiting a file.
14230 \(fn &optional FILES-ONLY)" t nil)
14232 (autoload 'ibuffer "ibuffer" "\
14233 Begin using Ibuffer to edit a list of buffers.
14234 Type 'h' after entering ibuffer for more information.
14236 All arguments are optional.
14237 OTHER-WINDOW-P says to use another window.
14238 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
14239 QUALIFIERS is an initial set of filtering qualifiers to use;
14240 see `ibuffer-filtering-qualifiers'.
14241 NOSELECT means don't select the Ibuffer buffer.
14242 SHRINK means shrink the buffer to minimal size. The special
14243 value `onewindow' means always use another window.
14244 FILTER-GROUPS is an initial set of filtering groups to use;
14245 see `ibuffer-filter-groups'.
14246 FORMATS is the value to use for `ibuffer-formats'.
14247 If specified, then the variable `ibuffer-formats' will have
14248 that value locally in this buffer.
14250 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
14252 ;;;***
14254 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14255 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14256 ;;;;;; "calendar/icalendar.el" (20434 17809 692608 0))
14257 ;;; Generated autoloads from calendar/icalendar.el
14259 (autoload 'icalendar-export-file "icalendar" "\
14260 Export diary file to iCalendar format.
14261 All diary entries in the file DIARY-FILENAME are converted to iCalendar
14262 format. The result is appended to the file ICAL-FILENAME.
14264 \(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
14266 (autoload 'icalendar-export-region "icalendar" "\
14267 Export region in diary file to iCalendar format.
14268 All diary entries in the region from MIN to MAX in the current buffer are
14269 converted to iCalendar format. The result is appended to the file
14270 ICAL-FILENAME.
14271 This function attempts to return t if something goes wrong. In this
14272 case an error string which describes all the errors and problems is
14273 written into the buffer `*icalendar-errors*'.
14275 \(fn MIN MAX ICAL-FILENAME)" t nil)
14277 (autoload 'icalendar-import-file "icalendar" "\
14278 Import an iCalendar file and append to a diary file.
14279 Argument ICAL-FILENAME output iCalendar file.
14280 Argument DIARY-FILENAME input `diary-file'.
14281 Optional argument NON-MARKING determines whether events are created as
14282 non-marking or not.
14284 \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
14286 (autoload 'icalendar-import-buffer "icalendar" "\
14287 Extract iCalendar events from current buffer.
14289 This function searches the current buffer for the first iCalendar
14290 object, reads it and adds all VEVENT elements to the diary
14291 DIARY-FILE.
14293 It will ask for each appointment whether to add it to the diary
14294 unless DO-NOT-ASK is non-nil. When called interactively,
14295 DO-NOT-ASK is nil, so that you are asked for each event.
14297 NON-MARKING determines whether diary events are created as
14298 non-marking.
14300 Return code t means that importing worked well, return code nil
14301 means that an error has occurred. Error messages will be in the
14302 buffer `*icalendar-errors*'.
14304 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
14306 ;;;***
14308 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20453
14309 ;;;;;; 5437 764254 0))
14310 ;;; Generated autoloads from icomplete.el
14312 (defvar icomplete-mode nil "\
14313 Non-nil if Icomplete mode is enabled.
14314 See the command `icomplete-mode' for a description of this minor mode.
14315 Setting this variable directly does not take effect;
14316 either customize it (see the info node `Easy Customization')
14317 or call the function `icomplete-mode'.")
14319 (custom-autoload 'icomplete-mode "icomplete" nil)
14321 (autoload 'icomplete-mode "icomplete" "\
14322 Toggle incremental minibuffer completion (Icomplete mode).
14323 With a prefix argument ARG, enable Icomplete mode if ARG is
14324 positive, and disable it otherwise. If called from Lisp, enable
14325 the mode if ARG is omitted or nil.
14327 \(fn &optional ARG)" t nil)
14329 ;;;***
14331 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20355 10021
14332 ;;;;;; 546955 0))
14333 ;;; Generated autoloads from progmodes/icon.el
14335 (autoload 'icon-mode "icon" "\
14336 Major mode for editing Icon code.
14337 Expression and list commands understand all Icon brackets.
14338 Tab indents for Icon code.
14339 Paragraphs are separated by blank lines only.
14340 Delete converts tabs to spaces as it moves back.
14341 \\{icon-mode-map}
14342 Variables controlling indentation style:
14343 icon-tab-always-indent
14344 Non-nil means TAB in Icon mode should always reindent the current line,
14345 regardless of where in the line point is when the TAB command is used.
14346 icon-auto-newline
14347 Non-nil means automatically newline before and after braces
14348 inserted in Icon code.
14349 icon-indent-level
14350 Indentation of Icon statements within surrounding block.
14351 The surrounding block's indentation is the indentation
14352 of the line on which the open-brace appears.
14353 icon-continued-statement-offset
14354 Extra indentation given to a substatement, such as the
14355 then-clause of an if or body of a while.
14356 icon-continued-brace-offset
14357 Extra indentation given to a brace that starts a substatement.
14358 This is in addition to `icon-continued-statement-offset'.
14359 icon-brace-offset
14360 Extra indentation for line if it starts with an open brace.
14361 icon-brace-imaginary-offset
14362 An open brace following other text is treated as if it were
14363 this far to the right of the start of its line.
14365 Turning on Icon mode calls the value of the variable `icon-mode-hook'
14366 with no args, if that value is non-nil.
14368 \(fn)" t nil)
14370 ;;;***
14372 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14373 ;;;;;; (20427 14766 970343 0))
14374 ;;; Generated autoloads from progmodes/idlw-shell.el
14376 (autoload 'idlwave-shell "idlw-shell" "\
14377 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
14378 If buffer exists but shell process is not running, start new IDL.
14379 If buffer exists and shell process is running, just switch to the buffer.
14381 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
14382 is non-nil, the shell buffer and the source buffers will be in
14383 separate frames.
14385 The command to run comes from variable `idlwave-shell-explicit-file-name',
14386 with options taken from `idlwave-shell-command-line-options'.
14388 The buffer is put in `idlwave-shell-mode', providing commands for sending
14389 input and controlling the IDL job. See help on `idlwave-shell-mode'.
14390 See also the variable `idlwave-shell-prompt-pattern'.
14392 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
14394 \(fn &optional ARG QUICK)" t nil)
14396 ;;;***
14398 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14399 ;;;;;; (20458 56750 651721 0))
14400 ;;; Generated autoloads from progmodes/idlwave.el
14402 (autoload 'idlwave-mode "idlwave" "\
14403 Major mode for editing IDL source files (version 6.1_em22).
14405 The main features of this mode are
14407 1. Indentation and Formatting
14408 --------------------------
14409 Like other Emacs programming modes, C-j inserts a newline and indents.
14410 TAB is used for explicit indentation of the current line.
14412 To start a continuation line, use \\[idlwave-split-line]. This
14413 function can also be used in the middle of a line to split the line
14414 at that point. When used inside a long constant string, the string
14415 is split at that point with the `+' concatenation operator.
14417 Comments are indented as follows:
14419 `;;;' Indentation remains unchanged.
14420 `;;' Indent like the surrounding code
14421 `;' Indent to a minimum column.
14423 The indentation of comments starting in column 0 is never changed.
14425 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
14426 comment. The indentation of the second line of the paragraph
14427 relative to the first will be retained. Use
14428 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
14429 comments. When the variable `idlwave-fill-comment-line-only' is
14430 nil, code can also be auto-filled and auto-indented.
14432 To convert pre-existing IDL code to your formatting style, mark the
14433 entire buffer with \\[mark-whole-buffer] and execute
14434 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
14435 again followed by \\[indent-region] (`indent-region').
14437 2. Routine Info
14438 ------------
14439 IDLWAVE displays information about the calling sequence and the
14440 accepted keyword parameters of a procedure or function with
14441 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
14442 source file of a module. These commands know about system
14443 routines, all routines in idlwave-mode buffers and (when the
14444 idlwave-shell is active) about all modules currently compiled under
14445 this shell. It also makes use of pre-compiled or custom-scanned
14446 user and library catalogs many popular libraries ship with by
14447 default. Use \\[idlwave-update-routine-info] to update this
14448 information, which is also used for completion (see item 4).
14450 3. Online IDL Help
14451 ---------------
14453 \\[idlwave-context-help] displays the IDL documentation relevant
14454 for the system variable, keyword, or routines at point. A single
14455 key stroke gets you directly to the right place in the docs. See
14456 the manual to configure where and how the HTML help is displayed.
14458 4. Completion
14459 ----------
14460 \\[idlwave-complete] completes the names of procedures, functions
14461 class names, keyword parameters, system variables and tags, class
14462 tags, structure tags, filenames and much more. It is context
14463 sensitive and figures out what is expected at point. Lower case
14464 strings are completed in lower case, other strings in mixed or
14465 upper case.
14467 5. Code Templates and Abbreviations
14468 --------------------------------
14469 Many Abbreviations are predefined to expand to code fragments and templates.
14470 The abbreviations start generally with a `\\`. Some examples:
14472 \\pr PROCEDURE template
14473 \\fu FUNCTION template
14474 \\c CASE statement template
14475 \\sw SWITCH statement template
14476 \\f FOR loop template
14477 \\r REPEAT Loop template
14478 \\w WHILE loop template
14479 \\i IF statement template
14480 \\elif IF-ELSE statement template
14481 \\b BEGIN
14483 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
14484 have direct keybindings - see the list of keybindings below.
14486 \\[idlwave-doc-header] inserts a documentation header at the
14487 beginning of the current program unit (pro, function or main).
14488 Change log entries can be added to the current program unit with
14489 \\[idlwave-doc-modification].
14491 6. Automatic Case Conversion
14492 -------------------------
14493 The case of reserved words and some abbrevs is controlled by
14494 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
14496 7. Automatic END completion
14497 ------------------------
14498 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
14499 will be converted to the specific version, like ENDIF, ENDFOR, etc.
14501 8. Hooks
14502 -----
14503 Loading idlwave.el runs `idlwave-load-hook'.
14504 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
14506 9. Documentation and Customization
14507 -------------------------------
14508 Info documentation for this package is available. Use
14509 \\[idlwave-info] to display (complain to your sysadmin if that does
14510 not work). For Postscript, PDF, and HTML versions of the
14511 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'.
14512 IDLWAVE has customize support - see the group `idlwave'.
14514 10.Keybindings
14515 -----------
14516 Here is a list of all keybindings of this mode.
14517 If some of the key bindings below show with ??, use \\[describe-key]
14518 followed by the key sequence to see what the key sequence does.
14520 \\{idlwave-mode-map}
14522 \(fn)" t nil)
14524 ;;;***
14526 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
14527 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14528 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
14529 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
14530 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14531 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14532 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14533 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20495
14534 ;;;;;; 51111 757560 0))
14535 ;;; Generated autoloads from ido.el
14537 (defvar ido-mode nil "\
14538 Determines for which functional group (buffer and files) ido behavior
14539 should be enabled. The following values are possible:
14540 - `buffer': Turn only on ido buffer behavior (switching, killing,
14541 displaying...)
14542 - `file': Turn only on ido file behavior (finding, writing, inserting...)
14543 - `both': Turn on ido buffer and file behavior.
14544 - `nil': Turn off any ido switching.
14546 Setting this variable directly does not take effect;
14547 use either \\[customize] or the function `ido-mode'.")
14549 (custom-autoload 'ido-mode "ido" nil)
14551 (autoload 'ido-mode "ido" "\
14552 Toggle ido mode on or off.
14553 With ARG, turn ido-mode on if arg is positive, off otherwise.
14554 Turning on ido-mode will remap (via a minor-mode keymap) the default
14555 keybindings for the `find-file' and `switch-to-buffer' families of
14556 commands to the ido versions of these functions.
14557 However, if ARG arg equals 'files, remap only commands for files, or
14558 if it equals 'buffers, remap only commands for buffer switching.
14559 This function also adds a hook to the minibuffer.
14561 \(fn &optional ARG)" t nil)
14563 (autoload 'ido-switch-buffer "ido" "\
14564 Switch to another buffer.
14565 The buffer is displayed according to `ido-default-buffer-method' -- the
14566 default is to show it in the same window, unless it is already visible
14567 in another frame.
14569 As you type in a string, all of the buffers matching the string are
14570 displayed if substring-matching is used (default). Look at
14571 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
14572 buffer you want, it can then be selected. As you type, most keys have
14573 their normal keybindings, except for the following: \\<ido-buffer-completion-map>
14575 RET Select the buffer at the front of the list of matches. If the
14576 list is empty, possibly prompt to create new buffer.
14578 \\[ido-select-text] Use the current input string verbatim.
14580 \\[ido-next-match] Put the first element at the end of the list.
14581 \\[ido-prev-match] Put the last element at the start of the list.
14582 \\[ido-complete] Complete a common suffix to the current string that
14583 matches all buffers. If there is only one match, select that buffer.
14584 If there is no common suffix, show a list of all matching buffers
14585 in a separate window.
14586 \\[ido-edit-input] Edit input string.
14587 \\[ido-fallback-command] Fallback to non-ido version of current command.
14588 \\[ido-toggle-regexp] Toggle regexp searching.
14589 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14590 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
14591 \\[ido-completion-help] Show list of matching buffers in separate window.
14592 \\[ido-enter-find-file] Drop into `ido-find-file'.
14593 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
14594 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
14596 \(fn)" t nil)
14598 (autoload 'ido-switch-buffer-other-window "ido" "\
14599 Switch to another buffer and show it in another window.
14600 The buffer name is selected interactively by typing a substring.
14601 For details of keybindings, see `ido-switch-buffer'.
14603 \(fn)" t nil)
14605 (autoload 'ido-display-buffer "ido" "\
14606 Display a buffer in another window but don't select it.
14607 The buffer name is selected interactively by typing a substring.
14608 For details of keybindings, see `ido-switch-buffer'.
14610 \(fn)" t nil)
14612 (autoload 'ido-kill-buffer "ido" "\
14613 Kill a buffer.
14614 The buffer name is selected interactively by typing a substring.
14615 For details of keybindings, see `ido-switch-buffer'.
14617 \(fn)" t nil)
14619 (autoload 'ido-insert-buffer "ido" "\
14620 Insert contents of a buffer in current buffer after point.
14621 The buffer name is selected interactively by typing a substring.
14622 For details of keybindings, see `ido-switch-buffer'.
14624 \(fn)" t nil)
14626 (autoload 'ido-switch-buffer-other-frame "ido" "\
14627 Switch to another buffer and show it in another frame.
14628 The buffer name is selected interactively by typing a substring.
14629 For details of keybindings, see `ido-switch-buffer'.
14631 \(fn)" t nil)
14633 (autoload 'ido-find-file-in-dir "ido" "\
14634 Switch to another file starting from DIR.
14636 \(fn DIR)" t nil)
14638 (autoload 'ido-find-file "ido" "\
14639 Edit file with name obtained via minibuffer.
14640 The file is displayed according to `ido-default-file-method' -- the
14641 default is to show it in the same window, unless it is already
14642 visible in another frame.
14644 The file name is selected interactively by typing a substring. As you
14645 type in a string, all of the filenames matching the string are displayed
14646 if substring-matching is used (default). Look at `ido-enable-prefix' and
14647 `ido-toggle-prefix'. When you have found the filename you want, it can
14648 then be selected. As you type, most keys have their normal keybindings,
14649 except for the following: \\<ido-file-completion-map>
14651 RET Select the file at the front of the list of matches. If the
14652 list is empty, possibly prompt to create new file.
14654 \\[ido-select-text] Use the current input string verbatim.
14656 \\[ido-next-match] Put the first element at the end of the list.
14657 \\[ido-prev-match] Put the last element at the start of the list.
14658 \\[ido-complete] Complete a common suffix to the current string that
14659 matches all files. If there is only one match, select that file.
14660 If there is no common suffix, show a list of all matching files
14661 in a separate window.
14662 \\[ido-magic-delete-char] Open the specified directory in Dired mode.
14663 \\[ido-edit-input] Edit input string (including directory).
14664 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
14665 \\[ido-merge-work-directories] search for file in the work directory history.
14666 \\[ido-forget-work-directory] removes current directory from the work directory history.
14667 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
14668 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
14669 \\[ido-make-directory] prompts for a directory to create in current directory.
14670 \\[ido-fallback-command] Fallback to non-ido version of current command.
14671 \\[ido-toggle-regexp] Toggle regexp searching.
14672 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14673 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
14674 \\[ido-toggle-literal] Toggle literal reading of this file.
14675 \\[ido-completion-help] Show list of matching files in separate window.
14676 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
14678 \(fn)" t nil)
14680 (autoload 'ido-find-file-other-window "ido" "\
14681 Switch to another file and show it in another window.
14682 The file name is selected interactively by typing a substring.
14683 For details of keybindings, see `ido-find-file'.
14685 \(fn)" t nil)
14687 (autoload 'ido-find-alternate-file "ido" "\
14688 Switch to another file and show it in another window.
14689 The file name is selected interactively by typing a substring.
14690 For details of keybindings, see `ido-find-file'.
14692 \(fn)" t nil)
14694 (autoload 'ido-find-file-read-only "ido" "\
14695 Edit file read-only with name obtained via minibuffer.
14696 The file name is selected interactively by typing a substring.
14697 For details of keybindings, see `ido-find-file'.
14699 \(fn)" t nil)
14701 (autoload 'ido-find-file-read-only-other-window "ido" "\
14702 Edit file read-only in other window with name obtained via minibuffer.
14703 The file name is selected interactively by typing a substring.
14704 For details of keybindings, see `ido-find-file'.
14706 \(fn)" t nil)
14708 (autoload 'ido-find-file-read-only-other-frame "ido" "\
14709 Edit file read-only in other frame with name obtained via minibuffer.
14710 The file name is selected interactively by typing a substring.
14711 For details of keybindings, see `ido-find-file'.
14713 \(fn)" t nil)
14715 (autoload 'ido-display-file "ido" "\
14716 Display a file in another window but don't select it.
14717 The file name is selected interactively by typing a substring.
14718 For details of keybindings, see `ido-find-file'.
14720 \(fn)" t nil)
14722 (autoload 'ido-find-file-other-frame "ido" "\
14723 Switch to another file and show it in another frame.
14724 The file name is selected interactively by typing a substring.
14725 For details of keybindings, see `ido-find-file'.
14727 \(fn)" t nil)
14729 (autoload 'ido-write-file "ido" "\
14730 Write current buffer to a file.
14731 The file name is selected interactively by typing a substring.
14732 For details of keybindings, see `ido-find-file'.
14734 \(fn)" t nil)
14736 (autoload 'ido-insert-file "ido" "\
14737 Insert contents of file in current buffer.
14738 The file name is selected interactively by typing a substring.
14739 For details of keybindings, see `ido-find-file'.
14741 \(fn)" t nil)
14743 (autoload 'ido-dired "ido" "\
14744 Call `dired' the ido way.
14745 The directory is selected interactively by typing a substring.
14746 For details of keybindings, see `ido-find-file'.
14748 \(fn)" t nil)
14750 (autoload 'ido-read-buffer "ido" "\
14751 Ido replacement for the built-in `read-buffer'.
14752 Return the name of a buffer selected.
14753 PROMPT is the prompt to give to the user. DEFAULT if given is the default
14754 buffer to be selected, which will go to the front of the list.
14755 If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
14757 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
14759 (autoload 'ido-read-file-name "ido" "\
14760 Ido replacement for the built-in `read-file-name'.
14761 Read file name, prompting with PROMPT and completing in directory DIR.
14762 See `read-file-name' for additional parameters.
14764 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
14766 (autoload 'ido-read-directory-name "ido" "\
14767 Ido replacement for the built-in `read-directory-name'.
14768 Read directory name, prompting with PROMPT and completing in directory DIR.
14769 See `read-directory-name' for additional parameters.
14771 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
14773 (autoload 'ido-completing-read "ido" "\
14774 Ido replacement for the built-in `completing-read'.
14775 Read a string in the minibuffer with ido-style completion.
14776 PROMPT is a string to prompt with; normally it ends in a colon and a space.
14777 CHOICES is a list of strings which are the possible completions.
14778 PREDICATE and INHERIT-INPUT-METHOD is currently ignored; it is included
14779 to be compatible with `completing-read'.
14780 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
14781 the input is (or completes to) an element of CHOICES or is null.
14782 If the input is null, `ido-completing-read' returns DEF, or an empty
14783 string if DEF is nil, regardless of the value of REQUIRE-MATCH.
14784 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
14785 with point positioned at the end.
14786 HIST, if non-nil, specifies a history list.
14787 DEF, if non-nil, is the default value.
14789 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
14791 ;;;***
14793 ;;;### (autoloads (ielm) "ielm" "ielm.el" (20355 10021 546955 0))
14794 ;;; Generated autoloads from ielm.el
14796 (autoload 'ielm "ielm" "\
14797 Interactively evaluate Emacs Lisp expressions.
14798 Switches to the buffer `*ielm*', or creates it if it does not exist.
14800 \(fn)" t nil)
14802 ;;;***
14804 ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20355 10021
14805 ;;;;;; 546955 0))
14806 ;;; Generated autoloads from iimage.el
14808 (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
14810 (autoload 'iimage-mode "iimage" "\
14811 Toggle Iimage mode on or off.
14812 With a prefix argument ARG, enable Iimage mode if ARG is
14813 positive, and disable it otherwise. If called from Lisp, enable
14814 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14815 \\{iimage-mode-map}
14817 \(fn &optional ARG)" t nil)
14819 ;;;***
14821 ;;;### (autoloads (imagemagick-register-types defimage find-image
14822 ;;;;;; remove-images insert-sliced-image insert-image put-image
14823 ;;;;;; create-image image-type-auto-detected-p image-type-available-p
14824 ;;;;;; image-type image-type-from-file-name image-type-from-file-header
14825 ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14826 ;;;;;; (20437 50597 545250 0))
14827 ;;; Generated autoloads from image.el
14829 (autoload 'image-type-from-data "image" "\
14830 Determine the image type from image data DATA.
14831 Value is a symbol specifying the image type or nil if type cannot
14832 be determined.
14834 \(fn DATA)" nil nil)
14836 (autoload 'image-type-from-buffer "image" "\
14837 Determine the image type from data in the current buffer.
14838 Value is a symbol specifying the image type or nil if type cannot
14839 be determined.
14841 \(fn)" nil nil)
14843 (autoload 'image-type-from-file-header "image" "\
14844 Determine the type of image file FILE from its first few bytes.
14845 Value is a symbol specifying the image type, or nil if type cannot
14846 be determined.
14848 \(fn FILE)" nil nil)
14850 (autoload 'image-type-from-file-name "image" "\
14851 Determine the type of image file FILE from its name.
14852 Value is a symbol specifying the image type, or nil if type cannot
14853 be determined.
14855 \(fn FILE)" nil nil)
14857 (autoload 'image-type "image" "\
14858 Determine and return image type.
14859 SOURCE is an image file name or image data.
14860 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14861 or nil, try to determine the image type from its first few bytes
14862 of image data. If that doesn't work, and SOURCE is a file name,
14863 use its file extension as image type.
14864 Optional DATA-P non-nil means SOURCE is a string containing image data.
14866 \(fn SOURCE &optional TYPE DATA-P)" nil nil)
14868 (autoload 'image-type-available-p "image" "\
14869 Return non-nil if image type TYPE is available.
14870 Image types are symbols like `xbm' or `jpeg'.
14872 \(fn TYPE)" nil nil)
14874 (autoload 'image-type-auto-detected-p "image" "\
14875 Return t if the current buffer contains an auto-detectable image.
14876 This function is intended to be used from `magic-fallback-mode-alist'.
14878 The buffer is considered to contain an auto-detectable image if
14879 its beginning matches an image type in `image-type-header-regexps',
14880 and that image type is present in `image-type-auto-detectable' with a
14881 non-nil value. If that value is non-nil, but not t, then the image type
14882 must be available.
14884 \(fn)" nil nil)
14886 (autoload 'create-image "image" "\
14887 Create an image.
14888 FILE-OR-DATA is an image file name or image data.
14889 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14890 or nil, try to determine the image type from its first few bytes
14891 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14892 use its file extension as image type.
14893 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14894 Optional PROPS are additional image attributes to assign to the image,
14895 like, e.g. `:mask MASK'.
14896 Value is the image created, or nil if images of type TYPE are not supported.
14898 Images should not be larger than specified by `max-image-size'.
14900 Image file names that are not absolute are searched for in the
14901 \"images\" sub-directory of `data-directory' and
14902 `x-bitmap-file-path' (in that order).
14904 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14906 (autoload 'put-image "image" "\
14907 Put image IMAGE in front of POS in the current buffer.
14908 IMAGE must be an image created with `create-image' or `defimage'.
14909 IMAGE is displayed by putting an overlay into the current buffer with a
14910 `before-string' STRING that has a `display' property whose value is the
14911 image. STRING is defaulted if you omit it.
14912 The overlay created will have the `put-image' property set to t.
14913 POS may be an integer or marker.
14914 AREA is where to display the image. AREA nil or omitted means
14915 display it in the text area, a value of `left-margin' means
14916 display it in the left marginal area, a value of `right-margin'
14917 means display it in the right marginal area.
14919 \(fn IMAGE POS &optional STRING AREA)" nil nil)
14921 (autoload 'insert-image "image" "\
14922 Insert IMAGE into current buffer at point.
14923 IMAGE is displayed by inserting STRING into the current buffer
14924 with a `display' property whose value is the image. STRING
14925 defaults to the empty string if you omit it.
14926 AREA is where to display the image. AREA nil or omitted means
14927 display it in the text area, a value of `left-margin' means
14928 display it in the left marginal area, a value of `right-margin'
14929 means display it in the right marginal area.
14930 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
14931 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
14932 specifying the X and Y positions and WIDTH and HEIGHT of image area
14933 to insert. A float value 0.0 - 1.0 means relative to the width or
14934 height of the image; integer values are taken as pixel values.
14936 \(fn IMAGE &optional STRING AREA SLICE)" nil nil)
14938 (autoload 'insert-sliced-image "image" "\
14939 Insert IMAGE into current buffer at point.
14940 IMAGE is displayed by inserting STRING into the current buffer
14941 with a `display' property whose value is the image. STRING is
14942 defaulted if you omit it.
14943 AREA is where to display the image. AREA nil or omitted means
14944 display it in the text area, a value of `left-margin' means
14945 display it in the left marginal area, a value of `right-margin'
14946 means display it in the right marginal area.
14947 The image is automatically split into ROWS x COLS slices.
14949 \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
14951 (autoload 'remove-images "image" "\
14952 Remove images between START and END in BUFFER.
14953 Remove only images that were put in BUFFER with calls to `put-image'.
14954 BUFFER nil or omitted means use the current buffer.
14956 \(fn START END &optional BUFFER)" nil nil)
14958 (autoload 'find-image "image" "\
14959 Find an image, choosing one of a list of image specifications.
14961 SPECS is a list of image specifications.
14963 Each image specification in SPECS is a property list. The contents of
14964 a specification are image type dependent. All specifications must at
14965 least contain the properties `:type TYPE' and either `:file FILE' or
14966 `:data DATA', where TYPE is a symbol specifying the image type,
14967 e.g. `xbm', FILE is the file to load the image from, and DATA is a
14968 string containing the actual image data. The specification whose TYPE
14969 is supported, and FILE exists, is used to construct the image
14970 specification to be returned. Return nil if no specification is
14971 satisfied.
14973 The image is looked for in `image-load-path'.
14975 Image files should not be larger than specified by `max-image-size'.
14977 \(fn SPECS)" nil nil)
14979 (autoload 'defimage "image" "\
14980 Define SYMBOL as an image.
14982 SPECS is a list of image specifications. DOC is an optional
14983 documentation string.
14985 Each image specification in SPECS is a property list. The contents of
14986 a specification are image type dependent. All specifications must at
14987 least contain the properties `:type TYPE' and either `:file FILE' or
14988 `:data DATA', where TYPE is a symbol specifying the image type,
14989 e.g. `xbm', FILE is the file to load the image from, and DATA is a
14990 string containing the actual image data. The first image
14991 specification whose TYPE is supported, and FILE exists, is used to
14992 define SYMBOL.
14994 Example:
14996 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
14997 (:type xbm :file \"~/test1.xbm\")))
14999 \(fn SYMBOL SPECS &optional DOC)" nil t)
15001 (put 'defimage 'doc-string-elt '3)
15003 (autoload 'imagemagick-register-types "image" "\
15004 Register file types that can be handled by ImageMagick.
15005 This function is called at startup, after loading the init file.
15006 It registers the ImageMagick types returned by `imagemagick-filter-types'.
15008 Registered image types are added to `auto-mode-alist', so that
15009 Emacs visits them in Image mode. They are also added to
15010 `image-type-file-name-regexps', so that the `image-type' function
15011 recognizes these files as having image type `imagemagick'.
15013 If Emacs is compiled without ImageMagick support, this does nothing.
15015 \(fn)" nil nil)
15017 ;;;***
15019 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15020 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
15021 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
15022 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15023 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15024 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15025 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
15026 ;;;;;; "image-dired" "image-dired.el" (20478 3673 653810 0))
15027 ;;; Generated autoloads from image-dired.el
15029 (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
15030 Toggle thumbnails in front of file names in the dired buffer.
15031 If no marked file could be found, insert or hide thumbnails on the
15032 current line. ARG, if non-nil, specifies the files to use instead
15033 of the marked files. If ARG is an integer, use the next ARG (or
15034 previous -ARG, if ARG<0) files.
15036 \(fn &optional ARG)" t nil)
15038 (autoload 'image-dired-dired-with-window-configuration "image-dired" "\
15039 Open directory DIR and create a default window configuration.
15041 Convenience command that:
15043 - Opens dired in folder DIR
15044 - Splits windows in most useful (?) way
15045 - Set `truncate-lines' to t
15047 After the command has finished, you would typically mark some
15048 image files in dired and type
15049 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15051 If called with prefix argument ARG, skip splitting of windows.
15053 The current window configuration is saved and can be restored by
15054 calling `image-dired-restore-window-configuration'.
15056 \(fn DIR &optional ARG)" t nil)
15058 (autoload 'image-dired-display-thumbs "image-dired" "\
15059 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15060 If a thumbnail image does not exist for a file, it is created on the
15061 fly. With prefix argument ARG, display only thumbnail for file at
15062 point (this is useful if you have marked some files but want to show
15063 another one).
15065 Recommended usage is to split the current frame horizontally so that
15066 you have the dired buffer in the left window and the
15067 `image-dired-thumbnail-buffer' buffer in the right window.
15069 With optional argument APPEND, append thumbnail to thumbnail buffer
15070 instead of erasing it first.
15072 Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
15073 used or not. If non-nil, use `display-buffer' instead of
15074 `pop-to-buffer'. This is used from functions like
15075 `image-dired-next-line-and-display' and
15076 `image-dired-previous-line-and-display' where we do not want the
15077 thumbnail buffer to be selected.
15079 \(fn &optional ARG APPEND DO-NOT-POP)" t nil)
15081 (autoload 'image-dired-show-all-from-dir "image-dired" "\
15082 Make a preview buffer for all images in DIR and display it.
15083 If the number of files in DIR matching `image-file-name-regexp'
15084 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15085 displayed.
15087 \(fn DIR)" t nil)
15089 (defalias 'image-dired 'image-dired-show-all-from-dir)
15091 (defalias 'tumme 'image-dired-show-all-from-dir)
15093 (autoload 'image-dired-tag-files "image-dired" "\
15094 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15096 \(fn ARG)" t nil)
15098 (autoload 'image-dired-delete-tag "image-dired" "\
15099 Remove tag for selected file(s).
15100 With prefix argument ARG, remove tag from file at point.
15102 \(fn ARG)" t nil)
15104 (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
15105 Jump to thumbnail buffer.
15107 \(fn)" t nil)
15109 (autoload 'image-dired-setup-dired-keybindings "image-dired" "\
15110 Setup easy-to-use keybindings for the commands to be used in dired mode.
15111 Note that n, p and <down> and <up> will be hijacked and bound to
15112 `image-dired-dired-x-line'.
15114 \(fn)" t nil)
15116 (autoload 'image-dired-display-thumbs-append "image-dired" "\
15117 Append thumbnails to `image-dired-thumbnail-buffer'.
15119 \(fn)" t nil)
15121 (autoload 'image-dired-display-thumb "image-dired" "\
15122 Shorthand for `image-dired-display-thumbs' with prefix argument.
15124 \(fn)" t nil)
15126 (autoload 'image-dired-dired-display-external "image-dired" "\
15127 Display file at point using an external viewer.
15129 \(fn)" t nil)
15131 (autoload 'image-dired-dired-display-image "image-dired" "\
15132 Display current image file.
15133 See documentation for `image-dired-display-image' for more information.
15134 With prefix argument ARG, display image in its original size.
15136 \(fn &optional ARG)" t nil)
15138 (autoload 'image-dired-dired-comment-files "image-dired" "\
15139 Add comment to current or marked files in dired.
15141 \(fn)" t nil)
15143 (autoload 'image-dired-mark-tagged-files "image-dired" "\
15144 Use regexp to mark files with matching tag.
15145 A `tag' is a keyword, a piece of meta data, associated with an
15146 image file and stored in image-dired's database file. This command
15147 lets you input a regexp and this will be matched against all tags
15148 on all image files in the database file. The files that have a
15149 matching tag will be marked in the dired buffer.
15151 \(fn)" t nil)
15153 (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
15154 Edit comment and tags of current or marked image files.
15155 Edit comment and tags for all marked image files in an
15156 easy-to-use form.
15158 \(fn)" t nil)
15160 ;;;***
15162 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15163 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15164 ;;;;;; "image-file.el" (20355 10021 546955 0))
15165 ;;; Generated autoloads from image-file.el
15167 (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
15168 A list of image-file filename extensions.
15169 Filenames having one of these extensions are considered image files,
15170 in addition to those matching `image-file-name-regexps'.
15172 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
15173 setting this variable directly does not take effect unless
15174 `auto-image-file-mode' is re-enabled; this happens automatically when
15175 the variable is set using \\[customize].")
15177 (custom-autoload 'image-file-name-extensions "image-file" nil)
15179 (defvar image-file-name-regexps nil "\
15180 List of regexps matching image-file filenames.
15181 Filenames matching one of these regexps are considered image files,
15182 in addition to those with an extension in `image-file-name-extensions'.
15184 See function `auto-image-file-mode'; if `auto-image-file-mode' is
15185 enabled, setting this variable directly does not take effect unless
15186 `auto-image-file-mode' is re-enabled; this happens automatically when
15187 the variable is set using \\[customize].")
15189 (custom-autoload 'image-file-name-regexps "image-file" nil)
15191 (autoload 'image-file-name-regexp "image-file" "\
15192 Return a regular expression matching image-file filenames.
15194 \(fn)" nil nil)
15196 (autoload 'insert-image-file "image-file" "\
15197 Insert the image file FILE into the current buffer.
15198 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
15199 the command `insert-file-contents'.
15201 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
15203 (defvar auto-image-file-mode nil "\
15204 Non-nil if Auto-Image-File mode is enabled.
15205 See the command `auto-image-file-mode' for a description of this minor mode.
15206 Setting this variable directly does not take effect;
15207 either customize it (see the info node `Easy Customization')
15208 or call the function `auto-image-file-mode'.")
15210 (custom-autoload 'auto-image-file-mode "image-file" nil)
15212 (autoload 'auto-image-file-mode "image-file" "\
15213 Toggle visiting of image files as images (Auto Image File mode).
15214 With a prefix argument ARG, enable Auto Image File mode if ARG is
15215 positive, and disable it otherwise. If called from Lisp, enable
15216 the mode if ARG is omitted or nil.
15218 An image file is one whose name has an extension in
15219 `image-file-name-extensions', or matches a regexp in
15220 `image-file-name-regexps'.
15222 \(fn &optional ARG)" t nil)
15224 ;;;***
15226 ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
15227 ;;;;;; image-mode) "image-mode" "image-mode.el" (20476 31768 298871
15228 ;;;;;; 0))
15229 ;;; Generated autoloads from image-mode.el
15231 (autoload 'image-mode "image-mode" "\
15232 Major mode for image files.
15233 You can use \\<image-mode-map>\\[image-toggle-display]
15234 to toggle between display as an image and display as text.
15236 \(fn)" t nil)
15238 (autoload 'image-minor-mode "image-mode" "\
15239 Toggle Image minor mode in this buffer.
15240 With a prefix argument ARG, enable Image minor mode if ARG is
15241 positive, and disable it otherwise. If called from Lisp, enable
15242 the mode if ARG is omitted or nil.
15244 Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display],
15245 to switch back to `image-mode' and display an image file as the
15246 actual image.
15248 \(fn &optional ARG)" t nil)
15250 (autoload 'image-mode-as-text "image-mode" "\
15251 Set a non-image mode as major mode in combination with image minor mode.
15252 A non-image major mode found from `auto-mode-alist' or Fundamental mode
15253 displays an image file as text. `image-minor-mode' provides the key
15254 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
15255 to display an image file as the actual image.
15257 You can use `image-mode-as-text' in `auto-mode-alist' when you want
15258 to display an image file as text initially.
15260 See commands `image-mode' and `image-minor-mode' for more information
15261 on these modes.
15263 \(fn)" t nil)
15265 (autoload 'image-bookmark-jump "image-mode" "\
15268 \(fn BMK)" nil nil)
15270 ;;;***
15272 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15273 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20476 31768 298871
15274 ;;;;;; 0))
15275 ;;; Generated autoloads from imenu.el
15277 (defvar imenu-sort-function nil "\
15278 The function to use for sorting the index mouse-menu.
15280 Affects only the mouse index menu.
15282 Set this to nil if you don't want any sorting (faster).
15283 The items in the menu are then presented in the order they were found
15284 in the buffer.
15286 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
15288 The function should take two arguments and return t if the first
15289 element should come before the second. The arguments are cons cells;
15290 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15292 (custom-autoload 'imenu-sort-function "imenu" t)
15294 (defvar imenu-generic-expression nil "\
15295 The regex pattern to use for creating a buffer index.
15297 If non-nil this pattern is passed to `imenu--generic-function' to
15298 create a buffer index. Look there for the documentation of this
15299 pattern's structure.
15301 For example, see the value of `fortran-imenu-generic-expression' used by
15302 `fortran-mode' with `imenu-syntax-alist' set locally to give the
15303 characters which normally have \"symbol\" syntax \"word\" syntax
15304 during matching.")
15305 (put 'imenu-generic-expression 'risky-local-variable t)
15307 (make-variable-buffer-local 'imenu-generic-expression)
15309 (defvar imenu-create-index-function 'imenu-default-create-index-function "\
15310 The function to use for creating an index alist of the current buffer.
15312 It should be a function that takes no arguments and returns
15313 an index alist of the current buffer. The function is
15314 called within a `save-excursion'.
15316 See `imenu--index-alist' for the format of the buffer index alist.")
15318 (make-variable-buffer-local 'imenu-create-index-function)
15320 (defvar imenu-prev-index-position-function 'beginning-of-defun "\
15321 Function for finding the next index position.
15323 If `imenu-create-index-function' is set to
15324 `imenu-default-create-index-function', then you must set this variable
15325 to a function that will find the next index, looking backwards in the
15326 file.
15328 The function should leave point at the place to be connected to the
15329 index and it should return nil when it doesn't find another index.")
15331 (make-variable-buffer-local 'imenu-prev-index-position-function)
15333 (defvar imenu-extract-index-name-function nil "\
15334 Function for extracting the index item name, given a position.
15336 This function is called after `imenu-prev-index-position-function'
15337 finds a position for an index item, with point at that position.
15338 It should return the name for that index item.")
15340 (make-variable-buffer-local 'imenu-extract-index-name-function)
15342 (defvar imenu-name-lookup-function nil "\
15343 Function to compare string with index item.
15345 This function will be called with two strings, and should return
15346 non-nil if they match.
15348 If nil, comparison is done with `string='.
15349 Set this to some other function for more advanced comparisons,
15350 such as \"begins with\" or \"name matches and number of
15351 arguments match\".")
15353 (make-variable-buffer-local 'imenu-name-lookup-function)
15355 (defvar imenu-default-goto-function 'imenu-default-goto-function "\
15356 The default function called when selecting an Imenu item.
15357 The function in this variable is called when selecting a normal index-item.")
15359 (make-variable-buffer-local 'imenu-default-goto-function)
15360 (put 'imenu--index-alist 'risky-local-variable t)
15362 (make-variable-buffer-local 'imenu-syntax-alist)
15364 (make-variable-buffer-local 'imenu-case-fold-search)
15366 (autoload 'imenu-add-to-menubar "imenu" "\
15367 Add an `imenu' entry to the menu bar for the current buffer.
15368 NAME is a string used to name the menu bar item.
15369 See the command `imenu' for more information.
15371 \(fn NAME)" t nil)
15373 (autoload 'imenu-add-menubar-index "imenu" "\
15374 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
15376 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
15378 \(fn)" t nil)
15380 (autoload 'imenu "imenu" "\
15381 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
15382 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
15383 for more information.
15385 \(fn INDEX-ITEM)" t nil)
15387 ;;;***
15389 ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15390 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15391 ;;;;;; "ind-util" "language/ind-util.el" (20355 10021 546955 0))
15392 ;;; Generated autoloads from language/ind-util.el
15394 (autoload 'indian-compose-region "ind-util" "\
15395 Compose the region according to `composition-function-table'.
15397 \(fn FROM TO)" t nil)
15399 (autoload 'indian-compose-string "ind-util" "\
15402 \(fn STRING)" nil nil)
15404 (autoload 'in-is13194-post-read-conversion "ind-util" "\
15407 \(fn LEN)" nil nil)
15409 (autoload 'in-is13194-pre-write-conversion "ind-util" "\
15412 \(fn FROM TO)" nil nil)
15414 (autoload 'indian-2-column-to-ucs-region "ind-util" "\
15415 Convert old Emacs Devanagari characters to UCS.
15417 \(fn FROM TO)" t nil)
15419 ;;;***
15421 ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
15422 ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
15423 ;;;;;; "progmodes/inf-lisp.el" (20355 10021 546955 0))
15424 ;;; Generated autoloads from progmodes/inf-lisp.el
15426 (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
15427 What not to save on inferior Lisp's input history.
15428 Input matching this regexp is not saved on the input history in Inferior Lisp
15429 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
15430 \(as in :a, :c, etc.)")
15432 (custom-autoload 'inferior-lisp-filter-regexp "inf-lisp" t)
15434 (defvar inferior-lisp-program (purecopy "lisp") "\
15435 Program name for invoking an inferior Lisp in Inferior Lisp mode.")
15437 (custom-autoload 'inferior-lisp-program "inf-lisp" t)
15439 (defvar inferior-lisp-load-command (purecopy "(load \"%s\")\n") "\
15440 Format-string for building a Lisp expression to load a file.
15441 This format string should use `%s' to substitute a file name
15442 and should result in a Lisp expression that will command the inferior Lisp
15443 to load that file. The default works acceptably on most Lisps.
15444 The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
15445 produces cosmetically superior output for this application,
15446 but it works only in Common Lisp.")
15448 (custom-autoload 'inferior-lisp-load-command "inf-lisp" t)
15450 (defvar inferior-lisp-prompt (purecopy "^[^> \n]*>+:? *") "\
15451 Regexp to recognize prompts in the Inferior Lisp mode.
15452 Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
15453 and franz. This variable is used to initialize `comint-prompt-regexp' in the
15454 Inferior Lisp buffer.
15456 This variable is only used if the variable
15457 `comint-use-prompt-regexp' is non-nil.
15459 More precise choices:
15460 Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
15461 franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"
15462 kcl: \"^>+ *\"
15464 This is a fine thing to set in your .emacs file or through Custom.")
15466 (custom-autoload 'inferior-lisp-prompt "inf-lisp" t)
15468 (defvar inferior-lisp-mode-hook 'nil "\
15469 Hook for customizing Inferior Lisp mode.")
15471 (autoload 'inferior-lisp "inf-lisp" "\
15472 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
15473 If there is a process already running in `*inferior-lisp*', just switch
15474 to that buffer.
15475 With argument, allows you to edit the command line (default is value
15476 of `inferior-lisp-program'). Runs the hooks from
15477 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
15478 \(Type \\[describe-mode] in the process buffer for a list of commands.)
15480 \(fn CMD)" t nil)
15482 (defalias 'run-lisp 'inferior-lisp)
15484 ;;;***
15486 ;;;### (autoloads (info-display-manual Info-bookmark-jump Info-speedbar-browser
15487 ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15488 ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15489 ;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15490 ;;;;;; info info-other-window) "info" "info.el" (20476 31768 298871
15491 ;;;;;; 0))
15492 ;;; Generated autoloads from info.el
15494 (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
15495 Default list of directories to search for Info documentation files.
15496 They are searched in the order they are given in the list.
15497 Therefore, the directory of Info files that come with Emacs
15498 normally should come last (so that local files override standard ones),
15499 unless Emacs is installed into a non-standard directory. In the latter
15500 case, the directory of Info files that come with Emacs should be
15501 first in this list.
15503 Once Info is started, the list of directories to search
15504 comes from the variable `Info-directory-list'.
15505 This variable `Info-default-directory-list' is used as the default
15506 for initializing `Info-directory-list' when Info is started, unless
15507 the environment variable INFOPATH is set.
15509 Although this is a customizable variable, that is mainly for technical
15510 reasons. Normally, you should either set INFOPATH or customize
15511 `Info-additional-directory-list', rather than changing this variable." :initialize (quote custom-initialize-delay) :type (quote (repeat directory)) :group (quote info))
15513 (autoload 'info-other-window "info" "\
15514 Like `info' but show the Info buffer in another window.
15516 \(fn &optional FILE-OR-NODE)" t nil)
15517 (put 'info 'info-file (purecopy "emacs"))
15519 (autoload 'info "info" "\
15520 Enter Info, the documentation browser.
15521 Optional argument FILE-OR-NODE specifies the file to examine;
15522 the default is the top-level directory of Info.
15523 Called from a program, FILE-OR-NODE may specify an Info node of the form
15524 \"(FILENAME)NODENAME\".
15525 Optional argument BUFFER specifies the Info buffer name;
15526 the default buffer name is *info*. If BUFFER exists,
15527 just switch to BUFFER. Otherwise, create a new buffer
15528 with the top-level Info directory.
15530 In interactive use, a non-numeric prefix argument directs
15531 this command to read a file name from the minibuffer.
15532 A numeric prefix argument selects an Info buffer with the prefix number
15533 appended to the Info buffer name.
15535 The search path for Info files is in the variable `Info-directory-list'.
15536 The top-level Info directory is made by combining all the files named `dir'
15537 in all the directories in that path.
15539 See a list of available Info commands in `Info-mode'.
15541 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
15543 (autoload 'info-emacs-manual "info" "\
15544 Display the Emacs manual in Info mode.
15546 \(fn)" t nil)
15548 (autoload 'info-emacs-bug "info" "\
15549 Display the \"Reporting Bugs\" section of the Emacs manual in Info mode.
15551 \(fn)" t nil)
15553 (autoload 'info-standalone "info" "\
15554 Run Emacs as a standalone Info reader.
15555 Usage: emacs -f info-standalone [filename]
15556 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
15558 \(fn)" nil nil)
15560 (autoload 'Info-on-current-buffer "info" "\
15561 Use Info mode to browse the current Info buffer.
15562 With a prefix arg, this queries for the node name to visit first;
15563 otherwise, that defaults to `Top'.
15565 \(fn &optional NODENAME)" t nil)
15567 (autoload 'Info-directory "info" "\
15568 Go to the Info directory node.
15570 \(fn)" t nil)
15572 (autoload 'Info-index "info" "\
15573 Look up a string TOPIC in the index for this manual and go to that entry.
15574 If there are no exact matches to the specified topic, this chooses
15575 the first match which is a case-insensitive substring of a topic.
15576 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
15577 Give an empty topic name to go to the Index node itself.
15579 \(fn TOPIC)" t nil)
15581 (autoload 'info-apropos "info" "\
15582 Grovel indices of all known Info files on your system for STRING.
15583 Build a menu of the possible matches.
15585 \(fn STRING)" t nil)
15587 (autoload 'info-finder "info" "\
15588 Display descriptions of the keywords in the Finder virtual manual.
15589 In interactive use, a prefix argument directs this command to read
15590 a list of keywords separated by comma. After that, it displays a node
15591 with a list of packages that contain all specified keywords.
15593 \(fn &optional KEYWORDS)" t nil)
15595 (autoload 'Info-mode "info" "\
15596 Info mode provides commands for browsing through the Info documentation tree.
15597 Documentation in Info is divided into \"nodes\", each of which discusses
15598 one topic and contains references to other nodes which discuss related
15599 topics. Info has commands to follow the references and show you other nodes.
15601 \\<Info-mode-map>\\[Info-help] Invoke the Info tutorial.
15602 \\[Info-exit] Quit Info: reselect previously selected buffer.
15604 Selecting other nodes:
15605 \\[Info-mouse-follow-nearest-node]
15606 Follow a node reference you click on.
15607 This works with menu items, cross references, and
15608 the \"next\", \"previous\" and \"up\", depending on where you click.
15609 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
15610 \\[Info-next] Move to the \"next\" node of this node.
15611 \\[Info-prev] Move to the \"previous\" node of this node.
15612 \\[Info-up] Move \"up\" from this node.
15613 \\[Info-menu] Pick menu item specified by name (or abbreviation).
15614 Picking a menu item causes another node to be selected.
15615 \\[Info-directory] Go to the Info directory node.
15616 \\[Info-top-node] Go to the Top node of this file.
15617 \\[Info-final-node] Go to the final node in this file.
15618 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
15619 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
15620 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
15621 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item.
15622 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
15623 \\[Info-history-back] Move back in history to the last node you were at.
15624 \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back].
15625 \\[Info-history] Go to menu of visited nodes.
15626 \\[Info-toc] Go to table of contents of the current Info file.
15628 Moving within a node:
15629 \\[Info-scroll-up] Normally, scroll forward a full screen.
15630 Once you scroll far enough in a node that its menu appears on the
15631 screen but after point, the next scroll moves into its first
15632 subnode. When after all menu items (or if there is no menu),
15633 move up to the parent node.
15634 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
15635 already visible, try to go to the previous menu entry, or up
15636 if there is none.
15637 \\[beginning-of-buffer] Go to beginning of node.
15639 Advanced commands:
15640 \\[Info-search] Search through this Info file for specified regexp,
15641 and select the node in which the next occurrence is found.
15642 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
15643 \\[isearch-forward], \\[isearch-forward-regexp] Use Isearch to search through multiple Info nodes.
15644 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
15645 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
15646 \\[Info-virtual-index] Look for a string and display the index node with results.
15647 \\[info-apropos] Look for a string in the indices of all manuals.
15648 \\[Info-goto-node] Move to node specified by name.
15649 You may include a filename as well, as (FILENAME)NODENAME.
15650 1 .. 9 Pick first ... ninth item in node's menu.
15651 Every third `*' is highlighted to help pick the right number.
15652 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
15653 \\[clone-buffer] Select a new cloned Info buffer in another window.
15654 \\[universal-argument] \\[info] Move to new Info file with completion.
15655 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
15657 \(fn)" t nil)
15658 (put 'Info-goto-emacs-command-node 'info-file (purecopy "emacs"))
15660 (autoload 'Info-goto-emacs-command-node "info" "\
15661 Go to the Info node in the Emacs manual for command COMMAND.
15662 The command is found by looking up in Emacs manual's indices
15663 or in another manual found via COMMAND's `info-file' property or
15664 the variable `Info-file-list-for-emacs'.
15665 COMMAND must be a symbol or string.
15667 \(fn COMMAND)" t nil)
15668 (put 'Info-goto-emacs-key-command-node 'info-file (purecopy "emacs"))
15670 (autoload 'Info-goto-emacs-key-command-node "info" "\
15671 Go to the node in the Emacs manual which describes the command bound to KEY.
15672 KEY is a string.
15673 Interactively, if the binding is `execute-extended-command', a command is read.
15674 The command is found by looking up in Emacs manual's indices
15675 or in another manual found via COMMAND's `info-file' property or
15676 the variable `Info-file-list-for-emacs'.
15678 \(fn KEY)" t nil)
15680 (autoload 'Info-speedbar-browser "info" "\
15681 Initialize speedbar to display an Info node browser.
15682 This will add a speedbar major display mode.
15684 \(fn)" t nil)
15686 (autoload 'Info-bookmark-jump "info" "\
15687 This implements the `handler' function interface for the record
15688 type returned by `Info-bookmark-make-record', which see.
15690 \(fn BMK)" nil nil)
15692 (autoload 'info-display-manual "info" "\
15693 Go to Info buffer that displays MANUAL, creating it if none already exists.
15695 \(fn MANUAL)" t nil)
15697 ;;;***
15699 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15700 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15701 ;;;;;; (20474 44971 970015 0))
15702 ;;; Generated autoloads from info-look.el
15704 (autoload 'info-lookup-reset "info-look" "\
15705 Throw away all cached data.
15706 This command is useful if the user wants to start at the beginning without
15707 quitting Emacs, for example, after some Info documents were updated on the
15708 system.
15710 \(fn)" t nil)
15711 (put 'info-lookup-symbol 'info-file "emacs")
15713 (autoload 'info-lookup-symbol "info-look" "\
15714 Display the definition of SYMBOL, as found in the relevant manual.
15715 When this command is called interactively, it reads SYMBOL from the
15716 minibuffer. In the minibuffer, use M-n to yank the default argument
15717 value into the minibuffer so you can edit it. The default symbol is the
15718 one found at point.
15720 With prefix arg a query for the symbol help mode is offered.
15722 \(fn SYMBOL &optional MODE)" t nil)
15723 (put 'info-lookup-file 'info-file "emacs")
15725 (autoload 'info-lookup-file "info-look" "\
15726 Display the documentation of a file.
15727 When this command is called interactively, it reads FILE from the minibuffer.
15728 In the minibuffer, use M-n to yank the default file name
15729 into the minibuffer so you can edit it.
15730 The default file name is the one found at point.
15732 With prefix arg a query for the file help mode is offered.
15734 \(fn FILE &optional MODE)" t nil)
15736 (autoload 'info-complete-symbol "info-look" "\
15737 Perform completion on symbol preceding point.
15739 \(fn &optional MODE)" t nil)
15741 (autoload 'info-complete-file "info-look" "\
15742 Perform completion on file preceding point.
15744 \(fn &optional MODE)" t nil)
15746 ;;;***
15748 ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15749 ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15750 ;;;;;; (20476 31768 298871 0))
15751 ;;; Generated autoloads from info-xref.el
15753 (autoload 'info-xref-check "info-xref" "\
15754 Check external references in FILENAME, an info document.
15755 Interactively from an `Info-mode' or `texinfo-mode' buffer the
15756 current info file is the default.
15758 Results are shown in a `compilation-mode' buffer. The format is
15759 a bit rough, but there shouldn't be many problems normally. The
15760 file:line:column: is the info document, but of course normally
15761 any correction should be made in the original .texi file.
15762 Finding the right place in the .texi is a manual process.
15764 When a target info file doesn't exist there's obviously no way to
15765 validate node references within it. A message is given for
15766 missing target files once per source document. It could be
15767 simply that you don't have the target installed, or it could be a
15768 mistake in the reference.
15770 Indirect info files are understood, just pass the top-level
15771 foo.info to `info-xref-check' and it traverses all sub-files.
15772 Compressed info files are accepted too as usual for `Info-mode'.
15774 \"makeinfo\" checks references internal to an info document, but
15775 not external references, which makes it rather easy for mistakes
15776 to creep in or node name changes to go unnoticed.
15777 `Info-validate' doesn't check external references either.
15779 \(fn FILENAME)" t nil)
15781 (autoload 'info-xref-check-all "info-xref" "\
15782 Check external references in all info documents in the info path.
15783 `Info-directory-list' and `Info-additional-directory-list' are
15784 the info paths. See `info-xref-check' for how each file is
15785 checked.
15787 The search for \"all\" info files is rather permissive, since
15788 info files don't necessarily have a \".info\" extension and in
15789 particular the Emacs manuals normally don't. If you have a
15790 source code directory in `Info-directory-list' then a lot of
15791 extraneous files might be read. This will be time consuming but
15792 should be harmless.
15794 \(fn)" t nil)
15796 (autoload 'info-xref-check-all-custom "info-xref" "\
15797 Check info references in all customize groups and variables.
15798 Info references can be in `custom-manual' or `info-link' entries
15799 of the `custom-links' for a variable.
15801 Any `custom-load' autoloads in variables are loaded in order to
15802 get full link information. This will be a lot of Lisp packages
15803 and can take a long time.
15805 \(fn)" t nil)
15807 (autoload 'info-xref-docstrings "info-xref" "\
15808 Check docstring info node references in source files.
15809 The given files are searched for docstring hyperlinks like
15811 Info node `(elisp)Documentation Tips'
15813 and those links checked by attempting to visit the target nodes
15814 as per `info-xref-check' does.
15816 Interactively filenames are read as a wildcard pattern like
15817 \"foo*.el\", with the current file as a default. Usually this
15818 will be lisp sources, but anything with such hyperlinks can be
15819 checked, including the Emacs .c sources (or the etc/DOC file of
15820 all builtins).
15822 Because info node hyperlinks are found by a simple regexp search
15823 in the files, the Lisp code checked doesn't have to be loaded,
15824 and links can be in the file commentary or elsewhere too. Even
15825 .elc files can usually be checked successfully if you don't have
15826 the sources handy.
15828 \(fn FILENAME-LIST)" t nil)
15830 ;;;***
15832 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15833 ;;;;;; Info-tagify) "informat" "informat.el" (20355 10021 546955
15834 ;;;;;; 0))
15835 ;;; Generated autoloads from informat.el
15837 (autoload 'Info-tagify "informat" "\
15838 Create or update Info file tag table in current buffer or in a region.
15840 \(fn &optional INPUT-BUFFER-NAME)" t nil)
15842 (defvar Info-split-threshold 262144 "\
15843 The number of characters by which `Info-split' splits an info file.")
15845 (custom-autoload 'Info-split-threshold "informat" t)
15847 (autoload 'Info-split "informat" "\
15848 Split an info file into an indirect file plus bounded-size subfiles.
15849 Each subfile will be up to the number of characters that
15850 `Info-split-threshold' specifies, plus one node.
15852 To use this command, first visit a large Info file that has a tag
15853 table. The buffer is modified into a (small) indirect info file which
15854 should be saved in place of the original visited file.
15856 The subfiles are written in the same directory the original file is
15857 in, with names generated by appending `-' and a number to the original
15858 file name. The indirect file still functions as an Info file, but it
15859 contains just the tag table and a directory of subfiles.
15861 \(fn)" t nil)
15863 (autoload 'Info-validate "informat" "\
15864 Check current buffer for validity as an Info file.
15865 Check that every node pointer points to an existing node.
15867 \(fn)" t nil)
15869 (autoload 'batch-info-validate "informat" "\
15870 Runs `Info-validate' on the files remaining on the command line.
15871 Must be used only with -batch, and kills Emacs on completion.
15872 Each file will be processed even if an error occurred previously.
15873 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15875 \(fn)" nil nil)
15877 ;;;***
15879 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15880 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15881 ;;;;;; (20355 10021 546955 0))
15882 ;;; Generated autoloads from international/isearch-x.el
15884 (autoload 'isearch-toggle-specified-input-method "isearch-x" "\
15885 Select an input method and turn it on in interactive search.
15887 \(fn)" t nil)
15889 (autoload 'isearch-toggle-input-method "isearch-x" "\
15890 Toggle input method in interactive search.
15892 \(fn)" t nil)
15894 (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
15897 \(fn LAST-CHAR)" nil nil)
15899 ;;;***
15901 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20355
15902 ;;;;;; 10021 546955 0))
15903 ;;; Generated autoloads from isearchb.el
15905 (autoload 'isearchb-activate "isearchb" "\
15906 Active isearchb mode for subsequent alphanumeric keystrokes.
15907 Executing this command again will terminate the search; or, if
15908 the search has not yet begun, will toggle to the last buffer
15909 accessed via isearchb.
15911 \(fn)" t nil)
15913 ;;;***
15915 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15916 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15917 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15918 ;;;;;; "international/iso-cvt.el" (20355 10021 546955 0))
15919 ;;; Generated autoloads from international/iso-cvt.el
15921 (autoload 'iso-spanish "iso-cvt" "\
15922 Translate net conventions for Spanish to ISO 8859-1.
15923 Translate the region between FROM and TO using the table
15924 `iso-spanish-trans-tab'.
15925 Optional arg BUFFER is ignored (for use in `format-alist').
15927 \(fn FROM TO &optional BUFFER)" t nil)
15929 (autoload 'iso-german "iso-cvt" "\
15930 Translate net conventions for German to ISO 8859-1.
15931 Translate the region FROM and TO using the table
15932 `iso-german-trans-tab'.
15933 Optional arg BUFFER is ignored (for use in `format-alist').
15935 \(fn FROM TO &optional BUFFER)" t nil)
15937 (autoload 'iso-iso2tex "iso-cvt" "\
15938 Translate ISO 8859-1 characters to TeX sequences.
15939 Translate the region between FROM and TO using the table
15940 `iso-iso2tex-trans-tab'.
15941 Optional arg BUFFER is ignored (for use in `format-alist').
15943 \(fn FROM TO &optional BUFFER)" t nil)
15945 (autoload 'iso-tex2iso "iso-cvt" "\
15946 Translate TeX sequences to ISO 8859-1 characters.
15947 Translate the region between FROM and TO using the table
15948 `iso-tex2iso-trans-tab'.
15949 Optional arg BUFFER is ignored (for use in `format-alist').
15951 \(fn FROM TO &optional BUFFER)" t nil)
15953 (autoload 'iso-gtex2iso "iso-cvt" "\
15954 Translate German TeX sequences to ISO 8859-1 characters.
15955 Translate the region between FROM and TO using the table
15956 `iso-gtex2iso-trans-tab'.
15957 Optional arg BUFFER is ignored (for use in `format-alist').
15959 \(fn FROM TO &optional BUFFER)" t nil)
15961 (autoload 'iso-iso2gtex "iso-cvt" "\
15962 Translate ISO 8859-1 characters to German TeX sequences.
15963 Translate the region between FROM and TO using the table
15964 `iso-iso2gtex-trans-tab'.
15965 Optional arg BUFFER is ignored (for use in `format-alist').
15967 \(fn FROM TO &optional BUFFER)" t nil)
15969 (autoload 'iso-iso2duden "iso-cvt" "\
15970 Translate ISO 8859-1 characters to Duden sequences.
15971 Translate the region between FROM and TO using the table
15972 `iso-iso2duden-trans-tab'.
15973 Optional arg BUFFER is ignored (for use in `format-alist').
15975 \(fn FROM TO &optional BUFFER)" t nil)
15977 (autoload 'iso-iso2sgml "iso-cvt" "\
15978 Translate ISO 8859-1 characters in the region to SGML entities.
15979 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
15980 Optional arg BUFFER is ignored (for use in `format-alist').
15982 \(fn FROM TO &optional BUFFER)" t nil)
15984 (autoload 'iso-sgml2iso "iso-cvt" "\
15985 Translate SGML entities in the region to ISO 8859-1 characters.
15986 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
15987 Optional arg BUFFER is ignored (for use in `format-alist').
15989 \(fn FROM TO &optional BUFFER)" t nil)
15991 (autoload 'iso-cvt-read-only "iso-cvt" "\
15992 Warn that format is read-only.
15994 \(fn &rest IGNORE)" t nil)
15996 (autoload 'iso-cvt-write-only "iso-cvt" "\
15997 Warn that format is write-only.
15999 \(fn &rest IGNORE)" t nil)
16001 (autoload 'iso-cvt-define-menu "iso-cvt" "\
16002 Add submenus to the File menu, to convert to and from various formats.
16004 \(fn)" t nil)
16006 ;;;***
16008 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16009 ;;;;;; (20486 36135 22104 0))
16010 ;;; Generated autoloads from international/iso-transl.el
16011 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16012 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16014 ;;;***
16016 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
16017 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16018 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16019 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16020 ;;;;;; "ispell" "textmodes/ispell.el" (20458 56750 651721 0))
16021 ;;; Generated autoloads from textmodes/ispell.el
16023 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16025 (defvar ispell-personal-dictionary nil "\
16026 File name of your personal spelling dictionary, or nil.
16027 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
16028 \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
16029 default dictionary and LANG the two letter language code.")
16031 (custom-autoload 'ispell-personal-dictionary "ispell" t)
16033 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
16035 (defvar ispell-menu-map nil "\
16036 Key map for ispell menu.")
16038 (defvar ispell-menu-xemacs nil "\
16039 Spelling menu for XEmacs.
16040 If nil when package is loaded, a standard menu will be set,
16041 and added as a submenu of the \"Edit\" menu.")
16043 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload))
16045 (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] `(menu-item ,(purecopy "Change Dictionary...") ispell-change-dictionary :help ,(purecopy "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] `(menu-item ,(purecopy "Kill Process") (lambda nil (interactive) (ispell-kill-ispell nil 'clear)) :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help ,(purecopy "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] `(menu-item ,(purecopy "Save Dictionary") (lambda nil (interactive) (ispell-pdict-save t t)) :help ,(purecopy "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] `(menu-item ,(purecopy "Customize...") (lambda nil (interactive) (customize-group 'ispell)) :help ,(purecopy "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] `(menu-item ,(purecopy "Help") (lambda nil (interactive) (describe-function 'ispell-help)) :help ,(purecopy "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] `(menu-item ,(purecopy "Automatic spell checking (Flyspell)") flyspell-mode :help ,(purecopy "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 ,(purecopy "Complete Word") ispell-complete-word :help ,(purecopy "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] `(menu-item ,(purecopy "Complete Word Fragment") ispell-complete-word-interior-frag :help ,(purecopy "Complete word fragment at cursor")))))
16047 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-continue] `(menu-item ,(purecopy "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 ,(purecopy "Continue spell checking last region"))) (define-key ispell-menu-map [ispell-word] `(menu-item ,(purecopy "Spell-Check Word") ispell-word :help ,(purecopy "Spell-check word at cursor"))) (define-key ispell-menu-map [ispell-comments-and-strings] `(menu-item ,(purecopy "Spell-Check Comments") ispell-comments-and-strings :help ,(purecopy "Spell-check only comments and strings")))))
16049 (if ispell-menu-map-needed (progn (define-key ispell-menu-map [ispell-region] `(menu-item ,(purecopy "Spell-Check Region") ispell-region :enable mark-active :help ,(purecopy "Spell-check text in marked region"))) (define-key ispell-menu-map [ispell-message] `(menu-item ,(purecopy "Spell-Check Message") ispell-message :visible (eq major-mode 'mail-mode) :help ,(purecopy "Skip headers and included message text"))) (define-key ispell-menu-map [ispell-buffer] `(menu-item ,(purecopy "Spell-Check Buffer") ispell-buffer :help ,(purecopy "Check spelling of selected buffer"))) (fset 'ispell-menu-map (symbol-value 'ispell-menu-map))))
16051 (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) (,(purecopy "^---*BEGIN PGP [A-Z ]*--*") \, (purecopy "^---*END PGP [A-Z ]*--*")) (,(purecopy "^begin [0-9][0-9][0-9] [^ ]+$") \, (purecopy "\nend\n")) (,(purecopy "^%!PS-Adobe-[123].0") \, (purecopy "\n%%EOF\n")) (,(purecopy "^---* \\(Start of \\)?[Ff]orwarded [Mm]essage") \, (purecopy "^---* End of [Ff]orwarded [Mm]essage")) (,(purecopy "\\(--+\\|_+\\|\\(/\\w\\|\\(\\(\\w\\|[-_]\\)+[.:@]\\)\\)\\(\\w\\|[-_]\\)*\\([.:/@]+\\(\\w\\|[-_~=?&]\\)+\\)+\\)"))) "\
16052 Alist expressing beginning and end of regions not to spell check.
16053 The alist key must be a regular expression.
16054 Valid forms include:
16055 (KEY) - just skip the key.
16056 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
16057 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
16058 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
16060 (defvar ispell-tex-skip-alists (purecopy '((("\\\\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]*}")))) "\
16061 Lists of regions to be skipped in TeX mode.
16062 First list is used raw.
16063 Second list has key placed inside \\begin{}.
16065 Delete or add any regions you want to be automatically selected
16066 for skipping in latex mode.")
16068 (defconst 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]")) "\
16069 Lists of start and end keys to skip in HTML buffers.
16070 Same format as `ispell-skip-region-alist'.
16071 Note - substrings of other matches must come last
16072 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
16073 (put 'ispell-local-pdict 'safe-local-variable 'stringp)
16074 (define-key esc-map "$" 'ispell-word)
16076 (autoload 'ispell-word "ispell" "\
16077 Check spelling of word under or before the cursor.
16078 If the word is not found in dictionary, display possible corrections
16079 in a window allowing you to choose one.
16081 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
16082 is non-nil when called interactively, then the following word
16083 \(rather than preceding) is checked when the cursor is not over a word.
16084 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
16085 when called interactively, non-corrective messages are suppressed.
16087 With a prefix argument (or if CONTINUE is non-nil),
16088 resume interrupted spell-checking of a buffer or region.
16090 Interactively, in Transient Mark mode when the mark is active, call
16091 `ispell-region' to check the active region for spelling errors.
16093 Word syntax is controlled by the definition of the chosen dictionary,
16094 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
16096 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
16097 or \\[ispell-region] to update the Ispell process.
16099 Return values:
16100 nil word is correct or spelling is accepted.
16101 0 word is inserted into buffer-local definitions.
16102 \"word\" word corrected from word list.
16103 \(\"word\" arg) word is hand entered.
16104 quit spell session exited.
16106 \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil)
16108 (autoload 'ispell-pdict-save "ispell" "\
16109 Check to see if the personal dictionary has been modified.
16110 If so, ask if it needs to be saved.
16112 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
16114 (autoload 'ispell-help "ispell" "\
16115 Display a list of the options available when a misspelling is encountered.
16117 Selections are:
16119 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
16120 SPC: Accept word this time.
16121 `i': Accept word and insert into private dictionary.
16122 `a': Accept word for this session.
16123 `A': Accept word and place in `buffer-local dictionary'.
16124 `r': Replace word with typed-in value. Rechecked.
16125 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
16126 `?': Show these commands.
16127 `x': Exit spelling buffer. Move cursor to original point.
16128 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
16129 the aborted check to be completed later.
16130 `q': Quit spelling session (Kills ispell process).
16131 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
16132 `u': Like `i', but the word is lower-cased first.
16133 `m': Place typed-in value in personal dictionary, then recheck current word.
16134 `C-l': Redraw screen.
16135 `C-r': Recursive edit.
16136 `C-z': Suspend Emacs or iconify frame.
16138 \(fn)" nil nil)
16140 (autoload 'ispell-kill-ispell "ispell" "\
16141 Kill current Ispell process (so that you may start a fresh one).
16142 With NO-ERROR, just return non-nil if there was no Ispell running.
16143 With CLEAR, buffer session localwords are cleaned.
16145 \(fn &optional NO-ERROR CLEAR)" t nil)
16147 (autoload 'ispell-change-dictionary "ispell" "\
16148 Change to dictionary DICT for Ispell.
16149 With a prefix arg, set it \"globally\", for all buffers.
16150 Without a prefix arg, set it \"locally\", just for this buffer.
16152 By just answering RET you can find out what the current dictionary is.
16154 \(fn DICT &optional ARG)" t nil)
16156 (autoload 'ispell-region "ispell" "\
16157 Interactively check a region for spelling errors.
16158 Return nil if spell session was terminated, otherwise returns shift offset
16159 amount for last line processed.
16161 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
16163 (autoload 'ispell-comments-and-strings "ispell" "\
16164 Check comments and strings in the current buffer for spelling errors.
16166 \(fn)" t nil)
16168 (autoload 'ispell-buffer "ispell" "\
16169 Check the current buffer for spelling errors interactively.
16171 \(fn)" t nil)
16173 (autoload 'ispell-continue "ispell" "\
16174 Continue a halted spelling session beginning with the current word.
16176 \(fn)" t nil)
16178 (autoload 'ispell-complete-word "ispell" "\
16179 Try to complete the word before or under point (see `lookup-words').
16180 If optional INTERIOR-FRAG is non-nil then the word may be a character
16181 sequence inside of a word.
16183 Standard ispell choices are then available.
16185 \(fn &optional INTERIOR-FRAG)" t nil)
16187 (autoload 'ispell-complete-word-interior-frag "ispell" "\
16188 Completes word matching character sequence inside a word.
16190 \(fn)" t nil)
16192 (autoload 'ispell "ispell" "\
16193 Interactively check a region or buffer for spelling errors.
16194 If `transient-mark-mode' is on, and a region is active, spell-check
16195 that region. Otherwise spell-check the buffer.
16197 Ispell dictionaries are not distributed with Emacs. If you are
16198 looking for a dictionary, please see the distribution of the GNU ispell
16199 program, or do an Internet search; there are various dictionaries
16200 available on the net.
16202 \(fn)" t nil)
16204 (autoload 'ispell-minor-mode "ispell" "\
16205 Toggle last-word spell checking (Ispell minor mode).
16206 With a prefix argument ARG, enable Ispell minor mode if ARG is
16207 positive, and disable it otherwise. If called from Lisp, enable
16208 the mode if ARG is omitted or nil.
16210 Ispell minor mode is a buffer-local minor mode. When enabled,
16211 typing SPC or RET warns you if the previous word is incorrectly
16212 spelled.
16214 All the buffer-local variables and dictionaries are ignored. To
16215 read them into the running ispell process, type \\[ispell-word]
16216 SPC.
16218 For spell-checking \"on the fly\", not just after typing SPC or
16219 RET, use `flyspell-mode'.
16221 \(fn &optional ARG)" t nil)
16223 (autoload 'ispell-message "ispell" "\
16224 Check the spelling of a mail message or news post.
16225 Don't check spelling of message headers except the Subject field.
16226 Don't check included messages.
16228 To abort spell checking of a message region and send the message anyway,
16229 use the `x' command. (Any subsequent regions will be checked.)
16230 The `X' command aborts sending the message so that you can edit the buffer.
16232 To spell-check whenever a message is sent, include the appropriate lines
16233 in your .emacs file:
16234 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
16235 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
16236 (add-hook 'mail-send-hook 'ispell-message)
16237 (add-hook 'mh-before-send-letter-hook 'ispell-message)
16239 You can bind this to the key C-c i in GNUS or mail by adding to
16240 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
16241 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
16243 \(fn)" t nil)
16245 ;;;***
16247 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20495
16248 ;;;;;; 51111 757560 0))
16249 ;;; Generated autoloads from iswitchb.el
16251 (defvar iswitchb-mode nil "\
16252 Non-nil if Iswitchb mode is enabled.
16253 See the command `iswitchb-mode' for a description of this minor mode.
16254 Setting this variable directly does not take effect;
16255 either customize it (see the info node `Easy Customization')
16256 or call the function `iswitchb-mode'.")
16258 (custom-autoload 'iswitchb-mode "iswitchb" nil)
16260 (autoload 'iswitchb-mode "iswitchb" "\
16261 Toggle Iswitchb mode.
16262 With a prefix argument ARG, enable Iswitchb mode if ARG is
16263 positive, and disable it otherwise. If called from Lisp, enable
16264 the mode if ARG is omitted or nil.
16266 Iswitchb mode is a global minor mode that enables switching
16267 between buffers using substrings. See `iswitchb' for details.
16269 \(fn &optional ARG)" t nil)
16271 ;;;***
16273 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16274 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16275 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16276 ;;;;;; "japan-util" "language/japan-util.el" (20355 10021 546955
16277 ;;;;;; 0))
16278 ;;; Generated autoloads from language/japan-util.el
16280 (autoload 'setup-japanese-environment-internal "japan-util" "\
16283 \(fn)" nil nil)
16285 (autoload 'japanese-katakana "japan-util" "\
16286 Convert argument to Katakana and return that.
16287 The argument may be a character or string. The result has the same type.
16288 The argument object is not altered--the value is a copy.
16289 Optional argument HANKAKU t means to convert to `hankaku' Katakana
16290 (`japanese-jisx0201-kana'), in which case return value
16291 may be a string even if OBJ is a character if two Katakanas are
16292 necessary to represent OBJ.
16294 \(fn OBJ &optional HANKAKU)" nil nil)
16296 (autoload 'japanese-hiragana "japan-util" "\
16297 Convert argument to Hiragana and return that.
16298 The argument may be a character or string. The result has the same type.
16299 The argument object is not altered--the value is a copy.
16301 \(fn OBJ)" nil nil)
16303 (autoload 'japanese-hankaku "japan-util" "\
16304 Convert argument to `hankaku' and return that.
16305 The argument may be a character or string. The result has the same type.
16306 The argument object is not altered--the value is a copy.
16307 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
16309 \(fn OBJ &optional ASCII-ONLY)" nil nil)
16311 (autoload 'japanese-zenkaku "japan-util" "\
16312 Convert argument to `zenkaku' and return that.
16313 The argument may be a character or string. The result has the same type.
16314 The argument object is not altered--the value is a copy.
16316 \(fn OBJ)" nil nil)
16318 (autoload 'japanese-katakana-region "japan-util" "\
16319 Convert Japanese `hiragana' chars in the region to `katakana' chars.
16320 Optional argument HANKAKU t means to convert to `hankaku katakana' character
16321 of which charset is `japanese-jisx0201-kana'.
16323 \(fn FROM TO &optional HANKAKU)" t nil)
16325 (autoload 'japanese-hiragana-region "japan-util" "\
16326 Convert Japanese `katakana' chars in the region to `hiragana' chars.
16328 \(fn FROM TO)" t nil)
16330 (autoload 'japanese-hankaku-region "japan-util" "\
16331 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
16332 `Zenkaku' chars belong to `japanese-jisx0208'
16333 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16334 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
16336 \(fn FROM TO &optional ASCII-ONLY)" t nil)
16338 (autoload 'japanese-zenkaku-region "japan-util" "\
16339 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
16340 `Zenkaku' chars belong to `japanese-jisx0208'
16341 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16342 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
16344 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
16346 (autoload 'read-hiragana-string "japan-util" "\
16347 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
16348 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16350 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
16352 ;;;***
16354 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16355 ;;;;;; "jka-compr.el" (20355 10021 546955 0))
16356 ;;; Generated autoloads from jka-compr.el
16358 (defvar jka-compr-inhibit nil "\
16359 Non-nil means inhibit automatic uncompression temporarily.
16360 Lisp programs can bind this to t to do that.
16361 It is not recommended to set this variable permanently to anything but nil.")
16363 (autoload 'jka-compr-handler "jka-compr" "\
16366 \(fn OPERATION &rest ARGS)" nil nil)
16368 (autoload 'jka-compr-uninstall "jka-compr" "\
16369 Uninstall jka-compr.
16370 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
16371 and `inhibit-local-variables-suffixes' that were added
16372 by `jka-compr-installed'.
16374 \(fn)" nil nil)
16376 ;;;***
16378 ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20478 3673 653810
16379 ;;;;;; 0))
16380 ;;; Generated autoloads from progmodes/js.el
16382 (autoload 'js-mode "js" "\
16383 Major mode for editing JavaScript.
16385 \(fn)" t nil)
16387 (defalias 'javascript-mode 'js-mode)
16389 ;;;***
16391 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16392 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16393 ;;;;;; (20355 10021 546955 0))
16394 ;;; Generated autoloads from emulation/keypad.el
16396 (defvar keypad-setup nil "\
16397 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
16398 When selecting the plain numeric keypad setup, the character returned by the
16399 decimal key must be specified.")
16401 (custom-autoload 'keypad-setup "keypad" nil)
16403 (defvar keypad-numlock-setup nil "\
16404 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
16405 When selecting the plain numeric keypad setup, the character returned by the
16406 decimal key must be specified.")
16408 (custom-autoload 'keypad-numlock-setup "keypad" nil)
16410 (defvar keypad-shifted-setup nil "\
16411 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16412 When selecting the plain numeric keypad setup, the character returned by the
16413 decimal key must be specified.")
16415 (custom-autoload 'keypad-shifted-setup "keypad" nil)
16417 (defvar keypad-numlock-shifted-setup nil "\
16418 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16419 When selecting the plain numeric keypad setup, the character returned by the
16420 decimal key must be specified.")
16422 (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil)
16424 (autoload 'keypad-setup "keypad" "\
16425 Set keypad bindings in `function-key-map' according to SETUP.
16426 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
16427 are changed. Otherwise, the NumLock Off bindings are changed.
16428 If optional third argument SHIFT is non-nil, the shifted keypad
16429 keys are bound.
16431 Setup Binding
16432 -------------------------------------------------------------
16433 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
16434 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
16435 'cursor Bind keypad keys to the cursor movement keys.
16436 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
16437 'none Removes all bindings for keypad keys in function-key-map;
16438 this enables any user-defined bindings for the keypad keys
16439 in the global and local keymaps.
16441 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
16442 the decimal key on the keypad is mapped to DECIMAL instead of `.'
16444 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
16446 ;;;***
16448 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16449 ;;;;;; (20355 10021 546955 0))
16450 ;;; Generated autoloads from international/kinsoku.el
16452 (autoload 'kinsoku "kinsoku" "\
16453 Go to a line breaking position near point by doing `kinsoku' processing.
16454 LINEBEG is a buffer position we can't break a line before.
16456 `Kinsoku' processing is to prohibit specific characters to be placed
16457 at beginning of line or at end of line. Characters not to be placed
16458 at beginning and end of line have character category `>' and `<'
16459 respectively. This restriction is dissolved by making a line longer or
16460 shorter.
16462 `Kinsoku' is a Japanese word which originally means ordering to stay
16463 in one place, and is used for the text processing described above in
16464 the context of text formatting.
16466 \(fn LINEBEG)" nil nil)
16468 ;;;***
16470 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20355
16471 ;;;;;; 10021 546955 0))
16472 ;;; Generated autoloads from international/kkc.el
16474 (defvar kkc-after-update-conversion-functions nil "\
16475 Functions to run after a conversion is selected in `japanese' input method.
16476 With this input method, a user can select a proper conversion from
16477 candidate list. Each time he changes the selection, functions in this
16478 list are called with two arguments; starting and ending buffer
16479 positions that contains the current selection.")
16481 (autoload 'kkc-region "kkc" "\
16482 Convert Kana string in the current region to Kanji-Kana mixed string.
16483 Users can select a desirable conversion interactively.
16484 When called from a program, expects two arguments,
16485 positions FROM and TO (integers or markers) specifying the target region.
16486 When it returns, the point is at the tail of the selected conversion,
16487 and the return value is the length of the conversion.
16489 \(fn FROM TO)" t nil)
16491 ;;;***
16493 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16494 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16495 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16496 ;;;;;; "kmacro" "kmacro.el" (20471 22929 875294 592000))
16497 ;;; Generated autoloads from kmacro.el
16498 (global-set-key "\C-x(" 'kmacro-start-macro)
16499 (global-set-key "\C-x)" 'kmacro-end-macro)
16500 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
16501 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16502 (global-set-key [f4] 'kmacro-end-or-call-macro)
16503 (global-set-key "\C-x\C-k" 'kmacro-keymap)
16504 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
16506 (autoload 'kmacro-exec-ring-item "kmacro" "\
16507 Execute item ITEM from the macro ring.
16509 \(fn ITEM ARG)" nil nil)
16511 (autoload 'kmacro-start-macro "kmacro" "\
16512 Record subsequent keyboard input, defining a keyboard macro.
16513 The commands are recorded even as they are executed.
16514 Use \\[kmacro-end-macro] to finish recording and make the macro available.
16515 Use \\[kmacro-end-and-call-macro] to execute the macro.
16517 Non-nil arg (prefix arg) means append to last macro defined.
16519 With \\[universal-argument] prefix, append to last keyboard macro
16520 defined. Depending on `kmacro-execute-before-append', this may begin
16521 by re-executing the last macro as if you typed it again.
16523 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
16524 defining the macro.
16526 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
16527 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16528 The format of the counter can be modified via \\[kmacro-set-format].
16530 Use \\[kmacro-name-last-macro] to give it a permanent name.
16531 Use \\[kmacro-bind-to-key] to bind it to a key sequence.
16533 \(fn ARG)" t nil)
16535 (autoload 'kmacro-end-macro "kmacro" "\
16536 Finish defining a keyboard macro.
16537 The definition was started by \\[kmacro-start-macro].
16538 The macro is now available for use via \\[kmacro-call-macro],
16539 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
16540 under that name.
16542 With numeric arg, repeat macro now that many times,
16543 counting the definition just completed as the first repetition.
16544 An argument of zero means repeat until error.
16546 \(fn ARG)" t nil)
16548 (autoload 'kmacro-call-macro "kmacro" "\
16549 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
16550 A prefix argument serves as a repeat count. Zero means repeat until error.
16552 When you call the macro, you can call the macro again by repeating
16553 just the last key in the key sequence that you used to call this
16554 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
16555 for details on how to adjust or disable this behavior.
16557 To make a macro permanent so you can call it even after defining
16558 others, use \\[kmacro-name-last-macro].
16560 \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
16562 (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\
16563 Record subsequent keyboard input, defining a keyboard macro.
16564 The commands are recorded even as they are executed.
16566 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
16567 macro.
16569 With \\[universal-argument], appends to current keyboard macro (keeping
16570 the current value of `kmacro-counter').
16572 When defining/executing macro, inserts macro counter and increments
16573 the counter with ARG or 1 if missing. With \\[universal-argument],
16574 inserts previous `kmacro-counter' (but do not modify counter).
16576 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16577 The format of the counter can be modified via \\[kmacro-set-format].
16579 \(fn ARG)" t nil)
16581 (autoload 'kmacro-end-or-call-macro "kmacro" "\
16582 End kbd macro if currently being defined; else call last kbd macro.
16583 With numeric prefix ARG, repeat macro that many times.
16584 With \\[universal-argument], call second macro in macro ring.
16586 \(fn ARG &optional NO-REPEAT)" t nil)
16588 (autoload 'kmacro-end-and-call-macro "kmacro" "\
16589 Call last keyboard macro, ending it first if currently being defined.
16590 With numeric prefix ARG, repeat macro that many times.
16591 Zero argument means repeat until there is an error.
16593 To give a macro a permanent name, so you can call it
16594 even after defining other macros, use \\[kmacro-name-last-macro].
16596 \(fn ARG &optional NO-REPEAT)" t nil)
16598 (autoload 'kmacro-end-call-mouse "kmacro" "\
16599 Move point to the position clicked with the mouse and call last kbd macro.
16600 If kbd macro currently being defined end it before activating it.
16602 \(fn EVENT)" t nil)
16604 ;;;***
16606 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16607 ;;;;;; "language/korea-util.el" (20501 3499 284800 0))
16608 ;;; Generated autoloads from language/korea-util.el
16610 (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
16611 The kind of Korean keyboard for Korean input method.
16612 \"\" for 2, \"3\" for 3.")
16614 (autoload 'setup-korean-environment-internal "korea-util" "\
16617 \(fn)" nil nil)
16619 ;;;***
16621 ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16622 ;;;;;; (20478 3673 653810 0))
16623 ;;; Generated autoloads from play/landmark.el
16625 (defalias 'landmark-repeat 'landmark-test-run)
16627 (autoload 'landmark-test-run "landmark" "\
16628 Run 100 Landmark games, each time saving the weights from the previous game.
16630 \(fn)" t nil)
16632 (autoload 'landmark "landmark" "\
16633 Start or resume an Landmark game.
16634 If a game is in progress, this command allows you to resume it.
16635 Here is the relation between prefix args and game options:
16637 prefix arg | robot is auto-started | weights are saved from last game
16638 ---------------------------------------------------------------------
16639 none / 1 | yes | no
16640 2 | yes | yes
16641 3 | no | yes
16642 4 | no | no
16644 You start by moving to a square and typing \\[landmark-start-robot],
16645 if you did not use a prefix arg to ask for automatic start.
16646 Use \\[describe-mode] for more info.
16648 \(fn PARG)" t nil)
16650 ;;;***
16652 ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16653 ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16654 ;;;;;; "lao-util" "language/lao-util.el" (20355 10021 546955 0))
16655 ;;; Generated autoloads from language/lao-util.el
16657 (autoload 'lao-compose-string "lao-util" "\
16660 \(fn STR)" nil nil)
16662 (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\
16663 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
16664 Only the first syllable is transcribed.
16665 The value has the form: (START END LAO-STRING), where
16666 START and END are the beginning and end positions of the Roman Lao syllable,
16667 LAO-STRING is the Lao character transcription of it.
16669 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
16670 syllable. In that case, FROM and TO are indexes to STR.
16672 \(fn FROM TO &optional STR)" nil nil)
16674 (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\
16675 Transcribe Romanized Lao string STR to Lao character string.
16677 \(fn STR)" nil nil)
16679 (autoload 'lao-composition-function "lao-util" "\
16682 \(fn GSTRING)" nil nil)
16684 (autoload 'lao-compose-region "lao-util" "\
16687 \(fn FROM TO)" t nil)
16689 ;;;***
16691 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16692 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16693 ;;;;;; "latexenc" "international/latexenc.el" (20355 10021 546955
16694 ;;;;;; 0))
16695 ;;; Generated autoloads from international/latexenc.el
16697 (defvar latex-inputenc-coding-alist (purecopy '(("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))) "\
16698 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
16699 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
16700 Used by the function `latexenc-find-file-coding-system'.")
16702 (custom-autoload 'latex-inputenc-coding-alist "latexenc" t)
16704 (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\
16705 Return the corresponding coding-system for the specified input encoding.
16706 Return nil if no matching coding system can be found.
16708 \(fn INPUTENC)" nil nil)
16710 (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\
16711 Return the corresponding input encoding for the specified coding system.
16712 Return nil if no matching input encoding can be found.
16714 \(fn CS)" nil nil)
16716 (autoload 'latexenc-find-file-coding-system "latexenc" "\
16717 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
16718 The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
16719 coding system names is determined from `latex-inputenc-coding-alist'.
16721 \(fn ARG-LIST)" nil nil)
16723 ;;;***
16725 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16726 ;;;;;; "latin1-disp" "international/latin1-disp.el" (20355 10021
16727 ;;;;;; 546955 0))
16728 ;;; Generated autoloads from international/latin1-disp.el
16730 (defvar latin1-display nil "\
16731 Set up Latin-1/ASCII display for ISO8859 character sets.
16732 This is done for each character set in the list `latin1-display-sets',
16733 if no font is available to display it. Characters are displayed using
16734 the corresponding Latin-1 characters where they match. Otherwise
16735 ASCII sequences are used, mostly following the Latin prefix input
16736 methods. Some different ASCII sequences are used if
16737 `latin1-display-mnemonic' is non-nil.
16739 This option also treats some characters in the `mule-unicode-...'
16740 charsets if you don't have a Unicode font with which to display them.
16742 Setting this variable directly does not take effect;
16743 use either \\[customize] or the function `latin1-display'.")
16745 (custom-autoload 'latin1-display "latin1-disp" nil)
16747 (autoload 'latin1-display "latin1-disp" "\
16748 Set up Latin-1/ASCII display for the arguments character SETS.
16749 See option `latin1-display' for the method. The members of the list
16750 must be in `latin1-display-sets'. With no arguments, reset the
16751 display for all of `latin1-display-sets'. See also
16752 `latin1-display-setup'.
16754 \(fn &rest SETS)" nil nil)
16756 (defvar latin1-display-ucs-per-lynx nil "\
16757 Set up Latin-1/ASCII display for Unicode characters.
16758 This uses the transliterations of the Lynx browser. The display isn't
16759 changed if the display can render Unicode characters.
16761 Setting this variable directly does not take effect;
16762 use either \\[customize] or the function `latin1-display'.")
16764 (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil)
16766 ;;;***
16768 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16769 ;;;;;; (20355 10021 546955 0))
16770 ;;; Generated autoloads from progmodes/ld-script.el
16772 (autoload 'ld-script-mode "ld-script" "\
16773 A major mode to edit GNU ld script files
16775 \(fn)" t nil)
16777 ;;;***
16779 ;;;### (autoloads (life) "life" "play/life.el" (20355 10021 546955
16780 ;;;;;; 0))
16781 ;;; Generated autoloads from play/life.el
16783 (autoload 'life "life" "\
16784 Run Conway's Life simulation.
16785 The starting pattern is randomly selected. Prefix arg (optional first
16786 arg non-nil from a program) is the number of seconds to sleep between
16787 generations (this defaults to 1).
16789 \(fn &optional SLEEPTIME)" t nil)
16791 ;;;***
16793 ;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16794 ;;;;;; "linum.el" (20355 10021 546955 0))
16795 ;;; Generated autoloads from linum.el
16797 (defvar linum-format 'dynamic "\
16798 Format used to display line numbers.
16799 Either a format string like \"%7d\", `dynamic' to adapt the width
16800 as needed, or a function that is called with a line number as its
16801 argument and should evaluate to a string to be shown on that line.
16802 See also `linum-before-numbering-hook'.")
16804 (custom-autoload 'linum-format "linum" t)
16806 (autoload 'linum-mode "linum" "\
16807 Toggle display of line numbers in the left margin (Linum mode).
16808 With a prefix argument ARG, enable Linum mode if ARG is positive,
16809 and disable it otherwise. If called from Lisp, enable the mode
16810 if ARG is omitted or nil.
16812 Linum mode is a buffer-local minor mode.
16814 \(fn &optional ARG)" t nil)
16816 (defvar global-linum-mode nil "\
16817 Non-nil if Global-Linum mode is enabled.
16818 See the command `global-linum-mode' for a description of this minor mode.
16819 Setting this variable directly does not take effect;
16820 either customize it (see the info node `Easy Customization')
16821 or call the function `global-linum-mode'.")
16823 (custom-autoload 'global-linum-mode "linum" nil)
16825 (autoload 'global-linum-mode "linum" "\
16826 Toggle Linum mode in all buffers.
16827 With prefix ARG, enable Global-Linum mode if ARG is positive;
16828 otherwise, disable it. If called from Lisp, enable the mode if
16829 ARG is omitted or nil.
16831 Linum mode is enabled in all buffers where
16832 `linum-on' would do it.
16833 See `linum-mode' for more information on Linum mode.
16835 \(fn &optional ARG)" t nil)
16837 ;;;***
16839 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20476
16840 ;;;;;; 31768 298871 0))
16841 ;;; Generated autoloads from loadhist.el
16843 (autoload 'unload-feature "loadhist" "\
16844 Unload the library that provided FEATURE.
16845 If the feature is required by any other loaded code, and prefix arg FORCE
16846 is nil, raise an error.
16848 Standard unloading activities include restoring old autoloads for
16849 functions defined by the library, undoing any additions that the
16850 library has made to hook variables or to `auto-mode-alist', undoing
16851 ELP profiling of functions in that library, unproviding any features
16852 provided by the library, and canceling timers held in variables
16853 defined by the library.
16855 If a function `FEATURE-unload-function' is defined, this function
16856 calls it with no arguments, before doing anything else. That function
16857 can do whatever is appropriate to undo the loading of the library. If
16858 `FEATURE-unload-function' returns non-nil, that suppresses the
16859 standard unloading of the library. Otherwise the standard unloading
16860 proceeds.
16862 `FEATURE-unload-function' has access to the package's list of
16863 definitions in the variable `unload-function-defs-list' and could
16864 remove symbols from it in the event that the package has done
16865 something strange, such as redefining an Emacs function.
16867 \(fn FEATURE &optional FORCE)" t nil)
16869 ;;;***
16871 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16872 ;;;;;; "locate" "locate.el" (20355 10021 546955 0))
16873 ;;; Generated autoloads from locate.el
16875 (defvar locate-ls-subdir-switches (purecopy "-al") "\
16876 `ls' switches for inserting subdirectories in `*Locate*' buffers.
16877 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
16879 (custom-autoload 'locate-ls-subdir-switches "locate" t)
16881 (autoload 'locate "locate" "\
16882 Run the program `locate', putting results in `*Locate*' buffer.
16883 Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
16884 With prefix arg ARG, prompt for the exact shell command to run instead.
16886 This program searches for those file names in a database that match
16887 SEARCH-STRING and normally outputs all matching absolute file names,
16888 one per line. The database normally consists of all files on your
16889 system, or of all files that you have access to. Consult the
16890 documentation of the program for the details about how it determines
16891 which file names match SEARCH-STRING. (Those details vary highly with
16892 the version.)
16894 You can specify another program for this command to run by customizing
16895 the variables `locate-command' or `locate-make-command-line'.
16897 The main use of FILTER is to implement `locate-with-filter'. See
16898 the docstring of that function for its meaning.
16900 After preparing the results buffer, this runs `dired-mode-hook' and
16901 then `locate-post-command-hook'.
16903 \(fn SEARCH-STRING &optional FILTER ARG)" t nil)
16905 (autoload 'locate-with-filter "locate" "\
16906 Run the executable program `locate' with a filter.
16907 This function is similar to the function `locate', which see.
16908 The difference is that, when invoked interactively, the present function
16909 prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
16910 to the locate executable program. It produces a `*Locate*' buffer
16911 that lists only those lines in the output of the locate program that
16912 contain a match for the regular expression FILTER; this is often useful
16913 to constrain a big search.
16915 ARG is the interactive prefix arg, which has the same effect as in `locate'.
16917 When called from Lisp, this function is identical with `locate',
16918 except that FILTER is not optional.
16920 \(fn SEARCH-STRING FILTER &optional ARG)" t nil)
16922 ;;;***
16924 ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20477 21160
16925 ;;;;;; 227853 0))
16926 ;;; Generated autoloads from vc/log-edit.el
16928 (autoload 'log-edit "log-edit" "\
16929 Setup a buffer to enter a log message.
16930 The buffer is put in mode MODE or `log-edit-mode' if MODE is nil.
16931 \\<log-edit-mode-map>
16932 If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
16933 Set mark and point around the entire contents of the buffer, so
16934 that it is easy to kill the contents of the buffer with
16935 \\[kill-region]. Once the user is done editing the message,
16936 invoking the command \\[log-edit-done] (`log-edit-done') will
16937 call CALLBACK to do the actual commit.
16939 PARAMS if non-nil is an alist of variables and buffer-local
16940 values to give them in the Log Edit buffer. Possible keys and
16941 associated values:
16942 `log-edit-listfun' -- function taking no arguments that returns the list of
16943 files that are concerned by the current operation (using relative names);
16944 `log-edit-diff-function' -- function taking no arguments that
16945 displays a diff of the files concerned by the current operation.
16946 `vc-log-fileset' -- the VC fileset to be committed (if any).
16948 If BUFFER is non-nil `log-edit' will jump to that buffer, use it
16949 to edit the log message and go back to the current buffer when
16950 done. Otherwise, it uses the current buffer.
16952 \(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
16954 ;;;***
16956 ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20477
16957 ;;;;;; 21160 227853 0))
16958 ;;; Generated autoloads from vc/log-view.el
16960 (autoload 'log-view-mode "log-view" "\
16961 Major mode for browsing CVS log output.
16963 \(fn)" t nil)
16965 ;;;***
16967 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20355
16968 ;;;;;; 10021 546955 0))
16969 ;;; Generated autoloads from longlines.el
16971 (autoload 'longlines-mode "longlines" "\
16972 Toggle Long Lines mode in this buffer.
16973 With a prefix argument ARG, enable Long Lines mode if ARG is
16974 positive, and disable it otherwise. If called from Lisp, enable
16975 the mode if ARG is omitted or nil.
16977 When Long Lines mode is enabled, long lines are wrapped if they
16978 extend beyond `fill-column'. The soft newlines used for line
16979 wrapping will not show up when the text is yanked or saved to
16980 disk.
16982 If the variable `longlines-auto-wrap' is non-nil, lines are
16983 automatically wrapped whenever the buffer is changed. You can
16984 always call `fill-paragraph' to fill individual paragraphs.
16986 If the variable `longlines-show-hard-newlines' is non-nil, hard
16987 newlines are indicated with a symbol.
16989 \(fn &optional ARG)" t nil)
16991 ;;;***
16993 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16994 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20476
16995 ;;;;;; 31768 298871 0))
16996 ;;; Generated autoloads from lpr.el
16998 (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
16999 Non-nil if running on MS-DOS or MS Windows.")
17001 (defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)) "\
17002 Non-nil if running on a system type that uses the \"lp\" command.")
17004 (defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
17005 The name of a local printer to which data is sent for printing.
17006 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17008 On Unix-like systems, a string value should be a name understood by
17009 lpr's -P option; otherwise the value should be nil.
17011 On MS-DOS and MS-Windows systems, a string value is taken as the name of
17012 a printer device or port, provided `lpr-command' is set to \"\".
17013 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
17014 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
17015 \"//hostname/printer\" for a shared network printer. You can also set
17016 it to the name of a file, in which case the output gets appended to that
17017 file. If you want to discard the printed output, set this to \"NUL\".")
17019 (custom-autoload 'printer-name "lpr" t)
17021 (defvar lpr-switches nil "\
17022 List of strings to pass as extra options for the printer program.
17023 It is recommended to set `printer-name' instead of including an explicit
17024 switch on this list.
17025 See `lpr-command'.")
17027 (custom-autoload 'lpr-switches "lpr" t)
17029 (defvar lpr-command (purecopy (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr"))) "\
17030 Name of program for printing a file.
17032 On MS-DOS and MS-Windows systems, if the value is an empty string then
17033 Emacs will write directly to the printer port named by `printer-name'.
17034 The programs `print' and `nprint' (the standard print programs on
17035 Windows NT and Novell Netware respectively) are handled specially, using
17036 `printer-name' as the destination for output; any other program is
17037 treated like `lpr' except that an explicit filename is given as the last
17038 argument.")
17040 (custom-autoload 'lpr-command "lpr" t)
17042 (autoload 'lpr-buffer "lpr" "\
17043 Print buffer contents without pagination or page headers.
17044 See the variables `lpr-switches' and `lpr-command'
17045 for customization of the printer command.
17047 \(fn)" t nil)
17049 (autoload 'print-buffer "lpr" "\
17050 Paginate and print buffer contents.
17052 The variable `lpr-headers-switches' controls how to paginate.
17053 If it is nil (the default), we run the `pr' program (or whatever program
17054 `lpr-page-header-program' specifies) to paginate.
17055 `lpr-page-header-switches' specifies the switches for that program.
17057 Otherwise, the switches in `lpr-headers-switches' are used
17058 in the print command itself; we expect them to request pagination.
17060 See the variables `lpr-switches' and `lpr-command'
17061 for further customization of the printer command.
17063 \(fn)" t nil)
17065 (autoload 'lpr-region "lpr" "\
17066 Print region contents without pagination or page headers.
17067 See the variables `lpr-switches' and `lpr-command'
17068 for customization of the printer command.
17070 \(fn START END)" t nil)
17072 (autoload 'print-region "lpr" "\
17073 Paginate and print the region contents.
17075 The variable `lpr-headers-switches' controls how to paginate.
17076 If it is nil (the default), we run the `pr' program (or whatever program
17077 `lpr-page-header-program' specifies) to paginate.
17078 `lpr-page-header-switches' specifies the switches for that program.
17080 Otherwise, the switches in `lpr-headers-switches' are used
17081 in the print command itself; we expect them to request pagination.
17083 See the variables `lpr-switches' and `lpr-command'
17084 for further customization of the printer command.
17086 \(fn START END)" t nil)
17088 ;;;***
17090 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17091 ;;;;;; (20355 10021 546955 0))
17092 ;;; Generated autoloads from ls-lisp.el
17094 (defvar ls-lisp-support-shell-wildcards t "\
17095 Non-nil means ls-lisp treats file patterns as shell wildcards.
17096 Otherwise they are treated as Emacs regexps (for backward compatibility).")
17098 (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
17100 ;;;***
17102 ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20355
17103 ;;;;;; 10021 546955 0))
17104 ;;; Generated autoloads from calendar/lunar.el
17106 (autoload 'lunar-phases "lunar" "\
17107 Display the quarters of the moon for last month, this month, and next month.
17108 If called with an optional prefix argument ARG, prompts for month and year.
17109 This function is suitable for execution in a .emacs file.
17111 \(fn &optional ARG)" t nil)
17113 (define-obsolete-function-alias 'phases-of-moon 'lunar-phases "23.1")
17115 ;;;***
17117 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20355
17118 ;;;;;; 10021 546955 0))
17119 ;;; Generated autoloads from progmodes/m4-mode.el
17121 (autoload 'm4-mode "m4-mode" "\
17122 A major mode to edit m4 macro files.
17124 \(fn)" t nil)
17126 ;;;***
17128 ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
17129 ;;;;;; (20497 6436 957082 0))
17130 ;;; Generated autoloads from emacs-lisp/macroexp.el
17132 (autoload 'macroexpand-all "macroexp" "\
17133 Return result of expanding macros at all levels in FORM.
17134 If no macros are expanded, FORM is returned unchanged.
17135 The second optional arg ENVIRONMENT specifies an environment of macro
17136 definitions to shadow the loaded ones for use in file byte-compilation.
17138 \(fn FORM &optional ENVIRONMENT)" nil nil)
17140 ;;;***
17142 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17143 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (20355 10021 546955
17144 ;;;;;; 0))
17145 ;;; Generated autoloads from macros.el
17147 (autoload 'name-last-kbd-macro "macros" "\
17148 Assign a name to the last keyboard macro defined.
17149 Argument SYMBOL is the name to define.
17150 The symbol's function definition becomes the keyboard macro string.
17151 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
17153 \(fn SYMBOL)" t nil)
17155 (autoload 'insert-kbd-macro "macros" "\
17156 Insert in buffer the definition of kbd macro NAME, as Lisp code.
17157 Optional second arg KEYS means also record the keys it is on
17158 \(this is the prefix argument, when calling interactively).
17160 This Lisp code will, when executed, define the kbd macro with the same
17161 definition it has now. If you say to record the keys, the Lisp code
17162 will also rebind those keys to the macro. Only global key bindings
17163 are recorded since executing this Lisp code always makes global
17164 bindings.
17166 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
17167 use this command, and then save the file.
17169 \(fn MACRONAME &optional KEYS)" t nil)
17171 (autoload 'kbd-macro-query "macros" "\
17172 Query user during kbd macro execution.
17173 With prefix argument, enters recursive edit, reading keyboard
17174 commands even within a kbd macro. You can give different commands
17175 each time the macro executes.
17176 Without prefix argument, asks whether to continue running the macro.
17177 Your options are: \\<query-replace-map>
17178 \\[act] Finish this iteration normally and continue with the next.
17179 \\[skip] Skip the rest of this iteration, and start the next.
17180 \\[exit] Stop the macro entirely right now.
17181 \\[recenter] Redisplay the screen, then ask again.
17182 \\[edit] Enter recursive edit; ask again when you exit from that.
17184 \(fn FLAG)" t nil)
17186 (autoload 'apply-macro-to-region-lines "macros" "\
17187 Apply last keyboard macro to all lines in the region.
17188 For each line that begins in the region, move to the beginning of
17189 the line, and run the last keyboard macro.
17191 When called from lisp, this function takes two arguments TOP and
17192 BOTTOM, describing the current region. TOP must be before BOTTOM.
17193 The optional third argument MACRO specifies a keyboard macro to
17194 execute.
17196 This is useful for quoting or unquoting included text, adding and
17197 removing comments, or producing tables where the entries are regular.
17199 For example, in Usenet articles, sections of text quoted from another
17200 author are indented, or have each line start with `>'. To quote a
17201 section of text, define a keyboard macro which inserts `>', put point
17202 and mark at opposite ends of the quoted section, and use
17203 `\\[apply-macro-to-region-lines]' to mark the entire section.
17205 Suppose you wanted to build a keyword table in C where each entry
17206 looked like this:
17208 { \"foo\", foo_data, foo_function },
17209 { \"bar\", bar_data, bar_function },
17210 { \"baz\", baz_data, baz_function },
17212 You could enter the names in this format:
17218 and write a macro to massage a word into a table entry:
17220 \\C-x (
17221 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
17222 \\C-x )
17224 and then select the region of un-tablified names and use
17225 `\\[apply-macro-to-region-lines]' to build the table from the names.
17227 \(fn TOP BOTTOM &optional MACRO)" t nil)
17228 (define-key ctl-x-map "q" 'kbd-macro-query)
17230 ;;;***
17232 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17233 ;;;;;; "mail/mail-extr.el" (20355 10021 546955 0))
17234 ;;; Generated autoloads from mail/mail-extr.el
17236 (autoload 'mail-extract-address-components "mail-extr" "\
17237 Given an RFC-822 address ADDRESS, extract full name and canonical address.
17238 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
17239 name can be extracted, FULL-NAME will be nil. Also see
17240 `mail-extr-ignore-single-names' and
17241 `mail-extr-ignore-realname-equals-mailbox-name'.
17243 If the optional argument ALL is non-nil, then ADDRESS can contain zero
17244 or more recipients, separated by commas, and we return a list of
17245 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
17246 each recipient. If ALL is nil, then if ADDRESS contains more than
17247 one recipients, all but the first is ignored.
17249 ADDRESS may be a string or a buffer. If it is a buffer, the visible
17250 \(narrowed) portion of the buffer will be interpreted as the address.
17251 \(This feature exists so that the clever caller might be able to avoid
17252 consing a string.)
17254 \(fn ADDRESS &optional ALL)" nil nil)
17256 (autoload 'what-domain "mail-extr" "\
17257 Convert mail domain DOMAIN to the country it corresponds to.
17259 \(fn DOMAIN)" t nil)
17261 ;;;***
17263 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17264 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17265 ;;;;;; (20355 10021 546955 0))
17266 ;;; Generated autoloads from mail/mail-hist.el
17268 (autoload 'mail-hist-define-keys "mail-hist" "\
17269 Define keys for accessing mail header history. For use in hooks.
17271 \(fn)" nil nil)
17273 (autoload 'mail-hist-enable "mail-hist" "\
17276 \(fn)" nil nil)
17278 (defvar mail-hist-keep-history t "\
17279 Non-nil means keep a history for headers and text of outgoing mail.")
17281 (custom-autoload 'mail-hist-keep-history "mail-hist" t)
17283 (autoload 'mail-hist-put-headers-into-history "mail-hist" "\
17284 Put headers and contents of this message into mail header history.
17285 Each header has its own independent history, as does the body of the
17286 message.
17288 This function normally would be called when the message is sent.
17290 \(fn)" nil nil)
17292 ;;;***
17294 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17295 ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17296 ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17297 ;;;;;; "mail-utils" "mail/mail-utils.el" (20355 10021 546955 0))
17298 ;;; Generated autoloads from mail/mail-utils.el
17300 (defvar mail-use-rfc822 nil "\
17301 If non-nil, use a full, hairy RFC822 parser on mail addresses.
17302 Otherwise, (the default) use a smaller, somewhat faster, and
17303 often correct parser.")
17305 (custom-autoload 'mail-use-rfc822 "mail-utils" t)
17307 (defvar mail-dont-reply-to-names nil "\
17308 Regexp specifying addresses to prune from a reply message.
17309 If this is nil, it is set the first time you compose a reply, to
17310 a value which excludes your own email address.
17312 Matching addresses are excluded from the CC field in replies, and
17313 also the To field, unless this would leave an empty To field.")
17315 (custom-autoload 'mail-dont-reply-to-names "mail-utils" t)
17317 (autoload 'mail-file-babyl-p "mail-utils" "\
17318 Return non-nil if FILE is a Babyl file.
17320 \(fn FILE)" nil nil)
17322 (autoload 'mail-quote-printable "mail-utils" "\
17323 Convert a string to the \"quoted printable\" Q encoding if necessary.
17324 If the string contains only ASCII characters and no troublesome ones,
17325 we return it unconverted.
17327 If the optional argument WRAPPER is non-nil,
17328 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17330 \(fn STRING &optional WRAPPER)" nil nil)
17332 (autoload 'mail-quote-printable-region "mail-utils" "\
17333 Convert the region to the \"quoted printable\" Q encoding.
17334 If the optional argument WRAPPER is non-nil,
17335 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17337 \(fn BEG END &optional WRAPPER)" t nil)
17339 (autoload 'mail-unquote-printable "mail-utils" "\
17340 Undo the \"quoted printable\" encoding.
17341 If the optional argument WRAPPER is non-nil,
17342 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17344 \(fn STRING &optional WRAPPER)" nil nil)
17346 (autoload 'mail-unquote-printable-region "mail-utils" "\
17347 Undo the \"quoted printable\" encoding in buffer from BEG to END.
17348 If the optional argument WRAPPER is non-nil,
17349 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17350 On encountering malformed quoted-printable text, exits with an error,
17351 unless NOERROR is non-nil, in which case it continues, and returns nil
17352 when finished. Returns non-nil on successful completion.
17353 If UNIBYTE is non-nil, insert converted characters as unibyte.
17354 That is useful if you are going to character code decoding afterward,
17355 as Rmail does.
17357 \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil)
17359 (autoload 'mail-fetch-field "mail-utils" "\
17360 Return the value of the header field whose type is FIELD-NAME.
17361 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
17362 If third arg ALL is non-nil, concatenate all such fields with commas between.
17363 If 4th arg LIST is non-nil, return a list of all such fields.
17364 The buffer should be narrowed to just the header, else false
17365 matches may be returned from the message body.
17367 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
17369 ;;;***
17371 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17372 ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20387
17373 ;;;;;; 44199 24128 0))
17374 ;;; Generated autoloads from mail/mailabbrev.el
17376 (defvar mail-abbrevs-mode nil "\
17377 Non-nil if Mail-Abbrevs mode is enabled.
17378 See the command `mail-abbrevs-mode' for a description of this minor mode.
17379 Setting this variable directly does not take effect;
17380 either customize it (see the info node `Easy Customization')
17381 or call the function `mail-abbrevs-mode'.")
17383 (custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
17385 (autoload 'mail-abbrevs-mode "mailabbrev" "\
17386 Toggle abbrev expansion of mail aliases (Mail Abbrevs mode).
17387 With a prefix argument ARG, enable Mail Abbrevs mode if ARG is
17388 positive, and disable it otherwise. If called from Lisp, enable
17389 the mode if ARG is omitted or nil.
17391 Mail Abbrevs mode is a global minor mode. When enabled,
17392 abbrev-like expansion is performed when editing certain mail
17393 headers (those specified by `mail-abbrev-mode-regexp'), based on
17394 the entries in your `mail-personal-alias-file'.
17396 \(fn &optional ARG)" t nil)
17398 (autoload 'mail-abbrevs-setup "mailabbrev" "\
17399 Initialize use of the `mailabbrev' package.
17401 \(fn)" nil nil)
17403 (autoload 'build-mail-abbrevs "mailabbrev" "\
17404 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
17405 By default this is the file specified by `mail-personal-alias-file'.
17407 \(fn &optional FILE RECURSIVEP)" nil nil)
17409 (autoload 'define-mail-abbrev "mailabbrev" "\
17410 Define NAME as a mail alias abbrev that translates to DEFINITION.
17411 If DEFINITION contains multiple addresses, separate them with commas.
17413 Optional argument FROM-MAILRC-FILE means that DEFINITION comes
17414 from a mailrc file. In that case, addresses are separated with
17415 spaces and addresses with embedded spaces are surrounded by
17416 double-quotes.
17418 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17420 ;;;***
17422 ;;;### (autoloads (mail-complete mail-completion-at-point-function
17423 ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17424 ;;;;;; "mailalias" "mail/mailalias.el" (20355 10021 546955 0))
17425 ;;; Generated autoloads from mail/mailalias.el
17427 (defvar mail-complete-style 'angles "\
17428 Specifies how \\[mail-complete] formats the full name when it completes.
17429 If `nil', they contain just the return address like:
17430 king@grassland.com
17431 If `parens', they look like:
17432 king@grassland.com (Elvis Parsley)
17433 If `angles', they look like:
17434 Elvis Parsley <king@grassland.com>")
17436 (custom-autoload 'mail-complete-style "mailalias" t)
17438 (autoload 'expand-mail-aliases "mailalias" "\
17439 Expand all mail aliases in suitable header fields found between BEG and END.
17440 If interactive, expand in header fields.
17441 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
17442 their `Resent-' variants.
17444 Optional second arg EXCLUDE may be a regular expression defining text to be
17445 removed from alias expansions.
17447 \(fn BEG END &optional EXCLUDE)" t nil)
17449 (autoload 'define-mail-alias "mailalias" "\
17450 Define NAME as a mail alias that translates to DEFINITION.
17451 This means that sending a message to NAME will actually send to DEFINITION.
17453 Normally, the addresses in DEFINITION must be separated by commas.
17454 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
17455 can be separated by spaces; an address can contain spaces
17456 if it is quoted with double-quotes.
17458 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17460 (autoload 'mail-completion-at-point-function "mailalias" "\
17461 Compute completion data for mail aliases.
17462 For use on `completion-at-point-functions'.
17464 \(fn)" nil nil)
17466 (autoload 'mail-complete "mailalias" "\
17467 Perform completion on header field or word preceding point.
17468 Completable headers are according to `mail-complete-alist'. If none matches
17469 current header, calls `mail-complete-function' and passes prefix ARG if any.
17471 \(fn ARG)" t nil)
17473 ;;;***
17475 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17476 ;;;;;; (20355 10021 546955 0))
17477 ;;; Generated autoloads from mail/mailclient.el
17479 (autoload 'mailclient-send-it "mailclient" "\
17480 Pass current buffer on to the system's mail client.
17481 Suitable value for `send-mail-function'.
17482 The mail client is taken to be the handler of mailto URLs.
17484 \(fn)" nil nil)
17486 ;;;***
17488 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17489 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17490 ;;;;;; "make-mode" "progmodes/make-mode.el" (20392 30149 675975
17491 ;;;;;; 59000))
17492 ;;; Generated autoloads from progmodes/make-mode.el
17494 (autoload 'makefile-mode "make-mode" "\
17495 Major mode for editing standard Makefiles.
17497 If you are editing a file for a different make, try one of the
17498 variants `makefile-automake-mode', `makefile-gmake-mode',
17499 `makefile-makepp-mode', `makefile-bsdmake-mode' or,
17500 `makefile-imake-mode'. All but the last should be correctly
17501 chosen based on the file name, except if it is *.mk. This
17502 function ends by invoking the function(s) `makefile-mode-hook'.
17504 It is strongly recommended to use `font-lock-mode', because that
17505 provides additional parsing information. This is used for
17506 example to see that a rule action `echo foo: bar' is a not rule
17507 dependency, despite the colon.
17509 \\{makefile-mode-map}
17511 In the browser, use the following keys:
17513 \\{makefile-browser-map}
17515 Makefile mode can be configured by modifying the following variables:
17517 `makefile-browser-buffer-name':
17518 Name of the macro- and target browser buffer.
17520 `makefile-target-colon':
17521 The string that gets appended to all target names
17522 inserted by `makefile-insert-target'.
17523 \":\" or \"::\" are quite common values.
17525 `makefile-macro-assign':
17526 The string that gets appended to all macro names
17527 inserted by `makefile-insert-macro'.
17528 The normal value should be \" = \", since this is what
17529 standard make expects. However, newer makes such as dmake
17530 allow a larger variety of different macro assignments, so you
17531 might prefer to use \" += \" or \" := \" .
17533 `makefile-tab-after-target-colon':
17534 If you want a TAB (instead of a space) to be appended after the
17535 target colon, then set this to a non-nil value.
17537 `makefile-browser-leftmost-column':
17538 Number of blanks to the left of the browser selection mark.
17540 `makefile-browser-cursor-column':
17541 Column in which the cursor is positioned when it moves
17542 up or down in the browser.
17544 `makefile-browser-selected-mark':
17545 String used to mark selected entries in the browser.
17547 `makefile-browser-unselected-mark':
17548 String used to mark unselected entries in the browser.
17550 `makefile-browser-auto-advance-after-selection-p':
17551 If this variable is set to a non-nil value the cursor
17552 will automagically advance to the next line after an item
17553 has been selected in the browser.
17555 `makefile-pickup-everything-picks-up-filenames-p':
17556 If this variable is set to a non-nil value then
17557 `makefile-pickup-everything' also picks up filenames as targets
17558 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
17559 filenames are omitted.
17561 `makefile-cleanup-continuations':
17562 If this variable is set to a non-nil value then Makefile mode
17563 will assure that no line in the file ends with a backslash
17564 (the continuation character) followed by any whitespace.
17565 This is done by silently removing the trailing whitespace, leaving
17566 the backslash itself intact.
17567 IMPORTANT: Please note that enabling this option causes Makefile mode
17568 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
17570 `makefile-browser-hook':
17571 A function or list of functions to be called just before the
17572 browser is entered. This is executed in the makefile buffer.
17574 `makefile-special-targets-list':
17575 List of special targets. You will be offered to complete
17576 on one of those in the minibuffer whenever you enter a `.'.
17577 at the beginning of a line in Makefile mode.
17579 \(fn)" t nil)
17581 (autoload 'makefile-automake-mode "make-mode" "\
17582 An adapted `makefile-mode' that knows about automake.
17584 \(fn)" t nil)
17586 (autoload 'makefile-gmake-mode "make-mode" "\
17587 An adapted `makefile-mode' that knows about gmake.
17589 \(fn)" t nil)
17591 (autoload 'makefile-makepp-mode "make-mode" "\
17592 An adapted `makefile-mode' that knows about makepp.
17594 \(fn)" t nil)
17596 (autoload 'makefile-bsdmake-mode "make-mode" "\
17597 An adapted `makefile-mode' that knows about BSD make.
17599 \(fn)" t nil)
17601 (autoload 'makefile-imake-mode "make-mode" "\
17602 An adapted `makefile-mode' that knows about imake.
17604 \(fn)" t nil)
17606 ;;;***
17608 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20355
17609 ;;;;;; 10021 546955 0))
17610 ;;; Generated autoloads from makesum.el
17612 (autoload 'make-command-summary "makesum" "\
17613 Make a summary of current key bindings in the buffer *Summary*.
17614 Previous contents of that buffer are killed first.
17616 \(fn)" t nil)
17618 ;;;***
17620 ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17621 ;;;;;; (20504 6781 423358 0))
17622 ;;; Generated autoloads from man.el
17624 (defalias 'manual-entry 'man)
17626 (autoload 'man "man" "\
17627 Get a Un*x manual page and put it in a buffer.
17628 This command is the top-level command in the man package. It
17629 runs a Un*x command to retrieve and clean a manpage in the
17630 background and places the results in a `Man-mode' browsing
17631 buffer. See variable `Man-notify-method' for what happens when
17632 the buffer is ready. If a buffer already exists for this man
17633 page, it will display immediately.
17635 For a manpage from a particular section, use either of the
17636 following. \"cat(1)\" is how cross-references appear and is
17637 passed to man as \"1 cat\".
17639 cat(1)
17640 1 cat
17642 To see manpages from all sections related to a subject, use an
17643 \"all pages\" option (which might be \"-a\" if it's not the
17644 default), then step through with `Man-next-manpage' (\\<Man-mode-map>\\[Man-next-manpage]) etc.
17645 Add to `Man-switches' to make this option permanent.
17647 -a chmod
17649 An explicit filename can be given too. Use -l if it might
17650 otherwise look like a page name.
17652 /my/file/name.1.gz
17653 -l somefile.1
17655 An \"apropos\" query with -k gives a buffer of matching page
17656 names or descriptions. The pattern argument is usually an
17657 \"egrep\" style regexp.
17659 -k pattern
17661 \(fn MAN-ARGS)" t nil)
17663 (autoload 'man-follow "man" "\
17664 Get a Un*x manual page of the item under point and put it in a buffer.
17666 \(fn MAN-ARGS)" t nil)
17668 (autoload 'Man-bookmark-jump "man" "\
17669 Default bookmark handler for Man buffers.
17671 \(fn BOOKMARK)" nil nil)
17673 ;;;***
17675 ;;;### (autoloads (master-mode) "master" "master.el" (20355 10021
17676 ;;;;;; 546955 0))
17677 ;;; Generated autoloads from master.el
17679 (autoload 'master-mode "master" "\
17680 Toggle Master mode.
17681 With a prefix argument ARG, enable Master mode if ARG is
17682 positive, and disable it otherwise. If called from Lisp, enable
17683 the mode if ARG is omitted or nil.
17685 When Master mode is enabled, you can scroll the slave buffer
17686 using the following commands:
17688 \\{master-mode-map}
17690 The slave buffer is stored in the buffer-local variable `master-of'.
17691 You can set this variable using `master-set-slave'. You can show
17692 yourself the value of `master-of' by calling `master-show-slave'.
17694 \(fn &optional ARG)" t nil)
17696 ;;;***
17698 ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17699 ;;;;;; (20355 10021 546955 0))
17700 ;;; Generated autoloads from mb-depth.el
17702 (defvar minibuffer-depth-indicate-mode nil "\
17703 Non-nil if Minibuffer-Depth-Indicate mode is enabled.
17704 See the command `minibuffer-depth-indicate-mode' for a description of this minor mode.
17705 Setting this variable directly does not take effect;
17706 either customize it (see the info node `Easy Customization')
17707 or call the function `minibuffer-depth-indicate-mode'.")
17709 (custom-autoload 'minibuffer-depth-indicate-mode "mb-depth" nil)
17711 (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\
17712 Toggle Minibuffer Depth Indication mode.
17713 With a prefix argument ARG, enable Minibuffer Depth Indication
17714 mode if ARG is positive, and disable it otherwise. If called
17715 from Lisp, enable the mode if ARG is omitted or nil.
17717 Minibuffer Depth Indication mode is a global minor mode. When
17718 enabled, any recursive use of the minibuffer will show the
17719 recursion depth in the minibuffer prompt. This is only useful if
17720 `enable-recursive-minibuffers' is non-nil.
17722 \(fn &optional ARG)" t nil)
17724 ;;;***
17726 ;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
17727 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
17728 ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
17729 ;;;;;; message-forward-make-body message-forward message-recover
17730 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17731 ;;;;;; message-reply message-news message-mail message-mode) "message"
17732 ;;;;;; "gnus/message.el" (20501 3499 284800 0))
17733 ;;; Generated autoloads from gnus/message.el
17735 (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
17737 (autoload 'message-mode "message" "\
17738 Major mode for editing mail and news to be sent.
17739 Like Text Mode but with these additional commands:\\<message-mode-map>
17740 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
17741 C-c C-d Postpone sending the message C-c C-k Kill the message
17742 C-c C-f move to a header field (and create it if there isn't):
17743 C-c C-f C-t move to To C-c C-f C-s move to Subject
17744 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
17745 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
17746 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
17747 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
17748 C-c C-f C-o move to From (\"Originator\")
17749 C-c C-f C-f move to Followup-To
17750 C-c C-f C-m move to Mail-Followup-To
17751 C-c C-f C-e move to Expires
17752 C-c C-f C-i cycle through Importance values
17753 C-c C-f s change subject and append \"(was: <Old Subject>)\"
17754 C-c C-f x crossposting with FollowUp-To header and note in body
17755 C-c C-f t replace To: header with contents of Cc: or Bcc:
17756 C-c C-f a Insert X-No-Archive: header and a note in the body
17757 C-c C-t `message-insert-to' (add a To header to a news followup)
17758 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
17759 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
17760 C-c C-b `message-goto-body' (move to beginning of message text).
17761 C-c C-i `message-goto-signature' (move to the beginning of the signature).
17762 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
17763 C-c C-y `message-yank-original' (insert current message, if any).
17764 C-c C-q `message-fill-yanked-message' (fill what was yanked).
17765 C-c C-e `message-elide-region' (elide the text between point and mark).
17766 C-c C-v `message-delete-not-region' (remove the text outside the region).
17767 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
17768 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
17769 C-c C-a `mml-attach-file' (attach a file as MIME).
17770 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
17771 C-c M-n `message-insert-disposition-notification-to' (request receipt).
17772 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
17773 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
17774 M-RET `message-newline-and-reformat' (break the line and reformat).
17776 \(fn)" t nil)
17778 (autoload 'message-mail "message" "\
17779 Start editing a mail message to be sent.
17780 OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
17781 to continue editing a message already being composed. SWITCH-FUNCTION
17782 is a function used to switch to and display the mail buffer.
17784 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t nil)
17786 (autoload 'message-news "message" "\
17787 Start editing a news article to be sent.
17789 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17791 (autoload 'message-reply "message" "\
17792 Start editing a reply to the article in the current buffer.
17794 \(fn &optional TO-ADDRESS WIDE SWITCH-FUNCTION)" t nil)
17796 (autoload 'message-wide-reply "message" "\
17797 Make a \"wide\" reply to the message in the current buffer.
17799 \(fn &optional TO-ADDRESS)" t nil)
17801 (autoload 'message-followup "message" "\
17802 Follow up to the message in the current buffer.
17803 If TO-NEWSGROUPS, use that as the new Newsgroups line.
17805 \(fn &optional TO-NEWSGROUPS)" t nil)
17807 (autoload 'message-cancel-news "message" "\
17808 Cancel an article you posted.
17809 If ARG, allow editing of the cancellation message.
17811 \(fn &optional ARG)" t nil)
17813 (autoload 'message-supersede "message" "\
17814 Start composing a message to supersede the current message.
17815 This is done simply by taking the old article and adding a Supersedes
17816 header line with the old Message-ID.
17818 \(fn)" t nil)
17820 (autoload 'message-recover "message" "\
17821 Reread contents of current buffer from its last auto-save file.
17823 \(fn)" t nil)
17825 (autoload 'message-forward "message" "\
17826 Forward the current message via mail.
17827 Optional NEWS will use news to forward instead of mail.
17828 Optional DIGEST will use digest to forward.
17830 \(fn &optional NEWS DIGEST)" t nil)
17832 (autoload 'message-forward-make-body "message" "\
17835 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
17837 (autoload 'message-forward-rmail-make-body "message" "\
17840 \(fn FORWARD-BUFFER)" nil nil)
17842 (autoload 'message-insinuate-rmail "message" "\
17843 Let RMAIL use message to forward.
17845 \(fn)" t nil)
17847 (autoload 'message-resend "message" "\
17848 Resend the current article to ADDRESS.
17850 \(fn ADDRESS)" t nil)
17852 (autoload 'message-bounce "message" "\
17853 Re-mail the current message.
17854 This only makes sense if the current message is a bounce message that
17855 contains some mail you have written which has been bounced back to
17856 you.
17858 \(fn)" t nil)
17860 (autoload 'message-mail-other-window "message" "\
17861 Like `message-mail' command, but display mail buffer in another window.
17863 \(fn &optional TO SUBJECT)" t nil)
17865 (autoload 'message-mail-other-frame "message" "\
17866 Like `message-mail' command, but display mail buffer in another frame.
17868 \(fn &optional TO SUBJECT)" t nil)
17870 (autoload 'message-news-other-window "message" "\
17871 Start editing a news article to be sent.
17873 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17875 (autoload 'message-news-other-frame "message" "\
17876 Start editing a news article to be sent.
17878 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17880 (autoload 'message-bold-region "message" "\
17881 Bold all nonblank characters in the region.
17882 Works by overstriking characters.
17883 Called from program, takes two arguments START and END
17884 which specify the range to operate on.
17886 \(fn START END)" t nil)
17888 (autoload 'message-unbold-region "message" "\
17889 Remove all boldness (overstruck characters) in the region.
17890 Called from program, takes two arguments START and END
17891 which specify the range to operate on.
17893 \(fn START END)" t nil)
17895 ;;;***
17897 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17898 ;;;;;; (20399 35365 4050 0))
17899 ;;; Generated autoloads from progmodes/meta-mode.el
17901 (autoload 'metafont-mode "meta-mode" "\
17902 Major mode for editing Metafont sources.
17904 \(fn)" t nil)
17906 (autoload 'metapost-mode "meta-mode" "\
17907 Major mode for editing MetaPost sources.
17909 \(fn)" t nil)
17911 ;;;***
17913 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17914 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17915 ;;;;;; (20355 10021 546955 0))
17916 ;;; Generated autoloads from mail/metamail.el
17918 (autoload 'metamail-interpret-header "metamail" "\
17919 Interpret a header part of a MIME message in current buffer.
17920 Its body part is not interpreted at all.
17922 \(fn)" t nil)
17924 (autoload 'metamail-interpret-body "metamail" "\
17925 Interpret a body part of a MIME message in current buffer.
17926 Optional argument VIEWMODE specifies the value of the
17927 EMACS_VIEW_MODE environment variable (defaulted to 1).
17928 Optional argument NODISPLAY non-nil means buffer is not
17929 redisplayed as output is inserted.
17930 Its header part is not interpreted at all.
17932 \(fn &optional VIEWMODE NODISPLAY)" t nil)
17934 (autoload 'metamail-buffer "metamail" "\
17935 Process current buffer through `metamail'.
17936 Optional argument VIEWMODE specifies the value of the
17937 EMACS_VIEW_MODE environment variable (defaulted to 1).
17938 Optional argument BUFFER specifies a buffer to be filled (nil
17939 means current).
17940 Optional argument NODISPLAY non-nil means buffer is not
17941 redisplayed as output is inserted.
17943 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17945 (autoload 'metamail-region "metamail" "\
17946 Process current region through 'metamail'.
17947 Optional argument VIEWMODE specifies the value of the
17948 EMACS_VIEW_MODE environment variable (defaulted to 1).
17949 Optional argument BUFFER specifies a buffer to be filled (nil
17950 means current).
17951 Optional argument NODISPLAY non-nil means buffer is not
17952 redisplayed as output is inserted.
17954 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17956 ;;;***
17958 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17959 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17960 ;;;;;; "mh-e/mh-comp.el" (20355 10021 546955 0))
17961 ;;; Generated autoloads from mh-e/mh-comp.el
17963 (autoload 'mh-smail "mh-comp" "\
17964 Compose a message with the MH mail system.
17965 See `mh-send' for more details on composing mail.
17967 \(fn)" t nil)
17969 (autoload 'mh-smail-other-window "mh-comp" "\
17970 Compose a message with the MH mail system in other window.
17971 See `mh-send' for more details on composing mail.
17973 \(fn)" t nil)
17975 (autoload 'mh-smail-batch "mh-comp" "\
17976 Compose a message with the MH mail system.
17978 This function does not prompt the user for any header fields, and
17979 thus is suitable for use by programs that want to create a mail
17980 buffer. Users should use \\[mh-smail] to compose mail.
17982 Optional arguments for setting certain fields include TO,
17983 SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED.
17985 This function remains for Emacs 21 compatibility. New
17986 applications should use `mh-user-agent-compose'.
17988 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
17990 (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook)
17992 (autoload 'mh-user-agent-compose "mh-comp" "\
17993 Set up mail composition draft with the MH mail system.
17994 This is the `mail-user-agent' entry point to MH-E. This function
17995 conforms to the contract specified by `define-mail-user-agent'
17996 which means that this function should accept the same arguments
17997 as `compose-mail'.
17999 The optional arguments TO and SUBJECT specify recipients and the
18000 initial Subject field, respectively.
18002 OTHER-HEADERS is an alist specifying additional header fields.
18003 Elements look like (HEADER . VALUE) where both HEADER and VALUE
18004 are strings.
18006 CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and
18007 RETURN-ACTION and any additional arguments are IGNORED.
18009 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
18011 (autoload 'mh-send-letter "mh-comp" "\
18012 Save draft and send message.
18014 When you are all through editing a message, you send it with this
18015 command. You can give a prefix argument ARG to monitor the first stage
18016 of the delivery; this output can be found in a buffer called \"*MH-E
18017 Mail Delivery*\".
18019 The hook `mh-before-send-letter-hook' is run at the beginning of
18020 this command. For example, if you want to check your spelling in
18021 your message before sending, add the function `ispell-message'.
18023 Unless `mh-insert-auto-fields' had previously been called
18024 manually, the function `mh-insert-auto-fields' is called to
18025 insert fields based upon the recipients. If fields are added, you
18026 are given a chance to see and to confirm these fields before the
18027 message is actually sent. You can do away with this confirmation
18028 by turning off the option `mh-auto-fields-prompt-flag'.
18030 In case the MH \"send\" program is installed under a different name,
18031 use `mh-send-prog' to tell MH-E the name.
18033 The hook `mh-annotate-msg-hook' is run after annotating the
18034 message and scan line.
18036 \(fn &optional ARG)" t nil)
18038 (autoload 'mh-fully-kill-draft "mh-comp" "\
18039 Quit editing and delete draft message.
18041 If for some reason you are not happy with the draft, you can use
18042 this command to kill the draft buffer and delete the draft
18043 message. Use the command \\[kill-buffer] if you don't want to
18044 delete the draft message.
18046 \(fn)" t nil)
18048 ;;;***
18050 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20355 10021
18051 ;;;;;; 546955 0))
18052 ;;; Generated autoloads from mh-e/mh-e.el
18054 (put 'mh-progs 'risky-local-variable t)
18056 (put 'mh-lib 'risky-local-variable t)
18058 (put 'mh-lib-progs 'risky-local-variable t)
18060 (autoload 'mh-version "mh-e" "\
18061 Display version information about MH-E and the MH mail handling system.
18063 \(fn)" t nil)
18065 ;;;***
18067 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18068 ;;;;;; "mh-e/mh-folder.el" (20371 55972 331861 0))
18069 ;;; Generated autoloads from mh-e/mh-folder.el
18071 (autoload 'mh-rmail "mh-folder" "\
18072 Incorporate new mail with MH.
18073 Scan an MH folder if ARG is non-nil.
18075 This function is an entry point to MH-E, the Emacs interface to
18076 the MH mail system.
18078 \(fn &optional ARG)" t nil)
18080 (autoload 'mh-nmail "mh-folder" "\
18081 Check for new mail in inbox folder.
18082 Scan an MH folder if ARG is non-nil.
18084 This function is an entry point to MH-E, the Emacs interface to
18085 the MH mail system.
18087 \(fn &optional ARG)" t nil)
18089 (autoload 'mh-folder-mode "mh-folder" "\
18090 Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
18092 You can show the message the cursor is pointing to, and step through
18093 the messages. Messages can be marked for deletion or refiling into
18094 another folder; these commands are executed all at once with a
18095 separate command.
18097 Options that control this mode can be changed with
18098 \\[customize-group]; specify the \"mh\" group. In particular, please
18099 see the `mh-scan-format-file' option if you wish to modify scan's
18100 format.
18102 When a folder is visited, the hook `mh-folder-mode-hook' is run.
18104 Ranges
18105 ======
18106 Many commands that operate on individual messages, such as
18107 `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument
18108 can be used in several ways.
18110 If you provide the prefix argument (\\[universal-argument]) to
18111 these commands, then you will be prompted for the message range.
18112 This can be any valid MH range which can include messages,
18113 sequences, and the abbreviations (described in the mh(1) man
18114 page):
18116 <num1>-<num2>
18117 Indicates all messages in the range <num1> to <num2>, inclusive.
18118 The range must be nonempty.
18120 <num>:N
18121 <num>:+N
18122 <num>:-N
18123 Up to N messages beginning with (or ending with) message num. Num
18124 may be any of the predefined symbols: first, prev, cur, next or
18125 last.
18127 first:N
18128 prev:N
18129 next:N
18130 last:N
18131 The first, previous, next or last messages, if they exist.
18134 All of the messages.
18136 For example, a range that shows all of these things is `1 2 3
18137 5-10 last:5 unseen'.
18139 If the option `transient-mark-mode' is set to t and you set a
18140 region in the MH-Folder buffer, then the MH-E command will
18141 perform the operation on all messages in that region.
18143 \\{mh-folder-mode-map}
18145 \(fn)" t nil)
18147 ;;;***
18149 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18150 ;;;;;; "midnight.el" (20478 3673 653810 0))
18151 ;;; Generated autoloads from midnight.el
18153 (autoload 'clean-buffer-list "midnight" "\
18154 Kill old buffers that have not been displayed recently.
18155 The relevant variables are `clean-buffer-list-delay-general',
18156 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
18157 `clean-buffer-list-kill-never-buffer-names',
18158 `clean-buffer-list-kill-regexps' and
18159 `clean-buffer-list-kill-never-regexps'.
18160 While processing buffers, this procedure displays messages containing
18161 the current date/time, buffer name, how many seconds ago it was
18162 displayed (can be nil if the buffer was never displayed) and its
18163 lifetime, i.e., its \"age\" when it will be purged.
18165 \(fn)" t nil)
18167 (autoload 'midnight-delay-set "midnight" "\
18168 Modify `midnight-timer' according to `midnight-delay'.
18169 Sets the first argument SYMB (which must be symbol `midnight-delay')
18170 to its second argument TM.
18172 \(fn SYMB TM)" nil nil)
18174 ;;;***
18176 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18177 ;;;;;; "minibuf-eldef.el" (20355 10021 546955 0))
18178 ;;; Generated autoloads from minibuf-eldef.el
18180 (defvar minibuffer-electric-default-mode nil "\
18181 Non-nil if Minibuffer-Electric-Default mode is enabled.
18182 See the command `minibuffer-electric-default-mode' for a description of this minor mode.
18183 Setting this variable directly does not take effect;
18184 either customize it (see the info node `Easy Customization')
18185 or call the function `minibuffer-electric-default-mode'.")
18187 (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil)
18189 (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
18190 Toggle Minibuffer Electric Default mode.
18191 With a prefix argument ARG, enable Minibuffer Electric Default
18192 mode if ARG is positive, and disable it otherwise. If called
18193 from Lisp, enable the mode if ARG is omitted or nil.
18195 Minibuffer Electric Default mode is a global minor mode. When
18196 enabled, minibuffer prompts that show a default value only show
18197 the default when it's applicable -- that is, when hitting RET
18198 would yield the default value. If the user modifies the input
18199 such that hitting RET would enter a non-default value, the prompt
18200 is modified to remove the default indication.
18202 \(fn &optional ARG)" t nil)
18204 ;;;***
18206 ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
18207 ;;;;;; (20356 27828 24951 0))
18208 ;;; Generated autoloads from misc.el
18210 (autoload 'butterfly "misc" "\
18211 Use butterflies to flip the desired bit on the drive platter.
18212 Open hands and let the delicate wings flap once. The disturbance
18213 ripples outward, changing the flow of the eddy currents in the
18214 upper atmosphere. These cause momentary pockets of higher-pressure
18215 air to form, which act as lenses that deflect incoming cosmic rays,
18216 focusing them to strike the drive platter and flip the desired bit.
18217 You can type `M-x butterfly C-M-c' to run it. This is a permuted
18218 variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
18220 \(fn)" t nil)
18222 (autoload 'list-dynamic-libraries "misc" "\
18223 Display a list of all dynamic libraries known to Emacs.
18224 \(These are the libraries listed in `dynamic-library-alist'.)
18225 If optional argument LOADED-ONLY-P (interactively, prefix arg)
18226 is non-nil, only libraries already loaded are listed.
18227 Optional argument BUFFER specifies a buffer to use, instead of
18228 \"*Dynamic Libraries*\".
18229 The return value is always nil.
18231 \(fn &optional LOADED-ONLY-P BUFFER)" t nil)
18233 ;;;***
18235 ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18236 ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18237 ;;;;;; "misearch" "misearch.el" (20490 33188 850375 0))
18238 ;;; Generated autoloads from misearch.el
18239 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18241 (defvar multi-isearch-next-buffer-function nil "\
18242 Function to call to get the next buffer to search.
18244 When this variable is set to a function that returns a buffer, then
18245 after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
18246 to the next buffer in the series and continues searching for the
18247 next occurrence.
18249 This function should return the next buffer (it doesn't need to switch
18250 to it), or nil if it can't find the next buffer (when it reaches the
18251 end of the search space).
18253 The first argument of this function is the current buffer where the
18254 search is currently searching. It defines the base buffer relative to
18255 which this function should find the next buffer. When the isearch
18256 direction is backward (when `isearch-forward' is nil), this function
18257 should return the previous buffer to search.
18259 If the second argument of this function WRAP is non-nil, then it
18260 should return the first buffer in the series; and for the backward
18261 search, it should return the last buffer in the series.")
18263 (defvar multi-isearch-next-buffer-current-function nil "\
18264 The currently active function to get the next buffer to search.
18265 Initialized from `multi-isearch-next-buffer-function' when
18266 Isearch starts.")
18268 (defvar multi-isearch-current-buffer nil "\
18269 The buffer where the search is currently searching.
18270 The value is nil when the search still is in the initial buffer.")
18272 (autoload 'multi-isearch-setup "misearch" "\
18273 Set up isearch to search multiple buffers.
18274 Intended to be added to `isearch-mode-hook'.
18276 \(fn)" nil nil)
18278 (autoload 'multi-isearch-buffers "misearch" "\
18279 Start multi-buffer Isearch on a list of BUFFERS.
18280 This list can contain live buffers or their names.
18281 Interactively read buffer names to search, one by one, ended with RET.
18282 With a prefix argument, ask for a regexp, and search in buffers
18283 whose names match the specified regexp.
18285 \(fn BUFFERS)" t nil)
18287 (autoload 'multi-isearch-buffers-regexp "misearch" "\
18288 Start multi-buffer regexp Isearch on a list of BUFFERS.
18289 This list can contain live buffers or their names.
18290 Interactively read buffer names to search, one by one, ended with RET.
18291 With a prefix argument, ask for a regexp, and search in buffers
18292 whose names match the specified regexp.
18294 \(fn BUFFERS)" t nil)
18296 (autoload 'multi-isearch-files "misearch" "\
18297 Start multi-buffer Isearch on a list of FILES.
18298 Relative file names in this list are expanded to absolute
18299 file names using the current buffer's value of `default-directory'.
18300 Interactively read file names to search, one by one, ended with RET.
18301 With a prefix argument, ask for a wildcard, and search in file buffers
18302 whose file names match the specified wildcard.
18304 \(fn FILES)" t nil)
18306 (autoload 'multi-isearch-files-regexp "misearch" "\
18307 Start multi-buffer regexp Isearch on a list of FILES.
18308 Relative file names in this list are expanded to absolute
18309 file names using the current buffer's value of `default-directory'.
18310 Interactively read file names to search, one by one, ended with RET.
18311 With a prefix argument, ask for a wildcard, and search in file buffers
18312 whose file names match the specified wildcard.
18314 \(fn FILES)" t nil)
18316 ;;;***
18318 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18319 ;;;;;; (20355 10021 546955 0))
18320 ;;; Generated autoloads from progmodes/mixal-mode.el
18322 (autoload 'mixal-mode "mixal-mode" "\
18323 Major mode for the mixal asm language.
18325 \(fn)" t nil)
18327 ;;;***
18329 ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18330 ;;;;;; (20355 10021 546955 0))
18331 ;;; Generated autoloads from gnus/mm-encode.el
18333 (autoload 'mm-default-file-encoding "mm-encode" "\
18334 Return a default encoding for FILE.
18336 \(fn FILE)" nil nil)
18338 ;;;***
18340 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18341 ;;;;;; "mm-extern" "gnus/mm-extern.el" (20355 10021 546955 0))
18342 ;;; Generated autoloads from gnus/mm-extern.el
18344 (autoload 'mm-extern-cache-contents "mm-extern" "\
18345 Put the external-body part of HANDLE into its cache.
18347 \(fn HANDLE)" nil nil)
18349 (autoload 'mm-inline-external-body "mm-extern" "\
18350 Show the external-body part of HANDLE.
18351 This function replaces the buffer of HANDLE with a buffer contains
18352 the entire message.
18353 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18355 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18357 ;;;***
18359 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18360 ;;;;;; (20355 10021 546955 0))
18361 ;;; Generated autoloads from gnus/mm-partial.el
18363 (autoload 'mm-inline-partial "mm-partial" "\
18364 Show the partial part of HANDLE.
18365 This function replaces the buffer of HANDLE with a buffer contains
18366 the entire message.
18367 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18369 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18371 ;;;***
18373 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18374 ;;;;;; "mm-url" "gnus/mm-url.el" (20495 51111 757560 0))
18375 ;;; Generated autoloads from gnus/mm-url.el
18377 (autoload 'mm-url-insert-file-contents "mm-url" "\
18378 Insert file contents of URL.
18379 If `mm-url-use-external' is non-nil, use `mm-url-program'.
18381 \(fn URL)" nil nil)
18383 (autoload 'mm-url-insert-file-contents-external "mm-url" "\
18384 Insert file contents of URL using `mm-url-program'.
18386 \(fn URL)" nil nil)
18388 ;;;***
18390 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18391 ;;;;;; "gnus/mm-uu.el" (20355 10021 546955 0))
18392 ;;; Generated autoloads from gnus/mm-uu.el
18394 (autoload 'mm-uu-dissect "mm-uu" "\
18395 Dissect the current buffer and return a list of uu handles.
18396 The optional NOHEADER means there's no header in the buffer.
18397 MIME-TYPE specifies a MIME type and parameters, which defaults to the
18398 value of `mm-uu-text-plain-type'.
18400 \(fn &optional NOHEADER MIME-TYPE)" nil nil)
18402 (autoload 'mm-uu-dissect-text-parts "mm-uu" "\
18403 Dissect text parts and put uu handles into HANDLE.
18404 Assume text has been decoded if DECODED is non-nil.
18406 \(fn HANDLE &optional DECODED)" nil nil)
18408 ;;;***
18410 ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18411 ;;;;;; (20458 56750 651721 0))
18412 ;;; Generated autoloads from gnus/mml.el
18414 (autoload 'mml-to-mime "mml" "\
18415 Translate the current buffer from MML to MIME.
18417 \(fn)" nil nil)
18419 (autoload 'mml-attach-file "mml" "\
18420 Attach a file to the outgoing MIME message.
18421 The file is not inserted or encoded until you send the message with
18422 `\\[message-send-and-exit]' or `\\[message-send]'.
18424 FILE is the name of the file to attach. TYPE is its
18425 content-type, a string of the form \"type/subtype\". DESCRIPTION
18426 is a one-line description of the attachment. The DISPOSITION
18427 specifies how the attachment is intended to be displayed. It can
18428 be either \"inline\" (displayed automatically within the message
18429 body) or \"attachment\" (separate from the body).
18431 \(fn FILE &optional TYPE DESCRIPTION DISPOSITION)" t nil)
18433 ;;;***
18435 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18436 ;;;;;; (20355 10021 546955 0))
18437 ;;; Generated autoloads from gnus/mml1991.el
18439 (autoload 'mml1991-encrypt "mml1991" "\
18442 \(fn CONT &optional SIGN)" nil nil)
18444 (autoload 'mml1991-sign "mml1991" "\
18447 \(fn CONT)" nil nil)
18449 ;;;***
18451 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18452 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18453 ;;;;;; "mml2015" "gnus/mml2015.el" (20355 10021 546955 0))
18454 ;;; Generated autoloads from gnus/mml2015.el
18456 (autoload 'mml2015-decrypt "mml2015" "\
18459 \(fn HANDLE CTL)" nil nil)
18461 (autoload 'mml2015-decrypt-test "mml2015" "\
18464 \(fn HANDLE CTL)" nil nil)
18466 (autoload 'mml2015-verify "mml2015" "\
18469 \(fn HANDLE CTL)" nil nil)
18471 (autoload 'mml2015-verify-test "mml2015" "\
18474 \(fn HANDLE CTL)" nil nil)
18476 (autoload 'mml2015-encrypt "mml2015" "\
18479 \(fn CONT &optional SIGN)" nil nil)
18481 (autoload 'mml2015-sign "mml2015" "\
18484 \(fn CONT)" nil nil)
18486 (autoload 'mml2015-self-encrypt "mml2015" "\
18489 \(fn)" nil nil)
18491 ;;;***
18493 ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20406 8611
18494 ;;;;;; 875037 0))
18495 ;;; Generated autoloads from cedet/mode-local.el
18497 (put 'define-overloadable-function 'doc-string-elt 3)
18499 ;;;***
18501 ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20355
18502 ;;;;;; 10021 546955 0))
18503 ;;; Generated autoloads from progmodes/modula2.el
18505 (defalias 'modula-2-mode 'm2-mode)
18507 (autoload 'm2-mode "modula2" "\
18508 This is a mode intended to support program development in Modula-2.
18509 All control constructs of Modula-2 can be reached by typing C-c
18510 followed by the first character of the construct.
18511 \\<m2-mode-map>
18512 \\[m2-begin] begin \\[m2-case] case
18513 \\[m2-definition] definition \\[m2-else] else
18514 \\[m2-for] for \\[m2-header] header
18515 \\[m2-if] if \\[m2-module] module
18516 \\[m2-loop] loop \\[m2-or] or
18517 \\[m2-procedure] procedure Control-c Control-w with
18518 \\[m2-record] record \\[m2-stdio] stdio
18519 \\[m2-type] type \\[m2-until] until
18520 \\[m2-var] var \\[m2-while] while
18521 \\[m2-export] export \\[m2-import] import
18522 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
18523 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
18524 \\[m2-compile] compile \\[m2-next-error] next-error
18525 \\[m2-link] link
18527 `m2-indent' controls the number of spaces for each indentation.
18528 `m2-compile-command' holds the command to compile a Modula-2 program.
18529 `m2-link-command' holds the command to link a Modula-2 program.
18531 \(fn)" t nil)
18533 ;;;***
18535 ;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18536 ;;;;;; "morse" "play/morse.el" (20355 10021 546955 0))
18537 ;;; Generated autoloads from play/morse.el
18539 (autoload 'morse-region "morse" "\
18540 Convert all text in a given region to morse code.
18542 \(fn BEG END)" t nil)
18544 (autoload 'unmorse-region "morse" "\
18545 Convert morse coded text in region to ordinary ASCII text.
18547 \(fn BEG END)" t nil)
18549 (autoload 'nato-region "morse" "\
18550 Convert all text in a given region to NATO phonetic alphabet.
18552 \(fn BEG END)" t nil)
18554 (autoload 'denato-region "morse" "\
18555 Convert NATO phonetic alphabet in region to ordinary ASCII text.
18557 \(fn BEG END)" t nil)
18559 ;;;***
18561 ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18562 ;;;;;; "mouse-drag.el" (20355 10021 546955 0))
18563 ;;; Generated autoloads from mouse-drag.el
18565 (autoload 'mouse-drag-throw "mouse-drag" "\
18566 \"Throw\" the page according to a mouse drag.
18568 A \"throw\" is scrolling the page at a speed relative to the distance
18569 from the original mouse click to the current mouse location. Try it;
18570 you'll like it. It's easier to observe than to explain.
18572 If the mouse is clicked and released in the same place of time we
18573 assume that the user didn't want to scroll but wanted to whatever
18574 mouse-2 used to do, so we pass it through.
18576 Throw scrolling was inspired (but is not identical to) the \"hand\"
18577 option in MacPaint, or the middle button in Tk text widgets.
18579 If `mouse-throw-with-scroll-bar' is non-nil, then this command scrolls
18580 in the opposite direction. (Different people have different ideas
18581 about which direction is natural. Perhaps it has to do with which
18582 hemisphere you're in.)
18584 To test this function, evaluate:
18585 (global-set-key [down-mouse-2] 'mouse-drag-throw)
18587 \(fn START-EVENT)" t nil)
18589 (autoload 'mouse-drag-drag "mouse-drag" "\
18590 \"Drag\" the page according to a mouse drag.
18592 Drag scrolling moves the page according to the movement of the mouse.
18593 You \"grab\" the character under the mouse and move it around.
18595 If the mouse is clicked and released in the same place of time we
18596 assume that the user didn't want to scroll but wanted to whatever
18597 mouse-2 used to do, so we pass it through.
18599 Drag scrolling is identical to the \"hand\" option in MacPaint, or the
18600 middle button in Tk text widgets.
18602 To test this function, evaluate:
18603 (global-set-key [down-mouse-2] 'mouse-drag-drag)
18605 \(fn START-EVENT)" t nil)
18607 ;;;***
18609 ;;;### (autoloads (mpc) "mpc" "mpc.el" (20476 31768 298871 0))
18610 ;;; Generated autoloads from mpc.el
18612 (autoload 'mpc "mpc" "\
18613 Main entry point for MPC.
18615 \(fn)" t nil)
18617 ;;;***
18619 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20434 17809 692608
18620 ;;;;;; 0))
18621 ;;; Generated autoloads from play/mpuz.el
18623 (autoload 'mpuz "mpuz" "\
18624 Multiplication puzzle with GNU Emacs.
18626 \(fn)" t nil)
18628 ;;;***
18630 ;;;### (autoloads (msb-mode) "msb" "msb.el" (20476 31768 298871 0))
18631 ;;; Generated autoloads from msb.el
18633 (defvar msb-mode nil "\
18634 Non-nil if Msb mode is enabled.
18635 See the command `msb-mode' for a description of this minor mode.
18636 Setting this variable directly does not take effect;
18637 either customize it (see the info node `Easy Customization')
18638 or call the function `msb-mode'.")
18640 (custom-autoload 'msb-mode "msb" nil)
18642 (autoload 'msb-mode "msb" "\
18643 Toggle Msb mode.
18644 With a prefix argument ARG, enable Msb mode if ARG is positive,
18645 and disable it otherwise. If called from Lisp, enable the mode
18646 if ARG is omitted or nil.
18648 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
18649 different buffer menu using the function `msb'.
18651 \(fn &optional ARG)" t nil)
18653 ;;;***
18655 ;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets
18656 ;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems
18657 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18658 ;;;;;; describe-coding-system describe-character-set list-charset-chars
18659 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18660 ;;;;;; (20355 10021 546955 0))
18661 ;;; Generated autoloads from international/mule-diag.el
18663 (autoload 'list-character-sets "mule-diag" "\
18664 Display a list of all character sets.
18666 The D column contains the dimension of this character set. The CH
18667 column contains the number of characters in a block of this character
18668 set. The FINAL-BYTE column contains an ISO-2022 <final-byte> to use
18669 in the designation escape sequence for this character set in
18670 ISO-2022-based coding systems.
18672 With prefix ARG, the output format gets more cryptic,
18673 but still shows the full information.
18675 \(fn ARG)" t nil)
18677 (autoload 'read-charset "mule-diag" "\
18678 Read a character set from the minibuffer, prompting with string PROMPT.
18679 It must be an Emacs character set listed in the variable `charset-list'.
18681 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
18682 DEFAULT-VALUE, if non-nil, is the default value.
18683 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
18684 See the documentation of the function `completing-read' for the detailed
18685 meanings of these arguments.
18687 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
18689 (autoload 'list-charset-chars "mule-diag" "\
18690 Display a list of characters in character set CHARSET.
18692 \(fn CHARSET)" t nil)
18694 (autoload 'describe-character-set "mule-diag" "\
18695 Display information about built-in character set CHARSET.
18697 \(fn CHARSET)" t nil)
18699 (autoload 'describe-coding-system "mule-diag" "\
18700 Display information about CODING-SYSTEM.
18702 \(fn CODING-SYSTEM)" t nil)
18704 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
18705 Display coding systems currently used in a brief format in echo area.
18707 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
18708 where mnemonics of the following coding systems come in this order
18709 in place of `..':
18710 `buffer-file-coding-system' (of the current buffer)
18711 eol-type of `buffer-file-coding-system' (of the current buffer)
18712 Value returned by `keyboard-coding-system'
18713 eol-type of `keyboard-coding-system'
18714 Value returned by `terminal-coding-system'.
18715 eol-type of `terminal-coding-system'
18716 `process-coding-system' for read (of the current buffer, if any)
18717 eol-type of `process-coding-system' for read (of the current buffer, if any)
18718 `process-coding-system' for write (of the current buffer, if any)
18719 eol-type of `process-coding-system' for write (of the current buffer, if any)
18720 default `buffer-file-coding-system'
18721 eol-type of default `buffer-file-coding-system'
18722 `default-process-coding-system' for read
18723 eol-type of `default-process-coding-system' for read
18724 `default-process-coding-system' for write
18725 eol-type of `default-process-coding-system'
18727 \(fn)" t nil)
18729 (autoload 'describe-current-coding-system "mule-diag" "\
18730 Display coding systems currently used, in detail.
18732 \(fn)" t nil)
18734 (autoload 'list-coding-systems "mule-diag" "\
18735 Display a list of all coding systems.
18736 This shows the mnemonic letter, name, and description of each coding system.
18738 With prefix ARG, the output format gets more cryptic,
18739 but still contains full information about each coding system.
18741 \(fn &optional ARG)" t nil)
18743 (autoload 'list-coding-categories "mule-diag" "\
18744 Display a list of all coding categories.
18746 \(fn)" nil nil)
18748 (autoload 'describe-font "mule-diag" "\
18749 Display information about a font whose name is FONTNAME.
18750 The font must be already used by Emacs.
18752 \(fn FONTNAME)" t nil)
18754 (autoload 'describe-fontset "mule-diag" "\
18755 Display information about FONTSET.
18756 This shows which font is used for which character(s).
18758 \(fn FONTSET)" t nil)
18760 (autoload 'list-fontsets "mule-diag" "\
18761 Display a list of all fontsets.
18762 This shows the name, size, and style of each fontset.
18763 With prefix arg, also list the fonts contained in each fontset;
18764 see the function `describe-fontset' for the format of the list.
18766 \(fn ARG)" t nil)
18768 (autoload 'list-input-methods "mule-diag" "\
18769 Display information about all input methods.
18771 \(fn)" t nil)
18773 (autoload 'mule-diag "mule-diag" "\
18774 Display diagnosis of the multilingual environment (Mule).
18776 This shows various information related to the current multilingual
18777 environment, including lists of input methods, coding systems,
18778 character sets, and fontsets (if Emacs is running under a window
18779 system which uses fontsets).
18781 \(fn)" t nil)
18783 (autoload 'font-show-log "mule-diag" "\
18784 Show log of font listing and opening.
18785 Prefix arg LIMIT says how many fonts to show for each listing.
18786 The default is 20. If LIMIT is negative, do not limit the listing.
18788 \(fn &optional LIMIT)" t nil)
18790 ;;;***
18792 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment
18793 ;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode
18794 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18795 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18796 ;;;;;; truncate-string-to-width store-substring string-to-sequence)
18797 ;;;;;; "mule-util" "international/mule-util.el" (20355 10021 546955
18798 ;;;;;; 0))
18799 ;;; Generated autoloads from international/mule-util.el
18801 (autoload 'string-to-sequence "mule-util" "\
18802 Convert STRING to a sequence of TYPE which contains characters in STRING.
18803 TYPE should be `list' or `vector'.
18805 \(fn STRING TYPE)" nil nil)
18807 (make-obsolete 'string-to-sequence "use `string-to-list' or `string-to-vector'." "22.1")
18809 (defsubst string-to-list (string) "\
18810 Return a list of characters in STRING." (append string nil))
18812 (defsubst string-to-vector (string) "\
18813 Return a vector of characters in STRING." (vconcat string))
18815 (autoload 'store-substring "mule-util" "\
18816 Embed OBJ (string or character) at index IDX of STRING.
18818 \(fn STRING IDX OBJ)" nil nil)
18820 (autoload 'truncate-string-to-width "mule-util" "\
18821 Truncate string STR to end at column END-COLUMN.
18822 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
18823 column; that means to return the characters occupying columns
18824 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
18825 are specified in terms of character display width in the current
18826 buffer; see also `char-width'.
18828 The optional 4th arg PADDING, if non-nil, specifies a padding
18829 character (which should have a display width of 1) to add at the end
18830 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
18831 comes in the middle of a character in STR. PADDING is also added at
18832 the beginning of the result if column START-COLUMN appears in the
18833 middle of a character in STR.
18835 If PADDING is nil, no padding is added in these cases, so
18836 the resulting string may be narrower than END-COLUMN.
18838 If ELLIPSIS is non-nil, it should be a string which will replace the
18839 end of STR (including any padding) if it extends beyond END-COLUMN,
18840 unless the display width of STR is equal to or less than the display
18841 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
18842 defaults to \"...\".
18844 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
18846 (defsubst nested-alist-p (obj) "\
18847 Return t if OBJ is a nested alist.
18849 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
18850 any Lisp object, and BRANCHES is a list of cons cells of the form
18851 \(KEY-ELEMENT . NESTED-ALIST).
18853 You can use a nested alist to store any Lisp object (ENTRY) for a key
18854 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
18855 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
18857 (autoload 'set-nested-alist "mule-util" "\
18858 Set ENTRY for KEYSEQ in a nested alist ALIST.
18859 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
18860 are considered.
18861 Optional 5th argument BRANCHES if non-nil is branches for a keyseq
18862 longer than KEYSEQ.
18863 See the documentation of `nested-alist-p' for more detail.
18865 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
18867 (autoload 'lookup-nested-alist "mule-util" "\
18868 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
18869 Optional 3rd argument LEN specifies the length of KEYSEQ.
18870 Optional 4th argument START specifies index of the starting key.
18871 The returned value is normally a nested alist of which
18872 car part is the entry for KEYSEQ.
18873 If ALIST is not deep enough for KEYSEQ, return number which is
18874 how many key elements at the front of KEYSEQ it takes
18875 to reach a leaf in ALIST.
18876 Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
18877 even if ALIST is not deep enough.
18879 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
18881 (autoload 'coding-system-post-read-conversion "mule-util" "\
18882 Return the value of CODING-SYSTEM's `post-read-conversion' property.
18884 \(fn CODING-SYSTEM)" nil nil)
18886 (autoload 'coding-system-pre-write-conversion "mule-util" "\
18887 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
18889 \(fn CODING-SYSTEM)" nil nil)
18891 (autoload 'coding-system-translation-table-for-decode "mule-util" "\
18892 Return the value of CODING-SYSTEM's `decode-translation-table' property.
18894 \(fn CODING-SYSTEM)" nil nil)
18896 (autoload 'coding-system-translation-table-for-encode "mule-util" "\
18897 Return the value of CODING-SYSTEM's `encode-translation-table' property.
18899 \(fn CODING-SYSTEM)" nil nil)
18901 (autoload 'with-coding-priority "mule-util" "\
18902 Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
18903 CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
18904 This affects the implicit sorting of lists of coding systems returned by
18905 operations such as `find-coding-systems-region'.
18907 \(fn CODING-SYSTEMS &rest BODY)" nil t)
18908 (put 'with-coding-priority 'lisp-indent-function 1)
18910 (autoload 'detect-coding-with-priority "mule-util" "\
18911 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
18912 PRIORITY-LIST is an alist of coding categories vs the corresponding
18913 coding systems ordered by priority.
18915 \(fn FROM TO PRIORITY-LIST)" nil t)
18917 (autoload 'detect-coding-with-language-environment "mule-util" "\
18918 Detect a coding system for the text between FROM and TO with LANG-ENV.
18919 The detection takes into account the coding system priorities for the
18920 language environment LANG-ENV.
18922 \(fn FROM TO LANG-ENV)" nil nil)
18924 (autoload 'char-displayable-p "mule-util" "\
18925 Return non-nil if we should be able to display CHAR.
18926 On a multi-font display, the test is only whether there is an
18927 appropriate font from the selected frame's fontset to display
18928 CHAR's charset in general. Since fonts may be specified on a
18929 per-character basis, this may not be accurate.
18931 \(fn CHAR)" nil nil)
18933 ;;;***
18935 ;;;### (autoloads (network-connection network-connection-to-service
18936 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18937 ;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18938 ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20355
18939 ;;;;;; 10021 546955 0))
18940 ;;; Generated autoloads from net/net-utils.el
18942 (autoload 'ifconfig "net-utils" "\
18943 Run ifconfig and display diagnostic output.
18945 \(fn)" t nil)
18947 (autoload 'iwconfig "net-utils" "\
18948 Run iwconfig and display diagnostic output.
18950 \(fn)" t nil)
18952 (autoload 'netstat "net-utils" "\
18953 Run netstat and display diagnostic output.
18955 \(fn)" t nil)
18957 (autoload 'arp "net-utils" "\
18958 Run arp and display diagnostic output.
18960 \(fn)" t nil)
18962 (autoload 'route "net-utils" "\
18963 Run route and display diagnostic output.
18965 \(fn)" t nil)
18967 (autoload 'traceroute "net-utils" "\
18968 Run traceroute program for TARGET.
18970 \(fn TARGET)" t nil)
18972 (autoload 'ping "net-utils" "\
18973 Ping HOST.
18974 If your system's ping continues until interrupted, you can try setting
18975 `ping-program-options'.
18977 \(fn HOST)" t nil)
18979 (autoload 'nslookup-host "net-utils" "\
18980 Lookup the DNS information for HOST.
18982 \(fn HOST)" t nil)
18984 (autoload 'nslookup "net-utils" "\
18985 Run nslookup program.
18987 \(fn)" t nil)
18989 (autoload 'dns-lookup-host "net-utils" "\
18990 Lookup the DNS information for HOST (name or IP address).
18992 \(fn HOST)" t nil)
18994 (autoload 'run-dig "net-utils" "\
18995 Run dig program.
18997 \(fn HOST)" t nil)
18999 (autoload 'ftp "net-utils" "\
19000 Run ftp program.
19002 \(fn HOST)" t nil)
19004 (autoload 'finger "net-utils" "\
19005 Finger USER on HOST.
19007 \(fn USER HOST)" t nil)
19009 (autoload 'whois "net-utils" "\
19010 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
19011 If `whois-guess-server' is non-nil, then try to deduce the correct server
19012 from SEARCH-STRING. With argument, prompt for whois server.
19014 \(fn ARG SEARCH-STRING)" t nil)
19016 (autoload 'whois-reverse-lookup "net-utils" "\
19019 \(fn)" t nil)
19021 (autoload 'network-connection-to-service "net-utils" "\
19022 Open a network connection to SERVICE on HOST.
19024 \(fn HOST SERVICE)" t nil)
19026 (autoload 'network-connection "net-utils" "\
19027 Open a network connection to HOST on PORT.
19029 \(fn HOST PORT)" t nil)
19031 ;;;***
19033 ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20495
19034 ;;;;;; 51111 757560 0))
19035 ;;; Generated autoloads from net/netrc.el
19037 (autoload 'netrc-credentials "netrc" "\
19038 Return a user name/password pair.
19039 Port specifications will be prioritized in the order they are
19040 listed in the PORTS list.
19042 \(fn MACHINE &rest PORTS)" nil nil)
19044 ;;;***
19046 ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
19047 ;;;;;; (20369 14251 85829 0))
19048 ;;; Generated autoloads from net/network-stream.el
19050 (autoload 'open-network-stream "network-stream" "\
19051 Open a TCP connection to HOST, optionally with encryption.
19052 Normally, return a network process object; with a non-nil
19053 :return-list parameter, return a list instead (see below).
19054 Input and output work as for subprocesses; `delete-process'
19055 closes it.
19057 NAME is the name for the process. It is modified if necessary to
19058 make it unique.
19059 BUFFER is a buffer or buffer name to associate with the process.
19060 Process output goes at end of that buffer. BUFFER may be nil,
19061 meaning that the process is not associated with any buffer.
19062 HOST is the name or IP address of the host to connect to.
19063 SERVICE is the name of the service desired, or an integer specifying
19064 a port number to connect to.
19066 The remaining PARAMETERS should be a sequence of keywords and
19067 values:
19069 :type specifies the connection type, one of the following:
19070 nil or `network'
19071 -- Begin with an ordinary network connection, and if
19072 the parameters :success and :capability-command
19073 are also supplied, try to upgrade to an encrypted
19074 connection via STARTTLS. Even if that
19075 fails (e.g. if HOST does not support TLS), retain
19076 an unencrypted connection.
19077 `plain' -- An ordinary, unencrypted network connection.
19078 `starttls' -- Begin with an ordinary connection, and try
19079 upgrading via STARTTLS. If that fails for any
19080 reason, drop the connection; in that case the
19081 returned object is a killed process.
19082 `tls' -- A TLS connection.
19083 `ssl' -- Equivalent to `tls'.
19084 `shell' -- A shell connection.
19086 :return-list specifies this function's return value.
19087 If omitted or nil, return a process object. A non-nil means to
19088 return (PROC . PROPS), where PROC is a process object and PROPS
19089 is a plist of connection properties, with these keywords:
19090 :greeting -- the greeting returned by HOST (a string), or nil.
19091 :capabilities -- a string representing HOST's capabilities,
19092 or nil if none could be found.
19093 :type -- the resulting connection type; `plain' (unencrypted)
19094 or `tls' (TLS-encrypted).
19096 :end-of-command specifies a regexp matching the end of a command.
19098 :end-of-capability specifies a regexp matching the end of the
19099 response to the command specified for :capability-command.
19100 It defaults to the regexp specified for :end-of-command.
19102 :success specifies a regexp matching a message indicating a
19103 successful STARTTLS negotiation. For instance, the default
19104 should be \"^3\" for an NNTP connection.
19106 :capability-command specifies a command used to query the HOST
19107 for its capabilities. For instance, for IMAP this should be
19108 \"1 CAPABILITY\\r\\n\".
19110 :starttls-function specifies a function for handling STARTTLS.
19111 This function should take one parameter, the response to the
19112 capability command, and should return the command to switch on
19113 STARTTLS if the server supports STARTTLS, and nil otherwise.
19115 :always-query-capabilities says whether to query the server for
19116 capabilities, even if we're doing a `plain' network connection.
19118 :client-certificate should either be a list where the first
19119 element is the certificate key file name, and the second
19120 element is the certificate file name itself, or `t', which
19121 means that `auth-source' will be queried for the key and the
19122 certificate. This parameter will only be used when doing TLS
19123 or STARTTLS connections.
19125 :use-starttls-if-possible is a boolean that says to do opportunistic
19126 STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19128 :nowait is a boolean that says the connection should be made
19129 asynchronously, if possible.
19131 \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil)
19133 (defalias 'open-protocol-stream 'open-network-stream)
19135 ;;;***
19137 ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19138 ;;;;;; "net/newst-backend.el" (20355 10021 546955 0))
19139 ;;; Generated autoloads from net/newst-backend.el
19141 (autoload 'newsticker-running-p "newst-backend" "\
19142 Check whether newsticker is running.
19143 Return t if newsticker is running, nil otherwise. Newsticker is
19144 considered to be running if the newsticker timer list is not empty.
19146 \(fn)" nil nil)
19148 (autoload 'newsticker-start "newst-backend" "\
19149 Start the newsticker.
19150 Start the timers for display and retrieval. If the newsticker, i.e. the
19151 timers, are running already a warning message is printed unless
19152 DO-NOT-COMPLAIN-IF-RUNNING is not nil.
19153 Run `newsticker-start-hook' if newsticker was not running already.
19155 \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil)
19157 ;;;***
19159 ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19160 ;;;;;; (20434 17809 692608 0))
19161 ;;; Generated autoloads from net/newst-plainview.el
19163 (autoload 'newsticker-plainview "newst-plainview" "\
19164 Start newsticker plainview.
19166 \(fn)" t nil)
19168 ;;;***
19170 ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19171 ;;;;;; (20434 17809 692608 0))
19172 ;;; Generated autoloads from net/newst-reader.el
19174 (autoload 'newsticker-show-news "newst-reader" "\
19175 Start reading news. You may want to bind this to a key.
19177 \(fn)" t nil)
19179 ;;;***
19181 ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19182 ;;;;;; "newst-ticker" "net/newst-ticker.el" (20427 14766 970343
19183 ;;;;;; 0))
19184 ;;; Generated autoloads from net/newst-ticker.el
19186 (autoload 'newsticker-ticker-running-p "newst-ticker" "\
19187 Check whether newsticker's actual ticker is running.
19188 Return t if ticker is running, nil otherwise. Newsticker is
19189 considered to be running if the newsticker timer list is not
19190 empty.
19192 \(fn)" nil nil)
19194 (autoload 'newsticker-start-ticker "newst-ticker" "\
19195 Start newsticker's ticker (but not the news retrieval).
19196 Start display timer for the actual ticker if wanted and not
19197 running already.
19199 \(fn)" t nil)
19201 ;;;***
19203 ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19204 ;;;;;; (20434 17809 692608 0))
19205 ;;; Generated autoloads from net/newst-treeview.el
19207 (autoload 'newsticker-treeview "newst-treeview" "\
19208 Start newsticker treeview.
19210 \(fn)" t nil)
19212 ;;;***
19214 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19215 ;;;;;; (20355 10021 546955 0))
19216 ;;; Generated autoloads from gnus/nndiary.el
19218 (autoload 'nndiary-generate-nov-databases "nndiary" "\
19219 Generate NOV databases in all nndiary directories.
19221 \(fn &optional SERVER)" t nil)
19223 ;;;***
19225 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20355
19226 ;;;;;; 10021 546955 0))
19227 ;;; Generated autoloads from gnus/nndoc.el
19229 (autoload 'nndoc-add-type "nndoc" "\
19230 Add document DEFINITION to the list of nndoc document definitions.
19231 If POSITION is nil or `last', the definition will be added
19232 as the last checked definition, if t or `first', add as the
19233 first definition, and if any other symbol, add after that
19234 symbol in the alist.
19236 \(fn DEFINITION &optional POSITION)" nil nil)
19238 ;;;***
19240 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19241 ;;;;;; (20458 56750 651721 0))
19242 ;;; Generated autoloads from gnus/nnfolder.el
19244 (autoload 'nnfolder-generate-active-file "nnfolder" "\
19245 Look for mbox folders in the nnfolder directory and make them into groups.
19246 This command does not work if you use short group names.
19248 \(fn)" t nil)
19250 ;;;***
19252 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19253 ;;;;;; (20458 56750 651721 0))
19254 ;;; Generated autoloads from gnus/nnml.el
19256 (autoload 'nnml-generate-nov-databases "nnml" "\
19257 Generate NOV databases in all nnml directories.
19259 \(fn &optional SERVER)" t nil)
19261 ;;;***
19263 ;;;### (autoloads (disable-command enable-command disabled-command-function)
19264 ;;;;;; "novice" "novice.el" (20478 3673 653810 0))
19265 ;;; Generated autoloads from novice.el
19267 (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
19269 (defvar disabled-command-function 'disabled-command-function "\
19270 Function to call to handle disabled commands.
19271 If nil, the feature is disabled, i.e., all commands work normally.")
19273 (autoload 'disabled-command-function "novice" "\
19276 \(fn &optional CMD KEYS)" nil nil)
19278 (autoload 'enable-command "novice" "\
19279 Allow COMMAND to be executed without special confirmation from now on.
19280 COMMAND must be a symbol.
19281 This command alters the user's .emacs file so that this will apply
19282 to future sessions.
19284 \(fn COMMAND)" t nil)
19286 (autoload 'disable-command "novice" "\
19287 Require special confirmation to execute COMMAND from now on.
19288 COMMAND must be a symbol.
19289 This command alters the user's .emacs file so that this will apply
19290 to future sessions.
19292 \(fn COMMAND)" t nil)
19294 ;;;***
19296 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19297 ;;;;;; (20355 10021 546955 0))
19298 ;;; Generated autoloads from textmodes/nroff-mode.el
19300 (autoload 'nroff-mode "nroff-mode" "\
19301 Major mode for editing text intended for nroff to format.
19302 \\{nroff-mode-map}
19303 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
19304 Also, try `nroff-electric-mode', for automatically inserting
19305 closing requests for requests that are used in matched pairs.
19307 \(fn)" t nil)
19309 ;;;***
19311 ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19312 ;;;;;; (20439 5925 915283 0))
19313 ;;; Generated autoloads from nxml/nxml-glyph.el
19315 (autoload 'nxml-glyph-display-string "nxml-glyph" "\
19316 Return a string that can display a glyph for Unicode code-point N.
19317 FACE gives the face that will be used for displaying the string.
19318 Return nil if the face cannot display a glyph for N.
19320 \(fn N FACE)" nil nil)
19322 ;;;***
19324 ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20478
19325 ;;;;;; 3673 653810 0))
19326 ;;; Generated autoloads from nxml/nxml-mode.el
19328 (autoload 'nxml-mode "nxml-mode" "\
19329 Major mode for editing XML.
19331 \\[nxml-finish-element] finishes the current element by inserting an end-tag.
19332 C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
19333 leaving point between the start-tag and end-tag.
19334 \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
19335 the start-tag, point, and end-tag are all left on separate lines.
19336 If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
19337 automatically inserts the rest of the end-tag.
19339 \\[completion-at-point] performs completion on the symbol preceding point.
19341 \\[nxml-dynamic-markup-word] uses the contents of the current buffer
19342 to choose a tag to put around the word preceding point.
19344 Sections of the document can be displayed in outline form. The
19345 variable `nxml-section-element-name-regexp' controls when an element
19346 is recognized as a section. The same key sequences that change
19347 visibility in outline mode are used except that they start with C-c C-o
19348 instead of C-c.
19350 Validation is provided by the related minor-mode `rng-validate-mode'.
19351 This also makes completion schema- and context- sensitive. Element
19352 names, attribute names, attribute values and namespace URIs can all be
19353 completed. By default, `rng-validate-mode' is automatically enabled.
19354 You can toggle it using \\[rng-validate-mode] or change the default by
19355 customizing `rng-nxml-auto-validate-flag'.
19357 \\[indent-for-tab-command] indents the current line appropriately.
19358 This can be customized using the variable `nxml-child-indent'
19359 and the variable `nxml-attribute-indent'.
19361 \\[nxml-insert-named-char] inserts a character reference using
19362 the character's name (by default, the Unicode name).
19363 \\[universal-argument] \\[nxml-insert-named-char] inserts the character directly.
19365 The Emacs commands that normally operate on balanced expressions will
19366 operate on XML markup items. Thus \\[forward-sexp] will move forward
19367 across one markup item; \\[backward-sexp] will move backward across
19368 one markup item; \\[kill-sexp] will kill the following markup item;
19369 \\[mark-sexp] will mark the following markup item. By default, each
19370 tag each treated as a single markup item; to make the complete element
19371 be treated as a single markup item, set the variable
19372 `nxml-sexp-element-flag' to t. For more details, see the function
19373 `nxml-forward-balanced-item'.
19375 \\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
19377 Many aspects this mode can be customized using
19378 \\[customize-group] nxml RET.
19380 \(fn)" t nil)
19382 (defalias 'xml-mode 'nxml-mode)
19384 ;;;***
19386 ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19387 ;;;;;; "nxml/nxml-uchnm.el" (20355 10021 546955 0))
19388 ;;; Generated autoloads from nxml/nxml-uchnm.el
19390 (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
19391 Enable the use of Unicode standard names for characters.
19392 The Unicode blocks for which names are enabled is controlled by
19393 the variable `nxml-enabled-unicode-blocks'.
19395 \(fn)" t nil)
19397 ;;;***
19399 ;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block
19400 ;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block
19401 ;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe
19402 ;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer
19403 ;;;;;; org-babel-map-executables org-babel-map-call-lines org-babel-map-inline-src-blocks
19404 ;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result
19405 ;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session
19406 ;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-insert-header-arg
19407 ;;;;;; org-babel-check-src-block org-babel-expand-src-block org-babel-execute-src-block
19408 ;;;;;; org-babel-pop-to-session-maybe org-babel-load-in-session-maybe
19409 ;;;;;; org-babel-expand-src-block-maybe org-babel-view-src-block-info
19410 ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
19411 ;;;;;; "org/ob.el" (20417 65331 139825 0))
19412 ;;; Generated autoloads from org/ob.el
19414 (autoload 'org-babel-execute-safely-maybe "ob" "\
19417 \(fn)" nil nil)
19419 (autoload 'org-babel-execute-maybe "ob" "\
19422 \(fn)" t nil)
19424 (autoload 'org-babel-view-src-block-info "ob" "\
19425 Display information on the current source block.
19426 This includes header arguments, language and name, and is largely
19427 a window into the `org-babel-get-src-block-info' function.
19429 \(fn)" t nil)
19431 (autoload 'org-babel-expand-src-block-maybe "ob" "\
19432 Conditionally expand a source block.
19433 Detect if this is context for a org-babel src-block and if so
19434 then run `org-babel-expand-src-block'.
19436 \(fn)" t nil)
19438 (autoload 'org-babel-load-in-session-maybe "ob" "\
19439 Conditionally load a source block in a session.
19440 Detect if this is context for a org-babel src-block and if so
19441 then run `org-babel-load-in-session'.
19443 \(fn)" t nil)
19445 (autoload 'org-babel-pop-to-session-maybe "ob" "\
19446 Conditionally pop to a session.
19447 Detect if this is context for a org-babel src-block and if so
19448 then run `org-babel-pop-to-session'.
19450 \(fn)" t nil)
19452 (autoload 'org-babel-execute-src-block "ob" "\
19453 Execute the current source code block.
19454 Insert the results of execution into the buffer. Source code
19455 execution and the collection and formatting of results can be
19456 controlled through a variety of header arguments.
19458 With prefix argument ARG, force re-execution even if an existing
19459 result cached in the buffer would otherwise have been returned.
19461 Optionally supply a value for INFO in the form returned by
19462 `org-babel-get-src-block-info'.
19464 Optionally supply a value for PARAMS which will be merged with
19465 the header arguments specified at the front of the source code
19466 block.
19468 \(fn &optional ARG INFO PARAMS)" t nil)
19470 (autoload 'org-babel-expand-src-block "ob" "\
19471 Expand the current source code block.
19472 Expand according to the source code block's header
19473 arguments and pop open the results in a preview buffer.
19475 \(fn &optional ARG INFO PARAMS)" t nil)
19477 (autoload 'org-babel-check-src-block "ob" "\
19478 Check for misspelled header arguments in the current code block.
19480 \(fn)" t nil)
19482 (autoload 'org-babel-insert-header-arg "ob" "\
19483 Insert a header argument selecting from lists of common args and values.
19485 \(fn)" t nil)
19487 (autoload 'org-babel-load-in-session "ob" "\
19488 Load the body of the current source-code block.
19489 Evaluate the header arguments for the source block before
19490 entering the session. After loading the body this pops open the
19491 session.
19493 \(fn &optional ARG INFO)" t nil)
19495 (autoload 'org-babel-initiate-session "ob" "\
19496 Initiate session for current code block.
19497 If called with a prefix argument then resolve any variable
19498 references in the header arguments and assign these variables in
19499 the session. Copy the body of the code block to the kill ring.
19501 \(fn &optional ARG INFO)" t nil)
19503 (autoload 'org-babel-switch-to-session "ob" "\
19504 Switch to the session of the current code block.
19505 Uses `org-babel-initiate-session' to start the session. If called
19506 with a prefix argument then this is passed on to
19507 `org-babel-initiate-session'.
19509 \(fn &optional ARG INFO)" t nil)
19511 (autoload 'org-babel-switch-to-session-with-code "ob" "\
19512 Switch to code buffer and display session.
19514 \(fn &optional ARG INFO)" t nil)
19516 (autoload 'org-babel-open-src-block-result "ob" "\
19517 If `point' is on a src block then open the results of the
19518 source code block, otherwise return nil. With optional prefix
19519 argument RE-RUN the source-code block is evaluated even if
19520 results already exist.
19522 \(fn &optional RE-RUN)" t nil)
19524 (autoload 'org-babel-map-src-blocks "ob" "\
19525 Evaluate BODY forms on each source-block in FILE.
19526 If FILE is nil evaluate BODY forms on source blocks in current
19527 buffer. During evaluation of BODY the following local variables
19528 are set relative to the currently matched code block.
19530 full-block ------- string holding the entirety of the code block
19531 beg-block -------- point at the beginning of the code block
19532 end-block -------- point at the end of the matched code block
19533 lang ------------- string holding the language of the code block
19534 beg-lang --------- point at the beginning of the lang
19535 end-lang --------- point at the end of the lang
19536 switches --------- string holding the switches
19537 beg-switches ----- point at the beginning of the switches
19538 end-switches ----- point at the end of the switches
19539 header-args ------ string holding the header-args
19540 beg-header-args -- point at the beginning of the header-args
19541 end-header-args -- point at the end of the header-args
19542 body ------------- string holding the body of the code block
19543 beg-body --------- point at the beginning of the body
19544 end-body --------- point at the end of the body
19546 \(fn FILE &rest BODY)" nil t)
19548 (put 'org-babel-map-src-blocks 'lisp-indent-function '1)
19550 (autoload 'org-babel-map-inline-src-blocks "ob" "\
19551 Evaluate BODY forms on each inline source-block in FILE.
19552 If FILE is nil evaluate BODY forms on source blocks in current
19553 buffer.
19555 \(fn FILE &rest BODY)" nil t)
19557 (put 'org-babel-map-inline-src-blocks 'lisp-indent-function '1)
19559 (autoload 'org-babel-map-call-lines "ob" "\
19560 Evaluate BODY forms on each call line in FILE.
19561 If FILE is nil evaluate BODY forms on source blocks in current
19562 buffer.
19564 \(fn FILE &rest BODY)" nil t)
19566 (put 'org-babel-map-call-lines 'lisp-indent-function '1)
19568 (autoload 'org-babel-map-executables "ob" "\
19571 \(fn FILE &rest BODY)" nil t)
19573 (put 'org-babel-map-executables 'lisp-indent-function '1)
19575 (autoload 'org-babel-execute-buffer "ob" "\
19576 Execute source code blocks in a buffer.
19577 Call `org-babel-execute-src-block' on every source block in
19578 the current buffer.
19580 \(fn &optional ARG)" t nil)
19582 (autoload 'org-babel-execute-subtree "ob" "\
19583 Execute source code blocks in a subtree.
19584 Call `org-babel-execute-src-block' on every source block in
19585 the current subtree.
19587 \(fn &optional ARG)" t nil)
19589 (autoload 'org-babel-sha1-hash "ob" "\
19590 Generate an sha1 hash based on the value of info.
19592 \(fn &optional INFO)" t nil)
19594 (autoload 'org-babel-hide-result-toggle-maybe "ob" "\
19595 Toggle visibility of result at point.
19597 \(fn)" t nil)
19599 (autoload 'org-babel-goto-src-block-head "ob" "\
19600 Go to the beginning of the current code block.
19602 \(fn)" t nil)
19604 (autoload 'org-babel-goto-named-src-block "ob" "\
19605 Go to a named source-code block.
19607 \(fn NAME)" t nil)
19609 (autoload 'org-babel-goto-named-result "ob" "\
19610 Go to a named result.
19612 \(fn NAME)" t nil)
19614 (autoload 'org-babel-next-src-block "ob" "\
19615 Jump to the next source block.
19616 With optional prefix argument ARG, jump forward ARG many source blocks.
19618 \(fn &optional ARG)" t nil)
19620 (autoload 'org-babel-previous-src-block "ob" "\
19621 Jump to the previous source block.
19622 With optional prefix argument ARG, jump backward ARG many source blocks.
19624 \(fn &optional ARG)" t nil)
19626 (autoload 'org-babel-mark-block "ob" "\
19627 Mark current src block
19629 \(fn)" t nil)
19631 ;;;***
19633 ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19634 ;;;;;; (20355 10021 546955 0))
19635 ;;; Generated autoloads from org/ob-keys.el
19637 (autoload 'org-babel-describe-bindings "ob-keys" "\
19638 Describe all keybindings behind `org-babel-key-prefix'.
19640 \(fn)" t nil)
19642 ;;;***
19644 ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19645 ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (20355 10021
19646 ;;;;;; 546955 0))
19647 ;;; Generated autoloads from org/ob-lob.el
19649 (autoload 'org-babel-lob-ingest "ob-lob" "\
19650 Add all named source-blocks defined in FILE to
19651 `org-babel-library-of-babel'.
19653 \(fn &optional FILE)" t nil)
19655 (autoload 'org-babel-lob-execute-maybe "ob-lob" "\
19656 Execute a Library of Babel source block, if appropriate.
19657 Detect if this is context for a Library Of Babel source block and
19658 if so then run the appropriate source block from the Library.
19660 \(fn)" t nil)
19662 (autoload 'org-babel-lob-get-info "ob-lob" "\
19663 Return a Library of Babel function call as a string.
19665 \(fn)" nil nil)
19667 ;;;***
19669 ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19670 ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19671 ;;;;;; (20355 10021 546955 0))
19672 ;;; Generated autoloads from org/ob-tangle.el
19674 (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
19675 Alist mapping languages to their file extensions.
19676 The key is the language name, the value is the string that should
19677 be inserted as the extension commonly used to identify files
19678 written in this language. If no entry is found in this list,
19679 then the name of the language is used.")
19681 (custom-autoload 'org-babel-tangle-lang-exts "ob-tangle" t)
19683 (autoload 'org-babel-load-file "ob-tangle" "\
19684 Load Emacs Lisp source code blocks in the Org-mode FILE.
19685 This function exports the source code using
19686 `org-babel-tangle' and then loads the resulting file using
19687 `load-file'.
19689 \(fn FILE)" t nil)
19691 (autoload 'org-babel-tangle-file "ob-tangle" "\
19692 Extract the bodies of source code blocks in FILE.
19693 Source code blocks are extracted with `org-babel-tangle'.
19694 Optional argument TARGET-FILE can be used to specify a default
19695 export file for all source blocks. Optional argument LANG can be
19696 used to limit the exported source code blocks by language.
19698 \(fn FILE &optional TARGET-FILE LANG)" t nil)
19700 (autoload 'org-babel-tangle "ob-tangle" "\
19701 Write code blocks to source-specific files.
19702 Extract the bodies of all source code blocks from the current
19703 file into their own source-specific files. Optional argument
19704 TARGET-FILE can be used to specify a default export file for all
19705 source blocks. Optional argument LANG can be used to limit the
19706 exported source code blocks by language.
19708 \(fn &optional ONLY-THIS-BLOCK TARGET-FILE LANG)" t nil)
19710 ;;;***
19712 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19713 ;;;;;; (20355 10021 546955 0))
19714 ;;; Generated autoloads from progmodes/octave-inf.el
19716 (autoload 'inferior-octave "octave-inf" "\
19717 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
19718 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
19720 Unless ARG is non-nil, switches to this buffer.
19722 The elements of the list `inferior-octave-startup-args' are sent as
19723 command line arguments to the inferior Octave process on startup.
19725 Additional commands to be executed on startup can be provided either in
19726 the file specified by `inferior-octave-startup-file' or by the default
19727 startup file, `~/.emacs-octave'.
19729 \(fn &optional ARG)" t nil)
19731 (defalias 'run-octave 'inferior-octave)
19733 ;;;***
19735 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19736 ;;;;;; (20388 65061 302484 0))
19737 ;;; Generated autoloads from progmodes/octave-mod.el
19739 (autoload 'octave-mode "octave-mod" "\
19740 Major mode for editing Octave code.
19742 This mode makes it easier to write Octave code by helping with
19743 indentation, doing some of the typing for you (with Abbrev mode) and by
19744 showing keywords, comments, strings, etc. in different faces (with
19745 Font Lock mode on terminals that support it).
19747 Octave itself is a high-level language, primarily intended for numerical
19748 computations. It provides a convenient command line interface for
19749 solving linear and nonlinear problems numerically. Function definitions
19750 can also be stored in files, and it can be used in a batch mode (which
19751 is why you need this mode!).
19753 The latest released version of Octave is always available via anonymous
19754 ftp from ftp.octave.org in the directory `/pub/octave'. Complete
19755 source and binaries for several popular systems are available.
19757 Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords.
19759 Keybindings
19760 ===========
19762 \\{octave-mode-map}
19764 Variables you can use to customize Octave mode
19765 ==============================================
19767 `octave-blink-matching-block'
19768 Non-nil means show matching begin of block when inserting a space,
19769 newline or semicolon after an else or end keyword. Default is t.
19771 `octave-block-offset'
19772 Extra indentation applied to statements in block structures.
19773 Default is 2.
19775 `octave-continuation-offset'
19776 Extra indentation applied to Octave continuation lines.
19777 Default is 4.
19779 `octave-continuation-string'
19780 String used for Octave continuation lines.
19781 Default is a backslash.
19783 `octave-send-echo-input'
19784 Non-nil means always display `inferior-octave-buffer' after sending a
19785 command to the inferior Octave process.
19787 `octave-send-line-auto-forward'
19788 Non-nil means always go to the next unsent line of Octave code after
19789 sending a line to the inferior Octave process.
19791 `octave-send-echo-input'
19792 Non-nil means echo input sent to the inferior Octave process.
19794 Turning on Octave mode runs the hook `octave-mode-hook'.
19796 To begin using this mode for all `.m' files that you edit, add the
19797 following lines to your `.emacs' file:
19799 (add-to-list 'auto-mode-alist '(\"\\\\.m\\\\'\" . octave-mode))
19801 To automatically turn on the abbrev and auto-fill features,
19802 add the following lines to your `.emacs' file as well:
19804 (add-hook 'octave-mode-hook
19805 (lambda ()
19806 (abbrev-mode 1)
19807 (auto-fill-mode 1)))
19809 To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
19810 This automatically sets up a mail buffer with version information
19811 already added. You just need to add a description of the problem,
19812 including a reproducible test case and send the message.
19814 \(fn)" t nil)
19816 ;;;***
19818 ;;;### (autoloads (org-customize org-reload org-require-autoloaded-modules
19819 ;;;;;; org-submit-bug-report org-cycle-agenda-files org-switchb
19820 ;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
19821 ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19822 ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19823 ;;;;;; org-mode org-version org-babel-do-load-languages) "org" "org/org.el"
19824 ;;;;;; (20420 41510 996439 0))
19825 ;;; Generated autoloads from org/org.el
19827 (autoload 'org-babel-do-load-languages "org" "\
19828 Load the languages defined in `org-babel-load-languages'.
19830 \(fn SYM VALUE)" nil nil)
19832 (autoload 'org-version "org" "\
19833 Show the org-mode version in the echo area.
19834 With prefix arg HERE, insert it at point.
19836 \(fn &optional HERE)" t nil)
19838 (autoload 'org-mode "org" "\
19839 Outline-based notes management and organizer, alias
19840 \"Carsten's outline-mode for keeping track of everything.\"
19842 Org-mode develops organizational tasks around a NOTES file which
19843 contains information about projects as plain text. Org-mode is
19844 implemented on top of outline-mode, which is ideal to keep the content
19845 of large files well structured. It supports ToDo items, deadlines and
19846 time stamps, which magically appear in the diary listing of the Emacs
19847 calendar. Tables are easily created with a built-in table editor.
19848 Plain text URL-like links connect to websites, emails (VM), Usenet
19849 messages (Gnus), BBDB entries, and any files related to the project.
19850 For printing and sharing of notes, an Org-mode file (or a part of it)
19851 can be exported as a structured ASCII or HTML file.
19853 The following commands are available:
19855 \\{org-mode-map}
19857 \(fn)" t nil)
19859 (defvar org-inlinetask-min-level)
19861 (autoload 'org-global-cycle "org" "\
19862 Cycle the global visibility. For details see `org-cycle'.
19863 With \\[universal-argument] prefix arg, switch to startup visibility.
19864 With a numeric prefix, show all headlines up to that level.
19866 \(fn &optional ARG)" t nil)
19868 (autoload 'orgstruct-mode "org" "\
19869 Toggle the minor mode `orgstruct-mode'.
19870 This mode is for using Org-mode structure commands in other
19871 modes. The following keys behave as if Org-mode were active, if
19872 the cursor is on a headline, or on a plain list item (both as
19873 defined by Org-mode).
19875 M-up Move entry/item up
19876 M-down Move entry/item down
19877 M-left Promote
19878 M-right Demote
19879 M-S-up Move entry/item up
19880 M-S-down Move entry/item down
19881 M-S-left Promote subtree
19882 M-S-right Demote subtree
19883 M-q Fill paragraph and items like in Org-mode
19884 C-c ^ Sort entries
19885 C-c - Cycle list bullet
19886 TAB Cycle item visibility
19887 M-RET Insert new heading/item
19888 S-M-RET Insert new TODO heading / Checkbox item
19889 C-c C-c Set tags / toggle checkbox
19891 \(fn &optional ARG)" t nil)
19893 (autoload 'turn-on-orgstruct "org" "\
19894 Unconditionally turn on `orgstruct-mode'.
19896 \(fn)" nil nil)
19898 (autoload 'turn-on-orgstruct++ "org" "\
19899 Unconditionally turn on `orgstruct++-mode'.
19901 \(fn)" nil nil)
19903 (autoload 'org-run-like-in-org-mode "org" "\
19904 Run a command, pretending that the current buffer is in Org-mode.
19905 This will temporarily bind local variables that are typically bound in
19906 Org-mode to the values they have in Org-mode, and then interactively
19907 call CMD.
19909 \(fn CMD)" nil nil)
19911 (autoload 'org-store-link "org" "\
19912 \\<org-mode-map>Store an org-link to the current location.
19913 This link is added to `org-stored-links' and can later be inserted
19914 into an org-buffer with \\[org-insert-link].
19916 For some link types, a prefix arg is interpreted:
19917 For links to usenet articles, arg negates `org-gnus-prefer-web-links'.
19918 For file links, arg negates `org-context-in-file-links'.
19920 \(fn ARG)" t nil)
19922 (autoload 'org-insert-link-global "org" "\
19923 Insert a link like Org-mode does.
19924 This command can be called in any mode to insert a link in Org-mode syntax.
19926 \(fn)" t nil)
19928 (autoload 'org-open-at-point-global "org" "\
19929 Follow a link like Org-mode does.
19930 This command can be called in any mode to follow a link that has
19931 Org-mode syntax.
19933 \(fn)" t nil)
19935 (autoload 'org-open-link-from-string "org" "\
19936 Open a link in the string S, as if it was in Org-mode.
19938 \(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19940 (autoload 'org-map-entries "org" "\
19941 Call FUNC at each headline selected by MATCH in SCOPE.
19943 FUNC is a function or a lisp form. The function will be called without
19944 arguments, with the cursor positioned at the beginning of the headline.
19945 The return values of all calls to the function will be collected and
19946 returned as a list.
19948 The call to FUNC will be wrapped into a save-excursion form, so FUNC
19949 does not need to preserve point. After evaluation, the cursor will be
19950 moved to the end of the line (presumably of the headline of the
19951 processed entry) and search continues from there. Under some
19952 circumstances, this may not produce the wanted results. For example,
19953 if you have removed (e.g. archived) the current (sub)tree it could
19954 mean that the next entry will be skipped entirely. In such cases, you
19955 can specify the position from where search should continue by making
19956 FUNC set the variable `org-map-continue-from' to the desired buffer
19957 position.
19959 MATCH is a tags/property/todo match as it is used in the agenda tags view.
19960 Only headlines that are matched by this query will be considered during
19961 the iteration. When MATCH is nil or t, all headlines will be
19962 visited by the iteration.
19964 SCOPE determines the scope of this command. It can be any of:
19966 nil The current buffer, respecting the restriction if any
19967 tree The subtree started with the entry at point
19968 region The entries within the active region, if any
19969 region-start-level
19970 The entries within the active region, but only those at
19971 the same level than the first one.
19972 file The current buffer, without restriction
19973 file-with-archives
19974 The current buffer, and any archives associated with it
19975 agenda All agenda files
19976 agenda-with-archives
19977 All agenda files with any archive files associated with them
19978 \(file1 file2 ...)
19979 If this is a list, all files in the list will be scanned
19981 The remaining args are treated as settings for the skipping facilities of
19982 the scanner. The following items can be given here:
19984 archive skip trees with the archive tag.
19985 comment skip trees with the COMMENT keyword
19986 function or Emacs Lisp form:
19987 will be used as value for `org-agenda-skip-function', so whenever
19988 the function returns t, FUNC will not be called for that
19989 entry and search will continue from the point where the
19990 function leaves it.
19992 If your function needs to retrieve the tags including inherited tags
19993 at the *current* entry, you can use the value of the variable
19994 `org-scanner-tags' which will be much faster than getting the value
19995 with `org-get-tags-at'. If your function gets properties with
19996 `org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags'
19997 to t around the call to `org-entry-properties' to get the same speedup.
19998 Note that if your function moves around to retrieve tags and properties at
19999 a *different* entry, you cannot use these techniques.
20001 \(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil)
20003 (autoload 'org-switchb "org" "\
20004 Switch between Org buffers.
20005 With one prefix argument, restrict available buffers to files.
20006 With two prefix arguments, restrict available buffers to agenda files.
20008 Defaults to `iswitchb' for buffer name completion.
20009 Set `org-completion-use-ido' to make it use ido instead.
20011 \(fn &optional ARG)" t nil)
20013 (defalias 'org-ido-switchb 'org-switchb)
20015 (defalias 'org-iswitchb 'org-switchb)
20017 (autoload 'org-cycle-agenda-files "org" "\
20018 Cycle through the files in `org-agenda-files'.
20019 If the current buffer visits an agenda file, find the next one in the list.
20020 If the current buffer does not, find the first agenda file.
20022 \(fn)" t nil)
20024 (autoload 'org-submit-bug-report "org" "\
20025 Submit a bug report on Org-mode via mail.
20027 Don't hesitate to report any problems or inaccurate documentation.
20029 If you don't have setup sending mail from (X)Emacs, please copy the
20030 output buffer into your mail program, as it gives us important
20031 information about your Org-mode version and configuration.
20033 \(fn)" t nil)
20035 (autoload 'org-require-autoloaded-modules "org" "\
20038 \(fn)" t nil)
20040 (autoload 'org-reload "org" "\
20041 Reload all org lisp files.
20042 With prefix arg UNCOMPILED, load the uncompiled versions.
20044 \(fn &optional UNCOMPILED)" t nil)
20046 (autoload 'org-customize "org" "\
20047 Call the customize function with org as argument.
20049 \(fn)" t nil)
20051 ;;;***
20053 ;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item
20054 ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
20055 ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
20056 ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
20057 ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (20420 41510
20058 ;;;;;; 996439 0))
20059 ;;; Generated autoloads from org/org-agenda.el
20061 (autoload 'org-agenda "org-agenda" "\
20062 Dispatch agenda commands to collect entries to the agenda buffer.
20063 Prompts for a command to execute. Any prefix arg will be passed
20064 on to the selected command. The default selections are:
20066 a Call `org-agenda-list' to display the agenda for current day or week.
20067 t Call `org-todo-list' to display the global todo list.
20068 T Call `org-todo-list' to display the global todo list, select only
20069 entries with a specific TODO keyword (the user gets a prompt).
20070 m Call `org-tags-view' to display headlines with tags matching
20071 a condition (the user is prompted for the condition).
20072 M Like `m', but select only TODO entries, no ordinary headlines.
20073 L Create a timeline for the current buffer.
20074 e Export views to associated files.
20075 s Search entries for keywords.
20076 / Multi occur across all agenda files and also files listed
20077 in `org-agenda-text-search-extra-files'.
20078 < Restrict agenda commands to buffer, subtree, or region.
20079 Press several times to get the desired effect.
20080 > Remove a previous restriction.
20081 # List \"stuck\" projects.
20082 ! Configure what \"stuck\" means.
20083 C Configure custom agenda commands.
20085 More commands can be added by configuring the variable
20086 `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
20087 searches can be pre-defined in this way.
20089 If the current buffer is in Org-mode and visiting a file, you can also
20090 first press `<' once to indicate that the agenda should be temporarily
20091 \(until the next use of \\[org-agenda]) restricted to the current file.
20092 Pressing `<' twice means to restrict to the current subtree or region
20093 \(if active).
20095 \(fn &optional ARG KEYS RESTRICTION)" t nil)
20097 (autoload 'org-batch-agenda "org-agenda" "\
20098 Run an agenda command in batch mode and send the result to STDOUT.
20099 If CMD-KEY is a string of length 1, it is used as a key in
20100 `org-agenda-custom-commands' and triggers this command. If it is a
20101 longer string it is used as a tags/todo match string.
20102 Parameters are alternating variable names and values that will be bound
20103 before running the agenda command.
20105 \(fn CMD-KEY &rest PARAMETERS)" nil t)
20107 (autoload 'org-batch-agenda-csv "org-agenda" "\
20108 Run an agenda command in batch mode and send the result to STDOUT.
20109 If CMD-KEY is a string of length 1, it is used as a key in
20110 `org-agenda-custom-commands' and triggers this command. If it is a
20111 longer string it is used as a tags/todo match string.
20112 Parameters are alternating variable names and values that will be bound
20113 before running the agenda command.
20115 The output gives a line for each selected agenda item. Each
20116 item is a list of comma-separated values, like this:
20118 category,head,type,todo,tags,date,time,extra,priority-l,priority-n
20120 category The category of the item
20121 head The headline, without TODO kwd, TAGS and PRIORITY
20122 type The type of the agenda entry, can be
20123 todo selected in TODO match
20124 tagsmatch selected in tags match
20125 diary imported from diary
20126 deadline a deadline on given date
20127 scheduled scheduled on given date
20128 timestamp entry has timestamp on given date
20129 closed entry was closed on given date
20130 upcoming-deadline warning about deadline
20131 past-scheduled forwarded scheduled item
20132 block entry has date block including g. date
20133 todo The todo keyword, if any
20134 tags All tags including inherited ones, separated by colons
20135 date The relevant date, like 2007-2-14
20136 time The time, like 15:00-16:50
20137 extra Sting with extra planning info
20138 priority-l The priority letter if any was given
20139 priority-n The computed numerical priority
20140 agenda-day The day in the agenda where this is listed
20142 \(fn CMD-KEY &rest PARAMETERS)" nil t)
20144 (autoload 'org-store-agenda-views "org-agenda" "\
20147 \(fn &rest PARAMETERS)" t nil)
20149 (autoload 'org-batch-store-agenda-views "org-agenda" "\
20150 Run all custom agenda commands that have a file argument.
20152 \(fn &rest PARAMETERS)" nil t)
20154 (autoload 'org-agenda-list "org-agenda" "\
20155 Produce a daily/weekly view from all files in variable `org-agenda-files'.
20156 The view will be for the current day or week, but from the overview buffer
20157 you will be able to go to other days/weeks.
20159 With a numeric prefix argument in an interactive call, the agenda will
20160 span ARG days. Lisp programs should instead specify SPAN to change
20161 the number of days. SPAN defaults to `org-agenda-span'.
20163 START-DAY defaults to TODAY, or to the most recent match for the weekday
20164 given in `org-agenda-start-on-weekday'.
20166 \(fn &optional ARG START-DAY SPAN)" t nil)
20168 (autoload 'org-search-view "org-agenda" "\
20169 Show all entries that contain a phrase or words or regular expressions.
20171 With optional prefix argument TODO-ONLY, only consider entries that are
20172 TODO entries. The argument STRING can be used to pass a default search
20173 string into this function. If EDIT-AT is non-nil, it means that the
20174 user should get a chance to edit this string, with cursor at position
20175 EDIT-AT.
20177 The search string can be viewed either as a phrase that should be found as
20178 is, or it can be broken into a number of snippets, each of which must match
20179 in a Boolean way to select an entry. The default depends on the variable
20180 `org-agenda-search-view-always-boolean'.
20181 Even if this is turned off (the default) you can always switch to
20182 Boolean search dynamically by preceding the first word with \"+\" or \"-\".
20184 The default is a direct search of the whole phrase, where each space in
20185 the search string can expand to an arbitrary amount of whitespace,
20186 including newlines.
20188 If using a Boolean search, the search string is split on whitespace and
20189 each snippet is searched separately, with logical AND to select an entry.
20190 Words prefixed with a minus must *not* occur in the entry. Words without
20191 a prefix or prefixed with a plus must occur in the entry. Matching is
20192 case-insensitive. Words are enclosed by word delimiters (i.e. they must
20193 match whole words, not parts of a word) if
20194 `org-agenda-search-view-force-full-words' is set (default is nil).
20196 Boolean search snippets enclosed by curly braces are interpreted as
20197 regular expressions that must or (when preceded with \"-\") must not
20198 match in the entry. Snippets enclosed into double quotes will be taken
20199 as a whole, to include whitespace.
20201 - If the search string starts with an asterisk, search only in headlines.
20202 - If (possibly after the leading star) the search string starts with an
20203 exclamation mark, this also means to look at TODO entries only, an effect
20204 that can also be achieved with a prefix argument.
20205 - If (possibly after star and exclamation mark) the search string starts
20206 with a colon, this will mean that the (non-regexp) snippets of the
20207 Boolean search must match as full words.
20209 This command searches the agenda files, and in addition the files listed
20210 in `org-agenda-text-search-extra-files'.
20212 \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
20214 (autoload 'org-todo-list "org-agenda" "\
20215 Show all (not done) TODO entries from all agenda file in a single list.
20216 The prefix arg can be used to select a specific TODO keyword and limit
20217 the list to these. When using \\[universal-argument], you will be prompted
20218 for a keyword. A numeric prefix directly selects the Nth keyword in
20219 `org-todo-keywords-1'.
20221 \(fn ARG)" t nil)
20223 (autoload 'org-tags-view "org-agenda" "\
20224 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
20225 The prefix arg TODO-ONLY limits the search to TODO entries.
20227 \(fn &optional TODO-ONLY MATCH)" t nil)
20229 (autoload 'org-agenda-list-stuck-projects "org-agenda" "\
20230 Create agenda view for projects that are stuck.
20231 Stuck projects are project that have no next actions. For the definitions
20232 of what a project is and how to check if it stuck, customize the variable
20233 `org-stuck-projects'.
20235 \(fn &rest IGNORE)" t nil)
20237 (autoload 'org-diary "org-agenda" "\
20238 Return diary information from org-files.
20239 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
20240 It accesses org files and extracts information from those files to be
20241 listed in the diary. The function accepts arguments specifying what
20242 items should be listed. For a list of arguments allowed here, see the
20243 variable `org-agenda-entry-types'.
20245 The call in the diary file should look like this:
20247 &%%(org-diary) ~/path/to/some/orgfile.org
20249 Use a separate line for each org file to check. Or, if you omit the file name,
20250 all files listed in `org-agenda-files' will be checked automatically:
20252 &%%(org-diary)
20254 If you don't give any arguments (as in the example above), the default
20255 arguments (:deadline :scheduled :timestamp :sexp) are used.
20256 So the example above may also be written as
20258 &%%(org-diary :deadline :timestamp :sexp :scheduled)
20260 The function expects the lisp variables `entry' and `date' to be provided
20261 by the caller, because this is how the calendar works. Don't use this
20262 function from a program - use `org-agenda-get-day-entries' instead.
20264 \(fn &rest ARGS)" nil nil)
20266 (autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\
20267 Do we have a reason to ignore this TODO entry because it has a time stamp?
20269 \(fn &optional END)" nil nil)
20271 (autoload 'org-calendar-goto-agenda "org-agenda" "\
20272 Compute the Org-mode agenda for the calendar date displayed at the cursor.
20273 This is a command that has to be installed in `calendar-mode-map'.
20275 \(fn)" t nil)
20277 (autoload 'org-agenda-to-appt "org-agenda" "\
20278 Activate appointments found in `org-agenda-files'.
20279 With a \\[universal-argument] prefix, refresh the list of
20280 appointments.
20282 If FILTER is t, interactively prompt the user for a regular
20283 expression, and filter out entries that don't match it.
20285 If FILTER is a string, use this string as a regular expression
20286 for filtering entries out.
20288 If FILTER is a function, filter out entries against which
20289 calling the function returns nil. This function takes one
20290 argument: an entry from `org-agenda-get-day-entries'.
20292 FILTER can also be an alist with the car of each cell being
20293 either 'headline or 'category. For example:
20295 '((headline \"IMPORTANT\")
20296 (category \"Work\"))
20298 will only add headlines containing IMPORTANT or headlines
20299 belonging to the \"Work\" category.
20301 ARGS are symbols indicating what kind of entries to consider.
20302 By default `org-agenda-to-appt' will use :deadline, :scheduled
20303 and :timestamp entries. See the docstring of `org-diary' for
20304 details and examples.
20306 \(fn &optional REFRESH FILTER &rest ARGS)" t nil)
20308 ;;;***
20310 ;;;### (autoloads (org-archive-subtree-default-with-confirmation
20311 ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
20312 ;;;;;; (20355 10021 546955 0))
20313 ;;; Generated autoloads from org/org-archive.el
20315 (autoload 'org-archive-subtree-default "org-archive" "\
20316 Archive the current subtree with the default command.
20317 This command is set with the variable `org-archive-default-command'.
20319 \(fn)" t nil)
20321 (autoload 'org-archive-subtree-default-with-confirmation "org-archive" "\
20322 Archive the current subtree with the default command.
20323 This command is set with the variable `org-archive-default-command'.
20325 \(fn)" t nil)
20327 ;;;***
20329 ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
20330 ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
20331 ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
20332 ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (20355
20333 ;;;;;; 10021 546955 0))
20334 ;;; Generated autoloads from org/org-ascii.el
20336 (autoload 'org-export-as-latin1 "org-ascii" "\
20337 Like `org-export-as-ascii', use latin1 encoding for special symbols.
20339 \(fn &rest ARGS)" t nil)
20341 (autoload 'org-export-as-latin1-to-buffer "org-ascii" "\
20342 Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols.
20344 \(fn &rest ARGS)" t nil)
20346 (autoload 'org-export-as-utf8 "org-ascii" "\
20347 Like `org-export-as-ascii', use encoding for special symbols.
20349 \(fn &rest ARGS)" t nil)
20351 (autoload 'org-export-as-utf8-to-buffer "org-ascii" "\
20352 Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols.
20354 \(fn &rest ARGS)" t nil)
20356 (autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
20357 Call `org-export-as-ascii` with output to a temporary buffer.
20358 No file is created. The prefix ARG is passed through to `org-export-as-ascii'.
20360 \(fn ARG)" t nil)
20362 (autoload 'org-replace-region-by-ascii "org-ascii" "\
20363 Assume the current region has org-mode syntax, and convert it to plain ASCII.
20364 This can be used in any buffer. For example, you could write an
20365 itemized list in org-mode syntax in a Mail buffer and then use this
20366 command to convert it.
20368 \(fn BEG END)" t nil)
20370 (autoload 'org-export-region-as-ascii "org-ascii" "\
20371 Convert region from BEG to END in org-mode buffer to plain ASCII.
20372 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20373 contents, and only produce the region of converted text, useful for
20374 cut-and-paste operations.
20375 If BUFFER is a buffer or a string, use/create that buffer as a target
20376 of the converted ASCII. If BUFFER is the symbol `string', return the
20377 produced ASCII as a string and leave not buffer behind. For example,
20378 a Lisp program could call this function in the following way:
20380 (setq ascii (org-export-region-as-ascii beg end t 'string))
20382 When called interactively, the output buffer is selected, and shown
20383 in a window. A non-interactive call will only return the buffer.
20385 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20387 (autoload 'org-export-as-ascii "org-ascii" "\
20388 Export the outline as a pretty ASCII file.
20389 If there is an active region, export only the region.
20390 The prefix ARG specifies how many levels of the outline should become
20391 underlined headlines, default is 3. Lower levels will become bulleted
20392 lists. When HIDDEN is non-nil, don't display the ASCII buffer.
20393 EXT-PLIST is a property list with external parameters overriding
20394 org-mode's default settings, but still inferior to file-local
20395 settings. When TO-BUFFER is non-nil, create a buffer with that
20396 name and export to that buffer. If TO-BUFFER is the symbol
20397 `string', don't leave any buffer behind but just return the
20398 resulting ASCII as a string. When BODY-ONLY is set, don't produce
20399 the file header and footer. When PUB-DIR is set, use this as the
20400 publishing directory.
20402 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20404 ;;;***
20406 ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (20355
20407 ;;;;;; 10021 546955 0))
20408 ;;; Generated autoloads from org/org-attach.el
20410 (autoload 'org-attach "org-attach" "\
20411 The dispatcher for attachment commands.
20412 Shows a list of commands and prompts for another key to execute a command.
20414 \(fn)" t nil)
20416 ;;;***
20418 ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
20419 ;;;;;; (20355 10021 546955 0))
20420 ;;; Generated autoloads from org/org-bbdb.el
20422 (autoload 'org-bbdb-anniversaries "org-bbdb" "\
20423 Extract anniversaries from BBDB for display in the agenda.
20425 \(fn)" nil nil)
20427 ;;;***
20429 ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
20430 ;;;;;; org-capture) "org-capture" "org/org-capture.el" (20355 10021
20431 ;;;;;; 546955 0))
20432 ;;; Generated autoloads from org/org-capture.el
20434 (autoload 'org-capture "org-capture" "\
20435 Capture something.
20436 \\<org-capture-mode-map>
20437 This will let you select a template from `org-capture-templates', and then
20438 file the newly captured information. The text is immediately inserted
20439 at the target location, and an indirect buffer is shown where you can
20440 edit it. Pressing \\[org-capture-finalize] brings you back to the previous state
20441 of Emacs, so that you can continue your work.
20443 When called interactively with a \\[universal-argument] prefix argument GOTO, don't capture
20444 anything, just go to the file/headline where the selected template
20445 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last note
20446 stored.
20448 When called with a `C-0' (zero) prefix, insert a template at point.
20450 Lisp programs can set KEYS to a string associated with a template in
20451 `org-capture-templates'. In this case, interactive selection will be
20452 bypassed.
20454 \(fn &optional GOTO KEYS)" t nil)
20456 (autoload 'org-capture-insert-template-here "org-capture" "\
20459 \(fn)" nil nil)
20461 (autoload 'org-capture-import-remember-templates "org-capture" "\
20462 Set org-capture-templates to be similar to `org-remember-templates'.
20464 \(fn)" t nil)
20466 ;;;***
20468 ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
20469 ;;;;;; "org-clock" "org/org-clock.el" (20427 14766 970343 0))
20470 ;;; Generated autoloads from org/org-clock.el
20472 (autoload 'org-get-clocktable "org-clock" "\
20473 Get a formatted clocktable with parameters according to PROPS.
20474 The table is created in a temporary buffer, fully formatted and
20475 fontified, and then returned.
20477 \(fn &rest PROPS)" nil nil)
20479 (autoload 'org-clock-persistence-insinuate "org-clock" "\
20480 Set up hooks for clock persistence.
20482 \(fn)" nil nil)
20484 ;;;***
20486 ;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
20487 ;;;;;; "org/org-datetree.el" (20355 10021 546955 0))
20488 ;;; Generated autoloads from org/org-datetree.el
20490 (autoload 'org-datetree-find-date-create "org-datetree" "\
20491 Find or create an entry for DATE.
20492 If KEEP-RESTRICTION is non-nil, do not widen the buffer.
20493 When it is nil, the buffer will be widened to make sure an existing date
20494 tree can be found.
20496 \(fn DATE &optional KEEP-RESTRICTION)" nil nil)
20498 ;;;***
20500 ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
20501 ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
20502 ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
20503 ;;;;;; "org-docbook" "org/org-docbook.el" (20355 10021 546955 0))
20504 ;;; Generated autoloads from org/org-docbook.el
20506 (autoload 'org-export-as-docbook-batch "org-docbook" "\
20507 Call `org-export-as-docbook' in batch style.
20508 This function can be used in batch processing.
20510 For example:
20512 $ emacs --batch
20513 --load=$HOME/lib/emacs/org.el
20514 --visit=MyOrgFile.org --funcall org-export-as-docbook-batch
20516 \(fn)" nil nil)
20518 (autoload 'org-export-as-docbook-to-buffer "org-docbook" "\
20519 Call `org-export-as-docbook' with output to a temporary buffer.
20520 No file is created.
20522 \(fn)" t nil)
20524 (autoload 'org-replace-region-by-docbook "org-docbook" "\
20525 Replace the region from BEG to END with its DocBook export.
20526 It assumes the region has `org-mode' syntax, and then convert it to
20527 DocBook. This can be used in any buffer. For example, you could
20528 write an itemized list in `org-mode' syntax in an DocBook buffer and
20529 then use this command to convert it.
20531 \(fn BEG END)" t nil)
20533 (autoload 'org-export-region-as-docbook "org-docbook" "\
20534 Convert region from BEG to END in `org-mode' buffer to DocBook.
20535 If prefix arg BODY-ONLY is set, omit file header and footer and
20536 only produce the region of converted text, useful for
20537 cut-and-paste operations. If BUFFER is a buffer or a string,
20538 use/create that buffer as a target of the converted DocBook. If
20539 BUFFER is the symbol `string', return the produced DocBook as a
20540 string and leave not buffer behind. For example, a Lisp program
20541 could call this function in the following way:
20543 (setq docbook (org-export-region-as-docbook beg end t 'string))
20545 When called interactively, the output buffer is selected, and shown
20546 in a window. A non-interactive call will only return the buffer.
20548 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20550 (autoload 'org-export-as-docbook-pdf "org-docbook" "\
20551 Export as DocBook XML file, and generate PDF file.
20553 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20555 (autoload 'org-export-as-docbook-pdf-and-open "org-docbook" "\
20556 Export as DocBook XML file, generate PDF file, and open it.
20558 \(fn)" t nil)
20560 (autoload 'org-export-as-docbook "org-docbook" "\
20561 Export the current buffer as a DocBook file.
20562 If there is an active region, export only the region. When
20563 HIDDEN is obsolete and does nothing. EXT-PLIST is a
20564 property list with external parameters overriding org-mode's
20565 default settings, but still inferior to file-local settings.
20566 When TO-BUFFER is non-nil, create a buffer with that name and
20567 export to that buffer. If TO-BUFFER is the symbol `string',
20568 don't leave any buffer behind but just return the resulting HTML
20569 as a string. When BODY-ONLY is set, don't produce the file
20570 header and footer, simply return the content of the document (all
20571 top-level sections). When PUB-DIR is set, use this as the
20572 publishing directory.
20574 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20576 ;;;***
20578 ;;;### (autoloads (org-insert-export-options-template org-export-as-org
20579 ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20580 ;;;;;; (20355 10021 546955 0))
20581 ;;; Generated autoloads from org/org-exp.el
20583 (autoload 'org-export "org-exp" "\
20584 Export dispatcher for Org-mode.
20585 When `org-export-run-in-background' is non-nil, try to run the command
20586 in the background. This will be done only for commands that write
20587 to a file. For details see the docstring of `org-export-run-in-background'.
20589 The prefix argument ARG will be passed to the exporter. However, if
20590 ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the
20591 value of `org-export-run-in-background'.
20593 If `org-export-initial-scope' is set to 'subtree, try to export
20594 the current subtree, otherwise try to export the whole buffer.
20595 Pressing `1' will switch between these two options.
20597 \(fn &optional ARG)" t nil)
20599 (autoload 'org-export-visible "org-exp" "\
20600 Create a copy of the visible part of the current buffer, and export it.
20601 The copy is created in a temporary buffer and removed after use.
20602 TYPE is the final key (as a string) that also selects the export command in
20603 the \\<org-mode-map>\\[org-export] export dispatcher.
20604 As a special case, if the you type SPC at the prompt, the temporary
20605 org-mode file will not be removed but presented to you so that you can
20606 continue to use it. The prefix arg ARG is passed through to the exporting
20607 command.
20609 \(fn TYPE ARG)" t nil)
20611 (autoload 'org-export-as-org "org-exp" "\
20612 Make a copy with not-exporting stuff removed.
20613 The purpose of this function is to provide a way to export the source
20614 Org file of a webpage in Org format, but with sensitive and/or irrelevant
20615 stuff removed. This command will remove the following:
20617 - archived trees (if the variable `org-export-with-archived-trees' is nil)
20618 - comment blocks and trees starting with the COMMENT keyword
20619 - only trees that are consistent with `org-export-select-tags'
20620 and `org-export-exclude-tags'.
20622 The only arguments that will be used are EXT-PLIST and PUB-DIR,
20623 all the others will be ignored (but are present so that the general
20624 mechanism to call publishing functions will work).
20626 EXT-PLIST is a property list with external parameters overriding
20627 org-mode's default settings, but still inferior to file-local
20628 settings. When PUB-DIR is set, use this as the publishing
20629 directory.
20631 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20633 (autoload 'org-insert-export-options-template "org-exp" "\
20634 Insert into the buffer a template with information for exporting.
20636 \(fn)" t nil)
20638 ;;;***
20640 ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20641 ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (20355
20642 ;;;;;; 10021 546955 0))
20643 ;;; Generated autoloads from org/org-feed.el
20645 (autoload 'org-feed-update-all "org-feed" "\
20646 Get inbox items from all feeds in `org-feed-alist'.
20648 \(fn)" t nil)
20650 (autoload 'org-feed-update "org-feed" "\
20651 Get inbox items from FEED.
20652 FEED can be a string with an association in `org-feed-alist', or
20653 it can be a list structured like an entry in `org-feed-alist'.
20655 \(fn FEED &optional RETRIEVE-ONLY)" t nil)
20657 (autoload 'org-feed-goto-inbox "org-feed" "\
20658 Go to the inbox that captures the feed named FEED.
20660 \(fn FEED)" t nil)
20662 (autoload 'org-feed-show-raw-feed "org-feed" "\
20663 Show the raw feed buffer of a feed.
20665 \(fn FEED)" t nil)
20667 ;;;***
20669 ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20670 ;;;;;; "org/org-footnote.el" (20378 29222 722320 0))
20671 ;;; Generated autoloads from org/org-footnote.el
20673 (autoload 'org-footnote-action "org-footnote" "\
20674 Do the right thing for footnotes.
20676 When at a footnote reference, jump to the definition.
20678 When at a definition, jump to the references if they exist, offer
20679 to create them otherwise.
20681 When neither at definition or reference, create a new footnote,
20682 interactively.
20684 With prefix arg SPECIAL, offer additional commands in a menu.
20686 \(fn &optional SPECIAL)" t nil)
20688 (autoload 'org-footnote-normalize "org-footnote" "\
20689 Collect the footnotes in various formats and normalize them.
20691 This finds the different sorts of footnotes allowed in Org, and
20692 normalizes them to the usual [N] format that is understood by the
20693 Org-mode exporters.
20695 When SORT-ONLY is set, only sort the footnote definitions into the
20696 referenced sequence.
20698 If Org is amidst an export process, EXPORT-PROPS will hold the
20699 export properties of the buffer.
20701 When EXPORT-PROPS is non-nil, the default action is to insert
20702 normalized footnotes towards the end of the pre-processing
20703 buffer. Some exporters (docbook, odt...) expect footnote
20704 definitions to be available before any references to them. Such
20705 exporters can let bind `org-footnote-insert-pos-for-preprocessor'
20706 to symbol `point-min' to achieve the desired behaviour.
20708 Additional note on `org-footnote-insert-pos-for-preprocessor':
20709 1. This variable has not effect when FOR-PREPROCESSOR is nil.
20710 2. This variable (potentially) obviates the need for extra scan
20711 of pre-processor buffer as witnessed in
20712 `org-export-docbook-get-footnotes'.
20714 \(fn &optional SORT-ONLY EXPORT-PROPS)" nil nil)
20716 ;;;***
20718 ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20719 ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20720 ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20721 ;;;;;; "org/org-freemind.el" (20355 10021 546955 0))
20722 ;;; Generated autoloads from org/org-freemind.el
20724 (autoload 'org-export-as-freemind "org-freemind" "\
20725 Export the current buffer as a Freemind file.
20726 If there is an active region, export only the region. HIDDEN is
20727 obsolete and does nothing. EXT-PLIST is a property list with
20728 external parameters overriding org-mode's default settings, but
20729 still inferior to file-local settings. When TO-BUFFER is
20730 non-nil, create a buffer with that name and export to that
20731 buffer. If TO-BUFFER is the symbol `string', don't leave any
20732 buffer behind but just return the resulting HTML as a string.
20733 When BODY-ONLY is set, don't produce the file header and footer,
20734 simply return the content of the document (all top level
20735 sections). When PUB-DIR is set, use this as the publishing
20736 directory.
20738 See `org-freemind-from-org-mode' for more information.
20740 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20742 (autoload 'org-freemind-show "org-freemind" "\
20743 Show file MM-FILE in Freemind.
20745 \(fn MM-FILE)" t nil)
20747 (autoload 'org-freemind-from-org-mode-node "org-freemind" "\
20748 Convert node at line NODE-LINE to the FreeMind file MM-FILE.
20749 See `org-freemind-from-org-mode' for more information.
20751 \(fn NODE-LINE MM-FILE)" t nil)
20753 (autoload 'org-freemind-from-org-mode "org-freemind" "\
20754 Convert the `org-mode' file ORG-FILE to the FreeMind file MM-FILE.
20755 All the nodes will be opened or closed in Freemind just as you
20756 have them in `org-mode'.
20758 Note that exporting to Freemind also gives you an alternative way
20759 to export from `org-mode' to html. You can create a dynamic html
20760 version of the your org file, by first exporting to Freemind and
20761 then exporting from Freemind to html. The 'As
20762 XHTML (JavaScript)' version in Freemind works very well (and you
20763 can use a CSS stylesheet to style it).
20765 \(fn ORG-FILE MM-FILE)" t nil)
20767 (autoload 'org-freemind-from-org-sparse-tree "org-freemind" "\
20768 Convert visible part of buffer ORG-BUFFER to FreeMind file MM-FILE.
20770 \(fn ORG-BUFFER MM-FILE)" t nil)
20772 (autoload 'org-freemind-to-org-mode "org-freemind" "\
20773 Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20775 \(fn MM-FILE ORG-FILE)" t nil)
20777 ;;;***
20779 ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20780 ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20781 ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20782 ;;;;;; "org/org-html.el" (20355 10021 546955 0))
20783 ;;; Generated autoloads from org/org-html.el
20785 (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
20787 (put 'org-export-html-style 'safe-local-variable 'stringp)
20789 (put 'org-export-html-style-extra 'safe-local-variable 'stringp)
20791 (autoload 'org-export-as-html-and-open "org-html" "\
20792 Export the outline as HTML and immediately open it with a browser.
20793 If there is an active region, export only the region.
20794 The prefix ARG specifies how many levels of the outline should become
20795 headlines. The default is 3. Lower levels will become bulleted lists.
20797 \(fn ARG)" t nil)
20799 (autoload 'org-export-as-html-batch "org-html" "\
20800 Call the function `org-export-as-html'.
20801 This function can be used in batch processing as:
20802 emacs --batch
20803 --load=$HOME/lib/emacs/org.el
20804 --eval \"(setq org-export-headline-levels 2)\"
20805 --visit=MyFile --funcall org-export-as-html-batch
20807 \(fn)" nil nil)
20809 (autoload 'org-export-as-html-to-buffer "org-html" "\
20810 Call `org-export-as-html` with output to a temporary buffer.
20811 No file is created. The prefix ARG is passed through to `org-export-as-html'.
20813 \(fn ARG)" t nil)
20815 (autoload 'org-replace-region-by-html "org-html" "\
20816 Assume the current region has org-mode syntax, and convert it to HTML.
20817 This can be used in any buffer. For example, you could write an
20818 itemized list in org-mode syntax in an HTML buffer and then use this
20819 command to convert it.
20821 \(fn BEG END)" t nil)
20823 (autoload 'org-export-region-as-html "org-html" "\
20824 Convert region from BEG to END in org-mode buffer to HTML.
20825 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20826 contents, and only produce the region of converted text, useful for
20827 cut-and-paste operations.
20828 If BUFFER is a buffer or a string, use/create that buffer as a target
20829 of the converted HTML. If BUFFER is the symbol `string', return the
20830 produced HTML as a string and leave not buffer behind. For example,
20831 a Lisp program could call this function in the following way:
20833 (setq html (org-export-region-as-html beg end t 'string))
20835 When called interactively, the output buffer is selected, and shown
20836 in a window. A non-interactive call will only return the buffer.
20838 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20840 (autoload 'org-export-as-html "org-html" "\
20841 Export the outline as a pretty HTML file.
20842 If there is an active region, export only the region. The prefix
20843 ARG specifies how many levels of the outline should become
20844 headlines. The default is 3. Lower levels will become bulleted
20845 lists. HIDDEN is obsolete and does nothing.
20846 EXT-PLIST is a property list with external parameters overriding
20847 org-mode's default settings, but still inferior to file-local
20848 settings. When TO-BUFFER is non-nil, create a buffer with that
20849 name and export to that buffer. If TO-BUFFER is the symbol
20850 `string', don't leave any buffer behind but just return the
20851 resulting HTML as a string. When BODY-ONLY is set, don't produce
20852 the file header and footer, simply return the content of
20853 <body>...</body>, without even the body tags themselves. When
20854 PUB-DIR is set, use this as the publishing directory.
20856 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20858 (autoload 'org-export-htmlize-generate-css "org-html" "\
20859 Create the CSS for all font definitions in the current Emacs session.
20860 Use this to create face definitions in your CSS style file that can then
20861 be used by code snippets transformed by htmlize.
20862 This command just produces a buffer that contains class definitions for all
20863 faces used in the current Emacs session. You can copy and paste the ones you
20864 need into your CSS file.
20866 If you then set `org-export-htmlize-output-type' to `css', calls to
20867 the function `org-export-htmlize-region-for-paste' will produce code
20868 that uses these same face definitions.
20870 \(fn)" t nil)
20872 ;;;***
20874 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20875 ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20876 ;;;;;; (20355 10021 546955 0))
20877 ;;; Generated autoloads from org/org-icalendar.el
20879 (autoload 'org-export-icalendar-this-file "org-icalendar" "\
20880 Export current file as an iCalendar file.
20881 The iCalendar file will be located in the same directory as the Org-mode
20882 file, but with extension `.ics'.
20884 \(fn)" t nil)
20886 (autoload 'org-export-icalendar-all-agenda-files "org-icalendar" "\
20887 Export all files in the variable `org-agenda-files' to iCalendar .ics files.
20888 Each iCalendar file will be located in the same directory as the Org-mode
20889 file, but with extension `.ics'.
20891 \(fn)" t nil)
20893 (autoload 'org-export-icalendar-combine-agenda-files "org-icalendar" "\
20894 Export all files in `org-agenda-files' to a single combined iCalendar file.
20895 The file is stored under the name `org-combined-agenda-icalendar-file'.
20897 \(fn)" t nil)
20899 ;;;***
20901 ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20902 ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20903 ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20904 ;;;;;; (20355 10021 546955 0))
20905 ;;; Generated autoloads from org/org-id.el
20907 (autoload 'org-id-get-create "org-id" "\
20908 Create an ID for the current entry and return it.
20909 If the entry already has an ID, just return it.
20910 With optional argument FORCE, force the creation of a new ID.
20912 \(fn &optional FORCE)" t nil)
20914 (autoload 'org-id-copy "org-id" "\
20915 Copy the ID of the entry at point to the kill ring.
20916 Create an ID if necessary.
20918 \(fn)" t nil)
20920 (autoload 'org-id-get "org-id" "\
20921 Get the ID property of the entry at point-or-marker POM.
20922 If POM is nil, refer to the entry at point.
20923 If the entry does not have an ID, the function returns nil.
20924 However, when CREATE is non nil, create an ID if none is present already.
20925 PREFIX will be passed through to `org-id-new'.
20926 In any case, the ID of the entry is returned.
20928 \(fn &optional POM CREATE PREFIX)" nil nil)
20930 (autoload 'org-id-get-with-outline-path-completion "org-id" "\
20931 Use outline-path-completion to retrieve the ID of an entry.
20932 TARGETS may be a setting for `org-refile-targets' to define the eligible
20933 headlines. When omitted, all headlines in all agenda files are
20934 eligible.
20935 It returns the ID of the entry. If necessary, the ID is created.
20937 \(fn &optional TARGETS)" nil nil)
20939 (autoload 'org-id-get-with-outline-drilling "org-id" "\
20940 Use an outline-cycling interface to retrieve the ID of an entry.
20941 This only finds entries in the current buffer, using `org-get-location'.
20942 It returns the ID of the entry. If necessary, the ID is created.
20944 \(fn &optional TARGETS)" nil nil)
20946 (autoload 'org-id-goto "org-id" "\
20947 Switch to the buffer containing the entry with id ID.
20948 Move the cursor to that entry in that buffer.
20950 \(fn ID)" t nil)
20952 (autoload 'org-id-find "org-id" "\
20953 Return the location of the entry with the id ID.
20954 The return value is a cons cell (file-name . position), or nil
20955 if there is no entry with that ID.
20956 With optional argument MARKERP, return the position as a new marker.
20958 \(fn ID &optional MARKERP)" nil nil)
20960 (autoload 'org-id-find-id-file "org-id" "\
20961 Query the id database for the file in which this ID is located.
20963 \(fn ID)" nil nil)
20965 (autoload 'org-id-store-link "org-id" "\
20966 Store a link to the current entry, using its ID.
20968 \(fn)" t nil)
20970 ;;;***
20972 ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20973 ;;;;;; (20355 10021 546955 0))
20974 ;;; Generated autoloads from org/org-indent.el
20976 (autoload 'org-indent-mode "org-indent" "\
20977 When active, indent text according to outline structure.
20979 Internally this works by adding `line-prefix' and `wrap-prefix'
20980 properties, after each buffer modification, on the modified zone.
20982 The process is synchronous. Though, initial indentation of
20983 buffer, which can take a few seconds on large buffers, is done
20984 during idle time.
20986 \(fn &optional ARG)" t nil)
20988 ;;;***
20990 ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20991 ;;;;;; (20355 10021 546955 0))
20992 ;;; Generated autoloads from org/org-irc.el
20994 (autoload 'org-irc-store-link "org-irc" "\
20995 Dispatch to the appropriate function to store a link to an IRC session.
20997 \(fn)" nil nil)
20999 ;;;***
21001 ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
21002 ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
21003 ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
21004 ;;;;;; (20355 10021 546955 0))
21005 ;;; Generated autoloads from org/org-latex.el
21007 (autoload 'org-export-as-latex-batch "org-latex" "\
21008 Call `org-export-as-latex', may be used in batch processing.
21009 For example:
21011 emacs --batch
21012 --load=$HOME/lib/emacs/org.el
21013 --eval \"(setq org-export-headline-levels 2)\"
21014 --visit=MyFile --funcall org-export-as-latex-batch
21016 \(fn)" nil nil)
21018 (autoload 'org-export-as-latex-to-buffer "org-latex" "\
21019 Call `org-export-as-latex` with output to a temporary buffer.
21020 No file is created. The prefix ARG is passed through to `org-export-as-latex'.
21022 \(fn ARG)" t nil)
21024 (autoload 'org-replace-region-by-latex "org-latex" "\
21025 Replace the region from BEG to END with its LaTeX export.
21026 It assumes the region has `org-mode' syntax, and then convert it to
21027 LaTeX. This can be used in any buffer. For example, you could
21028 write an itemized list in `org-mode' syntax in an LaTeX buffer and
21029 then use this command to convert it.
21031 \(fn BEG END)" t nil)
21033 (autoload 'org-export-region-as-latex "org-latex" "\
21034 Convert region from BEG to END in `org-mode' buffer to LaTeX.
21035 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21036 contents, and only produce the region of converted text, useful for
21037 cut-and-paste operations.
21038 If BUFFER is a buffer or a string, use/create that buffer as a target
21039 of the converted LaTeX. If BUFFER is the symbol `string', return the
21040 produced LaTeX as a string and leave no buffer behind. For example,
21041 a Lisp program could call this function in the following way:
21043 (setq latex (org-export-region-as-latex beg end t 'string))
21045 When called interactively, the output buffer is selected, and shown
21046 in a window. A non-interactive call will only return the buffer.
21048 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
21050 (autoload 'org-export-as-latex "org-latex" "\
21051 Export current buffer to a LaTeX file.
21052 If there is an active region, export only the region. The prefix
21053 ARG specifies how many levels of the outline should become
21054 headlines. The default is 3. Lower levels will be exported
21055 depending on `org-export-latex-low-levels'. The default is to
21056 convert them as description lists.
21057 HIDDEN is obsolete and does nothing.
21058 EXT-PLIST is a property list with
21059 external parameters overriding org-mode's default settings, but
21060 still inferior to file-local settings. When TO-BUFFER is
21061 non-nil, create a buffer with that name and export to that
21062 buffer. If TO-BUFFER is the symbol `string', don't leave any
21063 buffer behind but just return the resulting LaTeX as a string.
21064 When BODY-ONLY is set, don't produce the file header and footer,
21065 simply return the content of \\begin{document}...\\end{document},
21066 without even the \\begin{document} and \\end{document} commands.
21067 when PUB-DIR is set, use this as the publishing directory.
21069 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21071 (autoload 'org-export-as-pdf "org-latex" "\
21072 Export as LaTeX, then process through to PDF.
21074 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21076 (autoload 'org-export-as-pdf-and-open "org-latex" "\
21077 Export as LaTeX, then process through to PDF, and open.
21079 \(fn ARG)" t nil)
21081 ;;;***
21083 ;;;### (autoloads (org-lparse-region org-replace-region-by org-lparse-to-buffer
21084 ;;;;;; org-lparse-batch org-lparse-and-open) "org-lparse" "org/org-lparse.el"
21085 ;;;;;; (20417 65331 139825 0))
21086 ;;; Generated autoloads from org/org-lparse.el
21088 (autoload 'org-lparse-and-open "org-lparse" "\
21089 Export outline to TARGET-BACKEND via NATIVE-BACKEND and open exported file.
21090 If there is an active region, export only the region. The prefix
21091 ARG specifies how many levels of the outline should become
21092 headlines. The default is 3. Lower levels will become bulleted
21093 lists.
21095 \(fn TARGET-BACKEND NATIVE-BACKEND ARG &optional FILE-OR-BUF)" nil nil)
21097 (autoload 'org-lparse-batch "org-lparse" "\
21098 Call the function `org-lparse'.
21099 This function can be used in batch processing as:
21100 emacs --batch
21101 --load=$HOME/lib/emacs/org.el
21102 --eval \"(setq org-export-headline-levels 2)\"
21103 --visit=MyFile --funcall org-lparse-batch
21105 \(fn TARGET-BACKEND &optional NATIVE-BACKEND)" nil nil)
21107 (autoload 'org-lparse-to-buffer "org-lparse" "\
21108 Call `org-lparse' with output to a temporary buffer.
21109 No file is created. The prefix ARG is passed through to
21110 `org-lparse'.
21112 \(fn BACKEND ARG)" nil nil)
21114 (autoload 'org-replace-region-by "org-lparse" "\
21115 Assume the current region has org-mode syntax, and convert it to HTML.
21116 This can be used in any buffer. For example, you could write an
21117 itemized list in org-mode syntax in an HTML buffer and then use
21118 this command to convert it.
21120 \(fn BACKEND BEG END)" nil nil)
21122 (autoload 'org-lparse-region "org-lparse" "\
21123 Convert region from BEG to END in org-mode buffer to HTML.
21124 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
21125 contents, and only produce the region of converted text, useful for
21126 cut-and-paste operations.
21127 If BUFFER is a buffer or a string, use/create that buffer as a target
21128 of the converted HTML. If BUFFER is the symbol `string', return the
21129 produced HTML as a string and leave not buffer behind. For example,
21130 a Lisp program could call this function in the following way:
21132 (setq html (org-lparse-region \"html\" beg end t 'string))
21134 When called interactively, the output buffer is selected, and shown
21135 in a window. A non-interactive call will only return the buffer.
21137 \(fn BACKEND BEG END &optional BODY-ONLY BUFFER)" nil nil)
21139 ;;;***
21141 ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
21142 ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (20355
21143 ;;;;;; 10021 546955 0))
21144 ;;; Generated autoloads from org/org-mobile.el
21146 (autoload 'org-mobile-push "org-mobile" "\
21147 Push the current state of Org affairs to the WebDAV directory.
21148 This will create the index file, copy all agenda files there, and also
21149 create all custom agenda views, for upload to the mobile phone.
21151 \(fn)" t nil)
21153 (autoload 'org-mobile-pull "org-mobile" "\
21154 Pull the contents of `org-mobile-capture-file' and integrate them.
21155 Apply all flagged actions, flag entries to be flagged and then call an
21156 agenda view showing the flagged items.
21158 \(fn)" t nil)
21160 (autoload 'org-mobile-create-sumo-agenda "org-mobile" "\
21161 Create a file that contains all custom agenda views.
21163 \(fn)" t nil)
21165 ;;;***
21167 ;;;### (autoloads (org-export-as-odf-and-open org-export-as-odf org-export-odt-convert
21168 ;;;;;; org-export-as-odt org-export-as-odt-batch org-export-as-odt-and-open)
21169 ;;;;;; "org-odt" "org/org-odt.el" (20417 65331 139825 0))
21170 ;;; Generated autoloads from org/org-odt.el
21172 (autoload 'org-export-as-odt-and-open "org-odt" "\
21173 Export the outline as ODT and immediately open it with a browser.
21174 If there is an active region, export only the region.
21175 The prefix ARG specifies how many levels of the outline should become
21176 headlines. The default is 3. Lower levels will become bulleted lists.
21178 \(fn ARG)" t nil)
21180 (autoload 'org-export-as-odt-batch "org-odt" "\
21181 Call the function `org-lparse-batch'.
21182 This function can be used in batch processing as:
21183 emacs --batch
21184 --load=$HOME/lib/emacs/org.el
21185 --eval \"(setq org-export-headline-levels 2)\"
21186 --visit=MyFile --funcall org-export-as-odt-batch
21188 \(fn)" nil nil)
21190 (autoload 'org-export-as-odt "org-odt" "\
21191 Export the outline as a OpenDocumentText file.
21192 If there is an active region, export only the region. The prefix
21193 ARG specifies how many levels of the outline should become
21194 headlines. The default is 3. Lower levels will become bulleted
21195 lists. HIDDEN is obsolete and does nothing.
21196 EXT-PLIST is a property list with external parameters overriding
21197 org-mode's default settings, but still inferior to file-local
21198 settings. When TO-BUFFER is non-nil, create a buffer with that
21199 name and export to that buffer. If TO-BUFFER is the symbol
21200 `string', don't leave any buffer behind but just return the
21201 resulting XML as a string. When BODY-ONLY is set, don't produce
21202 the file header and footer, simply return the content of
21203 <body>...</body>, without even the body tags themselves. When
21204 PUB-DIR is set, use this as the publishing directory.
21206 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
21208 (autoload 'org-export-odt-convert "org-odt" "\
21209 Convert IN-FILE to format OUT-FMT using a command line converter.
21210 IN-FILE is the file to be converted. If unspecified, it defaults
21211 to variable `buffer-file-name'. OUT-FMT is the desired output
21212 format. Use `org-export-odt-convert-process' as the converter.
21213 If PREFIX-ARG is non-nil then the newly converted file is opened
21214 using `org-open-file'.
21216 \(fn &optional IN-FILE OUT-FMT PREFIX-ARG)" t nil)
21218 (autoload 'org-export-as-odf "org-odt" "\
21219 Export LATEX-FRAG as OpenDocument formula file ODF-FILE.
21220 Use `org-create-math-formula' to convert LATEX-FRAG first to
21221 MathML. When invoked as an interactive command, use
21222 `org-latex-regexps' to infer LATEX-FRAG from currently active
21223 region. If no LaTeX fragments are found, prompt for it. Push
21224 MathML source to kill ring, if `org-export-copy-to-kill-ring' is
21225 non-nil.
21227 \(fn LATEX-FRAG &optional ODF-FILE)" t nil)
21229 (autoload 'org-export-as-odf-and-open "org-odt" "\
21230 Export LaTeX fragment as OpenDocument formula and immediately open it.
21231 Use `org-export-as-odf' to read LaTeX fragment and OpenDocument
21232 formula file.
21234 \(fn)" t nil)
21236 ;;;***
21238 ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
21239 ;;;;;; (20355 10021 546955 0))
21240 ;;; Generated autoloads from org/org-plot.el
21242 (autoload 'org-plot/gnuplot "org-plot" "\
21243 Plot table using gnuplot. Gnuplot options can be specified with PARAMS.
21244 If not given options will be taken from the +PLOT
21245 line directly before or after the table.
21247 \(fn &optional PARAMS)" t nil)
21249 ;;;***
21251 ;;;### (autoloads (org-publish-current-project org-publish-current-file
21252 ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
21253 ;;;;;; (20355 10021 546955 0))
21254 ;;; Generated autoloads from org/org-publish.el
21256 (defalias 'org-publish-project 'org-publish)
21258 (autoload 'org-publish "org-publish" "\
21259 Publish PROJECT.
21261 \(fn PROJECT &optional FORCE)" t nil)
21263 (autoload 'org-publish-all "org-publish" "\
21264 Publish all projects.
21265 With prefix argument, remove all files in the timestamp
21266 directory and force publishing all files.
21268 \(fn &optional FORCE)" t nil)
21270 (autoload 'org-publish-current-file "org-publish" "\
21271 Publish the current file.
21272 With prefix argument, force publish the file.
21274 \(fn &optional FORCE)" t nil)
21276 (autoload 'org-publish-current-project "org-publish" "\
21277 Publish the project associated with the current file.
21278 With a prefix argument, force publishing of all files in
21279 the project.
21281 \(fn &optional FORCE)" t nil)
21283 ;;;***
21285 ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
21286 ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
21287 ;;;;;; "org/org-remember.el" (20420 41510 996439 0))
21288 ;;; Generated autoloads from org/org-remember.el
21290 (autoload 'org-remember-insinuate "org-remember" "\
21291 Setup remember.el for use with Org-mode.
21293 \(fn)" nil nil)
21295 (autoload 'org-remember-annotation "org-remember" "\
21296 Return a link to the current location as an annotation for remember.el.
21297 If you are using Org-mode files as target for data storage with
21298 remember.el, then the annotations should include a link compatible with the
21299 conventions in Org-mode. This function returns such a link.
21301 \(fn)" nil nil)
21303 (autoload 'org-remember-apply-template "org-remember" "\
21304 Initialize *remember* buffer with template, invoke `org-mode'.
21305 This function should be placed into `remember-mode-hook' and in fact requires
21306 to be run from that hook to function properly.
21308 \(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil)
21310 (autoload 'org-remember "org-remember" "\
21311 Call `remember'. If this is already a remember buffer, re-apply template.
21312 If there is an active region, make sure remember uses it as initial content
21313 of the remember buffer.
21315 When called interactively with a \\[universal-argument] prefix argument GOTO, don't remember
21316 anything, just go to the file/headline where the selected template usually
21317 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last
21318 note stored by remember.
21320 Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character
21321 associated with a template in `org-remember-templates'.
21323 \(fn &optional GOTO ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil)
21325 (autoload 'org-remember-handler "org-remember" "\
21326 Store stuff from remember.el into an org file.
21327 When the template has specified a file and a headline, the entry is filed
21328 there, or in the location defined by `org-default-notes-file' and
21329 `org-remember-default-headline'.
21330 \\<org-remember-mode-map>
21331 If no defaults have been defined, or if the current prefix argument
21332 is 1 (using C-1 \\[org-remember-finalize] to exit remember), an interactive
21333 process is used to select the target location.
21335 When the prefix is 0 (i.e. when remember is exited with C-0 \\[org-remember-finalize]),
21336 the entry is filed to the same location as the previous note.
21338 When the prefix is 2 (i.e. when remember is exited with C-2 \\[org-remember-finalize]),
21339 the entry is filed as a subentry of the entry where the clock is
21340 currently running.
21342 When \\[universal-argument] has been used as prefix argument, the
21343 note is stored and Emacs moves point to the new location of the
21344 note, so that editing can be continued there (similar to
21345 inserting \"%&\" into the template).
21347 Before storing the note, the function ensures that the text has an
21348 org-mode-style headline, i.e. a first line that starts with
21349 a \"*\". If not, a headline is constructed from the current date and
21350 some additional data.
21352 If the variable `org-adapt-indentation' is non-nil, the entire text is
21353 also indented so that it starts in the same column as the headline
21354 \(i.e. after the stars).
21356 See also the variable `org-reverse-note-order'.
21358 \(fn)" nil nil)
21360 ;;;***
21362 ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
21363 ;;;;;; "org-table" "org/org-table.el" (20417 65331 139825 0))
21364 ;;; Generated autoloads from org/org-table.el
21366 (autoload 'turn-on-orgtbl "org-table" "\
21367 Unconditionally turn on `orgtbl-mode'.
21369 \(fn)" nil nil)
21371 (autoload 'orgtbl-mode "org-table" "\
21372 The `org-mode' table editor as a minor mode for use in other modes.
21374 \(fn &optional ARG)" t nil)
21376 (autoload 'org-table-to-lisp "org-table" "\
21377 Convert the table at point to a Lisp structure.
21378 The structure will be a list. Each item is either the symbol `hline'
21379 for a horizontal separator line, or a list of field values as strings.
21380 The table is taken from the parameter TXT, or from the buffer at point.
21382 \(fn &optional TXT)" nil nil)
21384 ;;;***
21386 ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
21387 ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (20355 10021 546955
21388 ;;;;;; 0))
21389 ;;; Generated autoloads from org/org-taskjuggler.el
21391 (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
21392 Export parts of the current buffer as a TaskJuggler file.
21393 The exporter looks for a tree with tag, property or todo that
21394 matches `org-export-taskjuggler-project-tag' and takes this as
21395 the tasks for this project. The first node of this tree defines
21396 the project properties such as project name and project period.
21397 If there is a tree with tag, property or todo that matches
21398 `org-export-taskjuggler-resource-tag' this three is taken as
21399 resources for the project. If no resources are specified, a
21400 default resource is created and allocated to the project. Also
21401 the taskjuggler project will be created with default reports as
21402 defined in `org-export-taskjuggler-default-reports'.
21404 \(fn)" t nil)
21406 (autoload 'org-export-as-taskjuggler-and-open "org-taskjuggler" "\
21407 Export the current buffer as a TaskJuggler file and open it
21408 with the TaskJuggler GUI.
21410 \(fn)" t nil)
21412 ;;;***
21414 ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
21415 ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
21416 ;;;;;; (20355 10021 546955 0))
21417 ;;; Generated autoloads from org/org-timer.el
21419 (autoload 'org-timer-start "org-timer" "\
21420 Set the starting time for the relative timer to now.
21421 When called with prefix argument OFFSET, prompt the user for an offset time,
21422 with the default taken from a timer stamp at point, if any.
21423 If OFFSET is a string or an integer, it is directly taken to be the offset
21424 without user interaction.
21425 When called with a double prefix arg, all timer strings in the active
21426 region will be shifted by a specific amount. You will be prompted for
21427 the amount, with the default to make the first timer string in
21428 the region 0:00:00.
21430 \(fn &optional OFFSET)" t nil)
21432 (autoload 'org-timer "org-timer" "\
21433 Insert a H:MM:SS string from the timer into the buffer.
21434 The first time this command is used, the timer is started. When used with
21435 a \\[universal-argument] prefix, force restarting the timer.
21436 When used with a double prefix argument \\[universal-argument], change all the timer string
21437 in the region by a fixed amount. This can be used to recalibrate a timer
21438 that was not started at the correct moment.
21440 If NO-INSERT-P is non-nil, return the string instead of inserting
21441 it in the buffer.
21443 \(fn &optional RESTART NO-INSERT-P)" t nil)
21445 (autoload 'org-timer-change-times-in-region "org-timer" "\
21446 Change all h:mm:ss time in region by a DELTA.
21448 \(fn BEG END DELTA)" t nil)
21450 (autoload 'org-timer-item "org-timer" "\
21451 Insert a description-type item with the current timer value.
21453 \(fn &optional ARG)" t nil)
21455 (autoload 'org-timer-set-timer "org-timer" "\
21456 Prompt for a duration and set a timer.
21458 If `org-timer-default-timer' is not zero, suggest this value as
21459 the default duration for the timer. If a timer is already set,
21460 prompt the user if she wants to replace it.
21462 Called with a numeric prefix argument, use this numeric value as
21463 the duration of the timer.
21465 Called with a `C-u' prefix arguments, use `org-timer-default-timer'
21466 without prompting the user for a duration.
21468 With two `C-u' prefix arguments, use `org-timer-default-timer'
21469 without prompting the user for a duration and automatically
21470 replace any running timer.
21472 \(fn &optional OPT)" t nil)
21474 ;;;***
21476 ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
21477 ;;;;;; (20355 10021 546955 0))
21478 ;;; Generated autoloads from org/org-xoxo.el
21480 (autoload 'org-export-as-xoxo "org-xoxo" "\
21481 Export the org buffer as XOXO.
21482 The XOXO buffer is named *xoxo-<source buffer name>*
21484 \(fn &optional BUFFER)" t nil)
21486 ;;;***
21488 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
21489 ;;;;;; (20355 10021 546955 0))
21490 ;;; Generated autoloads from outline.el
21491 (put 'outline-regexp 'safe-local-variable 'stringp)
21492 (put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
21494 (autoload 'outline-mode "outline" "\
21495 Set major mode for editing outlines with selective display.
21496 Headings are lines which start with asterisks: one for major headings,
21497 two for subheadings, etc. Lines not starting with asterisks are body lines.
21499 Body text or subheadings under a heading can be made temporarily
21500 invisible, or visible again. Invisible lines are attached to the end
21501 of the heading, so they move with it, if the line is killed and yanked
21502 back. A heading with text hidden under it is marked with an ellipsis (...).
21504 Commands:\\<outline-mode-map>
21505 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
21506 \\[outline-previous-visible-heading] outline-previous-visible-heading
21507 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
21508 \\[outline-backward-same-level] outline-backward-same-level
21509 \\[outline-up-heading] outline-up-heading move from subheading to heading
21511 \\[hide-body] make all text invisible (not headings).
21512 \\[show-all] make everything in buffer visible.
21513 \\[hide-sublevels] make only the first N levels of headers visible.
21515 The remaining commands are used when point is on a heading line.
21516 They apply to some of the body or subheadings of that heading.
21517 \\[hide-subtree] hide-subtree make body and subheadings invisible.
21518 \\[show-subtree] show-subtree make body and subheadings visible.
21519 \\[show-children] show-children make direct subheadings visible.
21520 No effect on body, or subheadings 2 or more levels down.
21521 With arg N, affects subheadings N levels down.
21522 \\[hide-entry] make immediately following body invisible.
21523 \\[show-entry] make it visible.
21524 \\[hide-leaves] make body under heading and under its subheadings invisible.
21525 The subheadings remain visible.
21526 \\[show-branches] make all subheadings at all levels visible.
21528 The variable `outline-regexp' can be changed to control what is a heading.
21529 A line is a heading if `outline-regexp' matches something at the
21530 beginning of the line. The longer the match, the deeper the level.
21532 Turning on outline mode calls the value of `text-mode-hook' and then of
21533 `outline-mode-hook', if they are non-nil.
21535 \(fn)" t nil)
21537 (autoload 'outline-minor-mode "outline" "\
21538 Toggle Outline minor mode.
21539 With a prefix argument ARG, enable Outline minor mode if ARG is
21540 positive, and disable it otherwise. If called from Lisp, enable
21541 the mode if ARG is omitted or nil.
21543 See the command `outline-mode' for more information on this mode.
21545 \(fn &optional ARG)" t nil)
21546 (put 'outline-level 'risky-local-variable t)
21548 ;;;***
21550 ;;;### (autoloads (list-packages describe-package package-initialize
21551 ;;;;;; package-refresh-contents package-install-file package-install-from-buffer
21552 ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
21553 ;;;;;; (20440 26788 208175 0))
21554 ;;; Generated autoloads from emacs-lisp/package.el
21556 (defvar package-enable-at-startup t "\
21557 Whether to activate installed packages when Emacs starts.
21558 If non-nil, packages are activated after reading the init file
21559 and before `after-init-hook'. Activation is not done if
21560 `user-init-file' is nil (e.g. Emacs was started with \"-q\").
21562 Even if the value is nil, you can type \\[package-initialize] to
21563 activate the package system at any time.")
21565 (custom-autoload 'package-enable-at-startup "package" t)
21567 (autoload 'package-install "package" "\
21568 Install the package named NAME.
21569 NAME should be the name of one of the available packages in an
21570 archive in `package-archives'. Interactively, prompt for NAME.
21572 \(fn NAME)" t nil)
21574 (autoload 'package-install-from-buffer "package" "\
21575 Install a package from the current buffer.
21576 When called interactively, the current buffer is assumed to be a
21577 single .el file that follows the packaging guidelines; see info
21578 node `(elisp)Packaging'.
21580 When called from Lisp, PKG-INFO is a vector describing the
21581 information, of the type returned by `package-buffer-info'; and
21582 TYPE is the package type (either `single' or `tar').
21584 \(fn PKG-INFO TYPE)" t nil)
21586 (autoload 'package-install-file "package" "\
21587 Install a package from a file.
21588 The file can either be a tar file or an Emacs Lisp file.
21590 \(fn FILE)" t nil)
21592 (autoload 'package-refresh-contents "package" "\
21593 Download the ELPA archive description if needed.
21594 This informs Emacs about the latest versions of all packages, and
21595 makes them available for download.
21597 \(fn)" t nil)
21599 (autoload 'package-initialize "package" "\
21600 Load Emacs Lisp packages, and activate them.
21601 The variable `package-load-list' controls which packages to load.
21602 If optional arg NO-ACTIVATE is non-nil, don't activate packages.
21604 \(fn &optional NO-ACTIVATE)" t nil)
21606 (autoload 'describe-package "package" "\
21607 Display the full documentation of PACKAGE (a symbol).
21609 \(fn PACKAGE)" t nil)
21611 (autoload 'list-packages "package" "\
21612 Display a list of packages.
21613 This first fetches the updated list of packages before
21614 displaying, unless a prefix argument NO-FETCH is specified.
21615 The list is displayed in a buffer named `*Packages*'.
21617 \(fn &optional NO-FETCH)" t nil)
21619 (defalias 'package-list-packages 'list-packages)
21621 ;;;***
21623 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20355 10021
21624 ;;;;;; 546955 0))
21625 ;;; Generated autoloads from paren.el
21627 (defvar show-paren-mode nil "\
21628 Non-nil if Show-Paren mode is enabled.
21629 See the command `show-paren-mode' for a description of this minor mode.
21630 Setting this variable directly does not take effect;
21631 either customize it (see the info node `Easy Customization')
21632 or call the function `show-paren-mode'.")
21634 (custom-autoload 'show-paren-mode "paren" nil)
21636 (autoload 'show-paren-mode "paren" "\
21637 Toggle visualization of matching parens (Show Paren mode).
21638 With a prefix argument ARG, enable Show Paren mode if ARG is
21639 positive, and disable it otherwise. If called from Lisp, enable
21640 the mode if ARG is omitted or nil.
21642 Show Paren mode is a global minor mode. When enabled, any
21643 matching parenthesis is highlighted in `show-paren-style' after
21644 `show-paren-delay' seconds of Emacs idle time.
21646 \(fn &optional ARG)" t nil)
21648 ;;;***
21650 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
21651 ;;;;;; (20478 3673 653810 0))
21652 ;;; Generated autoloads from calendar/parse-time.el
21653 (put 'parse-time-rules 'risky-local-variable t)
21655 (autoload 'parse-time-string "parse-time" "\
21656 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
21657 The values are identical to those of `decode-time', but any values that are
21658 unknown are returned as nil.
21660 \(fn STRING)" nil nil)
21662 ;;;***
21664 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20478
21665 ;;;;;; 3673 653810 0))
21666 ;;; Generated autoloads from progmodes/pascal.el
21668 (autoload 'pascal-mode "pascal" "\
21669 Major mode for editing Pascal code. \\<pascal-mode-map>
21670 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
21672 \\[completion-at-point] completes the word around current point with respect to position in code
21673 \\[completion-help-at-point] shows all possible completions at this point.
21675 Other useful functions are:
21677 \\[pascal-mark-defun] - Mark function.
21678 \\[pascal-insert-block] - insert begin ... end;
21679 \\[pascal-star-comment] - insert (* ... *)
21680 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
21681 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
21682 \\[pascal-beg-of-defun] - Move to beginning of current function.
21683 \\[pascal-end-of-defun] - Move to end of current function.
21684 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
21685 \\[pascal-outline-mode] - Enter `pascal-outline-mode'.
21687 Variables controlling indentation/edit style:
21689 `pascal-indent-level' (default 3)
21690 Indentation of Pascal statements with respect to containing block.
21691 `pascal-case-indent' (default 2)
21692 Indentation for case statements.
21693 `pascal-auto-newline' (default nil)
21694 Non-nil means automatically newline after semicolons and the punctuation
21695 mark after an end.
21696 `pascal-indent-nested-functions' (default t)
21697 Non-nil means nested functions are indented.
21698 `pascal-tab-always-indent' (default t)
21699 Non-nil means TAB in Pascal mode should always reindent the current line,
21700 regardless of where in the line point is when the TAB command is used.
21701 `pascal-auto-endcomments' (default t)
21702 Non-nil means a comment { ... } is set after the ends which ends cases and
21703 functions. The name of the function or case will be set between the braces.
21704 `pascal-auto-lineup' (default t)
21705 List of contexts where auto lineup of :'s or ='s should be done.
21707 See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
21708 `pascal-separator-keywords'.
21710 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
21711 no args, if that value is non-nil.
21713 \(fn)" t nil)
21715 ;;;***
21717 ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
21718 ;;;;;; "password-cache" "password-cache.el" (20355 10021 546955
21719 ;;;;;; 0))
21720 ;;; Generated autoloads from password-cache.el
21722 (defvar password-cache t "\
21723 Whether to cache passwords.")
21725 (custom-autoload 'password-cache "password-cache" t)
21727 (defvar password-cache-expiry 16 "\
21728 How many seconds passwords are cached, or nil to disable expiring.
21729 Whether passwords are cached at all is controlled by `password-cache'.")
21731 (custom-autoload 'password-cache-expiry "password-cache" t)
21733 (autoload 'password-in-cache-p "password-cache" "\
21734 Check if KEY is in the cache.
21736 \(fn KEY)" nil nil)
21738 ;;;***
21740 ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21741 ;;;;;; (20497 6436 957082 0))
21742 ;;; Generated autoloads from emacs-lisp/pcase.el
21744 (autoload 'pcase "pcase" "\
21745 Perform ML-style pattern matching on EXP.
21746 CASES is a list of elements of the form (UPATTERN CODE...).
21748 UPatterns can take the following forms:
21749 _ matches anything.
21750 SELFQUOTING matches itself. This includes keywords, numbers, and strings.
21751 SYMBOL matches anything and binds it to SYMBOL.
21752 (or UPAT...) matches if any of the patterns matches.
21753 (and UPAT...) matches if all the patterns match.
21754 `QPAT matches if the QPattern QPAT matches.
21755 (pred PRED) matches if PRED applied to the object returns non-nil.
21756 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil.
21757 (let UPAT EXP) matches if EXP matches UPAT.
21758 If a SYMBOL is used twice in the same pattern (i.e. the pattern is
21759 \"non-linear\"), then the second occurrence is turned into an `eq'uality test.
21761 QPatterns can take the following forms:
21762 (QPAT1 . QPAT2) matches if QPAT1 matches the car and QPAT2 the cdr.
21763 ,UPAT matches if the UPattern UPAT matches.
21764 STRING matches if the object is `equal' to STRING.
21765 ATOM matches if the object is `eq' to ATOM.
21766 QPatterns for vectors are not implemented yet.
21768 PRED can take the form
21769 FUNCTION in which case it gets called with one argument.
21770 (FUN ARG1 .. ARGN) in which case it gets called with an N+1'th argument
21771 which is the value being matched.
21772 A PRED of the form FUNCTION is equivalent to one of the form (FUNCTION).
21773 PRED patterns can refer to variables bound earlier in the pattern.
21774 E.g. you can match pairs where the cdr is larger than the car with a pattern
21775 like `(,a . ,(pred (< a))) or, with more checks:
21776 `(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a))))
21778 \(fn EXP &rest CASES)" nil t)
21780 (put 'pcase 'lisp-indent-function '1)
21782 (autoload 'pcase-let* "pcase" "\
21783 Like `let*' but where you can use `pcase' patterns for bindings.
21784 BODY should be an expression, and BINDINGS should be a list of bindings
21785 of the form (UPAT EXP).
21787 \(fn BINDINGS &rest BODY)" nil t)
21789 (put 'pcase-let* 'lisp-indent-function '1)
21791 (autoload 'pcase-let "pcase" "\
21792 Like `let' but where you can use `pcase' patterns for bindings.
21793 BODY should be a list of expressions, and BINDINGS should be a list of bindings
21794 of the form (UPAT EXP).
21796 \(fn BINDINGS &rest BODY)" nil t)
21798 (put 'pcase-let 'lisp-indent-function '1)
21800 ;;;***
21802 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20355
21803 ;;;;;; 10021 546955 0))
21804 ;;; Generated autoloads from pcmpl-cvs.el
21806 (autoload 'pcomplete/cvs "pcmpl-cvs" "\
21807 Completion rules for the `cvs' command.
21809 \(fn)" nil nil)
21811 ;;;***
21813 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21814 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20355 10021 546955 0))
21815 ;;; Generated autoloads from pcmpl-gnu.el
21817 (autoload 'pcomplete/gzip "pcmpl-gnu" "\
21818 Completion for `gzip'.
21820 \(fn)" nil nil)
21822 (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
21823 Completion for `bzip2'.
21825 \(fn)" nil nil)
21827 (autoload 'pcomplete/make "pcmpl-gnu" "\
21828 Completion for GNU `make'.
21830 \(fn)" nil nil)
21832 (autoload 'pcomplete/tar "pcmpl-gnu" "\
21833 Completion for the GNU tar utility.
21835 \(fn)" nil nil)
21837 (defalias 'pcomplete/gdb 'pcomplete/xargs)
21839 ;;;***
21841 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21842 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20355 10021 546955 0))
21843 ;;; Generated autoloads from pcmpl-linux.el
21845 (autoload 'pcomplete/kill "pcmpl-linux" "\
21846 Completion for GNU/Linux `kill', using /proc filesystem.
21848 \(fn)" nil nil)
21850 (autoload 'pcomplete/umount "pcmpl-linux" "\
21851 Completion for GNU/Linux `umount'.
21853 \(fn)" nil nil)
21855 (autoload 'pcomplete/mount "pcmpl-linux" "\
21856 Completion for GNU/Linux `mount'.
21858 \(fn)" nil nil)
21860 ;;;***
21862 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20453
21863 ;;;;;; 5408 87415 759000))
21864 ;;; Generated autoloads from pcmpl-rpm.el
21866 (autoload 'pcomplete/rpm "pcmpl-rpm" "\
21867 Completion for the `rpm' command.
21869 \(fn)" nil nil)
21871 ;;;***
21873 ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21874 ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21875 ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20376 40834 914217
21876 ;;;;;; 0))
21877 ;;; Generated autoloads from pcmpl-unix.el
21879 (autoload 'pcomplete/cd "pcmpl-unix" "\
21880 Completion for `cd'.
21882 \(fn)" nil nil)
21884 (defalias 'pcomplete/pushd 'pcomplete/cd)
21886 (autoload 'pcomplete/rmdir "pcmpl-unix" "\
21887 Completion for `rmdir'.
21889 \(fn)" nil nil)
21891 (autoload 'pcomplete/rm "pcmpl-unix" "\
21892 Completion for `rm'.
21894 \(fn)" nil nil)
21896 (autoload 'pcomplete/xargs "pcmpl-unix" "\
21897 Completion for `xargs'.
21899 \(fn)" nil nil)
21901 (defalias 'pcomplete/time 'pcomplete/xargs)
21903 (autoload 'pcomplete/which "pcmpl-unix" "\
21904 Completion for `which'.
21906 \(fn)" nil nil)
21908 (autoload 'pcomplete/chown "pcmpl-unix" "\
21909 Completion for the `chown' command.
21911 \(fn)" nil nil)
21913 (autoload 'pcomplete/chgrp "pcmpl-unix" "\
21914 Completion for the `chgrp' command.
21916 \(fn)" nil nil)
21918 (autoload 'pcomplete/ssh "pcmpl-unix" "\
21919 Completion rules for the `ssh' command.
21921 \(fn)" nil nil)
21923 (autoload 'pcomplete/scp "pcmpl-unix" "\
21924 Completion rules for the `scp' command.
21925 Includes files as well as host names followed by a colon.
21927 \(fn)" nil nil)
21929 ;;;***
21931 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21932 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21933 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20476
21934 ;;;;;; 31768 298871 0))
21935 ;;; Generated autoloads from pcomplete.el
21937 (autoload 'pcomplete "pcomplete" "\
21938 Support extensible programmable completion.
21939 To use this function, just bind the TAB key to it, or add it to your
21940 completion functions list (it should occur fairly early in the list).
21942 \(fn &optional INTERACTIVELY)" t nil)
21944 (autoload 'pcomplete-reverse "pcomplete" "\
21945 If cycling completion is in use, cycle backwards.
21947 \(fn)" t nil)
21949 (autoload 'pcomplete-expand-and-complete "pcomplete" "\
21950 Expand the textual value of the current argument.
21951 This will modify the current buffer.
21953 \(fn)" t nil)
21955 (autoload 'pcomplete-continue "pcomplete" "\
21956 Complete without reference to any cycling completions.
21958 \(fn)" t nil)
21960 (autoload 'pcomplete-expand "pcomplete" "\
21961 Expand the textual value of the current argument.
21962 This will modify the current buffer.
21964 \(fn)" t nil)
21966 (autoload 'pcomplete-help "pcomplete" "\
21967 Display any help information relative to the current argument.
21969 \(fn)" t nil)
21971 (autoload 'pcomplete-list "pcomplete" "\
21972 Show the list of possible completions for the current argument.
21974 \(fn)" t nil)
21976 (autoload 'pcomplete-comint-setup "pcomplete" "\
21977 Setup a comint buffer to use pcomplete.
21978 COMPLETEF-SYM should be the symbol where the
21979 dynamic-complete-functions are kept. For comint mode itself,
21980 this is `comint-dynamic-complete-functions'.
21982 \(fn COMPLETEF-SYM)" nil nil)
21984 (autoload 'pcomplete-shell-setup "pcomplete" "\
21985 Setup `shell-mode' to use pcomplete.
21987 \(fn)" nil nil)
21989 ;;;***
21991 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21992 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21993 ;;;;;; "vc/pcvs.el" (20476 31768 298871 0))
21994 ;;; Generated autoloads from vc/pcvs.el
21996 (autoload 'cvs-checkout "pcvs" "\
21997 Run a 'cvs checkout MODULES' in DIR.
21998 Feed the output to a *cvs* buffer, display it in the current window,
21999 and run `cvs-mode' on it.
22001 With a prefix argument, prompt for cvs FLAGS to use.
22003 \(fn MODULES DIR FLAGS &optional ROOT)" t nil)
22005 (autoload 'cvs-quickdir "pcvs" "\
22006 Open a *cvs* buffer on DIR without running cvs.
22007 With a prefix argument, prompt for a directory to use.
22008 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
22009 prevents reuse of an existing *cvs* buffer.
22010 Optional argument NOSHOW if non-nil means not to display the buffer.
22011 FLAGS is ignored.
22013 \(fn DIR &optional FLAGS NOSHOW)" t nil)
22015 (autoload 'cvs-examine "pcvs" "\
22016 Run a `cvs -n update' in the specified DIRECTORY.
22017 That is, check what needs to be done, but don't change the disc.
22018 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
22019 With a prefix argument, prompt for a directory and cvs FLAGS to use.
22020 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
22021 prevents reuse of an existing *cvs* buffer.
22022 Optional argument NOSHOW if non-nil means not to display the buffer.
22024 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
22026 (autoload 'cvs-update "pcvs" "\
22027 Run a `cvs update' in the current working DIRECTORY.
22028 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
22029 With a \\[universal-argument] prefix argument, prompt for a directory to use.
22030 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
22031 prevents reuse of an existing *cvs* buffer.
22032 The prefix is also passed to `cvs-flags-query' to select the FLAGS
22033 passed to cvs.
22035 \(fn DIRECTORY FLAGS)" t nil)
22037 (autoload 'cvs-status "pcvs" "\
22038 Run a `cvs status' in the current working DIRECTORY.
22039 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
22040 With a prefix argument, prompt for a directory and cvs FLAGS to use.
22041 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
22042 prevents reuse of an existing *cvs* buffer.
22043 Optional argument NOSHOW if non-nil means not to display the buffer.
22045 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
22047 (defvar cvs-dired-action 'cvs-quickdir "\
22048 The action to be performed when opening a CVS directory.
22049 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
22051 (custom-autoload 'cvs-dired-action "pcvs" t)
22053 (defvar cvs-dired-use-hook '(4) "\
22054 Whether or not opening a CVS directory should run PCL-CVS.
22055 A value of nil means never do it.
22056 ALWAYS means to always do it unless a prefix argument is given to the
22057 command that prompted the opening of the directory.
22058 Anything else means to do it only if the prefix arg is equal to this value.")
22060 (custom-autoload 'cvs-dired-use-hook "pcvs" t)
22062 (defun cvs-dired-noselect (dir) "\
22063 Run `cvs-examine' if DIR is a CVS administrative directory.
22064 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)))))
22066 ;;;***
22068 ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20476 31768
22069 ;;;;;; 298871 0))
22070 ;;; Generated autoloads from vc/pcvs-defs.el
22072 (defvar cvs-global-menu (let ((m (make-sparse-keymap "PCL-CVS"))) (define-key m [status] `(menu-item ,(purecopy "Directory Status") cvs-status :help ,(purecopy "A more verbose status of a workarea"))) (define-key m [checkout] `(menu-item ,(purecopy "Checkout Module") cvs-checkout :help ,(purecopy "Check out a module from the repository"))) (define-key m [update] `(menu-item ,(purecopy "Update Directory") cvs-update :help ,(purecopy "Fetch updates from the repository"))) (define-key m [examine] `(menu-item ,(purecopy "Examine Directory") cvs-examine :help ,(purecopy "Examine the current state of a workarea"))) (fset 'cvs-global-menu m)) "\
22073 Global menu used by PCL-CVS.")
22075 ;;;***
22077 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
22078 ;;;;;; (20478 3673 653810 0))
22079 ;;; Generated autoloads from progmodes/perl-mode.el
22080 (put 'perl-indent-level 'safe-local-variable 'integerp)
22081 (put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
22082 (put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
22083 (put 'perl-brace-offset 'safe-local-variable 'integerp)
22084 (put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
22085 (put 'perl-label-offset 'safe-local-variable 'integerp)
22087 (autoload 'perl-mode "perl-mode" "\
22088 Major mode for editing Perl code.
22089 Expression and list commands understand all Perl brackets.
22090 Tab indents for Perl code.
22091 Comments are delimited with # ... \\n.
22092 Paragraphs are separated by blank lines only.
22093 Delete converts tabs to spaces as it moves back.
22094 \\{perl-mode-map}
22095 Variables controlling indentation style:
22096 `perl-tab-always-indent'
22097 Non-nil means TAB in Perl mode should always indent the current line,
22098 regardless of where in the line point is when the TAB command is used.
22099 `perl-tab-to-comment'
22100 Non-nil means that for lines which don't need indenting, TAB will
22101 either delete an empty comment, indent an existing comment, move
22102 to end-of-line, or if at end-of-line already, create a new comment.
22103 `perl-nochange'
22104 Lines starting with this regular expression are not auto-indented.
22105 `perl-indent-level'
22106 Indentation of Perl statements within surrounding block.
22107 The surrounding block's indentation is the indentation
22108 of the line on which the open-brace appears.
22109 `perl-continued-statement-offset'
22110 Extra indentation given to a substatement, such as the
22111 then-clause of an if or body of a while.
22112 `perl-continued-brace-offset'
22113 Extra indentation given to a brace that starts a substatement.
22114 This is in addition to `perl-continued-statement-offset'.
22115 `perl-brace-offset'
22116 Extra indentation for line if it starts with an open brace.
22117 `perl-brace-imaginary-offset'
22118 An open brace following other text is treated as if it were
22119 this far to the right of the start of its line.
22120 `perl-label-offset'
22121 Extra indentation for line that is a label.
22122 `perl-indent-continued-arguments'
22123 Offset of argument lines relative to usual indentation.
22125 Various indentation styles: K&R BSD BLK GNU LW
22126 perl-indent-level 5 8 0 2 4
22127 perl-continued-statement-offset 5 8 4 2 4
22128 perl-continued-brace-offset 0 0 0 0 -4
22129 perl-brace-offset -5 -8 0 0 0
22130 perl-brace-imaginary-offset 0 0 4 0 0
22131 perl-label-offset -5 -8 -2 -2 -2
22133 Turning on Perl mode runs the normal hook `perl-mode-hook'.
22135 \(fn)" t nil)
22137 ;;;***
22139 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
22140 ;;;;;; (20373 11301 906925 0))
22141 ;;; Generated autoloads from textmodes/picture.el
22143 (autoload 'picture-mode "picture" "\
22144 Switch to Picture mode, in which a quarter-plane screen model is used.
22145 \\<picture-mode-map>
22146 Printing characters replace instead of inserting themselves with motion
22147 afterwards settable by these commands:
22149 Move left after insertion: \\[picture-movement-left]
22150 Move right after insertion: \\[picture-movement-right]
22151 Move up after insertion: \\[picture-movement-up]
22152 Move down after insertion: \\[picture-movement-down]
22154 Move northwest (nw) after insertion: \\[picture-movement-nw]
22155 Move northeast (ne) after insertion: \\[picture-movement-ne]
22156 Move southwest (sw) after insertion: \\[picture-movement-sw]
22157 Move southeast (se) after insertion: \\[picture-movement-se]
22159 Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw]
22160 Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne]
22161 Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw]
22162 Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se]
22164 The current direction is displayed in the mode line. The initial
22165 direction is right. Whitespace is inserted and tabs are changed to
22166 spaces when required by movement. You can move around in the buffer
22167 with these commands:
22169 Move vertically to SAME column in previous line: \\[picture-move-down]
22170 Move vertically to SAME column in next line: \\[picture-move-up]
22171 Move to column following last
22172 non-whitespace character: \\[picture-end-of-line]
22173 Move right, inserting spaces if required: \\[picture-forward-column]
22174 Move left changing tabs to spaces if required: \\[picture-backward-column]
22175 Move in direction of current picture motion: \\[picture-motion]
22176 Move opposite to current picture motion: \\[picture-motion-reverse]
22177 Move to beginning of next line: \\[next-line]
22179 You can edit tabular text with these commands:
22181 Move to column beneath (or at) next interesting
22182 character (see variable `picture-tab-chars'): \\[picture-tab-search]
22183 Move to next stop in tab stop list: \\[picture-tab]
22184 Set tab stops according to context of this line: \\[picture-set-tab-stops]
22185 (With ARG, resets tab stops to default value.)
22186 Change the tab stop list: \\[edit-tab-stops]
22188 You can manipulate text with these commands:
22189 Clear ARG columns after point without moving: \\[picture-clear-column]
22190 Delete char at point: \\[picture-delete-char]
22191 Clear ARG columns backward: \\[picture-backward-clear-column]
22192 Clear ARG lines, advancing over them: \\[picture-clear-line]
22193 (the cleared text is saved in the kill ring)
22194 Open blank line(s) beneath current line: \\[picture-open-line]
22196 You can manipulate rectangles with these commands:
22197 Clear a rectangle and save it: \\[picture-clear-rectangle]
22198 Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register]
22199 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
22200 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
22201 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
22202 Copies a rectangle to a register: \\[copy-rectangle-to-register]
22203 Undo effects of rectangle overlay commands: \\[undo]
22205 You can return to the previous mode with \\[picture-mode-exit], which
22206 also strips trailing whitespace from every line. Stripping is suppressed
22207 by supplying an argument.
22209 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
22211 Note that Picture mode commands will work outside of Picture mode, but
22212 they are not by default assigned to keys.
22214 \(fn)" t nil)
22216 (defalias 'edit-picture 'picture-mode)
22218 ;;;***
22220 ;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el"
22221 ;;;;;; (20378 29222 722320 0))
22222 ;;; Generated autoloads from gnus/plstore.el
22224 (autoload 'plstore-open "plstore" "\
22225 Create a plstore instance associated with FILE.
22227 \(fn FILE)" nil nil)
22229 (autoload 'plstore-mode "plstore" "\
22230 Major mode for editing PLSTORE files.
22232 \(fn)" t nil)
22234 ;;;***
22236 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
22237 ;;;;;; (20355 10021 546955 0))
22238 ;;; Generated autoloads from textmodes/po.el
22240 (autoload 'po-find-file-coding-system "po" "\
22241 Return a (DECODING . ENCODING) pair, according to PO file's charset.
22242 Called through `file-coding-system-alist', before the file is visited for real.
22244 \(fn ARG-LIST)" nil nil)
22246 ;;;***
22248 ;;;### (autoloads (pong) "pong" "play/pong.el" (20478 3673 653810
22249 ;;;;;; 0))
22250 ;;; Generated autoloads from play/pong.el
22252 (autoload 'pong "pong" "\
22253 Play pong and waste time.
22254 This is an implementation of the classical game pong.
22255 Move left and right bats and try to bounce the ball to your opponent.
22257 pong-mode keybindings:\\<pong-mode-map>
22259 \\{pong-mode-map}
22261 \(fn)" t nil)
22263 ;;;***
22265 ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20458 56750
22266 ;;;;;; 651721 0))
22267 ;;; Generated autoloads from gnus/pop3.el
22269 (autoload 'pop3-movemail "pop3" "\
22270 Transfer contents of a maildrop to the specified FILE.
22271 Use streaming commands.
22273 \(fn FILE)" nil nil)
22275 ;;;***
22277 ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
22278 ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
22279 ;;;;;; (20495 51111 757560 0))
22280 ;;; Generated autoloads from emacs-lisp/pp.el
22282 (autoload 'pp-to-string "pp" "\
22283 Return a string containing the pretty-printed representation of OBJECT.
22284 OBJECT can be any Lisp object. Quoting characters are used as needed
22285 to make output that `read' can handle, whenever this is possible.
22287 \(fn OBJECT)" nil nil)
22289 (autoload 'pp-buffer "pp" "\
22290 Prettify the current buffer with printed representation of a Lisp object.
22292 \(fn)" nil nil)
22294 (autoload 'pp "pp" "\
22295 Output the pretty-printed representation of OBJECT, any Lisp object.
22296 Quoting characters are printed as needed to make output that `read'
22297 can handle, whenever this is possible.
22298 Output stream is STREAM, or value of `standard-output' (which see).
22300 \(fn OBJECT &optional STREAM)" nil nil)
22302 (autoload 'pp-eval-expression "pp" "\
22303 Evaluate EXPRESSION and pretty-print its value.
22304 Also add the value to the front of the list in the variable `values'.
22306 \(fn EXPRESSION)" t nil)
22308 (autoload 'pp-macroexpand-expression "pp" "\
22309 Macroexpand EXPRESSION and pretty-print its value.
22311 \(fn EXPRESSION)" t nil)
22313 (autoload 'pp-eval-last-sexp "pp" "\
22314 Run `pp-eval-expression' on sexp before point.
22315 With argument, pretty-print output into current buffer.
22316 Ignores leading comment characters.
22318 \(fn ARG)" t nil)
22320 (autoload 'pp-macroexpand-last-sexp "pp" "\
22321 Run `pp-macroexpand-expression' on sexp before point.
22322 With argument, pretty-print output into current buffer.
22323 Ignores leading comment characters.
22325 \(fn ARG)" t nil)
22327 ;;;***
22329 ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
22330 ;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
22331 ;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
22332 ;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
22333 ;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
22334 ;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
22335 ;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
22336 ;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
22337 ;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
22338 ;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
22339 ;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
22340 ;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
22341 ;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
22342 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
22343 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
22344 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
22345 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
22346 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
22347 ;;;;;; (20501 3499 284800 0))
22348 ;;; Generated autoloads from printing.el
22350 (autoload 'pr-interface "printing" "\
22351 Activate the printing interface buffer.
22353 If BUFFER is nil, the current buffer is used for printing.
22355 For more information, type \\[pr-interface-help].
22357 \(fn &optional BUFFER)" t nil)
22359 (autoload 'pr-ps-directory-preview "printing" "\
22360 Preview directory using ghostview.
22362 Interactively, the command prompts for N-UP printing number, a directory, a
22363 file name regexp for matching and, when you use a prefix argument (C-u), the
22364 command prompts the user for a file name, and saves the PostScript image in
22365 that file instead of saving it in a temporary file.
22367 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
22368 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
22369 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
22370 save the image in a temporary file. If FILENAME is a string, save the
22371 PostScript image in a file with that name. If FILENAME is t, prompts for a
22372 file name.
22374 See also documentation for `pr-list-directory'.
22376 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
22378 (autoload 'pr-ps-directory-using-ghostscript "printing" "\
22379 Print directory using PostScript through ghostscript.
22381 Interactively, the command prompts for N-UP printing number, a directory, a
22382 file name regexp for matching and, when you use a prefix argument (C-u), the
22383 command prompts the user for a file name, and saves the PostScript image in
22384 that file instead of saving it in a temporary file.
22386 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
22387 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
22388 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
22389 save the image in a temporary file. If FILENAME is a string, save the
22390 PostScript image in a file with that name. If FILENAME is t, prompts for a
22391 file name.
22393 See also documentation for `pr-list-directory'.
22395 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
22397 (autoload 'pr-ps-directory-print "printing" "\
22398 Print directory using PostScript printer.
22400 Interactively, the command prompts for N-UP printing number, a directory, a
22401 file name regexp for matching and, when you use a prefix argument (C-u), the
22402 command prompts the user for a file name, and saves the PostScript image in
22403 that file instead of saving it in a temporary file.
22405 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
22406 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
22407 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
22408 save the image in a temporary file. If FILENAME is a string, save the
22409 PostScript image in a file with that name. If FILENAME is t, prompts for a
22410 file name.
22412 See also documentation for `pr-list-directory'.
22414 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
22416 (autoload 'pr-ps-directory-ps-print "printing" "\
22417 Print directory using PostScript printer or through ghostscript.
22419 It depends on `pr-print-using-ghostscript'.
22421 Interactively, the command prompts for N-UP printing number, a directory, a
22422 file name regexp for matching and, when you use a prefix argument (C-u), the
22423 command prompts the user for a file name, and saves the PostScript image in
22424 that file instead of saving it in a temporary file.
22426 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
22427 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
22428 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
22429 save the image in a temporary file. If FILENAME is a string, save the
22430 PostScript image in a file with that name. If FILENAME is t, prompts for a
22431 file name.
22433 See also documentation for `pr-list-directory'.
22435 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
22437 (autoload 'pr-ps-buffer-preview "printing" "\
22438 Preview buffer using ghostview.
22440 Interactively, the command prompts for N-UP printing number and, when you use a
22441 prefix argument (C-u), the command prompts the user for a file name, and saves
22442 the PostScript image in that file instead of saving it in a temporary file.
22444 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22445 argument FILENAME is treated as follows: if it's nil, save the image in a
22446 temporary file. If FILENAME is a string, save the PostScript image in a file
22447 with that name. If FILENAME is t, prompts for a file name.
22449 \(fn N-UP &optional FILENAME)" t nil)
22451 (autoload 'pr-ps-buffer-using-ghostscript "printing" "\
22452 Print buffer using PostScript through ghostscript.
22454 Interactively, the command prompts for N-UP printing number and, when you use a
22455 prefix argument (C-u), the command prompts the user for a file name, and saves
22456 the PostScript image in that file instead of sending it to the printer.
22458 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22459 argument FILENAME is treated as follows: if it's nil, send the image to the
22460 printer. If FILENAME is a string, save the PostScript image in a file with
22461 that name. If FILENAME is t, prompts for a file name.
22463 \(fn N-UP &optional FILENAME)" t nil)
22465 (autoload 'pr-ps-buffer-print "printing" "\
22466 Print buffer using PostScript printer.
22468 Interactively, the command prompts for N-UP printing number and, when you use a
22469 prefix argument (C-u), the command prompts the user for a file name, and saves
22470 the PostScript image in that file instead of sending it to the printer.
22472 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22473 argument FILENAME is treated as follows: if it's nil, send the image to the
22474 printer. If FILENAME is a string, save the PostScript image in a file with
22475 that name. If FILENAME is t, prompts for a file name.
22477 \(fn N-UP &optional FILENAME)" t nil)
22479 (autoload 'pr-ps-buffer-ps-print "printing" "\
22480 Print buffer using PostScript printer or through ghostscript.
22482 It depends on `pr-print-using-ghostscript'.
22484 Interactively, the command prompts for N-UP printing number and, when you use a
22485 prefix argument (C-u), the command prompts the user for a file name, and saves
22486 the PostScript image in that file instead of sending it to the printer.
22488 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22489 argument FILENAME is treated as follows: if it's nil, send the image to the
22490 printer. If FILENAME is a string, save the PostScript image in a file with
22491 that name. If FILENAME is t, prompts for a file name.
22493 \(fn N-UP &optional FILENAME)" t nil)
22495 (autoload 'pr-ps-region-preview "printing" "\
22496 Preview region using ghostview.
22498 See also `pr-ps-buffer-preview'.
22500 \(fn N-UP &optional FILENAME)" t nil)
22502 (autoload 'pr-ps-region-using-ghostscript "printing" "\
22503 Print region using PostScript through ghostscript.
22505 See also `pr-ps-buffer-using-ghostscript'.
22507 \(fn N-UP &optional FILENAME)" t nil)
22509 (autoload 'pr-ps-region-print "printing" "\
22510 Print region using PostScript printer.
22512 See also `pr-ps-buffer-print'.
22514 \(fn N-UP &optional FILENAME)" t nil)
22516 (autoload 'pr-ps-region-ps-print "printing" "\
22517 Print region using PostScript printer or through ghostscript.
22519 See also `pr-ps-buffer-ps-print'.
22521 \(fn N-UP &optional FILENAME)" t nil)
22523 (autoload 'pr-ps-mode-preview "printing" "\
22524 Preview major mode using ghostview.
22526 See also `pr-ps-buffer-preview'.
22528 \(fn N-UP &optional FILENAME)" t nil)
22530 (autoload 'pr-ps-mode-using-ghostscript "printing" "\
22531 Print major mode using PostScript through ghostscript.
22533 See also `pr-ps-buffer-using-ghostscript'.
22535 \(fn N-UP &optional FILENAME)" t nil)
22537 (autoload 'pr-ps-mode-print "printing" "\
22538 Print major mode using PostScript printer.
22540 See also `pr-ps-buffer-print'.
22542 \(fn N-UP &optional FILENAME)" t nil)
22544 (autoload 'pr-ps-mode-ps-print "printing" "\
22545 Print major mode using PostScript or through ghostscript.
22547 See also `pr-ps-buffer-ps-print'.
22549 \(fn N-UP &optional FILENAME)" t nil)
22551 (autoload 'pr-printify-directory "printing" "\
22552 Replace nonprinting characters in directory with printable representations.
22553 The printable representations use ^ (for ASCII control characters) or hex.
22554 The characters tab, linefeed, space, return and formfeed are not affected.
22556 Interactively, the command prompts for a directory and a file name regexp for
22557 matching.
22559 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
22560 prompts for FILE(name)-REGEXP.
22562 See also documentation for `pr-list-directory'.
22564 \(fn &optional DIR FILE-REGEXP)" t nil)
22566 (autoload 'pr-printify-buffer "printing" "\
22567 Replace nonprinting characters in buffer with printable representations.
22568 The printable representations use ^ (for ASCII control characters) or hex.
22569 The characters tab, linefeed, space, return and formfeed are not affected.
22571 \(fn)" t nil)
22573 (autoload 'pr-printify-region "printing" "\
22574 Replace nonprinting characters in region with printable representations.
22575 The printable representations use ^ (for ASCII control characters) or hex.
22576 The characters tab, linefeed, space, return and formfeed are not affected.
22578 \(fn)" t nil)
22580 (autoload 'pr-txt-directory "printing" "\
22581 Print directory using text printer.
22583 Interactively, the command prompts for a directory and a file name regexp for
22584 matching.
22586 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
22587 prompts for FILE(name)-REGEXP.
22589 See also documentation for `pr-list-directory'.
22591 \(fn &optional DIR FILE-REGEXP)" t nil)
22593 (autoload 'pr-txt-buffer "printing" "\
22594 Print buffer using text printer.
22596 \(fn)" t nil)
22598 (autoload 'pr-txt-region "printing" "\
22599 Print region using text printer.
22601 \(fn)" t nil)
22603 (autoload 'pr-txt-mode "printing" "\
22604 Print major mode using text printer.
22606 \(fn)" t nil)
22608 (autoload 'pr-despool-preview "printing" "\
22609 Preview spooled PostScript.
22611 Interactively, when you use a prefix argument (C-u), the command prompts the
22612 user for a file name, and saves the spooled PostScript image in that file
22613 instead of saving it in a temporary file.
22615 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22616 save the image in a temporary file. If FILENAME is a string, save the
22617 PostScript image in a file with that name.
22619 \(fn &optional FILENAME)" t nil)
22621 (autoload 'pr-despool-using-ghostscript "printing" "\
22622 Print spooled PostScript using ghostscript.
22624 Interactively, when you use a prefix argument (C-u), the command prompts the
22625 user for a file name, and saves the spooled PostScript image in that file
22626 instead of sending it to the printer.
22628 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22629 send the image to the printer. If FILENAME is a string, save the PostScript
22630 image in a file with that name.
22632 \(fn &optional FILENAME)" t nil)
22634 (autoload 'pr-despool-print "printing" "\
22635 Send the spooled PostScript to the printer.
22637 Interactively, when you use a prefix argument (C-u), the command prompts the
22638 user for a file name, and saves the spooled PostScript image in that file
22639 instead of sending it to the printer.
22641 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22642 send the image to the printer. If FILENAME is a string, save the PostScript
22643 image in a file with that name.
22645 \(fn &optional FILENAME)" t nil)
22647 (autoload 'pr-despool-ps-print "printing" "\
22648 Send the spooled PostScript to the printer or use ghostscript to print it.
22650 Interactively, when you use a prefix argument (C-u), the command prompts the
22651 user for a file name, and saves the spooled PostScript image in that file
22652 instead of sending it to the printer.
22654 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22655 send the image to the printer. If FILENAME is a string, save the PostScript
22656 image in a file with that name.
22658 \(fn &optional FILENAME)" t nil)
22660 (autoload 'pr-ps-file-preview "printing" "\
22661 Preview PostScript file FILENAME.
22663 \(fn FILENAME)" t nil)
22665 (autoload 'pr-ps-file-up-preview "printing" "\
22666 Preview PostScript file FILENAME.
22668 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
22670 (autoload 'pr-ps-file-using-ghostscript "printing" "\
22671 Print PostScript file FILENAME using ghostscript.
22673 \(fn FILENAME)" t nil)
22675 (autoload 'pr-ps-file-print "printing" "\
22676 Print PostScript file FILENAME.
22678 \(fn FILENAME)" t nil)
22680 (autoload 'pr-ps-file-ps-print "printing" "\
22681 Send PostScript file FILENAME to printer or use ghostscript to print it.
22683 \(fn FILENAME)" t nil)
22685 (autoload 'pr-ps-file-up-ps-print "printing" "\
22686 Process a PostScript file IFILENAME and send it to printer.
22688 Interactively, the command prompts for N-UP printing number, for an input
22689 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
22690 command prompts the user for an output PostScript file name OFILENAME, and
22691 saves the PostScript image in that file instead of sending it to the printer.
22693 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
22694 argument IFILENAME is treated as follows: if it's t, prompts for an input
22695 PostScript file name; otherwise, it *must* be a string that it's an input
22696 PostScript file name. The argument OFILENAME is treated as follows: if it's
22697 nil, send the image to the printer. If OFILENAME is a string, save the
22698 PostScript image in a file with that name. If OFILENAME is t, prompts for a
22699 file name.
22701 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
22703 (autoload 'pr-toggle-file-duplex "printing" "\
22704 Toggle duplex for PostScript file.
22706 \(fn)" t nil)
22708 (autoload 'pr-toggle-file-tumble "printing" "\
22709 Toggle tumble for PostScript file.
22711 If tumble is off, produces a printing suitable for binding on the left or
22712 right.
22713 If tumble is on, produces a printing suitable for binding at the top or
22714 bottom.
22716 \(fn)" t nil)
22718 (autoload 'pr-toggle-file-landscape "printing" "\
22719 Toggle landscape for PostScript file.
22721 \(fn)" t nil)
22723 (autoload 'pr-toggle-ghostscript "printing" "\
22724 Toggle printing using ghostscript.
22726 \(fn)" t nil)
22728 (autoload 'pr-toggle-faces "printing" "\
22729 Toggle printing with faces.
22731 \(fn)" t nil)
22733 (autoload 'pr-toggle-spool "printing" "\
22734 Toggle spooling.
22736 \(fn)" t nil)
22738 (autoload 'pr-toggle-duplex "printing" "\
22739 Toggle duplex.
22741 \(fn)" t nil)
22743 (autoload 'pr-toggle-tumble "printing" "\
22744 Toggle tumble.
22746 If tumble is off, produces a printing suitable for binding on the left or
22747 right.
22748 If tumble is on, produces a printing suitable for binding at the top or
22749 bottom.
22751 \(fn)" t nil)
22753 (autoload 'pr-toggle-landscape "printing" "\
22754 Toggle landscape.
22756 \(fn)" t nil)
22758 (autoload 'pr-toggle-upside-down "printing" "\
22759 Toggle upside-down.
22761 \(fn)" t nil)
22763 (autoload 'pr-toggle-line "printing" "\
22764 Toggle line number.
22766 \(fn)" t nil)
22768 (autoload 'pr-toggle-zebra "printing" "\
22769 Toggle zebra stripes.
22771 \(fn)" t nil)
22773 (autoload 'pr-toggle-header "printing" "\
22774 Toggle printing header.
22776 \(fn)" t nil)
22778 (autoload 'pr-toggle-header-frame "printing" "\
22779 Toggle printing header frame.
22781 \(fn)" t nil)
22783 (autoload 'pr-toggle-lock "printing" "\
22784 Toggle menu lock.
22786 \(fn)" t nil)
22788 (autoload 'pr-toggle-region "printing" "\
22789 Toggle whether the region is automagically detected.
22791 \(fn)" t nil)
22793 (autoload 'pr-toggle-mode "printing" "\
22794 Toggle auto mode.
22796 \(fn)" t nil)
22798 (autoload 'pr-customize "printing" "\
22799 Customization of the `printing' group.
22801 \(fn &rest IGNORE)" t nil)
22803 (autoload 'lpr-customize "printing" "\
22804 Customization of the `lpr' group.
22806 \(fn &rest IGNORE)" t nil)
22808 (autoload 'pr-help "printing" "\
22809 Help for the printing package.
22811 \(fn &rest IGNORE)" t nil)
22813 (autoload 'pr-ps-name "printing" "\
22814 Interactively select a PostScript printer.
22816 \(fn)" t nil)
22818 (autoload 'pr-txt-name "printing" "\
22819 Interactively select a text printer.
22821 \(fn)" t nil)
22823 (autoload 'pr-ps-utility "printing" "\
22824 Interactively select a PostScript utility.
22826 \(fn)" t nil)
22828 (autoload 'pr-show-ps-setup "printing" "\
22829 Show current ps-print settings.
22831 \(fn &rest IGNORE)" t nil)
22833 (autoload 'pr-show-pr-setup "printing" "\
22834 Show current printing settings.
22836 \(fn &rest IGNORE)" t nil)
22838 (autoload 'pr-show-lpr-setup "printing" "\
22839 Show current lpr settings.
22841 \(fn &rest IGNORE)" t nil)
22843 (autoload 'pr-ps-fast-fire "printing" "\
22844 Fast fire function for PostScript printing.
22846 If a region is active, the region will be printed instead of the whole buffer.
22847 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22848 `pr-mode-alist' will be used, that is, the current buffer or region will be
22849 printed using `pr-ps-mode-ps-print'.
22852 Interactively, you have the following situations:
22854 M-x pr-ps-fast-fire RET
22855 The command prompts the user for a N-UP value and printing will
22856 immediately be done using the current active printer.
22858 C-u M-x pr-ps-fast-fire RET
22859 C-u 0 M-x pr-ps-fast-fire RET
22860 The command prompts the user for a N-UP value and also for a current
22861 PostScript printer, then printing will immediately be done using the new
22862 current active printer.
22864 C-u 1 M-x pr-ps-fast-fire RET
22865 The command prompts the user for a N-UP value and also for a file name,
22866 and saves the PostScript image in that file instead of sending it to the
22867 printer.
22869 C-u 2 M-x pr-ps-fast-fire RET
22870 The command prompts the user for a N-UP value, then for a current
22871 PostScript printer and, finally, for a file name. Then change the active
22872 printer to that chosen by user and saves the PostScript image in
22873 that file instead of sending it to the printer.
22876 Noninteractively, the argument N-UP should be a positive integer greater than
22877 zero and the argument SELECT is treated as follows:
22879 If it's nil, send the image to the printer.
22881 If it's a list or an integer lesser or equal to zero, the command prompts
22882 the user for a current PostScript printer, then printing will immediately
22883 be done using the new current active printer.
22885 If it's an integer equal to 1, the command prompts the user for a file name
22886 and saves the PostScript image in that file instead of sending it to the
22887 printer.
22889 If it's an integer greater or equal to 2, the command prompts the user for a
22890 current PostScript printer and for a file name. Then change the active
22891 printer to that chosen by user and saves the PostScript image in that file
22892 instead of sending it to the printer.
22894 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
22895 active printer and printing will immediately be done using the new active
22896 printer.
22898 Otherwise, send the image to the printer.
22901 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22902 are both set to t.
22904 \(fn N-UP &optional SELECT)" t nil)
22906 (autoload 'pr-txt-fast-fire "printing" "\
22907 Fast fire function for text printing.
22909 If a region is active, the region will be printed instead of the whole buffer.
22910 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22911 `pr-mode-alist' will be used, that is, the current buffer or region will be
22912 printed using `pr-txt-mode'.
22914 Interactively, when you use a prefix argument (C-u), the command prompts the
22915 user for a new active text printer.
22917 Noninteractively, the argument SELECT-PRINTER is treated as follows:
22919 If it's nil, the printing is sent to the current active text printer.
22921 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
22922 active printer and printing will immediately be done using the new active
22923 printer.
22925 If it's non-nil, the command prompts the user for a new active text printer.
22927 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22928 are both set to t.
22930 \(fn &optional SELECT-PRINTER)" t nil)
22932 ;;;***
22934 ;;;### (autoloads (proced) "proced" "proced.el" (20453 5437 764254
22935 ;;;;;; 0))
22936 ;;; Generated autoloads from proced.el
22938 (autoload 'proced "proced" "\
22939 Generate a listing of UNIX system processes.
22940 If invoked with optional ARG the window displaying the process
22941 information will be displayed but not selected.
22942 Runs the normal hook `proced-post-display-hook'.
22944 See `proced-mode' for a description of features available in Proced buffers.
22946 \(fn &optional ARG)" t nil)
22948 ;;;***
22950 ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22951 ;;;;;; "progmodes/prolog.el" (20397 45851 446679 0))
22952 ;;; Generated autoloads from progmodes/prolog.el
22954 (autoload 'prolog-mode "prolog" "\
22955 Major mode for editing Prolog code.
22957 Blank lines and `%%...' separate paragraphs. `%'s starts a comment
22958 line and comments can also be enclosed in /* ... */.
22960 If an optional argument SYSTEM is non-nil, set up mode for the given system.
22962 To find out what version of Prolog mode you are running, enter
22963 `\\[prolog-mode-version]'.
22965 Commands:
22966 \\{prolog-mode-map}
22967 Entry to this mode calls the value of `prolog-mode-hook'
22968 if that value is non-nil.
22970 \(fn)" t nil)
22972 (autoload 'mercury-mode "prolog" "\
22973 Major mode for editing Mercury programs.
22974 Actually this is just customized `prolog-mode'.
22976 \(fn)" t nil)
22978 (autoload 'run-prolog "prolog" "\
22979 Run an inferior Prolog process, input and output via buffer *prolog*.
22980 With prefix argument ARG, restart the Prolog process if running before.
22982 \(fn ARG)" t nil)
22984 ;;;***
22986 ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20355
22987 ;;;;;; 10021 546955 0))
22988 ;;; Generated autoloads from ps-bdf.el
22990 (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")) "\
22991 List of directories to search for `BDF' font files.
22992 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22994 (custom-autoload 'bdf-directory-list "ps-bdf" t)
22996 ;;;***
22998 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20355
22999 ;;;;;; 10021 546955 0))
23000 ;;; Generated autoloads from progmodes/ps-mode.el
23002 (autoload 'ps-mode "ps-mode" "\
23003 Major mode for editing PostScript with GNU Emacs.
23005 Entry to this mode calls `ps-mode-hook'.
23007 The following variables hold user options, and can
23008 be set through the `customize' command:
23010 `ps-mode-auto-indent'
23011 `ps-mode-tab'
23012 `ps-mode-paper-size'
23013 `ps-mode-print-function'
23014 `ps-run-prompt'
23015 `ps-run-font-lock-keywords-2'
23016 `ps-run-x'
23017 `ps-run-dumb'
23018 `ps-run-init'
23019 `ps-run-error-line-numbers'
23020 `ps-run-tmp-dir'
23022 Type \\[describe-variable] for documentation on these options.
23025 \\{ps-mode-map}
23028 When starting an interactive PostScript process with \\[ps-run-start],
23029 a second window will be displayed, and `ps-run-mode-hook' will be called.
23030 The keymap for this second window is:
23032 \\{ps-run-mode-map}
23035 When Ghostscript encounters an error it displays an error message
23036 with a file position. Clicking mouse-2 on this number will bring
23037 point to the corresponding spot in the PostScript window, if input
23038 to the interpreter was sent from that window.
23039 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
23041 \(fn)" t nil)
23043 ;;;***
23045 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
23046 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
23047 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
23048 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
23049 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
23050 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20355
23051 ;;;;;; 10021 546955 0))
23052 ;;; Generated autoloads from ps-print.el
23054 (defvar ps-page-dimensions-database (purecopy (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") '(addresslarge 236.0 99.0 "AddressLarge") '(addresssmall 236.0 68.0 "AddressSmall") '(cuthanging13 90.0 222.0 "CutHanging13") '(cuthanging15 90.0 114.0 "CutHanging15") '(diskette 181.0 136.0 "Diskette") '(eurofilefolder 139.0 112.0 "EuropeanFilefolder") '(eurofoldernarrow 526.0 107.0 "EuroFolderNarrow") '(eurofolderwide 526.0 136.0 "EuroFolderWide") '(euronamebadge 189.0 108.0 "EuroNameBadge") '(euronamebadgelarge 223.0 136.0 "EuroNameBadgeLarge") '(filefolder 230.0 37.0 "FileFolder") '(jewelry 76.0 136.0 "Jewelry") '(mediabadge 180.0 136.0 "MediaBadge") '(multipurpose 126.0 68.0 "MultiPurpose") '(retaillabel 90.0 104.0 "RetailLabel") '(shipping 271.0 136.0 "Shipping") '(slide35mm 26.0 104.0 "Slide35mm") '(spine8mm 187.0 26.0 "Spine8mm") '(topcoated 425.19685 136.0 "TopCoatedPaper") '(topcoatedpaper 396.0 136.0 "TopcoatedPaper150") '(vhsface 205.0 127.0 "VHSFace") '(vhsspine 400.0 50.0 "VHSSpine") '(zipdisk 156.0 136.0 "ZipDisk"))) "\
23055 List associating a symbolic paper type to its width, height and doc media.
23056 See `ps-paper-type'.")
23058 (custom-autoload 'ps-page-dimensions-database "ps-print" t)
23060 (defvar ps-paper-type 'letter "\
23061 Specify the size of paper to format for.
23062 Should be one of the paper types defined in `ps-page-dimensions-database', for
23063 example `letter', `legal' or `a4'.")
23065 (custom-autoload 'ps-paper-type "ps-print" t)
23067 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
23068 Specify how buffer's text color is printed.
23070 Valid values are:
23072 nil Do not print colors.
23074 t Print colors.
23076 black-white Print colors on black/white printer.
23077 See also `ps-black-white-faces'.
23079 Any other value is treated as t.")
23081 (custom-autoload 'ps-print-color-p "ps-print" t)
23083 (autoload 'ps-print-customize "ps-print" "\
23084 Customization of ps-print group.
23086 \(fn)" t nil)
23088 (autoload 'ps-print-buffer "ps-print" "\
23089 Generate and print a PostScript image of the buffer.
23091 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
23092 user for a file name, and saves the PostScript image in that file instead of
23093 sending it to the printer.
23095 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
23096 send the image to the printer. If FILENAME is a string, save the PostScript
23097 image in a file with that name.
23099 \(fn &optional FILENAME)" t nil)
23101 (autoload 'ps-print-buffer-with-faces "ps-print" "\
23102 Generate and print a PostScript image of the buffer.
23103 Like `ps-print-buffer', but includes font, color, and underline information in
23104 the generated image. This command works only if you are using a window system,
23105 so it has a way to determine color values.
23107 \(fn &optional FILENAME)" t nil)
23109 (autoload 'ps-print-region "ps-print" "\
23110 Generate and print a PostScript image of the region.
23111 Like `ps-print-buffer', but prints just the current region.
23113 \(fn FROM TO &optional FILENAME)" t nil)
23115 (autoload 'ps-print-region-with-faces "ps-print" "\
23116 Generate and print a PostScript image of the region.
23117 Like `ps-print-region', but includes font, color, and underline information in
23118 the generated image. This command works only if you are using a window system,
23119 so it has a way to determine color values.
23121 \(fn FROM TO &optional FILENAME)" t nil)
23123 (autoload 'ps-spool-buffer "ps-print" "\
23124 Generate and spool a PostScript image of the buffer.
23125 Like `ps-print-buffer' except that the PostScript image is saved in a local
23126 buffer to be sent to the printer later.
23128 Use the command `ps-despool' to send the spooled images to the printer.
23130 \(fn)" t nil)
23132 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
23133 Generate and spool a PostScript image of the buffer.
23134 Like `ps-spool-buffer', but includes font, color, and underline information in
23135 the generated image. This command works only if you are using a window system,
23136 so it has a way to determine color values.
23138 Use the command `ps-despool' to send the spooled images to the printer.
23140 \(fn)" t nil)
23142 (autoload 'ps-spool-region "ps-print" "\
23143 Generate a PostScript image of the region and spool locally.
23144 Like `ps-spool-buffer', but spools just the current region.
23146 Use the command `ps-despool' to send the spooled images to the printer.
23148 \(fn FROM TO)" t nil)
23150 (autoload 'ps-spool-region-with-faces "ps-print" "\
23151 Generate a PostScript image of the region and spool locally.
23152 Like `ps-spool-region', but includes font, color, and underline information in
23153 the generated image. This command works only if you are using a window system,
23154 so it has a way to determine color values.
23156 Use the command `ps-despool' to send the spooled images to the printer.
23158 \(fn FROM TO)" t nil)
23160 (autoload 'ps-despool "ps-print" "\
23161 Send the spooled PostScript to the printer.
23163 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
23164 user for a file name, and saves the spooled PostScript image in that file
23165 instead of sending it to the printer.
23167 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
23168 send the image to the printer. If FILENAME is a string, save the PostScript
23169 image in a file with that name.
23171 \(fn &optional FILENAME)" t nil)
23173 (autoload 'ps-line-lengths "ps-print" "\
23174 Display the correspondence between a line length and a font size.
23175 Done using the current ps-print setup.
23176 Try: pr -t file | awk '{printf \"%3d %s
23177 \", length($0), $0}' | sort -r | head
23179 \(fn)" t nil)
23181 (autoload 'ps-nb-pages-buffer "ps-print" "\
23182 Display number of pages to print this buffer, for various font heights.
23183 The table depends on the current ps-print setup.
23185 \(fn NB-LINES)" t nil)
23187 (autoload 'ps-nb-pages-region "ps-print" "\
23188 Display number of pages to print the region, for various font heights.
23189 The table depends on the current ps-print setup.
23191 \(fn NB-LINES)" t nil)
23193 (autoload 'ps-setup "ps-print" "\
23194 Return the current PostScript-generation setup.
23196 \(fn)" nil nil)
23198 (autoload 'ps-extend-face-list "ps-print" "\
23199 Extend face in ALIST-SYM.
23201 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
23202 with face extension in ALIST-SYM; otherwise, overrides.
23204 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
23205 otherwise, it should be an alist symbol.
23207 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
23209 See `ps-extend-face' for documentation.
23211 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
23213 (autoload 'ps-extend-face "ps-print" "\
23214 Extend face in ALIST-SYM.
23216 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
23217 with face extensions in ALIST-SYM; otherwise, overrides.
23219 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
23220 otherwise, it should be an alist symbol.
23222 The elements of FACE-EXTENSION list have the form:
23224 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
23226 FACE-NAME is a face name symbol.
23228 FOREGROUND and BACKGROUND may be nil or a string that denotes the
23229 foreground and background colors respectively.
23231 EXTENSION is one of the following symbols:
23232 bold - use bold font.
23233 italic - use italic font.
23234 underline - put a line under text.
23235 strikeout - like underline, but the line is in middle of text.
23236 overline - like underline, but the line is over the text.
23237 shadow - text will have a shadow.
23238 box - text will be surrounded by a box.
23239 outline - print characters as hollow outlines.
23241 If EXTENSION is any other symbol, it is ignored.
23243 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
23245 ;;;***
23247 ;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el"
23248 ;;;;;; (20504 35072 130543 0))
23249 ;;; Generated autoloads from progmodes/python.el
23251 (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
23253 (add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode))
23255 (autoload 'run-python "python" "\
23256 Run an inferior Python process.
23257 Input and output via buffer named after
23258 `python-shell-buffer-name'. If there is a process already
23259 running in that buffer, just switch to it.
23261 With argument, allows you to define CMD so you can edit the
23262 command used to call the interpreter and define DEDICATED, so a
23263 dedicated process for the current buffer is open. When numeric
23264 prefix arg is other than 0 or 4 do not SHOW.
23266 Runs the hook `inferior-python-mode-hook' (after the
23267 `comint-mode-hook' is run). (Type \\[describe-mode] in the
23268 process buffer for a list of commands.)
23270 \(fn CMD &optional DEDICATED SHOW)" t nil)
23272 (autoload 'python-mode "python" "\
23273 Major mode for editing Python files.
23275 \\{python-mode-map}
23276 Entry to this mode calls the value of `python-mode-hook'
23277 if that value is non-nil.
23279 \(fn)" t nil)
23281 ;;;***
23283 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
23284 ;;;;;; (20355 10021 546955 0))
23285 ;;; Generated autoloads from gnus/qp.el
23287 (autoload 'quoted-printable-decode-region "qp" "\
23288 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
23289 If CODING-SYSTEM is non-nil, decode bytes into characters with that
23290 coding-system.
23292 Interactively, you can supply the CODING-SYSTEM argument
23293 with \\[universal-coding-system-argument].
23295 The CODING-SYSTEM argument is a historical hangover and is deprecated.
23296 QP encodes raw bytes and should be decoded into raw bytes. Decoding
23297 them into characters should be done separately.
23299 \(fn FROM TO &optional CODING-SYSTEM)" t nil)
23301 ;;;***
23303 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
23304 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
23305 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
23306 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
23307 ;;;;;; "international/quail.el" (20501 3499 284800 0))
23308 ;;; Generated autoloads from international/quail.el
23310 (autoload 'quail-title "quail" "\
23311 Return the title of the current Quail package.
23313 \(fn)" nil nil)
23315 (autoload 'quail-use-package "quail" "\
23316 Start using Quail package PACKAGE-NAME.
23317 The remaining arguments are LIBRARIES to be loaded before using the package.
23319 This activates input method defined by PACKAGE-NAME by running
23320 `quail-activate', which see.
23322 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
23324 (autoload 'quail-define-package "quail" "\
23325 Define NAME as a new Quail package for input LANGUAGE.
23326 TITLE is a string to be displayed at mode-line to indicate this package.
23327 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
23328 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
23329 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
23330 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
23332 GUIDANCE specifies how a guidance string is shown in echo area.
23333 If it is t, list of all possible translations for the current key is shown
23334 with the currently selected translation being highlighted.
23335 If it is an alist, the element has the form (CHAR . STRING). Each character
23336 in the current key is searched in the list and the corresponding string is
23337 shown.
23338 If it is nil, the current key is shown.
23340 DOCSTRING is the documentation string of this package. The command
23341 `describe-input-method' shows this string while replacing the form
23342 \\=\\<VAR> in the string by the value of VAR. That value should be a
23343 string. For instance, the form \\=\\<quail-translation-docstring> is
23344 replaced by a description about how to select a translation from a
23345 list of candidates.
23347 TRANSLATION-KEYS specifies additional key bindings used while translation
23348 region is active. It is an alist of single key character vs. corresponding
23349 command to be called.
23351 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
23352 for the future to translate the same key. If this flag is nil, a
23353 translation selected for a key is remembered so that it can be the
23354 first candidate when the same key is entered later.
23356 DETERMINISTIC non-nil means the first candidate of translation is
23357 selected automatically without allowing users to select another
23358 translation for a key. In this case, unselected translations are of
23359 no use for an interactive use of Quail but can be used by some other
23360 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
23361 to t.
23363 KBD-TRANSLATE non-nil means input characters are translated from a
23364 user's keyboard layout to the standard keyboard layout. See the
23365 documentation of `quail-keyboard-layout' and
23366 `quail-keyboard-layout-standard' for more detail.
23368 SHOW-LAYOUT non-nil means the `quail-help' command should show
23369 the user's keyboard layout visually with translated characters.
23370 If KBD-TRANSLATE is set, it is desirable to set also this flag unless
23371 this package defines no translations for single character keys.
23373 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
23374 map is an alist of translations and corresponding original keys.
23375 Although this map is not used by Quail itself, it can be used by some
23376 other programs. For instance, Vietnamese supporting needs this map to
23377 convert Vietnamese text to VIQR format which uses only ASCII
23378 characters to represent Vietnamese characters.
23380 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
23381 length of the shortest sequence. When we don't have a translation of
23382 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
23383 the key at \"..AB\" and start translation of \"CD..\". Hangul
23384 packages, for instance, use this facility. If this flag is nil, we
23385 break the key just at \"..ABC\" and start translation of \"D..\".
23387 OVERLAY-PLIST if non-nil is a property list put on an overlay which
23388 covers Quail translation region.
23390 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
23391 the current translation region according to a new translation data. By
23392 default, a translated text or a user's key sequence (if no translation
23393 for it) is inserted.
23395 CONVERSION-KEYS specifies additional key bindings used while
23396 conversion region is active. It is an alist of single key character
23397 vs. corresponding command to be called.
23399 If SIMPLE is non-nil, then we do not alter the meanings of
23400 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
23401 non-Quail commands.
23403 \(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)
23405 (autoload 'quail-set-keyboard-layout "quail" "\
23406 Set the current keyboard layout to the same as keyboard KBD-TYPE.
23408 Since some Quail packages depends on a physical layout of keys (not
23409 characters generated by them), those are created by assuming the
23410 standard layout defined in `quail-keyboard-layout-standard'. This
23411 function tells Quail system the layout of your keyboard so that what
23412 you type is correctly handled.
23414 \(fn KBD-TYPE)" t nil)
23416 (autoload 'quail-show-keyboard-layout "quail" "\
23417 Show the physical layout of the keyboard type KEYBOARD-TYPE.
23419 The variable `quail-keyboard-layout-type' holds the currently selected
23420 keyboard type.
23422 \(fn &optional KEYBOARD-TYPE)" t nil)
23424 (autoload 'quail-define-rules "quail" "\
23425 Define translation rules of the current Quail package.
23426 Each argument is a list of KEY and TRANSLATION.
23427 KEY is a string meaning a sequence of keystrokes to be translated.
23428 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
23429 If it is a character, it is the sole translation of KEY.
23430 If it is a string, each character is a candidate for the translation.
23431 If it is a vector, each element (string or character) is a candidate
23432 for the translation.
23433 In these cases, a key specific Quail map is generated and assigned to KEY.
23435 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
23436 it is used to handle KEY.
23438 The first argument may be an alist of annotations for the following
23439 rules. Each element has the form (ANNOTATION . VALUE), where
23440 ANNOTATION is a symbol indicating the annotation type. Currently
23441 the following annotation types are supported.
23443 append -- the value non-nil means that the following rules should
23444 be appended to the rules of the current Quail package.
23446 face -- the value is a face to use for displaying TRANSLATIONs in
23447 candidate list.
23449 advice -- the value is a function to call after one of RULES is
23450 selected. The function is called with one argument, the
23451 selected TRANSLATION string, after the TRANSLATION is
23452 inserted.
23454 no-decode-map --- the value non-nil means that decoding map is not
23455 generated for the following translations.
23457 \(fn &rest RULES)" nil t)
23459 (autoload 'quail-install-map "quail" "\
23460 Install the Quail map MAP in the current Quail package.
23462 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
23463 which to install MAP.
23465 The installed map can be referred by the function `quail-map'.
23467 \(fn MAP &optional NAME)" nil nil)
23469 (autoload 'quail-install-decode-map "quail" "\
23470 Install the Quail decode map DECODE-MAP in the current Quail package.
23472 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
23473 which to install MAP.
23475 The installed decode map can be referred by the function `quail-decode-map'.
23477 \(fn DECODE-MAP &optional NAME)" nil nil)
23479 (autoload 'quail-defrule "quail" "\
23480 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
23481 KEY is a string meaning a sequence of keystrokes to be translated.
23482 TRANSLATION is a character, a string, a vector, a Quail map,
23483 a function, or a cons.
23484 It it is a character, it is the sole translation of KEY.
23485 If it is a string, each character is a candidate for the translation.
23486 If it is a vector, each element (string or character) is a candidate
23487 for the translation.
23488 If it is a cons, the car is one of the above and the cdr is a function
23489 to call when translating KEY (the return value is assigned to the
23490 variable `quail-current-data'). If the cdr part is not a function,
23491 the value itself is assigned to `quail-current-data'.
23492 In these cases, a key specific Quail map is generated and assigned to KEY.
23494 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
23495 it is used to handle KEY.
23497 Optional 3rd argument NAME, if specified, says which Quail package
23498 to define this translation rule in. The default is to define it in the
23499 current Quail package.
23501 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
23502 to the current translations for KEY instead of replacing them.
23504 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
23506 (autoload 'quail-defrule-internal "quail" "\
23507 Define KEY as TRANS in a Quail map MAP.
23509 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
23510 current translations for KEY instead of replacing them.
23512 Optional 5th arg DECODE-MAP is a Quail decode map.
23514 Optional 6th arg PROPS is a property list annotating TRANS. See the
23515 function `quail-define-rules' for the detail.
23517 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
23519 (autoload 'quail-update-leim-list-file "quail" "\
23520 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
23521 DIRNAME is a directory containing Emacs input methods;
23522 normally, it should specify the `leim' subdirectory
23523 of the Emacs source tree.
23525 It searches for Quail packages under `quail' subdirectory of DIRNAME,
23526 and update the file \"leim-list.el\" in DIRNAME.
23528 When called from a program, the remaining arguments are additional
23529 directory names to search for Quail packages under `quail' subdirectory
23530 of each directory.
23532 \(fn DIRNAME &rest DIRNAMES)" t nil)
23534 ;;;***
23536 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
23537 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
23538 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20478
23539 ;;;;;; 3673 653810 0))
23540 ;;; Generated autoloads from net/quickurl.el
23542 (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" "\
23543 Example `quickurl-postfix' text that adds a local variable to the
23544 `quickurl-url-file' so that if you edit it by hand it will ensure that
23545 `quickurl-urls' is updated with the new URL list.
23547 To make use of this do something like:
23549 (setq quickurl-postfix quickurl-reread-hook-postfix)
23551 in your ~/.emacs (after loading/requiring quickurl).")
23553 (autoload 'quickurl "quickurl" "\
23554 Insert a URL based on LOOKUP.
23556 If not supplied LOOKUP is taken to be the word at point in the current
23557 buffer, this default action can be modified via
23558 `quickurl-grab-lookup-function'.
23560 \(fn &optional LOOKUP)" t nil)
23562 (autoload 'quickurl-ask "quickurl" "\
23563 Insert a URL, with `completing-read' prompt, based on LOOKUP.
23565 \(fn LOOKUP)" t nil)
23567 (autoload 'quickurl-add-url "quickurl" "\
23568 Allow the user to interactively add a new URL associated with WORD.
23570 See `quickurl-grab-url' for details on how the default word/URL combination
23571 is decided.
23573 \(fn WORD URL COMMENT)" t nil)
23575 (autoload 'quickurl-browse-url "quickurl" "\
23576 Browse the URL associated with LOOKUP.
23578 If not supplied LOOKUP is taken to be the word at point in the
23579 current buffer, this default action can be modified via
23580 `quickurl-grab-lookup-function'.
23582 \(fn &optional LOOKUP)" t nil)
23584 (autoload 'quickurl-browse-url-ask "quickurl" "\
23585 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
23587 \(fn LOOKUP)" t nil)
23589 (autoload 'quickurl-edit-urls "quickurl" "\
23590 Pull `quickurl-url-file' into a buffer for hand editing.
23592 \(fn)" t nil)
23594 (autoload 'quickurl-list-mode "quickurl" "\
23595 A mode for browsing the quickurl URL list.
23597 The key bindings for `quickurl-list-mode' are:
23599 \\{quickurl-list-mode-map}
23601 \(fn)" t nil)
23603 (autoload 'quickurl-list "quickurl" "\
23604 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
23606 \(fn)" t nil)
23608 ;;;***
23610 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
23611 ;;;;;; "net/rcirc.el" (20434 17809 692608 0))
23612 ;;; Generated autoloads from net/rcirc.el
23614 (autoload 'rcirc "rcirc" "\
23615 Connect to all servers in `rcirc-server-alist'.
23617 Do not connect to a server if it is already connected.
23619 If ARG is non-nil, instead prompt for connection parameters.
23621 \(fn ARG)" t nil)
23623 (defalias 'irc 'rcirc)
23625 (autoload 'rcirc-connect "rcirc" "\
23628 \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION)" nil nil)
23630 (defvar rcirc-track-minor-mode nil "\
23631 Non-nil if Rcirc-Track minor mode is enabled.
23632 See the command `rcirc-track-minor-mode' for a description of this minor mode.
23633 Setting this variable directly does not take effect;
23634 either customize it (see the info node `Easy Customization')
23635 or call the function `rcirc-track-minor-mode'.")
23637 (custom-autoload 'rcirc-track-minor-mode "rcirc" nil)
23639 (autoload 'rcirc-track-minor-mode "rcirc" "\
23640 Global minor mode for tracking activity in rcirc buffers.
23641 With a prefix argument ARG, enable the mode if ARG is positive,
23642 and disable it otherwise. If called from Lisp, enable the mode
23643 if ARG is omitted or nil.
23645 \(fn &optional ARG)" t nil)
23647 ;;;***
23649 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20355
23650 ;;;;;; 10021 546955 0))
23651 ;;; Generated autoloads from net/rcompile.el
23653 (autoload 'remote-compile "rcompile" "\
23654 Compile the current buffer's directory on HOST. Log in as USER.
23655 See \\[compile].
23657 \(fn HOST USER COMMAND)" t nil)
23659 ;;;***
23661 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
23662 ;;;;;; (20427 14766 970343 0))
23663 ;;; Generated autoloads from emacs-lisp/re-builder.el
23665 (defalias 'regexp-builder 're-builder)
23667 (autoload 're-builder "re-builder" "\
23668 Construct a regexp interactively.
23669 This command makes the current buffer the \"target\" buffer of
23670 the regexp builder. It displays a buffer named \"*RE-Builder*\"
23671 in another window, initially containing an empty regexp.
23673 As you edit the regexp in the \"*RE-Builder*\" buffer, the
23674 matching parts of the target buffer will be highlighted.
23676 \(fn)" t nil)
23678 ;;;***
23680 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20356 2211
23681 ;;;;;; 532900 0))
23682 ;;; Generated autoloads from recentf.el
23684 (defvar recentf-mode nil "\
23685 Non-nil if Recentf mode is enabled.
23686 See the command `recentf-mode' for a description of this minor mode.
23687 Setting this variable directly does not take effect;
23688 either customize it (see the info node `Easy Customization')
23689 or call the function `recentf-mode'.")
23691 (custom-autoload 'recentf-mode "recentf" nil)
23693 (autoload 'recentf-mode "recentf" "\
23694 Toggle \"Open Recent\" menu (Recentf mode).
23695 With a prefix argument ARG, enable Recentf mode if ARG is
23696 positive, and disable it otherwise. If called from Lisp, enable
23697 Recentf mode if ARG is omitted or nil.
23699 When Recentf mode is enabled, a \"Open Recent\" submenu is
23700 displayed in the \"File\" menu, containing a list of files that
23701 were operated on recently.
23703 \(fn &optional ARG)" t nil)
23705 ;;;***
23707 ;;;### (autoloads (rectangle-number-lines clear-rectangle string-insert-rectangle
23708 ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
23709 ;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
23710 ;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
23711 ;;;;;; "rect" "rect.el" (20501 3499 284800 0))
23712 ;;; Generated autoloads from rect.el
23714 (autoload 'delete-rectangle "rect" "\
23715 Delete (don't save) text in the region-rectangle.
23716 The same range of columns is deleted in each line starting with the
23717 line where the region begins and ending with the line where the region
23718 ends.
23720 When called from a program the rectangle's corners are START and END.
23721 With a prefix (or a FILL) argument, also fill lines where nothing has
23722 to be deleted.
23724 \(fn START END &optional FILL)" t nil)
23726 (autoload 'delete-extract-rectangle "rect" "\
23727 Delete the contents of the rectangle with corners at START and END.
23728 Return it as a list of strings, one for each line of the rectangle.
23730 When called from a program the rectangle's corners are START and END.
23731 With an optional FILL argument, also fill lines where nothing has to be
23732 deleted.
23734 \(fn START END &optional FILL)" nil nil)
23736 (autoload 'extract-rectangle "rect" "\
23737 Return the contents of the rectangle with corners at START and END.
23738 Return it as a list of strings, one for each line of the rectangle.
23740 \(fn START END)" nil nil)
23742 (autoload 'kill-rectangle "rect" "\
23743 Delete the region-rectangle and save it as the last killed one.
23745 When called from a program the rectangle's corners are START and END.
23746 You might prefer to use `delete-extract-rectangle' from a program.
23748 With a prefix (or a FILL) argument, also fill lines where nothing has to be
23749 deleted.
23751 If the buffer is read-only, Emacs will beep and refrain from deleting
23752 the rectangle, but put it in the kill ring anyway. This means that
23753 you can use this command to copy text from a read-only buffer.
23754 \(If the variable `kill-read-only-ok' is non-nil, then this won't
23755 even beep.)
23757 \(fn START END &optional FILL)" t nil)
23759 (autoload 'copy-rectangle-as-kill "rect" "\
23760 Copy the region-rectangle and save it as the last killed one.
23762 \(fn START END)" t nil)
23764 (autoload 'yank-rectangle "rect" "\
23765 Yank the last killed rectangle with upper left corner at point.
23767 \(fn)" t nil)
23769 (autoload 'insert-rectangle "rect" "\
23770 Insert text of RECTANGLE with upper left corner at point.
23771 RECTANGLE's first line is inserted at point, its second
23772 line is inserted at a point vertically under point, etc.
23773 RECTANGLE should be a list of strings.
23774 After this command, the mark is at the upper left corner
23775 and point is at the lower right corner.
23777 \(fn RECTANGLE)" nil nil)
23779 (autoload 'open-rectangle "rect" "\
23780 Blank out the region-rectangle, shifting text right.
23782 The text previously in the region is not overwritten by the blanks,
23783 but instead winds up to the right of the rectangle.
23785 When called from a program the rectangle's corners are START and END.
23786 With a prefix (or a FILL) argument, fill with blanks even if there is
23787 no text on the right side of the rectangle.
23789 \(fn START END &optional FILL)" t nil)
23791 (defalias 'close-rectangle 'delete-whitespace-rectangle)
23793 (autoload 'delete-whitespace-rectangle "rect" "\
23794 Delete all whitespace following a specified column in each line.
23795 The left edge of the rectangle specifies the position in each line
23796 at which whitespace deletion should begin. On each line in the
23797 rectangle, all continuous whitespace starting at that column is deleted.
23799 When called from a program the rectangle's corners are START and END.
23800 With a prefix (or a FILL) argument, also fill too short lines.
23802 \(fn START END &optional FILL)" t nil)
23804 (autoload 'string-rectangle "rect" "\
23805 Replace rectangle contents with STRING on each line.
23806 The length of STRING need not be the same as the rectangle width.
23808 Called from a program, takes three args; START, END and STRING.
23810 \(fn START END STRING)" t nil)
23812 (defalias 'replace-rectangle 'string-rectangle)
23814 (autoload 'string-insert-rectangle "rect" "\
23815 Insert STRING on each line of region-rectangle, shifting text right.
23817 When called from a program, the rectangle's corners are START and END.
23818 The left edge of the rectangle specifies the column for insertion.
23819 This command does not delete or overwrite any existing text.
23821 \(fn START END STRING)" t nil)
23823 (autoload 'clear-rectangle "rect" "\
23824 Blank out the region-rectangle.
23825 The text previously in the region is overwritten with blanks.
23827 When called from a program the rectangle's corners are START and END.
23828 With a prefix (or a FILL) argument, also fill with blanks the parts of the
23829 rectangle which were empty.
23831 \(fn START END &optional FILL)" t nil)
23833 (autoload 'rectangle-number-lines "rect" "\
23834 Insert numbers in front of the region-rectangle.
23836 START-AT, if non-nil, should be a number from which to begin
23837 counting. FORMAT, if non-nil, should be a format string to pass
23838 to `format' along with the line count. When called interactively
23839 with a prefix argument, prompt for START-AT and FORMAT.
23841 \(fn START END START-AT &optional FORMAT)" t nil)
23843 ;;;***
23845 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20478
23846 ;;;;;; 3673 653810 0))
23847 ;;; Generated autoloads from textmodes/refill.el
23849 (autoload 'refill-mode "refill" "\
23850 Toggle automatic refilling (Refill mode).
23851 With a prefix argument ARG, enable Refill mode if ARG is
23852 positive, and disable it otherwise. If called from Lisp, enable
23853 the mode if ARG is omitted or nil.
23855 Refill mode is a buffer-local minor mode. When enabled, the
23856 current paragraph is refilled as you edit. Self-inserting
23857 characters only cause refilling if they would cause
23858 auto-filling.
23860 For true \"word wrap\" behavior, use `visual-line-mode' instead.
23862 \(fn &optional ARG)" t nil)
23864 ;;;***
23866 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23867 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20499 48164
23868 ;;;;;; 310488 0))
23869 ;;; Generated autoloads from textmodes/reftex.el
23871 (autoload 'turn-on-reftex "reftex" "\
23872 Turn on RefTeX mode.
23874 \(fn)" nil nil)
23876 (autoload 'reftex-mode "reftex" "\
23877 Toggle RefTeX mode.
23878 With a prefix argument ARG, enable RefTeX mode if ARG is
23879 positive, and disable it otherwise. If called from Lisp, enable
23880 the mode if ARG is omitted or nil.
23882 RefTeX mode is a buffer-local minor mode with distinct support
23883 for \\label, \\ref and \\cite in LaTeX.
23885 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
23886 capabilities is available with `\\[reftex-toc]'.
23888 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
23889 When referencing, you get a menu with all labels of a given type and
23890 context of the label definition. The selected label is inserted as a
23891 \\ref macro.
23893 Citations can be made with `\\[reftex-citation]' which will use a regular expression
23894 to pull out a *formatted* list of articles from your BibTeX
23895 database. The selected citation is inserted as a \\cite macro.
23897 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
23898 or the current selection. More general index entries are created with
23899 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
23901 Most command have help available on the fly. This help is accessed by
23902 pressing `?' to any prompt mentioning this feature.
23904 Extensive documentation about RefTeX is available in Info format.
23905 You can view this information with `\\[reftex-info]'.
23907 \\{reftex-mode-map}
23908 Under X, these and other functions will also be available as `Ref' menu
23909 on the menu bar.
23911 ------------------------------------------------------------------------------
23913 \(fn &optional ARG)" t nil)
23915 (autoload 'reftex-reset-scanning-information "reftex" "\
23916 Reset the symbols containing information from buffer scanning.
23917 This enforces rescanning the buffer on next use.
23919 \(fn)" nil nil)
23921 ;;;***
23923 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23924 ;;;;;; (20355 10021 546955 0))
23925 ;;; Generated autoloads from textmodes/reftex-cite.el
23927 (autoload 'reftex-citation "reftex-cite" "\
23928 Make a citation using BibTeX database files.
23929 After prompting for a regular expression, scans the buffers with
23930 bibtex entries (taken from the \\bibliography command) and offers the
23931 matching entries for selection. The selected entry is formatted according
23932 to `reftex-cite-format' and inserted into the buffer.
23934 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
23936 FORMAT-KEY can be used to pre-select a citation format.
23938 When called with a `C-u' prefix, prompt for optional arguments in
23939 cite macros. When called with a numeric prefix, make that many
23940 citations. When called with point inside the braces of a `\\cite'
23941 command, it will add another key, ignoring the value of
23942 `reftex-cite-format'.
23944 The regular expression uses an expanded syntax: && is interpreted as `and'.
23945 Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
23946 While entering the regexp, completion on knows citation keys is possible.
23947 `=' is a good regular expression to match all entries in all files.
23949 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
23951 ;;;***
23953 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23954 ;;;;;; (20427 14766 970343 0))
23955 ;;; Generated autoloads from textmodes/reftex-global.el
23957 (autoload 'reftex-isearch-minor-mode "reftex-global" "\
23958 When on, isearch searches the whole document, not only the current file.
23959 This minor mode allows isearch to search through all the files of
23960 the current TeX document.
23962 With no argument, this command toggles
23963 `reftex-isearch-minor-mode'. With a prefix argument ARG, turn
23964 `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off.
23966 \(fn &optional ARG)" t nil)
23968 ;;;***
23970 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23971 ;;;;;; (20399 35365 4050 0))
23972 ;;; Generated autoloads from textmodes/reftex-index.el
23974 (autoload 'reftex-index-phrases-mode "reftex-index" "\
23975 Major mode for managing the Index phrases of a LaTeX document.
23976 This buffer was created with RefTeX.
23978 To insert new phrases, use
23979 - `C-c \\' in the LaTeX document to copy selection or word
23980 - `\\[reftex-index-new-phrase]' in the phrases buffer.
23982 To index phrases use one of:
23984 \\[reftex-index-this-phrase] index current phrase
23985 \\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
23986 \\[reftex-index-all-phrases] index all phrases
23987 \\[reftex-index-remaining-phrases] index current and following phrases
23988 \\[reftex-index-region-phrases] index the phrases in the region
23990 You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
23991 To display information about the phrase at point, use \\[reftex-index-phrases-info].
23993 For more information see the RefTeX User Manual.
23995 Here are all local bindings.
23997 \\{reftex-index-phrases-mode-map}
23999 \(fn)" t nil)
24001 ;;;***
24003 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
24004 ;;;;;; (20355 10021 546955 0))
24005 ;;; Generated autoloads from textmodes/reftex-parse.el
24007 (autoload 'reftex-all-document-files "reftex-parse" "\
24008 Return a list of all files belonging to the current document.
24009 When RELATIVE is non-nil, give file names relative to directory
24010 of master file.
24012 \(fn &optional RELATIVE)" nil nil)
24014 ;;;***
24016 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20498
24017 ;;;;;; 27300 867875 0))
24018 ;;; Generated autoloads from textmodes/reftex-vars.el
24019 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
24020 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
24021 (put 'reftex-level-indent 'safe-local-variable 'integerp)
24022 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
24024 ;;;***
24026 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
24027 ;;;;;; (20363 61861 222722 0))
24028 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
24030 (autoload 'regexp-opt "regexp-opt" "\
24031 Return a regexp to match a string in the list STRINGS.
24032 Each string should be unique in STRINGS and should not contain any regexps,
24033 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
24034 is enclosed by at least one regexp grouping construct.
24035 The returned regexp is typically more efficient than the equivalent regexp:
24037 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
24038 (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
24040 If PAREN is `words', then the resulting regexp is additionally surrounded
24041 by \\=\\< and \\>.
24042 If PAREN is `symbols', then the resulting regexp is additionally surrounded
24043 by \\=\\_< and \\_>.
24045 \(fn STRINGS &optional PAREN)" nil nil)
24047 (autoload 'regexp-opt-depth "regexp-opt" "\
24048 Return the depth of REGEXP.
24049 This means the number of non-shy regexp grouping constructs
24050 \(parenthesized expressions) in REGEXP.
24052 \(fn REGEXP)" nil nil)
24054 ;;;***
24056 ;;;### (autoloads (remember-diary-extract-entries remember-clipboard
24057 ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
24058 ;;;;;; (20355 10021 546955 0))
24059 ;;; Generated autoloads from textmodes/remember.el
24061 (autoload 'remember "remember" "\
24062 Remember an arbitrary piece of data.
24063 INITIAL is the text to initially place in the *Remember* buffer,
24064 or nil to bring up a blank *Remember* buffer.
24066 With a prefix or a visible region, use the region as INITIAL.
24068 \(fn &optional INITIAL)" t nil)
24070 (autoload 'remember-other-frame "remember" "\
24071 Call `remember' in another frame.
24073 \(fn &optional INITIAL)" t nil)
24075 (autoload 'remember-clipboard "remember" "\
24076 Remember the contents of the current clipboard.
24077 Most useful for remembering things from Netscape or other X Windows
24078 application.
24080 \(fn)" t nil)
24082 (autoload 'remember-diary-extract-entries "remember" "\
24083 Extract diary entries from the region.
24085 \(fn)" nil nil)
24087 ;;;***
24089 ;;;### (autoloads (repeat) "repeat" "repeat.el" (20388 65061 302484
24090 ;;;;;; 0))
24091 ;;; Generated autoloads from repeat.el
24093 (autoload 'repeat "repeat" "\
24094 Repeat most recently executed command.
24095 With prefix arg, apply new prefix arg to that command; otherwise,
24096 use the prefix arg that was used before (if any).
24097 This command is like the `.' command in the vi editor.
24099 If this command is invoked by a multi-character key sequence, it
24100 can then be repeated by repeating the final character of that
24101 sequence. This behavior can be modified by the global variable
24102 `repeat-on-final-keystroke'.
24104 `repeat' ignores commands bound to input events. Hence the term
24105 \"most recently executed command\" shall be read as \"most
24106 recently executed command not bound to an input event\".
24108 \(fn REPEAT-ARG)" t nil)
24110 ;;;***
24112 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
24113 ;;;;;; (20355 10021 546955 0))
24114 ;;; Generated autoloads from mail/reporter.el
24116 (autoload 'reporter-submit-bug-report "reporter" "\
24117 Begin submitting a bug report via email.
24119 ADDRESS is the email address for the package's maintainer. PKGNAME is
24120 the name of the package (if you want to include version numbers,
24121 you must put them into PKGNAME before calling this function).
24122 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
24123 Optional SALUTATION is inserted at the top of the mail buffer,
24124 and point is left after the salutation.
24126 VARLIST is the list of variables to dump (see `reporter-dump-state'
24127 for details). The optional argument PRE-HOOKS and POST-HOOKS are
24128 passed to `reporter-dump-state'. Optional argument SALUTATION is text
24129 to be inserted at the top of the mail buffer; in that case, point is
24130 left after that text.
24132 This function prompts for a summary if `reporter-prompt-for-summary-p'
24133 is non-nil.
24135 This function does not send a message; it uses the given information
24136 to initialize a message, which the user can then edit and finally send
24137 \(or decline to send). The variable `mail-user-agent' controls which
24138 mail-sending package is used for editing and sending the message.
24140 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
24142 ;;;***
24144 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
24145 ;;;;;; (20355 10021 546955 0))
24146 ;;; Generated autoloads from reposition.el
24148 (autoload 'reposition-window "reposition" "\
24149 Make the current definition and/or comment visible.
24150 Further invocations move it to the top of the window or toggle the
24151 visibility of comments that precede it.
24152 Point is left unchanged unless prefix ARG is supplied.
24153 If the definition is fully onscreen, it is moved to the top of the
24154 window. If it is partly offscreen, the window is scrolled to get the
24155 definition (or as much as will fit) onscreen, unless point is in a comment
24156 which is also partly offscreen, in which case the scrolling attempts to get
24157 as much of the comment onscreen as possible.
24158 Initially `reposition-window' attempts to make both the definition and
24159 preceding comments visible. Further invocations toggle the visibility of
24160 the comment lines.
24161 If ARG is non-nil, point may move in order to make the whole defun
24162 visible (if only part could otherwise be made so), to make the defun line
24163 visible (if point is in code and it could not be made so, or if only
24164 comments, including the first comment line, are visible), or to make the
24165 first comment line visible (if point is in a comment).
24167 \(fn &optional ARG)" t nil)
24169 ;;;***
24171 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
24172 ;;;;;; (20355 10021 546955 0))
24173 ;;; Generated autoloads from reveal.el
24175 (autoload 'reveal-mode "reveal" "\
24176 Toggle uncloaking of invisible text near point (Reveal mode).
24177 With a prefix argument ARG, enable Reveal mode if ARG is
24178 positive, and disable it otherwise. If called from Lisp, enable
24179 Reveal mode if ARG is omitted or nil.
24181 Reveal mode is a buffer-local minor mode. When enabled, it
24182 reveals invisible text around point.
24184 \(fn &optional ARG)" t nil)
24186 (defvar global-reveal-mode nil "\
24187 Non-nil if Global-Reveal mode is enabled.
24188 See the command `global-reveal-mode' for a description of this minor mode.
24189 Setting this variable directly does not take effect;
24190 either customize it (see the info node `Easy Customization')
24191 or call the function `global-reveal-mode'.")
24193 (custom-autoload 'global-reveal-mode "reveal" nil)
24195 (autoload 'global-reveal-mode "reveal" "\
24196 Toggle Reveal mode in all buffers (Global Reveal mode).
24197 Reveal mode renders invisible text around point visible again.
24199 With a prefix argument ARG, enable Global Reveal mode if ARG is
24200 positive, and disable it otherwise. If called from Lisp, enable
24201 the mode if ARG is omitted or nil.
24203 \(fn &optional ARG)" t nil)
24205 ;;;***
24207 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
24208 ;;;;;; (20355 10021 546955 0))
24209 ;;; Generated autoloads from emacs-lisp/ring.el
24211 (autoload 'ring-p "ring" "\
24212 Return t if X is a ring; nil otherwise.
24214 \(fn X)" nil nil)
24216 (autoload 'make-ring "ring" "\
24217 Make a ring that can contain SIZE elements.
24219 \(fn SIZE)" nil nil)
24221 ;;;***
24223 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20402 11562
24224 ;;;;;; 85788 0))
24225 ;;; Generated autoloads from net/rlogin.el
24227 (autoload 'rlogin "rlogin" "\
24228 Open a network login connection via `rlogin' with args INPUT-ARGS.
24229 INPUT-ARGS should start with a host name; it may also contain
24230 other arguments for `rlogin'.
24232 Input is sent line-at-a-time to the remote connection.
24234 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
24235 \(or `*rlogin-USER@HOST*' if the remote username differs).
24236 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
24237 a new buffer with a different connection will be made.
24239 When called from a program, if the optional second argument BUFFER is
24240 a string or buffer, it specifies the buffer to use.
24242 The variable `rlogin-program' contains the name of the actual program to
24243 run. It can be a relative or absolute path.
24245 The variable `rlogin-explicit-args' is a list of arguments to give to
24246 the rlogin when starting. They are added after any arguments given in
24247 INPUT-ARGS.
24249 If the default value of `rlogin-directory-tracking-mode' is t, then the
24250 default directory in that buffer is set to a remote (FTP) file name to
24251 access your home directory on the remote machine. Occasionally this causes
24252 an error, if you cannot access the home directory on that machine. This
24253 error is harmless as long as you don't try to use that default directory.
24255 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
24256 directory is initially set up to your (local) home directory.
24257 This is useful if the remote machine and your local machine
24258 share the same files via NFS. This is the default.
24260 If you wish to change directory tracking styles during a session, use the
24261 function `rlogin-directory-tracking-mode' rather than simply setting the
24262 variable.
24264 \(fn INPUT-ARGS &optional BUFFER)" t nil)
24266 ;;;***
24268 ;;;### (autoloads (rmail-set-remote-password rmail-input rmail-mode
24269 ;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp
24270 ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
24271 ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
24272 ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
24273 ;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20437 50597 545250
24274 ;;;;;; 0))
24275 ;;; Generated autoloads from mail/rmail.el
24277 (defvar rmail-file-name (purecopy "~/RMAIL") "\
24278 Name of user's primary mail file.")
24280 (custom-autoload 'rmail-file-name "rmail" t)
24282 (put 'rmail-spool-directory 'standard-value '((cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))))
24284 (defvar rmail-spool-directory (purecopy (cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))) "\
24285 Name of directory used by system mailer for delivering new mail.
24286 Its name should end with a slash.")
24288 (custom-autoload 'rmail-spool-directory "rmail" t)
24289 (custom-initialize-delay 'rmail-spool-directory nil)
24291 (autoload 'rmail-movemail-variant-p "rmail" "\
24292 Return t if the current movemail variant is any of VARIANTS.
24293 Currently known variants are 'emacs and 'mailutils.
24295 \(fn &rest VARIANTS)" nil nil)
24297 (defvar rmail-user-mail-address-regexp nil "\
24298 Regexp matching user mail addresses.
24299 If non-nil, this variable is used to identify the correspondent
24300 when receiving new mail. If it matches the address of the sender,
24301 the recipient is taken as correspondent of a mail.
24302 If nil (default value), your `user-login-name' and `user-mail-address'
24303 are used to exclude yourself as correspondent.
24305 Usually you don't have to set this variable, except if you collect mails
24306 sent by you under different user names.
24307 Then it should be a regexp matching your mail addresses.
24309 Setting this variable has an effect only before reading a mail.")
24311 (custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
24313 (define-obsolete-variable-alias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
24315 (defvar rmail-default-dont-reply-to-names nil "\
24316 Regexp specifying part of the default value of `mail-dont-reply-to-names'.
24317 This is used when the user does not set `mail-dont-reply-to-names'
24318 explicitly.")
24320 (make-obsolete-variable 'rmail-default-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
24322 (defvar rmail-ignored-headers (purecopy (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:\\|^mime-version:" "\\|^list-owner:\\|^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:\\|^dkim-signature:" "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:" "\\|^x-.*:")) "\
24323 Regexp to match header fields that Rmail should normally hide.
24324 \(See also `rmail-nonignored-headers', which overrides this regexp.)
24325 This variable is used for reformatting the message header,
24326 which normally happens once for each message,
24327 when you view the message for the first time in Rmail.
24328 To make a change in this variable take effect
24329 for a message that you have already viewed,
24330 go to that message and type \\[rmail-toggle-header] twice.")
24332 (custom-autoload 'rmail-ignored-headers "rmail" t)
24334 (defvar rmail-displayed-headers nil "\
24335 Regexp to match Header fields that Rmail should display.
24336 If nil, display all header fields except those matched by
24337 `rmail-ignored-headers'.")
24339 (custom-autoload 'rmail-displayed-headers "rmail" t)
24341 (defvar rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:") "\
24342 Headers that should be stripped when retrying a failed message.")
24344 (custom-autoload 'rmail-retry-ignored-headers "rmail" t)
24346 (defvar rmail-highlighted-headers (purecopy "^From:\\|^Subject:") "\
24347 Regexp to match Header fields that Rmail should normally highlight.
24348 A value of nil means don't highlight. Uses the face `rmail-highlight'.")
24350 (custom-autoload 'rmail-highlighted-headers "rmail" t)
24352 (defvar rmail-primary-inbox-list nil "\
24353 List of files that are inboxes for your primary mail file `rmail-file-name'.
24354 If this is nil, uses the environment variable MAIL. If that is
24355 unset, uses a file named by the function `user-login-name' in the
24356 directory `rmail-spool-directory' (whose value depends on the
24357 operating system). For example, \"/var/mail/USER\".")
24359 (custom-autoload 'rmail-primary-inbox-list "rmail" t)
24361 (defvar rmail-secondary-file-directory (purecopy "~/") "\
24362 Directory for additional secondary Rmail files.")
24364 (custom-autoload 'rmail-secondary-file-directory "rmail" t)
24366 (defvar rmail-secondary-file-regexp (purecopy "\\.xmail$") "\
24367 Regexp for which files are secondary Rmail files.")
24369 (custom-autoload 'rmail-secondary-file-regexp "rmail" t)
24371 (defvar rmail-mode-hook nil "\
24372 List of functions to call when Rmail is invoked.")
24374 (defvar rmail-show-message-hook nil "\
24375 List of functions to call when Rmail displays a message.")
24377 (custom-autoload 'rmail-show-message-hook "rmail" t)
24379 (defvar rmail-file-coding-system nil "\
24380 Coding system used in RMAIL file.
24382 This is set to nil by default.")
24384 (defvar rmail-insert-mime-forwarded-message-function nil "\
24385 Function to insert a message in MIME format so it can be forwarded.
24386 This function is called if `rmail-enable-mime' and
24387 `rmail-enable-mime-composing' are non-nil.
24388 It is called with one argument FORWARD-BUFFER, which is a
24389 buffer containing the message to forward. The current buffer
24390 is the outgoing mail buffer.")
24392 (autoload 'rmail "rmail" "\
24393 Read and edit incoming mail.
24394 Moves messages into file named by `rmail-file-name' and edits that
24395 file in RMAIL Mode.
24396 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
24398 May be called with file name as argument; then performs rmail editing on
24399 that file, but does not copy any new mail into the file.
24400 Interactively, if you supply a prefix argument, then you
24401 have a chance to specify a file name with the minibuffer.
24403 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
24405 \(fn &optional FILE-NAME-ARG)" t nil)
24407 (autoload 'rmail-mode "rmail" "\
24408 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
24409 All normal editing commands are turned off.
24410 Instead, these commands are available:
24412 \\[rmail-beginning-of-message] Move point to front of this message.
24413 \\[rmail-end-of-message] Move point to bottom of this message.
24414 \\[scroll-up] Scroll to next screen of this message.
24415 \\[scroll-down] Scroll to previous screen of this message.
24416 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
24417 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
24418 \\[rmail-next-message] Move to Next message whether deleted or not.
24419 \\[rmail-previous-message] Move to Previous message whether deleted or not.
24420 \\[rmail-first-message] Move to the first message in Rmail file.
24421 \\[rmail-last-message] Move to the last message in Rmail file.
24422 \\[rmail-show-message] Jump to message specified by numeric position in file.
24423 \\[rmail-search] Search for string and show message it is found in.
24424 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
24425 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
24426 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
24427 till a deleted message is found.
24428 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
24429 \\[rmail-expunge] Expunge deleted messages.
24430 \\[rmail-expunge-and-save] Expunge and save the file.
24431 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
24432 \\[save-buffer] Save without expunging.
24433 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
24434 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
24435 \\[rmail-continue] Continue composing outgoing message started before.
24436 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
24437 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
24438 \\[rmail-forward] Forward this message to another user.
24439 \\[rmail-output] Output (append) this message to another mail file.
24440 \\[rmail-output-as-seen] Output (append) this message to file as it's displayed.
24441 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
24442 \\[rmail-input] Input Rmail file. Run Rmail on that file.
24443 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
24444 \\[rmail-kill-label] Kill label. Remove a label from current message.
24445 \\[rmail-next-labeled-message] Move to Next message with specified label
24446 (label defaults to last one specified).
24447 Standard labels: filed, unseen, answered, forwarded, deleted.
24448 Any other label is present only if you add it with \\[rmail-add-label].
24449 \\[rmail-previous-labeled-message] Move to Previous message with specified label
24450 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
24451 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
24452 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
24453 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
24454 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
24455 \\[rmail-toggle-header] Toggle display of complete header.
24457 \(fn)" t nil)
24459 (autoload 'rmail-input "rmail" "\
24460 Run Rmail on file FILENAME.
24462 \(fn FILENAME)" t nil)
24464 (autoload 'rmail-set-remote-password "rmail" "\
24465 Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
24467 \(fn PASSWORD)" t nil)
24469 ;;;***
24471 ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
24472 ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20355 10021
24473 ;;;;;; 546955 0))
24474 ;;; Generated autoloads from mail/rmailout.el
24475 (put 'rmail-output-file-alist 'risky-local-variable t)
24477 (autoload 'rmail-output "rmailout" "\
24478 Append this message to mail file FILE-NAME.
24479 Writes mbox format, unless FILE-NAME exists and is Babyl format, in which
24480 case it writes Babyl.
24482 Interactively, the default file name comes from `rmail-default-file',
24483 which is updated to the name you use in this command. In all uses, if
24484 FILE-NAME is not absolute, it is expanded with the directory part of
24485 `rmail-default-file'.
24487 If a buffer is visiting FILE-NAME, adds the text to that buffer
24488 rather than saving the file directly. If the buffer is an Rmail
24489 buffer, updates it accordingly.
24491 This command always outputs the complete message header, even if
24492 the header display is currently pruned.
24494 Optional prefix argument COUNT (default 1) says to output that
24495 many consecutive messages, starting with the current one (ignoring
24496 deleted messages). If `rmail-delete-after-output' is non-nil, deletes
24497 messages after output.
24499 The optional third argument NOATTRIBUTE, if non-nil, says not to
24500 set the `filed' attribute, and not to display a \"Wrote file\"
24501 message (if writing a file directly).
24503 Set the optional fourth argument NOT-RMAIL non-nil if you call this
24504 from a non-Rmail buffer. In this case, COUNT is ignored.
24506 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
24508 (autoload 'rmail-output-as-seen "rmailout" "\
24509 Append this message to mbox file named FILE-NAME.
24510 The details are as for `rmail-output', except that:
24511 i) the header is output as currently seen
24512 ii) this function cannot write to Babyl files
24513 iii) an Rmail buffer cannot be visiting FILE-NAME
24515 Note that if NOT-RMAIL is non-nil, there is no difference between this
24516 function and `rmail-output'. This argument may be removed in future,
24517 so you should call `rmail-output' directly in that case.
24519 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
24521 (autoload 'rmail-output-body-to-file "rmailout" "\
24522 Write this message body to the file FILE-NAME.
24523 Interactively, the default file name comes from either the message
24524 \"Subject\" header, or from `rmail-default-body-file'. Updates the value
24525 of `rmail-default-body-file' accordingly. In all uses, if FILE-NAME
24526 is not absolute, it is expanded with the directory part of
24527 `rmail-default-body-file'.
24529 Note that this overwrites FILE-NAME (after confirmation), rather
24530 than appending to it. Deletes the message after writing if
24531 `rmail-delete-after-output' is non-nil.
24533 \(fn FILE-NAME)" t nil)
24535 ;;;***
24537 ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
24538 ;;;;;; (20355 10021 546955 0))
24539 ;;; Generated autoloads from nxml/rng-cmpct.el
24541 (autoload 'rng-c-load-schema "rng-cmpct" "\
24542 Load a schema in RELAX NG compact syntax from FILENAME.
24543 Return a pattern.
24545 \(fn FILENAME)" nil nil)
24547 ;;;***
24549 ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
24550 ;;;;;; (20355 10021 546955 0))
24551 ;;; Generated autoloads from nxml/rng-nxml.el
24553 (autoload 'rng-nxml-mode-init "rng-nxml" "\
24554 Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
24555 This is typically called from `nxml-mode-hook'.
24556 Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
24558 \(fn)" t nil)
24560 ;;;***
24562 ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
24563 ;;;;;; (20355 10021 546955 0))
24564 ;;; Generated autoloads from nxml/rng-valid.el
24566 (autoload 'rng-validate-mode "rng-valid" "\
24567 Minor mode performing continual validation against a RELAX NG schema.
24569 Checks whether the buffer is a well-formed XML 1.0 document,
24570 conforming to the XML Namespaces Recommendation and valid against a
24571 RELAX NG schema. The mode-line indicates whether it is or not. Any
24572 parts of the buffer that cause it not to be are considered errors and
24573 are highlighted with face `rng-error'. A description of each error is
24574 available as a tooltip. \\[rng-next-error] goes to the next error
24575 after point. Clicking mouse-1 on the word `Invalid' in the mode-line
24576 goes to the first error in the buffer. If the buffer changes, then it
24577 will be automatically rechecked when Emacs becomes idle; the
24578 rechecking will be paused whenever there is input pending.
24580 By default, uses a vacuous schema that allows any well-formed XML
24581 document. A schema can be specified explicitly using
24582 \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's
24583 file name or on the root element name. In each case the schema must
24584 be a RELAX NG schema using the compact schema (such schemas
24585 conventionally have a suffix of `.rnc'). The variable
24586 `rng-schema-locating-files' specifies files containing rules
24587 to use for finding the schema.
24589 \(fn &optional ARG NO-CHANGE-SCHEMA)" t nil)
24591 ;;;***
24593 ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20355
24594 ;;;;;; 10021 546955 0))
24595 ;;; Generated autoloads from nxml/rng-xsd.el
24597 (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
24599 (autoload 'rng-xsd-compile "rng-xsd" "\
24600 Provides W3C XML Schema as a RELAX NG datatypes library.
24601 NAME is a symbol giving the local name of the datatype. PARAMS is a
24602 list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol
24603 giving the name of the parameter and PARAM-VALUE is a string giving
24604 its value. If NAME or PARAMS are invalid, it calls rng-dt-error
24605 passing it arguments in the same style as format; the value from
24606 rng-dt-error will be returned. Otherwise, it returns a list. The
24607 first member of the list is t if any string is a legal value for the
24608 datatype and nil otherwise. The second argument is a symbol; this
24609 symbol will be called as a function passing it a string followed by
24610 the remaining members of the list. The function must return an object
24611 representing the value of the datatype that was represented by the
24612 string, or nil if the string is not a representation of any value.
24613 The object returned can be any convenient non-nil value, provided
24614 that, if two strings represent the same value, the returned objects
24615 must be equal.
24617 \(fn NAME PARAMS)" nil nil)
24619 ;;;***
24621 ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
24622 ;;;;;; "robin" "international/robin.el" (20501 3499 284800 0))
24623 ;;; Generated autoloads from international/robin.el
24625 (autoload 'robin-define-package "robin" "\
24626 Define a robin package.
24628 NAME is the string of this robin package.
24629 DOCSTRING is the documentation string of this robin package.
24630 Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
24631 OUTPUT is either a character or a string. RULES are not evaluated.
24633 If there already exists a robin package whose name is NAME, the new
24634 one replaces the old one.
24636 \(fn NAME DOCSTRING &rest RULES)" nil t)
24638 (autoload 'robin-modify-package "robin" "\
24639 Change a rule in an already defined robin package.
24641 NAME is the string specifying a robin package.
24642 INPUT is a string that specifies the input pattern.
24643 OUTPUT is either a character or a string to be generated.
24645 \(fn NAME INPUT OUTPUT)" nil nil)
24647 (autoload 'robin-use-package "robin" "\
24648 Start using robin package NAME, which is a string.
24650 \(fn NAME)" nil nil)
24652 ;;;***
24654 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
24655 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (20355 10021 546955
24656 ;;;;;; 0))
24657 ;;; Generated autoloads from rot13.el
24659 (autoload 'rot13 "rot13" "\
24660 Return ROT13 encryption of OBJECT, a buffer or string.
24662 \(fn OBJECT &optional START END)" nil nil)
24664 (autoload 'rot13-string "rot13" "\
24665 Return ROT13 encryption of STRING.
24667 \(fn STRING)" nil nil)
24669 (autoload 'rot13-region "rot13" "\
24670 ROT13 encrypt the region between START and END in current buffer.
24672 \(fn START END)" t nil)
24674 (autoload 'rot13-other-window "rot13" "\
24675 Display current buffer in ROT13 in another window.
24676 The text itself is not modified, only the way it is displayed is affected.
24678 To terminate the ROT13 display, delete that window. As long as that window
24679 is not deleted, any buffer displayed in it will become instantly encoded
24680 in ROT13.
24682 See also `toggle-rot13-mode'.
24684 \(fn)" t nil)
24686 (autoload 'toggle-rot13-mode "rot13" "\
24687 Toggle the use of ROT13 encoding for the current window.
24689 \(fn)" t nil)
24691 ;;;***
24693 ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
24694 ;;;;;; (20502 63903 34842 0))
24695 ;;; Generated autoloads from textmodes/rst.el
24696 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
24698 (autoload 'rst-mode "rst" "\
24699 Major mode for editing reStructuredText documents.
24700 \\<rst-mode-map>
24702 Turning on `rst-mode' calls the normal hooks `text-mode-hook'
24703 and `rst-mode-hook'. This mode also supports font-lock
24704 highlighting.
24706 \\{rst-mode-map}
24708 \(fn)" t nil)
24710 (autoload 'rst-minor-mode "rst" "\
24711 Toggle ReST minor mode.
24712 With a prefix argument ARG, enable ReST minor mode if ARG is
24713 positive, and disable it otherwise. If called from Lisp, enable
24714 the mode if ARG is omitted or nil.
24716 When ReST minor mode is enabled, the ReST mode keybindings
24717 are installed on top of the major mode bindings. Use this
24718 for modes derived from Text mode, like Mail mode.
24720 \(fn &optional ARG)" t nil)
24722 ;;;***
24724 ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
24725 ;;;;;; (20490 33188 850375 0))
24726 ;;; Generated autoloads from progmodes/ruby-mode.el
24728 (autoload 'ruby-mode "ruby-mode" "\
24729 Major mode for editing Ruby scripts.
24730 \\[ruby-indent-line] properly indents subexpressions of multi-line
24731 class, module, def, if, while, for, do, and case statements, taking
24732 nesting into account.
24734 The variable `ruby-indent-level' controls the amount of indentation.
24736 \\{ruby-mode-map}
24738 \(fn)" t nil)
24740 (add-to-list 'auto-mode-alist (cons (purecopy "\\.rb\\'") 'ruby-mode))
24742 (dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode)))
24744 ;;;***
24746 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20355
24747 ;;;;;; 10021 546955 0))
24748 ;;; Generated autoloads from ruler-mode.el
24750 (defvar ruler-mode nil "\
24751 Non-nil if Ruler mode is enabled.
24752 Use the command `ruler-mode' to change this variable.")
24754 (autoload 'ruler-mode "ruler-mode" "\
24755 Toggle display of ruler in header line (Ruler mode).
24756 With a prefix argument ARG, enable Ruler mode if ARG is positive,
24757 and disable it otherwise. If called from Lisp, enable the mode
24758 if ARG is omitted or nil.
24760 \(fn &optional ARG)" t nil)
24762 ;;;***
24764 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20355
24765 ;;;;;; 10021 546955 0))
24766 ;;; Generated autoloads from emacs-lisp/rx.el
24768 (autoload 'rx-to-string "rx" "\
24769 Parse and produce code for regular expression FORM.
24770 FORM is a regular expression in sexp form.
24771 NO-GROUP non-nil means don't put shy groups around the result.
24773 \(fn FORM &optional NO-GROUP)" nil nil)
24775 (autoload 'rx "rx" "\
24776 Translate regular expressions REGEXPS in sexp form to a regexp string.
24777 REGEXPS is a non-empty sequence of forms of the sort listed below.
24779 Note that `rx' is a Lisp macro; when used in a Lisp program being
24780 compiled, the translation is performed by the compiler.
24781 See `rx-to-string' for how to do such a translation at run-time.
24783 The following are valid subforms of regular expressions in sexp
24784 notation.
24786 STRING
24787 matches string STRING literally.
24789 CHAR
24790 matches character CHAR literally.
24792 `not-newline', `nonl'
24793 matches any character except a newline.
24795 `anything'
24796 matches any character
24798 `(any SET ...)'
24799 `(in SET ...)'
24800 `(char SET ...)'
24801 matches any character in SET .... SET may be a character or string.
24802 Ranges of characters can be specified as `A-Z' in strings.
24803 Ranges may also be specified as conses like `(?A . ?Z)'.
24805 SET may also be the name of a character class: `digit',
24806 `control', `hex-digit', `blank', `graph', `print', `alnum',
24807 `alpha', `ascii', `nonascii', `lower', `punct', `space', `upper',
24808 `word', or one of their synonyms.
24810 `(not (any SET ...))'
24811 matches any character not in SET ...
24813 `line-start', `bol'
24814 matches the empty string, but only at the beginning of a line
24815 in the text being matched
24817 `line-end', `eol'
24818 is similar to `line-start' but matches only at the end of a line
24820 `string-start', `bos', `bot'
24821 matches the empty string, but only at the beginning of the
24822 string being matched against.
24824 `string-end', `eos', `eot'
24825 matches the empty string, but only at the end of the
24826 string being matched against.
24828 `buffer-start'
24829 matches the empty string, but only at the beginning of the
24830 buffer being matched against. Actually equivalent to `string-start'.
24832 `buffer-end'
24833 matches the empty string, but only at the end of the
24834 buffer being matched against. Actually equivalent to `string-end'.
24836 `point'
24837 matches the empty string, but only at point.
24839 `word-start', `bow'
24840 matches the empty string, but only at the beginning of a word.
24842 `word-end', `eow'
24843 matches the empty string, but only at the end of a word.
24845 `word-boundary'
24846 matches the empty string, but only at the beginning or end of a
24847 word.
24849 `(not word-boundary)'
24850 `not-word-boundary'
24851 matches the empty string, but not at the beginning or end of a
24852 word.
24854 `symbol-start'
24855 matches the empty string, but only at the beginning of a symbol.
24857 `symbol-end'
24858 matches the empty string, but only at the end of a symbol.
24860 `digit', `numeric', `num'
24861 matches 0 through 9.
24863 `control', `cntrl'
24864 matches ASCII control characters.
24866 `hex-digit', `hex', `xdigit'
24867 matches 0 through 9, a through f and A through F.
24869 `blank'
24870 matches space and tab only.
24872 `graphic', `graph'
24873 matches graphic characters--everything except ASCII control chars,
24874 space, and DEL.
24876 `printing', `print'
24877 matches printing characters--everything except ASCII control chars
24878 and DEL.
24880 `alphanumeric', `alnum'
24881 matches letters and digits. (But at present, for multibyte characters,
24882 it matches anything that has word syntax.)
24884 `letter', `alphabetic', `alpha'
24885 matches letters. (But at present, for multibyte characters,
24886 it matches anything that has word syntax.)
24888 `ascii'
24889 matches ASCII (unibyte) characters.
24891 `nonascii'
24892 matches non-ASCII (multibyte) characters.
24894 `lower', `lower-case'
24895 matches anything lower-case.
24897 `upper', `upper-case'
24898 matches anything upper-case.
24900 `punctuation', `punct'
24901 matches punctuation. (But at present, for multibyte characters,
24902 it matches anything that has non-word syntax.)
24904 `space', `whitespace', `white'
24905 matches anything that has whitespace syntax.
24907 `word', `wordchar'
24908 matches anything that has word syntax.
24910 `not-wordchar'
24911 matches anything that has non-word syntax.
24913 `(syntax SYNTAX)'
24914 matches a character with syntax SYNTAX. SYNTAX must be one
24915 of the following symbols, or a symbol corresponding to the syntax
24916 character, e.g. `\\.' for `\\s.'.
24918 `whitespace' (\\s- in string notation)
24919 `punctuation' (\\s.)
24920 `word' (\\sw)
24921 `symbol' (\\s_)
24922 `open-parenthesis' (\\s()
24923 `close-parenthesis' (\\s))
24924 `expression-prefix' (\\s')
24925 `string-quote' (\\s\")
24926 `paired-delimiter' (\\s$)
24927 `escape' (\\s\\)
24928 `character-quote' (\\s/)
24929 `comment-start' (\\s<)
24930 `comment-end' (\\s>)
24931 `string-delimiter' (\\s|)
24932 `comment-delimiter' (\\s!)
24934 `(not (syntax SYNTAX))'
24935 matches a character that doesn't have syntax SYNTAX.
24937 `(category CATEGORY)'
24938 matches a character with category CATEGORY. CATEGORY must be
24939 either a character to use for C, or one of the following symbols.
24941 `consonant' (\\c0 in string notation)
24942 `base-vowel' (\\c1)
24943 `upper-diacritical-mark' (\\c2)
24944 `lower-diacritical-mark' (\\c3)
24945 `tone-mark' (\\c4)
24946 `symbol' (\\c5)
24947 `digit' (\\c6)
24948 `vowel-modifying-diacritical-mark' (\\c7)
24949 `vowel-sign' (\\c8)
24950 `semivowel-lower' (\\c9)
24951 `not-at-end-of-line' (\\c<)
24952 `not-at-beginning-of-line' (\\c>)
24953 `alpha-numeric-two-byte' (\\cA)
24954 `chinse-two-byte' (\\cC)
24955 `greek-two-byte' (\\cG)
24956 `japanese-hiragana-two-byte' (\\cH)
24957 `indian-tow-byte' (\\cI)
24958 `japanese-katakana-two-byte' (\\cK)
24959 `korean-hangul-two-byte' (\\cN)
24960 `cyrillic-two-byte' (\\cY)
24961 `combining-diacritic' (\\c^)
24962 `ascii' (\\ca)
24963 `arabic' (\\cb)
24964 `chinese' (\\cc)
24965 `ethiopic' (\\ce)
24966 `greek' (\\cg)
24967 `korean' (\\ch)
24968 `indian' (\\ci)
24969 `japanese' (\\cj)
24970 `japanese-katakana' (\\ck)
24971 `latin' (\\cl)
24972 `lao' (\\co)
24973 `tibetan' (\\cq)
24974 `japanese-roman' (\\cr)
24975 `thai' (\\ct)
24976 `vietnamese' (\\cv)
24977 `hebrew' (\\cw)
24978 `cyrillic' (\\cy)
24979 `can-break' (\\c|)
24981 `(not (category CATEGORY))'
24982 matches a character that doesn't have category CATEGORY.
24984 `(and SEXP1 SEXP2 ...)'
24985 `(: SEXP1 SEXP2 ...)'
24986 `(seq SEXP1 SEXP2 ...)'
24987 `(sequence SEXP1 SEXP2 ...)'
24988 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
24990 `(submatch SEXP1 SEXP2 ...)'
24991 `(group SEXP1 SEXP2 ...)'
24992 like `and', but makes the match accessible with `match-end',
24993 `match-beginning', and `match-string'.
24995 `(submatch-n N SEXP1 SEXP2 ...)'
24996 `(group-n N SEXP1 SEXP2 ...)'
24997 like `group', but make it an explicitly-numbered group with
24998 group number N.
25000 `(or SEXP1 SEXP2 ...)'
25001 `(| SEXP1 SEXP2 ...)'
25002 matches anything that matches SEXP1 or SEXP2, etc. If all
25003 args are strings, use `regexp-opt' to optimize the resulting
25004 regular expression.
25006 `(minimal-match SEXP)'
25007 produce a non-greedy regexp for SEXP. Normally, regexps matching
25008 zero or more occurrences of something are \"greedy\" in that they
25009 match as much as they can, as long as the overall regexp can
25010 still match. A non-greedy regexp matches as little as possible.
25012 `(maximal-match SEXP)'
25013 produce a greedy regexp for SEXP. This is the default.
25015 Below, `SEXP ...' represents a sequence of regexp forms, treated as if
25016 enclosed in `(and ...)'.
25018 `(zero-or-more SEXP ...)'
25019 `(0+ SEXP ...)'
25020 matches zero or more occurrences of what SEXP ... matches.
25022 `(* SEXP ...)'
25023 like `zero-or-more', but always produces a greedy regexp, independent
25024 of `rx-greedy-flag'.
25026 `(*? SEXP ...)'
25027 like `zero-or-more', but always produces a non-greedy regexp,
25028 independent of `rx-greedy-flag'.
25030 `(one-or-more SEXP ...)'
25031 `(1+ SEXP ...)'
25032 matches one or more occurrences of SEXP ...
25034 `(+ SEXP ...)'
25035 like `one-or-more', but always produces a greedy regexp.
25037 `(+? SEXP ...)'
25038 like `one-or-more', but always produces a non-greedy regexp.
25040 `(zero-or-one SEXP ...)'
25041 `(optional SEXP ...)'
25042 `(opt SEXP ...)'
25043 matches zero or one occurrences of A.
25045 `(? SEXP ...)'
25046 like `zero-or-one', but always produces a greedy regexp.
25048 `(?? SEXP ...)'
25049 like `zero-or-one', but always produces a non-greedy regexp.
25051 `(repeat N SEXP)'
25052 `(= N SEXP ...)'
25053 matches N occurrences.
25055 `(>= N SEXP ...)'
25056 matches N or more occurrences.
25058 `(repeat N M SEXP)'
25059 `(** N M SEXP ...)'
25060 matches N to M occurrences.
25062 `(backref N)'
25063 matches what was matched previously by submatch N.
25065 `(eval FORM)'
25066 evaluate FORM and insert result. If result is a string,
25067 `regexp-quote' it.
25069 `(regexp REGEXP)'
25070 include REGEXP in string notation in the result.
25072 \(fn &rest REGEXPS)" nil t)
25074 ;;;***
25076 ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20453
25077 ;;;;;; 5437 764254 0))
25078 ;;; Generated autoloads from savehist.el
25080 (defvar savehist-mode nil "\
25081 Non-nil if Savehist mode is enabled.
25082 See the command `savehist-mode' for a description of this minor mode.
25083 Setting this variable directly does not take effect;
25084 either customize it (see the info node `Easy Customization')
25085 or call the function `savehist-mode'.")
25087 (custom-autoload 'savehist-mode "savehist" nil)
25089 (autoload 'savehist-mode "savehist" "\
25090 Toggle saving of minibuffer history (Savehist mode).
25091 With a prefix argument ARG, enable Savehist mode if ARG is
25092 positive, and disable it otherwise. If called from Lisp, enable
25093 the mode if ARG is omitted or nil.
25095 When Savehist mode is enabled, minibuffer history is saved
25096 periodically and when exiting Emacs. When Savehist mode is
25097 enabled for the first time in an Emacs session, it loads the
25098 previous minibuffer history from `savehist-file'.
25100 This mode should normally be turned on from your Emacs init file.
25101 Calling it at any other time replaces your current minibuffer
25102 histories, which is probably undesirable.
25104 \(fn &optional ARG)" t nil)
25106 ;;;***
25108 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
25109 ;;;;;; (20427 14766 970343 0))
25110 ;;; Generated autoloads from progmodes/scheme.el
25112 (autoload 'scheme-mode "scheme" "\
25113 Major mode for editing Scheme code.
25114 Editing commands are similar to those of `lisp-mode'.
25116 In addition, if an inferior Scheme process is running, some additional
25117 commands will be defined, for evaluating expressions and controlling
25118 the interpreter, and the state of the process will be displayed in the
25119 mode line of all Scheme buffers. The names of commands that interact
25120 with the Scheme process start with \"xscheme-\" if you use the MIT
25121 Scheme-specific `xscheme' package; for more information see the
25122 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
25123 start an inferior Scheme using the more general `cmuscheme' package.
25125 Commands:
25126 Delete converts tabs to spaces as it moves back.
25127 Blank lines separate paragraphs. Semicolons start comments.
25128 \\{scheme-mode-map}
25129 Entry to this mode calls the value of `scheme-mode-hook'
25130 if that value is non-nil.
25132 \(fn)" t nil)
25134 (autoload 'dsssl-mode "scheme" "\
25135 Major mode for editing DSSSL code.
25136 Editing commands are similar to those of `lisp-mode'.
25138 Commands:
25139 Delete converts tabs to spaces as it moves back.
25140 Blank lines separate paragraphs. Semicolons start comments.
25141 \\{scheme-mode-map}
25142 Entering this mode runs the hooks `scheme-mode-hook' and then
25143 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
25144 that variable's value is a string.
25146 \(fn)" t nil)
25148 ;;;***
25150 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
25151 ;;;;;; (20355 10021 546955 0))
25152 ;;; Generated autoloads from gnus/score-mode.el
25154 (autoload 'gnus-score-mode "score-mode" "\
25155 Mode for editing Gnus score files.
25156 This mode is an extended emacs-lisp mode.
25158 \\{gnus-score-mode-map}
25160 \(fn)" t nil)
25162 ;;;***
25164 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
25165 ;;;;;; (20363 61861 222722 0))
25166 ;;; Generated autoloads from scroll-all.el
25168 (defvar scroll-all-mode nil "\
25169 Non-nil if Scroll-All mode is enabled.
25170 See the command `scroll-all-mode' for a description of this minor mode.
25171 Setting this variable directly does not take effect;
25172 either customize it (see the info node `Easy Customization')
25173 or call the function `scroll-all-mode'.")
25175 (custom-autoload 'scroll-all-mode "scroll-all" nil)
25177 (autoload 'scroll-all-mode "scroll-all" "\
25178 Toggle shared scrolling in same-frame windows (Scroll-All mode).
25179 With a prefix argument ARG, enable Scroll-All mode if ARG is
25180 positive, and disable it otherwise. If called from Lisp, enable
25181 the mode if ARG is omitted or nil.
25183 When Scroll-All mode is enabled, scrolling commands invoked in
25184 one window apply to all visible windows in the same frame.
25186 \(fn &optional ARG)" t nil)
25188 ;;;***
25190 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
25191 ;;;;;; (20355 10021 546955 0))
25192 ;;; Generated autoloads from scroll-lock.el
25194 (autoload 'scroll-lock-mode "scroll-lock" "\
25195 Buffer-local minor mode for pager-like scrolling.
25196 With a prefix argument ARG, enable the mode if ARG is positive,
25197 and disable it otherwise. If called from Lisp, enable the mode
25198 if ARG is omitted or nil. When enabled, keys that normally move
25199 point by line or paragraph will scroll the buffer by the
25200 respective amount of lines instead and point will be kept
25201 vertically fixed relative to window boundaries during scrolling.
25203 \(fn &optional ARG)" t nil)
25205 ;;;***
25207 ;;;### (autoloads nil "secrets" "net/secrets.el" (20478 3673 653810
25208 ;;;;;; 0))
25209 ;;; Generated autoloads from net/secrets.el
25210 (when (featurep 'dbusbind)
25211 (autoload 'secrets-show-secrets "secrets" nil t))
25213 ;;;***
25215 ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
25216 ;;;;;; "cedet/semantic.el" (20355 10021 546955 0))
25217 ;;; Generated autoloads from cedet/semantic.el
25219 (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
25220 List of auxiliary Semantic minor modes enabled by `semantic-mode'.
25221 The possible elements of this list include the following:
25223 `global-semanticdb-minor-mode' - Maintain tag database.
25224 `global-semantic-idle-scheduler-mode' - Reparse buffer when idle.
25225 `global-semantic-idle-summary-mode' - Show summary of tag at point.
25226 `global-semantic-idle-completions-mode' - Show completions when idle.
25227 `global-semantic-decoration-mode' - Additional tag decorations.
25228 `global-semantic-highlight-func-mode' - Highlight the current tag.
25229 `global-semantic-stickyfunc-mode' - Show current fun in header line.
25230 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
25231 keybinding for tag names.")
25233 (custom-autoload 'semantic-default-submodes "semantic" t)
25235 (defvar semantic-mode nil "\
25236 Non-nil if Semantic mode is enabled.
25237 See the command `semantic-mode' for a description of this minor mode.
25238 Setting this variable directly does not take effect;
25239 either customize it (see the info node `Easy Customization')
25240 or call the function `semantic-mode'.")
25242 (custom-autoload 'semantic-mode "semantic" nil)
25244 (autoload 'semantic-mode "semantic" "\
25245 Toggle parser features (Semantic mode).
25246 With a prefix argument ARG, enable Semantic mode if ARG is
25247 positive, and disable it otherwise. If called from Lisp, enable
25248 Semantic mode if ARG is omitted or nil.
25250 In Semantic mode, Emacs parses the buffers you visit for their
25251 semantic content. This information is used by a variety of
25252 auxiliary minor modes, listed in `semantic-default-submodes';
25253 all the minor modes in this list are also enabled when you enable
25254 Semantic mode.
25256 \\{semantic-mode-map}
25258 \(fn &optional ARG)" t nil)
25260 ;;;***
25262 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
25263 ;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once
25264 ;;;;;; mail-default-headers mail-default-directory mail-signature-file
25265 ;;;;;; mail-signature mail-citation-prefix-regexp mail-citation-hook
25266 ;;;;;; mail-indentation-spaces mail-yank-prefix mail-setup-hook
25267 ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
25268 ;;;;;; mail-header-separator send-mail-function mail-interactive
25269 ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
25270 ;;;;;; "sendmail" "mail/sendmail.el" (20501 3499 284800 0))
25271 ;;; Generated autoloads from mail/sendmail.el
25273 (defvar mail-from-style 'default "\
25274 Specifies how \"From:\" fields look.
25276 If `nil', they contain just the return address like:
25277 king@grassland.com
25278 If `parens', they look like:
25279 king@grassland.com (Elvis Parsley)
25280 If `angles', they look like:
25281 Elvis Parsley <king@grassland.com>
25283 Otherwise, most addresses look like `angles', but they look like
25284 `parens' if `angles' would need quoting and `parens' would not.")
25286 (custom-autoload 'mail-from-style "sendmail" t)
25288 (defvar mail-specify-envelope-from nil "\
25289 If non-nil, specify the envelope-from address when sending mail.
25290 The value used to specify it is whatever is found in
25291 the variable `mail-envelope-from', with `user-mail-address' as fallback.
25293 On most systems, specifying the envelope-from address is a
25294 privileged operation. This variable affects sendmail and
25295 smtpmail -- if you use feedmail to send mail, see instead the
25296 variable `feedmail-deduce-envelope-from'.")
25298 (custom-autoload 'mail-specify-envelope-from "sendmail" t)
25300 (defvar mail-self-blind nil "\
25301 Non-nil means insert BCC to self in messages to be sent.
25302 This is done when the message is initialized,
25303 so you can remove or alter the BCC field to override the default.")
25305 (custom-autoload 'mail-self-blind "sendmail" t)
25307 (defvar mail-interactive t "\
25308 Non-nil means when sending a message wait for and display errors.
25309 Otherwise, let mailer send back a message to report errors.")
25311 (custom-autoload 'mail-interactive "sendmail" t)
25313 (defvar send-mail-function (if (and (boundp 'smtpmail-smtp-server) smtpmail-smtp-server) 'smtpmail-send-it 'sendmail-query-once) "\
25314 Function to call to send the current buffer as mail.
25315 The headers should be delimited by a line which is
25316 not a valid RFC822 header or continuation line,
25317 that matches the variable `mail-header-separator'.
25318 This is used by the default mail-sending commands. See also
25319 `message-send-mail-function' for use with the Message package.")
25321 (custom-autoload 'send-mail-function "sendmail" t)
25323 (defvar mail-header-separator (purecopy "--text follows this line--") "\
25324 Line used to separate headers from text in messages being composed.")
25326 (custom-autoload 'mail-header-separator "sendmail" t)
25328 (defvar mail-archive-file-name nil "\
25329 Name of file to write all outgoing messages in, or nil for none.
25330 This is normally an mbox file, but for backwards compatibility may also
25331 be a Babyl file.")
25333 (custom-autoload 'mail-archive-file-name "sendmail" t)
25335 (defvar mail-default-reply-to nil "\
25336 Address to insert as default Reply-to field of outgoing messages.
25337 If nil, it will be initialized from the REPLYTO environment variable
25338 when you first send mail.")
25340 (custom-autoload 'mail-default-reply-to "sendmail" t)
25342 (defvar mail-personal-alias-file (purecopy "~/.mailrc") "\
25343 If non-nil, the name of the user's personal mail alias file.
25344 This file typically should be in same format as the `.mailrc' file used by
25345 the `Mail' or `mailx' program.
25346 This file need not actually exist.")
25348 (custom-autoload 'mail-personal-alias-file "sendmail" t)
25350 (defvar mail-setup-hook nil "\
25351 Normal hook, run each time a new outgoing message is initialized.")
25353 (custom-autoload 'mail-setup-hook "sendmail" t)
25355 (defvar mail-aliases t "\
25356 Alist of mail address aliases,
25357 or t meaning should be initialized from your mail aliases file.
25358 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
25359 can specify a different file name.)
25360 The alias definitions in the file have this form:
25361 alias ALIAS MEANING")
25363 (defvar mail-yank-prefix "> " "\
25364 Prefix insert on lines of yanked message being replied to.
25365 If this is nil, use indentation, as specified by `mail-indentation-spaces'.")
25367 (custom-autoload 'mail-yank-prefix "sendmail" t)
25369 (defvar mail-indentation-spaces 3 "\
25370 Number of spaces to insert at the beginning of each cited line.
25371 Used by `mail-yank-original' via `mail-indent-citation'.")
25373 (custom-autoload 'mail-indentation-spaces "sendmail" t)
25375 (defvar mail-citation-hook nil "\
25376 Hook for modifying a citation just inserted in the mail buffer.
25377 Each hook function can find the citation between (point) and (mark t),
25378 and should leave point and mark around the citation text as modified.
25379 The hook functions can find the header of the cited message
25380 in the variable `mail-citation-header', whether or not this is included
25381 in the cited portion of the message.
25383 If this hook is entirely empty (nil), a default action is taken
25384 instead of no action.")
25386 (custom-autoload 'mail-citation-hook "sendmail" t)
25388 (defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\
25389 Regular expression to match a citation prefix plus whitespace.
25390 It should match whatever sort of citation prefixes you want to handle,
25391 with whitespace before and after; it should also match just whitespace.
25392 The default value matches citations like `foo-bar>' plus whitespace.")
25394 (custom-autoload 'mail-citation-prefix-regexp "sendmail" t)
25396 (defvar mail-signature t "\
25397 Text inserted at end of mail buffer when a message is initialized.
25398 If t, it means to insert the contents of the file `mail-signature-file'.
25399 If a string, that string is inserted.
25400 (To make a proper signature, the string should begin with \\n\\n-- \\n,
25401 which is the standard way to delimit a signature in a message.)
25402 Otherwise, it should be an expression; it is evaluated
25403 and should insert whatever you want to insert.")
25405 (custom-autoload 'mail-signature "sendmail" t)
25407 (defvar mail-signature-file (purecopy "~/.signature") "\
25408 File containing the text inserted at end of mail buffer.")
25410 (custom-autoload 'mail-signature-file "sendmail" t)
25412 (defvar mail-default-directory (purecopy "~/") "\
25413 Value of `default-directory' for Mail mode buffers.
25414 This directory is used for auto-save files of Mail mode buffers.
25416 Note that Message mode does not use this variable; it auto-saves
25417 in `message-auto-save-directory'.")
25419 (custom-autoload 'mail-default-directory "sendmail" t)
25421 (defvar mail-default-headers nil "\
25422 A string containing header lines, to be inserted in outgoing messages.
25423 It can contain newlines, and should end in one. It is inserted
25424 before you edit the message, so you can edit or delete the lines.")
25426 (custom-autoload 'mail-default-headers "sendmail" t)
25428 (autoload 'sendmail-query-once "sendmail" "\
25429 Query for `send-mail-function' and send mail with it.
25430 This also saves the value of `send-mail-function' via Customize.
25432 \(fn)" nil nil)
25434 (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
25436 (autoload 'sendmail-user-agent-compose "sendmail" "\
25439 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
25441 (autoload 'mail-mode "sendmail" "\
25442 Major mode for editing mail to be sent.
25443 Like Text Mode but with these additional commands:
25445 \\[mail-send] mail-send (send the message)
25446 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
25448 Here are commands that move to a header field (and create it if there isn't):
25449 \\[mail-to] move to To: \\[mail-subject] move to Subj:
25450 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
25451 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
25452 \\[mail-mail-reply-to] move to Mail-Reply-To:
25453 \\[mail-mail-followup-to] move to Mail-Followup-To:
25454 \\[mail-text] move to message text.
25455 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
25456 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
25457 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
25458 \\[mail-insert-file] insert a text file into the message.
25459 \\[mail-add-attachment] attach to the message a file as binary attachment.
25460 Turning on Mail mode runs the normal hooks `text-mode-hook' and
25461 `mail-mode-hook' (in that order).
25463 \(fn)" t nil)
25465 (defvar mail-mailing-lists nil "\
25466 List of mailing list addresses the user is subscribed to.
25467 The variable is used to trigger insertion of the \"Mail-Followup-To\"
25468 header when sending a message to a mailing list.")
25470 (custom-autoload 'mail-mailing-lists "sendmail" t)
25472 (defvar sendmail-coding-system nil "\
25473 Coding system for encoding the outgoing mail.
25474 This has higher priority than the default `buffer-file-coding-system'
25475 and `default-sendmail-coding-system',
25476 but lower priority than the local value of `buffer-file-coding-system'.
25477 See also the function `select-message-coding-system'.")
25479 (defvar default-sendmail-coding-system 'iso-latin-1 "\
25480 Default coding system for encoding the outgoing mail.
25481 This variable is used only when `sendmail-coding-system' is nil.
25483 This variable is set/changed by the command `set-language-environment'.
25484 User should not set this variable manually,
25485 instead use `sendmail-coding-system' to get a constant encoding
25486 of outgoing mails regardless of the current language environment.
25487 See also the function `select-message-coding-system'.")
25489 (autoload 'mail "sendmail" "\
25490 Edit a message to be sent. Prefix arg means resume editing (don't erase).
25491 When this function returns, the buffer `*mail*' is selected.
25492 The value is t if the message was newly initialized; otherwise, nil.
25494 Optionally, the signature file `mail-signature-file' can be inserted at the
25495 end; see the variable `mail-signature'.
25497 \\<mail-mode-map>
25498 While editing message, type \\[mail-send-and-exit] to send the message and exit.
25500 Various special commands starting with C-c are available in sendmail mode
25501 to move to message header fields:
25502 \\{mail-mode-map}
25504 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
25505 when the message is initialized.
25507 If `mail-default-reply-to' is non-nil, it should be an address (a string);
25508 a Reply-to: field with that address is inserted.
25510 If `mail-archive-file-name' is non-nil, an FCC field with that file name
25511 is inserted.
25513 The normal hook `mail-setup-hook' is run after the message is
25514 initialized. It can add more default fields to the message.
25516 The first argument, NOERASE, determines what to do when there is
25517 an existing modified `*mail*' buffer. If NOERASE is nil, the
25518 existing mail buffer is used, and the user is prompted whether to
25519 keep the old contents or to erase them. If NOERASE has the value
25520 `new', a new mail buffer will be created instead of using the old
25521 one. Any other non-nil value means to always select the old
25522 buffer without erasing the contents.
25524 The second through fifth arguments,
25525 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
25526 the initial contents of those header fields.
25527 These arguments should not have final newlines.
25528 The sixth argument REPLYBUFFER is a buffer which contains an
25529 original message being replied to, or else an action
25530 of the form (FUNCTION . ARGS) which says how to insert the original.
25531 Or it can be nil, if not replying to anything.
25532 The seventh argument ACTIONS is a list of actions to take
25533 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
25534 when the message is sent, we apply FUNCTION to ARGS.
25535 This is how Rmail arranges to mark messages `answered'.
25537 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS RETURN-ACTION)" t nil)
25539 (autoload 'mail-other-window "sendmail" "\
25540 Like `mail' command, but display mail buffer in another window.
25542 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
25544 (autoload 'mail-other-frame "sendmail" "\
25545 Like `mail' command, but display mail buffer in another frame.
25547 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
25549 ;;;***
25551 ;;;### (autoloads (server-save-buffers-kill-terminal server-mode
25552 ;;;;;; server-force-delete server-start) "server" "server.el" (20478
25553 ;;;;;; 3673 653810 0))
25554 ;;; Generated autoloads from server.el
25556 (put 'server-host 'risky-local-variable t)
25558 (put 'server-port 'risky-local-variable t)
25560 (put 'server-auth-dir 'risky-local-variable t)
25562 (autoload 'server-start "server" "\
25563 Allow this Emacs process to be a server for client processes.
25564 This starts a server communications subprocess through which client
25565 \"editors\" can send your editing commands to this Emacs job.
25566 To use the server, set up the program `emacsclient' in the Emacs
25567 distribution as your standard \"editor\".
25569 Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
25570 kill any existing server communications subprocess.
25572 If a server is already running, restart it. If clients are
25573 running, ask the user for confirmation first, unless optional
25574 argument INHIBIT-PROMPT is non-nil.
25576 To force-start a server, do \\[server-force-delete] and then
25577 \\[server-start].
25579 \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
25581 (autoload 'server-force-delete "server" "\
25582 Unconditionally delete connection file for server NAME.
25583 If server is running, it is first stopped.
25584 NAME defaults to `server-name'. With argument, ask for NAME.
25586 \(fn &optional NAME)" t nil)
25588 (defvar server-mode nil "\
25589 Non-nil if Server mode is enabled.
25590 See the command `server-mode' for a description of this minor mode.
25591 Setting this variable directly does not take effect;
25592 either customize it (see the info node `Easy Customization')
25593 or call the function `server-mode'.")
25595 (custom-autoload 'server-mode "server" nil)
25597 (autoload 'server-mode "server" "\
25598 Toggle Server mode.
25599 With a prefix argument ARG, enable Server mode if ARG is
25600 positive, and disable it otherwise. If called from Lisp, enable
25601 Server mode if ARG is omitted or nil.
25603 Server mode runs a process that accepts commands from the
25604 `emacsclient' program. See Info node `Emacs server' and
25605 `server-start' for details.
25607 \(fn &optional ARG)" t nil)
25609 (autoload 'server-save-buffers-kill-terminal "server" "\
25610 Offer to save each buffer, then kill the current client.
25611 With ARG non-nil, silently save all file-visiting buffers, then kill.
25613 If emacsclient was started with a list of filenames to edit, then
25614 only these files will be asked to be saved.
25616 \(fn ARG)" nil nil)
25618 ;;;***
25620 ;;;### (autoloads (ses-mode) "ses" "ses.el" (20493 9382 687578 0))
25621 ;;; Generated autoloads from ses.el
25623 (autoload 'ses-mode "ses" "\
25624 Major mode for Simple Emacs Spreadsheet.
25625 See \"ses-example.ses\" (in `data-directory') for more info.
25627 Key definitions:
25628 \\{ses-mode-map}
25629 These key definitions are active only in the print area (the visible part):
25630 \\{ses-mode-print-map}
25631 These are active only in the minibuffer, when entering or editing a formula:
25632 \\{ses-mode-edit-map}
25634 \(fn)" t nil)
25636 ;;;***
25638 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
25639 ;;;;;; (20478 3673 653810 0))
25640 ;;; Generated autoloads from textmodes/sgml-mode.el
25642 (autoload 'sgml-mode "sgml-mode" "\
25643 Major mode for editing SGML documents.
25644 Makes > match <.
25645 Keys <, &, SPC within <>, \", / and ' can be electric depending on
25646 `sgml-quick-keys'.
25648 An argument of N to a tag-inserting command means to wrap it around
25649 the next N words. In Transient Mark mode, when the mark is active,
25650 N defaults to -1, which means to wrap it around the current region.
25652 If you like upcased tags, put (setq sgml-transformation-function 'upcase)
25653 in your `.emacs' file.
25655 Use \\[sgml-validate] to validate your document with an SGML parser.
25657 Do \\[describe-variable] sgml- SPC to see available variables.
25658 Do \\[describe-key] on the following bindings to discover what they do.
25659 \\{sgml-mode-map}
25661 \(fn)" t nil)
25663 (autoload 'html-mode "sgml-mode" "\
25664 Major mode based on SGML mode for editing HTML documents.
25665 This allows inserting skeleton constructs used in hypertext documents with
25666 completion. See below for an introduction to HTML. Use
25667 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
25668 which this is based.
25670 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
25672 To write fairly well formatted pages you only need to know few things. Most
25673 browsers have a function to read the source code of the page being seen, so
25674 you can imitate various tricks. Here's a very short HTML primer which you
25675 can also view with a browser to see what happens:
25677 <title>A Title Describing Contents</title> should be on every page. Pages can
25678 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
25679 <hr> Parts can be separated with horizontal rules.
25681 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
25682 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
25683 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
25684 Edit/Text Properties/Face commands.
25686 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
25687 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
25688 href=\"URL\">see also URL</a> where URL is a filename relative to current
25689 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
25691 Images in many formats can be inlined with <img src=\"URL\">.
25693 If you mainly create your own documents, `sgml-specials' might be
25694 interesting. But note that some HTML 2 browsers can't handle `&apos;'.
25695 To work around that, do:
25696 (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil))
25698 \\{html-mode-map}
25700 \(fn)" t nil)
25702 ;;;***
25704 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
25705 ;;;;;; (20487 57003 603251 0))
25706 ;;; Generated autoloads from progmodes/sh-script.el
25707 (put 'sh-shell 'safe-local-variable 'symbolp)
25709 (autoload 'sh-mode "sh-script" "\
25710 Major mode for editing shell scripts.
25711 This mode works for many shells, since they all have roughly the same syntax,
25712 as far as commands, arguments, variables, pipes, comments etc. are concerned.
25713 Unless the file's magic number indicates the shell, your usual shell is
25714 assumed. Since filenames rarely give a clue, they are not further analyzed.
25716 This mode adapts to the variations between shells (see `sh-set-shell') by
25717 means of an inheritance based feature lookup (see `sh-feature'). This
25718 mechanism applies to all variables (including skeletons) that pertain to
25719 shell-specific features.
25721 The default style of this mode is that of Rosenblatt's Korn shell book.
25722 The syntax of the statements varies with the shell being used. The
25723 following commands are available, based on the current shell's syntax:
25724 \\<sh-mode-map>
25725 \\[sh-case] case statement
25726 \\[sh-for] for loop
25727 \\[sh-function] function definition
25728 \\[sh-if] if statement
25729 \\[sh-indexed-loop] indexed loop from 1 to n
25730 \\[sh-while-getopts] while getopts loop
25731 \\[sh-repeat] repeat loop
25732 \\[sh-select] select loop
25733 \\[sh-until] until loop
25734 \\[sh-while] while loop
25736 For sh and rc shells indentation commands are:
25737 \\[sh-show-indent] Show the variable controlling this line's indentation.
25738 \\[sh-set-indent] Set then variable controlling this line's indentation.
25739 \\[sh-learn-line-indent] Change the indentation variable so this line
25740 would indent to the way it currently is.
25741 \\[sh-learn-buffer-indent] Set the indentation variables so the
25742 buffer indents as it currently is indented.
25745 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
25746 \\[newline-and-indent] Delete unquoted space and indent new line same as this one.
25747 \\[sh-end-of-command] Go to end of successive commands.
25748 \\[sh-beginning-of-command] Go to beginning of successive commands.
25749 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
25750 \\[sh-execute-region] Have optional header and region be executed in a subshell.
25752 `sh-electric-here-document-mode' controls whether insertion of two
25753 unquoted < insert a here document.
25755 If you generally program a shell different from your login shell you can
25756 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
25757 indicate what shell it is use `sh-alias-alist' to translate.
25759 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
25760 with your script for an edit-interpret-debug cycle.
25762 \(fn)" t nil)
25764 (defalias 'shell-script-mode 'sh-mode)
25766 ;;;***
25768 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25769 ;;;;;; (20355 10021 546955 0))
25770 ;;; Generated autoloads from emacs-lisp/shadow.el
25772 (autoload 'list-load-path-shadows "shadow" "\
25773 Display a list of Emacs Lisp files that shadow other files.
25775 If STRINGP is non-nil, returns any shadows as a string.
25776 Otherwise, if interactive shows any shadows in a `*Shadows*' buffer;
25777 else prints messages listing any shadows.
25779 This function lists potential load path problems. Directories in
25780 the `load-path' variable are searched, in order, for Emacs Lisp
25781 files. When a previously encountered file name is found again, a
25782 message is displayed indicating that the later file is \"hidden\" by
25783 the earlier.
25785 For example, suppose `load-path' is set to
25787 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
25789 and that each of these directories contains a file called XXX.el. Then
25790 XXX.el in the site-lisp directory is referred to by all of:
25791 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
25793 The first XXX.el file prevents Emacs from seeing the second (unless
25794 the second is loaded explicitly via `load-file').
25796 When not intended, such shadowings can be the source of subtle
25797 problems. For example, the above situation may have arisen because the
25798 XXX package was not distributed with versions of Emacs prior to
25799 19.30. An Emacs maintainer downloaded XXX from elsewhere and installed
25800 it. Later, XXX was updated and included in the Emacs distribution.
25801 Unless the Emacs maintainer checks for this, the new version of XXX
25802 will be hidden behind the old (which may no longer work with the new
25803 Emacs version).
25805 This function performs these checks and flags all possible
25806 shadowings. Because a .el file may exist without a corresponding .elc
25807 \(or vice-versa), these suffixes are essentially ignored. A file
25808 XXX.elc in an early directory (that does not contain XXX.el) is
25809 considered to shadow a later file XXX.el, and vice-versa.
25811 Shadowings are located by calling the (non-interactive) companion
25812 function, `load-path-shadows-find'.
25814 \(fn &optional STRINGP)" t nil)
25816 ;;;***
25818 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25819 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20355
25820 ;;;;;; 10021 546955 0))
25821 ;;; Generated autoloads from shadowfile.el
25823 (autoload 'shadow-define-cluster "shadowfile" "\
25824 Edit (or create) the definition of a cluster NAME.
25825 This is a group of hosts that share directories, so that copying to or from
25826 one of them is sufficient to update the file on all of them. Clusters are
25827 defined by a name, the network address of a primary host (the one we copy
25828 files to), and a regular expression that matches the hostnames of all the
25829 sites in the cluster.
25831 \(fn NAME)" t nil)
25833 (autoload 'shadow-define-literal-group "shadowfile" "\
25834 Declare a single file to be shared between sites.
25835 It may have different filenames on each site. When this file is edited, the
25836 new version will be copied to each of the other locations. Sites can be
25837 specific hostnames, or names of clusters (see `shadow-define-cluster').
25839 \(fn)" t nil)
25841 (autoload 'shadow-define-regexp-group "shadowfile" "\
25842 Make each of a group of files be shared between hosts.
25843 Prompts for regular expression; files matching this are shared between a list
25844 of sites, which are also prompted for. The filenames must be identical on all
25845 hosts (if they aren't, use `shadow-define-literal-group' instead of this
25846 function). Each site can be either a hostname or the name of a cluster (see
25847 `shadow-define-cluster').
25849 \(fn)" t nil)
25851 (autoload 'shadow-initialize "shadowfile" "\
25852 Set up file shadowing.
25854 \(fn)" t nil)
25856 ;;;***
25858 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25859 ;;;;;; (20478 3673 653810 0))
25860 ;;; Generated autoloads from shell.el
25862 (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
25863 Regexp to match shells that don't save their command history, and
25864 don't handle the backslash as a quote character. For shells that
25865 match this regexp, Emacs will write out the command history when the
25866 shell finishes, and won't remove backslashes when it unquotes shell
25867 arguments.")
25869 (custom-autoload 'shell-dumb-shell-regexp "shell" t)
25871 (autoload 'shell "shell" "\
25872 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
25873 Interactively, a prefix arg means to prompt for BUFFER.
25874 If `default-directory' is a remote file name, it is also prompted
25875 to change if called with a prefix arg.
25877 If BUFFER exists but shell process is not running, make new shell.
25878 If BUFFER exists and shell process is running, just switch to BUFFER.
25879 Program used comes from variable `explicit-shell-file-name',
25880 or (if that is nil) from the ESHELL environment variable,
25881 or (if that is nil) from `shell-file-name'.
25882 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
25883 it is given as initial input (but this may be lost, due to a timing
25884 error, if the shell discards input when it starts up).
25885 The buffer is put in Shell mode, giving commands for sending input
25886 and controlling the subjobs of the shell. See `shell-mode'.
25887 See also the variable `shell-prompt-pattern'.
25889 To specify a coding system for converting non-ASCII characters
25890 in the input and output to the shell, use \\[universal-coding-system-argument]
25891 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
25892 in the shell buffer, after you start the shell.
25893 The default comes from `process-coding-system-alist' and
25894 `default-process-coding-system'.
25896 The shell file name (sans directories) is used to make a symbol name
25897 such as `explicit-csh-args'. If that symbol is a variable,
25898 its value is used as a list of arguments when invoking the shell.
25899 Otherwise, one argument `-i' is passed to the shell.
25901 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
25903 \(fn &optional BUFFER)" t nil)
25905 ;;;***
25907 ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20486
25908 ;;;;;; 36135 22104 0))
25909 ;;; Generated autoloads from gnus/shr.el
25911 (autoload 'shr-insert-document "shr" "\
25912 Render the parsed document DOM into the current buffer.
25913 DOM should be a parse tree as generated by
25914 `libxml-parse-html-region' or similar.
25916 \(fn DOM)" nil nil)
25918 ;;;***
25920 ;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload
25921 ;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20487 57003 603251
25922 ;;;;;; 0))
25923 ;;; Generated autoloads from gnus/sieve.el
25925 (autoload 'sieve-manage "sieve" "\
25928 \(fn SERVER &optional PORT)" t nil)
25930 (autoload 'sieve-upload "sieve" "\
25933 \(fn &optional NAME)" t nil)
25935 (autoload 'sieve-upload-and-bury "sieve" "\
25938 \(fn &optional NAME)" t nil)
25940 (autoload 'sieve-upload-and-kill "sieve" "\
25943 \(fn &optional NAME)" t nil)
25945 ;;;***
25947 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25948 ;;;;;; (20487 57003 603251 0))
25949 ;;; Generated autoloads from gnus/sieve-mode.el
25951 (autoload 'sieve-mode "sieve-mode" "\
25952 Major mode for editing Sieve code.
25953 This is much like C mode except for the syntax of comments. Its keymap
25954 inherits from C mode's and it has the same variables for customizing
25955 indentation. It has its own abbrev table and its own syntax table.
25957 Turning on Sieve mode runs `sieve-mode-hook'.
25959 \(fn)" t nil)
25961 ;;;***
25963 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20355
25964 ;;;;;; 10021 546955 0))
25965 ;;; Generated autoloads from progmodes/simula.el
25967 (autoload 'simula-mode "simula" "\
25968 Major mode for editing SIMULA code.
25969 \\{simula-mode-map}
25970 Variables controlling indentation style:
25971 `simula-tab-always-indent'
25972 Non-nil means TAB in SIMULA mode should always reindent the current line,
25973 regardless of where in the line point is when the TAB command is used.
25974 `simula-indent-level'
25975 Indentation of SIMULA statements with respect to containing block.
25976 `simula-substatement-offset'
25977 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
25978 `simula-continued-statement-offset' 3
25979 Extra indentation for lines not starting a statement or substatement,
25980 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
25981 line continued statement will have the car of the list extra indentation
25982 with respect to the previous line of the statement.
25983 `simula-label-offset' -4711
25984 Offset of SIMULA label lines relative to usual indentation.
25985 `simula-if-indent' '(0 . 0)
25986 Extra indentation of THEN and ELSE with respect to the starting IF.
25987 Value is a cons cell, the car is extra THEN indentation and the cdr
25988 extra ELSE indentation. IF after ELSE is indented as the starting IF.
25989 `simula-inspect-indent' '(0 . 0)
25990 Extra indentation of WHEN and OTHERWISE with respect to the
25991 corresponding INSPECT. Value is a cons cell, the car is
25992 extra WHEN indentation and the cdr extra OTHERWISE indentation.
25993 `simula-electric-indent' nil
25994 If this variable is non-nil, `simula-indent-line'
25995 will check the previous line to see if it has to be reindented.
25996 `simula-abbrev-keyword' 'upcase
25997 Determine how SIMULA keywords will be expanded. Value is one of
25998 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
25999 or nil if they should not be changed.
26000 `simula-abbrev-stdproc' 'abbrev-table
26001 Determine how standard SIMULA procedure and class names will be
26002 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
26003 (as in) `abbrev-table', or nil if they should not be changed.
26005 Turning on SIMULA mode calls the value of the variable simula-mode-hook
26006 with no arguments, if that value is non-nil.
26008 \(fn)" t nil)
26010 ;;;***
26012 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
26013 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20406 8611 875037
26014 ;;;;;; 0))
26015 ;;; Generated autoloads from skeleton.el
26017 (defvar skeleton-filter-function 'identity "\
26018 Function for transforming a skeleton proxy's aliases' variable value.")
26020 (autoload 'define-skeleton "skeleton" "\
26021 Define a user-configurable COMMAND that enters a statement skeleton.
26022 DOCUMENTATION is that of the command.
26023 SKELETON is as defined under `skeleton-insert'.
26025 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil t)
26027 (put 'define-skeleton 'doc-string-elt '2)
26029 (autoload 'skeleton-proxy-new "skeleton" "\
26030 Insert SKELETON.
26031 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
26032 If no ARG was given, but the region is visible, ARG defaults to -1 depending
26033 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
26034 This command can also be an abbrev expansion (3rd and 4th columns in
26035 \\[edit-abbrevs] buffer: \"\" command-name).
26037 Optional second argument STR may also be a string which will be the value
26038 of `str' whereas the skeleton's interactor is then ignored.
26040 \(fn SKELETON &optional STR ARG)" nil nil)
26042 (autoload 'skeleton-insert "skeleton" "\
26043 Insert the complex statement skeleton SKELETON describes very concisely.
26045 With optional second argument REGIONS, wrap first interesting point
26046 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
26047 If REGIONS is negative, wrap REGIONS preceding interregions into first
26048 REGIONS interesting positions (successive `_'s) in skeleton.
26050 An interregion is the stretch of text between two contiguous marked
26051 points. If you marked A B C [] (where [] is the cursor) in
26052 alphabetical order, the 3 interregions are simply the last 3 regions.
26053 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
26055 The optional third argument STR, if specified, is the value for the
26056 variable `str' within the skeleton. When this is non-nil, the
26057 interactor gets ignored, and this should be a valid skeleton element.
26059 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
26060 not needed, a prompt-string or an expression for complex read functions.
26062 If ELEMENT is a string or a character it gets inserted (see also
26063 `skeleton-transformation-function'). Other possibilities are:
26065 \\n go to next line and indent according to mode
26066 _ interesting point, interregion here
26067 - interesting point, no interregion interaction, overrides
26068 interesting point set by _
26069 > indent line (or interregion if > _) according to major mode
26070 @ add position to `skeleton-positions'
26071 & do next ELEMENT if previous moved point
26072 | do next ELEMENT if previous didn't move point
26073 -num delete num preceding characters (see `skeleton-untabify')
26074 resume: skipped, continue here if quit is signaled
26075 nil skipped
26077 After termination, point will be positioned at the last occurrence of -
26078 or at the first occurrence of _ or at the end of the inserted text.
26080 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
26081 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
26082 different inputs. The SKELETON is processed as often as the user enters a
26083 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
26084 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
26085 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
26086 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
26087 strings with the subskeleton being repeated once for each string.
26089 Quoted Lisp expressions are evaluated for their side-effects.
26090 Other Lisp expressions are evaluated and the value treated as above.
26091 Note that expressions may not return t since this implies an
26092 endless loop. Modes can define other symbols by locally setting them
26093 to any valid skeleton element. The following local variables are
26094 available:
26096 str first time: read a string according to INTERACTOR
26097 then: insert previously read string once more
26098 help help-form during interaction with the user or nil
26099 input initial input (string or cons with index) while reading str
26100 v1, v2 local variables for memorizing anything you want
26102 When done with skeleton, but before going back to `_'-point call
26103 `skeleton-end-hook' if that is non-nil.
26105 \(fn SKELETON &optional REGIONS STR)" nil nil)
26107 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
26108 Insert the character you type ARG times.
26110 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
26111 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
26112 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
26113 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
26114 Pairing is also prohibited if we are right after a quoting character
26115 such as backslash.
26117 If a match is found in `skeleton-pair-alist', that is inserted, else
26118 the defaults are used. These are (), [], {}, <> and `' for the
26119 symmetrical ones, and the same character twice for the others.
26121 \(fn ARG)" t nil)
26123 ;;;***
26125 ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
26126 ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20476 31768 298871 0))
26127 ;;; Generated autoloads from vc/smerge-mode.el
26129 (autoload 'smerge-ediff "smerge-mode" "\
26130 Invoke ediff to resolve the conflicts.
26131 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
26132 buffer names.
26134 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
26136 (autoload 'smerge-mode "smerge-mode" "\
26137 Minor mode to simplify editing output from the diff3 program.
26138 With a prefix argument ARG, enable the mode if ARG is positive,
26139 and disable it otherwise. If called from Lisp, enable the mode
26140 if ARG is omitted or nil.
26141 \\{smerge-mode-map}
26143 \(fn &optional ARG)" t nil)
26145 (autoload 'smerge-start-session "smerge-mode" "\
26146 Turn on `smerge-mode' and move point to first conflict marker.
26147 If no conflict maker is found, turn off `smerge-mode'.
26149 \(fn)" t nil)
26151 ;;;***
26153 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
26154 ;;;;;; (20355 10021 546955 0))
26155 ;;; Generated autoloads from gnus/smiley.el
26157 (autoload 'smiley-region "smiley" "\
26158 Replace in the region `smiley-regexp-alist' matches with corresponding images.
26159 A list of images is returned.
26161 \(fn START END)" t nil)
26163 (autoload 'smiley-buffer "smiley" "\
26164 Run `smiley-region' at the BUFFER, specified in the argument or
26165 interactively. If there's no argument, do it at the current buffer.
26167 \(fn &optional BUFFER)" t nil)
26169 ;;;***
26171 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
26172 ;;;;;; "mail/smtpmail.el" (20402 11562 85788 0))
26173 ;;; Generated autoloads from mail/smtpmail.el
26175 (autoload 'smtpmail-send-it "smtpmail" "\
26178 \(fn)" nil nil)
26180 (autoload 'smtpmail-send-queued-mail "smtpmail" "\
26181 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
26183 \(fn)" t nil)
26185 ;;;***
26187 ;;;### (autoloads (snake) "snake" "play/snake.el" (20478 3673 653810
26188 ;;;;;; 0))
26189 ;;; Generated autoloads from play/snake.el
26191 (autoload 'snake "snake" "\
26192 Play the Snake game.
26193 Move the snake around without colliding with its tail or with the border.
26195 Eating dots causes the snake to get longer.
26197 Snake mode keybindings:
26198 \\<snake-mode-map>
26199 \\[snake-start-game] Starts a new game of Snake
26200 \\[snake-end-game] Terminates the current game
26201 \\[snake-pause-game] Pauses (or resumes) the current game
26202 \\[snake-move-left] Makes the snake move left
26203 \\[snake-move-right] Makes the snake move right
26204 \\[snake-move-up] Makes the snake move up
26205 \\[snake-move-down] Makes the snake move down
26207 \(fn)" t nil)
26209 ;;;***
26211 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
26212 ;;;;;; (20478 3673 653810 0))
26213 ;;; Generated autoloads from net/snmp-mode.el
26215 (autoload 'snmp-mode "snmp-mode" "\
26216 Major mode for editing SNMP MIBs.
26217 Expression and list commands understand all C brackets.
26218 Tab indents for C code.
26219 Comments start with -- and end with newline or another --.
26220 Delete converts tabs to spaces as it moves back.
26221 \\{snmp-mode-map}
26222 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
26223 `snmp-mode-hook'.
26225 \(fn)" t nil)
26227 (autoload 'snmpv2-mode "snmp-mode" "\
26228 Major mode for editing SNMPv2 MIBs.
26229 Expression and list commands understand all C brackets.
26230 Tab indents for C code.
26231 Comments start with -- and end with newline or another --.
26232 Delete converts tabs to spaces as it moves back.
26233 \\{snmp-mode-map}
26234 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
26235 then `snmpv2-mode-hook'.
26237 \(fn)" t nil)
26239 ;;;***
26241 ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20355
26242 ;;;;;; 10021 546955 0))
26243 ;;; Generated autoloads from calendar/solar.el
26245 (autoload 'sunrise-sunset "solar" "\
26246 Local time of sunrise and sunset for today. Accurate to a few seconds.
26247 If called with an optional prefix argument ARG, prompt for date.
26248 If called with an optional double prefix argument, prompt for
26249 longitude, latitude, time zone, and date, and always use standard time.
26251 This function is suitable for execution in a .emacs file.
26253 \(fn &optional ARG)" t nil)
26255 ;;;***
26257 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20427
26258 ;;;;;; 14766 970343 0))
26259 ;;; Generated autoloads from play/solitaire.el
26261 (autoload 'solitaire "solitaire" "\
26262 Play Solitaire.
26264 To play Solitaire, type \\[solitaire].
26265 \\<solitaire-mode-map>
26266 Move around the board using the cursor keys.
26267 Move stones using \\[solitaire-move] followed by a direction key.
26268 Undo moves using \\[solitaire-undo].
26269 Check for possible moves using \\[solitaire-do-check].
26270 \(The variable `solitaire-auto-eval' controls whether to automatically
26271 check after each move or undo.)
26273 What is Solitaire?
26275 I don't know who invented this game, but it seems to be rather old and
26276 its origin seems to be northern Africa. Here's how to play:
26277 Initially, the board will look similar to this:
26279 Le Solitaire
26280 ============
26282 o o o
26284 o o o
26286 o o o o o o o
26288 o o o . o o o
26290 o o o o o o o
26292 o o o
26294 o o o
26296 Let's call the o's stones and the .'s holes. One stone fits into one
26297 hole. As you can see, all holes but one are occupied by stones. The
26298 aim of the game is to get rid of all but one stone, leaving that last
26299 one in the middle of the board if you're cool.
26301 A stone can be moved if there is another stone next to it, and a hole
26302 after that one. Thus there must be three fields in a row, either
26303 horizontally or vertically, up, down, left or right, which look like
26304 this: o o .
26306 Then the first stone is moved to the hole, jumping over the second,
26307 which therefore is taken away. The above thus `evaluates' to: . . o
26309 That's all. Here's the board after two moves:
26311 o o o
26313 . o o
26315 o o . o o o o
26317 o . o o o o o
26319 o o o o o o o
26321 o o o
26323 o o o
26325 Pick your favorite shortcuts:
26327 \\{solitaire-mode-map}
26329 \(fn ARG)" t nil)
26331 ;;;***
26333 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
26334 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
26335 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (20355 10021 546955
26336 ;;;;;; 0))
26337 ;;; Generated autoloads from sort.el
26338 (put 'sort-fold-case 'safe-local-variable 'booleanp)
26340 (autoload 'sort-subr "sort" "\
26341 General text sorting routine to divide buffer into records and sort them.
26343 We divide the accessible portion of the buffer into disjoint pieces
26344 called sort records. A portion of each sort record (perhaps all of
26345 it) is designated as the sort key. The records are rearranged in the
26346 buffer in order by their sort keys. The records may or may not be
26347 contiguous.
26349 Usually the records are rearranged in order of ascending sort key.
26350 If REVERSE is non-nil, they are rearranged in order of descending sort key.
26351 The variable `sort-fold-case' determines whether alphabetic case affects
26352 the sort order.
26354 The next four arguments are functions to be called to move point
26355 across a sort record. They will be called many times from within sort-subr.
26357 NEXTRECFUN is called with point at the end of the previous record.
26358 It moves point to the start of the next record.
26359 It should move point to the end of the buffer if there are no more records.
26360 The first record is assumed to start at the position of point when sort-subr
26361 is called.
26363 ENDRECFUN is called with point within the record.
26364 It should move point to the end of the record.
26366 STARTKEYFUN moves from the start of the record to the start of the key.
26367 It may return either a non-nil value to be used as the key, or
26368 else the key is the substring between the values of point after
26369 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
26370 starts at the beginning of the record.
26372 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
26373 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
26374 same as ENDRECFUN.
26376 PREDICATE is the function to use to compare keys. If keys are numbers,
26377 it defaults to `<', otherwise it defaults to `string<'.
26379 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
26381 (autoload 'sort-lines "sort" "\
26382 Sort lines in region alphabetically; argument means descending order.
26383 Called from a program, there are three arguments:
26384 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26385 The variable `sort-fold-case' determines whether alphabetic case affects
26386 the sort order.
26388 \(fn REVERSE BEG END)" t nil)
26390 (autoload 'sort-paragraphs "sort" "\
26391 Sort paragraphs in region alphabetically; argument means descending order.
26392 Called from a program, there are three arguments:
26393 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26394 The variable `sort-fold-case' determines whether alphabetic case affects
26395 the sort order.
26397 \(fn REVERSE BEG END)" t nil)
26399 (autoload 'sort-pages "sort" "\
26400 Sort pages in region alphabetically; argument means descending order.
26401 Called from a program, there are three arguments:
26402 REVERSE (non-nil means reverse order), BEG and END (region to sort).
26403 The variable `sort-fold-case' determines whether alphabetic case affects
26404 the sort order.
26406 \(fn REVERSE BEG END)" t nil)
26407 (put 'sort-numeric-base 'safe-local-variable 'integerp)
26409 (autoload 'sort-numeric-fields "sort" "\
26410 Sort lines in region numerically by the ARGth field of each line.
26411 Fields are separated by whitespace and numbered from 1 up.
26412 Specified field must contain a number in each line of the region,
26413 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
26414 Otherwise, the number is interpreted according to sort-numeric-base.
26415 With a negative arg, sorts by the ARGth field counted from the right.
26416 Called from a program, there are three arguments:
26417 FIELD, BEG and END. BEG and END specify region to sort.
26419 \(fn FIELD BEG END)" t nil)
26421 (autoload 'sort-fields "sort" "\
26422 Sort lines in region lexicographically by the ARGth field of each line.
26423 Fields are separated by whitespace and numbered from 1 up.
26424 With a negative arg, sorts by the ARGth field counted from the right.
26425 Called from a program, there are three arguments:
26426 FIELD, BEG and END. BEG and END specify region to sort.
26427 The variable `sort-fold-case' determines whether alphabetic case affects
26428 the sort order.
26430 \(fn FIELD BEG END)" t nil)
26432 (autoload 'sort-regexp-fields "sort" "\
26433 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
26434 RECORD-REGEXP specifies the textual units which should be sorted.
26435 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
26436 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
26437 is to be used for sorting.
26438 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
26439 RECORD-REGEXP is used.
26440 If it is \"\\\\&\" then the whole record is used.
26441 Otherwise, it is a regular-expression for which to search within the record.
26442 If a match for KEY is not found within a record then that record is ignored.
26444 With a negative prefix arg sorts in reverse order.
26446 The variable `sort-fold-case' determines whether alphabetic case affects
26447 the sort order.
26449 For example: to sort lines in the region by the first word on each line
26450 starting with the letter \"f\",
26451 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
26453 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
26455 (autoload 'sort-columns "sort" "\
26456 Sort lines in region alphabetically by a certain range of columns.
26457 For the purpose of this command, the region BEG...END includes
26458 the entire line that point is in and the entire line the mark is in.
26459 The column positions of point and mark bound the range of columns to sort on.
26460 A prefix argument means sort into REVERSE order.
26461 The variable `sort-fold-case' determines whether alphabetic case affects
26462 the sort order.
26464 Note that `sort-columns' rejects text that contains tabs,
26465 because tabs could be split across the specified columns
26466 and it doesn't know how to handle that. Also, when possible,
26467 it uses the `sort' utility program, which doesn't understand tabs.
26468 Use \\[untabify] to convert tabs to spaces before sorting.
26470 \(fn REVERSE &optional BEG END)" t nil)
26472 (autoload 'reverse-region "sort" "\
26473 Reverse the order of lines in a region.
26474 From a program takes two point or marker arguments, BEG and END.
26476 \(fn BEG END)" t nil)
26478 ;;;***
26480 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20458
26481 ;;;;;; 56750 651721 0))
26482 ;;; Generated autoloads from gnus/spam.el
26484 (autoload 'spam-initialize "spam" "\
26485 Install the spam.el hooks and do other initialization.
26486 When SYMBOLS is given, set those variables to t. This is so you
26487 can call `spam-initialize' before you set spam-use-* variables on
26488 explicitly, and matters only if you need the extra headers
26489 installed through `spam-necessary-extra-headers'.
26491 \(fn &rest SYMBOLS)" t nil)
26493 ;;;***
26495 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
26496 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
26497 ;;;;;; "gnus/spam-report.el" (20355 10021 546955 0))
26498 ;;; Generated autoloads from gnus/spam-report.el
26500 (autoload 'spam-report-process-queue "spam-report" "\
26501 Report all queued requests from `spam-report-requests-file'.
26503 If FILE is given, use it instead of `spam-report-requests-file'.
26504 If KEEP is t, leave old requests in the file. If KEEP is the
26505 symbol `ask', query before flushing the queue file.
26507 \(fn &optional FILE KEEP)" t nil)
26509 (autoload 'spam-report-url-ping-mm-url "spam-report" "\
26510 Ping a host through HTTP, addressing a specific GET resource. Use
26511 the external program specified in `mm-url-program' to connect to
26512 server.
26514 \(fn HOST REPORT)" nil nil)
26516 (autoload 'spam-report-url-to-file "spam-report" "\
26517 Collect spam report requests in `spam-report-requests-file'.
26518 Customize `spam-report-url-ping-function' to use this function.
26520 \(fn HOST REPORT)" nil nil)
26522 (autoload 'spam-report-agentize "spam-report" "\
26523 Add spam-report support to the Agent.
26524 Spam reports will be queued with \\[spam-report-url-to-file] when
26525 the Agent is unplugged, and will be submitted in a batch when the
26526 Agent is plugged.
26528 \(fn)" t nil)
26530 (autoload 'spam-report-deagentize "spam-report" "\
26531 Remove spam-report support from the Agent.
26532 Spam reports will be queued with the method used when
26533 \\[spam-report-agentize] was run.
26535 \(fn)" t nil)
26537 ;;;***
26539 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
26540 ;;;;;; "speedbar.el" (20497 6436 957082 0))
26541 ;;; Generated autoloads from speedbar.el
26543 (defalias 'speedbar 'speedbar-frame-mode)
26545 (autoload 'speedbar-frame-mode "speedbar" "\
26546 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
26547 A nil ARG means toggle. Once the speedbar frame is activated, a buffer in
26548 `speedbar-mode' will be displayed. Currently, only one speedbar is
26549 supported at a time.
26550 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
26551 `speedbar-before-delete-hook' is called before the frame is deleted.
26553 \(fn &optional ARG)" t nil)
26555 (autoload 'speedbar-get-focus "speedbar" "\
26556 Change frame focus to or from the speedbar frame.
26557 If the selected frame is not speedbar, then speedbar frame is
26558 selected. If the speedbar frame is active, then select the attached frame.
26560 \(fn)" t nil)
26562 ;;;***
26564 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20355
26565 ;;;;;; 10021 546955 0))
26566 ;;; Generated autoloads from play/spook.el
26568 (autoload 'spook "spook" "\
26569 Adds that special touch of class to your outgoing mail.
26571 \(fn)" t nil)
26573 (autoload 'snarf-spooks "spook" "\
26574 Return a vector containing the lines from `spook-phrases-file'.
26576 \(fn)" nil nil)
26578 ;;;***
26580 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
26581 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
26582 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
26583 ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
26584 ;;;;;; (20480 38535 248706 0))
26585 ;;; Generated autoloads from progmodes/sql.el
26587 (autoload 'sql-add-product-keywords "sql" "\
26588 Add highlighting KEYWORDS for SQL PRODUCT.
26590 PRODUCT should be a symbol, the name of a SQL product, such as
26591 `oracle'. KEYWORDS should be a list; see the variable
26592 `font-lock-keywords'. By default they are added at the beginning
26593 of the current highlighting list. If optional argument APPEND is
26594 `set', they are used to replace the current highlighting list.
26595 If APPEND is any other non-nil value, they are added at the end
26596 of the current highlighting list.
26598 For example:
26600 (sql-add-product-keywords 'ms
26601 '((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
26603 adds a fontification pattern to fontify identifiers ending in
26604 `_t' as data types.
26606 \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil)
26608 (autoload 'sql-help "sql" "\
26609 Show short help for the SQL modes.
26611 Use an entry function to open an interactive SQL buffer. This buffer is
26612 usually named `*SQL*'. The name of the major mode is SQLi.
26614 Use the following commands to start a specific SQL interpreter:
26616 \\\\FREE
26618 Other non-free SQL implementations are also supported:
26620 \\\\NONFREE
26622 But we urge you to choose a free implementation instead of these.
26624 You can also use \\[sql-product-interactive] to invoke the
26625 interpreter for the current `sql-product'.
26627 Once you have the SQLi buffer, you can enter SQL statements in the
26628 buffer. The output generated is appended to the buffer and a new prompt
26629 is generated. See the In/Out menu in the SQLi buffer for some functions
26630 that help you navigate through the buffer, the input history, etc.
26632 If you have a really complex SQL statement or if you are writing a
26633 procedure, you can do this in a separate buffer. Put the new buffer in
26634 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
26635 anything. The name of the major mode is SQL.
26637 In this SQL buffer (SQL mode), you can send the region or the entire
26638 buffer to the interactive SQL buffer (SQLi mode). The results are
26639 appended to the SQLi buffer without disturbing your SQL buffer.
26641 \(fn)" t nil)
26643 (autoload 'sql-mode "sql" "\
26644 Major mode to edit SQL.
26646 You can send SQL statements to the SQLi buffer using
26647 \\[sql-send-region]. Such a buffer must exist before you can do this.
26648 See `sql-help' on how to create SQLi buffers.
26650 \\{sql-mode-map}
26651 Customization: Entry to this mode runs the `sql-mode-hook'.
26653 When you put a buffer in SQL mode, the buffer stores the last SQLi
26654 buffer created as its destination in the variable `sql-buffer'. This
26655 will be the buffer \\[sql-send-region] sends the region to. If this
26656 SQLi buffer is killed, \\[sql-send-region] is no longer able to
26657 determine where the strings should be sent to. You can set the
26658 value of `sql-buffer' using \\[sql-set-sqli-buffer].
26660 For information on how to create multiple SQLi buffers, see
26661 `sql-interactive-mode'.
26663 Note that SQL doesn't have an escape character unless you specify
26664 one. If you specify backslash as escape character in SQL,
26665 you must tell Emacs. Here's how to do that in your `~/.emacs' file:
26667 \(add-hook 'sql-mode-hook
26668 (lambda ()
26669 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
26671 \(fn)" t nil)
26673 (autoload 'sql-connect "sql" "\
26674 Connect to an interactive session using CONNECTION settings.
26676 See `sql-connection-alist' to see how to define connections and
26677 their settings.
26679 The user will not be prompted for any login parameters if a value
26680 is specified in the connection settings.
26682 \(fn CONNECTION &optional NEW-NAME)" t nil)
26684 (autoload 'sql-product-interactive "sql" "\
26685 Run PRODUCT interpreter as an inferior process.
26687 If buffer `*SQL*' exists but no process is running, make a new process.
26688 If buffer exists and a process is running, just switch to buffer `*SQL*'.
26690 To specify the SQL product, prefix the call with
26691 \\[universal-argument]. To set the buffer name as well, prefix
26692 the call to \\[sql-product-interactive] with
26693 \\[universal-argument] \\[universal-argument].
26695 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26697 \(fn &optional PRODUCT NEW-NAME)" t nil)
26699 (autoload 'sql-oracle "sql" "\
26700 Run sqlplus by Oracle as an inferior process.
26702 If buffer `*SQL*' exists but no process is running, make a new process.
26703 If buffer exists and a process is running, just switch to buffer
26704 `*SQL*'.
26706 Interpreter used comes from variable `sql-oracle-program'. Login uses
26707 the variables `sql-user', `sql-password', and `sql-database' as
26708 defaults, if set. Additional command line parameters can be stored in
26709 the list `sql-oracle-options'.
26711 The buffer is put in SQL interactive mode, giving commands for sending
26712 input. See `sql-interactive-mode'.
26714 To set the buffer name directly, use \\[universal-argument]
26715 before \\[sql-oracle]. Once session has started,
26716 \\[sql-rename-buffer] can be called separately to rename the
26717 buffer.
26719 To specify a coding system for converting non-ASCII characters
26720 in the input and output to the process, use \\[universal-coding-system-argument]
26721 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
26722 in the SQL buffer, after you start the process.
26723 The default comes from `process-coding-system-alist' and
26724 `default-process-coding-system'.
26726 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26728 \(fn &optional BUFFER)" t nil)
26730 (autoload 'sql-sybase "sql" "\
26731 Run isql by Sybase as an inferior process.
26733 If buffer `*SQL*' exists but no process is running, make a new process.
26734 If buffer exists and a process is running, just switch to buffer
26735 `*SQL*'.
26737 Interpreter used comes from variable `sql-sybase-program'. Login uses
26738 the variables `sql-server', `sql-user', `sql-password', and
26739 `sql-database' as defaults, if set. Additional command line parameters
26740 can be stored in the list `sql-sybase-options'.
26742 The buffer is put in SQL interactive mode, giving commands for sending
26743 input. See `sql-interactive-mode'.
26745 To set the buffer name directly, use \\[universal-argument]
26746 before \\[sql-sybase]. Once session has started,
26747 \\[sql-rename-buffer] can be called separately to rename the
26748 buffer.
26750 To specify a coding system for converting non-ASCII characters
26751 in the input and output to the process, use \\[universal-coding-system-argument]
26752 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
26753 in the SQL buffer, after you start the process.
26754 The default comes from `process-coding-system-alist' and
26755 `default-process-coding-system'.
26757 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26759 \(fn &optional BUFFER)" t nil)
26761 (autoload 'sql-informix "sql" "\
26762 Run dbaccess by Informix as an inferior process.
26764 If buffer `*SQL*' exists but no process is running, make a new process.
26765 If buffer exists and a process is running, just switch to buffer
26766 `*SQL*'.
26768 Interpreter used comes from variable `sql-informix-program'. Login uses
26769 the variable `sql-database' as default, if set.
26771 The buffer is put in SQL interactive mode, giving commands for sending
26772 input. See `sql-interactive-mode'.
26774 To set the buffer name directly, use \\[universal-argument]
26775 before \\[sql-informix]. Once session has started,
26776 \\[sql-rename-buffer] can be called separately to rename the
26777 buffer.
26779 To specify a coding system for converting non-ASCII characters
26780 in the input and output to the process, use \\[universal-coding-system-argument]
26781 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
26782 in the SQL buffer, after you start the process.
26783 The default comes from `process-coding-system-alist' and
26784 `default-process-coding-system'.
26786 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26788 \(fn &optional BUFFER)" t nil)
26790 (autoload 'sql-sqlite "sql" "\
26791 Run sqlite as an inferior process.
26793 SQLite is free software.
26795 If buffer `*SQL*' exists but no process is running, make a new process.
26796 If buffer exists and a process is running, just switch to buffer
26797 `*SQL*'.
26799 Interpreter used comes from variable `sql-sqlite-program'. Login uses
26800 the variables `sql-user', `sql-password', `sql-database', and
26801 `sql-server' as defaults, if set. Additional command line parameters
26802 can be stored in the list `sql-sqlite-options'.
26804 The buffer is put in SQL interactive mode, giving commands for sending
26805 input. See `sql-interactive-mode'.
26807 To set the buffer name directly, use \\[universal-argument]
26808 before \\[sql-sqlite]. Once session has started,
26809 \\[sql-rename-buffer] can be called separately to rename the
26810 buffer.
26812 To specify a coding system for converting non-ASCII characters
26813 in the input and output to the process, use \\[universal-coding-system-argument]
26814 before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system]
26815 in the SQL buffer, after you start the process.
26816 The default comes from `process-coding-system-alist' and
26817 `default-process-coding-system'.
26819 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26821 \(fn &optional BUFFER)" t nil)
26823 (autoload 'sql-mysql "sql" "\
26824 Run mysql by TcX as an inferior process.
26826 Mysql versions 3.23 and up are free software.
26828 If buffer `*SQL*' exists but no process is running, make a new process.
26829 If buffer exists and a process is running, just switch to buffer
26830 `*SQL*'.
26832 Interpreter used comes from variable `sql-mysql-program'. Login uses
26833 the variables `sql-user', `sql-password', `sql-database', and
26834 `sql-server' as defaults, if set. Additional command line parameters
26835 can be stored in the list `sql-mysql-options'.
26837 The buffer is put in SQL interactive mode, giving commands for sending
26838 input. See `sql-interactive-mode'.
26840 To set the buffer name directly, use \\[universal-argument]
26841 before \\[sql-mysql]. Once session has started,
26842 \\[sql-rename-buffer] can be called separately to rename the
26843 buffer.
26845 To specify a coding system for converting non-ASCII characters
26846 in the input and output to the process, use \\[universal-coding-system-argument]
26847 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
26848 in the SQL buffer, after you start the process.
26849 The default comes from `process-coding-system-alist' and
26850 `default-process-coding-system'.
26852 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26854 \(fn &optional BUFFER)" t nil)
26856 (autoload 'sql-solid "sql" "\
26857 Run solsql by Solid as an inferior process.
26859 If buffer `*SQL*' exists but no process is running, make a new process.
26860 If buffer exists and a process is running, just switch to buffer
26861 `*SQL*'.
26863 Interpreter used comes from variable `sql-solid-program'. Login uses
26864 the variables `sql-user', `sql-password', and `sql-server' as
26865 defaults, if set.
26867 The buffer is put in SQL interactive mode, giving commands for sending
26868 input. See `sql-interactive-mode'.
26870 To set the buffer name directly, use \\[universal-argument]
26871 before \\[sql-solid]. Once session has started,
26872 \\[sql-rename-buffer] can be called separately to rename the
26873 buffer.
26875 To specify a coding system for converting non-ASCII characters
26876 in the input and output to the process, use \\[universal-coding-system-argument]
26877 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
26878 in the SQL buffer, after you start the process.
26879 The default comes from `process-coding-system-alist' and
26880 `default-process-coding-system'.
26882 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26884 \(fn &optional BUFFER)" t nil)
26886 (autoload 'sql-ingres "sql" "\
26887 Run sql by Ingres as an inferior process.
26889 If buffer `*SQL*' exists but no process is running, make a new process.
26890 If buffer exists and a process is running, just switch to buffer
26891 `*SQL*'.
26893 Interpreter used comes from variable `sql-ingres-program'. Login uses
26894 the variable `sql-database' as default, if set.
26896 The buffer is put in SQL interactive mode, giving commands for sending
26897 input. See `sql-interactive-mode'.
26899 To set the buffer name directly, use \\[universal-argument]
26900 before \\[sql-ingres]. Once session has started,
26901 \\[sql-rename-buffer] can be called separately to rename the
26902 buffer.
26904 To specify a coding system for converting non-ASCII characters
26905 in the input and output to the process, use \\[universal-coding-system-argument]
26906 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
26907 in the SQL buffer, after you start the process.
26908 The default comes from `process-coding-system-alist' and
26909 `default-process-coding-system'.
26911 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26913 \(fn &optional BUFFER)" t nil)
26915 (autoload 'sql-ms "sql" "\
26916 Run osql by Microsoft as an inferior process.
26918 If buffer `*SQL*' exists but no process is running, make a new process.
26919 If buffer exists and a process is running, just switch to buffer
26920 `*SQL*'.
26922 Interpreter used comes from variable `sql-ms-program'. Login uses the
26923 variables `sql-user', `sql-password', `sql-database', and `sql-server'
26924 as defaults, if set. Additional command line parameters can be stored
26925 in the list `sql-ms-options'.
26927 The buffer is put in SQL interactive mode, giving commands for sending
26928 input. See `sql-interactive-mode'.
26930 To set the buffer name directly, use \\[universal-argument]
26931 before \\[sql-ms]. Once session has started,
26932 \\[sql-rename-buffer] can be called separately to rename the
26933 buffer.
26935 To specify a coding system for converting non-ASCII characters
26936 in the input and output to the process, use \\[universal-coding-system-argument]
26937 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
26938 in the SQL buffer, after you start the process.
26939 The default comes from `process-coding-system-alist' and
26940 `default-process-coding-system'.
26942 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26944 \(fn &optional BUFFER)" t nil)
26946 (autoload 'sql-postgres "sql" "\
26947 Run psql by Postgres as an inferior process.
26949 If buffer `*SQL*' exists but no process is running, make a new process.
26950 If buffer exists and a process is running, just switch to buffer
26951 `*SQL*'.
26953 Interpreter used comes from variable `sql-postgres-program'. Login uses
26954 the variables `sql-database' and `sql-server' as default, if set.
26955 Additional command line parameters can be stored in the list
26956 `sql-postgres-options'.
26958 The buffer is put in SQL interactive mode, giving commands for sending
26959 input. See `sql-interactive-mode'.
26961 To set the buffer name directly, use \\[universal-argument]
26962 before \\[sql-postgres]. Once session has started,
26963 \\[sql-rename-buffer] can be called separately to rename the
26964 buffer.
26966 To specify a coding system for converting non-ASCII characters
26967 in the input and output to the process, use \\[universal-coding-system-argument]
26968 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
26969 in the SQL buffer, after you start the process.
26970 The default comes from `process-coding-system-alist' and
26971 `default-process-coding-system'. If your output lines end with ^M,
26972 your might try undecided-dos as a coding system. If this doesn't help,
26973 Try to set `comint-output-filter-functions' like this:
26975 \(setq comint-output-filter-functions (append comint-output-filter-functions
26976 '(comint-strip-ctrl-m)))
26978 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26980 \(fn &optional BUFFER)" t nil)
26982 (autoload 'sql-interbase "sql" "\
26983 Run isql by Interbase as an inferior process.
26985 If buffer `*SQL*' exists but no process is running, make a new process.
26986 If buffer exists and a process is running, just switch to buffer
26987 `*SQL*'.
26989 Interpreter used comes from variable `sql-interbase-program'. Login
26990 uses the variables `sql-user', `sql-password', and `sql-database' as
26991 defaults, if set.
26993 The buffer is put in SQL interactive mode, giving commands for sending
26994 input. See `sql-interactive-mode'.
26996 To set the buffer name directly, use \\[universal-argument]
26997 before \\[sql-interbase]. Once session has started,
26998 \\[sql-rename-buffer] can be called separately to rename the
26999 buffer.
27001 To specify a coding system for converting non-ASCII characters
27002 in the input and output to the process, use \\[universal-coding-system-argument]
27003 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
27004 in the SQL buffer, after you start the process.
27005 The default comes from `process-coding-system-alist' and
27006 `default-process-coding-system'.
27008 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
27010 \(fn &optional BUFFER)" t nil)
27012 (autoload 'sql-db2 "sql" "\
27013 Run db2 by IBM as an inferior process.
27015 If buffer `*SQL*' exists but no process is running, make a new process.
27016 If buffer exists and a process is running, just switch to buffer
27017 `*SQL*'.
27019 Interpreter used comes from variable `sql-db2-program'. There is not
27020 automatic login.
27022 The buffer is put in SQL interactive mode, giving commands for sending
27023 input. See `sql-interactive-mode'.
27025 If you use \\[sql-accumulate-and-indent] to send multiline commands to
27026 db2, newlines will be escaped if necessary. If you don't want that, set
27027 `comint-input-sender' back to `comint-simple-send' by writing an after
27028 advice. See the elisp manual for more information.
27030 To set the buffer name directly, use \\[universal-argument]
27031 before \\[sql-db2]. Once session has started,
27032 \\[sql-rename-buffer] can be called separately to rename the
27033 buffer.
27035 To specify a coding system for converting non-ASCII characters
27036 in the input and output to the process, use \\[universal-coding-system-argument]
27037 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
27038 in the SQL buffer, after you start the process.
27039 The default comes from `process-coding-system-alist' and
27040 `default-process-coding-system'.
27042 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
27044 \(fn &optional BUFFER)" t nil)
27046 (autoload 'sql-linter "sql" "\
27047 Run inl by RELEX as an inferior process.
27049 If buffer `*SQL*' exists but no process is running, make a new process.
27050 If buffer exists and a process is running, just switch to buffer
27051 `*SQL*'.
27053 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
27054 Login uses the variables `sql-user', `sql-password', `sql-database' and
27055 `sql-server' as defaults, if set. Additional command line parameters
27056 can be stored in the list `sql-linter-options'. Run inl -h to get help on
27057 parameters.
27059 `sql-database' is used to set the LINTER_MBX environment variable for
27060 local connections, `sql-server' refers to the server name from the
27061 `nodetab' file for the network connection (dbc_tcp or friends must run
27062 for this to work). If `sql-password' is an empty string, inl will use
27063 an empty password.
27065 The buffer is put in SQL interactive mode, giving commands for sending
27066 input. See `sql-interactive-mode'.
27068 To set the buffer name directly, use \\[universal-argument]
27069 before \\[sql-linter]. Once session has started,
27070 \\[sql-rename-buffer] can be called separately to rename the
27071 buffer.
27073 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
27075 \(fn &optional BUFFER)" t nil)
27077 ;;;***
27079 ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
27080 ;;;;;; (20355 10021 546955 0))
27081 ;;; Generated autoloads from cedet/srecode/srt-mode.el
27083 (autoload 'srecode-template-mode "srecode/srt-mode" "\
27084 Major-mode for writing SRecode macros.
27086 \(fn)" t nil)
27088 (defalias 'srt-mode 'srecode-template-mode)
27090 ;;;***
27092 ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
27093 ;;;;;; (20355 10021 546955 0))
27094 ;;; Generated autoloads from gnus/starttls.el
27096 (autoload 'starttls-open-stream "starttls" "\
27097 Open a TLS connection for a port to a host.
27098 Returns a subprocess object to represent the connection.
27099 Input and output work as for subprocesses; `delete-process' closes it.
27100 Args are NAME BUFFER HOST PORT.
27101 NAME is name for process. It is modified if necessary to make it unique.
27102 BUFFER is the buffer (or `buffer-name') to associate with the process.
27103 Process output goes at end of that buffer, unless you specify
27104 an output stream or filter function to handle the output.
27105 BUFFER may be also nil, meaning that this process is not associated
27106 with any buffer
27107 Third arg is name of the host to connect to, or its IP address.
27108 Fourth arg PORT is an integer specifying a port to connect to.
27109 If `starttls-use-gnutls' is nil, this may also be a service name, but
27110 GnuTLS requires a port number.
27112 \(fn NAME BUFFER HOST PORT)" nil nil)
27114 ;;;***
27116 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
27117 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
27118 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
27119 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
27120 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20478
27121 ;;;;;; 3673 653810 0))
27122 ;;; Generated autoloads from strokes.el
27124 (autoload 'strokes-global-set-stroke "strokes" "\
27125 Interactively give STROKE the global binding as COMMAND.
27126 Operated just like `global-set-key', except for strokes.
27127 COMMAND is a symbol naming an interactively-callable function. STROKE
27128 is a list of sampled positions on the stroke grid as described in the
27129 documentation for the `strokes-define-stroke' function.
27131 See also `strokes-global-set-stroke-string'.
27133 \(fn STROKE COMMAND)" t nil)
27135 (autoload 'strokes-read-stroke "strokes" "\
27136 Read a simple stroke (interactively) and return the stroke.
27137 Optional PROMPT in minibuffer displays before and during stroke reading.
27138 This function will display the stroke interactively as it is being
27139 entered in the strokes buffer if the variable
27140 `strokes-use-strokes-buffer' is non-nil.
27141 Optional EVENT is acceptable as the starting event of the stroke.
27143 \(fn &optional PROMPT EVENT)" nil nil)
27145 (autoload 'strokes-read-complex-stroke "strokes" "\
27146 Read a complex stroke (interactively) and return the stroke.
27147 Optional PROMPT in minibuffer displays before and during stroke reading.
27148 Note that a complex stroke allows the user to pen-up and pen-down. This
27149 is implemented by allowing the user to paint with button 1 or button 2 and
27150 then complete the stroke with button 3.
27151 Optional EVENT is acceptable as the starting event of the stroke.
27153 \(fn &optional PROMPT EVENT)" nil nil)
27155 (autoload 'strokes-do-stroke "strokes" "\
27156 Read a simple stroke from the user and then execute its command.
27157 This must be bound to a mouse event.
27159 \(fn EVENT)" t nil)
27161 (autoload 'strokes-do-complex-stroke "strokes" "\
27162 Read a complex stroke from the user and then execute its command.
27163 This must be bound to a mouse event.
27165 \(fn EVENT)" t nil)
27167 (autoload 'strokes-describe-stroke "strokes" "\
27168 Displays the command which STROKE maps to, reading STROKE interactively.
27170 \(fn STROKE)" t nil)
27172 (autoload 'strokes-help "strokes" "\
27173 Get instruction on using the Strokes package.
27175 \(fn)" t nil)
27177 (autoload 'strokes-load-user-strokes "strokes" "\
27178 Load user-defined strokes from file named by `strokes-file'.
27180 \(fn)" t nil)
27182 (autoload 'strokes-list-strokes "strokes" "\
27183 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
27184 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
27185 chronologically by command name.
27186 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
27188 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
27190 (defvar strokes-mode nil "\
27191 Non-nil if Strokes mode is enabled.
27192 See the command `strokes-mode' for a description of this minor mode.
27193 Setting this variable directly does not take effect;
27194 either customize it (see the info node `Easy Customization')
27195 or call the function `strokes-mode'.")
27197 (custom-autoload 'strokes-mode "strokes" nil)
27199 (autoload 'strokes-mode "strokes" "\
27200 Toggle Strokes mode, a global minor mode.
27201 With a prefix argument ARG, enable Strokes mode if ARG is
27202 positive, and disable it otherwise. If called from Lisp, enable
27203 the mode if ARG is omitted or nil.
27205 \\<strokes-mode-map>
27206 Strokes are pictographic mouse gestures which invoke commands.
27207 Strokes are invoked with \\[strokes-do-stroke]. You can define
27208 new strokes with \\[strokes-global-set-stroke]. See also
27209 \\[strokes-do-complex-stroke] for `complex' strokes.
27211 To use strokes for pictographic editing, such as Chinese/Japanese, use
27212 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
27213 Encode/decode your strokes with \\[strokes-encode-buffer],
27214 \\[strokes-decode-buffer].
27216 \\{strokes-mode-map}
27218 \(fn &optional ARG)" t nil)
27220 (autoload 'strokes-decode-buffer "strokes" "\
27221 Decode stroke strings in BUFFER and display their corresponding glyphs.
27222 Optional BUFFER defaults to the current buffer.
27223 Optional FORCE non-nil will ignore the buffer's read-only status.
27225 \(fn &optional BUFFER FORCE)" t nil)
27227 (autoload 'strokes-compose-complex-stroke "strokes" "\
27228 Read a complex stroke and insert its glyph into the current buffer.
27230 \(fn)" t nil)
27232 ;;;***
27234 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
27235 ;;;;;; "studly" "play/studly.el" (20355 10021 546955 0))
27236 ;;; Generated autoloads from play/studly.el
27238 (autoload 'studlify-region "studly" "\
27239 Studlify-case the region.
27241 \(fn BEGIN END)" t nil)
27243 (autoload 'studlify-word "studly" "\
27244 Studlify-case the current word, or COUNT words if given an argument.
27246 \(fn COUNT)" t nil)
27248 (autoload 'studlify-buffer "studly" "\
27249 Studlify-case the current buffer.
27251 \(fn)" t nil)
27253 ;;;***
27255 ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
27256 ;;;;;; (20355 10021 546955 0))
27257 ;;; Generated autoloads from progmodes/subword.el
27259 (autoload 'subword-mode "subword" "\
27260 Toggle subword movement and editing (Subword mode).
27261 With a prefix argument ARG, enable Subword mode if ARG is
27262 positive, and disable it otherwise. If called from Lisp, enable
27263 the mode if ARG is omitted or nil.
27265 Subword mode is a buffer-local minor mode. Enabling it remaps
27266 word-based editing commands to subword-based commands that handle
27267 symbols with mixed uppercase and lowercase letters,
27268 e.g. \"GtkWidget\", \"EmacsFrameClass\", \"NSGraphicsContext\".
27270 Here we call these mixed case symbols `nomenclatures'. Each
27271 capitalized (or completely uppercase) part of a nomenclature is
27272 called a `subword'. Here are some examples:
27274 Nomenclature Subwords
27275 ===========================================================
27276 GtkWindow => \"Gtk\" and \"Window\"
27277 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
27278 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
27280 The subword oriented commands activated in this minor mode recognize
27281 subwords in a nomenclature to move between subwords and to edit them
27282 as words.
27284 \\{subword-mode-map}
27286 \(fn &optional ARG)" t nil)
27288 (defvar global-subword-mode nil "\
27289 Non-nil if Global-Subword mode is enabled.
27290 See the command `global-subword-mode' for a description of this minor mode.
27291 Setting this variable directly does not take effect;
27292 either customize it (see the info node `Easy Customization')
27293 or call the function `global-subword-mode'.")
27295 (custom-autoload 'global-subword-mode "subword" nil)
27297 (autoload 'global-subword-mode "subword" "\
27298 Toggle Subword mode in all buffers.
27299 With prefix ARG, enable Global-Subword mode if ARG is positive;
27300 otherwise, disable it. If called from Lisp, enable the mode if
27301 ARG is omitted or nil.
27303 Subword mode is enabled in all buffers where
27304 `(lambda nil (subword-mode 1))' would do it.
27305 See `subword-mode' for more information on Subword mode.
27307 \(fn &optional ARG)" t nil)
27309 ;;;***
27311 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
27312 ;;;;;; (20355 10021 546955 0))
27313 ;;; Generated autoloads from mail/supercite.el
27315 (autoload 'sc-cite-original "supercite" "\
27316 Workhorse citing function which performs the initial citation.
27317 This is callable from the various mail and news readers' reply
27318 function according to the agreed upon standard. See the associated
27319 info node `(SC)Top' for more details.
27320 `sc-cite-original' does not do any yanking of the
27321 original message but it does require a few things:
27323 1) The reply buffer is the current buffer.
27325 2) The original message has been yanked and inserted into the
27326 reply buffer.
27328 3) Verbose mail headers from the original message have been
27329 inserted into the reply buffer directly before the text of the
27330 original message.
27332 4) Point is at the beginning of the verbose headers.
27334 5) Mark is at the end of the body of text to be cited.
27336 The region need not be active (and typically isn't when this
27337 function is called). Also, the hook `sc-pre-hook' is run before,
27338 and `sc-post-hook' is run after the guts of this function.
27340 \(fn)" nil nil)
27342 ;;;***
27344 ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20355
27345 ;;;;;; 10021 546955 0))
27346 ;;; Generated autoloads from t-mouse.el
27348 (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
27350 (defvar gpm-mouse-mode t "\
27351 Non-nil if Gpm-Mouse mode is enabled.
27352 See the command `gpm-mouse-mode' for a description of this minor mode.
27353 Setting this variable directly does not take effect;
27354 either customize it (see the info node `Easy Customization')
27355 or call the function `gpm-mouse-mode'.")
27357 (custom-autoload 'gpm-mouse-mode "t-mouse" nil)
27359 (autoload 'gpm-mouse-mode "t-mouse" "\
27360 Toggle mouse support in GNU/Linux consoles (GPM Mouse mode).
27361 With a prefix argument ARG, enable GPM Mouse mode if ARG is
27362 positive, and disable it otherwise. If called from Lisp, enable
27363 the mode if ARG is omitted or nil.
27365 This allows the use of the mouse when operating on a GNU/Linux console,
27366 in the same way as you can use the mouse under X11.
27367 It relies on the `gpm' daemon being activated.
27369 \(fn &optional ARG)" t nil)
27371 ;;;***
27373 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20355 10021
27374 ;;;;;; 546955 0))
27375 ;;; Generated autoloads from tabify.el
27377 (autoload 'untabify "tabify" "\
27378 Convert all tabs in region to multiple spaces, preserving columns.
27379 Called non-interactively, the region is specified by arguments
27380 START and END, rather than by the position of point and mark.
27381 The variable `tab-width' controls the spacing of tab stops.
27383 \(fn START END)" t nil)
27385 (autoload 'tabify "tabify" "\
27386 Convert multiple spaces in region to tabs when possible.
27387 A group of spaces is partially replaced by tabs
27388 when this can be done without changing the column they end at.
27389 Called non-interactively, the region is specified by arguments
27390 START and END, rather than by the position of point and mark.
27391 The variable `tab-width' controls the spacing of tab stops.
27393 \(fn START END)" t nil)
27395 ;;;***
27397 ;;;### (autoloads (table-release table-capture table-delete-column
27398 ;;;;;; table-delete-row table-insert-sequence table-generate-source
27399 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
27400 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
27401 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
27402 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
27403 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
27404 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
27405 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
27406 ;;;;;; table-recognize table-insert-row-column table-insert-column
27407 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
27408 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
27409 ;;;;;; "table" "textmodes/table.el" (20434 17809 692608 0))
27410 ;;; Generated autoloads from textmodes/table.el
27412 (defvar table-cell-map-hook nil "\
27413 Normal hooks run when finishing construction of `table-cell-map'.
27414 User can modify `table-cell-map' by adding custom functions here.")
27416 (custom-autoload 'table-cell-map-hook "table" t)
27418 (defvar table-load-hook nil "\
27419 List of functions to be called after the table is first loaded.")
27421 (custom-autoload 'table-load-hook "table" t)
27423 (defvar table-point-entered-cell-hook nil "\
27424 List of functions to be called after point entered a table cell.")
27426 (custom-autoload 'table-point-entered-cell-hook "table" t)
27428 (defvar table-point-left-cell-hook nil "\
27429 List of functions to be called after point left a table cell.")
27431 (custom-autoload 'table-point-left-cell-hook "table" t)
27433 (autoload 'table-insert "table" "\
27434 Insert an editable text table.
27435 Insert a table of specified number of COLUMNS and ROWS. Optional
27436 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
27437 cell. The cell size is uniform across the table if the specified size
27438 is a number. They can be a list of numbers to specify different size
27439 for each cell. When called interactively, the list of number is
27440 entered by simply listing all the numbers with space characters
27441 delimiting them.
27443 Examples:
27445 \\[table-insert] inserts a table at the current point location.
27447 Suppose we have the following situation where `-!-' indicates the
27448 location of point.
27452 Type \\[table-insert] and hit ENTER key. As it asks table
27453 specification, provide 3 for number of columns, 1 for number of rows,
27454 5 for cell width and 1 for cell height. Now you shall see the next
27455 table and the point is automatically moved to the beginning of the
27456 first cell.
27458 +-----+-----+-----+
27459 |-!- | | |
27460 +-----+-----+-----+
27462 Inside a table cell, there are special key bindings. \\<table-cell-map>
27464 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
27465 width, which results as
27467 +--------------+-----+-----+
27468 |-!- | | |
27469 +--------------+-----+-----+
27471 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
27472 TAB moves the point forward by a cell. The result now looks like this:
27474 +--------------+------+--------------------------------+
27475 | | |-!- |
27476 +--------------+------+--------------------------------+
27478 If you knew each width of the columns prior to the table creation,
27479 what you could have done better was to have had given the complete
27480 width information to `table-insert'.
27482 Cell width(s): 14 6 32
27484 instead of
27486 Cell width(s): 5
27488 This would have eliminated the previously mentioned width adjustment
27489 work all together.
27491 If the point is in the last cell type S-TAB S-TAB to move it to the
27492 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
27494 +--------------+------+--------------------------------+
27495 |-!- | | |
27496 | | | |
27497 +--------------+------+--------------------------------+
27499 Type \\[table-insert-row-column] and tell it to insert a row.
27501 +--------------+------+--------------------------------+
27502 |-!- | | |
27503 | | | |
27504 +--------------+------+--------------------------------+
27505 | | | |
27506 | | | |
27507 +--------------+------+--------------------------------+
27509 Move the point under the table as shown below.
27511 +--------------+------+--------------------------------+
27512 | | | |
27513 | | | |
27514 +--------------+------+--------------------------------+
27515 | | | |
27516 | | | |
27517 +--------------+------+--------------------------------+
27520 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
27521 when the point is outside of the table. This insertion at
27522 outside of the table effectively appends a row at the end.
27524 +--------------+------+--------------------------------+
27525 | | | |
27526 | | | |
27527 +--------------+------+--------------------------------+
27528 | | | |
27529 | | | |
27530 +--------------+------+--------------------------------+
27531 |-!- | | |
27532 | | | |
27533 +--------------+------+--------------------------------+
27535 Text editing inside the table cell produces reasonably expected
27536 results.
27538 +--------------+------+--------------------------------+
27539 | | | |
27540 | | | |
27541 +--------------+------+--------------------------------+
27542 | | |Text editing inside the table |
27543 | | |cell produces reasonably |
27544 | | |expected results.-!- |
27545 +--------------+------+--------------------------------+
27546 | | | |
27547 | | | |
27548 +--------------+------+--------------------------------+
27550 Inside a table cell has a special keymap.
27552 \\{table-cell-map}
27554 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
27556 (autoload 'table-insert-row "table" "\
27557 Insert N table row(s).
27558 When point is in a table the newly inserted row(s) are placed above
27559 the current row. When point is outside of the table it must be below
27560 the table within the table width range, then the newly created row(s)
27561 are appended at the bottom of the table.
27563 \(fn N)" t nil)
27565 (autoload 'table-insert-column "table" "\
27566 Insert N table column(s).
27567 When point is in a table the newly inserted column(s) are placed left
27568 of the current column. When point is outside of the table it must be
27569 right side of the table within the table height range, then the newly
27570 created column(s) are appended at the right of the table.
27572 \(fn N)" t nil)
27574 (autoload 'table-insert-row-column "table" "\
27575 Insert row(s) or column(s).
27576 See `table-insert-row' and `table-insert-column'.
27578 \(fn ROW-COLUMN N)" t nil)
27580 (autoload 'table-recognize "table" "\
27581 Recognize all tables within the current buffer and activate them.
27582 Scans the entire buffer and recognizes valid table cells. If the
27583 optional numeric prefix argument ARG is negative the tables in the
27584 buffer become inactive, meaning the tables become plain text and loses
27585 all the table specific features.
27587 \(fn &optional ARG)" t nil)
27589 (autoload 'table-unrecognize "table" "\
27592 \(fn)" t nil)
27594 (autoload 'table-recognize-region "table" "\
27595 Recognize all tables within region.
27596 BEG and END specify the region to work on. If the optional numeric
27597 prefix argument ARG is negative the tables in the region become
27598 inactive, meaning the tables become plain text and lose all the table
27599 specific features.
27601 \(fn BEG END &optional ARG)" t nil)
27603 (autoload 'table-unrecognize-region "table" "\
27606 \(fn BEG END)" t nil)
27608 (autoload 'table-recognize-table "table" "\
27609 Recognize a table at point.
27610 If the optional numeric prefix argument ARG is negative the table
27611 becomes inactive, meaning the table becomes plain text and loses all
27612 the table specific features.
27614 \(fn &optional ARG)" t nil)
27616 (autoload 'table-unrecognize-table "table" "\
27619 \(fn)" t nil)
27621 (autoload 'table-recognize-cell "table" "\
27622 Recognize a table cell that contains current point.
27623 Probe the cell dimension and prepare the cell information. The
27624 optional two arguments FORCE and NO-COPY are for internal use only and
27625 must not be specified. When the optional numeric prefix argument ARG
27626 is negative the cell becomes inactive, meaning that the cell becomes
27627 plain text and loses all the table specific features.
27629 \(fn &optional FORCE NO-COPY ARG)" t nil)
27631 (autoload 'table-unrecognize-cell "table" "\
27634 \(fn)" t nil)
27636 (autoload 'table-heighten-cell "table" "\
27637 Heighten the current cell by N lines by expanding the cell vertically.
27638 Heightening is done by adding blank lines at the bottom of the current
27639 cell. Other cells aligned horizontally with the current one are also
27640 heightened in order to keep the rectangular table structure. The
27641 optional argument NO-COPY is internal use only and must not be
27642 specified.
27644 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
27646 (autoload 'table-shorten-cell "table" "\
27647 Shorten the current cell by N lines by shrinking the cell vertically.
27648 Shortening is done by removing blank lines from the bottom of the cell
27649 and possibly from the top of the cell as well. Therefore, the cell
27650 must have some bottom/top blank lines to be shorten effectively. This
27651 is applicable to all the cells aligned horizontally with the current
27652 one because they are also shortened in order to keep the rectangular
27653 table structure.
27655 \(fn N)" t nil)
27657 (autoload 'table-widen-cell "table" "\
27658 Widen the current cell by N columns and expand the cell horizontally.
27659 Some other cells in the same table are widen as well to keep the
27660 table's rectangle structure.
27662 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
27664 (autoload 'table-narrow-cell "table" "\
27665 Narrow the current cell by N columns and shrink the cell horizontally.
27666 Some other cells in the same table are narrowed as well to keep the
27667 table's rectangle structure.
27669 \(fn N)" t nil)
27671 (autoload 'table-forward-cell "table" "\
27672 Move point forward to the beginning of the next cell.
27673 With argument ARG, do it ARG times;
27674 a negative argument ARG = -N means move backward N cells.
27675 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
27677 Sample Cell Traveling Order (In Irregular Table Cases)
27679 You can actually try how it works in this buffer. Press
27680 \\[table-recognize] and go to cells in the following tables and press
27681 \\[table-forward-cell] or TAB key.
27683 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
27684 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
27685 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
27686 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
27687 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
27688 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
27689 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
27691 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
27692 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
27693 | | | | | +--+ | | | | | +--+ +--+
27694 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
27695 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
27696 | | | | | |6 | | | | | | |6 | |7 |
27697 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
27699 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
27700 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
27701 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
27702 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
27703 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
27704 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
27705 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
27706 +--+--+--+ +--+--+--+
27708 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
27710 (autoload 'table-backward-cell "table" "\
27711 Move backward to the beginning of the previous cell.
27712 With argument ARG, do it ARG times;
27713 a negative argument ARG = -N means move forward N cells.
27715 \(fn &optional ARG)" t nil)
27717 (autoload 'table-span-cell "table" "\
27718 Span current cell into adjacent cell in DIRECTION.
27719 DIRECTION is one of symbols; right, left, above or below.
27721 \(fn DIRECTION)" t nil)
27723 (autoload 'table-split-cell-vertically "table" "\
27724 Split current cell vertically.
27725 Creates a cell above and a cell below the current point location.
27727 \(fn)" t nil)
27729 (autoload 'table-split-cell-horizontally "table" "\
27730 Split current cell horizontally.
27731 Creates a cell on the left and a cell on the right of the current point location.
27733 \(fn)" t nil)
27735 (autoload 'table-split-cell "table" "\
27736 Split current cell in ORIENTATION.
27737 ORIENTATION is a symbol either horizontally or vertically.
27739 \(fn ORIENTATION)" t nil)
27741 (autoload 'table-justify "table" "\
27742 Justify contents of a cell, a row of cells or a column of cells.
27743 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
27744 'center, 'right, 'top, 'middle, 'bottom or 'none.
27746 \(fn WHAT JUSTIFY)" t nil)
27748 (autoload 'table-justify-cell "table" "\
27749 Justify cell contents.
27750 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
27751 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
27752 non-nil the justify operation is limited to the current paragraph,
27753 otherwise the entire cell contents is justified.
27755 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
27757 (autoload 'table-justify-row "table" "\
27758 Justify cells of a row.
27759 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
27760 'middle, 'bottom or 'none for vertical.
27762 \(fn JUSTIFY)" t nil)
27764 (autoload 'table-justify-column "table" "\
27765 Justify cells of a column.
27766 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
27767 'middle, 'bottom or 'none for vertical.
27769 \(fn JUSTIFY)" t nil)
27771 (autoload 'table-fixed-width-mode "table" "\
27772 Toggle fixing width mode.
27773 In the fixed width mode, typing inside a cell never changes the cell
27774 width where in the normal mode the cell width expands automatically in
27775 order to prevent a word being folded into multiple lines.
27777 \(fn &optional ARG)" t nil)
27779 (autoload 'table-query-dimension "table" "\
27780 Return the dimension of the current cell and the current table.
27781 The result is a list (cw ch tw th c r cells) where cw is the cell
27782 width, ch is the cell height, tw is the table width, th is the table
27783 height, c is the number of columns, r is the number of rows and cells
27784 is the total number of cells. The cell dimension excludes the cell
27785 frame while the table dimension includes the table frame. The columns
27786 and the rows are counted by the number of cell boundaries. Therefore
27787 the number tends to be larger than it appears for the tables with
27788 non-uniform cell structure (heavily spanned and split). When optional
27789 WHERE is provided the cell and table at that location is reported.
27791 \(fn &optional WHERE)" t nil)
27793 (autoload 'table-generate-source "table" "\
27794 Generate source of the current table in the specified language.
27795 LANGUAGE is a symbol that specifies the language to describe the
27796 structure of the table. It must be either 'html, 'latex or 'cals.
27797 The resulted source text is inserted into DEST-BUFFER and the buffer
27798 object is returned. When DEST-BUFFER is omitted or nil the default
27799 buffer specified in `table-dest-buffer-name' is used. In this case
27800 the content of the default buffer is erased prior to the generation.
27801 When DEST-BUFFER is non-nil it is expected to be either a destination
27802 buffer or a name of the destination buffer. In this case the
27803 generated result is inserted at the current point in the destination
27804 buffer and the previously existing contents in the buffer are
27805 untouched.
27807 References used for this implementation:
27809 HTML:
27810 URL `http://www.w3.org'
27812 LaTeX:
27813 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
27815 CALS (DocBook DTD):
27816 URL `http://www.oasis-open.org/html/a502.htm'
27817 URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751'
27819 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
27821 (autoload 'table-insert-sequence "table" "\
27822 Travel cells forward while inserting a specified sequence string in each cell.
27823 STR is the base string from which the sequence starts. When STR is an
27824 empty string then each cell content is erased. When STR ends with
27825 numerical characters (they may optionally be surrounded by a pair of
27826 parentheses) they are incremented as a decimal number. Otherwise the
27827 last character in STR is incremented in ASCII code order. N is the
27828 number of sequence elements to insert. When N is negative the cell
27829 traveling direction is backward. When N is zero it travels forward
27830 entire table. INCREMENT is the increment between adjacent sequence
27831 elements and can be a negative number for effectively decrementing.
27832 INTERVAL is the number of cells to travel between sequence element
27833 insertion which is normally 1. When zero or less is given for
27834 INTERVAL it is interpreted as number of cells per row so that sequence
27835 is placed straight down vertically as long as the table's cell
27836 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
27837 'right, that specifies justification of the inserted string.
27839 Example:
27841 (progn
27842 (table-insert 16 3 5 1)
27843 (table-forward-cell 15)
27844 (table-insert-sequence \"D0\" -16 1 1 'center)
27845 (table-forward-cell 16)
27846 (table-insert-sequence \"A[0]\" -16 1 1 'center)
27847 (table-forward-cell 1)
27848 (table-insert-sequence \"-\" 16 0 1 'center))
27850 (progn
27851 (table-insert 16 8 5 1)
27852 (table-insert-sequence \"@\" 0 1 2 'right)
27853 (table-forward-cell 1)
27854 (table-insert-sequence \"64\" 0 1 2 'left))
27856 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
27858 (autoload 'table-delete-row "table" "\
27859 Delete N row(s) of cells.
27860 Delete N rows of cells from current row. The current row is the row
27861 contains the current cell where point is located. Each row must
27862 consists from cells of same height.
27864 \(fn N)" t nil)
27866 (autoload 'table-delete-column "table" "\
27867 Delete N column(s) of cells.
27868 Delete N columns of cells from current column. The current column is
27869 the column contains the current cell where point is located. Each
27870 column must consists from cells of same width.
27872 \(fn N)" t nil)
27874 (autoload 'table-capture "table" "\
27875 Convert plain text into a table by capturing the text in the region.
27876 Create a table with the text in region as cell contents. BEG and END
27877 specify the region. The text in the region is replaced with a table.
27878 The removed text is inserted in the table. When optional
27879 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
27880 is parsed and separated into individual cell contents by using the
27881 delimiter regular expressions. This parsing determines the number of
27882 columns and rows of the table automatically. If COL-DELIM-REGEXP and
27883 ROW-DELIM-REGEXP are omitted the result table has only one cell and
27884 the entire region contents is placed in that cell. Optional JUSTIFY
27885 is one of 'left, 'center or 'right, which specifies the cell
27886 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
27887 width. Optional COLUMNS specify the number of columns when
27888 ROW-DELIM-REGEXP is not specified.
27891 Example 1:
27893 1, 2, 3, 4
27894 5, 6, 7, 8
27895 , 9, 10
27897 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
27898 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
27899 this example the cells are centered and minimum cell width is
27900 specified as 5.
27902 +-----+-----+-----+-----+
27903 | 1 | 2 | 3 | 4 |
27904 +-----+-----+-----+-----+
27905 | 5 | 6 | 7 | 8 |
27906 +-----+-----+-----+-----+
27907 | | 9 | 10 | |
27908 +-----+-----+-----+-----+
27910 Note:
27912 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
27913 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
27914 of each row is optional.
27917 Example 2:
27919 This example shows how a table can be used for text layout editing.
27920 Let `table-capture' capture the following region starting from
27921 -!- and ending at -*-, that contains three paragraphs and two item
27922 name headers. This time specify empty string for both
27923 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
27925 -!-`table-capture' is a powerful command however mastering its power
27926 requires some practice. Here is a list of items what it can do.
27928 Parse Cell Items By using column delimiter regular
27929 expression and raw delimiter regular
27930 expression, it parses the specified text
27931 area and extracts cell items from
27932 non-table text and then forms a table out
27933 of them.
27935 Capture Text Area When no delimiters are specified it
27936 creates a single cell table. The text in
27937 the specified region is placed in that
27938 cell.-*-
27940 Now the entire content is captured in a cell which is itself a table
27941 like this.
27943 +-----------------------------------------------------------------+
27944 |`table-capture' is a powerful command however mastering its power|
27945 |requires some practice. Here is a list of items what it can do. |
27947 |Parse Cell Items By using column delimiter regular |
27948 | expression and raw delimiter regular |
27949 | expression, it parses the specified text |
27950 | area and extracts cell items from |
27951 | non-table text and then forms a table out |
27952 | of them. |
27954 |Capture Text Area When no delimiters are specified it |
27955 | creates a single cell table. The text in |
27956 | the specified region is placed in that |
27957 | cell. |
27958 +-----------------------------------------------------------------+
27960 By splitting the cell appropriately we now have a table consisting of
27961 paragraphs occupying its own cell. Each cell can now be edited
27962 independently.
27964 +-----------------------------------------------------------------+
27965 |`table-capture' is a powerful command however mastering its power|
27966 |requires some practice. Here is a list of items what it can do. |
27967 +---------------------+-------------------------------------------+
27968 |Parse Cell Items |By using column delimiter regular |
27969 | |expression and raw delimiter regular |
27970 | |expression, it parses the specified text |
27971 | |area and extracts cell items from |
27972 | |non-table text and then forms a table out |
27973 | |of them. |
27974 +---------------------+-------------------------------------------+
27975 |Capture Text Area |When no delimiters are specified it |
27976 | |creates a single cell table. The text in |
27977 | |the specified region is placed in that |
27978 | |cell. |
27979 +---------------------+-------------------------------------------+
27981 By applying `table-release', which does the opposite process, the
27982 contents become once again plain text. `table-release' works as
27983 companion command to `table-capture' this way.
27985 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
27987 (autoload 'table-release "table" "\
27988 Convert a table into plain text by removing the frame from a table.
27989 Remove the frame from a table and deactivate the table. This command
27990 converts a table into plain text without frames. It is a companion to
27991 `table-capture' which does the opposite process.
27993 \(fn)" t nil)
27995 ;;;***
27997 ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20355 10021
27998 ;;;;;; 546955 0))
27999 ;;; Generated autoloads from talk.el
28001 (autoload 'talk-connect "talk" "\
28002 Connect to display DISPLAY for the Emacs talk group.
28004 \(fn DISPLAY)" t nil)
28006 (autoload 'talk "talk" "\
28007 Connect to the Emacs talk group from the current X display or tty frame.
28009 \(fn)" t nil)
28011 ;;;***
28013 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20478 3673
28014 ;;;;;; 653810 0))
28015 ;;; Generated autoloads from tar-mode.el
28017 (autoload 'tar-mode "tar-mode" "\
28018 Major mode for viewing a tar file as a dired-like listing of its contents.
28019 You can move around using the usual cursor motion commands.
28020 Letters no longer insert themselves.
28021 Type `e' to pull a file out of the tar file and into its own buffer;
28022 or click mouse-2 on the file's line in the Tar mode buffer.
28023 Type `c' to copy an entry from the tar file into another file on disk.
28025 If you edit a sub-file of this archive (as with the `e' command) and
28026 save it with \\[save-buffer], the contents of that buffer will be
28027 saved back into the tar-file buffer; in this way you can edit a file
28028 inside of a tar archive without extracting it and re-archiving it.
28030 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
28031 \\{tar-mode-map}
28033 \(fn)" t nil)
28035 ;;;***
28037 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
28038 ;;;;;; "progmodes/tcl.el" (20355 10021 546955 0))
28039 ;;; Generated autoloads from progmodes/tcl.el
28041 (autoload 'tcl-mode "tcl" "\
28042 Major mode for editing Tcl code.
28043 Expression and list commands understand all Tcl brackets.
28044 Tab indents for Tcl code.
28045 Paragraphs are separated by blank lines only.
28046 Delete converts tabs to spaces as it moves back.
28048 Variables controlling indentation style:
28049 `tcl-indent-level'
28050 Indentation of Tcl statements within surrounding block.
28051 `tcl-continued-indent-level'
28052 Indentation of continuation line relative to first line of command.
28054 Variables controlling user interaction with mode (see variable
28055 documentation for details):
28056 `tcl-tab-always-indent'
28057 Controls action of TAB key.
28058 `tcl-auto-newline'
28059 Non-nil means automatically newline before and after braces, brackets,
28060 and semicolons inserted in Tcl code.
28061 `tcl-use-smart-word-finder'
28062 If not nil, use a smarter, Tcl-specific way to find the current
28063 word when looking up help on a Tcl command.
28065 Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
28066 `tcl-mode-hook' to see what kinds of interesting hook functions
28067 already exist.
28069 \(fn)" t nil)
28071 (autoload 'inferior-tcl "tcl" "\
28072 Run inferior Tcl process.
28073 Prefix arg means enter program name interactively.
28074 See documentation for function `inferior-tcl-mode' for more information.
28076 \(fn CMD)" t nil)
28078 (autoload 'tcl-help-on-word "tcl" "\
28079 Get help on Tcl command. Default is word at point.
28080 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
28082 \(fn COMMAND &optional ARG)" t nil)
28084 ;;;***
28086 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20355 10021
28087 ;;;;;; 546955 0))
28088 ;;; Generated autoloads from net/telnet.el
28090 (autoload 'telnet "telnet" "\
28091 Open a network login connection to host named HOST (a string).
28092 Optional arg PORT specifies alternative port to connect to.
28093 Interactively, use \\[universal-argument] prefix to be prompted for port number.
28095 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
28096 where PROGRAM is the telnet program being used. This program
28097 is controlled by the contents of the global variable `telnet-host-properties',
28098 falling back on the value of the global variable `telnet-program'.
28099 Normally input is edited in Emacs and sent a line at a time.
28101 \(fn HOST &optional PORT)" t nil)
28103 (autoload 'rsh "telnet" "\
28104 Open a network login connection to host named HOST (a string).
28105 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
28106 Normally input is edited in Emacs and sent a line at a time.
28108 \(fn HOST)" t nil)
28110 ;;;***
28112 ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
28113 ;;;;;; (20478 3673 653810 0))
28114 ;;; Generated autoloads from term.el
28116 (autoload 'make-term "term" "\
28117 Make a term process NAME in a buffer, running PROGRAM.
28118 The name of the buffer is made by surrounding NAME with `*'s.
28119 If there is already a running process in that buffer, it is not restarted.
28120 Optional third arg STARTFILE is the name of a file to send the contents of to
28121 the process. Any more args are arguments to PROGRAM.
28123 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
28125 (autoload 'term "term" "\
28126 Start a terminal-emulator in a new buffer.
28127 The buffer is in Term mode; see `term-mode' for the
28128 commands to use in that buffer.
28130 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
28132 \(fn PROGRAM)" t nil)
28134 (autoload 'ansi-term "term" "\
28135 Start a terminal-emulator in a new buffer.
28137 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
28139 (autoload 'serial-term "term" "\
28140 Start a terminal-emulator for a serial port in a new buffer.
28141 PORT is the path or name of the serial port. For example, this
28142 could be \"/dev/ttyS0\" on Unix. On Windows, this could be
28143 \"COM1\" or \"\\\\.\\COM10\".
28144 SPEED is the speed of the serial port in bits per second. 9600
28145 is a common value. SPEED can be nil, see
28146 `serial-process-configure' for details.
28147 The buffer is in Term mode; see `term-mode' for the commands to
28148 use in that buffer.
28149 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
28151 \(fn PORT SPEED)" t nil)
28153 ;;;***
28155 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20355
28156 ;;;;;; 10021 546955 0))
28157 ;;; Generated autoloads from terminal.el
28159 (autoload 'terminal-emulator "terminal" "\
28160 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
28161 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
28162 BUFFER's contents are made an image of the display generated by that program,
28163 and any input typed when BUFFER is the current Emacs buffer is sent to that
28164 program as keyboard input.
28166 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
28167 are parsed from an input-string using your usual shell.
28168 WIDTH and HEIGHT are determined from the size of the current window
28169 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
28171 To switch buffers and leave the emulator, or to give commands
28172 to the emulator itself (as opposed to the program running under it),
28173 type Control-^. The following character is an emulator command.
28174 Type Control-^ twice to send it to the subprogram.
28175 This escape character may be changed using the variable `terminal-escape-char'.
28177 `Meta' characters may not currently be sent through the terminal emulator.
28179 Here is a list of some of the variables which control the behavior
28180 of the emulator -- see their documentation for more information:
28181 terminal-escape-char, terminal-scrolling, terminal-more-processing,
28182 terminal-redisplay-interval.
28184 This function calls the value of terminal-mode-hook if that exists
28185 and is non-nil after the terminal buffer has been set up and the
28186 subprocess started.
28188 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
28190 ;;;***
28192 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
28193 ;;;;;; (20355 10021 546955 0))
28194 ;;; Generated autoloads from emacs-lisp/testcover.el
28196 (autoload 'testcover-this-defun "testcover" "\
28197 Start coverage on function under point.
28199 \(fn)" t nil)
28201 ;;;***
28203 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20478 3673
28204 ;;;;;; 653810 0))
28205 ;;; Generated autoloads from play/tetris.el
28207 (autoload 'tetris "tetris" "\
28208 Play the Tetris game.
28209 Shapes drop from the top of the screen, and the user has to move and
28210 rotate the shape to fit in with those at the bottom of the screen so
28211 as to form complete rows.
28213 tetris-mode keybindings:
28214 \\<tetris-mode-map>
28215 \\[tetris-start-game] Starts a new game of Tetris
28216 \\[tetris-end-game] Terminates the current game
28217 \\[tetris-pause-game] Pauses (or resumes) the current game
28218 \\[tetris-move-left] Moves the shape one square to the left
28219 \\[tetris-move-right] Moves the shape one square to the right
28220 \\[tetris-rotate-prev] Rotates the shape clockwise
28221 \\[tetris-rotate-next] Rotates the shape anticlockwise
28222 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
28224 \(fn)" t nil)
28226 ;;;***
28228 ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
28229 ;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
28230 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
28231 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
28232 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
28233 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
28234 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
28235 ;;;;;; (20485 15269 390836 0))
28236 ;;; Generated autoloads from textmodes/tex-mode.el
28238 (defvar tex-shell-file-name nil "\
28239 If non-nil, the shell file name to run in the subshell used to run TeX.")
28241 (custom-autoload 'tex-shell-file-name "tex-mode" t)
28243 (defvar tex-directory (purecopy ".") "\
28244 Directory in which temporary files are written.
28245 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
28246 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
28247 `\\input' commands with relative directories.")
28249 (custom-autoload 'tex-directory "tex-mode" t)
28251 (defvar tex-first-line-header-regexp nil "\
28252 Regexp for matching a first line which `tex-region' should include.
28253 If this is non-nil, it should be a regular expression string;
28254 if it matches the first line of the file,
28255 `tex-region' always includes the first line in the TeX run.")
28257 (custom-autoload 'tex-first-line-header-regexp "tex-mode" t)
28259 (defvar tex-main-file nil "\
28260 The main TeX source file which includes this buffer's file.
28261 The command `tex-file' runs TeX on the file specified by `tex-main-file'
28262 if the variable is non-nil.")
28264 (custom-autoload 'tex-main-file "tex-mode" t)
28266 (defvar tex-offer-save t "\
28267 If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
28269 (custom-autoload 'tex-offer-save "tex-mode" t)
28271 (defvar tex-run-command (purecopy "tex") "\
28272 Command used to run TeX subjob.
28273 TeX Mode sets `tex-command' to this string.
28274 See the documentation of that variable.")
28276 (custom-autoload 'tex-run-command "tex-mode" t)
28278 (defvar latex-run-command (purecopy "latex") "\
28279 Command used to run LaTeX subjob.
28280 LaTeX Mode sets `tex-command' to this string.
28281 See the documentation of that variable.")
28283 (custom-autoload 'latex-run-command "tex-mode" t)
28285 (defvar slitex-run-command (purecopy "slitex") "\
28286 Command used to run SliTeX subjob.
28287 SliTeX Mode sets `tex-command' to this string.
28288 See the documentation of that variable.")
28290 (custom-autoload 'slitex-run-command "tex-mode" t)
28292 (defvar tex-start-options (purecopy "") "\
28293 TeX options to use when starting TeX.
28294 These immediately precede the commands in `tex-start-commands'
28295 and the input file name, with no separating space and are not shell-quoted.
28296 If nil, TeX runs with no options. See the documentation of `tex-command'.")
28298 (custom-autoload 'tex-start-options "tex-mode" t)
28300 (defvar tex-start-commands (purecopy "\\nonstopmode\\input") "\
28301 TeX commands to use when starting TeX.
28302 They are shell-quoted and precede the input file name, with a separating space.
28303 If nil, no commands are used. See the documentation of `tex-command'.")
28305 (custom-autoload 'tex-start-commands "tex-mode" t)
28307 (defvar latex-block-names nil "\
28308 User defined LaTeX block names.
28309 Combined with `latex-standard-block-names' for minibuffer completion.")
28311 (custom-autoload 'latex-block-names "tex-mode" t)
28313 (defvar tex-bibtex-command (purecopy "bibtex") "\
28314 Command used by `tex-bibtex-file' to gather bibliographic data.
28315 If this string contains an asterisk (`*'), that is replaced by the file name;
28316 otherwise, the file name, preceded by blank, is added at the end.")
28318 (custom-autoload 'tex-bibtex-command "tex-mode" t)
28320 (defvar tex-dvi-print-command (purecopy "lpr -d") "\
28321 Command used by \\[tex-print] to print a .dvi file.
28322 If this string contains an asterisk (`*'), that is replaced by the file name;
28323 otherwise, the file name, preceded by blank, is added at the end.")
28325 (custom-autoload 'tex-dvi-print-command "tex-mode" t)
28327 (defvar tex-alt-dvi-print-command (purecopy "lpr -d") "\
28328 Command used by \\[tex-print] with a prefix arg to print a .dvi file.
28329 If this string contains an asterisk (`*'), that is replaced by the file name;
28330 otherwise, the file name, preceded by blank, is added at the end.
28332 If two printers are not enough of a choice, you can set the variable
28333 `tex-alt-dvi-print-command' to an expression that asks what you want;
28334 for example,
28336 (setq tex-alt-dvi-print-command
28337 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
28339 would tell \\[tex-print] with a prefix argument to ask you which printer to
28340 use.")
28342 (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t)
28344 (defvar tex-dvi-view-command `(cond ((eq window-system 'x) ,(purecopy "xdvi")) ((eq window-system 'w32) ,(purecopy "yap")) (t ,(purecopy "dvi2tty * | cat -s"))) "\
28345 Command used by \\[tex-view] to display a `.dvi' file.
28346 If it is a string, that specifies the command directly.
28347 If this string contains an asterisk (`*'), that is replaced by the file name;
28348 otherwise, the file name, preceded by a space, is added at the end.
28350 If the value is a form, it is evaluated to get the command to use.")
28352 (custom-autoload 'tex-dvi-view-command "tex-mode" t)
28354 (defvar tex-show-queue-command (purecopy "lpq") "\
28355 Command used by \\[tex-show-print-queue] to show the print queue.
28356 Should show the queue(s) that \\[tex-print] puts jobs on.")
28358 (custom-autoload 'tex-show-queue-command "tex-mode" t)
28360 (defvar tex-default-mode 'latex-mode "\
28361 Mode to enter for a new file that might be either TeX or LaTeX.
28362 This variable is used when it can't be determined whether the file
28363 is plain TeX or LaTeX or what because the file contains no commands.
28364 Normally set to either `plain-tex-mode' or `latex-mode'.")
28366 (custom-autoload 'tex-default-mode "tex-mode" t)
28368 (defvar tex-open-quote (purecopy "``") "\
28369 String inserted by typing \\[tex-insert-quote] to open a quotation.")
28371 (custom-autoload 'tex-open-quote "tex-mode" t)
28373 (defvar tex-close-quote (purecopy "''") "\
28374 String inserted by typing \\[tex-insert-quote] to close a quotation.")
28376 (custom-autoload 'tex-close-quote "tex-mode" t)
28378 (autoload 'tex-mode "tex-mode" "\
28379 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
28380 Tries to determine (by looking at the beginning of the file) whether
28381 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
28382 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
28383 such as if there are no commands in the file, the value of `tex-default-mode'
28384 says which mode to use.
28386 \(fn)" t nil)
28388 (defalias 'TeX-mode 'tex-mode)
28390 (defalias 'plain-TeX-mode 'plain-tex-mode)
28392 (defalias 'LaTeX-mode 'latex-mode)
28394 (autoload 'plain-tex-mode "tex-mode" "\
28395 Major mode for editing files of input for plain TeX.
28396 Makes $ and } display the characters they match.
28397 Makes \" insert `` when it seems to be the beginning of a quotation,
28398 and '' when it appears to be the end; it inserts \" only after a \\.
28400 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
28401 copied from the top of the file (containing macro definitions, etc.),
28402 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
28403 \\[tex-file] saves the buffer and then processes the file.
28404 \\[tex-print] prints the .dvi file made by any of these.
28405 \\[tex-view] previews the .dvi file made by any of these.
28406 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
28408 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
28409 mismatched $'s or braces.
28411 Special commands:
28412 \\{plain-tex-mode-map}
28414 Mode variables:
28415 tex-run-command
28416 Command string used by \\[tex-region] or \\[tex-buffer].
28417 tex-directory
28418 Directory in which to create temporary files for TeX jobs
28419 run by \\[tex-region] or \\[tex-buffer].
28420 tex-dvi-print-command
28421 Command string used by \\[tex-print] to print a .dvi file.
28422 tex-alt-dvi-print-command
28423 Alternative command string used by \\[tex-print] (when given a prefix
28424 argument) to print a .dvi file.
28425 tex-dvi-view-command
28426 Command string used by \\[tex-view] to preview a .dvi file.
28427 tex-show-queue-command
28428 Command string used by \\[tex-show-print-queue] to show the print
28429 queue that \\[tex-print] put your job on.
28431 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
28432 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
28433 special subshell is initiated, the hook `tex-shell-hook' is run.
28435 \(fn)" t nil)
28437 (autoload 'latex-mode "tex-mode" "\
28438 Major mode for editing files of input for LaTeX.
28439 Makes $ and } display the characters they match.
28440 Makes \" insert `` when it seems to be the beginning of a quotation,
28441 and '' when it appears to be the end; it inserts \" only after a \\.
28443 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
28444 copied from the top of the file (containing \\documentstyle, etc.),
28445 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
28446 \\[tex-file] saves the buffer and then processes the file.
28447 \\[tex-print] prints the .dvi file made by any of these.
28448 \\[tex-view] previews the .dvi file made by any of these.
28449 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
28451 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
28452 mismatched $'s or braces.
28454 Special commands:
28455 \\{latex-mode-map}
28457 Mode variables:
28458 latex-run-command
28459 Command string used by \\[tex-region] or \\[tex-buffer].
28460 tex-directory
28461 Directory in which to create temporary files for LaTeX jobs
28462 run by \\[tex-region] or \\[tex-buffer].
28463 tex-dvi-print-command
28464 Command string used by \\[tex-print] to print a .dvi file.
28465 tex-alt-dvi-print-command
28466 Alternative command string used by \\[tex-print] (when given a prefix
28467 argument) to print a .dvi file.
28468 tex-dvi-view-command
28469 Command string used by \\[tex-view] to preview a .dvi file.
28470 tex-show-queue-command
28471 Command string used by \\[tex-show-print-queue] to show the print
28472 queue that \\[tex-print] put your job on.
28474 Entering Latex mode runs the hook `text-mode-hook', then
28475 `tex-mode-hook', and finally `latex-mode-hook'. When the special
28476 subshell is initiated, `tex-shell-hook' is run.
28478 \(fn)" t nil)
28480 (autoload 'slitex-mode "tex-mode" "\
28481 Major mode for editing files of input for SliTeX.
28482 Makes $ and } display the characters they match.
28483 Makes \" insert `` when it seems to be the beginning of a quotation,
28484 and '' when it appears to be the end; it inserts \" only after a \\.
28486 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
28487 copied from the top of the file (containing \\documentstyle, etc.),
28488 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
28489 \\[tex-file] saves the buffer and then processes the file.
28490 \\[tex-print] prints the .dvi file made by any of these.
28491 \\[tex-view] previews the .dvi file made by any of these.
28492 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
28494 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
28495 mismatched $'s or braces.
28497 Special commands:
28498 \\{slitex-mode-map}
28500 Mode variables:
28501 slitex-run-command
28502 Command string used by \\[tex-region] or \\[tex-buffer].
28503 tex-directory
28504 Directory in which to create temporary files for SliTeX jobs
28505 run by \\[tex-region] or \\[tex-buffer].
28506 tex-dvi-print-command
28507 Command string used by \\[tex-print] to print a .dvi file.
28508 tex-alt-dvi-print-command
28509 Alternative command string used by \\[tex-print] (when given a prefix
28510 argument) to print a .dvi file.
28511 tex-dvi-view-command
28512 Command string used by \\[tex-view] to preview a .dvi file.
28513 tex-show-queue-command
28514 Command string used by \\[tex-show-print-queue] to show the print
28515 queue that \\[tex-print] put your job on.
28517 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
28518 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
28519 `slitex-mode-hook'. When the special subshell is initiated, the hook
28520 `tex-shell-hook' is run.
28522 \(fn)" t nil)
28524 (autoload 'tex-start-shell "tex-mode" "\
28527 \(fn)" nil nil)
28529 (autoload 'doctex-mode "tex-mode" "\
28530 Major mode to edit DocTeX files.
28532 \(fn)" t nil)
28534 ;;;***
28536 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
28537 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20434 17809 692608 0))
28538 ;;; Generated autoloads from textmodes/texinfmt.el
28540 (autoload 'texinfo-format-buffer "texinfmt" "\
28541 Process the current buffer as texinfo code, into an Info file.
28542 The Info file output is generated in a buffer visiting the Info file
28543 name specified in the @setfilename command.
28545 Non-nil argument (prefix, if interactive) means don't make tag table
28546 and don't split the file if large. You can use `Info-tagify' and
28547 `Info-split' to do these manually.
28549 \(fn &optional NOSPLIT)" t nil)
28551 (autoload 'texinfo-format-region "texinfmt" "\
28552 Convert the current region of the Texinfo file to Info format.
28553 This lets you see what that part of the file will look like in Info.
28554 The command is bound to \\[texinfo-format-region]. The text that is
28555 converted to Info is stored in a temporary buffer.
28557 \(fn REGION-BEGINNING REGION-END)" t nil)
28559 (autoload 'texi2info "texinfmt" "\
28560 Convert the current buffer (written in Texinfo code) into an Info file.
28561 The Info file output is generated in a buffer visiting the Info file
28562 names specified in the @setfilename command.
28564 This function automatically updates all node pointers and menus, and
28565 creates a master menu. This work is done on a temporary buffer that
28566 is automatically removed when the Info file is created. The original
28567 Texinfo source buffer is not changed.
28569 Non-nil argument (prefix, if interactive) means don't split the file
28570 if large. You can use `Info-split' to do this manually.
28572 \(fn &optional NOSPLIT)" t nil)
28574 ;;;***
28576 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
28577 ;;;;;; "texinfo" "textmodes/texinfo.el" (20478 3673 653810 0))
28578 ;;; Generated autoloads from textmodes/texinfo.el
28580 (defvar texinfo-open-quote (purecopy "``") "\
28581 String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
28583 (custom-autoload 'texinfo-open-quote "texinfo" t)
28585 (defvar texinfo-close-quote (purecopy "''") "\
28586 String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
28588 (custom-autoload 'texinfo-close-quote "texinfo" t)
28590 (autoload 'texinfo-mode "texinfo" "\
28591 Major mode for editing Texinfo files.
28593 It has these extra commands:
28594 \\{texinfo-mode-map}
28596 These are files that are used as input for TeX to make printed manuals
28597 and also to be turned into Info files with \\[makeinfo-buffer] or
28598 the `makeinfo' program. These files must be written in a very restricted and
28599 modified version of TeX input format.
28601 Editing commands are like text-mode except that the syntax table is
28602 set up so expression commands skip Texinfo bracket groups. To see
28603 what the Info version of a region of the Texinfo file will look like,
28604 use \\[makeinfo-region], which runs `makeinfo' on the current region.
28606 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
28607 This command shows the structure of a Texinfo file by listing the
28608 lines with the @-sign commands for @chapter, @section, and the like.
28609 These lines are displayed in another window called the *Occur* window.
28610 In that window, you can position the cursor over one of the lines and
28611 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
28612 in the Texinfo file.
28614 In addition, Texinfo mode provides commands that insert various
28615 frequently used @-sign commands into the buffer. You can use these
28616 commands to save keystrokes. And you can insert balanced braces with
28617 \\[texinfo-insert-braces] and later use the command \\[up-list] to
28618 move forward past the closing brace.
28620 Also, Texinfo mode provides functions for automatically creating or
28621 updating menus and node pointers. These functions
28623 * insert the `Next', `Previous' and `Up' pointers of a node,
28624 * insert or update the menu for a section, and
28625 * create a master menu for a Texinfo source file.
28627 Here are the functions:
28629 texinfo-update-node \\[texinfo-update-node]
28630 texinfo-every-node-update \\[texinfo-every-node-update]
28631 texinfo-sequential-node-update
28633 texinfo-make-menu \\[texinfo-make-menu]
28634 texinfo-all-menus-update \\[texinfo-all-menus-update]
28635 texinfo-master-menu
28637 texinfo-indent-menu-description (column &optional region-p)
28639 The `texinfo-column-for-description' variable specifies the column to
28640 which menu descriptions are indented.
28642 Passed an argument (a prefix argument, if interactive), the
28643 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
28644 in the region.
28646 To use the updating commands, you must structure your Texinfo file
28647 hierarchically, such that each `@node' line, with the exception of the
28648 Top node, is accompanied by some kind of section line, such as an
28649 `@chapter' or `@section' line.
28651 If the file has a `top' node, it must be called `top' or `Top' and
28652 be the first node in the file.
28654 Entering Texinfo mode calls the value of `text-mode-hook', and then the
28655 value of `texinfo-mode-hook'.
28657 \(fn)" t nil)
28659 ;;;***
28661 ;;;### (autoloads (thai-composition-function thai-compose-buffer
28662 ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
28663 ;;;;;; (20355 10021 546955 0))
28664 ;;; Generated autoloads from language/thai-util.el
28666 (autoload 'thai-compose-region "thai-util" "\
28667 Compose Thai characters in the region.
28668 When called from a program, expects two arguments,
28669 positions (integers or markers) specifying the region.
28671 \(fn BEG END)" t nil)
28673 (autoload 'thai-compose-string "thai-util" "\
28674 Compose Thai characters in STRING and return the resulting string.
28676 \(fn STRING)" nil nil)
28678 (autoload 'thai-compose-buffer "thai-util" "\
28679 Compose Thai characters in the current buffer.
28681 \(fn)" t nil)
28683 (autoload 'thai-composition-function "thai-util" "\
28686 \(fn GSTRING)" nil nil)
28688 ;;;***
28690 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
28691 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
28692 ;;;;;; "thingatpt" "thingatpt.el" (20416 44451 205563 0))
28693 ;;; Generated autoloads from thingatpt.el
28695 (autoload 'forward-thing "thingatpt" "\
28696 Move forward to the end of the Nth next THING.
28697 THING should be a symbol specifying a type of syntactic entity.
28698 Possibilities include `symbol', `list', `sexp', `defun',
28699 `filename', `url', `email', `word', `sentence', `whitespace',
28700 `line', and `page'.
28702 \(fn THING &optional N)" nil nil)
28704 (autoload 'bounds-of-thing-at-point "thingatpt" "\
28705 Determine the start and end buffer locations for the THING at point.
28706 THING should be a symbol specifying a type of syntactic entity.
28707 Possibilities include `symbol', `list', `sexp', `defun',
28708 `filename', `url', `email', `word', `sentence', `whitespace',
28709 `line', and `page'.
28711 See the file `thingatpt.el' for documentation on how to define a
28712 valid THING.
28714 Return a cons cell (START . END) giving the start and end
28715 positions of the thing found.
28717 \(fn THING)" nil nil)
28719 (autoload 'thing-at-point "thingatpt" "\
28720 Return the THING at point.
28721 THING should be a symbol specifying a type of syntactic entity.
28722 Possibilities include `symbol', `list', `sexp', `defun',
28723 `filename', `url', `email', `word', `sentence', `whitespace',
28724 `line', and `page'.
28726 See the file `thingatpt.el' for documentation on how to define
28727 a symbol as a valid THING.
28729 \(fn THING)" nil nil)
28731 (autoload 'sexp-at-point "thingatpt" "\
28732 Return the sexp at point, or nil if none is found.
28734 \(fn)" nil nil)
28736 (autoload 'symbol-at-point "thingatpt" "\
28737 Return the symbol at point, or nil if none is found.
28739 \(fn)" nil nil)
28741 (autoload 'number-at-point "thingatpt" "\
28742 Return the number at point, or nil if none is found.
28744 \(fn)" nil nil)
28746 (autoload 'list-at-point "thingatpt" "\
28747 Return the Lisp list at point, or nil if none is found.
28749 \(fn)" nil nil)
28751 ;;;***
28753 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28754 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28755 ;;;;;; (20355 10021 546955 0))
28756 ;;; Generated autoloads from thumbs.el
28758 (autoload 'thumbs-find-thumb "thumbs" "\
28759 Display the thumbnail for IMG.
28761 \(fn IMG)" t nil)
28763 (autoload 'thumbs-show-from-dir "thumbs" "\
28764 Make a preview buffer for all images in DIR.
28765 Optional argument REG to select file matching a regexp,
28766 and SAME-WINDOW to show thumbs in the same window.
28768 \(fn DIR &optional REG SAME-WINDOW)" t nil)
28770 (autoload 'thumbs-dired-show-marked "thumbs" "\
28771 In dired, make a thumbs buffer with marked files.
28773 \(fn)" t nil)
28775 (autoload 'thumbs-dired-show "thumbs" "\
28776 In dired, make a thumbs buffer with all files in current directory.
28778 \(fn)" t nil)
28780 (defalias 'thumbs 'thumbs-show-from-dir)
28782 (autoload 'thumbs-dired-setroot "thumbs" "\
28783 In dired, call the setroot program on the image at point.
28785 \(fn)" t nil)
28787 ;;;***
28789 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
28790 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28791 ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28792 ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28793 ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20355
28794 ;;;;;; 10021 546955 0))
28795 ;;; Generated autoloads from language/tibet-util.el
28797 (autoload 'tibetan-char-p "tibet-util" "\
28798 Check if char CH is Tibetan character.
28799 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
28801 \(fn CH)" nil nil)
28803 (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\
28804 Transcribe Tibetan string STR and return the corresponding Roman string.
28806 \(fn STR)" nil nil)
28808 (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\
28809 Convert Tibetan Roman string STR to Tibetan character string.
28810 The returned string has no composition information.
28812 \(fn STR)" nil nil)
28814 (autoload 'tibetan-compose-string "tibet-util" "\
28815 Compose Tibetan string STR.
28817 \(fn STR)" nil nil)
28819 (autoload 'tibetan-compose-region "tibet-util" "\
28820 Compose Tibetan text the region BEG and END.
28822 \(fn BEG END)" t nil)
28824 (autoload 'tibetan-decompose-region "tibet-util" "\
28825 Decompose Tibetan text in the region FROM and TO.
28826 This is different from decompose-region because precomposed Tibetan characters
28827 are decomposed into normal Tibetan character sequences.
28829 \(fn FROM TO)" t nil)
28831 (autoload 'tibetan-decompose-string "tibet-util" "\
28832 Decompose Tibetan string STR.
28833 This is different from decompose-string because precomposed Tibetan characters
28834 are decomposed into normal Tibetan character sequences.
28836 \(fn STR)" nil nil)
28838 (autoload 'tibetan-decompose-buffer "tibet-util" "\
28839 Decomposes Tibetan characters in the buffer into their components.
28840 See also the documentation of the function `tibetan-decompose-region'.
28842 \(fn)" t nil)
28844 (autoload 'tibetan-compose-buffer "tibet-util" "\
28845 Composes Tibetan character components in the buffer.
28846 See also docstring of the function tibetan-compose-region.
28848 \(fn)" t nil)
28850 (autoload 'tibetan-post-read-conversion "tibet-util" "\
28853 \(fn LEN)" nil nil)
28855 (autoload 'tibetan-pre-write-conversion "tibet-util" "\
28858 \(fn FROM TO)" nil nil)
28860 (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\
28863 \(fn FROM TO)" nil nil)
28865 ;;;***
28867 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28868 ;;;;;; (20373 11301 906925 0))
28869 ;;; Generated autoloads from textmodes/tildify.el
28871 (autoload 'tildify-region "tildify" "\
28872 Add hard spaces in the region between BEG and END.
28873 See variables `tildify-pattern-alist', `tildify-string-alist', and
28874 `tildify-ignored-environments-alist' for information about configuration
28875 parameters.
28876 This function performs no refilling of the changed text.
28878 \(fn BEG END)" t nil)
28880 (autoload 'tildify-buffer "tildify" "\
28881 Add hard spaces in the current buffer.
28882 See variables `tildify-pattern-alist', `tildify-string-alist', and
28883 `tildify-ignored-environments-alist' for information about configuration
28884 parameters.
28885 This function performs no refilling of the changed text.
28887 \(fn)" t nil)
28889 ;;;***
28891 ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28892 ;;;;;; display-time-mode display-time display-time-day-and-date)
28893 ;;;;;; "time" "time.el" (20387 44199 24128 0))
28894 ;;; Generated autoloads from time.el
28896 (defvar display-time-day-and-date nil "\
28897 Non-nil means \\[display-time] should display day and date as well as time.")
28899 (custom-autoload 'display-time-day-and-date "time" t)
28900 (put 'display-time-string 'risky-local-variable t)
28902 (autoload 'display-time "time" "\
28903 Enable display of time, load level, and mail flag in mode lines.
28904 This display updates automatically every minute.
28905 If `display-time-day-and-date' is non-nil, the current day and date
28906 are displayed as well.
28907 This runs the normal hook `display-time-hook' after each update.
28909 \(fn)" t nil)
28911 (defvar display-time-mode nil "\
28912 Non-nil if Display-Time mode is enabled.
28913 See the command `display-time-mode' for a description of this minor mode.
28914 Setting this variable directly does not take effect;
28915 either customize it (see the info node `Easy Customization')
28916 or call the function `display-time-mode'.")
28918 (custom-autoload 'display-time-mode "time" nil)
28920 (autoload 'display-time-mode "time" "\
28921 Toggle display of time, load level, and mail flag in mode lines.
28922 With a prefix argument ARG, enable Display Time mode if ARG is
28923 positive, and disable it otherwise. If called from Lisp, enable
28924 it if ARG is omitted or nil.
28926 When Display Time mode is enabled, it updates every minute (you
28927 can control the number of seconds between updates by customizing
28928 `display-time-interval'). If `display-time-day-and-date' is
28929 non-nil, the current day and date are displayed as well. This
28930 runs the normal hook `display-time-hook' after each update.
28932 \(fn &optional ARG)" t nil)
28934 (autoload 'display-time-world "time" "\
28935 Enable updating display of times in various time zones.
28936 `display-time-world-list' specifies the zones.
28937 To turn off the world time display, go to that window and type `q'.
28939 \(fn)" t nil)
28941 (autoload 'emacs-uptime "time" "\
28942 Return a string giving the uptime of this instance of Emacs.
28943 FORMAT is a string to format the result, using `format-seconds'.
28944 For example, the Unix uptime command format is \"%D, %z%2h:%.2m\".
28946 \(fn &optional FORMAT)" t nil)
28948 (autoload 'emacs-init-time "time" "\
28949 Return a string giving the duration of the Emacs initialization.
28951 \(fn)" t nil)
28953 ;;;***
28955 ;;;### (autoloads (format-seconds safe-date-to-time time-to-days
28956 ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28957 ;;;;;; time-add time-subtract time-since days-to-time time-less-p
28958 ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28959 ;;;;;; (20453 5437 764254 0))
28960 ;;; Generated autoloads from calendar/time-date.el
28962 (autoload 'date-to-time "time-date" "\
28963 Parse a string DATE that represents a date-time and return a time value.
28964 If DATE lacks timezone information, GMT is assumed.
28966 \(fn DATE)" nil nil)
28967 (if (or (featurep 'emacs)
28968 (and (fboundp 'float-time)
28969 (subrp (symbol-function 'float-time))))
28970 (progn
28971 (defalias 'time-to-seconds 'float-time)
28972 (make-obsolete 'time-to-seconds 'float-time "21.1"))
28973 (autoload 'time-to-seconds "time-date"))
28975 (autoload 'seconds-to-time "time-date" "\
28976 Convert SECONDS (a floating point number) to a time value.
28978 \(fn SECONDS)" nil nil)
28980 (autoload 'time-less-p "time-date" "\
28981 Return non-nil if time value T1 is earlier than time value T2.
28983 \(fn T1 T2)" nil nil)
28985 (autoload 'days-to-time "time-date" "\
28986 Convert DAYS into a time value.
28988 \(fn DAYS)" nil nil)
28990 (autoload 'time-since "time-date" "\
28991 Return the time elapsed since TIME.
28992 TIME should be either a time value or a date-time string.
28994 \(fn TIME)" nil nil)
28996 (defalias 'subtract-time 'time-subtract)
28998 (autoload 'time-subtract "time-date" "\
28999 Subtract two time values, T1 minus T2.
29000 Return the difference in the format of a time value.
29002 \(fn T1 T2)" nil nil)
29004 (autoload 'time-add "time-date" "\
29005 Add two time values T1 and T2. One should represent a time difference.
29007 \(fn T1 T2)" nil nil)
29009 (autoload 'date-to-day "time-date" "\
29010 Return the number of days between year 1 and DATE.
29011 DATE should be a date-time string.
29013 \(fn DATE)" nil nil)
29015 (autoload 'days-between "time-date" "\
29016 Return the number of days between DATE1 and DATE2.
29017 DATE1 and DATE2 should be date-time strings.
29019 \(fn DATE1 DATE2)" nil nil)
29021 (autoload 'date-leap-year-p "time-date" "\
29022 Return t if YEAR is a leap year.
29024 \(fn YEAR)" nil nil)
29026 (autoload 'time-to-day-in-year "time-date" "\
29027 Return the day number within the year corresponding to TIME.
29029 \(fn TIME)" nil nil)
29031 (autoload 'time-to-days "time-date" "\
29032 The number of days between the Gregorian date 0001-12-31bce and TIME.
29033 TIME should be a time value.
29034 The Gregorian date Sunday, December 31, 1bce is imaginary.
29036 \(fn TIME)" nil nil)
29038 (autoload 'safe-date-to-time "time-date" "\
29039 Parse a string DATE that represents a date-time and return a time value.
29040 If DATE is malformed, return a time value of zeros.
29042 \(fn DATE)" nil nil)
29044 (autoload 'format-seconds "time-date" "\
29045 Use format control STRING to format the number SECONDS.
29046 The valid format specifiers are:
29047 %y is the number of (365-day) years.
29048 %d is the number of days.
29049 %h is the number of hours.
29050 %m is the number of minutes.
29051 %s is the number of seconds.
29052 %z is a non-printing control flag (see below).
29053 %% is a literal \"%\".
29055 Upper-case specifiers are followed by the unit-name (e.g. \"years\").
29056 Lower-case specifiers return only the unit.
29058 \"%\" may be followed by a number specifying a width, with an
29059 optional leading \".\" for zero-padding. For example, \"%.3Y\" will
29060 return something of the form \"001 year\".
29062 The \"%z\" specifier does not print anything. When it is used, specifiers
29063 must be given in order of decreasing size. To the left of \"%z\", nothing
29064 is output until the first non-zero unit is encountered.
29066 This function does not work for SECONDS greater than `most-positive-fixnum'.
29068 \(fn STRING SECONDS)" nil nil)
29070 ;;;***
29072 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
29073 ;;;;;; "time-stamp.el" (20355 10021 546955 0))
29074 ;;; Generated autoloads from time-stamp.el
29075 (put 'time-stamp-format 'safe-local-variable 'stringp)
29076 (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
29077 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
29078 (put 'time-stamp-start 'safe-local-variable 'stringp)
29079 (put 'time-stamp-end 'safe-local-variable 'stringp)
29080 (put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
29081 (put 'time-stamp-count 'safe-local-variable 'integerp)
29082 (put 'time-stamp-pattern 'safe-local-variable 'stringp)
29084 (autoload 'time-stamp "time-stamp" "\
29085 Update the time stamp string(s) in the buffer.
29086 A template in a file can be automatically updated with a new time stamp
29087 every time you save the file. Add this line to your .emacs file:
29088 (add-hook 'before-save-hook 'time-stamp)
29089 or customize `before-save-hook' through Custom.
29090 Normally the template must appear in the first 8 lines of a file and
29091 look like one of the following:
29092 Time-stamp: <>
29093 Time-stamp: \" \"
29094 The time stamp is written between the brackets or quotes:
29095 Time-stamp: <2001-02-18 10:20:51 gildea>
29096 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
29097 The format of the time stamp is set by the variable `time-stamp-pattern' or
29098 `time-stamp-format'. The variables `time-stamp-pattern',
29099 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
29100 `time-stamp-count', and `time-stamp-inserts-lines' control finding
29101 the template.
29103 \(fn)" t nil)
29105 (autoload 'time-stamp-toggle-active "time-stamp" "\
29106 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
29107 With ARG, turn time stamping on if and only if arg is positive.
29109 \(fn &optional ARG)" t nil)
29111 ;;;***
29113 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
29114 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
29115 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
29116 ;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
29117 ;;;;;; (20427 14766 970343 0))
29118 ;;; Generated autoloads from calendar/timeclock.el
29120 (autoload 'timeclock-mode-line-display "timeclock" "\
29121 Toggle display of the amount of time left today in the mode line.
29122 If `timeclock-use-display-time' is non-nil (the default), then
29123 the function `display-time-mode' must be active, and the mode line
29124 will be updated whenever the time display is updated. Otherwise,
29125 the timeclock will use its own sixty second timer to do its
29126 updating. With prefix ARG, turn mode line display on if and only
29127 if ARG is positive. Returns the new status of timeclock mode line
29128 display (non-nil means on).
29130 \(fn &optional ARG)" t nil)
29132 (autoload 'timeclock-in "timeclock" "\
29133 Clock in, recording the current time moment in the timelog.
29134 With a numeric prefix ARG, record the fact that today has only that
29135 many hours in it to be worked. If ARG is a non-numeric prefix argument
29136 \(non-nil, but not a number), 0 is assumed (working on a holiday or
29137 weekend). *If not called interactively, ARG should be the number of
29138 _seconds_ worked today*. This feature only has effect the first time
29139 this function is called within a day.
29141 PROJECT is the project being clocked into. If PROJECT is nil, and
29142 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
29143 interactively -- call the function `timeclock-get-project-function' to
29144 discover the name of the project.
29146 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
29148 (autoload 'timeclock-out "timeclock" "\
29149 Clock out, recording the current time moment in the timelog.
29150 If a prefix ARG is given, the user has completed the project that was
29151 begun during the last time segment.
29153 REASON is the user's reason for clocking out. If REASON is nil, and
29154 FIND-REASON is non-nil -- or the user calls `timeclock-out'
29155 interactively -- call the function `timeclock-get-reason-function' to
29156 discover the reason.
29158 \(fn &optional ARG REASON FIND-REASON)" t nil)
29160 (autoload 'timeclock-status-string "timeclock" "\
29161 Report the overall timeclock status at the present moment.
29162 If SHOW-SECONDS is non-nil, display second resolution.
29163 If TODAY-ONLY is non-nil, the display will be relative only to time
29164 worked today, ignoring the time worked on previous days.
29166 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
29168 (autoload 'timeclock-change "timeclock" "\
29169 Change to working on a different project.
29170 This clocks out of the current project, then clocks in on a new one.
29171 With a prefix ARG, consider the previous project as finished at the
29172 time of changeover. PROJECT is the name of the last project you were
29173 working on.
29175 \(fn &optional ARG PROJECT)" t nil)
29177 (autoload 'timeclock-query-out "timeclock" "\
29178 Ask the user whether to clock out.
29179 This is a useful function for adding to `kill-emacs-query-functions'.
29181 \(fn)" nil nil)
29183 (autoload 'timeclock-reread-log "timeclock" "\
29184 Re-read the timeclock, to account for external changes.
29185 Returns the new value of `timeclock-discrepancy'.
29187 \(fn)" t nil)
29189 (autoload 'timeclock-workday-remaining-string "timeclock" "\
29190 Return a string representing the amount of time left today.
29191 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
29192 is non-nil, the display will be relative only to time worked today.
29193 See `timeclock-relative' for more information about the meaning of
29194 \"relative to today\".
29196 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
29198 (autoload 'timeclock-workday-elapsed-string "timeclock" "\
29199 Return a string representing the amount of time worked today.
29200 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
29201 non-nil, the amount returned will be relative to past time worked.
29203 \(fn &optional SHOW-SECONDS)" t nil)
29205 (autoload 'timeclock-when-to-leave-string "timeclock" "\
29206 Return a string representing the end of today's workday.
29207 This string is relative to the value of `timeclock-workday'. If
29208 SHOW-SECONDS is non-nil, the value printed/returned will include
29209 seconds. If TODAY-ONLY is non-nil, the value returned will be
29210 relative only to the time worked today, and not to past time.
29212 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
29214 ;;;***
29216 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
29217 ;;;;;; "international/titdic-cnv.el" (20355 10021 546955 0))
29218 ;;; Generated autoloads from international/titdic-cnv.el
29220 (autoload 'titdic-convert "titdic-cnv" "\
29221 Convert a TIT dictionary of FILENAME into a Quail package.
29222 Optional argument DIRNAME if specified is the directory name under which
29223 the generated Quail package is saved.
29225 \(fn FILENAME &optional DIRNAME)" t nil)
29227 (autoload 'batch-titdic-convert "titdic-cnv" "\
29228 Run `titdic-convert' on the files remaining on the command line.
29229 Use this from the command line, with `-batch';
29230 it won't work in an interactive Emacs.
29231 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
29232 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
29233 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
29235 \(fn &optional FORCE)" nil nil)
29237 ;;;***
29239 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
29240 ;;;;;; "tmm.el" (20433 53542 563193 0))
29241 ;;; Generated autoloads from tmm.el
29242 (define-key global-map "\M-`" 'tmm-menubar)
29243 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
29245 (autoload 'tmm-menubar "tmm" "\
29246 Text-mode emulation of looking and choosing from a menubar.
29247 See the documentation for `tmm-prompt'.
29248 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
29249 we make that menu bar item (the one at that position) the default choice.
29251 \(fn &optional X-POSITION)" t nil)
29253 (autoload 'tmm-menubar-mouse "tmm" "\
29254 Text-mode emulation of looking and choosing from a menubar.
29255 This command is used when you click the mouse in the menubar
29256 on a console which has no window system but does have a mouse.
29257 See the documentation for `tmm-prompt'.
29259 \(fn EVENT)" t nil)
29261 (autoload 'tmm-prompt "tmm" "\
29262 Text-mode emulation of calling the bindings in keymap.
29263 Creates a text-mode menu of possible choices. You can access the elements
29264 in the menu in two ways:
29265 *) via history mechanism from minibuffer;
29266 *) Or via completion-buffer that is automatically shown.
29267 The last alternative is currently a hack, you cannot use mouse reliably.
29269 MENU is like the MENU argument to `x-popup-menu': either a
29270 keymap or an alist of alists.
29271 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
29272 Its value should be an event that has a binding in MENU.
29274 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
29276 ;;;***
29278 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
29279 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
29280 ;;;;;; "todo-mode" "calendar/todo-mode.el" (20355 10021 546955 0))
29281 ;;; Generated autoloads from calendar/todo-mode.el
29283 (autoload 'todo-add-category "todo-mode" "\
29284 Add new category CAT to the TODO list.
29286 \(fn &optional CAT)" t nil)
29288 (autoload 'todo-add-item-non-interactively "todo-mode" "\
29289 Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
29291 \(fn NEW-ITEM CATEGORY)" nil nil)
29293 (autoload 'todo-insert-item "todo-mode" "\
29294 Insert new TODO list entry.
29295 With a prefix argument ARG solicit the category, otherwise use the current
29296 category.
29298 \(fn ARG)" t nil)
29300 (autoload 'todo-top-priorities "todo-mode" "\
29301 List top priorities for each category.
29303 Number of entries for each category is given by NOF-PRIORITIES which
29304 defaults to `todo-show-priorities'.
29306 If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
29307 between each category.
29308 INTERACTIVE should be non-nil if this function is called interactively.
29310 \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE INTERACTIVE)" t nil)
29312 (autoload 'todo-print "todo-mode" "\
29313 Print todo summary using `todo-print-function'.
29314 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
29315 between each category.
29317 Number of entries for each category is given by `todo-print-priorities'.
29319 \(fn &optional CATEGORY-PR-PAGE)" t nil)
29321 (autoload 'todo-mode "todo-mode" "\
29322 Major mode for editing TODO lists.
29324 \(fn)" t nil)
29326 (autoload 'todo-cp "todo-mode" "\
29327 Make a diary entry appear only in the current date's diary.
29329 \(fn)" nil nil)
29331 (autoload 'todo-show "todo-mode" "\
29332 Show TODO list.
29334 \(fn)" t nil)
29336 ;;;***
29338 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
29339 ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
29340 ;;;;;; "tool-bar" "tool-bar.el" (20355 10021 546955 0))
29341 ;;; Generated autoloads from tool-bar.el
29343 (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
29344 Toggle tool bar on or off, based on the status of the current frame.
29345 See `tool-bar-mode' for more information.
29347 \(fn &optional ARG)" t nil)
29349 (autoload 'tool-bar-add-item "tool-bar" "\
29350 Add an item to the tool bar.
29351 ICON names the image, DEF is the key definition and KEY is a symbol
29352 for the fake function key in the menu keymap. Remaining arguments
29353 PROPS are additional items to add to the menu item specification. See
29354 Info node `(elisp)Tool Bar'. Items are added from left to right.
29356 ICON is the base name of a file containing the image to use. The
29357 function will first try to use low-color/ICON.xpm if `display-color-cells'
29358 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
29359 ICON.xbm, using `find-image'.
29361 Use this function only to make bindings in the global value of `tool-bar-map'.
29362 To define items in any other map, use `tool-bar-local-item'.
29364 \(fn ICON DEF KEY &rest PROPS)" nil nil)
29366 (autoload 'tool-bar-local-item "tool-bar" "\
29367 Add an item to the tool bar in map MAP.
29368 ICON names the image, DEF is the key definition and KEY is a symbol
29369 for the fake function key in the menu keymap. Remaining arguments
29370 PROPS are additional items to add to the menu item specification. See
29371 Info node `(elisp)Tool Bar'. Items are added from left to right.
29373 ICON is the base name of a file containing the image to use. The
29374 function will first try to use low-color/ICON.xpm if `display-color-cells'
29375 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
29376 ICON.xbm, using `find-image'.
29378 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
29380 (autoload 'tool-bar-add-item-from-menu "tool-bar" "\
29381 Define tool bar binding for COMMAND in keymap MAP using the given ICON.
29382 This makes a binding for COMMAND in `tool-bar-map', copying its
29383 binding from the menu bar in MAP (which defaults to `global-map'), but
29384 modifies the binding by adding an image specification for ICON. It
29385 finds ICON just like `tool-bar-add-item'. PROPS are additional
29386 properties to add to the binding.
29388 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
29390 Use this function only to make bindings in the global value of `tool-bar-map'.
29391 To define items in any other map, use `tool-bar-local-item-from-menu'.
29393 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
29395 (autoload 'tool-bar-local-item-from-menu "tool-bar" "\
29396 Define local tool bar binding for COMMAND using the given ICON.
29397 This makes a binding for COMMAND in IN-MAP, copying its binding from
29398 the menu bar in FROM-MAP (which defaults to `global-map'), but
29399 modifies the binding by adding an image specification for ICON. It
29400 finds ICON just like `tool-bar-add-item'. PROPS are additional
29401 properties to add to the binding.
29403 FROM-MAP must contain appropriate binding for `[menu-bar]' which
29404 holds a keymap.
29406 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
29408 ;;;***
29410 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
29411 ;;;;;; (20399 35365 4050 0))
29412 ;;; Generated autoloads from emulation/tpu-edt.el
29414 (defvar tpu-edt-mode nil "\
29415 Non-nil if Tpu-Edt mode is enabled.
29416 See the command `tpu-edt-mode' for a description of this minor mode.
29417 Setting this variable directly does not take effect;
29418 either customize it (see the info node `Easy Customization')
29419 or call the function `tpu-edt-mode'.")
29421 (custom-autoload 'tpu-edt-mode "tpu-edt" nil)
29423 (autoload 'tpu-edt-mode "tpu-edt" "\
29424 Toggle TPU/edt emulation on or off.
29425 With a prefix argument ARG, enable the mode if ARG is positive,
29426 and disable it otherwise. If called from Lisp, enable the mode
29427 if ARG is omitted or nil.
29429 \(fn &optional ARG)" t nil)
29431 (defalias 'tpu-edt 'tpu-edt-on)
29433 (autoload 'tpu-edt-on "tpu-edt" "\
29434 Turn on TPU/edt emulation.
29436 \(fn)" t nil)
29438 ;;;***
29440 ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
29441 ;;;;;; (20355 10021 546955 0))
29442 ;;; Generated autoloads from emulation/tpu-mapper.el
29444 (autoload 'tpu-mapper "tpu-mapper" "\
29445 Create an Emacs lisp file defining the TPU-edt keypad for X-windows.
29447 This command displays an instruction screen showing the TPU-edt keypad
29448 and asks you to press the TPU-edt editing keys. It uses the keys you
29449 press to create an Emacs Lisp file that will define a TPU-edt keypad
29450 for your X server. You can even re-arrange the standard EDT keypad to
29451 suit your tastes (or to cope with those silly Sun and PC keypads).
29453 Finally, you will be prompted for the name of the file to store the key
29454 definitions. If you chose the default, TPU-edt will find it and load it
29455 automatically. If you specify a different file name, you will need to
29456 set the variable ``tpu-xkeys-file'' before starting TPU-edt. Here's how
29457 you might go about doing that in your .emacs file.
29459 (setq tpu-xkeys-file (expand-file-name \"~/.my-emacs-x-keys\"))
29460 (tpu-edt)
29462 Known Problems:
29464 Sometimes, tpu-mapper will ignore a key you press, and just continue to
29465 prompt for the same key. This can happen when your window manager sucks
29466 up the key and doesn't pass it on to Emacs, or it could be an Emacs bug.
29467 Either way, there's nothing that tpu-mapper can do about it. You must
29468 press RETURN, to skip the current key and continue. Later, you and/or
29469 your local X guru can try to figure out why the key is being ignored.
29471 \(fn)" t nil)
29473 ;;;***
29475 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20355 10021
29476 ;;;;;; 546955 0))
29477 ;;; Generated autoloads from emacs-lisp/tq.el
29479 (autoload 'tq-create "tq" "\
29480 Create and return a transaction queue communicating with PROCESS.
29481 PROCESS should be a subprocess capable of sending and receiving
29482 streams of bytes. It may be a local process, or it may be connected
29483 to a tcp server on another machine.
29485 \(fn PROCESS)" nil nil)
29487 ;;;***
29489 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
29490 ;;;;;; "trace" "emacs-lisp/trace.el" (20485 15269 390836 0))
29491 ;;; Generated autoloads from emacs-lisp/trace.el
29493 (defvar trace-buffer (purecopy "*trace-output*") "\
29494 Trace output will by default go to that buffer.")
29496 (custom-autoload 'trace-buffer "trace" t)
29498 (autoload 'trace-function "trace" "\
29499 Traces FUNCTION with trace output going to BUFFER.
29500 For every call of FUNCTION Lisp-style trace messages that display argument
29501 and return values will be inserted into BUFFER. This function generates the
29502 trace advice for FUNCTION and activates it together with any other advice
29503 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
29504 Do not use this to trace functions that switch buffers or do any other
29505 display oriented stuff, use `trace-function-background' instead.
29507 \(fn FUNCTION &optional BUFFER)" t nil)
29509 (autoload 'trace-function-background "trace" "\
29510 Traces FUNCTION with trace output going quietly to BUFFER.
29511 When this tracing is enabled, every call to FUNCTION writes
29512 a Lisp-style trace message (showing the arguments and return value)
29513 into BUFFER. This function generates advice to trace FUNCTION
29514 and activates it together with any other advice there might be.
29515 The trace output goes to BUFFER quietly, without changing
29516 the window or buffer configuration.
29518 BUFFER defaults to `trace-buffer'.
29520 \(fn FUNCTION &optional BUFFER)" t nil)
29522 ;;;***
29524 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
29525 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
29526 ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
29527 ;;;;;; "net/tramp.el" (20471 14012 248888 0))
29528 ;;; Generated autoloads from net/tramp.el
29530 (defvar tramp-mode t "\
29531 Whether Tramp is enabled.
29532 If it is set to nil, all remote file names are used literally.")
29534 (custom-autoload 'tramp-mode "tramp" t)
29536 (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
29537 Tramp filename syntax to be used.
29539 It can have the following values:
29541 'ftp -- Ange-FTP respective EFS like syntax (GNU Emacs default)
29542 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs)
29543 'url -- URL-like syntax.")
29545 (custom-autoload 'tramp-syntax "tramp" t)
29547 (defconst tramp-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/\\([^[/|:]\\{2,\\}\\|[^/|]\\{2,\\}]\\):" "\\`/\\([^[/|:]+\\|[^/|]+]\\):") "\
29548 Value for `tramp-file-name-regexp' for unified remoting.
29549 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
29550 Tramp. See `tramp-file-name-structure' for more explanations.
29552 On W32 systems, the volume letter must be ignored.")
29554 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
29555 Value for `tramp-file-name-regexp' for separate remoting.
29556 XEmacs uses a separate filename syntax for Tramp and EFS.
29557 See `tramp-file-name-structure' for more explanations.")
29559 (defconst tramp-file-name-regexp-url "\\`/[^/|:]+://" "\
29560 Value for `tramp-file-name-regexp' for URL-like remoting.
29561 See `tramp-file-name-structure' for more explanations.")
29563 (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"))) "\
29564 Regular expression matching file names handled by Tramp.
29565 This regexp should match Tramp file names but no other file names.
29566 When tramp.el is loaded, this regular expression is prepended to
29567 `file-name-handler-alist', and that is searched sequentially. Thus,
29568 if the Tramp entry appears rather early in the `file-name-handler-alist'
29569 and is a bit too general, then some files might be considered Tramp
29570 files which are not really Tramp files.
29572 Please note that the entry in `file-name-handler-alist' is made when
29573 this file (tramp.el) is loaded. This means that this variable must be set
29574 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
29575 updated after changing this variable.
29577 Also see `tramp-file-name-structure'.")
29579 (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/[^/]\\{2,\\}\\'" "\\`/[^/]*\\'") "\
29580 Value for `tramp-completion-file-name-regexp' for unified remoting.
29581 GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
29582 See `tramp-file-name-structure' for more explanations.
29584 On W32 systems, the volume letter must be ignored.")
29586 (defconst tramp-completion-file-name-regexp-separate "\\`/\\([[][^]]*\\)?\\'" "\
29587 Value for `tramp-completion-file-name-regexp' for separate remoting.
29588 XEmacs uses a separate filename syntax for Tramp and EFS.
29589 See `tramp-file-name-structure' for more explanations.")
29591 (defconst tramp-completion-file-name-regexp-url "\\`/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?\\'" "\
29592 Value for `tramp-completion-file-name-regexp' for URL-like remoting.
29593 See `tramp-file-name-structure' for more explanations.")
29595 (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"))) "\
29596 Regular expression matching file names handled by Tramp completion.
29597 This regexp should match partial Tramp file names only.
29599 Please note that the entry in `file-name-handler-alist' is made when
29600 this file (tramp.el) is loaded. This means that this variable must be set
29601 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
29602 updated after changing this variable.
29604 Also see `tramp-file-name-structure'.")
29606 (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)) "\
29607 Alist of completion handler functions.
29608 Used for file names matching `tramp-file-name-regexp'. Operations
29609 not mentioned here will be handled by Tramp's file name handler
29610 functions, or the normal Emacs functions.")
29612 (defun tramp-run-real-handler (operation args) "\
29613 Invoke normal file name handler for OPERATION.
29614 First arg specifies the OPERATION, second arg is a list of arguments to
29615 pass to the OPERATION." (let* ((inhibit-file-name-handlers (\` (tramp-file-name-handler tramp-vc-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)))
29617 (defun tramp-completion-run-real-handler (operation args) "\
29618 Invoke `tramp-file-name-handler' for OPERATION.
29619 First arg specifies the OPERATION, second arg is a list of arguments to
29620 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)))
29622 (autoload 'tramp-file-name-handler "tramp" "\
29623 Invoke Tramp file name handler.
29624 Falls back to normal file name handler if no Tramp file name handler exists.
29626 \(fn OPERATION &rest ARGS)" nil nil)
29628 (defun tramp-completion-file-name-handler (operation &rest args) "\
29629 Invoke Tramp file name completion handler.
29630 Falls back to normal file name handler if no Tramp file name handler exists." (let ((directory-sep-char 47) (fn (assoc operation tramp-completion-file-name-handler-alist))) (if (and fn tramp-mode (or (eq tramp-syntax (quote sep)) (featurep (quote tramp)) (and (boundp (quote partial-completion-mode)) (symbol-value (quote partial-completion-mode))) (featurep (quote ido)) (featurep (quote icicles)))) (save-match-data (apply (cdr fn) args)) (tramp-completion-run-real-handler operation args))))
29632 (defun tramp-register-file-name-handlers nil "\
29633 Add Tramp file name handlers to `file-name-handler-alist'." (let ((a1 (rassq (quote tramp-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (let ((a1 (rassq (quote tramp-completion-file-name-handler) file-name-handler-alist))) (setq file-name-handler-alist (delq a1 file-name-handler-alist))) (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-file-name-handler))) (put (quote tramp-file-name-handler) (quote safe-magic) t) (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) (dolist (fnh (quote (epa-file-handler jka-compr-handler))) (let ((entry (rassoc fnh file-name-handler-alist))) (when entry (setq file-name-handler-alist (cons entry (delete entry file-name-handler-alist)))))))
29635 (tramp-register-file-name-handlers)
29637 (autoload 'tramp-unload-file-name-handlers "tramp" "\
29640 \(fn)" nil nil)
29642 (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\
29643 Like `file-name-all-completions' for partial Tramp files.
29645 \(fn FILENAME DIRECTORY)" nil nil)
29647 (autoload 'tramp-completion-handle-file-name-completion "tramp" "\
29648 Like `file-name-completion' for Tramp files.
29650 \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
29652 (autoload 'tramp-unload-tramp "tramp" "\
29653 Discard Tramp from loading remote files.
29655 \(fn)" t nil)
29657 ;;;***
29659 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
29660 ;;;;;; (20438 24016 194668 0))
29661 ;;; Generated autoloads from net/tramp-ftp.el
29663 (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
29666 \(fn)" nil nil)
29668 ;;;***
29670 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20369
29671 ;;;;;; 14251 85829 0))
29672 ;;; Generated autoloads from tutorial.el
29674 (autoload 'help-with-tutorial "tutorial" "\
29675 Select the Emacs learn-by-doing tutorial.
29676 If there is a tutorial version written in the language
29677 of the selected language environment, that version is used.
29678 If there's no tutorial in that language, `TUTORIAL' is selected.
29679 With ARG, you are asked to choose which language.
29680 If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
29681 any question when restarting the tutorial.
29683 If any of the standard Emacs key bindings that are used in the
29684 tutorial have been changed then an explanatory note about this is
29685 shown in the beginning of the tutorial buffer.
29687 When the tutorial buffer is killed the content and the point
29688 position in the buffer is saved so that the tutorial may be
29689 resumed later.
29691 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
29693 ;;;***
29695 ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
29696 ;;;;;; (20355 10021 546955 0))
29697 ;;; Generated autoloads from language/tv-util.el
29699 (autoload 'tai-viet-composition-function "tv-util" "\
29702 \(fn FROM TO FONT-OBJECT STRING)" nil nil)
29704 ;;;***
29706 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
29707 ;;;;;; "textmodes/two-column.el" (20364 31990 752722 691000))
29708 ;;; Generated autoloads from textmodes/two-column.el
29709 (autoload '2C-command "two-column" () t 'keymap)
29710 (global-set-key "\C-x6" '2C-command)
29711 (global-set-key [f2] '2C-command)
29713 (autoload '2C-two-columns "two-column" "\
29714 Split current window vertically for two-column editing.
29715 \\<global-map>When called the first time, associates a buffer with the current
29716 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
29717 for details.). It runs `2C-other-buffer-hook' in the new buffer.
29718 When called again, restores the screen layout with the current buffer
29719 first and the associated buffer to its right.
29721 \(fn &optional BUFFER)" t nil)
29723 (autoload '2C-associate-buffer "two-column" "\
29724 Associate another buffer with this one in two-column minor mode.
29725 Can also be used to associate a just previously visited file, by
29726 accepting the proposed default buffer.
29728 \(See \\[describe-mode] .)
29730 \(fn)" t nil)
29732 (autoload '2C-split "two-column" "\
29733 Split a two-column text at point, into two buffers in two-column minor mode.
29734 Point becomes the local value of `2C-window-width'. Only lines that
29735 have the ARG same preceding characters at that column get split. The
29736 ARG preceding characters without any leading whitespace become the local
29737 value for `2C-separator'. This way lines that continue across both
29738 columns remain untouched in the first buffer.
29740 This function can be used with a prototype line, to set up things. You
29741 write the first line of each column and then split that line. E.g.:
29743 First column's text sSs Second column's text
29744 \\___/\\
29745 / \\
29746 5 character Separator You type M-5 \\[2C-split] with the point here.
29748 \(See \\[describe-mode] .)
29750 \(fn ARG)" t nil)
29752 ;;;***
29754 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
29755 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
29756 ;;;;;; type-break-good-break-interval type-break-good-rest-interval
29757 ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29758 ;;;;;; (20355 10021 546955 0))
29759 ;;; Generated autoloads from type-break.el
29761 (defvar type-break-mode nil "\
29762 Toggle typing break mode.
29763 See the docstring for the `type-break-mode' command for more information.
29764 Setting this variable directly does not take effect;
29765 use either \\[customize] or the function `type-break-mode'.")
29767 (custom-autoload 'type-break-mode "type-break" nil)
29769 (defvar type-break-interval (* 60 60) "\
29770 Number of seconds between scheduled typing breaks.")
29772 (custom-autoload 'type-break-interval "type-break" t)
29774 (defvar type-break-good-rest-interval (/ type-break-interval 6) "\
29775 Number of seconds of idle time considered to be an adequate typing rest.
29777 When this variable is non-nil, Emacs checks the idle time between
29778 keystrokes. If this idle time is long enough to be considered a \"good\"
29779 rest from typing, then the next typing break is simply rescheduled for later.
29781 If a break is interrupted before this much time elapses, the user will be
29782 asked whether or not really to interrupt the break.")
29784 (custom-autoload 'type-break-good-rest-interval "type-break" t)
29786 (defvar type-break-good-break-interval nil "\
29787 Number of seconds considered to be an adequate explicit typing rest.
29789 When this variable is non-nil, its value is considered to be a \"good\"
29790 length (in seconds) for a break initiated by the command `type-break',
29791 overriding `type-break-good-rest-interval'. This provides querying of
29792 break interruptions when `type-break-good-rest-interval' is nil.")
29794 (custom-autoload 'type-break-good-break-interval "type-break" t)
29796 (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)) "\
29797 Upper and lower bound on number of keystrokes for considering typing break.
29798 This structure is a pair of numbers (MIN . MAX).
29800 The first number is the minimum number of keystrokes that must have been
29801 entered since the last typing break before considering another one, even if
29802 the scheduled time has elapsed; the break is simply rescheduled until later
29803 if the minimum threshold hasn't been reached. If this first value is nil,
29804 then there is no minimum threshold; as soon as the scheduled time has
29805 elapsed, the user will always be queried.
29807 The second number is the maximum number of keystrokes that can be entered
29808 before a typing break is requested immediately, pre-empting the originally
29809 scheduled break. If this second value is nil, then no pre-emptive breaks
29810 will occur; only scheduled ones will.
29812 Keys with bucky bits (shift, control, meta, etc) are counted as only one
29813 keystroke even though they really require multiple keys to generate them.
29815 The command `type-break-guesstimate-keystroke-threshold' can be used to
29816 guess a reasonably good pair of values for this variable.")
29818 (custom-autoload 'type-break-keystroke-threshold "type-break" t)
29820 (autoload 'type-break-mode "type-break" "\
29821 Enable or disable typing-break mode.
29822 This is a minor mode, but it is global to all buffers by default.
29824 When this mode is enabled, the user is encouraged to take typing breaks at
29825 appropriate intervals; either after a specified amount of time or when the
29826 user has exceeded a keystroke threshold. When the time arrives, the user
29827 is asked to take a break. If the user refuses at that time, Emacs will ask
29828 again in a short period of time. The idea is to give the user enough time
29829 to find a good breaking point in his or her work, but be sufficiently
29830 annoying to discourage putting typing breaks off indefinitely.
29832 A negative prefix argument disables this mode.
29833 No argument or any non-negative argument enables it.
29835 The user may enable or disable this mode by setting the variable of the
29836 same name, though setting it in that way doesn't reschedule a break or
29837 reset the keystroke counter.
29839 If the mode was previously disabled and is enabled as a consequence of
29840 calling this function, it schedules a break with `type-break-schedule' to
29841 make sure one occurs (the user can call that command to reschedule the
29842 break at any time). It also initializes the keystroke counter.
29844 The variable `type-break-interval' specifies the number of seconds to
29845 schedule between regular typing breaks. This variable doesn't directly
29846 affect the time schedule; it simply provides a default for the
29847 `type-break-schedule' command.
29849 If set, the variable `type-break-good-rest-interval' specifies the minimum
29850 amount of time which is considered a reasonable typing break. Whenever
29851 that time has elapsed, typing breaks are automatically rescheduled for
29852 later even if Emacs didn't prompt you to take one first. Also, if a break
29853 is ended before this much time has elapsed, the user will be asked whether
29854 or not to continue. A nil value for this variable prevents automatic
29855 break rescheduling, making `type-break-interval' an upper bound on the time
29856 between breaks. In this case breaks will be prompted for as usual before
29857 the upper bound if the keystroke threshold is reached.
29859 If `type-break-good-rest-interval' is nil and
29860 `type-break-good-break-interval' is set, then confirmation is required to
29861 interrupt a break before `type-break-good-break-interval' seconds
29862 have passed. This provides for an upper bound on the time between breaks
29863 together with confirmation of interruptions to these breaks.
29865 The variable `type-break-keystroke-threshold' is used to determine the
29866 thresholds at which typing breaks should be considered. You can use
29867 the command `type-break-guesstimate-keystroke-threshold' to try to
29868 approximate good values for this.
29870 There are several variables that affect how or when warning messages about
29871 imminent typing breaks are displayed. They include:
29873 `type-break-mode-line-message-mode'
29874 `type-break-time-warning-intervals'
29875 `type-break-keystroke-warning-intervals'
29876 `type-break-warning-repeat'
29877 `type-break-warning-countdown-string'
29878 `type-break-warning-countdown-string-type'
29880 There are several variables that affect if, how, and when queries to begin
29881 a typing break occur. They include:
29883 `type-break-query-mode'
29884 `type-break-query-function'
29885 `type-break-query-interval'
29887 The command `type-break-statistics' prints interesting things.
29889 Finally, a file (named `type-break-file-name') is used to store information
29890 across Emacs sessions. This provides recovery of the break status between
29891 sessions and after a crash. Manual changes to the file may result in
29892 problems.
29894 \(fn &optional PREFIX)" t nil)
29896 (autoload 'type-break "type-break" "\
29897 Take a typing break.
29899 During the break, a demo selected from the functions listed in
29900 `type-break-demo-functions' is run.
29902 After the typing break is finished, the next break is scheduled
29903 as per the function `type-break-schedule'.
29905 \(fn)" t nil)
29907 (autoload 'type-break-statistics "type-break" "\
29908 Print statistics about typing breaks in a temporary buffer.
29909 This includes the last time a typing break was taken, when the next one is
29910 scheduled, the keystroke thresholds and the current keystroke count, etc.
29912 \(fn)" t nil)
29914 (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
29915 Guess values for the minimum/maximum keystroke threshold for typing breaks.
29917 If called interactively, the user is prompted for their guess as to how
29918 many words per minute they usually type. This value should not be your
29919 maximum WPM, but your average. Of course, this is harder to gauge since it
29920 can vary considerably depending on what you are doing. For example, one
29921 tends to type less when debugging a program as opposed to writing
29922 documentation. (Perhaps a separate program should be written to estimate
29923 average typing speed.)
29925 From that, this command sets the values in `type-break-keystroke-threshold'
29926 based on a fairly simple algorithm involving assumptions about the average
29927 length of words (5). For the minimum threshold, it uses about a fifth of
29928 the computed maximum threshold.
29930 When called from Lisp programs, the optional args WORDLEN and FRAC can be
29931 used to override the default assumption about average word length and the
29932 fraction of the maximum threshold to which to set the minimum threshold.
29933 FRAC should be the inverse of the fractional value; for example, a value of
29934 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
29936 \(fn WPM &optional WORDLEN FRAC)" t nil)
29938 ;;;***
29940 ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20355 10021
29941 ;;;;;; 546955 0))
29942 ;;; Generated autoloads from mail/uce.el
29944 (autoload 'uce-reply-to-uce "uce" "\
29945 Compose a reply to unsolicited commercial email (UCE).
29946 Sets up a reply buffer addressed to: the sender, his postmaster,
29947 his abuse@ address, and the postmaster of the mail relay used.
29948 You might need to set `uce-mail-reader' before using this.
29950 \(fn &optional IGNORED)" t nil)
29952 ;;;***
29954 ;;;### (autoloads (ucs-normalize-HFS-NFC-string ucs-normalize-HFS-NFC-region
29955 ;;;;;; ucs-normalize-HFS-NFD-string ucs-normalize-HFS-NFD-region
29956 ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29957 ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29958 ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29959 ;;;;;; "international/ucs-normalize.el" (20476 31768 298871 0))
29960 ;;; Generated autoloads from international/ucs-normalize.el
29962 (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
29963 Normalize the current region by the Unicode NFD.
29965 \(fn FROM TO)" t nil)
29967 (autoload 'ucs-normalize-NFD-string "ucs-normalize" "\
29968 Normalize the string STR by the Unicode NFD.
29970 \(fn STR)" nil nil)
29972 (autoload 'ucs-normalize-NFC-region "ucs-normalize" "\
29973 Normalize the current region by the Unicode NFC.
29975 \(fn FROM TO)" t nil)
29977 (autoload 'ucs-normalize-NFC-string "ucs-normalize" "\
29978 Normalize the string STR by the Unicode NFC.
29980 \(fn STR)" nil nil)
29982 (autoload 'ucs-normalize-NFKD-region "ucs-normalize" "\
29983 Normalize the current region by the Unicode NFKD.
29985 \(fn FROM TO)" t nil)
29987 (autoload 'ucs-normalize-NFKD-string "ucs-normalize" "\
29988 Normalize the string STR by the Unicode NFKD.
29990 \(fn STR)" nil nil)
29992 (autoload 'ucs-normalize-NFKC-region "ucs-normalize" "\
29993 Normalize the current region by the Unicode NFKC.
29995 \(fn FROM TO)" t nil)
29997 (autoload 'ucs-normalize-NFKC-string "ucs-normalize" "\
29998 Normalize the string STR by the Unicode NFKC.
30000 \(fn STR)" nil nil)
30002 (autoload 'ucs-normalize-HFS-NFD-region "ucs-normalize" "\
30003 Normalize the current region by the Unicode NFD and Mac OS's HFS Plus.
30005 \(fn FROM TO)" t nil)
30007 (autoload 'ucs-normalize-HFS-NFD-string "ucs-normalize" "\
30008 Normalize the string STR by the Unicode NFD and Mac OS's HFS Plus.
30010 \(fn STR)" nil nil)
30012 (autoload 'ucs-normalize-HFS-NFC-region "ucs-normalize" "\
30013 Normalize the current region by the Unicode NFC and Mac OS's HFS Plus.
30015 \(fn FROM TO)" t nil)
30017 (autoload 'ucs-normalize-HFS-NFC-string "ucs-normalize" "\
30018 Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
30020 \(fn STR)" nil nil)
30022 ;;;***
30024 ;;;### (autoloads (ununderline-region underline-region) "underline"
30025 ;;;;;; "textmodes/underline.el" (20355 10021 546955 0))
30026 ;;; Generated autoloads from textmodes/underline.el
30028 (autoload 'underline-region "underline" "\
30029 Underline all nonblank characters in the region.
30030 Works by overstriking underscores.
30031 Called from program, takes two arguments START and END
30032 which specify the range to operate on.
30034 \(fn START END)" t nil)
30036 (autoload 'ununderline-region "underline" "\
30037 Remove all underlining (overstruck underscores) in the region.
30038 Called from program, takes two arguments START and END
30039 which specify the range to operate on.
30041 \(fn START END)" t nil)
30043 ;;;***
30045 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
30046 ;;;;;; (20369 14251 85829 0))
30047 ;;; Generated autoloads from mail/unrmail.el
30049 (autoload 'batch-unrmail "unrmail" "\
30050 Convert old-style Rmail Babyl files to system inbox format.
30051 Specify the input Rmail Babyl file names as command line arguments.
30052 For each Rmail file, the corresponding output file name
30053 is made by adding `.mail' at the end.
30054 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
30056 \(fn)" nil nil)
30058 (autoload 'unrmail "unrmail" "\
30059 Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
30061 \(fn FILE TO-FILE)" t nil)
30063 ;;;***
30065 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20355
30066 ;;;;;; 10021 546955 0))
30067 ;;; Generated autoloads from emacs-lisp/unsafep.el
30069 (autoload 'unsafep "unsafep" "\
30070 Return nil if evaluating FORM couldn't possibly do any harm.
30071 Otherwise result is a reason why FORM is unsafe.
30072 UNSAFEP-VARS is a list of symbols with local bindings.
30074 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
30076 ;;;***
30078 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
30079 ;;;;;; "url/url.el" (20478 3673 653810 0))
30080 ;;; Generated autoloads from url/url.el
30082 (autoload 'url-retrieve "url" "\
30083 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
30084 URL is either a string or a parsed URL. If it is a string
30085 containing characters that are not valid in a URI, those
30086 characters are percent-encoded; see `url-encode-url'.
30088 CALLBACK is called when the object has been completely retrieved, with
30089 the current buffer containing the object, and any MIME headers associated
30090 with it. It is called as (apply CALLBACK STATUS CBARGS).
30091 STATUS is a list with an even number of elements representing
30092 what happened during the request, with most recent events first,
30093 or an empty list if no events have occurred. Each pair is one of:
30095 \(:redirect REDIRECTED-TO) - the request was redirected to this URL
30096 \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
30097 signaled with (signal ERROR-SYMBOL DATA).
30099 Return the buffer URL will load into, or nil if the process has
30100 already completed (i.e. URL was a mailto URL or similar; in this case
30101 the callback is not called).
30103 The variables `url-request-data', `url-request-method' and
30104 `url-request-extra-headers' can be dynamically bound around the
30105 request; dynamic binding of other variables doesn't necessarily
30106 take effect.
30108 If SILENT, then don't message progress reports and the like.
30109 If INHIBIT-COOKIES, cookies will neither be stored nor sent to
30110 the server.
30111 If URL is a multibyte string, it will be encoded as utf-8 and
30112 URL-encoded before it's used.
30114 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
30116 (autoload 'url-retrieve-synchronously "url" "\
30117 Retrieve URL synchronously.
30118 Return the buffer containing the data, or nil if there are no data
30119 associated with it (the case for dired, info, or mailto URLs that need
30120 no further processing). URL is either a string or a parsed URL.
30122 \(fn URL)" nil nil)
30124 ;;;***
30126 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
30127 ;;;;;; "url-auth" "url/url-auth.el" (20355 10021 546955 0))
30128 ;;; Generated autoloads from url/url-auth.el
30130 (autoload 'url-get-authentication "url-auth" "\
30131 Return an authorization string suitable for use in the WWW-Authenticate
30132 header in an HTTP/1.0 request.
30134 URL is the url you are requesting authorization to. This can be either a
30135 string representing the URL, or the parsed representation returned by
30136 `url-generic-parse-url'
30137 REALM is the realm at a specific site we are looking for. This should be a
30138 string specifying the exact realm, or nil or the symbol 'any' to
30139 specify that the filename portion of the URL should be used as the
30140 realm
30141 TYPE is the type of authentication to be returned. This is either a string
30142 representing the type (basic, digest, etc), or nil or the symbol 'any'
30143 to specify that any authentication is acceptable. If requesting 'any'
30144 the strongest matching authentication will be returned. If this is
30145 wrong, it's no big deal, the error from the server will specify exactly
30146 what type of auth to use
30147 PROMPT is boolean - specifies whether to ask the user for a username/password
30148 if one cannot be found in the cache
30150 \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil)
30152 (autoload 'url-register-auth-scheme "url-auth" "\
30153 Register an HTTP authentication method.
30155 TYPE is a string or symbol specifying the name of the method.
30156 This should be the same thing you expect to get returned in
30157 an Authenticate header in HTTP/1.0 - it will be downcased.
30158 FUNCTION is the function to call to get the authorization information.
30159 This defaults to `url-?-auth', where ? is TYPE.
30160 RATING a rating between 1 and 10 of the strength of the authentication.
30161 This is used when asking for the best authentication for a specific
30162 URL. The item with the highest rating is returned.
30164 \(fn TYPE &optional FUNCTION RATING)" nil nil)
30166 ;;;***
30168 ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
30169 ;;;;;; "url-cache" "url/url-cache.el" (20355 10021 546955 0))
30170 ;;; Generated autoloads from url/url-cache.el
30172 (autoload 'url-store-in-cache "url-cache" "\
30173 Store buffer BUFF in the cache.
30175 \(fn &optional BUFF)" nil nil)
30177 (autoload 'url-is-cached "url-cache" "\
30178 Return non-nil if the URL is cached.
30179 The actual return value is the last modification time of the cache file.
30181 \(fn URL)" nil nil)
30183 (autoload 'url-cache-extract "url-cache" "\
30184 Extract FNAM from the local disk cache.
30186 \(fn FNAM)" nil nil)
30188 ;;;***
30190 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20355 10021
30191 ;;;;;; 546955 0))
30192 ;;; Generated autoloads from url/url-cid.el
30194 (autoload 'url-cid "url-cid" "\
30197 \(fn URL)" nil nil)
30199 ;;;***
30201 ;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p)
30202 ;;;;;; "url-dav" "url/url-dav.el" (20501 3499 284800 0))
30203 ;;; Generated autoloads from url/url-dav.el
30205 (autoload 'url-dav-supported-p "url-dav" "\
30206 Return WebDAV protocol version supported by URL.
30207 Returns nil if WebDAV is not supported.
30209 \(fn URL)" nil nil)
30211 (autoload 'url-dav-request "url-dav" "\
30212 Perform WebDAV operation METHOD on URL. Return the parsed responses.
30213 Automatically creates an XML request body if TAG is non-nil.
30214 BODY is the XML document fragment to be enclosed by <TAG></TAG>.
30216 DEPTH is how deep the request should propagate. Default is 0, meaning
30217 it should apply only to URL. A negative number means to use
30218 `Infinity' for the depth. Not all WebDAV servers support this depth
30219 though.
30221 HEADERS is an assoc list of extra headers to send in the request.
30223 NAMESPACES is an assoc list of (NAMESPACE . EXPANSION), and these are
30224 added to the <TAG> element. The DAV=DAV: namespace is automatically
30225 added to this list, so most requests can just pass in nil.
30227 \(fn URL METHOD TAG BODY &optional DEPTH HEADERS NAMESPACES)" nil nil)
30229 (autoload 'url-dav-vc-registered "url-dav" "\
30232 \(fn URL)" nil nil)
30234 ;;;***
30236 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20478
30237 ;;;;;; 3673 653810 0))
30238 ;;; Generated autoloads from url/url-file.el
30240 (autoload 'url-file "url-file" "\
30241 Handle file: and ftp: URLs.
30243 \(fn URL CALLBACK CBARGS)" nil nil)
30245 ;;;***
30247 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
30248 ;;;;;; "url/url-gw.el" (20478 3673 653810 0))
30249 ;;; Generated autoloads from url/url-gw.el
30251 (autoload 'url-gateway-nslookup-host "url-gw" "\
30252 Attempt to resolve the given HOST using nslookup if possible.
30254 \(fn HOST)" t nil)
30256 (autoload 'url-open-stream "url-gw" "\
30257 Open a stream to HOST, possibly via a gateway.
30258 Args per `open-network-stream'.
30259 Will not make a connection if `url-gateway-unplugged' is non-nil.
30260 Might do a non-blocking connection; use `process-status' to check.
30262 \(fn NAME BUFFER HOST SERVICE)" nil nil)
30264 ;;;***
30266 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
30267 ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
30268 ;;;;;; (20440 54677 388705 0))
30269 ;;; Generated autoloads from url/url-handlers.el
30271 (defvar url-handler-mode nil "\
30272 Non-nil if Url-Handler mode is enabled.
30273 See the command `url-handler-mode' for a description of this minor mode.
30274 Setting this variable directly does not take effect;
30275 either customize it (see the info node `Easy Customization')
30276 or call the function `url-handler-mode'.")
30278 (custom-autoload 'url-handler-mode "url-handlers" nil)
30280 (autoload 'url-handler-mode "url-handlers" "\
30281 Toggle using `url' library for URL filenames (URL Handler mode).
30282 With a prefix argument ARG, enable URL Handler mode if ARG is
30283 positive, and disable it otherwise. If called from Lisp, enable
30284 the mode if ARG is omitted or nil.
30286 \(fn &optional ARG)" t nil)
30288 (autoload 'url-file-handler "url-handlers" "\
30289 Function called from the `file-name-handler-alist' routines.
30290 OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
30291 the arguments that would have been passed to OPERATION.
30293 \(fn OPERATION &rest ARGS)" nil nil)
30295 (autoload 'url-copy-file "url-handlers" "\
30296 Copy URL to NEWNAME. Both args must be strings.
30297 Signals a `file-already-exists' error if file NEWNAME already exists,
30298 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
30299 A number as third arg means request confirmation if NEWNAME already exists.
30300 This is what happens in interactive use with M-x.
30301 Fourth arg KEEP-TIME non-nil means give the new file the same
30302 last-modified time as the old one. (This works on only some systems.)
30303 Fifth arg PRESERVE-UID-GID is ignored.
30304 A prefix arg makes KEEP-TIME non-nil.
30306 \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil)
30308 (autoload 'url-file-local-copy "url-handlers" "\
30309 Copy URL into a temporary file on this machine.
30310 Returns the name of the local copy, or nil, if FILE is directly
30311 accessible.
30313 \(fn URL &rest IGNORED)" nil nil)
30315 (autoload 'url-insert-file-contents "url-handlers" "\
30318 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
30320 ;;;***
30322 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
30323 ;;;;;; url-http) "url-http" "url/url-http.el" (20478 3673 653810
30324 ;;;;;; 0))
30325 ;;; Generated autoloads from url/url-http.el
30327 (autoload 'url-http "url-http" "\
30328 Retrieve URL via HTTP asynchronously.
30329 URL must be a parsed URL. See `url-generic-parse-url' for details.
30330 When retrieval is completed, the function CALLBACK is executed with
30331 CBARGS as the arguments.
30333 Optional arg RETRY-BUFFER, if non-nil, specifies the buffer of a
30334 previous `url-http' call, which is being re-attempted.
30336 \(fn URL CALLBACK CBARGS &optional RETRY-BUFFER)" nil nil)
30338 (autoload 'url-http-file-exists-p "url-http" "\
30341 \(fn URL)" nil nil)
30343 (defalias 'url-http-file-readable-p 'url-http-file-exists-p)
30345 (autoload 'url-http-file-attributes "url-http" "\
30348 \(fn URL &optional ID-FORMAT)" nil nil)
30350 (autoload 'url-http-options "url-http" "\
30351 Return a property list describing options available for URL.
30352 This list is retrieved using the `OPTIONS' HTTP method.
30354 Property list members:
30356 methods
30357 A list of symbols specifying what HTTP methods the resource
30358 supports.
30361 A list of numbers specifying what DAV protocol/schema versions are
30362 supported.
30364 dasl
30365 A list of supported DASL search types supported (string form)
30367 ranges
30368 A list of the units available for use in partial document fetches.
30371 The `Platform For Privacy Protection' description for the resource.
30372 Currently this is just the raw header contents. This is likely to
30373 change once P3P is formally supported by the URL package or
30374 Emacs/W3.
30376 \(fn URL)" nil nil)
30378 (defconst url-https-default-port 443 "\
30379 Default HTTPS port.")
30381 (defconst url-https-asynchronous-p t "\
30382 HTTPS retrievals are asynchronous.")
30383 (autoload 'url-default-expander "url-expand")
30385 (defalias 'url-https-expand-file-name 'url-default-expander)
30386 (autoload 'url-https "url-http")
30387 (autoload 'url-https-file-exists-p "url-http")
30388 (autoload 'url-https-file-readable-p "url-http")
30389 (autoload 'url-https-file-attributes "url-http")
30391 ;;;***
30393 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20355 10021
30394 ;;;;;; 546955 0))
30395 ;;; Generated autoloads from url/url-irc.el
30397 (autoload 'url-irc "url-irc" "\
30400 \(fn URL)" nil nil)
30402 ;;;***
30404 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20355
30405 ;;;;;; 10021 546955 0))
30406 ;;; Generated autoloads from url/url-ldap.el
30408 (autoload 'url-ldap "url-ldap" "\
30409 Perform an LDAP search specified by URL.
30410 The return value is a buffer displaying the search results in HTML.
30411 URL can be a URL string, or a URL vector of the type returned by
30412 `url-generic-parse-url'.
30414 \(fn URL)" nil nil)
30416 ;;;***
30418 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
30419 ;;;;;; (20355 10021 546955 0))
30420 ;;; Generated autoloads from url/url-mailto.el
30422 (autoload 'url-mail "url-mailto" "\
30425 \(fn &rest ARGS)" t nil)
30427 (autoload 'url-mailto "url-mailto" "\
30428 Handle the mailto: URL syntax.
30430 \(fn URL)" nil nil)
30432 ;;;***
30434 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
30435 ;;;;;; url-man) "url-misc" "url/url-misc.el" (20478 3673 653810
30436 ;;;;;; 0))
30437 ;;; Generated autoloads from url/url-misc.el
30439 (autoload 'url-man "url-misc" "\
30440 Fetch a Unix manual page URL.
30442 \(fn URL)" nil nil)
30444 (autoload 'url-info "url-misc" "\
30445 Fetch a GNU Info URL.
30447 \(fn URL)" nil nil)
30449 (autoload 'url-generic-emulator-loader "url-misc" "\
30452 \(fn URL)" nil nil)
30454 (defalias 'url-rlogin 'url-generic-emulator-loader)
30456 (defalias 'url-telnet 'url-generic-emulator-loader)
30458 (defalias 'url-tn3270 'url-generic-emulator-loader)
30460 (autoload 'url-data "url-misc" "\
30461 Fetch a data URL (RFC 2397).
30463 \(fn URL)" nil nil)
30465 ;;;***
30467 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
30468 ;;;;;; (20355 10021 546955 0))
30469 ;;; Generated autoloads from url/url-news.el
30471 (autoload 'url-news "url-news" "\
30474 \(fn URL)" nil nil)
30476 (autoload 'url-snews "url-news" "\
30479 \(fn URL)" nil nil)
30481 ;;;***
30483 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
30484 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
30485 ;;;;;; (20355 10021 546955 0))
30486 ;;; Generated autoloads from url/url-ns.el
30488 (autoload 'isPlainHostName "url-ns" "\
30491 \(fn HOST)" nil nil)
30493 (autoload 'dnsDomainIs "url-ns" "\
30496 \(fn HOST DOM)" nil nil)
30498 (autoload 'dnsResolve "url-ns" "\
30501 \(fn HOST)" nil nil)
30503 (autoload 'isResolvable "url-ns" "\
30506 \(fn HOST)" nil nil)
30508 (autoload 'isInNet "url-ns" "\
30511 \(fn IP NET MASK)" nil nil)
30513 (autoload 'url-ns-prefs "url-ns" "\
30516 \(fn &optional FILE)" nil nil)
30518 (autoload 'url-ns-user-pref "url-ns" "\
30521 \(fn KEY &optional DEFAULT)" nil nil)
30523 ;;;***
30525 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
30526 ;;;;;; "url/url-parse.el" (20478 3673 653810 0))
30527 ;;; Generated autoloads from url/url-parse.el
30529 (autoload 'url-recreate-url "url-parse" "\
30530 Recreate a URL string from the parsed URLOBJ.
30532 \(fn URLOBJ)" nil nil)
30534 (autoload 'url-generic-parse-url "url-parse" "\
30535 Return an URL-struct of the parts of URL.
30536 The CL-style struct contains the following fields:
30538 TYPE is the URI scheme (string or nil).
30539 USER is the user name (string or nil).
30540 PASSWORD is the password (string [deprecated] or nil).
30541 HOST is the host (a registered name, IP literal in square
30542 brackets, or IPv4 address in dotted-decimal form).
30543 PORTSPEC is the specified port (a number), or nil.
30544 FILENAME is the path AND the query component of the URI.
30545 TARGET is the fragment identifier component (used to refer to a
30546 subordinate resource, e.g. a part of a webpage).
30547 ATTRIBUTES is nil; this slot originally stored the attribute and
30548 value alists for IMAP URIs, but this feature was removed
30549 since it conflicts with RFC 3986.
30550 FULLNESS is non-nil iff the hierarchical sequence component of
30551 the URL starts with two slashes, \"//\".
30553 The parser follows RFC 3986, except that it also tries to handle
30554 URIs that are not fully specified (e.g. lacking TYPE), and it
30555 does not check for or perform %-encoding.
30557 Here is an example. The URL
30559 foo://bob:pass@example.com:42/a/b/c.dtb?type=animal&name=narwhal#nose
30561 parses to
30563 TYPE = \"foo\"
30564 USER = \"bob\"
30565 PASSWORD = \"pass\"
30566 HOST = \"example.com\"
30567 PORTSPEC = 42
30568 FILENAME = \"/a/b/c.dtb?type=animal&name=narwhal\"
30569 TARGET = \"nose\"
30570 ATTRIBUTES = nil
30571 FULLNESS = t
30573 \(fn URL)" nil nil)
30575 ;;;***
30577 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
30578 ;;;;;; (20478 3673 653810 0))
30579 ;;; Generated autoloads from url/url-privacy.el
30581 (autoload 'url-setup-privacy-info "url-privacy" "\
30582 Setup variables that expose info about you and your system.
30584 \(fn)" t nil)
30586 ;;;***
30588 ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
30589 ;;;;;; (20478 3673 653810 0))
30590 ;;; Generated autoloads from url/url-queue.el
30592 (autoload 'url-queue-retrieve "url-queue" "\
30593 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
30594 This is like `url-retrieve' (which see for details of the arguments),
30595 but with limits on the degree of parallelism. The variable
30596 `url-queue-parallel-processes' sets the number of concurrent processes.
30597 The variable `url-queue-timeout' sets a timeout.
30599 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
30601 ;;;***
30603 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
30604 ;;;;;; url-encode-url url-hexify-string url-unhex-string url-build-query-string
30605 ;;;;;; url-parse-query-string url-file-nondirectory url-file-directory
30606 ;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces
30607 ;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
30608 ;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
30609 ;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20478
30610 ;;;;;; 3673 653810 0))
30611 ;;; Generated autoloads from url/url-util.el
30613 (defvar url-debug nil "\
30614 What types of debug messages from the URL library to show.
30615 Debug messages are logged to the *URL-DEBUG* buffer.
30617 If t, all messages will be logged.
30618 If a number, all messages will be logged, as well shown via `message'.
30619 If a list, it is a list of the types of messages to be logged.")
30621 (custom-autoload 'url-debug "url-util" t)
30623 (autoload 'url-debug "url-util" "\
30626 \(fn TAG &rest ARGS)" nil nil)
30628 (autoload 'url-parse-args "url-util" "\
30631 \(fn STR &optional NODOWNCASE)" nil nil)
30633 (autoload 'url-insert-entities-in-string "url-util" "\
30634 Convert HTML markup-start characters to entity references in STRING.
30635 Also replaces the \" character, so that the result may be safely used as
30636 an attribute value in a tag. Returns a new string with the result of the
30637 conversion. Replaces these characters as follows:
30638 & ==> &amp;
30639 < ==> &lt;
30640 > ==> &gt;
30641 \" ==> &quot;
30643 \(fn STRING)" nil nil)
30645 (autoload 'url-normalize-url "url-util" "\
30646 Return a 'normalized' version of URL.
30647 Strips out default port numbers, etc.
30649 \(fn URL)" nil nil)
30651 (autoload 'url-lazy-message "url-util" "\
30652 Just like `message', but is a no-op if called more than once a second.
30653 Will not do anything if `url-show-status' is nil.
30655 \(fn &rest ARGS)" nil nil)
30657 (autoload 'url-get-normalized-date "url-util" "\
30658 Return a 'real' date string that most HTTP servers can understand.
30660 \(fn &optional SPECIFIED-TIME)" nil nil)
30662 (autoload 'url-eat-trailing-space "url-util" "\
30663 Remove spaces/tabs at the end of a string.
30665 \(fn X)" nil nil)
30667 (autoload 'url-strip-leading-spaces "url-util" "\
30668 Remove spaces at the front of a string.
30670 \(fn X)" nil nil)
30672 (autoload 'url-pretty-length "url-util" "\
30675 \(fn N)" nil nil)
30677 (autoload 'url-display-percentage "url-util" "\
30680 \(fn FMT PERC &rest ARGS)" nil nil)
30682 (autoload 'url-percentage "url-util" "\
30685 \(fn X Y)" nil nil)
30687 (defalias 'url-basepath 'url-file-directory)
30689 (autoload 'url-file-directory "url-util" "\
30690 Return the directory part of FILE, for a URL.
30692 \(fn FILE)" nil nil)
30694 (autoload 'url-file-nondirectory "url-util" "\
30695 Return the nondirectory part of FILE, for a URL.
30697 \(fn FILE)" nil nil)
30699 (autoload 'url-parse-query-string "url-util" "\
30702 \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)
30704 (autoload 'url-build-query-string "url-util" "\
30705 Build a query-string.
30707 Given a QUERY in the form:
30708 '((key1 val1)
30709 (key2 val2)
30710 (key3 val1 val2)
30711 (key4)
30712 (key5
30714 \(fn QUERY &optional SEMICOLONS KEEP-EMPTY)" nil nil)
30716 (autoload 'url-unhex-string "url-util" "\
30717 Remove %XX embedded spaces, etc in a URL.
30718 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
30719 decoding of carriage returns and line feeds in the string, which is normally
30720 forbidden in URL encoding.
30722 \(fn STR &optional ALLOW-NEWLINES)" nil nil)
30724 (autoload 'url-hexify-string "url-util" "\
30725 URI-encode STRING and return the result.
30726 If STRING is multibyte, it is first converted to a utf-8 byte
30727 string. Each byte corresponding to an allowed character is left
30728 as-is, while all other bytes are converted to a three-character
30729 string: \"%\" followed by two upper-case hex digits.
30731 The allowed characters are specified by ALLOWED-CHARS. If this
30732 argument is nil, the list `url-unreserved-chars' determines the
30733 allowed characters. Otherwise, ALLOWED-CHARS should be a vector
30734 whose Nth element is non-nil if character N is allowed.
30736 \(fn STRING &optional ALLOWED-CHARS)" nil nil)
30738 (autoload 'url-encode-url "url-util" "\
30739 Return a properly URI-encoded version of URL.
30740 This function also performs URI normalization, e.g. converting
30741 the scheme to lowercase if it is uppercase. Apart from
30742 normalization, if URL is already URI-encoded, this function
30743 should return it unchanged.
30745 \(fn URL)" nil nil)
30747 (autoload 'url-file-extension "url-util" "\
30748 Return the filename extension of FNAME.
30749 If optional argument X is t, then return the basename
30750 of the file with the extension stripped off.
30752 \(fn FNAME &optional X)" nil nil)
30754 (autoload 'url-truncate-url-for-viewing "url-util" "\
30755 Return a shortened version of URL that is WIDTH characters wide or less.
30756 WIDTH defaults to the current frame width.
30758 \(fn URL &optional WIDTH)" nil nil)
30760 (autoload 'url-view-url "url-util" "\
30761 View the current document's URL.
30762 Optional argument NO-SHOW means just return the URL, don't show it in
30763 the minibuffer.
30765 This uses `url-current-object', set locally to the buffer.
30767 \(fn &optional NO-SHOW)" t nil)
30769 ;;;***
30771 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
30772 ;;;;;; "userlock" "userlock.el" (20490 33188 850375 0))
30773 ;;; Generated autoloads from userlock.el
30775 (autoload 'ask-user-about-lock "userlock" "\
30776 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
30777 This function has a choice of three things to do:
30778 do (signal 'file-locked (list FILE OPPONENT))
30779 to refrain from editing the file
30780 return t (grab the lock on the file)
30781 return nil (edit the file even though it is locked).
30782 You can redefine this function to choose among those three alternatives
30783 in any way you like.
30785 \(fn FILE OPPONENT)" nil nil)
30787 (autoload 'ask-user-about-supersession-threat "userlock" "\
30788 Ask a user who is about to modify an obsolete buffer what to do.
30789 This function has two choices: it can return, in which case the modification
30790 of the buffer will proceed, or it can (signal 'file-supersession (file)),
30791 in which case the proposed buffer modification will not be made.
30793 You can rewrite this to use any criterion you like to choose which one to do.
30794 The buffer in question is current when this function is called.
30796 \(fn FN)" nil nil)
30798 ;;;***
30800 ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
30801 ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
30802 ;;;;;; "utf-7" "international/utf-7.el" (20355 10021 546955 0))
30803 ;;; Generated autoloads from international/utf-7.el
30805 (autoload 'utf-7-post-read-conversion "utf-7" "\
30808 \(fn LEN)" nil nil)
30810 (autoload 'utf-7-imap-post-read-conversion "utf-7" "\
30813 \(fn LEN)" nil nil)
30815 (autoload 'utf-7-pre-write-conversion "utf-7" "\
30818 \(fn FROM TO)" nil nil)
30820 (autoload 'utf-7-imap-pre-write-conversion "utf-7" "\
30823 \(fn FROM TO)" nil nil)
30825 ;;;***
30827 ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20355 10021
30828 ;;;;;; 546955 0))
30829 ;;; Generated autoloads from gnus/utf7.el
30831 (autoload 'utf7-encode "utf7" "\
30832 Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
30834 \(fn STRING &optional FOR-IMAP)" nil nil)
30836 ;;;***
30838 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
30839 ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
30840 ;;;;;; (20355 10021 546955 0))
30841 ;;; Generated autoloads from mail/uudecode.el
30843 (autoload 'uudecode-decode-region-external "uudecode" "\
30844 Uudecode region between START and END using external program.
30845 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
30846 used is specified by `uudecode-decoder-program'.
30848 \(fn START END &optional FILE-NAME)" t nil)
30850 (autoload 'uudecode-decode-region-internal "uudecode" "\
30851 Uudecode region between START and END without using an external program.
30852 If FILE-NAME is non-nil, save the result to FILE-NAME.
30854 \(fn START END &optional FILE-NAME)" t nil)
30856 (autoload 'uudecode-decode-region "uudecode" "\
30857 Uudecode region between START and END.
30858 If FILE-NAME is non-nil, save the result to FILE-NAME.
30860 \(fn START END &optional FILE-NAME)" nil nil)
30862 ;;;***
30864 ;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
30865 ;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-pull
30866 ;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
30867 ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
30868 ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30869 ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30870 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20501
30871 ;;;;;; 3499 284800 0))
30872 ;;; Generated autoloads from vc/vc.el
30874 (defvar vc-checkout-hook nil "\
30875 Normal hook (list of functions) run after checking out a file.
30876 See `run-hooks'.")
30878 (custom-autoload 'vc-checkout-hook "vc" t)
30880 (defvar vc-checkin-hook nil "\
30881 Normal hook (list of functions) run after commit or file checkin.
30882 See also `log-edit-done-hook'.")
30884 (custom-autoload 'vc-checkin-hook "vc" t)
30886 (defvar vc-before-checkin-hook nil "\
30887 Normal hook (list of functions) run before a commit or a file checkin.
30888 See `run-hooks'.")
30890 (custom-autoload 'vc-before-checkin-hook "vc" t)
30892 (autoload 'vc-next-action "vc" "\
30893 Do the next logical version control operation on the current fileset.
30894 This requires that all files in the current VC fileset be in the
30895 same state. If not, signal an error.
30897 For merging-based version control systems:
30898 If every file in the VC fileset is not registered for version
30899 control, register the fileset (but don't commit).
30900 If every work file in the VC fileset is added or changed, pop
30901 up a *vc-log* buffer to commit the fileset.
30902 For a centralized version control system, if any work file in
30903 the VC fileset is out of date, offer to update the fileset.
30905 For old-style locking-based version control systems, like RCS:
30906 If every file is not registered, register the file(s).
30907 If every file is registered and unlocked, check out (lock)
30908 the file(s) for editing.
30909 If every file is locked by you and has changes, pop up a
30910 *vc-log* buffer to check in the changes. If the variable
30911 `vc-keep-workfiles' is non-nil (the default), leave a
30912 read-only copy of each changed file after checking in.
30913 If every file is locked by you and unchanged, unlock them.
30914 If every file is locked by someone else, offer to steal the lock.
30916 \(fn VERBOSE)" t nil)
30918 (autoload 'vc-register "vc" "\
30919 Register into a version control system.
30920 If VC-FILESET is given, register the files in that fileset.
30921 Otherwise register the current file.
30922 With prefix argument SET-REVISION, allow user to specify initial revision
30923 level. If COMMENT is present, use that as an initial comment.
30925 The version control system to use is found by cycling through the list
30926 `vc-handled-backends'. The first backend in that list which declares
30927 itself responsible for the file (usually because other files in that
30928 directory are already registered under that backend) will be used to
30929 register the file. If no backend declares itself responsible, the
30930 first backend that could register the file is used.
30932 \(fn &optional SET-REVISION VC-FILESET COMMENT)" t nil)
30934 (autoload 'vc-version-diff "vc" "\
30935 Report diffs between revisions of the fileset in the repository history.
30937 \(fn FILES REV1 REV2)" t nil)
30939 (autoload 'vc-diff "vc" "\
30940 Display diffs between file revisions.
30941 Normally this compares the currently selected fileset with their
30942 working revisions. With a prefix argument HISTORIC, it reads two revision
30943 designators specifying which revisions to compare.
30945 The optional argument NOT-URGENT non-nil means it is ok to say no to
30946 saving the buffer.
30948 \(fn &optional HISTORIC NOT-URGENT)" t nil)
30950 (autoload 'vc-version-ediff "vc" "\
30951 Show differences between revisions of the fileset in the
30952 repository history using ediff.
30954 \(fn FILES REV1 REV2)" t nil)
30956 (autoload 'vc-ediff "vc" "\
30957 Display diffs between file revisions using ediff.
30958 Normally this compares the currently selected fileset with their
30959 working revisions. With a prefix argument HISTORIC, it reads two revision
30960 designators specifying which revisions to compare.
30962 The optional argument NOT-URGENT non-nil means it is ok to say no to
30963 saving the buffer.
30965 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30967 (autoload 'vc-root-diff "vc" "\
30968 Display diffs between VC-controlled whole tree revisions.
30969 Normally, this compares the tree corresponding to the current
30970 fileset with the working revision.
30971 With a prefix argument HISTORIC, prompt for two revision
30972 designators specifying which revisions to compare.
30974 The optional argument NOT-URGENT non-nil means it is ok to say no to
30975 saving the buffer.
30977 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30979 (autoload 'vc-revision-other-window "vc" "\
30980 Visit revision REV of the current file in another window.
30981 If the current file is named `F', the revision is named `F.~REV~'.
30982 If `F.~REV~' already exists, use it instead of checking it out again.
30984 \(fn REV)" t nil)
30986 (autoload 'vc-insert-headers "vc" "\
30987 Insert headers into a file for use with a version control system.
30988 Headers desired are inserted at point, and are pulled from
30989 the variable `vc-BACKEND-header'.
30991 \(fn)" t nil)
30993 (autoload 'vc-merge "vc" "\
30994 Perform a version control merge operation.
30995 You must be visiting a version controlled file, or in a `vc-dir' buffer.
30996 On a distributed version control system, this runs a \"merge\"
30997 operation to incorporate changes from another branch onto the
30998 current branch, prompting for an argument list.
31000 On a non-distributed version control system, this merges changes
31001 between two revisions into the current fileset. This asks for
31002 two revisions to merge from in the minibuffer. If the first
31003 revision is a branch number, then merge all changes from that
31004 branch. If the first revision is empty, merge the most recent
31005 changes from the current branch.
31007 \(fn)" t nil)
31009 (defalias 'vc-resolve-conflicts 'smerge-ediff)
31011 (autoload 'vc-create-tag "vc" "\
31012 Descending recursively from DIR, make a tag called NAME.
31013 For each registered file, the working revision becomes part of
31014 the named configuration. If the prefix argument BRANCHP is
31015 given, the tag is made as a new branch and the files are
31016 checked out in that new branch.
31018 \(fn DIR NAME BRANCHP)" t nil)
31020 (autoload 'vc-retrieve-tag "vc" "\
31021 Descending recursively from DIR, retrieve the tag called NAME.
31022 If NAME is empty, it refers to the latest revisions.
31023 If locking is used for the files in DIR, then there must not be any
31024 locked files at or below DIR (but if NAME is empty, locked files are
31025 allowed and simply skipped).
31027 \(fn DIR NAME)" t nil)
31029 (autoload 'vc-print-log "vc" "\
31030 List the change log of the current fileset in a window.
31031 If WORKING-REVISION is non-nil, leave point at that revision.
31032 If LIMIT is non-nil, it should be a number specifying the maximum
31033 number of revisions to show; the default is `vc-log-show-limit'.
31035 When called interactively with a prefix argument, prompt for
31036 WORKING-REVISION and LIMIT.
31038 \(fn &optional WORKING-REVISION LIMIT)" t nil)
31040 (autoload 'vc-print-root-log "vc" "\
31041 List the change log for the current VC controlled tree in a window.
31042 If LIMIT is non-nil, it should be a number specifying the maximum
31043 number of revisions to show; the default is `vc-log-show-limit'.
31044 When called interactively with a prefix argument, prompt for LIMIT.
31046 \(fn &optional LIMIT)" t nil)
31048 (autoload 'vc-log-incoming "vc" "\
31049 Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
31050 When called interactively with a prefix argument, prompt for REMOTE-LOCATION..
31052 \(fn &optional REMOTE-LOCATION)" t nil)
31054 (autoload 'vc-log-outgoing "vc" "\
31055 Show a log of changes that will be sent with a push operation to REMOTE-LOCATION.
31056 When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
31058 \(fn &optional REMOTE-LOCATION)" t nil)
31060 (autoload 'vc-revert "vc" "\
31061 Revert working copies of the selected fileset to their repository contents.
31062 This asks for confirmation if the buffer contents are not identical
31063 to the working revision (except for keyword expansion).
31065 \(fn)" t nil)
31067 (autoload 'vc-rollback "vc" "\
31068 Roll back (remove) the most recent changeset committed to the repository.
31069 This may be either a file-level or a repository-level operation,
31070 depending on the underlying version-control system.
31072 \(fn)" t nil)
31074 (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
31076 (autoload 'vc-pull "vc" "\
31077 Update the current fileset or branch.
31078 You must be visiting a version controlled file, or in a `vc-dir' buffer.
31079 On a distributed version control system, this runs a \"pull\"
31080 operation to update the current branch, prompting for an argument
31081 list if required. Optional prefix ARG forces a prompt.
31083 On a non-distributed version control system, update the current
31084 fileset to the tip revisions. For each unchanged and unlocked
31085 file, this simply replaces the work file with the latest revision
31086 on its branch. If the file contains changes, any changes in the
31087 tip revision are merged into the working file.
31089 \(fn &optional ARG)" t nil)
31091 (defalias 'vc-update 'vc-pull)
31093 (autoload 'vc-switch-backend "vc" "\
31094 Make BACKEND the current version control system for FILE.
31095 FILE must already be registered in BACKEND. The change is not
31096 permanent, only for the current session. This function only changes
31097 VC's perspective on FILE, it does not register or unregister it.
31098 By default, this command cycles through the registered backends.
31099 To get a prompt, use a prefix argument.
31101 \(fn FILE BACKEND)" t nil)
31103 (autoload 'vc-transfer-file "vc" "\
31104 Transfer FILE to another version control system NEW-BACKEND.
31105 If NEW-BACKEND has a higher precedence than FILE's current backend
31106 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
31107 NEW-BACKEND, using the revision number from the current backend as the
31108 base level. If NEW-BACKEND has a lower precedence than the current
31109 backend, then commit all changes that were made under the current
31110 backend to NEW-BACKEND, and unregister FILE from the current backend.
31111 \(If FILE is not yet registered under NEW-BACKEND, register it.)
31113 \(fn FILE NEW-BACKEND)" nil nil)
31115 (autoload 'vc-delete-file "vc" "\
31116 Delete file and mark it as such in the version control system.
31118 \(fn FILE)" t nil)
31120 (autoload 'vc-rename-file "vc" "\
31121 Rename file OLD to NEW in both work area and repository.
31123 \(fn OLD NEW)" t nil)
31125 (autoload 'vc-update-change-log "vc" "\
31126 Find change log file and add entries from recent version control logs.
31127 Normally, find log entries for all registered files in the default
31128 directory.
31130 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
31132 With any numeric prefix arg, find log entries for all currently visited
31133 files that are under version control. This puts all the entries in the
31134 log for the default directory, which may not be appropriate.
31136 From a program, any ARGS are assumed to be filenames for which
31137 log entries should be gathered.
31139 \(fn &rest ARGS)" t nil)
31141 (autoload 'vc-branch-part "vc" "\
31142 Return the branch part of a revision number REV.
31144 \(fn REV)" nil nil)
31146 ;;;***
31148 ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
31149 ;;;;;; (20478 3673 653810 0))
31150 ;;; Generated autoloads from vc/vc-annotate.el
31152 (autoload 'vc-annotate "vc-annotate" "\
31153 Display the edit history of the current FILE using colors.
31155 This command creates a buffer that shows, for each line of the current
31156 file, when it was last edited and by whom. Additionally, colors are
31157 used to show the age of each line--blue means oldest, red means
31158 youngest, and intermediate colors indicate intermediate ages. By
31159 default, the time scale stretches back one year into the past;
31160 everything that is older than that is shown in blue.
31162 With a prefix argument, this command asks two questions in the
31163 minibuffer. First, you may enter a revision number REV; then the buffer
31164 displays and annotates that revision instead of the working revision
31165 \(type RET in the minibuffer to leave that default unchanged). Then,
31166 you are prompted for the time span in days which the color range
31167 should cover. For example, a time span of 20 days means that changes
31168 over the past 20 days are shown in red to blue, according to their
31169 age, and everything that is older than that is shown in blue.
31171 If MOVE-POINT-TO is given, move the point to that line.
31173 If VC-BK is given used that VC backend.
31175 Customization variables:
31177 `vc-annotate-menu-elements' customizes the menu elements of the
31178 mode-specific menu. `vc-annotate-color-map' and
31179 `vc-annotate-very-old-color' define the mapping of time to colors.
31180 `vc-annotate-background' specifies the background color.
31182 \(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
31184 ;;;***
31186 ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20478 3673 653810
31187 ;;;;;; 0))
31188 ;;; Generated autoloads from vc/vc-arch.el
31189 (defun vc-arch-registered (file)
31190 (if (vc-find-root file "{arch}/=tagging-method")
31191 (progn
31192 (load "vc-arch")
31193 (vc-arch-registered file))))
31195 ;;;***
31197 ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20489 12324 656827
31198 ;;;;;; 0))
31199 ;;; Generated autoloads from vc/vc-bzr.el
31201 (defconst vc-bzr-admin-dirname ".bzr" "\
31202 Name of the directory containing Bzr repository status files.")
31204 (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format") "\
31205 Name of the format file in a .bzr directory.")
31206 (defun vc-bzr-registered (file)
31207 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
31208 (progn
31209 (load "vc-bzr")
31210 (vc-bzr-registered file))))
31212 ;;;***
31214 ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20478 3673 653810
31215 ;;;;;; 0))
31216 ;;; Generated autoloads from vc/vc-cvs.el
31217 (defun vc-cvs-registered (f)
31218 "Return non-nil if file F is registered with CVS."
31219 (when (file-readable-p (expand-file-name
31220 "CVS/Entries" (file-name-directory f)))
31221 (load "vc-cvs")
31222 (vc-cvs-registered f)))
31224 ;;;***
31226 ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20478 3673 653810
31227 ;;;;;; 0))
31228 ;;; Generated autoloads from vc/vc-dir.el
31230 (autoload 'vc-dir "vc-dir" "\
31231 Show the VC status for \"interesting\" files in and below DIR.
31232 This allows you to mark files and perform VC operations on them.
31233 The list omits files which are up to date, with no changes in your copy
31234 or the repository, if there is nothing in particular to say about them.
31236 Preparing the list of file status takes time; when the buffer
31237 first appears, it has only the first few lines of summary information.
31238 The file lines appear later.
31240 Optional second argument BACKEND specifies the VC backend to use.
31241 Interactively, a prefix argument means to ask for the backend.
31243 These are the commands available for use in the file status buffer:
31245 \\{vc-dir-mode-map}
31247 \(fn DIR &optional BACKEND)" t nil)
31249 ;;;***
31251 ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
31252 ;;;;;; (20489 12324 656827 0))
31253 ;;; Generated autoloads from vc/vc-dispatcher.el
31255 (autoload 'vc-do-command "vc-dispatcher" "\
31256 Execute a slave command, notifying user and checking for errors.
31257 Output from COMMAND goes to BUFFER, or the current buffer if
31258 BUFFER is t. If the destination buffer is not already current,
31259 set it up properly and erase it. The command is considered
31260 successful if its exit status does not exceed OKSTATUS (if
31261 OKSTATUS is nil, that means to ignore error status, if it is
31262 `async', that means not to wait for termination of the
31263 subprocess; if it is t it means to ignore all execution errors).
31264 FILE-OR-LIST is the name of a working file; it may be a list of
31265 files or be nil (to execute commands that don't expect a file
31266 name or set of files). If an optional list of FLAGS is present,
31267 that is inserted into the command line before the filename.
31268 Return the return value of the slave command in the synchronous
31269 case, and the process object in the asynchronous case.
31271 \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
31273 ;;;***
31275 ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20495 51111 757560
31276 ;;;;;; 0))
31277 ;;; Generated autoloads from vc/vc-git.el
31278 (defun vc-git-registered (file)
31279 "Return non-nil if FILE is registered with git."
31280 (if (vc-find-root file ".git") ; Short cut.
31281 (progn
31282 (load "vc-git")
31283 (vc-git-registered file))))
31285 ;;;***
31287 ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20489 12324 656827 0))
31288 ;;; Generated autoloads from vc/vc-hg.el
31289 (defun vc-hg-registered (file)
31290 "Return non-nil if FILE is registered with hg."
31291 (if (vc-find-root file ".hg") ; short cut
31292 (progn
31293 (load "vc-hg")
31294 (vc-hg-registered file))))
31296 ;;;***
31298 ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20478 3673 653810
31299 ;;;;;; 0))
31300 ;;; Generated autoloads from vc/vc-mtn.el
31302 (defconst vc-mtn-admin-dir "_MTN" "\
31303 Name of the monotone directory.")
31305 (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format") "\
31306 Name of the monotone directory's format file.")
31307 (defun vc-mtn-registered (file)
31308 (if (vc-find-root file vc-mtn-admin-format)
31309 (progn
31310 (load "vc-mtn")
31311 (vc-mtn-registered file))))
31313 ;;;***
31315 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
31316 ;;;;;; (20478 3673 653810 0))
31317 ;;; Generated autoloads from vc/vc-rcs.el
31319 (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
31320 Where to look for RCS master files.
31321 For a description of possible values, see `vc-check-master-templates'.")
31323 (custom-autoload 'vc-rcs-master-templates "vc-rcs" t)
31325 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
31327 ;;;***
31329 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
31330 ;;;;;; (20430 41939 815258 390000))
31331 ;;; Generated autoloads from vc/vc-sccs.el
31333 (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
31334 Where to look for SCCS master files.
31335 For a description of possible values, see `vc-check-master-templates'.")
31337 (custom-autoload 'vc-sccs-master-templates "vc-sccs" t)
31338 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
31340 (defun vc-sccs-search-project-dir (dirname basename) "\
31341 Return the name of a master file in the SCCS project directory.
31342 Does not check whether the file exists but returns nil if it does not
31343 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)))))
31345 ;;;***
31347 ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20355 10021 546955
31348 ;;;;;; 0))
31349 ;;; Generated autoloads from vc/vc-svn.el
31350 (defun vc-svn-registered (f)
31351 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
31352 (getenv "SVN_ASP_DOT_NET_HACK"))
31353 "_svn")
31354 (t ".svn"))))
31355 (when (vc-find-root f admin-dir)
31356 (load "vc-svn")
31357 (vc-svn-registered f))))
31359 ;;;***
31361 ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
31362 ;;;;;; (20434 17809 692608 0))
31363 ;;; Generated autoloads from progmodes/vera-mode.el
31364 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
31366 (autoload 'vera-mode "vera-mode" "\
31367 Major mode for editing Vera code.
31369 Usage:
31370 ------
31372 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
31373 The amount of indentation is specified by option `vera-basic-offset'.
31374 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
31375 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
31377 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
31378 for a word in the buffer or a Vera keyword that starts alike, inserts it
31379 and adjusts case. Re-typing `TAB' toggles through alternative word
31380 completions.
31382 Typing `TAB' after a non-word character inserts a tabulator stop (if not
31383 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
31385 COMMENTS: `C-c C-c' comments out a region if not commented out, and
31386 uncomments a region if already commented out.
31388 HIGHLIGHTING (fontification): Vera keywords, predefined types and
31389 constants, function names, declaration names, directives, as well as
31390 comments and strings are highlighted using different colors.
31392 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
31395 Maintenance:
31396 ------------
31398 To submit a bug report, use the corresponding menu entry within Vera Mode.
31399 Add a description of the problem and include a reproducible test case.
31401 Feel free to send questions and enhancement requests to <reto@gnu.org>.
31403 Official distribution is at
31404 URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html'
31407 The Vera Mode Maintainer
31408 Reto Zimmermann <reto@gnu.org>
31410 Key bindings:
31411 -------------
31413 \\{vera-mode-map}
31415 \(fn)" t nil)
31417 ;;;***
31419 ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
31420 ;;;;;; (20420 41510 996439 0))
31421 ;;; Generated autoloads from progmodes/verilog-mode.el
31423 (autoload 'verilog-mode "verilog-mode" "\
31424 Major mode for editing Verilog code.
31425 \\<verilog-mode-map>
31426 See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
31427 AUTOs can improve coding efficiency.
31429 Use \\[verilog-faq] for a pointer to frequently asked questions.
31431 NEWLINE, TAB indents for Verilog code.
31432 Delete converts tabs to spaces as it moves back.
31434 Supports highlighting.
31436 Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
31437 with no args, if that value is non-nil.
31439 Variables controlling indentation/edit style:
31441 variable `verilog-indent-level' (default 3)
31442 Indentation of Verilog statements with respect to containing block.
31443 `verilog-indent-level-module' (default 3)
31444 Absolute indentation of Module level Verilog statements.
31445 Set to 0 to get initial and always statements lined up
31446 on the left side of your screen.
31447 `verilog-indent-level-declaration' (default 3)
31448 Indentation of declarations with respect to containing block.
31449 Set to 0 to get them list right under containing block.
31450 `verilog-indent-level-behavioral' (default 3)
31451 Indentation of first begin in a task or function block
31452 Set to 0 to get such code to lined up underneath the task or
31453 function keyword.
31454 `verilog-indent-level-directive' (default 1)
31455 Indentation of `ifdef/`endif blocks.
31456 `verilog-cexp-indent' (default 1)
31457 Indentation of Verilog statements broken across lines i.e.:
31458 if (a)
31459 begin
31460 `verilog-case-indent' (default 2)
31461 Indentation for case statements.
31462 `verilog-auto-newline' (default nil)
31463 Non-nil means automatically newline after semicolons and the punctuation
31464 mark after an end.
31465 `verilog-auto-indent-on-newline' (default t)
31466 Non-nil means automatically indent line after newline.
31467 `verilog-tab-always-indent' (default t)
31468 Non-nil means TAB in Verilog mode should always reindent the current line,
31469 regardless of where in the line point is when the TAB command is used.
31470 `verilog-indent-begin-after-if' (default t)
31471 Non-nil means to indent begin statements following a preceding
31472 if, else, while, for and repeat statements, if any. Otherwise,
31473 the begin is lined up with the preceding token. If t, you get:
31474 if (a)
31475 begin // amount of indent based on `verilog-cexp-indent'
31476 otherwise you get:
31477 if (a)
31478 begin
31479 `verilog-auto-endcomments' (default t)
31480 Non-nil means a comment /* ... */ is set after the ends which ends
31481 cases, tasks, functions and modules.
31482 The type and name of the object will be set between the braces.
31483 `verilog-minimum-comment-distance' (default 10)
31484 Minimum distance (in lines) between begin and end required before a comment
31485 will be inserted. Setting this variable to zero results in every
31486 end acquiring a comment; the default avoids too many redundant
31487 comments in tight quarters.
31488 `verilog-auto-lineup' (default 'declarations)
31489 List of contexts where auto lineup of code should be done.
31491 Variables controlling other actions:
31493 `verilog-linter' (default surelint)
31494 Unix program to call to run the lint checker. This is the default
31495 command for \\[compile-command] and \\[verilog-auto-save-compile].
31497 See \\[customize] for the complete list of variables.
31499 AUTO expansion functions are, in part:
31501 \\[verilog-auto] Expand AUTO statements.
31502 \\[verilog-delete-auto] Remove the AUTOs.
31503 \\[verilog-inject-auto] Insert AUTOs for the first time.
31505 Some other functions are:
31507 \\[verilog-complete-word] Complete word with appropriate possibilities.
31508 \\[verilog-mark-defun] Mark function.
31509 \\[verilog-beg-of-defun] Move to beginning of current function.
31510 \\[verilog-end-of-defun] Move to end of current function.
31511 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
31513 \\[verilog-comment-region] Put marked area in a comment.
31514 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
31515 \\[verilog-insert-block] Insert begin ... end.
31516 \\[verilog-star-comment] Insert /* ... */.
31518 \\[verilog-sk-always] Insert an always @(AS) begin .. end block.
31519 \\[verilog-sk-begin] Insert a begin .. end block.
31520 \\[verilog-sk-case] Insert a case block, prompting for details.
31521 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
31522 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
31523 \\[verilog-sk-header] Insert a header block at the top of file.
31524 \\[verilog-sk-initial] Insert an initial begin .. end block.
31525 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
31526 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
31527 \\[verilog-sk-ovm-class] Insert an OVM Class block.
31528 \\[verilog-sk-uvm-class] Insert an UVM Class block.
31529 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
31530 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
31531 \\[verilog-sk-specify] Insert a specify .. endspecify block.
31532 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
31533 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
31534 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
31535 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
31536 \\[verilog-sk-if] Insert an if (..) begin .. end block.
31537 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
31538 \\[verilog-sk-comment] Insert a comment block.
31539 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
31540 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
31541 \\[verilog-sk-input] Insert an input declaration, prompting for details.
31542 \\[verilog-sk-output] Insert an output declaration, prompting for details.
31543 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
31544 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
31545 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
31546 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
31547 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
31549 All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
31550 Key bindings specific to `verilog-mode-map' are:
31552 \\{verilog-mode-map}
31554 \(fn)" t nil)
31556 ;;;***
31558 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
31559 ;;;;;; (20495 51111 757560 0))
31560 ;;; Generated autoloads from progmodes/vhdl-mode.el
31562 (autoload 'vhdl-mode "vhdl-mode" "\
31563 Major mode for editing VHDL code.
31565 Usage:
31566 ------
31568 TEMPLATE INSERTION (electrification):
31569 After typing a VHDL keyword and entering `SPC', you are prompted for
31570 arguments while a template is generated for that VHDL construct. Typing
31571 `RET' or `C-g' at the first (mandatory) prompt aborts the current
31572 template generation. Optional arguments are indicated by square
31573 brackets and removed if the queried string is left empty. Prompts for
31574 mandatory arguments remain in the code if the queried string is left
31575 empty. They can be queried again by `C-c C-t C-q'. Enabled
31576 electrification is indicated by `/e' in the mode line.
31578 Typing `M-SPC' after a keyword inserts a space without calling the
31579 template generator. Automatic template generation (i.e.
31580 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
31581 setting option `vhdl-electric-mode' (see OPTIONS).
31583 Template generators can be invoked from the VHDL menu, by key
31584 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
31585 the keyword (i.e. first word of menu entry not in parenthesis) and
31586 `SPC'. The following abbreviations can also be used: arch, attr, cond,
31587 conf, comp, cons, func, inst, pack, sig, var.
31589 Template styles can be customized in customization group
31590 `vhdl-template' (see OPTIONS).
31593 HEADER INSERTION:
31594 A file header can be inserted by `C-c C-t C-h'. A file footer
31595 (template at the end of the file) can be inserted by `C-c C-t C-f'.
31596 See customization group `vhdl-header'.
31599 STUTTERING:
31600 Double striking of some keys inserts cumbersome VHDL syntax elements.
31601 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
31602 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
31603 the mode line. The stuttering keys and their effects are:
31605 ;; --> \" : \" [ --> ( -- --> comment
31606 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
31607 .. --> \" => \" ] --> ) --- --> horizontal line
31608 ,, --> \" <= \" ]] --> ] ---- --> display comment
31609 == --> \" == \" '' --> \\\"
31612 WORD COMPLETION:
31613 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
31614 word in the buffer that starts alike, inserts it and adjusts case.
31615 Re-typing `TAB' toggles through alternative word completions. This also
31616 works in the minibuffer (i.e. in template generator prompts).
31618 Typing `TAB' after `(' looks for and inserts complete parenthesized
31619 expressions (e.g. for array index ranges). All keywords as well as
31620 standard types and subprograms of VHDL have predefined abbreviations
31621 (e.g. type \"std\" and `TAB' will toggle through all standard types
31622 beginning with \"std\").
31624 Typing `TAB' after a non-word character indents the line if at the
31625 beginning of a line (i.e. no preceding non-blank characters), and
31626 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
31627 stop.
31630 COMMENTS:
31631 `--' puts a single comment.
31632 `---' draws a horizontal line for separating code segments.
31633 `----' inserts a display comment, i.e. two horizontal lines
31634 with a comment in between.
31635 `--CR' comments out code on that line. Re-hitting CR comments
31636 out following lines.
31637 `C-c C-c' comments out a region if not commented out,
31638 uncomments a region if already commented out. Option
31639 `comment-style' defines where the comment characters
31640 should be placed (beginning of line, indent, etc.).
31642 You are prompted for comments after object definitions (i.e. signals,
31643 variables, constants, ports) and after subprogram and process
31644 specifications if option `vhdl-prompt-for-comments' is non-nil.
31645 Comments are automatically inserted as additional labels (e.g. after
31646 begin statements) and as help comments if `vhdl-self-insert-comments' is
31647 non-nil.
31649 Inline comments (i.e. comments after a piece of code on the same line)
31650 are indented at least to `vhdl-inline-comment-column'. Comments go at
31651 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
31652 will open a new comment line. Typing beyond `vhdl-end-comment-column'
31653 in a comment automatically opens a new comment line. `M-q' re-fills
31654 multi-line comments.
31657 INDENTATION:
31658 `TAB' indents a line if at the beginning of the line. The amount of
31659 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
31660 always indents the current line (is bound to `TAB' if option
31661 `vhdl-intelligent-tab' is nil). If a region is active, `TAB' indents
31662 the entire region.
31664 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
31665 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
31666 indented normally (nil) or relative to the opening parenthesis (non-nil)
31667 according to option `vhdl-argument-list-indent'.
31669 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
31670 tabs. `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
31671 and vice versa.
31673 Syntax-based indentation can be very slow in large files. Option
31674 `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
31676 Option `vhdl-indent-comment-like-next-code-line' controls whether
31677 comment lines are indented like the preceding or like the following code
31678 line.
31681 ALIGNMENT:
31682 The alignment functions align operators, keywords, and inline comments
31683 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
31684 separated by blank lines, `C-c C-a C-i' a block of lines with same
31685 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
31686 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
31687 C-a C-d' all lines within the declarative part of a design unit. `C-c
31688 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
31689 for a group of lines, and `C-c C-a M-c' for a region.
31691 If option `vhdl-align-groups' is non-nil, groups of code lines
31692 separated by special lines (see option `vhdl-align-group-separate') are
31693 aligned individually. If option `vhdl-align-same-indent' is non-nil,
31694 blocks of lines with same indent are aligned separately. Some templates
31695 are automatically aligned after generation if option `vhdl-auto-align'
31696 is non-nil.
31698 Alignment tries to align inline comments at
31699 `vhdl-inline-comment-column' and tries inline comment not to exceed
31700 `vhdl-end-comment-column'.
31702 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
31703 symbols are surrounded by one space, and multiple spaces are eliminated.
31706 CODE FILLING:
31707 Code filling allows to condense code (e.g. sensitivity lists or port
31708 maps) by removing comments and newlines and re-wrapping so that all
31709 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
31710 enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
31711 blank lines, `C-c C-f C-i' a block of lines with same indent, and
31712 `C-c C-f M-f' an entire region.
31715 CODE BEAUTIFICATION:
31716 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
31717 buffer respectively. This includes indentation, alignment, and case
31718 fixing. Code beautification can also be run non-interactively using the
31719 command:
31721 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
31724 PORT TRANSLATION:
31725 Generic and port clauses from entity or component declarations can be
31726 copied (`C-c C-p C-w') and pasted as entity and component declarations,
31727 as component instantiations and corresponding internal constants and
31728 signals, as a generic map with constants as actual generics, and as
31729 internal signal initializations (menu).
31731 To include formals in component instantiations, see option
31732 `vhdl-association-list-with-formals'. To include comments in pasting,
31733 see options `vhdl-include-...-comments'.
31735 A clause with several generic/port names on the same line can be
31736 flattened (`C-c C-p C-f') so that only one name per line exists. The
31737 direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
31738 outputs and vice versa, which can be useful in testbenches. (This
31739 reversion is done on the internal data structure and is only reflected
31740 in subsequent paste operations.)
31742 Names for actual ports, instances, testbenches, and
31743 design-under-test instances can be derived from existing names according
31744 to options `vhdl-...-name'. See customization group `vhdl-port'.
31747 SUBPROGRAM TRANSLATION:
31748 Similar functionality exists for copying/pasting the interface of
31749 subprograms (function/procedure). A subprogram interface can be copied
31750 and then pasted as a subprogram declaration, body or call (uses
31751 association list with formals).
31754 TESTBENCH GENERATION:
31755 A copied port can also be pasted as a testbench. The generated
31756 testbench includes an entity, an architecture, and an optional
31757 configuration. The architecture contains the component declaration and
31758 instantiation of the DUT as well as internal constant and signal
31759 declarations. Additional user-defined templates can be inserted. The
31760 names used for entity/architecture/configuration/DUT as well as the file
31761 structure to be generated can be customized. See customization group
31762 `vhdl-testbench'.
31765 KEY BINDINGS:
31766 Key bindings (`C-c ...') exist for most commands (see in menu).
31769 VHDL MENU:
31770 All commands can be found in the VHDL menu including their key bindings.
31773 FILE BROWSER:
31774 The speedbar allows browsing of directories and file contents. It can
31775 be accessed from the VHDL menu and is automatically opened if option
31776 `vhdl-speedbar-auto-open' is non-nil.
31778 In speedbar, open files and directories with `mouse-2' on the name and
31779 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
31782 DESIGN HIERARCHY BROWSER:
31783 The speedbar can also be used for browsing the hierarchy of design units
31784 contained in the source files of the current directory or the specified
31785 projects (see option `vhdl-project-alist').
31787 The speedbar can be switched between file, directory hierarchy and
31788 project hierarchy browsing mode in the speedbar menu or by typing `f',
31789 `h' or `H' in speedbar.
31791 In speedbar, open design units with `mouse-2' on the name and browse
31792 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
31793 from entities and components (in packages). Individual design units and
31794 complete designs can directly be compiled (\"Make\" menu entry).
31796 The hierarchy is automatically updated upon saving a modified source
31797 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
31798 hierarchy is only updated for projects that have been opened once in the
31799 speedbar. The hierarchy is cached between Emacs sessions in a file (see
31800 options in group `vhdl-speedbar').
31802 Simple design consistency checks are done during scanning, such as
31803 multiple declarations of the same unit or missing primary units that are
31804 required by secondary units.
31807 STRUCTURAL COMPOSITION:
31808 Enables simple structural composition. `C-c C-m C-n' creates a skeleton
31809 for a new component. Subcomponents (i.e. component declaration and
31810 instantiation) can be automatically placed from a previously read port
31811 (`C-c C-m C-p') or directly from the hierarchy browser (`P'). Finally,
31812 all subcomponents can be automatically connected using internal signals
31813 and ports (`C-c C-m C-w') following these rules:
31814 - subcomponent actual ports with same name are considered to be
31815 connected by a signal (internal signal or port)
31816 - signals that are only inputs to subcomponents are considered as
31817 inputs to this component -> input port created
31818 - signals that are only outputs from subcomponents are considered as
31819 outputs from this component -> output port created
31820 - signals that are inputs to AND outputs from subcomponents are
31821 considered as internal connections -> internal signal created
31823 Purpose: With appropriate naming conventions it is possible to
31824 create higher design levels with only a few mouse clicks or key
31825 strokes. A new design level can be created by simply generating a new
31826 component, placing the required subcomponents from the hierarchy
31827 browser, and wiring everything automatically.
31829 Note: Automatic wiring only works reliably on templates of new
31830 components and component instantiations that were created by VHDL mode.
31832 Component declarations can be placed in a components package (option
31833 `vhdl-use-components-package') which can be automatically generated for
31834 an entire directory or project (`C-c C-m M-p'). The VHDL'93 direct
31835 component instantiation is also supported (option
31836 `vhdl-use-direct-instantiation').
31838 Configuration declarations can automatically be generated either from
31839 the menu (`C-c C-m C-f') (for the architecture the cursor is in) or from
31840 the speedbar menu (for the architecture under the cursor). The
31841 configurations can optionally be hierarchical (i.e. include all
31842 component levels of a hierarchical design, option
31843 `vhdl-compose-configuration-hierarchical') or include subconfigurations
31844 (option `vhdl-compose-configuration-use-subconfiguration'). For
31845 subcomponents in hierarchical configurations, the most-recently-analyzed
31846 (mra) architecture is selected. If another architecture is desired, it
31847 can be marked as most-recently-analyzed (speedbar menu) before
31848 generating the configuration.
31850 Note: Configurations of subcomponents (i.e. hierarchical configuration
31851 declarations) are currently not considered when displaying
31852 configurations in speedbar.
31854 See the options group `vhdl-compose' for all relevant user options.
31857 SOURCE FILE COMPILATION:
31858 The syntax of the current buffer can be analyzed by calling a VHDL
31859 compiler (menu, `C-c C-k'). The compiler to be used is specified by
31860 option `vhdl-compiler'. The available compilers are listed in option
31861 `vhdl-compiler-alist' including all required compilation command,
31862 command options, compilation directory, and error message syntax
31863 information. New compilers can be added.
31865 All the source files of an entire design can be compiled by the `make'
31866 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
31869 MAKEFILE GENERATION:
31870 Makefiles can be generated automatically by an internal generation
31871 routine (`C-c M-k'). The library unit dependency information is
31872 obtained from the hierarchy browser. Makefile generation can be
31873 customized for each compiler in option `vhdl-compiler-alist'.
31875 Makefile generation can also be run non-interactively using the
31876 command:
31878 emacs -batch -l ~/.emacs -l vhdl-mode
31879 [-compiler compilername] [-project projectname]
31880 -f vhdl-generate-makefile
31882 The Makefile's default target \"all\" compiles the entire design, the
31883 target \"clean\" removes it and the target \"library\" creates the
31884 library directory if not existent. These target names can be customized
31885 by option `vhdl-makefile-default-targets'. The Makefile also includes a
31886 target for each primary library unit which allows selective compilation
31887 of this unit, its secondary units and its subhierarchy (example:
31888 compilation of a design specified by a configuration). User specific
31889 parts can be inserted into a Makefile with option
31890 `vhdl-makefile-generation-hook'.
31892 Limitations:
31893 - Only library units and dependencies within the current library are
31894 considered. Makefiles for designs that span multiple libraries are
31895 not (yet) supported.
31896 - Only one-level configurations are supported (also hierarchical),
31897 but configurations that go down several levels are not.
31898 - The \"others\" keyword in configurations is not supported.
31901 PROJECTS:
31902 Projects can be defined in option `vhdl-project-alist' and a current
31903 project be selected using option `vhdl-project' (permanently) or from
31904 the menu or speedbar (temporarily). For each project, title and
31905 description strings (for the file headers), source files/directories
31906 (for the hierarchy browser and Makefile generation), library name, and
31907 compiler-dependent options, exceptions and compilation directory can be
31908 specified. Compilation settings overwrite the settings of option
31909 `vhdl-compiler-alist'.
31911 Project setups can be exported (i.e. written to a file) and imported.
31912 Imported setups are not automatically saved in `vhdl-project-alist' but
31913 can be saved afterwards in its customization buffer. When starting
31914 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
31915 vhdl-mode\") in a directory with an existing project setup file, it is
31916 automatically loaded and its project activated if option
31917 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
31918 files can be specified in option `vhdl-project-file-name'. Multiple
31919 project setups can be automatically loaded from global directories.
31920 This is an alternative to specifying project setups with option
31921 `vhdl-project-alist'.
31924 SPECIAL MENUES:
31925 As an alternative to the speedbar, an index menu can be added (set
31926 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
31927 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
31928 file) for browsing the file contents (is not populated if buffer is
31929 larger than `font-lock-maximum-size'). Also, a source file menu can be
31930 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
31931 current directory for VHDL source files.
31934 VHDL STANDARDS:
31935 The VHDL standards to be used are specified in option `vhdl-standard'.
31936 Available standards are: VHDL'87/'93(02), VHDL-AMS, and Math Packages.
31939 KEYWORD CASE:
31940 Lower and upper case for keywords and standardized types, attributes,
31941 and enumeration values is supported. If the option
31942 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
31943 lower case and are converted into upper case automatically (not for
31944 types, attributes, and enumeration values). The case of keywords,
31945 types, attributes,and enumeration values can be fixed for an entire
31946 region (menu) or buffer (`C-c C-x C-c') according to the options
31947 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
31950 HIGHLIGHTING (fontification):
31951 Keywords and standardized types, attributes, enumeration values, and
31952 function names (controlled by option `vhdl-highlight-keywords'), as well
31953 as comments, strings, and template prompts are highlighted using
31954 different colors. Unit, subprogram, signal, variable, constant,
31955 parameter and generic/port names in declarations as well as labels are
31956 highlighted if option `vhdl-highlight-names' is non-nil.
31958 Additional reserved words or words with a forbidden syntax (e.g. words
31959 that should be avoided) can be specified in option
31960 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
31961 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
31962 keywords are highlighted as forbidden words if option
31963 `vhdl-highlight-verilog-keywords' is non-nil.
31965 Words with special syntax can be highlighted by specifying their
31966 syntax and color in option `vhdl-special-syntax-alist' and by setting
31967 option `vhdl-highlight-special-words' to non-nil. This allows to
31968 establish some naming conventions (e.g. to distinguish different kinds
31969 of signals or other objects by using name suffices) and to support them
31970 visually.
31972 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
31973 to support case-sensitive highlighting. However, keywords are then only
31974 highlighted if written in lower case.
31976 Code between \"translate_off\" and \"translate_on\" pragmas is
31977 highlighted using a different background color if option
31978 `vhdl-highlight-translate-off' is non-nil.
31980 For documentation and customization of the used colors see
31981 customization group `vhdl-highlight-faces' (`M-x customize-group'). For
31982 highlighting of matching parenthesis, see customization group
31983 `paren-showing'. Automatic buffer highlighting is turned on/off by
31984 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
31987 USER MODELS:
31988 VHDL models (templates) can be specified by the user and made accessible
31989 in the menu, through key bindings (`C-c C-m ...'), or by keyword
31990 electrification. See option `vhdl-model-alist'.
31993 HIDE/SHOW:
31994 The code of blocks, processes, subprograms, component declarations and
31995 instantiations, generic/port clauses, and configuration declarations can
31996 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
31997 the code (see customization group `vhdl-menu'). XEmacs: limited
31998 functionality due to old `hideshow.el' package.
32001 CODE UPDATING:
32002 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
32003 current process, `C-c C-u M-s' of all processes in the current buffer.
32004 Limitations:
32005 - Only declared local signals (ports, signals declared in
32006 architecture and blocks) are automatically inserted.
32007 - Global signals declared in packages are not automatically inserted.
32008 Insert them once manually (will be kept afterwards).
32009 - Out parameters of procedures are considered to be read.
32010 Use option `vhdl-entity-file-name' to specify the entity file name
32011 (used to obtain the port names).
32012 Use option `vhdl-array-index-record-field-in-sensitivity-list' to
32013 specify whether to include array indices and record fields in
32014 sensitivity lists.
32017 CODE FIXING:
32018 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
32019 (e.g. if the closing parenthesis is on the wrong line or is missing).
32022 PRINTING:
32023 PostScript printing with different faces (an optimized set of faces is
32024 used if `vhdl-print-customize-faces' is non-nil) or colors (if
32025 `ps-print-color-p' is non-nil) is possible using the standard Emacs
32026 PostScript printing commands. Option `vhdl-print-two-column' defines
32027 appropriate default settings for nice landscape two-column printing.
32028 The paper format can be set by option `ps-paper-type'. Do not forget to
32029 switch `ps-print-color-p' to nil for printing on black-and-white
32030 printers.
32033 OPTIONS:
32034 User options allow customization of VHDL Mode. All options are
32035 accessible from the \"Options\" menu entry. Simple options (switches
32036 and choices) can directly be changed, while for complex options a
32037 customization buffer is opened. Changed options can be saved for future
32038 sessions using the \"Save Options\" menu entry.
32040 Options and their detailed descriptions can also be accessed by using
32041 the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
32042 customize-group' for groups). Some customizations only take effect
32043 after some action (read the NOTE in the option documentation).
32044 Customization can also be done globally (i.e. site-wide, read the
32045 INSTALL file).
32047 Not all options are described in this documentation, so go and see
32048 what other useful user options there are (`M-x vhdl-customize' or menu)!
32051 FILE EXTENSIONS:
32052 As default, files with extensions \".vhd\" and \".vhdl\" are
32053 automatically recognized as VHDL source files. To add an extension
32054 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
32056 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
32059 HINTS:
32060 - To start Emacs with open VHDL hierarchy browser without having to load
32061 a VHDL file first, use the command:
32063 emacs -l vhdl-mode -f speedbar-frame-mode
32065 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
32067 - Some features only work on properly indented code.
32070 RELEASE NOTES:
32071 See also the release notes (menu) for added features in new releases.
32074 Maintenance:
32075 ------------
32077 To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
32078 Add a description of the problem and include a reproducible test case.
32080 Questions and enhancement requests can be sent to <reto@gnu.org>.
32082 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
32083 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
32084 releases. You are kindly invited to participate in beta testing. Subscribe
32085 to above mailing lists by sending an email to <reto@gnu.org>.
32087 VHDL Mode is officially distributed at
32088 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
32089 where the latest version can be found.
32092 Known problems:
32093 ---------------
32095 - XEmacs: Incorrect start-up when automatically opening speedbar.
32096 - XEmacs: Indentation in XEmacs 21.4 (and higher).
32097 - Indentation incorrect for new 'postponed' VHDL keyword.
32098 - Indentation incorrect for 'protected body' construct.
32101 The VHDL Mode Authors
32102 Reto Zimmermann and Rod Whitby
32104 Key bindings:
32105 -------------
32107 \\{vhdl-mode-map}
32109 \(fn)" t nil)
32111 ;;;***
32113 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20355 10021 546955
32114 ;;;;;; 0))
32115 ;;; Generated autoloads from emulation/vi.el
32117 (autoload 'vi-mode "vi" "\
32118 Major mode that acts like the `vi' editor.
32119 The purpose of this mode is to provide you the combined power of vi (namely,
32120 the \"cross product\" effect of commands and repeat last changes) and Emacs.
32122 This command redefines nearly all keys to look like vi commands.
32123 It records the previous major mode, and any vi command for input
32124 \(`i', `a', `s', etc.) switches back to that mode.
32125 Thus, ordinary Emacs (in whatever major mode you had been using)
32126 is \"input\" mode as far as vi is concerned.
32128 To get back into vi from \"input\" mode, you must issue this command again.
32129 Therefore, it is recommended that you assign it to a key.
32131 Major differences between this mode and real vi :
32133 * Limitations and unsupported features
32134 - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
32135 not supported.
32136 - Ex commands are not implemented; try ':' to get some hints.
32137 - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
32139 * Modifications
32140 - The stopping positions for some point motion commands (word boundary,
32141 pattern search) are slightly different from standard 'vi'.
32142 Also, no automatic wrap around at end of buffer for pattern searching.
32143 - Since changes are done in two steps (deletion then insertion), you need
32144 to undo twice to completely undo a change command. But this is not needed
32145 for undoing a repeated change command.
32146 - No need to set/unset 'magic', to search for a string with regular expr
32147 in it just put a prefix arg for the search commands. Replace cmds too.
32148 - ^R is bound to incremental backward search, so use ^L to redraw screen.
32150 * Extensions
32151 - Some standard (or modified) Emacs commands were integrated, such as
32152 incremental search, query replace, transpose objects, and keyboard macros.
32153 - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
32154 esc-map or set undefined. These can give you the full power of Emacs.
32155 - See vi-com-map for those keys that are extensions to standard vi, e.g.
32156 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
32157 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
32158 - Use \\[vi-switch-mode] to switch among different modes quickly.
32160 Syntax table and abbrevs while in vi mode remain as they were in Emacs.
32162 \(fn)" t nil)
32164 ;;;***
32166 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
32167 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
32168 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
32169 ;;;;;; "language/viet-util.el" (20355 10021 546955 0))
32170 ;;; Generated autoloads from language/viet-util.el
32172 (autoload 'viet-encode-viscii-char "viet-util" "\
32173 Return VISCII character code of CHAR if appropriate.
32175 \(fn CHAR)" nil nil)
32177 (autoload 'viet-decode-viqr-region "viet-util" "\
32178 Convert `VIQR' mnemonics of the current region to Vietnamese characters.
32179 When called from a program, expects two arguments,
32180 positions (integers or markers) specifying the stretch of the region.
32182 \(fn FROM TO)" t nil)
32184 (autoload 'viet-decode-viqr-buffer "viet-util" "\
32185 Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
32187 \(fn)" t nil)
32189 (autoload 'viet-encode-viqr-region "viet-util" "\
32190 Convert Vietnamese characters of the current region to `VIQR' mnemonics.
32191 When called from a program, expects two arguments,
32192 positions (integers or markers) specifying the stretch of the region.
32194 \(fn FROM TO)" t nil)
32196 (autoload 'viet-encode-viqr-buffer "viet-util" "\
32197 Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
32199 \(fn)" t nil)
32201 (autoload 'viqr-post-read-conversion "viet-util" "\
32204 \(fn LEN)" nil nil)
32206 (autoload 'viqr-pre-write-conversion "viet-util" "\
32209 \(fn FROM TO)" nil nil)
32211 ;;;***
32213 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update
32214 ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
32215 ;;;;;; view-buffer view-file-other-frame view-file-other-window
32216 ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
32217 ;;;;;; "view" "view.el" (20355 10021 546955 0))
32218 ;;; Generated autoloads from view.el
32220 (defvar view-remove-frame-by-deleting t "\
32221 Determine how View mode removes a frame no longer needed.
32222 If nil, make an icon of the frame. If non-nil, delete the frame.")
32224 (custom-autoload 'view-remove-frame-by-deleting "view" t)
32226 (defvar view-mode nil "\
32227 Non-nil if View mode is enabled.
32228 Don't change this variable directly, you must change it by one of the
32229 functions that enable or disable view mode.")
32231 (make-variable-buffer-local 'view-mode)
32233 (autoload 'kill-buffer-if-not-modified "view" "\
32234 Like `kill-buffer', but does nothing if the buffer is modified.
32236 \(fn BUF)" nil nil)
32238 (autoload 'view-file "view" "\
32239 View FILE in View mode, returning to previous buffer when done.
32240 Emacs commands editing the buffer contents are not available; instead, a
32241 special set of commands (mostly letters and punctuation) are defined for
32242 moving around in the buffer.
32243 Space scrolls forward, Delete scrolls backward.
32244 For a list of all View commands, type H or h while viewing.
32246 This command runs the normal hook `view-mode-hook'.
32248 \(fn FILE)" t nil)
32250 (autoload 'view-file-other-window "view" "\
32251 View FILE in View mode in another window.
32252 When done, return that window to its previous buffer, and kill the
32253 buffer visiting FILE if unmodified and if it wasn't visited before.
32255 Emacs commands editing the buffer contents are not available; instead,
32256 a special set of commands (mostly letters and punctuation)
32257 are defined for moving around in the buffer.
32258 Space scrolls forward, Delete scrolls backward.
32259 For a list of all View commands, type H or h while viewing.
32261 This command runs the normal hook `view-mode-hook'.
32263 \(fn FILE)" t nil)
32265 (autoload 'view-file-other-frame "view" "\
32266 View FILE in View mode in another frame.
32267 When done, kill the buffer visiting FILE if unmodified and if it wasn't
32268 visited before; also, maybe delete other frame and/or return to previous
32269 buffer.
32271 Emacs commands editing the buffer contents are not available; instead,
32272 a special set of commands (mostly letters and punctuation)
32273 are defined for moving around in the buffer.
32274 Space scrolls forward, Delete scrolls backward.
32275 For a list of all View commands, type H or h while viewing.
32277 This command runs the normal hook `view-mode-hook'.
32279 \(fn FILE)" t nil)
32281 (autoload 'view-buffer "view" "\
32282 View BUFFER in View mode, returning to previous buffer when done.
32283 Emacs commands editing the buffer contents are not available; instead, a
32284 special set of commands (mostly letters and punctuation) are defined for
32285 moving around in the buffer.
32286 Space scrolls forward, Delete scrolls backward.
32287 For a list of all View commands, type H or h while viewing.
32289 This command runs the normal hook `view-mode-hook'.
32291 Optional argument EXIT-ACTION is either nil or a function with buffer as
32292 argument. This function is called when finished viewing buffer. Use
32293 this argument instead of explicitly setting `view-exit-action'.
32295 Do not set EXIT-ACTION to `kill-buffer' when BUFFER visits a
32296 file: Users may suspend viewing in order to modify the buffer.
32297 Exiting View mode will then discard the user's edits. Setting
32298 EXIT-ACTION to `kill-buffer-if-not-modified' avoids this.
32300 This function does not enable View mode if the buffer's major-mode
32301 has a `special' mode-class, because such modes usually have their
32302 own View-like bindings.
32304 \(fn BUFFER &optional EXIT-ACTION)" t nil)
32306 (autoload 'view-buffer-other-window "view" "\
32307 View BUFFER in View mode in another window.
32308 Emacs commands editing the buffer contents are not available;
32309 instead, a special set of commands (mostly letters and
32310 punctuation) are defined for moving around in the buffer.
32311 Space scrolls forward, Delete scrolls backward.
32312 For a list of all View commands, type H or h while viewing.
32314 This command runs the normal hook `view-mode-hook'.
32316 Optional argument NOT-RETURN is ignored.
32318 Optional argument EXIT-ACTION is either nil or a function with buffer as
32319 argument. This function is called when finished viewing buffer. Use
32320 this argument instead of explicitly setting `view-exit-action'.
32322 This function does not enable View mode if the buffer's major-mode
32323 has a `special' mode-class, because such modes usually have their
32324 own View-like bindings.
32326 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
32328 (autoload 'view-buffer-other-frame "view" "\
32329 View BUFFER in View mode in another frame.
32330 Emacs commands editing the buffer contents are not available;
32331 instead, a special set of commands (mostly letters and
32332 punctuation) are defined for moving around in the buffer.
32333 Space scrolls forward, Delete scrolls backward.
32334 For a list of all View commands, type H or h while viewing.
32336 This command runs the normal hook `view-mode-hook'.
32338 Optional argument NOT-RETURN is ignored.
32340 Optional argument EXIT-ACTION is either nil or a function with buffer as
32341 argument. This function is called when finished viewing buffer. Use
32342 this argument instead of explicitly setting `view-exit-action'.
32344 This function does not enable View mode if the buffer's major-mode
32345 has a `special' mode-class, because such modes usually have their
32346 own View-like bindings.
32348 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
32350 (autoload 'view-mode "view" "\
32351 Toggle View mode, a minor mode for viewing text but not editing it.
32352 With a prefix argument ARG, enable View mode if ARG is positive,
32353 and disable it otherwise. If called from Lisp, enable View mode
32354 if ARG is omitted or nil.
32356 When View mode is enabled, commands that do not change the buffer
32357 contents are available as usual. Kill commands insert text in
32358 kill buffers but do not delete. Most other commands beep and
32359 tell the user that the buffer is read-only.
32361 \\<view-mode-map>
32363 The following additional commands are provided. Most commands
32364 take prefix arguments. Page commands default to \"page size\"
32365 lines which is almost a whole window, or number of lines set by
32366 \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size].
32367 Half page commands default to and set \"half page size\" lines
32368 which initially is half a window full. Search commands default
32369 to a repeat count of one.
32371 H, h, ? This message.
32372 Digits provide prefix arguments.
32373 \\[negative-argument] negative prefix argument.
32374 \\[beginning-of-buffer] move to the beginning of buffer.
32375 > move to the end of buffer.
32376 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
32377 SPC scroll forward \"page size\" lines.
32378 With prefix scroll forward prefix lines.
32379 DEL scroll backward \"page size\" lines.
32380 With prefix scroll backward prefix lines.
32381 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
32382 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
32383 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
32384 \"half page size\" to prefix lines and scrolls forward that much.
32385 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
32386 \"half page size\" to prefix lines and scrolls backward that much.
32387 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
32388 y scroll backward one line. With prefix scroll backward prefix line(s).
32389 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
32390 Use this to view a changing file.
32391 \\[what-line] prints the current line number.
32392 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
32393 \\[View-goto-line] goes to line given by prefix argument (default first line).
32394 . set the mark.
32395 x exchanges point and mark.
32396 \\[View-back-to-mark] return to mark and pops mark ring.
32397 Mark ring is pushed at start of every successful search and when
32398 jump to line occurs. The mark is set on jump to buffer start or end.
32399 \\[point-to-register] save current position in character register.
32400 ' go to position saved in character register.
32401 s do forward incremental search.
32402 r do reverse incremental search.
32403 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
32404 ! and @ have a special meaning at the beginning of the regexp.
32405 ! means search for a line with no match for regexp. @ means start
32406 search at beginning (end for backward search) of buffer.
32407 \\ searches backward for regular expression, starting before current page.
32408 \\[View-search-last-regexp-forward] searches forward for last regular expression.
32409 p searches backward for last regular expression.
32410 \\[View-quit] quit View mode, restoring this window and buffer to previous state.
32411 \\[View-quit] is the normal way to leave view mode.
32412 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
32413 viewing a buffer (file) and find out you want to edit it.
32414 This command restores the previous read-only status of the buffer.
32415 \\[View-exit-and-edit] exit View mode, and make the current buffer editable
32416 even if it was not editable before entry to View mode.
32417 \\[View-quit-all] quit View mode, restoring all windows to previous state.
32418 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
32419 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
32421 The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
32422 entered by view-file, view-file-other-window, view-file-other-frame, or
32423 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
32424 \\[view-file-other-frame], or the Dired mode v command),
32425 then \\[View-quit] will try to kill the current buffer.
32426 If view-mode was entered from another buffer, by \\[view-buffer],
32427 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
32428 \\[view-file-other-window], or \\[view-file-other-frame],
32429 then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
32431 Entry to view-mode runs the normal hook `view-mode-hook'.
32433 \(fn &optional ARG)" t nil)
32435 (autoload 'view-return-to-alist-update "view" "\
32436 Update `view-return-to-alist' of buffer BUFFER.
32437 Remove from `view-return-to-alist' all entries referencing dead
32438 windows. Optional argument ITEM non-nil means add ITEM to
32439 `view-return-to-alist' after purging. For a description of items
32440 that can be added see the RETURN-TO-ALIST argument of the
32441 function `view-mode-exit'. If `view-return-to-alist' contains an
32442 entry for the selected window, purge that entry from
32443 `view-return-to-alist' before adding ITEM.
32445 \(fn BUFFER &optional ITEM)" nil nil)
32447 (autoload 'view-mode-enter "view" "\
32448 Enter View mode and set up exit from view mode depending on optional arguments.
32449 Optional argument QUIT-RESTORE if non-nil must specify a valid
32450 entry for quitting and restoring any window showing the current
32451 buffer. This entry replaces any parameter installed by
32452 `display-buffer' and is used by `view-mode-exit'.
32454 Optional argument EXIT-ACTION, if non-nil, must specify a
32455 function that takes a buffer as argument. This function will be
32456 called by `view-mode-exit'.
32458 For a list of all View commands, type H or h while viewing.
32460 This function runs the normal hook `view-mode-hook'.
32462 \(fn &optional QUIT-RESTORE EXIT-ACTION)" nil nil)
32464 (autoload 'View-exit-and-edit "view" "\
32465 Exit View mode and make the current buffer editable.
32467 \(fn)" t nil)
32469 ;;;***
32471 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20355
32472 ;;;;;; 10021 546955 0))
32473 ;;; Generated autoloads from emulation/vip.el
32475 (autoload 'vip-setup "vip" "\
32476 Set up bindings for C-x 7 and C-z that are useful for VIP users.
32478 \(fn)" nil nil)
32480 (autoload 'vip-mode "vip" "\
32481 Turn on VIP emulation of VI.
32483 \(fn)" t nil)
32485 ;;;***
32487 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
32488 ;;;;;; (20501 3499 284800 0))
32489 ;;; Generated autoloads from emulation/viper.el
32491 (autoload 'toggle-viper-mode "viper" "\
32492 Toggle Viper on/off.
32493 If Viper is enabled, turn it off. Otherwise, turn it on.
32495 \(fn)" t nil)
32497 (autoload 'viper-mode "viper" "\
32498 Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
32500 \(fn)" t nil)
32502 ;;;***
32504 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
32505 ;;;;;; (20355 10021 546955 0))
32506 ;;; Generated autoloads from emacs-lisp/warnings.el
32508 (defvar warning-prefix-function nil "\
32509 Function to generate warning prefixes.
32510 This function, if non-nil, is called with two arguments,
32511 the severity level and its entry in `warning-levels',
32512 and should return the entry that should actually be used.
32513 The warnings buffer is current when this function is called
32514 and the function can insert text in it. This text becomes
32515 the beginning of the warning.")
32517 (defvar warning-series nil "\
32518 Non-nil means treat multiple `display-warning' calls as a series.
32519 A marker indicates a position in the warnings buffer
32520 which is the start of the current series; it means that
32521 additional warnings in the same buffer should not move point.
32522 If t, the next warning begins a series (and stores a marker here).
32523 A symbol with a function definition is like t, except
32524 also call that function before the next warning.")
32526 (defvar warning-fill-prefix nil "\
32527 Non-nil means fill each warning text using this string as `fill-prefix'.")
32529 (defvar warning-type-format (purecopy " (%s)") "\
32530 Format for displaying the warning type in the warning message.
32531 The result of formatting the type this way gets included in the
32532 message under the control of the string in `warning-levels'.")
32534 (autoload 'display-warning "warnings" "\
32535 Display a warning message, MESSAGE.
32536 TYPE is the warning type: either a custom group name (a symbol),
32537 or a list of symbols whose first element is a custom group name.
32538 \(The rest of the symbols represent subcategories, for warning purposes
32539 only, and you can use whatever symbols you like.)
32541 LEVEL should be either :debug, :warning, :error, or :emergency
32542 \(but see `warning-minimum-level' and `warning-minimum-log-level').
32543 Default is :warning.
32545 :emergency -- a problem that will seriously impair Emacs operation soon
32546 if you do not attend to it promptly.
32547 :error -- data or circumstances that are inherently wrong.
32548 :warning -- data or circumstances that are not inherently wrong,
32549 but raise suspicion of a possible problem.
32550 :debug -- info for debugging only.
32552 BUFFER-NAME, if specified, is the name of the buffer for logging
32553 the warning. By default, it is `*Warnings*'. If this function
32554 has to create the buffer, it disables undo in the buffer.
32556 See the `warnings' custom group for user customization features.
32558 See also `warning-series', `warning-prefix-function' and
32559 `warning-fill-prefix' for additional programming features.
32561 \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
32563 (autoload 'lwarn "warnings" "\
32564 Display a warning message made from (format MESSAGE ARGS...).
32565 Aside from generating the message with `format',
32566 this is equivalent to `display-warning'.
32568 TYPE is the warning type: either a custom group name (a symbol),
32569 or a list of symbols whose first element is a custom group name.
32570 \(The rest of the symbols represent subcategories and
32571 can be whatever you like.)
32573 LEVEL should be either :debug, :warning, :error, or :emergency
32574 \(but see `warning-minimum-level' and `warning-minimum-log-level').
32576 :emergency -- a problem that will seriously impair Emacs operation soon
32577 if you do not attend to it promptly.
32578 :error -- invalid data or circumstances.
32579 :warning -- suspicious data or circumstances.
32580 :debug -- info for debugging only.
32582 \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
32584 (autoload 'warn "warnings" "\
32585 Display a warning message made from (format MESSAGE ARGS...).
32586 Aside from generating the message with `format',
32587 this is equivalent to `display-warning', using
32588 `emacs' as the type and `:warning' as the level.
32590 \(fn MESSAGE &rest ARGS)" nil nil)
32592 ;;;***
32594 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
32595 ;;;;;; (20478 3673 653810 0))
32596 ;;; Generated autoloads from wdired.el
32598 (autoload 'wdired-change-to-wdired-mode "wdired" "\
32599 Put a dired buffer in a mode in which filenames are editable.
32600 \\<wdired-mode-map>
32601 This mode allows the user to change the names of the files, and after
32602 typing \\[wdired-finish-edit] Emacs renames the files and directories
32603 in disk.
32605 See `wdired-mode'.
32607 \(fn)" t nil)
32609 ;;;***
32611 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20355 10021
32612 ;;;;;; 546955 0))
32613 ;;; Generated autoloads from net/webjump.el
32615 (autoload 'webjump "webjump" "\
32616 Jumps to a Web site from a programmable hotlist.
32618 See the documentation for the `webjump-sites' variable for how to customize the
32619 hotlist.
32621 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
32622 <nwv@acm.org>.
32624 \(fn)" t nil)
32626 ;;;***
32628 ;;;### (autoloads (which-function-mode which-func-mode) "which-func"
32629 ;;;;;; "progmodes/which-func.el" (20461 32935 300400 0))
32630 ;;; Generated autoloads from progmodes/which-func.el
32631 (put 'which-func-format 'risky-local-variable t)
32632 (put 'which-func-current 'risky-local-variable t)
32634 (autoload 'which-func-mode "which-func" "\
32637 \(fn &optional ARG)" nil nil)
32639 (defvar which-function-mode nil "\
32640 Non-nil if Which-Function mode is enabled.
32641 See the command `which-function-mode' for a description of this minor mode.
32642 Setting this variable directly does not take effect;
32643 either customize it (see the info node `Easy Customization')
32644 or call the function `which-function-mode'.")
32646 (custom-autoload 'which-function-mode "which-func" nil)
32648 (autoload 'which-function-mode "which-func" "\
32649 Toggle mode line display of current function (Which Function mode).
32650 With a prefix argument ARG, enable Which Function mode if ARG is
32651 positive, and disable it otherwise. If called from Lisp, enable
32652 the mode if ARG is omitted or nil.
32654 Which Function mode is a global minor mode. When enabled, the
32655 current function name is continuously displayed in the mode line,
32656 in certain major modes.
32658 \(fn &optional ARG)" t nil)
32660 ;;;***
32662 ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
32663 ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
32664 ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
32665 ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20495 51111
32666 ;;;;;; 757560 0))
32667 ;;; Generated autoloads from whitespace.el
32669 (autoload 'whitespace-mode "whitespace" "\
32670 Toggle whitespace visualization (Whitespace mode).
32671 With a prefix argument ARG, enable Whitespace mode if ARG is
32672 positive, and disable it otherwise. If called from Lisp, enable
32673 the mode if ARG is omitted or nil.
32675 See also `whitespace-style', `whitespace-newline' and
32676 `whitespace-display-mappings'.
32678 \(fn &optional ARG)" t nil)
32680 (autoload 'whitespace-newline-mode "whitespace" "\
32681 Toggle newline visualization (Whitespace Newline mode).
32682 With a prefix argument ARG, enable Whitespace Newline mode if ARG
32683 is positive, and disable it otherwise. If called from Lisp,
32684 enable the mode if ARG is omitted or nil.
32686 Use `whitespace-newline-mode' only for NEWLINE visualization
32687 exclusively. For other visualizations, including NEWLINE
32688 visualization together with (HARD) SPACEs and/or TABs, please,
32689 use `whitespace-mode'.
32691 See also `whitespace-newline' and `whitespace-display-mappings'.
32693 \(fn &optional ARG)" t nil)
32695 (defvar global-whitespace-mode nil "\
32696 Non-nil if Global-Whitespace mode is enabled.
32697 See the command `global-whitespace-mode' for a description of this minor mode.
32698 Setting this variable directly does not take effect;
32699 either customize it (see the info node `Easy Customization')
32700 or call the function `global-whitespace-mode'.")
32702 (custom-autoload 'global-whitespace-mode "whitespace" nil)
32704 (autoload 'global-whitespace-mode "whitespace" "\
32705 Toggle whitespace visualization globally (Global Whitespace mode).
32706 With a prefix argument ARG, enable Global Whitespace mode if ARG
32707 is positive, and disable it otherwise. If called from Lisp,
32708 enable it if ARG is omitted or nil.
32710 See also `whitespace-style', `whitespace-newline' and
32711 `whitespace-display-mappings'.
32713 \(fn &optional ARG)" t nil)
32715 (defvar global-whitespace-newline-mode nil "\
32716 Non-nil if Global-Whitespace-Newline mode is enabled.
32717 See the command `global-whitespace-newline-mode' for a description of this minor mode.
32718 Setting this variable directly does not take effect;
32719 either customize it (see the info node `Easy Customization')
32720 or call the function `global-whitespace-newline-mode'.")
32722 (custom-autoload 'global-whitespace-newline-mode "whitespace" nil)
32724 (autoload 'global-whitespace-newline-mode "whitespace" "\
32725 Toggle global newline visualization (Global Whitespace Newline mode).
32726 With a prefix argument ARG, enable Global Whitespace Newline mode
32727 if ARG is positive, and disable it otherwise. If called from
32728 Lisp, enable it if ARG is omitted or nil.
32730 Use `global-whitespace-newline-mode' only for NEWLINE
32731 visualization exclusively. For other visualizations, including
32732 NEWLINE visualization together with (HARD) SPACEs and/or TABs,
32733 please use `global-whitespace-mode'.
32735 See also `whitespace-newline' and `whitespace-display-mappings'.
32737 \(fn &optional ARG)" t nil)
32739 (autoload 'whitespace-toggle-options "whitespace" "\
32740 Toggle local `whitespace-mode' options.
32742 If local whitespace-mode is off, toggle the option given by ARG
32743 and turn on local whitespace-mode.
32745 If local whitespace-mode is on, toggle the option given by ARG
32746 and restart local whitespace-mode.
32748 Interactively, it reads one of the following chars:
32750 CHAR MEANING
32751 (VIA FACES)
32752 f toggle face visualization
32753 t toggle TAB visualization
32754 s toggle SPACE and HARD SPACE visualization
32755 r toggle trailing blanks visualization
32756 l toggle \"long lines\" visualization
32757 L toggle \"long lines\" tail visualization
32758 n toggle NEWLINE visualization
32759 e toggle empty line at bob and/or eob visualization
32760 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
32761 I toggle indentation SPACEs visualization
32762 i toggle indentation TABs visualization
32763 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
32764 A toggle SPACEs after TAB: SPACEs visualization
32765 a toggle SPACEs after TAB: TABs visualization
32766 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
32767 B toggle SPACEs before TAB: SPACEs visualization
32768 b toggle SPACEs before TAB: TABs visualization
32770 (VIA DISPLAY TABLE)
32771 T toggle TAB visualization
32772 S toggle SPACEs before TAB visualization
32773 N toggle NEWLINE visualization
32775 x restore `whitespace-style' value
32776 ? display brief help
32778 Non-interactively, ARG should be a symbol or a list of symbols.
32779 The valid symbols are:
32781 face toggle face visualization
32782 tabs toggle TAB visualization
32783 spaces toggle SPACE and HARD SPACE visualization
32784 trailing toggle trailing blanks visualization
32785 lines toggle \"long lines\" visualization
32786 lines-tail toggle \"long lines\" tail visualization
32787 newline toggle NEWLINE visualization
32788 empty toggle empty line at bob and/or eob visualization
32789 indentation toggle indentation SPACEs visualization
32790 indentation::tab toggle indentation SPACEs visualization
32791 indentation::space toggle indentation TABs visualization
32792 space-after-tab toggle SPACEs after TAB visualization
32793 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
32794 space-after-tab::space toggle SPACEs after TAB: TABs visualization
32795 space-before-tab toggle SPACEs before TAB visualization
32796 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
32797 space-before-tab::space toggle SPACEs before TAB: TABs visualization
32799 tab-mark toggle TAB visualization
32800 space-mark toggle SPACEs before TAB visualization
32801 newline-mark toggle NEWLINE visualization
32803 whitespace-style restore `whitespace-style' value
32805 See `whitespace-style' and `indent-tabs-mode' for documentation.
32807 \(fn ARG)" t nil)
32809 (autoload 'global-whitespace-toggle-options "whitespace" "\
32810 Toggle global `whitespace-mode' options.
32812 If global whitespace-mode is off, toggle the option given by ARG
32813 and turn on global whitespace-mode.
32815 If global whitespace-mode is on, toggle the option given by ARG
32816 and restart global whitespace-mode.
32818 Interactively, it accepts one of the following chars:
32820 CHAR MEANING
32821 (VIA FACES)
32822 f toggle face visualization
32823 t toggle TAB visualization
32824 s toggle SPACE and HARD SPACE visualization
32825 r toggle trailing blanks visualization
32826 l toggle \"long lines\" visualization
32827 L toggle \"long lines\" tail visualization
32828 n toggle NEWLINE visualization
32829 e toggle empty line at bob and/or eob visualization
32830 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
32831 I toggle indentation SPACEs visualization
32832 i toggle indentation TABs visualization
32833 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
32834 A toggle SPACEs after TAB: SPACEs visualization
32835 a toggle SPACEs after TAB: TABs visualization
32836 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
32837 B toggle SPACEs before TAB: SPACEs visualization
32838 b toggle SPACEs before TAB: TABs visualization
32840 (VIA DISPLAY TABLE)
32841 T toggle TAB visualization
32842 S toggle SPACEs before TAB visualization
32843 N toggle NEWLINE visualization
32845 x restore `whitespace-style' value
32846 ? display brief help
32848 Non-interactively, ARG should be a symbol or a list of symbols.
32849 The valid symbols are:
32851 face toggle face visualization
32852 tabs toggle TAB visualization
32853 spaces toggle SPACE and HARD SPACE visualization
32854 trailing toggle trailing blanks visualization
32855 lines toggle \"long lines\" visualization
32856 lines-tail toggle \"long lines\" tail visualization
32857 newline toggle NEWLINE visualization
32858 empty toggle empty line at bob and/or eob visualization
32859 indentation toggle indentation SPACEs visualization
32860 indentation::tab toggle indentation SPACEs visualization
32861 indentation::space toggle indentation TABs visualization
32862 space-after-tab toggle SPACEs after TAB visualization
32863 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
32864 space-after-tab::space toggle SPACEs after TAB: TABs visualization
32865 space-before-tab toggle SPACEs before TAB visualization
32866 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
32867 space-before-tab::space toggle SPACEs before TAB: TABs visualization
32869 tab-mark toggle TAB visualization
32870 space-mark toggle SPACEs before TAB visualization
32871 newline-mark toggle NEWLINE visualization
32873 whitespace-style restore `whitespace-style' value
32875 See `whitespace-style' and `indent-tabs-mode' for documentation.
32877 \(fn ARG)" t nil)
32879 (autoload 'whitespace-cleanup "whitespace" "\
32880 Cleanup some blank problems in all buffer or at region.
32882 It usually applies to the whole buffer, but in transient mark
32883 mode when the mark is active, it applies to the region. It also
32884 applies to the region when it is not in transient mark mode, the
32885 mark is active and \\[universal-argument] was pressed just before
32886 calling `whitespace-cleanup' interactively.
32888 See also `whitespace-cleanup-region'.
32890 The problems cleaned up are:
32892 1. empty lines at beginning of buffer.
32893 2. empty lines at end of buffer.
32894 If `whitespace-style' includes the value `empty', remove all
32895 empty lines at beginning and/or end of buffer.
32897 3. 8 or more SPACEs at beginning of line.
32898 If `whitespace-style' includes the value `indentation':
32899 replace 8 or more SPACEs at beginning of line by TABs, if
32900 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
32901 SPACEs.
32902 If `whitespace-style' includes the value `indentation::tab',
32903 replace 8 or more SPACEs at beginning of line by TABs.
32904 If `whitespace-style' includes the value `indentation::space',
32905 replace TABs by SPACEs.
32907 4. SPACEs before TAB.
32908 If `whitespace-style' includes the value `space-before-tab':
32909 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32910 otherwise, replace TABs by SPACEs.
32911 If `whitespace-style' includes the value
32912 `space-before-tab::tab', replace SPACEs by TABs.
32913 If `whitespace-style' includes the value
32914 `space-before-tab::space', replace TABs by SPACEs.
32916 5. SPACEs or TABs at end of line.
32917 If `whitespace-style' includes the value `trailing', remove
32918 all SPACEs or TABs at end of line.
32920 6. 8 or more SPACEs after TAB.
32921 If `whitespace-style' includes the value `space-after-tab':
32922 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32923 otherwise, replace TABs by SPACEs.
32924 If `whitespace-style' includes the value
32925 `space-after-tab::tab', replace SPACEs by TABs.
32926 If `whitespace-style' includes the value
32927 `space-after-tab::space', replace TABs by SPACEs.
32929 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
32930 documentation.
32932 \(fn)" t nil)
32934 (autoload 'whitespace-cleanup-region "whitespace" "\
32935 Cleanup some blank problems at region.
32937 The problems cleaned up are:
32939 1. 8 or more SPACEs at beginning of line.
32940 If `whitespace-style' includes the value `indentation':
32941 replace 8 or more SPACEs at beginning of line by TABs, if
32942 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
32943 SPACEs.
32944 If `whitespace-style' includes the value `indentation::tab',
32945 replace 8 or more SPACEs at beginning of line by TABs.
32946 If `whitespace-style' includes the value `indentation::space',
32947 replace TABs by SPACEs.
32949 2. SPACEs before TAB.
32950 If `whitespace-style' includes the value `space-before-tab':
32951 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32952 otherwise, replace TABs by SPACEs.
32953 If `whitespace-style' includes the value
32954 `space-before-tab::tab', replace SPACEs by TABs.
32955 If `whitespace-style' includes the value
32956 `space-before-tab::space', replace TABs by SPACEs.
32958 3. SPACEs or TABs at end of line.
32959 If `whitespace-style' includes the value `trailing', remove
32960 all SPACEs or TABs at end of line.
32962 4. 8 or more SPACEs after TAB.
32963 If `whitespace-style' includes the value `space-after-tab':
32964 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32965 otherwise, replace TABs by SPACEs.
32966 If `whitespace-style' includes the value
32967 `space-after-tab::tab', replace SPACEs by TABs.
32968 If `whitespace-style' includes the value
32969 `space-after-tab::space', replace TABs by SPACEs.
32971 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
32972 documentation.
32974 \(fn START END)" t nil)
32976 (autoload 'whitespace-report "whitespace" "\
32977 Report some whitespace problems in buffer.
32979 Return nil if there is no whitespace problem; otherwise, return
32980 non-nil.
32982 If FORCE is non-nil or \\[universal-argument] was pressed just
32983 before calling `whitespace-report' interactively, it forces
32984 `whitespace-style' to have:
32986 empty
32987 trailing
32988 indentation
32989 space-before-tab
32990 space-after-tab
32992 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
32993 whitespace problems in buffer.
32995 Report if some of the following whitespace problems exist:
32997 * If `indent-tabs-mode' is non-nil:
32998 empty 1. empty lines at beginning of buffer.
32999 empty 2. empty lines at end of buffer.
33000 trailing 3. SPACEs or TABs at end of line.
33001 indentation 4. 8 or more SPACEs at beginning of line.
33002 space-before-tab 5. SPACEs before TAB.
33003 space-after-tab 6. 8 or more SPACEs after TAB.
33005 * If `indent-tabs-mode' is nil:
33006 empty 1. empty lines at beginning of buffer.
33007 empty 2. empty lines at end of buffer.
33008 trailing 3. SPACEs or TABs at end of line.
33009 indentation 4. TABS at beginning of line.
33010 space-before-tab 5. SPACEs before TAB.
33011 space-after-tab 6. 8 or more SPACEs after TAB.
33013 See `whitespace-style' for documentation.
33014 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
33015 cleaning up these problems.
33017 \(fn &optional FORCE REPORT-IF-BOGUS)" t nil)
33019 (autoload 'whitespace-report-region "whitespace" "\
33020 Report some whitespace problems in a region.
33022 Return nil if there is no whitespace problem; otherwise, return
33023 non-nil.
33025 If FORCE is non-nil or \\[universal-argument] was pressed just
33026 before calling `whitespace-report-region' interactively, it
33027 forces `whitespace-style' to have:
33029 empty
33030 indentation
33031 space-before-tab
33032 trailing
33033 space-after-tab
33035 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
33036 whitespace problems in buffer.
33038 Report if some of the following whitespace problems exist:
33040 * If `indent-tabs-mode' is non-nil:
33041 empty 1. empty lines at beginning of buffer.
33042 empty 2. empty lines at end of buffer.
33043 trailing 3. SPACEs or TABs at end of line.
33044 indentation 4. 8 or more SPACEs at beginning of line.
33045 space-before-tab 5. SPACEs before TAB.
33046 space-after-tab 6. 8 or more SPACEs after TAB.
33048 * If `indent-tabs-mode' is nil:
33049 empty 1. empty lines at beginning of buffer.
33050 empty 2. empty lines at end of buffer.
33051 trailing 3. SPACEs or TABs at end of line.
33052 indentation 4. TABS at beginning of line.
33053 space-before-tab 5. SPACEs before TAB.
33054 space-after-tab 6. 8 or more SPACEs after TAB.
33056 See `whitespace-style' for documentation.
33057 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
33058 cleaning up these problems.
33060 \(fn START END &optional FORCE REPORT-IF-BOGUS)" t nil)
33062 ;;;***
33064 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
33065 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20478 3673
33066 ;;;;;; 653810 0))
33067 ;;; Generated autoloads from wid-browse.el
33069 (autoload 'widget-browse-at "wid-browse" "\
33070 Browse the widget under point.
33072 \(fn POS)" t nil)
33074 (autoload 'widget-browse "wid-browse" "\
33075 Create a widget browser for WIDGET.
33077 \(fn WIDGET)" t nil)
33079 (autoload 'widget-browse-other-window "wid-browse" "\
33080 Show widget browser for WIDGET in other window.
33082 \(fn &optional WIDGET)" t nil)
33084 (autoload 'widget-minor-mode "wid-browse" "\
33085 Minor mode for traversing widgets.
33086 With a prefix argument ARG, enable the mode if ARG is positive,
33087 and disable it otherwise. If called from Lisp, enable the mode
33088 if ARG is omitted or nil.
33090 \(fn &optional ARG)" t nil)
33092 ;;;***
33094 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
33095 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20373
33096 ;;;;;; 11301 906925 0))
33097 ;;; Generated autoloads from wid-edit.el
33099 (autoload 'widgetp "wid-edit" "\
33100 Return non-nil if WIDGET is a widget.
33102 \(fn WIDGET)" nil nil)
33104 (autoload 'widget-prompt-value "wid-edit" "\
33105 Prompt for a value matching WIDGET, using PROMPT.
33106 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
33108 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
33110 (autoload 'widget-create "wid-edit" "\
33111 Create widget of TYPE.
33112 The optional ARGS are additional keyword arguments.
33114 \(fn TYPE &rest ARGS)" nil nil)
33116 (autoload 'widget-delete "wid-edit" "\
33117 Delete WIDGET.
33119 \(fn WIDGET)" nil nil)
33121 (autoload 'widget-insert "wid-edit" "\
33122 Call `insert' with ARGS even if surrounding text is read only.
33124 \(fn &rest ARGS)" nil nil)
33126 (defvar widget-keymap (let ((map (make-sparse-keymap))) (define-key map " " 'widget-forward) (define-key map "\e " 'widget-backward) (define-key map [(shift tab)] 'widget-backward) (put 'widget-backward :advertised-binding [(shift tab)]) (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) "\
33127 Keymap containing useful binding for buffers containing widgets.
33128 Recommended as a parent keymap for modes using widgets.
33129 Note that such modes will need to require wid-edit.")
33131 (autoload 'widget-setup "wid-edit" "\
33132 Setup current buffer so editing string widgets works.
33134 \(fn)" nil nil)
33136 ;;;***
33138 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
33139 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20495
33140 ;;;;;; 51111 757560 0))
33141 ;;; Generated autoloads from windmove.el
33143 (autoload 'windmove-left "windmove" "\
33144 Select the window to the left of the current one.
33145 With no prefix argument, or with prefix argument equal to zero,
33146 \"left\" is relative to the position of point in the window; otherwise
33147 it is relative to the top edge (for positive ARG) or the bottom edge
33148 \(for negative ARG) of the current window.
33149 If no window is at the desired location, an error is signaled.
33151 \(fn &optional ARG)" t nil)
33153 (autoload 'windmove-up "windmove" "\
33154 Select the window above the current one.
33155 With no prefix argument, or with prefix argument equal to zero, \"up\"
33156 is relative to the position of point in the window; otherwise it is
33157 relative to the left edge (for positive ARG) or the right edge (for
33158 negative ARG) of the current window.
33159 If no window is at the desired location, an error is signaled.
33161 \(fn &optional ARG)" t nil)
33163 (autoload 'windmove-right "windmove" "\
33164 Select the window to the right of the current one.
33165 With no prefix argument, or with prefix argument equal to zero,
33166 \"right\" is relative to the position of point in the window;
33167 otherwise it is relative to the top edge (for positive ARG) or the
33168 bottom edge (for negative ARG) of the current window.
33169 If no window is at the desired location, an error is signaled.
33171 \(fn &optional ARG)" t nil)
33173 (autoload 'windmove-down "windmove" "\
33174 Select the window below the current one.
33175 With no prefix argument, or with prefix argument equal to zero,
33176 \"down\" is relative to the position of point in the window; otherwise
33177 it is relative to the left edge (for positive ARG) or the right edge
33178 \(for negative ARG) of the current window.
33179 If no window is at the desired location, an error is signaled.
33181 \(fn &optional ARG)" t nil)
33183 (autoload 'windmove-default-keybindings "windmove" "\
33184 Set up keybindings for `windmove'.
33185 Keybindings are of the form MODIFIER-{left,right,up,down}.
33186 Default MODIFIER is 'shift.
33188 \(fn &optional MODIFIER)" t nil)
33190 ;;;***
33192 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
33193 ;;;;;; (20478 3673 653810 0))
33194 ;;; Generated autoloads from winner.el
33196 (defvar winner-mode nil "\
33197 Toggle Winner mode.
33198 Setting this variable directly does not take effect;
33199 use either \\[customize] or the function `winner-mode'.")
33201 (custom-autoload 'winner-mode "winner" nil)
33203 (autoload 'winner-mode "winner" "\
33204 Toggle Winner mode.
33205 With arg, turn Winner mode on if and only if arg is positive.
33207 \(fn &optional ARG)" t nil)
33209 ;;;***
33211 ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
33212 ;;;;;; woman woman-locale) "woman" "woman.el" (20504 6781 423358
33213 ;;;;;; 0))
33214 ;;; Generated autoloads from woman.el
33216 (defvar woman-locale nil "\
33217 String specifying a manual page locale, or nil.
33218 If a manual page is available in the specified locale
33219 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
33220 default version. Normally, `set-locale-environment' sets this at startup.")
33222 (custom-autoload 'woman-locale "woman" t)
33224 (autoload 'woman "woman" "\
33225 Browse UN*X man page for TOPIC (Without using external Man program).
33226 The major browsing mode used is essentially the standard Man mode.
33227 Choose the filename for the man page using completion, based on the
33228 topic selected from the directories specified in `woman-manpath' and
33229 `woman-path'. The directory expansions and topics are cached for
33230 speed, but a non-nil interactive argument forces the caches to be
33231 updated (e.g. to re-interpret the current directory).
33233 Used non-interactively, arguments are optional: if given then TOPIC
33234 should be a topic string and non-nil RE-CACHE forces re-caching.
33236 \(fn &optional TOPIC RE-CACHE)" t nil)
33238 (autoload 'woman-dired-find-file "woman" "\
33239 In dired, run the WoMan man-page browser on this file.
33241 \(fn)" t nil)
33243 (autoload 'woman-find-file "woman" "\
33244 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
33245 Use existing buffer if possible; reformat only if prefix arg given.
33246 When called interactively, optional argument REFORMAT forces reformatting
33247 of an existing WoMan buffer formatted earlier.
33248 No external programs are used, except that `gunzip' will be used to
33249 decompress the file if appropriate. See the documentation for the
33250 `woman' command for further details.
33252 \(fn FILE-NAME &optional REFORMAT)" t nil)
33254 (autoload 'woman-bookmark-jump "woman" "\
33255 Default bookmark handler for Woman buffers.
33257 \(fn BOOKMARK)" nil nil)
33259 ;;;***
33261 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
33262 ;;;;;; (20355 10021 546955 0))
33263 ;;; Generated autoloads from emulation/ws-mode.el
33265 (autoload 'wordstar-mode "ws-mode" "\
33266 Major mode with WordStar-like key bindings.
33268 BUGS:
33269 - Help menus with WordStar commands (C-j just calls help-for-help)
33270 are not implemented
33271 - Options for search and replace
33272 - Show markers (C-k h) is somewhat strange
33273 - Search and replace (C-q a) is only available in forward direction
33275 No key bindings beginning with ESC are installed, they will work
33276 Emacs-like.
33278 The key bindings are:
33280 C-a backward-word
33281 C-b fill-paragraph
33282 C-c scroll-up-line
33283 C-d forward-char
33284 C-e previous-line
33285 C-f forward-word
33286 C-g delete-char
33287 C-h backward-char
33288 C-i indent-for-tab-command
33289 C-j help-for-help
33290 C-k ordstar-C-k-map
33291 C-l ws-repeat-search
33292 C-n open-line
33293 C-p quoted-insert
33294 C-r scroll-down-line
33295 C-s backward-char
33296 C-t kill-word
33297 C-u keyboard-quit
33298 C-v overwrite-mode
33299 C-w scroll-down
33300 C-x next-line
33301 C-y kill-complete-line
33302 C-z scroll-up
33304 C-k 0 ws-set-marker-0
33305 C-k 1 ws-set-marker-1
33306 C-k 2 ws-set-marker-2
33307 C-k 3 ws-set-marker-3
33308 C-k 4 ws-set-marker-4
33309 C-k 5 ws-set-marker-5
33310 C-k 6 ws-set-marker-6
33311 C-k 7 ws-set-marker-7
33312 C-k 8 ws-set-marker-8
33313 C-k 9 ws-set-marker-9
33314 C-k b ws-begin-block
33315 C-k c ws-copy-block
33316 C-k d save-buffers-kill-emacs
33317 C-k f find-file
33318 C-k h ws-show-markers
33319 C-k i ws-indent-block
33320 C-k k ws-end-block
33321 C-k p ws-print-block
33322 C-k q kill-emacs
33323 C-k r insert-file
33324 C-k s save-some-buffers
33325 C-k t ws-mark-word
33326 C-k u ws-exdent-block
33327 C-k C-u keyboard-quit
33328 C-k v ws-move-block
33329 C-k w ws-write-block
33330 C-k x kill-emacs
33331 C-k y ws-delete-block
33333 C-o c wordstar-center-line
33334 C-o b switch-to-buffer
33335 C-o j justify-current-line
33336 C-o k kill-buffer
33337 C-o l list-buffers
33338 C-o m auto-fill-mode
33339 C-o r set-fill-column
33340 C-o C-u keyboard-quit
33341 C-o wd delete-other-windows
33342 C-o wh split-window-right
33343 C-o wo other-window
33344 C-o wv split-window-below
33346 C-q 0 ws-find-marker-0
33347 C-q 1 ws-find-marker-1
33348 C-q 2 ws-find-marker-2
33349 C-q 3 ws-find-marker-3
33350 C-q 4 ws-find-marker-4
33351 C-q 5 ws-find-marker-5
33352 C-q 6 ws-find-marker-6
33353 C-q 7 ws-find-marker-7
33354 C-q 8 ws-find-marker-8
33355 C-q 9 ws-find-marker-9
33356 C-q a ws-query-replace
33357 C-q b ws-to-block-begin
33358 C-q c end-of-buffer
33359 C-q d end-of-line
33360 C-q f ws-search
33361 C-q k ws-to-block-end
33362 C-q l ws-undo
33363 C-q p ws-last-cursorp
33364 C-q r beginning-of-buffer
33365 C-q C-u keyboard-quit
33366 C-q w ws-last-error
33367 C-q y ws-kill-eol
33368 C-q DEL ws-kill-bol
33370 \(fn)" t nil)
33372 ;;;***
33374 ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20478 3673
33375 ;;;;;; 653810 0))
33376 ;;; Generated autoloads from net/xesam.el
33378 (autoload 'xesam-search "xesam" "\
33379 Perform an interactive search.
33380 ENGINE is the Xesam search engine to be applied, it must be one of the
33381 entries of `xesam-search-engines'. QUERY is the search string in the
33382 Xesam user query language. If the search engine does not support
33383 the Xesam user query language, a Xesam fulltext search is applied.
33385 The default search engine is the first entry in `xesam-search-engines'.
33386 Example:
33388 (xesam-search (car (xesam-search-engines)) \"emacs\")
33390 \(fn ENGINE QUERY)" t nil)
33392 ;;;***
33394 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
33395 ;;;;;; (20499 48164 310488 0))
33396 ;;; Generated autoloads from xml.el
33398 (autoload 'xml-parse-file "xml" "\
33399 Parse the well-formed XML file FILE.
33400 Return the top node with all its children.
33401 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped.
33403 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
33404 the variable `xml-default-ns' is the mapping from namespaces to
33405 URIs, and expanded names will be returned as a cons
33407 (\"namespace:\" . \"foo\").
33409 If PARSE-NS is an alist, it will be used as the mapping from
33410 namespace to URIs instead.
33412 If it is the symbol 'symbol-qnames, expanded names will be
33413 returned as a plain symbol 'namespace:foo instead of a cons.
33415 Both features can be combined by providing a cons cell
33417 (symbol-qnames . ALIST).
33419 \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil)
33421 (autoload 'xml-parse-region "xml" "\
33422 Parse the region from BEG to END in BUFFER.
33423 Return the XML parse tree, or raise an error if the region does
33424 not contain well-formed XML.
33426 If BEG is nil, it defaults to `point-min'.
33427 If END is nil, it defaults to `point-max'.
33428 If BUFFER is nil, it defaults to the current buffer.
33429 If PARSE-DTD is non-nil, parse the DTD and return it as the first
33430 element of the list.
33431 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
33432 the variable `xml-default-ns' is the mapping from namespaces to
33433 URIs, and expanded names will be returned as a cons
33435 (\"namespace:\" . \"foo\").
33437 If PARSE-NS is an alist, it will be used as the mapping from
33438 namespace to URIs instead.
33440 If it is the symbol 'symbol-qnames, expanded names will be
33441 returned as a plain symbol 'namespace:foo instead of a cons.
33443 Both features can be combined by providing a cons cell
33445 (symbol-qnames . ALIST).
33447 \(fn &optional BEG END BUFFER PARSE-DTD PARSE-NS)" nil nil)
33449 ;;;***
33451 ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
33452 ;;;;;; "nxml/xmltok.el" (20355 10021 546955 0))
33453 ;;; Generated autoloads from nxml/xmltok.el
33455 (autoload 'xmltok-get-declared-encoding-position "xmltok" "\
33456 Return the position of the encoding in the XML declaration at point.
33457 If there is a well-formed XML declaration starting at point and it
33458 contains an encoding declaration, then return (START . END)
33459 where START and END are the positions of the start and the end
33460 of the encoding name; if there is no encoding declaration return
33461 the position where and encoding declaration could be inserted.
33462 If there is XML that is not well-formed that looks like an XML
33463 declaration, return nil. Otherwise, return t.
33464 If LIMIT is non-nil, then do not consider characters beyond LIMIT.
33466 \(fn &optional LIMIT)" nil nil)
33468 ;;;***
33470 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20485
33471 ;;;;;; 15269 390836 0))
33472 ;;; Generated autoloads from xt-mouse.el
33474 (defvar xterm-mouse-mode nil "\
33475 Non-nil if Xterm-Mouse mode is enabled.
33476 See the command `xterm-mouse-mode' for a description of this minor mode.
33477 Setting this variable directly does not take effect;
33478 either customize it (see the info node `Easy Customization')
33479 or call the function `xterm-mouse-mode'.")
33481 (custom-autoload 'xterm-mouse-mode "xt-mouse" nil)
33483 (autoload 'xterm-mouse-mode "xt-mouse" "\
33484 Toggle XTerm mouse mode.
33485 With a prefix argument ARG, enable XTerm mouse mode if ARG is
33486 positive, and disable it otherwise. If called from Lisp, enable
33487 the mode if ARG is omitted or nil.
33489 Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
33490 This works in terminal emulators compatible with xterm. It only
33491 works for simple uses of the mouse. Basically, only non-modified
33492 single clicks are supported. When turned on, the normal xterm
33493 mouse functionality for such clicks is still available by holding
33494 down the SHIFT key while pressing the mouse button.
33496 \(fn &optional ARG)" t nil)
33498 ;;;***
33500 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
33501 ;;;;;; "gnus/yenc.el" (20355 10021 546955 0))
33502 ;;; Generated autoloads from gnus/yenc.el
33504 (autoload 'yenc-decode-region "yenc" "\
33505 Yenc decode region between START and END using an internal decoder.
33507 \(fn START END)" t nil)
33509 (autoload 'yenc-extract-filename "yenc" "\
33510 Extract file name from an yenc header.
33512 \(fn)" nil nil)
33514 ;;;***
33516 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
33517 ;;;;;; yow) "yow" "play/yow.el" (20364 42504 244840 586000))
33518 ;;; Generated autoloads from play/yow.el
33520 (autoload 'yow "yow" "\
33521 Return or display a random Zippy quotation. With prefix arg, insert it.
33523 \(fn &optional INSERT DISPLAY)" t nil)
33525 (autoload 'insert-zippyism "yow" "\
33526 Prompt with completion for a known Zippy quotation, and insert it at point.
33528 \(fn &optional ZIPPYISM)" t nil)
33530 (autoload 'apropos-zippy "yow" "\
33531 Return a list of all Zippy quotes matching REGEXP.
33532 If called interactively, display a list of matches.
33534 \(fn REGEXP)" t nil)
33536 (autoload 'psychoanalyze-pinhead "yow" "\
33537 Zippy goes to the analyst.
33539 \(fn)" t nil)
33541 ;;;***
33543 ;;;### (autoloads (zone) "zone" "play/zone.el" (20427 14766 970343
33544 ;;;;;; 0))
33545 ;;; Generated autoloads from play/zone.el
33547 (autoload 'zone "zone" "\
33548 Zone out, completely.
33550 \(fn)" t nil)
33552 ;;;***
33554 ;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el"
33555 ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
33556 ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el"
33557 ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
33558 ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
33559 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
33560 ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el"
33561 ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el"
33562 ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el"
33563 ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"
33564 ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"
33565 ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"
33566 ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
33567 ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
33568 ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
33569 ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
33570 ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
33571 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
33572 ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
33573 ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
33574 ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
33575 ;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el"
33576 ;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el"
33577 ;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
33578 ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
33579 ;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el"
33580 ;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el"
33581 ;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el"
33582 ;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el"
33583 ;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el"
33584 ;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
33585 ;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el"
33586 ;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el"
33587 ;;;;;; "cedet/ede/util.el" "cedet/inversion.el" "cedet/pulse.el"
33588 ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
33589 ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
33590 ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
33591 ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
33592 ;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
33593 ;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
33594 ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
33595 ;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
33596 ;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
33597 ;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
33598 ;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
33599 ;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
33600 ;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
33601 ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
33602 ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
33603 ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
33604 ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
33605 ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
33606 ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
33607 ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
33608 ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el"
33609 ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el"
33610 ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el"
33611 ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el"
33612 ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el"
33613 ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el"
33614 ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
33615 ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
33616 ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
33617 ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
33618 ;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
33619 ;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
33620 ;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode.el" "cedet/srecode/args.el"
33621 ;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
33622 ;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
33623 ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
33624 ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
33625 ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
33626 ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
33627 ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
33628 ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
33629 ;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
33630 ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
33631 ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
33632 ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
33633 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el"
33634 ;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
33635 ;;;;;; "emacs-lisp/eieio-opt.el" "emacs-lisp/eieio-speedbar.el"
33636 ;;;;;; "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el" "emacs-lisp/gulp.el"
33637 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/regi.el"
33638 ;;;;;; "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
33639 ;;;;;; "emulation/cua-gmrk.el" "emulation/cua-rect.el" "emulation/edt-lk201.el"
33640 ;;;;;; "emulation/edt-mapper.el" "emulation/edt-pc.el" "emulation/edt-vt100.el"
33641 ;;;;;; "emulation/tpu-extras.el" "emulation/viper-cmd.el" "emulation/viper-ex.el"
33642 ;;;;;; "emulation/viper-init.el" "emulation/viper-keym.el" "emulation/viper-macs.el"
33643 ;;;;;; "emulation/viper-mous.el" "emulation/viper-util.el" "erc/erc-backend.el"
33644 ;;;;;; "erc/erc-goodies.el" "erc/erc-ibuffer.el" "erc/erc-lang.el"
33645 ;;;;;; "eshell/em-alias.el" "eshell/em-banner.el" "eshell/em-basic.el"
33646 ;;;;;; "eshell/em-cmpl.el" "eshell/em-dirs.el" "eshell/em-glob.el"
33647 ;;;;;; "eshell/em-hist.el" "eshell/em-ls.el" "eshell/em-pred.el"
33648 ;;;;;; "eshell/em-prompt.el" "eshell/em-rebind.el" "eshell/em-script.el"
33649 ;;;;;; "eshell/em-smart.el" "eshell/em-term.el" "eshell/em-unix.el"
33650 ;;;;;; "eshell/em-xtra.el" "eshell/esh-arg.el" "eshell/esh-cmd.el"
33651 ;;;;;; "eshell/esh-ext.el" "eshell/esh-groups.el" "eshell/esh-io.el"
33652 ;;;;;; "eshell/esh-module.el" "eshell/esh-opt.el" "eshell/esh-proc.el"
33653 ;;;;;; "eshell/esh-util.el" "eshell/esh-var.el" "ezimage.el" "foldout.el"
33654 ;;;;;; "format-spec.el" "fringe.el" "generic-x.el" "gnus/compface.el"
33655 ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
33656 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
33657 ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el"
33658 ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
33659 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
33660 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
33661 ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el"
33662 ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
33663 ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
33664 ;;;;;; "gnus/mm-archive.el" "gnus/mm-bodies.el" "gnus/mm-decode.el"
33665 ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el"
33666 ;;;;;; "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el"
33667 ;;;;;; "gnus/nneething.el" "gnus/nngateway.el" "gnus/nnheader.el"
33668 ;;;;;; "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el" "gnus/nnmaildir.el"
33669 ;;;;;; "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el" "gnus/nnnil.el"
33670 ;;;;;; "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el" "gnus/nnspool.el"
33671 ;;;;;; "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el" "gnus/registry.el"
33672 ;;;;;; "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el" "gnus/rfc2104.el"
33673 ;;;;;; "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el" "gnus/sieve-manage.el"
33674 ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
33675 ;;;;;; "hfy-cmap.el" "ibuf-ext.el" "international/cp51932.el" "international/eucjp-ms.el"
33676 ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
33677 ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
33678 ;;;;;; "international/uni-category.el" "international/uni-combining.el"
33679 ;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
33680 ;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
33681 ;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
33682 ;;;;;; "international/uni-name.el" "international/uni-numeric.el"
33683 ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
33684 ;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el"
33685 ;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el"
33686 ;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el"
33687 ;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el"
33688 ;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
33689 ;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
33690 ;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
33691 ;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
33692 ;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
33693 ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
33694 ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
33695 ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
33696 ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el"
33697 ;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
33698 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
33699 ;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el"
33700 ;;;;;; "net/mairix.el" "net/newsticker.el" "net/ntlm.el" "net/sasl-cram.el"
33701 ;;;;;; "net/sasl-digest.el" "net/sasl-ntlm.el" "net/sasl.el" "net/soap-client.el"
33702 ;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el"
33703 ;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el"
33704 ;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el"
33705 ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el"
33706 ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
33707 ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
33708 ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
33709 ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
33710 ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
33711 ;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el"
33712 ;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el"
33713 ;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
33714 ;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el"
33715 ;;;;;; "org/ob-haskell.el" "org/ob-java.el" "org/ob-js.el" "org/ob-latex.el"
33716 ;;;;;; "org/ob-ledger.el" "org/ob-lilypond.el" "org/ob-lisp.el"
33717 ;;;;;; "org/ob-matlab.el" "org/ob-maxima.el" "org/ob-mscgen.el"
33718 ;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el"
33719 ;;;;;; "org/ob-picolisp.el" "org/ob-plantuml.el" "org/ob-python.el"
33720 ;;;;;; "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el" "org/ob-scheme.el"
33721 ;;;;;; "org/ob-screen.el" "org/ob-sh.el" "org/ob-shen.el" "org/ob-sql.el"
33722 ;;;;;; "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el"
33723 ;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-compat.el"
33724 ;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-docview.el"
33725 ;;;;;; "org/org-entities.el" "org/org-eshell.el" "org/org-exp-blocks.el"
33726 ;;;;;; "org/org-faces.el" "org/org-gnus.el" "org/org-habit.el" "org/org-info.el"
33727 ;;;;;; "org/org-inlinetask.el" "org/org-install.el" "org/org-jsinfo.el"
33728 ;;;;;; "org/org-list.el" "org/org-mac-message.el" "org/org-macs.el"
33729 ;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el"
33730 ;;;;;; "org/org-pcomplete.el" "org/org-protocol.el" "org/org-rmail.el"
33731 ;;;;;; "org/org-special-blocks.el" "org/org-src.el" "org/org-vm.el"
33732 ;;;;;; "org/org-w3m.el" "org/org-wl.el" "play/gamegrid.el" "play/gametree.el"
33733 ;;;;;; "play/meese.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
33734 ;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
33735 ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
33736 ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
33737 ;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
33738 ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
33739 ;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
33740 ;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
33741 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
33742 ;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
33743 ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
33744 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
33745 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
33746 ;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
33747 ;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
33748 ;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el"
33749 ;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el"
33750 ;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
33751 ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
33752 ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
33753 ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
33754 ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-fns.el"
33755 ;;;;;; "w32-vars.el" "x-dnd.el") (20505 765 716386 793000))
33757 ;;;***
33759 (provide 'loaddefs)
33760 ;; Local Variables:
33761 ;; version-control: never
33762 ;; no-byte-compile: t
33763 ;; no-update-autoloads: t
33764 ;; coding: utf-8
33765 ;; End:
33766 ;;; loaddefs.el ends here