* data.c (arith_driver): Omit unnecessary mask and test.
[emacs.git] / lisp / ldefs-boot.el
bloba89e760f0b984165bf24f2becdf530795a85544e
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" (19889 21967))
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 Quit current game \\[5x5-quit-game]
32 \(fn &optional SIZE)" t nil)
34 (autoload '5x5-crack-randomly "5x5" "\
35 Attempt to crack 5x5 using random solutions.
37 \(fn)" t nil)
39 (autoload '5x5-crack-mutating-current "5x5" "\
40 Attempt to crack 5x5 by mutating the current solution.
42 \(fn)" t nil)
44 (autoload '5x5-crack-mutating-best "5x5" "\
45 Attempt to crack 5x5 by mutating the best solution.
47 \(fn)" t nil)
49 (autoload '5x5-crack-xor-mutate "5x5" "\
50 Attempt to crack 5x5 by xoring the current and best solution.
51 Mutate the result.
53 \(fn)" t nil)
55 (autoload '5x5-crack "5x5" "\
56 Attempt to find a solution for 5x5.
58 5x5-crack takes the argument BREEDER which should be a function that takes
59 two parameters, the first will be a grid vector array that is the current
60 solution and the second will be the best solution so far. The function
61 should return a grid vector array that is the new solution.
63 \(fn BREEDER)" t nil)
65 ;;;***
67 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
68 ;;;;;; (19890 42850))
69 ;;; Generated autoloads from progmodes/ada-mode.el
71 (autoload 'ada-add-extensions "ada-mode" "\
72 Define SPEC and BODY as being valid extensions for Ada files.
73 Going from body to spec with `ff-find-other-file' used these
74 extensions.
75 SPEC and BODY are two regular expressions that must match against
76 the file name.
78 \(fn SPEC BODY)" nil nil)
80 (autoload 'ada-mode "ada-mode" "\
81 Ada mode is the major mode for editing Ada code.
83 \(fn)" t nil)
85 ;;;***
87 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
88 ;;;;;; (19845 45374))
89 ;;; Generated autoloads from progmodes/ada-stmt.el
91 (autoload 'ada-header "ada-stmt" "\
92 Insert a descriptive header at the top of the file.
94 \(fn)" t nil)
96 ;;;***
98 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
99 ;;;;;; (19890 42850))
100 ;;; Generated autoloads from progmodes/ada-xref.el
102 (autoload 'ada-find-file "ada-xref" "\
103 Open FILENAME, from anywhere in the source path.
104 Completion is available.
106 \(fn FILENAME)" t nil)
108 ;;;***
110 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
111 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
112 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
113 ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
114 ;;;;;; (19885 24894))
115 ;;; Generated autoloads from vc/add-log.el
117 (put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
119 (defvar add-log-current-defun-function nil "\
120 If non-nil, function to guess name of surrounding function.
121 It is used by `add-log-current-defun' in preference to built-in rules.
122 Returns function's name as a string, or nil if outside a function.")
124 (custom-autoload 'add-log-current-defun-function "add-log" t)
126 (defvar add-log-full-name nil "\
127 Full name of user, for inclusion in ChangeLog daily headers.
128 This defaults to the value returned by the function `user-full-name'.")
130 (custom-autoload 'add-log-full-name "add-log" t)
132 (defvar add-log-mailing-address nil "\
133 Email addresses of user, for inclusion in ChangeLog headers.
134 This defaults to the value of `user-mail-address'. In addition to
135 being a simple string, this value can also be a list. All elements
136 will be recognized as referring to the same user; when creating a new
137 ChangeLog entry, one element will be chosen at random.")
139 (custom-autoload 'add-log-mailing-address "add-log" t)
141 (autoload 'prompt-for-change-log-name "add-log" "\
142 Prompt for a change log name.
144 \(fn)" nil nil)
146 (autoload 'find-change-log "add-log" "\
147 Find a change log file for \\[add-change-log-entry] and return the name.
149 Optional arg FILE-NAME specifies the file to use.
150 If FILE-NAME is nil, use the value of `change-log-default-name'.
151 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
152 \(or whatever we use on this operating system).
154 If `change-log-default-name' contains a leading directory component, then
155 simply find it in the current directory. Otherwise, search in the current
156 directory and its successive parents for a file so named.
158 Once a file is found, `change-log-default-name' is set locally in the
159 current buffer to the complete file name.
160 Optional arg BUFFER-FILE overrides `buffer-file-name'.
162 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
164 (autoload 'add-change-log-entry "add-log" "\
165 Find change log file, and add an entry for today and an item for this file.
166 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
167 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
169 Second arg FILE-NAME is file name of the change log.
170 If nil, use the value of `change-log-default-name'.
172 Third arg OTHER-WINDOW non-nil means visit in other window.
174 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
175 never append to an existing entry. Option `add-log-keep-changes-together'
176 otherwise affects whether a new entry is created.
178 Fifth arg PUT-NEW-ENTRY-ON-NEW-LINE non-nil means that if a new
179 entry is created, put it on a new line by itself, do not put it
180 after a comma on an existing line.
182 Option `add-log-always-start-new-record' non-nil means always create a
183 new record, even when the last record was made on the same date and by
184 the same person.
186 The change log file can start with a copyright notice and a copying
187 permission notice. The first blank line indicates the end of these
188 notices.
190 Today's date is calculated according to `add-log-time-zone-rule' if
191 non-nil, otherwise in local time.
193 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil)
195 (autoload 'add-change-log-entry-other-window "add-log" "\
196 Find change log file in other window and add entry and item.
197 This is just like `add-change-log-entry' except that it displays
198 the change log file in another window.
200 \(fn &optional WHOAMI FILE-NAME)" t nil)
202 (autoload 'change-log-mode "add-log" "\
203 Major mode for editing change logs; like Indented Text mode.
204 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
205 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
206 Each entry behaves as a paragraph, and the entries for one day as a page.
207 Runs `change-log-mode-hook'.
209 \\{change-log-mode-map}
211 \(fn)" t nil)
213 (defvar add-log-lisp-like-modes '(emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode) "\
214 *Modes that look like Lisp to `add-log-current-defun'.")
216 (defvar add-log-c-like-modes '(c-mode c++-mode c++-c-mode objc-mode) "\
217 *Modes that look like C to `add-log-current-defun'.")
219 (defvar add-log-tex-like-modes '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) "\
220 *Modes that look like TeX to `add-log-current-defun'.")
222 (autoload 'add-log-current-defun "add-log" "\
223 Return name of function definition point is in, or nil.
225 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
226 Texinfo (@node titles) and Perl.
228 Other modes are handled by a heuristic that looks in the 10K before
229 point for uppercase headings starting in the first column or
230 identifiers followed by `:' or `='. See variables
231 `add-log-current-defun-header-regexp' and
232 `add-log-current-defun-function'.
234 Has a preference of looking backwards.
236 \(fn)" nil nil)
238 (autoload 'change-log-merge "add-log" "\
239 Merge the contents of change log file OTHER-LOG with this buffer.
240 Both must be found in Change Log mode (since the merging depends on
241 the appropriate motion commands). OTHER-LOG can be either a file name
242 or a buffer.
244 Entries are inserted in chronological order. Both the current and
245 old-style time formats for entries are supported.
247 \(fn OTHER-LOG)" t nil)
249 ;;;***
251 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
252 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
253 ;;;;;; "advice" "emacs-lisp/advice.el" (19878 51661))
254 ;;; Generated autoloads from emacs-lisp/advice.el
256 (defvar ad-redefinition-action 'warn "\
257 Defines what to do with redefinitions during Advice de/activation.
258 Redefinition occurs if a previously activated function that already has an
259 original definition associated with it gets redefined and then de/activated.
260 In such a case we can either accept the current definition as the new
261 original definition, discard the current definition and replace it with the
262 old original, or keep it and raise an error. The values `accept', `discard',
263 `error' or `warn' govern what will be done. `warn' is just like `accept' but
264 it additionally prints a warning message. All other values will be
265 interpreted as `error'.")
267 (custom-autoload 'ad-redefinition-action "advice" t)
269 (defvar ad-default-compilation-action 'maybe "\
270 Defines whether to compile advised definitions during activation.
271 A value of `always' will result in unconditional compilation, `never' will
272 always avoid compilation, `maybe' will compile if the byte-compiler is already
273 loaded, and `like-original' will compile if the original definition of the
274 advised function is compiled or a built-in function. Every other value will
275 be interpreted as `maybe'. This variable will only be considered if the
276 COMPILE argument of `ad-activate' was supplied as nil.")
278 (custom-autoload 'ad-default-compilation-action "advice" t)
280 (autoload 'ad-enable-advice "advice" "\
281 Enables the advice of FUNCTION with CLASS and NAME.
283 \(fn FUNCTION CLASS NAME)" t nil)
285 (autoload 'ad-disable-advice "advice" "\
286 Disable the advice of FUNCTION with CLASS and NAME.
288 \(fn FUNCTION CLASS NAME)" t nil)
290 (autoload 'ad-add-advice "advice" "\
291 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
293 ADVICE has the form (NAME PROTECTED ENABLED DEFINITION), where
294 NAME is the advice name; PROTECTED is a flag specifying whether
295 to protect against non-local exits; ENABLED is a flag specifying
296 whether to initially enable the advice; and DEFINITION has the
297 form (advice . LAMBDA), where LAMBDA is a lambda expression.
299 If FUNCTION already has a piece of advice with the same name,
300 then POSITION is ignored, and the old advice is overwritten with
301 the new one.
303 If FUNCTION already has one or more pieces of advice of the
304 specified CLASS, then POSITION determines where the new piece
305 goes. POSITION can either be `first', `last' or a number (where
306 0 corresponds to `first', and numbers outside the valid range are
307 mapped to the closest extremal position).
309 If FUNCTION was not advised already, its advice info will be
310 initialized. Redefining a piece of advice whose name is part of
311 the cache-id will clear the cache.
313 See Info node `(elisp)Computed Advice' for detailed documentation.
315 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
317 (autoload 'ad-activate "advice" "\
318 Activate all the advice information of an advised FUNCTION.
319 If FUNCTION has a proper original definition then an advised
320 definition will be generated from FUNCTION's advice info and the
321 definition of FUNCTION will be replaced with it. If a previously
322 cached advised definition was available, it will be used.
323 The optional COMPILE argument determines whether the resulting function
324 or a compilable cached definition will be compiled. If it is negative
325 no compilation will be performed, if it is positive or otherwise non-nil
326 the resulting function will be compiled, if it is nil the behavior depends
327 on the value of `ad-default-compilation-action' (which see).
328 Activation of an advised function that has an advice info but no actual
329 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
330 an advised function that has actual pieces of advice but none of them are
331 enabled is equivalent to a call to `ad-deactivate'. The current advised
332 definition will always be cached for later usage.
334 \(fn FUNCTION &optional COMPILE)" t nil)
336 (autoload 'defadvice "advice" "\
337 Define a piece of advice for FUNCTION (a symbol).
338 The syntax of `defadvice' is as follows:
340 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
341 [DOCSTRING] [INTERACTIVE-FORM]
342 BODY...)
344 FUNCTION ::= Name of the function to be advised.
345 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
346 NAME ::= Non-nil symbol that names this piece of advice.
347 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
348 see also `ad-add-advice'.
349 ARGLIST ::= An optional argument list to be used for the advised function
350 instead of the argument list of the original. The first one found in
351 before/around/after-advices will be used.
352 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
353 All flags can be specified with unambiguous initial substrings.
354 DOCSTRING ::= Optional documentation for this piece of advice.
355 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
356 function. The first one found in before/around/after-advices will be used.
357 BODY ::= Any s-expression.
359 Semantics of the various flags:
360 `protect': The piece of advice will be protected against non-local exits in
361 any code that precedes it. If any around-advice of a function is protected
362 then automatically all around-advices will be protected (the complete onion).
364 `activate': All advice of FUNCTION will be activated immediately if
365 FUNCTION has been properly defined prior to this application of `defadvice'.
367 `compile': In conjunction with `activate' specifies that the resulting
368 advised function should be compiled.
370 `disable': The defined advice will be disabled, hence, it will not be used
371 during activation until somebody enables it.
373 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
374 time. This generates a compiled advised definition according to the current
375 advice state that will be used during activation if appropriate. Only use
376 this if the `defadvice' gets actually compiled.
378 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
379 to this particular single advice. No other advice information will be saved.
380 Frozen advices cannot be undone, they behave like a hard redefinition of
381 the advised function. `freeze' implies `activate' and `preactivate'. The
382 documentation of the advised function can be dumped onto the `DOC' file
383 during preloading.
385 See Info node `(elisp)Advising Functions' for comprehensive documentation.
386 usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
387 [DOCSTRING] [INTERACTIVE-FORM]
388 BODY...)
390 \(fn FUNCTION ARGS &rest BODY)" nil (quote macro))
392 (put 'defadvice 'doc-string-elt '3)
394 ;;;***
396 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
397 ;;;;;; align-highlight-rule align-current align-entire align-regexp
398 ;;;;;; align) "align" "align.el" (19886 45771))
399 ;;; Generated autoloads from align.el
401 (autoload 'align "align" "\
402 Attempt to align a region based on a set of alignment rules.
403 BEG and END mark the region. If BEG and END are specifically set to
404 nil (this can only be done programmatically), the beginning and end of
405 the current alignment section will be calculated based on the location
406 of point, and the value of `align-region-separate' (or possibly each
407 rule's `separate' attribute).
409 If SEPARATE is non-nil, it overrides the value of
410 `align-region-separate' for all rules, except those that have their
411 `separate' attribute set.
413 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
414 default rule lists defined in `align-rules-list' and
415 `align-exclude-rules-list'. See `align-rules-list' for more details
416 on the format of these lists.
418 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
420 (autoload 'align-regexp "align" "\
421 Align the current region using an ad-hoc rule read from the minibuffer.
422 BEG and END mark the limits of the region. This function will prompt
423 for the REGEXP to align with. If no prefix arg was specified, you
424 only need to supply the characters to be lined up and any preceding
425 whitespace is replaced. If a prefix arg was specified, the full
426 regexp with parenthesized whitespace should be supplied; it will also
427 prompt for which parenthesis GROUP within REGEXP to modify, the amount
428 of SPACING to use, and whether or not to REPEAT the rule throughout
429 the line. See `align-rules-list' for more information about these
430 options.
432 For example, let's say you had a list of phone numbers, and wanted to
433 align them so that the opening parentheses would line up:
435 Fred (123) 456-7890
436 Alice (123) 456-7890
437 Mary-Anne (123) 456-7890
438 Joe (123) 456-7890
440 There is no predefined rule to handle this, but you could easily do it
441 using a REGEXP like \"(\". All you would have to do is to mark the
442 region, call `align-regexp' and type in that regular expression.
444 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
446 (autoload 'align-entire "align" "\
447 Align the selected region as if it were one alignment section.
448 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
449 is set to a list of rules (see `align-rules-list'), it can be used to
450 override the default alignment rules that would have been used to
451 align that section.
453 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
455 (autoload 'align-current "align" "\
456 Call `align' on the current alignment section.
457 This function assumes you want to align only the current section, and
458 so saves you from having to specify the region. If RULES or
459 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
460 can be used to override the default alignment rules that would have
461 been used to align that section.
463 \(fn &optional RULES EXCLUDE-RULES)" t nil)
465 (autoload 'align-highlight-rule "align" "\
466 Highlight the whitespace which a given rule would have modified.
467 BEG and END mark the extent of the region. TITLE identifies the rule
468 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
469 list of rules (see `align-rules-list'), it can be used to override the
470 default alignment rules that would have been used to identify the text
471 to be colored.
473 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
475 (autoload 'align-unhighlight-rule "align" "\
476 Remove any highlighting that was added by `align-highlight-rule'.
478 \(fn)" t nil)
480 (autoload 'align-newline-and-indent "align" "\
481 A replacement function for `newline-and-indent', aligning as it goes.
483 \(fn)" t nil)
485 ;;;***
487 ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
488 ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
489 ;;;;;; (19859 11635))
490 ;;; Generated autoloads from allout.el
492 (autoload 'allout-auto-activation-helper "allout" "\
493 Institute `allout-auto-activation'.
495 Intended to be used as the `allout-auto-activation' :set function.
497 \(fn VAR VALUE)" nil nil)
499 (autoload 'allout-setup "allout" "\
500 Do fundamental emacs session for allout auto-activation.
502 Establishes allout processing as part of visiting a file if
503 `allout-auto-activation' is non-nil, or removes it otherwise.
505 The proper way to use this is through customizing the setting of
506 `allout-auto-activation'.
508 \(fn)" nil nil)
510 (defvar allout-auto-activation nil "\
511 Configure allout outline mode auto-activation.
513 Control whether and how allout outline mode is automatically
514 activated when files are visited with non-nil buffer-specific
515 file variable `allout-layout'.
517 When allout-auto-activation is \"On\" (t), allout mode is
518 activated in buffers with non-nil `allout-layout', and the
519 specified layout is applied.
521 With value \"ask\", auto-mode-activation is enabled, and endorsement for
522 performing auto-layout is asked of the user each time.
524 With value \"activate\", only auto-mode-activation is enabled.
525 Auto-layout is not.
527 With value nil, inhibit any automatic allout-mode activation.")
529 (custom-autoload 'allout-auto-activation "allout" nil)
531 (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
533 (put 'allout-reindent-bodies 'safe-local-variable '(lambda (x) (memq x '(nil t text force))))
535 (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
537 (put 'allout-header-prefix 'safe-local-variable 'stringp)
539 (put 'allout-primary-bullet 'safe-local-variable 'stringp)
541 (put 'allout-plain-bullets-string 'safe-local-variable 'stringp)
543 (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp)
545 (put 'allout-use-mode-specific-leader 'safe-local-variable '(lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x))))
547 (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
549 (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
551 (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p '(lambda (x) (or (stringp x) (null x)))))
553 (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)))))
555 (put 'allout-presentation-padding 'safe-local-variable 'integerp)
557 (put 'allout-layout 'safe-local-variable '(lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
559 (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
561 (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
563 (autoload 'allout-mode-p "allout" "\
564 Return t if `allout-mode' is active in current buffer.
566 \(fn)" nil (quote macro))
568 (autoload 'allout-mode "allout" "\
569 Toggle minor mode for controlling exposure and editing of text outlines.
570 \\<allout-mode-map-value>
572 Allout outline mode always runs as a minor mode.
574 Allout outline mode provides extensive outline oriented
575 formatting and manipulation. It enables structural editing of
576 outlines, as well as navigation and exposure. It also is
577 specifically aimed at accommodating syntax-sensitive text like
578 programming languages. (For example, see the allout code itself,
579 which is organized as an allout outline.)
581 In addition to typical outline navigation and exposure, allout includes:
583 - topic-oriented authoring, including keystroke-based topic creation,
584 repositioning, promotion/demotion, cut, and paste
585 - incremental search with dynamic exposure and reconcealment of hidden text
586 - adjustable format, so programming code can be developed in outline-structure
587 - easy topic encryption and decryption, symmetric or key-pair
588 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
589 - integral outline layout, for automatic initial exposure when visiting a file
590 - independent extensibility, using comprehensive exposure and authoring hooks
592 and many other features.
594 Below is a description of the key bindings, and then description
595 of special `allout-mode' features and terminology. See also the
596 outline menubar additions for quick reference to many of the
597 features. Customize `allout-auto-activation' to prepare your
598 emacs session for automatic activation of `allout-mode'.
600 The bindings are those listed in `allout-prefixed-keybindings'
601 and `allout-unprefixed-keybindings'. We recommend customizing
602 `allout-command-prefix' to use just `\\C-c' as the command
603 prefix, if the allout bindings don't conflict with any personal
604 bindings you have on \\C-c. In any case, outline structure
605 navigation and authoring is simplified by positioning the cursor
606 on an item's bullet character, the \"hot-spot\" -- then you can
607 invoke allout commands with just the un-prefixed,
608 un-control-shifted command letters. This is described further in
609 the HOT-SPOT Operation section.
611 Exposure Control:
612 ----------------
613 \\[allout-hide-current-subtree] `allout-hide-current-subtree'
614 \\[allout-show-children] `allout-show-children'
615 \\[allout-show-current-subtree] `allout-show-current-subtree'
616 \\[allout-show-current-entry] `allout-show-current-entry'
617 \\[allout-show-all] `allout-show-all'
619 Navigation:
620 ----------
621 \\[allout-next-visible-heading] `allout-next-visible-heading'
622 \\[allout-previous-visible-heading] `allout-previous-visible-heading'
623 \\[allout-up-current-level] `allout-up-current-level'
624 \\[allout-forward-current-level] `allout-forward-current-level'
625 \\[allout-backward-current-level] `allout-backward-current-level'
626 \\[allout-end-of-entry] `allout-end-of-entry'
627 \\[allout-beginning-of-current-entry] `allout-beginning-of-current-entry' (alternately, goes to hot-spot)
628 \\[allout-beginning-of-line] `allout-beginning-of-line' -- like regular beginning-of-line, but
629 if immediately repeated cycles to the beginning of the current item
630 and then to the hot-spot (if `allout-beginning-of-line-cycles' is set).
633 Topic Header Production:
634 -----------------------
635 \\[allout-open-sibtopic] `allout-open-sibtopic' Create a new sibling after current topic.
636 \\[allout-open-subtopic] `allout-open-subtopic' ... an offspring of current topic.
637 \\[allout-open-supertopic] `allout-open-supertopic' ... a sibling of the current topic's parent.
639 Topic Level and Prefix Adjustment:
640 ---------------------------------
641 \\[allout-shift-in] `allout-shift-in' Shift current topic and all offspring deeper
642 \\[allout-shift-out] `allout-shift-out' ... less deep
643 \\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
644 current topic
645 \\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
646 its' offspring -- distinctive bullets are not changed, others
647 are alternated according to nesting depth.
648 \\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
649 the offspring are not affected.
650 With repeat count, revoke numbering.
652 Topic-oriented Killing and Yanking:
653 ----------------------------------
654 \\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
655 \\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
656 \\[allout-kill-line] `allout-kill-line' kill-line, attending to outline structure.
657 \\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
658 \\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
659 depth of heading if yanking into bare topic
660 heading (ie, prefix sans text).
661 \\[allout-yank-pop] `allout-yank-pop' Is to allout-yank as yank-pop is to yank
663 Topic-oriented Encryption:
664 -------------------------
665 \\[allout-toggle-current-subtree-encryption] `allout-toggle-current-subtree-encryption'
666 Encrypt/Decrypt topic content
668 Misc commands:
669 -------------
670 M-x outlineify-sticky Activate outline mode for current buffer,
671 and establish a default file-var setting
672 for `allout-layout'.
673 \\[allout-mark-topic] `allout-mark-topic'
674 \\[allout-copy-exposed-to-buffer] `allout-copy-exposed-to-buffer'
675 Duplicate outline, sans concealed text, to
676 buffer with name derived from derived from that
677 of current buffer -- \"*BUFFERNAME exposed*\".
678 \\[allout-flatten-exposed-to-buffer] `allout-flatten-exposed-to-buffer'
679 Like above 'copy-exposed', but convert topic
680 prefixes to section.subsection... numeric
681 format.
682 \\[customize-variable] allout-auto-activation
683 Prepare Emacs session for allout outline mode
684 auto-activation.
686 Topic Encryption
688 Outline mode supports gpg encryption of topics, with support for
689 symmetric and key-pair modes, and auto-encryption of topics
690 pending encryption on save.
692 Topics pending encryption are, by default, automatically
693 encrypted during file saves, including checkpoint saves, to avoid
694 exposing the plain text of encrypted topics in the file system.
695 If the content of the topic containing the cursor was encrypted
696 for a save, it is automatically decrypted for continued editing.
698 NOTE: A few GnuPG v2 versions improperly preserve incorrect
699 symmetric decryption keys, preventing entry of the correct key on
700 subsequent decryption attempts until the cache times-out. That
701 can take several minutes. (Decryption of other entries is not
702 affected.) Upgrade your EasyPG version, if you can, and you can
703 deliberately clear your gpg-agent's cache by sending it a '-HUP'
704 signal.
706 See `allout-toggle-current-subtree-encryption' function docstring
707 and `allout-encrypt-unencrypted-on-saves' customization variable
708 for details.
710 HOT-SPOT Operation
712 Hot-spot operation provides a means for easy, single-keystroke outline
713 navigation and exposure control.
715 When the text cursor is positioned directly on the bullet character of
716 a topic, regular characters (a to z) invoke the commands of the
717 corresponding allout-mode keymap control chars. For example, \"f\"
718 would invoke the command typically bound to \"C-c<space>C-f\"
719 \(\\[allout-forward-current-level] `allout-forward-current-level').
721 Thus, by positioning the cursor on a topic bullet, you can
722 execute the outline navigation and manipulation commands with a
723 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
724 this special translation, so you can use them to get out of the
725 hot-spot and back to normal editing operation.
727 In allout-mode, the normal beginning-of-line command (\\[allout-beginning-of-line]) is
728 replaced with one that makes it easy to get to the hot-spot. If you
729 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
730 is set) to the beginning of the item and then, if you hit it again
731 immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry'
732 \(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located
733 at the beginning of the current entry.
735 Extending Allout
737 Allout exposure and authoring activites all have associated
738 hooks, by which independent code can cooperate with allout
739 without changes to the allout core. Here are key ones:
741 `allout-mode-hook'
742 `allout-mode-deactivate-hook' (deprecated)
743 `allout-mode-off-hook'
744 `allout-exposure-change-hook'
745 `allout-structure-added-hook'
746 `allout-structure-deleted-hook'
747 `allout-structure-shifted-hook'
748 `allout-after-copy-or-kill-hook'
750 Terminology
752 Topic hierarchy constituents -- TOPICS and SUBTOPICS:
754 ITEM: A unitary outline element, including the HEADER and ENTRY text.
755 TOPIC: An ITEM and any ITEMs contained within it, ie having greater DEPTH
756 and with no intervening items of lower DEPTH than the container.
757 CURRENT ITEM:
758 The visible ITEM most immediately containing the cursor.
759 DEPTH: The degree of nesting of an ITEM; it increases with containment.
760 The DEPTH is determined by the HEADER PREFIX. The DEPTH is also
761 called the:
762 LEVEL: The same as DEPTH.
764 ANCESTORS:
765 Those ITEMs whose TOPICs contain an ITEM.
766 PARENT: An ITEM's immediate ANCESTOR. It has a DEPTH one less than that
767 of the ITEM.
768 OFFSPRING:
769 The ITEMs contained within an ITEM's TOPIC.
770 SUBTOPIC:
771 An OFFSPRING of its ANCESTOR TOPICs.
772 CHILD:
773 An immediate SUBTOPIC of its PARENT.
774 SIBLINGS:
775 TOPICs having the same PARENT and DEPTH.
777 Topic text constituents:
779 HEADER: The first line of an ITEM, include the ITEM PREFIX and HEADER
780 text.
781 ENTRY: The text content of an ITEM, before any OFFSPRING, but including
782 the HEADER text and distinct from the ITEM PREFIX.
783 BODY: Same as ENTRY.
784 PREFIX: The leading text of an ITEM which distinguishes it from normal
785 ENTRY text. Allout recognizes the outline structure according
786 to the strict PREFIX format. It consists of a PREFIX-LEAD string,
787 PREFIX-PADDING, and a BULLET. The BULLET might be followed by a
788 number, indicating the ordinal number of the topic among its
789 siblings, or an asterisk indicating encryption, plus an optional
790 space. After that is the ITEM HEADER text, which is not part of
791 the PREFIX.
793 The relative length of the PREFIX determines the nesting DEPTH
794 of the ITEM.
795 PREFIX-LEAD:
796 The string at the beginning of a HEADER PREFIX, by default a `.'.
797 It can be customized by changing the setting of
798 `allout-header-prefix' and then reinitializing `allout-mode'.
800 When the PREFIX-LEAD is set to the comment-string of a
801 programming language, outline structuring can be embedded in
802 program code without interfering with processing of the text
803 (by emacs or the language processor) as program code. This
804 setting happens automatically when allout mode is used in
805 programming-mode buffers. See `allout-use-mode-specific-leader'
806 docstring for more detail.
807 PREFIX-PADDING:
808 Spaces or asterisks which separate the PREFIX-LEAD and the
809 bullet, determining the ITEM's DEPTH.
810 BULLET: A character at the end of the ITEM PREFIX, it must be one of
811 the characters listed on `allout-plain-bullets-string' or
812 `allout-distinctive-bullets-string'. When creating a TOPIC,
813 plain BULLETs are by default used, according to the DEPTH of the
814 TOPIC. Choice among the distinctive BULLETs is offered when you
815 provide a universal argugment (\\[universal-argument]) to the
816 TOPIC creation command, or when explictly rebulleting a TOPIC. The
817 significance of the various distinctive bullets is purely by
818 convention. See the documentation for the above bullet strings for
819 more details.
820 EXPOSURE:
821 The state of a TOPIC which determines the on-screen visibility
822 of its OFFSPRING and contained ENTRY text.
823 CONCEALED:
824 TOPICs and ENTRY text whose EXPOSURE is inhibited. Concealed
825 text is represented by \"...\" ellipses.
827 CONCEALED TOPICs are effectively collapsed within an ANCESTOR.
828 CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
829 OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
831 \(fn &optional ARG)" t nil)
833 (defalias 'outlinify-sticky 'outlineify-sticky)
835 (autoload 'outlineify-sticky "allout" "\
836 Activate outline mode and establish file var so it is started subsequently.
838 See `allout-layout' and customization of `allout-auto-activation'
839 for details on preparing emacs for automatic allout activation.
841 \(fn &optional ARG)" t nil)
843 ;;;***
845 ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
846 ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
847 ;;;;;; (19859 11635))
848 ;;; Generated autoloads from allout-widgets.el
850 (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
852 (autoload 'allout-widgets-setup "allout-widgets" "\
853 Commission or decommision allout-widgets-mode along with allout-mode.
855 Meant to be used by customization of `allout-widgets-auto-activation'.
857 \(fn VARNAME VALUE)" nil nil)
859 (defvar allout-widgets-auto-activation nil "\
860 Activate to enable allout icon graphics wherever allout mode is active.
862 Also enable `allout-auto-activation' for this to take effect upon
863 visiting an outline.
865 When this is set you can disable allout widgets in select files
866 by setting `allout-widgets-mode-inhibit'
868 Instead of setting `allout-widgets-auto-activation' you can
869 explicitly invoke `allout-widgets-mode' in allout buffers where
870 you want allout widgets operation.
872 See `allout-widgets-mode' for allout widgets mode features.")
874 (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil)
876 (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp '(lambda (x) (member x '(t nil)))))
878 (autoload 'allout-widgets-mode "allout-widgets" "\
879 Allout-mode extension, providing graphical decoration of outline structure.
881 This is meant to operate along with allout-mode, via `allout-mode-hook'.
883 If optional argument ARG is greater than 0, enable.
884 If optional argument ARG is less than 0, disable.
885 Anything else, toggle between active and inactive.
887 The graphics include:
889 - guide lines connecting item bullet-icons with those of their subitems.
891 - icons for item bullets, varying to indicate whether or not the item
892 has subitems, and if so, whether or not the item is expanded.
894 - cue area between the bullet-icon and the start of the body headline,
895 for item numbering, encryption indicator, and distinctive bullets.
897 The bullet-icon and guide line graphics provide keybindings and mouse
898 bindings for easy outline navigation and exposure control, extending
899 outline hot-spot navigation (see `allout-mode').
901 \(fn &optional ARG)" t nil)
903 ;;;***
905 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
906 ;;;;;; "net/ange-ftp.el" (19845 45374))
907 ;;; Generated autoloads from net/ange-ftp.el
909 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
911 (autoload 'ange-ftp-reread-dir "ange-ftp" "\
912 Reread remote directory DIR to update the directory cache.
913 The implementation of remote FTP file names caches directory contents
914 for speed. Therefore, when new remote files are created, Emacs
915 may not know they exist. You can use this command to reread a specific
916 directory, so that Emacs will know its current contents.
918 \(fn &optional DIR)" t nil)
920 (autoload 'ange-ftp-hook-function "ange-ftp" "\
923 \(fn OPERATION &rest ARGS)" nil nil)
925 ;;;***
927 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
928 ;;;;;; "animate" "play/animate.el" (19845 45374))
929 ;;; Generated autoloads from play/animate.el
931 (autoload 'animate-string "animate" "\
932 Display STRING starting at position VPOS, HPOS, using animation.
933 The characters start at randomly chosen places,
934 and all slide in parallel to their final positions,
935 passing through `animate-n-steps' positions before the final ones.
936 If HPOS is nil (or omitted), center the string horizontally
937 in the current window.
939 \(fn STRING VPOS &optional HPOS)" nil nil)
941 (autoload 'animate-sequence "animate" "\
942 Display strings from LIST-OF-STRING with animation in a new buffer.
943 Strings will be separated from each other by SPACE lines.
945 \(fn LIST-OF-STRINGS SPACE)" nil nil)
947 (autoload 'animate-birthday-present "animate" "\
948 Display one's birthday present in a new buffer.
949 You can specify the one's name by NAME; the default value is \"Sarah\".
951 \(fn &optional NAME)" t nil)
953 ;;;***
955 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
956 ;;;;;; "ansi-color" "ansi-color.el" (19854 41422))
957 ;;; Generated autoloads from ansi-color.el
959 (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
960 Set `ansi-color-for-comint-mode' to t.
962 \(fn)" t nil)
964 (autoload 'ansi-color-process-output "ansi-color" "\
965 Maybe translate SGR control sequences of comint output into text properties.
967 Depending on variable `ansi-color-for-comint-mode' the comint output is
968 either not processed, SGR control sequences are filtered using
969 `ansi-color-filter-region', or SGR control sequences are translated into
970 text properties using `ansi-color-apply-on-region'.
972 The comint output is assumed to lie between the marker
973 `comint-last-output-start' and the process-mark.
975 This is a good function to put in `comint-output-filter-functions'.
977 \(fn IGNORED)" nil nil)
979 ;;;***
981 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
982 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (19890 42850))
983 ;;; Generated autoloads from progmodes/antlr-mode.el
985 (autoload 'antlr-show-makefile-rules "antlr-mode" "\
986 Show Makefile rules for all grammar files in the current directory.
987 If the `major-mode' of the current buffer has the value `makefile-mode',
988 the rules are directory inserted at point. Otherwise, a *Help* buffer
989 is shown with the rules which are also put into the `kill-ring' for
990 \\[yank].
992 This command considers import/export vocabularies and grammar
993 inheritance and provides a value for the \"-glib\" option if necessary.
994 Customize variable `antlr-makefile-specification' for the appearance of
995 the rules.
997 If the file for a super-grammar cannot be determined, special file names
998 are used according to variable `antlr-unknown-file-formats' and a
999 commentary with value `antlr-help-unknown-file-text' is added. The
1000 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
1002 \(fn)" t nil)
1004 (autoload 'antlr-mode "antlr-mode" "\
1005 Major mode for editing ANTLR grammar files.
1007 \(fn)" t nil)
1009 (autoload 'antlr-set-tabs "antlr-mode" "\
1010 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
1011 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1013 \(fn)" nil nil)
1015 ;;;***
1017 ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1018 ;;;;;; (19885 24894))
1019 ;;; Generated autoloads from calendar/appt.el
1021 (autoload 'appt-add "appt" "\
1022 Add an appointment for today at TIME with message MSG.
1023 The time should be in either 24 hour format or am/pm format.
1024 Optional argument WARNTIME is an integer (or string) giving the number
1025 of minutes before the appointment at which to start warning.
1026 The default is `appt-message-warning-time'.
1028 \(fn TIME MSG &optional WARNTIME)" t nil)
1030 (autoload 'appt-activate "appt" "\
1031 Toggle checking of appointments.
1032 With optional numeric argument ARG, turn appointment checking on if
1033 ARG is positive, otherwise off.
1035 \(fn &optional ARG)" t nil)
1037 ;;;***
1039 ;;;### (autoloads (apropos-documentation apropos-value apropos-library
1040 ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1041 ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (19891 63700))
1042 ;;; Generated autoloads from apropos.el
1044 (autoload 'apropos-read-pattern "apropos" "\
1045 Read an apropos pattern, either a word list or a regexp.
1046 Returns the user pattern, either a list of words which are matched
1047 literally, or a string which is used as a regexp to search for.
1049 SUBJECT is a string that is included in the prompt to identify what
1050 kind of objects to search.
1052 \(fn SUBJECT)" nil nil)
1054 (autoload 'apropos-variable "apropos" "\
1055 Show user variables that match PATTERN.
1056 PATTERN can be a word, a list of words (separated by spaces),
1057 or a regexp (using some regexp special characters). If it is a word,
1058 search for matches for that word as a substring. If it is a list of words,
1059 search for matches for any two (or more) of those words.
1061 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1062 normal variables.
1064 \(fn PATTERN &optional DO-ALL)" t nil)
1066 (defalias 'command-apropos 'apropos-command)
1068 (autoload 'apropos-command "apropos" "\
1069 Show commands (interactively callable functions) 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 noninteractive functions.
1078 If VAR-PREDICATE is non-nil, show only variables, and only those that
1079 satisfy the predicate VAR-PREDICATE.
1081 When called from a Lisp program, a string PATTERN is used as a regexp,
1082 while a list of strings is used as a word list.
1084 \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil)
1086 (autoload 'apropos-documentation-property "apropos" "\
1087 Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
1089 \(fn SYMBOL PROPERTY RAW)" nil nil)
1091 (autoload 'apropos "apropos" "\
1092 Show all meaningful Lisp symbols whose names match PATTERN.
1093 Symbols are shown if they are defined as functions, variables, or
1094 faces, or if they have nonempty property lists.
1096 PATTERN can be a word, a list of words (separated by spaces),
1097 or a regexp (using some regexp special characters). If it is a word,
1098 search for matches for that word as a substring. If it is a list of words,
1099 search for matches for any two (or more) of those words.
1101 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1102 consider all symbols (if they match PATTERN).
1104 Returns list of symbols and documentation found.
1106 \(fn PATTERN &optional DO-ALL)" t nil)
1108 (autoload 'apropos-library "apropos" "\
1109 List the variables and functions defined by library FILE.
1110 FILE should be one of the libraries currently loaded and should
1111 thus be found in `load-history'.
1113 \(fn FILE)" t nil)
1115 (autoload 'apropos-value "apropos" "\
1116 Show all symbols whose value's printed representation matches PATTERN.
1117 PATTERN can be a word, a list of words (separated by spaces),
1118 or a regexp (using some regexp special characters). If it is a word,
1119 search for matches for that word as a substring. If it is a list of words,
1120 search for matches for any two (or more) of those words.
1122 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1123 at the function and at the names and values of properties.
1124 Returns list of symbols and values found.
1126 \(fn PATTERN &optional DO-ALL)" t nil)
1128 (autoload 'apropos-documentation "apropos" "\
1129 Show symbols whose documentation contains matches for PATTERN.
1130 PATTERN can be a word, a list of words (separated by spaces),
1131 or a regexp (using some regexp special characters). If it is a word,
1132 search for matches for that word as a substring. If it is a list of words,
1133 search for matches for any two (or more) of those words.
1135 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also use
1136 documentation that is not stored in the documentation file and show key
1137 bindings.
1138 Returns list of symbols and documentation found.
1140 \(fn PATTERN &optional DO-ALL)" t nil)
1142 ;;;***
1144 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (19886
1145 ;;;;;; 45771))
1146 ;;; Generated autoloads from arc-mode.el
1148 (autoload 'archive-mode "arc-mode" "\
1149 Major mode for viewing an archive file in a dired-like way.
1150 You can move around using the usual cursor motion commands.
1151 Letters no longer insert themselves.
1152 Type `e' to pull a file out of the archive and into its own buffer;
1153 or click mouse-2 on the file's line in the archive mode buffer.
1155 If you edit a sub-file of this archive (as with the `e' command) and
1156 save it, the contents of that buffer will be saved back into the
1157 archive.
1159 \\{archive-mode-map}
1161 \(fn &optional FORCE)" nil nil)
1163 ;;;***
1165 ;;;### (autoloads (array-mode) "array" "array.el" (19845 45374))
1166 ;;; Generated autoloads from array.el
1168 (autoload 'array-mode "array" "\
1169 Major mode for editing arrays.
1171 Array mode is a specialized mode for editing arrays. An array is
1172 considered to be a two-dimensional set of strings. The strings are
1173 NOT recognized as integers or real numbers.
1175 The array MUST reside at the top of the buffer.
1177 TABs are not respected, and may be converted into spaces at any time.
1178 Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion,
1179 but will cause many functions to give errors if they encounter one.
1181 Upon entering array mode, you will be prompted for the values of
1182 several variables. Others will be calculated based on the values you
1183 supply. These variables are all local to the buffer. Other buffer
1184 in array mode may have different values assigned to the variables.
1185 The variables are:
1187 Variables you assign:
1188 array-max-row: The number of rows in the array.
1189 array-max-column: The number of columns in the array.
1190 array-columns-per-line: The number of columns in the array per line of buffer.
1191 array-field-width: The width of each field, in characters.
1192 array-rows-numbered: A logical variable describing whether to ignore
1193 row numbers in the buffer.
1195 Variables which are calculated:
1196 array-line-length: The number of characters in a buffer line.
1197 array-lines-per-row: The number of buffer lines used to display each row.
1199 The following commands are available (an asterisk indicates it may
1200 take a numeric prefix argument):
1202 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1203 * \\[array-backward-column] Move backward one column.
1204 * \\[array-next-row] Move down one row.
1205 * \\[array-previous-row] Move up one row.
1207 * \\[array-copy-forward] Copy the current field into the column to the right.
1208 * \\[array-copy-backward] Copy the current field into the column to the left.
1209 * \\[array-copy-down] Copy the current field into the row below.
1210 * \\[array-copy-up] Copy the current field into the row above.
1212 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1213 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1214 * \\[array-copy-row-down] Copy the current row into the row below.
1215 * \\[array-copy-row-up] Copy the current row into the row above.
1217 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1218 between that of point and mark.
1220 \\[array-what-position] Display the current array row and column.
1221 \\[array-goto-cell] Go to a particular array cell.
1223 \\[array-make-template] Make a template for a new array.
1224 \\[array-reconfigure-rows] Reconfigure the array.
1225 \\[array-expand-rows] Expand the array (remove row numbers and
1226 newlines inside rows)
1228 \\[array-display-local-variables] Display the current values of local variables.
1230 Entering array mode calls the function `array-mode-hook'.
1232 \(fn)" t nil)
1234 ;;;***
1236 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (19845
1237 ;;;;;; 45374))
1238 ;;; Generated autoloads from textmodes/artist.el
1240 (autoload 'artist-mode "artist" "\
1241 Toggle Artist mode.
1242 With argument STATE, turn Artist mode on if STATE is positive.
1243 Artist lets you draw lines, squares, rectangles and poly-lines,
1244 ellipses and circles with your mouse and/or keyboard.
1246 How to quit Artist mode
1248 Type \\[artist-mode-off] to quit artist-mode.
1251 How to submit a bug report
1253 Type \\[artist-submit-bug-report] to submit a bug report.
1256 Drawing with the mouse:
1258 mouse-2
1259 shift mouse-2 Pops up a menu where you can select what to draw with
1260 mouse-1, and where you can do some settings (described
1261 below).
1263 mouse-1
1264 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
1265 or pastes:
1267 Operation Not shifted Shifted
1268 --------------------------------------------------------------
1269 Pen fill-char at point line from last point
1270 to new point
1271 --------------------------------------------------------------
1272 Line Line in any direction Straight line
1273 --------------------------------------------------------------
1274 Rectangle Rectangle Square
1275 --------------------------------------------------------------
1276 Poly-line Poly-line in any dir Straight poly-lines
1277 --------------------------------------------------------------
1278 Ellipses Ellipses Circles
1279 --------------------------------------------------------------
1280 Text Text (see thru) Text (overwrite)
1281 --------------------------------------------------------------
1282 Spray-can Spray-can Set size for spray
1283 --------------------------------------------------------------
1284 Erase Erase character Erase rectangle
1285 --------------------------------------------------------------
1286 Vaporize Erase single line Erase connected
1287 lines
1288 --------------------------------------------------------------
1289 Cut Cut rectangle Cut square
1290 --------------------------------------------------------------
1291 Copy Copy rectangle Copy square
1292 --------------------------------------------------------------
1293 Paste Paste Paste
1294 --------------------------------------------------------------
1295 Flood-fill Flood-fill Flood-fill
1296 --------------------------------------------------------------
1298 * Straight lines can only go horizontally, vertically
1299 or diagonally.
1301 * Poly-lines are drawn while holding mouse-1 down. When you
1302 release the button, the point is set. If you want a segment
1303 to be straight, hold down shift before pressing the
1304 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
1305 poly-lines.
1307 * See thru for text means that text already in the buffer
1308 will be visible through blanks in the text rendered, while
1309 overwrite means the opposite.
1311 * Vaporizing connected lines only vaporizes lines whose
1312 _endpoints_ are connected. See also the variable
1313 `artist-vaporize-fuzziness'.
1315 * Cut copies, then clears the rectangle/square.
1317 * When drawing lines or poly-lines, you can set arrows.
1318 See below under ``Arrows'' for more info.
1320 * The mode line shows the currently selected drawing operation.
1321 In addition, if it has an asterisk (*) at the end, you
1322 are currently drawing something.
1324 * Be patient when flood-filling -- large areas take quite
1325 some time to fill.
1328 mouse-3 Erases character under pointer
1329 shift mouse-3 Erases rectangle
1332 Settings
1334 Set fill Sets the character used when filling rectangles/squares
1336 Set line Sets the character used when drawing lines
1338 Erase char Sets the character used when erasing
1340 Rubber-banding Toggles rubber-banding
1342 Trimming Toggles trimming of line-endings (that is: when the shape
1343 is drawn, extraneous white-space at end of lines is removed)
1345 Borders Toggles the drawing of line borders around filled shapes
1348 Drawing with keys
1350 \\[artist-key-set-point] Does one of the following:
1351 For lines/rectangles/squares: sets the first/second endpoint
1352 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
1353 When erase characters: toggles erasing
1354 When cutting/copying: Sets first/last endpoint of rect/square
1355 When pasting: Pastes
1357 \\[artist-select-operation] Selects what to draw
1359 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
1361 \\[artist-select-fill-char] Sets the character to use when filling
1362 \\[artist-select-line-char] Sets the character to use when drawing
1363 \\[artist-select-erase-char] Sets the character to use when erasing
1364 \\[artist-toggle-rubber-banding] Toggles rubber-banding
1365 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
1366 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
1369 Arrows
1371 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1372 of the line/poly-line
1374 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1375 of the line/poly-line
1378 Selecting operation
1380 There are some keys for quickly selecting drawing operations:
1382 \\[artist-select-op-line] Selects drawing lines
1383 \\[artist-select-op-straight-line] Selects drawing straight lines
1384 \\[artist-select-op-rectangle] Selects drawing rectangles
1385 \\[artist-select-op-square] Selects drawing squares
1386 \\[artist-select-op-poly-line] Selects drawing poly-lines
1387 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
1388 \\[artist-select-op-ellipse] Selects drawing ellipses
1389 \\[artist-select-op-circle] Selects drawing circles
1390 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
1391 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
1392 \\[artist-select-op-spray-can] Spray with spray-can
1393 \\[artist-select-op-spray-set-size] Set size for the spray-can
1394 \\[artist-select-op-erase-char] Selects erasing characters
1395 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
1396 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
1397 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
1398 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
1399 \\[artist-select-op-copy-rectangle] Selects copying rectangles
1400 \\[artist-select-op-paste] Selects pasting
1401 \\[artist-select-op-flood-fill] Selects flood-filling
1404 Variables
1406 This is a brief overview of the different variables. For more info,
1407 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1409 artist-rubber-banding Interactively do rubber-banding or not
1410 artist-first-char What to set at first/second point...
1411 artist-second-char ...when not rubber-banding
1412 artist-interface-with-rect If cut/copy/paste should interface with rect
1413 artist-arrows The arrows to use when drawing arrows
1414 artist-aspect-ratio Character height-to-width for squares
1415 artist-trim-line-endings Trimming of line endings
1416 artist-flood-fill-right-border Right border when flood-filling
1417 artist-flood-fill-show-incrementally Update display while filling
1418 artist-pointer-shape Pointer shape to use while drawing
1419 artist-ellipse-left-char Character to use for narrow ellipses
1420 artist-ellipse-right-char Character to use for narrow ellipses
1421 artist-borderless-shapes If shapes should have borders
1422 artist-picture-compatibility Whether or not to be picture mode compatible
1423 artist-vaporize-fuzziness Tolerance when recognizing lines
1424 artist-spray-interval Seconds between repeated sprayings
1425 artist-spray-radius Size of the spray-area
1426 artist-spray-chars The spray-``color''
1427 artist-spray-new-chars Initial spray-``color''
1429 Hooks
1431 When entering artist-mode, the hook `artist-mode-init-hook' is called.
1432 When quitting artist-mode, the hook `artist-mode-exit-hook' is called.
1435 Keymap summary
1437 \\{artist-mode-map}
1439 \(fn &optional STATE)" t nil)
1441 ;;;***
1443 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (19890
1444 ;;;;;; 42850))
1445 ;;; Generated autoloads from progmodes/asm-mode.el
1447 (autoload 'asm-mode "asm-mode" "\
1448 Major mode for editing typical assembler code.
1449 Features a private abbrev table and the following bindings:
1451 \\[asm-colon] outdent a preceding label, tab to next tab stop.
1452 \\[tab-to-tab-stop] tab to next tab stop.
1453 \\[asm-newline] newline, then tab to next tab stop.
1454 \\[asm-comment] smart placement of assembler comments.
1456 The character used for making comments is set by the variable
1457 `asm-comment-char' (which defaults to `?\\;').
1459 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1460 which is called near the beginning of mode initialization.
1462 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1464 Special commands:
1465 \\{asm-mode-map}
1467 \(fn)" t nil)
1469 ;;;***
1471 ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1472 ;;;;;; (19845 45374))
1473 ;;; Generated autoloads from gnus/auth-source.el
1475 (defvar auth-source-cache-expiry 7200 "\
1476 How many seconds passwords are cached, or nil to disable
1477 expiring. Overrides `password-cache-expiry' through a
1478 let-binding.")
1480 (custom-autoload 'auth-source-cache-expiry "auth-source" t)
1482 ;;;***
1484 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1485 ;;;;;; (19845 45374))
1486 ;;; Generated autoloads from autoarg.el
1488 (defvar autoarg-mode nil "\
1489 Non-nil if Autoarg mode is enabled.
1490 See the command `autoarg-mode' for a description of this minor mode.")
1492 (custom-autoload 'autoarg-mode "autoarg" nil)
1494 (autoload 'autoarg-mode "autoarg" "\
1495 Toggle Autoarg minor mode globally.
1496 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1497 \\<autoarg-mode-map>
1498 In Autoarg mode digits are bound to `digit-argument' -- i.e. they
1499 supply prefix arguments as C-DIGIT and M-DIGIT normally do -- and
1500 C-DIGIT inserts DIGIT. \\[autoarg-terminate] terminates the prefix sequence
1501 and inserts the digits of the autoarg sequence into the buffer.
1502 Without a numeric prefix arg the normal binding of \\[autoarg-terminate] is
1503 invoked, i.e. what it would be with Autoarg mode off.
1505 For example:
1506 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1507 `6 9 a' inserts 69 `a's into the buffer.
1508 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1509 then invokes the normal binding of \\[autoarg-terminate].
1510 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1512 \\{autoarg-mode-map}
1514 \(fn &optional ARG)" t nil)
1516 (defvar autoarg-kp-mode nil "\
1517 Non-nil if Autoarg-Kp mode is enabled.
1518 See the command `autoarg-kp-mode' for a description of this minor mode.
1519 Setting this variable directly does not take effect;
1520 either customize it (see the info node `Easy Customization')
1521 or call the function `autoarg-kp-mode'.")
1523 (custom-autoload 'autoarg-kp-mode "autoarg" nil)
1525 (autoload 'autoarg-kp-mode "autoarg" "\
1526 Toggle Autoarg-KP minor mode globally.
1527 With ARG, turn Autoarg mode on if ARG is positive, off otherwise.
1528 \\<autoarg-kp-mode-map>
1529 This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
1530 etc. to supply digit arguments.
1532 \\{autoarg-kp-mode-map}
1534 \(fn &optional ARG)" t nil)
1536 ;;;***
1538 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1539 ;;;;;; (19845 45374))
1540 ;;; Generated autoloads from progmodes/autoconf.el
1542 (autoload 'autoconf-mode "autoconf" "\
1543 Major mode for editing Autoconf configure.in files.
1545 \(fn)" t nil)
1547 ;;;***
1549 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1550 ;;;;;; "autoinsert" "autoinsert.el" (19845 45374))
1551 ;;; Generated autoloads from autoinsert.el
1553 (autoload 'auto-insert "autoinsert" "\
1554 Insert default contents into new files if variable `auto-insert' is non-nil.
1555 Matches the visited file name against the elements of `auto-insert-alist'.
1557 \(fn)" t nil)
1559 (autoload 'define-auto-insert "autoinsert" "\
1560 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1561 Optional AFTER means to insert action after all existing actions for CONDITION,
1562 or if CONDITION had no actions, after all other CONDITIONs.
1564 \(fn CONDITION ACTION &optional AFTER)" nil nil)
1566 (defvar auto-insert-mode nil "\
1567 Non-nil if Auto-Insert mode is enabled.
1568 See the command `auto-insert-mode' for a description of this minor mode.
1569 Setting this variable directly does not take effect;
1570 either customize it (see the info node `Easy Customization')
1571 or call the function `auto-insert-mode'.")
1573 (custom-autoload 'auto-insert-mode "autoinsert" nil)
1575 (autoload 'auto-insert-mode "autoinsert" "\
1576 Toggle Auto-insert mode.
1577 With prefix ARG, turn Auto-insert mode on if and only if ARG is positive.
1578 Returns the new status of Auto-insert mode (non-nil means on).
1580 When Auto-insert mode is enabled, when new files are created you can
1581 insert a template for the file depending on the mode of the buffer.
1583 \(fn &optional ARG)" t nil)
1585 ;;;***
1587 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1588 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1589 ;;;;;; (19863 8742))
1590 ;;; Generated autoloads from emacs-lisp/autoload.el
1592 (put 'generated-autoload-file 'safe-local-variable 'stringp)
1594 (put 'generated-autoload-load-name 'safe-local-variable 'stringp)
1596 (autoload 'update-file-autoloads "autoload" "\
1597 Update the autoloads for FILE in `generated-autoload-file'
1598 \(which FILE might bind in its local variables).
1599 If SAVE-AFTER is non-nil (which is always, when called interactively),
1600 save the buffer too.
1602 Return FILE if there was no autoload cookie in it, else nil.
1604 \(fn FILE &optional SAVE-AFTER)" t nil)
1606 (autoload 'update-directory-autoloads "autoload" "\
1607 Update loaddefs.el with all the current autoloads from DIRS, and no old ones.
1608 This uses `update-file-autoloads' (which see) to do its work.
1609 In an interactive call, you must give one argument, the name
1610 of a single directory. In a call from Lisp, you can supply multiple
1611 directories as separate arguments, but this usage is discouraged.
1613 The function does NOT recursively descend into subdirectories of the
1614 directory or directories specified.
1616 \(fn &rest DIRS)" t nil)
1618 (autoload 'batch-update-autoloads "autoload" "\
1619 Update loaddefs.el autoloads in batch mode.
1620 Calls `update-directory-autoloads' on the command line arguments.
1622 \(fn)" nil nil)
1624 ;;;***
1626 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1627 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1628 ;;;;;; "autorevert" "autorevert.el" (19878 51661))
1629 ;;; Generated autoloads from autorevert.el
1631 (autoload 'auto-revert-mode "autorevert" "\
1632 Toggle reverting buffer when file on disk changes.
1634 With arg, turn Auto Revert mode on if and only if arg is positive.
1635 This is a minor mode that affects only the current buffer.
1636 Use `global-auto-revert-mode' to automatically revert all buffers.
1637 Use `auto-revert-tail-mode' if you know that the file will only grow
1638 without being changed in the part that is already in the buffer.
1640 \(fn &optional ARG)" t nil)
1642 (autoload 'turn-on-auto-revert-mode "autorevert" "\
1643 Turn on Auto-Revert Mode.
1645 This function is designed to be added to hooks, for example:
1646 (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1648 \(fn)" nil nil)
1650 (autoload 'auto-revert-tail-mode "autorevert" "\
1651 Toggle reverting tail of buffer when file on disk grows.
1652 With arg, turn Tail mode on if arg is positive, otherwise turn it off.
1654 When Tail mode is enabled, the tail of the file is constantly
1655 followed, as with the shell command `tail -f'. This means that
1656 whenever the file grows on disk (presumably because some
1657 background process is appending to it from time to time), this is
1658 reflected in the current buffer.
1660 You can edit the buffer and turn this mode off and on again as
1661 you please. But make sure the background process has stopped
1662 writing before you save the file!
1664 Use `auto-revert-mode' for changes other than appends!
1666 \(fn &optional ARG)" t nil)
1668 (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\
1669 Turn on Auto-Revert Tail Mode.
1671 This function is designed to be added to hooks, for example:
1672 (add-hook 'my-logfile-mode-hook 'turn-on-auto-revert-tail-mode)
1674 \(fn)" nil nil)
1676 (defvar global-auto-revert-mode nil "\
1677 Non-nil if Global-Auto-Revert mode is enabled.
1678 See the command `global-auto-revert-mode' for a description of this minor mode.
1679 Setting this variable directly does not take effect;
1680 either customize it (see the info node `Easy Customization')
1681 or call the function `global-auto-revert-mode'.")
1683 (custom-autoload 'global-auto-revert-mode "autorevert" nil)
1685 (autoload 'global-auto-revert-mode "autorevert" "\
1686 Toggle Global Auto Revert mode.
1687 With optional prefix argument ARG, enable Global Auto Revert Mode
1688 if ARG > 0, else disable it.
1690 This is a global minor mode that reverts any buffer associated
1691 with a file when the file changes on disk. Use `auto-revert-mode'
1692 to revert a particular buffer.
1694 If `global-auto-revert-non-file-buffers' is non-nil, this mode
1695 may also revert some non-file buffers, as described in the
1696 documentation of that variable. It ignores buffers with modes
1697 matching `global-auto-revert-ignore-modes', and buffers with a
1698 non-nil vale of `global-auto-revert-ignore-buffer'.
1700 This function calls the hook `global-auto-revert-mode-hook'.
1701 It displays the text that `global-auto-revert-mode-text'
1702 specifies in the mode line.
1704 \(fn &optional ARG)" t nil)
1706 ;;;***
1708 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1709 ;;;;;; "avoid.el" (19845 45374))
1710 ;;; Generated autoloads from avoid.el
1712 (defvar mouse-avoidance-mode nil "\
1713 Activate Mouse Avoidance mode.
1714 See function `mouse-avoidance-mode' for possible values.
1715 Setting this variable directly does not take effect;
1716 use either \\[customize] or the function `mouse-avoidance-mode'.")
1718 (custom-autoload 'mouse-avoidance-mode "avoid" nil)
1720 (autoload 'mouse-avoidance-mode "avoid" "\
1721 Set Mouse Avoidance mode to MODE.
1722 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1723 `cat-and-mouse', `proteus', or `none'.
1725 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1726 modes. Positive numbers and symbols other than the above are treated
1727 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1729 Effects of the different modes:
1730 * banish: Move the mouse to the upper-right corner on any keypress.
1731 * exile: Move the mouse to the corner only if the cursor gets too close,
1732 and allow it to return once the cursor is out of the way.
1733 * jump: If the cursor gets too close to the mouse, displace the mouse
1734 a random distance & direction.
1735 * animate: As `jump', but shows steps along the way for illusion of motion.
1736 * cat-and-mouse: Same as `animate'.
1737 * proteus: As `animate', but changes the shape of the mouse pointer too.
1739 Whenever the mouse is moved, the frame is also raised.
1741 \(See `mouse-avoidance-threshold' for definition of \"too close\",
1742 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1743 definition of \"random distance\".)
1745 \(fn &optional MODE)" t nil)
1747 ;;;***
1749 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1750 ;;;;;; (19845 45374))
1751 ;;; Generated autoloads from battery.el
1752 (put 'battery-mode-line-string 'risky-local-variable t)
1754 (autoload 'battery "battery" "\
1755 Display battery status information in the echo area.
1756 The text being displayed in the echo area is controlled by the variables
1757 `battery-echo-area-format' and `battery-status-function'.
1759 \(fn)" t nil)
1761 (defvar display-battery-mode nil "\
1762 Non-nil if Display-Battery mode is enabled.
1763 See the command `display-battery-mode' for a description of this minor mode.
1764 Setting this variable directly does not take effect;
1765 either customize it (see the info node `Easy Customization')
1766 or call the function `display-battery-mode'.")
1768 (custom-autoload 'display-battery-mode "battery" nil)
1770 (autoload 'display-battery-mode "battery" "\
1771 Display battery status information in the mode line.
1772 The text being displayed in the mode line is controlled by the variables
1773 `battery-mode-line-format' and `battery-status-function'.
1774 The mode line will be updated automatically every `battery-update-interval'
1775 seconds.
1777 \(fn &optional ARG)" t nil)
1779 ;;;***
1781 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1782 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (19845 45374))
1783 ;;; Generated autoloads from emacs-lisp/benchmark.el
1785 (autoload 'benchmark-run "benchmark" "\
1786 Time execution of FORMS.
1787 If REPETITIONS is supplied as a number, run forms that many times,
1788 accounting for the overhead of the resulting loop. Otherwise run
1789 FORMS once.
1790 Return a list of the total elapsed time for execution, the number of
1791 garbage collections that ran, and the time taken by garbage collection.
1792 See also `benchmark-run-compiled'.
1794 \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro))
1796 (autoload 'benchmark-run-compiled "benchmark" "\
1797 Time execution of compiled version of FORMS.
1798 This is like `benchmark-run', but what is timed is a funcall of the
1799 byte code obtained by wrapping FORMS in a `lambda' and compiling the
1800 result. The overhead of the `lambda's is accounted for.
1802 \(fn &optional REPETITIONS &rest FORMS)" nil (quote macro))
1804 (autoload 'benchmark "benchmark" "\
1805 Print the time taken for REPETITIONS executions of FORM.
1806 Interactively, REPETITIONS is taken from the prefix arg.
1807 For non-interactive use see also `benchmark-run' and
1808 `benchmark-run-compiled'.
1810 \(fn REPETITIONS FORM)" t nil)
1812 ;;;***
1814 ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1815 ;;;;;; "bibtex" "textmodes/bibtex.el" (19845 45374))
1816 ;;; Generated autoloads from textmodes/bibtex.el
1818 (autoload 'bibtex-initialize "bibtex" "\
1819 (Re)Initialize BibTeX buffers.
1820 Visit the BibTeX files defined by `bibtex-files' and return a list
1821 of corresponding buffers.
1822 Initialize in these buffers `bibtex-reference-keys' if not yet set.
1823 List of BibTeX buffers includes current buffer if CURRENT is non-nil.
1824 If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1825 already set. If SELECT is non-nil interactively select a BibTeX buffer.
1826 When called interactively, FORCE is t, CURRENT is t if current buffer uses
1827 `bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode',
1829 \(fn &optional CURRENT FORCE SELECT)" t nil)
1831 (autoload 'bibtex-mode "bibtex" "\
1832 Major mode for editing BibTeX files.
1834 General information on working with BibTeX mode:
1836 Use commands such as \\<bibtex-mode-map>\\[bibtex-Book] to get a template for a specific entry.
1837 Then fill in all desired fields using \\[bibtex-next-field] to jump from field
1838 to field. After having filled in all desired fields in the entry, clean the
1839 new entry with the command \\[bibtex-clean-entry].
1841 Some features of BibTeX mode are available only by setting the variable
1842 `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode
1843 works only with buffers containing valid (syntactical correct) and sorted
1844 entries. This is usually the case, if you have created a buffer completely
1845 with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1847 For third party BibTeX files, call the command \\[bibtex-convert-alien]
1848 to fully take advantage of all features of BibTeX mode.
1851 Special information:
1853 A command such as \\[bibtex-Book] outlines the fields for a BibTeX book entry.
1855 The names of optional fields start with the string OPT, and are thus ignored
1856 by BibTeX. The names of alternative fields from which only one is required
1857 start with the string ALT. The OPT or ALT string may be removed from
1858 the name of a field with \\[bibtex-remove-OPT-or-ALT].
1859 \\[bibtex-make-field] inserts a new field after the current one.
1860 \\[bibtex-kill-field] kills the current field entirely.
1861 \\[bibtex-yank] yanks the last recently killed field after the current field.
1862 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1863 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1864 \\[bibtex-find-text] moves point to the end of the current field.
1865 \\[bibtex-complete] completes word fragment before point according to context.
1867 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1868 from the names of all non-empty optional or alternative fields, checks that
1869 no required fields are empty, and does some formatting dependent on the value
1870 of `bibtex-entry-format'. Furthermore, it can automatically generate a key
1871 for the BibTeX entry, see `bibtex-generate-autokey'.
1872 Note: some functions in BibTeX mode depend on entries being in a special
1873 format (all fields beginning on separate lines), so it is usually a bad
1874 idea to remove `realign' from `bibtex-entry-format'.
1876 BibTeX mode supports Imenu and hideshow minor mode (`hs-minor-mode').
1878 ----------------------------------------------------------
1879 Entry to BibTeX mode calls the value of `bibtex-mode-hook'
1880 if that value is non-nil.
1882 \\{bibtex-mode-map}
1884 \(fn)" t nil)
1886 (autoload 'bibtex-search-entry "bibtex" "\
1887 Move point to the beginning of BibTeX entry named KEY.
1888 Return position of entry if KEY is found or nil if not found.
1889 With GLOBAL non-nil, search KEY in `bibtex-files'. Otherwise the search
1890 is limited to the current buffer. Optional arg START is buffer position
1891 where the search starts. If it is nil, start search at beginning of buffer.
1892 If DISPLAY is non-nil, display the buffer containing KEY.
1893 Otherwise, use `set-buffer'.
1894 When called interactively, GLOBAL is t if there is a prefix arg or the current
1895 mode is not `bibtex-mode', START is nil, and DISPLAY is t.
1897 \(fn KEY &optional GLOBAL START DISPLAY)" t nil)
1899 ;;;***
1901 ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1902 ;;;;;; (19863 8742))
1903 ;;; Generated autoloads from textmodes/bibtex-style.el
1905 (autoload 'bibtex-style-mode "bibtex-style" "\
1906 Major mode for editing BibTeX style files.
1908 \(fn)" t nil)
1910 ;;;***
1912 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1913 ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1914 ;;;;;; (19845 45374))
1915 ;;; Generated autoloads from mail/binhex.el
1917 (defconst binhex-begin-line "^:...............................................................$")
1919 (autoload 'binhex-decode-region-internal "binhex" "\
1920 Binhex decode region between START and END without using an external program.
1921 If HEADER-ONLY is non-nil only decode header and return filename.
1923 \(fn START END &optional HEADER-ONLY)" t nil)
1925 (autoload 'binhex-decode-region-external "binhex" "\
1926 Binhex decode region between START and END using external decoder.
1928 \(fn START END)" t nil)
1930 (autoload 'binhex-decode-region "binhex" "\
1931 Binhex decode region between START and END.
1933 \(fn START END)" t nil)
1935 ;;;***
1937 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (19845
1938 ;;;;;; 45374))
1939 ;;; Generated autoloads from play/blackbox.el
1941 (autoload 'blackbox "blackbox" "\
1942 Play blackbox.
1943 Optional prefix argument is the number of balls; the default is 4.
1945 What is blackbox?
1947 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
1948 Blackbox). Your opponent (Emacs, in this case) has hidden several
1949 balls (usually 4) within this box. By shooting rays into the box and
1950 observing where they emerge it is possible to deduce the positions of
1951 the hidden balls. The fewer rays you use to find the balls, the lower
1952 your score.
1954 Overview of play:
1956 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
1957 specifies the number of balls to be hidden in the box; the default is
1958 four.
1960 The cursor can be moved around the box with the standard cursor
1961 movement keys.
1963 To shoot a ray, move the cursor to the edge of the box and press SPC.
1964 The result will be determined and the playfield updated.
1966 You may place or remove balls in the box by moving the cursor into the
1967 box and pressing \\[bb-romp].
1969 When you think the configuration of balls you have placed is correct,
1970 press \\[bb-done]. You will be informed whether you are correct or
1971 not, and be given your score. Your score is the number of letters and
1972 numbers around the outside of the box plus five for each incorrectly
1973 placed ball. If you placed any balls incorrectly, they will be
1974 indicated with `x', and their actual positions indicated with `o'.
1976 Details:
1978 There are three possible outcomes for each ray you send into the box:
1980 Detour: the ray is deflected and emerges somewhere other than
1981 where you sent it in. On the playfield, detours are
1982 denoted by matching pairs of numbers -- one where the
1983 ray went in, and the other where it came out.
1985 Reflection: the ray is reflected and emerges in the same place
1986 it was sent in. On the playfield, reflections are
1987 denoted by the letter `R'.
1989 Hit: the ray strikes a ball directly and is absorbed. It does
1990 not emerge from the box. On the playfield, hits are
1991 denoted by the letter `H'.
1993 The rules for how balls deflect rays are simple and are best shown by
1994 example.
1996 As a ray approaches a ball it is deflected ninety degrees. Rays can
1997 be deflected multiple times. In the diagrams below, the dashes
1998 represent empty box locations and the letter `O' represents a ball.
1999 The entrance and exit points of each ray are marked with numbers as
2000 described under \"Detour\" above. Note that the entrance and exit
2001 points are always interchangeable. `*' denotes the path taken by the
2002 ray.
2004 Note carefully the relative positions of the ball and the ninety
2005 degree deflection it causes.
2008 - * - - - - - - - - - - - - - - - - - - - - - -
2009 - * - - - - - - - - - - - - - - - - - - - - - -
2010 1 * * - - - - - - - - - - - - - - - O - - - - O -
2011 - - O - - - - - - - O - - - - - - - * * * * - -
2012 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
2013 - - - - - - - - - - - * - - - - - - - O - * - -
2014 - - - - - - - - - - - * - - - - - - - - * * - -
2015 - - - - - - - - - - - * - - - - - - - - * - O -
2018 As mentioned above, a reflection occurs when a ray emerges from the same point
2019 it was sent in. This can happen in several ways:
2022 - - - - - - - - - - - - - - - - - - - - - - - -
2023 - - - - O - - - - - O - O - - - - - - - - - - -
2024 R * * * * - - - - - - - * - - - - O - - - - - - -
2025 - - - - O - - - - - - * - - - - R - - - - - - - -
2026 - - - - - - - - - - - * - - - - - - - - - - - -
2027 - - - - - - - - - - - * - - - - - - - - - - - -
2028 - - - - - - - - R * * * * - - - - - - - - - - - -
2029 - - - - - - - - - - - - O - - - - - - - - - - -
2031 In the first example, the ray is deflected downwards by the upper
2032 ball, then left by the lower ball, and finally retraces its path to
2033 its point of origin. The second example is similar. The third
2034 example is a bit anomalous but can be rationalized by realizing the
2035 ray never gets a chance to get into the box. Alternatively, the ray
2036 can be thought of as being deflected downwards and immediately
2037 emerging from the box.
2039 A hit occurs when a ray runs straight into a ball:
2041 - - - - - - - - - - - - - - - - - - - - - - - -
2042 - - - - - - - - - - - - - - - - - - - - O - - -
2043 - - - - - - - - - - - - O - - - H * * * * - - - -
2044 - - - - - - - - H * * * * O - - - - - - * - - - -
2045 - - - - - - - - - - - - O - - - - - - O - - - -
2046 H * * * O - - - - - - - - - - - - - - - - - - - -
2047 - - - - - - - - - - - - - - - - - - - - - - - -
2048 - - - - - - - - - - - - - - - - - - - - - - - -
2050 Be sure to compare the second example of a hit with the first example of
2051 a reflection.
2053 \(fn NUM)" t nil)
2055 ;;;***
2057 ;;;### (autoloads (bookmark-bmenu-search bookmark-bmenu-list bookmark-load
2058 ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2059 ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2060 ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2061 ;;;;;; "bookmark.el" (19845 45374))
2062 ;;; Generated autoloads from bookmark.el
2063 (define-key ctl-x-r-map "b" 'bookmark-jump)
2064 (define-key ctl-x-r-map "m" 'bookmark-set)
2065 (define-key ctl-x-r-map "l" 'bookmark-bmenu-list)
2067 (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) "\
2068 Keymap containing bindings to bookmark functions.
2069 It is not bound to any key by default: to bind it
2070 so that you have a bookmark prefix, just use `global-set-key' and bind a
2071 key of your choice to `bookmark-map'. All interactive bookmark
2072 functions have a binding in this keymap.")
2073 (fset 'bookmark-map bookmark-map)
2075 (autoload 'bookmark-set "bookmark" "\
2076 Set a bookmark named NAME at the current location.
2077 If name is nil, then prompt the user.
2079 With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any
2080 existing bookmark that has the same name as NAME, but instead push the
2081 new bookmark onto the bookmark alist. The most recently set bookmark
2082 with name NAME is thus the one in effect at any given time, but the
2083 others are still there, should the user decide to delete the most
2084 recent one.
2086 To yank words from the text of the buffer and use them as part of the
2087 bookmark name, type C-w while setting a bookmark. Successive C-w's
2088 yank successive words.
2090 Typing C-u inserts (at the bookmark name prompt) the name of the last
2091 bookmark used in the document where the new bookmark is being set;
2092 this helps you use a single bookmark name to track progress through a
2093 large document. If there is no prior bookmark for this document, then
2094 C-u inserts an appropriate name based on the buffer or file.
2096 Use \\[bookmark-delete] to remove bookmarks (you give it a name and
2097 it removes only the first instance of a bookmark with that name from
2098 the list of bookmarks.)
2100 \(fn &optional NAME NO-OVERWRITE)" t nil)
2102 (autoload 'bookmark-jump "bookmark" "\
2103 Jump to bookmark BOOKMARK (a point in some file).
2104 You may have a problem using this function if the value of variable
2105 `bookmark-alist' is nil. If that happens, you need to load in some
2106 bookmarks. See help on function `bookmark-load' for more about
2107 this.
2109 If the file pointed to by BOOKMARK no longer exists, you will be asked
2110 if you wish to give the bookmark a new location, and `bookmark-jump'
2111 will then jump to the new location, as well as recording it in place
2112 of the old one in the permanent bookmark record.
2114 BOOKMARK is usually a bookmark name (a string). It can also be a
2115 bookmark record, but this is usually only done by programmatic callers.
2117 If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
2118 bookmark. It defaults to `switch-to-buffer'. A typical value for
2119 DISPLAY-FUNC would be `switch-to-buffer-other-window'.
2121 \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil)
2123 (autoload 'bookmark-jump-other-window "bookmark" "\
2124 Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2126 \(fn BOOKMARK)" t nil)
2128 (autoload 'bookmark-relocate "bookmark" "\
2129 Relocate BOOKMARK-NAME to another file, reading file name with minibuffer.
2131 This makes an already existing bookmark point to that file, instead of
2132 the one it used to point at. Useful when a file has been renamed
2133 after a bookmark was set in it.
2135 \(fn BOOKMARK-NAME)" t nil)
2137 (autoload 'bookmark-insert-location "bookmark" "\
2138 Insert the name of the file associated with BOOKMARK-NAME.
2140 Optional second arg NO-HISTORY means don't record this in the
2141 minibuffer history list `bookmark-history'.
2143 \(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil)
2145 (defalias 'bookmark-locate 'bookmark-insert-location)
2147 (autoload 'bookmark-rename "bookmark" "\
2148 Change the name of OLD-NAME bookmark to NEW-NAME name.
2149 If called from keyboard, prompt for OLD-NAME and NEW-NAME.
2150 If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME.
2152 If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed
2153 as an argument. If called with two strings, then no prompting is done.
2154 You must pass at least OLD-NAME when calling from Lisp.
2156 While you are entering the new name, consecutive C-w's insert
2157 consecutive words from the text of the buffer into the new bookmark
2158 name.
2160 \(fn OLD-NAME &optional NEW-NAME)" t nil)
2162 (autoload 'bookmark-insert "bookmark" "\
2163 Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
2164 BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
2166 You may have a problem using this function if the value of variable
2167 `bookmark-alist' is nil. If that happens, you need to load in some
2168 bookmarks. See help on function `bookmark-load' for more about
2169 this.
2171 \(fn BOOKMARK-NAME)" t nil)
2173 (autoload 'bookmark-delete "bookmark" "\
2174 Delete BOOKMARK-NAME from the bookmark list.
2176 Removes only the first instance of a bookmark with that name. If
2177 there are one or more other bookmarks with the same name, they will
2178 not be deleted. Defaults to the \"current\" bookmark (that is, the
2179 one most recently used in this file, if any).
2180 Optional second arg BATCH means don't update the bookmark list buffer,
2181 probably because we were called from there.
2183 \(fn BOOKMARK-NAME &optional BATCH)" t nil)
2185 (autoload 'bookmark-write "bookmark" "\
2186 Write bookmarks to a file (reading the file name with the minibuffer).
2187 Don't use this in Lisp programs; use `bookmark-save' instead.
2189 \(fn)" t nil)
2191 (autoload 'bookmark-save "bookmark" "\
2192 Save currently defined bookmarks.
2193 Saves by default in the file defined by the variable
2194 `bookmark-default-file'. With a prefix arg, save it in file FILE
2195 \(second argument).
2197 If you are calling this from Lisp, the two arguments are PARG and
2198 FILE, and if you just want it to write to the default file, then
2199 pass no arguments. Or pass in nil and FILE, and it will save in FILE
2200 instead. If you pass in one argument, and it is non-nil, then the
2201 user will be interactively queried for a file to save in.
2203 When you want to load in the bookmarks from a file, use
2204 `bookmark-load', \\[bookmark-load]. That function will prompt you
2205 for a file, defaulting to the file defined by variable
2206 `bookmark-default-file'.
2208 \(fn &optional PARG FILE)" t nil)
2210 (autoload 'bookmark-load "bookmark" "\
2211 Load bookmarks from FILE (which must be in bookmark format).
2212 Appends loaded bookmarks to the front of the list of bookmarks. If
2213 optional second argument OVERWRITE is non-nil, existing bookmarks are
2214 destroyed. Optional third arg NO-MSG means don't display any messages
2215 while loading.
2217 If you load a file that doesn't contain a proper bookmark alist, you
2218 will corrupt Emacs's bookmark list. Generally, you should only load
2219 in files that were created with the bookmark functions in the first
2220 place. Your own personal bookmark file, `~/.emacs.bmk', is
2221 maintained automatically by Emacs; you shouldn't need to load it
2222 explicitly.
2224 If you load a file containing bookmarks with the same names as
2225 bookmarks already present in your Emacs, the new bookmarks will get
2226 unique numeric suffixes \"<2>\", \"<3>\", ... following the same
2227 method buffers use to resolve name collisions.
2229 \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
2231 (autoload 'bookmark-bmenu-list "bookmark" "\
2232 Display a list of existing bookmarks.
2233 The list is displayed in a buffer named `*Bookmark List*'.
2234 The leftmost column displays a D if the bookmark is flagged for
2235 deletion, or > if it is flagged for displaying.
2237 \(fn)" t nil)
2239 (defalias 'list-bookmarks 'bookmark-bmenu-list)
2241 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
2243 (autoload 'bookmark-bmenu-search "bookmark" "\
2244 Incremental search of bookmarks, hiding the non-matches as we go.
2246 \(fn)" t nil)
2248 (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (define-key map [load] `(menu-item ,(purecopy "Load a Bookmark File...") bookmark-load :help ,(purecopy "Load bookmarks from a bookmark file)"))) (define-key map [write] `(menu-item ,(purecopy "Save Bookmarks As...") bookmark-write :help ,(purecopy "Write bookmarks to a file (reading the file name with the minibuffer)"))) (define-key map [save] `(menu-item ,(purecopy "Save Bookmarks") bookmark-save :help ,(purecopy "Save currently defined bookmarks"))) (define-key map [edit] `(menu-item ,(purecopy "Edit Bookmark List") bookmark-bmenu-list :help ,(purecopy "Display a list of existing bookmarks"))) (define-key map [delete] `(menu-item ,(purecopy "Delete Bookmark...") bookmark-delete :help ,(purecopy "Delete a bookmark from the bookmark list"))) (define-key map [rename] `(menu-item ,(purecopy "Rename Bookmark...") bookmark-rename :help ,(purecopy "Change the name of a bookmark"))) (define-key map [locate] `(menu-item ,(purecopy "Insert Location...") bookmark-locate :help ,(purecopy "Insert the name of the file associated with a bookmark"))) (define-key map [insert] `(menu-item ,(purecopy "Insert Contents...") bookmark-insert :help ,(purecopy "Insert the text of the file pointed to by a bookmark"))) (define-key map [set] `(menu-item ,(purecopy "Set Bookmark...") bookmark-set :help ,(purecopy "Set a bookmark named inside a file."))) (define-key map [jump] `(menu-item ,(purecopy "Jump to Bookmark...") bookmark-jump :help ,(purecopy "Jump to a bookmark (a point in some file)"))) map))
2250 (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map)
2252 ;;;***
2254 ;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic
2255 ;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm
2256 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2257 ;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-firefox
2258 ;;;;;; browse-url-mozilla browse-url-netscape browse-url-xdg-open
2259 ;;;;;; browse-url-at-mouse browse-url-at-point browse-url browse-url-of-region
2260 ;;;;;; browse-url-of-dired-file browse-url-of-buffer browse-url-of-file
2261 ;;;;;; browse-url-browser-function) "browse-url" "net/browse-url.el"
2262 ;;;;;; (19870 57559))
2263 ;;; Generated autoloads from net/browse-url.el
2265 (defvar browse-url-browser-function (cond ((memq system-type '(windows-nt ms-dos cygwin)) 'browse-url-default-windows-browser) ((memq system-type '(darwin)) 'browse-url-default-macosx-browser) (t 'browse-url-default-browser)) "\
2266 Function to display the current buffer in a WWW browser.
2267 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2268 `browse-url-of-file' commands.
2270 If the value is not a function it should be a list of pairs
2271 \(REGEXP . FUNCTION). In this case the function called will be the one
2272 associated with the first REGEXP which matches the current URL. The
2273 function is passed the URL and any other args of `browse-url'. The last
2274 regexp should probably be \".\" to specify a default browser.")
2276 (custom-autoload 'browse-url-browser-function "browse-url" t)
2278 (autoload 'browse-url-of-file "browse-url" "\
2279 Ask a WWW browser to display FILE.
2280 Display the current buffer's file if FILE is nil or if called
2281 interactively. Turn the filename into a URL with function
2282 `browse-url-file-url'. Pass the URL to a browser using the
2283 `browse-url' function then run `browse-url-of-file-hook'.
2285 \(fn &optional FILE)" t nil)
2287 (autoload 'browse-url-of-buffer "browse-url" "\
2288 Ask a WWW browser to display BUFFER.
2289 Display the current buffer if BUFFER is nil. Display only the
2290 currently visible part of BUFFER (from a temporary file) if buffer is
2291 narrowed.
2293 \(fn &optional BUFFER)" t nil)
2295 (autoload 'browse-url-of-dired-file "browse-url" "\
2296 In Dired, ask a WWW browser to display the file named on this line.
2298 \(fn)" t nil)
2300 (autoload 'browse-url-of-region "browse-url" "\
2301 Ask a WWW browser to display the current region.
2303 \(fn MIN MAX)" t nil)
2305 (autoload 'browse-url "browse-url" "\
2306 Ask a WWW browser to load URL.
2307 Prompts for a URL, defaulting to the URL at or before point. Variable
2308 `browse-url-browser-function' says which browser to use.
2309 If the URL is a mailto: URL, consult `browse-url-mailto-function'
2310 first, if that exists.
2312 \(fn URL &rest ARGS)" t nil)
2314 (autoload 'browse-url-at-point "browse-url" "\
2315 Ask a WWW browser to load the URL at or before point.
2316 Doesn't let you edit the URL like `browse-url'. Variable
2317 `browse-url-browser-function' says which browser to use.
2319 \(fn &optional ARG)" t nil)
2321 (autoload 'browse-url-at-mouse "browse-url" "\
2322 Ask a WWW browser to load a URL clicked with the mouse.
2323 The URL is the one around or before the position of the mouse click
2324 but point is not changed. Doesn't let you edit the URL like
2325 `browse-url'. Variable `browse-url-browser-function' says which browser
2326 to use.
2328 \(fn EVENT)" t nil)
2330 (autoload 'browse-url-xdg-open "browse-url" "\
2333 \(fn URL &optional NEW-WINDOW)" t nil)
2335 (autoload 'browse-url-netscape "browse-url" "\
2336 Ask the Netscape WWW browser to load URL.
2337 Default to the URL around or before point. The strings in variable
2338 `browse-url-netscape-arguments' are also passed to Netscape.
2340 When called interactively, if variable `browse-url-new-window-flag' is
2341 non-nil, load the document in a new Netscape window, otherwise use a
2342 random existing one. A non-nil interactive prefix argument reverses
2343 the effect of `browse-url-new-window-flag'.
2345 If `browse-url-netscape-new-window-is-tab' is non-nil, then
2346 whenever a document would otherwise be loaded in a new window, it
2347 is loaded in a new tab in an existing window instead.
2349 When called non-interactively, optional second argument NEW-WINDOW is
2350 used instead of `browse-url-new-window-flag'.
2352 \(fn URL &optional NEW-WINDOW)" t nil)
2354 (autoload 'browse-url-mozilla "browse-url" "\
2355 Ask the Mozilla WWW browser to load URL.
2356 Default to the URL around or before point. The strings in variable
2357 `browse-url-mozilla-arguments' are also passed to Mozilla.
2359 When called interactively, if variable `browse-url-new-window-flag' is
2360 non-nil, load the document in a new Mozilla window, otherwise use a
2361 random existing one. A non-nil interactive prefix argument reverses
2362 the effect of `browse-url-new-window-flag'.
2364 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2365 document would otherwise be loaded in a new window, it is loaded in a
2366 new tab in an existing window instead.
2368 When called non-interactively, optional second argument NEW-WINDOW is
2369 used instead of `browse-url-new-window-flag'.
2371 \(fn URL &optional NEW-WINDOW)" t nil)
2373 (autoload 'browse-url-firefox "browse-url" "\
2374 Ask the Firefox WWW browser to load URL.
2375 Default to the URL around or before point. The strings in
2376 variable `browse-url-firefox-arguments' are also passed to
2377 Firefox.
2379 When called interactively, if variable
2380 `browse-url-new-window-flag' is non-nil, load the document in a
2381 new Firefox window, otherwise use a random existing one. A
2382 non-nil interactive prefix argument reverses the effect of
2383 `browse-url-new-window-flag'.
2385 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2386 whenever a document would otherwise be loaded in a new window, it
2387 is loaded in a new tab in an existing window instead.
2389 When called non-interactively, optional second argument
2390 NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2392 On MS-Windows systems the optional `new-window' parameter is
2393 ignored. Firefox for Windows does not support the \"-remote\"
2394 command line parameter. Therefore, the
2395 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2396 are ignored as well. Firefox on Windows will always open the requested
2397 URL in a new window.
2399 \(fn URL &optional NEW-WINDOW)" t nil)
2401 (autoload 'browse-url-galeon "browse-url" "\
2402 Ask the Galeon WWW browser to load URL.
2403 Default to the URL around or before point. The strings in variable
2404 `browse-url-galeon-arguments' are also passed to Galeon.
2406 When called interactively, if variable `browse-url-new-window-flag' is
2407 non-nil, load the document in a new Galeon window, otherwise use a
2408 random existing one. A non-nil interactive prefix argument reverses
2409 the effect of `browse-url-new-window-flag'.
2411 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2412 document would otherwise be loaded in a new window, it is loaded in a
2413 new tab in an existing window instead.
2415 When called non-interactively, optional second argument NEW-WINDOW is
2416 used instead of `browse-url-new-window-flag'.
2418 \(fn URL &optional NEW-WINDOW)" t nil)
2420 (autoload 'browse-url-emacs "browse-url" "\
2421 Ask Emacs to load URL into a buffer and show it in another window.
2423 \(fn URL &optional NEW-WINDOW)" t nil)
2425 (autoload 'browse-url-gnome-moz "browse-url" "\
2426 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2427 Default to the URL around or before point. The strings in variable
2428 `browse-url-gnome-moz-arguments' are also passed.
2430 When called interactively, if variable `browse-url-new-window-flag' is
2431 non-nil, load the document in a new browser window, otherwise use an
2432 existing one. A non-nil interactive prefix argument reverses the
2433 effect of `browse-url-new-window-flag'.
2435 When called non-interactively, optional second argument NEW-WINDOW is
2436 used instead of `browse-url-new-window-flag'.
2438 \(fn URL &optional NEW-WINDOW)" t nil)
2440 (autoload 'browse-url-mosaic "browse-url" "\
2441 Ask the XMosaic WWW browser to load URL.
2443 Default to the URL around or before point. The strings in variable
2444 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2445 program is invoked according to the variable
2446 `browse-url-mosaic-program'.
2448 When called interactively, if variable `browse-url-new-window-flag' is
2449 non-nil, load the document in a new Mosaic window, otherwise use a
2450 random existing one. A non-nil interactive prefix argument reverses
2451 the effect of `browse-url-new-window-flag'.
2453 When called non-interactively, optional second argument NEW-WINDOW is
2454 used instead of `browse-url-new-window-flag'.
2456 \(fn URL &optional NEW-WINDOW)" t nil)
2458 (autoload 'browse-url-cci "browse-url" "\
2459 Ask the XMosaic WWW browser to load URL.
2460 Default to the URL around or before point.
2462 This function only works for XMosaic version 2.5 or later. You must
2463 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2464 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2466 When called interactively, if variable `browse-url-new-window-flag' is
2467 non-nil, load the document in a new browser window, otherwise use a
2468 random existing one. A non-nil interactive prefix argument reverses
2469 the effect of `browse-url-new-window-flag'.
2471 When called non-interactively, optional second argument NEW-WINDOW is
2472 used instead of `browse-url-new-window-flag'.
2474 \(fn URL &optional NEW-WINDOW)" t nil)
2476 (autoload 'browse-url-w3 "browse-url" "\
2477 Ask the w3 WWW browser to load URL.
2478 Default to the URL around or before point.
2480 When called interactively, if variable `browse-url-new-window-flag' is
2481 non-nil, load the document in a new window. A non-nil interactive
2482 prefix argument reverses the effect of `browse-url-new-window-flag'.
2484 When called non-interactively, optional second argument NEW-WINDOW is
2485 used instead of `browse-url-new-window-flag'.
2487 \(fn URL &optional NEW-WINDOW)" t nil)
2489 (autoload 'browse-url-w3-gnudoit "browse-url" "\
2490 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2491 The `browse-url-gnudoit-program' program is used with options given by
2492 `browse-url-gnudoit-args'. Default to the URL around or before point.
2494 \(fn URL &optional NEW-WINDOW)" t nil)
2496 (autoload 'browse-url-text-xterm "browse-url" "\
2497 Ask a text browser to load URL.
2498 URL defaults to the URL around or before point.
2499 This runs the text browser specified by `browse-url-text-browser'.
2500 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2501 with possible additional arguments `browse-url-xterm-args'.
2503 \(fn URL &optional NEW-WINDOW)" t nil)
2505 (autoload 'browse-url-text-emacs "browse-url" "\
2506 Ask a text browser to load URL.
2507 URL defaults to the URL around or before point.
2508 This runs the text browser specified by `browse-url-text-browser'.
2509 With a prefix argument, it runs a new browser process in a new buffer.
2511 When called interactively, if variable `browse-url-new-window-flag' is
2512 non-nil, load the document in a new browser process in a new term window,
2513 otherwise use any existing one. A non-nil interactive prefix argument
2514 reverses the effect of `browse-url-new-window-flag'.
2516 When called non-interactively, optional second argument NEW-WINDOW is
2517 used instead of `browse-url-new-window-flag'.
2519 \(fn URL &optional NEW-BUFFER)" t nil)
2521 (autoload 'browse-url-mail "browse-url" "\
2522 Open a new mail message buffer within Emacs for the RFC 2368 URL.
2523 Default to using the mailto: URL around or before point as the
2524 recipient's address. Supplying a non-nil interactive prefix argument
2525 will cause the mail to be composed in another window rather than the
2526 current one.
2528 When called interactively, if variable `browse-url-new-window-flag' is
2529 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2530 non-nil interactive prefix argument reverses the effect of
2531 `browse-url-new-window-flag'.
2533 When called non-interactively, optional second argument NEW-WINDOW is
2534 used instead of `browse-url-new-window-flag'.
2536 \(fn URL &optional NEW-WINDOW)" t nil)
2538 (autoload 'browse-url-generic "browse-url" "\
2539 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2540 Default to the URL around or before point. A fresh copy of the
2541 browser is started up in a new process with possible additional arguments
2542 `browse-url-generic-args'. This is appropriate for browsers which
2543 don't offer a form of remote control.
2545 \(fn URL &optional NEW-WINDOW)" t nil)
2547 (autoload 'browse-url-kde "browse-url" "\
2548 Ask the KDE WWW browser to load URL.
2549 Default to the URL around or before point.
2551 \(fn URL &optional NEW-WINDOW)" t nil)
2553 (autoload 'browse-url-elinks "browse-url" "\
2554 Ask the Elinks WWW browser to load URL.
2555 Default to the URL around the point.
2557 The document is loaded in a new tab of a running Elinks or, if
2558 none yet running, a newly started instance.
2560 The Elinks command will be prepended by the program+arguments
2561 from `browse-url-elinks-wrapper'.
2563 \(fn URL &optional NEW-WINDOW)" t nil)
2565 ;;;***
2567 ;;;### (autoloads (snarf-bruces bruce) "bruce" "play/bruce.el" (19845
2568 ;;;;;; 45374))
2569 ;;; Generated autoloads from play/bruce.el
2571 (autoload 'bruce "bruce" "\
2572 Adds that special touch of class to your outgoing mail.
2574 \(fn)" t nil)
2576 (autoload 'snarf-bruces "bruce" "\
2577 Return a vector containing the lines from `bruce-phrases-file'.
2579 \(fn)" nil nil)
2581 ;;;***
2583 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2584 ;;;;;; "bs" "bs.el" (19870 57559))
2585 ;;; Generated autoloads from bs.el
2587 (autoload 'bs-cycle-next "bs" "\
2588 Select next buffer defined by buffer cycling.
2589 The buffers taking part in buffer cycling are defined
2590 by buffer configuration `bs-cycle-configuration-name'.
2592 \(fn)" t nil)
2594 (autoload 'bs-cycle-previous "bs" "\
2595 Select previous buffer defined by buffer cycling.
2596 The buffers taking part in buffer cycling are defined
2597 by buffer configuration `bs-cycle-configuration-name'.
2599 \(fn)" t nil)
2601 (autoload 'bs-customize "bs" "\
2602 Customization of group bs for Buffer Selection Menu.
2604 \(fn)" t nil)
2606 (autoload 'bs-show "bs" "\
2607 Make a menu of buffers so you can manipulate buffers or the buffer list.
2608 \\<bs-mode-map>
2609 There are many key commands similar to `Buffer-menu-mode' for
2610 manipulating the buffer list and the buffers themselves.
2611 User can move with [up] or [down], select a buffer
2612 by \\[bs-select] or [SPC]
2614 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2615 Type \\[bs-help] after invocation to get help on commands available.
2616 With prefix argument ARG show a different buffer list. Function
2617 `bs--configuration-name-for-prefix-arg' determine accordingly
2618 name of buffer configuration.
2620 \(fn ARG)" t nil)
2622 ;;;***
2624 ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (19889 21967))
2625 ;;; Generated autoloads from play/bubbles.el
2627 (autoload 'bubbles "bubbles" "\
2628 Play Bubbles game.
2629 \\<bubbles-mode-map>
2630 The goal is to remove all bubbles with as few moves as possible.
2631 \\[bubbles-plop] on a bubble removes that bubble and all
2632 connected bubbles of the same color. Unsupported bubbles fall
2633 down, and columns that do not contain any bubbles suck the
2634 columns on its right towards the left.
2636 \\[bubbles-set-game-easy] sets the difficulty to easy.
2637 \\[bubbles-set-game-medium] sets the difficulty to medium.
2638 \\[bubbles-set-game-difficult] sets the difficulty to difficult.
2639 \\[bubbles-set-game-hard] sets the difficulty to hard.
2641 \(fn)" t nil)
2643 ;;;***
2645 ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2646 ;;;;;; "progmodes/bug-reference.el" (19890 42850))
2647 ;;; Generated autoloads from progmodes/bug-reference.el
2649 (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
2651 (autoload 'bug-reference-mode "bug-reference" "\
2652 Minor mode to buttonize bugzilla references in the current buffer.
2654 \(fn &optional ARG)" t nil)
2656 (autoload 'bug-reference-prog-mode "bug-reference" "\
2657 Like `bug-reference-mode', but only buttonize in comments and strings.
2659 \(fn &optional ARG)" t nil)
2661 ;;;***
2663 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2664 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2665 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2666 ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2667 ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (19881 27850))
2668 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2669 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2670 (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2671 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2673 (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
2675 (autoload 'byte-compile-disable-warning "bytecomp" "\
2676 Change `byte-compile-warnings' to disable WARNING.
2677 If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2678 Otherwise, if the first element is `not', add WARNING, else remove it.
2679 Normally you should let-bind `byte-compile-warnings' before calling this,
2680 else the global value will be modified.
2682 \(fn WARNING)" nil nil)
2684 (autoload 'byte-compile-enable-warning "bytecomp" "\
2685 Change `byte-compile-warnings' to enable WARNING.
2686 If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
2687 first element is `not', remove WARNING, else add it.
2688 Normally you should let-bind `byte-compile-warnings' before calling this,
2689 else the global value will be modified.
2691 \(fn WARNING)" nil nil)
2693 (autoload 'byte-force-recompile "bytecomp" "\
2694 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2695 Files in subdirectories of DIRECTORY are processed also.
2697 \(fn DIRECTORY)" t nil)
2699 (autoload 'byte-recompile-directory "bytecomp" "\
2700 Recompile every `.el' file in DIRECTORY that needs recompilation.
2701 This happens when a `.elc' file exists but is older than the `.el' file.
2702 Files in subdirectories of DIRECTORY are processed also.
2704 If the `.elc' file does not exist, normally this function *does not*
2705 compile the corresponding `.el' file. However, if the prefix argument
2706 ARG is 0, that means do compile all those files. A nonzero
2707 ARG means ask the user, for each such `.el' file, whether to
2708 compile it. A nonzero ARG also means ask about each subdirectory
2709 before scanning it.
2711 If the third argument FORCE is non-nil, recompile every `.el' file
2712 that already has a `.elc' file.
2714 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2715 (put 'no-byte-compile 'safe-local-variable 'booleanp)
2717 (autoload 'byte-compile-file "bytecomp" "\
2718 Compile a file of Lisp code named FILENAME into a file of byte code.
2719 The output file's name is generated by passing FILENAME to the
2720 function `byte-compile-dest-file' (which see).
2721 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2722 The value is non-nil if there were no errors, nil if errors.
2724 \(fn FILENAME &optional LOAD)" t nil)
2726 (autoload 'compile-defun "bytecomp" "\
2727 Compile and evaluate the current top-level form.
2728 Print the result in the echo area.
2729 With argument ARG, insert value in current buffer after the form.
2731 \(fn &optional ARG)" t nil)
2733 (autoload 'byte-compile "bytecomp" "\
2734 If FORM is a symbol, byte-compile its function definition.
2735 If FORM is a lambda or a macro, byte-compile it as a function.
2737 \(fn FORM)" nil nil)
2739 (autoload 'display-call-tree "bytecomp" "\
2740 Display a call graph of a specified file.
2741 This lists which functions have been called, what functions called
2742 them, and what functions they call. The list includes all functions
2743 whose definitions have been compiled in this Emacs session, as well as
2744 all functions called by those functions.
2746 The call graph does not include macros, inline functions, or
2747 primitives that the byte-code interpreter knows about directly (eq,
2748 cons, etc.).
2750 The call tree also lists those functions which are not known to be called
2751 \(that is, to which no calls have been compiled), and which cannot be
2752 invoked interactively.
2754 \(fn &optional FILENAME)" t nil)
2756 (autoload 'batch-byte-compile-if-not-done "bytecomp" "\
2757 Like `byte-compile-file' but doesn't recompile if already up to date.
2758 Use this from the command line, with `-batch';
2759 it won't work in an interactive Emacs.
2761 \(fn)" nil nil)
2763 (autoload 'batch-byte-compile "bytecomp" "\
2764 Run `byte-compile-file' on the files remaining on the command line.
2765 Use this from the command line, with `-batch';
2766 it won't work in an interactive Emacs.
2767 Each file is processed even if an error occurred previously.
2768 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2769 If NOFORCE is non-nil, don't recompile a file that seems to be
2770 already up-to-date.
2772 \(fn &optional NOFORCE)" nil nil)
2774 (autoload 'batch-byte-recompile-directory "bytecomp" "\
2775 Run `byte-recompile-directory' on the dirs remaining on the command line.
2776 Must be used only with `-batch', and kills Emacs on completion.
2777 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2779 Optional argument ARG is passed as second argument ARG to
2780 `byte-recompile-directory'; see there for its possible values
2781 and corresponding effects.
2783 \(fn &optional ARG)" nil nil)
2785 ;;;***
2787 ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (19885
2788 ;;;;;; 24894))
2789 ;;; Generated autoloads from calendar/cal-china.el
2791 (put 'calendar-chinese-time-zone 'risky-local-variable t)
2793 (put 'chinese-calendar-time-zone 'risky-local-variable t)
2795 ;;;***
2797 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (19885 24894))
2798 ;;; Generated autoloads from calendar/cal-dst.el
2800 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
2802 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
2804 (put 'calendar-current-time-zone-cache 'risky-local-variable t)
2806 ;;;***
2808 ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2809 ;;;;;; (19885 24894))
2810 ;;; Generated autoloads from calendar/cal-hebrew.el
2812 (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
2813 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2814 When called interactively from the calendar window, the date of death is taken
2815 from the cursor position.
2817 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2819 (define-obsolete-function-alias 'list-yahrzeit-dates 'calendar-hebrew-list-yahrzeits "23.1")
2821 ;;;***
2823 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2824 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2825 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (19845
2826 ;;;;;; 45374))
2827 ;;; Generated autoloads from calc/calc.el
2828 (define-key ctl-x-map "*" 'calc-dispatch)
2830 (autoload 'calc-dispatch "calc" "\
2831 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2833 \(fn &optional ARG)" t nil)
2835 (autoload 'calc "calc" "\
2836 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2838 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2840 (autoload 'full-calc "calc" "\
2841 Invoke the Calculator and give it a full-sized window.
2843 \(fn &optional INTERACTIVE)" t nil)
2845 (autoload 'quick-calc "calc" "\
2846 Do a quick calculation in the minibuffer without invoking full Calculator.
2848 \(fn)" t nil)
2850 (autoload 'calc-eval "calc" "\
2851 Do a quick calculation and return the result as a string.
2852 Return value will either be the formatted result in string form,
2853 or a list containing a character position and an error message in string form.
2855 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2857 (autoload 'calc-keypad "calc" "\
2858 Invoke the Calculator in \"visual keypad\" mode.
2859 This is most useful in the X window system.
2860 In this mode, click on the Calc \"buttons\" using the left mouse button.
2861 Or, position the cursor manually and do M-x calc-keypad-press.
2863 \(fn &optional INTERACTIVE)" t nil)
2865 (autoload 'full-calc-keypad "calc" "\
2866 Invoke the Calculator in full-screen \"visual keypad\" mode.
2867 See calc-keypad for details.
2869 \(fn &optional INTERACTIVE)" t nil)
2871 (autoload 'calc-grab-region "calc" "\
2872 Parse the region as a vector of numbers and push it on the Calculator stack.
2874 \(fn TOP BOT ARG)" t nil)
2876 (autoload 'calc-grab-rectangle "calc" "\
2877 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2879 \(fn TOP BOT ARG)" t nil)
2881 (autoload 'calc-embedded "calc" "\
2882 Start Calc Embedded mode on the formula surrounding point.
2884 \(fn ARG &optional END OBEG OEND)" t nil)
2886 (autoload 'calc-embedded-activate "calc" "\
2887 Scan the current editing buffer for all embedded := and => formulas.
2888 Also looks for the equivalent TeX words, \\gets and \\evalto.
2890 \(fn &optional ARG CBUF)" t nil)
2892 (autoload 'defmath "calc" "\
2893 Define Calc function.
2895 Like `defun' except that code in the body of the definition can
2896 make use of the full range of Calc data types and the usual
2897 arithmetic operations are converted to their Calc equivalents.
2899 The prefix `calcFunc-' is added to the specified name to get the
2900 actual Lisp function name.
2902 See Info node `(calc)Defining Functions'.
2904 \(fn FUNC ARGS &rest BODY)" nil (quote macro))
2906 (put 'defmath 'doc-string-elt '3)
2908 ;;;***
2910 ;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (19845
2911 ;;;;;; 45374))
2912 ;;; Generated autoloads from calc/calc-undo.el
2914 (autoload 'calc-undo "calc-undo" "\
2917 \(fn N)" t nil)
2919 ;;;***
2921 ;;;### (autoloads (calculator) "calculator" "calculator.el" (19845
2922 ;;;;;; 45374))
2923 ;;; Generated autoloads from calculator.el
2925 (autoload 'calculator "calculator" "\
2926 Run the Emacs calculator.
2927 See the documentation for `calculator-mode' for more information.
2929 \(fn)" t nil)
2931 ;;;***
2933 ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (19885
2934 ;;;;;; 24894))
2935 ;;; Generated autoloads from calendar/calendar.el
2937 (autoload 'calendar "calendar" "\
2938 Display a three-month Gregorian calendar.
2939 The three months appear side by side, with the current month in
2940 the middle surrounded by the previous and next months. The
2941 cursor is put on today's date. If optional prefix argument ARG
2942 is non-nil, prompts for the central month and year.
2944 Once in the calendar window, future or past months can be moved
2945 into view. Arbitrary months can be displayed, or the calendar
2946 can be scrolled forward or backward. The cursor can be moved
2947 forward or backward by one day, one week, one month, or one year.
2948 All of these commands take prefix arguments which, when negative,
2949 cause movement in the opposite direction. For convenience, the
2950 digit keys and the minus sign are automatically prefixes. Use
2951 \\[describe-mode] for details of the key bindings in the calendar
2952 window.
2954 Displays the calendar in a separate window, or optionally in a
2955 separate frame, depending on the value of `calendar-setup'.
2957 If `calendar-view-diary-initially-flag' is non-nil, also displays the
2958 diary entries for the current date (or however many days
2959 `diary-number-of-entries' specifies). This variable can be
2960 overridden by `calendar-setup'. As well as being displayed,
2961 diary entries can also be marked on the calendar (see
2962 `calendar-mark-diary-entries-flag').
2964 Runs the following hooks:
2966 `calendar-load-hook' - after loading calendar.el
2967 `calendar-today-visible-hook', `calendar-today-invisible-hook' - after
2968 generating a calendar, if today's date is visible or not, respectively
2969 `calendar-initial-window-hook' - after first creating a calendar
2971 This function is suitable for execution in a .emacs file.
2973 \(fn &optional ARG)" t nil)
2975 ;;;***
2977 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
2978 ;;;;;; "gnus/canlock.el" (19845 45374))
2979 ;;; Generated autoloads from gnus/canlock.el
2981 (autoload 'canlock-insert-header "canlock" "\
2982 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
2984 \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil)
2986 (autoload 'canlock-verify "canlock" "\
2987 Verify Cancel-Lock or Cancel-Key in BUFFER.
2988 If BUFFER is nil, the current buffer is assumed. Signal an error if
2989 it fails.
2991 \(fn &optional BUFFER)" t nil)
2993 ;;;***
2995 ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
2996 ;;;;;; (19845 45374))
2997 ;;; Generated autoloads from progmodes/cap-words.el
2999 (autoload 'capitalized-words-mode "cap-words" "\
3000 Toggle Capitalized Words mode.
3002 In this minor mode, a word boundary occurs immediately before an
3003 uppercase letter in a symbol. This is in addition to all the normal
3004 boundaries given by the syntax and category tables. There is no
3005 restriction to ASCII.
3007 E.g. the beginning of words in the following identifier are as marked:
3009 capitalizedWorDD
3010 ^ ^ ^^
3012 Note that these word boundaries only apply for word motion and
3013 marking commands such as \\[forward-word]. This mode does not affect word
3014 boundaries found by regexp matching (`\\>', `\\w' &c).
3016 This style of identifiers is common in environments like Java ones,
3017 where underscores aren't trendy enough. Capitalization rules are
3018 sometimes part of the language, e.g. Haskell, which may thus encourage
3019 such a style. It is appropriate to add `capitalized-words-mode' to
3020 the mode hook for programming language modes in which you encounter
3021 variables like this, e.g. `java-mode-hook'. It's unlikely to cause
3022 trouble if such identifiers aren't used.
3024 See also `glasses-mode' and `studlify-word'.
3025 Obsoletes `c-forward-into-nomenclature'.
3027 \(fn &optional ARG)" t nil)
3029 ;;;***
3031 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (19845
3032 ;;;;;; 45374))
3033 ;;; Generated autoloads from progmodes/cc-compat.el
3034 (put 'c-indent-level 'safe-local-variable 'integerp)
3036 ;;;***
3038 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3039 ;;;;;; (19893 19022))
3040 ;;; Generated autoloads from progmodes/cc-engine.el
3042 (autoload 'c-guess-basic-syntax "cc-engine" "\
3043 Return the syntactic context of the current line.
3045 \(fn)" nil nil)
3047 ;;;***
3049 ;;;### (autoloads (pike-mode idl-mode java-mode objc-mode c++-mode
3050 ;;;;;; c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3051 ;;;;;; (19845 45374))
3052 ;;; Generated autoloads from progmodes/cc-mode.el
3054 (autoload 'c-initialize-cc-mode "cc-mode" "\
3055 Initialize CC Mode for use in the current buffer.
3056 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3057 initialization to run CC Mode for the C language is done. Otherwise
3058 only some basic setup is done, and a call to `c-init-language-vars' or
3059 `c-init-language-vars-for' is necessary too (which gives more
3060 control). See \"cc-mode.el\" for more info.
3062 \(fn &optional NEW-STYLE-INIT)" nil nil)
3064 (defvar c-mode-syntax-table nil "\
3065 Syntax table used in c-mode buffers.")
3066 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3067 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3068 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
3069 (add-to-list 'auto-mode-alist '("\\.[ch]\\'" . c-mode))
3070 (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
3071 (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
3072 (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode))
3073 (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode))
3075 (autoload 'c-mode "cc-mode" "\
3076 Major mode for editing K&R and ANSI C code.
3077 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3078 c-mode buffer. This automatically sets up a mail buffer with version
3079 information already added. You just need to add a description of the
3080 problem, including a reproducible test case, and send the message.
3082 To see what version of CC Mode you are running, enter `\\[c-version]'.
3084 The hook `c-mode-common-hook' is run with no args at mode
3085 initialization, then `c-mode-hook'.
3087 Key bindings:
3088 \\{c-mode-map}
3090 \(fn)" t nil)
3092 (defvar c++-mode-syntax-table nil "\
3093 Syntax table used in c++-mode buffers.")
3095 (autoload 'c++-mode "cc-mode" "\
3096 Major mode for editing C++ code.
3097 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3098 c++-mode buffer. This automatically sets up a mail buffer with
3099 version information already added. You just need to add a description
3100 of the problem, including a reproducible test case, and send the
3101 message.
3103 To see what version of CC Mode you are running, enter `\\[c-version]'.
3105 The hook `c-mode-common-hook' is run with no args at mode
3106 initialization, then `c++-mode-hook'.
3108 Key bindings:
3109 \\{c++-mode-map}
3111 \(fn)" t nil)
3113 (defvar objc-mode-syntax-table nil "\
3114 Syntax table used in objc-mode buffers.")
3115 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3117 (autoload 'objc-mode "cc-mode" "\
3118 Major mode for editing Objective C code.
3119 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3120 objc-mode buffer. This automatically sets up a mail buffer with
3121 version information already added. You just need to add a description
3122 of the problem, including a reproducible test case, and send the
3123 message.
3125 To see what version of CC Mode you are running, enter `\\[c-version]'.
3127 The hook `c-mode-common-hook' is run with no args at mode
3128 initialization, then `objc-mode-hook'.
3130 Key bindings:
3131 \\{objc-mode-map}
3133 \(fn)" t nil)
3135 (defvar java-mode-syntax-table nil "\
3136 Syntax table used in java-mode buffers.")
3137 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3139 (autoload 'java-mode "cc-mode" "\
3140 Major mode for editing Java code.
3141 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3142 java-mode buffer. This automatically sets up a mail buffer with
3143 version information already added. You just need to add a description
3144 of the problem, including a reproducible test case, and send the
3145 message.
3147 To see what version of CC Mode you are running, enter `\\[c-version]'.
3149 The hook `c-mode-common-hook' is run with no args at mode
3150 initialization, then `java-mode-hook'.
3152 Key bindings:
3153 \\{java-mode-map}
3155 \(fn)" t nil)
3157 (defvar idl-mode-syntax-table nil "\
3158 Syntax table used in idl-mode buffers.")
3159 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3161 (autoload 'idl-mode "cc-mode" "\
3162 Major mode for editing CORBA's IDL, PSDL and CIDL code.
3163 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3164 idl-mode buffer. This automatically sets up a mail buffer with
3165 version information already added. You just need to add a description
3166 of the problem, including a reproducible test case, and send the
3167 message.
3169 To see what version of CC Mode you are running, enter `\\[c-version]'.
3171 The hook `c-mode-common-hook' is run with no args at mode
3172 initialization, then `idl-mode-hook'.
3174 Key bindings:
3175 \\{idl-mode-map}
3177 \(fn)" t nil)
3179 (defvar pike-mode-syntax-table nil "\
3180 Syntax table used in pike-mode buffers.")
3181 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(.in\\)?\\)\\'" . pike-mode))
3182 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3184 (autoload 'pike-mode "cc-mode" "\
3185 Major mode for editing Pike code.
3186 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3187 pike-mode buffer. This automatically sets up a mail buffer with
3188 version information already added. You just need to add a description
3189 of the problem, including a reproducible test case, and send the
3190 message.
3192 To see what version of CC Mode you are running, enter `\\[c-version]'.
3194 The hook `c-mode-common-hook' is run with no args at mode
3195 initialization, then `pike-mode-hook'.
3197 Key bindings:
3198 \\{pike-mode-map}
3200 \(fn)" t nil)
3201 (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode))
3202 (add-to-list 'interpreter-mode-alist '("awk" . awk-mode))
3203 (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode))
3204 (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
3205 (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
3206 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
3208 ;;;***
3210 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3211 ;;;;;; "progmodes/cc-styles.el" (19845 45374))
3212 ;;; Generated autoloads from progmodes/cc-styles.el
3214 (autoload 'c-set-style "cc-styles" "\
3215 Set the current buffer to use the style STYLENAME.
3216 STYLENAME, a string, must be an existing CC Mode style - These are contained
3217 in the variable `c-style-alist'.
3219 The variable `c-indentation-style' will get set to STYLENAME.
3221 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
3222 values indicated by the pertinent entry in `c-style-alist'. Other variables
3223 might get set too.
3225 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
3226 have been set (more precisely, whose default values are not the symbol
3227 `set-from-style') will not be changed. This avoids overriding global settings
3228 done in ~/.emacs. It is useful to call c-set-style from a mode hook in this
3229 way.
3231 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
3232 values are not the symbol `set-from-style') will not be overridden. CC Mode
3233 calls c-set-style internally in this way whilst initializing a buffer; if
3234 cc-set-style is called like this from anywhere else, it will usually behave as
3235 a null operation.
3237 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3239 (autoload 'c-add-style "cc-styles" "\
3240 Adds a style to `c-style-alist', or updates an existing one.
3241 STYLE is a string identifying the style to add or update. DESCRIPTION
3242 is an association list describing the style and must be of the form:
3244 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3246 See the variable `c-style-alist' for the semantics of BASESTYLE,
3247 VARIABLE and VALUE. This function also sets the current style to
3248 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3250 \(fn STYLE DESCRIPTION &optional SET-P)" t nil)
3252 (autoload 'c-set-offset "cc-styles" "\
3253 Change the value of a syntactic element symbol in `c-offsets-alist'.
3254 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3255 offset for that syntactic element. The optional argument is not used
3256 and exists only for compatibility reasons.
3258 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3260 ;;;***
3262 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (19845 45374))
3263 ;;; Generated autoloads from progmodes/cc-vars.el
3264 (put 'c-basic-offset 'safe-local-variable 'integerp)
3265 (put 'c-backslash-column 'safe-local-variable 'integerp)
3266 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3268 ;;;***
3270 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3271 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3272 ;;;;;; (19845 45374))
3273 ;;; Generated autoloads from international/ccl.el
3275 (autoload 'ccl-compile "ccl" "\
3276 Return the compiled code of CCL-PROGRAM as a vector of integers.
3278 \(fn CCL-PROGRAM)" nil nil)
3280 (autoload 'ccl-dump "ccl" "\
3281 Disassemble compiled CCL-CODE.
3283 \(fn CCL-CODE)" nil nil)
3285 (autoload 'declare-ccl-program "ccl" "\
3286 Declare NAME as a name of CCL program.
3288 This macro exists for backward compatibility. In the old version of
3289 Emacs, to compile a CCL program which calls another CCL program not
3290 yet defined, it must be declared as a CCL program in advance. But,
3291 now CCL program names are resolved not at compile time but before
3292 execution.
3294 Optional arg VECTOR is a compiled CCL code of the CCL program.
3296 \(fn NAME &optional VECTOR)" nil (quote macro))
3298 (autoload 'define-ccl-program "ccl" "\
3299 Set NAME the compiled code of CCL-PROGRAM.
3301 CCL-PROGRAM has this form:
3302 (BUFFER_MAGNIFICATION
3303 CCL_MAIN_CODE
3304 [ CCL_EOF_CODE ])
3306 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3307 output buffer magnification size compared with the bytes of input data
3308 text. It is assured that the actual output buffer has 256 bytes
3309 more than the size calculated by BUFFER_MAGNIFICATION.
3310 If the value is zero, the CCL program can't execute `read' and
3311 `write' commands.
3313 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3314 executed at first. If there's no more input data when `read' command
3315 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3316 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3318 Here's the syntax of CCL program code in BNF notation. The lines
3319 starting by two semicolons (and optional leading spaces) describe the
3320 semantics.
3322 CCL_MAIN_CODE := CCL_BLOCK
3324 CCL_EOF_CODE := CCL_BLOCK
3326 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3328 STATEMENT :=
3329 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3330 | TRANSLATE | MAP | LOOKUP | END
3332 SET := (REG = EXPRESSION)
3333 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3334 ;; The following form is the same as (r0 = integer).
3335 | integer
3337 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3339 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3340 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3341 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3343 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3344 ;; CCL_BLOCK_N.
3345 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3347 ;; Execute STATEMENTs until (break) or (end) is executed.
3348 LOOP := (loop STATEMENT [STATEMENT ...])
3350 ;; Terminate the most inner loop.
3351 BREAK := (break)
3353 REPEAT :=
3354 ;; Jump to the head of the most inner loop.
3355 (repeat)
3356 ;; Same as: ((write [REG | integer | string])
3357 ;; (repeat))
3358 | (write-repeat [REG | integer | string])
3359 ;; Same as: ((write REG [ARRAY])
3360 ;; (read REG)
3361 ;; (repeat))
3362 | (write-read-repeat REG [ARRAY])
3363 ;; Same as: ((write integer)
3364 ;; (read REG)
3365 ;; (repeat))
3366 | (write-read-repeat REG integer)
3368 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3369 ;; to the next byte read, and so on.
3370 (read REG_0 [REG_1 ...])
3371 ;; Same as: ((read REG)
3372 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3373 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3374 ;; Same as: ((read REG)
3375 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3376 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3377 ;; Read a character from the input text while parsing
3378 ;; multibyte representation, set REG_0 to the charset ID of
3379 ;; the character, set REG_1 to the code point of the
3380 ;; character. If the dimension of charset is two, set REG_1
3381 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3382 ;; point and CODE1 is the second code point.
3383 | (read-multibyte-character REG_0 REG_1)
3385 WRITE :=
3386 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3387 ;; a multibyte character, write the corresponding multibyte
3388 ;; representation.
3389 (write REG_0 [REG_1 ...])
3390 ;; Same as: ((r7 = EXPRESSION)
3391 ;; (write r7))
3392 | (write EXPRESSION)
3393 ;; Write the value of `integer' to the output buffer. If it
3394 ;; is a multibyte character, write the corresponding multibyte
3395 ;; representation.
3396 | (write integer)
3397 ;; Write the byte sequence of `string' as is to the output
3398 ;; buffer.
3399 | (write string)
3400 ;; Same as: (write string)
3401 | string
3402 ;; Provided that the value of REG is N, write Nth element of
3403 ;; ARRAY to the output buffer. If it is a multibyte
3404 ;; character, write the corresponding multibyte
3405 ;; representation.
3406 | (write REG ARRAY)
3407 ;; Write a multibyte representation of a character whose
3408 ;; charset ID is REG_0 and code point is REG_1. If the
3409 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
3410 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
3411 ;; is the second code point of the character.
3412 | (write-multibyte-character REG_0 REG_1)
3414 ;; Call CCL program whose name is ccl-program-name.
3415 CALL := (call ccl-program-name)
3417 ;; Terminate the CCL program.
3418 END := (end)
3420 ;; CCL registers that can contain any integer value. As r7 is also
3421 ;; used by CCL interpreter, its value is changed unexpectedly.
3422 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
3424 ARG := REG | integer
3426 OPERATOR :=
3427 ;; Normal arithmethic operators (same meaning as C code).
3428 + | - | * | / | %
3430 ;; Bitwise operators (same meaning as C code)
3431 | & | `|' | ^
3433 ;; Shifting operators (same meaning as C code)
3434 | << | >>
3436 ;; (REG = ARG_0 <8 ARG_1) means:
3437 ;; (REG = ((ARG_0 << 8) | ARG_1))
3438 | <8
3440 ;; (REG = ARG_0 >8 ARG_1) means:
3441 ;; ((REG = (ARG_0 >> 8))
3442 ;; (r7 = (ARG_0 & 255)))
3443 | >8
3445 ;; (REG = ARG_0 // ARG_1) means:
3446 ;; ((REG = (ARG_0 / ARG_1))
3447 ;; (r7 = (ARG_0 % ARG_1)))
3448 | //
3450 ;; Normal comparing operators (same meaning as C code)
3451 | < | > | == | <= | >= | !=
3453 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
3454 ;; code, and CHAR is the corresponding JISX0208 character,
3455 ;; (REG = ARG_0 de-sjis ARG_1) means:
3456 ;; ((REG = CODE0)
3457 ;; (r7 = CODE1))
3458 ;; where CODE0 is the first code point of CHAR, CODE1 is the
3459 ;; second code point of CHAR.
3460 | de-sjis
3462 ;; If ARG_0 and ARG_1 are the first and second code point of
3463 ;; JISX0208 character CHAR, and SJIS is the correponding
3464 ;; Shift-JIS code,
3465 ;; (REG = ARG_0 en-sjis ARG_1) means:
3466 ;; ((REG = HIGH)
3467 ;; (r7 = LOW))
3468 ;; where HIGH is the higher byte of SJIS, LOW is the lower
3469 ;; byte of SJIS.
3470 | en-sjis
3472 ASSIGNMENT_OPERATOR :=
3473 ;; Same meaning as C code
3474 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
3476 ;; (REG <8= ARG) is the same as:
3477 ;; ((REG <<= 8)
3478 ;; (REG |= ARG))
3479 | <8=
3481 ;; (REG >8= ARG) is the same as:
3482 ;; ((r7 = (REG & 255))
3483 ;; (REG >>= 8))
3485 ;; (REG //= ARG) is the same as:
3486 ;; ((r7 = (REG % ARG))
3487 ;; (REG /= ARG))
3488 | //=
3490 ARRAY := `[' integer ... `]'
3493 TRANSLATE :=
3494 (translate-character REG(table) REG(charset) REG(codepoint))
3495 | (translate-character SYMBOL REG(charset) REG(codepoint))
3496 ;; SYMBOL must refer to a table defined by `define-translation-table'.
3497 LOOKUP :=
3498 (lookup-character SYMBOL REG(charset) REG(codepoint))
3499 | (lookup-integer SYMBOL REG(integer))
3500 ;; SYMBOL refers to a table defined by `define-translation-hash-table'.
3501 MAP :=
3502 (iterate-multiple-map REG REG MAP-IDs)
3503 | (map-multiple REG REG (MAP-SET))
3504 | (map-single REG REG MAP-ID)
3505 MAP-IDs := MAP-ID ...
3506 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3507 MAP-ID := integer
3509 \(fn NAME CCL-PROGRAM &optional DOC)" nil (quote macro))
3511 (put 'define-ccl-program 'doc-string-elt '3)
3513 (autoload 'check-ccl-program "ccl" "\
3514 Check validity of CCL-PROGRAM.
3515 If CCL-PROGRAM is a symbol denoting a CCL program, return
3516 CCL-PROGRAM, else return nil.
3517 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3518 register CCL-PROGRAM by name NAME, and return NAME.
3520 \(fn CCL-PROGRAM &optional NAME)" nil (quote macro))
3522 (autoload 'ccl-execute-with-args "ccl" "\
3523 Execute CCL-PROGRAM with registers initialized by the remaining args.
3524 The return value is a vector of resulting CCL registers.
3526 See the documentation of `define-ccl-program' for the detail of CCL program.
3528 \(fn CCL-PROG &rest ARGS)" nil nil)
3530 ;;;***
3532 ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3533 ;;;;;; (19869 36706))
3534 ;;; Generated autoloads from emacs-lisp/cconv.el
3536 (autoload 'cconv-closure-convert "cconv" "\
3537 Main entry point for closure conversion.
3538 -- FORM is a piece of Elisp code after macroexpansion.
3539 -- TOPLEVEL(optional) is a boolean variable, true if we are at the root of AST
3541 Returns a form where all lambdas don't have any free variables.
3543 \(fn FORM)" nil nil)
3545 ;;;***
3547 ;;;### (autoloads (cfengine-mode) "cfengine" "progmodes/cfengine.el"
3548 ;;;;;; (19845 45374))
3549 ;;; Generated autoloads from progmodes/cfengine.el
3551 (autoload 'cfengine-mode "cfengine" "\
3552 Major mode for editing cfengine input.
3553 There are no special keybindings by default.
3555 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3556 to the action header.
3558 \(fn)" t nil)
3560 ;;;***
3562 ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3563 ;;;;;; "emacs-lisp/check-declare.el" (19845 45374))
3564 ;;; Generated autoloads from emacs-lisp/check-declare.el
3566 (autoload 'check-declare-file "check-declare" "\
3567 Check veracity of all `declare-function' statements in FILE.
3568 See `check-declare-directory' for more information.
3570 \(fn FILE)" t nil)
3572 (autoload 'check-declare-directory "check-declare" "\
3573 Check veracity of all `declare-function' statements under directory ROOT.
3574 Returns non-nil if any false statements are found.
3576 \(fn ROOT)" t nil)
3578 ;;;***
3580 ;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
3581 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
3582 ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
3583 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3584 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3585 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3586 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3587 ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3588 ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (19845 45374))
3589 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3590 (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3591 (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
3592 (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
3593 (put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp)
3594 (put 'checkdoc-symbol-words 'safe-local-variable 'checkdoc-list-of-strings-p)
3596 (autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3599 \(fn OBJ)" nil nil)
3601 (autoload 'checkdoc "checkdoc" "\
3602 Interactively check the entire buffer for style errors.
3603 The current status of the check will be displayed in a buffer which
3604 the users will view as each check is completed.
3606 \(fn)" t nil)
3608 (autoload 'checkdoc-interactive "checkdoc" "\
3609 Interactively check the current buffer for doc string errors.
3610 Prefix argument START-HERE will start the checking from the current
3611 point, otherwise the check starts at the beginning of the current
3612 buffer. Allows navigation forward and backwards through document
3613 errors. Does not check for comment or space warnings.
3614 Optional argument SHOWSTATUS indicates that we should update the
3615 checkdoc status window instead of the usual behavior.
3617 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3619 (autoload 'checkdoc-message-interactive "checkdoc" "\
3620 Interactively check the current buffer for message string errors.
3621 Prefix argument START-HERE will start the checking from the current
3622 point, otherwise the check starts at the beginning of the current
3623 buffer. Allows navigation forward and backwards through document
3624 errors. Does not check for comment or space warnings.
3625 Optional argument SHOWSTATUS indicates that we should update the
3626 checkdoc status window instead of the usual behavior.
3628 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3630 (autoload 'checkdoc-eval-current-buffer "checkdoc" "\
3631 Evaluate and check documentation for the current buffer.
3632 Evaluation is done first because good documentation for something that
3633 doesn't work is just not useful. Comments, doc strings, and rogue
3634 spacing are all verified.
3636 \(fn)" t nil)
3638 (autoload 'checkdoc-current-buffer "checkdoc" "\
3639 Check current buffer for document, comment, error style, and rogue spaces.
3640 With a prefix argument (in Lisp, the argument TAKE-NOTES),
3641 store all errors found in a warnings buffer,
3642 otherwise stop after the first error.
3644 \(fn &optional TAKE-NOTES)" t nil)
3646 (autoload 'checkdoc-start "checkdoc" "\
3647 Start scanning the current buffer for documentation string style errors.
3648 Only documentation strings are checked.
3649 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3650 Prefix argument TAKE-NOTES means to collect all the warning messages into
3651 a separate buffer.
3653 \(fn &optional TAKE-NOTES)" t nil)
3655 (autoload 'checkdoc-continue "checkdoc" "\
3656 Find the next doc string in the current buffer which has a style error.
3657 Prefix argument TAKE-NOTES means to continue through the whole buffer and
3658 save warnings in a separate buffer. Second optional argument START-POINT
3659 is the starting location. If this is nil, `point-min' is used instead.
3661 \(fn &optional TAKE-NOTES)" t nil)
3663 (autoload 'checkdoc-comments "checkdoc" "\
3664 Find missing comment sections in the current Emacs Lisp file.
3665 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3666 separate buffer. Otherwise print a message. This returns the error
3667 if there is one.
3669 \(fn &optional TAKE-NOTES)" t nil)
3671 (autoload 'checkdoc-rogue-spaces "checkdoc" "\
3672 Find extra spaces at the end of lines in the current file.
3673 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3674 separate buffer. Otherwise print a message. This returns the error
3675 if there is one.
3676 Optional argument INTERACT permits more interactive fixing.
3678 \(fn &optional TAKE-NOTES INTERACT)" t nil)
3680 (autoload 'checkdoc-message-text "checkdoc" "\
3681 Scan the buffer for occurrences of the error function, and verify text.
3682 Optional argument TAKE-NOTES causes all errors to be logged.
3684 \(fn &optional TAKE-NOTES)" t nil)
3686 (autoload 'checkdoc-eval-defun "checkdoc" "\
3687 Evaluate the current form with `eval-defun' and check its documentation.
3688 Evaluation is done first so the form will be read before the
3689 documentation is checked. If there is a documentation error, then the display
3690 of what was evaluated will be overwritten by the diagnostic message.
3692 \(fn)" t nil)
3694 (autoload 'checkdoc-defun "checkdoc" "\
3695 Examine the doc string of the function or variable under point.
3696 Call `error' if the doc string has problems. If NO-ERROR is
3697 non-nil, then do not call error, but call `message' instead.
3698 If the doc string passes the test, then check the function for rogue white
3699 space at the end of each line.
3701 \(fn &optional NO-ERROR)" t nil)
3703 (autoload 'checkdoc-ispell "checkdoc" "\
3704 Check the style and spelling of everything interactively.
3705 Calls `checkdoc' with spell-checking turned on.
3706 Prefix argument TAKE-NOTES is the same as for `checkdoc'
3708 \(fn &optional TAKE-NOTES)" t nil)
3710 (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
3711 Check the style and spelling of the current buffer.
3712 Calls `checkdoc-current-buffer' with spell-checking turned on.
3713 Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
3715 \(fn &optional TAKE-NOTES)" t nil)
3717 (autoload 'checkdoc-ispell-interactive "checkdoc" "\
3718 Check the style and spelling of the current buffer interactively.
3719 Calls `checkdoc-interactive' with spell-checking turned on.
3720 Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
3722 \(fn &optional TAKE-NOTES)" t nil)
3724 (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
3725 Check the style and spelling of message text interactively.
3726 Calls `checkdoc-message-interactive' with spell-checking turned on.
3727 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
3729 \(fn &optional TAKE-NOTES)" t nil)
3731 (autoload 'checkdoc-ispell-message-text "checkdoc" "\
3732 Check the style and spelling of message text interactively.
3733 Calls `checkdoc-message-text' with spell-checking turned on.
3734 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
3736 \(fn &optional TAKE-NOTES)" t nil)
3738 (autoload 'checkdoc-ispell-start "checkdoc" "\
3739 Check the style and spelling of the current buffer.
3740 Calls `checkdoc-start' with spell-checking turned on.
3741 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
3743 \(fn &optional TAKE-NOTES)" t nil)
3745 (autoload 'checkdoc-ispell-continue "checkdoc" "\
3746 Check the style and spelling of the current buffer after point.
3747 Calls `checkdoc-continue' with spell-checking turned on.
3748 Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
3750 \(fn &optional TAKE-NOTES)" t nil)
3752 (autoload 'checkdoc-ispell-comments "checkdoc" "\
3753 Check the style and spelling of the current buffer's comments.
3754 Calls `checkdoc-comments' with spell-checking turned on.
3755 Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
3757 \(fn &optional TAKE-NOTES)" t nil)
3759 (autoload 'checkdoc-ispell-defun "checkdoc" "\
3760 Check the style and spelling of the current defun with Ispell.
3761 Calls `checkdoc-defun' with spell-checking turned on.
3762 Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
3764 \(fn &optional TAKE-NOTES)" t nil)
3766 (autoload 'checkdoc-minor-mode "checkdoc" "\
3767 Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
3768 With prefix ARG, turn Checkdoc minor mode on if ARG is positive, otherwise
3769 turn it off.
3771 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
3772 bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
3773 checking of documentation strings.
3775 \\{checkdoc-minor-mode-map}
3777 \(fn &optional ARG)" t nil)
3779 ;;;***
3781 ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3782 ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3783 ;;;;;; "language/china-util.el" (19845 45374))
3784 ;;; Generated autoloads from language/china-util.el
3786 (autoload 'decode-hz-region "china-util" "\
3787 Decode HZ/ZW encoded text in the current region.
3788 Return the length of resulting text.
3790 \(fn BEG END)" t nil)
3792 (autoload 'decode-hz-buffer "china-util" "\
3793 Decode HZ/ZW encoded text in the current buffer.
3795 \(fn)" t nil)
3797 (autoload 'encode-hz-region "china-util" "\
3798 Encode the text in the current region to HZ.
3799 Return the length of resulting text.
3801 \(fn BEG END)" t nil)
3803 (autoload 'encode-hz-buffer "china-util" "\
3804 Encode the text in the current buffer to HZ.
3806 \(fn)" t nil)
3808 (autoload 'post-read-decode-hz "china-util" "\
3811 \(fn LEN)" nil nil)
3813 (autoload 'pre-write-encode-hz "china-util" "\
3816 \(fn FROM TO)" nil nil)
3818 ;;;***
3820 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
3821 ;;;;;; "chistory" "chistory.el" (19845 45374))
3822 ;;; Generated autoloads from chistory.el
3824 (autoload 'repeat-matching-complex-command "chistory" "\
3825 Edit and re-evaluate complex command with name matching PATTERN.
3826 Matching occurrences are displayed, most recent first, until you select
3827 a form for evaluation. If PATTERN is empty (or nil), every form in the
3828 command history is offered. The form is placed in the minibuffer for
3829 editing and the result is evaluated.
3831 \(fn &optional PATTERN)" t nil)
3833 (autoload 'list-command-history "chistory" "\
3834 List history of commands typed to minibuffer.
3835 The number of commands listed is controlled by `list-command-history-max'.
3836 Calls value of `list-command-history-filter' (if non-nil) on each history
3837 element to judge if that element should be excluded from the list.
3839 The buffer is left in Command History mode.
3841 \(fn)" t nil)
3843 (autoload 'command-history "chistory" "\
3844 Examine commands from `command-history' in a buffer.
3845 The number of commands listed is controlled by `list-command-history-max'.
3846 The command history is filtered by `list-command-history-filter' if non-nil.
3847 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
3849 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
3850 and digits provide prefix arguments. Tab does not indent.
3851 \\{command-history-map}
3853 This command always recompiles the Command History listing
3854 and runs the normal hook `command-history-hook'.
3856 \(fn)" t nil)
3858 ;;;***
3860 ;;;### (autoloads nil "cl" "emacs-lisp/cl.el" (19863 8742))
3861 ;;; Generated autoloads from emacs-lisp/cl.el
3863 (defvar custom-print-functions nil "\
3864 This is a list of functions that format user objects for printing.
3865 Each function is called in turn with three arguments: the object, the
3866 stream, and the print level (currently ignored). If it is able to
3867 print the object it returns true; otherwise it returns nil and the
3868 printer proceeds to the next function on the list.
3870 This variable is not used at present, but it is defined in hopes that
3871 a future Emacs interpreter will be able to use it.")
3873 ;;;***
3875 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
3876 ;;;;;; (19845 45374))
3877 ;;; Generated autoloads from emacs-lisp/cl-indent.el
3879 (autoload 'common-lisp-indent-function "cl-indent" "\
3880 Function to indent the arguments of a Lisp function call.
3881 This is suitable for use as the value of the variable
3882 `lisp-indent-function'. INDENT-POINT is the point at which the
3883 indentation function is called, and STATE is the
3884 `parse-partial-sexp' state at that position. Browse the
3885 `lisp-indent' customize group for options affecting the behavior
3886 of this function.
3888 If the indentation point is in a call to a Lisp function, that
3889 function's common-lisp-indent-function property specifies how
3890 this function should indent it. Possible values for this
3891 property are:
3893 * defun, meaning indent according to `lisp-indent-defun-method';
3894 i.e., like (4 &lambda &body), as explained below.
3896 * any other symbol, meaning a function to call. The function should
3897 take the arguments: PATH STATE INDENT-POINT SEXP-COLUMN NORMAL-INDENT.
3898 PATH is a list of integers describing the position of point in terms of
3899 list-structure with respect to the containing lists. For example, in
3900 ((a b c (d foo) f) g), foo has a path of (0 3 1). In other words,
3901 to reach foo take the 0th element of the outermost list, then
3902 the 3rd element of the next list, and finally the 1st element.
3903 STATE and INDENT-POINT are as in the arguments to
3904 `common-lisp-indent-function'. SEXP-COLUMN is the column of
3905 the open parenthesis of the innermost containing list.
3906 NORMAL-INDENT is the column the indentation point was
3907 originally in. This function should behave like `lisp-indent-259'.
3909 * an integer N, meaning indent the first N arguments like
3910 function arguments, and any further arguments like a body.
3911 This is equivalent to (4 4 ... &body).
3913 * a list. The list element in position M specifies how to indent the Mth
3914 function argument. If there are fewer elements than function arguments,
3915 the last list element applies to all remaining arguments. The accepted
3916 list elements are:
3918 * nil, meaning the default indentation.
3920 * an integer, specifying an explicit indentation.
3922 * &lambda. Indent the argument (which may be a list) by 4.
3924 * &rest. When used, this must be the penultimate element. The
3925 element after this one applies to all remaining arguments.
3927 * &body. This is equivalent to &rest lisp-body-indent, i.e., indent
3928 all remaining elements by `lisp-body-indent'.
3930 * &whole. This must be followed by nil, an integer, or a
3931 function symbol. This indentation is applied to the
3932 associated argument, and as a base indent for all remaining
3933 arguments. For example, an integer P means indent this
3934 argument by P, and all remaining arguments by P, plus the
3935 value specified by their associated list element.
3937 * a symbol. A function to call, with the 6 arguments specified above.
3939 * a list, with elements as described above. This applies when the
3940 associated function argument is itself a list. Each element of the list
3941 specifies how to indent the associated argument.
3943 For example, the function `case' has an indent property
3944 \(4 &rest (&whole 2 &rest 1)), meaning:
3945 * indent the first argument by 4.
3946 * arguments after the first should be lists, and there may be any number
3947 of them. The first list element has an offset of 2, all the rest
3948 have an offset of 2+1=3.
3950 \(fn INDENT-POINT STATE)" nil nil)
3952 ;;;***
3954 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
3955 ;;;;;; (19845 45374))
3956 ;;; Generated autoloads from progmodes/cmacexp.el
3958 (autoload 'c-macro-expand "cmacexp" "\
3959 Expand C macros in the region, using the C preprocessor.
3960 Normally display output in temp buffer, but
3961 prefix arg means replace the region with it.
3963 `c-macro-preprocessor' specifies the preprocessor to use.
3964 Tf the user option `c-macro-prompt-flag' is non-nil
3965 prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include'),
3966 otherwise use `c-macro-cppflags'.
3968 Noninteractive args are START, END, SUBST.
3969 For use inside Lisp programs, see also `c-macro-expansion'.
3971 \(fn START END SUBST)" t nil)
3973 ;;;***
3975 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (19886
3976 ;;;;;; 45771))
3977 ;;; Generated autoloads from cmuscheme.el
3979 (autoload 'run-scheme "cmuscheme" "\
3980 Run an inferior Scheme process, input and output via buffer `*scheme*'.
3981 If there is a process already running in `*scheme*', switch to that buffer.
3982 With argument, allows you to edit the command line (default is value
3983 of `scheme-program-name').
3984 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
3985 it is given as initial input.
3986 Note that this may lose due to a timing error if the Scheme processor
3987 discards input when it starts up.
3988 Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook'
3989 is run).
3990 \(Type \\[describe-mode] in the process buffer for a list of commands.)
3992 \(fn CMD)" t nil)
3993 (add-hook 'same-window-buffer-names (purecopy "*scheme*"))
3995 ;;;***
3997 ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (19845 45374))
3998 ;;; Generated autoloads from color.el
4000 (autoload 'color-name-to-rgb "color" "\
4001 Convert COLOR string to a list of normalized RGB components.
4002 COLOR should be a color name (e.g. \"white\") or an RGB triplet
4003 string (e.g. \"#ff12ec\").
4005 Normally the return value is a list of three floating-point
4006 numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
4008 Optional arg FRAME specifies the frame where the color is to be
4009 displayed. If FRAME is omitted or nil, use the selected frame.
4010 If FRAME cannot display COLOR, return nil.
4012 \(fn COLOR &optional FRAME)" nil nil)
4014 ;;;***
4016 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4017 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4018 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4019 ;;;;;; (19888 1100))
4020 ;;; Generated autoloads from comint.el
4022 (defvar comint-output-filter-functions '(comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4023 Functions to call after output is inserted into the buffer.
4024 One possible function is `comint-postoutput-scroll-to-bottom'.
4025 These functions get one argument, a string containing the text as originally
4026 inserted. Note that this might not be the same as the buffer contents between
4027 `comint-last-output-start' and the buffer's `process-mark', if other filter
4028 functions have already modified the buffer.
4030 See also `comint-preoutput-filter-functions'.
4032 You can use `add-hook' to add functions to this list
4033 either globally or locally.")
4035 (autoload 'make-comint-in-buffer "comint" "\
4036 Make a Comint process NAME in BUFFER, running PROGRAM.
4037 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4038 PROGRAM should be either a string denoting an executable program to create
4039 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4040 a TCP connection to be opened via `open-network-stream'. If there is already
4041 a running process in that buffer, it is not restarted. Optional fourth arg
4042 STARTFILE is the name of a file, whose contents are sent to the
4043 process as its initial input.
4045 If PROGRAM is a string, any more args are arguments to PROGRAM.
4047 Returns the (possibly newly created) process buffer.
4049 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4051 (autoload 'make-comint "comint" "\
4052 Make a Comint process NAME in a buffer, running PROGRAM.
4053 The name of the buffer is made by surrounding NAME with `*'s.
4054 PROGRAM should be either a string denoting an executable program to create
4055 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4056 a TCP connection to be opened via `open-network-stream'. If there is already
4057 a running process in that buffer, it is not restarted. Optional third arg
4058 STARTFILE is the name of a file, whose contents are sent to the
4059 process as its initial input.
4061 If PROGRAM is a string, any more args are arguments to PROGRAM.
4063 Returns the (possibly newly created) process buffer.
4065 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4067 (autoload 'comint-run "comint" "\
4068 Run PROGRAM in a Comint buffer and switch to it.
4069 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4070 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4071 hooks on this symbol are run in the buffer.
4072 See `make-comint' and `comint-exec'.
4074 \(fn PROGRAM)" t nil)
4076 (defvar comint-file-name-prefix (purecopy "") "\
4077 Prefix prepended to absolute file names taken from process input.
4078 This is used by Comint's and shell's completion functions, and by shell's
4079 directory tracking functions.")
4081 (autoload 'comint-redirect-send-command "comint" "\
4082 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4083 With prefix arg ECHO, echo output in process buffer.
4085 If NO-DISPLAY is non-nil, do not show the output buffer.
4087 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4089 (autoload 'comint-redirect-send-command-to-process "comint" "\
4090 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4091 With prefix arg, echo output in process buffer.
4093 If NO-DISPLAY is non-nil, do not show the output buffer.
4095 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4097 (autoload 'comint-redirect-results-list "comint" "\
4098 Send COMMAND to current process.
4099 Return a list of expressions in the output which match REGEXP.
4100 REGEXP-GROUP is the regular expression group in REGEXP to use.
4102 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4104 (autoload 'comint-redirect-results-list-from-process "comint" "\
4105 Send COMMAND to PROCESS.
4106 Return a list of expressions in the output which match REGEXP.
4107 REGEXP-GROUP is the regular expression group in REGEXP to use.
4109 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4111 ;;;***
4113 ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4114 ;;;;;; (19845 45374))
4115 ;;; Generated autoloads from vc/compare-w.el
4117 (autoload 'compare-windows "compare-w" "\
4118 Compare text in current window with text in next window.
4119 Compares the text starting at point in each window,
4120 moving over text in each one as far as they match.
4122 This command pushes the mark in each window
4123 at the prior location of point in that window.
4124 If both windows display the same buffer,
4125 the mark is pushed twice in that buffer:
4126 first in the other window, then in the selected window.
4128 A prefix arg means reverse the value of variable
4129 `compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4130 nil, then a prefix arg means ignore changes in whitespace. If
4131 `compare-ignore-whitespace' is non-nil, then a prefix arg means
4132 don't ignore changes in whitespace. The variable
4133 `compare-windows-whitespace' controls how whitespace is skipped.
4134 If `compare-ignore-case' is non-nil, changes in case are also
4135 ignored.
4137 If `compare-windows-sync' is non-nil, then successive calls of
4138 this command work in interlaced mode:
4139 on first call it advances points to the next difference,
4140 on second call it synchronizes points by skipping the difference,
4141 on third call it again advances points to the next difference and so on.
4143 \(fn IGNORE-WHITESPACE)" t nil)
4145 ;;;***
4147 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4148 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4149 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4150 ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4151 ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (19890
4152 ;;;;;; 42850))
4153 ;;; Generated autoloads from progmodes/compile.el
4155 (defvar compilation-mode-hook nil "\
4156 List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4158 (custom-autoload 'compilation-mode-hook "compile" t)
4160 (defvar compilation-start-hook nil "\
4161 List of hook functions run by `compilation-start' on the compilation process.
4162 \(See `run-hook-with-args').
4163 If you use \"omake -P\" and do not want \\[save-buffers-kill-terminal] to ask whether you want
4164 the compilation to be killed, you can use this hook:
4165 (add-hook 'compilation-start-hook
4166 (lambda (process) (set-process-query-on-exit-flag process nil)) nil t)")
4168 (custom-autoload 'compilation-start-hook "compile" t)
4170 (defvar compilation-window-height nil "\
4171 Number of lines in a compilation window. If nil, use Emacs default.")
4173 (custom-autoload 'compilation-window-height "compile" t)
4175 (defvar compilation-process-setup-function nil "\
4176 *Function to call to customize the compilation process.
4177 This function is called immediately before the compilation process is
4178 started. It can be used to set any variables or functions that are used
4179 while processing the output of the compilation process.")
4181 (defvar compilation-buffer-name-function nil "\
4182 Function to compute the name of a compilation buffer.
4183 The function receives one argument, the name of the major mode of the
4184 compilation buffer. It should return a string.
4185 If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4187 (defvar compilation-finish-function nil "\
4188 Function to call when a compilation process finishes.
4189 It is called with two arguments: the compilation buffer, and a string
4190 describing how the process finished.")
4192 (defvar compilation-finish-functions nil "\
4193 Functions to call when a compilation process finishes.
4194 Each function is called with two arguments: the compilation buffer,
4195 and a string describing how the process finished.")
4196 (put 'compilation-directory 'safe-local-variable 'stringp)
4198 (defvar compilation-ask-about-save t "\
4199 Non-nil means \\[compile] asks which buffers to save before compiling.
4200 Otherwise, it saves all modified buffers without asking.")
4202 (custom-autoload 'compilation-ask-about-save "compile" t)
4204 (defvar compilation-search-path '(nil) "\
4205 List of directories to search for source files named in error messages.
4206 Elements should be directory names, not file names of directories.
4207 The value nil as an element means to try the default directory.")
4209 (custom-autoload 'compilation-search-path "compile" t)
4211 (defvar compile-command (purecopy "make -k ") "\
4212 Last shell command used to do a compilation; default for next compilation.
4214 Sometimes it is useful for files to supply local values for this variable.
4215 You might also use mode hooks to specify it in certain modes, like this:
4217 (add-hook 'c-mode-hook
4218 (lambda ()
4219 (unless (or (file-exists-p \"makefile\")
4220 (file-exists-p \"Makefile\"))
4221 (set (make-local-variable 'compile-command)
4222 (concat \"make -k \"
4223 (file-name-sans-extension buffer-file-name))))))")
4225 (custom-autoload 'compile-command "compile" t)
4226 (put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
4228 (defvar compilation-disable-input nil "\
4229 If non-nil, send end-of-file as compilation process input.
4230 This only affects platforms that support asynchronous processes (see
4231 `start-process'); synchronous compilation processes never accept input.")
4233 (custom-autoload 'compilation-disable-input "compile" t)
4235 (autoload 'compile "compile" "\
4236 Compile the program including the current buffer. Default: run `make'.
4237 Runs COMMAND, a shell command, in a separate process asynchronously
4238 with output going to the buffer `*compilation*'.
4240 You can then use the command \\[next-error] to find the next error message
4241 and move to the source code that caused it.
4243 If optional second arg COMINT is t the buffer will be in Comint mode with
4244 `compilation-shell-minor-mode'.
4246 Interactively, prompts for the command if `compilation-read-command' is
4247 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4248 Additionally, with universal prefix arg, compilation buffer will be in
4249 comint mode, i.e. interactive.
4251 To run more than one compilation at once, start one then rename
4252 the `*compilation*' buffer to some other name with
4253 \\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4254 It will create a new `*compilation*' buffer.
4256 On most systems, termination of the main compilation process
4257 kills its subprocesses.
4259 The name used for the buffer is actually whatever is returned by
4260 the function in `compilation-buffer-name-function', so you can set that
4261 to a function that generates a unique name.
4263 \(fn COMMAND &optional COMINT)" t nil)
4265 (autoload 'compilation-start "compile" "\
4266 Run compilation command COMMAND (low level interface).
4267 If COMMAND starts with a cd command, that becomes the `default-directory'.
4268 The rest of the arguments are optional; for them, nil means use the default.
4270 MODE is the major mode to set in the compilation buffer. Mode
4271 may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4273 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4274 to determine the buffer name. Otherwise, the default is to
4275 reuses the current buffer if it has the proper major mode,
4276 else use or create a buffer with name based on the major mode.
4278 If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4279 the matching section of the visited source line; the default is to use the
4280 global value of `compilation-highlight-regexp'.
4282 Returns the compilation buffer created.
4284 \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil)
4286 (autoload 'compilation-mode "compile" "\
4287 Major mode for compilation log buffers.
4288 \\<compilation-mode-map>To visit the source for a line-numbered error,
4289 move point to the error message line and type \\[compile-goto-error].
4290 To kill the compilation, type \\[kill-compilation].
4292 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
4294 \\{compilation-mode-map}
4296 \(fn &optional NAME-OF-MODE)" t nil)
4298 (autoload 'compilation-shell-minor-mode "compile" "\
4299 Toggle compilation shell minor mode.
4300 With arg, turn compilation mode on if and only if arg is positive.
4301 In this minor mode, all the error-parsing commands of the
4302 Compilation major mode are available but bound to keys that don't
4303 collide with Shell mode. See `compilation-mode'.
4304 Turning the mode on runs the normal hook `compilation-shell-minor-mode-hook'.
4306 \(fn &optional ARG)" t nil)
4308 (autoload 'compilation-minor-mode "compile" "\
4309 Toggle compilation minor mode.
4310 With arg, turn compilation mode on if and only if arg is positive.
4311 In this minor mode, all the error-parsing commands of the
4312 Compilation major mode are available. See `compilation-mode'.
4313 Turning the mode on runs the normal hook `compilation-minor-mode-hook'.
4315 \(fn &optional ARG)" t nil)
4317 (autoload 'compilation-next-error-function "compile" "\
4318 Advance to the next error message and visit the file where the error was.
4319 This is the value of `next-error-function' in Compilation buffers.
4321 \(fn N &optional RESET)" t nil)
4323 ;;;***
4325 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4326 ;;;;;; (19886 45771))
4327 ;;; Generated autoloads from completion.el
4329 (defvar dynamic-completion-mode nil "\
4330 Non-nil if Dynamic-Completion mode is enabled.
4331 See the command `dynamic-completion-mode' for a description of this minor mode.
4332 Setting this variable directly does not take effect;
4333 either customize it (see the info node `Easy Customization')
4334 or call the function `dynamic-completion-mode'.")
4336 (custom-autoload 'dynamic-completion-mode "completion" nil)
4338 (autoload 'dynamic-completion-mode "completion" "\
4339 Enable dynamic word-completion.
4341 \(fn &optional ARG)" t nil)
4343 ;;;***
4345 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4346 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4347 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4348 ;;;;;; (19845 45374))
4349 ;;; Generated autoloads from textmodes/conf-mode.el
4351 (autoload 'conf-mode "conf-mode" "\
4352 Mode for Unix and Windows Conf files and Java properties.
4353 Most conf files know only three kinds of constructs: parameter
4354 assignments optionally grouped into sections and comments. Yet
4355 there is a great range of variation in the exact syntax of conf
4356 files. See below for various wrapper commands that set up the
4357 details for some of the most widespread variants.
4359 This mode sets up font locking, outline, imenu and it provides
4360 alignment support through `conf-align-assignments'. If strings
4361 come out wrong, try `conf-quote-normal'.
4363 Some files allow continuation lines, either with a backslash at
4364 the end of line, or by indenting the next line (further). These
4365 constructs cannot currently be recognized.
4367 Because of this great variety of nuances, which are often not
4368 even clearly specified, please don't expect it to get every file
4369 quite right. Patches that clearly identify some special case,
4370 without breaking the general ones, are welcome.
4372 If instead you start this mode with the generic `conf-mode'
4373 command, it will parse the buffer. It will generally well
4374 identify the first four cases listed below. If the buffer
4375 doesn't have enough contents to decide, this is identical to
4376 `conf-windows-mode' on Windows, elsewhere to `conf-unix-mode'.
4377 See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
4378 `conf-ppd-mode' and `conf-xdefaults-mode'.
4380 \\{conf-mode-map}
4382 \(fn)" t nil)
4384 (autoload 'conf-unix-mode "conf-mode" "\
4385 Conf Mode starter for Unix style Conf files.
4386 Comments start with `#'.
4387 For details see `conf-mode'. Example:
4389 # Conf mode font-locks this right on Unix and with \\[conf-unix-mode]
4391 \[Desktop Entry]
4392 Encoding=UTF-8
4393 Name=The GIMP
4394 Name[ca]=El GIMP
4395 Name[cs]=GIMP
4397 \(fn)" t nil)
4399 (autoload 'conf-windows-mode "conf-mode" "\
4400 Conf Mode starter for Windows style Conf files.
4401 Comments start with `;'.
4402 For details see `conf-mode'. Example:
4404 ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode]
4406 \[ExtShellFolderViews]
4407 Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4408 {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4410 \[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
4411 PersistMoniker=file://Folder.htt
4413 \(fn)" t nil)
4415 (autoload 'conf-javaprop-mode "conf-mode" "\
4416 Conf Mode starter for Java properties files.
4417 Comments start with `#' but are also recognized with `//' or
4418 between `/*' and `*/'.
4419 For details see `conf-mode'. Example:
4421 # Conf mode font-locks this right with \\[conf-javaprop-mode] (Java properties)
4422 // another kind of comment
4423 /* yet another */
4425 name:value
4426 name=value
4427 name value
4428 x.1 =
4429 x.2.y.1.z.1 =
4430 x.2.y.1.z.2.zz =
4432 \(fn)" t nil)
4434 (autoload 'conf-space-mode "conf-mode" "\
4435 Conf Mode starter for space separated conf files.
4436 \"Assignments\" are with ` '. Keywords before the parameters are
4437 recognized according to the variable `conf-space-keywords-alist'.
4438 Alternatively, you can specify a value for the file local variable
4439 `conf-space-keywords'.
4440 Use the function `conf-space-keywords' if you want to specify keywords
4441 in an interactive fashion instead.
4443 For details see `conf-mode'. Example:
4445 # Conf mode font-locks this right with \\[conf-space-mode] (space separated)
4447 image/jpeg jpeg jpg jpe
4448 image/png png
4449 image/tiff tiff tif
4451 # Or with keywords (from a recognized file name):
4452 class desktop
4453 # Standard multimedia devices
4454 add /dev/audio desktop
4455 add /dev/mixer desktop
4457 \(fn)" t nil)
4459 (autoload 'conf-space-keywords "conf-mode" "\
4460 Enter Conf Space mode using regexp KEYWORDS to match the keywords.
4461 See `conf-space-mode'.
4463 \(fn KEYWORDS)" t nil)
4465 (autoload 'conf-colon-mode "conf-mode" "\
4466 Conf Mode starter for Colon files.
4467 \"Assignments\" are with `:'.
4468 For details see `conf-mode'. Example:
4470 # Conf mode font-locks this right with \\[conf-colon-mode] (colon)
4472 <Multi_key> <exclam> <exclam> : \"\\241\" exclamdown
4473 <Multi_key> <c> <slash> : \"\\242\" cent
4475 \(fn)" t nil)
4477 (autoload 'conf-ppd-mode "conf-mode" "\
4478 Conf Mode starter for Adobe/CUPS PPD files.
4479 Comments start with `*%' and \"assignments\" are with `:'.
4480 For details see `conf-mode'. Example:
4482 *% Conf mode font-locks this right with \\[conf-ppd-mode] (PPD)
4484 *DefaultTransfer: Null
4485 *Transfer Null.Inverse: \"{ 1 exch sub }\"
4487 \(fn)" t nil)
4489 (autoload 'conf-xdefaults-mode "conf-mode" "\
4490 Conf Mode starter for Xdefaults files.
4491 Comments start with `!' and \"assignments\" are with `:'.
4492 For details see `conf-mode'. Example:
4494 ! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
4496 *background: gray99
4497 *foreground: black
4499 \(fn)" t nil)
4501 ;;;***
4503 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4504 ;;;;;; "cookie1" "play/cookie1.el" (19845 45374))
4505 ;;; Generated autoloads from play/cookie1.el
4507 (autoload 'cookie "cookie1" "\
4508 Return a random phrase from PHRASE-FILE.
4509 When the phrase file is read in, display STARTMSG at the beginning
4510 of load, ENDMSG at the end.
4512 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4514 (autoload 'cookie-insert "cookie1" "\
4515 Insert random phrases from PHRASE-FILE; COUNT of them.
4516 When the phrase file is read in, display STARTMSG at the beginning
4517 of load, ENDMSG at the end.
4519 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4521 (autoload 'cookie-snarf "cookie1" "\
4522 Reads in the PHRASE-FILE, returns it as a vector of strings.
4523 Emit STARTMSG and ENDMSG before and after. Caches the result; second
4524 and subsequent calls on the same file won't go to disk.
4526 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4528 (autoload 'shuffle-vector "cookie1" "\
4529 Randomly permute the elements of VECTOR (all permutations equally likely).
4531 \(fn VECTOR)" nil nil)
4533 ;;;***
4535 ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4536 ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (19845
4537 ;;;;;; 45374))
4538 ;;; Generated autoloads from emacs-lisp/copyright.el
4539 (put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4540 (put 'copyright-names-regexp 'safe-local-variable 'stringp)
4541 (put 'copyright-year-ranges 'safe-local-variable 'booleanp)
4543 (autoload 'copyright-update "copyright" "\
4544 Update copyright notice to indicate the current year.
4545 With prefix ARG, replace the years in the notice rather than adding
4546 the current year after them. If necessary, and
4547 `copyright-current-gpl-version' is set, any copying permissions
4548 following the copyright are updated as well.
4549 If non-nil, INTERACTIVEP tells the function to behave as when it's called
4550 interactively.
4552 \(fn &optional ARG INTERACTIVEP)" t nil)
4554 (autoload 'copyright-fix-years "copyright" "\
4555 Convert 2 digit years to 4 digit years.
4556 Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4557 If `copyright-year-ranges' (which see) is non-nil, also
4558 independently replaces consecutive years with a range.
4560 \(fn)" t nil)
4562 (autoload 'copyright "copyright" "\
4563 Insert a copyright by $ORGANIZATION notice at cursor.
4565 \(fn &optional STR ARG)" t nil)
4567 (autoload 'copyright-update-directory "copyright" "\
4568 Update copyright notice for all files in DIRECTORY matching MATCH.
4569 If FIX is non-nil, run `copyright-fix-years' instead.
4571 \(fn DIRECTORY MATCH &optional FIX)" t nil)
4573 ;;;***
4575 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4576 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (19845 45374))
4577 ;;; Generated autoloads from progmodes/cperl-mode.el
4578 (put 'cperl-indent-level 'safe-local-variable 'integerp)
4579 (put 'cperl-brace-offset 'safe-local-variable 'integerp)
4580 (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
4581 (put 'cperl-label-offset 'safe-local-variable 'integerp)
4582 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
4583 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
4584 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
4586 (autoload 'cperl-mode "cperl-mode" "\
4587 Major mode for editing Perl code.
4588 Expression and list commands understand all C brackets.
4589 Tab indents for Perl code.
4590 Paragraphs are separated by blank lines only.
4591 Delete converts tabs to spaces as it moves back.
4593 Various characters in Perl almost always come in pairs: {}, (), [],
4594 sometimes <>. When the user types the first, she gets the second as
4595 well, with optional special formatting done on {}. (Disabled by
4596 default.) You can always quote (with \\[quoted-insert]) the left
4597 \"paren\" to avoid the expansion. The processing of < is special,
4598 since most the time you mean \"less\". CPerl mode tries to guess
4599 whether you want to type pair <>, and inserts is if it
4600 appropriate. You can set `cperl-electric-parens-string' to the string that
4601 contains the parenths from the above list you want to be electrical.
4602 Electricity of parenths is controlled by `cperl-electric-parens'.
4603 You may also set `cperl-electric-parens-mark' to have electric parens
4604 look for active mark and \"embrace\" a region if possible.'
4606 CPerl mode provides expansion of the Perl control constructs:
4608 if, else, elsif, unless, while, until, continue, do,
4609 for, foreach, formy and foreachmy.
4611 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
4613 The user types the keyword immediately followed by a space, which
4614 causes the construct to be expanded, and the point is positioned where
4615 she is most likely to want to be. eg. when the user types a space
4616 following \"if\" the following appears in the buffer: if () { or if ()
4617 } { } and the cursor is between the parentheses. The user can then
4618 type some boolean expression within the parens. Having done that,
4619 typing \\[cperl-linefeed] places you - appropriately indented - on a
4620 new line between the braces (if you typed \\[cperl-linefeed] in a POD
4621 directive line, then appropriate number of new lines is inserted).
4623 If CPerl decides that you want to insert \"English\" style construct like
4625 bite if angry;
4627 it will not do any expansion. See also help on variable
4628 `cperl-extra-newline-before-brace'. (Note that one can switch the
4629 help message on expansion by setting `cperl-message-electric-keyword'
4630 to nil.)
4632 \\[cperl-linefeed] is a convenience replacement for typing carriage
4633 return. It places you in the next line with proper indentation, or if
4634 you type it inside the inline block of control construct, like
4636 foreach (@lines) {print; print}
4638 and you are on a boundary of a statement inside braces, it will
4639 transform the construct into a multiline and will place you into an
4640 appropriately indented blank line. If you need a usual
4641 `newline-and-indent' behavior, it is on \\[newline-and-indent],
4642 see documentation on `cperl-electric-linefeed'.
4644 Use \\[cperl-invert-if-unless] to change a construction of the form
4646 if (A) { B }
4648 into
4650 B if A;
4652 \\{cperl-mode-map}
4654 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
4655 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
4656 on electric space between $ and {, `cperl-electric-parens-string' is
4657 the string that contains parentheses that should be electric in CPerl
4658 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
4659 setting `cperl-electric-keywords' enables electric expansion of
4660 control structures in CPerl. `cperl-electric-linefeed' governs which
4661 one of two linefeed behavior is preferable. You can enable all these
4662 options simultaneously (recommended mode of use) by setting
4663 `cperl-hairy' to t. In this case you can switch separate options off
4664 by setting them to `null'. Note that one may undo the extra
4665 whitespace inserted by semis and braces in `auto-newline'-mode by
4666 consequent \\[cperl-electric-backspace].
4668 If your site has perl5 documentation in info format, you can use commands
4669 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
4670 These keys run commands `cperl-info-on-current-command' and
4671 `cperl-info-on-command', which one is which is controlled by variable
4672 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
4673 \(in turn affected by `cperl-hairy').
4675 Even if you have no info-format documentation, short one-liner-style
4676 help is available on \\[cperl-get-help], and one can run perldoc or
4677 man via menu.
4679 It is possible to show this help automatically after some idle time.
4680 This is regulated by variable `cperl-lazy-help-time'. Default with
4681 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
4682 secs idle time . It is also possible to switch this on/off from the
4683 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
4685 Use \\[cperl-lineup] to vertically lineup some construction - put the
4686 beginning of the region at the start of construction, and make region
4687 span the needed amount of lines.
4689 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4690 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4691 here-docs sections. With capable Emaxen results of scan are used
4692 for indentation too, otherwise they are used for highlighting only.
4694 Variables controlling indentation style:
4695 `cperl-tab-always-indent'
4696 Non-nil means TAB in CPerl mode should always reindent the current line,
4697 regardless of where in the line point is when the TAB command is used.
4698 `cperl-indent-left-aligned-comments'
4699 Non-nil means that the comment starting in leftmost column should indent.
4700 `cperl-auto-newline'
4701 Non-nil means automatically newline before and after braces,
4702 and after colons and semicolons, inserted in Perl code. The following
4703 \\[cperl-electric-backspace] will remove the inserted whitespace.
4704 Insertion after colons requires both this variable and
4705 `cperl-auto-newline-after-colon' set.
4706 `cperl-auto-newline-after-colon'
4707 Non-nil means automatically newline even after colons.
4708 Subject to `cperl-auto-newline' setting.
4709 `cperl-indent-level'
4710 Indentation of Perl statements within surrounding block.
4711 The surrounding block's indentation is the indentation
4712 of the line on which the open-brace appears.
4713 `cperl-continued-statement-offset'
4714 Extra indentation given to a substatement, such as the
4715 then-clause of an if, or body of a while, or just a statement continuation.
4716 `cperl-continued-brace-offset'
4717 Extra indentation given to a brace that starts a substatement.
4718 This is in addition to `cperl-continued-statement-offset'.
4719 `cperl-brace-offset'
4720 Extra indentation for line if it starts with an open brace.
4721 `cperl-brace-imaginary-offset'
4722 An open brace following other text is treated as if it the line started
4723 this far to the right of the actual line indentation.
4724 `cperl-label-offset'
4725 Extra indentation for line that is a label.
4726 `cperl-min-label-indent'
4727 Minimal indentation for line that is a label.
4729 Settings for classic indent-styles: K&R BSD=C++ GNU PerlStyle=Whitesmith
4730 `cperl-indent-level' 5 4 2 4
4731 `cperl-brace-offset' 0 0 0 0
4732 `cperl-continued-brace-offset' -5 -4 0 0
4733 `cperl-label-offset' -5 -4 -2 -4
4734 `cperl-continued-statement-offset' 5 4 2 4
4736 CPerl knows several indentation styles, and may bulk set the
4737 corresponding variables. Use \\[cperl-set-style] to do this. Use
4738 \\[cperl-set-style-back] to restore the memorized preexisting values
4739 \(both available from menu). See examples in `cperl-style-examples'.
4741 Part of the indentation style is how different parts of if/elsif/else
4742 statements are broken into lines; in CPerl, this is reflected on how
4743 templates for these constructs are created (controlled by
4744 `cperl-extra-newline-before-brace'), and how reflow-logic should treat
4745 \"continuation\" blocks of else/elsif/continue, controlled by the same
4746 variable, and by `cperl-extra-newline-before-brace-multiline',
4747 `cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
4749 If `cperl-indent-level' is 0, the statement after opening brace in
4750 column 0 is indented on
4751 `cperl-brace-offset'+`cperl-continued-statement-offset'.
4753 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4754 with no args.
4756 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4757 or as help on variables `cperl-tips', `cperl-problems',
4758 `cperl-praise', `cperl-speed'.
4760 \(fn)" t nil)
4762 (autoload 'cperl-perldoc "cperl-mode" "\
4763 Run `perldoc' on WORD.
4765 \(fn WORD)" t nil)
4767 (autoload 'cperl-perldoc-at-point "cperl-mode" "\
4768 Run a `perldoc' on the word around point.
4770 \(fn)" t nil)
4772 ;;;***
4774 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
4775 ;;;;;; (19890 42850))
4776 ;;; Generated autoloads from progmodes/cpp.el
4778 (autoload 'cpp-highlight-buffer "cpp" "\
4779 Highlight C code according to preprocessor conditionals.
4780 This command pops up a buffer which you should edit to specify
4781 what kind of highlighting to use, and the criteria for highlighting.
4782 A prefix arg suppresses display of that buffer.
4784 \(fn ARG)" t nil)
4786 (autoload 'cpp-parse-edit "cpp" "\
4787 Edit display information for cpp conditionals.
4789 \(fn)" t nil)
4791 ;;;***
4793 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
4794 ;;;;;; (19845 45374))
4795 ;;; Generated autoloads from emulation/crisp.el
4797 (defvar crisp-mode nil "\
4798 Track status of CRiSP emulation mode.
4799 A value of nil means CRiSP mode is not enabled. A value of t
4800 indicates CRiSP mode is enabled.
4802 Setting this variable directly does not take effect;
4803 use either M-x customize or the function `crisp-mode'.")
4805 (custom-autoload 'crisp-mode "crisp" nil)
4807 (autoload 'crisp-mode "crisp" "\
4808 Toggle CRiSP/Brief emulation minor mode.
4809 With ARG, turn CRiSP mode on if ARG is positive, off otherwise.
4811 \(fn &optional ARG)" t nil)
4813 (defalias 'brief-mode 'crisp-mode)
4815 ;;;***
4817 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
4818 ;;;;;; (19845 45374))
4819 ;;; Generated autoloads from emacs-lisp/crm.el
4821 (autoload 'completing-read-multiple "crm" "\
4822 Read multiple strings in the minibuffer, with completion.
4823 By using this functionality, a user may specify multiple strings at a
4824 single prompt, optionally using completion.
4826 Multiple strings are specified by separating each of the strings with
4827 a prespecified separator character. For example, if the separator
4828 character is a comma, the strings 'alice', 'bob', and 'eve' would be
4829 specified as 'alice,bob,eve'.
4831 The default value for the separator character is the value of
4832 `crm-default-separator' (comma). The separator character may be
4833 changed by modifying the value of `crm-separator'.
4835 Contiguous strings of non-separator-characters are referred to as
4836 'elements'. In the aforementioned example, the elements are: 'alice',
4837 'bob', and 'eve'.
4839 Completion is available on a per-element basis. For example, if the
4840 contents of the minibuffer are 'alice,bob,eve' and point is between
4841 'l' and 'i', pressing TAB operates on the element 'alice'.
4843 The return value of this function is a list of the read strings.
4845 See the documentation for `completing-read' for details on the arguments:
4846 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
4847 INHERIT-INPUT-METHOD.
4849 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
4851 ;;;***
4853 ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (19863
4854 ;;;;;; 8742))
4855 ;;; Generated autoloads from textmodes/css-mode.el
4857 (autoload 'css-mode "css-mode" "\
4858 Major mode to edit Cascading Style Sheets.
4860 \(fn)" t nil)
4862 ;;;***
4864 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
4865 ;;;;;; (19894 39890))
4866 ;;; Generated autoloads from emulation/cua-base.el
4868 (defvar cua-mode nil "\
4869 Non-nil if Cua mode is enabled.
4870 See the command `cua-mode' for a description of this minor mode.
4871 Setting this variable directly does not take effect;
4872 either customize it (see the info node `Easy Customization')
4873 or call the function `cua-mode'.")
4875 (custom-autoload 'cua-mode "cua-base" nil)
4877 (autoload 'cua-mode "cua-base" "\
4878 Toggle CUA key-binding mode.
4879 When enabled, using shifted movement keys will activate the
4880 region (and highlight the region using `transient-mark-mode'),
4881 and typed text replaces the active selection.
4883 Also when enabled, you can use C-z, C-x, C-c, and C-v to undo,
4884 cut, copy, and paste in addition to the normal Emacs bindings.
4885 The C-x and C-c keys only do cut and copy when the region is
4886 active, so in most cases, they do not conflict with the normal
4887 function of these prefix keys.
4889 If you really need to perform a command which starts with one of
4890 the prefix keys even when the region is active, you have three
4891 options:
4892 - press the prefix key twice very quickly (within 0.2 seconds),
4893 - press the prefix key and the following key within 0.2 seconds, or
4894 - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.
4896 You can customize `cua-enable-cua-keys' to completely disable the
4897 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
4898 the prefix fallback behavior.
4900 CUA mode manages Transient Mark mode internally. Trying to disable
4901 Transient Mark mode while CUA mode is enabled does not work; if you
4902 only want to highlight the region when it is selected using a
4903 shifted movement key, set `cua-highlight-region-shift-only'.
4905 \(fn &optional ARG)" t nil)
4907 (autoload 'cua-selection-mode "cua-base" "\
4908 Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
4910 \(fn ARG)" t nil)
4912 ;;;***
4914 ;;;### (autoloads (customize-menu-create custom-menu-create customize-save-customized
4915 ;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window
4916 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
4917 ;;;;;; customize-apropos-options customize-apropos customize-saved
4918 ;;;;;; customize-rogue customize-unsaved customize-face-other-window
4919 ;;;;;; customize-face customize-changed-options customize-option-other-window
4920 ;;;;;; customize-option customize-group-other-window customize-group
4921 ;;;;;; customize-mode customize customize-save-variable customize-set-variable
4922 ;;;;;; customize-set-value custom-menu-sort-alphabetically custom-buffer-sort-alphabetically
4923 ;;;;;; custom-browse-sort-alphabetically) "cus-edit" "cus-edit.el"
4924 ;;;;;; (19886 45771))
4925 ;;; Generated autoloads from cus-edit.el
4927 (defvar custom-browse-sort-alphabetically nil "\
4928 If non-nil, sort customization group alphabetically in `custom-browse'.")
4930 (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t)
4932 (defvar custom-buffer-sort-alphabetically t "\
4933 Whether to sort customization groups alphabetically in Custom buffer.")
4935 (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t)
4937 (defvar custom-menu-sort-alphabetically nil "\
4938 If non-nil, sort each customization group alphabetically in menus.")
4940 (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t)
4941 (add-hook 'same-window-regexps (purecopy "\\`\\*Customiz.*\\*\\'"))
4943 (autoload 'customize-set-value "cus-edit" "\
4944 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
4946 If VARIABLE has a `variable-interactive' property, that is used as if
4947 it were the arg to `interactive' (which see) to interactively read the value.
4949 If VARIABLE has a `custom-type' property, it must be a widget and the
4950 `:prompt-value' property of that widget will be used for reading the value.
4952 If given a prefix (or a COMMENT argument), also prompt for a comment.
4954 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4956 (autoload 'customize-set-variable "cus-edit" "\
4957 Set the default for VARIABLE to VALUE, and return VALUE.
4958 VALUE is a Lisp object.
4960 If VARIABLE has a `custom-set' property, that is used for setting
4961 VARIABLE, otherwise `set-default' is used.
4963 If VARIABLE has a `variable-interactive' property, that is used as if
4964 it were the arg to `interactive' (which see) to interactively read the value.
4966 If VARIABLE has a `custom-type' property, it must be a widget and the
4967 `:prompt-value' property of that widget will be used for reading the value.
4969 If given a prefix (or a COMMENT argument), also prompt for a comment.
4971 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4973 (autoload 'customize-save-variable "cus-edit" "\
4974 Set the default for VARIABLE to VALUE, and save it for future sessions.
4975 Return VALUE.
4977 If VARIABLE has a `custom-set' property, that is used for setting
4978 VARIABLE, otherwise `set-default' is used.
4980 If VARIABLE has a `variable-interactive' property, that is used as if
4981 it were the arg to `interactive' (which see) to interactively read the value.
4983 If VARIABLE has a `custom-type' property, it must be a widget and the
4984 `:prompt-value' property of that widget will be used for reading the value.
4986 If given a prefix (or a COMMENT argument), also prompt for a comment.
4988 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
4990 (autoload 'customize "cus-edit" "\
4991 Select a customization buffer which you can use to set user options.
4992 User options are structured into \"groups\".
4993 Initially the top-level group `Emacs' and its immediate subgroups
4994 are shown; the contents of those subgroups are initially hidden.
4996 \(fn)" t nil)
4998 (autoload 'customize-mode "cus-edit" "\
4999 Customize options related to the current major mode.
5000 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5001 then prompt for the MODE to customize.
5003 \(fn MODE)" t nil)
5005 (autoload 'customize-group "cus-edit" "\
5006 Customize GROUP, which must be a customization group.
5008 \(fn &optional GROUP)" t nil)
5010 (autoload 'customize-group-other-window "cus-edit" "\
5011 Customize GROUP, which must be a customization group, in another window.
5013 \(fn &optional GROUP)" t nil)
5015 (defalias 'customize-variable 'customize-option)
5017 (autoload 'customize-option "cus-edit" "\
5018 Customize SYMBOL, which must be a user option variable.
5020 \(fn SYMBOL)" t nil)
5022 (defalias 'customize-variable-other-window 'customize-option-other-window)
5024 (autoload 'customize-option-other-window "cus-edit" "\
5025 Customize SYMBOL, which must be a user option variable.
5026 Show the buffer in another window, but don't select it.
5028 \(fn SYMBOL)" t nil)
5030 (defvar customize-package-emacs-version-alist nil "\
5031 Alist mapping versions of a package to Emacs versions.
5032 We use this for packages that have their own names, but are released
5033 as part of Emacs itself.
5035 Each elements looks like this:
5037 (PACKAGE (PVERSION . EVERSION)...)
5039 Here PACKAGE is the name of a package, as a symbol. After
5040 PACKAGE come one or more elements, each associating a
5041 package version PVERSION with the first Emacs version
5042 EVERSION in which it (or a subsequent version of PACKAGE)
5043 was first released. Both PVERSION and EVERSION are strings.
5044 PVERSION should be a string that this package used in
5045 the :package-version keyword for `defcustom', `defgroup',
5046 and `defface'.
5048 For example, the MH-E package updates this alist as follows:
5050 (add-to-list 'customize-package-emacs-version-alist
5051 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5052 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5053 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5054 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5056 The value of PACKAGE needs to be unique and it needs to match the
5057 PACKAGE value appearing in the :package-version keyword. Since
5058 the user might see the value in a error message, a good choice is
5059 the official name of the package, such as MH-E or Gnus.")
5061 (defalias 'customize-changed 'customize-changed-options)
5063 (autoload 'customize-changed-options "cus-edit" "\
5064 Customize all settings whose meanings have changed in Emacs itself.
5065 This includes new user option variables and faces, and new
5066 customization groups, as well as older options and faces whose meanings
5067 or default values have changed since the previous major Emacs release.
5069 With argument SINCE-VERSION (a string), customize all settings
5070 that were added or redefined since that version.
5072 \(fn &optional SINCE-VERSION)" t nil)
5074 (autoload 'customize-face "cus-edit" "\
5075 Customize FACE, which should be a face name or nil.
5076 If FACE is nil, customize all faces. If FACE is actually a
5077 face-alias, customize the face it is aliased to.
5079 Interactively, when point is on text which has a face specified,
5080 suggest to customize that face, if it's customizable.
5082 \(fn &optional FACE)" t nil)
5084 (autoload 'customize-face-other-window "cus-edit" "\
5085 Show customization buffer for face FACE in other window.
5086 If FACE is actually a face-alias, customize the face it is aliased to.
5088 Interactively, when point is on text which has a face specified,
5089 suggest to customize that face, if it's customizable.
5091 \(fn &optional FACE)" t nil)
5093 (autoload 'customize-unsaved "cus-edit" "\
5094 Customize all user options set in this session but not saved.
5096 \(fn)" t nil)
5098 (autoload 'customize-rogue "cus-edit" "\
5099 Customize all user variables modified outside customize.
5101 \(fn)" t nil)
5103 (autoload 'customize-saved "cus-edit" "\
5104 Customize all already saved user options.
5106 \(fn)" t nil)
5108 (autoload 'customize-apropos "cus-edit" "\
5109 Customize all loaded options, faces and groups matching PATTERN.
5110 PATTERN can be a word, a list of words (separated by spaces),
5111 or a regexp (using some regexp special characters). If it is a word,
5112 search for matches for that word as a substring. If it is a list of words,
5113 search for matches for any two (or more) of those words.
5115 If TYPE is `options', include only options.
5116 If TYPE is `faces', include only faces.
5117 If TYPE is `groups', include only groups.
5118 If TYPE is t (interactively, with prefix arg), include variables
5119 that are not customizable options, as well as faces and groups
5120 \(but we recommend using `apropos-variable' instead).
5122 \(fn PATTERN &optional TYPE)" t nil)
5124 (autoload 'customize-apropos-options "cus-edit" "\
5125 Customize all loaded customizable options matching REGEXP.
5126 With prefix ARG, include variables that are not customizable options
5127 \(but it is better to use `apropos-variable' if you want to find those).
5129 \(fn REGEXP &optional ARG)" t nil)
5131 (autoload 'customize-apropos-faces "cus-edit" "\
5132 Customize all loaded faces matching REGEXP.
5134 \(fn REGEXP)" t nil)
5136 (autoload 'customize-apropos-groups "cus-edit" "\
5137 Customize all loaded groups matching REGEXP.
5139 \(fn REGEXP)" t nil)
5141 (autoload 'custom-buffer-create "cus-edit" "\
5142 Create a buffer containing OPTIONS.
5143 Optional NAME is the name of the buffer.
5144 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5145 SYMBOL is a customization option, and WIDGET is a widget for editing
5146 that option.
5148 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5150 (autoload 'custom-buffer-create-other-window "cus-edit" "\
5151 Create a buffer containing OPTIONS, and display it in another window.
5152 The result includes selecting that window.
5153 Optional NAME is the name of the buffer.
5154 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5155 SYMBOL is a customization option, and WIDGET is a widget for editing
5156 that option.
5158 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5160 (autoload 'customize-browse "cus-edit" "\
5161 Create a tree browser for the customize hierarchy.
5163 \(fn &optional GROUP)" t nil)
5165 (defvar custom-file nil "\
5166 File used for storing customization information.
5167 The default is nil, which means to use your init file
5168 as specified by `user-init-file'. If the value is not nil,
5169 it should be an absolute file name.
5171 You can set this option through Custom, if you carefully read the
5172 last paragraph below. However, usually it is simpler to write
5173 something like the following in your init file:
5175 \(setq custom-file \"~/.emacs-custom.el\")
5176 \(load custom-file)
5178 Note that both lines are necessary: the first line tells Custom to
5179 save all customizations in this file, but does not load it.
5181 When you change this variable outside Custom, look in the
5182 previous custom file (usually your init file) for the
5183 forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5184 and copy them (whichever ones you find) to the new custom file.
5185 This will preserve your existing customizations.
5187 If you save this option using Custom, Custom will write all
5188 currently saved customizations, including the new one for this
5189 option itself, into the file you specify, overwriting any
5190 `custom-set-variables' and `custom-set-faces' forms already
5191 present in that file. It will not delete any customizations from
5192 the old custom file. You should do that manually if that is what you
5193 want. You also have to put something like `(load \"CUSTOM-FILE\")
5194 in your init file, where CUSTOM-FILE is the actual name of the
5195 file. Otherwise, Emacs will not load the file when it starts up,
5196 and hence will not set `custom-file' to that file either.")
5198 (custom-autoload 'custom-file "cus-edit" t)
5200 (autoload 'custom-save-all "cus-edit" "\
5201 Save all customizations in `custom-file'.
5203 \(fn)" nil nil)
5205 (autoload 'customize-save-customized "cus-edit" "\
5206 Save all user options which have been set in this session.
5208 \(fn)" t nil)
5210 (autoload 'custom-menu-create "cus-edit" "\
5211 Create menu for customization group SYMBOL.
5212 The menu is in a format applicable to `easy-menu-define'.
5214 \(fn SYMBOL)" nil nil)
5216 (autoload 'customize-menu-create "cus-edit" "\
5217 Return a customize menu for customization group SYMBOL.
5218 If optional NAME is given, use that as the name of the menu.
5219 Otherwise the menu will be named `Customize'.
5220 The format is suitable for use with `easy-menu-define'.
5222 \(fn SYMBOL &optional NAME)" nil nil)
5224 ;;;***
5226 ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5227 ;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (19886
5228 ;;;;;; 45771))
5229 ;;; Generated autoloads from cus-theme.el
5231 (autoload 'customize-create-theme "cus-theme" "\
5232 Create or edit a custom theme.
5233 THEME, if non-nil, should be an existing theme to edit. If THEME
5234 is `user', provide an option to remove these as custom settings.
5235 BUFFER, if non-nil, should be a buffer to use; the default is
5236 named *Custom Theme*.
5238 \(fn &optional THEME BUFFER)" t nil)
5240 (autoload 'custom-theme-visit-theme "cus-theme" "\
5241 Set up a Custom buffer to edit custom theme THEME.
5243 \(fn THEME)" t nil)
5245 (autoload 'describe-theme "cus-theme" "\
5246 Display a description of the Custom theme THEME (a symbol).
5248 \(fn THEME)" t nil)
5250 (autoload 'customize-themes "cus-theme" "\
5251 Display a selectable list of Custom themes.
5252 When called from Lisp, BUFFER should be the buffer to use; if
5253 omitted, a buffer named *Custom Themes* is used.
5255 \(fn &optional BUFFER)" t nil)
5257 ;;;***
5259 ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5260 ;;;;;; (19863 8742))
5261 ;;; Generated autoloads from vc/cvs-status.el
5263 (autoload 'cvs-status-mode "cvs-status" "\
5264 Mode used for cvs status output.
5266 \(fn)" t nil)
5268 ;;;***
5270 ;;;### (autoloads (global-cwarn-mode turn-on-cwarn-mode cwarn-mode)
5271 ;;;;;; "cwarn" "progmodes/cwarn.el" (19845 45374))
5272 ;;; Generated autoloads from progmodes/cwarn.el
5274 (autoload 'cwarn-mode "cwarn" "\
5275 Minor mode that highlights suspicious C and C++ constructions.
5277 Suspicious constructs are highlighted using `font-lock-warning-face'.
5279 Note, in addition to enabling this minor mode, the major mode must
5280 be included in the variable `cwarn-configuration'. By default C and
5281 C++ modes are included.
5283 With ARG, turn CWarn mode on if and only if arg is positive.
5285 \(fn &optional ARG)" t nil)
5287 (autoload 'turn-on-cwarn-mode "cwarn" "\
5288 Turn on CWarn mode.
5290 This function is designed to be added to hooks, for example:
5291 (add-hook 'c-mode-hook 'turn-on-cwarn-mode)
5293 \(fn)" nil nil)
5295 (defvar global-cwarn-mode nil "\
5296 Non-nil if Global-Cwarn mode is enabled.
5297 See the command `global-cwarn-mode' for a description of this minor mode.
5298 Setting this variable directly does not take effect;
5299 either customize it (see the info node `Easy Customization')
5300 or call the function `global-cwarn-mode'.")
5302 (custom-autoload 'global-cwarn-mode "cwarn" nil)
5304 (autoload 'global-cwarn-mode "cwarn" "\
5305 Toggle Cwarn mode in every possible buffer.
5306 With prefix ARG, turn Global-Cwarn mode on if and only if
5307 ARG is positive.
5308 Cwarn mode is enabled in all buffers where
5309 `turn-on-cwarn-mode-if-enabled' would do it.
5310 See `cwarn-mode' for more information on Cwarn mode.
5312 \(fn &optional ARG)" t nil)
5314 ;;;***
5316 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5317 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5318 ;;;;;; (19845 45374))
5319 ;;; Generated autoloads from language/cyril-util.el
5321 (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
5322 Return KOI8-R external character code of CHAR if appropriate.
5324 \(fn CHAR)" nil nil)
5326 (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\
5327 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5329 \(fn CHAR)" nil nil)
5331 (autoload 'standard-display-cyrillic-translit "cyril-util" "\
5332 Display a cyrillic buffer using a transliteration.
5333 For readability, the table is slightly
5334 different from the one used for the input method `cyrillic-translit'.
5336 The argument is a string which specifies which language you are using;
5337 that affects the choice of transliterations slightly.
5338 Possible values are listed in `cyrillic-language-alist'.
5339 If the argument is t, we use the default cyrillic transliteration.
5340 If the argument is nil, we return the display table to its standard state.
5342 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5344 ;;;***
5346 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5347 ;;;;;; (19886 45771))
5348 ;;; Generated autoloads from dabbrev.el
5349 (put 'dabbrev-case-fold-search 'risky-local-variable t)
5350 (put 'dabbrev-case-replace 'risky-local-variable t)
5351 (define-key esc-map "/" 'dabbrev-expand)
5352 (define-key esc-map [?\C-/] 'dabbrev-completion)
5354 (autoload 'dabbrev-completion "dabbrev" "\
5355 Completion on current word.
5356 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5357 and presents suggestions for completion.
5359 With a prefix argument ARG, it searches all buffers accepted by the
5360 function pointed out by `dabbrev-friend-buffer-function' to find the
5361 completions.
5363 If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
5364 then it searches *all* buffers.
5366 \(fn &optional ARG)" t nil)
5368 (autoload 'dabbrev-expand "dabbrev" "\
5369 Expand previous word \"dynamically\".
5371 Expands to the most recent, preceding word for which this is a prefix.
5372 If no suitable preceding word is found, words following point are
5373 considered. If still no suitable word is found, then look in the
5374 buffers accepted by the function pointed out by variable
5375 `dabbrev-friend-buffer-function'.
5377 A positive prefix argument, N, says to take the Nth backward *distinct*
5378 possibility. A negative argument says search forward.
5380 If the cursor has not moved from the end of the previous expansion and
5381 no argument is given, replace the previously-made expansion
5382 with the next possible expansion not yet tried.
5384 The variable `dabbrev-backward-only' may be used to limit the
5385 direction of search to backward if set non-nil.
5387 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5389 \(fn ARG)" t nil)
5391 ;;;***
5393 ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5394 ;;;;;; (19845 45374))
5395 ;;; Generated autoloads from cedet/data-debug.el
5397 (autoload 'data-debug-new-buffer "data-debug" "\
5398 Create a new data-debug buffer with NAME.
5400 \(fn NAME)" nil nil)
5402 ;;;***
5404 ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (19845
5405 ;;;;;; 45374))
5406 ;;; Generated autoloads from net/dbus.el
5408 (autoload 'dbus-handle-event "dbus" "\
5409 Handle events from the D-Bus.
5410 EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5411 part of the event, is called with arguments ARGS.
5412 If the HANDLER returns a `dbus-error', it is propagated as return message.
5414 \(fn EVENT)" t nil)
5416 ;;;***
5418 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (19890
5419 ;;;;;; 42850))
5420 ;;; Generated autoloads from progmodes/dcl-mode.el
5422 (autoload 'dcl-mode "dcl-mode" "\
5423 Major mode for editing DCL-files.
5425 This mode indents command lines in blocks. (A block is commands between
5426 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
5427 dcl-block-end-regexp.)
5429 Labels are indented to a fixed position unless they begin or end a block.
5430 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5431 Data lines are not indented.
5433 Key bindings:
5435 \\{dcl-mode-map}
5436 Commands not usually bound to keys:
5438 \\[dcl-save-nondefault-options] Save changed options
5439 \\[dcl-save-all-options] Save all options
5440 \\[dcl-save-option] Save any option
5441 \\[dcl-save-mode] Save buffer mode
5443 Variables controlling indentation style and extra features:
5445 dcl-basic-offset
5446 Extra indentation within blocks.
5448 dcl-continuation-offset
5449 Extra indentation for continued lines.
5451 dcl-margin-offset
5452 Indentation for the first command line in a file or SUBROUTINE.
5454 dcl-margin-label-offset
5455 Indentation for a label.
5457 dcl-comment-line-regexp
5458 Lines matching this regexp will not be indented.
5460 dcl-block-begin-regexp
5461 dcl-block-end-regexp
5462 Regexps that match command lines that begin and end, respectively,
5463 a block of commmand lines that will be given extra indentation.
5464 Command lines between THEN-ELSE-ENDIF are always indented; these variables
5465 make it possible to define other places to indent.
5466 Set to nil to disable this feature.
5468 dcl-calc-command-indent-function
5469 Can be set to a function that customizes indentation for command lines.
5470 Two such functions are included in the package:
5471 dcl-calc-command-indent-multiple
5472 dcl-calc-command-indent-hang
5474 dcl-calc-cont-indent-function
5475 Can be set to a function that customizes indentation for continued lines.
5476 One such function is included in the package:
5477 dcl-calc-cont-indent-relative (set by default)
5479 dcl-tab-always-indent
5480 If t, pressing TAB always indents the current line.
5481 If nil, pressing TAB indents the current line if point is at the left
5482 margin.
5484 dcl-electric-characters
5485 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5486 typed.
5488 dcl-electric-reindent-regexps
5489 Use this variable and function dcl-electric-character to customize
5490 which words trigger electric indentation.
5492 dcl-tempo-comma
5493 dcl-tempo-left-paren
5494 dcl-tempo-right-paren
5495 These variables control the look of expanded templates.
5497 dcl-imenu-generic-expression
5498 Default value for imenu-generic-expression. The default includes
5499 SUBROUTINE labels in the main listing and sub-listings for
5500 other labels, CALL, GOTO and GOSUB statements.
5502 dcl-imenu-label-labels
5503 dcl-imenu-label-goto
5504 dcl-imenu-label-gosub
5505 dcl-imenu-label-call
5506 Change the text that is used as sub-listing labels in imenu.
5508 Loading this package calls the value of the variable
5509 `dcl-mode-load-hook' with no args, if that value is non-nil.
5510 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5511 with no args, if that value is non-nil.
5514 The following example uses the default values for all variables:
5516 $! This is a comment line that is not indented (it matches
5517 $! dcl-comment-line-regexp)
5518 $! Next follows the first command line. It is indented dcl-margin-offset.
5519 $ i = 1
5520 $ ! Other comments are indented like command lines.
5521 $ ! A margin label indented dcl-margin-label-offset:
5522 $ label:
5523 $ if i.eq.1
5524 $ then
5525 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
5526 $ ! indented dcl-basic-offset
5527 $ loop1: ! This matches dcl-block-begin-regexp...
5528 $ ! ...so this line is indented dcl-basic-offset
5529 $ text = \"This \" + - ! is a continued line
5530 \"lined up with the command line\"
5531 $ type sys$input
5532 Data lines are not indented at all.
5533 $ endloop1: ! This matches dcl-block-end-regexp
5534 $ endif
5538 There is some minimal font-lock support (see vars
5539 `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5541 \(fn)" t nil)
5543 ;;;***
5545 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5546 ;;;;;; "emacs-lisp/debug.el" (19845 45374))
5547 ;;; Generated autoloads from emacs-lisp/debug.el
5549 (setq debugger 'debug)
5551 (autoload 'debug "debug" "\
5552 Enter debugger. To return, type \\<debugger-mode-map>`\\[debugger-continue]'.
5553 Arguments are mainly for use when this is called from the internals
5554 of the evaluator.
5556 You may call with no args, or you may pass nil as the first arg and
5557 any other args you like. In that case, the list of args after the
5558 first will be printed into the backtrace buffer.
5560 \(fn &rest DEBUGGER-ARGS)" t nil)
5562 (autoload 'debug-on-entry "debug" "\
5563 Request FUNCTION to invoke debugger each time it is called.
5565 When called interactively, prompt for FUNCTION in the minibuffer.
5567 This works by modifying the definition of FUNCTION. If you tell the
5568 debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
5569 normal function or a macro written in Lisp, you can also step through
5570 its execution. FUNCTION can also be a primitive that is not a special
5571 form, in which case stepping is not possible. Break-on-entry for
5572 primitive functions only works when that function is called from Lisp.
5574 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5575 Redefining FUNCTION also cancels it.
5577 \(fn FUNCTION)" t nil)
5579 (autoload 'cancel-debug-on-entry "debug" "\
5580 Undo effect of \\[debug-on-entry] on FUNCTION.
5581 If FUNCTION is nil, cancel debug-on-entry for all functions.
5582 When called interactively, prompt for FUNCTION in the minibuffer.
5583 To specify a nil argument interactively, exit with an empty minibuffer.
5585 \(fn &optional FUNCTION)" t nil)
5587 ;;;***
5589 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5590 ;;;;;; (19889 21967))
5591 ;;; Generated autoloads from play/decipher.el
5593 (autoload 'decipher "decipher" "\
5594 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5596 \(fn)" t nil)
5598 (autoload 'decipher-mode "decipher" "\
5599 Major mode for decrypting monoalphabetic substitution ciphers.
5600 Lower-case letters enter plaintext.
5601 Upper-case letters are commands.
5603 The buffer is made read-only so that normal Emacs commands cannot
5604 modify it.
5606 The most useful commands are:
5607 \\<decipher-mode-map>
5608 \\[decipher-digram-list] Display a list of all digrams & their frequency
5609 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
5610 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
5611 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
5612 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
5614 \(fn)" t nil)
5616 ;;;***
5618 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5619 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (19886
5620 ;;;;;; 45771))
5621 ;;; Generated autoloads from delim-col.el
5623 (autoload 'delimit-columns-customize "delim-col" "\
5624 Customization of `columns' group.
5626 \(fn)" t nil)
5628 (autoload 'delimit-columns-region "delim-col" "\
5629 Prettify all columns in a text region.
5631 START and END delimits the text region.
5633 \(fn START END)" t nil)
5635 (autoload 'delimit-columns-rectangle "delim-col" "\
5636 Prettify all columns in a text rectangle.
5638 START and END delimits the corners of text rectangle.
5640 \(fn START END)" t nil)
5642 ;;;***
5644 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (19890
5645 ;;;;;; 42850))
5646 ;;; Generated autoloads from progmodes/delphi.el
5648 (autoload 'delphi-mode "delphi" "\
5649 Major mode for editing Delphi code. \\<delphi-mode-map>
5650 \\[delphi-tab] - Indents the current line (or region, if Transient Mark mode
5651 is enabled and the region is active) of Delphi code.
5652 \\[delphi-find-unit] - Search for a Delphi source file.
5653 \\[delphi-fill-comment] - Fill the current comment.
5654 \\[delphi-new-comment-line] - If in a // comment, do a new comment line.
5656 \\[indent-region] also works for indenting a whole region.
5658 Customization:
5660 `delphi-indent-level' (default 3)
5661 Indentation of Delphi statements with respect to containing block.
5662 `delphi-compound-block-indent' (default 0)
5663 Extra indentation for blocks in compound statements.
5664 `delphi-case-label-indent' (default 0)
5665 Extra indentation for case statement labels.
5666 `delphi-tab-always-indents' (default t)
5667 Non-nil means TAB in Delphi mode should always reindent the current line,
5668 regardless of where in the line point is when the TAB command is used.
5669 `delphi-newline-always-indents' (default t)
5670 Non-nil means NEWLINE in Delphi mode should always reindent the current
5671 line, insert a blank line and move to the default indent column of the
5672 blank line.
5673 `delphi-search-path' (default .)
5674 Directories to search when finding external units.
5675 `delphi-verbose' (default nil)
5676 If true then Delphi token processing progress is reported to the user.
5678 Coloring:
5680 `delphi-comment-face' (default font-lock-comment-face)
5681 Face used to color Delphi comments.
5682 `delphi-string-face' (default font-lock-string-face)
5683 Face used to color Delphi strings.
5684 `delphi-keyword-face' (default font-lock-keyword-face)
5685 Face used to color Delphi keywords.
5686 `delphi-other-face' (default nil)
5687 Face used to color everything else.
5689 Turning on Delphi mode calls the value of the variable `delphi-mode-hook'
5690 with no args, if that value is non-nil.
5692 \(fn &optional SKIP-INITIAL-PARSING)" t nil)
5694 ;;;***
5696 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (19845
5697 ;;;;;; 45374))
5698 ;;; Generated autoloads from delsel.el
5700 (defalias 'pending-delete-mode 'delete-selection-mode)
5702 (defvar delete-selection-mode nil "\
5703 Non-nil if Delete-Selection mode is enabled.
5704 See the command `delete-selection-mode' for a description of this minor mode.
5705 Setting this variable directly does not take effect;
5706 either customize it (see the info node `Easy Customization')
5707 or call the function `delete-selection-mode'.")
5709 (custom-autoload 'delete-selection-mode "delsel" nil)
5711 (autoload 'delete-selection-mode "delsel" "\
5712 Toggle Delete Selection mode.
5713 With prefix ARG, turn Delete Selection mode on if ARG is
5714 positive, off if ARG is not positive.
5716 When Delete Selection mode is enabled, Transient Mark mode is also
5717 enabled and typed text replaces the selection if the selection is
5718 active. Otherwise, typed text is just inserted at point regardless of
5719 any selection.
5721 \(fn &optional ARG)" t nil)
5723 ;;;***
5725 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5726 ;;;;;; "derived" "emacs-lisp/derived.el" (19849 29307))
5727 ;;; Generated autoloads from emacs-lisp/derived.el
5729 (autoload 'define-derived-mode "derived" "\
5730 Create a new mode as a variant of an existing mode.
5732 The arguments to this command are as follow:
5734 CHILD: the name of the command for the derived mode.
5735 PARENT: the name of the command for the parent mode (e.g. `text-mode')
5736 or nil if there is no parent.
5737 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
5738 DOCSTRING: an optional documentation string--if you do not supply one,
5739 the function will attempt to invent something useful.
5740 BODY: forms to execute just before running the
5741 hooks for the new mode. Do not use `interactive' here.
5743 BODY can start with a bunch of keyword arguments. The following keyword
5744 arguments are currently understood:
5745 :group GROUP
5746 Declare the customization group that corresponds to this mode.
5747 The command `customize-mode' uses this.
5748 :syntax-table TABLE
5749 Use TABLE instead of the default.
5750 A nil value means to simply use the same syntax-table as the parent.
5751 :abbrev-table TABLE
5752 Use TABLE instead of the default.
5753 A nil value means to simply use the same abbrev-table as the parent.
5755 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
5757 (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
5759 You could then make new key bindings for `LaTeX-thesis-mode-map'
5760 without changing regular LaTeX mode. In this example, BODY is empty,
5761 and DOCSTRING is generated by default.
5763 On a more complicated level, the following command uses `sgml-mode' as
5764 the parent, and then sets the variable `case-fold-search' to nil:
5766 (define-derived-mode article-mode sgml-mode \"Article\"
5767 \"Major mode for editing technical articles.\"
5768 (setq case-fold-search nil))
5770 Note that if the documentation string had been left out, it would have
5771 been generated automatically, with a reference to the keymap.
5773 The new mode runs the hook constructed by the function
5774 `derived-mode-hook-name'.
5776 See Info node `(elisp)Derived Modes' for more details.
5778 \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil (quote macro))
5780 (put 'define-derived-mode 'doc-string-elt '4)
5782 (autoload 'derived-mode-init-mode-variables "derived" "\
5783 Initialize variables for a new MODE.
5784 Right now, if they don't already exist, set up a blank keymap, an
5785 empty syntax table, and an empty abbrev table -- these will be merged
5786 the first time the mode is used.
5788 \(fn MODE)" nil nil)
5790 ;;;***
5792 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
5793 ;;;;;; "descr-text.el" (19886 45771))
5794 ;;; Generated autoloads from descr-text.el
5796 (autoload 'describe-text-properties "descr-text" "\
5797 Describe widgets, buttons, overlays, and text properties at POS.
5798 POS is taken to be in BUFFER or in current buffer if nil.
5799 Interactively, describe them for the character after point.
5800 If optional second argument OUTPUT-BUFFER is non-nil,
5801 insert the output into that buffer, and don't initialize or clear it
5802 otherwise.
5804 \(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil)
5806 (autoload 'describe-char "descr-text" "\
5807 Describe the character after POS (interactively, the character after point).
5808 Is POS is taken to be in buffer BUFFER or current buffer if nil.
5809 The information includes character code, charset and code points in it,
5810 syntax, category, how the character is encoded in a file,
5811 character composition information (if relevant),
5812 as well as widgets, buttons, overlays, and text properties.
5814 \(fn POS &optional BUFFER)" t nil)
5816 ;;;***
5818 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
5819 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
5820 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
5821 ;;;;;; "desktop.el" (19886 45771))
5822 ;;; Generated autoloads from desktop.el
5824 (defvar desktop-save-mode nil "\
5825 Non-nil if Desktop-Save mode is enabled.
5826 See the command `desktop-save-mode' for a description of this minor mode.")
5828 (custom-autoload 'desktop-save-mode "desktop" nil)
5830 (autoload 'desktop-save-mode "desktop" "\
5831 Toggle desktop saving mode.
5832 With numeric ARG, turn desktop saving on if ARG is positive, off
5833 otherwise. If desktop saving is turned on, the state of Emacs is
5834 saved from one session to another. See variable `desktop-save'
5835 and function `desktop-read' for details.
5837 \(fn &optional ARG)" t nil)
5839 (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) "\
5840 List of local variables to save for each buffer.
5841 The variables are saved only when they really are local. Conventional minor
5842 modes are restored automatically; they should not be listed here.")
5844 (custom-autoload 'desktop-locals-to-save "desktop" t)
5846 (defvar desktop-save-buffer nil "\
5847 When non-nil, save buffer status in desktop file.
5848 This variable becomes buffer local when set.
5850 If the value is a function, it is called by `desktop-save' with argument
5851 DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
5852 file along with the state of the buffer for which it was called.
5854 When file names are returned, they should be formatted using the call
5855 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
5857 Later, when `desktop-read' evaluates the desktop file, auxiliary information
5858 is passed as the argument DESKTOP-BUFFER-MISC to functions in
5859 `desktop-buffer-mode-handlers'.")
5861 (defvar desktop-buffer-mode-handlers nil "\
5862 Alist of major mode specific functions to restore a desktop buffer.
5863 Functions listed are called by `desktop-create-buffer' when `desktop-read'
5864 evaluates the desktop file. List elements must have the form
5866 (MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
5868 Buffers with a major mode not specified here, are restored by the default
5869 handler `desktop-restore-file-buffer'.
5871 Handlers are called with argument list
5873 (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC)
5875 Furthermore, they may use the following variables:
5877 desktop-file-version
5878 desktop-buffer-major-mode
5879 desktop-buffer-minor-modes
5880 desktop-buffer-point
5881 desktop-buffer-mark
5882 desktop-buffer-read-only
5883 desktop-buffer-locals
5885 If a handler returns a buffer, then the saved mode settings
5886 and variable values for that buffer are copied into it.
5888 Modules that define a major mode that needs a special handler should contain
5889 code like
5891 (defun foo-restore-desktop-buffer
5893 (add-to-list 'desktop-buffer-mode-handlers
5894 '(foo-mode . foo-restore-desktop-buffer))
5896 Furthermore the major mode function must be autoloaded.")
5898 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
5900 (defvar desktop-minor-mode-handlers nil "\
5901 Alist of functions to restore non-standard minor modes.
5902 Functions are called by `desktop-create-buffer' to restore minor modes.
5903 List elements must have the form
5905 (MINOR-MODE . RESTORE-FUNCTION).
5907 Minor modes not specified here, are restored by the standard minor mode
5908 function.
5910 Handlers are called with argument list
5912 (DESKTOP-BUFFER-LOCALS)
5914 Furthermore, they may use the following variables:
5916 desktop-file-version
5917 desktop-buffer-file-name
5918 desktop-buffer-name
5919 desktop-buffer-major-mode
5920 desktop-buffer-minor-modes
5921 desktop-buffer-point
5922 desktop-buffer-mark
5923 desktop-buffer-read-only
5924 desktop-buffer-misc
5926 When a handler is called, the buffer has been created and the major mode has
5927 been set, but local variables listed in desktop-buffer-locals has not yet been
5928 created and set.
5930 Modules that define a minor mode that needs a special handler should contain
5931 code like
5933 (defun foo-desktop-restore
5935 (add-to-list 'desktop-minor-mode-handlers
5936 '(foo-mode . foo-desktop-restore))
5938 Furthermore the minor mode function must be autoloaded.
5940 See also `desktop-minor-mode-table'.")
5942 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
5944 (autoload 'desktop-clear "desktop" "\
5945 Empty the Desktop.
5946 This kills all buffers except for internal ones and those with names matched by
5947 a regular expression in the list `desktop-clear-preserve-buffers'.
5948 Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
5950 \(fn)" t nil)
5952 (autoload 'desktop-save "desktop" "\
5953 Save the desktop in a desktop file.
5954 Parameter DIRNAME specifies where to save the desktop file.
5955 Optional parameter RELEASE says whether we're done with this desktop.
5956 See also `desktop-base-file-name'.
5958 \(fn DIRNAME &optional RELEASE)" t nil)
5960 (autoload 'desktop-remove "desktop" "\
5961 Delete desktop file in `desktop-dirname'.
5962 This function also sets `desktop-dirname' to nil.
5964 \(fn)" t nil)
5966 (autoload 'desktop-read "desktop" "\
5967 Read and process the desktop file in directory DIRNAME.
5968 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
5969 directories listed in `desktop-path'. If a desktop file is found, it
5970 is processed and `desktop-after-read-hook' is run. If no desktop file
5971 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
5972 This function is a no-op when Emacs is running in batch mode.
5973 It returns t if a desktop file was loaded, nil otherwise.
5975 \(fn &optional DIRNAME)" t nil)
5977 (autoload 'desktop-load-default "desktop" "\
5978 Load the `default' start-up library manually.
5979 Also inhibit further loading of it.
5981 \(fn)" nil nil)
5983 (autoload 'desktop-change-dir "desktop" "\
5984 Change to desktop saved in DIRNAME.
5985 Kill the desktop as specified by variables `desktop-save-mode' and
5986 `desktop-save', then clear the desktop and load the desktop file in
5987 directory DIRNAME.
5989 \(fn DIRNAME)" t nil)
5991 (autoload 'desktop-save-in-desktop-dir "desktop" "\
5992 Save the desktop in directory `desktop-dirname'.
5994 \(fn)" t nil)
5996 (autoload 'desktop-revert "desktop" "\
5997 Revert to the last loaded desktop.
5999 \(fn)" t nil)
6001 ;;;***
6003 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6004 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6005 ;;;;;; "deuglify" "gnus/deuglify.el" (19845 45374))
6006 ;;; Generated autoloads from gnus/deuglify.el
6008 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
6009 Unwrap lines that appear to be wrapped citation lines.
6010 You can control what lines will be unwrapped by frobbing
6011 `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max',
6012 indicating the minimum and maximum length of an unwrapped citation line. If
6013 NODISPLAY is non-nil, don't redisplay the article buffer.
6015 \(fn &optional NODISPLAY)" t nil)
6017 (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
6018 Repair a broken attribution line.
6019 If NODISPLAY is non-nil, don't redisplay the article buffer.
6021 \(fn &optional NODISPLAY)" t nil)
6023 (autoload 'gnus-outlook-deuglify-article "deuglify" "\
6024 Full deuglify of broken Outlook (Express) articles.
6025 Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If
6026 NODISPLAY is non-nil, don't redisplay the article buffer.
6028 \(fn &optional NODISPLAY)" t nil)
6030 (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
6031 Deuglify broken Outlook (Express) articles and redisplay.
6033 \(fn)" t nil)
6035 ;;;***
6037 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6038 ;;;;;; "calendar/diary-lib.el" (19885 24894))
6039 ;;; Generated autoloads from calendar/diary-lib.el
6041 (autoload 'diary "diary-lib" "\
6042 Generate the diary window for ARG days starting with the current date.
6043 If no argument is provided, the number of days of diary entries is governed
6044 by the variable `diary-number-of-entries'. A value of ARG less than 1
6045 does nothing. This function is suitable for execution in a `.emacs' file.
6047 \(fn &optional ARG)" t nil)
6049 (autoload 'diary-mail-entries "diary-lib" "\
6050 Send a mail message showing diary entries for next NDAYS days.
6051 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
6052 Mail is sent to the address specified by `diary-mail-addr'.
6054 Here is an example of a script to call `diary-mail-entries',
6055 suitable for regular scheduling using cron (or at). Note that
6056 since `emacs -script' does not load your `.emacs' file, you
6057 should ensure that all relevant variables are set.
6059 #!/usr/bin/emacs -script
6060 ;; diary-rem.el - run the Emacs diary-reminder
6062 \(setq diary-mail-days 3
6063 diary-file \"/path/to/diary.file\"
6064 calendar-date-style 'european
6065 diary-mail-addr \"user@host.name\")
6067 \(diary-mail-entries)
6069 # diary-rem.el ends here
6071 \(fn &optional NDAYS)" t nil)
6073 (autoload 'diary-mode "diary-lib" "\
6074 Major mode for editing the diary file.
6076 \(fn)" t nil)
6078 ;;;***
6080 ;;;### (autoloads (diff-buffer-with-file diff-backup diff diff-command
6081 ;;;;;; diff-switches) "diff" "vc/diff.el" (19845 45374))
6082 ;;; Generated autoloads from vc/diff.el
6084 (defvar diff-switches (purecopy "-c") "\
6085 A string or list of strings specifying switches to be passed to diff.")
6087 (custom-autoload 'diff-switches "diff" t)
6089 (defvar diff-command (purecopy "diff") "\
6090 The command to use to run diff.")
6092 (custom-autoload 'diff-command "diff" t)
6094 (autoload 'diff "diff" "\
6095 Find and display the differences between OLD and NEW files.
6096 When called interactively, read OLD and NEW using the minibuffer;
6097 the default for NEW is the current buffer's file name, and the
6098 default for OLD is a backup file for NEW, if one exists.
6099 If NO-ASYNC is non-nil, call diff synchronously.
6101 When called interactively with a prefix argument, prompt
6102 interactively for diff switches. Otherwise, the switches
6103 specified in `diff-switches' are passed to the diff command.
6105 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
6107 (autoload 'diff-backup "diff" "\
6108 Diff this file with its backup file or vice versa.
6109 Uses the latest backup, if there are several numerical backups.
6110 If this file is a backup, diff it with its original.
6111 The backup file is the first file given to `diff'.
6112 With prefix arg, prompt for diff switches.
6114 \(fn FILE &optional SWITCHES)" t nil)
6116 (autoload 'diff-buffer-with-file "diff" "\
6117 View the differences between BUFFER and its associated file.
6118 This requires the external program `diff' to be in your `exec-path'.
6120 \(fn &optional BUFFER)" t nil)
6122 ;;;***
6124 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6125 ;;;;;; (19863 8742))
6126 ;;; Generated autoloads from vc/diff-mode.el
6128 (autoload 'diff-mode "diff-mode" "\
6129 Major mode for viewing/editing context diffs.
6130 Supports unified and context diffs as well as (to a lesser extent)
6131 normal diffs.
6133 When the buffer is read-only, the ESC prefix is not necessary.
6134 If you edit the buffer manually, diff-mode will try to update the hunk
6135 headers for you on-the-fly.
6137 You can also switch between context diff and unified diff with \\[diff-context->unified],
6138 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6139 a diff with \\[diff-reverse-direction].
6141 \\{diff-mode-map}
6143 \(fn)" t nil)
6145 (autoload 'diff-minor-mode "diff-mode" "\
6146 Minor mode for viewing/editing context diffs.
6147 \\{diff-minor-mode-map}
6149 \(fn &optional ARG)" t nil)
6151 ;;;***
6153 ;;;### (autoloads (dig) "dig" "net/dig.el" (19845 45374))
6154 ;;; Generated autoloads from net/dig.el
6156 (autoload 'dig "dig" "\
6157 Query addresses of a DOMAIN using dig, by calling `dig-invoke'.
6158 Optional arguments are passed to `dig-invoke'.
6160 \(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
6162 ;;;***
6164 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6165 ;;;;;; dired dired-listing-switches) "dired" "dired.el" (19886 46089))
6166 ;;; Generated autoloads from dired.el
6168 (defvar dired-listing-switches (purecopy "-al") "\
6169 Switches passed to `ls' for Dired. MUST contain the `l' option.
6170 May contain all other options that don't contradict `-l';
6171 may contain even `F', `b', `i' and `s'. See also the variable
6172 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6173 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6174 some of the `ls' switches are not supported; see the doc string of
6175 `insert-directory' in `ls-lisp.el' for more details.")
6177 (custom-autoload 'dired-listing-switches "dired" t)
6179 (defvar dired-directory nil "\
6180 The directory name or wildcard spec that this dired directory lists.
6181 Local to each dired buffer. May be a list, in which case the car is the
6182 directory name and the cdr is the list of files to mention.
6183 The directory name must be absolute, but need not be fully expanded.")
6184 (define-key ctl-x-map "d" 'dired)
6186 (autoload 'dired "dired" "\
6187 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
6188 Optional second argument SWITCHES specifies the `ls' options used.
6189 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
6190 Dired displays a list of files in DIRNAME (which may also have
6191 shell wildcards appended to select certain files). If DIRNAME is a cons,
6192 its first element is taken as the directory name and the rest as an explicit
6193 list of files to make directory entries for.
6194 \\<dired-mode-map>You can move around in it with the usual commands.
6195 You can flag files for deletion with \\[dired-flag-file-deletion] and then
6196 delete them by typing \\[dired-do-flagged-delete].
6197 Type \\[describe-mode] after entering Dired for more info.
6199 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
6201 \(fn DIRNAME &optional SWITCHES)" t nil)
6202 (define-key ctl-x-4-map "d" 'dired-other-window)
6204 (autoload 'dired-other-window "dired" "\
6205 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
6207 \(fn DIRNAME &optional SWITCHES)" t nil)
6208 (define-key ctl-x-5-map "d" 'dired-other-frame)
6210 (autoload 'dired-other-frame "dired" "\
6211 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
6213 \(fn DIRNAME &optional SWITCHES)" t nil)
6215 (autoload 'dired-noselect "dired" "\
6216 Like `dired' but returns the dired buffer as value, does not select it.
6218 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6220 (autoload 'dired-mode "dired" "\
6221 Mode for \"editing\" directory listings.
6222 In Dired, you are \"editing\" a list of the files in a directory and
6223 (optionally) its subdirectories, in the format of `ls -lR'.
6224 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
6225 \"Editing\" means that you can run shell commands on files, visit,
6226 compress, load or byte-compile them, change their file attributes
6227 and insert subdirectories into the same buffer. You can \"mark\"
6228 files for later commands or \"flag\" them for deletion, either file
6229 by file or all files matching certain criteria.
6230 You can move using the usual cursor motion commands.\\<dired-mode-map>
6231 Letters no longer insert themselves. Digits are prefix arguments.
6232 Instead, type \\[dired-flag-file-deletion] to flag a file for Deletion.
6233 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6234 Most commands operate on the marked files and use the current file
6235 if no files are marked. Use a numeric prefix argument to operate on
6236 the next ARG (or previous -ARG if ARG<0) files, or just `1'
6237 to operate on the current file only. Prefix arguments override marks.
6238 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
6239 to see why something went wrong.
6240 Type \\[dired-unmark] to Unmark a file or all files of a subdirectory.
6241 Type \\[dired-unmark-backward] to back up one line and unflag.
6242 Type \\[dired-do-flagged-delete] to eXecute the deletions requested.
6243 Type \\[dired-find-file] to Find the current line's file
6244 (or dired it in another buffer, if it is a directory).
6245 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
6246 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6247 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6248 Type \\[dired-do-copy] to Copy files.
6249 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
6250 Type \\[revert-buffer] to read all currently expanded directories aGain.
6251 This retains all marks and hides subdirs again that were hidden before.
6252 SPC and DEL can be used to move down and up by lines.
6254 If Dired ever gets confused, you can either type \\[revert-buffer] to read the
6255 directories again, type \\[dired-do-redisplay] to relist a single or the marked files or a
6256 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
6257 again for the directory tree.
6259 Customization variables (rename this buffer and type \\[describe-variable] on each line
6260 for more info):
6262 `dired-listing-switches'
6263 `dired-trivial-filenames'
6264 `dired-shrink-to-fit'
6265 `dired-marker-char'
6266 `dired-del-marker'
6267 `dired-keep-marker-rename'
6268 `dired-keep-marker-copy'
6269 `dired-keep-marker-hardlink'
6270 `dired-keep-marker-symlink'
6272 Hooks (use \\[describe-variable] to see their documentation):
6274 `dired-before-readin-hook'
6275 `dired-after-readin-hook'
6276 `dired-mode-hook'
6277 `dired-load-hook'
6279 Keybindings:
6280 \\{dired-mode-map}
6282 \(fn &optional DIRNAME SWITCHES)" nil nil)
6283 (put 'dired-find-alternate-file 'disabled t)
6285 ;;;***
6287 ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6288 ;;;;;; (19886 45771))
6289 ;;; Generated autoloads from dirtrack.el
6291 (autoload 'dirtrack-mode "dirtrack" "\
6292 Enable or disable Dirtrack directory tracking in a shell buffer.
6293 This method requires that your shell prompt contain the full
6294 current working directory at all times, and that `dirtrack-list'
6295 is set to match the prompt. This is an alternative to
6296 `shell-dirtrack-mode', which works differently, by tracking `cd'
6297 and similar commands which change the shell working directory.
6299 \(fn &optional ARG)" t nil)
6301 (autoload 'dirtrack "dirtrack" "\
6302 Determine the current directory by scanning the process output for a prompt.
6303 The prompt to look for is the first item in `dirtrack-list'.
6305 You can toggle directory tracking by using the function `dirtrack-mode'.
6307 If directory tracking does not seem to be working, you can use the
6308 function `dirtrack-debug-mode' to turn on debugging output.
6310 \(fn INPUT)" nil nil)
6312 ;;;***
6314 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (19863
6315 ;;;;;; 8742))
6316 ;;; Generated autoloads from emacs-lisp/disass.el
6318 (autoload 'disassemble "disass" "\
6319 Print disassembled code for OBJECT in (optional) BUFFER.
6320 OBJECT can be a symbol defined as a function, or a function itself
6321 \(a lambda expression or a compiled-function object).
6322 If OBJECT is not already compiled, we compile it, but do not
6323 redefine OBJECT if it is a symbol.
6325 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6327 ;;;***
6329 ;;;### (autoloads (standard-display-european glyph-face glyph-char
6330 ;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic
6331 ;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6332 ;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6333 ;;;;;; set-display-table-slot display-table-slot make-display-table)
6334 ;;;;;; "disp-table" "disp-table.el" (19845 45374))
6335 ;;; Generated autoloads from disp-table.el
6337 (autoload 'make-display-table "disp-table" "\
6338 Return a new, empty display table.
6340 \(fn)" nil nil)
6342 (autoload 'display-table-slot "disp-table" "\
6343 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6344 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6345 Valid symbols are `truncation', `wrap', `escape', `control',
6346 `selective-display', and `vertical-border'.
6348 \(fn DISPLAY-TABLE SLOT)" nil nil)
6350 (autoload 'set-display-table-slot "disp-table" "\
6351 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6352 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6353 Valid symbols are `truncation', `wrap', `escape', `control',
6354 `selective-display', and `vertical-border'.
6356 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6358 (autoload 'describe-display-table "disp-table" "\
6359 Describe the display table DT in a help buffer.
6361 \(fn DT)" nil nil)
6363 (autoload 'describe-current-display-table "disp-table" "\
6364 Describe the display table in use in the selected window and buffer.
6366 \(fn)" t nil)
6368 (autoload 'standard-display-8bit "disp-table" "\
6369 Display characters representing raw bytes in the range L to H literally.
6371 On a terminal display, each character in the range is displayed
6372 by sending the corresponding byte directly to the terminal.
6374 On a graphic display, each character in the range is displayed
6375 using the default font by a glyph whose code is the corresponding
6376 byte.
6378 Note that ASCII printable characters (SPC to TILDA) are displayed
6379 in the default way after this call.
6381 \(fn L H)" nil nil)
6383 (autoload 'standard-display-default "disp-table" "\
6384 Display characters in the range L to H using the default notation.
6386 \(fn L H)" nil nil)
6388 (autoload 'standard-display-ascii "disp-table" "\
6389 Display character C using printable string S.
6391 \(fn C S)" nil nil)
6393 (autoload 'standard-display-g1 "disp-table" "\
6394 Display character C as character SC in the g1 character set.
6395 This function assumes that your terminal uses the SO/SI characters;
6396 it is meaningless for an X frame.
6398 \(fn C SC)" nil nil)
6400 (autoload 'standard-display-graphic "disp-table" "\
6401 Display character C as character GC in graphics character set.
6402 This function assumes VT100-compatible escapes; it is meaningless for an
6403 X frame.
6405 \(fn C GC)" nil nil)
6407 (autoload 'standard-display-underline "disp-table" "\
6408 Display character C as character UC plus underlining.
6410 \(fn C UC)" nil nil)
6412 (autoload 'create-glyph "disp-table" "\
6413 Allocate a glyph code to display by sending STRING to the terminal.
6415 \(fn STRING)" nil nil)
6417 (autoload 'make-glyph-code "disp-table" "\
6418 Return a glyph code representing char CHAR with face FACE.
6420 \(fn CHAR &optional FACE)" nil nil)
6422 (autoload 'glyph-char "disp-table" "\
6423 Return the character of glyph code GLYPH.
6425 \(fn GLYPH)" nil nil)
6427 (autoload 'glyph-face "disp-table" "\
6428 Return the face of glyph code GLYPH, or nil if glyph has default face.
6430 \(fn GLYPH)" nil nil)
6432 (autoload 'standard-display-european "disp-table" "\
6433 Semi-obsolete way to toggle display of ISO 8859 European characters.
6435 This function is semi-obsolete; you probably don't need it, or else you
6436 probably should use `set-language-environment' or `set-locale-environment'.
6438 This function enables European character display if ARG is positive,
6439 disables it if negative. Otherwise, it toggles European character display.
6441 When this mode is enabled, characters in the range of 160 to 255
6442 display not as octal escapes, but as accented characters. Codes 146
6443 and 160 display as apostrophe and space, even though they are not the
6444 ASCII codes for apostrophe and space.
6446 Enabling European character display with this command noninteractively
6447 from Lisp code also selects Latin-1 as the language environment.
6448 This provides increased compatibility for users who call this function
6449 in `.emacs'.
6451 \(fn ARG)" nil nil)
6453 ;;;***
6455 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6456 ;;;;;; (19845 45374))
6457 ;;; Generated autoloads from play/dissociate.el
6459 (autoload 'dissociated-press "dissociate" "\
6460 Dissociate the text of the current buffer.
6461 Output goes in buffer named *Dissociation*,
6462 which is redisplayed each time text is added to it.
6463 Every so often the user must say whether to continue.
6464 If ARG is positive, require ARG chars of continuity.
6465 If ARG is negative, require -ARG words of continuity.
6466 Default is 2.
6468 \(fn &optional ARG)" t nil)
6470 ;;;***
6472 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (19886 45771))
6473 ;;; Generated autoloads from dnd.el
6475 (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)) "\
6476 The functions to call for different protocols when a drop is made.
6477 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6478 The list contains of (REGEXP . FUNCTION) pairs.
6479 The functions shall take two arguments, URL, which is the URL dropped and
6480 ACTION which is the action to be performed for the drop (move, copy, link,
6481 private or ask).
6482 If no match is found here, and the value of `browse-url-browser-function'
6483 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6484 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6485 The function shall return the action done (move, copy, link or private)
6486 if some action was made, or nil if the URL is ignored.")
6488 (custom-autoload 'dnd-protocol-alist "dnd" t)
6490 ;;;***
6492 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6493 ;;;;;; "textmodes/dns-mode.el" (19845 45374))
6494 ;;; Generated autoloads from textmodes/dns-mode.el
6496 (autoload 'dns-mode "dns-mode" "\
6497 Major mode for viewing and editing DNS master files.
6498 This mode is inherited from text mode. It add syntax
6499 highlighting, and some commands for handling DNS master files.
6500 Its keymap inherits from `text-mode' and it has the same
6501 variables for customizing indentation. It has its own abbrev
6502 table and its own syntax table.
6504 Turning on DNS mode runs `dns-mode-hook'.
6506 \(fn)" t nil)
6507 (defalias 'zone-mode 'dns-mode)
6509 (autoload 'dns-mode-soa-increment-serial "dns-mode" "\
6510 Locate SOA record and increment the serial field.
6512 \(fn)" t nil)
6514 ;;;***
6516 ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6517 ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (19872
6518 ;;;;;; 12877))
6519 ;;; Generated autoloads from doc-view.el
6521 (autoload 'doc-view-mode-p "doc-view" "\
6522 Return non-nil if document type TYPE is available for `doc-view'.
6523 Document types are symbols like `dvi', `ps', `pdf', or `odf' (any
6524 OpenDocument format).
6526 \(fn TYPE)" nil nil)
6528 (autoload 'doc-view-mode "doc-view" "\
6529 Major mode in DocView buffers.
6531 DocView Mode is an Emacs document viewer. It displays PDF, PS
6532 and DVI files (as PNG images) in Emacs buffers.
6534 You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
6535 toggle between displaying the document or editing it as text.
6536 \\{doc-view-mode-map}
6538 \(fn)" t nil)
6540 (autoload 'doc-view-mode-maybe "doc-view" "\
6541 Switch to `doc-view-mode' if possible.
6542 If the required external tools are not available, then fallback
6543 to the next best mode.
6545 \(fn)" nil nil)
6547 (autoload 'doc-view-minor-mode "doc-view" "\
6548 Toggle Doc view minor mode.
6549 With arg, turn Doc view minor mode on if arg is positive, off otherwise.
6550 See the command `doc-view-mode' for more information on this mode.
6552 \(fn &optional ARG)" t nil)
6554 (autoload 'doc-view-bookmark-jump "doc-view" "\
6557 \(fn BMK)" nil nil)
6559 ;;;***
6561 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (19890 42850))
6562 ;;; Generated autoloads from play/doctor.el
6564 (autoload 'doctor "doctor" "\
6565 Switch to *doctor* buffer and start giving psychotherapy.
6567 \(fn)" t nil)
6569 ;;;***
6571 ;;;### (autoloads (double-mode) "double" "double.el" (19845 45374))
6572 ;;; Generated autoloads from double.el
6574 (autoload 'double-mode "double" "\
6575 Toggle Double mode.
6576 With prefix argument ARG, turn Double mode on if ARG is positive, otherwise
6577 turn it off.
6579 When Double mode is on, some keys will insert different strings
6580 when pressed twice. See variable `double-map' for details.
6582 \(fn &optional ARG)" t nil)
6584 ;;;***
6586 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (19845 45374))
6587 ;;; Generated autoloads from play/dunnet.el
6589 (autoload 'dunnet "dunnet" "\
6590 Switch to *dungeon* buffer and start game.
6592 \(fn)" t nil)
6594 ;;;***
6596 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6597 ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6598 ;;;;;; "emacs-lisp/easy-mmode.el" (19845 45374))
6599 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6601 (defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
6603 (autoload 'define-minor-mode "easy-mmode" "\
6604 Define a new minor mode MODE.
6605 This defines the control variable MODE and the toggle command MODE.
6606 DOC is the documentation for the mode toggle command.
6608 Optional INIT-VALUE is the initial value of the mode's variable.
6609 Optional LIGHTER is displayed in the modeline when the mode is on.
6610 Optional KEYMAP is the default keymap bound to the mode keymap.
6611 If non-nil, it should be a variable name (whose value is a keymap),
6612 or an expression that returns either a keymap or a list of
6613 arguments for `easy-mmode-define-keymap'. If KEYMAP is not a symbol,
6614 this also defines the variable MODE-map.
6616 BODY contains code to execute each time the mode is enabled or disabled.
6617 It is executed after toggling the mode, and before running MODE-hook.
6618 Before the actual body code, you can write keyword arguments, i.e.
6619 alternating keywords and values. These following special keywords
6620 are supported (other keywords are passed to `defcustom' if the minor
6621 mode is global):
6623 :group GROUP Custom group name to use in all generated `defcustom' forms.
6624 Defaults to MODE without the possible trailing \"-mode\".
6625 Don't use this default group name unless you have written a
6626 `defgroup' to define that group properly.
6627 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
6628 buffer-local, so don't make the variable MODE buffer-local.
6629 By default, the mode is buffer-local.
6630 :init-value VAL Same as the INIT-VALUE argument.
6631 :lighter SPEC Same as the LIGHTER argument.
6632 :keymap MAP Same as the KEYMAP argument.
6633 :require SYM Same as in `defcustom'.
6634 :variable PLACE The location (as can be used with `setf') to use instead
6635 of the variable MODE to store the state of the mode. PLACE
6636 can also be of the form (GET . SET) where GET is an expression
6637 that returns the current state and SET is a function that takes
6638 a new state and sets it. If you specify a :variable, this
6639 function assumes it is defined elsewhere.
6641 For example, you could write
6642 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6643 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
6644 ...BODY CODE...)
6646 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil (quote macro))
6648 (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode)
6650 (defalias 'define-global-minor-mode 'define-globalized-minor-mode)
6652 (autoload 'define-globalized-minor-mode "easy-mmode" "\
6653 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
6654 TURN-ON is a function that will be called with no args in every buffer
6655 and that should try to turn MODE on if applicable for that buffer.
6656 KEYS is a list of CL-style keyword arguments. As the minor mode
6657 defined by this function is always global, any :global keyword is
6658 ignored. Other keywords have the same meaning as in `define-minor-mode',
6659 which see. In particular, :group specifies the custom group.
6660 The most useful keywords are those that are passed on to the
6661 `defcustom'. It normally makes no sense to pass the :lighter
6662 or :keymap keywords to `define-globalized-minor-mode', since these
6663 are usually passed to the buffer-local version of the minor mode.
6665 If MODE's set-up depends on the major mode in effect when it was
6666 enabled, then disabling and reenabling MODE should make MODE work
6667 correctly with the current major mode. This is important to
6668 prevent problems with derived modes, that is, major modes that
6669 call another major mode in their body.
6671 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil (quote macro))
6673 (autoload 'easy-mmode-define-keymap "easy-mmode" "\
6674 Return a keymap built from bindings BS.
6675 BS must be a list of (KEY . BINDING) where
6676 KEY and BINDINGS are suitable for `define-key'.
6677 Optional NAME is passed to `make-sparse-keymap'.
6678 Optional map M can be used to modify an existing map.
6679 ARGS is a list of additional keyword arguments.
6681 Valid keywords and arguments are:
6683 :name Name of the keymap; overrides NAME argument.
6684 :dense Non-nil for a dense keymap.
6685 :inherit Parent keymap.
6686 :group Ignored.
6687 :suppress Non-nil to call `suppress-keymap' on keymap,
6688 'nodigits to suppress digits as prefix arguments.
6690 \(fn BS &optional NAME M ARGS)" nil nil)
6692 (autoload 'easy-mmode-defmap "easy-mmode" "\
6693 Define a constant M whose value is the result of `easy-mmode-define-keymap'.
6694 The M, BS, and ARGS arguments are as per that function. DOC is
6695 the constant's documentation.
6697 \(fn M BS DOC &rest ARGS)" nil (quote macro))
6699 (autoload 'easy-mmode-defsyntax "easy-mmode" "\
6700 Define variable ST as a syntax-table.
6701 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
6703 \(fn ST CSS DOC &rest ARGS)" nil (quote macro))
6705 ;;;***
6707 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
6708 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (19845
6709 ;;;;;; 45374))
6710 ;;; Generated autoloads from emacs-lisp/easymenu.el
6712 (autoload 'easy-menu-define "easymenu" "\
6713 Define a menu bar submenu in maps MAPS, according to MENU.
6715 If SYMBOL is non-nil, store the menu keymap in the value of SYMBOL,
6716 and define SYMBOL as a function to pop up the menu, with DOC as its doc string.
6717 If SYMBOL is nil, just store the menu keymap into MAPS.
6719 The first element of MENU must be a string. It is the menu bar item name.
6720 It may be followed by the following keyword argument pairs
6722 :filter FUNCTION
6724 FUNCTION is a function with one argument, the rest of menu items.
6725 It returns the remaining items of the displayed menu.
6727 :visible INCLUDE
6729 INCLUDE is an expression; this menu is only visible if this
6730 expression has a non-nil value. `:included' is an alias for `:visible'.
6732 :active ENABLE
6734 ENABLE is an expression; the menu is enabled for selection whenever
6735 this expression's value is non-nil. `:enable' is an alias for `:active'.
6737 The rest of the elements in MENU, are menu items.
6739 A menu item is usually a vector of three elements: [NAME CALLBACK ENABLE]
6741 NAME is a string--the menu item name.
6743 CALLBACK is a command to run when the item is chosen,
6744 or a list to evaluate when the item is chosen.
6746 ENABLE is an expression; the item is enabled for selection
6747 whenever this expression's value is non-nil.
6749 Alternatively, a menu item may have the form:
6751 [ NAME CALLBACK [ KEYWORD ARG ] ... ]
6753 Where KEYWORD is one of the symbols defined below.
6755 :keys KEYS
6757 KEYS is a string; a complex keyboard equivalent to this menu item.
6758 This is normally not needed because keyboard equivalents are usually
6759 computed automatically.
6760 KEYS is expanded with `substitute-command-keys' before it is used.
6762 :key-sequence KEYS
6764 KEYS is nil, a string or a vector; nil or a keyboard equivalent to this
6765 menu item.
6766 This is a hint that will considerably speed up Emacs' first display of
6767 a menu. Use `:key-sequence nil' when you know that this menu item has no
6768 keyboard equivalent.
6770 :active ENABLE
6772 ENABLE is an expression; the item is enabled for selection whenever
6773 this expression's value is non-nil. `:enable' is an alias for `:active'.
6775 :visible INCLUDE
6777 INCLUDE is an expression; this item is only visible if this
6778 expression has a non-nil value. `:included' is an alias for `:visible'.
6780 :label FORM
6782 FORM is an expression that will be dynamically evaluated and whose
6783 value will be used for the menu entry's text label (the default is NAME).
6785 :suffix FORM
6787 FORM is an expression that will be dynamically evaluated and whose
6788 value will be concatenated to the menu entry's label.
6790 :style STYLE
6792 STYLE is a symbol describing the type of menu item. The following are
6793 defined:
6795 toggle: A checkbox.
6796 Prepend the name with `(*) ' or `( ) ' depending on if selected or not.
6797 radio: A radio button.
6798 Prepend the name with `[X] ' or `[ ] ' depending on if selected or not.
6799 button: Surround the name with `[' and `]'. Use this for an item in the
6800 menu bar itself.
6801 anything else means an ordinary menu item.
6803 :selected SELECTED
6805 SELECTED is an expression; the checkbox or radio button is selected
6806 whenever this expression's value is non-nil.
6808 :help HELP
6810 HELP is a string, the help to display for the menu item.
6812 A menu item can be a string. Then that string appears in the menu as
6813 unselectable text. A string consisting solely of hyphens is displayed
6814 as a solid horizontal line.
6816 A menu item can be a list with the same format as MENU. This is a submenu.
6818 \(fn SYMBOL MAPS DOC MENU)" nil (quote macro))
6820 (put 'easy-menu-define 'lisp-indent-function 'defun)
6822 (autoload 'easy-menu-do-define "easymenu" "\
6825 \(fn SYMBOL MAPS DOC MENU)" nil nil)
6827 (autoload 'easy-menu-create-menu "easymenu" "\
6828 Create a menu called MENU-NAME with items described in MENU-ITEMS.
6829 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
6830 possibly preceded by keyword pairs as described in `easy-menu-define'.
6832 \(fn MENU-NAME MENU-ITEMS)" nil nil)
6834 (autoload 'easy-menu-change "easymenu" "\
6835 Change menu found at PATH as item NAME to contain ITEMS.
6836 PATH is a list of strings for locating the menu that
6837 should contain a submenu named NAME.
6838 ITEMS is a list of menu items, as in `easy-menu-define'.
6839 These items entirely replace the previous items in that submenu.
6841 If MAP is specified, it should normally be a keymap; nil stands for the local
6842 menu-bar keymap. It can also be a symbol, which has earlier been used as the
6843 first argument in a call to `easy-menu-define', or the value of such a symbol.
6845 If the menu located by PATH has no submenu named NAME, add one.
6846 If the optional argument BEFORE is present, add it just before
6847 the submenu named BEFORE, otherwise add it at the end of the menu.
6849 To implement dynamic menus, either call this from
6850 `menu-bar-update-hook' or use a menu filter.
6852 \(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
6854 ;;;***
6856 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
6857 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
6858 ;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
6859 ;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
6860 ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
6861 ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
6862 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
6863 ;;;;;; "progmodes/ebnf2ps.el" (19845 45374))
6864 ;;; Generated autoloads from progmodes/ebnf2ps.el
6866 (autoload 'ebnf-customize "ebnf2ps" "\
6867 Customization for ebnf group.
6869 \(fn)" t nil)
6871 (autoload 'ebnf-print-directory "ebnf2ps" "\
6872 Generate and print a PostScript syntactic chart image of DIRECTORY.
6874 If DIRECTORY is nil, it's used `default-directory'.
6876 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
6877 processed.
6879 See also `ebnf-print-buffer'.
6881 \(fn &optional DIRECTORY)" t nil)
6883 (autoload 'ebnf-print-file "ebnf2ps" "\
6884 Generate and print a PostScript syntactic chart image of the file FILE.
6886 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
6887 killed after process termination.
6889 See also `ebnf-print-buffer'.
6891 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
6893 (autoload 'ebnf-print-buffer "ebnf2ps" "\
6894 Generate and print a PostScript syntactic chart image of the buffer.
6896 When called with a numeric prefix argument (C-u), prompts the user for
6897 the name of a file to save the PostScript image in, instead of sending
6898 it to the printer.
6900 More specifically, the FILENAME argument is treated as follows: if it
6901 is nil, send the image to the printer. If FILENAME is a string, save
6902 the PostScript image in a file with that name. If FILENAME is a
6903 number, prompt the user for the name of the file to save in.
6905 \(fn &optional FILENAME)" t nil)
6907 (autoload 'ebnf-print-region "ebnf2ps" "\
6908 Generate and print a PostScript syntactic chart image of the region.
6909 Like `ebnf-print-buffer', but prints just the current region.
6911 \(fn FROM TO &optional FILENAME)" t nil)
6913 (autoload 'ebnf-spool-directory "ebnf2ps" "\
6914 Generate and spool a PostScript syntactic chart image of DIRECTORY.
6916 If DIRECTORY is nil, it's used `default-directory'.
6918 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
6919 processed.
6921 See also `ebnf-spool-buffer'.
6923 \(fn &optional DIRECTORY)" t nil)
6925 (autoload 'ebnf-spool-file "ebnf2ps" "\
6926 Generate and spool a PostScript syntactic chart image of the file FILE.
6928 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
6929 killed after process termination.
6931 See also `ebnf-spool-buffer'.
6933 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
6935 (autoload 'ebnf-spool-buffer "ebnf2ps" "\
6936 Generate and spool a PostScript syntactic chart image of the buffer.
6937 Like `ebnf-print-buffer' except that the PostScript image is saved in a
6938 local buffer to be sent to the printer later.
6940 Use the command `ebnf-despool' to send the spooled images to the printer.
6942 \(fn)" t nil)
6944 (autoload 'ebnf-spool-region "ebnf2ps" "\
6945 Generate a PostScript syntactic chart image of the region and spool locally.
6946 Like `ebnf-spool-buffer', but spools just the current region.
6948 Use the command `ebnf-despool' to send the spooled images to the printer.
6950 \(fn FROM TO)" t nil)
6952 (autoload 'ebnf-eps-directory "ebnf2ps" "\
6953 Generate EPS files from EBNF files in DIRECTORY.
6955 If DIRECTORY is nil, it's used `default-directory'.
6957 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
6958 processed.
6960 See also `ebnf-eps-buffer'.
6962 \(fn &optional DIRECTORY)" t nil)
6964 (autoload 'ebnf-eps-file "ebnf2ps" "\
6965 Generate an EPS file from EBNF file FILE.
6967 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
6968 killed after EPS generation.
6970 See also `ebnf-eps-buffer'.
6972 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
6974 (autoload 'ebnf-eps-buffer "ebnf2ps" "\
6975 Generate a PostScript syntactic chart image of the buffer in an EPS file.
6977 Generate an EPS file for each production in the buffer.
6978 The EPS file name has the following form:
6980 <PREFIX><PRODUCTION>.eps
6982 <PREFIX> is given by variable `ebnf-eps-prefix'.
6983 The default value is \"ebnf--\".
6985 <PRODUCTION> is the production name.
6986 Some characters in the production file name are replaced to
6987 produce a valid file name. For example, the production name
6988 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
6989 file name used in this case will be \"ebnf--A_B_+_C.eps\".
6991 WARNING: This function does *NOT* ask any confirmation to override existing
6992 files.
6994 \(fn)" t nil)
6996 (autoload 'ebnf-eps-region "ebnf2ps" "\
6997 Generate a PostScript syntactic chart image of the region in an EPS file.
6999 Generate an EPS file for each production in the region.
7000 The EPS file name has the following form:
7002 <PREFIX><PRODUCTION>.eps
7004 <PREFIX> is given by variable `ebnf-eps-prefix'.
7005 The default value is \"ebnf--\".
7007 <PRODUCTION> is the production name.
7008 Some characters in the production file name are replaced to
7009 produce a valid file name. For example, the production name
7010 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7011 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7013 WARNING: This function does *NOT* ask any confirmation to override existing
7014 files.
7016 \(fn FROM TO)" t nil)
7018 (defalias 'ebnf-despool 'ps-despool)
7020 (autoload 'ebnf-syntax-directory "ebnf2ps" "\
7021 Do a syntactic analysis of the files in DIRECTORY.
7023 If DIRECTORY is nil, use `default-directory'.
7025 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
7026 are processed.
7028 See also `ebnf-syntax-buffer'.
7030 \(fn &optional DIRECTORY)" t nil)
7032 (autoload 'ebnf-syntax-file "ebnf2ps" "\
7033 Do a syntactic analysis of the named FILE.
7035 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7036 killed after syntax checking.
7038 See also `ebnf-syntax-buffer'.
7040 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7042 (autoload 'ebnf-syntax-buffer "ebnf2ps" "\
7043 Do a syntactic analysis of the current buffer.
7045 \(fn)" t nil)
7047 (autoload 'ebnf-syntax-region "ebnf2ps" "\
7048 Do a syntactic analysis of a region.
7050 \(fn FROM TO)" t nil)
7052 (autoload 'ebnf-setup "ebnf2ps" "\
7053 Return the current ebnf2ps setup.
7055 \(fn)" nil nil)
7057 (autoload 'ebnf-find-style "ebnf2ps" "\
7058 Return style definition if NAME is already defined; otherwise, return nil.
7060 See `ebnf-style-database' documentation.
7062 \(fn NAME)" t nil)
7064 (autoload 'ebnf-insert-style "ebnf2ps" "\
7065 Insert a new style NAME with inheritance INHERITS and values VALUES.
7067 See `ebnf-style-database' documentation.
7069 \(fn NAME INHERITS &rest VALUES)" t nil)
7071 (autoload 'ebnf-delete-style "ebnf2ps" "\
7072 Delete style NAME.
7074 See `ebnf-style-database' documentation.
7076 \(fn NAME)" t nil)
7078 (autoload 'ebnf-merge-style "ebnf2ps" "\
7079 Merge values of style NAME with style VALUES.
7081 See `ebnf-style-database' documentation.
7083 \(fn NAME &rest VALUES)" t nil)
7085 (autoload 'ebnf-apply-style "ebnf2ps" "\
7086 Set STYLE as the current style.
7088 Returns the old style symbol.
7090 See `ebnf-style-database' documentation.
7092 \(fn STYLE)" t nil)
7094 (autoload 'ebnf-reset-style "ebnf2ps" "\
7095 Reset current style.
7097 Returns the old style symbol.
7099 See `ebnf-style-database' documentation.
7101 \(fn &optional STYLE)" t nil)
7103 (autoload 'ebnf-push-style "ebnf2ps" "\
7104 Push the current style onto a stack and set STYLE as the current style.
7106 Returns the old style symbol.
7108 See also `ebnf-pop-style'.
7110 See `ebnf-style-database' documentation.
7112 \(fn &optional STYLE)" t nil)
7114 (autoload 'ebnf-pop-style "ebnf2ps" "\
7115 Pop a style from the stack of pushed styles and set it as the current style.
7117 Returns the old style symbol.
7119 See also `ebnf-push-style'.
7121 See `ebnf-style-database' documentation.
7123 \(fn)" t nil)
7125 ;;;***
7127 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
7128 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
7129 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
7130 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-search ebrowse-tags-loop-continue
7131 ;;;;;; ebrowse-tags-complete-symbol ebrowse-tags-find-definition-other-frame
7132 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
7133 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
7134 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7135 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7136 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7137 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (19890
7138 ;;;;;; 42850))
7139 ;;; Generated autoloads from progmodes/ebrowse.el
7141 (autoload 'ebrowse-tree-mode "ebrowse" "\
7142 Major mode for Ebrowse class tree buffers.
7143 Each line corresponds to a class in a class tree.
7144 Letters do not insert themselves, they are commands.
7145 File operations in the tree buffer work on class tree data structures.
7146 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
7148 Tree mode key bindings:
7149 \\{ebrowse-tree-mode-map}
7151 \(fn)" t nil)
7153 (autoload 'ebrowse-electric-choose-tree "ebrowse" "\
7154 Return a buffer containing a tree or nil if no tree found or canceled.
7156 \(fn)" t nil)
7158 (autoload 'ebrowse-member-mode "ebrowse" "\
7159 Major mode for Ebrowse member buffers.
7161 \(fn)" t nil)
7163 (autoload 'ebrowse-tags-view-declaration "ebrowse" "\
7164 View declaration of member at point.
7166 \(fn)" t nil)
7168 (autoload 'ebrowse-tags-find-declaration "ebrowse" "\
7169 Find declaration of member at point.
7171 \(fn)" t nil)
7173 (autoload 'ebrowse-tags-view-definition "ebrowse" "\
7174 View definition of member at point.
7176 \(fn)" t nil)
7178 (autoload 'ebrowse-tags-find-definition "ebrowse" "\
7179 Find definition of member at point.
7181 \(fn)" t nil)
7183 (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
7184 Find declaration of member at point in other window.
7186 \(fn)" t nil)
7188 (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
7189 View definition of member at point in other window.
7191 \(fn)" t nil)
7193 (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
7194 Find definition of member at point in other window.
7196 \(fn)" t nil)
7198 (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
7199 Find definition of member at point in other frame.
7201 \(fn)" t nil)
7203 (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
7204 View definition of member at point in other frame.
7206 \(fn)" t nil)
7208 (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
7209 Find definition of member at point in other frame.
7211 \(fn)" t nil)
7213 (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
7214 Perform completion on the C++ symbol preceding point.
7215 A second call of this function without changing point inserts the next match.
7216 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
7217 completion.
7219 \(fn PREFIX)" t nil)
7221 (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
7222 Repeat last operation on files in tree.
7223 FIRST-TIME non-nil means this is not a repetition, but the first time.
7224 TREE-BUFFER if indirectly specifies which files to loop over.
7226 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
7228 (autoload 'ebrowse-tags-search "ebrowse" "\
7229 Search for REGEXP in all files in a tree.
7230 If marked classes exist, process marked classes, only.
7231 If regular expression is nil, repeat last search.
7233 \(fn REGEXP)" t nil)
7235 (autoload 'ebrowse-tags-query-replace "ebrowse" "\
7236 Query replace FROM with TO in all files of a class tree.
7237 With prefix arg, process files of marked classes only.
7239 \(fn FROM TO)" t nil)
7241 (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
7242 Search for call sites of a member.
7243 If FIX-NAME is specified, search uses of that member.
7244 Otherwise, read a member name from the minibuffer.
7245 Searches in all files mentioned in a class tree for something that
7246 looks like a function call to the member.
7248 \(fn &optional FIX-NAME)" t nil)
7250 (autoload 'ebrowse-back-in-position-stack "ebrowse" "\
7251 Move backward in the position stack.
7252 Prefix arg ARG says how much.
7254 \(fn ARG)" t nil)
7256 (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\
7257 Move forward in the position stack.
7258 Prefix arg ARG says how much.
7260 \(fn ARG)" t nil)
7262 (autoload 'ebrowse-electric-position-menu "ebrowse" "\
7263 List positions in the position stack in an electric buffer.
7265 \(fn)" t nil)
7267 (autoload 'ebrowse-save-tree "ebrowse" "\
7268 Save current tree in same file it was loaded from.
7270 \(fn)" t nil)
7272 (autoload 'ebrowse-save-tree-as "ebrowse" "\
7273 Write the current tree data structure to a file.
7274 Read the file name from the minibuffer if interactive.
7275 Otherwise, FILE-NAME specifies the file to save the tree in.
7277 \(fn &optional FILE-NAME)" t nil)
7279 (autoload 'ebrowse-statistics "ebrowse" "\
7280 Display statistics for a class tree.
7282 \(fn)" t nil)
7284 ;;;***
7286 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7287 ;;;;;; (19845 45374))
7288 ;;; Generated autoloads from ebuff-menu.el
7290 (autoload 'electric-buffer-list "ebuff-menu" "\
7291 Pop up a buffer describing the set of Emacs buffers.
7292 Vaguely like ITS lunar select buffer; combining typeoutoid buffer
7293 listing with menuoid buffer selection.
7295 If the very next character typed is a space then the buffer list
7296 window disappears. Otherwise, one may move around in the buffer list
7297 window, marking buffers to be selected, saved or deleted.
7299 To exit and select a new buffer, type a space when the cursor is on
7300 the appropriate line of the buffer-list window. Other commands are
7301 much like those of `Buffer-menu-mode'.
7303 Run hooks in `electric-buffer-menu-mode-hook' on entry.
7305 \\{electric-buffer-menu-mode-map}
7307 \(fn ARG)" t nil)
7309 ;;;***
7311 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7312 ;;;;;; "echistory.el" (19886 45771))
7313 ;;; Generated autoloads from echistory.el
7315 (autoload 'Electric-command-history-redo-expression "echistory" "\
7316 Edit current history line in minibuffer and execute result.
7317 With prefix arg NOCONFIRM, execute current line as-is without editing.
7319 \(fn &optional NOCONFIRM)" t nil)
7321 ;;;***
7323 ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7324 ;;;;;; (19845 45374))
7325 ;;; Generated autoloads from gnus/ecomplete.el
7327 (autoload 'ecomplete-setup "ecomplete" "\
7330 \(fn)" nil nil)
7332 ;;;***
7334 ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (19845 45374))
7335 ;;; Generated autoloads from cedet/ede.el
7337 (defvar global-ede-mode nil "\
7338 Non-nil if Global-Ede mode is enabled.
7339 See the command `global-ede-mode' for a description of this minor mode.
7340 Setting this variable directly does not take effect;
7341 either customize it (see the info node `Easy Customization')
7342 or call the function `global-ede-mode'.")
7344 (custom-autoload 'global-ede-mode "ede" nil)
7346 (autoload 'global-ede-mode "ede" "\
7347 Toggle global EDE (Emacs Development Environment) mode.
7348 With non-nil argument ARG, enable global EDE mode if ARG is
7349 positive; otherwise, disable it.
7351 This global minor mode enables `ede-minor-mode' in all buffers in
7352 an EDE controlled project.
7354 \(fn &optional ARG)" t nil)
7356 ;;;***
7358 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7359 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7360 ;;;;;; "emacs-lisp/edebug.el" (19863 8742))
7361 ;;; Generated autoloads from emacs-lisp/edebug.el
7363 (defvar edebug-all-defs nil "\
7364 If non-nil, evaluating defining forms instruments for Edebug.
7365 This applies to `eval-defun', `eval-region', `eval-buffer', and
7366 `eval-current-buffer'. `eval-region' is also called by
7367 `eval-last-sexp', and `eval-print-last-sexp'.
7369 You can use the command `edebug-all-defs' to toggle the value of this
7370 variable. You may wish to make it local to each buffer with
7371 \(make-local-variable 'edebug-all-defs) in your
7372 `emacs-lisp-mode-hook'.")
7374 (custom-autoload 'edebug-all-defs "edebug" t)
7376 (defvar edebug-all-forms nil "\
7377 Non-nil means evaluation of all forms will instrument for Edebug.
7378 This doesn't apply to loading or evaluations in the minibuffer.
7379 Use the command `edebug-all-forms' to toggle the value of this option.")
7381 (custom-autoload 'edebug-all-forms "edebug" t)
7383 (autoload 'edebug-basic-spec "edebug" "\
7384 Return t if SPEC uses only extant spec symbols.
7385 An extant spec symbol is a symbol that is not a function and has a
7386 `edebug-form-spec' property.
7388 \(fn SPEC)" nil nil)
7390 (defalias 'edebug-defun 'edebug-eval-top-level-form)
7392 (autoload 'edebug-eval-top-level-form "edebug" "\
7393 Evaluate the top level form point is in, stepping through with Edebug.
7394 This is like `eval-defun' except that it steps the code for Edebug
7395 before evaluating it. It displays the value in the echo area
7396 using `eval-expression' (which see).
7398 If you do this on a function definition such as a defun or defmacro,
7399 it defines the function and instruments its definition for Edebug,
7400 so it will do Edebug stepping when called later. It displays
7401 `Edebug: FUNCTION' in the echo area to indicate that FUNCTION is now
7402 instrumented for Edebug.
7404 If the current defun is actually a call to `defvar' or `defcustom',
7405 evaluating it this way resets the variable using its initial value
7406 expression even if the variable already has some other value.
7407 \(Normally `defvar' and `defcustom' do not alter the value if there
7408 already is one.)
7410 \(fn)" t nil)
7412 (autoload 'edebug-all-defs "edebug" "\
7413 Toggle edebugging of all definitions.
7415 \(fn)" t nil)
7417 (autoload 'edebug-all-forms "edebug" "\
7418 Toggle edebugging of all forms.
7420 \(fn)" t nil)
7422 ;;;***
7424 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
7425 ;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
7426 ;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
7427 ;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
7428 ;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
7429 ;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
7430 ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7431 ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7432 ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7433 ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (19845 45374))
7434 ;;; Generated autoloads from vc/ediff.el
7436 (autoload 'ediff-files "ediff" "\
7437 Run Ediff on a pair of files, FILE-A and FILE-B.
7439 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
7441 (autoload 'ediff-files3 "ediff" "\
7442 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7444 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
7446 (defalias 'ediff3 'ediff-files3)
7448 (defalias 'ediff 'ediff-files)
7450 (autoload 'ediff-current-file "ediff" "\
7451 Start ediff between current buffer and its file on disk.
7452 This command can be used instead of `revert-buffer'. If there is
7453 nothing to revert then this command fails.
7455 \(fn)" t nil)
7457 (autoload 'ediff-backup "ediff" "\
7458 Run Ediff on FILE and its backup file.
7459 Uses the latest backup, if there are several numerical backups.
7460 If this file is a backup, `ediff' it with its original.
7462 \(fn FILE)" t nil)
7464 (autoload 'ediff-buffers "ediff" "\
7465 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
7467 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
7469 (defalias 'ebuffers 'ediff-buffers)
7471 (autoload 'ediff-buffers3 "ediff" "\
7472 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
7474 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
7476 (defalias 'ebuffers3 'ediff-buffers3)
7478 (autoload 'ediff-directories "ediff" "\
7479 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
7480 the same name in both. The third argument, REGEXP, is nil or a regular
7481 expression; only file names that match the regexp are considered.
7483 \(fn DIR1 DIR2 REGEXP)" t nil)
7485 (defalias 'edirs 'ediff-directories)
7487 (autoload 'ediff-directory-revisions "ediff" "\
7488 Run Ediff on a directory, DIR1, comparing its files with their revisions.
7489 The second argument, REGEXP, is a regular expression that filters the file
7490 names. Only the files that are under revision control are taken into account.
7492 \(fn DIR1 REGEXP)" t nil)
7494 (defalias 'edir-revisions 'ediff-directory-revisions)
7496 (autoload 'ediff-directories3 "ediff" "\
7497 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
7498 have the same name in all three. The last argument, REGEXP, is nil or a
7499 regular expression; only file names that match the regexp are considered.
7501 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
7503 (defalias 'edirs3 'ediff-directories3)
7505 (autoload 'ediff-merge-directories "ediff" "\
7506 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
7507 the same name in both. The third argument, REGEXP, is nil or a regular
7508 expression; only file names that match the regexp are considered.
7510 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7512 (defalias 'edirs-merge 'ediff-merge-directories)
7514 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
7515 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
7516 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
7517 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
7518 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
7519 only file names that match the regexp are considered.
7521 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7523 (autoload 'ediff-merge-directory-revisions "ediff" "\
7524 Run Ediff on a directory, DIR1, merging its files with their revisions.
7525 The second argument, REGEXP, is a regular expression that filters the file
7526 names. Only the files that are under revision control are taken into account.
7528 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7530 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
7532 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
7533 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
7534 The second argument, REGEXP, is a regular expression that filters the file
7535 names. Only the files that are under revision control are taken into account.
7537 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7539 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
7541 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
7543 (autoload 'ediff-windows-wordwise "ediff" "\
7544 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
7545 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7546 follows:
7547 If WIND-A is nil, use selected window.
7548 If WIND-B is nil, use window next to WIND-A.
7550 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7552 (autoload 'ediff-windows-linewise "ediff" "\
7553 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
7554 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7555 follows:
7556 If WIND-A is nil, use selected window.
7557 If WIND-B is nil, use window next to WIND-A.
7559 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7561 (autoload 'ediff-regions-wordwise "ediff" "\
7562 Run Ediff on a pair of regions in specified buffers.
7563 Regions (i.e., point and mark) can be set in advance or marked interactively.
7564 This function is effective only for relatively small regions, up to 200
7565 lines. For large regions, use `ediff-regions-linewise'.
7567 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7569 (autoload 'ediff-regions-linewise "ediff" "\
7570 Run Ediff on a pair of regions in specified buffers.
7571 Regions (i.e., point and mark) can be set in advance or marked interactively.
7572 Each region is enlarged to contain full lines.
7573 This function is effective for large regions, over 100-200
7574 lines. For small regions, use `ediff-regions-wordwise'.
7576 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7578 (defalias 'ediff-merge 'ediff-merge-files)
7580 (autoload 'ediff-merge-files "ediff" "\
7581 Merge two files without ancestor.
7583 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7585 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
7586 Merge two files with ancestor.
7588 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7590 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
7592 (autoload 'ediff-merge-buffers "ediff" "\
7593 Merge buffers without ancestor.
7595 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7597 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
7598 Merge buffers with ancestor.
7600 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7602 (autoload 'ediff-merge-revisions "ediff" "\
7603 Run Ediff by merging two revisions of a file.
7604 The file is the optional FILE argument or the file visited by the current
7605 buffer.
7607 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7609 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
7610 Run Ediff by merging two revisions of a file with a common ancestor.
7611 The file is the optional FILE argument or the file visited by the current
7612 buffer.
7614 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7616 (autoload 'ediff-patch-file "ediff" "\
7617 Run Ediff by patching SOURCE-FILENAME.
7618 If optional PATCH-BUF is given, use the patch in that buffer
7619 and don't ask the user.
7620 If prefix argument, then: if even argument, assume that the patch is in a
7621 buffer. If odd -- assume it is in a file.
7623 \(fn &optional ARG PATCH-BUF)" t nil)
7625 (autoload 'ediff-patch-buffer "ediff" "\
7626 Run Ediff by patching the buffer specified at prompt.
7627 Without the optional prefix ARG, asks if the patch is in some buffer and
7628 prompts for the buffer or a file, depending on the answer.
7629 With ARG=1, assumes the patch is in a file and prompts for the file.
7630 With ARG=2, assumes the patch is in a buffer and prompts for the buffer.
7631 PATCH-BUF is an optional argument, which specifies the buffer that contains the
7632 patch. If not given, the user is prompted according to the prefix argument.
7634 \(fn &optional ARG PATCH-BUF)" t nil)
7636 (defalias 'epatch 'ediff-patch-file)
7638 (defalias 'epatch-buffer 'ediff-patch-buffer)
7640 (autoload 'ediff-revision "ediff" "\
7641 Run Ediff by comparing versions of a file.
7642 The file is an optional FILE argument or the file entered at the prompt.
7643 Default: the file visited by the current buffer.
7644 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7646 \(fn &optional FILE STARTUP-HOOKS)" t nil)
7648 (defalias 'erevision 'ediff-revision)
7650 (autoload 'ediff-version "ediff" "\
7651 Return string describing the version of Ediff.
7652 When called interactively, displays the version.
7654 \(fn)" t nil)
7656 (autoload 'ediff-documentation "ediff" "\
7657 Display Ediff's manual.
7658 With optional NODE, goes to that node.
7660 \(fn &optional NODE)" t nil)
7662 ;;;***
7664 ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7665 ;;;;;; (19845 45374))
7666 ;;; Generated autoloads from vc/ediff-help.el
7668 (autoload 'ediff-customize "ediff-help" "\
7671 \(fn)" t nil)
7673 ;;;***
7675 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7676 ;;;;;; (19845 45374))
7677 ;;; Generated autoloads from vc/ediff-mult.el
7679 (autoload 'ediff-show-registry "ediff-mult" "\
7680 Display Ediff's registry.
7682 \(fn)" t nil)
7684 (defalias 'eregistry 'ediff-show-registry)
7686 ;;;***
7688 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7689 ;;;;;; "ediff-util" "vc/ediff-util.el" (19845 45374))
7690 ;;; Generated autoloads from vc/ediff-util.el
7692 (autoload 'ediff-toggle-multiframe "ediff-util" "\
7693 Switch from multiframe display to single-frame display and back.
7694 To change the default, set the variable `ediff-window-setup-function',
7695 which see.
7697 \(fn)" t nil)
7699 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
7700 Enable or disable Ediff toolbar.
7701 Works only in versions of Emacs that support toolbars.
7702 To change the default, set the variable `ediff-use-toolbar-p', which see.
7704 \(fn)" t nil)
7706 ;;;***
7708 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
7709 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
7710 ;;;;;; (19886 45771))
7711 ;;; Generated autoloads from edmacro.el
7713 (autoload 'edit-kbd-macro "edmacro" "\
7714 Edit a keyboard macro.
7715 At the prompt, type any key sequence which is bound to a keyboard macro.
7716 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
7717 the last 300 keystrokes as a keyboard macro, or `M-x' to edit a macro by
7718 its command name.
7719 With a prefix argument, format the macro in a more concise way.
7721 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
7723 (autoload 'edit-last-kbd-macro "edmacro" "\
7724 Edit the most recently defined keyboard macro.
7726 \(fn &optional PREFIX)" t nil)
7728 (autoload 'edit-named-kbd-macro "edmacro" "\
7729 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
7731 \(fn &optional PREFIX)" t nil)
7733 (autoload 'read-kbd-macro "edmacro" "\
7734 Read the region as a keyboard macro definition.
7735 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
7736 See documentation for `edmacro-mode' for details.
7737 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
7738 The resulting macro is installed as the \"current\" keyboard macro.
7740 In Lisp, may also be called with a single STRING argument in which case
7741 the result is returned rather than being installed as the current macro.
7742 The result will be a string if possible, otherwise an event vector.
7743 Second argument NEED-VECTOR means to return an event vector always.
7745 \(fn START &optional END)" t nil)
7747 (autoload 'format-kbd-macro "edmacro" "\
7748 Return the keyboard macro MACRO as a human-readable string.
7749 This string is suitable for passing to `read-kbd-macro'.
7750 Second argument VERBOSE means to put one command per line with comments.
7751 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
7752 or nil, use a compact 80-column format.
7754 \(fn &optional MACRO VERBOSE)" nil nil)
7756 ;;;***
7758 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
7759 ;;;;;; "emulation/edt.el" (19845 45374))
7760 ;;; Generated autoloads from emulation/edt.el
7762 (autoload 'edt-set-scroll-margins "edt" "\
7763 Set scroll margins.
7764 Argument TOP is the top margin in number of lines or percent of window.
7765 Argument BOTTOM is the bottom margin in number of lines or percent of window.
7767 \(fn TOP BOTTOM)" t nil)
7769 (autoload 'edt-emulation-on "edt" "\
7770 Turn on EDT Emulation.
7772 \(fn)" t nil)
7774 ;;;***
7776 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
7777 ;;;;;; (19865 50420))
7778 ;;; Generated autoloads from ehelp.el
7780 (autoload 'with-electric-help "ehelp" "\
7781 Pop up an \"electric\" help buffer.
7782 THUNK is a function of no arguments which is called to initialize the
7783 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
7784 erased before THUNK is called unless NOERASE is non-nil. THUNK will
7785 be called while BUFFER is current and with `standard-output' bound to
7786 the buffer specified by BUFFER.
7788 If THUNK returns nil, we display BUFFER starting at the top, and shrink
7789 the window to fit. If THUNK returns non-nil, we don't do those things.
7791 After THUNK has been called, this function \"electrically\" pops up a
7792 window in which BUFFER is displayed and allows the user to scroll
7793 through that buffer in `electric-help-mode'. The window's height will
7794 be at least MINHEIGHT if this value is non-nil.
7796 If THUNK returns nil, we display BUFFER starting at the top, and
7797 shrink the window to fit if `electric-help-shrink-window' is non-nil.
7798 If THUNK returns non-nil, we don't do those things.
7800 When the user exits (with `electric-help-exit', or otherwise), the help
7801 buffer's window disappears (i.e., we use `save-window-excursion'), and
7802 BUFFER is put back into its original major mode.
7804 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
7806 (autoload 'electric-helpify "ehelp" "\
7809 \(fn FUN &optional NAME)" nil nil)
7811 ;;;***
7813 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
7814 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (19845 45374))
7815 ;;; Generated autoloads from emacs-lisp/eldoc.el
7817 (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
7818 String to display in mode line when ElDoc Mode is enabled; nil for none.")
7820 (custom-autoload 'eldoc-minor-mode-string "eldoc" t)
7822 (autoload 'eldoc-mode "eldoc" "\
7823 Toggle ElDoc mode on or off.
7824 In ElDoc mode, the echo area displays information about a
7825 function or variable in the text where point is. If point is
7826 on a documented variable, it displays the first line of that
7827 variable's doc string. Otherwise it displays the argument list
7828 of the function called in the expression point is on.
7830 With prefix ARG, turn ElDoc mode on if and only if ARG is positive.
7832 \(fn &optional ARG)" t nil)
7834 (autoload 'turn-on-eldoc-mode "eldoc" "\
7835 Unequivocally turn on ElDoc mode (see command `eldoc-mode').
7837 \(fn)" t nil)
7839 (defvar eldoc-documentation-function nil "\
7840 If non-nil, function to call to return doc string.
7841 The function of no args should return a one-line string for displaying
7842 doc about a function etc. appropriate to the context around point.
7843 It should return nil if there's no doc appropriate for the context.
7844 Typically doc is returned if point is on a function-like name or in its
7845 arg list.
7847 The result is used as is, so the function must explicitly handle
7848 the variables `eldoc-argument-case' and `eldoc-echo-area-use-multiline-p',
7849 and the face `eldoc-highlight-function-argument', if they are to have any
7850 effect.
7852 This variable is expected to be made buffer-local by modes (other than
7853 Emacs Lisp mode) that support ElDoc.")
7855 ;;;***
7857 ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
7858 ;;;;;; "electric" "electric.el" (19886 45771))
7859 ;;; Generated autoloads from electric.el
7861 (defvar electric-indent-chars '(10) "\
7862 Characters that should cause automatic reindentation.")
7864 (defvar electric-indent-mode nil "\
7865 Non-nil if Electric-Indent mode is enabled.
7866 See the command `electric-indent-mode' for a description of this minor mode.
7867 Setting this variable directly does not take effect;
7868 either customize it (see the info node `Easy Customization')
7869 or call the function `electric-indent-mode'.")
7871 (custom-autoload 'electric-indent-mode "electric" nil)
7873 (autoload 'electric-indent-mode "electric" "\
7874 Automatically reindent lines of code when inserting particular chars.
7875 `electric-indent-chars' specifies the set of chars that should cause reindentation.
7877 \(fn &optional ARG)" t nil)
7879 (defvar electric-pair-mode nil "\
7880 Non-nil if Electric-Pair mode is enabled.
7881 See the command `electric-pair-mode' for a description of this minor mode.
7882 Setting this variable directly does not take effect;
7883 either customize it (see the info node `Easy Customization')
7884 or call the function `electric-pair-mode'.")
7886 (custom-autoload 'electric-pair-mode "electric" nil)
7888 (autoload 'electric-pair-mode "electric" "\
7889 Automatically pair-up parens when inserting an open paren.
7891 \(fn &optional ARG)" t nil)
7893 (defvar electric-layout-mode nil "\
7894 Non-nil if Electric-Layout mode is enabled.
7895 See the command `electric-layout-mode' for a description of this minor mode.
7896 Setting this variable directly does not take effect;
7897 either customize it (see the info node `Easy Customization')
7898 or call the function `electric-layout-mode'.")
7900 (custom-autoload 'electric-layout-mode "electric" nil)
7902 (autoload 'electric-layout-mode "electric" "\
7903 Automatically insert newlines around some chars.
7905 \(fn &optional ARG)" t nil)
7907 ;;;***
7909 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (19845
7910 ;;;;;; 45374))
7911 ;;; Generated autoloads from elide-head.el
7913 (autoload 'elide-head "elide-head" "\
7914 Hide header material in buffer according to `elide-head-headers-to-hide'.
7916 The header is made invisible with an overlay. With a prefix arg, show
7917 an elided material again.
7919 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
7921 \(fn &optional ARG)" t nil)
7923 ;;;***
7925 ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
7926 ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
7927 ;;;;;; (19845 45374))
7928 ;;; Generated autoloads from emacs-lisp/elint.el
7930 (autoload 'elint-file "elint" "\
7931 Lint the file FILE.
7933 \(fn FILE)" t nil)
7935 (autoload 'elint-directory "elint" "\
7936 Lint all the .el files in DIRECTORY.
7937 A complicated directory may require a lot of memory.
7939 \(fn DIRECTORY)" t nil)
7941 (autoload 'elint-current-buffer "elint" "\
7942 Lint the current buffer.
7943 If necessary, this first calls `elint-initialize'.
7945 \(fn)" t nil)
7947 (autoload 'elint-defun "elint" "\
7948 Lint the function at point.
7949 If necessary, this first calls `elint-initialize'.
7951 \(fn)" t nil)
7953 (autoload 'elint-initialize "elint" "\
7954 Initialize elint.
7955 If elint is already initialized, this does nothing, unless
7956 optional prefix argument REINIT is non-nil.
7958 \(fn &optional REINIT)" t nil)
7960 ;;;***
7962 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
7963 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (19845
7964 ;;;;;; 45374))
7965 ;;; Generated autoloads from emacs-lisp/elp.el
7967 (autoload 'elp-instrument-function "elp" "\
7968 Instrument FUNSYM for profiling.
7969 FUNSYM must be a symbol of a defined function.
7971 \(fn FUNSYM)" t nil)
7973 (autoload 'elp-instrument-list "elp" "\
7974 Instrument, for profiling, all functions in `elp-function-list'.
7975 Use optional LIST if provided instead.
7976 If called interactively, read LIST using the minibuffer.
7978 \(fn &optional LIST)" t nil)
7980 (autoload 'elp-instrument-package "elp" "\
7981 Instrument for profiling, all functions which start with PREFIX.
7982 For example, to instrument all ELP functions, do the following:
7984 \\[elp-instrument-package] RET elp- RET
7986 \(fn PREFIX)" t nil)
7988 (autoload 'elp-results "elp" "\
7989 Display current profiling results.
7990 If `elp-reset-after-results' is non-nil, then current profiling
7991 information for all instrumented functions is reset after results are
7992 displayed.
7994 \(fn)" t nil)
7996 ;;;***
7998 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
7999 ;;;;;; (19845 45374))
8000 ;;; Generated autoloads from mail/emacsbug.el
8002 (autoload 'report-emacs-bug "emacsbug" "\
8003 Report a bug in GNU Emacs.
8004 Prompts for bug subject. Leaves you in a mail buffer.
8006 \(fn TOPIC &optional RECENT-KEYS)" t nil)
8008 ;;;***
8010 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
8011 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8012 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8013 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8014 ;;;;;; "vc/emerge.el" (19845 45374))
8015 ;;; Generated autoloads from vc/emerge.el
8017 (autoload 'emerge-files "emerge" "\
8018 Run Emerge on two files.
8020 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8022 (autoload 'emerge-files-with-ancestor "emerge" "\
8023 Run Emerge on two files, giving another file as the ancestor.
8025 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8027 (autoload 'emerge-buffers "emerge" "\
8028 Run Emerge on two buffers.
8030 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8032 (autoload 'emerge-buffers-with-ancestor "emerge" "\
8033 Run Emerge on two buffers, giving another buffer as the ancestor.
8035 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8037 (autoload 'emerge-files-command "emerge" "\
8040 \(fn)" nil nil)
8042 (autoload 'emerge-files-with-ancestor-command "emerge" "\
8045 \(fn)" nil nil)
8047 (autoload 'emerge-files-remote "emerge" "\
8050 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
8052 (autoload 'emerge-files-with-ancestor-remote "emerge" "\
8055 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
8057 (autoload 'emerge-revisions "emerge" "\
8058 Emerge two RCS revisions of a file.
8060 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8062 (autoload 'emerge-revisions-with-ancestor "emerge" "\
8063 Emerge two RCS revisions of a file, with another revision as ancestor.
8065 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8067 (autoload 'emerge-merge-directories "emerge" "\
8070 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
8072 ;;;***
8074 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8075 ;;;;;; "enriched" "textmodes/enriched.el" (19845 45374))
8076 ;;; Generated autoloads from textmodes/enriched.el
8078 (autoload 'enriched-mode "enriched" "\
8079 Minor mode for editing text/enriched files.
8080 These are files with embedded formatting information in the MIME standard
8081 text/enriched format.
8082 Turning the mode on or off runs `enriched-mode-hook'.
8084 More information about Enriched mode is available in the file
8085 etc/enriched.doc in the Emacs distribution directory.
8087 Commands:
8089 \\{enriched-mode-map}
8091 \(fn &optional ARG)" t nil)
8093 (autoload 'enriched-encode "enriched" "\
8096 \(fn FROM TO ORIG-BUF)" nil nil)
8098 (autoload 'enriched-decode "enriched" "\
8101 \(fn FROM TO)" nil nil)
8103 ;;;***
8105 ;;;### (autoloads (epa-insert-keys epa-export-keys epa-import-armor-in-region
8106 ;;;;;; epa-import-keys-region epa-import-keys epa-delete-keys epa-encrypt-region
8107 ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8108 ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8109 ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8110 ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (19865
8111 ;;;;;; 50420))
8112 ;;; Generated autoloads from epa.el
8114 (autoload 'epa-list-keys "epa" "\
8115 List all keys matched with NAME from the public keyring.
8117 \(fn &optional NAME)" t nil)
8119 (autoload 'epa-list-secret-keys "epa" "\
8120 List all keys matched with NAME from the private keyring.
8122 \(fn &optional NAME)" t nil)
8124 (autoload 'epa-select-keys "epa" "\
8125 Display a user's keyring and ask him to select keys.
8126 CONTEXT is an epg-context.
8127 PROMPT is a string to prompt with.
8128 NAMES is a list of strings to be matched with keys. If it is nil, all
8129 the keys are listed.
8130 If SECRET is non-nil, list secret keys instead of public keys.
8132 \(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
8134 (autoload 'epa-decrypt-file "epa" "\
8135 Decrypt FILE.
8137 \(fn FILE)" t nil)
8139 (autoload 'epa-verify-file "epa" "\
8140 Verify FILE.
8142 \(fn FILE)" t nil)
8144 (autoload 'epa-sign-file "epa" "\
8145 Sign FILE by SIGNERS keys selected.
8147 \(fn FILE SIGNERS MODE)" t nil)
8149 (autoload 'epa-encrypt-file "epa" "\
8150 Encrypt FILE for RECIPIENTS.
8152 \(fn FILE RECIPIENTS)" t nil)
8154 (autoload 'epa-decrypt-region "epa" "\
8155 Decrypt the current region between START and END.
8157 Don't use this command in Lisp programs!
8158 Since this function operates on regions, it does some tricks such
8159 as coding-system detection and unibyte/multibyte conversion. If
8160 you are sure how the data in the region should be treated, you
8161 should consider using the string based counterpart
8162 `epg-decrypt-string', or the file based counterpart
8163 `epg-decrypt-file' instead.
8165 For example:
8167 \(let ((context (epg-make-context 'OpenPGP)))
8168 (decode-coding-string
8169 (epg-decrypt-string context (buffer-substring start end))
8170 'utf-8))
8172 \(fn START END)" t nil)
8174 (autoload 'epa-decrypt-armor-in-region "epa" "\
8175 Decrypt OpenPGP armors in the current region between START and END.
8177 Don't use this command in Lisp programs!
8178 See the reason described in the `epa-decrypt-region' documentation.
8180 \(fn START END)" t nil)
8182 (autoload 'epa-verify-region "epa" "\
8183 Verify the current region between START and END.
8185 Don't use this command in Lisp programs!
8186 Since this function operates on regions, it does some tricks such
8187 as coding-system detection and unibyte/multibyte conversion. If
8188 you are sure how the data in the region should be treated, you
8189 should consider using the string based counterpart
8190 `epg-verify-string', or the file based counterpart
8191 `epg-verify-file' instead.
8193 For example:
8195 \(let ((context (epg-make-context 'OpenPGP)))
8196 (decode-coding-string
8197 (epg-verify-string context (buffer-substring start end))
8198 'utf-8))
8200 \(fn START END)" t nil)
8202 (autoload 'epa-verify-cleartext-in-region "epa" "\
8203 Verify OpenPGP cleartext signed messages in the current region
8204 between START and END.
8206 Don't use this command in Lisp programs!
8207 See the reason described in the `epa-verify-region' documentation.
8209 \(fn START END)" t nil)
8211 (autoload 'epa-sign-region "epa" "\
8212 Sign the current region between START and END by SIGNERS keys selected.
8214 Don't use this command in Lisp programs!
8215 Since this function operates on regions, it does some tricks such
8216 as coding-system detection and unibyte/multibyte conversion. If
8217 you are sure how the data should be treated, you should consider
8218 using the string based counterpart `epg-sign-string', or the file
8219 based counterpart `epg-sign-file' instead.
8221 For example:
8223 \(let ((context (epg-make-context 'OpenPGP)))
8224 (epg-sign-string
8225 context
8226 (encode-coding-string (buffer-substring start end) 'utf-8)))
8228 \(fn START END SIGNERS MODE)" t nil)
8230 (autoload 'epa-encrypt-region "epa" "\
8231 Encrypt the current region between START and END for RECIPIENTS.
8233 Don't use this command in Lisp programs!
8234 Since this function operates on regions, it does some tricks such
8235 as coding-system detection and unibyte/multibyte conversion. If
8236 you are sure how the data should be treated, you should consider
8237 using the string based counterpart `epg-encrypt-string', or the
8238 file based counterpart `epg-encrypt-file' instead.
8240 For example:
8242 \(let ((context (epg-make-context 'OpenPGP)))
8243 (epg-encrypt-string
8244 context
8245 (encode-coding-string (buffer-substring start end) 'utf-8)
8246 nil))
8248 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8250 (autoload 'epa-delete-keys "epa" "\
8251 Delete selected KEYS.
8253 \(fn KEYS &optional ALLOW-SECRET)" t nil)
8255 (autoload 'epa-import-keys "epa" "\
8256 Import keys from FILE.
8258 \(fn FILE)" t nil)
8260 (autoload 'epa-import-keys-region "epa" "\
8261 Import keys from the region.
8263 \(fn START END)" t nil)
8265 (autoload 'epa-import-armor-in-region "epa" "\
8266 Import keys in the OpenPGP armor format in the current region
8267 between START and END.
8269 \(fn START END)" t nil)
8271 (autoload 'epa-export-keys "epa" "\
8272 Export selected KEYS to FILE.
8274 \(fn KEYS FILE)" t nil)
8276 (autoload 'epa-insert-keys "epa" "\
8277 Insert selected KEYS after the point.
8279 \(fn KEYS)" t nil)
8281 ;;;***
8283 ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8284 ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (19865 50420))
8285 ;;; Generated autoloads from epa-dired.el
8287 (autoload 'epa-dired-do-decrypt "epa-dired" "\
8288 Decrypt marked files.
8290 \(fn)" t nil)
8292 (autoload 'epa-dired-do-verify "epa-dired" "\
8293 Verify marked files.
8295 \(fn)" t nil)
8297 (autoload 'epa-dired-do-sign "epa-dired" "\
8298 Sign marked files.
8300 \(fn)" t nil)
8302 (autoload 'epa-dired-do-encrypt "epa-dired" "\
8303 Encrypt marked files.
8305 \(fn)" t nil)
8307 ;;;***
8309 ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8310 ;;;;;; "epa-file" "epa-file.el" (19865 50420))
8311 ;;; Generated autoloads from epa-file.el
8313 (autoload 'epa-file-handler "epa-file" "\
8316 \(fn OPERATION &rest ARGS)" nil nil)
8318 (autoload 'epa-file-enable "epa-file" "\
8321 \(fn)" t nil)
8323 (autoload 'epa-file-disable "epa-file" "\
8326 \(fn)" t nil)
8328 ;;;***
8330 ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8331 ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8332 ;;;;;; "epa-mail" "epa-mail.el" (19865 50420))
8333 ;;; Generated autoloads from epa-mail.el
8335 (autoload 'epa-mail-mode "epa-mail" "\
8336 A minor-mode for composing encrypted/clearsigned mails.
8338 \(fn &optional ARG)" t nil)
8340 (autoload 'epa-mail-decrypt "epa-mail" "\
8341 Decrypt OpenPGP armors in the current buffer.
8342 The buffer is expected to contain a mail message.
8344 Don't use this command in Lisp programs!
8346 \(fn)" t nil)
8348 (autoload 'epa-mail-verify "epa-mail" "\
8349 Verify OpenPGP cleartext signed messages in the current buffer.
8350 The buffer is expected to contain a mail message.
8352 Don't use this command in Lisp programs!
8354 \(fn)" t nil)
8356 (autoload 'epa-mail-sign "epa-mail" "\
8357 Sign the current buffer.
8358 The buffer is expected to contain a mail message.
8360 Don't use this command in Lisp programs!
8362 \(fn START END SIGNERS MODE)" t nil)
8364 (autoload 'epa-mail-encrypt "epa-mail" "\
8365 Encrypt the current buffer.
8366 The buffer is expected to contain a mail message.
8368 Don't use this command in Lisp programs!
8370 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8372 (autoload 'epa-mail-import-keys "epa-mail" "\
8373 Import keys in the OpenPGP armor format in the current buffer.
8374 The buffer is expected to contain a mail message.
8376 Don't use this command in Lisp programs!
8378 \(fn)" t nil)
8380 (defvar epa-global-mail-mode nil "\
8381 Non-nil if Epa-Global-Mail mode is enabled.
8382 See the command `epa-global-mail-mode' for a description of this minor mode.
8383 Setting this variable directly does not take effect;
8384 either customize it (see the info node `Easy Customization')
8385 or call the function `epa-global-mail-mode'.")
8387 (custom-autoload 'epa-global-mail-mode "epa-mail" nil)
8389 (autoload 'epa-global-mail-mode "epa-mail" "\
8390 Minor mode to hook EasyPG into Mail mode.
8392 \(fn &optional ARG)" t nil)
8394 ;;;***
8396 ;;;### (autoloads (epg-make-context) "epg" "epg.el" (19865 50420))
8397 ;;; Generated autoloads from epg.el
8399 (autoload 'epg-make-context "epg" "\
8400 Return a context object.
8402 \(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil)
8404 ;;;***
8406 ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8407 ;;;;;; "epg-config" "epg-config.el" (19845 45374))
8408 ;;; Generated autoloads from epg-config.el
8410 (autoload 'epg-configuration "epg-config" "\
8411 Return a list of internal configuration parameters of `epg-gpg-program'.
8413 \(fn)" nil nil)
8415 (autoload 'epg-check-configuration "epg-config" "\
8416 Verify that a sufficient version of GnuPG is installed.
8418 \(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
8420 (autoload 'epg-expand-group "epg-config" "\
8421 Look at CONFIG and try to expand GROUP.
8423 \(fn CONFIG GROUP)" nil nil)
8425 ;;;***
8427 ;;;### (autoloads (erc-handle-irc-url erc erc-select-read-args) "erc"
8428 ;;;;;; "erc/erc.el" (19895 48172))
8429 ;;; Generated autoloads from erc/erc.el
8431 (autoload 'erc-select-read-args "erc" "\
8432 Prompt the user for values of nick, server, port, and password.
8434 \(fn)" nil nil)
8436 (autoload 'erc "erc" "\
8437 ERC is a powerful, modular, and extensible IRC client.
8438 This function is the main entry point for ERC.
8440 It permits you to select connection parameters, and then starts ERC.
8442 Non-interactively, it takes the keyword arguments
8443 (server (erc-compute-server))
8444 (port (erc-compute-port))
8445 (nick (erc-compute-nick))
8446 password
8447 (full-name (erc-compute-full-name)))
8449 That is, if called with
8451 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
8453 then the server and full-name will be set to those values, whereas
8454 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
8455 be invoked for the values of the other parameters.
8457 \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil)
8459 (defalias 'erc-select 'erc)
8461 (autoload 'erc-handle-irc-url "erc" "\
8462 Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
8463 If ERC is already connected to HOST:PORT, simply /join CHANNEL.
8464 Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8466 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
8468 ;;;***
8470 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (19845
8471 ;;;;;; 45374))
8472 ;;; Generated autoloads from erc/erc-autoaway.el
8473 (autoload 'erc-autoaway-mode "erc-autoaway")
8475 ;;;***
8477 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (19895 48172))
8478 ;;; Generated autoloads from erc/erc-button.el
8479 (autoload 'erc-button-mode "erc-button" nil t)
8481 ;;;***
8483 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (19845 45374))
8484 ;;; Generated autoloads from erc/erc-capab.el
8485 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8487 ;;;***
8489 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (19845 45374))
8490 ;;; Generated autoloads from erc/erc-compat.el
8491 (autoload 'erc-define-minor-mode "erc-compat")
8493 ;;;***
8495 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8496 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (19895 48172))
8497 ;;; Generated autoloads from erc/erc-dcc.el
8498 (autoload 'erc-dcc-mode "erc-dcc")
8500 (autoload 'erc-cmd-DCC "erc-dcc" "\
8501 Parser for /dcc command.
8502 This figures out the dcc subcommand and calls the appropriate routine to
8503 handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\",
8504 where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.
8506 \(fn CMD &rest ARGS)" nil nil)
8508 (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\
8509 Provides completion for the /DCC command.
8511 \(fn)" nil nil)
8513 (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\
8514 Hook variable for CTCP DCC queries")
8516 (autoload 'erc-ctcp-query-DCC "erc-dcc" "\
8517 The function called when a CTCP DCC request is detected by the client.
8518 It examines the DCC subcommand, and calls the appropriate routine for
8519 that subcommand.
8521 \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil)
8523 ;;;***
8525 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
8526 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8527 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8528 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8529 ;;;;;; (19845 45374))
8530 ;;; Generated autoloads from erc/erc-ezbounce.el
8532 (autoload 'erc-cmd-ezb "erc-ezbounce" "\
8533 Send EZB commands to the EZBouncer verbatim.
8535 \(fn LINE &optional FORCE)" nil nil)
8537 (autoload 'erc-ezb-get-login "erc-ezbounce" "\
8538 Return an appropriate EZBounce login for SERVER and PORT.
8539 Look up entries in `erc-ezb-login-alist'. If the username or password
8540 in the alist is `nil', prompt for the appropriate values.
8542 \(fn SERVER PORT)" nil nil)
8544 (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\
8547 \(fn MESSAGE)" nil nil)
8549 (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\
8550 React on an EZBounce NOTICE request.
8552 \(fn PROC PARSED)" nil nil)
8554 (autoload 'erc-ezb-identify "erc-ezbounce" "\
8555 Identify to the EZBouncer server.
8557 \(fn MESSAGE)" nil nil)
8559 (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\
8560 Reset the EZBounce session list to nil.
8562 \(fn MESSAGE)" nil nil)
8564 (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\
8565 Indicate the end of the EZBounce session listing.
8567 \(fn MESSAGE)" nil nil)
8569 (autoload 'erc-ezb-add-session "erc-ezbounce" "\
8570 Add an EZBounce session to the session list.
8572 \(fn MESSAGE)" nil nil)
8574 (autoload 'erc-ezb-select "erc-ezbounce" "\
8575 Select an IRC server to use by EZBounce, in ERC style.
8577 \(fn MESSAGE)" nil nil)
8579 (autoload 'erc-ezb-select-session "erc-ezbounce" "\
8580 Select a detached EZBounce session.
8582 \(fn)" nil nil)
8584 (autoload 'erc-ezb-initialize "erc-ezbounce" "\
8585 Add EZBouncer convenience functions to ERC.
8587 \(fn)" nil nil)
8589 ;;;***
8591 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (19845
8592 ;;;;;; 45374))
8593 ;;; Generated autoloads from erc/erc-fill.el
8594 (autoload 'erc-fill-mode "erc-fill" nil t)
8596 (autoload 'erc-fill "erc-fill" "\
8597 Fill a region using the function referenced in `erc-fill-function'.
8598 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
8600 \(fn)" nil nil)
8602 ;;;***
8604 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
8605 ;;;;;; "erc/erc-identd.el" (19845 45374))
8606 ;;; Generated autoloads from erc/erc-identd.el
8607 (autoload 'erc-identd-mode "erc-identd")
8609 (autoload 'erc-identd-start "erc-identd" "\
8610 Start an identd server listening to port 8113.
8611 Port 113 (auth) will need to be redirected to port 8113 on your
8612 machine -- using iptables, or a program like redir which can be
8613 run from inetd. The idea is to provide a simple identd server
8614 when you need one, without having to install one globally on your
8615 system.
8617 \(fn &optional PORT)" t nil)
8619 (autoload 'erc-identd-stop "erc-identd" "\
8622 \(fn &rest IGNORE)" t nil)
8624 ;;;***
8626 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
8627 ;;;;;; (19845 45374))
8628 ;;; Generated autoloads from erc/erc-imenu.el
8630 (autoload 'erc-create-imenu-index "erc-imenu" "\
8633 \(fn)" nil nil)
8635 ;;;***
8637 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (19845 45374))
8638 ;;; Generated autoloads from erc/erc-join.el
8639 (autoload 'erc-autojoin-mode "erc-join" nil t)
8641 ;;;***
8643 ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (19845 45374))
8644 ;;; Generated autoloads from erc/erc-list.el
8645 (autoload 'erc-list-mode "erc-list")
8647 ;;;***
8649 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
8650 ;;;;;; "erc/erc-log.el" (19845 45374))
8651 ;;; Generated autoloads from erc/erc-log.el
8652 (autoload 'erc-log-mode "erc-log" nil t)
8654 (autoload 'erc-logging-enabled "erc-log" "\
8655 Return non-nil if logging is enabled for BUFFER.
8656 If BUFFER is nil, the value of `current-buffer' is used.
8657 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
8658 is writeable (it will be created as necessary) and
8659 `erc-enable-logging' returns a non-nil value.
8661 \(fn &optional BUFFER)" nil nil)
8663 (autoload 'erc-save-buffer-in-logs "erc-log" "\
8664 Append BUFFER contents to the log file, if logging is enabled.
8665 If BUFFER is not provided, current buffer is used.
8666 Logging is enabled if `erc-logging-enabled' returns non-nil.
8668 This is normally done on exit, to save the unsaved portion of the
8669 buffer, since only the text that runs off the buffer limit is logged
8670 automatically.
8672 You can save every individual message by putting this function on
8673 `erc-insert-post-hook'.
8675 \(fn &optional BUFFER)" t nil)
8677 ;;;***
8679 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
8680 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
8681 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
8682 ;;;;;; (19845 45374))
8683 ;;; Generated autoloads from erc/erc-match.el
8684 (autoload 'erc-match-mode "erc-match")
8686 (autoload 'erc-add-pal "erc-match" "\
8687 Add pal interactively to `erc-pals'.
8689 \(fn)" t nil)
8691 (autoload 'erc-delete-pal "erc-match" "\
8692 Delete pal interactively to `erc-pals'.
8694 \(fn)" t nil)
8696 (autoload 'erc-add-fool "erc-match" "\
8697 Add fool interactively to `erc-fools'.
8699 \(fn)" t nil)
8701 (autoload 'erc-delete-fool "erc-match" "\
8702 Delete fool interactively to `erc-fools'.
8704 \(fn)" t nil)
8706 (autoload 'erc-add-keyword "erc-match" "\
8707 Add keyword interactively to `erc-keywords'.
8709 \(fn)" t nil)
8711 (autoload 'erc-delete-keyword "erc-match" "\
8712 Delete keyword interactively to `erc-keywords'.
8714 \(fn)" t nil)
8716 (autoload 'erc-add-dangerous-host "erc-match" "\
8717 Add dangerous-host interactively to `erc-dangerous-hosts'.
8719 \(fn)" t nil)
8721 (autoload 'erc-delete-dangerous-host "erc-match" "\
8722 Delete dangerous-host interactively to `erc-dangerous-hosts'.
8724 \(fn)" t nil)
8726 ;;;***
8728 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (19845 45374))
8729 ;;; Generated autoloads from erc/erc-menu.el
8730 (autoload 'erc-menu-mode "erc-menu" nil t)
8732 ;;;***
8734 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
8735 ;;;;;; (19845 45374))
8736 ;;; Generated autoloads from erc/erc-netsplit.el
8737 (autoload 'erc-netsplit-mode "erc-netsplit")
8739 (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\
8740 Show who's gone.
8742 \(fn)" nil nil)
8744 ;;;***
8746 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
8747 ;;;;;; "erc/erc-networks.el" (19845 45374))
8748 ;;; Generated autoloads from erc/erc-networks.el
8750 (autoload 'erc-determine-network "erc-networks" "\
8751 Return the name of the network or \"Unknown\" as a symbol. Use the
8752 server parameter NETWORK if provided, otherwise parse the server name and
8753 search for a match in `erc-networks-alist'.
8755 \(fn)" nil nil)
8757 (autoload 'erc-server-select "erc-networks" "\
8758 Interactively select a server to connect to using `erc-server-alist'.
8760 \(fn)" t nil)
8762 ;;;***
8764 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
8765 ;;;;;; "erc/erc-notify.el" (19845 45374))
8766 ;;; Generated autoloads from erc/erc-notify.el
8767 (autoload 'erc-notify-mode "erc-notify" nil t)
8769 (autoload 'erc-cmd-NOTIFY "erc-notify" "\
8770 Change `erc-notify-list' or list current notify-list members online.
8771 Without args, list the current list of notificated people online,
8772 with args, toggle notify status of people.
8774 \(fn &rest ARGS)" nil nil)
8776 (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\
8779 \(fn)" nil nil)
8781 ;;;***
8783 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (19845 45374))
8784 ;;; Generated autoloads from erc/erc-page.el
8785 (autoload 'erc-page-mode "erc-page")
8787 ;;;***
8789 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (19899
8790 ;;;;;; 57784))
8791 ;;; Generated autoloads from erc/erc-pcomplete.el
8792 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
8794 ;;;***
8796 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (19845 45374))
8797 ;;; Generated autoloads from erc/erc-replace.el
8798 (autoload 'erc-replace-mode "erc-replace")
8800 ;;;***
8802 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (19845 45374))
8803 ;;; Generated autoloads from erc/erc-ring.el
8804 (autoload 'erc-ring-mode "erc-ring" nil t)
8806 ;;;***
8808 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
8809 ;;;;;; "erc-services" "erc/erc-services.el" (19845 45374))
8810 ;;; Generated autoloads from erc/erc-services.el
8811 (autoload 'erc-services-mode "erc-services" nil t)
8813 (autoload 'erc-nickserv-identify-mode "erc-services" "\
8814 Set up hooks according to which MODE the user has chosen.
8816 \(fn MODE)" t nil)
8818 (autoload 'erc-nickserv-identify "erc-services" "\
8819 Send an \"identify <PASSWORD>\" message to NickServ.
8820 When called interactively, read the password using `read-passwd'.
8822 \(fn PASSWORD)" t nil)
8824 ;;;***
8826 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (19845 45374))
8827 ;;; Generated autoloads from erc/erc-sound.el
8828 (autoload 'erc-sound-mode "erc-sound")
8830 ;;;***
8832 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
8833 ;;;;;; (19845 45374))
8834 ;;; Generated autoloads from erc/erc-speedbar.el
8836 (autoload 'erc-speedbar-browser "erc-speedbar" "\
8837 Initialize speedbar to display an ERC browser.
8838 This will add a speedbar major display mode.
8840 \(fn)" t nil)
8842 ;;;***
8844 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (19845
8845 ;;;;;; 45374))
8846 ;;; Generated autoloads from erc/erc-spelling.el
8847 (autoload 'erc-spelling-mode "erc-spelling" nil t)
8849 ;;;***
8851 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (19845 45374))
8852 ;;; Generated autoloads from erc/erc-stamp.el
8853 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
8855 ;;;***
8857 ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
8858 ;;;;;; (19845 45374))
8859 ;;; Generated autoloads from erc/erc-track.el
8861 (defvar erc-track-minor-mode nil "\
8862 Non-nil if Erc-Track minor mode is enabled.
8863 See the command `erc-track-minor-mode' for a description of this minor mode.")
8865 (custom-autoload 'erc-track-minor-mode "erc-track" nil)
8867 (autoload 'erc-track-minor-mode "erc-track" "\
8868 Global minor mode for tracking ERC buffers and showing activity in the
8869 mode line.
8871 This exists for the sole purpose of providing the C-c C-SPC and
8872 C-c C-@ keybindings. Make sure that you have enabled the track
8873 module, otherwise the keybindings will not do anything useful.
8875 \(fn &optional ARG)" t nil)
8876 (autoload 'erc-track-mode "erc-track" nil t)
8878 ;;;***
8880 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
8881 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (19845 45374))
8882 ;;; Generated autoloads from erc/erc-truncate.el
8883 (autoload 'erc-truncate-mode "erc-truncate" nil t)
8885 (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\
8886 Truncates the buffer to the size SIZE.
8887 If BUFFER is not provided, the current buffer is assumed. The deleted
8888 region is logged if `erc-logging-enabled' returns non-nil.
8890 \(fn SIZE &optional BUFFER)" nil nil)
8892 (autoload 'erc-truncate-buffer "erc-truncate" "\
8893 Truncates the current buffer to `erc-max-buffer-size'.
8894 Meant to be used in hooks, like `erc-insert-post-hook'.
8896 \(fn)" t nil)
8898 ;;;***
8900 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
8901 ;;;;;; (19845 45374))
8902 ;;; Generated autoloads from erc/erc-xdcc.el
8903 (autoload 'erc-xdcc-mode "erc-xdcc")
8905 (autoload 'erc-xdcc-add-file "erc-xdcc" "\
8906 Add a file to `erc-xdcc-files'.
8908 \(fn FILE)" t nil)
8910 ;;;***
8912 ;;;### (autoloads (ert-describe-test ert-run-tests-interactively
8913 ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
8914 ;;;;;; "ert" "emacs-lisp/ert.el" (19846 36966))
8915 ;;; Generated autoloads from emacs-lisp/ert.el
8917 (autoload 'ert-deftest "ert" "\
8918 Define NAME (a symbol) as a test.
8920 BODY is evaluated as a `progn' when the test is run. It should
8921 signal a condition on failure or just return if the test passes.
8923 `should', `should-not' and `should-error' are useful for
8924 assertions in BODY.
8926 Use `ert' to run tests interactively.
8928 Tests that are expected to fail can be marked as such
8929 using :expected-result. See `ert-test-result-type-p' for a
8930 description of valid values for RESULT-TYPE.
8932 \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags '(TAG...)] BODY...)" nil (quote macro))
8934 (put 'ert-deftest 'lisp-indent-function '2)
8936 (put 'ert-deftest 'doc-string-elt '3)
8938 (put 'ert-deftest 'lisp-indent-function 2)
8940 (put 'ert-info 'lisp-indent-function 1)
8942 (autoload 'ert-run-tests-batch "ert" "\
8943 Run the tests specified by SELECTOR, printing results to the terminal.
8945 SELECTOR works as described in `ert-select-tests', except if
8946 SELECTOR is nil, in which case all tests rather than none will be
8947 run; this makes the command line \"emacs -batch -l my-tests.el -f
8948 ert-run-tests-batch-and-exit\" useful.
8950 Returns the stats object.
8952 \(fn &optional SELECTOR)" nil nil)
8954 (autoload 'ert-run-tests-batch-and-exit "ert" "\
8955 Like `ert-run-tests-batch', but exits Emacs when done.
8957 The exit status will be 0 if all test results were as expected, 1
8958 on unexpected results, or 2 if the tool detected an error outside
8959 of the tests (e.g. invalid SELECTOR or bug in the code that runs
8960 the tests).
8962 \(fn &optional SELECTOR)" nil nil)
8964 (autoload 'ert-run-tests-interactively "ert" "\
8965 Run the tests specified by SELECTOR and display the results in a buffer.
8967 SELECTOR works as described in `ert-select-tests'.
8968 OUTPUT-BUFFER-NAME and MESSAGE-FN should normally be nil; they
8969 are used for automated self-tests and specify which buffer to use
8970 and how to display message.
8972 \(fn SELECTOR &optional OUTPUT-BUFFER-NAME MESSAGE-FN)" t nil)
8974 (defalias 'ert 'ert-run-tests-interactively)
8976 (autoload 'ert-describe-test "ert" "\
8977 Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
8979 \(fn TEST-OR-TEST-NAME)" t nil)
8981 ;;;***
8983 ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
8984 ;;;;;; (19845 45374))
8985 ;;; Generated autoloads from emacs-lisp/ert-x.el
8987 (put 'ert-with-test-buffer 'lisp-indent-function 1)
8989 (autoload 'ert-kill-all-test-buffers "ert-x" "\
8990 Kill all test buffers that are still live.
8992 \(fn)" t nil)
8994 ;;;***
8996 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (19890
8997 ;;;;;; 42850))
8998 ;;; Generated autoloads from eshell/esh-mode.el
9000 (autoload 'eshell-mode "esh-mode" "\
9001 Emacs shell interactive mode.
9003 \\{eshell-mode-map}
9005 \(fn)" nil nil)
9007 ;;;***
9009 ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9010 ;;;;;; "eshell/eshell.el" (19845 45374))
9011 ;;; Generated autoloads from eshell/eshell.el
9013 (autoload 'eshell "eshell" "\
9014 Create an interactive Eshell buffer.
9015 The buffer used for Eshell sessions is determined by the value of
9016 `eshell-buffer-name'. If there is already an Eshell session active in
9017 that buffer, Emacs will simply switch to it. Otherwise, a new session
9018 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
9019 switches to the session with that number, creating it if necessary. A
9020 nonnumeric prefix arg means to create a new session. Returns the
9021 buffer selected (or created).
9023 \(fn &optional ARG)" t nil)
9025 (autoload 'eshell-command "eshell" "\
9026 Execute the Eshell command string COMMAND.
9027 With prefix ARG, insert output into the current buffer at point.
9029 \(fn &optional COMMAND ARG)" t nil)
9031 (autoload 'eshell-command-result "eshell" "\
9032 Execute the given Eshell COMMAND, and return the result.
9033 The result might be any Lisp object.
9034 If STATUS-VAR is a symbol, it will be set to the exit status of the
9035 command. This is the only way to determine whether the value returned
9036 corresponding to a successful execution.
9038 \(fn COMMAND &optional STATUS-VAR)" nil nil)
9040 (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
9042 ;;;***
9044 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
9045 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
9046 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9047 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9048 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9049 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9050 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9051 ;;;;;; (19893 19022))
9052 ;;; Generated autoloads from progmodes/etags.el
9054 (defvar tags-file-name nil "\
9055 *File name of tags table.
9056 To switch to a new tags table, setting this variable is sufficient.
9057 If you set this variable, do not also set `tags-table-list'.
9058 Use the `etags' program to make a tags table file.")
9059 (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
9060 (put 'tags-file-name 'safe-local-variable 'stringp)
9062 (defvar tags-case-fold-search 'default "\
9063 *Whether tags operations should be case-sensitive.
9064 A value of t means case-insensitive, a value of nil means case-sensitive.
9065 Any other value means use the setting of `case-fold-search'.")
9067 (custom-autoload 'tags-case-fold-search "etags" t)
9069 (defvar tags-table-list nil "\
9070 *List of file names of tags tables to search.
9071 An element that is a directory means the file \"TAGS\" in that directory.
9072 To switch to a new list of tags tables, setting this variable is sufficient.
9073 If you set this variable, do not also set `tags-file-name'.
9074 Use the `etags' program to make a tags table file.")
9076 (custom-autoload 'tags-table-list "etags" t)
9078 (defvar tags-compression-info-list (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz")) "\
9079 *List of extensions tried by etags when jka-compr is used.
9080 An empty string means search the non-compressed file.
9081 These extensions will be tried only if jka-compr was activated
9082 \(i.e. via customize of `auto-compression-mode' or by calling the function
9083 `auto-compression-mode').")
9085 (custom-autoload 'tags-compression-info-list "etags" t)
9087 (defvar tags-add-tables 'ask-user "\
9088 *Control whether to add a new tags table to the current list.
9089 t means do; nil means don't (always start a new list).
9090 Any other value means ask the user whether to add a new tags table
9091 to the current list (as opposed to starting a new list).")
9093 (custom-autoload 'tags-add-tables "etags" t)
9095 (defvar find-tag-hook nil "\
9096 *Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9097 The value in the buffer in which \\[find-tag] is done is used,
9098 not the value in the buffer \\[find-tag] goes to.")
9100 (custom-autoload 'find-tag-hook "etags" t)
9102 (defvar find-tag-default-function nil "\
9103 *A function of no arguments used by \\[find-tag] to pick a default tag.
9104 If nil, and the symbol that is the value of `major-mode'
9105 has a `find-tag-default-function' property (see `put'), that is used.
9106 Otherwise, `find-tag-default' is used.")
9108 (custom-autoload 'find-tag-default-function "etags" t)
9110 (autoload 'tags-table-mode "etags" "\
9111 Major mode for tags table file buffers.
9113 \(fn)" t nil)
9115 (autoload 'visit-tags-table "etags" "\
9116 Tell tags commands to use tags table file FILE.
9117 FILE should be the name of a file created with the `etags' program.
9118 A directory name is ok too; it means file TAGS in that directory.
9120 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
9121 With a prefix arg, set the buffer-local value instead.
9122 When you find a tag with \\[find-tag], the buffer it finds the tag
9123 in is given a local value of this variable which is the name of the tags
9124 file the tag was in.
9126 \(fn FILE &optional LOCAL)" t nil)
9128 (autoload 'visit-tags-table-buffer "etags" "\
9129 Select the buffer containing the current tags table.
9130 If optional arg is a string, visit that file as a tags table.
9131 If optional arg is t, visit the next table in `tags-table-list'.
9132 If optional arg is the atom `same', don't look for a new table;
9133 just select the buffer visiting `tags-file-name'.
9134 If arg is nil or absent, choose a first buffer from information in
9135 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
9136 Returns t if it visits a tags table, or nil if there are no more in the list.
9138 \(fn &optional CONT)" nil nil)
9140 (autoload 'tags-table-files "etags" "\
9141 Return a list of files in the current tags table.
9142 Assumes the tags table is the current buffer. The file names are returned
9143 as they appeared in the `etags' command that created the table, usually
9144 without directory names.
9146 \(fn)" nil nil)
9147 (defun tags-completion-at-point-function ()
9148 (if (or tags-table-list tags-file-name)
9149 (progn
9150 (load "etags")
9151 (tags-completion-at-point-function))))
9153 (autoload 'find-tag-noselect "etags" "\
9154 Find tag (in current tags table) whose name contains TAGNAME.
9155 Returns the buffer containing the tag's definition and moves its point there,
9156 but does not select the buffer.
9157 The default for TAGNAME is the expression in the buffer near point.
9159 If second arg NEXT-P is t (interactively, with prefix arg), search for
9160 another tag that matches the last tagname or regexp used. When there are
9161 multiple matches for a tag, more exact matches are found first. If NEXT-P
9162 is the atom `-' (interactively, with prefix arg that is a negative number
9163 or just \\[negative-argument]), pop back to the previous tag gone to.
9165 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9167 A marker representing the point when this command is invoked is pushed
9168 onto a ring and may be popped back to with \\[pop-tag-mark].
9169 Contrast this with the ring of marks gone to by the command.
9171 See documentation of variable `tags-file-name'.
9173 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9175 (autoload 'find-tag "etags" "\
9176 Find tag (in current tags table) whose name contains TAGNAME.
9177 Select the buffer containing the tag's definition, and move point there.
9178 The default for TAGNAME is the expression in the buffer around or before point.
9180 If second arg NEXT-P is t (interactively, with prefix arg), search for
9181 another tag that matches the last tagname or regexp used. When there are
9182 multiple matches for a tag, more exact matches are found first. If NEXT-P
9183 is the atom `-' (interactively, with prefix arg that is a negative number
9184 or just \\[negative-argument]), pop back to the previous tag gone to.
9186 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9188 A marker representing the point when this command is invoked is pushed
9189 onto a ring and may be popped back to with \\[pop-tag-mark].
9190 Contrast this with the ring of marks gone to by the command.
9192 See documentation of variable `tags-file-name'.
9194 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9195 (define-key esc-map "." 'find-tag)
9197 (autoload 'find-tag-other-window "etags" "\
9198 Find tag (in current tags table) whose name contains TAGNAME.
9199 Select the buffer containing the tag's definition in another window, and
9200 move point there. The default for TAGNAME is the expression in the buffer
9201 around or before point.
9203 If second arg NEXT-P is t (interactively, with prefix arg), search for
9204 another tag that matches the last tagname or regexp used. When there are
9205 multiple matches for a tag, more exact matches are found first. If NEXT-P
9206 is negative (interactively, with prefix arg that is a negative number or
9207 just \\[negative-argument]), pop back to the previous tag gone to.
9209 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9211 A marker representing the point when this command is invoked is pushed
9212 onto a ring and may be popped back to with \\[pop-tag-mark].
9213 Contrast this with the ring of marks gone to by the command.
9215 See documentation of variable `tags-file-name'.
9217 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9218 (define-key ctl-x-4-map "." 'find-tag-other-window)
9220 (autoload 'find-tag-other-frame "etags" "\
9221 Find tag (in current tags table) whose name contains TAGNAME.
9222 Select the buffer containing the tag's definition in another frame, and
9223 move point there. The default for TAGNAME is the expression in the buffer
9224 around or before point.
9226 If second arg NEXT-P is t (interactively, with prefix arg), search for
9227 another tag that matches the last tagname or regexp used. When there are
9228 multiple matches for a tag, more exact matches are found first. If NEXT-P
9229 is negative (interactively, with prefix arg that is a negative number or
9230 just \\[negative-argument]), pop back to the previous tag gone to.
9232 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9234 A marker representing the point when this command is invoked is pushed
9235 onto a ring and may be popped back to with \\[pop-tag-mark].
9236 Contrast this with the ring of marks gone to by the command.
9238 See documentation of variable `tags-file-name'.
9240 \(fn TAGNAME &optional NEXT-P)" t nil)
9241 (define-key ctl-x-5-map "." 'find-tag-other-frame)
9243 (autoload 'find-tag-regexp "etags" "\
9244 Find tag (in current tags table) whose name matches REGEXP.
9245 Select the buffer containing the tag's definition and move point there.
9247 If second arg NEXT-P is t (interactively, with prefix arg), search for
9248 another tag that matches the last tagname or regexp used. When there are
9249 multiple matches for a tag, more exact matches are found first. If NEXT-P
9250 is negative (interactively, with prefix arg that is a negative number or
9251 just \\[negative-argument]), pop back to the previous tag gone to.
9253 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
9255 A marker representing the point when this command is invoked is pushed
9256 onto a ring and may be popped back to with \\[pop-tag-mark].
9257 Contrast this with the ring of marks gone to by the command.
9259 See documentation of variable `tags-file-name'.
9261 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
9262 (define-key esc-map [?\C-.] 'find-tag-regexp)
9263 (define-key esc-map "*" 'pop-tag-mark)
9265 (autoload 'pop-tag-mark "etags" "\
9266 Pop back to where \\[find-tag] was last invoked.
9268 This is distinct from invoking \\[find-tag] with a negative argument
9269 since that pops a stack of markers at which tags were found, not from
9270 where they were found.
9272 \(fn)" t nil)
9274 (autoload 'next-file "etags" "\
9275 Select next file among files in current tags table.
9277 A first argument of t (prefix arg, if interactive) initializes to the
9278 beginning of the list of files in the tags table. If the argument is
9279 neither nil nor t, it is evalled to initialize the list of files.
9281 Non-nil second argument NOVISIT means use a temporary buffer
9282 to save time and avoid uninteresting warnings.
9284 Value is nil if the file was already visited;
9285 if the file was newly read in, the value is the filename.
9287 \(fn &optional INITIALIZE NOVISIT)" t nil)
9289 (autoload 'tags-loop-continue "etags" "\
9290 Continue last \\[tags-search] or \\[tags-query-replace] command.
9291 Used noninteractively with non-nil argument to begin such a command (the
9292 argument is passed to `next-file', which see).
9294 Two variables control the processing we do on each file: the value of
9295 `tags-loop-scan' is a form to be executed on each file to see if it is
9296 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
9297 evaluate to operate on an interesting file. If the latter evaluates to
9298 nil, we exit; otherwise we scan the next file.
9300 \(fn &optional FIRST-TIME)" t nil)
9301 (define-key esc-map "," 'tags-loop-continue)
9303 (autoload 'tags-search "etags" "\
9304 Search through all files listed in tags table for match for REGEXP.
9305 Stops when a match is found.
9306 To continue searching for next match, use command \\[tags-loop-continue].
9308 See documentation of variable `tags-file-name'.
9310 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
9312 (autoload 'tags-query-replace "etags" "\
9313 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
9314 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
9315 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
9316 with the command \\[tags-loop-continue].
9317 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
9318 Fifth and sixth arguments START and END are accepted, for compatibility
9319 with `query-replace-regexp', and ignored.
9321 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
9322 produce the list of files to search.
9324 See also the documentation of the variable `tags-file-name'.
9326 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM)" t nil)
9328 (autoload 'list-tags "etags" "\
9329 Display list of tags in file FILE.
9330 This searches only the first table in the list, and no included tables.
9331 FILE should be as it appeared in the `etags' command, usually without a
9332 directory specification.
9334 \(fn FILE &optional NEXT-MATCH)" t nil)
9336 (autoload 'tags-apropos "etags" "\
9337 Display list of all tags in tags table REGEXP matches.
9339 \(fn REGEXP)" t nil)
9341 (autoload 'select-tags-table "etags" "\
9342 Select a tags table file from a menu of those you have already used.
9343 The list of tags tables to select from is stored in `tags-table-set-list';
9344 see the doc of that variable if you want to add names to the list.
9346 \(fn)" t nil)
9348 (autoload 'complete-tag "etags" "\
9349 Perform tags completion on the text around point.
9350 Completes to the set of names listed in the current tags table.
9351 The string to complete is chosen in the same way as the default
9352 for \\[find-tag] (which see).
9354 \(fn)" t nil)
9356 ;;;***
9358 ;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space
9359 ;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
9360 ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
9361 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
9362 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9363 ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9364 ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9365 ;;;;;; (19845 45374))
9366 ;;; Generated autoloads from language/ethio-util.el
9368 (autoload 'setup-ethiopic-environment-internal "ethio-util" "\
9371 \(fn)" nil nil)
9373 (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
9374 Convert the current buffer from SERA to FIDEL.
9376 The variable `ethio-primary-language' specifies the primary
9377 language and `ethio-secondary-language' specifies the secondary.
9379 If the 1st optional argument SECONDARY is non-nil, assume the
9380 buffer begins with the secondary language; otherwise with the
9381 primary language.
9383 If the 2nd optional argument FORCE is non-nil, perform conversion
9384 even if the buffer is read-only.
9386 See also the descriptions of the variables
9387 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9389 \(fn &optional SECONDARY FORCE)" t nil)
9391 (autoload 'ethio-sera-to-fidel-region "ethio-util" "\
9392 Convert the characters in region from SERA to FIDEL.
9394 The variable `ethio-primary-language' specifies the primary
9395 language and `ethio-secondary-language' specifies the secondary.
9397 If the 3rd argument SECONDARY is given and non-nil, assume the
9398 region begins with the secondary language; otherwise with the
9399 primary language.
9401 If the 4th argument FORCE is given and non-nil, perform
9402 conversion even if the buffer is read-only.
9404 See also the descriptions of the variables
9405 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9407 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9409 (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\
9410 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
9411 Assume that each region begins with `ethio-primary-language'.
9412 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9414 \(fn &optional FORCE)" t nil)
9416 (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\
9417 Replace all the FIDEL characters in the current buffer to the SERA format.
9418 The variable `ethio-primary-language' specifies the primary
9419 language and `ethio-secondary-language' specifies the secondary.
9421 If the 1st optional argument SECONDARY is non-nil, try to convert the
9422 region so that it begins with the secondary language; otherwise with the
9423 primary language.
9425 If the 2nd optional argument FORCE is non-nil, convert even if the
9426 buffer is read-only.
9428 See also the descriptions of the variables
9429 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9430 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9432 \(fn &optional SECONDARY FORCE)" t nil)
9434 (autoload 'ethio-fidel-to-sera-region "ethio-util" "\
9435 Replace all the FIDEL characters in the region to the SERA format.
9437 The variable `ethio-primary-language' specifies the primary
9438 language and `ethio-secondary-language' specifies the secondary.
9440 If the 3rd argument SECONDARY is given and non-nil, convert
9441 the region so that it begins with the secondary language; otherwise with
9442 the primary language.
9444 If the 4th argument FORCE is given and non-nil, convert even if the
9445 buffer is read-only.
9447 See also the descriptions of the variables
9448 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9449 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9451 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9453 (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\
9454 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
9455 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9457 \(fn &optional FORCE)" t nil)
9459 (autoload 'ethio-modify-vowel "ethio-util" "\
9460 Modify the vowel of the FIDEL that is under the cursor.
9462 \(fn)" t nil)
9464 (autoload 'ethio-replace-space "ethio-util" "\
9465 Replace ASCII spaces with Ethiopic word separators in the region.
9467 In the specified region, replace word separators surrounded by two
9468 Ethiopic characters, depending on the first argument CH, which should
9469 be 1, 2, or 3.
9471 If CH = 1, word separator will be replaced with an ASCII space.
9472 If CH = 2, with two ASCII spaces.
9473 If CH = 3, with the Ethiopic colon-like word separator.
9475 The 2nd and 3rd arguments BEGIN and END specify the region.
9477 \(fn CH BEGIN END)" t nil)
9479 (autoload 'ethio-input-special-character "ethio-util" "\
9480 This function is deprecated.
9482 \(fn ARG)" t nil)
9484 (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
9485 Convert each fidel characters in the current buffer into a fidel-tex command.
9487 \(fn)" t nil)
9489 (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
9490 Convert fidel-tex commands in the current buffer into fidel chars.
9492 \(fn)" t nil)
9494 (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
9495 Convert Ethiopic characters into the Java escape sequences.
9497 Each escape sequence is of the form \\uXXXX, where XXXX is the
9498 character's codepoint (in hex) in Unicode.
9500 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
9501 Otherwise, [0-9A-F].
9503 \(fn)" nil nil)
9505 (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
9506 Convert the Java escape sequences into corresponding Ethiopic characters.
9508 \(fn)" nil nil)
9510 (autoload 'ethio-find-file "ethio-util" "\
9511 Transliterate file content into Ethiopic dependig on filename suffix.
9513 \(fn)" nil nil)
9515 (autoload 'ethio-write-file "ethio-util" "\
9516 Transliterate Ethiopic characters in ASCII depending on the file extension.
9518 \(fn)" nil nil)
9520 (autoload 'ethio-insert-ethio-space "ethio-util" "\
9521 Insert the Ethiopic word delimiter (the colon-like character).
9522 With ARG, insert that many delimiters.
9524 \(fn ARG)" t nil)
9526 (autoload 'ethio-composition-function "ethio-util" "\
9529 \(fn POS TO FONT-OBJECT STRING)" nil nil)
9531 ;;;***
9533 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9534 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9535 ;;;;;; (19845 45374))
9536 ;;; Generated autoloads from net/eudc.el
9538 (autoload 'eudc-set-server "eudc" "\
9539 Set the directory server to SERVER using PROTOCOL.
9540 Unless NO-SAVE is non-nil, the server is saved as the default
9541 server for future sessions.
9543 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
9545 (autoload 'eudc-get-email "eudc" "\
9546 Get the email field of NAME from the directory server.
9547 If ERROR is non-nil, report an error if there is none.
9549 \(fn NAME &optional ERROR)" t nil)
9551 (autoload 'eudc-get-phone "eudc" "\
9552 Get the phone field of NAME from the directory server.
9553 If ERROR is non-nil, report an error if there is none.
9555 \(fn NAME &optional ERROR)" t nil)
9557 (autoload 'eudc-expand-inline "eudc" "\
9558 Query the directory server, and expand the query string before point.
9559 The query string consists of the buffer substring from the point back to
9560 the preceding comma, colon or beginning of line.
9561 The variable `eudc-inline-query-format' controls how to associate the
9562 individual inline query words with directory attribute names.
9563 After querying the server for the given string, the expansion specified by
9564 `eudc-inline-expansion-format' is inserted in the buffer at point.
9565 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
9566 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
9567 Multiple servers can be tried with the same query until one finds a match,
9568 see `eudc-inline-expansion-servers'
9570 \(fn &optional REPLACE)" t nil)
9572 (autoload 'eudc-query-form "eudc" "\
9573 Display a form to query the directory server.
9574 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
9575 queries the server for the existing fields and displays a corresponding form.
9577 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
9579 (autoload 'eudc-load-eudc "eudc" "\
9580 Load the Emacs Unified Directory Client.
9581 This does nothing except loading eudc by autoload side-effect.
9583 \(fn)" t nil)
9585 (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)))))))))))
9587 ;;;***
9589 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
9590 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
9591 ;;;;;; "eudc-bob" "net/eudc-bob.el" (19845 45374))
9592 ;;; Generated autoloads from net/eudc-bob.el
9594 (autoload 'eudc-display-generic-binary "eudc-bob" "\
9595 Display a button for unidentified binary DATA.
9597 \(fn DATA)" nil nil)
9599 (autoload 'eudc-display-url "eudc-bob" "\
9600 Display URL and make it clickable.
9602 \(fn URL)" nil nil)
9604 (autoload 'eudc-display-mail "eudc-bob" "\
9605 Display e-mail address and make it clickable.
9607 \(fn MAIL)" nil nil)
9609 (autoload 'eudc-display-sound "eudc-bob" "\
9610 Display a button to play the sound DATA.
9612 \(fn DATA)" nil nil)
9614 (autoload 'eudc-display-jpeg-inline "eudc-bob" "\
9615 Display the JPEG DATA inline at point if possible.
9617 \(fn DATA)" nil nil)
9619 (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\
9620 Display a button for the JPEG DATA.
9622 \(fn DATA)" nil nil)
9624 ;;;***
9626 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
9627 ;;;;;; "eudc-export" "net/eudc-export.el" (19845 45374))
9628 ;;; Generated autoloads from net/eudc-export.el
9630 (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
9631 Insert record at point into the BBDB database.
9632 This function can only be called from a directory query result buffer.
9634 \(fn)" t nil)
9636 (autoload 'eudc-try-bbdb-insert "eudc-export" "\
9637 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
9639 \(fn)" t nil)
9641 ;;;***
9643 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
9644 ;;;;;; (19845 45374))
9645 ;;; Generated autoloads from net/eudc-hotlist.el
9647 (autoload 'eudc-edit-hotlist "eudc-hotlist" "\
9648 Edit the hotlist of directory servers in a specialized buffer.
9650 \(fn)" t nil)
9652 ;;;***
9654 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (19845
9655 ;;;;;; 45374))
9656 ;;; Generated autoloads from emacs-lisp/ewoc.el
9658 (autoload 'ewoc-create "ewoc" "\
9659 Create an empty ewoc.
9661 The ewoc will be inserted in the current buffer at the current position.
9663 PRETTY-PRINTER should be a function that takes one argument, an
9664 element, and inserts a string representing it in the buffer (at
9665 point). The string PRETTY-PRINTER inserts may be empty or span
9666 several lines. The PRETTY-PRINTER should use `insert', and not
9667 `insert-before-markers'.
9669 Optional second and third arguments HEADER and FOOTER are strings,
9670 possibly empty, that will always be present at the top and bottom,
9671 respectively, of the ewoc.
9673 Normally, a newline is automatically inserted after the header,
9674 the footer and every node's printed representation. Optional
9675 fourth arg NOSEP non-nil inhibits this.
9677 \(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil)
9679 ;;;***
9681 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
9682 ;;;;;; executable-self-display executable-set-magic executable-interpret
9683 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
9684 ;;;;;; (19890 42850))
9685 ;;; Generated autoloads from progmodes/executable.el
9687 (autoload 'executable-command-find-posix-p "executable" "\
9688 Check if PROGRAM handles arguments Posix-style.
9689 If PROGRAM is non-nil, use that instead of \"find\".
9691 \(fn &optional PROGRAM)" nil nil)
9693 (autoload 'executable-interpret "executable" "\
9694 Run script with user-specified args, and collect output in a buffer.
9695 While script runs asynchronously, you can use the \\[next-error]
9696 command to find the next error. The buffer is also in `comint-mode' and
9697 `compilation-shell-minor-mode', so that you can answer any prompts.
9699 \(fn COMMAND)" t nil)
9701 (autoload 'executable-set-magic "executable" "\
9702 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
9703 The variables `executable-magicless-file-regexp', `executable-prefix',
9704 `executable-insert', `executable-query' and `executable-chmod' control
9705 when and how magic numbers are inserted or replaced and scripts made
9706 executable.
9708 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
9710 (autoload 'executable-self-display "executable" "\
9711 Turn a text file into a self-displaying Un*x command.
9712 The magic number of such a command displays all lines but itself.
9714 \(fn)" t nil)
9716 (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\
9717 Make file executable according to umask if not already executable.
9718 If file already has any execute bits set at all, do not change existing
9719 file modes.
9721 \(fn)" nil nil)
9723 ;;;***
9725 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
9726 ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
9727 ;;;;;; (19886 45771))
9728 ;;; Generated autoloads from expand.el
9730 (autoload 'expand-add-abbrevs "expand" "\
9731 Add a list of abbrev to abbrev table TABLE.
9732 ABBREVS is a list of abbrev definitions; each abbrev description entry
9733 has the form (ABBREV EXPANSION ARG).
9735 ABBREV is the abbreviation to replace.
9737 EXPANSION is the replacement string or a function which will make the
9738 expansion. For example you, could use the DMacros or skeleton packages
9739 to generate such functions.
9741 ARG is an optional argument which can be a number or a list of
9742 numbers. If ARG is a number, point is placed ARG chars from the
9743 beginning of the expanded text.
9745 If ARG is a list of numbers, point is placed according to the first
9746 member of the list, but you can visit the other specified positions
9747 cyclicaly with the functions `expand-jump-to-previous-slot' and
9748 `expand-jump-to-next-slot'.
9750 If ARG is omitted, point is placed at the end of the expanded text.
9752 \(fn TABLE ABBREVS)" nil nil)
9754 (autoload 'expand-abbrev-hook "expand" "\
9755 Abbrev hook used to do the expansion job of expand abbrevs.
9756 See `expand-add-abbrevs'. Value is non-nil if expansion was done.
9758 \(fn)" nil nil)
9760 (autoload 'expand-jump-to-previous-slot "expand" "\
9761 Move the cursor to the previous slot in the last abbrev expansion.
9762 This is used only in conjunction with `expand-add-abbrevs'.
9764 \(fn)" t nil)
9766 (autoload 'expand-jump-to-next-slot "expand" "\
9767 Move the cursor to the next slot in the last abbrev expansion.
9768 This is used only in conjunction with `expand-add-abbrevs'.
9770 \(fn)" t nil)
9771 (define-key abbrev-map "p" 'expand-jump-to-previous-slot)
9772 (define-key abbrev-map "n" 'expand-jump-to-next-slot)
9774 ;;;***
9776 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (19882 48702))
9777 ;;; Generated autoloads from progmodes/f90.el
9779 (autoload 'f90-mode "f90" "\
9780 Major mode for editing Fortran 90,95 code in free format.
9781 For fixed format code, use `fortran-mode'.
9783 \\[f90-indent-line] indents the current line.
9784 \\[f90-indent-new-line] indents current line and creates a new indented line.
9785 \\[f90-indent-subprogram] indents the current subprogram.
9787 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
9789 Key definitions:
9790 \\{f90-mode-map}
9792 Variables controlling indentation style and extra features:
9794 `f90-do-indent'
9795 Extra indentation within do blocks (default 3).
9796 `f90-if-indent'
9797 Extra indentation within if/select/where/forall blocks (default 3).
9798 `f90-type-indent'
9799 Extra indentation within type/enum/interface/block-data blocks (default 3).
9800 `f90-program-indent'
9801 Extra indentation within program/module/subroutine/function blocks
9802 (default 2).
9803 `f90-continuation-indent'
9804 Extra indentation applied to continuation lines (default 5).
9805 `f90-comment-region'
9806 String inserted by function \\[f90-comment-region] at start of each
9807 line in region (default \"!!!$\").
9808 `f90-indented-comment-re'
9809 Regexp determining the type of comment to be intended like code
9810 (default \"!\").
9811 `f90-directive-comment-re'
9812 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
9813 (default \"!hpf\\\\$\").
9814 `f90-break-delimiters'
9815 Regexp holding list of delimiters at which lines may be broken
9816 (default \"[-+*/><=,% \\t]\").
9817 `f90-break-before-delimiters'
9818 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
9819 (default t).
9820 `f90-beginning-ampersand'
9821 Automatic insertion of & at beginning of continuation lines (default t).
9822 `f90-smart-end'
9823 From an END statement, check and fill the end using matching block start.
9824 Allowed values are 'blink, 'no-blink, and nil, which determine
9825 whether to blink the matching beginning (default 'blink).
9826 `f90-auto-keyword-case'
9827 Automatic change of case of keywords (default nil).
9828 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
9829 `f90-leave-line-no'
9830 Do not left-justify line numbers (default nil).
9832 Turning on F90 mode calls the value of the variable `f90-mode-hook'
9833 with no args, if that value is non-nil.
9835 \(fn)" t nil)
9837 ;;;***
9839 ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
9840 ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
9841 ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
9842 ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (19845
9843 ;;;;;; 45374))
9844 ;;; Generated autoloads from face-remap.el
9846 (autoload 'face-remap-add-relative "face-remap" "\
9847 Add a face remapping entry of FACE to SPECS in the current buffer.
9849 Return a cookie which can be used to delete the remapping with
9850 `face-remap-remove-relative'.
9852 SPECS can be any value suitable for the `face' text property,
9853 including a face name, a list of face names, or a face-attribute
9854 property list. The attributes given by SPECS will be merged with
9855 any other currently active face remappings of FACE, and with the
9856 global definition of FACE. An attempt is made to sort multiple
9857 entries so that entries with relative face-attributes are applied
9858 after entries with absolute face-attributes.
9860 The base (lowest priority) remapping may be set to a specific
9861 value, instead of the default of the global face definition,
9862 using `face-remap-set-base'.
9864 \(fn FACE &rest SPECS)" nil nil)
9866 (autoload 'face-remap-reset-base "face-remap" "\
9867 Set the base remapping of FACE to inherit from FACE's global definition.
9869 \(fn FACE)" nil nil)
9871 (autoload 'face-remap-set-base "face-remap" "\
9872 Set the base remapping of FACE in the current buffer to SPECS.
9873 If SPECS is empty, the default base remapping is restored, which
9874 inherits from the global definition of FACE; note that this is
9875 different from SPECS containing a single value `nil', which does
9876 not inherit from the global definition of FACE.
9878 \(fn FACE &rest SPECS)" nil nil)
9880 (autoload 'text-scale-set "face-remap" "\
9881 Set the scale factor of the default face in the current buffer to LEVEL.
9882 If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled.
9884 LEVEL is a number of steps, with 0 representing the default size.
9885 Each step scales the height of the default face by the variable
9886 `text-scale-mode-step' (a negative number decreases the height by
9887 the same amount).
9889 \(fn LEVEL)" t nil)
9891 (autoload 'text-scale-increase "face-remap" "\
9892 Increase the height of the default face in the current buffer by INC steps.
9893 If the new height is other than the default, `text-scale-mode' is enabled.
9895 Each step scales the height of the default face by the variable
9896 `text-scale-mode-step' (a negative number of steps decreases the
9897 height by the same amount). As a special case, an argument of 0
9898 will remove any scaling currently active.
9900 \(fn INC)" t nil)
9902 (autoload 'text-scale-decrease "face-remap" "\
9903 Decrease the height of the default face in the current buffer by DEC steps.
9904 See `text-scale-increase' for more details.
9906 \(fn DEC)" t nil)
9907 (define-key ctl-x-map [(control ?+)] 'text-scale-adjust)
9908 (define-key ctl-x-map [(control ?-)] 'text-scale-adjust)
9909 (define-key ctl-x-map [(control ?=)] 'text-scale-adjust)
9910 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust)
9912 (autoload 'text-scale-adjust "face-remap" "\
9913 Increase or decrease the height of the default face in the current buffer.
9915 The actual adjustment made depends on the final component of the
9916 key-binding used to invoke the command, with all modifiers removed:
9918 +, = Increase the default face height by one step
9919 - Decrease the default face height by one step
9920 0 Reset the default face height to the global default
9922 Then, continue to read input events and further adjust the face
9923 height as long as the input event read (with all modifiers removed)
9924 is one of the above.
9926 Each step scales the height of the default face by the variable
9927 `text-scale-mode-step' (a negative number of steps decreases the
9928 height by the same amount). As a special case, an argument of 0
9929 will remove any scaling currently active.
9931 This command is a special-purpose wrapper around the
9932 `text-scale-increase' command which makes repetition convenient
9933 even when it is bound in a non-top-level keymap. For binding in
9934 a top-level keymap, `text-scale-increase' or
9935 `text-scale-decrease' may be more appropriate.
9937 \(fn INC)" t nil)
9939 (autoload 'buffer-face-mode "face-remap" "\
9940 Minor mode for a buffer-specific default face.
9941 When enabled, the face specified by the variable
9942 `buffer-face-mode-face' is used to display the buffer text.
9944 \(fn &optional ARG)" t nil)
9946 (autoload 'buffer-face-set "face-remap" "\
9947 Enable `buffer-face-mode', using face specs SPECS.
9948 SPECS can be any value suitable for the `face' text property,
9949 including a face name, a list of face names, or a face-attribute
9950 If SPECS is nil, then `buffer-face-mode' is disabled.
9952 This function will make the variable `buffer-face-mode-face'
9953 buffer local, and set it to FACE.
9955 \(fn &rest SPECS)" t nil)
9957 (autoload 'buffer-face-toggle "face-remap" "\
9958 Toggle `buffer-face-mode', using face specs SPECS.
9959 SPECS can be any value suitable for the `face' text property,
9960 including a face name, a list of face names, or a face-attribute
9962 If `buffer-face-mode' is already enabled, and is currently using
9963 the face specs SPECS, then it is disabled; if buffer-face-mode is
9964 disabled, or is enabled and currently displaying some other face,
9965 then is left enabled, but the face changed to reflect SPECS.
9967 This function will make the variable `buffer-face-mode-face'
9968 buffer local, and set it to SPECS.
9970 \(fn &rest SPECS)" t nil)
9972 (autoload 'variable-pitch-mode "face-remap" "\
9973 Variable-pitch default-face mode.
9974 An interface to `buffer-face-mode' which uses the `variable-pitch' face.
9975 Besides the choice of face, it is the same as `buffer-face-mode'.
9977 \(fn &optional ARG)" t nil)
9979 ;;;***
9981 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
9982 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
9983 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (19845 45374))
9984 ;;; Generated autoloads from mail/feedmail.el
9986 (autoload 'feedmail-send-it "feedmail" "\
9987 Send the current mail buffer using the Feedmail package.
9988 This is a suitable value for `send-mail-function'. It can be used
9989 with various lower-level mechanisms to provide features such as queueing.
9991 \(fn)" nil nil)
9993 (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
9994 Like `feedmail-run-the-queue', but suppress confirmation prompts.
9996 \(fn &optional ARG)" t nil)
9998 (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\
9999 Like `feedmail-run-the-queue', but with a global confirmation prompt.
10000 This is generally most useful if run non-interactively, since you can
10001 bail out with an appropriate answer to the global confirmation prompt.
10003 \(fn &optional ARG)" t nil)
10005 (autoload 'feedmail-run-the-queue "feedmail" "\
10006 Visit each message in the feedmail queue directory and send it out.
10007 Return value is a list of three things: number of messages sent, number of
10008 messages skipped, and number of non-message things in the queue (commonly
10009 backup file names and the like).
10011 \(fn &optional ARG)" t nil)
10013 (autoload 'feedmail-queue-reminder "feedmail" "\
10014 Perform some kind of reminder activity about queued and draft messages.
10015 Called with an optional symbol argument which says what kind of event
10016 is triggering the reminder activity. The default is 'on-demand, which
10017 is what you typically would use if you were putting this in your Emacs start-up
10018 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
10019 internally by feedmail):
10021 after-immediate (a message has just been sent in immediate mode)
10022 after-queue (a message has just been queued)
10023 after-draft (a message has just been placed in the draft directory)
10024 after-run (the queue has just been run, possibly sending messages)
10026 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
10027 the associated value is a function, it is called without arguments and is expected
10028 to perform the reminder activity. You can supply your own reminder functions
10029 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
10030 you can set `feedmail-queue-reminder-alist' to nil.
10032 \(fn &optional WHAT-EVENT)" t nil)
10034 ;;;***
10036 ;;;### (autoloads (ffap-bindings dired-at-point ffap-at-mouse ffap-menu
10037 ;;;;;; find-file-at-point ffap-next) "ffap" "ffap.el" (19845 45374))
10038 ;;; Generated autoloads from ffap.el
10040 (autoload 'ffap-next "ffap" "\
10041 Search buffer for next file or URL, and run ffap.
10042 Optional argument BACK says to search backwards.
10043 Optional argument WRAP says to try wrapping around if necessary.
10044 Interactively: use a single prefix to search backwards,
10045 double prefix to wrap forward, triple to wrap backwards.
10046 Actual search is done by `ffap-next-guess'.
10048 \(fn &optional BACK WRAP)" t nil)
10050 (autoload 'find-file-at-point "ffap" "\
10051 Find FILENAME, guessing a default from text around point.
10052 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
10053 With a prefix, this command behaves exactly like `ffap-file-finder'.
10054 If `ffap-require-prefix' is set, the prefix meaning is reversed.
10055 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
10056 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10058 \(fn &optional FILENAME)" t nil)
10060 (defalias 'ffap 'find-file-at-point)
10062 (autoload 'ffap-menu "ffap" "\
10063 Put up a menu of files and URLs mentioned in this buffer.
10064 Then set mark, jump to choice, and try to fetch it. The menu is
10065 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
10066 The optional RESCAN argument (a prefix, interactively) forces
10067 a rebuild. Searches with `ffap-menu-regexp'.
10069 \(fn &optional RESCAN)" t nil)
10071 (autoload 'ffap-at-mouse "ffap" "\
10072 Find file or URL guessed from text around mouse click.
10073 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
10074 Return value:
10075 * if a guess string is found, return it (after finding it)
10076 * if the fallback is called, return whatever it returns
10077 * otherwise, nil
10079 \(fn E)" t nil)
10081 (autoload 'dired-at-point "ffap" "\
10082 Start Dired, defaulting to file at point. See `ffap'.
10083 If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
10085 \(fn &optional FILENAME)" t nil)
10087 (defun ffap-guess-file-name-at-point nil "\
10088 Try to get a file name at point.
10089 This hook is intended to be put in `file-name-at-point-functions'." (when (fboundp (quote ffap-guesser)) (let ((guess (ffap-guesser))) (setq guess (if (or (not guess) (and (fboundp (quote ffap-url-p)) (ffap-url-p guess)) (and (fboundp (quote ffap-file-remote-p)) (ffap-file-remote-p guess))) guess (abbreviate-file-name (expand-file-name guess)))) (when guess (if (file-directory-p guess) (file-name-as-directory guess) guess)))))
10091 (autoload 'ffap-bindings "ffap" "\
10092 Evaluate the forms in variable `ffap-bindings'.
10094 \(fn)" t nil)
10096 ;;;***
10098 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10099 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10100 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10101 ;;;;;; "filecache" "filecache.el" (19845 45374))
10102 ;;; Generated autoloads from filecache.el
10104 (autoload 'file-cache-add-directory "filecache" "\
10105 Add DIRECTORY to the file cache.
10106 If the optional REGEXP argument is non-nil, only files which match it will
10107 be added to the cache.
10109 \(fn DIRECTORY &optional REGEXP)" t nil)
10111 (autoload 'file-cache-add-directory-list "filecache" "\
10112 Add DIRECTORY-LIST (a list of directory names) to the file cache.
10113 If the optional REGEXP argument is non-nil, only files which match it
10114 will be added to the cache. Note that the REGEXP is applied to the
10115 files in each directory, not to the directory list itself.
10117 \(fn DIRECTORY-LIST &optional REGEXP)" t nil)
10119 (autoload 'file-cache-add-file "filecache" "\
10120 Add FILE to the file cache.
10122 \(fn FILE)" t nil)
10124 (autoload 'file-cache-add-directory-using-find "filecache" "\
10125 Use the `find' command to add files to the file cache.
10126 Find is run in DIRECTORY.
10128 \(fn DIRECTORY)" t nil)
10130 (autoload 'file-cache-add-directory-using-locate "filecache" "\
10131 Use the `locate' command to add files to the file cache.
10132 STRING is passed as an argument to the locate command.
10134 \(fn STRING)" t nil)
10136 (autoload 'file-cache-add-directory-recursively "filecache" "\
10137 Adds DIR and any subdirectories to the file-cache.
10138 This function does not use any external programs.
10139 If the optional REGEXP argument is non-nil, only files which match it
10140 will be added to the cache. Note that the REGEXP is applied to the
10141 files in each directory, not to the directory list itself.
10143 \(fn DIR &optional REGEXP)" t nil)
10145 (autoload 'file-cache-minibuffer-complete "filecache" "\
10146 Complete a filename in the minibuffer using a preloaded cache.
10147 Filecache does two kinds of substitution: it completes on names in
10148 the cache, and, once it has found a unique name, it cycles through
10149 the directories that the name is available in. With a prefix argument,
10150 the name is considered already unique; only the second substitution
10151 \(directories) is done.
10153 \(fn ARG)" t nil)
10155 ;;;***
10157 ;;;### (autoloads (copy-dir-locals-to-file-locals-prop-line copy-dir-locals-to-file-locals
10158 ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10159 ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10160 ;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10161 ;;;;;; add-file-local-variable) "files-x" "files-x.el" (19886 45771))
10162 ;;; Generated autoloads from files-x.el
10164 (autoload 'add-file-local-variable "files-x" "\
10165 Add file-local VARIABLE with its VALUE to the Local Variables list.
10167 This command deletes all existing settings of VARIABLE (except `mode'
10168 and `eval') and adds a new file-local VARIABLE with VALUE to the
10169 Local Variables list.
10171 If there is no Local Variables list in the current file buffer
10172 then this function adds the first line containing the string
10173 `Local Variables:' and the last line containing the string `End:'.
10175 \(fn VARIABLE VALUE)" t nil)
10177 (autoload 'delete-file-local-variable "files-x" "\
10178 Delete all settings of file-local VARIABLE from the Local Variables list.
10180 \(fn VARIABLE)" t nil)
10182 (autoload 'add-file-local-variable-prop-line "files-x" "\
10183 Add file-local VARIABLE with its VALUE to the -*- line.
10185 This command deletes all existing settings of VARIABLE (except `mode'
10186 and `eval') and adds a new file-local VARIABLE with VALUE to
10187 the -*- line.
10189 If there is no -*- line at the beginning of the current file buffer
10190 then this function adds it.
10192 \(fn VARIABLE VALUE)" t nil)
10194 (autoload 'delete-file-local-variable-prop-line "files-x" "\
10195 Delete all settings of file-local VARIABLE from the -*- line.
10197 \(fn VARIABLE)" t nil)
10199 (autoload 'add-dir-local-variable "files-x" "\
10200 Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
10202 \(fn MODE VARIABLE VALUE)" t nil)
10204 (autoload 'delete-dir-local-variable "files-x" "\
10205 Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
10207 \(fn MODE VARIABLE)" t nil)
10209 (autoload 'copy-file-locals-to-dir-locals "files-x" "\
10210 Copy file-local variables to .dir-locals.el.
10212 \(fn)" t nil)
10214 (autoload 'copy-dir-locals-to-file-locals "files-x" "\
10215 Copy directory-local variables to the Local Variables list.
10217 \(fn)" t nil)
10219 (autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10220 Copy directory-local variables to the -*- line.
10222 \(fn)" t nil)
10224 ;;;***
10226 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (19845
10227 ;;;;;; 45374))
10228 ;;; Generated autoloads from filesets.el
10230 (autoload 'filesets-init "filesets" "\
10231 Filesets initialization.
10232 Set up hooks, load the cache file -- if existing -- and build the menu.
10234 \(fn)" nil nil)
10236 ;;;***
10238 ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (19845 45374))
10239 ;;; Generated autoloads from find-cmd.el
10241 (autoload 'find-cmd "find-cmd" "\
10242 Initiate the building of a find command.
10243 For example:
10245 \(find-cmd '(prune (name \".svn\" \".git\" \".CVS\"))
10246 '(and (or (name \"*.pl\" \"*.pm\" \"*.t\")
10247 (mtime \"+1\"))
10248 (fstype \"nfs\" \"ufs\"))))
10250 `default-directory' is used as the initial search path. The
10251 result is a string that should be ready for the command line.
10253 \(fn &rest SUBFINDS)" nil nil)
10255 ;;;***
10257 ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10258 ;;;;;; "find-dired.el" (19864 29553))
10259 ;;; Generated autoloads from find-dired.el
10261 (autoload 'find-dired "find-dired" "\
10262 Run `find' and go into Dired mode on a buffer of the output.
10263 The command run (after changing into DIR) is essentially
10265 find . \\( ARGS \\) -ls
10267 except that the car of the variable `find-ls-option' specifies what to
10268 use in place of \"-ls\" as the final argument.
10270 \(fn DIR ARGS)" t nil)
10272 (autoload 'find-name-dired "find-dired" "\
10273 Search DIR recursively for files matching the globbing pattern PATTERN,
10274 and run dired on those files.
10275 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
10276 The command run (after changing into DIR) is
10278 find . -name 'PATTERN' -ls
10280 \(fn DIR PATTERN)" t nil)
10282 (autoload 'find-grep-dired "find-dired" "\
10283 Find files in DIR containing a regexp REGEXP and start Dired on output.
10284 The command run (after changing into DIR) is
10286 find . \\( -type f -exec `grep-program' `find-grep-options' \\
10287 -e REGEXP {} \\; \\) -ls
10289 where the car of the variable `find-ls-option' specifies what to
10290 use in place of \"-ls\" as the final argument.
10292 \(fn DIR REGEXP)" t nil)
10294 ;;;***
10296 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10297 ;;;;;; ff-find-other-file ff-get-other-file) "find-file" "find-file.el"
10298 ;;;;;; (19845 45374))
10299 ;;; Generated autoloads from find-file.el
10301 (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
10302 *List of special constructs for `ff-treat-as-special' to recognize.
10303 Each element, tried in order, has the form (REGEXP . EXTRACT).
10304 If REGEXP matches the current line (from the beginning of the line),
10305 `ff-treat-as-special' calls function EXTRACT with no args.
10306 If EXTRACT returns nil, keep trying. Otherwise, return the
10307 filename that EXTRACT returned.")
10309 (autoload 'ff-get-other-file "find-file" "\
10310 Find the header or source file corresponding to this file.
10311 See also the documentation for `ff-find-other-file'.
10313 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
10315 \(fn &optional IN-OTHER-WINDOW)" t nil)
10317 (defalias 'ff-find-related-file 'ff-find-other-file)
10319 (autoload 'ff-find-other-file "find-file" "\
10320 Find the header or source file corresponding to this file.
10321 Being on a `#include' line pulls in that file.
10323 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
10324 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
10326 Variables of interest include:
10328 - `ff-case-fold-search'
10329 Non-nil means ignore cases in matches (see `case-fold-search').
10330 If you have extensions in different cases, you will want this to be nil.
10332 - `ff-always-in-other-window'
10333 If non-nil, always open the other file in another window, unless an
10334 argument is given to `ff-find-other-file'.
10336 - `ff-ignore-include'
10337 If non-nil, ignores #include lines.
10339 - `ff-always-try-to-create'
10340 If non-nil, always attempt to create the other file if it was not found.
10342 - `ff-quiet-mode'
10343 If non-nil, traces which directories are being searched.
10345 - `ff-special-constructs'
10346 A list of regular expressions specifying how to recognize special
10347 constructs such as include files etc, and an associated method for
10348 extracting the filename from that construct.
10350 - `ff-other-file-alist'
10351 Alist of extensions to find given the current file's extension.
10353 - `ff-search-directories'
10354 List of directories searched through with each extension specified in
10355 `ff-other-file-alist' that matches this file's extension.
10357 - `ff-pre-find-hook'
10358 List of functions to be called before the search for the file starts.
10360 - `ff-pre-load-hook'
10361 List of functions to be called before the other file is loaded.
10363 - `ff-post-load-hook'
10364 List of functions to be called after the other file is loaded.
10366 - `ff-not-found-hook'
10367 List of functions to be called if the other file could not be found.
10369 - `ff-file-created-hook'
10370 List of functions to be called if the other file has been created.
10372 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
10374 (autoload 'ff-mouse-find-other-file "find-file" "\
10375 Visit the file you click on.
10377 \(fn EVENT)" t nil)
10379 (autoload 'ff-mouse-find-other-file-other-window "find-file" "\
10380 Visit the file you click on in another window.
10382 \(fn EVENT)" t nil)
10384 ;;;***
10386 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
10387 ;;;;;; find-function-at-point find-function-on-key find-face-definition
10388 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10389 ;;;;;; find-variable find-variable-noselect find-function-other-frame
10390 ;;;;;; find-function-other-window find-function find-function-noselect
10391 ;;;;;; find-function-search-for-symbol find-library) "find-func"
10392 ;;;;;; "emacs-lisp/find-func.el" (19845 45374))
10393 ;;; Generated autoloads from emacs-lisp/find-func.el
10395 (autoload 'find-library "find-func" "\
10396 Find the Emacs Lisp source of LIBRARY.
10397 LIBRARY should be a string (the name of the library).
10399 \(fn LIBRARY)" t nil)
10401 (autoload 'find-function-search-for-symbol "find-func" "\
10402 Search for SYMBOL's definition of type TYPE in LIBRARY.
10403 Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
10404 or just (BUFFER . nil) if the definition can't be found in the file.
10406 If TYPE is nil, look for a function definition.
10407 Otherwise, TYPE specifies the kind of definition,
10408 and it is interpreted via `find-function-regexp-alist'.
10409 The search is done in the source for library LIBRARY.
10411 \(fn SYMBOL TYPE LIBRARY)" nil nil)
10413 (autoload 'find-function-noselect "find-func" "\
10414 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
10416 Finds the source file containing the definition of FUNCTION
10417 in a buffer and the point of the definition. The buffer is
10418 not selected. If the function definition can't be found in
10419 the buffer, returns (BUFFER).
10421 If the file where FUNCTION is defined is not known, then it is
10422 searched for in `find-function-source-path' if non-nil, otherwise
10423 in `load-path'.
10425 \(fn FUNCTION)" nil nil)
10427 (autoload 'find-function "find-func" "\
10428 Find the definition of the FUNCTION near point.
10430 Finds the source file containing the definition of the function
10431 near point (selected by `function-called-at-point') in a buffer and
10432 places point before the definition.
10433 Set mark before moving, if the buffer already existed.
10435 The library where FUNCTION is defined is searched for in
10436 `find-function-source-path', if non-nil, otherwise in `load-path'.
10437 See also `find-function-recenter-line' and `find-function-after-hook'.
10439 \(fn FUNCTION)" t nil)
10441 (autoload 'find-function-other-window "find-func" "\
10442 Find, in another window, the definition of FUNCTION near point.
10444 See `find-function' for more details.
10446 \(fn FUNCTION)" t nil)
10448 (autoload 'find-function-other-frame "find-func" "\
10449 Find, in another frame, the definition of FUNCTION near point.
10451 See `find-function' for more details.
10453 \(fn FUNCTION)" t nil)
10455 (autoload 'find-variable-noselect "find-func" "\
10456 Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
10458 Finds the library containing the definition of VARIABLE in a buffer and
10459 the point of the definition. The buffer is not selected.
10460 If the variable's definition can't be found in the buffer, return (BUFFER).
10462 The library where VARIABLE is defined is searched for in FILE or
10463 `find-function-source-path', if non-nil, otherwise in `load-path'.
10465 \(fn VARIABLE &optional FILE)" nil nil)
10467 (autoload 'find-variable "find-func" "\
10468 Find the definition of the VARIABLE at or before point.
10470 Finds the library containing the definition of the variable
10471 near point (selected by `variable-at-point') in a buffer and
10472 places point before the definition.
10474 Set mark before moving, if the buffer already existed.
10476 The library where VARIABLE is defined is searched for in
10477 `find-function-source-path', if non-nil, otherwise in `load-path'.
10478 See also `find-function-recenter-line' and `find-function-after-hook'.
10480 \(fn VARIABLE)" t nil)
10482 (autoload 'find-variable-other-window "find-func" "\
10483 Find, in another window, the definition of VARIABLE near point.
10485 See `find-variable' for more details.
10487 \(fn VARIABLE)" t nil)
10489 (autoload 'find-variable-other-frame "find-func" "\
10490 Find, in another frame, the definition of VARIABLE near point.
10492 See `find-variable' for more details.
10494 \(fn VARIABLE)" t nil)
10496 (autoload 'find-definition-noselect "find-func" "\
10497 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10498 If the definition can't be found in the buffer, return (BUFFER).
10499 TYPE says what type of definition: nil for a function, `defvar' for a
10500 variable, `defface' for a face. This function does not switch to the
10501 buffer nor display it.
10503 The library where SYMBOL is defined is searched for in FILE or
10504 `find-function-source-path', if non-nil, otherwise in `load-path'.
10506 \(fn SYMBOL TYPE &optional FILE)" nil nil)
10508 (autoload 'find-face-definition "find-func" "\
10509 Find the definition of FACE. FACE defaults to the name near point.
10511 Finds the Emacs Lisp library containing the definition of the face
10512 near point (selected by `variable-at-point') in a buffer and
10513 places point before the definition.
10515 Set mark before moving, if the buffer already existed.
10517 The library where FACE is defined is searched for in
10518 `find-function-source-path', if non-nil, otherwise in `load-path'.
10519 See also `find-function-recenter-line' and `find-function-after-hook'.
10521 \(fn FACE)" t nil)
10523 (autoload 'find-function-on-key "find-func" "\
10524 Find the function that KEY invokes. KEY is a string.
10525 Set mark before moving, if the buffer already existed.
10527 \(fn KEY)" t nil)
10529 (autoload 'find-function-at-point "find-func" "\
10530 Find directly the function at point in the other window.
10532 \(fn)" t nil)
10534 (autoload 'find-variable-at-point "find-func" "\
10535 Find directly the variable at point in the other window.
10537 \(fn)" t nil)
10539 (autoload 'find-function-setup-keys "find-func" "\
10540 Define some key bindings for the find-function family of functions.
10542 \(fn)" nil nil)
10544 ;;;***
10546 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
10547 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (19886 45771))
10548 ;;; Generated autoloads from find-lisp.el
10550 (autoload 'find-lisp-find-dired "find-lisp" "\
10551 Find files in DIR, matching REGEXP.
10553 \(fn DIR REGEXP)" t nil)
10555 (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\
10556 Find all subdirectories of DIR.
10558 \(fn DIR)" t nil)
10560 (autoload 'find-lisp-find-dired-filter "find-lisp" "\
10561 Change the filter on a find-lisp-find-dired buffer to REGEXP.
10563 \(fn REGEXP)" t nil)
10565 ;;;***
10567 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
10568 ;;;;;; "finder" "finder.el" (19893 19022))
10569 ;;; Generated autoloads from finder.el
10571 (autoload 'finder-list-keywords "finder" "\
10572 Display descriptions of the keywords in the Finder buffer.
10574 \(fn)" t nil)
10576 (autoload 'finder-commentary "finder" "\
10577 Display FILE's commentary section.
10578 FILE should be in a form suitable for passing to `locate-library'.
10580 \(fn FILE)" t nil)
10582 (autoload 'finder-by-keyword "finder" "\
10583 Find packages matching a given keyword.
10585 \(fn)" t nil)
10587 ;;;***
10589 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
10590 ;;;;;; "flow-ctrl.el" (19845 45374))
10591 ;;; Generated autoloads from flow-ctrl.el
10593 (autoload 'enable-flow-control "flow-ctrl" "\
10594 Toggle flow control handling.
10595 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
10596 With arg, enable flow control mode if arg is positive, otherwise disable.
10598 \(fn &optional ARGUMENT)" t nil)
10600 (autoload 'enable-flow-control-on "flow-ctrl" "\
10601 Enable flow control if using one of a specified set of terminal types.
10602 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
10603 on VT-100 and H19 terminals. When flow control is enabled,
10604 you must type C-\\ to get the effect of a C-s, and type C-^
10605 to get the effect of a C-q.
10607 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
10609 ;;;***
10611 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
10612 ;;;;;; (19845 45374))
10613 ;;; Generated autoloads from gnus/flow-fill.el
10615 (autoload 'fill-flowed-encode "flow-fill" "\
10618 \(fn &optional BUFFER)" nil nil)
10620 (autoload 'fill-flowed "flow-fill" "\
10623 \(fn &optional BUFFER DELETE-SPACE)" nil nil)
10625 ;;;***
10627 ;;;### (autoloads (flymake-mode-off flymake-mode-on flymake-mode)
10628 ;;;;;; "flymake" "progmodes/flymake.el" (19890 42850))
10629 ;;; Generated autoloads from progmodes/flymake.el
10631 (autoload 'flymake-mode "flymake" "\
10632 Minor mode to do on-the-fly syntax checking.
10633 When called interactively, toggles the minor mode.
10634 With arg, turn Flymake mode on if and only if arg is positive.
10636 \(fn &optional ARG)" t nil)
10638 (autoload 'flymake-mode-on "flymake" "\
10639 Turn flymake mode on.
10641 \(fn)" nil nil)
10643 (autoload 'flymake-mode-off "flymake" "\
10644 Turn flymake mode off.
10646 \(fn)" nil nil)
10648 ;;;***
10650 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
10651 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
10652 ;;;;;; "flyspell" "textmodes/flyspell.el" (19865 50420))
10653 ;;; Generated autoloads from textmodes/flyspell.el
10655 (autoload 'flyspell-prog-mode "flyspell" "\
10656 Turn on `flyspell-mode' for comments and strings.
10658 \(fn)" t nil)
10659 (defvar flyspell-mode nil)
10661 (autoload 'flyspell-mode "flyspell" "\
10662 Minor mode performing on-the-fly spelling checking.
10663 This spawns a single Ispell process and checks each word.
10664 The default flyspell behavior is to highlight incorrect words.
10665 With no argument, this command toggles Flyspell mode.
10666 With a prefix argument ARG, turn Flyspell minor mode on if ARG is positive,
10667 otherwise turn it off.
10669 Bindings:
10670 \\[ispell-word]: correct words (using Ispell).
10671 \\[flyspell-auto-correct-word]: automatically correct word.
10672 \\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
10673 \\[flyspell-correct-word] (or down-mouse-2): popup correct words.
10675 Hooks:
10676 This runs `flyspell-mode-hook' after flyspell mode is entered or exit.
10678 Remark:
10679 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
10680 valid. For instance, a different dictionary can be used by
10681 invoking `ispell-change-dictionary'.
10683 Consider using the `ispell-parser' to check your text. For instance
10684 consider adding:
10685 \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
10686 in your .emacs file.
10688 \\[flyspell-region] checks all words inside a region.
10689 \\[flyspell-buffer] checks the whole buffer.
10691 \(fn &optional ARG)" t nil)
10693 (autoload 'turn-on-flyspell "flyspell" "\
10694 Unconditionally turn on Flyspell mode.
10696 \(fn)" nil nil)
10698 (autoload 'turn-off-flyspell "flyspell" "\
10699 Unconditionally turn off Flyspell mode.
10701 \(fn)" nil nil)
10703 (autoload 'flyspell-mode-off "flyspell" "\
10704 Turn Flyspell mode off.
10706 \(fn)" nil nil)
10708 (autoload 'flyspell-region "flyspell" "\
10709 Flyspell text between BEG and END.
10711 \(fn BEG END)" t nil)
10713 (autoload 'flyspell-buffer "flyspell" "\
10714 Flyspell whole buffer.
10716 \(fn)" t nil)
10718 ;;;***
10720 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
10721 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
10722 ;;;;;; (19886 45771))
10723 ;;; Generated autoloads from follow.el
10725 (autoload 'turn-on-follow-mode "follow" "\
10726 Turn on Follow mode. Please see the function `follow-mode'.
10728 \(fn)" nil nil)
10730 (autoload 'turn-off-follow-mode "follow" "\
10731 Turn off Follow mode. Please see the function `follow-mode'.
10733 \(fn)" nil nil)
10735 (autoload 'follow-mode "follow" "\
10736 Minor mode that combines windows into one tall virtual window.
10738 The feeling of a \"virtual window\" has been accomplished by the use
10739 of two major techniques:
10741 * The windows always displays adjacent sections of the buffer.
10742 This means that whenever one window is moved, all the
10743 others will follow. (Hence the name Follow mode.)
10745 * Should the point (cursor) end up outside a window, another
10746 window displaying that point is selected, if possible. This
10747 makes it possible to walk between windows using normal cursor
10748 movement commands.
10750 Follow mode comes to its prime when used on a large screen and two
10751 side-by-side windows are used. The user can, with the help of Follow
10752 mode, use two full-height windows as though they would have been
10753 one. Imagine yourself editing a large function, or section of text,
10754 and being able to use 144 lines instead of the normal 72... (your
10755 mileage may vary).
10757 To split one large window into two side-by-side windows, the commands
10758 `\\[split-window-horizontally]' or `M-x follow-delete-other-windows-and-split' can be used.
10760 Only windows displayed in the same frame follow each other.
10762 If the variable `follow-intercept-processes' is non-nil, Follow mode
10763 will listen to the output of processes and redisplay accordingly.
10764 \(This is the default.)
10766 This command runs the normal hook `follow-mode-hook'.
10768 Keys specific to Follow mode:
10769 \\{follow-mode-map}
10771 \(fn &optional ARG)" t nil)
10773 (autoload 'follow-delete-other-windows-and-split "follow" "\
10774 Create two side by side windows and enter Follow mode.
10776 Execute this command to display as much as possible of the text
10777 in the selected window. All other windows, in the current
10778 frame, are deleted and the selected window is split in two
10779 side-by-side windows. Follow mode is activated, hence the
10780 two windows always will display two successive pages.
10781 \(If one window is moved, the other one will follow.)
10783 If ARG is positive, the leftmost window is selected. If negative,
10784 the rightmost is selected. If ARG is nil, the leftmost window is
10785 selected if the original window is the first one in the frame.
10787 To bind this command to a hotkey, place the following line
10788 in your `~/.emacs' file, replacing [f7] by your favourite key:
10789 (global-set-key [f7] 'follow-delete-other-windows-and-split)
10791 \(fn &optional ARG)" t nil)
10793 ;;;***
10795 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (19845
10796 ;;;;;; 45374))
10797 ;;; Generated autoloads from mail/footnote.el
10799 (autoload 'footnote-mode "footnote" "\
10800 Toggle footnote minor mode.
10801 This minor mode provides footnote support for `message-mode'. To get
10802 started, play around with the following keys:
10803 \\{footnote-minor-mode-map}
10805 \(fn &optional ARG)" t nil)
10807 ;;;***
10809 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
10810 ;;;;;; "forms" "forms.el" (19886 45771))
10811 ;;; Generated autoloads from forms.el
10813 (autoload 'forms-mode "forms" "\
10814 Major mode to visit files in a field-structured manner using a form.
10816 Commands: Equivalent keys in read-only mode:
10817 TAB forms-next-field TAB
10818 C-c TAB forms-next-field
10819 C-c < forms-first-record <
10820 C-c > forms-last-record >
10821 C-c ? describe-mode ?
10822 C-c C-k forms-delete-record
10823 C-c C-q forms-toggle-read-only q
10824 C-c C-o forms-insert-record
10825 C-c C-l forms-jump-record l
10826 C-c C-n forms-next-record n
10827 C-c C-p forms-prev-record p
10828 C-c C-r forms-search-reverse r
10829 C-c C-s forms-search-forward s
10830 C-c C-x forms-exit x
10832 \(fn &optional PRIMARY)" t nil)
10834 (autoload 'forms-find-file "forms" "\
10835 Visit a file in Forms mode.
10837 \(fn FN)" t nil)
10839 (autoload 'forms-find-file-other-window "forms" "\
10840 Visit a file in Forms mode in other window.
10842 \(fn FN)" t nil)
10844 ;;;***
10846 ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
10847 ;;;;;; (19890 42850))
10848 ;;; Generated autoloads from progmodes/fortran.el
10850 (autoload 'fortran-mode "fortran" "\
10851 Major mode for editing Fortran code in fixed format.
10852 For free format code, use `f90-mode'.
10854 \\[fortran-indent-line] indents the current Fortran line correctly.
10855 Note that DO statements must not share a common CONTINUE.
10857 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
10859 Key definitions:
10860 \\{fortran-mode-map}
10862 Variables controlling indentation style and extra features:
10864 `fortran-comment-line-start'
10865 To use comments starting with `!', set this to the string \"!\".
10866 `fortran-do-indent'
10867 Extra indentation within DO blocks (default 3).
10868 `fortran-if-indent'
10869 Extra indentation within IF blocks (default 3).
10870 `fortran-structure-indent'
10871 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
10872 (default 3)
10873 `fortran-continuation-indent'
10874 Extra indentation applied to continuation statements (default 5).
10875 `fortran-comment-line-extra-indent'
10876 Amount of extra indentation for text in full-line comments (default 0).
10877 `fortran-comment-indent-style'
10878 How to indent the text in full-line comments. Allowed values are:
10879 nil don't change the indentation
10880 fixed indent to `fortran-comment-line-extra-indent' beyond the
10881 value of either
10882 `fortran-minimum-statement-indent-fixed' (fixed format) or
10883 `fortran-minimum-statement-indent-tab' (TAB format),
10884 depending on the continuation format in use.
10885 relative indent to `fortran-comment-line-extra-indent' beyond the
10886 indentation for a line of code.
10887 (default 'fixed)
10888 `fortran-comment-indent-char'
10889 Single-character string to be inserted instead of space for
10890 full-line comment indentation (default \" \").
10891 `fortran-minimum-statement-indent-fixed'
10892 Minimum indentation for statements in fixed format mode (default 6).
10893 `fortran-minimum-statement-indent-tab'
10894 Minimum indentation for statements in TAB format mode (default 9).
10895 `fortran-line-number-indent'
10896 Maximum indentation for line numbers (default 1). A line number will
10897 get less than this much indentation if necessary to avoid reaching
10898 column 5.
10899 `fortran-check-all-num-for-matching-do'
10900 Non-nil causes all numbered lines to be treated as possible \"continue\"
10901 statements (default nil).
10902 `fortran-blink-matching-if'
10903 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
10904 to blink on the matching IF (or DO [WHILE]). (default nil)
10905 `fortran-continuation-string'
10906 Single-character string to be inserted in column 5 of a continuation
10907 line (default \"$\").
10908 `fortran-comment-region'
10909 String inserted by \\[fortran-comment-region] at start of each line in
10910 the region (default \"c$$$\").
10911 `fortran-electric-line-number'
10912 Non-nil causes line number digits to be moved to the correct column
10913 as typed (default t).
10914 `fortran-break-before-delimiters'
10915 Non-nil causes lines to be broken before delimiters (default t).
10917 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
10918 with no args, if that value is non-nil.
10920 \(fn)" t nil)
10922 ;;;***
10924 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
10925 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (19889 21967))
10926 ;;; Generated autoloads from play/fortune.el
10928 (autoload 'fortune-add-fortune "fortune" "\
10929 Add STRING to a fortune file FILE.
10931 Interactively, if called with a prefix argument,
10932 read the file name to use. Otherwise use the value of `fortune-file'.
10934 \(fn STRING FILE)" t nil)
10936 (autoload 'fortune-from-region "fortune" "\
10937 Append the current region to a local fortune-like data file.
10939 Interactively, if called with a prefix argument,
10940 read the file name to use. Otherwise use the value of `fortune-file'.
10942 \(fn BEG END FILE)" t nil)
10944 (autoload 'fortune-compile "fortune" "\
10945 Compile fortune file.
10947 If called with a prefix asks for the FILE to compile, otherwise uses
10948 the value of `fortune-file'. This currently cannot handle directories.
10950 \(fn &optional FILE)" t nil)
10952 (autoload 'fortune-to-signature "fortune" "\
10953 Create signature from output of the fortune program.
10955 If called with a prefix asks for the FILE to choose the fortune from,
10956 otherwise uses the value of `fortune-file'. If you want to have fortune
10957 choose from a set of files in a directory, call interactively with prefix
10958 and choose the directory as the fortune-file.
10960 \(fn &optional FILE)" t nil)
10962 (autoload 'fortune "fortune" "\
10963 Display a fortune cookie.
10964 If called with a prefix asks for the FILE to choose the fortune from,
10965 otherwise uses the value of `fortune-file'. If you want to have fortune
10966 choose from a set of files in a directory, call interactively with prefix
10967 and choose the directory as the fortune-file.
10969 \(fn &optional FILE)" t nil)
10971 ;;;***
10973 ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
10974 ;;;;;; (19890 42850))
10975 ;;; Generated autoloads from progmodes/gdb-mi.el
10977 (defvar gdb-enable-debug nil "\
10978 Non-nil means record the process input and output in `gdb-debug-log'.")
10980 (custom-autoload 'gdb-enable-debug "gdb-mi" t)
10982 (autoload 'gdb "gdb-mi" "\
10983 Run gdb on program FILE in buffer *gud-FILE*.
10984 The directory containing FILE becomes the initial working directory
10985 and source-file directory for your debugger.
10987 If `gdb-many-windows' is nil (the default value) then gdb just
10988 pops up the GUD buffer unless `gdb-show-main' is t. In this case
10989 it starts with two windows: one displaying the GUD buffer and the
10990 other with the source file with the main routine of the inferior.
10992 If `gdb-many-windows' is t, regardless of the value of
10993 `gdb-show-main', the layout below will appear. Keybindings are
10994 shown in some of the buffers.
10996 Watch expressions appear in the speedbar/slowbar.
10998 The following commands help control operation :
11000 `gdb-many-windows' - Toggle the number of windows gdb uses.
11001 `gdb-restore-windows' - To restore the window layout.
11003 See Info node `(emacs)GDB Graphical Interface' for a more
11004 detailed description of this mode.
11007 +----------------------------------------------------------------------+
11008 | GDB Toolbar |
11009 +-----------------------------------+----------------------------------+
11010 | GUD buffer (I/O of GDB) | Locals buffer |
11011 | | |
11012 | | |
11013 | | |
11014 +-----------------------------------+----------------------------------+
11015 | Source buffer | I/O buffer (of debugged program) |
11016 | | (comint-mode) |
11017 | | |
11018 | | |
11019 | | |
11020 | | |
11021 | | |
11022 | | |
11023 +-----------------------------------+----------------------------------+
11024 | Stack buffer | Breakpoints buffer |
11025 | RET gdb-select-frame | SPC gdb-toggle-breakpoint |
11026 | | RET gdb-goto-breakpoint |
11027 | | D gdb-delete-breakpoint |
11028 +-----------------------------------+----------------------------------+
11030 \(fn COMMAND-LINE)" t nil)
11032 ;;;***
11034 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11035 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (19845
11036 ;;;;;; 45374))
11037 ;;; Generated autoloads from emacs-lisp/generic.el
11039 (defvar generic-mode-list nil "\
11040 A list of mode names for `generic-mode'.
11041 Do not add entries to this list directly; use `define-generic-mode'
11042 instead (which see).")
11044 (autoload 'define-generic-mode "generic" "\
11045 Create a new generic mode MODE.
11047 MODE is the name of the command for the generic mode; don't quote it.
11048 The optional DOCSTRING is the documentation for the mode command. If
11049 you do not supply it, `define-generic-mode' uses a default
11050 documentation string instead.
11052 COMMENT-LIST is a list in which each element is either a character, a
11053 string of one or two characters, or a cons cell. A character or a
11054 string is set up in the mode's syntax table as a \"comment starter\".
11055 If the entry is a cons cell, the `car' is set up as a \"comment
11056 starter\" and the `cdr' as a \"comment ender\". (Use nil for the
11057 latter if you want comments to end at the end of the line.) Note that
11058 the syntax table has limitations about what comment starters and
11059 enders are actually possible.
11061 KEYWORD-LIST is a list of keywords to highlight with
11062 `font-lock-keyword-face'. Each keyword should be a string.
11064 FONT-LOCK-LIST is a list of additional expressions to highlight. Each
11065 element of this list should have the same form as an element of
11066 `font-lock-keywords'.
11068 AUTO-MODE-LIST is a list of regular expressions to add to
11069 `auto-mode-alist'. These regular expressions are added when Emacs
11070 runs the macro expansion.
11072 FUNCTION-LIST is a list of functions to call to do some additional
11073 setup. The mode command calls these functions just before it runs the
11074 mode hook `MODE-hook'.
11076 See the file generic-x.el for some examples of `define-generic-mode'.
11078 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil (quote macro))
11080 (put 'define-generic-mode 'lisp-indent-function '1)
11082 (autoload 'generic-mode-internal "generic" "\
11083 Go into the generic mode MODE.
11085 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
11087 (autoload 'generic-mode "generic" "\
11088 Enter generic mode MODE.
11090 Generic modes provide basic comment and font-lock functionality
11091 for \"generic\" files. (Files which are too small to warrant their
11092 own mode, but have comment characters, keywords, and the like.)
11094 To define a generic-mode, use the function `define-generic-mode'.
11095 Some generic modes are defined in `generic-x.el'.
11097 \(fn MODE)" t nil)
11099 (autoload 'generic-make-keywords-list "generic" "\
11100 Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
11101 KEYWORD-LIST is a list of keyword strings that should be
11102 highlighted with face FACE. This function calculates a regular
11103 expression that matches these keywords and concatenates it with
11104 PREFIX and SUFFIX. Then it returns a construct based on this
11105 regular expression that can be used as an element of
11106 `font-lock-keywords'.
11108 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11110 ;;;***
11112 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11113 ;;;;;; (19890 42850))
11114 ;;; Generated autoloads from progmodes/glasses.el
11116 (autoload 'glasses-mode "glasses" "\
11117 Minor mode for making identifiers likeThis readable.
11118 When this mode is active, it tries to add virtual separators (like underscores)
11119 at places they belong to.
11121 \(fn &optional ARG)" t nil)
11123 ;;;***
11125 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11126 ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11127 ;;;;;; (19845 45374))
11128 ;;; Generated autoloads from gnus/gmm-utils.el
11130 (autoload 'gmm-regexp-concat "gmm-utils" "\
11131 Potentially concat a list of regexps into a single one.
11132 The concatenation is done with logical ORs.
11134 \(fn REGEXP)" nil nil)
11136 (autoload 'gmm-message "gmm-utils" "\
11137 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11139 Guideline for numbers:
11140 1 - error messages
11141 3 - non-serious error messages
11142 5 - messages for things that take a long time
11143 7 - not very important messages on stuff
11144 9 - messages inside loops.
11146 \(fn LEVEL &rest ARGS)" nil nil)
11148 (autoload 'gmm-error "gmm-utils" "\
11149 Beep an error if LEVEL is equal to or less than `gmm-verbose'.
11150 ARGS are passed to `message'.
11152 \(fn LEVEL &rest ARGS)" nil nil)
11154 (autoload 'gmm-widget-p "gmm-utils" "\
11155 Non-nil if SYMBOL is a widget.
11157 \(fn SYMBOL)" nil nil)
11159 (autoload 'gmm-tool-bar-from-list "gmm-utils" "\
11160 Make a tool bar from ICON-LIST.
11162 Within each entry of ICON-LIST, the first element is a menu
11163 command, the second element is an icon file name and the third
11164 element is a test function. You can use \\[describe-key]
11165 <menu-entry> to find out the name of a menu command. The fourth
11166 and all following elements are passed as the PROPS argument to the
11167 function `tool-bar-local-item'.
11169 If ZAP-LIST is a list, remove those item from the default
11170 `tool-bar-map'. If it is t, start with a new sparse map. You
11171 can use \\[describe-key] <icon> to find out the name of an icon
11172 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
11173 runs the command find-file\", then use `new-file' in ZAP-LIST.
11175 DEFAULT-MAP specifies the default key map for ICON-LIST.
11177 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11179 ;;;***
11181 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11182 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (19889 21967))
11183 ;;; Generated autoloads from gnus/gnus.el
11184 (when (fboundp 'custom-autoload)
11185 (custom-autoload 'gnus-select-method "gnus"))
11187 (autoload 'gnus-slave-no-server "gnus" "\
11188 Read network news as a slave, without connecting to the local server.
11190 \(fn &optional ARG)" t nil)
11192 (autoload 'gnus-no-server "gnus" "\
11193 Read network news.
11194 If ARG is a positive number, Gnus will use that as the startup
11195 level. If ARG is nil, Gnus will be started at level 2. If ARG is
11196 non-nil and not a positive number, Gnus will prompt the user for the
11197 name of an NNTP server to use.
11198 As opposed to `gnus', this command will not connect to the local
11199 server.
11201 \(fn &optional ARG SLAVE)" t nil)
11203 (autoload 'gnus-slave "gnus" "\
11204 Read news as a slave.
11206 \(fn &optional ARG)" t nil)
11208 (autoload 'gnus-other-frame "gnus" "\
11209 Pop up a frame to read news.
11210 This will call one of the Gnus commands which is specified by the user
11211 option `gnus-other-frame-function' (default `gnus') with the argument
11212 ARG if Gnus is not running, otherwise just pop up a Gnus frame. The
11213 optional second argument DISPLAY should be a standard display string
11214 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
11215 omitted or the function `make-frame-on-display' is not available, the
11216 current display is used.
11218 \(fn &optional ARG DISPLAY)" t nil)
11220 (autoload 'gnus "gnus" "\
11221 Read network news.
11222 If ARG is non-nil and a positive number, Gnus will use that as the
11223 startup level. If ARG is non-nil and not a positive number, Gnus will
11224 prompt the user for the name of an NNTP server to use.
11226 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
11228 ;;;***
11230 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch
11231 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active
11232 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11233 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11234 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11235 ;;;;;; "gnus/gnus-agent.el" (19860 32495))
11236 ;;; Generated autoloads from gnus/gnus-agent.el
11238 (autoload 'gnus-unplugged "gnus-agent" "\
11239 Start Gnus unplugged.
11241 \(fn)" t nil)
11243 (autoload 'gnus-plugged "gnus-agent" "\
11244 Start Gnus plugged.
11246 \(fn)" t nil)
11248 (autoload 'gnus-slave-unplugged "gnus-agent" "\
11249 Read news as a slave unplugged.
11251 \(fn &optional ARG)" t nil)
11253 (autoload 'gnus-agentize "gnus-agent" "\
11254 Allow Gnus to be an offline newsreader.
11256 The gnus-agentize function is now called internally by gnus when
11257 gnus-agent is set. If you wish to avoid calling gnus-agentize,
11258 customize gnus-agent to nil.
11260 This will modify the `gnus-setup-news-hook', and
11261 `message-send-mail-real-function' variables, and install the Gnus agent
11262 minor mode in all Gnus buffers.
11264 \(fn)" t nil)
11266 (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
11267 Save GCC if Gnus is unplugged.
11269 \(fn)" nil nil)
11271 (autoload 'gnus-agent-rename-group "gnus-agent" "\
11272 Rename fully-qualified OLD-GROUP as NEW-GROUP.
11273 Always updates the agent, even when disabled, as the old agent
11274 files would corrupt gnus when the agent was next enabled.
11275 Depends upon the caller to determine whether group renaming is
11276 supported.
11278 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11280 (autoload 'gnus-agent-delete-group "gnus-agent" "\
11281 Delete fully-qualified GROUP.
11282 Always updates the agent, even when disabled, as the old agent
11283 files would corrupt gnus when the agent was next enabled.
11284 Depends upon the caller to determine whether group deletion is
11285 supported.
11287 \(fn GROUP)" nil nil)
11289 (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
11290 Construct list of articles that have not been downloaded.
11292 \(fn)" nil nil)
11294 (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
11295 Possibly expand a group's active range to include articles
11296 downloaded into the agent.
11298 \(fn GROUP ACTIVE &optional INFO)" nil nil)
11300 (autoload 'gnus-agent-find-parameter "gnus-agent" "\
11301 Search for GROUPs SYMBOL in the group's parameters, the group's
11302 topic parameters, the group's category, or the customizable
11303 variables. Returns the first non-nil value found.
11305 \(fn GROUP SYMBOL)" nil nil)
11307 (autoload 'gnus-agent-batch-fetch "gnus-agent" "\
11308 Start Gnus and fetch session.
11310 \(fn)" t nil)
11312 (autoload 'gnus-agent-batch "gnus-agent" "\
11313 Start Gnus, send queue and fetch session.
11315 \(fn)" t nil)
11317 (autoload 'gnus-agent-regenerate "gnus-agent" "\
11318 Regenerate all agent covered files.
11319 If CLEAN, obsolete (ignore).
11321 \(fn &optional CLEAN REREAD)" t nil)
11323 ;;;***
11325 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11326 ;;;;;; (19874 54611))
11327 ;;; Generated autoloads from gnus/gnus-art.el
11329 (autoload 'gnus-article-prepare-display "gnus-art" "\
11330 Make the current buffer look like a nice article.
11332 \(fn)" nil nil)
11334 ;;;***
11336 ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11337 ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (19845 45374))
11338 ;;; Generated autoloads from gnus/gnus-bookmark.el
11340 (autoload 'gnus-bookmark-set "gnus-bookmark" "\
11341 Set a bookmark for this article.
11343 \(fn)" t nil)
11345 (autoload 'gnus-bookmark-jump "gnus-bookmark" "\
11346 Jump to a Gnus bookmark (BMK-NAME).
11348 \(fn &optional BMK-NAME)" t nil)
11350 (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\
11351 Display a list of existing Gnus bookmarks.
11352 The list is displayed in a buffer named `*Gnus Bookmark List*'.
11353 The leftmost column displays a D if the bookmark is flagged for
11354 deletion, or > if it is flagged for displaying.
11356 \(fn)" t nil)
11358 ;;;***
11360 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11361 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11362 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (19845
11363 ;;;;;; 45374))
11364 ;;; Generated autoloads from gnus/gnus-cache.el
11366 (autoload 'gnus-jog-cache "gnus-cache" "\
11367 Go through all groups and put the articles into the cache.
11369 Usage:
11370 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
11372 \(fn)" t nil)
11374 (autoload 'gnus-cache-generate-active "gnus-cache" "\
11375 Generate the cache active file.
11377 \(fn &optional DIRECTORY)" t nil)
11379 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
11380 Generate NOV files recursively starting in DIR.
11382 \(fn DIR)" t nil)
11384 (autoload 'gnus-cache-rename-group "gnus-cache" "\
11385 Rename OLD-GROUP as NEW-GROUP.
11386 Always updates the cache, even when disabled, as the old cache
11387 files would corrupt Gnus when the cache was next enabled. It
11388 depends on the caller to determine whether group renaming is
11389 supported.
11391 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11393 (autoload 'gnus-cache-delete-group "gnus-cache" "\
11394 Delete GROUP from the cache.
11395 Always updates the cache, even when disabled, as the old cache
11396 files would corrupt gnus when the cache was next enabled.
11397 Depends upon the caller to determine whether group deletion is
11398 supported.
11400 \(fn GROUP)" nil nil)
11402 ;;;***
11404 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11405 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (19845 45374))
11406 ;;; Generated autoloads from gnus/gnus-delay.el
11408 (autoload 'gnus-delay-article "gnus-delay" "\
11409 Delay this article by some time.
11410 DELAY is a string, giving the length of the time. Possible values are:
11412 * <digits><units> for <units> in minutes (`m'), hours (`h'), days (`d'),
11413 weeks (`w'), months (`M'), or years (`Y');
11415 * YYYY-MM-DD for a specific date. The time of day is given by the
11416 variable `gnus-delay-default-hour', minute and second are zero.
11418 * hh:mm for a specific time. Use 24h format. If it is later than this
11419 time, then the deadline is tomorrow, else today.
11421 \(fn DELAY)" t nil)
11423 (autoload 'gnus-delay-send-queue "gnus-delay" "\
11424 Send all the delayed messages that are due now.
11426 \(fn)" t nil)
11428 (autoload 'gnus-delay-initialize "gnus-delay" "\
11429 Initialize the gnus-delay package.
11430 This sets up a key binding in `message-mode' to delay a message.
11431 This tells Gnus to look for delayed messages after getting new news.
11433 The optional arg NO-KEYMAP is ignored.
11434 Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11436 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
11438 ;;;***
11440 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11441 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (19845 45374))
11442 ;;; Generated autoloads from gnus/gnus-diary.el
11444 (autoload 'gnus-user-format-function-d "gnus-diary" "\
11447 \(fn HEADER)" nil nil)
11449 (autoload 'gnus-user-format-function-D "gnus-diary" "\
11452 \(fn HEADER)" nil nil)
11454 ;;;***
11456 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11457 ;;;;;; (19845 45374))
11458 ;;; Generated autoloads from gnus/gnus-dired.el
11460 (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
11461 Convenience method to turn on gnus-dired-mode.
11463 \(fn)" t nil)
11465 ;;;***
11467 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11468 ;;;;;; (19881 27850))
11469 ;;; Generated autoloads from gnus/gnus-draft.el
11471 (autoload 'gnus-draft-reminder "gnus-draft" "\
11472 Reminder user if there are unsent drafts.
11474 \(fn)" t nil)
11476 ;;;***
11478 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11479 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
11480 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (19845
11481 ;;;;;; 45374))
11482 ;;; Generated autoloads from gnus/gnus-fun.el
11484 (autoload 'gnus-random-x-face "gnus-fun" "\
11485 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
11487 \(fn)" t nil)
11489 (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
11490 Insert a random X-Face header from `gnus-x-face-directory'.
11492 \(fn)" t nil)
11494 (autoload 'gnus-x-face-from-file "gnus-fun" "\
11495 Insert an X-Face header based on an image file.
11497 Depending on `gnus-convert-image-to-x-face-command' it may accept
11498 different input formats.
11500 \(fn FILE)" t nil)
11502 (autoload 'gnus-face-from-file "gnus-fun" "\
11503 Return a Face header based on an image file.
11505 Depending on `gnus-convert-image-to-face-command' it may accept
11506 different input formats.
11508 \(fn FILE)" t nil)
11510 (autoload 'gnus-convert-face-to-png "gnus-fun" "\
11511 Convert FACE (which is base64-encoded) to a PNG.
11512 The PNG is returned as a string.
11514 \(fn FACE)" nil nil)
11516 (autoload 'gnus-convert-png-to-face "gnus-fun" "\
11517 Convert FILE to a Face.
11518 FILE should be a PNG file that's 48x48 and smaller than or equal to
11519 726 bytes.
11521 \(fn FILE)" nil nil)
11523 ;;;***
11525 ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
11526 ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (19845 45374))
11527 ;;; Generated autoloads from gnus/gnus-gravatar.el
11529 (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
11530 Display gravatar in the From header.
11531 If gravatar is already displayed, remove it.
11533 \(fn &optional FORCE)" t nil)
11535 (autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\
11536 Display gravatars in the Cc and To headers.
11537 If gravatars are already displayed, remove them.
11539 \(fn &optional FORCE)" t nil)
11541 ;;;***
11543 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
11544 ;;;;;; "gnus-group" "gnus/gnus-group.el" (19845 45374))
11545 ;;; Generated autoloads from gnus/gnus-group.el
11547 (autoload 'gnus-fetch-group "gnus-group" "\
11548 Start Gnus if necessary and enter GROUP.
11549 If ARTICLES, display those articles.
11550 Returns whether the fetching was successful or not.
11552 \(fn GROUP &optional ARTICLES)" t nil)
11554 (autoload 'gnus-fetch-group-other-frame "gnus-group" "\
11555 Pop up a frame and enter GROUP.
11557 \(fn GROUP)" t nil)
11559 ;;;***
11561 ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
11562 ;;;;;; "gnus/gnus-html.el" (19845 45374))
11563 ;;; Generated autoloads from gnus/gnus-html.el
11565 (autoload 'gnus-article-html "gnus-html" "\
11568 \(fn &optional HANDLE)" nil nil)
11570 (autoload 'gnus-html-prefetch-images "gnus-html" "\
11573 \(fn SUMMARY)" nil nil)
11575 ;;;***
11577 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
11578 ;;;;;; (19845 45374))
11579 ;;; Generated autoloads from gnus/gnus-kill.el
11581 (defalias 'gnus-batch-kill 'gnus-batch-score)
11583 (autoload 'gnus-batch-score "gnus-kill" "\
11584 Run batched scoring.
11585 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
11587 \(fn)" t nil)
11589 ;;;***
11591 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
11592 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
11593 ;;;;;; (19845 45374))
11594 ;;; Generated autoloads from gnus/gnus-ml.el
11596 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
11599 \(fn)" nil nil)
11601 (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
11602 Setup group parameters from List-Post header.
11603 If FORCE is non-nil, replace the old ones.
11605 \(fn &optional FORCE)" t nil)
11607 (autoload 'gnus-mailing-list-mode "gnus-ml" "\
11608 Minor mode for providing mailing-list commands.
11610 \\{gnus-mailing-list-mode-map}
11612 \(fn &optional ARG)" t nil)
11614 ;;;***
11616 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
11617 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
11618 ;;;;;; (19845 45374))
11619 ;;; Generated autoloads from gnus/gnus-mlspl.el
11621 (autoload 'gnus-group-split-setup "gnus-mlspl" "\
11622 Set up the split for `nnmail-split-fancy'.
11623 Sets things up so that nnmail-split-fancy is used for mail
11624 splitting, and defines the variable nnmail-split-fancy according with
11625 group parameters.
11627 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
11628 interactively), it makes sure nnmail-split-fancy is re-computed before
11629 getting new mail, by adding `gnus-group-split-update' to
11630 `nnmail-pre-get-new-mail-hook'.
11632 A non-nil CATCH-ALL replaces the current value of
11633 `gnus-group-split-default-catch-all-group'. This variable is only used
11634 by gnus-group-split-update, and only when its CATCH-ALL argument is
11635 nil. This argument may contain any fancy split, that will be added as
11636 the last split in a `|' split produced by `gnus-group-split-fancy',
11637 unless overridden by any group marked as a catch-all group. Typical
11638 uses are as simple as the name of a default mail group, but more
11639 elaborate fancy splits may also be useful to split mail that doesn't
11640 match any of the group-specified splitting rules. See
11641 `gnus-group-split-fancy' for details.
11643 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
11645 (autoload 'gnus-group-split-update "gnus-mlspl" "\
11646 Computes nnmail-split-fancy from group params and CATCH-ALL.
11647 It does this by calling by calling (gnus-group-split-fancy nil
11648 nil CATCH-ALL).
11650 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used
11651 instead. This variable is set by `gnus-group-split-setup'.
11653 \(fn &optional CATCH-ALL)" t nil)
11655 (autoload 'gnus-group-split "gnus-mlspl" "\
11656 Use information from group parameters in order to split mail.
11657 See `gnus-group-split-fancy' for more information.
11659 `gnus-group-split' is a valid value for `nnmail-split-methods'.
11661 \(fn)" nil nil)
11663 (autoload 'gnus-group-split-fancy "gnus-mlspl" "\
11664 Uses information from group parameters in order to split mail.
11665 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
11667 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
11669 GROUPS may be a regular expression or a list of group names, that will
11670 be used to select candidate groups. If it is omitted or nil, all
11671 existing groups are considered.
11673 if NO-CROSSPOST is omitted or nil, a & split will be returned,
11674 otherwise, a | split, that does not allow crossposting, will be
11675 returned.
11677 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
11678 is specified, this split is returned as-is (unless it is nil: in this
11679 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
11680 EXTRA-ALIASES are specified, a regexp that matches any of them is
11681 constructed (extra-aliases may be a list). Additionally, if
11682 SPLIT-REGEXP is specified, the regexp will be extended so that it
11683 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
11684 clauses will be generated.
11686 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
11687 catch-all marks in group parameters. Otherwise, if there is no
11688 selected group whose SPLIT-REGEXP matches the empty string, nor is
11689 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy
11690 split (say, a group name) will be appended to the returned SPLIT list,
11691 as the last element of a '| SPLIT.
11693 For example, given the following group parameters:
11695 nnml:mail.bar:
11696 \((to-address . \"bar@femail.com\")
11697 (split-regexp . \".*@femail\\\\.com\"))
11698 nnml:mail.foo:
11699 \((to-list . \"foo@nowhere.gov\")
11700 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
11701 (split-exclude \"bugs-foo\" \"rambling-foo\")
11702 (admin-address . \"foo-request@nowhere.gov\"))
11703 nnml:mail.others:
11704 \((split-spec . catch-all))
11706 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
11708 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
11709 \"mail.bar\")
11710 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
11711 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
11712 \"mail.others\")
11714 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
11716 ;;;***
11718 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
11719 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (19845 45374))
11720 ;;; Generated autoloads from gnus/gnus-msg.el
11722 (autoload 'gnus-msg-mail "gnus-msg" "\
11723 Start editing a mail message to be sent.
11724 Like `message-mail', but with Gnus paraphernalia, particularly the
11725 Gcc: header for archiving purposes.
11727 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
11729 (autoload 'gnus-button-mailto "gnus-msg" "\
11730 Mail to ADDRESS.
11732 \(fn ADDRESS)" nil nil)
11734 (autoload 'gnus-button-reply "gnus-msg" "\
11735 Like `message-reply'.
11737 \(fn &optional TO-ADDRESS WIDE)" t nil)
11739 (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
11741 ;;;***
11743 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
11744 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
11745 ;;;;;; (19845 45374))
11746 ;;; Generated autoloads from gnus/gnus-picon.el
11748 (autoload 'gnus-treat-from-picon "gnus-picon" "\
11749 Display picons in the From header.
11750 If picons are already displayed, remove them.
11752 \(fn)" t nil)
11754 (autoload 'gnus-treat-mail-picon "gnus-picon" "\
11755 Display picons in the Cc and To headers.
11756 If picons are already displayed, remove them.
11758 \(fn)" t nil)
11760 (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
11761 Display picons in the Newsgroups and Followup-To headers.
11762 If picons are already displayed, remove them.
11764 \(fn)" t nil)
11766 ;;;***
11768 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union
11769 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
11770 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
11771 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
11772 ;;;;;; "gnus/gnus-range.el" (19845 45374))
11773 ;;; Generated autoloads from gnus/gnus-range.el
11775 (autoload 'gnus-sorted-difference "gnus-range" "\
11776 Return a list of elements of LIST1 that do not appear in LIST2.
11777 Both lists have to be sorted over <.
11778 The tail of LIST1 is not copied.
11780 \(fn LIST1 LIST2)" nil nil)
11782 (autoload 'gnus-sorted-ndifference "gnus-range" "\
11783 Return a list of elements of LIST1 that do not appear in LIST2.
11784 Both lists have to be sorted over <.
11785 LIST1 is modified.
11787 \(fn LIST1 LIST2)" nil nil)
11789 (autoload 'gnus-sorted-complement "gnus-range" "\
11790 Return a list of elements that are in LIST1 or LIST2 but not both.
11791 Both lists have to be sorted over <.
11793 \(fn LIST1 LIST2)" nil nil)
11795 (autoload 'gnus-intersection "gnus-range" "\
11798 \(fn LIST1 LIST2)" nil nil)
11800 (autoload 'gnus-sorted-intersection "gnus-range" "\
11801 Return intersection of LIST1 and LIST2.
11802 LIST1 and LIST2 have to be sorted over <.
11804 \(fn LIST1 LIST2)" nil nil)
11806 (autoload 'gnus-sorted-range-intersection "gnus-range" "\
11807 Return intersection of RANGE1 and RANGE2.
11808 RANGE1 and RANGE2 have to be sorted over <.
11810 \(fn RANGE1 RANGE2)" nil nil)
11812 (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection)
11814 (autoload 'gnus-sorted-nintersection "gnus-range" "\
11815 Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1.
11816 LIST1 and LIST2 have to be sorted over <.
11818 \(fn LIST1 LIST2)" nil nil)
11820 (autoload 'gnus-sorted-union "gnus-range" "\
11821 Return union of LIST1 and LIST2.
11822 LIST1 and LIST2 have to be sorted over <.
11824 \(fn LIST1 LIST2)" nil nil)
11826 (autoload 'gnus-sorted-nunion "gnus-range" "\
11827 Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1.
11828 LIST1 and LIST2 have to be sorted over <.
11830 \(fn LIST1 LIST2)" nil nil)
11832 (autoload 'gnus-add-to-sorted-list "gnus-range" "\
11833 Add NUM into sorted LIST by side effect.
11835 \(fn LIST NUM)" nil nil)
11837 ;;;***
11839 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
11840 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (19893 19022))
11841 ;;; Generated autoloads from gnus/gnus-registry.el
11843 (autoload 'gnus-registry-initialize "gnus-registry" "\
11844 Initialize the Gnus registry.
11846 \(fn)" t nil)
11848 (autoload 'gnus-registry-install-hooks "gnus-registry" "\
11849 Install the registry hooks.
11851 \(fn)" t nil)
11853 ;;;***
11855 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
11856 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (19845
11857 ;;;;;; 45374))
11858 ;;; Generated autoloads from gnus/gnus-sieve.el
11860 (autoload 'gnus-sieve-update "gnus-sieve" "\
11861 Update the Sieve script in gnus-sieve-file, by replacing the region
11862 between gnus-sieve-region-start and gnus-sieve-region-end with
11863 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
11864 execute gnus-sieve-update-shell-command.
11865 See the documentation for these variables and functions for details.
11867 \(fn)" t nil)
11869 (autoload 'gnus-sieve-generate "gnus-sieve" "\
11870 Generate the Sieve script in gnus-sieve-file, by replacing the region
11871 between gnus-sieve-region-start and gnus-sieve-region-end with
11872 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
11873 See the documentation for these variables and functions for details.
11875 \(fn)" t nil)
11877 (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
11880 \(fn)" t nil)
11882 ;;;***
11884 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
11885 ;;;;;; (19845 45374))
11886 ;;; Generated autoloads from gnus/gnus-spec.el
11888 (autoload 'gnus-update-format "gnus-spec" "\
11889 Update the format specification near point.
11891 \(fn VAR)" t nil)
11893 ;;;***
11895 ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
11896 ;;;;;; (19877 30798))
11897 ;;; Generated autoloads from gnus/gnus-start.el
11899 (autoload 'gnus-declare-backend "gnus-start" "\
11900 Declare back end NAME with ABILITIES as a Gnus back end.
11902 \(fn NAME &rest ABILITIES)" nil nil)
11904 ;;;***
11906 ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
11907 ;;;;;; (19890 42850))
11908 ;;; Generated autoloads from gnus/gnus-sum.el
11910 (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
11911 Handler function for record returned by `gnus-summary-bookmark-make-record'.
11912 BOOKMARK is a bookmark name or a bookmark record.
11914 \(fn BOOKMARK)" nil nil)
11916 ;;;***
11918 ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
11919 ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (19845 45374))
11920 ;;; Generated autoloads from gnus/gnus-sync.el
11922 (autoload 'gnus-sync-initialize "gnus-sync" "\
11923 Initialize the Gnus sync facility.
11925 \(fn)" t nil)
11927 (autoload 'gnus-sync-install-hooks "gnus-sync" "\
11928 Install the sync hooks.
11930 \(fn)" t nil)
11932 ;;;***
11934 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
11935 ;;;;;; (19845 45374))
11936 ;;; Generated autoloads from gnus/gnus-win.el
11938 (autoload 'gnus-add-configuration "gnus-win" "\
11939 Add the window configuration CONF to `gnus-buffer-configuration'.
11941 \(fn CONF)" nil nil)
11943 ;;;***
11945 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (19889 21967))
11946 ;;; Generated autoloads from play/gomoku.el
11948 (autoload 'gomoku "gomoku" "\
11949 Start a Gomoku game between you and Emacs.
11951 If a game is in progress, this command allows you to resume it.
11952 If optional arguments N and M are given, an N by M board is used.
11953 If prefix arg is given for N, M is prompted for.
11955 You and Emacs play in turn by marking a free square. You mark it with X
11956 and Emacs marks it with O. The winner is the first to get five contiguous
11957 marks horizontally, vertically or in diagonal.
11959 You play by moving the cursor over the square you choose and hitting
11960 \\<gomoku-mode-map>\\[gomoku-human-plays].
11962 This program actually plays a simplified or archaic version of the
11963 Gomoku game, and ought to be upgraded to use the full modern rules.
11965 Use \\[describe-mode] for more info.
11967 \(fn &optional N M)" t nil)
11969 ;;;***
11971 ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
11972 ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (19845
11973 ;;;;;; 45374))
11974 ;;; Generated autoloads from net/goto-addr.el
11976 (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
11978 (autoload 'goto-address-at-point "goto-addr" "\
11979 Send to the e-mail address or load the URL at point.
11980 Send mail to address at point. See documentation for
11981 `goto-address-find-address-at-point'. If no address is found
11982 there, then load the URL at or before point.
11984 \(fn &optional EVENT)" t nil)
11986 (autoload 'goto-address "goto-addr" "\
11987 Sets up goto-address functionality in the current buffer.
11988 Allows user to use mouse/keyboard command to click to go to a URL
11989 or to send e-mail.
11990 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
11991 only on URLs and e-mail addresses.
11993 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
11994 `goto-address-highlight-p' for more information).
11996 \(fn)" t nil)
11997 (put 'goto-address 'safe-local-eval-function t)
11999 (autoload 'goto-address-mode "goto-addr" "\
12000 Minor mode to buttonize URLs and e-mail addresses in the current buffer.
12002 \(fn &optional ARG)" t nil)
12004 (autoload 'goto-address-prog-mode "goto-addr" "\
12005 Turn on `goto-address-mode', but only in comments and strings.
12007 \(fn &optional ARG)" t nil)
12009 ;;;***
12011 ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12012 ;;;;;; "gravatar" "gnus/gravatar.el" (19845 45374))
12013 ;;; Generated autoloads from gnus/gravatar.el
12015 (autoload 'gravatar-retrieve "gravatar" "\
12016 Retrieve MAIL-ADDRESS gravatar and call CB on retrieval.
12017 You can provide a list of argument to pass to CB in CBARGS.
12019 \(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
12021 (autoload 'gravatar-retrieve-synchronously "gravatar" "\
12022 Retrieve MAIL-ADDRESS gravatar and returns it.
12024 \(fn MAIL-ADDRESS)" nil nil)
12026 ;;;***
12028 ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12029 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12030 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (19864 29553))
12031 ;;; Generated autoloads from progmodes/grep.el
12033 (defvar grep-window-height nil "\
12034 *Number of lines in a grep window. If nil, use `compilation-window-height'.")
12036 (custom-autoload 'grep-window-height "grep" t)
12038 (defvar grep-command nil "\
12039 The default grep command for \\[grep].
12040 If the grep program used supports an option to always include file names
12041 in its output (such as the `-H' option to GNU grep), it's a good idea to
12042 include it when specifying `grep-command'.
12044 In interactive usage, the actual value of this variable is set up
12045 by `grep-compute-defaults'; to change the default value, use
12046 Customize or call the function `grep-apply-setting'.")
12048 (custom-autoload 'grep-command "grep" nil)
12050 (defvar grep-find-command nil "\
12051 The default find command for \\[grep-find].
12052 In interactive usage, the actual value of this variable is set up
12053 by `grep-compute-defaults'; to change the default value, use
12054 Customize or call the function `grep-apply-setting'.")
12056 (custom-autoload 'grep-find-command "grep" nil)
12058 (defvar grep-setup-hook nil "\
12059 List of hook functions run by `grep-process-setup' (see `run-hooks').")
12061 (custom-autoload 'grep-setup-hook "grep" t)
12063 (defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3) ("^\\(\\(.+?\\):\\([1-9][0-9]*\\):\\).*?\\(\e\\[01;31m\\(?:\e\\[K\\)?\\)\\(.*?\\)\\(\e\\[[0-9]*m\\)" 2 3 ((lambda nil (setq compilation-error-screen-columns nil) (- (match-beginning 4) (match-end 1))) lambda nil (- (match-end 5) (match-end 1) (- (match-end 4) (match-beginning 4)))) nil 1) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\
12064 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
12066 (defvar grep-program (purecopy "grep") "\
12067 The default grep program for `grep-command' and `grep-find-command'.
12068 This variable's value takes effect when `grep-compute-defaults' is called.")
12070 (defvar find-program (purecopy "find") "\
12071 The default find program for `grep-find-command'.
12072 This variable's value takes effect when `grep-compute-defaults' is called.")
12074 (defvar xargs-program (purecopy "xargs") "\
12075 The default xargs program for `grep-find-command'.
12076 See `grep-find-use-xargs'.
12077 This variable's value takes effect when `grep-compute-defaults' is called.")
12079 (defvar grep-find-use-xargs nil "\
12080 How to invoke find and grep.
12081 If `exec', use `find -exec {} ;'.
12082 If `exec-plus' use `find -exec {} +'.
12083 If `gnu', use `find -print0' and `xargs -0'.
12084 Any other value means to use `find -print' and `xargs'.
12086 This variable's value takes effect when `grep-compute-defaults' is called.")
12088 (defvar grep-history nil)
12090 (defvar grep-find-history nil)
12092 (autoload 'grep-process-setup "grep" "\
12093 Setup compilation variables and buffer for `grep'.
12094 Set up `compilation-exit-message-function' and run `grep-setup-hook'.
12096 \(fn)" nil nil)
12098 (autoload 'grep-compute-defaults "grep" "\
12101 \(fn)" nil nil)
12103 (autoload 'grep-mode "grep" "\
12104 Sets `grep-last-buffer' and `compilation-window-height'.
12106 \(fn)" nil nil)
12108 (autoload 'grep "grep" "\
12109 Run grep, with user-specified args, and collect output in a buffer.
12110 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
12111 or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer, to go to the lines where grep
12112 found matches.
12114 For doing a recursive `grep', see the `rgrep' command. For running
12115 `grep' in a specific directory, see `lgrep'.
12117 This command uses a special history list for its COMMAND-ARGS, so you
12118 can easily repeat a grep command.
12120 A prefix argument says to default the argument based upon the current
12121 tag the cursor is over, substituting it into the last grep command
12122 in the grep command history (or into `grep-command' if that history
12123 list is empty).
12125 \(fn COMMAND-ARGS)" t nil)
12127 (autoload 'grep-find "grep" "\
12128 Run grep via find, with user-specified args COMMAND-ARGS.
12129 Collect output in a buffer.
12130 While find runs asynchronously, you can use the \\[next-error] command
12131 to find the text that grep hits refer to.
12133 This command uses a special history list for its arguments, so you can
12134 easily repeat a find command.
12136 \(fn COMMAND-ARGS)" t nil)
12138 (defalias 'find-grep 'grep-find)
12140 (autoload 'lgrep "grep" "\
12141 Run grep, searching for REGEXP in FILES in directory DIR.
12142 The search is limited to file names matching shell pattern FILES.
12143 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12144 entering `ch' is equivalent to `*.[ch]'.
12146 With \\[universal-argument] prefix, you can edit the constructed shell command line
12147 before it is executed.
12148 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12150 Collect output in a buffer. While grep runs asynchronously, you
12151 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12152 to go to the lines where grep found matches.
12154 This command shares argument histories with \\[rgrep] and \\[grep].
12156 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12158 (autoload 'rgrep "grep" "\
12159 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
12160 The search is limited to file names matching shell pattern FILES.
12161 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12162 entering `ch' is equivalent to `*.[ch]'.
12164 With \\[universal-argument] prefix, you can edit the constructed shell command line
12165 before it is executed.
12166 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12168 Collect output in a buffer. While find runs asynchronously, you
12169 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12170 to go to the lines where grep found matches.
12172 This command shares argument histories with \\[lgrep] and \\[grep-find].
12174 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12176 (autoload 'zrgrep "grep" "\
12177 Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR.
12178 Like `rgrep' but uses `zgrep' for `grep-program', sets the default
12179 file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12181 \(fn REGEXP &optional FILES DIR CONFIRM GREP-FIND-TEMPLATE)" t nil)
12183 (defalias 'rzgrep 'zrgrep)
12185 ;;;***
12187 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (19845 45374))
12188 ;;; Generated autoloads from gs.el
12190 (autoload 'gs-load-image "gs" "\
12191 Load a PS image for display on FRAME.
12192 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
12193 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
12194 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12196 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
12198 ;;;***
12200 ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12201 ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (19890 42850))
12202 ;;; Generated autoloads from progmodes/gud.el
12204 (autoload 'gud-gdb "gud" "\
12205 Run gdb on program FILE in buffer *gud-FILE*.
12206 The directory containing FILE becomes the initial working
12207 directory and source-file directory for your debugger.
12209 \(fn COMMAND-LINE)" t nil)
12211 (autoload 'sdb "gud" "\
12212 Run sdb on program FILE in buffer *gud-FILE*.
12213 The directory containing FILE becomes the initial working directory
12214 and source-file directory for your debugger.
12216 \(fn COMMAND-LINE)" t nil)
12218 (autoload 'dbx "gud" "\
12219 Run dbx on program FILE in buffer *gud-FILE*.
12220 The directory containing FILE becomes the initial working directory
12221 and source-file directory for your debugger.
12223 \(fn COMMAND-LINE)" t nil)
12225 (autoload 'xdb "gud" "\
12226 Run xdb on program FILE in buffer *gud-FILE*.
12227 The directory containing FILE becomes the initial working directory
12228 and source-file directory for your debugger.
12230 You can set the variable `gud-xdb-directories' to a list of program source
12231 directories if your program contains sources from more than one directory.
12233 \(fn COMMAND-LINE)" t nil)
12235 (autoload 'perldb "gud" "\
12236 Run perldb on program FILE in buffer *gud-FILE*.
12237 The directory containing FILE becomes the initial working directory
12238 and source-file directory for your debugger.
12240 \(fn COMMAND-LINE)" t nil)
12242 (autoload 'pdb "gud" "\
12243 Run pdb on program FILE in buffer `*gud-FILE*'.
12244 The directory containing FILE becomes the initial working directory
12245 and source-file directory for your debugger.
12247 \(fn COMMAND-LINE)" t nil)
12249 (autoload 'jdb "gud" "\
12250 Run jdb with command line COMMAND-LINE in a buffer.
12251 The buffer is named \"*gud*\" if no initial class is given or
12252 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
12253 switch is given, omit all whitespace between it and its value.
12255 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
12256 information on how jdb accesses source files. Alternatively (if
12257 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
12258 original source file access method.
12260 For general information about commands available to control jdb from
12261 gud, see `gud-mode'.
12263 \(fn COMMAND-LINE)" t nil)
12264 (add-hook 'same-window-regexps (purecopy "\\*gud-.*\\*\\(\\|<[0-9]+>\\)"))
12266 (autoload 'gdb-script-mode "gud" "\
12267 Major mode for editing GDB scripts.
12269 \(fn)" t nil)
12271 (defvar gud-tooltip-mode nil "\
12272 Non-nil if Gud-Tooltip mode is enabled.
12273 See the command `gud-tooltip-mode' for a description of this minor mode.
12274 Setting this variable directly does not take effect;
12275 either customize it (see the info node `Easy Customization')
12276 or call the function `gud-tooltip-mode'.")
12278 (custom-autoload 'gud-tooltip-mode "gud" nil)
12280 (autoload 'gud-tooltip-mode "gud" "\
12281 Toggle the display of GUD tooltips.
12283 \(fn &optional ARG)" t nil)
12285 ;;;***
12287 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (19889
12288 ;;;;;; 21967))
12289 ;;; Generated autoloads from play/handwrite.el
12291 (autoload 'handwrite "handwrite" "\
12292 Turns the buffer into a \"handwritten\" document.
12293 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
12294 and `handwrite-13pt' set up for various sizes of output.
12296 Variables: `handwrite-linespace' (default 12)
12297 `handwrite-fontsize' (default 11)
12298 `handwrite-numlines' (default 60)
12299 `handwrite-pagenumbering' (default nil)
12301 \(fn)" t nil)
12303 ;;;***
12305 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12306 ;;;;;; (19889 21967))
12307 ;;; Generated autoloads from play/hanoi.el
12309 (autoload 'hanoi "hanoi" "\
12310 Towers of Hanoi diversion. Use NRINGS rings.
12312 \(fn NRINGS)" t nil)
12314 (autoload 'hanoi-unix "hanoi" "\
12315 Towers of Hanoi, UNIX doomsday version.
12316 Displays 32-ring towers that have been progressing at one move per
12317 second since 1970-01-01 00:00:00 GMT.
12319 Repent before ring 31 moves.
12321 \(fn)" t nil)
12323 (autoload 'hanoi-unix-64 "hanoi" "\
12324 Like hanoi-unix, but pretend to have a 64-bit clock.
12325 This is, necessarily (as of Emacs 20.3), a crock. When the
12326 current-time interface is made s2G-compliant, hanoi.el will need
12327 to be updated.
12329 \(fn)" t nil)
12331 ;;;***
12333 ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
12334 ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
12335 ;;;;;; "hashcash" "mail/hashcash.el" (19845 45374))
12336 ;;; Generated autoloads from mail/hashcash.el
12338 (autoload 'hashcash-insert-payment "hashcash" "\
12339 Insert X-Payment and X-Hashcash headers with a payment for ARG
12341 \(fn ARG)" t nil)
12343 (autoload 'hashcash-insert-payment-async "hashcash" "\
12344 Insert X-Payment and X-Hashcash headers with a payment for ARG
12345 Only start calculation. Results are inserted when ready.
12347 \(fn ARG)" t nil)
12349 (autoload 'hashcash-verify-payment "hashcash" "\
12350 Verify a hashcash payment
12352 \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
12354 (autoload 'mail-add-payment "hashcash" "\
12355 Add X-Payment: and X-Hashcash: headers with a hashcash payment
12356 for each recipient address. Prefix arg sets default payment temporarily.
12357 Set ASYNC to t to start asynchronous calculation. (See
12358 `mail-add-payment-async').
12360 \(fn &optional ARG ASYNC)" t nil)
12362 (autoload 'mail-add-payment-async "hashcash" "\
12363 Add X-Payment: and X-Hashcash: headers with a hashcash payment
12364 for each recipient address. Prefix arg sets default payment temporarily.
12365 Calculation is asynchronous.
12367 \(fn &optional ARG)" t nil)
12369 (autoload 'mail-check-payment "hashcash" "\
12370 Look for a valid X-Payment: or X-Hashcash: header.
12371 Prefix arg sets default accept amount temporarily.
12373 \(fn &optional ARG)" t nil)
12375 ;;;***
12377 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
12378 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
12379 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
12380 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (19845 45374))
12381 ;;; Generated autoloads from help-at-pt.el
12383 (autoload 'help-at-pt-string "help-at-pt" "\
12384 Return the help-echo string at point.
12385 Normally, the string produced by the `help-echo' text or overlay
12386 property, or nil, is returned.
12387 If KBD is non-nil, `kbd-help' is used instead, and any
12388 `help-echo' property is ignored. In this case, the return value
12389 can also be t, if that is the value of the `kbd-help' property.
12391 \(fn &optional KBD)" nil nil)
12393 (autoload 'help-at-pt-kbd-string "help-at-pt" "\
12394 Return the keyboard help string at point.
12395 If the `kbd-help' text or overlay property at point produces a
12396 string, return it. Otherwise, use the `help-echo' property.
12397 If this produces no string either, return nil.
12399 \(fn)" nil nil)
12401 (autoload 'display-local-help "help-at-pt" "\
12402 Display local help in the echo area.
12403 This displays a short help message, namely the string produced by
12404 the `kbd-help' property at point. If `kbd-help' does not produce
12405 a string, but the `help-echo' property does, then that string is
12406 printed instead.
12408 A numeric argument ARG prevents display of a message in case
12409 there is no help. While ARG can be used interactively, it is
12410 mainly meant for use from Lisp.
12412 \(fn &optional ARG)" t nil)
12414 (autoload 'help-at-pt-cancel-timer "help-at-pt" "\
12415 Cancel any timer set by `help-at-pt-set-timer'.
12416 This disables `help-at-pt-display-when-idle'.
12418 \(fn)" t nil)
12420 (autoload 'help-at-pt-set-timer "help-at-pt" "\
12421 Enable `help-at-pt-display-when-idle'.
12422 This is done by setting a timer, if none is currently active.
12424 \(fn)" t nil)
12426 (defvar help-at-pt-display-when-idle 'never "\
12427 Automatically show local help on point-over.
12428 If the value is t, the string obtained from any `kbd-help' or
12429 `help-echo' property at point is automatically printed in the
12430 echo area, if nothing else is already displayed there, or after a
12431 quit. If both `kbd-help' and `help-echo' produce help strings,
12432 `kbd-help' is used. If the value is a list, the help only gets
12433 printed if there is a text or overlay property at point that is
12434 included in this list. Suggested properties are `keymap',
12435 `local-map', `button' and `kbd-help'. Any value other than t or
12436 a non-empty list disables the feature.
12438 This variable only takes effect after a call to
12439 `help-at-pt-set-timer'. The help gets printed after Emacs has
12440 been idle for `help-at-pt-timer-delay' seconds. You can call
12441 `help-at-pt-cancel-timer' to cancel the timer set by, and the
12442 effect of, `help-at-pt-set-timer'.
12444 When this variable is set through Custom, `help-at-pt-set-timer'
12445 is called automatically, unless the value is `never', in which
12446 case `help-at-pt-cancel-timer' is called. Specifying an empty
12447 list of properties through Custom will set the timer, thus
12448 enabling buffer local values. It sets the actual value to nil.
12449 Thus, Custom distinguishes between a nil value and other values
12450 that disable the feature, which Custom identifies with `never'.
12451 The default is `never'.")
12453 (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil)
12455 (autoload 'scan-buf-move-to-region "help-at-pt" "\
12456 Go to the start of the next region with non-nil PROP property.
12457 Then run HOOK, which should be a quoted symbol that is a normal
12458 hook variable, or an expression evaluating to such a symbol.
12459 Adjacent areas with different non-nil PROP properties are
12460 considered different regions.
12462 With numeric argument ARG, move to the start of the ARGth next
12463 such region, then run HOOK. If ARG is negative, move backward.
12464 If point is already in a region, then that region does not count
12465 toward ARG. If ARG is 0 and point is inside a region, move to
12466 the start of that region. If ARG is 0 and point is not in a
12467 region, print a message to that effect, but do not move point and
12468 do not run HOOK. If there are not enough regions to move over,
12469 an error results and the number of available regions is mentioned
12470 in the error message. Point is not moved and HOOK is not run.
12472 \(fn PROP &optional ARG HOOK)" nil nil)
12474 (autoload 'scan-buf-next-region "help-at-pt" "\
12475 Go to the start of the next region with non-nil help-echo.
12476 Print the help found there using `display-local-help'. Adjacent
12477 areas with different non-nil help-echo properties are considered
12478 different regions.
12480 With numeric argument ARG, move to the start of the ARGth next
12481 help-echo region. If ARG is negative, move backward. If point
12482 is already in a help-echo region, then that region does not count
12483 toward ARG. If ARG is 0 and point is inside a help-echo region,
12484 move to the start of that region. If ARG is 0 and point is not
12485 in such a region, just print a message to that effect. If there
12486 are not enough regions to move over, an error results and the
12487 number of available regions is mentioned in the error message.
12489 A potentially confusing subtlety is that point can be in a
12490 help-echo region without any local help being available. This is
12491 because `help-echo' can be a function evaluating to nil. This
12492 rarely happens in practice.
12494 \(fn &optional ARG)" t nil)
12496 (autoload 'scan-buf-previous-region "help-at-pt" "\
12497 Go to the start of the previous region with non-nil help-echo.
12498 Print the help found there using `display-local-help'. Adjacent
12499 areas with different non-nil help-echo properties are considered
12500 different regions. With numeric argument ARG, behaves like
12501 `scan-buf-next-region' with argument -ARG.
12503 \(fn &optional ARG)" t nil)
12505 ;;;***
12507 ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
12508 ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
12509 ;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
12510 ;;;;;; "help-fns" "help-fns.el" (19878 51661))
12511 ;;; Generated autoloads from help-fns.el
12513 (autoload 'describe-function "help-fns" "\
12514 Display the full documentation of FUNCTION (a symbol).
12516 \(fn FUNCTION)" t nil)
12518 (autoload 'help-C-file-name "help-fns" "\
12519 Return the name of the C file where SUBR-OR-VAR is defined.
12520 KIND should be `var' for a variable or `subr' for a subroutine.
12522 \(fn SUBR-OR-VAR KIND)" nil nil)
12524 (autoload 'find-lisp-object-file-name "help-fns" "\
12525 Guess the file that defined the Lisp object OBJECT, of type TYPE.
12526 OBJECT should be a symbol associated with a function, variable, or face;
12527 alternatively, it can be a function definition.
12528 If TYPE is `defvar', search for a variable definition.
12529 If TYPE is `defface', search for a face definition.
12530 If TYPE is the value returned by `symbol-function' for a function symbol,
12531 search for a function definition.
12533 The return value is the absolute name of a readable file where OBJECT is
12534 defined. If several such files exist, preference is given to a file
12535 found via `load-path'. The return value can also be `C-source', which
12536 means that OBJECT is a function or variable defined in C. If no
12537 suitable file is found, return nil.
12539 \(fn OBJECT TYPE)" nil nil)
12541 (autoload 'describe-function-1 "help-fns" "\
12544 \(fn FUNCTION)" nil nil)
12546 (autoload 'variable-at-point "help-fns" "\
12547 Return the bound variable symbol found at or before point.
12548 Return 0 if there is no such symbol.
12549 If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
12551 \(fn &optional ANY-SYMBOL)" nil nil)
12553 (autoload 'describe-variable "help-fns" "\
12554 Display the full documentation of VARIABLE (a symbol).
12555 Returns the documentation as a string, also.
12556 If VARIABLE has a buffer-local value in BUFFER or FRAME
12557 \(default to the current buffer and current frame),
12558 it is displayed along with the global value.
12560 \(fn VARIABLE &optional BUFFER FRAME)" t nil)
12562 (autoload 'describe-syntax "help-fns" "\
12563 Describe the syntax specifications in the syntax table of BUFFER.
12564 The descriptions are inserted in a help buffer, which is then displayed.
12565 BUFFER defaults to the current buffer.
12567 \(fn &optional BUFFER)" t nil)
12569 (autoload 'describe-categories "help-fns" "\
12570 Describe the category specifications in the current category table.
12571 The descriptions are inserted in a buffer, which is then displayed.
12572 If BUFFER is non-nil, then describe BUFFER's category table instead.
12573 BUFFER should be a buffer or a buffer name.
12575 \(fn &optional BUFFER)" t nil)
12577 (autoload 'doc-file-to-man "help-fns" "\
12578 Produce an nroff buffer containing the doc-strings from the DOC file.
12580 \(fn FILE)" t nil)
12582 (autoload 'doc-file-to-info "help-fns" "\
12583 Produce a texinfo buffer with sorted doc-strings from the DOC file.
12585 \(fn FILE)" t nil)
12587 ;;;***
12589 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
12590 ;;;;;; (19845 45374))
12591 ;;; Generated autoloads from help-macro.el
12593 (defvar three-step-help nil "\
12594 Non-nil means give more info about Help command in three steps.
12595 The three steps are simple prompt, prompt with all options, and
12596 window listing and describing the options.
12597 A value of nil means skip the middle step, so that \\[help-command] \\[help-command]
12598 gives the window that lists the options.")
12600 (custom-autoload 'three-step-help "help-macro" t)
12602 ;;;***
12604 ;;;### (autoloads (help-xref-on-pp help-insert-xref-button help-xref-button
12605 ;;;;;; help-make-xrefs help-buffer help-setup-xref help-mode-finish
12606 ;;;;;; help-mode-setup help-mode) "help-mode" "help-mode.el" (19886
12607 ;;;;;; 45771))
12608 ;;; Generated autoloads from help-mode.el
12610 (autoload 'help-mode "help-mode" "\
12611 Major mode for viewing help text and navigating references in it.
12612 Entry to this mode runs the normal hook `help-mode-hook'.
12613 Commands:
12614 \\{help-mode-map}
12616 \(fn)" t nil)
12618 (autoload 'help-mode-setup "help-mode" "\
12621 \(fn)" nil nil)
12623 (autoload 'help-mode-finish "help-mode" "\
12626 \(fn)" nil nil)
12628 (autoload 'help-setup-xref "help-mode" "\
12629 Invoked from commands using the \"*Help*\" buffer to install some xref info.
12631 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
12632 buffer after following a reference. INTERACTIVE-P is non-nil if the
12633 calling command was invoked interactively. In this case the stack of
12634 items for help buffer \"back\" buttons is cleared.
12636 This should be called very early, before the output buffer is cleared,
12637 because we want to record the \"previous\" position of point so we can
12638 restore it properly when going back.
12640 \(fn ITEM INTERACTIVE-P)" nil nil)
12642 (autoload 'help-buffer "help-mode" "\
12643 Return the name of a buffer for inserting help.
12644 If `help-xref-following' is non-nil, this is the name of the
12645 current buffer. Signal an error if this buffer is not derived
12646 from `help-mode'.
12647 Otherwise, return \"*Help*\", creating a buffer with that name if
12648 it does not already exist.
12650 \(fn)" nil nil)
12652 (autoload 'help-make-xrefs "help-mode" "\
12653 Parse and hyperlink documentation cross-references in the given BUFFER.
12655 Find cross-reference information in a buffer and activate such cross
12656 references for selection with `help-follow'. Cross-references have
12657 the canonical form `...' and the type of reference may be
12658 disambiguated by the preceding word(s) used in
12659 `help-xref-symbol-regexp'. Faces only get cross-referenced if
12660 preceded or followed by the word `face'. Variables without
12661 variable documentation do not get cross-referenced, unless
12662 preceded by the word `variable' or `option'.
12664 If the variable `help-xref-mule-regexp' is non-nil, find also
12665 cross-reference information related to multilingual environment
12666 \(e.g., coding-systems). This variable is also used to disambiguate
12667 the type of reference as the same way as `help-xref-symbol-regexp'.
12669 A special reference `back' is made to return back through a stack of
12670 help buffers. Variable `help-back-label' specifies the text for
12671 that.
12673 \(fn &optional BUFFER)" t nil)
12675 (autoload 'help-xref-button "help-mode" "\
12676 Make a hyperlink for cross-reference text previously matched.
12677 MATCH-NUMBER is the subexpression of interest in the last matched
12678 regexp. TYPE is the type of button to use. Any remaining arguments are
12679 passed to the button's help-function when it is invoked.
12680 See `help-make-xrefs'.
12682 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
12684 (autoload 'help-insert-xref-button "help-mode" "\
12685 Insert STRING and make a hyperlink from cross-reference text on it.
12686 TYPE is the type of button to use. Any remaining arguments are passed
12687 to the button's help-function when it is invoked.
12688 See `help-make-xrefs'.
12690 \(fn STRING TYPE &rest ARGS)" nil nil)
12692 (autoload 'help-xref-on-pp "help-mode" "\
12693 Add xrefs for symbols in `pp's output between FROM and TO.
12695 \(fn FROM TO)" nil nil)
12697 ;;;***
12699 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
12700 ;;;;;; "emacs-lisp/helper.el" (19845 45374))
12701 ;;; Generated autoloads from emacs-lisp/helper.el
12703 (autoload 'Helper-describe-bindings "helper" "\
12704 Describe local key bindings of current mode.
12706 \(fn)" t nil)
12708 (autoload 'Helper-help "helper" "\
12709 Provide help for current mode.
12711 \(fn)" t nil)
12713 ;;;***
12715 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
12716 ;;;;;; "hexl.el" (19865 50420))
12717 ;;; Generated autoloads from hexl.el
12719 (autoload 'hexl-mode "hexl" "\
12720 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
12721 This is not an ordinary major mode; it alters some aspects
12722 of the current mode's behavior, but not all; also, you can exit
12723 Hexl mode and return to the previous mode using `hexl-mode-exit'.
12725 This function automatically converts a buffer into the hexl format
12726 using the function `hexlify-buffer'.
12728 Each line in the buffer has an \"address\" (displayed in hexadecimal)
12729 representing the offset into the file that the characters on this line
12730 are at and 16 characters from the file (displayed as hexadecimal
12731 values grouped every 16 bits) and as their ASCII values.
12733 If any of the characters (displayed as ASCII characters) are
12734 unprintable (control or meta characters) they will be replaced as
12735 periods.
12737 If `hexl-mode' is invoked with an argument the buffer is assumed to be
12738 in hexl format.
12740 A sample format:
12742 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
12743 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
12744 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
12745 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
12746 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
12747 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
12748 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
12749 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
12750 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
12751 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
12752 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
12753 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
12754 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
12755 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
12756 000000c0: 7265 6769 6f6e 2e0a region..
12758 Movement is as simple as movement in a normal Emacs text buffer. Most
12759 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
12760 to move the cursor left, right, down, and up).
12762 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
12763 also supported.
12765 There are several ways to change text in hexl mode:
12767 ASCII characters (character between space (0x20) and tilde (0x7E)) are
12768 bound to self-insert so you can simply type the character and it will
12769 insert itself (actually overstrike) into the buffer.
12771 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
12772 it isn't bound to self-insert. An octal number can be supplied in place
12773 of another key to insert the octal number's ASCII representation.
12775 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
12776 into the buffer at the current point.
12778 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
12779 into the buffer at the current point.
12781 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
12782 into the buffer at the current point.
12784 \\[hexl-mode-exit] will exit hexl-mode.
12786 Note: saving the file with any of the usual Emacs commands
12787 will actually convert it back to binary format while saving.
12789 You can use \\[hexl-find-file] to visit a file in Hexl mode.
12791 \\[describe-bindings] for advanced commands.
12793 \(fn &optional ARG)" t nil)
12795 (autoload 'hexl-find-file "hexl" "\
12796 Edit file FILENAME as a binary file in hex dump format.
12797 Switch to a buffer visiting file FILENAME, creating one if none exists,
12798 and edit the file in `hexl-mode'.
12800 \(fn FILENAME)" t nil)
12802 (autoload 'hexlify-buffer "hexl" "\
12803 Convert a binary buffer to hexl format.
12804 This discards the buffer's undo information.
12806 \(fn)" t nil)
12808 ;;;***
12810 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
12811 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
12812 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
12813 ;;;;;; (19845 45374))
12814 ;;; Generated autoloads from hi-lock.el
12816 (autoload 'hi-lock-mode "hi-lock" "\
12817 Toggle minor mode for interactively adding font-lock highlighting patterns.
12819 If ARG positive, turn hi-lock on. Issuing a hi-lock command will also
12820 turn hi-lock on. To turn hi-lock on in all buffers use
12821 `global-hi-lock-mode' or in your .emacs file (global-hi-lock-mode 1).
12822 When hi-lock is turned on, a \"Regexp Highlighting\" submenu is added
12823 to the \"Edit\" menu. The commands in the submenu, which can be
12824 called interactively, are:
12826 \\[highlight-regexp] REGEXP FACE
12827 Highlight matches of pattern REGEXP in current buffer with FACE.
12829 \\[highlight-phrase] PHRASE FACE
12830 Highlight matches of phrase PHRASE in current buffer with FACE.
12831 (PHRASE can be any REGEXP, but spaces will be replaced by matches
12832 to whitespace and initial lower-case letters will become case insensitive.)
12834 \\[highlight-lines-matching-regexp] REGEXP FACE
12835 Highlight lines containing matches of REGEXP in current buffer with FACE.
12837 \\[unhighlight-regexp] REGEXP
12838 Remove highlighting on matches of REGEXP in current buffer.
12840 \\[hi-lock-write-interactive-patterns]
12841 Write active REGEXPs into buffer as comments (if possible). They may
12842 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
12843 is issued. The inserted regexps are in the form of font lock keywords.
12844 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
12845 any valid `font-lock-keywords' form is acceptable. When a file is
12846 loaded the patterns are read if `hi-lock-file-patterns-policy' is
12847 'ask and the user responds y to the prompt, or if
12848 `hi-lock-file-patterns-policy' is bound to a function and that
12849 function returns t.
12851 \\[hi-lock-find-patterns]
12852 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
12854 When hi-lock is started and if the mode is not excluded or patterns
12855 rejected, the beginning of the buffer is searched for lines of the
12856 form:
12857 Hi-lock: FOO
12858 where FOO is a list of patterns. These are added to the font lock
12859 keywords already present. The patterns must start before position
12860 \(number of characters into buffer) `hi-lock-file-patterns-range'.
12861 Patterns will be read until
12862 Hi-lock: end
12863 is found. A mode is excluded if it's in the list `hi-lock-exclude-modes'.
12865 \(fn &optional ARG)" t nil)
12867 (defvar global-hi-lock-mode nil "\
12868 Non-nil if Global-Hi-Lock mode is enabled.
12869 See the command `global-hi-lock-mode' for a description of this minor mode.
12870 Setting this variable directly does not take effect;
12871 either customize it (see the info node `Easy Customization')
12872 or call the function `global-hi-lock-mode'.")
12874 (custom-autoload 'global-hi-lock-mode "hi-lock" nil)
12876 (autoload 'global-hi-lock-mode "hi-lock" "\
12877 Toggle Hi-Lock mode in every possible buffer.
12878 With prefix ARG, turn Global-Hi-Lock mode on if and only if
12879 ARG is positive.
12880 Hi-Lock mode is enabled in all buffers where
12881 `turn-on-hi-lock-if-enabled' would do it.
12882 See `hi-lock-mode' for more information on Hi-Lock mode.
12884 \(fn &optional ARG)" t nil)
12886 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
12888 (autoload 'hi-lock-line-face-buffer "hi-lock" "\
12889 Set face of all lines containing a match of REGEXP to FACE.
12891 Interactively, prompt for REGEXP then FACE. Buffer-local history
12892 list maintained for regexps, global history maintained for faces.
12893 \\<minibuffer-local-map>Use \\[previous-history-element] to retrieve previous history items,
12894 and \\[next-history-element] to retrieve default values.
12895 \(See info node `Minibuffer History'.)
12897 \(fn REGEXP &optional FACE)" t nil)
12899 (defalias 'highlight-regexp 'hi-lock-face-buffer)
12901 (autoload 'hi-lock-face-buffer "hi-lock" "\
12902 Set face of each match of REGEXP to FACE.
12904 Interactively, prompt for REGEXP then FACE. Buffer-local history
12905 list maintained for regexps, global history maintained for faces.
12906 \\<minibuffer-local-map>Use \\[previous-history-element] to retrieve previous history items,
12907 and \\[next-history-element] to retrieve default values.
12908 \(See info node `Minibuffer History'.)
12910 \(fn REGEXP &optional FACE)" t nil)
12912 (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
12914 (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
12915 Set face of each match of phrase REGEXP to FACE.
12917 Whitespace in REGEXP converted to arbitrary whitespace and initial
12918 lower-case letters made case insensitive.
12920 \(fn REGEXP &optional FACE)" t nil)
12922 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
12924 (autoload 'hi-lock-unface-buffer "hi-lock" "\
12925 Remove highlighting of each match to REGEXP set by hi-lock.
12927 Interactively, prompt for REGEXP. Buffer-local history of inserted
12928 regexp's maintained. Will accept only regexps inserted by hi-lock
12929 interactive functions. (See `hi-lock-interactive-patterns'.)
12930 \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
12931 \(See info node `Minibuffer History'.)
12933 \(fn REGEXP)" t nil)
12935 (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\
12936 Write interactively added patterns, if any, into buffer at point.
12938 Interactively added patterns are those normally specified using
12939 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
12940 be found in variable `hi-lock-interactive-patterns'.
12942 \(fn)" t nil)
12944 ;;;***
12946 ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
12947 ;;;;;; (19890 42850))
12948 ;;; Generated autoloads from progmodes/hideif.el
12950 (autoload 'hide-ifdef-mode "hideif" "\
12951 Toggle Hide-Ifdef mode. This is a minor mode, albeit a large one.
12952 With ARG, turn Hide-Ifdef mode on if arg is positive, off otherwise.
12953 In Hide-Ifdef mode, code within #ifdef constructs that the C preprocessor
12954 would eliminate may be hidden from view. Several variables affect
12955 how the hiding is done:
12957 `hide-ifdef-env'
12958 An association list of defined and undefined symbols for the
12959 current buffer. Initially, the global value of `hide-ifdef-env'
12960 is used.
12962 `hide-ifdef-define-alist'
12963 An association list of defined symbol lists.
12964 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
12965 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
12966 from one of the lists in `hide-ifdef-define-alist'.
12968 `hide-ifdef-lines'
12969 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
12970 #endif lines when hiding.
12972 `hide-ifdef-initially'
12973 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
12974 is activated.
12976 `hide-ifdef-read-only'
12977 Set to non-nil if you want to make buffers read only while hiding.
12978 After `show-ifdefs', read-only status is restored to previous value.
12980 \\{hide-ifdef-mode-map}
12982 \(fn &optional ARG)" t nil)
12984 ;;;***
12986 ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
12987 ;;;;;; (19890 42850))
12988 ;;; Generated autoloads from progmodes/hideshow.el
12990 (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))) "\
12991 *Alist for initializing the hideshow variables for different modes.
12992 Each element has the form
12993 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
12995 If non-nil, hideshow will use these values as regexps to define blocks
12996 and comments, respectively for major mode MODE.
12998 START, END and COMMENT-START are regular expressions. A block is
12999 defined as text surrounded by START and END.
13001 As a special case, START may be a list of the form (COMPLEX-START
13002 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
13003 MDATA-SELECTOR an integer that specifies which sub-match is the proper
13004 place to adjust point, before calling `hs-forward-sexp-func'. Point
13005 is adjusted to the beginning of the specified match. For example,
13006 see the `hs-special-modes-alist' entry for `bibtex-mode'.
13008 For some major modes, `forward-sexp' does not work properly. In those
13009 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
13011 See the documentation for `hs-adjust-block-beginning' to see what is the
13012 use of ADJUST-BEG-FUNC.
13014 If any of the elements is left nil or omitted, hideshow tries to guess
13015 appropriate values. The regexps should not contain leading or trailing
13016 whitespace. Case does not matter.")
13018 (autoload 'hs-minor-mode "hideshow" "\
13019 Minor mode to selectively hide/show code and comment blocks.
13020 When hideshow minor mode is on, the menu bar is augmented with hideshow
13021 commands and the hideshow commands are enabled.
13022 The value '(hs . t) is added to `buffer-invisibility-spec'.
13024 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
13025 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
13026 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
13028 Turning hideshow minor mode off reverts the menu bar and the
13029 variables to default values and disables the hideshow commands.
13031 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
13033 Key bindings:
13034 \\{hs-minor-mode-map}
13036 \(fn &optional ARG)" t nil)
13038 (autoload 'turn-off-hideshow "hideshow" "\
13039 Unconditionally turn off `hs-minor-mode'.
13041 \(fn)" nil nil)
13043 ;;;***
13045 ;;;### (autoloads (global-highlight-changes-mode highlight-compare-with-file
13046 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13047 ;;;;;; highlight-changes-previous-change highlight-changes-next-change
13048 ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13049 ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (19886
13050 ;;;;;; 45771))
13051 ;;; Generated autoloads from hilit-chg.el
13053 (autoload 'highlight-changes-mode "hilit-chg" "\
13054 Toggle Highlight Changes mode.
13056 With ARG, turn Highlight Changes mode on if and only if arg is positive.
13058 In Highlight Changes mode changes are recorded with a text property.
13059 Normally they are displayed in a distinctive face, but command
13060 \\[highlight-changes-visible-mode] can be used to toggles this
13061 on and off.
13063 Other functions for buffers in this mode include:
13064 \\[highlight-changes-next-change] - move point to beginning of next change
13065 \\[highlight-changes-previous-change] - move to beginning of previous change
13066 \\[highlight-changes-remove-highlight] - remove the change face from the region
13067 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes
13068 through various faces.
13069 \\[highlight-compare-with-file] - mark text as changed by comparing this
13070 buffer with the contents of a file
13071 \\[highlight-compare-buffers] highlights differences between two buffers.
13073 \(fn &optional ARG)" t nil)
13075 (autoload 'highlight-changes-visible-mode "hilit-chg" "\
13076 Toggle visiblility of changes when buffer is in Highlight Changes mode.
13078 This mode only has an effect when Highlight Changes mode is on.
13079 It allows toggling between whether or not the changed text is displayed
13080 in a distinctive face.
13082 The default value can be customized with variable
13083 `highlight-changes-visibility-initial-state'
13085 This command does not itself set highlight-changes mode.
13087 \(fn &optional ARG)" t nil)
13089 (autoload 'highlight-changes-remove-highlight "hilit-chg" "\
13090 Remove the change face from the region between BEG and END.
13091 This allows you to manually remove highlighting from uninteresting changes.
13093 \(fn BEG END)" t nil)
13095 (autoload 'highlight-changes-next-change "hilit-chg" "\
13096 Move to the beginning of the next change, if in Highlight Changes mode.
13098 \(fn)" t nil)
13100 (autoload 'highlight-changes-previous-change "hilit-chg" "\
13101 Move to the beginning of the previous change, if in Highlight Changes mode.
13103 \(fn)" t nil)
13105 (autoload 'highlight-changes-rotate-faces "hilit-chg" "\
13106 Rotate the faces if in Highlight Changes mode and the changes are visible.
13108 Current changes are displayed in the face described by the first element
13109 of `highlight-changes-face-list', one level older changes are shown in
13110 face described by the second element, and so on. Very old changes remain
13111 shown in the last face in the list.
13113 You can automatically rotate colors when the buffer is saved by adding
13114 this function to `write-file-functions' as a buffer-local value. To do
13115 this, eval the following in the buffer to be saved:
13117 (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
13119 \(fn)" t nil)
13121 (autoload 'highlight-compare-buffers "hilit-chg" "\
13122 Compare two buffers and highlight the differences.
13124 The default is the current buffer and the one in the next window.
13126 If either buffer is modified and is visiting a file, you are prompted
13127 to save the file.
13129 Unless the buffer is unmodified and visiting a file, the buffer is
13130 written to a temporary file for comparison.
13132 If a buffer is read-only, differences will be highlighted but no property
13133 changes are made, so \\[highlight-changes-next-change] and
13134 \\[highlight-changes-previous-change] will not work.
13136 \(fn BUF-A BUF-B)" t nil)
13138 (autoload 'highlight-compare-with-file "hilit-chg" "\
13139 Compare this buffer with a file, and highlight differences.
13141 If the buffer has a backup filename, it is used as the default when
13142 this function is called interactively.
13144 If the current buffer is visiting the file being compared against, it
13145 also will have its differences highlighted. Otherwise, the file is
13146 read in temporarily but the buffer is deleted.
13148 If the buffer is read-only, differences will be highlighted but no property
13149 changes are made, so \\[highlight-changes-next-change] and
13150 \\[highlight-changes-previous-change] will not work.
13152 \(fn FILE-B)" t nil)
13154 (defvar global-highlight-changes-mode nil "\
13155 Non-nil if Global-Highlight-Changes mode is enabled.
13156 See the command `global-highlight-changes-mode' for a description of this minor mode.
13157 Setting this variable directly does not take effect;
13158 either customize it (see the info node `Easy Customization')
13159 or call the function `global-highlight-changes-mode'.")
13161 (custom-autoload 'global-highlight-changes-mode "hilit-chg" nil)
13163 (autoload 'global-highlight-changes-mode "hilit-chg" "\
13164 Toggle Highlight-Changes mode in every possible buffer.
13165 With prefix ARG, turn Global-Highlight-Changes mode on if and only if
13166 ARG is positive.
13167 Highlight-Changes mode is enabled in all buffers where
13168 `highlight-changes-mode-turn-on' would do it.
13169 See `highlight-changes-mode' for more information on Highlight-Changes mode.
13171 \(fn &optional ARG)" t nil)
13173 ;;;***
13175 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-only-buffers
13176 ;;;;;; hippie-expand-ignore-buffers hippie-expand-max-buffers hippie-expand-no-restriction
13177 ;;;;;; hippie-expand-dabbrev-as-symbol hippie-expand-dabbrev-skip-space
13178 ;;;;;; hippie-expand-verbose hippie-expand-try-functions-list) "hippie-exp"
13179 ;;;;;; "hippie-exp.el" (19845 45374))
13180 ;;; Generated autoloads from hippie-exp.el
13182 (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) "\
13183 The list of expansion functions tried in order by `hippie-expand'.
13184 To change the behavior of `hippie-expand', remove, change the order of,
13185 or insert functions in this list.")
13187 (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t)
13189 (defvar hippie-expand-verbose t "\
13190 Non-nil makes `hippie-expand' output which function it is trying.")
13192 (custom-autoload 'hippie-expand-verbose "hippie-exp" t)
13194 (defvar hippie-expand-dabbrev-skip-space nil "\
13195 Non-nil means tolerate trailing spaces in the abbreviation to expand.")
13197 (custom-autoload 'hippie-expand-dabbrev-skip-space "hippie-exp" t)
13199 (defvar hippie-expand-dabbrev-as-symbol t "\
13200 Non-nil means expand as symbols, i.e. syntax `_' is considered a letter.")
13202 (custom-autoload 'hippie-expand-dabbrev-as-symbol "hippie-exp" t)
13204 (defvar hippie-expand-no-restriction t "\
13205 Non-nil means that narrowed buffers are widened during search.")
13207 (custom-autoload 'hippie-expand-no-restriction "hippie-exp" t)
13209 (defvar hippie-expand-max-buffers nil "\
13210 The maximum number of buffers (apart from the current) searched.
13211 If nil, all buffers are searched.")
13213 (custom-autoload 'hippie-expand-max-buffers "hippie-exp" t)
13215 (defvar hippie-expand-ignore-buffers (list (purecopy "^ \\*.*\\*$") 'dired-mode) "\
13216 A list specifying which buffers not to search (if not current).
13217 Can contain both regexps matching buffer names (as strings) and major modes
13218 \(as atoms)")
13220 (custom-autoload 'hippie-expand-ignore-buffers "hippie-exp" t)
13222 (defvar hippie-expand-only-buffers nil "\
13223 A list specifying the only buffers to search (in addition to current).
13224 Can contain both regexps matching buffer names (as strings) and major modes
13225 \(as atoms). If non-nil, this variable overrides the variable
13226 `hippie-expand-ignore-buffers'.")
13228 (custom-autoload 'hippie-expand-only-buffers "hippie-exp" t)
13230 (autoload 'hippie-expand "hippie-exp" "\
13231 Try to expand text before point, using multiple methods.
13232 The expansion functions in `hippie-expand-try-functions-list' are
13233 tried in order, until a possible expansion is found. Repeated
13234 application of `hippie-expand' inserts successively possible
13235 expansions.
13236 With a positive numeric argument, jumps directly to the ARG next
13237 function in this list. With a negative argument or just \\[universal-argument],
13238 undoes the expansion.
13240 \(fn ARG)" t nil)
13242 (autoload 'make-hippie-expand-function "hippie-exp" "\
13243 Construct a function similar to `hippie-expand'.
13244 Make it use the expansion functions in TRY-LIST. An optional second
13245 argument VERBOSE non-nil makes the function verbose.
13247 \(fn TRY-LIST &optional VERBOSE)" nil (quote macro))
13249 ;;;***
13251 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13252 ;;;;;; (19845 45374))
13253 ;;; Generated autoloads from hl-line.el
13255 (autoload 'hl-line-mode "hl-line" "\
13256 Buffer-local minor mode to highlight the line about point.
13257 With ARG, turn Hl-Line mode on if ARG is positive, off otherwise.
13259 If `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
13260 line about the buffer's point in all windows. Caveat: the
13261 buffer's point might be different from the point of a
13262 non-selected window. Hl-Line mode uses the function
13263 `hl-line-highlight' on `post-command-hook' in this case.
13265 When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
13266 line about point in the selected window only. In this case, it
13267 uses the function `hl-line-unhighlight' on `pre-command-hook' in
13268 addition to `hl-line-highlight' on `post-command-hook'.
13270 \(fn &optional ARG)" t nil)
13272 (defvar global-hl-line-mode nil "\
13273 Non-nil if Global-Hl-Line mode is enabled.
13274 See the command `global-hl-line-mode' for a description of this minor mode.
13275 Setting this variable directly does not take effect;
13276 either customize it (see the info node `Easy Customization')
13277 or call the function `global-hl-line-mode'.")
13279 (custom-autoload 'global-hl-line-mode "hl-line" nil)
13281 (autoload 'global-hl-line-mode "hl-line" "\
13282 Global minor mode to highlight the line about point in the current window.
13283 With ARG, turn Global-Hl-Line mode on if ARG is positive, off otherwise.
13285 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13286 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
13288 \(fn &optional ARG)" t nil)
13290 ;;;***
13292 ;;;### (autoloads (list-holidays holidays holiday-solar-holidays
13293 ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13294 ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13295 ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13296 ;;;;;; "calendar/holidays.el" (19882 48702))
13297 ;;; Generated autoloads from calendar/holidays.el
13299 (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
13301 (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"))) "\
13302 General holidays. Default value is for the United States.
13303 See the documentation for `calendar-holidays' for details.")
13305 (custom-autoload 'holiday-general-holidays "holidays" t)
13307 (put 'holiday-general-holidays 'risky-local-variable t)
13309 (define-obsolete-variable-alias 'oriental-holidays 'holiday-oriental-holidays "23.1")
13311 (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))))) "\
13312 Oriental holidays.
13313 See the documentation for `calendar-holidays' for details.")
13315 (custom-autoload 'holiday-oriental-holidays "holidays" t)
13317 (put 'holiday-oriental-holidays 'risky-local-variable t)
13319 (define-obsolete-variable-alias 'local-holidays 'holiday-local-holidays "23.1")
13321 (defvar holiday-local-holidays nil "\
13322 Local holidays.
13323 See the documentation for `calendar-holidays' for details.")
13325 (custom-autoload 'holiday-local-holidays "holidays" t)
13327 (put 'holiday-local-holidays 'risky-local-variable t)
13329 (define-obsolete-variable-alias 'other-holidays 'holiday-other-holidays "23.1")
13331 (defvar holiday-other-holidays nil "\
13332 User defined holidays.
13333 See the documentation for `calendar-holidays' for details.")
13335 (custom-autoload 'holiday-other-holidays "holidays" t)
13337 (put 'holiday-other-holidays 'risky-local-variable t)
13339 (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)")))) "\
13340 Component of the old default value of `holiday-hebrew-holidays'.")
13342 (put 'hebrew-holidays-1 'risky-local-variable t)
13344 (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")))) "\
13345 Component of the old default value of `holiday-hebrew-holidays'.")
13347 (put 'hebrew-holidays-2 'risky-local-variable t)
13349 (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")))) "\
13350 Component of the old default value of `holiday-hebrew-holidays'.")
13352 (put 'hebrew-holidays-3 'risky-local-variable t)
13354 (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)))) "\
13355 Component of the old default value of `holiday-hebrew-holidays'.")
13357 (put 'hebrew-holidays-4 'risky-local-variable t)
13359 (define-obsolete-variable-alias 'hebrew-holidays 'holiday-hebrew-holidays "23.1")
13361 (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))))) "\
13362 Jewish holidays.
13363 See the documentation for `calendar-holidays' for details.")
13365 (custom-autoload 'holiday-hebrew-holidays "holidays" t)
13367 (put 'holiday-hebrew-holidays 'risky-local-variable t)
13369 (define-obsolete-variable-alias 'christian-holidays 'holiday-christian-holidays "23.1")
13371 (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"))))) "\
13372 Christian holidays.
13373 See the documentation for `calendar-holidays' for details.")
13375 (custom-autoload 'holiday-christian-holidays "holidays" t)
13377 (put 'holiday-christian-holidays 'risky-local-variable t)
13379 (define-obsolete-variable-alias 'islamic-holidays 'holiday-islamic-holidays "23.1")
13381 (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"))))) "\
13382 Islamic holidays.
13383 See the documentation for `calendar-holidays' for details.")
13385 (custom-autoload 'holiday-islamic-holidays "holidays" t)
13387 (put 'holiday-islamic-holidays 'risky-local-variable t)
13389 (define-obsolete-variable-alias 'bahai-holidays 'holiday-bahai-holidays "23.1")
13391 (defvar holiday-bahai-holidays (mapcar 'purecopy '((holiday-bahai-new-year) (holiday-bahai-ridvan) (holiday-fixed 5 23 "Declaration of the Bab") (holiday-fixed 5 29 "Ascension of Baha'u'llah") (holiday-fixed 7 9 "Martyrdom of the Bab") (holiday-fixed 10 20 "Birth of the Bab") (holiday-fixed 11 12 "Birth of Baha'u'llah") (if calendar-bahai-all-holidays-flag (append (holiday-fixed 11 26 "Day of the Covenant") (holiday-fixed 11 28 "Ascension of `Abdu'l-Baha"))))) "\
13392 Baha'i holidays.
13393 See the documentation for `calendar-holidays' for details.")
13395 (custom-autoload 'holiday-bahai-holidays "holidays" t)
13397 (put 'holiday-bahai-holidays 'risky-local-variable t)
13399 (define-obsolete-variable-alias 'solar-holidays 'holiday-solar-holidays "23.1")
13401 (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))))) "\
13402 Sun-related holidays.
13403 See the documentation for `calendar-holidays' for details.")
13405 (custom-autoload 'holiday-solar-holidays "holidays" t)
13407 (put 'holiday-solar-holidays 'risky-local-variable t)
13409 (put 'calendar-holidays 'risky-local-variable t)
13411 (autoload 'holidays "holidays" "\
13412 Display the holidays for last month, this month, and next month.
13413 If called with an optional prefix argument ARG, prompts for month and year.
13414 This function is suitable for execution in a .emacs file.
13416 \(fn &optional ARG)" t nil)
13418 (autoload 'list-holidays "holidays" "\
13419 Display holidays for years Y1 to Y2 (inclusive).
13420 Y2 defaults to Y1. The optional list of holidays L defaults to
13421 `calendar-holidays'. If you want to control what holidays are
13422 displayed, use a different list. For example,
13424 (list-holidays 2006 2006
13425 (append holiday-general-holidays holiday-local-holidays))
13427 will display holidays for the year 2006 defined in the two
13428 mentioned lists, and nothing else.
13430 When called interactively, this command offers a choice of
13431 holidays, based on the variables `holiday-solar-holidays' etc. See the
13432 documentation of `calendar-holidays' for a list of the variables
13433 that control the choices, as well as a description of the format
13434 of a holiday list.
13436 The optional LABEL is used to label the buffer created.
13438 \(fn Y1 &optional Y2 L LABEL)" t nil)
13440 (defalias 'holiday-list 'list-holidays)
13442 ;;;***
13444 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (19845
13445 ;;;;;; 45374))
13446 ;;; Generated autoloads from gnus/html2text.el
13448 (autoload 'html2text "html2text" "\
13449 Convert HTML to plain text in the current buffer.
13451 \(fn)" t nil)
13453 ;;;***
13455 ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
13456 ;;;;;; "htmlfontify" "htmlfontify.el" (19886 45771))
13457 ;;; Generated autoloads from htmlfontify.el
13459 (autoload 'htmlfontify-buffer "htmlfontify" "\
13460 Create a new buffer, named for the current buffer + a .html extension,
13461 containing an inline CSS-stylesheet and formatted CSS-markup HTML
13462 that reproduces the look of the current Emacs buffer as closely
13463 as possible.
13465 Dangerous characters in the existing buffer are turned into HTML
13466 entities, so you should even be able to do HTML-within-HTML
13467 fontified display.
13469 You should, however, note that random control or eight-bit
13470 characters such as ^L (\f) or ¤ (\244) won't get mapped yet.
13472 If the SRCDIR and FILE arguments are set, lookup etags derived
13473 entries in the `hfy-tags-cache' and add HTML anchors and
13474 hyperlinks as appropriate.
13476 \(fn &optional SRCDIR FILE)" t nil)
13478 (autoload 'htmlfontify-copy-and-link-dir "htmlfontify" "\
13479 Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
13480 F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.
13482 You may also want to set `hfy-page-header' and `hfy-page-footer'.
13484 \(fn SRCDIR DSTDIR &optional F-EXT L-EXT)" t nil)
13486 ;;;***
13488 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
13489 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (19845
13490 ;;;;;; 45374))
13491 ;;; Generated autoloads from ibuf-macs.el
13493 (autoload 'define-ibuffer-column "ibuf-macs" "\
13494 Define a column SYMBOL for use with `ibuffer-formats'.
13496 BODY will be called with `buffer' bound to the buffer object, and
13497 `mark' bound to the current mark on the buffer. The original ibuffer
13498 buffer will be bound to `ibuffer-buf'.
13500 If NAME is given, it will be used as a title for the column.
13501 Otherwise, the title will default to a capitalized version of the
13502 SYMBOL's name. PROPS is a plist of additional properties to add to
13503 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
13504 function which will be passed a list of all the strings in its column;
13505 it should return a string to display at the bottom.
13507 If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
13508 title of the column.
13510 Note that this macro expands into a `defun' for a function named
13511 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
13512 inlined into the compiled format versions. This means that if you
13513 change its definition, you should explicitly call
13514 `ibuffer-recompile-formats'.
13516 \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro))
13518 (put 'define-ibuffer-column 'lisp-indent-function 'defun)
13520 (autoload 'define-ibuffer-sorter "ibuf-macs" "\
13521 Define a method of sorting named NAME.
13522 DOCUMENTATION is the documentation of the function, which will be called
13523 `ibuffer-do-sort-by-NAME'.
13524 DESCRIPTION is a short string describing the sorting method.
13526 For sorting, the forms in BODY will be evaluated with `a' bound to one
13527 buffer object, and `b' bound to another. BODY should return a non-nil
13528 value if and only if `a' is \"less than\" `b'.
13530 \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro))
13532 (put 'define-ibuffer-sorter 'lisp-indent-function '1)
13534 (autoload 'define-ibuffer-op "ibuf-macs" "\
13535 Generate a function which operates on a buffer.
13536 OP becomes the name of the function; if it doesn't begin with
13537 `ibuffer-do-', then that is prepended to it.
13538 When an operation is performed, this function will be called once for
13539 each marked buffer, with that buffer current.
13541 ARGS becomes the formal parameters of the function.
13542 DOCUMENTATION becomes the docstring of the function.
13543 INTERACTIVE becomes the interactive specification of the function.
13544 MARK describes which type of mark (:deletion, or nil) this operation
13545 uses. :deletion means the function operates on buffers marked for
13546 deletion, otherwise it acts on normally marked buffers.
13547 MODIFIER-P describes how the function modifies buffers. This is used
13548 to set the modification flag of the Ibuffer buffer itself. Valid
13549 values are:
13550 nil - the function never modifiers buffers
13551 t - the function it always modifies buffers
13552 :maybe - attempt to discover this information by comparing the
13553 buffer's modification flag.
13554 DANGEROUS is a boolean which should be set if the user should be
13555 prompted before performing this operation.
13556 OPSTRING is a string which will be displayed to the user after the
13557 operation is complete, in the form:
13558 \"Operation complete; OPSTRING x buffers\"
13559 ACTIVE-OPSTRING is a string which will be displayed to the user in a
13560 confirmation message, in the form:
13561 \"Really ACTIVE-OPSTRING x buffers?\"
13562 COMPLEX means this function is special; see the source code of this
13563 macro for exactly what it does.
13565 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro))
13567 (put 'define-ibuffer-op 'lisp-indent-function '2)
13569 (autoload 'define-ibuffer-filter "ibuf-macs" "\
13570 Define a filter named NAME.
13571 DOCUMENTATION is the documentation of the function.
13572 READER is a form which should read a qualifier from the user.
13573 DESCRIPTION is a short string describing the filter.
13575 BODY should contain forms which will be evaluated to test whether or
13576 not a particular buffer should be displayed or not. The forms in BODY
13577 will be evaluated with BUF bound to the buffer object, and QUALIFIER
13578 bound to the current value of the filter.
13580 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
13582 (put 'define-ibuffer-filter 'lisp-indent-function '2)
13584 ;;;***
13586 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
13587 ;;;;;; "ibuffer" "ibuffer.el" (19886 45771))
13588 ;;; Generated autoloads from ibuffer.el
13590 (autoload 'ibuffer-list-buffers "ibuffer" "\
13591 Display a list of buffers, in another window.
13592 If optional argument FILES-ONLY is non-nil, then add a filter for
13593 buffers which are visiting a file.
13595 \(fn &optional FILES-ONLY)" t nil)
13597 (autoload 'ibuffer-other-window "ibuffer" "\
13598 Like `ibuffer', but displayed in another window by default.
13599 If optional argument FILES-ONLY is non-nil, then add a filter for
13600 buffers which are visiting a file.
13602 \(fn &optional FILES-ONLY)" t nil)
13604 (autoload 'ibuffer "ibuffer" "\
13605 Begin using Ibuffer to edit a list of buffers.
13606 Type 'h' after entering ibuffer for more information.
13608 All arguments are optional.
13609 OTHER-WINDOW-P says to use another window.
13610 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
13611 QUALIFIERS is an initial set of filtering qualifiers to use;
13612 see `ibuffer-filtering-qualifiers'.
13613 NOSELECT means don't select the Ibuffer buffer.
13614 SHRINK means shrink the buffer to minimal size. The special
13615 value `onewindow' means always use another window.
13616 FILTER-GROUPS is an initial set of filtering groups to use;
13617 see `ibuffer-filter-groups'.
13618 FORMATS is the value to use for `ibuffer-formats'.
13619 If specified, then the variable `ibuffer-formats' will have
13620 that value locally in this buffer.
13622 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
13624 ;;;***
13626 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
13627 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
13628 ;;;;;; "calendar/icalendar.el" (19897 16090))
13629 ;;; Generated autoloads from calendar/icalendar.el
13631 (autoload 'icalendar-export-file "icalendar" "\
13632 Export diary file to iCalendar format.
13633 All diary entries in the file DIARY-FILENAME are converted to iCalendar
13634 format. The result is appended to the file ICAL-FILENAME.
13636 \(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
13638 (autoload 'icalendar-export-region "icalendar" "\
13639 Export region in diary file to iCalendar format.
13640 All diary entries in the region from MIN to MAX in the current buffer are
13641 converted to iCalendar format. The result is appended to the file
13642 ICAL-FILENAME.
13643 This function attempts to return t if something goes wrong. In this
13644 case an error string which describes all the errors and problems is
13645 written into the buffer `*icalendar-errors*'.
13647 \(fn MIN MAX ICAL-FILENAME)" t nil)
13649 (autoload 'icalendar-import-file "icalendar" "\
13650 Import an iCalendar file and append to a diary file.
13651 Argument ICAL-FILENAME output iCalendar file.
13652 Argument DIARY-FILENAME input `diary-file'.
13653 Optional argument NON-MARKING determines whether events are created as
13654 non-marking or not.
13656 \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
13658 (autoload 'icalendar-import-buffer "icalendar" "\
13659 Extract iCalendar events from current buffer.
13661 This function searches the current buffer for the first iCalendar
13662 object, reads it and adds all VEVENT elements to the diary
13663 DIARY-FILE.
13665 It will ask for each appointment whether to add it to the diary
13666 unless DO-NOT-ASK is non-nil. When called interactively,
13667 DO-NOT-ASK is nil, so that you are asked for each event.
13669 NON-MARKING determines whether diary events are created as
13670 non-marking.
13672 Return code t means that importing worked well, return code nil
13673 means that an error has occurred. Error messages will be in the
13674 buffer `*icalendar-errors*'.
13676 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
13678 ;;;***
13680 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (19874
13681 ;;;;;; 54611))
13682 ;;; Generated autoloads from icomplete.el
13684 (defvar icomplete-mode nil "\
13685 Non-nil if Icomplete mode is enabled.
13686 See the command `icomplete-mode' for a description of this minor mode.
13687 Setting this variable directly does not take effect;
13688 either customize it (see the info node `Easy Customization')
13689 or call the function `icomplete-mode'.")
13691 (custom-autoload 'icomplete-mode "icomplete" nil)
13693 (autoload 'icomplete-mode "icomplete" "\
13694 Toggle incremental minibuffer completion for this Emacs session.
13695 With a numeric argument, turn Icomplete mode on if ARG is positive,
13696 otherwise turn it off.
13698 \(fn &optional ARG)" t nil)
13700 ;;;***
13702 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (19890 42850))
13703 ;;; Generated autoloads from progmodes/icon.el
13705 (autoload 'icon-mode "icon" "\
13706 Major mode for editing Icon code.
13707 Expression and list commands understand all Icon brackets.
13708 Tab indents for Icon code.
13709 Paragraphs are separated by blank lines only.
13710 Delete converts tabs to spaces as it moves back.
13711 \\{icon-mode-map}
13712 Variables controlling indentation style:
13713 icon-tab-always-indent
13714 Non-nil means TAB in Icon mode should always reindent the current line,
13715 regardless of where in the line point is when the TAB command is used.
13716 icon-auto-newline
13717 Non-nil means automatically newline before and after braces
13718 inserted in Icon code.
13719 icon-indent-level
13720 Indentation of Icon statements within surrounding block.
13721 The surrounding block's indentation is the indentation
13722 of the line on which the open-brace appears.
13723 icon-continued-statement-offset
13724 Extra indentation given to a substatement, such as the
13725 then-clause of an if or body of a while.
13726 icon-continued-brace-offset
13727 Extra indentation given to a brace that starts a substatement.
13728 This is in addition to `icon-continued-statement-offset'.
13729 icon-brace-offset
13730 Extra indentation for line if it starts with an open brace.
13731 icon-brace-imaginary-offset
13732 An open brace following other text is treated as if it were
13733 this far to the right of the start of its line.
13735 Turning on Icon mode calls the value of the variable `icon-mode-hook'
13736 with no args, if that value is non-nil.
13738 \(fn)" t nil)
13740 ;;;***
13742 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
13743 ;;;;;; (19845 45374))
13744 ;;; Generated autoloads from progmodes/idlw-shell.el
13746 (autoload 'idlwave-shell "idlw-shell" "\
13747 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
13748 If buffer exists but shell process is not running, start new IDL.
13749 If buffer exists and shell process is running, just switch to the buffer.
13751 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
13752 is non-nil, the shell buffer and the source buffers will be in
13753 separate frames.
13755 The command to run comes from variable `idlwave-shell-explicit-file-name',
13756 with options taken from `idlwave-shell-command-line-options'.
13758 The buffer is put in `idlwave-shell-mode', providing commands for sending
13759 input and controlling the IDL job. See help on `idlwave-shell-mode'.
13760 See also the variable `idlwave-shell-prompt-pattern'.
13762 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
13764 \(fn &optional ARG QUICK)" t nil)
13766 ;;;***
13768 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
13769 ;;;;;; (19863 8742))
13770 ;;; Generated autoloads from progmodes/idlwave.el
13772 (autoload 'idlwave-mode "idlwave" "\
13773 Major mode for editing IDL source files (version 6.1_em22).
13775 The main features of this mode are
13777 1. Indentation and Formatting
13778 --------------------------
13779 Like other Emacs programming modes, C-j inserts a newline and indents.
13780 TAB is used for explicit indentation of the current line.
13782 To start a continuation line, use \\[idlwave-split-line]. This
13783 function can also be used in the middle of a line to split the line
13784 at that point. When used inside a long constant string, the string
13785 is split at that point with the `+' concatenation operator.
13787 Comments are indented as follows:
13789 `;;;' Indentation remains unchanged.
13790 `;;' Indent like the surrounding code
13791 `;' Indent to a minimum column.
13793 The indentation of comments starting in column 0 is never changed.
13795 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
13796 comment. The indentation of the second line of the paragraph
13797 relative to the first will be retained. Use
13798 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
13799 comments. When the variable `idlwave-fill-comment-line-only' is
13800 nil, code can also be auto-filled and auto-indented.
13802 To convert pre-existing IDL code to your formatting style, mark the
13803 entire buffer with \\[mark-whole-buffer] and execute
13804 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
13805 again followed by \\[indent-region] (`indent-region').
13807 2. Routine Info
13808 ------------
13809 IDLWAVE displays information about the calling sequence and the
13810 accepted keyword parameters of a procedure or function with
13811 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
13812 source file of a module. These commands know about system
13813 routines, all routines in idlwave-mode buffers and (when the
13814 idlwave-shell is active) about all modules currently compiled under
13815 this shell. It also makes use of pre-compiled or custom-scanned
13816 user and library catalogs many popular libraries ship with by
13817 default. Use \\[idlwave-update-routine-info] to update this
13818 information, which is also used for completion (see item 4).
13820 3. Online IDL Help
13821 ---------------
13823 \\[idlwave-context-help] displays the IDL documentation relevant
13824 for the system variable, keyword, or routines at point. A single
13825 key stroke gets you directly to the right place in the docs. See
13826 the manual to configure where and how the HTML help is displayed.
13828 4. Completion
13829 ----------
13830 \\[idlwave-complete] completes the names of procedures, functions
13831 class names, keyword parameters, system variables and tags, class
13832 tags, structure tags, filenames and much more. It is context
13833 sensitive and figures out what is expected at point. Lower case
13834 strings are completed in lower case, other strings in mixed or
13835 upper case.
13837 5. Code Templates and Abbreviations
13838 --------------------------------
13839 Many Abbreviations are predefined to expand to code fragments and templates.
13840 The abbreviations start generally with a `\\`. Some examples:
13842 \\pr PROCEDURE template
13843 \\fu FUNCTION template
13844 \\c CASE statement template
13845 \\sw SWITCH statement template
13846 \\f FOR loop template
13847 \\r REPEAT Loop template
13848 \\w WHILE loop template
13849 \\i IF statement template
13850 \\elif IF-ELSE statement template
13851 \\b BEGIN
13853 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
13854 have direct keybindings - see the list of keybindings below.
13856 \\[idlwave-doc-header] inserts a documentation header at the
13857 beginning of the current program unit (pro, function or main).
13858 Change log entries can be added to the current program unit with
13859 \\[idlwave-doc-modification].
13861 6. Automatic Case Conversion
13862 -------------------------
13863 The case of reserved words and some abbrevs is controlled by
13864 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
13866 7. Automatic END completion
13867 ------------------------
13868 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
13869 will be converted to the specific version, like ENDIF, ENDFOR, etc.
13871 8. Hooks
13872 -----
13873 Loading idlwave.el runs `idlwave-load-hook'.
13874 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
13876 9. Documentation and Customization
13877 -------------------------------
13878 Info documentation for this package is available. Use
13879 \\[idlwave-info] to display (complain to your sysadmin if that does
13880 not work). For Postscript, PDF, and HTML versions of the
13881 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'.
13882 IDLWAVE has customize support - see the group `idlwave'.
13884 10.Keybindings
13885 -----------
13886 Here is a list of all keybindings of this mode.
13887 If some of the key bindings below show with ??, use \\[describe-key]
13888 followed by the key sequence to see what the key sequence does.
13890 \\{idlwave-mode-map}
13892 \(fn)" t nil)
13894 ;;;***
13896 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
13897 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
13898 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
13899 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
13900 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
13901 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
13902 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
13903 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (19886
13904 ;;;;;; 45771))
13905 ;;; Generated autoloads from ido.el
13907 (defvar ido-mode nil "\
13908 Determines for which functional group (buffer and files) ido behavior
13909 should be enabled. The following values are possible:
13910 - `buffer': Turn only on ido buffer behavior (switching, killing,
13911 displaying...)
13912 - `file': Turn only on ido file behavior (finding, writing, inserting...)
13913 - `both': Turn on ido buffer and file behavior.
13914 - `nil': Turn off any ido switching.
13916 Setting this variable directly does not take effect;
13917 use either \\[customize] or the function `ido-mode'.")
13919 (custom-autoload 'ido-mode "ido" nil)
13921 (autoload 'ido-mode "ido" "\
13922 Toggle ido mode on or off.
13923 With ARG, turn ido-mode on if arg is positive, off otherwise.
13924 Turning on ido-mode will remap (via a minor-mode keymap) the default
13925 keybindings for the `find-file' and `switch-to-buffer' families of
13926 commands to the ido versions of these functions.
13927 However, if ARG arg equals 'files, remap only commands for files, or
13928 if it equals 'buffers, remap only commands for buffer switching.
13929 This function also adds a hook to the minibuffer.
13931 \(fn &optional ARG)" t nil)
13933 (autoload 'ido-switch-buffer "ido" "\
13934 Switch to another buffer.
13935 The buffer is displayed according to `ido-default-buffer-method' -- the
13936 default is to show it in the same window, unless it is already visible
13937 in another frame.
13939 As you type in a string, all of the buffers matching the string are
13940 displayed if substring-matching is used (default). Look at
13941 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
13942 buffer you want, it can then be selected. As you type, most keys have
13943 their normal keybindings, except for the following: \\<ido-buffer-completion-map>
13945 RET Select the buffer at the front of the list of matches. If the
13946 list is empty, possibly prompt to create new buffer.
13948 \\[ido-select-text] Select the current prompt as the buffer.
13949 If no buffer is found, prompt for a new one.
13951 \\[ido-next-match] Put the first element at the end of the list.
13952 \\[ido-prev-match] Put the last element at the start of the list.
13953 \\[ido-complete] Complete a common suffix to the current string that
13954 matches all buffers. If there is only one match, select that buffer.
13955 If there is no common suffix, show a list of all matching buffers
13956 in a separate window.
13957 \\[ido-edit-input] Edit input string.
13958 \\[ido-fallback-command] Fallback to non-ido version of current command.
13959 \\[ido-toggle-regexp] Toggle regexp searching.
13960 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
13961 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
13962 \\[ido-completion-help] Show list of matching buffers in separate window.
13963 \\[ido-enter-find-file] Drop into `ido-find-file'.
13964 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
13965 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
13967 \(fn)" t nil)
13969 (autoload 'ido-switch-buffer-other-window "ido" "\
13970 Switch to another buffer and show it in another window.
13971 The buffer name is selected interactively by typing a substring.
13972 For details of keybindings, see `ido-switch-buffer'.
13974 \(fn)" t nil)
13976 (autoload 'ido-display-buffer "ido" "\
13977 Display a buffer in another window but don't select it.
13978 The buffer name is selected interactively by typing a substring.
13979 For details of keybindings, see `ido-switch-buffer'.
13981 \(fn)" t nil)
13983 (autoload 'ido-kill-buffer "ido" "\
13984 Kill a buffer.
13985 The buffer name is selected interactively by typing a substring.
13986 For details of keybindings, see `ido-switch-buffer'.
13988 \(fn)" t nil)
13990 (autoload 'ido-insert-buffer "ido" "\
13991 Insert contents of a buffer in current buffer after point.
13992 The buffer name is selected interactively by typing a substring.
13993 For details of keybindings, see `ido-switch-buffer'.
13995 \(fn)" t nil)
13997 (autoload 'ido-switch-buffer-other-frame "ido" "\
13998 Switch to another buffer and show it in another frame.
13999 The buffer name is selected interactively by typing a substring.
14000 For details of keybindings, see `ido-switch-buffer'.
14002 \(fn)" t nil)
14004 (autoload 'ido-find-file-in-dir "ido" "\
14005 Switch to another file starting from DIR.
14007 \(fn DIR)" t nil)
14009 (autoload 'ido-find-file "ido" "\
14010 Edit file with name obtained via minibuffer.
14011 The file is displayed according to `ido-default-file-method' -- the
14012 default is to show it in the same window, unless it is already
14013 visible in another frame.
14015 The file name is selected interactively by typing a substring. As you
14016 type in a string, all of the filenames matching the string are displayed
14017 if substring-matching is used (default). Look at `ido-enable-prefix' and
14018 `ido-toggle-prefix'. When you have found the filename you want, it can
14019 then be selected. As you type, most keys have their normal keybindings,
14020 except for the following: \\<ido-file-completion-map>
14022 RET Select the file at the front of the list of matches. If the
14023 list is empty, possibly prompt to create new file.
14025 \\[ido-select-text] Select the current prompt as the buffer or file.
14026 If no buffer or file is found, prompt for a new one.
14028 \\[ido-next-match] Put the first element at the end of the list.
14029 \\[ido-prev-match] Put the last element at the start of the list.
14030 \\[ido-complete] Complete a common suffix to the current string that
14031 matches all files. If there is only one match, select that file.
14032 If there is no common suffix, show a list of all matching files
14033 in a separate window.
14034 \\[ido-edit-input] Edit input string (including directory).
14035 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
14036 \\[ido-merge-work-directories] search for file in the work directory history.
14037 \\[ido-forget-work-directory] removes current directory from the work directory history.
14038 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
14039 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
14040 \\[ido-make-directory] prompts for a directory to create in current directory.
14041 \\[ido-fallback-command] Fallback to non-ido version of current command.
14042 \\[ido-toggle-regexp] Toggle regexp searching.
14043 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14044 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
14045 \\[ido-toggle-vc] Toggle version control for this file.
14046 \\[ido-toggle-literal] Toggle literal reading of this file.
14047 \\[ido-completion-help] Show list of matching files in separate window.
14048 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
14050 \(fn)" t nil)
14052 (autoload 'ido-find-file-other-window "ido" "\
14053 Switch to another file and show it in another window.
14054 The file name is selected interactively by typing a substring.
14055 For details of keybindings, see `ido-find-file'.
14057 \(fn)" t nil)
14059 (autoload 'ido-find-alternate-file "ido" "\
14060 Switch to another file and show it in another window.
14061 The file name is selected interactively by typing a substring.
14062 For details of keybindings, see `ido-find-file'.
14064 \(fn)" t nil)
14066 (autoload 'ido-find-file-read-only "ido" "\
14067 Edit file read-only with name obtained via minibuffer.
14068 The file name is selected interactively by typing a substring.
14069 For details of keybindings, see `ido-find-file'.
14071 \(fn)" t nil)
14073 (autoload 'ido-find-file-read-only-other-window "ido" "\
14074 Edit file read-only in other window with name obtained via minibuffer.
14075 The file name is selected interactively by typing a substring.
14076 For details of keybindings, see `ido-find-file'.
14078 \(fn)" t nil)
14080 (autoload 'ido-find-file-read-only-other-frame "ido" "\
14081 Edit file read-only in other frame with name obtained via minibuffer.
14082 The file name is selected interactively by typing a substring.
14083 For details of keybindings, see `ido-find-file'.
14085 \(fn)" t nil)
14087 (autoload 'ido-display-file "ido" "\
14088 Display a file in another window but don't select it.
14089 The file name is selected interactively by typing a substring.
14090 For details of keybindings, see `ido-find-file'.
14092 \(fn)" t nil)
14094 (autoload 'ido-find-file-other-frame "ido" "\
14095 Switch to another file and show it in another frame.
14096 The file name is selected interactively by typing a substring.
14097 For details of keybindings, see `ido-find-file'.
14099 \(fn)" t nil)
14101 (autoload 'ido-write-file "ido" "\
14102 Write current buffer to a file.
14103 The file name is selected interactively by typing a substring.
14104 For details of keybindings, see `ido-find-file'.
14106 \(fn)" t nil)
14108 (autoload 'ido-insert-file "ido" "\
14109 Insert contents of file in current buffer.
14110 The file name is selected interactively by typing a substring.
14111 For details of keybindings, see `ido-find-file'.
14113 \(fn)" t nil)
14115 (autoload 'ido-dired "ido" "\
14116 Call `dired' the ido way.
14117 The directory is selected interactively by typing a substring.
14118 For details of keybindings, see `ido-find-file'.
14120 \(fn)" t nil)
14122 (autoload 'ido-read-buffer "ido" "\
14123 Ido replacement for the built-in `read-buffer'.
14124 Return the name of a buffer selected.
14125 PROMPT is the prompt to give to the user. DEFAULT if given is the default
14126 buffer to be selected, which will go to the front of the list.
14127 If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
14129 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
14131 (autoload 'ido-read-file-name "ido" "\
14132 Ido replacement for the built-in `read-file-name'.
14133 Read file name, prompting with PROMPT and completing in directory DIR.
14134 See `read-file-name' for additional parameters.
14136 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
14138 (autoload 'ido-read-directory-name "ido" "\
14139 Ido replacement for the built-in `read-directory-name'.
14140 Read directory name, prompting with PROMPT and completing in directory DIR.
14141 See `read-directory-name' for additional parameters.
14143 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
14145 (autoload 'ido-completing-read "ido" "\
14146 Ido replacement for the built-in `completing-read'.
14147 Read a string in the minibuffer with ido-style completion.
14148 PROMPT is a string to prompt with; normally it ends in a colon and a space.
14149 CHOICES is a list of strings which are the possible completions.
14150 PREDICATE and INHERIT-INPUT-METHOD is currently ignored; it is included
14151 to be compatible with `completing-read'.
14152 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
14153 the input is (or completes to) an element of CHOICES or is null.
14154 If the input is null, `ido-completing-read' returns DEF, or an empty
14155 string if DEF is nil, regardless of the value of REQUIRE-MATCH.
14156 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
14157 with point positioned at the end.
14158 HIST, if non-nil, specifies a history list.
14159 DEF, if non-nil, is the default value.
14161 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
14163 ;;;***
14165 ;;;### (autoloads (ielm) "ielm" "ielm.el" (19886 45771))
14166 ;;; Generated autoloads from ielm.el
14167 (add-hook 'same-window-buffer-names (purecopy "*ielm*"))
14169 (autoload 'ielm "ielm" "\
14170 Interactively evaluate Emacs Lisp expressions.
14171 Switches to the buffer `*ielm*', or creates it if it does not exist.
14173 \(fn)" t nil)
14175 ;;;***
14177 ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (19845 45374))
14178 ;;; Generated autoloads from iimage.el
14180 (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
14182 (autoload 'iimage-mode "iimage" "\
14183 Toggle inline image minor mode.
14185 \(fn &optional ARG)" t nil)
14187 ;;;***
14189 ;;;### (autoloads (imagemagick-register-types create-animated-image
14190 ;;;;;; defimage find-image remove-images insert-sliced-image insert-image
14191 ;;;;;; put-image create-image image-type-auto-detected-p image-type-available-p
14192 ;;;;;; image-type image-type-from-file-name image-type-from-file-header
14193 ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14194 ;;;;;; (19849 29307))
14195 ;;; Generated autoloads from image.el
14197 (autoload 'image-type-from-data "image" "\
14198 Determine the image type from image data DATA.
14199 Value is a symbol specifying the image type or nil if type cannot
14200 be determined.
14202 \(fn DATA)" nil nil)
14204 (autoload 'image-type-from-buffer "image" "\
14205 Determine the image type from data in the current buffer.
14206 Value is a symbol specifying the image type or nil if type cannot
14207 be determined.
14209 \(fn)" nil nil)
14211 (autoload 'image-type-from-file-header "image" "\
14212 Determine the type of image file FILE from its first few bytes.
14213 Value is a symbol specifying the image type, or nil if type cannot
14214 be determined.
14216 \(fn FILE)" nil nil)
14218 (autoload 'image-type-from-file-name "image" "\
14219 Determine the type of image file FILE from its name.
14220 Value is a symbol specifying the image type, or nil if type cannot
14221 be determined.
14223 \(fn FILE)" nil nil)
14225 (autoload 'image-type "image" "\
14226 Determine and return image type.
14227 SOURCE is an image file name or image data.
14228 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14229 or nil, try to determine the image type from its first few bytes
14230 of image data. If that doesn't work, and SOURCE is a file name,
14231 use its file extension as image type.
14232 Optional DATA-P non-nil means SOURCE is a string containing image data.
14234 \(fn SOURCE &optional TYPE DATA-P)" nil nil)
14236 (autoload 'image-type-available-p "image" "\
14237 Return non-nil if image type TYPE is available.
14238 Image types are symbols like `xbm' or `jpeg'.
14240 \(fn TYPE)" nil nil)
14242 (autoload 'image-type-auto-detected-p "image" "\
14243 Return t if the current buffer contains an auto-detectable image.
14244 This function is intended to be used from `magic-fallback-mode-alist'.
14246 The buffer is considered to contain an auto-detectable image if
14247 its beginning matches an image type in `image-type-header-regexps',
14248 and that image type is present in `image-type-auto-detectable' with a
14249 non-nil value. If that value is non-nil, but not t, then the image type
14250 must be available.
14252 \(fn)" nil nil)
14254 (autoload 'create-image "image" "\
14255 Create an image.
14256 FILE-OR-DATA is an image file name or image data.
14257 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14258 or nil, try to determine the image type from its first few bytes
14259 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14260 use its file extension as image type.
14261 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14262 Optional PROPS are additional image attributes to assign to the image,
14263 like, e.g. `:mask MASK'.
14264 Value is the image created, or nil if images of type TYPE are not supported.
14266 Images should not be larger than specified by `max-image-size'.
14268 Image file names that are not absolute are searched for in the
14269 \"images\" sub-directory of `data-directory' and
14270 `x-bitmap-file-path' (in that order).
14272 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14274 (autoload 'put-image "image" "\
14275 Put image IMAGE in front of POS in the current buffer.
14276 IMAGE must be an image created with `create-image' or `defimage'.
14277 IMAGE is displayed by putting an overlay into the current buffer with a
14278 `before-string' STRING that has a `display' property whose value is the
14279 image. STRING is defaulted if you omit it.
14280 POS may be an integer or marker.
14281 AREA is where to display the image. AREA nil or omitted means
14282 display it in the text area, a value of `left-margin' means
14283 display it in the left marginal area, a value of `right-margin'
14284 means display it in the right marginal area.
14286 \(fn IMAGE POS &optional STRING AREA)" nil nil)
14288 (autoload 'insert-image "image" "\
14289 Insert IMAGE into current buffer at point.
14290 IMAGE is displayed by inserting STRING into the current buffer
14291 with a `display' property whose value is the image. STRING is
14292 defaulted if you omit it.
14293 AREA is where to display the image. AREA nil or omitted means
14294 display it in the text area, a value of `left-margin' means
14295 display it in the left marginal area, a value of `right-margin'
14296 means display it in the right marginal area.
14297 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
14298 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
14299 specifying the X and Y positions and WIDTH and HEIGHT of image area
14300 to insert. A float value 0.0 - 1.0 means relative to the width or
14301 height of the image; integer values are taken as pixel values.
14303 \(fn IMAGE &optional STRING AREA SLICE)" nil nil)
14305 (autoload 'insert-sliced-image "image" "\
14306 Insert IMAGE into current buffer at point.
14307 IMAGE is displayed by inserting STRING into the current buffer
14308 with a `display' property whose value is the image. STRING is
14309 defaulted if you omit it.
14310 AREA is where to display the image. AREA nil or omitted means
14311 display it in the text area, a value of `left-margin' means
14312 display it in the left marginal area, a value of `right-margin'
14313 means display it in the right marginal area.
14314 The image is automatically split into ROWS x COLS slices.
14316 \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
14318 (autoload 'remove-images "image" "\
14319 Remove images between START and END in BUFFER.
14320 Remove only images that were put in BUFFER with calls to `put-image'.
14321 BUFFER nil or omitted means use the current buffer.
14323 \(fn START END &optional BUFFER)" nil nil)
14325 (autoload 'find-image "image" "\
14326 Find an image, choosing one of a list of image specifications.
14328 SPECS is a list of image specifications.
14330 Each image specification in SPECS is a property list. The contents of
14331 a specification are image type dependent. All specifications must at
14332 least contain the properties `:type TYPE' and either `:file FILE' or
14333 `:data DATA', where TYPE is a symbol specifying the image type,
14334 e.g. `xbm', FILE is the file to load the image from, and DATA is a
14335 string containing the actual image data. The specification whose TYPE
14336 is supported, and FILE exists, is used to construct the image
14337 specification to be returned. Return nil if no specification is
14338 satisfied.
14340 The image is looked for in `image-load-path'.
14342 Image files should not be larger than specified by `max-image-size'.
14344 \(fn SPECS)" nil nil)
14346 (autoload 'defimage "image" "\
14347 Define SYMBOL as an image.
14349 SPECS is a list of image specifications. DOC is an optional
14350 documentation string.
14352 Each image specification in SPECS is a property list. The contents of
14353 a specification are image type dependent. All specifications must at
14354 least contain the properties `:type TYPE' and either `:file FILE' or
14355 `:data DATA', where TYPE is a symbol specifying the image type,
14356 e.g. `xbm', FILE is the file to load the image from, and DATA is a
14357 string containing the actual image data. The first image
14358 specification whose TYPE is supported, and FILE exists, is used to
14359 define SYMBOL.
14361 Example:
14363 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
14364 (:type xbm :file \"~/test1.xbm\")))
14366 \(fn SYMBOL SPECS &optional DOC)" nil (quote macro))
14368 (put 'defimage 'doc-string-elt '3)
14370 (autoload 'create-animated-image "image" "\
14371 Create an animated image.
14372 FILE-OR-DATA is an image file name or image data.
14373 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14374 or nil, try to determine the image type from its first few bytes
14375 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14376 use its file extension as image type.
14377 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14378 Optional PROPS are additional image attributes to assign to the image,
14379 like, e.g. `:mask MASK'.
14380 Value is the image created, or nil if images of type TYPE are not supported.
14382 Images should not be larger than specified by `max-image-size'.
14384 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14386 (autoload 'imagemagick-register-types "image" "\
14387 Register the file types that ImageMagick is able to handle.
14389 \(fn)" nil nil)
14391 ;;;***
14393 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
14394 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
14395 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
14396 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
14397 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
14398 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
14399 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
14400 ;;;;;; "image-dired" "image-dired.el" (19886 45771))
14401 ;;; Generated autoloads from image-dired.el
14403 (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
14404 Toggle thumbnails in front of file names in the dired buffer.
14405 If no marked file could be found, insert or hide thumbnails on the
14406 current line. ARG, if non-nil, specifies the files to use instead
14407 of the marked files. If ARG is an integer, use the next ARG (or
14408 previous -ARG, if ARG<0) files.
14410 \(fn &optional ARG)" t nil)
14412 (autoload 'image-dired-dired-with-window-configuration "image-dired" "\
14413 Open directory DIR and create a default window configuration.
14415 Convenience command that:
14417 - Opens dired in folder DIR
14418 - Splits windows in most useful (?) way
14419 - Set `truncate-lines' to t
14421 After the command has finished, you would typically mark some
14422 image files in dired and type
14423 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
14425 If called with prefix argument ARG, skip splitting of windows.
14427 The current window configuration is saved and can be restored by
14428 calling `image-dired-restore-window-configuration'.
14430 \(fn DIR &optional ARG)" t nil)
14432 (autoload 'image-dired-display-thumbs "image-dired" "\
14433 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
14434 If a thumbnail image does not exist for a file, it is created on the
14435 fly. With prefix argument ARG, display only thumbnail for file at
14436 point (this is useful if you have marked some files but want to show
14437 another one).
14439 Recommended usage is to split the current frame horizontally so that
14440 you have the dired buffer in the left window and the
14441 `image-dired-thumbnail-buffer' buffer in the right window.
14443 With optional argument APPEND, append thumbnail to thumbnail buffer
14444 instead of erasing it first.
14446 Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
14447 used or not. If non-nil, use `display-buffer' instead of
14448 `pop-to-buffer'. This is used from functions like
14449 `image-dired-next-line-and-display' and
14450 `image-dired-previous-line-and-display' where we do not want the
14451 thumbnail buffer to be selected.
14453 \(fn &optional ARG APPEND DO-NOT-POP)" t nil)
14455 (autoload 'image-dired-show-all-from-dir "image-dired" "\
14456 Make a preview buffer for all images in DIR and display it.
14457 If the number of files in DIR matching `image-file-name-regexp'
14458 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
14459 displayed.
14461 \(fn DIR)" t nil)
14463 (defalias 'image-dired 'image-dired-show-all-from-dir)
14465 (defalias 'tumme 'image-dired-show-all-from-dir)
14467 (autoload 'image-dired-tag-files "image-dired" "\
14468 Tag marked file(s) in dired. With prefix ARG, tag file at point.
14470 \(fn ARG)" t nil)
14472 (autoload 'image-dired-delete-tag "image-dired" "\
14473 Remove tag for selected file(s).
14474 With prefix argument ARG, remove tag from file at point.
14476 \(fn ARG)" t nil)
14478 (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
14479 Jump to thumbnail buffer.
14481 \(fn)" t nil)
14483 (autoload 'image-dired-setup-dired-keybindings "image-dired" "\
14484 Setup easy-to-use keybindings for the commands to be used in dired mode.
14485 Note that n, p and <down> and <up> will be hijacked and bound to
14486 `image-dired-dired-x-line'.
14488 \(fn)" t nil)
14490 (autoload 'image-dired-display-thumbs-append "image-dired" "\
14491 Append thumbnails to `image-dired-thumbnail-buffer'.
14493 \(fn)" t nil)
14495 (autoload 'image-dired-display-thumb "image-dired" "\
14496 Shorthand for `image-dired-display-thumbs' with prefix argument.
14498 \(fn)" t nil)
14500 (autoload 'image-dired-dired-display-external "image-dired" "\
14501 Display file at point using an external viewer.
14503 \(fn)" t nil)
14505 (autoload 'image-dired-dired-display-image "image-dired" "\
14506 Display current image file.
14507 See documentation for `image-dired-display-image' for more information.
14508 With prefix argument ARG, display image in its original size.
14510 \(fn &optional ARG)" t nil)
14512 (autoload 'image-dired-dired-comment-files "image-dired" "\
14513 Add comment to current or marked files in dired.
14515 \(fn)" t nil)
14517 (autoload 'image-dired-mark-tagged-files "image-dired" "\
14518 Use regexp to mark files with matching tag.
14519 A `tag' is a keyword, a piece of meta data, associated with an
14520 image file and stored in image-dired's database file. This command
14521 lets you input a regexp and this will be matched against all tags
14522 on all image files in the database file. The files that have a
14523 matching tag will be marked in the dired buffer.
14525 \(fn)" t nil)
14527 (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
14528 Edit comment and tags of current or marked image files.
14529 Edit comment and tags for all marked image files in an
14530 easy-to-use form.
14532 \(fn)" t nil)
14534 ;;;***
14536 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
14537 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
14538 ;;;;;; "image-file.el" (19845 45374))
14539 ;;; Generated autoloads from image-file.el
14541 (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
14542 A list of image-file filename extensions.
14543 Filenames having one of these extensions are considered image files,
14544 in addition to those matching `image-file-name-regexps'.
14546 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
14547 setting this variable directly does not take effect unless
14548 `auto-image-file-mode' is re-enabled; this happens automatically when
14549 the variable is set using \\[customize].")
14551 (custom-autoload 'image-file-name-extensions "image-file" nil)
14553 (defvar image-file-name-regexps nil "\
14554 List of regexps matching image-file filenames.
14555 Filenames matching one of these regexps are considered image files,
14556 in addition to those with an extension in `image-file-name-extensions'.
14558 See function `auto-image-file-mode'; if `auto-image-file-mode' is
14559 enabled, setting this variable directly does not take effect unless
14560 `auto-image-file-mode' is re-enabled; this happens automatically when
14561 the variable is set using \\[customize].")
14563 (custom-autoload 'image-file-name-regexps "image-file" nil)
14565 (autoload 'image-file-name-regexp "image-file" "\
14566 Return a regular expression matching image-file filenames.
14568 \(fn)" nil nil)
14570 (autoload 'insert-image-file "image-file" "\
14571 Insert the image file FILE into the current buffer.
14572 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
14573 the command `insert-file-contents'.
14575 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
14577 (defvar auto-image-file-mode nil "\
14578 Non-nil if Auto-Image-File mode is enabled.
14579 See the command `auto-image-file-mode' for a description of this minor mode.
14580 Setting this variable directly does not take effect;
14581 either customize it (see the info node `Easy Customization')
14582 or call the function `auto-image-file-mode'.")
14584 (custom-autoload 'auto-image-file-mode "image-file" nil)
14586 (autoload 'auto-image-file-mode "image-file" "\
14587 Toggle visiting of image files as images.
14588 With prefix argument ARG, turn on if positive, otherwise off.
14589 Returns non-nil if the new state is enabled.
14591 Image files are those whose name has an extension in
14592 `image-file-name-extensions', or matches a regexp in
14593 `image-file-name-regexps'.
14595 \(fn &optional ARG)" t nil)
14597 ;;;***
14599 ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
14600 ;;;;;; image-mode) "image-mode" "image-mode.el" (19890 42850))
14601 ;;; Generated autoloads from image-mode.el
14603 (autoload 'image-mode "image-mode" "\
14604 Major mode for image files.
14605 You can use \\<image-mode-map>\\[image-toggle-display]
14606 to toggle between display as an image and display as text.
14608 \(fn)" t nil)
14610 (autoload 'image-minor-mode "image-mode" "\
14611 Toggle Image minor mode.
14612 With arg, turn Image minor mode on if arg is positive, off otherwise.
14613 It provides the key \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
14614 to display an image file as the actual image.
14616 \(fn &optional ARG)" t nil)
14618 (autoload 'image-mode-as-text "image-mode" "\
14619 Set a non-image mode as major mode in combination with image minor mode.
14620 A non-image major mode found from `auto-mode-alist' or Fundamental mode
14621 displays an image file as text. `image-minor-mode' provides the key
14622 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
14623 to display an image file as the actual image.
14625 You can use `image-mode-as-text' in `auto-mode-alist' when you want
14626 to display an image file as text initially.
14628 See commands `image-mode' and `image-minor-mode' for more information
14629 on these modes.
14631 \(fn)" t nil)
14633 (autoload 'image-bookmark-jump "image-mode" "\
14636 \(fn BMK)" nil nil)
14638 ;;;***
14640 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
14641 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (19845 45374))
14642 ;;; Generated autoloads from imenu.el
14644 (defvar imenu-sort-function nil "\
14645 The function to use for sorting the index mouse-menu.
14647 Affects only the mouse index menu.
14649 Set this to nil if you don't want any sorting (faster).
14650 The items in the menu are then presented in the order they were found
14651 in the buffer.
14653 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
14655 The function should take two arguments and return t if the first
14656 element should come before the second. The arguments are cons cells;
14657 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
14659 (custom-autoload 'imenu-sort-function "imenu" t)
14661 (defvar imenu-generic-expression nil "\
14662 The regex pattern to use for creating a buffer index.
14664 If non-nil this pattern is passed to `imenu--generic-function' to
14665 create a buffer index. Look there for the documentation of this
14666 pattern's structure.
14668 For example, see the value of `fortran-imenu-generic-expression' used by
14669 `fortran-mode' with `imenu-syntax-alist' set locally to give the
14670 characters which normally have \"symbol\" syntax \"word\" syntax
14671 during matching.")
14672 (put 'imenu-generic-expression 'risky-local-variable t)
14674 (make-variable-buffer-local 'imenu-generic-expression)
14676 (defvar imenu-create-index-function 'imenu-default-create-index-function "\
14677 The function to use for creating an index alist of the current buffer.
14679 It should be a function that takes no arguments and returns
14680 an index alist of the current buffer. The function is
14681 called within a `save-excursion'.
14683 See `imenu--index-alist' for the format of the buffer index alist.")
14685 (make-variable-buffer-local 'imenu-create-index-function)
14687 (defvar imenu-prev-index-position-function 'beginning-of-defun "\
14688 Function for finding the next index position.
14690 If `imenu-create-index-function' is set to
14691 `imenu-default-create-index-function', then you must set this variable
14692 to a function that will find the next index, looking backwards in the
14693 file.
14695 The function should leave point at the place to be connected to the
14696 index and it should return nil when it doesn't find another index.")
14698 (make-variable-buffer-local 'imenu-prev-index-position-function)
14700 (defvar imenu-extract-index-name-function nil "\
14701 Function for extracting the index item name, given a position.
14703 This function is called after `imenu-prev-index-position-function'
14704 finds a position for an index item, with point at that position.
14705 It should return the name for that index item.")
14707 (make-variable-buffer-local 'imenu-extract-index-name-function)
14709 (defvar imenu-name-lookup-function nil "\
14710 Function to compare string with index item.
14712 This function will be called with two strings, and should return
14713 non-nil if they match.
14715 If nil, comparison is done with `string='.
14716 Set this to some other function for more advanced comparisons,
14717 such as \"begins with\" or \"name matches and number of
14718 arguments match\".")
14720 (make-variable-buffer-local 'imenu-name-lookup-function)
14722 (defvar imenu-default-goto-function 'imenu-default-goto-function "\
14723 The default function called when selecting an Imenu item.
14724 The function in this variable is called when selecting a normal index-item.")
14726 (make-variable-buffer-local 'imenu-default-goto-function)
14727 (put 'imenu--index-alist 'risky-local-variable t)
14729 (make-variable-buffer-local 'imenu-syntax-alist)
14731 (make-variable-buffer-local 'imenu-case-fold-search)
14733 (autoload 'imenu-add-to-menubar "imenu" "\
14734 Add an `imenu' entry to the menu bar for the current buffer.
14735 NAME is a string used to name the menu bar item.
14736 See the command `imenu' for more information.
14738 \(fn NAME)" t nil)
14740 (autoload 'imenu-add-menubar-index "imenu" "\
14741 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
14743 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
14745 \(fn)" t nil)
14747 (autoload 'imenu "imenu" "\
14748 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
14749 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
14750 for more information.
14752 \(fn INDEX-ITEM)" t nil)
14754 ;;;***
14756 ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
14757 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
14758 ;;;;;; "ind-util" "language/ind-util.el" (19845 45374))
14759 ;;; Generated autoloads from language/ind-util.el
14761 (autoload 'indian-compose-region "ind-util" "\
14762 Compose the region according to `composition-function-table'.
14764 \(fn FROM TO)" t nil)
14766 (autoload 'indian-compose-string "ind-util" "\
14769 \(fn STRING)" nil nil)
14771 (autoload 'in-is13194-post-read-conversion "ind-util" "\
14774 \(fn LEN)" nil nil)
14776 (autoload 'in-is13194-pre-write-conversion "ind-util" "\
14779 \(fn FROM TO)" nil nil)
14781 (autoload 'indian-2-column-to-ucs-region "ind-util" "\
14782 Convert old Emacs Devanagari characters to UCS.
14784 \(fn FROM TO)" t nil)
14786 ;;;***
14788 ;;;### (autoloads (inferior-lisp inferior-lisp-prompt inferior-lisp-load-command
14789 ;;;;;; inferior-lisp-program inferior-lisp-filter-regexp) "inf-lisp"
14790 ;;;;;; "progmodes/inf-lisp.el" (19845 45374))
14791 ;;; Generated autoloads from progmodes/inf-lisp.el
14793 (defvar inferior-lisp-filter-regexp (purecopy "\\`\\s *\\(:\\(\\w\\|\\s_\\)\\)?\\s *\\'") "\
14794 *What not to save on inferior Lisp's input history.
14795 Input matching this regexp is not saved on the input history in Inferior Lisp
14796 mode. Default is whitespace followed by 0 or 1 single-letter colon-keyword
14797 \(as in :a, :c, etc.)")
14799 (custom-autoload 'inferior-lisp-filter-regexp "inf-lisp" t)
14801 (defvar inferior-lisp-program (purecopy "lisp") "\
14802 *Program name for invoking an inferior Lisp in Inferior Lisp mode.")
14804 (custom-autoload 'inferior-lisp-program "inf-lisp" t)
14806 (defvar inferior-lisp-load-command (purecopy "(load \"%s\")\n") "\
14807 *Format-string for building a Lisp expression to load a file.
14808 This format string should use `%s' to substitute a file name
14809 and should result in a Lisp expression that will command the inferior Lisp
14810 to load that file. The default works acceptably on most Lisps.
14811 The string \"(progn (load \\\"%s\\\" :verbose nil :print t) (values))\\n\"
14812 produces cosmetically superior output for this application,
14813 but it works only in Common Lisp.")
14815 (custom-autoload 'inferior-lisp-load-command "inf-lisp" t)
14817 (defvar inferior-lisp-prompt (purecopy "^[^> \n]*>+:? *") "\
14818 Regexp to recognize prompts in the Inferior Lisp mode.
14819 Defaults to \"^[^> \\n]*>+:? *\", which works pretty good for Lucid, kcl,
14820 and franz. This variable is used to initialize `comint-prompt-regexp' in the
14821 Inferior Lisp buffer.
14823 This variable is only used if the variable
14824 `comint-use-prompt-regexp' is non-nil.
14826 More precise choices:
14827 Lucid Common Lisp: \"^\\\\(>\\\\|\\\\(->\\\\)+\\\\) *\"
14828 franz: \"^\\\\(->\\\\|<[0-9]*>:\\\\) *\"
14829 kcl: \"^>+ *\"
14831 This is a fine thing to set in your .emacs file or through Custom.")
14833 (custom-autoload 'inferior-lisp-prompt "inf-lisp" t)
14835 (defvar inferior-lisp-mode-hook 'nil "\
14836 *Hook for customizing Inferior Lisp mode.")
14838 (autoload 'inferior-lisp "inf-lisp" "\
14839 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
14840 If there is a process already running in `*inferior-lisp*', just switch
14841 to that buffer.
14842 With argument, allows you to edit the command line (default is value
14843 of `inferior-lisp-program'). Runs the hooks from
14844 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
14845 \(Type \\[describe-mode] in the process buffer for a list of commands.)
14847 \(fn CMD)" t nil)
14848 (add-hook 'same-window-buffer-names (purecopy "*inferior-lisp*"))
14850 (defalias 'run-lisp 'inferior-lisp)
14852 ;;;***
14854 ;;;### (autoloads (info-display-manual Info-bookmark-jump Info-speedbar-browser
14855 ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
14856 ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
14857 ;;;;;; Info-on-current-buffer info-standalone info-emacs-manual
14858 ;;;;;; info info-other-window) "info" "info.el" (19867 52471))
14859 ;;; Generated autoloads from info.el
14861 (autoload 'info-other-window "info" "\
14862 Like `info' but show the Info buffer in another window.
14864 \(fn &optional FILE-OR-NODE)" t nil)
14865 (add-hook 'same-window-regexps (purecopy "\\*info\\*\\(\\|<[0-9]+>\\)"))
14866 (put 'info 'info-file (purecopy "emacs"))
14868 (autoload 'info "info" "\
14869 Enter Info, the documentation browser.
14870 Optional argument FILE-OR-NODE specifies the file to examine;
14871 the default is the top-level directory of Info.
14872 Called from a program, FILE-OR-NODE may specify an Info node of the form
14873 `(FILENAME)NODENAME'.
14874 Optional argument BUFFER specifies the Info buffer name;
14875 the default buffer name is *info*. If BUFFER exists,
14876 just switch to BUFFER. Otherwise, create a new buffer
14877 with the top-level Info directory.
14879 In interactive use, a non-numeric prefix argument directs
14880 this command to read a file name from the minibuffer.
14881 A numeric prefix argument selects an Info buffer with the prefix number
14882 appended to the Info buffer name.
14884 The search path for Info files is in the variable `Info-directory-list'.
14885 The top-level Info directory is made by combining all the files named `dir'
14886 in all the directories in that path.
14888 See a list of available Info commands in `Info-mode'.
14890 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
14892 (autoload 'info-emacs-manual "info" "\
14893 Display the Emacs manual in Info mode.
14895 \(fn)" t nil)
14897 (autoload 'info-standalone "info" "\
14898 Run Emacs as a standalone Info reader.
14899 Usage: emacs -f info-standalone [filename]
14900 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
14902 \(fn)" nil nil)
14904 (autoload 'Info-on-current-buffer "info" "\
14905 Use Info mode to browse the current Info buffer.
14906 With a prefix arg, this queries for the node name to visit first;
14907 otherwise, that defaults to `Top'.
14909 \(fn &optional NODENAME)" t nil)
14911 (autoload 'Info-directory "info" "\
14912 Go to the Info directory node.
14914 \(fn)" t nil)
14916 (autoload 'Info-index "info" "\
14917 Look up a string TOPIC in the index for this manual and go to that entry.
14918 If there are no exact matches to the specified topic, this chooses
14919 the first match which is a case-insensitive substring of a topic.
14920 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
14921 Give an empty topic name to go to the Index node itself.
14923 \(fn TOPIC)" t nil)
14925 (autoload 'info-apropos "info" "\
14926 Grovel indices of all known Info files on your system for STRING.
14927 Build a menu of the possible matches.
14929 \(fn STRING)" t nil)
14931 (autoload 'info-finder "info" "\
14932 Display descriptions of the keywords in the Finder virtual manual.
14933 In interactive use, a prefix argument directs this command to read
14934 a list of keywords separated by comma. After that, it displays a node
14935 with a list of packages that contain all specified keywords.
14937 \(fn &optional KEYWORDS)" t nil)
14939 (autoload 'Info-mode "info" "\
14940 Info mode provides commands for browsing through the Info documentation tree.
14941 Documentation in Info is divided into \"nodes\", each of which discusses
14942 one topic and contains references to other nodes which discuss related
14943 topics. Info has commands to follow the references and show you other nodes.
14945 \\<Info-mode-map>\\[Info-help] Invoke the Info tutorial.
14946 \\[Info-exit] Quit Info: reselect previously selected buffer.
14948 Selecting other nodes:
14949 \\[Info-mouse-follow-nearest-node]
14950 Follow a node reference you click on.
14951 This works with menu items, cross references, and
14952 the \"next\", \"previous\" and \"up\", depending on where you click.
14953 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
14954 \\[Info-next] Move to the \"next\" node of this node.
14955 \\[Info-prev] Move to the \"previous\" node of this node.
14956 \\[Info-up] Move \"up\" from this node.
14957 \\[Info-menu] Pick menu item specified by name (or abbreviation).
14958 Picking a menu item causes another node to be selected.
14959 \\[Info-directory] Go to the Info directory node.
14960 \\[Info-top-node] Go to the Top node of this file.
14961 \\[Info-final-node] Go to the final node in this file.
14962 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
14963 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
14964 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
14965 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item.
14966 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
14967 \\[Info-history-back] Move back in history to the last node you were at.
14968 \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back].
14969 \\[Info-history] Go to menu of visited nodes.
14970 \\[Info-toc] Go to table of contents of the current Info file.
14972 Moving within a node:
14973 \\[Info-scroll-up] Normally, scroll forward a full screen.
14974 Once you scroll far enough in a node that its menu appears on the
14975 screen but after point, the next scroll moves into its first
14976 subnode. When after all menu items (or if there is no menu),
14977 move up to the parent node.
14978 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
14979 already visible, try to go to the previous menu entry, or up
14980 if there is none.
14981 \\[beginning-of-buffer] Go to beginning of node.
14983 Advanced commands:
14984 \\[Info-search] Search through this Info file for specified regexp,
14985 and select the node in which the next occurrence is found.
14986 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
14987 \\[isearch-forward], \\[isearch-forward-regexp] Use Isearch to search through multiple Info nodes.
14988 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
14989 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
14990 \\[Info-virtual-index] Look for a string and display the index node with results.
14991 \\[info-apropos] Look for a string in the indices of all manuals.
14992 \\[Info-goto-node] Move to node specified by name.
14993 You may include a filename as well, as (FILENAME)NODENAME.
14994 1 .. 9 Pick first ... ninth item in node's menu.
14995 Every third `*' is highlighted to help pick the right number.
14996 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
14997 \\[clone-buffer] Select a new cloned Info buffer in another window.
14998 \\[universal-argument] \\[info] Move to new Info file with completion.
14999 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
15001 \(fn)" t nil)
15002 (put 'Info-goto-emacs-command-node 'info-file (purecopy "emacs"))
15004 (autoload 'Info-goto-emacs-command-node "info" "\
15005 Go to the Info node in the Emacs manual for command COMMAND.
15006 The command is found by looking up in Emacs manual's indices
15007 or in another manual found via COMMAND's `info-file' property or
15008 the variable `Info-file-list-for-emacs'.
15009 COMMAND must be a symbol or string.
15011 \(fn COMMAND)" t nil)
15012 (put 'Info-goto-emacs-key-command-node 'info-file (purecopy "emacs"))
15014 (autoload 'Info-goto-emacs-key-command-node "info" "\
15015 Go to the node in the Emacs manual which describes the command bound to KEY.
15016 KEY is a string.
15017 Interactively, if the binding is `execute-extended-command', a command is read.
15018 The command is found by looking up in Emacs manual's indices
15019 or in another manual found via COMMAND's `info-file' property or
15020 the variable `Info-file-list-for-emacs'.
15022 \(fn KEY)" t nil)
15024 (autoload 'Info-speedbar-browser "info" "\
15025 Initialize speedbar to display an Info node browser.
15026 This will add a speedbar major display mode.
15028 \(fn)" t nil)
15030 (autoload 'Info-bookmark-jump "info" "\
15031 This implements the `handler' function interface for the record
15032 type returned by `Info-bookmark-make-record', which see.
15034 \(fn BMK)" nil nil)
15036 (autoload 'info-display-manual "info" "\
15037 Go to Info buffer that displays MANUAL, creating it if none already exists.
15039 \(fn MANUAL)" t nil)
15041 ;;;***
15043 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15044 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15045 ;;;;;; (19845 45374))
15046 ;;; Generated autoloads from info-look.el
15048 (autoload 'info-lookup-reset "info-look" "\
15049 Throw away all cached data.
15050 This command is useful if the user wants to start at the beginning without
15051 quitting Emacs, for example, after some Info documents were updated on the
15052 system.
15054 \(fn)" t nil)
15055 (put 'info-lookup-symbol 'info-file "emacs")
15057 (autoload 'info-lookup-symbol "info-look" "\
15058 Display the definition of SYMBOL, as found in the relevant manual.
15059 When this command is called interactively, it reads SYMBOL from the
15060 minibuffer. In the minibuffer, use M-n to yank the default argument
15061 value into the minibuffer so you can edit it. The default symbol is the
15062 one found at point.
15064 With prefix arg a query for the symbol help mode is offered.
15066 \(fn SYMBOL &optional MODE)" t nil)
15067 (put 'info-lookup-file 'info-file "emacs")
15069 (autoload 'info-lookup-file "info-look" "\
15070 Display the documentation of a file.
15071 When this command is called interactively, it reads FILE from the minibuffer.
15072 In the minibuffer, use M-n to yank the default file name
15073 into the minibuffer so you can edit it.
15074 The default file name is the one found at point.
15076 With prefix arg a query for the file help mode is offered.
15078 \(fn FILE &optional MODE)" t nil)
15080 (autoload 'info-complete-symbol "info-look" "\
15081 Perform completion on symbol preceding point.
15083 \(fn &optional MODE)" t nil)
15085 (autoload 'info-complete-file "info-look" "\
15086 Perform completion on file preceding point.
15088 \(fn &optional MODE)" t nil)
15090 ;;;***
15092 ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15093 ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15094 ;;;;;; (19886 45771))
15095 ;;; Generated autoloads from info-xref.el
15097 (autoload 'info-xref-check "info-xref" "\
15098 Check external references in FILENAME, an info document.
15099 Interactively from an `Info-mode' or `texinfo-mode' buffer the
15100 current info file is the default.
15102 Results are shown in a `compilation-mode' buffer. The format is
15103 a bit rough, but there shouldn't be many problems normally. The
15104 file:line:column: is the info document, but of course normally
15105 any correction should be made in the original .texi file.
15106 Finding the right place in the .texi is a manual process.
15108 When a target info file doesn't exist there's obviously no way to
15109 validate node references within it. A message is given for
15110 missing target files once per source document. It could be
15111 simply that you don't have the target installed, or it could be a
15112 mistake in the reference.
15114 Indirect info files are understood, just pass the top-level
15115 foo.info to `info-xref-check' and it traverses all sub-files.
15116 Compressed info files are accepted too as usual for `Info-mode'.
15118 \"makeinfo\" checks references internal to an info document, but
15119 not external references, which makes it rather easy for mistakes
15120 to creep in or node name changes to go unnoticed.
15121 `Info-validate' doesn't check external references either.
15123 \(fn FILENAME)" t nil)
15125 (autoload 'info-xref-check-all "info-xref" "\
15126 Check external references in all info documents in the info path.
15127 `Info-directory-list' and `Info-additional-directory-list' are
15128 the info paths. See `info-xref-check' for how each file is
15129 checked.
15131 The search for \"all\" info files is rather permissive, since
15132 info files don't necessarily have a \".info\" extension and in
15133 particular the Emacs manuals normally don't. If you have a
15134 source code directory in `Info-directory-list' then a lot of
15135 extraneous files might be read. This will be time consuming but
15136 should be harmless.
15138 \(fn)" t nil)
15140 (autoload 'info-xref-check-all-custom "info-xref" "\
15141 Check info references in all customize groups and variables.
15142 Info references can be in `custom-manual' or `info-link' entries
15143 of the `custom-links' for a variable.
15145 Any `custom-load' autoloads in variables are loaded in order to
15146 get full link information. This will be a lot of Lisp packages
15147 and can take a long time.
15149 \(fn)" t nil)
15151 (autoload 'info-xref-docstrings "info-xref" "\
15152 Check docstring info node references in source files.
15153 The given files are searched for docstring hyperlinks like
15155 Info node `(elisp)Documentation Tips'
15157 and those links checked by attempting to visit the target nodes
15158 as per `info-xref-check' does.
15160 Interactively filenames are read as a wildcard pattern like
15161 \"foo*.el\", with the current file as a default. Usually this
15162 will be lisp sources, but anything with such hyperlinks can be
15163 checked, including the Emacs .c sources (or the etc/DOC file of
15164 all builtins).
15166 Because info node hyperlinks are found by a simple regexp search
15167 in the files, the Lisp code checked doesn't have to be loaded,
15168 and links can be in the file commentary or elsewhere too. Even
15169 .elc files can usually be checked successfully if you don't have
15170 the sources handy.
15172 \(fn FILENAME-LIST)" t nil)
15174 ;;;***
15176 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15177 ;;;;;; Info-tagify) "informat" "informat.el" (19886 45771))
15178 ;;; Generated autoloads from informat.el
15180 (autoload 'Info-tagify "informat" "\
15181 Create or update Info file tag table in current buffer or in a region.
15183 \(fn &optional INPUT-BUFFER-NAME)" t nil)
15185 (defvar Info-split-threshold 262144 "\
15186 The number of characters by which `Info-split' splits an info file.")
15188 (custom-autoload 'Info-split-threshold "informat" t)
15190 (autoload 'Info-split "informat" "\
15191 Split an info file into an indirect file plus bounded-size subfiles.
15192 Each subfile will be up to the number of characters that
15193 `Info-split-threshold' specifies, plus one node.
15195 To use this command, first visit a large Info file that has a tag
15196 table. The buffer is modified into a (small) indirect info file which
15197 should be saved in place of the original visited file.
15199 The subfiles are written in the same directory the original file is
15200 in, with names generated by appending `-' and a number to the original
15201 file name. The indirect file still functions as an Info file, but it
15202 contains just the tag table and a directory of subfiles.
15204 \(fn)" t nil)
15206 (autoload 'Info-validate "informat" "\
15207 Check current buffer for validity as an Info file.
15208 Check that every node pointer points to an existing node.
15210 \(fn)" t nil)
15212 (autoload 'batch-info-validate "informat" "\
15213 Runs `Info-validate' on the files remaining on the command line.
15214 Must be used only with -batch, and kills Emacs on completion.
15215 Each file will be processed even if an error occurred previously.
15216 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15218 \(fn)" nil nil)
15220 ;;;***
15222 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15223 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15224 ;;;;;; (19845 45374))
15225 ;;; Generated autoloads from international/isearch-x.el
15227 (autoload 'isearch-toggle-specified-input-method "isearch-x" "\
15228 Select an input method and turn it on in interactive search.
15230 \(fn)" t nil)
15232 (autoload 'isearch-toggle-input-method "isearch-x" "\
15233 Toggle input method in interactive search.
15235 \(fn)" t nil)
15237 (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
15240 \(fn LAST-CHAR)" nil nil)
15242 ;;;***
15244 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (19845
15245 ;;;;;; 45374))
15246 ;;; Generated autoloads from isearchb.el
15248 (autoload 'isearchb-activate "isearchb" "\
15249 Active isearchb mode for subsequent alphanumeric keystrokes.
15250 Executing this command again will terminate the search; or, if
15251 the search has not yet begun, will toggle to the last buffer
15252 accessed via isearchb.
15254 \(fn)" t nil)
15256 ;;;***
15258 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15259 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15260 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15261 ;;;;;; "international/iso-cvt.el" (19845 45374))
15262 ;;; Generated autoloads from international/iso-cvt.el
15264 (autoload 'iso-spanish "iso-cvt" "\
15265 Translate net conventions for Spanish to ISO 8859-1.
15266 Translate the region between FROM and TO using the table
15267 `iso-spanish-trans-tab'.
15268 Optional arg BUFFER is ignored (for use in `format-alist').
15270 \(fn FROM TO &optional BUFFER)" t nil)
15272 (autoload 'iso-german "iso-cvt" "\
15273 Translate net conventions for German to ISO 8859-1.
15274 Translate the region FROM and TO using the table
15275 `iso-german-trans-tab'.
15276 Optional arg BUFFER is ignored (for use in `format-alist').
15278 \(fn FROM TO &optional BUFFER)" t nil)
15280 (autoload 'iso-iso2tex "iso-cvt" "\
15281 Translate ISO 8859-1 characters to TeX sequences.
15282 Translate the region between FROM and TO using the table
15283 `iso-iso2tex-trans-tab'.
15284 Optional arg BUFFER is ignored (for use in `format-alist').
15286 \(fn FROM TO &optional BUFFER)" t nil)
15288 (autoload 'iso-tex2iso "iso-cvt" "\
15289 Translate TeX sequences to ISO 8859-1 characters.
15290 Translate the region between FROM and TO using the table
15291 `iso-tex2iso-trans-tab'.
15292 Optional arg BUFFER is ignored (for use in `format-alist').
15294 \(fn FROM TO &optional BUFFER)" t nil)
15296 (autoload 'iso-gtex2iso "iso-cvt" "\
15297 Translate German TeX sequences to ISO 8859-1 characters.
15298 Translate the region between FROM and TO using the table
15299 `iso-gtex2iso-trans-tab'.
15300 Optional arg BUFFER is ignored (for use in `format-alist').
15302 \(fn FROM TO &optional BUFFER)" t nil)
15304 (autoload 'iso-iso2gtex "iso-cvt" "\
15305 Translate ISO 8859-1 characters to German TeX sequences.
15306 Translate the region between FROM and TO using the table
15307 `iso-iso2gtex-trans-tab'.
15308 Optional arg BUFFER is ignored (for use in `format-alist').
15310 \(fn FROM TO &optional BUFFER)" t nil)
15312 (autoload 'iso-iso2duden "iso-cvt" "\
15313 Translate ISO 8859-1 characters to Duden sequences.
15314 Translate the region between FROM and TO using the table
15315 `iso-iso2duden-trans-tab'.
15316 Optional arg BUFFER is ignored (for use in `format-alist').
15318 \(fn FROM TO &optional BUFFER)" t nil)
15320 (autoload 'iso-iso2sgml "iso-cvt" "\
15321 Translate ISO 8859-1 characters in the region to SGML entities.
15322 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
15323 Optional arg BUFFER is ignored (for use in `format-alist').
15325 \(fn FROM TO &optional BUFFER)" t nil)
15327 (autoload 'iso-sgml2iso "iso-cvt" "\
15328 Translate SGML entities in the region to ISO 8859-1 characters.
15329 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
15330 Optional arg BUFFER is ignored (for use in `format-alist').
15332 \(fn FROM TO &optional BUFFER)" t nil)
15334 (autoload 'iso-cvt-read-only "iso-cvt" "\
15335 Warn that format is read-only.
15337 \(fn &rest IGNORE)" t nil)
15339 (autoload 'iso-cvt-write-only "iso-cvt" "\
15340 Warn that format is write-only.
15342 \(fn &rest IGNORE)" t nil)
15344 (autoload 'iso-cvt-define-menu "iso-cvt" "\
15345 Add submenus to the File menu, to convert to and from various formats.
15347 \(fn)" t nil)
15349 ;;;***
15351 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
15352 ;;;;;; (19845 45374))
15353 ;;; Generated autoloads from international/iso-transl.el
15354 (or key-translation-map (setq key-translation-map (make-sparse-keymap)))
15355 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
15356 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
15358 ;;;***
15360 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
15361 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
15362 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
15363 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
15364 ;;;;;; "ispell" "textmodes/ispell.el" (19845 45374))
15365 ;;; Generated autoloads from textmodes/ispell.el
15367 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
15369 (defvar ispell-personal-dictionary nil "\
15370 *File name of your personal spelling dictionary, or nil.
15371 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
15372 \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
15373 default dictionary and LANG the two letter language code.")
15375 (custom-autoload 'ispell-personal-dictionary "ispell" t)
15377 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
15379 (defvar ispell-menu-map nil "\
15380 Key map for ispell menu.")
15382 (defvar ispell-menu-xemacs nil "\
15383 Spelling menu for XEmacs.
15384 If nil when package is loaded, a standard menu will be set,
15385 and added as a submenu of the \"Edit\" menu.")
15387 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload))
15389 (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") ispell-kill-ispell :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")))))
15391 (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")))))
15393 (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))))
15395 (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\\|[-_~=?&]\\)+\\)+\\)"))) "\
15396 Alist expressing beginning and end of regions not to spell check.
15397 The alist key must be a regular expression.
15398 Valid forms include:
15399 (KEY) - just skip the key.
15400 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
15401 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
15402 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
15404 (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]*}")))) "\
15405 *Lists of regions to be skipped in TeX mode.
15406 First list is used raw.
15407 Second list has key placed inside \\begin{}.
15409 Delete or add any regions you want to be automatically selected
15410 for skipping in latex mode.")
15412 (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]")) "\
15413 *Lists of start and end keys to skip in HTML buffers.
15414 Same format as `ispell-skip-region-alist'.
15415 Note - substrings of other matches must come last
15416 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
15417 (put 'ispell-local-pdict 'safe-local-variable 'stringp)
15418 (define-key esc-map "$" 'ispell-word)
15420 (autoload 'ispell-word "ispell" "\
15421 Check spelling of word under or before the cursor.
15422 If the word is not found in dictionary, display possible corrections
15423 in a window allowing you to choose one.
15425 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
15426 is non-nil when called interactively, then the following word
15427 \(rather than preceding) is checked when the cursor is not over a word.
15428 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
15429 when called interactively, non-corrective messages are suppressed.
15431 With a prefix argument (or if CONTINUE is non-nil),
15432 resume interrupted spell-checking of a buffer or region.
15434 Interactively, in Transient Mark mode when the mark is active, call
15435 `ispell-region' to check the active region for spelling errors.
15437 Word syntax is controlled by the definition of the chosen dictionary,
15438 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
15440 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
15441 or \\[ispell-region] to update the Ispell process.
15443 Return values:
15444 nil word is correct or spelling is accepted.
15445 0 word is inserted into buffer-local definitions.
15446 \"word\" word corrected from word list.
15447 \(\"word\" arg) word is hand entered.
15448 quit spell session exited.
15450 \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil)
15452 (autoload 'ispell-pdict-save "ispell" "\
15453 Check to see if the personal dictionary has been modified.
15454 If so, ask if it needs to be saved.
15456 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
15458 (autoload 'ispell-help "ispell" "\
15459 Display a list of the options available when a misspelling is encountered.
15461 Selections are:
15463 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
15464 SPC: Accept word this time.
15465 `i': Accept word and insert into private dictionary.
15466 `a': Accept word for this session.
15467 `A': Accept word and place in `buffer-local dictionary'.
15468 `r': Replace word with typed-in value. Rechecked.
15469 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
15470 `?': Show these commands.
15471 `x': Exit spelling buffer. Move cursor to original point.
15472 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
15473 the aborted check to be completed later.
15474 `q': Quit spelling session (Kills ispell process).
15475 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
15476 `u': Like `i', but the word is lower-cased first.
15477 `m': Place typed-in value in personal dictionary, then recheck current word.
15478 `C-l': Redraw screen.
15479 `C-r': Recursive edit.
15480 `C-z': Suspend Emacs or iconify frame.
15482 \(fn)" nil nil)
15484 (autoload 'ispell-kill-ispell "ispell" "\
15485 Kill current Ispell process (so that you may start a fresh one).
15486 With NO-ERROR, just return non-nil if there was no Ispell running.
15488 \(fn &optional NO-ERROR)" t nil)
15490 (autoload 'ispell-change-dictionary "ispell" "\
15491 Change to dictionary DICT for Ispell.
15492 With a prefix arg, set it \"globally\", for all buffers.
15493 Without a prefix arg, set it \"locally\", just for this buffer.
15495 By just answering RET you can find out what the current dictionary is.
15497 \(fn DICT &optional ARG)" t nil)
15499 (autoload 'ispell-region "ispell" "\
15500 Interactively check a region for spelling errors.
15501 Return nil if spell session is quit,
15502 otherwise returns shift offset amount for last line processed.
15504 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
15506 (autoload 'ispell-comments-and-strings "ispell" "\
15507 Check comments and strings in the current buffer for spelling errors.
15509 \(fn)" t nil)
15511 (autoload 'ispell-buffer "ispell" "\
15512 Check the current buffer for spelling errors interactively.
15514 \(fn)" t nil)
15516 (autoload 'ispell-continue "ispell" "\
15517 Continue a halted spelling session beginning with the current word.
15519 \(fn)" t nil)
15521 (autoload 'ispell-complete-word "ispell" "\
15522 Try to complete the word before or under point (see `lookup-words').
15523 If optional INTERIOR-FRAG is non-nil then the word may be a character
15524 sequence inside of a word.
15526 Standard ispell choices are then available.
15528 \(fn &optional INTERIOR-FRAG)" t nil)
15530 (autoload 'ispell-complete-word-interior-frag "ispell" "\
15531 Completes word matching character sequence inside a word.
15533 \(fn)" t nil)
15535 (autoload 'ispell "ispell" "\
15536 Interactively check a region or buffer for spelling errors.
15537 If `transient-mark-mode' is on, and a region is active, spell-check
15538 that region. Otherwise spell-check the buffer.
15540 Ispell dictionaries are not distributed with Emacs. If you are
15541 looking for a dictionary, please see the distribution of the GNU ispell
15542 program, or do an Internet search; there are various dictionaries
15543 available on the net.
15545 \(fn)" t nil)
15547 (autoload 'ispell-minor-mode "ispell" "\
15548 Toggle Ispell minor mode.
15549 With prefix argument ARG, turn Ispell minor mode on if ARG is positive,
15550 otherwise turn it off.
15552 In Ispell minor mode, pressing SPC or RET
15553 warns you if the previous word is incorrectly spelled.
15555 All the buffer-local variables and dictionaries are ignored -- to read
15556 them into the running ispell process, type \\[ispell-word] SPC.
15558 \(fn &optional ARG)" t nil)
15560 (autoload 'ispell-message "ispell" "\
15561 Check the spelling of a mail message or news post.
15562 Don't check spelling of message headers except the Subject field.
15563 Don't check included messages.
15565 To abort spell checking of a message region and send the message anyway,
15566 use the `x' command. (Any subsequent regions will be checked.)
15567 The `X' command aborts the message send so that you can edit the buffer.
15569 To spell-check whenever a message is sent, include the appropriate lines
15570 in your .emacs file:
15571 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
15572 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
15573 (add-hook 'mail-send-hook 'ispell-message)
15574 (add-hook 'mh-before-send-letter-hook 'ispell-message)
15576 You can bind this to the key C-c i in GNUS or mail by adding to
15577 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
15578 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
15580 \(fn)" t nil)
15582 ;;;***
15584 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (19886
15585 ;;;;;; 45771))
15586 ;;; Generated autoloads from iswitchb.el
15588 (defvar iswitchb-mode nil "\
15589 Non-nil if Iswitchb mode is enabled.
15590 See the command `iswitchb-mode' for a description of this minor mode.
15591 Setting this variable directly does not take effect;
15592 either customize it (see the info node `Easy Customization')
15593 or call the function `iswitchb-mode'.")
15595 (custom-autoload 'iswitchb-mode "iswitchb" nil)
15597 (autoload 'iswitchb-mode "iswitchb" "\
15598 Toggle Iswitchb global minor mode.
15599 With arg, turn Iswitchb mode on if ARG is positive, otherwise turn it off.
15600 This mode enables switching between buffers using substrings. See
15601 `iswitchb' for details.
15603 \(fn &optional ARG)" t nil)
15605 ;;;***
15607 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
15608 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
15609 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
15610 ;;;;;; "japan-util" "language/japan-util.el" (19845 45374))
15611 ;;; Generated autoloads from language/japan-util.el
15613 (autoload 'setup-japanese-environment-internal "japan-util" "\
15616 \(fn)" nil nil)
15618 (autoload 'japanese-katakana "japan-util" "\
15619 Convert argument to Katakana and return that.
15620 The argument may be a character or string. The result has the same type.
15621 The argument object is not altered--the value is a copy.
15622 Optional argument HANKAKU t means to convert to `hankaku' Katakana
15623 (`japanese-jisx0201-kana'), in which case return value
15624 may be a string even if OBJ is a character if two Katakanas are
15625 necessary to represent OBJ.
15627 \(fn OBJ &optional HANKAKU)" nil nil)
15629 (autoload 'japanese-hiragana "japan-util" "\
15630 Convert argument to Hiragana and return that.
15631 The argument may be a character or string. The result has the same type.
15632 The argument object is not altered--the value is a copy.
15634 \(fn OBJ)" nil nil)
15636 (autoload 'japanese-hankaku "japan-util" "\
15637 Convert argument to `hankaku' and return that.
15638 The argument may be a character or string. The result has the same type.
15639 The argument object is not altered--the value is a copy.
15640 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
15642 \(fn OBJ &optional ASCII-ONLY)" nil nil)
15644 (autoload 'japanese-zenkaku "japan-util" "\
15645 Convert argument to `zenkaku' and return that.
15646 The argument may be a character or string. The result has the same type.
15647 The argument object is not altered--the value is a copy.
15649 \(fn OBJ)" nil nil)
15651 (autoload 'japanese-katakana-region "japan-util" "\
15652 Convert Japanese `hiragana' chars in the region to `katakana' chars.
15653 Optional argument HANKAKU t means to convert to `hankaku katakana' character
15654 of which charset is `japanese-jisx0201-kana'.
15656 \(fn FROM TO &optional HANKAKU)" t nil)
15658 (autoload 'japanese-hiragana-region "japan-util" "\
15659 Convert Japanese `katakana' chars in the region to `hiragana' chars.
15661 \(fn FROM TO)" t nil)
15663 (autoload 'japanese-hankaku-region "japan-util" "\
15664 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
15665 `Zenkaku' chars belong to `japanese-jisx0208'
15666 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
15667 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
15669 \(fn FROM TO &optional ASCII-ONLY)" t nil)
15671 (autoload 'japanese-zenkaku-region "japan-util" "\
15672 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
15673 `Zenkaku' chars belong to `japanese-jisx0208'
15674 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
15675 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
15677 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
15679 (autoload 'read-hiragana-string "japan-util" "\
15680 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
15681 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
15683 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
15685 ;;;***
15687 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
15688 ;;;;;; "jka-compr.el" (19886 45771))
15689 ;;; Generated autoloads from jka-compr.el
15691 (defvar jka-compr-inhibit nil "\
15692 Non-nil means inhibit automatic uncompression temporarily.
15693 Lisp programs can bind this to t to do that.
15694 It is not recommended to set this variable permanently to anything but nil.")
15696 (autoload 'jka-compr-handler "jka-compr" "\
15699 \(fn OPERATION &rest ARGS)" nil nil)
15701 (autoload 'jka-compr-uninstall "jka-compr" "\
15702 Uninstall jka-compr.
15703 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
15704 and `inhibit-first-line-modes-suffixes' that were added
15705 by `jka-compr-installed'.
15707 \(fn)" nil nil)
15709 ;;;***
15711 ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (19890 42850))
15712 ;;; Generated autoloads from progmodes/js.el
15714 (autoload 'js-mode "js" "\
15715 Major mode for editing JavaScript.
15717 \(fn)" t nil)
15719 (defalias 'javascript-mode 'js-mode)
15721 ;;;***
15723 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
15724 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
15725 ;;;;;; (19845 45374))
15726 ;;; Generated autoloads from emulation/keypad.el
15728 (defvar keypad-setup nil "\
15729 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
15730 When selecting the plain numeric keypad setup, the character returned by the
15731 decimal key must be specified.")
15733 (custom-autoload 'keypad-setup "keypad" nil)
15735 (defvar keypad-numlock-setup nil "\
15736 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
15737 When selecting the plain numeric keypad setup, the character returned by the
15738 decimal key must be specified.")
15740 (custom-autoload 'keypad-numlock-setup "keypad" nil)
15742 (defvar keypad-shifted-setup nil "\
15743 Specifies the keypad setup for shifted keypad keys when NumLock is off.
15744 When selecting the plain numeric keypad setup, the character returned by the
15745 decimal key must be specified.")
15747 (custom-autoload 'keypad-shifted-setup "keypad" nil)
15749 (defvar keypad-numlock-shifted-setup nil "\
15750 Specifies the keypad setup for shifted keypad keys when NumLock is off.
15751 When selecting the plain numeric keypad setup, the character returned by the
15752 decimal key must be specified.")
15754 (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil)
15756 (autoload 'keypad-setup "keypad" "\
15757 Set keypad bindings in `function-key-map' according to SETUP.
15758 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
15759 are changed. Otherwise, the NumLock Off bindings are changed.
15760 If optional third argument SHIFT is non-nil, the shifted keypad
15761 keys are bound.
15763 Setup Binding
15764 -------------------------------------------------------------
15765 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
15766 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
15767 'cursor Bind keypad keys to the cursor movement keys.
15768 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
15769 'none Removes all bindings for keypad keys in function-key-map;
15770 this enables any user-defined bindings for the keypad keys
15771 in the global and local keymaps.
15773 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
15774 the decimal key on the keypad is mapped to DECIMAL instead of `.'
15776 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
15778 ;;;***
15780 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
15781 ;;;;;; (19845 45374))
15782 ;;; Generated autoloads from international/kinsoku.el
15784 (autoload 'kinsoku "kinsoku" "\
15785 Go to a line breaking position near point by doing `kinsoku' processing.
15786 LINEBEG is a buffer position we can't break a line before.
15788 `Kinsoku' processing is to prohibit specific characters to be placed
15789 at beginning of line or at end of line. Characters not to be placed
15790 at beginning and end of line have character category `>' and `<'
15791 respectively. This restriction is dissolved by making a line longer or
15792 shorter.
15794 `Kinsoku' is a Japanese word which originally means ordering to stay
15795 in one place, and is used for the text processing described above in
15796 the context of text formatting.
15798 \(fn LINEBEG)" nil nil)
15800 ;;;***
15802 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (19845
15803 ;;;;;; 45374))
15804 ;;; Generated autoloads from international/kkc.el
15806 (defvar kkc-after-update-conversion-functions nil "\
15807 Functions to run after a conversion is selected in `japanese' input method.
15808 With this input method, a user can select a proper conversion from
15809 candidate list. Each time he changes the selection, functions in this
15810 list are called with two arguments; starting and ending buffer
15811 positions that contains the current selection.")
15813 (autoload 'kkc-region "kkc" "\
15814 Convert Kana string in the current region to Kanji-Kana mixed string.
15815 Users can select a desirable conversion interactively.
15816 When called from a program, expects two arguments,
15817 positions FROM and TO (integers or markers) specifying the target region.
15818 When it returns, the point is at the tail of the selected conversion,
15819 and the return value is the length of the conversion.
15821 \(fn FROM TO)" t nil)
15823 ;;;***
15825 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
15826 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
15827 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
15828 ;;;;;; "kmacro" "kmacro.el" (19886 45771))
15829 ;;; Generated autoloads from kmacro.el
15830 (global-set-key "\C-x(" 'kmacro-start-macro)
15831 (global-set-key "\C-x)" 'kmacro-end-macro)
15832 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
15833 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
15834 (global-set-key [f4] 'kmacro-end-or-call-macro)
15835 (global-set-key "\C-x\C-k" 'kmacro-keymap)
15836 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
15838 (autoload 'kmacro-exec-ring-item "kmacro" "\
15839 Execute item ITEM from the macro ring.
15841 \(fn ITEM ARG)" nil nil)
15843 (autoload 'kmacro-start-macro "kmacro" "\
15844 Record subsequent keyboard input, defining a keyboard macro.
15845 The commands are recorded even as they are executed.
15846 Use \\[kmacro-end-macro] to finish recording and make the macro available.
15847 Use \\[kmacro-end-and-call-macro] to execute the macro.
15849 Non-nil arg (prefix arg) means append to last macro defined.
15851 With \\[universal-argument] prefix, append to last keyboard macro
15852 defined. Depending on `kmacro-execute-before-append', this may begin
15853 by re-executing the last macro as if you typed it again.
15855 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
15856 defining the macro.
15858 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
15859 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
15860 The format of the counter can be modified via \\[kmacro-set-format].
15862 Use \\[kmacro-name-last-macro] to give it a permanent name.
15863 Use \\[kmacro-bind-to-key] to bind it to a key sequence.
15865 \(fn ARG)" t nil)
15867 (autoload 'kmacro-end-macro "kmacro" "\
15868 Finish defining a keyboard macro.
15869 The definition was started by \\[kmacro-start-macro].
15870 The macro is now available for use via \\[kmacro-call-macro],
15871 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
15872 under that name.
15874 With numeric arg, repeat macro now that many times,
15875 counting the definition just completed as the first repetition.
15876 An argument of zero means repeat until error.
15878 \(fn ARG)" t nil)
15880 (autoload 'kmacro-call-macro "kmacro" "\
15881 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
15882 A prefix argument serves as a repeat count. Zero means repeat until error.
15884 When you call the macro, you can call the macro again by repeating
15885 just the last key in the key sequence that you used to call this
15886 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
15887 for details on how to adjust or disable this behavior.
15889 To make a macro permanent so you can call it even after defining
15890 others, use \\[kmacro-name-last-macro].
15892 \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
15894 (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\
15895 Record subsequent keyboard input, defining a keyboard macro.
15896 The commands are recorded even as they are executed.
15898 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
15899 macro.
15901 With \\[universal-argument], appends to current keyboard macro (keeping
15902 the current value of `kmacro-counter').
15904 When defining/executing macro, inserts macro counter and increments
15905 the counter with ARG or 1 if missing. With \\[universal-argument],
15906 inserts previous `kmacro-counter' (but do not modify counter).
15908 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
15909 The format of the counter can be modified via \\[kmacro-set-format].
15911 \(fn ARG)" t nil)
15913 (autoload 'kmacro-end-or-call-macro "kmacro" "\
15914 End kbd macro if currently being defined; else call last kbd macro.
15915 With numeric prefix ARG, repeat macro that many times.
15916 With \\[universal-argument], call second macro in macro ring.
15918 \(fn ARG &optional NO-REPEAT)" t nil)
15920 (autoload 'kmacro-end-and-call-macro "kmacro" "\
15921 Call last keyboard macro, ending it first if currently being defined.
15922 With numeric prefix ARG, repeat macro that many times.
15923 Zero argument means repeat until there is an error.
15925 To give a macro a permanent name, so you can call it
15926 even after defining other macros, use \\[kmacro-name-last-macro].
15928 \(fn ARG &optional NO-REPEAT)" t nil)
15930 (autoload 'kmacro-end-call-mouse "kmacro" "\
15931 Move point to the position clicked with the mouse and call last kbd macro.
15932 If kbd macro currently being defined end it before activating it.
15934 \(fn EVENT)" t nil)
15936 ;;;***
15938 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
15939 ;;;;;; "language/korea-util.el" (19845 45374))
15940 ;;; Generated autoloads from language/korea-util.el
15942 (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
15943 *The kind of Korean keyboard for Korean input method.
15944 \"\" for 2, \"3\" for 3.")
15946 (autoload 'setup-korean-environment-internal "korea-util" "\
15949 \(fn)" nil nil)
15951 ;;;***
15953 ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
15954 ;;;;;; (19889 21967))
15955 ;;; Generated autoloads from play/landmark.el
15957 (defalias 'landmark-repeat 'landmark-test-run)
15959 (autoload 'landmark-test-run "landmark" "\
15960 Run 100 Landmark games, each time saving the weights from the previous game.
15962 \(fn)" t nil)
15964 (autoload 'landmark "landmark" "\
15965 Start or resume an Landmark game.
15966 If a game is in progress, this command allows you to resume it.
15967 Here is the relation between prefix args and game options:
15969 prefix arg | robot is auto-started | weights are saved from last game
15970 ---------------------------------------------------------------------
15971 none / 1 | yes | no
15972 2 | yes | yes
15973 3 | no | yes
15974 4 | no | no
15976 You start by moving to a square and typing \\[landmark-start-robot],
15977 if you did not use a prefix arg to ask for automatic start.
15978 Use \\[describe-mode] for more info.
15980 \(fn PARG)" t nil)
15982 ;;;***
15984 ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
15985 ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
15986 ;;;;;; "lao-util" "language/lao-util.el" (19845 45374))
15987 ;;; Generated autoloads from language/lao-util.el
15989 (autoload 'lao-compose-string "lao-util" "\
15992 \(fn STR)" nil nil)
15994 (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\
15995 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
15996 Only the first syllable is transcribed.
15997 The value has the form: (START END LAO-STRING), where
15998 START and END are the beggining and end positions of the Roman Lao syllable,
15999 LAO-STRING is the Lao character transcription of it.
16001 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
16002 syllable. In that case, FROM and TO are indexes to STR.
16004 \(fn FROM TO &optional STR)" nil nil)
16006 (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\
16007 Transcribe Romanized Lao string STR to Lao character string.
16009 \(fn STR)" nil nil)
16011 (autoload 'lao-composition-function "lao-util" "\
16014 \(fn GSTRING)" nil nil)
16016 (autoload 'lao-compose-region "lao-util" "\
16019 \(fn FROM TO)" t nil)
16021 ;;;***
16023 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16024 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16025 ;;;;;; "latexenc" "international/latexenc.el" (19845 45374))
16026 ;;; Generated autoloads from international/latexenc.el
16028 (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))) "\
16029 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
16030 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
16031 Used by the function `latexenc-find-file-coding-system'.")
16033 (custom-autoload 'latex-inputenc-coding-alist "latexenc" t)
16035 (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\
16036 Return the corresponding coding-system for the specified input encoding.
16037 Return nil if no matching coding system can be found.
16039 \(fn INPUTENC)" nil nil)
16041 (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\
16042 Return the corresponding input encoding for the specified coding system.
16043 Return nil if no matching input encoding can be found.
16045 \(fn CS)" nil nil)
16047 (autoload 'latexenc-find-file-coding-system "latexenc" "\
16048 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
16049 The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
16050 coding system names is determined from `latex-inputenc-coding-alist'.
16052 \(fn ARG-LIST)" nil nil)
16054 ;;;***
16056 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16057 ;;;;;; "latin1-disp" "international/latin1-disp.el" (19845 45374))
16058 ;;; Generated autoloads from international/latin1-disp.el
16060 (defvar latin1-display nil "\
16061 Set up Latin-1/ASCII display for ISO8859 character sets.
16062 This is done for each character set in the list `latin1-display-sets',
16063 if no font is available to display it. Characters are displayed using
16064 the corresponding Latin-1 characters where they match. Otherwise
16065 ASCII sequences are used, mostly following the Latin prefix input
16066 methods. Some different ASCII sequences are used if
16067 `latin1-display-mnemonic' is non-nil.
16069 This option also treats some characters in the `mule-unicode-...'
16070 charsets if you don't have a Unicode font with which to display them.
16072 Setting this variable directly does not take effect;
16073 use either \\[customize] or the function `latin1-display'.")
16075 (custom-autoload 'latin1-display "latin1-disp" nil)
16077 (autoload 'latin1-display "latin1-disp" "\
16078 Set up Latin-1/ASCII display for the arguments character SETS.
16079 See option `latin1-display' for the method. The members of the list
16080 must be in `latin1-display-sets'. With no arguments, reset the
16081 display for all of `latin1-display-sets'. See also
16082 `latin1-display-setup'.
16084 \(fn &rest SETS)" nil nil)
16086 (defvar latin1-display-ucs-per-lynx nil "\
16087 Set up Latin-1/ASCII display for Unicode characters.
16088 This uses the transliterations of the Lynx browser. The display isn't
16089 changed if the display can render Unicode characters.
16091 Setting this variable directly does not take effect;
16092 use either \\[customize] or the function `latin1-display'.")
16094 (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil)
16096 ;;;***
16098 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16099 ;;;;;; (19845 45374))
16100 ;;; Generated autoloads from progmodes/ld-script.el
16102 (autoload 'ld-script-mode "ld-script" "\
16103 A major mode to edit GNU ld script files
16105 \(fn)" t nil)
16107 ;;;***
16109 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "ledit.el"
16110 ;;;;;; (19845 45374))
16111 ;;; Generated autoloads from ledit.el
16113 (defconst ledit-save-files t "\
16114 *Non-nil means Ledit should save files before transferring to Lisp.")
16116 (defconst ledit-go-to-lisp-string "%?lisp" "\
16117 *Shell commands to execute to resume Lisp job.")
16119 (defconst ledit-go-to-liszt-string "%?liszt" "\
16120 *Shell commands to execute to resume Lisp compiler job.")
16122 (autoload 'ledit-mode "ledit" "\
16123 \\<ledit-mode-map>Major mode for editing text and stuffing it to a Lisp job.
16124 Like Lisp mode, plus these special commands:
16125 \\[ledit-save-defun] -- record defun at or after point
16126 for later transmission to Lisp job.
16127 \\[ledit-save-region] -- record region for later transmission to Lisp job.
16128 \\[ledit-go-to-lisp] -- transfer to Lisp job and transmit saved text.
16129 \\[ledit-go-to-liszt] -- transfer to Liszt (Lisp compiler) job
16130 and transmit saved text.
16132 \\{ledit-mode-map}
16133 To make Lisp mode automatically change to Ledit mode,
16134 do (setq lisp-mode-hook 'ledit-from-lisp-mode)
16136 \(fn)" t nil)
16138 (autoload 'ledit-from-lisp-mode "ledit" "\
16141 \(fn)" nil nil)
16143 ;;;***
16145 ;;;### (autoloads (life) "life" "play/life.el" (19845 45374))
16146 ;;; Generated autoloads from play/life.el
16148 (autoload 'life "life" "\
16149 Run Conway's Life simulation.
16150 The starting pattern is randomly selected. Prefix arg (optional first
16151 arg non-nil from a program) is the number of seconds to sleep between
16152 generations (this defaults to 1).
16154 \(fn &optional SLEEPTIME)" t nil)
16156 ;;;***
16158 ;;;### (autoloads (global-linum-mode linum-mode linum-format) "linum"
16159 ;;;;;; "linum.el" (19865 50420))
16160 ;;; Generated autoloads from linum.el
16162 (defvar linum-format 'dynamic "\
16163 Format used to display line numbers.
16164 Either a format string like \"%7d\", `dynamic' to adapt the width
16165 as needed, or a function that is called with a line number as its
16166 argument and should evaluate to a string to be shown on that line.
16167 See also `linum-before-numbering-hook'.")
16169 (custom-autoload 'linum-format "linum" t)
16171 (autoload 'linum-mode "linum" "\
16172 Toggle display of line numbers in the left margin.
16174 \(fn &optional ARG)" t nil)
16176 (defvar global-linum-mode nil "\
16177 Non-nil if Global-Linum mode is enabled.
16178 See the command `global-linum-mode' for a description of this minor mode.
16179 Setting this variable directly does not take effect;
16180 either customize it (see the info node `Easy Customization')
16181 or call the function `global-linum-mode'.")
16183 (custom-autoload 'global-linum-mode "linum" nil)
16185 (autoload 'global-linum-mode "linum" "\
16186 Toggle Linum mode in every possible buffer.
16187 With prefix ARG, turn Global-Linum mode on if and only if
16188 ARG is positive.
16189 Linum mode is enabled in all buffers where
16190 `linum-on' would do it.
16191 See `linum-mode' for more information on Linum mode.
16193 \(fn &optional ARG)" t nil)
16195 ;;;***
16197 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (19845
16198 ;;;;;; 45374))
16199 ;;; Generated autoloads from loadhist.el
16201 (autoload 'unload-feature "loadhist" "\
16202 Unload the library that provided FEATURE.
16203 If the feature is required by any other loaded code, and prefix arg FORCE
16204 is nil, raise an error.
16206 Standard unloading activities include restoring old autoloads for
16207 functions defined by the library, undoing any additions that the
16208 library has made to hook variables or to `auto-mode-alist', undoing
16209 ELP profiling of functions in that library, unproviding any features
16210 provided by the library, and canceling timers held in variables
16211 defined by the library.
16213 If a function `FEATURE-unload-function' is defined, this function
16214 calls it with no arguments, before doing anything else. That function
16215 can do whatever is appropriate to undo the loading of the library. If
16216 `FEATURE-unload-function' returns non-nil, that suppresses the
16217 standard unloading of the library. Otherwise the standard unloading
16218 proceeds.
16220 `FEATURE-unload-function' has access to the package's list of
16221 definitions in the variable `unload-function-defs-list' and could
16222 remove symbols from it in the event that the package has done
16223 something strange, such as redefining an Emacs function.
16225 \(fn FEATURE &optional FORCE)" t nil)
16227 ;;;***
16229 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16230 ;;;;;; "locate" "locate.el" (19886 45771))
16231 ;;; Generated autoloads from locate.el
16233 (defvar locate-ls-subdir-switches (purecopy "-al") "\
16234 `ls' switches for inserting subdirectories in `*Locate*' buffers.
16235 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
16237 (custom-autoload 'locate-ls-subdir-switches "locate" t)
16239 (autoload 'locate "locate" "\
16240 Run the program `locate', putting results in `*Locate*' buffer.
16241 Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
16242 With prefix arg ARG, prompt for the exact shell command to run instead.
16244 This program searches for those file names in a database that match
16245 SEARCH-STRING and normally outputs all matching absolute file names,
16246 one per line. The database normally consists of all files on your
16247 system, or of all files that you have access to. Consult the
16248 documentation of the program for the details about how it determines
16249 which file names match SEARCH-STRING. (Those details vary highly with
16250 the version.)
16252 You can specify another program for this command to run by customizing
16253 the variables `locate-command' or `locate-make-command-line'.
16255 The main use of FILTER is to implement `locate-with-filter'. See
16256 the docstring of that function for its meaning.
16258 After preparing the results buffer, this runs `dired-mode-hook' and
16259 then `locate-post-command-hook'.
16261 \(fn SEARCH-STRING &optional FILTER ARG)" t nil)
16263 (autoload 'locate-with-filter "locate" "\
16264 Run the executable program `locate' with a filter.
16265 This function is similar to the function `locate', which see.
16266 The difference is that, when invoked interactively, the present function
16267 prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
16268 to the locate executable program. It produces a `*Locate*' buffer
16269 that lists only those lines in the output of the locate program that
16270 contain a match for the regular expression FILTER; this is often useful
16271 to constrain a big search.
16273 ARG is the interactive prefix arg, which has the same effect as in `locate'.
16275 When called from Lisp, this function is identical with `locate',
16276 except that FILTER is not optional.
16278 \(fn SEARCH-STRING FILTER &optional ARG)" t nil)
16280 ;;;***
16282 ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (19870 57559))
16283 ;;; Generated autoloads from vc/log-edit.el
16285 (autoload 'log-edit "log-edit" "\
16286 Setup a buffer to enter a log message.
16287 \\<log-edit-mode-map>The buffer will be put in mode MODE or `log-edit-mode'
16288 if MODE is nil.
16289 If SETUP is non-nil, the buffer is then erased and `log-edit-hook' is run.
16290 Mark and point will be set around the entire contents of the buffer so
16291 that it is easy to kill the contents of the buffer with \\[kill-region].
16292 Once you're done editing the message, pressing \\[log-edit-done] will call
16293 `log-edit-done' which will end up calling CALLBACK to do the actual commit.
16295 PARAMS if non-nil is an alist. Possible keys and associated values:
16296 `log-edit-listfun' -- function taking no arguments that returns the list of
16297 files that are concerned by the current operation (using relative names);
16298 `log-edit-diff-function' -- function taking no arguments that
16299 displays a diff of the files concerned by the current operation.
16301 If BUFFER is non-nil `log-edit' will jump to that buffer, use it to edit the
16302 log message and go back to the current buffer when done. Otherwise, it
16303 uses the current buffer.
16305 \(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
16307 ;;;***
16309 ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (19863
16310 ;;;;;; 8742))
16311 ;;; Generated autoloads from vc/log-view.el
16313 (autoload 'log-view-mode "log-view" "\
16314 Major mode for browsing CVS log output.
16316 \(fn)" t nil)
16318 ;;;***
16320 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (19886
16321 ;;;;;; 45771))
16322 ;;; Generated autoloads from longlines.el
16324 (autoload 'longlines-mode "longlines" "\
16325 Toggle Long Lines mode.
16326 In Long Lines mode, long lines are wrapped if they extend beyond
16327 `fill-column'. The soft newlines used for line wrapping will not
16328 show up when the text is yanked or saved to disk.
16330 If the variable `longlines-auto-wrap' is non-nil, lines are automatically
16331 wrapped whenever the buffer is changed. You can always call
16332 `fill-paragraph' to fill individual paragraphs.
16334 If the variable `longlines-show-hard-newlines' is non-nil, hard newlines
16335 are indicated with a symbol.
16337 \(fn &optional ARG)" t nil)
16339 ;;;***
16341 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
16342 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (19845
16343 ;;;;;; 45374))
16344 ;;; Generated autoloads from lpr.el
16346 (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)))
16348 (defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)))
16350 (defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
16351 The name of a local printer to which data is sent for printing.
16352 \(Note that PostScript files are sent to `ps-printer-name', which see.)
16354 On Unix-like systems, a string value should be a name understood by
16355 lpr's -P option; otherwise the value should be nil.
16357 On MS-DOS and MS-Windows systems, a string value is taken as the name of
16358 a printer device or port, provided `lpr-command' is set to \"\".
16359 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
16360 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
16361 \"//hostname/printer\" for a shared network printer. You can also set
16362 it to the name of a file, in which case the output gets appended to that
16363 file. If you want to discard the printed output, set this to \"NUL\".")
16365 (custom-autoload 'printer-name "lpr" t)
16367 (defvar lpr-switches nil "\
16368 List of strings to pass as extra options for the printer program.
16369 It is recommended to set `printer-name' instead of including an explicit
16370 switch on this list.
16371 See `lpr-command'.")
16373 (custom-autoload 'lpr-switches "lpr" t)
16375 (defvar lpr-command (purecopy (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr"))) "\
16376 Name of program for printing a file.
16378 On MS-DOS and MS-Windows systems, if the value is an empty string then
16379 Emacs will write directly to the printer port named by `printer-name'.
16380 The programs `print' and `nprint' (the standard print programs on
16381 Windows NT and Novell Netware respectively) are handled specially, using
16382 `printer-name' as the destination for output; any other program is
16383 treated like `lpr' except that an explicit filename is given as the last
16384 argument.")
16386 (custom-autoload 'lpr-command "lpr" t)
16388 (autoload 'lpr-buffer "lpr" "\
16389 Print buffer contents without pagination or page headers.
16390 See the variables `lpr-switches' and `lpr-command'
16391 for customization of the printer command.
16393 \(fn)" t nil)
16395 (autoload 'print-buffer "lpr" "\
16396 Paginate and print buffer contents.
16398 The variable `lpr-headers-switches' controls how to paginate.
16399 If it is nil (the default), we run the `pr' program (or whatever program
16400 `lpr-page-header-program' specifies) to paginate.
16401 `lpr-page-header-switches' specifies the switches for that program.
16403 Otherwise, the switches in `lpr-headers-switches' are used
16404 in the print command itself; we expect them to request pagination.
16406 See the variables `lpr-switches' and `lpr-command'
16407 for further customization of the printer command.
16409 \(fn)" t nil)
16411 (autoload 'lpr-region "lpr" "\
16412 Print region contents without pagination or page headers.
16413 See the variables `lpr-switches' and `lpr-command'
16414 for customization of the printer command.
16416 \(fn START END)" t nil)
16418 (autoload 'print-region "lpr" "\
16419 Paginate and print the region contents.
16421 The variable `lpr-headers-switches' controls how to paginate.
16422 If it is nil (the default), we run the `pr' program (or whatever program
16423 `lpr-page-header-program' specifies) to paginate.
16424 `lpr-page-header-switches' specifies the switches for that program.
16426 Otherwise, the switches in `lpr-headers-switches' are used
16427 in the print command itself; we expect them to request pagination.
16429 See the variables `lpr-switches' and `lpr-command'
16430 for further customization of the printer command.
16432 \(fn START END)" t nil)
16434 ;;;***
16436 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
16437 ;;;;;; (19886 45771))
16438 ;;; Generated autoloads from ls-lisp.el
16440 (defvar ls-lisp-support-shell-wildcards t "\
16441 Non-nil means ls-lisp treats file patterns as shell wildcards.
16442 Otherwise they are treated as Emacs regexps (for backward compatibility).")
16444 (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
16446 ;;;***
16448 ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (19845
16449 ;;;;;; 45374))
16450 ;;; Generated autoloads from calendar/lunar.el
16452 (autoload 'lunar-phases "lunar" "\
16453 Display the quarters of the moon for last month, this month, and next month.
16454 If called with an optional prefix argument ARG, prompts for month and year.
16455 This function is suitable for execution in a .emacs file.
16457 \(fn &optional ARG)" t nil)
16459 (define-obsolete-function-alias 'phases-of-moon 'lunar-phases "23.1")
16461 ;;;***
16463 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (19845
16464 ;;;;;; 45374))
16465 ;;; Generated autoloads from progmodes/m4-mode.el
16467 (autoload 'm4-mode "m4-mode" "\
16468 A major mode to edit m4 macro files.
16470 \(fn)" t nil)
16472 ;;;***
16474 ;;;### (autoloads (macroexpand-all) "macroexp" "emacs-lisp/macroexp.el"
16475 ;;;;;; (19863 8742))
16476 ;;; Generated autoloads from emacs-lisp/macroexp.el
16478 (autoload 'macroexpand-all "macroexp" "\
16479 Return result of expanding macros at all levels in FORM.
16480 If no macros are expanded, FORM is returned unchanged.
16481 The second optional arg ENVIRONMENT specifies an environment of macro
16482 definitions to shadow the loaded ones for use in file byte-compilation.
16484 \(fn FORM &optional ENVIRONMENT)" nil nil)
16486 ;;;***
16488 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
16489 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (19886 45771))
16490 ;;; Generated autoloads from macros.el
16492 (autoload 'name-last-kbd-macro "macros" "\
16493 Assign a name to the last keyboard macro defined.
16494 Argument SYMBOL is the name to define.
16495 The symbol's function definition becomes the keyboard macro string.
16496 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
16498 \(fn SYMBOL)" t nil)
16500 (autoload 'insert-kbd-macro "macros" "\
16501 Insert in buffer the definition of kbd macro NAME, as Lisp code.
16502 Optional second arg KEYS means also record the keys it is on
16503 \(this is the prefix argument, when calling interactively).
16505 This Lisp code will, when executed, define the kbd macro with the same
16506 definition it has now. If you say to record the keys, the Lisp code
16507 will also rebind those keys to the macro. Only global key bindings
16508 are recorded since executing this Lisp code always makes global
16509 bindings.
16511 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
16512 use this command, and then save the file.
16514 \(fn MACRONAME &optional KEYS)" t nil)
16516 (autoload 'kbd-macro-query "macros" "\
16517 Query user during kbd macro execution.
16518 With prefix argument, enters recursive edit, reading keyboard
16519 commands even within a kbd macro. You can give different commands
16520 each time the macro executes.
16521 Without prefix argument, asks whether to continue running the macro.
16522 Your options are: \\<query-replace-map>
16523 \\[act] Finish this iteration normally and continue with the next.
16524 \\[skip] Skip the rest of this iteration, and start the next.
16525 \\[exit] Stop the macro entirely right now.
16526 \\[recenter] Redisplay the screen, then ask again.
16527 \\[edit] Enter recursive edit; ask again when you exit from that.
16529 \(fn FLAG)" t nil)
16531 (autoload 'apply-macro-to-region-lines "macros" "\
16532 Apply last keyboard macro to all lines in the region.
16533 For each line that begins in the region, move to the beginning of
16534 the line, and run the last keyboard macro.
16536 When called from lisp, this function takes two arguments TOP and
16537 BOTTOM, describing the current region. TOP must be before BOTTOM.
16538 The optional third argument MACRO specifies a keyboard macro to
16539 execute.
16541 This is useful for quoting or unquoting included text, adding and
16542 removing comments, or producing tables where the entries are regular.
16544 For example, in Usenet articles, sections of text quoted from another
16545 author are indented, or have each line start with `>'. To quote a
16546 section of text, define a keyboard macro which inserts `>', put point
16547 and mark at opposite ends of the quoted section, and use
16548 `\\[apply-macro-to-region-lines]' to mark the entire section.
16550 Suppose you wanted to build a keyword table in C where each entry
16551 looked like this:
16553 { \"foo\", foo_data, foo_function },
16554 { \"bar\", bar_data, bar_function },
16555 { \"baz\", baz_data, baz_function },
16557 You could enter the names in this format:
16563 and write a macro to massage a word into a table entry:
16565 \\C-x (
16566 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
16567 \\C-x )
16569 and then select the region of un-tablified names and use
16570 `\\[apply-macro-to-region-lines]' to build the table from the names.
16572 \(fn TOP BOTTOM &optional MACRO)" t nil)
16573 (define-key ctl-x-map "q" 'kbd-macro-query)
16575 ;;;***
16577 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
16578 ;;;;;; "mail/mail-extr.el" (19845 45374))
16579 ;;; Generated autoloads from mail/mail-extr.el
16581 (autoload 'mail-extract-address-components "mail-extr" "\
16582 Given an RFC-822 address ADDRESS, extract full name and canonical address.
16583 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
16584 name can be extracted, FULL-NAME will be nil. Also see
16585 `mail-extr-ignore-single-names' and
16586 `mail-extr-ignore-realname-equals-mailbox-name'.
16588 If the optional argument ALL is non-nil, then ADDRESS can contain zero
16589 or more recipients, separated by commas, and we return a list of
16590 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
16591 each recipient. If ALL is nil, then if ADDRESS contains more than
16592 one recipients, all but the first is ignored.
16594 ADDRESS may be a string or a buffer. If it is a buffer, the visible
16595 \(narrowed) portion of the buffer will be interpreted as the address.
16596 \(This feature exists so that the clever caller might be able to avoid
16597 consing a string.)
16599 \(fn ADDRESS &optional ALL)" nil nil)
16601 (autoload 'what-domain "mail-extr" "\
16602 Convert mail domain DOMAIN to the country it corresponds to.
16604 \(fn DOMAIN)" t nil)
16606 ;;;***
16608 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
16609 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
16610 ;;;;;; (19845 45374))
16611 ;;; Generated autoloads from mail/mail-hist.el
16613 (autoload 'mail-hist-define-keys "mail-hist" "\
16614 Define keys for accessing mail header history. For use in hooks.
16616 \(fn)" nil nil)
16618 (autoload 'mail-hist-enable "mail-hist" "\
16621 \(fn)" nil nil)
16623 (defvar mail-hist-keep-history t "\
16624 *Non-nil means keep a history for headers and text of outgoing mail.")
16626 (custom-autoload 'mail-hist-keep-history "mail-hist" t)
16628 (autoload 'mail-hist-put-headers-into-history "mail-hist" "\
16629 Put headers and contents of this message into mail header history.
16630 Each header has its own independent history, as does the body of the
16631 message.
16633 This function normally would be called when the message is sent.
16635 \(fn)" nil nil)
16637 ;;;***
16639 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
16640 ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
16641 ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
16642 ;;;;;; "mail-utils" "mail/mail-utils.el" (19845 45374))
16643 ;;; Generated autoloads from mail/mail-utils.el
16645 (defvar mail-use-rfc822 nil "\
16646 If non-nil, use a full, hairy RFC822 parser on mail addresses.
16647 Otherwise, (the default) use a smaller, somewhat faster, and
16648 often correct parser.")
16650 (custom-autoload 'mail-use-rfc822 "mail-utils" t)
16652 (defvar mail-dont-reply-to-names nil "\
16653 Regexp specifying addresses to prune from a reply message.
16654 If this is nil, it is set the first time you compose a reply, to
16655 a value which excludes your own email address.
16657 Matching addresses are excluded from the CC field in replies, and
16658 also the To field, unless this would leave an empty To field.")
16660 (custom-autoload 'mail-dont-reply-to-names "mail-utils" t)
16662 (autoload 'mail-file-babyl-p "mail-utils" "\
16663 Return non-nil if FILE is a Babyl file.
16665 \(fn FILE)" nil nil)
16667 (autoload 'mail-quote-printable "mail-utils" "\
16668 Convert a string to the \"quoted printable\" Q encoding.
16669 If the optional argument WRAPPER is non-nil,
16670 we add the wrapper characters =?ISO-8859-1?Q?....?=.
16672 \(fn STRING &optional WRAPPER)" nil nil)
16674 (autoload 'mail-quote-printable-region "mail-utils" "\
16675 Convert the region to the \"quoted printable\" Q encoding.
16676 If the optional argument WRAPPER is non-nil,
16677 we add the wrapper characters =?ISO-8859-1?Q?....?=.
16679 \(fn BEG END &optional WRAPPER)" t nil)
16681 (autoload 'mail-unquote-printable "mail-utils" "\
16682 Undo the \"quoted printable\" encoding.
16683 If the optional argument WRAPPER is non-nil,
16684 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
16686 \(fn STRING &optional WRAPPER)" nil nil)
16688 (autoload 'mail-unquote-printable-region "mail-utils" "\
16689 Undo the \"quoted printable\" encoding in buffer from BEG to END.
16690 If the optional argument WRAPPER is non-nil,
16691 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
16692 On encountering malformed quoted-printable text, exits with an error,
16693 unless NOERROR is non-nil, in which case it continues, and returns nil
16694 when finished. Returns non-nil on successful completion.
16695 If UNIBYTE is non-nil, insert converted characters as unibyte.
16696 That is useful if you are going to character code decoding afterward,
16697 as Rmail does.
16699 \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil)
16701 (autoload 'mail-fetch-field "mail-utils" "\
16702 Return the value of the header field whose type is FIELD-NAME.
16703 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
16704 If third arg ALL is non-nil, concatenate all such fields with commas between.
16705 If 4th arg LIST is non-nil, return a list of all such fields.
16706 The buffer should be narrowed to just the header, else false
16707 matches may be returned from the message body.
16709 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
16711 ;;;***
16713 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
16714 ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (19845
16715 ;;;;;; 45374))
16716 ;;; Generated autoloads from mail/mailabbrev.el
16718 (defvar mail-abbrevs-mode nil "\
16719 Non-nil if Mail-Abbrevs mode is enabled.
16720 See the command `mail-abbrevs-mode' for a description of this minor mode.
16721 Setting this variable directly does not take effect;
16722 either customize it (see the info node `Easy Customization')
16723 or call the function `mail-abbrevs-mode'.")
16725 (custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
16727 (autoload 'mail-abbrevs-mode "mailabbrev" "\
16728 Non-nil means expand mail aliases as abbrevs, in certain message headers.
16730 \(fn &optional ARG)" t nil)
16732 (autoload 'mail-abbrevs-setup "mailabbrev" "\
16733 Initialize use of the `mailabbrev' package.
16735 \(fn)" nil nil)
16737 (autoload 'build-mail-abbrevs "mailabbrev" "\
16738 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
16739 By default this is the file specified by `mail-personal-alias-file'.
16741 \(fn &optional FILE RECURSIVEP)" nil nil)
16743 (autoload 'define-mail-abbrev "mailabbrev" "\
16744 Define NAME as a mail alias abbrev that translates to DEFINITION.
16745 If DEFINITION contains multiple addresses, separate them with commas.
16747 Optional argument FROM-MAILRC-FILE means that DEFINITION comes
16748 from a mailrc file. In that case, addresses are separated with
16749 spaces and addresses with embedded spaces are surrounded by
16750 double-quotes.
16752 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
16754 ;;;***
16756 ;;;### (autoloads (mail-complete mail-completion-at-point-function
16757 ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
16758 ;;;;;; "mailalias" "mail/mailalias.el" (19881 27850))
16759 ;;; Generated autoloads from mail/mailalias.el
16761 (defvar mail-complete-style 'angles "\
16762 Specifies how \\[mail-complete] formats the full name when it completes.
16763 If `nil', they contain just the return address like:
16764 king@grassland.com
16765 If `parens', they look like:
16766 king@grassland.com (Elvis Parsley)
16767 If `angles', they look like:
16768 Elvis Parsley <king@grassland.com>")
16770 (custom-autoload 'mail-complete-style "mailalias" t)
16772 (autoload 'expand-mail-aliases "mailalias" "\
16773 Expand all mail aliases in suitable header fields found between BEG and END.
16774 If interactive, expand in header fields.
16775 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
16776 their `Resent-' variants.
16778 Optional second arg EXCLUDE may be a regular expression defining text to be
16779 removed from alias expansions.
16781 \(fn BEG END &optional EXCLUDE)" t nil)
16783 (autoload 'define-mail-alias "mailalias" "\
16784 Define NAME as a mail alias that translates to DEFINITION.
16785 This means that sending a message to NAME will actually send to DEFINITION.
16787 Normally, the addresses in DEFINITION must be separated by commas.
16788 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
16789 can be separated by spaces; an address can contain spaces
16790 if it is quoted with double-quotes.
16792 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
16794 (autoload 'mail-completion-at-point-function "mailalias" "\
16795 Compute completion data for mail aliases.
16796 For use on `completion-at-point-functions'.
16798 \(fn)" nil nil)
16800 (autoload 'mail-complete "mailalias" "\
16801 Perform completion on header field or word preceding point.
16802 Completable headers are according to `mail-complete-alist'. If none matches
16803 current header, calls `mail-complete-function' and passes prefix ARG if any.
16805 \(fn ARG)" t nil)
16807 ;;;***
16809 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
16810 ;;;;;; (19845 45374))
16811 ;;; Generated autoloads from mail/mailclient.el
16813 (autoload 'mailclient-send-it "mailclient" "\
16814 Pass current buffer on to the system's mail client.
16815 Suitable value for `send-mail-function'.
16816 The mail client is taken to be the handler of mailto URLs.
16818 \(fn)" nil nil)
16820 ;;;***
16822 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
16823 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
16824 ;;;;;; "make-mode" "progmodes/make-mode.el" (19890 42850))
16825 ;;; Generated autoloads from progmodes/make-mode.el
16827 (autoload 'makefile-mode "make-mode" "\
16828 Major mode for editing standard Makefiles.
16830 If you are editing a file for a different make, try one of the
16831 variants `makefile-automake-mode', `makefile-gmake-mode',
16832 `makefile-makepp-mode', `makefile-bsdmake-mode' or,
16833 `makefile-imake-mode'. All but the last should be correctly
16834 chosen based on the file name, except if it is *.mk. This
16835 function ends by invoking the function(s) `makefile-mode-hook'.
16837 It is strongly recommended to use `font-lock-mode', because that
16838 provides additional parsing information. This is used for
16839 example to see that a rule action `echo foo: bar' is a not rule
16840 dependency, despite the colon.
16842 \\{makefile-mode-map}
16844 In the browser, use the following keys:
16846 \\{makefile-browser-map}
16848 Makefile mode can be configured by modifying the following variables:
16850 `makefile-browser-buffer-name':
16851 Name of the macro- and target browser buffer.
16853 `makefile-target-colon':
16854 The string that gets appended to all target names
16855 inserted by `makefile-insert-target'.
16856 \":\" or \"::\" are quite common values.
16858 `makefile-macro-assign':
16859 The string that gets appended to all macro names
16860 inserted by `makefile-insert-macro'.
16861 The normal value should be \" = \", since this is what
16862 standard make expects. However, newer makes such as dmake
16863 allow a larger variety of different macro assignments, so you
16864 might prefer to use \" += \" or \" := \" .
16866 `makefile-tab-after-target-colon':
16867 If you want a TAB (instead of a space) to be appended after the
16868 target colon, then set this to a non-nil value.
16870 `makefile-browser-leftmost-column':
16871 Number of blanks to the left of the browser selection mark.
16873 `makefile-browser-cursor-column':
16874 Column in which the cursor is positioned when it moves
16875 up or down in the browser.
16877 `makefile-browser-selected-mark':
16878 String used to mark selected entries in the browser.
16880 `makefile-browser-unselected-mark':
16881 String used to mark unselected entries in the browser.
16883 `makefile-browser-auto-advance-after-selection-p':
16884 If this variable is set to a non-nil value the cursor
16885 will automagically advance to the next line after an item
16886 has been selected in the browser.
16888 `makefile-pickup-everything-picks-up-filenames-p':
16889 If this variable is set to a non-nil value then
16890 `makefile-pickup-everything' also picks up filenames as targets
16891 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
16892 filenames are omitted.
16894 `makefile-cleanup-continuations':
16895 If this variable is set to a non-nil value then Makefile mode
16896 will assure that no line in the file ends with a backslash
16897 (the continuation character) followed by any whitespace.
16898 This is done by silently removing the trailing whitespace, leaving
16899 the backslash itself intact.
16900 IMPORTANT: Please note that enabling this option causes Makefile mode
16901 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
16903 `makefile-browser-hook':
16904 A function or list of functions to be called just before the
16905 browser is entered. This is executed in the makefile buffer.
16907 `makefile-special-targets-list':
16908 List of special targets. You will be offered to complete
16909 on one of those in the minibuffer whenever you enter a `.'.
16910 at the beginning of a line in Makefile mode.
16912 \(fn)" t nil)
16914 (autoload 'makefile-automake-mode "make-mode" "\
16915 An adapted `makefile-mode' that knows about automake.
16917 \(fn)" t nil)
16919 (autoload 'makefile-gmake-mode "make-mode" "\
16920 An adapted `makefile-mode' that knows about gmake.
16922 \(fn)" t nil)
16924 (autoload 'makefile-makepp-mode "make-mode" "\
16925 An adapted `makefile-mode' that knows about makepp.
16927 \(fn)" t nil)
16929 (autoload 'makefile-bsdmake-mode "make-mode" "\
16930 An adapted `makefile-mode' that knows about BSD make.
16932 \(fn)" t nil)
16934 (autoload 'makefile-imake-mode "make-mode" "\
16935 An adapted `makefile-mode' that knows about imake.
16937 \(fn)" t nil)
16939 ;;;***
16941 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (19886
16942 ;;;;;; 45771))
16943 ;;; Generated autoloads from makesum.el
16945 (autoload 'make-command-summary "makesum" "\
16946 Make a summary of current key bindings in the buffer *Summary*.
16947 Previous contents of that buffer are killed first.
16949 \(fn)" t nil)
16951 ;;;***
16953 ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
16954 ;;;;;; (19870 57559))
16955 ;;; Generated autoloads from man.el
16957 (defalias 'manual-entry 'man)
16959 (autoload 'man "man" "\
16960 Get a Un*x manual page and put it in a buffer.
16961 This command is the top-level command in the man package. It
16962 runs a Un*x command to retrieve and clean a manpage in the
16963 background and places the results in a `Man-mode' browsing
16964 buffer. See variable `Man-notify-method' for what happens when
16965 the buffer is ready. If a buffer already exists for this man
16966 page, it will display immediately.
16968 For a manpage from a particular section, use either of the
16969 following. \"cat(1)\" is how cross-references appear and is
16970 passed to man as \"1 cat\".
16972 cat(1)
16973 1 cat
16975 To see manpages from all sections related to a subject, use an
16976 \"all pages\" option (which might be \"-a\" if it's not the
16977 default), then step through with `Man-next-manpage' (\\<Man-mode-map>\\[Man-next-manpage]) etc.
16978 Add to `Man-switches' to make this option permanent.
16980 -a chmod
16982 An explicit filename can be given too. Use -l if it might
16983 otherwise look like a page name.
16985 /my/file/name.1.gz
16986 -l somefile.1
16988 An \"apropos\" query with -k gives a buffer of matching page
16989 names or descriptions. The pattern argument is usually an
16990 \"egrep\" style regexp.
16992 -k pattern
16994 \(fn MAN-ARGS)" t nil)
16996 (autoload 'man-follow "man" "\
16997 Get a Un*x manual page of the item under point and put it in a buffer.
16999 \(fn MAN-ARGS)" t nil)
17001 (autoload 'Man-bookmark-jump "man" "\
17002 Default bookmark handler for Man buffers.
17004 \(fn BOOKMARK)" nil nil)
17006 ;;;***
17008 ;;;### (autoloads (master-mode) "master" "master.el" (19845 45374))
17009 ;;; Generated autoloads from master.el
17011 (autoload 'master-mode "master" "\
17012 Toggle Master mode.
17013 With no argument, this command toggles the mode.
17014 Non-null prefix argument turns on the mode.
17015 Null prefix argument turns off the mode.
17017 When Master mode is enabled, you can scroll the slave buffer using the
17018 following commands:
17020 \\{master-mode-map}
17022 The slave buffer is stored in the buffer-local variable `master-of'.
17023 You can set this variable using `master-set-slave'. You can show
17024 yourself the value of `master-of' by calling `master-show-slave'.
17026 \(fn &optional ARG)" t nil)
17028 ;;;***
17030 ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17031 ;;;;;; (19845 45374))
17032 ;;; Generated autoloads from mb-depth.el
17034 (defvar minibuffer-depth-indicate-mode nil "\
17035 Non-nil if Minibuffer-Depth-Indicate mode is enabled.
17036 See the command `minibuffer-depth-indicate-mode' for a description of this minor mode.
17037 Setting this variable directly does not take effect;
17038 either customize it (see the info node `Easy Customization')
17039 or call the function `minibuffer-depth-indicate-mode'.")
17041 (custom-autoload 'minibuffer-depth-indicate-mode "mb-depth" nil)
17043 (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\
17044 Toggle Minibuffer Depth Indication mode.
17045 When active, any recursive use of the minibuffer will show
17046 the recursion depth in the minibuffer prompt. This is only
17047 useful if `enable-recursive-minibuffers' is non-nil.
17049 With prefix argument ARG, turn on if positive, otherwise off.
17050 Returns non-nil if the new state is enabled.
17052 \(fn &optional ARG)" t nil)
17054 ;;;***
17056 ;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
17057 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
17058 ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
17059 ;;;;;; message-forward-make-body message-forward message-recover
17060 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17061 ;;;;;; message-reply message-news message-mail message-mode) "message"
17062 ;;;;;; "gnus/message.el" (19881 27850))
17063 ;;; Generated autoloads from gnus/message.el
17065 (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
17067 (autoload 'message-mode "message" "\
17068 Major mode for editing mail and news to be sent.
17069 Like Text Mode but with these additional commands:\\<message-mode-map>
17070 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
17071 C-c C-d Postpone sending the message C-c C-k Kill the message
17072 C-c C-f move to a header field (and create it if there isn't):
17073 C-c C-f C-t move to To C-c C-f C-s move to Subject
17074 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
17075 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
17076 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
17077 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
17078 C-c C-f C-o move to From (\"Originator\")
17079 C-c C-f C-f move to Followup-To
17080 C-c C-f C-m move to Mail-Followup-To
17081 C-c C-f C-e move to Expires
17082 C-c C-f C-i cycle through Importance values
17083 C-c C-f s change subject and append \"(was: <Old Subject>)\"
17084 C-c C-f x crossposting with FollowUp-To header and note in body
17085 C-c C-f t replace To: header with contents of Cc: or Bcc:
17086 C-c C-f a Insert X-No-Archive: header and a note in the body
17087 C-c C-t `message-insert-to' (add a To header to a news followup)
17088 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
17089 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
17090 C-c C-b `message-goto-body' (move to beginning of message text).
17091 C-c C-i `message-goto-signature' (move to the beginning of the signature).
17092 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
17093 C-c C-y `message-yank-original' (insert current message, if any).
17094 C-c C-q `message-fill-yanked-message' (fill what was yanked).
17095 C-c C-e `message-elide-region' (elide the text between point and mark).
17096 C-c C-v `message-delete-not-region' (remove the text outside the region).
17097 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
17098 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
17099 C-c C-a `mml-attach-file' (attach a file as MIME).
17100 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
17101 C-c M-n `message-insert-disposition-notification-to' (request receipt).
17102 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
17103 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
17104 M-RET `message-newline-and-reformat' (break the line and reformat).
17106 \(fn)" t nil)
17108 (autoload 'message-mail "message" "\
17109 Start editing a mail message to be sent.
17110 OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
17111 to continue editing a message already being composed. SWITCH-FUNCTION
17112 is a function used to switch to and display the mail buffer.
17114 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t nil)
17116 (autoload 'message-news "message" "\
17117 Start editing a news article to be sent.
17119 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17121 (autoload 'message-reply "message" "\
17122 Start editing a reply to the article in the current buffer.
17124 \(fn &optional TO-ADDRESS WIDE SWITCH-FUNCTION)" t nil)
17126 (autoload 'message-wide-reply "message" "\
17127 Make a \"wide\" reply to the message in the current buffer.
17129 \(fn &optional TO-ADDRESS)" t nil)
17131 (autoload 'message-followup "message" "\
17132 Follow up to the message in the current buffer.
17133 If TO-NEWSGROUPS, use that as the new Newsgroups line.
17135 \(fn &optional TO-NEWSGROUPS)" t nil)
17137 (autoload 'message-cancel-news "message" "\
17138 Cancel an article you posted.
17139 If ARG, allow editing of the cancellation message.
17141 \(fn &optional ARG)" t nil)
17143 (autoload 'message-supersede "message" "\
17144 Start composing a message to supersede the current message.
17145 This is done simply by taking the old article and adding a Supersedes
17146 header line with the old Message-ID.
17148 \(fn)" t nil)
17150 (autoload 'message-recover "message" "\
17151 Reread contents of current buffer from its last auto-save file.
17153 \(fn)" t nil)
17155 (autoload 'message-forward "message" "\
17156 Forward the current message via mail.
17157 Optional NEWS will use news to forward instead of mail.
17158 Optional DIGEST will use digest to forward.
17160 \(fn &optional NEWS DIGEST)" t nil)
17162 (autoload 'message-forward-make-body "message" "\
17165 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
17167 (autoload 'message-forward-rmail-make-body "message" "\
17170 \(fn FORWARD-BUFFER)" nil nil)
17172 (autoload 'message-insinuate-rmail "message" "\
17173 Let RMAIL use message to forward.
17175 \(fn)" t nil)
17177 (autoload 'message-resend "message" "\
17178 Resend the current article to ADDRESS.
17180 \(fn ADDRESS)" t nil)
17182 (autoload 'message-bounce "message" "\
17183 Re-mail the current message.
17184 This only makes sense if the current message is a bounce message that
17185 contains some mail you have written which has been bounced back to
17186 you.
17188 \(fn)" t nil)
17190 (autoload 'message-mail-other-window "message" "\
17191 Like `message-mail' command, but display mail buffer in another window.
17193 \(fn &optional TO SUBJECT)" t nil)
17195 (autoload 'message-mail-other-frame "message" "\
17196 Like `message-mail' command, but display mail buffer in another frame.
17198 \(fn &optional TO SUBJECT)" t nil)
17200 (autoload 'message-news-other-window "message" "\
17201 Start editing a news article to be sent.
17203 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17205 (autoload 'message-news-other-frame "message" "\
17206 Start editing a news article to be sent.
17208 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17210 (autoload 'message-bold-region "message" "\
17211 Bold all nonblank characters in the region.
17212 Works by overstriking characters.
17213 Called from program, takes two arguments START and END
17214 which specify the range to operate on.
17216 \(fn START END)" t nil)
17218 (autoload 'message-unbold-region "message" "\
17219 Remove all boldness (overstruck characters) in the region.
17220 Called from program, takes two arguments START and END
17221 which specify the range to operate on.
17223 \(fn START END)" t nil)
17225 ;;;***
17227 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17228 ;;;;;; (19845 45374))
17229 ;;; Generated autoloads from progmodes/meta-mode.el
17231 (autoload 'metafont-mode "meta-mode" "\
17232 Major mode for editing Metafont sources.
17234 \(fn)" t nil)
17236 (autoload 'metapost-mode "meta-mode" "\
17237 Major mode for editing MetaPost sources.
17239 \(fn)" t nil)
17241 ;;;***
17243 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17244 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17245 ;;;;;; (19845 45374))
17246 ;;; Generated autoloads from mail/metamail.el
17248 (autoload 'metamail-interpret-header "metamail" "\
17249 Interpret a header part of a MIME message in current buffer.
17250 Its body part is not interpreted at all.
17252 \(fn)" t nil)
17254 (autoload 'metamail-interpret-body "metamail" "\
17255 Interpret a body part of a MIME message in current buffer.
17256 Optional argument VIEWMODE specifies the value of the
17257 EMACS_VIEW_MODE environment variable (defaulted to 1).
17258 Optional argument NODISPLAY non-nil means buffer is not
17259 redisplayed as output is inserted.
17260 Its header part is not interpreted at all.
17262 \(fn &optional VIEWMODE NODISPLAY)" t nil)
17264 (autoload 'metamail-buffer "metamail" "\
17265 Process current buffer through `metamail'.
17266 Optional argument VIEWMODE specifies the value of the
17267 EMACS_VIEW_MODE environment variable (defaulted to 1).
17268 Optional argument BUFFER specifies a buffer to be filled (nil
17269 means current).
17270 Optional argument NODISPLAY non-nil means buffer is not
17271 redisplayed as output is inserted.
17273 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17275 (autoload 'metamail-region "metamail" "\
17276 Process current region through 'metamail'.
17277 Optional argument VIEWMODE specifies the value of the
17278 EMACS_VIEW_MODE environment variable (defaulted to 1).
17279 Optional argument BUFFER specifies a buffer to be filled (nil
17280 means current).
17281 Optional argument NODISPLAY non-nil means buffer is not
17282 redisplayed as output is inserted.
17284 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17286 ;;;***
17288 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17289 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17290 ;;;;;; "mh-e/mh-comp.el" (19845 45374))
17291 ;;; Generated autoloads from mh-e/mh-comp.el
17293 (autoload 'mh-smail "mh-comp" "\
17294 Compose a message with the MH mail system.
17295 See `mh-send' for more details on composing mail.
17297 \(fn)" t nil)
17299 (autoload 'mh-smail-other-window "mh-comp" "\
17300 Compose a message with the MH mail system in other window.
17301 See `mh-send' for more details on composing mail.
17303 \(fn)" t nil)
17305 (autoload 'mh-smail-batch "mh-comp" "\
17306 Compose a message with the MH mail system.
17308 This function does not prompt the user for any header fields, and
17309 thus is suitable for use by programs that want to create a mail
17310 buffer. Users should use \\[mh-smail] to compose mail.
17312 Optional arguments for setting certain fields include TO,
17313 SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED.
17315 This function remains for Emacs 21 compatibility. New
17316 applications should use `mh-user-agent-compose'.
17318 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
17320 (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook)
17322 (autoload 'mh-user-agent-compose "mh-comp" "\
17323 Set up mail composition draft with the MH mail system.
17324 This is the `mail-user-agent' entry point to MH-E. This function
17325 conforms to the contract specified by `define-mail-user-agent'
17326 which means that this function should accept the same arguments
17327 as `compose-mail'.
17329 The optional arguments TO and SUBJECT specify recipients and the
17330 initial Subject field, respectively.
17332 OTHER-HEADERS is an alist specifying additional header fields.
17333 Elements look like (HEADER . VALUE) where both HEADER and VALUE
17334 are strings.
17336 CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and
17337 RETURN-ACTION are ignored.
17339 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
17341 (autoload 'mh-send-letter "mh-comp" "\
17342 Save draft and send message.
17344 When you are all through editing a message, you send it with this
17345 command. You can give a prefix argument ARG to monitor the first stage
17346 of the delivery; this output can be found in a buffer called \"*MH-E
17347 Mail Delivery*\".
17349 The hook `mh-before-send-letter-hook' is run at the beginning of
17350 this command. For example, if you want to check your spelling in
17351 your message before sending, add the function `ispell-message'.
17353 Unless `mh-insert-auto-fields' had previously been called
17354 manually, the function `mh-insert-auto-fields' is called to
17355 insert fields based upon the recipients. If fields are added, you
17356 are given a chance to see and to confirm these fields before the
17357 message is actually sent. You can do away with this confirmation
17358 by turning off the option `mh-auto-fields-prompt-flag'.
17360 In case the MH \"send\" program is installed under a different name,
17361 use `mh-send-prog' to tell MH-E the name.
17363 The hook `mh-annotate-msg-hook' is run after annotating the
17364 message and scan line.
17366 \(fn &optional ARG)" t nil)
17368 (autoload 'mh-fully-kill-draft "mh-comp" "\
17369 Quit editing and delete draft message.
17371 If for some reason you are not happy with the draft, you can use
17372 this command to kill the draft buffer and delete the draft
17373 message. Use the command \\[kill-buffer] if you don't want to
17374 delete the draft message.
17376 \(fn)" t nil)
17378 ;;;***
17380 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (19898 36953))
17381 ;;; Generated autoloads from mh-e/mh-e.el
17383 (put 'mh-progs 'risky-local-variable t)
17385 (put 'mh-lib 'risky-local-variable t)
17387 (put 'mh-lib-progs 'risky-local-variable t)
17389 (autoload 'mh-version "mh-e" "\
17390 Display version information about MH-E and the MH mail handling system.
17392 \(fn)" t nil)
17394 ;;;***
17396 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
17397 ;;;;;; "mh-e/mh-folder.el" (19845 45374))
17398 ;;; Generated autoloads from mh-e/mh-folder.el
17400 (autoload 'mh-rmail "mh-folder" "\
17401 Incorporate new mail with MH.
17402 Scan an MH folder if ARG is non-nil.
17404 This function is an entry point to MH-E, the Emacs interface to
17405 the MH mail system.
17407 \(fn &optional ARG)" t nil)
17409 (autoload 'mh-nmail "mh-folder" "\
17410 Check for new mail in inbox folder.
17411 Scan an MH folder if ARG is non-nil.
17413 This function is an entry point to MH-E, the Emacs interface to
17414 the MH mail system.
17416 \(fn &optional ARG)" t nil)
17418 (autoload 'mh-folder-mode "mh-folder" "\
17419 Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
17421 You can show the message the cursor is pointing to, and step through
17422 the messages. Messages can be marked for deletion or refiling into
17423 another folder; these commands are executed all at once with a
17424 separate command.
17426 Options that control this mode can be changed with
17427 \\[customize-group]; specify the \"mh\" group. In particular, please
17428 see the `mh-scan-format-file' option if you wish to modify scan's
17429 format.
17431 When a folder is visited, the hook `mh-folder-mode-hook' is run.
17433 Ranges
17434 ======
17435 Many commands that operate on individual messages, such as
17436 `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument
17437 can be used in several ways.
17439 If you provide the prefix argument (\\[universal-argument]) to
17440 these commands, then you will be prompted for the message range.
17441 This can be any valid MH range which can include messages,
17442 sequences, and the abbreviations (described in the mh(1) man
17443 page):
17445 <num1>-<num2>
17446 Indicates all messages in the range <num1> to <num2>, inclusive.
17447 The range must be nonempty.
17449 <num>:N
17450 <num>:+N
17451 <num>:-N
17452 Up to N messages beginning with (or ending with) message num. Num
17453 may be any of the predefined symbols: first, prev, cur, next or
17454 last.
17456 first:N
17457 prev:N
17458 next:N
17459 last:N
17460 The first, previous, next or last messages, if they exist.
17463 All of the messages.
17465 For example, a range that shows all of these things is `1 2 3
17466 5-10 last:5 unseen'.
17468 If the option `transient-mark-mode' is set to t and you set a
17469 region in the MH-Folder buffer, then the MH-E command will
17470 perform the operation on all messages in that region.
17472 \\{mh-folder-mode-map}
17474 \(fn)" t nil)
17476 ;;;***
17478 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
17479 ;;;;;; "midnight.el" (19853 59245))
17480 ;;; Generated autoloads from midnight.el
17482 (autoload 'clean-buffer-list "midnight" "\
17483 Kill old buffers that have not been displayed recently.
17484 The relevant variables are `clean-buffer-list-delay-general',
17485 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
17486 `clean-buffer-list-kill-never-buffer-names',
17487 `clean-buffer-list-kill-regexps' and
17488 `clean-buffer-list-kill-never-regexps'.
17489 While processing buffers, this procedure displays messages containing
17490 the current date/time, buffer name, how many seconds ago it was
17491 displayed (can be nil if the buffer was never displayed) and its
17492 lifetime, i.e., its \"age\" when it will be purged.
17494 \(fn)" t nil)
17496 (autoload 'midnight-delay-set "midnight" "\
17497 Modify `midnight-timer' according to `midnight-delay'.
17498 Sets the first argument SYMB (which must be symbol `midnight-delay')
17499 to its second argument TM.
17501 \(fn SYMB TM)" nil nil)
17503 ;;;***
17505 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
17506 ;;;;;; "minibuf-eldef.el" (19845 45374))
17507 ;;; Generated autoloads from minibuf-eldef.el
17509 (defvar minibuffer-electric-default-mode nil "\
17510 Non-nil if Minibuffer-Electric-Default mode is enabled.
17511 See the command `minibuffer-electric-default-mode' for a description of this minor mode.
17512 Setting this variable directly does not take effect;
17513 either customize it (see the info node `Easy Customization')
17514 or call the function `minibuffer-electric-default-mode'.")
17516 (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil)
17518 (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
17519 Toggle Minibuffer Electric Default mode.
17520 When active, minibuffer prompts that show a default value only show the
17521 default when it's applicable -- that is, when hitting RET would yield
17522 the default value. If the user modifies the input such that hitting RET
17523 would enter a non-default value, the prompt is modified to remove the
17524 default indication.
17526 With prefix argument ARG, turn on if positive, otherwise off.
17527 Returns non-nil if the new state is enabled.
17529 \(fn &optional ARG)" t nil)
17531 ;;;***
17533 ;;;### (autoloads (butterfly) "misc" "misc.el" (19845 45374))
17534 ;;; Generated autoloads from misc.el
17536 (autoload 'butterfly "misc" "\
17537 Use butterflies to flip the desired bit on the drive platter.
17538 Open hands and let the delicate wings flap once. The disturbance
17539 ripples outward, changing the flow of the eddy currents in the
17540 upper atmosphere. These cause momentary pockets of higher-pressure
17541 air to form, which act as lenses that deflect incoming cosmic rays,
17542 focusing them to strike the drive platter and flip the desired bit.
17543 You can type `M-x butterfly C-M-c' to run it. This is a permuted
17544 variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
17546 \(fn)" t nil)
17548 ;;;***
17550 ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
17551 ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
17552 ;;;;;; "misearch" "misearch.el" (19886 45771))
17553 ;;; Generated autoloads from misearch.el
17554 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
17556 (defvar multi-isearch-next-buffer-function nil "\
17557 Function to call to get the next buffer to search.
17559 When this variable is set to a function that returns a buffer, then
17560 after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
17561 to the next buffer in the series and continues searching for the
17562 next occurrence.
17564 This function should return the next buffer (it doesn't need to switch
17565 to it), or nil if it can't find the next buffer (when it reaches the
17566 end of the search space).
17568 The first argument of this function is the current buffer where the
17569 search is currently searching. It defines the base buffer relative to
17570 which this function should find the next buffer. When the isearch
17571 direction is backward (when `isearch-forward' is nil), this function
17572 should return the previous buffer to search.
17574 If the second argument of this function WRAP is non-nil, then it
17575 should return the first buffer in the series; and for the backward
17576 search, it should return the last buffer in the series.")
17578 (defvar multi-isearch-next-buffer-current-function nil "\
17579 The currently active function to get the next buffer to search.
17580 Initialized from `multi-isearch-next-buffer-function' when
17581 Isearch starts.")
17583 (defvar multi-isearch-current-buffer nil "\
17584 The buffer where the search is currently searching.
17585 The value is nil when the search still is in the initial buffer.")
17587 (autoload 'multi-isearch-setup "misearch" "\
17588 Set up isearch to search multiple buffers.
17589 Intended to be added to `isearch-mode-hook'.
17591 \(fn)" nil nil)
17593 (autoload 'multi-isearch-buffers "misearch" "\
17594 Start multi-buffer Isearch on a list of BUFFERS.
17595 This list can contain live buffers or their names.
17596 Interactively read buffer names to search, one by one, ended with RET.
17597 With a prefix argument, ask for a regexp, and search in buffers
17598 whose names match the specified regexp.
17600 \(fn BUFFERS)" t nil)
17602 (autoload 'multi-isearch-buffers-regexp "misearch" "\
17603 Start multi-buffer regexp Isearch on a list of BUFFERS.
17604 This list can contain live buffers or their names.
17605 Interactively read buffer names to search, one by one, ended with RET.
17606 With a prefix argument, ask for a regexp, and search in buffers
17607 whose names match the specified regexp.
17609 \(fn BUFFERS)" t nil)
17611 (autoload 'multi-isearch-files "misearch" "\
17612 Start multi-buffer Isearch on a list of FILES.
17613 Relative file names in this list are expanded to absolute
17614 file names using the current buffer's value of `default-directory'.
17615 Interactively read file names to search, one by one, ended with RET.
17616 With a prefix argument, ask for a wildcard, and search in file buffers
17617 whose file names match the specified wildcard.
17619 \(fn FILES)" t nil)
17621 (autoload 'multi-isearch-files-regexp "misearch" "\
17622 Start multi-buffer regexp Isearch on a list of FILES.
17623 Relative file names in this list are expanded to absolute
17624 file names using the current buffer's value of `default-directory'.
17625 Interactively read file names to search, one by one, ended with RET.
17626 With a prefix argument, ask for a wildcard, and search in file buffers
17627 whose file names match the specified wildcard.
17629 \(fn FILES)" t nil)
17631 ;;;***
17633 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
17634 ;;;;;; (19845 45374))
17635 ;;; Generated autoloads from progmodes/mixal-mode.el
17637 (autoload 'mixal-mode "mixal-mode" "\
17638 Major mode for the mixal asm language.
17640 \(fn)" t nil)
17642 ;;;***
17644 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
17645 ;;;;;; "mm-extern" "gnus/mm-extern.el" (19845 45374))
17646 ;;; Generated autoloads from gnus/mm-extern.el
17648 (autoload 'mm-extern-cache-contents "mm-extern" "\
17649 Put the external-body part of HANDLE into its cache.
17651 \(fn HANDLE)" nil nil)
17653 (autoload 'mm-inline-external-body "mm-extern" "\
17654 Show the external-body part of HANDLE.
17655 This function replaces the buffer of HANDLE with a buffer contains
17656 the entire message.
17657 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17659 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
17661 ;;;***
17663 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
17664 ;;;;;; (19845 45374))
17665 ;;; Generated autoloads from gnus/mm-partial.el
17667 (autoload 'mm-inline-partial "mm-partial" "\
17668 Show the partial part of HANDLE.
17669 This function replaces the buffer of HANDLE with a buffer contains
17670 the entire message.
17671 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
17673 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
17675 ;;;***
17677 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
17678 ;;;;;; "mm-url" "gnus/mm-url.el" (19877 30798))
17679 ;;; Generated autoloads from gnus/mm-url.el
17681 (autoload 'mm-url-insert-file-contents "mm-url" "\
17682 Insert file contents of URL.
17683 If `mm-url-use-external' is non-nil, use `mm-url-program'.
17685 \(fn URL)" nil nil)
17687 (autoload 'mm-url-insert-file-contents-external "mm-url" "\
17688 Insert file contents of URL using `mm-url-program'.
17690 \(fn URL)" nil nil)
17692 ;;;***
17694 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
17695 ;;;;;; "gnus/mm-uu.el" (19845 45374))
17696 ;;; Generated autoloads from gnus/mm-uu.el
17698 (autoload 'mm-uu-dissect "mm-uu" "\
17699 Dissect the current buffer and return a list of uu handles.
17700 The optional NOHEADER means there's no header in the buffer.
17701 MIME-TYPE specifies a MIME type and parameters, which defaults to the
17702 value of `mm-uu-text-plain-type'.
17704 \(fn &optional NOHEADER MIME-TYPE)" nil nil)
17706 (autoload 'mm-uu-dissect-text-parts "mm-uu" "\
17707 Dissect text parts and put uu handles into HANDLE.
17708 Assume text has been decoded if DECODED is non-nil.
17710 \(fn HANDLE &optional DECODED)" nil nil)
17712 ;;;***
17714 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
17715 ;;;;;; (19845 45374))
17716 ;;; Generated autoloads from gnus/mml1991.el
17718 (autoload 'mml1991-encrypt "mml1991" "\
17721 \(fn CONT &optional SIGN)" nil nil)
17723 (autoload 'mml1991-sign "mml1991" "\
17726 \(fn CONT)" nil nil)
17728 ;;;***
17730 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
17731 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
17732 ;;;;;; "mml2015" "gnus/mml2015.el" (19845 45374))
17733 ;;; Generated autoloads from gnus/mml2015.el
17735 (autoload 'mml2015-decrypt "mml2015" "\
17738 \(fn HANDLE CTL)" nil nil)
17740 (autoload 'mml2015-decrypt-test "mml2015" "\
17743 \(fn HANDLE CTL)" nil nil)
17745 (autoload 'mml2015-verify "mml2015" "\
17748 \(fn HANDLE CTL)" nil nil)
17750 (autoload 'mml2015-verify-test "mml2015" "\
17753 \(fn HANDLE CTL)" nil nil)
17755 (autoload 'mml2015-encrypt "mml2015" "\
17758 \(fn CONT &optional SIGN)" nil nil)
17760 (autoload 'mml2015-sign "mml2015" "\
17763 \(fn CONT)" nil nil)
17765 (autoload 'mml2015-self-encrypt "mml2015" "\
17768 \(fn)" nil nil)
17770 ;;;***
17772 ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (19845
17773 ;;;;;; 45374))
17774 ;;; Generated autoloads from progmodes/modula2.el
17776 (defalias 'modula-2-mode 'm2-mode)
17778 (autoload 'm2-mode "modula2" "\
17779 This is a mode intended to support program development in Modula-2.
17780 All control constructs of Modula-2 can be reached by typing C-c
17781 followed by the first character of the construct.
17782 \\<m2-mode-map>
17783 \\[m2-begin] begin \\[m2-case] case
17784 \\[m2-definition] definition \\[m2-else] else
17785 \\[m2-for] for \\[m2-header] header
17786 \\[m2-if] if \\[m2-module] module
17787 \\[m2-loop] loop \\[m2-or] or
17788 \\[m2-procedure] procedure Control-c Control-w with
17789 \\[m2-record] record \\[m2-stdio] stdio
17790 \\[m2-type] type \\[m2-until] until
17791 \\[m2-var] var \\[m2-while] while
17792 \\[m2-export] export \\[m2-import] import
17793 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
17794 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
17795 \\[m2-compile] compile \\[m2-next-error] next-error
17796 \\[m2-link] link
17798 `m2-indent' controls the number of spaces for each indentation.
17799 `m2-compile-command' holds the command to compile a Modula-2 program.
17800 `m2-link-command' holds the command to link a Modula-2 program.
17802 \(fn)" t nil)
17804 ;;;***
17806 ;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
17807 ;;;;;; "morse" "play/morse.el" (19869 36706))
17808 ;;; Generated autoloads from play/morse.el
17810 (autoload 'morse-region "morse" "\
17811 Convert all text in a given region to morse code.
17813 \(fn BEG END)" t nil)
17815 (autoload 'unmorse-region "morse" "\
17816 Convert morse coded text in region to ordinary ASCII text.
17818 \(fn BEG END)" t nil)
17820 (autoload 'nato-region "morse" "\
17821 Convert all text in a given region to NATO phonetic alphabet.
17823 \(fn BEG END)" t nil)
17825 (autoload 'denato-region "morse" "\
17826 Convert NATO phonetic alphabet in region to ordinary ASCII text.
17828 \(fn BEG END)" t nil)
17830 ;;;***
17832 ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
17833 ;;;;;; "mouse-drag.el" (19890 42850))
17834 ;;; Generated autoloads from mouse-drag.el
17836 (autoload 'mouse-drag-throw "mouse-drag" "\
17837 \"Throw\" the page according to a mouse drag.
17839 A \"throw\" is scrolling the page at a speed relative to the distance
17840 from the original mouse click to the current mouse location. Try it;
17841 you'll like it. It's easier to observe than to explain.
17843 If the mouse is clicked and released in the same place of time we
17844 assume that the user didn't want to scroll but wanted to whatever
17845 mouse-2 used to do, so we pass it through.
17847 Throw scrolling was inspired (but is not identical to) the \"hand\"
17848 option in MacPaint, or the middle button in Tk text widgets.
17850 If `mouse-throw-with-scroll-bar' is non-nil, then this command scrolls
17851 in the opposite direction. (Different people have different ideas
17852 about which direction is natural. Perhaps it has to do with which
17853 hemisphere you're in.)
17855 To test this function, evaluate:
17856 (global-set-key [down-mouse-2] 'mouse-drag-throw)
17858 \(fn START-EVENT)" t nil)
17860 (autoload 'mouse-drag-drag "mouse-drag" "\
17861 \"Drag\" the page according to a mouse drag.
17863 Drag scrolling moves the page according to the movement of the mouse.
17864 You \"grab\" the character under the mouse and move it around.
17866 If the mouse is clicked and released in the same place of time we
17867 assume that the user didn't want to scroll but wanted to whatever
17868 mouse-2 used to do, so we pass it through.
17870 Drag scrolling is identical to the \"hand\" option in MacPaint, or the
17871 middle button in Tk text widgets.
17873 To test this function, evaluate:
17874 (global-set-key [down-mouse-2] 'mouse-drag-drag)
17876 \(fn START-EVENT)" t nil)
17878 ;;;***
17880 ;;;### (autoloads (mouse-sel-mode) "mouse-sel" "mouse-sel.el" (19886
17881 ;;;;;; 45771))
17882 ;;; Generated autoloads from mouse-sel.el
17884 (defvar mouse-sel-mode nil "\
17885 Non-nil if Mouse-Sel mode is enabled.
17886 See the command `mouse-sel-mode' for a description of this minor mode.
17887 Setting this variable directly does not take effect;
17888 either customize it (see the info node `Easy Customization')
17889 or call the function `mouse-sel-mode'.")
17891 (custom-autoload 'mouse-sel-mode "mouse-sel" nil)
17893 (autoload 'mouse-sel-mode "mouse-sel" "\
17894 Toggle Mouse Sel mode.
17895 With prefix ARG, turn Mouse Sel mode on if and only if ARG is positive.
17896 Returns the new status of Mouse Sel mode (non-nil means on).
17898 When Mouse Sel mode is enabled, mouse selection is enhanced in various ways:
17900 - Clicking mouse-1 starts (cancels) selection, dragging extends it.
17902 - Clicking or dragging mouse-3 extends the selection as well.
17904 - Double-clicking on word constituents selects words.
17905 Double-clicking on symbol constituents selects symbols.
17906 Double-clicking on quotes or parentheses selects sexps.
17907 Double-clicking on whitespace selects whitespace.
17908 Triple-clicking selects lines.
17909 Quad-clicking selects paragraphs.
17911 - Selecting sets the region & X primary selection, but does NOT affect
17912 the `kill-ring', nor do the kill-ring functions change the X selection.
17913 Because the mouse handlers set the primary selection directly,
17914 mouse-sel sets the variables `interprogram-cut-function' and
17915 `interprogram-paste-function' to nil.
17917 - Clicking mouse-2 inserts the contents of the primary selection at
17918 the mouse position (or point, if `mouse-yank-at-point' is non-nil).
17920 - Pressing mouse-2 while selecting or extending copies selection
17921 to the kill ring. Pressing mouse-1 or mouse-3 kills it.
17923 - Double-clicking mouse-3 also kills selection.
17925 - M-mouse-1, M-mouse-2 & M-mouse-3 work similarly to mouse-1, mouse-2
17926 & mouse-3, but operate on the X secondary selection rather than the
17927 primary selection and region.
17929 \(fn &optional ARG)" t nil)
17931 ;;;***
17933 ;;;### (autoloads (mpc) "mpc" "mpc.el" (19863 8742))
17934 ;;; Generated autoloads from mpc.el
17936 (autoload 'mpc "mpc" "\
17937 Main entry point for MPC.
17939 \(fn)" t nil)
17941 ;;;***
17943 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (19890 42850))
17944 ;;; Generated autoloads from play/mpuz.el
17946 (autoload 'mpuz "mpuz" "\
17947 Multiplication puzzle with GNU Emacs.
17949 \(fn)" t nil)
17951 ;;;***
17953 ;;;### (autoloads (msb-mode) "msb" "msb.el" (19845 45374))
17954 ;;; Generated autoloads from msb.el
17956 (defvar msb-mode nil "\
17957 Non-nil if Msb mode is enabled.
17958 See the command `msb-mode' for a description of this minor mode.
17959 Setting this variable directly does not take effect;
17960 either customize it (see the info node `Easy Customization')
17961 or call the function `msb-mode'.")
17963 (custom-autoload 'msb-mode "msb" nil)
17965 (autoload 'msb-mode "msb" "\
17966 Toggle Msb mode.
17967 With arg, turn Msb mode on if and only if arg is positive.
17968 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
17969 different buffer menu using the function `msb'.
17971 \(fn &optional ARG)" t nil)
17973 ;;;***
17975 ;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets
17976 ;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems
17977 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
17978 ;;;;;; describe-coding-system describe-character-set list-charset-chars
17979 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
17980 ;;;;;; (19845 45374))
17981 ;;; Generated autoloads from international/mule-diag.el
17983 (autoload 'list-character-sets "mule-diag" "\
17984 Display a list of all character sets.
17986 The D column contains the dimension of this character set. The CH
17987 column contains the number of characters in a block of this character
17988 set. The FINAL-BYTE column contains an ISO-2022 <final-byte> to use
17989 in the designation escape sequence for this character set in
17990 ISO-2022-based coding systems.
17992 With prefix ARG, the output format gets more cryptic,
17993 but still shows the full information.
17995 \(fn ARG)" t nil)
17997 (autoload 'read-charset "mule-diag" "\
17998 Read a character set from the minibuffer, prompting with string PROMPT.
17999 It must be an Emacs character set listed in the variable `charset-list'.
18001 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
18002 DEFAULT-VALUE, if non-nil, is the default value.
18003 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
18004 See the documentation of the function `completing-read' for the detailed
18005 meanings of these arguments.
18007 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
18009 (autoload 'list-charset-chars "mule-diag" "\
18010 Display a list of characters in character set CHARSET.
18012 \(fn CHARSET)" t nil)
18014 (autoload 'describe-character-set "mule-diag" "\
18015 Display information about built-in character set CHARSET.
18017 \(fn CHARSET)" t nil)
18019 (autoload 'describe-coding-system "mule-diag" "\
18020 Display information about CODING-SYSTEM.
18022 \(fn CODING-SYSTEM)" t nil)
18024 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
18025 Display coding systems currently used in a brief format in echo area.
18027 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
18028 where mnemonics of the following coding systems come in this order
18029 in place of `..':
18030 `buffer-file-coding-system' (of the current buffer)
18031 eol-type of `buffer-file-coding-system' (of the current buffer)
18032 Value returned by `keyboard-coding-system'
18033 eol-type of `keyboard-coding-system'
18034 Value returned by `terminal-coding-system'.
18035 eol-type of `terminal-coding-system'
18036 `process-coding-system' for read (of the current buffer, if any)
18037 eol-type of `process-coding-system' for read (of the current buffer, if any)
18038 `process-coding-system' for write (of the current buffer, if any)
18039 eol-type of `process-coding-system' for write (of the current buffer, if any)
18040 default `buffer-file-coding-system'
18041 eol-type of default `buffer-file-coding-system'
18042 `default-process-coding-system' for read
18043 eol-type of `default-process-coding-system' for read
18044 `default-process-coding-system' for write
18045 eol-type of `default-process-coding-system'
18047 \(fn)" t nil)
18049 (autoload 'describe-current-coding-system "mule-diag" "\
18050 Display coding systems currently used, in detail.
18052 \(fn)" t nil)
18054 (autoload 'list-coding-systems "mule-diag" "\
18055 Display a list of all coding systems.
18056 This shows the mnemonic letter, name, and description of each coding system.
18058 With prefix ARG, the output format gets more cryptic,
18059 but still contains full information about each coding system.
18061 \(fn &optional ARG)" t nil)
18063 (autoload 'list-coding-categories "mule-diag" "\
18064 Display a list of all coding categories.
18066 \(fn)" nil nil)
18068 (autoload 'describe-font "mule-diag" "\
18069 Display information about a font whose name is FONTNAME.
18070 The font must be already used by Emacs.
18072 \(fn FONTNAME)" t nil)
18074 (autoload 'describe-fontset "mule-diag" "\
18075 Display information about FONTSET.
18076 This shows which font is used for which character(s).
18078 \(fn FONTSET)" t nil)
18080 (autoload 'list-fontsets "mule-diag" "\
18081 Display a list of all fontsets.
18082 This shows the name, size, and style of each fontset.
18083 With prefix arg, also list the fonts contained in each fontset;
18084 see the function `describe-fontset' for the format of the list.
18086 \(fn ARG)" t nil)
18088 (autoload 'list-input-methods "mule-diag" "\
18089 Display information about all input methods.
18091 \(fn)" t nil)
18093 (autoload 'mule-diag "mule-diag" "\
18094 Display diagnosis of the multilingual environment (Mule).
18096 This shows various information related to the current multilingual
18097 environment, including lists of input methods, coding systems,
18098 character sets, and fontsets (if Emacs is running under a window
18099 system which uses fontsets).
18101 \(fn)" t nil)
18103 (autoload 'font-show-log "mule-diag" "\
18104 Show log of font listing and opening.
18105 Prefix arg LIMIT says how many fonts to show for each listing.
18106 The default is 20. If LIMIT is negative, do not limit the listing.
18108 \(fn &optional LIMIT)" t nil)
18110 ;;;***
18112 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment
18113 ;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode
18114 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18115 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18116 ;;;;;; truncate-string-to-width store-substring string-to-sequence)
18117 ;;;;;; "mule-util" "international/mule-util.el" (19845 45374))
18118 ;;; Generated autoloads from international/mule-util.el
18120 (autoload 'string-to-sequence "mule-util" "\
18121 Convert STRING to a sequence of TYPE which contains characters in STRING.
18122 TYPE should be `list' or `vector'.
18124 \(fn STRING TYPE)" nil nil)
18126 (make-obsolete 'string-to-sequence "use `string-to-list' or `string-to-vector'." "22.1")
18128 (defsubst string-to-list (string) "\
18129 Return a list of characters in STRING." (append string nil))
18131 (defsubst string-to-vector (string) "\
18132 Return a vector of characters in STRING." (vconcat string))
18134 (autoload 'store-substring "mule-util" "\
18135 Embed OBJ (string or character) at index IDX of STRING.
18137 \(fn STRING IDX OBJ)" nil nil)
18139 (autoload 'truncate-string-to-width "mule-util" "\
18140 Truncate string STR to end at column END-COLUMN.
18141 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
18142 column; that means to return the characters occupying columns
18143 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
18144 are specified in terms of character display width in the current
18145 buffer; see also `char-width'.
18147 The optional 4th arg PADDING, if non-nil, specifies a padding
18148 character (which should have a display width of 1) to add at the end
18149 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
18150 comes in the middle of a character in STR. PADDING is also added at
18151 the beginning of the result if column START-COLUMN appears in the
18152 middle of a character in STR.
18154 If PADDING is nil, no padding is added in these cases, so
18155 the resulting string may be narrower than END-COLUMN.
18157 If ELLIPSIS is non-nil, it should be a string which will replace the
18158 end of STR (including any padding) if it extends beyond END-COLUMN,
18159 unless the display width of STR is equal to or less than the display
18160 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
18161 defaults to \"...\".
18163 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
18165 (defsubst nested-alist-p (obj) "\
18166 Return t if OBJ is a nested alist.
18168 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
18169 any Lisp object, and BRANCHES is a list of cons cells of the form
18170 \(KEY-ELEMENT . NESTED-ALIST).
18172 You can use a nested alist to store any Lisp object (ENTRY) for a key
18173 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
18174 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
18176 (autoload 'set-nested-alist "mule-util" "\
18177 Set ENTRY for KEYSEQ in a nested alist ALIST.
18178 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
18179 are considered.
18180 Optional 5th argument BRANCHES if non-nil is branches for a keyseq
18181 longer than KEYSEQ.
18182 See the documentation of `nested-alist-p' for more detail.
18184 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
18186 (autoload 'lookup-nested-alist "mule-util" "\
18187 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
18188 Optional 3rd argument LEN specifies the length of KEYSEQ.
18189 Optional 4th argument START specifies index of the starting key.
18190 The returned value is normally a nested alist of which
18191 car part is the entry for KEYSEQ.
18192 If ALIST is not deep enough for KEYSEQ, return number which is
18193 how many key elements at the front of KEYSEQ it takes
18194 to reach a leaf in ALIST.
18195 Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
18196 even if ALIST is not deep enough.
18198 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
18200 (autoload 'coding-system-post-read-conversion "mule-util" "\
18201 Return the value of CODING-SYSTEM's `post-read-conversion' property.
18203 \(fn CODING-SYSTEM)" nil nil)
18205 (autoload 'coding-system-pre-write-conversion "mule-util" "\
18206 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
18208 \(fn CODING-SYSTEM)" nil nil)
18210 (autoload 'coding-system-translation-table-for-decode "mule-util" "\
18211 Return the value of CODING-SYSTEM's `decode-translation-table' property.
18213 \(fn CODING-SYSTEM)" nil nil)
18215 (autoload 'coding-system-translation-table-for-encode "mule-util" "\
18216 Return the value of CODING-SYSTEM's `encode-translation-table' property.
18218 \(fn CODING-SYSTEM)" nil nil)
18220 (autoload 'with-coding-priority "mule-util" "\
18221 Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
18222 CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
18223 This affects the implicit sorting of lists of coding sysems returned by
18224 operations such as `find-coding-systems-region'.
18226 \(fn CODING-SYSTEMS &rest BODY)" nil (quote macro))
18227 (put 'with-coding-priority 'lisp-indent-function 1)
18229 (autoload 'detect-coding-with-priority "mule-util" "\
18230 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
18231 PRIORITY-LIST is an alist of coding categories vs the corresponding
18232 coding systems ordered by priority.
18234 \(fn FROM TO PRIORITY-LIST)" nil (quote macro))
18236 (autoload 'detect-coding-with-language-environment "mule-util" "\
18237 Detect a coding system for the text between FROM and TO with LANG-ENV.
18238 The detection takes into account the coding system priorities for the
18239 language environment LANG-ENV.
18241 \(fn FROM TO LANG-ENV)" nil nil)
18243 (autoload 'char-displayable-p "mule-util" "\
18244 Return non-nil if we should be able to display CHAR.
18245 On a multi-font display, the test is only whether there is an
18246 appropriate font from the selected frame's fontset to display
18247 CHAR's charset in general. Since fonts may be specified on a
18248 per-character basis, this may not be accurate.
18250 \(fn CHAR)" nil nil)
18252 ;;;***
18254 ;;;### (autoloads (network-connection network-connection-to-service
18255 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18256 ;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18257 ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (19845
18258 ;;;;;; 45374))
18259 ;;; Generated autoloads from net/net-utils.el
18261 (autoload 'ifconfig "net-utils" "\
18262 Run ifconfig and display diagnostic output.
18264 \(fn)" t nil)
18266 (autoload 'iwconfig "net-utils" "\
18267 Run iwconfig and display diagnostic output.
18269 \(fn)" t nil)
18271 (autoload 'netstat "net-utils" "\
18272 Run netstat and display diagnostic output.
18274 \(fn)" t nil)
18276 (autoload 'arp "net-utils" "\
18277 Run arp and display diagnostic output.
18279 \(fn)" t nil)
18281 (autoload 'route "net-utils" "\
18282 Run route and display diagnostic output.
18284 \(fn)" t nil)
18286 (autoload 'traceroute "net-utils" "\
18287 Run traceroute program for TARGET.
18289 \(fn TARGET)" t nil)
18291 (autoload 'ping "net-utils" "\
18292 Ping HOST.
18293 If your system's ping continues until interrupted, you can try setting
18294 `ping-program-options'.
18296 \(fn HOST)" t nil)
18298 (autoload 'nslookup-host "net-utils" "\
18299 Lookup the DNS information for HOST.
18301 \(fn HOST)" t nil)
18303 (autoload 'nslookup "net-utils" "\
18304 Run nslookup program.
18306 \(fn)" t nil)
18308 (autoload 'dns-lookup-host "net-utils" "\
18309 Lookup the DNS information for HOST (name or IP address).
18311 \(fn HOST)" t nil)
18313 (autoload 'run-dig "net-utils" "\
18314 Run dig program.
18316 \(fn HOST)" t nil)
18318 (autoload 'ftp "net-utils" "\
18319 Run ftp program.
18321 \(fn HOST)" t nil)
18323 (autoload 'finger "net-utils" "\
18324 Finger USER on HOST.
18326 \(fn USER HOST)" t nil)
18328 (autoload 'whois "net-utils" "\
18329 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
18330 If `whois-guess-server' is non-nil, then try to deduce the correct server
18331 from SEARCH-STRING. With argument, prompt for whois server.
18333 \(fn ARG SEARCH-STRING)" t nil)
18335 (autoload 'whois-reverse-lookup "net-utils" "\
18338 \(fn)" t nil)
18340 (autoload 'network-connection-to-service "net-utils" "\
18341 Open a network connection to SERVICE on HOST.
18343 \(fn HOST SERVICE)" t nil)
18345 (autoload 'network-connection "net-utils" "\
18346 Open a network connection to HOST on PORT.
18348 \(fn HOST PORT)" t nil)
18350 ;;;***
18352 ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (19845
18353 ;;;;;; 45374))
18354 ;;; Generated autoloads from net/netrc.el
18356 (autoload 'netrc-credentials "netrc" "\
18357 Return a user name/password pair.
18358 Port specifications will be prioritised in the order they are
18359 listed in the PORTS list.
18361 \(fn MACHINE &rest PORTS)" nil nil)
18363 ;;;***
18365 ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
18366 ;;;;;; (19893 19022))
18367 ;;; Generated autoloads from net/network-stream.el
18369 (autoload 'open-network-stream "network-stream" "\
18370 Open a TCP connection to HOST, optionally with encryption.
18371 Normally, return a network process object; with a non-nil
18372 :return-list parameter, return a list instead (see below).
18373 Input and output work as for subprocesses; `delete-process'
18374 closes it.
18376 NAME is the name for the process. It is modified if necessary to
18377 make it unique.
18378 BUFFER is a buffer or buffer name to associate with the process.
18379 Process output goes at end of that buffer. BUFFER may be nil,
18380 meaning that the process is not associated with any buffer.
18381 HOST is the name or IP address of the host to connect to.
18382 SERVICE is the name of the service desired, or an integer specifying
18383 a port number to connect to.
18385 The remaining PARAMETERS should be a sequence of keywords and
18386 values:
18388 :type specifies the connection type, one of the following:
18389 nil or `network'
18390 -- Begin with an ordinary network connection, and if
18391 the parameters :success and :capability-command
18392 are also supplied, try to upgrade to an encrypted
18393 connection via STARTTLS. Even if that
18394 fails (e.g. if HOST does not support TLS), retain
18395 an unencrypted connection.
18396 `plain' -- An ordinary, unencrypted network connection.
18397 `starttls' -- Begin with an ordinary connection, and try
18398 upgrading via STARTTLS. If that fails for any
18399 reason, drop the connection; in that case the
18400 returned object is a killed process.
18401 `tls' -- A TLS connection.
18402 `ssl' -- Equivalent to `tls'.
18403 `shell' -- A shell connection.
18405 :return-list specifies this function's return value.
18406 If omitted or nil, return a process object. A non-nil means to
18407 return (PROC . PROPS), where PROC is a process object and PROPS
18408 is a plist of connection properties, with these keywords:
18409 :greeting -- the greeting returned by HOST (a string), or nil.
18410 :capabilities -- a string representing HOST's capabilities,
18411 or nil if none could be found.
18412 :type -- the resulting connection type; `plain' (unencrypted)
18413 or `tls' (TLS-encrypted).
18415 :end-of-command specifies a regexp matching the end of a command.
18417 :success specifies a regexp matching a message indicating a
18418 successful STARTTLS negotiation. For instance, the default
18419 should be \"^3\" for an NNTP connection.
18421 :capability-command specifies a command used to query the HOST
18422 for its capabilities. For instance, for IMAP this should be
18423 \"1 CAPABILITY\\r\\n\".
18425 :starttls-function specifies a function for handling STARTTLS.
18426 This function should take one parameter, the response to the
18427 capability command, and should return the command to switch on
18428 STARTTLS if the server supports STARTTLS, and nil otherwise.
18430 \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil)
18432 (defalias 'open-protocol-stream 'open-network-stream)
18434 ;;;***
18436 ;;;### (autoloads (comment-indent-new-line comment-auto-fill-only-comments
18437 ;;;;;; comment-dwim comment-or-uncomment-region comment-box comment-region
18438 ;;;;;; uncomment-region comment-kill comment-set-column comment-indent
18439 ;;;;;; comment-indent-default comment-normalize-vars comment-multi-line
18440 ;;;;;; comment-padding comment-style comment-column) "newcomment"
18441 ;;;;;; "newcomment.el" (19863 8742))
18442 ;;; Generated autoloads from newcomment.el
18444 (defalias 'indent-for-comment 'comment-indent)
18446 (defalias 'set-comment-column 'comment-set-column)
18448 (defalias 'kill-comment 'comment-kill)
18450 (defalias 'indent-new-comment-line 'comment-indent-new-line)
18452 (defvar comment-use-syntax 'undecided "\
18453 Non-nil if syntax-tables can be used instead of regexps.
18454 Can also be `undecided' which means that a somewhat expensive test will
18455 be used to try to determine whether syntax-tables should be trusted
18456 to understand comments or not in the given buffer.
18457 Major modes should set this variable.")
18459 (defvar comment-column 32 "\
18460 Column to indent right-margin comments to.
18461 Each mode may establish a different default value for this variable; you
18462 can set the value for a particular mode using that mode's hook.
18463 Comments might be indented to a different value in order not to go beyond
18464 `comment-fill-column' or in order to align them with surrounding comments.")
18466 (custom-autoload 'comment-column "newcomment" t)
18467 (put 'comment-column 'safe-local-variable 'integerp)
18469 (defvar comment-start nil "\
18470 *String to insert to start a new comment, or nil if no comment syntax.")
18471 (put 'comment-start 'safe-local-variable 'string-or-null-p)
18473 (defvar comment-start-skip nil "\
18474 *Regexp to match the start of a comment plus everything up to its body.
18475 If there are any \\(...\\) pairs, the comment delimiter text is held to begin
18476 at the place matched by the close of the first pair.")
18477 (put 'comment-start-skip 'safe-local-variable 'string-or-null-p)
18479 (defvar comment-end-skip nil "\
18480 Regexp to match the end of a comment plus everything up to its body.")
18481 (put 'comment-end-skip 'safe-local-variable 'string-or-null-p)
18483 (defvar comment-end (purecopy "") "\
18484 *String to insert to end a new comment.
18485 Should be an empty string if comments are terminated by end-of-line.")
18486 (put 'comment-end 'safe-local-variable 'string-or-null-p)
18488 (defvar comment-indent-function 'comment-indent-default "\
18489 Function to compute desired indentation for a comment.
18490 This function is called with no args with point at the beginning of
18491 the comment's starting delimiter and should return either the desired
18492 column indentation or nil.
18493 If nil is returned, indentation is delegated to `indent-according-to-mode'.")
18495 (defvar comment-insert-comment-function nil "\
18496 Function to insert a comment when a line doesn't contain one.
18497 The function has no args.
18499 Applicable at least in modes for languages like fixed-format Fortran where
18500 comments always start in column zero.")
18502 (defvar comment-style 'indent "\
18503 Style to be used for `comment-region'.
18504 See `comment-styles' for a list of available styles.")
18506 (custom-autoload 'comment-style "newcomment" t)
18508 (defvar comment-padding (purecopy " ") "\
18509 Padding string that `comment-region' puts between comment chars and text.
18510 Can also be an integer which will be automatically turned into a string
18511 of the corresponding number of spaces.
18513 Extra spacing between the comment characters and the comment text
18514 makes the comment easier to read. Default is 1. nil means 0.")
18516 (custom-autoload 'comment-padding "newcomment" t)
18518 (defvar comment-multi-line nil "\
18519 Non-nil means `comment-indent-new-line' continues comments.
18520 That is, it inserts no new terminator or starter.
18521 This affects `auto-fill-mode', which is the main reason to
18522 customize this variable.
18524 It also affects \\[indent-new-comment-line]. However, if you want this
18525 behavior for explicit filling, you might as well use \\[newline-and-indent].")
18527 (custom-autoload 'comment-multi-line "newcomment" t)
18529 (autoload 'comment-normalize-vars "newcomment" "\
18530 Check and setup the variables needed by other commenting functions.
18531 Functions autoloaded from newcomment.el, being entry points, should call
18532 this function before any other, so the rest of the code can assume that
18533 the variables are properly set.
18535 \(fn &optional NOERROR)" nil nil)
18537 (autoload 'comment-indent-default "newcomment" "\
18538 Default for `comment-indent-function'.
18540 \(fn)" nil nil)
18542 (autoload 'comment-indent "newcomment" "\
18543 Indent this line's comment to `comment-column', or insert an empty comment.
18544 If CONTINUE is non-nil, use the `comment-continue' markers if any.
18546 \(fn &optional CONTINUE)" t nil)
18548 (autoload 'comment-set-column "newcomment" "\
18549 Set the comment column based on point.
18550 With no ARG, set the comment column to the current column.
18551 With just minus as arg, kill any comment on this line.
18552 With any other arg, set comment column to indentation of the previous comment
18553 and then align or create a comment on this line at that column.
18555 \(fn ARG)" t nil)
18557 (autoload 'comment-kill "newcomment" "\
18558 Kill the first comment on this line, if any.
18559 With prefix ARG, kill comments on that many lines starting with this one.
18561 \(fn ARG)" t nil)
18563 (autoload 'uncomment-region "newcomment" "\
18564 Uncomment each line in the BEG .. END region.
18565 The numeric prefix ARG can specify a number of chars to remove from the
18566 comment markers.
18568 \(fn BEG END &optional ARG)" t nil)
18570 (autoload 'comment-region "newcomment" "\
18571 Comment or uncomment each line in the region.
18572 With just \\[universal-argument] prefix arg, uncomment each line in region BEG .. END.
18573 Numeric prefix ARG means use ARG comment characters.
18574 If ARG is negative, delete that many comment characters instead.
18576 The strings used as comment starts are built from `comment-start'
18577 and `comment-padding'; the strings used as comment ends are built
18578 from `comment-end' and `comment-padding'.
18580 By default, the `comment-start' markers are inserted at the
18581 current indentation of the region, and comments are terminated on
18582 each line (even for syntaxes in which newline does not end the
18583 comment and blank lines do not get comments). This can be
18584 changed with `comment-style'.
18586 \(fn BEG END &optional ARG)" t nil)
18588 (autoload 'comment-box "newcomment" "\
18589 Comment out the BEG .. END region, putting it inside a box.
18590 The numeric prefix ARG specifies how many characters to add to begin- and
18591 end- comment markers additionally to what `comment-add' already specifies.
18593 \(fn BEG END &optional ARG)" t nil)
18595 (autoload 'comment-or-uncomment-region "newcomment" "\
18596 Call `comment-region', unless the region only consists of comments,
18597 in which case call `uncomment-region'. If a prefix arg is given, it
18598 is passed on to the respective function.
18600 \(fn BEG END &optional ARG)" t nil)
18602 (autoload 'comment-dwim "newcomment" "\
18603 Call the comment command you want (Do What I Mean).
18604 If the region is active and `transient-mark-mode' is on, call
18605 `comment-region' (unless it only consists of comments, in which
18606 case it calls `uncomment-region').
18607 Else, if the current line is empty, call `comment-insert-comment-function'
18608 if it is defined, otherwise insert a comment and indent it.
18609 Else if a prefix ARG is specified, call `comment-kill'.
18610 Else, call `comment-indent'.
18611 You can configure `comment-style' to change the way regions are commented.
18613 \(fn ARG)" t nil)
18615 (defvar comment-auto-fill-only-comments nil "\
18616 Non-nil means to only auto-fill inside comments.
18617 This has no effect in modes that do not define a comment syntax.")
18619 (custom-autoload 'comment-auto-fill-only-comments "newcomment" t)
18621 (autoload 'comment-indent-new-line "newcomment" "\
18622 Break line at point and indent, continuing comment if within one.
18623 This indents the body of the continued comment
18624 under the previous comment line.
18626 This command is intended for styles where you write a comment per line,
18627 starting a new comment (and terminating it if necessary) on each line.
18628 If you want to continue one comment across several lines, use \\[newline-and-indent].
18630 If a fill column is specified, it overrides the use of the comment column
18631 or comment indentation.
18633 The inserted newline is marked hard if variable `use-hard-newlines' is true,
18634 unless optional argument SOFT is non-nil.
18636 \(fn &optional SOFT)" t nil)
18638 ;;;***
18640 ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
18641 ;;;;;; "net/newst-backend.el" (19845 45374))
18642 ;;; Generated autoloads from net/newst-backend.el
18644 (autoload 'newsticker-running-p "newst-backend" "\
18645 Check whether newsticker is running.
18646 Return t if newsticker is running, nil otherwise. Newsticker is
18647 considered to be running if the newsticker timer list is not empty.
18649 \(fn)" nil nil)
18651 (autoload 'newsticker-start "newst-backend" "\
18652 Start the newsticker.
18653 Start the timers for display and retrieval. If the newsticker, i.e. the
18654 timers, are running already a warning message is printed unless
18655 DO-NOT-COMPLAIN-IF-RUNNING is not nil.
18656 Run `newsticker-start-hook' if newsticker was not running already.
18658 \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil)
18660 ;;;***
18662 ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
18663 ;;;;;; (19845 45374))
18664 ;;; Generated autoloads from net/newst-plainview.el
18666 (autoload 'newsticker-plainview "newst-plainview" "\
18667 Start newsticker plainview.
18669 \(fn)" t nil)
18671 ;;;***
18673 ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
18674 ;;;;;; (19845 45374))
18675 ;;; Generated autoloads from net/newst-reader.el
18677 (autoload 'newsticker-show-news "newst-reader" "\
18678 Start reading news. You may want to bind this to a key.
18680 \(fn)" t nil)
18682 ;;;***
18684 ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
18685 ;;;;;; "newst-ticker" "net/newst-ticker.el" (19845 45374))
18686 ;;; Generated autoloads from net/newst-ticker.el
18688 (autoload 'newsticker-ticker-running-p "newst-ticker" "\
18689 Check whether newsticker's actual ticker is running.
18690 Return t if ticker is running, nil otherwise. Newsticker is
18691 considered to be running if the newsticker timer list is not
18692 empty.
18694 \(fn)" nil nil)
18696 (autoload 'newsticker-start-ticker "newst-ticker" "\
18697 Start newsticker's ticker (but not the news retrieval).
18698 Start display timer for the actual ticker if wanted and not
18699 running already.
18701 \(fn)" t nil)
18703 ;;;***
18705 ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
18706 ;;;;;; (19845 45374))
18707 ;;; Generated autoloads from net/newst-treeview.el
18709 (autoload 'newsticker-treeview "newst-treeview" "\
18710 Start newsticker treeview.
18712 \(fn)" t nil)
18714 ;;;***
18716 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
18717 ;;;;;; (19845 45374))
18718 ;;; Generated autoloads from gnus/nndiary.el
18720 (autoload 'nndiary-generate-nov-databases "nndiary" "\
18721 Generate NOV databases in all nndiary directories.
18723 \(fn &optional SERVER)" t nil)
18725 ;;;***
18727 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (19845
18728 ;;;;;; 45374))
18729 ;;; Generated autoloads from gnus/nndoc.el
18731 (autoload 'nndoc-add-type "nndoc" "\
18732 Add document DEFINITION to the list of nndoc document definitions.
18733 If POSITION is nil or `last', the definition will be added
18734 as the last checked definition, if t or `first', add as the
18735 first definition, and if any other symbol, add after that
18736 symbol in the alist.
18738 \(fn DEFINITION &optional POSITION)" nil nil)
18740 ;;;***
18742 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
18743 ;;;;;; (19845 45374))
18744 ;;; Generated autoloads from gnus/nnfolder.el
18746 (autoload 'nnfolder-generate-active-file "nnfolder" "\
18747 Look for mbox folders in the nnfolder directory and make them into groups.
18748 This command does not work if you use short group names.
18750 \(fn)" t nil)
18752 ;;;***
18754 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
18755 ;;;;;; (19845 45374))
18756 ;;; Generated autoloads from gnus/nnml.el
18758 (autoload 'nnml-generate-nov-databases "nnml" "\
18759 Generate NOV databases in all nnml directories.
18761 \(fn &optional SERVER)" t nil)
18763 ;;;***
18765 ;;;### (autoloads (disable-command enable-command disabled-command-function)
18766 ;;;;;; "novice" "novice.el" (19845 45374))
18767 ;;; Generated autoloads from novice.el
18769 (defvar disabled-command-function 'disabled-command-function "\
18770 Function to call to handle disabled commands.
18771 If nil, the feature is disabled, i.e., all commands work normally.")
18773 (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
18775 (autoload 'disabled-command-function "novice" "\
18778 \(fn &optional CMD KEYS)" nil nil)
18780 (autoload 'enable-command "novice" "\
18781 Allow COMMAND to be executed without special confirmation from now on.
18782 COMMAND must be a symbol.
18783 This command alters the user's .emacs file so that this will apply
18784 to future sessions.
18786 \(fn COMMAND)" t nil)
18788 (autoload 'disable-command "novice" "\
18789 Require special confirmation to execute COMMAND from now on.
18790 COMMAND must be a symbol.
18791 This command alters the user's .emacs file so that this will apply
18792 to future sessions.
18794 \(fn COMMAND)" t nil)
18796 ;;;***
18798 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
18799 ;;;;;; (19845 45374))
18800 ;;; Generated autoloads from textmodes/nroff-mode.el
18802 (autoload 'nroff-mode "nroff-mode" "\
18803 Major mode for editing text intended for nroff to format.
18804 \\{nroff-mode-map}
18805 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
18806 Also, try `nroff-electric-mode', for automatically inserting
18807 closing requests for requests that are used in matched pairs.
18809 \(fn)" t nil)
18811 ;;;***
18813 ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
18814 ;;;;;; (19845 45374))
18815 ;;; Generated autoloads from nxml/nxml-glyph.el
18817 (autoload 'nxml-glyph-display-string "nxml-glyph" "\
18818 Return a string that can display a glyph for Unicode code-point N.
18819 FACE gives the face that will be used for displaying the string.
18820 Return nil if the face cannot display a glyph for N.
18822 \(fn N FACE)" nil nil)
18824 ;;;***
18826 ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (19845
18827 ;;;;;; 45374))
18828 ;;; Generated autoloads from nxml/nxml-mode.el
18830 (autoload 'nxml-mode "nxml-mode" "\
18831 Major mode for editing XML.
18833 \\[nxml-finish-element] finishes the current element by inserting an end-tag.
18834 C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
18835 leaving point between the start-tag and end-tag.
18836 \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
18837 the start-tag, point, and end-tag are all left on separate lines.
18838 If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
18839 automatically inserts the rest of the end-tag.
18841 \\[nxml-complete] performs completion on the symbol preceding point.
18843 \\[nxml-dynamic-markup-word] uses the contents of the current buffer
18844 to choose a tag to put around the word preceding point.
18846 Sections of the document can be displayed in outline form. The
18847 variable `nxml-section-element-name-regexp' controls when an element
18848 is recognized as a section. The same key sequences that change
18849 visibility in outline mode are used except that they start with C-c C-o
18850 instead of C-c.
18852 Validation is provided by the related minor-mode `rng-validate-mode'.
18853 This also makes completion schema- and context- sensitive. Element
18854 names, attribute names, attribute values and namespace URIs can all be
18855 completed. By default, `rng-validate-mode' is automatically enabled.
18856 You can toggle it using \\[rng-validate-mode] or change the default by
18857 customizing `rng-nxml-auto-validate-flag'.
18859 \\[indent-for-tab-command] indents the current line appropriately.
18860 This can be customized using the variable `nxml-child-indent'
18861 and the variable `nxml-attribute-indent'.
18863 \\[nxml-insert-named-char] inserts a character reference using
18864 the character's name (by default, the Unicode name).
18865 \\[universal-argument] \\[nxml-insert-named-char] inserts the character directly.
18867 The Emacs commands that normally operate on balanced expressions will
18868 operate on XML markup items. Thus \\[forward-sexp] will move forward
18869 across one markup item; \\[backward-sexp] will move backward across
18870 one markup item; \\[kill-sexp] will kill the following markup item;
18871 \\[mark-sexp] will mark the following markup item. By default, each
18872 tag each treated as a single markup item; to make the complete element
18873 be treated as a single markup item, set the variable
18874 `nxml-sexp-element-flag' to t. For more details, see the function
18875 `nxml-forward-balanced-item'.
18877 \\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
18879 Many aspects this mode can be customized using
18880 \\[customize-group] nxml RET.
18882 \(fn)" t nil)
18884 (defalias 'xml-mode 'nxml-mode)
18886 ;;;***
18888 ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
18889 ;;;;;; "nxml/nxml-uchnm.el" (19845 45374))
18890 ;;; Generated autoloads from nxml/nxml-uchnm.el
18892 (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
18893 Enable the use of Unicode standard names for characters.
18894 The Unicode blocks for which names are enabled is controlled by
18895 the variable `nxml-enabled-unicode-blocks'.
18897 \(fn)" t nil)
18899 ;;;***
18901 ;;;### (autoloads (org-babel-mark-block org-babel-previous-src-block
18902 ;;;;;; org-babel-next-src-block org-babel-goto-named-result org-babel-goto-named-src-block
18903 ;;;;;; org-babel-goto-src-block-head org-babel-hide-result-toggle-maybe
18904 ;;;;;; org-babel-sha1-hash org-babel-execute-subtree org-babel-execute-buffer
18905 ;;;;;; org-babel-map-src-blocks org-babel-open-src-block-result
18906 ;;;;;; org-babel-switch-to-session-with-code org-babel-switch-to-session
18907 ;;;;;; org-babel-initiate-session org-babel-load-in-session org-babel-expand-src-block
18908 ;;;;;; org-babel-execute-src-block org-babel-pop-to-session-maybe
18909 ;;;;;; org-babel-load-in-session-maybe org-babel-expand-src-block-maybe
18910 ;;;;;; org-babel-execute-maybe org-babel-execute-safely-maybe) "ob"
18911 ;;;;;; "org/ob.el" (19845 45374))
18912 ;;; Generated autoloads from org/ob.el
18914 (autoload 'org-babel-execute-safely-maybe "ob" "\
18917 \(fn)" nil nil)
18919 (autoload 'org-babel-execute-maybe "ob" "\
18922 \(fn)" t nil)
18924 (autoload 'org-babel-expand-src-block-maybe "ob" "\
18925 Conditionally expand a source block.
18926 Detect if this is context for a org-babel src-block and if so
18927 then run `org-babel-expand-src-block'.
18929 \(fn)" t nil)
18931 (autoload 'org-babel-load-in-session-maybe "ob" "\
18932 Conditionally load a source block in a session.
18933 Detect if this is context for a org-babel src-block and if so
18934 then run `org-babel-load-in-session'.
18936 \(fn)" t nil)
18938 (autoload 'org-babel-pop-to-session-maybe "ob" "\
18939 Conditionally pop to a session.
18940 Detect if this is context for a org-babel src-block and if so
18941 then run `org-babel-pop-to-session'.
18943 \(fn)" t nil)
18945 (autoload 'org-babel-execute-src-block "ob" "\
18946 Execute the current source code block.
18947 Insert the results of execution into the buffer. Source code
18948 execution and the collection and formatting of results can be
18949 controlled through a variety of header arguments.
18951 With prefix argument ARG, force re-execution even if a an
18952 existing result cached in the buffer would otherwise have been
18953 returned.
18955 Optionally supply a value for INFO in the form returned by
18956 `org-babel-get-src-block-info'.
18958 Optionally supply a value for PARAMS which will be merged with
18959 the header arguments specified at the front of the source code
18960 block.
18962 \(fn &optional ARG INFO PARAMS)" t nil)
18964 (autoload 'org-babel-expand-src-block "ob" "\
18965 Expand the current source code block.
18966 Expand according to the source code block's header
18967 arguments and pop open the results in a preview buffer.
18969 \(fn &optional ARG INFO PARAMS)" t nil)
18971 (autoload 'org-babel-load-in-session "ob" "\
18972 Load the body of the current source-code block.
18973 Evaluate the header arguments for the source block before
18974 entering the session. After loading the body this pops open the
18975 session.
18977 \(fn &optional ARG INFO)" t nil)
18979 (autoload 'org-babel-initiate-session "ob" "\
18980 Initiate session for current code block.
18981 If called with a prefix argument then resolve any variable
18982 references in the header arguments and assign these variables in
18983 the session. Copy the body of the code block to the kill ring.
18985 \(fn &optional ARG INFO)" t nil)
18987 (autoload 'org-babel-switch-to-session "ob" "\
18988 Switch to the session of the current code block.
18989 Uses `org-babel-initiate-session' to start the session. If called
18990 with a prefix argument then this is passed on to
18991 `org-babel-initiate-session'.
18993 \(fn &optional ARG INFO)" t nil)
18995 (autoload 'org-babel-switch-to-session-with-code "ob" "\
18996 Switch to code buffer and display session.
18998 \(fn &optional ARG INFO)" t nil)
19000 (autoload 'org-babel-open-src-block-result "ob" "\
19001 If `point' is on a src block then open the results of the
19002 source code block, otherwise return nil. With optional prefix
19003 argument RE-RUN the source-code block is evaluated even if
19004 results already exist.
19006 \(fn &optional RE-RUN)" t nil)
19008 (autoload 'org-babel-map-src-blocks "ob" "\
19009 Evaluate BODY forms on each source-block in FILE.
19010 If FILE is nil evaluate BODY forms on source blocks in current
19011 buffer. During evaluation of BODY the following local variables
19012 are set relative to the currently matched code block.
19014 full-block ------- string holding the entirety of the code block
19015 beg-block -------- point at the beginning of the code block
19016 end-block -------- point at the end of the matched code block
19017 lang ------------- string holding the language of the code block
19018 beg-lang --------- point at the beginning of the lang
19019 end-lang --------- point at the end of the lang
19020 switches --------- string holding the switches
19021 beg-switches ----- point at the beginning of the switches
19022 end-switches ----- point at the end of the switches
19023 header-args ------ string holding the header-args
19024 beg-header-args -- point at the beginning of the header-args
19025 end-header-args -- point at the end of the header-args
19026 body ------------- string holding the body of the code block
19027 beg-body --------- point at the beginning of the body
19028 end-body --------- point at the end of the body
19030 \(fn FILE &rest BODY)" nil (quote macro))
19032 (put 'org-babel-map-src-blocks 'lisp-indent-function '1)
19034 (autoload 'org-babel-execute-buffer "ob" "\
19035 Execute source code blocks in a buffer.
19036 Call `org-babel-execute-src-block' on every source block in
19037 the current buffer.
19039 \(fn &optional ARG)" t nil)
19041 (autoload 'org-babel-execute-subtree "ob" "\
19042 Execute source code blocks in a subtree.
19043 Call `org-babel-execute-src-block' on every source block in
19044 the current subtree.
19046 \(fn &optional ARG)" t nil)
19048 (autoload 'org-babel-sha1-hash "ob" "\
19049 Generate an sha1 hash based on the value of info.
19051 \(fn &optional INFO)" t nil)
19053 (autoload 'org-babel-hide-result-toggle-maybe "ob" "\
19054 Toggle visibility of result at point.
19056 \(fn)" t nil)
19058 (autoload 'org-babel-goto-src-block-head "ob" "\
19059 Go to the beginning of the current code block.
19061 \(fn)" t nil)
19063 (autoload 'org-babel-goto-named-src-block "ob" "\
19064 Go to a named source-code block.
19066 \(fn NAME)" t nil)
19068 (autoload 'org-babel-goto-named-result "ob" "\
19069 Go to a named result.
19071 \(fn NAME)" t nil)
19073 (autoload 'org-babel-next-src-block "ob" "\
19074 Jump to the next source block.
19075 With optional prefix argument ARG, jump forward ARG many source blocks.
19077 \(fn &optional ARG)" t nil)
19079 (autoload 'org-babel-previous-src-block "ob" "\
19080 Jump to the previous source block.
19081 With optional prefix argument ARG, jump backward ARG many source blocks.
19083 \(fn &optional ARG)" t nil)
19085 (autoload 'org-babel-mark-block "ob" "\
19086 Mark current src block
19088 \(fn)" t nil)
19090 ;;;***
19092 ;;;### (autoloads (org-babel-describe-bindings) "ob-keys" "org/ob-keys.el"
19093 ;;;;;; (19845 45374))
19094 ;;; Generated autoloads from org/ob-keys.el
19096 (autoload 'org-babel-describe-bindings "ob-keys" "\
19097 Describe all keybindings behind `org-babel-key-prefix'.
19099 \(fn)" t nil)
19101 ;;;***
19103 ;;;### (autoloads (org-babel-lob-get-info org-babel-lob-execute-maybe
19104 ;;;;;; org-babel-lob-ingest) "ob-lob" "org/ob-lob.el" (19845 45374))
19105 ;;; Generated autoloads from org/ob-lob.el
19107 (autoload 'org-babel-lob-ingest "ob-lob" "\
19108 Add all named source-blocks defined in FILE to
19109 `org-babel-library-of-babel'.
19111 \(fn &optional FILE)" t nil)
19113 (autoload 'org-babel-lob-execute-maybe "ob-lob" "\
19114 Execute a Library of Babel source block, if appropriate.
19115 Detect if this is context for a Library Of Babel source block and
19116 if so then run the appropriate source block from the Library.
19118 \(fn)" t nil)
19120 (autoload 'org-babel-lob-get-info "ob-lob" "\
19121 Return a Library of Babel function call as a string.
19123 \(fn)" nil nil)
19125 ;;;***
19127 ;;;### (autoloads (org-babel-tangle org-babel-tangle-file org-babel-load-file
19128 ;;;;;; org-babel-tangle-lang-exts) "ob-tangle" "org/ob-tangle.el"
19129 ;;;;;; (19845 45374))
19130 ;;; Generated autoloads from org/ob-tangle.el
19132 (defvar org-babel-tangle-lang-exts '(("emacs-lisp" . "el")) "\
19133 Alist mapping languages to their file extensions.
19134 The key is the language name, the value is the string that should
19135 be inserted as the extension commonly used to identify files
19136 written in this language. If no entry is found in this list,
19137 then the name of the language is used.")
19139 (custom-autoload 'org-babel-tangle-lang-exts "ob-tangle" t)
19141 (autoload 'org-babel-load-file "ob-tangle" "\
19142 Load Emacs Lisp source code blocks in the Org-mode FILE.
19143 This function exports the source code using
19144 `org-babel-tangle' and then loads the resulting file using
19145 `load-file'.
19147 \(fn FILE)" t nil)
19149 (autoload 'org-babel-tangle-file "ob-tangle" "\
19150 Extract the bodies of source code blocks in FILE.
19151 Source code blocks are extracted with `org-babel-tangle'.
19152 Optional argument TARGET-FILE can be used to specify a default
19153 export file for all source blocks. Optional argument LANG can be
19154 used to limit the exported source code blocks by language.
19156 \(fn FILE &optional TARGET-FILE LANG)" t nil)
19158 (autoload 'org-babel-tangle "ob-tangle" "\
19159 Write code blocks to source-specific files.
19160 Extract the bodies of all source code blocks from the current
19161 file into their own source-specific files. Optional argument
19162 TARGET-FILE can be used to specify a default export file for all
19163 source blocks. Optional argument LANG can be used to limit the
19164 exported source code blocks by language.
19166 \(fn &optional TARGET-FILE LANG)" t nil)
19168 ;;;***
19170 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19171 ;;;;;; (19894 39890))
19172 ;;; Generated autoloads from progmodes/octave-inf.el
19174 (autoload 'inferior-octave "octave-inf" "\
19175 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
19176 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
19178 Unless ARG is non-nil, switches to this buffer.
19180 The elements of the list `inferior-octave-startup-args' are sent as
19181 command line arguments to the inferior Octave process on startup.
19183 Additional commands to be executed on startup can be provided either in
19184 the file specified by `inferior-octave-startup-file' or by the default
19185 startup file, `~/.emacs-octave'.
19187 \(fn &optional ARG)" t nil)
19189 (defalias 'run-octave 'inferior-octave)
19191 ;;;***
19193 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19194 ;;;;;; (19894 39890))
19195 ;;; Generated autoloads from progmodes/octave-mod.el
19197 (autoload 'octave-mode "octave-mod" "\
19198 Major mode for editing Octave code.
19200 This mode makes it easier to write Octave code by helping with
19201 indentation, doing some of the typing for you (with Abbrev mode) and by
19202 showing keywords, comments, strings, etc. in different faces (with
19203 Font Lock mode on terminals that support it).
19205 Octave itself is a high-level language, primarily intended for numerical
19206 computations. It provides a convenient command line interface for
19207 solving linear and nonlinear problems numerically. Function definitions
19208 can also be stored in files, and it can be used in a batch mode (which
19209 is why you need this mode!).
19211 The latest released version of Octave is always available via anonymous
19212 ftp from ftp.octave.org in the directory `/pub/octave'. Complete
19213 source and binaries for several popular systems are available.
19215 Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords.
19217 Keybindings
19218 ===========
19220 \\{octave-mode-map}
19222 Variables you can use to customize Octave mode
19223 ==============================================
19225 `octave-blink-matching-block'
19226 Non-nil means show matching begin of block when inserting a space,
19227 newline or semicolon after an else or end keyword. Default is t.
19229 `octave-block-offset'
19230 Extra indentation applied to statements in block structures.
19231 Default is 2.
19233 `octave-continuation-offset'
19234 Extra indentation applied to Octave continuation lines.
19235 Default is 4.
19237 `octave-continuation-string'
19238 String used for Octave continuation lines.
19239 Default is a backslash.
19241 `octave-send-echo-input'
19242 Non-nil means always display `inferior-octave-buffer' after sending a
19243 command to the inferior Octave process.
19245 `octave-send-line-auto-forward'
19246 Non-nil means always go to the next unsent line of Octave code after
19247 sending a line to the inferior Octave process.
19249 `octave-send-echo-input'
19250 Non-nil means echo input sent to the inferior Octave process.
19252 Turning on Octave mode runs the hook `octave-mode-hook'.
19254 To begin using this mode for all `.m' files that you edit, add the
19255 following lines to your `.emacs' file:
19257 (add-to-list 'auto-mode-alist '(\"\\\\.m\\\\'\" . octave-mode))
19259 To automatically turn on the abbrev and auto-fill features,
19260 add the following lines to your `.emacs' file as well:
19262 (add-hook 'octave-mode-hook
19263 (lambda ()
19264 (abbrev-mode 1)
19265 (auto-fill-mode 1)))
19267 To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
19268 This automatically sets up a mail buffer with version information
19269 already added. You just need to add a description of the problem,
19270 including a reproducible test case and send the message.
19272 \(fn)" t nil)
19274 ;;;***
19276 ;;;### (autoloads (org-customize org-reload org-require-autoloaded-modules
19277 ;;;;;; org-submit-bug-report org-cycle-agenda-files org-switchb
19278 ;;;;;; org-map-entries org-open-link-from-string org-open-at-point-global
19279 ;;;;;; org-insert-link-global org-store-link org-run-like-in-org-mode
19280 ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
19281 ;;;;;; org-mode org-babel-do-load-languages) "org" "org/org.el"
19282 ;;;;;; (19845 45374))
19283 ;;; Generated autoloads from org/org.el
19285 (autoload 'org-babel-do-load-languages "org" "\
19286 Load the languages defined in `org-babel-load-languages'.
19288 \(fn SYM VALUE)" nil nil)
19290 (autoload 'org-mode "org" "\
19291 Outline-based notes management and organizer, alias
19292 \"Carsten's outline-mode for keeping track of everything.\"
19294 Org-mode develops organizational tasks around a NOTES file which
19295 contains information about projects as plain text. Org-mode is
19296 implemented on top of outline-mode, which is ideal to keep the content
19297 of large files well structured. It supports ToDo items, deadlines and
19298 time stamps, which magically appear in the diary listing of the Emacs
19299 calendar. Tables are easily created with a built-in table editor.
19300 Plain text URL-like links connect to websites, emails (VM), Usenet
19301 messages (Gnus), BBDB entries, and any files related to the project.
19302 For printing and sharing of notes, an Org-mode file (or a part of it)
19303 can be exported as a structured ASCII or HTML file.
19305 The following commands are available:
19307 \\{org-mode-map}
19309 \(fn)" t nil)
19311 (defvar org-inlinetask-min-level)
19313 (autoload 'org-global-cycle "org" "\
19314 Cycle the global visibility. For details see `org-cycle'.
19315 With \\[universal-argument] prefix arg, switch to startup visibility.
19316 With a numeric prefix, show all headlines up to that level.
19318 \(fn &optional ARG)" t nil)
19320 (autoload 'orgstruct-mode "org" "\
19321 Toggle the minor mode `orgstruct-mode'.
19322 This mode is for using Org-mode structure commands in other
19323 modes. The following keys behave as if Org-mode were active, if
19324 the cursor is on a headline, or on a plain list item (both as
19325 defined by Org-mode).
19327 M-up Move entry/item up
19328 M-down Move entry/item down
19329 M-left Promote
19330 M-right Demote
19331 M-S-up Move entry/item up
19332 M-S-down Move entry/item down
19333 M-S-left Promote subtree
19334 M-S-right Demote subtree
19335 M-q Fill paragraph and items like in Org-mode
19336 C-c ^ Sort entries
19337 C-c - Cycle list bullet
19338 TAB Cycle item visibility
19339 M-RET Insert new heading/item
19340 S-M-RET Insert new TODO heading / Checkbox item
19341 C-c C-c Set tags / toggle checkbox
19343 \(fn &optional ARG)" t nil)
19345 (autoload 'turn-on-orgstruct "org" "\
19346 Unconditionally turn on `orgstruct-mode'.
19348 \(fn)" nil nil)
19350 (autoload 'turn-on-orgstruct++ "org" "\
19351 Unconditionally turn on `orgstruct++-mode'.
19353 \(fn)" nil nil)
19355 (autoload 'org-run-like-in-org-mode "org" "\
19356 Run a command, pretending that the current buffer is in Org-mode.
19357 This will temporarily bind local variables that are typically bound in
19358 Org-mode to the values they have in Org-mode, and then interactively
19359 call CMD.
19361 \(fn CMD)" nil nil)
19363 (autoload 'org-store-link "org" "\
19364 \\<org-mode-map>Store an org-link to the current location.
19365 This link is added to `org-stored-links' and can later be inserted
19366 into an org-buffer with \\[org-insert-link].
19368 For some link types, a prefix arg is interpreted:
19369 For links to usenet articles, arg negates `org-gnus-prefer-web-links'.
19370 For file links, arg negates `org-context-in-file-links'.
19372 \(fn ARG)" t nil)
19374 (autoload 'org-insert-link-global "org" "\
19375 Insert a link like Org-mode does.
19376 This command can be called in any mode to insert a link in Org-mode syntax.
19378 \(fn)" t nil)
19380 (autoload 'org-open-at-point-global "org" "\
19381 Follow a link like Org-mode does.
19382 This command can be called in any mode to follow a link that has
19383 Org-mode syntax.
19385 \(fn)" t nil)
19387 (autoload 'org-open-link-from-string "org" "\
19388 Open a link in the string S, as if it was in Org-mode.
19390 \(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19392 (autoload 'org-map-entries "org" "\
19393 Call FUNC at each headline selected by MATCH in SCOPE.
19395 FUNC is a function or a lisp form. The function will be called without
19396 arguments, with the cursor positioned at the beginning of the headline.
19397 The return values of all calls to the function will be collected and
19398 returned as a list.
19400 The call to FUNC will be wrapped into a save-excursion form, so FUNC
19401 does not need to preserve point. After evaluation, the cursor will be
19402 moved to the end of the line (presumably of the headline of the
19403 processed entry) and search continues from there. Under some
19404 circumstances, this may not produce the wanted results. For example,
19405 if you have removed (e.g. archived) the current (sub)tree it could
19406 mean that the next entry will be skipped entirely. In such cases, you
19407 can specify the position from where search should continue by making
19408 FUNC set the variable `org-map-continue-from' to the desired buffer
19409 position.
19411 MATCH is a tags/property/todo match as it is used in the agenda tags view.
19412 Only headlines that are matched by this query will be considered during
19413 the iteration. When MATCH is nil or t, all headlines will be
19414 visited by the iteration.
19416 SCOPE determines the scope of this command. It can be any of:
19418 nil The current buffer, respecting the restriction if any
19419 tree The subtree started with the entry at point
19420 file The current buffer, without restriction
19421 file-with-archives
19422 The current buffer, and any archives associated with it
19423 agenda All agenda files
19424 agenda-with-archives
19425 All agenda files with any archive files associated with them
19426 \(file1 file2 ...)
19427 If this is a list, all files in the list will be scanned
19429 The remaining args are treated as settings for the skipping facilities of
19430 the scanner. The following items can be given here:
19432 archive skip trees with the archive tag.
19433 comment skip trees with the COMMENT keyword
19434 function or Emacs Lisp form:
19435 will be used as value for `org-agenda-skip-function', so whenever
19436 the function returns t, FUNC will not be called for that
19437 entry and search will continue from the point where the
19438 function leaves it.
19440 If your function needs to retrieve the tags including inherited tags
19441 at the *current* entry, you can use the value of the variable
19442 `org-scanner-tags' which will be much faster than getting the value
19443 with `org-get-tags-at'. If your function gets properties with
19444 `org-entry-properties' at the *current* entry, bind `org-trust-scanner-tags'
19445 to t around the call to `org-entry-properties' to get the same speedup.
19446 Note that if your function moves around to retrieve tags and properties at
19447 a *different* entry, you cannot use these techniques.
19449 \(fn FUNC &optional MATCH SCOPE &rest SKIP)" nil nil)
19451 (autoload 'org-switchb "org" "\
19452 Switch between Org buffers.
19453 With a prefix argument, restrict available to files.
19454 With two prefix arguments, restrict available buffers to agenda files.
19456 Defaults to `iswitchb' for buffer name completion.
19457 Set `org-completion-use-ido' to make it use ido instead.
19459 \(fn &optional ARG)" t nil)
19461 (defalias 'org-ido-switchb 'org-switchb)
19463 (defalias 'org-iswitchb 'org-switchb)
19465 (autoload 'org-cycle-agenda-files "org" "\
19466 Cycle through the files in `org-agenda-files'.
19467 If the current buffer visits an agenda file, find the next one in the list.
19468 If the current buffer does not, find the first agenda file.
19470 \(fn)" t nil)
19472 (autoload 'org-submit-bug-report "org" "\
19473 Submit a bug report on Org-mode via mail.
19475 Don't hesitate to report any problems or inaccurate documentation.
19477 If you don't have setup sending mail from (X)Emacs, please copy the
19478 output buffer into your mail program, as it gives us important
19479 information about your Org-mode version and configuration.
19481 \(fn)" t nil)
19483 (autoload 'org-require-autoloaded-modules "org" "\
19486 \(fn)" t nil)
19488 (autoload 'org-reload "org" "\
19489 Reload all org lisp files.
19490 With prefix arg UNCOMPILED, load the uncompiled versions.
19492 \(fn &optional UNCOMPILED)" t nil)
19494 (autoload 'org-customize "org" "\
19495 Call the customize function with org as argument.
19497 \(fn)" t nil)
19499 ;;;***
19501 ;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item
19502 ;;;;;; org-diary org-agenda-list-stuck-projects org-tags-view org-todo-list
19503 ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19504 ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19505 ;;;;;; org-agenda) "org-agenda" "org/org-agenda.el" (19845 45374))
19506 ;;; Generated autoloads from org/org-agenda.el
19508 (autoload 'org-agenda "org-agenda" "\
19509 Dispatch agenda commands to collect entries to the agenda buffer.
19510 Prompts for a command to execute. Any prefix arg will be passed
19511 on to the selected command. The default selections are:
19513 a Call `org-agenda-list' to display the agenda for current day or week.
19514 t Call `org-todo-list' to display the global todo list.
19515 T Call `org-todo-list' to display the global todo list, select only
19516 entries with a specific TODO keyword (the user gets a prompt).
19517 m Call `org-tags-view' to display headlines with tags matching
19518 a condition (the user is prompted for the condition).
19519 M Like `m', but select only TODO entries, no ordinary headlines.
19520 L Create a timeline for the current buffer.
19521 e Export views to associated files.
19522 s Search entries for keywords.
19523 / Multi occur across all agenda files and also files listed
19524 in `org-agenda-text-search-extra-files'.
19525 < Restrict agenda commands to buffer, subtree, or region.
19526 Press several times to get the desired effect.
19527 > Remove a previous restriction.
19528 # List \"stuck\" projects.
19529 ! Configure what \"stuck\" means.
19530 C Configure custom agenda commands.
19532 More commands can be added by configuring the variable
19533 `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
19534 searches can be pre-defined in this way.
19536 If the current buffer is in Org-mode and visiting a file, you can also
19537 first press `<' once to indicate that the agenda should be temporarily
19538 \(until the next use of \\[org-agenda]) restricted to the current file.
19539 Pressing `<' twice means to restrict to the current subtree or region
19540 \(if active).
19542 \(fn &optional ARG KEYS RESTRICTION)" t nil)
19544 (autoload 'org-batch-agenda "org-agenda" "\
19545 Run an agenda command in batch mode and send the result to STDOUT.
19546 If CMD-KEY is a string of length 1, it is used as a key in
19547 `org-agenda-custom-commands' and triggers this command. If it is a
19548 longer string it is used as a tags/todo match string.
19549 Parameters are alternating variable names and values that will be bound
19550 before running the agenda command.
19552 \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
19554 (autoload 'org-batch-agenda-csv "org-agenda" "\
19555 Run an agenda command in batch mode and send the result to STDOUT.
19556 If CMD-KEY is a string of length 1, it is used as a key in
19557 `org-agenda-custom-commands' and triggers this command. If it is a
19558 longer string it is used as a tags/todo match string.
19559 Parameters are alternating variable names and values that will be bound
19560 before running the agenda command.
19562 The output gives a line for each selected agenda item. Each
19563 item is a list of comma-separated values, like this:
19565 category,head,type,todo,tags,date,time,extra,priority-l,priority-n
19567 category The category of the item
19568 head The headline, without TODO kwd, TAGS and PRIORITY
19569 type The type of the agenda entry, can be
19570 todo selected in TODO match
19571 tagsmatch selected in tags match
19572 diary imported from diary
19573 deadline a deadline on given date
19574 scheduled scheduled on given date
19575 timestamp entry has timestamp on given date
19576 closed entry was closed on given date
19577 upcoming-deadline warning about deadline
19578 past-scheduled forwarded scheduled item
19579 block entry has date block including g. date
19580 todo The todo keyword, if any
19581 tags All tags including inherited ones, separated by colons
19582 date The relevant date, like 2007-2-14
19583 time The time, like 15:00-16:50
19584 extra Sting with extra planning info
19585 priority-l The priority letter if any was given
19586 priority-n The computed numerical priority
19587 agenda-day The day in the agenda where this is listed
19589 \(fn CMD-KEY &rest PARAMETERS)" nil (quote macro))
19591 (autoload 'org-store-agenda-views "org-agenda" "\
19594 \(fn &rest PARAMETERS)" t nil)
19596 (autoload 'org-batch-store-agenda-views "org-agenda" "\
19597 Run all custom agenda commands that have a file argument.
19599 \(fn &rest PARAMETERS)" nil (quote macro))
19601 (autoload 'org-agenda-list "org-agenda" "\
19602 Produce a daily/weekly view from all files in variable `org-agenda-files'.
19603 The view will be for the current day or week, but from the overview buffer
19604 you will be able to go to other days/weeks.
19606 With one \\[universal-argument] prefix argument INCLUDE-ALL,
19607 all unfinished TODO items will also be shown, before the agenda.
19608 This feature is considered obsolete, please use the TODO list or a block
19609 agenda instead.
19611 With a numeric prefix argument in an interactive call, the agenda will
19612 span INCLUDE-ALL days. Lisp programs should instead specify SPAN to change
19613 the number of days. SPAN defaults to `org-agenda-span'.
19615 START-DAY defaults to TODAY, or to the most recent match for the weekday
19616 given in `org-agenda-start-on-weekday'.
19618 \(fn &optional INCLUDE-ALL START-DAY SPAN)" t nil)
19620 (autoload 'org-search-view "org-agenda" "\
19621 Show all entries that contain a phrase or words or regular expressions.
19623 With optional prefix argument TODO-ONLY, only consider entries that are
19624 TODO entries. The argument STRING can be used to pass a default search
19625 string into this function. If EDIT-AT is non-nil, it means that the
19626 user should get a chance to edit this string, with cursor at position
19627 EDIT-AT.
19629 The search string can be viewed either as a phrase that should be found as
19630 is, or it can be broken into a number of snippets, each of which must match
19631 in a Boolean way to select an entry. The default depends on the variable
19632 `org-agenda-search-view-always-boolean'.
19633 Even if this is turned off (the default) you can always switch to
19634 Boolean search dynamically by preceding the first word with \"+\" or \"-\".
19636 The default is a direct search of the whole phrase, where each space in
19637 the search string can expand to an arbitrary amount of whitespace,
19638 including newlines.
19640 If using a Boolean search, the search string is split on whitespace and
19641 each snippet is searched separately, with logical AND to select an entry.
19642 Words prefixed with a minus must *not* occur in the entry. Words without
19643 a prefix or prefixed with a plus must occur in the entry. Matching is
19644 case-insensitive. Words are enclosed by word delimiters (i.e. they must
19645 match whole words, not parts of a word) if
19646 `org-agenda-search-view-force-full-words' is set (default is nil).
19648 Boolean search snippets enclosed by curly braces are interpreted as
19649 regular expressions that must or (when preceded with \"-\") must not
19650 match in the entry. Snippets enclosed into double quotes will be taken
19651 as a whole, to include whitespace.
19653 - If the search string starts with an asterisk, search only in headlines.
19654 - If (possibly after the leading star) the search string starts with an
19655 exclamation mark, this also means to look at TODO entries only, an effect
19656 that can also be achieved with a prefix argument.
19657 - If (possibly after star and exclamation mark) the search string starts
19658 with a colon, this will mean that the (non-regexp) snippets of the
19659 Boolean search must match as full words.
19661 This command searches the agenda files, and in addition the files listed
19662 in `org-agenda-text-search-extra-files'.
19664 \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
19666 (autoload 'org-todo-list "org-agenda" "\
19667 Show all (not done) TODO entries from all agenda file in a single list.
19668 The prefix arg can be used to select a specific TODO keyword and limit
19669 the list to these. When using \\[universal-argument], you will be prompted
19670 for a keyword. A numeric prefix directly selects the Nth keyword in
19671 `org-todo-keywords-1'.
19673 \(fn ARG)" t nil)
19675 (autoload 'org-tags-view "org-agenda" "\
19676 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
19677 The prefix arg TODO-ONLY limits the search to TODO entries.
19679 \(fn &optional TODO-ONLY MATCH)" t nil)
19681 (autoload 'org-agenda-list-stuck-projects "org-agenda" "\
19682 Create agenda view for projects that are stuck.
19683 Stuck projects are project that have no next actions. For the definitions
19684 of what a project is and how to check if it stuck, customize the variable
19685 `org-stuck-projects'.
19687 \(fn &rest IGNORE)" t nil)
19689 (autoload 'org-diary "org-agenda" "\
19690 Return diary information from org-files.
19691 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
19692 It accesses org files and extracts information from those files to be
19693 listed in the diary. The function accepts arguments specifying what
19694 items should be listed. For a list of arguments allowed here, see the
19695 variable `org-agenda-entry-types'.
19697 The call in the diary file should look like this:
19699 &%%(org-diary) ~/path/to/some/orgfile.org
19701 Use a separate line for each org file to check. Or, if you omit the file name,
19702 all files listed in `org-agenda-files' will be checked automatically:
19704 &%%(org-diary)
19706 If you don't give any arguments (as in the example above), the default
19707 arguments (:deadline :scheduled :timestamp :sexp) are used.
19708 So the example above may also be written as
19710 &%%(org-diary :deadline :timestamp :sexp :scheduled)
19712 The function expects the lisp variables `entry' and `date' to be provided
19713 by the caller, because this is how the calendar works. Don't use this
19714 function from a program - use `org-agenda-get-day-entries' instead.
19716 \(fn &rest ARGS)" nil nil)
19718 (autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\
19719 Do we have a reason to ignore this TODO entry because it has a time stamp?
19721 \(fn &optional END)" nil nil)
19723 (autoload 'org-calendar-goto-agenda "org-agenda" "\
19724 Compute the Org-mode agenda for the calendar date displayed at the cursor.
19725 This is a command that has to be installed in `calendar-mode-map'.
19727 \(fn)" t nil)
19729 (autoload 'org-agenda-to-appt "org-agenda" "\
19730 Activate appointments found in `org-agenda-files'.
19731 With a \\[universal-argument] prefix, refresh the list of
19732 appointments.
19734 If FILTER is t, interactively prompt the user for a regular
19735 expression, and filter out entries that don't match it.
19737 If FILTER is a string, use this string as a regular expression
19738 for filtering entries out.
19740 FILTER can also be an alist with the car of each cell being
19741 either 'headline or 'category. For example:
19743 '((headline \"IMPORTANT\")
19744 (category \"Work\"))
19746 will only add headlines containing IMPORTANT or headlines
19747 belonging to the \"Work\" category.
19749 \(fn &optional REFRESH FILTER)" t nil)
19751 ;;;***
19753 ;;;### (autoloads (org-archive-subtree-default-with-confirmation
19754 ;;;;;; org-archive-subtree-default) "org-archive" "org/org-archive.el"
19755 ;;;;;; (19845 45374))
19756 ;;; Generated autoloads from org/org-archive.el
19758 (autoload 'org-archive-subtree-default "org-archive" "\
19759 Archive the current subtree with the default command.
19760 This command is set with the variable `org-archive-default-command'.
19762 \(fn)" t nil)
19764 (autoload 'org-archive-subtree-default-with-confirmation "org-archive" "\
19765 Archive the current subtree with the default command.
19766 This command is set with the variable `org-archive-default-command'.
19768 \(fn)" t nil)
19770 ;;;***
19772 ;;;### (autoloads (org-export-as-ascii org-export-region-as-ascii
19773 ;;;;;; org-replace-region-by-ascii org-export-as-ascii-to-buffer
19774 ;;;;;; org-export-as-utf8-to-buffer org-export-as-utf8 org-export-as-latin1-to-buffer
19775 ;;;;;; org-export-as-latin1) "org-ascii" "org/org-ascii.el" (19845
19776 ;;;;;; 45374))
19777 ;;; Generated autoloads from org/org-ascii.el
19779 (autoload 'org-export-as-latin1 "org-ascii" "\
19780 Like `org-export-as-ascii', use latin1 encoding for special symbols.
19782 \(fn &rest ARGS)" t nil)
19784 (autoload 'org-export-as-latin1-to-buffer "org-ascii" "\
19785 Like `org-export-as-ascii-to-buffer', use latin1 encoding for symbols.
19787 \(fn &rest ARGS)" t nil)
19789 (autoload 'org-export-as-utf8 "org-ascii" "\
19790 Like `org-export-as-ascii', use use encoding for special symbols.
19792 \(fn &rest ARGS)" t nil)
19794 (autoload 'org-export-as-utf8-to-buffer "org-ascii" "\
19795 Like `org-export-as-ascii-to-buffer', use utf8 encoding for symbols.
19797 \(fn &rest ARGS)" t nil)
19799 (autoload 'org-export-as-ascii-to-buffer "org-ascii" "\
19800 Call `org-export-as-ascii` with output to a temporary buffer.
19801 No file is created. The prefix ARG is passed through to `org-export-as-ascii'.
19803 \(fn ARG)" t nil)
19805 (autoload 'org-replace-region-by-ascii "org-ascii" "\
19806 Assume the current region has org-mode syntax, and convert it to plain ASCII.
19807 This can be used in any buffer. For example, you could write an
19808 itemized list in org-mode syntax in a Mail buffer and then use this
19809 command to convert it.
19811 \(fn BEG END)" t nil)
19813 (autoload 'org-export-region-as-ascii "org-ascii" "\
19814 Convert region from BEG to END in org-mode buffer to plain ASCII.
19815 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
19816 contents, and only produce the region of converted text, useful for
19817 cut-and-paste operations.
19818 If BUFFER is a buffer or a string, use/create that buffer as a target
19819 of the converted ASCII. If BUFFER is the symbol `string', return the
19820 produced ASCII as a string and leave not buffer behind. For example,
19821 a Lisp program could call this function in the following way:
19823 (setq ascii (org-export-region-as-ascii beg end t 'string))
19825 When called interactively, the output buffer is selected, and shown
19826 in a window. A non-interactive call will only return the buffer.
19828 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
19830 (autoload 'org-export-as-ascii "org-ascii" "\
19831 Export the outline as a pretty ASCII file.
19832 If there is an active region, export only the region.
19833 The prefix ARG specifies how many levels of the outline should become
19834 underlined headlines, default is 3. Lower levels will become bulleted
19835 lists. When HIDDEN is non-nil, don't display the ASCII buffer.
19836 EXT-PLIST is a property list with external parameters overriding
19837 org-mode's default settings, but still inferior to file-local
19838 settings. When TO-BUFFER is non-nil, create a buffer with that
19839 name and export to that buffer. If TO-BUFFER is the symbol
19840 `string', don't leave any buffer behind but just return the
19841 resulting ASCII as a string. When BODY-ONLY is set, don't produce
19842 the file header and footer. When PUB-DIR is set, use this as the
19843 publishing directory.
19845 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19847 ;;;***
19849 ;;;### (autoloads (org-attach) "org-attach" "org/org-attach.el" (19845
19850 ;;;;;; 45374))
19851 ;;; Generated autoloads from org/org-attach.el
19853 (autoload 'org-attach "org-attach" "\
19854 The dispatcher for attachment commands.
19855 Shows a list of commands and prompts for another key to execute a command.
19857 \(fn)" t nil)
19859 ;;;***
19861 ;;;### (autoloads (org-bbdb-anniversaries) "org-bbdb" "org/org-bbdb.el"
19862 ;;;;;; (19845 45374))
19863 ;;; Generated autoloads from org/org-bbdb.el
19865 (autoload 'org-bbdb-anniversaries "org-bbdb" "\
19866 Extract anniversaries from BBDB for display in the agenda.
19868 \(fn)" nil nil)
19870 ;;;***
19872 ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here
19873 ;;;;;; org-capture) "org-capture" "org/org-capture.el" (19845 45374))
19874 ;;; Generated autoloads from org/org-capture.el
19876 (autoload 'org-capture "org-capture" "\
19877 Capture something.
19878 \\<org-capture-mode-map>
19879 This will let you select a template from `org-capture-templates', and then
19880 file the newly captured information. The text is immediately inserted
19881 at the target location, and an indirect buffer is shown where you can
19882 edit it. Pressing \\[org-capture-finalize] brings you back to the previous state
19883 of Emacs, so that you can continue your work.
19885 When called interactively with a \\[universal-argument] prefix argument GOTO, don't capture
19886 anything, just go to the file/headline where the selected template
19887 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last note
19888 stored.
19890 When called with a `C-0' (zero) prefix, insert a template at point.
19892 Lisp programs can set KEYS to a string associated with a template in
19893 `org-capture-templates'. In this case, interactive selection will be
19894 bypassed.
19896 \(fn &optional GOTO KEYS)" t nil)
19898 (autoload 'org-capture-insert-template-here "org-capture" "\
19901 \(fn)" nil nil)
19903 (autoload 'org-capture-import-remember-templates "org-capture" "\
19904 Set org-capture-templates to be similar to `org-remember-templates'.
19906 \(fn)" t nil)
19908 ;;;***
19910 ;;;### (autoloads (org-clock-persistence-insinuate org-get-clocktable)
19911 ;;;;;; "org-clock" "org/org-clock.el" (19845 45374))
19912 ;;; Generated autoloads from org/org-clock.el
19914 (autoload 'org-get-clocktable "org-clock" "\
19915 Get a formatted clocktable with parameters according to PROPS.
19916 The table is created in a temporary buffer, fully formatted and
19917 fontified, and then returned.
19919 \(fn &rest PROPS)" nil nil)
19921 (autoload 'org-clock-persistence-insinuate "org-clock" "\
19922 Set up hooks for clock persistence.
19924 \(fn)" nil nil)
19926 ;;;***
19928 ;;;### (autoloads (org-datetree-find-date-create) "org-datetree"
19929 ;;;;;; "org/org-datetree.el" (19845 45374))
19930 ;;; Generated autoloads from org/org-datetree.el
19932 (autoload 'org-datetree-find-date-create "org-datetree" "\
19933 Find or create an entry for DATE.
19934 If KEEP-RESTRICTION is non-nil, do not widen the buffer.
19935 When it is nil, the buffer will be widened to make sure an existing date
19936 tree can be found.
19938 \(fn DATE &optional KEEP-RESTRICTION)" nil nil)
19940 ;;;***
19942 ;;;### (autoloads (org-export-as-docbook org-export-as-docbook-pdf-and-open
19943 ;;;;;; org-export-as-docbook-pdf org-export-region-as-docbook org-replace-region-by-docbook
19944 ;;;;;; org-export-as-docbook-to-buffer org-export-as-docbook-batch)
19945 ;;;;;; "org-docbook" "org/org-docbook.el" (19845 45374))
19946 ;;; Generated autoloads from org/org-docbook.el
19948 (autoload 'org-export-as-docbook-batch "org-docbook" "\
19949 Call `org-export-as-docbook' in batch style.
19950 This function can be used in batch processing.
19952 For example:
19954 $ emacs --batch
19955 --load=$HOME/lib/emacs/org.el
19956 --visit=MyOrgFile.org --funcall org-export-as-docbook-batch
19958 \(fn)" nil nil)
19960 (autoload 'org-export-as-docbook-to-buffer "org-docbook" "\
19961 Call `org-export-as-docbook' with output to a temporary buffer.
19962 No file is created.
19964 \(fn)" t nil)
19966 (autoload 'org-replace-region-by-docbook "org-docbook" "\
19967 Replace the region from BEG to END with its DocBook export.
19968 It assumes the region has `org-mode' syntax, and then convert it to
19969 DocBook. This can be used in any buffer. For example, you could
19970 write an itemized list in `org-mode' syntax in an DocBook buffer and
19971 then use this command to convert it.
19973 \(fn BEG END)" t nil)
19975 (autoload 'org-export-region-as-docbook "org-docbook" "\
19976 Convert region from BEG to END in `org-mode' buffer to DocBook.
19977 If prefix arg BODY-ONLY is set, omit file header and footer and
19978 only produce the region of converted text, useful for
19979 cut-and-paste operations. If BUFFER is a buffer or a string,
19980 use/create that buffer as a target of the converted DocBook. If
19981 BUFFER is the symbol `string', return the produced DocBook as a
19982 string and leave not buffer behind. For example, a Lisp program
19983 could call this function in the following way:
19985 (setq docbook (org-export-region-as-docbook beg end t 'string))
19987 When called interactively, the output buffer is selected, and shown
19988 in a window. A non-interactive call will only return the buffer.
19990 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
19992 (autoload 'org-export-as-docbook-pdf "org-docbook" "\
19993 Export as DocBook XML file, and generate PDF file.
19995 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
19997 (autoload 'org-export-as-docbook-pdf-and-open "org-docbook" "\
19998 Export as DocBook XML file, generate PDF file, and open it.
20000 \(fn)" t nil)
20002 (autoload 'org-export-as-docbook "org-docbook" "\
20003 Export the current buffer as a DocBook file.
20004 If there is an active region, export only the region. When
20005 HIDDEN is obsolete and does nothing. EXT-PLIST is a
20006 property list with external parameters overriding org-mode's
20007 default settings, but still inferior to file-local settings.
20008 When TO-BUFFER is non-nil, create a buffer with that name and
20009 export to that buffer. If TO-BUFFER is the symbol `string',
20010 don't leave any buffer behind but just return the resulting HTML
20011 as a string. When BODY-ONLY is set, don't produce the file
20012 header and footer, simply return the content of the document (all
20013 top-level sections). When PUB-DIR is set, use this as the
20014 publishing directory.
20016 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20018 ;;;***
20020 ;;;### (autoloads (org-insert-export-options-template org-export-as-org
20021 ;;;;;; org-export-visible org-export) "org-exp" "org/org-exp.el"
20022 ;;;;;; (19845 45374))
20023 ;;; Generated autoloads from org/org-exp.el
20025 (autoload 'org-export "org-exp" "\
20026 Export dispatcher for Org-mode.
20027 When `org-export-run-in-background' is non-nil, try to run the command
20028 in the background. This will be done only for commands that write
20029 to a file. For details see the docstring of `org-export-run-in-background'.
20031 The prefix argument ARG will be passed to the exporter. However, if
20032 ARG is a double universal prefix \\[universal-argument] \\[universal-argument], that means to inverse the
20033 value of `org-export-run-in-background'.
20035 \(fn &optional ARG)" t nil)
20037 (autoload 'org-export-visible "org-exp" "\
20038 Create a copy of the visible part of the current buffer, and export it.
20039 The copy is created in a temporary buffer and removed after use.
20040 TYPE is the final key (as a string) that also selects the export command in
20041 the \\<org-mode-map>\\[org-export] export dispatcher.
20042 As a special case, if the you type SPC at the prompt, the temporary
20043 org-mode file will not be removed but presented to you so that you can
20044 continue to use it. The prefix arg ARG is passed through to the exporting
20045 command.
20047 \(fn TYPE ARG)" t nil)
20049 (autoload 'org-export-as-org "org-exp" "\
20050 Make a copy with not-exporting stuff removed.
20051 The purpose of this function is to provide a way to export the source
20052 Org file of a webpage in Org format, but with sensitive and/or irrelevant
20053 stuff removed. This command will remove the following:
20055 - archived trees (if the variable `org-export-with-archived-trees' is nil)
20056 - comment blocks and trees starting with the COMMENT keyword
20057 - only trees that are consistent with `org-export-select-tags'
20058 and `org-export-exclude-tags'.
20060 The only arguments that will be used are EXT-PLIST and PUB-DIR,
20061 all the others will be ignored (but are present so that the general
20062 mechanism to call publishing functions will work).
20064 EXT-PLIST is a property list with external parameters overriding
20065 org-mode's default settings, but still inferior to file-local
20066 settings. When PUB-DIR is set, use this as the publishing
20067 directory.
20069 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20071 (autoload 'org-insert-export-options-template "org-exp" "\
20072 Insert into the buffer a template with information for exporting.
20074 \(fn)" t nil)
20076 ;;;***
20078 ;;;### (autoloads (org-feed-show-raw-feed org-feed-goto-inbox org-feed-update
20079 ;;;;;; org-feed-update-all) "org-feed" "org/org-feed.el" (19845
20080 ;;;;;; 45374))
20081 ;;; Generated autoloads from org/org-feed.el
20083 (autoload 'org-feed-update-all "org-feed" "\
20084 Get inbox items from all feeds in `org-feed-alist'.
20086 \(fn)" t nil)
20088 (autoload 'org-feed-update "org-feed" "\
20089 Get inbox items from FEED.
20090 FEED can be a string with an association in `org-feed-alist', or
20091 it can be a list structured like an entry in `org-feed-alist'.
20093 \(fn FEED &optional RETRIEVE-ONLY)" t nil)
20095 (autoload 'org-feed-goto-inbox "org-feed" "\
20096 Go to the inbox that captures the feed named FEED.
20098 \(fn FEED)" t nil)
20100 (autoload 'org-feed-show-raw-feed "org-feed" "\
20101 Show the raw feed buffer of a feed.
20103 \(fn FEED)" t nil)
20105 ;;;***
20107 ;;;### (autoloads (org-footnote-normalize org-footnote-action) "org-footnote"
20108 ;;;;;; "org/org-footnote.el" (19845 45374))
20109 ;;; Generated autoloads from org/org-footnote.el
20111 (autoload 'org-footnote-action "org-footnote" "\
20112 Do the right thing for footnotes.
20113 When at a footnote reference, jump to the definition. When at a definition,
20114 jump to the references. When neither at definition or reference,
20115 create a new footnote, interactively.
20116 With prefix arg SPECIAL, offer additional commands in a menu.
20118 \(fn &optional SPECIAL)" t nil)
20120 (autoload 'org-footnote-normalize "org-footnote" "\
20121 Collect the footnotes in various formats and normalize them.
20122 This finds the different sorts of footnotes allowed in Org, and
20123 normalizes them to the usual [N] format that is understood by the
20124 Org-mode exporters.
20125 When SORT-ONLY is set, only sort the footnote definitions into the
20126 referenced sequence.
20128 \(fn &optional SORT-ONLY FOR-PREPROCESSOR)" nil nil)
20130 ;;;***
20132 ;;;### (autoloads (org-freemind-to-org-mode org-freemind-from-org-sparse-tree
20133 ;;;;;; org-freemind-from-org-mode org-freemind-from-org-mode-node
20134 ;;;;;; org-freemind-show org-export-as-freemind) "org-freemind"
20135 ;;;;;; "org/org-freemind.el" (19845 45374))
20136 ;;; Generated autoloads from org/org-freemind.el
20138 (autoload 'org-export-as-freemind "org-freemind" "\
20139 Export the current buffer as a Freemind file.
20140 If there is an active region, export only the region. HIDDEN is
20141 obsolete and does nothing. EXT-PLIST is a property list with
20142 external parameters overriding org-mode's default settings, but
20143 still inferior to file-local settings. When TO-BUFFER is
20144 non-nil, create a buffer with that name and export to that
20145 buffer. If TO-BUFFER is the symbol `string', don't leave any
20146 buffer behind but just return the resulting HTML as a string.
20147 When BODY-ONLY is set, don't produce the file header and footer,
20148 simply return the content of the document (all top level
20149 sections). When PUB-DIR is set, use this as the publishing
20150 directory.
20152 See `org-freemind-from-org-mode' for more information.
20154 \(fn &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20156 (autoload 'org-freemind-show "org-freemind" "\
20157 Show file MM-FILE in Freemind.
20159 \(fn MM-FILE)" t nil)
20161 (autoload 'org-freemind-from-org-mode-node "org-freemind" "\
20162 Convert node at line NODE-LINE to the FreeMind file MM-FILE.
20163 See `org-freemind-from-org-mode' for more information.
20165 \(fn NODE-LINE MM-FILE)" t nil)
20167 (autoload 'org-freemind-from-org-mode "org-freemind" "\
20168 Convert the `org-mode' file ORG-FILE to the FreeMind file MM-FILE.
20169 All the nodes will be opened or closed in Freemind just as you
20170 have them in `org-mode'.
20172 Note that exporting to Freemind also gives you an alternative way
20173 to export from `org-mode' to html. You can create a dynamic html
20174 version of the your org file, by first exporting to Freemind and
20175 then exporting from Freemind to html. The 'As
20176 XHTML (JavaScript)' version in Freemind works very well (and you
20177 can use a CSS stylesheet to style it).
20179 \(fn ORG-FILE MM-FILE)" t nil)
20181 (autoload 'org-freemind-from-org-sparse-tree "org-freemind" "\
20182 Convert visible part of buffer ORG-BUFFER to FreeMind file MM-FILE.
20184 \(fn ORG-BUFFER MM-FILE)" t nil)
20186 (autoload 'org-freemind-to-org-mode "org-freemind" "\
20187 Convert FreeMind file MM-FILE to `org-mode' file ORG-FILE.
20189 \(fn MM-FILE ORG-FILE)" t nil)
20191 ;;;***
20193 ;;;### (autoloads (org-export-htmlize-generate-css org-export-as-html
20194 ;;;;;; org-export-region-as-html org-replace-region-by-html org-export-as-html-to-buffer
20195 ;;;;;; org-export-as-html-batch org-export-as-html-and-open) "org-html"
20196 ;;;;;; "org/org-html.el" (19845 45374))
20197 ;;; Generated autoloads from org/org-html.el
20199 (put 'org-export-html-style-include-default 'safe-local-variable 'booleanp)
20201 (put 'org-export-html-style 'safe-local-variable 'stringp)
20203 (put 'org-export-html-style-extra 'safe-local-variable 'stringp)
20205 (autoload 'org-export-as-html-and-open "org-html" "\
20206 Export the outline as HTML and immediately open it with a browser.
20207 If there is an active region, export only the region.
20208 The prefix ARG specifies how many levels of the outline should become
20209 headlines. The default is 3. Lower levels will become bulleted lists.
20211 \(fn ARG)" t nil)
20213 (autoload 'org-export-as-html-batch "org-html" "\
20214 Call the function `org-export-as-html'.
20215 This function can be used in batch processing as:
20216 emacs --batch
20217 --load=$HOME/lib/emacs/org.el
20218 --eval \"(setq org-export-headline-levels 2)\"
20219 --visit=MyFile --funcall org-export-as-html-batch
20221 \(fn)" nil nil)
20223 (autoload 'org-export-as-html-to-buffer "org-html" "\
20224 Call `org-export-as-html` with output to a temporary buffer.
20225 No file is created. The prefix ARG is passed through to `org-export-as-html'.
20227 \(fn ARG)" t nil)
20229 (autoload 'org-replace-region-by-html "org-html" "\
20230 Assume the current region has org-mode syntax, and convert it to HTML.
20231 This can be used in any buffer. For example, you could write an
20232 itemized list in org-mode syntax in an HTML buffer and then use this
20233 command to convert it.
20235 \(fn BEG END)" t nil)
20237 (autoload 'org-export-region-as-html "org-html" "\
20238 Convert region from BEG to END in org-mode buffer to HTML.
20239 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20240 contents, and only produce the region of converted text, useful for
20241 cut-and-paste operations.
20242 If BUFFER is a buffer or a string, use/create that buffer as a target
20243 of the converted HTML. If BUFFER is the symbol `string', return the
20244 produced HTML as a string and leave not buffer behind. For example,
20245 a Lisp program could call this function in the following way:
20247 (setq html (org-export-region-as-html beg end t 'string))
20249 When called interactively, the output buffer is selected, and shown
20250 in a window. A non-interactive call will only return the buffer.
20252 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20254 (autoload 'org-export-as-html "org-html" "\
20255 Export the outline as a pretty HTML file.
20256 If there is an active region, export only the region. The prefix
20257 ARG specifies how many levels of the outline should become
20258 headlines. The default is 3. Lower levels will become bulleted
20259 lists. HIDDEN is obsolete and does nothing.
20260 EXT-PLIST is a property list with external parameters overriding
20261 org-mode's default settings, but still inferior to file-local
20262 settings. When TO-BUFFER is non-nil, create a buffer with that
20263 name and export to that buffer. If TO-BUFFER is the symbol
20264 `string', don't leave any buffer behind but just return the
20265 resulting HTML as a string. When BODY-ONLY is set, don't produce
20266 the file header and footer, simply return the content of
20267 <body>...</body>, without even the body tags themselves. When
20268 PUB-DIR is set, use this as the publishing directory.
20270 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20272 (autoload 'org-export-htmlize-generate-css "org-html" "\
20273 Create the CSS for all font definitions in the current Emacs session.
20274 Use this to create face definitions in your CSS style file that can then
20275 be used by code snippets transformed by htmlize.
20276 This command just produces a buffer that contains class definitions for all
20277 faces used in the current Emacs session. You can copy and paste the ones you
20278 need into your CSS file.
20280 If you then set `org-export-htmlize-output-type' to `css', calls to
20281 the function `org-export-htmlize-region-for-paste' will produce code
20282 that uses these same face definitions.
20284 \(fn)" t nil)
20286 ;;;***
20288 ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
20289 ;;;;;; org-export-icalendar-this-file) "org-icalendar" "org/org-icalendar.el"
20290 ;;;;;; (19845 45374))
20291 ;;; Generated autoloads from org/org-icalendar.el
20293 (autoload 'org-export-icalendar-this-file "org-icalendar" "\
20294 Export current file as an iCalendar file.
20295 The iCalendar file will be located in the same directory as the Org-mode
20296 file, but with extension `.ics'.
20298 \(fn)" t nil)
20300 (autoload 'org-export-icalendar-all-agenda-files "org-icalendar" "\
20301 Export all files in the variable `org-agenda-files' to iCalendar .ics files.
20302 Each iCalendar file will be located in the same directory as the Org-mode
20303 file, but with extension `.ics'.
20305 \(fn)" t nil)
20307 (autoload 'org-export-icalendar-combine-agenda-files "org-icalendar" "\
20308 Export all files in `org-agenda-files' to a single combined iCalendar file.
20309 The file is stored under the name `org-combined-agenda-icalendar-file'.
20311 \(fn)" t nil)
20313 ;;;***
20315 ;;;### (autoloads (org-id-store-link org-id-find-id-file org-id-find
20316 ;;;;;; org-id-goto org-id-get-with-outline-drilling org-id-get-with-outline-path-completion
20317 ;;;;;; org-id-get org-id-copy org-id-get-create) "org-id" "org/org-id.el"
20318 ;;;;;; (19845 45374))
20319 ;;; Generated autoloads from org/org-id.el
20321 (autoload 'org-id-get-create "org-id" "\
20322 Create an ID for the current entry and return it.
20323 If the entry already has an ID, just return it.
20324 With optional argument FORCE, force the creation of a new ID.
20326 \(fn &optional FORCE)" t nil)
20328 (autoload 'org-id-copy "org-id" "\
20329 Copy the ID of the entry at point to the kill ring.
20330 Create an ID if necessary.
20332 \(fn)" t nil)
20334 (autoload 'org-id-get "org-id" "\
20335 Get the ID property of the entry at point-or-marker POM.
20336 If POM is nil, refer to the entry at point.
20337 If the entry does not have an ID, the function returns nil.
20338 However, when CREATE is non nil, create an ID if none is present already.
20339 PREFIX will be passed through to `org-id-new'.
20340 In any case, the ID of the entry is returned.
20342 \(fn &optional POM CREATE PREFIX)" nil nil)
20344 (autoload 'org-id-get-with-outline-path-completion "org-id" "\
20345 Use outline-path-completion to retrieve the ID of an entry.
20346 TARGETS may be a setting for `org-refile-targets' to define the eligible
20347 headlines. When omitted, all headlines in all agenda files are
20348 eligible.
20349 It returns the ID of the entry. If necessary, the ID is created.
20351 \(fn &optional TARGETS)" nil nil)
20353 (autoload 'org-id-get-with-outline-drilling "org-id" "\
20354 Use an outline-cycling interface to retrieve the ID of an entry.
20355 This only finds entries in the current buffer, using `org-get-location'.
20356 It returns the ID of the entry. If necessary, the ID is created.
20358 \(fn &optional TARGETS)" nil nil)
20360 (autoload 'org-id-goto "org-id" "\
20361 Switch to the buffer containing the entry with id ID.
20362 Move the cursor to that entry in that buffer.
20364 \(fn ID)" t nil)
20366 (autoload 'org-id-find "org-id" "\
20367 Return the location of the entry with the id ID.
20368 The return value is a cons cell (file-name . position), or nil
20369 if there is no entry with that ID.
20370 With optional argument MARKERP, return the position as a new marker.
20372 \(fn ID &optional MARKERP)" nil nil)
20374 (autoload 'org-id-find-id-file "org-id" "\
20375 Query the id database for the file in which this ID is located.
20377 \(fn ID)" nil nil)
20379 (autoload 'org-id-store-link "org-id" "\
20380 Store a link to the current entry, using its ID.
20382 \(fn)" t nil)
20384 ;;;***
20386 ;;;### (autoloads (org-indent-mode) "org-indent" "org/org-indent.el"
20387 ;;;;;; (19845 45374))
20388 ;;; Generated autoloads from org/org-indent.el
20390 (autoload 'org-indent-mode "org-indent" "\
20391 When active, indent text according to outline structure.
20393 Internally this works by adding `line-prefix' properties to all non-headlines.
20394 These properties are updated locally in idle time.
20395 FIXME: How to update when broken?
20397 \(fn &optional ARG)" t nil)
20399 ;;;***
20401 ;;;### (autoloads (org-irc-store-link) "org-irc" "org/org-irc.el"
20402 ;;;;;; (19845 45374))
20403 ;;; Generated autoloads from org/org-irc.el
20405 (autoload 'org-irc-store-link "org-irc" "\
20406 Dispatch to the appropriate function to store a link to an IRC session.
20408 \(fn)" nil nil)
20410 ;;;***
20412 ;;;### (autoloads (org-export-as-pdf-and-open org-export-as-pdf org-export-as-latex
20413 ;;;;;; org-export-region-as-latex org-replace-region-by-latex org-export-as-latex-to-buffer
20414 ;;;;;; org-export-as-latex-batch) "org-latex" "org/org-latex.el"
20415 ;;;;;; (19845 45374))
20416 ;;; Generated autoloads from org/org-latex.el
20418 (autoload 'org-export-as-latex-batch "org-latex" "\
20419 Call `org-export-as-latex', may be used in batch processing.
20420 For example:
20422 emacs --batch
20423 --load=$HOME/lib/emacs/org.el
20424 --eval \"(setq org-export-headline-levels 2)\"
20425 --visit=MyFile --funcall org-export-as-latex-batch
20427 \(fn)" nil nil)
20429 (autoload 'org-export-as-latex-to-buffer "org-latex" "\
20430 Call `org-export-as-latex` with output to a temporary buffer.
20431 No file is created. The prefix ARG is passed through to `org-export-as-latex'.
20433 \(fn ARG)" t nil)
20435 (autoload 'org-replace-region-by-latex "org-latex" "\
20436 Replace the region from BEG to END with its LaTeX export.
20437 It assumes the region has `org-mode' syntax, and then convert it to
20438 LaTeX. This can be used in any buffer. For example, you could
20439 write an itemized list in `org-mode' syntax in an LaTeX buffer and
20440 then use this command to convert it.
20442 \(fn BEG END)" t nil)
20444 (autoload 'org-export-region-as-latex "org-latex" "\
20445 Convert region from BEG to END in `org-mode' buffer to LaTeX.
20446 If prefix arg BODY-ONLY is set, omit file header, footer, and table of
20447 contents, and only produce the region of converted text, useful for
20448 cut-and-paste operations.
20449 If BUFFER is a buffer or a string, use/create that buffer as a target
20450 of the converted LaTeX. If BUFFER is the symbol `string', return the
20451 produced LaTeX as a string and leave no buffer behind. For example,
20452 a Lisp program could call this function in the following way:
20454 (setq latex (org-export-region-as-latex beg end t 'string))
20456 When called interactively, the output buffer is selected, and shown
20457 in a window. A non-interactive call will only return the buffer.
20459 \(fn BEG END &optional BODY-ONLY BUFFER)" t nil)
20461 (autoload 'org-export-as-latex "org-latex" "\
20462 Export current buffer to a LaTeX file.
20463 If there is an active region, export only the region. The prefix
20464 ARG specifies how many levels of the outline should become
20465 headlines. The default is 3. Lower levels will be exported
20466 depending on `org-export-latex-low-levels'. The default is to
20467 convert them as description lists.
20468 HIDDEN is obsolete and does nothing.
20469 EXT-PLIST is a property list with
20470 external parameters overriding org-mode's default settings, but
20471 still inferior to file-local settings. When TO-BUFFER is
20472 non-nil, create a buffer with that name and export to that
20473 buffer. If TO-BUFFER is the symbol `string', don't leave any
20474 buffer behind but just return the resulting LaTeX as a string.
20475 When BODY-ONLY is set, don't produce the file header and footer,
20476 simply return the content of \\begin{document}...\\end{document},
20477 without even the \\begin{document} and \\end{document} commands.
20478 when PUB-DIR is set, use this as the publishing directory.
20480 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20482 (autoload 'org-export-as-pdf "org-latex" "\
20483 Export as LaTeX, then process through to PDF.
20485 \(fn ARG &optional HIDDEN EXT-PLIST TO-BUFFER BODY-ONLY PUB-DIR)" t nil)
20487 (autoload 'org-export-as-pdf-and-open "org-latex" "\
20488 Export as LaTeX, then process through to PDF, and open.
20490 \(fn ARG)" t nil)
20492 ;;;***
20494 ;;;### (autoloads (org-mobile-create-sumo-agenda org-mobile-pull
20495 ;;;;;; org-mobile-push) "org-mobile" "org/org-mobile.el" (19845
20496 ;;;;;; 45374))
20497 ;;; Generated autoloads from org/org-mobile.el
20499 (autoload 'org-mobile-push "org-mobile" "\
20500 Push the current state of Org affairs to the WebDAV directory.
20501 This will create the index file, copy all agenda files there, and also
20502 create all custom agenda views, for upload to the mobile phone.
20504 \(fn)" t nil)
20506 (autoload 'org-mobile-pull "org-mobile" "\
20507 Pull the contents of `org-mobile-capture-file' and integrate them.
20508 Apply all flagged actions, flag entries to be flagged and then call an
20509 agenda view showing the flagged items.
20511 \(fn)" t nil)
20513 (autoload 'org-mobile-create-sumo-agenda "org-mobile" "\
20514 Create a file that contains all custom agenda views.
20516 \(fn)" t nil)
20518 ;;;***
20520 ;;;### (autoloads (org-plot/gnuplot) "org-plot" "org/org-plot.el"
20521 ;;;;;; (19845 45374))
20522 ;;; Generated autoloads from org/org-plot.el
20524 (autoload 'org-plot/gnuplot "org-plot" "\
20525 Plot table using gnuplot. Gnuplot options can be specified with PARAMS.
20526 If not given options will be taken from the +PLOT
20527 line directly before or after the table.
20529 \(fn &optional PARAMS)" t nil)
20531 ;;;***
20533 ;;;### (autoloads (org-publish-current-project org-publish-current-file
20534 ;;;;;; org-publish-all org-publish) "org-publish" "org/org-publish.el"
20535 ;;;;;; (19845 45374))
20536 ;;; Generated autoloads from org/org-publish.el
20538 (defalias 'org-publish-project 'org-publish)
20540 (autoload 'org-publish "org-publish" "\
20541 Publish PROJECT.
20543 \(fn PROJECT &optional FORCE)" t nil)
20545 (autoload 'org-publish-all "org-publish" "\
20546 Publish all projects.
20547 With prefix argument, remove all files in the timestamp
20548 directory and force publishing all files.
20550 \(fn &optional FORCE)" t nil)
20552 (autoload 'org-publish-current-file "org-publish" "\
20553 Publish the current file.
20554 With prefix argument, force publish the file.
20556 \(fn &optional FORCE)" t nil)
20558 (autoload 'org-publish-current-project "org-publish" "\
20559 Publish the project associated with the current file.
20560 With a prefix argument, force publishing of all files in
20561 the project.
20563 \(fn &optional FORCE)" t nil)
20565 ;;;***
20567 ;;;### (autoloads (org-remember-handler org-remember org-remember-apply-template
20568 ;;;;;; org-remember-annotation org-remember-insinuate) "org-remember"
20569 ;;;;;; "org/org-remember.el" (19845 45374))
20570 ;;; Generated autoloads from org/org-remember.el
20572 (autoload 'org-remember-insinuate "org-remember" "\
20573 Setup remember.el for use with Org-mode.
20575 \(fn)" nil nil)
20577 (autoload 'org-remember-annotation "org-remember" "\
20578 Return a link to the current location as an annotation for remember.el.
20579 If you are using Org-mode files as target for data storage with
20580 remember.el, then the annotations should include a link compatible with the
20581 conventions in Org-mode. This function returns such a link.
20583 \(fn)" nil nil)
20585 (autoload 'org-remember-apply-template "org-remember" "\
20586 Initialize *remember* buffer with template, invoke `org-mode'.
20587 This function should be placed into `remember-mode-hook' and in fact requires
20588 to be run from that hook to function properly.
20590 \(fn &optional USE-CHAR SKIP-INTERACTIVE)" nil nil)
20592 (autoload 'org-remember "org-remember" "\
20593 Call `remember'. If this is already a remember buffer, re-apply template.
20594 If there is an active region, make sure remember uses it as initial content
20595 of the remember buffer.
20597 When called interactively with a \\[universal-argument] prefix argument GOTO, don't remember
20598 anything, just go to the file/headline where the selected template usually
20599 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last
20600 note stored by remember.
20602 Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character
20603 associated with a template in `org-remember-templates'.
20605 \(fn &optional GOTO ORG-FORCE-REMEMBER-TEMPLATE-CHAR)" t nil)
20607 (autoload 'org-remember-handler "org-remember" "\
20608 Store stuff from remember.el into an org file.
20609 When the template has specified a file and a headline, the entry is filed
20610 there, or in the location defined by `org-default-notes-file' and
20611 `org-remember-default-headline'.
20612 \\<org-remember-mode-map>
20613 If no defaults have been defined, or if the current prefix argument
20614 is 1 (using C-1 \\[org-remember-finalize] to exit remember), an interactive
20615 process is used to select the target location.
20617 When the prefix is 0 (i.e. when remember is exited with C-0 \\[org-remember-finalize]),
20618 the entry is filed to the same location as the previous note.
20620 When the prefix is 2 (i.e. when remember is exited with C-2 \\[org-remember-finalize]),
20621 the entry is filed as a subentry of the entry where the clock is
20622 currently running.
20624 When \\[universal-argument] has been used as prefix argument, the
20625 note is stored and Emacs moves point to the new location of the
20626 note, so that editing can be continued there (similar to
20627 inserting \"%&\" into the template).
20629 Before storing the note, the function ensures that the text has an
20630 org-mode-style headline, i.e. a first line that starts with
20631 a \"*\". If not, a headline is constructed from the current date and
20632 some additional data.
20634 If the variable `org-adapt-indentation' is non-nil, the entire text is
20635 also indented so that it starts in the same column as the headline
20636 \(i.e. after the stars).
20638 See also the variable `org-reverse-note-order'.
20640 \(fn)" nil nil)
20642 ;;;***
20644 ;;;### (autoloads (org-table-to-lisp orgtbl-mode turn-on-orgtbl)
20645 ;;;;;; "org-table" "org/org-table.el" (19845 45374))
20646 ;;; Generated autoloads from org/org-table.el
20648 (autoload 'turn-on-orgtbl "org-table" "\
20649 Unconditionally turn on `orgtbl-mode'.
20651 \(fn)" nil nil)
20653 (autoload 'orgtbl-mode "org-table" "\
20654 The `org-mode' table editor as a minor mode for use in other modes.
20656 \(fn &optional ARG)" t nil)
20658 (autoload 'org-table-to-lisp "org-table" "\
20659 Convert the table at point to a Lisp structure.
20660 The structure will be a list. Each item is either the symbol `hline'
20661 for a horizontal separator line, or a list of field values as strings.
20662 The table is taken from the parameter TXT, or from the buffer at point.
20664 \(fn &optional TXT)" nil nil)
20666 ;;;***
20668 ;;;### (autoloads (org-export-as-taskjuggler-and-open org-export-as-taskjuggler)
20669 ;;;;;; "org-taskjuggler" "org/org-taskjuggler.el" (19845 45374))
20670 ;;; Generated autoloads from org/org-taskjuggler.el
20672 (autoload 'org-export-as-taskjuggler "org-taskjuggler" "\
20673 Export parts of the current buffer as a TaskJuggler file.
20674 The exporter looks for a tree with tag, property or todo that
20675 matches `org-export-taskjuggler-project-tag' and takes this as
20676 the tasks for this project. The first node of this tree defines
20677 the project properties such as project name and project period.
20678 If there is a tree with tag, property or todo that matches
20679 `org-export-taskjuggler-resource-tag' this three is taken as
20680 resources for the project. If no resources are specified, a
20681 default resource is created and allocated to the project. Also
20682 the taskjuggler project will be created with default reports as
20683 defined in `org-export-taskjuggler-default-reports'.
20685 \(fn)" t nil)
20687 (autoload 'org-export-as-taskjuggler-and-open "org-taskjuggler" "\
20688 Export the current buffer as a TaskJuggler file and open it
20689 with the TaskJuggler GUI.
20691 \(fn)" t nil)
20693 ;;;***
20695 ;;;### (autoloads (org-timer-set-timer org-timer-item org-timer-change-times-in-region
20696 ;;;;;; org-timer org-timer-start) "org-timer" "org/org-timer.el"
20697 ;;;;;; (19845 45374))
20698 ;;; Generated autoloads from org/org-timer.el
20700 (autoload 'org-timer-start "org-timer" "\
20701 Set the starting time for the relative timer to now.
20702 When called with prefix argument OFFSET, prompt the user for an offset time,
20703 with the default taken from a timer stamp at point, if any.
20704 If OFFSET is a string or an integer, it is directly taken to be the offset
20705 without user interaction.
20706 When called with a double prefix arg, all timer strings in the active
20707 region will be shifted by a specific amount. You will be prompted for
20708 the amount, with the default to make the first timer string in
20709 the region 0:00:00.
20711 \(fn &optional OFFSET)" t nil)
20713 (autoload 'org-timer "org-timer" "\
20714 Insert a H:MM:SS string from the timer into the buffer.
20715 The first time this command is used, the timer is started. When used with
20716 a \\[universal-argument] prefix, force restarting the timer.
20717 When used with a double prefix argument \\[universal-argument], change all the timer string
20718 in the region by a fixed amount. This can be used to recalibrate a timer
20719 that was not started at the correct moment.
20721 If NO-INSERT-P is non-nil, return the string instead of inserting
20722 it in the buffer.
20724 \(fn &optional RESTART NO-INSERT-P)" t nil)
20726 (autoload 'org-timer-change-times-in-region "org-timer" "\
20727 Change all h:mm:ss time in region by a DELTA.
20729 \(fn BEG END DELTA)" t nil)
20731 (autoload 'org-timer-item "org-timer" "\
20732 Insert a description-type item with the current timer value.
20734 \(fn &optional ARG)" t nil)
20736 (autoload 'org-timer-set-timer "org-timer" "\
20737 Prompt for a duration and set a timer.
20739 If `org-timer-default-timer' is not zero, suggest this value as
20740 the default duration for the timer. If a timer is already set,
20741 prompt the user if she wants to replace it.
20743 Called with a numeric prefix argument, use this numeric value as
20744 the duration of the timer.
20746 Called with a `C-u' prefix arguments, use `org-timer-default-timer'
20747 without prompting the user for a duration.
20749 With two `C-u' prefix arguments, use `org-timer-default-timer'
20750 without prompting the user for a duration and automatically
20751 replace any running timer.
20753 \(fn &optional OPT)" t nil)
20755 ;;;***
20757 ;;;### (autoloads (org-export-as-xoxo) "org-xoxo" "org/org-xoxo.el"
20758 ;;;;;; (19845 45374))
20759 ;;; Generated autoloads from org/org-xoxo.el
20761 (autoload 'org-export-as-xoxo "org-xoxo" "\
20762 Export the org buffer as XOXO.
20763 The XOXO buffer is named *xoxo-<source buffer name>*
20765 \(fn &optional BUFFER)" t nil)
20767 ;;;***
20769 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20770 ;;;;;; (19886 45771))
20771 ;;; Generated autoloads from outline.el
20772 (put 'outline-regexp 'safe-local-variable 'stringp)
20773 (put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
20775 (autoload 'outline-mode "outline" "\
20776 Set major mode for editing outlines with selective display.
20777 Headings are lines which start with asterisks: one for major headings,
20778 two for subheadings, etc. Lines not starting with asterisks are body lines.
20780 Body text or subheadings under a heading can be made temporarily
20781 invisible, or visible again. Invisible lines are attached to the end
20782 of the heading, so they move with it, if the line is killed and yanked
20783 back. A heading with text hidden under it is marked with an ellipsis (...).
20785 Commands:\\<outline-mode-map>
20786 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
20787 \\[outline-previous-visible-heading] outline-previous-visible-heading
20788 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
20789 \\[outline-backward-same-level] outline-backward-same-level
20790 \\[outline-up-heading] outline-up-heading move from subheading to heading
20792 \\[hide-body] make all text invisible (not headings).
20793 \\[show-all] make everything in buffer visible.
20794 \\[hide-sublevels] make only the first N levels of headers visible.
20796 The remaining commands are used when point is on a heading line.
20797 They apply to some of the body or subheadings of that heading.
20798 \\[hide-subtree] hide-subtree make body and subheadings invisible.
20799 \\[show-subtree] show-subtree make body and subheadings visible.
20800 \\[show-children] show-children make direct subheadings visible.
20801 No effect on body, or subheadings 2 or more levels down.
20802 With arg N, affects subheadings N levels down.
20803 \\[hide-entry] make immediately following body invisible.
20804 \\[show-entry] make it visible.
20805 \\[hide-leaves] make body under heading and under its subheadings invisible.
20806 The subheadings remain visible.
20807 \\[show-branches] make all subheadings at all levels visible.
20809 The variable `outline-regexp' can be changed to control what is a heading.
20810 A line is a heading if `outline-regexp' matches something at the
20811 beginning of the line. The longer the match, the deeper the level.
20813 Turning on outline mode calls the value of `text-mode-hook' and then of
20814 `outline-mode-hook', if they are non-nil.
20816 \(fn)" t nil)
20818 (autoload 'outline-minor-mode "outline" "\
20819 Toggle Outline minor mode.
20820 With arg, turn Outline minor mode on if arg is positive, off otherwise.
20821 See the command `outline-mode' for more information on this mode.
20823 \(fn &optional ARG)" t nil)
20824 (put 'outline-level 'risky-local-variable t)
20826 ;;;***
20828 ;;;### (autoloads (list-packages describe-package package-initialize
20829 ;;;;;; package-install-file package-install-from-buffer package-install
20830 ;;;;;; package-enable-at-startup) "package" "emacs-lisp/package.el"
20831 ;;;;;; (19893 19022))
20832 ;;; Generated autoloads from emacs-lisp/package.el
20834 (defvar package-enable-at-startup t "\
20835 Whether to activate installed packages when Emacs starts.
20836 If non-nil, packages are activated after reading the init file
20837 and before `after-init-hook'. Activation is not done if
20838 `user-init-file' is nil (e.g. Emacs was started with \"-q\").
20840 Even if the value is nil, you can type \\[package-initialize] to
20841 activate the package system at any time.")
20843 (custom-autoload 'package-enable-at-startup "package" t)
20845 (autoload 'package-install "package" "\
20846 Install the package named NAME.
20847 Interactively, prompt for the package name.
20848 The package is found on one of the archives in `package-archives'.
20850 \(fn NAME)" t nil)
20852 (autoload 'package-install-from-buffer "package" "\
20853 Install a package from the current buffer.
20854 When called interactively, the current buffer is assumed to be a
20855 single .el file that follows the packaging guidelines; see info
20856 node `(elisp)Packaging'.
20858 When called from Lisp, PKG-INFO is a vector describing the
20859 information, of the type returned by `package-buffer-info'; and
20860 TYPE is the package type (either `single' or `tar').
20862 \(fn PKG-INFO TYPE)" t nil)
20864 (autoload 'package-install-file "package" "\
20865 Install a package from a file.
20866 The file can either be a tar file or an Emacs Lisp file.
20868 \(fn FILE)" t nil)
20870 (autoload 'package-initialize "package" "\
20871 Load Emacs Lisp packages, and activate them.
20872 The variable `package-load-list' controls which packages to load.
20873 If optional arg NO-ACTIVATE is non-nil, don't activate packages.
20875 \(fn &optional NO-ACTIVATE)" t nil)
20877 (autoload 'describe-package "package" "\
20878 Display the full documentation of PACKAGE (a symbol).
20880 \(fn PACKAGE)" t nil)
20882 (autoload 'list-packages "package" "\
20883 Display a list of packages.
20884 This first fetches the updated list of packages before
20885 displaying, unless a prefix argument NO-FETCH is specified.
20886 The list is displayed in a buffer named `*Packages*'.
20888 \(fn &optional NO-FETCH)" t nil)
20890 (defalias 'package-list-packages 'list-packages)
20892 ;;;***
20894 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (19845 45374))
20895 ;;; Generated autoloads from paren.el
20897 (defvar show-paren-mode nil "\
20898 Non-nil if Show-Paren mode is enabled.
20899 See the command `show-paren-mode' for a description of this minor mode.
20900 Setting this variable directly does not take effect;
20901 either customize it (see the info node `Easy Customization')
20902 or call the function `show-paren-mode'.")
20904 (custom-autoload 'show-paren-mode "paren" nil)
20906 (autoload 'show-paren-mode "paren" "\
20907 Toggle Show Paren mode.
20908 With prefix ARG, turn Show Paren mode on if and only if ARG is positive.
20909 Returns the new status of Show Paren mode (non-nil means on).
20911 When Show Paren mode is enabled, any matching parenthesis is highlighted
20912 in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time.
20914 \(fn &optional ARG)" t nil)
20916 ;;;***
20918 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20919 ;;;;;; (19845 45374))
20920 ;;; Generated autoloads from calendar/parse-time.el
20921 (put 'parse-time-rules 'risky-local-variable t)
20923 (autoload 'parse-time-string "parse-time" "\
20924 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
20925 The values are identical to those of `decode-time', but any values that are
20926 unknown are returned as nil.
20928 \(fn STRING)" nil nil)
20930 ;;;***
20932 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (19899
20933 ;;;;;; 57784))
20934 ;;; Generated autoloads from progmodes/pascal.el
20936 (autoload 'pascal-mode "pascal" "\
20937 Major mode for editing Pascal code. \\<pascal-mode-map>
20938 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
20940 \\[pascal-complete-word] completes the word around current point with respect to position in code
20941 \\[pascal-show-completions] shows all possible completions at this point.
20943 Other useful functions are:
20945 \\[pascal-mark-defun] - Mark function.
20946 \\[pascal-insert-block] - insert begin ... end;
20947 \\[pascal-star-comment] - insert (* ... *)
20948 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
20949 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
20950 \\[pascal-beg-of-defun] - Move to beginning of current function.
20951 \\[pascal-end-of-defun] - Move to end of current function.
20952 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
20953 \\[pascal-outline-mode] - Enter `pascal-outline-mode'.
20955 Variables controlling indentation/edit style:
20957 `pascal-indent-level' (default 3)
20958 Indentation of Pascal statements with respect to containing block.
20959 `pascal-case-indent' (default 2)
20960 Indentation for case statements.
20961 `pascal-auto-newline' (default nil)
20962 Non-nil means automatically newline after semicolons and the punctuation
20963 mark after an end.
20964 `pascal-indent-nested-functions' (default t)
20965 Non-nil means nested functions are indented.
20966 `pascal-tab-always-indent' (default t)
20967 Non-nil means TAB in Pascal mode should always reindent the current line,
20968 regardless of where in the line point is when the TAB command is used.
20969 `pascal-auto-endcomments' (default t)
20970 Non-nil means a comment { ... } is set after the ends which ends cases and
20971 functions. The name of the function or case will be set between the braces.
20972 `pascal-auto-lineup' (default t)
20973 List of contexts where auto lineup of :'s or ='s should be done.
20975 See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20976 `pascal-separator-keywords'.
20978 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
20979 no args, if that value is non-nil.
20981 \(fn)" t nil)
20983 ;;;***
20985 ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
20986 ;;;;;; "password-cache" "password-cache.el" (19845 45374))
20987 ;;; Generated autoloads from password-cache.el
20989 (defvar password-cache t "\
20990 Whether to cache passwords.")
20992 (custom-autoload 'password-cache "password-cache" t)
20994 (defvar password-cache-expiry 16 "\
20995 How many seconds passwords are cached, or nil to disable expiring.
20996 Whether passwords are cached at all is controlled by `password-cache'.")
20998 (custom-autoload 'password-cache-expiry "password-cache" t)
21000 (autoload 'password-in-cache-p "password-cache" "\
21001 Check if KEY is in the cache.
21003 \(fn KEY)" nil nil)
21005 ;;;***
21007 ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
21008 ;;;;;; (19863 8742))
21009 ;;; Generated autoloads from emacs-lisp/pcase.el
21011 (autoload 'pcase "pcase" "\
21012 Perform ML-style pattern matching on EXP.
21013 CASES is a list of elements of the form (UPATTERN CODE...).
21015 UPatterns can take the following forms:
21016 _ matches anything.
21017 SYMBOL matches anything and binds it to SYMBOL.
21018 (or UPAT...) matches if any of the patterns matches.
21019 (and UPAT...) matches if all the patterns match.
21020 `QPAT matches if the QPattern QPAT matches.
21021 (pred PRED) matches if PRED applied to the object returns non-nil.
21022 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil.
21023 (let UPAT EXP) matches if EXP matches UPAT.
21024 If a SYMBOL is used twice in the same pattern (i.e. the pattern is
21025 \"non-linear\"), then the second occurrence is turned into an `eq'uality test.
21027 QPatterns can take the following forms:
21028 (QPAT1 . QPAT2) matches if QPAT1 matches the car and QPAT2 the cdr.
21029 ,UPAT matches if the UPattern UPAT matches.
21030 STRING matches if the object is `equal' to STRING.
21031 ATOM matches if the object is `eq' to ATOM.
21032 QPatterns for vectors are not implemented yet.
21034 PRED can take the form
21035 FUNCTION in which case it gets called with one argument.
21036 (FUN ARG1 .. ARGN) in which case it gets called with N+1 arguments.
21037 A PRED of the form FUNCTION is equivalent to one of the form (FUNCTION).
21038 PRED patterns can refer to variables bound earlier in the pattern.
21039 E.g. you can match pairs where the cdr is larger than the car with a pattern
21040 like `(,a . ,(pred (< a))) or, with more checks:
21041 `(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a))))
21043 \(fn EXP &rest CASES)" nil (quote macro))
21045 (put 'pcase 'lisp-indent-function '1)
21047 (autoload 'pcase-let* "pcase" "\
21048 Like `let*' but where you can use `pcase' patterns for bindings.
21049 BODY should be an expression, and BINDINGS should be a list of bindings
21050 of the form (UPAT EXP).
21052 \(fn BINDINGS &rest BODY)" nil (quote macro))
21054 (put 'pcase-let* 'lisp-indent-function '1)
21056 (autoload 'pcase-let "pcase" "\
21057 Like `let' but where you can use `pcase' patterns for bindings.
21058 BODY should be a list of expressions, and BINDINGS should be a list of bindings
21059 of the form (UPAT EXP).
21061 \(fn BINDINGS &rest BODY)" nil (quote macro))
21063 (put 'pcase-let 'lisp-indent-function '1)
21065 ;;;***
21067 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (19845
21068 ;;;;;; 45374))
21069 ;;; Generated autoloads from pcmpl-cvs.el
21071 (autoload 'pcomplete/cvs "pcmpl-cvs" "\
21072 Completion rules for the `cvs' command.
21074 \(fn)" nil nil)
21076 ;;;***
21078 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
21079 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (19845 45374))
21080 ;;; Generated autoloads from pcmpl-gnu.el
21082 (autoload 'pcomplete/gzip "pcmpl-gnu" "\
21083 Completion for `gzip'.
21085 \(fn)" nil nil)
21087 (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
21088 Completion for `bzip2'.
21090 \(fn)" nil nil)
21092 (autoload 'pcomplete/make "pcmpl-gnu" "\
21093 Completion for GNU `make'.
21095 \(fn)" nil nil)
21097 (autoload 'pcomplete/tar "pcmpl-gnu" "\
21098 Completion for the GNU tar utility.
21100 \(fn)" nil nil)
21102 (defalias 'pcomplete/gdb 'pcomplete/xargs)
21104 ;;;***
21106 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
21107 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (19845 45374))
21108 ;;; Generated autoloads from pcmpl-linux.el
21110 (autoload 'pcomplete/kill "pcmpl-linux" "\
21111 Completion for GNU/Linux `kill', using /proc filesystem.
21113 \(fn)" nil nil)
21115 (autoload 'pcomplete/umount "pcmpl-linux" "\
21116 Completion for GNU/Linux `umount'.
21118 \(fn)" nil nil)
21120 (autoload 'pcomplete/mount "pcmpl-linux" "\
21121 Completion for GNU/Linux `mount'.
21123 \(fn)" nil nil)
21125 ;;;***
21127 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (19845
21128 ;;;;;; 45374))
21129 ;;; Generated autoloads from pcmpl-rpm.el
21131 (autoload 'pcomplete/rpm "pcmpl-rpm" "\
21132 Completion for the `rpm' command.
21134 \(fn)" nil nil)
21136 ;;;***
21138 ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
21139 ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
21140 ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (19845 45374))
21141 ;;; Generated autoloads from pcmpl-unix.el
21143 (autoload 'pcomplete/cd "pcmpl-unix" "\
21144 Completion for `cd'.
21146 \(fn)" nil nil)
21148 (defalias 'pcomplete/pushd 'pcomplete/cd)
21150 (autoload 'pcomplete/rmdir "pcmpl-unix" "\
21151 Completion for `rmdir'.
21153 \(fn)" nil nil)
21155 (autoload 'pcomplete/rm "pcmpl-unix" "\
21156 Completion for `rm'.
21158 \(fn)" nil nil)
21160 (autoload 'pcomplete/xargs "pcmpl-unix" "\
21161 Completion for `xargs'.
21163 \(fn)" nil nil)
21165 (defalias 'pcomplete/time 'pcomplete/xargs)
21167 (autoload 'pcomplete/which "pcmpl-unix" "\
21168 Completion for `which'.
21170 \(fn)" nil nil)
21172 (autoload 'pcomplete/chown "pcmpl-unix" "\
21173 Completion for the `chown' command.
21175 \(fn)" nil nil)
21177 (autoload 'pcomplete/chgrp "pcmpl-unix" "\
21178 Completion for the `chgrp' command.
21180 \(fn)" nil nil)
21182 (autoload 'pcomplete/ssh "pcmpl-unix" "\
21183 Completion rules for the `ssh' command.
21185 \(fn)" nil nil)
21187 (autoload 'pcomplete/scp "pcmpl-unix" "\
21188 Completion rules for the `scp' command.
21189 Includes files as well as host names followed by a colon.
21191 \(fn)" nil nil)
21193 ;;;***
21195 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
21196 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
21197 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (19899
21198 ;;;;;; 57784))
21199 ;;; Generated autoloads from pcomplete.el
21201 (autoload 'pcomplete "pcomplete" "\
21202 Support extensible programmable completion.
21203 To use this function, just bind the TAB key to it, or add it to your
21204 completion functions list (it should occur fairly early in the list).
21206 \(fn &optional INTERACTIVELY)" t nil)
21208 (autoload 'pcomplete-reverse "pcomplete" "\
21209 If cycling completion is in use, cycle backwards.
21211 \(fn)" t nil)
21213 (autoload 'pcomplete-expand-and-complete "pcomplete" "\
21214 Expand the textual value of the current argument.
21215 This will modify the current buffer.
21217 \(fn)" t nil)
21219 (autoload 'pcomplete-continue "pcomplete" "\
21220 Complete without reference to any cycling completions.
21222 \(fn)" t nil)
21224 (autoload 'pcomplete-expand "pcomplete" "\
21225 Expand the textual value of the current argument.
21226 This will modify the current buffer.
21228 \(fn)" t nil)
21230 (autoload 'pcomplete-help "pcomplete" "\
21231 Display any help information relative to the current argument.
21233 \(fn)" t nil)
21235 (autoload 'pcomplete-list "pcomplete" "\
21236 Show the list of possible completions for the current argument.
21238 \(fn)" t nil)
21240 (autoload 'pcomplete-comint-setup "pcomplete" "\
21241 Setup a comint buffer to use pcomplete.
21242 COMPLETEF-SYM should be the symbol where the
21243 dynamic-complete-functions are kept. For comint mode itself,
21244 this is `comint-dynamic-complete-functions'.
21246 \(fn COMPLETEF-SYM)" nil nil)
21248 (autoload 'pcomplete-shell-setup "pcomplete" "\
21249 Setup `shell-mode' to use pcomplete.
21251 \(fn)" nil nil)
21253 ;;;***
21255 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
21256 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
21257 ;;;;;; "vc/pcvs.el" (19845 45374))
21258 ;;; Generated autoloads from vc/pcvs.el
21260 (autoload 'cvs-checkout "pcvs" "\
21261 Run a 'cvs checkout MODULES' in DIR.
21262 Feed the output to a *cvs* buffer, display it in the current window,
21263 and run `cvs-mode' on it.
21265 With a prefix argument, prompt for cvs FLAGS to use.
21267 \(fn MODULES DIR FLAGS &optional ROOT)" t nil)
21269 (autoload 'cvs-quickdir "pcvs" "\
21270 Open a *cvs* buffer on DIR without running cvs.
21271 With a prefix argument, prompt for a directory to use.
21272 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21273 prevents reuse of an existing *cvs* buffer.
21274 Optional argument NOSHOW if non-nil means not to display the buffer.
21275 FLAGS is ignored.
21277 \(fn DIR &optional FLAGS NOSHOW)" t nil)
21279 (autoload 'cvs-examine "pcvs" "\
21280 Run a `cvs -n update' in the specified DIRECTORY.
21281 That is, check what needs to be done, but don't change the disc.
21282 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21283 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21284 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21285 prevents reuse of an existing *cvs* buffer.
21286 Optional argument NOSHOW if non-nil means not to display the buffer.
21288 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21290 (autoload 'cvs-update "pcvs" "\
21291 Run a `cvs update' in the current working DIRECTORY.
21292 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21293 With a \\[universal-argument] prefix argument, prompt for a directory to use.
21294 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21295 prevents reuse of an existing *cvs* buffer.
21296 The prefix is also passed to `cvs-flags-query' to select the FLAGS
21297 passed to cvs.
21299 \(fn DIRECTORY FLAGS)" t nil)
21301 (autoload 'cvs-status "pcvs" "\
21302 Run a `cvs status' in the current working DIRECTORY.
21303 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21304 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21305 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21306 prevents reuse of an existing *cvs* buffer.
21307 Optional argument NOSHOW if non-nil means not to display the buffer.
21309 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21311 (defvar cvs-dired-action 'cvs-quickdir "\
21312 The action to be performed when opening a CVS directory.
21313 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
21315 (custom-autoload 'cvs-dired-action "pcvs" t)
21317 (defvar cvs-dired-use-hook '(4) "\
21318 Whether or not opening a CVS directory should run PCL-CVS.
21319 A value of nil means never do it.
21320 ALWAYS means to always do it unless a prefix argument is given to the
21321 command that prompted the opening of the directory.
21322 Anything else means to do it only if the prefix arg is equal to this value.")
21324 (custom-autoload 'cvs-dired-use-hook "pcvs" t)
21326 (defun cvs-dired-noselect (dir) "\
21327 Run `cvs-examine' if DIR is a CVS administrative directory.
21328 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)))))
21330 ;;;***
21332 ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (19845 45374))
21333 ;;; Generated autoloads from vc/pcvs-defs.el
21335 (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)))
21337 ;;;***
21339 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
21340 ;;;;;; (19890 42850))
21341 ;;; Generated autoloads from progmodes/perl-mode.el
21342 (put 'perl-indent-level 'safe-local-variable 'integerp)
21343 (put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
21344 (put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
21345 (put 'perl-brace-offset 'safe-local-variable 'integerp)
21346 (put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
21347 (put 'perl-label-offset 'safe-local-variable 'integerp)
21349 (autoload 'perl-mode "perl-mode" "\
21350 Major mode for editing Perl code.
21351 Expression and list commands understand all Perl brackets.
21352 Tab indents for Perl code.
21353 Comments are delimited with # ... \\n.
21354 Paragraphs are separated by blank lines only.
21355 Delete converts tabs to spaces as it moves back.
21356 \\{perl-mode-map}
21357 Variables controlling indentation style:
21358 `perl-tab-always-indent'
21359 Non-nil means TAB in Perl mode should always indent the current line,
21360 regardless of where in the line point is when the TAB command is used.
21361 `perl-tab-to-comment'
21362 Non-nil means that for lines which don't need indenting, TAB will
21363 either delete an empty comment, indent an existing comment, move
21364 to end-of-line, or if at end-of-line already, create a new comment.
21365 `perl-nochange'
21366 Lines starting with this regular expression are not auto-indented.
21367 `perl-indent-level'
21368 Indentation of Perl statements within surrounding block.
21369 The surrounding block's indentation is the indentation
21370 of the line on which the open-brace appears.
21371 `perl-continued-statement-offset'
21372 Extra indentation given to a substatement, such as the
21373 then-clause of an if or body of a while.
21374 `perl-continued-brace-offset'
21375 Extra indentation given to a brace that starts a substatement.
21376 This is in addition to `perl-continued-statement-offset'.
21377 `perl-brace-offset'
21378 Extra indentation for line if it starts with an open brace.
21379 `perl-brace-imaginary-offset'
21380 An open brace following other text is treated as if it were
21381 this far to the right of the start of its line.
21382 `perl-label-offset'
21383 Extra indentation for line that is a label.
21384 `perl-indent-continued-arguments'
21385 Offset of argument lines relative to usual indentation.
21387 Various indentation styles: K&R BSD BLK GNU LW
21388 perl-indent-level 5 8 0 2 4
21389 perl-continued-statement-offset 5 8 4 2 4
21390 perl-continued-brace-offset 0 0 0 0 -4
21391 perl-brace-offset -5 -8 0 0 0
21392 perl-brace-imaginary-offset 0 0 4 0 0
21393 perl-label-offset -5 -8 -2 -2 -2
21395 Turning on Perl mode runs the normal hook `perl-mode-hook'.
21397 \(fn)" t nil)
21399 ;;;***
21401 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
21402 ;;;;;; (19845 45374))
21403 ;;; Generated autoloads from textmodes/picture.el
21405 (autoload 'picture-mode "picture" "\
21406 Switch to Picture mode, in which a quarter-plane screen model is used.
21407 \\<picture-mode-map>
21408 Printing characters replace instead of inserting themselves with motion
21409 afterwards settable by these commands:
21411 Move left after insertion: \\[picture-movement-left]
21412 Move right after insertion: \\[picture-movement-right]
21413 Move up after insertion: \\[picture-movement-up]
21414 Move down after insertion: \\[picture-movement-down]
21416 Move northwest (nw) after insertion: \\[picture-movement-nw]
21417 Move northeast (ne) after insertion: \\[picture-movement-ne]
21418 Move southwest (sw) after insertion: \\[picture-movement-sw]
21419 Move southeast (se) after insertion: \\[picture-movement-se]
21421 Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw]
21422 Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne]
21423 Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw]
21424 Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se]
21426 The current direction is displayed in the mode line. The initial
21427 direction is right. Whitespace is inserted and tabs are changed to
21428 spaces when required by movement. You can move around in the buffer
21429 with these commands:
21431 Move vertically to SAME column in previous line: \\[picture-move-down]
21432 Move vertically to SAME column in next line: \\[picture-move-up]
21433 Move to column following last
21434 non-whitespace character: \\[picture-end-of-line]
21435 Move right, inserting spaces if required: \\[picture-forward-column]
21436 Move left changing tabs to spaces if required: \\[picture-backward-column]
21437 Move in direction of current picture motion: \\[picture-motion]
21438 Move opposite to current picture motion: \\[picture-motion-reverse]
21439 Move to beginning of next line: \\[next-line]
21441 You can edit tabular text with these commands:
21443 Move to column beneath (or at) next interesting
21444 character (see variable `picture-tab-chars'): \\[picture-tab-search]
21445 Move to next stop in tab stop list: \\[picture-tab]
21446 Set tab stops according to context of this line: \\[picture-set-tab-stops]
21447 (With ARG, resets tab stops to default value.)
21448 Change the tab stop list: \\[edit-tab-stops]
21450 You can manipulate text with these commands:
21451 Clear ARG columns after point without moving: \\[picture-clear-column]
21452 Delete char at point: \\[delete-char]
21453 Clear ARG columns backward: \\[picture-backward-clear-column]
21454 Clear ARG lines, advancing over them: \\[picture-clear-line]
21455 (the cleared text is saved in the kill ring)
21456 Open blank line(s) beneath current line: \\[picture-open-line]
21458 You can manipulate rectangles with these commands:
21459 Clear a rectangle and save it: \\[picture-clear-rectangle]
21460 Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register]
21461 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
21462 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
21463 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
21464 Copies a rectangle to a register: \\[copy-rectangle-to-register]
21465 Undo effects of rectangle overlay commands: \\[undo]
21467 You can return to the previous mode with \\[picture-mode-exit], which
21468 also strips trailing whitespace from every line. Stripping is suppressed
21469 by supplying an argument.
21471 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
21473 Note that Picture mode commands will work outside of Picture mode, but
21474 they are not defaultly assigned to keys.
21476 \(fn)" t nil)
21478 (defalias 'edit-picture 'picture-mode)
21480 ;;;***
21482 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
21483 ;;;;;; (19845 45374))
21484 ;;; Generated autoloads from textmodes/po.el
21486 (autoload 'po-find-file-coding-system "po" "\
21487 Return a (DECODING . ENCODING) pair, according to PO file's charset.
21488 Called through `file-coding-system-alist', before the file is visited for real.
21490 \(fn ARG-LIST)" nil nil)
21492 ;;;***
21494 ;;;### (autoloads (pong) "pong" "play/pong.el" (19845 45374))
21495 ;;; Generated autoloads from play/pong.el
21497 (autoload 'pong "pong" "\
21498 Play pong and waste time.
21499 This is an implementation of the classical game pong.
21500 Move left and right bats and try to bounce the ball to your opponent.
21502 pong-mode keybindings:\\<pong-mode-map>
21504 \\{pong-mode-map}
21506 \(fn)" t nil)
21508 ;;;***
21510 ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (19845 45374))
21511 ;;; Generated autoloads from gnus/pop3.el
21513 (autoload 'pop3-movemail "pop3" "\
21514 Transfer contents of a maildrop to the specified FILE.
21515 Use streaming commands.
21517 \(fn FILE)" nil nil)
21519 ;;;***
21521 ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
21522 ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
21523 ;;;;;; (19845 45374))
21524 ;;; Generated autoloads from emacs-lisp/pp.el
21526 (autoload 'pp-to-string "pp" "\
21527 Return a string containing the pretty-printed representation of OBJECT.
21528 OBJECT can be any Lisp object. Quoting characters are used as needed
21529 to make output that `read' can handle, whenever this is possible.
21531 \(fn OBJECT)" nil nil)
21533 (autoload 'pp-buffer "pp" "\
21534 Prettify the current buffer with printed representation of a Lisp object.
21536 \(fn)" nil nil)
21538 (autoload 'pp "pp" "\
21539 Output the pretty-printed representation of OBJECT, any Lisp object.
21540 Quoting characters are printed as needed to make output that `read'
21541 can handle, whenever this is possible.
21542 Output stream is STREAM, or value of `standard-output' (which see).
21544 \(fn OBJECT &optional STREAM)" nil nil)
21546 (autoload 'pp-eval-expression "pp" "\
21547 Evaluate EXPRESSION and pretty-print its value.
21548 Also add the value to the front of the list in the variable `values'.
21550 \(fn EXPRESSION)" t nil)
21552 (autoload 'pp-macroexpand-expression "pp" "\
21553 Macroexpand EXPRESSION and pretty-print its value.
21555 \(fn EXPRESSION)" t nil)
21557 (autoload 'pp-eval-last-sexp "pp" "\
21558 Run `pp-eval-expression' on sexp before point.
21559 With argument, pretty-print output into current buffer.
21560 Ignores leading comment characters.
21562 \(fn ARG)" t nil)
21564 (autoload 'pp-macroexpand-last-sexp "pp" "\
21565 Run `pp-macroexpand-expression' on sexp before point.
21566 With argument, pretty-print output into current buffer.
21567 Ignores leading comment characters.
21569 \(fn ARG)" t nil)
21571 ;;;***
21573 ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
21574 ;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
21575 ;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
21576 ;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
21577 ;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
21578 ;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
21579 ;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
21580 ;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
21581 ;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
21582 ;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
21583 ;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
21584 ;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
21585 ;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
21586 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
21587 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
21588 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
21589 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
21590 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
21591 ;;;;;; (19845 45374))
21592 ;;; Generated autoloads from printing.el
21594 (autoload 'pr-interface "printing" "\
21595 Activate the printing interface buffer.
21597 If BUFFER is nil, the current buffer is used for printing.
21599 For more information, type \\[pr-interface-help].
21601 \(fn &optional BUFFER)" t nil)
21603 (autoload 'pr-ps-directory-preview "printing" "\
21604 Preview directory using ghostview.
21606 Interactively, the command prompts for N-UP printing number, a directory, a
21607 file name regexp for matching and, when you use a prefix argument (C-u), the
21608 command prompts the user for a file name, and saves the PostScript image in
21609 that file instead of saving it in a temporary file.
21611 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21612 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21613 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21614 save the image in a temporary file. If FILENAME is a string, save the
21615 PostScript image in a file with that name. If FILENAME is t, prompts for a
21616 file name.
21618 See also documentation for `pr-list-directory'.
21620 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21622 (autoload 'pr-ps-directory-using-ghostscript "printing" "\
21623 Print directory using PostScript through ghostscript.
21625 Interactively, the command prompts for N-UP printing number, a directory, a
21626 file name regexp for matching and, when you use a prefix argument (C-u), the
21627 command prompts the user for a file name, and saves the PostScript image in
21628 that file instead of saving it in a temporary file.
21630 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21631 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21632 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21633 save the image in a temporary file. If FILENAME is a string, save the
21634 PostScript image in a file with that name. If FILENAME is t, prompts for a
21635 file name.
21637 See also documentation for `pr-list-directory'.
21639 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21641 (autoload 'pr-ps-directory-print "printing" "\
21642 Print directory using PostScript printer.
21644 Interactively, the command prompts for N-UP printing number, a directory, a
21645 file name regexp for matching and, when you use a prefix argument (C-u), the
21646 command prompts the user for a file name, and saves the PostScript image in
21647 that file instead of saving it in a temporary file.
21649 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21650 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21651 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21652 save the image in a temporary file. If FILENAME is a string, save the
21653 PostScript image in a file with that name. If FILENAME is t, prompts for a
21654 file name.
21656 See also documentation for `pr-list-directory'.
21658 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21660 (autoload 'pr-ps-directory-ps-print "printing" "\
21661 Print directory using PostScript printer or through ghostscript.
21663 It depends on `pr-print-using-ghostscript'.
21665 Interactively, the command prompts for N-UP printing number, a directory, a
21666 file name regexp for matching and, when you use a prefix argument (C-u), the
21667 command prompts the user for a file name, and saves the PostScript image in
21668 that file instead of saving it in a temporary file.
21670 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21671 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21672 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21673 save the image in a temporary file. If FILENAME is a string, save the
21674 PostScript image in a file with that name. If FILENAME is t, prompts for a
21675 file name.
21677 See also documentation for `pr-list-directory'.
21679 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21681 (autoload 'pr-ps-buffer-preview "printing" "\
21682 Preview buffer using ghostview.
21684 Interactively, the command prompts for N-UP printing number and, when you use a
21685 prefix argument (C-u), the command prompts the user for a file name, and saves
21686 the PostScript image in that file instead of saving it in a temporary file.
21688 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21689 argument FILENAME is treated as follows: if it's nil, save the image in a
21690 temporary file. If FILENAME is a string, save the PostScript image in a file
21691 with that name. If FILENAME is t, prompts for a file name.
21693 \(fn N-UP &optional FILENAME)" t nil)
21695 (autoload 'pr-ps-buffer-using-ghostscript "printing" "\
21696 Print buffer using PostScript through ghostscript.
21698 Interactively, the command prompts for N-UP printing number and, when you use a
21699 prefix argument (C-u), the command prompts the user for a file name, and saves
21700 the PostScript image in that file instead of sending it to the printer.
21702 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21703 argument FILENAME is treated as follows: if it's nil, send the image to the
21704 printer. If FILENAME is a string, save the PostScript image in a file with
21705 that name. If FILENAME is t, prompts for a file name.
21707 \(fn N-UP &optional FILENAME)" t nil)
21709 (autoload 'pr-ps-buffer-print "printing" "\
21710 Print buffer using PostScript printer.
21712 Interactively, the command prompts for N-UP printing number and, when you use a
21713 prefix argument (C-u), the command prompts the user for a file name, and saves
21714 the PostScript image in that file instead of sending it to the printer.
21716 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21717 argument FILENAME is treated as follows: if it's nil, send the image to the
21718 printer. If FILENAME is a string, save the PostScript image in a file with
21719 that name. If FILENAME is t, prompts for a file name.
21721 \(fn N-UP &optional FILENAME)" t nil)
21723 (autoload 'pr-ps-buffer-ps-print "printing" "\
21724 Print buffer using PostScript printer or through ghostscript.
21726 It depends on `pr-print-using-ghostscript'.
21728 Interactively, the command prompts for N-UP printing number and, when you use a
21729 prefix argument (C-u), the command prompts the user for a file name, and saves
21730 the PostScript image in that file instead of sending it to the printer.
21732 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21733 argument FILENAME is treated as follows: if it's nil, send the image to the
21734 printer. If FILENAME is a string, save the PostScript image in a file with
21735 that name. If FILENAME is t, prompts for a file name.
21737 \(fn N-UP &optional FILENAME)" t nil)
21739 (autoload 'pr-ps-region-preview "printing" "\
21740 Preview region using ghostview.
21742 See also `pr-ps-buffer-preview'.
21744 \(fn N-UP &optional FILENAME)" t nil)
21746 (autoload 'pr-ps-region-using-ghostscript "printing" "\
21747 Print region using PostScript through ghostscript.
21749 See also `pr-ps-buffer-using-ghostscript'.
21751 \(fn N-UP &optional FILENAME)" t nil)
21753 (autoload 'pr-ps-region-print "printing" "\
21754 Print region using PostScript printer.
21756 See also `pr-ps-buffer-print'.
21758 \(fn N-UP &optional FILENAME)" t nil)
21760 (autoload 'pr-ps-region-ps-print "printing" "\
21761 Print region using PostScript printer or through ghostscript.
21763 See also `pr-ps-buffer-ps-print'.
21765 \(fn N-UP &optional FILENAME)" t nil)
21767 (autoload 'pr-ps-mode-preview "printing" "\
21768 Preview major mode using ghostview.
21770 See also `pr-ps-buffer-preview'.
21772 \(fn N-UP &optional FILENAME)" t nil)
21774 (autoload 'pr-ps-mode-using-ghostscript "printing" "\
21775 Print major mode using PostScript through ghostscript.
21777 See also `pr-ps-buffer-using-ghostscript'.
21779 \(fn N-UP &optional FILENAME)" t nil)
21781 (autoload 'pr-ps-mode-print "printing" "\
21782 Print major mode using PostScript printer.
21784 See also `pr-ps-buffer-print'.
21786 \(fn N-UP &optional FILENAME)" t nil)
21788 (autoload 'pr-ps-mode-ps-print "printing" "\
21789 Print major mode using PostScript or through ghostscript.
21791 See also `pr-ps-buffer-ps-print'.
21793 \(fn N-UP &optional FILENAME)" t nil)
21795 (autoload 'pr-printify-directory "printing" "\
21796 Replace nonprinting characters in directory with printable representations.
21797 The printable representations use ^ (for ASCII control characters) or hex.
21798 The characters tab, linefeed, space, return and formfeed are not affected.
21800 Interactively, the command prompts for a directory and a file name regexp for
21801 matching.
21803 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21804 prompts for FILE(name)-REGEXP.
21806 See also documentation for `pr-list-directory'.
21808 \(fn &optional DIR FILE-REGEXP)" t nil)
21810 (autoload 'pr-printify-buffer "printing" "\
21811 Replace nonprinting characters in buffer with printable representations.
21812 The printable representations use ^ (for ASCII control characters) or hex.
21813 The characters tab, linefeed, space, return and formfeed are not affected.
21815 \(fn)" t nil)
21817 (autoload 'pr-printify-region "printing" "\
21818 Replace nonprinting characters in region with printable representations.
21819 The printable representations use ^ (for ASCII control characters) or hex.
21820 The characters tab, linefeed, space, return and formfeed are not affected.
21822 \(fn)" t nil)
21824 (autoload 'pr-txt-directory "printing" "\
21825 Print directory using text printer.
21827 Interactively, the command prompts for a directory and a file name regexp for
21828 matching.
21830 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21831 prompts for FILE(name)-REGEXP.
21833 See also documentation for `pr-list-directory'.
21835 \(fn &optional DIR FILE-REGEXP)" t nil)
21837 (autoload 'pr-txt-buffer "printing" "\
21838 Print buffer using text printer.
21840 \(fn)" t nil)
21842 (autoload 'pr-txt-region "printing" "\
21843 Print region using text printer.
21845 \(fn)" t nil)
21847 (autoload 'pr-txt-mode "printing" "\
21848 Print major mode using text printer.
21850 \(fn)" t nil)
21852 (autoload 'pr-despool-preview "printing" "\
21853 Preview spooled PostScript.
21855 Interactively, when you use a prefix argument (C-u), the command prompts the
21856 user for a file name, and saves the spooled PostScript image in that file
21857 instead of saving it in a temporary file.
21859 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21860 save the image in a temporary file. If FILENAME is a string, save the
21861 PostScript image in a file with that name.
21863 \(fn &optional FILENAME)" t nil)
21865 (autoload 'pr-despool-using-ghostscript "printing" "\
21866 Print spooled PostScript using ghostscript.
21868 Interactively, when you use a prefix argument (C-u), the command prompts the
21869 user for a file name, and saves the spooled PostScript image in that file
21870 instead of sending it to the printer.
21872 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21873 send the image to the printer. If FILENAME is a string, save the PostScript
21874 image in a file with that name.
21876 \(fn &optional FILENAME)" t nil)
21878 (autoload 'pr-despool-print "printing" "\
21879 Send the spooled PostScript to the printer.
21881 Interactively, when you use a prefix argument (C-u), the command prompts the
21882 user for a file name, and saves the spooled PostScript image in that file
21883 instead of sending it to the printer.
21885 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21886 send the image to the printer. If FILENAME is a string, save the PostScript
21887 image in a file with that name.
21889 \(fn &optional FILENAME)" t nil)
21891 (autoload 'pr-despool-ps-print "printing" "\
21892 Send the spooled PostScript to the printer or use ghostscript to print it.
21894 Interactively, when you use a prefix argument (C-u), the command prompts the
21895 user for a file name, and saves the spooled PostScript image in that file
21896 instead of sending it to the printer.
21898 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21899 send the image to the printer. If FILENAME is a string, save the PostScript
21900 image in a file with that name.
21902 \(fn &optional FILENAME)" t nil)
21904 (autoload 'pr-ps-file-preview "printing" "\
21905 Preview PostScript file FILENAME.
21907 \(fn FILENAME)" t nil)
21909 (autoload 'pr-ps-file-up-preview "printing" "\
21910 Preview PostScript file FILENAME.
21912 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21914 (autoload 'pr-ps-file-using-ghostscript "printing" "\
21915 Print PostScript file FILENAME using ghostscript.
21917 \(fn FILENAME)" t nil)
21919 (autoload 'pr-ps-file-print "printing" "\
21920 Print PostScript file FILENAME.
21922 \(fn FILENAME)" t nil)
21924 (autoload 'pr-ps-file-ps-print "printing" "\
21925 Send PostScript file FILENAME to printer or use ghostscript to print it.
21927 \(fn FILENAME)" t nil)
21929 (autoload 'pr-ps-file-up-ps-print "printing" "\
21930 Process a PostScript file IFILENAME and send it to printer.
21932 Interactively, the command prompts for N-UP printing number, for an input
21933 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
21934 command prompts the user for an output PostScript file name OFILENAME, and
21935 saves the PostScript image in that file instead of sending it to the printer.
21937 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21938 argument IFILENAME is treated as follows: if it's t, prompts for an input
21939 PostScript file name; otherwise, it *must* be a string that it's an input
21940 PostScript file name. The argument OFILENAME is treated as follows: if it's
21941 nil, send the image to the printer. If OFILENAME is a string, save the
21942 PostScript image in a file with that name. If OFILENAME is t, prompts for a
21943 file name.
21945 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21947 (autoload 'pr-toggle-file-duplex "printing" "\
21948 Toggle duplex for PostScript file.
21950 \(fn)" t nil)
21952 (autoload 'pr-toggle-file-tumble "printing" "\
21953 Toggle tumble for PostScript file.
21955 If tumble is off, produces a printing suitable for binding on the left or
21956 right.
21957 If tumble is on, produces a printing suitable for binding at the top or
21958 bottom.
21960 \(fn)" t nil)
21962 (autoload 'pr-toggle-file-landscape "printing" "\
21963 Toggle landscape for PostScript file.
21965 \(fn)" t nil)
21967 (autoload 'pr-toggle-ghostscript "printing" "\
21968 Toggle printing using ghostscript.
21970 \(fn)" t nil)
21972 (autoload 'pr-toggle-faces "printing" "\
21973 Toggle printing with faces.
21975 \(fn)" t nil)
21977 (autoload 'pr-toggle-spool "printing" "\
21978 Toggle spooling.
21980 \(fn)" t nil)
21982 (autoload 'pr-toggle-duplex "printing" "\
21983 Toggle duplex.
21985 \(fn)" t nil)
21987 (autoload 'pr-toggle-tumble "printing" "\
21988 Toggle tumble.
21990 If tumble is off, produces a printing suitable for binding on the left or
21991 right.
21992 If tumble is on, produces a printing suitable for binding at the top or
21993 bottom.
21995 \(fn)" t nil)
21997 (autoload 'pr-toggle-landscape "printing" "\
21998 Toggle landscape.
22000 \(fn)" t nil)
22002 (autoload 'pr-toggle-upside-down "printing" "\
22003 Toggle upside-down.
22005 \(fn)" t nil)
22007 (autoload 'pr-toggle-line "printing" "\
22008 Toggle line number.
22010 \(fn)" t nil)
22012 (autoload 'pr-toggle-zebra "printing" "\
22013 Toggle zebra stripes.
22015 \(fn)" t nil)
22017 (autoload 'pr-toggle-header "printing" "\
22018 Toggle printing header.
22020 \(fn)" t nil)
22022 (autoload 'pr-toggle-header-frame "printing" "\
22023 Toggle printing header frame.
22025 \(fn)" t nil)
22027 (autoload 'pr-toggle-lock "printing" "\
22028 Toggle menu lock.
22030 \(fn)" t nil)
22032 (autoload 'pr-toggle-region "printing" "\
22033 Toggle auto region.
22035 \(fn)" t nil)
22037 (autoload 'pr-toggle-mode "printing" "\
22038 Toggle auto mode.
22040 \(fn)" t nil)
22042 (autoload 'pr-customize "printing" "\
22043 Customization of the `printing' group.
22045 \(fn &rest IGNORE)" t nil)
22047 (autoload 'lpr-customize "printing" "\
22048 Customization of the `lpr' group.
22050 \(fn &rest IGNORE)" t nil)
22052 (autoload 'pr-help "printing" "\
22053 Help for the printing package.
22055 \(fn &rest IGNORE)" t nil)
22057 (autoload 'pr-ps-name "printing" "\
22058 Interactively select a PostScript printer.
22060 \(fn)" t nil)
22062 (autoload 'pr-txt-name "printing" "\
22063 Interactively select a text printer.
22065 \(fn)" t nil)
22067 (autoload 'pr-ps-utility "printing" "\
22068 Interactively select a PostScript utility.
22070 \(fn)" t nil)
22072 (autoload 'pr-show-ps-setup "printing" "\
22073 Show current ps-print settings.
22075 \(fn &rest IGNORE)" t nil)
22077 (autoload 'pr-show-pr-setup "printing" "\
22078 Show current printing settings.
22080 \(fn &rest IGNORE)" t nil)
22082 (autoload 'pr-show-lpr-setup "printing" "\
22083 Show current lpr settings.
22085 \(fn &rest IGNORE)" t nil)
22087 (autoload 'pr-ps-fast-fire "printing" "\
22088 Fast fire function for PostScript printing.
22090 If a region is active, the region will be printed instead of the whole buffer.
22091 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22092 `pr-mode-alist' will be used, that is, the current buffer or region will be
22093 printed using `pr-ps-mode-ps-print'.
22096 Interactively, you have the following situations:
22098 M-x pr-ps-fast-fire RET
22099 The command prompts the user for a N-UP value and printing will
22100 immediatelly be done using the current active printer.
22102 C-u M-x pr-ps-fast-fire RET
22103 C-u 0 M-x pr-ps-fast-fire RET
22104 The command prompts the user for a N-UP value and also for a current
22105 PostScript printer, then printing will immediatelly be done using the new
22106 current active printer.
22108 C-u 1 M-x pr-ps-fast-fire RET
22109 The command prompts the user for a N-UP value and also for a file name,
22110 and saves the PostScript image in that file instead of sending it to the
22111 printer.
22113 C-u 2 M-x pr-ps-fast-fire RET
22114 The command prompts the user for a N-UP value, then for a current
22115 PostScript printer and, finally, for a file name. Then change the active
22116 printer to that chosen by user and saves the PostScript image in
22117 that file instead of sending it to the printer.
22120 Noninteractively, the argument N-UP should be a positive integer greater than
22121 zero and the argument SELECT is treated as follows:
22123 If it's nil, send the image to the printer.
22125 If it's a list or an integer lesser or equal to zero, the command prompts
22126 the user for a current PostScript printer, then printing will immediatelly
22127 be done using the new current active printer.
22129 If it's an integer equal to 1, the command prompts the user for a file name
22130 and saves the PostScript image in that file instead of sending it to the
22131 printer.
22133 If it's an integer greater or equal to 2, the command prompts the user for a
22134 current PostScript printer and for a file name. Then change the active
22135 printer to that chosen by user and saves the PostScript image in that file
22136 instead of sending it to the printer.
22138 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
22139 active printer and printing will immediatelly be done using the new active
22140 printer.
22142 Otherwise, send the image to the printer.
22145 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22146 are both set to t.
22148 \(fn N-UP &optional SELECT)" t nil)
22150 (autoload 'pr-txt-fast-fire "printing" "\
22151 Fast fire function for text printing.
22153 If a region is active, the region will be printed instead of the whole buffer.
22154 Also if the current major-mode is defined in `pr-mode-alist', the settings in
22155 `pr-mode-alist' will be used, that is, the current buffer or region will be
22156 printed using `pr-txt-mode'.
22158 Interactively, when you use a prefix argument (C-u), the command prompts the
22159 user for a new active text printer.
22161 Noninteractively, the argument SELECT-PRINTER is treated as follows:
22163 If it's nil, the printing is sent to the current active text printer.
22165 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
22166 active printer and printing will immediatelly be done using the new active
22167 printer.
22169 If it's non-nil, the command prompts the user for a new active text printer.
22171 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
22172 are both set to t.
22174 \(fn &optional SELECT-PRINTER)" t nil)
22176 ;;;***
22178 ;;;### (autoloads (proced) "proced" "proced.el" (19886 45771))
22179 ;;; Generated autoloads from proced.el
22181 (autoload 'proced "proced" "\
22182 Generate a listing of UNIX system processes.
22183 If invoked with optional ARG the window displaying the process
22184 information will be displayed but not selected.
22185 Runs the normal hook `proced-post-display-hook'.
22187 See `proced-mode' for a description of features available in Proced buffers.
22189 \(fn &optional ARG)" t nil)
22191 ;;;***
22193 ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
22194 ;;;;;; "progmodes/prolog.el" (19890 42850))
22195 ;;; Generated autoloads from progmodes/prolog.el
22197 (autoload 'prolog-mode "prolog" "\
22198 Major mode for editing Prolog code.
22200 Blank lines and `%%...' separate paragraphs. `%'s starts a comment
22201 line and comments can also be enclosed in /* ... */.
22203 If an optional argument SYSTEM is non-nil, set up mode for the given system.
22205 To find out what version of Prolog mode you are running, enter
22206 `\\[prolog-mode-version]'.
22208 Commands:
22209 \\{prolog-mode-map}
22210 Entry to this mode calls the value of `prolog-mode-hook'
22211 if that value is non-nil.
22213 \(fn)" t nil)
22215 (autoload 'mercury-mode "prolog" "\
22216 Major mode for editing Mercury programs.
22217 Actually this is just customized `prolog-mode'.
22219 \(fn)" t nil)
22221 (autoload 'run-prolog "prolog" "\
22222 Run an inferior Prolog process, input and output via buffer *prolog*.
22223 With prefix argument ARG, restart the Prolog process if running before.
22225 \(fn ARG)" t nil)
22227 ;;;***
22229 ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (19845
22230 ;;;;;; 45374))
22231 ;;; Generated autoloads from ps-bdf.el
22233 (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")) "\
22234 List of directories to search for `BDF' font files.
22235 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
22237 (custom-autoload 'bdf-directory-list "ps-bdf" t)
22239 ;;;***
22241 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (19890
22242 ;;;;;; 42850))
22243 ;;; Generated autoloads from progmodes/ps-mode.el
22245 (autoload 'ps-mode "ps-mode" "\
22246 Major mode for editing PostScript with GNU Emacs.
22248 Entry to this mode calls `ps-mode-hook'.
22250 The following variables hold user options, and can
22251 be set through the `customize' command:
22253 `ps-mode-auto-indent'
22254 `ps-mode-tab'
22255 `ps-mode-paper-size'
22256 `ps-mode-print-function'
22257 `ps-run-prompt'
22258 `ps-run-font-lock-keywords-2'
22259 `ps-run-x'
22260 `ps-run-dumb'
22261 `ps-run-init'
22262 `ps-run-error-line-numbers'
22263 `ps-run-tmp-dir'
22265 Type \\[describe-variable] for documentation on these options.
22268 \\{ps-mode-map}
22271 When starting an interactive PostScript process with \\[ps-run-start],
22272 a second window will be displayed, and `ps-run-mode-hook' will be called.
22273 The keymap for this second window is:
22275 \\{ps-run-mode-map}
22278 When Ghostscript encounters an error it displays an error message
22279 with a file position. Clicking mouse-2 on this number will bring
22280 point to the corresponding spot in the PostScript window, if input
22281 to the interpreter was sent from that window.
22282 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
22284 \(fn)" t nil)
22286 ;;;***
22288 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
22289 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
22290 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
22291 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
22292 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
22293 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (19886
22294 ;;;;;; 45771))
22295 ;;; Generated autoloads from ps-print.el
22297 (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"))) "\
22298 List associating a symbolic paper type to its width, height and doc media.
22299 See `ps-paper-type'.")
22301 (custom-autoload 'ps-page-dimensions-database "ps-print" t)
22303 (defvar ps-paper-type 'letter "\
22304 Specify the size of paper to format for.
22305 Should be one of the paper types defined in `ps-page-dimensions-database', for
22306 example `letter', `legal' or `a4'.")
22308 (custom-autoload 'ps-paper-type "ps-print" t)
22310 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
22311 Specify how buffer's text color is printed.
22313 Valid values are:
22315 nil Do not print colors.
22317 t Print colors.
22319 black-white Print colors on black/white printer.
22320 See also `ps-black-white-faces'.
22322 Any other value is treated as t.")
22324 (custom-autoload 'ps-print-color-p "ps-print" t)
22326 (autoload 'ps-print-customize "ps-print" "\
22327 Customization of ps-print group.
22329 \(fn)" t nil)
22331 (autoload 'ps-print-buffer "ps-print" "\
22332 Generate and print a PostScript image of the buffer.
22334 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22335 user for a file name, and saves the PostScript image in that file instead of
22336 sending it to the printer.
22338 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22339 send the image to the printer. If FILENAME is a string, save the PostScript
22340 image in a file with that name.
22342 \(fn &optional FILENAME)" t nil)
22344 (autoload 'ps-print-buffer-with-faces "ps-print" "\
22345 Generate and print a PostScript image of the buffer.
22346 Like `ps-print-buffer', but includes font, color, and underline information in
22347 the generated image. This command works only if you are using a window system,
22348 so it has a way to determine color values.
22350 \(fn &optional FILENAME)" t nil)
22352 (autoload 'ps-print-region "ps-print" "\
22353 Generate and print a PostScript image of the region.
22354 Like `ps-print-buffer', but prints just the current region.
22356 \(fn FROM TO &optional FILENAME)" t nil)
22358 (autoload 'ps-print-region-with-faces "ps-print" "\
22359 Generate and print a PostScript image of the region.
22360 Like `ps-print-region', but includes font, color, and underline information in
22361 the generated image. This command works only if you are using a window system,
22362 so it has a way to determine color values.
22364 \(fn FROM TO &optional FILENAME)" t nil)
22366 (autoload 'ps-spool-buffer "ps-print" "\
22367 Generate and spool a PostScript image of the buffer.
22368 Like `ps-print-buffer' except that the PostScript image is saved in a local
22369 buffer to be sent to the printer later.
22371 Use the command `ps-despool' to send the spooled images to the printer.
22373 \(fn)" t nil)
22375 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
22376 Generate and spool a PostScript image of the buffer.
22377 Like `ps-spool-buffer', but includes font, color, and underline information in
22378 the generated image. This command works only if you are using a window system,
22379 so it has a way to determine color values.
22381 Use the command `ps-despool' to send the spooled images to the printer.
22383 \(fn)" t nil)
22385 (autoload 'ps-spool-region "ps-print" "\
22386 Generate a PostScript image of the region and spool locally.
22387 Like `ps-spool-buffer', but spools just the current region.
22389 Use the command `ps-despool' to send the spooled images to the printer.
22391 \(fn FROM TO)" t nil)
22393 (autoload 'ps-spool-region-with-faces "ps-print" "\
22394 Generate a PostScript image of the region and spool locally.
22395 Like `ps-spool-region', but includes font, color, and underline information in
22396 the generated image. This command works only if you are using a window system,
22397 so it has a way to determine color values.
22399 Use the command `ps-despool' to send the spooled images to the printer.
22401 \(fn FROM TO)" t nil)
22403 (autoload 'ps-despool "ps-print" "\
22404 Send the spooled PostScript to the printer.
22406 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22407 user for a file name, and saves the spooled PostScript image in that file
22408 instead of sending it to the printer.
22410 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22411 send the image to the printer. If FILENAME is a string, save the PostScript
22412 image in a file with that name.
22414 \(fn &optional FILENAME)" t nil)
22416 (autoload 'ps-line-lengths "ps-print" "\
22417 Display the correspondence between a line length and a font size.
22418 Done using the current ps-print setup.
22419 Try: pr -t file | awk '{printf \"%3d %s
22420 \", length($0), $0}' | sort -r | head
22422 \(fn)" t nil)
22424 (autoload 'ps-nb-pages-buffer "ps-print" "\
22425 Display number of pages to print this buffer, for various font heights.
22426 The table depends on the current ps-print setup.
22428 \(fn NB-LINES)" t nil)
22430 (autoload 'ps-nb-pages-region "ps-print" "\
22431 Display number of pages to print the region, for various font heights.
22432 The table depends on the current ps-print setup.
22434 \(fn NB-LINES)" t nil)
22436 (autoload 'ps-setup "ps-print" "\
22437 Return the current PostScript-generation setup.
22439 \(fn)" nil nil)
22441 (autoload 'ps-extend-face-list "ps-print" "\
22442 Extend face in ALIST-SYM.
22444 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
22445 with face extension in ALIST-SYM; otherwise, overrides.
22447 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22448 otherwise, it should be an alist symbol.
22450 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
22452 See `ps-extend-face' for documentation.
22454 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
22456 (autoload 'ps-extend-face "ps-print" "\
22457 Extend face in ALIST-SYM.
22459 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
22460 with face extensions in ALIST-SYM; otherwise, overrides.
22462 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22463 otherwise, it should be an alist symbol.
22465 The elements of FACE-EXTENSION list have the form:
22467 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
22469 FACE-NAME is a face name symbol.
22471 FOREGROUND and BACKGROUND may be nil or a string that denotes the
22472 foreground and background colors respectively.
22474 EXTENSION is one of the following symbols:
22475 bold - use bold font.
22476 italic - use italic font.
22477 underline - put a line under text.
22478 strikeout - like underline, but the line is in middle of text.
22479 overline - like underline, but the line is over the text.
22480 shadow - text will have a shadow.
22481 box - text will be surrounded by a box.
22482 outline - print characters as hollow outlines.
22484 If EXTENSION is any other symbol, it is ignored.
22486 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
22488 ;;;***
22490 ;;;### (autoloads (jython-mode python-mode run-python) "python" "progmodes/python.el"
22491 ;;;;;; (19890 42850))
22492 ;;; Generated autoloads from progmodes/python.el
22494 (add-to-list 'interpreter-mode-alist (cons (purecopy "jython") 'jython-mode))
22496 (add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode))
22498 (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
22500 (autoload 'run-python "python" "\
22501 Run an inferior Python process, input and output via buffer *Python*.
22502 CMD is the Python command to run. NOSHOW non-nil means don't
22503 show the buffer automatically.
22505 Interactively, a prefix arg means to prompt for the initial
22506 Python command line (default is `python-command').
22508 A new process is started if one isn't running attached to
22509 `python-buffer', or if called from Lisp with non-nil arg NEW.
22510 Otherwise, if a process is already running in `python-buffer',
22511 switch to that buffer.
22513 This command runs the hook `inferior-python-mode-hook' after
22514 running `comint-mode-hook'. Type \\[describe-mode] in the
22515 process buffer for a list of commands.
22517 By default, Emacs inhibits the loading of Python modules from the
22518 current working directory, for security reasons. To disable this
22519 behavior, change `python-remove-cwd-from-path' to nil.
22521 \(fn &optional CMD NOSHOW NEW)" t nil)
22523 (autoload 'python-mode "python" "\
22524 Major mode for editing Python files.
22525 Turns on Font Lock mode unconditionally since it is currently required
22526 for correct parsing of the source.
22527 See also `jython-mode', which is actually invoked if the buffer appears to
22528 contain Jython code. See also `run-python' and associated Python mode
22529 commands for running Python under Emacs.
22531 The Emacs commands which work with `defun's, e.g. \\[beginning-of-defun], deal
22532 with nested `def' and `class' blocks. They take the innermost one as
22533 current without distinguishing method and class definitions. Used multiple
22534 times, they move over others at the same indentation level until they reach
22535 the end of definitions at that level, when they move up a level.
22536 \\<python-mode-map>
22537 Colon is electric: it outdents the line if appropriate, e.g. for
22538 an else statement. \\[python-backspace] at the beginning of an indented statement
22539 deletes a level of indentation to close the current block; otherwise it
22540 deletes a character backward. TAB indents the current line relative to
22541 the preceding code. Successive TABs, with no intervening command, cycle
22542 through the possibilities for indentation on the basis of enclosing blocks.
22544 \\[fill-paragraph] fills comments and multi-line strings appropriately, but has no
22545 effect outside them.
22547 Supports Eldoc mode (only for functions, using a Python process),
22548 Info-Look and Imenu. In Outline minor mode, `class' and `def'
22549 lines count as headers. Symbol completion is available in the
22550 same way as in the Python shell using the `rlcompleter' module
22551 and this is added to the Hippie Expand functions locally if
22552 Hippie Expand mode is turned on. Completion of symbols of the
22553 form x.y only works if the components are literal
22554 module/attribute names, not variables. An abbrev table is set up
22555 with skeleton expansions for compound statement templates.
22557 \\{python-mode-map}
22559 \(fn)" t nil)
22561 (autoload 'jython-mode "python" "\
22562 Major mode for editing Jython files.
22563 Like `python-mode', but sets up parameters for Jython subprocesses.
22564 Runs `jython-mode-hook' after `python-mode-hook'.
22566 \(fn)" t nil)
22568 ;;;***
22570 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
22571 ;;;;;; (19845 45374))
22572 ;;; Generated autoloads from gnus/qp.el
22574 (autoload 'quoted-printable-decode-region "qp" "\
22575 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
22576 If CODING-SYSTEM is non-nil, decode bytes into characters with that
22577 coding-system.
22579 Interactively, you can supply the CODING-SYSTEM argument
22580 with \\[universal-coding-system-argument].
22582 The CODING-SYSTEM argument is a historical hangover and is deprecated.
22583 QP encodes raw bytes and should be decoded into raw bytes. Decoding
22584 them into characters should be done separately.
22586 \(fn FROM TO &optional CODING-SYSTEM)" t nil)
22588 ;;;***
22590 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
22591 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
22592 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
22593 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
22594 ;;;;;; "international/quail.el" (19845 45374))
22595 ;;; Generated autoloads from international/quail.el
22597 (autoload 'quail-title "quail" "\
22598 Return the title of the current Quail package.
22600 \(fn)" nil nil)
22602 (autoload 'quail-use-package "quail" "\
22603 Start using Quail package PACKAGE-NAME.
22604 The remaining arguments are LIBRARIES to be loaded before using the package.
22606 This activates input method defined by PACKAGE-NAME by running
22607 `quail-activate', which see.
22609 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
22611 (autoload 'quail-define-package "quail" "\
22612 Define NAME as a new Quail package for input LANGUAGE.
22613 TITLE is a string to be displayed at mode-line to indicate this package.
22614 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
22615 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
22616 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
22617 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
22619 GUIDANCE specifies how a guidance string is shown in echo area.
22620 If it is t, list of all possible translations for the current key is shown
22621 with the currently selected translation being highlighted.
22622 If it is an alist, the element has the form (CHAR . STRING). Each character
22623 in the current key is searched in the list and the corresponding string is
22624 shown.
22625 If it is nil, the current key is shown.
22627 DOCSTRING is the documentation string of this package. The command
22628 `describe-input-method' shows this string while replacing the form
22629 \\=\\<VAR> in the string by the value of VAR. That value should be a
22630 string. For instance, the form \\=\\<quail-translation-docstring> is
22631 replaced by a description about how to select a translation from a
22632 list of candidates.
22634 TRANSLATION-KEYS specifies additional key bindings used while translation
22635 region is active. It is an alist of single key character vs. corresponding
22636 command to be called.
22638 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
22639 for the future to translate the same key. If this flag is nil, a
22640 translation selected for a key is remembered so that it can be the
22641 first candidate when the same key is entered later.
22643 DETERMINISTIC non-nil means the first candidate of translation is
22644 selected automatically without allowing users to select another
22645 translation for a key. In this case, unselected translations are of
22646 no use for an interactive use of Quail but can be used by some other
22647 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
22648 to t.
22650 KBD-TRANSLATE non-nil means input characters are translated from a
22651 user's keyboard layout to the standard keyboard layout. See the
22652 documentation of `quail-keyboard-layout' and
22653 `quail-keyboard-layout-standard' for more detail.
22655 SHOW-LAYOUT non-nil means the `quail-help' command should show
22656 the user's keyboard layout visually with translated characters.
22657 If KBD-TRANSLATE is set, it is desirable to set also this flag unless
22658 this package defines no translations for single character keys.
22660 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
22661 map is an alist of translations and corresponding original keys.
22662 Although this map is not used by Quail itself, it can be used by some
22663 other programs. For instance, Vietnamese supporting needs this map to
22664 convert Vietnamese text to VIQR format which uses only ASCII
22665 characters to represent Vietnamese characters.
22667 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22668 length of the shortest sequence. When we don't have a translation of
22669 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
22670 the key at \"..AB\" and start translation of \"CD..\". Hangul
22671 packages, for instance, use this facility. If this flag is nil, we
22672 break the key just at \"..ABC\" and start translation of \"D..\".
22674 OVERLAY-PLIST if non-nil is a property list put on an overlay which
22675 covers Quail translation region.
22677 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
22678 the current translation region according to a new translation data. By
22679 default, a translated text or a user's key sequence (if no translation
22680 for it) is inserted.
22682 CONVERSION-KEYS specifies additional key bindings used while
22683 conversion region is active. It is an alist of single key character
22684 vs. corresponding command to be called.
22686 If SIMPLE is non-nil, then we do not alter the meanings of
22687 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
22688 non-Quail commands.
22690 \(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)
22692 (autoload 'quail-set-keyboard-layout "quail" "\
22693 Set the current keyboard layout to the same as keyboard KBD-TYPE.
22695 Since some Quail packages depends on a physical layout of keys (not
22696 characters generated by them), those are created by assuming the
22697 standard layout defined in `quail-keyboard-layout-standard'. This
22698 function tells Quail system the layout of your keyboard so that what
22699 you type is correctly handled.
22701 \(fn KBD-TYPE)" t nil)
22703 (autoload 'quail-show-keyboard-layout "quail" "\
22704 Show the physical layout of the keyboard type KEYBOARD-TYPE.
22706 The variable `quail-keyboard-layout-type' holds the currently selected
22707 keyboard type.
22709 \(fn &optional KEYBOARD-TYPE)" t nil)
22711 (autoload 'quail-define-rules "quail" "\
22712 Define translation rules of the current Quail package.
22713 Each argument is a list of KEY and TRANSLATION.
22714 KEY is a string meaning a sequence of keystrokes to be translated.
22715 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
22716 If it is a character, it is the sole translation of KEY.
22717 If it is a string, each character is a candidate for the translation.
22718 If it is a vector, each element (string or character) is a candidate
22719 for the translation.
22720 In these cases, a key specific Quail map is generated and assigned to KEY.
22722 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22723 it is used to handle KEY.
22725 The first argument may be an alist of annotations for the following
22726 rules. Each element has the form (ANNOTATION . VALUE), where
22727 ANNOTATION is a symbol indicating the annotation type. Currently
22728 the following annotation types are supported.
22730 append -- the value non-nil means that the following rules should
22731 be appended to the rules of the current Quail package.
22733 face -- the value is a face to use for displaying TRANSLATIONs in
22734 candidate list.
22736 advice -- the value is a function to call after one of RULES is
22737 selected. The function is called with one argument, the
22738 selected TRANSLATION string, after the TRANSLATION is
22739 inserted.
22741 no-decode-map --- the value non-nil means that decoding map is not
22742 generated for the following translations.
22744 \(fn &rest RULES)" nil (quote macro))
22746 (autoload 'quail-install-map "quail" "\
22747 Install the Quail map MAP in the current Quail package.
22749 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22750 which to install MAP.
22752 The installed map can be referred by the function `quail-map'.
22754 \(fn MAP &optional NAME)" nil nil)
22756 (autoload 'quail-install-decode-map "quail" "\
22757 Install the Quail decode map DECODE-MAP in the current Quail package.
22759 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22760 which to install MAP.
22762 The installed decode map can be referred by the function `quail-decode-map'.
22764 \(fn DECODE-MAP &optional NAME)" nil nil)
22766 (autoload 'quail-defrule "quail" "\
22767 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
22768 KEY is a string meaning a sequence of keystrokes to be translated.
22769 TRANSLATION is a character, a string, a vector, a Quail map,
22770 a function, or a cons.
22771 It it is a character, it is the sole translation of KEY.
22772 If it is a string, each character is a candidate for the translation.
22773 If it is a vector, each element (string or character) is a candidate
22774 for the translation.
22775 If it is a cons, the car is one of the above and the cdr is a function
22776 to call when translating KEY (the return value is assigned to the
22777 variable `quail-current-data'). If the cdr part is not a function,
22778 the value itself is assigned to `quail-current-data'.
22779 In these cases, a key specific Quail map is generated and assigned to KEY.
22781 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22782 it is used to handle KEY.
22784 Optional 3rd argument NAME, if specified, says which Quail package
22785 to define this translation rule in. The default is to define it in the
22786 current Quail package.
22788 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
22789 to the current translations for KEY instead of replacing them.
22791 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
22793 (autoload 'quail-defrule-internal "quail" "\
22794 Define KEY as TRANS in a Quail map MAP.
22796 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
22797 current translations for KEY instead of replacing them.
22799 Optional 5th arg DECODE-MAP is a Quail decode map.
22801 Optional 6th arg PROPS is a property list annotating TRANS. See the
22802 function `quail-define-rules' for the detail.
22804 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
22806 (autoload 'quail-update-leim-list-file "quail" "\
22807 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
22808 DIRNAME is a directory containing Emacs input methods;
22809 normally, it should specify the `leim' subdirectory
22810 of the Emacs source tree.
22812 It searches for Quail packages under `quail' subdirectory of DIRNAME,
22813 and update the file \"leim-list.el\" in DIRNAME.
22815 When called from a program, the remaining arguments are additional
22816 directory names to search for Quail packages under `quail' subdirectory
22817 of each directory.
22819 \(fn DIRNAME &rest DIRNAMES)" t nil)
22821 ;;;***
22823 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22824 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22825 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (19845
22826 ;;;;;; 45374))
22827 ;;; Generated autoloads from net/quickurl.el
22829 (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" "\
22830 Example `quickurl-postfix' text that adds a local variable to the
22831 `quickurl-url-file' so that if you edit it by hand it will ensure that
22832 `quickurl-urls' is updated with the new URL list.
22834 To make use of this do something like:
22836 (setq quickurl-postfix quickurl-reread-hook-postfix)
22838 in your ~/.emacs (after loading/requiring quickurl).")
22840 (autoload 'quickurl "quickurl" "\
22841 Insert an URL based on LOOKUP.
22843 If not supplied LOOKUP is taken to be the word at point in the current
22844 buffer, this default action can be modifed via
22845 `quickurl-grab-lookup-function'.
22847 \(fn &optional LOOKUP)" t nil)
22849 (autoload 'quickurl-ask "quickurl" "\
22850 Insert an URL, with `completing-read' prompt, based on LOOKUP.
22852 \(fn LOOKUP)" t nil)
22854 (autoload 'quickurl-add-url "quickurl" "\
22855 Allow the user to interactively add a new URL associated with WORD.
22857 See `quickurl-grab-url' for details on how the default word/url combination
22858 is decided.
22860 \(fn WORD URL COMMENT)" t nil)
22862 (autoload 'quickurl-browse-url "quickurl" "\
22863 Browse the URL associated with LOOKUP.
22865 If not supplied LOOKUP is taken to be the word at point in the
22866 current buffer, this default action can be modifed via
22867 `quickurl-grab-lookup-function'.
22869 \(fn &optional LOOKUP)" t nil)
22871 (autoload 'quickurl-browse-url-ask "quickurl" "\
22872 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
22874 \(fn LOOKUP)" t nil)
22876 (autoload 'quickurl-edit-urls "quickurl" "\
22877 Pull `quickurl-url-file' into a buffer for hand editing.
22879 \(fn)" t nil)
22881 (autoload 'quickurl-list-mode "quickurl" "\
22882 A mode for browsing the quickurl URL list.
22884 The key bindings for `quickurl-list-mode' are:
22886 \\{quickurl-list-mode-map}
22888 \(fn)" t nil)
22890 (autoload 'quickurl-list "quickurl" "\
22891 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22893 \(fn)" t nil)
22895 ;;;***
22897 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22898 ;;;;;; "net/rcirc.el" (19898 36953))
22899 ;;; Generated autoloads from net/rcirc.el
22901 (autoload 'rcirc "rcirc" "\
22902 Connect to all servers in `rcirc-server-alist'.
22904 Do not connect to a server if it is already connected.
22906 If ARG is non-nil, instead prompt for connection parameters.
22908 \(fn ARG)" t nil)
22910 (defalias 'irc 'rcirc)
22912 (autoload 'rcirc-connect "rcirc" "\
22915 \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD)" nil nil)
22917 (defvar rcirc-track-minor-mode nil "\
22918 Non-nil if Rcirc-Track minor mode is enabled.
22919 See the command `rcirc-track-minor-mode' for a description of this minor mode.
22920 Setting this variable directly does not take effect;
22921 either customize it (see the info node `Easy Customization')
22922 or call the function `rcirc-track-minor-mode'.")
22924 (custom-autoload 'rcirc-track-minor-mode "rcirc" nil)
22926 (autoload 'rcirc-track-minor-mode "rcirc" "\
22927 Global minor mode for tracking activity in rcirc buffers.
22929 \(fn &optional ARG)" t nil)
22931 ;;;***
22933 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (19845
22934 ;;;;;; 45374))
22935 ;;; Generated autoloads from net/rcompile.el
22937 (autoload 'remote-compile "rcompile" "\
22938 Compile the current buffer's directory on HOST. Log in as USER.
22939 See \\[compile].
22941 \(fn HOST USER COMMAND)" t nil)
22943 ;;;***
22945 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22946 ;;;;;; (19865 50420))
22947 ;;; Generated autoloads from emacs-lisp/re-builder.el
22949 (defalias 'regexp-builder 're-builder)
22951 (autoload 're-builder "re-builder" "\
22952 Construct a regexp interactively.
22954 \(fn)" t nil)
22956 ;;;***
22958 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (19886 45771))
22959 ;;; Generated autoloads from recentf.el
22961 (defvar recentf-mode nil "\
22962 Non-nil if Recentf mode is enabled.
22963 See the command `recentf-mode' for a description of this minor mode.
22964 Setting this variable directly does not take effect;
22965 either customize it (see the info node `Easy Customization')
22966 or call the function `recentf-mode'.")
22968 (custom-autoload 'recentf-mode "recentf" nil)
22970 (autoload 'recentf-mode "recentf" "\
22971 Toggle recentf mode.
22972 With prefix argument ARG, turn on if positive, otherwise off.
22973 Returns non-nil if the new state is enabled.
22975 When recentf mode is enabled, it maintains a menu for visiting files
22976 that were operated on recently.
22978 \(fn &optional ARG)" t nil)
22980 ;;;***
22982 ;;;### (autoloads (rectangle-number-lines clear-rectangle string-insert-rectangle
22983 ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
22984 ;;;;;; insert-rectangle yank-rectangle kill-rectangle extract-rectangle
22985 ;;;;;; delete-extract-rectangle delete-rectangle) "rect" "rect.el"
22986 ;;;;;; (19886 45771))
22987 ;;; Generated autoloads from rect.el
22988 (define-key ctl-x-r-map "c" 'clear-rectangle)
22989 (define-key ctl-x-r-map "k" 'kill-rectangle)
22990 (define-key ctl-x-r-map "d" 'delete-rectangle)
22991 (define-key ctl-x-r-map "y" 'yank-rectangle)
22992 (define-key ctl-x-r-map "o" 'open-rectangle)
22993 (define-key ctl-x-r-map "t" 'string-rectangle)
22994 (define-key ctl-x-r-map "N" 'rectangle-number-lines)
22996 (autoload 'delete-rectangle "rect" "\
22997 Delete (don't save) text in the region-rectangle.
22998 The same range of columns is deleted in each line starting with the
22999 line where the region begins and ending with the line where the region
23000 ends.
23002 When called from a program the rectangle's corners are START and END.
23003 With a prefix (or a FILL) argument, also fill lines where nothing has
23004 to be deleted.
23006 \(fn START END &optional FILL)" t nil)
23008 (autoload 'delete-extract-rectangle "rect" "\
23009 Delete the contents of the rectangle with corners at START and END.
23010 Return it as a list of strings, one for each line of the rectangle.
23012 When called from a program the rectangle's corners are START and END.
23013 With an optional FILL argument, also fill lines where nothing has to be
23014 deleted.
23016 \(fn START END &optional FILL)" nil nil)
23018 (autoload 'extract-rectangle "rect" "\
23019 Return the contents of the rectangle with corners at START and END.
23020 Return it as a list of strings, one for each line of the rectangle.
23022 \(fn START END)" nil nil)
23024 (autoload 'kill-rectangle "rect" "\
23025 Delete the region-rectangle and save it as the last killed one.
23027 When called from a program the rectangle's corners are START and END.
23028 You might prefer to use `delete-extract-rectangle' from a program.
23030 With a prefix (or a FILL) argument, also fill lines where nothing has to be
23031 deleted.
23033 If the buffer is read-only, Emacs will beep and refrain from deleting
23034 the rectangle, but put it in the kill ring anyway. This means that
23035 you can use this command to copy text from a read-only buffer.
23036 \(If the variable `kill-read-only-ok' is non-nil, then this won't
23037 even beep.)
23039 \(fn START END &optional FILL)" t nil)
23041 (autoload 'yank-rectangle "rect" "\
23042 Yank the last killed rectangle with upper left corner at point.
23044 \(fn)" t nil)
23046 (autoload 'insert-rectangle "rect" "\
23047 Insert text of RECTANGLE with upper left corner at point.
23048 RECTANGLE's first line is inserted at point, its second
23049 line is inserted at a point vertically under point, etc.
23050 RECTANGLE should be a list of strings.
23051 After this command, the mark is at the upper left corner
23052 and point is at the lower right corner.
23054 \(fn RECTANGLE)" nil nil)
23056 (autoload 'open-rectangle "rect" "\
23057 Blank out the region-rectangle, shifting text right.
23059 The text previously in the region is not overwritten by the blanks,
23060 but instead winds up to the right of the rectangle.
23062 When called from a program the rectangle's corners are START and END.
23063 With a prefix (or a FILL) argument, fill with blanks even if there is
23064 no text on the right side of the rectangle.
23066 \(fn START END &optional FILL)" t nil)
23068 (defalias 'close-rectangle 'delete-whitespace-rectangle)
23070 (autoload 'delete-whitespace-rectangle "rect" "\
23071 Delete all whitespace following a specified column in each line.
23072 The left edge of the rectangle specifies the position in each line
23073 at which whitespace deletion should begin. On each line in the
23074 rectangle, all continuous whitespace starting at that column is deleted.
23076 When called from a program the rectangle's corners are START and END.
23077 With a prefix (or a FILL) argument, also fill too short lines.
23079 \(fn START END &optional FILL)" t nil)
23081 (autoload 'string-rectangle "rect" "\
23082 Replace rectangle contents with STRING on each line.
23083 The length of STRING need not be the same as the rectangle width.
23085 Called from a program, takes three args; START, END and STRING.
23087 \(fn START END STRING)" t nil)
23089 (defalias 'replace-rectangle 'string-rectangle)
23091 (autoload 'string-insert-rectangle "rect" "\
23092 Insert STRING on each line of region-rectangle, shifting text right.
23094 When called from a program, the rectangle's corners are START and END.
23095 The left edge of the rectangle specifies the column for insertion.
23096 This command does not delete or overwrite any existing text.
23098 \(fn START END STRING)" t nil)
23100 (autoload 'clear-rectangle "rect" "\
23101 Blank out the region-rectangle.
23102 The text previously in the region is overwritten with blanks.
23104 When called from a program the rectangle's corners are START and END.
23105 With a prefix (or a FILL) argument, also fill with blanks the parts of the
23106 rectangle which were empty.
23108 \(fn START END &optional FILL)" t nil)
23110 (autoload 'rectangle-number-lines "rect" "\
23111 Insert numbers in front of the region-rectangle.
23113 START-AT, if non-nil, should be a number from which to begin
23114 counting. FORMAT, if non-nil, should be a format string to pass
23115 to `format' along with the line count. When called interactively
23116 with a prefix argument, prompt for START-AT and FORMAT.
23118 \(fn START END START-AT &optional FORMAT)" t nil)
23120 ;;;***
23122 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (19845
23123 ;;;;;; 45374))
23124 ;;; Generated autoloads from textmodes/refill.el
23126 (autoload 'refill-mode "refill" "\
23127 Toggle Refill minor mode.
23128 With prefix arg, turn Refill mode on if arg is positive, otherwise turn it off.
23130 When Refill mode is on, the current paragraph will be formatted when
23131 changes are made within it. Self-inserting characters only cause
23132 refilling if they would cause auto-filling.
23134 \(fn &optional ARG)" t nil)
23136 ;;;***
23138 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode
23139 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (19845 45374))
23140 ;;; Generated autoloads from textmodes/reftex.el
23142 (autoload 'turn-on-reftex "reftex" "\
23143 Turn on RefTeX mode.
23145 \(fn)" nil nil)
23147 (autoload 'reftex-mode "reftex" "\
23148 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
23150 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
23151 capabilities is available with `\\[reftex-toc]'.
23153 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
23154 When referencing, you get a menu with all labels of a given type and
23155 context of the label definition. The selected label is inserted as a
23156 \\ref macro.
23158 Citations can be made with `\\[reftex-citation]' which will use a regular expression
23159 to pull out a *formatted* list of articles from your BibTeX
23160 database. The selected citation is inserted as a \\cite macro.
23162 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
23163 or the current selection. More general index entries are created with
23164 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
23166 Most command have help available on the fly. This help is accessed by
23167 pressing `?' to any prompt mentioning this feature.
23169 Extensive documentation about RefTeX is available in Info format.
23170 You can view this information with `\\[reftex-info]'.
23172 \\{reftex-mode-map}
23173 Under X, these and other functions will also be available as `Ref' menu
23174 on the menu bar.
23176 ------------------------------------------------------------------------------
23178 \(fn &optional ARG)" t nil)
23180 (autoload 'reftex-reset-scanning-information "reftex" "\
23181 Reset the symbols containing information from buffer scanning.
23182 This enforces rescanning the buffer on next use.
23184 \(fn)" nil nil)
23186 ;;;***
23188 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
23189 ;;;;;; (19845 45374))
23190 ;;; Generated autoloads from textmodes/reftex-cite.el
23192 (autoload 'reftex-citation "reftex-cite" "\
23193 Make a citation using BibTeX database files.
23194 After prompting for a regular expression, scans the buffers with
23195 bibtex entries (taken from the \\bibliography command) and offers the
23196 matching entries for selection. The selected entry is formatted according
23197 to `reftex-cite-format' and inserted into the buffer.
23199 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
23201 FORMAT-KEY can be used to pre-select a citation format.
23203 When called with a `C-u' prefix, prompt for optional arguments in
23204 cite macros. When called with a numeric prefix, make that many
23205 citations. When called with point inside the braces of a `\\cite'
23206 command, it will add another key, ignoring the value of
23207 `reftex-cite-format'.
23209 The regular expression uses an expanded syntax: && is interpreted as `and'.
23210 Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
23211 While entering the regexp, completion on knows citation keys is possible.
23212 `=' is a good regular expression to match all entries in all files.
23214 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
23216 ;;;***
23218 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
23219 ;;;;;; (19845 45374))
23220 ;;; Generated autoloads from textmodes/reftex-global.el
23222 (autoload 'reftex-isearch-minor-mode "reftex-global" "\
23223 When on, isearch searches the whole document, not only the current file.
23224 This minor mode allows isearch to search through all the files of
23225 the current TeX document.
23227 With no argument, this command toggles
23228 `reftex-isearch-minor-mode'. With a prefix argument ARG, turn
23229 `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off.
23231 \(fn &optional ARG)" t nil)
23233 ;;;***
23235 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
23236 ;;;;;; (19845 45374))
23237 ;;; Generated autoloads from textmodes/reftex-index.el
23239 (autoload 'reftex-index-phrases-mode "reftex-index" "\
23240 Major mode for managing the Index phrases of a LaTeX document.
23241 This buffer was created with RefTeX.
23243 To insert new phrases, use
23244 - `C-c \\' in the LaTeX document to copy selection or word
23245 - `\\[reftex-index-new-phrase]' in the phrases buffer.
23247 To index phrases use one of:
23249 \\[reftex-index-this-phrase] index current phrase
23250 \\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
23251 \\[reftex-index-all-phrases] index all phrases
23252 \\[reftex-index-remaining-phrases] index current and following phrases
23253 \\[reftex-index-region-phrases] index the phrases in the region
23255 You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
23256 To display information about the phrase at point, use \\[reftex-index-phrases-info].
23258 For more information see the RefTeX User Manual.
23260 Here are all local bindings.
23262 \\{reftex-index-phrases-mode-map}
23264 \(fn)" t nil)
23266 ;;;***
23268 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
23269 ;;;;;; (19845 45374))
23270 ;;; Generated autoloads from textmodes/reftex-parse.el
23272 (autoload 'reftex-all-document-files "reftex-parse" "\
23273 Return a list of all files belonging to the current document.
23274 When RELATIVE is non-nil, give file names relative to directory
23275 of master file.
23277 \(fn &optional RELATIVE)" nil nil)
23279 ;;;***
23281 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (19845
23282 ;;;;;; 45374))
23283 ;;; Generated autoloads from textmodes/reftex-vars.el
23284 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23285 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23286 (put 'reftex-level-indent 'safe-local-variable 'integerp)
23287 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
23289 ;;;***
23291 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
23292 ;;;;;; (19845 45374))
23293 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
23295 (autoload 'regexp-opt "regexp-opt" "\
23296 Return a regexp to match a string in the list STRINGS.
23297 Each string should be unique in STRINGS and should not contain any regexps,
23298 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
23299 is enclosed by at least one regexp grouping construct.
23300 The returned regexp is typically more efficient than the equivalent regexp:
23302 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
23303 (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
23305 If PAREN is `words', then the resulting regexp is additionally surrounded
23306 by \\=\\< and \\>.
23307 If PAREN is `symbols', then the resulting regexp is additionally surrounded
23308 by \\=\\_< and \\_>.
23310 \(fn STRINGS &optional PAREN)" nil nil)
23312 (autoload 'regexp-opt-depth "regexp-opt" "\
23313 Return the depth of REGEXP.
23314 This means the number of non-shy regexp grouping constructs
23315 \(parenthesized expressions) in REGEXP.
23317 \(fn REGEXP)" nil nil)
23319 ;;;***
23321 ;;;### (autoloads (remember-diary-extract-entries remember-clipboard
23322 ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
23323 ;;;;;; (19845 45374))
23324 ;;; Generated autoloads from textmodes/remember.el
23326 (autoload 'remember "remember" "\
23327 Remember an arbitrary piece of data.
23328 INITIAL is the text to initially place in the *Remember* buffer,
23329 or nil to bring up a blank *Remember* buffer.
23331 With a prefix or a visible region, use the region as INITIAL.
23333 \(fn &optional INITIAL)" t nil)
23335 (autoload 'remember-other-frame "remember" "\
23336 Call `remember' in another frame.
23338 \(fn &optional INITIAL)" t nil)
23340 (autoload 'remember-clipboard "remember" "\
23341 Remember the contents of the current clipboard.
23342 Most useful for remembering things from Netscape or other X Windows
23343 application.
23345 \(fn)" t nil)
23347 (autoload 'remember-diary-extract-entries "remember" "\
23348 Extract diary entries from the region.
23350 \(fn)" nil nil)
23352 ;;;***
23354 ;;;### (autoloads (repeat) "repeat" "repeat.el" (19845 45374))
23355 ;;; Generated autoloads from repeat.el
23357 (autoload 'repeat "repeat" "\
23358 Repeat most recently executed command.
23359 With prefix arg, apply new prefix arg to that command; otherwise,
23360 use the prefix arg that was used before (if any).
23361 This command is like the `.' command in the vi editor.
23363 If this command is invoked by a multi-character key sequence, it
23364 can then be repeated by repeating the final character of that
23365 sequence. This behavior can be modified by the global variable
23366 `repeat-on-final-keystroke'.
23368 `repeat' ignores commands bound to input events. Hence the term
23369 \"most recently executed command\" shall be read as \"most
23370 recently executed command not bound to an input event\".
23372 \(fn REPEAT-ARG)" t nil)
23374 ;;;***
23376 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
23377 ;;;;;; (19845 45374))
23378 ;;; Generated autoloads from mail/reporter.el
23380 (autoload 'reporter-submit-bug-report "reporter" "\
23381 Begin submitting a bug report via email.
23383 ADDRESS is the email address for the package's maintainer. PKGNAME is
23384 the name of the package (if you want to include version numbers,
23385 you must put them into PKGNAME before calling this function).
23386 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
23387 Optional SALUTATION is inserted at the top of the mail buffer,
23388 and point is left after the salutation.
23390 VARLIST is the list of variables to dump (see `reporter-dump-state'
23391 for details). The optional argument PRE-HOOKS and POST-HOOKS are
23392 passed to `reporter-dump-state'. Optional argument SALUTATION is text
23393 to be inserted at the top of the mail buffer; in that case, point is
23394 left after that text.
23396 This function prompts for a summary if `reporter-prompt-for-summary-p'
23397 is non-nil.
23399 This function does not send a message; it uses the given information
23400 to initialize a message, which the user can then edit and finally send
23401 \(or decline to send). The variable `mail-user-agent' controls which
23402 mail-sending package is used for editing and sending the message.
23404 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
23406 ;;;***
23408 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
23409 ;;;;;; (19845 45374))
23410 ;;; Generated autoloads from reposition.el
23412 (autoload 'reposition-window "reposition" "\
23413 Make the current definition and/or comment visible.
23414 Further invocations move it to the top of the window or toggle the
23415 visibility of comments that precede it.
23416 Point is left unchanged unless prefix ARG is supplied.
23417 If the definition is fully onscreen, it is moved to the top of the
23418 window. If it is partly offscreen, the window is scrolled to get the
23419 definition (or as much as will fit) onscreen, unless point is in a comment
23420 which is also partly offscreen, in which case the scrolling attempts to get
23421 as much of the comment onscreen as possible.
23422 Initially `reposition-window' attempts to make both the definition and
23423 preceding comments visible. Further invocations toggle the visibility of
23424 the comment lines.
23425 If ARG is non-nil, point may move in order to make the whole defun
23426 visible (if only part could otherwise be made so), to make the defun line
23427 visible (if point is in code and it could not be made so, or if only
23428 comments, including the first comment line, are visible), or to make the
23429 first comment line visible (if point is in a comment).
23431 \(fn &optional ARG)" t nil)
23433 ;;;***
23435 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
23436 ;;;;;; (19863 8742))
23437 ;;; Generated autoloads from reveal.el
23439 (autoload 'reveal-mode "reveal" "\
23440 Toggle Reveal mode on or off.
23441 Reveal mode renders invisible text around point visible again.
23443 Interactively, with no prefix argument, toggle the mode.
23444 With universal prefix ARG (or if ARG is nil) turn mode on.
23445 With zero or negative ARG turn mode off.
23447 \(fn &optional ARG)" t nil)
23449 (defvar global-reveal-mode nil "\
23450 Non-nil if Global-Reveal mode is enabled.
23451 See the command `global-reveal-mode' for a description of this minor mode.
23452 Setting this variable directly does not take effect;
23453 either customize it (see the info node `Easy Customization')
23454 or call the function `global-reveal-mode'.")
23456 (custom-autoload 'global-reveal-mode "reveal" nil)
23458 (autoload 'global-reveal-mode "reveal" "\
23459 Toggle Reveal mode in all buffers on or off.
23460 Reveal mode renders invisible text around point visible again.
23462 Interactively, with no prefix argument, toggle the mode.
23463 With universal prefix ARG (or if ARG is nil) turn mode on.
23464 With zero or negative ARG turn mode off.
23466 \(fn &optional ARG)" t nil)
23468 ;;;***
23470 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
23471 ;;;;;; (19845 45374))
23472 ;;; Generated autoloads from emacs-lisp/ring.el
23474 (autoload 'ring-p "ring" "\
23475 Return t if X is a ring; nil otherwise.
23477 \(fn X)" nil nil)
23479 (autoload 'make-ring "ring" "\
23480 Make a ring that can contain SIZE elements.
23482 \(fn SIZE)" nil nil)
23484 ;;;***
23486 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (19870 57559))
23487 ;;; Generated autoloads from net/rlogin.el
23488 (add-hook 'same-window-regexps (purecopy "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)"))
23490 (autoload 'rlogin "rlogin" "\
23491 Open a network login connection via `rlogin' with args INPUT-ARGS.
23492 INPUT-ARGS should start with a host name; it may also contain
23493 other arguments for `rlogin'.
23495 Input is sent line-at-a-time to the remote connection.
23497 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
23498 \(or `*rlogin-USER@HOST*' if the remote username differs).
23499 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
23500 a new buffer with a different connection will be made.
23502 When called from a program, if the optional second argument BUFFER is
23503 a string or buffer, it specifies the buffer to use.
23505 The variable `rlogin-program' contains the name of the actual program to
23506 run. It can be a relative or absolute path.
23508 The variable `rlogin-explicit-args' is a list of arguments to give to
23509 the rlogin when starting. They are added after any arguments given in
23510 INPUT-ARGS.
23512 If the default value of `rlogin-directory-tracking-mode' is t, then the
23513 default directory in that buffer is set to a remote (FTP) file name to
23514 access your home directory on the remote machine. Occasionally this causes
23515 an error, if you cannot access the home directory on that machine. This
23516 error is harmless as long as you don't try to use that default directory.
23518 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
23519 directory is initially set up to your (local) home directory.
23520 This is useful if the remote machine and your local machine
23521 share the same files via NFS. This is the default.
23523 If you wish to change directory tracking styles during a session, use the
23524 function `rlogin-directory-tracking-mode' rather than simply setting the
23525 variable.
23527 \(fn INPUT-ARGS &optional BUFFER)" t nil)
23529 ;;;***
23531 ;;;### (autoloads (rmail-set-remote-password rmail-input rmail-mode
23532 ;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp
23533 ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
23534 ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
23535 ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p)
23536 ;;;;;; "rmail" "mail/rmail.el" (19845 45374))
23537 ;;; Generated autoloads from mail/rmail.el
23539 (autoload 'rmail-movemail-variant-p "rmail" "\
23540 Return t if the current movemail variant is any of VARIANTS.
23541 Currently known variants are 'emacs and 'mailutils.
23543 \(fn &rest VARIANTS)" nil nil)
23545 (defvar rmail-user-mail-address-regexp nil "\
23546 Regexp matching user mail addresses.
23547 If non-nil, this variable is used to identify the correspondent
23548 when receiving new mail. If it matches the address of the sender,
23549 the recipient is taken as correspondent of a mail.
23550 If nil (default value), your `user-login-name' and `user-mail-address'
23551 are used to exclude yourself as correspondent.
23553 Usually you don't have to set this variable, except if you collect mails
23554 sent by you under different user names.
23555 Then it should be a regexp matching your mail addresses.
23557 Setting this variable has an effect only before reading a mail.")
23559 (custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
23561 (defvaralias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names)
23563 (defvar rmail-default-dont-reply-to-names nil "\
23564 Regexp specifying part of the default value of `mail-dont-reply-to-names'.
23565 This is used when the user does not set `mail-dont-reply-to-names'
23566 explicitly.")
23568 (make-obsolete-variable 'rmail-default-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
23570 (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-.*:")) "\
23571 Regexp to match header fields that Rmail should normally hide.
23572 \(See also `rmail-nonignored-headers', which overrides this regexp.)
23573 This variable is used for reformatting the message header,
23574 which normally happens once for each message,
23575 when you view the message for the first time in Rmail.
23576 To make a change in this variable take effect
23577 for a message that you have already viewed,
23578 go to that message and type \\[rmail-toggle-header] twice.")
23580 (custom-autoload 'rmail-ignored-headers "rmail" t)
23582 (defvar rmail-displayed-headers nil "\
23583 Regexp to match Header fields that Rmail should display.
23584 If nil, display all header fields except those matched by
23585 `rmail-ignored-headers'.")
23587 (custom-autoload 'rmail-displayed-headers "rmail" t)
23589 (defvar rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:") "\
23590 Headers that should be stripped when retrying a failed message.")
23592 (custom-autoload 'rmail-retry-ignored-headers "rmail" t)
23594 (defvar rmail-highlighted-headers (purecopy "^From:\\|^Subject:") "\
23595 Regexp to match Header fields that Rmail should normally highlight.
23596 A value of nil means don't highlight. Uses the face `rmail-highlight'.")
23598 (custom-autoload 'rmail-highlighted-headers "rmail" t)
23600 (defvar rmail-primary-inbox-list nil "\
23601 List of files that are inboxes for your primary mail file `rmail-file-name'.
23602 If this is nil, uses the environment variable MAIL. If that is
23603 unset, uses a file named by the function `user-login-name' in the
23604 directory `rmail-spool-directory' (whose value depends on the
23605 operating system). For example, \"/var/mail/USER\".")
23607 (custom-autoload 'rmail-primary-inbox-list "rmail" t)
23609 (defvar rmail-secondary-file-directory (purecopy "~/") "\
23610 Directory for additional secondary Rmail files.")
23612 (custom-autoload 'rmail-secondary-file-directory "rmail" t)
23614 (defvar rmail-secondary-file-regexp (purecopy "\\.xmail$") "\
23615 Regexp for which files are secondary Rmail files.")
23617 (custom-autoload 'rmail-secondary-file-regexp "rmail" t)
23619 (defvar rmail-mode-hook nil "\
23620 List of functions to call when Rmail is invoked.")
23622 (defvar rmail-show-message-hook nil "\
23623 List of functions to call when Rmail displays a message.")
23625 (custom-autoload 'rmail-show-message-hook "rmail" t)
23627 (defvar rmail-file-coding-system nil "\
23628 Coding system used in RMAIL file.
23630 This is set to nil by default.")
23632 (defvar rmail-insert-mime-forwarded-message-function nil "\
23633 Function to insert a message in MIME format so it can be forwarded.
23634 This function is called if `rmail-enable-mime' or
23635 `rmail-enable-mime-composing' is non-nil.
23636 It is called with one argument FORWARD-BUFFER, which is a
23637 buffer containing the message to forward. The current buffer
23638 is the outgoing mail buffer.")
23640 (autoload 'rmail "rmail" "\
23641 Read and edit incoming mail.
23642 Moves messages into file named by `rmail-file-name' and edits that
23643 file in RMAIL Mode.
23644 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
23646 May be called with file name as argument; then performs rmail editing on
23647 that file, but does not copy any new mail into the file.
23648 Interactively, if you supply a prefix argument, then you
23649 have a chance to specify a file name with the minibuffer.
23651 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
23653 \(fn &optional FILE-NAME-ARG)" t nil)
23655 (autoload 'rmail-mode "rmail" "\
23656 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
23657 All normal editing commands are turned off.
23658 Instead, these commands are available:
23660 \\[rmail-beginning-of-message] Move point to front of this message.
23661 \\[rmail-end-of-message] Move point to bottom of this message.
23662 \\[scroll-up] Scroll to next screen of this message.
23663 \\[scroll-down] Scroll to previous screen of this message.
23664 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
23665 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
23666 \\[rmail-next-message] Move to Next message whether deleted or not.
23667 \\[rmail-previous-message] Move to Previous message whether deleted or not.
23668 \\[rmail-first-message] Move to the first message in Rmail file.
23669 \\[rmail-last-message] Move to the last message in Rmail file.
23670 \\[rmail-show-message] Jump to message specified by numeric position in file.
23671 \\[rmail-search] Search for string and show message it is found in.
23672 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
23673 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
23674 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
23675 till a deleted message is found.
23676 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
23677 \\[rmail-expunge] Expunge deleted messages.
23678 \\[rmail-expunge-and-save] Expunge and save the file.
23679 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
23680 \\[save-buffer] Save without expunging.
23681 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
23682 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
23683 \\[rmail-continue] Continue composing outgoing message started before.
23684 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
23685 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
23686 \\[rmail-forward] Forward this message to another user.
23687 \\[rmail-output] Output (append) this message to another mail file.
23688 \\[rmail-output-as-seen] Output (append) this message to file as it's displayed.
23689 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
23690 \\[rmail-input] Input Rmail file. Run Rmail on that file.
23691 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
23692 \\[rmail-kill-label] Kill label. Remove a label from current message.
23693 \\[rmail-next-labeled-message] Move to Next message with specified label
23694 (label defaults to last one specified).
23695 Standard labels: filed, unseen, answered, forwarded, deleted.
23696 Any other label is present only if you add it with \\[rmail-add-label].
23697 \\[rmail-previous-labeled-message] Move to Previous message with specified label
23698 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
23699 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
23700 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
23701 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
23702 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
23703 \\[rmail-toggle-header] Toggle display of complete header.
23705 \(fn)" t nil)
23707 (autoload 'rmail-input "rmail" "\
23708 Run Rmail on file FILENAME.
23710 \(fn FILENAME)" t nil)
23712 (autoload 'rmail-set-remote-password "rmail" "\
23713 Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23715 \(fn PASSWORD)" t nil)
23717 ;;;***
23719 ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23720 ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (19845 45374))
23721 ;;; Generated autoloads from mail/rmailout.el
23722 (put 'rmail-output-file-alist 'risky-local-variable t)
23724 (autoload 'rmail-output "rmailout" "\
23725 Append this message to mail file FILE-NAME.
23726 Writes mbox format, unless FILE-NAME exists and is Babyl format, in which
23727 case it writes Babyl.
23729 Interactively, the default file name comes from `rmail-default-file',
23730 which is updated to the name you use in this command. In all uses, if
23731 FILE-NAME is not absolute, it is expanded with the directory part of
23732 `rmail-default-file'.
23734 If a buffer is visiting FILE-NAME, adds the text to that buffer
23735 rather than saving the file directly. If the buffer is an Rmail
23736 buffer, updates it accordingly.
23738 This command always outputs the complete message header, even if
23739 the header display is currently pruned.
23741 Optional prefix argument COUNT (default 1) says to output that
23742 many consecutive messages, starting with the current one (ignoring
23743 deleted messages). If `rmail-delete-after-output' is non-nil, deletes
23744 messages after output.
23746 The optional third argument NOATTRIBUTE, if non-nil, says not to
23747 set the `filed' attribute, and not to display a \"Wrote file\"
23748 message (if writing a file directly).
23750 Set the optional fourth argument NOT-RMAIL non-nil if you call this
23751 from a non-Rmail buffer. In this case, COUNT is ignored.
23753 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23755 (autoload 'rmail-output-as-seen "rmailout" "\
23756 Append this message to mbox file named FILE-NAME.
23757 The details are as for `rmail-output', except that:
23758 i) the header is output as currently seen
23759 ii) this function cannot write to Babyl files
23760 iii) an Rmail buffer cannot be visiting FILE-NAME
23762 Note that if NOT-RMAIL is non-nil, there is no difference between this
23763 function and `rmail-output'. This argument may be removed in future,
23764 so you should call `rmail-output' directly in that case.
23766 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23768 (autoload 'rmail-output-body-to-file "rmailout" "\
23769 Write this message body to the file FILE-NAME.
23770 Interactively, the default file name comes from either the message
23771 \"Subject\" header, or from `rmail-default-body-file'. Updates the value
23772 of `rmail-default-body-file' accordingly. In all uses, if FILE-NAME
23773 is not absolute, it is expanded with the directory part of
23774 `rmail-default-body-file'.
23776 Note that this overwrites FILE-NAME (after confirmation), rather
23777 than appending to it. Deletes the message after writing if
23778 `rmail-delete-after-output' is non-nil.
23780 \(fn FILE-NAME)" t nil)
23782 ;;;***
23784 ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23785 ;;;;;; (19845 45374))
23786 ;;; Generated autoloads from nxml/rng-cmpct.el
23788 (autoload 'rng-c-load-schema "rng-cmpct" "\
23789 Load a schema in RELAX NG compact syntax from FILENAME.
23790 Return a pattern.
23792 \(fn FILENAME)" nil nil)
23794 ;;;***
23796 ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23797 ;;;;;; (19845 45374))
23798 ;;; Generated autoloads from nxml/rng-nxml.el
23800 (autoload 'rng-nxml-mode-init "rng-nxml" "\
23801 Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
23802 This is typically called from `nxml-mode-hook'.
23803 Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23805 \(fn)" t nil)
23807 ;;;***
23809 ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23810 ;;;;;; (19845 45374))
23811 ;;; Generated autoloads from nxml/rng-valid.el
23813 (autoload 'rng-validate-mode "rng-valid" "\
23814 Minor mode performing continual validation against a RELAX NG schema.
23816 Checks whether the buffer is a well-formed XML 1.0 document,
23817 conforming to the XML Namespaces Recommendation and valid against a
23818 RELAX NG schema. The mode-line indicates whether it is or not. Any
23819 parts of the buffer that cause it not to be are considered errors and
23820 are highlighted with face `rng-error'. A description of each error is
23821 available as a tooltip. \\[rng-next-error] goes to the next error
23822 after point. Clicking mouse-1 on the word `Invalid' in the mode-line
23823 goes to the first error in the buffer. If the buffer changes, then it
23824 will be automatically rechecked when Emacs becomes idle; the
23825 rechecking will be paused whenever there is input pending.
23827 By default, uses a vacuous schema that allows any well-formed XML
23828 document. A schema can be specified explictly using
23829 \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's
23830 file name or on the root element name. In each case the schema must
23831 be a RELAX NG schema using the compact schema (such schemas
23832 conventionally have a suffix of `.rnc'). The variable
23833 `rng-schema-locating-files' specifies files containing rules
23834 to use for finding the schema.
23836 \(fn &optional ARG NO-CHANGE-SCHEMA)" t nil)
23838 ;;;***
23840 ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (19845
23841 ;;;;;; 45374))
23842 ;;; Generated autoloads from nxml/rng-xsd.el
23844 (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
23846 (autoload 'rng-xsd-compile "rng-xsd" "\
23847 Provides W3C XML Schema as a RELAX NG datatypes library.
23848 NAME is a symbol giving the local name of the datatype. PARAMS is a
23849 list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol
23850 giving the name of the parameter and PARAM-VALUE is a string giving
23851 its value. If NAME or PARAMS are invalid, it calls rng-dt-error
23852 passing it arguments in the same style as format; the value from
23853 rng-dt-error will be returned. Otherwise, it returns a list. The
23854 first member of the list is t if any string is a legal value for the
23855 datatype and nil otherwise. The second argument is a symbol; this
23856 symbol will be called as a function passing it a string followed by
23857 the remaining members of the list. The function must return an object
23858 representing the value of the datatype that was represented by the
23859 string, or nil if the string is not a representation of any value.
23860 The object returned can be any convenient non-nil value, provided
23861 that, if two strings represent the same value, the returned objects
23862 must be equal.
23864 \(fn NAME PARAMS)" nil nil)
23866 ;;;***
23868 ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23869 ;;;;;; "robin" "international/robin.el" (19845 45374))
23870 ;;; Generated autoloads from international/robin.el
23872 (autoload 'robin-define-package "robin" "\
23873 Define a robin package.
23875 NAME is the string of this robin package.
23876 DOCSTRING is the documentation string of this robin package.
23877 Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
23878 OUTPUT is either a character or a string. RULES are not evaluated.
23880 If there already exists a robin package whose name is NAME, the new
23881 one replaces the old one.
23883 \(fn NAME DOCSTRING &rest RULES)" nil (quote macro))
23885 (autoload 'robin-modify-package "robin" "\
23886 Change a rule in an already defined robin package.
23888 NAME is the string specifying a robin package.
23889 INPUT is a string that specifies the input pattern.
23890 OUTPUT is either a character or a string to be generated.
23892 \(fn NAME INPUT OUTPUT)" nil nil)
23894 (autoload 'robin-use-package "robin" "\
23895 Start using robin package NAME, which is a string.
23897 \(fn NAME)" nil nil)
23899 ;;;***
23901 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23902 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (19845 45374))
23903 ;;; Generated autoloads from rot13.el
23905 (autoload 'rot13 "rot13" "\
23906 Return ROT13 encryption of OBJECT, a buffer or string.
23908 \(fn OBJECT &optional START END)" nil nil)
23910 (autoload 'rot13-string "rot13" "\
23911 Return ROT13 encryption of STRING.
23913 \(fn STRING)" nil nil)
23915 (autoload 'rot13-region "rot13" "\
23916 ROT13 encrypt the region between START and END in current buffer.
23918 \(fn START END)" t nil)
23920 (autoload 'rot13-other-window "rot13" "\
23921 Display current buffer in ROT13 in another window.
23922 The text itself is not modified, only the way it is displayed is affected.
23924 To terminate the ROT13 display, delete that window. As long as that window
23925 is not deleted, any buffer displayed in it will become instantly encoded
23926 in ROT13.
23928 See also `toggle-rot13-mode'.
23930 \(fn)" t nil)
23932 (autoload 'toggle-rot13-mode "rot13" "\
23933 Toggle the use of ROT13 encoding for the current window.
23935 \(fn)" t nil)
23937 ;;;***
23939 ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23940 ;;;;;; (19845 45374))
23941 ;;; Generated autoloads from textmodes/rst.el
23942 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23944 (autoload 'rst-mode "rst" "\
23945 Major mode for editing reStructuredText documents.
23946 \\<rst-mode-map>
23947 There are a number of convenient keybindings provided by
23948 Rst mode. The main one is \\[rst-adjust], it updates or rotates
23949 the section title around point or promotes/demotes the
23950 decorations within the region (see full details below).
23951 Use negative prefix arg to rotate in the other direction.
23953 Turning on `rst-mode' calls the normal hooks `text-mode-hook'
23954 and `rst-mode-hook'. This mode also supports font-lock
23955 highlighting. You may customize `rst-mode-lazy' to toggle
23956 font-locking of blocks.
23958 \\{rst-mode-map}
23960 \(fn)" t nil)
23962 (autoload 'rst-minor-mode "rst" "\
23963 ReST Minor Mode.
23964 Toggle ReST minor mode.
23965 With no argument, this command toggles the mode.
23966 Non-null prefix argument turns on the mode.
23967 Null prefix argument turns off the mode.
23969 When ReST minor mode is enabled, the ReST mode keybindings
23970 are installed on top of the major mode bindings. Use this
23971 for modes derived from Text mode, like Mail mode.
23973 \(fn &optional ARG)" t nil)
23975 ;;;***
23977 ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23978 ;;;;;; (19845 45374))
23979 ;;; Generated autoloads from progmodes/ruby-mode.el
23981 (autoload 'ruby-mode "ruby-mode" "\
23982 Major mode for editing Ruby scripts.
23983 \\[ruby-indent-line] properly indents subexpressions of multi-line
23984 class, module, def, if, while, for, do, and case statements, taking
23985 nesting into account.
23987 The variable `ruby-indent-level' controls the amount of indentation.
23989 \\{ruby-mode-map}
23991 \(fn)" t nil)
23993 (add-to-list 'auto-mode-alist (cons (purecopy "\\.rb\\'") 'ruby-mode))
23995 (dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode)))
23997 ;;;***
23999 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (19845
24000 ;;;;;; 45374))
24001 ;;; Generated autoloads from ruler-mode.el
24003 (defvar ruler-mode nil "\
24004 Non-nil if Ruler mode is enabled.
24005 Use the command `ruler-mode' to change this variable.")
24007 (autoload 'ruler-mode "ruler-mode" "\
24008 Toggle Ruler mode.
24009 In Ruler mode, Emacs displays a ruler in the header line.
24011 \(fn &optional ARG)" t nil)
24013 ;;;***
24015 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (19845
24016 ;;;;;; 45374))
24017 ;;; Generated autoloads from emacs-lisp/rx.el
24019 (autoload 'rx-to-string "rx" "\
24020 Parse and produce code for regular expression FORM.
24021 FORM is a regular expression in sexp form.
24022 NO-GROUP non-nil means don't put shy groups around the result.
24024 \(fn FORM &optional NO-GROUP)" nil nil)
24026 (autoload 'rx "rx" "\
24027 Translate regular expressions REGEXPS in sexp form to a regexp string.
24028 REGEXPS is a non-empty sequence of forms of the sort listed below.
24030 Note that `rx' is a Lisp macro; when used in a Lisp program being
24031 compiled, the translation is performed by the compiler.
24032 See `rx-to-string' for how to do such a translation at run-time.
24034 The following are valid subforms of regular expressions in sexp
24035 notation.
24037 STRING
24038 matches string STRING literally.
24040 CHAR
24041 matches character CHAR literally.
24043 `not-newline', `nonl'
24044 matches any character except a newline.
24046 `anything'
24047 matches any character
24049 `(any SET ...)'
24050 `(in SET ...)'
24051 `(char SET ...)'
24052 matches any character in SET .... SET may be a character or string.
24053 Ranges of characters can be specified as `A-Z' in strings.
24054 Ranges may also be specified as conses like `(?A . ?Z)'.
24056 SET may also be the name of a character class: `digit',
24057 `control', `hex-digit', `blank', `graph', `print', `alnum',
24058 `alpha', `ascii', `nonascii', `lower', `punct', `space', `upper',
24059 `word', or one of their synonyms.
24061 `(not (any SET ...))'
24062 matches any character not in SET ...
24064 `line-start', `bol'
24065 matches the empty string, but only at the beginning of a line
24066 in the text being matched
24068 `line-end', `eol'
24069 is similar to `line-start' but matches only at the end of a line
24071 `string-start', `bos', `bot'
24072 matches the empty string, but only at the beginning of the
24073 string being matched against.
24075 `string-end', `eos', `eot'
24076 matches the empty string, but only at the end of the
24077 string being matched against.
24079 `buffer-start'
24080 matches the empty string, but only at the beginning of the
24081 buffer being matched against. Actually equivalent to `string-start'.
24083 `buffer-end'
24084 matches the empty string, but only at the end of the
24085 buffer being matched against. Actually equivalent to `string-end'.
24087 `point'
24088 matches the empty string, but only at point.
24090 `word-start', `bow'
24091 matches the empty string, but only at the beginning of a word.
24093 `word-end', `eow'
24094 matches the empty string, but only at the end of a word.
24096 `word-boundary'
24097 matches the empty string, but only at the beginning or end of a
24098 word.
24100 `(not word-boundary)'
24101 `not-word-boundary'
24102 matches the empty string, but not at the beginning or end of a
24103 word.
24105 `symbol-start'
24106 matches the empty string, but only at the beginning of a symbol.
24108 `symbol-end'
24109 matches the empty string, but only at the end of a symbol.
24111 `digit', `numeric', `num'
24112 matches 0 through 9.
24114 `control', `cntrl'
24115 matches ASCII control characters.
24117 `hex-digit', `hex', `xdigit'
24118 matches 0 through 9, a through f and A through F.
24120 `blank'
24121 matches space and tab only.
24123 `graphic', `graph'
24124 matches graphic characters--everything except ASCII control chars,
24125 space, and DEL.
24127 `printing', `print'
24128 matches printing characters--everything except ASCII control chars
24129 and DEL.
24131 `alphanumeric', `alnum'
24132 matches letters and digits. (But at present, for multibyte characters,
24133 it matches anything that has word syntax.)
24135 `letter', `alphabetic', `alpha'
24136 matches letters. (But at present, for multibyte characters,
24137 it matches anything that has word syntax.)
24139 `ascii'
24140 matches ASCII (unibyte) characters.
24142 `nonascii'
24143 matches non-ASCII (multibyte) characters.
24145 `lower', `lower-case'
24146 matches anything lower-case.
24148 `upper', `upper-case'
24149 matches anything upper-case.
24151 `punctuation', `punct'
24152 matches punctuation. (But at present, for multibyte characters,
24153 it matches anything that has non-word syntax.)
24155 `space', `whitespace', `white'
24156 matches anything that has whitespace syntax.
24158 `word', `wordchar'
24159 matches anything that has word syntax.
24161 `not-wordchar'
24162 matches anything that has non-word syntax.
24164 `(syntax SYNTAX)'
24165 matches a character with syntax SYNTAX. SYNTAX must be one
24166 of the following symbols, or a symbol corresponding to the syntax
24167 character, e.g. `\\.' for `\\s.'.
24169 `whitespace' (\\s- in string notation)
24170 `punctuation' (\\s.)
24171 `word' (\\sw)
24172 `symbol' (\\s_)
24173 `open-parenthesis' (\\s()
24174 `close-parenthesis' (\\s))
24175 `expression-prefix' (\\s')
24176 `string-quote' (\\s\")
24177 `paired-delimiter' (\\s$)
24178 `escape' (\\s\\)
24179 `character-quote' (\\s/)
24180 `comment-start' (\\s<)
24181 `comment-end' (\\s>)
24182 `string-delimiter' (\\s|)
24183 `comment-delimiter' (\\s!)
24185 `(not (syntax SYNTAX))'
24186 matches a character that doesn't have syntax SYNTAX.
24188 `(category CATEGORY)'
24189 matches a character with category CATEGORY. CATEGORY must be
24190 either a character to use for C, or one of the following symbols.
24192 `consonant' (\\c0 in string notation)
24193 `base-vowel' (\\c1)
24194 `upper-diacritical-mark' (\\c2)
24195 `lower-diacritical-mark' (\\c3)
24196 `tone-mark' (\\c4)
24197 `symbol' (\\c5)
24198 `digit' (\\c6)
24199 `vowel-modifying-diacritical-mark' (\\c7)
24200 `vowel-sign' (\\c8)
24201 `semivowel-lower' (\\c9)
24202 `not-at-end-of-line' (\\c<)
24203 `not-at-beginning-of-line' (\\c>)
24204 `alpha-numeric-two-byte' (\\cA)
24205 `chinse-two-byte' (\\cC)
24206 `greek-two-byte' (\\cG)
24207 `japanese-hiragana-two-byte' (\\cH)
24208 `indian-tow-byte' (\\cI)
24209 `japanese-katakana-two-byte' (\\cK)
24210 `korean-hangul-two-byte' (\\cN)
24211 `cyrillic-two-byte' (\\cY)
24212 `combining-diacritic' (\\c^)
24213 `ascii' (\\ca)
24214 `arabic' (\\cb)
24215 `chinese' (\\cc)
24216 `ethiopic' (\\ce)
24217 `greek' (\\cg)
24218 `korean' (\\ch)
24219 `indian' (\\ci)
24220 `japanese' (\\cj)
24221 `japanese-katakana' (\\ck)
24222 `latin' (\\cl)
24223 `lao' (\\co)
24224 `tibetan' (\\cq)
24225 `japanese-roman' (\\cr)
24226 `thai' (\\ct)
24227 `vietnamese' (\\cv)
24228 `hebrew' (\\cw)
24229 `cyrillic' (\\cy)
24230 `can-break' (\\c|)
24232 `(not (category CATEGORY))'
24233 matches a character that doesn't have category CATEGORY.
24235 `(and SEXP1 SEXP2 ...)'
24236 `(: SEXP1 SEXP2 ...)'
24237 `(seq SEXP1 SEXP2 ...)'
24238 `(sequence SEXP1 SEXP2 ...)'
24239 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
24241 `(submatch SEXP1 SEXP2 ...)'
24242 `(group SEXP1 SEXP2 ...)'
24243 like `and', but makes the match accessible with `match-end',
24244 `match-beginning', and `match-string'.
24246 `(or SEXP1 SEXP2 ...)'
24247 `(| SEXP1 SEXP2 ...)'
24248 matches anything that matches SEXP1 or SEXP2, etc. If all
24249 args are strings, use `regexp-opt' to optimize the resulting
24250 regular expression.
24252 `(minimal-match SEXP)'
24253 produce a non-greedy regexp for SEXP. Normally, regexps matching
24254 zero or more occurrences of something are \"greedy\" in that they
24255 match as much as they can, as long as the overall regexp can
24256 still match. A non-greedy regexp matches as little as possible.
24258 `(maximal-match SEXP)'
24259 produce a greedy regexp for SEXP. This is the default.
24261 Below, `SEXP ...' represents a sequence of regexp forms, treated as if
24262 enclosed in `(and ...)'.
24264 `(zero-or-more SEXP ...)'
24265 `(0+ SEXP ...)'
24266 matches zero or more occurrences of what SEXP ... matches.
24268 `(* SEXP ...)'
24269 like `zero-or-more', but always produces a greedy regexp, independent
24270 of `rx-greedy-flag'.
24272 `(*? SEXP ...)'
24273 like `zero-or-more', but always produces a non-greedy regexp,
24274 independent of `rx-greedy-flag'.
24276 `(one-or-more SEXP ...)'
24277 `(1+ SEXP ...)'
24278 matches one or more occurrences of SEXP ...
24280 `(+ SEXP ...)'
24281 like `one-or-more', but always produces a greedy regexp.
24283 `(+? SEXP ...)'
24284 like `one-or-more', but always produces a non-greedy regexp.
24286 `(zero-or-one SEXP ...)'
24287 `(optional SEXP ...)'
24288 `(opt SEXP ...)'
24289 matches zero or one occurrences of A.
24291 `(? SEXP ...)'
24292 like `zero-or-one', but always produces a greedy regexp.
24294 `(?? SEXP ...)'
24295 like `zero-or-one', but always produces a non-greedy regexp.
24297 `(repeat N SEXP)'
24298 `(= N SEXP ...)'
24299 matches N occurrences.
24301 `(>= N SEXP ...)'
24302 matches N or more occurrences.
24304 `(repeat N M SEXP)'
24305 `(** N M SEXP ...)'
24306 matches N to M occurrences.
24308 `(backref N)'
24309 matches what was matched previously by submatch N.
24311 `(eval FORM)'
24312 evaluate FORM and insert result. If result is a string,
24313 `regexp-quote' it.
24315 `(regexp REGEXP)'
24316 include REGEXP in string notation in the result.
24318 \(fn &rest REGEXPS)" nil (quote macro))
24320 ;;;***
24322 ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (19886
24323 ;;;;;; 45771))
24324 ;;; Generated autoloads from savehist.el
24326 (defvar savehist-mode nil "\
24327 Non-nil if Savehist mode is enabled.
24328 See the command `savehist-mode' for a description of this minor mode.
24329 Setting this variable directly does not take effect;
24330 either customize it (see the info node `Easy Customization')
24331 or call the function `savehist-mode'.")
24333 (custom-autoload 'savehist-mode "savehist" nil)
24335 (autoload 'savehist-mode "savehist" "\
24336 Toggle savehist-mode.
24337 Positive ARG turns on `savehist-mode'. When on, savehist-mode causes
24338 minibuffer history to be saved periodically and when exiting Emacs.
24339 When turned on for the first time in an Emacs session, it causes the
24340 previous minibuffer history to be loaded from `savehist-file'.
24342 This mode should normally be turned on from your Emacs init file.
24343 Calling it at any other time replaces your current minibuffer histories,
24344 which is probably undesirable.
24346 \(fn &optional ARG)" t nil)
24348 ;;;***
24350 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
24351 ;;;;;; (19845 45374))
24352 ;;; Generated autoloads from progmodes/scheme.el
24354 (autoload 'scheme-mode "scheme" "\
24355 Major mode for editing Scheme code.
24356 Editing commands are similar to those of `lisp-mode'.
24358 In addition, if an inferior Scheme process is running, some additional
24359 commands will be defined, for evaluating expressions and controlling
24360 the interpreter, and the state of the process will be displayed in the
24361 modeline of all Scheme buffers. The names of commands that interact
24362 with the Scheme process start with \"xscheme-\" if you use the MIT
24363 Scheme-specific `xscheme' package; for more information see the
24364 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
24365 start an inferior Scheme using the more general `cmuscheme' package.
24367 Commands:
24368 Delete converts tabs to spaces as it moves back.
24369 Blank lines separate paragraphs. Semicolons start comments.
24370 \\{scheme-mode-map}
24371 Entry to this mode calls the value of `scheme-mode-hook'
24372 if that value is non-nil.
24374 \(fn)" t nil)
24376 (autoload 'dsssl-mode "scheme" "\
24377 Major mode for editing DSSSL code.
24378 Editing commands are similar to those of `lisp-mode'.
24380 Commands:
24381 Delete converts tabs to spaces as it moves back.
24382 Blank lines separate paragraphs. Semicolons start comments.
24383 \\{scheme-mode-map}
24384 Entering this mode runs the hooks `scheme-mode-hook' and then
24385 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
24386 that variable's value is a string.
24388 \(fn)" t nil)
24390 ;;;***
24392 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
24393 ;;;;;; (19845 45374))
24394 ;;; Generated autoloads from gnus/score-mode.el
24396 (autoload 'gnus-score-mode "score-mode" "\
24397 Mode for editing Gnus score files.
24398 This mode is an extended emacs-lisp mode.
24400 \\{gnus-score-mode-map}
24402 \(fn)" t nil)
24404 ;;;***
24406 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
24407 ;;;;;; (19845 45374))
24408 ;;; Generated autoloads from scroll-all.el
24410 (defvar scroll-all-mode nil "\
24411 Non-nil if Scroll-All mode is enabled.
24412 See the command `scroll-all-mode' for a description of this minor mode.
24413 Setting this variable directly does not take effect;
24414 either customize it (see the info node `Easy Customization')
24415 or call the function `scroll-all-mode'.")
24417 (custom-autoload 'scroll-all-mode "scroll-all" nil)
24419 (autoload 'scroll-all-mode "scroll-all" "\
24420 Toggle Scroll-All minor mode.
24421 With ARG, turn Scroll-All minor mode on if ARG is positive, off otherwise.
24422 When Scroll-All mode is on, scrolling commands entered in one window
24423 apply to all visible windows in the same frame.
24425 \(fn &optional ARG)" t nil)
24427 ;;;***
24429 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
24430 ;;;;;; (19845 45374))
24431 ;;; Generated autoloads from scroll-lock.el
24433 (autoload 'scroll-lock-mode "scroll-lock" "\
24434 Buffer-local minor mode for pager-like scrolling.
24435 Keys which normally move point by line or paragraph will scroll
24436 the buffer by the respective amount of lines instead and point
24437 will be kept vertically fixed relative to window boundaries
24438 during scrolling.
24440 \(fn &optional ARG)" t nil)
24442 ;;;***
24444 ;;;### (autoloads nil "secrets" "net/secrets.el" (19845 45374))
24445 ;;; Generated autoloads from net/secrets.el
24446 (when (featurep 'dbusbind)
24447 (autoload 'secrets-show-secrets "secrets" nil t))
24449 ;;;***
24451 ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
24452 ;;;;;; "cedet/semantic.el" (19845 45374))
24453 ;;; Generated autoloads from cedet/semantic.el
24455 (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
24456 List of auxiliary Semantic minor modes enabled by `semantic-mode'.
24457 The possible elements of this list include the following:
24459 `global-semanticdb-minor-mode' - Maintain tag database.
24460 `global-semantic-idle-scheduler-mode' - Reparse buffer when idle.
24461 `global-semantic-idle-summary-mode' - Show summary of tag at point.
24462 `global-semantic-idle-completions-mode' - Show completions when idle.
24463 `global-semantic-decoration-mode' - Additional tag decorations.
24464 `global-semantic-highlight-func-mode' - Highlight the current tag.
24465 `global-semantic-stickyfunc-mode' - Show current fun in header line.
24466 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
24467 keybinding for tag names.")
24469 (custom-autoload 'semantic-default-submodes "semantic" t)
24471 (defvar semantic-mode nil "\
24472 Non-nil if Semantic mode is enabled.
24473 See the command `semantic-mode' for a description of this minor mode.
24474 Setting this variable directly does not take effect;
24475 either customize it (see the info node `Easy Customization')
24476 or call the function `semantic-mode'.")
24478 (custom-autoload 'semantic-mode "semantic" nil)
24480 (autoload 'semantic-mode "semantic" "\
24481 Toggle Semantic mode.
24482 With ARG, turn Semantic mode on if ARG is positive, off otherwise.
24484 In Semantic mode, Emacs parses the buffers you visit for their
24485 semantic content. This information is used by a variety of
24486 auxiliary minor modes, listed in `semantic-default-submodes';
24487 all the minor modes in this list are also enabled when you enable
24488 Semantic mode.
24490 \\{semantic-mode-map}
24492 \(fn &optional ARG)" t nil)
24494 ;;;***
24496 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
24497 ;;;;;; mail-mode sendmail-user-agent-compose mail-default-headers
24498 ;;;;;; mail-default-directory mail-signature-file mail-signature
24499 ;;;;;; mail-citation-prefix-regexp mail-citation-hook mail-indentation-spaces
24500 ;;;;;; mail-yank-prefix mail-setup-hook mail-personal-alias-file
24501 ;;;;;; mail-default-reply-to mail-archive-file-name mail-header-separator
24502 ;;;;;; send-mail-function mail-interactive mail-self-blind mail-specify-envelope-from
24503 ;;;;;; mail-from-style) "sendmail" "mail/sendmail.el" (19881 27850))
24504 ;;; Generated autoloads from mail/sendmail.el
24506 (defvar mail-from-style 'default "\
24507 Specifies how \"From:\" fields look.
24509 If `nil', they contain just the return address like:
24510 king@grassland.com
24511 If `parens', they look like:
24512 king@grassland.com (Elvis Parsley)
24513 If `angles', they look like:
24514 Elvis Parsley <king@grassland.com>
24516 Otherwise, most addresses look like `angles', but they look like
24517 `parens' if `angles' would need quoting and `parens' would not.")
24519 (custom-autoload 'mail-from-style "sendmail" t)
24521 (defvar mail-specify-envelope-from nil "\
24522 If non-nil, specify the envelope-from address when sending mail.
24523 The value used to specify it is whatever is found in
24524 the variable `mail-envelope-from', with `user-mail-address' as fallback.
24526 On most systems, specifying the envelope-from address is a
24527 privileged operation. This variable affects sendmail and
24528 smtpmail -- if you use feedmail to send mail, see instead the
24529 variable `feedmail-deduce-envelope-from'.")
24531 (custom-autoload 'mail-specify-envelope-from "sendmail" t)
24533 (defvar mail-self-blind nil "\
24534 Non-nil means insert BCC to self in messages to be sent.
24535 This is done when the message is initialized,
24536 so you can remove or alter the BCC field to override the default.")
24538 (custom-autoload 'mail-self-blind "sendmail" t)
24540 (defvar mail-interactive t "\
24541 Non-nil means when sending a message wait for and display errors.
24542 Otherwise, let mailer send back a message to report errors.")
24544 (custom-autoload 'mail-interactive "sendmail" t)
24546 (put 'send-mail-function 'standard-value '((if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it)))
24548 (defvar send-mail-function (if (and window-system (memq system-type '(darwin windows-nt))) 'mailclient-send-it 'sendmail-send-it) "\
24549 Function to call to send the current buffer as mail.
24550 The headers should be delimited by a line which is
24551 not a valid RFC822 header or continuation line,
24552 that matches the variable `mail-header-separator'.
24553 This is used by the default mail-sending commands. See also
24554 `message-send-mail-function' for use with the Message package.")
24556 (custom-autoload 'send-mail-function "sendmail" t)
24557 (custom-initialize-delay 'send-mail-function nil)
24559 (defvar mail-header-separator (purecopy "--text follows this line--") "\
24560 Line used to separate headers from text in messages being composed.")
24562 (custom-autoload 'mail-header-separator "sendmail" t)
24564 (defvar mail-archive-file-name nil "\
24565 Name of file to write all outgoing messages in, or nil for none.
24566 This is normally an mbox file, but for backwards compatibility may also
24567 be a Babyl file.")
24569 (custom-autoload 'mail-archive-file-name "sendmail" t)
24571 (defvar mail-default-reply-to nil "\
24572 Address to insert as default Reply-to field of outgoing messages.
24573 If nil, it will be initialized from the REPLYTO environment variable
24574 when you first send mail.")
24576 (custom-autoload 'mail-default-reply-to "sendmail" t)
24578 (defvar mail-personal-alias-file (purecopy "~/.mailrc") "\
24579 If non-nil, the name of the user's personal mail alias file.
24580 This file typically should be in same format as the `.mailrc' file used by
24581 the `Mail' or `mailx' program.
24582 This file need not actually exist.")
24584 (custom-autoload 'mail-personal-alias-file "sendmail" t)
24586 (defvar mail-setup-hook nil "\
24587 Normal hook, run each time a new outgoing message is initialized.")
24589 (custom-autoload 'mail-setup-hook "sendmail" t)
24591 (defvar mail-aliases t "\
24592 Alist of mail address aliases,
24593 or t meaning should be initialized from your mail aliases file.
24594 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24595 can specify a different file name.)
24596 The alias definitions in the file have this form:
24597 alias ALIAS MEANING")
24599 (defvar mail-yank-prefix "> " "\
24600 Prefix insert on lines of yanked message being replied to.
24601 If this is nil, use indentation, as specified by `mail-indentation-spaces'.")
24603 (custom-autoload 'mail-yank-prefix "sendmail" t)
24605 (defvar mail-indentation-spaces 3 "\
24606 Number of spaces to insert at the beginning of each cited line.
24607 Used by `mail-yank-original' via `mail-indent-citation'.")
24609 (custom-autoload 'mail-indentation-spaces "sendmail" t)
24611 (defvar mail-citation-hook nil "\
24612 Hook for modifying a citation just inserted in the mail buffer.
24613 Each hook function can find the citation between (point) and (mark t),
24614 and should leave point and mark around the citation text as modified.
24615 The hook functions can find the header of the cited message
24616 in the variable `mail-citation-header', whether or not this is included
24617 in the cited portion of the message.
24619 If this hook is entirely empty (nil), a default action is taken
24620 instead of no action.")
24622 (custom-autoload 'mail-citation-hook "sendmail" t)
24624 (defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\
24625 Regular expression to match a citation prefix plus whitespace.
24626 It should match whatever sort of citation prefixes you want to handle,
24627 with whitespace before and after; it should also match just whitespace.
24628 The default value matches citations like `foo-bar>' plus whitespace.")
24630 (custom-autoload 'mail-citation-prefix-regexp "sendmail" t)
24632 (defvar mail-signature t "\
24633 Text inserted at end of mail buffer when a message is initialized.
24634 If t, it means to insert the contents of the file `mail-signature-file'.
24635 If a string, that string is inserted.
24636 (To make a proper signature, the string should begin with \\n\\n-- \\n,
24637 which is the standard way to delimit a signature in a message.)
24638 Otherwise, it should be an expression; it is evaluated
24639 and should insert whatever you want to insert.")
24641 (custom-autoload 'mail-signature "sendmail" t)
24643 (defvar mail-signature-file (purecopy "~/.signature") "\
24644 File containing the text inserted at end of mail buffer.")
24646 (custom-autoload 'mail-signature-file "sendmail" t)
24648 (defvar mail-default-directory (purecopy "~/") "\
24649 Value of `default-directory' for Mail mode buffers.
24650 This directory is used for auto-save files of Mail mode buffers.
24652 Note that Message mode does not use this variable; it auto-saves
24653 in `message-auto-save-directory'.")
24655 (custom-autoload 'mail-default-directory "sendmail" t)
24657 (defvar mail-default-headers nil "\
24658 A string containing header lines, to be inserted in outgoing messages.
24659 It can contain newlines, and should end in one. It is inserted
24660 before you edit the message, so you can edit or delete the lines.")
24662 (custom-autoload 'mail-default-headers "sendmail" t)
24664 (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
24666 (autoload 'sendmail-user-agent-compose "sendmail" "\
24669 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
24671 (autoload 'mail-mode "sendmail" "\
24672 Major mode for editing mail to be sent.
24673 Like Text Mode but with these additional commands:
24675 \\[mail-send] mail-send (send the message)
24676 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
24678 Here are commands that move to a header field (and create it if there isn't):
24679 \\[mail-to] move to To: \\[mail-subject] move to Subj:
24680 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
24681 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
24682 \\[mail-mail-reply-to] move to Mail-Reply-To:
24683 \\[mail-mail-followup-to] move to Mail-Followup-To:
24684 \\[mail-text] move to message text.
24685 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
24686 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
24687 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
24688 Turning on Mail mode runs the normal hooks `text-mode-hook' and
24689 `mail-mode-hook' (in that order).
24691 \(fn)" t nil)
24693 (defvar mail-mailing-lists nil "\
24694 List of mailing list addresses the user is subscribed to.
24695 The variable is used to trigger insertion of the \"Mail-Followup-To\"
24696 header when sending a message to a mailing list.")
24698 (custom-autoload 'mail-mailing-lists "sendmail" t)
24700 (defvar sendmail-coding-system nil "\
24701 *Coding system for encoding the outgoing mail.
24702 This has higher priority than the default `buffer-file-coding-system'
24703 and `default-sendmail-coding-system',
24704 but lower priority than the local value of `buffer-file-coding-system'.
24705 See also the function `select-message-coding-system'.")
24707 (defvar default-sendmail-coding-system 'iso-latin-1 "\
24708 Default coding system for encoding the outgoing mail.
24709 This variable is used only when `sendmail-coding-system' is nil.
24711 This variable is set/changed by the command `set-language-environment'.
24712 User should not set this variable manually,
24713 instead use `sendmail-coding-system' to get a constant encoding
24714 of outgoing mails regardless of the current language environment.
24715 See also the function `select-message-coding-system'.")
24716 (add-hook 'same-window-buffer-names (purecopy "*mail*"))
24717 (add-hook 'same-window-buffer-names (purecopy "*unsent mail*"))
24719 (autoload 'mail "sendmail" "\
24720 Edit a message to be sent. Prefix arg means resume editing (don't erase).
24721 When this function returns, the buffer `*mail*' is selected.
24722 The value is t if the message was newly initialized; otherwise, nil.
24724 Optionally, the signature file `mail-signature-file' can be inserted at the
24725 end; see the variable `mail-signature'.
24727 \\<mail-mode-map>
24728 While editing message, type \\[mail-send-and-exit] to send the message and exit.
24730 Various special commands starting with C-c are available in sendmail mode
24731 to move to message header fields:
24732 \\{mail-mode-map}
24734 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
24735 when the message is initialized.
24737 If `mail-default-reply-to' is non-nil, it should be an address (a string);
24738 a Reply-to: field with that address is inserted.
24740 If `mail-archive-file-name' is non-nil, an FCC field with that file name
24741 is inserted.
24743 The normal hook `mail-setup-hook' is run after the message is
24744 initialized. It can add more default fields to the message.
24746 The first argument, NOERASE, determines what to do when there is
24747 an existing modified `*mail*' buffer. If NOERASE is nil, the
24748 existing mail buffer is used, and the user is prompted whether to
24749 keep the old contents or to erase them. If NOERASE has the value
24750 `new', a new mail buffer will be created instead of using the old
24751 one. Any other non-nil value means to always select the old
24752 buffer without erasing the contents.
24754 The second through fifth arguments,
24755 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
24756 the initial contents of those header fields.
24757 These arguments should not have final newlines.
24758 The sixth argument REPLYBUFFER is a buffer which contains an
24759 original message being replied to, or else an action
24760 of the form (FUNCTION . ARGS) which says how to insert the original.
24761 Or it can be nil, if not replying to anything.
24762 The seventh argument ACTIONS is a list of actions to take
24763 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
24764 when the message is sent, we apply FUNCTION to ARGS.
24765 This is how Rmail arranges to mark messages `answered'.
24767 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS RETURN-ACTION)" t nil)
24769 (autoload 'mail-other-window "sendmail" "\
24770 Like `mail' command, but display mail buffer in another window.
24772 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24774 (autoload 'mail-other-frame "sendmail" "\
24775 Like `mail' command, but display mail buffer in another frame.
24777 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24779 ;;;***
24781 ;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24782 ;;;;;; server-force-delete server-start) "server" "server.el" (19863
24783 ;;;;;; 8742))
24784 ;;; Generated autoloads from server.el
24786 (put 'server-host 'risky-local-variable t)
24788 (put 'server-port 'risky-local-variable t)
24790 (put 'server-auth-dir 'risky-local-variable t)
24792 (autoload 'server-start "server" "\
24793 Allow this Emacs process to be a server for client processes.
24794 This starts a server communications subprocess through which
24795 client \"editors\" can send your editing commands to this Emacs
24796 job. To use the server, set up the program `emacsclient' in the
24797 Emacs distribution as your standard \"editor\".
24799 Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
24800 kill any existing server communications subprocess.
24802 If a server is already running, restart it. If clients are
24803 running, ask the user for confirmation first, unless optional
24804 argument INHIBIT-PROMPT is non-nil.
24806 To force-start a server, do \\[server-force-delete] and then
24807 \\[server-start].
24809 \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
24811 (autoload 'server-force-delete "server" "\
24812 Unconditionally delete connection file for server NAME.
24813 If server is running, it is first stopped.
24814 NAME defaults to `server-name'. With argument, ask for NAME.
24816 \(fn &optional NAME)" t nil)
24818 (defvar server-mode nil "\
24819 Non-nil if Server mode is enabled.
24820 See the command `server-mode' for a description of this minor mode.
24821 Setting this variable directly does not take effect;
24822 either customize it (see the info node `Easy Customization')
24823 or call the function `server-mode'.")
24825 (custom-autoload 'server-mode "server" nil)
24827 (autoload 'server-mode "server" "\
24828 Toggle Server mode.
24829 With ARG, turn Server mode on if ARG is positive, off otherwise.
24830 Server mode runs a process that accepts commands from the
24831 `emacsclient' program. See `server-start' and Info node `Emacs server'.
24833 \(fn &optional ARG)" t nil)
24835 (autoload 'server-save-buffers-kill-terminal "server" "\
24836 Offer to save each buffer, then kill the current client.
24837 With ARG non-nil, silently save all file-visiting buffers, then kill.
24839 If emacsclient was started with a list of filenames to edit, then
24840 only these files will be asked to be saved.
24842 \(fn ARG)" nil nil)
24844 ;;;***
24846 ;;;### (autoloads (ses-mode) "ses" "ses.el" (19845 45374))
24847 ;;; Generated autoloads from ses.el
24849 (autoload 'ses-mode "ses" "\
24850 Major mode for Simple Emacs Spreadsheet.
24851 See \"ses-example.ses\" (in `data-directory') for more info.
24853 Key definitions:
24854 \\{ses-mode-map}
24855 These key definitions are active only in the print area (the visible part):
24856 \\{ses-mode-print-map}
24857 These are active only in the minibuffer, when entering or editing a formula:
24858 \\{ses-mode-edit-map}
24860 \(fn)" t nil)
24862 ;;;***
24864 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24865 ;;;;;; (19845 45374))
24866 ;;; Generated autoloads from textmodes/sgml-mode.el
24868 (autoload 'sgml-mode "sgml-mode" "\
24869 Major mode for editing SGML documents.
24870 Makes > match <.
24871 Keys <, &, SPC within <>, \", / and ' can be electric depending on
24872 `sgml-quick-keys'.
24874 An argument of N to a tag-inserting command means to wrap it around
24875 the next N words. In Transient Mark mode, when the mark is active,
24876 N defaults to -1, which means to wrap it around the current region.
24878 If you like upcased tags, put (setq sgml-transformation-function 'upcase)
24879 in your `.emacs' file.
24881 Use \\[sgml-validate] to validate your document with an SGML parser.
24883 Do \\[describe-variable] sgml- SPC to see available variables.
24884 Do \\[describe-key] on the following bindings to discover what they do.
24885 \\{sgml-mode-map}
24887 \(fn)" t nil)
24889 (autoload 'html-mode "sgml-mode" "\
24890 Major mode based on SGML mode for editing HTML documents.
24891 This allows inserting skeleton constructs used in hypertext documents with
24892 completion. See below for an introduction to HTML. Use
24893 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
24894 which this is based.
24896 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
24898 To write fairly well formatted pages you only need to know few things. Most
24899 browsers have a function to read the source code of the page being seen, so
24900 you can imitate various tricks. Here's a very short HTML primer which you
24901 can also view with a browser to see what happens:
24903 <title>A Title Describing Contents</title> should be on every page. Pages can
24904 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
24905 <hr> Parts can be separated with horizontal rules.
24907 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
24908 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
24909 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
24910 Edit/Text Properties/Face commands.
24912 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
24913 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
24914 href=\"URL\">see also URL</a> where URL is a filename relative to current
24915 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
24917 Images in many formats can be inlined with <img src=\"URL\">.
24919 If you mainly create your own documents, `sgml-specials' might be
24920 interesting. But note that some HTML 2 browsers can't handle `&apos;'.
24921 To work around that, do:
24922 (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil))
24924 \\{html-mode-map}
24926 \(fn)" t nil)
24928 ;;;***
24930 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24931 ;;;;;; (19890 42850))
24932 ;;; Generated autoloads from progmodes/sh-script.el
24933 (put 'sh-shell 'safe-local-variable 'symbolp)
24935 (autoload 'sh-mode "sh-script" "\
24936 Major mode for editing shell scripts.
24937 This mode works for many shells, since they all have roughly the same syntax,
24938 as far as commands, arguments, variables, pipes, comments etc. are concerned.
24939 Unless the file's magic number indicates the shell, your usual shell is
24940 assumed. Since filenames rarely give a clue, they are not further analyzed.
24942 This mode adapts to the variations between shells (see `sh-set-shell') by
24943 means of an inheritance based feature lookup (see `sh-feature'). This
24944 mechanism applies to all variables (including skeletons) that pertain to
24945 shell-specific features.
24947 The default style of this mode is that of Rosenblatt's Korn shell book.
24948 The syntax of the statements varies with the shell being used. The
24949 following commands are available, based on the current shell's syntax:
24950 \\<sh-mode-map>
24951 \\[sh-case] case statement
24952 \\[sh-for] for loop
24953 \\[sh-function] function definition
24954 \\[sh-if] if statement
24955 \\[sh-indexed-loop] indexed loop from 1 to n
24956 \\[sh-while-getopts] while getopts loop
24957 \\[sh-repeat] repeat loop
24958 \\[sh-select] select loop
24959 \\[sh-until] until loop
24960 \\[sh-while] while loop
24962 For sh and rc shells indentation commands are:
24963 \\[sh-show-indent] Show the variable controlling this line's indentation.
24964 \\[sh-set-indent] Set then variable controlling this line's indentation.
24965 \\[sh-learn-line-indent] Change the indentation variable so this line
24966 would indent to the way it currently is.
24967 \\[sh-learn-buffer-indent] Set the indentation variables so the
24968 buffer indents as it currently is indented.
24971 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
24972 \\[newline-and-indent] Delete unquoted space and indent new line same as this one.
24973 \\[sh-end-of-command] Go to end of successive commands.
24974 \\[sh-beginning-of-command] Go to beginning of successive commands.
24975 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
24976 \\[sh-execute-region] Have optional header and region be executed in a subshell.
24978 \\[sh-maybe-here-document] Without prefix, following an unquoted < inserts here document.
24979 {, (, [, ', \", `
24980 Unless quoted with \\, insert the pairs {}, (), [], or '', \"\", ``.
24982 If you generally program a shell different from your login shell you can
24983 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
24984 indicate what shell it is use `sh-alias-alist' to translate.
24986 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
24987 with your script for an edit-interpret-debug cycle.
24989 \(fn)" t nil)
24991 (defalias 'shell-script-mode 'sh-mode)
24993 ;;;***
24995 ;;;### (autoloads (sha1) "sha1" "sha1.el" (19845 45374))
24996 ;;; Generated autoloads from sha1.el
24998 (autoload 'sha1 "sha1" "\
24999 Return the SHA1 (Secure Hash Algorithm) of an object.
25000 OBJECT is either a string or a buffer.
25001 Optional arguments BEG and END denote buffer positions for computing the
25002 hash of a portion of OBJECT.
25003 If BINARY is non-nil, return a string in binary form.
25005 \(fn OBJECT &optional BEG END BINARY)" nil nil)
25007 ;;;***
25009 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
25010 ;;;;;; (19845 45374))
25011 ;;; Generated autoloads from emacs-lisp/shadow.el
25013 (autoload 'list-load-path-shadows "shadow" "\
25014 Display a list of Emacs Lisp files that shadow other files.
25016 If STRINGP is non-nil, returns any shadows as a string.
25017 Otherwise, if interactive shows any shadows in a `*Shadows*' buffer;
25018 else prints messages listing any shadows.
25020 This function lists potential load path problems. Directories in
25021 the `load-path' variable are searched, in order, for Emacs Lisp
25022 files. When a previously encountered file name is found again, a
25023 message is displayed indicating that the later file is \"hidden\" by
25024 the earlier.
25026 For example, suppose `load-path' is set to
25028 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
25030 and that each of these directories contains a file called XXX.el. Then
25031 XXX.el in the site-lisp directory is referred to by all of:
25032 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
25034 The first XXX.el file prevents Emacs from seeing the second (unless
25035 the second is loaded explicitly via `load-file').
25037 When not intended, such shadowings can be the source of subtle
25038 problems. For example, the above situation may have arisen because the
25039 XXX package was not distributed with versions of Emacs prior to
25040 19.30. An Emacs maintainer downloaded XXX from elsewhere and installed
25041 it. Later, XXX was updated and included in the Emacs distribution.
25042 Unless the Emacs maintainer checks for this, the new version of XXX
25043 will be hidden behind the old (which may no longer work with the new
25044 Emacs version).
25046 This function performs these checks and flags all possible
25047 shadowings. Because a .el file may exist without a corresponding .elc
25048 \(or vice-versa), these suffixes are essentially ignored. A file
25049 XXX.elc in an early directory (that does not contain XXX.el) is
25050 considered to shadow a later file XXX.el, and vice-versa.
25052 Shadowings are located by calling the (non-interactive) companion
25053 function, `load-path-shadows-find'.
25055 \(fn &optional STRINGP)" t nil)
25057 ;;;***
25059 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
25060 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (19886
25061 ;;;;;; 45771))
25062 ;;; Generated autoloads from shadowfile.el
25064 (autoload 'shadow-define-cluster "shadowfile" "\
25065 Edit (or create) the definition of a cluster NAME.
25066 This is a group of hosts that share directories, so that copying to or from
25067 one of them is sufficient to update the file on all of them. Clusters are
25068 defined by a name, the network address of a primary host (the one we copy
25069 files to), and a regular expression that matches the hostnames of all the
25070 sites in the cluster.
25072 \(fn NAME)" t nil)
25074 (autoload 'shadow-define-literal-group "shadowfile" "\
25075 Declare a single file to be shared between sites.
25076 It may have different filenames on each site. When this file is edited, the
25077 new version will be copied to each of the other locations. Sites can be
25078 specific hostnames, or names of clusters (see `shadow-define-cluster').
25080 \(fn)" t nil)
25082 (autoload 'shadow-define-regexp-group "shadowfile" "\
25083 Make each of a group of files be shared between hosts.
25084 Prompts for regular expression; files matching this are shared between a list
25085 of sites, which are also prompted for. The filenames must be identical on all
25086 hosts (if they aren't, use `shadow-define-literal-group' instead of this
25087 function). Each site can be either a hostname or the name of a cluster (see
25088 `shadow-define-cluster').
25090 \(fn)" t nil)
25092 (autoload 'shadow-initialize "shadowfile" "\
25093 Set up file shadowing.
25095 \(fn)" t nil)
25097 ;;;***
25099 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
25100 ;;;;;; (19888 1100))
25101 ;;; Generated autoloads from shell.el
25103 (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
25104 Regexp to match shells that don't save their command history, and
25105 don't handle the backslash as a quote character. For shells that
25106 match this regexp, Emacs will write out the command history when the
25107 shell finishes, and won't remove backslashes when it unquotes shell
25108 arguments.")
25110 (custom-autoload 'shell-dumb-shell-regexp "shell" t)
25112 (autoload 'shell "shell" "\
25113 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
25114 Interactively, a prefix arg means to prompt for BUFFER.
25115 If `default-directory' is a remote file name, it is also prompted
25116 to change if called with a prefix arg.
25118 If BUFFER exists but shell process is not running, make new shell.
25119 If BUFFER exists and shell process is running, just switch to BUFFER.
25120 Program used comes from variable `explicit-shell-file-name',
25121 or (if that is nil) from the ESHELL environment variable,
25122 or (if that is nil) from `shell-file-name'.
25123 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
25124 it is given as initial input (but this may be lost, due to a timing
25125 error, if the shell discards input when it starts up).
25126 The buffer is put in Shell mode, giving commands for sending input
25127 and controlling the subjobs of the shell. See `shell-mode'.
25128 See also the variable `shell-prompt-pattern'.
25130 To specify a coding system for converting non-ASCII characters
25131 in the input and output to the shell, use \\[universal-coding-system-argument]
25132 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
25133 in the shell buffer, after you start the shell.
25134 The default comes from `process-coding-system-alist' and
25135 `default-process-coding-system'.
25137 The shell file name (sans directories) is used to make a symbol name
25138 such as `explicit-csh-args'. If that symbol is a variable,
25139 its value is used as a list of arguments when invoking the shell.
25140 Otherwise, one argument `-i' is passed to the shell.
25142 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
25144 \(fn &optional BUFFER)" t nil)
25145 (add-hook 'same-window-buffer-names (purecopy "*shell*"))
25147 ;;;***
25149 ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (19899
25150 ;;;;;; 57784))
25151 ;;; Generated autoloads from gnus/shr.el
25153 (autoload 'shr-insert-document "shr" "\
25156 \(fn DOM)" nil nil)
25158 ;;;***
25160 ;;;### (autoloads (sieve-upload-and-bury sieve-upload sieve-manage)
25161 ;;;;;; "sieve" "gnus/sieve.el" (19845 45374))
25162 ;;; Generated autoloads from gnus/sieve.el
25164 (autoload 'sieve-manage "sieve" "\
25167 \(fn SERVER &optional PORT)" t nil)
25169 (autoload 'sieve-upload "sieve" "\
25172 \(fn &optional NAME)" t nil)
25174 (autoload 'sieve-upload-and-bury "sieve" "\
25177 \(fn &optional NAME)" t nil)
25179 ;;;***
25181 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
25182 ;;;;;; (19845 45374))
25183 ;;; Generated autoloads from gnus/sieve-mode.el
25185 (autoload 'sieve-mode "sieve-mode" "\
25186 Major mode for editing Sieve code.
25187 This is much like C mode except for the syntax of comments. Its keymap
25188 inherits from C mode's and it has the same variables for customizing
25189 indentation. It has its own abbrev table and its own syntax table.
25191 Turning on Sieve mode runs `sieve-mode-hook'.
25193 \(fn)" t nil)
25195 ;;;***
25197 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (19890
25198 ;;;;;; 42850))
25199 ;;; Generated autoloads from progmodes/simula.el
25201 (autoload 'simula-mode "simula" "\
25202 Major mode for editing SIMULA code.
25203 \\{simula-mode-map}
25204 Variables controlling indentation style:
25205 `simula-tab-always-indent'
25206 Non-nil means TAB in SIMULA mode should always reindent the current line,
25207 regardless of where in the line point is when the TAB command is used.
25208 `simula-indent-level'
25209 Indentation of SIMULA statements with respect to containing block.
25210 `simula-substatement-offset'
25211 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
25212 `simula-continued-statement-offset' 3
25213 Extra indentation for lines not starting a statement or substatement,
25214 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
25215 line continued statement will have the car of the list extra indentation
25216 with respect to the previous line of the statement.
25217 `simula-label-offset' -4711
25218 Offset of SIMULA label lines relative to usual indentation.
25219 `simula-if-indent' '(0 . 0)
25220 Extra indentation of THEN and ELSE with respect to the starting IF.
25221 Value is a cons cell, the car is extra THEN indentation and the cdr
25222 extra ELSE indentation. IF after ELSE is indented as the starting IF.
25223 `simula-inspect-indent' '(0 . 0)
25224 Extra indentation of WHEN and OTHERWISE with respect to the
25225 corresponding INSPECT. Value is a cons cell, the car is
25226 extra WHEN indentation and the cdr extra OTHERWISE indentation.
25227 `simula-electric-indent' nil
25228 If this variable is non-nil, `simula-indent-line'
25229 will check the previous line to see if it has to be reindented.
25230 `simula-abbrev-keyword' 'upcase
25231 Determine how SIMULA keywords will be expanded. Value is one of
25232 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
25233 or nil if they should not be changed.
25234 `simula-abbrev-stdproc' 'abbrev-table
25235 Determine how standard SIMULA procedure and class names will be
25236 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
25237 (as in) `abbrev-table', or nil if they should not be changed.
25239 Turning on SIMULA mode calls the value of the variable simula-mode-hook
25240 with no arguments, if that value is non-nil.
25242 \(fn)" t nil)
25244 ;;;***
25246 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
25247 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (19845 45374))
25248 ;;; Generated autoloads from skeleton.el
25250 (defvar skeleton-filter-function 'identity "\
25251 Function for transforming a skeleton proxy's aliases' variable value.")
25253 (autoload 'define-skeleton "skeleton" "\
25254 Define a user-configurable COMMAND that enters a statement skeleton.
25255 DOCUMENTATION is that of the command.
25256 SKELETON is as defined under `skeleton-insert'.
25258 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil (quote macro))
25260 (autoload 'skeleton-proxy-new "skeleton" "\
25261 Insert SKELETON.
25262 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
25263 If no ARG was given, but the region is visible, ARG defaults to -1 depending
25264 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
25265 This command can also be an abbrev expansion (3rd and 4th columns in
25266 \\[edit-abbrevs] buffer: \"\" command-name).
25268 Optional second argument STR may also be a string which will be the value
25269 of `str' whereas the skeleton's interactor is then ignored.
25271 \(fn SKELETON &optional STR ARG)" nil nil)
25273 (autoload 'skeleton-insert "skeleton" "\
25274 Insert the complex statement skeleton SKELETON describes very concisely.
25276 With optional second argument REGIONS, wrap first interesting point
25277 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
25278 If REGIONS is negative, wrap REGIONS preceding interregions into first
25279 REGIONS interesting positions (successive `_'s) in skeleton.
25281 An interregion is the stretch of text between two contiguous marked
25282 points. If you marked A B C [] (where [] is the cursor) in
25283 alphabetical order, the 3 interregions are simply the last 3 regions.
25284 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
25286 The optional third argument STR, if specified, is the value for the
25287 variable `str' within the skeleton. When this is non-nil, the
25288 interactor gets ignored, and this should be a valid skeleton element.
25290 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
25291 not needed, a prompt-string or an expression for complex read functions.
25293 If ELEMENT is a string or a character it gets inserted (see also
25294 `skeleton-transformation-function'). Other possibilities are:
25296 \\n go to next line and indent according to mode
25297 _ interesting point, interregion here
25298 - interesting point, no interregion interaction, overrides
25299 interesting point set by _
25300 > indent line (or interregion if > _) according to major mode
25301 @ add position to `skeleton-positions'
25302 & do next ELEMENT if previous moved point
25303 | do next ELEMENT if previous didn't move point
25304 -num delete num preceding characters (see `skeleton-untabify')
25305 resume: skipped, continue here if quit is signaled
25306 nil skipped
25308 After termination, point will be positioned at the last occurrence of -
25309 or at the first occurrence of _ or at the end of the inserted text.
25311 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
25312 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
25313 different inputs. The SKELETON is processed as often as the user enters a
25314 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
25315 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
25316 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
25317 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
25318 strings with the subskeleton being repeated once for each string.
25320 Quoted Lisp expressions are evaluated for their side-effects.
25321 Other Lisp expressions are evaluated and the value treated as above.
25322 Note that expressions may not return t since this implies an
25323 endless loop. Modes can define other symbols by locally setting them
25324 to any valid skeleton element. The following local variables are
25325 available:
25327 str first time: read a string according to INTERACTOR
25328 then: insert previously read string once more
25329 help help-form during interaction with the user or nil
25330 input initial input (string or cons with index) while reading str
25331 v1, v2 local variables for memorizing anything you want
25333 When done with skeleton, but before going back to `_'-point call
25334 `skeleton-end-hook' if that is non-nil.
25336 \(fn SKELETON &optional REGIONS STR)" nil nil)
25338 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
25339 Insert the character you type ARG times.
25341 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
25342 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
25343 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
25344 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
25345 Pairing is also prohibited if we are right after a quoting character
25346 such as backslash.
25348 If a match is found in `skeleton-pair-alist', that is inserted, else
25349 the defaults are used. These are (), [], {}, <> and `' for the
25350 symmetrical ones, and the same character twice for the others.
25352 \(fn ARG)" t nil)
25354 ;;;***
25356 ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
25357 ;;;;;; "smerge-mode" "vc/smerge-mode.el" (19863 8742))
25358 ;;; Generated autoloads from vc/smerge-mode.el
25360 (autoload 'smerge-ediff "smerge-mode" "\
25361 Invoke ediff to resolve the conflicts.
25362 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
25363 buffer names.
25365 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
25367 (autoload 'smerge-mode "smerge-mode" "\
25368 Minor mode to simplify editing output from the diff3 program.
25369 \\{smerge-mode-map}
25371 \(fn &optional ARG)" t nil)
25373 (autoload 'smerge-start-session "smerge-mode" "\
25374 Turn on `smerge-mode' and move point to first conflict marker.
25375 If no conflict maker is found, turn off `smerge-mode'.
25377 \(fn)" t nil)
25379 ;;;***
25381 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
25382 ;;;;;; (19845 45374))
25383 ;;; Generated autoloads from gnus/smiley.el
25385 (autoload 'smiley-region "smiley" "\
25386 Replace in the region `smiley-regexp-alist' matches with corresponding images.
25387 A list of images is returned.
25389 \(fn START END)" t nil)
25391 (autoload 'smiley-buffer "smiley" "\
25392 Run `smiley-region' at the BUFFER, specified in the argument or
25393 interactively. If there's no argument, do it at the current buffer.
25395 \(fn &optional BUFFER)" t nil)
25397 ;;;***
25399 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
25400 ;;;;;; "mail/smtpmail.el" (19845 45374))
25401 ;;; Generated autoloads from mail/smtpmail.el
25403 (autoload 'smtpmail-send-it "smtpmail" "\
25406 \(fn)" nil nil)
25408 (autoload 'smtpmail-send-queued-mail "smtpmail" "\
25409 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25411 \(fn)" t nil)
25413 ;;;***
25415 ;;;### (autoloads (snake) "snake" "play/snake.el" (19845 45374))
25416 ;;; Generated autoloads from play/snake.el
25418 (autoload 'snake "snake" "\
25419 Play the Snake game.
25420 Move the snake around without colliding with its tail or with the border.
25422 Eating dots causes the snake to get longer.
25424 Snake mode keybindings:
25425 \\<snake-mode-map>
25426 \\[snake-start-game] Starts a new game of Snake
25427 \\[snake-end-game] Terminates the current game
25428 \\[snake-pause-game] Pauses (or resumes) the current game
25429 \\[snake-move-left] Makes the snake move left
25430 \\[snake-move-right] Makes the snake move right
25431 \\[snake-move-up] Makes the snake move up
25432 \\[snake-move-down] Makes the snake move down
25434 \(fn)" t nil)
25436 ;;;***
25438 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
25439 ;;;;;; (19845 45374))
25440 ;;; Generated autoloads from net/snmp-mode.el
25442 (autoload 'snmp-mode "snmp-mode" "\
25443 Major mode for editing SNMP MIBs.
25444 Expression and list commands understand all C brackets.
25445 Tab indents for C code.
25446 Comments start with -- and end with newline or another --.
25447 Delete converts tabs to spaces as it moves back.
25448 \\{snmp-mode-map}
25449 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
25450 `snmp-mode-hook'.
25452 \(fn)" t nil)
25454 (autoload 'snmpv2-mode "snmp-mode" "\
25455 Major mode for editing SNMPv2 MIBs.
25456 Expression and list commands understand all C brackets.
25457 Tab indents for C code.
25458 Comments start with -- and end with newline or another --.
25459 Delete converts tabs to spaces as it moves back.
25460 \\{snmp-mode-map}
25461 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
25462 then `snmpv2-mode-hook'.
25464 \(fn)" t nil)
25466 ;;;***
25468 ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (19886
25469 ;;;;;; 45771))
25470 ;;; Generated autoloads from calendar/solar.el
25472 (autoload 'sunrise-sunset "solar" "\
25473 Local time of sunrise and sunset for today. Accurate to a few seconds.
25474 If called with an optional prefix argument ARG, prompt for date.
25475 If called with an optional double prefix argument, prompt for
25476 longitude, latitude, time zone, and date, and always use standard time.
25478 This function is suitable for execution in a .emacs file.
25480 \(fn &optional ARG)" t nil)
25482 ;;;***
25484 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (19889
25485 ;;;;;; 21967))
25486 ;;; Generated autoloads from play/solitaire.el
25488 (autoload 'solitaire "solitaire" "\
25489 Play Solitaire.
25491 To play Solitaire, type \\[solitaire].
25492 \\<solitaire-mode-map>
25493 Move around the board using the cursor keys.
25494 Move stones using \\[solitaire-move] followed by a direction key.
25495 Undo moves using \\[solitaire-undo].
25496 Check for possible moves using \\[solitaire-do-check].
25497 \(The variable `solitaire-auto-eval' controls whether to automatically
25498 check after each move or undo.)
25500 What is Solitaire?
25502 I don't know who invented this game, but it seems to be rather old and
25503 its origin seems to be northern Africa. Here's how to play:
25504 Initially, the board will look similar to this:
25506 Le Solitaire
25507 ============
25509 o o o
25511 o o o
25513 o o o o o o o
25515 o o o . o o o
25517 o o o o o o o
25519 o o o
25521 o o o
25523 Let's call the o's stones and the .'s holes. One stone fits into one
25524 hole. As you can see, all holes but one are occupied by stones. The
25525 aim of the game is to get rid of all but one stone, leaving that last
25526 one in the middle of the board if you're cool.
25528 A stone can be moved if there is another stone next to it, and a hole
25529 after that one. Thus there must be three fields in a row, either
25530 horizontally or vertically, up, down, left or right, which look like
25531 this: o o .
25533 Then the first stone is moved to the hole, jumping over the second,
25534 which therefore is taken away. The above thus `evaluates' to: . . o
25536 That's all. Here's the board after two moves:
25538 o o o
25540 . o o
25542 o o . o o o o
25544 o . o o o o o
25546 o o o o o o o
25548 o o o
25550 o o o
25552 Pick your favourite shortcuts:
25554 \\{solitaire-mode-map}
25556 \(fn ARG)" t nil)
25558 ;;;***
25560 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25561 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25562 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (19845 45374))
25563 ;;; Generated autoloads from sort.el
25564 (put 'sort-fold-case 'safe-local-variable 'booleanp)
25566 (autoload 'sort-subr "sort" "\
25567 General text sorting routine to divide buffer into records and sort them.
25569 We divide the accessible portion of the buffer into disjoint pieces
25570 called sort records. A portion of each sort record (perhaps all of
25571 it) is designated as the sort key. The records are rearranged in the
25572 buffer in order by their sort keys. The records may or may not be
25573 contiguous.
25575 Usually the records are rearranged in order of ascending sort key.
25576 If REVERSE is non-nil, they are rearranged in order of descending sort key.
25577 The variable `sort-fold-case' determines whether alphabetic case affects
25578 the sort order.
25580 The next four arguments are functions to be called to move point
25581 across a sort record. They will be called many times from within sort-subr.
25583 NEXTRECFUN is called with point at the end of the previous record.
25584 It moves point to the start of the next record.
25585 It should move point to the end of the buffer if there are no more records.
25586 The first record is assumed to start at the position of point when sort-subr
25587 is called.
25589 ENDRECFUN is called with point within the record.
25590 It should move point to the end of the record.
25592 STARTKEYFUN moves from the start of the record to the start of the key.
25593 It may return either a non-nil value to be used as the key, or
25594 else the key is the substring between the values of point after
25595 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
25596 starts at the beginning of the record.
25598 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
25599 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
25600 same as ENDRECFUN.
25602 PREDICATE is the function to use to compare keys. If keys are numbers,
25603 it defaults to `<', otherwise it defaults to `string<'.
25605 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
25607 (autoload 'sort-lines "sort" "\
25608 Sort lines in region alphabetically; argument means descending order.
25609 Called from a program, there are three arguments:
25610 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25611 The variable `sort-fold-case' determines whether alphabetic case affects
25612 the sort order.
25614 \(fn REVERSE BEG END)" t nil)
25616 (autoload 'sort-paragraphs "sort" "\
25617 Sort paragraphs in region alphabetically; argument means descending order.
25618 Called from a program, there are three arguments:
25619 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25620 The variable `sort-fold-case' determines whether alphabetic case affects
25621 the sort order.
25623 \(fn REVERSE BEG END)" t nil)
25625 (autoload 'sort-pages "sort" "\
25626 Sort pages in region alphabetically; argument means descending order.
25627 Called from a program, there are three arguments:
25628 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25629 The variable `sort-fold-case' determines whether alphabetic case affects
25630 the sort order.
25632 \(fn REVERSE BEG END)" t nil)
25633 (put 'sort-numeric-base 'safe-local-variable 'integerp)
25635 (autoload 'sort-numeric-fields "sort" "\
25636 Sort lines in region numerically by the ARGth field of each line.
25637 Fields are separated by whitespace and numbered from 1 up.
25638 Specified field must contain a number in each line of the region,
25639 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
25640 Otherwise, the number is interpreted according to sort-numeric-base.
25641 With a negative arg, sorts by the ARGth field counted from the right.
25642 Called from a program, there are three arguments:
25643 FIELD, BEG and END. BEG and END specify region to sort.
25645 \(fn FIELD BEG END)" t nil)
25647 (autoload 'sort-fields "sort" "\
25648 Sort lines in region lexicographically by the ARGth field of each line.
25649 Fields are separated by whitespace and numbered from 1 up.
25650 With a negative arg, sorts by the ARGth field counted from the right.
25651 Called from a program, there are three arguments:
25652 FIELD, BEG and END. BEG and END specify region to sort.
25653 The variable `sort-fold-case' determines whether alphabetic case affects
25654 the sort order.
25656 \(fn FIELD BEG END)" t nil)
25658 (autoload 'sort-regexp-fields "sort" "\
25659 Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
25660 RECORD-REGEXP specifies the textual units which should be sorted.
25661 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
25662 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
25663 is to be used for sorting.
25664 If it is \"\\\\digit\" then the digit'th \"\\\\(...\\\\)\" match field from
25665 RECORD-REGEXP is used.
25666 If it is \"\\\\&\" then the whole record is used.
25667 Otherwise, it is a regular-expression for which to search within the record.
25668 If a match for KEY is not found within a record then that record is ignored.
25670 With a negative prefix arg sorts in reverse order.
25672 The variable `sort-fold-case' determines whether alphabetic case affects
25673 the sort order.
25675 For example: to sort lines in the region by the first word on each line
25676 starting with the letter \"f\",
25677 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
25679 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
25681 (autoload 'sort-columns "sort" "\
25682 Sort lines in region alphabetically by a certain range of columns.
25683 For the purpose of this command, the region BEG...END includes
25684 the entire line that point is in and the entire line the mark is in.
25685 The column positions of point and mark bound the range of columns to sort on.
25686 A prefix argument means sort into REVERSE order.
25687 The variable `sort-fold-case' determines whether alphabetic case affects
25688 the sort order.
25690 Note that `sort-columns' rejects text that contains tabs,
25691 because tabs could be split across the specified columns
25692 and it doesn't know how to handle that. Also, when possible,
25693 it uses the `sort' utility program, which doesn't understand tabs.
25694 Use \\[untabify] to convert tabs to spaces before sorting.
25696 \(fn REVERSE &optional BEG END)" t nil)
25698 (autoload 'reverse-region "sort" "\
25699 Reverse the order of lines in a region.
25700 From a program takes two point or marker arguments, BEG and END.
25702 \(fn BEG END)" t nil)
25704 ;;;***
25706 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (19867
25707 ;;;;;; 52471))
25708 ;;; Generated autoloads from gnus/spam.el
25710 (autoload 'spam-initialize "spam" "\
25711 Install the spam.el hooks and do other initialization.
25712 When SYMBOLS is given, set those variables to t. This is so you
25713 can call `spam-initialize' before you set spam-use-* variables on
25714 explicitly, and matters only if you need the extra headers
25715 installed through `spam-necessary-extra-headers'.
25717 \(fn &rest SYMBOLS)" t nil)
25719 ;;;***
25721 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25722 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25723 ;;;;;; "gnus/spam-report.el" (19845 45374))
25724 ;;; Generated autoloads from gnus/spam-report.el
25726 (autoload 'spam-report-process-queue "spam-report" "\
25727 Report all queued requests from `spam-report-requests-file'.
25729 If FILE is given, use it instead of `spam-report-requests-file'.
25730 If KEEP is t, leave old requests in the file. If KEEP is the
25731 symbol `ask', query before flushing the queue file.
25733 \(fn &optional FILE KEEP)" t nil)
25735 (autoload 'spam-report-url-ping-mm-url "spam-report" "\
25736 Ping a host through HTTP, addressing a specific GET resource. Use
25737 the external program specified in `mm-url-program' to connect to
25738 server.
25740 \(fn HOST REPORT)" nil nil)
25742 (autoload 'spam-report-url-to-file "spam-report" "\
25743 Collect spam report requests in `spam-report-requests-file'.
25744 Customize `spam-report-url-ping-function' to use this function.
25746 \(fn HOST REPORT)" nil nil)
25748 (autoload 'spam-report-agentize "spam-report" "\
25749 Add spam-report support to the Agent.
25750 Spam reports will be queued with \\[spam-report-url-to-file] when
25751 the Agent is unplugged, and will be submitted in a batch when the
25752 Agent is plugged.
25754 \(fn)" t nil)
25756 (autoload 'spam-report-deagentize "spam-report" "\
25757 Remove spam-report support from the Agent.
25758 Spam reports will be queued with the method used when
25759 \\[spam-report-agentize] was run.
25761 \(fn)" t nil)
25763 ;;;***
25765 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25766 ;;;;;; "speedbar.el" (19886 45771))
25767 ;;; Generated autoloads from speedbar.el
25769 (defalias 'speedbar 'speedbar-frame-mode)
25771 (autoload 'speedbar-frame-mode "speedbar" "\
25772 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
25773 A nil ARG means toggle. Once the speedbar frame is activated, a buffer in
25774 `speedbar-mode' will be displayed. Currently, only one speedbar is
25775 supported at a time.
25776 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
25777 `speedbar-before-delete-hook' is called before the frame is deleted.
25779 \(fn &optional ARG)" t nil)
25781 (autoload 'speedbar-get-focus "speedbar" "\
25782 Change frame focus to or from the speedbar frame.
25783 If the selected frame is not speedbar, then speedbar frame is
25784 selected. If the speedbar frame is active, then select the attached frame.
25786 \(fn)" t nil)
25788 ;;;***
25790 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (19845
25791 ;;;;;; 45374))
25792 ;;; Generated autoloads from play/spook.el
25794 (autoload 'spook "spook" "\
25795 Adds that special touch of class to your outgoing mail.
25797 \(fn)" t nil)
25799 (autoload 'snarf-spooks "spook" "\
25800 Return a vector containing the lines from `spook-phrases-file'.
25802 \(fn)" nil nil)
25804 ;;;***
25806 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25807 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25808 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25809 ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
25810 ;;;;;; (19890 42850))
25811 ;;; Generated autoloads from progmodes/sql.el
25813 (autoload 'sql-add-product-keywords "sql" "\
25814 Add highlighting KEYWORDS for SQL PRODUCT.
25816 PRODUCT should be a symbol, the name of a SQL product, such as
25817 `oracle'. KEYWORDS should be a list; see the variable
25818 `font-lock-keywords'. By default they are added at the beginning
25819 of the current highlighting list. If optional argument APPEND is
25820 `set', they are used to replace the current highlighting list.
25821 If APPEND is any other non-nil value, they are added at the end
25822 of the current highlighting list.
25824 For example:
25826 (sql-add-product-keywords 'ms
25827 '((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
25829 adds a fontification pattern to fontify identifiers ending in
25830 `_t' as data types.
25832 \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil)
25834 (autoload 'sql-help "sql" "\
25835 Show short help for the SQL modes.
25837 Use an entry function to open an interactive SQL buffer. This buffer is
25838 usually named `*SQL*'. The name of the major mode is SQLi.
25840 Use the following commands to start a specific SQL interpreter:
25842 \\\\FREE
25844 Other non-free SQL implementations are also supported:
25846 \\\\NONFREE
25848 But we urge you to choose a free implementation instead of these.
25850 You can also use \\[sql-product-interactive] to invoke the
25851 interpreter for the current `sql-product'.
25853 Once you have the SQLi buffer, you can enter SQL statements in the
25854 buffer. The output generated is appended to the buffer and a new prompt
25855 is generated. See the In/Out menu in the SQLi buffer for some functions
25856 that help you navigate through the buffer, the input history, etc.
25858 If you have a really complex SQL statement or if you are writing a
25859 procedure, you can do this in a separate buffer. Put the new buffer in
25860 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
25861 anything. The name of the major mode is SQL.
25863 In this SQL buffer (SQL mode), you can send the region or the entire
25864 buffer to the interactive SQL buffer (SQLi mode). The results are
25865 appended to the SQLi buffer without disturbing your SQL buffer.
25867 \(fn)" t nil)
25869 (autoload 'sql-mode "sql" "\
25870 Major mode to edit SQL.
25872 You can send SQL statements to the SQLi buffer using
25873 \\[sql-send-region]. Such a buffer must exist before you can do this.
25874 See `sql-help' on how to create SQLi buffers.
25876 \\{sql-mode-map}
25877 Customization: Entry to this mode runs the `sql-mode-hook'.
25879 When you put a buffer in SQL mode, the buffer stores the last SQLi
25880 buffer created as its destination in the variable `sql-buffer'. This
25881 will be the buffer \\[sql-send-region] sends the region to. If this
25882 SQLi buffer is killed, \\[sql-send-region] is no longer able to
25883 determine where the strings should be sent to. You can set the
25884 value of `sql-buffer' using \\[sql-set-sqli-buffer].
25886 For information on how to create multiple SQLi buffers, see
25887 `sql-interactive-mode'.
25889 Note that SQL doesn't have an escape character unless you specify
25890 one. If you specify backslash as escape character in SQL,
25891 you must tell Emacs. Here's how to do that in your `~/.emacs' file:
25893 \(add-hook 'sql-mode-hook
25894 (lambda ()
25895 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
25897 \(fn)" t nil)
25899 (autoload 'sql-connect "sql" "\
25900 Connect to an interactive session using CONNECTION settings.
25902 See `sql-connection-alist' to see how to define connections and
25903 their settings.
25905 The user will not be prompted for any login parameters if a value
25906 is specified in the connection settings.
25908 \(fn CONNECTION)" t nil)
25910 (autoload 'sql-product-interactive "sql" "\
25911 Run PRODUCT interpreter as an inferior process.
25913 If buffer `*SQL*' exists but no process is running, make a new process.
25914 If buffer exists and a process is running, just switch to buffer `*SQL*'.
25916 To specify the SQL product, prefix the call with
25917 \\[universal-argument]. To set the buffer name as well, prefix
25918 the call to \\[sql-product-interactive] with
25919 \\[universal-argument] \\[universal-argument].
25921 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25923 \(fn &optional PRODUCT NEW-NAME)" t nil)
25925 (autoload 'sql-oracle "sql" "\
25926 Run sqlplus by Oracle as an inferior process.
25928 If buffer `*SQL*' exists but no process is running, make a new process.
25929 If buffer exists and a process is running, just switch to buffer
25930 `*SQL*'.
25932 Interpreter used comes from variable `sql-oracle-program'. Login uses
25933 the variables `sql-user', `sql-password', and `sql-database' as
25934 defaults, if set. Additional command line parameters can be stored in
25935 the list `sql-oracle-options'.
25937 The buffer is put in SQL interactive mode, giving commands for sending
25938 input. See `sql-interactive-mode'.
25940 To set the buffer name directly, use \\[universal-argument]
25941 before \\[sql-oracle]. Once session has started,
25942 \\[sql-rename-buffer] can be called separately to rename the
25943 buffer.
25945 To specify a coding system for converting non-ASCII characters
25946 in the input and output to the process, use \\[universal-coding-system-argument]
25947 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
25948 in the SQL buffer, after you start the process.
25949 The default comes from `process-coding-system-alist' and
25950 `default-process-coding-system'.
25952 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25954 \(fn &optional BUFFER)" t nil)
25956 (autoload 'sql-sybase "sql" "\
25957 Run isql by Sybase as an inferior process.
25959 If buffer `*SQL*' exists but no process is running, make a new process.
25960 If buffer exists and a process is running, just switch to buffer
25961 `*SQL*'.
25963 Interpreter used comes from variable `sql-sybase-program'. Login uses
25964 the variables `sql-server', `sql-user', `sql-password', and
25965 `sql-database' as defaults, if set. Additional command line parameters
25966 can be stored in the list `sql-sybase-options'.
25968 The buffer is put in SQL interactive mode, giving commands for sending
25969 input. See `sql-interactive-mode'.
25971 To set the buffer name directly, use \\[universal-argument]
25972 before \\[sql-sybase]. Once session has started,
25973 \\[sql-rename-buffer] can be called separately to rename the
25974 buffer.
25976 To specify a coding system for converting non-ASCII characters
25977 in the input and output to the process, use \\[universal-coding-system-argument]
25978 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
25979 in the SQL buffer, after you start the process.
25980 The default comes from `process-coding-system-alist' and
25981 `default-process-coding-system'.
25983 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25985 \(fn &optional BUFFER)" t nil)
25987 (autoload 'sql-informix "sql" "\
25988 Run dbaccess by Informix as an inferior process.
25990 If buffer `*SQL*' exists but no process is running, make a new process.
25991 If buffer exists and a process is running, just switch to buffer
25992 `*SQL*'.
25994 Interpreter used comes from variable `sql-informix-program'. Login uses
25995 the variable `sql-database' as default, if set.
25997 The buffer is put in SQL interactive mode, giving commands for sending
25998 input. See `sql-interactive-mode'.
26000 To set the buffer name directly, use \\[universal-argument]
26001 before \\[sql-informix]. Once session has started,
26002 \\[sql-rename-buffer] can be called separately to rename the
26003 buffer.
26005 To specify a coding system for converting non-ASCII characters
26006 in the input and output to the process, use \\[universal-coding-system-argument]
26007 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
26008 in the SQL buffer, after you start the process.
26009 The default comes from `process-coding-system-alist' and
26010 `default-process-coding-system'.
26012 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26014 \(fn &optional BUFFER)" t nil)
26016 (autoload 'sql-sqlite "sql" "\
26017 Run sqlite as an inferior process.
26019 SQLite is free software.
26021 If buffer `*SQL*' exists but no process is running, make a new process.
26022 If buffer exists and a process is running, just switch to buffer
26023 `*SQL*'.
26025 Interpreter used comes from variable `sql-sqlite-program'. Login uses
26026 the variables `sql-user', `sql-password', `sql-database', and
26027 `sql-server' as defaults, if set. Additional command line parameters
26028 can be stored in the list `sql-sqlite-options'.
26030 The buffer is put in SQL interactive mode, giving commands for sending
26031 input. See `sql-interactive-mode'.
26033 To set the buffer name directly, use \\[universal-argument]
26034 before \\[sql-sqlite]. Once session has started,
26035 \\[sql-rename-buffer] can be called separately to rename the
26036 buffer.
26038 To specify a coding system for converting non-ASCII characters
26039 in the input and output to the process, use \\[universal-coding-system-argument]
26040 before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system]
26041 in the SQL buffer, after you start the process.
26042 The default comes from `process-coding-system-alist' and
26043 `default-process-coding-system'.
26045 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26047 \(fn &optional BUFFER)" t nil)
26049 (autoload 'sql-mysql "sql" "\
26050 Run mysql by TcX as an inferior process.
26052 Mysql versions 3.23 and up are free software.
26054 If buffer `*SQL*' exists but no process is running, make a new process.
26055 If buffer exists and a process is running, just switch to buffer
26056 `*SQL*'.
26058 Interpreter used comes from variable `sql-mysql-program'. Login uses
26059 the variables `sql-user', `sql-password', `sql-database', and
26060 `sql-server' as defaults, if set. Additional command line parameters
26061 can be stored in the list `sql-mysql-options'.
26063 The buffer is put in SQL interactive mode, giving commands for sending
26064 input. See `sql-interactive-mode'.
26066 To set the buffer name directly, use \\[universal-argument]
26067 before \\[sql-mysql]. Once session has started,
26068 \\[sql-rename-buffer] can be called separately to rename the
26069 buffer.
26071 To specify a coding system for converting non-ASCII characters
26072 in the input and output to the process, use \\[universal-coding-system-argument]
26073 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
26074 in the SQL buffer, after you start the process.
26075 The default comes from `process-coding-system-alist' and
26076 `default-process-coding-system'.
26078 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26080 \(fn &optional BUFFER)" t nil)
26082 (autoload 'sql-solid "sql" "\
26083 Run solsql by Solid as an inferior process.
26085 If buffer `*SQL*' exists but no process is running, make a new process.
26086 If buffer exists and a process is running, just switch to buffer
26087 `*SQL*'.
26089 Interpreter used comes from variable `sql-solid-program'. Login uses
26090 the variables `sql-user', `sql-password', and `sql-server' as
26091 defaults, if set.
26093 The buffer is put in SQL interactive mode, giving commands for sending
26094 input. See `sql-interactive-mode'.
26096 To set the buffer name directly, use \\[universal-argument]
26097 before \\[sql-solid]. Once session has started,
26098 \\[sql-rename-buffer] can be called separately to rename the
26099 buffer.
26101 To specify a coding system for converting non-ASCII characters
26102 in the input and output to the process, use \\[universal-coding-system-argument]
26103 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
26104 in the SQL buffer, after you start the process.
26105 The default comes from `process-coding-system-alist' and
26106 `default-process-coding-system'.
26108 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26110 \(fn &optional BUFFER)" t nil)
26112 (autoload 'sql-ingres "sql" "\
26113 Run sql by Ingres as an inferior process.
26115 If buffer `*SQL*' exists but no process is running, make a new process.
26116 If buffer exists and a process is running, just switch to buffer
26117 `*SQL*'.
26119 Interpreter used comes from variable `sql-ingres-program'. Login uses
26120 the variable `sql-database' as default, if set.
26122 The buffer is put in SQL interactive mode, giving commands for sending
26123 input. See `sql-interactive-mode'.
26125 To set the buffer name directly, use \\[universal-argument]
26126 before \\[sql-ingres]. Once session has started,
26127 \\[sql-rename-buffer] can be called separately to rename the
26128 buffer.
26130 To specify a coding system for converting non-ASCII characters
26131 in the input and output to the process, use \\[universal-coding-system-argument]
26132 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
26133 in the SQL buffer, after you start the process.
26134 The default comes from `process-coding-system-alist' and
26135 `default-process-coding-system'.
26137 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26139 \(fn &optional BUFFER)" t nil)
26141 (autoload 'sql-ms "sql" "\
26142 Run osql by Microsoft as an inferior process.
26144 If buffer `*SQL*' exists but no process is running, make a new process.
26145 If buffer exists and a process is running, just switch to buffer
26146 `*SQL*'.
26148 Interpreter used comes from variable `sql-ms-program'. Login uses the
26149 variables `sql-user', `sql-password', `sql-database', and `sql-server'
26150 as defaults, if set. Additional command line parameters can be stored
26151 in the list `sql-ms-options'.
26153 The buffer is put in SQL interactive mode, giving commands for sending
26154 input. See `sql-interactive-mode'.
26156 To set the buffer name directly, use \\[universal-argument]
26157 before \\[sql-ms]. Once session has started,
26158 \\[sql-rename-buffer] can be called separately to rename the
26159 buffer.
26161 To specify a coding system for converting non-ASCII characters
26162 in the input and output to the process, use \\[universal-coding-system-argument]
26163 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
26164 in the SQL buffer, after you start the process.
26165 The default comes from `process-coding-system-alist' and
26166 `default-process-coding-system'.
26168 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26170 \(fn &optional BUFFER)" t nil)
26172 (autoload 'sql-postgres "sql" "\
26173 Run psql by Postgres as an inferior process.
26175 If buffer `*SQL*' exists but no process is running, make a new process.
26176 If buffer exists and a process is running, just switch to buffer
26177 `*SQL*'.
26179 Interpreter used comes from variable `sql-postgres-program'. Login uses
26180 the variables `sql-database' and `sql-server' as default, if set.
26181 Additional command line parameters can be stored in the list
26182 `sql-postgres-options'.
26184 The buffer is put in SQL interactive mode, giving commands for sending
26185 input. See `sql-interactive-mode'.
26187 To set the buffer name directly, use \\[universal-argument]
26188 before \\[sql-postgres]. Once session has started,
26189 \\[sql-rename-buffer] can be called separately to rename the
26190 buffer.
26192 To specify a coding system for converting non-ASCII characters
26193 in the input and output to the process, use \\[universal-coding-system-argument]
26194 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
26195 in the SQL buffer, after you start the process.
26196 The default comes from `process-coding-system-alist' and
26197 `default-process-coding-system'. If your output lines end with ^M,
26198 your might try undecided-dos as a coding system. If this doesn't help,
26199 Try to set `comint-output-filter-functions' like this:
26201 \(setq comint-output-filter-functions (append comint-output-filter-functions
26202 '(comint-strip-ctrl-m)))
26204 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26206 \(fn &optional BUFFER)" t nil)
26208 (autoload 'sql-interbase "sql" "\
26209 Run isql by Interbase as an inferior process.
26211 If buffer `*SQL*' exists but no process is running, make a new process.
26212 If buffer exists and a process is running, just switch to buffer
26213 `*SQL*'.
26215 Interpreter used comes from variable `sql-interbase-program'. Login
26216 uses the variables `sql-user', `sql-password', and `sql-database' as
26217 defaults, if set.
26219 The buffer is put in SQL interactive mode, giving commands for sending
26220 input. See `sql-interactive-mode'.
26222 To set the buffer name directly, use \\[universal-argument]
26223 before \\[sql-interbase]. Once session has started,
26224 \\[sql-rename-buffer] can be called separately to rename the
26225 buffer.
26227 To specify a coding system for converting non-ASCII characters
26228 in the input and output to the process, use \\[universal-coding-system-argument]
26229 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
26230 in the SQL buffer, after you start the process.
26231 The default comes from `process-coding-system-alist' and
26232 `default-process-coding-system'.
26234 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26236 \(fn &optional BUFFER)" t nil)
26238 (autoload 'sql-db2 "sql" "\
26239 Run db2 by IBM as an inferior process.
26241 If buffer `*SQL*' exists but no process is running, make a new process.
26242 If buffer exists and a process is running, just switch to buffer
26243 `*SQL*'.
26245 Interpreter used comes from variable `sql-db2-program'. There is not
26246 automatic login.
26248 The buffer is put in SQL interactive mode, giving commands for sending
26249 input. See `sql-interactive-mode'.
26251 If you use \\[sql-accumulate-and-indent] to send multiline commands to
26252 db2, newlines will be escaped if necessary. If you don't want that, set
26253 `comint-input-sender' back to `comint-simple-send' by writing an after
26254 advice. See the elisp manual for more information.
26256 To set the buffer name directly, use \\[universal-argument]
26257 before \\[sql-db2]. Once session has started,
26258 \\[sql-rename-buffer] can be called separately to rename the
26259 buffer.
26261 To specify a coding system for converting non-ASCII characters
26262 in the input and output to the process, use \\[universal-coding-system-argument]
26263 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
26264 in the SQL buffer, after you start the process.
26265 The default comes from `process-coding-system-alist' and
26266 `default-process-coding-system'.
26268 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26270 \(fn &optional BUFFER)" t nil)
26272 (autoload 'sql-linter "sql" "\
26273 Run inl by RELEX as an inferior process.
26275 If buffer `*SQL*' exists but no process is running, make a new process.
26276 If buffer exists and a process is running, just switch to buffer
26277 `*SQL*'.
26279 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
26280 Login uses the variables `sql-user', `sql-password', `sql-database' and
26281 `sql-server' as defaults, if set. Additional command line parameters
26282 can be stored in the list `sql-linter-options'. Run inl -h to get help on
26283 parameters.
26285 `sql-database' is used to set the LINTER_MBX environment variable for
26286 local connections, `sql-server' refers to the server name from the
26287 `nodetab' file for the network connection (dbc_tcp or friends must run
26288 for this to work). If `sql-password' is an empty string, inl will use
26289 an empty password.
26291 The buffer is put in SQL interactive mode, giving commands for sending
26292 input. See `sql-interactive-mode'.
26294 To set the buffer name directly, use \\[universal-argument]
26295 before \\[sql-linter]. Once session has started,
26296 \\[sql-rename-buffer] can be called separately to rename the
26297 buffer.
26299 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26301 \(fn &optional BUFFER)" t nil)
26303 ;;;***
26305 ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26306 ;;;;;; (19845 45374))
26307 ;;; Generated autoloads from cedet/srecode/srt-mode.el
26309 (autoload 'srecode-template-mode "srecode/srt-mode" "\
26310 Major-mode for writing SRecode macros.
26312 \(fn)" t nil)
26314 (defalias 'srt-mode 'srecode-template-mode)
26316 ;;;***
26318 ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
26319 ;;;;;; (19845 45374))
26320 ;;; Generated autoloads from gnus/starttls.el
26322 (autoload 'starttls-open-stream "starttls" "\
26323 Open a TLS connection for a port to a host.
26324 Returns a subprocess object to represent the connection.
26325 Input and output work as for subprocesses; `delete-process' closes it.
26326 Args are NAME BUFFER HOST PORT.
26327 NAME is name for process. It is modified if necessary to make it unique.
26328 BUFFER is the buffer (or `buffer-name') to associate with the process.
26329 Process output goes at end of that buffer, unless you specify
26330 an output stream or filter function to handle the output.
26331 BUFFER may be also nil, meaning that this process is not associated
26332 with any buffer
26333 Third arg is name of the host to connect to, or its IP address.
26334 Fourth arg PORT is an integer specifying a port to connect to.
26335 If `starttls-use-gnutls' is nil, this may also be a service name, but
26336 GNUTLS requires a port number.
26338 \(fn NAME BUFFER HOST PORT)" nil nil)
26340 ;;;***
26342 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
26343 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
26344 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
26345 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
26346 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (19886
26347 ;;;;;; 45771))
26348 ;;; Generated autoloads from strokes.el
26350 (autoload 'strokes-global-set-stroke "strokes" "\
26351 Interactively give STROKE the global binding as COMMAND.
26352 Operated just like `global-set-key', except for strokes.
26353 COMMAND is a symbol naming an interactively-callable function. STROKE
26354 is a list of sampled positions on the stroke grid as described in the
26355 documentation for the `strokes-define-stroke' function.
26357 See also `strokes-global-set-stroke-string'.
26359 \(fn STROKE COMMAND)" t nil)
26361 (autoload 'strokes-read-stroke "strokes" "\
26362 Read a simple stroke (interactively) and return the stroke.
26363 Optional PROMPT in minibuffer displays before and during stroke reading.
26364 This function will display the stroke interactively as it is being
26365 entered in the strokes buffer if the variable
26366 `strokes-use-strokes-buffer' is non-nil.
26367 Optional EVENT is acceptable as the starting event of the stroke.
26369 \(fn &optional PROMPT EVENT)" nil nil)
26371 (autoload 'strokes-read-complex-stroke "strokes" "\
26372 Read a complex stroke (interactively) and return the stroke.
26373 Optional PROMPT in minibuffer displays before and during stroke reading.
26374 Note that a complex stroke allows the user to pen-up and pen-down. This
26375 is implemented by allowing the user to paint with button 1 or button 2 and
26376 then complete the stroke with button 3.
26377 Optional EVENT is acceptable as the starting event of the stroke.
26379 \(fn &optional PROMPT EVENT)" nil nil)
26381 (autoload 'strokes-do-stroke "strokes" "\
26382 Read a simple stroke from the user and then execute its command.
26383 This must be bound to a mouse event.
26385 \(fn EVENT)" t nil)
26387 (autoload 'strokes-do-complex-stroke "strokes" "\
26388 Read a complex stroke from the user and then execute its command.
26389 This must be bound to a mouse event.
26391 \(fn EVENT)" t nil)
26393 (autoload 'strokes-describe-stroke "strokes" "\
26394 Displays the command which STROKE maps to, reading STROKE interactively.
26396 \(fn STROKE)" t nil)
26398 (autoload 'strokes-help "strokes" "\
26399 Get instruction on using the Strokes package.
26401 \(fn)" t nil)
26403 (autoload 'strokes-load-user-strokes "strokes" "\
26404 Load user-defined strokes from file named by `strokes-file'.
26406 \(fn)" t nil)
26408 (autoload 'strokes-list-strokes "strokes" "\
26409 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
26410 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
26411 chronologically by command name.
26412 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
26414 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
26416 (defvar strokes-mode nil "\
26417 Non-nil if Strokes mode is enabled.
26418 See the command `strokes-mode' for a description of this minor mode.
26419 Setting this variable directly does not take effect;
26420 either customize it (see the info node `Easy Customization')
26421 or call the function `strokes-mode'.")
26423 (custom-autoload 'strokes-mode "strokes" nil)
26425 (autoload 'strokes-mode "strokes" "\
26426 Toggle Strokes global minor mode.\\<strokes-mode-map>
26427 With ARG, turn strokes on if and only if ARG is positive.
26428 Strokes are pictographic mouse gestures which invoke commands.
26429 Strokes are invoked with \\[strokes-do-stroke]. You can define
26430 new strokes with \\[strokes-global-set-stroke]. See also
26431 \\[strokes-do-complex-stroke] for `complex' strokes.
26433 To use strokes for pictographic editing, such as Chinese/Japanese, use
26434 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
26435 Encode/decode your strokes with \\[strokes-encode-buffer],
26436 \\[strokes-decode-buffer].
26438 \\{strokes-mode-map}
26440 \(fn &optional ARG)" t nil)
26442 (autoload 'strokes-decode-buffer "strokes" "\
26443 Decode stroke strings in BUFFER and display their corresponding glyphs.
26444 Optional BUFFER defaults to the current buffer.
26445 Optional FORCE non-nil will ignore the buffer's read-only status.
26447 \(fn &optional BUFFER FORCE)" t nil)
26449 (autoload 'strokes-compose-complex-stroke "strokes" "\
26450 Read a complex stroke and insert its glyph into the current buffer.
26452 \(fn)" t nil)
26454 ;;;***
26456 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
26457 ;;;;;; "studly" "play/studly.el" (19845 45374))
26458 ;;; Generated autoloads from play/studly.el
26460 (autoload 'studlify-region "studly" "\
26461 Studlify-case the region.
26463 \(fn BEGIN END)" t nil)
26465 (autoload 'studlify-word "studly" "\
26466 Studlify-case the current word, or COUNT words if given an argument.
26468 \(fn COUNT)" t nil)
26470 (autoload 'studlify-buffer "studly" "\
26471 Studlify-case the current buffer.
26473 \(fn)" t nil)
26475 ;;;***
26477 ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
26478 ;;;;;; (19845 45374))
26479 ;;; Generated autoloads from progmodes/subword.el
26481 (autoload 'subword-mode "subword" "\
26482 Mode enabling subword movement and editing keys.
26483 In spite of GNU Coding Standards, it is popular to name a symbol by
26484 mixing uppercase and lowercase letters, e.g. \"GtkWidget\",
26485 \"EmacsFrameClass\", \"NSGraphicsContext\", etc. Here we call these
26486 mixed case symbols `nomenclatures'. Also, each capitalized (or
26487 completely uppercase) part of a nomenclature is called a `subword'.
26488 Here are some examples:
26490 Nomenclature Subwords
26491 ===========================================================
26492 GtkWindow => \"Gtk\" and \"Window\"
26493 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
26494 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
26496 The subword oriented commands activated in this minor mode recognize
26497 subwords in a nomenclature to move between subwords and to edit them
26498 as words.
26500 \\{subword-mode-map}
26502 \(fn &optional ARG)" t nil)
26504 (defvar global-subword-mode nil "\
26505 Non-nil if Global-Subword mode is enabled.
26506 See the command `global-subword-mode' for a description of this minor mode.
26507 Setting this variable directly does not take effect;
26508 either customize it (see the info node `Easy Customization')
26509 or call the function `global-subword-mode'.")
26511 (custom-autoload 'global-subword-mode "subword" nil)
26513 (autoload 'global-subword-mode "subword" "\
26514 Toggle Subword mode in every possible buffer.
26515 With prefix ARG, turn Global-Subword mode on if and only if
26516 ARG is positive.
26517 Subword mode is enabled in all buffers where
26518 `(lambda nil (subword-mode 1))' would do it.
26519 See `subword-mode' for more information on Subword mode.
26521 \(fn &optional ARG)" t nil)
26523 ;;;***
26525 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26526 ;;;;;; (19845 45374))
26527 ;;; Generated autoloads from mail/supercite.el
26529 (autoload 'sc-cite-original "supercite" "\
26530 Workhorse citing function which performs the initial citation.
26531 This is callable from the various mail and news readers' reply
26532 function according to the agreed upon standard. See the associated
26533 info node `(SC)Top' for more details.
26534 `sc-cite-original' does not do any yanking of the
26535 original message but it does require a few things:
26537 1) The reply buffer is the current buffer.
26539 2) The original message has been yanked and inserted into the
26540 reply buffer.
26542 3) Verbose mail headers from the original message have been
26543 inserted into the reply buffer directly before the text of the
26544 original message.
26546 4) Point is at the beginning of the verbose headers.
26548 5) Mark is at the end of the body of text to be cited.
26550 The region need not be active (and typically isn't when this
26551 function is called). Also, the hook `sc-pre-hook' is run before,
26552 and `sc-post-hook' is run after the guts of this function.
26554 \(fn)" nil nil)
26556 ;;;***
26558 ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (19845
26559 ;;;;;; 45374))
26560 ;;; Generated autoloads from t-mouse.el
26562 (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
26564 (defvar gpm-mouse-mode t "\
26565 Non-nil if Gpm-Mouse mode is enabled.
26566 See the command `gpm-mouse-mode' for a description of this minor mode.
26567 Setting this variable directly does not take effect;
26568 either customize it (see the info node `Easy Customization')
26569 or call the function `gpm-mouse-mode'.")
26571 (custom-autoload 'gpm-mouse-mode "t-mouse" nil)
26573 (autoload 'gpm-mouse-mode "t-mouse" "\
26574 Toggle gpm-mouse mode to use the mouse in GNU/Linux consoles.
26575 With prefix arg, turn gpm-mouse mode on if arg is positive,
26576 otherwise turn it off.
26578 This allows the use of the mouse when operating on a GNU/Linux console,
26579 in the same way as you can use the mouse under X11.
26580 It relies on the `gpm' daemon being activated.
26582 \(fn &optional ARG)" t nil)
26584 ;;;***
26586 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (19845 45374))
26587 ;;; Generated autoloads from tabify.el
26589 (autoload 'untabify "tabify" "\
26590 Convert all tabs in region to multiple spaces, preserving columns.
26591 Called non-interactively, the region is specified by arguments
26592 START and END, rather than by the position of point and mark.
26593 The variable `tab-width' controls the spacing of tab stops.
26595 \(fn START END)" t nil)
26597 (autoload 'tabify "tabify" "\
26598 Convert multiple spaces in region to tabs when possible.
26599 A group of spaces is partially replaced by tabs
26600 when this can be done without changing the column they end at.
26601 Called non-interactively, the region is specified by arguments
26602 START and END, rather than by the position of point and mark.
26603 The variable `tab-width' controls the spacing of tab stops.
26605 \(fn START END)" t nil)
26607 ;;;***
26609 ;;;### (autoloads (table-release table-capture table-delete-column
26610 ;;;;;; table-delete-row table-insert-sequence table-generate-source
26611 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
26612 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
26613 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
26614 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
26615 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
26616 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
26617 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
26618 ;;;;;; table-recognize table-insert-row-column table-insert-column
26619 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
26620 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26621 ;;;;;; "table" "textmodes/table.el" (19845 45374))
26622 ;;; Generated autoloads from textmodes/table.el
26624 (defvar table-cell-map-hook nil "\
26625 Normal hooks run when finishing construction of `table-cell-map'.
26626 User can modify `table-cell-map' by adding custom functions here.")
26628 (custom-autoload 'table-cell-map-hook "table" t)
26630 (defvar table-load-hook nil "\
26631 List of functions to be called after the table is first loaded.")
26633 (custom-autoload 'table-load-hook "table" t)
26635 (defvar table-point-entered-cell-hook nil "\
26636 List of functions to be called after point entered a table cell.")
26638 (custom-autoload 'table-point-entered-cell-hook "table" t)
26640 (defvar table-point-left-cell-hook nil "\
26641 List of functions to be called after point left a table cell.")
26643 (custom-autoload 'table-point-left-cell-hook "table" t)
26645 (autoload 'table-insert "table" "\
26646 Insert an editable text table.
26647 Insert a table of specified number of COLUMNS and ROWS. Optional
26648 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
26649 cell. The cell size is uniform across the table if the specified size
26650 is a number. They can be a list of numbers to specify different size
26651 for each cell. When called interactively, the list of number is
26652 entered by simply listing all the numbers with space characters
26653 delimiting them.
26655 Examples:
26657 \\[table-insert] inserts a table at the current point location.
26659 Suppose we have the following situation where `-!-' indicates the
26660 location of point.
26664 Type \\[table-insert] and hit ENTER key. As it asks table
26665 specification, provide 3 for number of columns, 1 for number of rows,
26666 5 for cell width and 1 for cell height. Now you shall see the next
26667 table and the point is automatically moved to the beginning of the
26668 first cell.
26670 +-----+-----+-----+
26671 |-!- | | |
26672 +-----+-----+-----+
26674 Inside a table cell, there are special key bindings. \\<table-cell-map>
26676 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
26677 width, which results as
26679 +--------------+-----+-----+
26680 |-!- | | |
26681 +--------------+-----+-----+
26683 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
26684 TAB moves the point forward by a cell. The result now looks like this:
26686 +--------------+------+--------------------------------+
26687 | | |-!- |
26688 +--------------+------+--------------------------------+
26690 If you knew each width of the columns prior to the table creation,
26691 what you could have done better was to have had given the complete
26692 width information to `table-insert'.
26694 Cell width(s): 14 6 32
26696 instead of
26698 Cell width(s): 5
26700 This would have eliminated the previously mentioned width adjustment
26701 work all together.
26703 If the point is in the last cell type S-TAB S-TAB to move it to the
26704 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
26706 +--------------+------+--------------------------------+
26707 |-!- | | |
26708 | | | |
26709 +--------------+------+--------------------------------+
26711 Type \\[table-insert-row-column] and tell it to insert a row.
26713 +--------------+------+--------------------------------+
26714 |-!- | | |
26715 | | | |
26716 +--------------+------+--------------------------------+
26717 | | | |
26718 | | | |
26719 +--------------+------+--------------------------------+
26721 Move the point under the table as shown below.
26723 +--------------+------+--------------------------------+
26724 | | | |
26725 | | | |
26726 +--------------+------+--------------------------------+
26727 | | | |
26728 | | | |
26729 +--------------+------+--------------------------------+
26732 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
26733 when the point is outside of the table. This insertion at
26734 outside of the table effectively appends a row at the end.
26736 +--------------+------+--------------------------------+
26737 | | | |
26738 | | | |
26739 +--------------+------+--------------------------------+
26740 | | | |
26741 | | | |
26742 +--------------+------+--------------------------------+
26743 |-!- | | |
26744 | | | |
26745 +--------------+------+--------------------------------+
26747 Text editing inside the table cell produces reasonably expected
26748 results.
26750 +--------------+------+--------------------------------+
26751 | | | |
26752 | | | |
26753 +--------------+------+--------------------------------+
26754 | | |Text editing inside the table |
26755 | | |cell produces reasonably |
26756 | | |expected results.-!- |
26757 +--------------+------+--------------------------------+
26758 | | | |
26759 | | | |
26760 +--------------+------+--------------------------------+
26762 Inside a table cell has a special keymap.
26764 \\{table-cell-map}
26766 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
26768 (autoload 'table-insert-row "table" "\
26769 Insert N table row(s).
26770 When point is in a table the newly inserted row(s) are placed above
26771 the current row. When point is outside of the table it must be below
26772 the table within the table width range, then the newly created row(s)
26773 are appended at the bottom of the table.
26775 \(fn N)" t nil)
26777 (autoload 'table-insert-column "table" "\
26778 Insert N table column(s).
26779 When point is in a table the newly inserted column(s) are placed left
26780 of the current column. When point is outside of the table it must be
26781 right side of the table within the table height range, then the newly
26782 created column(s) are appended at the right of the table.
26784 \(fn N)" t nil)
26786 (autoload 'table-insert-row-column "table" "\
26787 Insert row(s) or column(s).
26788 See `table-insert-row' and `table-insert-column'.
26790 \(fn ROW-COLUMN N)" t nil)
26792 (autoload 'table-recognize "table" "\
26793 Recognize all tables within the current buffer and activate them.
26794 Scans the entire buffer and recognizes valid table cells. If the
26795 optional numeric prefix argument ARG is negative the tables in the
26796 buffer become inactive, meaning the tables become plain text and loses
26797 all the table specific features.
26799 \(fn &optional ARG)" t nil)
26801 (autoload 'table-unrecognize "table" "\
26804 \(fn)" t nil)
26806 (autoload 'table-recognize-region "table" "\
26807 Recognize all tables within region.
26808 BEG and END specify the region to work on. If the optional numeric
26809 prefix argument ARG is negative the tables in the region become
26810 inactive, meaning the tables become plain text and lose all the table
26811 specific features.
26813 \(fn BEG END &optional ARG)" t nil)
26815 (autoload 'table-unrecognize-region "table" "\
26818 \(fn BEG END)" t nil)
26820 (autoload 'table-recognize-table "table" "\
26821 Recognize a table at point.
26822 If the optional numeric prefix argument ARG is negative the table
26823 becomes inactive, meaning the table becomes plain text and loses all
26824 the table specific features.
26826 \(fn &optional ARG)" t nil)
26828 (autoload 'table-unrecognize-table "table" "\
26831 \(fn)" t nil)
26833 (autoload 'table-recognize-cell "table" "\
26834 Recognize a table cell that contains current point.
26835 Probe the cell dimension and prepare the cell information. The
26836 optional two arguments FORCE and NO-COPY are for internal use only and
26837 must not be specified. When the optional numeric prefix argument ARG
26838 is negative the cell becomes inactive, meaning that the cell becomes
26839 plain text and loses all the table specific features.
26841 \(fn &optional FORCE NO-COPY ARG)" t nil)
26843 (autoload 'table-unrecognize-cell "table" "\
26846 \(fn)" t nil)
26848 (autoload 'table-heighten-cell "table" "\
26849 Heighten the current cell by N lines by expanding the cell vertically.
26850 Heightening is done by adding blank lines at the bottom of the current
26851 cell. Other cells aligned horizontally with the current one are also
26852 heightened in order to keep the rectangular table structure. The
26853 optional argument NO-COPY is internal use only and must not be
26854 specified.
26856 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26858 (autoload 'table-shorten-cell "table" "\
26859 Shorten the current cell by N lines by shrinking the cell vertically.
26860 Shortening is done by removing blank lines from the bottom of the cell
26861 and possibly from the top of the cell as well. Therefor, the cell
26862 must have some bottom/top blank lines to be shorten effectively. This
26863 is applicable to all the cells aligned horizontally with the current
26864 one because they are also shortened in order to keep the rectangular
26865 table structure.
26867 \(fn N)" t nil)
26869 (autoload 'table-widen-cell "table" "\
26870 Widen the current cell by N columns and expand the cell horizontally.
26871 Some other cells in the same table are widen as well to keep the
26872 table's rectangle structure.
26874 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26876 (autoload 'table-narrow-cell "table" "\
26877 Narrow the current cell by N columns and shrink the cell horizontally.
26878 Some other cells in the same table are narrowed as well to keep the
26879 table's rectangle structure.
26881 \(fn N)" t nil)
26883 (autoload 'table-forward-cell "table" "\
26884 Move point forward to the beginning of the next cell.
26885 With argument ARG, do it ARG times;
26886 a negative argument ARG = -N means move backward N cells.
26887 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
26889 Sample Cell Traveling Order (In Irregular Table Cases)
26891 You can actually try how it works in this buffer. Press
26892 \\[table-recognize] and go to cells in the following tables and press
26893 \\[table-forward-cell] or TAB key.
26895 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
26896 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
26897 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
26898 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
26899 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
26900 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
26901 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
26903 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26904 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
26905 | | | | | +--+ | | | | | +--+ +--+
26906 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
26907 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
26908 | | | | | |6 | | | | | | |6 | |7 |
26909 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26911 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
26912 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
26913 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
26914 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
26915 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
26916 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
26917 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
26918 +--+--+--+ +--+--+--+
26920 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
26922 (autoload 'table-backward-cell "table" "\
26923 Move backward to the beginning of the previous cell.
26924 With argument ARG, do it ARG times;
26925 a negative argument ARG = -N means move forward N cells.
26927 \(fn &optional ARG)" t nil)
26929 (autoload 'table-span-cell "table" "\
26930 Span current cell into adjacent cell in DIRECTION.
26931 DIRECTION is one of symbols; right, left, above or below.
26933 \(fn DIRECTION)" t nil)
26935 (autoload 'table-split-cell-vertically "table" "\
26936 Split current cell vertically.
26937 Creates a cell above and a cell below the current point location.
26939 \(fn)" t nil)
26941 (autoload 'table-split-cell-horizontally "table" "\
26942 Split current cell horizontally.
26943 Creates a cell on the left and a cell on the right of the current point location.
26945 \(fn)" t nil)
26947 (autoload 'table-split-cell "table" "\
26948 Split current cell in ORIENTATION.
26949 ORIENTATION is a symbol either horizontally or vertically.
26951 \(fn ORIENTATION)" t nil)
26953 (autoload 'table-justify "table" "\
26954 Justify contents of a cell, a row of cells or a column of cells.
26955 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
26956 'center, 'right, 'top, 'middle, 'bottom or 'none.
26958 \(fn WHAT JUSTIFY)" t nil)
26960 (autoload 'table-justify-cell "table" "\
26961 Justify cell contents.
26962 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
26963 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
26964 non-nil the justify operation is limited to the current paragraph,
26965 otherwise the entire cell contents is justified.
26967 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
26969 (autoload 'table-justify-row "table" "\
26970 Justify cells of a row.
26971 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
26972 'middle, 'bottom or 'none for vertical.
26974 \(fn JUSTIFY)" t nil)
26976 (autoload 'table-justify-column "table" "\
26977 Justify cells of a column.
26978 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
26979 'middle, 'bottom or 'none for vertical.
26981 \(fn JUSTIFY)" t nil)
26983 (autoload 'table-fixed-width-mode "table" "\
26984 Toggle fixing width mode.
26985 In the fixed width mode, typing inside a cell never changes the cell
26986 width where in the normal mode the cell width expands automatically in
26987 order to prevent a word being folded into multiple lines.
26989 \(fn &optional ARG)" t nil)
26991 (autoload 'table-query-dimension "table" "\
26992 Return the dimension of the current cell and the current table.
26993 The result is a list (cw ch tw th c r cells) where cw is the cell
26994 width, ch is the cell height, tw is the table width, th is the table
26995 height, c is the number of columns, r is the number of rows and cells
26996 is the total number of cells. The cell dimension excludes the cell
26997 frame while the table dimension includes the table frame. The columns
26998 and the rows are counted by the number of cell boundaries. Therefore
26999 the number tends to be larger than it appears for the tables with
27000 non-uniform cell structure (heavily spanned and split). When optional
27001 WHERE is provided the cell and table at that location is reported.
27003 \(fn &optional WHERE)" t nil)
27005 (autoload 'table-generate-source "table" "\
27006 Generate source of the current table in the specified language.
27007 LANGUAGE is a symbol that specifies the language to describe the
27008 structure of the table. It must be either 'html, 'latex or 'cals.
27009 The resulted source text is inserted into DEST-BUFFER and the buffer
27010 object is returned. When DEST-BUFFER is omitted or nil the default
27011 buffer specified in `table-dest-buffer-name' is used. In this case
27012 the content of the default buffer is erased prior to the generation.
27013 When DEST-BUFFER is non-nil it is expected to be either a destination
27014 buffer or a name of the destination buffer. In this case the
27015 generated result is inserted at the current point in the destination
27016 buffer and the previously existing contents in the buffer are
27017 untouched.
27019 References used for this implementation:
27021 HTML:
27022 URL `http://www.w3.org'
27024 LaTeX:
27025 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
27027 CALS (DocBook DTD):
27028 URL `http://www.oasis-open.org/html/a502.htm'
27029 URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751'
27031 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
27033 (autoload 'table-insert-sequence "table" "\
27034 Travel cells forward while inserting a specified sequence string in each cell.
27035 STR is the base string from which the sequence starts. When STR is an
27036 empty string then each cell content is erased. When STR ends with
27037 numerical characters (they may optionally be surrounded by a pair of
27038 parentheses) they are incremented as a decimal number. Otherwise the
27039 last character in STR is incremented in ASCII code order. N is the
27040 number of sequence elements to insert. When N is negative the cell
27041 traveling direction is backward. When N is zero it travels forward
27042 entire table. INCREMENT is the increment between adjacent sequence
27043 elements and can be a negative number for effectively decrementing.
27044 INTERVAL is the number of cells to travel between sequence element
27045 insertion which is normally 1. When zero or less is given for
27046 INTERVAL it is interpreted as number of cells per row so that sequence
27047 is placed straight down vertically as long as the table's cell
27048 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
27049 'right, that specifies justification of the inserted string.
27051 Example:
27053 (progn
27054 (table-insert 16 3 5 1)
27055 (table-forward-cell 15)
27056 (table-insert-sequence \"D0\" -16 1 1 'center)
27057 (table-forward-cell 16)
27058 (table-insert-sequence \"A[0]\" -16 1 1 'center)
27059 (table-forward-cell 1)
27060 (table-insert-sequence \"-\" 16 0 1 'center))
27062 (progn
27063 (table-insert 16 8 5 1)
27064 (table-insert-sequence \"@\" 0 1 2 'right)
27065 (table-forward-cell 1)
27066 (table-insert-sequence \"64\" 0 1 2 'left))
27068 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
27070 (autoload 'table-delete-row "table" "\
27071 Delete N row(s) of cells.
27072 Delete N rows of cells from current row. The current row is the row
27073 contains the current cell where point is located. Each row must
27074 consists from cells of same height.
27076 \(fn N)" t nil)
27078 (autoload 'table-delete-column "table" "\
27079 Delete N column(s) of cells.
27080 Delete N columns of cells from current column. The current column is
27081 the column contains the current cell where point is located. Each
27082 column must consists from cells of same width.
27084 \(fn N)" t nil)
27086 (autoload 'table-capture "table" "\
27087 Convert plain text into a table by capturing the text in the region.
27088 Create a table with the text in region as cell contents. BEG and END
27089 specify the region. The text in the region is replaced with a table.
27090 The removed text is inserted in the table. When optional
27091 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
27092 is parsed and separated into individual cell contents by using the
27093 delimiter regular expressions. This parsing determines the number of
27094 columns and rows of the table automatically. If COL-DELIM-REGEXP and
27095 ROW-DELIM-REGEXP are omitted the result table has only one cell and
27096 the entire region contents is placed in that cell. Optional JUSTIFY
27097 is one of 'left, 'center or 'right, which specifies the cell
27098 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
27099 width. Optional COLUMNS specify the number of columns when
27100 ROW-DELIM-REGEXP is not specified.
27103 Example 1:
27105 1, 2, 3, 4
27106 5, 6, 7, 8
27107 , 9, 10
27109 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
27110 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
27111 this example the cells are centered and minimum cell width is
27112 specified as 5.
27114 +-----+-----+-----+-----+
27115 | 1 | 2 | 3 | 4 |
27116 +-----+-----+-----+-----+
27117 | 5 | 6 | 7 | 8 |
27118 +-----+-----+-----+-----+
27119 | | 9 | 10 | |
27120 +-----+-----+-----+-----+
27122 Note:
27124 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
27125 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
27126 of each row is optional.
27129 Example 2:
27131 This example shows how a table can be used for text layout editing.
27132 Let `table-capture' capture the following region starting from
27133 -!- and ending at -*-, that contains three paragraphs and two item
27134 name headers. This time specify empty string for both
27135 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
27137 -!-`table-capture' is a powerful command however mastering its power
27138 requires some practice. Here is a list of items what it can do.
27140 Parse Cell Items By using column delimiter regular
27141 expression and raw delimiter regular
27142 expression, it parses the specified text
27143 area and extracts cell items from
27144 non-table text and then forms a table out
27145 of them.
27147 Capture Text Area When no delimiters are specified it
27148 creates a single cell table. The text in
27149 the specified region is placed in that
27150 cell.-*-
27152 Now the entire content is captured in a cell which is itself a table
27153 like this.
27155 +-----------------------------------------------------------------+
27156 |`table-capture' is a powerful command however mastering its power|
27157 |requires some practice. Here is a list of items what it can do. |
27159 |Parse Cell Items By using column delimiter regular |
27160 | expression and raw delimiter regular |
27161 | expression, it parses the specified text |
27162 | area and extracts cell items from |
27163 | non-table text and then forms a table out |
27164 | of them. |
27166 |Capture Text Area When no delimiters are specified it |
27167 | creates a single cell table. The text in |
27168 | the specified region is placed in that |
27169 | cell. |
27170 +-----------------------------------------------------------------+
27172 By splitting the cell appropriately we now have a table consisting of
27173 paragraphs occupying its own cell. Each cell can now be edited
27174 independently.
27176 +-----------------------------------------------------------------+
27177 |`table-capture' is a powerful command however mastering its power|
27178 |requires some practice. Here is a list of items what it can do. |
27179 +---------------------+-------------------------------------------+
27180 |Parse Cell Items |By using column delimiter regular |
27181 | |expression and raw delimiter regular |
27182 | |expression, it parses the specified text |
27183 | |area and extracts cell items from |
27184 | |non-table text and then forms a table out |
27185 | |of them. |
27186 +---------------------+-------------------------------------------+
27187 |Capture Text Area |When no delimiters are specified it |
27188 | |creates a single cell table. The text in |
27189 | |the specified region is placed in that |
27190 | |cell. |
27191 +---------------------+-------------------------------------------+
27193 By applying `table-release', which does the opposite process, the
27194 contents become once again plain text. `table-release' works as
27195 companion command to `table-capture' this way.
27197 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
27199 (autoload 'table-release "table" "\
27200 Convert a table into plain text by removing the frame from a table.
27201 Remove the frame from a table and inactivate the table. This command
27202 converts a table into plain text without frames. It is a companion to
27203 `table-capture' which does the opposite process.
27205 \(fn)" t nil)
27207 ;;;***
27209 ;;;### (autoloads (tabulated-list-mode) "tabulated-list" "emacs-lisp/tabulated-list.el"
27210 ;;;;;; (19885 24894))
27211 ;;; Generated autoloads from emacs-lisp/tabulated-list.el
27213 (autoload 'tabulated-list-mode "tabulated-list" "\
27214 Generic major mode for browsing a list of items.
27215 This mode is usually not used directly; instead, other major
27216 modes are derived from it, using `define-derived-mode'.
27218 In this major mode, the buffer is divided into multiple columns,
27219 which are labelled using the header line. Each non-empty line
27220 belongs to one \"entry\", and the entries can be sorted according
27221 to their column values.
27223 An inheriting mode should usually do the following in their body:
27225 - Set `tabulated-list-format', specifying the column format.
27226 - Set `tabulated-list-revert-hook', if the buffer contents need
27227 to be specially recomputed prior to `revert-buffer'.
27228 - Maybe set a `tabulated-list-entries' function (see below).
27229 - Maybe set `tabulated-list-printer' (see below).
27230 - Maybe set `tabulated-list-padding'.
27231 - Call `tabulated-list-init-header' to initialize `header-line-format'
27232 according to `tabulated-list-format'.
27234 An inheriting mode is usually accompanied by a \"list-FOO\"
27235 command (e.g. `list-packages', `list-processes'). This command
27236 creates or switches to a buffer and enables the major mode in
27237 that buffer. If `tabulated-list-entries' is not a function, the
27238 command should initialize it to a list of entries for displaying.
27239 Finally, it should call `tabulated-list-print'.
27241 `tabulated-list-print' calls the printer function specified by
27242 `tabulated-list-printer', once for each entry. The default
27243 printer is `tabulated-list-print-entry', but a mode that keeps
27244 data in an ewoc may instead specify a printer function (e.g., one
27245 that calls `ewoc-enter-last'), with `tabulated-list-print-entry'
27246 as the ewoc pretty-printer.
27248 \(fn)" t nil)
27250 ;;;***
27252 ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (19886 45771))
27253 ;;; Generated autoloads from talk.el
27255 (autoload 'talk-connect "talk" "\
27256 Connect to display DISPLAY for the Emacs talk group.
27258 \(fn DISPLAY)" t nil)
27260 (autoload 'talk "talk" "\
27261 Connect to the Emacs talk group from the current X display or tty frame.
27263 \(fn)" t nil)
27265 ;;;***
27267 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (19886 45771))
27268 ;;; Generated autoloads from tar-mode.el
27270 (autoload 'tar-mode "tar-mode" "\
27271 Major mode for viewing a tar file as a dired-like listing of its contents.
27272 You can move around using the usual cursor motion commands.
27273 Letters no longer insert themselves.
27274 Type `e' to pull a file out of the tar file and into its own buffer;
27275 or click mouse-2 on the file's line in the Tar mode buffer.
27276 Type `c' to copy an entry from the tar file into another file on disk.
27278 If you edit a sub-file of this archive (as with the `e' command) and
27279 save it with \\[save-buffer], the contents of that buffer will be
27280 saved back into the tar-file buffer; in this way you can edit a file
27281 inside of a tar archive without extracting it and re-archiving it.
27283 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27284 \\{tar-mode-map}
27286 \(fn)" t nil)
27288 ;;;***
27290 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
27291 ;;;;;; "progmodes/tcl.el" (19890 42850))
27292 ;;; Generated autoloads from progmodes/tcl.el
27294 (autoload 'tcl-mode "tcl" "\
27295 Major mode for editing Tcl code.
27296 Expression and list commands understand all Tcl brackets.
27297 Tab indents for Tcl code.
27298 Paragraphs are separated by blank lines only.
27299 Delete converts tabs to spaces as it moves back.
27301 Variables controlling indentation style:
27302 `tcl-indent-level'
27303 Indentation of Tcl statements within surrounding block.
27304 `tcl-continued-indent-level'
27305 Indentation of continuation line relative to first line of command.
27307 Variables controlling user interaction with mode (see variable
27308 documentation for details):
27309 `tcl-tab-always-indent'
27310 Controls action of TAB key.
27311 `tcl-auto-newline'
27312 Non-nil means automatically newline before and after braces, brackets,
27313 and semicolons inserted in Tcl code.
27314 `tcl-use-smart-word-finder'
27315 If not nil, use a smarter, Tcl-specific way to find the current
27316 word when looking up help on a Tcl command.
27318 Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
27319 `tcl-mode-hook' to see what kinds of interesting hook functions
27320 already exist.
27322 \(fn)" t nil)
27324 (autoload 'inferior-tcl "tcl" "\
27325 Run inferior Tcl process.
27326 Prefix arg means enter program name interactively.
27327 See documentation for function `inferior-tcl-mode' for more information.
27329 \(fn CMD)" t nil)
27331 (autoload 'tcl-help-on-word "tcl" "\
27332 Get help on Tcl command. Default is word at point.
27333 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27335 \(fn COMMAND &optional ARG)" t nil)
27337 ;;;***
27339 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (19845 45374))
27340 ;;; Generated autoloads from net/telnet.el
27341 (add-hook 'same-window-regexps (purecopy "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)"))
27343 (autoload 'telnet "telnet" "\
27344 Open a network login connection to host named HOST (a string).
27345 Optional arg PORT specifies alternative port to connect to.
27346 Interactively, use \\[universal-argument] prefix to be prompted for port number.
27348 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
27349 where PROGRAM is the telnet program being used. This program
27350 is controlled by the contents of the global variable `telnet-host-properties',
27351 falling back on the value of the global variable `telnet-program'.
27352 Normally input is edited in Emacs and sent a line at a time.
27354 \(fn HOST &optional PORT)" t nil)
27355 (add-hook 'same-window-regexps (purecopy "\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)"))
27357 (autoload 'rsh "telnet" "\
27358 Open a network login connection to host named HOST (a string).
27359 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
27360 Normally input is edited in Emacs and sent a line at a time.
27362 \(fn HOST)" t nil)
27364 ;;;***
27366 ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
27367 ;;;;;; (19845 45374))
27368 ;;; Generated autoloads from term.el
27370 (autoload 'make-term "term" "\
27371 Make a term process NAME in a buffer, running PROGRAM.
27372 The name of the buffer is made by surrounding NAME with `*'s.
27373 If there is already a running process in that buffer, it is not restarted.
27374 Optional third arg STARTFILE is the name of a file to send the contents of to
27375 the process. Any more args are arguments to PROGRAM.
27377 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
27379 (autoload 'term "term" "\
27380 Start a terminal-emulator in a new buffer.
27381 The buffer is in Term mode; see `term-mode' for the
27382 commands to use in that buffer.
27384 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
27386 \(fn PROGRAM)" t nil)
27388 (autoload 'ansi-term "term" "\
27389 Start a terminal-emulator in a new buffer.
27391 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
27393 (autoload 'serial-term "term" "\
27394 Start a terminal-emulator for a serial port in a new buffer.
27395 PORT is the path or name of the serial port. For example, this
27396 could be \"/dev/ttyS0\" on Unix. On Windows, this could be
27397 \"COM1\" or \"\\\\.\\COM10\".
27398 SPEED is the speed of the serial port in bits per second. 9600
27399 is a common value. SPEED can be nil, see
27400 `serial-process-configure' for details.
27401 The buffer is in Term mode; see `term-mode' for the commands to
27402 use in that buffer.
27403 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
27405 \(fn PORT SPEED)" t nil)
27407 ;;;***
27409 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (19886
27410 ;;;;;; 45771))
27411 ;;; Generated autoloads from terminal.el
27413 (autoload 'terminal-emulator "terminal" "\
27414 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
27415 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
27416 BUFFER's contents are made an image of the display generated by that program,
27417 and any input typed when BUFFER is the current Emacs buffer is sent to that
27418 program as keyboard input.
27420 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
27421 are parsed from an input-string using your usual shell.
27422 WIDTH and HEIGHT are determined from the size of the current window
27423 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
27425 To switch buffers and leave the emulator, or to give commands
27426 to the emulator itself (as opposed to the program running under it),
27427 type Control-^. The following character is an emulator command.
27428 Type Control-^ twice to send it to the subprogram.
27429 This escape character may be changed using the variable `terminal-escape-char'.
27431 `Meta' characters may not currently be sent through the terminal emulator.
27433 Here is a list of some of the variables which control the behavior
27434 of the emulator -- see their documentation for more information:
27435 terminal-escape-char, terminal-scrolling, terminal-more-processing,
27436 terminal-redisplay-interval.
27438 This function calls the value of terminal-mode-hook if that exists
27439 and is non-nil after the terminal buffer has been set up and the
27440 subprocess started.
27442 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
27444 ;;;***
27446 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
27447 ;;;;;; (19845 45374))
27448 ;;; Generated autoloads from emacs-lisp/testcover.el
27450 (autoload 'testcover-this-defun "testcover" "\
27451 Start coverage on function under point.
27453 \(fn)" t nil)
27455 ;;;***
27457 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (19889 21967))
27458 ;;; Generated autoloads from play/tetris.el
27460 (autoload 'tetris "tetris" "\
27461 Play the Tetris game.
27462 Shapes drop from the top of the screen, and the user has to move and
27463 rotate the shape to fit in with those at the bottom of the screen so
27464 as to form complete rows.
27466 tetris-mode keybindings:
27467 \\<tetris-mode-map>
27468 \\[tetris-start-game] Starts a new game of Tetris
27469 \\[tetris-end-game] Terminates the current game
27470 \\[tetris-pause-game] Pauses (or resumes) the current game
27471 \\[tetris-move-left] Moves the shape one square to the left
27472 \\[tetris-move-right] Moves the shape one square to the right
27473 \\[tetris-rotate-prev] Rotates the shape clockwise
27474 \\[tetris-rotate-next] Rotates the shape anticlockwise
27475 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
27477 \(fn)" t nil)
27479 ;;;***
27481 ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
27482 ;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
27483 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
27484 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
27485 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
27486 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
27487 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
27488 ;;;;;; (19845 45374))
27489 ;;; Generated autoloads from textmodes/tex-mode.el
27491 (defvar tex-shell-file-name nil "\
27492 If non-nil, the shell file name to run in the subshell used to run TeX.")
27494 (custom-autoload 'tex-shell-file-name "tex-mode" t)
27496 (defvar tex-directory (purecopy ".") "\
27497 Directory in which temporary files are written.
27498 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
27499 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
27500 `\\input' commands with relative directories.")
27502 (custom-autoload 'tex-directory "tex-mode" t)
27504 (defvar tex-first-line-header-regexp nil "\
27505 Regexp for matching a first line which `tex-region' should include.
27506 If this is non-nil, it should be a regular expression string;
27507 if it matches the first line of the file,
27508 `tex-region' always includes the first line in the TeX run.")
27510 (custom-autoload 'tex-first-line-header-regexp "tex-mode" t)
27512 (defvar tex-main-file nil "\
27513 The main TeX source file which includes this buffer's file.
27514 The command `tex-file' runs TeX on the file specified by `tex-main-file'
27515 if the variable is non-nil.")
27517 (custom-autoload 'tex-main-file "tex-mode" t)
27519 (defvar tex-offer-save t "\
27520 If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
27522 (custom-autoload 'tex-offer-save "tex-mode" t)
27524 (defvar tex-run-command (purecopy "tex") "\
27525 Command used to run TeX subjob.
27526 TeX Mode sets `tex-command' to this string.
27527 See the documentation of that variable.")
27529 (custom-autoload 'tex-run-command "tex-mode" t)
27531 (defvar latex-run-command (purecopy "latex") "\
27532 Command used to run LaTeX subjob.
27533 LaTeX Mode sets `tex-command' to this string.
27534 See the documentation of that variable.")
27536 (custom-autoload 'latex-run-command "tex-mode" t)
27538 (defvar slitex-run-command (purecopy "slitex") "\
27539 Command used to run SliTeX subjob.
27540 SliTeX Mode sets `tex-command' to this string.
27541 See the documentation of that variable.")
27543 (custom-autoload 'slitex-run-command "tex-mode" t)
27545 (defvar tex-start-options (purecopy "") "\
27546 TeX options to use when starting TeX.
27547 These immediately precede the commands in `tex-start-commands'
27548 and the input file name, with no separating space and are not shell-quoted.
27549 If nil, TeX runs with no options. See the documentation of `tex-command'.")
27551 (custom-autoload 'tex-start-options "tex-mode" t)
27553 (defvar tex-start-commands (purecopy "\\nonstopmode\\input") "\
27554 TeX commands to use when starting TeX.
27555 They are shell-quoted and precede the input file name, with a separating space.
27556 If nil, no commands are used. See the documentation of `tex-command'.")
27558 (custom-autoload 'tex-start-commands "tex-mode" t)
27560 (defvar latex-block-names nil "\
27561 User defined LaTeX block names.
27562 Combined with `latex-standard-block-names' for minibuffer completion.")
27564 (custom-autoload 'latex-block-names "tex-mode" t)
27566 (defvar tex-bibtex-command (purecopy "bibtex") "\
27567 Command used by `tex-bibtex-file' to gather bibliographic data.
27568 If this string contains an asterisk (`*'), that is replaced by the file name;
27569 otherwise, the file name, preceded by blank, is added at the end.")
27571 (custom-autoload 'tex-bibtex-command "tex-mode" t)
27573 (defvar tex-dvi-print-command (purecopy "lpr -d") "\
27574 Command used by \\[tex-print] to print a .dvi file.
27575 If this string contains an asterisk (`*'), that is replaced by the file name;
27576 otherwise, the file name, preceded by blank, is added at the end.")
27578 (custom-autoload 'tex-dvi-print-command "tex-mode" t)
27580 (defvar tex-alt-dvi-print-command (purecopy "lpr -d") "\
27581 Command used by \\[tex-print] with a prefix arg to print a .dvi file.
27582 If this string contains an asterisk (`*'), that is replaced by the file name;
27583 otherwise, the file name, preceded by blank, is added at the end.
27585 If two printers are not enough of a choice, you can set the variable
27586 `tex-alt-dvi-print-command' to an expression that asks what you want;
27587 for example,
27589 (setq tex-alt-dvi-print-command
27590 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
27592 would tell \\[tex-print] with a prefix argument to ask you which printer to
27593 use.")
27595 (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t)
27597 (defvar tex-dvi-view-command `(cond ((eq window-system 'x) ,(purecopy "xdvi")) ((eq window-system 'w32) ,(purecopy "yap")) (t ,(purecopy "dvi2tty * | cat -s"))) "\
27598 Command used by \\[tex-view] to display a `.dvi' file.
27599 If it is a string, that specifies the command directly.
27600 If this string contains an asterisk (`*'), that is replaced by the file name;
27601 otherwise, the file name, preceded by a space, is added at the end.
27603 If the value is a form, it is evaluated to get the command to use.")
27605 (custom-autoload 'tex-dvi-view-command "tex-mode" t)
27607 (defvar tex-show-queue-command (purecopy "lpq") "\
27608 Command used by \\[tex-show-print-queue] to show the print queue.
27609 Should show the queue(s) that \\[tex-print] puts jobs on.")
27611 (custom-autoload 'tex-show-queue-command "tex-mode" t)
27613 (defvar tex-default-mode 'latex-mode "\
27614 Mode to enter for a new file that might be either TeX or LaTeX.
27615 This variable is used when it can't be determined whether the file
27616 is plain TeX or LaTeX or what because the file contains no commands.
27617 Normally set to either `plain-tex-mode' or `latex-mode'.")
27619 (custom-autoload 'tex-default-mode "tex-mode" t)
27621 (defvar tex-open-quote (purecopy "``") "\
27622 String inserted by typing \\[tex-insert-quote] to open a quotation.")
27624 (custom-autoload 'tex-open-quote "tex-mode" t)
27626 (defvar tex-close-quote (purecopy "''") "\
27627 String inserted by typing \\[tex-insert-quote] to close a quotation.")
27629 (custom-autoload 'tex-close-quote "tex-mode" t)
27631 (autoload 'tex-mode "tex-mode" "\
27632 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
27633 Tries to determine (by looking at the beginning of the file) whether
27634 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
27635 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
27636 such as if there are no commands in the file, the value of `tex-default-mode'
27637 says which mode to use.
27639 \(fn)" t nil)
27641 (defalias 'TeX-mode 'tex-mode)
27643 (defalias 'plain-TeX-mode 'plain-tex-mode)
27645 (defalias 'LaTeX-mode 'latex-mode)
27647 (autoload 'plain-tex-mode "tex-mode" "\
27648 Major mode for editing files of input for plain TeX.
27649 Makes $ and } display the characters they match.
27650 Makes \" insert `` when it seems to be the beginning of a quotation,
27651 and '' when it appears to be the end; it inserts \" only after a \\.
27653 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
27654 copied from the top of the file (containing macro definitions, etc.),
27655 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
27656 \\[tex-file] saves the buffer and then processes the file.
27657 \\[tex-print] prints the .dvi file made by any of these.
27658 \\[tex-view] previews the .dvi file made by any of these.
27659 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27661 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27662 mismatched $'s or braces.
27664 Special commands:
27665 \\{plain-tex-mode-map}
27667 Mode variables:
27668 tex-run-command
27669 Command string used by \\[tex-region] or \\[tex-buffer].
27670 tex-directory
27671 Directory in which to create temporary files for TeX jobs
27672 run by \\[tex-region] or \\[tex-buffer].
27673 tex-dvi-print-command
27674 Command string used by \\[tex-print] to print a .dvi file.
27675 tex-alt-dvi-print-command
27676 Alternative command string used by \\[tex-print] (when given a prefix
27677 argument) to print a .dvi file.
27678 tex-dvi-view-command
27679 Command string used by \\[tex-view] to preview a .dvi file.
27680 tex-show-queue-command
27681 Command string used by \\[tex-show-print-queue] to show the print
27682 queue that \\[tex-print] put your job on.
27684 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
27685 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
27686 special subshell is initiated, the hook `tex-shell-hook' is run.
27688 \(fn)" t nil)
27690 (autoload 'latex-mode "tex-mode" "\
27691 Major mode for editing files of input for LaTeX.
27692 Makes $ and } display the characters they match.
27693 Makes \" insert `` when it seems to be the beginning of a quotation,
27694 and '' when it appears to be the end; it inserts \" only after a \\.
27696 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
27697 copied from the top of the file (containing \\documentstyle, etc.),
27698 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27699 \\[tex-file] saves the buffer and then processes the file.
27700 \\[tex-print] prints the .dvi file made by any of these.
27701 \\[tex-view] previews the .dvi file made by any of these.
27702 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27704 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27705 mismatched $'s or braces.
27707 Special commands:
27708 \\{latex-mode-map}
27710 Mode variables:
27711 latex-run-command
27712 Command string used by \\[tex-region] or \\[tex-buffer].
27713 tex-directory
27714 Directory in which to create temporary files for LaTeX jobs
27715 run by \\[tex-region] or \\[tex-buffer].
27716 tex-dvi-print-command
27717 Command string used by \\[tex-print] to print a .dvi file.
27718 tex-alt-dvi-print-command
27719 Alternative command string used by \\[tex-print] (when given a prefix
27720 argument) to print a .dvi file.
27721 tex-dvi-view-command
27722 Command string used by \\[tex-view] to preview a .dvi file.
27723 tex-show-queue-command
27724 Command string used by \\[tex-show-print-queue] to show the print
27725 queue that \\[tex-print] put your job on.
27727 Entering Latex mode runs the hook `text-mode-hook', then
27728 `tex-mode-hook', and finally `latex-mode-hook'. When the special
27729 subshell is initiated, `tex-shell-hook' is run.
27731 \(fn)" t nil)
27733 (autoload 'slitex-mode "tex-mode" "\
27734 Major mode for editing files of input for SliTeX.
27735 Makes $ and } display the characters they match.
27736 Makes \" insert `` when it seems to be the beginning of a quotation,
27737 and '' when it appears to be the end; it inserts \" only after a \\.
27739 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
27740 copied from the top of the file (containing \\documentstyle, etc.),
27741 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27742 \\[tex-file] saves the buffer and then processes the file.
27743 \\[tex-print] prints the .dvi file made by any of these.
27744 \\[tex-view] previews the .dvi file made by any of these.
27745 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27747 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27748 mismatched $'s or braces.
27750 Special commands:
27751 \\{slitex-mode-map}
27753 Mode variables:
27754 slitex-run-command
27755 Command string used by \\[tex-region] or \\[tex-buffer].
27756 tex-directory
27757 Directory in which to create temporary files for SliTeX jobs
27758 run by \\[tex-region] or \\[tex-buffer].
27759 tex-dvi-print-command
27760 Command string used by \\[tex-print] to print a .dvi file.
27761 tex-alt-dvi-print-command
27762 Alternative command string used by \\[tex-print] (when given a prefix
27763 argument) to print a .dvi file.
27764 tex-dvi-view-command
27765 Command string used by \\[tex-view] to preview a .dvi file.
27766 tex-show-queue-command
27767 Command string used by \\[tex-show-print-queue] to show the print
27768 queue that \\[tex-print] put your job on.
27770 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
27771 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
27772 `slitex-mode-hook'. When the special subshell is initiated, the hook
27773 `tex-shell-hook' is run.
27775 \(fn)" t nil)
27777 (autoload 'tex-start-shell "tex-mode" "\
27780 \(fn)" nil nil)
27782 (autoload 'doctex-mode "tex-mode" "\
27783 Major mode to edit DocTeX files.
27785 \(fn)" t nil)
27787 ;;;***
27789 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27790 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (19845 45374))
27791 ;;; Generated autoloads from textmodes/texinfmt.el
27793 (autoload 'texinfo-format-buffer "texinfmt" "\
27794 Process the current buffer as texinfo code, into an Info file.
27795 The Info file output is generated in a buffer visiting the Info file
27796 name specified in the @setfilename command.
27798 Non-nil argument (prefix, if interactive) means don't make tag table
27799 and don't split the file if large. You can use `Info-tagify' and
27800 `Info-split' to do these manually.
27802 \(fn &optional NOSPLIT)" t nil)
27804 (autoload 'texinfo-format-region "texinfmt" "\
27805 Convert the current region of the Texinfo file to Info format.
27806 This lets you see what that part of the file will look like in Info.
27807 The command is bound to \\[texinfo-format-region]. The text that is
27808 converted to Info is stored in a temporary buffer.
27810 \(fn REGION-BEGINNING REGION-END)" t nil)
27812 (autoload 'texi2info "texinfmt" "\
27813 Convert the current buffer (written in Texinfo code) into an Info file.
27814 The Info file output is generated in a buffer visiting the Info file
27815 names specified in the @setfilename command.
27817 This function automatically updates all node pointers and menus, and
27818 creates a master menu. This work is done on a temporary buffer that
27819 is automatically removed when the Info file is created. The original
27820 Texinfo source buffer is not changed.
27822 Non-nil argument (prefix, if interactive) means don't split the file
27823 if large. You can use `Info-split' to do this manually.
27825 \(fn &optional NOSPLIT)" t nil)
27827 ;;;***
27829 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27830 ;;;;;; "texinfo" "textmodes/texinfo.el" (19845 45374))
27831 ;;; Generated autoloads from textmodes/texinfo.el
27833 (defvar texinfo-open-quote (purecopy "``") "\
27834 String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
27836 (custom-autoload 'texinfo-open-quote "texinfo" t)
27838 (defvar texinfo-close-quote (purecopy "''") "\
27839 String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
27841 (custom-autoload 'texinfo-close-quote "texinfo" t)
27843 (autoload 'texinfo-mode "texinfo" "\
27844 Major mode for editing Texinfo files.
27846 It has these extra commands:
27847 \\{texinfo-mode-map}
27849 These are files that are used as input for TeX to make printed manuals
27850 and also to be turned into Info files with \\[makeinfo-buffer] or
27851 the `makeinfo' program. These files must be written in a very restricted and
27852 modified version of TeX input format.
27854 Editing commands are like text-mode except that the syntax table is
27855 set up so expression commands skip Texinfo bracket groups. To see
27856 what the Info version of a region of the Texinfo file will look like,
27857 use \\[makeinfo-region], which runs `makeinfo' on the current region.
27859 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
27860 This command shows the structure of a Texinfo file by listing the
27861 lines with the @-sign commands for @chapter, @section, and the like.
27862 These lines are displayed in another window called the *Occur* window.
27863 In that window, you can position the cursor over one of the lines and
27864 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
27865 in the Texinfo file.
27867 In addition, Texinfo mode provides commands that insert various
27868 frequently used @-sign commands into the buffer. You can use these
27869 commands to save keystrokes. And you can insert balanced braces with
27870 \\[texinfo-insert-braces] and later use the command \\[up-list] to
27871 move forward past the closing brace.
27873 Also, Texinfo mode provides functions for automatically creating or
27874 updating menus and node pointers. These functions
27876 * insert the `Next', `Previous' and `Up' pointers of a node,
27877 * insert or update the menu for a section, and
27878 * create a master menu for a Texinfo source file.
27880 Here are the functions:
27882 texinfo-update-node \\[texinfo-update-node]
27883 texinfo-every-node-update \\[texinfo-every-node-update]
27884 texinfo-sequential-node-update
27886 texinfo-make-menu \\[texinfo-make-menu]
27887 texinfo-all-menus-update \\[texinfo-all-menus-update]
27888 texinfo-master-menu
27890 texinfo-indent-menu-description (column &optional region-p)
27892 The `texinfo-column-for-description' variable specifies the column to
27893 which menu descriptions are indented.
27895 Passed an argument (a prefix argument, if interactive), the
27896 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
27897 in the region.
27899 To use the updating commands, you must structure your Texinfo file
27900 hierarchically, such that each `@node' line, with the exception of the
27901 Top node, is accompanied by some kind of section line, such as an
27902 `@chapter' or `@section' line.
27904 If the file has a `top' node, it must be called `top' or `Top' and
27905 be the first node in the file.
27907 Entering Texinfo mode calls the value of `text-mode-hook', and then the
27908 value of `texinfo-mode-hook'.
27910 \(fn)" t nil)
27912 ;;;***
27914 ;;;### (autoloads (thai-composition-function thai-compose-buffer
27915 ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27916 ;;;;;; (19845 45374))
27917 ;;; Generated autoloads from language/thai-util.el
27919 (autoload 'thai-compose-region "thai-util" "\
27920 Compose Thai characters in the region.
27921 When called from a program, expects two arguments,
27922 positions (integers or markers) specifying the region.
27924 \(fn BEG END)" t nil)
27926 (autoload 'thai-compose-string "thai-util" "\
27927 Compose Thai characters in STRING and return the resulting string.
27929 \(fn STRING)" nil nil)
27931 (autoload 'thai-compose-buffer "thai-util" "\
27932 Compose Thai characters in the current buffer.
27934 \(fn)" t nil)
27936 (autoload 'thai-composition-function "thai-util" "\
27939 \(fn GSTRING)" nil nil)
27941 ;;;***
27943 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
27944 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27945 ;;;;;; "thingatpt" "thingatpt.el" (19852 16697))
27946 ;;; Generated autoloads from thingatpt.el
27948 (autoload 'forward-thing "thingatpt" "\
27949 Move forward to the end of the Nth next THING.
27951 \(fn THING &optional N)" nil nil)
27953 (autoload 'bounds-of-thing-at-point "thingatpt" "\
27954 Determine the start and end buffer locations for the THING at point.
27955 THING is a symbol which specifies the kind of syntactic entity you want.
27956 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27957 `email', `word', `sentence', `whitespace', `line', `page' and others.
27959 See the file `thingatpt.el' for documentation on how to define
27960 a symbol as a valid THING.
27962 The value is a cons cell (START . END) giving the start and end positions
27963 of the textual entity that was found.
27965 \(fn THING)" nil nil)
27967 (autoload 'thing-at-point "thingatpt" "\
27968 Return the THING at point.
27969 THING is a symbol which specifies the kind of syntactic entity you want.
27970 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
27971 `email', `word', `sentence', `whitespace', `line', `page' and others.
27973 See the file `thingatpt.el' for documentation on how to define
27974 a symbol as a valid THING.
27976 \(fn THING)" nil nil)
27978 (autoload 'sexp-at-point "thingatpt" "\
27979 Return the sexp at point, or nil if none is found.
27981 \(fn)" nil nil)
27983 (autoload 'symbol-at-point "thingatpt" "\
27984 Return the symbol at point, or nil if none is found.
27986 \(fn)" nil nil)
27988 (autoload 'number-at-point "thingatpt" "\
27989 Return the number at point, or nil if none is found.
27991 \(fn)" nil nil)
27993 (autoload 'list-at-point "thingatpt" "\
27994 Return the Lisp list at point, or nil if none is found.
27996 \(fn)" nil nil)
27998 ;;;***
28000 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
28001 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
28002 ;;;;;; (19845 45374))
28003 ;;; Generated autoloads from thumbs.el
28005 (autoload 'thumbs-find-thumb "thumbs" "\
28006 Display the thumbnail for IMG.
28008 \(fn IMG)" t nil)
28010 (autoload 'thumbs-show-from-dir "thumbs" "\
28011 Make a preview buffer for all images in DIR.
28012 Optional argument REG to select file matching a regexp,
28013 and SAME-WINDOW to show thumbs in the same window.
28015 \(fn DIR &optional REG SAME-WINDOW)" t nil)
28017 (autoload 'thumbs-dired-show-marked "thumbs" "\
28018 In dired, make a thumbs buffer with marked files.
28020 \(fn)" t nil)
28022 (autoload 'thumbs-dired-show "thumbs" "\
28023 In dired, make a thumbs buffer with all files in current directory.
28025 \(fn)" t nil)
28027 (defalias 'thumbs 'thumbs-show-from-dir)
28029 (autoload 'thumbs-dired-setroot "thumbs" "\
28030 In dired, call the setroot program on the image at point.
28032 \(fn)" t nil)
28034 ;;;***
28036 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
28037 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
28038 ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
28039 ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
28040 ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (19845
28041 ;;;;;; 45374))
28042 ;;; Generated autoloads from language/tibet-util.el
28044 (autoload 'tibetan-char-p "tibet-util" "\
28045 Check if char CH is Tibetan character.
28046 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
28048 \(fn CH)" nil nil)
28050 (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\
28051 Transcribe Tibetan string STR and return the corresponding Roman string.
28053 \(fn STR)" nil nil)
28055 (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\
28056 Convert Tibetan Roman string STR to Tibetan character string.
28057 The returned string has no composition information.
28059 \(fn STR)" nil nil)
28061 (autoload 'tibetan-compose-string "tibet-util" "\
28062 Compose Tibetan string STR.
28064 \(fn STR)" nil nil)
28066 (autoload 'tibetan-compose-region "tibet-util" "\
28067 Compose Tibetan text the region BEG and END.
28069 \(fn BEG END)" t nil)
28071 (autoload 'tibetan-decompose-region "tibet-util" "\
28072 Decompose Tibetan text in the region FROM and TO.
28073 This is different from decompose-region because precomposed Tibetan characters
28074 are decomposed into normal Tibetan character sequences.
28076 \(fn FROM TO)" t nil)
28078 (autoload 'tibetan-decompose-string "tibet-util" "\
28079 Decompose Tibetan string STR.
28080 This is different from decompose-string because precomposed Tibetan characters
28081 are decomposed into normal Tibetan character sequences.
28083 \(fn STR)" nil nil)
28085 (autoload 'tibetan-decompose-buffer "tibet-util" "\
28086 Decomposes Tibetan characters in the buffer into their components.
28087 See also the documentation of the function `tibetan-decompose-region'.
28089 \(fn)" t nil)
28091 (autoload 'tibetan-compose-buffer "tibet-util" "\
28092 Composes Tibetan character components in the buffer.
28093 See also docstring of the function tibetan-compose-region.
28095 \(fn)" t nil)
28097 (autoload 'tibetan-post-read-conversion "tibet-util" "\
28100 \(fn LEN)" nil nil)
28102 (autoload 'tibetan-pre-write-conversion "tibet-util" "\
28105 \(fn FROM TO)" nil nil)
28107 (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\
28110 \(fn FROM TO)" nil nil)
28112 ;;;***
28114 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
28115 ;;;;;; (19845 45374))
28116 ;;; Generated autoloads from textmodes/tildify.el
28118 (autoload 'tildify-region "tildify" "\
28119 Add hard spaces in the region between BEG and END.
28120 See variables `tildify-pattern-alist', `tildify-string-alist', and
28121 `tildify-ignored-environments-alist' for information about configuration
28122 parameters.
28123 This function performs no refilling of the changed text.
28125 \(fn BEG END)" t nil)
28127 (autoload 'tildify-buffer "tildify" "\
28128 Add hard spaces in the current buffer.
28129 See variables `tildify-pattern-alist', `tildify-string-alist', and
28130 `tildify-ignored-environments-alist' for information about configuration
28131 parameters.
28132 This function performs no refilling of the changed text.
28134 \(fn)" t nil)
28136 ;;;***
28138 ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
28139 ;;;;;; display-time-mode display-time display-time-day-and-date)
28140 ;;;;;; "time" "time.el" (19886 45771))
28141 ;;; Generated autoloads from time.el
28143 (defvar display-time-day-and-date nil "\
28144 Non-nil means \\[display-time] should display day and date as well as time.")
28146 (custom-autoload 'display-time-day-and-date "time" t)
28147 (put 'display-time-string 'risky-local-variable t)
28149 (autoload 'display-time "time" "\
28150 Enable display of time, load level, and mail flag in mode lines.
28151 This display updates automatically every minute.
28152 If `display-time-day-and-date' is non-nil, the current day and date
28153 are displayed as well.
28154 This runs the normal hook `display-time-hook' after each update.
28156 \(fn)" t nil)
28158 (defvar display-time-mode nil "\
28159 Non-nil if Display-Time mode is enabled.
28160 See the command `display-time-mode' for a description of this minor mode.
28161 Setting this variable directly does not take effect;
28162 either customize it (see the info node `Easy Customization')
28163 or call the function `display-time-mode'.")
28165 (custom-autoload 'display-time-mode "time" nil)
28167 (autoload 'display-time-mode "time" "\
28168 Toggle display of time, load level, and mail flag in mode lines.
28169 With a numeric arg, enable this display if arg is positive.
28171 When this display is enabled, it updates automatically every minute
28172 \(you can control the number of seconds between updates by
28173 customizing `display-time-interval').
28174 If `display-time-day-and-date' is non-nil, the current day and date
28175 are displayed as well.
28176 This runs the normal hook `display-time-hook' after each update.
28178 \(fn &optional ARG)" t nil)
28180 (autoload 'display-time-world "time" "\
28181 Enable updating display of times in various time zones.
28182 `display-time-world-list' specifies the zones.
28183 To turn off the world time display, go to that window and type `q'.
28185 \(fn)" t nil)
28187 (autoload 'emacs-uptime "time" "\
28188 Return a string giving the uptime of this instance of Emacs.
28189 FORMAT is a string to format the result, using `format-seconds'.
28190 For example, the Unix uptime command format is \"%D, %z%2h:%.2m\".
28192 \(fn &optional FORMAT)" t nil)
28194 (autoload 'emacs-init-time "time" "\
28195 Return a string giving the duration of the Emacs initialization.
28197 \(fn)" t nil)
28199 ;;;***
28201 ;;;### (autoloads (format-seconds safe-date-to-time time-to-days
28202 ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
28203 ;;;;;; time-add time-subtract time-since days-to-time time-less-p
28204 ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
28205 ;;;;;; (19885 24894))
28206 ;;; Generated autoloads from calendar/time-date.el
28208 (autoload 'date-to-time "time-date" "\
28209 Parse a string DATE that represents a date-time and return a time value.
28210 If DATE lacks timezone information, GMT is assumed.
28212 \(fn DATE)" nil nil)
28213 (if (or (featurep 'emacs)
28214 (and (fboundp 'float-time)
28215 (subrp (symbol-function 'float-time))))
28216 (progn
28217 (defalias 'time-to-seconds 'float-time)
28218 (make-obsolete 'time-to-seconds 'float-time "21.1"))
28219 (autoload 'time-to-seconds "time-date"))
28221 (autoload 'seconds-to-time "time-date" "\
28222 Convert SECONDS (a floating point number) to a time value.
28224 \(fn SECONDS)" nil nil)
28226 (autoload 'time-less-p "time-date" "\
28227 Return non-nil if time value T1 is earlier than time value T2.
28229 \(fn T1 T2)" nil nil)
28231 (autoload 'days-to-time "time-date" "\
28232 Convert DAYS into a time value.
28234 \(fn DAYS)" nil nil)
28236 (autoload 'time-since "time-date" "\
28237 Return the time elapsed since TIME.
28238 TIME should be either a time value or a date-time string.
28240 \(fn TIME)" nil nil)
28242 (defalias 'subtract-time 'time-subtract)
28244 (autoload 'time-subtract "time-date" "\
28245 Subtract two time values, T1 minus T2.
28246 Return the difference in the format of a time value.
28248 \(fn T1 T2)" nil nil)
28250 (autoload 'time-add "time-date" "\
28251 Add two time values T1 and T2. One should represent a time difference.
28253 \(fn T1 T2)" nil nil)
28255 (autoload 'date-to-day "time-date" "\
28256 Return the number of days between year 1 and DATE.
28257 DATE should be a date-time string.
28259 \(fn DATE)" nil nil)
28261 (autoload 'days-between "time-date" "\
28262 Return the number of days between DATE1 and DATE2.
28263 DATE1 and DATE2 should be date-time strings.
28265 \(fn DATE1 DATE2)" nil nil)
28267 (autoload 'date-leap-year-p "time-date" "\
28268 Return t if YEAR is a leap year.
28270 \(fn YEAR)" nil nil)
28272 (autoload 'time-to-day-in-year "time-date" "\
28273 Return the day number within the year corresponding to TIME.
28275 \(fn TIME)" nil nil)
28277 (autoload 'time-to-days "time-date" "\
28278 The number of days between the Gregorian date 0001-12-31bce and TIME.
28279 TIME should be a time value.
28280 The Gregorian date Sunday, December 31, 1bce is imaginary.
28282 \(fn TIME)" nil nil)
28284 (autoload 'safe-date-to-time "time-date" "\
28285 Parse a string DATE that represents a date-time and return a time value.
28286 If DATE is malformed, return a time value of zeros.
28288 \(fn DATE)" nil nil)
28290 (autoload 'format-seconds "time-date" "\
28291 Use format control STRING to format the number SECONDS.
28292 The valid format specifiers are:
28293 %y is the number of (365-day) years.
28294 %d is the number of days.
28295 %h is the number of hours.
28296 %m is the number of minutes.
28297 %s is the number of seconds.
28298 %z is a non-printing control flag (see below).
28299 %% is a literal \"%\".
28301 Upper-case specifiers are followed by the unit-name (e.g. \"years\").
28302 Lower-case specifiers return only the unit.
28304 \"%\" may be followed by a number specifying a width, with an
28305 optional leading \".\" for zero-padding. For example, \"%.3Y\" will
28306 return something of the form \"001 year\".
28308 The \"%z\" specifier does not print anything. When it is used, specifiers
28309 must be given in order of decreasing size. To the left of \"%z\", nothing
28310 is output until the first non-zero unit is encountered.
28312 This function does not work for SECONDS greater than `most-positive-fixnum'.
28314 \(fn STRING SECONDS)" nil nil)
28316 ;;;***
28318 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
28319 ;;;;;; "time-stamp.el" (19886 45771))
28320 ;;; Generated autoloads from time-stamp.el
28321 (put 'time-stamp-format 'safe-local-variable 'stringp)
28322 (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
28323 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
28324 (put 'time-stamp-start 'safe-local-variable 'stringp)
28325 (put 'time-stamp-end 'safe-local-variable 'stringp)
28326 (put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
28327 (put 'time-stamp-count 'safe-local-variable 'integerp)
28328 (put 'time-stamp-pattern 'safe-local-variable 'stringp)
28330 (autoload 'time-stamp "time-stamp" "\
28331 Update the time stamp string(s) in the buffer.
28332 A template in a file can be automatically updated with a new time stamp
28333 every time you save the file. Add this line to your .emacs file:
28334 (add-hook 'before-save-hook 'time-stamp)
28335 or customize `before-save-hook' through Custom.
28336 Normally the template must appear in the first 8 lines of a file and
28337 look like one of the following:
28338 Time-stamp: <>
28339 Time-stamp: \" \"
28340 The time stamp is written between the brackets or quotes:
28341 Time-stamp: <2001-02-18 10:20:51 gildea>
28342 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
28343 The format of the time stamp is set by the variable `time-stamp-pattern' or
28344 `time-stamp-format'. The variables `time-stamp-pattern',
28345 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
28346 `time-stamp-count', and `time-stamp-inserts-lines' control finding
28347 the template.
28349 \(fn)" t nil)
28351 (autoload 'time-stamp-toggle-active "time-stamp" "\
28352 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
28353 With ARG, turn time stamping on if and only if arg is positive.
28355 \(fn &optional ARG)" t nil)
28357 ;;;***
28359 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
28360 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
28361 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
28362 ;;;;;; timeclock-modeline-display) "timeclock" "calendar/timeclock.el"
28363 ;;;;;; (19845 45374))
28364 ;;; Generated autoloads from calendar/timeclock.el
28366 (autoload 'timeclock-modeline-display "timeclock" "\
28367 Toggle display of the amount of time left today in the modeline.
28368 If `timeclock-use-display-time' is non-nil (the default), then
28369 the function `display-time-mode' must be active, and the modeline
28370 will be updated whenever the time display is updated. Otherwise,
28371 the timeclock will use its own sixty second timer to do its
28372 updating. With prefix ARG, turn modeline display on if and only
28373 if ARG is positive. Returns the new status of timeclock modeline
28374 display (non-nil means on).
28376 \(fn &optional ARG)" t nil)
28378 (autoload 'timeclock-in "timeclock" "\
28379 Clock in, recording the current time moment in the timelog.
28380 With a numeric prefix ARG, record the fact that today has only that
28381 many hours in it to be worked. If ARG is a non-numeric prefix argument
28382 \(non-nil, but not a number), 0 is assumed (working on a holiday or
28383 weekend). *If not called interactively, ARG should be the number of
28384 _seconds_ worked today*. This feature only has effect the first time
28385 this function is called within a day.
28387 PROJECT is the project being clocked into. If PROJECT is nil, and
28388 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
28389 interactively -- call the function `timeclock-get-project-function' to
28390 discover the name of the project.
28392 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
28394 (autoload 'timeclock-out "timeclock" "\
28395 Clock out, recording the current time moment in the timelog.
28396 If a prefix ARG is given, the user has completed the project that was
28397 begun during the last time segment.
28399 REASON is the user's reason for clocking out. If REASON is nil, and
28400 FIND-REASON is non-nil -- or the user calls `timeclock-out'
28401 interactively -- call the function `timeclock-get-reason-function' to
28402 discover the reason.
28404 \(fn &optional ARG REASON FIND-REASON)" t nil)
28406 (autoload 'timeclock-status-string "timeclock" "\
28407 Report the overall timeclock status at the present moment.
28408 If SHOW-SECONDS is non-nil, display second resolution.
28409 If TODAY-ONLY is non-nil, the display will be relative only to time
28410 worked today, ignoring the time worked on previous days.
28412 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28414 (autoload 'timeclock-change "timeclock" "\
28415 Change to working on a different project.
28416 This clocks out of the current project, then clocks in on a new one.
28417 With a prefix ARG, consider the previous project as finished at the
28418 time of changeover. PROJECT is the name of the last project you were
28419 working on.
28421 \(fn &optional ARG PROJECT)" t nil)
28423 (autoload 'timeclock-query-out "timeclock" "\
28424 Ask the user whether to clock out.
28425 This is a useful function for adding to `kill-emacs-query-functions'.
28427 \(fn)" nil nil)
28429 (autoload 'timeclock-reread-log "timeclock" "\
28430 Re-read the timeclock, to account for external changes.
28431 Returns the new value of `timeclock-discrepancy'.
28433 \(fn)" t nil)
28435 (autoload 'timeclock-workday-remaining-string "timeclock" "\
28436 Return a string representing the amount of time left today.
28437 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
28438 is non-nil, the display will be relative only to time worked today.
28439 See `timeclock-relative' for more information about the meaning of
28440 \"relative to today\".
28442 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28444 (autoload 'timeclock-workday-elapsed-string "timeclock" "\
28445 Return a string representing the amount of time worked today.
28446 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
28447 non-nil, the amount returned will be relative to past time worked.
28449 \(fn &optional SHOW-SECONDS)" t nil)
28451 (autoload 'timeclock-when-to-leave-string "timeclock" "\
28452 Return a string representing the end of today's workday.
28453 This string is relative to the value of `timeclock-workday'. If
28454 SHOW-SECONDS is non-nil, the value printed/returned will include
28455 seconds. If TODAY-ONLY is non-nil, the value returned will be
28456 relative only to the time worked today, and not to past time.
28458 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28460 ;;;***
28462 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
28463 ;;;;;; "international/titdic-cnv.el" (19845 45374))
28464 ;;; Generated autoloads from international/titdic-cnv.el
28466 (autoload 'titdic-convert "titdic-cnv" "\
28467 Convert a TIT dictionary of FILENAME into a Quail package.
28468 Optional argument DIRNAME if specified is the directory name under which
28469 the generated Quail package is saved.
28471 \(fn FILENAME &optional DIRNAME)" t nil)
28473 (autoload 'batch-titdic-convert "titdic-cnv" "\
28474 Run `titdic-convert' on the files remaining on the command line.
28475 Use this from the command line, with `-batch';
28476 it won't work in an interactive Emacs.
28477 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
28478 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
28479 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28481 \(fn &optional FORCE)" nil nil)
28483 ;;;***
28485 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
28486 ;;;;;; "tmm.el" (19845 45374))
28487 ;;; Generated autoloads from tmm.el
28488 (define-key global-map "\M-`" 'tmm-menubar)
28489 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
28491 (autoload 'tmm-menubar "tmm" "\
28492 Text-mode emulation of looking and choosing from a menubar.
28493 See the documentation for `tmm-prompt'.
28494 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
28495 we make that menu bar item (the one at that position) the default choice.
28497 \(fn &optional X-POSITION)" t nil)
28499 (autoload 'tmm-menubar-mouse "tmm" "\
28500 Text-mode emulation of looking and choosing from a menubar.
28501 This command is used when you click the mouse in the menubar
28502 on a console which has no window system but does have a mouse.
28503 See the documentation for `tmm-prompt'.
28505 \(fn EVENT)" t nil)
28507 (autoload 'tmm-prompt "tmm" "\
28508 Text-mode emulation of calling the bindings in keymap.
28509 Creates a text-mode menu of possible choices. You can access the elements
28510 in the menu in two ways:
28511 *) via history mechanism from minibuffer;
28512 *) Or via completion-buffer that is automatically shown.
28513 The last alternative is currently a hack, you cannot use mouse reliably.
28515 MENU is like the MENU argument to `x-popup-menu': either a
28516 keymap or an alist of alists.
28517 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
28518 Its value should be an event that has a binding in MENU.
28520 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
28522 ;;;***
28524 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
28525 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
28526 ;;;;;; "todo-mode" "calendar/todo-mode.el" (19845 45374))
28527 ;;; Generated autoloads from calendar/todo-mode.el
28529 (autoload 'todo-add-category "todo-mode" "\
28530 Add new category CAT to the TODO list.
28532 \(fn &optional CAT)" t nil)
28534 (autoload 'todo-add-item-non-interactively "todo-mode" "\
28535 Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
28537 \(fn NEW-ITEM CATEGORY)" nil nil)
28539 (autoload 'todo-insert-item "todo-mode" "\
28540 Insert new TODO list entry.
28541 With a prefix argument ARG solicit the category, otherwise use the current
28542 category.
28544 \(fn ARG)" t nil)
28546 (autoload 'todo-top-priorities "todo-mode" "\
28547 List top priorities for each category.
28549 Number of entries for each category is given by NOF-PRIORITIES which
28550 defaults to `todo-show-priorities'.
28552 If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
28553 between each category.
28554 INTERACTIVE should be non-nil if this function is called interactively.
28556 \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE INTERACTIVE)" t nil)
28558 (autoload 'todo-print "todo-mode" "\
28559 Print todo summary using `todo-print-function'.
28560 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
28561 between each category.
28563 Number of entries for each category is given by `todo-print-priorities'.
28565 \(fn &optional CATEGORY-PR-PAGE)" t nil)
28567 (autoload 'todo-mode "todo-mode" "\
28568 Major mode for editing TODO lists.
28570 \(fn)" t nil)
28572 (autoload 'todo-cp "todo-mode" "\
28573 Make a diary entry appear only in the current date's diary.
28575 \(fn)" nil nil)
28577 (autoload 'todo-show "todo-mode" "\
28578 Show TODO list.
28580 \(fn)" t nil)
28582 ;;;***
28584 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28585 ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28586 ;;;;;; "tool-bar" "tool-bar.el" (19886 45771))
28587 ;;; Generated autoloads from tool-bar.el
28589 (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
28590 Toggle tool bar on or off, based on the status of the current frame.
28591 See `tool-bar-mode' for more information.
28593 \(fn &optional ARG)" t nil)
28595 (autoload 'tool-bar-add-item "tool-bar" "\
28596 Add an item to the tool bar.
28597 ICON names the image, DEF is the key definition and KEY is a symbol
28598 for the fake function key in the menu keymap. Remaining arguments
28599 PROPS are additional items to add to the menu item specification. See
28600 Info node `(elisp)Tool Bar'. Items are added from left to right.
28602 ICON is the base name of a file containing the image to use. The
28603 function will first try to use low-color/ICON.xpm if `display-color-cells'
28604 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28605 ICON.xbm, using `find-image'.
28607 Use this function only to make bindings in the global value of `tool-bar-map'.
28608 To define items in any other map, use `tool-bar-local-item'.
28610 \(fn ICON DEF KEY &rest PROPS)" nil nil)
28612 (autoload 'tool-bar-local-item "tool-bar" "\
28613 Add an item to the tool bar in map MAP.
28614 ICON names the image, DEF is the key definition and KEY is a symbol
28615 for the fake function key in the menu keymap. Remaining arguments
28616 PROPS are additional items to add to the menu item specification. See
28617 Info node `(elisp)Tool Bar'. Items are added from left to right.
28619 ICON is the base name of a file containing the image to use. The
28620 function will first try to use low-color/ICON.xpm if `display-color-cells'
28621 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28622 ICON.xbm, using `find-image'.
28624 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
28626 (autoload 'tool-bar-add-item-from-menu "tool-bar" "\
28627 Define tool bar binding for COMMAND in keymap MAP using the given ICON.
28628 This makes a binding for COMMAND in `tool-bar-map', copying its
28629 binding from the menu bar in MAP (which defaults to `global-map'), but
28630 modifies the binding by adding an image specification for ICON. It
28631 finds ICON just like `tool-bar-add-item'. PROPS are additional
28632 properties to add to the binding.
28634 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28636 Use this function only to make bindings in the global value of `tool-bar-map'.
28637 To define items in any other map, use `tool-bar-local-item-from-menu'.
28639 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
28641 (autoload 'tool-bar-local-item-from-menu "tool-bar" "\
28642 Define local tool bar binding for COMMAND using the given ICON.
28643 This makes a binding for COMMAND in IN-MAP, copying its binding from
28644 the menu bar in FROM-MAP (which defaults to `global-map'), but
28645 modifies the binding by adding an image specification for ICON. It
28646 finds ICON just like `tool-bar-add-item'. PROPS are additional
28647 properties to add to the binding.
28649 FROM-MAP must contain appropriate binding for `[menu-bar]' which
28650 holds a keymap.
28652 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
28654 ;;;***
28656 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28657 ;;;;;; (19845 45374))
28658 ;;; Generated autoloads from emulation/tpu-edt.el
28660 (defvar tpu-edt-mode nil "\
28661 Non-nil if Tpu-Edt mode is enabled.
28662 See the command `tpu-edt-mode' for a description of this minor mode.
28663 Setting this variable directly does not take effect;
28664 either customize it (see the info node `Easy Customization')
28665 or call the function `tpu-edt-mode'.")
28667 (custom-autoload 'tpu-edt-mode "tpu-edt" nil)
28669 (autoload 'tpu-edt-mode "tpu-edt" "\
28670 TPU/edt emulation.
28672 \(fn &optional ARG)" t nil)
28674 (defalias 'tpu-edt 'tpu-edt-on)
28676 (autoload 'tpu-edt-on "tpu-edt" "\
28677 Turn on TPU/edt emulation.
28679 \(fn)" t nil)
28681 ;;;***
28683 ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28684 ;;;;;; (19845 45374))
28685 ;;; Generated autoloads from emulation/tpu-mapper.el
28687 (autoload 'tpu-mapper "tpu-mapper" "\
28688 Create an Emacs lisp file defining the TPU-edt keypad for X-windows.
28690 This command displays an instruction screen showing the TPU-edt keypad
28691 and asks you to press the TPU-edt editing keys. It uses the keys you
28692 press to create an Emacs Lisp file that will define a TPU-edt keypad
28693 for your X server. You can even re-arrange the standard EDT keypad to
28694 suit your tastes (or to cope with those silly Sun and PC keypads).
28696 Finally, you will be prompted for the name of the file to store the key
28697 definitions. If you chose the default, TPU-edt will find it and load it
28698 automatically. If you specify a different file name, you will need to
28699 set the variable ``tpu-xkeys-file'' before starting TPU-edt. Here's how
28700 you might go about doing that in your .emacs file.
28702 (setq tpu-xkeys-file (expand-file-name \"~/.my-emacs-x-keys\"))
28703 (tpu-edt)
28705 Known Problems:
28707 Sometimes, tpu-mapper will ignore a key you press, and just continue to
28708 prompt for the same key. This can happen when your window manager sucks
28709 up the key and doesn't pass it on to Emacs, or it could be an Emacs bug.
28710 Either way, there's nothing that tpu-mapper can do about it. You must
28711 press RETURN, to skip the current key and continue. Later, you and/or
28712 your local X guru can try to figure out why the key is being ignored.
28714 \(fn)" t nil)
28716 ;;;***
28718 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (19845 45374))
28719 ;;; Generated autoloads from emacs-lisp/tq.el
28721 (autoload 'tq-create "tq" "\
28722 Create and return a transaction queue communicating with PROCESS.
28723 PROCESS should be a subprocess capable of sending and receiving
28724 streams of bytes. It may be a local process, or it may be connected
28725 to a tcp server on another machine.
28727 \(fn PROCESS)" nil nil)
28729 ;;;***
28731 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
28732 ;;;;;; "trace" "emacs-lisp/trace.el" (19845 45374))
28733 ;;; Generated autoloads from emacs-lisp/trace.el
28735 (defvar trace-buffer (purecopy "*trace-output*") "\
28736 Trace output will by default go to that buffer.")
28738 (custom-autoload 'trace-buffer "trace" t)
28740 (autoload 'trace-function "trace" "\
28741 Traces FUNCTION with trace output going to BUFFER.
28742 For every call of FUNCTION Lisp-style trace messages that display argument
28743 and return values will be inserted into BUFFER. This function generates the
28744 trace advice for FUNCTION and activates it together with any other advice
28745 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
28746 Do not use this to trace functions that switch buffers or do any other
28747 display oriented stuff, use `trace-function-background' instead.
28749 \(fn FUNCTION &optional BUFFER)" t nil)
28751 (autoload 'trace-function-background "trace" "\
28752 Traces FUNCTION with trace output going quietly to BUFFER.
28753 When this tracing is enabled, every call to FUNCTION writes
28754 a Lisp-style trace message (showing the arguments and return value)
28755 into BUFFER. This function generates advice to trace FUNCTION
28756 and activates it together with any other advice there might be.
28757 The trace output goes to BUFFER quietly, without changing
28758 the window or buffer configuration.
28760 BUFFER defaults to `trace-buffer'.
28762 \(fn FUNCTION &optional BUFFER)" t nil)
28764 ;;;***
28766 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28767 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28768 ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28769 ;;;;;; "net/tramp.el" (19894 39890))
28770 ;;; Generated autoloads from net/tramp.el
28772 (defvar tramp-mode t "\
28773 *Whether Tramp is enabled.
28774 If it is set to nil, all remote file names are used literally.")
28776 (custom-autoload 'tramp-mode "tramp" t)
28778 (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
28779 Tramp filename syntax to be used.
28781 It can have the following values:
28783 'ftp -- Ange-FTP respective EFS like syntax (GNU Emacs default)
28784 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs)
28785 'url -- URL-like syntax.")
28787 (custom-autoload 'tramp-syntax "tramp" t)
28789 (defconst tramp-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/\\([^[/:]\\{2,\\}\\|[^/]\\{2,\\}]\\):" "\\`/\\([^[/:]+\\|[^/]+]\\):") "\
28790 Value for `tramp-file-name-regexp' for unified remoting.
28791 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28792 Tramp. See `tramp-file-name-structure' for more explanations.
28794 On W32 systems, the volume letter must be ignored.")
28796 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28797 Value for `tramp-file-name-regexp' for separate remoting.
28798 XEmacs uses a separate filename syntax for Tramp and EFS.
28799 See `tramp-file-name-structure' for more explanations.")
28801 (defconst tramp-file-name-regexp-url "\\`/[^/:]+://" "\
28802 Value for `tramp-file-name-regexp' for URL-like remoting.
28803 See `tramp-file-name-structure' for more explanations.")
28805 (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"))) "\
28806 *Regular expression matching file names handled by Tramp.
28807 This regexp should match Tramp file names but no other file names.
28808 When tramp.el is loaded, this regular expression is prepended to
28809 `file-name-handler-alist', and that is searched sequentially. Thus,
28810 if the Tramp entry appears rather early in the `file-name-handler-alist'
28811 and is a bit too general, then some files might be considered Tramp
28812 files which are not really Tramp files.
28814 Please note that the entry in `file-name-handler-alist' is made when
28815 this file (tramp.el) is loaded. This means that this variable must be set
28816 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28817 updated after changing this variable.
28819 Also see `tramp-file-name-structure'.")
28821 (defconst tramp-root-regexp (if (memq system-type '(cygwin windows-nt)) "\\`\\([a-zA-Z]:\\)?/" "\\`/") "\
28822 Beginning of an incomplete Tramp file name.
28823 Usually, it is just \"\\\\`/\". On W32 systems, there might be a
28824 volume letter, which will be removed by `tramp-drop-volume-letter'.")
28826 (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) (concat tramp-root-regexp "[^/]\\{2,\\}\\'") (concat tramp-root-regexp "[^/]*\\'")) "\
28827 Value for `tramp-completion-file-name-regexp' for unified remoting.
28828 GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
28829 See `tramp-file-name-structure' for more explanations.
28831 On W32 systems, the volume letter must be ignored.")
28833 (defconst tramp-completion-file-name-regexp-separate (concat tramp-root-regexp "\\([[][^]]*\\)?\\'") "\
28834 Value for `tramp-completion-file-name-regexp' for separate remoting.
28835 XEmacs uses a separate filename syntax for Tramp and EFS.
28836 See `tramp-file-name-structure' for more explanations.")
28838 (defconst tramp-completion-file-name-regexp-url (concat tramp-root-regexp "[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?\\'") "\
28839 Value for `tramp-completion-file-name-regexp' for URL-like remoting.
28840 See `tramp-file-name-structure' for more explanations.")
28842 (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"))) "\
28843 *Regular expression matching file names handled by Tramp completion.
28844 This regexp should match partial Tramp file names only.
28846 Please note that the entry in `file-name-handler-alist' is made when
28847 this file (tramp.el) is loaded. This means that this variable must be set
28848 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28849 updated after changing this variable.
28851 Also see `tramp-file-name-structure'.")
28853 (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)) "\
28854 Alist of completion handler functions.
28855 Used for file names matching `tramp-file-name-regexp'. Operations
28856 not mentioned here will be handled by Tramp's file name handler
28857 functions, or the normal Emacs functions.")
28859 (defun tramp-run-real-handler (operation args) "\
28860 Invoke normal file name handler for OPERATION.
28861 First arg specifies the OPERATION, second arg is a list of arguments to
28862 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)))
28864 (defun tramp-completion-run-real-handler (operation args) "\
28865 Invoke `tramp-file-name-handler' for OPERATION.
28866 First arg specifies the OPERATION, second arg is a list of arguments to
28867 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)))
28869 (autoload 'tramp-file-name-handler "tramp" "\
28870 Invoke Tramp file name handler.
28871 Falls back to normal file name handler if no Tramp file name handler exists.
28873 \(fn OPERATION &rest ARGS)" nil nil)
28875 (defun tramp-completion-file-name-handler (operation &rest args) "\
28876 Invoke Tramp file name completion handler.
28877 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))))
28879 (defun tramp-register-file-name-handlers nil "\
28880 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)))))))
28882 (tramp-register-file-name-handlers)
28884 (autoload 'tramp-unload-file-name-handlers "tramp" "\
28887 \(fn)" nil nil)
28889 (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\
28890 Like `file-name-all-completions' for partial Tramp files.
28892 \(fn FILENAME DIRECTORY)" nil nil)
28894 (autoload 'tramp-completion-handle-file-name-completion "tramp" "\
28895 Like `file-name-completion' for Tramp files.
28897 \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
28899 (autoload 'tramp-unload-tramp "tramp" "\
28900 Discard Tramp from loading remote files.
28902 \(fn)" t nil)
28904 ;;;***
28906 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28907 ;;;;;; (19845 45374))
28908 ;;; Generated autoloads from net/tramp-ftp.el
28910 (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
28913 \(fn)" nil nil)
28915 ;;;***
28917 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (19845
28918 ;;;;;; 45374))
28919 ;;; Generated autoloads from tutorial.el
28921 (autoload 'help-with-tutorial "tutorial" "\
28922 Select the Emacs learn-by-doing tutorial.
28923 If there is a tutorial version written in the language
28924 of the selected language environment, that version is used.
28925 If there's no tutorial in that language, `TUTORIAL' is selected.
28926 With ARG, you are asked to choose which language.
28927 If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
28928 any question when restarting the tutorial.
28930 If any of the standard Emacs key bindings that are used in the
28931 tutorial have been changed then an explanatory note about this is
28932 shown in the beginning of the tutorial buffer.
28934 When the tutorial buffer is killed the content and the point
28935 position in the buffer is saved so that the tutorial may be
28936 resumed later.
28938 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
28940 ;;;***
28942 ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28943 ;;;;;; (19845 45374))
28944 ;;; Generated autoloads from language/tv-util.el
28946 (autoload 'tai-viet-composition-function "tv-util" "\
28949 \(fn FROM TO FONT-OBJECT STRING)" nil nil)
28951 ;;;***
28953 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28954 ;;;;;; "textmodes/two-column.el" (19845 45374))
28955 ;;; Generated autoloads from textmodes/two-column.el
28956 (autoload '2C-command "two-column" () t 'keymap)
28957 (global-set-key "\C-x6" '2C-command)
28958 (global-set-key [f2] '2C-command)
28960 (autoload '2C-two-columns "two-column" "\
28961 Split current window vertically for two-column editing.
28962 \\<global-map>When called the first time, associates a buffer with the current
28963 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
28964 for details.). It runs `2C-other-buffer-hook' in the new buffer.
28965 When called again, restores the screen layout with the current buffer
28966 first and the associated buffer to its right.
28968 \(fn &optional BUFFER)" t nil)
28970 (autoload '2C-associate-buffer "two-column" "\
28971 Associate another buffer with this one in two-column minor mode.
28972 Can also be used to associate a just previously visited file, by
28973 accepting the proposed default buffer.
28975 \(See \\[describe-mode] .)
28977 \(fn)" t nil)
28979 (autoload '2C-split "two-column" "\
28980 Split a two-column text at point, into two buffers in two-column minor mode.
28981 Point becomes the local value of `2C-window-width'. Only lines that
28982 have the ARG same preceding characters at that column get split. The
28983 ARG preceding characters without any leading whitespace become the local
28984 value for `2C-separator'. This way lines that continue across both
28985 columns remain untouched in the first buffer.
28987 This function can be used with a prototype line, to set up things. You
28988 write the first line of each column and then split that line. E.g.:
28990 First column's text sSs Second column's text
28991 \\___/\\
28992 / \\
28993 5 character Separator You type M-5 \\[2C-split] with the point here.
28995 \(See \\[describe-mode] .)
28997 \(fn ARG)" t nil)
28999 ;;;***
29001 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
29002 ;;;;;; type-break type-break-mode type-break-keystroke-threshold
29003 ;;;;;; type-break-good-break-interval type-break-good-rest-interval
29004 ;;;;;; type-break-interval type-break-mode) "type-break" "type-break.el"
29005 ;;;;;; (19886 45771))
29006 ;;; Generated autoloads from type-break.el
29008 (defvar type-break-mode nil "\
29009 Toggle typing break mode.
29010 See the docstring for the `type-break-mode' command for more information.
29011 Setting this variable directly does not take effect;
29012 use either \\[customize] or the function `type-break-mode'.")
29014 (custom-autoload 'type-break-mode "type-break" nil)
29016 (defvar type-break-interval (* 60 60) "\
29017 Number of seconds between scheduled typing breaks.")
29019 (custom-autoload 'type-break-interval "type-break" t)
29021 (defvar type-break-good-rest-interval (/ type-break-interval 6) "\
29022 Number of seconds of idle time considered to be an adequate typing rest.
29024 When this variable is non-nil, Emacs checks the idle time between
29025 keystrokes. If this idle time is long enough to be considered a \"good\"
29026 rest from typing, then the next typing break is simply rescheduled for later.
29028 If a break is interrupted before this much time elapses, the user will be
29029 asked whether or not really to interrupt the break.")
29031 (custom-autoload 'type-break-good-rest-interval "type-break" t)
29033 (defvar type-break-good-break-interval nil "\
29034 Number of seconds considered to be an adequate explicit typing rest.
29036 When this variable is non-nil, its value is considered to be a \"good\"
29037 length (in seconds) for a break initiated by the command `type-break',
29038 overriding `type-break-good-rest-interval'. This provides querying of
29039 break interruptions when `type-break-good-rest-interval' is nil.")
29041 (custom-autoload 'type-break-good-break-interval "type-break" t)
29043 (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)) "\
29044 Upper and lower bound on number of keystrokes for considering typing break.
29045 This structure is a pair of numbers (MIN . MAX).
29047 The first number is the minimum number of keystrokes that must have been
29048 entered since the last typing break before considering another one, even if
29049 the scheduled time has elapsed; the break is simply rescheduled until later
29050 if the minimum threshold hasn't been reached. If this first value is nil,
29051 then there is no minimum threshold; as soon as the scheduled time has
29052 elapsed, the user will always be queried.
29054 The second number is the maximum number of keystrokes that can be entered
29055 before a typing break is requested immediately, pre-empting the originally
29056 scheduled break. If this second value is nil, then no pre-emptive breaks
29057 will occur; only scheduled ones will.
29059 Keys with bucky bits (shift, control, meta, etc) are counted as only one
29060 keystroke even though they really require multiple keys to generate them.
29062 The command `type-break-guesstimate-keystroke-threshold' can be used to
29063 guess a reasonably good pair of values for this variable.")
29065 (custom-autoload 'type-break-keystroke-threshold "type-break" t)
29067 (autoload 'type-break-mode "type-break" "\
29068 Enable or disable typing-break mode.
29069 This is a minor mode, but it is global to all buffers by default.
29071 When this mode is enabled, the user is encouraged to take typing breaks at
29072 appropriate intervals; either after a specified amount of time or when the
29073 user has exceeded a keystroke threshold. When the time arrives, the user
29074 is asked to take a break. If the user refuses at that time, Emacs will ask
29075 again in a short period of time. The idea is to give the user enough time
29076 to find a good breaking point in his or her work, but be sufficiently
29077 annoying to discourage putting typing breaks off indefinitely.
29079 A negative prefix argument disables this mode.
29080 No argument or any non-negative argument enables it.
29082 The user may enable or disable this mode by setting the variable of the
29083 same name, though setting it in that way doesn't reschedule a break or
29084 reset the keystroke counter.
29086 If the mode was previously disabled and is enabled as a consequence of
29087 calling this function, it schedules a break with `type-break-schedule' to
29088 make sure one occurs (the user can call that command to reschedule the
29089 break at any time). It also initializes the keystroke counter.
29091 The variable `type-break-interval' specifies the number of seconds to
29092 schedule between regular typing breaks. This variable doesn't directly
29093 affect the time schedule; it simply provides a default for the
29094 `type-break-schedule' command.
29096 If set, the variable `type-break-good-rest-interval' specifies the minimum
29097 amount of time which is considered a reasonable typing break. Whenever
29098 that time has elapsed, typing breaks are automatically rescheduled for
29099 later even if Emacs didn't prompt you to take one first. Also, if a break
29100 is ended before this much time has elapsed, the user will be asked whether
29101 or not to continue. A nil value for this variable prevents automatic
29102 break rescheduling, making `type-break-interval' an upper bound on the time
29103 between breaks. In this case breaks will be prompted for as usual before
29104 the upper bound if the keystroke threshold is reached.
29106 If `type-break-good-rest-interval' is nil and
29107 `type-break-good-break-interval' is set, then confirmation is required to
29108 interrupt a break before `type-break-good-break-interval' seconds
29109 have passed. This provides for an upper bound on the time between breaks
29110 together with confirmation of interruptions to these breaks.
29112 The variable `type-break-keystroke-threshold' is used to determine the
29113 thresholds at which typing breaks should be considered. You can use
29114 the command `type-break-guesstimate-keystroke-threshold' to try to
29115 approximate good values for this.
29117 There are several variables that affect how or when warning messages about
29118 imminent typing breaks are displayed. They include:
29120 `type-break-mode-line-message-mode'
29121 `type-break-time-warning-intervals'
29122 `type-break-keystroke-warning-intervals'
29123 `type-break-warning-repeat'
29124 `type-break-warning-countdown-string'
29125 `type-break-warning-countdown-string-type'
29127 There are several variables that affect if, how, and when queries to begin
29128 a typing break occur. They include:
29130 `type-break-query-mode'
29131 `type-break-query-function'
29132 `type-break-query-interval'
29134 The command `type-break-statistics' prints interesting things.
29136 Finally, a file (named `type-break-file-name') is used to store information
29137 across Emacs sessions. This provides recovery of the break status between
29138 sessions and after a crash. Manual changes to the file may result in
29139 problems.
29141 \(fn &optional PREFIX)" t nil)
29143 (autoload 'type-break "type-break" "\
29144 Take a typing break.
29146 During the break, a demo selected from the functions listed in
29147 `type-break-demo-functions' is run.
29149 After the typing break is finished, the next break is scheduled
29150 as per the function `type-break-schedule'.
29152 \(fn)" t nil)
29154 (autoload 'type-break-statistics "type-break" "\
29155 Print statistics about typing breaks in a temporary buffer.
29156 This includes the last time a typing break was taken, when the next one is
29157 scheduled, the keystroke thresholds and the current keystroke count, etc.
29159 \(fn)" t nil)
29161 (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
29162 Guess values for the minimum/maximum keystroke threshold for typing breaks.
29164 If called interactively, the user is prompted for their guess as to how
29165 many words per minute they usually type. This value should not be your
29166 maximum WPM, but your average. Of course, this is harder to gauge since it
29167 can vary considerably depending on what you are doing. For example, one
29168 tends to type less when debugging a program as opposed to writing
29169 documentation. (Perhaps a separate program should be written to estimate
29170 average typing speed.)
29172 From that, this command sets the values in `type-break-keystroke-threshold'
29173 based on a fairly simple algorithm involving assumptions about the average
29174 length of words (5). For the minimum threshold, it uses about a fifth of
29175 the computed maximum threshold.
29177 When called from Lisp programs, the optional args WORDLEN and FRAC can be
29178 used to override the default assumption about average word length and the
29179 fraction of the maximum threshold to which to set the minimum threshold.
29180 FRAC should be the inverse of the fractional value; for example, a value of
29181 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
29183 \(fn WPM &optional WORDLEN FRAC)" t nil)
29185 ;;;***
29187 ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (19845 45374))
29188 ;;; Generated autoloads from mail/uce.el
29190 (autoload 'uce-reply-to-uce "uce" "\
29191 Compose a reply to unsolicited commercial email (UCE).
29192 Sets up a reply buffer addressed to: the sender, his postmaster,
29193 his abuse@ address, and the postmaster of the mail relay used.
29194 You might need to set `uce-mail-reader' before using this.
29196 \(fn &optional IGNORED)" t nil)
29198 ;;;***
29200 ;;;### (autoloads (ucs-normalize-HFS-NFC-string ucs-normalize-HFS-NFC-region
29201 ;;;;;; ucs-normalize-HFS-NFD-string ucs-normalize-HFS-NFD-region
29202 ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
29203 ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
29204 ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
29205 ;;;;;; "international/ucs-normalize.el" (19845 45374))
29206 ;;; Generated autoloads from international/ucs-normalize.el
29208 (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
29209 Normalize the current region by the Unicode NFD.
29211 \(fn FROM TO)" t nil)
29213 (autoload 'ucs-normalize-NFD-string "ucs-normalize" "\
29214 Normalize the string STR by the Unicode NFD.
29216 \(fn STR)" nil nil)
29218 (autoload 'ucs-normalize-NFC-region "ucs-normalize" "\
29219 Normalize the current region by the Unicode NFC.
29221 \(fn FROM TO)" t nil)
29223 (autoload 'ucs-normalize-NFC-string "ucs-normalize" "\
29224 Normalize the string STR by the Unicode NFC.
29226 \(fn STR)" nil nil)
29228 (autoload 'ucs-normalize-NFKD-region "ucs-normalize" "\
29229 Normalize the current region by the Unicode NFKD.
29231 \(fn FROM TO)" t nil)
29233 (autoload 'ucs-normalize-NFKD-string "ucs-normalize" "\
29234 Normalize the string STR by the Unicode NFKD.
29236 \(fn STR)" nil nil)
29238 (autoload 'ucs-normalize-NFKC-region "ucs-normalize" "\
29239 Normalize the current region by the Unicode NFKC.
29241 \(fn FROM TO)" t nil)
29243 (autoload 'ucs-normalize-NFKC-string "ucs-normalize" "\
29244 Normalize the string STR by the Unicode NFKC.
29246 \(fn STR)" nil nil)
29248 (autoload 'ucs-normalize-HFS-NFD-region "ucs-normalize" "\
29249 Normalize the current region by the Unicode NFD and Mac OS's HFS Plus.
29251 \(fn FROM TO)" t nil)
29253 (autoload 'ucs-normalize-HFS-NFD-string "ucs-normalize" "\
29254 Normalize the string STR by the Unicode NFD and Mac OS's HFS Plus.
29256 \(fn STR)" nil nil)
29258 (autoload 'ucs-normalize-HFS-NFC-region "ucs-normalize" "\
29259 Normalize the current region by the Unicode NFC and Mac OS's HFS Plus.
29261 \(fn FROM TO)" t nil)
29263 (autoload 'ucs-normalize-HFS-NFC-string "ucs-normalize" "\
29264 Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29266 \(fn STR)" nil nil)
29268 ;;;***
29270 ;;;### (autoloads (ununderline-region underline-region) "underline"
29271 ;;;;;; "textmodes/underline.el" (19845 45374))
29272 ;;; Generated autoloads from textmodes/underline.el
29274 (autoload 'underline-region "underline" "\
29275 Underline all nonblank characters in the region.
29276 Works by overstriking underscores.
29277 Called from program, takes two arguments START and END
29278 which specify the range to operate on.
29280 \(fn START END)" t nil)
29282 (autoload 'ununderline-region "underline" "\
29283 Remove all underlining (overstruck underscores) in the region.
29284 Called from program, takes two arguments START and END
29285 which specify the range to operate on.
29287 \(fn START END)" t nil)
29289 ;;;***
29291 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
29292 ;;;;;; (19845 45374))
29293 ;;; Generated autoloads from mail/unrmail.el
29295 (autoload 'batch-unrmail "unrmail" "\
29296 Convert old-style Rmail Babyl files to system inbox format.
29297 Specify the input Rmail Babyl file names as command line arguments.
29298 For each Rmail file, the corresponding output file name
29299 is made by adding `.mail' at the end.
29300 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
29302 \(fn)" nil nil)
29304 (autoload 'unrmail "unrmail" "\
29305 Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
29307 \(fn FILE TO-FILE)" t nil)
29309 ;;;***
29311 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (19845
29312 ;;;;;; 45374))
29313 ;;; Generated autoloads from emacs-lisp/unsafep.el
29315 (autoload 'unsafep "unsafep" "\
29316 Return nil if evaluating FORM couldn't possibly do any harm.
29317 Otherwise result is a reason why FORM is unsafe.
29318 UNSAFEP-VARS is a list of symbols with local bindings.
29320 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
29322 ;;;***
29324 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
29325 ;;;;;; "url/url.el" (19845 45374))
29326 ;;; Generated autoloads from url/url.el
29328 (autoload 'url-retrieve "url" "\
29329 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
29330 URL is either a string or a parsed URL.
29332 CALLBACK is called when the object has been completely retrieved, with
29333 the current buffer containing the object, and any MIME headers associated
29334 with it. It is called as (apply CALLBACK STATUS CBARGS).
29335 STATUS is a list with an even number of elements representing
29336 what happened during the request, with most recent events first,
29337 or an empty list if no events have occurred. Each pair is one of:
29339 \(:redirect REDIRECTED-TO) - the request was redirected to this URL
29340 \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
29341 signaled with (signal ERROR-SYMBOL DATA).
29343 Return the buffer URL will load into, or nil if the process has
29344 already completed (i.e. URL was a mailto URL or similar; in this case
29345 the callback is not called).
29347 The variables `url-request-data', `url-request-method' and
29348 `url-request-extra-headers' can be dynamically bound around the
29349 request; dynamic binding of other variables doesn't necessarily
29350 take effect.
29352 If SILENT, then don't message progress reports and the like.
29354 \(fn URL CALLBACK &optional CBARGS SILENT)" nil nil)
29356 (autoload 'url-retrieve-synchronously "url" "\
29357 Retrieve URL synchronously.
29358 Return the buffer containing the data, or nil if there are no data
29359 associated with it (the case for dired, info, or mailto URLs that need
29360 no further processing). URL is either a string or a parsed URL.
29362 \(fn URL)" nil nil)
29364 ;;;***
29366 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
29367 ;;;;;; "url-auth" "url/url-auth.el" (19845 45374))
29368 ;;; Generated autoloads from url/url-auth.el
29370 (autoload 'url-get-authentication "url-auth" "\
29371 Return an authorization string suitable for use in the WWW-Authenticate
29372 header in an HTTP/1.0 request.
29374 URL is the url you are requesting authorization to. This can be either a
29375 string representing the URL, or the parsed representation returned by
29376 `url-generic-parse-url'
29377 REALM is the realm at a specific site we are looking for. This should be a
29378 string specifying the exact realm, or nil or the symbol 'any' to
29379 specify that the filename portion of the URL should be used as the
29380 realm
29381 TYPE is the type of authentication to be returned. This is either a string
29382 representing the type (basic, digest, etc), or nil or the symbol 'any'
29383 to specify that any authentication is acceptable. If requesting 'any'
29384 the strongest matching authentication will be returned. If this is
29385 wrong, it's no big deal, the error from the server will specify exactly
29386 what type of auth to use
29387 PROMPT is boolean - specifies whether to ask the user for a username/password
29388 if one cannot be found in the cache
29390 \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil)
29392 (autoload 'url-register-auth-scheme "url-auth" "\
29393 Register an HTTP authentication method.
29395 TYPE is a string or symbol specifying the name of the method.
29396 This should be the same thing you expect to get returned in
29397 an Authenticate header in HTTP/1.0 - it will be downcased.
29398 FUNCTION is the function to call to get the authorization information.
29399 This defaults to `url-?-auth', where ? is TYPE.
29400 RATING a rating between 1 and 10 of the strength of the authentication.
29401 This is used when asking for the best authentication for a specific
29402 URL. The item with the highest rating is returned.
29404 \(fn TYPE &optional FUNCTION RATING)" nil nil)
29406 ;;;***
29408 ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
29409 ;;;;;; "url-cache" "url/url-cache.el" (19845 45374))
29410 ;;; Generated autoloads from url/url-cache.el
29412 (autoload 'url-store-in-cache "url-cache" "\
29413 Store buffer BUFF in the cache.
29415 \(fn &optional BUFF)" nil nil)
29417 (autoload 'url-is-cached "url-cache" "\
29418 Return non-nil if the URL is cached.
29419 The actual return value is the last modification time of the cache file.
29421 \(fn URL)" nil nil)
29423 (autoload 'url-cache-extract "url-cache" "\
29424 Extract FNAM from the local disk cache.
29426 \(fn FNAM)" nil nil)
29428 ;;;***
29430 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (19845 45374))
29431 ;;; Generated autoloads from url/url-cid.el
29433 (autoload 'url-cid "url-cid" "\
29436 \(fn URL)" nil nil)
29438 ;;;***
29440 ;;;### (autoloads (url-dav-vc-registered url-dav-supported-p) "url-dav"
29441 ;;;;;; "url/url-dav.el" (19845 45374))
29442 ;;; Generated autoloads from url/url-dav.el
29444 (autoload 'url-dav-supported-p "url-dav" "\
29447 \(fn URL)" nil nil)
29449 (autoload 'url-dav-vc-registered "url-dav" "\
29452 \(fn URL)" nil nil)
29454 ;;;***
29456 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (19845
29457 ;;;;;; 45374))
29458 ;;; Generated autoloads from url/url-file.el
29460 (autoload 'url-file "url-file" "\
29461 Handle file: and ftp: URLs.
29463 \(fn URL CALLBACK CBARGS)" nil nil)
29465 ;;;***
29467 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
29468 ;;;;;; "url/url-gw.el" (19864 29553))
29469 ;;; Generated autoloads from url/url-gw.el
29471 (autoload 'url-gateway-nslookup-host "url-gw" "\
29472 Attempt to resolve the given HOST using nslookup if possible.
29474 \(fn HOST)" t nil)
29476 (autoload 'url-open-stream "url-gw" "\
29477 Open a stream to HOST, possibly via a gateway.
29478 Args per `open-network-stream'.
29479 Will not make a connection if `url-gateway-unplugged' is non-nil.
29480 Might do a non-blocking connection; use `process-status' to check.
29482 \(fn NAME BUFFER HOST SERVICE)" nil nil)
29484 ;;;***
29486 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
29487 ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
29488 ;;;;;; (19845 45374))
29489 ;;; Generated autoloads from url/url-handlers.el
29491 (defvar url-handler-mode nil "\
29492 Non-nil if Url-Handler mode is enabled.
29493 See the command `url-handler-mode' for a description of this minor mode.
29494 Setting this variable directly does not take effect;
29495 either customize it (see the info node `Easy Customization')
29496 or call the function `url-handler-mode'.")
29498 (custom-autoload 'url-handler-mode "url-handlers" nil)
29500 (autoload 'url-handler-mode "url-handlers" "\
29501 Use URL to handle URL-like file names.
29503 \(fn &optional ARG)" t nil)
29505 (autoload 'url-file-handler "url-handlers" "\
29506 Function called from the `file-name-handler-alist' routines.
29507 OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
29508 the arguments that would have been passed to OPERATION.
29510 \(fn OPERATION &rest ARGS)" nil nil)
29512 (autoload 'url-copy-file "url-handlers" "\
29513 Copy URL to NEWNAME. Both args must be strings.
29514 Signals a `file-already-exists' error if file NEWNAME already exists,
29515 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
29516 A number as third arg means request confirmation if NEWNAME already exists.
29517 This is what happens in interactive use with M-x.
29518 Fourth arg KEEP-TIME non-nil means give the new file the same
29519 last-modified time as the old one. (This works on only some systems.)
29520 Fifth arg PRESERVE-UID-GID is ignored.
29521 A prefix arg makes KEEP-TIME non-nil.
29523 \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil)
29525 (autoload 'url-file-local-copy "url-handlers" "\
29526 Copy URL into a temporary file on this machine.
29527 Returns the name of the local copy, or nil, if FILE is directly
29528 accessible.
29530 \(fn URL &rest IGNORED)" nil nil)
29532 (autoload 'url-insert-file-contents "url-handlers" "\
29535 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
29537 ;;;***
29539 ;;;### (autoloads (url-http-options url-http-file-attributes url-http-file-exists-p
29540 ;;;;;; url-http) "url-http" "url/url-http.el" (19882 48702))
29541 ;;; Generated autoloads from url/url-http.el
29543 (autoload 'url-http "url-http" "\
29544 Retrieve URL via HTTP asynchronously.
29545 URL must be a parsed URL. See `url-generic-parse-url' for details.
29546 When retrieval is completed, the function CALLBACK is executed with
29547 CBARGS as the arguments.
29549 \(fn URL CALLBACK CBARGS)" nil nil)
29551 (autoload 'url-http-file-exists-p "url-http" "\
29554 \(fn URL)" nil nil)
29556 (defalias 'url-http-file-readable-p 'url-http-file-exists-p)
29558 (autoload 'url-http-file-attributes "url-http" "\
29561 \(fn URL &optional ID-FORMAT)" nil nil)
29563 (autoload 'url-http-options "url-http" "\
29564 Return a property list describing options available for URL.
29565 This list is retrieved using the `OPTIONS' HTTP method.
29567 Property list members:
29569 methods
29570 A list of symbols specifying what HTTP methods the resource
29571 supports.
29574 A list of numbers specifying what DAV protocol/schema versions are
29575 supported.
29577 dasl
29578 A list of supported DASL search types supported (string form)
29580 ranges
29581 A list of the units available for use in partial document fetches.
29584 The `Platform For Privacy Protection' description for the resource.
29585 Currently this is just the raw header contents. This is likely to
29586 change once P3P is formally supported by the URL package or
29587 Emacs/W3.
29589 \(fn URL)" nil nil)
29591 (defconst url-https-default-port 443 "\
29592 Default HTTPS port.")
29594 (defconst url-https-asynchronous-p t "\
29595 HTTPS retrievals are asynchronous.")
29596 (autoload 'url-default-expander "url-expand")
29598 (defalias 'url-https-expand-file-name 'url-default-expander)
29599 (autoload 'url-https "url-http")
29600 (autoload 'url-https-file-exists-p "url-http")
29601 (autoload 'url-https-file-readable-p "url-http")
29602 (autoload 'url-https-file-attributes "url-http")
29604 ;;;***
29606 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (19845 45374))
29607 ;;; Generated autoloads from url/url-irc.el
29609 (autoload 'url-irc "url-irc" "\
29612 \(fn URL)" nil nil)
29614 ;;;***
29616 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (19845
29617 ;;;;;; 45374))
29618 ;;; Generated autoloads from url/url-ldap.el
29620 (autoload 'url-ldap "url-ldap" "\
29621 Perform an LDAP search specified by URL.
29622 The return value is a buffer displaying the search results in HTML.
29623 URL can be a URL string, or a URL vector of the type returned by
29624 `url-generic-parse-url'.
29626 \(fn URL)" nil nil)
29628 ;;;***
29630 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29631 ;;;;;; (19845 45374))
29632 ;;; Generated autoloads from url/url-mailto.el
29634 (autoload 'url-mail "url-mailto" "\
29637 \(fn &rest ARGS)" t nil)
29639 (autoload 'url-mailto "url-mailto" "\
29640 Handle the mailto: URL syntax.
29642 \(fn URL)" nil nil)
29644 ;;;***
29646 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
29647 ;;;;;; url-man) "url-misc" "url/url-misc.el" (19845 45374))
29648 ;;; Generated autoloads from url/url-misc.el
29650 (autoload 'url-man "url-misc" "\
29651 Fetch a Unix manual page URL.
29653 \(fn URL)" nil nil)
29655 (autoload 'url-info "url-misc" "\
29656 Fetch a GNU Info URL.
29658 \(fn URL)" nil nil)
29660 (autoload 'url-generic-emulator-loader "url-misc" "\
29663 \(fn URL)" nil nil)
29665 (defalias 'url-rlogin 'url-generic-emulator-loader)
29667 (defalias 'url-telnet 'url-generic-emulator-loader)
29669 (defalias 'url-tn3270 'url-generic-emulator-loader)
29671 (autoload 'url-data "url-misc" "\
29672 Fetch a data URL (RFC 2397).
29674 \(fn URL)" nil nil)
29676 ;;;***
29678 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29679 ;;;;;; (19845 45374))
29680 ;;; Generated autoloads from url/url-news.el
29682 (autoload 'url-news "url-news" "\
29685 \(fn URL)" nil nil)
29687 (autoload 'url-snews "url-news" "\
29690 \(fn URL)" nil nil)
29692 ;;;***
29694 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29695 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29696 ;;;;;; (19845 45374))
29697 ;;; Generated autoloads from url/url-ns.el
29699 (autoload 'isPlainHostName "url-ns" "\
29702 \(fn HOST)" nil nil)
29704 (autoload 'dnsDomainIs "url-ns" "\
29707 \(fn HOST DOM)" nil nil)
29709 (autoload 'dnsResolve "url-ns" "\
29712 \(fn HOST)" nil nil)
29714 (autoload 'isResolvable "url-ns" "\
29717 \(fn HOST)" nil nil)
29719 (autoload 'isInNet "url-ns" "\
29722 \(fn IP NET MASK)" nil nil)
29724 (autoload 'url-ns-prefs "url-ns" "\
29727 \(fn &optional FILE)" nil nil)
29729 (autoload 'url-ns-user-pref "url-ns" "\
29732 \(fn KEY &optional DEFAULT)" nil nil)
29734 ;;;***
29736 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29737 ;;;;;; "url/url-parse.el" (19845 45374))
29738 ;;; Generated autoloads from url/url-parse.el
29740 (autoload 'url-recreate-url "url-parse" "\
29741 Recreate a URL string from the parsed URLOBJ.
29743 \(fn URLOBJ)" nil nil)
29745 (autoload 'url-generic-parse-url "url-parse" "\
29746 Return an URL-struct of the parts of URL.
29747 The CL-style struct contains the following fields:
29748 TYPE USER PASSWORD HOST PORTSPEC FILENAME TARGET ATTRIBUTES FULLNESS.
29750 \(fn URL)" nil nil)
29752 ;;;***
29754 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29755 ;;;;;; (19845 45374))
29756 ;;; Generated autoloads from url/url-privacy.el
29758 (autoload 'url-setup-privacy-info "url-privacy" "\
29759 Setup variables that expose info about you and your system.
29761 \(fn)" t nil)
29763 ;;;***
29765 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
29766 ;;;;;; url-hexify-string url-unhex-string url-parse-query-string
29767 ;;;;;; url-file-nondirectory url-file-directory url-percentage url-display-percentage
29768 ;;;;;; url-pretty-length url-strip-leading-spaces url-eat-trailing-space
29769 ;;;;;; url-get-normalized-date url-lazy-message url-normalize-url
29770 ;;;;;; url-insert-entities-in-string url-parse-args url-debug url-debug)
29771 ;;;;;; "url-util" "url/url-util.el" (19867 59212))
29772 ;;; Generated autoloads from url/url-util.el
29774 (defvar url-debug nil "\
29775 What types of debug messages from the URL library to show.
29776 Debug messages are logged to the *URL-DEBUG* buffer.
29778 If t, all messages will be logged.
29779 If a number, all messages will be logged, as well shown via `message'.
29780 If a list, it is a list of the types of messages to be logged.")
29782 (custom-autoload 'url-debug "url-util" t)
29784 (autoload 'url-debug "url-util" "\
29787 \(fn TAG &rest ARGS)" nil nil)
29789 (autoload 'url-parse-args "url-util" "\
29792 \(fn STR &optional NODOWNCASE)" nil nil)
29794 (autoload 'url-insert-entities-in-string "url-util" "\
29795 Convert HTML markup-start characters to entity references in STRING.
29796 Also replaces the \" character, so that the result may be safely used as
29797 an attribute value in a tag. Returns a new string with the result of the
29798 conversion. Replaces these characters as follows:
29799 & ==> &amp;
29800 < ==> &lt;
29801 > ==> &gt;
29802 \" ==> &quot;
29804 \(fn STRING)" nil nil)
29806 (autoload 'url-normalize-url "url-util" "\
29807 Return a 'normalized' version of URL.
29808 Strips out default port numbers, etc.
29810 \(fn URL)" nil nil)
29812 (autoload 'url-lazy-message "url-util" "\
29813 Just like `message', but is a no-op if called more than once a second.
29814 Will not do anything if `url-show-status' is nil.
29816 \(fn &rest ARGS)" nil nil)
29818 (autoload 'url-get-normalized-date "url-util" "\
29819 Return a 'real' date string that most HTTP servers can understand.
29821 \(fn &optional SPECIFIED-TIME)" nil nil)
29823 (autoload 'url-eat-trailing-space "url-util" "\
29824 Remove spaces/tabs at the end of a string.
29826 \(fn X)" nil nil)
29828 (autoload 'url-strip-leading-spaces "url-util" "\
29829 Remove spaces at the front of a string.
29831 \(fn X)" nil nil)
29833 (autoload 'url-pretty-length "url-util" "\
29836 \(fn N)" nil nil)
29838 (autoload 'url-display-percentage "url-util" "\
29841 \(fn FMT PERC &rest ARGS)" nil nil)
29843 (autoload 'url-percentage "url-util" "\
29846 \(fn X Y)" nil nil)
29848 (defalias 'url-basepath 'url-file-directory)
29850 (autoload 'url-file-directory "url-util" "\
29851 Return the directory part of FILE, for a URL.
29853 \(fn FILE)" nil nil)
29855 (autoload 'url-file-nondirectory "url-util" "\
29856 Return the nondirectory part of FILE, for a URL.
29858 \(fn FILE)" nil nil)
29860 (autoload 'url-parse-query-string "url-util" "\
29863 \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)
29865 (autoload 'url-unhex-string "url-util" "\
29866 Remove %XX embedded spaces, etc in a URL.
29867 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
29868 decoding of carriage returns and line feeds in the string, which is normally
29869 forbidden in URL encoding.
29871 \(fn STR &optional ALLOW-NEWLINES)" nil nil)
29873 (autoload 'url-hexify-string "url-util" "\
29874 Return a new string that is STRING URI-encoded.
29875 First, STRING is converted to utf-8, if necessary. Then, for each
29876 character in the utf-8 string, those found in `url-unreserved-chars'
29877 are left as-is, all others are represented as a three-character
29878 string: \"%\" followed by two lowercase hex digits.
29880 \(fn STRING)" nil nil)
29882 (autoload 'url-file-extension "url-util" "\
29883 Return the filename extension of FNAME.
29884 If optional argument X is t, then return the basename
29885 of the file with the extension stripped off.
29887 \(fn FNAME &optional X)" nil nil)
29889 (autoload 'url-truncate-url-for-viewing "url-util" "\
29890 Return a shortened version of URL that is WIDTH characters wide or less.
29891 WIDTH defaults to the current frame width.
29893 \(fn URL &optional WIDTH)" nil nil)
29895 (autoload 'url-view-url "url-util" "\
29896 View the current document's URL.
29897 Optional argument NO-SHOW means just return the URL, don't show it in
29898 the minibuffer.
29900 This uses `url-current-object', set locally to the buffer.
29902 \(fn &optional NO-SHOW)" t nil)
29904 ;;;***
29906 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29907 ;;;;;; "userlock" "userlock.el" (19845 45374))
29908 ;;; Generated autoloads from userlock.el
29910 (autoload 'ask-user-about-lock "userlock" "\
29911 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
29912 This function has a choice of three things to do:
29913 do (signal 'file-locked (list FILE OPPONENT))
29914 to refrain from editing the file
29915 return t (grab the lock on the file)
29916 return nil (edit the file even though it is locked).
29917 You can redefine this function to choose among those three alternatives
29918 in any way you like.
29920 \(fn FILE OPPONENT)" nil nil)
29922 (autoload 'ask-user-about-supersession-threat "userlock" "\
29923 Ask a user who is about to modify an obsolete buffer what to do.
29924 This function has two choices: it can return, in which case the modification
29925 of the buffer will proceed, or it can (signal 'file-supersession (file)),
29926 in which case the proposed buffer modification will not be made.
29928 You can rewrite this to use any criterion you like to choose which one to do.
29929 The buffer in question is current when this function is called.
29931 \(fn FN)" nil nil)
29933 ;;;***
29935 ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29936 ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29937 ;;;;;; "utf-7" "international/utf-7.el" (19845 45374))
29938 ;;; Generated autoloads from international/utf-7.el
29940 (autoload 'utf-7-post-read-conversion "utf-7" "\
29943 \(fn LEN)" nil nil)
29945 (autoload 'utf-7-imap-post-read-conversion "utf-7" "\
29948 \(fn LEN)" nil nil)
29950 (autoload 'utf-7-pre-write-conversion "utf-7" "\
29953 \(fn FROM TO)" nil nil)
29955 (autoload 'utf-7-imap-pre-write-conversion "utf-7" "\
29958 \(fn FROM TO)" nil nil)
29960 ;;;***
29962 ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (19845 45374))
29963 ;;; Generated autoloads from gnus/utf7.el
29965 (autoload 'utf7-encode "utf7" "\
29966 Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29968 \(fn STRING &optional FOR-IMAP)" nil nil)
29970 ;;;***
29972 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29973 ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29974 ;;;;;; (19845 45374))
29975 ;;; Generated autoloads from mail/uudecode.el
29977 (autoload 'uudecode-decode-region-external "uudecode" "\
29978 Uudecode region between START and END using external program.
29979 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
29980 used is specified by `uudecode-decoder-program'.
29982 \(fn START END &optional FILE-NAME)" t nil)
29984 (autoload 'uudecode-decode-region-internal "uudecode" "\
29985 Uudecode region between START and END without using an external program.
29986 If FILE-NAME is non-nil, save the result to FILE-NAME.
29988 \(fn START END &optional FILE-NAME)" t nil)
29990 (autoload 'uudecode-decode-region "uudecode" "\
29991 Uudecode region between START and END.
29992 If FILE-NAME is non-nil, save the result to FILE-NAME.
29994 \(fn START END &optional FILE-NAME)" nil nil)
29996 ;;;***
29998 ;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
29999 ;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-pull
30000 ;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
30001 ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
30002 ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
30003 ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
30004 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (19888
30005 ;;;;;; 1100))
30006 ;;; Generated autoloads from vc/vc.el
30008 (defvar vc-checkout-hook nil "\
30009 Normal hook (list of functions) run after checking out a file.
30010 See `run-hooks'.")
30012 (custom-autoload 'vc-checkout-hook "vc" t)
30014 (defvar vc-checkin-hook nil "\
30015 Normal hook (list of functions) run after commit or file checkin.
30016 See also `log-edit-done-hook'.")
30018 (custom-autoload 'vc-checkin-hook "vc" t)
30020 (defvar vc-before-checkin-hook nil "\
30021 Normal hook (list of functions) run before a commit or a file checkin.
30022 See `run-hooks'.")
30024 (custom-autoload 'vc-before-checkin-hook "vc" t)
30026 (autoload 'vc-next-action "vc" "\
30027 Do the next logical version control operation on the current fileset.
30028 This requires that all files in the fileset be in the same state.
30030 For locking systems:
30031 If every file is not already registered, this registers each for version
30032 control.
30033 If every file is registered and not locked by anyone, this checks out
30034 a writable and locked file of each ready for editing.
30035 If every file is checked out and locked by the calling user, this
30036 first checks to see if each file has changed since checkout. If not,
30037 it performs a revert on that file.
30038 If every file has been changed, this pops up a buffer for entry
30039 of a log message; when the message has been entered, it checks in the
30040 resulting changes along with the log message as change commentary. If
30041 the variable `vc-keep-workfiles' is non-nil (which is its default), a
30042 read-only copy of each changed file is left in place afterwards.
30043 If the affected file is registered and locked by someone else, you are
30044 given the option to steal the lock(s).
30046 For merging systems:
30047 If every file is not already registered, this registers each one for version
30048 control. This does an add, but not a commit.
30049 If every file is added but not committed, each one is committed.
30050 If every working file is changed, but the corresponding repository file is
30051 unchanged, this pops up a buffer for entry of a log message; when the
30052 message has been entered, it checks in the resulting changes along
30053 with the logmessage as change commentary. A writable file is retained.
30054 If the repository file is changed, you are asked if you want to
30055 merge in the changes into your working copy.
30057 \(fn VERBOSE)" t nil)
30059 (autoload 'vc-register "vc" "\
30060 Register into a version control system.
30061 If VC-FILESET is given, register the files in that fileset.
30062 Otherwise register the current file.
30063 With prefix argument SET-REVISION, allow user to specify initial revision
30064 level. If COMMENT is present, use that as an initial comment.
30066 The version control system to use is found by cycling through the list
30067 `vc-handled-backends'. The first backend in that list which declares
30068 itself responsible for the file (usually because other files in that
30069 directory are already registered under that backend) will be used to
30070 register the file. If no backend declares itself responsible, the
30071 first backend that could register the file is used.
30073 \(fn &optional SET-REVISION VC-FILESET COMMENT)" t nil)
30075 (autoload 'vc-version-diff "vc" "\
30076 Report diffs between revisions of the fileset in the repository history.
30078 \(fn FILES REV1 REV2)" t nil)
30080 (autoload 'vc-diff "vc" "\
30081 Display diffs between file revisions.
30082 Normally this compares the currently selected fileset with their
30083 working revisions. With a prefix argument HISTORIC, it reads two revision
30084 designators specifying which revisions to compare.
30086 The optional argument NOT-URGENT non-nil means it is ok to say no to
30087 saving the buffer.
30089 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30091 (autoload 'vc-version-ediff "vc" "\
30092 Show differences between revisions of the fileset in the
30093 repository history using ediff.
30095 \(fn FILES REV1 REV2)" t nil)
30097 (autoload 'vc-ediff "vc" "\
30098 Display diffs between file revisions using ediff.
30099 Normally this compares the currently selected fileset with their
30100 working revisions. With a prefix argument HISTORIC, it reads two revision
30101 designators specifying which revisions to compare.
30103 The optional argument NOT-URGENT non-nil means it is ok to say no to
30104 saving the buffer.
30106 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30108 (autoload 'vc-root-diff "vc" "\
30109 Display diffs between VC-controlled whole tree revisions.
30110 Normally, this compares the tree corresponding to the current
30111 fileset with the working revision.
30112 With a prefix argument HISTORIC, prompt for two revision
30113 designators specifying which revisions to compare.
30115 The optional argument NOT-URGENT non-nil means it is ok to say no to
30116 saving the buffer.
30118 \(fn HISTORIC &optional NOT-URGENT)" t nil)
30120 (autoload 'vc-revision-other-window "vc" "\
30121 Visit revision REV of the current file in another window.
30122 If the current file is named `F', the revision is named `F.~REV~'.
30123 If `F.~REV~' already exists, use it instead of checking it out again.
30125 \(fn REV)" t nil)
30127 (autoload 'vc-insert-headers "vc" "\
30128 Insert headers into a file for use with a version control system.
30129 Headers desired are inserted at point, and are pulled from
30130 the variable `vc-BACKEND-header'.
30132 \(fn)" t nil)
30134 (autoload 'vc-merge "vc" "\
30135 Perform a version control merge operation.
30136 On a distributed version control system, this runs a \"merge\"
30137 operation to incorporate changes from another branch onto the
30138 current branch, prompting for an argument list.
30140 On a non-distributed version control system, this merges changes
30141 between two revisions into the current fileset. This asks for
30142 two revisions to merge from in the minibuffer. If the first
30143 revision is a branch number, then merge all changes from that
30144 branch. If the first revision is empty, merge the most recent
30145 changes from the current branch.
30147 \(fn)" t nil)
30149 (defalias 'vc-resolve-conflicts 'smerge-ediff)
30151 (autoload 'vc-create-tag "vc" "\
30152 Descending recursively from DIR, make a tag called NAME.
30153 For each registered file, the working revision becomes part of
30154 the named configuration. If the prefix argument BRANCHP is
30155 given, the tag is made as a new branch and the files are
30156 checked out in that new branch.
30158 \(fn DIR NAME BRANCHP)" t nil)
30160 (autoload 'vc-retrieve-tag "vc" "\
30161 Descending recursively from DIR, retrieve the tag called NAME.
30162 If NAME is empty, it refers to the latest revisions.
30163 If locking is used for the files in DIR, then there must not be any
30164 locked files at or below DIR (but if NAME is empty, locked files are
30165 allowed and simply skipped).
30167 \(fn DIR NAME)" t nil)
30169 (autoload 'vc-print-log "vc" "\
30170 List the change log of the current fileset in a window.
30171 If WORKING-REVISION is non-nil, leave point at that revision.
30172 If LIMIT is non-nil, it should be a number specifying the maximum
30173 number of revisions to show; the default is `vc-log-show-limit'.
30175 When called interactively with a prefix argument, prompt for
30176 WORKING-REVISION and LIMIT.
30178 \(fn &optional WORKING-REVISION LIMIT)" t nil)
30180 (autoload 'vc-print-root-log "vc" "\
30181 List the change log for the current VC controlled tree in a window.
30182 If LIMIT is non-nil, it should be a number specifying the maximum
30183 number of revisions to show; the default is `vc-log-show-limit'.
30184 When called interactively with a prefix argument, prompt for LIMIT.
30186 \(fn &optional LIMIT)" t nil)
30188 (autoload 'vc-log-incoming "vc" "\
30189 Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
30190 When called interactively with a prefix argument, prompt for REMOTE-LOCATION..
30192 \(fn &optional REMOTE-LOCATION)" t nil)
30194 (autoload 'vc-log-outgoing "vc" "\
30195 Show a log of changes that will be sent with a push operation to REMOTE-LOCATION.
30196 When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
30198 \(fn &optional REMOTE-LOCATION)" t nil)
30200 (autoload 'vc-revert "vc" "\
30201 Revert working copies of the selected fileset to their repository contents.
30202 This asks for confirmation if the buffer contents are not identical
30203 to the working revision (except for keyword expansion).
30205 \(fn)" t nil)
30207 (autoload 'vc-rollback "vc" "\
30208 Roll back (remove) the most recent changeset committed to the repository.
30209 This may be either a file-level or a repository-level operation,
30210 depending on the underlying version-control system.
30212 \(fn)" t nil)
30214 (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
30216 (autoload 'vc-pull "vc" "\
30217 Update the current fileset or branch.
30218 On a distributed version control system, this runs a \"pull\"
30219 operation to update the current branch, prompting for an argument
30220 list if required. Optional prefix ARG forces a prompt.
30222 On a non-distributed version control system, update the current
30223 fileset to the tip revisions. For each unchanged and unlocked
30224 file, this simply replaces the work file with the latest revision
30225 on its branch. If the file contains changes, any changes in the
30226 tip revision are merged into the working file.
30228 \(fn &optional ARG)" t nil)
30230 (defalias 'vc-update 'vc-pull)
30232 (autoload 'vc-switch-backend "vc" "\
30233 Make BACKEND the current version control system for FILE.
30234 FILE must already be registered in BACKEND. The change is not
30235 permanent, only for the current session. This function only changes
30236 VC's perspective on FILE, it does not register or unregister it.
30237 By default, this command cycles through the registered backends.
30238 To get a prompt, use a prefix argument.
30240 \(fn FILE BACKEND)" t nil)
30242 (autoload 'vc-transfer-file "vc" "\
30243 Transfer FILE to another version control system NEW-BACKEND.
30244 If NEW-BACKEND has a higher precedence than FILE's current backend
30245 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
30246 NEW-BACKEND, using the revision number from the current backend as the
30247 base level. If NEW-BACKEND has a lower precedence than the current
30248 backend, then commit all changes that were made under the current
30249 backend to NEW-BACKEND, and unregister FILE from the current backend.
30250 \(If FILE is not yet registered under NEW-BACKEND, register it.)
30252 \(fn FILE NEW-BACKEND)" nil nil)
30254 (autoload 'vc-delete-file "vc" "\
30255 Delete file and mark it as such in the version control system.
30257 \(fn FILE)" t nil)
30259 (autoload 'vc-rename-file "vc" "\
30260 Rename file OLD to NEW in both work area and repository.
30262 \(fn OLD NEW)" t nil)
30264 (autoload 'vc-update-change-log "vc" "\
30265 Find change log file and add entries from recent version control logs.
30266 Normally, find log entries for all registered files in the default
30267 directory.
30269 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
30271 With any numeric prefix arg, find log entries for all currently visited
30272 files that are under version control. This puts all the entries in the
30273 log for the default directory, which may not be appropriate.
30275 From a program, any ARGS are assumed to be filenames for which
30276 log entries should be gathered.
30278 \(fn &rest ARGS)" t nil)
30280 (autoload 'vc-branch-part "vc" "\
30281 Return the branch part of a revision number REV.
30283 \(fn REV)" nil nil)
30285 ;;;***
30287 ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
30288 ;;;;;; (19893 19022))
30289 ;;; Generated autoloads from vc/vc-annotate.el
30291 (autoload 'vc-annotate "vc-annotate" "\
30292 Display the edit history of the current FILE using colors.
30294 This command creates a buffer that shows, for each line of the current
30295 file, when it was last edited and by whom. Additionally, colors are
30296 used to show the age of each line--blue means oldest, red means
30297 youngest, and intermediate colors indicate intermediate ages. By
30298 default, the time scale stretches back one year into the past;
30299 everything that is older than that is shown in blue.
30301 With a prefix argument, this command asks two questions in the
30302 minibuffer. First, you may enter a revision number REV; then the buffer
30303 displays and annotates that revision instead of the working revision
30304 \(type RET in the minibuffer to leave that default unchanged). Then,
30305 you are prompted for the time span in days which the color range
30306 should cover. For example, a time span of 20 days means that changes
30307 over the past 20 days are shown in red to blue, according to their
30308 age, and everything that is older than that is shown in blue.
30310 If MOVE-POINT-TO is given, move the point to that line.
30312 If VC-BK is given used that VC backend.
30314 Customization variables:
30316 `vc-annotate-menu-elements' customizes the menu elements of the
30317 mode-specific menu. `vc-annotate-color-map' and
30318 `vc-annotate-very-old-color' define the mapping of time to colors.
30319 `vc-annotate-background' specifies the background color.
30321 \(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
30323 ;;;***
30325 ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (19845 45374))
30326 ;;; Generated autoloads from vc/vc-arch.el
30327 (defun vc-arch-registered (file)
30328 (if (vc-find-root file "{arch}/=tagging-method")
30329 (progn
30330 (load "vc-arch")
30331 (vc-arch-registered file))))
30333 ;;;***
30335 ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (19845 45374))
30336 ;;; Generated autoloads from vc/vc-bzr.el
30338 (defconst vc-bzr-admin-dirname ".bzr" "\
30339 Name of the directory containing Bzr repository status files.")
30341 (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format"))
30342 (defun vc-bzr-registered (file)
30343 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
30344 (progn
30345 (load "vc-bzr")
30346 (vc-bzr-registered file))))
30348 ;;;***
30350 ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (19845 45374))
30351 ;;; Generated autoloads from vc/vc-cvs.el
30352 (defun vc-cvs-registered (f)
30353 (when (file-readable-p (expand-file-name
30354 "CVS/Entries" (file-name-directory f)))
30355 (load "vc-cvs")
30356 (vc-cvs-registered f)))
30358 ;;;***
30360 ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (19845 45374))
30361 ;;; Generated autoloads from vc/vc-dir.el
30363 (autoload 'vc-dir "vc-dir" "\
30364 Show the VC status for \"interesting\" files in and below DIR.
30365 This allows you to mark files and perform VC operations on them.
30366 The list omits files which are up to date, with no changes in your copy
30367 or the repository, if there is nothing in particular to say about them.
30369 Preparing the list of file status takes time; when the buffer
30370 first appears, it has only the first few lines of summary information.
30371 The file lines appear later.
30373 Optional second argument BACKEND specifies the VC backend to use.
30374 Interactively, a prefix argument means to ask for the backend.
30376 These are the commands available for use in the file status buffer:
30378 \\{vc-dir-mode-map}
30380 \(fn DIR &optional BACKEND)" t nil)
30382 ;;;***
30384 ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
30385 ;;;;;; (19845 45374))
30386 ;;; Generated autoloads from vc/vc-dispatcher.el
30388 (autoload 'vc-do-command "vc-dispatcher" "\
30389 Execute a slave command, notifying user and checking for errors.
30390 Output from COMMAND goes to BUFFER, or the current buffer if
30391 BUFFER is t. If the destination buffer is not already current,
30392 set it up properly and erase it. The command is considered
30393 successful if its exit status does not exceed OKSTATUS (if
30394 OKSTATUS is nil, that means to ignore error status, if it is
30395 `async', that means not to wait for termination of the
30396 subprocess; if it is t it means to ignore all execution errors).
30397 FILE-OR-LIST is the name of a working file; it may be a list of
30398 files or be nil (to execute commands that don't expect a file
30399 name or set of files). If an optional list of FLAGS is present,
30400 that is inserted into the command line before the filename.
30401 Return the return value of the slave command in the synchronous
30402 case, and the process object in the asynchronous case.
30404 \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
30406 ;;;***
30408 ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (19845 45374))
30409 ;;; Generated autoloads from vc/vc-git.el
30410 (defun vc-git-registered (file)
30411 "Return non-nil if FILE is registered with git."
30412 (if (vc-find-root file ".git") ; Short cut.
30413 (progn
30414 (load "vc-git")
30415 (vc-git-registered file))))
30417 ;;;***
30419 ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (19845 45374))
30420 ;;; Generated autoloads from vc/vc-hg.el
30421 (defun vc-hg-registered (file)
30422 "Return non-nil if FILE is registered with hg."
30423 (if (vc-find-root file ".hg") ; short cut
30424 (progn
30425 (load "vc-hg")
30426 (vc-hg-registered file))))
30428 ;;;***
30430 ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (19845 45374))
30431 ;;; Generated autoloads from vc/vc-mtn.el
30433 (defconst vc-mtn-admin-dir "_MTN")
30435 (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format"))
30436 (defun vc-mtn-registered (file)
30437 (if (vc-find-root file vc-mtn-admin-format)
30438 (progn
30439 (load "vc-mtn")
30440 (vc-mtn-registered file))))
30442 ;;;***
30444 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
30445 ;;;;;; (19845 45374))
30446 ;;; Generated autoloads from vc/vc-rcs.el
30448 (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
30449 Where to look for RCS master files.
30450 For a description of possible values, see `vc-check-master-templates'.")
30452 (custom-autoload 'vc-rcs-master-templates "vc-rcs" t)
30454 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
30456 ;;;***
30458 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
30459 ;;;;;; (19845 45374))
30460 ;;; Generated autoloads from vc/vc-sccs.el
30462 (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
30463 Where to look for SCCS master files.
30464 For a description of possible values, see `vc-check-master-templates'.")
30466 (custom-autoload 'vc-sccs-master-templates "vc-sccs" t)
30467 (defun vc-sccs-registered(f) (vc-default-registered 'SCCS f))
30469 (defun vc-sccs-search-project-dir (dirname basename) "\
30470 Return the name of a master file in the SCCS project directory.
30471 Does not check whether the file exists but returns nil if it does not
30472 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)))))
30474 ;;;***
30476 ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (19845 45374))
30477 ;;; Generated autoloads from vc/vc-svn.el
30478 (defun vc-svn-registered (f)
30479 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
30480 (getenv "SVN_ASP_DOT_NET_HACK"))
30481 "_svn")
30482 (t ".svn"))))
30483 (when (vc-find-root f admin-dir)
30484 (load "vc-svn")
30485 (vc-svn-registered f))))
30487 ;;;***
30489 ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
30490 ;;;;;; (19890 42850))
30491 ;;; Generated autoloads from progmodes/vera-mode.el
30492 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
30494 (autoload 'vera-mode "vera-mode" "\
30495 Major mode for editing Vera code.
30497 Usage:
30498 ------
30500 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
30501 The amount of indentation is specified by option `vera-basic-offset'.
30502 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
30503 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
30505 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
30506 for a word in the buffer or a Vera keyword that starts alike, inserts it
30507 and adjusts case. Re-typing `TAB' toggles through alternative word
30508 completions.
30510 Typing `TAB' after a non-word character inserts a tabulator stop (if not
30511 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
30513 COMMENTS: `C-c C-c' comments out a region if not commented out, and
30514 uncomments a region if already commented out.
30516 HIGHLIGHTING (fontification): Vera keywords, predefined types and
30517 constants, function names, declaration names, directives, as well as
30518 comments and strings are highlighted using different colors.
30520 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
30523 Maintenance:
30524 ------------
30526 To submit a bug report, use the corresponding menu entry within Vera Mode.
30527 Add a description of the problem and include a reproducible test case.
30529 Feel free to send questions and enhancement requests to <reto@gnu.org>.
30531 Official distribution is at
30532 URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html'
30535 The Vera Mode Maintainer
30536 Reto Zimmermann <reto@gnu.org>
30538 Key bindings:
30539 -------------
30541 \\{vera-mode-map}
30543 \(fn)" t nil)
30545 ;;;***
30547 ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30548 ;;;;;; (19845 45374))
30549 ;;; Generated autoloads from progmodes/verilog-mode.el
30551 (autoload 'verilog-mode "verilog-mode" "\
30552 Major mode for editing Verilog code.
30553 \\<verilog-mode-map>
30554 See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
30555 AUTOs can improve coding efficiency.
30557 Use \\[verilog-faq] for a pointer to frequently asked questions.
30559 NEWLINE, TAB indents for Verilog code.
30560 Delete converts tabs to spaces as it moves back.
30562 Supports highlighting.
30564 Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
30565 with no args, if that value is non-nil.
30567 Variables controlling indentation/edit style:
30569 variable `verilog-indent-level' (default 3)
30570 Indentation of Verilog statements with respect to containing block.
30571 `verilog-indent-level-module' (default 3)
30572 Absolute indentation of Module level Verilog statements.
30573 Set to 0 to get initial and always statements lined up
30574 on the left side of your screen.
30575 `verilog-indent-level-declaration' (default 3)
30576 Indentation of declarations with respect to containing block.
30577 Set to 0 to get them list right under containing block.
30578 `verilog-indent-level-behavioral' (default 3)
30579 Indentation of first begin in a task or function block
30580 Set to 0 to get such code to lined up underneath the task or
30581 function keyword.
30582 `verilog-indent-level-directive' (default 1)
30583 Indentation of `ifdef/`endif blocks.
30584 `verilog-cexp-indent' (default 1)
30585 Indentation of Verilog statements broken across lines i.e.:
30586 if (a)
30587 begin
30588 `verilog-case-indent' (default 2)
30589 Indentation for case statements.
30590 `verilog-auto-newline' (default nil)
30591 Non-nil means automatically newline after semicolons and the punctuation
30592 mark after an end.
30593 `verilog-auto-indent-on-newline' (default t)
30594 Non-nil means automatically indent line after newline.
30595 `verilog-tab-always-indent' (default t)
30596 Non-nil means TAB in Verilog mode should always reindent the current line,
30597 regardless of where in the line point is when the TAB command is used.
30598 `verilog-indent-begin-after-if' (default t)
30599 Non-nil means to indent begin statements following a preceding
30600 if, else, while, for and repeat statements, if any. Otherwise,
30601 the begin is lined up with the preceding token. If t, you get:
30602 if (a)
30603 begin // amount of indent based on `verilog-cexp-indent'
30604 otherwise you get:
30605 if (a)
30606 begin
30607 `verilog-auto-endcomments' (default t)
30608 Non-nil means a comment /* ... */ is set after the ends which ends
30609 cases, tasks, functions and modules.
30610 The type and name of the object will be set between the braces.
30611 `verilog-minimum-comment-distance' (default 10)
30612 Minimum distance (in lines) between begin and end required before a comment
30613 will be inserted. Setting this variable to zero results in every
30614 end acquiring a comment; the default avoids too many redundant
30615 comments in tight quarters.
30616 `verilog-auto-lineup' (default 'declarations)
30617 List of contexts where auto lineup of code should be done.
30619 Variables controlling other actions:
30621 `verilog-linter' (default surelint)
30622 Unix program to call to run the lint checker. This is the default
30623 command for \\[compile-command] and \\[verilog-auto-save-compile].
30625 See \\[customize] for the complete list of variables.
30627 AUTO expansion functions are, in part:
30629 \\[verilog-auto] Expand AUTO statements.
30630 \\[verilog-delete-auto] Remove the AUTOs.
30631 \\[verilog-inject-auto] Insert AUTOs for the first time.
30633 Some other functions are:
30635 \\[verilog-complete-word] Complete word with appropriate possibilities.
30636 \\[verilog-mark-defun] Mark function.
30637 \\[verilog-beg-of-defun] Move to beginning of current function.
30638 \\[verilog-end-of-defun] Move to end of current function.
30639 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
30641 \\[verilog-comment-region] Put marked area in a comment.
30642 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
30643 \\[verilog-insert-block] Insert begin ... end.
30644 \\[verilog-star-comment] Insert /* ... */.
30646 \\[verilog-sk-always] Insert an always @(AS) begin .. end block.
30647 \\[verilog-sk-begin] Insert a begin .. end block.
30648 \\[verilog-sk-case] Insert a case block, prompting for details.
30649 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
30650 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
30651 \\[verilog-sk-header] Insert a header block at the top of file.
30652 \\[verilog-sk-initial] Insert an initial begin .. end block.
30653 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
30654 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
30655 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
30656 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
30657 \\[verilog-sk-specify] Insert a specify .. endspecify block.
30658 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
30659 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
30660 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
30661 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
30662 \\[verilog-sk-if] Insert an if (..) begin .. end block.
30663 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
30664 \\[verilog-sk-comment] Insert a comment block.
30665 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
30666 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
30667 \\[verilog-sk-input] Insert an input declaration, prompting for details.
30668 \\[verilog-sk-output] Insert an output declaration, prompting for details.
30669 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
30670 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
30671 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
30672 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
30673 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
30675 All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
30676 Key bindings specific to `verilog-mode-map' are:
30678 \\{verilog-mode-map}
30680 \(fn)" t nil)
30682 ;;;***
30684 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30685 ;;;;;; (19845 45374))
30686 ;;; Generated autoloads from progmodes/vhdl-mode.el
30688 (autoload 'vhdl-mode "vhdl-mode" "\
30689 Major mode for editing VHDL code.
30691 Usage:
30692 ------
30694 TEMPLATE INSERTION (electrification):
30695 After typing a VHDL keyword and entering `SPC', you are prompted for
30696 arguments while a template is generated for that VHDL construct. Typing
30697 `RET' or `C-g' at the first (mandatory) prompt aborts the current
30698 template generation. Optional arguments are indicated by square
30699 brackets and removed if the queried string is left empty. Prompts for
30700 mandatory arguments remain in the code if the queried string is left
30701 empty. They can be queried again by `C-c C-t C-q'. Enabled
30702 electrification is indicated by `/e' in the modeline.
30704 Typing `M-SPC' after a keyword inserts a space without calling the
30705 template generator. Automatic template generation (i.e.
30706 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
30707 setting option `vhdl-electric-mode' (see OPTIONS).
30709 Template generators can be invoked from the VHDL menu, by key
30710 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
30711 the keyword (i.e. first word of menu entry not in parenthesis) and
30712 `SPC'. The following abbreviations can also be used: arch, attr, cond,
30713 conf, comp, cons, func, inst, pack, sig, var.
30715 Template styles can be customized in customization group
30716 `vhdl-template' (see OPTIONS).
30719 HEADER INSERTION:
30720 A file header can be inserted by `C-c C-t C-h'. A file footer
30721 (template at the end of the file) can be inserted by `C-c C-t C-f'.
30722 See customization group `vhdl-header'.
30725 STUTTERING:
30726 Double striking of some keys inserts cumbersome VHDL syntax elements.
30727 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
30728 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
30729 the modeline. The stuttering keys and their effects are:
30731 ;; --> \" : \" [ --> ( -- --> comment
30732 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
30733 .. --> \" => \" ] --> ) --- --> horizontal line
30734 ,, --> \" <= \" ]] --> ] ---- --> display comment
30735 == --> \" == \" '' --> \\\"
30738 WORD COMPLETION:
30739 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
30740 word in the buffer that starts alike, inserts it and adjusts case.
30741 Re-typing `TAB' toggles through alternative word completions. This also
30742 works in the minibuffer (i.e. in template generator prompts).
30744 Typing `TAB' after `(' looks for and inserts complete parenthesized
30745 expressions (e.g. for array index ranges). All keywords as well as
30746 standard types and subprograms of VHDL have predefined abbreviations
30747 (e.g. type \"std\" and `TAB' will toggle through all standard types
30748 beginning with \"std\").
30750 Typing `TAB' after a non-word character indents the line if at the
30751 beginning of a line (i.e. no preceding non-blank characters), and
30752 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
30753 stop.
30756 COMMENTS:
30757 `--' puts a single comment.
30758 `---' draws a horizontal line for separating code segments.
30759 `----' inserts a display comment, i.e. two horizontal lines
30760 with a comment in between.
30761 `--CR' comments out code on that line. Re-hitting CR comments
30762 out following lines.
30763 `C-c c' comments out a region if not commented out,
30764 uncomments a region if already commented out.
30766 You are prompted for comments after object definitions (i.e. signals,
30767 variables, constants, ports) and after subprogram and process
30768 specifications if option `vhdl-prompt-for-comments' is non-nil.
30769 Comments are automatically inserted as additional labels (e.g. after
30770 begin statements) and as help comments if `vhdl-self-insert-comments' is
30771 non-nil.
30773 Inline comments (i.e. comments after a piece of code on the same line)
30774 are indented at least to `vhdl-inline-comment-column'. Comments go at
30775 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
30776 will open a new comment line. Typing beyond `vhdl-end-comment-column'
30777 in a comment automatically opens a new comment line. `M-q' re-fills
30778 multi-line comments.
30781 INDENTATION:
30782 `TAB' indents a line if at the beginning of the line. The amount of
30783 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
30784 always indents the current line (is bound to `TAB' if option
30785 `vhdl-intelligent-tab' is nil).
30787 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
30788 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
30789 indented normally (nil) or relative to the opening parenthesis (non-nil)
30790 according to option `vhdl-argument-list-indent'.
30792 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
30793 tabs. `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
30794 and vice versa.
30796 Syntax-based indentation can be very slow in large files. Option
30797 `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
30800 ALIGNMENT:
30801 The alignment functions align operators, keywords, and inline comments
30802 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
30803 separated by blank lines, `C-c C-a C-i' a block of lines with same
30804 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
30805 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
30806 C-a C-d' all lines within the declarative part of a design unit. `C-c
30807 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
30808 for a group of lines, and `C-c C-a M-c' for a region.
30810 If option `vhdl-align-groups' is non-nil, groups of code lines
30811 separated by special lines (see option `vhdl-align-group-separate') are
30812 aligned individually. If option `vhdl-align-same-indent' is non-nil,
30813 blocks of lines with same indent are aligned separately. Some templates
30814 are automatically aligned after generation if option `vhdl-auto-align'
30815 is non-nil.
30817 Alignment tries to align inline comments at
30818 `vhdl-inline-comment-column' and tries inline comment not to exceed
30819 `vhdl-end-comment-column'.
30821 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
30822 symbols are surrounded by one space, and multiple spaces are eliminated.
30825 CODE FILLING:
30826 Code filling allows to condense code (e.g. sensitivity lists or port
30827 maps) by removing comments and newlines and re-wrapping so that all
30828 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
30829 enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
30830 blank lines, `C-c C-f C-i' a block of lines with same indent, and
30831 `C-c C-f M-f' an entire region.
30834 CODE BEAUTIFICATION:
30835 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
30836 buffer respectively. This inludes indentation, alignment, and case
30837 fixing. Code beautification can also be run non-interactively using the
30838 command:
30840 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
30843 PORT TRANSLATION:
30844 Generic and port clauses from entity or component declarations can be
30845 copied (`C-c C-p C-w') and pasted as entity and component declarations,
30846 as component instantiations and corresponding internal constants and
30847 signals, as a generic map with constants as actual generics, and as
30848 internal signal initializations (menu).
30850 To include formals in component instantiations, see option
30851 `vhdl-association-list-with-formals'. To include comments in pasting,
30852 see options `vhdl-include-...-comments'.
30854 A clause with several generic/port names on the same line can be
30855 flattened (`C-c C-p C-f') so that only one name per line exists. The
30856 direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
30857 outputs and vice versa, which can be useful in testbenches. (This
30858 reversion is done on the internal data structure and is only reflected
30859 in subsequent paste operations.)
30861 Names for actual ports, instances, testbenches, and
30862 design-under-test instances can be derived from existing names according
30863 to options `vhdl-...-name'. See customization group `vhdl-port'.
30866 SUBPROGRAM TRANSLATION:
30867 Similar functionality exists for copying/pasting the interface of
30868 subprograms (function/procedure). A subprogram interface can be copied
30869 and then pasted as a subprogram declaration, body or call (uses
30870 association list with formals).
30873 TESTBENCH GENERATION:
30874 A copied port can also be pasted as a testbench. The generated
30875 testbench includes an entity, an architecture, and an optional
30876 configuration. The architecture contains the component declaration and
30877 instantiation of the DUT as well as internal constant and signal
30878 declarations. Additional user-defined templates can be inserted. The
30879 names used for entity/architecture/configuration/DUT as well as the file
30880 structure to be generated can be customized. See customization group
30881 `vhdl-testbench'.
30884 KEY BINDINGS:
30885 Key bindings (`C-c ...') exist for most commands (see in menu).
30888 VHDL MENU:
30889 All commands can be found in the VHDL menu including their key bindings.
30892 FILE BROWSER:
30893 The speedbar allows browsing of directories and file contents. It can
30894 be accessed from the VHDL menu and is automatically opened if option
30895 `vhdl-speedbar-auto-open' is non-nil.
30897 In speedbar, open files and directories with `mouse-2' on the name and
30898 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
30901 DESIGN HIERARCHY BROWSER:
30902 The speedbar can also be used for browsing the hierarchy of design units
30903 contained in the source files of the current directory or the specified
30904 projects (see option `vhdl-project-alist').
30906 The speedbar can be switched between file, directory hierarchy and
30907 project hierarchy browsing mode in the speedbar menu or by typing `f',
30908 `h' or `H' in speedbar.
30910 In speedbar, open design units with `mouse-2' on the name and browse
30911 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
30912 from entities and components (in packages). Individual design units and
30913 complete designs can directly be compiled (\"Make\" menu entry).
30915 The hierarchy is automatically updated upon saving a modified source
30916 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
30917 hierarchy is only updated for projects that have been opened once in the
30918 speedbar. The hierarchy is cached between Emacs sessions in a file (see
30919 options in group `vhdl-speedbar').
30921 Simple design consistency checks are done during scanning, such as
30922 multiple declarations of the same unit or missing primary units that are
30923 required by secondary units.
30926 STRUCTURAL COMPOSITION:
30927 Enables simple structural composition. `C-c C-c C-n' creates a skeleton
30928 for a new component. Subcomponents (i.e. component declaration and
30929 instantiation) can be automatically placed from a previously read port
30930 (`C-c C-c C-p') or directly from the hierarchy browser (`P'). Finally,
30931 all subcomponents can be automatically connected using internal signals
30932 and ports (`C-c C-c C-w') following these rules:
30933 - subcomponent actual ports with same name are considered to be
30934 connected by a signal (internal signal or port)
30935 - signals that are only inputs to subcomponents are considered as
30936 inputs to this component -> input port created
30937 - signals that are only outputs from subcomponents are considered as
30938 outputs from this component -> output port created
30939 - signals that are inputs to AND outputs from subcomponents are
30940 considered as internal connections -> internal signal created
30942 Purpose: With appropriate naming conventions it is possible to
30943 create higher design levels with only a few mouse clicks or key
30944 strokes. A new design level can be created by simply generating a new
30945 component, placing the required subcomponents from the hierarchy
30946 browser, and wiring everything automatically.
30948 Note: Automatic wiring only works reliably on templates of new
30949 components and component instantiations that were created by VHDL mode.
30951 Component declarations can be placed in a components package (option
30952 `vhdl-use-components-package') which can be automatically generated for
30953 an entire directory or project (`C-c C-c M-p'). The VHDL'93 direct
30954 component instantiation is also supported (option
30955 `vhdl-use-direct-instantiation').
30957 | Configuration declarations can automatically be generated either from
30958 | the menu (`C-c C-c C-f') (for the architecture the cursor is in) or from
30959 | the speedbar menu (for the architecture under the cursor). The
30960 | configurations can optionally be hierarchical (i.e. include all
30961 | component levels of a hierarchical design, option
30962 | `vhdl-compose-configuration-hierarchical') or include subconfigurations
30963 | (option `vhdl-compose-configuration-use-subconfiguration'). For
30964 | subcomponents in hierarchical configurations, the most-recently-analyzed
30965 | (mra) architecture is selected. If another architecture is desired, it
30966 | can be marked as most-recently-analyzed (speedbar menu) before
30967 | generating the configuration.
30969 | Note: Configurations of subcomponents (i.e. hierarchical configuration
30970 | declarations) are currently not considered when displaying
30971 | configurations in speedbar.
30973 See the options group `vhdl-compose' for all relevant user options.
30976 SOURCE FILE COMPILATION:
30977 The syntax of the current buffer can be analyzed by calling a VHDL
30978 compiler (menu, `C-c C-k'). The compiler to be used is specified by
30979 option `vhdl-compiler'. The available compilers are listed in option
30980 `vhdl-compiler-alist' including all required compilation command,
30981 command options, compilation directory, and error message syntax
30982 information. New compilers can be added.
30984 All the source files of an entire design can be compiled by the `make'
30985 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
30988 MAKEFILE GENERATION:
30989 Makefiles can be generated automatically by an internal generation
30990 routine (`C-c M-k'). The library unit dependency information is
30991 obtained from the hierarchy browser. Makefile generation can be
30992 customized for each compiler in option `vhdl-compiler-alist'.
30994 Makefile generation can also be run non-interactively using the
30995 command:
30997 emacs -batch -l ~/.emacs -l vhdl-mode
30998 [-compiler compilername] [-project projectname]
30999 -f vhdl-generate-makefile
31001 The Makefile's default target \"all\" compiles the entire design, the
31002 target \"clean\" removes it and the target \"library\" creates the
31003 library directory if not existent. The Makefile also includes a target
31004 for each primary library unit which allows selective compilation of this
31005 unit, its secondary units and its subhierarchy (example: compilation of
31006 a design specified by a configuration). User specific parts can be
31007 inserted into a Makefile with option `vhdl-makefile-generation-hook'.
31009 Limitations:
31010 - Only library units and dependencies within the current library are
31011 considered. Makefiles for designs that span multiple libraries are
31012 not (yet) supported.
31013 - Only one-level configurations are supported (also hierarchical),
31014 but configurations that go down several levels are not.
31015 - The \"others\" keyword in configurations is not supported.
31018 PROJECTS:
31019 Projects can be defined in option `vhdl-project-alist' and a current
31020 project be selected using option `vhdl-project' (permanently) or from
31021 the menu or speedbar (temporarily). For each project, title and
31022 description strings (for the file headers), source files/directories
31023 (for the hierarchy browser and Makefile generation), library name, and
31024 compiler-dependent options, exceptions and compilation directory can be
31025 specified. Compilation settings overwrite the settings of option
31026 `vhdl-compiler-alist'.
31028 Project setups can be exported (i.e. written to a file) and imported.
31029 Imported setups are not automatically saved in `vhdl-project-alist' but
31030 can be saved afterwards in its customization buffer. When starting
31031 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
31032 vhdl-mode\") in a directory with an existing project setup file, it is
31033 automatically loaded and its project activated if option
31034 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
31035 files can be specified in option `vhdl-project-file-name'. Multiple
31036 project setups can be automatically loaded from global directories.
31037 This is an alternative to specifying project setups with option
31038 `vhdl-project-alist'.
31041 SPECIAL MENUES:
31042 As an alternative to the speedbar, an index menu can be added (set
31043 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
31044 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
31045 file) for browsing the file contents (is not populated if buffer is
31046 larger than `font-lock-maximum-size'). Also, a source file menu can be
31047 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
31048 current directory for VHDL source files.
31051 VHDL STANDARDS:
31052 The VHDL standards to be used are specified in option `vhdl-standard'.
31053 Available standards are: VHDL'87/'93, VHDL-AMS, and Math Packages.
31056 KEYWORD CASE:
31057 Lower and upper case for keywords and standardized types, attributes,
31058 and enumeration values is supported. If the option
31059 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
31060 lower case and are converted into upper case automatically (not for
31061 types, attributes, and enumeration values). The case of keywords,
31062 types, attributes,and enumeration values can be fixed for an entire
31063 region (menu) or buffer (`C-c C-x C-c') according to the options
31064 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
31067 HIGHLIGHTING (fontification):
31068 Keywords and standardized types, attributes, enumeration values, and
31069 function names (controlled by option `vhdl-highlight-keywords'), as well
31070 as comments, strings, and template prompts are highlighted using
31071 different colors. Unit, subprogram, signal, variable, constant,
31072 parameter and generic/port names in declarations as well as labels are
31073 highlighted if option `vhdl-highlight-names' is non-nil.
31075 Additional reserved words or words with a forbidden syntax (e.g. words
31076 that should be avoided) can be specified in option
31077 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
31078 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
31079 keywords are highlighted as forbidden words if option
31080 `vhdl-highlight-verilog-keywords' is non-nil.
31082 Words with special syntax can be highlighted by specifying their
31083 syntax and color in option `vhdl-special-syntax-alist' and by setting
31084 option `vhdl-highlight-special-words' to non-nil. This allows to
31085 establish some naming conventions (e.g. to distinguish different kinds
31086 of signals or other objects by using name suffices) and to support them
31087 visually.
31089 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
31090 to support case-sensitive highlighting. However, keywords are then only
31091 highlighted if written in lower case.
31093 Code between \"translate_off\" and \"translate_on\" pragmas is
31094 highlighted using a different background color if option
31095 `vhdl-highlight-translate-off' is non-nil.
31097 For documentation and customization of the used colors see
31098 customization group `vhdl-highlight-faces' (`M-x customize-group'). For
31099 highlighting of matching parenthesis, see customization group
31100 `paren-showing'. Automatic buffer highlighting is turned on/off by
31101 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
31104 USER MODELS:
31105 VHDL models (templates) can be specified by the user and made accessible
31106 in the menu, through key bindings (`C-c C-m ...'), or by keyword
31107 electrification. See option `vhdl-model-alist'.
31110 HIDE/SHOW:
31111 The code of blocks, processes, subprograms, component declarations and
31112 instantiations, generic/port clauses, and configuration declarations can
31113 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
31114 the code (see customization group `vhdl-menu'). XEmacs: limited
31115 functionality due to old `hideshow.el' package.
31118 CODE UPDATING:
31119 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
31120 current process, `C-c C-u M-s' of all processes in the current buffer.
31121 Limitations:
31122 - Only declared local signals (ports, signals declared in
31123 architecture and blocks) are automatically inserted.
31124 - Global signals declared in packages are not automatically inserted.
31125 Insert them once manually (will be kept afterwards).
31126 - Out parameters of procedures are considered to be read.
31127 Use option `vhdl-entity-file-name' to specify the entity file name
31128 (used to obtain the port names).
31131 CODE FIXING:
31132 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
31133 (e.g. if the closing parenthesis is on the wrong line or is missing).
31136 PRINTING:
31137 Postscript printing with different faces (an optimized set of faces is
31138 used if `vhdl-print-customize-faces' is non-nil) or colors (if
31139 `ps-print-color-p' is non-nil) is possible using the standard Emacs
31140 postscript printing commands. Option `vhdl-print-two-column' defines
31141 appropriate default settings for nice landscape two-column printing.
31142 The paper format can be set by option `ps-paper-type'. Do not forget to
31143 switch `ps-print-color-p' to nil for printing on black-and-white
31144 printers.
31147 OPTIONS:
31148 User options allow customization of VHDL Mode. All options are
31149 accessible from the \"Options\" menu entry. Simple options (switches
31150 and choices) can directly be changed, while for complex options a
31151 customization buffer is opened. Changed options can be saved for future
31152 sessions using the \"Save Options\" menu entry.
31154 Options and their detailed descriptions can also be accessed by using
31155 the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
31156 customize-group' for groups). Some customizations only take effect
31157 after some action (read the NOTE in the option documentation).
31158 Customization can also be done globally (i.e. site-wide, read the
31159 INSTALL file).
31161 Not all options are described in this documentation, so go and see
31162 what other useful user options there are (`M-x vhdl-customize' or menu)!
31165 FILE EXTENSIONS:
31166 As default, files with extensions \".vhd\" and \".vhdl\" are
31167 automatically recognized as VHDL source files. To add an extension
31168 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
31170 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
31173 HINTS:
31174 - To start Emacs with open VHDL hierarchy browser without having to load
31175 a VHDL file first, use the command:
31177 emacs -l vhdl-mode -f speedbar-frame-mode
31179 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
31181 - Some features only work on properly indented code.
31184 RELEASE NOTES:
31185 See also the release notes (menu) for added features in new releases.
31188 Maintenance:
31189 ------------
31191 To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
31192 Add a description of the problem and include a reproducible test case.
31194 Questions and enhancement requests can be sent to <reto@gnu.org>.
31196 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
31197 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
31198 releases. You are kindly invited to participate in beta testing. Subscribe
31199 to above mailing lists by sending an email to <reto@gnu.org>.
31201 VHDL Mode is officially distributed at
31202 URL `http://opensource.ethz.ch/emacs/vhdl-mode.html'
31203 where the latest version can be found.
31206 Known problems:
31207 ---------------
31209 - Indentation bug in simultaneous if- and case-statements (VHDL-AMS).
31210 - XEmacs: Incorrect start-up when automatically opening speedbar.
31211 - XEmacs: Indentation in XEmacs 21.4 (and higher).
31214 The VHDL Mode Authors
31215 Reto Zimmermann and Rod Whitby
31217 Key bindings:
31218 -------------
31220 \\{vhdl-mode-map}
31222 \(fn)" t nil)
31224 ;;;***
31226 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (19845 45374))
31227 ;;; Generated autoloads from emulation/vi.el
31229 (autoload 'vi-mode "vi" "\
31230 Major mode that acts like the `vi' editor.
31231 The purpose of this mode is to provide you the combined power of vi (namely,
31232 the \"cross product\" effect of commands and repeat last changes) and Emacs.
31234 This command redefines nearly all keys to look like vi commands.
31235 It records the previous major mode, and any vi command for input
31236 \(`i', `a', `s', etc.) switches back to that mode.
31237 Thus, ordinary Emacs (in whatever major mode you had been using)
31238 is \"input\" mode as far as vi is concerned.
31240 To get back into vi from \"input\" mode, you must issue this command again.
31241 Therefore, it is recommended that you assign it to a key.
31243 Major differences between this mode and real vi :
31245 * Limitations and unsupported features
31246 - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
31247 not supported.
31248 - Ex commands are not implemented; try ':' to get some hints.
31249 - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
31251 * Modifications
31252 - The stopping positions for some point motion commands (word boundary,
31253 pattern search) are slightly different from standard 'vi'.
31254 Also, no automatic wrap around at end of buffer for pattern searching.
31255 - Since changes are done in two steps (deletion then insertion), you need
31256 to undo twice to completely undo a change command. But this is not needed
31257 for undoing a repeated change command.
31258 - No need to set/unset 'magic', to search for a string with regular expr
31259 in it just put a prefix arg for the search commands. Replace cmds too.
31260 - ^R is bound to incremental backward search, so use ^L to redraw screen.
31262 * Extensions
31263 - Some standard (or modified) Emacs commands were integrated, such as
31264 incremental search, query replace, transpose objects, and keyboard macros.
31265 - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
31266 esc-map or set undefined. These can give you the full power of Emacs.
31267 - See vi-com-map for those keys that are extensions to standard vi, e.g.
31268 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
31269 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
31270 - Use \\[vi-switch-mode] to switch among different modes quickly.
31272 Syntax table and abbrevs while in vi mode remain as they were in Emacs.
31274 \(fn)" t nil)
31276 ;;;***
31278 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
31279 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
31280 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
31281 ;;;;;; "language/viet-util.el" (19845 45374))
31282 ;;; Generated autoloads from language/viet-util.el
31284 (autoload 'viet-encode-viscii-char "viet-util" "\
31285 Return VISCII character code of CHAR if appropriate.
31287 \(fn CHAR)" nil nil)
31289 (autoload 'viet-decode-viqr-region "viet-util" "\
31290 Convert `VIQR' mnemonics of the current region to Vietnamese characters.
31291 When called from a program, expects two arguments,
31292 positions (integers or markers) specifying the stretch of the region.
31294 \(fn FROM TO)" t nil)
31296 (autoload 'viet-decode-viqr-buffer "viet-util" "\
31297 Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
31299 \(fn)" t nil)
31301 (autoload 'viet-encode-viqr-region "viet-util" "\
31302 Convert Vietnamese characters of the current region to `VIQR' mnemonics.
31303 When called from a program, expects two arguments,
31304 positions (integers or markers) specifying the stretch of the region.
31306 \(fn FROM TO)" t nil)
31308 (autoload 'viet-encode-viqr-buffer "viet-util" "\
31309 Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31311 \(fn)" t nil)
31313 (autoload 'viqr-post-read-conversion "viet-util" "\
31316 \(fn LEN)" nil nil)
31318 (autoload 'viqr-pre-write-conversion "viet-util" "\
31321 \(fn FROM TO)" nil nil)
31323 ;;;***
31325 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update
31326 ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
31327 ;;;;;; view-buffer view-file-other-frame view-file-other-window
31328 ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
31329 ;;;;;; "view" "view.el" (19886 45771))
31330 ;;; Generated autoloads from view.el
31332 (defvar view-remove-frame-by-deleting t "\
31333 Determine how View mode removes a frame no longer needed.
31334 If nil, make an icon of the frame. If non-nil, delete the frame.")
31336 (custom-autoload 'view-remove-frame-by-deleting "view" t)
31338 (defvar view-mode nil "\
31339 Non-nil if View mode is enabled.
31340 Don't change this variable directly, you must change it by one of the
31341 functions that enable or disable view mode.")
31343 (make-variable-buffer-local 'view-mode)
31345 (autoload 'kill-buffer-if-not-modified "view" "\
31346 Like `kill-buffer', but does nothing if the buffer is modified.
31348 \(fn BUF)" nil nil)
31350 (autoload 'view-file "view" "\
31351 View FILE in View mode, returning to previous buffer when done.
31352 Emacs commands editing the buffer contents are not available; instead, a
31353 special set of commands (mostly letters and punctuation) are defined for
31354 moving around in the buffer.
31355 Space scrolls forward, Delete scrolls backward.
31356 For a list of all View commands, type H or h while viewing.
31358 This command runs the normal hook `view-mode-hook'.
31360 \(fn FILE)" t nil)
31362 (autoload 'view-file-other-window "view" "\
31363 View FILE in View mode in another window.
31364 When done, return that window to its previous buffer, and kill the
31365 buffer visiting FILE if unmodified and if it wasn't visited before.
31367 Emacs commands editing the buffer contents are not available; instead,
31368 a special set of commands (mostly letters and punctuation)
31369 are defined for moving around in the buffer.
31370 Space scrolls forward, Delete scrolls backward.
31371 For a list of all View commands, type H or h while viewing.
31373 This command runs the normal hook `view-mode-hook'.
31375 \(fn FILE)" t nil)
31377 (autoload 'view-file-other-frame "view" "\
31378 View FILE in View mode in another frame.
31379 When done, kill the buffer visiting FILE if unmodified and if it wasn't
31380 visited before; also, maybe delete other frame and/or return to previous
31381 buffer.
31383 Emacs commands editing the buffer contents are not available; instead,
31384 a special set of commands (mostly letters and punctuation)
31385 are defined for moving around in the buffer.
31386 Space scrolls forward, Delete scrolls backward.
31387 For a list of all View commands, type H or h while viewing.
31389 This command runs the normal hook `view-mode-hook'.
31391 \(fn FILE)" t nil)
31393 (autoload 'view-buffer "view" "\
31394 View BUFFER in View mode, returning to previous buffer when done.
31395 Emacs commands editing the buffer contents are not available; instead, a
31396 special set of commands (mostly letters and punctuation) are defined for
31397 moving around in the buffer.
31398 Space scrolls forward, Delete scrolls backward.
31399 For a list of all View commands, type H or h while viewing.
31401 This command runs the normal hook `view-mode-hook'.
31403 Optional argument EXIT-ACTION is either nil or a function with buffer as
31404 argument. This function is called when finished viewing buffer. Use
31405 this argument instead of explicitly setting `view-exit-action'.
31407 Do not set EXIT-ACTION to `kill-buffer' when BUFFER visits a
31408 file: Users may suspend viewing in order to modify the buffer.
31409 Exiting View mode will then discard the user's edits. Setting
31410 EXIT-ACTION to `kill-buffer-if-not-modified' avoids this.
31412 \(fn BUFFER &optional EXIT-ACTION)" t nil)
31414 (autoload 'view-buffer-other-window "view" "\
31415 View BUFFER in View mode in another window.
31416 Return to previous buffer when done, unless optional NOT-RETURN is
31417 non-nil. Emacs commands editing the buffer contents are not available;
31418 instead, a special set of commands (mostly letters and punctuation) are
31419 defined for moving around in the buffer.
31420 Space scrolls forward, Delete scrolls backward.
31421 For a list of all View commands, type H or h while viewing.
31423 This command runs the normal hook `view-mode-hook'.
31425 Optional argument EXIT-ACTION is either nil or a function with buffer as
31426 argument. This function is called when finished viewing buffer. Use
31427 this argument instead of explicitly setting `view-exit-action'.
31429 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31431 (autoload 'view-buffer-other-frame "view" "\
31432 View BUFFER in View mode in another frame.
31433 Return to previous buffer when done, unless optional NOT-RETURN is
31434 non-nil. Emacs commands editing the buffer contents are not available;
31435 instead, a special set of commands (mostly letters and punctuation) are
31436 defined for moving around in the buffer.
31437 Space scrolls forward, Delete scrolls backward.
31438 For a list of all View commands, type H or h while viewing.
31440 This command runs the normal hook `view-mode-hook'.
31442 Optional argument EXIT-ACTION is either nil or a function with buffer as
31443 argument. This function is called when finished viewing buffer. Use
31444 this argument instead of explicitly setting `view-exit-action'.
31446 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31448 (autoload 'view-mode "view" "\
31449 Toggle View mode, a minor mode for viewing text but not editing it.
31450 With prefix argument ARG, turn View mode on if ARG is positive, otherwise
31451 turn it off.
31453 Emacs commands that do not change the buffer contents are available as usual.
31454 Kill commands insert text in kill buffers but do not delete. Other commands
31455 \(among them most letters and punctuation) beep and tell that the buffer is
31456 read-only.
31457 \\<view-mode-map>
31458 The following additional commands are provided. Most commands take prefix
31459 arguments. Page commands default to \"page size\" lines which is almost a whole
31460 window full, or number of lines set by \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size]. Half page commands default to
31461 and set \"half page size\" lines which initially is half a window full. Search
31462 commands default to a repeat count of one.
31464 H, h, ? This message.
31465 Digits provide prefix arguments.
31466 \\[negative-argument] negative prefix argument.
31467 \\[beginning-of-buffer] move to the beginning of buffer.
31468 > move to the end of buffer.
31469 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
31470 SPC scroll forward \"page size\" lines.
31471 With prefix scroll forward prefix lines.
31472 DEL scroll backward \"page size\" lines.
31473 With prefix scroll backward prefix lines.
31474 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
31475 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
31476 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
31477 \"half page size\" to prefix lines and scrolls forward that much.
31478 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
31479 \"half page size\" to prefix lines and scrolls backward that much.
31480 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
31481 y scroll backward one line. With prefix scroll backward prefix line(s).
31482 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
31483 Use this to view a changing file.
31484 \\[what-line] prints the current line number.
31485 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
31486 \\[View-goto-line] goes to line given by prefix argument (default first line).
31487 . set the mark.
31488 x exchanges point and mark.
31489 \\[View-back-to-mark] return to mark and pops mark ring.
31490 Mark ring is pushed at start of every successful search and when
31491 jump to line occurs. The mark is set on jump to buffer start or end.
31492 \\[point-to-register] save current position in character register.
31493 ' go to position saved in character register.
31494 s do forward incremental search.
31495 r do reverse incremental search.
31496 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
31497 ! and @ have a special meaning at the beginning of the regexp.
31498 ! means search for a line with no match for regexp. @ means start
31499 search at beginning (end for backward search) of buffer.
31500 \\ searches backward for regular expression, starting before current page.
31501 \\[View-search-last-regexp-forward] searches forward for last regular expression.
31502 p searches backward for last regular expression.
31503 \\[View-quit] quit View mode, restoring this window and buffer to previous state.
31504 \\[View-quit] is the normal way to leave view mode.
31505 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
31506 viewing a buffer (file) and find out you want to edit it.
31507 This command restores the previous read-only status of the buffer.
31508 \\[View-exit-and-edit] exit View mode, and make the current buffer editable
31509 even if it was not editable before entry to View mode.
31510 \\[View-quit-all] quit View mode, restoring all windows to previous state.
31511 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
31512 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
31514 The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
31515 entered by view-file, view-file-other-window, view-file-other-frame, or
31516 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
31517 \\[view-file-other-frame], or the Dired mode v command),
31518 then \\[View-quit] will try to kill the current buffer.
31519 If view-mode was entered from another buffer, by \\[view-buffer],
31520 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
31521 \\[view-file-other-window], or \\[view-file-other-frame],
31522 then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
31524 Entry to view-mode runs the normal hook `view-mode-hook'.
31526 \(fn &optional ARG)" t nil)
31528 (autoload 'view-return-to-alist-update "view" "\
31529 Update `view-return-to-alist' of buffer BUFFER.
31530 Remove from `view-return-to-alist' all entries referencing dead
31531 windows. Optional argument ITEM non-nil means add ITEM to
31532 `view-return-to-alist' after purging. For a decsription of items
31533 that can be added see the RETURN-TO-ALIST argument of the
31534 function `view-mode-exit'. If `view-return-to-alist' contains an
31535 entry for the selected window, purge that entry from
31536 `view-return-to-alist' before adding ITEM.
31538 \(fn BUFFER &optional ITEM)" nil nil)
31540 (autoload 'view-mode-enter "view" "\
31541 Enter View mode and set up exit from view mode depending on optional arguments.
31542 RETURN-TO non-nil means add RETURN-TO as an element to the buffer
31543 local alist `view-return-to-alist'. Save EXIT-ACTION in buffer
31544 local variable `view-exit-action'. It should be either nil or a
31545 function that takes a buffer as argument. This function will be
31546 called by `view-mode-exit'.
31548 RETURN-TO is either nil, meaning do nothing when exiting view
31549 mode, or must have the format (WINDOW OLD-WINDOW . OLD-BUF-INFO).
31550 WINDOW is the window used for viewing. OLD-WINDOW is nil or the
31551 window to select after viewing. OLD-BUF-INFO tells what to do
31552 with WINDOW when exiting. It is one of:
31553 1) nil Do nothing.
31554 2) t Delete WINDOW or, if it is the only window and
31555 `view-remove-frame-by-deleting' is non-nil, its
31556 frame.
31557 3) (OLD-BUFF START POINT) Display buffer OLD-BUFF with displayed text
31558 starting at START and point at POINT in WINDOW.
31559 4) quit-window Do `quit-window' in WINDOW.
31560 5) keep-frame Like case 2) but do not delete the frame.
31562 For a list of all View commands, type H or h while viewing.
31564 This function runs the normal hook `view-mode-hook'.
31566 \(fn &optional RETURN-TO EXIT-ACTION)" nil nil)
31568 (autoload 'View-exit-and-edit "view" "\
31569 Exit View mode and make the current buffer editable.
31571 \(fn)" t nil)
31573 ;;;***
31575 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (19845
31576 ;;;;;; 45374))
31577 ;;; Generated autoloads from emulation/vip.el
31579 (autoload 'vip-setup "vip" "\
31580 Set up bindings for C-x 7 and C-z that are useful for VIP users.
31582 \(fn)" nil nil)
31584 (autoload 'vip-mode "vip" "\
31585 Turn on VIP emulation of VI.
31587 \(fn)" t nil)
31589 ;;;***
31591 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31592 ;;;;;; (19845 45374))
31593 ;;; Generated autoloads from emulation/viper.el
31595 (autoload 'toggle-viper-mode "viper" "\
31596 Toggle Viper on/off.
31597 If Viper is enabled, turn it off. Otherwise, turn it on.
31599 \(fn)" t nil)
31601 (autoload 'viper-mode "viper" "\
31602 Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31604 \(fn)" t nil)
31606 ;;;***
31608 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31609 ;;;;;; (19845 45374))
31610 ;;; Generated autoloads from emacs-lisp/warnings.el
31612 (defvar warning-prefix-function nil "\
31613 Function to generate warning prefixes.
31614 This function, if non-nil, is called with two arguments,
31615 the severity level and its entry in `warning-levels',
31616 and should return the entry that should actually be used.
31617 The warnings buffer is current when this function is called
31618 and the function can insert text in it. This text becomes
31619 the beginning of the warning.")
31621 (defvar warning-series nil "\
31622 Non-nil means treat multiple `display-warning' calls as a series.
31623 A marker indicates a position in the warnings buffer
31624 which is the start of the current series; it means that
31625 additional warnings in the same buffer should not move point.
31626 t means the next warning begins a series (and stores a marker here).
31627 A symbol with a function definition is like t, except
31628 also call that function before the next warning.")
31630 (defvar warning-fill-prefix nil "\
31631 Non-nil means fill each warning text using this string as `fill-prefix'.")
31633 (defvar warning-type-format (purecopy " (%s)") "\
31634 Format for displaying the warning type in the warning message.
31635 The result of formatting the type this way gets included in the
31636 message under the control of the string in `warning-levels'.")
31638 (autoload 'display-warning "warnings" "\
31639 Display a warning message, MESSAGE.
31640 TYPE is the warning type: either a custom group name (a symbol),
31641 or a list of symbols whose first element is a custom group name.
31642 \(The rest of the symbols represent subcategories, for warning purposes
31643 only, and you can use whatever symbols you like.)
31645 LEVEL should be either :debug, :warning, :error, or :emergency
31646 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31647 Default is :warning.
31649 :emergency -- a problem that will seriously impair Emacs operation soon
31650 if you do not attend to it promptly.
31651 :error -- data or circumstances that are inherently wrong.
31652 :warning -- data or circumstances that are not inherently wrong,
31653 but raise suspicion of a possible problem.
31654 :debug -- info for debugging only.
31656 BUFFER-NAME, if specified, is the name of the buffer for logging
31657 the warning. By default, it is `*Warnings*'. If this function
31658 has to create the buffer, it disables undo in the buffer.
31660 See the `warnings' custom group for user customization features.
31662 See also `warning-series', `warning-prefix-function' and
31663 `warning-fill-prefix' for additional programming features.
31665 \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
31667 (autoload 'lwarn "warnings" "\
31668 Display a warning message made from (format MESSAGE ARGS...).
31669 Aside from generating the message with `format',
31670 this is equivalent to `display-warning'.
31672 TYPE is the warning type: either a custom group name (a symbol),
31673 or a list of symbols whose first element is a custom group name.
31674 \(The rest of the symbols represent subcategories and
31675 can be whatever you like.)
31677 LEVEL should be either :debug, :warning, :error, or :emergency
31678 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31680 :emergency -- a problem that will seriously impair Emacs operation soon
31681 if you do not attend to it promptly.
31682 :error -- invalid data or circumstances.
31683 :warning -- suspicious data or circumstances.
31684 :debug -- info for debugging only.
31686 \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
31688 (autoload 'warn "warnings" "\
31689 Display a warning message made from (format MESSAGE ARGS...).
31690 Aside from generating the message with `format',
31691 this is equivalent to `display-warning', using
31692 `emacs' as the type and `:warning' as the level.
31694 \(fn MESSAGE &rest ARGS)" nil nil)
31696 ;;;***
31698 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31699 ;;;;;; (19886 45771))
31700 ;;; Generated autoloads from wdired.el
31702 (autoload 'wdired-change-to-wdired-mode "wdired" "\
31703 Put a dired buffer in a mode in which filenames are editable.
31704 \\<wdired-mode-map>
31705 This mode allows the user to change the names of the files, and after
31706 typing \\[wdired-finish-edit] Emacs renames the files and directories
31707 in disk.
31709 See `wdired-mode'.
31711 \(fn)" t nil)
31713 ;;;***
31715 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (19845 45374))
31716 ;;; Generated autoloads from net/webjump.el
31718 (autoload 'webjump "webjump" "\
31719 Jumps to a Web site from a programmable hotlist.
31721 See the documentation for the `webjump-sites' variable for how to customize the
31722 hotlist.
31724 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31725 <nwv@acm.org>.
31727 \(fn)" t nil)
31729 ;;;***
31731 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31732 ;;;;;; (19845 45374))
31733 ;;; Generated autoloads from progmodes/which-func.el
31734 (put 'which-func-format 'risky-local-variable t)
31735 (put 'which-func-current 'risky-local-variable t)
31737 (defalias 'which-func-mode 'which-function-mode)
31739 (defvar which-function-mode nil "\
31740 Non-nil if Which-Function mode is enabled.
31741 See the command `which-function-mode' for a description of this minor mode.
31742 Setting this variable directly does not take effect;
31743 either customize it (see the info node `Easy Customization')
31744 or call the function `which-function-mode'.")
31746 (custom-autoload 'which-function-mode "which-func" nil)
31748 (autoload 'which-function-mode "which-func" "\
31749 Toggle Which Function mode, globally.
31750 When Which Function mode is enabled, the current function name is
31751 continuously displayed in the mode line, in certain major modes.
31753 With prefix ARG, turn Which Function mode on if arg is positive,
31754 and off otherwise.
31756 \(fn &optional ARG)" t nil)
31758 ;;;***
31760 ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31761 ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31762 ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31763 ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (19901 13134))
31764 ;;; Generated autoloads from whitespace.el
31766 (autoload 'whitespace-mode "whitespace" "\
31767 Toggle whitespace minor mode visualization (\"ws\" on modeline).
31769 If ARG is null, toggle whitespace visualization.
31770 If ARG is a number greater than zero, turn on visualization;
31771 otherwise, turn off visualization.
31773 See also `whitespace-style', `whitespace-newline' and
31774 `whitespace-display-mappings'.
31776 \(fn &optional ARG)" t nil)
31778 (autoload 'whitespace-newline-mode "whitespace" "\
31779 Toggle NEWLINE minor mode visualization (\"nl\" on modeline).
31781 If ARG is null, toggle NEWLINE visualization.
31782 If ARG is a number greater than zero, turn on visualization;
31783 otherwise, turn off visualization.
31785 Use `whitespace-newline-mode' only for NEWLINE visualization
31786 exclusively. For other visualizations, including NEWLINE
31787 visualization together with (HARD) SPACEs and/or TABs, please,
31788 use `whitespace-mode'.
31790 See also `whitespace-newline' and `whitespace-display-mappings'.
31792 \(fn &optional ARG)" t nil)
31794 (defvar global-whitespace-mode nil "\
31795 Non-nil if Global-Whitespace mode is enabled.
31796 See the command `global-whitespace-mode' for a description of this minor mode.
31797 Setting this variable directly does not take effect;
31798 either customize it (see the info node `Easy Customization')
31799 or call the function `global-whitespace-mode'.")
31801 (custom-autoload 'global-whitespace-mode "whitespace" nil)
31803 (autoload 'global-whitespace-mode "whitespace" "\
31804 Toggle whitespace global minor mode visualization (\"WS\" on modeline).
31806 If ARG is null, toggle whitespace visualization.
31807 If ARG is a number greater than zero, turn on visualization;
31808 otherwise, turn off visualization.
31810 See also `whitespace-style', `whitespace-newline' and
31811 `whitespace-display-mappings'.
31813 \(fn &optional ARG)" t nil)
31815 (defvar global-whitespace-newline-mode nil "\
31816 Non-nil if Global-Whitespace-Newline mode is enabled.
31817 See the command `global-whitespace-newline-mode' for a description of this minor mode.
31818 Setting this variable directly does not take effect;
31819 either customize it (see the info node `Easy Customization')
31820 or call the function `global-whitespace-newline-mode'.")
31822 (custom-autoload 'global-whitespace-newline-mode "whitespace" nil)
31824 (autoload 'global-whitespace-newline-mode "whitespace" "\
31825 Toggle NEWLINE global minor mode visualization (\"NL\" on modeline).
31827 If ARG is null, toggle NEWLINE visualization.
31828 If ARG is a number greater than zero, turn on visualization;
31829 otherwise, turn off visualization.
31831 Use `global-whitespace-newline-mode' only for NEWLINE
31832 visualization exclusively. For other visualizations, including
31833 NEWLINE visualization together with (HARD) SPACEs and/or TABs,
31834 please use `global-whitespace-mode'.
31836 See also `whitespace-newline' and `whitespace-display-mappings'.
31838 \(fn &optional ARG)" t nil)
31840 (autoload 'whitespace-toggle-options "whitespace" "\
31841 Toggle local `whitespace-mode' options.
31843 If local whitespace-mode is off, toggle the option given by ARG
31844 and turn on local whitespace-mode.
31846 If local whitespace-mode is on, toggle the option given by ARG
31847 and restart local whitespace-mode.
31849 Interactively, it reads one of the following chars:
31851 CHAR MEANING
31852 (VIA FACES)
31853 f toggle face visualization
31854 t toggle TAB visualization
31855 s toggle SPACE and HARD SPACE visualization
31856 r toggle trailing blanks visualization
31857 l toggle \"long lines\" visualization
31858 L toggle \"long lines\" tail visualization
31859 n toggle NEWLINE visualization
31860 e toggle empty line at bob and/or eob visualization
31861 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31862 I toggle indentation SPACEs visualization
31863 i toggle indentation TABs visualization
31864 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31865 A toggle SPACEs after TAB: SPACEs visualization
31866 a toggle SPACEs after TAB: TABs visualization
31867 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31868 B toggle SPACEs before TAB: SPACEs visualization
31869 b toggle SPACEs before TAB: TABs visualization
31871 (VIA DISPLAY TABLE)
31872 T toggle TAB visualization
31873 S toggle SPACEs before TAB visualization
31874 N toggle NEWLINE visualization
31876 x restore `whitespace-style' value
31877 ? display brief help
31879 Non-interactively, ARG should be a symbol or a list of symbols.
31880 The valid symbols are:
31882 face toggle face visualization
31883 tabs toggle TAB visualization
31884 spaces toggle SPACE and HARD SPACE visualization
31885 trailing toggle trailing blanks visualization
31886 lines toggle \"long lines\" visualization
31887 lines-tail toggle \"long lines\" tail visualization
31888 newline toggle NEWLINE visualization
31889 empty toggle empty line at bob and/or eob visualization
31890 indentation toggle indentation SPACEs visualization
31891 indentation::tab toggle indentation SPACEs visualization
31892 indentation::space toggle indentation TABs visualization
31893 space-after-tab toggle SPACEs after TAB visualization
31894 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31895 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31896 space-before-tab toggle SPACEs before TAB visualization
31897 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31898 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31900 tab-mark toggle TAB visualization
31901 space-mark toggle SPACEs before TAB visualization
31902 newline-mark toggle NEWLINE visualization
31904 whitespace-style restore `whitespace-style' value
31906 See `whitespace-style' and `indent-tabs-mode' for documentation.
31908 \(fn ARG)" t nil)
31910 (autoload 'global-whitespace-toggle-options "whitespace" "\
31911 Toggle global `whitespace-mode' options.
31913 If global whitespace-mode is off, toggle the option given by ARG
31914 and turn on global whitespace-mode.
31916 If global whitespace-mode is on, toggle the option given by ARG
31917 and restart global whitespace-mode.
31919 Interactively, it accepts one of the following chars:
31921 CHAR MEANING
31922 (VIA FACES)
31923 f toggle face visualization
31924 t toggle TAB visualization
31925 s toggle SPACE and HARD SPACE visualization
31926 r toggle trailing blanks visualization
31927 l toggle \"long lines\" visualization
31928 L toggle \"long lines\" tail visualization
31929 n toggle NEWLINE visualization
31930 e toggle empty line at bob and/or eob visualization
31931 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31932 I toggle indentation SPACEs visualization
31933 i toggle indentation TABs visualization
31934 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31935 A toggle SPACEs after TAB: SPACEs visualization
31936 a toggle SPACEs after TAB: TABs visualization
31937 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31938 B toggle SPACEs before TAB: SPACEs visualization
31939 b toggle SPACEs before TAB: TABs visualization
31941 (VIA DISPLAY TABLE)
31942 T toggle TAB visualization
31943 S toggle SPACEs before TAB visualization
31944 N toggle NEWLINE visualization
31946 x restore `whitespace-style' value
31947 ? display brief help
31949 Non-interactively, ARG should be a symbol or a list of symbols.
31950 The valid symbols are:
31952 face toggle face visualization
31953 tabs toggle TAB visualization
31954 spaces toggle SPACE and HARD SPACE visualization
31955 trailing toggle trailing blanks visualization
31956 lines toggle \"long lines\" visualization
31957 lines-tail toggle \"long lines\" tail visualization
31958 newline toggle NEWLINE visualization
31959 empty toggle empty line at bob and/or eob visualization
31960 indentation toggle indentation SPACEs visualization
31961 indentation::tab toggle indentation SPACEs visualization
31962 indentation::space toggle indentation TABs visualization
31963 space-after-tab toggle SPACEs after TAB visualization
31964 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31965 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31966 space-before-tab toggle SPACEs before TAB visualization
31967 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31968 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31970 tab-mark toggle TAB visualization
31971 space-mark toggle SPACEs before TAB visualization
31972 newline-mark toggle NEWLINE visualization
31974 whitespace-style restore `whitespace-style' value
31976 See `whitespace-style' and `indent-tabs-mode' for documentation.
31978 \(fn ARG)" t nil)
31980 (autoload 'whitespace-cleanup "whitespace" "\
31981 Cleanup some blank problems in all buffer or at region.
31983 It usually applies to the whole buffer, but in transient mark
31984 mode when the mark is active, it applies to the region. It also
31985 applies to the region when it is not in transient mark mode, the
31986 mark is active and \\[universal-argument] was pressed just before
31987 calling `whitespace-cleanup' interactively.
31989 See also `whitespace-cleanup-region'.
31991 The problems cleaned up are:
31993 1. empty lines at beginning of buffer.
31994 2. empty lines at end of buffer.
31995 If `whitespace-style' includes the value `empty', remove all
31996 empty lines at beginning and/or end of buffer.
31998 3. 8 or more SPACEs at beginning of line.
31999 If `whitespace-style' includes the value `indentation':
32000 replace 8 or more SPACEs at beginning of line by TABs, if
32001 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
32002 SPACEs.
32003 If `whitespace-style' includes the value `indentation::tab',
32004 replace 8 or more SPACEs at beginning of line by TABs.
32005 If `whitespace-style' includes the value `indentation::space',
32006 replace TABs by SPACEs.
32008 4. SPACEs before TAB.
32009 If `whitespace-style' includes the value `space-before-tab':
32010 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32011 otherwise, replace TABs by SPACEs.
32012 If `whitespace-style' includes the value
32013 `space-before-tab::tab', replace SPACEs by TABs.
32014 If `whitespace-style' includes the value
32015 `space-before-tab::space', replace TABs by SPACEs.
32017 5. SPACEs or TABs at end of line.
32018 If `whitespace-style' includes the value `trailing', remove
32019 all SPACEs or TABs at end of line.
32021 6. 8 or more SPACEs after TAB.
32022 If `whitespace-style' includes the value `space-after-tab':
32023 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32024 otherwise, replace TABs by SPACEs.
32025 If `whitespace-style' includes the value
32026 `space-after-tab::tab', replace SPACEs by TABs.
32027 If `whitespace-style' includes the value
32028 `space-after-tab::space', replace TABs by SPACEs.
32030 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
32031 documentation.
32033 \(fn)" t nil)
32035 (autoload 'whitespace-cleanup-region "whitespace" "\
32036 Cleanup some blank problems at region.
32038 The problems cleaned up are:
32040 1. 8 or more SPACEs at beginning of line.
32041 If `whitespace-style' includes the value `indentation':
32042 replace 8 or more SPACEs at beginning of line by TABs, if
32043 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
32044 SPACEs.
32045 If `whitespace-style' includes the value `indentation::tab',
32046 replace 8 or more SPACEs at beginning of line by TABs.
32047 If `whitespace-style' includes the value `indentation::space',
32048 replace TABs by SPACEs.
32050 2. SPACEs before TAB.
32051 If `whitespace-style' includes the value `space-before-tab':
32052 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32053 otherwise, replace TABs by SPACEs.
32054 If `whitespace-style' includes the value
32055 `space-before-tab::tab', replace SPACEs by TABs.
32056 If `whitespace-style' includes the value
32057 `space-before-tab::space', replace TABs by SPACEs.
32059 3. SPACEs or TABs at end of line.
32060 If `whitespace-style' includes the value `trailing', remove
32061 all SPACEs or TABs at end of line.
32063 4. 8 or more SPACEs after TAB.
32064 If `whitespace-style' includes the value `space-after-tab':
32065 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
32066 otherwise, replace TABs by SPACEs.
32067 If `whitespace-style' includes the value
32068 `space-after-tab::tab', replace SPACEs by TABs.
32069 If `whitespace-style' includes the value
32070 `space-after-tab::space', replace TABs by SPACEs.
32072 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
32073 documentation.
32075 \(fn START END)" t nil)
32077 (autoload 'whitespace-report "whitespace" "\
32078 Report some whitespace problems in buffer.
32080 Return nil if there is no whitespace problem; otherwise, return
32081 non-nil.
32083 If FORCE is non-nil or \\[universal-argument] was pressed just
32084 before calling `whitespace-report' interactively, it forces
32085 `whitespace-style' to have:
32087 empty
32088 trailing
32089 indentation
32090 space-before-tab
32091 space-after-tab
32093 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
32094 whitespace problems in buffer.
32096 Report if some of the following whitespace problems exist:
32098 * If `indent-tabs-mode' is non-nil:
32099 empty 1. empty lines at beginning of buffer.
32100 empty 2. empty lines at end of buffer.
32101 trailing 3. SPACEs or TABs at end of line.
32102 indentation 4. 8 or more SPACEs at beginning of line.
32103 space-before-tab 5. SPACEs before TAB.
32104 space-after-tab 6. 8 or more SPACEs after TAB.
32106 * If `indent-tabs-mode' is nil:
32107 empty 1. empty lines at beginning of buffer.
32108 empty 2. empty lines at end of buffer.
32109 trailing 3. SPACEs or TABs at end of line.
32110 indentation 4. TABS at beginning of line.
32111 space-before-tab 5. SPACEs before TAB.
32112 space-after-tab 6. 8 or more SPACEs after TAB.
32114 See `whitespace-style' for documentation.
32115 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
32116 cleaning up these problems.
32118 \(fn &optional FORCE REPORT-IF-BOGUS)" t nil)
32120 (autoload 'whitespace-report-region "whitespace" "\
32121 Report some whitespace problems in a region.
32123 Return nil if there is no whitespace problem; otherwise, return
32124 non-nil.
32126 If FORCE is non-nil or \\[universal-argument] was pressed just
32127 before calling `whitespace-report-region' interactively, it
32128 forces `whitespace-style' to have:
32130 empty
32131 indentation
32132 space-before-tab
32133 trailing
32134 space-after-tab
32136 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
32137 whitespace problems in buffer.
32139 Report if some of the following whitespace problems exist:
32141 * If `indent-tabs-mode' is non-nil:
32142 empty 1. empty lines at beginning of buffer.
32143 empty 2. empty lines at end of buffer.
32144 trailing 3. SPACEs or TABs at end of line.
32145 indentation 4. 8 or more SPACEs at beginning of line.
32146 space-before-tab 5. SPACEs before TAB.
32147 space-after-tab 6. 8 or more SPACEs after TAB.
32149 * If `indent-tabs-mode' is nil:
32150 empty 1. empty lines at beginning of buffer.
32151 empty 2. empty lines at end of buffer.
32152 trailing 3. SPACEs or TABs at end of line.
32153 indentation 4. TABS at beginning of line.
32154 space-before-tab 5. SPACEs before TAB.
32155 space-after-tab 6. 8 or more SPACEs after TAB.
32157 See `whitespace-style' for documentation.
32158 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
32159 cleaning up these problems.
32161 \(fn START END &optional FORCE REPORT-IF-BOGUS)" t nil)
32163 ;;;***
32165 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
32166 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (19886 45771))
32167 ;;; Generated autoloads from wid-browse.el
32169 (autoload 'widget-browse-at "wid-browse" "\
32170 Browse the widget under point.
32172 \(fn POS)" t nil)
32174 (autoload 'widget-browse "wid-browse" "\
32175 Create a widget browser for WIDGET.
32177 \(fn WIDGET)" t nil)
32179 (autoload 'widget-browse-other-window "wid-browse" "\
32180 Show widget browser for WIDGET in other window.
32182 \(fn &optional WIDGET)" t nil)
32184 (autoload 'widget-minor-mode "wid-browse" "\
32185 Togle minor mode for traversing widgets.
32186 With arg, turn widget mode on if and only if arg is positive.
32188 \(fn &optional ARG)" t nil)
32190 ;;;***
32192 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
32193 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (19886
32194 ;;;;;; 45771))
32195 ;;; Generated autoloads from wid-edit.el
32197 (autoload 'widgetp "wid-edit" "\
32198 Return non-nil if WIDGET is a widget.
32200 \(fn WIDGET)" nil nil)
32202 (autoload 'widget-prompt-value "wid-edit" "\
32203 Prompt for a value matching WIDGET, using PROMPT.
32204 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
32206 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
32208 (autoload 'widget-create "wid-edit" "\
32209 Create widget of TYPE.
32210 The optional ARGS are additional keyword arguments.
32212 \(fn TYPE &rest ARGS)" nil nil)
32214 (autoload 'widget-delete "wid-edit" "\
32215 Delete WIDGET.
32217 \(fn WIDGET)" nil nil)
32219 (autoload 'widget-insert "wid-edit" "\
32220 Call `insert' with ARGS even if surrounding text is read only.
32222 \(fn &rest ARGS)" nil nil)
32224 (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) "\
32225 Keymap containing useful binding for buffers containing widgets.
32226 Recommended as a parent keymap for modes using widgets.
32227 Note that such modes will need to require wid-edit.")
32229 (autoload 'widget-setup "wid-edit" "\
32230 Setup current buffer so editing string widgets works.
32232 \(fn)" nil nil)
32234 ;;;***
32236 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
32237 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (19886
32238 ;;;;;; 45771))
32239 ;;; Generated autoloads from windmove.el
32241 (autoload 'windmove-left "windmove" "\
32242 Select the window to the left of the current one.
32243 With no prefix argument, or with prefix argument equal to zero,
32244 \"left\" is relative to the position of point in the window; otherwise
32245 it is relative to the top edge (for positive ARG) or the bottom edge
32246 \(for negative ARG) of the current window.
32247 If no window is at the desired location, an error is signaled.
32249 \(fn &optional ARG)" t nil)
32251 (autoload 'windmove-up "windmove" "\
32252 Select the window above the current one.
32253 With no prefix argument, or with prefix argument equal to zero, \"up\"
32254 is relative to the position of point in the window; otherwise it is
32255 relative to the left edge (for positive ARG) or the right edge (for
32256 negative ARG) of the current window.
32257 If no window is at the desired location, an error is signaled.
32259 \(fn &optional ARG)" t nil)
32261 (autoload 'windmove-right "windmove" "\
32262 Select the window to the right of the current one.
32263 With no prefix argument, or with prefix argument equal to zero,
32264 \"right\" is relative to the position of point in the window;
32265 otherwise it is relative to the top edge (for positive ARG) or the
32266 bottom edge (for negative ARG) of the current window.
32267 If no window is at the desired location, an error is signaled.
32269 \(fn &optional ARG)" t nil)
32271 (autoload 'windmove-down "windmove" "\
32272 Select the window below the current one.
32273 With no prefix argument, or with prefix argument equal to zero,
32274 \"down\" is relative to the position of point in the window; otherwise
32275 it is relative to the left edge (for positive ARG) or the right edge
32276 \(for negative ARG) of the current window.
32277 If no window is at the desired location, an error is signaled.
32279 \(fn &optional ARG)" t nil)
32281 (autoload 'windmove-default-keybindings "windmove" "\
32282 Set up keybindings for `windmove'.
32283 Keybindings are of the form MODIFIER-{left,right,up,down}.
32284 Default MODIFIER is 'shift.
32286 \(fn &optional MODIFIER)" t nil)
32288 ;;;***
32290 ;;;### (autoloads (winner-mode winner-mode) "winner" "winner.el"
32291 ;;;;;; (19845 45374))
32292 ;;; Generated autoloads from winner.el
32294 (defvar winner-mode nil "\
32295 Toggle Winner mode.
32296 Setting this variable directly does not take effect;
32297 use either \\[customize] or the function `winner-mode'.")
32299 (custom-autoload 'winner-mode "winner" nil)
32301 (autoload 'winner-mode "winner" "\
32302 Toggle Winner mode.
32303 With arg, turn Winner mode on if and only if arg is positive.
32305 \(fn &optional ARG)" t nil)
32307 ;;;***
32309 ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
32310 ;;;;;; woman woman-locale) "woman" "woman.el" (19886 45771))
32311 ;;; Generated autoloads from woman.el
32313 (defvar woman-locale nil "\
32314 String specifying a manual page locale, or nil.
32315 If a manual page is available in the specified locale
32316 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
32317 default version. Normally, `set-locale-environment' sets this at startup.")
32319 (custom-autoload 'woman-locale "woman" t)
32321 (autoload 'woman "woman" "\
32322 Browse UN*X man page for TOPIC (Without using external Man program).
32323 The major browsing mode used is essentially the standard Man mode.
32324 Choose the filename for the man page using completion, based on the
32325 topic selected from the directories specified in `woman-manpath' and
32326 `woman-path'. The directory expansions and topics are cached for
32327 speed, but a non-nil interactive argument forces the caches to be
32328 updated (e.g. to re-interpret the current directory).
32330 Used non-interactively, arguments are optional: if given then TOPIC
32331 should be a topic string and non-nil RE-CACHE forces re-caching.
32333 \(fn &optional TOPIC RE-CACHE)" t nil)
32335 (autoload 'woman-dired-find-file "woman" "\
32336 In dired, run the WoMan man-page browser on this file.
32338 \(fn)" t nil)
32340 (autoload 'woman-find-file "woman" "\
32341 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
32342 Use existing buffer if possible; reformat only if prefix arg given.
32343 When called interactively, optional argument REFORMAT forces reformatting
32344 of an existing WoMan buffer formatted earlier.
32345 No external programs are used, except that `gunzip' will be used to
32346 decompress the file if appropriate. See the documentation for the
32347 `woman' command for further details.
32349 \(fn FILE-NAME &optional REFORMAT)" t nil)
32351 (autoload 'woman-bookmark-jump "woman" "\
32352 Default bookmark handler for Woman buffers.
32354 \(fn BOOKMARK)" nil nil)
32356 ;;;***
32358 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
32359 ;;;;;; (19845 45374))
32360 ;;; Generated autoloads from emulation/ws-mode.el
32362 (autoload 'wordstar-mode "ws-mode" "\
32363 Major mode with WordStar-like key bindings.
32365 BUGS:
32366 - Help menus with WordStar commands (C-j just calls help-for-help)
32367 are not implemented
32368 - Options for search and replace
32369 - Show markers (C-k h) is somewhat strange
32370 - Search and replace (C-q a) is only available in forward direction
32372 No key bindings beginning with ESC are installed, they will work
32373 Emacs-like.
32375 The key bindings are:
32377 C-a backward-word
32378 C-b fill-paragraph
32379 C-c scroll-up-line
32380 C-d forward-char
32381 C-e previous-line
32382 C-f forward-word
32383 C-g delete-char
32384 C-h backward-char
32385 C-i indent-for-tab-command
32386 C-j help-for-help
32387 C-k ordstar-C-k-map
32388 C-l ws-repeat-search
32389 C-n open-line
32390 C-p quoted-insert
32391 C-r scroll-down-line
32392 C-s backward-char
32393 C-t kill-word
32394 C-u keyboard-quit
32395 C-v overwrite-mode
32396 C-w scroll-down
32397 C-x next-line
32398 C-y kill-complete-line
32399 C-z scroll-up
32401 C-k 0 ws-set-marker-0
32402 C-k 1 ws-set-marker-1
32403 C-k 2 ws-set-marker-2
32404 C-k 3 ws-set-marker-3
32405 C-k 4 ws-set-marker-4
32406 C-k 5 ws-set-marker-5
32407 C-k 6 ws-set-marker-6
32408 C-k 7 ws-set-marker-7
32409 C-k 8 ws-set-marker-8
32410 C-k 9 ws-set-marker-9
32411 C-k b ws-begin-block
32412 C-k c ws-copy-block
32413 C-k d save-buffers-kill-emacs
32414 C-k f find-file
32415 C-k h ws-show-markers
32416 C-k i ws-indent-block
32417 C-k k ws-end-block
32418 C-k p ws-print-block
32419 C-k q kill-emacs
32420 C-k r insert-file
32421 C-k s save-some-buffers
32422 C-k t ws-mark-word
32423 C-k u ws-exdent-block
32424 C-k C-u keyboard-quit
32425 C-k v ws-move-block
32426 C-k w ws-write-block
32427 C-k x kill-emacs
32428 C-k y ws-delete-block
32430 C-o c wordstar-center-line
32431 C-o b switch-to-buffer
32432 C-o j justify-current-line
32433 C-o k kill-buffer
32434 C-o l list-buffers
32435 C-o m auto-fill-mode
32436 C-o r set-fill-column
32437 C-o C-u keyboard-quit
32438 C-o wd delete-other-windows
32439 C-o wh split-window-horizontally
32440 C-o wo other-window
32441 C-o wv split-window-vertically
32443 C-q 0 ws-find-marker-0
32444 C-q 1 ws-find-marker-1
32445 C-q 2 ws-find-marker-2
32446 C-q 3 ws-find-marker-3
32447 C-q 4 ws-find-marker-4
32448 C-q 5 ws-find-marker-5
32449 C-q 6 ws-find-marker-6
32450 C-q 7 ws-find-marker-7
32451 C-q 8 ws-find-marker-8
32452 C-q 9 ws-find-marker-9
32453 C-q a ws-query-replace
32454 C-q b ws-to-block-begin
32455 C-q c end-of-buffer
32456 C-q d end-of-line
32457 C-q f ws-search
32458 C-q k ws-to-block-end
32459 C-q l ws-undo
32460 C-q p ws-last-cursorp
32461 C-q r beginning-of-buffer
32462 C-q C-u keyboard-quit
32463 C-q w ws-last-error
32464 C-q y ws-kill-eol
32465 C-q DEL ws-kill-bol
32467 \(fn)" t nil)
32469 ;;;***
32471 ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (19845 45374))
32472 ;;; Generated autoloads from net/xesam.el
32474 (autoload 'xesam-search "xesam" "\
32475 Perform an interactive search.
32476 ENGINE is the Xesam search engine to be applied, it must be one of the
32477 entries of `xesam-search-engines'. QUERY is the search string in the
32478 Xesam user query language. If the search engine does not support
32479 the Xesam user query language, a Xesam fulltext search is applied.
32481 The default search engine is the first entry in `xesam-search-engines'.
32482 Example:
32484 (xesam-search (car (xesam-search-engines)) \"emacs\")
32486 \(fn ENGINE QUERY)" t nil)
32488 ;;;***
32490 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32491 ;;;;;; (19886 45771))
32492 ;;; Generated autoloads from xml.el
32494 (autoload 'xml-parse-file "xml" "\
32495 Parse the well-formed XML file FILE.
32496 If FILE is already visited, use its buffer and don't kill it.
32497 Returns the top node with all its children.
32498 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped.
32499 If PARSE-NS is non-nil, then QNAMES are expanded.
32501 \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil)
32503 (autoload 'xml-parse-region "xml" "\
32504 Parse the region from BEG to END in BUFFER.
32505 If BUFFER is nil, it defaults to the current buffer.
32506 Returns the XML list for the region, or raises an error if the region
32507 is not well-formed XML.
32508 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped,
32509 and returned as the first element of the list.
32510 If PARSE-NS is non-nil, then QNAMES are expanded.
32512 \(fn BEG END &optional BUFFER PARSE-DTD PARSE-NS)" nil nil)
32514 ;;;***
32516 ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32517 ;;;;;; "nxml/xmltok.el" (19845 45374))
32518 ;;; Generated autoloads from nxml/xmltok.el
32520 (autoload 'xmltok-get-declared-encoding-position "xmltok" "\
32521 Return the position of the encoding in the XML declaration at point.
32522 If there is a well-formed XML declaration starting at point and it
32523 contains an encoding declaration, then return (START . END)
32524 where START and END are the positions of the start and the end
32525 of the encoding name; if there is no encoding declaration return
32526 the position where and encoding declaration could be inserted.
32527 If there is XML that is not well-formed that looks like an XML
32528 declaration, return nil. Otherwise, return t.
32529 If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32531 \(fn &optional LIMIT)" nil nil)
32533 ;;;***
32535 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (19886
32536 ;;;;;; 45771))
32537 ;;; Generated autoloads from xt-mouse.el
32539 (defvar xterm-mouse-mode nil "\
32540 Non-nil if Xterm-Mouse mode is enabled.
32541 See the command `xterm-mouse-mode' for a description of this minor mode.
32542 Setting this variable directly does not take effect;
32543 either customize it (see the info node `Easy Customization')
32544 or call the function `xterm-mouse-mode'.")
32546 (custom-autoload 'xterm-mouse-mode "xt-mouse" nil)
32548 (autoload 'xterm-mouse-mode "xt-mouse" "\
32549 Toggle XTerm mouse mode.
32550 With prefix arg, turn XTerm mouse mode on if arg is positive, otherwise turn
32551 it off.
32553 Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
32554 This works in terminal emulators compatible with xterm. It only
32555 works for simple uses of the mouse. Basically, only non-modified
32556 single clicks are supported. When turned on, the normal xterm
32557 mouse functionality for such clicks is still available by holding
32558 down the SHIFT key while pressing the mouse button.
32560 \(fn &optional ARG)" t nil)
32562 ;;;***
32564 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32565 ;;;;;; "gnus/yenc.el" (19845 45374))
32566 ;;; Generated autoloads from gnus/yenc.el
32568 (autoload 'yenc-decode-region "yenc" "\
32569 Yenc decode region between START and END using an internal decoder.
32571 \(fn START END)" t nil)
32573 (autoload 'yenc-extract-filename "yenc" "\
32574 Extract file name from an yenc header.
32576 \(fn)" nil nil)
32578 ;;;***
32580 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32581 ;;;;;; yow) "yow" "play/yow.el" (19845 45374))
32582 ;;; Generated autoloads from play/yow.el
32584 (autoload 'yow "yow" "\
32585 Return or display a random Zippy quotation. With prefix arg, insert it.
32587 \(fn &optional INSERT DISPLAY)" t nil)
32589 (autoload 'insert-zippyism "yow" "\
32590 Prompt with completion for a known Zippy quotation, and insert it at point.
32592 \(fn &optional ZIPPYISM)" t nil)
32594 (autoload 'apropos-zippy "yow" "\
32595 Return a list of all Zippy quotes matching REGEXP.
32596 If called interactively, display a list of matches.
32598 \(fn REGEXP)" t nil)
32600 (autoload 'psychoanalyze-pinhead "yow" "\
32601 Zippy goes to the analyst.
32603 \(fn)" t nil)
32605 ;;;***
32607 ;;;### (autoloads (zone) "zone" "play/zone.el" (19889 21967))
32608 ;;; Generated autoloads from play/zone.el
32610 (autoload 'zone "zone" "\
32611 Zone out, completely.
32613 \(fn)" t nil)
32615 ;;;***
32617 ;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el"
32618 ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
32619 ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el"
32620 ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32621 ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32622 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32623 ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32624 ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32625 ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32626 ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32627 ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32628 ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
32629 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
32630 ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
32631 ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
32632 ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
32633 ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
32634 ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
32635 ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
32636 ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el"
32637 ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32638 ;;;;;; "cedet/cedet.el" "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el"
32639 ;;;;;; "cedet/ede/base.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32640 ;;;;;; "cedet/ede/dired.el" "cedet/ede/emacs.el" "cedet/ede/files.el"
32641 ;;;;;; "cedet/ede/generic.el" "cedet/ede/linux.el" "cedet/ede/locate.el"
32642 ;;;;;; "cedet/ede/make.el" "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el"
32643 ;;;;;; "cedet/ede/pmake.el" "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el"
32644 ;;;;;; "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el"
32645 ;;;;;; "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el"
32646 ;;;;;; "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el" "cedet/ede/proj.el"
32647 ;;;;;; "cedet/ede/project-am.el" "cedet/ede/shell.el" "cedet/ede/simple.el"
32648 ;;;;;; "cedet/ede/source.el" "cedet/ede/speedbar.el" "cedet/ede/srecode.el"
32649 ;;;;;; "cedet/ede/system.el" "cedet/ede/util.el" "cedet/inversion.el"
32650 ;;;;;; "cedet/mode-local.el" "cedet/pulse.el" "cedet/semantic/analyze.el"
32651 ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
32652 ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
32653 ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
32654 ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
32655 ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
32656 ;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
32657 ;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
32658 ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
32659 ;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
32660 ;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
32661 ;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
32662 ;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32663 ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32664 ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32665 ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
32666 ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
32667 ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
32668 ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
32669 ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
32670 ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
32671 ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
32672 ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
32673 ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
32674 ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
32675 ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
32676 ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
32677 ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32678 ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32679 ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
32680 ;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
32681 ;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
32682 ;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode.el" "cedet/srecode/args.el"
32683 ;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
32684 ;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
32685 ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32686 ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32687 ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32688 ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
32689 ;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
32690 ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
32691 ;;;;;; "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el" "dos-vars.el"
32692 ;;;;;; "dos-w32.el" "dynamic-setting.el" "emacs-lisp/assoc.el" "emacs-lisp/authors.el"
32693 ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32694 ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32695 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl-specs.el"
32696 ;;;;;; "emacs-lisp/cust-print.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-custom.el"
32697 ;;;;;; "emacs-lisp/eieio-datadebug.el" "emacs-lisp/eieio-opt.el"
32698 ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
32699 ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
32700 ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
32701 ;;;;;; "emacs-lisp/tcover-unsafep.el" "emacs-lock.el" "emulation/cua-gmrk.el"
32702 ;;;;;; "emulation/cua-rect.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
32703 ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/tpu-extras.el"
32704 ;;;;;; "emulation/viper-cmd.el" "emulation/viper-ex.el" "emulation/viper-init.el"
32705 ;;;;;; "emulation/viper-keym.el" "emulation/viper-macs.el" "emulation/viper-mous.el"
32706 ;;;;;; "emulation/viper-util.el" "erc/erc-backend.el" "erc/erc-goodies.el"
32707 ;;;;;; "erc/erc-ibuffer.el" "erc/erc-lang.el" "eshell/em-alias.el"
32708 ;;;;;; "eshell/em-banner.el" "eshell/em-basic.el" "eshell/em-cmpl.el"
32709 ;;;;;; "eshell/em-dirs.el" "eshell/em-glob.el" "eshell/em-hist.el"
32710 ;;;;;; "eshell/em-ls.el" "eshell/em-pred.el" "eshell/em-prompt.el"
32711 ;;;;;; "eshell/em-rebind.el" "eshell/em-script.el" "eshell/em-smart.el"
32712 ;;;;;; "eshell/em-term.el" "eshell/em-unix.el" "eshell/em-xtra.el"
32713 ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
32714 ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32715 ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
32716 ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "forms-d2.el"
32717 ;;;;;; "forms-pass.el" "fringe.el" "generic-x.el" "gnus/compface.el"
32718 ;;;;;; "gnus/gnus-async.el" "gnus/gnus-bcklg.el" "gnus/gnus-cite.el"
32719 ;;;;;; "gnus/gnus-cus.el" "gnus/gnus-demon.el" "gnus/gnus-dup.el"
32720 ;;;;;; "gnus/gnus-eform.el" "gnus/gnus-ems.el" "gnus/gnus-int.el"
32721 ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
32722 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-setup.el" "gnus/gnus-srvr.el"
32723 ;;;;;; "gnus/gnus-topic.el" "gnus/gnus-undo.el" "gnus/gnus-util.el"
32724 ;;;;;; "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el"
32725 ;;;;;; "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el" "gnus/mail-prsvr.el"
32726 ;;;;;; "gnus/mail-source.el" "gnus/mailcap.el" "gnus/messcompat.el"
32727 ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-encode.el"
32728 ;;;;;; "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el"
32729 ;;;;;; "gnus/mml.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
32730 ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
32731 ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el"
32732 ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el"
32733 ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
32734 ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
32735 ;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
32736 ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el"
32737 ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el"
32738 ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el"
32739 ;;;;;; "international/charprop.el" "international/cp51932.el" "international/eucjp-ms.el"
32740 ;;;;;; "international/fontset.el" "international/iso-ascii.el" "international/ja-dic-cnv.el"
32741 ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32742 ;;;;;; "international/uni-category.el" "international/uni-combining.el"
32743 ;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
32744 ;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
32745 ;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
32746 ;;;;;; "international/uni-name.el" "international/uni-numeric.el"
32747 ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
32748 ;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el"
32749 ;;;;;; "language/thai-word.el" "ldefs-boot.el" "mail/blessmail.el"
32750 ;;;;;; "mail/mailheader.el" "mail/mailpost.el" "mail/mspools.el"
32751 ;;;;;; "mail/rfc2368.el" "mail/rfc822.el" "mail/rmail-spam-filter.el"
32752 ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el"
32753 ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el"
32754 ;;;;;; "mail/undigest.el" "md4.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el"
32755 ;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el"
32756 ;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el"
32757 ;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32758 ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32759 ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32760 ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32761 ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el"
32762 ;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32763 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32764 ;;;;;; "net/gnutls.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el"
32765 ;;;;;; "net/ldap.el" "net/mairix.el" "net/newsticker.el" "net/ntlm.el"
32766 ;;;;;; "net/sasl-cram.el" "net/sasl-digest.el" "net/sasl-ntlm.el"
32767 ;;;;;; "net/sasl.el" "net/soap-client.el" "net/soap-inspect.el"
32768 ;;;;;; "net/socks.el" "net/tls.el" "net/tramp-cache.el" "net/tramp-cmds.el"
32769 ;;;;;; "net/tramp-compat.el" "net/tramp-gvfs.el" "net/tramp-gw.el"
32770 ;;;;;; "net/tramp-loaddefs.el" "net/tramp-sh.el" "net/tramp-smb.el"
32771 ;;;;;; "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el" "notifications.el"
32772 ;;;;;; "nxml/nxml-enc.el" "nxml/nxml-maint.el" "nxml/nxml-ns.el"
32773 ;;;;;; "nxml/nxml-outln.el" "nxml/nxml-parse.el" "nxml/nxml-rap.el"
32774 ;;;;;; "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el" "nxml/rng-maint.el"
32775 ;;;;;; "nxml/rng-match.el" "nxml/rng-parse.el" "nxml/rng-pttrn.el"
32776 ;;;;;; "nxml/rng-uri.el" "nxml/rng-util.el" "nxml/xsd-regexp.el"
32777 ;;;;;; "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el" "org/ob-calc.el"
32778 ;;;;;; "org/ob-clojure.el" "org/ob-comint.el" "org/ob-css.el" "org/ob-ditaa.el"
32779 ;;;;;; "org/ob-dot.el" "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el"
32780 ;;;;;; "org/ob-gnuplot.el" "org/ob-haskell.el" "org/ob-js.el" "org/ob-latex.el"
32781 ;;;;;; "org/ob-ledger.el" "org/ob-lisp.el" "org/ob-matlab.el" "org/ob-mscgen.el"
32782 ;;;;;; "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el" "org/ob-perl.el"
32783 ;;;;;; "org/ob-plantuml.el" "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el"
32784 ;;;;;; "org/ob-sass.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el"
32785 ;;;;;; "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el" "org/org-beamer.el"
32786 ;;;;;; "org/org-bibtex.el" "org/org-colview.el" "org/org-compat.el"
32787 ;;;;;; "org/org-complete.el" "org/org-crypt.el" "org/org-ctags.el"
32788 ;;;;;; "org/org-docview.el" "org/org-entities.el" "org/org-exp-blocks.el"
32789 ;;;;;; "org/org-faces.el" "org/org-gnus.el" "org/org-habit.el" "org/org-info.el"
32790 ;;;;;; "org/org-inlinetask.el" "org/org-install.el" "org/org-jsinfo.el"
32791 ;;;;;; "org/org-list.el" "org/org-mac-message.el" "org/org-macs.el"
32792 ;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mouse.el"
32793 ;;;;;; "org/org-protocol.el" "org/org-rmail.el" "org/org-src.el"
32794 ;;;;;; "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el" "patcomp.el"
32795 ;;;;;; "play/gamegrid.el" "play/gametree.el" "play/meese.el" "progmodes/ada-prj.el"
32796 ;;;;;; "progmodes/cc-align.el" "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el"
32797 ;;;;;; "progmodes/cc-cmds.el" "progmodes/cc-defs.el" "progmodes/cc-fonts.el"
32798 ;;;;;; "progmodes/cc-langs.el" "progmodes/cc-menus.el" "progmodes/ebnf-abn.el"
32799 ;;;;;; "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el"
32800 ;;;;;; "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el"
32801 ;;;;;; "progmodes/idlw-complete-structtag.el" "progmodes/idlw-help.el"
32802 ;;;;;; "progmodes/idlw-toolbar.el" "progmodes/mantemp.el" "progmodes/xscheme.el"
32803 ;;;;;; "ps-def.el" "ps-mule.el" "ps-samp.el" "saveplace.el" "sb-image.el"
32804 ;;;;;; "scroll-bar.el" "select.el" "soundex.el" "subdirs.el" "tempo.el"
32805 ;;;;;; "textmodes/bib-mode.el" "textmodes/makeinfo.el" "textmodes/page-ext.el"
32806 ;;;;;; "textmodes/refbib.el" "textmodes/refer.el" "textmodes/reftex-auc.el"
32807 ;;;;;; "textmodes/reftex-dcr.el" "textmodes/reftex-ref.el" "textmodes/reftex-sel.el"
32808 ;;;;;; "textmodes/reftex-toc.el" "textmodes/texnfo-upd.el" "timezone.el"
32809 ;;;;;; "tooltip.el" "tree-widget.el" "uniquify.el" "url/url-about.el"
32810 ;;;;;; "url/url-cookie.el" "url/url-dired.el" "url/url-expand.el"
32811 ;;;;;; "url/url-ftp.el" "url/url-history.el" "url/url-imap.el" "url/url-methods.el"
32812 ;;;;;; "url/url-nfs.el" "url/url-proxy.el" "url/url-vars.el" "vc/ediff-diff.el"
32813 ;;;;;; "vc/ediff-init.el" "vc/ediff-merg.el" "vc/ediff-ptch.el"
32814 ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el"
32815 ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vcursor.el" "vt-control.el"
32816 ;;;;;; "vt100-led.el" "w32-fns.el" "w32-vars.el" "x-dnd.el") (19901
32817 ;;;;;; 13383 538856))
32819 ;;;***
32821 (provide 'loaddefs)
32822 ;; Local Variables:
32823 ;; version-control: never
32824 ;; no-byte-compile: t
32825 ;; no-update-autoloads: t
32826 ;; coding: utf-8
32827 ;; End:
32828 ;;; loaddefs.el ends here