Auto-commit of loaddefs files.
[bpt/emacs.git] / lisp / ldefs-boot.el
1 ;;; loaddefs.el --- automatically extracted autoloads
2 ;;
3 ;;; Code:
4
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" (20706 54231 807276 0))
9 ;;; Generated autoloads from play/5x5.el
10
11 (autoload '5x5 "5x5" "\
12 Play 5x5.
13
14 The object of 5x5 is very simple, by moving around the grid and flipping
15 squares you must fill the grid.
16
17 5x5 keyboard bindings are:
18 \\<5x5-mode-map>
19 Flip \\[5x5-flip-current]
20 Move up \\[5x5-up]
21 Move down \\[5x5-down]
22 Move left \\[5x5-left]
23 Move right \\[5x5-right]
24 Start new game \\[5x5-new-game]
25 New game with random grid \\[5x5-randomize]
26 Random cracker \\[5x5-crack-randomly]
27 Mutate current cracker \\[5x5-crack-mutating-current]
28 Mutate best cracker \\[5x5-crack-mutating-best]
29 Mutate xor cracker \\[5x5-crack-xor-mutate]
30 Solve with Calc \\[5x5-solve-suggest]
31 Rotate left Calc Solutions \\[5x5-solve-rotate-left]
32 Rotate right Calc Solutions \\[5x5-solve-rotate-right]
33 Quit current game \\[5x5-quit-game]
34
35 \(fn &optional SIZE)" t nil)
36
37 (autoload '5x5-crack-randomly "5x5" "\
38 Attempt to crack 5x5 using random solutions.
39
40 \(fn)" t nil)
41
42 (autoload '5x5-crack-mutating-current "5x5" "\
43 Attempt to crack 5x5 by mutating the current solution.
44
45 \(fn)" t nil)
46
47 (autoload '5x5-crack-mutating-best "5x5" "\
48 Attempt to crack 5x5 by mutating the best solution.
49
50 \(fn)" t nil)
51
52 (autoload '5x5-crack-xor-mutate "5x5" "\
53 Attempt to crack 5x5 by xoring the current and best solution.
54 Mutate the result.
55
56 \(fn)" t nil)
57
58 (autoload '5x5-crack "5x5" "\
59 Attempt to find a solution for 5x5.
60
61 5x5-crack takes the argument BREEDER which should be a function that takes
62 two parameters, the first will be a grid vector array that is the current
63 solution and the second will be the best solution so far. The function
64 should return a grid vector array that is the new solution.
65
66 \(fn BREEDER)" t nil)
67
68 ;;;***
69 \f
70 ;;;### (autoloads (ada-mode ada-add-extensions) "ada-mode" "progmodes/ada-mode.el"
71 ;;;;;; (20706 54231 807276 0))
72 ;;; Generated autoloads from progmodes/ada-mode.el
73
74 (autoload 'ada-add-extensions "ada-mode" "\
75 Define SPEC and BODY as being valid extensions for Ada files.
76 Going from body to spec with `ff-find-other-file' used these
77 extensions.
78 SPEC and BODY are two regular expressions that must match against
79 the file name.
80
81 \(fn SPEC BODY)" nil nil)
82
83 (autoload 'ada-mode "ada-mode" "\
84 Ada mode is the major mode for editing Ada code.
85
86 \(fn)" t nil)
87
88 ;;;***
89 \f
90 ;;;### (autoloads (ada-header) "ada-stmt" "progmodes/ada-stmt.el"
91 ;;;;;; (20706 54231 807276 0))
92 ;;; Generated autoloads from progmodes/ada-stmt.el
93
94 (autoload 'ada-header "ada-stmt" "\
95 Insert a descriptive header at the top of the file.
96
97 \(fn)" t nil)
98
99 ;;;***
100 \f
101 ;;;### (autoloads (ada-find-file) "ada-xref" "progmodes/ada-xref.el"
102 ;;;;;; (20706 54231 807276 0))
103 ;;; Generated autoloads from progmodes/ada-xref.el
104
105 (autoload 'ada-find-file "ada-xref" "\
106 Open FILENAME, from anywhere in the source path.
107 Completion is available.
108
109 \(fn FILENAME)" t nil)
110
111 ;;;***
112 \f
113 ;;;### (autoloads (change-log-merge add-log-current-defun change-log-mode
114 ;;;;;; add-change-log-entry-other-window add-change-log-entry find-change-log
115 ;;;;;; prompt-for-change-log-name add-log-mailing-address add-log-full-name
116 ;;;;;; add-log-current-defun-function) "add-log" "vc/add-log.el"
117 ;;;;;; (20706 54231 807276 0))
118 ;;; Generated autoloads from vc/add-log.el
119
120 (put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
121
122 (defvar add-log-current-defun-function nil "\
123 If non-nil, function to guess name of surrounding function.
124 It is used by `add-log-current-defun' in preference to built-in rules.
125 Returns function's name as a string, or nil if outside a function.")
126
127 (custom-autoload 'add-log-current-defun-function "add-log" t)
128
129 (defvar add-log-full-name nil "\
130 Full name of user, for inclusion in ChangeLog daily headers.
131 This defaults to the value returned by the function `user-full-name'.")
132
133 (custom-autoload 'add-log-full-name "add-log" t)
134
135 (defvar add-log-mailing-address nil "\
136 Email addresses of user, for inclusion in ChangeLog headers.
137 This defaults to the value of `user-mail-address'. In addition to
138 being a simple string, this value can also be a list. All elements
139 will be recognized as referring to the same user; when creating a new
140 ChangeLog entry, one element will be chosen at random.")
141
142 (custom-autoload 'add-log-mailing-address "add-log" t)
143
144 (autoload 'prompt-for-change-log-name "add-log" "\
145 Prompt for a change log name.
146
147 \(fn)" nil nil)
148
149 (autoload 'find-change-log "add-log" "\
150 Find a change log file for \\[add-change-log-entry] and return the name.
151
152 Optional arg FILE-NAME specifies the file to use.
153 If FILE-NAME is nil, use the value of `change-log-default-name'.
154 If `change-log-default-name' is nil, behave as though it were 'ChangeLog'
155 \(or whatever we use on this operating system).
156
157 If `change-log-default-name' contains a leading directory component, then
158 simply find it in the current directory. Otherwise, search in the current
159 directory and its successive parents for a file so named.
160
161 Once a file is found, `change-log-default-name' is set locally in the
162 current buffer to the complete file name.
163 Optional arg BUFFER-FILE overrides `buffer-file-name'.
164
165 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
166
167 (autoload 'add-change-log-entry "add-log" "\
168 Find change log file, and add an entry for today and an item for this file.
169 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
170 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
171
172 Second arg FILE-NAME is file name of the change log.
173 If nil, use the value of `change-log-default-name'.
174
175 Third arg OTHER-WINDOW non-nil means visit in other window.
176
177 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
178 never append to an existing entry. Option `add-log-keep-changes-together'
179 otherwise affects whether a new entry is created.
180
181 Fifth arg PUT-NEW-ENTRY-ON-NEW-LINE non-nil means that if a new
182 entry is created, put it on a new line by itself, do not put it
183 after a comma on an existing line.
184
185 Option `add-log-always-start-new-record' non-nil means always create a
186 new record, even when the last record was made on the same date and by
187 the same person.
188
189 The change log file can start with a copyright notice and a copying
190 permission notice. The first blank line indicates the end of these
191 notices.
192
193 Today's date is calculated according to `add-log-time-zone-rule' if
194 non-nil, otherwise in local time.
195
196 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil)
197
198 (autoload 'add-change-log-entry-other-window "add-log" "\
199 Find change log file in other window and add entry and item.
200 This is just like `add-change-log-entry' except that it displays
201 the change log file in another window.
202
203 \(fn &optional WHOAMI FILE-NAME)" t nil)
204
205 (autoload 'change-log-mode "add-log" "\
206 Major mode for editing change logs; like Indented Text mode.
207 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
208 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
209 Each entry behaves as a paragraph, and the entries for one day as a page.
210 Runs `change-log-mode-hook'.
211
212 \\{change-log-mode-map}
213
214 \(fn)" t nil)
215
216 (defvar add-log-lisp-like-modes '(emacs-lisp-mode lisp-mode scheme-mode dsssl-mode lisp-interaction-mode) "\
217 Modes that look like Lisp to `add-log-current-defun'.")
218
219 (defvar add-log-c-like-modes '(c-mode c++-mode c++-c-mode objc-mode) "\
220 Modes that look like C to `add-log-current-defun'.")
221
222 (defvar add-log-tex-like-modes '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode) "\
223 Modes that look like TeX to `add-log-current-defun'.")
224
225 (autoload 'add-log-current-defun "add-log" "\
226 Return name of function definition point is in, or nil.
227
228 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
229 Texinfo (@node titles) and Perl.
230
231 Other modes are handled by a heuristic that looks in the 10K before
232 point for uppercase headings starting in the first column or
233 identifiers followed by `:' or `='. See variables
234 `add-log-current-defun-header-regexp' and
235 `add-log-current-defun-function'.
236
237 Has a preference of looking backwards.
238
239 \(fn)" nil nil)
240
241 (autoload 'change-log-merge "add-log" "\
242 Merge the contents of change log file OTHER-LOG with this buffer.
243 Both must be found in Change Log mode (since the merging depends on
244 the appropriate motion commands). OTHER-LOG can be either a file name
245 or a buffer.
246
247 Entries are inserted in chronological order. Both the current and
248 old-style time formats for entries are supported.
249
250 \(fn OTHER-LOG)" t nil)
251
252 ;;;***
253 \f
254 ;;;### (autoloads (defadvice ad-activate ad-add-advice ad-disable-advice
255 ;;;;;; ad-enable-advice ad-default-compilation-action ad-redefinition-action)
256 ;;;;;; "advice" "emacs-lisp/advice.el" (20706 54231 807276 0))
257 ;;; Generated autoloads from emacs-lisp/advice.el
258
259 (defvar ad-redefinition-action 'warn "\
260 Defines what to do with redefinitions during Advice de/activation.
261 Redefinition occurs if a previously activated function that already has an
262 original definition associated with it gets redefined and then de/activated.
263 In such a case we can either accept the current definition as the new
264 original definition, discard the current definition and replace it with the
265 old original, or keep it and raise an error. The values `accept', `discard',
266 `error' or `warn' govern what will be done. `warn' is just like `accept' but
267 it additionally prints a warning message. All other values will be
268 interpreted as `error'.")
269
270 (custom-autoload 'ad-redefinition-action "advice" t)
271
272 (defvar ad-default-compilation-action 'maybe "\
273 Defines whether to compile advised definitions during activation.
274 A value of `always' will result in unconditional compilation, `never' will
275 always avoid compilation, `maybe' will compile if the byte-compiler is already
276 loaded, and `like-original' will compile if the original definition of the
277 advised function is compiled or a built-in function. Every other value will
278 be interpreted as `maybe'. This variable will only be considered if the
279 COMPILE argument of `ad-activate' was supplied as nil.")
280
281 (custom-autoload 'ad-default-compilation-action "advice" t)
282
283 (autoload 'ad-enable-advice "advice" "\
284 Enables the advice of FUNCTION with CLASS and NAME.
285
286 \(fn FUNCTION CLASS NAME)" t nil)
287
288 (autoload 'ad-disable-advice "advice" "\
289 Disable the advice of FUNCTION with CLASS and NAME.
290
291 \(fn FUNCTION CLASS NAME)" t nil)
292
293 (autoload 'ad-add-advice "advice" "\
294 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
295
296 ADVICE has the form (NAME PROTECTED ENABLED DEFINITION), where
297 NAME is the advice name; PROTECTED is a flag specifying whether
298 to protect against non-local exits; ENABLED is a flag specifying
299 whether to initially enable the advice; and DEFINITION has the
300 form (advice . LAMBDA), where LAMBDA is a lambda expression.
301
302 If FUNCTION already has a piece of advice with the same name,
303 then POSITION is ignored, and the old advice is overwritten with
304 the new one.
305
306 If FUNCTION already has one or more pieces of advice of the
307 specified CLASS, then POSITION determines where the new piece
308 goes. POSITION can either be `first', `last' or a number (where
309 0 corresponds to `first', and numbers outside the valid range are
310 mapped to the closest extremal position).
311
312 If FUNCTION was not advised already, its advice info will be
313 initialized. Redefining a piece of advice whose name is part of
314 the cache-id will clear the cache.
315
316 See Info node `(elisp)Computed Advice' for detailed documentation.
317
318 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
319
320 (autoload 'ad-activate "advice" "\
321 Activate all the advice information of an advised FUNCTION.
322 If FUNCTION has a proper original definition then an advised
323 definition will be generated from FUNCTION's advice info and the
324 definition of FUNCTION will be replaced with it. If a previously
325 cached advised definition was available, it will be used.
326 The optional COMPILE argument determines whether the resulting function
327 or a compilable cached definition will be compiled. If it is negative
328 no compilation will be performed, if it is positive or otherwise non-nil
329 the resulting function will be compiled, if it is nil the behavior depends
330 on the value of `ad-default-compilation-action' (which see).
331 Activation of an advised function that has an advice info but no actual
332 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
333 an advised function that has actual pieces of advice but none of them are
334 enabled is equivalent to a call to `ad-deactivate'. The current advised
335 definition will always be cached for later usage.
336
337 \(fn FUNCTION &optional COMPILE)" t nil)
338
339 (autoload 'defadvice "advice" "\
340 Define a piece of advice for FUNCTION (a symbol).
341 The syntax of `defadvice' is as follows:
342
343 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
344 [DOCSTRING] [INTERACTIVE-FORM]
345 BODY...)
346
347 FUNCTION ::= Name of the function to be advised.
348 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
349 NAME ::= Non-nil symbol that names this piece of advice.
350 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
351 see also `ad-add-advice'.
352 ARGLIST ::= An optional argument list to be used for the advised function
353 instead of the argument list of the original. The first one found in
354 before/around/after-advices will be used.
355 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'|`freeze'.
356 All flags can be specified with unambiguous initial substrings.
357 DOCSTRING ::= Optional documentation for this piece of advice.
358 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
359 function. The first one found in before/around/after-advices will be used.
360 BODY ::= Any s-expression.
361
362 Semantics of the various flags:
363 `protect': The piece of advice will be protected against non-local exits in
364 any code that precedes it. If any around-advice of a function is protected
365 then automatically all around-advices will be protected (the complete onion).
366
367 `activate': All advice of FUNCTION will be activated immediately if
368 FUNCTION has been properly defined prior to this application of `defadvice'.
369
370 `compile': In conjunction with `activate' specifies that the resulting
371 advised function should be compiled.
372
373 `disable': The defined advice will be disabled, hence, it will not be used
374 during activation until somebody enables it.
375
376 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
377 time. This generates a compiled advised definition according to the current
378 advice state that will be used during activation if appropriate. Only use
379 this if the `defadvice' gets actually compiled.
380
381 `freeze': Expands the `defadvice' into a redefining `defun/defmacro' according
382 to this particular single advice. No other advice information will be saved.
383 Frozen advices cannot be undone, they behave like a hard redefinition of
384 the advised function. `freeze' implies `activate' and `preactivate'. The
385 documentation of the advised function can be dumped onto the `DOC' file
386 during preloading.
387
388 See Info node `(elisp)Advising Functions' for comprehensive documentation.
389 usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
390 [DOCSTRING] [INTERACTIVE-FORM]
391 BODY...)
392
393 \(fn FUNCTION ARGS &rest BODY)" nil t)
394
395 (put 'defadvice 'doc-string-elt '3)
396
397 ;;;***
398 \f
399 ;;;### (autoloads (align-newline-and-indent align-unhighlight-rule
400 ;;;;;; align-highlight-rule align-current align-entire align-regexp
401 ;;;;;; align) "align" "align.el" (20706 54231 807276 0))
402 ;;; Generated autoloads from align.el
403
404 (autoload 'align "align" "\
405 Attempt to align a region based on a set of alignment rules.
406 BEG and END mark the region. If BEG and END are specifically set to
407 nil (this can only be done programmatically), the beginning and end of
408 the current alignment section will be calculated based on the location
409 of point, and the value of `align-region-separate' (or possibly each
410 rule's `separate' attribute).
411
412 If SEPARATE is non-nil, it overrides the value of
413 `align-region-separate' for all rules, except those that have their
414 `separate' attribute set.
415
416 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
417 default rule lists defined in `align-rules-list' and
418 `align-exclude-rules-list'. See `align-rules-list' for more details
419 on the format of these lists.
420
421 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
422
423 (autoload 'align-regexp "align" "\
424 Align the current region using an ad-hoc rule read from the minibuffer.
425 BEG and END mark the limits of the region. This function will prompt
426 for the REGEXP to align with. If no prefix arg was specified, you
427 only need to supply the characters to be lined up and any preceding
428 whitespace is replaced. If a prefix arg was specified, the full
429 regexp with parenthesized whitespace should be supplied; it will also
430 prompt for which parenthesis GROUP within REGEXP to modify, the amount
431 of SPACING to use, and whether or not to REPEAT the rule throughout
432 the line. See `align-rules-list' for more information about these
433 options.
434
435 For example, let's say you had a list of phone numbers, and wanted to
436 align them so that the opening parentheses would line up:
437
438 Fred (123) 456-7890
439 Alice (123) 456-7890
440 Mary-Anne (123) 456-7890
441 Joe (123) 456-7890
442
443 There is no predefined rule to handle this, but you could easily do it
444 using a REGEXP like \"(\". All you would have to do is to mark the
445 region, call `align-regexp' and type in that regular expression.
446
447 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
448
449 (autoload 'align-entire "align" "\
450 Align the selected region as if it were one alignment section.
451 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
452 is set to a list of rules (see `align-rules-list'), it can be used to
453 override the default alignment rules that would have been used to
454 align that section.
455
456 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
457
458 (autoload 'align-current "align" "\
459 Call `align' on the current alignment section.
460 This function assumes you want to align only the current section, and
461 so saves you from having to specify the region. If RULES or
462 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
463 can be used to override the default alignment rules that would have
464 been used to align that section.
465
466 \(fn &optional RULES EXCLUDE-RULES)" t nil)
467
468 (autoload 'align-highlight-rule "align" "\
469 Highlight the whitespace which a given rule would have modified.
470 BEG and END mark the extent of the region. TITLE identifies the rule
471 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
472 list of rules (see `align-rules-list'), it can be used to override the
473 default alignment rules that would have been used to identify the text
474 to be colored.
475
476 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
477
478 (autoload 'align-unhighlight-rule "align" "\
479 Remove any highlighting that was added by `align-highlight-rule'.
480
481 \(fn)" t nil)
482
483 (autoload 'align-newline-and-indent "align" "\
484 A replacement function for `newline-and-indent', aligning as it goes.
485
486 \(fn)" t nil)
487
488 ;;;***
489 \f
490 ;;;### (autoloads (outlineify-sticky allout-mode allout-mode-p allout-auto-activation
491 ;;;;;; allout-setup allout-auto-activation-helper) "allout" "allout.el"
492 ;;;;;; (20706 54231 807276 0))
493 ;;; Generated autoloads from allout.el
494
495 (autoload 'allout-auto-activation-helper "allout" "\
496 Institute `allout-auto-activation'.
497
498 Intended to be used as the `allout-auto-activation' :set function.
499
500 \(fn VAR VALUE)" nil nil)
501
502 (autoload 'allout-setup "allout" "\
503 Do fundamental Emacs session for allout auto-activation.
504
505 Establishes allout processing as part of visiting a file if
506 `allout-auto-activation' is non-nil, or removes it otherwise.
507
508 The proper way to use this is through customizing the setting of
509 `allout-auto-activation'.
510
511 \(fn)" nil nil)
512
513 (defvar allout-auto-activation nil "\
514 Configure allout outline mode auto-activation.
515
516 Control whether and how allout outline mode is automatically
517 activated when files are visited with non-nil buffer-specific
518 file variable `allout-layout'.
519
520 When allout-auto-activation is \"On\" (t), allout mode is
521 activated in buffers with non-nil `allout-layout', and the
522 specified layout is applied.
523
524 With value \"ask\", auto-mode-activation is enabled, and endorsement for
525 performing auto-layout is asked of the user each time.
526
527 With value \"activate\", only auto-mode-activation is enabled.
528 Auto-layout is not.
529
530 With value nil, inhibit any automatic allout-mode activation.")
531
532 (custom-autoload 'allout-auto-activation "allout" nil)
533
534 (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
535
536 (put 'allout-reindent-bodies 'safe-local-variable (lambda (x) (memq x '(nil t text force))))
537
538 (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
539
540 (put 'allout-header-prefix 'safe-local-variable 'stringp)
541
542 (put 'allout-primary-bullet 'safe-local-variable 'stringp)
543
544 (put 'allout-plain-bullets-string 'safe-local-variable 'stringp)
545
546 (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp)
547
548 (put 'allout-use-mode-specific-leader 'safe-local-variable (lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x))))
549
550 (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
551
552 (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
553
554 (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x)))))
555
556 (put 'allout-file-xref-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x)))))
557
558 (put 'allout-presentation-padding 'safe-local-variable 'integerp)
559
560 (put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
561
562 (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
563
564 (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
565
566 (autoload 'allout-mode-p "allout" "\
567 Return t if `allout-mode' is active in current buffer.
568
569 \(fn)" nil t)
570
571 (autoload 'allout-mode "allout" "\
572 Toggle Allout outline mode.
573 With a prefix argument ARG, enable Allout outline mode if ARG is
574 positive, and disable it otherwise. If called from Lisp, enable
575 the mode if ARG is omitted or nil.
576
577 \\<allout-mode-map-value>
578 Allout outline mode is a minor mode that provides extensive
579 outline oriented formatting and manipulation. It enables
580 structural editing of outlines, as well as navigation and
581 exposure. It also is specifically aimed at accommodating
582 syntax-sensitive text like programming languages. (For example,
583 see the allout code itself, which is organized as an allout
584 outline.)
585
586 In addition to typical outline navigation and exposure, allout includes:
587
588 - topic-oriented authoring, including keystroke-based topic creation,
589 repositioning, promotion/demotion, cut, and paste
590 - incremental search with dynamic exposure and reconcealment of hidden text
591 - adjustable format, so programming code can be developed in outline-structure
592 - easy topic encryption and decryption, symmetric or key-pair
593 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
594 - integral outline layout, for automatic initial exposure when visiting a file
595 - independent extensibility, using comprehensive exposure and authoring hooks
596
597 and many other features.
598
599 Below is a description of the key bindings, and then description
600 of special `allout-mode' features and terminology. See also the
601 outline menubar additions for quick reference to many of the
602 features. Customize `allout-auto-activation' to prepare your
603 Emacs session for automatic activation of `allout-mode'.
604
605 The bindings are those listed in `allout-prefixed-keybindings'
606 and `allout-unprefixed-keybindings'. We recommend customizing
607 `allout-command-prefix' to use just `\\C-c' as the command
608 prefix, if the allout bindings don't conflict with any personal
609 bindings you have on \\C-c. In any case, outline structure
610 navigation and authoring is simplified by positioning the cursor
611 on an item's bullet character, the \"hot-spot\" -- then you can
612 invoke allout commands with just the un-prefixed,
613 un-control-shifted command letters. This is described further in
614 the HOT-SPOT Operation section.
615
616 Exposure Control:
617 ----------------
618 \\[allout-hide-current-subtree] `allout-hide-current-subtree'
619 \\[allout-show-children] `allout-show-children'
620 \\[allout-show-current-subtree] `allout-show-current-subtree'
621 \\[allout-show-current-entry] `allout-show-current-entry'
622 \\[allout-show-all] `allout-show-all'
623
624 Navigation:
625 ----------
626 \\[allout-next-visible-heading] `allout-next-visible-heading'
627 \\[allout-previous-visible-heading] `allout-previous-visible-heading'
628 \\[allout-up-current-level] `allout-up-current-level'
629 \\[allout-forward-current-level] `allout-forward-current-level'
630 \\[allout-backward-current-level] `allout-backward-current-level'
631 \\[allout-end-of-entry] `allout-end-of-entry'
632 \\[allout-beginning-of-current-entry] `allout-beginning-of-current-entry' (alternately, goes to hot-spot)
633 \\[allout-beginning-of-line] `allout-beginning-of-line' -- like regular beginning-of-line, but
634 if immediately repeated cycles to the beginning of the current item
635 and then to the hot-spot (if `allout-beginning-of-line-cycles' is set).
636
637
638 Topic Header Production:
639 -----------------------
640 \\[allout-open-sibtopic] `allout-open-sibtopic' Create a new sibling after current topic.
641 \\[allout-open-subtopic] `allout-open-subtopic' ... an offspring of current topic.
642 \\[allout-open-supertopic] `allout-open-supertopic' ... a sibling of the current topic's parent.
643
644 Topic Level and Prefix Adjustment:
645 ---------------------------------
646 \\[allout-shift-in] `allout-shift-in' Shift current topic and all offspring deeper
647 \\[allout-shift-out] `allout-shift-out' ... less deep
648 \\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
649 current topic
650 \\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
651 its offspring -- distinctive bullets are not changed, others
652 are alternated according to nesting depth.
653 \\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
654 the offspring are not affected.
655 With repeat count, revoke numbering.
656
657 Topic-oriented Killing and Yanking:
658 ----------------------------------
659 \\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
660 \\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
661 \\[allout-kill-line] `allout-kill-line' Kill line, attending to outline structure.
662 \\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
663 \\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
664 depth of heading if yanking into bare topic
665 heading (ie, prefix sans text).
666 \\[allout-yank-pop] `allout-yank-pop' Is to `allout-yank' as `yank-pop' is to `yank'.
667
668 Topic-oriented Encryption:
669 -------------------------
670 \\[allout-toggle-current-subtree-encryption] `allout-toggle-current-subtree-encryption'
671 Encrypt/Decrypt topic content
672
673 Misc commands:
674 -------------
675 M-x outlineify-sticky Activate outline mode for current buffer,
676 and establish a default file-var setting
677 for `allout-layout'.
678 \\[allout-mark-topic] `allout-mark-topic'
679 \\[allout-copy-exposed-to-buffer] `allout-copy-exposed-to-buffer'
680 Duplicate outline, sans concealed text, to
681 buffer with name derived from derived from that
682 of current buffer -- \"*BUFFERNAME exposed*\".
683 \\[allout-flatten-exposed-to-buffer] `allout-flatten-exposed-to-buffer'
684 Like above 'copy-exposed', but convert topic
685 prefixes to section.subsection... numeric
686 format.
687 \\[customize-variable] allout-auto-activation
688 Prepare Emacs session for allout outline mode
689 auto-activation.
690
691 Topic Encryption
692
693 Outline mode supports gpg encryption of topics, with support for
694 symmetric and key-pair modes, and auto-encryption of topics
695 pending encryption on save.
696
697 Topics pending encryption are, by default, automatically
698 encrypted during file saves, including checkpoint saves, to avoid
699 exposing the plain text of encrypted topics in the file system.
700 If the content of the topic containing the cursor was encrypted
701 for a save, it is automatically decrypted for continued editing.
702
703 NOTE: A few GnuPG v2 versions improperly preserve incorrect
704 symmetric decryption keys, preventing entry of the correct key on
705 subsequent decryption attempts until the cache times-out. That
706 can take several minutes. (Decryption of other entries is not
707 affected.) Upgrade your EasyPG version, if you can, and you can
708 deliberately clear your gpg-agent's cache by sending it a '-HUP'
709 signal.
710
711 See `allout-toggle-current-subtree-encryption' function docstring
712 and `allout-encrypt-unencrypted-on-saves' customization variable
713 for details.
714
715 HOT-SPOT Operation
716
717 Hot-spot operation provides a means for easy, single-keystroke outline
718 navigation and exposure control.
719
720 When the text cursor is positioned directly on the bullet character of
721 a topic, regular characters (a to z) invoke the commands of the
722 corresponding allout-mode keymap control chars. For example, \"f\"
723 would invoke the command typically bound to \"C-c<space>C-f\"
724 \(\\[allout-forward-current-level] `allout-forward-current-level').
725
726 Thus, by positioning the cursor on a topic bullet, you can
727 execute the outline navigation and manipulation commands with a
728 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
729 this special translation, so you can use them to get out of the
730 hot-spot and back to normal editing operation.
731
732 In allout-mode, the normal beginning-of-line command (\\[allout-beginning-of-line]) is
733 replaced with one that makes it easy to get to the hot-spot. If you
734 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
735 is set) to the beginning of the item and then, if you hit it again
736 immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry'
737 \(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located
738 at the beginning of the current entry.
739
740 Extending Allout
741
742 Allout exposure and authoring activities all have associated
743 hooks, by which independent code can cooperate with allout
744 without changes to the allout core. Here are key ones:
745
746 `allout-mode-hook'
747 `allout-mode-deactivate-hook' (deprecated)
748 `allout-mode-off-hook'
749 `allout-exposure-change-functions'
750 `allout-structure-added-functions'
751 `allout-structure-deleted-functions'
752 `allout-structure-shifted-functions'
753 `allout-after-copy-or-kill-hook'
754 `allout-post-undo-hook'
755
756 Terminology
757
758 Topic hierarchy constituents -- TOPICS and SUBTOPICS:
759
760 ITEM: A unitary outline element, including the HEADER and ENTRY text.
761 TOPIC: An ITEM and any ITEMs contained within it, ie having greater DEPTH
762 and with no intervening items of lower DEPTH than the container.
763 CURRENT ITEM:
764 The visible ITEM most immediately containing the cursor.
765 DEPTH: The degree of nesting of an ITEM; it increases with containment.
766 The DEPTH is determined by the HEADER PREFIX. The DEPTH is also
767 called the:
768 LEVEL: The same as DEPTH.
769
770 ANCESTORS:
771 Those ITEMs whose TOPICs contain an ITEM.
772 PARENT: An ITEM's immediate ANCESTOR. It has a DEPTH one less than that
773 of the ITEM.
774 OFFSPRING:
775 The ITEMs contained within an ITEM's TOPIC.
776 SUBTOPIC:
777 An OFFSPRING of its ANCESTOR TOPICs.
778 CHILD:
779 An immediate SUBTOPIC of its PARENT.
780 SIBLINGS:
781 TOPICs having the same PARENT and DEPTH.
782
783 Topic text constituents:
784
785 HEADER: The first line of an ITEM, include the ITEM PREFIX and HEADER
786 text.
787 ENTRY: The text content of an ITEM, before any OFFSPRING, but including
788 the HEADER text and distinct from the ITEM PREFIX.
789 BODY: Same as ENTRY.
790 PREFIX: The leading text of an ITEM which distinguishes it from normal
791 ENTRY text. Allout recognizes the outline structure according
792 to the strict PREFIX format. It consists of a PREFIX-LEAD string,
793 PREFIX-PADDING, and a BULLET. The BULLET might be followed by a
794 number, indicating the ordinal number of the topic among its
795 siblings, or an asterisk indicating encryption, plus an optional
796 space. After that is the ITEM HEADER text, which is not part of
797 the PREFIX.
798
799 The relative length of the PREFIX determines the nesting DEPTH
800 of the ITEM.
801 PREFIX-LEAD:
802 The string at the beginning of a HEADER PREFIX, by default a `.'.
803 It can be customized by changing the setting of
804 `allout-header-prefix' and then reinitializing `allout-mode'.
805
806 When the PREFIX-LEAD is set to the comment-string of a
807 programming language, outline structuring can be embedded in
808 program code without interfering with processing of the text
809 (by Emacs or the language processor) as program code. This
810 setting happens automatically when allout mode is used in
811 programming-mode buffers. See `allout-use-mode-specific-leader'
812 docstring for more detail.
813 PREFIX-PADDING:
814 Spaces or asterisks which separate the PREFIX-LEAD and the
815 bullet, determining the ITEM's DEPTH.
816 BULLET: A character at the end of the ITEM PREFIX, it must be one of
817 the characters listed on `allout-plain-bullets-string' or
818 `allout-distinctive-bullets-string'. When creating a TOPIC,
819 plain BULLETs are by default used, according to the DEPTH of the
820 TOPIC. Choice among the distinctive BULLETs is offered when you
821 provide a universal argument (\\[universal-argument]) to the
822 TOPIC creation command, or when explicitly rebulleting a TOPIC. The
823 significance of the various distinctive bullets is purely by
824 convention. See the documentation for the above bullet strings for
825 more details.
826 EXPOSURE:
827 The state of a TOPIC which determines the on-screen visibility
828 of its OFFSPRING and contained ENTRY text.
829 CONCEALED:
830 TOPICs and ENTRY text whose EXPOSURE is inhibited. Concealed
831 text is represented by \"...\" ellipses.
832
833 CONCEALED TOPICs are effectively collapsed within an ANCESTOR.
834 CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
835 OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
836
837 \(fn &optional ARG)" t nil)
838
839 (defalias 'outlinify-sticky 'outlineify-sticky)
840
841 (autoload 'outlineify-sticky "allout" "\
842 Activate outline mode and establish file var so it is started subsequently.
843
844 See `allout-layout' and customization of `allout-auto-activation'
845 for details on preparing Emacs for automatic allout activation.
846
847 \(fn &optional ARG)" t nil)
848
849 ;;;***
850 \f
851 ;;;### (autoloads (allout-widgets-mode allout-widgets-auto-activation
852 ;;;;;; allout-widgets-setup allout-widgets) "allout-widgets" "allout-widgets.el"
853 ;;;;;; (20706 54231 807276 0))
854 ;;; Generated autoloads from allout-widgets.el
855
856 (let ((loads (get 'allout-widgets 'custom-loads))) (if (member '"allout-widgets" loads) nil (put 'allout-widgets 'custom-loads (cons '"allout-widgets" loads))))
857
858 (autoload 'allout-widgets-setup "allout-widgets" "\
859 Commission or decommission allout-widgets-mode along with allout-mode.
860
861 Meant to be used by customization of `allout-widgets-auto-activation'.
862
863 \(fn VARNAME VALUE)" nil nil)
864
865 (defvar allout-widgets-auto-activation nil "\
866 Activate to enable allout icon graphics wherever allout mode is active.
867
868 Also enable `allout-auto-activation' for this to take effect upon
869 visiting an outline.
870
871 When this is set you can disable allout widgets in select files
872 by setting `allout-widgets-mode-inhibit'
873
874 Instead of setting `allout-widgets-auto-activation' you can
875 explicitly invoke `allout-widgets-mode' in allout buffers where
876 you want allout widgets operation.
877
878 See `allout-widgets-mode' for allout widgets mode features.")
879
880 (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil)
881
882 (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
883
884 (autoload 'allout-widgets-mode "allout-widgets" "\
885 Toggle Allout Widgets mode.
886 With a prefix argument ARG, enable Allout Widgets mode if ARG is
887 positive, and disable it otherwise. If called from Lisp, enable
888 the mode if ARG is omitted or nil.
889
890 Allout Widgets mode is an extension of Allout mode that provides
891 graphical decoration of outline structure. It is meant to
892 operate along with `allout-mode', via `allout-mode-hook'.
893
894 The graphics include:
895
896 - guide lines connecting item bullet-icons with those of their subitems.
897
898 - icons for item bullets, varying to indicate whether or not the item
899 has subitems, and if so, whether or not the item is expanded.
900
901 - cue area between the bullet-icon and the start of the body headline,
902 for item numbering, encryption indicator, and distinctive bullets.
903
904 The bullet-icon and guide line graphics provide keybindings and mouse
905 bindings for easy outline navigation and exposure control, extending
906 outline hot-spot navigation (see `allout-mode').
907
908 \(fn &optional ARG)" t nil)
909
910 ;;;***
911 \f
912 ;;;### (autoloads (ange-ftp-hook-function ange-ftp-reread-dir) "ange-ftp"
913 ;;;;;; "net/ange-ftp.el" (20706 54231 807276 0))
914 ;;; Generated autoloads from net/ange-ftp.el
915
916 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
917
918 (autoload 'ange-ftp-reread-dir "ange-ftp" "\
919 Reread remote directory DIR to update the directory cache.
920 The implementation of remote FTP file names caches directory contents
921 for speed. Therefore, when new remote files are created, Emacs
922 may not know they exist. You can use this command to reread a specific
923 directory, so that Emacs will know its current contents.
924
925 \(fn &optional DIR)" t nil)
926
927 (autoload 'ange-ftp-hook-function "ange-ftp" "\
928
929
930 \(fn OPERATION &rest ARGS)" nil nil)
931
932 ;;;***
933 \f
934 ;;;### (autoloads (animate-birthday-present animate-sequence animate-string)
935 ;;;;;; "animate" "play/animate.el" (20706 54231 807276 0))
936 ;;; Generated autoloads from play/animate.el
937
938 (autoload 'animate-string "animate" "\
939 Display STRING animations starting at position VPOS, HPOS.
940 The characters start at randomly chosen places,
941 and all slide in parallel to their final positions,
942 passing through `animate-n-steps' positions before the final ones.
943 If HPOS is nil (or omitted), center the string horizontally
944 in the current window.
945
946 \(fn STRING VPOS &optional HPOS)" nil nil)
947
948 (autoload 'animate-sequence "animate" "\
949 Display animation strings from LIST-OF-STRING with buffer *Animation*.
950 Strings will be separated from each other by SPACE lines.
951 When the variable `animation-buffer-name' is non-nil display
952 animation in the buffer named by variable's value, creating the
953 buffer if one does not exist.
954
955 \(fn LIST-OF-STRINGS SPACE)" nil nil)
956
957 (autoload 'animate-birthday-present "animate" "\
958 Return a birthday present in the buffer *Birthday-Present*.
959 When optional arg NAME is non-nil or called-interactively, prompt for
960 NAME of birthday present receiver and return a birthday present in
961 the buffer *Birthday-Present-for-Name*.
962
963 \(fn &optional NAME)" t nil)
964
965 ;;;***
966 \f
967 ;;;### (autoloads (ansi-color-process-output ansi-color-for-comint-mode-on)
968 ;;;;;; "ansi-color" "ansi-color.el" (20706 54231 807276 0))
969 ;;; Generated autoloads from ansi-color.el
970
971 (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
972 Set `ansi-color-for-comint-mode' to t.
973
974 \(fn)" t nil)
975
976 (autoload 'ansi-color-process-output "ansi-color" "\
977 Maybe translate SGR control sequences of comint output into text properties.
978
979 Depending on variable `ansi-color-for-comint-mode' the comint output is
980 either not processed, SGR control sequences are filtered using
981 `ansi-color-filter-region', or SGR control sequences are translated into
982 text properties using `ansi-color-apply-on-region'.
983
984 The comint output is assumed to lie between the marker
985 `comint-last-output-start' and the process-mark.
986
987 This is a good function to put in `comint-output-filter-functions'.
988
989 \(fn IGNORED)" nil nil)
990
991 ;;;***
992 \f
993 ;;;### (autoloads (antlr-set-tabs antlr-mode antlr-show-makefile-rules)
994 ;;;;;; "antlr-mode" "progmodes/antlr-mode.el" (20706 54231 807276
995 ;;;;;; 0))
996 ;;; Generated autoloads from progmodes/antlr-mode.el
997
998 (autoload 'antlr-show-makefile-rules "antlr-mode" "\
999 Show Makefile rules for all grammar files in the current directory.
1000 If the `major-mode' of the current buffer has the value `makefile-mode',
1001 the rules are directory inserted at point. Otherwise, a *Help* buffer
1002 is shown with the rules which are also put into the `kill-ring' for
1003 \\[yank].
1004
1005 This command considers import/export vocabularies and grammar
1006 inheritance and provides a value for the \"-glib\" option if necessary.
1007 Customize variable `antlr-makefile-specification' for the appearance of
1008 the rules.
1009
1010 If the file for a super-grammar cannot be determined, special file names
1011 are used according to variable `antlr-unknown-file-formats' and a
1012 commentary with value `antlr-help-unknown-file-text' is added. The
1013 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
1014
1015 \(fn)" t nil)
1016
1017 (autoload 'antlr-mode "antlr-mode" "\
1018 Major mode for editing ANTLR grammar files.
1019
1020 \(fn)" t nil)
1021
1022 (autoload 'antlr-set-tabs "antlr-mode" "\
1023 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
1024 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1025
1026 \(fn)" nil nil)
1027
1028 ;;;***
1029 \f
1030 ;;;### (autoloads (appt-activate appt-add) "appt" "calendar/appt.el"
1031 ;;;;;; (20706 54231 807276 0))
1032 ;;; Generated autoloads from calendar/appt.el
1033
1034 (autoload 'appt-add "appt" "\
1035 Add an appointment for today at TIME with message MSG.
1036 The time should be in either 24 hour format or am/pm format.
1037 Optional argument WARNTIME is an integer (or string) giving the number
1038 of minutes before the appointment at which to start warning.
1039 The default is `appt-message-warning-time'.
1040
1041 \(fn TIME MSG &optional WARNTIME)" t nil)
1042
1043 (autoload 'appt-activate "appt" "\
1044 Toggle checking of appointments.
1045 With optional numeric argument ARG, turn appointment checking on if
1046 ARG is positive, otherwise off.
1047
1048 \(fn &optional ARG)" t nil)
1049
1050 ;;;***
1051 \f
1052 ;;;### (autoloads (apropos-documentation apropos-value apropos-library
1053 ;;;;;; apropos apropos-documentation-property apropos-command apropos-variable
1054 ;;;;;; apropos-read-pattern) "apropos" "apropos.el" (20706 54231
1055 ;;;;;; 807276 0))
1056 ;;; Generated autoloads from apropos.el
1057
1058 (autoload 'apropos-read-pattern "apropos" "\
1059 Read an apropos pattern, either a word list or a regexp.
1060 Returns the user pattern, either a list of words which are matched
1061 literally, or a string which is used as a regexp to search for.
1062
1063 SUBJECT is a string that is included in the prompt to identify what
1064 kind of objects to search.
1065
1066 \(fn SUBJECT)" nil nil)
1067
1068 (autoload 'apropos-variable "apropos" "\
1069 Show user variables that match PATTERN.
1070 PATTERN can be a word, a list of words (separated by spaces),
1071 or a regexp (using some regexp special characters). If it is a word,
1072 search for matches for that word as a substring. If it is a list of words,
1073 search for matches for any two (or more) of those words.
1074
1075 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1076 normal variables.
1077
1078 \(fn PATTERN &optional DO-ALL)" t nil)
1079
1080 (defalias 'command-apropos 'apropos-command)
1081
1082 (autoload 'apropos-command "apropos" "\
1083 Show commands (interactively callable functions) that match PATTERN.
1084 PATTERN can be a word, a list of words (separated by spaces),
1085 or a regexp (using some regexp special characters). If it is a word,
1086 search for matches for that word as a substring. If it is a list of words,
1087 search for matches for any two (or more) of those words.
1088
1089 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1090 noninteractive functions.
1091
1092 If VAR-PREDICATE is non-nil, show only variables, and only those that
1093 satisfy the predicate VAR-PREDICATE.
1094
1095 When called from a Lisp program, a string PATTERN is used as a regexp,
1096 while a list of strings is used as a word list.
1097
1098 \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil)
1099
1100 (autoload 'apropos-documentation-property "apropos" "\
1101 Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
1102
1103 \(fn SYMBOL PROPERTY RAW)" nil nil)
1104
1105 (autoload 'apropos "apropos" "\
1106 Show all meaningful Lisp symbols whose names match PATTERN.
1107 Symbols are shown if they are defined as functions, variables, or
1108 faces, or if they have nonempty property lists.
1109
1110 PATTERN can be a word, a list of words (separated by spaces),
1111 or a regexp (using some regexp special characters). If it is a word,
1112 search for matches for that word as a substring. If it is a list of words,
1113 search for matches for any two (or more) of those words.
1114
1115 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1116 consider all symbols (if they match PATTERN).
1117
1118 Returns list of symbols and documentation found.
1119
1120 \(fn PATTERN &optional DO-ALL)" t nil)
1121
1122 (autoload 'apropos-library "apropos" "\
1123 List the variables and functions defined by library FILE.
1124 FILE should be one of the libraries currently loaded and should
1125 thus be found in `load-history'. If `apropos-do-all' is non-nil,
1126 the output includes key-bindings of commands.
1127
1128 \(fn FILE)" t nil)
1129
1130 (autoload 'apropos-value "apropos" "\
1131 Show all symbols whose value's printed representation matches PATTERN.
1132 PATTERN can be a word, a list of words (separated by spaces),
1133 or a regexp (using some regexp special characters). If it is a word,
1134 search for matches for that word as a substring. If it is a list of words,
1135 search for matches for any two (or more) of those words.
1136
1137 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1138 at function definitions (arguments, documentation and body) and at the
1139 names and values of properties.
1140
1141 Returns list of symbols and values found.
1142
1143 \(fn PATTERN &optional DO-ALL)" t nil)
1144
1145 (autoload 'apropos-documentation "apropos" "\
1146 Show symbols whose documentation contains matches for PATTERN.
1147 PATTERN can be a word, a list of words (separated by spaces),
1148 or a regexp (using some regexp special characters). If it is a word,
1149 search for matches for that word as a substring. If it is a list of words,
1150 search for matches for any two (or more) of those words.
1151
1152 Note that by default this command only searches in the file specified by
1153 `internal-doc-file-name'; i.e., the etc/DOC file. With \\[universal-argument] prefix,
1154 or if `apropos-do-all' is non-nil, it searches all currently defined
1155 documentation strings.
1156
1157 Returns list of symbols and documentation found.
1158
1159 \(fn PATTERN &optional DO-ALL)" t nil)
1160
1161 ;;;***
1162 \f
1163 ;;;### (autoloads (archive-mode) "arc-mode" "arc-mode.el" (20706
1164 ;;;;;; 54231 807276 0))
1165 ;;; Generated autoloads from arc-mode.el
1166
1167 (autoload 'archive-mode "arc-mode" "\
1168 Major mode for viewing an archive file in a dired-like way.
1169 You can move around using the usual cursor motion commands.
1170 Letters no longer insert themselves.
1171 Type `e' to pull a file out of the archive and into its own buffer;
1172 or click mouse-2 on the file's line in the archive mode buffer.
1173
1174 If you edit a sub-file of this archive (as with the `e' command) and
1175 save it, the contents of that buffer will be saved back into the
1176 archive.
1177
1178 \\{archive-mode-map}
1179
1180 \(fn &optional FORCE)" nil nil)
1181
1182 ;;;***
1183 \f
1184 ;;;### (autoloads (array-mode) "array" "array.el" (20706 54231 807276
1185 ;;;;;; 0))
1186 ;;; Generated autoloads from array.el
1187
1188 (autoload 'array-mode "array" "\
1189 Major mode for editing arrays.
1190
1191 Array mode is a specialized mode for editing arrays. An array is
1192 considered to be a two-dimensional set of strings. The strings are
1193 NOT recognized as integers or real numbers.
1194
1195 The array MUST reside at the top of the buffer.
1196
1197 TABs are not respected, and may be converted into spaces at any time.
1198 Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion,
1199 but will cause many functions to give errors if they encounter one.
1200
1201 Upon entering array mode, you will be prompted for the values of
1202 several variables. Others will be calculated based on the values you
1203 supply. These variables are all local to the buffer. Other buffer
1204 in array mode may have different values assigned to the variables.
1205 The variables are:
1206
1207 Variables you assign:
1208 array-max-row: The number of rows in the array.
1209 array-max-column: The number of columns in the array.
1210 array-columns-per-line: The number of columns in the array per line of buffer.
1211 array-field-width: The width of each field, in characters.
1212 array-rows-numbered: A logical variable describing whether to ignore
1213 row numbers in the buffer.
1214
1215 Variables which are calculated:
1216 array-line-length: The number of characters in a buffer line.
1217 array-lines-per-row: The number of buffer lines used to display each row.
1218
1219 The following commands are available (an asterisk indicates it may
1220 take a numeric prefix argument):
1221
1222 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1223 * \\[array-backward-column] Move backward one column.
1224 * \\[array-next-row] Move down one row.
1225 * \\[array-previous-row] Move up one row.
1226
1227 * \\[array-copy-forward] Copy the current field into the column to the right.
1228 * \\[array-copy-backward] Copy the current field into the column to the left.
1229 * \\[array-copy-down] Copy the current field into the row below.
1230 * \\[array-copy-up] Copy the current field into the row above.
1231
1232 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1233 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1234 * \\[array-copy-row-down] Copy the current row into the row below.
1235 * \\[array-copy-row-up] Copy the current row into the row above.
1236
1237 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1238 between that of point and mark.
1239
1240 \\[array-what-position] Display the current array row and column.
1241 \\[array-goto-cell] Go to a particular array cell.
1242
1243 \\[array-make-template] Make a template for a new array.
1244 \\[array-reconfigure-rows] Reconfigure the array.
1245 \\[array-expand-rows] Expand the array (remove row numbers and
1246 newlines inside rows)
1247
1248 \\[array-display-local-variables] Display the current values of local variables.
1249
1250 Entering array mode calls the function `array-mode-hook'.
1251
1252 \(fn)" t nil)
1253
1254 ;;;***
1255 \f
1256 ;;;### (autoloads (artist-mode) "artist" "textmodes/artist.el" (20706
1257 ;;;;;; 54231 807276 0))
1258 ;;; Generated autoloads from textmodes/artist.el
1259
1260 (autoload 'artist-mode "artist" "\
1261 Toggle Artist mode.
1262 With argument ARG, turn Artist mode on if ARG is positive.
1263 Artist lets you draw lines, squares, rectangles and poly-lines,
1264 ellipses and circles with your mouse and/or keyboard.
1265
1266 How to quit Artist mode
1267
1268 Type \\[artist-mode-off] to quit artist-mode.
1269
1270
1271 How to submit a bug report
1272
1273 Type \\[artist-submit-bug-report] to submit a bug report.
1274
1275
1276 Drawing with the mouse:
1277
1278 mouse-2
1279 shift mouse-2 Pops up a menu where you can select what to draw with
1280 mouse-1, and where you can do some settings (described
1281 below).
1282
1283 mouse-1
1284 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
1285 or pastes:
1286
1287 Operation Not shifted Shifted
1288 --------------------------------------------------------------
1289 Pen fill-char at point line from last point
1290 to new point
1291 --------------------------------------------------------------
1292 Line Line in any direction Straight line
1293 --------------------------------------------------------------
1294 Rectangle Rectangle Square
1295 --------------------------------------------------------------
1296 Poly-line Poly-line in any dir Straight poly-lines
1297 --------------------------------------------------------------
1298 Ellipses Ellipses Circles
1299 --------------------------------------------------------------
1300 Text Text (see thru) Text (overwrite)
1301 --------------------------------------------------------------
1302 Spray-can Spray-can Set size for spray
1303 --------------------------------------------------------------
1304 Erase Erase character Erase rectangle
1305 --------------------------------------------------------------
1306 Vaporize Erase single line Erase connected
1307 lines
1308 --------------------------------------------------------------
1309 Cut Cut rectangle Cut square
1310 --------------------------------------------------------------
1311 Copy Copy rectangle Copy square
1312 --------------------------------------------------------------
1313 Paste Paste Paste
1314 --------------------------------------------------------------
1315 Flood-fill Flood-fill Flood-fill
1316 --------------------------------------------------------------
1317
1318 * Straight lines can only go horizontally, vertically
1319 or diagonally.
1320
1321 * Poly-lines are drawn while holding mouse-1 down. When you
1322 release the button, the point is set. If you want a segment
1323 to be straight, hold down shift before pressing the
1324 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
1325 poly-lines.
1326
1327 * See thru for text means that text already in the buffer
1328 will be visible through blanks in the text rendered, while
1329 overwrite means the opposite.
1330
1331 * Vaporizing connected lines only vaporizes lines whose
1332 _endpoints_ are connected. See also the variable
1333 `artist-vaporize-fuzziness'.
1334
1335 * Cut copies, then clears the rectangle/square.
1336
1337 * When drawing lines or poly-lines, you can set arrows.
1338 See below under ``Arrows'' for more info.
1339
1340 * The mode line shows the currently selected drawing operation.
1341 In addition, if it has an asterisk (*) at the end, you
1342 are currently drawing something.
1343
1344 * Be patient when flood-filling -- large areas take quite
1345 some time to fill.
1346
1347
1348 mouse-3 Erases character under pointer
1349 shift mouse-3 Erases rectangle
1350
1351
1352 Settings
1353
1354 Set fill Sets the character used when filling rectangles/squares
1355
1356 Set line Sets the character used when drawing lines
1357
1358 Erase char Sets the character used when erasing
1359
1360 Rubber-banding Toggles rubber-banding
1361
1362 Trimming Toggles trimming of line-endings (that is: when the shape
1363 is drawn, extraneous white-space at end of lines is removed)
1364
1365 Borders Toggles the drawing of line borders around filled shapes
1366
1367
1368 Drawing with keys
1369
1370 \\[artist-key-set-point] Does one of the following:
1371 For lines/rectangles/squares: sets the first/second endpoint
1372 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
1373 When erase characters: toggles erasing
1374 When cutting/copying: Sets first/last endpoint of rect/square
1375 When pasting: Pastes
1376
1377 \\[artist-select-operation] Selects what to draw
1378
1379 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
1380
1381 \\[artist-select-fill-char] Sets the character to use when filling
1382 \\[artist-select-line-char] Sets the character to use when drawing
1383 \\[artist-select-erase-char] Sets the character to use when erasing
1384 \\[artist-toggle-rubber-banding] Toggles rubber-banding
1385 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
1386 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
1387
1388
1389 Arrows
1390
1391 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1392 of the line/poly-line
1393
1394 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1395 of the line/poly-line
1396
1397
1398 Selecting operation
1399
1400 There are some keys for quickly selecting drawing operations:
1401
1402 \\[artist-select-op-line] Selects drawing lines
1403 \\[artist-select-op-straight-line] Selects drawing straight lines
1404 \\[artist-select-op-rectangle] Selects drawing rectangles
1405 \\[artist-select-op-square] Selects drawing squares
1406 \\[artist-select-op-poly-line] Selects drawing poly-lines
1407 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
1408 \\[artist-select-op-ellipse] Selects drawing ellipses
1409 \\[artist-select-op-circle] Selects drawing circles
1410 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
1411 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
1412 \\[artist-select-op-spray-can] Spray with spray-can
1413 \\[artist-select-op-spray-set-size] Set size for the spray-can
1414 \\[artist-select-op-erase-char] Selects erasing characters
1415 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
1416 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
1417 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
1418 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
1419 \\[artist-select-op-copy-rectangle] Selects copying rectangles
1420 \\[artist-select-op-paste] Selects pasting
1421 \\[artist-select-op-flood-fill] Selects flood-filling
1422
1423
1424 Variables
1425
1426 This is a brief overview of the different variables. For more info,
1427 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1428
1429 artist-rubber-banding Interactively do rubber-banding or not
1430 artist-first-char What to set at first/second point...
1431 artist-second-char ...when not rubber-banding
1432 artist-interface-with-rect If cut/copy/paste should interface with rect
1433 artist-arrows The arrows to use when drawing arrows
1434 artist-aspect-ratio Character height-to-width for squares
1435 artist-trim-line-endings Trimming of line endings
1436 artist-flood-fill-right-border Right border when flood-filling
1437 artist-flood-fill-show-incrementally Update display while filling
1438 artist-pointer-shape Pointer shape to use while drawing
1439 artist-ellipse-left-char Character to use for narrow ellipses
1440 artist-ellipse-right-char Character to use for narrow ellipses
1441 artist-borderless-shapes If shapes should have borders
1442 artist-picture-compatibility Whether or not to be picture mode compatible
1443 artist-vaporize-fuzziness Tolerance when recognizing lines
1444 artist-spray-interval Seconds between repeated sprayings
1445 artist-spray-radius Size of the spray-area
1446 artist-spray-chars The spray-``color''
1447 artist-spray-new-chars Initial spray-``color''
1448
1449 Hooks
1450
1451 Turning the mode on or off runs `artist-mode-hook'.
1452
1453
1454 Keymap summary
1455
1456 \\{artist-mode-map}
1457
1458 \(fn &optional ARG)" t nil)
1459
1460 ;;;***
1461 \f
1462 ;;;### (autoloads (asm-mode) "asm-mode" "progmodes/asm-mode.el" (20706
1463 ;;;;;; 54231 807276 0))
1464 ;;; Generated autoloads from progmodes/asm-mode.el
1465
1466 (autoload 'asm-mode "asm-mode" "\
1467 Major mode for editing typical assembler code.
1468 Features a private abbrev table and the following bindings:
1469
1470 \\[asm-colon] outdent a preceding label, tab to next tab stop.
1471 \\[tab-to-tab-stop] tab to next tab stop.
1472 \\[asm-newline] newline, then tab to next tab stop.
1473 \\[asm-comment] smart placement of assembler comments.
1474
1475 The character used for making comments is set by the variable
1476 `asm-comment-char' (which defaults to `?\\;').
1477
1478 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1479 which is called near the beginning of mode initialization.
1480
1481 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1482
1483 Special commands:
1484 \\{asm-mode-map}
1485
1486 \(fn)" t nil)
1487
1488 ;;;***
1489 \f
1490 ;;;### (autoloads (auth-source-cache-expiry) "auth-source" "gnus/auth-source.el"
1491 ;;;;;; (20706 54231 807276 0))
1492 ;;; Generated autoloads from gnus/auth-source.el
1493
1494 (defvar auth-source-cache-expiry 7200 "\
1495 How many seconds passwords are cached, or nil to disable
1496 expiring. Overrides `password-cache-expiry' through a
1497 let-binding.")
1498
1499 (custom-autoload 'auth-source-cache-expiry "auth-source" t)
1500
1501 ;;;***
1502 \f
1503 ;;;### (autoloads (autoarg-kp-mode autoarg-mode) "autoarg" "autoarg.el"
1504 ;;;;;; (20706 54231 807276 0))
1505 ;;; Generated autoloads from autoarg.el
1506
1507 (defvar autoarg-mode nil "\
1508 Non-nil if Autoarg mode is enabled.
1509 See the command `autoarg-mode' for a description of this minor mode.")
1510
1511 (custom-autoload 'autoarg-mode "autoarg" nil)
1512
1513 (autoload 'autoarg-mode "autoarg" "\
1514 Toggle Autoarg mode, a global minor mode.
1515 With a prefix argument ARG, enable Autoarg mode if ARG is
1516 positive, and disable it otherwise. If called from Lisp, enable
1517 the mode if ARG is omitted or nil.
1518
1519 \\<autoarg-mode-map>
1520 In Autoarg mode, digits are bound to `digit-argument', i.e. they
1521 supply prefix arguments as C-DIGIT and M-DIGIT normally do.
1522 Furthermore, C-DIGIT inserts DIGIT.
1523 \\[autoarg-terminate] terminates the prefix sequence and inserts
1524 the digits of the autoarg sequence into the buffer.
1525 Without a numeric prefix arg, the normal binding of \\[autoarg-terminate]
1526 is invoked, i.e. what it would be with Autoarg mode off.
1527
1528 For example:
1529 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1530 `6 9 a' inserts 69 `a's into the buffer.
1531 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1532 then invokes the normal binding of \\[autoarg-terminate].
1533 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1534
1535 \\{autoarg-mode-map}
1536
1537 \(fn &optional ARG)" t nil)
1538
1539 (defvar autoarg-kp-mode nil "\
1540 Non-nil if Autoarg-Kp mode is enabled.
1541 See the command `autoarg-kp-mode' for a description of this minor mode.
1542 Setting this variable directly does not take effect;
1543 either customize it (see the info node `Easy Customization')
1544 or call the function `autoarg-kp-mode'.")
1545
1546 (custom-autoload 'autoarg-kp-mode "autoarg" nil)
1547
1548 (autoload 'autoarg-kp-mode "autoarg" "\
1549 Toggle Autoarg-KP mode, a global minor mode.
1550 With a prefix argument ARG, enable Autoarg-KP mode if ARG is
1551 positive, and disable it otherwise. If called from Lisp, enable
1552 the mode if ARG is omitted or nil.
1553
1554 \\<autoarg-kp-mode-map>
1555 This is similar to `autoarg-mode' but rebinds the keypad keys
1556 `kp-1' etc. to supply digit arguments.
1557
1558 \\{autoarg-kp-mode-map}
1559
1560 \(fn &optional ARG)" t nil)
1561
1562 ;;;***
1563 \f
1564 ;;;### (autoloads (autoconf-mode) "autoconf" "progmodes/autoconf.el"
1565 ;;;;;; (20706 54231 807276 0))
1566 ;;; Generated autoloads from progmodes/autoconf.el
1567
1568 (autoload 'autoconf-mode "autoconf" "\
1569 Major mode for editing Autoconf configure.ac files.
1570
1571 \(fn)" t nil)
1572
1573 ;;;***
1574 \f
1575 ;;;### (autoloads (auto-insert-mode define-auto-insert auto-insert)
1576 ;;;;;; "autoinsert" "autoinsert.el" (20706 54231 807276 0))
1577 ;;; Generated autoloads from autoinsert.el
1578
1579 (autoload 'auto-insert "autoinsert" "\
1580 Insert default contents into new files if variable `auto-insert' is non-nil.
1581 Matches the visited file name against the elements of `auto-insert-alist'.
1582
1583 \(fn)" t nil)
1584
1585 (autoload 'define-auto-insert "autoinsert" "\
1586 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1587 Optional AFTER means to insert action after all existing actions for CONDITION,
1588 or if CONDITION had no actions, after all other CONDITIONs.
1589
1590 \(fn CONDITION ACTION &optional AFTER)" nil nil)
1591
1592 (defvar auto-insert-mode nil "\
1593 Non-nil if Auto-Insert mode is enabled.
1594 See the command `auto-insert-mode' for a description of this minor mode.
1595 Setting this variable directly does not take effect;
1596 either customize it (see the info node `Easy Customization')
1597 or call the function `auto-insert-mode'.")
1598
1599 (custom-autoload 'auto-insert-mode "autoinsert" nil)
1600
1601 (autoload 'auto-insert-mode "autoinsert" "\
1602 Toggle Auto-insert mode, a global minor mode.
1603 With a prefix argument ARG, enable Auto-insert mode if ARG is
1604 positive, and disable it otherwise. If called from Lisp, enable
1605 the mode if ARG is omitted or nil.
1606
1607 When Auto-insert mode is enabled, when new files are created you can
1608 insert a template for the file depending on the mode of the buffer.
1609
1610 \(fn &optional ARG)" t nil)
1611
1612 ;;;***
1613 \f
1614 ;;;### (autoloads (batch-update-autoloads update-directory-autoloads
1615 ;;;;;; update-file-autoloads) "autoload" "emacs-lisp/autoload.el"
1616 ;;;;;; (20706 54231 807276 0))
1617 ;;; Generated autoloads from emacs-lisp/autoload.el
1618
1619 (put 'generated-autoload-file 'safe-local-variable 'stringp)
1620
1621 (put 'generated-autoload-load-name 'safe-local-variable 'stringp)
1622
1623 (autoload 'update-file-autoloads "autoload" "\
1624 Update the autoloads for FILE.
1625 If prefix arg SAVE-AFTER is non-nil, save the buffer too.
1626
1627 If FILE binds `generated-autoload-file' as a file-local variable,
1628 autoloads are written into that file. Otherwise, the autoloads
1629 file is determined by OUTFILE. If called interactively, prompt
1630 for OUTFILE; if called from Lisp with OUTFILE nil, use the
1631 existing value of `generated-autoload-file'.
1632
1633 Return FILE if there was no autoload cookie in it, else nil.
1634
1635 \(fn FILE &optional SAVE-AFTER OUTFILE)" t nil)
1636
1637 (autoload 'update-directory-autoloads "autoload" "\
1638 Update autoload definitions for Lisp files in the directories DIRS.
1639 In an interactive call, you must give one argument, the name of a
1640 single directory. In a call from Lisp, you can supply multiple
1641 directories as separate arguments, but this usage is discouraged.
1642
1643 The function does NOT recursively descend into subdirectories of the
1644 directory or directories specified.
1645
1646 In an interactive call, prompt for a default output file for the
1647 autoload definitions, and temporarily bind the variable
1648 `generated-autoload-file' to this value. When called from Lisp,
1649 use the existing value of `generated-autoload-file'. If any Lisp
1650 file binds `generated-autoload-file' as a file-local variable,
1651 write its autoloads into the specified file instead.
1652
1653 \(fn &rest DIRS)" t nil)
1654
1655 (autoload 'batch-update-autoloads "autoload" "\
1656 Update loaddefs.el autoloads in batch mode.
1657 Calls `update-directory-autoloads' on the command line arguments.
1658 Definitions are written to `generated-autoload-file' (which
1659 should be non-nil).
1660
1661 \(fn)" nil nil)
1662
1663 ;;;***
1664 \f
1665 ;;;### (autoloads (global-auto-revert-mode turn-on-auto-revert-tail-mode
1666 ;;;;;; auto-revert-tail-mode turn-on-auto-revert-mode auto-revert-mode)
1667 ;;;;;; "autorevert" "autorevert.el" (20706 54231 807276 0))
1668 ;;; Generated autoloads from autorevert.el
1669
1670 (autoload 'auto-revert-mode "autorevert" "\
1671 Toggle reverting buffer when the file changes (Auto Revert mode).
1672 With a prefix argument ARG, enable Auto Revert mode if ARG is
1673 positive, and disable it otherwise. If called from Lisp, enable
1674 the mode if ARG is omitted or nil.
1675
1676 Auto Revert mode is a minor mode that affects only the current
1677 buffer. When enabled, it reverts the buffer when the file on
1678 disk changes.
1679
1680 Use `global-auto-revert-mode' to automatically revert all buffers.
1681 Use `auto-revert-tail-mode' if you know that the file will only grow
1682 without being changed in the part that is already in the buffer.
1683
1684 \(fn &optional ARG)" t nil)
1685
1686 (autoload 'turn-on-auto-revert-mode "autorevert" "\
1687 Turn on Auto-Revert Mode.
1688
1689 This function is designed to be added to hooks, for example:
1690 (add-hook 'c-mode-hook 'turn-on-auto-revert-mode)
1691
1692 \(fn)" nil nil)
1693
1694 (autoload 'auto-revert-tail-mode "autorevert" "\
1695 Toggle reverting tail of buffer when the file grows.
1696 With a prefix argument ARG, enable Auto-Revert Tail mode if ARG
1697 is positive, and disable it otherwise. If called from Lisp,
1698 enable the mode if ARG is omitted or nil.
1699
1700 When Auto Revert Tail mode is enabled, the tail of the file is
1701 constantly followed, as with the shell command `tail -f'. This
1702 means that whenever the file grows on disk (presumably because
1703 some background process is appending to it from time to time),
1704 this is reflected in the current buffer.
1705
1706 You can edit the buffer and turn this mode off and on again as
1707 you please. But make sure the background process has stopped
1708 writing before you save the file!
1709
1710 Use `auto-revert-mode' for changes other than appends!
1711
1712 \(fn &optional ARG)" t nil)
1713
1714 (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\
1715 Turn on Auto-Revert Tail mode.
1716
1717 This function is designed to be added to hooks, for example:
1718 (add-hook 'my-logfile-mode-hook 'turn-on-auto-revert-tail-mode)
1719
1720 \(fn)" nil nil)
1721
1722 (defvar global-auto-revert-mode nil "\
1723 Non-nil if Global-Auto-Revert mode is enabled.
1724 See the command `global-auto-revert-mode' for a description of this minor mode.
1725 Setting this variable directly does not take effect;
1726 either customize it (see the info node `Easy Customization')
1727 or call the function `global-auto-revert-mode'.")
1728
1729 (custom-autoload 'global-auto-revert-mode "autorevert" nil)
1730
1731 (autoload 'global-auto-revert-mode "autorevert" "\
1732 Toggle Global Auto Revert mode.
1733 With a prefix argument ARG, enable Global Auto Revert mode if ARG
1734 is positive, and disable it otherwise. If called from Lisp,
1735 enable the mode if ARG is omitted or nil.
1736
1737 Global Auto Revert mode is a global minor mode that reverts any
1738 buffer associated with a file when the file changes on disk. Use
1739 `auto-revert-mode' to revert a particular buffer.
1740
1741 If `global-auto-revert-non-file-buffers' is non-nil, this mode
1742 may also revert some non-file buffers, as described in the
1743 documentation of that variable. It ignores buffers with modes
1744 matching `global-auto-revert-ignore-modes', and buffers with a
1745 non-nil vale of `global-auto-revert-ignore-buffer'.
1746
1747 This function calls the hook `global-auto-revert-mode-hook'.
1748 It displays the text that `global-auto-revert-mode-text'
1749 specifies in the mode line.
1750
1751 \(fn &optional ARG)" t nil)
1752
1753 ;;;***
1754 \f
1755 ;;;### (autoloads (mouse-avoidance-mode mouse-avoidance-mode) "avoid"
1756 ;;;;;; "avoid.el" (20706 54231 807276 0))
1757 ;;; Generated autoloads from avoid.el
1758
1759 (defvar mouse-avoidance-mode nil "\
1760 Activate Mouse Avoidance mode.
1761 See function `mouse-avoidance-mode' for possible values.
1762 Setting this variable directly does not take effect;
1763 use either \\[customize] or the function `mouse-avoidance-mode'.")
1764
1765 (custom-autoload 'mouse-avoidance-mode "avoid" nil)
1766
1767 (autoload 'mouse-avoidance-mode "avoid" "\
1768 Set Mouse Avoidance mode to MODE.
1769 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1770 `cat-and-mouse', `proteus', or `none'.
1771
1772 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1773 modes. Positive numbers and symbols other than the above are treated
1774 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1775
1776 Effects of the different modes:
1777 * banish: Move the mouse to the upper-right corner on any keypress.
1778 * exile: Move the mouse to the corner only if the cursor gets too close,
1779 and allow it to return once the cursor is out of the way.
1780 * jump: If the cursor gets too close to the mouse, displace the mouse
1781 a random distance & direction.
1782 * animate: As `jump', but shows steps along the way for illusion of motion.
1783 * cat-and-mouse: Same as `animate'.
1784 * proteus: As `animate', but changes the shape of the mouse pointer too.
1785
1786 Whenever the mouse is moved, the frame is also raised.
1787
1788 \(See `mouse-avoidance-threshold' for definition of \"too close\",
1789 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1790 definition of \"random distance\".)
1791
1792 \(fn &optional MODE)" t nil)
1793
1794 ;;;***
1795 \f
1796 ;;;### (autoloads (display-battery-mode battery) "battery" "battery.el"
1797 ;;;;;; (20706 54231 807276 0))
1798 ;;; Generated autoloads from battery.el
1799 (put 'battery-mode-line-string 'risky-local-variable t)
1800
1801 (autoload 'battery "battery" "\
1802 Display battery status information in the echo area.
1803 The text being displayed in the echo area is controlled by the variables
1804 `battery-echo-area-format' and `battery-status-function'.
1805
1806 \(fn)" t nil)
1807
1808 (defvar display-battery-mode nil "\
1809 Non-nil if Display-Battery mode is enabled.
1810 See the command `display-battery-mode' for a description of this minor mode.
1811 Setting this variable directly does not take effect;
1812 either customize it (see the info node `Easy Customization')
1813 or call the function `display-battery-mode'.")
1814
1815 (custom-autoload 'display-battery-mode "battery" nil)
1816
1817 (autoload 'display-battery-mode "battery" "\
1818 Toggle battery status display in mode line (Display Battery mode).
1819 With a prefix argument ARG, enable Display Battery mode if ARG is
1820 positive, and disable it otherwise. If called from Lisp, enable
1821 the mode if ARG is omitted or nil.
1822
1823 The text displayed in the mode line is controlled by
1824 `battery-mode-line-format' and `battery-status-function'.
1825 The mode line is be updated every `battery-update-interval'
1826 seconds.
1827
1828 \(fn &optional ARG)" t nil)
1829
1830 ;;;***
1831 \f
1832 ;;;### (autoloads (benchmark benchmark-run-compiled benchmark-run)
1833 ;;;;;; "benchmark" "emacs-lisp/benchmark.el" (20706 54231 807276
1834 ;;;;;; 0))
1835 ;;; Generated autoloads from emacs-lisp/benchmark.el
1836
1837 (autoload 'benchmark-run "benchmark" "\
1838 Time execution of FORMS.
1839 If REPETITIONS is supplied as a number, run forms that many times,
1840 accounting for the overhead of the resulting loop. Otherwise run
1841 FORMS once.
1842 Return a list of the total elapsed time for execution, the number of
1843 garbage collections that ran, and the time taken by garbage collection.
1844 See also `benchmark-run-compiled'.
1845
1846 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1847
1848 (put 'benchmark-run 'lisp-indent-function '1)
1849
1850 (autoload 'benchmark-run-compiled "benchmark" "\
1851 Time execution of compiled version of FORMS.
1852 This is like `benchmark-run', but what is timed is a funcall of the
1853 byte code obtained by wrapping FORMS in a `lambda' and compiling the
1854 result. The overhead of the `lambda's is accounted for.
1855
1856 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1857
1858 (put 'benchmark-run-compiled 'lisp-indent-function '1)
1859
1860 (autoload 'benchmark "benchmark" "\
1861 Print the time taken for REPETITIONS executions of FORM.
1862 Interactively, REPETITIONS is taken from the prefix arg.
1863 For non-interactive use see also `benchmark-run' and
1864 `benchmark-run-compiled'.
1865
1866 \(fn REPETITIONS FORM)" t nil)
1867
1868 ;;;***
1869 \f
1870 ;;;### (autoloads (bibtex-search-entry bibtex-mode bibtex-initialize)
1871 ;;;;;; "bibtex" "textmodes/bibtex.el" (20706 54231 807276 0))
1872 ;;; Generated autoloads from textmodes/bibtex.el
1873
1874 (autoload 'bibtex-initialize "bibtex" "\
1875 (Re)Initialize BibTeX buffers.
1876 Visit the BibTeX files defined by `bibtex-files' and return a list
1877 of corresponding buffers.
1878 Initialize in these buffers `bibtex-reference-keys' if not yet set.
1879 List of BibTeX buffers includes current buffer if CURRENT is non-nil.
1880 If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1881 already set. If SELECT is non-nil interactively select a BibTeX buffer.
1882 When called interactively, FORCE is t, CURRENT is t if current buffer uses
1883 `bibtex-mode', and SELECT is t if current buffer does not use `bibtex-mode',
1884
1885 \(fn &optional CURRENT FORCE SELECT)" t nil)
1886
1887 (autoload 'bibtex-mode "bibtex" "\
1888 Major mode for editing BibTeX files.
1889
1890 General information on working with BibTeX mode:
1891
1892 Use commands such as \\<bibtex-mode-map>\\[bibtex-Book] to get a template for a specific entry.
1893 Then fill in all desired fields using \\[bibtex-next-field] to jump from field
1894 to field. After having filled in all desired fields in the entry, clean the
1895 new entry with the command \\[bibtex-clean-entry].
1896
1897 Some features of BibTeX mode are available only by setting the variable
1898 `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode
1899 works only with buffers containing valid (syntactically correct) and sorted
1900 entries. This is usually the case, if you have created a buffer completely
1901 with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1902
1903 For third party BibTeX files, call the command \\[bibtex-convert-alien]
1904 to fully take advantage of all features of BibTeX mode.
1905
1906
1907 Special information:
1908
1909 A command such as \\[bibtex-Book] outlines the fields for a BibTeX book entry.
1910
1911 The names of optional fields start with the string OPT, and are thus ignored
1912 by BibTeX. The names of alternative fields from which only one is required
1913 start with the string ALT. The OPT or ALT string may be removed from
1914 the name of a field with \\[bibtex-remove-OPT-or-ALT].
1915 \\[bibtex-make-field] inserts a new field after the current one.
1916 \\[bibtex-kill-field] kills the current field entirely.
1917 \\[bibtex-yank] yanks the last recently killed field after the current field.
1918 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1919 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1920 \\[bibtex-find-text] moves point to the end of the current field.
1921 \\[completion-at-point] completes word fragment before point according to context.
1922
1923 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1924 from the names of all non-empty optional or alternative fields, checks that
1925 no required fields are empty, and does some formatting dependent on the value
1926 of `bibtex-entry-format'. Furthermore, it can automatically generate a key
1927 for the BibTeX entry, see `bibtex-generate-autokey'.
1928 Note: some functions in BibTeX mode depend on entries being in a special
1929 format (all fields beginning on separate lines), so it is usually a bad
1930 idea to remove `realign' from `bibtex-entry-format'.
1931
1932 BibTeX mode supports Imenu and hideshow minor mode (`hs-minor-mode').
1933
1934 ----------------------------------------------------------
1935 Entry to BibTeX mode calls the value of `bibtex-mode-hook'
1936 if that value is non-nil.
1937
1938 \\{bibtex-mode-map}
1939
1940 \(fn)" t nil)
1941
1942 (autoload 'bibtex-search-entry "bibtex" "\
1943 Move point to the beginning of BibTeX entry named KEY.
1944 Return position of entry if KEY is found or nil if not found.
1945 With GLOBAL non-nil, search KEY in `bibtex-files'. Otherwise the search
1946 is limited to the current buffer. Optional arg START is buffer position
1947 where the search starts. If it is nil, start search at beginning of buffer.
1948 If DISPLAY is non-nil, display the buffer containing KEY.
1949 Otherwise, use `set-buffer'.
1950 When called interactively, START is nil, DISPLAY is t.
1951 Also, GLOBAL is t if the current mode is not `bibtex-mode'
1952 or `bibtex-search-entry-globally' is non-nil.
1953 A prefix arg negates the value of `bibtex-search-entry-globally'.
1954
1955 \(fn KEY &optional GLOBAL START DISPLAY)" t nil)
1956
1957 ;;;***
1958 \f
1959 ;;;### (autoloads (bibtex-style-mode) "bibtex-style" "textmodes/bibtex-style.el"
1960 ;;;;;; (20706 54231 807276 0))
1961 ;;; Generated autoloads from textmodes/bibtex-style.el
1962
1963 (autoload 'bibtex-style-mode "bibtex-style" "\
1964 Major mode for editing BibTeX style files.
1965
1966 \(fn)" t nil)
1967
1968 ;;;***
1969 \f
1970 ;;;### (autoloads (binhex-decode-region binhex-decode-region-external
1971 ;;;;;; binhex-decode-region-internal) "binhex" "mail/binhex.el"
1972 ;;;;;; (20706 54231 807276 0))
1973 ;;; Generated autoloads from mail/binhex.el
1974
1975 (defconst binhex-begin-line "^:...............................................................$" "\
1976 Regular expression matching the start of a BinHex encoded region.")
1977
1978 (autoload 'binhex-decode-region-internal "binhex" "\
1979 Binhex decode region between START and END without using an external program.
1980 If HEADER-ONLY is non-nil only decode header and return filename.
1981
1982 \(fn START END &optional HEADER-ONLY)" t nil)
1983
1984 (autoload 'binhex-decode-region-external "binhex" "\
1985 Binhex decode region between START and END using external decoder.
1986
1987 \(fn START END)" t nil)
1988
1989 (autoload 'binhex-decode-region "binhex" "\
1990 Binhex decode region between START and END.
1991
1992 \(fn START END)" t nil)
1993
1994 ;;;***
1995 \f
1996 ;;;### (autoloads (blackbox) "blackbox" "play/blackbox.el" (20706
1997 ;;;;;; 54231 807276 0))
1998 ;;; Generated autoloads from play/blackbox.el
1999
2000 (autoload 'blackbox "blackbox" "\
2001 Play blackbox.
2002 Optional prefix argument is the number of balls; the default is 4.
2003
2004 What is blackbox?
2005
2006 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
2007 Blackbox). Your opponent (Emacs, in this case) has hidden several
2008 balls (usually 4) within this box. By shooting rays into the box and
2009 observing where they emerge it is possible to deduce the positions of
2010 the hidden balls. The fewer rays you use to find the balls, the lower
2011 your score.
2012
2013 Overview of play:
2014
2015 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
2016 specifies the number of balls to be hidden in the box; the default is
2017 four.
2018
2019 The cursor can be moved around the box with the standard cursor
2020 movement keys.
2021
2022 To shoot a ray, move the cursor to the edge of the box and press SPC.
2023 The result will be determined and the playfield updated.
2024
2025 You may place or remove balls in the box by moving the cursor into the
2026 box and pressing \\[bb-romp].
2027
2028 When you think the configuration of balls you have placed is correct,
2029 press \\[bb-done]. You will be informed whether you are correct or
2030 not, and be given your score. Your score is the number of letters and
2031 numbers around the outside of the box plus five for each incorrectly
2032 placed ball. If you placed any balls incorrectly, they will be
2033 indicated with `x', and their actual positions indicated with `o'.
2034
2035 Details:
2036
2037 There are three possible outcomes for each ray you send into the box:
2038
2039 Detour: the ray is deflected and emerges somewhere other than
2040 where you sent it in. On the playfield, detours are
2041 denoted by matching pairs of numbers -- one where the
2042 ray went in, and the other where it came out.
2043
2044 Reflection: the ray is reflected and emerges in the same place
2045 it was sent in. On the playfield, reflections are
2046 denoted by the letter `R'.
2047
2048 Hit: the ray strikes a ball directly and is absorbed. It does
2049 not emerge from the box. On the playfield, hits are
2050 denoted by the letter `H'.
2051
2052 The rules for how balls deflect rays are simple and are best shown by
2053 example.
2054
2055 As a ray approaches a ball it is deflected ninety degrees. Rays can
2056 be deflected multiple times. In the diagrams below, the dashes
2057 represent empty box locations and the letter `O' represents a ball.
2058 The entrance and exit points of each ray are marked with numbers as
2059 described under \"Detour\" above. Note that the entrance and exit
2060 points are always interchangeable. `*' denotes the path taken by the
2061 ray.
2062
2063 Note carefully the relative positions of the ball and the ninety
2064 degree deflection it causes.
2065
2066 1
2067 - * - - - - - - - - - - - - - - - - - - - - - -
2068 - * - - - - - - - - - - - - - - - - - - - - - -
2069 1 * * - - - - - - - - - - - - - - - O - - - - O -
2070 - - O - - - - - - - O - - - - - - - * * * * - -
2071 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
2072 - - - - - - - - - - - * - - - - - - - O - * - -
2073 - - - - - - - - - - - * - - - - - - - - * * - -
2074 - - - - - - - - - - - * - - - - - - - - * - O -
2075 2 3
2076
2077 As mentioned above, a reflection occurs when a ray emerges from the same point
2078 it was sent in. This can happen in several ways:
2079
2080
2081 - - - - - - - - - - - - - - - - - - - - - - - -
2082 - - - - O - - - - - O - O - - - - - - - - - - -
2083 R * * * * - - - - - - - * - - - - O - - - - - - -
2084 - - - - O - - - - - - * - - - - R - - - - - - - -
2085 - - - - - - - - - - - * - - - - - - - - - - - -
2086 - - - - - - - - - - - * - - - - - - - - - - - -
2087 - - - - - - - - R * * * * - - - - - - - - - - - -
2088 - - - - - - - - - - - - O - - - - - - - - - - -
2089
2090 In the first example, the ray is deflected downwards by the upper
2091 ball, then left by the lower ball, and finally retraces its path to
2092 its point of origin. The second example is similar. The third
2093 example is a bit anomalous but can be rationalized by realizing the
2094 ray never gets a chance to get into the box. Alternatively, the ray
2095 can be thought of as being deflected downwards and immediately
2096 emerging from the box.
2097
2098 A hit occurs when a ray runs straight into a ball:
2099
2100 - - - - - - - - - - - - - - - - - - - - - - - -
2101 - - - - - - - - - - - - - - - - - - - - O - - -
2102 - - - - - - - - - - - - O - - - H * * * * - - - -
2103 - - - - - - - - H * * * * O - - - - - - * - - - -
2104 - - - - - - - - - - - - O - - - - - - O - - - -
2105 H * * * O - - - - - - - - - - - - - - - - - - - -
2106 - - - - - - - - - - - - - - - - - - - - - - - -
2107 - - - - - - - - - - - - - - - - - - - - - - - -
2108
2109 Be sure to compare the second example of a hit with the first example of
2110 a reflection.
2111
2112 \(fn NUM)" t nil)
2113
2114 ;;;***
2115 \f
2116 ;;;### (autoloads (bookmark-bmenu-search bookmark-bmenu-list bookmark-load
2117 ;;;;;; bookmark-save bookmark-write bookmark-delete bookmark-insert
2118 ;;;;;; bookmark-rename bookmark-insert-location bookmark-relocate
2119 ;;;;;; bookmark-jump-other-window bookmark-jump bookmark-set) "bookmark"
2120 ;;;;;; "bookmark.el" (20706 54231 807276 0))
2121 ;;; Generated autoloads from bookmark.el
2122 (define-key ctl-x-r-map "b" 'bookmark-jump)
2123 (define-key ctl-x-r-map "m" 'bookmark-set)
2124 (define-key ctl-x-r-map "l" 'bookmark-bmenu-list)
2125
2126 (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) "\
2127 Keymap containing bindings to bookmark functions.
2128 It is not bound to any key by default: to bind it
2129 so that you have a bookmark prefix, just use `global-set-key' and bind a
2130 key of your choice to `bookmark-map'. All interactive bookmark
2131 functions have a binding in this keymap.")
2132 (fset 'bookmark-map bookmark-map)
2133
2134 (autoload 'bookmark-set "bookmark" "\
2135 Set a bookmark named NAME at the current location.
2136 If name is nil, then prompt the user.
2137
2138 With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any
2139 existing bookmark that has the same name as NAME, but instead push the
2140 new bookmark onto the bookmark alist. The most recently set bookmark
2141 with name NAME is thus the one in effect at any given time, but the
2142 others are still there, should the user decide to delete the most
2143 recent one.
2144
2145 To yank words from the text of the buffer and use them as part of the
2146 bookmark name, type C-w while setting a bookmark. Successive C-w's
2147 yank successive words.
2148
2149 Typing C-u inserts (at the bookmark name prompt) the name of the last
2150 bookmark used in the document where the new bookmark is being set;
2151 this helps you use a single bookmark name to track progress through a
2152 large document. If there is no prior bookmark for this document, then
2153 C-u inserts an appropriate name based on the buffer or file.
2154
2155 Use \\[bookmark-delete] to remove bookmarks (you give it a name and
2156 it removes only the first instance of a bookmark with that name from
2157 the list of bookmarks.)
2158
2159 \(fn &optional NAME NO-OVERWRITE)" t nil)
2160
2161 (autoload 'bookmark-jump "bookmark" "\
2162 Jump to bookmark BOOKMARK (a point in some file).
2163 You may have a problem using this function if the value of variable
2164 `bookmark-alist' is nil. If that happens, you need to load in some
2165 bookmarks. See help on function `bookmark-load' for more about
2166 this.
2167
2168 If the file pointed to by BOOKMARK no longer exists, you will be asked
2169 if you wish to give the bookmark a new location, and `bookmark-jump'
2170 will then jump to the new location, as well as recording it in place
2171 of the old one in the permanent bookmark record.
2172
2173 BOOKMARK is usually a bookmark name (a string). It can also be a
2174 bookmark record, but this is usually only done by programmatic callers.
2175
2176 If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
2177 bookmark. It defaults to `switch-to-buffer'. A typical value for
2178 DISPLAY-FUNC would be `switch-to-buffer-other-window'.
2179
2180 \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil)
2181
2182 (autoload 'bookmark-jump-other-window "bookmark" "\
2183 Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2184
2185 \(fn BOOKMARK)" t nil)
2186
2187 (autoload 'bookmark-relocate "bookmark" "\
2188 Relocate BOOKMARK-NAME to another file, reading file name with minibuffer.
2189
2190 This makes an already existing bookmark point to that file, instead of
2191 the one it used to point at. Useful when a file has been renamed
2192 after a bookmark was set in it.
2193
2194 \(fn BOOKMARK-NAME)" t nil)
2195
2196 (autoload 'bookmark-insert-location "bookmark" "\
2197 Insert the name of the file associated with BOOKMARK-NAME.
2198
2199 Optional second arg NO-HISTORY means don't record this in the
2200 minibuffer history list `bookmark-history'.
2201
2202 \(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil)
2203
2204 (defalias 'bookmark-locate 'bookmark-insert-location)
2205
2206 (autoload 'bookmark-rename "bookmark" "\
2207 Change the name of OLD-NAME bookmark to NEW-NAME name.
2208 If called from keyboard, prompt for OLD-NAME and NEW-NAME.
2209 If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME.
2210
2211 If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed
2212 as an argument. If called with two strings, then no prompting is done.
2213 You must pass at least OLD-NAME when calling from Lisp.
2214
2215 While you are entering the new name, consecutive C-w's insert
2216 consecutive words from the text of the buffer into the new bookmark
2217 name.
2218
2219 \(fn OLD-NAME &optional NEW-NAME)" t nil)
2220
2221 (autoload 'bookmark-insert "bookmark" "\
2222 Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
2223 BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
2224
2225 You may have a problem using this function if the value of variable
2226 `bookmark-alist' is nil. If that happens, you need to load in some
2227 bookmarks. See help on function `bookmark-load' for more about
2228 this.
2229
2230 \(fn BOOKMARK-NAME)" t nil)
2231
2232 (autoload 'bookmark-delete "bookmark" "\
2233 Delete BOOKMARK-NAME from the bookmark list.
2234
2235 Removes only the first instance of a bookmark with that name. If
2236 there are one or more other bookmarks with the same name, they will
2237 not be deleted. Defaults to the \"current\" bookmark (that is, the
2238 one most recently used in this file, if any).
2239 Optional second arg BATCH means don't update the bookmark list buffer,
2240 probably because we were called from there.
2241
2242 \(fn BOOKMARK-NAME &optional BATCH)" t nil)
2243
2244 (autoload 'bookmark-write "bookmark" "\
2245 Write bookmarks to a file (reading the file name with the minibuffer).
2246 Don't use this in Lisp programs; use `bookmark-save' instead.
2247
2248 \(fn)" t nil)
2249
2250 (autoload 'bookmark-save "bookmark" "\
2251 Save currently defined bookmarks.
2252 Saves by default in the file defined by the variable
2253 `bookmark-default-file'. With a prefix arg, save it in file FILE
2254 \(second argument).
2255
2256 If you are calling this from Lisp, the two arguments are PARG and
2257 FILE, and if you just want it to write to the default file, then
2258 pass no arguments. Or pass in nil and FILE, and it will save in FILE
2259 instead. If you pass in one argument, and it is non-nil, then the
2260 user will be interactively queried for a file to save in.
2261
2262 When you want to load in the bookmarks from a file, use
2263 `bookmark-load', \\[bookmark-load]. That function will prompt you
2264 for a file, defaulting to the file defined by variable
2265 `bookmark-default-file'.
2266
2267 \(fn &optional PARG FILE)" t nil)
2268
2269 (autoload 'bookmark-load "bookmark" "\
2270 Load bookmarks from FILE (which must be in bookmark format).
2271 Appends loaded bookmarks to the front of the list of bookmarks. If
2272 optional second argument OVERWRITE is non-nil, existing bookmarks are
2273 destroyed. Optional third arg NO-MSG means don't display any messages
2274 while loading.
2275
2276 If you load a file that doesn't contain a proper bookmark alist, you
2277 will corrupt Emacs's bookmark list. Generally, you should only load
2278 in files that were created with the bookmark functions in the first
2279 place. Your own personal bookmark file, `~/.emacs.bmk', is
2280 maintained automatically by Emacs; you shouldn't need to load it
2281 explicitly.
2282
2283 If you load a file containing bookmarks with the same names as
2284 bookmarks already present in your Emacs, the new bookmarks will get
2285 unique numeric suffixes \"<2>\", \"<3>\", ... following the same
2286 method buffers use to resolve name collisions.
2287
2288 \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
2289
2290 (autoload 'bookmark-bmenu-list "bookmark" "\
2291 Display a list of existing bookmarks.
2292 The list is displayed in a buffer named `*Bookmark List*'.
2293 The leftmost column displays a D if the bookmark is flagged for
2294 deletion, or > if it is flagged for displaying.
2295
2296 \(fn)" t nil)
2297
2298 (defalias 'list-bookmarks 'bookmark-bmenu-list)
2299
2300 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
2301
2302 (autoload 'bookmark-bmenu-search "bookmark" "\
2303 Incremental search of bookmarks, hiding the non-matches as we go.
2304
2305 \(fn)" t nil)
2306
2307 (defvar menu-bar-bookmark-map (let ((map (make-sparse-keymap "Bookmark functions"))) (bindings--define-key map [load] '(menu-item "Load a Bookmark File..." bookmark-load :help "Load bookmarks from a bookmark file)")) (bindings--define-key map [write] '(menu-item "Save Bookmarks As..." bookmark-write :help "Write bookmarks to a file (reading the file name with the minibuffer)")) (bindings--define-key map [save] '(menu-item "Save Bookmarks" bookmark-save :help "Save currently defined bookmarks")) (bindings--define-key map [edit] '(menu-item "Edit Bookmark List" bookmark-bmenu-list :help "Display a list of existing bookmarks")) (bindings--define-key map [delete] '(menu-item "Delete Bookmark..." bookmark-delete :help "Delete a bookmark from the bookmark list")) (bindings--define-key map [rename] '(menu-item "Rename Bookmark..." bookmark-rename :help "Change the name of a bookmark")) (bindings--define-key map [locate] '(menu-item "Insert Location..." bookmark-locate :help "Insert the name of the file associated with a bookmark")) (bindings--define-key map [insert] '(menu-item "Insert Contents..." bookmark-insert :help "Insert the text of the file pointed to by a bookmark")) (bindings--define-key map [set] '(menu-item "Set Bookmark..." bookmark-set :help "Set a bookmark named inside a file.")) (bindings--define-key map [jump] '(menu-item "Jump to Bookmark..." bookmark-jump :help "Jump to a bookmark (a point in some file)")) map))
2308
2309 (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map)
2310
2311 ;;;***
2312 \f
2313 ;;;### (autoloads (browse-url-elinks browse-url-kde browse-url-generic
2314 ;;;;;; browse-url-mail browse-url-text-emacs browse-url-text-xterm
2315 ;;;;;; browse-url-w3-gnudoit browse-url-w3 browse-url-cci browse-url-mosaic
2316 ;;;;;; browse-url-gnome-moz browse-url-emacs browse-url-galeon browse-url-chromium
2317 ;;;;;; browse-url-firefox browse-url-mozilla browse-url-netscape
2318 ;;;;;; browse-url-xdg-open browse-url-at-mouse browse-url-at-point
2319 ;;;;;; browse-url browse-url-of-region browse-url-of-dired-file
2320 ;;;;;; browse-url-of-buffer browse-url-of-file browse-url-browser-function)
2321 ;;;;;; "browse-url" "net/browse-url.el" (20706 54231 807276 0))
2322 ;;; Generated autoloads from net/browse-url.el
2323
2324 (defvar browse-url-browser-function 'browse-url-default-browser "\
2325 Function to display the current buffer in a WWW browser.
2326 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2327 `browse-url-of-file' commands.
2328
2329 If the value is not a function it should be a list of pairs
2330 \(REGEXP . FUNCTION). In this case the function called will be the one
2331 associated with the first REGEXP which matches the current URL. The
2332 function is passed the URL and any other args of `browse-url'. The last
2333 regexp should probably be \".\" to specify a default browser.")
2334
2335 (custom-autoload 'browse-url-browser-function "browse-url" t)
2336
2337 (autoload 'browse-url-of-file "browse-url" "\
2338 Ask a WWW browser to display FILE.
2339 Display the current buffer's file if FILE is nil or if called
2340 interactively. Turn the filename into a URL with function
2341 `browse-url-file-url'. Pass the URL to a browser using the
2342 `browse-url' function then run `browse-url-of-file-hook'.
2343
2344 \(fn &optional FILE)" t nil)
2345
2346 (autoload 'browse-url-of-buffer "browse-url" "\
2347 Ask a WWW browser to display BUFFER.
2348 Display the current buffer if BUFFER is nil. Display only the
2349 currently visible part of BUFFER (from a temporary file) if buffer is
2350 narrowed.
2351
2352 \(fn &optional BUFFER)" t nil)
2353
2354 (autoload 'browse-url-of-dired-file "browse-url" "\
2355 In Dired, ask a WWW browser to display the file named on this line.
2356
2357 \(fn)" t nil)
2358
2359 (autoload 'browse-url-of-region "browse-url" "\
2360 Ask a WWW browser to display the current region.
2361
2362 \(fn MIN MAX)" t nil)
2363
2364 (autoload 'browse-url "browse-url" "\
2365 Ask a WWW browser to load URL.
2366 Prompts for a URL, defaulting to the URL at or before point. Variable
2367 `browse-url-browser-function' says which browser to use.
2368 If the URL is a mailto: URL, consult `browse-url-mailto-function'
2369 first, if that exists.
2370
2371 \(fn URL &rest ARGS)" t nil)
2372
2373 (autoload 'browse-url-at-point "browse-url" "\
2374 Ask a WWW browser to load the URL at or before point.
2375 Doesn't let you edit the URL like `browse-url'. Variable
2376 `browse-url-browser-function' says which browser to use.
2377
2378 \(fn &optional ARG)" t nil)
2379
2380 (autoload 'browse-url-at-mouse "browse-url" "\
2381 Ask a WWW browser to load a URL clicked with the mouse.
2382 The URL is the one around or before the position of the mouse click
2383 but point is not changed. Doesn't let you edit the URL like
2384 `browse-url'. Variable `browse-url-browser-function' says which browser
2385 to use.
2386
2387 \(fn EVENT)" t nil)
2388
2389 (autoload 'browse-url-xdg-open "browse-url" "\
2390 Pass the specified URL to the \"xdg-open\" command.
2391 xdg-open is a desktop utility that calls your preferred web browser.
2392 The optional argument IGNORED is not used.
2393
2394 \(fn URL &optional IGNORED)" t nil)
2395
2396 (autoload 'browse-url-netscape "browse-url" "\
2397 Ask the Netscape WWW browser to load URL.
2398 Default to the URL around or before point. The strings in variable
2399 `browse-url-netscape-arguments' are also passed to Netscape.
2400
2401 When called interactively, if variable `browse-url-new-window-flag' is
2402 non-nil, load the document in a new Netscape window, otherwise use a
2403 random existing one. A non-nil interactive prefix argument reverses
2404 the effect of `browse-url-new-window-flag'.
2405
2406 If `browse-url-netscape-new-window-is-tab' is non-nil, then
2407 whenever a document would otherwise be loaded in a new window, it
2408 is loaded in a new tab in an existing window instead.
2409
2410 When called non-interactively, optional second argument NEW-WINDOW is
2411 used instead of `browse-url-new-window-flag'.
2412
2413 \(fn URL &optional NEW-WINDOW)" t nil)
2414
2415 (autoload 'browse-url-mozilla "browse-url" "\
2416 Ask the Mozilla WWW browser to load URL.
2417 Default to the URL around or before point. The strings in variable
2418 `browse-url-mozilla-arguments' are also passed to Mozilla.
2419
2420 When called interactively, if variable `browse-url-new-window-flag' is
2421 non-nil, load the document in a new Mozilla window, otherwise use a
2422 random existing one. A non-nil interactive prefix argument reverses
2423 the effect of `browse-url-new-window-flag'.
2424
2425 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2426 document would otherwise be loaded in a new window, it is loaded in a
2427 new tab in an existing window instead.
2428
2429 When called non-interactively, optional second argument NEW-WINDOW is
2430 used instead of `browse-url-new-window-flag'.
2431
2432 \(fn URL &optional NEW-WINDOW)" t nil)
2433
2434 (autoload 'browse-url-firefox "browse-url" "\
2435 Ask the Firefox WWW browser to load URL.
2436 Default to the URL around or before point. The strings in
2437 variable `browse-url-firefox-arguments' are also passed to
2438 Firefox.
2439
2440 When called interactively, if variable
2441 `browse-url-new-window-flag' is non-nil, load the document in a
2442 new Firefox window, otherwise use a random existing one. A
2443 non-nil interactive prefix argument reverses the effect of
2444 `browse-url-new-window-flag'.
2445
2446 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2447 whenever a document would otherwise be loaded in a new window, it
2448 is loaded in a new tab in an existing window instead.
2449
2450 When called non-interactively, optional second argument
2451 NEW-WINDOW is used instead of `browse-url-new-window-flag'.
2452
2453 On MS-Windows systems the optional `new-window' parameter is
2454 ignored. Firefox for Windows does not support the \"-remote\"
2455 command line parameter. Therefore, the
2456 `browse-url-new-window-flag' and `browse-url-firefox-new-window-is-tab'
2457 are ignored as well. Firefox on Windows will always open the requested
2458 URL in a new window.
2459
2460 \(fn URL &optional NEW-WINDOW)" t nil)
2461
2462 (autoload 'browse-url-chromium "browse-url" "\
2463 Ask the Chromium WWW browser to load URL.
2464 Default to the URL around or before point. The strings in
2465 variable `browse-url-chromium-arguments' are also passed to
2466 Chromium.
2467
2468 \(fn URL &optional NEW-WINDOW)" t nil)
2469
2470 (autoload 'browse-url-galeon "browse-url" "\
2471 Ask the Galeon WWW browser to load URL.
2472 Default to the URL around or before point. The strings in variable
2473 `browse-url-galeon-arguments' are also passed to Galeon.
2474
2475 When called interactively, if variable `browse-url-new-window-flag' is
2476 non-nil, load the document in a new Galeon window, otherwise use a
2477 random existing one. A non-nil interactive prefix argument reverses
2478 the effect of `browse-url-new-window-flag'.
2479
2480 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2481 document would otherwise be loaded in a new window, it is loaded in a
2482 new tab in an existing window instead.
2483
2484 When called non-interactively, optional second argument NEW-WINDOW is
2485 used instead of `browse-url-new-window-flag'.
2486
2487 \(fn URL &optional NEW-WINDOW)" t nil)
2488
2489 (autoload 'browse-url-emacs "browse-url" "\
2490 Ask Emacs to load URL into a buffer and show it in another window.
2491
2492 \(fn URL &optional NEW-WINDOW)" t nil)
2493
2494 (autoload 'browse-url-gnome-moz "browse-url" "\
2495 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2496 Default to the URL around or before point. The strings in variable
2497 `browse-url-gnome-moz-arguments' are also passed.
2498
2499 When called interactively, if variable `browse-url-new-window-flag' is
2500 non-nil, load the document in a new browser window, otherwise use an
2501 existing one. A non-nil interactive prefix argument reverses the
2502 effect of `browse-url-new-window-flag'.
2503
2504 When called non-interactively, optional second argument NEW-WINDOW is
2505 used instead of `browse-url-new-window-flag'.
2506
2507 \(fn URL &optional NEW-WINDOW)" t nil)
2508
2509 (autoload 'browse-url-mosaic "browse-url" "\
2510 Ask the XMosaic WWW browser to load URL.
2511
2512 Default to the URL around or before point. The strings in variable
2513 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2514 program is invoked according to the variable
2515 `browse-url-mosaic-program'.
2516
2517 When called interactively, if variable `browse-url-new-window-flag' is
2518 non-nil, load the document in a new Mosaic window, otherwise use a
2519 random existing one. A non-nil interactive prefix argument reverses
2520 the effect of `browse-url-new-window-flag'.
2521
2522 When called non-interactively, optional second argument NEW-WINDOW is
2523 used instead of `browse-url-new-window-flag'.
2524
2525 \(fn URL &optional NEW-WINDOW)" t nil)
2526
2527 (autoload 'browse-url-cci "browse-url" "\
2528 Ask the XMosaic WWW browser to load URL.
2529 Default to the URL around or before point.
2530
2531 This function only works for XMosaic version 2.5 or later. You must
2532 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2533 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2534
2535 When called interactively, if variable `browse-url-new-window-flag' is
2536 non-nil, load the document in a new browser window, otherwise use a
2537 random existing one. A non-nil interactive prefix argument reverses
2538 the effect of `browse-url-new-window-flag'.
2539
2540 When called non-interactively, optional second argument NEW-WINDOW is
2541 used instead of `browse-url-new-window-flag'.
2542
2543 \(fn URL &optional NEW-WINDOW)" t nil)
2544
2545 (autoload 'browse-url-w3 "browse-url" "\
2546 Ask the w3 WWW browser to load URL.
2547 Default to the URL around or before point.
2548
2549 When called interactively, if variable `browse-url-new-window-flag' is
2550 non-nil, load the document in a new window. A non-nil interactive
2551 prefix argument reverses the effect of `browse-url-new-window-flag'.
2552
2553 When called non-interactively, optional second argument NEW-WINDOW is
2554 used instead of `browse-url-new-window-flag'.
2555
2556 \(fn URL &optional NEW-WINDOW)" t nil)
2557
2558 (autoload 'browse-url-w3-gnudoit "browse-url" "\
2559 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2560 The `browse-url-gnudoit-program' program is used with options given by
2561 `browse-url-gnudoit-args'. Default to the URL around or before point.
2562
2563 \(fn URL &optional NEW-WINDOW)" t nil)
2564
2565 (autoload 'browse-url-text-xterm "browse-url" "\
2566 Ask a text browser to load URL.
2567 URL defaults to the URL around or before point.
2568 This runs the text browser specified by `browse-url-text-browser'.
2569 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2570 with possible additional arguments `browse-url-xterm-args'.
2571
2572 \(fn URL &optional NEW-WINDOW)" t nil)
2573
2574 (autoload 'browse-url-text-emacs "browse-url" "\
2575 Ask a text browser to load URL.
2576 URL defaults to the URL around or before point.
2577 This runs the text browser specified by `browse-url-text-browser'.
2578 With a prefix argument, it runs a new browser process in a new buffer.
2579
2580 When called interactively, if variable `browse-url-new-window-flag' is
2581 non-nil, load the document in a new browser process in a new term window,
2582 otherwise use any existing one. A non-nil interactive prefix argument
2583 reverses the effect of `browse-url-new-window-flag'.
2584
2585 When called non-interactively, optional second argument NEW-WINDOW is
2586 used instead of `browse-url-new-window-flag'.
2587
2588 \(fn URL &optional NEW-BUFFER)" t nil)
2589
2590 (autoload 'browse-url-mail "browse-url" "\
2591 Open a new mail message buffer within Emacs for the RFC 2368 URL.
2592 Default to using the mailto: URL around or before point as the
2593 recipient's address. Supplying a non-nil interactive prefix argument
2594 will cause the mail to be composed in another window rather than the
2595 current one.
2596
2597 When called interactively, if variable `browse-url-new-window-flag' is
2598 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2599 non-nil interactive prefix argument reverses the effect of
2600 `browse-url-new-window-flag'.
2601
2602 When called non-interactively, optional second argument NEW-WINDOW is
2603 used instead of `browse-url-new-window-flag'.
2604
2605 \(fn URL &optional NEW-WINDOW)" t nil)
2606
2607 (autoload 'browse-url-generic "browse-url" "\
2608 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2609 Default to the URL around or before point. A fresh copy of the
2610 browser is started up in a new process with possible additional arguments
2611 `browse-url-generic-args'. This is appropriate for browsers which
2612 don't offer a form of remote control.
2613
2614 \(fn URL &optional NEW-WINDOW)" t nil)
2615
2616 (autoload 'browse-url-kde "browse-url" "\
2617 Ask the KDE WWW browser to load URL.
2618 Default to the URL around or before point.
2619
2620 \(fn URL &optional NEW-WINDOW)" t nil)
2621
2622 (autoload 'browse-url-elinks "browse-url" "\
2623 Ask the Elinks WWW browser to load URL.
2624 Default to the URL around the point.
2625
2626 The document is loaded in a new tab of a running Elinks or, if
2627 none yet running, a newly started instance.
2628
2629 The Elinks command will be prepended by the program+arguments
2630 from `browse-url-elinks-wrapper'.
2631
2632 \(fn URL &optional NEW-WINDOW)" t nil)
2633
2634 ;;;***
2635 \f
2636 ;;;### (autoloads (bs-show bs-customize bs-cycle-previous bs-cycle-next)
2637 ;;;;;; "bs" "bs.el" (20706 54231 807276 0))
2638 ;;; Generated autoloads from bs.el
2639
2640 (autoload 'bs-cycle-next "bs" "\
2641 Select next buffer defined by buffer cycling.
2642 The buffers taking part in buffer cycling are defined
2643 by buffer configuration `bs-cycle-configuration-name'.
2644
2645 \(fn)" t nil)
2646
2647 (autoload 'bs-cycle-previous "bs" "\
2648 Select previous buffer defined by buffer cycling.
2649 The buffers taking part in buffer cycling are defined
2650 by buffer configuration `bs-cycle-configuration-name'.
2651
2652 \(fn)" t nil)
2653
2654 (autoload 'bs-customize "bs" "\
2655 Customization of group bs for Buffer Selection Menu.
2656
2657 \(fn)" t nil)
2658
2659 (autoload 'bs-show "bs" "\
2660 Make a menu of buffers so you can manipulate buffers or the buffer list.
2661 \\<bs-mode-map>
2662 There are many key commands similar to `Buffer-menu-mode' for
2663 manipulating the buffer list and the buffers themselves.
2664 User can move with [up] or [down], select a buffer
2665 by \\[bs-select] or [SPC]
2666
2667 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2668 Type \\[bs-help] after invocation to get help on commands available.
2669 With prefix argument ARG show a different buffer list. Function
2670 `bs--configuration-name-for-prefix-arg' determine accordingly
2671 name of buffer configuration.
2672
2673 \(fn ARG)" t nil)
2674
2675 ;;;***
2676 \f
2677 ;;;### (autoloads (bubbles) "bubbles" "play/bubbles.el" (20706 54231
2678 ;;;;;; 807276 0))
2679 ;;; Generated autoloads from play/bubbles.el
2680
2681 (autoload 'bubbles "bubbles" "\
2682 Play Bubbles game.
2683 \\<bubbles-mode-map>
2684 The goal is to remove all bubbles with as few moves as possible.
2685 \\[bubbles-plop] on a bubble removes that bubble and all
2686 connected bubbles of the same color. Unsupported bubbles fall
2687 down, and columns that do not contain any bubbles suck the
2688 columns on its right towards the left.
2689
2690 \\[bubbles-set-game-easy] sets the difficulty to easy.
2691 \\[bubbles-set-game-medium] sets the difficulty to medium.
2692 \\[bubbles-set-game-difficult] sets the difficulty to difficult.
2693 \\[bubbles-set-game-hard] sets the difficulty to hard.
2694
2695 \(fn)" t nil)
2696
2697 ;;;***
2698 \f
2699 ;;;### (autoloads (bug-reference-prog-mode bug-reference-mode) "bug-reference"
2700 ;;;;;; "progmodes/bug-reference.el" (20706 54231 807276 0))
2701 ;;; Generated autoloads from progmodes/bug-reference.el
2702
2703 (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
2704
2705 (autoload 'bug-reference-mode "bug-reference" "\
2706 Toggle hyperlinking bug references in the buffer (Bug Reference mode).
2707 With a prefix argument ARG, enable Bug Reference mode if ARG is
2708 positive, and disable it otherwise. If called from Lisp, enable
2709 the mode if ARG is omitted or nil.
2710
2711 \(fn &optional ARG)" t nil)
2712
2713 (autoload 'bug-reference-prog-mode "bug-reference" "\
2714 Like `bug-reference-mode', but only buttonize in comments and strings.
2715
2716 \(fn &optional ARG)" t nil)
2717
2718 ;;;***
2719 \f
2720 ;;;### (autoloads (batch-byte-recompile-directory batch-byte-compile
2721 ;;;;;; batch-byte-compile-if-not-done display-call-tree byte-compile
2722 ;;;;;; compile-defun byte-compile-file byte-recompile-directory
2723 ;;;;;; byte-force-recompile byte-compile-enable-warning byte-compile-disable-warning)
2724 ;;;;;; "bytecomp" "emacs-lisp/bytecomp.el" (20706 54231 807276 0))
2725 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2726 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2727 (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2728 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2729
2730 (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
2731
2732 (autoload 'byte-compile-disable-warning "bytecomp" "\
2733 Change `byte-compile-warnings' to disable WARNING.
2734 If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2735 Otherwise, if the first element is `not', add WARNING, else remove it.
2736 Normally you should let-bind `byte-compile-warnings' before calling this,
2737 else the global value will be modified.
2738
2739 \(fn WARNING)" nil nil)
2740
2741 (autoload 'byte-compile-enable-warning "bytecomp" "\
2742 Change `byte-compile-warnings' to enable WARNING.
2743 If `byte-compile-warnings' is `t', do nothing. Otherwise, if the
2744 first element is `not', remove WARNING, else add it.
2745 Normally you should let-bind `byte-compile-warnings' before calling this,
2746 else the global value will be modified.
2747
2748 \(fn WARNING)" nil nil)
2749
2750 (autoload 'byte-force-recompile "bytecomp" "\
2751 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2752 Files in subdirectories of DIRECTORY are processed also.
2753
2754 \(fn DIRECTORY)" t nil)
2755
2756 (autoload 'byte-recompile-directory "bytecomp" "\
2757 Recompile every `.el' file in DIRECTORY that needs recompilation.
2758 This happens when a `.elc' file exists but is older than the `.el' file.
2759 Files in subdirectories of DIRECTORY are processed also.
2760
2761 If the `.elc' file does not exist, normally this function *does not*
2762 compile the corresponding `.el' file. However, if the prefix argument
2763 ARG is 0, that means do compile all those files. A nonzero
2764 ARG means ask the user, for each such `.el' file, whether to
2765 compile it. A nonzero ARG also means ask about each subdirectory
2766 before scanning it.
2767
2768 If the third argument FORCE is non-nil, recompile every `.el' file
2769 that already has a `.elc' file.
2770
2771 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2772 (put 'no-byte-compile 'safe-local-variable 'booleanp)
2773
2774 (autoload 'byte-compile-file "bytecomp" "\
2775 Compile a file of Lisp code named FILENAME into a file of byte code.
2776 The output file's name is generated by passing FILENAME to the
2777 function `byte-compile-dest-file' (which see).
2778 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2779 The value is non-nil if there were no errors, nil if errors.
2780
2781 \(fn FILENAME &optional LOAD)" t nil)
2782
2783 (autoload 'compile-defun "bytecomp" "\
2784 Compile and evaluate the current top-level form.
2785 Print the result in the echo area.
2786 With argument ARG, insert value in current buffer after the form.
2787
2788 \(fn &optional ARG)" t nil)
2789
2790 (autoload 'byte-compile "bytecomp" "\
2791 If FORM is a symbol, byte-compile its function definition.
2792 If FORM is a lambda or a macro, byte-compile it as a function.
2793
2794 \(fn FORM)" nil nil)
2795
2796 (autoload 'display-call-tree "bytecomp" "\
2797 Display a call graph of a specified file.
2798 This lists which functions have been called, what functions called
2799 them, and what functions they call. The list includes all functions
2800 whose definitions have been compiled in this Emacs session, as well as
2801 all functions called by those functions.
2802
2803 The call graph does not include macros, inline functions, or
2804 primitives that the byte-code interpreter knows about directly (eq,
2805 cons, etc.).
2806
2807 The call tree also lists those functions which are not known to be called
2808 \(that is, to which no calls have been compiled), and which cannot be
2809 invoked interactively.
2810
2811 \(fn &optional FILENAME)" t nil)
2812
2813 (autoload 'batch-byte-compile-if-not-done "bytecomp" "\
2814 Like `byte-compile-file' but doesn't recompile if already up to date.
2815 Use this from the command line, with `-batch';
2816 it won't work in an interactive Emacs.
2817
2818 \(fn)" nil nil)
2819
2820 (autoload 'batch-byte-compile "bytecomp" "\
2821 Run `byte-compile-file' on the files remaining on the command line.
2822 Use this from the command line, with `-batch';
2823 it won't work in an interactive Emacs.
2824 Each file is processed even if an error occurred previously.
2825 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2826 If NOFORCE is non-nil, don't recompile a file that seems to be
2827 already up-to-date.
2828
2829 \(fn &optional NOFORCE)" nil nil)
2830
2831 (autoload 'batch-byte-recompile-directory "bytecomp" "\
2832 Run `byte-recompile-directory' on the dirs remaining on the command line.
2833 Must be used only with `-batch', and kills Emacs on completion.
2834 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2835
2836 Optional argument ARG is passed as second argument ARG to
2837 `byte-recompile-directory'; see there for its possible values
2838 and corresponding effects.
2839
2840 \(fn &optional ARG)" nil nil)
2841
2842 ;;;***
2843 \f
2844 ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (20706
2845 ;;;;;; 54231 807276 0))
2846 ;;; Generated autoloads from calendar/cal-china.el
2847
2848 (put 'calendar-chinese-time-zone 'risky-local-variable t)
2849
2850 (put 'chinese-calendar-time-zone 'risky-local-variable t)
2851
2852 ;;;***
2853 \f
2854 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (20706 54231
2855 ;;;;;; 807276 0))
2856 ;;; Generated autoloads from calendar/cal-dst.el
2857
2858 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
2859
2860 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
2861
2862 (put 'calendar-current-time-zone-cache 'risky-local-variable t)
2863
2864 ;;;***
2865 \f
2866 ;;;### (autoloads (calendar-hebrew-list-yahrzeits) "cal-hebrew" "calendar/cal-hebrew.el"
2867 ;;;;;; (20706 54231 807276 0))
2868 ;;; Generated autoloads from calendar/cal-hebrew.el
2869
2870 (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
2871 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2872 When called interactively from the calendar window, the date of death is taken
2873 from the cursor position.
2874
2875 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2876
2877 (define-obsolete-function-alias 'list-yahrzeit-dates 'calendar-hebrew-list-yahrzeits "23.1")
2878
2879 ;;;***
2880 \f
2881 ;;;### (autoloads (defmath calc-embedded-activate calc-embedded calc-grab-rectangle
2882 ;;;;;; calc-grab-region full-calc-keypad calc-keypad calc-eval quick-calc
2883 ;;;;;; full-calc calc calc-dispatch) "calc" "calc/calc.el" (20706
2884 ;;;;;; 54231 807276 0))
2885 ;;; Generated autoloads from calc/calc.el
2886 (define-key ctl-x-map "*" 'calc-dispatch)
2887
2888 (autoload 'calc-dispatch "calc" "\
2889 Invoke the GNU Emacs Calculator. See `calc-dispatch-help' for details.
2890
2891 \(fn &optional ARG)" t nil)
2892
2893 (autoload 'calc "calc" "\
2894 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2895
2896 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2897
2898 (autoload 'full-calc "calc" "\
2899 Invoke the Calculator and give it a full-sized window.
2900
2901 \(fn &optional INTERACTIVE)" t nil)
2902
2903 (autoload 'quick-calc "calc" "\
2904 Do a quick calculation in the minibuffer without invoking full Calculator.
2905
2906 \(fn)" t nil)
2907
2908 (autoload 'calc-eval "calc" "\
2909 Do a quick calculation and return the result as a string.
2910 Return value will either be the formatted result in string form,
2911 or a list containing a character position and an error message in string form.
2912
2913 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2914
2915 (autoload 'calc-keypad "calc" "\
2916 Invoke the Calculator in \"visual keypad\" mode.
2917 This is most useful in the X window system.
2918 In this mode, click on the Calc \"buttons\" using the left mouse button.
2919 Or, position the cursor manually and do M-x calc-keypad-press.
2920
2921 \(fn &optional INTERACTIVE)" t nil)
2922
2923 (autoload 'full-calc-keypad "calc" "\
2924 Invoke the Calculator in full-screen \"visual keypad\" mode.
2925 See calc-keypad for details.
2926
2927 \(fn &optional INTERACTIVE)" t nil)
2928
2929 (autoload 'calc-grab-region "calc" "\
2930 Parse the region as a vector of numbers and push it on the Calculator stack.
2931
2932 \(fn TOP BOT ARG)" t nil)
2933
2934 (autoload 'calc-grab-rectangle "calc" "\
2935 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2936
2937 \(fn TOP BOT ARG)" t nil)
2938
2939 (autoload 'calc-embedded "calc" "\
2940 Start Calc Embedded mode on the formula surrounding point.
2941
2942 \(fn ARG &optional END OBEG OEND)" t nil)
2943
2944 (autoload 'calc-embedded-activate "calc" "\
2945 Scan the current editing buffer for all embedded := and => formulas.
2946 Also looks for the equivalent TeX words, \\gets and \\evalto.
2947
2948 \(fn &optional ARG CBUF)" t nil)
2949
2950 (autoload 'defmath "calc" "\
2951 Define Calc function.
2952
2953 Like `defun' except that code in the body of the definition can
2954 make use of the full range of Calc data types and the usual
2955 arithmetic operations are converted to their Calc equivalents.
2956
2957 The prefix `calcFunc-' is added to the specified name to get the
2958 actual Lisp function name.
2959
2960 See Info node `(calc)Defining Functions'.
2961
2962 \(fn FUNC ARGS &rest BODY)" nil t)
2963
2964 (put 'defmath 'doc-string-elt '3)
2965
2966 ;;;***
2967 \f
2968 ;;;### (autoloads (calc-undo) "calc-undo" "calc/calc-undo.el" (20706
2969 ;;;;;; 54231 807276 0))
2970 ;;; Generated autoloads from calc/calc-undo.el
2971
2972 (autoload 'calc-undo "calc-undo" "\
2973
2974
2975 \(fn N)" t nil)
2976
2977 ;;;***
2978 \f
2979 ;;;### (autoloads (calculator) "calculator" "calculator.el" (20706
2980 ;;;;;; 54231 807276 0))
2981 ;;; Generated autoloads from calculator.el
2982
2983 (autoload 'calculator "calculator" "\
2984 Run the Emacs calculator.
2985 See the documentation for `calculator-mode' for more information.
2986
2987 \(fn)" t nil)
2988
2989 ;;;***
2990 \f
2991 ;;;### (autoloads (calendar) "calendar" "calendar/calendar.el" (20706
2992 ;;;;;; 54231 807276 0))
2993 ;;; Generated autoloads from calendar/calendar.el
2994
2995 (autoload 'calendar "calendar" "\
2996 Display a three-month Gregorian calendar.
2997 The three months appear side by side, with the current month in
2998 the middle surrounded by the previous and next months. The
2999 cursor is put on today's date. If optional prefix argument ARG
3000 is non-nil, prompts for the central month and year.
3001
3002 Once in the calendar window, future or past months can be moved
3003 into view. Arbitrary months can be displayed, or the calendar
3004 can be scrolled forward or backward. The cursor can be moved
3005 forward or backward by one day, one week, one month, or one year.
3006 All of these commands take prefix arguments which, when negative,
3007 cause movement in the opposite direction. For convenience, the
3008 digit keys and the minus sign are automatically prefixes. Use
3009 \\[describe-mode] for details of the key bindings in the calendar
3010 window.
3011
3012 Displays the calendar in a separate window, or optionally in a
3013 separate frame, depending on the value of `calendar-setup'.
3014
3015 If `calendar-view-diary-initially-flag' is non-nil, also displays the
3016 diary entries for the current date (or however many days
3017 `diary-number-of-entries' specifies). This variable can be
3018 overridden by `calendar-setup'. As well as being displayed,
3019 diary entries can also be marked on the calendar (see
3020 `calendar-mark-diary-entries-flag').
3021
3022 Runs the following hooks:
3023
3024 `calendar-load-hook' - after loading calendar.el
3025 `calendar-today-visible-hook', `calendar-today-invisible-hook' - after
3026 generating a calendar, if today's date is visible or not, respectively
3027 `calendar-initial-window-hook' - after first creating a calendar
3028
3029 This function is suitable for execution in an init file.
3030
3031 \(fn &optional ARG)" t nil)
3032
3033 ;;;***
3034 \f
3035 ;;;### (autoloads (canlock-verify canlock-insert-header) "canlock"
3036 ;;;;;; "gnus/canlock.el" (20706 54231 807276 0))
3037 ;;; Generated autoloads from gnus/canlock.el
3038
3039 (autoload 'canlock-insert-header "canlock" "\
3040 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
3041
3042 \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil)
3043
3044 (autoload 'canlock-verify "canlock" "\
3045 Verify Cancel-Lock or Cancel-Key in BUFFER.
3046 If BUFFER is nil, the current buffer is assumed. Signal an error if
3047 it fails.
3048
3049 \(fn &optional BUFFER)" t nil)
3050
3051 ;;;***
3052 \f
3053 ;;;### (autoloads (capitalized-words-mode) "cap-words" "progmodes/cap-words.el"
3054 ;;;;;; (20706 54231 807276 0))
3055 ;;; Generated autoloads from progmodes/cap-words.el
3056
3057 (autoload 'capitalized-words-mode "cap-words" "\
3058 Toggle Capitalized Words mode.
3059 With a prefix argument ARG, enable Capitalized Words mode if ARG
3060 is positive, and disable it otherwise. If called from Lisp,
3061 enable the mode if ARG is omitted or nil.
3062
3063 Capitalized Words mode is a buffer-local minor mode. When
3064 enabled, a word boundary occurs immediately before an uppercase
3065 letter in a symbol. This is in addition to all the normal
3066 boundaries given by the syntax and category tables. There is no
3067 restriction to ASCII.
3068
3069 E.g. the beginning of words in the following identifier are as marked:
3070
3071 capitalizedWorDD
3072 ^ ^ ^^
3073
3074 Note that these word boundaries only apply for word motion and
3075 marking commands such as \\[forward-word]. This mode does not affect word
3076 boundaries found by regexp matching (`\\>', `\\w' &c).
3077
3078 This style of identifiers is common in environments like Java ones,
3079 where underscores aren't trendy enough. Capitalization rules are
3080 sometimes part of the language, e.g. Haskell, which may thus encourage
3081 such a style. It is appropriate to add `capitalized-words-mode' to
3082 the mode hook for programming language modes in which you encounter
3083 variables like this, e.g. `java-mode-hook'. It's unlikely to cause
3084 trouble if such identifiers aren't used.
3085
3086 See also `glasses-mode' and `studlify-word'.
3087 Obsoletes `c-forward-into-nomenclature'.
3088
3089 \(fn &optional ARG)" t nil)
3090
3091 ;;;***
3092 \f
3093 ;;;### (autoloads nil "cc-compat" "progmodes/cc-compat.el" (20706
3094 ;;;;;; 54231 807276 0))
3095 ;;; Generated autoloads from progmodes/cc-compat.el
3096 (put 'c-indent-level 'safe-local-variable 'integerp)
3097
3098 ;;;***
3099 \f
3100 ;;;### (autoloads (c-guess-basic-syntax) "cc-engine" "progmodes/cc-engine.el"
3101 ;;;;;; (20706 54231 807276 0))
3102 ;;; Generated autoloads from progmodes/cc-engine.el
3103
3104 (autoload 'c-guess-basic-syntax "cc-engine" "\
3105 Return the syntactic context of the current line.
3106
3107 \(fn)" nil nil)
3108
3109 ;;;***
3110 \f
3111 ;;;### (autoloads (c-guess-install c-guess-region-no-install c-guess-region
3112 ;;;;;; c-guess-buffer-no-install c-guess-buffer c-guess-no-install
3113 ;;;;;; c-guess) "cc-guess" "progmodes/cc-guess.el" (20706 54231
3114 ;;;;;; 807276 0))
3115 ;;; Generated autoloads from progmodes/cc-guess.el
3116
3117 (defvar c-guess-guessed-offsets-alist nil "\
3118 Currently guessed offsets-alist.")
3119
3120 (defvar c-guess-guessed-basic-offset nil "\
3121 Currently guessed basic-offset.")
3122
3123 (autoload 'c-guess "cc-guess" "\
3124 Guess the style in the region up to `c-guess-region-max', and install it.
3125
3126 The style is given a name based on the file's absolute file name.
3127
3128 If given a prefix argument (or if the optional argument ACCUMULATE is
3129 non-nil) then the previous guess is extended, otherwise a new guess is
3130 made from scratch.
3131
3132 \(fn &optional ACCUMULATE)" t nil)
3133
3134 (autoload 'c-guess-no-install "cc-guess" "\
3135 Guess the style in the region up to `c-guess-region-max'; don't install it.
3136
3137 If given a prefix argument (or if the optional argument ACCUMULATE is
3138 non-nil) then the previous guess is extended, otherwise a new guess is
3139 made from scratch.
3140
3141 \(fn &optional ACCUMULATE)" t nil)
3142
3143 (autoload 'c-guess-buffer "cc-guess" "\
3144 Guess the style on the whole current buffer, and install it.
3145
3146 The style is given a name based on the file's absolute file name.
3147
3148 If given a prefix argument (or if the optional argument ACCUMULATE is
3149 non-nil) then the previous guess is extended, otherwise a new guess is
3150 made from scratch.
3151
3152 \(fn &optional ACCUMULATE)" t nil)
3153
3154 (autoload 'c-guess-buffer-no-install "cc-guess" "\
3155 Guess the style on the whole current buffer; don't install it.
3156
3157 If given a prefix argument (or if the optional argument ACCUMULATE is
3158 non-nil) then the previous guess is extended, otherwise a new guess is
3159 made from scratch.
3160
3161 \(fn &optional ACCUMULATE)" t nil)
3162
3163 (autoload 'c-guess-region "cc-guess" "\
3164 Guess the style on the region and install it.
3165
3166 The style is given a name based on the file's absolute file name.
3167
3168 If given a prefix argument (or if the optional argument ACCUMULATE is
3169 non-nil) then the previous guess is extended, otherwise a new guess is
3170 made from scratch.
3171
3172 \(fn START END &optional ACCUMULATE)" t nil)
3173
3174 (autoload 'c-guess-region-no-install "cc-guess" "\
3175 Guess the style on the region; don't install it.
3176
3177 Every line of code in the region is examined and values for the following two
3178 variables are guessed:
3179
3180 * `c-basic-offset', and
3181 * the indentation values of the various syntactic symbols in
3182 `c-offsets-alist'.
3183
3184 The guessed values are put into `c-guess-guessed-basic-offset' and
3185 `c-guess-guessed-offsets-alist'.
3186
3187 Frequencies of use are taken into account when guessing, so minor
3188 inconsistencies in the indentation style shouldn't produce wrong guesses.
3189
3190 If given a prefix argument (or if the optional argument ACCUMULATE is
3191 non-nil) then the previous examination is extended, otherwise a new
3192 guess is made from scratch.
3193
3194 Note that the larger the region to guess in, the slower the guessing.
3195 So you can limit the region with `c-guess-region-max'.
3196
3197 \(fn START END &optional ACCUMULATE)" t nil)
3198
3199 (autoload 'c-guess-install "cc-guess" "\
3200 Install the latest guessed style into the current buffer.
3201 \(This guessed style is a combination of `c-guess-guessed-basic-offset',
3202 `c-guess-guessed-offsets-alist' and `c-offsets-alist'.)
3203
3204 The style is entered into CC Mode's style system by
3205 `c-add-style'. Its name is either STYLE-NAME, or a name based on
3206 the absolute file name of the file if STYLE-NAME is nil.
3207
3208 \(fn &optional STYLE-NAME)" t nil)
3209
3210 ;;;***
3211 \f
3212 ;;;### (autoloads (awk-mode pike-mode idl-mode java-mode objc-mode
3213 ;;;;;; c++-mode c-mode c-initialize-cc-mode) "cc-mode" "progmodes/cc-mode.el"
3214 ;;;;;; (20706 54231 807276 0))
3215 ;;; Generated autoloads from progmodes/cc-mode.el
3216
3217 (autoload 'c-initialize-cc-mode "cc-mode" "\
3218 Initialize CC Mode for use in the current buffer.
3219 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3220 initialization to run CC Mode for the C language is done. Otherwise
3221 only some basic setup is done, and a call to `c-init-language-vars' or
3222 `c-init-language-vars-for' is necessary too (which gives more
3223 control). See \"cc-mode.el\" for more info.
3224
3225 \(fn &optional NEW-STYLE-INIT)" nil nil)
3226
3227 (defvar c-mode-syntax-table nil "\
3228 Syntax table used in c-mode buffers.")
3229 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3230 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3231 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
3232 (add-to-list 'auto-mode-alist '("\\.[ch]\\'" . c-mode))
3233 (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
3234 (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
3235 (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode))
3236 (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode))
3237
3238 (autoload 'c-mode "cc-mode" "\
3239 Major mode for editing K&R and ANSI C code.
3240 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3241 c-mode buffer. This automatically sets up a mail buffer with version
3242 information already added. You just need to add a description of the
3243 problem, including a reproducible test case, and send the message.
3244
3245 To see what version of CC Mode you are running, enter `\\[c-version]'.
3246
3247 The hook `c-mode-common-hook' is run with no args at mode
3248 initialization, then `c-mode-hook'.
3249
3250 Key bindings:
3251 \\{c-mode-map}
3252
3253 \(fn)" t nil)
3254
3255 (defvar c++-mode-syntax-table nil "\
3256 Syntax table used in c++-mode buffers.")
3257
3258 (autoload 'c++-mode "cc-mode" "\
3259 Major mode for editing C++ code.
3260 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3261 c++-mode buffer. This automatically sets up a mail buffer with
3262 version information already added. You just need to add a description
3263 of the problem, including a reproducible test case, and send the
3264 message.
3265
3266 To see what version of CC Mode you are running, enter `\\[c-version]'.
3267
3268 The hook `c-mode-common-hook' is run with no args at mode
3269 initialization, then `c++-mode-hook'.
3270
3271 Key bindings:
3272 \\{c++-mode-map}
3273
3274 \(fn)" t nil)
3275
3276 (defvar objc-mode-syntax-table nil "\
3277 Syntax table used in objc-mode buffers.")
3278 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3279
3280 (autoload 'objc-mode "cc-mode" "\
3281 Major mode for editing Objective C code.
3282 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3283 objc-mode buffer. This automatically sets up a mail buffer with
3284 version information already added. You just need to add a description
3285 of the problem, including a reproducible test case, and send the
3286 message.
3287
3288 To see what version of CC Mode you are running, enter `\\[c-version]'.
3289
3290 The hook `c-mode-common-hook' is run with no args at mode
3291 initialization, then `objc-mode-hook'.
3292
3293 Key bindings:
3294 \\{objc-mode-map}
3295
3296 \(fn)" t nil)
3297
3298 (defvar java-mode-syntax-table nil "\
3299 Syntax table used in java-mode buffers.")
3300 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3301
3302 (autoload 'java-mode "cc-mode" "\
3303 Major mode for editing Java code.
3304 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3305 java-mode buffer. This automatically sets up a mail buffer with
3306 version information already added. You just need to add a description
3307 of the problem, including a reproducible test case, and send the
3308 message.
3309
3310 To see what version of CC Mode you are running, enter `\\[c-version]'.
3311
3312 The hook `c-mode-common-hook' is run with no args at mode
3313 initialization, then `java-mode-hook'.
3314
3315 Key bindings:
3316 \\{java-mode-map}
3317
3318 \(fn)" t nil)
3319
3320 (defvar idl-mode-syntax-table nil "\
3321 Syntax table used in idl-mode buffers.")
3322 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3323
3324 (autoload 'idl-mode "cc-mode" "\
3325 Major mode for editing CORBA's IDL, PSDL and CIDL code.
3326 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3327 idl-mode buffer. This automatically sets up a mail buffer with
3328 version information already added. You just need to add a description
3329 of the problem, including a reproducible test case, and send the
3330 message.
3331
3332 To see what version of CC Mode you are running, enter `\\[c-version]'.
3333
3334 The hook `c-mode-common-hook' is run with no args at mode
3335 initialization, then `idl-mode-hook'.
3336
3337 Key bindings:
3338 \\{idl-mode-map}
3339
3340 \(fn)" t nil)
3341
3342 (defvar pike-mode-syntax-table nil "\
3343 Syntax table used in pike-mode buffers.")
3344 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode))
3345 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3346
3347 (autoload 'pike-mode "cc-mode" "\
3348 Major mode for editing Pike code.
3349 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3350 pike-mode buffer. This automatically sets up a mail buffer with
3351 version information already added. You just need to add a description
3352 of the problem, including a reproducible test case, and send the
3353 message.
3354
3355 To see what version of CC Mode you are running, enter `\\[c-version]'.
3356
3357 The hook `c-mode-common-hook' is run with no args at mode
3358 initialization, then `pike-mode-hook'.
3359
3360 Key bindings:
3361 \\{pike-mode-map}
3362
3363 \(fn)" t nil)
3364 (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode))
3365 (add-to-list 'interpreter-mode-alist '("awk" . awk-mode))
3366 (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode))
3367 (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
3368 (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
3369 (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
3370
3371 (autoload 'awk-mode "cc-mode" "\
3372 Major mode for editing AWK code.
3373 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3374 awk-mode buffer. This automatically sets up a mail buffer with version
3375 information already added. You just need to add a description of the
3376 problem, including a reproducible test case, and send the message.
3377
3378 To see what version of CC Mode you are running, enter `\\[c-version]'.
3379
3380 The hook `c-mode-common-hook' is run with no args at mode
3381 initialization, then `awk-mode-hook'.
3382
3383 Key bindings:
3384 \\{awk-mode-map}
3385
3386 \(fn)" t nil)
3387
3388 ;;;***
3389 \f
3390 ;;;### (autoloads (c-set-offset c-add-style c-set-style) "cc-styles"
3391 ;;;;;; "progmodes/cc-styles.el" (20706 54231 807276 0))
3392 ;;; Generated autoloads from progmodes/cc-styles.el
3393
3394 (autoload 'c-set-style "cc-styles" "\
3395 Set the current buffer to use the style STYLENAME.
3396 STYLENAME, a string, must be an existing CC Mode style - These are contained
3397 in the variable `c-style-alist'.
3398
3399 The variable `c-indentation-style' will get set to STYLENAME.
3400
3401 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
3402 values indicated by the pertinent entry in `c-style-alist'. Other variables
3403 might get set too.
3404
3405 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
3406 have been set (more precisely, whose default values are not the symbol
3407 `set-from-style') will not be changed. This avoids overriding global settings
3408 done in your init file. It is useful to call c-set-style from a mode hook
3409 in this way.
3410
3411 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
3412 values are not the symbol `set-from-style') will not be overridden. CC Mode
3413 calls c-set-style internally in this way whilst initializing a buffer; if
3414 cc-set-style is called like this from anywhere else, it will usually behave as
3415 a null operation.
3416
3417 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3418
3419 (autoload 'c-add-style "cc-styles" "\
3420 Adds a style to `c-style-alist', or updates an existing one.
3421 STYLE is a string identifying the style to add or update. DESCRIPTION
3422 is an association list describing the style and must be of the form:
3423
3424 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3425
3426 See the variable `c-style-alist' for the semantics of BASESTYLE,
3427 VARIABLE and VALUE. This function also sets the current style to
3428 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3429
3430 \(fn STYLE DESCRIPTION &optional SET-P)" t nil)
3431
3432 (autoload 'c-set-offset "cc-styles" "\
3433 Change the value of a syntactic element symbol in `c-offsets-alist'.
3434 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3435 offset for that syntactic element. The optional argument is not used
3436 and exists only for compatibility reasons.
3437
3438 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3439
3440 ;;;***
3441 \f
3442 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (20706 54231
3443 ;;;;;; 807276 0))
3444 ;;; Generated autoloads from progmodes/cc-vars.el
3445 (put 'c-basic-offset 'safe-local-variable 'integerp)
3446 (put 'c-backslash-column 'safe-local-variable 'integerp)
3447 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3448
3449 ;;;***
3450 \f
3451 ;;;### (autoloads (ccl-execute-with-args check-ccl-program define-ccl-program
3452 ;;;;;; declare-ccl-program ccl-dump ccl-compile) "ccl" "international/ccl.el"
3453 ;;;;;; (20706 54231 807276 0))
3454 ;;; Generated autoloads from international/ccl.el
3455
3456 (autoload 'ccl-compile "ccl" "\
3457 Return the compiled code of CCL-PROGRAM as a vector of integers.
3458
3459 \(fn CCL-PROGRAM)" nil nil)
3460
3461 (autoload 'ccl-dump "ccl" "\
3462 Disassemble compiled CCL-CODE.
3463
3464 \(fn CCL-CODE)" nil nil)
3465
3466 (autoload 'declare-ccl-program "ccl" "\
3467 Declare NAME as a name of CCL program.
3468
3469 This macro exists for backward compatibility. In the old version of
3470 Emacs, to compile a CCL program which calls another CCL program not
3471 yet defined, it must be declared as a CCL program in advance. But,
3472 now CCL program names are resolved not at compile time but before
3473 execution.
3474
3475 Optional arg VECTOR is a compiled CCL code of the CCL program.
3476
3477 \(fn NAME &optional VECTOR)" nil t)
3478
3479 (autoload 'define-ccl-program "ccl" "\
3480 Set NAME the compiled code of CCL-PROGRAM.
3481
3482 CCL-PROGRAM has this form:
3483 (BUFFER_MAGNIFICATION
3484 CCL_MAIN_CODE
3485 [ CCL_EOF_CODE ])
3486
3487 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3488 output buffer magnification size compared with the bytes of input data
3489 text. It is assured that the actual output buffer has 256 bytes
3490 more than the size calculated by BUFFER_MAGNIFICATION.
3491 If the value is zero, the CCL program can't execute `read' and
3492 `write' commands.
3493
3494 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3495 executed at first. If there's no more input data when `read' command
3496 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3497 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3498
3499 Here's the syntax of CCL program code in BNF notation. The lines
3500 starting by two semicolons (and optional leading spaces) describe the
3501 semantics.
3502
3503 CCL_MAIN_CODE := CCL_BLOCK
3504
3505 CCL_EOF_CODE := CCL_BLOCK
3506
3507 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3508
3509 STATEMENT :=
3510 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3511 | TRANSLATE | MAP | LOOKUP | END
3512
3513 SET := (REG = EXPRESSION)
3514 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3515 ;; The following form is the same as (r0 = integer).
3516 | integer
3517
3518 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3519
3520 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3521 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3522 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3523
3524 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3525 ;; CCL_BLOCK_N.
3526 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3527
3528 ;; Execute STATEMENTs until (break) or (end) is executed.
3529 LOOP := (loop STATEMENT [STATEMENT ...])
3530
3531 ;; Terminate the most inner loop.
3532 BREAK := (break)
3533
3534 REPEAT :=
3535 ;; Jump to the head of the most inner loop.
3536 (repeat)
3537 ;; Same as: ((write [REG | integer | string])
3538 ;; (repeat))
3539 | (write-repeat [REG | integer | string])
3540 ;; Same as: ((write REG [ARRAY])
3541 ;; (read REG)
3542 ;; (repeat))
3543 | (write-read-repeat REG [ARRAY])
3544 ;; Same as: ((write integer)
3545 ;; (read REG)
3546 ;; (repeat))
3547 | (write-read-repeat REG integer)
3548
3549 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3550 ;; to the next byte read, and so on.
3551 (read REG_0 [REG_1 ...])
3552 ;; Same as: ((read REG)
3553 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3554 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3555 ;; Same as: ((read REG)
3556 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3557 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3558 ;; Read a character from the input text while parsing
3559 ;; multibyte representation, set REG_0 to the charset ID of
3560 ;; the character, set REG_1 to the code point of the
3561 ;; character. If the dimension of charset is two, set REG_1
3562 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3563 ;; point and CODE1 is the second code point.
3564 | (read-multibyte-character REG_0 REG_1)
3565
3566 WRITE :=
3567 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3568 ;; a multibyte character, write the corresponding multibyte
3569 ;; representation.
3570 (write REG_0 [REG_1 ...])
3571 ;; Same as: ((r7 = EXPRESSION)
3572 ;; (write r7))
3573 | (write EXPRESSION)
3574 ;; Write the value of `integer' to the output buffer. If it
3575 ;; is a multibyte character, write the corresponding multibyte
3576 ;; representation.
3577 | (write integer)
3578 ;; Write the byte sequence of `string' as is to the output
3579 ;; buffer.
3580 | (write string)
3581 ;; Same as: (write string)
3582 | string
3583 ;; Provided that the value of REG is N, write Nth element of
3584 ;; ARRAY to the output buffer. If it is a multibyte
3585 ;; character, write the corresponding multibyte
3586 ;; representation.
3587 | (write REG ARRAY)
3588 ;; Write a multibyte representation of a character whose
3589 ;; charset ID is REG_0 and code point is REG_1. If the
3590 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
3591 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
3592 ;; is the second code point of the character.
3593 | (write-multibyte-character REG_0 REG_1)
3594
3595 ;; Call CCL program whose name is ccl-program-name.
3596 CALL := (call ccl-program-name)
3597
3598 ;; Terminate the CCL program.
3599 END := (end)
3600
3601 ;; CCL registers that can contain any integer value. As r7 is also
3602 ;; used by CCL interpreter, its value is changed unexpectedly.
3603 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
3604
3605 ARG := REG | integer
3606
3607 OPERATOR :=
3608 ;; Normal arithmetic operators (same meaning as C code).
3609 + | - | * | / | %
3610
3611 ;; Bitwise operators (same meaning as C code)
3612 | & | `|' | ^
3613
3614 ;; Shifting operators (same meaning as C code)
3615 | << | >>
3616
3617 ;; (REG = ARG_0 <8 ARG_1) means:
3618 ;; (REG = ((ARG_0 << 8) | ARG_1))
3619 | <8
3620
3621 ;; (REG = ARG_0 >8 ARG_1) means:
3622 ;; ((REG = (ARG_0 >> 8))
3623 ;; (r7 = (ARG_0 & 255)))
3624 | >8
3625
3626 ;; (REG = ARG_0 // ARG_1) means:
3627 ;; ((REG = (ARG_0 / ARG_1))
3628 ;; (r7 = (ARG_0 % ARG_1)))
3629 | //
3630
3631 ;; Normal comparing operators (same meaning as C code)
3632 | < | > | == | <= | >= | !=
3633
3634 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
3635 ;; code, and CHAR is the corresponding JISX0208 character,
3636 ;; (REG = ARG_0 de-sjis ARG_1) means:
3637 ;; ((REG = CODE0)
3638 ;; (r7 = CODE1))
3639 ;; where CODE0 is the first code point of CHAR, CODE1 is the
3640 ;; second code point of CHAR.
3641 | de-sjis
3642
3643 ;; If ARG_0 and ARG_1 are the first and second code point of
3644 ;; JISX0208 character CHAR, and SJIS is the corresponding
3645 ;; Shift-JIS code,
3646 ;; (REG = ARG_0 en-sjis ARG_1) means:
3647 ;; ((REG = HIGH)
3648 ;; (r7 = LOW))
3649 ;; where HIGH is the higher byte of SJIS, LOW is the lower
3650 ;; byte of SJIS.
3651 | en-sjis
3652
3653 ASSIGNMENT_OPERATOR :=
3654 ;; Same meaning as C code
3655 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
3656
3657 ;; (REG <8= ARG) is the same as:
3658 ;; ((REG <<= 8)
3659 ;; (REG |= ARG))
3660 | <8=
3661
3662 ;; (REG >8= ARG) is the same as:
3663 ;; ((r7 = (REG & 255))
3664 ;; (REG >>= 8))
3665
3666 ;; (REG //= ARG) is the same as:
3667 ;; ((r7 = (REG % ARG))
3668 ;; (REG /= ARG))
3669 | //=
3670
3671 ARRAY := `[' integer ... `]'
3672
3673
3674 TRANSLATE :=
3675 (translate-character REG(table) REG(charset) REG(codepoint))
3676 | (translate-character SYMBOL REG(charset) REG(codepoint))
3677 ;; SYMBOL must refer to a table defined by `define-translation-table'.
3678 LOOKUP :=
3679 (lookup-character SYMBOL REG(charset) REG(codepoint))
3680 | (lookup-integer SYMBOL REG(integer))
3681 ;; SYMBOL refers to a table defined by `define-translation-hash-table'.
3682 MAP :=
3683 (iterate-multiple-map REG REG MAP-IDs)
3684 | (map-multiple REG REG (MAP-SET))
3685 | (map-single REG REG MAP-ID)
3686 MAP-IDs := MAP-ID ...
3687 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3688 MAP-ID := integer
3689
3690 \(fn NAME CCL-PROGRAM &optional DOC)" nil t)
3691
3692 (put 'define-ccl-program 'doc-string-elt '3)
3693
3694 (autoload 'check-ccl-program "ccl" "\
3695 Check validity of CCL-PROGRAM.
3696 If CCL-PROGRAM is a symbol denoting a CCL program, return
3697 CCL-PROGRAM, else return nil.
3698 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3699 register CCL-PROGRAM by name NAME, and return NAME.
3700
3701 \(fn CCL-PROGRAM &optional NAME)" nil t)
3702
3703 (autoload 'ccl-execute-with-args "ccl" "\
3704 Execute CCL-PROGRAM with registers initialized by the remaining args.
3705 The return value is a vector of resulting CCL registers.
3706
3707 See the documentation of `define-ccl-program' for the detail of CCL program.
3708
3709 \(fn CCL-PROG &rest ARGS)" nil nil)
3710
3711 ;;;***
3712 \f
3713 ;;;### (autoloads (cconv-closure-convert) "cconv" "emacs-lisp/cconv.el"
3714 ;;;;;; (20706 54231 807276 0))
3715 ;;; Generated autoloads from emacs-lisp/cconv.el
3716
3717 (autoload 'cconv-closure-convert "cconv" "\
3718 Main entry point for closure conversion.
3719 -- FORM is a piece of Elisp code after macroexpansion.
3720 -- TOPLEVEL(optional) is a boolean variable, true if we are at the root of AST
3721
3722 Returns a form where all lambdas don't have any free variables.
3723
3724 \(fn FORM)" nil nil)
3725
3726 ;;;***
3727 \f
3728 ;;;### (autoloads (cfengine-auto-mode cfengine2-mode cfengine3-mode)
3729 ;;;;;; "cfengine" "progmodes/cfengine.el" (20706 54231 807276 0))
3730 ;;; Generated autoloads from progmodes/cfengine.el
3731
3732 (autoload 'cfengine3-mode "cfengine" "\
3733 Major mode for editing CFEngine3 input.
3734 There are no special keybindings by default.
3735
3736 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3737 to the action header.
3738
3739 \(fn)" t nil)
3740
3741 (autoload 'cfengine2-mode "cfengine" "\
3742 Major mode for editing CFEngine2 input.
3743 There are no special keybindings by default.
3744
3745 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3746 to the action header.
3747
3748 \(fn)" t nil)
3749
3750 (autoload 'cfengine-auto-mode "cfengine" "\
3751 Choose between `cfengine2-mode' and `cfengine3-mode' depending
3752 on the buffer contents
3753
3754 \(fn)" nil nil)
3755
3756 ;;;***
3757 \f
3758 ;;;### (autoloads (check-declare-directory check-declare-file) "check-declare"
3759 ;;;;;; "emacs-lisp/check-declare.el" (20706 54231 807276 0))
3760 ;;; Generated autoloads from emacs-lisp/check-declare.el
3761
3762 (autoload 'check-declare-file "check-declare" "\
3763 Check veracity of all `declare-function' statements in FILE.
3764 See `check-declare-directory' for more information.
3765
3766 \(fn FILE)" t nil)
3767
3768 (autoload 'check-declare-directory "check-declare" "\
3769 Check veracity of all `declare-function' statements under directory ROOT.
3770 Returns non-nil if any false statements are found.
3771
3772 \(fn ROOT)" t nil)
3773
3774 ;;;***
3775 \f
3776 ;;;### (autoloads (checkdoc-minor-mode checkdoc-ispell-defun checkdoc-ispell-comments
3777 ;;;;;; checkdoc-ispell-continue checkdoc-ispell-start checkdoc-ispell-message-text
3778 ;;;;;; checkdoc-ispell-message-interactive checkdoc-ispell-interactive
3779 ;;;;;; checkdoc-ispell-current-buffer checkdoc-ispell checkdoc-defun
3780 ;;;;;; checkdoc-eval-defun checkdoc-message-text checkdoc-rogue-spaces
3781 ;;;;;; checkdoc-comments checkdoc-continue checkdoc-start checkdoc-current-buffer
3782 ;;;;;; checkdoc-eval-current-buffer checkdoc-message-interactive
3783 ;;;;;; checkdoc-interactive checkdoc checkdoc-list-of-strings-p)
3784 ;;;;;; "checkdoc" "emacs-lisp/checkdoc.el" (20706 54231 807276 0))
3785 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3786 (put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
3787 (put 'checkdoc-force-history-flag 'safe-local-variable 'booleanp)
3788 (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
3789 (put 'checkdoc-arguments-in-order-flag 'safe-local-variable 'booleanp)
3790 (put 'checkdoc-symbol-words 'safe-local-variable 'checkdoc-list-of-strings-p)
3791
3792 (autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3793
3794
3795 \(fn OBJ)" nil nil)
3796
3797 (autoload 'checkdoc "checkdoc" "\
3798 Interactively check the entire buffer for style errors.
3799 The current status of the check will be displayed in a buffer which
3800 the users will view as each check is completed.
3801
3802 \(fn)" t nil)
3803
3804 (autoload 'checkdoc-interactive "checkdoc" "\
3805 Interactively check the current buffer for doc string errors.
3806 Prefix argument START-HERE will start the checking from the current
3807 point, otherwise the check starts at the beginning of the current
3808 buffer. Allows navigation forward and backwards through document
3809 errors. Does not check for comment or space warnings.
3810 Optional argument SHOWSTATUS indicates that we should update the
3811 checkdoc status window instead of the usual behavior.
3812
3813 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3814
3815 (autoload 'checkdoc-message-interactive "checkdoc" "\
3816 Interactively check the current buffer for message string errors.
3817 Prefix argument START-HERE will start the checking from the current
3818 point, otherwise the check starts at the beginning of the current
3819 buffer. Allows navigation forward and backwards through document
3820 errors. Does not check for comment or space warnings.
3821 Optional argument SHOWSTATUS indicates that we should update the
3822 checkdoc status window instead of the usual behavior.
3823
3824 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3825
3826 (autoload 'checkdoc-eval-current-buffer "checkdoc" "\
3827 Evaluate and check documentation for the current buffer.
3828 Evaluation is done first because good documentation for something that
3829 doesn't work is just not useful. Comments, doc strings, and rogue
3830 spacing are all verified.
3831
3832 \(fn)" t nil)
3833
3834 (autoload 'checkdoc-current-buffer "checkdoc" "\
3835 Check current buffer for document, comment, error style, and rogue spaces.
3836 With a prefix argument (in Lisp, the argument TAKE-NOTES),
3837 store all errors found in a warnings buffer,
3838 otherwise stop after the first error.
3839
3840 \(fn &optional TAKE-NOTES)" t nil)
3841
3842 (autoload 'checkdoc-start "checkdoc" "\
3843 Start scanning the current buffer for documentation string style errors.
3844 Only documentation strings are checked.
3845 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3846 Prefix argument TAKE-NOTES means to collect all the warning messages into
3847 a separate buffer.
3848
3849 \(fn &optional TAKE-NOTES)" t nil)
3850
3851 (autoload 'checkdoc-continue "checkdoc" "\
3852 Find the next doc string in the current buffer which has a style error.
3853 Prefix argument TAKE-NOTES means to continue through the whole buffer and
3854 save warnings in a separate buffer. Second optional argument START-POINT
3855 is the starting location. If this is nil, `point-min' is used instead.
3856
3857 \(fn &optional TAKE-NOTES)" t nil)
3858
3859 (autoload 'checkdoc-comments "checkdoc" "\
3860 Find missing comment sections in the current Emacs Lisp file.
3861 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3862 separate buffer. Otherwise print a message. This returns the error
3863 if there is one.
3864
3865 \(fn &optional TAKE-NOTES)" t nil)
3866
3867 (autoload 'checkdoc-rogue-spaces "checkdoc" "\
3868 Find extra spaces at the end of lines in the current file.
3869 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3870 separate buffer. Otherwise print a message. This returns the error
3871 if there is one.
3872 Optional argument INTERACT permits more interactive fixing.
3873
3874 \(fn &optional TAKE-NOTES INTERACT)" t nil)
3875
3876 (autoload 'checkdoc-message-text "checkdoc" "\
3877 Scan the buffer for occurrences of the error function, and verify text.
3878 Optional argument TAKE-NOTES causes all errors to be logged.
3879
3880 \(fn &optional TAKE-NOTES)" t nil)
3881
3882 (autoload 'checkdoc-eval-defun "checkdoc" "\
3883 Evaluate the current form with `eval-defun' and check its documentation.
3884 Evaluation is done first so the form will be read before the
3885 documentation is checked. If there is a documentation error, then the display
3886 of what was evaluated will be overwritten by the diagnostic message.
3887
3888 \(fn)" t nil)
3889
3890 (autoload 'checkdoc-defun "checkdoc" "\
3891 Examine the doc string of the function or variable under point.
3892 Call `error' if the doc string has problems. If NO-ERROR is
3893 non-nil, then do not call error, but call `message' instead.
3894 If the doc string passes the test, then check the function for rogue white
3895 space at the end of each line.
3896
3897 \(fn &optional NO-ERROR)" t nil)
3898
3899 (autoload 'checkdoc-ispell "checkdoc" "\
3900 Check the style and spelling of everything interactively.
3901 Calls `checkdoc' with spell-checking turned on.
3902 Prefix argument TAKE-NOTES is the same as for `checkdoc'
3903
3904 \(fn &optional TAKE-NOTES)" t nil)
3905
3906 (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
3907 Check the style and spelling of the current buffer.
3908 Calls `checkdoc-current-buffer' with spell-checking turned on.
3909 Prefix argument TAKE-NOTES is the same as for `checkdoc-current-buffer'
3910
3911 \(fn &optional TAKE-NOTES)" t nil)
3912
3913 (autoload 'checkdoc-ispell-interactive "checkdoc" "\
3914 Check the style and spelling of the current buffer interactively.
3915 Calls `checkdoc-interactive' with spell-checking turned on.
3916 Prefix argument TAKE-NOTES is the same as for `checkdoc-interactive'
3917
3918 \(fn &optional TAKE-NOTES)" t nil)
3919
3920 (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
3921 Check the style and spelling of message text interactively.
3922 Calls `checkdoc-message-interactive' with spell-checking turned on.
3923 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-interactive'
3924
3925 \(fn &optional TAKE-NOTES)" t nil)
3926
3927 (autoload 'checkdoc-ispell-message-text "checkdoc" "\
3928 Check the style and spelling of message text interactively.
3929 Calls `checkdoc-message-text' with spell-checking turned on.
3930 Prefix argument TAKE-NOTES is the same as for `checkdoc-message-text'
3931
3932 \(fn &optional TAKE-NOTES)" t nil)
3933
3934 (autoload 'checkdoc-ispell-start "checkdoc" "\
3935 Check the style and spelling of the current buffer.
3936 Calls `checkdoc-start' with spell-checking turned on.
3937 Prefix argument TAKE-NOTES is the same as for `checkdoc-start'
3938
3939 \(fn &optional TAKE-NOTES)" t nil)
3940
3941 (autoload 'checkdoc-ispell-continue "checkdoc" "\
3942 Check the style and spelling of the current buffer after point.
3943 Calls `checkdoc-continue' with spell-checking turned on.
3944 Prefix argument TAKE-NOTES is the same as for `checkdoc-continue'
3945
3946 \(fn &optional TAKE-NOTES)" t nil)
3947
3948 (autoload 'checkdoc-ispell-comments "checkdoc" "\
3949 Check the style and spelling of the current buffer's comments.
3950 Calls `checkdoc-comments' with spell-checking turned on.
3951 Prefix argument TAKE-NOTES is the same as for `checkdoc-comments'
3952
3953 \(fn &optional TAKE-NOTES)" t nil)
3954
3955 (autoload 'checkdoc-ispell-defun "checkdoc" "\
3956 Check the style and spelling of the current defun with Ispell.
3957 Calls `checkdoc-defun' with spell-checking turned on.
3958 Prefix argument TAKE-NOTES is the same as for `checkdoc-defun'
3959
3960 \(fn &optional TAKE-NOTES)" t nil)
3961
3962 (autoload 'checkdoc-minor-mode "checkdoc" "\
3963 Toggle automatic docstring checking (Checkdoc minor mode).
3964 With a prefix argument ARG, enable Checkdoc minor mode if ARG is
3965 positive, and disable it otherwise. If called from Lisp, enable
3966 the mode if ARG is omitted or nil.
3967
3968 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
3969 bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
3970 checking of documentation strings.
3971
3972 \\{checkdoc-minor-mode-map}
3973
3974 \(fn &optional ARG)" t nil)
3975
3976 ;;;***
3977 \f
3978 ;;;### (autoloads (pre-write-encode-hz post-read-decode-hz encode-hz-buffer
3979 ;;;;;; encode-hz-region decode-hz-buffer decode-hz-region) "china-util"
3980 ;;;;;; "language/china-util.el" (20706 54231 807276 0))
3981 ;;; Generated autoloads from language/china-util.el
3982
3983 (autoload 'decode-hz-region "china-util" "\
3984 Decode HZ/ZW encoded text in the current region.
3985 Return the length of resulting text.
3986
3987 \(fn BEG END)" t nil)
3988
3989 (autoload 'decode-hz-buffer "china-util" "\
3990 Decode HZ/ZW encoded text in the current buffer.
3991
3992 \(fn)" t nil)
3993
3994 (autoload 'encode-hz-region "china-util" "\
3995 Encode the text in the current region to HZ.
3996 Return the length of resulting text.
3997
3998 \(fn BEG END)" t nil)
3999
4000 (autoload 'encode-hz-buffer "china-util" "\
4001 Encode the text in the current buffer to HZ.
4002
4003 \(fn)" t nil)
4004
4005 (autoload 'post-read-decode-hz "china-util" "\
4006
4007
4008 \(fn LEN)" nil nil)
4009
4010 (autoload 'pre-write-encode-hz "china-util" "\
4011
4012
4013 \(fn FROM TO)" nil nil)
4014
4015 ;;;***
4016 \f
4017 ;;;### (autoloads (command-history list-command-history repeat-matching-complex-command)
4018 ;;;;;; "chistory" "chistory.el" (20706 54231 807276 0))
4019 ;;; Generated autoloads from chistory.el
4020
4021 (autoload 'repeat-matching-complex-command "chistory" "\
4022 Edit and re-evaluate complex command with name matching PATTERN.
4023 Matching occurrences are displayed, most recent first, until you select
4024 a form for evaluation. If PATTERN is empty (or nil), every form in the
4025 command history is offered. The form is placed in the minibuffer for
4026 editing and the result is evaluated.
4027
4028 \(fn &optional PATTERN)" t nil)
4029
4030 (autoload 'list-command-history "chistory" "\
4031 List history of commands typed to minibuffer.
4032 The number of commands listed is controlled by `list-command-history-max'.
4033 Calls value of `list-command-history-filter' (if non-nil) on each history
4034 element to judge if that element should be excluded from the list.
4035
4036 The buffer is left in Command History mode.
4037
4038 \(fn)" t nil)
4039
4040 (autoload 'command-history "chistory" "\
4041 Examine commands from `command-history' in a buffer.
4042 The number of commands listed is controlled by `list-command-history-max'.
4043 The command history is filtered by `list-command-history-filter' if non-nil.
4044 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
4045
4046 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
4047 and digits provide prefix arguments. Tab does not indent.
4048 \\{command-history-map}
4049
4050 This command always recompiles the Command History listing
4051 and runs the normal hook `command-history-hook'.
4052
4053 \(fn)" t nil)
4054
4055 ;;;***
4056 \f
4057 ;;;### (autoloads (common-lisp-indent-function) "cl-indent" "emacs-lisp/cl-indent.el"
4058 ;;;;;; (20706 54231 807276 0))
4059 ;;; Generated autoloads from emacs-lisp/cl-indent.el
4060
4061 (autoload 'common-lisp-indent-function "cl-indent" "\
4062 Function to indent the arguments of a Lisp function call.
4063 This is suitable for use as the value of the variable
4064 `lisp-indent-function'. INDENT-POINT is the point at which the
4065 indentation function is called, and STATE is the
4066 `parse-partial-sexp' state at that position. Browse the
4067 `lisp-indent' customize group for options affecting the behavior
4068 of this function.
4069
4070 If the indentation point is in a call to a Lisp function, that
4071 function's `common-lisp-indent-function' property specifies how
4072 this function should indent it. Possible values for this
4073 property are:
4074
4075 * defun, meaning indent according to `lisp-indent-defun-method';
4076 i.e., like (4 &lambda &body), as explained below.
4077
4078 * any other symbol, meaning a function to call. The function should
4079 take the arguments: PATH STATE INDENT-POINT SEXP-COLUMN NORMAL-INDENT.
4080 PATH is a list of integers describing the position of point in terms of
4081 list-structure with respect to the containing lists. For example, in
4082 ((a b c (d foo) f) g), foo has a path of (0 3 1). In other words,
4083 to reach foo take the 0th element of the outermost list, then
4084 the 3rd element of the next list, and finally the 1st element.
4085 STATE and INDENT-POINT are as in the arguments to
4086 `common-lisp-indent-function'. SEXP-COLUMN is the column of
4087 the open parenthesis of the innermost containing list.
4088 NORMAL-INDENT is the column the indentation point was
4089 originally in. This function should behave like `lisp-indent-259'.
4090
4091 * an integer N, meaning indent the first N arguments like
4092 function arguments, and any further arguments like a body.
4093 This is equivalent to (4 4 ... &body).
4094
4095 * a list. The list element in position M specifies how to indent the Mth
4096 function argument. If there are fewer elements than function arguments,
4097 the last list element applies to all remaining arguments. The accepted
4098 list elements are:
4099
4100 * nil, meaning the default indentation.
4101
4102 * an integer, specifying an explicit indentation.
4103
4104 * &lambda. Indent the argument (which may be a list) by 4.
4105
4106 * &rest. When used, this must be the penultimate element. The
4107 element after this one applies to all remaining arguments.
4108
4109 * &body. This is equivalent to &rest lisp-body-indent, i.e., indent
4110 all remaining elements by `lisp-body-indent'.
4111
4112 * &whole. This must be followed by nil, an integer, or a
4113 function symbol. This indentation is applied to the
4114 associated argument, and as a base indent for all remaining
4115 arguments. For example, an integer P means indent this
4116 argument by P, and all remaining arguments by P, plus the
4117 value specified by their associated list element.
4118
4119 * a symbol. A function to call, with the 6 arguments specified above.
4120
4121 * a list, with elements as described above. This applies when the
4122 associated function argument is itself a list. Each element of the list
4123 specifies how to indent the associated argument.
4124
4125 For example, the function `case' has an indent property
4126 \(4 &rest (&whole 2 &rest 1)), meaning:
4127 * indent the first argument by 4.
4128 * arguments after the first should be lists, and there may be any number
4129 of them. The first list element has an offset of 2, all the rest
4130 have an offset of 2+1=3.
4131
4132 \(fn INDENT-POINT STATE)" nil nil)
4133
4134 ;;;***
4135 \f
4136 ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (20706 54231
4137 ;;;;;; 807276 0))
4138 ;;; Generated autoloads from emacs-lisp/cl-lib.el
4139
4140 (define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
4141
4142 (defvar cl-custom-print-functions nil "\
4143 This is a list of functions that format user objects for printing.
4144 Each function is called in turn with three arguments: the object, the
4145 stream, and the print level (currently ignored). If it is able to
4146 print the object it returns true; otherwise it returns nil and the
4147 printer proceeds to the next function on the list.
4148
4149 This variable is not used at present, but it is defined in hopes that
4150 a future Emacs interpreter will be able to use it.")
4151
4152 (autoload 'cl--defsubst-expand "cl-macs")
4153
4154 (put 'cl-defun 'doc-string-elt 3)
4155
4156 (put 'cl-defmacro 'doc-string-elt 3)
4157
4158 (put 'cl-defsubst 'doc-string-elt 3)
4159
4160 (put 'cl-defstruct 'doc-string-elt 2)
4161
4162 ;;;***
4163 \f
4164 ;;;### (autoloads (c-macro-expand) "cmacexp" "progmodes/cmacexp.el"
4165 ;;;;;; (20706 54231 807276 0))
4166 ;;; Generated autoloads from progmodes/cmacexp.el
4167
4168 (autoload 'c-macro-expand "cmacexp" "\
4169 Expand C macros in the region, using the C preprocessor.
4170 Normally display output in temp buffer, but
4171 prefix arg means replace the region with it.
4172
4173 `c-macro-preprocessor' specifies the preprocessor to use.
4174 Tf the user option `c-macro-prompt-flag' is non-nil
4175 prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include'),
4176 otherwise use `c-macro-cppflags'.
4177
4178 Noninteractive args are START, END, SUBST.
4179 For use inside Lisp programs, see also `c-macro-expansion'.
4180
4181 \(fn START END SUBST)" t nil)
4182
4183 ;;;***
4184 \f
4185 ;;;### (autoloads (run-scheme) "cmuscheme" "cmuscheme.el" (20706
4186 ;;;;;; 54231 807276 0))
4187 ;;; Generated autoloads from cmuscheme.el
4188
4189 (autoload 'run-scheme "cmuscheme" "\
4190 Run an inferior Scheme process, input and output via buffer `*scheme*'.
4191 If there is a process already running in `*scheme*', switch to that buffer.
4192 With argument, allows you to edit the command line (default is value
4193 of `scheme-program-name').
4194 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
4195 it is given as initial input.
4196 Note that this may lose due to a timing error if the Scheme processor
4197 discards input when it starts up.
4198 Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook'
4199 is run).
4200 \(Type \\[describe-mode] in the process buffer for a list of commands.)
4201
4202 \(fn CMD)" t nil)
4203
4204 ;;;***
4205 \f
4206 ;;;### (autoloads (color-name-to-rgb) "color" "color.el" (20706 54231
4207 ;;;;;; 807276 0))
4208 ;;; Generated autoloads from color.el
4209
4210 (autoload 'color-name-to-rgb "color" "\
4211 Convert COLOR string to a list of normalized RGB components.
4212 COLOR should be a color name (e.g. \"white\") or an RGB triplet
4213 string (e.g. \"#ff12ec\").
4214
4215 Normally the return value is a list of three floating-point
4216 numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
4217
4218 Optional argument FRAME specifies the frame where the color is to be
4219 displayed. If FRAME is omitted or nil, use the selected frame.
4220 If FRAME cannot display COLOR, return nil.
4221
4222 \(fn COLOR &optional FRAME)" nil nil)
4223
4224 ;;;***
4225 \f
4226 ;;;### (autoloads (comint-redirect-results-list-from-process comint-redirect-results-list
4227 ;;;;;; comint-redirect-send-command-to-process comint-redirect-send-command
4228 ;;;;;; comint-run make-comint make-comint-in-buffer) "comint" "comint.el"
4229 ;;;;;; (20706 54231 807276 0))
4230 ;;; Generated autoloads from comint.el
4231
4232 (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4233 Functions to call after output is inserted into the buffer.
4234 One possible function is `comint-postoutput-scroll-to-bottom'.
4235 These functions get one argument, a string containing the text as originally
4236 inserted. Note that this might not be the same as the buffer contents between
4237 `comint-last-output-start' and the buffer's `process-mark', if other filter
4238 functions have already modified the buffer.
4239
4240 See also `comint-preoutput-filter-functions'.
4241
4242 You can use `add-hook' to add functions to this list
4243 either globally or locally.")
4244
4245 (autoload 'make-comint-in-buffer "comint" "\
4246 Make a Comint process NAME in BUFFER, running PROGRAM.
4247 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4248 If there is a running process in BUFFER, it is not restarted.
4249
4250 PROGRAM should be one of the following:
4251 - a string, denoting an executable program to create via
4252 `start-file-process'
4253 - a cons pair of the form (HOST . SERVICE), denoting a TCP
4254 connection to be opened via `open-network-stream'
4255 - nil, denoting a newly-allocated pty.
4256
4257 Optional fourth arg STARTFILE is the name of a file, whose
4258 contents are sent to the process as its initial input.
4259
4260 If PROGRAM is a string, any more args are arguments to PROGRAM.
4261
4262 Return the (possibly newly created) process buffer.
4263
4264 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4265
4266 (autoload 'make-comint "comint" "\
4267 Make a Comint process NAME in a buffer, running PROGRAM.
4268 The name of the buffer is made by surrounding NAME with `*'s.
4269 PROGRAM should be either a string denoting an executable program to create
4270 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4271 a TCP connection to be opened via `open-network-stream'. If there is already
4272 a running process in that buffer, it is not restarted. Optional third arg
4273 STARTFILE is the name of a file, whose contents are sent to the
4274 process as its initial input.
4275
4276 If PROGRAM is a string, any more args are arguments to PROGRAM.
4277
4278 Returns the (possibly newly created) process buffer.
4279
4280 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4281
4282 (autoload 'comint-run "comint" "\
4283 Run PROGRAM in a Comint buffer and switch to it.
4284 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4285 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4286 hooks on this symbol are run in the buffer.
4287 See `make-comint' and `comint-exec'.
4288
4289 \(fn PROGRAM)" t nil)
4290
4291 (defvar comint-file-name-prefix (purecopy "") "\
4292 Prefix prepended to absolute file names taken from process input.
4293 This is used by Comint's and shell's completion functions, and by shell's
4294 directory tracking functions.")
4295
4296 (autoload 'comint-redirect-send-command "comint" "\
4297 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4298 With prefix arg ECHO, echo output in process buffer.
4299
4300 If NO-DISPLAY is non-nil, do not show the output buffer.
4301
4302 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4303
4304 (autoload 'comint-redirect-send-command-to-process "comint" "\
4305 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4306 With prefix arg, echo output in process buffer.
4307
4308 If NO-DISPLAY is non-nil, do not show the output buffer.
4309
4310 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4311
4312 (autoload 'comint-redirect-results-list "comint" "\
4313 Send COMMAND to current process.
4314 Return a list of expressions in the output which match REGEXP.
4315 REGEXP-GROUP is the regular expression group in REGEXP to use.
4316
4317 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4318
4319 (autoload 'comint-redirect-results-list-from-process "comint" "\
4320 Send COMMAND to PROCESS.
4321 Return a list of expressions in the output which match REGEXP.
4322 REGEXP-GROUP is the regular expression group in REGEXP to use.
4323
4324 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4325
4326 ;;;***
4327 \f
4328 ;;;### (autoloads (compare-windows) "compare-w" "vc/compare-w.el"
4329 ;;;;;; (20706 54231 807276 0))
4330 ;;; Generated autoloads from vc/compare-w.el
4331
4332 (autoload 'compare-windows "compare-w" "\
4333 Compare text in current window with text in next window.
4334 Compares the text starting at point in each window,
4335 moving over text in each one as far as they match.
4336
4337 This command pushes the mark in each window
4338 at the prior location of point in that window.
4339 If both windows display the same buffer,
4340 the mark is pushed twice in that buffer:
4341 first in the other window, then in the selected window.
4342
4343 A prefix arg means reverse the value of variable
4344 `compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4345 nil, then a prefix arg means ignore changes in whitespace. If
4346 `compare-ignore-whitespace' is non-nil, then a prefix arg means
4347 don't ignore changes in whitespace. The variable
4348 `compare-windows-whitespace' controls how whitespace is skipped.
4349 If `compare-ignore-case' is non-nil, changes in case are also
4350 ignored.
4351
4352 If `compare-windows-sync' is non-nil, then successive calls of
4353 this command work in interlaced mode:
4354 on first call it advances points to the next difference,
4355 on second call it synchronizes points by skipping the difference,
4356 on third call it again advances points to the next difference and so on.
4357
4358 \(fn IGNORE-WHITESPACE)" t nil)
4359
4360 ;;;***
4361 \f
4362 ;;;### (autoloads (compilation-next-error-function compilation-minor-mode
4363 ;;;;;; compilation-shell-minor-mode compilation-mode compilation-start
4364 ;;;;;; compile compilation-disable-input compile-command compilation-search-path
4365 ;;;;;; compilation-ask-about-save compilation-window-height compilation-start-hook
4366 ;;;;;; compilation-mode-hook) "compile" "progmodes/compile.el" (20706
4367 ;;;;;; 54231 807276 0))
4368 ;;; Generated autoloads from progmodes/compile.el
4369
4370 (defvar compilation-mode-hook nil "\
4371 List of hook functions run by `compilation-mode' (see `run-mode-hooks').")
4372
4373 (custom-autoload 'compilation-mode-hook "compile" t)
4374
4375 (defvar compilation-start-hook nil "\
4376 List of hook functions run by `compilation-start' on the compilation process.
4377 \(See `run-hook-with-args').
4378 If you use \"omake -P\" and do not want \\[save-buffers-kill-terminal] to ask whether you want
4379 the compilation to be killed, you can use this hook:
4380 (add-hook 'compilation-start-hook
4381 (lambda (process) (set-process-query-on-exit-flag process nil)) nil t)")
4382
4383 (custom-autoload 'compilation-start-hook "compile" t)
4384
4385 (defvar compilation-window-height nil "\
4386 Number of lines in a compilation window. If nil, use Emacs default.")
4387
4388 (custom-autoload 'compilation-window-height "compile" t)
4389
4390 (defvar compilation-process-setup-function nil "\
4391 Function to call to customize the compilation process.
4392 This function is called immediately before the compilation process is
4393 started. It can be used to set any variables or functions that are used
4394 while processing the output of the compilation process.")
4395
4396 (defvar compilation-buffer-name-function nil "\
4397 Function to compute the name of a compilation buffer.
4398 The function receives one argument, the name of the major mode of the
4399 compilation buffer. It should return a string.
4400 If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4401
4402 (defvar compilation-finish-function nil "\
4403 Function to call when a compilation process finishes.
4404 It is called with two arguments: the compilation buffer, and a string
4405 describing how the process finished.")
4406
4407 (defvar compilation-finish-functions nil "\
4408 Functions to call when a compilation process finishes.
4409 Each function is called with two arguments: the compilation buffer,
4410 and a string describing how the process finished.")
4411 (put 'compilation-directory 'safe-local-variable 'stringp)
4412
4413 (defvar compilation-ask-about-save t "\
4414 Non-nil means \\[compile] asks which buffers to save before compiling.
4415 Otherwise, it saves all modified buffers without asking.")
4416
4417 (custom-autoload 'compilation-ask-about-save "compile" t)
4418
4419 (defvar compilation-search-path '(nil) "\
4420 List of directories to search for source files named in error messages.
4421 Elements should be directory names, not file names of directories.
4422 The value nil as an element means to try the default directory.")
4423
4424 (custom-autoload 'compilation-search-path "compile" t)
4425
4426 (defvar compile-command (purecopy "make -k ") "\
4427 Last shell command used to do a compilation; default for next compilation.
4428
4429 Sometimes it is useful for files to supply local values for this variable.
4430 You might also use mode hooks to specify it in certain modes, like this:
4431
4432 (add-hook 'c-mode-hook
4433 (lambda ()
4434 (unless (or (file-exists-p \"makefile\")
4435 (file-exists-p \"Makefile\"))
4436 (set (make-local-variable 'compile-command)
4437 (concat \"make -k \"
4438 (file-name-sans-extension buffer-file-name))))))")
4439
4440 (custom-autoload 'compile-command "compile" t)
4441 (put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
4442
4443 (defvar compilation-disable-input nil "\
4444 If non-nil, send end-of-file as compilation process input.
4445 This only affects platforms that support asynchronous processes (see
4446 `start-process'); synchronous compilation processes never accept input.")
4447
4448 (custom-autoload 'compilation-disable-input "compile" t)
4449
4450 (autoload 'compile "compile" "\
4451 Compile the program including the current buffer. Default: run `make'.
4452 Runs COMMAND, a shell command, in a separate process asynchronously
4453 with output going to the buffer `*compilation*'.
4454
4455 You can then use the command \\[next-error] to find the next error message
4456 and move to the source code that caused it.
4457
4458 If optional second arg COMINT is t the buffer will be in Comint mode with
4459 `compilation-shell-minor-mode'.
4460
4461 Interactively, prompts for the command if `compilation-read-command' is
4462 non-nil; otherwise uses `compile-command'. With prefix arg, always prompts.
4463 Additionally, with universal prefix arg, compilation buffer will be in
4464 comint mode, i.e. interactive.
4465
4466 To run more than one compilation at once, start one then rename
4467 the `*compilation*' buffer to some other name with
4468 \\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4469 It will create a new `*compilation*' buffer.
4470
4471 On most systems, termination of the main compilation process
4472 kills its subprocesses.
4473
4474 The name used for the buffer is actually whatever is returned by
4475 the function in `compilation-buffer-name-function', so you can set that
4476 to a function that generates a unique name.
4477
4478 \(fn COMMAND &optional COMINT)" t nil)
4479
4480 (autoload 'compilation-start "compile" "\
4481 Run compilation command COMMAND (low level interface).
4482 If COMMAND starts with a cd command, that becomes the `default-directory'.
4483 The rest of the arguments are optional; for them, nil means use the default.
4484
4485 MODE is the major mode to set in the compilation buffer. Mode
4486 may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4487
4488 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4489 to determine the buffer name. Otherwise, the default is to
4490 reuses the current buffer if it has the proper major mode,
4491 else use or create a buffer with name based on the major mode.
4492
4493 If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4494 the matching section of the visited source line; the default is to use the
4495 global value of `compilation-highlight-regexp'.
4496
4497 Returns the compilation buffer created.
4498
4499 \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil)
4500
4501 (autoload 'compilation-mode "compile" "\
4502 Major mode for compilation log buffers.
4503 \\<compilation-mode-map>To visit the source for a line-numbered error,
4504 move point to the error message line and type \\[compile-goto-error].
4505 To kill the compilation, type \\[kill-compilation].
4506
4507 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
4508
4509 \\{compilation-mode-map}
4510
4511 \(fn &optional NAME-OF-MODE)" t nil)
4512
4513 (put 'define-compilation-mode 'doc-string-elt 3)
4514
4515 (autoload 'compilation-shell-minor-mode "compile" "\
4516 Toggle Compilation Shell minor mode.
4517 With a prefix argument ARG, enable Compilation Shell minor mode
4518 if ARG is positive, and disable it otherwise. If called from
4519 Lisp, enable the mode if ARG is omitted or nil.
4520
4521 When Compilation Shell minor mode is enabled, all the
4522 error-parsing commands of the Compilation major mode are
4523 available but bound to keys that don't collide with Shell mode.
4524 See `compilation-mode'.
4525
4526 \(fn &optional ARG)" t nil)
4527
4528 (autoload 'compilation-minor-mode "compile" "\
4529 Toggle Compilation minor mode.
4530 With a prefix argument ARG, enable Compilation minor mode if ARG
4531 is positive, and disable it otherwise. If called from Lisp,
4532 enable the mode if ARG is omitted or nil.
4533
4534 When Compilation minor mode is enabled, all the error-parsing
4535 commands of Compilation major mode are available. See
4536 `compilation-mode'.
4537
4538 \(fn &optional ARG)" t nil)
4539
4540 (autoload 'compilation-next-error-function "compile" "\
4541 Advance to the next error message and visit the file where the error was.
4542 This is the value of `next-error-function' in Compilation buffers.
4543
4544 \(fn N &optional RESET)" t nil)
4545
4546 ;;;***
4547 \f
4548 ;;;### (autoloads (dynamic-completion-mode) "completion" "completion.el"
4549 ;;;;;; (20706 54231 807276 0))
4550 ;;; Generated autoloads from completion.el
4551
4552 (defvar dynamic-completion-mode nil "\
4553 Non-nil if Dynamic-Completion mode is enabled.
4554 See the command `dynamic-completion-mode' for a description of this minor mode.
4555 Setting this variable directly does not take effect;
4556 either customize it (see the info node `Easy Customization')
4557 or call the function `dynamic-completion-mode'.")
4558
4559 (custom-autoload 'dynamic-completion-mode "completion" nil)
4560
4561 (autoload 'dynamic-completion-mode "completion" "\
4562 Toggle dynamic word-completion on or off.
4563 With a prefix argument ARG, enable the mode if ARG is positive,
4564 and disable it otherwise. If called from Lisp, enable the mode
4565 if ARG is omitted or nil.
4566
4567 \(fn &optional ARG)" t nil)
4568
4569 ;;;***
4570 \f
4571 ;;;### (autoloads (conf-xdefaults-mode conf-ppd-mode conf-colon-mode
4572 ;;;;;; conf-space-keywords conf-space-mode conf-javaprop-mode conf-windows-mode
4573 ;;;;;; conf-unix-mode conf-mode) "conf-mode" "textmodes/conf-mode.el"
4574 ;;;;;; (20706 54231 807276 0))
4575 ;;; Generated autoloads from textmodes/conf-mode.el
4576
4577 (autoload 'conf-mode "conf-mode" "\
4578 Mode for Unix and Windows Conf files and Java properties.
4579 Most conf files know only three kinds of constructs: parameter
4580 assignments optionally grouped into sections and comments. Yet
4581 there is a great range of variation in the exact syntax of conf
4582 files. See below for various wrapper commands that set up the
4583 details for some of the most widespread variants.
4584
4585 This mode sets up font locking, outline, imenu and it provides
4586 alignment support through `conf-align-assignments'. If strings
4587 come out wrong, try `conf-quote-normal'.
4588
4589 Some files allow continuation lines, either with a backslash at
4590 the end of line, or by indenting the next line (further). These
4591 constructs cannot currently be recognized.
4592
4593 Because of this great variety of nuances, which are often not
4594 even clearly specified, please don't expect it to get every file
4595 quite right. Patches that clearly identify some special case,
4596 without breaking the general ones, are welcome.
4597
4598 If instead you start this mode with the generic `conf-mode'
4599 command, it will parse the buffer. It will generally well
4600 identify the first four cases listed below. If the buffer
4601 doesn't have enough contents to decide, this is identical to
4602 `conf-windows-mode' on Windows, elsewhere to `conf-unix-mode'.
4603 See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
4604 `conf-ppd-mode' and `conf-xdefaults-mode'.
4605
4606 \\{conf-mode-map}
4607
4608 \(fn)" t nil)
4609
4610 (autoload 'conf-unix-mode "conf-mode" "\
4611 Conf Mode starter for Unix style Conf files.
4612 Comments start with `#'.
4613 For details see `conf-mode'. Example:
4614
4615 # Conf mode font-locks this right on Unix and with \\[conf-unix-mode]
4616
4617 \[Desktop Entry]
4618 Encoding=UTF-8
4619 Name=The GIMP
4620 Name[ca]=El GIMP
4621 Name[cs]=GIMP
4622
4623 \(fn)" t nil)
4624
4625 (autoload 'conf-windows-mode "conf-mode" "\
4626 Conf Mode starter for Windows style Conf files.
4627 Comments start with `;'.
4628 For details see `conf-mode'. Example:
4629
4630 ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode]
4631
4632 \[ExtShellFolderViews]
4633 Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4634 {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4635
4636 \[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
4637 PersistMoniker=file://Folder.htt
4638
4639 \(fn)" t nil)
4640
4641 (autoload 'conf-javaprop-mode "conf-mode" "\
4642 Conf Mode starter for Java properties files.
4643 Comments start with `#' but are also recognized with `//' or
4644 between `/*' and `*/'.
4645 For details see `conf-mode'. Example:
4646
4647 # Conf mode font-locks this right with \\[conf-javaprop-mode] (Java properties)
4648 // another kind of comment
4649 /* yet another */
4650
4651 name:value
4652 name=value
4653 name value
4654 x.1 =
4655 x.2.y.1.z.1 =
4656 x.2.y.1.z.2.zz =
4657
4658 \(fn)" t nil)
4659
4660 (autoload 'conf-space-mode "conf-mode" "\
4661 Conf Mode starter for space separated conf files.
4662 \"Assignments\" are with ` '. Keywords before the parameters are
4663 recognized according to the variable `conf-space-keywords-alist'.
4664 Alternatively, you can specify a value for the file local variable
4665 `conf-space-keywords'.
4666 Use the function `conf-space-keywords' if you want to specify keywords
4667 in an interactive fashion instead.
4668
4669 For details see `conf-mode'. Example:
4670
4671 # Conf mode font-locks this right with \\[conf-space-mode] (space separated)
4672
4673 image/jpeg jpeg jpg jpe
4674 image/png png
4675 image/tiff tiff tif
4676
4677 # Or with keywords (from a recognized file name):
4678 class desktop
4679 # Standard multimedia devices
4680 add /dev/audio desktop
4681 add /dev/mixer desktop
4682
4683 \(fn)" t nil)
4684
4685 (autoload 'conf-space-keywords "conf-mode" "\
4686 Enter Conf Space mode using regexp KEYWORDS to match the keywords.
4687 See `conf-space-mode'.
4688
4689 \(fn KEYWORDS)" t nil)
4690
4691 (autoload 'conf-colon-mode "conf-mode" "\
4692 Conf Mode starter for Colon files.
4693 \"Assignments\" are with `:'.
4694 For details see `conf-mode'. Example:
4695
4696 # Conf mode font-locks this right with \\[conf-colon-mode] (colon)
4697
4698 <Multi_key> <exclam> <exclam> : \"\\241\" exclamdown
4699 <Multi_key> <c> <slash> : \"\\242\" cent
4700
4701 \(fn)" t nil)
4702
4703 (autoload 'conf-ppd-mode "conf-mode" "\
4704 Conf Mode starter for Adobe/CUPS PPD files.
4705 Comments start with `*%' and \"assignments\" are with `:'.
4706 For details see `conf-mode'. Example:
4707
4708 *% Conf mode font-locks this right with \\[conf-ppd-mode] (PPD)
4709
4710 *DefaultTransfer: Null
4711 *Transfer Null.Inverse: \"{ 1 exch sub }\"
4712
4713 \(fn)" t nil)
4714
4715 (autoload 'conf-xdefaults-mode "conf-mode" "\
4716 Conf Mode starter for Xdefaults files.
4717 Comments start with `!' and \"assignments\" are with `:'.
4718 For details see `conf-mode'. Example:
4719
4720 ! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
4721
4722 *background: gray99
4723 *foreground: black
4724
4725 \(fn)" t nil)
4726
4727 ;;;***
4728 \f
4729 ;;;### (autoloads (shuffle-vector cookie-snarf cookie-insert cookie)
4730 ;;;;;; "cookie1" "play/cookie1.el" (20706 54231 807276 0))
4731 ;;; Generated autoloads from play/cookie1.el
4732
4733 (autoload 'cookie "cookie1" "\
4734 Return a random phrase from PHRASE-FILE.
4735 When the phrase file is read in, display STARTMSG at the beginning
4736 of load, ENDMSG at the end.
4737
4738 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4739
4740 (autoload 'cookie-insert "cookie1" "\
4741 Insert random phrases from PHRASE-FILE; COUNT of them.
4742 When the phrase file is read in, display STARTMSG at the beginning
4743 of load, ENDMSG at the end.
4744
4745 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4746
4747 (autoload 'cookie-snarf "cookie1" "\
4748 Reads in the PHRASE-FILE, returns it as a vector of strings.
4749 Emit STARTMSG and ENDMSG before and after. Caches the result; second
4750 and subsequent calls on the same file won't go to disk.
4751
4752 \(fn PHRASE-FILE STARTMSG ENDMSG)" nil nil)
4753
4754 (autoload 'shuffle-vector "cookie1" "\
4755 Randomly permute the elements of VECTOR (all permutations equally likely).
4756
4757 \(fn VECTOR)" nil nil)
4758
4759 ;;;***
4760 \f
4761 ;;;### (autoloads (copyright-update-directory copyright copyright-fix-years
4762 ;;;;;; copyright-update) "copyright" "emacs-lisp/copyright.el" (20706
4763 ;;;;;; 54231 807276 0))
4764 ;;; Generated autoloads from emacs-lisp/copyright.el
4765 (put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4766 (put 'copyright-names-regexp 'safe-local-variable 'stringp)
4767 (put 'copyright-year-ranges 'safe-local-variable 'booleanp)
4768
4769 (autoload 'copyright-update "copyright" "\
4770 Update copyright notice to indicate the current year.
4771 With prefix ARG, replace the years in the notice rather than adding
4772 the current year after them. If necessary, and
4773 `copyright-current-gpl-version' is set, any copying permissions
4774 following the copyright are updated as well.
4775 If non-nil, INTERACTIVEP tells the function to behave as when it's called
4776 interactively.
4777
4778 \(fn &optional ARG INTERACTIVEP)" t nil)
4779
4780 (autoload 'copyright-fix-years "copyright" "\
4781 Convert 2 digit years to 4 digit years.
4782 Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4783 If `copyright-year-ranges' (which see) is non-nil, also
4784 independently replaces consecutive years with a range.
4785
4786 \(fn)" t nil)
4787
4788 (autoload 'copyright "copyright" "\
4789 Insert a copyright by $ORGANIZATION notice at cursor.
4790
4791 \(fn &optional STR ARG)" t nil)
4792
4793 (autoload 'copyright-update-directory "copyright" "\
4794 Update copyright notice for all files in DIRECTORY matching MATCH.
4795 If FIX is non-nil, run `copyright-fix-years' instead.
4796
4797 \(fn DIRECTORY MATCH &optional FIX)" t nil)
4798
4799 ;;;***
4800 \f
4801 ;;;### (autoloads (cperl-perldoc-at-point cperl-perldoc cperl-mode)
4802 ;;;;;; "cperl-mode" "progmodes/cperl-mode.el" (20706 54231 807276
4803 ;;;;;; 0))
4804 ;;; Generated autoloads from progmodes/cperl-mode.el
4805 (put 'cperl-indent-level 'safe-local-variable 'integerp)
4806 (put 'cperl-brace-offset 'safe-local-variable 'integerp)
4807 (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
4808 (put 'cperl-label-offset 'safe-local-variable 'integerp)
4809 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
4810 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
4811 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
4812
4813 (autoload 'cperl-mode "cperl-mode" "\
4814 Major mode for editing Perl code.
4815 Expression and list commands understand all C brackets.
4816 Tab indents for Perl code.
4817 Paragraphs are separated by blank lines only.
4818 Delete converts tabs to spaces as it moves back.
4819
4820 Various characters in Perl almost always come in pairs: {}, (), [],
4821 sometimes <>. When the user types the first, she gets the second as
4822 well, with optional special formatting done on {}. (Disabled by
4823 default.) You can always quote (with \\[quoted-insert]) the left
4824 \"paren\" to avoid the expansion. The processing of < is special,
4825 since most the time you mean \"less\". CPerl mode tries to guess
4826 whether you want to type pair <>, and inserts is if it
4827 appropriate. You can set `cperl-electric-parens-string' to the string that
4828 contains the parens from the above list you want to be electrical.
4829 Electricity of parens is controlled by `cperl-electric-parens'.
4830 You may also set `cperl-electric-parens-mark' to have electric parens
4831 look for active mark and \"embrace\" a region if possible.'
4832
4833 CPerl mode provides expansion of the Perl control constructs:
4834
4835 if, else, elsif, unless, while, until, continue, do,
4836 for, foreach, formy and foreachmy.
4837
4838 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
4839
4840 The user types the keyword immediately followed by a space, which
4841 causes the construct to be expanded, and the point is positioned where
4842 she is most likely to want to be. eg. when the user types a space
4843 following \"if\" the following appears in the buffer: if () { or if ()
4844 } { } and the cursor is between the parentheses. The user can then
4845 type some boolean expression within the parens. Having done that,
4846 typing \\[cperl-linefeed] places you - appropriately indented - on a
4847 new line between the braces (if you typed \\[cperl-linefeed] in a POD
4848 directive line, then appropriate number of new lines is inserted).
4849
4850 If CPerl decides that you want to insert \"English\" style construct like
4851
4852 bite if angry;
4853
4854 it will not do any expansion. See also help on variable
4855 `cperl-extra-newline-before-brace'. (Note that one can switch the
4856 help message on expansion by setting `cperl-message-electric-keyword'
4857 to nil.)
4858
4859 \\[cperl-linefeed] is a convenience replacement for typing carriage
4860 return. It places you in the next line with proper indentation, or if
4861 you type it inside the inline block of control construct, like
4862
4863 foreach (@lines) {print; print}
4864
4865 and you are on a boundary of a statement inside braces, it will
4866 transform the construct into a multiline and will place you into an
4867 appropriately indented blank line. If you need a usual
4868 `newline-and-indent' behavior, it is on \\[newline-and-indent],
4869 see documentation on `cperl-electric-linefeed'.
4870
4871 Use \\[cperl-invert-if-unless] to change a construction of the form
4872
4873 if (A) { B }
4874
4875 into
4876
4877 B if A;
4878
4879 \\{cperl-mode-map}
4880
4881 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
4882 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
4883 on electric space between $ and {, `cperl-electric-parens-string' is
4884 the string that contains parentheses that should be electric in CPerl
4885 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
4886 setting `cperl-electric-keywords' enables electric expansion of
4887 control structures in CPerl. `cperl-electric-linefeed' governs which
4888 one of two linefeed behavior is preferable. You can enable all these
4889 options simultaneously (recommended mode of use) by setting
4890 `cperl-hairy' to t. In this case you can switch separate options off
4891 by setting them to `null'. Note that one may undo the extra
4892 whitespace inserted by semis and braces in `auto-newline'-mode by
4893 consequent \\[cperl-electric-backspace].
4894
4895 If your site has perl5 documentation in info format, you can use commands
4896 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
4897 These keys run commands `cperl-info-on-current-command' and
4898 `cperl-info-on-command', which one is which is controlled by variable
4899 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
4900 \(in turn affected by `cperl-hairy').
4901
4902 Even if you have no info-format documentation, short one-liner-style
4903 help is available on \\[cperl-get-help], and one can run perldoc or
4904 man via menu.
4905
4906 It is possible to show this help automatically after some idle time.
4907 This is regulated by variable `cperl-lazy-help-time'. Default with
4908 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
4909 secs idle time . It is also possible to switch this on/off from the
4910 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
4911
4912 Use \\[cperl-lineup] to vertically lineup some construction - put the
4913 beginning of the region at the start of construction, and make region
4914 span the needed amount of lines.
4915
4916 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4917 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4918 here-docs sections. With capable Emaxen results of scan are used
4919 for indentation too, otherwise they are used for highlighting only.
4920
4921 Variables controlling indentation style:
4922 `cperl-tab-always-indent'
4923 Non-nil means TAB in CPerl mode should always reindent the current line,
4924 regardless of where in the line point is when the TAB command is used.
4925 `cperl-indent-left-aligned-comments'
4926 Non-nil means that the comment starting in leftmost column should indent.
4927 `cperl-auto-newline'
4928 Non-nil means automatically newline before and after braces,
4929 and after colons and semicolons, inserted in Perl code. The following
4930 \\[cperl-electric-backspace] will remove the inserted whitespace.
4931 Insertion after colons requires both this variable and
4932 `cperl-auto-newline-after-colon' set.
4933 `cperl-auto-newline-after-colon'
4934 Non-nil means automatically newline even after colons.
4935 Subject to `cperl-auto-newline' setting.
4936 `cperl-indent-level'
4937 Indentation of Perl statements within surrounding block.
4938 The surrounding block's indentation is the indentation
4939 of the line on which the open-brace appears.
4940 `cperl-continued-statement-offset'
4941 Extra indentation given to a substatement, such as the
4942 then-clause of an if, or body of a while, or just a statement continuation.
4943 `cperl-continued-brace-offset'
4944 Extra indentation given to a brace that starts a substatement.
4945 This is in addition to `cperl-continued-statement-offset'.
4946 `cperl-brace-offset'
4947 Extra indentation for line if it starts with an open brace.
4948 `cperl-brace-imaginary-offset'
4949 An open brace following other text is treated as if it the line started
4950 this far to the right of the actual line indentation.
4951 `cperl-label-offset'
4952 Extra indentation for line that is a label.
4953 `cperl-min-label-indent'
4954 Minimal indentation for line that is a label.
4955
4956 Settings for classic indent-styles: K&R BSD=C++ GNU PerlStyle=Whitesmith
4957 `cperl-indent-level' 5 4 2 4
4958 `cperl-brace-offset' 0 0 0 0
4959 `cperl-continued-brace-offset' -5 -4 0 0
4960 `cperl-label-offset' -5 -4 -2 -4
4961 `cperl-continued-statement-offset' 5 4 2 4
4962
4963 CPerl knows several indentation styles, and may bulk set the
4964 corresponding variables. Use \\[cperl-set-style] to do this. Use
4965 \\[cperl-set-style-back] to restore the memorized preexisting values
4966 \(both available from menu). See examples in `cperl-style-examples'.
4967
4968 Part of the indentation style is how different parts of if/elsif/else
4969 statements are broken into lines; in CPerl, this is reflected on how
4970 templates for these constructs are created (controlled by
4971 `cperl-extra-newline-before-brace'), and how reflow-logic should treat
4972 \"continuation\" blocks of else/elsif/continue, controlled by the same
4973 variable, and by `cperl-extra-newline-before-brace-multiline',
4974 `cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
4975
4976 If `cperl-indent-level' is 0, the statement after opening brace in
4977 column 0 is indented on
4978 `cperl-brace-offset'+`cperl-continued-statement-offset'.
4979
4980 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
4981 with no args.
4982
4983 DO NOT FORGET to read micro-docs (available from `Perl' menu)
4984 or as help on variables `cperl-tips', `cperl-problems',
4985 `cperl-praise', `cperl-speed'.
4986
4987 \(fn)" t nil)
4988
4989 (autoload 'cperl-perldoc "cperl-mode" "\
4990 Run `perldoc' on WORD.
4991
4992 \(fn WORD)" t nil)
4993
4994 (autoload 'cperl-perldoc-at-point "cperl-mode" "\
4995 Run a `perldoc' on the word around point.
4996
4997 \(fn)" t nil)
4998
4999 ;;;***
5000 \f
5001 ;;;### (autoloads (cpp-parse-edit cpp-highlight-buffer) "cpp" "progmodes/cpp.el"
5002 ;;;;;; (20706 54231 807276 0))
5003 ;;; Generated autoloads from progmodes/cpp.el
5004
5005 (autoload 'cpp-highlight-buffer "cpp" "\
5006 Highlight C code according to preprocessor conditionals.
5007 This command pops up a buffer which you should edit to specify
5008 what kind of highlighting to use, and the criteria for highlighting.
5009 A prefix arg suppresses display of that buffer.
5010
5011 \(fn ARG)" t nil)
5012
5013 (autoload 'cpp-parse-edit "cpp" "\
5014 Edit display information for cpp conditionals.
5015
5016 \(fn)" t nil)
5017
5018 ;;;***
5019 \f
5020 ;;;### (autoloads (crisp-mode crisp-mode) "crisp" "emulation/crisp.el"
5021 ;;;;;; (20706 54231 807276 0))
5022 ;;; Generated autoloads from emulation/crisp.el
5023
5024 (defvar crisp-mode nil "\
5025 Track status of CRiSP emulation mode.
5026 A value of nil means CRiSP mode is not enabled. A value of t
5027 indicates CRiSP mode is enabled.
5028
5029 Setting this variable directly does not take effect;
5030 use either M-x customize or the function `crisp-mode'.")
5031
5032 (custom-autoload 'crisp-mode "crisp" nil)
5033
5034 (autoload 'crisp-mode "crisp" "\
5035 Toggle CRiSP/Brief emulation (CRiSP mode).
5036 With a prefix argument ARG, enable CRiSP mode if ARG is positive,
5037 and disable it otherwise. If called from Lisp, enable the mode
5038 if ARG is omitted or nil.
5039
5040 \(fn &optional ARG)" t nil)
5041
5042 (defalias 'brief-mode 'crisp-mode)
5043
5044 ;;;***
5045 \f
5046 ;;;### (autoloads (completing-read-multiple) "crm" "emacs-lisp/crm.el"
5047 ;;;;;; (20706 54231 807276 0))
5048 ;;; Generated autoloads from emacs-lisp/crm.el
5049
5050 (autoload 'completing-read-multiple "crm" "\
5051 Read multiple strings in the minibuffer, with completion.
5052 By using this functionality, a user may specify multiple strings at a
5053 single prompt, optionally using completion.
5054
5055 Multiple strings are specified by separating each of the strings with
5056 a prespecified separator character. For example, if the separator
5057 character is a comma, the strings 'alice', 'bob', and 'eve' would be
5058 specified as 'alice,bob,eve'.
5059
5060 The default value for the separator character is the value of
5061 `crm-default-separator' (comma). The separator character may be
5062 changed by modifying the value of `crm-separator'.
5063
5064 Contiguous strings of non-separator-characters are referred to as
5065 'elements'. In the aforementioned example, the elements are: 'alice',
5066 'bob', and 'eve'.
5067
5068 Completion is available on a per-element basis. For example, if the
5069 contents of the minibuffer are 'alice,bob,eve' and point is between
5070 'l' and 'i', pressing TAB operates on the element 'alice'.
5071
5072 The return value of this function is a list of the read strings.
5073
5074 See the documentation for `completing-read' for details on the arguments:
5075 PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, HIST, DEF, and
5076 INHERIT-INPUT-METHOD.
5077
5078 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5079
5080 ;;;***
5081 \f
5082 ;;;### (autoloads (css-mode) "css-mode" "textmodes/css-mode.el" (20706
5083 ;;;;;; 54231 807276 0))
5084 ;;; Generated autoloads from textmodes/css-mode.el
5085
5086 (autoload 'css-mode "css-mode" "\
5087 Major mode to edit Cascading Style Sheets.
5088
5089 \(fn)" t nil)
5090
5091 ;;;***
5092 \f
5093 ;;;### (autoloads (cua-selection-mode cua-mode) "cua-base" "emulation/cua-base.el"
5094 ;;;;;; (20706 54231 807276 0))
5095 ;;; Generated autoloads from emulation/cua-base.el
5096
5097 (defvar cua-mode nil "\
5098 Non-nil if Cua mode is enabled.
5099 See the command `cua-mode' for a description of this minor mode.
5100 Setting this variable directly does not take effect;
5101 either customize it (see the info node `Easy Customization')
5102 or call the function `cua-mode'.")
5103
5104 (custom-autoload 'cua-mode "cua-base" nil)
5105
5106 (autoload 'cua-mode "cua-base" "\
5107 Toggle Common User Access style editing (CUA mode).
5108 With a prefix argument ARG, enable CUA mode if ARG is positive,
5109 and disable it otherwise. If called from Lisp, enable the mode
5110 if ARG is omitted or nil.
5111
5112 CUA mode is a global minor mode. When enabled, typed text
5113 replaces the active selection, and you can use C-z, C-x, C-c, and
5114 C-v to undo, cut, copy, and paste in addition to the normal Emacs
5115 bindings. The C-x and C-c keys only do cut and copy when the
5116 region is active, so in most cases, they do not conflict with the
5117 normal function of these prefix keys.
5118
5119 If you really need to perform a command which starts with one of
5120 the prefix keys even when the region is active, you have three
5121 options:
5122 - press the prefix key twice very quickly (within 0.2 seconds),
5123 - press the prefix key and the following key within 0.2 seconds, or
5124 - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.
5125
5126 You can customize `cua-enable-cua-keys' to completely disable the
5127 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
5128 the prefix fallback behavior.
5129
5130 CUA mode manages Transient Mark mode internally. Trying to disable
5131 Transient Mark mode while CUA mode is enabled does not work; if you
5132 only want to highlight the region when it is selected using a
5133 shifted movement key, set `cua-highlight-region-shift-only'.
5134
5135 \(fn &optional ARG)" t nil)
5136
5137 (autoload 'cua-selection-mode "cua-base" "\
5138 Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5139
5140 \(fn ARG)" t nil)
5141
5142 ;;;***
5143 \f
5144 ;;;### (autoloads (customize-menu-create custom-menu-create customize-save-customized
5145 ;;;;;; custom-save-all custom-file customize-browse custom-buffer-create-other-window
5146 ;;;;;; custom-buffer-create customize-apropos-groups customize-apropos-faces
5147 ;;;;;; customize-apropos-options customize-apropos customize-saved
5148 ;;;;;; customize-rogue customize-unsaved customize-face-other-window
5149 ;;;;;; customize-face customize-changed-options customize-option-other-window
5150 ;;;;;; customize-option customize-group-other-window customize-group
5151 ;;;;;; customize-mode customize customize-push-and-save customize-save-variable
5152 ;;;;;; customize-set-variable customize-set-value custom-menu-sort-alphabetically
5153 ;;;;;; custom-buffer-sort-alphabetically custom-browse-sort-alphabetically)
5154 ;;;;;; "cus-edit" "cus-edit.el" (20706 54231 807276 0))
5155 ;;; Generated autoloads from cus-edit.el
5156
5157 (defvar custom-browse-sort-alphabetically nil "\
5158 If non-nil, sort customization group alphabetically in `custom-browse'.")
5159
5160 (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t)
5161
5162 (defvar custom-buffer-sort-alphabetically t "\
5163 Whether to sort customization groups alphabetically in Custom buffer.")
5164
5165 (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t)
5166
5167 (defvar custom-menu-sort-alphabetically nil "\
5168 If non-nil, sort each customization group alphabetically in menus.")
5169
5170 (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t)
5171
5172 (autoload 'customize-set-value "cus-edit" "\
5173 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
5174
5175 If VARIABLE has a `variable-interactive' property, that is used as if
5176 it were the arg to `interactive' (which see) to interactively read the value.
5177
5178 If VARIABLE has a `custom-type' property, it must be a widget and the
5179 `:prompt-value' property of that widget will be used for reading the value.
5180
5181 If given a prefix (or a COMMENT argument), also prompt for a comment.
5182
5183 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5184
5185 (autoload 'customize-set-variable "cus-edit" "\
5186 Set the default for VARIABLE to VALUE, and return VALUE.
5187 VALUE is a Lisp object.
5188
5189 If VARIABLE has a `custom-set' property, that is used for setting
5190 VARIABLE, otherwise `set-default' is used.
5191
5192 If VARIABLE has a `variable-interactive' property, that is used as if
5193 it were the arg to `interactive' (which see) to interactively read the value.
5194
5195 If VARIABLE has a `custom-type' property, it must be a widget and the
5196 `:prompt-value' property of that widget will be used for reading the value.
5197
5198 If given a prefix (or a COMMENT argument), also prompt for a comment.
5199
5200 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5201
5202 (autoload 'customize-save-variable "cus-edit" "\
5203 Set the default for VARIABLE to VALUE, and save it for future sessions.
5204 Return VALUE.
5205
5206 If VARIABLE has a `custom-set' property, that is used for setting
5207 VARIABLE, otherwise `set-default' is used.
5208
5209 If VARIABLE has a `variable-interactive' property, that is used as if
5210 it were the arg to `interactive' (which see) to interactively read the value.
5211
5212 If VARIABLE has a `custom-type' property, it must be a widget and the
5213 `:prompt-value' property of that widget will be used for reading the value.
5214
5215 If given a prefix (or a COMMENT argument), also prompt for a comment.
5216
5217 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5218
5219 (autoload 'customize-push-and-save "cus-edit" "\
5220 Add ELTS to LIST-VAR and save for future sessions, safely.
5221 ELTS should be a list. This function adds each entry to the
5222 value of LIST-VAR using `add-to-list'.
5223
5224 If Emacs is initialized, call `customize-save-variable' to save
5225 the resulting list value now. Otherwise, add an entry to
5226 `after-init-hook' to save it after initialization.
5227
5228 \(fn LIST-VAR ELTS)" nil nil)
5229
5230 (autoload 'customize "cus-edit" "\
5231 Select a customization buffer which you can use to set user options.
5232 User options are structured into \"groups\".
5233 Initially the top-level group `Emacs' and its immediate subgroups
5234 are shown; the contents of those subgroups are initially hidden.
5235
5236 \(fn)" t nil)
5237
5238 (autoload 'customize-mode "cus-edit" "\
5239 Customize options related to the current major mode.
5240 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5241 then prompt for the MODE to customize.
5242
5243 \(fn MODE)" t nil)
5244
5245 (autoload 'customize-group "cus-edit" "\
5246 Customize GROUP, which must be a customization group.
5247 If OTHER-WINDOW is non-nil, display in another window.
5248
5249 \(fn &optional GROUP OTHER-WINDOW)" t nil)
5250
5251 (autoload 'customize-group-other-window "cus-edit" "\
5252 Customize GROUP, which must be a customization group, in another window.
5253
5254 \(fn &optional GROUP)" t nil)
5255
5256 (defalias 'customize-variable 'customize-option)
5257
5258 (autoload 'customize-option "cus-edit" "\
5259 Customize SYMBOL, which must be a user option.
5260
5261 \(fn SYMBOL)" t nil)
5262
5263 (defalias 'customize-variable-other-window 'customize-option-other-window)
5264
5265 (autoload 'customize-option-other-window "cus-edit" "\
5266 Customize SYMBOL, which must be a user option.
5267 Show the buffer in another window, but don't select it.
5268
5269 \(fn SYMBOL)" t nil)
5270
5271 (defvar customize-package-emacs-version-alist nil "\
5272 Alist mapping versions of a package to Emacs versions.
5273 We use this for packages that have their own names, but are released
5274 as part of Emacs itself.
5275
5276 Each elements looks like this:
5277
5278 (PACKAGE (PVERSION . EVERSION)...)
5279
5280 Here PACKAGE is the name of a package, as a symbol. After
5281 PACKAGE come one or more elements, each associating a
5282 package version PVERSION with the first Emacs version
5283 EVERSION in which it (or a subsequent version of PACKAGE)
5284 was first released. Both PVERSION and EVERSION are strings.
5285 PVERSION should be a string that this package used in
5286 the :package-version keyword for `defcustom', `defgroup',
5287 and `defface'.
5288
5289 For example, the MH-E package updates this alist as follows:
5290
5291 (add-to-list 'customize-package-emacs-version-alist
5292 '(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5293 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5294 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5295 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5296
5297 The value of PACKAGE needs to be unique and it needs to match the
5298 PACKAGE value appearing in the :package-version keyword. Since
5299 the user might see the value in a error message, a good choice is
5300 the official name of the package, such as MH-E or Gnus.")
5301
5302 (defalias 'customize-changed 'customize-changed-options)
5303
5304 (autoload 'customize-changed-options "cus-edit" "\
5305 Customize all settings whose meanings have changed in Emacs itself.
5306 This includes new user options and faces, and new customization
5307 groups, as well as older options and faces whose meanings or
5308 default values have changed since the previous major Emacs
5309 release.
5310
5311 With argument SINCE-VERSION (a string), customize all settings
5312 that were added or redefined since that version.
5313
5314 \(fn &optional SINCE-VERSION)" t nil)
5315
5316 (autoload 'customize-face "cus-edit" "\
5317 Customize FACE, which should be a face name or nil.
5318 If FACE is nil, customize all faces. If FACE is actually a
5319 face-alias, customize the face it is aliased to.
5320
5321 If OTHER-WINDOW is non-nil, display in another window.
5322
5323 Interactively, when point is on text which has a face specified,
5324 suggest to customize that face, if it's customizable.
5325
5326 \(fn &optional FACE OTHER-WINDOW)" t nil)
5327
5328 (autoload 'customize-face-other-window "cus-edit" "\
5329 Show customization buffer for face FACE in other window.
5330 If FACE is actually a face-alias, customize the face it is aliased to.
5331
5332 Interactively, when point is on text which has a face specified,
5333 suggest to customize that face, if it's customizable.
5334
5335 \(fn &optional FACE)" t nil)
5336
5337 (autoload 'customize-unsaved "cus-edit" "\
5338 Customize all options and faces set in this session but not saved.
5339
5340 \(fn)" t nil)
5341
5342 (autoload 'customize-rogue "cus-edit" "\
5343 Customize all user variables modified outside customize.
5344
5345 \(fn)" t nil)
5346
5347 (autoload 'customize-saved "cus-edit" "\
5348 Customize all saved options and faces.
5349
5350 \(fn)" t nil)
5351
5352 (autoload 'customize-apropos "cus-edit" "\
5353 Customize loaded options, faces and groups matching PATTERN.
5354 PATTERN can be a word, a list of words (separated by spaces),
5355 or a regexp (using some regexp special characters). If it is a word,
5356 search for matches for that word as a substring. If it is a list of words,
5357 search for matches for any two (or more) of those words.
5358
5359 If TYPE is `options', include only options.
5360 If TYPE is `faces', include only faces.
5361 If TYPE is `groups', include only groups.
5362
5363 \(fn PATTERN &optional TYPE)" t nil)
5364
5365 (autoload 'customize-apropos-options "cus-edit" "\
5366 Customize all loaded customizable options matching REGEXP.
5367
5368 \(fn REGEXP &optional IGNORED)" t nil)
5369
5370 (autoload 'customize-apropos-faces "cus-edit" "\
5371 Customize all loaded faces matching REGEXP.
5372
5373 \(fn REGEXP)" t nil)
5374
5375 (autoload 'customize-apropos-groups "cus-edit" "\
5376 Customize all loaded groups matching REGEXP.
5377
5378 \(fn REGEXP)" t nil)
5379
5380 (autoload 'custom-buffer-create "cus-edit" "\
5381 Create a buffer containing OPTIONS.
5382 Optional NAME is the name of the buffer.
5383 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5384 SYMBOL is a customization option, and WIDGET is a widget for editing
5385 that option.
5386
5387 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5388
5389 (autoload 'custom-buffer-create-other-window "cus-edit" "\
5390 Create a buffer containing OPTIONS, and display it in another window.
5391 The result includes selecting that window.
5392 Optional NAME is the name of the buffer.
5393 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5394 SYMBOL is a customization option, and WIDGET is a widget for editing
5395 that option.
5396
5397 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5398
5399 (autoload 'customize-browse "cus-edit" "\
5400 Create a tree browser for the customize hierarchy.
5401
5402 \(fn &optional GROUP)" t nil)
5403
5404 (defvar custom-file nil "\
5405 File used for storing customization information.
5406 The default is nil, which means to use your init file
5407 as specified by `user-init-file'. If the value is not nil,
5408 it should be an absolute file name.
5409
5410 You can set this option through Custom, if you carefully read the
5411 last paragraph below. However, usually it is simpler to write
5412 something like the following in your init file:
5413
5414 \(setq custom-file \"~/.emacs-custom.el\")
5415 \(load custom-file)
5416
5417 Note that both lines are necessary: the first line tells Custom to
5418 save all customizations in this file, but does not load it.
5419
5420 When you change this variable outside Custom, look in the
5421 previous custom file (usually your init file) for the
5422 forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5423 and copy them (whichever ones you find) to the new custom file.
5424 This will preserve your existing customizations.
5425
5426 If you save this option using Custom, Custom will write all
5427 currently saved customizations, including the new one for this
5428 option itself, into the file you specify, overwriting any
5429 `custom-set-variables' and `custom-set-faces' forms already
5430 present in that file. It will not delete any customizations from
5431 the old custom file. You should do that manually if that is what you
5432 want. You also have to put something like `(load \"CUSTOM-FILE\")
5433 in your init file, where CUSTOM-FILE is the actual name of the
5434 file. Otherwise, Emacs will not load the file when it starts up,
5435 and hence will not set `custom-file' to that file either.")
5436
5437 (custom-autoload 'custom-file "cus-edit" t)
5438
5439 (autoload 'custom-save-all "cus-edit" "\
5440 Save all customizations in `custom-file'.
5441
5442 \(fn)" nil nil)
5443
5444 (autoload 'customize-save-customized "cus-edit" "\
5445 Save all user options which have been set in this session.
5446
5447 \(fn)" t nil)
5448
5449 (autoload 'custom-menu-create "cus-edit" "\
5450 Create menu for customization group SYMBOL.
5451 The menu is in a format applicable to `easy-menu-define'.
5452
5453 \(fn SYMBOL)" nil nil)
5454
5455 (autoload 'customize-menu-create "cus-edit" "\
5456 Return a customize menu for customization group SYMBOL.
5457 If optional NAME is given, use that as the name of the menu.
5458 Otherwise the menu will be named `Customize'.
5459 The format is suitable for use with `easy-menu-define'.
5460
5461 \(fn SYMBOL &optional NAME)" nil nil)
5462
5463 ;;;***
5464 \f
5465 ;;;### (autoloads (customize-themes describe-theme custom-theme-visit-theme
5466 ;;;;;; customize-create-theme) "cus-theme" "cus-theme.el" (20706
5467 ;;;;;; 54231 807276 0))
5468 ;;; Generated autoloads from cus-theme.el
5469
5470 (autoload 'customize-create-theme "cus-theme" "\
5471 Create or edit a custom theme.
5472 THEME, if non-nil, should be an existing theme to edit. If THEME
5473 is `user', the resulting *Custom Theme* buffer also contains a
5474 checkbox for removing the theme settings specified in the buffer
5475 from the Custom save file.
5476 BUFFER, if non-nil, should be a buffer to use; the default is
5477 named *Custom Theme*.
5478
5479 \(fn &optional THEME BUFFER)" t nil)
5480
5481 (autoload 'custom-theme-visit-theme "cus-theme" "\
5482 Set up a Custom buffer to edit custom theme THEME.
5483
5484 \(fn THEME)" t nil)
5485
5486 (autoload 'describe-theme "cus-theme" "\
5487 Display a description of the Custom theme THEME (a symbol).
5488
5489 \(fn THEME)" t nil)
5490
5491 (autoload 'customize-themes "cus-theme" "\
5492 Display a selectable list of Custom themes.
5493 When called from Lisp, BUFFER should be the buffer to use; if
5494 omitted, a buffer named *Custom Themes* is used.
5495
5496 \(fn &optional BUFFER)" t nil)
5497
5498 ;;;***
5499 \f
5500 ;;;### (autoloads (cvs-status-mode) "cvs-status" "vc/cvs-status.el"
5501 ;;;;;; (20706 54231 807276 0))
5502 ;;; Generated autoloads from vc/cvs-status.el
5503
5504 (autoload 'cvs-status-mode "cvs-status" "\
5505 Mode used for cvs status output.
5506
5507 \(fn)" t nil)
5508
5509 ;;;***
5510 \f
5511 ;;;### (autoloads (global-cwarn-mode cwarn-mode) "cwarn" "progmodes/cwarn.el"
5512 ;;;;;; (20706 54231 807276 0))
5513 ;;; Generated autoloads from progmodes/cwarn.el
5514
5515 (autoload 'cwarn-mode "cwarn" "\
5516 Minor mode that highlights suspicious C and C++ constructions.
5517
5518 Suspicious constructs are highlighted using `font-lock-warning-face'.
5519
5520 Note, in addition to enabling this minor mode, the major mode must
5521 be included in the variable `cwarn-configuration'. By default C and
5522 C++ modes are included.
5523
5524 With a prefix argument ARG, enable the mode if ARG is positive,
5525 and disable it otherwise. If called from Lisp, enable the mode
5526 if ARG is omitted or nil.
5527
5528 \(fn &optional ARG)" t nil)
5529
5530 (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1")
5531
5532 (defvar global-cwarn-mode nil "\
5533 Non-nil if Global-Cwarn mode is enabled.
5534 See the command `global-cwarn-mode' for a description of this minor mode.
5535 Setting this variable directly does not take effect;
5536 either customize it (see the info node `Easy Customization')
5537 or call the function `global-cwarn-mode'.")
5538
5539 (custom-autoload 'global-cwarn-mode "cwarn" nil)
5540
5541 (autoload 'global-cwarn-mode "cwarn" "\
5542 Toggle Cwarn mode in all buffers.
5543 With prefix ARG, enable Global-Cwarn mode if ARG is positive;
5544 otherwise, disable it. If called from Lisp, enable the mode if
5545 ARG is omitted or nil.
5546
5547 Cwarn mode is enabled in all buffers where
5548 `turn-on-cwarn-mode-if-enabled' would do it.
5549 See `cwarn-mode' for more information on Cwarn mode.
5550
5551 \(fn &optional ARG)" t nil)
5552
5553 ;;;***
5554 \f
5555 ;;;### (autoloads (standard-display-cyrillic-translit cyrillic-encode-alternativnyj-char
5556 ;;;;;; cyrillic-encode-koi8-r-char) "cyril-util" "language/cyril-util.el"
5557 ;;;;;; (20706 54231 807276 0))
5558 ;;; Generated autoloads from language/cyril-util.el
5559
5560 (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
5561 Return KOI8-R external character code of CHAR if appropriate.
5562
5563 \(fn CHAR)" nil nil)
5564
5565 (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\
5566 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5567
5568 \(fn CHAR)" nil nil)
5569
5570 (autoload 'standard-display-cyrillic-translit "cyril-util" "\
5571 Display a cyrillic buffer using a transliteration.
5572 For readability, the table is slightly
5573 different from the one used for the input method `cyrillic-translit'.
5574
5575 The argument is a string which specifies which language you are using;
5576 that affects the choice of transliterations slightly.
5577 Possible values are listed in `cyrillic-language-alist'.
5578 If the argument is t, we use the default cyrillic transliteration.
5579 If the argument is nil, we return the display table to its standard state.
5580
5581 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5582
5583 ;;;***
5584 \f
5585 ;;;### (autoloads (dabbrev-expand dabbrev-completion) "dabbrev" "dabbrev.el"
5586 ;;;;;; (20706 54231 807276 0))
5587 ;;; Generated autoloads from dabbrev.el
5588 (put 'dabbrev-case-fold-search 'risky-local-variable t)
5589 (put 'dabbrev-case-replace 'risky-local-variable t)
5590 (define-key esc-map "/" 'dabbrev-expand)
5591 (define-key esc-map [?\C-/] 'dabbrev-completion)
5592
5593 (autoload 'dabbrev-completion "dabbrev" "\
5594 Completion on current word.
5595 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5596 and presents suggestions for completion.
5597
5598 With a prefix argument ARG, it searches all buffers accepted by the
5599 function pointed out by `dabbrev-friend-buffer-function' to find the
5600 completions.
5601
5602 If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
5603 then it searches *all* buffers.
5604
5605 \(fn &optional ARG)" t nil)
5606
5607 (autoload 'dabbrev-expand "dabbrev" "\
5608 Expand previous word \"dynamically\".
5609
5610 Expands to the most recent, preceding word for which this is a prefix.
5611 If no suitable preceding word is found, words following point are
5612 considered. If still no suitable word is found, then look in the
5613 buffers accepted by the function pointed out by variable
5614 `dabbrev-friend-buffer-function'.
5615
5616 A positive prefix argument, N, says to take the Nth backward *distinct*
5617 possibility. A negative argument says search forward.
5618
5619 If the cursor has not moved from the end of the previous expansion and
5620 no argument is given, replace the previously-made expansion
5621 with the next possible expansion not yet tried.
5622
5623 The variable `dabbrev-backward-only' may be used to limit the
5624 direction of search to backward if set non-nil.
5625
5626 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5627
5628 \(fn ARG)" t nil)
5629
5630 ;;;***
5631 \f
5632 ;;;### (autoloads (data-debug-new-buffer) "data-debug" "cedet/data-debug.el"
5633 ;;;;;; (20706 54231 807276 0))
5634 ;;; Generated autoloads from cedet/data-debug.el
5635
5636 (autoload 'data-debug-new-buffer "data-debug" "\
5637 Create a new data-debug buffer with NAME.
5638
5639 \(fn NAME)" nil nil)
5640
5641 ;;;***
5642 \f
5643 ;;;### (autoloads (dbus-handle-event) "dbus" "net/dbus.el" (20706
5644 ;;;;;; 54231 807276 0))
5645 ;;; Generated autoloads from net/dbus.el
5646
5647 (autoload 'dbus-handle-event "dbus" "\
5648 Handle events from the D-Bus.
5649 EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5650 part of the event, is called with arguments ARGS.
5651 If the HANDLER returns a `dbus-error', it is propagated as return message.
5652
5653 \(fn EVENT)" t nil)
5654
5655 ;;;***
5656 \f
5657 ;;;### (autoloads (dcl-mode) "dcl-mode" "progmodes/dcl-mode.el" (20706
5658 ;;;;;; 54231 807276 0))
5659 ;;; Generated autoloads from progmodes/dcl-mode.el
5660
5661 (autoload 'dcl-mode "dcl-mode" "\
5662 Major mode for editing DCL-files.
5663
5664 This mode indents command lines in blocks. (A block is commands between
5665 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
5666 dcl-block-end-regexp.)
5667
5668 Labels are indented to a fixed position unless they begin or end a block.
5669 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5670 Data lines are not indented.
5671
5672 Key bindings:
5673
5674 \\{dcl-mode-map}
5675 Commands not usually bound to keys:
5676
5677 \\[dcl-save-nondefault-options] Save changed options
5678 \\[dcl-save-all-options] Save all options
5679 \\[dcl-save-option] Save any option
5680 \\[dcl-save-mode] Save buffer mode
5681
5682 Variables controlling indentation style and extra features:
5683
5684 dcl-basic-offset
5685 Extra indentation within blocks.
5686
5687 dcl-continuation-offset
5688 Extra indentation for continued lines.
5689
5690 dcl-margin-offset
5691 Indentation for the first command line in a file or SUBROUTINE.
5692
5693 dcl-margin-label-offset
5694 Indentation for a label.
5695
5696 dcl-comment-line-regexp
5697 Lines matching this regexp will not be indented.
5698
5699 dcl-block-begin-regexp
5700 dcl-block-end-regexp
5701 Regexps that match command lines that begin and end, respectively,
5702 a block of command lines that will be given extra indentation.
5703 Command lines between THEN-ELSE-ENDIF are always indented; these variables
5704 make it possible to define other places to indent.
5705 Set to nil to disable this feature.
5706
5707 dcl-calc-command-indent-function
5708 Can be set to a function that customizes indentation for command lines.
5709 Two such functions are included in the package:
5710 dcl-calc-command-indent-multiple
5711 dcl-calc-command-indent-hang
5712
5713 dcl-calc-cont-indent-function
5714 Can be set to a function that customizes indentation for continued lines.
5715 One such function is included in the package:
5716 dcl-calc-cont-indent-relative (set by default)
5717
5718 dcl-tab-always-indent
5719 If t, pressing TAB always indents the current line.
5720 If nil, pressing TAB indents the current line if point is at the left
5721 margin.
5722
5723 dcl-electric-characters
5724 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5725 typed.
5726
5727 dcl-electric-reindent-regexps
5728 Use this variable and function dcl-electric-character to customize
5729 which words trigger electric indentation.
5730
5731 dcl-tempo-comma
5732 dcl-tempo-left-paren
5733 dcl-tempo-right-paren
5734 These variables control the look of expanded templates.
5735
5736 dcl-imenu-generic-expression
5737 Default value for imenu-generic-expression. The default includes
5738 SUBROUTINE labels in the main listing and sub-listings for
5739 other labels, CALL, GOTO and GOSUB statements.
5740
5741 dcl-imenu-label-labels
5742 dcl-imenu-label-goto
5743 dcl-imenu-label-gosub
5744 dcl-imenu-label-call
5745 Change the text that is used as sub-listing labels in imenu.
5746
5747 Loading this package calls the value of the variable
5748 `dcl-mode-load-hook' with no args, if that value is non-nil.
5749 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5750 with no args, if that value is non-nil.
5751
5752
5753 The following example uses the default values for all variables:
5754
5755 $! This is a comment line that is not indented (it matches
5756 $! dcl-comment-line-regexp)
5757 $! Next follows the first command line. It is indented dcl-margin-offset.
5758 $ i = 1
5759 $ ! Other comments are indented like command lines.
5760 $ ! A margin label indented dcl-margin-label-offset:
5761 $ label:
5762 $ if i.eq.1
5763 $ then
5764 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
5765 $ ! indented dcl-basic-offset
5766 $ loop1: ! This matches dcl-block-begin-regexp...
5767 $ ! ...so this line is indented dcl-basic-offset
5768 $ text = \"This \" + - ! is a continued line
5769 \"lined up with the command line\"
5770 $ type sys$input
5771 Data lines are not indented at all.
5772 $ endloop1: ! This matches dcl-block-end-regexp
5773 $ endif
5774 $
5775
5776
5777 There is some minimal font-lock support (see vars
5778 `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5779
5780 \(fn)" t nil)
5781
5782 ;;;***
5783 \f
5784 ;;;### (autoloads (cancel-debug-on-entry debug-on-entry debug) "debug"
5785 ;;;;;; "emacs-lisp/debug.el" (20706 54231 807276 0))
5786 ;;; Generated autoloads from emacs-lisp/debug.el
5787
5788 (setq debugger 'debug)
5789
5790 (autoload 'debug "debug" "\
5791 Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger.
5792 Arguments are mainly for use when this is called from the internals
5793 of the evaluator.
5794
5795 You may call with no args, or you may pass nil as the first arg and
5796 any other args you like. In that case, the list of args after the
5797 first will be printed into the backtrace buffer.
5798
5799 \(fn &rest DEBUGGER-ARGS)" t nil)
5800
5801 (autoload 'debug-on-entry "debug" "\
5802 Request FUNCTION to invoke debugger each time it is called.
5803
5804 When called interactively, prompt for FUNCTION in the minibuffer.
5805
5806 This works by modifying the definition of FUNCTION. If you tell the
5807 debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
5808 normal function or a macro written in Lisp, you can also step through
5809 its execution. FUNCTION can also be a primitive that is not a special
5810 form, in which case stepping is not possible. Break-on-entry for
5811 primitive functions only works when that function is called from Lisp.
5812
5813 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5814 Redefining FUNCTION also cancels it.
5815
5816 \(fn FUNCTION)" t nil)
5817
5818 (autoload 'cancel-debug-on-entry "debug" "\
5819 Undo effect of \\[debug-on-entry] on FUNCTION.
5820 If FUNCTION is nil, cancel debug-on-entry for all functions.
5821 When called interactively, prompt for FUNCTION in the minibuffer.
5822 To specify a nil argument interactively, exit with an empty minibuffer.
5823
5824 \(fn &optional FUNCTION)" t nil)
5825
5826 ;;;***
5827 \f
5828 ;;;### (autoloads (decipher-mode decipher) "decipher" "play/decipher.el"
5829 ;;;;;; (20706 54231 807276 0))
5830 ;;; Generated autoloads from play/decipher.el
5831
5832 (autoload 'decipher "decipher" "\
5833 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5834
5835 \(fn)" t nil)
5836
5837 (autoload 'decipher-mode "decipher" "\
5838 Major mode for decrypting monoalphabetic substitution ciphers.
5839 Lower-case letters enter plaintext.
5840 Upper-case letters are commands.
5841
5842 The buffer is made read-only so that normal Emacs commands cannot
5843 modify it.
5844
5845 The most useful commands are:
5846 \\<decipher-mode-map>
5847 \\[decipher-digram-list] Display a list of all digrams & their frequency
5848 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
5849 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
5850 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
5851 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
5852
5853 \(fn)" t nil)
5854
5855 ;;;***
5856 \f
5857 ;;;### (autoloads (delimit-columns-rectangle delimit-columns-region
5858 ;;;;;; delimit-columns-customize) "delim-col" "delim-col.el" (20706
5859 ;;;;;; 54231 807276 0))
5860 ;;; Generated autoloads from delim-col.el
5861
5862 (autoload 'delimit-columns-customize "delim-col" "\
5863 Customization of `columns' group.
5864
5865 \(fn)" t nil)
5866
5867 (autoload 'delimit-columns-region "delim-col" "\
5868 Prettify all columns in a text region.
5869
5870 START and END delimits the text region.
5871
5872 \(fn START END)" t nil)
5873
5874 (autoload 'delimit-columns-rectangle "delim-col" "\
5875 Prettify all columns in a text rectangle.
5876
5877 START and END delimits the corners of text rectangle.
5878
5879 \(fn START END)" t nil)
5880
5881 ;;;***
5882 \f
5883 ;;;### (autoloads (delphi-mode) "delphi" "progmodes/delphi.el" (20706
5884 ;;;;;; 54231 807276 0))
5885 ;;; Generated autoloads from progmodes/delphi.el
5886
5887 (autoload 'delphi-mode "delphi" "\
5888 Major mode for editing Delphi code. \\<delphi-mode-map>
5889 \\[delphi-tab] - Indents the current line (or region, if Transient Mark mode
5890 is enabled and the region is active) of Delphi code.
5891 \\[delphi-find-unit] - Search for a Delphi source file.
5892 \\[delphi-fill-comment] - Fill the current comment.
5893 \\[delphi-new-comment-line] - If in a // comment, do a new comment line.
5894
5895 \\[indent-region] also works for indenting a whole region.
5896
5897 Customization:
5898
5899 `delphi-indent-level' (default 3)
5900 Indentation of Delphi statements with respect to containing block.
5901 `delphi-compound-block-indent' (default 0)
5902 Extra indentation for blocks in compound statements.
5903 `delphi-case-label-indent' (default 0)
5904 Extra indentation for case statement labels.
5905 `delphi-tab-always-indents' (default t)
5906 Non-nil means TAB in Delphi mode should always reindent the current line,
5907 regardless of where in the line point is when the TAB command is used.
5908 `delphi-newline-always-indents' (default t)
5909 Non-nil means NEWLINE in Delphi mode should always reindent the current
5910 line, insert a blank line and move to the default indent column of the
5911 blank line.
5912 `delphi-search-path' (default .)
5913 Directories to search when finding external units.
5914 `delphi-verbose' (default nil)
5915 If true then Delphi token processing progress is reported to the user.
5916
5917 Coloring:
5918
5919 `delphi-comment-face' (default font-lock-comment-face)
5920 Face used to color Delphi comments.
5921 `delphi-string-face' (default font-lock-string-face)
5922 Face used to color Delphi strings.
5923 `delphi-keyword-face' (default font-lock-keyword-face)
5924 Face used to color Delphi keywords.
5925 `delphi-other-face' (default nil)
5926 Face used to color everything else.
5927
5928 Turning on Delphi mode calls the value of the variable `delphi-mode-hook'
5929 with no args, if that value is non-nil.
5930
5931 \(fn)" t nil)
5932
5933 ;;;***
5934 \f
5935 ;;;### (autoloads (delete-selection-mode) "delsel" "delsel.el" (20706
5936 ;;;;;; 54231 807276 0))
5937 ;;; Generated autoloads from delsel.el
5938
5939 (defalias 'pending-delete-mode 'delete-selection-mode)
5940
5941 (defvar delete-selection-mode nil "\
5942 Non-nil if Delete-Selection mode is enabled.
5943 See the command `delete-selection-mode' for a description of this minor mode.
5944 Setting this variable directly does not take effect;
5945 either customize it (see the info node `Easy Customization')
5946 or call the function `delete-selection-mode'.")
5947
5948 (custom-autoload 'delete-selection-mode "delsel" nil)
5949
5950 (autoload 'delete-selection-mode "delsel" "\
5951 Toggle Delete Selection mode.
5952 With a prefix argument ARG, enable Delete Selection mode if ARG
5953 is positive, and disable it otherwise. If called from Lisp,
5954 enable the mode if ARG is omitted or nil.
5955
5956 When Delete Selection mode is enabled, Transient Mark mode is also
5957 enabled and typed text replaces the selection if the selection is
5958 active. Otherwise, typed text is just inserted at point regardless of
5959 any selection.
5960
5961 \(fn &optional ARG)" t nil)
5962
5963 ;;;***
5964 \f
5965 ;;;### (autoloads (derived-mode-init-mode-variables define-derived-mode)
5966 ;;;;;; "derived" "emacs-lisp/derived.el" (20706 54231 807276 0))
5967 ;;; Generated autoloads from emacs-lisp/derived.el
5968
5969 (autoload 'define-derived-mode "derived" "\
5970 Create a new mode as a variant of an existing mode.
5971
5972 The arguments to this command are as follow:
5973
5974 CHILD: the name of the command for the derived mode.
5975 PARENT: the name of the command for the parent mode (e.g. `text-mode')
5976 or nil if there is no parent.
5977 NAME: a string which will appear in the status line (e.g. \"Hypertext\")
5978 DOCSTRING: an optional documentation string--if you do not supply one,
5979 the function will attempt to invent something useful.
5980 BODY: forms to execute just before running the
5981 hooks for the new mode. Do not use `interactive' here.
5982
5983 BODY can start with a bunch of keyword arguments. The following keyword
5984 arguments are currently understood:
5985 :group GROUP
5986 Declare the customization group that corresponds to this mode.
5987 The command `customize-mode' uses this.
5988 :syntax-table TABLE
5989 Use TABLE instead of the default (CHILD-syntax-table).
5990 A nil value means to simply use the same syntax-table as the parent.
5991 :abbrev-table TABLE
5992 Use TABLE instead of the default (CHILD-abbrev-table).
5993 A nil value means to simply use the same abbrev-table as the parent.
5994
5995 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
5996
5997 (define-derived-mode LaTeX-thesis-mode LaTeX-mode \"LaTeX-Thesis\")
5998
5999 You could then make new key bindings for `LaTeX-thesis-mode-map'
6000 without changing regular LaTeX mode. In this example, BODY is empty,
6001 and DOCSTRING is generated by default.
6002
6003 On a more complicated level, the following command uses `sgml-mode' as
6004 the parent, and then sets the variable `case-fold-search' to nil:
6005
6006 (define-derived-mode article-mode sgml-mode \"Article\"
6007 \"Major mode for editing technical articles.\"
6008 (setq case-fold-search nil))
6009
6010 Note that if the documentation string had been left out, it would have
6011 been generated automatically, with a reference to the keymap.
6012
6013 The new mode runs the hook constructed by the function
6014 `derived-mode-hook-name'.
6015
6016 See Info node `(elisp)Derived Modes' for more details.
6017
6018 \(fn CHILD PARENT NAME &optional DOCSTRING &rest BODY)" nil t)
6019
6020 (put 'define-derived-mode 'doc-string-elt '4)
6021
6022 (autoload 'derived-mode-init-mode-variables "derived" "\
6023 Initialize variables for a new MODE.
6024 Right now, if they don't already exist, set up a blank keymap, an
6025 empty syntax table, and an empty abbrev table -- these will be merged
6026 the first time the mode is used.
6027
6028 \(fn MODE)" nil nil)
6029
6030 ;;;***
6031 \f
6032 ;;;### (autoloads (describe-char describe-text-properties) "descr-text"
6033 ;;;;;; "descr-text.el" (20706 54231 807276 0))
6034 ;;; Generated autoloads from descr-text.el
6035
6036 (autoload 'describe-text-properties "descr-text" "\
6037 Describe widgets, buttons, overlays, and text properties at POS.
6038 POS is taken to be in BUFFER or in current buffer if nil.
6039 Interactively, describe them for the character after point.
6040 If optional second argument OUTPUT-BUFFER is non-nil,
6041 insert the output into that buffer, and don't initialize or clear it
6042 otherwise.
6043
6044 \(fn POS &optional OUTPUT-BUFFER BUFFER)" t nil)
6045
6046 (autoload 'describe-char "descr-text" "\
6047 Describe position POS (interactively, point) and the char after POS.
6048 POS is taken to be in BUFFER, or the current buffer if BUFFER is nil.
6049 The information is displayed in buffer `*Help*'.
6050
6051 The position information includes POS; the total size of BUFFER; the
6052 region limits, if narrowed; the column number; and the horizontal
6053 scroll amount, if the buffer is horizontally scrolled.
6054
6055 The character information includes the character code; charset and
6056 code points in it; syntax; category; how the character is encoded in
6057 BUFFER and in BUFFER's file; character composition information (if
6058 relevant); the font and font glyphs used to display the character;
6059 the character's canonical name and other properties defined by the
6060 Unicode Data Base; and widgets, buttons, overlays, and text properties
6061 relevant to POS.
6062
6063 \(fn POS &optional BUFFER)" t nil)
6064
6065 ;;;***
6066 \f
6067 ;;;### (autoloads (desktop-revert desktop-save-in-desktop-dir desktop-change-dir
6068 ;;;;;; desktop-load-default desktop-read desktop-remove desktop-save
6069 ;;;;;; desktop-clear desktop-locals-to-save desktop-save-mode) "desktop"
6070 ;;;;;; "desktop.el" (20706 54231 807276 0))
6071 ;;; Generated autoloads from desktop.el
6072
6073 (defvar desktop-save-mode nil "\
6074 Non-nil if Desktop-Save mode is enabled.
6075 See the command `desktop-save-mode' for a description of this minor mode.")
6076
6077 (custom-autoload 'desktop-save-mode "desktop" nil)
6078
6079 (autoload 'desktop-save-mode "desktop" "\
6080 Toggle desktop saving (Desktop Save mode).
6081 With a prefix argument ARG, enable Desktop Save mode if ARG is
6082 positive, and disable it otherwise. If called from Lisp, enable
6083 the mode if ARG is omitted or nil.
6084
6085 If Desktop Save mode is enabled, the state of Emacs is saved from
6086 one session to another. See variable `desktop-save' and function
6087 `desktop-read' for details.
6088
6089 \(fn &optional ARG)" t nil)
6090
6091 (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) "\
6092 List of local variables to save for each buffer.
6093 The variables are saved only when they really are local. Conventional minor
6094 modes are restored automatically; they should not be listed here.")
6095
6096 (custom-autoload 'desktop-locals-to-save "desktop" t)
6097
6098 (defvar desktop-save-buffer nil "\
6099 When non-nil, save buffer status in desktop file.
6100 This variable becomes buffer local when set.
6101
6102 If the value is a function, it is called by `desktop-save' with argument
6103 DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
6104 file along with the state of the buffer for which it was called.
6105
6106 When file names are returned, they should be formatted using the call
6107 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6108
6109 Later, when `desktop-read' evaluates the desktop file, auxiliary information
6110 is passed as the argument DESKTOP-BUFFER-MISC to functions in
6111 `desktop-buffer-mode-handlers'.")
6112
6113 (defvar desktop-buffer-mode-handlers nil "\
6114 Alist of major mode specific functions to restore a desktop buffer.
6115 Functions listed are called by `desktop-create-buffer' when `desktop-read'
6116 evaluates the desktop file. List elements must have the form
6117
6118 (MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
6119
6120 Buffers with a major mode not specified here, are restored by the default
6121 handler `desktop-restore-file-buffer'.
6122
6123 Handlers are called with argument list
6124
6125 (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC)
6126
6127 Furthermore, they may use the following variables:
6128
6129 desktop-file-version
6130 desktop-buffer-major-mode
6131 desktop-buffer-minor-modes
6132 desktop-buffer-point
6133 desktop-buffer-mark
6134 desktop-buffer-read-only
6135 desktop-buffer-locals
6136
6137 If a handler returns a buffer, then the saved mode settings
6138 and variable values for that buffer are copied into it.
6139
6140 Modules that define a major mode that needs a special handler should contain
6141 code like
6142
6143 (defun foo-restore-desktop-buffer
6144 ...
6145 (add-to-list 'desktop-buffer-mode-handlers
6146 '(foo-mode . foo-restore-desktop-buffer))
6147
6148 Furthermore the major mode function must be autoloaded.")
6149
6150 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
6151
6152 (defvar desktop-minor-mode-handlers nil "\
6153 Alist of functions to restore non-standard minor modes.
6154 Functions are called by `desktop-create-buffer' to restore minor modes.
6155 List elements must have the form
6156
6157 (MINOR-MODE . RESTORE-FUNCTION).
6158
6159 Minor modes not specified here, are restored by the standard minor mode
6160 function.
6161
6162 Handlers are called with argument list
6163
6164 (DESKTOP-BUFFER-LOCALS)
6165
6166 Furthermore, they may use the following variables:
6167
6168 desktop-file-version
6169 desktop-buffer-file-name
6170 desktop-buffer-name
6171 desktop-buffer-major-mode
6172 desktop-buffer-minor-modes
6173 desktop-buffer-point
6174 desktop-buffer-mark
6175 desktop-buffer-read-only
6176 desktop-buffer-misc
6177
6178 When a handler is called, the buffer has been created and the major mode has
6179 been set, but local variables listed in desktop-buffer-locals has not yet been
6180 created and set.
6181
6182 Modules that define a minor mode that needs a special handler should contain
6183 code like
6184
6185 (defun foo-desktop-restore
6186 ...
6187 (add-to-list 'desktop-minor-mode-handlers
6188 '(foo-mode . foo-desktop-restore))
6189
6190 Furthermore the minor mode function must be autoloaded.
6191
6192 See also `desktop-minor-mode-table'.")
6193
6194 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
6195
6196 (autoload 'desktop-clear "desktop" "\
6197 Empty the Desktop.
6198 This kills all buffers except for internal ones and those with names matched by
6199 a regular expression in the list `desktop-clear-preserve-buffers'.
6200 Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6201
6202 \(fn)" t nil)
6203
6204 (autoload 'desktop-save "desktop" "\
6205 Save the desktop in a desktop file.
6206 Parameter DIRNAME specifies where to save the desktop file.
6207 Optional parameter RELEASE says whether we're done with this desktop.
6208 See also `desktop-base-file-name'.
6209
6210 \(fn DIRNAME &optional RELEASE)" t nil)
6211
6212 (autoload 'desktop-remove "desktop" "\
6213 Delete desktop file in `desktop-dirname'.
6214 This function also sets `desktop-dirname' to nil.
6215
6216 \(fn)" t nil)
6217
6218 (autoload 'desktop-read "desktop" "\
6219 Read and process the desktop file in directory DIRNAME.
6220 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
6221 directories listed in `desktop-path'. If a desktop file is found, it
6222 is processed and `desktop-after-read-hook' is run. If no desktop file
6223 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
6224 This function is a no-op when Emacs is running in batch mode.
6225 It returns t if a desktop file was loaded, nil otherwise.
6226
6227 \(fn &optional DIRNAME)" t nil)
6228
6229 (autoload 'desktop-load-default "desktop" "\
6230 Load the `default' start-up library manually.
6231 Also inhibit further loading of it.
6232
6233 \(fn)" nil nil)
6234
6235 (make-obsolete 'desktop-load-default 'desktop-save-mode "22.1")
6236
6237 (autoload 'desktop-change-dir "desktop" "\
6238 Change to desktop saved in DIRNAME.
6239 Kill the desktop as specified by variables `desktop-save-mode' and
6240 `desktop-save', then clear the desktop and load the desktop file in
6241 directory DIRNAME.
6242
6243 \(fn DIRNAME)" t nil)
6244
6245 (autoload 'desktop-save-in-desktop-dir "desktop" "\
6246 Save the desktop in directory `desktop-dirname'.
6247
6248 \(fn)" t nil)
6249
6250 (autoload 'desktop-revert "desktop" "\
6251 Revert to the last loaded desktop.
6252
6253 \(fn)" t nil)
6254
6255 ;;;***
6256 \f
6257 ;;;### (autoloads (gnus-article-outlook-deuglify-article gnus-outlook-deuglify-article
6258 ;;;;;; gnus-article-outlook-repair-attribution gnus-article-outlook-unwrap-lines)
6259 ;;;;;; "deuglify" "gnus/deuglify.el" (20706 54231 807276 0))
6260 ;;; Generated autoloads from gnus/deuglify.el
6261
6262 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
6263 Unwrap lines that appear to be wrapped citation lines.
6264 You can control what lines will be unwrapped by frobbing
6265 `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max',
6266 indicating the minimum and maximum length of an unwrapped citation line. If
6267 NODISPLAY is non-nil, don't redisplay the article buffer.
6268
6269 \(fn &optional NODISPLAY)" t nil)
6270
6271 (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
6272 Repair a broken attribution line.
6273 If NODISPLAY is non-nil, don't redisplay the article buffer.
6274
6275 \(fn &optional NODISPLAY)" t nil)
6276
6277 (autoload 'gnus-outlook-deuglify-article "deuglify" "\
6278 Full deuglify of broken Outlook (Express) articles.
6279 Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If
6280 NODISPLAY is non-nil, don't redisplay the article buffer.
6281
6282 \(fn &optional NODISPLAY)" t nil)
6283
6284 (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
6285 Deuglify broken Outlook (Express) articles and redisplay.
6286
6287 \(fn)" t nil)
6288
6289 ;;;***
6290 \f
6291 ;;;### (autoloads (diary-mode diary-mail-entries diary) "diary-lib"
6292 ;;;;;; "calendar/diary-lib.el" (20706 54231 807276 0))
6293 ;;; Generated autoloads from calendar/diary-lib.el
6294
6295 (autoload 'diary "diary-lib" "\
6296 Generate the diary window for ARG days starting with the current date.
6297 If no argument is provided, the number of days of diary entries is governed
6298 by the variable `diary-number-of-entries'. A value of ARG less than 1
6299 does nothing. This function is suitable for execution in an init file.
6300
6301 \(fn &optional ARG)" t nil)
6302
6303 (autoload 'diary-mail-entries "diary-lib" "\
6304 Send a mail message showing diary entries for next NDAYS days.
6305 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
6306 Mail is sent to the address specified by `diary-mail-addr'.
6307
6308 Here is an example of a script to call `diary-mail-entries',
6309 suitable for regular scheduling using cron (or at). Note that
6310 since `emacs -script' does not load your init file, you should
6311 ensure that all relevant variables are set.
6312
6313 #!/usr/bin/emacs -script
6314 ;; diary-rem.el - run the Emacs diary-reminder
6315
6316 \(setq diary-mail-days 3
6317 diary-file \"/path/to/diary.file\"
6318 calendar-date-style 'european
6319 diary-mail-addr \"user@host.name\")
6320
6321 \(diary-mail-entries)
6322
6323 # diary-rem.el ends here
6324
6325 \(fn &optional NDAYS)" t nil)
6326
6327 (autoload 'diary-mode "diary-lib" "\
6328 Major mode for editing the diary file.
6329
6330 \(fn)" t nil)
6331
6332 ;;;***
6333 \f
6334 ;;;### (autoloads (diff-buffer-with-file diff-latest-backup-file
6335 ;;;;;; diff-backup diff diff-command diff-switches) "diff" "vc/diff.el"
6336 ;;;;;; (20706 54231 807276 0))
6337 ;;; Generated autoloads from vc/diff.el
6338
6339 (defvar diff-switches (purecopy "-c") "\
6340 A string or list of strings specifying switches to be passed to diff.")
6341
6342 (custom-autoload 'diff-switches "diff" t)
6343
6344 (defvar diff-command (purecopy "diff") "\
6345 The command to use to run diff.")
6346
6347 (custom-autoload 'diff-command "diff" t)
6348
6349 (autoload 'diff "diff" "\
6350 Find and display the differences between OLD and NEW files.
6351 When called interactively, read NEW, then OLD, using the
6352 minibuffer. The default for NEW is the current buffer's file
6353 name, and the default for OLD is a backup file for NEW, if one
6354 exists. If NO-ASYNC is non-nil, call diff synchronously.
6355
6356 When called interactively with a prefix argument, prompt
6357 interactively for diff switches. Otherwise, the switches
6358 specified in `diff-switches' are passed to the diff command.
6359
6360 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
6361
6362 (autoload 'diff-backup "diff" "\
6363 Diff this file with its backup file or vice versa.
6364 Uses the latest backup, if there are several numerical backups.
6365 If this file is a backup, diff it with its original.
6366 The backup file is the first file given to `diff'.
6367 With prefix arg, prompt for diff switches.
6368
6369 \(fn FILE &optional SWITCHES)" t nil)
6370
6371 (autoload 'diff-latest-backup-file "diff" "\
6372 Return the latest existing backup of FILE, or nil.
6373
6374 \(fn FN)" nil nil)
6375
6376 (autoload 'diff-buffer-with-file "diff" "\
6377 View the differences between BUFFER and its associated file.
6378 This requires the external program `diff' to be in your `exec-path'.
6379
6380 \(fn &optional BUFFER)" t nil)
6381
6382 ;;;***
6383 \f
6384 ;;;### (autoloads (diff-minor-mode diff-mode) "diff-mode" "vc/diff-mode.el"
6385 ;;;;;; (20706 54231 807276 0))
6386 ;;; Generated autoloads from vc/diff-mode.el
6387
6388 (autoload 'diff-mode "diff-mode" "\
6389 Major mode for viewing/editing context diffs.
6390 Supports unified and context diffs as well as (to a lesser extent)
6391 normal diffs.
6392
6393 When the buffer is read-only, the ESC prefix is not necessary.
6394 If you edit the buffer manually, diff-mode will try to update the hunk
6395 headers for you on-the-fly.
6396
6397 You can also switch between context diff and unified diff with \\[diff-context->unified],
6398 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6399 a diff with \\[diff-reverse-direction].
6400
6401 \\{diff-mode-map}
6402
6403 \(fn)" t nil)
6404
6405 (autoload 'diff-minor-mode "diff-mode" "\
6406 Toggle Diff minor mode.
6407 With a prefix argument ARG, enable Diff minor mode if ARG is
6408 positive, and disable it otherwise. If called from Lisp, enable
6409 the mode if ARG is omitted or nil.
6410
6411 \\{diff-minor-mode-map}
6412
6413 \(fn &optional ARG)" t nil)
6414
6415 ;;;***
6416 \f
6417 ;;;### (autoloads (dig) "dig" "net/dig.el" (20706 54231 807276 0))
6418 ;;; Generated autoloads from net/dig.el
6419
6420 (autoload 'dig "dig" "\
6421 Query addresses of a DOMAIN using dig, by calling `dig-invoke'.
6422 Optional arguments are passed to `dig-invoke'.
6423
6424 \(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
6425
6426 ;;;***
6427 \f
6428 ;;;### (autoloads (dired-mode dired-noselect dired-other-frame dired-other-window
6429 ;;;;;; dired dired-listing-switches) "dired" "dired.el" (20706 54231
6430 ;;;;;; 807276 0))
6431 ;;; Generated autoloads from dired.el
6432
6433 (defvar dired-listing-switches (purecopy "-al") "\
6434 Switches passed to `ls' for Dired. MUST contain the `l' option.
6435 May contain all other options that don't contradict `-l';
6436 may contain even `F', `b', `i' and `s'. See also the variable
6437 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6438 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6439 some of the `ls' switches are not supported; see the doc string of
6440 `insert-directory' in `ls-lisp.el' for more details.")
6441
6442 (custom-autoload 'dired-listing-switches "dired" t)
6443
6444 (defvar dired-directory nil "\
6445 The directory name or wildcard spec that this dired directory lists.
6446 Local to each dired buffer. May be a list, in which case the car is the
6447 directory name and the cdr is the list of files to mention.
6448 The directory name must be absolute, but need not be fully expanded.")
6449 (define-key ctl-x-map "d" 'dired)
6450
6451 (autoload 'dired "dired" "\
6452 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
6453 Optional second argument SWITCHES specifies the `ls' options used.
6454 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
6455 Dired displays a list of files in DIRNAME (which may also have
6456 shell wildcards appended to select certain files). If DIRNAME is a cons,
6457 its first element is taken as the directory name and the rest as an explicit
6458 list of files to make directory entries for.
6459 \\<dired-mode-map>You can flag files for deletion with \\[dired-flag-file-deletion] and then
6460 delete them by typing \\[dired-do-flagged-delete].
6461 Type \\[describe-mode] after entering Dired for more info.
6462
6463 If DIRNAME is already in a dired buffer, that buffer is used without refresh.
6464
6465 \(fn DIRNAME &optional SWITCHES)" t nil)
6466 (define-key ctl-x-4-map "d" 'dired-other-window)
6467
6468 (autoload 'dired-other-window "dired" "\
6469 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
6470
6471 \(fn DIRNAME &optional SWITCHES)" t nil)
6472 (define-key ctl-x-5-map "d" 'dired-other-frame)
6473
6474 (autoload 'dired-other-frame "dired" "\
6475 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
6476
6477 \(fn DIRNAME &optional SWITCHES)" t nil)
6478
6479 (autoload 'dired-noselect "dired" "\
6480 Like `dired' but returns the dired buffer as value, does not select it.
6481
6482 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6483
6484 (autoload 'dired-mode "dired" "\
6485 Mode for \"editing\" directory listings.
6486 In Dired, you are \"editing\" a list of the files in a directory and
6487 (optionally) its subdirectories, in the format of `ls -lR'.
6488 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
6489 \"Editing\" means that you can run shell commands on files, visit,
6490 compress, load or byte-compile them, change their file attributes
6491 and insert subdirectories into the same buffer. You can \"mark\"
6492 files for later commands or \"flag\" them for deletion, either file
6493 by file or all files matching certain criteria.
6494 You can move using the usual cursor motion commands.\\<dired-mode-map>
6495 The buffer is read-only. Digits are prefix arguments.
6496 Type \\[dired-flag-file-deletion] to flag a file `D' for deletion.
6497 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6498 Most commands operate on the marked files and use the current file
6499 if no files are marked. Use a numeric prefix argument to operate on
6500 the next ARG (or previous -ARG if ARG<0) files, or just `1'
6501 to operate on the current file only. Prefix arguments override marks.
6502 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
6503 to see why something went wrong.
6504 Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory.
6505 Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
6506 Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'.
6507 Type \\[dired-find-file] to Find the current line's file
6508 (or dired it in another buffer, if it is a directory).
6509 Type \\[dired-find-file-other-window] to find file or dired directory in Other window.
6510 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6511 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6512 Type \\[dired-do-copy] to Copy files.
6513 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
6514 Type \\[revert-buffer] to read all currently expanded directories aGain.
6515 This retains all marks and hides subdirs again that were hidden before.
6516 Use `SPC' and `DEL' to move down and up by lines.
6517
6518 If Dired ever gets confused, you can either type \\[revert-buffer] to read the
6519 directories again, type \\[dired-do-redisplay] to relist the file at point or the marked files or a
6520 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
6521 again for the directory tree.
6522
6523 Customization variables (rename this buffer and type \\[describe-variable] on each line
6524 for more info):
6525
6526 `dired-listing-switches'
6527 `dired-trivial-filenames'
6528 `dired-marker-char'
6529 `dired-del-marker'
6530 `dired-keep-marker-rename'
6531 `dired-keep-marker-copy'
6532 `dired-keep-marker-hardlink'
6533 `dired-keep-marker-symlink'
6534
6535 Hooks (use \\[describe-variable] to see their documentation):
6536
6537 `dired-before-readin-hook'
6538 `dired-after-readin-hook'
6539 `dired-mode-hook'
6540 `dired-load-hook'
6541
6542 Keybindings:
6543 \\{dired-mode-map}
6544
6545 \(fn &optional DIRNAME SWITCHES)" nil nil)
6546 (put 'dired-find-alternate-file 'disabled t)
6547
6548 ;;;***
6549 \f
6550 ;;;### (autoloads (dirtrack dirtrack-mode) "dirtrack" "dirtrack.el"
6551 ;;;;;; (20706 54231 807276 0))
6552 ;;; Generated autoloads from dirtrack.el
6553
6554 (autoload 'dirtrack-mode "dirtrack" "\
6555 Toggle directory tracking in shell buffers (Dirtrack mode).
6556 With a prefix argument ARG, enable Dirtrack mode if ARG is
6557 positive, and disable it otherwise. If called from Lisp, enable
6558 the mode if ARG is omitted or nil.
6559
6560 This method requires that your shell prompt contain the current
6561 working directory at all times, and that you set the variable
6562 `dirtrack-list' to match the prompt.
6563
6564 This is an alternative to `shell-dirtrack-mode', which works by
6565 tracking `cd' and similar commands which change the shell working
6566 directory.
6567
6568 \(fn &optional ARG)" t nil)
6569
6570 (autoload 'dirtrack "dirtrack" "\
6571 Determine the current directory from the process output for a prompt.
6572 This filter function is used by `dirtrack-mode'. It looks for
6573 the prompt specified by `dirtrack-list', and calls
6574 `shell-process-cd' if the directory seems to have changed away
6575 from `default-directory'.
6576
6577 \(fn INPUT)" nil nil)
6578
6579 ;;;***
6580 \f
6581 ;;;### (autoloads (disassemble) "disass" "emacs-lisp/disass.el" (20706
6582 ;;;;;; 54231 807276 0))
6583 ;;; Generated autoloads from emacs-lisp/disass.el
6584
6585 (autoload 'disassemble "disass" "\
6586 Print disassembled code for OBJECT in (optional) BUFFER.
6587 OBJECT can be a symbol defined as a function, or a function itself
6588 \(a lambda expression or a compiled-function object).
6589 If OBJECT is not already compiled, we compile it, but do not
6590 redefine OBJECT if it is a symbol.
6591
6592 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6593
6594 ;;;***
6595 \f
6596 ;;;### (autoloads (standard-display-european glyph-face glyph-char
6597 ;;;;;; make-glyph-code create-glyph standard-display-underline standard-display-graphic
6598 ;;;;;; standard-display-g1 standard-display-ascii standard-display-default
6599 ;;;;;; standard-display-8bit describe-current-display-table describe-display-table
6600 ;;;;;; set-display-table-slot display-table-slot make-display-table)
6601 ;;;;;; "disp-table" "disp-table.el" (20706 54231 807276 0))
6602 ;;; Generated autoloads from disp-table.el
6603
6604 (autoload 'make-display-table "disp-table" "\
6605 Return a new, empty display table.
6606
6607 \(fn)" nil nil)
6608
6609 (autoload 'display-table-slot "disp-table" "\
6610 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6611 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6612 Valid symbols are `truncation', `wrap', `escape', `control',
6613 `selective-display', and `vertical-border'.
6614
6615 \(fn DISPLAY-TABLE SLOT)" nil nil)
6616
6617 (autoload 'set-display-table-slot "disp-table" "\
6618 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6619 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6620 Valid symbols are `truncation', `wrap', `escape', `control',
6621 `selective-display', and `vertical-border'.
6622
6623 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6624
6625 (autoload 'describe-display-table "disp-table" "\
6626 Describe the display table DT in a help buffer.
6627
6628 \(fn DT)" nil nil)
6629
6630 (autoload 'describe-current-display-table "disp-table" "\
6631 Describe the display table in use in the selected window and buffer.
6632
6633 \(fn)" t nil)
6634
6635 (autoload 'standard-display-8bit "disp-table" "\
6636 Display characters representing raw bytes in the range L to H literally.
6637
6638 On a terminal display, each character in the range is displayed
6639 by sending the corresponding byte directly to the terminal.
6640
6641 On a graphic display, each character in the range is displayed
6642 using the default font by a glyph whose code is the corresponding
6643 byte.
6644
6645 Note that ASCII printable characters (SPC to TILDA) are displayed
6646 in the default way after this call.
6647
6648 \(fn L H)" nil nil)
6649
6650 (autoload 'standard-display-default "disp-table" "\
6651 Display characters in the range L to H using the default notation.
6652
6653 \(fn L H)" nil nil)
6654
6655 (autoload 'standard-display-ascii "disp-table" "\
6656 Display character C using printable string S.
6657
6658 \(fn C S)" nil nil)
6659
6660 (autoload 'standard-display-g1 "disp-table" "\
6661 Display character C as character SC in the g1 character set.
6662 This function assumes that your terminal uses the SO/SI characters;
6663 it is meaningless for an X frame.
6664
6665 \(fn C SC)" nil nil)
6666
6667 (autoload 'standard-display-graphic "disp-table" "\
6668 Display character C as character GC in graphics character set.
6669 This function assumes VT100-compatible escapes; it is meaningless for an
6670 X frame.
6671
6672 \(fn C GC)" nil nil)
6673
6674 (autoload 'standard-display-underline "disp-table" "\
6675 Display character C as character UC plus underlining.
6676
6677 \(fn C UC)" nil nil)
6678
6679 (autoload 'create-glyph "disp-table" "\
6680 Allocate a glyph code to display by sending STRING to the terminal.
6681
6682 \(fn STRING)" nil nil)
6683
6684 (autoload 'make-glyph-code "disp-table" "\
6685 Return a glyph code representing char CHAR with face FACE.
6686
6687 \(fn CHAR &optional FACE)" nil nil)
6688
6689 (autoload 'glyph-char "disp-table" "\
6690 Return the character of glyph code GLYPH.
6691
6692 \(fn GLYPH)" nil nil)
6693
6694 (autoload 'glyph-face "disp-table" "\
6695 Return the face of glyph code GLYPH, or nil if glyph has default face.
6696
6697 \(fn GLYPH)" nil nil)
6698
6699 (autoload 'standard-display-european "disp-table" "\
6700 Semi-obsolete way to toggle display of ISO 8859 European characters.
6701
6702 This function is semi-obsolete; you probably don't need it, or else you
6703 probably should use `set-language-environment' or `set-locale-environment'.
6704
6705 This function enables European character display if ARG is positive,
6706 disables it if negative. Otherwise, it toggles European character display.
6707
6708 When this mode is enabled, characters in the range of 160 to 255
6709 display not as octal escapes, but as accented characters. Codes 146
6710 and 160 display as apostrophe and space, even though they are not the
6711 ASCII codes for apostrophe and space.
6712
6713 Enabling European character display with this command noninteractively
6714 from Lisp code also selects Latin-1 as the language environment.
6715 This provides increased compatibility for users who call this function
6716 in `.emacs'.
6717
6718 \(fn ARG)" nil nil)
6719
6720 ;;;***
6721 \f
6722 ;;;### (autoloads (dissociated-press) "dissociate" "play/dissociate.el"
6723 ;;;;;; (20706 54231 807276 0))
6724 ;;; Generated autoloads from play/dissociate.el
6725
6726 (autoload 'dissociated-press "dissociate" "\
6727 Dissociate the text of the current buffer.
6728 Output goes in buffer named *Dissociation*,
6729 which is redisplayed each time text is added to it.
6730 Every so often the user must say whether to continue.
6731 If ARG is positive, require ARG chars of continuity.
6732 If ARG is negative, require -ARG words of continuity.
6733 Default is 2.
6734
6735 \(fn &optional ARG)" t nil)
6736
6737 ;;;***
6738 \f
6739 ;;;### (autoloads (dnd-protocol-alist) "dnd" "dnd.el" (20706 54231
6740 ;;;;;; 807276 0))
6741 ;;; Generated autoloads from dnd.el
6742
6743 (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)) "\
6744 The functions to call for different protocols when a drop is made.
6745 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6746 The list contains of (REGEXP . FUNCTION) pairs.
6747 The functions shall take two arguments, URL, which is the URL dropped and
6748 ACTION which is the action to be performed for the drop (move, copy, link,
6749 private or ask).
6750 If no match is found here, and the value of `browse-url-browser-function'
6751 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6752 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6753 The function shall return the action done (move, copy, link or private)
6754 if some action was made, or nil if the URL is ignored.")
6755
6756 (custom-autoload 'dnd-protocol-alist "dnd" t)
6757
6758 ;;;***
6759 \f
6760 ;;;### (autoloads (dns-mode-soa-increment-serial dns-mode) "dns-mode"
6761 ;;;;;; "textmodes/dns-mode.el" (20706 54231 807276 0))
6762 ;;; Generated autoloads from textmodes/dns-mode.el
6763
6764 (autoload 'dns-mode "dns-mode" "\
6765 Major mode for viewing and editing DNS master files.
6766 This mode is inherited from text mode. It add syntax
6767 highlighting, and some commands for handling DNS master files.
6768 Its keymap inherits from `text-mode' and it has the same
6769 variables for customizing indentation. It has its own abbrev
6770 table and its own syntax table.
6771
6772 Turning on DNS mode runs `dns-mode-hook'.
6773
6774 \(fn)" t nil)
6775 (defalias 'zone-mode 'dns-mode)
6776
6777 (autoload 'dns-mode-soa-increment-serial "dns-mode" "\
6778 Locate SOA record and increment the serial field.
6779
6780 \(fn)" t nil)
6781
6782 ;;;***
6783 \f
6784 ;;;### (autoloads (doc-view-bookmark-jump doc-view-minor-mode doc-view-mode-maybe
6785 ;;;;;; doc-view-mode doc-view-mode-p) "doc-view" "doc-view.el" (20706
6786 ;;;;;; 54231 807276 0))
6787 ;;; Generated autoloads from doc-view.el
6788
6789 (autoload 'doc-view-mode-p "doc-view" "\
6790 Return non-nil if document type TYPE is available for `doc-view'.
6791 Document types are symbols like `dvi', `ps', `pdf', or `odf' (any
6792 OpenDocument format).
6793
6794 \(fn TYPE)" nil nil)
6795
6796 (autoload 'doc-view-mode "doc-view" "\
6797 Major mode in DocView buffers.
6798
6799 DocView Mode is an Emacs document viewer. It displays PDF, PS
6800 and DVI files (as PNG images) in Emacs buffers.
6801
6802 You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
6803 toggle between displaying the document or editing it as text.
6804 \\{doc-view-mode-map}
6805
6806 \(fn)" t nil)
6807
6808 (autoload 'doc-view-mode-maybe "doc-view" "\
6809 Switch to `doc-view-mode' if possible.
6810 If the required external tools are not available, then fallback
6811 to the next best mode.
6812
6813 \(fn)" nil nil)
6814
6815 (autoload 'doc-view-minor-mode "doc-view" "\
6816 Toggle displaying buffer via Doc View (Doc View minor mode).
6817 With a prefix argument ARG, enable Doc View minor mode if ARG is
6818 positive, and disable it otherwise. If called from Lisp, enable
6819 the mode if ARG is omitted or nil.
6820
6821 See the command `doc-view-mode' for more information on this mode.
6822
6823 \(fn &optional ARG)" t nil)
6824
6825 (autoload 'doc-view-bookmark-jump "doc-view" "\
6826
6827
6828 \(fn BMK)" nil nil)
6829
6830 ;;;***
6831 \f
6832 ;;;### (autoloads (doctor) "doctor" "play/doctor.el" (20706 54231
6833 ;;;;;; 807276 0))
6834 ;;; Generated autoloads from play/doctor.el
6835
6836 (autoload 'doctor "doctor" "\
6837 Switch to *doctor* buffer and start giving psychotherapy.
6838
6839 \(fn)" t nil)
6840
6841 ;;;***
6842 \f
6843 ;;;### (autoloads (double-mode) "double" "double.el" (20706 54231
6844 ;;;;;; 807276 0))
6845 ;;; Generated autoloads from double.el
6846
6847 (autoload 'double-mode "double" "\
6848 Toggle special insertion on double keypresses (Double mode).
6849 With a prefix argument ARG, enable Double mode if ARG is
6850 positive, and disable it otherwise. If called from Lisp, enable
6851 the mode if ARG is omitted or nil.
6852
6853 When Double mode is enabled, some keys will insert different
6854 strings when pressed twice. See `double-map' for details.
6855
6856 \(fn &optional ARG)" t nil)
6857
6858 ;;;***
6859 \f
6860 ;;;### (autoloads (dunnet) "dunnet" "play/dunnet.el" (20706 54231
6861 ;;;;;; 807276 0))
6862 ;;; Generated autoloads from play/dunnet.el
6863
6864 (autoload 'dunnet "dunnet" "\
6865 Switch to *dungeon* buffer and start game.
6866
6867 \(fn)" t nil)
6868
6869 ;;;***
6870 \f
6871 ;;;### (autoloads (easy-mmode-defsyntax easy-mmode-defmap easy-mmode-define-keymap
6872 ;;;;;; define-globalized-minor-mode define-minor-mode) "easy-mmode"
6873 ;;;;;; "emacs-lisp/easy-mmode.el" (20706 54231 807276 0))
6874 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6875
6876 (defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
6877
6878 (autoload 'define-minor-mode "easy-mmode" "\
6879 Define a new minor mode MODE.
6880 This defines the toggle command MODE and (by default) a control variable
6881 MODE (you can override this with the :variable keyword, see below).
6882 DOC is the documentation for the mode toggle command.
6883
6884 The defined mode command takes one optional (prefix) argument.
6885 Interactively with no prefix argument, it toggles the mode.
6886 A prefix argument enables the mode if the argument is positive,
6887 and disables it otherwise.
6888
6889 When called from Lisp, the mode command toggles the mode if the
6890 argument is `toggle', disables the mode if the argument is a
6891 non-positive integer, and enables the mode otherwise (including
6892 if the argument is omitted or nil or a positive integer).
6893
6894 If DOC is nil, give the mode command a basic doc-string
6895 documenting what its argument does.
6896
6897 Optional INIT-VALUE is the initial value of the mode's variable.
6898 Optional LIGHTER is displayed in the mode line when the mode is on.
6899 Optional KEYMAP is the default keymap bound to the mode keymap.
6900 If non-nil, it should be a variable name (whose value is a keymap),
6901 or an expression that returns either a keymap or a list of
6902 arguments for `easy-mmode-define-keymap'. If you supply a KEYMAP
6903 argument that is not a symbol, this macro defines the variable
6904 MODE-map and gives it the value that KEYMAP specifies.
6905
6906 BODY contains code to execute each time the mode is enabled or disabled.
6907 It is executed after toggling the mode, and before running MODE-hook.
6908 Before the actual body code, you can write keyword arguments, i.e.
6909 alternating keywords and values. These following special keywords
6910 are supported (other keywords are passed to `defcustom' if the minor
6911 mode is global):
6912
6913 :group GROUP Custom group name to use in all generated `defcustom' forms.
6914 Defaults to MODE without the possible trailing \"-mode\".
6915 Don't use this default group name unless you have written a
6916 `defgroup' to define that group properly.
6917 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
6918 buffer-local, so don't make the variable MODE buffer-local.
6919 By default, the mode is buffer-local.
6920 :init-value VAL Same as the INIT-VALUE argument.
6921 Not used if you also specify :variable.
6922 :lighter SPEC Same as the LIGHTER argument.
6923 :keymap MAP Same as the KEYMAP argument.
6924 :require SYM Same as in `defcustom'.
6925 :variable PLACE The location to use instead of the variable MODE to store
6926 the state of the mode. This can be simply a different
6927 named variable, or more generally anything that can be used
6928 with the CL macro `setf'. PLACE can also be of the form
6929 (GET . SET), where GET is an expression that returns the
6930 current state, and SET is a function that takes one argument,
6931 the new state, and sets it. If you specify a :variable,
6932 this function does not define a MODE variable (nor any of
6933 the terms used in :variable).
6934 :after-hook A single lisp form which is evaluated after the mode hooks
6935 have been run. It should not be quoted.
6936
6937 For example, you could write
6938 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6939 :lighter \" Foo\" :require 'foo :global t :group 'hassle :version \"27.5\"
6940 ...BODY CODE...)
6941
6942 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil t)
6943
6944 (put 'define-minor-mode 'doc-string-elt '2)
6945
6946 (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode)
6947
6948 (defalias 'define-global-minor-mode 'define-globalized-minor-mode)
6949
6950 (autoload 'define-globalized-minor-mode "easy-mmode" "\
6951 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
6952 TURN-ON is a function that will be called with no args in every buffer
6953 and that should try to turn MODE on if applicable for that buffer.
6954 KEYS is a list of CL-style keyword arguments. As the minor mode
6955 defined by this function is always global, any :global keyword is
6956 ignored. Other keywords have the same meaning as in `define-minor-mode',
6957 which see. In particular, :group specifies the custom group.
6958 The most useful keywords are those that are passed on to the
6959 `defcustom'. It normally makes no sense to pass the :lighter
6960 or :keymap keywords to `define-globalized-minor-mode', since these
6961 are usually passed to the buffer-local version of the minor mode.
6962
6963 If MODE's set-up depends on the major mode in effect when it was
6964 enabled, then disabling and reenabling MODE should make MODE work
6965 correctly with the current major mode. This is important to
6966 prevent problems with derived modes, that is, major modes that
6967 call another major mode in their body.
6968
6969 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil t)
6970
6971 (put 'define-globalized-minor-mode 'doc-string-elt '2)
6972
6973 (autoload 'easy-mmode-define-keymap "easy-mmode" "\
6974 Return a keymap built from bindings BS.
6975 BS must be a list of (KEY . BINDING) where
6976 KEY and BINDINGS are suitable for `define-key'.
6977 Optional NAME is passed to `make-sparse-keymap'.
6978 Optional map M can be used to modify an existing map.
6979 ARGS is a list of additional keyword arguments.
6980
6981 Valid keywords and arguments are:
6982
6983 :name Name of the keymap; overrides NAME argument.
6984 :dense Non-nil for a dense keymap.
6985 :inherit Parent keymap.
6986 :group Ignored.
6987 :suppress Non-nil to call `suppress-keymap' on keymap,
6988 'nodigits to suppress digits as prefix arguments.
6989
6990 \(fn BS &optional NAME M ARGS)" nil nil)
6991
6992 (autoload 'easy-mmode-defmap "easy-mmode" "\
6993 Define a constant M whose value is the result of `easy-mmode-define-keymap'.
6994 The M, BS, and ARGS arguments are as per that function. DOC is
6995 the constant's documentation.
6996
6997 \(fn M BS DOC &rest ARGS)" nil t)
6998
6999 (autoload 'easy-mmode-defsyntax "easy-mmode" "\
7000 Define variable ST as a syntax-table.
7001 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7002
7003 \(fn ST CSS DOC &rest ARGS)" nil t)
7004
7005 ;;;***
7006 \f
7007 ;;;### (autoloads (easy-menu-change easy-menu-create-menu easy-menu-do-define
7008 ;;;;;; easy-menu-define) "easymenu" "emacs-lisp/easymenu.el" (20706
7009 ;;;;;; 54231 807276 0))
7010 ;;; Generated autoloads from emacs-lisp/easymenu.el
7011
7012 (autoload 'easy-menu-define "easymenu" "\
7013 Define a pop-up menu and/or menu bar menu specified by MENU.
7014 If SYMBOL is non-nil, define SYMBOL as a function to pop up the
7015 submenu defined by MENU, with DOC as its doc string.
7016
7017 MAPS, if non-nil, should be a keymap or a list of keymaps; add
7018 the submenu defined by MENU to the keymap or each of the keymaps,
7019 as a top-level menu bar item.
7020
7021 The first element of MENU must be a string. It is the menu bar
7022 item name. It may be followed by the following keyword argument
7023 pairs:
7024
7025 :filter FUNCTION
7026 FUNCTION must be a function which, if called with one
7027 argument---the list of the other menu items---returns the
7028 items to actually display.
7029
7030 :visible INCLUDE
7031 INCLUDE is an expression. The menu is visible if the
7032 expression evaluates to a non-nil value. `:included' is an
7033 alias for `:visible'.
7034
7035 :active ENABLE
7036 ENABLE is an expression. The menu is enabled for selection
7037 if the expression evaluates to a non-nil value. `:enable' is
7038 an alias for `:active'.
7039
7040 The rest of the elements in MENU are menu items.
7041 A menu item can be a vector of three elements:
7042
7043 [NAME CALLBACK ENABLE]
7044
7045 NAME is a string--the menu item name.
7046
7047 CALLBACK is a command to run when the item is chosen, or an
7048 expression to evaluate when the item is chosen.
7049
7050 ENABLE is an expression; the item is enabled for selection if the
7051 expression evaluates to a non-nil value.
7052
7053 Alternatively, a menu item may have the form:
7054
7055 [ NAME CALLBACK [ KEYWORD ARG ]... ]
7056
7057 where NAME and CALLBACK have the same meanings as above, and each
7058 optional KEYWORD and ARG pair should be one of the following:
7059
7060 :keys KEYS
7061 KEYS is a string; a keyboard equivalent to the menu item.
7062 This is normally not needed because keyboard equivalents are
7063 usually computed automatically. KEYS is expanded with
7064 `substitute-command-keys' before it is used.
7065
7066 :key-sequence KEYS
7067 KEYS is a hint for speeding up Emacs's first display of the
7068 menu. It should be nil if you know that the menu item has no
7069 keyboard equivalent; otherwise it should be a string or
7070 vector specifying a keyboard equivalent for the menu item.
7071
7072 :active ENABLE
7073 ENABLE is an expression; the item is enabled for selection
7074 whenever this expression's value is non-nil. `:enable' is an
7075 alias for `:active'.
7076
7077 :visible INCLUDE
7078 INCLUDE is an expression; this item is only visible if this
7079 expression has a non-nil value. `:included' is an alias for
7080 `:visible'.
7081
7082 :label FORM
7083 FORM is an expression that is dynamically evaluated and whose
7084 value serves as the menu item's label (the default is NAME).
7085
7086 :suffix FORM
7087 FORM is an expression that is dynamically evaluated and whose
7088 value is concatenated with the menu entry's label.
7089
7090 :style STYLE
7091 STYLE is a symbol describing the type of menu item; it should
7092 be `toggle' (a checkbox), or `radio' (a radio button), or any
7093 other value (meaning an ordinary menu item).
7094
7095 :selected SELECTED
7096 SELECTED is an expression; the checkbox or radio button is
7097 selected whenever the expression's value is non-nil.
7098
7099 :help HELP
7100 HELP is a string, the help to display for the menu item.
7101
7102 Alternatively, a menu item can be a string. Then that string
7103 appears in the menu as unselectable text. A string consisting
7104 solely of dashes is displayed as a menu separator.
7105
7106 Alternatively, a menu item can be a list with the same format as
7107 MENU. This is a submenu.
7108
7109 \(fn SYMBOL MAPS DOC MENU)" nil t)
7110
7111 (put 'easy-menu-define 'lisp-indent-function 'defun)
7112
7113 (autoload 'easy-menu-do-define "easymenu" "\
7114
7115
7116 \(fn SYMBOL MAPS DOC MENU)" nil nil)
7117
7118 (autoload 'easy-menu-create-menu "easymenu" "\
7119 Create a menu called MENU-NAME with items described in MENU-ITEMS.
7120 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
7121 possibly preceded by keyword pairs as described in `easy-menu-define'.
7122
7123 \(fn MENU-NAME MENU-ITEMS)" nil nil)
7124
7125 (autoload 'easy-menu-change "easymenu" "\
7126 Change menu found at PATH as item NAME to contain ITEMS.
7127 PATH is a list of strings for locating the menu that
7128 should contain a submenu named NAME.
7129 ITEMS is a list of menu items, as in `easy-menu-define'.
7130 These items entirely replace the previous items in that submenu.
7131
7132 If MAP is specified, it should normally be a keymap; nil stands for the local
7133 menu-bar keymap. It can also be a symbol, which has earlier been used as the
7134 first argument in a call to `easy-menu-define', or the value of such a symbol.
7135
7136 If the menu located by PATH has no submenu named NAME, add one.
7137 If the optional argument BEFORE is present, add it just before
7138 the submenu named BEFORE, otherwise add it at the end of the menu.
7139
7140 To implement dynamic menus, either call this from
7141 `menu-bar-update-hook' or use a menu filter.
7142
7143 \(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
7144
7145 ;;;***
7146 \f
7147 ;;;### (autoloads (ebnf-pop-style ebnf-push-style ebnf-reset-style
7148 ;;;;;; ebnf-apply-style ebnf-merge-style ebnf-delete-style ebnf-insert-style
7149 ;;;;;; ebnf-find-style ebnf-setup ebnf-syntax-region ebnf-syntax-buffer
7150 ;;;;;; ebnf-syntax-file ebnf-syntax-directory ebnf-eps-region ebnf-eps-buffer
7151 ;;;;;; ebnf-eps-file ebnf-eps-directory ebnf-spool-region ebnf-spool-buffer
7152 ;;;;;; ebnf-spool-file ebnf-spool-directory ebnf-print-region ebnf-print-buffer
7153 ;;;;;; ebnf-print-file ebnf-print-directory ebnf-customize) "ebnf2ps"
7154 ;;;;;; "progmodes/ebnf2ps.el" (20706 54231 807276 0))
7155 ;;; Generated autoloads from progmodes/ebnf2ps.el
7156
7157 (autoload 'ebnf-customize "ebnf2ps" "\
7158 Customization for ebnf group.
7159
7160 \(fn)" t nil)
7161
7162 (autoload 'ebnf-print-directory "ebnf2ps" "\
7163 Generate and print a PostScript syntactic chart image of DIRECTORY.
7164
7165 If DIRECTORY is nil, it's used `default-directory'.
7166
7167 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7168 processed.
7169
7170 See also `ebnf-print-buffer'.
7171
7172 \(fn &optional DIRECTORY)" t nil)
7173
7174 (autoload 'ebnf-print-file "ebnf2ps" "\
7175 Generate and print a PostScript syntactic chart image of the file FILE.
7176
7177 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7178 killed after process termination.
7179
7180 See also `ebnf-print-buffer'.
7181
7182 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7183
7184 (autoload 'ebnf-print-buffer "ebnf2ps" "\
7185 Generate and print a PostScript syntactic chart image of the buffer.
7186
7187 When called with a numeric prefix argument (C-u), prompts the user for
7188 the name of a file to save the PostScript image in, instead of sending
7189 it to the printer.
7190
7191 More specifically, the FILENAME argument is treated as follows: if it
7192 is nil, send the image to the printer. If FILENAME is a string, save
7193 the PostScript image in a file with that name. If FILENAME is a
7194 number, prompt the user for the name of the file to save in.
7195
7196 \(fn &optional FILENAME)" t nil)
7197
7198 (autoload 'ebnf-print-region "ebnf2ps" "\
7199 Generate and print a PostScript syntactic chart image of the region.
7200 Like `ebnf-print-buffer', but prints just the current region.
7201
7202 \(fn FROM TO &optional FILENAME)" t nil)
7203
7204 (autoload 'ebnf-spool-directory "ebnf2ps" "\
7205 Generate and spool a PostScript syntactic chart image of DIRECTORY.
7206
7207 If DIRECTORY is nil, it's used `default-directory'.
7208
7209 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7210 processed.
7211
7212 See also `ebnf-spool-buffer'.
7213
7214 \(fn &optional DIRECTORY)" t nil)
7215
7216 (autoload 'ebnf-spool-file "ebnf2ps" "\
7217 Generate and spool a PostScript syntactic chart image of the file FILE.
7218
7219 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7220 killed after process termination.
7221
7222 See also `ebnf-spool-buffer'.
7223
7224 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7225
7226 (autoload 'ebnf-spool-buffer "ebnf2ps" "\
7227 Generate and spool a PostScript syntactic chart image of the buffer.
7228 Like `ebnf-print-buffer' except that the PostScript image is saved in a
7229 local buffer to be sent to the printer later.
7230
7231 Use the command `ebnf-despool' to send the spooled images to the printer.
7232
7233 \(fn)" t nil)
7234
7235 (autoload 'ebnf-spool-region "ebnf2ps" "\
7236 Generate a PostScript syntactic chart image of the region and spool locally.
7237 Like `ebnf-spool-buffer', but spools just the current region.
7238
7239 Use the command `ebnf-despool' to send the spooled images to the printer.
7240
7241 \(fn FROM TO)" t nil)
7242
7243 (autoload 'ebnf-eps-directory "ebnf2ps" "\
7244 Generate EPS files from EBNF files in DIRECTORY.
7245
7246 If DIRECTORY is nil, it's used `default-directory'.
7247
7248 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7249 processed.
7250
7251 See also `ebnf-eps-buffer'.
7252
7253 \(fn &optional DIRECTORY)" t nil)
7254
7255 (autoload 'ebnf-eps-file "ebnf2ps" "\
7256 Generate an EPS file from EBNF file FILE.
7257
7258 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7259 killed after EPS generation.
7260
7261 See also `ebnf-eps-buffer'.
7262
7263 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7264
7265 (autoload 'ebnf-eps-buffer "ebnf2ps" "\
7266 Generate a PostScript syntactic chart image of the buffer in an EPS file.
7267
7268 Generate an EPS file for each production in the buffer.
7269 The EPS file name has the following form:
7270
7271 <PREFIX><PRODUCTION>.eps
7272
7273 <PREFIX> is given by variable `ebnf-eps-prefix'.
7274 The default value is \"ebnf--\".
7275
7276 <PRODUCTION> is the production name.
7277 Some characters in the production file name are replaced to
7278 produce a valid file name. For example, the production name
7279 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7280 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7281
7282 WARNING: This function does *NOT* ask any confirmation to override existing
7283 files.
7284
7285 \(fn)" t nil)
7286
7287 (autoload 'ebnf-eps-region "ebnf2ps" "\
7288 Generate a PostScript syntactic chart image of the region in an EPS file.
7289
7290 Generate an EPS file for each production in the region.
7291 The EPS file name has the following form:
7292
7293 <PREFIX><PRODUCTION>.eps
7294
7295 <PREFIX> is given by variable `ebnf-eps-prefix'.
7296 The default value is \"ebnf--\".
7297
7298 <PRODUCTION> is the production name.
7299 Some characters in the production file name are replaced to
7300 produce a valid file name. For example, the production name
7301 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7302 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7303
7304 WARNING: This function does *NOT* ask any confirmation to override existing
7305 files.
7306
7307 \(fn FROM TO)" t nil)
7308
7309 (defalias 'ebnf-despool 'ps-despool)
7310
7311 (autoload 'ebnf-syntax-directory "ebnf2ps" "\
7312 Do a syntactic analysis of the files in DIRECTORY.
7313
7314 If DIRECTORY is nil, use `default-directory'.
7315
7316 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
7317 are processed.
7318
7319 See also `ebnf-syntax-buffer'.
7320
7321 \(fn &optional DIRECTORY)" t nil)
7322
7323 (autoload 'ebnf-syntax-file "ebnf2ps" "\
7324 Do a syntactic analysis of the named FILE.
7325
7326 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7327 killed after syntax checking.
7328
7329 See also `ebnf-syntax-buffer'.
7330
7331 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7332
7333 (autoload 'ebnf-syntax-buffer "ebnf2ps" "\
7334 Do a syntactic analysis of the current buffer.
7335
7336 \(fn)" t nil)
7337
7338 (autoload 'ebnf-syntax-region "ebnf2ps" "\
7339 Do a syntactic analysis of a region.
7340
7341 \(fn FROM TO)" t nil)
7342
7343 (autoload 'ebnf-setup "ebnf2ps" "\
7344 Return the current ebnf2ps setup.
7345
7346 \(fn)" nil nil)
7347
7348 (autoload 'ebnf-find-style "ebnf2ps" "\
7349 Return style definition if NAME is already defined; otherwise, return nil.
7350
7351 See `ebnf-style-database' documentation.
7352
7353 \(fn NAME)" t nil)
7354
7355 (autoload 'ebnf-insert-style "ebnf2ps" "\
7356 Insert a new style NAME with inheritance INHERITS and values VALUES.
7357
7358 See `ebnf-style-database' documentation.
7359
7360 \(fn NAME INHERITS &rest VALUES)" t nil)
7361
7362 (autoload 'ebnf-delete-style "ebnf2ps" "\
7363 Delete style NAME.
7364
7365 See `ebnf-style-database' documentation.
7366
7367 \(fn NAME)" t nil)
7368
7369 (autoload 'ebnf-merge-style "ebnf2ps" "\
7370 Merge values of style NAME with style VALUES.
7371
7372 See `ebnf-style-database' documentation.
7373
7374 \(fn NAME &rest VALUES)" t nil)
7375
7376 (autoload 'ebnf-apply-style "ebnf2ps" "\
7377 Set STYLE as the current style.
7378
7379 Returns the old style symbol.
7380
7381 See `ebnf-style-database' documentation.
7382
7383 \(fn STYLE)" t nil)
7384
7385 (autoload 'ebnf-reset-style "ebnf2ps" "\
7386 Reset current style.
7387
7388 Returns the old style symbol.
7389
7390 See `ebnf-style-database' documentation.
7391
7392 \(fn &optional STYLE)" t nil)
7393
7394 (autoload 'ebnf-push-style "ebnf2ps" "\
7395 Push the current style onto a stack and set STYLE as the current style.
7396
7397 Returns the old style symbol.
7398
7399 See also `ebnf-pop-style'.
7400
7401 See `ebnf-style-database' documentation.
7402
7403 \(fn &optional STYLE)" t nil)
7404
7405 (autoload 'ebnf-pop-style "ebnf2ps" "\
7406 Pop a style from the stack of pushed styles and set it as the current style.
7407
7408 Returns the old style symbol.
7409
7410 See also `ebnf-push-style'.
7411
7412 See `ebnf-style-database' documentation.
7413
7414 \(fn)" t nil)
7415
7416 ;;;***
7417 \f
7418 ;;;### (autoloads (ebrowse-statistics ebrowse-save-tree-as ebrowse-save-tree
7419 ;;;;;; ebrowse-electric-position-menu ebrowse-forward-in-position-stack
7420 ;;;;;; ebrowse-back-in-position-stack ebrowse-tags-search-member-use
7421 ;;;;;; ebrowse-tags-query-replace ebrowse-tags-search ebrowse-tags-loop-continue
7422 ;;;;;; ebrowse-tags-complete-symbol ebrowse-tags-find-definition-other-frame
7423 ;;;;;; ebrowse-tags-view-definition-other-frame ebrowse-tags-find-declaration-other-frame
7424 ;;;;;; ebrowse-tags-find-definition-other-window ebrowse-tags-view-definition-other-window
7425 ;;;;;; ebrowse-tags-find-declaration-other-window ebrowse-tags-find-definition
7426 ;;;;;; ebrowse-tags-view-definition ebrowse-tags-find-declaration
7427 ;;;;;; ebrowse-tags-view-declaration ebrowse-member-mode ebrowse-electric-choose-tree
7428 ;;;;;; ebrowse-tree-mode) "ebrowse" "progmodes/ebrowse.el" (20706
7429 ;;;;;; 54231 807276 0))
7430 ;;; Generated autoloads from progmodes/ebrowse.el
7431
7432 (autoload 'ebrowse-tree-mode "ebrowse" "\
7433 Major mode for Ebrowse class tree buffers.
7434 Each line corresponds to a class in a class tree.
7435 Letters do not insert themselves, they are commands.
7436 File operations in the tree buffer work on class tree data structures.
7437 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
7438
7439 Tree mode key bindings:
7440 \\{ebrowse-tree-mode-map}
7441
7442 \(fn)" t nil)
7443
7444 (autoload 'ebrowse-electric-choose-tree "ebrowse" "\
7445 Return a buffer containing a tree or nil if no tree found or canceled.
7446
7447 \(fn)" t nil)
7448
7449 (autoload 'ebrowse-member-mode "ebrowse" "\
7450 Major mode for Ebrowse member buffers.
7451
7452 \(fn)" t nil)
7453
7454 (autoload 'ebrowse-tags-view-declaration "ebrowse" "\
7455 View declaration of member at point.
7456
7457 \(fn)" t nil)
7458
7459 (autoload 'ebrowse-tags-find-declaration "ebrowse" "\
7460 Find declaration of member at point.
7461
7462 \(fn)" t nil)
7463
7464 (autoload 'ebrowse-tags-view-definition "ebrowse" "\
7465 View definition of member at point.
7466
7467 \(fn)" t nil)
7468
7469 (autoload 'ebrowse-tags-find-definition "ebrowse" "\
7470 Find definition of member at point.
7471
7472 \(fn)" t nil)
7473
7474 (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
7475 Find declaration of member at point in other window.
7476
7477 \(fn)" t nil)
7478
7479 (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
7480 View definition of member at point in other window.
7481
7482 \(fn)" t nil)
7483
7484 (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
7485 Find definition of member at point in other window.
7486
7487 \(fn)" t nil)
7488
7489 (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
7490 Find definition of member at point in other frame.
7491
7492 \(fn)" t nil)
7493
7494 (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
7495 View definition of member at point in other frame.
7496
7497 \(fn)" t nil)
7498
7499 (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
7500 Find definition of member at point in other frame.
7501
7502 \(fn)" t nil)
7503
7504 (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
7505 Perform completion on the C++ symbol preceding point.
7506 A second call of this function without changing point inserts the next match.
7507 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
7508 completion.
7509
7510 \(fn PREFIX)" t nil)
7511
7512 (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
7513 Repeat last operation on files in tree.
7514 FIRST-TIME non-nil means this is not a repetition, but the first time.
7515 TREE-BUFFER if indirectly specifies which files to loop over.
7516
7517 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
7518
7519 (autoload 'ebrowse-tags-search "ebrowse" "\
7520 Search for REGEXP in all files in a tree.
7521 If marked classes exist, process marked classes, only.
7522 If regular expression is nil, repeat last search.
7523
7524 \(fn REGEXP)" t nil)
7525
7526 (autoload 'ebrowse-tags-query-replace "ebrowse" "\
7527 Query replace FROM with TO in all files of a class tree.
7528 With prefix arg, process files of marked classes only.
7529
7530 \(fn FROM TO)" t nil)
7531
7532 (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
7533 Search for call sites of a member.
7534 If FIX-NAME is specified, search uses of that member.
7535 Otherwise, read a member name from the minibuffer.
7536 Searches in all files mentioned in a class tree for something that
7537 looks like a function call to the member.
7538
7539 \(fn &optional FIX-NAME)" t nil)
7540
7541 (autoload 'ebrowse-back-in-position-stack "ebrowse" "\
7542 Move backward in the position stack.
7543 Prefix arg ARG says how much.
7544
7545 \(fn ARG)" t nil)
7546
7547 (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\
7548 Move forward in the position stack.
7549 Prefix arg ARG says how much.
7550
7551 \(fn ARG)" t nil)
7552
7553 (autoload 'ebrowse-electric-position-menu "ebrowse" "\
7554 List positions in the position stack in an electric buffer.
7555
7556 \(fn)" t nil)
7557
7558 (autoload 'ebrowse-save-tree "ebrowse" "\
7559 Save current tree in same file it was loaded from.
7560
7561 \(fn)" t nil)
7562
7563 (autoload 'ebrowse-save-tree-as "ebrowse" "\
7564 Write the current tree data structure to a file.
7565 Read the file name from the minibuffer if interactive.
7566 Otherwise, FILE-NAME specifies the file to save the tree in.
7567
7568 \(fn &optional FILE-NAME)" t nil)
7569
7570 (autoload 'ebrowse-statistics "ebrowse" "\
7571 Display statistics for a class tree.
7572
7573 \(fn)" t nil)
7574
7575 ;;;***
7576 \f
7577 ;;;### (autoloads (electric-buffer-list) "ebuff-menu" "ebuff-menu.el"
7578 ;;;;;; (20706 54231 807276 0))
7579 ;;; Generated autoloads from ebuff-menu.el
7580
7581 (autoload 'electric-buffer-list "ebuff-menu" "\
7582 Pop up the Buffer Menu in an \"electric\" window.
7583 If you type SPC or RET (`Electric-buffer-menu-select'), that
7584 selects the buffer at point and quits the \"electric\" window.
7585 Otherwise, you can move around in the Buffer Menu, marking
7586 buffers to be selected, saved or deleted; these other commands
7587 are much like those of `Buffer-menu-mode'.
7588
7589 Run hooks in `electric-buffer-menu-mode-hook' on entry.
7590
7591 \\<electric-buffer-menu-mode-map>
7592 \\[keyboard-quit] or \\[Electric-buffer-menu-quit] -- exit buffer menu, returning to previous window and buffer
7593 configuration. If the very first character typed is a space, it
7594 also has this effect.
7595 \\[Electric-buffer-menu-select] -- select buffer of line point is on.
7596 Also show buffers marked with m in other windows,
7597 deletes buffers marked with \"D\", and saves those marked with \"S\".
7598 \\[Buffer-menu-mark] -- mark buffer to be displayed.
7599 \\[Buffer-menu-not-modified] -- clear modified-flag on that buffer.
7600 \\[Buffer-menu-save] -- mark that buffer to be saved.
7601 \\[Buffer-menu-delete] or \\[Buffer-menu-delete-backwards] -- mark that buffer to be deleted.
7602 \\[Buffer-menu-unmark] -- remove all kinds of marks from current line.
7603 \\[Electric-buffer-menu-mode-view-buffer] -- view buffer, returning when done.
7604 \\[Buffer-menu-backup-unmark] -- back up a line and remove marks.
7605
7606 \(fn ARG)" t nil)
7607
7608 ;;;***
7609 \f
7610 ;;;### (autoloads (Electric-command-history-redo-expression) "echistory"
7611 ;;;;;; "echistory.el" (20706 54231 807276 0))
7612 ;;; Generated autoloads from echistory.el
7613
7614 (autoload 'Electric-command-history-redo-expression "echistory" "\
7615 Edit current history line in minibuffer and execute result.
7616 With prefix arg NOCONFIRM, execute current line as-is without editing.
7617
7618 \(fn &optional NOCONFIRM)" t nil)
7619
7620 ;;;***
7621 \f
7622 ;;;### (autoloads (ecomplete-setup) "ecomplete" "gnus/ecomplete.el"
7623 ;;;;;; (20706 54231 807276 0))
7624 ;;; Generated autoloads from gnus/ecomplete.el
7625
7626 (autoload 'ecomplete-setup "ecomplete" "\
7627
7628
7629 \(fn)" nil nil)
7630
7631 ;;;***
7632 \f
7633 ;;;### (autoloads (global-ede-mode) "ede" "cedet/ede.el" (20706 54231
7634 ;;;;;; 807276 0))
7635 ;;; Generated autoloads from cedet/ede.el
7636
7637 (defvar global-ede-mode nil "\
7638 Non-nil if Global-Ede mode is enabled.
7639 See the command `global-ede-mode' for a description of this minor mode.
7640 Setting this variable directly does not take effect;
7641 either customize it (see the info node `Easy Customization')
7642 or call the function `global-ede-mode'.")
7643
7644 (custom-autoload 'global-ede-mode "ede" nil)
7645
7646 (autoload 'global-ede-mode "ede" "\
7647 Toggle global EDE (Emacs Development Environment) mode.
7648 With a prefix argument ARG, enable global EDE mode if ARG is
7649 positive, and disable it otherwise. If called from Lisp, enable
7650 the mode if ARG is omitted or nil.
7651
7652 This global minor mode enables `ede-minor-mode' in all buffers in
7653 an EDE controlled project.
7654
7655 \(fn &optional ARG)" t nil)
7656
7657 ;;;***
7658 \f
7659 ;;;### (autoloads (edebug-all-forms edebug-all-defs edebug-eval-top-level-form
7660 ;;;;;; edebug-basic-spec edebug-all-forms edebug-all-defs) "edebug"
7661 ;;;;;; "emacs-lisp/edebug.el" (20706 54231 807276 0))
7662 ;;; Generated autoloads from emacs-lisp/edebug.el
7663
7664 (defvar edebug-all-defs nil "\
7665 If non-nil, evaluating defining forms instruments for Edebug.
7666 This applies to `eval-defun', `eval-region', `eval-buffer', and
7667 `eval-current-buffer'. `eval-region' is also called by
7668 `eval-last-sexp', and `eval-print-last-sexp'.
7669
7670 You can use the command `edebug-all-defs' to toggle the value of this
7671 variable. You may wish to make it local to each buffer with
7672 \(make-local-variable 'edebug-all-defs) in your
7673 `emacs-lisp-mode-hook'.")
7674
7675 (custom-autoload 'edebug-all-defs "edebug" t)
7676
7677 (defvar edebug-all-forms nil "\
7678 Non-nil means evaluation of all forms will instrument for Edebug.
7679 This doesn't apply to loading or evaluations in the minibuffer.
7680 Use the command `edebug-all-forms' to toggle the value of this option.")
7681
7682 (custom-autoload 'edebug-all-forms "edebug" t)
7683
7684 (autoload 'edebug-basic-spec "edebug" "\
7685 Return t if SPEC uses only extant spec symbols.
7686 An extant spec symbol is a symbol that is not a function and has a
7687 `edebug-form-spec' property.
7688
7689 \(fn SPEC)" nil nil)
7690
7691 (defalias 'edebug-defun 'edebug-eval-top-level-form)
7692
7693 (autoload 'edebug-eval-top-level-form "edebug" "\
7694 Evaluate the top level form point is in, stepping through with Edebug.
7695 This is like `eval-defun' except that it steps the code for Edebug
7696 before evaluating it. It displays the value in the echo area
7697 using `eval-expression' (which see).
7698
7699 If you do this on a function definition such as a defun or defmacro,
7700 it defines the function and instruments its definition for Edebug,
7701 so it will do Edebug stepping when called later. It displays
7702 `Edebug: FUNCTION' in the echo area to indicate that FUNCTION is now
7703 instrumented for Edebug.
7704
7705 If the current defun is actually a call to `defvar' or `defcustom',
7706 evaluating it this way resets the variable using its initial value
7707 expression even if the variable already has some other value.
7708 \(Normally `defvar' and `defcustom' do not alter the value if there
7709 already is one.)
7710
7711 \(fn)" t nil)
7712
7713 (autoload 'edebug-all-defs "edebug" "\
7714 Toggle edebugging of all definitions.
7715
7716 \(fn)" t nil)
7717
7718 (autoload 'edebug-all-forms "edebug" "\
7719 Toggle edebugging of all forms.
7720
7721 \(fn)" t nil)
7722
7723 ;;;***
7724 \f
7725 ;;;### (autoloads (ediff-documentation ediff-version ediff-revision
7726 ;;;;;; ediff-patch-buffer ediff-patch-file ediff-merge-revisions-with-ancestor
7727 ;;;;;; ediff-merge-revisions ediff-merge-buffers-with-ancestor ediff-merge-buffers
7728 ;;;;;; ediff-merge-files-with-ancestor ediff-merge-files ediff-regions-linewise
7729 ;;;;;; ediff-regions-wordwise ediff-windows-linewise ediff-windows-wordwise
7730 ;;;;;; ediff-merge-directory-revisions-with-ancestor ediff-merge-directory-revisions
7731 ;;;;;; ediff-merge-directories-with-ancestor ediff-merge-directories
7732 ;;;;;; ediff-directories3 ediff-directory-revisions ediff-directories
7733 ;;;;;; ediff-buffers3 ediff-buffers ediff-backup ediff-current-file
7734 ;;;;;; ediff-files3 ediff-files) "ediff" "vc/ediff.el" (20706 54231
7735 ;;;;;; 807276 0))
7736 ;;; Generated autoloads from vc/ediff.el
7737
7738 (autoload 'ediff-files "ediff" "\
7739 Run Ediff on a pair of files, FILE-A and FILE-B.
7740
7741 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
7742
7743 (autoload 'ediff-files3 "ediff" "\
7744 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7745
7746 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
7747
7748 (defalias 'ediff3 'ediff-files3)
7749
7750 (defalias 'ediff 'ediff-files)
7751
7752 (autoload 'ediff-current-file "ediff" "\
7753 Start ediff between current buffer and its file on disk.
7754 This command can be used instead of `revert-buffer'. If there is
7755 nothing to revert then this command fails.
7756
7757 \(fn)" t nil)
7758
7759 (autoload 'ediff-backup "ediff" "\
7760 Run Ediff on FILE and its backup file.
7761 Uses the latest backup, if there are several numerical backups.
7762 If this file is a backup, `ediff' it with its original.
7763
7764 \(fn FILE)" t nil)
7765
7766 (autoload 'ediff-buffers "ediff" "\
7767 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
7768
7769 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
7770
7771 (defalias 'ebuffers 'ediff-buffers)
7772
7773 (autoload 'ediff-buffers3 "ediff" "\
7774 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
7775
7776 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
7777
7778 (defalias 'ebuffers3 'ediff-buffers3)
7779
7780 (autoload 'ediff-directories "ediff" "\
7781 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
7782 the same name in both. The third argument, REGEXP, is nil or a regular
7783 expression; only file names that match the regexp are considered.
7784
7785 \(fn DIR1 DIR2 REGEXP)" t nil)
7786
7787 (defalias 'edirs 'ediff-directories)
7788
7789 (autoload 'ediff-directory-revisions "ediff" "\
7790 Run Ediff on a directory, DIR1, comparing its files with their revisions.
7791 The second argument, REGEXP, is a regular expression that filters the file
7792 names. Only the files that are under revision control are taken into account.
7793
7794 \(fn DIR1 REGEXP)" t nil)
7795
7796 (defalias 'edir-revisions 'ediff-directory-revisions)
7797
7798 (autoload 'ediff-directories3 "ediff" "\
7799 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
7800 have the same name in all three. The last argument, REGEXP, is nil or a
7801 regular expression; only file names that match the regexp are considered.
7802
7803 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
7804
7805 (defalias 'edirs3 'ediff-directories3)
7806
7807 (autoload 'ediff-merge-directories "ediff" "\
7808 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
7809 the same name in both. The third argument, REGEXP, is nil or a regular
7810 expression; only file names that match the regexp are considered.
7811
7812 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7813
7814 (defalias 'edirs-merge 'ediff-merge-directories)
7815
7816 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
7817 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
7818 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
7819 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
7820 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
7821 only file names that match the regexp are considered.
7822
7823 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7824
7825 (autoload 'ediff-merge-directory-revisions "ediff" "\
7826 Run Ediff on a directory, DIR1, merging its files with their revisions.
7827 The second argument, REGEXP, is a regular expression that filters the file
7828 names. Only the files that are under revision control are taken into account.
7829
7830 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7831
7832 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
7833
7834 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
7835 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
7836 The second argument, REGEXP, is a regular expression that filters the file
7837 names. Only the files that are under revision control are taken into account.
7838
7839 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7840
7841 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
7842
7843 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
7844
7845 (autoload 'ediff-windows-wordwise "ediff" "\
7846 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
7847 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7848 follows:
7849 If WIND-A is nil, use selected window.
7850 If WIND-B is nil, use window next to WIND-A.
7851
7852 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7853
7854 (autoload 'ediff-windows-linewise "ediff" "\
7855 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
7856 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7857 follows:
7858 If WIND-A is nil, use selected window.
7859 If WIND-B is nil, use window next to WIND-A.
7860
7861 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7862
7863 (autoload 'ediff-regions-wordwise "ediff" "\
7864 Run Ediff on a pair of regions in specified buffers.
7865 Regions (i.e., point and mark) can be set in advance or marked interactively.
7866 This function is effective only for relatively small regions, up to 200
7867 lines. For large regions, use `ediff-regions-linewise'.
7868
7869 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7870
7871 (autoload 'ediff-regions-linewise "ediff" "\
7872 Run Ediff on a pair of regions in specified buffers.
7873 Regions (i.e., point and mark) can be set in advance or marked interactively.
7874 Each region is enlarged to contain full lines.
7875 This function is effective for large regions, over 100-200
7876 lines. For small regions, use `ediff-regions-wordwise'.
7877
7878 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7879
7880 (defalias 'ediff-merge 'ediff-merge-files)
7881
7882 (autoload 'ediff-merge-files "ediff" "\
7883 Merge two files without ancestor.
7884
7885 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7886
7887 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
7888 Merge two files with ancestor.
7889
7890 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7891
7892 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
7893
7894 (autoload 'ediff-merge-buffers "ediff" "\
7895 Merge buffers without ancestor.
7896
7897 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7898
7899 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
7900 Merge buffers with ancestor.
7901
7902 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7903
7904 (autoload 'ediff-merge-revisions "ediff" "\
7905 Run Ediff by merging two revisions of a file.
7906 The file is the optional FILE argument or the file visited by the current
7907 buffer.
7908
7909 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7910
7911 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
7912 Run Ediff by merging two revisions of a file with a common ancestor.
7913 The file is the optional FILE argument or the file visited by the current
7914 buffer.
7915
7916 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7917
7918 (autoload 'ediff-patch-file "ediff" "\
7919 Query for a file name, and then run Ediff by patching that file.
7920 If optional PATCH-BUF is given, use the patch in that buffer
7921 and don't ask the user.
7922 If prefix argument, then: if even argument, assume that the patch is in a
7923 buffer. If odd -- assume it is in a file.
7924
7925 \(fn &optional ARG PATCH-BUF)" t nil)
7926
7927 (autoload 'ediff-patch-buffer "ediff" "\
7928 Run Ediff by patching the buffer specified at prompt.
7929 Without the optional prefix ARG, asks if the patch is in some buffer and
7930 prompts for the buffer or a file, depending on the answer.
7931 With ARG=1, assumes the patch is in a file and prompts for the file.
7932 With ARG=2, assumes the patch is in a buffer and prompts for the buffer.
7933 PATCH-BUF is an optional argument, which specifies the buffer that contains the
7934 patch. If not given, the user is prompted according to the prefix argument.
7935
7936 \(fn &optional ARG PATCH-BUF)" t nil)
7937
7938 (defalias 'epatch 'ediff-patch-file)
7939
7940 (defalias 'epatch-buffer 'ediff-patch-buffer)
7941
7942 (autoload 'ediff-revision "ediff" "\
7943 Run Ediff by comparing versions of a file.
7944 The file is an optional FILE argument or the file entered at the prompt.
7945 Default: the file visited by the current buffer.
7946 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7947
7948 \(fn &optional FILE STARTUP-HOOKS)" t nil)
7949
7950 (defalias 'erevision 'ediff-revision)
7951
7952 (autoload 'ediff-version "ediff" "\
7953 Return string describing the version of Ediff.
7954 When called interactively, displays the version.
7955
7956 \(fn)" t nil)
7957
7958 (autoload 'ediff-documentation "ediff" "\
7959 Display Ediff's manual.
7960 With optional NODE, goes to that node.
7961
7962 \(fn &optional NODE)" t nil)
7963
7964 ;;;***
7965 \f
7966 ;;;### (autoloads (ediff-customize) "ediff-help" "vc/ediff-help.el"
7967 ;;;;;; (20706 54231 807276 0))
7968 ;;; Generated autoloads from vc/ediff-help.el
7969
7970 (autoload 'ediff-customize "ediff-help" "\
7971
7972
7973 \(fn)" t nil)
7974
7975 ;;;***
7976 \f
7977 ;;;### (autoloads (ediff-show-registry) "ediff-mult" "vc/ediff-mult.el"
7978 ;;;;;; (20706 54231 807276 0))
7979 ;;; Generated autoloads from vc/ediff-mult.el
7980
7981 (autoload 'ediff-show-registry "ediff-mult" "\
7982 Display Ediff's registry.
7983
7984 \(fn)" t nil)
7985
7986 (defalias 'eregistry 'ediff-show-registry)
7987
7988 ;;;***
7989 \f
7990 ;;;### (autoloads (ediff-toggle-use-toolbar ediff-toggle-multiframe)
7991 ;;;;;; "ediff-util" "vc/ediff-util.el" (20706 54231 807276 0))
7992 ;;; Generated autoloads from vc/ediff-util.el
7993
7994 (autoload 'ediff-toggle-multiframe "ediff-util" "\
7995 Switch from multiframe display to single-frame display and back.
7996 To change the default, set the variable `ediff-window-setup-function',
7997 which see.
7998
7999 \(fn)" t nil)
8000
8001 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
8002 Enable or disable Ediff toolbar.
8003 Works only in versions of Emacs that support toolbars.
8004 To change the default, set the variable `ediff-use-toolbar-p', which see.
8005
8006 \(fn)" t nil)
8007
8008 ;;;***
8009 \f
8010 ;;;### (autoloads (format-kbd-macro read-kbd-macro edit-named-kbd-macro
8011 ;;;;;; edit-last-kbd-macro edit-kbd-macro) "edmacro" "edmacro.el"
8012 ;;;;;; (20706 54231 807276 0))
8013 ;;; Generated autoloads from edmacro.el
8014
8015 (autoload 'edit-kbd-macro "edmacro" "\
8016 Edit a keyboard macro.
8017 At the prompt, type any key sequence which is bound to a keyboard macro.
8018 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
8019 the last 300 keystrokes as a keyboard macro, or `M-x' to edit a macro by
8020 its command name.
8021 With a prefix argument, format the macro in a more concise way.
8022
8023 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
8024
8025 (autoload 'edit-last-kbd-macro "edmacro" "\
8026 Edit the most recently defined keyboard macro.
8027
8028 \(fn &optional PREFIX)" t nil)
8029
8030 (autoload 'edit-named-kbd-macro "edmacro" "\
8031 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
8032
8033 \(fn &optional PREFIX)" t nil)
8034
8035 (autoload 'read-kbd-macro "edmacro" "\
8036 Read the region as a keyboard macro definition.
8037 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
8038 See documentation for `edmacro-mode' for details.
8039 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
8040 The resulting macro is installed as the \"current\" keyboard macro.
8041
8042 In Lisp, may also be called with a single STRING argument in which case
8043 the result is returned rather than being installed as the current macro.
8044 The result will be a string if possible, otherwise an event vector.
8045 Second argument NEED-VECTOR means to return an event vector always.
8046
8047 \(fn START &optional END)" t nil)
8048
8049 (autoload 'format-kbd-macro "edmacro" "\
8050 Return the keyboard macro MACRO as a human-readable string.
8051 This string is suitable for passing to `read-kbd-macro'.
8052 Second argument VERBOSE means to put one command per line with comments.
8053 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
8054 or nil, use a compact 80-column format.
8055
8056 \(fn &optional MACRO VERBOSE)" nil nil)
8057
8058 ;;;***
8059 \f
8060 ;;;### (autoloads (edt-emulation-on edt-set-scroll-margins) "edt"
8061 ;;;;;; "emulation/edt.el" (20706 54231 807276 0))
8062 ;;; Generated autoloads from emulation/edt.el
8063
8064 (autoload 'edt-set-scroll-margins "edt" "\
8065 Set scroll margins.
8066 Argument TOP is the top margin in number of lines or percent of window.
8067 Argument BOTTOM is the bottom margin in number of lines or percent of window.
8068
8069 \(fn TOP BOTTOM)" t nil)
8070
8071 (autoload 'edt-emulation-on "edt" "\
8072 Turn on EDT Emulation.
8073
8074 \(fn)" t nil)
8075
8076 ;;;***
8077 \f
8078 ;;;### (autoloads (electric-helpify with-electric-help) "ehelp" "ehelp.el"
8079 ;;;;;; (20706 54231 807276 0))
8080 ;;; Generated autoloads from ehelp.el
8081
8082 (autoload 'with-electric-help "ehelp" "\
8083 Pop up an \"electric\" help buffer.
8084 THUNK is a function of no arguments which is called to initialize the
8085 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
8086 erased before THUNK is called unless NOERASE is non-nil. THUNK will
8087 be called while BUFFER is current and with `standard-output' bound to
8088 the buffer specified by BUFFER.
8089
8090 If THUNK returns nil, we display BUFFER starting at the top, and shrink
8091 the window to fit. If THUNK returns non-nil, we don't do those things.
8092
8093 After THUNK has been called, this function \"electrically\" pops up a
8094 window in which BUFFER is displayed and allows the user to scroll
8095 through that buffer in `electric-help-mode'. The window's height will
8096 be at least MINHEIGHT if this value is non-nil.
8097
8098 If THUNK returns nil, we display BUFFER starting at the top, and
8099 shrink the window to fit if `electric-help-shrink-window' is non-nil.
8100 If THUNK returns non-nil, we don't do those things.
8101
8102 When the user exits (with `electric-help-exit', or otherwise), the help
8103 buffer's window disappears (i.e., we use `save-window-excursion'), and
8104 BUFFER is put back into its original major mode.
8105
8106 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
8107
8108 (autoload 'electric-helpify "ehelp" "\
8109
8110
8111 \(fn FUN &optional NAME)" nil nil)
8112
8113 ;;;***
8114 \f
8115 ;;;### (autoloads (customize-object) "eieio-custom" "emacs-lisp/eieio-custom.el"
8116 ;;;;;; (20706 54231 807276 0))
8117 ;;; Generated autoloads from emacs-lisp/eieio-custom.el
8118
8119 (autoload 'customize-object "eieio-custom" "\
8120 Customize OBJ in a custom buffer.
8121 Optional argument GROUP is the sub-group of slots to display.
8122
8123 \(fn OBJ &optional GROUP)" nil nil)
8124
8125 ;;;***
8126 \f
8127 ;;;### (autoloads (eieio-describe-generic eieio-describe-constructor
8128 ;;;;;; eieio-describe-class eieio-browse) "eieio-opt" "emacs-lisp/eieio-opt.el"
8129 ;;;;;; (20706 54231 807276 0))
8130 ;;; Generated autoloads from emacs-lisp/eieio-opt.el
8131
8132 (autoload 'eieio-browse "eieio-opt" "\
8133 Create an object browser window to show all objects.
8134 If optional ROOT-CLASS, then start with that, otherwise start with
8135 variable `eieio-default-superclass'.
8136
8137 \(fn &optional ROOT-CLASS)" t nil)
8138 (defalias 'describe-class 'eieio-describe-class)
8139
8140 (autoload 'eieio-describe-class "eieio-opt" "\
8141 Describe a CLASS defined by a string or symbol.
8142 If CLASS is actually an object, then also display current values of that object.
8143 Optional HEADERFCN should be called to insert a few bits of info first.
8144
8145 \(fn CLASS &optional HEADERFCN)" t nil)
8146
8147 (autoload 'eieio-describe-constructor "eieio-opt" "\
8148 Describe the constructor function FCN.
8149 Uses `eieio-describe-class' to describe the class being constructed.
8150
8151 \(fn FCN)" t nil)
8152 (defalias 'describe-generic 'eieio-describe-generic)
8153
8154 (autoload 'eieio-describe-generic "eieio-opt" "\
8155 Describe the generic function GENERIC.
8156 Also extracts information about all methods specific to this generic.
8157
8158 \(fn GENERIC)" t nil)
8159
8160 ;;;***
8161 \f
8162 ;;;### (autoloads (turn-on-eldoc-mode eldoc-mode eldoc-minor-mode-string)
8163 ;;;;;; "eldoc" "emacs-lisp/eldoc.el" (20706 54231 807276 0))
8164 ;;; Generated autoloads from emacs-lisp/eldoc.el
8165
8166 (defvar eldoc-minor-mode-string (purecopy " ElDoc") "\
8167 String to display in mode line when ElDoc Mode is enabled; nil for none.")
8168
8169 (custom-autoload 'eldoc-minor-mode-string "eldoc" t)
8170
8171 (autoload 'eldoc-mode "eldoc" "\
8172 Toggle echo area display of Lisp objects at point (ElDoc mode).
8173 With a prefix argument ARG, enable ElDoc mode if ARG is positive,
8174 and disable it otherwise. If called from Lisp, enable ElDoc mode
8175 if ARG is omitted or nil.
8176
8177 ElDoc mode is a buffer-local minor mode. When enabled, the echo
8178 area displays information about a function or variable in the
8179 text where point is. If point is on a documented variable, it
8180 displays the first line of that variable's doc string. Otherwise
8181 it displays the argument list of the function called in the
8182 expression point is on.
8183
8184 \(fn &optional ARG)" t nil)
8185
8186 (autoload 'turn-on-eldoc-mode "eldoc" "\
8187 Unequivocally turn on ElDoc mode (see command `eldoc-mode').
8188
8189 \(fn)" t nil)
8190
8191 (defvar eldoc-documentation-function nil "\
8192 If non-nil, function to call to return doc string.
8193 The function of no args should return a one-line string for displaying
8194 doc about a function etc. appropriate to the context around point.
8195 It should return nil if there's no doc appropriate for the context.
8196 Typically doc is returned if point is on a function-like name or in its
8197 arg list.
8198
8199 The result is used as is, so the function must explicitly handle
8200 the variables `eldoc-argument-case' and `eldoc-echo-area-use-multiline-p',
8201 and the face `eldoc-highlight-function-argument', if they are to have any
8202 effect.
8203
8204 This variable is expected to be made buffer-local by modes (other than
8205 Emacs Lisp mode) that support ElDoc.")
8206
8207 ;;;***
8208 \f
8209 ;;;### (autoloads (electric-layout-mode electric-pair-mode electric-indent-mode)
8210 ;;;;;; "electric" "electric.el" (20706 54231 807276 0))
8211 ;;; Generated autoloads from electric.el
8212
8213 (defvar electric-indent-chars '(10) "\
8214 Characters that should cause automatic reindentation.")
8215
8216 (defvar electric-indent-mode nil "\
8217 Non-nil if Electric-Indent mode is enabled.
8218 See the command `electric-indent-mode' for a description of this minor mode.
8219 Setting this variable directly does not take effect;
8220 either customize it (see the info node `Easy Customization')
8221 or call the function `electric-indent-mode'.")
8222
8223 (custom-autoload 'electric-indent-mode "electric" nil)
8224
8225 (autoload 'electric-indent-mode "electric" "\
8226 Toggle on-the-fly reindentation (Electric Indent mode).
8227 With a prefix argument ARG, enable Electric Indent mode if ARG is
8228 positive, and disable it otherwise. If called from Lisp, enable
8229 the mode if ARG is omitted or nil.
8230
8231 This is a global minor mode. When enabled, it reindents whenever
8232 the hook `electric-indent-functions' returns non-nil, or you
8233 insert a character from `electric-indent-chars'.
8234
8235 \(fn &optional ARG)" t nil)
8236
8237 (defvar electric-pair-mode nil "\
8238 Non-nil if Electric-Pair mode is enabled.
8239 See the command `electric-pair-mode' for a description of this minor mode.
8240 Setting this variable directly does not take effect;
8241 either customize it (see the info node `Easy Customization')
8242 or call the function `electric-pair-mode'.")
8243
8244 (custom-autoload 'electric-pair-mode "electric" nil)
8245
8246 (autoload 'electric-pair-mode "electric" "\
8247 Toggle automatic parens pairing (Electric Pair mode).
8248 With a prefix argument ARG, enable Electric Pair mode if ARG is
8249 positive, and disable it otherwise. If called from Lisp, enable
8250 the mode if ARG is omitted or nil.
8251
8252 Electric Pair mode is a global minor mode. When enabled, typing
8253 an open parenthesis automatically inserts the corresponding
8254 closing parenthesis. (Likewise for brackets, etc.)
8255
8256 See options `electric-pair-pairs' and `electric-pair-skip-self'.
8257
8258 \(fn &optional ARG)" t nil)
8259
8260 (defvar electric-layout-mode nil "\
8261 Non-nil if Electric-Layout mode is enabled.
8262 See the command `electric-layout-mode' for a description of this minor mode.
8263 Setting this variable directly does not take effect;
8264 either customize it (see the info node `Easy Customization')
8265 or call the function `electric-layout-mode'.")
8266
8267 (custom-autoload 'electric-layout-mode "electric" nil)
8268
8269 (autoload 'electric-layout-mode "electric" "\
8270 Automatically insert newlines around some chars.
8271 With a prefix argument ARG, enable Electric Layout mode if ARG is
8272 positive, and disable it otherwise. If called from Lisp, enable
8273 the mode if ARG is omitted or nil.
8274 The variable `electric-layout-rules' says when and how to insert newlines.
8275
8276 \(fn &optional ARG)" t nil)
8277
8278 ;;;***
8279 \f
8280 ;;;### (autoloads (elide-head) "elide-head" "elide-head.el" (20706
8281 ;;;;;; 54231 807276 0))
8282 ;;; Generated autoloads from elide-head.el
8283
8284 (autoload 'elide-head "elide-head" "\
8285 Hide header material in buffer according to `elide-head-headers-to-hide'.
8286
8287 The header is made invisible with an overlay. With a prefix arg, show
8288 an elided material again.
8289
8290 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8291
8292 \(fn &optional ARG)" t nil)
8293
8294 ;;;***
8295 \f
8296 ;;;### (autoloads (elint-initialize elint-defun elint-current-buffer
8297 ;;;;;; elint-directory elint-file) "elint" "emacs-lisp/elint.el"
8298 ;;;;;; (20706 54231 807276 0))
8299 ;;; Generated autoloads from emacs-lisp/elint.el
8300
8301 (autoload 'elint-file "elint" "\
8302 Lint the file FILE.
8303
8304 \(fn FILE)" t nil)
8305
8306 (autoload 'elint-directory "elint" "\
8307 Lint all the .el files in DIRECTORY.
8308 A complicated directory may require a lot of memory.
8309
8310 \(fn DIRECTORY)" t nil)
8311
8312 (autoload 'elint-current-buffer "elint" "\
8313 Lint the current buffer.
8314 If necessary, this first calls `elint-initialize'.
8315
8316 \(fn)" t nil)
8317
8318 (autoload 'elint-defun "elint" "\
8319 Lint the function at point.
8320 If necessary, this first calls `elint-initialize'.
8321
8322 \(fn)" t nil)
8323
8324 (autoload 'elint-initialize "elint" "\
8325 Initialize elint.
8326 If elint is already initialized, this does nothing, unless
8327 optional prefix argument REINIT is non-nil.
8328
8329 \(fn &optional REINIT)" t nil)
8330
8331 ;;;***
8332 \f
8333 ;;;### (autoloads (elp-results elp-instrument-package elp-instrument-list
8334 ;;;;;; elp-instrument-function) "elp" "emacs-lisp/elp.el" (20706
8335 ;;;;;; 54231 807276 0))
8336 ;;; Generated autoloads from emacs-lisp/elp.el
8337
8338 (autoload 'elp-instrument-function "elp" "\
8339 Instrument FUNSYM for profiling.
8340 FUNSYM must be a symbol of a defined function.
8341
8342 \(fn FUNSYM)" t nil)
8343
8344 (autoload 'elp-instrument-list "elp" "\
8345 Instrument, for profiling, all functions in `elp-function-list'.
8346 Use optional LIST if provided instead.
8347 If called interactively, read LIST using the minibuffer.
8348
8349 \(fn &optional LIST)" t nil)
8350
8351 (autoload 'elp-instrument-package "elp" "\
8352 Instrument for profiling, all functions which start with PREFIX.
8353 For example, to instrument all ELP functions, do the following:
8354
8355 \\[elp-instrument-package] RET elp- RET
8356
8357 \(fn PREFIX)" t nil)
8358
8359 (autoload 'elp-results "elp" "\
8360 Display current profiling results.
8361 If `elp-reset-after-results' is non-nil, then current profiling
8362 information for all instrumented functions is reset after results are
8363 displayed.
8364
8365 \(fn)" t nil)
8366
8367 ;;;***
8368 \f
8369 ;;;### (autoloads (emacs-lock-mode) "emacs-lock" "emacs-lock.el"
8370 ;;;;;; (20706 54231 807276 0))
8371 ;;; Generated autoloads from emacs-lock.el
8372
8373 (autoload 'emacs-lock-mode "emacs-lock" "\
8374 Toggle Emacs Lock mode in the current buffer.
8375 If called with a plain prefix argument, ask for the locking mode
8376 to be used. With any other prefix ARG, turn mode on if ARG is
8377 positive, off otherwise. If called from Lisp, enable the mode if
8378 ARG is omitted or nil.
8379
8380 Initially, if the user does not pass an explicit locking mode, it
8381 defaults to `emacs-lock-default-locking-mode' (which see);
8382 afterwards, the locking mode most recently set on the buffer is
8383 used instead.
8384
8385 When called from Elisp code, ARG can be any locking mode:
8386
8387 exit -- Emacs cannot exit while the buffer is locked
8388 kill -- the buffer cannot be killed, but Emacs can exit as usual
8389 all -- the buffer is locked against both actions
8390
8391 Other values are interpreted as usual.
8392
8393 \(fn &optional ARG)" t nil)
8394
8395 ;;;***
8396 \f
8397 ;;;### (autoloads (report-emacs-bug) "emacsbug" "mail/emacsbug.el"
8398 ;;;;;; (20706 54231 807276 0))
8399 ;;; Generated autoloads from mail/emacsbug.el
8400
8401 (autoload 'report-emacs-bug "emacsbug" "\
8402 Report a bug in GNU Emacs.
8403 Prompts for bug subject. Leaves you in a mail buffer.
8404
8405 \(fn TOPIC &optional RECENT-KEYS)" t nil)
8406
8407 ;;;***
8408 \f
8409 ;;;### (autoloads (emerge-merge-directories emerge-revisions-with-ancestor
8410 ;;;;;; emerge-revisions emerge-files-with-ancestor-remote emerge-files-remote
8411 ;;;;;; emerge-files-with-ancestor-command emerge-files-command emerge-buffers-with-ancestor
8412 ;;;;;; emerge-buffers emerge-files-with-ancestor emerge-files) "emerge"
8413 ;;;;;; "vc/emerge.el" (20627 10158 364804 0))
8414 ;;; Generated autoloads from vc/emerge.el
8415
8416 (autoload 'emerge-files "emerge" "\
8417 Run Emerge on two files.
8418
8419 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8420
8421 (autoload 'emerge-files-with-ancestor "emerge" "\
8422 Run Emerge on two files, giving another file as the ancestor.
8423
8424 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8425
8426 (autoload 'emerge-buffers "emerge" "\
8427 Run Emerge on two buffers.
8428
8429 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8430
8431 (autoload 'emerge-buffers-with-ancestor "emerge" "\
8432 Run Emerge on two buffers, giving another buffer as the ancestor.
8433
8434 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8435
8436 (autoload 'emerge-files-command "emerge" "\
8437
8438
8439 \(fn)" nil nil)
8440
8441 (autoload 'emerge-files-with-ancestor-command "emerge" "\
8442
8443
8444 \(fn)" nil nil)
8445
8446 (autoload 'emerge-files-remote "emerge" "\
8447
8448
8449 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
8450
8451 (autoload 'emerge-files-with-ancestor-remote "emerge" "\
8452
8453
8454 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
8455
8456 (autoload 'emerge-revisions "emerge" "\
8457 Emerge two RCS revisions of a file.
8458
8459 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8460
8461 (autoload 'emerge-revisions-with-ancestor "emerge" "\
8462 Emerge two RCS revisions of a file, with another revision as ancestor.
8463
8464 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8465
8466 (autoload 'emerge-merge-directories "emerge" "\
8467
8468
8469 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
8470
8471 ;;;***
8472 \f
8473 ;;;### (autoloads (enriched-decode enriched-encode enriched-mode)
8474 ;;;;;; "enriched" "textmodes/enriched.el" (20706 54231 807276 0))
8475 ;;; Generated autoloads from textmodes/enriched.el
8476
8477 (autoload 'enriched-mode "enriched" "\
8478 Minor mode for editing text/enriched files.
8479 These are files with embedded formatting information in the MIME standard
8480 text/enriched format.
8481
8482 With a prefix argument ARG, enable the mode if ARG is positive,
8483 and disable it otherwise. If called from Lisp, enable the mode
8484 if ARG is omitted or nil.
8485
8486 Turning the mode on or off runs `enriched-mode-hook'.
8487
8488 More information about Enriched mode is available in the file
8489 etc/enriched.doc in the Emacs distribution directory.
8490
8491 Commands:
8492
8493 \\{enriched-mode-map}
8494
8495 \(fn &optional ARG)" t nil)
8496
8497 (autoload 'enriched-encode "enriched" "\
8498
8499
8500 \(fn FROM TO ORIG-BUF)" nil nil)
8501
8502 (autoload 'enriched-decode "enriched" "\
8503
8504
8505 \(fn FROM TO)" nil nil)
8506
8507 ;;;***
8508 \f
8509 ;;;### (autoloads (epa-insert-keys epa-export-keys epa-import-armor-in-region
8510 ;;;;;; epa-import-keys-region epa-import-keys epa-delete-keys epa-encrypt-region
8511 ;;;;;; epa-sign-region epa-verify-cleartext-in-region epa-verify-region
8512 ;;;;;; epa-decrypt-armor-in-region epa-decrypt-region epa-encrypt-file
8513 ;;;;;; epa-sign-file epa-verify-file epa-decrypt-file epa-select-keys
8514 ;;;;;; epa-list-secret-keys epa-list-keys) "epa" "epa.el" (20706
8515 ;;;;;; 54231 807276 0))
8516 ;;; Generated autoloads from epa.el
8517
8518 (autoload 'epa-list-keys "epa" "\
8519 List all keys matched with NAME from the public keyring.
8520
8521 \(fn &optional NAME)" t nil)
8522
8523 (autoload 'epa-list-secret-keys "epa" "\
8524 List all keys matched with NAME from the private keyring.
8525
8526 \(fn &optional NAME)" t nil)
8527
8528 (autoload 'epa-select-keys "epa" "\
8529 Display a user's keyring and ask him to select keys.
8530 CONTEXT is an epg-context.
8531 PROMPT is a string to prompt with.
8532 NAMES is a list of strings to be matched with keys. If it is nil, all
8533 the keys are listed.
8534 If SECRET is non-nil, list secret keys instead of public keys.
8535
8536 \(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
8537
8538 (autoload 'epa-decrypt-file "epa" "\
8539 Decrypt FILE.
8540
8541 \(fn FILE)" t nil)
8542
8543 (autoload 'epa-verify-file "epa" "\
8544 Verify FILE.
8545
8546 \(fn FILE)" t nil)
8547
8548 (autoload 'epa-sign-file "epa" "\
8549 Sign FILE by SIGNERS keys selected.
8550
8551 \(fn FILE SIGNERS MODE)" t nil)
8552
8553 (autoload 'epa-encrypt-file "epa" "\
8554 Encrypt FILE for RECIPIENTS.
8555
8556 \(fn FILE RECIPIENTS)" t nil)
8557
8558 (autoload 'epa-decrypt-region "epa" "\
8559 Decrypt the current region between START and END.
8560
8561 If MAKE-BUFFER-FUNCTION is non-nil, call it to prepare an output buffer.
8562 It should return that buffer. If it copies the input, it should
8563 delete the text now being decrypted. It should leave point at the
8564 proper place to insert the plaintext.
8565
8566 Be careful about using this command in Lisp programs!
8567 Since this function operates on regions, it does some tricks such
8568 as coding-system detection and unibyte/multibyte conversion. If
8569 you are sure how the data in the region should be treated, you
8570 should consider using the string based counterpart
8571 `epg-decrypt-string', or the file based counterpart
8572 `epg-decrypt-file' instead.
8573
8574 For example:
8575
8576 \(let ((context (epg-make-context 'OpenPGP)))
8577 (decode-coding-string
8578 (epg-decrypt-string context (buffer-substring start end))
8579 'utf-8))
8580
8581 \(fn START END &optional MAKE-BUFFER-FUNCTION)" t nil)
8582
8583 (autoload 'epa-decrypt-armor-in-region "epa" "\
8584 Decrypt OpenPGP armors in the current region between START and END.
8585
8586 Don't use this command in Lisp programs!
8587 See the reason described in the `epa-decrypt-region' documentation.
8588
8589 \(fn START END)" t nil)
8590
8591 (autoload 'epa-verify-region "epa" "\
8592 Verify the current region between START and END.
8593
8594 Don't use this command in Lisp programs!
8595 Since this function operates on regions, it does some tricks such
8596 as coding-system detection and unibyte/multibyte conversion. If
8597 you are sure how the data in the region should be treated, you
8598 should consider using the string based counterpart
8599 `epg-verify-string', or the file based counterpart
8600 `epg-verify-file' instead.
8601
8602 For example:
8603
8604 \(let ((context (epg-make-context 'OpenPGP)))
8605 (decode-coding-string
8606 (epg-verify-string context (buffer-substring start end))
8607 'utf-8))
8608
8609 \(fn START END)" t nil)
8610
8611 (autoload 'epa-verify-cleartext-in-region "epa" "\
8612 Verify OpenPGP cleartext signed messages in the current region
8613 between START and END.
8614
8615 Don't use this command in Lisp programs!
8616 See the reason described in the `epa-verify-region' documentation.
8617
8618 \(fn START END)" t nil)
8619
8620 (autoload 'epa-sign-region "epa" "\
8621 Sign the current region between START and END by SIGNERS keys selected.
8622
8623 Don't use this command in Lisp programs!
8624 Since this function operates on regions, it does some tricks such
8625 as coding-system detection and unibyte/multibyte conversion. If
8626 you are sure how the data should be treated, you should consider
8627 using the string based counterpart `epg-sign-string', or the file
8628 based counterpart `epg-sign-file' instead.
8629
8630 For example:
8631
8632 \(let ((context (epg-make-context 'OpenPGP)))
8633 (epg-sign-string
8634 context
8635 (encode-coding-string (buffer-substring start end) 'utf-8)))
8636
8637 \(fn START END SIGNERS MODE)" t nil)
8638
8639 (autoload 'epa-encrypt-region "epa" "\
8640 Encrypt the current region between START and END for RECIPIENTS.
8641
8642 Don't use this command in Lisp programs!
8643 Since this function operates on regions, it does some tricks such
8644 as coding-system detection and unibyte/multibyte conversion. If
8645 you are sure how the data should be treated, you should consider
8646 using the string based counterpart `epg-encrypt-string', or the
8647 file based counterpart `epg-encrypt-file' instead.
8648
8649 For example:
8650
8651 \(let ((context (epg-make-context 'OpenPGP)))
8652 (epg-encrypt-string
8653 context
8654 (encode-coding-string (buffer-substring start end) 'utf-8)
8655 nil))
8656
8657 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8658
8659 (autoload 'epa-delete-keys "epa" "\
8660 Delete selected KEYS.
8661
8662 \(fn KEYS &optional ALLOW-SECRET)" t nil)
8663
8664 (autoload 'epa-import-keys "epa" "\
8665 Import keys from FILE.
8666
8667 \(fn FILE)" t nil)
8668
8669 (autoload 'epa-import-keys-region "epa" "\
8670 Import keys from the region.
8671
8672 \(fn START END)" t nil)
8673
8674 (autoload 'epa-import-armor-in-region "epa" "\
8675 Import keys in the OpenPGP armor format in the current region
8676 between START and END.
8677
8678 \(fn START END)" t nil)
8679
8680 (autoload 'epa-export-keys "epa" "\
8681 Export selected KEYS to FILE.
8682
8683 \(fn KEYS FILE)" t nil)
8684
8685 (autoload 'epa-insert-keys "epa" "\
8686 Insert selected KEYS after the point.
8687
8688 \(fn KEYS)" t nil)
8689
8690 ;;;***
8691 \f
8692 ;;;### (autoloads (epa-dired-do-encrypt epa-dired-do-sign epa-dired-do-verify
8693 ;;;;;; epa-dired-do-decrypt) "epa-dired" "epa-dired.el" (20706 54231
8694 ;;;;;; 807276 0))
8695 ;;; Generated autoloads from epa-dired.el
8696
8697 (autoload 'epa-dired-do-decrypt "epa-dired" "\
8698 Decrypt marked files.
8699
8700 \(fn)" t nil)
8701
8702 (autoload 'epa-dired-do-verify "epa-dired" "\
8703 Verify marked files.
8704
8705 \(fn)" t nil)
8706
8707 (autoload 'epa-dired-do-sign "epa-dired" "\
8708 Sign marked files.
8709
8710 \(fn)" t nil)
8711
8712 (autoload 'epa-dired-do-encrypt "epa-dired" "\
8713 Encrypt marked files.
8714
8715 \(fn)" t nil)
8716
8717 ;;;***
8718 \f
8719 ;;;### (autoloads (epa-file-disable epa-file-enable epa-file-handler)
8720 ;;;;;; "epa-file" "epa-file.el" (20706 54231 807276 0))
8721 ;;; Generated autoloads from epa-file.el
8722
8723 (autoload 'epa-file-handler "epa-file" "\
8724
8725
8726 \(fn OPERATION &rest ARGS)" nil nil)
8727
8728 (autoload 'epa-file-enable "epa-file" "\
8729
8730
8731 \(fn)" t nil)
8732
8733 (autoload 'epa-file-disable "epa-file" "\
8734
8735
8736 \(fn)" t nil)
8737
8738 ;;;***
8739 \f
8740 ;;;### (autoloads (epa-global-mail-mode epa-mail-import-keys epa-mail-encrypt
8741 ;;;;;; epa-mail-sign epa-mail-verify epa-mail-decrypt epa-mail-mode)
8742 ;;;;;; "epa-mail" "epa-mail.el" (20706 54231 807276 0))
8743 ;;; Generated autoloads from epa-mail.el
8744
8745 (autoload 'epa-mail-mode "epa-mail" "\
8746 A minor-mode for composing encrypted/clearsigned mails.
8747 With a prefix argument ARG, enable the mode if ARG is positive,
8748 and disable it otherwise. If called from Lisp, enable the mode
8749 if ARG is omitted or nil.
8750
8751 \(fn &optional ARG)" t nil)
8752
8753 (autoload 'epa-mail-decrypt "epa-mail" "\
8754 Decrypt OpenPGP armors in the current buffer.
8755 The buffer is expected to contain a mail message.
8756
8757 Don't use this command in Lisp programs!
8758
8759 \(fn)" t nil)
8760
8761 (autoload 'epa-mail-verify "epa-mail" "\
8762 Verify OpenPGP cleartext signed messages in the current buffer.
8763 The buffer is expected to contain a mail message.
8764
8765 Don't use this command in Lisp programs!
8766
8767 \(fn)" t nil)
8768
8769 (autoload 'epa-mail-sign "epa-mail" "\
8770 Sign the current buffer.
8771 The buffer is expected to contain a mail message.
8772
8773 Don't use this command in Lisp programs!
8774
8775 \(fn START END SIGNERS MODE)" t nil)
8776
8777 (autoload 'epa-mail-encrypt "epa-mail" "\
8778 Encrypt the current buffer.
8779 The buffer is expected to contain a mail message.
8780
8781 Don't use this command in Lisp programs!
8782
8783 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8784
8785 (autoload 'epa-mail-import-keys "epa-mail" "\
8786 Import keys in the OpenPGP armor format in the current buffer.
8787 The buffer is expected to contain a mail message.
8788
8789 Don't use this command in Lisp programs!
8790
8791 \(fn)" t nil)
8792
8793 (defvar epa-global-mail-mode nil "\
8794 Non-nil if Epa-Global-Mail mode is enabled.
8795 See the command `epa-global-mail-mode' for a description of this minor mode.
8796 Setting this variable directly does not take effect;
8797 either customize it (see the info node `Easy Customization')
8798 or call the function `epa-global-mail-mode'.")
8799
8800 (custom-autoload 'epa-global-mail-mode "epa-mail" nil)
8801
8802 (autoload 'epa-global-mail-mode "epa-mail" "\
8803 Minor mode to hook EasyPG into Mail mode.
8804 With a prefix argument ARG, enable the mode if ARG is positive,
8805 and disable it otherwise. If called from Lisp, enable the mode
8806 if ARG is omitted or nil.
8807
8808 \(fn &optional ARG)" t nil)
8809
8810 ;;;***
8811 \f
8812 ;;;### (autoloads (epg-make-context) "epg" "epg.el" (20706 54231
8813 ;;;;;; 807276 0))
8814 ;;; Generated autoloads from epg.el
8815
8816 (autoload 'epg-make-context "epg" "\
8817 Return a context object.
8818
8819 \(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil)
8820
8821 ;;;***
8822 \f
8823 ;;;### (autoloads (epg-expand-group epg-check-configuration epg-configuration)
8824 ;;;;;; "epg-config" "epg-config.el" (20706 54231 807276 0))
8825 ;;; Generated autoloads from epg-config.el
8826
8827 (autoload 'epg-configuration "epg-config" "\
8828 Return a list of internal configuration parameters of `epg-gpg-program'.
8829
8830 \(fn)" nil nil)
8831
8832 (autoload 'epg-check-configuration "epg-config" "\
8833 Verify that a sufficient version of GnuPG is installed.
8834
8835 \(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
8836
8837 (autoload 'epg-expand-group "epg-config" "\
8838 Look at CONFIG and try to expand GROUP.
8839
8840 \(fn CONFIG GROUP)" nil nil)
8841
8842 ;;;***
8843 \f
8844 ;;;### (autoloads (erc-handle-irc-url erc-tls erc erc-select-read-args)
8845 ;;;;;; "erc" "erc/erc.el" (20706 54231 807276 0))
8846 ;;; Generated autoloads from erc/erc.el
8847
8848 (autoload 'erc-select-read-args "erc" "\
8849 Prompt the user for values of nick, server, port, and password.
8850
8851 \(fn)" nil nil)
8852
8853 (autoload 'erc "erc" "\
8854 ERC is a powerful, modular, and extensible IRC client.
8855 This function is the main entry point for ERC.
8856
8857 It permits you to select connection parameters, and then starts ERC.
8858
8859 Non-interactively, it takes the keyword arguments
8860 (server (erc-compute-server))
8861 (port (erc-compute-port))
8862 (nick (erc-compute-nick))
8863 password
8864 (full-name (erc-compute-full-name)))
8865
8866 That is, if called with
8867
8868 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
8869
8870 then the server and full-name will be set to those values, whereas
8871 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
8872 be invoked for the values of the other parameters.
8873
8874 \(fn &key (server (erc-compute-server)) (port (erc-compute-port)) (nick (erc-compute-nick)) PASSWORD (full-name (erc-compute-full-name)))" t nil)
8875
8876 (defalias 'erc-select 'erc)
8877
8878 (autoload 'erc-tls "erc" "\
8879 Interactively select TLS connection parameters and run ERC.
8880 Arguments are the same as for `erc'.
8881
8882 \(fn &rest R)" t nil)
8883
8884 (autoload 'erc-handle-irc-url "erc" "\
8885 Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
8886 If ERC is already connected to HOST:PORT, simply /join CHANNEL.
8887 Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8888
8889 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
8890
8891 ;;;***
8892 \f
8893 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (20706
8894 ;;;;;; 54231 807276 0))
8895 ;;; Generated autoloads from erc/erc-autoaway.el
8896 (autoload 'erc-autoaway-mode "erc-autoaway")
8897
8898 ;;;***
8899 \f
8900 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (20706 54231
8901 ;;;;;; 807276 0))
8902 ;;; Generated autoloads from erc/erc-button.el
8903 (autoload 'erc-button-mode "erc-button" nil t)
8904
8905 ;;;***
8906 \f
8907 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (20706 54231
8908 ;;;;;; 807276 0))
8909 ;;; Generated autoloads from erc/erc-capab.el
8910 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8911
8912 ;;;***
8913 \f
8914 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (20706 54231
8915 ;;;;;; 807276 0))
8916 ;;; Generated autoloads from erc/erc-compat.el
8917 (autoload 'erc-define-minor-mode "erc-compat")
8918
8919 ;;;***
8920 \f
8921 ;;;### (autoloads (erc-ctcp-query-DCC pcomplete/erc-mode/DCC erc-cmd-DCC)
8922 ;;;;;; "erc-dcc" "erc/erc-dcc.el" (20706 54231 807276 0))
8923 ;;; Generated autoloads from erc/erc-dcc.el
8924 (autoload 'erc-dcc-mode "erc-dcc")
8925
8926 (autoload 'erc-cmd-DCC "erc-dcc" "\
8927 Parser for /dcc command.
8928 This figures out the dcc subcommand and calls the appropriate routine to
8929 handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\",
8930 where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.
8931
8932 \(fn CMD &rest ARGS)" nil nil)
8933
8934 (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\
8935 Provides completion for the /DCC command.
8936
8937 \(fn)" nil nil)
8938
8939 (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\
8940 Hook variable for CTCP DCC queries.")
8941
8942 (autoload 'erc-ctcp-query-DCC "erc-dcc" "\
8943 The function called when a CTCP DCC request is detected by the client.
8944 It examines the DCC subcommand, and calls the appropriate routine for
8945 that subcommand.
8946
8947 \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil)
8948
8949 ;;;***
8950 \f
8951 ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8952 ;;;;;; (20706 54231 807276 0))
8953 ;;; Generated autoloads from erc/erc-desktop-notifications.el
8954 (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8955
8956 ;;;***
8957 \f
8958 ;;;### (autoloads (erc-ezb-initialize erc-ezb-select-session erc-ezb-select
8959 ;;;;;; erc-ezb-add-session erc-ezb-end-of-session-list erc-ezb-init-session-list
8960 ;;;;;; erc-ezb-identify erc-ezb-notice-autodetect erc-ezb-lookup-action
8961 ;;;;;; erc-ezb-get-login erc-cmd-ezb) "erc-ezbounce" "erc/erc-ezbounce.el"
8962 ;;;;;; (20706 54231 807276 0))
8963 ;;; Generated autoloads from erc/erc-ezbounce.el
8964
8965 (autoload 'erc-cmd-ezb "erc-ezbounce" "\
8966 Send EZB commands to the EZBouncer verbatim.
8967
8968 \(fn LINE &optional FORCE)" nil nil)
8969
8970 (autoload 'erc-ezb-get-login "erc-ezbounce" "\
8971 Return an appropriate EZBounce login for SERVER and PORT.
8972 Look up entries in `erc-ezb-login-alist'. If the username or password
8973 in the alist is `nil', prompt for the appropriate values.
8974
8975 \(fn SERVER PORT)" nil nil)
8976
8977 (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\
8978
8979
8980 \(fn MESSAGE)" nil nil)
8981
8982 (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\
8983 React on an EZBounce NOTICE request.
8984
8985 \(fn PROC PARSED)" nil nil)
8986
8987 (autoload 'erc-ezb-identify "erc-ezbounce" "\
8988 Identify to the EZBouncer server.
8989
8990 \(fn MESSAGE)" nil nil)
8991
8992 (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\
8993 Reset the EZBounce session list to nil.
8994
8995 \(fn MESSAGE)" nil nil)
8996
8997 (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\
8998 Indicate the end of the EZBounce session listing.
8999
9000 \(fn MESSAGE)" nil nil)
9001
9002 (autoload 'erc-ezb-add-session "erc-ezbounce" "\
9003 Add an EZBounce session to the session list.
9004
9005 \(fn MESSAGE)" nil nil)
9006
9007 (autoload 'erc-ezb-select "erc-ezbounce" "\
9008 Select an IRC server to use by EZBounce, in ERC style.
9009
9010 \(fn MESSAGE)" nil nil)
9011
9012 (autoload 'erc-ezb-select-session "erc-ezbounce" "\
9013 Select a detached EZBounce session.
9014
9015 \(fn)" nil nil)
9016
9017 (autoload 'erc-ezb-initialize "erc-ezbounce" "\
9018 Add EZBouncer convenience functions to ERC.
9019
9020 \(fn)" nil nil)
9021
9022 ;;;***
9023 \f
9024 ;;;### (autoloads (erc-fill) "erc-fill" "erc/erc-fill.el" (20706
9025 ;;;;;; 54231 807276 0))
9026 ;;; Generated autoloads from erc/erc-fill.el
9027 (autoload 'erc-fill-mode "erc-fill" nil t)
9028
9029 (autoload 'erc-fill "erc-fill" "\
9030 Fill a region using the function referenced in `erc-fill-function'.
9031 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9032
9033 \(fn)" nil nil)
9034
9035 ;;;***
9036 \f
9037 ;;;### (autoloads (erc-identd-stop erc-identd-start) "erc-identd"
9038 ;;;;;; "erc/erc-identd.el" (20706 54231 807276 0))
9039 ;;; Generated autoloads from erc/erc-identd.el
9040 (autoload 'erc-identd-mode "erc-identd")
9041
9042 (autoload 'erc-identd-start "erc-identd" "\
9043 Start an identd server listening to port 8113.
9044 Port 113 (auth) will need to be redirected to port 8113 on your
9045 machine -- using iptables, or a program like redir which can be
9046 run from inetd. The idea is to provide a simple identd server
9047 when you need one, without having to install one globally on your
9048 system.
9049
9050 \(fn &optional PORT)" t nil)
9051
9052 (autoload 'erc-identd-stop "erc-identd" "\
9053
9054
9055 \(fn &rest IGNORE)" t nil)
9056
9057 ;;;***
9058 \f
9059 ;;;### (autoloads (erc-create-imenu-index) "erc-imenu" "erc/erc-imenu.el"
9060 ;;;;;; (20706 54231 807276 0))
9061 ;;; Generated autoloads from erc/erc-imenu.el
9062
9063 (autoload 'erc-create-imenu-index "erc-imenu" "\
9064
9065
9066 \(fn)" nil nil)
9067
9068 ;;;***
9069 \f
9070 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (20706 54231 807276
9071 ;;;;;; 0))
9072 ;;; Generated autoloads from erc/erc-join.el
9073 (autoload 'erc-autojoin-mode "erc-join" nil t)
9074
9075 ;;;***
9076 \f
9077 ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (20706 54231 807276
9078 ;;;;;; 0))
9079 ;;; Generated autoloads from erc/erc-list.el
9080 (autoload 'erc-list-mode "erc-list")
9081
9082 ;;;***
9083 \f
9084 ;;;### (autoloads (erc-save-buffer-in-logs erc-logging-enabled) "erc-log"
9085 ;;;;;; "erc/erc-log.el" (20706 54231 807276 0))
9086 ;;; Generated autoloads from erc/erc-log.el
9087 (autoload 'erc-log-mode "erc-log" nil t)
9088
9089 (autoload 'erc-logging-enabled "erc-log" "\
9090 Return non-nil if logging is enabled for BUFFER.
9091 If BUFFER is nil, the value of `current-buffer' is used.
9092 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
9093 is writable (it will be created as necessary) and
9094 `erc-enable-logging' returns a non-nil value.
9095
9096 \(fn &optional BUFFER)" nil nil)
9097
9098 (autoload 'erc-save-buffer-in-logs "erc-log" "\
9099 Append BUFFER contents to the log file, if logging is enabled.
9100 If BUFFER is not provided, current buffer is used.
9101 Logging is enabled if `erc-logging-enabled' returns non-nil.
9102
9103 This is normally done on exit, to save the unsaved portion of the
9104 buffer, since only the text that runs off the buffer limit is logged
9105 automatically.
9106
9107 You can save every individual message by putting this function on
9108 `erc-insert-post-hook'.
9109
9110 \(fn &optional BUFFER)" t nil)
9111
9112 ;;;***
9113 \f
9114 ;;;### (autoloads (erc-delete-dangerous-host erc-add-dangerous-host
9115 ;;;;;; erc-delete-keyword erc-add-keyword erc-delete-fool erc-add-fool
9116 ;;;;;; erc-delete-pal erc-add-pal) "erc-match" "erc/erc-match.el"
9117 ;;;;;; (20706 54231 807276 0))
9118 ;;; Generated autoloads from erc/erc-match.el
9119 (autoload 'erc-match-mode "erc-match")
9120
9121 (autoload 'erc-add-pal "erc-match" "\
9122 Add pal interactively to `erc-pals'.
9123
9124 \(fn)" t nil)
9125
9126 (autoload 'erc-delete-pal "erc-match" "\
9127 Delete pal interactively to `erc-pals'.
9128
9129 \(fn)" t nil)
9130
9131 (autoload 'erc-add-fool "erc-match" "\
9132 Add fool interactively to `erc-fools'.
9133
9134 \(fn)" t nil)
9135
9136 (autoload 'erc-delete-fool "erc-match" "\
9137 Delete fool interactively to `erc-fools'.
9138
9139 \(fn)" t nil)
9140
9141 (autoload 'erc-add-keyword "erc-match" "\
9142 Add keyword interactively to `erc-keywords'.
9143
9144 \(fn)" t nil)
9145
9146 (autoload 'erc-delete-keyword "erc-match" "\
9147 Delete keyword interactively to `erc-keywords'.
9148
9149 \(fn)" t nil)
9150
9151 (autoload 'erc-add-dangerous-host "erc-match" "\
9152 Add dangerous-host interactively to `erc-dangerous-hosts'.
9153
9154 \(fn)" t nil)
9155
9156 (autoload 'erc-delete-dangerous-host "erc-match" "\
9157 Delete dangerous-host interactively to `erc-dangerous-hosts'.
9158
9159 \(fn)" t nil)
9160
9161 ;;;***
9162 \f
9163 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (20706 54231 807276
9164 ;;;;;; 0))
9165 ;;; Generated autoloads from erc/erc-menu.el
9166 (autoload 'erc-menu-mode "erc-menu" nil t)
9167
9168 ;;;***
9169 \f
9170 ;;;### (autoloads (erc-cmd-WHOLEFT) "erc-netsplit" "erc/erc-netsplit.el"
9171 ;;;;;; (20706 54231 807276 0))
9172 ;;; Generated autoloads from erc/erc-netsplit.el
9173 (autoload 'erc-netsplit-mode "erc-netsplit")
9174
9175 (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\
9176 Show who's gone.
9177
9178 \(fn)" nil nil)
9179
9180 ;;;***
9181 \f
9182 ;;;### (autoloads (erc-server-select erc-determine-network) "erc-networks"
9183 ;;;;;; "erc/erc-networks.el" (20706 54231 807276 0))
9184 ;;; Generated autoloads from erc/erc-networks.el
9185
9186 (autoload 'erc-determine-network "erc-networks" "\
9187 Return the name of the network or \"Unknown\" as a symbol. Use the
9188 server parameter NETWORK if provided, otherwise parse the server name and
9189 search for a match in `erc-networks-alist'.
9190
9191 \(fn)" nil nil)
9192
9193 (autoload 'erc-server-select "erc-networks" "\
9194 Interactively select a server to connect to using `erc-server-alist'.
9195
9196 \(fn)" t nil)
9197
9198 ;;;***
9199 \f
9200 ;;;### (autoloads (pcomplete/erc-mode/NOTIFY erc-cmd-NOTIFY) "erc-notify"
9201 ;;;;;; "erc/erc-notify.el" (20706 54231 807276 0))
9202 ;;; Generated autoloads from erc/erc-notify.el
9203 (autoload 'erc-notify-mode "erc-notify" nil t)
9204
9205 (autoload 'erc-cmd-NOTIFY "erc-notify" "\
9206 Change `erc-notify-list' or list current notify-list members online.
9207 Without args, list the current list of notified people online,
9208 with args, toggle notify status of people.
9209
9210 \(fn &rest ARGS)" nil nil)
9211
9212 (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\
9213
9214
9215 \(fn)" nil nil)
9216
9217 ;;;***
9218 \f
9219 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (20706 54231 807276
9220 ;;;;;; 0))
9221 ;;; Generated autoloads from erc/erc-page.el
9222 (autoload 'erc-page-mode "erc-page")
9223
9224 ;;;***
9225 \f
9226 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (20706
9227 ;;;;;; 54231 807276 0))
9228 ;;; Generated autoloads from erc/erc-pcomplete.el
9229 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9230
9231 ;;;***
9232 \f
9233 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (20706 54231
9234 ;;;;;; 807276 0))
9235 ;;; Generated autoloads from erc/erc-replace.el
9236 (autoload 'erc-replace-mode "erc-replace")
9237
9238 ;;;***
9239 \f
9240 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (20706 54231 807276
9241 ;;;;;; 0))
9242 ;;; Generated autoloads from erc/erc-ring.el
9243 (autoload 'erc-ring-mode "erc-ring" nil t)
9244
9245 ;;;***
9246 \f
9247 ;;;### (autoloads (erc-nickserv-identify erc-nickserv-identify-mode)
9248 ;;;;;; "erc-services" "erc/erc-services.el" (20706 54231 807276
9249 ;;;;;; 0))
9250 ;;; Generated autoloads from erc/erc-services.el
9251 (autoload 'erc-services-mode "erc-services" nil t)
9252
9253 (autoload 'erc-nickserv-identify-mode "erc-services" "\
9254 Set up hooks according to which MODE the user has chosen.
9255
9256 \(fn MODE)" t nil)
9257
9258 (autoload 'erc-nickserv-identify "erc-services" "\
9259 Send an \"identify <PASSWORD>\" message to NickServ.
9260 When called interactively, read the password using `read-passwd'.
9261
9262 \(fn PASSWORD)" t nil)
9263
9264 ;;;***
9265 \f
9266 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (20706 54231
9267 ;;;;;; 807276 0))
9268 ;;; Generated autoloads from erc/erc-sound.el
9269 (autoload 'erc-sound-mode "erc-sound")
9270
9271 ;;;***
9272 \f
9273 ;;;### (autoloads (erc-speedbar-browser) "erc-speedbar" "erc/erc-speedbar.el"
9274 ;;;;;; (20706 54231 807276 0))
9275 ;;; Generated autoloads from erc/erc-speedbar.el
9276
9277 (autoload 'erc-speedbar-browser "erc-speedbar" "\
9278 Initialize speedbar to display an ERC browser.
9279 This will add a speedbar major display mode.
9280
9281 \(fn)" t nil)
9282
9283 ;;;***
9284 \f
9285 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (20706
9286 ;;;;;; 54231 807276 0))
9287 ;;; Generated autoloads from erc/erc-spelling.el
9288 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9289
9290 ;;;***
9291 \f
9292 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (20706 54231
9293 ;;;;;; 807276 0))
9294 ;;; Generated autoloads from erc/erc-stamp.el
9295 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9296
9297 ;;;***
9298 \f
9299 ;;;### (autoloads (erc-track-minor-mode) "erc-track" "erc/erc-track.el"
9300 ;;;;;; (20706 54231 807276 0))
9301 ;;; Generated autoloads from erc/erc-track.el
9302
9303 (defvar erc-track-minor-mode nil "\
9304 Non-nil if Erc-Track minor mode is enabled.
9305 See the command `erc-track-minor-mode' for a description of this minor mode.")
9306
9307 (custom-autoload 'erc-track-minor-mode "erc-track" nil)
9308
9309 (autoload 'erc-track-minor-mode "erc-track" "\
9310 Toggle mode line display of ERC activity (ERC Track minor mode).
9311 With a prefix argument ARG, enable ERC Track minor mode if ARG is
9312 positive, and disable it otherwise. If called from Lisp, enable
9313 the mode if ARG is omitted or nil.
9314
9315 ERC Track minor mode is a global minor mode. It exists for the
9316 sole purpose of providing the C-c C-SPC and C-c C-@ keybindings.
9317 Make sure that you have enabled the track module, otherwise the
9318 keybindings will not do anything useful.
9319
9320 \(fn &optional ARG)" t nil)
9321 (autoload 'erc-track-mode "erc-track" nil t)
9322
9323 ;;;***
9324 \f
9325 ;;;### (autoloads (erc-truncate-buffer erc-truncate-buffer-to-size)
9326 ;;;;;; "erc-truncate" "erc/erc-truncate.el" (20706 54231 807276
9327 ;;;;;; 0))
9328 ;;; Generated autoloads from erc/erc-truncate.el
9329 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9330
9331 (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\
9332 Truncates the buffer to the size SIZE.
9333 If BUFFER is not provided, the current buffer is assumed. The deleted
9334 region is logged if `erc-logging-enabled' returns non-nil.
9335
9336 \(fn SIZE &optional BUFFER)" nil nil)
9337
9338 (autoload 'erc-truncate-buffer "erc-truncate" "\
9339 Truncates the current buffer to `erc-max-buffer-size'.
9340 Meant to be used in hooks, like `erc-insert-post-hook'.
9341
9342 \(fn)" t nil)
9343
9344 ;;;***
9345 \f
9346 ;;;### (autoloads (erc-xdcc-add-file) "erc-xdcc" "erc/erc-xdcc.el"
9347 ;;;;;; (20706 54231 807276 0))
9348 ;;; Generated autoloads from erc/erc-xdcc.el
9349 (autoload 'erc-xdcc-mode "erc-xdcc")
9350
9351 (autoload 'erc-xdcc-add-file "erc-xdcc" "\
9352 Add a file to `erc-xdcc-files'.
9353
9354 \(fn FILE)" t nil)
9355
9356 ;;;***
9357 \f
9358 ;;;### (autoloads (ert-describe-test ert-run-tests-interactively
9359 ;;;;;; ert-run-tests-batch-and-exit ert-run-tests-batch ert-deftest)
9360 ;;;;;; "ert" "emacs-lisp/ert.el" (20706 54231 807276 0))
9361 ;;; Generated autoloads from emacs-lisp/ert.el
9362
9363 (autoload 'ert-deftest "ert" "\
9364 Define NAME (a symbol) as a test.
9365
9366 BODY is evaluated as a `progn' when the test is run. It should
9367 signal a condition on failure or just return if the test passes.
9368
9369 `should', `should-not' and `should-error' are useful for
9370 assertions in BODY.
9371
9372 Use `ert' to run tests interactively.
9373
9374 Tests that are expected to fail can be marked as such
9375 using :expected-result. See `ert-test-result-type-p' for a
9376 description of valid values for RESULT-TYPE.
9377
9378 \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags '(TAG...)] BODY...)" nil (quote macro))
9379
9380 (put 'ert-deftest 'lisp-indent-function 2)
9381
9382 (put 'ert-info 'lisp-indent-function 1)
9383
9384 (autoload 'ert-run-tests-batch "ert" "\
9385 Run the tests specified by SELECTOR, printing results to the terminal.
9386
9387 SELECTOR works as described in `ert-select-tests', except if
9388 SELECTOR is nil, in which case all tests rather than none will be
9389 run; this makes the command line \"emacs -batch -l my-tests.el -f
9390 ert-run-tests-batch-and-exit\" useful.
9391
9392 Returns the stats object.
9393
9394 \(fn &optional SELECTOR)" nil nil)
9395
9396 (autoload 'ert-run-tests-batch-and-exit "ert" "\
9397 Like `ert-run-tests-batch', but exits Emacs when done.
9398
9399 The exit status will be 0 if all test results were as expected, 1
9400 on unexpected results, or 2 if the tool detected an error outside
9401 of the tests (e.g. invalid SELECTOR or bug in the code that runs
9402 the tests).
9403
9404 \(fn &optional SELECTOR)" nil nil)
9405
9406 (autoload 'ert-run-tests-interactively "ert" "\
9407 Run the tests specified by SELECTOR and display the results in a buffer.
9408
9409 SELECTOR works as described in `ert-select-tests'.
9410 OUTPUT-BUFFER-NAME and MESSAGE-FN should normally be nil; they
9411 are used for automated self-tests and specify which buffer to use
9412 and how to display message.
9413
9414 \(fn SELECTOR &optional OUTPUT-BUFFER-NAME MESSAGE-FN)" t nil)
9415
9416 (defalias 'ert 'ert-run-tests-interactively)
9417
9418 (autoload 'ert-describe-test "ert" "\
9419 Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9420
9421 \(fn TEST-OR-TEST-NAME)" t nil)
9422
9423 ;;;***
9424 \f
9425 ;;;### (autoloads (ert-kill-all-test-buffers) "ert-x" "emacs-lisp/ert-x.el"
9426 ;;;;;; (20706 54231 807276 0))
9427 ;;; Generated autoloads from emacs-lisp/ert-x.el
9428
9429 (put 'ert-with-test-buffer 'lisp-indent-function 1)
9430
9431 (autoload 'ert-kill-all-test-buffers "ert-x" "\
9432 Kill all test buffers that are still live.
9433
9434 \(fn)" t nil)
9435
9436 ;;;***
9437 \f
9438 ;;;### (autoloads (eshell-mode) "esh-mode" "eshell/esh-mode.el" (20706
9439 ;;;;;; 54231 807276 0))
9440 ;;; Generated autoloads from eshell/esh-mode.el
9441
9442 (autoload 'eshell-mode "esh-mode" "\
9443 Emacs shell interactive mode.
9444
9445 \\{eshell-mode-map}
9446
9447 \(fn)" nil nil)
9448
9449 ;;;***
9450 \f
9451 ;;;### (autoloads (eshell-command-result eshell-command eshell) "eshell"
9452 ;;;;;; "eshell/eshell.el" (20706 54231 807276 0))
9453 ;;; Generated autoloads from eshell/eshell.el
9454
9455 (autoload 'eshell "eshell" "\
9456 Create an interactive Eshell buffer.
9457 The buffer used for Eshell sessions is determined by the value of
9458 `eshell-buffer-name'. If there is already an Eshell session active in
9459 that buffer, Emacs will simply switch to it. Otherwise, a new session
9460 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
9461 switches to the session with that number, creating it if necessary. A
9462 nonnumeric prefix arg means to create a new session. Returns the
9463 buffer selected (or created).
9464
9465 \(fn &optional ARG)" t nil)
9466
9467 (autoload 'eshell-command "eshell" "\
9468 Execute the Eshell command string COMMAND.
9469 With prefix ARG, insert output into the current buffer at point.
9470
9471 \(fn &optional COMMAND ARG)" t nil)
9472
9473 (autoload 'eshell-command-result "eshell" "\
9474 Execute the given Eshell COMMAND, and return the result.
9475 The result might be any Lisp object.
9476 If STATUS-VAR is a symbol, it will be set to the exit status of the
9477 command. This is the only way to determine whether the value returned
9478 corresponding to a successful execution.
9479
9480 \(fn COMMAND &optional STATUS-VAR)" nil nil)
9481
9482 (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
9483
9484 ;;;***
9485 \f
9486 ;;;### (autoloads (complete-tag select-tags-table tags-apropos list-tags
9487 ;;;;;; tags-query-replace tags-search tags-loop-continue next-file
9488 ;;;;;; pop-tag-mark find-tag-regexp find-tag-other-frame find-tag-other-window
9489 ;;;;;; find-tag find-tag-noselect tags-table-files visit-tags-table-buffer
9490 ;;;;;; visit-tags-table tags-table-mode find-tag-default-function
9491 ;;;;;; find-tag-hook tags-add-tables tags-compression-info-list
9492 ;;;;;; tags-table-list tags-case-fold-search) "etags" "progmodes/etags.el"
9493 ;;;;;; (20706 54231 807276 0))
9494 ;;; Generated autoloads from progmodes/etags.el
9495
9496 (defvar tags-file-name nil "\
9497 File name of tags table.
9498 To switch to a new tags table, setting this variable is sufficient.
9499 If you set this variable, do not also set `tags-table-list'.
9500 Use the `etags' program to make a tags table file.")
9501 (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
9502 (put 'tags-file-name 'safe-local-variable 'stringp)
9503
9504 (defvar tags-case-fold-search 'default "\
9505 Whether tags operations should be case-sensitive.
9506 A value of t means case-insensitive, a value of nil means case-sensitive.
9507 Any other value means use the setting of `case-fold-search'.")
9508
9509 (custom-autoload 'tags-case-fold-search "etags" t)
9510
9511 (defvar tags-table-list nil "\
9512 List of file names of tags tables to search.
9513 An element that is a directory means the file \"TAGS\" in that directory.
9514 To switch to a new list of tags tables, setting this variable is sufficient.
9515 If you set this variable, do not also set `tags-file-name'.
9516 Use the `etags' program to make a tags table file.")
9517
9518 (custom-autoload 'tags-table-list "etags" t)
9519
9520 (defvar tags-compression-info-list (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz")) "\
9521 List of extensions tried by etags when jka-compr is used.
9522 An empty string means search the non-compressed file.
9523 These extensions will be tried only if jka-compr was activated
9524 \(i.e. via customize of `auto-compression-mode' or by calling the function
9525 `auto-compression-mode').")
9526
9527 (custom-autoload 'tags-compression-info-list "etags" t)
9528
9529 (defvar tags-add-tables 'ask-user "\
9530 Control whether to add a new tags table to the current list.
9531 t means do; nil means don't (always start a new list).
9532 Any other value means ask the user whether to add a new tags table
9533 to the current list (as opposed to starting a new list).")
9534
9535 (custom-autoload 'tags-add-tables "etags" t)
9536
9537 (defvar find-tag-hook nil "\
9538 Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9539 The value in the buffer in which \\[find-tag] is done is used,
9540 not the value in the buffer \\[find-tag] goes to.")
9541
9542 (custom-autoload 'find-tag-hook "etags" t)
9543
9544 (defvar find-tag-default-function nil "\
9545 A function of no arguments used by \\[find-tag] to pick a default tag.
9546 If nil, and the symbol that is the value of `major-mode'
9547 has a `find-tag-default-function' property (see `put'), that is used.
9548 Otherwise, `find-tag-default' is used.")
9549
9550 (custom-autoload 'find-tag-default-function "etags" t)
9551
9552 (autoload 'tags-table-mode "etags" "\
9553 Major mode for tags table file buffers.
9554
9555 \(fn)" t nil)
9556
9557 (autoload 'visit-tags-table "etags" "\
9558 Tell tags commands to use tags table file FILE.
9559 FILE should be the name of a file created with the `etags' program.
9560 A directory name is ok too; it means file TAGS in that directory.
9561
9562 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
9563 With a prefix arg, set the buffer-local value instead.
9564 When you find a tag with \\[find-tag], the buffer it finds the tag
9565 in is given a local value of this variable which is the name of the tags
9566 file the tag was in.
9567
9568 \(fn FILE &optional LOCAL)" t nil)
9569
9570 (autoload 'visit-tags-table-buffer "etags" "\
9571 Select the buffer containing the current tags table.
9572 If optional arg is a string, visit that file as a tags table.
9573 If optional arg is t, visit the next table in `tags-table-list'.
9574 If optional arg is the atom `same', don't look for a new table;
9575 just select the buffer visiting `tags-file-name'.
9576 If arg is nil or absent, choose a first buffer from information in
9577 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
9578 Returns t if it visits a tags table, or nil if there are no more in the list.
9579
9580 \(fn &optional CONT)" nil nil)
9581
9582 (autoload 'tags-table-files "etags" "\
9583 Return a list of files in the current tags table.
9584 Assumes the tags table is the current buffer. The file names are returned
9585 as they appeared in the `etags' command that created the table, usually
9586 without directory names.
9587
9588 \(fn)" nil nil)
9589 (defun tags-completion-at-point-function ()
9590 (if (or tags-table-list tags-file-name)
9591 (progn
9592 (load "etags")
9593 (tags-completion-at-point-function))))
9594
9595 (autoload 'find-tag-noselect "etags" "\
9596 Find tag (in current tags table) whose name contains TAGNAME.
9597 Returns the buffer containing the tag's definition and moves its point there,
9598 but does not select the buffer.
9599 The default for TAGNAME is the expression in the buffer near point.
9600
9601 If second arg NEXT-P is t (interactively, with prefix arg), search for
9602 another tag that matches the last tagname or regexp used. When there are
9603 multiple matches for a tag, more exact matches are found first. If NEXT-P
9604 is the atom `-' (interactively, with prefix arg that is a negative number
9605 or just \\[negative-argument]), pop back to the previous tag gone to.
9606
9607 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9608
9609 A marker representing the point when this command is invoked is pushed
9610 onto a ring and may be popped back to with \\[pop-tag-mark].
9611 Contrast this with the ring of marks gone to by the command.
9612
9613 See documentation of variable `tags-file-name'.
9614
9615 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9616
9617 (autoload 'find-tag "etags" "\
9618 Find tag (in current tags table) whose name contains TAGNAME.
9619 Select the buffer containing the tag's definition, and move point there.
9620 The default for TAGNAME is the expression in the buffer around or before point.
9621
9622 If second arg NEXT-P is t (interactively, with prefix arg), search for
9623 another tag that matches the last tagname or regexp used. When there are
9624 multiple matches for a tag, more exact matches are found first. If NEXT-P
9625 is the atom `-' (interactively, with prefix arg that is a negative number
9626 or just \\[negative-argument]), pop back to the previous tag gone to.
9627
9628 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9629
9630 A marker representing the point when this command is invoked is pushed
9631 onto a ring and may be popped back to with \\[pop-tag-mark].
9632 Contrast this with the ring of marks gone to by the command.
9633
9634 See documentation of variable `tags-file-name'.
9635
9636 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9637 (define-key esc-map "." 'find-tag)
9638
9639 (autoload 'find-tag-other-window "etags" "\
9640 Find tag (in current tags table) whose name contains TAGNAME.
9641 Select the buffer containing the tag's definition in another window, and
9642 move point there. The default for TAGNAME is the expression in the buffer
9643 around or before point.
9644
9645 If second arg NEXT-P is t (interactively, with prefix arg), search for
9646 another tag that matches the last tagname or regexp used. When there are
9647 multiple matches for a tag, more exact matches are found first. If NEXT-P
9648 is negative (interactively, with prefix arg that is a negative number or
9649 just \\[negative-argument]), pop back to the previous tag gone to.
9650
9651 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9652
9653 A marker representing the point when this command is invoked is pushed
9654 onto a ring and may be popped back to with \\[pop-tag-mark].
9655 Contrast this with the ring of marks gone to by the command.
9656
9657 See documentation of variable `tags-file-name'.
9658
9659 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9660 (define-key ctl-x-4-map "." 'find-tag-other-window)
9661
9662 (autoload 'find-tag-other-frame "etags" "\
9663 Find tag (in current tags table) whose name contains TAGNAME.
9664 Select the buffer containing the tag's definition in another frame, and
9665 move point there. The default for TAGNAME is the expression in the buffer
9666 around or before point.
9667
9668 If second arg NEXT-P is t (interactively, with prefix arg), search for
9669 another tag that matches the last tagname or regexp used. When there are
9670 multiple matches for a tag, more exact matches are found first. If NEXT-P
9671 is negative (interactively, with prefix arg that is a negative number or
9672 just \\[negative-argument]), pop back to the previous tag gone to.
9673
9674 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9675
9676 A marker representing the point when this command is invoked is pushed
9677 onto a ring and may be popped back to with \\[pop-tag-mark].
9678 Contrast this with the ring of marks gone to by the command.
9679
9680 See documentation of variable `tags-file-name'.
9681
9682 \(fn TAGNAME &optional NEXT-P)" t nil)
9683 (define-key ctl-x-5-map "." 'find-tag-other-frame)
9684
9685 (autoload 'find-tag-regexp "etags" "\
9686 Find tag (in current tags table) whose name matches REGEXP.
9687 Select the buffer containing the tag's definition and move point there.
9688
9689 If second arg NEXT-P is t (interactively, with prefix arg), search for
9690 another tag that matches the last tagname or regexp used. When there are
9691 multiple matches for a tag, more exact matches are found first. If NEXT-P
9692 is negative (interactively, with prefix arg that is a negative number or
9693 just \\[negative-argument]), pop back to the previous tag gone to.
9694
9695 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
9696
9697 A marker representing the point when this command is invoked is pushed
9698 onto a ring and may be popped back to with \\[pop-tag-mark].
9699 Contrast this with the ring of marks gone to by the command.
9700
9701 See documentation of variable `tags-file-name'.
9702
9703 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
9704 (define-key esc-map [?\C-.] 'find-tag-regexp)
9705 (define-key esc-map "*" 'pop-tag-mark)
9706
9707 (autoload 'pop-tag-mark "etags" "\
9708 Pop back to where \\[find-tag] was last invoked.
9709
9710 This is distinct from invoking \\[find-tag] with a negative argument
9711 since that pops a stack of markers at which tags were found, not from
9712 where they were found.
9713
9714 \(fn)" t nil)
9715
9716 (autoload 'next-file "etags" "\
9717 Select next file among files in current tags table.
9718
9719 A first argument of t (prefix arg, if interactive) initializes to the
9720 beginning of the list of files in the tags table. If the argument is
9721 neither nil nor t, it is evalled to initialize the list of files.
9722
9723 Non-nil second argument NOVISIT means use a temporary buffer
9724 to save time and avoid uninteresting warnings.
9725
9726 Value is nil if the file was already visited;
9727 if the file was newly read in, the value is the filename.
9728
9729 \(fn &optional INITIALIZE NOVISIT)" t nil)
9730
9731 (autoload 'tags-loop-continue "etags" "\
9732 Continue last \\[tags-search] or \\[tags-query-replace] command.
9733 Used noninteractively with non-nil argument to begin such a command (the
9734 argument is passed to `next-file', which see).
9735
9736 Two variables control the processing we do on each file: the value of
9737 `tags-loop-scan' is a form to be executed on each file to see if it is
9738 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
9739 evaluate to operate on an interesting file. If the latter evaluates to
9740 nil, we exit; otherwise we scan the next file.
9741
9742 \(fn &optional FIRST-TIME)" t nil)
9743 (define-key esc-map "," 'tags-loop-continue)
9744
9745 (autoload 'tags-search "etags" "\
9746 Search through all files listed in tags table for match for REGEXP.
9747 Stops when a match is found.
9748 To continue searching for next match, use command \\[tags-loop-continue].
9749
9750 If FILE-LIST-FORM is non-nil, it should be a form that, when
9751 evaluated, will return a list of file names. The search will be
9752 restricted to these files.
9753
9754 Also see the documentation of the `tags-file-name' variable.
9755
9756 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
9757
9758 (autoload 'tags-query-replace "etags" "\
9759 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
9760 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
9761 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
9762 with the command \\[tags-loop-continue].
9763 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
9764 Fifth and sixth arguments START and END are accepted, for compatibility
9765 with `query-replace-regexp', and ignored.
9766
9767 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
9768 produce the list of files to search.
9769
9770 See also the documentation of the variable `tags-file-name'.
9771
9772 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM)" t nil)
9773
9774 (autoload 'list-tags "etags" "\
9775 Display list of tags in file FILE.
9776 This searches only the first table in the list, and no included tables.
9777 FILE should be as it appeared in the `etags' command, usually without a
9778 directory specification.
9779
9780 \(fn FILE &optional NEXT-MATCH)" t nil)
9781
9782 (autoload 'tags-apropos "etags" "\
9783 Display list of all tags in tags table REGEXP matches.
9784
9785 \(fn REGEXP)" t nil)
9786
9787 (autoload 'select-tags-table "etags" "\
9788 Select a tags table file from a menu of those you have already used.
9789 The list of tags tables to select from is stored in `tags-table-set-list';
9790 see the doc of that variable if you want to add names to the list.
9791
9792 \(fn)" t nil)
9793
9794 (autoload 'complete-tag "etags" "\
9795 Perform tags completion on the text around point.
9796 Completes to the set of names listed in the current tags table.
9797 The string to complete is chosen in the same way as the default
9798 for \\[find-tag] (which see).
9799
9800 \(fn)" t nil)
9801
9802 ;;;***
9803 \f
9804 ;;;### (autoloads (ethio-composition-function ethio-insert-ethio-space
9805 ;;;;;; ethio-write-file ethio-find-file ethio-java-to-fidel-buffer
9806 ;;;;;; ethio-fidel-to-java-buffer ethio-tex-to-fidel-buffer ethio-fidel-to-tex-buffer
9807 ;;;;;; ethio-input-special-character ethio-replace-space ethio-modify-vowel
9808 ;;;;;; ethio-fidel-to-sera-marker ethio-fidel-to-sera-region ethio-fidel-to-sera-buffer
9809 ;;;;;; ethio-sera-to-fidel-marker ethio-sera-to-fidel-region ethio-sera-to-fidel-buffer
9810 ;;;;;; setup-ethiopic-environment-internal) "ethio-util" "language/ethio-util.el"
9811 ;;;;;; (20706 54231 807276 0))
9812 ;;; Generated autoloads from language/ethio-util.el
9813
9814 (autoload 'setup-ethiopic-environment-internal "ethio-util" "\
9815
9816
9817 \(fn)" nil nil)
9818
9819 (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
9820 Convert the current buffer from SERA to FIDEL.
9821
9822 The variable `ethio-primary-language' specifies the primary
9823 language and `ethio-secondary-language' specifies the secondary.
9824
9825 If the 1st optional argument SECONDARY is non-nil, assume the
9826 buffer begins with the secondary language; otherwise with the
9827 primary language.
9828
9829 If the 2nd optional argument FORCE is non-nil, perform conversion
9830 even if the buffer is read-only.
9831
9832 See also the descriptions of the variables
9833 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9834
9835 \(fn &optional SECONDARY FORCE)" t nil)
9836
9837 (autoload 'ethio-sera-to-fidel-region "ethio-util" "\
9838 Convert the characters in region from SERA to FIDEL.
9839
9840 The variable `ethio-primary-language' specifies the primary
9841 language and `ethio-secondary-language' specifies the secondary.
9842
9843 If the 3rd argument SECONDARY is given and non-nil, assume the
9844 region begins with the secondary language; otherwise with the
9845 primary language.
9846
9847 If the 4th argument FORCE is given and non-nil, perform
9848 conversion even if the buffer is read-only.
9849
9850 See also the descriptions of the variables
9851 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9852
9853 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9854
9855 (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\
9856 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
9857 Assume that each region begins with `ethio-primary-language'.
9858 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9859
9860 \(fn &optional FORCE)" t nil)
9861
9862 (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\
9863 Replace all the FIDEL characters in the current buffer to the SERA format.
9864 The variable `ethio-primary-language' specifies the primary
9865 language and `ethio-secondary-language' specifies the secondary.
9866
9867 If the 1st optional argument SECONDARY is non-nil, try to convert the
9868 region so that it begins with the secondary language; otherwise with the
9869 primary language.
9870
9871 If the 2nd optional argument FORCE is non-nil, convert even if the
9872 buffer is read-only.
9873
9874 See also the descriptions of the variables
9875 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9876 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9877
9878 \(fn &optional SECONDARY FORCE)" t nil)
9879
9880 (autoload 'ethio-fidel-to-sera-region "ethio-util" "\
9881 Replace all the FIDEL characters in the region to the SERA format.
9882
9883 The variable `ethio-primary-language' specifies the primary
9884 language and `ethio-secondary-language' specifies the secondary.
9885
9886 If the 3rd argument SECONDARY is given and non-nil, convert
9887 the region so that it begins with the secondary language; otherwise with
9888 the primary language.
9889
9890 If the 4th argument FORCE is given and non-nil, convert even if the
9891 buffer is read-only.
9892
9893 See also the descriptions of the variables
9894 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9895 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9896
9897 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9898
9899 (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\
9900 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
9901 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9902
9903 \(fn &optional FORCE)" t nil)
9904
9905 (autoload 'ethio-modify-vowel "ethio-util" "\
9906 Modify the vowel of the FIDEL that is under the cursor.
9907
9908 \(fn)" t nil)
9909
9910 (autoload 'ethio-replace-space "ethio-util" "\
9911 Replace ASCII spaces with Ethiopic word separators in the region.
9912
9913 In the specified region, replace word separators surrounded by two
9914 Ethiopic characters, depending on the first argument CH, which should
9915 be 1, 2, or 3.
9916
9917 If CH = 1, word separator will be replaced with an ASCII space.
9918 If CH = 2, with two ASCII spaces.
9919 If CH = 3, with the Ethiopic colon-like word separator.
9920
9921 The 2nd and 3rd arguments BEGIN and END specify the region.
9922
9923 \(fn CH BEGIN END)" t nil)
9924
9925 (autoload 'ethio-input-special-character "ethio-util" "\
9926 This function is deprecated.
9927
9928 \(fn ARG)" t nil)
9929
9930 (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
9931 Convert each fidel characters in the current buffer into a fidel-tex command.
9932
9933 \(fn)" t nil)
9934
9935 (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
9936 Convert fidel-tex commands in the current buffer into fidel chars.
9937
9938 \(fn)" t nil)
9939
9940 (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
9941 Convert Ethiopic characters into the Java escape sequences.
9942
9943 Each escape sequence is of the form \\uXXXX, where XXXX is the
9944 character's codepoint (in hex) in Unicode.
9945
9946 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
9947 Otherwise, [0-9A-F].
9948
9949 \(fn)" nil nil)
9950
9951 (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
9952 Convert the Java escape sequences into corresponding Ethiopic characters.
9953
9954 \(fn)" nil nil)
9955
9956 (autoload 'ethio-find-file "ethio-util" "\
9957 Transliterate file content into Ethiopic depending on filename suffix.
9958
9959 \(fn)" nil nil)
9960
9961 (autoload 'ethio-write-file "ethio-util" "\
9962 Transliterate Ethiopic characters in ASCII depending on the file extension.
9963
9964 \(fn)" nil nil)
9965
9966 (autoload 'ethio-insert-ethio-space "ethio-util" "\
9967 Insert the Ethiopic word delimiter (the colon-like character).
9968 With ARG, insert that many delimiters.
9969
9970 \(fn ARG)" t nil)
9971
9972 (autoload 'ethio-composition-function "ethio-util" "\
9973
9974
9975 \(fn POS TO FONT-OBJECT STRING)" nil nil)
9976
9977 ;;;***
9978 \f
9979 ;;;### (autoloads (eudc-load-eudc eudc-query-form eudc-expand-inline
9980 ;;;;;; eudc-get-phone eudc-get-email eudc-set-server) "eudc" "net/eudc.el"
9981 ;;;;;; (20706 54231 807276 0))
9982 ;;; Generated autoloads from net/eudc.el
9983
9984 (autoload 'eudc-set-server "eudc" "\
9985 Set the directory server to SERVER using PROTOCOL.
9986 Unless NO-SAVE is non-nil, the server is saved as the default
9987 server for future sessions.
9988
9989 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
9990
9991 (autoload 'eudc-get-email "eudc" "\
9992 Get the email field of NAME from the directory server.
9993 If ERROR is non-nil, report an error if there is none.
9994
9995 \(fn NAME &optional ERROR)" t nil)
9996
9997 (autoload 'eudc-get-phone "eudc" "\
9998 Get the phone field of NAME from the directory server.
9999 If ERROR is non-nil, report an error if there is none.
10000
10001 \(fn NAME &optional ERROR)" t nil)
10002
10003 (autoload 'eudc-expand-inline "eudc" "\
10004 Query the directory server, and expand the query string before point.
10005 The query string consists of the buffer substring from the point back to
10006 the preceding comma, colon or beginning of line.
10007 The variable `eudc-inline-query-format' controls how to associate the
10008 individual inline query words with directory attribute names.
10009 After querying the server for the given string, the expansion specified by
10010 `eudc-inline-expansion-format' is inserted in the buffer at point.
10011 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
10012 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
10013 Multiple servers can be tried with the same query until one finds a match,
10014 see `eudc-inline-expansion-servers'
10015
10016 \(fn &optional REPLACE)" t nil)
10017
10018 (autoload 'eudc-query-form "eudc" "\
10019 Display a form to query the directory server.
10020 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
10021 queries the server for the existing fields and displays a corresponding form.
10022
10023 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
10024
10025 (autoload 'eudc-load-eudc "eudc" "\
10026 Load the Emacs Unified Directory Client.
10027 This does nothing except loading eudc by autoload side-effect.
10028
10029 \(fn)" t nil)
10030
10031 (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)))))))))))
10032
10033 ;;;***
10034 \f
10035 ;;;### (autoloads (eudc-display-jpeg-as-button eudc-display-jpeg-inline
10036 ;;;;;; eudc-display-sound eudc-display-mail eudc-display-url eudc-display-generic-binary)
10037 ;;;;;; "eudc-bob" "net/eudc-bob.el" (20706 54231 807276 0))
10038 ;;; Generated autoloads from net/eudc-bob.el
10039
10040 (autoload 'eudc-display-generic-binary "eudc-bob" "\
10041 Display a button for unidentified binary DATA.
10042
10043 \(fn DATA)" nil nil)
10044
10045 (autoload 'eudc-display-url "eudc-bob" "\
10046 Display URL and make it clickable.
10047
10048 \(fn URL)" nil nil)
10049
10050 (autoload 'eudc-display-mail "eudc-bob" "\
10051 Display e-mail address and make it clickable.
10052
10053 \(fn MAIL)" nil nil)
10054
10055 (autoload 'eudc-display-sound "eudc-bob" "\
10056 Display a button to play the sound DATA.
10057
10058 \(fn DATA)" nil nil)
10059
10060 (autoload 'eudc-display-jpeg-inline "eudc-bob" "\
10061 Display the JPEG DATA inline at point if possible.
10062
10063 \(fn DATA)" nil nil)
10064
10065 (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\
10066 Display a button for the JPEG DATA.
10067
10068 \(fn DATA)" nil nil)
10069
10070 ;;;***
10071 \f
10072 ;;;### (autoloads (eudc-try-bbdb-insert eudc-insert-record-at-point-into-bbdb)
10073 ;;;;;; "eudc-export" "net/eudc-export.el" (20706 54231 807276 0))
10074 ;;; Generated autoloads from net/eudc-export.el
10075
10076 (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
10077 Insert record at point into the BBDB database.
10078 This function can only be called from a directory query result buffer.
10079
10080 \(fn)" t nil)
10081
10082 (autoload 'eudc-try-bbdb-insert "eudc-export" "\
10083 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10084
10085 \(fn)" t nil)
10086
10087 ;;;***
10088 \f
10089 ;;;### (autoloads (eudc-edit-hotlist) "eudc-hotlist" "net/eudc-hotlist.el"
10090 ;;;;;; (20706 54231 807276 0))
10091 ;;; Generated autoloads from net/eudc-hotlist.el
10092
10093 (autoload 'eudc-edit-hotlist "eudc-hotlist" "\
10094 Edit the hotlist of directory servers in a specialized buffer.
10095
10096 \(fn)" t nil)
10097
10098 ;;;***
10099 \f
10100 ;;;### (autoloads (ewoc-create) "ewoc" "emacs-lisp/ewoc.el" (20706
10101 ;;;;;; 54231 807276 0))
10102 ;;; Generated autoloads from emacs-lisp/ewoc.el
10103
10104 (autoload 'ewoc-create "ewoc" "\
10105 Create an empty ewoc.
10106
10107 The ewoc will be inserted in the current buffer at the current position.
10108
10109 PRETTY-PRINTER should be a function that takes one argument, an
10110 element, and inserts a string representing it in the buffer (at
10111 point). The string PRETTY-PRINTER inserts may be empty or span
10112 several lines. The PRETTY-PRINTER should use `insert', and not
10113 `insert-before-markers'.
10114
10115 Optional second and third arguments HEADER and FOOTER are strings,
10116 possibly empty, that will always be present at the top and bottom,
10117 respectively, of the ewoc.
10118
10119 Normally, a newline is automatically inserted after the header,
10120 the footer and every node's printed representation. Optional
10121 fourth arg NOSEP non-nil inhibits this.
10122
10123 \(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil)
10124
10125 ;;;***
10126 \f
10127 ;;;### (autoloads (executable-make-buffer-file-executable-if-script-p
10128 ;;;;;; executable-self-display executable-set-magic executable-interpret
10129 ;;;;;; executable-command-find-posix-p) "executable" "progmodes/executable.el"
10130 ;;;;;; (20706 54231 807276 0))
10131 ;;; Generated autoloads from progmodes/executable.el
10132
10133 (autoload 'executable-command-find-posix-p "executable" "\
10134 Check if PROGRAM handles arguments Posix-style.
10135 If PROGRAM is non-nil, use that instead of \"find\".
10136
10137 \(fn &optional PROGRAM)" nil nil)
10138
10139 (autoload 'executable-interpret "executable" "\
10140 Run script with user-specified args, and collect output in a buffer.
10141 While script runs asynchronously, you can use the \\[next-error]
10142 command to find the next error. The buffer is also in `comint-mode' and
10143 `compilation-shell-minor-mode', so that you can answer any prompts.
10144
10145 \(fn COMMAND)" t nil)
10146
10147 (autoload 'executable-set-magic "executable" "\
10148 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
10149 The variables `executable-magicless-file-regexp', `executable-prefix',
10150 `executable-insert', `executable-query' and `executable-chmod' control
10151 when and how magic numbers are inserted or replaced and scripts made
10152 executable.
10153
10154 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
10155
10156 (autoload 'executable-self-display "executable" "\
10157 Turn a text file into a self-displaying Un*x command.
10158 The magic number of such a command displays all lines but itself.
10159
10160 \(fn)" t nil)
10161
10162 (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\
10163 Make file executable according to umask if not already executable.
10164 If file already has any execute bits set at all, do not change existing
10165 file modes.
10166
10167 \(fn)" nil nil)
10168
10169 ;;;***
10170 \f
10171 ;;;### (autoloads (expand-jump-to-next-slot expand-jump-to-previous-slot
10172 ;;;;;; expand-abbrev-hook expand-add-abbrevs) "expand" "expand.el"
10173 ;;;;;; (20706 54231 807276 0))
10174 ;;; Generated autoloads from expand.el
10175
10176 (autoload 'expand-add-abbrevs "expand" "\
10177 Add a list of abbreviations to abbrev table TABLE.
10178 ABBREVS is a list of abbrev definitions; each abbrev description entry
10179 has the form (ABBREV EXPANSION ARG).
10180
10181 ABBREV is the abbreviation to replace.
10182
10183 EXPANSION is the replacement string or a function which will make the
10184 expansion. For example, you could use the DMacros or skeleton packages
10185 to generate such functions.
10186
10187 ARG is an optional argument which can be a number or a list of
10188 numbers. If ARG is a number, point is placed ARG chars from the
10189 beginning of the expanded text.
10190
10191 If ARG is a list of numbers, point is placed according to the first
10192 member of the list, but you can visit the other specified positions
10193 cyclically with the functions `expand-jump-to-previous-slot' and
10194 `expand-jump-to-next-slot'.
10195
10196 If ARG is omitted, point is placed at the end of the expanded text.
10197
10198 \(fn TABLE ABBREVS)" nil nil)
10199
10200 (autoload 'expand-abbrev-hook "expand" "\
10201 Abbrev hook used to do the expansion job of expand abbrevs.
10202 See `expand-add-abbrevs'. Value is non-nil if expansion was done.
10203
10204 \(fn)" nil nil)
10205
10206 (autoload 'expand-jump-to-previous-slot "expand" "\
10207 Move the cursor to the previous slot in the last abbrev expansion.
10208 This is used only in conjunction with `expand-add-abbrevs'.
10209
10210 \(fn)" t nil)
10211
10212 (autoload 'expand-jump-to-next-slot "expand" "\
10213 Move the cursor to the next slot in the last abbrev expansion.
10214 This is used only in conjunction with `expand-add-abbrevs'.
10215
10216 \(fn)" t nil)
10217 (define-key abbrev-map "p" 'expand-jump-to-previous-slot)
10218 (define-key abbrev-map "n" 'expand-jump-to-next-slot)
10219
10220 ;;;***
10221 \f
10222 ;;;### (autoloads (f90-mode) "f90" "progmodes/f90.el" (20706 54231
10223 ;;;;;; 807276 0))
10224 ;;; Generated autoloads from progmodes/f90.el
10225
10226 (autoload 'f90-mode "f90" "\
10227 Major mode for editing Fortran 90,95 code in free format.
10228 For fixed format code, use `fortran-mode'.
10229
10230 \\[f90-indent-line] indents the current line.
10231 \\[f90-indent-new-line] indents current line and creates a new indented line.
10232 \\[f90-indent-subprogram] indents the current subprogram.
10233
10234 Type `? or `\\[help-command] to display a list of built-in abbrevs for F90 keywords.
10235
10236 Key definitions:
10237 \\{f90-mode-map}
10238
10239 Variables controlling indentation style and extra features:
10240
10241 `f90-do-indent'
10242 Extra indentation within do blocks (default 3).
10243 `f90-if-indent'
10244 Extra indentation within if/select/where/forall blocks (default 3).
10245 `f90-type-indent'
10246 Extra indentation within type/enum/interface/block-data blocks (default 3).
10247 `f90-program-indent'
10248 Extra indentation within program/module/subroutine/function blocks
10249 (default 2).
10250 `f90-associate-indent'
10251 Extra indentation within associate blocks (default 2).
10252 `f90-critical-indent'
10253 Extra indentation within critical/block blocks (default 2).
10254 `f90-continuation-indent'
10255 Extra indentation applied to continuation lines (default 5).
10256 `f90-comment-region'
10257 String inserted by function \\[f90-comment-region] at start of each
10258 line in region (default \"!!!$\").
10259 `f90-indented-comment-re'
10260 Regexp determining the type of comment to be intended like code
10261 (default \"!\").
10262 `f90-directive-comment-re'
10263 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
10264 (default \"!hpf\\\\$\").
10265 `f90-break-delimiters'
10266 Regexp holding list of delimiters at which lines may be broken
10267 (default \"[-+*/><=,% \\t]\").
10268 `f90-break-before-delimiters'
10269 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
10270 (default t).
10271 `f90-beginning-ampersand'
10272 Automatic insertion of & at beginning of continuation lines (default t).
10273 `f90-smart-end'
10274 From an END statement, check and fill the end using matching block start.
10275 Allowed values are 'blink, 'no-blink, and nil, which determine
10276 whether to blink the matching beginning (default 'blink).
10277 `f90-auto-keyword-case'
10278 Automatic change of case of keywords (default nil).
10279 The possibilities are 'downcase-word, 'upcase-word, 'capitalize-word.
10280 `f90-leave-line-no'
10281 Do not left-justify line numbers (default nil).
10282
10283 Turning on F90 mode calls the value of the variable `f90-mode-hook'
10284 with no args, if that value is non-nil.
10285
10286 \(fn)" t nil)
10287
10288 ;;;***
10289 \f
10290 ;;;### (autoloads (variable-pitch-mode buffer-face-toggle buffer-face-set
10291 ;;;;;; buffer-face-mode text-scale-adjust text-scale-decrease text-scale-increase
10292 ;;;;;; text-scale-set face-remap-set-base face-remap-reset-base
10293 ;;;;;; face-remap-add-relative) "face-remap" "face-remap.el" (20706
10294 ;;;;;; 54231 807276 0))
10295 ;;; Generated autoloads from face-remap.el
10296
10297 (autoload 'face-remap-add-relative "face-remap" "\
10298 Add a face remapping entry of FACE to SPECS in the current buffer.
10299 Return a cookie which can be used to delete this remapping with
10300 `face-remap-remove-relative'.
10301
10302 The remaining arguments, SPECS, should form a list of faces.
10303 Each list element should be either a face name or a property list
10304 of face attribute/value pairs. If more than one face is listed,
10305 that specifies an aggregate face, in the same way as in a `face'
10306 text property, except for possible priority changes noted below.
10307
10308 The face remapping specified by SPECS takes effect alongside the
10309 remappings from other calls to `face-remap-add-relative' for the
10310 same FACE, as well as the normal definition of FACE (at lowest
10311 priority). This function tries to sort multiple remappings for
10312 the same face, so that remappings specifying relative face
10313 attributes are applied after remappings specifying absolute face
10314 attributes.
10315
10316 The base (lowest priority) remapping may be set to something
10317 other than the normal definition of FACE via `face-remap-set-base'.
10318
10319 \(fn FACE &rest SPECS)" nil nil)
10320
10321 (autoload 'face-remap-reset-base "face-remap" "\
10322 Set the base remapping of FACE to the normal definition of FACE.
10323 This causes the remappings specified by `face-remap-add-relative'
10324 to apply on top of the normal definition of FACE.
10325
10326 \(fn FACE)" nil nil)
10327
10328 (autoload 'face-remap-set-base "face-remap" "\
10329 Set the base remapping of FACE in the current buffer to SPECS.
10330 This causes the remappings specified by `face-remap-add-relative'
10331 to apply on top of the face specification given by SPECS.
10332
10333 The remaining arguments, SPECS, should form a list of faces.
10334 Each list element should be either a face name or a property list
10335 of face attribute/value pairs, like in a `face' text property.
10336
10337 If SPECS is empty, call `face-remap-reset-base' to use the normal
10338 definition of FACE as the base remapping; note that this is
10339 different from SPECS containing a single value `nil', which means
10340 not to inherit from the global definition of FACE at all.
10341
10342 \(fn FACE &rest SPECS)" nil nil)
10343
10344 (autoload 'text-scale-set "face-remap" "\
10345 Set the scale factor of the default face in the current buffer to LEVEL.
10346 If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled.
10347
10348 LEVEL is a number of steps, with 0 representing the default size.
10349 Each step scales the height of the default face by the variable
10350 `text-scale-mode-step' (a negative number decreases the height by
10351 the same amount).
10352
10353 \(fn LEVEL)" t nil)
10354
10355 (autoload 'text-scale-increase "face-remap" "\
10356 Increase the height of the default face in the current buffer by INC steps.
10357 If the new height is other than the default, `text-scale-mode' is enabled.
10358
10359 Each step scales the height of the default face by the variable
10360 `text-scale-mode-step' (a negative number of steps decreases the
10361 height by the same amount). As a special case, an argument of 0
10362 will remove any scaling currently active.
10363
10364 \(fn INC)" t nil)
10365
10366 (autoload 'text-scale-decrease "face-remap" "\
10367 Decrease the height of the default face in the current buffer by DEC steps.
10368 See `text-scale-increase' for more details.
10369
10370 \(fn DEC)" t nil)
10371 (define-key ctl-x-map [(control ?+)] 'text-scale-adjust)
10372 (define-key ctl-x-map [(control ?-)] 'text-scale-adjust)
10373 (define-key ctl-x-map [(control ?=)] 'text-scale-adjust)
10374 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust)
10375
10376 (autoload 'text-scale-adjust "face-remap" "\
10377 Adjust the height of the default face by INC.
10378
10379 INC may be passed as a numeric prefix argument.
10380
10381 The actual adjustment made depends on the final component of the
10382 key-binding used to invoke the command, with all modifiers removed:
10383
10384 +, = Increase the default face height by one step
10385 - Decrease the default face height by one step
10386 0 Reset the default face height to the global default
10387
10388 When adjusting with `+' or `-', continue to read input events and
10389 further adjust the face height as long as the input event read
10390 \(with all modifiers removed) is `+' or `-'.
10391
10392 When adjusting with `0', immediately finish.
10393
10394 Each step scales the height of the default face by the variable
10395 `text-scale-mode-step' (a negative number of steps decreases the
10396 height by the same amount). As a special case, an argument of 0
10397 will remove any scaling currently active.
10398
10399 This command is a special-purpose wrapper around the
10400 `text-scale-increase' command which makes repetition convenient
10401 even when it is bound in a non-top-level keymap. For binding in
10402 a top-level keymap, `text-scale-increase' or
10403 `text-scale-decrease' may be more appropriate.
10404
10405 \(fn INC)" t nil)
10406
10407 (autoload 'buffer-face-mode "face-remap" "\
10408 Minor mode for a buffer-specific default face.
10409 With a prefix argument ARG, enable the mode if ARG is positive,
10410 and disable it otherwise. If called from Lisp, enable the mode
10411 if ARG is omitted or nil. When enabled, the face specified by the
10412 variable `buffer-face-mode-face' is used to display the buffer text.
10413
10414 \(fn &optional ARG)" t nil)
10415
10416 (autoload 'buffer-face-set "face-remap" "\
10417 Enable `buffer-face-mode', using face specs SPECS.
10418 Each argument in SPECS should be a face, i.e. either a face name
10419 or a property list of face attributes and values. If more than
10420 one face is listed, that specifies an aggregate face, like in a
10421 `face' text property. If SPECS is nil or omitted, disable
10422 `buffer-face-mode'.
10423
10424 This function makes the variable `buffer-face-mode-face' buffer
10425 local, and sets it to FACE.
10426
10427 \(fn &rest SPECS)" t nil)
10428
10429 (autoload 'buffer-face-toggle "face-remap" "\
10430 Toggle `buffer-face-mode', using face specs SPECS.
10431 Each argument in SPECS should be a face, i.e. either a face name
10432 or a property list of face attributes and values. If more than
10433 one face is listed, that specifies an aggregate face, like in a
10434 `face' text property.
10435
10436 If `buffer-face-mode' is already enabled, and is currently using
10437 the face specs SPECS, then it is disabled; if buffer-face-mode is
10438 disabled, or is enabled and currently displaying some other face,
10439 then is left enabled, but the face changed to reflect SPECS.
10440
10441 This function will make the variable `buffer-face-mode-face'
10442 buffer local, and set it to SPECS.
10443
10444 \(fn &rest SPECS)" t nil)
10445
10446 (autoload 'variable-pitch-mode "face-remap" "\
10447 Variable-pitch default-face mode.
10448 An interface to `buffer-face-mode' which uses the `variable-pitch' face.
10449 Besides the choice of face, it is the same as `buffer-face-mode'.
10450
10451 \(fn &optional ARG)" t nil)
10452
10453 ;;;***
10454 \f
10455 ;;;### (autoloads (feedmail-queue-reminder feedmail-run-the-queue
10456 ;;;;;; feedmail-run-the-queue-global-prompt feedmail-run-the-queue-no-prompts
10457 ;;;;;; feedmail-send-it) "feedmail" "mail/feedmail.el" (20627 10158
10458 ;;;;;; 364804 0))
10459 ;;; Generated autoloads from mail/feedmail.el
10460
10461 (autoload 'feedmail-send-it "feedmail" "\
10462 Send the current mail buffer using the Feedmail package.
10463 This is a suitable value for `send-mail-function'. It can be used
10464 with various lower-level mechanisms to provide features such as queueing.
10465
10466 \(fn)" nil nil)
10467
10468 (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
10469 Like `feedmail-run-the-queue', but suppress confirmation prompts.
10470
10471 \(fn &optional ARG)" t nil)
10472
10473 (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\
10474 Like `feedmail-run-the-queue', but with a global confirmation prompt.
10475 This is generally most useful if run non-interactively, since you can
10476 bail out with an appropriate answer to the global confirmation prompt.
10477
10478 \(fn &optional ARG)" t nil)
10479
10480 (autoload 'feedmail-run-the-queue "feedmail" "\
10481 Visit each message in the feedmail queue directory and send it out.
10482 Return value is a list of three things: number of messages sent, number of
10483 messages skipped, and number of non-message things in the queue (commonly
10484 backup file names and the like).
10485
10486 \(fn &optional ARG)" t nil)
10487
10488 (autoload 'feedmail-queue-reminder "feedmail" "\
10489 Perform some kind of reminder activity about queued and draft messages.
10490 Called with an optional symbol argument which says what kind of event
10491 is triggering the reminder activity. The default is 'on-demand, which
10492 is what you typically would use if you were putting this in your Emacs start-up
10493 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
10494 internally by feedmail):
10495
10496 after-immediate (a message has just been sent in immediate mode)
10497 after-queue (a message has just been queued)
10498 after-draft (a message has just been placed in the draft directory)
10499 after-run (the queue has just been run, possibly sending messages)
10500
10501 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
10502 the associated value is a function, it is called without arguments and is expected
10503 to perform the reminder activity. You can supply your own reminder functions
10504 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
10505 you can set `feedmail-queue-reminder-alist' to nil.
10506
10507 \(fn &optional WHAT-EVENT)" t nil)
10508
10509 ;;;***
10510 \f
10511 ;;;### (autoloads (ffap-bindings ffap-guess-file-name-at-point dired-at-point
10512 ;;;;;; ffap-at-mouse ffap-menu find-file-at-point ffap-next) "ffap"
10513 ;;;;;; "ffap.el" (20706 54231 807276 0))
10514 ;;; Generated autoloads from ffap.el
10515
10516 (autoload 'ffap-next "ffap" "\
10517 Search buffer for next file or URL, and run ffap.
10518 Optional argument BACK says to search backwards.
10519 Optional argument WRAP says to try wrapping around if necessary.
10520 Interactively: use a single prefix to search backwards,
10521 double prefix to wrap forward, triple to wrap backwards.
10522 Actual search is done by `ffap-next-guess'.
10523
10524 \(fn &optional BACK WRAP)" t nil)
10525
10526 (autoload 'find-file-at-point "ffap" "\
10527 Find FILENAME, guessing a default from text around point.
10528 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
10529 With a prefix, this command behaves exactly like `ffap-file-finder'.
10530 If `ffap-require-prefix' is set, the prefix meaning is reversed.
10531 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
10532 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10533
10534 \(fn &optional FILENAME)" t nil)
10535
10536 (defalias 'ffap 'find-file-at-point)
10537
10538 (autoload 'ffap-menu "ffap" "\
10539 Put up a menu of files and URLs mentioned in this buffer.
10540 Then set mark, jump to choice, and try to fetch it. The menu is
10541 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
10542 The optional RESCAN argument (a prefix, interactively) forces
10543 a rebuild. Searches with `ffap-menu-regexp'.
10544
10545 \(fn &optional RESCAN)" t nil)
10546
10547 (autoload 'ffap-at-mouse "ffap" "\
10548 Find file or URL guessed from text around mouse click.
10549 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
10550 Return value:
10551 * if a guess string is found, return it (after finding it)
10552 * if the fallback is called, return whatever it returns
10553 * otherwise, nil
10554
10555 \(fn E)" t nil)
10556
10557 (autoload 'dired-at-point "ffap" "\
10558 Start Dired, defaulting to file at point. See `ffap'.
10559 If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
10560
10561 \(fn &optional FILENAME)" t nil)
10562
10563 (autoload 'ffap-guess-file-name-at-point "ffap" "\
10564 Try to get a file name at point.
10565 This hook is intended to be put in `file-name-at-point-functions'.
10566
10567 \(fn)" nil nil)
10568
10569 (autoload 'ffap-bindings "ffap" "\
10570 Evaluate the forms in variable `ffap-bindings'.
10571
10572 \(fn)" t nil)
10573
10574 ;;;***
10575 \f
10576 ;;;### (autoloads (file-cache-minibuffer-complete file-cache-add-directory-recursively
10577 ;;;;;; file-cache-add-directory-using-locate file-cache-add-directory-using-find
10578 ;;;;;; file-cache-add-file file-cache-add-directory-list file-cache-add-directory)
10579 ;;;;;; "filecache" "filecache.el" (20706 54231 807276 0))
10580 ;;; Generated autoloads from filecache.el
10581
10582 (autoload 'file-cache-add-directory "filecache" "\
10583 Add DIRECTORY to the file cache.
10584 If the optional REGEXP argument is non-nil, only files which match it will
10585 be added to the cache.
10586
10587 \(fn DIRECTORY &optional REGEXP)" t nil)
10588
10589 (autoload 'file-cache-add-directory-list "filecache" "\
10590 Add DIRECTORY-LIST (a list of directory names) to the file cache.
10591 If the optional REGEXP argument is non-nil, only files which match it
10592 will be added to the cache. Note that the REGEXP is applied to the
10593 files in each directory, not to the directory list itself.
10594
10595 \(fn DIRECTORY-LIST &optional REGEXP)" t nil)
10596
10597 (autoload 'file-cache-add-file "filecache" "\
10598 Add FILE to the file cache.
10599
10600 \(fn FILE)" t nil)
10601
10602 (autoload 'file-cache-add-directory-using-find "filecache" "\
10603 Use the `find' command to add files to the file cache.
10604 Find is run in DIRECTORY.
10605
10606 \(fn DIRECTORY)" t nil)
10607
10608 (autoload 'file-cache-add-directory-using-locate "filecache" "\
10609 Use the `locate' command to add files to the file cache.
10610 STRING is passed as an argument to the locate command.
10611
10612 \(fn STRING)" t nil)
10613
10614 (autoload 'file-cache-add-directory-recursively "filecache" "\
10615 Adds DIR and any subdirectories to the file-cache.
10616 This function does not use any external programs.
10617 If the optional REGEXP argument is non-nil, only files which match it
10618 will be added to the cache. Note that the REGEXP is applied to the
10619 files in each directory, not to the directory list itself.
10620
10621 \(fn DIR &optional REGEXP)" t nil)
10622
10623 (autoload 'file-cache-minibuffer-complete "filecache" "\
10624 Complete a filename in the minibuffer using a preloaded cache.
10625 Filecache does two kinds of substitution: it completes on names in
10626 the cache, and, once it has found a unique name, it cycles through
10627 the directories that the name is available in. With a prefix argument,
10628 the name is considered already unique; only the second substitution
10629 \(directories) is done.
10630
10631 \(fn ARG)" t nil)
10632
10633 ;;;***
10634 \f
10635 ;;;### (autoloads (copy-dir-locals-to-file-locals-prop-line copy-dir-locals-to-file-locals
10636 ;;;;;; copy-file-locals-to-dir-locals delete-dir-local-variable
10637 ;;;;;; add-dir-local-variable delete-file-local-variable-prop-line
10638 ;;;;;; add-file-local-variable-prop-line delete-file-local-variable
10639 ;;;;;; add-file-local-variable) "files-x" "files-x.el" (20706 54231
10640 ;;;;;; 807276 0))
10641 ;;; Generated autoloads from files-x.el
10642
10643 (autoload 'add-file-local-variable "files-x" "\
10644 Add file-local VARIABLE with its VALUE to the Local Variables list.
10645
10646 This command deletes all existing settings of VARIABLE (except `mode'
10647 and `eval') and adds a new file-local VARIABLE with VALUE to the
10648 Local Variables list.
10649
10650 If there is no Local Variables list in the current file buffer
10651 then this function adds the first line containing the string
10652 `Local Variables:' and the last line containing the string `End:'.
10653
10654 \(fn VARIABLE VALUE)" t nil)
10655
10656 (autoload 'delete-file-local-variable "files-x" "\
10657 Delete all settings of file-local VARIABLE from the Local Variables list.
10658
10659 \(fn VARIABLE)" t nil)
10660
10661 (autoload 'add-file-local-variable-prop-line "files-x" "\
10662 Add file-local VARIABLE with its VALUE to the -*- line.
10663
10664 This command deletes all existing settings of VARIABLE (except `mode'
10665 and `eval') and adds a new file-local VARIABLE with VALUE to
10666 the -*- line.
10667
10668 If there is no -*- line at the beginning of the current file buffer
10669 then this function adds it.
10670
10671 \(fn VARIABLE VALUE)" t nil)
10672
10673 (autoload 'delete-file-local-variable-prop-line "files-x" "\
10674 Delete all settings of file-local VARIABLE from the -*- line.
10675
10676 \(fn VARIABLE)" t nil)
10677
10678 (autoload 'add-dir-local-variable "files-x" "\
10679 Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
10680
10681 \(fn MODE VARIABLE VALUE)" t nil)
10682
10683 (autoload 'delete-dir-local-variable "files-x" "\
10684 Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
10685
10686 \(fn MODE VARIABLE)" t nil)
10687
10688 (autoload 'copy-file-locals-to-dir-locals "files-x" "\
10689 Copy file-local variables to .dir-locals.el.
10690
10691 \(fn)" t nil)
10692
10693 (autoload 'copy-dir-locals-to-file-locals "files-x" "\
10694 Copy directory-local variables to the Local Variables list.
10695
10696 \(fn)" t nil)
10697
10698 (autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10699 Copy directory-local variables to the -*- line.
10700
10701 \(fn)" t nil)
10702
10703 ;;;***
10704 \f
10705 ;;;### (autoloads (filesets-init) "filesets" "filesets.el" (20706
10706 ;;;;;; 54231 807276 0))
10707 ;;; Generated autoloads from filesets.el
10708
10709 (autoload 'filesets-init "filesets" "\
10710 Filesets initialization.
10711 Set up hooks, load the cache file -- if existing -- and build the menu.
10712
10713 \(fn)" nil nil)
10714
10715 ;;;***
10716 \f
10717 ;;;### (autoloads (find-cmd) "find-cmd" "find-cmd.el" (20706 54231
10718 ;;;;;; 807276 0))
10719 ;;; Generated autoloads from find-cmd.el
10720
10721 (autoload 'find-cmd "find-cmd" "\
10722 Initiate the building of a find command.
10723 For example:
10724
10725 \(find-cmd '(prune (name \".svn\" \".git\" \".CVS\"))
10726 '(and (or (name \"*.pl\" \"*.pm\" \"*.t\")
10727 (mtime \"+1\"))
10728 (fstype \"nfs\" \"ufs\"))))
10729
10730 `default-directory' is used as the initial search path. The
10731 result is a string that should be ready for the command line.
10732
10733 \(fn &rest SUBFINDS)" nil nil)
10734
10735 ;;;***
10736 \f
10737 ;;;### (autoloads (find-grep-dired find-name-dired find-dired) "find-dired"
10738 ;;;;;; "find-dired.el" (20706 54231 807276 0))
10739 ;;; Generated autoloads from find-dired.el
10740
10741 (autoload 'find-dired "find-dired" "\
10742 Run `find' and go into Dired mode on a buffer of the output.
10743 The command run (after changing into DIR) is essentially
10744
10745 find . \\( ARGS \\) -ls
10746
10747 except that the car of the variable `find-ls-option' specifies what to
10748 use in place of \"-ls\" as the final argument.
10749
10750 \(fn DIR ARGS)" t nil)
10751
10752 (autoload 'find-name-dired "find-dired" "\
10753 Search DIR recursively for files matching the globbing pattern PATTERN,
10754 and run dired on those files.
10755 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
10756 The command run (after changing into DIR) is
10757
10758 find . -name 'PATTERN' -ls
10759
10760 \(fn DIR PATTERN)" t nil)
10761
10762 (autoload 'find-grep-dired "find-dired" "\
10763 Find files in DIR containing a regexp REGEXP and start Dired on output.
10764 The command run (after changing into DIR) is
10765
10766 find . \\( -type f -exec `grep-program' `find-grep-options' \\
10767 -e REGEXP {} \\; \\) -ls
10768
10769 where the car of the variable `find-ls-option' specifies what to
10770 use in place of \"-ls\" as the final argument.
10771
10772 \(fn DIR REGEXP)" t nil)
10773
10774 ;;;***
10775 \f
10776 ;;;### (autoloads (ff-mouse-find-other-file-other-window ff-mouse-find-other-file
10777 ;;;;;; ff-find-other-file ff-get-other-file ff-special-constructs)
10778 ;;;;;; "find-file" "find-file.el" (20706 54231 807276 0))
10779 ;;; Generated autoloads from find-file.el
10780
10781 (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
10782 List of special constructs recognized by `ff-treat-as-special'.
10783 Each element, tried in order, has the form (REGEXP . EXTRACT).
10784 If REGEXP matches the current line (from the beginning of the line),
10785 `ff-treat-as-special' calls function EXTRACT with no args.
10786 If EXTRACT returns nil, keep trying. Otherwise, return the
10787 filename that EXTRACT returned.")
10788
10789 (custom-autoload 'ff-special-constructs "find-file" t)
10790
10791 (autoload 'ff-get-other-file "find-file" "\
10792 Find the header or source file corresponding to this file.
10793 See also the documentation for `ff-find-other-file'.
10794
10795 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
10796
10797 \(fn &optional IN-OTHER-WINDOW)" t nil)
10798
10799 (defalias 'ff-find-related-file 'ff-find-other-file)
10800
10801 (autoload 'ff-find-other-file "find-file" "\
10802 Find the header or source file corresponding to this file.
10803 Being on a `#include' line pulls in that file.
10804
10805 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
10806 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
10807
10808 Variables of interest include:
10809
10810 - `ff-case-fold-search'
10811 Non-nil means ignore cases in matches (see `case-fold-search').
10812 If you have extensions in different cases, you will want this to be nil.
10813
10814 - `ff-always-in-other-window'
10815 If non-nil, always open the other file in another window, unless an
10816 argument is given to `ff-find-other-file'.
10817
10818 - `ff-ignore-include'
10819 If non-nil, ignores #include lines.
10820
10821 - `ff-always-try-to-create'
10822 If non-nil, always attempt to create the other file if it was not found.
10823
10824 - `ff-quiet-mode'
10825 If non-nil, traces which directories are being searched.
10826
10827 - `ff-special-constructs'
10828 A list of regular expressions specifying how to recognize special
10829 constructs such as include files etc, and an associated method for
10830 extracting the filename from that construct.
10831
10832 - `ff-other-file-alist'
10833 Alist of extensions to find given the current file's extension.
10834
10835 - `ff-search-directories'
10836 List of directories searched through with each extension specified in
10837 `ff-other-file-alist' that matches this file's extension.
10838
10839 - `ff-pre-find-hook'
10840 List of functions to be called before the search for the file starts.
10841
10842 - `ff-pre-load-hook'
10843 List of functions to be called before the other file is loaded.
10844
10845 - `ff-post-load-hook'
10846 List of functions to be called after the other file is loaded.
10847
10848 - `ff-not-found-hook'
10849 List of functions to be called if the other file could not be found.
10850
10851 - `ff-file-created-hook'
10852 List of functions to be called if the other file has been created.
10853
10854 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
10855
10856 (autoload 'ff-mouse-find-other-file "find-file" "\
10857 Visit the file you click on.
10858
10859 \(fn EVENT)" t nil)
10860
10861 (autoload 'ff-mouse-find-other-file-other-window "find-file" "\
10862 Visit the file you click on in another window.
10863
10864 \(fn EVENT)" t nil)
10865
10866 ;;;***
10867 \f
10868 ;;;### (autoloads (find-function-setup-keys find-variable-at-point
10869 ;;;;;; find-function-at-point find-function-on-key find-face-definition
10870 ;;;;;; find-definition-noselect find-variable-other-frame find-variable-other-window
10871 ;;;;;; find-variable find-variable-noselect find-function-other-frame
10872 ;;;;;; find-function-other-window find-function find-function-noselect
10873 ;;;;;; find-function-search-for-symbol find-library) "find-func"
10874 ;;;;;; "emacs-lisp/find-func.el" (20706 54231 807276 0))
10875 ;;; Generated autoloads from emacs-lisp/find-func.el
10876
10877 (autoload 'find-library "find-func" "\
10878 Find the Emacs Lisp source of LIBRARY.
10879 LIBRARY should be a string (the name of the library).
10880
10881 \(fn LIBRARY)" t nil)
10882
10883 (autoload 'find-function-search-for-symbol "find-func" "\
10884 Search for SYMBOL's definition of type TYPE in LIBRARY.
10885 Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
10886 or just (BUFFER . nil) if the definition can't be found in the file.
10887
10888 If TYPE is nil, look for a function definition.
10889 Otherwise, TYPE specifies the kind of definition,
10890 and it is interpreted via `find-function-regexp-alist'.
10891 The search is done in the source for library LIBRARY.
10892
10893 \(fn SYMBOL TYPE LIBRARY)" nil nil)
10894
10895 (autoload 'find-function-noselect "find-func" "\
10896 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
10897
10898 Finds the source file containing the definition of FUNCTION
10899 in a buffer and the point of the definition. The buffer is
10900 not selected. If the function definition can't be found in
10901 the buffer, returns (BUFFER).
10902
10903 If FUNCTION is a built-in function, this function normally
10904 attempts to find it in the Emacs C sources; however, if LISP-ONLY
10905 is non-nil, signal an error instead.
10906
10907 If the file where FUNCTION is defined is not known, then it is
10908 searched for in `find-function-source-path' if non-nil, otherwise
10909 in `load-path'.
10910
10911 \(fn FUNCTION &optional LISP-ONLY)" nil nil)
10912
10913 (autoload 'find-function "find-func" "\
10914 Find the definition of the FUNCTION near point.
10915
10916 Finds the source file containing the definition of the function
10917 near point (selected by `function-called-at-point') in a buffer and
10918 places point before the definition.
10919 Set mark before moving, if the buffer already existed.
10920
10921 The library where FUNCTION is defined is searched for in
10922 `find-function-source-path', if non-nil, otherwise in `load-path'.
10923 See also `find-function-recenter-line' and `find-function-after-hook'.
10924
10925 \(fn FUNCTION)" t nil)
10926
10927 (autoload 'find-function-other-window "find-func" "\
10928 Find, in another window, the definition of FUNCTION near point.
10929
10930 See `find-function' for more details.
10931
10932 \(fn FUNCTION)" t nil)
10933
10934 (autoload 'find-function-other-frame "find-func" "\
10935 Find, in another frame, the definition of FUNCTION near point.
10936
10937 See `find-function' for more details.
10938
10939 \(fn FUNCTION)" t nil)
10940
10941 (autoload 'find-variable-noselect "find-func" "\
10942 Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
10943
10944 Finds the library containing the definition of VARIABLE in a buffer and
10945 the point of the definition. The buffer is not selected.
10946 If the variable's definition can't be found in the buffer, return (BUFFER).
10947
10948 The library where VARIABLE is defined is searched for in FILE or
10949 `find-function-source-path', if non-nil, otherwise in `load-path'.
10950
10951 \(fn VARIABLE &optional FILE)" nil nil)
10952
10953 (autoload 'find-variable "find-func" "\
10954 Find the definition of the VARIABLE at or before point.
10955
10956 Finds the library containing the definition of the variable
10957 near point (selected by `variable-at-point') in a buffer and
10958 places point before the definition.
10959
10960 Set mark before moving, if the buffer already existed.
10961
10962 The library where VARIABLE is defined is searched for in
10963 `find-function-source-path', if non-nil, otherwise in `load-path'.
10964 See also `find-function-recenter-line' and `find-function-after-hook'.
10965
10966 \(fn VARIABLE)" t nil)
10967
10968 (autoload 'find-variable-other-window "find-func" "\
10969 Find, in another window, the definition of VARIABLE near point.
10970
10971 See `find-variable' for more details.
10972
10973 \(fn VARIABLE)" t nil)
10974
10975 (autoload 'find-variable-other-frame "find-func" "\
10976 Find, in another frame, the definition of VARIABLE near point.
10977
10978 See `find-variable' for more details.
10979
10980 \(fn VARIABLE)" t nil)
10981
10982 (autoload 'find-definition-noselect "find-func" "\
10983 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10984 If the definition can't be found in the buffer, return (BUFFER).
10985 TYPE says what type of definition: nil for a function, `defvar' for a
10986 variable, `defface' for a face. This function does not switch to the
10987 buffer nor display it.
10988
10989 The library where SYMBOL is defined is searched for in FILE or
10990 `find-function-source-path', if non-nil, otherwise in `load-path'.
10991
10992 \(fn SYMBOL TYPE &optional FILE)" nil nil)
10993
10994 (autoload 'find-face-definition "find-func" "\
10995 Find the definition of FACE. FACE defaults to the name near point.
10996
10997 Finds the Emacs Lisp library containing the definition of the face
10998 near point (selected by `variable-at-point') in a buffer and
10999 places point before the definition.
11000
11001 Set mark before moving, if the buffer already existed.
11002
11003 The library where FACE is defined is searched for in
11004 `find-function-source-path', if non-nil, otherwise in `load-path'.
11005 See also `find-function-recenter-line' and `find-function-after-hook'.
11006
11007 \(fn FACE)" t nil)
11008
11009 (autoload 'find-function-on-key "find-func" "\
11010 Find the function that KEY invokes. KEY is a string.
11011 Set mark before moving, if the buffer already existed.
11012
11013 \(fn KEY)" t nil)
11014
11015 (autoload 'find-function-at-point "find-func" "\
11016 Find directly the function at point in the other window.
11017
11018 \(fn)" t nil)
11019
11020 (autoload 'find-variable-at-point "find-func" "\
11021 Find directly the variable at point in the other window.
11022
11023 \(fn)" t nil)
11024
11025 (autoload 'find-function-setup-keys "find-func" "\
11026 Define some key bindings for the find-function family of functions.
11027
11028 \(fn)" nil nil)
11029
11030 ;;;***
11031 \f
11032 ;;;### (autoloads (find-lisp-find-dired-filter find-lisp-find-dired-subdirectories
11033 ;;;;;; find-lisp-find-dired) "find-lisp" "find-lisp.el" (20706 54231
11034 ;;;;;; 807276 0))
11035 ;;; Generated autoloads from find-lisp.el
11036
11037 (autoload 'find-lisp-find-dired "find-lisp" "\
11038 Find files in DIR, matching REGEXP.
11039
11040 \(fn DIR REGEXP)" t nil)
11041
11042 (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\
11043 Find all subdirectories of DIR.
11044
11045 \(fn DIR)" t nil)
11046
11047 (autoload 'find-lisp-find-dired-filter "find-lisp" "\
11048 Change the filter on a find-lisp-find-dired buffer to REGEXP.
11049
11050 \(fn REGEXP)" t nil)
11051
11052 ;;;***
11053 \f
11054 ;;;### (autoloads (finder-by-keyword finder-commentary finder-list-keywords)
11055 ;;;;;; "finder" "finder.el" (20706 54231 807276 0))
11056 ;;; Generated autoloads from finder.el
11057
11058 (autoload 'finder-list-keywords "finder" "\
11059 Display descriptions of the keywords in the Finder buffer.
11060
11061 \(fn)" t nil)
11062
11063 (autoload 'finder-commentary "finder" "\
11064 Display FILE's commentary section.
11065 FILE should be in a form suitable for passing to `locate-library'.
11066
11067 \(fn FILE)" t nil)
11068
11069 (autoload 'finder-by-keyword "finder" "\
11070 Find packages matching a given keyword.
11071
11072 \(fn)" t nil)
11073
11074 ;;;***
11075 \f
11076 ;;;### (autoloads (enable-flow-control-on enable-flow-control) "flow-ctrl"
11077 ;;;;;; "flow-ctrl.el" (20706 54231 807276 0))
11078 ;;; Generated autoloads from flow-ctrl.el
11079
11080 (autoload 'enable-flow-control "flow-ctrl" "\
11081 Toggle flow control handling.
11082 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
11083 With arg, enable flow control mode if arg is positive, otherwise disable.
11084
11085 \(fn &optional ARGUMENT)" t nil)
11086
11087 (autoload 'enable-flow-control-on "flow-ctrl" "\
11088 Enable flow control if using one of a specified set of terminal types.
11089 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
11090 on VT-100 and H19 terminals. When flow control is enabled,
11091 you must type C-\\ to get the effect of a C-s, and type C-^
11092 to get the effect of a C-q.
11093
11094 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
11095
11096 ;;;***
11097 \f
11098 ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "gnus/flow-fill.el"
11099 ;;;;;; (20706 54231 807276 0))
11100 ;;; Generated autoloads from gnus/flow-fill.el
11101
11102 (autoload 'fill-flowed-encode "flow-fill" "\
11103
11104
11105 \(fn &optional BUFFER)" nil nil)
11106
11107 (autoload 'fill-flowed "flow-fill" "\
11108
11109
11110 \(fn &optional BUFFER DELETE-SPACE)" nil nil)
11111
11112 ;;;***
11113 \f
11114 ;;;### (autoloads (flymake-find-file-hook flymake-mode-off flymake-mode-on
11115 ;;;;;; flymake-mode) "flymake" "progmodes/flymake.el" (20706 54231
11116 ;;;;;; 807276 0))
11117 ;;; Generated autoloads from progmodes/flymake.el
11118
11119 (autoload 'flymake-mode "flymake" "\
11120 Toggle on-the-fly syntax checking.
11121 With a prefix argument ARG, enable the mode if ARG is positive,
11122 and disable it otherwise. If called from Lisp, enable the mode
11123 if ARG is omitted or nil.
11124
11125 \(fn &optional ARG)" t nil)
11126
11127 (autoload 'flymake-mode-on "flymake" "\
11128 Turn flymake mode on.
11129
11130 \(fn)" nil nil)
11131
11132 (autoload 'flymake-mode-off "flymake" "\
11133 Turn flymake mode off.
11134
11135 \(fn)" nil nil)
11136
11137 (autoload 'flymake-find-file-hook "flymake" "\
11138
11139
11140 \(fn)" nil nil)
11141
11142 ;;;***
11143 \f
11144 ;;;### (autoloads (flyspell-buffer flyspell-region flyspell-mode-off
11145 ;;;;;; turn-off-flyspell turn-on-flyspell flyspell-mode flyspell-prog-mode)
11146 ;;;;;; "flyspell" "textmodes/flyspell.el" (20706 54231 807276 0))
11147 ;;; Generated autoloads from textmodes/flyspell.el
11148
11149 (autoload 'flyspell-prog-mode "flyspell" "\
11150 Turn on `flyspell-mode' for comments and strings.
11151
11152 \(fn)" t nil)
11153 (defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.")
11154
11155 (autoload 'flyspell-mode "flyspell" "\
11156 Toggle on-the-fly spell checking (Flyspell mode).
11157 With a prefix argument ARG, enable Flyspell mode if ARG is
11158 positive, and disable it otherwise. If called from Lisp, enable
11159 the mode if ARG is omitted or nil.
11160
11161 Flyspell mode is a buffer-local minor mode. When enabled, it
11162 spawns a single Ispell process and checks each word. The default
11163 flyspell behavior is to highlight incorrect words.
11164
11165 Bindings:
11166 \\[ispell-word]: correct words (using Ispell).
11167 \\[flyspell-auto-correct-word]: automatically correct word.
11168 \\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
11169 \\[flyspell-correct-word] (or down-mouse-2): popup correct words.
11170
11171 Hooks:
11172 This runs `flyspell-mode-hook' after flyspell mode is entered or exit.
11173
11174 Remark:
11175 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
11176 valid. For instance, a different dictionary can be used by
11177 invoking `ispell-change-dictionary'.
11178
11179 Consider using the `ispell-parser' to check your text. For instance
11180 consider adding:
11181 \(add-hook 'tex-mode-hook (function (lambda () (setq ispell-parser 'tex))))
11182 in your init file.
11183
11184 \\[flyspell-region] checks all words inside a region.
11185 \\[flyspell-buffer] checks the whole buffer.
11186
11187 \(fn &optional ARG)" t nil)
11188
11189 (autoload 'turn-on-flyspell "flyspell" "\
11190 Unconditionally turn on Flyspell mode.
11191
11192 \(fn)" nil nil)
11193
11194 (autoload 'turn-off-flyspell "flyspell" "\
11195 Unconditionally turn off Flyspell mode.
11196
11197 \(fn)" nil nil)
11198
11199 (autoload 'flyspell-mode-off "flyspell" "\
11200 Turn Flyspell mode off.
11201
11202 \(fn)" nil nil)
11203
11204 (autoload 'flyspell-region "flyspell" "\
11205 Flyspell text between BEG and END.
11206
11207 \(fn BEG END)" t nil)
11208
11209 (autoload 'flyspell-buffer "flyspell" "\
11210 Flyspell whole buffer.
11211
11212 \(fn)" t nil)
11213
11214 ;;;***
11215 \f
11216 ;;;### (autoloads (follow-delete-other-windows-and-split follow-mode
11217 ;;;;;; turn-off-follow-mode turn-on-follow-mode) "follow" "follow.el"
11218 ;;;;;; (20706 54231 807276 0))
11219 ;;; Generated autoloads from follow.el
11220
11221 (autoload 'turn-on-follow-mode "follow" "\
11222 Turn on Follow mode. Please see the function `follow-mode'.
11223
11224 \(fn)" nil nil)
11225
11226 (autoload 'turn-off-follow-mode "follow" "\
11227 Turn off Follow mode. Please see the function `follow-mode'.
11228
11229 \(fn)" nil nil)
11230
11231 (autoload 'follow-mode "follow" "\
11232 Toggle Follow mode.
11233 With a prefix argument ARG, enable Follow mode if ARG is
11234 positive, and disable it otherwise. If called from Lisp, enable
11235 the mode if ARG is omitted or nil.
11236
11237 Follow mode is a minor mode that combines windows into one tall
11238 virtual window. This is accomplished by two main techniques:
11239
11240 * The windows always displays adjacent sections of the buffer.
11241 This means that whenever one window is moved, all the
11242 others will follow. (Hence the name Follow mode.)
11243
11244 * Should the point (cursor) end up outside a window, another
11245 window displaying that point is selected, if possible. This
11246 makes it possible to walk between windows using normal cursor
11247 movement commands.
11248
11249 Follow mode comes to its prime when used on a large screen and two
11250 side-by-side windows are used. The user can, with the help of Follow
11251 mode, use two full-height windows as though they would have been
11252 one. Imagine yourself editing a large function, or section of text,
11253 and being able to use 144 lines instead of the normal 72... (your
11254 mileage may vary).
11255
11256 To split one large window into two side-by-side windows, the commands
11257 `\\[split-window-right]' or `M-x follow-delete-other-windows-and-split' can be used.
11258
11259 Only windows displayed in the same frame follow each other.
11260
11261 This command runs the normal hook `follow-mode-hook'.
11262
11263 Keys specific to Follow mode:
11264 \\{follow-mode-map}
11265
11266 \(fn &optional ARG)" t nil)
11267
11268 (autoload 'follow-delete-other-windows-and-split "follow" "\
11269 Create two side by side windows and enter Follow mode.
11270
11271 Execute this command to display as much as possible of the text
11272 in the selected window. All other windows, in the current
11273 frame, are deleted and the selected window is split in two
11274 side-by-side windows. Follow mode is activated, hence the
11275 two windows always will display two successive pages.
11276 \(If one window is moved, the other one will follow.)
11277
11278 If ARG is positive, the leftmost window is selected. If negative,
11279 the rightmost is selected. If ARG is nil, the leftmost window is
11280 selected if the original window is the first one in the frame.
11281
11282 \(fn &optional ARG)" t nil)
11283
11284 ;;;***
11285 \f
11286 ;;;### (autoloads (footnote-mode) "footnote" "mail/footnote.el" (20706
11287 ;;;;;; 54231 807276 0))
11288 ;;; Generated autoloads from mail/footnote.el
11289
11290 (autoload 'footnote-mode "footnote" "\
11291 Toggle Footnote mode.
11292 With a prefix argument ARG, enable Footnote mode if ARG is
11293 positive, and disable it otherwise. If called from Lisp, enable
11294 the mode if ARG is omitted or nil.
11295
11296 Footnode mode is a buffer-local minor mode. If enabled, it
11297 provides footnote support for `message-mode'. To get started,
11298 play around with the following keys:
11299 \\{footnote-minor-mode-map}
11300
11301 \(fn &optional ARG)" t nil)
11302
11303 ;;;***
11304 \f
11305 ;;;### (autoloads (forms-find-file-other-window forms-find-file forms-mode)
11306 ;;;;;; "forms" "forms.el" (20706 54231 807276 0))
11307 ;;; Generated autoloads from forms.el
11308
11309 (autoload 'forms-mode "forms" "\
11310 Major mode to visit files in a field-structured manner using a form.
11311
11312 Commands: Equivalent keys in read-only mode:
11313 TAB forms-next-field TAB
11314 C-c TAB forms-next-field
11315 C-c < forms-first-record <
11316 C-c > forms-last-record >
11317 C-c ? describe-mode ?
11318 C-c C-k forms-delete-record
11319 C-c C-q forms-toggle-read-only q
11320 C-c C-o forms-insert-record
11321 C-c C-l forms-jump-record l
11322 C-c C-n forms-next-record n
11323 C-c C-p forms-prev-record p
11324 C-c C-r forms-search-reverse r
11325 C-c C-s forms-search-forward s
11326 C-c C-x forms-exit x
11327
11328 \(fn &optional PRIMARY)" t nil)
11329
11330 (autoload 'forms-find-file "forms" "\
11331 Visit a file in Forms mode.
11332
11333 \(fn FN)" t nil)
11334
11335 (autoload 'forms-find-file-other-window "forms" "\
11336 Visit a file in Forms mode in other window.
11337
11338 \(fn FN)" t nil)
11339
11340 ;;;***
11341 \f
11342 ;;;### (autoloads (fortran-mode) "fortran" "progmodes/fortran.el"
11343 ;;;;;; (20706 54231 807276 0))
11344 ;;; Generated autoloads from progmodes/fortran.el
11345
11346 (autoload 'fortran-mode "fortran" "\
11347 Major mode for editing Fortran code in fixed format.
11348 For free format code, use `f90-mode'.
11349
11350 \\[fortran-indent-line] indents the current Fortran line correctly.
11351 Note that DO statements must not share a common CONTINUE.
11352
11353 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
11354
11355 Key definitions:
11356 \\{fortran-mode-map}
11357
11358 Variables controlling indentation style and extra features:
11359
11360 `fortran-comment-line-start'
11361 To use comments starting with `!', set this to the string \"!\".
11362 `fortran-do-indent'
11363 Extra indentation within DO blocks (default 3).
11364 `fortran-if-indent'
11365 Extra indentation within IF blocks (default 3).
11366 `fortran-structure-indent'
11367 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
11368 (default 3)
11369 `fortran-continuation-indent'
11370 Extra indentation applied to continuation statements (default 5).
11371 `fortran-comment-line-extra-indent'
11372 Amount of extra indentation for text in full-line comments (default 0).
11373 `fortran-comment-indent-style'
11374 How to indent the text in full-line comments. Allowed values are:
11375 nil don't change the indentation
11376 fixed indent to `fortran-comment-line-extra-indent' beyond the
11377 value of either
11378 `fortran-minimum-statement-indent-fixed' (fixed format) or
11379 `fortran-minimum-statement-indent-tab' (TAB format),
11380 depending on the continuation format in use.
11381 relative indent to `fortran-comment-line-extra-indent' beyond the
11382 indentation for a line of code.
11383 (default 'fixed)
11384 `fortran-comment-indent-char'
11385 Single-character string to be inserted instead of space for
11386 full-line comment indentation (default \" \").
11387 `fortran-minimum-statement-indent-fixed'
11388 Minimum indentation for statements in fixed format mode (default 6).
11389 `fortran-minimum-statement-indent-tab'
11390 Minimum indentation for statements in TAB format mode (default 9).
11391 `fortran-line-number-indent'
11392 Maximum indentation for line numbers (default 1). A line number will
11393 get less than this much indentation if necessary to avoid reaching
11394 column 5.
11395 `fortran-check-all-num-for-matching-do'
11396 Non-nil causes all numbered lines to be treated as possible \"continue\"
11397 statements (default nil).
11398 `fortran-blink-matching-if'
11399 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
11400 to blink on the matching IF (or DO [WHILE]). (default nil)
11401 `fortran-continuation-string'
11402 Single-character string to be inserted in column 5 of a continuation
11403 line (default \"$\").
11404 `fortran-comment-region'
11405 String inserted by \\[fortran-comment-region] at start of each line in
11406 the region (default \"c$$$\").
11407 `fortran-electric-line-number'
11408 Non-nil causes line number digits to be moved to the correct column
11409 as typed (default t).
11410 `fortran-break-before-delimiters'
11411 Non-nil causes lines to be broken before delimiters (default t).
11412
11413 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
11414 with no args, if that value is non-nil.
11415
11416 \(fn)" t nil)
11417
11418 ;;;***
11419 \f
11420 ;;;### (autoloads (fortune fortune-to-signature fortune-compile fortune-from-region
11421 ;;;;;; fortune-add-fortune) "fortune" "play/fortune.el" (20706 54231
11422 ;;;;;; 807276 0))
11423 ;;; Generated autoloads from play/fortune.el
11424
11425 (autoload 'fortune-add-fortune "fortune" "\
11426 Add STRING to a fortune file FILE.
11427
11428 Interactively, if called with a prefix argument,
11429 read the file name to use. Otherwise use the value of `fortune-file'.
11430
11431 \(fn STRING FILE)" t nil)
11432
11433 (autoload 'fortune-from-region "fortune" "\
11434 Append the current region to a local fortune-like data file.
11435
11436 Interactively, if called with a prefix argument,
11437 read the file name to use. Otherwise use the value of `fortune-file'.
11438
11439 \(fn BEG END FILE)" t nil)
11440
11441 (autoload 'fortune-compile "fortune" "\
11442 Compile fortune file.
11443
11444 If called with a prefix asks for the FILE to compile, otherwise uses
11445 the value of `fortune-file'. This currently cannot handle directories.
11446
11447 \(fn &optional FILE)" t nil)
11448
11449 (autoload 'fortune-to-signature "fortune" "\
11450 Create signature from output of the fortune program.
11451
11452 If called with a prefix asks for the FILE to choose the fortune from,
11453 otherwise uses the value of `fortune-file'. If you want to have fortune
11454 choose from a set of files in a directory, call interactively with prefix
11455 and choose the directory as the fortune-file.
11456
11457 \(fn &optional FILE)" t nil)
11458
11459 (autoload 'fortune "fortune" "\
11460 Display a fortune cookie.
11461 If called with a prefix asks for the FILE to choose the fortune from,
11462 otherwise uses the value of `fortune-file'. If you want to have fortune
11463 choose from a set of files in a directory, call interactively with prefix
11464 and choose the directory as the fortune-file.
11465
11466 \(fn &optional FILE)" t nil)
11467
11468 ;;;***
11469 \f
11470 ;;;### (autoloads (gdb gdb-enable-debug) "gdb-mi" "progmodes/gdb-mi.el"
11471 ;;;;;; (20706 54231 807276 0))
11472 ;;; Generated autoloads from progmodes/gdb-mi.el
11473
11474 (defvar gdb-enable-debug nil "\
11475 Non-nil if Gdb-Enable-Debug mode is enabled.
11476 See the command `gdb-enable-debug' for a description of this minor mode.")
11477
11478 (custom-autoload 'gdb-enable-debug "gdb-mi" nil)
11479
11480 (autoload 'gdb-enable-debug "gdb-mi" "\
11481 Toggle logging of transaction between Emacs and Gdb.
11482 The log is stored in `gdb-debug-log' as an alist with elements
11483 whose cons is send, send-item or recv and whose cdr is the string
11484 being transferred. This list may grow up to a size of
11485 `gdb-debug-log-max' after which the oldest element (at the end of
11486 the list) is deleted every time a new one is added (at the front).
11487
11488 \(fn &optional ARG)" t nil)
11489
11490 (autoload 'gdb "gdb-mi" "\
11491 Run gdb on program FILE in buffer *gud-FILE*.
11492 The directory containing FILE becomes the initial working directory
11493 and source-file directory for your debugger.
11494
11495 COMMAND-LINE is the shell command for starting the gdb session.
11496 It should be a string consisting of the name of the gdb
11497 executable followed by command-line options. The command-line
11498 options should include \"-i=mi\" to use gdb's MI text interface.
11499 Note that the old \"--annotate\" option is no longer supported.
11500
11501 If `gdb-many-windows' is nil (the default value) then gdb just
11502 pops up the GUD buffer unless `gdb-show-main' is t. In this case
11503 it starts with two windows: one displaying the GUD buffer and the
11504 other with the source file with the main routine of the inferior.
11505
11506 If `gdb-many-windows' is t, regardless of the value of
11507 `gdb-show-main', the layout below will appear. Keybindings are
11508 shown in some of the buffers.
11509
11510 Watch expressions appear in the speedbar/slowbar.
11511
11512 The following commands help control operation :
11513
11514 `gdb-many-windows' - Toggle the number of windows gdb uses.
11515 `gdb-restore-windows' - To restore the window layout.
11516
11517 See Info node `(emacs)GDB Graphical Interface' for a more
11518 detailed description of this mode.
11519
11520
11521 +----------------------------------------------------------------------+
11522 | GDB Toolbar |
11523 +-----------------------------------+----------------------------------+
11524 | GUD buffer (I/O of GDB) | Locals buffer |
11525 | | |
11526 | | |
11527 | | |
11528 +-----------------------------------+----------------------------------+
11529 | Source buffer | I/O buffer (of debugged program) |
11530 | | (comint-mode) |
11531 | | |
11532 | | |
11533 | | |
11534 | | |
11535 | | |
11536 | | |
11537 +-----------------------------------+----------------------------------+
11538 | Stack buffer | Breakpoints buffer |
11539 | RET gdb-select-frame | SPC gdb-toggle-breakpoint |
11540 | | RET gdb-goto-breakpoint |
11541 | | D gdb-delete-breakpoint |
11542 +-----------------------------------+----------------------------------+
11543
11544 \(fn COMMAND-LINE)" t nil)
11545
11546 ;;;***
11547 \f
11548 ;;;### (autoloads (generic-make-keywords-list generic-mode generic-mode-internal
11549 ;;;;;; define-generic-mode) "generic" "emacs-lisp/generic.el" (20706
11550 ;;;;;; 54231 807276 0))
11551 ;;; Generated autoloads from emacs-lisp/generic.el
11552
11553 (defvar generic-mode-list nil "\
11554 A list of mode names for `generic-mode'.
11555 Do not add entries to this list directly; use `define-generic-mode'
11556 instead (which see).")
11557
11558 (autoload 'define-generic-mode "generic" "\
11559 Create a new generic mode MODE.
11560
11561 MODE is the name of the command for the generic mode; don't quote it.
11562 The optional DOCSTRING is the documentation for the mode command. If
11563 you do not supply it, `define-generic-mode' uses a default
11564 documentation string instead.
11565
11566 COMMENT-LIST is a list in which each element is either a character, a
11567 string of one or two characters, or a cons cell. A character or a
11568 string is set up in the mode's syntax table as a \"comment starter\".
11569 If the entry is a cons cell, the `car' is set up as a \"comment
11570 starter\" and the `cdr' as a \"comment ender\". (Use nil for the
11571 latter if you want comments to end at the end of the line.) Note that
11572 the syntax table has limitations about what comment starters and
11573 enders are actually possible.
11574
11575 KEYWORD-LIST is a list of keywords to highlight with
11576 `font-lock-keyword-face'. Each keyword should be a string.
11577
11578 FONT-LOCK-LIST is a list of additional expressions to highlight. Each
11579 element of this list should have the same form as an element of
11580 `font-lock-keywords'.
11581
11582 AUTO-MODE-LIST is a list of regular expressions to add to
11583 `auto-mode-alist'. These regular expressions are added when Emacs
11584 runs the macro expansion.
11585
11586 FUNCTION-LIST is a list of functions to call to do some additional
11587 setup. The mode command calls these functions just before it runs the
11588 mode hook `MODE-hook'.
11589
11590 See the file generic-x.el for some examples of `define-generic-mode'.
11591
11592 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t)
11593
11594 (put 'define-generic-mode 'lisp-indent-function '1)
11595
11596 (put 'define-generic-mode 'doc-string-elt '7)
11597
11598 (autoload 'generic-mode-internal "generic" "\
11599 Go into the generic mode MODE.
11600
11601 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
11602
11603 (autoload 'generic-mode "generic" "\
11604 Enter generic mode MODE.
11605
11606 Generic modes provide basic comment and font-lock functionality
11607 for \"generic\" files. (Files which are too small to warrant their
11608 own mode, but have comment characters, keywords, and the like.)
11609
11610 To define a generic-mode, use the function `define-generic-mode'.
11611 Some generic modes are defined in `generic-x.el'.
11612
11613 \(fn MODE)" t nil)
11614
11615 (autoload 'generic-make-keywords-list "generic" "\
11616 Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
11617 KEYWORD-LIST is a list of keyword strings that should be
11618 highlighted with face FACE. This function calculates a regular
11619 expression that matches these keywords and concatenates it with
11620 PREFIX and SUFFIX. Then it returns a construct based on this
11621 regular expression that can be used as an element of
11622 `font-lock-keywords'.
11623
11624 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11625
11626 ;;;***
11627 \f
11628 ;;;### (autoloads (glasses-mode) "glasses" "progmodes/glasses.el"
11629 ;;;;;; (20706 54231 807276 0))
11630 ;;; Generated autoloads from progmodes/glasses.el
11631
11632 (autoload 'glasses-mode "glasses" "\
11633 Minor mode for making identifiers likeThis readable.
11634 With a prefix argument ARG, enable the mode if ARG is positive,
11635 and disable it otherwise. If called from Lisp, enable the mode
11636 if ARG is omitted or nil. When this mode is active, it tries to
11637 add virtual separators (like underscores) at places they belong to.
11638
11639 \(fn &optional ARG)" t nil)
11640
11641 ;;;***
11642 \f
11643 ;;;### (autoloads (gmm-tool-bar-from-list gmm-widget-p gmm-error
11644 ;;;;;; gmm-message gmm-regexp-concat) "gmm-utils" "gnus/gmm-utils.el"
11645 ;;;;;; (20706 54231 807276 0))
11646 ;;; Generated autoloads from gnus/gmm-utils.el
11647
11648 (autoload 'gmm-regexp-concat "gmm-utils" "\
11649 Potentially concat a list of regexps into a single one.
11650 The concatenation is done with logical ORs.
11651
11652 \(fn REGEXP)" nil nil)
11653
11654 (autoload 'gmm-message "gmm-utils" "\
11655 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11656
11657 Guideline for numbers:
11658 1 - error messages
11659 3 - non-serious error messages
11660 5 - messages for things that take a long time
11661 7 - not very important messages on stuff
11662 9 - messages inside loops.
11663
11664 \(fn LEVEL &rest ARGS)" nil nil)
11665
11666 (autoload 'gmm-error "gmm-utils" "\
11667 Beep an error if LEVEL is equal to or less than `gmm-verbose'.
11668 ARGS are passed to `message'.
11669
11670 \(fn LEVEL &rest ARGS)" nil nil)
11671
11672 (autoload 'gmm-widget-p "gmm-utils" "\
11673 Non-nil if SYMBOL is a widget.
11674
11675 \(fn SYMBOL)" nil nil)
11676
11677 (autoload 'gmm-tool-bar-from-list "gmm-utils" "\
11678 Make a tool bar from ICON-LIST.
11679
11680 Within each entry of ICON-LIST, the first element is a menu
11681 command, the second element is an icon file name and the third
11682 element is a test function. You can use \\[describe-key]
11683 <menu-entry> to find out the name of a menu command. The fourth
11684 and all following elements are passed as the PROPS argument to the
11685 function `tool-bar-local-item'.
11686
11687 If ZAP-LIST is a list, remove those item from the default
11688 `tool-bar-map'. If it is t, start with a new sparse map. You
11689 can use \\[describe-key] <icon> to find out the name of an icon
11690 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
11691 runs the command find-file\", then use `new-file' in ZAP-LIST.
11692
11693 DEFAULT-MAP specifies the default key map for ICON-LIST.
11694
11695 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11696
11697 ;;;***
11698 \f
11699 ;;;### (autoloads (gnus gnus-other-frame gnus-slave gnus-no-server
11700 ;;;;;; gnus-slave-no-server) "gnus" "gnus/gnus.el" (20706 54231
11701 ;;;;;; 807276 0))
11702 ;;; Generated autoloads from gnus/gnus.el
11703 (when (fboundp 'custom-autoload)
11704 (custom-autoload 'gnus-select-method "gnus"))
11705
11706 (autoload 'gnus-slave-no-server "gnus" "\
11707 Read network news as a slave, without connecting to the local server.
11708
11709 \(fn &optional ARG)" t nil)
11710
11711 (autoload 'gnus-no-server "gnus" "\
11712 Read network news.
11713 If ARG is a positive number, Gnus will use that as the startup
11714 level. If ARG is nil, Gnus will be started at level 2. If ARG is
11715 non-nil and not a positive number, Gnus will prompt the user for the
11716 name of an NNTP server to use.
11717 As opposed to `gnus', this command will not connect to the local
11718 server.
11719
11720 \(fn &optional ARG SLAVE)" t nil)
11721
11722 (autoload 'gnus-slave "gnus" "\
11723 Read news as a slave.
11724
11725 \(fn &optional ARG)" t nil)
11726
11727 (autoload 'gnus-other-frame "gnus" "\
11728 Pop up a frame to read news.
11729 This will call one of the Gnus commands which is specified by the user
11730 option `gnus-other-frame-function' (default `gnus') with the argument
11731 ARG if Gnus is not running, otherwise just pop up a Gnus frame. The
11732 optional second argument DISPLAY should be a standard display string
11733 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
11734 omitted or the function `make-frame-on-display' is not available, the
11735 current display is used.
11736
11737 \(fn &optional ARG DISPLAY)" t nil)
11738
11739 (autoload 'gnus "gnus" "\
11740 Read network news.
11741 If ARG is non-nil and a positive number, Gnus will use that as the
11742 startup level. If ARG is non-nil and not a positive number, Gnus will
11743 prompt the user for the name of an NNTP server to use.
11744
11745 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
11746
11747 ;;;***
11748 \f
11749 ;;;### (autoloads (gnus-agent-regenerate gnus-agent-batch gnus-agent-batch-fetch
11750 ;;;;;; gnus-agent-find-parameter gnus-agent-possibly-alter-active
11751 ;;;;;; gnus-agent-get-undownloaded-list gnus-agent-delete-group
11752 ;;;;;; gnus-agent-rename-group gnus-agent-possibly-save-gcc gnus-agentize
11753 ;;;;;; gnus-slave-unplugged gnus-plugged gnus-unplugged) "gnus-agent"
11754 ;;;;;; "gnus/gnus-agent.el" (20706 54231 807276 0))
11755 ;;; Generated autoloads from gnus/gnus-agent.el
11756
11757 (autoload 'gnus-unplugged "gnus-agent" "\
11758 Start Gnus unplugged.
11759
11760 \(fn)" t nil)
11761
11762 (autoload 'gnus-plugged "gnus-agent" "\
11763 Start Gnus plugged.
11764
11765 \(fn)" t nil)
11766
11767 (autoload 'gnus-slave-unplugged "gnus-agent" "\
11768 Read news as a slave unplugged.
11769
11770 \(fn &optional ARG)" t nil)
11771
11772 (autoload 'gnus-agentize "gnus-agent" "\
11773 Allow Gnus to be an offline newsreader.
11774
11775 The gnus-agentize function is now called internally by gnus when
11776 gnus-agent is set. If you wish to avoid calling gnus-agentize,
11777 customize gnus-agent to nil.
11778
11779 This will modify the `gnus-setup-news-hook', and
11780 `message-send-mail-real-function' variables, and install the Gnus agent
11781 minor mode in all Gnus buffers.
11782
11783 \(fn)" t nil)
11784
11785 (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
11786 Save GCC if Gnus is unplugged.
11787
11788 \(fn)" nil nil)
11789
11790 (autoload 'gnus-agent-rename-group "gnus-agent" "\
11791 Rename fully-qualified OLD-GROUP as NEW-GROUP.
11792 Always updates the agent, even when disabled, as the old agent
11793 files would corrupt gnus when the agent was next enabled.
11794 Depends upon the caller to determine whether group renaming is
11795 supported.
11796
11797 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11798
11799 (autoload 'gnus-agent-delete-group "gnus-agent" "\
11800 Delete fully-qualified GROUP.
11801 Always updates the agent, even when disabled, as the old agent
11802 files would corrupt gnus when the agent was next enabled.
11803 Depends upon the caller to determine whether group deletion is
11804 supported.
11805
11806 \(fn GROUP)" nil nil)
11807
11808 (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
11809 Construct list of articles that have not been downloaded.
11810
11811 \(fn)" nil nil)
11812
11813 (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
11814 Possibly expand a group's active range to include articles
11815 downloaded into the agent.
11816
11817 \(fn GROUP ACTIVE &optional INFO)" nil nil)
11818
11819 (autoload 'gnus-agent-find-parameter "gnus-agent" "\
11820 Search for GROUPs SYMBOL in the group's parameters, the group's
11821 topic parameters, the group's category, or the customizable
11822 variables. Returns the first non-nil value found.
11823
11824 \(fn GROUP SYMBOL)" nil nil)
11825
11826 (autoload 'gnus-agent-batch-fetch "gnus-agent" "\
11827 Start Gnus and fetch session.
11828
11829 \(fn)" t nil)
11830
11831 (autoload 'gnus-agent-batch "gnus-agent" "\
11832 Start Gnus, send queue and fetch session.
11833
11834 \(fn)" t nil)
11835
11836 (autoload 'gnus-agent-regenerate "gnus-agent" "\
11837 Regenerate all agent covered files.
11838 If CLEAN, obsolete (ignore).
11839
11840 \(fn &optional CLEAN REREAD)" t nil)
11841
11842 ;;;***
11843 \f
11844 ;;;### (autoloads (gnus-article-prepare-display) "gnus-art" "gnus/gnus-art.el"
11845 ;;;;;; (20706 54231 807276 0))
11846 ;;; Generated autoloads from gnus/gnus-art.el
11847
11848 (autoload 'gnus-article-prepare-display "gnus-art" "\
11849 Make the current buffer look like a nice article.
11850
11851 \(fn)" nil nil)
11852
11853 ;;;***
11854 \f
11855 ;;;### (autoloads (gnus-bookmark-bmenu-list gnus-bookmark-jump gnus-bookmark-set)
11856 ;;;;;; "gnus-bookmark" "gnus/gnus-bookmark.el" (20706 54231 807276
11857 ;;;;;; 0))
11858 ;;; Generated autoloads from gnus/gnus-bookmark.el
11859
11860 (autoload 'gnus-bookmark-set "gnus-bookmark" "\
11861 Set a bookmark for this article.
11862
11863 \(fn)" t nil)
11864
11865 (autoload 'gnus-bookmark-jump "gnus-bookmark" "\
11866 Jump to a Gnus bookmark (BMK-NAME).
11867
11868 \(fn &optional BMK-NAME)" t nil)
11869
11870 (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\
11871 Display a list of existing Gnus bookmarks.
11872 The list is displayed in a buffer named `*Gnus Bookmark List*'.
11873 The leftmost column displays a D if the bookmark is flagged for
11874 deletion, or > if it is flagged for displaying.
11875
11876 \(fn)" t nil)
11877
11878 ;;;***
11879 \f
11880 ;;;### (autoloads (gnus-cache-delete-group gnus-cache-rename-group
11881 ;;;;;; gnus-cache-generate-nov-databases gnus-cache-generate-active
11882 ;;;;;; gnus-jog-cache) "gnus-cache" "gnus/gnus-cache.el" (20706
11883 ;;;;;; 54231 807276 0))
11884 ;;; Generated autoloads from gnus/gnus-cache.el
11885
11886 (autoload 'gnus-jog-cache "gnus-cache" "\
11887 Go through all groups and put the articles into the cache.
11888
11889 Usage:
11890 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
11891
11892 \(fn)" t nil)
11893
11894 (autoload 'gnus-cache-generate-active "gnus-cache" "\
11895 Generate the cache active file.
11896
11897 \(fn &optional DIRECTORY)" t nil)
11898
11899 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
11900 Generate NOV files recursively starting in DIR.
11901
11902 \(fn DIR)" t nil)
11903
11904 (autoload 'gnus-cache-rename-group "gnus-cache" "\
11905 Rename OLD-GROUP as NEW-GROUP.
11906 Always updates the cache, even when disabled, as the old cache
11907 files would corrupt Gnus when the cache was next enabled. It
11908 depends on the caller to determine whether group renaming is
11909 supported.
11910
11911 \(fn OLD-GROUP NEW-GROUP)" nil nil)
11912
11913 (autoload 'gnus-cache-delete-group "gnus-cache" "\
11914 Delete GROUP from the cache.
11915 Always updates the cache, even when disabled, as the old cache
11916 files would corrupt gnus when the cache was next enabled.
11917 Depends upon the caller to determine whether group deletion is
11918 supported.
11919
11920 \(fn GROUP)" nil nil)
11921
11922 ;;;***
11923 \f
11924 ;;;### (autoloads (gnus-delay-initialize gnus-delay-send-queue gnus-delay-article)
11925 ;;;;;; "gnus-delay" "gnus/gnus-delay.el" (20706 54231 807276 0))
11926 ;;; Generated autoloads from gnus/gnus-delay.el
11927
11928 (autoload 'gnus-delay-article "gnus-delay" "\
11929 Delay this article by some time.
11930 DELAY is a string, giving the length of the time. Possible values are:
11931
11932 * <digits><units> for <units> in minutes (`m'), hours (`h'), days (`d'),
11933 weeks (`w'), months (`M'), or years (`Y');
11934
11935 * YYYY-MM-DD for a specific date. The time of day is given by the
11936 variable `gnus-delay-default-hour', minute and second are zero.
11937
11938 * hh:mm for a specific time. Use 24h format. If it is later than this
11939 time, then the deadline is tomorrow, else today.
11940
11941 \(fn DELAY)" t nil)
11942
11943 (autoload 'gnus-delay-send-queue "gnus-delay" "\
11944 Send all the delayed messages that are due now.
11945
11946 \(fn)" t nil)
11947
11948 (autoload 'gnus-delay-initialize "gnus-delay" "\
11949 Initialize the gnus-delay package.
11950 This sets up a key binding in `message-mode' to delay a message.
11951 This tells Gnus to look for delayed messages after getting new news.
11952
11953 The optional arg NO-KEYMAP is ignored.
11954 Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
11955
11956 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
11957
11958 ;;;***
11959 \f
11960 ;;;### (autoloads (gnus-user-format-function-D gnus-user-format-function-d)
11961 ;;;;;; "gnus-diary" "gnus/gnus-diary.el" (20706 54231 807276 0))
11962 ;;; Generated autoloads from gnus/gnus-diary.el
11963
11964 (autoload 'gnus-user-format-function-d "gnus-diary" "\
11965
11966
11967 \(fn HEADER)" nil nil)
11968
11969 (autoload 'gnus-user-format-function-D "gnus-diary" "\
11970
11971
11972 \(fn HEADER)" nil nil)
11973
11974 ;;;***
11975 \f
11976 ;;;### (autoloads (turn-on-gnus-dired-mode) "gnus-dired" "gnus/gnus-dired.el"
11977 ;;;;;; (20706 54231 807276 0))
11978 ;;; Generated autoloads from gnus/gnus-dired.el
11979
11980 (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
11981 Convenience method to turn on gnus-dired-mode.
11982
11983 \(fn)" t nil)
11984
11985 ;;;***
11986 \f
11987 ;;;### (autoloads (gnus-draft-reminder) "gnus-draft" "gnus/gnus-draft.el"
11988 ;;;;;; (20706 54231 807276 0))
11989 ;;; Generated autoloads from gnus/gnus-draft.el
11990
11991 (autoload 'gnus-draft-reminder "gnus-draft" "\
11992 Reminder user if there are unsent drafts.
11993
11994 \(fn)" t nil)
11995
11996 ;;;***
11997 \f
11998 ;;;### (autoloads (gnus-convert-png-to-face gnus-convert-face-to-png
11999 ;;;;;; gnus-face-from-file gnus-x-face-from-file gnus-insert-random-x-face-header
12000 ;;;;;; gnus-random-x-face) "gnus-fun" "gnus/gnus-fun.el" (20706
12001 ;;;;;; 54231 807276 0))
12002 ;;; Generated autoloads from gnus/gnus-fun.el
12003
12004 (autoload 'gnus-random-x-face "gnus-fun" "\
12005 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12006
12007 \(fn)" t nil)
12008
12009 (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
12010 Insert a random X-Face header from `gnus-x-face-directory'.
12011
12012 \(fn)" t nil)
12013
12014 (autoload 'gnus-x-face-from-file "gnus-fun" "\
12015 Insert an X-Face header based on an image file.
12016
12017 Depending on `gnus-convert-image-to-x-face-command' it may accept
12018 different input formats.
12019
12020 \(fn FILE)" t nil)
12021
12022 (autoload 'gnus-face-from-file "gnus-fun" "\
12023 Return a Face header based on an image file.
12024
12025 Depending on `gnus-convert-image-to-face-command' it may accept
12026 different input formats.
12027
12028 \(fn FILE)" t nil)
12029
12030 (autoload 'gnus-convert-face-to-png "gnus-fun" "\
12031 Convert FACE (which is base64-encoded) to a PNG.
12032 The PNG is returned as a string.
12033
12034 \(fn FACE)" nil nil)
12035
12036 (autoload 'gnus-convert-png-to-face "gnus-fun" "\
12037 Convert FILE to a Face.
12038 FILE should be a PNG file that's 48x48 and smaller than or equal to
12039 726 bytes.
12040
12041 \(fn FILE)" nil nil)
12042
12043 ;;;***
12044 \f
12045 ;;;### (autoloads (gnus-treat-mail-gravatar gnus-treat-from-gravatar)
12046 ;;;;;; "gnus-gravatar" "gnus/gnus-gravatar.el" (20706 54231 807276
12047 ;;;;;; 0))
12048 ;;; Generated autoloads from gnus/gnus-gravatar.el
12049
12050 (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
12051 Display gravatar in the From header.
12052 If gravatar is already displayed, remove it.
12053
12054 \(fn &optional FORCE)" t nil)
12055
12056 (autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\
12057 Display gravatars in the Cc and To headers.
12058 If gravatars are already displayed, remove them.
12059
12060 \(fn &optional FORCE)" t nil)
12061
12062 ;;;***
12063 \f
12064 ;;;### (autoloads (gnus-fetch-group-other-frame gnus-fetch-group)
12065 ;;;;;; "gnus-group" "gnus/gnus-group.el" (20706 54231 807276 0))
12066 ;;; Generated autoloads from gnus/gnus-group.el
12067
12068 (autoload 'gnus-fetch-group "gnus-group" "\
12069 Start Gnus if necessary and enter GROUP.
12070 If ARTICLES, display those articles.
12071 Returns whether the fetching was successful or not.
12072
12073 \(fn GROUP &optional ARTICLES)" t nil)
12074
12075 (autoload 'gnus-fetch-group-other-frame "gnus-group" "\
12076 Pop up a frame and enter GROUP.
12077
12078 \(fn GROUP)" t nil)
12079
12080 ;;;***
12081 \f
12082 ;;;### (autoloads (gnus-html-prefetch-images gnus-article-html) "gnus-html"
12083 ;;;;;; "gnus/gnus-html.el" (20706 54231 807276 0))
12084 ;;; Generated autoloads from gnus/gnus-html.el
12085
12086 (autoload 'gnus-article-html "gnus-html" "\
12087
12088
12089 \(fn &optional HANDLE)" nil nil)
12090
12091 (autoload 'gnus-html-prefetch-images "gnus-html" "\
12092
12093
12094 \(fn SUMMARY)" nil nil)
12095
12096 ;;;***
12097 \f
12098 ;;;### (autoloads (gnus-batch-score) "gnus-kill" "gnus/gnus-kill.el"
12099 ;;;;;; (20706 54231 807276 0))
12100 ;;; Generated autoloads from gnus/gnus-kill.el
12101
12102 (defalias 'gnus-batch-kill 'gnus-batch-score)
12103
12104 (autoload 'gnus-batch-score "gnus-kill" "\
12105 Run batched scoring.
12106 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12107
12108 \(fn)" t nil)
12109
12110 ;;;***
12111 \f
12112 ;;;### (autoloads (gnus-mailing-list-mode gnus-mailing-list-insinuate
12113 ;;;;;; turn-on-gnus-mailing-list-mode) "gnus-ml" "gnus/gnus-ml.el"
12114 ;;;;;; (20706 54231 807276 0))
12115 ;;; Generated autoloads from gnus/gnus-ml.el
12116
12117 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
12118
12119
12120 \(fn)" nil nil)
12121
12122 (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
12123 Setup group parameters from List-Post header.
12124 If FORCE is non-nil, replace the old ones.
12125
12126 \(fn &optional FORCE)" t nil)
12127
12128 (autoload 'gnus-mailing-list-mode "gnus-ml" "\
12129 Minor mode for providing mailing-list commands.
12130
12131 \\{gnus-mailing-list-mode-map}
12132
12133 \(fn &optional ARG)" t nil)
12134
12135 ;;;***
12136 \f
12137 ;;;### (autoloads (gnus-group-split-fancy gnus-group-split gnus-group-split-update
12138 ;;;;;; gnus-group-split-setup) "gnus-mlspl" "gnus/gnus-mlspl.el"
12139 ;;;;;; (20706 54231 807276 0))
12140 ;;; Generated autoloads from gnus/gnus-mlspl.el
12141
12142 (autoload 'gnus-group-split-setup "gnus-mlspl" "\
12143 Set up the split for `nnmail-split-fancy'.
12144 Sets things up so that nnmail-split-fancy is used for mail
12145 splitting, and defines the variable nnmail-split-fancy according with
12146 group parameters.
12147
12148 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
12149 interactively), it makes sure nnmail-split-fancy is re-computed before
12150 getting new mail, by adding `gnus-group-split-update' to
12151 `nnmail-pre-get-new-mail-hook'.
12152
12153 A non-nil CATCH-ALL replaces the current value of
12154 `gnus-group-split-default-catch-all-group'. This variable is only used
12155 by gnus-group-split-update, and only when its CATCH-ALL argument is
12156 nil. This argument may contain any fancy split, that will be added as
12157 the last split in a `|' split produced by `gnus-group-split-fancy',
12158 unless overridden by any group marked as a catch-all group. Typical
12159 uses are as simple as the name of a default mail group, but more
12160 elaborate fancy splits may also be useful to split mail that doesn't
12161 match any of the group-specified splitting rules. See
12162 `gnus-group-split-fancy' for details.
12163
12164 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
12165
12166 (autoload 'gnus-group-split-update "gnus-mlspl" "\
12167 Computes nnmail-split-fancy from group params and CATCH-ALL.
12168 It does this by calling by calling (gnus-group-split-fancy nil
12169 nil CATCH-ALL).
12170
12171 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used
12172 instead. This variable is set by `gnus-group-split-setup'.
12173
12174 \(fn &optional CATCH-ALL)" t nil)
12175
12176 (autoload 'gnus-group-split "gnus-mlspl" "\
12177 Use information from group parameters in order to split mail.
12178 See `gnus-group-split-fancy' for more information.
12179
12180 `gnus-group-split' is a valid value for `nnmail-split-methods'.
12181
12182 \(fn)" nil nil)
12183
12184 (autoload 'gnus-group-split-fancy "gnus-mlspl" "\
12185 Uses information from group parameters in order to split mail.
12186 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
12187
12188 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
12189
12190 GROUPS may be a regular expression or a list of group names, that will
12191 be used to select candidate groups. If it is omitted or nil, all
12192 existing groups are considered.
12193
12194 if NO-CROSSPOST is omitted or nil, a & split will be returned,
12195 otherwise, a | split, that does not allow crossposting, will be
12196 returned.
12197
12198 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
12199 is specified, this split is returned as-is (unless it is nil: in this
12200 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
12201 EXTRA-ALIASES are specified, a regexp that matches any of them is
12202 constructed (extra-aliases may be a list). Additionally, if
12203 SPLIT-REGEXP is specified, the regexp will be extended so that it
12204 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
12205 clauses will be generated.
12206
12207 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
12208 catch-all marks in group parameters. Otherwise, if there is no
12209 selected group whose SPLIT-REGEXP matches the empty string, nor is
12210 there a selected group whose SPLIT-SPEC is 'catch-all, this fancy
12211 split (say, a group name) will be appended to the returned SPLIT list,
12212 as the last element of a '| SPLIT.
12213
12214 For example, given the following group parameters:
12215
12216 nnml:mail.bar:
12217 \((to-address . \"bar@femail.com\")
12218 (split-regexp . \".*@femail\\\\.com\"))
12219 nnml:mail.foo:
12220 \((to-list . \"foo@nowhere.gov\")
12221 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
12222 (split-exclude \"bugs-foo\" \"rambling-foo\")
12223 (admin-address . \"foo-request@nowhere.gov\"))
12224 nnml:mail.others:
12225 \((split-spec . catch-all))
12226
12227 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12228
12229 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
12230 \"mail.bar\")
12231 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
12232 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
12233 \"mail.others\")
12234
12235 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
12236
12237 ;;;***
12238 \f
12239 ;;;### (autoloads (gnus-button-reply gnus-button-mailto gnus-msg-mail)
12240 ;;;;;; "gnus-msg" "gnus/gnus-msg.el" (20706 54231 807276 0))
12241 ;;; Generated autoloads from gnus/gnus-msg.el
12242
12243 (autoload 'gnus-msg-mail "gnus-msg" "\
12244 Start editing a mail message to be sent.
12245 Like `message-mail', but with Gnus paraphernalia, particularly the
12246 Gcc: header for archiving purposes.
12247 If Gnus isn't running, a plain `message-mail' setup is used
12248 instead.
12249
12250 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
12251
12252 (autoload 'gnus-button-mailto "gnus-msg" "\
12253 Mail to ADDRESS.
12254
12255 \(fn ADDRESS)" nil nil)
12256
12257 (autoload 'gnus-button-reply "gnus-msg" "\
12258 Like `message-reply'.
12259
12260 \(fn &optional TO-ADDRESS WIDE)" t nil)
12261
12262 (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
12263
12264 ;;;***
12265 \f
12266 ;;;### (autoloads (gnus-notifications) "gnus-notifications" "gnus/gnus-notifications.el"
12267 ;;;;;; (20706 54231 807276 0))
12268 ;;; Generated autoloads from gnus/gnus-notifications.el
12269
12270 (autoload 'gnus-notifications "gnus-notifications" "\
12271 Send a notification on new message.
12272 This check for new messages that are in group with a level lower
12273 or equal to `gnus-notifications-minimum-level' and send a
12274 notification using `notifications-notify' for it.
12275
12276 This is typically a function to add in
12277 `gnus-after-getting-new-news-hook'
12278
12279 \(fn)" nil nil)
12280
12281 ;;;***
12282 \f
12283 ;;;### (autoloads (gnus-treat-newsgroups-picon gnus-treat-mail-picon
12284 ;;;;;; gnus-treat-from-picon) "gnus-picon" "gnus/gnus-picon.el"
12285 ;;;;;; (20706 54231 807276 0))
12286 ;;; Generated autoloads from gnus/gnus-picon.el
12287
12288 (autoload 'gnus-treat-from-picon "gnus-picon" "\
12289 Display picons in the From header.
12290 If picons are already displayed, remove them.
12291
12292 \(fn)" t nil)
12293
12294 (autoload 'gnus-treat-mail-picon "gnus-picon" "\
12295 Display picons in the Cc and To headers.
12296 If picons are already displayed, remove them.
12297
12298 \(fn)" t nil)
12299
12300 (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
12301 Display picons in the Newsgroups and Followup-To headers.
12302 If picons are already displayed, remove them.
12303
12304 \(fn)" t nil)
12305
12306 ;;;***
12307 \f
12308 ;;;### (autoloads (gnus-add-to-sorted-list gnus-sorted-nunion gnus-sorted-union
12309 ;;;;;; gnus-sorted-nintersection gnus-sorted-range-intersection
12310 ;;;;;; gnus-sorted-intersection gnus-intersection gnus-sorted-complement
12311 ;;;;;; gnus-sorted-ndifference gnus-sorted-difference) "gnus-range"
12312 ;;;;;; "gnus/gnus-range.el" (20706 54231 807276 0))
12313 ;;; Generated autoloads from gnus/gnus-range.el
12314
12315 (autoload 'gnus-sorted-difference "gnus-range" "\
12316 Return a list of elements of LIST1 that do not appear in LIST2.
12317 Both lists have to be sorted over <.
12318 The tail of LIST1 is not copied.
12319
12320 \(fn LIST1 LIST2)" nil nil)
12321
12322 (autoload 'gnus-sorted-ndifference "gnus-range" "\
12323 Return a list of elements of LIST1 that do not appear in LIST2.
12324 Both lists have to be sorted over <.
12325 LIST1 is modified.
12326
12327 \(fn LIST1 LIST2)" nil nil)
12328
12329 (autoload 'gnus-sorted-complement "gnus-range" "\
12330 Return a list of elements that are in LIST1 or LIST2 but not both.
12331 Both lists have to be sorted over <.
12332
12333 \(fn LIST1 LIST2)" nil nil)
12334
12335 (autoload 'gnus-intersection "gnus-range" "\
12336
12337
12338 \(fn LIST1 LIST2)" nil nil)
12339
12340 (autoload 'gnus-sorted-intersection "gnus-range" "\
12341 Return intersection of LIST1 and LIST2.
12342 LIST1 and LIST2 have to be sorted over <.
12343
12344 \(fn LIST1 LIST2)" nil nil)
12345
12346 (autoload 'gnus-sorted-range-intersection "gnus-range" "\
12347 Return intersection of RANGE1 and RANGE2.
12348 RANGE1 and RANGE2 have to be sorted over <.
12349
12350 \(fn RANGE1 RANGE2)" nil nil)
12351
12352 (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection)
12353
12354 (autoload 'gnus-sorted-nintersection "gnus-range" "\
12355 Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12356 LIST1 and LIST2 have to be sorted over <.
12357
12358 \(fn LIST1 LIST2)" nil nil)
12359
12360 (autoload 'gnus-sorted-union "gnus-range" "\
12361 Return union of LIST1 and LIST2.
12362 LIST1 and LIST2 have to be sorted over <.
12363
12364 \(fn LIST1 LIST2)" nil nil)
12365
12366 (autoload 'gnus-sorted-nunion "gnus-range" "\
12367 Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12368 LIST1 and LIST2 have to be sorted over <.
12369
12370 \(fn LIST1 LIST2)" nil nil)
12371
12372 (autoload 'gnus-add-to-sorted-list "gnus-range" "\
12373 Add NUM into sorted LIST by side effect.
12374
12375 \(fn LIST NUM)" nil nil)
12376
12377 ;;;***
12378 \f
12379 ;;;### (autoloads (gnus-registry-install-hooks gnus-registry-initialize)
12380 ;;;;;; "gnus-registry" "gnus/gnus-registry.el" (20706 54231 807276
12381 ;;;;;; 0))
12382 ;;; Generated autoloads from gnus/gnus-registry.el
12383
12384 (autoload 'gnus-registry-initialize "gnus-registry" "\
12385 Initialize the Gnus registry.
12386
12387 \(fn)" t nil)
12388
12389 (autoload 'gnus-registry-install-hooks "gnus-registry" "\
12390 Install the registry hooks.
12391
12392 \(fn)" t nil)
12393
12394 ;;;***
12395 \f
12396 ;;;### (autoloads (gnus-sieve-article-add-rule gnus-sieve-generate
12397 ;;;;;; gnus-sieve-update) "gnus-sieve" "gnus/gnus-sieve.el" (20706
12398 ;;;;;; 54231 807276 0))
12399 ;;; Generated autoloads from gnus/gnus-sieve.el
12400
12401 (autoload 'gnus-sieve-update "gnus-sieve" "\
12402 Update the Sieve script in gnus-sieve-file, by replacing the region
12403 between gnus-sieve-region-start and gnus-sieve-region-end with
12404 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
12405 execute gnus-sieve-update-shell-command.
12406 See the documentation for these variables and functions for details.
12407
12408 \(fn)" t nil)
12409
12410 (autoload 'gnus-sieve-generate "gnus-sieve" "\
12411 Generate the Sieve script in gnus-sieve-file, by replacing the region
12412 between gnus-sieve-region-start and gnus-sieve-region-end with
12413 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
12414 See the documentation for these variables and functions for details.
12415
12416 \(fn)" t nil)
12417
12418 (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
12419
12420
12421 \(fn)" t nil)
12422
12423 ;;;***
12424 \f
12425 ;;;### (autoloads (gnus-update-format) "gnus-spec" "gnus/gnus-spec.el"
12426 ;;;;;; (20706 54231 807276 0))
12427 ;;; Generated autoloads from gnus/gnus-spec.el
12428
12429 (autoload 'gnus-update-format "gnus-spec" "\
12430 Update the format specification near point.
12431
12432 \(fn VAR)" t nil)
12433
12434 ;;;***
12435 \f
12436 ;;;### (autoloads (gnus-declare-backend) "gnus-start" "gnus/gnus-start.el"
12437 ;;;;;; (20706 54231 807276 0))
12438 ;;; Generated autoloads from gnus/gnus-start.el
12439
12440 (autoload 'gnus-declare-backend "gnus-start" "\
12441 Declare back end NAME with ABILITIES as a Gnus back end.
12442
12443 \(fn NAME &rest ABILITIES)" nil nil)
12444
12445 ;;;***
12446 \f
12447 ;;;### (autoloads (gnus-summary-bookmark-jump) "gnus-sum" "gnus/gnus-sum.el"
12448 ;;;;;; (20706 54231 807276 0))
12449 ;;; Generated autoloads from gnus/gnus-sum.el
12450
12451 (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
12452 Handler function for record returned by `gnus-summary-bookmark-make-record'.
12453 BOOKMARK is a bookmark name or a bookmark record.
12454
12455 \(fn BOOKMARK)" nil nil)
12456
12457 ;;;***
12458 \f
12459 ;;;### (autoloads (gnus-sync-install-hooks gnus-sync-initialize)
12460 ;;;;;; "gnus-sync" "gnus/gnus-sync.el" (20706 54231 807276 0))
12461 ;;; Generated autoloads from gnus/gnus-sync.el
12462
12463 (autoload 'gnus-sync-initialize "gnus-sync" "\
12464 Initialize the Gnus sync facility.
12465
12466 \(fn)" t nil)
12467
12468 (autoload 'gnus-sync-install-hooks "gnus-sync" "\
12469 Install the sync hooks.
12470
12471 \(fn)" t nil)
12472
12473 ;;;***
12474 \f
12475 ;;;### (autoloads (gnus-add-configuration) "gnus-win" "gnus/gnus-win.el"
12476 ;;;;;; (20706 54231 807276 0))
12477 ;;; Generated autoloads from gnus/gnus-win.el
12478
12479 (autoload 'gnus-add-configuration "gnus-win" "\
12480 Add the window configuration CONF to `gnus-buffer-configuration'.
12481
12482 \(fn CONF)" nil nil)
12483
12484 ;;;***
12485 \f
12486 ;;;### (autoloads (gnutls-min-prime-bits) "gnutls" "net/gnutls.el"
12487 ;;;;;; (20706 54231 807276 0))
12488 ;;; Generated autoloads from net/gnutls.el
12489
12490 (defvar gnutls-min-prime-bits 256 "\
12491 Minimum number of prime bits accepted by GnuTLS for key exchange.
12492 During a Diffie-Hellman handshake, if the server sends a prime
12493 number with fewer than this number of bits, the handshake is
12494 rejected. (The smaller the prime number, the less secure the
12495 key exchange is against man-in-the-middle attacks.)
12496
12497 A value of nil says to use the default GnuTLS value.")
12498
12499 (custom-autoload 'gnutls-min-prime-bits "gnutls" t)
12500
12501 ;;;***
12502 \f
12503 ;;;### (autoloads (gomoku) "gomoku" "play/gomoku.el" (20706 54231
12504 ;;;;;; 807276 0))
12505 ;;; Generated autoloads from play/gomoku.el
12506
12507 (autoload 'gomoku "gomoku" "\
12508 Start a Gomoku game between you and Emacs.
12509
12510 If a game is in progress, this command allows you to resume it.
12511 If optional arguments N and M are given, an N by M board is used.
12512 If prefix arg is given for N, M is prompted for.
12513
12514 You and Emacs play in turn by marking a free square. You mark it with X
12515 and Emacs marks it with O. The winner is the first to get five contiguous
12516 marks horizontally, vertically or in diagonal.
12517
12518 You play by moving the cursor over the square you choose and hitting
12519 \\<gomoku-mode-map>\\[gomoku-human-plays].
12520
12521 This program actually plays a simplified or archaic version of the
12522 Gomoku game, and ought to be upgraded to use the full modern rules.
12523
12524 Use \\[describe-mode] for more info.
12525
12526 \(fn &optional N M)" t nil)
12527
12528 ;;;***
12529 \f
12530 ;;;### (autoloads (goto-address-prog-mode goto-address-mode goto-address
12531 ;;;;;; goto-address-at-point) "goto-addr" "net/goto-addr.el" (20706
12532 ;;;;;; 54231 807276 0))
12533 ;;; Generated autoloads from net/goto-addr.el
12534
12535 (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
12536
12537 (autoload 'goto-address-at-point "goto-addr" "\
12538 Send to the e-mail address or load the URL at point.
12539 Send mail to address at point. See documentation for
12540 `goto-address-find-address-at-point'. If no address is found
12541 there, then load the URL at or before point.
12542
12543 \(fn &optional EVENT)" t nil)
12544
12545 (autoload 'goto-address "goto-addr" "\
12546 Sets up goto-address functionality in the current buffer.
12547 Allows user to use mouse/keyboard command to click to go to a URL
12548 or to send e-mail.
12549 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
12550 only on URLs and e-mail addresses.
12551
12552 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12553 `goto-address-highlight-p' for more information).
12554
12555 \(fn)" t nil)
12556 (put 'goto-address 'safe-local-eval-function t)
12557
12558 (autoload 'goto-address-mode "goto-addr" "\
12559 Minor mode to buttonize URLs and e-mail addresses in the current buffer.
12560 With a prefix argument ARG, enable the mode if ARG is positive,
12561 and disable it otherwise. If called from Lisp, enable the mode
12562 if ARG is omitted or nil.
12563
12564 \(fn &optional ARG)" t nil)
12565
12566 (autoload 'goto-address-prog-mode "goto-addr" "\
12567 Like `goto-address-mode', but only for comments and strings.
12568
12569 \(fn &optional ARG)" t nil)
12570
12571 ;;;***
12572 \f
12573 ;;;### (autoloads (gravatar-retrieve-synchronously gravatar-retrieve)
12574 ;;;;;; "gravatar" "gnus/gravatar.el" (20706 54231 807276 0))
12575 ;;; Generated autoloads from gnus/gravatar.el
12576
12577 (autoload 'gravatar-retrieve "gravatar" "\
12578 Retrieve MAIL-ADDRESS gravatar and call CB on retrieval.
12579 You can provide a list of argument to pass to CB in CBARGS.
12580
12581 \(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
12582
12583 (autoload 'gravatar-retrieve-synchronously "gravatar" "\
12584 Retrieve MAIL-ADDRESS gravatar and returns it.
12585
12586 \(fn MAIL-ADDRESS)" nil nil)
12587
12588 ;;;***
12589 \f
12590 ;;;### (autoloads (zrgrep rgrep lgrep grep-find grep grep-mode grep-compute-defaults
12591 ;;;;;; grep-process-setup grep-setup-hook grep-find-command grep-command
12592 ;;;;;; grep-window-height) "grep" "progmodes/grep.el" (20706 54231
12593 ;;;;;; 807276 0))
12594 ;;; Generated autoloads from progmodes/grep.el
12595
12596 (defvar grep-window-height nil "\
12597 Number of lines in a grep window. If nil, use `compilation-window-height'.")
12598
12599 (custom-autoload 'grep-window-height "grep" t)
12600
12601 (defvar grep-command nil "\
12602 The default grep command for \\[grep].
12603 If the grep program used supports an option to always include file names
12604 in its output (such as the `-H' option to GNU grep), it's a good idea to
12605 include it when specifying `grep-command'.
12606
12607 In interactive usage, the actual value of this variable is set up
12608 by `grep-compute-defaults'; to change the default value, use
12609 Customize or call the function `grep-apply-setting'.")
12610
12611 (custom-autoload 'grep-command "grep" nil)
12612
12613 (defvar grep-find-command nil "\
12614 The default find command for \\[grep-find].
12615 In interactive usage, the actual value of this variable is set up
12616 by `grep-compute-defaults'; to change the default value, use
12617 Customize or call the function `grep-apply-setting'.")
12618
12619 (custom-autoload 'grep-find-command "grep" nil)
12620
12621 (defvar grep-setup-hook nil "\
12622 List of hook functions run by `grep-process-setup' (see `run-hooks').")
12623
12624 (custom-autoload 'grep-setup-hook "grep" t)
12625
12626 (defconst grep-regexp-alist '(("^\\(.+?\\)\\(:[ ]*\\)\\([1-9][0-9]*\\)\\2" 1 3 ((lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match))) (when mbeg (- mbeg beg))))) lambda nil (when grep-highlight-matches (let* ((beg (match-end 0)) (end (save-excursion (goto-char beg) (line-end-position))) (mbeg (text-property-any beg end 'font-lock-face 'match)) (mend (and mbeg (next-single-property-change mbeg 'font-lock-face nil end)))) (when mend (- mend beg)))))) ("^Binary file \\(.+\\) matches$" 1 nil nil 0 1)) "\
12627 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
12628
12629 (defvar grep-program (purecopy "grep") "\
12630 The default grep program for `grep-command' and `grep-find-command'.
12631 This variable's value takes effect when `grep-compute-defaults' is called.")
12632
12633 (defvar find-program (purecopy "find") "\
12634 The default find program for `grep-find-command'.
12635 This variable's value takes effect when `grep-compute-defaults' is called.")
12636
12637 (defvar xargs-program (purecopy "xargs") "\
12638 The default xargs program for `grep-find-command'.
12639 See `grep-find-use-xargs'.
12640 This variable's value takes effect when `grep-compute-defaults' is called.")
12641
12642 (defvar grep-find-use-xargs nil "\
12643 How to invoke find and grep.
12644 If `exec', use `find -exec {} ;'.
12645 If `exec-plus' use `find -exec {} +'.
12646 If `gnu', use `find -print0' and `xargs -0'.
12647 Any other value means to use `find -print' and `xargs'.
12648
12649 This variable's value takes effect when `grep-compute-defaults' is called.")
12650
12651 (defvar grep-history nil "\
12652 History list for grep.")
12653
12654 (defvar grep-find-history nil "\
12655 History list for grep-find.")
12656
12657 (autoload 'grep-process-setup "grep" "\
12658 Setup compilation variables and buffer for `grep'.
12659 Set up `compilation-exit-message-function' and run `grep-setup-hook'.
12660
12661 \(fn)" nil nil)
12662
12663 (autoload 'grep-compute-defaults "grep" "\
12664
12665
12666 \(fn)" nil nil)
12667
12668 (autoload 'grep-mode "grep" "\
12669 Sets `grep-last-buffer' and `compilation-window-height'.
12670
12671 \(fn)" nil nil)
12672
12673 (autoload 'grep "grep" "\
12674 Run grep, with user-specified args, and collect output in a buffer.
12675 While grep runs asynchronously, you can use \\[next-error] (M-x next-error),
12676 or \\<grep-mode-map>\\[compile-goto-error] in the *grep* buffer, to go to the lines where grep found
12677 matches. To kill the grep job before it finishes, type \\[kill-compilation].
12678
12679 For doing a recursive `grep', see the `rgrep' command. For running
12680 `grep' in a specific directory, see `lgrep'.
12681
12682 This command uses a special history list for its COMMAND-ARGS, so you
12683 can easily repeat a grep command.
12684
12685 A prefix argument says to default the argument based upon the current
12686 tag the cursor is over, substituting it into the last grep command
12687 in the grep command history (or into `grep-command' if that history
12688 list is empty).
12689
12690 \(fn COMMAND-ARGS)" t nil)
12691
12692 (autoload 'grep-find "grep" "\
12693 Run grep via find, with user-specified args COMMAND-ARGS.
12694 Collect output in a buffer.
12695 While find runs asynchronously, you can use the \\[next-error] command
12696 to find the text that grep hits refer to.
12697
12698 This command uses a special history list for its arguments, so you can
12699 easily repeat a find command.
12700
12701 \(fn COMMAND-ARGS)" t nil)
12702
12703 (defalias 'find-grep 'grep-find)
12704
12705 (autoload 'lgrep "grep" "\
12706 Run grep, searching for REGEXP in FILES in directory DIR.
12707 The search is limited to file names matching shell pattern FILES.
12708 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12709 entering `ch' is equivalent to `*.[ch]'.
12710
12711 With \\[universal-argument] prefix, you can edit the constructed shell command line
12712 before it is executed.
12713 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12714
12715 Collect output in a buffer. While grep runs asynchronously, you
12716 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12717 to go to the lines where grep found matches.
12718
12719 This command shares argument histories with \\[rgrep] and \\[grep].
12720
12721 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12722
12723 (autoload 'rgrep "grep" "\
12724 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
12725 The search is limited to file names matching shell pattern FILES.
12726 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12727 entering `ch' is equivalent to `*.[ch]'.
12728
12729 With \\[universal-argument] prefix, you can edit the constructed shell command line
12730 before it is executed.
12731 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12732
12733 Collect output in a buffer. While the recursive grep is running,
12734 you can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12735 to visit the lines where matches were found. To kill the job
12736 before it finishes, type \\[kill-compilation].
12737
12738 This command shares argument histories with \\[lgrep] and \\[grep-find].
12739
12740 When called programmatically and FILES is nil, REGEXP is expected
12741 to specify a command to run.
12742
12743 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12744
12745 (autoload 'zrgrep "grep" "\
12746 Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR.
12747 Like `rgrep' but uses `zgrep' for `grep-program', sets the default
12748 file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12749
12750 \(fn REGEXP &optional FILES DIR CONFIRM GREP-FIND-TEMPLATE)" t nil)
12751
12752 (defalias 'rzgrep 'zrgrep)
12753
12754 ;;;***
12755 \f
12756 ;;;### (autoloads (gs-load-image) "gs" "gs.el" (20706 54231 807276
12757 ;;;;;; 0))
12758 ;;; Generated autoloads from gs.el
12759
12760 (autoload 'gs-load-image "gs" "\
12761 Load a PS image for display on FRAME.
12762 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
12763 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
12764 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
12765
12766 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
12767
12768 ;;;***
12769 \f
12770 ;;;### (autoloads (gud-tooltip-mode gdb-script-mode jdb pdb perldb
12771 ;;;;;; xdb dbx sdb gud-gdb) "gud" "progmodes/gud.el" (20706 54231
12772 ;;;;;; 807276 0))
12773 ;;; Generated autoloads from progmodes/gud.el
12774
12775 (autoload 'gud-gdb "gud" "\
12776 Run gdb on program FILE in buffer *gud-FILE*.
12777 The directory containing FILE becomes the initial working
12778 directory and source-file directory for your debugger.
12779
12780 \(fn COMMAND-LINE)" t nil)
12781
12782 (autoload 'sdb "gud" "\
12783 Run sdb on program FILE in buffer *gud-FILE*.
12784 The directory containing FILE becomes the initial working directory
12785 and source-file directory for your debugger.
12786
12787 \(fn COMMAND-LINE)" t nil)
12788
12789 (autoload 'dbx "gud" "\
12790 Run dbx on program FILE in buffer *gud-FILE*.
12791 The directory containing FILE becomes the initial working directory
12792 and source-file directory for your debugger.
12793
12794 \(fn COMMAND-LINE)" t nil)
12795
12796 (autoload 'xdb "gud" "\
12797 Run xdb on program FILE in buffer *gud-FILE*.
12798 The directory containing FILE becomes the initial working directory
12799 and source-file directory for your debugger.
12800
12801 You can set the variable `gud-xdb-directories' to a list of program source
12802 directories if your program contains sources from more than one directory.
12803
12804 \(fn COMMAND-LINE)" t nil)
12805
12806 (autoload 'perldb "gud" "\
12807 Run perldb on program FILE in buffer *gud-FILE*.
12808 The directory containing FILE becomes the initial working directory
12809 and source-file directory for your debugger.
12810
12811 \(fn COMMAND-LINE)" t nil)
12812
12813 (autoload 'pdb "gud" "\
12814 Run pdb on program FILE in buffer `*gud-FILE*'.
12815 The directory containing FILE becomes the initial working directory
12816 and source-file directory for your debugger.
12817
12818 \(fn COMMAND-LINE)" t nil)
12819
12820 (autoload 'jdb "gud" "\
12821 Run jdb with command line COMMAND-LINE in a buffer.
12822 The buffer is named \"*gud*\" if no initial class is given or
12823 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
12824 switch is given, omit all whitespace between it and its value.
12825
12826 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
12827 information on how jdb accesses source files. Alternatively (if
12828 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
12829 original source file access method.
12830
12831 For general information about commands available to control jdb from
12832 gud, see `gud-mode'.
12833
12834 \(fn COMMAND-LINE)" t nil)
12835
12836 (autoload 'gdb-script-mode "gud" "\
12837 Major mode for editing GDB scripts.
12838
12839 \(fn)" t nil)
12840
12841 (defvar gud-tooltip-mode nil "\
12842 Non-nil if Gud-Tooltip mode is enabled.
12843 See the command `gud-tooltip-mode' for a description of this minor mode.
12844 Setting this variable directly does not take effect;
12845 either customize it (see the info node `Easy Customization')
12846 or call the function `gud-tooltip-mode'.")
12847
12848 (custom-autoload 'gud-tooltip-mode "gud" nil)
12849
12850 (autoload 'gud-tooltip-mode "gud" "\
12851 Toggle the display of GUD tooltips.
12852 With a prefix argument ARG, enable the feature if ARG is
12853 positive, and disable it otherwise. If called from Lisp, enable
12854 it if ARG is omitted or nil.
12855
12856 \(fn &optional ARG)" t nil)
12857
12858 ;;;***
12859 \f
12860 ;;;### (autoloads (setf gv-define-simple-setter gv-define-setter
12861 ;;;;;; gv--defun-declaration gv-define-expander gv-letplace gv-get)
12862 ;;;;;; "gv" "emacs-lisp/gv.el" (20706 54231 807276 0))
12863 ;;; Generated autoloads from emacs-lisp/gv.el
12864
12865 (autoload 'gv-get "gv" "\
12866 Build the code that applies DO to PLACE.
12867 PLACE must be a valid generalized variable.
12868 DO must be a function; it will be called with 2 arguments: GETTER and SETTER,
12869 where GETTER is a (copyable) Elisp expression that returns the value of PLACE,
12870 and SETTER is a function which returns the code to set PLACE when called
12871 with a (not necessarily copyable) Elisp expression that returns the value to
12872 set it to.
12873 DO must return an Elisp expression.
12874
12875 \(fn PLACE DO)" nil nil)
12876
12877 (autoload 'gv-letplace "gv" "\
12878 Build the code manipulating the generalized variable PLACE.
12879 GETTER will be bound to a copyable expression that returns the value
12880 of PLACE.
12881 SETTER will be bound to a function that takes an expression V and returns
12882 a new expression that sets PLACE to V.
12883 BODY should return some Elisp expression E manipulating PLACE via GETTER
12884 and SETTER.
12885 The returned value will then be an Elisp expression that first evaluates
12886 all the parts of PLACE that can be evaluated and then runs E.
12887
12888 \(fn (GETTER SETTER) PLACE &rest BODY)" nil t)
12889
12890 (put 'gv-letplace 'lisp-indent-function '2)
12891
12892 (autoload 'gv-define-expander "gv" "\
12893 Use HANDLER to handle NAME as a generalized var.
12894 NAME is a symbol: the name of a function, macro, or special form.
12895 HANDLER is a function which takes an argument DO followed by the same
12896 arguments as NAME. DO is a function as defined in `gv-get'.
12897
12898 \(fn NAME HANDLER)" nil t)
12899
12900 (put 'gv-define-expander 'lisp-indent-function '1)
12901
12902 (autoload 'gv--defun-declaration "gv" "\
12903
12904
12905 \(fn SYMBOL NAME ARGS HANDLER &optional FIX)" nil nil)
12906
12907 (push `(gv-expander ,(apply-partially #'gv--defun-declaration 'gv-expander)) defun-declarations-alist)
12908
12909 (push `(gv-setter ,(apply-partially #'gv--defun-declaration 'gv-setter)) defun-declarations-alist)
12910
12911 (autoload 'gv-define-setter "gv" "\
12912 Define a setter method for generalized variable NAME.
12913 This macro is an easy-to-use substitute for `gv-define-expander' that works
12914 well for simple place forms.
12915 Assignments of VAL to (NAME ARGS...) are expanded by binding the argument
12916 forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must
12917 return a Lisp form that does the assignment.
12918 The first arg in ARGLIST (the one that receives VAL) receives an expression
12919 which can do arbitrary things, whereas the other arguments are all guaranteed
12920 to be pure and copyable. Example use:
12921 (gv-define-setter aref (v a i) `(aset ,a ,i ,v))
12922
12923 \(fn NAME ARGLIST &rest BODY)" nil t)
12924
12925 (put 'gv-define-setter 'lisp-indent-function '2)
12926
12927 (autoload 'gv-define-simple-setter "gv" "\
12928 Define a simple setter method for generalized variable NAME.
12929 This macro is an easy-to-use substitute for `gv-define-expander' that works
12930 well for simple place forms. Assignments of VAL to (NAME ARGS...) are
12931 turned into calls of the form (SETTER ARGS... VAL).
12932
12933 If FIX-RETURN is non-nil, then SETTER is not assumed to return VAL and
12934 instead the assignment is turned into something equivalent to
12935 (let ((temp VAL))
12936 (SETTER ARGS... temp)
12937 temp)
12938 so as to preserve the semantics of `setf'.
12939
12940 \(fn NAME SETTER &optional FIX-RETURN)" nil t)
12941
12942 (autoload 'setf "gv" "\
12943 Set each PLACE to the value of its VAL.
12944 This is a generalized version of `setq'; the PLACEs may be symbolic
12945 references such as (car x) or (aref x i), as well as plain symbols.
12946 For example, (setf (cadr x) y) is equivalent to (setcar (cdr x) y).
12947 The return value is the last VAL in the list.
12948
12949 \(fn PLACE VAL PLACE VAL ...)" nil t)
12950
12951 (put 'gv-place 'edebug-form-spec 'edebug-match-form)
12952
12953 ;;;***
12954 \f
12955 ;;;### (autoloads (handwrite) "handwrite" "play/handwrite.el" (20706
12956 ;;;;;; 54231 807276 0))
12957 ;;; Generated autoloads from play/handwrite.el
12958
12959 (autoload 'handwrite "handwrite" "\
12960 Turns the buffer into a \"handwritten\" document.
12961 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
12962 and `handwrite-13pt' set up for various sizes of output.
12963
12964 Variables: `handwrite-linespace' (default 12)
12965 `handwrite-fontsize' (default 11)
12966 `handwrite-numlines' (default 60)
12967 `handwrite-pagenumbering' (default nil)
12968
12969 \(fn)" t nil)
12970
12971 ;;;***
12972 \f
12973 ;;;### (autoloads (hanoi-unix-64 hanoi-unix hanoi) "hanoi" "play/hanoi.el"
12974 ;;;;;; (20627 10158 364804 0))
12975 ;;; Generated autoloads from play/hanoi.el
12976
12977 (autoload 'hanoi "hanoi" "\
12978 Towers of Hanoi diversion. Use NRINGS rings.
12979
12980 \(fn NRINGS)" t nil)
12981
12982 (autoload 'hanoi-unix "hanoi" "\
12983 Towers of Hanoi, UNIX doomsday version.
12984 Displays 32-ring towers that have been progressing at one move per
12985 second since 1970-01-01 00:00:00 GMT.
12986
12987 Repent before ring 31 moves.
12988
12989 \(fn)" t nil)
12990
12991 (autoload 'hanoi-unix-64 "hanoi" "\
12992 Like hanoi-unix, but pretend to have a 64-bit clock.
12993 This is, necessarily (as of Emacs 20.3), a crock. When the
12994 current-time interface is made s2G-compliant, hanoi.el will need
12995 to be updated.
12996
12997 \(fn)" t nil)
12998
12999 ;;;***
13000 \f
13001 ;;;### (autoloads (mail-check-payment mail-add-payment-async mail-add-payment
13002 ;;;;;; hashcash-verify-payment hashcash-insert-payment-async hashcash-insert-payment)
13003 ;;;;;; "hashcash" "mail/hashcash.el" (20706 54231 807276 0))
13004 ;;; Generated autoloads from mail/hashcash.el
13005
13006 (autoload 'hashcash-insert-payment "hashcash" "\
13007 Insert X-Payment and X-Hashcash headers with a payment for ARG
13008
13009 \(fn ARG)" t nil)
13010
13011 (autoload 'hashcash-insert-payment-async "hashcash" "\
13012 Insert X-Payment and X-Hashcash headers with a payment for ARG
13013 Only start calculation. Results are inserted when ready.
13014
13015 \(fn ARG)" t nil)
13016
13017 (autoload 'hashcash-verify-payment "hashcash" "\
13018 Verify a hashcash payment
13019
13020 \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
13021
13022 (autoload 'mail-add-payment "hashcash" "\
13023 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13024 for each recipient address. Prefix arg sets default payment temporarily.
13025 Set ASYNC to t to start asynchronous calculation. (See
13026 `mail-add-payment-async').
13027
13028 \(fn &optional ARG ASYNC)" t nil)
13029
13030 (autoload 'mail-add-payment-async "hashcash" "\
13031 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13032 for each recipient address. Prefix arg sets default payment temporarily.
13033 Calculation is asynchronous.
13034
13035 \(fn &optional ARG)" t nil)
13036
13037 (autoload 'mail-check-payment "hashcash" "\
13038 Look for a valid X-Payment: or X-Hashcash: header.
13039 Prefix arg sets default accept amount temporarily.
13040
13041 \(fn &optional ARG)" t nil)
13042
13043 ;;;***
13044 \f
13045 ;;;### (autoloads (scan-buf-previous-region scan-buf-next-region
13046 ;;;;;; scan-buf-move-to-region help-at-pt-display-when-idle help-at-pt-set-timer
13047 ;;;;;; help-at-pt-cancel-timer display-local-help help-at-pt-kbd-string
13048 ;;;;;; help-at-pt-string) "help-at-pt" "help-at-pt.el" (20706 54231
13049 ;;;;;; 807276 0))
13050 ;;; Generated autoloads from help-at-pt.el
13051
13052 (autoload 'help-at-pt-string "help-at-pt" "\
13053 Return the help-echo string at point.
13054 Normally, the string produced by the `help-echo' text or overlay
13055 property, or nil, is returned.
13056 If KBD is non-nil, `kbd-help' is used instead, and any
13057 `help-echo' property is ignored. In this case, the return value
13058 can also be t, if that is the value of the `kbd-help' property.
13059
13060 \(fn &optional KBD)" nil nil)
13061
13062 (autoload 'help-at-pt-kbd-string "help-at-pt" "\
13063 Return the keyboard help string at point.
13064 If the `kbd-help' text or overlay property at point produces a
13065 string, return it. Otherwise, use the `help-echo' property.
13066 If this produces no string either, return nil.
13067
13068 \(fn)" nil nil)
13069
13070 (autoload 'display-local-help "help-at-pt" "\
13071 Display local help in the echo area.
13072 This displays a short help message, namely the string produced by
13073 the `kbd-help' property at point. If `kbd-help' does not produce
13074 a string, but the `help-echo' property does, then that string is
13075 printed instead.
13076
13077 A numeric argument ARG prevents display of a message in case
13078 there is no help. While ARG can be used interactively, it is
13079 mainly meant for use from Lisp.
13080
13081 \(fn &optional ARG)" t nil)
13082
13083 (autoload 'help-at-pt-cancel-timer "help-at-pt" "\
13084 Cancel any timer set by `help-at-pt-set-timer'.
13085 This disables `help-at-pt-display-when-idle'.
13086
13087 \(fn)" t nil)
13088
13089 (autoload 'help-at-pt-set-timer "help-at-pt" "\
13090 Enable `help-at-pt-display-when-idle'.
13091 This is done by setting a timer, if none is currently active.
13092
13093 \(fn)" t nil)
13094
13095 (defvar help-at-pt-display-when-idle 'never "\
13096 Automatically show local help on point-over.
13097 If the value is t, the string obtained from any `kbd-help' or
13098 `help-echo' property at point is automatically printed in the
13099 echo area, if nothing else is already displayed there, or after a
13100 quit. If both `kbd-help' and `help-echo' produce help strings,
13101 `kbd-help' is used. If the value is a list, the help only gets
13102 printed if there is a text or overlay property at point that is
13103 included in this list. Suggested properties are `keymap',
13104 `local-map', `button' and `kbd-help'. Any value other than t or
13105 a non-empty list disables the feature.
13106
13107 This variable only takes effect after a call to
13108 `help-at-pt-set-timer'. The help gets printed after Emacs has
13109 been idle for `help-at-pt-timer-delay' seconds. You can call
13110 `help-at-pt-cancel-timer' to cancel the timer set by, and the
13111 effect of, `help-at-pt-set-timer'.
13112
13113 When this variable is set through Custom, `help-at-pt-set-timer'
13114 is called automatically, unless the value is `never', in which
13115 case `help-at-pt-cancel-timer' is called. Specifying an empty
13116 list of properties through Custom will set the timer, thus
13117 enabling buffer local values. It sets the actual value to nil.
13118 Thus, Custom distinguishes between a nil value and other values
13119 that disable the feature, which Custom identifies with `never'.
13120 The default is `never'.")
13121
13122 (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil)
13123
13124 (autoload 'scan-buf-move-to-region "help-at-pt" "\
13125 Go to the start of the next region with non-nil PROP property.
13126 Then run HOOK, which should be a quoted symbol that is a normal
13127 hook variable, or an expression evaluating to such a symbol.
13128 Adjacent areas with different non-nil PROP properties are
13129 considered different regions.
13130
13131 With numeric argument ARG, move to the start of the ARGth next
13132 such region, then run HOOK. If ARG is negative, move backward.
13133 If point is already in a region, then that region does not count
13134 toward ARG. If ARG is 0 and point is inside a region, move to
13135 the start of that region. If ARG is 0 and point is not in a
13136 region, print a message to that effect, but do not move point and
13137 do not run HOOK. If there are not enough regions to move over,
13138 an error results and the number of available regions is mentioned
13139 in the error message. Point is not moved and HOOK is not run.
13140
13141 \(fn PROP &optional ARG HOOK)" nil nil)
13142
13143 (autoload 'scan-buf-next-region "help-at-pt" "\
13144 Go to the start of the next region with non-nil help-echo.
13145 Print the help found there using `display-local-help'. Adjacent
13146 areas with different non-nil help-echo properties are considered
13147 different regions.
13148
13149 With numeric argument ARG, move to the start of the ARGth next
13150 help-echo region. If ARG is negative, move backward. If point
13151 is already in a help-echo region, then that region does not count
13152 toward ARG. If ARG is 0 and point is inside a help-echo region,
13153 move to the start of that region. If ARG is 0 and point is not
13154 in such a region, just print a message to that effect. If there
13155 are not enough regions to move over, an error results and the
13156 number of available regions is mentioned in the error message.
13157
13158 A potentially confusing subtlety is that point can be in a
13159 help-echo region without any local help being available. This is
13160 because `help-echo' can be a function evaluating to nil. This
13161 rarely happens in practice.
13162
13163 \(fn &optional ARG)" t nil)
13164
13165 (autoload 'scan-buf-previous-region "help-at-pt" "\
13166 Go to the start of the previous region with non-nil help-echo.
13167 Print the help found there using `display-local-help'. Adjacent
13168 areas with different non-nil help-echo properties are considered
13169 different regions. With numeric argument ARG, behaves like
13170 `scan-buf-next-region' with argument -ARG.
13171
13172 \(fn &optional ARG)" t nil)
13173
13174 ;;;***
13175 \f
13176 ;;;### (autoloads (doc-file-to-info doc-file-to-man describe-categories
13177 ;;;;;; describe-syntax describe-variable variable-at-point describe-function-1
13178 ;;;;;; find-lisp-object-file-name help-C-file-name describe-function)
13179 ;;;;;; "help-fns" "help-fns.el" (20706 54231 807276 0))
13180 ;;; Generated autoloads from help-fns.el
13181
13182 (autoload 'describe-function "help-fns" "\
13183 Display the full documentation of FUNCTION (a symbol).
13184
13185 \(fn FUNCTION)" t nil)
13186
13187 (autoload 'help-C-file-name "help-fns" "\
13188 Return the name of the C file where SUBR-OR-VAR is defined.
13189 KIND should be `var' for a variable or `subr' for a subroutine.
13190
13191 \(fn SUBR-OR-VAR KIND)" nil nil)
13192
13193 (autoload 'find-lisp-object-file-name "help-fns" "\
13194 Guess the file that defined the Lisp object OBJECT, of type TYPE.
13195 OBJECT should be a symbol associated with a function, variable, or face;
13196 alternatively, it can be a function definition.
13197 If TYPE is `defvar', search for a variable definition.
13198 If TYPE is `defface', search for a face definition.
13199 If TYPE is the value returned by `symbol-function' for a function symbol,
13200 search for a function definition.
13201
13202 The return value is the absolute name of a readable file where OBJECT is
13203 defined. If several such files exist, preference is given to a file
13204 found via `load-path'. The return value can also be `C-source', which
13205 means that OBJECT is a function or variable defined in C. If no
13206 suitable file is found, return nil.
13207
13208 \(fn OBJECT TYPE)" nil nil)
13209
13210 (autoload 'describe-function-1 "help-fns" "\
13211
13212
13213 \(fn FUNCTION)" nil nil)
13214
13215 (autoload 'variable-at-point "help-fns" "\
13216 Return the bound variable symbol found at or before point.
13217 Return 0 if there is no such symbol.
13218 If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
13219
13220 \(fn &optional ANY-SYMBOL)" nil nil)
13221
13222 (autoload 'describe-variable "help-fns" "\
13223 Display the full documentation of VARIABLE (a symbol).
13224 Returns the documentation as a string, also.
13225 If VARIABLE has a buffer-local value in BUFFER or FRAME
13226 \(default to the current buffer and current frame),
13227 it is displayed along with the global value.
13228
13229 \(fn VARIABLE &optional BUFFER FRAME)" t nil)
13230
13231 (autoload 'describe-syntax "help-fns" "\
13232 Describe the syntax specifications in the syntax table of BUFFER.
13233 The descriptions are inserted in a help buffer, which is then displayed.
13234 BUFFER defaults to the current buffer.
13235
13236 \(fn &optional BUFFER)" t nil)
13237
13238 (autoload 'describe-categories "help-fns" "\
13239 Describe the category specifications in the current category table.
13240 The descriptions are inserted in a buffer, which is then displayed.
13241 If BUFFER is non-nil, then describe BUFFER's category table instead.
13242 BUFFER should be a buffer or a buffer name.
13243
13244 \(fn &optional BUFFER)" t nil)
13245
13246 (autoload 'doc-file-to-man "help-fns" "\
13247 Produce an nroff buffer containing the doc-strings from the DOC file.
13248
13249 \(fn FILE)" t nil)
13250
13251 (autoload 'doc-file-to-info "help-fns" "\
13252 Produce a texinfo buffer with sorted doc-strings from the DOC file.
13253
13254 \(fn FILE)" t nil)
13255
13256 ;;;***
13257 \f
13258 ;;;### (autoloads (three-step-help) "help-macro" "help-macro.el"
13259 ;;;;;; (20706 54231 807276 0))
13260 ;;; Generated autoloads from help-macro.el
13261
13262 (defvar three-step-help nil "\
13263 Non-nil means give more info about Help command in three steps.
13264 The three steps are simple prompt, prompt with all options, and
13265 window listing and describing the options.
13266 A value of nil means skip the middle step, so that \\[help-command] \\[help-command]
13267 gives the window that lists the options.")
13268
13269 (custom-autoload 'three-step-help "help-macro" t)
13270
13271 ;;;***
13272 \f
13273 ;;;### (autoloads (help-bookmark-jump help-xref-on-pp help-insert-xref-button
13274 ;;;;;; help-xref-button help-make-xrefs help-buffer help-setup-xref
13275 ;;;;;; help-mode-finish help-mode-setup help-mode) "help-mode" "help-mode.el"
13276 ;;;;;; (20706 54231 807276 0))
13277 ;;; Generated autoloads from help-mode.el
13278
13279 (autoload 'help-mode "help-mode" "\
13280 Major mode for viewing help text and navigating references in it.
13281 Entry to this mode runs the normal hook `help-mode-hook'.
13282 Commands:
13283 \\{help-mode-map}
13284
13285 \(fn)" t nil)
13286
13287 (autoload 'help-mode-setup "help-mode" "\
13288
13289
13290 \(fn)" nil nil)
13291
13292 (autoload 'help-mode-finish "help-mode" "\
13293
13294
13295 \(fn)" nil nil)
13296
13297 (autoload 'help-setup-xref "help-mode" "\
13298 Invoked from commands using the \"*Help*\" buffer to install some xref info.
13299
13300 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
13301 buffer after following a reference. INTERACTIVE-P is non-nil if the
13302 calling command was invoked interactively. In this case the stack of
13303 items for help buffer \"back\" buttons is cleared.
13304
13305 This should be called very early, before the output buffer is cleared,
13306 because we want to record the \"previous\" position of point so we can
13307 restore it properly when going back.
13308
13309 \(fn ITEM INTERACTIVE-P)" nil nil)
13310
13311 (autoload 'help-buffer "help-mode" "\
13312 Return the name of a buffer for inserting help.
13313 If `help-xref-following' is non-nil, this is the name of the
13314 current buffer. Signal an error if this buffer is not derived
13315 from `help-mode'.
13316 Otherwise, return \"*Help*\", creating a buffer with that name if
13317 it does not already exist.
13318
13319 \(fn)" nil nil)
13320
13321 (autoload 'help-make-xrefs "help-mode" "\
13322 Parse and hyperlink documentation cross-references in the given BUFFER.
13323
13324 Find cross-reference information in a buffer and activate such cross
13325 references for selection with `help-follow'. Cross-references have
13326 the canonical form `...' and the type of reference may be
13327 disambiguated by the preceding word(s) used in
13328 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13329 preceded or followed by the word `face'. Variables without
13330 variable documentation do not get cross-referenced, unless
13331 preceded by the word `variable' or `option'.
13332
13333 If the variable `help-xref-mule-regexp' is non-nil, find also
13334 cross-reference information related to multilingual environment
13335 \(e.g., coding-systems). This variable is also used to disambiguate
13336 the type of reference as the same way as `help-xref-symbol-regexp'.
13337
13338 A special reference `back' is made to return back through a stack of
13339 help buffers. Variable `help-back-label' specifies the text for
13340 that.
13341
13342 \(fn &optional BUFFER)" t nil)
13343
13344 (autoload 'help-xref-button "help-mode" "\
13345 Make a hyperlink for cross-reference text previously matched.
13346 MATCH-NUMBER is the subexpression of interest in the last matched
13347 regexp. TYPE is the type of button to use. Any remaining arguments are
13348 passed to the button's help-function when it is invoked.
13349 See `help-make-xrefs'.
13350
13351 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
13352
13353 (autoload 'help-insert-xref-button "help-mode" "\
13354 Insert STRING and make a hyperlink from cross-reference text on it.
13355 TYPE is the type of button to use. Any remaining arguments are passed
13356 to the button's help-function when it is invoked.
13357 See `help-make-xrefs'.
13358
13359 \(fn STRING TYPE &rest ARGS)" nil nil)
13360
13361 (autoload 'help-xref-on-pp "help-mode" "\
13362 Add xrefs for symbols in `pp's output between FROM and TO.
13363
13364 \(fn FROM TO)" nil nil)
13365
13366 (autoload 'help-bookmark-jump "help-mode" "\
13367 Jump to help-mode bookmark BOOKMARK.
13368 Handler function for record returned by `help-bookmark-make-record'.
13369 BOOKMARK is a bookmark name or a bookmark record.
13370
13371 \(fn BOOKMARK)" nil nil)
13372
13373 ;;;***
13374 \f
13375 ;;;### (autoloads (Helper-help Helper-describe-bindings) "helper"
13376 ;;;;;; "emacs-lisp/helper.el" (20706 54231 807276 0))
13377 ;;; Generated autoloads from emacs-lisp/helper.el
13378
13379 (autoload 'Helper-describe-bindings "helper" "\
13380 Describe local key bindings of current mode.
13381
13382 \(fn)" t nil)
13383
13384 (autoload 'Helper-help "helper" "\
13385 Provide help for current mode.
13386
13387 \(fn)" t nil)
13388
13389 ;;;***
13390 \f
13391 ;;;### (autoloads (hexlify-buffer hexl-find-file hexl-mode) "hexl"
13392 ;;;;;; "hexl.el" (20706 54231 807276 0))
13393 ;;; Generated autoloads from hexl.el
13394
13395 (autoload 'hexl-mode "hexl" "\
13396 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
13397 This is not an ordinary major mode; it alters some aspects
13398 of the current mode's behavior, but not all; also, you can exit
13399 Hexl mode and return to the previous mode using `hexl-mode-exit'.
13400
13401 This function automatically converts a buffer into the hexl format
13402 using the function `hexlify-buffer'.
13403
13404 Each line in the buffer has an \"address\" (displayed in hexadecimal)
13405 representing the offset into the file that the characters on this line
13406 are at and 16 characters from the file (displayed as hexadecimal
13407 values grouped every `hexl-bits' bits) and as their ASCII values.
13408
13409 If any of the characters (displayed as ASCII characters) are
13410 unprintable (control or meta characters) they will be replaced as
13411 periods.
13412
13413 If `hexl-mode' is invoked with an argument the buffer is assumed to be
13414 in hexl format.
13415
13416 A sample format:
13417
13418 HEX ADDR: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ASCII-TEXT
13419 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
13420 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
13421 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
13422 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
13423 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
13424 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
13425 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
13426 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
13427 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
13428 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
13429 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
13430 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
13431 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13432 000000c0: 7265 6769 6f6e 2e0a region..
13433
13434 Movement is as simple as movement in a normal Emacs text buffer. Most
13435 cursor movement bindings are the same (ie. Use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13436 to move the cursor left, right, down, and up).
13437
13438 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
13439 also supported.
13440
13441 There are several ways to change text in hexl mode:
13442
13443 ASCII characters (character between space (0x20) and tilde (0x7E)) are
13444 bound to self-insert so you can simply type the character and it will
13445 insert itself (actually overstrike) into the buffer.
13446
13447 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
13448 it isn't bound to self-insert. An octal number can be supplied in place
13449 of another key to insert the octal number's ASCII representation.
13450
13451 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
13452 into the buffer at the current point.
13453
13454 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
13455 into the buffer at the current point.
13456
13457 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13458 into the buffer at the current point.
13459
13460 \\[hexl-mode-exit] will exit hexl-mode.
13461
13462 Note: saving the file with any of the usual Emacs commands
13463 will actually convert it back to binary format while saving.
13464
13465 You can use \\[hexl-find-file] to visit a file in Hexl mode.
13466
13467 \\[describe-bindings] for advanced commands.
13468
13469 \(fn &optional ARG)" t nil)
13470
13471 (autoload 'hexl-find-file "hexl" "\
13472 Edit file FILENAME as a binary file in hex dump format.
13473 Switch to a buffer visiting file FILENAME, creating one if none exists,
13474 and edit the file in `hexl-mode'.
13475
13476 \(fn FILENAME)" t nil)
13477
13478 (autoload 'hexlify-buffer "hexl" "\
13479 Convert a binary buffer to hexl format.
13480 This discards the buffer's undo information.
13481
13482 \(fn)" t nil)
13483
13484 ;;;***
13485 \f
13486 ;;;### (autoloads (hi-lock-write-interactive-patterns hi-lock-unface-buffer
13487 ;;;;;; hi-lock-face-phrase-buffer hi-lock-face-buffer hi-lock-line-face-buffer
13488 ;;;;;; global-hi-lock-mode hi-lock-mode) "hi-lock" "hi-lock.el"
13489 ;;;;;; (20706 54231 807276 0))
13490 ;;; Generated autoloads from hi-lock.el
13491
13492 (autoload 'hi-lock-mode "hi-lock" "\
13493 Toggle selective highlighting of patterns (Hi Lock mode).
13494 With a prefix argument ARG, enable Hi Lock mode if ARG is
13495 positive, and disable it otherwise. If called from Lisp, enable
13496 the mode if ARG is omitted or nil.
13497
13498 Hi Lock mode is automatically enabled when you invoke any of the
13499 highlighting commands listed below, such as \\[highlight-regexp].
13500 To enable Hi Lock mode in all buffers, use `global-hi-lock-mode'
13501 or add (global-hi-lock-mode 1) to your init file.
13502
13503 In buffers where Font Lock mode is enabled, patterns are
13504 highlighted using font lock. In buffers where Font Lock mode is
13505 disabled, patterns are applied using overlays; in this case, the
13506 highlighting will not be updated as you type.
13507
13508 When Hi Lock mode is enabled, a \"Regexp Highlighting\" submenu
13509 is added to the \"Edit\" menu. The commands in the submenu,
13510 which can be called interactively, are:
13511
13512 \\[highlight-regexp] REGEXP FACE
13513 Highlight matches of pattern REGEXP in current buffer with FACE.
13514
13515 \\[highlight-phrase] PHRASE FACE
13516 Highlight matches of phrase PHRASE in current buffer with FACE.
13517 (PHRASE can be any REGEXP, but spaces will be replaced by matches
13518 to whitespace and initial lower-case letters will become case insensitive.)
13519
13520 \\[highlight-lines-matching-regexp] REGEXP FACE
13521 Highlight lines containing matches of REGEXP in current buffer with FACE.
13522
13523 \\[unhighlight-regexp] REGEXP
13524 Remove highlighting on matches of REGEXP in current buffer.
13525
13526 \\[hi-lock-write-interactive-patterns]
13527 Write active REGEXPs into buffer as comments (if possible). They may
13528 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
13529 is issued. The inserted regexps are in the form of font lock keywords.
13530 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
13531 any valid `font-lock-keywords' form is acceptable. When a file is
13532 loaded the patterns are read if `hi-lock-file-patterns-policy' is
13533 'ask and the user responds y to the prompt, or if
13534 `hi-lock-file-patterns-policy' is bound to a function and that
13535 function returns t.
13536
13537 \\[hi-lock-find-patterns]
13538 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
13539
13540 When hi-lock is started and if the mode is not excluded or patterns
13541 rejected, the beginning of the buffer is searched for lines of the
13542 form:
13543 Hi-lock: FOO
13544
13545 where FOO is a list of patterns. The patterns must start before
13546 position (number of characters into buffer)
13547 `hi-lock-file-patterns-range'. Patterns will be read until
13548 Hi-lock: end is found. A mode is excluded if it's in the list
13549 `hi-lock-exclude-modes'.
13550
13551 \(fn &optional ARG)" t nil)
13552
13553 (defvar global-hi-lock-mode nil "\
13554 Non-nil if Global-Hi-Lock mode is enabled.
13555 See the command `global-hi-lock-mode' for a description of this minor mode.
13556 Setting this variable directly does not take effect;
13557 either customize it (see the info node `Easy Customization')
13558 or call the function `global-hi-lock-mode'.")
13559
13560 (custom-autoload 'global-hi-lock-mode "hi-lock" nil)
13561
13562 (autoload 'global-hi-lock-mode "hi-lock" "\
13563 Toggle Hi-Lock mode in all buffers.
13564 With prefix ARG, enable Global-Hi-Lock mode if ARG is positive;
13565 otherwise, disable it. If called from Lisp, enable the mode if
13566 ARG is omitted or nil.
13567
13568 Hi-Lock mode is enabled in all buffers where
13569 `turn-on-hi-lock-if-enabled' would do it.
13570 See `hi-lock-mode' for more information on Hi-Lock mode.
13571
13572 \(fn &optional ARG)" t nil)
13573
13574 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
13575
13576 (autoload 'hi-lock-line-face-buffer "hi-lock" "\
13577 Set face of all lines containing a match of REGEXP to FACE.
13578 Interactively, prompt for REGEXP then FACE, using a buffer-local
13579 history list for REGEXP and a global history list for FACE.
13580
13581 If Font Lock mode is enabled in the buffer, it is used to
13582 highlight REGEXP. If Font Lock mode is disabled, overlays are
13583 used for highlighting; in this case, the highlighting will not be
13584 updated as you type.
13585
13586 \(fn REGEXP &optional FACE)" t nil)
13587
13588 (defalias 'highlight-regexp 'hi-lock-face-buffer)
13589
13590 (autoload 'hi-lock-face-buffer "hi-lock" "\
13591 Set face of each match of REGEXP to FACE.
13592 Interactively, prompt for REGEXP then FACE, using a buffer-local
13593 history list for REGEXP and a global history list for FACE.
13594
13595 If Font Lock mode is enabled in the buffer, it is used to
13596 highlight REGEXP. If Font Lock mode is disabled, overlays are
13597 used for highlighting; in this case, the highlighting will not be
13598 updated as you type.
13599
13600 \(fn REGEXP &optional FACE)" t nil)
13601
13602 (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
13603
13604 (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
13605 Set face of each match of phrase REGEXP to FACE.
13606 If called interactively, replaces whitespace in REGEXP with
13607 arbitrary whitespace and makes initial lower-case letters case-insensitive.
13608
13609 If Font Lock mode is enabled in the buffer, it is used to
13610 highlight REGEXP. If Font Lock mode is disabled, overlays are
13611 used for highlighting; in this case, the highlighting will not be
13612 updated as you type.
13613
13614 \(fn REGEXP &optional FACE)" t nil)
13615
13616 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
13617
13618 (autoload 'hi-lock-unface-buffer "hi-lock" "\
13619 Remove highlighting of each match to REGEXP set by hi-lock.
13620 Interactively, prompt for REGEXP, accepting only regexps
13621 previously inserted by hi-lock interactive functions.
13622
13623 \(fn REGEXP)" t nil)
13624
13625 (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\
13626 Write interactively added patterns, if any, into buffer at point.
13627
13628 Interactively added patterns are those normally specified using
13629 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
13630 be found in variable `hi-lock-interactive-patterns'.
13631
13632 \(fn)" t nil)
13633
13634 ;;;***
13635 \f
13636 ;;;### (autoloads (hide-ifdef-mode) "hideif" "progmodes/hideif.el"
13637 ;;;;;; (20706 54231 807276 0))
13638 ;;; Generated autoloads from progmodes/hideif.el
13639
13640 (autoload 'hide-ifdef-mode "hideif" "\
13641 Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode).
13642 With a prefix argument ARG, enable Hide-Ifdef mode if ARG is
13643 positive, and disable it otherwise. If called from Lisp, enable
13644 the mode if ARG is omitted or nil.
13645
13646 Hide-Ifdef mode is a buffer-local minor mode for use with C and
13647 C-like major modes. When enabled, code within #ifdef constructs
13648 that the C preprocessor would eliminate may be hidden from view.
13649 Several variables affect how the hiding is done:
13650
13651 `hide-ifdef-env'
13652 An association list of defined and undefined symbols for the
13653 current buffer. Initially, the global value of `hide-ifdef-env'
13654 is used.
13655
13656 `hide-ifdef-define-alist'
13657 An association list of defined symbol lists.
13658 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
13659 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
13660 from one of the lists in `hide-ifdef-define-alist'.
13661
13662 `hide-ifdef-lines'
13663 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
13664 #endif lines when hiding.
13665
13666 `hide-ifdef-initially'
13667 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
13668 is activated.
13669
13670 `hide-ifdef-read-only'
13671 Set to non-nil if you want to make buffers read only while hiding.
13672 After `show-ifdefs', read-only status is restored to previous value.
13673
13674 \\{hide-ifdef-mode-map}
13675
13676 \(fn &optional ARG)" t nil)
13677
13678 ;;;***
13679 \f
13680 ;;;### (autoloads (turn-off-hideshow hs-minor-mode) "hideshow" "progmodes/hideshow.el"
13681 ;;;;;; (20706 54231 807276 0))
13682 ;;; Generated autoloads from progmodes/hideshow.el
13683
13684 (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))) "\
13685 Alist for initializing the hideshow variables for different modes.
13686 Each element has the form
13687 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
13688
13689 If non-nil, hideshow will use these values as regexps to define blocks
13690 and comments, respectively for major mode MODE.
13691
13692 START, END and COMMENT-START are regular expressions. A block is
13693 defined as text surrounded by START and END.
13694
13695 As a special case, START may be a list of the form (COMPLEX-START
13696 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
13697 MDATA-SELECTOR an integer that specifies which sub-match is the proper
13698 place to adjust point, before calling `hs-forward-sexp-func'. Point
13699 is adjusted to the beginning of the specified match. For example,
13700 see the `hs-special-modes-alist' entry for `bibtex-mode'.
13701
13702 For some major modes, `forward-sexp' does not work properly. In those
13703 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
13704
13705 See the documentation for `hs-adjust-block-beginning' to see what is the
13706 use of ADJUST-BEG-FUNC.
13707
13708 If any of the elements is left nil or omitted, hideshow tries to guess
13709 appropriate values. The regexps should not contain leading or trailing
13710 whitespace. Case does not matter.")
13711
13712 (autoload 'hs-minor-mode "hideshow" "\
13713 Minor mode to selectively hide/show code and comment blocks.
13714 With a prefix argument ARG, enable the mode if ARG is positive,
13715 and disable it otherwise. If called from Lisp, enable the mode
13716 if ARG is omitted or nil.
13717
13718 When hideshow minor mode is on, the menu bar is augmented with hideshow
13719 commands and the hideshow commands are enabled.
13720 The value '(hs . t) is added to `buffer-invisibility-spec'.
13721
13722 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
13723 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
13724 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
13725
13726 Turning hideshow minor mode off reverts the menu bar and the
13727 variables to default values and disables the hideshow commands.
13728
13729 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
13730
13731 Key bindings:
13732 \\{hs-minor-mode-map}
13733
13734 \(fn &optional ARG)" t nil)
13735
13736 (autoload 'turn-off-hideshow "hideshow" "\
13737 Unconditionally turn off `hs-minor-mode'.
13738
13739 \(fn)" nil nil)
13740
13741 ;;;***
13742 \f
13743 ;;;### (autoloads (global-highlight-changes-mode highlight-compare-with-file
13744 ;;;;;; highlight-compare-buffers highlight-changes-rotate-faces
13745 ;;;;;; highlight-changes-previous-change highlight-changes-next-change
13746 ;;;;;; highlight-changes-remove-highlight highlight-changes-visible-mode
13747 ;;;;;; highlight-changes-mode) "hilit-chg" "hilit-chg.el" (20706
13748 ;;;;;; 54231 807276 0))
13749 ;;; Generated autoloads from hilit-chg.el
13750
13751 (autoload 'highlight-changes-mode "hilit-chg" "\
13752 Toggle highlighting changes in this buffer (Highlight Changes mode).
13753 With a prefix argument ARG, enable Highlight Changes mode if ARG
13754 is positive, and disable it otherwise. If called from Lisp,
13755 enable the mode if ARG is omitted or nil.
13756
13757 When Highlight Changes is enabled, changes are marked with a text
13758 property. Normally they are displayed in a distinctive face, but
13759 command \\[highlight-changes-visible-mode] can be used to toggles
13760 this on and off.
13761
13762 Other functions for buffers in this mode include:
13763 \\[highlight-changes-next-change] - move point to beginning of next change
13764 \\[highlight-changes-previous-change] - move to beginning of previous change
13765 \\[highlight-changes-remove-highlight] - remove the change face from the region
13766 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes
13767 through various faces.
13768 \\[highlight-compare-with-file] - mark text as changed by comparing this
13769 buffer with the contents of a file
13770 \\[highlight-compare-buffers] highlights differences between two buffers.
13771
13772 \(fn &optional ARG)" t nil)
13773
13774 (autoload 'highlight-changes-visible-mode "hilit-chg" "\
13775 Toggle visibility of highlighting due to Highlight Changes mode.
13776 With a prefix argument ARG, enable Highlight Changes Visible mode
13777 if ARG is positive, and disable it otherwise. If called from
13778 Lisp, enable the mode if ARG is omitted or nil.
13779
13780 Highlight Changes Visible mode only has an effect when Highlight
13781 Changes mode is on. When enabled, the changed text is displayed
13782 in a distinctive face.
13783
13784 The default value can be customized with variable
13785 `highlight-changes-visibility-initial-state'.
13786
13787 This command does not itself set highlight-changes mode.
13788
13789 \(fn &optional ARG)" t nil)
13790
13791 (autoload 'highlight-changes-remove-highlight "hilit-chg" "\
13792 Remove the change face from the region between BEG and END.
13793 This allows you to manually remove highlighting from uninteresting changes.
13794
13795 \(fn BEG END)" t nil)
13796
13797 (autoload 'highlight-changes-next-change "hilit-chg" "\
13798 Move to the beginning of the next change, if in Highlight Changes mode.
13799
13800 \(fn)" t nil)
13801
13802 (autoload 'highlight-changes-previous-change "hilit-chg" "\
13803 Move to the beginning of the previous change, if in Highlight Changes mode.
13804
13805 \(fn)" t nil)
13806
13807 (autoload 'highlight-changes-rotate-faces "hilit-chg" "\
13808 Rotate the faces if in Highlight Changes mode and the changes are visible.
13809
13810 Current changes are displayed in the face described by the first element
13811 of `highlight-changes-face-list', one level older changes are shown in
13812 face described by the second element, and so on. Very old changes remain
13813 shown in the last face in the list.
13814
13815 You can automatically rotate colors when the buffer is saved by adding
13816 this function to `write-file-functions' as a buffer-local value. To do
13817 this, eval the following in the buffer to be saved:
13818
13819 (add-hook 'write-file-functions 'highlight-changes-rotate-faces nil t)
13820
13821 \(fn)" t nil)
13822
13823 (autoload 'highlight-compare-buffers "hilit-chg" "\
13824 Compare two buffers and highlight the differences.
13825
13826 The default is the current buffer and the one in the next window.
13827
13828 If either buffer is modified and is visiting a file, you are prompted
13829 to save the file.
13830
13831 Unless the buffer is unmodified and visiting a file, the buffer is
13832 written to a temporary file for comparison.
13833
13834 If a buffer is read-only, differences will be highlighted but no property
13835 changes are made, so \\[highlight-changes-next-change] and
13836 \\[highlight-changes-previous-change] will not work.
13837
13838 \(fn BUF-A BUF-B)" t nil)
13839
13840 (autoload 'highlight-compare-with-file "hilit-chg" "\
13841 Compare this buffer with a file, and highlight differences.
13842
13843 If the buffer has a backup filename, it is used as the default when
13844 this function is called interactively.
13845
13846 If the current buffer is visiting the file being compared against, it
13847 also will have its differences highlighted. Otherwise, the file is
13848 read in temporarily but the buffer is deleted.
13849
13850 If the buffer is read-only, differences will be highlighted but no property
13851 changes are made, so \\[highlight-changes-next-change] and
13852 \\[highlight-changes-previous-change] will not work.
13853
13854 \(fn FILE-B)" t nil)
13855
13856 (defvar global-highlight-changes-mode nil "\
13857 Non-nil if Global-Highlight-Changes mode is enabled.
13858 See the command `global-highlight-changes-mode' for a description of this minor mode.
13859 Setting this variable directly does not take effect;
13860 either customize it (see the info node `Easy Customization')
13861 or call the function `global-highlight-changes-mode'.")
13862
13863 (custom-autoload 'global-highlight-changes-mode "hilit-chg" nil)
13864
13865 (autoload 'global-highlight-changes-mode "hilit-chg" "\
13866 Toggle Highlight-Changes mode in all buffers.
13867 With prefix ARG, enable Global-Highlight-Changes mode if ARG is positive;
13868 otherwise, disable it. If called from Lisp, enable the mode if
13869 ARG is omitted or nil.
13870
13871 Highlight-Changes mode is enabled in all buffers where
13872 `highlight-changes-mode-turn-on' would do it.
13873 See `highlight-changes-mode' for more information on Highlight-Changes mode.
13874
13875 \(fn &optional ARG)" t nil)
13876
13877 ;;;***
13878 \f
13879 ;;;### (autoloads (make-hippie-expand-function hippie-expand hippie-expand-try-functions-list)
13880 ;;;;;; "hippie-exp" "hippie-exp.el" (20706 54231 807276 0))
13881 ;;; Generated autoloads from hippie-exp.el
13882
13883 (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) "\
13884 The list of expansion functions tried in order by `hippie-expand'.
13885 To change the behavior of `hippie-expand', remove, change the order of,
13886 or insert functions in this list.")
13887
13888 (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t)
13889
13890 (autoload 'hippie-expand "hippie-exp" "\
13891 Try to expand text before point, using multiple methods.
13892 The expansion functions in `hippie-expand-try-functions-list' are
13893 tried in order, until a possible expansion is found. Repeated
13894 application of `hippie-expand' inserts successively possible
13895 expansions.
13896 With a positive numeric argument, jumps directly to the ARG next
13897 function in this list. With a negative argument or just \\[universal-argument],
13898 undoes the expansion.
13899
13900 \(fn ARG)" t nil)
13901
13902 (autoload 'make-hippie-expand-function "hippie-exp" "\
13903 Construct a function similar to `hippie-expand'.
13904 Make it use the expansion functions in TRY-LIST. An optional second
13905 argument VERBOSE non-nil makes the function verbose.
13906
13907 \(fn TRY-LIST &optional VERBOSE)" nil t)
13908
13909 ;;;***
13910 \f
13911 ;;;### (autoloads (global-hl-line-mode hl-line-mode) "hl-line" "hl-line.el"
13912 ;;;;;; (20706 54231 807276 0))
13913 ;;; Generated autoloads from hl-line.el
13914
13915 (autoload 'hl-line-mode "hl-line" "\
13916 Toggle highlighting of the current line (Hl-Line mode).
13917 With a prefix argument ARG, enable Hl-Line mode if ARG is
13918 positive, and disable it otherwise. If called from Lisp, enable
13919 the mode if ARG is omitted or nil.
13920
13921 Hl-Line mode is a buffer-local minor mode. If
13922 `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
13923 line about the buffer's point in all windows. Caveat: the
13924 buffer's point might be different from the point of a
13925 non-selected window. Hl-Line mode uses the function
13926 `hl-line-highlight' on `post-command-hook' in this case.
13927
13928 When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
13929 line about point in the selected window only. In this case, it
13930 uses the function `hl-line-unhighlight' on `pre-command-hook' in
13931 addition to `hl-line-highlight' on `post-command-hook'.
13932
13933 \(fn &optional ARG)" t nil)
13934
13935 (defvar global-hl-line-mode nil "\
13936 Non-nil if Global-Hl-Line mode is enabled.
13937 See the command `global-hl-line-mode' for a description of this minor mode.
13938 Setting this variable directly does not take effect;
13939 either customize it (see the info node `Easy Customization')
13940 or call the function `global-hl-line-mode'.")
13941
13942 (custom-autoload 'global-hl-line-mode "hl-line" nil)
13943
13944 (autoload 'global-hl-line-mode "hl-line" "\
13945 Toggle line highlighting in all buffers (Global Hl-Line mode).
13946 With a prefix argument ARG, enable Global Hl-Line mode if ARG is
13947 positive, and disable it otherwise. If called from Lisp, enable
13948 the mode if ARG is omitted or nil.
13949
13950 If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode
13951 highlights the line about the current buffer's point in all
13952 windows.
13953
13954 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
13955 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
13956
13957 \(fn &optional ARG)" t nil)
13958
13959 ;;;***
13960 \f
13961 ;;;### (autoloads (list-holidays holidays holiday-solar-holidays
13962 ;;;;;; holiday-bahai-holidays holiday-islamic-holidays holiday-christian-holidays
13963 ;;;;;; holiday-hebrew-holidays holiday-other-holidays holiday-local-holidays
13964 ;;;;;; holiday-oriental-holidays holiday-general-holidays) "holidays"
13965 ;;;;;; "calendar/holidays.el" (20706 54231 807276 0))
13966 ;;; Generated autoloads from calendar/holidays.el
13967
13968 (define-obsolete-variable-alias 'general-holidays 'holiday-general-holidays "23.1")
13969
13970 (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"))) "\
13971 General holidays. Default value is for the United States.
13972 See the documentation for `calendar-holidays' for details.")
13973
13974 (custom-autoload 'holiday-general-holidays "holidays" t)
13975
13976 (put 'holiday-general-holidays 'risky-local-variable t)
13977
13978 (define-obsolete-variable-alias 'oriental-holidays 'holiday-oriental-holidays "23.1")
13979
13980 (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))))) "\
13981 Oriental holidays.
13982 See the documentation for `calendar-holidays' for details.")
13983
13984 (custom-autoload 'holiday-oriental-holidays "holidays" t)
13985
13986 (put 'holiday-oriental-holidays 'risky-local-variable t)
13987
13988 (define-obsolete-variable-alias 'local-holidays 'holiday-local-holidays "23.1")
13989
13990 (defvar holiday-local-holidays nil "\
13991 Local holidays.
13992 See the documentation for `calendar-holidays' for details.")
13993
13994 (custom-autoload 'holiday-local-holidays "holidays" t)
13995
13996 (put 'holiday-local-holidays 'risky-local-variable t)
13997
13998 (define-obsolete-variable-alias 'other-holidays 'holiday-other-holidays "23.1")
13999
14000 (defvar holiday-other-holidays nil "\
14001 User defined holidays.
14002 See the documentation for `calendar-holidays' for details.")
14003
14004 (custom-autoload 'holiday-other-holidays "holidays" t)
14005
14006 (put 'holiday-other-holidays 'risky-local-variable t)
14007
14008 (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)")))) "\
14009 Component of the old default value of `holiday-hebrew-holidays'.")
14010
14011 (put 'hebrew-holidays-1 'risky-local-variable t)
14012
14013 (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")))) "\
14014 Component of the old default value of `holiday-hebrew-holidays'.")
14015
14016 (put 'hebrew-holidays-2 'risky-local-variable t)
14017
14018 (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")))) "\
14019 Component of the old default value of `holiday-hebrew-holidays'.")
14020
14021 (put 'hebrew-holidays-3 'risky-local-variable t)
14022
14023 (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)))) "\
14024 Component of the old default value of `holiday-hebrew-holidays'.")
14025
14026 (put 'hebrew-holidays-4 'risky-local-variable t)
14027
14028 (define-obsolete-variable-alias 'hebrew-holidays 'holiday-hebrew-holidays "23.1")
14029
14030 (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))))) "\
14031 Jewish holidays.
14032 See the documentation for `calendar-holidays' for details.")
14033
14034 (custom-autoload 'holiday-hebrew-holidays "holidays" t)
14035
14036 (put 'holiday-hebrew-holidays 'risky-local-variable t)
14037
14038 (define-obsolete-variable-alias 'christian-holidays 'holiday-christian-holidays "23.1")
14039
14040 (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 "Christmas (Julian calendar)") (holiday-greek-orthodox-easter) (holiday-fixed 8 15 "Assumption") (holiday-advent 0 "Advent"))))) "\
14041 Christian holidays.
14042 See the documentation for `calendar-holidays' for details.")
14043
14044 (custom-autoload 'holiday-christian-holidays "holidays" t)
14045
14046 (put 'holiday-christian-holidays 'risky-local-variable t)
14047
14048 (define-obsolete-variable-alias 'islamic-holidays 'holiday-islamic-holidays "23.1")
14049
14050 (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"))))) "\
14051 Islamic holidays.
14052 See the documentation for `calendar-holidays' for details.")
14053
14054 (custom-autoload 'holiday-islamic-holidays "holidays" t)
14055
14056 (put 'holiday-islamic-holidays 'risky-local-variable t)
14057
14058 (define-obsolete-variable-alias 'bahai-holidays 'holiday-bahai-holidays "23.1")
14059
14060 (defvar holiday-bahai-holidays (mapcar 'purecopy '((holiday-bahai-new-year) (holiday-bahai-ridvan) (holiday-fixed 5 23 "Declaration of the Báb") (holiday-fixed 5 29 "Ascension of Bahá'u'lláh") (holiday-fixed 7 9 "Martyrdom of the Báb") (holiday-fixed 10 20 "Birth of the Báb") (holiday-fixed 11 12 "Birth of Bahá'u'lláh") (if calendar-bahai-all-holidays-flag (append (holiday-fixed 11 26 "Day of the Covenant") (holiday-fixed 11 28 "Ascension of `Abdu'l-Bahá"))))) "\
14061 Bahá'í holidays.
14062 See the documentation for `calendar-holidays' for details.")
14063
14064 (custom-autoload 'holiday-bahai-holidays "holidays" t)
14065
14066 (put 'holiday-bahai-holidays 'risky-local-variable t)
14067
14068 (define-obsolete-variable-alias 'solar-holidays 'holiday-solar-holidays "23.1")
14069
14070 (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))))) "\
14071 Sun-related holidays.
14072 See the documentation for `calendar-holidays' for details.")
14073
14074 (custom-autoload 'holiday-solar-holidays "holidays" t)
14075
14076 (put 'holiday-solar-holidays 'risky-local-variable t)
14077
14078 (put 'calendar-holidays 'risky-local-variable t)
14079
14080 (autoload 'holidays "holidays" "\
14081 Display the holidays for last month, this month, and next month.
14082 If called with an optional prefix argument ARG, prompts for month and year.
14083 This function is suitable for execution in a init file.
14084
14085 \(fn &optional ARG)" t nil)
14086
14087 (autoload 'list-holidays "holidays" "\
14088 Display holidays for years Y1 to Y2 (inclusive).
14089 Y2 defaults to Y1. The optional list of holidays L defaults to
14090 `calendar-holidays'. If you want to control what holidays are
14091 displayed, use a different list. For example,
14092
14093 (list-holidays 2006 2006
14094 (append holiday-general-holidays holiday-local-holidays))
14095
14096 will display holidays for the year 2006 defined in the two
14097 mentioned lists, and nothing else.
14098
14099 When called interactively, this command offers a choice of
14100 holidays, based on the variables `holiday-solar-holidays' etc. See the
14101 documentation of `calendar-holidays' for a list of the variables
14102 that control the choices, as well as a description of the format
14103 of a holiday list.
14104
14105 The optional LABEL is used to label the buffer created.
14106
14107 \(fn Y1 &optional Y2 L LABEL)" t nil)
14108
14109 (defalias 'holiday-list 'list-holidays)
14110
14111 ;;;***
14112 \f
14113 ;;;### (autoloads (html2text) "html2text" "gnus/html2text.el" (20706
14114 ;;;;;; 54231 807276 0))
14115 ;;; Generated autoloads from gnus/html2text.el
14116
14117 (autoload 'html2text "html2text" "\
14118 Convert HTML to plain text in the current buffer.
14119
14120 \(fn)" t nil)
14121
14122 ;;;***
14123 \f
14124 ;;;### (autoloads (htmlfontify-copy-and-link-dir htmlfontify-buffer)
14125 ;;;;;; "htmlfontify" "htmlfontify.el" (20706 54231 807276 0))
14126 ;;; Generated autoloads from htmlfontify.el
14127
14128 (autoload 'htmlfontify-buffer "htmlfontify" "\
14129 Create a new buffer, named for the current buffer + a .html extension,
14130 containing an inline CSS-stylesheet and formatted CSS-markup HTML
14131 that reproduces the look of the current Emacs buffer as closely
14132 as possible.
14133
14134 Dangerous characters in the existing buffer are turned into HTML
14135 entities, so you should even be able to do HTML-within-HTML
14136 fontified display.
14137
14138 You should, however, note that random control or eight-bit
14139 characters such as ^L (\f) or ¤ (\244) won't get mapped yet.
14140
14141 If the SRCDIR and FILE arguments are set, lookup etags derived
14142 entries in the `hfy-tags-cache' and add HTML anchors and
14143 hyperlinks as appropriate.
14144
14145 \(fn &optional SRCDIR FILE)" t nil)
14146
14147 (autoload 'htmlfontify-copy-and-link-dir "htmlfontify" "\
14148 Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
14149 F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.
14150
14151 You may also want to set `hfy-page-header' and `hfy-page-footer'.
14152
14153 \(fn SRCDIR DSTDIR &optional F-EXT L-EXT)" t nil)
14154
14155 ;;;***
14156 \f
14157 ;;;### (autoloads (define-ibuffer-filter define-ibuffer-op define-ibuffer-sorter
14158 ;;;;;; define-ibuffer-column) "ibuf-macs" "ibuf-macs.el" (20706
14159 ;;;;;; 54231 807276 0))
14160 ;;; Generated autoloads from ibuf-macs.el
14161
14162 (autoload 'define-ibuffer-column "ibuf-macs" "\
14163 Define a column SYMBOL for use with `ibuffer-formats'.
14164
14165 BODY will be called with `buffer' bound to the buffer object, and
14166 `mark' bound to the current mark on the buffer. The original ibuffer
14167 buffer will be bound to `ibuffer-buf'.
14168
14169 If NAME is given, it will be used as a title for the column.
14170 Otherwise, the title will default to a capitalized version of the
14171 SYMBOL's name. PROPS is a plist of additional properties to add to
14172 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
14173 function which will be passed a list of all the strings in its column;
14174 it should return a string to display at the bottom.
14175
14176 If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
14177 title of the column.
14178
14179 Note that this macro expands into a `defun' for a function named
14180 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
14181 inlined into the compiled format versions. This means that if you
14182 change its definition, you should explicitly call
14183 `ibuffer-recompile-formats'.
14184
14185 \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil (quote macro))
14186
14187 (autoload 'define-ibuffer-sorter "ibuf-macs" "\
14188 Define a method of sorting named NAME.
14189 DOCUMENTATION is the documentation of the function, which will be called
14190 `ibuffer-do-sort-by-NAME'.
14191 DESCRIPTION is a short string describing the sorting method.
14192
14193 For sorting, the forms in BODY will be evaluated with `a' bound to one
14194 buffer object, and `b' bound to another. BODY should return a non-nil
14195 value if and only if `a' is \"less than\" `b'.
14196
14197 \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil (quote macro))
14198
14199 (autoload 'define-ibuffer-op "ibuf-macs" "\
14200 Generate a function which operates on a buffer.
14201 OP becomes the name of the function; if it doesn't begin with
14202 `ibuffer-do-', then that is prepended to it.
14203 When an operation is performed, this function will be called once for
14204 each marked buffer, with that buffer current.
14205
14206 ARGS becomes the formal parameters of the function.
14207 DOCUMENTATION becomes the docstring of the function.
14208 INTERACTIVE becomes the interactive specification of the function.
14209 MARK describes which type of mark (:deletion, or nil) this operation
14210 uses. :deletion means the function operates on buffers marked for
14211 deletion, otherwise it acts on normally marked buffers.
14212 MODIFIER-P describes how the function modifies buffers. This is used
14213 to set the modification flag of the Ibuffer buffer itself. Valid
14214 values are:
14215 nil - the function never modifiers buffers
14216 t - the function it always modifies buffers
14217 :maybe - attempt to discover this information by comparing the
14218 buffer's modification flag.
14219 DANGEROUS is a boolean which should be set if the user should be
14220 prompted before performing this operation.
14221 OPSTRING is a string which will be displayed to the user after the
14222 operation is complete, in the form:
14223 \"Operation complete; OPSTRING x buffers\"
14224 ACTIVE-OPSTRING is a string which will be displayed to the user in a
14225 confirmation message, in the form:
14226 \"Really ACTIVE-OPSTRING x buffers?\"
14227 COMPLEX means this function is special; see the source code of this
14228 macro for exactly what it does.
14229
14230 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil (quote macro))
14231
14232 (autoload 'define-ibuffer-filter "ibuf-macs" "\
14233 Define a filter named NAME.
14234 DOCUMENTATION is the documentation of the function.
14235 READER is a form which should read a qualifier from the user.
14236 DESCRIPTION is a short string describing the filter.
14237
14238 BODY should contain forms which will be evaluated to test whether or
14239 not a particular buffer should be displayed or not. The forms in BODY
14240 will be evaluated with BUF bound to the buffer object, and QUALIFIER
14241 bound to the current value of the filter.
14242
14243 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil (quote macro))
14244
14245 ;;;***
14246 \f
14247 ;;;### (autoloads (ibuffer ibuffer-other-window ibuffer-list-buffers)
14248 ;;;;;; "ibuffer" "ibuffer.el" (20706 54231 807276 0))
14249 ;;; Generated autoloads from ibuffer.el
14250
14251 (autoload 'ibuffer-list-buffers "ibuffer" "\
14252 Display a list of buffers, in another window.
14253 If optional argument FILES-ONLY is non-nil, then add a filter for
14254 buffers which are visiting a file.
14255
14256 \(fn &optional FILES-ONLY)" t nil)
14257
14258 (autoload 'ibuffer-other-window "ibuffer" "\
14259 Like `ibuffer', but displayed in another window by default.
14260 If optional argument FILES-ONLY is non-nil, then add a filter for
14261 buffers which are visiting a file.
14262
14263 \(fn &optional FILES-ONLY)" t nil)
14264
14265 (autoload 'ibuffer "ibuffer" "\
14266 Begin using Ibuffer to edit a list of buffers.
14267 Type 'h' after entering ibuffer for more information.
14268
14269 All arguments are optional.
14270 OTHER-WINDOW-P says to use another window.
14271 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
14272 QUALIFIERS is an initial set of filtering qualifiers to use;
14273 see `ibuffer-filtering-qualifiers'.
14274 NOSELECT means don't select the Ibuffer buffer.
14275 SHRINK means shrink the buffer to minimal size. The special
14276 value `onewindow' means always use another window.
14277 FILTER-GROUPS is an initial set of filtering groups to use;
14278 see `ibuffer-filter-groups'.
14279 FORMATS is the value to use for `ibuffer-formats'.
14280 If specified, then the variable `ibuffer-formats' will have
14281 that value locally in this buffer.
14282
14283 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
14284
14285 ;;;***
14286 \f
14287 ;;;### (autoloads (icalendar-import-buffer icalendar-import-file
14288 ;;;;;; icalendar-export-region icalendar-export-file) "icalendar"
14289 ;;;;;; "calendar/icalendar.el" (20706 54231 807276 0))
14290 ;;; Generated autoloads from calendar/icalendar.el
14291
14292 (autoload 'icalendar-export-file "icalendar" "\
14293 Export diary file to iCalendar format.
14294 All diary entries in the file DIARY-FILENAME are converted to iCalendar
14295 format. The result is appended to the file ICAL-FILENAME.
14296
14297 \(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
14298
14299 (autoload 'icalendar-export-region "icalendar" "\
14300 Export region in diary file to iCalendar format.
14301 All diary entries in the region from MIN to MAX in the current buffer are
14302 converted to iCalendar format. The result is appended to the file
14303 ICAL-FILENAME.
14304 This function attempts to return t if something goes wrong. In this
14305 case an error string which describes all the errors and problems is
14306 written into the buffer `*icalendar-errors*'.
14307
14308 \(fn MIN MAX ICAL-FILENAME)" t nil)
14309
14310 (autoload 'icalendar-import-file "icalendar" "\
14311 Import an iCalendar file and append to a diary file.
14312 Argument ICAL-FILENAME output iCalendar file.
14313 Argument DIARY-FILENAME input `diary-file'.
14314 Optional argument NON-MARKING determines whether events are created as
14315 non-marking or not.
14316
14317 \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
14318
14319 (autoload 'icalendar-import-buffer "icalendar" "\
14320 Extract iCalendar events from current buffer.
14321
14322 This function searches the current buffer for the first iCalendar
14323 object, reads it and adds all VEVENT elements to the diary
14324 DIARY-FILE.
14325
14326 It will ask for each appointment whether to add it to the diary
14327 unless DO-NOT-ASK is non-nil. When called interactively,
14328 DO-NOT-ASK is nil, so that you are asked for each event.
14329
14330 NON-MARKING determines whether diary events are created as
14331 non-marking.
14332
14333 Return code t means that importing worked well, return code nil
14334 means that an error has occurred. Error messages will be in the
14335 buffer `*icalendar-errors*'.
14336
14337 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
14338
14339 ;;;***
14340 \f
14341 ;;;### (autoloads (icomplete-mode) "icomplete" "icomplete.el" (20706
14342 ;;;;;; 54231 807276 0))
14343 ;;; Generated autoloads from icomplete.el
14344
14345 (defvar icomplete-mode nil "\
14346 Non-nil if Icomplete mode is enabled.
14347 See the command `icomplete-mode' for a description of this minor mode.
14348 Setting this variable directly does not take effect;
14349 either customize it (see the info node `Easy Customization')
14350 or call the function `icomplete-mode'.")
14351
14352 (custom-autoload 'icomplete-mode "icomplete" nil)
14353
14354 (autoload 'icomplete-mode "icomplete" "\
14355 Toggle incremental minibuffer completion (Icomplete mode).
14356 With a prefix argument ARG, enable Icomplete mode if ARG is
14357 positive, and disable it otherwise. If called from Lisp, enable
14358 the mode if ARG is omitted or nil.
14359
14360 \(fn &optional ARG)" t nil)
14361
14362 ;;;***
14363 \f
14364 ;;;### (autoloads (icon-mode) "icon" "progmodes/icon.el" (20706 54231
14365 ;;;;;; 807276 0))
14366 ;;; Generated autoloads from progmodes/icon.el
14367
14368 (autoload 'icon-mode "icon" "\
14369 Major mode for editing Icon code.
14370 Expression and list commands understand all Icon brackets.
14371 Tab indents for Icon code.
14372 Paragraphs are separated by blank lines only.
14373 Delete converts tabs to spaces as it moves back.
14374 \\{icon-mode-map}
14375 Variables controlling indentation style:
14376 icon-tab-always-indent
14377 Non-nil means TAB in Icon mode should always reindent the current line,
14378 regardless of where in the line point is when the TAB command is used.
14379 icon-auto-newline
14380 Non-nil means automatically newline before and after braces
14381 inserted in Icon code.
14382 icon-indent-level
14383 Indentation of Icon statements within surrounding block.
14384 The surrounding block's indentation is the indentation
14385 of the line on which the open-brace appears.
14386 icon-continued-statement-offset
14387 Extra indentation given to a substatement, such as the
14388 then-clause of an if or body of a while.
14389 icon-continued-brace-offset
14390 Extra indentation given to a brace that starts a substatement.
14391 This is in addition to `icon-continued-statement-offset'.
14392 icon-brace-offset
14393 Extra indentation for line if it starts with an open brace.
14394 icon-brace-imaginary-offset
14395 An open brace following other text is treated as if it were
14396 this far to the right of the start of its line.
14397
14398 Turning on Icon mode calls the value of the variable `icon-mode-hook'
14399 with no args, if that value is non-nil.
14400
14401 \(fn)" t nil)
14402
14403 ;;;***
14404 \f
14405 ;;;### (autoloads (idlwave-shell) "idlw-shell" "progmodes/idlw-shell.el"
14406 ;;;;;; (20706 54231 807276 0))
14407 ;;; Generated autoloads from progmodes/idlw-shell.el
14408
14409 (autoload 'idlwave-shell "idlw-shell" "\
14410 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
14411 If buffer exists but shell process is not running, start new IDL.
14412 If buffer exists and shell process is running, just switch to the buffer.
14413
14414 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
14415 is non-nil, the shell buffer and the source buffers will be in
14416 separate frames.
14417
14418 The command to run comes from variable `idlwave-shell-explicit-file-name',
14419 with options taken from `idlwave-shell-command-line-options'.
14420
14421 The buffer is put in `idlwave-shell-mode', providing commands for sending
14422 input and controlling the IDL job. See help on `idlwave-shell-mode'.
14423 See also the variable `idlwave-shell-prompt-pattern'.
14424
14425 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
14426
14427 \(fn &optional ARG QUICK)" t nil)
14428
14429 ;;;***
14430 \f
14431 ;;;### (autoloads (idlwave-mode) "idlwave" "progmodes/idlwave.el"
14432 ;;;;;; (20706 54231 807276 0))
14433 ;;; Generated autoloads from progmodes/idlwave.el
14434
14435 (autoload 'idlwave-mode "idlwave" "\
14436 Major mode for editing IDL source files (version 6.1_em22).
14437
14438 The main features of this mode are
14439
14440 1. Indentation and Formatting
14441 --------------------------
14442 Like other Emacs programming modes, C-j inserts a newline and indents.
14443 TAB is used for explicit indentation of the current line.
14444
14445 To start a continuation line, use \\[idlwave-split-line]. This
14446 function can also be used in the middle of a line to split the line
14447 at that point. When used inside a long constant string, the string
14448 is split at that point with the `+' concatenation operator.
14449
14450 Comments are indented as follows:
14451
14452 `;;;' Indentation remains unchanged.
14453 `;;' Indent like the surrounding code
14454 `;' Indent to a minimum column.
14455
14456 The indentation of comments starting in column 0 is never changed.
14457
14458 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
14459 comment. The indentation of the second line of the paragraph
14460 relative to the first will be retained. Use
14461 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
14462 comments. When the variable `idlwave-fill-comment-line-only' is
14463 nil, code can also be auto-filled and auto-indented.
14464
14465 To convert pre-existing IDL code to your formatting style, mark the
14466 entire buffer with \\[mark-whole-buffer] and execute
14467 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
14468 again followed by \\[indent-region] (`indent-region').
14469
14470 2. Routine Info
14471 ------------
14472 IDLWAVE displays information about the calling sequence and the
14473 accepted keyword parameters of a procedure or function with
14474 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
14475 source file of a module. These commands know about system
14476 routines, all routines in idlwave-mode buffers and (when the
14477 idlwave-shell is active) about all modules currently compiled under
14478 this shell. It also makes use of pre-compiled or custom-scanned
14479 user and library catalogs many popular libraries ship with by
14480 default. Use \\[idlwave-update-routine-info] to update this
14481 information, which is also used for completion (see item 4).
14482
14483 3. Online IDL Help
14484 ---------------
14485
14486 \\[idlwave-context-help] displays the IDL documentation relevant
14487 for the system variable, keyword, or routines at point. A single
14488 key stroke gets you directly to the right place in the docs. See
14489 the manual to configure where and how the HTML help is displayed.
14490
14491 4. Completion
14492 ----------
14493 \\[idlwave-complete] completes the names of procedures, functions
14494 class names, keyword parameters, system variables and tags, class
14495 tags, structure tags, filenames and much more. It is context
14496 sensitive and figures out what is expected at point. Lower case
14497 strings are completed in lower case, other strings in mixed or
14498 upper case.
14499
14500 5. Code Templates and Abbreviations
14501 --------------------------------
14502 Many Abbreviations are predefined to expand to code fragments and templates.
14503 The abbreviations start generally with a `\\`. Some examples:
14504
14505 \\pr PROCEDURE template
14506 \\fu FUNCTION template
14507 \\c CASE statement template
14508 \\sw SWITCH statement template
14509 \\f FOR loop template
14510 \\r REPEAT Loop template
14511 \\w WHILE loop template
14512 \\i IF statement template
14513 \\elif IF-ELSE statement template
14514 \\b BEGIN
14515
14516 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
14517 have direct keybindings - see the list of keybindings below.
14518
14519 \\[idlwave-doc-header] inserts a documentation header at the
14520 beginning of the current program unit (pro, function or main).
14521 Change log entries can be added to the current program unit with
14522 \\[idlwave-doc-modification].
14523
14524 6. Automatic Case Conversion
14525 -------------------------
14526 The case of reserved words and some abbrevs is controlled by
14527 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
14528
14529 7. Automatic END completion
14530 ------------------------
14531 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
14532 will be converted to the specific version, like ENDIF, ENDFOR, etc.
14533
14534 8. Hooks
14535 -----
14536 Loading idlwave.el runs `idlwave-load-hook'.
14537 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
14538
14539 9. Documentation and Customization
14540 -------------------------------
14541 Info documentation for this package is available. Use
14542 \\[idlwave-info] to display (complain to your sysadmin if that does
14543 not work). For Postscript, PDF, and HTML versions of the
14544 documentation, check IDLWAVE's homepage at URL `http://idlwave.org'.
14545 IDLWAVE has customize support - see the group `idlwave'.
14546
14547 10.Keybindings
14548 -----------
14549 Here is a list of all keybindings of this mode.
14550 If some of the key bindings below show with ??, use \\[describe-key]
14551 followed by the key sequence to see what the key sequence does.
14552
14553 \\{idlwave-mode-map}
14554
14555 \(fn)" t nil)
14556
14557 ;;;***
14558 \f
14559 ;;;### (autoloads (ido-completing-read ido-read-directory-name ido-read-file-name
14560 ;;;;;; ido-read-buffer ido-dired ido-insert-file ido-write-file
14561 ;;;;;; ido-find-file-other-frame ido-display-file ido-find-file-read-only-other-frame
14562 ;;;;;; ido-find-file-read-only-other-window ido-find-file-read-only
14563 ;;;;;; ido-find-alternate-file ido-find-file-other-window ido-find-file
14564 ;;;;;; ido-find-file-in-dir ido-switch-buffer-other-frame ido-insert-buffer
14565 ;;;;;; ido-kill-buffer ido-display-buffer ido-switch-buffer-other-window
14566 ;;;;;; ido-switch-buffer ido-mode ido-mode) "ido" "ido.el" (20706
14567 ;;;;;; 54231 807276 0))
14568 ;;; Generated autoloads from ido.el
14569
14570 (defvar ido-mode nil "\
14571 Determines for which functional group (buffer and files) ido behavior
14572 should be enabled. The following values are possible:
14573 - `buffer': Turn only on ido buffer behavior (switching, killing,
14574 displaying...)
14575 - `file': Turn only on ido file behavior (finding, writing, inserting...)
14576 - `both': Turn on ido buffer and file behavior.
14577 - `nil': Turn off any ido switching.
14578
14579 Setting this variable directly does not take effect;
14580 use either \\[customize] or the function `ido-mode'.")
14581
14582 (custom-autoload 'ido-mode "ido" nil)
14583
14584 (autoload 'ido-mode "ido" "\
14585 Toggle ido mode on or off.
14586 With ARG, turn ido-mode on if arg is positive, off otherwise.
14587 Turning on ido-mode will remap (via a minor-mode keymap) the default
14588 keybindings for the `find-file' and `switch-to-buffer' families of
14589 commands to the ido versions of these functions.
14590 However, if ARG arg equals 'files, remap only commands for files, or
14591 if it equals 'buffers, remap only commands for buffer switching.
14592 This function also adds a hook to the minibuffer.
14593
14594 \(fn &optional ARG)" t nil)
14595
14596 (autoload 'ido-switch-buffer "ido" "\
14597 Switch to another buffer.
14598 The buffer is displayed according to `ido-default-buffer-method' -- the
14599 default is to show it in the same window, unless it is already visible
14600 in another frame.
14601
14602 As you type in a string, all of the buffers matching the string are
14603 displayed if substring-matching is used (default). Look at
14604 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
14605 buffer you want, it can then be selected. As you type, most keys have
14606 their normal keybindings, except for the following: \\<ido-buffer-completion-map>
14607
14608 RET Select the buffer at the front of the list of matches. If the
14609 list is empty, possibly prompt to create new buffer.
14610
14611 \\[ido-select-text] Use the current input string verbatim.
14612
14613 \\[ido-next-match] Put the first element at the end of the list.
14614 \\[ido-prev-match] Put the last element at the start of the list.
14615 \\[ido-complete] Complete a common suffix to the current string that
14616 matches all buffers. If there is only one match, select that buffer.
14617 If there is no common suffix, show a list of all matching buffers
14618 in a separate window.
14619 \\[ido-edit-input] Edit input string.
14620 \\[ido-fallback-command] Fallback to non-ido version of current command.
14621 \\[ido-toggle-regexp] Toggle regexp searching.
14622 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14623 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
14624 \\[ido-completion-help] Show list of matching buffers in separate window.
14625 \\[ido-enter-find-file] Drop into `ido-find-file'.
14626 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
14627 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
14628
14629 \(fn)" t nil)
14630
14631 (autoload 'ido-switch-buffer-other-window "ido" "\
14632 Switch to another buffer and show it in another window.
14633 The buffer name is selected interactively by typing a substring.
14634 For details of keybindings, see `ido-switch-buffer'.
14635
14636 \(fn)" t nil)
14637
14638 (autoload 'ido-display-buffer "ido" "\
14639 Display a buffer in another window but don't select it.
14640 The buffer name is selected interactively by typing a substring.
14641 For details of keybindings, see `ido-switch-buffer'.
14642
14643 \(fn)" t nil)
14644
14645 (autoload 'ido-kill-buffer "ido" "\
14646 Kill a buffer.
14647 The buffer name is selected interactively by typing a substring.
14648 For details of keybindings, see `ido-switch-buffer'.
14649
14650 \(fn)" t nil)
14651
14652 (autoload 'ido-insert-buffer "ido" "\
14653 Insert contents of a buffer in current buffer after point.
14654 The buffer name is selected interactively by typing a substring.
14655 For details of keybindings, see `ido-switch-buffer'.
14656
14657 \(fn)" t nil)
14658
14659 (autoload 'ido-switch-buffer-other-frame "ido" "\
14660 Switch to another buffer and show it in another frame.
14661 The buffer name is selected interactively by typing a substring.
14662 For details of keybindings, see `ido-switch-buffer'.
14663
14664 \(fn)" t nil)
14665
14666 (autoload 'ido-find-file-in-dir "ido" "\
14667 Switch to another file starting from DIR.
14668
14669 \(fn DIR)" t nil)
14670
14671 (autoload 'ido-find-file "ido" "\
14672 Edit file with name obtained via minibuffer.
14673 The file is displayed according to `ido-default-file-method' -- the
14674 default is to show it in the same window, unless it is already
14675 visible in another frame.
14676
14677 The file name is selected interactively by typing a substring. As you
14678 type in a string, all of the filenames matching the string are displayed
14679 if substring-matching is used (default). Look at `ido-enable-prefix' and
14680 `ido-toggle-prefix'. When you have found the filename you want, it can
14681 then be selected. As you type, most keys have their normal keybindings,
14682 except for the following: \\<ido-file-completion-map>
14683
14684 RET Select the file at the front of the list of matches. If the
14685 list is empty, possibly prompt to create new file.
14686
14687 \\[ido-select-text] Use the current input string verbatim.
14688
14689 \\[ido-next-match] Put the first element at the end of the list.
14690 \\[ido-prev-match] Put the last element at the start of the list.
14691 \\[ido-complete] Complete a common suffix to the current string that
14692 matches all files. If there is only one match, select that file.
14693 If there is no common suffix, show a list of all matching files
14694 in a separate window.
14695 \\[ido-magic-delete-char] Open the specified directory in Dired mode.
14696 \\[ido-edit-input] Edit input string (including directory).
14697 \\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
14698 \\[ido-merge-work-directories] search for file in the work directory history.
14699 \\[ido-forget-work-directory] removes current directory from the work directory history.
14700 \\[ido-prev-work-file] or \\[ido-next-work-file] cycle through the work file history.
14701 \\[ido-wide-find-file-or-pop-dir] and \\[ido-wide-find-dir-or-delete-dir] prompts and uses find to locate files or directories.
14702 \\[ido-make-directory] prompts for a directory to create in current directory.
14703 \\[ido-fallback-command] Fallback to non-ido version of current command.
14704 \\[ido-toggle-regexp] Toggle regexp searching.
14705 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14706 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
14707 \\[ido-toggle-literal] Toggle literal reading of this file.
14708 \\[ido-completion-help] Show list of matching files in separate window.
14709 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
14710
14711 \(fn)" t nil)
14712
14713 (autoload 'ido-find-file-other-window "ido" "\
14714 Switch to another file and show it in another window.
14715 The file name is selected interactively by typing a substring.
14716 For details of keybindings, see `ido-find-file'.
14717
14718 \(fn)" t nil)
14719
14720 (autoload 'ido-find-alternate-file "ido" "\
14721 Switch to another file and show it in another window.
14722 The file name is selected interactively by typing a substring.
14723 For details of keybindings, see `ido-find-file'.
14724
14725 \(fn)" t nil)
14726
14727 (autoload 'ido-find-file-read-only "ido" "\
14728 Edit file read-only with name obtained via minibuffer.
14729 The file name is selected interactively by typing a substring.
14730 For details of keybindings, see `ido-find-file'.
14731
14732 \(fn)" t nil)
14733
14734 (autoload 'ido-find-file-read-only-other-window "ido" "\
14735 Edit file read-only in other window with name obtained via minibuffer.
14736 The file name is selected interactively by typing a substring.
14737 For details of keybindings, see `ido-find-file'.
14738
14739 \(fn)" t nil)
14740
14741 (autoload 'ido-find-file-read-only-other-frame "ido" "\
14742 Edit file read-only in other frame with name obtained via minibuffer.
14743 The file name is selected interactively by typing a substring.
14744 For details of keybindings, see `ido-find-file'.
14745
14746 \(fn)" t nil)
14747
14748 (autoload 'ido-display-file "ido" "\
14749 Display a file in another window but don't select it.
14750 The file name is selected interactively by typing a substring.
14751 For details of keybindings, see `ido-find-file'.
14752
14753 \(fn)" t nil)
14754
14755 (autoload 'ido-find-file-other-frame "ido" "\
14756 Switch to another file and show it in another frame.
14757 The file name is selected interactively by typing a substring.
14758 For details of keybindings, see `ido-find-file'.
14759
14760 \(fn)" t nil)
14761
14762 (autoload 'ido-write-file "ido" "\
14763 Write current buffer to a file.
14764 The file name is selected interactively by typing a substring.
14765 For details of keybindings, see `ido-find-file'.
14766
14767 \(fn)" t nil)
14768
14769 (autoload 'ido-insert-file "ido" "\
14770 Insert contents of file in current buffer.
14771 The file name is selected interactively by typing a substring.
14772 For details of keybindings, see `ido-find-file'.
14773
14774 \(fn)" t nil)
14775
14776 (autoload 'ido-dired "ido" "\
14777 Call `dired' the ido way.
14778 The directory is selected interactively by typing a substring.
14779 For details of keybindings, see `ido-find-file'.
14780
14781 \(fn)" t nil)
14782
14783 (autoload 'ido-read-buffer "ido" "\
14784 Ido replacement for the built-in `read-buffer'.
14785 Return the name of a buffer selected.
14786 PROMPT is the prompt to give to the user. DEFAULT if given is the default
14787 buffer to be selected, which will go to the front of the list.
14788 If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
14789
14790 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH)" nil nil)
14791
14792 (autoload 'ido-read-file-name "ido" "\
14793 Ido replacement for the built-in `read-file-name'.
14794 Read file name, prompting with PROMPT and completing in directory DIR.
14795 See `read-file-name' for additional parameters.
14796
14797 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
14798
14799 (autoload 'ido-read-directory-name "ido" "\
14800 Ido replacement for the built-in `read-directory-name'.
14801 Read directory name, prompting with PROMPT and completing in directory DIR.
14802 See `read-directory-name' for additional parameters.
14803
14804 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
14805
14806 (autoload 'ido-completing-read "ido" "\
14807 Ido replacement for the built-in `completing-read'.
14808 Read a string in the minibuffer with ido-style completion.
14809 PROMPT is a string to prompt with; normally it ends in a colon and a space.
14810 CHOICES is a list of strings which are the possible completions.
14811 PREDICATE and INHERIT-INPUT-METHOD is currently ignored; it is included
14812 to be compatible with `completing-read'.
14813 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
14814 the input is (or completes to) an element of CHOICES or is null.
14815 If the input is null, `ido-completing-read' returns DEF, or an empty
14816 string if DEF is nil, regardless of the value of REQUIRE-MATCH.
14817 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
14818 with point positioned at the end.
14819 HIST, if non-nil, specifies a history list.
14820 DEF, if non-nil, is the default value.
14821
14822 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
14823
14824 ;;;***
14825 \f
14826 ;;;### (autoloads (ielm) "ielm" "ielm.el" (20706 54231 807276 0))
14827 ;;; Generated autoloads from ielm.el
14828
14829 (autoload 'ielm "ielm" "\
14830 Interactively evaluate Emacs Lisp expressions.
14831 Switches to the buffer `*ielm*', or creates it if it does not exist.
14832
14833 \(fn)" t nil)
14834
14835 ;;;***
14836 \f
14837 ;;;### (autoloads (iimage-mode) "iimage" "iimage.el" (20706 54231
14838 ;;;;;; 807276 0))
14839 ;;; Generated autoloads from iimage.el
14840
14841 (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
14842
14843 (autoload 'iimage-mode "iimage" "\
14844 Toggle Iimage mode on or off.
14845 With a prefix argument ARG, enable Iimage mode if ARG is
14846 positive, and disable it otherwise. If called from Lisp, enable
14847 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
14848 \\{iimage-mode-map}
14849
14850 \(fn &optional ARG)" t nil)
14851
14852 ;;;***
14853 \f
14854 ;;;### (autoloads (imagemagick-register-types defimage find-image
14855 ;;;;;; remove-images insert-sliced-image insert-image put-image
14856 ;;;;;; create-image image-type-auto-detected-p image-type-available-p
14857 ;;;;;; image-type image-type-from-file-name image-type-from-file-header
14858 ;;;;;; image-type-from-buffer image-type-from-data) "image" "image.el"
14859 ;;;;;; (20706 54231 807276 0))
14860 ;;; Generated autoloads from image.el
14861
14862 (autoload 'image-type-from-data "image" "\
14863 Determine the image type from image data DATA.
14864 Value is a symbol specifying the image type or nil if type cannot
14865 be determined.
14866
14867 \(fn DATA)" nil nil)
14868
14869 (autoload 'image-type-from-buffer "image" "\
14870 Determine the image type from data in the current buffer.
14871 Value is a symbol specifying the image type or nil if type cannot
14872 be determined.
14873
14874 \(fn)" nil nil)
14875
14876 (autoload 'image-type-from-file-header "image" "\
14877 Determine the type of image file FILE from its first few bytes.
14878 Value is a symbol specifying the image type, or nil if type cannot
14879 be determined.
14880
14881 \(fn FILE)" nil nil)
14882
14883 (autoload 'image-type-from-file-name "image" "\
14884 Determine the type of image file FILE from its name.
14885 Value is a symbol specifying the image type, or nil if type cannot
14886 be determined.
14887
14888 \(fn FILE)" nil nil)
14889
14890 (autoload 'image-type "image" "\
14891 Determine and return image type.
14892 SOURCE is an image file name or image data.
14893 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14894 or nil, try to determine the image type from its first few bytes
14895 of image data. If that doesn't work, and SOURCE is a file name,
14896 use its file extension as image type.
14897 Optional DATA-P non-nil means SOURCE is a string containing image data.
14898
14899 \(fn SOURCE &optional TYPE DATA-P)" nil nil)
14900
14901 (autoload 'image-type-available-p "image" "\
14902 Return non-nil if image type TYPE is available.
14903 Image types are symbols like `xbm' or `jpeg'.
14904
14905 \(fn TYPE)" nil nil)
14906
14907 (autoload 'image-type-auto-detected-p "image" "\
14908 Return t if the current buffer contains an auto-detectable image.
14909 This function is intended to be used from `magic-fallback-mode-alist'.
14910
14911 The buffer is considered to contain an auto-detectable image if
14912 its beginning matches an image type in `image-type-header-regexps',
14913 and that image type is present in `image-type-auto-detectable' with a
14914 non-nil value. If that value is non-nil, but not t, then the image type
14915 must be available.
14916
14917 \(fn)" nil nil)
14918
14919 (autoload 'create-image "image" "\
14920 Create an image.
14921 FILE-OR-DATA is an image file name or image data.
14922 Optional TYPE is a symbol describing the image type. If TYPE is omitted
14923 or nil, try to determine the image type from its first few bytes
14924 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
14925 use its file extension as image type.
14926 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
14927 Optional PROPS are additional image attributes to assign to the image,
14928 like, e.g. `:mask MASK'.
14929 Value is the image created, or nil if images of type TYPE are not supported.
14930
14931 Images should not be larger than specified by `max-image-size'.
14932
14933 Image file names that are not absolute are searched for in the
14934 \"images\" sub-directory of `data-directory' and
14935 `x-bitmap-file-path' (in that order).
14936
14937 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
14938
14939 (autoload 'put-image "image" "\
14940 Put image IMAGE in front of POS in the current buffer.
14941 IMAGE must be an image created with `create-image' or `defimage'.
14942 IMAGE is displayed by putting an overlay into the current buffer with a
14943 `before-string' STRING that has a `display' property whose value is the
14944 image. STRING is defaulted if you omit it.
14945 The overlay created will have the `put-image' property set to t.
14946 POS may be an integer or marker.
14947 AREA is where to display the image. AREA nil or omitted means
14948 display it in the text area, a value of `left-margin' means
14949 display it in the left marginal area, a value of `right-margin'
14950 means display it in the right marginal area.
14951
14952 \(fn IMAGE POS &optional STRING AREA)" nil nil)
14953
14954 (autoload 'insert-image "image" "\
14955 Insert IMAGE into current buffer at point.
14956 IMAGE is displayed by inserting STRING into the current buffer
14957 with a `display' property whose value is the image. STRING
14958 defaults to a single space if you omit it.
14959 AREA is where to display the image. AREA nil or omitted means
14960 display it in the text area, a value of `left-margin' means
14961 display it in the left marginal area, a value of `right-margin'
14962 means display it in the right marginal area.
14963 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
14964 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
14965 specifying the X and Y positions and WIDTH and HEIGHT of image area
14966 to insert. A float value 0.0 - 1.0 means relative to the width or
14967 height of the image; integer values are taken as pixel values.
14968
14969 \(fn IMAGE &optional STRING AREA SLICE)" nil nil)
14970
14971 (autoload 'insert-sliced-image "image" "\
14972 Insert IMAGE into current buffer at point.
14973 IMAGE is displayed by inserting STRING into the current buffer
14974 with a `display' property whose value is the image. The default
14975 STRING is a single space.
14976 AREA is where to display the image. AREA nil or omitted means
14977 display it in the text area, a value of `left-margin' means
14978 display it in the left marginal area, a value of `right-margin'
14979 means display it in the right marginal area.
14980 The image is automatically split into ROWS x COLS slices.
14981
14982 \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
14983
14984 (autoload 'remove-images "image" "\
14985 Remove images between START and END in BUFFER.
14986 Remove only images that were put in BUFFER with calls to `put-image'.
14987 BUFFER nil or omitted means use the current buffer.
14988
14989 \(fn START END &optional BUFFER)" nil nil)
14990
14991 (autoload 'find-image "image" "\
14992 Find an image, choosing one of a list of image specifications.
14993
14994 SPECS is a list of image specifications.
14995
14996 Each image specification in SPECS is a property list. The contents of
14997 a specification are image type dependent. All specifications must at
14998 least contain the properties `:type TYPE' and either `:file FILE' or
14999 `:data DATA', where TYPE is a symbol specifying the image type,
15000 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15001 string containing the actual image data. The specification whose TYPE
15002 is supported, and FILE exists, is used to construct the image
15003 specification to be returned. Return nil if no specification is
15004 satisfied.
15005
15006 The image is looked for in `image-load-path'.
15007
15008 Image files should not be larger than specified by `max-image-size'.
15009
15010 \(fn SPECS)" nil nil)
15011
15012 (autoload 'defimage "image" "\
15013 Define SYMBOL as an image.
15014
15015 SPECS is a list of image specifications. DOC is an optional
15016 documentation string.
15017
15018 Each image specification in SPECS is a property list. The contents of
15019 a specification are image type dependent. All specifications must at
15020 least contain the properties `:type TYPE' and either `:file FILE' or
15021 `:data DATA', where TYPE is a symbol specifying the image type,
15022 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15023 string containing the actual image data. The first image
15024 specification whose TYPE is supported, and FILE exists, is used to
15025 define SYMBOL.
15026
15027 Example:
15028
15029 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
15030 (:type xbm :file \"~/test1.xbm\")))
15031
15032 \(fn SYMBOL SPECS &optional DOC)" nil t)
15033
15034 (put 'defimage 'doc-string-elt '3)
15035
15036 (autoload 'imagemagick-register-types "image" "\
15037 Register file types that can be handled by ImageMagick.
15038 This function is called at startup, after loading the init file.
15039 It registers the ImageMagick types returned by `imagemagick-filter-types'.
15040
15041 Registered image types are added to `auto-mode-alist', so that
15042 Emacs visits them in Image mode. They are also added to
15043 `image-type-file-name-regexps', so that the `image-type' function
15044 recognizes these files as having image type `imagemagick'.
15045
15046 If Emacs is compiled without ImageMagick support, this does nothing.
15047
15048 \(fn)" nil nil)
15049
15050 ;;;***
15051 \f
15052 ;;;### (autoloads (image-dired-dired-edit-comment-and-tags image-dired-mark-tagged-files
15053 ;;;;;; image-dired-dired-comment-files image-dired-dired-display-image
15054 ;;;;;; image-dired-dired-display-external image-dired-display-thumb
15055 ;;;;;; image-dired-display-thumbs-append image-dired-setup-dired-keybindings
15056 ;;;;;; image-dired-jump-thumbnail-buffer image-dired-delete-tag
15057 ;;;;;; image-dired-tag-files image-dired-show-all-from-dir image-dired-display-thumbs
15058 ;;;;;; image-dired-dired-with-window-configuration image-dired-dired-toggle-marked-thumbs)
15059 ;;;;;; "image-dired" "image-dired.el" (20706 54231 807276 0))
15060 ;;; Generated autoloads from image-dired.el
15061
15062 (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
15063 Toggle thumbnails in front of file names in the dired buffer.
15064 If no marked file could be found, insert or hide thumbnails on the
15065 current line. ARG, if non-nil, specifies the files to use instead
15066 of the marked files. If ARG is an integer, use the next ARG (or
15067 previous -ARG, if ARG<0) files.
15068
15069 \(fn &optional ARG)" t nil)
15070
15071 (autoload 'image-dired-dired-with-window-configuration "image-dired" "\
15072 Open directory DIR and create a default window configuration.
15073
15074 Convenience command that:
15075
15076 - Opens dired in folder DIR
15077 - Splits windows in most useful (?) way
15078 - Set `truncate-lines' to t
15079
15080 After the command has finished, you would typically mark some
15081 image files in dired and type
15082 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15083
15084 If called with prefix argument ARG, skip splitting of windows.
15085
15086 The current window configuration is saved and can be restored by
15087 calling `image-dired-restore-window-configuration'.
15088
15089 \(fn DIR &optional ARG)" t nil)
15090
15091 (autoload 'image-dired-display-thumbs "image-dired" "\
15092 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15093 If a thumbnail image does not exist for a file, it is created on the
15094 fly. With prefix argument ARG, display only thumbnail for file at
15095 point (this is useful if you have marked some files but want to show
15096 another one).
15097
15098 Recommended usage is to split the current frame horizontally so that
15099 you have the dired buffer in the left window and the
15100 `image-dired-thumbnail-buffer' buffer in the right window.
15101
15102 With optional argument APPEND, append thumbnail to thumbnail buffer
15103 instead of erasing it first.
15104
15105 Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
15106 used or not. If non-nil, use `display-buffer' instead of
15107 `pop-to-buffer'. This is used from functions like
15108 `image-dired-next-line-and-display' and
15109 `image-dired-previous-line-and-display' where we do not want the
15110 thumbnail buffer to be selected.
15111
15112 \(fn &optional ARG APPEND DO-NOT-POP)" t nil)
15113
15114 (autoload 'image-dired-show-all-from-dir "image-dired" "\
15115 Make a preview buffer for all images in DIR and display it.
15116 If the number of files in DIR matching `image-file-name-regexp'
15117 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15118 displayed.
15119
15120 \(fn DIR)" t nil)
15121
15122 (defalias 'image-dired 'image-dired-show-all-from-dir)
15123
15124 (defalias 'tumme 'image-dired-show-all-from-dir)
15125
15126 (autoload 'image-dired-tag-files "image-dired" "\
15127 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15128
15129 \(fn ARG)" t nil)
15130
15131 (autoload 'image-dired-delete-tag "image-dired" "\
15132 Remove tag for selected file(s).
15133 With prefix argument ARG, remove tag from file at point.
15134
15135 \(fn ARG)" t nil)
15136
15137 (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
15138 Jump to thumbnail buffer.
15139
15140 \(fn)" t nil)
15141
15142 (autoload 'image-dired-setup-dired-keybindings "image-dired" "\
15143 Setup easy-to-use keybindings for the commands to be used in dired mode.
15144 Note that n, p and <down> and <up> will be hijacked and bound to
15145 `image-dired-dired-x-line'.
15146
15147 \(fn)" t nil)
15148
15149 (autoload 'image-dired-display-thumbs-append "image-dired" "\
15150 Append thumbnails to `image-dired-thumbnail-buffer'.
15151
15152 \(fn)" t nil)
15153
15154 (autoload 'image-dired-display-thumb "image-dired" "\
15155 Shorthand for `image-dired-display-thumbs' with prefix argument.
15156
15157 \(fn)" t nil)
15158
15159 (autoload 'image-dired-dired-display-external "image-dired" "\
15160 Display file at point using an external viewer.
15161
15162 \(fn)" t nil)
15163
15164 (autoload 'image-dired-dired-display-image "image-dired" "\
15165 Display current image file.
15166 See documentation for `image-dired-display-image' for more information.
15167 With prefix argument ARG, display image in its original size.
15168
15169 \(fn &optional ARG)" t nil)
15170
15171 (autoload 'image-dired-dired-comment-files "image-dired" "\
15172 Add comment to current or marked files in dired.
15173
15174 \(fn)" t nil)
15175
15176 (autoload 'image-dired-mark-tagged-files "image-dired" "\
15177 Use regexp to mark files with matching tag.
15178 A `tag' is a keyword, a piece of meta data, associated with an
15179 image file and stored in image-dired's database file. This command
15180 lets you input a regexp and this will be matched against all tags
15181 on all image files in the database file. The files that have a
15182 matching tag will be marked in the dired buffer.
15183
15184 \(fn)" t nil)
15185
15186 (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
15187 Edit comment and tags of current or marked image files.
15188 Edit comment and tags for all marked image files in an
15189 easy-to-use form.
15190
15191 \(fn)" t nil)
15192
15193 ;;;***
15194 \f
15195 ;;;### (autoloads (auto-image-file-mode insert-image-file image-file-name-regexp
15196 ;;;;;; image-file-name-regexps image-file-name-extensions) "image-file"
15197 ;;;;;; "image-file.el" (20706 54231 807276 0))
15198 ;;; Generated autoloads from image-file.el
15199
15200 (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
15201 A list of image-file filename extensions.
15202 Filenames having one of these extensions are considered image files,
15203 in addition to those matching `image-file-name-regexps'.
15204
15205 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
15206 setting this variable directly does not take effect unless
15207 `auto-image-file-mode' is re-enabled; this happens automatically when
15208 the variable is set using \\[customize].")
15209
15210 (custom-autoload 'image-file-name-extensions "image-file" nil)
15211
15212 (defvar image-file-name-regexps nil "\
15213 List of regexps matching image-file filenames.
15214 Filenames matching one of these regexps are considered image files,
15215 in addition to those with an extension in `image-file-name-extensions'.
15216
15217 See function `auto-image-file-mode'; if `auto-image-file-mode' is
15218 enabled, setting this variable directly does not take effect unless
15219 `auto-image-file-mode' is re-enabled; this happens automatically when
15220 the variable is set using \\[customize].")
15221
15222 (custom-autoload 'image-file-name-regexps "image-file" nil)
15223
15224 (autoload 'image-file-name-regexp "image-file" "\
15225 Return a regular expression matching image-file filenames.
15226
15227 \(fn)" nil nil)
15228
15229 (autoload 'insert-image-file "image-file" "\
15230 Insert the image file FILE into the current buffer.
15231 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
15232 the command `insert-file-contents'.
15233
15234 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
15235
15236 (defvar auto-image-file-mode nil "\
15237 Non-nil if Auto-Image-File mode is enabled.
15238 See the command `auto-image-file-mode' for a description of this minor mode.
15239 Setting this variable directly does not take effect;
15240 either customize it (see the info node `Easy Customization')
15241 or call the function `auto-image-file-mode'.")
15242
15243 (custom-autoload 'auto-image-file-mode "image-file" nil)
15244
15245 (autoload 'auto-image-file-mode "image-file" "\
15246 Toggle visiting of image files as images (Auto Image File mode).
15247 With a prefix argument ARG, enable Auto Image File mode if ARG is
15248 positive, and disable it otherwise. If called from Lisp, enable
15249 the mode if ARG is omitted or nil.
15250
15251 An image file is one whose name has an extension in
15252 `image-file-name-extensions', or matches a regexp in
15253 `image-file-name-regexps'.
15254
15255 \(fn &optional ARG)" t nil)
15256
15257 ;;;***
15258 \f
15259 ;;;### (autoloads (image-bookmark-jump image-mode-as-text image-minor-mode
15260 ;;;;;; image-mode) "image-mode" "image-mode.el" (20706 54231 807276
15261 ;;;;;; 0))
15262 ;;; Generated autoloads from image-mode.el
15263
15264 (autoload 'image-mode "image-mode" "\
15265 Major mode for image files.
15266 You can use \\<image-mode-map>\\[image-toggle-display]
15267 to toggle between display as an image and display as text.
15268
15269 \(fn)" t nil)
15270
15271 (autoload 'image-minor-mode "image-mode" "\
15272 Toggle Image minor mode in this buffer.
15273 With a prefix argument ARG, enable Image minor mode if ARG is
15274 positive, and disable it otherwise. If called from Lisp, enable
15275 the mode if ARG is omitted or nil.
15276
15277 Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display],
15278 to switch back to `image-mode' and display an image file as the
15279 actual image.
15280
15281 \(fn &optional ARG)" t nil)
15282
15283 (autoload 'image-mode-as-text "image-mode" "\
15284 Set a non-image mode as major mode in combination with image minor mode.
15285 A non-image major mode found from `auto-mode-alist' or Fundamental mode
15286 displays an image file as text. `image-minor-mode' provides the key
15287 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
15288 to display an image file as the actual image.
15289
15290 You can use `image-mode-as-text' in `auto-mode-alist' when you want
15291 to display an image file as text initially.
15292
15293 See commands `image-mode' and `image-minor-mode' for more information
15294 on these modes.
15295
15296 \(fn)" t nil)
15297
15298 (autoload 'image-bookmark-jump "image-mode" "\
15299
15300
15301 \(fn BMK)" nil nil)
15302
15303 ;;;***
15304 \f
15305 ;;;### (autoloads (imenu imenu-add-menubar-index imenu-add-to-menubar
15306 ;;;;;; imenu-sort-function) "imenu" "imenu.el" (20706 54231 807276
15307 ;;;;;; 0))
15308 ;;; Generated autoloads from imenu.el
15309
15310 (defvar imenu-sort-function nil "\
15311 The function to use for sorting the index mouse-menu.
15312
15313 Affects only the mouse index menu.
15314
15315 Set this to nil if you don't want any sorting (faster).
15316 The items in the menu are then presented in the order they were found
15317 in the buffer.
15318
15319 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
15320
15321 The function should take two arguments and return t if the first
15322 element should come before the second. The arguments are cons cells;
15323 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15324
15325 (custom-autoload 'imenu-sort-function "imenu" t)
15326
15327 (defvar imenu-generic-expression nil "\
15328 List of definition matchers for creating an Imenu index.
15329 Each element of this list should have the form
15330
15331 (MENU-TITLE REGEXP INDEX [FUNCTION] [ARGUMENTS...])
15332
15333 MENU-TITLE should be nil (in which case the matches for this
15334 element are put in the top level of the buffer index) or a
15335 string (which specifies the title of a submenu into which the
15336 matches are put).
15337 REGEXP is a regular expression matching a definition construct
15338 which is to be displayed in the menu. REGEXP may also be a
15339 function, called without arguments. It is expected to search
15340 backwards. It must return true and set `match-data' if it finds
15341 another element.
15342 INDEX is an integer specifying which subexpression of REGEXP
15343 matches the definition's name; this subexpression is displayed as
15344 the menu item.
15345 FUNCTION, if present, specifies a function to call when the index
15346 item is selected by the user. This function is called with
15347 arguments consisting of the item name, the buffer position, and
15348 the ARGUMENTS.
15349
15350 The variable `imenu-case-fold-search' determines whether or not
15351 the regexp matches are case sensitive, and `imenu-syntax-alist'
15352 can be used to alter the syntax table for the search.
15353
15354 If non-nil this pattern is passed to `imenu--generic-function' to
15355 create a buffer index.
15356
15357 For example, see the value of `fortran-imenu-generic-expression'
15358 used by `fortran-mode' with `imenu-syntax-alist' set locally to
15359 give the characters which normally have \"symbol\" syntax
15360 \"word\" syntax during matching.")
15361 (put 'imenu-generic-expression 'risky-local-variable t)
15362
15363 (make-variable-buffer-local 'imenu-generic-expression)
15364
15365 (defvar imenu-create-index-function 'imenu-default-create-index-function "\
15366 The function to use for creating an index alist of the current buffer.
15367
15368 It should be a function that takes no arguments and returns
15369 an index alist of the current buffer. The function is
15370 called within a `save-excursion'.
15371
15372 See `imenu--index-alist' for the format of the buffer index alist.")
15373
15374 (make-variable-buffer-local 'imenu-create-index-function)
15375
15376 (defvar imenu-prev-index-position-function 'beginning-of-defun "\
15377 Function for finding the next index position.
15378
15379 If `imenu-create-index-function' is set to
15380 `imenu-default-create-index-function', then you must set this variable
15381 to a function that will find the next index, looking backwards in the
15382 file.
15383
15384 The function should leave point at the place to be connected to the
15385 index and it should return nil when it doesn't find another index.")
15386
15387 (make-variable-buffer-local 'imenu-prev-index-position-function)
15388
15389 (defvar imenu-extract-index-name-function nil "\
15390 Function for extracting the index item name, given a position.
15391
15392 This function is called after `imenu-prev-index-position-function'
15393 finds a position for an index item, with point at that position.
15394 It should return the name for that index item.")
15395
15396 (make-variable-buffer-local 'imenu-extract-index-name-function)
15397
15398 (defvar imenu-name-lookup-function nil "\
15399 Function to compare string with index item.
15400
15401 This function will be called with two strings, and should return
15402 non-nil if they match.
15403
15404 If nil, comparison is done with `string='.
15405 Set this to some other function for more advanced comparisons,
15406 such as \"begins with\" or \"name matches and number of
15407 arguments match\".")
15408
15409 (make-variable-buffer-local 'imenu-name-lookup-function)
15410
15411 (defvar imenu-default-goto-function 'imenu-default-goto-function "\
15412 The default function called when selecting an Imenu item.
15413 The function in this variable is called when selecting a normal index-item.")
15414
15415 (make-variable-buffer-local 'imenu-default-goto-function)
15416 (put 'imenu--index-alist 'risky-local-variable t)
15417
15418 (make-variable-buffer-local 'imenu-syntax-alist)
15419
15420 (make-variable-buffer-local 'imenu-case-fold-search)
15421
15422 (autoload 'imenu-add-to-menubar "imenu" "\
15423 Add an `imenu' entry to the menu bar for the current buffer.
15424 NAME is a string used to name the menu bar item.
15425 See the command `imenu' for more information.
15426
15427 \(fn NAME)" t nil)
15428
15429 (autoload 'imenu-add-menubar-index "imenu" "\
15430 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
15431
15432 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
15433
15434 \(fn)" t nil)
15435
15436 (autoload 'imenu "imenu" "\
15437 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
15438 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
15439 for more information.
15440
15441 \(fn INDEX-ITEM)" t nil)
15442
15443 ;;;***
15444 \f
15445 ;;;### (autoloads (indian-2-column-to-ucs-region in-is13194-pre-write-conversion
15446 ;;;;;; in-is13194-post-read-conversion indian-compose-string indian-compose-region)
15447 ;;;;;; "ind-util" "language/ind-util.el" (20706 54231 807276 0))
15448 ;;; Generated autoloads from language/ind-util.el
15449
15450 (autoload 'indian-compose-region "ind-util" "\
15451 Compose the region according to `composition-function-table'.
15452
15453 \(fn FROM TO)" t nil)
15454
15455 (autoload 'indian-compose-string "ind-util" "\
15456
15457
15458 \(fn STRING)" nil nil)
15459
15460 (autoload 'in-is13194-post-read-conversion "ind-util" "\
15461
15462
15463 \(fn LEN)" nil nil)
15464
15465 (autoload 'in-is13194-pre-write-conversion "ind-util" "\
15466
15467
15468 \(fn FROM TO)" nil nil)
15469
15470 (autoload 'indian-2-column-to-ucs-region "ind-util" "\
15471 Convert old Emacs Devanagari characters to UCS.
15472
15473 \(fn FROM TO)" t nil)
15474
15475 ;;;***
15476 \f
15477 ;;;### (autoloads (inferior-lisp) "inf-lisp" "progmodes/inf-lisp.el"
15478 ;;;;;; (20706 54231 807276 0))
15479 ;;; Generated autoloads from progmodes/inf-lisp.el
15480
15481 (autoload 'inferior-lisp "inf-lisp" "\
15482 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
15483 If there is a process already running in `*inferior-lisp*', just switch
15484 to that buffer.
15485 With argument, allows you to edit the command line (default is value
15486 of `inferior-lisp-program'). Runs the hooks from
15487 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
15488 \(Type \\[describe-mode] in the process buffer for a list of commands.)
15489
15490 \(fn CMD)" t nil)
15491
15492 (defalias 'run-lisp 'inferior-lisp)
15493
15494 ;;;***
15495 \f
15496 ;;;### (autoloads (info-display-manual Info-bookmark-jump Info-speedbar-browser
15497 ;;;;;; Info-goto-emacs-key-command-node Info-goto-emacs-command-node
15498 ;;;;;; Info-mode info-finder info-apropos Info-index Info-directory
15499 ;;;;;; Info-on-current-buffer info-standalone info-emacs-bug info-emacs-manual
15500 ;;;;;; info info-other-window) "info" "info.el" (20706 54231 807276
15501 ;;;;;; 0))
15502 ;;; Generated autoloads from info.el
15503
15504 (defcustom Info-default-directory-list (let* ((config-dir (file-name-as-directory (or (and (featurep 'ns) (let ((dir (expand-file-name "../info" data-directory))) (if (file-directory-p dir) dir))) configure-info-directory))) (prefixes (prune-directory-list '("/usr/local/" "/usr/" "/opt/" "/"))) (suffixes '("share/" "" "gnu/" "gnu/lib/" "gnu/lib/emacs/" "emacs/" "lib/" "lib/emacs/")) (standard-info-dirs (apply #'nconc (mapcar (lambda (pfx) (let ((dirs (mapcar (lambda (sfx) (concat pfx sfx "info/")) suffixes))) (prune-directory-list dirs))) prefixes))) (dirs (if (member config-dir standard-info-dirs) (nconc standard-info-dirs (list config-dir)) (cons config-dir standard-info-dirs)))) (if (not (eq system-type 'windows-nt)) dirs (let* ((instdir (file-name-directory invocation-directory)) (dir1 (expand-file-name "../info/" instdir)) (dir2 (expand-file-name "../../../info/" instdir))) (cond ((file-exists-p dir1) (append dirs (list dir1))) ((file-exists-p dir2) (append dirs (list dir2))) (t dirs))))) "\
15505 Default list of directories to search for Info documentation files.
15506 They are searched in the order they are given in the list.
15507 Therefore, the directory of Info files that come with Emacs
15508 normally should come last (so that local files override standard ones),
15509 unless Emacs is installed into a non-standard directory. In the latter
15510 case, the directory of Info files that come with Emacs should be
15511 first in this list.
15512
15513 Once Info is started, the list of directories to search
15514 comes from the variable `Info-directory-list'.
15515 This variable `Info-default-directory-list' is used as the default
15516 for initializing `Info-directory-list' when Info is started, unless
15517 the environment variable INFOPATH is set.
15518
15519 Although this is a customizable variable, that is mainly for technical
15520 reasons. Normally, you should either set INFOPATH or customize
15521 `Info-additional-directory-list', rather than changing this variable." :initialize (quote custom-initialize-delay) :type (quote (repeat directory)) :group (quote info))
15522
15523 (autoload 'info-other-window "info" "\
15524 Like `info' but show the Info buffer in another window.
15525
15526 \(fn &optional FILE-OR-NODE)" t nil)
15527 (put 'info 'info-file (purecopy "emacs"))
15528
15529 (autoload 'info "info" "\
15530 Enter Info, the documentation browser.
15531 Optional argument FILE-OR-NODE specifies the file to examine;
15532 the default is the top-level directory of Info.
15533 Called from a program, FILE-OR-NODE may specify an Info node of the form
15534 \"(FILENAME)NODENAME\".
15535 Optional argument BUFFER specifies the Info buffer name;
15536 the default buffer name is *info*. If BUFFER exists,
15537 just switch to BUFFER. Otherwise, create a new buffer
15538 with the top-level Info directory.
15539
15540 In interactive use, a non-numeric prefix argument directs
15541 this command to read a file name from the minibuffer.
15542 A numeric prefix argument selects an Info buffer with the prefix number
15543 appended to the Info buffer name.
15544
15545 The search path for Info files is in the variable `Info-directory-list'.
15546 The top-level Info directory is made by combining all the files named `dir'
15547 in all the directories in that path.
15548
15549 See a list of available Info commands in `Info-mode'.
15550
15551 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
15552
15553 (autoload 'info-emacs-manual "info" "\
15554 Display the Emacs manual in Info mode.
15555
15556 \(fn)" t nil)
15557
15558 (autoload 'info-emacs-bug "info" "\
15559 Display the \"Reporting Bugs\" section of the Emacs manual in Info mode.
15560
15561 \(fn)" t nil)
15562
15563 (autoload 'info-standalone "info" "\
15564 Run Emacs as a standalone Info reader.
15565 Usage: emacs -f info-standalone [filename]
15566 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
15567
15568 \(fn)" nil nil)
15569
15570 (autoload 'Info-on-current-buffer "info" "\
15571 Use Info mode to browse the current Info buffer.
15572 With a prefix arg, this queries for the node name to visit first;
15573 otherwise, that defaults to `Top'.
15574
15575 \(fn &optional NODENAME)" t nil)
15576
15577 (autoload 'Info-directory "info" "\
15578 Go to the Info directory node.
15579
15580 \(fn)" t nil)
15581
15582 (autoload 'Info-index "info" "\
15583 Look up a string TOPIC in the index for this manual and go to that entry.
15584 If there are no exact matches to the specified topic, this chooses
15585 the first match which is a case-insensitive substring of a topic.
15586 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
15587 Give an empty topic name to go to the Index node itself.
15588
15589 \(fn TOPIC)" t nil)
15590
15591 (autoload 'info-apropos "info" "\
15592 Grovel indices of all known Info files on your system for STRING.
15593 Build a menu of the possible matches.
15594
15595 \(fn STRING)" t nil)
15596
15597 (autoload 'info-finder "info" "\
15598 Display descriptions of the keywords in the Finder virtual manual.
15599 In interactive use, a prefix argument directs this command to read
15600 a list of keywords separated by comma. After that, it displays a node
15601 with a list of packages that contain all specified keywords.
15602
15603 \(fn &optional KEYWORDS)" t nil)
15604
15605 (autoload 'Info-mode "info" "\
15606 Info mode provides commands for browsing through the Info documentation tree.
15607 Documentation in Info is divided into \"nodes\", each of which discusses
15608 one topic and contains references to other nodes which discuss related
15609 topics. Info has commands to follow the references and show you other nodes.
15610
15611 \\<Info-mode-map>\\[Info-help] Invoke the Info tutorial.
15612 \\[Info-exit] Quit Info: reselect previously selected buffer.
15613
15614 Selecting other nodes:
15615 \\[Info-mouse-follow-nearest-node]
15616 Follow a node reference you click on.
15617 This works with menu items, cross references, and
15618 the \"next\", \"previous\" and \"up\", depending on where you click.
15619 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
15620 \\[Info-next] Move to the \"next\" node of this node.
15621 \\[Info-prev] Move to the \"previous\" node of this node.
15622 \\[Info-up] Move \"up\" from this node.
15623 \\[Info-menu] Pick menu item specified by name (or abbreviation).
15624 Picking a menu item causes another node to be selected.
15625 \\[Info-directory] Go to the Info directory node.
15626 \\[Info-top-node] Go to the Top node of this file.
15627 \\[Info-final-node] Go to the final node in this file.
15628 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
15629 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
15630 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
15631 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item.
15632 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
15633 \\[Info-history-back] Move back in history to the last node you were at.
15634 \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back].
15635 \\[Info-history] Go to menu of visited nodes.
15636 \\[Info-toc] Go to table of contents of the current Info file.
15637
15638 Moving within a node:
15639 \\[Info-scroll-up] Normally, scroll forward a full screen.
15640 Once you scroll far enough in a node that its menu appears on the
15641 screen but after point, the next scroll moves into its first
15642 subnode. When after all menu items (or if there is no menu),
15643 move up to the parent node.
15644 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
15645 already visible, try to go to the previous menu entry, or up
15646 if there is none.
15647 \\[beginning-of-buffer] Go to beginning of node.
15648
15649 Advanced commands:
15650 \\[Info-search] Search through this Info file for specified regexp,
15651 and select the node in which the next occurrence is found.
15652 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
15653 \\[isearch-forward], \\[isearch-forward-regexp] Use Isearch to search through multiple Info nodes.
15654 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
15655 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
15656 \\[Info-virtual-index] Look for a string and display the index node with results.
15657 \\[info-apropos] Look for a string in the indices of all manuals.
15658 \\[Info-goto-node] Move to node specified by name.
15659 You may include a filename as well, as (FILENAME)NODENAME.
15660 1 .. 9 Pick first ... ninth item in node's menu.
15661 Every third `*' is highlighted to help pick the right number.
15662 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
15663 \\[clone-buffer] Select a new cloned Info buffer in another window.
15664 \\[universal-argument] \\[info] Move to new Info file with completion.
15665 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
15666
15667 \(fn)" t nil)
15668 (put 'Info-goto-emacs-command-node 'info-file (purecopy "emacs"))
15669
15670 (autoload 'Info-goto-emacs-command-node "info" "\
15671 Go to the Info node in the Emacs manual for command COMMAND.
15672 The command is found by looking up in Emacs manual's indices
15673 or in another manual found via COMMAND's `info-file' property or
15674 the variable `Info-file-list-for-emacs'.
15675 COMMAND must be a symbol or string.
15676
15677 \(fn COMMAND)" t nil)
15678 (put 'Info-goto-emacs-key-command-node 'info-file (purecopy "emacs"))
15679
15680 (autoload 'Info-goto-emacs-key-command-node "info" "\
15681 Go to the node in the Emacs manual which describes the command bound to KEY.
15682 KEY is a string.
15683 Interactively, if the binding is `execute-extended-command', a command is read.
15684 The command is found by looking up in Emacs manual's indices
15685 or in another manual found via COMMAND's `info-file' property or
15686 the variable `Info-file-list-for-emacs'.
15687
15688 \(fn KEY)" t nil)
15689
15690 (autoload 'Info-speedbar-browser "info" "\
15691 Initialize speedbar to display an Info node browser.
15692 This will add a speedbar major display mode.
15693
15694 \(fn)" t nil)
15695
15696 (autoload 'Info-bookmark-jump "info" "\
15697 This implements the `handler' function interface for the record
15698 type returned by `Info-bookmark-make-record', which see.
15699
15700 \(fn BMK)" nil nil)
15701
15702 (autoload 'info-display-manual "info" "\
15703 Go to Info buffer that displays MANUAL, creating it if none already exists.
15704
15705 \(fn MANUAL)" t nil)
15706
15707 ;;;***
15708 \f
15709 ;;;### (autoloads (info-complete-file info-complete-symbol info-lookup-file
15710 ;;;;;; info-lookup-symbol info-lookup-reset) "info-look" "info-look.el"
15711 ;;;;;; (20706 54231 807276 0))
15712 ;;; Generated autoloads from info-look.el
15713
15714 (autoload 'info-lookup-reset "info-look" "\
15715 Throw away all cached data.
15716 This command is useful if the user wants to start at the beginning without
15717 quitting Emacs, for example, after some Info documents were updated on the
15718 system.
15719
15720 \(fn)" t nil)
15721 (put 'info-lookup-symbol 'info-file "emacs")
15722
15723 (autoload 'info-lookup-symbol "info-look" "\
15724 Display the definition of SYMBOL, as found in the relevant manual.
15725 When this command is called interactively, it reads SYMBOL from the
15726 minibuffer. In the minibuffer, use M-n to yank the default argument
15727 value into the minibuffer so you can edit it. The default symbol is the
15728 one found at point.
15729
15730 With prefix arg a query for the symbol help mode is offered.
15731
15732 \(fn SYMBOL &optional MODE)" t nil)
15733 (put 'info-lookup-file 'info-file "emacs")
15734
15735 (autoload 'info-lookup-file "info-look" "\
15736 Display the documentation of a file.
15737 When this command is called interactively, it reads FILE from the minibuffer.
15738 In the minibuffer, use M-n to yank the default file name
15739 into the minibuffer so you can edit it.
15740 The default file name is the one found at point.
15741
15742 With prefix arg a query for the file help mode is offered.
15743
15744 \(fn FILE &optional MODE)" t nil)
15745
15746 (autoload 'info-complete-symbol "info-look" "\
15747 Perform completion on symbol preceding point.
15748
15749 \(fn &optional MODE)" t nil)
15750
15751 (autoload 'info-complete-file "info-look" "\
15752 Perform completion on file preceding point.
15753
15754 \(fn &optional MODE)" t nil)
15755
15756 ;;;***
15757 \f
15758 ;;;### (autoloads (info-xref-docstrings info-xref-check-all-custom
15759 ;;;;;; info-xref-check-all info-xref-check) "info-xref" "info-xref.el"
15760 ;;;;;; (20706 54231 807276 0))
15761 ;;; Generated autoloads from info-xref.el
15762
15763 (autoload 'info-xref-check "info-xref" "\
15764 Check external references in FILENAME, an info document.
15765 Interactively from an `Info-mode' or `texinfo-mode' buffer the
15766 current info file is the default.
15767
15768 Results are shown in a `compilation-mode' buffer. The format is
15769 a bit rough, but there shouldn't be many problems normally. The
15770 file:line:column: is the info document, but of course normally
15771 any correction should be made in the original .texi file.
15772 Finding the right place in the .texi is a manual process.
15773
15774 When a target info file doesn't exist there's obviously no way to
15775 validate node references within it. A message is given for
15776 missing target files once per source document. It could be
15777 simply that you don't have the target installed, or it could be a
15778 mistake in the reference.
15779
15780 Indirect info files are understood, just pass the top-level
15781 foo.info to `info-xref-check' and it traverses all sub-files.
15782 Compressed info files are accepted too as usual for `Info-mode'.
15783
15784 \"makeinfo\" checks references internal to an info document, but
15785 not external references, which makes it rather easy for mistakes
15786 to creep in or node name changes to go unnoticed.
15787 `Info-validate' doesn't check external references either.
15788
15789 \(fn FILENAME)" t nil)
15790
15791 (autoload 'info-xref-check-all "info-xref" "\
15792 Check external references in all info documents in the info path.
15793 `Info-directory-list' and `Info-additional-directory-list' are
15794 the info paths. See `info-xref-check' for how each file is
15795 checked.
15796
15797 The search for \"all\" info files is rather permissive, since
15798 info files don't necessarily have a \".info\" extension and in
15799 particular the Emacs manuals normally don't. If you have a
15800 source code directory in `Info-directory-list' then a lot of
15801 extraneous files might be read. This will be time consuming but
15802 should be harmless.
15803
15804 \(fn)" t nil)
15805
15806 (autoload 'info-xref-check-all-custom "info-xref" "\
15807 Check info references in all customize groups and variables.
15808 Info references can be in `custom-manual' or `info-link' entries
15809 of the `custom-links' for a variable.
15810
15811 Any `custom-load' autoloads in variables are loaded in order to
15812 get full link information. This will be a lot of Lisp packages
15813 and can take a long time.
15814
15815 \(fn)" t nil)
15816
15817 (autoload 'info-xref-docstrings "info-xref" "\
15818 Check docstring info node references in source files.
15819 The given files are searched for docstring hyperlinks like
15820
15821 Info node `(elisp)Documentation Tips'
15822
15823 and those links checked by attempting to visit the target nodes
15824 as per `info-xref-check' does.
15825
15826 Interactively filenames are read as a wildcard pattern like
15827 \"foo*.el\", with the current file as a default. Usually this
15828 will be lisp sources, but anything with such hyperlinks can be
15829 checked, including the Emacs .c sources (or the etc/DOC file of
15830 all builtins).
15831
15832 Because info node hyperlinks are found by a simple regexp search
15833 in the files, the Lisp code checked doesn't have to be loaded,
15834 and links can be in the file commentary or elsewhere too. Even
15835 .elc files can usually be checked successfully if you don't have
15836 the sources handy.
15837
15838 \(fn FILENAME-LIST)" t nil)
15839
15840 ;;;***
15841 \f
15842 ;;;### (autoloads (batch-info-validate Info-validate Info-split Info-split-threshold
15843 ;;;;;; Info-tagify) "informat" "informat.el" (20706 54231 807276
15844 ;;;;;; 0))
15845 ;;; Generated autoloads from informat.el
15846
15847 (autoload 'Info-tagify "informat" "\
15848 Create or update Info file tag table in current buffer or in a region.
15849
15850 \(fn &optional INPUT-BUFFER-NAME)" t nil)
15851
15852 (defvar Info-split-threshold 262144 "\
15853 The number of characters by which `Info-split' splits an info file.")
15854
15855 (custom-autoload 'Info-split-threshold "informat" t)
15856
15857 (autoload 'Info-split "informat" "\
15858 Split an info file into an indirect file plus bounded-size subfiles.
15859 Each subfile will be up to the number of characters that
15860 `Info-split-threshold' specifies, plus one node.
15861
15862 To use this command, first visit a large Info file that has a tag
15863 table. The buffer is modified into a (small) indirect info file which
15864 should be saved in place of the original visited file.
15865
15866 The subfiles are written in the same directory the original file is
15867 in, with names generated by appending `-' and a number to the original
15868 file name. The indirect file still functions as an Info file, but it
15869 contains just the tag table and a directory of subfiles.
15870
15871 \(fn)" t nil)
15872
15873 (autoload 'Info-validate "informat" "\
15874 Check current buffer for validity as an Info file.
15875 Check that every node pointer points to an existing node.
15876
15877 \(fn)" t nil)
15878
15879 (autoload 'batch-info-validate "informat" "\
15880 Runs `Info-validate' on the files remaining on the command line.
15881 Must be used only with -batch, and kills Emacs on completion.
15882 Each file will be processed even if an error occurred previously.
15883 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
15884
15885 \(fn)" nil nil)
15886
15887 ;;;***
15888 \f
15889 ;;;### (autoloads (inversion-require-emacs) "inversion" "cedet/inversion.el"
15890 ;;;;;; (20706 54231 807276 0))
15891 ;;; Generated autoloads from cedet/inversion.el
15892
15893 (autoload 'inversion-require-emacs "inversion" "\
15894 Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
15895 Only checks one based on which kind of Emacs is being run.
15896
15897 \(fn EMACS-VER XEMACS-VER SXEMACS-VER)" nil nil)
15898
15899 ;;;***
15900 \f
15901 ;;;### (autoloads (isearch-process-search-multibyte-characters isearch-toggle-input-method
15902 ;;;;;; isearch-toggle-specified-input-method) "isearch-x" "international/isearch-x.el"
15903 ;;;;;; (20706 54231 807276 0))
15904 ;;; Generated autoloads from international/isearch-x.el
15905
15906 (autoload 'isearch-toggle-specified-input-method "isearch-x" "\
15907 Select an input method and turn it on in interactive search.
15908
15909 \(fn)" t nil)
15910
15911 (autoload 'isearch-toggle-input-method "isearch-x" "\
15912 Toggle input method in interactive search.
15913
15914 \(fn)" t nil)
15915
15916 (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
15917
15918
15919 \(fn LAST-CHAR)" nil nil)
15920
15921 ;;;***
15922 \f
15923 ;;;### (autoloads (isearchb-activate) "isearchb" "isearchb.el" (20706
15924 ;;;;;; 54231 807276 0))
15925 ;;; Generated autoloads from isearchb.el
15926
15927 (autoload 'isearchb-activate "isearchb" "\
15928 Active isearchb mode for subsequent alphanumeric keystrokes.
15929 Executing this command again will terminate the search; or, if
15930 the search has not yet begun, will toggle to the last buffer
15931 accessed via isearchb.
15932
15933 \(fn)" t nil)
15934
15935 ;;;***
15936 \f
15937 ;;;### (autoloads (iso-cvt-define-menu iso-cvt-write-only iso-cvt-read-only
15938 ;;;;;; iso-sgml2iso iso-iso2sgml iso-iso2duden iso-iso2gtex iso-gtex2iso
15939 ;;;;;; iso-tex2iso iso-iso2tex iso-german iso-spanish) "iso-cvt"
15940 ;;;;;; "international/iso-cvt.el" (20706 54231 807276 0))
15941 ;;; Generated autoloads from international/iso-cvt.el
15942
15943 (autoload 'iso-spanish "iso-cvt" "\
15944 Translate net conventions for Spanish to ISO 8859-1.
15945 Translate the region between FROM and TO using the table
15946 `iso-spanish-trans-tab'.
15947 Optional arg BUFFER is ignored (for use in `format-alist').
15948
15949 \(fn FROM TO &optional BUFFER)" t nil)
15950
15951 (autoload 'iso-german "iso-cvt" "\
15952 Translate net conventions for German to ISO 8859-1.
15953 Translate the region FROM and TO using the table
15954 `iso-german-trans-tab'.
15955 Optional arg BUFFER is ignored (for use in `format-alist').
15956
15957 \(fn FROM TO &optional BUFFER)" t nil)
15958
15959 (autoload 'iso-iso2tex "iso-cvt" "\
15960 Translate ISO 8859-1 characters to TeX sequences.
15961 Translate the region between FROM and TO using the table
15962 `iso-iso2tex-trans-tab'.
15963 Optional arg BUFFER is ignored (for use in `format-alist').
15964
15965 \(fn FROM TO &optional BUFFER)" t nil)
15966
15967 (autoload 'iso-tex2iso "iso-cvt" "\
15968 Translate TeX sequences to ISO 8859-1 characters.
15969 Translate the region between FROM and TO using the table
15970 `iso-tex2iso-trans-tab'.
15971 Optional arg BUFFER is ignored (for use in `format-alist').
15972
15973 \(fn FROM TO &optional BUFFER)" t nil)
15974
15975 (autoload 'iso-gtex2iso "iso-cvt" "\
15976 Translate German TeX sequences to ISO 8859-1 characters.
15977 Translate the region between FROM and TO using the table
15978 `iso-gtex2iso-trans-tab'.
15979 Optional arg BUFFER is ignored (for use in `format-alist').
15980
15981 \(fn FROM TO &optional BUFFER)" t nil)
15982
15983 (autoload 'iso-iso2gtex "iso-cvt" "\
15984 Translate ISO 8859-1 characters to German TeX sequences.
15985 Translate the region between FROM and TO using the table
15986 `iso-iso2gtex-trans-tab'.
15987 Optional arg BUFFER is ignored (for use in `format-alist').
15988
15989 \(fn FROM TO &optional BUFFER)" t nil)
15990
15991 (autoload 'iso-iso2duden "iso-cvt" "\
15992 Translate ISO 8859-1 characters to Duden sequences.
15993 Translate the region between FROM and TO using the table
15994 `iso-iso2duden-trans-tab'.
15995 Optional arg BUFFER is ignored (for use in `format-alist').
15996
15997 \(fn FROM TO &optional BUFFER)" t nil)
15998
15999 (autoload 'iso-iso2sgml "iso-cvt" "\
16000 Translate ISO 8859-1 characters in the region to SGML entities.
16001 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16002 Optional arg BUFFER is ignored (for use in `format-alist').
16003
16004 \(fn FROM TO &optional BUFFER)" t nil)
16005
16006 (autoload 'iso-sgml2iso "iso-cvt" "\
16007 Translate SGML entities in the region to ISO 8859-1 characters.
16008 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16009 Optional arg BUFFER is ignored (for use in `format-alist').
16010
16011 \(fn FROM TO &optional BUFFER)" t nil)
16012
16013 (autoload 'iso-cvt-read-only "iso-cvt" "\
16014 Warn that format is read-only.
16015
16016 \(fn &rest IGNORE)" t nil)
16017
16018 (autoload 'iso-cvt-write-only "iso-cvt" "\
16019 Warn that format is write-only.
16020
16021 \(fn &rest IGNORE)" t nil)
16022
16023 (autoload 'iso-cvt-define-menu "iso-cvt" "\
16024 Add submenus to the File menu, to convert to and from various formats.
16025
16026 \(fn)" t nil)
16027
16028 ;;;***
16029 \f
16030 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16031 ;;;;;; (20706 54231 807276 0))
16032 ;;; Generated autoloads from international/iso-transl.el
16033 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16034 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16035
16036 ;;;***
16037 \f
16038 ;;;### (autoloads (ispell-message ispell-minor-mode ispell ispell-complete-word-interior-frag
16039 ;;;;;; ispell-complete-word ispell-continue ispell-buffer ispell-comments-and-strings
16040 ;;;;;; ispell-region ispell-change-dictionary ispell-kill-ispell
16041 ;;;;;; ispell-help ispell-pdict-save ispell-word ispell-personal-dictionary)
16042 ;;;;;; "ispell" "textmodes/ispell.el" (20706 54231 807276 0))
16043 ;;; Generated autoloads from textmodes/ispell.el
16044
16045 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16046
16047 (defvar ispell-personal-dictionary nil "\
16048 File name of your personal spelling dictionary, or nil.
16049 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
16050 \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
16051 default dictionary and LANG the two letter language code.")
16052
16053 (custom-autoload 'ispell-personal-dictionary "ispell" t)
16054
16055 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
16056
16057 (defvar ispell-menu-map nil "\
16058 Key map for ispell menu.")
16059
16060 (defvar ispell-menu-xemacs nil "\
16061 Spelling menu for XEmacs.
16062 If nil when package is loaded, a standard menu will be set,
16063 and added as a submenu of the \"Edit\" menu.")
16064
16065 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload))
16066
16067 (if ispell-menu-map-needed (progn (setq ispell-menu-map (make-sparse-keymap "Spell")) (define-key ispell-menu-map [ispell-change-dictionary] `(menu-item ,(purecopy "Change Dictionary...") ispell-change-dictionary :help ,(purecopy "Supply explicit dictionary file name"))) (define-key ispell-menu-map [ispell-kill-ispell] `(menu-item ,(purecopy "Kill Process") (lambda nil (interactive) (ispell-kill-ispell nil 'clear)) :enable (and (boundp 'ispell-process) ispell-process (eq (ispell-process-status) 'run)) :help ,(purecopy "Terminate Ispell subprocess"))) (define-key ispell-menu-map [ispell-pdict-save] `(menu-item ,(purecopy "Save Dictionary") (lambda nil (interactive) (ispell-pdict-save t t)) :help ,(purecopy "Save personal dictionary"))) (define-key ispell-menu-map [ispell-customize] `(menu-item ,(purecopy "Customize...") (lambda nil (interactive) (customize-group 'ispell)) :help ,(purecopy "Customize spell checking options"))) (define-key ispell-menu-map [ispell-help] `(menu-item ,(purecopy "Help") (lambda nil (interactive) (describe-function 'ispell-help)) :help ,(purecopy "Show standard Ispell keybindings and commands"))) (define-key ispell-menu-map [flyspell-mode] `(menu-item ,(purecopy "Automatic spell checking (Flyspell)") flyspell-mode :help ,(purecopy "Check spelling while you edit the text") :button (:toggle bound-and-true-p flyspell-mode))) (define-key ispell-menu-map [ispell-complete-word] `(menu-item ,(purecopy "Complete Word") ispell-complete-word :help ,(purecopy "Complete word at cursor using dictionary"))) (define-key ispell-menu-map [ispell-complete-word-interior-frag] `(menu-item ,(purecopy "Complete Word Fragment") ispell-complete-word-interior-frag :help ,(purecopy "Complete word fragment at cursor")))))
16068
16069 (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")))))
16070
16071 (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))))
16072
16073 (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\\|[-_~=?&]\\)+\\)+\\)"))) "\
16074 Alist expressing beginning and end of regions not to spell check.
16075 The alist key must be a regular expression.
16076 Valid forms include:
16077 (KEY) - just skip the key.
16078 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
16079 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
16080 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
16081
16082 (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]*}")))) "\
16083 Lists of regions to be skipped in TeX mode.
16084 First list is used raw.
16085 Second list has key placed inside \\begin{}.
16086
16087 Delete or add any regions you want to be automatically selected
16088 for skipping in latex mode.")
16089
16090 (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]")) "\
16091 Lists of start and end keys to skip in HTML buffers.
16092 Same format as `ispell-skip-region-alist'.
16093 Note - substrings of other matches must come last
16094 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
16095 (put 'ispell-local-pdict 'safe-local-variable 'stringp)
16096 (define-key esc-map "$" 'ispell-word)
16097
16098 (autoload 'ispell-word "ispell" "\
16099 Check spelling of word under or before the cursor.
16100 If the word is not found in dictionary, display possible corrections
16101 in a window allowing you to choose one.
16102
16103 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
16104 is non-nil when called interactively, then the following word
16105 \(rather than preceding) is checked when the cursor is not over a word.
16106 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
16107 when called interactively, non-corrective messages are suppressed.
16108
16109 With a prefix argument (or if CONTINUE is non-nil),
16110 resume interrupted spell-checking of a buffer or region.
16111
16112 Interactively, in Transient Mark mode when the mark is active, call
16113 `ispell-region' to check the active region for spelling errors.
16114
16115 Word syntax is controlled by the definition of the chosen dictionary,
16116 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
16117
16118 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
16119 or \\[ispell-region] to update the Ispell process.
16120
16121 Return values:
16122 nil word is correct or spelling is accepted.
16123 0 word is inserted into buffer-local definitions.
16124 \"word\" word corrected from word list.
16125 \(\"word\" arg) word is hand entered.
16126 quit spell session exited.
16127
16128 \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil)
16129
16130 (autoload 'ispell-pdict-save "ispell" "\
16131 Check to see if the personal dictionary has been modified.
16132 If so, ask if it needs to be saved.
16133
16134 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
16135
16136 (autoload 'ispell-help "ispell" "\
16137 Display a list of the options available when a misspelling is encountered.
16138
16139 Selections are:
16140
16141 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
16142 SPC: Accept word this time.
16143 `i': Accept word and insert into private dictionary.
16144 `a': Accept word for this session.
16145 `A': Accept word and place in `buffer-local dictionary'.
16146 `r': Replace word with typed-in value. Rechecked.
16147 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
16148 `?': Show these commands.
16149 `x': Exit spelling buffer. Move cursor to original point.
16150 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
16151 the aborted check to be completed later.
16152 `q': Quit spelling session (Kills ispell process).
16153 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
16154 `u': Like `i', but the word is lower-cased first.
16155 `m': Place typed-in value in personal dictionary, then recheck current word.
16156 `C-l': Redraw screen.
16157 `C-r': Recursive edit.
16158 `C-z': Suspend Emacs or iconify frame.
16159
16160 \(fn)" nil nil)
16161
16162 (autoload 'ispell-kill-ispell "ispell" "\
16163 Kill current Ispell process (so that you may start a fresh one).
16164 With NO-ERROR, just return non-nil if there was no Ispell running.
16165 With CLEAR, buffer session localwords are cleaned.
16166
16167 \(fn &optional NO-ERROR CLEAR)" t nil)
16168
16169 (autoload 'ispell-change-dictionary "ispell" "\
16170 Change to dictionary DICT for Ispell.
16171 With a prefix arg, set it \"globally\", for all buffers.
16172 Without a prefix arg, set it \"locally\", just for this buffer.
16173
16174 By just answering RET you can find out what the current dictionary is.
16175
16176 \(fn DICT &optional ARG)" t nil)
16177
16178 (autoload 'ispell-region "ispell" "\
16179 Interactively check a region for spelling errors.
16180 Return nil if spell session was terminated, otherwise returns shift offset
16181 amount for last line processed.
16182
16183 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
16184
16185 (autoload 'ispell-comments-and-strings "ispell" "\
16186 Check comments and strings in the current buffer for spelling errors.
16187
16188 \(fn)" t nil)
16189
16190 (autoload 'ispell-buffer "ispell" "\
16191 Check the current buffer for spelling errors interactively.
16192
16193 \(fn)" t nil)
16194
16195 (autoload 'ispell-continue "ispell" "\
16196 Continue a halted spelling session beginning with the current word.
16197
16198 \(fn)" t nil)
16199
16200 (autoload 'ispell-complete-word "ispell" "\
16201 Try to complete the word before or under point (see `lookup-words').
16202 If optional INTERIOR-FRAG is non-nil then the word may be a character
16203 sequence inside of a word.
16204
16205 Standard ispell choices are then available.
16206
16207 \(fn &optional INTERIOR-FRAG)" t nil)
16208
16209 (autoload 'ispell-complete-word-interior-frag "ispell" "\
16210 Completes word matching character sequence inside a word.
16211
16212 \(fn)" t nil)
16213
16214 (autoload 'ispell "ispell" "\
16215 Interactively check a region or buffer for spelling errors.
16216 If `transient-mark-mode' is on, and a region is active, spell-check
16217 that region. Otherwise spell-check the buffer.
16218
16219 Ispell dictionaries are not distributed with Emacs. If you are
16220 looking for a dictionary, please see the distribution of the GNU ispell
16221 program, or do an Internet search; there are various dictionaries
16222 available on the net.
16223
16224 \(fn)" t nil)
16225
16226 (autoload 'ispell-minor-mode "ispell" "\
16227 Toggle last-word spell checking (Ispell minor mode).
16228 With a prefix argument ARG, enable Ispell minor mode if ARG is
16229 positive, and disable it otherwise. If called from Lisp, enable
16230 the mode if ARG is omitted or nil.
16231
16232 Ispell minor mode is a buffer-local minor mode. When enabled,
16233 typing SPC or RET warns you if the previous word is incorrectly
16234 spelled.
16235
16236 All the buffer-local variables and dictionaries are ignored. To
16237 read them into the running ispell process, type \\[ispell-word]
16238 SPC.
16239
16240 For spell-checking \"on the fly\", not just after typing SPC or
16241 RET, use `flyspell-mode'.
16242
16243 \(fn &optional ARG)" t nil)
16244
16245 (autoload 'ispell-message "ispell" "\
16246 Check the spelling of a mail message or news post.
16247 Don't check spelling of message headers except the Subject field.
16248 Don't check included messages.
16249
16250 To abort spell checking of a message region and send the message anyway,
16251 use the `x' command. (Any subsequent regions will be checked.)
16252 The `X' command aborts sending the message so that you can edit the buffer.
16253
16254 To spell-check whenever a message is sent, include the appropriate lines
16255 in your init file:
16256 (add-hook 'message-send-hook 'ispell-message) ;; GNUS 5
16257 (add-hook 'news-inews-hook 'ispell-message) ;; GNUS 4
16258 (add-hook 'mail-send-hook 'ispell-message)
16259 (add-hook 'mh-before-send-letter-hook 'ispell-message)
16260
16261 You can bind this to the key C-c i in GNUS or mail by adding to
16262 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
16263 (function (lambda () (local-set-key \"\\C-ci\" 'ispell-message)))
16264
16265 \(fn)" t nil)
16266
16267 ;;;***
16268 \f
16269 ;;;### (autoloads (iswitchb-mode) "iswitchb" "iswitchb.el" (20706
16270 ;;;;;; 54231 807276 0))
16271 ;;; Generated autoloads from iswitchb.el
16272
16273 (defvar iswitchb-mode nil "\
16274 Non-nil if Iswitchb mode is enabled.
16275 See the command `iswitchb-mode' for a description of this minor mode.
16276 Setting this variable directly does not take effect;
16277 either customize it (see the info node `Easy Customization')
16278 or call the function `iswitchb-mode'.")
16279
16280 (custom-autoload 'iswitchb-mode "iswitchb" nil)
16281
16282 (autoload 'iswitchb-mode "iswitchb" "\
16283 Toggle Iswitchb mode.
16284 With a prefix argument ARG, enable Iswitchb mode if ARG is
16285 positive, and disable it otherwise. If called from Lisp, enable
16286 the mode if ARG is omitted or nil.
16287
16288 Iswitchb mode is a global minor mode that enables switching
16289 between buffers using substrings. See `iswitchb' for details.
16290
16291 \(fn &optional ARG)" t nil)
16292
16293 ;;;***
16294 \f
16295 ;;;### (autoloads (read-hiragana-string japanese-zenkaku-region japanese-hankaku-region
16296 ;;;;;; japanese-hiragana-region japanese-katakana-region japanese-zenkaku
16297 ;;;;;; japanese-hankaku japanese-hiragana japanese-katakana setup-japanese-environment-internal)
16298 ;;;;;; "japan-util" "language/japan-util.el" (20706 54231 807276
16299 ;;;;;; 0))
16300 ;;; Generated autoloads from language/japan-util.el
16301
16302 (autoload 'setup-japanese-environment-internal "japan-util" "\
16303
16304
16305 \(fn)" nil nil)
16306
16307 (autoload 'japanese-katakana "japan-util" "\
16308 Convert argument to Katakana and return that.
16309 The argument may be a character or string. The result has the same type.
16310 The argument object is not altered--the value is a copy.
16311 Optional argument HANKAKU t means to convert to `hankaku' Katakana
16312 (`japanese-jisx0201-kana'), in which case return value
16313 may be a string even if OBJ is a character if two Katakanas are
16314 necessary to represent OBJ.
16315
16316 \(fn OBJ &optional HANKAKU)" nil nil)
16317
16318 (autoload 'japanese-hiragana "japan-util" "\
16319 Convert argument to Hiragana and return that.
16320 The argument may be a character or string. The result has the same type.
16321 The argument object is not altered--the value is a copy.
16322
16323 \(fn OBJ)" nil nil)
16324
16325 (autoload 'japanese-hankaku "japan-util" "\
16326 Convert argument to `hankaku' and return that.
16327 The argument may be a character or string. The result has the same type.
16328 The argument object is not altered--the value is a copy.
16329 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
16330
16331 \(fn OBJ &optional ASCII-ONLY)" nil nil)
16332
16333 (autoload 'japanese-zenkaku "japan-util" "\
16334 Convert argument to `zenkaku' and return that.
16335 The argument may be a character or string. The result has the same type.
16336 The argument object is not altered--the value is a copy.
16337
16338 \(fn OBJ)" nil nil)
16339
16340 (autoload 'japanese-katakana-region "japan-util" "\
16341 Convert Japanese `hiragana' chars in the region to `katakana' chars.
16342 Optional argument HANKAKU t means to convert to `hankaku katakana' character
16343 of which charset is `japanese-jisx0201-kana'.
16344
16345 \(fn FROM TO &optional HANKAKU)" t nil)
16346
16347 (autoload 'japanese-hiragana-region "japan-util" "\
16348 Convert Japanese `katakana' chars in the region to `hiragana' chars.
16349
16350 \(fn FROM TO)" t nil)
16351
16352 (autoload 'japanese-hankaku-region "japan-util" "\
16353 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
16354 `Zenkaku' chars belong to `japanese-jisx0208'
16355 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16356 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
16357
16358 \(fn FROM TO &optional ASCII-ONLY)" t nil)
16359
16360 (autoload 'japanese-zenkaku-region "japan-util" "\
16361 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
16362 `Zenkaku' chars belong to `japanese-jisx0208'
16363 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16364 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
16365
16366 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
16367
16368 (autoload 'read-hiragana-string "japan-util" "\
16369 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
16370 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16371
16372 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
16373
16374 ;;;***
16375 \f
16376 ;;;### (autoloads (jka-compr-uninstall jka-compr-handler) "jka-compr"
16377 ;;;;;; "jka-compr.el" (20706 54231 807276 0))
16378 ;;; Generated autoloads from jka-compr.el
16379
16380 (defvar jka-compr-inhibit nil "\
16381 Non-nil means inhibit automatic uncompression temporarily.
16382 Lisp programs can bind this to t to do that.
16383 It is not recommended to set this variable permanently to anything but nil.")
16384
16385 (autoload 'jka-compr-handler "jka-compr" "\
16386
16387
16388 \(fn OPERATION &rest ARGS)" nil nil)
16389
16390 (autoload 'jka-compr-uninstall "jka-compr" "\
16391 Uninstall jka-compr.
16392 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
16393 and `inhibit-local-variables-suffixes' that were added
16394 by `jka-compr-installed'.
16395
16396 \(fn)" nil nil)
16397
16398 ;;;***
16399 \f
16400 ;;;### (autoloads (js-mode) "js" "progmodes/js.el" (20706 54231 807276
16401 ;;;;;; 0))
16402 ;;; Generated autoloads from progmodes/js.el
16403
16404 (autoload 'js-mode "js" "\
16405 Major mode for editing JavaScript.
16406
16407 \(fn)" t nil)
16408
16409 (defalias 'javascript-mode 'js-mode)
16410
16411 ;;;***
16412 \f
16413 ;;;### (autoloads (keypad-setup keypad-numlock-shifted-setup keypad-shifted-setup
16414 ;;;;;; keypad-numlock-setup keypad-setup) "keypad" "emulation/keypad.el"
16415 ;;;;;; (20706 54231 807276 0))
16416 ;;; Generated autoloads from emulation/keypad.el
16417
16418 (defvar keypad-setup nil "\
16419 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
16420 When selecting the plain numeric keypad setup, the character returned by the
16421 decimal key must be specified.")
16422
16423 (custom-autoload 'keypad-setup "keypad" nil)
16424
16425 (defvar keypad-numlock-setup nil "\
16426 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
16427 When selecting the plain numeric keypad setup, the character returned by the
16428 decimal key must be specified.")
16429
16430 (custom-autoload 'keypad-numlock-setup "keypad" nil)
16431
16432 (defvar keypad-shifted-setup nil "\
16433 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16434 When selecting the plain numeric keypad setup, the character returned by the
16435 decimal key must be specified.")
16436
16437 (custom-autoload 'keypad-shifted-setup "keypad" nil)
16438
16439 (defvar keypad-numlock-shifted-setup nil "\
16440 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16441 When selecting the plain numeric keypad setup, the character returned by the
16442 decimal key must be specified.")
16443
16444 (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil)
16445
16446 (autoload 'keypad-setup "keypad" "\
16447 Set keypad bindings in `function-key-map' according to SETUP.
16448 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
16449 are changed. Otherwise, the NumLock Off bindings are changed.
16450 If optional third argument SHIFT is non-nil, the shifted keypad
16451 keys are bound.
16452
16453 Setup Binding
16454 -------------------------------------------------------------
16455 'prefix Command prefix argument, i.e. M-0 .. M-9 and M--
16456 'S-cursor Bind shifted keypad keys to the shifted cursor movement keys.
16457 'cursor Bind keypad keys to the cursor movement keys.
16458 'numeric Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
16459 'none Removes all bindings for keypad keys in function-key-map;
16460 this enables any user-defined bindings for the keypad keys
16461 in the global and local keymaps.
16462
16463 If SETUP is 'numeric and the optional fourth argument DECIMAL is non-nil,
16464 the decimal key on the keypad is mapped to DECIMAL instead of `.'
16465
16466 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
16467
16468 ;;;***
16469 \f
16470 ;;;### (autoloads (kinsoku) "kinsoku" "international/kinsoku.el"
16471 ;;;;;; (20706 54231 807276 0))
16472 ;;; Generated autoloads from international/kinsoku.el
16473
16474 (autoload 'kinsoku "kinsoku" "\
16475 Go to a line breaking position near point by doing `kinsoku' processing.
16476 LINEBEG is a buffer position we can't break a line before.
16477
16478 `Kinsoku' processing is to prohibit specific characters to be placed
16479 at beginning of line or at end of line. Characters not to be placed
16480 at beginning and end of line have character category `>' and `<'
16481 respectively. This restriction is dissolved by making a line longer or
16482 shorter.
16483
16484 `Kinsoku' is a Japanese word which originally means ordering to stay
16485 in one place, and is used for the text processing described above in
16486 the context of text formatting.
16487
16488 \(fn LINEBEG)" nil nil)
16489
16490 ;;;***
16491 \f
16492 ;;;### (autoloads (kkc-region) "kkc" "international/kkc.el" (20706
16493 ;;;;;; 54231 807276 0))
16494 ;;; Generated autoloads from international/kkc.el
16495
16496 (defvar kkc-after-update-conversion-functions nil "\
16497 Functions to run after a conversion is selected in `japanese' input method.
16498 With this input method, a user can select a proper conversion from
16499 candidate list. Each time he changes the selection, functions in this
16500 list are called with two arguments; starting and ending buffer
16501 positions that contains the current selection.")
16502
16503 (autoload 'kkc-region "kkc" "\
16504 Convert Kana string in the current region to Kanji-Kana mixed string.
16505 Users can select a desirable conversion interactively.
16506 When called from a program, expects two arguments,
16507 positions FROM and TO (integers or markers) specifying the target region.
16508 When it returns, the point is at the tail of the selected conversion,
16509 and the return value is the length of the conversion.
16510
16511 \(fn FROM TO)" t nil)
16512
16513 ;;;***
16514 \f
16515 ;;;### (autoloads (kmacro-end-call-mouse kmacro-end-and-call-macro
16516 ;;;;;; kmacro-end-or-call-macro kmacro-start-macro-or-insert-counter
16517 ;;;;;; kmacro-call-macro kmacro-end-macro kmacro-start-macro kmacro-exec-ring-item)
16518 ;;;;;; "kmacro" "kmacro.el" (20706 54231 807276 0))
16519 ;;; Generated autoloads from kmacro.el
16520 (global-set-key "\C-x(" 'kmacro-start-macro)
16521 (global-set-key "\C-x)" 'kmacro-end-macro)
16522 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
16523 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16524 (global-set-key [f4] 'kmacro-end-or-call-macro)
16525 (global-set-key "\C-x\C-k" 'kmacro-keymap)
16526 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
16527
16528 (autoload 'kmacro-exec-ring-item "kmacro" "\
16529 Execute item ITEM from the macro ring.
16530
16531 \(fn ITEM ARG)" nil nil)
16532
16533 (autoload 'kmacro-start-macro "kmacro" "\
16534 Record subsequent keyboard input, defining a keyboard macro.
16535 The commands are recorded even as they are executed.
16536 Use \\[kmacro-end-macro] to finish recording and make the macro available.
16537 Use \\[kmacro-end-and-call-macro] to execute the macro.
16538
16539 Non-nil arg (prefix arg) means append to last macro defined.
16540
16541 With \\[universal-argument] prefix, append to last keyboard macro
16542 defined. Depending on `kmacro-execute-before-append', this may begin
16543 by re-executing the last macro as if you typed it again.
16544
16545 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
16546 defining the macro.
16547
16548 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
16549 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16550 The format of the counter can be modified via \\[kmacro-set-format].
16551
16552 Use \\[kmacro-name-last-macro] to give it a permanent name.
16553 Use \\[kmacro-bind-to-key] to bind it to a key sequence.
16554
16555 \(fn ARG)" t nil)
16556
16557 (autoload 'kmacro-end-macro "kmacro" "\
16558 Finish defining a keyboard macro.
16559 The definition was started by \\[kmacro-start-macro].
16560 The macro is now available for use via \\[kmacro-call-macro],
16561 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
16562 under that name.
16563
16564 With numeric arg, repeat macro now that many times,
16565 counting the definition just completed as the first repetition.
16566 An argument of zero means repeat until error.
16567
16568 \(fn ARG)" t nil)
16569
16570 (autoload 'kmacro-call-macro "kmacro" "\
16571 Call the last keyboard macro that you defined with \\[kmacro-start-macro].
16572 A prefix argument serves as a repeat count. Zero means repeat until error.
16573
16574 When you call the macro, you can call the macro again by repeating
16575 just the last key in the key sequence that you used to call this
16576 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
16577 for details on how to adjust or disable this behavior.
16578
16579 To make a macro permanent so you can call it even after defining
16580 others, use \\[kmacro-name-last-macro].
16581
16582 \(fn ARG &optional NO-REPEAT END-MACRO)" t nil)
16583
16584 (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\
16585 Record subsequent keyboard input, defining a keyboard macro.
16586 The commands are recorded even as they are executed.
16587
16588 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
16589 macro.
16590
16591 With \\[universal-argument], appends to current keyboard macro (keeping
16592 the current value of `kmacro-counter').
16593
16594 When defining/executing macro, inserts macro counter and increments
16595 the counter with ARG or 1 if missing. With \\[universal-argument],
16596 inserts previous `kmacro-counter' (but do not modify counter).
16597
16598 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16599 The format of the counter can be modified via \\[kmacro-set-format].
16600
16601 \(fn ARG)" t nil)
16602
16603 (autoload 'kmacro-end-or-call-macro "kmacro" "\
16604 End kbd macro if currently being defined; else call last kbd macro.
16605 With numeric prefix ARG, repeat macro that many times.
16606 With \\[universal-argument], call second macro in macro ring.
16607
16608 \(fn ARG &optional NO-REPEAT)" t nil)
16609
16610 (autoload 'kmacro-end-and-call-macro "kmacro" "\
16611 Call last keyboard macro, ending it first if currently being defined.
16612 With numeric prefix ARG, repeat macro that many times.
16613 Zero argument means repeat until there is an error.
16614
16615 To give a macro a permanent name, so you can call it
16616 even after defining other macros, use \\[kmacro-name-last-macro].
16617
16618 \(fn ARG &optional NO-REPEAT)" t nil)
16619
16620 (autoload 'kmacro-end-call-mouse "kmacro" "\
16621 Move point to the position clicked with the mouse and call last kbd macro.
16622 If kbd macro currently being defined end it before activating it.
16623
16624 \(fn EVENT)" t nil)
16625
16626 ;;;***
16627 \f
16628 ;;;### (autoloads (setup-korean-environment-internal) "korea-util"
16629 ;;;;;; "language/korea-util.el" (20706 54231 807276 0))
16630 ;;; Generated autoloads from language/korea-util.el
16631
16632 (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
16633 The kind of Korean keyboard for Korean input method.
16634 \"\" for 2, \"3\" for 3.")
16635
16636 (autoload 'setup-korean-environment-internal "korea-util" "\
16637
16638
16639 \(fn)" nil nil)
16640
16641 ;;;***
16642 \f
16643 ;;;### (autoloads (landmark landmark-test-run) "landmark" "play/landmark.el"
16644 ;;;;;; (20706 54231 807276 0))
16645 ;;; Generated autoloads from play/landmark.el
16646
16647 (defalias 'landmark-repeat 'landmark-test-run)
16648
16649 (autoload 'landmark-test-run "landmark" "\
16650 Run 100 Landmark games, each time saving the weights from the previous game.
16651
16652 \(fn)" t nil)
16653
16654 (autoload 'landmark "landmark" "\
16655 Start or resume an Landmark game.
16656 If a game is in progress, this command allows you to resume it.
16657 Here is the relation between prefix args and game options:
16658
16659 prefix arg | robot is auto-started | weights are saved from last game
16660 ---------------------------------------------------------------------
16661 none / 1 | yes | no
16662 2 | yes | yes
16663 3 | no | yes
16664 4 | no | no
16665
16666 You start by moving to a square and typing \\[landmark-start-robot],
16667 if you did not use a prefix arg to ask for automatic start.
16668 Use \\[describe-mode] for more info.
16669
16670 \(fn PARG)" t nil)
16671
16672 ;;;***
16673 \f
16674 ;;;### (autoloads (lao-compose-region lao-composition-function lao-transcribe-roman-to-lao-string
16675 ;;;;;; lao-transcribe-single-roman-syllable-to-lao lao-compose-string)
16676 ;;;;;; "lao-util" "language/lao-util.el" (20706 54231 807276 0))
16677 ;;; Generated autoloads from language/lao-util.el
16678
16679 (autoload 'lao-compose-string "lao-util" "\
16680
16681
16682 \(fn STR)" nil nil)
16683
16684 (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\
16685 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
16686 Only the first syllable is transcribed.
16687 The value has the form: (START END LAO-STRING), where
16688 START and END are the beginning and end positions of the Roman Lao syllable,
16689 LAO-STRING is the Lao character transcription of it.
16690
16691 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
16692 syllable. In that case, FROM and TO are indexes to STR.
16693
16694 \(fn FROM TO &optional STR)" nil nil)
16695
16696 (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\
16697 Transcribe Romanized Lao string STR to Lao character string.
16698
16699 \(fn STR)" nil nil)
16700
16701 (autoload 'lao-composition-function "lao-util" "\
16702
16703
16704 \(fn GSTRING)" nil nil)
16705
16706 (autoload 'lao-compose-region "lao-util" "\
16707
16708
16709 \(fn FROM TO)" t nil)
16710
16711 ;;;***
16712 \f
16713 ;;;### (autoloads (latexenc-find-file-coding-system latexenc-coding-system-to-inputenc
16714 ;;;;;; latexenc-inputenc-to-coding-system latex-inputenc-coding-alist)
16715 ;;;;;; "latexenc" "international/latexenc.el" (20706 54231 807276
16716 ;;;;;; 0))
16717 ;;; Generated autoloads from international/latexenc.el
16718
16719 (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))) "\
16720 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
16721 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
16722 Used by the function `latexenc-find-file-coding-system'.")
16723
16724 (custom-autoload 'latex-inputenc-coding-alist "latexenc" t)
16725
16726 (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\
16727 Return the corresponding coding-system for the specified input encoding.
16728 Return nil if no matching coding system can be found.
16729
16730 \(fn INPUTENC)" nil nil)
16731
16732 (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\
16733 Return the corresponding input encoding for the specified coding system.
16734 Return nil if no matching input encoding can be found.
16735
16736 \(fn CS)" nil nil)
16737
16738 (autoload 'latexenc-find-file-coding-system "latexenc" "\
16739 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
16740 The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
16741 coding system names is determined from `latex-inputenc-coding-alist'.
16742
16743 \(fn ARG-LIST)" nil nil)
16744
16745 ;;;***
16746 \f
16747 ;;;### (autoloads (latin1-display-ucs-per-lynx latin1-display latin1-display)
16748 ;;;;;; "latin1-disp" "international/latin1-disp.el" (20706 54231
16749 ;;;;;; 807276 0))
16750 ;;; Generated autoloads from international/latin1-disp.el
16751
16752 (defvar latin1-display nil "\
16753 Set up Latin-1/ASCII display for ISO8859 character sets.
16754 This is done for each character set in the list `latin1-display-sets',
16755 if no font is available to display it. Characters are displayed using
16756 the corresponding Latin-1 characters where they match. Otherwise
16757 ASCII sequences are used, mostly following the Latin prefix input
16758 methods. Some different ASCII sequences are used if
16759 `latin1-display-mnemonic' is non-nil.
16760
16761 This option also treats some characters in the `mule-unicode-...'
16762 charsets if you don't have a Unicode font with which to display them.
16763
16764 Setting this variable directly does not take effect;
16765 use either \\[customize] or the function `latin1-display'.")
16766
16767 (custom-autoload 'latin1-display "latin1-disp" nil)
16768
16769 (autoload 'latin1-display "latin1-disp" "\
16770 Set up Latin-1/ASCII display for the arguments character SETS.
16771 See option `latin1-display' for the method. The members of the list
16772 must be in `latin1-display-sets'. With no arguments, reset the
16773 display for all of `latin1-display-sets'. See also
16774 `latin1-display-setup'.
16775
16776 \(fn &rest SETS)" nil nil)
16777
16778 (defvar latin1-display-ucs-per-lynx nil "\
16779 Set up Latin-1/ASCII display for Unicode characters.
16780 This uses the transliterations of the Lynx browser. The display isn't
16781 changed if the display can render Unicode characters.
16782
16783 Setting this variable directly does not take effect;
16784 use either \\[customize] or the function `latin1-display'.")
16785
16786 (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil)
16787
16788 ;;;***
16789 \f
16790 ;;;### (autoloads (ld-script-mode) "ld-script" "progmodes/ld-script.el"
16791 ;;;;;; (20706 54231 807276 0))
16792 ;;; Generated autoloads from progmodes/ld-script.el
16793
16794 (autoload 'ld-script-mode "ld-script" "\
16795 A major mode to edit GNU ld script files
16796
16797 \(fn)" t nil)
16798
16799 ;;;***
16800 \f
16801 ;;;### (autoloads (life) "life" "play/life.el" (20706 54231 807276
16802 ;;;;;; 0))
16803 ;;; Generated autoloads from play/life.el
16804
16805 (autoload 'life "life" "\
16806 Run Conway's Life simulation.
16807 The starting pattern is randomly selected. Prefix arg (optional first
16808 arg non-nil from a program) is the number of seconds to sleep between
16809 generations (this defaults to 1).
16810
16811 \(fn &optional SLEEPTIME)" t nil)
16812
16813 ;;;***
16814 \f
16815 ;;;### (autoloads (global-linum-mode linum-mode) "linum" "linum.el"
16816 ;;;;;; (20706 54231 807276 0))
16817 ;;; Generated autoloads from linum.el
16818
16819 (autoload 'linum-mode "linum" "\
16820 Toggle display of line numbers in the left margin (Linum mode).
16821 With a prefix argument ARG, enable Linum mode if ARG is positive,
16822 and disable it otherwise. If called from Lisp, enable the mode
16823 if ARG is omitted or nil.
16824
16825 Linum mode is a buffer-local minor mode.
16826
16827 \(fn &optional ARG)" t nil)
16828
16829 (defvar global-linum-mode nil "\
16830 Non-nil if Global-Linum mode is enabled.
16831 See the command `global-linum-mode' for a description of this minor mode.
16832 Setting this variable directly does not take effect;
16833 either customize it (see the info node `Easy Customization')
16834 or call the function `global-linum-mode'.")
16835
16836 (custom-autoload 'global-linum-mode "linum" nil)
16837
16838 (autoload 'global-linum-mode "linum" "\
16839 Toggle Linum mode in all buffers.
16840 With prefix ARG, enable Global-Linum mode if ARG is positive;
16841 otherwise, disable it. If called from Lisp, enable the mode if
16842 ARG is omitted or nil.
16843
16844 Linum mode is enabled in all buffers where
16845 `linum-on' would do it.
16846 See `linum-mode' for more information on Linum mode.
16847
16848 \(fn &optional ARG)" t nil)
16849
16850 ;;;***
16851 \f
16852 ;;;### (autoloads (unload-feature) "loadhist" "loadhist.el" (20706
16853 ;;;;;; 54231 807276 0))
16854 ;;; Generated autoloads from loadhist.el
16855
16856 (autoload 'unload-feature "loadhist" "\
16857 Unload the library that provided FEATURE.
16858 If the feature is required by any other loaded code, and prefix arg FORCE
16859 is nil, raise an error.
16860
16861 Standard unloading activities include restoring old autoloads for
16862 functions defined by the library, undoing any additions that the
16863 library has made to hook variables or to `auto-mode-alist', undoing
16864 ELP profiling of functions in that library, unproviding any features
16865 provided by the library, and canceling timers held in variables
16866 defined by the library.
16867
16868 If a function `FEATURE-unload-function' is defined, this function
16869 calls it with no arguments, before doing anything else. That function
16870 can do whatever is appropriate to undo the loading of the library. If
16871 `FEATURE-unload-function' returns non-nil, that suppresses the
16872 standard unloading of the library. Otherwise the standard unloading
16873 proceeds.
16874
16875 `FEATURE-unload-function' has access to the package's list of
16876 definitions in the variable `unload-function-defs-list' and could
16877 remove symbols from it in the event that the package has done
16878 something strange, such as redefining an Emacs function.
16879
16880 \(fn FEATURE &optional FORCE)" t nil)
16881
16882 ;;;***
16883 \f
16884 ;;;### (autoloads (locate-with-filter locate locate-ls-subdir-switches)
16885 ;;;;;; "locate" "locate.el" (20706 54231 807276 0))
16886 ;;; Generated autoloads from locate.el
16887
16888 (defvar locate-ls-subdir-switches (purecopy "-al") "\
16889 `ls' switches for inserting subdirectories in `*Locate*' buffers.
16890 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
16891
16892 (custom-autoload 'locate-ls-subdir-switches "locate" t)
16893
16894 (autoload 'locate "locate" "\
16895 Run the program `locate', putting results in `*Locate*' buffer.
16896 Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
16897 With prefix arg ARG, prompt for the exact shell command to run instead.
16898
16899 This program searches for those file names in a database that match
16900 SEARCH-STRING and normally outputs all matching absolute file names,
16901 one per line. The database normally consists of all files on your
16902 system, or of all files that you have access to. Consult the
16903 documentation of the program for the details about how it determines
16904 which file names match SEARCH-STRING. (Those details vary highly with
16905 the version.)
16906
16907 You can specify another program for this command to run by customizing
16908 the variables `locate-command' or `locate-make-command-line'.
16909
16910 The main use of FILTER is to implement `locate-with-filter'. See
16911 the docstring of that function for its meaning.
16912
16913 After preparing the results buffer, this runs `dired-mode-hook' and
16914 then `locate-post-command-hook'.
16915
16916 \(fn SEARCH-STRING &optional FILTER ARG)" t nil)
16917
16918 (autoload 'locate-with-filter "locate" "\
16919 Run the executable program `locate' with a filter.
16920 This function is similar to the function `locate', which see.
16921 The difference is that, when invoked interactively, the present function
16922 prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
16923 to the locate executable program. It produces a `*Locate*' buffer
16924 that lists only those lines in the output of the locate program that
16925 contain a match for the regular expression FILTER; this is often useful
16926 to constrain a big search.
16927
16928 ARG is the interactive prefix arg, which has the same effect as in `locate'.
16929
16930 When called from Lisp, this function is identical with `locate',
16931 except that FILTER is not optional.
16932
16933 \(fn SEARCH-STRING FILTER &optional ARG)" t nil)
16934
16935 ;;;***
16936 \f
16937 ;;;### (autoloads (log-edit) "log-edit" "vc/log-edit.el" (20706 54231
16938 ;;;;;; 807276 0))
16939 ;;; Generated autoloads from vc/log-edit.el
16940
16941 (autoload 'log-edit "log-edit" "\
16942 Setup a buffer to enter a log message.
16943 The buffer is put in mode MODE or `log-edit-mode' if MODE is nil.
16944 \\<log-edit-mode-map>
16945 If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
16946 Set mark and point around the entire contents of the buffer, so
16947 that it is easy to kill the contents of the buffer with
16948 \\[kill-region]. Once the user is done editing the message,
16949 invoking the command \\[log-edit-done] (`log-edit-done') will
16950 call CALLBACK to do the actual commit.
16951
16952 PARAMS if non-nil is an alist of variables and buffer-local
16953 values to give them in the Log Edit buffer. Possible keys and
16954 associated values:
16955 `log-edit-listfun' -- function taking no arguments that returns the list of
16956 files that are concerned by the current operation (using relative names);
16957 `log-edit-diff-function' -- function taking no arguments that
16958 displays a diff of the files concerned by the current operation.
16959 `vc-log-fileset' -- the VC fileset to be committed (if any).
16960
16961 If BUFFER is non-nil `log-edit' will jump to that buffer, use it
16962 to edit the log message and go back to the current buffer when
16963 done. Otherwise, it uses the current buffer.
16964
16965 \(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
16966
16967 ;;;***
16968 \f
16969 ;;;### (autoloads (log-view-mode) "log-view" "vc/log-view.el" (20706
16970 ;;;;;; 54231 807276 0))
16971 ;;; Generated autoloads from vc/log-view.el
16972
16973 (autoload 'log-view-mode "log-view" "\
16974 Major mode for browsing CVS log output.
16975
16976 \(fn)" t nil)
16977
16978 ;;;***
16979 \f
16980 ;;;### (autoloads (longlines-mode) "longlines" "longlines.el" (20706
16981 ;;;;;; 54231 807276 0))
16982 ;;; Generated autoloads from longlines.el
16983
16984 (autoload 'longlines-mode "longlines" "\
16985 Toggle Long Lines mode in this buffer.
16986 With a prefix argument ARG, enable Long Lines mode if ARG is
16987 positive, and disable it otherwise. If called from Lisp, enable
16988 the mode if ARG is omitted or nil.
16989
16990 When Long Lines mode is enabled, long lines are wrapped if they
16991 extend beyond `fill-column'. The soft newlines used for line
16992 wrapping will not show up when the text is yanked or saved to
16993 disk.
16994
16995 If the variable `longlines-auto-wrap' is non-nil, lines are
16996 automatically wrapped whenever the buffer is changed. You can
16997 always call `fill-paragraph' to fill individual paragraphs.
16998
16999 If the variable `longlines-show-hard-newlines' is non-nil, hard
17000 newlines are indicated with a symbol.
17001
17002 \(fn &optional ARG)" t nil)
17003
17004 ;;;***
17005 \f
17006 ;;;### (autoloads (print-region lpr-region print-buffer lpr-buffer
17007 ;;;;;; lpr-command lpr-switches printer-name) "lpr" "lpr.el" (20706
17008 ;;;;;; 54231 807276 0))
17009 ;;; Generated autoloads from lpr.el
17010
17011 (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
17012 Non-nil if running on MS-DOS or MS Windows.")
17013
17014 (defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)) "\
17015 Non-nil if running on a system type that uses the \"lp\" command.")
17016
17017 (defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
17018 The name of a local printer to which data is sent for printing.
17019 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17020
17021 On Unix-like systems, a string value should be a name understood by
17022 lpr's -P option; otherwise the value should be nil.
17023
17024 On MS-DOS and MS-Windows systems, a string value is taken as the name of
17025 a printer device or port, provided `lpr-command' is set to \"\".
17026 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
17027 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
17028 \"//hostname/printer\" for a shared network printer. You can also set
17029 it to the name of a file, in which case the output gets appended to that
17030 file. If you want to discard the printed output, set this to \"NUL\".")
17031
17032 (custom-autoload 'printer-name "lpr" t)
17033
17034 (defvar lpr-switches nil "\
17035 List of strings to pass as extra options for the printer program.
17036 It is recommended to set `printer-name' instead of including an explicit
17037 switch on this list.
17038 See `lpr-command'.")
17039
17040 (custom-autoload 'lpr-switches "lpr" t)
17041
17042 (defvar lpr-command (purecopy (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr"))) "\
17043 Name of program for printing a file.
17044
17045 On MS-DOS and MS-Windows systems, if the value is an empty string then
17046 Emacs will write directly to the printer port named by `printer-name'.
17047 The programs `print' and `nprint' (the standard print programs on
17048 Windows NT and Novell Netware respectively) are handled specially, using
17049 `printer-name' as the destination for output; any other program is
17050 treated like `lpr' except that an explicit filename is given as the last
17051 argument.")
17052
17053 (custom-autoload 'lpr-command "lpr" t)
17054
17055 (autoload 'lpr-buffer "lpr" "\
17056 Print buffer contents without pagination or page headers.
17057 See the variables `lpr-switches' and `lpr-command'
17058 for customization of the printer command.
17059
17060 \(fn)" t nil)
17061
17062 (autoload 'print-buffer "lpr" "\
17063 Paginate and print buffer contents.
17064
17065 The variable `lpr-headers-switches' controls how to paginate.
17066 If it is nil (the default), we run the `pr' program (or whatever program
17067 `lpr-page-header-program' specifies) to paginate.
17068 `lpr-page-header-switches' specifies the switches for that program.
17069
17070 Otherwise, the switches in `lpr-headers-switches' are used
17071 in the print command itself; we expect them to request pagination.
17072
17073 See the variables `lpr-switches' and `lpr-command'
17074 for further customization of the printer command.
17075
17076 \(fn)" t nil)
17077
17078 (autoload 'lpr-region "lpr" "\
17079 Print region contents without pagination or page headers.
17080 See the variables `lpr-switches' and `lpr-command'
17081 for customization of the printer command.
17082
17083 \(fn START END)" t nil)
17084
17085 (autoload 'print-region "lpr" "\
17086 Paginate and print the region contents.
17087
17088 The variable `lpr-headers-switches' controls how to paginate.
17089 If it is nil (the default), we run the `pr' program (or whatever program
17090 `lpr-page-header-program' specifies) to paginate.
17091 `lpr-page-header-switches' specifies the switches for that program.
17092
17093 Otherwise, the switches in `lpr-headers-switches' are used
17094 in the print command itself; we expect them to request pagination.
17095
17096 See the variables `lpr-switches' and `lpr-command'
17097 for further customization of the printer command.
17098
17099 \(fn START END)" t nil)
17100
17101 ;;;***
17102 \f
17103 ;;;### (autoloads (ls-lisp-support-shell-wildcards) "ls-lisp" "ls-lisp.el"
17104 ;;;;;; (20706 54231 807276 0))
17105 ;;; Generated autoloads from ls-lisp.el
17106
17107 (defvar ls-lisp-support-shell-wildcards t "\
17108 Non-nil means ls-lisp treats file patterns as shell wildcards.
17109 Otherwise they are treated as Emacs regexps (for backward compatibility).")
17110
17111 (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
17112
17113 ;;;***
17114 \f
17115 ;;;### (autoloads (lunar-phases) "lunar" "calendar/lunar.el" (20706
17116 ;;;;;; 54231 807276 0))
17117 ;;; Generated autoloads from calendar/lunar.el
17118
17119 (autoload 'lunar-phases "lunar" "\
17120 Display the quarters of the moon for last month, this month, and next month.
17121 If called with an optional prefix argument ARG, prompts for month and year.
17122 This function is suitable for execution in an init file.
17123
17124 \(fn &optional ARG)" t nil)
17125
17126 (define-obsolete-function-alias 'phases-of-moon 'lunar-phases "23.1")
17127
17128 ;;;***
17129 \f
17130 ;;;### (autoloads (m4-mode) "m4-mode" "progmodes/m4-mode.el" (20706
17131 ;;;;;; 54231 807276 0))
17132 ;;; Generated autoloads from progmodes/m4-mode.el
17133
17134 (autoload 'm4-mode "m4-mode" "\
17135 A major mode to edit m4 macro files.
17136
17137 \(fn)" t nil)
17138
17139 ;;;***
17140 \f
17141 ;;;### (autoloads (apply-macro-to-region-lines kbd-macro-query insert-kbd-macro
17142 ;;;;;; name-last-kbd-macro) "macros" "macros.el" (20706 54231 807276
17143 ;;;;;; 0))
17144 ;;; Generated autoloads from macros.el
17145
17146 (autoload 'name-last-kbd-macro "macros" "\
17147 Assign a name to the last keyboard macro defined.
17148 Argument SYMBOL is the name to define.
17149 The symbol's function definition becomes the keyboard macro string.
17150 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
17151
17152 \(fn SYMBOL)" t nil)
17153
17154 (autoload 'insert-kbd-macro "macros" "\
17155 Insert in buffer the definition of kbd macro NAME, as Lisp code.
17156 Optional second arg KEYS means also record the keys it is on
17157 \(this is the prefix argument, when calling interactively).
17158
17159 This Lisp code will, when executed, define the kbd macro with the same
17160 definition it has now. If you say to record the keys, the Lisp code
17161 will also rebind those keys to the macro. Only global key bindings
17162 are recorded since executing this Lisp code always makes global
17163 bindings.
17164
17165 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
17166 use this command, and then save the file.
17167
17168 \(fn MACRONAME &optional KEYS)" t nil)
17169
17170 (autoload 'kbd-macro-query "macros" "\
17171 Query user during kbd macro execution.
17172 With prefix argument, enters recursive edit, reading keyboard
17173 commands even within a kbd macro. You can give different commands
17174 each time the macro executes.
17175 Without prefix argument, asks whether to continue running the macro.
17176 Your options are: \\<query-replace-map>
17177 \\[act] Finish this iteration normally and continue with the next.
17178 \\[skip] Skip the rest of this iteration, and start the next.
17179 \\[exit] Stop the macro entirely right now.
17180 \\[recenter] Redisplay the screen, then ask again.
17181 \\[edit] Enter recursive edit; ask again when you exit from that.
17182
17183 \(fn FLAG)" t nil)
17184
17185 (autoload 'apply-macro-to-region-lines "macros" "\
17186 Apply last keyboard macro to all lines in the region.
17187 For each line that begins in the region, move to the beginning of
17188 the line, and run the last keyboard macro.
17189
17190 When called from lisp, this function takes two arguments TOP and
17191 BOTTOM, describing the current region. TOP must be before BOTTOM.
17192 The optional third argument MACRO specifies a keyboard macro to
17193 execute.
17194
17195 This is useful for quoting or unquoting included text, adding and
17196 removing comments, or producing tables where the entries are regular.
17197
17198 For example, in Usenet articles, sections of text quoted from another
17199 author are indented, or have each line start with `>'. To quote a
17200 section of text, define a keyboard macro which inserts `>', put point
17201 and mark at opposite ends of the quoted section, and use
17202 `\\[apply-macro-to-region-lines]' to mark the entire section.
17203
17204 Suppose you wanted to build a keyword table in C where each entry
17205 looked like this:
17206
17207 { \"foo\", foo_data, foo_function },
17208 { \"bar\", bar_data, bar_function },
17209 { \"baz\", baz_data, baz_function },
17210
17211 You could enter the names in this format:
17212
17213 foo
17214 bar
17215 baz
17216
17217 and write a macro to massage a word into a table entry:
17218
17219 \\C-x (
17220 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
17221 \\C-x )
17222
17223 and then select the region of un-tablified names and use
17224 `\\[apply-macro-to-region-lines]' to build the table from the names.
17225
17226 \(fn TOP BOTTOM &optional MACRO)" t nil)
17227 (define-key ctl-x-map "q" 'kbd-macro-query)
17228
17229 ;;;***
17230 \f
17231 ;;;### (autoloads (what-domain mail-extract-address-components) "mail-extr"
17232 ;;;;;; "mail/mail-extr.el" (20706 54231 807276 0))
17233 ;;; Generated autoloads from mail/mail-extr.el
17234
17235 (autoload 'mail-extract-address-components "mail-extr" "\
17236 Given an RFC-822 address ADDRESS, extract full name and canonical address.
17237 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
17238 name can be extracted, FULL-NAME will be nil. Also see
17239 `mail-extr-ignore-single-names' and
17240 `mail-extr-ignore-realname-equals-mailbox-name'.
17241
17242 If the optional argument ALL is non-nil, then ADDRESS can contain zero
17243 or more recipients, separated by commas, and we return a list of
17244 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
17245 each recipient. If ALL is nil, then if ADDRESS contains more than
17246 one recipients, all but the first is ignored.
17247
17248 ADDRESS may be a string or a buffer. If it is a buffer, the visible
17249 \(narrowed) portion of the buffer will be interpreted as the address.
17250 \(This feature exists so that the clever caller might be able to avoid
17251 consing a string.)
17252
17253 \(fn ADDRESS &optional ALL)" nil nil)
17254
17255 (autoload 'what-domain "mail-extr" "\
17256 Convert mail domain DOMAIN to the country it corresponds to.
17257
17258 \(fn DOMAIN)" t nil)
17259
17260 ;;;***
17261 \f
17262 ;;;### (autoloads (mail-hist-put-headers-into-history mail-hist-keep-history
17263 ;;;;;; mail-hist-enable mail-hist-define-keys) "mail-hist" "mail/mail-hist.el"
17264 ;;;;;; (20706 54231 807276 0))
17265 ;;; Generated autoloads from mail/mail-hist.el
17266
17267 (autoload 'mail-hist-define-keys "mail-hist" "\
17268 Define keys for accessing mail header history. For use in hooks.
17269
17270 \(fn)" nil nil)
17271
17272 (autoload 'mail-hist-enable "mail-hist" "\
17273
17274
17275 \(fn)" nil nil)
17276
17277 (defvar mail-hist-keep-history t "\
17278 Non-nil means keep a history for headers and text of outgoing mail.")
17279
17280 (custom-autoload 'mail-hist-keep-history "mail-hist" t)
17281
17282 (autoload 'mail-hist-put-headers-into-history "mail-hist" "\
17283 Put headers and contents of this message into mail header history.
17284 Each header has its own independent history, as does the body of the
17285 message.
17286
17287 This function normally would be called when the message is sent.
17288
17289 \(fn)" nil nil)
17290
17291 ;;;***
17292 \f
17293 ;;;### (autoloads (mail-fetch-field mail-unquote-printable-region
17294 ;;;;;; mail-unquote-printable mail-quote-printable-region mail-quote-printable
17295 ;;;;;; mail-file-babyl-p mail-dont-reply-to-names mail-use-rfc822)
17296 ;;;;;; "mail-utils" "mail/mail-utils.el" (20706 54231 807276 0))
17297 ;;; Generated autoloads from mail/mail-utils.el
17298
17299 (defvar mail-use-rfc822 nil "\
17300 If non-nil, use a full, hairy RFC822 parser on mail addresses.
17301 Otherwise, (the default) use a smaller, somewhat faster, and
17302 often correct parser.")
17303
17304 (custom-autoload 'mail-use-rfc822 "mail-utils" t)
17305
17306 (defvar mail-dont-reply-to-names nil "\
17307 Regexp specifying addresses to prune from a reply message.
17308 If this is nil, it is set the first time you compose a reply, to
17309 a value which excludes your own email address.
17310
17311 Matching addresses are excluded from the CC field in replies, and
17312 also the To field, unless this would leave an empty To field.")
17313
17314 (custom-autoload 'mail-dont-reply-to-names "mail-utils" t)
17315
17316 (autoload 'mail-file-babyl-p "mail-utils" "\
17317 Return non-nil if FILE is a Babyl file.
17318
17319 \(fn FILE)" nil nil)
17320
17321 (autoload 'mail-quote-printable "mail-utils" "\
17322 Convert a string to the \"quoted printable\" Q encoding if necessary.
17323 If the string contains only ASCII characters and no troublesome ones,
17324 we return it unconverted.
17325
17326 If the optional argument WRAPPER is non-nil,
17327 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17328
17329 \(fn STRING &optional WRAPPER)" nil nil)
17330
17331 (autoload 'mail-quote-printable-region "mail-utils" "\
17332 Convert the region to the \"quoted printable\" Q encoding.
17333 If the optional argument WRAPPER is non-nil,
17334 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17335
17336 \(fn BEG END &optional WRAPPER)" t nil)
17337
17338 (autoload 'mail-unquote-printable "mail-utils" "\
17339 Undo the \"quoted printable\" encoding.
17340 If the optional argument WRAPPER is non-nil,
17341 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17342
17343 \(fn STRING &optional WRAPPER)" nil nil)
17344
17345 (autoload 'mail-unquote-printable-region "mail-utils" "\
17346 Undo the \"quoted printable\" encoding in buffer from BEG to END.
17347 If the optional argument WRAPPER is non-nil,
17348 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17349 On encountering malformed quoted-printable text, exits with an error,
17350 unless NOERROR is non-nil, in which case it continues, and returns nil
17351 when finished. Returns non-nil on successful completion.
17352 If UNIBYTE is non-nil, insert converted characters as unibyte.
17353 That is useful if you are going to character code decoding afterward,
17354 as Rmail does.
17355
17356 \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil)
17357
17358 (autoload 'mail-fetch-field "mail-utils" "\
17359 Return the value of the header field whose type is FIELD-NAME.
17360 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
17361 If third arg ALL is non-nil, concatenate all such fields with commas between.
17362 If 4th arg LIST is non-nil, return a list of all such fields.
17363 The buffer should be narrowed to just the header, else false
17364 matches may be returned from the message body.
17365
17366 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
17367
17368 ;;;***
17369 \f
17370 ;;;### (autoloads (define-mail-abbrev build-mail-abbrevs mail-abbrevs-setup
17371 ;;;;;; mail-abbrevs-mode) "mailabbrev" "mail/mailabbrev.el" (20706
17372 ;;;;;; 54231 807276 0))
17373 ;;; Generated autoloads from mail/mailabbrev.el
17374
17375 (defvar mail-abbrevs-mode nil "\
17376 Non-nil if Mail-Abbrevs mode is enabled.
17377 See the command `mail-abbrevs-mode' for a description of this minor mode.
17378 Setting this variable directly does not take effect;
17379 either customize it (see the info node `Easy Customization')
17380 or call the function `mail-abbrevs-mode'.")
17381
17382 (custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
17383
17384 (autoload 'mail-abbrevs-mode "mailabbrev" "\
17385 Toggle abbrev expansion of mail aliases (Mail Abbrevs mode).
17386 With a prefix argument ARG, enable Mail Abbrevs mode if ARG is
17387 positive, and disable it otherwise. If called from Lisp, enable
17388 the mode if ARG is omitted or nil.
17389
17390 Mail Abbrevs mode is a global minor mode. When enabled,
17391 abbrev-like expansion is performed when editing certain mail
17392 headers (those specified by `mail-abbrev-mode-regexp'), based on
17393 the entries in your `mail-personal-alias-file'.
17394
17395 \(fn &optional ARG)" t nil)
17396
17397 (autoload 'mail-abbrevs-setup "mailabbrev" "\
17398 Initialize use of the `mailabbrev' package.
17399
17400 \(fn)" nil nil)
17401
17402 (autoload 'build-mail-abbrevs "mailabbrev" "\
17403 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
17404 By default this is the file specified by `mail-personal-alias-file'.
17405
17406 \(fn &optional FILE RECURSIVEP)" nil nil)
17407
17408 (autoload 'define-mail-abbrev "mailabbrev" "\
17409 Define NAME as a mail alias abbrev that translates to DEFINITION.
17410 If DEFINITION contains multiple addresses, separate them with commas.
17411
17412 Optional argument FROM-MAILRC-FILE means that DEFINITION comes
17413 from a mailrc file. In that case, addresses are separated with
17414 spaces and addresses with embedded spaces are surrounded by
17415 double-quotes.
17416
17417 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17418
17419 ;;;***
17420 \f
17421 ;;;### (autoloads (mail-complete mail-completion-at-point-function
17422 ;;;;;; define-mail-alias expand-mail-aliases mail-complete-style)
17423 ;;;;;; "mailalias" "mail/mailalias.el" (20706 54231 807276 0))
17424 ;;; Generated autoloads from mail/mailalias.el
17425
17426 (defvar mail-complete-style 'angles "\
17427 Specifies how \\[mail-complete] formats the full name when it completes.
17428 If `nil', they contain just the return address like:
17429 king@grassland.com
17430 If `parens', they look like:
17431 king@grassland.com (Elvis Parsley)
17432 If `angles', they look like:
17433 Elvis Parsley <king@grassland.com>")
17434
17435 (custom-autoload 'mail-complete-style "mailalias" t)
17436
17437 (autoload 'expand-mail-aliases "mailalias" "\
17438 Expand all mail aliases in suitable header fields found between BEG and END.
17439 If interactive, expand in header fields.
17440 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
17441 their `Resent-' variants.
17442
17443 Optional second arg EXCLUDE may be a regular expression defining text to be
17444 removed from alias expansions.
17445
17446 \(fn BEG END &optional EXCLUDE)" t nil)
17447
17448 (autoload 'define-mail-alias "mailalias" "\
17449 Define NAME as a mail alias that translates to DEFINITION.
17450 This means that sending a message to NAME will actually send to DEFINITION.
17451
17452 Normally, the addresses in DEFINITION must be separated by commas.
17453 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
17454 can be separated by spaces; an address can contain spaces
17455 if it is quoted with double-quotes.
17456
17457 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17458
17459 (autoload 'mail-completion-at-point-function "mailalias" "\
17460 Compute completion data for mail aliases.
17461 For use on `completion-at-point-functions'.
17462
17463 \(fn)" nil nil)
17464
17465 (autoload 'mail-complete "mailalias" "\
17466 Perform completion on header field or word preceding point.
17467 Completable headers are according to `mail-complete-alist'. If none matches
17468 current header, calls `mail-complete-function' and passes prefix ARG if any.
17469
17470 \(fn ARG)" t nil)
17471
17472 (make-obsolete 'mail-complete 'mail-completion-at-point-function "24.1")
17473
17474 ;;;***
17475 \f
17476 ;;;### (autoloads (mailclient-send-it) "mailclient" "mail/mailclient.el"
17477 ;;;;;; (20706 54231 807276 0))
17478 ;;; Generated autoloads from mail/mailclient.el
17479
17480 (autoload 'mailclient-send-it "mailclient" "\
17481 Pass current buffer on to the system's mail client.
17482 Suitable value for `send-mail-function'.
17483 The mail client is taken to be the handler of mailto URLs.
17484
17485 \(fn)" nil nil)
17486
17487 ;;;***
17488 \f
17489 ;;;### (autoloads (makefile-imake-mode makefile-bsdmake-mode makefile-makepp-mode
17490 ;;;;;; makefile-gmake-mode makefile-automake-mode makefile-mode)
17491 ;;;;;; "make-mode" "progmodes/make-mode.el" (20706 54231 807276
17492 ;;;;;; 0))
17493 ;;; Generated autoloads from progmodes/make-mode.el
17494
17495 (autoload 'makefile-mode "make-mode" "\
17496 Major mode for editing standard Makefiles.
17497
17498 If you are editing a file for a different make, try one of the
17499 variants `makefile-automake-mode', `makefile-gmake-mode',
17500 `makefile-makepp-mode', `makefile-bsdmake-mode' or,
17501 `makefile-imake-mode'. All but the last should be correctly
17502 chosen based on the file name, except if it is *.mk. This
17503 function ends by invoking the function(s) `makefile-mode-hook'.
17504
17505 It is strongly recommended to use `font-lock-mode', because that
17506 provides additional parsing information. This is used for
17507 example to see that a rule action `echo foo: bar' is a not rule
17508 dependency, despite the colon.
17509
17510 \\{makefile-mode-map}
17511
17512 In the browser, use the following keys:
17513
17514 \\{makefile-browser-map}
17515
17516 Makefile mode can be configured by modifying the following variables:
17517
17518 `makefile-browser-buffer-name':
17519 Name of the macro- and target browser buffer.
17520
17521 `makefile-target-colon':
17522 The string that gets appended to all target names
17523 inserted by `makefile-insert-target'.
17524 \":\" or \"::\" are quite common values.
17525
17526 `makefile-macro-assign':
17527 The string that gets appended to all macro names
17528 inserted by `makefile-insert-macro'.
17529 The normal value should be \" = \", since this is what
17530 standard make expects. However, newer makes such as dmake
17531 allow a larger variety of different macro assignments, so you
17532 might prefer to use \" += \" or \" := \" .
17533
17534 `makefile-tab-after-target-colon':
17535 If you want a TAB (instead of a space) to be appended after the
17536 target colon, then set this to a non-nil value.
17537
17538 `makefile-browser-leftmost-column':
17539 Number of blanks to the left of the browser selection mark.
17540
17541 `makefile-browser-cursor-column':
17542 Column in which the cursor is positioned when it moves
17543 up or down in the browser.
17544
17545 `makefile-browser-selected-mark':
17546 String used to mark selected entries in the browser.
17547
17548 `makefile-browser-unselected-mark':
17549 String used to mark unselected entries in the browser.
17550
17551 `makefile-browser-auto-advance-after-selection-p':
17552 If this variable is set to a non-nil value the cursor
17553 will automagically advance to the next line after an item
17554 has been selected in the browser.
17555
17556 `makefile-pickup-everything-picks-up-filenames-p':
17557 If this variable is set to a non-nil value then
17558 `makefile-pickup-everything' also picks up filenames as targets
17559 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
17560 filenames are omitted.
17561
17562 `makefile-cleanup-continuations':
17563 If this variable is set to a non-nil value then Makefile mode
17564 will assure that no line in the file ends with a backslash
17565 (the continuation character) followed by any whitespace.
17566 This is done by silently removing the trailing whitespace, leaving
17567 the backslash itself intact.
17568 IMPORTANT: Please note that enabling this option causes Makefile mode
17569 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
17570
17571 `makefile-browser-hook':
17572 A function or list of functions to be called just before the
17573 browser is entered. This is executed in the makefile buffer.
17574
17575 `makefile-special-targets-list':
17576 List of special targets. You will be offered to complete
17577 on one of those in the minibuffer whenever you enter a `.'.
17578 at the beginning of a line in Makefile mode.
17579
17580 \(fn)" t nil)
17581
17582 (autoload 'makefile-automake-mode "make-mode" "\
17583 An adapted `makefile-mode' that knows about automake.
17584
17585 \(fn)" t nil)
17586
17587 (autoload 'makefile-gmake-mode "make-mode" "\
17588 An adapted `makefile-mode' that knows about gmake.
17589
17590 \(fn)" t nil)
17591
17592 (autoload 'makefile-makepp-mode "make-mode" "\
17593 An adapted `makefile-mode' that knows about makepp.
17594
17595 \(fn)" t nil)
17596
17597 (autoload 'makefile-bsdmake-mode "make-mode" "\
17598 An adapted `makefile-mode' that knows about BSD make.
17599
17600 \(fn)" t nil)
17601
17602 (autoload 'makefile-imake-mode "make-mode" "\
17603 An adapted `makefile-mode' that knows about imake.
17604
17605 \(fn)" t nil)
17606
17607 ;;;***
17608 \f
17609 ;;;### (autoloads (make-command-summary) "makesum" "makesum.el" (20706
17610 ;;;;;; 54231 807276 0))
17611 ;;; Generated autoloads from makesum.el
17612
17613 (autoload 'make-command-summary "makesum" "\
17614 Make a summary of current key bindings in the buffer *Summary*.
17615 Previous contents of that buffer are killed first.
17616
17617 \(fn)" t nil)
17618
17619 ;;;***
17620 \f
17621 ;;;### (autoloads (Man-bookmark-jump man-follow man) "man" "man.el"
17622 ;;;;;; (20706 54231 807276 0))
17623 ;;; Generated autoloads from man.el
17624
17625 (defalias 'manual-entry 'man)
17626
17627 (autoload 'man "man" "\
17628 Get a Un*x manual page and put it in a buffer.
17629 This command is the top-level command in the man package. It
17630 runs a Un*x command to retrieve and clean a manpage in the
17631 background and places the results in a `Man-mode' browsing
17632 buffer. See variable `Man-notify-method' for what happens when
17633 the buffer is ready. If a buffer already exists for this man
17634 page, it will display immediately.
17635
17636 For a manpage from a particular section, use either of the
17637 following. \"cat(1)\" is how cross-references appear and is
17638 passed to man as \"1 cat\".
17639
17640 cat(1)
17641 1 cat
17642
17643 To see manpages from all sections related to a subject, use an
17644 \"all pages\" option (which might be \"-a\" if it's not the
17645 default), then step through with `Man-next-manpage' (\\<Man-mode-map>\\[Man-next-manpage]) etc.
17646 Add to `Man-switches' to make this option permanent.
17647
17648 -a chmod
17649
17650 An explicit filename can be given too. Use -l if it might
17651 otherwise look like a page name.
17652
17653 /my/file/name.1.gz
17654 -l somefile.1
17655
17656 An \"apropos\" query with -k gives a buffer of matching page
17657 names or descriptions. The pattern argument is usually an
17658 \"egrep\" style regexp.
17659
17660 -k pattern
17661
17662 \(fn MAN-ARGS)" t nil)
17663
17664 (autoload 'man-follow "man" "\
17665 Get a Un*x manual page of the item under point and put it in a buffer.
17666
17667 \(fn MAN-ARGS)" t nil)
17668
17669 (autoload 'Man-bookmark-jump "man" "\
17670 Default bookmark handler for Man buffers.
17671
17672 \(fn BOOKMARK)" nil nil)
17673
17674 ;;;***
17675 \f
17676 ;;;### (autoloads (master-mode) "master" "master.el" (20706 54231
17677 ;;;;;; 807276 0))
17678 ;;; Generated autoloads from master.el
17679
17680 (autoload 'master-mode "master" "\
17681 Toggle Master mode.
17682 With a prefix argument ARG, enable Master mode if ARG is
17683 positive, and disable it otherwise. If called from Lisp, enable
17684 the mode if ARG is omitted or nil.
17685
17686 When Master mode is enabled, you can scroll the slave buffer
17687 using the following commands:
17688
17689 \\{master-mode-map}
17690
17691 The slave buffer is stored in the buffer-local variable `master-of'.
17692 You can set this variable using `master-set-slave'. You can show
17693 yourself the value of `master-of' by calling `master-show-slave'.
17694
17695 \(fn &optional ARG)" t nil)
17696
17697 ;;;***
17698 \f
17699 ;;;### (autoloads (minibuffer-depth-indicate-mode) "mb-depth" "mb-depth.el"
17700 ;;;;;; (20706 54231 807276 0))
17701 ;;; Generated autoloads from mb-depth.el
17702
17703 (defvar minibuffer-depth-indicate-mode nil "\
17704 Non-nil if Minibuffer-Depth-Indicate mode is enabled.
17705 See the command `minibuffer-depth-indicate-mode' for a description of this minor mode.
17706 Setting this variable directly does not take effect;
17707 either customize it (see the info node `Easy Customization')
17708 or call the function `minibuffer-depth-indicate-mode'.")
17709
17710 (custom-autoload 'minibuffer-depth-indicate-mode "mb-depth" nil)
17711
17712 (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\
17713 Toggle Minibuffer Depth Indication mode.
17714 With a prefix argument ARG, enable Minibuffer Depth Indication
17715 mode if ARG is positive, and disable it otherwise. If called
17716 from Lisp, enable the mode if ARG is omitted or nil.
17717
17718 Minibuffer Depth Indication mode is a global minor mode. When
17719 enabled, any recursive use of the minibuffer will show the
17720 recursion depth in the minibuffer prompt. This is only useful if
17721 `enable-recursive-minibuffers' is non-nil.
17722
17723 \(fn &optional ARG)" t nil)
17724
17725 ;;;***
17726 \f
17727 ;;;### (autoloads (message-unbold-region message-bold-region message-news-other-frame
17728 ;;;;;; message-news-other-window message-mail-other-frame message-mail-other-window
17729 ;;;;;; message-bounce message-resend message-insinuate-rmail message-forward-rmail-make-body
17730 ;;;;;; message-forward-make-body message-forward message-recover
17731 ;;;;;; message-supersede message-cancel-news message-followup message-wide-reply
17732 ;;;;;; message-reply message-news message-mail message-mode) "message"
17733 ;;;;;; "gnus/message.el" (20706 54231 807276 0))
17734 ;;; Generated autoloads from gnus/message.el
17735
17736 (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
17737
17738 (autoload 'message-mode "message" "\
17739 Major mode for editing mail and news to be sent.
17740 Like Text Mode but with these additional commands:\\<message-mode-map>
17741 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
17742 C-c C-d Postpone sending the message C-c C-k Kill the message
17743 C-c C-f move to a header field (and create it if there isn't):
17744 C-c C-f C-t move to To C-c C-f C-s move to Subject
17745 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
17746 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
17747 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
17748 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
17749 C-c C-f C-o move to From (\"Originator\")
17750 C-c C-f C-f move to Followup-To
17751 C-c C-f C-m move to Mail-Followup-To
17752 C-c C-f C-e move to Expires
17753 C-c C-f C-i cycle through Importance values
17754 C-c C-f s change subject and append \"(was: <Old Subject>)\"
17755 C-c C-f x crossposting with FollowUp-To header and note in body
17756 C-c C-f t replace To: header with contents of Cc: or Bcc:
17757 C-c C-f a Insert X-No-Archive: header and a note in the body
17758 C-c C-t `message-insert-to' (add a To header to a news followup)
17759 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
17760 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
17761 C-c C-b `message-goto-body' (move to beginning of message text).
17762 C-c C-i `message-goto-signature' (move to the beginning of the signature).
17763 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
17764 C-c C-y `message-yank-original' (insert current message, if any).
17765 C-c C-q `message-fill-yanked-message' (fill what was yanked).
17766 C-c C-e `message-elide-region' (elide the text between point and mark).
17767 C-c C-v `message-delete-not-region' (remove the text outside the region).
17768 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
17769 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
17770 C-c C-a `mml-attach-file' (attach a file as MIME).
17771 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
17772 C-c M-n `message-insert-disposition-notification-to' (request receipt).
17773 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
17774 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
17775 M-RET `message-newline-and-reformat' (break the line and reformat).
17776
17777 \(fn)" t nil)
17778
17779 (autoload 'message-mail "message" "\
17780 Start editing a mail message to be sent.
17781 OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
17782 to continue editing a message already being composed. SWITCH-FUNCTION
17783 is a function used to switch to and display the mail buffer.
17784
17785 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t nil)
17786
17787 (autoload 'message-news "message" "\
17788 Start editing a news article to be sent.
17789
17790 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17791
17792 (autoload 'message-reply "message" "\
17793 Start editing a reply to the article in the current buffer.
17794
17795 \(fn &optional TO-ADDRESS WIDE SWITCH-FUNCTION)" t nil)
17796
17797 (autoload 'message-wide-reply "message" "\
17798 Make a \"wide\" reply to the message in the current buffer.
17799
17800 \(fn &optional TO-ADDRESS)" t nil)
17801
17802 (autoload 'message-followup "message" "\
17803 Follow up to the message in the current buffer.
17804 If TO-NEWSGROUPS, use that as the new Newsgroups line.
17805
17806 \(fn &optional TO-NEWSGROUPS)" t nil)
17807
17808 (autoload 'message-cancel-news "message" "\
17809 Cancel an article you posted.
17810 If ARG, allow editing of the cancellation message.
17811
17812 \(fn &optional ARG)" t nil)
17813
17814 (autoload 'message-supersede "message" "\
17815 Start composing a message to supersede the current message.
17816 This is done simply by taking the old article and adding a Supersedes
17817 header line with the old Message-ID.
17818
17819 \(fn)" t nil)
17820
17821 (autoload 'message-recover "message" "\
17822 Reread contents of current buffer from its last auto-save file.
17823
17824 \(fn)" t nil)
17825
17826 (autoload 'message-forward "message" "\
17827 Forward the current message via mail.
17828 Optional NEWS will use news to forward instead of mail.
17829 Optional DIGEST will use digest to forward.
17830
17831 \(fn &optional NEWS DIGEST)" t nil)
17832
17833 (autoload 'message-forward-make-body "message" "\
17834
17835
17836 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
17837
17838 (autoload 'message-forward-rmail-make-body "message" "\
17839
17840
17841 \(fn FORWARD-BUFFER)" nil nil)
17842
17843 (autoload 'message-insinuate-rmail "message" "\
17844 Let RMAIL use message to forward.
17845
17846 \(fn)" t nil)
17847
17848 (autoload 'message-resend "message" "\
17849 Resend the current article to ADDRESS.
17850
17851 \(fn ADDRESS)" t nil)
17852
17853 (autoload 'message-bounce "message" "\
17854 Re-mail the current message.
17855 This only makes sense if the current message is a bounce message that
17856 contains some mail you have written which has been bounced back to
17857 you.
17858
17859 \(fn)" t nil)
17860
17861 (autoload 'message-mail-other-window "message" "\
17862 Like `message-mail' command, but display mail buffer in another window.
17863
17864 \(fn &optional TO SUBJECT)" t nil)
17865
17866 (autoload 'message-mail-other-frame "message" "\
17867 Like `message-mail' command, but display mail buffer in another frame.
17868
17869 \(fn &optional TO SUBJECT)" t nil)
17870
17871 (autoload 'message-news-other-window "message" "\
17872 Start editing a news article to be sent.
17873
17874 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17875
17876 (autoload 'message-news-other-frame "message" "\
17877 Start editing a news article to be sent.
17878
17879 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
17880
17881 (autoload 'message-bold-region "message" "\
17882 Bold all nonblank characters in the region.
17883 Works by overstriking characters.
17884 Called from program, takes two arguments START and END
17885 which specify the range to operate on.
17886
17887 \(fn START END)" t nil)
17888
17889 (autoload 'message-unbold-region "message" "\
17890 Remove all boldness (overstruck characters) in the region.
17891 Called from program, takes two arguments START and END
17892 which specify the range to operate on.
17893
17894 \(fn START END)" t nil)
17895
17896 ;;;***
17897 \f
17898 ;;;### (autoloads (metapost-mode metafont-mode) "meta-mode" "progmodes/meta-mode.el"
17899 ;;;;;; (20706 54231 807276 0))
17900 ;;; Generated autoloads from progmodes/meta-mode.el
17901
17902 (autoload 'metafont-mode "meta-mode" "\
17903 Major mode for editing Metafont sources.
17904
17905 \(fn)" t nil)
17906
17907 (autoload 'metapost-mode "meta-mode" "\
17908 Major mode for editing MetaPost sources.
17909
17910 \(fn)" t nil)
17911
17912 ;;;***
17913 \f
17914 ;;;### (autoloads (metamail-region metamail-buffer metamail-interpret-body
17915 ;;;;;; metamail-interpret-header) "metamail" "mail/metamail.el"
17916 ;;;;;; (20706 54231 807276 0))
17917 ;;; Generated autoloads from mail/metamail.el
17918
17919 (autoload 'metamail-interpret-header "metamail" "\
17920 Interpret a header part of a MIME message in current buffer.
17921 Its body part is not interpreted at all.
17922
17923 \(fn)" t nil)
17924
17925 (autoload 'metamail-interpret-body "metamail" "\
17926 Interpret a body part of a MIME message in current buffer.
17927 Optional argument VIEWMODE specifies the value of the
17928 EMACS_VIEW_MODE environment variable (defaulted to 1).
17929 Optional argument NODISPLAY non-nil means buffer is not
17930 redisplayed as output is inserted.
17931 Its header part is not interpreted at all.
17932
17933 \(fn &optional VIEWMODE NODISPLAY)" t nil)
17934
17935 (autoload 'metamail-buffer "metamail" "\
17936 Process current buffer through `metamail'.
17937 Optional argument VIEWMODE specifies the value of the
17938 EMACS_VIEW_MODE environment variable (defaulted to 1).
17939 Optional argument BUFFER specifies a buffer to be filled (nil
17940 means current).
17941 Optional argument NODISPLAY non-nil means buffer is not
17942 redisplayed as output is inserted.
17943
17944 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17945
17946 (autoload 'metamail-region "metamail" "\
17947 Process current region through 'metamail'.
17948 Optional argument VIEWMODE specifies the value of the
17949 EMACS_VIEW_MODE environment variable (defaulted to 1).
17950 Optional argument BUFFER specifies a buffer to be filled (nil
17951 means current).
17952 Optional argument NODISPLAY non-nil means buffer is not
17953 redisplayed as output is inserted.
17954
17955 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
17956
17957 ;;;***
17958 \f
17959 ;;;### (autoloads (mh-fully-kill-draft mh-send-letter mh-user-agent-compose
17960 ;;;;;; mh-smail-batch mh-smail-other-window mh-smail) "mh-comp"
17961 ;;;;;; "mh-e/mh-comp.el" (20706 54231 807276 0))
17962 ;;; Generated autoloads from mh-e/mh-comp.el
17963
17964 (autoload 'mh-smail "mh-comp" "\
17965 Compose a message with the MH mail system.
17966 See `mh-send' for more details on composing mail.
17967
17968 \(fn)" t nil)
17969
17970 (autoload 'mh-smail-other-window "mh-comp" "\
17971 Compose a message with the MH mail system in other window.
17972 See `mh-send' for more details on composing mail.
17973
17974 \(fn)" t nil)
17975
17976 (autoload 'mh-smail-batch "mh-comp" "\
17977 Compose a message with the MH mail system.
17978
17979 This function does not prompt the user for any header fields, and
17980 thus is suitable for use by programs that want to create a mail
17981 buffer. Users should use \\[mh-smail] to compose mail.
17982
17983 Optional arguments for setting certain fields include TO,
17984 SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED.
17985
17986 This function remains for Emacs 21 compatibility. New
17987 applications should use `mh-user-agent-compose'.
17988
17989 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
17990
17991 (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook)
17992
17993 (autoload 'mh-user-agent-compose "mh-comp" "\
17994 Set up mail composition draft with the MH mail system.
17995 This is the `mail-user-agent' entry point to MH-E. This function
17996 conforms to the contract specified by `define-mail-user-agent'
17997 which means that this function should accept the same arguments
17998 as `compose-mail'.
17999
18000 The optional arguments TO and SUBJECT specify recipients and the
18001 initial Subject field, respectively.
18002
18003 OTHER-HEADERS is an alist specifying additional header fields.
18004 Elements look like (HEADER . VALUE) where both HEADER and VALUE
18005 are strings.
18006
18007 CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and
18008 RETURN-ACTION and any additional arguments are IGNORED.
18009
18010 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
18011
18012 (autoload 'mh-send-letter "mh-comp" "\
18013 Save draft and send message.
18014
18015 When you are all through editing a message, you send it with this
18016 command. You can give a prefix argument ARG to monitor the first stage
18017 of the delivery; this output can be found in a buffer called \"*MH-E
18018 Mail Delivery*\".
18019
18020 The hook `mh-before-send-letter-hook' is run at the beginning of
18021 this command. For example, if you want to check your spelling in
18022 your message before sending, add the function `ispell-message'.
18023
18024 Unless `mh-insert-auto-fields' had previously been called
18025 manually, the function `mh-insert-auto-fields' is called to
18026 insert fields based upon the recipients. If fields are added, you
18027 are given a chance to see and to confirm these fields before the
18028 message is actually sent. You can do away with this confirmation
18029 by turning off the option `mh-auto-fields-prompt-flag'.
18030
18031 In case the MH \"send\" program is installed under a different name,
18032 use `mh-send-prog' to tell MH-E the name.
18033
18034 The hook `mh-annotate-msg-hook' is run after annotating the
18035 message and scan line.
18036
18037 \(fn &optional ARG)" t nil)
18038
18039 (autoload 'mh-fully-kill-draft "mh-comp" "\
18040 Quit editing and delete draft message.
18041
18042 If for some reason you are not happy with the draft, you can use
18043 this command to kill the draft buffer and delete the draft
18044 message. Use the command \\[kill-buffer] if you don't want to
18045 delete the draft message.
18046
18047 \(fn)" t nil)
18048
18049 ;;;***
18050 \f
18051 ;;;### (autoloads (mh-version) "mh-e" "mh-e/mh-e.el" (20706 54231
18052 ;;;;;; 807276 0))
18053 ;;; Generated autoloads from mh-e/mh-e.el
18054
18055 (put 'mh-progs 'risky-local-variable t)
18056
18057 (put 'mh-lib 'risky-local-variable t)
18058
18059 (put 'mh-lib-progs 'risky-local-variable t)
18060
18061 (autoload 'mh-version "mh-e" "\
18062 Display version information about MH-E and the MH mail handling system.
18063
18064 \(fn)" t nil)
18065
18066 ;;;***
18067 \f
18068 ;;;### (autoloads (mh-folder-mode mh-nmail mh-rmail) "mh-folder"
18069 ;;;;;; "mh-e/mh-folder.el" (20706 54231 807276 0))
18070 ;;; Generated autoloads from mh-e/mh-folder.el
18071
18072 (autoload 'mh-rmail "mh-folder" "\
18073 Incorporate new mail with MH.
18074 Scan an MH folder if ARG is non-nil.
18075
18076 This function is an entry point to MH-E, the Emacs interface to
18077 the MH mail system.
18078
18079 \(fn &optional ARG)" t nil)
18080
18081 (autoload 'mh-nmail "mh-folder" "\
18082 Check for new mail in inbox folder.
18083 Scan an MH folder if ARG is non-nil.
18084
18085 This function is an entry point to MH-E, the Emacs interface to
18086 the MH mail system.
18087
18088 \(fn &optional ARG)" t nil)
18089
18090 (autoload 'mh-folder-mode "mh-folder" "\
18091 Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
18092
18093 You can show the message the cursor is pointing to, and step through
18094 the messages. Messages can be marked for deletion or refiling into
18095 another folder; these commands are executed all at once with a
18096 separate command.
18097
18098 Options that control this mode can be changed with
18099 \\[customize-group]; specify the \"mh\" group. In particular, please
18100 see the `mh-scan-format-file' option if you wish to modify scan's
18101 format.
18102
18103 When a folder is visited, the hook `mh-folder-mode-hook' is run.
18104
18105 Ranges
18106 ======
18107 Many commands that operate on individual messages, such as
18108 `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument
18109 can be used in several ways.
18110
18111 If you provide the prefix argument (\\[universal-argument]) to
18112 these commands, then you will be prompted for the message range.
18113 This can be any valid MH range which can include messages,
18114 sequences, and the abbreviations (described in the mh(1) man
18115 page):
18116
18117 <num1>-<num2>
18118 Indicates all messages in the range <num1> to <num2>, inclusive.
18119 The range must be nonempty.
18120
18121 <num>:N
18122 <num>:+N
18123 <num>:-N
18124 Up to N messages beginning with (or ending with) message num. Num
18125 may be any of the predefined symbols: first, prev, cur, next or
18126 last.
18127
18128 first:N
18129 prev:N
18130 next:N
18131 last:N
18132 The first, previous, next or last messages, if they exist.
18133
18134 all
18135 All of the messages.
18136
18137 For example, a range that shows all of these things is `1 2 3
18138 5-10 last:5 unseen'.
18139
18140 If the option `transient-mark-mode' is set to t and you set a
18141 region in the MH-Folder buffer, then the MH-E command will
18142 perform the operation on all messages in that region.
18143
18144 \\{mh-folder-mode-map}
18145
18146 \(fn)" t nil)
18147
18148 ;;;***
18149 \f
18150 ;;;### (autoloads (midnight-delay-set clean-buffer-list) "midnight"
18151 ;;;;;; "midnight.el" (20706 54231 807276 0))
18152 ;;; Generated autoloads from midnight.el
18153
18154 (autoload 'clean-buffer-list "midnight" "\
18155 Kill old buffers that have not been displayed recently.
18156 The relevant variables are `clean-buffer-list-delay-general',
18157 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
18158 `clean-buffer-list-kill-never-buffer-names',
18159 `clean-buffer-list-kill-regexps' and
18160 `clean-buffer-list-kill-never-regexps'.
18161 While processing buffers, this procedure displays messages containing
18162 the current date/time, buffer name, how many seconds ago it was
18163 displayed (can be nil if the buffer was never displayed) and its
18164 lifetime, i.e., its \"age\" when it will be purged.
18165
18166 \(fn)" t nil)
18167
18168 (autoload 'midnight-delay-set "midnight" "\
18169 Modify `midnight-timer' according to `midnight-delay'.
18170 Sets the first argument SYMB (which must be symbol `midnight-delay')
18171 to its second argument TM.
18172
18173 \(fn SYMB TM)" nil nil)
18174
18175 ;;;***
18176 \f
18177 ;;;### (autoloads (minibuffer-electric-default-mode) "minibuf-eldef"
18178 ;;;;;; "minibuf-eldef.el" (20706 54231 807276 0))
18179 ;;; Generated autoloads from minibuf-eldef.el
18180
18181 (defvar minibuffer-electric-default-mode nil "\
18182 Non-nil if Minibuffer-Electric-Default mode is enabled.
18183 See the command `minibuffer-electric-default-mode' for a description of this minor mode.
18184 Setting this variable directly does not take effect;
18185 either customize it (see the info node `Easy Customization')
18186 or call the function `minibuffer-electric-default-mode'.")
18187
18188 (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil)
18189
18190 (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
18191 Toggle Minibuffer Electric Default mode.
18192 With a prefix argument ARG, enable Minibuffer Electric Default
18193 mode if ARG is positive, and disable it otherwise. If called
18194 from Lisp, enable the mode if ARG is omitted or nil.
18195
18196 Minibuffer Electric Default mode is a global minor mode. When
18197 enabled, minibuffer prompts that show a default value only show
18198 the default when it's applicable -- that is, when hitting RET
18199 would yield the default value. If the user modifies the input
18200 such that hitting RET would enter a non-default value, the prompt
18201 is modified to remove the default indication.
18202
18203 \(fn &optional ARG)" t nil)
18204
18205 ;;;***
18206 \f
18207 ;;;### (autoloads (list-dynamic-libraries butterfly) "misc" "misc.el"
18208 ;;;;;; (20706 54231 807276 0))
18209 ;;; Generated autoloads from misc.el
18210
18211 (autoload 'butterfly "misc" "\
18212 Use butterflies to flip the desired bit on the drive platter.
18213 Open hands and let the delicate wings flap once. The disturbance
18214 ripples outward, changing the flow of the eddy currents in the
18215 upper atmosphere. These cause momentary pockets of higher-pressure
18216 air to form, which act as lenses that deflect incoming cosmic rays,
18217 focusing them to strike the drive platter and flip the desired bit.
18218 You can type `M-x butterfly C-M-c' to run it. This is a permuted
18219 variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
18220
18221 \(fn)" t nil)
18222
18223 (autoload 'list-dynamic-libraries "misc" "\
18224 Display a list of all dynamic libraries known to Emacs.
18225 \(These are the libraries listed in `dynamic-library-alist'.)
18226 If optional argument LOADED-ONLY-P (interactively, prefix arg)
18227 is non-nil, only libraries already loaded are listed.
18228 Optional argument BUFFER specifies a buffer to use, instead of
18229 \"*Dynamic Libraries*\".
18230 The return value is always nil.
18231
18232 \(fn &optional LOADED-ONLY-P BUFFER)" t nil)
18233
18234 ;;;***
18235 \f
18236 ;;;### (autoloads (multi-isearch-files-regexp multi-isearch-files
18237 ;;;;;; multi-isearch-buffers-regexp multi-isearch-buffers multi-isearch-setup)
18238 ;;;;;; "misearch" "misearch.el" (20706 54231 807276 0))
18239 ;;; Generated autoloads from misearch.el
18240 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18241
18242 (defvar multi-isearch-next-buffer-function nil "\
18243 Function to call to get the next buffer to search.
18244
18245 When this variable is set to a function that returns a buffer, then
18246 after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
18247 to the next buffer in the series and continues searching for the
18248 next occurrence.
18249
18250 This function should return the next buffer (it doesn't need to switch
18251 to it), or nil if it can't find the next buffer (when it reaches the
18252 end of the search space).
18253
18254 The first argument of this function is the current buffer where the
18255 search is currently searching. It defines the base buffer relative to
18256 which this function should find the next buffer. When the isearch
18257 direction is backward (when `isearch-forward' is nil), this function
18258 should return the previous buffer to search.
18259
18260 If the second argument of this function WRAP is non-nil, then it
18261 should return the first buffer in the series; and for the backward
18262 search, it should return the last buffer in the series.")
18263
18264 (defvar multi-isearch-next-buffer-current-function nil "\
18265 The currently active function to get the next buffer to search.
18266 Initialized from `multi-isearch-next-buffer-function' when
18267 Isearch starts.")
18268
18269 (defvar multi-isearch-current-buffer nil "\
18270 The buffer where the search is currently searching.
18271 The value is nil when the search still is in the initial buffer.")
18272
18273 (autoload 'multi-isearch-setup "misearch" "\
18274 Set up isearch to search multiple buffers.
18275 Intended to be added to `isearch-mode-hook'.
18276
18277 \(fn)" nil nil)
18278
18279 (autoload 'multi-isearch-buffers "misearch" "\
18280 Start multi-buffer Isearch on a list of BUFFERS.
18281 This list can contain live buffers or their names.
18282 Interactively read buffer names to search, one by one, ended with RET.
18283 With a prefix argument, ask for a regexp, and search in buffers
18284 whose names match the specified regexp.
18285
18286 \(fn BUFFERS)" t nil)
18287
18288 (autoload 'multi-isearch-buffers-regexp "misearch" "\
18289 Start multi-buffer regexp Isearch on a list of BUFFERS.
18290 This list can contain live buffers or their names.
18291 Interactively read buffer names to search, one by one, ended with RET.
18292 With a prefix argument, ask for a regexp, and search in buffers
18293 whose names match the specified regexp.
18294
18295 \(fn BUFFERS)" t nil)
18296
18297 (autoload 'multi-isearch-files "misearch" "\
18298 Start multi-buffer Isearch on a list of FILES.
18299 Relative file names in this list are expanded to absolute
18300 file names using the current buffer's value of `default-directory'.
18301 Interactively read file names to search, one by one, ended with RET.
18302 With a prefix argument, ask for a wildcard, and search in file buffers
18303 whose file names match the specified wildcard.
18304
18305 \(fn FILES)" t nil)
18306
18307 (autoload 'multi-isearch-files-regexp "misearch" "\
18308 Start multi-buffer regexp Isearch on a list of FILES.
18309 Relative file names in this list are expanded to absolute
18310 file names using the current buffer's value of `default-directory'.
18311 Interactively read file names to search, one by one, ended with RET.
18312 With a prefix argument, ask for a wildcard, and search in file buffers
18313 whose file names match the specified wildcard.
18314
18315 \(fn FILES)" t nil)
18316
18317 ;;;***
18318 \f
18319 ;;;### (autoloads (mixal-mode) "mixal-mode" "progmodes/mixal-mode.el"
18320 ;;;;;; (20706 54231 807276 0))
18321 ;;; Generated autoloads from progmodes/mixal-mode.el
18322
18323 (autoload 'mixal-mode "mixal-mode" "\
18324 Major mode for the mixal asm language.
18325
18326 \(fn)" t nil)
18327
18328 ;;;***
18329 \f
18330 ;;;### (autoloads (mm-default-file-encoding) "mm-encode" "gnus/mm-encode.el"
18331 ;;;;;; (20706 54231 807276 0))
18332 ;;; Generated autoloads from gnus/mm-encode.el
18333
18334 (autoload 'mm-default-file-encoding "mm-encode" "\
18335 Return a default encoding for FILE.
18336
18337 \(fn FILE)" nil nil)
18338
18339 ;;;***
18340 \f
18341 ;;;### (autoloads (mm-inline-external-body mm-extern-cache-contents)
18342 ;;;;;; "mm-extern" "gnus/mm-extern.el" (20706 54231 807276 0))
18343 ;;; Generated autoloads from gnus/mm-extern.el
18344
18345 (autoload 'mm-extern-cache-contents "mm-extern" "\
18346 Put the external-body part of HANDLE into its cache.
18347
18348 \(fn HANDLE)" nil nil)
18349
18350 (autoload 'mm-inline-external-body "mm-extern" "\
18351 Show the external-body part of HANDLE.
18352 This function replaces the buffer of HANDLE with a buffer contains
18353 the entire message.
18354 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18355
18356 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18357
18358 ;;;***
18359 \f
18360 ;;;### (autoloads (mm-inline-partial) "mm-partial" "gnus/mm-partial.el"
18361 ;;;;;; (20706 54231 807276 0))
18362 ;;; Generated autoloads from gnus/mm-partial.el
18363
18364 (autoload 'mm-inline-partial "mm-partial" "\
18365 Show the partial part of HANDLE.
18366 This function replaces the buffer of HANDLE with a buffer contains
18367 the entire message.
18368 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18369
18370 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18371
18372 ;;;***
18373 \f
18374 ;;;### (autoloads (mm-url-insert-file-contents-external mm-url-insert-file-contents)
18375 ;;;;;; "mm-url" "gnus/mm-url.el" (20706 54231 807276 0))
18376 ;;; Generated autoloads from gnus/mm-url.el
18377
18378 (autoload 'mm-url-insert-file-contents "mm-url" "\
18379 Insert file contents of URL.
18380 If `mm-url-use-external' is non-nil, use `mm-url-program'.
18381
18382 \(fn URL)" nil nil)
18383
18384 (autoload 'mm-url-insert-file-contents-external "mm-url" "\
18385 Insert file contents of URL using `mm-url-program'.
18386
18387 \(fn URL)" nil nil)
18388
18389 ;;;***
18390 \f
18391 ;;;### (autoloads (mm-uu-dissect-text-parts mm-uu-dissect) "mm-uu"
18392 ;;;;;; "gnus/mm-uu.el" (20706 54231 807276 0))
18393 ;;; Generated autoloads from gnus/mm-uu.el
18394
18395 (autoload 'mm-uu-dissect "mm-uu" "\
18396 Dissect the current buffer and return a list of uu handles.
18397 The optional NOHEADER means there's no header in the buffer.
18398 MIME-TYPE specifies a MIME type and parameters, which defaults to the
18399 value of `mm-uu-text-plain-type'.
18400
18401 \(fn &optional NOHEADER MIME-TYPE)" nil nil)
18402
18403 (autoload 'mm-uu-dissect-text-parts "mm-uu" "\
18404 Dissect text parts and put uu handles into HANDLE.
18405 Assume text has been decoded if DECODED is non-nil.
18406
18407 \(fn HANDLE &optional DECODED)" nil nil)
18408
18409 ;;;***
18410 \f
18411 ;;;### (autoloads (mml-attach-file mml-to-mime) "mml" "gnus/mml.el"
18412 ;;;;;; (20706 54231 807276 0))
18413 ;;; Generated autoloads from gnus/mml.el
18414
18415 (autoload 'mml-to-mime "mml" "\
18416 Translate the current buffer from MML to MIME.
18417
18418 \(fn)" nil nil)
18419
18420 (autoload 'mml-attach-file "mml" "\
18421 Attach a file to the outgoing MIME message.
18422 The file is not inserted or encoded until you send the message with
18423 `\\[message-send-and-exit]' or `\\[message-send]' in Message mode,
18424 or `\\[mail-send-and-exit]' or `\\[mail-send]' in Mail mode.
18425
18426 FILE is the name of the file to attach. TYPE is its
18427 content-type, a string of the form \"type/subtype\". DESCRIPTION
18428 is a one-line description of the attachment. The DISPOSITION
18429 specifies how the attachment is intended to be displayed. It can
18430 be either \"inline\" (displayed automatically within the message
18431 body) or \"attachment\" (separate from the body).
18432
18433 \(fn FILE &optional TYPE DESCRIPTION DISPOSITION)" t nil)
18434
18435 ;;;***
18436 \f
18437 ;;;### (autoloads (mml1991-sign mml1991-encrypt) "mml1991" "gnus/mml1991.el"
18438 ;;;;;; (20706 54231 807276 0))
18439 ;;; Generated autoloads from gnus/mml1991.el
18440
18441 (autoload 'mml1991-encrypt "mml1991" "\
18442
18443
18444 \(fn CONT &optional SIGN)" nil nil)
18445
18446 (autoload 'mml1991-sign "mml1991" "\
18447
18448
18449 \(fn CONT)" nil nil)
18450
18451 ;;;***
18452 \f
18453 ;;;### (autoloads (mml2015-self-encrypt mml2015-sign mml2015-encrypt
18454 ;;;;;; mml2015-verify-test mml2015-verify mml2015-decrypt-test mml2015-decrypt)
18455 ;;;;;; "mml2015" "gnus/mml2015.el" (20706 54231 807276 0))
18456 ;;; Generated autoloads from gnus/mml2015.el
18457
18458 (autoload 'mml2015-decrypt "mml2015" "\
18459
18460
18461 \(fn HANDLE CTL)" nil nil)
18462
18463 (autoload 'mml2015-decrypt-test "mml2015" "\
18464
18465
18466 \(fn HANDLE CTL)" nil nil)
18467
18468 (autoload 'mml2015-verify "mml2015" "\
18469
18470
18471 \(fn HANDLE CTL)" nil nil)
18472
18473 (autoload 'mml2015-verify-test "mml2015" "\
18474
18475
18476 \(fn HANDLE CTL)" nil nil)
18477
18478 (autoload 'mml2015-encrypt "mml2015" "\
18479
18480
18481 \(fn CONT &optional SIGN)" nil nil)
18482
18483 (autoload 'mml2015-sign "mml2015" "\
18484
18485
18486 \(fn CONT)" nil nil)
18487
18488 (autoload 'mml2015-self-encrypt "mml2015" "\
18489
18490
18491 \(fn)" nil nil)
18492
18493 ;;;***
18494 \f
18495 ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (20706 54231
18496 ;;;;;; 807276 0))
18497 ;;; Generated autoloads from cedet/mode-local.el
18498
18499 (put 'define-overloadable-function 'doc-string-elt 3)
18500
18501 ;;;***
18502 \f
18503 ;;;### (autoloads (m2-mode) "modula2" "progmodes/modula2.el" (20627
18504 ;;;;;; 10158 364804 0))
18505 ;;; Generated autoloads from progmodes/modula2.el
18506
18507 (defalias 'modula-2-mode 'm2-mode)
18508
18509 (autoload 'm2-mode "modula2" "\
18510 This is a mode intended to support program development in Modula-2.
18511 All control constructs of Modula-2 can be reached by typing C-c
18512 followed by the first character of the construct.
18513 \\<m2-mode-map>
18514 \\[m2-begin] begin \\[m2-case] case
18515 \\[m2-definition] definition \\[m2-else] else
18516 \\[m2-for] for \\[m2-header] header
18517 \\[m2-if] if \\[m2-module] module
18518 \\[m2-loop] loop \\[m2-or] or
18519 \\[m2-procedure] procedure Control-c Control-w with
18520 \\[m2-record] record \\[m2-stdio] stdio
18521 \\[m2-type] type \\[m2-until] until
18522 \\[m2-var] var \\[m2-while] while
18523 \\[m2-export] export \\[m2-import] import
18524 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
18525 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
18526 \\[m2-compile] compile \\[m2-next-error] next-error
18527 \\[m2-link] link
18528
18529 `m2-indent' controls the number of spaces for each indentation.
18530 `m2-compile-command' holds the command to compile a Modula-2 program.
18531 `m2-link-command' holds the command to link a Modula-2 program.
18532
18533 \(fn)" t nil)
18534
18535 ;;;***
18536 \f
18537 ;;;### (autoloads (denato-region nato-region unmorse-region morse-region)
18538 ;;;;;; "morse" "play/morse.el" (20706 54231 807276 0))
18539 ;;; Generated autoloads from play/morse.el
18540
18541 (autoload 'morse-region "morse" "\
18542 Convert all text in a given region to morse code.
18543
18544 \(fn BEG END)" t nil)
18545
18546 (autoload 'unmorse-region "morse" "\
18547 Convert morse coded text in region to ordinary ASCII text.
18548
18549 \(fn BEG END)" t nil)
18550
18551 (autoload 'nato-region "morse" "\
18552 Convert all text in a given region to NATO phonetic alphabet.
18553
18554 \(fn BEG END)" t nil)
18555
18556 (autoload 'denato-region "morse" "\
18557 Convert NATO phonetic alphabet in region to ordinary ASCII text.
18558
18559 \(fn BEG END)" t nil)
18560
18561 ;;;***
18562 \f
18563 ;;;### (autoloads (mouse-drag-drag mouse-drag-throw) "mouse-drag"
18564 ;;;;;; "mouse-drag.el" (20706 54231 807276 0))
18565 ;;; Generated autoloads from mouse-drag.el
18566
18567 (autoload 'mouse-drag-throw "mouse-drag" "\
18568 \"Throw\" the page according to a mouse drag.
18569
18570 A \"throw\" is scrolling the page at a speed relative to the distance
18571 from the original mouse click to the current mouse location. Try it;
18572 you'll like it. It's easier to observe than to explain.
18573
18574 If the mouse is clicked and released in the same place of time we
18575 assume that the user didn't want to scroll but wanted to whatever
18576 mouse-2 used to do, so we pass it through.
18577
18578 Throw scrolling was inspired (but is not identical to) the \"hand\"
18579 option in MacPaint, or the middle button in Tk text widgets.
18580
18581 If `mouse-throw-with-scroll-bar' is non-nil, then this command scrolls
18582 in the opposite direction. (Different people have different ideas
18583 about which direction is natural. Perhaps it has to do with which
18584 hemisphere you're in.)
18585
18586 To test this function, evaluate:
18587 (global-set-key [down-mouse-2] 'mouse-drag-throw)
18588
18589 \(fn START-EVENT)" t nil)
18590
18591 (autoload 'mouse-drag-drag "mouse-drag" "\
18592 \"Drag\" the page according to a mouse drag.
18593
18594 Drag scrolling moves the page according to the movement of the mouse.
18595 You \"grab\" the character under the mouse and move it around.
18596
18597 If the mouse is clicked and released in the same place of time we
18598 assume that the user didn't want to scroll but wanted to whatever
18599 mouse-2 used to do, so we pass it through.
18600
18601 Drag scrolling is identical to the \"hand\" option in MacPaint, or the
18602 middle button in Tk text widgets.
18603
18604 To test this function, evaluate:
18605 (global-set-key [down-mouse-2] 'mouse-drag-drag)
18606
18607 \(fn START-EVENT)" t nil)
18608
18609 ;;;***
18610 \f
18611 ;;;### (autoloads (mpc) "mpc" "mpc.el" (20706 54231 807276 0))
18612 ;;; Generated autoloads from mpc.el
18613
18614 (autoload 'mpc "mpc" "\
18615 Main entry point for MPC.
18616
18617 \(fn)" t nil)
18618
18619 ;;;***
18620 \f
18621 ;;;### (autoloads (mpuz) "mpuz" "play/mpuz.el" (20706 54231 807276
18622 ;;;;;; 0))
18623 ;;; Generated autoloads from play/mpuz.el
18624
18625 (autoload 'mpuz "mpuz" "\
18626 Multiplication puzzle with GNU Emacs.
18627
18628 \(fn)" t nil)
18629
18630 ;;;***
18631 \f
18632 ;;;### (autoloads (msb-mode) "msb" "msb.el" (20706 54231 807276 0))
18633 ;;; Generated autoloads from msb.el
18634
18635 (defvar msb-mode nil "\
18636 Non-nil if Msb mode is enabled.
18637 See the command `msb-mode' for a description of this minor mode.
18638 Setting this variable directly does not take effect;
18639 either customize it (see the info node `Easy Customization')
18640 or call the function `msb-mode'.")
18641
18642 (custom-autoload 'msb-mode "msb" nil)
18643
18644 (autoload 'msb-mode "msb" "\
18645 Toggle Msb mode.
18646 With a prefix argument ARG, enable Msb mode if ARG is positive,
18647 and disable it otherwise. If called from Lisp, enable the mode
18648 if ARG is omitted or nil.
18649
18650 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
18651 different buffer menu using the function `msb'.
18652
18653 \(fn &optional ARG)" t nil)
18654
18655 ;;;***
18656 \f
18657 ;;;### (autoloads (font-show-log mule-diag list-input-methods list-fontsets
18658 ;;;;;; describe-fontset describe-font list-coding-categories list-coding-systems
18659 ;;;;;; describe-current-coding-system describe-current-coding-system-briefly
18660 ;;;;;; describe-coding-system describe-character-set list-charset-chars
18661 ;;;;;; read-charset list-character-sets) "mule-diag" "international/mule-diag.el"
18662 ;;;;;; (20706 54231 807276 0))
18663 ;;; Generated autoloads from international/mule-diag.el
18664
18665 (autoload 'list-character-sets "mule-diag" "\
18666 Display a list of all character sets.
18667
18668 The D column contains the dimension of this character set. The CH
18669 column contains the number of characters in a block of this character
18670 set. The FINAL-BYTE column contains an ISO-2022 <final-byte> to use
18671 in the designation escape sequence for this character set in
18672 ISO-2022-based coding systems.
18673
18674 With prefix ARG, the output format gets more cryptic,
18675 but still shows the full information.
18676
18677 \(fn ARG)" t nil)
18678
18679 (autoload 'read-charset "mule-diag" "\
18680 Read a character set from the minibuffer, prompting with string PROMPT.
18681 It must be an Emacs character set listed in the variable `charset-list'.
18682
18683 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
18684 DEFAULT-VALUE, if non-nil, is the default value.
18685 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
18686 See the documentation of the function `completing-read' for the detailed
18687 meanings of these arguments.
18688
18689 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
18690
18691 (autoload 'list-charset-chars "mule-diag" "\
18692 Display a list of characters in character set CHARSET.
18693
18694 \(fn CHARSET)" t nil)
18695
18696 (autoload 'describe-character-set "mule-diag" "\
18697 Display information about built-in character set CHARSET.
18698
18699 \(fn CHARSET)" t nil)
18700
18701 (autoload 'describe-coding-system "mule-diag" "\
18702 Display information about CODING-SYSTEM.
18703
18704 \(fn CODING-SYSTEM)" t nil)
18705
18706 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
18707 Display coding systems currently used in a brief format in echo area.
18708
18709 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
18710 where mnemonics of the following coding systems come in this order
18711 in place of `..':
18712 `buffer-file-coding-system' (of the current buffer)
18713 eol-type of `buffer-file-coding-system' (of the current buffer)
18714 Value returned by `keyboard-coding-system'
18715 eol-type of `keyboard-coding-system'
18716 Value returned by `terminal-coding-system'.
18717 eol-type of `terminal-coding-system'
18718 `process-coding-system' for read (of the current buffer, if any)
18719 eol-type of `process-coding-system' for read (of the current buffer, if any)
18720 `process-coding-system' for write (of the current buffer, if any)
18721 eol-type of `process-coding-system' for write (of the current buffer, if any)
18722 default `buffer-file-coding-system'
18723 eol-type of default `buffer-file-coding-system'
18724 `default-process-coding-system' for read
18725 eol-type of `default-process-coding-system' for read
18726 `default-process-coding-system' for write
18727 eol-type of `default-process-coding-system'
18728
18729 \(fn)" t nil)
18730
18731 (autoload 'describe-current-coding-system "mule-diag" "\
18732 Display coding systems currently used, in detail.
18733
18734 \(fn)" t nil)
18735
18736 (autoload 'list-coding-systems "mule-diag" "\
18737 Display a list of all coding systems.
18738 This shows the mnemonic letter, name, and description of each coding system.
18739
18740 With prefix ARG, the output format gets more cryptic,
18741 but still contains full information about each coding system.
18742
18743 \(fn &optional ARG)" t nil)
18744
18745 (autoload 'list-coding-categories "mule-diag" "\
18746 Display a list of all coding categories.
18747
18748 \(fn)" nil nil)
18749
18750 (autoload 'describe-font "mule-diag" "\
18751 Display information about a font whose name is FONTNAME.
18752 The font must be already used by Emacs.
18753
18754 \(fn FONTNAME)" t nil)
18755
18756 (autoload 'describe-fontset "mule-diag" "\
18757 Display information about FONTSET.
18758 This shows which font is used for which character(s).
18759
18760 \(fn FONTSET)" t nil)
18761
18762 (autoload 'list-fontsets "mule-diag" "\
18763 Display a list of all fontsets.
18764 This shows the name, size, and style of each fontset.
18765 With prefix arg, also list the fonts contained in each fontset;
18766 see the function `describe-fontset' for the format of the list.
18767
18768 \(fn ARG)" t nil)
18769
18770 (autoload 'list-input-methods "mule-diag" "\
18771 Display information about all input methods.
18772
18773 \(fn)" t nil)
18774
18775 (autoload 'mule-diag "mule-diag" "\
18776 Display diagnosis of the multilingual environment (Mule).
18777
18778 This shows various information related to the current multilingual
18779 environment, including lists of input methods, coding systems,
18780 character sets, and fontsets (if Emacs is running under a window
18781 system which uses fontsets).
18782
18783 \(fn)" t nil)
18784
18785 (autoload 'font-show-log "mule-diag" "\
18786 Show log of font listing and opening.
18787 Prefix arg LIMIT says how many fonts to show for each listing.
18788 The default is 20. If LIMIT is negative, do not limit the listing.
18789
18790 \(fn &optional LIMIT)" t nil)
18791
18792 ;;;***
18793 \f
18794 ;;;### (autoloads (char-displayable-p detect-coding-with-language-environment
18795 ;;;;;; detect-coding-with-priority with-coding-priority coding-system-translation-table-for-encode
18796 ;;;;;; coding-system-translation-table-for-decode coding-system-pre-write-conversion
18797 ;;;;;; coding-system-post-read-conversion lookup-nested-alist set-nested-alist
18798 ;;;;;; truncate-string-to-width store-substring) "mule-util" "international/mule-util.el"
18799 ;;;;;; (20706 54231 807276 0))
18800 ;;; Generated autoloads from international/mule-util.el
18801
18802 (defsubst string-to-list (string) "\
18803 Return a list of characters in STRING." (append string nil))
18804
18805 (defsubst string-to-vector (string) "\
18806 Return a vector of characters in STRING." (vconcat string))
18807
18808 (autoload 'store-substring "mule-util" "\
18809 Embed OBJ (string or character) at index IDX of STRING.
18810
18811 \(fn STRING IDX OBJ)" nil nil)
18812
18813 (autoload 'truncate-string-to-width "mule-util" "\
18814 Truncate string STR to end at column END-COLUMN.
18815 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
18816 column; that means to return the characters occupying columns
18817 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
18818 are specified in terms of character display width in the current
18819 buffer; see also `char-width'.
18820
18821 The optional 4th arg PADDING, if non-nil, specifies a padding
18822 character (which should have a display width of 1) to add at the end
18823 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
18824 comes in the middle of a character in STR. PADDING is also added at
18825 the beginning of the result if column START-COLUMN appears in the
18826 middle of a character in STR.
18827
18828 If PADDING is nil, no padding is added in these cases, so
18829 the resulting string may be narrower than END-COLUMN.
18830
18831 If ELLIPSIS is non-nil, it should be a string which will replace the
18832 end of STR (including any padding) if it extends beyond END-COLUMN,
18833 unless the display width of STR is equal to or less than the display
18834 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
18835 defaults to \"...\".
18836
18837 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
18838
18839 (defsubst nested-alist-p (obj) "\
18840 Return t if OBJ is a nested alist.
18841
18842 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
18843 any Lisp object, and BRANCHES is a list of cons cells of the form
18844 \(KEY-ELEMENT . NESTED-ALIST).
18845
18846 You can use a nested alist to store any Lisp object (ENTRY) for a key
18847 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
18848 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
18849
18850 (autoload 'set-nested-alist "mule-util" "\
18851 Set ENTRY for KEYSEQ in a nested alist ALIST.
18852 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
18853 are considered.
18854 Optional 5th argument BRANCHES if non-nil is branches for a keyseq
18855 longer than KEYSEQ.
18856 See the documentation of `nested-alist-p' for more detail.
18857
18858 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
18859
18860 (autoload 'lookup-nested-alist "mule-util" "\
18861 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
18862 Optional 3rd argument LEN specifies the length of KEYSEQ.
18863 Optional 4th argument START specifies index of the starting key.
18864 The returned value is normally a nested alist of which
18865 car part is the entry for KEYSEQ.
18866 If ALIST is not deep enough for KEYSEQ, return number which is
18867 how many key elements at the front of KEYSEQ it takes
18868 to reach a leaf in ALIST.
18869 Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
18870 even if ALIST is not deep enough.
18871
18872 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
18873
18874 (autoload 'coding-system-post-read-conversion "mule-util" "\
18875 Return the value of CODING-SYSTEM's `post-read-conversion' property.
18876
18877 \(fn CODING-SYSTEM)" nil nil)
18878
18879 (autoload 'coding-system-pre-write-conversion "mule-util" "\
18880 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
18881
18882 \(fn CODING-SYSTEM)" nil nil)
18883
18884 (autoload 'coding-system-translation-table-for-decode "mule-util" "\
18885 Return the value of CODING-SYSTEM's `decode-translation-table' property.
18886
18887 \(fn CODING-SYSTEM)" nil nil)
18888
18889 (autoload 'coding-system-translation-table-for-encode "mule-util" "\
18890 Return the value of CODING-SYSTEM's `encode-translation-table' property.
18891
18892 \(fn CODING-SYSTEM)" nil nil)
18893
18894 (autoload 'with-coding-priority "mule-util" "\
18895 Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
18896 CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
18897 This affects the implicit sorting of lists of coding systems returned by
18898 operations such as `find-coding-systems-region'.
18899
18900 \(fn CODING-SYSTEMS &rest BODY)" nil t)
18901 (put 'with-coding-priority 'lisp-indent-function 1)
18902
18903 (autoload 'detect-coding-with-priority "mule-util" "\
18904 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
18905 PRIORITY-LIST is an alist of coding categories vs the corresponding
18906 coding systems ordered by priority.
18907
18908 \(fn FROM TO PRIORITY-LIST)" nil t)
18909
18910 (make-obsolete 'detect-coding-with-priority 'with-coding-priority "23.1")
18911
18912 (autoload 'detect-coding-with-language-environment "mule-util" "\
18913 Detect a coding system for the text between FROM and TO with LANG-ENV.
18914 The detection takes into account the coding system priorities for the
18915 language environment LANG-ENV.
18916
18917 \(fn FROM TO LANG-ENV)" nil nil)
18918
18919 (autoload 'char-displayable-p "mule-util" "\
18920 Return non-nil if we should be able to display CHAR.
18921 On a multi-font display, the test is only whether there is an
18922 appropriate font from the selected frame's fontset to display
18923 CHAR's charset in general. Since fonts may be specified on a
18924 per-character basis, this may not be accurate.
18925
18926 \(fn CHAR)" nil nil)
18927
18928 ;;;***
18929 \f
18930 ;;;### (autoloads (network-connection network-connection-to-service
18931 ;;;;;; whois-reverse-lookup whois finger ftp run-dig dns-lookup-host
18932 ;;;;;; nslookup nslookup-host ping traceroute route arp netstat
18933 ;;;;;; iwconfig ifconfig) "net-utils" "net/net-utils.el" (20706
18934 ;;;;;; 54231 807276 0))
18935 ;;; Generated autoloads from net/net-utils.el
18936
18937 (autoload 'ifconfig "net-utils" "\
18938 Run ifconfig and display diagnostic output.
18939
18940 \(fn)" t nil)
18941
18942 (autoload 'iwconfig "net-utils" "\
18943 Run iwconfig and display diagnostic output.
18944
18945 \(fn)" t nil)
18946
18947 (autoload 'netstat "net-utils" "\
18948 Run netstat and display diagnostic output.
18949
18950 \(fn)" t nil)
18951
18952 (autoload 'arp "net-utils" "\
18953 Run arp and display diagnostic output.
18954
18955 \(fn)" t nil)
18956
18957 (autoload 'route "net-utils" "\
18958 Run route and display diagnostic output.
18959
18960 \(fn)" t nil)
18961
18962 (autoload 'traceroute "net-utils" "\
18963 Run traceroute program for TARGET.
18964
18965 \(fn TARGET)" t nil)
18966
18967 (autoload 'ping "net-utils" "\
18968 Ping HOST.
18969 If your system's ping continues until interrupted, you can try setting
18970 `ping-program-options'.
18971
18972 \(fn HOST)" t nil)
18973
18974 (autoload 'nslookup-host "net-utils" "\
18975 Lookup the DNS information for HOST.
18976
18977 \(fn HOST)" t nil)
18978
18979 (autoload 'nslookup "net-utils" "\
18980 Run nslookup program.
18981
18982 \(fn)" t nil)
18983
18984 (autoload 'dns-lookup-host "net-utils" "\
18985 Lookup the DNS information for HOST (name or IP address).
18986
18987 \(fn HOST)" t nil)
18988
18989 (autoload 'run-dig "net-utils" "\
18990 Run dig program.
18991
18992 \(fn HOST)" t nil)
18993
18994 (autoload 'ftp "net-utils" "\
18995 Run ftp program.
18996
18997 \(fn HOST)" t nil)
18998
18999 (autoload 'finger "net-utils" "\
19000 Finger USER on HOST.
19001
19002 \(fn USER HOST)" t nil)
19003
19004 (autoload 'whois "net-utils" "\
19005 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
19006 If `whois-guess-server' is non-nil, then try to deduce the correct server
19007 from SEARCH-STRING. With argument, prompt for whois server.
19008
19009 \(fn ARG SEARCH-STRING)" t nil)
19010
19011 (autoload 'whois-reverse-lookup "net-utils" "\
19012
19013
19014 \(fn)" t nil)
19015
19016 (autoload 'network-connection-to-service "net-utils" "\
19017 Open a network connection to SERVICE on HOST.
19018
19019 \(fn HOST SERVICE)" t nil)
19020
19021 (autoload 'network-connection "net-utils" "\
19022 Open a network connection to HOST on PORT.
19023
19024 \(fn HOST PORT)" t nil)
19025
19026 ;;;***
19027 \f
19028 ;;;### (autoloads (netrc-credentials) "netrc" "net/netrc.el" (20706
19029 ;;;;;; 54231 807276 0))
19030 ;;; Generated autoloads from net/netrc.el
19031
19032 (autoload 'netrc-credentials "netrc" "\
19033 Return a user name/password pair.
19034 Port specifications will be prioritized in the order they are
19035 listed in the PORTS list.
19036
19037 \(fn MACHINE &rest PORTS)" nil nil)
19038
19039 ;;;***
19040 \f
19041 ;;;### (autoloads (open-network-stream) "network-stream" "net/network-stream.el"
19042 ;;;;;; (20706 54231 807276 0))
19043 ;;; Generated autoloads from net/network-stream.el
19044
19045 (autoload 'open-network-stream "network-stream" "\
19046 Open a TCP connection to HOST, optionally with encryption.
19047 Normally, return a network process object; with a non-nil
19048 :return-list parameter, return a list instead (see below).
19049 Input and output work as for subprocesses; `delete-process'
19050 closes it.
19051
19052 NAME is the name for the process. It is modified if necessary to
19053 make it unique.
19054 BUFFER is a buffer or buffer name to associate with the process.
19055 Process output goes at end of that buffer. BUFFER may be nil,
19056 meaning that the process is not associated with any buffer.
19057 HOST is the name or IP address of the host to connect to.
19058 SERVICE is the name of the service desired, or an integer specifying
19059 a port number to connect to.
19060
19061 The remaining PARAMETERS should be a sequence of keywords and
19062 values:
19063
19064 :type specifies the connection type, one of the following:
19065 nil or `network'
19066 -- Begin with an ordinary network connection, and if
19067 the parameters :success and :capability-command
19068 are also supplied, try to upgrade to an encrypted
19069 connection via STARTTLS. Even if that
19070 fails (e.g. if HOST does not support TLS), retain
19071 an unencrypted connection.
19072 `plain' -- An ordinary, unencrypted network connection.
19073 `starttls' -- Begin with an ordinary connection, and try
19074 upgrading via STARTTLS. If that fails for any
19075 reason, drop the connection; in that case the
19076 returned object is a killed process.
19077 `tls' -- A TLS connection.
19078 `ssl' -- Equivalent to `tls'.
19079 `shell' -- A shell connection.
19080
19081 :return-list specifies this function's return value.
19082 If omitted or nil, return a process object. A non-nil means to
19083 return (PROC . PROPS), where PROC is a process object and PROPS
19084 is a plist of connection properties, with these keywords:
19085 :greeting -- the greeting returned by HOST (a string), or nil.
19086 :capabilities -- a string representing HOST's capabilities,
19087 or nil if none could be found.
19088 :type -- the resulting connection type; `plain' (unencrypted)
19089 or `tls' (TLS-encrypted).
19090
19091 :end-of-command specifies a regexp matching the end of a command.
19092
19093 :end-of-capability specifies a regexp matching the end of the
19094 response to the command specified for :capability-command.
19095 It defaults to the regexp specified for :end-of-command.
19096
19097 :success specifies a regexp matching a message indicating a
19098 successful STARTTLS negotiation. For instance, the default
19099 should be \"^3\" for an NNTP connection.
19100
19101 :capability-command specifies a command used to query the HOST
19102 for its capabilities. For instance, for IMAP this should be
19103 \"1 CAPABILITY\\r\\n\".
19104
19105 :starttls-function specifies a function for handling STARTTLS.
19106 This function should take one parameter, the response to the
19107 capability command, and should return the command to switch on
19108 STARTTLS if the server supports STARTTLS, and nil otherwise.
19109
19110 :always-query-capabilities says whether to query the server for
19111 capabilities, even if we're doing a `plain' network connection.
19112
19113 :client-certificate should either be a list where the first
19114 element is the certificate key file name, and the second
19115 element is the certificate file name itself, or `t', which
19116 means that `auth-source' will be queried for the key and the
19117 certificate. This parameter will only be used when doing TLS
19118 or STARTTLS connections.
19119
19120 :use-starttls-if-possible is a boolean that says to do opportunistic
19121 STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19122
19123 :nowait is a boolean that says the connection should be made
19124 asynchronously, if possible.
19125
19126 \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil)
19127
19128 (defalias 'open-protocol-stream 'open-network-stream)
19129
19130 ;;;***
19131 \f
19132 ;;;### (autoloads (newsticker-start newsticker-running-p) "newst-backend"
19133 ;;;;;; "net/newst-backend.el" (20706 54231 807276 0))
19134 ;;; Generated autoloads from net/newst-backend.el
19135
19136 (autoload 'newsticker-running-p "newst-backend" "\
19137 Check whether newsticker is running.
19138 Return t if newsticker is running, nil otherwise. Newsticker is
19139 considered to be running if the newsticker timer list is not empty.
19140
19141 \(fn)" nil nil)
19142
19143 (autoload 'newsticker-start "newst-backend" "\
19144 Start the newsticker.
19145 Start the timers for display and retrieval. If the newsticker, i.e. the
19146 timers, are running already a warning message is printed unless
19147 DO-NOT-COMPLAIN-IF-RUNNING is not nil.
19148 Run `newsticker-start-hook' if newsticker was not running already.
19149
19150 \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil)
19151
19152 ;;;***
19153 \f
19154 ;;;### (autoloads (newsticker-plainview) "newst-plainview" "net/newst-plainview.el"
19155 ;;;;;; (20706 54231 807276 0))
19156 ;;; Generated autoloads from net/newst-plainview.el
19157
19158 (autoload 'newsticker-plainview "newst-plainview" "\
19159 Start newsticker plainview.
19160
19161 \(fn)" t nil)
19162
19163 ;;;***
19164 \f
19165 ;;;### (autoloads (newsticker-show-news) "newst-reader" "net/newst-reader.el"
19166 ;;;;;; (20706 54231 807276 0))
19167 ;;; Generated autoloads from net/newst-reader.el
19168
19169 (autoload 'newsticker-show-news "newst-reader" "\
19170 Start reading news. You may want to bind this to a key.
19171
19172 \(fn)" t nil)
19173
19174 ;;;***
19175 \f
19176 ;;;### (autoloads (newsticker-start-ticker newsticker-ticker-running-p)
19177 ;;;;;; "newst-ticker" "net/newst-ticker.el" (20706 54231 807276
19178 ;;;;;; 0))
19179 ;;; Generated autoloads from net/newst-ticker.el
19180
19181 (autoload 'newsticker-ticker-running-p "newst-ticker" "\
19182 Check whether newsticker's actual ticker is running.
19183 Return t if ticker is running, nil otherwise. Newsticker is
19184 considered to be running if the newsticker timer list is not
19185 empty.
19186
19187 \(fn)" nil nil)
19188
19189 (autoload 'newsticker-start-ticker "newst-ticker" "\
19190 Start newsticker's ticker (but not the news retrieval).
19191 Start display timer for the actual ticker if wanted and not
19192 running already.
19193
19194 \(fn)" t nil)
19195
19196 ;;;***
19197 \f
19198 ;;;### (autoloads (newsticker-treeview) "newst-treeview" "net/newst-treeview.el"
19199 ;;;;;; (20706 54231 807276 0))
19200 ;;; Generated autoloads from net/newst-treeview.el
19201
19202 (autoload 'newsticker-treeview "newst-treeview" "\
19203 Start newsticker treeview.
19204
19205 \(fn)" t nil)
19206
19207 ;;;***
19208 \f
19209 ;;;### (autoloads (nndiary-generate-nov-databases) "nndiary" "gnus/nndiary.el"
19210 ;;;;;; (20706 54231 807276 0))
19211 ;;; Generated autoloads from gnus/nndiary.el
19212
19213 (autoload 'nndiary-generate-nov-databases "nndiary" "\
19214 Generate NOV databases in all nndiary directories.
19215
19216 \(fn &optional SERVER)" t nil)
19217
19218 ;;;***
19219 \f
19220 ;;;### (autoloads (nndoc-add-type) "nndoc" "gnus/nndoc.el" (20706
19221 ;;;;;; 54231 807276 0))
19222 ;;; Generated autoloads from gnus/nndoc.el
19223
19224 (autoload 'nndoc-add-type "nndoc" "\
19225 Add document DEFINITION to the list of nndoc document definitions.
19226 If POSITION is nil or `last', the definition will be added
19227 as the last checked definition, if t or `first', add as the
19228 first definition, and if any other symbol, add after that
19229 symbol in the alist.
19230
19231 \(fn DEFINITION &optional POSITION)" nil nil)
19232
19233 ;;;***
19234 \f
19235 ;;;### (autoloads (nnfolder-generate-active-file) "nnfolder" "gnus/nnfolder.el"
19236 ;;;;;; (20706 54231 807276 0))
19237 ;;; Generated autoloads from gnus/nnfolder.el
19238
19239 (autoload 'nnfolder-generate-active-file "nnfolder" "\
19240 Look for mbox folders in the nnfolder directory and make them into groups.
19241 This command does not work if you use short group names.
19242
19243 \(fn)" t nil)
19244
19245 ;;;***
19246 \f
19247 ;;;### (autoloads (nnml-generate-nov-databases) "nnml" "gnus/nnml.el"
19248 ;;;;;; (20706 54231 807276 0))
19249 ;;; Generated autoloads from gnus/nnml.el
19250
19251 (autoload 'nnml-generate-nov-databases "nnml" "\
19252 Generate NOV databases in all nnml directories.
19253
19254 \(fn &optional SERVER)" t nil)
19255
19256 ;;;***
19257 \f
19258 ;;;### (autoloads (disable-command enable-command disabled-command-function)
19259 ;;;;;; "novice" "novice.el" (20706 54231 807276 0))
19260 ;;; Generated autoloads from novice.el
19261
19262 (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
19263
19264 (defvar disabled-command-function 'disabled-command-function "\
19265 Function to call to handle disabled commands.
19266 If nil, the feature is disabled, i.e., all commands work normally.")
19267
19268 (autoload 'disabled-command-function "novice" "\
19269
19270
19271 \(fn &optional CMD KEYS)" nil nil)
19272
19273 (autoload 'enable-command "novice" "\
19274 Allow COMMAND to be executed without special confirmation from now on.
19275 COMMAND must be a symbol.
19276 This command alters the user's .emacs file so that this will apply
19277 to future sessions.
19278
19279 \(fn COMMAND)" t nil)
19280
19281 (autoload 'disable-command "novice" "\
19282 Require special confirmation to execute COMMAND from now on.
19283 COMMAND must be a symbol.
19284 This command alters your init file so that this choice applies to
19285 future sessions.
19286
19287 \(fn COMMAND)" t nil)
19288
19289 ;;;***
19290 \f
19291 ;;;### (autoloads (nroff-mode) "nroff-mode" "textmodes/nroff-mode.el"
19292 ;;;;;; (20706 54231 807276 0))
19293 ;;; Generated autoloads from textmodes/nroff-mode.el
19294
19295 (autoload 'nroff-mode "nroff-mode" "\
19296 Major mode for editing text intended for nroff to format.
19297 \\{nroff-mode-map}
19298 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
19299 Also, try `nroff-electric-mode', for automatically inserting
19300 closing requests for requests that are used in matched pairs.
19301
19302 \(fn)" t nil)
19303
19304 ;;;***
19305 \f
19306 ;;;### (autoloads (nxml-glyph-display-string) "nxml-glyph" "nxml/nxml-glyph.el"
19307 ;;;;;; (20706 54231 807276 0))
19308 ;;; Generated autoloads from nxml/nxml-glyph.el
19309
19310 (autoload 'nxml-glyph-display-string "nxml-glyph" "\
19311 Return a string that can display a glyph for Unicode code-point N.
19312 FACE gives the face that will be used for displaying the string.
19313 Return nil if the face cannot display a glyph for N.
19314
19315 \(fn N FACE)" nil nil)
19316
19317 ;;;***
19318 \f
19319 ;;;### (autoloads (nxml-mode) "nxml-mode" "nxml/nxml-mode.el" (20706
19320 ;;;;;; 54231 807276 0))
19321 ;;; Generated autoloads from nxml/nxml-mode.el
19322
19323 (autoload 'nxml-mode "nxml-mode" "\
19324 Major mode for editing XML.
19325
19326 \\[nxml-finish-element] finishes the current element by inserting an end-tag.
19327 C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
19328 leaving point between the start-tag and end-tag.
19329 \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
19330 the start-tag, point, and end-tag are all left on separate lines.
19331 If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
19332 automatically inserts the rest of the end-tag.
19333
19334 \\[completion-at-point] performs completion on the symbol preceding point.
19335
19336 \\[nxml-dynamic-markup-word] uses the contents of the current buffer
19337 to choose a tag to put around the word preceding point.
19338
19339 Sections of the document can be displayed in outline form. The
19340 variable `nxml-section-element-name-regexp' controls when an element
19341 is recognized as a section. The same key sequences that change
19342 visibility in outline mode are used except that they start with C-c C-o
19343 instead of C-c.
19344
19345 Validation is provided by the related minor-mode `rng-validate-mode'.
19346 This also makes completion schema- and context- sensitive. Element
19347 names, attribute names, attribute values and namespace URIs can all be
19348 completed. By default, `rng-validate-mode' is automatically enabled.
19349 You can toggle it using \\[rng-validate-mode] or change the default by
19350 customizing `rng-nxml-auto-validate-flag'.
19351
19352 \\[indent-for-tab-command] indents the current line appropriately.
19353 This can be customized using the variable `nxml-child-indent'
19354 and the variable `nxml-attribute-indent'.
19355
19356 \\[nxml-insert-named-char] inserts a character reference using
19357 the character's name (by default, the Unicode name).
19358 \\[universal-argument] \\[nxml-insert-named-char] inserts the character directly.
19359
19360 The Emacs commands that normally operate on balanced expressions will
19361 operate on XML markup items. Thus \\[forward-sexp] will move forward
19362 across one markup item; \\[backward-sexp] will move backward across
19363 one markup item; \\[kill-sexp] will kill the following markup item;
19364 \\[mark-sexp] will mark the following markup item. By default, each
19365 tag each treated as a single markup item; to make the complete element
19366 be treated as a single markup item, set the variable
19367 `nxml-sexp-element-flag' to t. For more details, see the function
19368 `nxml-forward-balanced-item'.
19369
19370 \\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
19371
19372 Many aspects this mode can be customized using
19373 \\[customize-group] nxml RET.
19374
19375 \(fn)" t nil)
19376
19377 (defalias 'xml-mode 'nxml-mode)
19378
19379 ;;;***
19380 \f
19381 ;;;### (autoloads (nxml-enable-unicode-char-name-sets) "nxml-uchnm"
19382 ;;;;;; "nxml/nxml-uchnm.el" (20706 54231 807276 0))
19383 ;;; Generated autoloads from nxml/nxml-uchnm.el
19384
19385 (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
19386 Enable the use of Unicode standard names for characters.
19387 The Unicode blocks for which names are enabled is controlled by
19388 the variable `nxml-enabled-unicode-blocks'.
19389
19390 \(fn)" t nil)
19391
19392 ;;;***
19393 \f
19394 ;;;### (autoloads (inferior-octave) "octave-inf" "progmodes/octave-inf.el"
19395 ;;;;;; (20706 54231 807276 0))
19396 ;;; Generated autoloads from progmodes/octave-inf.el
19397
19398 (autoload 'inferior-octave "octave-inf" "\
19399 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
19400 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
19401
19402 Unless ARG is non-nil, switches to this buffer.
19403
19404 The elements of the list `inferior-octave-startup-args' are sent as
19405 command line arguments to the inferior Octave process on startup.
19406
19407 Additional commands to be executed on startup can be provided either in
19408 the file specified by `inferior-octave-startup-file' or by the default
19409 startup file, `~/.emacs-octave'.
19410
19411 \(fn &optional ARG)" t nil)
19412
19413 (defalias 'run-octave 'inferior-octave)
19414
19415 ;;;***
19416 \f
19417 ;;;### (autoloads (octave-mode) "octave-mod" "progmodes/octave-mod.el"
19418 ;;;;;; (20706 54231 807276 0))
19419 ;;; Generated autoloads from progmodes/octave-mod.el
19420
19421 (autoload 'octave-mode "octave-mod" "\
19422 Major mode for editing Octave code.
19423
19424 This mode makes it easier to write Octave code by helping with
19425 indentation, doing some of the typing for you (with Abbrev mode) and by
19426 showing keywords, comments, strings, etc. in different faces (with
19427 Font Lock mode on terminals that support it).
19428
19429 Octave itself is a high-level language, primarily intended for numerical
19430 computations. It provides a convenient command line interface for
19431 solving linear and nonlinear problems numerically. Function definitions
19432 can also be stored in files, and it can be used in a batch mode (which
19433 is why you need this mode!).
19434
19435 The latest released version of Octave is always available via anonymous
19436 ftp from ftp.octave.org in the directory `/pub/octave'. Complete
19437 source and binaries for several popular systems are available.
19438
19439 Type \\[list-abbrevs] to display the built-in abbrevs for Octave keywords.
19440
19441 Keybindings
19442 ===========
19443
19444 \\{octave-mode-map}
19445
19446 Variables you can use to customize Octave mode
19447 ==============================================
19448
19449 `octave-blink-matching-block'
19450 Non-nil means show matching begin of block when inserting a space,
19451 newline or semicolon after an else or end keyword. Default is t.
19452
19453 `octave-block-offset'
19454 Extra indentation applied to statements in block structures.
19455 Default is 2.
19456
19457 `octave-continuation-offset'
19458 Extra indentation applied to Octave continuation lines.
19459 Default is 4.
19460
19461 `octave-continuation-string'
19462 String used for Octave continuation lines.
19463 Default is a backslash.
19464
19465 `octave-send-echo-input'
19466 Non-nil means always display `inferior-octave-buffer' after sending a
19467 command to the inferior Octave process.
19468
19469 `octave-send-line-auto-forward'
19470 Non-nil means always go to the next unsent line of Octave code after
19471 sending a line to the inferior Octave process.
19472
19473 `octave-send-echo-input'
19474 Non-nil means echo input sent to the inferior Octave process.
19475
19476 Turning on Octave mode runs the hook `octave-mode-hook'.
19477
19478 To begin using this mode for all `.m' files that you edit, add the
19479 following lines to your init file:
19480
19481 (add-to-list 'auto-mode-alist '(\"\\\\.m\\\\'\" . octave-mode))
19482
19483 To automatically turn on the abbrev and auto-fill features,
19484 add the following lines to your init file as well:
19485
19486 (add-hook 'octave-mode-hook
19487 (lambda ()
19488 (abbrev-mode 1)
19489 (auto-fill-mode 1)))
19490
19491 To submit a problem report, enter \\[octave-submit-bug-report] from an Octave mode buffer.
19492 This automatically sets up a mail buffer with version information
19493 already added. You just need to add a description of the problem,
19494 including a reproducible test case and send the message.
19495
19496 \(fn)" t nil)
19497
19498 ;;;***
19499 \f
19500 ;;;### (autoloads (org-customize org-reload org-submit-bug-report
19501 ;;;;;; org-cycle-agenda-files org-switchb org-open-link-from-string
19502 ;;;;;; org-open-at-point-global org-insert-link-global org-store-link
19503 ;;;;;; org-run-like-in-org-mode turn-on-orgstruct++ turn-on-orgstruct
19504 ;;;;;; orgstruct-mode org-global-cycle org-cycle org-mode org-clock-persistence-insinuate
19505 ;;;;;; turn-on-orgtbl org-version org-babel-do-load-languages) "org"
19506 ;;;;;; "org/org.el" (20706 54231 807276 0))
19507 ;;; Generated autoloads from org/org.el
19508
19509 (autoload 'org-babel-do-load-languages "org" "\
19510 Load the languages defined in `org-babel-load-languages'.
19511
19512 \(fn SYM VALUE)" nil nil)
19513
19514 (autoload 'org-version "org" "\
19515 Show the org-mode version in the echo area.
19516 With prefix argument HERE, insert it at point.
19517 When FULL is non-nil, use a verbose version string.
19518 When MESSAGE is non-nil, display a message with the version.
19519
19520 \(fn &optional HERE FULL MESSAGE)" t nil)
19521
19522 (autoload 'turn-on-orgtbl "org" "\
19523 Unconditionally turn on `orgtbl-mode'.
19524
19525 \(fn)" nil nil)
19526
19527 (autoload 'org-clock-persistence-insinuate "org" "\
19528 Set up hooks for clock persistence.
19529
19530 \(fn)" nil nil)
19531
19532 (autoload 'org-mode "org" "\
19533 Outline-based notes management and organizer, alias
19534 \"Carsten's outline-mode for keeping track of everything.\"
19535
19536 Org-mode develops organizational tasks around a NOTES file which
19537 contains information about projects as plain text. Org-mode is
19538 implemented on top of outline-mode, which is ideal to keep the content
19539 of large files well structured. It supports ToDo items, deadlines and
19540 time stamps, which magically appear in the diary listing of the Emacs
19541 calendar. Tables are easily created with a built-in table editor.
19542 Plain text URL-like links connect to websites, emails (VM), Usenet
19543 messages (Gnus), BBDB entries, and any files related to the project.
19544 For printing and sharing of notes, an Org-mode file (or a part of it)
19545 can be exported as a structured ASCII or HTML file.
19546
19547 The following commands are available:
19548
19549 \\{org-mode-map}
19550
19551 \(fn)" t nil)
19552
19553 (autoload 'org-cycle "org" "\
19554 TAB-action and visibility cycling for Org-mode.
19555
19556 This is the command invoked in Org-mode by the TAB key. Its main purpose
19557 is outline visibility cycling, but it also invokes other actions
19558 in special contexts.
19559
19560 - When this function is called with a prefix argument, rotate the entire
19561 buffer through 3 states (global cycling)
19562 1. OVERVIEW: Show only top-level headlines.
19563 2. CONTENTS: Show all headlines of all levels, but no body text.
19564 3. SHOW ALL: Show everything.
19565 When called with two `C-u C-u' prefixes, switch to the startup visibility,
19566 determined by the variable `org-startup-folded', and by any VISIBILITY
19567 properties in the buffer.
19568 When called with three `C-u C-u C-u' prefixed, show the entire buffer,
19569 including any drawers.
19570
19571 - When inside a table, re-align the table and move to the next field.
19572
19573 - When point is at the beginning of a headline, rotate the subtree started
19574 by this line through 3 different states (local cycling)
19575 1. FOLDED: Only the main headline is shown.
19576 2. CHILDREN: The main headline and the direct children are shown.
19577 From this state, you can move to one of the children
19578 and zoom in further.
19579 3. SUBTREE: Show the entire subtree, including body text.
19580 If there is no subtree, switch directly from CHILDREN to FOLDED.
19581
19582 - When point is at the beginning of an empty headline and the variable
19583 `org-cycle-level-after-item/entry-creation' is set, cycle the level
19584 of the headline by demoting and promoting it to likely levels. This
19585 speeds up creation document structure by pressing TAB once or several
19586 times right after creating a new headline.
19587
19588 - When there is a numeric prefix, go up to a heading with level ARG, do
19589 a `show-subtree' and return to the previous cursor position. If ARG
19590 is negative, go up that many levels.
19591
19592 - When point is not at the beginning of a headline, execute the global
19593 binding for TAB, which is re-indenting the line. See the option
19594 `org-cycle-emulate-tab' for details.
19595
19596 - Special case: if point is at the beginning of the buffer and there is
19597 no headline in line 1, this function will act as if called with prefix arg
19598 (C-u TAB, same as S-TAB) also when called without prefix arg.
19599 But only if also the variable `org-cycle-global-at-bob' is t.
19600
19601 \(fn &optional ARG)" t nil)
19602
19603 (autoload 'org-global-cycle "org" "\
19604 Cycle the global visibility. For details see `org-cycle'.
19605 With \\[universal-argument] prefix arg, switch to startup visibility.
19606 With a numeric prefix, show all headlines up to that level.
19607
19608 \(fn &optional ARG)" t nil)
19609
19610 (autoload 'orgstruct-mode "org" "\
19611 Toggle the minor mode `orgstruct-mode'.
19612 This mode is for using Org-mode structure commands in other
19613 modes. The following keys behave as if Org-mode were active, if
19614 the cursor is on a headline, or on a plain list item (both as
19615 defined by Org-mode).
19616
19617 M-up Move entry/item up
19618 M-down Move entry/item down
19619 M-left Promote
19620 M-right Demote
19621 M-S-up Move entry/item up
19622 M-S-down Move entry/item down
19623 M-S-left Promote subtree
19624 M-S-right Demote subtree
19625 M-q Fill paragraph and items like in Org-mode
19626 C-c ^ Sort entries
19627 C-c - Cycle list bullet
19628 TAB Cycle item visibility
19629 M-RET Insert new heading/item
19630 S-M-RET Insert new TODO heading / Checkbox item
19631 C-c C-c Set tags / toggle checkbox
19632
19633 \(fn &optional ARG)" t nil)
19634
19635 (autoload 'turn-on-orgstruct "org" "\
19636 Unconditionally turn on `orgstruct-mode'.
19637
19638 \(fn)" nil nil)
19639
19640 (autoload 'turn-on-orgstruct++ "org" "\
19641 Unconditionally turn on `orgstruct++-mode'.
19642
19643 \(fn)" nil nil)
19644
19645 (autoload 'org-run-like-in-org-mode "org" "\
19646 Run a command, pretending that the current buffer is in Org-mode.
19647 This will temporarily bind local variables that are typically bound in
19648 Org-mode to the values they have in Org-mode, and then interactively
19649 call CMD.
19650
19651 \(fn CMD)" nil nil)
19652
19653 (autoload 'org-store-link "org" "\
19654 \\<org-mode-map>Store an org-link to the current location.
19655 This link is added to `org-stored-links' and can later be inserted
19656 into an org-buffer with \\[org-insert-link].
19657
19658 For some link types, a prefix arg is interpreted:
19659 For links to usenet articles, arg negates `org-gnus-prefer-web-links'.
19660 For file links, arg negates `org-context-in-file-links'.
19661
19662 \(fn ARG)" t nil)
19663
19664 (autoload 'org-insert-link-global "org" "\
19665 Insert a link like Org-mode does.
19666 This command can be called in any mode to insert a link in Org-mode syntax.
19667
19668 \(fn)" t nil)
19669
19670 (autoload 'org-open-at-point-global "org" "\
19671 Follow a link like Org-mode does.
19672 This command can be called in any mode to follow a link that has
19673 Org-mode syntax.
19674
19675 \(fn)" t nil)
19676
19677 (autoload 'org-open-link-from-string "org" "\
19678 Open a link in the string S, as if it was in Org-mode.
19679
19680 \(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19681
19682 (autoload 'org-switchb "org" "\
19683 Switch between Org buffers.
19684 With one prefix argument, restrict available buffers to files.
19685 With two prefix arguments, restrict available buffers to agenda files.
19686
19687 Defaults to `iswitchb' for buffer name completion.
19688 Set `org-completion-use-ido' to make it use ido instead.
19689
19690 \(fn &optional ARG)" t nil)
19691
19692 (defalias 'org-ido-switchb 'org-switchb)
19693
19694 (defalias 'org-iswitchb 'org-switchb)
19695
19696 (autoload 'org-cycle-agenda-files "org" "\
19697 Cycle through the files in `org-agenda-files'.
19698 If the current buffer visits an agenda file, find the next one in the list.
19699 If the current buffer does not, find the first agenda file.
19700
19701 \(fn)" t nil)
19702
19703 (autoload 'org-submit-bug-report "org" "\
19704 Submit a bug report on Org-mode via mail.
19705
19706 Don't hesitate to report any problems or inaccurate documentation.
19707
19708 If you don't have setup sending mail from (X)Emacs, please copy the
19709 output buffer into your mail program, as it gives us important
19710 information about your Org-mode version and configuration.
19711
19712 \(fn)" t nil)
19713
19714 (autoload 'org-reload "org" "\
19715 Reload all org lisp files.
19716 With prefix arg UNCOMPILED, load the uncompiled versions.
19717
19718 \(fn &optional UNCOMPILED)" t nil)
19719
19720 (autoload 'org-customize "org" "\
19721 Call the customize function with org as argument.
19722
19723 \(fn)" t nil)
19724
19725 ;;;***
19726 \f
19727 ;;;### (autoloads (org-agenda-to-appt org-calendar-goto-agenda org-diary
19728 ;;;;;; org-agenda-list-stuck-projects org-tags-view org-todo-list
19729 ;;;;;; org-search-view org-agenda-list org-batch-store-agenda-views
19730 ;;;;;; org-store-agenda-views org-batch-agenda-csv org-batch-agenda
19731 ;;;;;; org-agenda org-toggle-sticky-agenda) "org-agenda" "org/org-agenda.el"
19732 ;;;;;; (20706 54231 807276 0))
19733 ;;; Generated autoloads from org/org-agenda.el
19734
19735 (autoload 'org-toggle-sticky-agenda "org-agenda" "\
19736 Toggle `org-agenda-sticky'.
19737
19738 \(fn &optional ARG)" t nil)
19739
19740 (autoload 'org-agenda "org-agenda" "\
19741 Dispatch agenda commands to collect entries to the agenda buffer.
19742 Prompts for a command to execute. Any prefix arg will be passed
19743 on to the selected command. The default selections are:
19744
19745 a Call `org-agenda-list' to display the agenda for current day or week.
19746 t Call `org-todo-list' to display the global todo list.
19747 T Call `org-todo-list' to display the global todo list, select only
19748 entries with a specific TODO keyword (the user gets a prompt).
19749 m Call `org-tags-view' to display headlines with tags matching
19750 a condition (the user is prompted for the condition).
19751 M Like `m', but select only TODO entries, no ordinary headlines.
19752 L Create a timeline for the current buffer.
19753 e Export views to associated files.
19754 s Search entries for keywords.
19755 S Search entries for keywords, only with TODO keywords.
19756 / Multi occur across all agenda files and also files listed
19757 in `org-agenda-text-search-extra-files'.
19758 < Restrict agenda commands to buffer, subtree, or region.
19759 Press several times to get the desired effect.
19760 > Remove a previous restriction.
19761 # List \"stuck\" projects.
19762 ! Configure what \"stuck\" means.
19763 C Configure custom agenda commands.
19764
19765 More commands can be added by configuring the variable
19766 `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
19767 searches can be pre-defined in this way.
19768
19769 If the current buffer is in Org-mode and visiting a file, you can also
19770 first press `<' once to indicate that the agenda should be temporarily
19771 \(until the next use of \\[org-agenda]) restricted to the current file.
19772 Pressing `<' twice means to restrict to the current subtree or region
19773 \(if active).
19774
19775 \(fn &optional ARG ORG-KEYS RESTRICTION)" t nil)
19776
19777 (autoload 'org-batch-agenda "org-agenda" "\
19778 Run an agenda command in batch mode and send the result to STDOUT.
19779 If CMD-KEY is a string of length 1, it is used as a key in
19780 `org-agenda-custom-commands' and triggers this command. If it is a
19781 longer string it is used as a tags/todo match string.
19782 Parameters are alternating variable names and values that will be bound
19783 before running the agenda command.
19784
19785 \(fn CMD-KEY &rest PARAMETERS)" nil t)
19786
19787 (autoload 'org-batch-agenda-csv "org-agenda" "\
19788 Run an agenda command in batch mode and send the result to STDOUT.
19789 If CMD-KEY is a string of length 1, it is used as a key in
19790 `org-agenda-custom-commands' and triggers this command. If it is a
19791 longer string it is used as a tags/todo match string.
19792 Parameters are alternating variable names and values that will be bound
19793 before running the agenda command.
19794
19795 The output gives a line for each selected agenda item. Each
19796 item is a list of comma-separated values, like this:
19797
19798 category,head,type,todo,tags,date,time,extra,priority-l,priority-n
19799
19800 category The category of the item
19801 head The headline, without TODO kwd, TAGS and PRIORITY
19802 type The type of the agenda entry, can be
19803 todo selected in TODO match
19804 tagsmatch selected in tags match
19805 diary imported from diary
19806 deadline a deadline on given date
19807 scheduled scheduled on given date
19808 timestamp entry has timestamp on given date
19809 closed entry was closed on given date
19810 upcoming-deadline warning about deadline
19811 past-scheduled forwarded scheduled item
19812 block entry has date block including g. date
19813 todo The todo keyword, if any
19814 tags All tags including inherited ones, separated by colons
19815 date The relevant date, like 2007-2-14
19816 time The time, like 15:00-16:50
19817 extra Sting with extra planning info
19818 priority-l The priority letter if any was given
19819 priority-n The computed numerical priority
19820 agenda-day The day in the agenda where this is listed
19821
19822 \(fn CMD-KEY &rest PARAMETERS)" nil t)
19823
19824 (autoload 'org-store-agenda-views "org-agenda" "\
19825
19826
19827 \(fn &rest PARAMETERS)" t nil)
19828
19829 (autoload 'org-batch-store-agenda-views "org-agenda" "\
19830 Run all custom agenda commands that have a file argument.
19831
19832 \(fn &rest PARAMETERS)" nil t)
19833
19834 (autoload 'org-agenda-list "org-agenda" "\
19835 Produce a daily/weekly view from all files in variable `org-agenda-files'.
19836 The view will be for the current day or week, but from the overview buffer
19837 you will be able to go to other days/weeks.
19838
19839 With a numeric prefix argument in an interactive call, the agenda will
19840 span ARG days. Lisp programs should instead specify SPAN to change
19841 the number of days. SPAN defaults to `org-agenda-span'.
19842
19843 START-DAY defaults to TODAY, or to the most recent match for the weekday
19844 given in `org-agenda-start-on-weekday'.
19845
19846 \(fn &optional ARG START-DAY SPAN)" t nil)
19847
19848 (autoload 'org-search-view "org-agenda" "\
19849 Show all entries that contain a phrase or words or regular expressions.
19850
19851 With optional prefix argument TODO-ONLY, only consider entries that are
19852 TODO entries. The argument STRING can be used to pass a default search
19853 string into this function. If EDIT-AT is non-nil, it means that the
19854 user should get a chance to edit this string, with cursor at position
19855 EDIT-AT.
19856
19857 The search string can be viewed either as a phrase that should be found as
19858 is, or it can be broken into a number of snippets, each of which must match
19859 in a Boolean way to select an entry. The default depends on the variable
19860 `org-agenda-search-view-always-boolean'.
19861 Even if this is turned off (the default) you can always switch to
19862 Boolean search dynamically by preceding the first word with \"+\" or \"-\".
19863
19864 The default is a direct search of the whole phrase, where each space in
19865 the search string can expand to an arbitrary amount of whitespace,
19866 including newlines.
19867
19868 If using a Boolean search, the search string is split on whitespace and
19869 each snippet is searched separately, with logical AND to select an entry.
19870 Words prefixed with a minus must *not* occur in the entry. Words without
19871 a prefix or prefixed with a plus must occur in the entry. Matching is
19872 case-insensitive. Words are enclosed by word delimiters (i.e. they must
19873 match whole words, not parts of a word) if
19874 `org-agenda-search-view-force-full-words' is set (default is nil).
19875
19876 Boolean search snippets enclosed by curly braces are interpreted as
19877 regular expressions that must or (when preceded with \"-\") must not
19878 match in the entry. Snippets enclosed into double quotes will be taken
19879 as a whole, to include whitespace.
19880
19881 - If the search string starts with an asterisk, search only in headlines.
19882 - If (possibly after the leading star) the search string starts with an
19883 exclamation mark, this also means to look at TODO entries only, an effect
19884 that can also be achieved with a prefix argument.
19885 - If (possibly after star and exclamation mark) the search string starts
19886 with a colon, this will mean that the (non-regexp) snippets of the
19887 Boolean search must match as full words.
19888
19889 This command searches the agenda files, and in addition the files listed
19890 in `org-agenda-text-search-extra-files'.
19891
19892 \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
19893
19894 (autoload 'org-todo-list "org-agenda" "\
19895 Show all (not done) TODO entries from all agenda file in a single list.
19896 The prefix arg can be used to select a specific TODO keyword and limit
19897 the list to these. When using \\[universal-argument], you will be prompted
19898 for a keyword. A numeric prefix directly selects the Nth keyword in
19899 `org-todo-keywords-1'.
19900
19901 \(fn &optional ARG)" t nil)
19902
19903 (autoload 'org-tags-view "org-agenda" "\
19904 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
19905 The prefix arg TODO-ONLY limits the search to TODO entries.
19906
19907 \(fn &optional TODO-ONLY MATCH)" t nil)
19908
19909 (autoload 'org-agenda-list-stuck-projects "org-agenda" "\
19910 Create agenda view for projects that are stuck.
19911 Stuck projects are project that have no next actions. For the definitions
19912 of what a project is and how to check if it stuck, customize the variable
19913 `org-stuck-projects'.
19914
19915 \(fn &rest IGNORE)" t nil)
19916
19917 (autoload 'org-diary "org-agenda" "\
19918 Return diary information from org files.
19919 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
19920 It accesses org files and extracts information from those files to be
19921 listed in the diary. The function accepts arguments specifying what
19922 items should be listed. For a list of arguments allowed here, see the
19923 variable `org-agenda-entry-types'.
19924
19925 The call in the diary file should look like this:
19926
19927 &%%(org-diary) ~/path/to/some/orgfile.org
19928
19929 Use a separate line for each org file to check. Or, if you omit the file name,
19930 all files listed in `org-agenda-files' will be checked automatically:
19931
19932 &%%(org-diary)
19933
19934 If you don't give any arguments (as in the example above), the default
19935 arguments (:deadline :scheduled :timestamp :sexp) are used.
19936 So the example above may also be written as
19937
19938 &%%(org-diary :deadline :timestamp :sexp :scheduled)
19939
19940 The function expects the lisp variables `entry' and `date' to be provided
19941 by the caller, because this is how the calendar works. Don't use this
19942 function from a program - use `org-agenda-get-day-entries' instead.
19943
19944 \(fn &rest ARGS)" nil nil)
19945
19946 (autoload 'org-calendar-goto-agenda "org-agenda" "\
19947 Compute the Org-mode agenda for the calendar date displayed at the cursor.
19948 This is a command that has to be installed in `calendar-mode-map'.
19949
19950 \(fn)" t nil)
19951
19952 (autoload 'org-agenda-to-appt "org-agenda" "\
19953 Activate appointments found in `org-agenda-files'.
19954 With a \\[universal-argument] prefix, refresh the list of
19955 appointments.
19956
19957 If FILTER is t, interactively prompt the user for a regular
19958 expression, and filter out entries that don't match it.
19959
19960 If FILTER is a string, use this string as a regular expression
19961 for filtering entries out.
19962
19963 If FILTER is a function, filter out entries against which
19964 calling the function returns nil. This function takes one
19965 argument: an entry from `org-agenda-get-day-entries'.
19966
19967 FILTER can also be an alist with the car of each cell being
19968 either 'headline or 'category. For example:
19969
19970 '((headline \"IMPORTANT\")
19971 (category \"Work\"))
19972
19973 will only add headlines containing IMPORTANT or headlines
19974 belonging to the \"Work\" category.
19975
19976 ARGS are symbols indicating what kind of entries to consider.
19977 By default `org-agenda-to-appt' will use :deadline, :scheduled
19978 and :timestamp entries. See the docstring of `org-diary' for
19979 details and examples.
19980
19981 If an entry as a APPT_WARNTIME property, its value will be used
19982 to override `appt-message-warning-time'.
19983
19984 \(fn &optional REFRESH FILTER &rest ARGS)" t nil)
19985
19986 ;;;***
19987 \f
19988 ;;;### (autoloads (org-beamer-mode org-beamer-sectioning) "org-beamer"
19989 ;;;;;; "org/org-beamer.el" (20706 54231 807276 0))
19990 ;;; Generated autoloads from org/org-beamer.el
19991
19992 (autoload 'org-beamer-sectioning "org-beamer" "\
19993 Return the sectioning entry for the current headline.
19994 LEVEL is the reduced level of the headline.
19995 TEXT is the text of the headline, everything except the leading stars.
19996 The return value is a cons cell. The car is the headline text, usually
19997 just TEXT, but possibly modified if options have been extracted from the
19998 text. The cdr is the sectioning entry, similar to what is given
19999 in org-export-latex-classes.
20000
20001 \(fn LEVEL TEXT)" nil nil)
20002
20003 (autoload 'org-beamer-mode "org-beamer" "\
20004 Special support for editing Org-mode files made to export to beamer.
20005
20006 \(fn &optional ARG)" t nil)
20007
20008 ;;;***
20009 \f
20010 ;;;### (autoloads (org-capture-import-remember-templates org-capture
20011 ;;;;;; org-capture-string) "org-capture" "org/org-capture.el" (20706
20012 ;;;;;; 54231 807276 0))
20013 ;;; Generated autoloads from org/org-capture.el
20014
20015 (autoload 'org-capture-string "org-capture" "\
20016
20017
20018 \(fn STRING &optional KEYS)" t nil)
20019
20020 (autoload 'org-capture "org-capture" "\
20021 Capture something.
20022 \\<org-capture-mode-map>
20023 This will let you select a template from `org-capture-templates', and then
20024 file the newly captured information. The text is immediately inserted
20025 at the target location, and an indirect buffer is shown where you can
20026 edit it. Pressing \\[org-capture-finalize] brings you back to the previous state
20027 of Emacs, so that you can continue your work.
20028
20029 When called interactively with a \\[universal-argument] prefix argument GOTO, don't capture
20030 anything, just go to the file/headline where the selected template
20031 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last note
20032 stored.
20033
20034 When called with a `C-0' (zero) prefix, insert a template at point.
20035
20036 Lisp programs can set KEYS to a string associated with a template
20037 in `org-capture-templates'. In this case, interactive selection
20038 will be bypassed.
20039
20040 If `org-capture-use-agenda-date' is non-nil, capturing from the
20041 agenda will use the date at point as the default date.
20042
20043 \(fn &optional GOTO KEYS)" t nil)
20044
20045 (autoload 'org-capture-import-remember-templates "org-capture" "\
20046 Set org-capture-templates to be similar to `org-remember-templates'.
20047
20048 \(fn)" t nil)
20049
20050 ;;;***
20051 \f
20052 ;;;### (autoloads (org-agenda-columns org-insert-columns-dblock org-dblock-write:columnview
20053 ;;;;;; org-columns) "org-colview" "org/org-colview.el" (20706 54231
20054 ;;;;;; 807276 0))
20055 ;;; Generated autoloads from org/org-colview.el
20056
20057 (autoload 'org-columns "org-colview" "\
20058 Turn on column view on an org-mode file.
20059 When COLUMNS-FMT-STRING is non-nil, use it as the column format.
20060
20061 \(fn &optional COLUMNS-FMT-STRING)" t nil)
20062
20063 (autoload 'org-dblock-write:columnview "org-colview" "\
20064 Write the column view table.
20065 PARAMS is a property list of parameters:
20066
20067 :width enforce same column widths with <N> specifiers.
20068 :id the :ID: property of the entry where the columns view
20069 should be built. When the symbol `local', call locally.
20070 When `global' call column view with the cursor at the beginning
20071 of the buffer (usually this means that the whole buffer switches
20072 to column view). When \"file:path/to/file.org\", invoke column
20073 view at the start of that file. Otherwise, the ID is located
20074 using `org-id-find'.
20075 :hlines When t, insert a hline before each item. When a number, insert
20076 a hline before each level <= that number.
20077 :vlines When t, make each column a colgroup to enforce vertical lines.
20078 :maxlevel When set to a number, don't capture headlines below this level.
20079 :skip-empty-rows
20080 When t, skip rows where all specifiers other than ITEM are empty.
20081 :format When non-nil, specify the column view format to use.
20082
20083 \(fn PARAMS)" nil nil)
20084
20085 (autoload 'org-insert-columns-dblock "org-colview" "\
20086 Create a dynamic block capturing a column view table.
20087
20088 \(fn)" t nil)
20089
20090 (autoload 'org-agenda-columns "org-colview" "\
20091 Turn on or update column view in the agenda.
20092
20093 \(fn)" t nil)
20094
20095 ;;;***
20096 \f
20097 ;;;### (autoloads (org-check-version) "org-compat" "org/org-compat.el"
20098 ;;;;;; (20706 54231 807276 0))
20099 ;;; Generated autoloads from org/org-compat.el
20100
20101 (autoload 'org-check-version "org-compat" "\
20102 Try very hard to provide sensible version strings.
20103
20104 \(fn)" nil t)
20105
20106 ;;;***
20107 \f
20108 ;;;### (autoloads (org-git-version org-release) "org-version" "org/org-version.el"
20109 ;;;;;; (20680 52801 789133 0))
20110 ;;; Generated autoloads from org/org-version.el
20111
20112 (autoload 'org-release "org-version" "\
20113 The release version of org-mode.
20114 Inserted by installing org-mode or when a release is made.
20115
20116 \(fn)" nil nil)
20117
20118 (autoload 'org-git-version "org-version" "\
20119 The Git version of org-mode.
20120 Inserted by installing org-mode or when a release is made.
20121
20122 \(fn)" nil nil)
20123
20124 (defvar org-odt-data-dir "/usr/share/emacs/etc/org" "\
20125 The location of ODT styles.")
20126
20127 ;;;***
20128 \f
20129 ;;;### (autoloads (outline-minor-mode outline-mode) "outline" "outline.el"
20130 ;;;;;; (20706 54231 807276 0))
20131 ;;; Generated autoloads from outline.el
20132 (put 'outline-regexp 'safe-local-variable 'stringp)
20133 (put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
20134
20135 (autoload 'outline-mode "outline" "\
20136 Set major mode for editing outlines with selective display.
20137 Headings are lines which start with asterisks: one for major headings,
20138 two for subheadings, etc. Lines not starting with asterisks are body lines.
20139
20140 Body text or subheadings under a heading can be made temporarily
20141 invisible, or visible again. Invisible lines are attached to the end
20142 of the heading, so they move with it, if the line is killed and yanked
20143 back. A heading with text hidden under it is marked with an ellipsis (...).
20144
20145 Commands:\\<outline-mode-map>
20146 \\[outline-next-visible-heading] outline-next-visible-heading move by visible headings
20147 \\[outline-previous-visible-heading] outline-previous-visible-heading
20148 \\[outline-forward-same-level] outline-forward-same-level similar but skip subheadings
20149 \\[outline-backward-same-level] outline-backward-same-level
20150 \\[outline-up-heading] outline-up-heading move from subheading to heading
20151
20152 \\[hide-body] make all text invisible (not headings).
20153 \\[show-all] make everything in buffer visible.
20154 \\[hide-sublevels] make only the first N levels of headers visible.
20155
20156 The remaining commands are used when point is on a heading line.
20157 They apply to some of the body or subheadings of that heading.
20158 \\[hide-subtree] hide-subtree make body and subheadings invisible.
20159 \\[show-subtree] show-subtree make body and subheadings visible.
20160 \\[show-children] show-children make direct subheadings visible.
20161 No effect on body, or subheadings 2 or more levels down.
20162 With arg N, affects subheadings N levels down.
20163 \\[hide-entry] make immediately following body invisible.
20164 \\[show-entry] make it visible.
20165 \\[hide-leaves] make body under heading and under its subheadings invisible.
20166 The subheadings remain visible.
20167 \\[show-branches] make all subheadings at all levels visible.
20168
20169 The variable `outline-regexp' can be changed to control what is a heading.
20170 A line is a heading if `outline-regexp' matches something at the
20171 beginning of the line. The longer the match, the deeper the level.
20172
20173 Turning on outline mode calls the value of `text-mode-hook' and then of
20174 `outline-mode-hook', if they are non-nil.
20175
20176 \(fn)" t nil)
20177
20178 (autoload 'outline-minor-mode "outline" "\
20179 Toggle Outline minor mode.
20180 With a prefix argument ARG, enable Outline minor mode if ARG is
20181 positive, and disable it otherwise. If called from Lisp, enable
20182 the mode if ARG is omitted or nil.
20183
20184 See the command `outline-mode' for more information on this mode.
20185
20186 \(fn &optional ARG)" t nil)
20187 (put 'outline-level 'risky-local-variable t)
20188
20189 ;;;***
20190 \f
20191 ;;;### (autoloads (list-packages describe-package package-initialize
20192 ;;;;;; package-refresh-contents package-install-file package-install-from-buffer
20193 ;;;;;; package-install package-enable-at-startup) "package" "emacs-lisp/package.el"
20194 ;;;;;; (20706 54231 807276 0))
20195 ;;; Generated autoloads from emacs-lisp/package.el
20196
20197 (defvar package-enable-at-startup t "\
20198 Whether to activate installed packages when Emacs starts.
20199 If non-nil, packages are activated after reading the init file
20200 and before `after-init-hook'. Activation is not done if
20201 `user-init-file' is nil (e.g. Emacs was started with \"-q\").
20202
20203 Even if the value is nil, you can type \\[package-initialize] to
20204 activate the package system at any time.")
20205
20206 (custom-autoload 'package-enable-at-startup "package" t)
20207
20208 (autoload 'package-install "package" "\
20209 Install the package named NAME.
20210 NAME should be the name of one of the available packages in an
20211 archive in `package-archives'. Interactively, prompt for NAME.
20212
20213 \(fn NAME)" t nil)
20214
20215 (autoload 'package-install-from-buffer "package" "\
20216 Install a package from the current buffer.
20217 When called interactively, the current buffer is assumed to be a
20218 single .el file that follows the packaging guidelines; see info
20219 node `(elisp)Packaging'.
20220
20221 When called from Lisp, PKG-INFO is a vector describing the
20222 information, of the type returned by `package-buffer-info'; and
20223 TYPE is the package type (either `single' or `tar').
20224
20225 \(fn PKG-INFO TYPE)" t nil)
20226
20227 (autoload 'package-install-file "package" "\
20228 Install a package from a file.
20229 The file can either be a tar file or an Emacs Lisp file.
20230
20231 \(fn FILE)" t nil)
20232
20233 (autoload 'package-refresh-contents "package" "\
20234 Download the ELPA archive description if needed.
20235 This informs Emacs about the latest versions of all packages, and
20236 makes them available for download.
20237
20238 \(fn)" t nil)
20239
20240 (autoload 'package-initialize "package" "\
20241 Load Emacs Lisp packages, and activate them.
20242 The variable `package-load-list' controls which packages to load.
20243 If optional arg NO-ACTIVATE is non-nil, don't activate packages.
20244
20245 \(fn &optional NO-ACTIVATE)" t nil)
20246
20247 (autoload 'describe-package "package" "\
20248 Display the full documentation of PACKAGE (a symbol).
20249
20250 \(fn PACKAGE)" t nil)
20251
20252 (autoload 'list-packages "package" "\
20253 Display a list of packages.
20254 This first fetches the updated list of packages before
20255 displaying, unless a prefix argument NO-FETCH is specified.
20256 The list is displayed in a buffer named `*Packages*'.
20257
20258 \(fn &optional NO-FETCH)" t nil)
20259
20260 (defalias 'package-list-packages 'list-packages)
20261
20262 ;;;***
20263 \f
20264 ;;;### (autoloads (show-paren-mode) "paren" "paren.el" (20706 54231
20265 ;;;;;; 807276 0))
20266 ;;; Generated autoloads from paren.el
20267
20268 (defvar show-paren-mode nil "\
20269 Non-nil if Show-Paren mode is enabled.
20270 See the command `show-paren-mode' for a description of this minor mode.
20271 Setting this variable directly does not take effect;
20272 either customize it (see the info node `Easy Customization')
20273 or call the function `show-paren-mode'.")
20274
20275 (custom-autoload 'show-paren-mode "paren" nil)
20276
20277 (autoload 'show-paren-mode "paren" "\
20278 Toggle visualization of matching parens (Show Paren mode).
20279 With a prefix argument ARG, enable Show Paren mode if ARG is
20280 positive, and disable it otherwise. If called from Lisp, enable
20281 the mode if ARG is omitted or nil.
20282
20283 Show Paren mode is a global minor mode. When enabled, any
20284 matching parenthesis is highlighted in `show-paren-style' after
20285 `show-paren-delay' seconds of Emacs idle time.
20286
20287 \(fn &optional ARG)" t nil)
20288
20289 ;;;***
20290 \f
20291 ;;;### (autoloads (parse-time-string) "parse-time" "calendar/parse-time.el"
20292 ;;;;;; (20706 54231 807276 0))
20293 ;;; Generated autoloads from calendar/parse-time.el
20294 (put 'parse-time-rules 'risky-local-variable t)
20295
20296 (autoload 'parse-time-string "parse-time" "\
20297 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
20298 The values are identical to those of `decode-time', but any values that are
20299 unknown are returned as nil.
20300
20301 \(fn STRING)" nil nil)
20302
20303 ;;;***
20304 \f
20305 ;;;### (autoloads (pascal-mode) "pascal" "progmodes/pascal.el" (20706
20306 ;;;;;; 54231 807276 0))
20307 ;;; Generated autoloads from progmodes/pascal.el
20308
20309 (autoload 'pascal-mode "pascal" "\
20310 Major mode for editing Pascal code. \\<pascal-mode-map>
20311 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
20312
20313 \\[completion-at-point] completes the word around current point with respect to position in code
20314 \\[completion-help-at-point] shows all possible completions at this point.
20315
20316 Other useful functions are:
20317
20318 \\[pascal-mark-defun] - Mark function.
20319 \\[pascal-insert-block] - insert begin ... end;
20320 \\[pascal-star-comment] - insert (* ... *)
20321 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
20322 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
20323 \\[pascal-beg-of-defun] - Move to beginning of current function.
20324 \\[pascal-end-of-defun] - Move to end of current function.
20325 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
20326 \\[pascal-outline-mode] - Enter `pascal-outline-mode'.
20327
20328 Variables controlling indentation/edit style:
20329
20330 `pascal-indent-level' (default 3)
20331 Indentation of Pascal statements with respect to containing block.
20332 `pascal-case-indent' (default 2)
20333 Indentation for case statements.
20334 `pascal-auto-newline' (default nil)
20335 Non-nil means automatically newline after semicolons and the punctuation
20336 mark after an end.
20337 `pascal-indent-nested-functions' (default t)
20338 Non-nil means nested functions are indented.
20339 `pascal-tab-always-indent' (default t)
20340 Non-nil means TAB in Pascal mode should always reindent the current line,
20341 regardless of where in the line point is when the TAB command is used.
20342 `pascal-auto-endcomments' (default t)
20343 Non-nil means a comment { ... } is set after the ends which ends cases and
20344 functions. The name of the function or case will be set between the braces.
20345 `pascal-auto-lineup' (default t)
20346 List of contexts where auto lineup of :'s or ='s should be done.
20347
20348 See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20349 `pascal-separator-keywords'.
20350
20351 Turning on Pascal mode calls the value of the variable pascal-mode-hook with
20352 no args, if that value is non-nil.
20353
20354 \(fn)" t nil)
20355
20356 ;;;***
20357 \f
20358 ;;;### (autoloads (password-in-cache-p password-cache-expiry password-cache)
20359 ;;;;;; "password-cache" "password-cache.el" (20706 54231 807276
20360 ;;;;;; 0))
20361 ;;; Generated autoloads from password-cache.el
20362
20363 (defvar password-cache t "\
20364 Whether to cache passwords.")
20365
20366 (custom-autoload 'password-cache "password-cache" t)
20367
20368 (defvar password-cache-expiry 16 "\
20369 How many seconds passwords are cached, or nil to disable expiring.
20370 Whether passwords are cached at all is controlled by `password-cache'.")
20371
20372 (custom-autoload 'password-cache-expiry "password-cache" t)
20373
20374 (autoload 'password-in-cache-p "password-cache" "\
20375 Check if KEY is in the cache.
20376
20377 \(fn KEY)" nil nil)
20378
20379 ;;;***
20380 \f
20381 ;;;### (autoloads (pcase-let pcase-let* pcase) "pcase" "emacs-lisp/pcase.el"
20382 ;;;;;; (20706 54231 807276 0))
20383 ;;; Generated autoloads from emacs-lisp/pcase.el
20384
20385 (autoload 'pcase "pcase" "\
20386 Perform ML-style pattern matching on EXP.
20387 CASES is a list of elements of the form (UPATTERN CODE...).
20388
20389 UPatterns can take the following forms:
20390 _ matches anything.
20391 SELFQUOTING matches itself. This includes keywords, numbers, and strings.
20392 SYMBOL matches anything and binds it to SYMBOL.
20393 (or UPAT...) matches if any of the patterns matches.
20394 (and UPAT...) matches if all the patterns match.
20395 `QPAT matches if the QPattern QPAT matches.
20396 (pred PRED) matches if PRED applied to the object returns non-nil.
20397 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil.
20398 (let UPAT EXP) matches if EXP matches UPAT.
20399 If a SYMBOL is used twice in the same pattern (i.e. the pattern is
20400 \"non-linear\"), then the second occurrence is turned into an `eq'uality test.
20401
20402 QPatterns can take the following forms:
20403 (QPAT1 . QPAT2) matches if QPAT1 matches the car and QPAT2 the cdr.
20404 ,UPAT matches if the UPattern UPAT matches.
20405 STRING matches if the object is `equal' to STRING.
20406 ATOM matches if the object is `eq' to ATOM.
20407 QPatterns for vectors are not implemented yet.
20408
20409 PRED can take the form
20410 FUNCTION in which case it gets called with one argument.
20411 (FUN ARG1 .. ARGN) in which case it gets called with an N+1'th argument
20412 which is the value being matched.
20413 A PRED of the form FUNCTION is equivalent to one of the form (FUNCTION).
20414 PRED patterns can refer to variables bound earlier in the pattern.
20415 E.g. you can match pairs where the cdr is larger than the car with a pattern
20416 like `(,a . ,(pred (< a))) or, with more checks:
20417 `(,(and a (pred numberp)) . ,(and (pred numberp) (pred (< a))))
20418
20419 \(fn EXP &rest CASES)" nil t)
20420
20421 (put 'pcase 'lisp-indent-function '1)
20422
20423 (autoload 'pcase-let* "pcase" "\
20424 Like `let*' but where you can use `pcase' patterns for bindings.
20425 BODY should be an expression, and BINDINGS should be a list of bindings
20426 of the form (UPAT EXP).
20427
20428 \(fn BINDINGS &rest BODY)" nil t)
20429
20430 (put 'pcase-let* 'lisp-indent-function '1)
20431
20432 (autoload 'pcase-let "pcase" "\
20433 Like `let' but where you can use `pcase' patterns for bindings.
20434 BODY should be a list of expressions, and BINDINGS should be a list of bindings
20435 of the form (UPAT EXP).
20436
20437 \(fn BINDINGS &rest BODY)" nil t)
20438
20439 (put 'pcase-let 'lisp-indent-function '1)
20440
20441 ;;;***
20442 \f
20443 ;;;### (autoloads (pcomplete/cvs) "pcmpl-cvs" "pcmpl-cvs.el" (20706
20444 ;;;;;; 54231 807276 0))
20445 ;;; Generated autoloads from pcmpl-cvs.el
20446
20447 (autoload 'pcomplete/cvs "pcmpl-cvs" "\
20448 Completion rules for the `cvs' command.
20449
20450 \(fn)" nil nil)
20451
20452 ;;;***
20453 \f
20454 ;;;### (autoloads (pcomplete/tar pcomplete/make pcomplete/bzip2 pcomplete/gzip)
20455 ;;;;;; "pcmpl-gnu" "pcmpl-gnu.el" (20706 54231 807276 0))
20456 ;;; Generated autoloads from pcmpl-gnu.el
20457
20458 (autoload 'pcomplete/gzip "pcmpl-gnu" "\
20459 Completion for `gzip'.
20460
20461 \(fn)" nil nil)
20462
20463 (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
20464 Completion for `bzip2'.
20465
20466 \(fn)" nil nil)
20467
20468 (autoload 'pcomplete/make "pcmpl-gnu" "\
20469 Completion for GNU `make'.
20470
20471 \(fn)" nil nil)
20472
20473 (autoload 'pcomplete/tar "pcmpl-gnu" "\
20474 Completion for the GNU tar utility.
20475
20476 \(fn)" nil nil)
20477
20478 (defalias 'pcomplete/gdb 'pcomplete/xargs)
20479
20480 ;;;***
20481 \f
20482 ;;;### (autoloads (pcomplete/mount pcomplete/umount pcomplete/kill)
20483 ;;;;;; "pcmpl-linux" "pcmpl-linux.el" (20706 54231 807276 0))
20484 ;;; Generated autoloads from pcmpl-linux.el
20485
20486 (autoload 'pcomplete/kill "pcmpl-linux" "\
20487 Completion for GNU/Linux `kill', using /proc filesystem.
20488
20489 \(fn)" nil nil)
20490
20491 (autoload 'pcomplete/umount "pcmpl-linux" "\
20492 Completion for GNU/Linux `umount'.
20493
20494 \(fn)" nil nil)
20495
20496 (autoload 'pcomplete/mount "pcmpl-linux" "\
20497 Completion for GNU/Linux `mount'.
20498
20499 \(fn)" nil nil)
20500
20501 ;;;***
20502 \f
20503 ;;;### (autoloads (pcomplete/rpm) "pcmpl-rpm" "pcmpl-rpm.el" (20706
20504 ;;;;;; 54231 807276 0))
20505 ;;; Generated autoloads from pcmpl-rpm.el
20506
20507 (autoload 'pcomplete/rpm "pcmpl-rpm" "\
20508 Completion for the `rpm' command.
20509
20510 \(fn)" nil nil)
20511
20512 ;;;***
20513 \f
20514 ;;;### (autoloads (pcomplete/scp pcomplete/ssh pcomplete/chgrp pcomplete/chown
20515 ;;;;;; pcomplete/which pcomplete/xargs pcomplete/rm pcomplete/rmdir
20516 ;;;;;; pcomplete/cd) "pcmpl-unix" "pcmpl-unix.el" (20706 54231 807276
20517 ;;;;;; 0))
20518 ;;; Generated autoloads from pcmpl-unix.el
20519
20520 (autoload 'pcomplete/cd "pcmpl-unix" "\
20521 Completion for `cd'.
20522
20523 \(fn)" nil nil)
20524
20525 (defalias 'pcomplete/pushd 'pcomplete/cd)
20526
20527 (autoload 'pcomplete/rmdir "pcmpl-unix" "\
20528 Completion for `rmdir'.
20529
20530 \(fn)" nil nil)
20531
20532 (autoload 'pcomplete/rm "pcmpl-unix" "\
20533 Completion for `rm'.
20534
20535 \(fn)" nil nil)
20536
20537 (autoload 'pcomplete/xargs "pcmpl-unix" "\
20538 Completion for `xargs'.
20539
20540 \(fn)" nil nil)
20541
20542 (defalias 'pcomplete/time 'pcomplete/xargs)
20543
20544 (autoload 'pcomplete/which "pcmpl-unix" "\
20545 Completion for `which'.
20546
20547 \(fn)" nil nil)
20548
20549 (autoload 'pcomplete/chown "pcmpl-unix" "\
20550 Completion for the `chown' command.
20551
20552 \(fn)" nil nil)
20553
20554 (autoload 'pcomplete/chgrp "pcmpl-unix" "\
20555 Completion for the `chgrp' command.
20556
20557 \(fn)" nil nil)
20558
20559 (autoload 'pcomplete/ssh "pcmpl-unix" "\
20560 Completion rules for the `ssh' command.
20561
20562 \(fn)" nil nil)
20563
20564 (autoload 'pcomplete/scp "pcmpl-unix" "\
20565 Completion rules for the `scp' command.
20566 Includes files as well as host names followed by a colon.
20567
20568 \(fn)" nil nil)
20569
20570 ;;;***
20571 \f
20572 ;;;### (autoloads (pcomplete-shell-setup pcomplete-comint-setup pcomplete-list
20573 ;;;;;; pcomplete-help pcomplete-expand pcomplete-continue pcomplete-expand-and-complete
20574 ;;;;;; pcomplete-reverse pcomplete) "pcomplete" "pcomplete.el" (20706
20575 ;;;;;; 54231 807276 0))
20576 ;;; Generated autoloads from pcomplete.el
20577
20578 (autoload 'pcomplete "pcomplete" "\
20579 Support extensible programmable completion.
20580 To use this function, just bind the TAB key to it, or add it to your
20581 completion functions list (it should occur fairly early in the list).
20582
20583 \(fn &optional INTERACTIVELY)" t nil)
20584
20585 (autoload 'pcomplete-reverse "pcomplete" "\
20586 If cycling completion is in use, cycle backwards.
20587
20588 \(fn)" t nil)
20589
20590 (autoload 'pcomplete-expand-and-complete "pcomplete" "\
20591 Expand the textual value of the current argument.
20592 This will modify the current buffer.
20593
20594 \(fn)" t nil)
20595
20596 (autoload 'pcomplete-continue "pcomplete" "\
20597 Complete without reference to any cycling completions.
20598
20599 \(fn)" t nil)
20600
20601 (autoload 'pcomplete-expand "pcomplete" "\
20602 Expand the textual value of the current argument.
20603 This will modify the current buffer.
20604
20605 \(fn)" t nil)
20606
20607 (autoload 'pcomplete-help "pcomplete" "\
20608 Display any help information relative to the current argument.
20609
20610 \(fn)" t nil)
20611
20612 (autoload 'pcomplete-list "pcomplete" "\
20613 Show the list of possible completions for the current argument.
20614
20615 \(fn)" t nil)
20616
20617 (autoload 'pcomplete-comint-setup "pcomplete" "\
20618 Setup a comint buffer to use pcomplete.
20619 COMPLETEF-SYM should be the symbol where the
20620 dynamic-complete-functions are kept. For comint mode itself,
20621 this is `comint-dynamic-complete-functions'.
20622
20623 \(fn COMPLETEF-SYM)" nil nil)
20624
20625 (autoload 'pcomplete-shell-setup "pcomplete" "\
20626 Setup `shell-mode' to use pcomplete.
20627
20628 \(fn)" nil nil)
20629
20630 ;;;***
20631 \f
20632 ;;;### (autoloads (cvs-dired-use-hook cvs-dired-action cvs-status
20633 ;;;;;; cvs-update cvs-examine cvs-quickdir cvs-checkout) "pcvs"
20634 ;;;;;; "vc/pcvs.el" (20706 54231 807276 0))
20635 ;;; Generated autoloads from vc/pcvs.el
20636
20637 (autoload 'cvs-checkout "pcvs" "\
20638 Run a 'cvs checkout MODULES' in DIR.
20639 Feed the output to a *cvs* buffer, display it in the current window,
20640 and run `cvs-mode' on it.
20641
20642 With a prefix argument, prompt for cvs FLAGS to use.
20643
20644 \(fn MODULES DIR FLAGS &optional ROOT)" t nil)
20645
20646 (autoload 'cvs-quickdir "pcvs" "\
20647 Open a *cvs* buffer on DIR without running cvs.
20648 With a prefix argument, prompt for a directory to use.
20649 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
20650 prevents reuse of an existing *cvs* buffer.
20651 Optional argument NOSHOW if non-nil means not to display the buffer.
20652 FLAGS is ignored.
20653
20654 \(fn DIR &optional FLAGS NOSHOW)" t nil)
20655
20656 (autoload 'cvs-examine "pcvs" "\
20657 Run a `cvs -n update' in the specified DIRECTORY.
20658 That is, check what needs to be done, but don't change the disc.
20659 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
20660 With a prefix argument, prompt for a directory and cvs FLAGS to use.
20661 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
20662 prevents reuse of an existing *cvs* buffer.
20663 Optional argument NOSHOW if non-nil means not to display the buffer.
20664
20665 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
20666
20667 (autoload 'cvs-update "pcvs" "\
20668 Run a `cvs update' in the current working DIRECTORY.
20669 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
20670 With a \\[universal-argument] prefix argument, prompt for a directory to use.
20671 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
20672 prevents reuse of an existing *cvs* buffer.
20673 The prefix is also passed to `cvs-flags-query' to select the FLAGS
20674 passed to cvs.
20675
20676 \(fn DIRECTORY FLAGS)" t nil)
20677
20678 (autoload 'cvs-status "pcvs" "\
20679 Run a `cvs status' in the current working DIRECTORY.
20680 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
20681 With a prefix argument, prompt for a directory and cvs FLAGS to use.
20682 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
20683 prevents reuse of an existing *cvs* buffer.
20684 Optional argument NOSHOW if non-nil means not to display the buffer.
20685
20686 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
20687
20688 (defvar cvs-dired-action 'cvs-quickdir "\
20689 The action to be performed when opening a CVS directory.
20690 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
20691
20692 (custom-autoload 'cvs-dired-action "pcvs" t)
20693
20694 (defvar cvs-dired-use-hook '(4) "\
20695 Whether or not opening a CVS directory should run PCL-CVS.
20696 A value of nil means never do it.
20697 ALWAYS means to always do it unless a prefix argument is given to the
20698 command that prompted the opening of the directory.
20699 Anything else means to do it only if the prefix arg is equal to this value.")
20700
20701 (custom-autoload 'cvs-dired-use-hook "pcvs" t)
20702
20703 (defun cvs-dired-noselect (dir) "\
20704 Run `cvs-examine' if DIR is a CVS administrative directory.
20705 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)))))
20706
20707 ;;;***
20708 \f
20709 ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (20706 54231
20710 ;;;;;; 807276 0))
20711 ;;; Generated autoloads from vc/pcvs-defs.el
20712
20713 (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)) "\
20714 Global menu used by PCL-CVS.")
20715
20716 ;;;***
20717 \f
20718 ;;;### (autoloads (perl-mode) "perl-mode" "progmodes/perl-mode.el"
20719 ;;;;;; (20706 54231 807276 0))
20720 ;;; Generated autoloads from progmodes/perl-mode.el
20721 (put 'perl-indent-level 'safe-local-variable 'integerp)
20722 (put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
20723 (put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
20724 (put 'perl-brace-offset 'safe-local-variable 'integerp)
20725 (put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
20726 (put 'perl-label-offset 'safe-local-variable 'integerp)
20727
20728 (autoload 'perl-mode "perl-mode" "\
20729 Major mode for editing Perl code.
20730 Expression and list commands understand all Perl brackets.
20731 Tab indents for Perl code.
20732 Comments are delimited with # ... \\n.
20733 Paragraphs are separated by blank lines only.
20734 Delete converts tabs to spaces as it moves back.
20735 \\{perl-mode-map}
20736 Variables controlling indentation style:
20737 `perl-tab-always-indent'
20738 Non-nil means TAB in Perl mode should always indent the current line,
20739 regardless of where in the line point is when the TAB command is used.
20740 `perl-tab-to-comment'
20741 Non-nil means that for lines which don't need indenting, TAB will
20742 either delete an empty comment, indent an existing comment, move
20743 to end-of-line, or if at end-of-line already, create a new comment.
20744 `perl-nochange'
20745 Lines starting with this regular expression are not auto-indented.
20746 `perl-indent-level'
20747 Indentation of Perl statements within surrounding block.
20748 The surrounding block's indentation is the indentation
20749 of the line on which the open-brace appears.
20750 `perl-continued-statement-offset'
20751 Extra indentation given to a substatement, such as the
20752 then-clause of an if or body of a while.
20753 `perl-continued-brace-offset'
20754 Extra indentation given to a brace that starts a substatement.
20755 This is in addition to `perl-continued-statement-offset'.
20756 `perl-brace-offset'
20757 Extra indentation for line if it starts with an open brace.
20758 `perl-brace-imaginary-offset'
20759 An open brace following other text is treated as if it were
20760 this far to the right of the start of its line.
20761 `perl-label-offset'
20762 Extra indentation for line that is a label.
20763 `perl-indent-continued-arguments'
20764 Offset of argument lines relative to usual indentation.
20765
20766 Various indentation styles: K&R BSD BLK GNU LW
20767 perl-indent-level 5 8 0 2 4
20768 perl-continued-statement-offset 5 8 4 2 4
20769 perl-continued-brace-offset 0 0 0 0 -4
20770 perl-brace-offset -5 -8 0 0 0
20771 perl-brace-imaginary-offset 0 0 4 0 0
20772 perl-label-offset -5 -8 -2 -2 -2
20773
20774 Turning on Perl mode runs the normal hook `perl-mode-hook'.
20775
20776 \(fn)" t nil)
20777
20778 ;;;***
20779 \f
20780 ;;;### (autoloads (picture-mode) "picture" "textmodes/picture.el"
20781 ;;;;;; (20706 54231 807276 0))
20782 ;;; Generated autoloads from textmodes/picture.el
20783
20784 (autoload 'picture-mode "picture" "\
20785 Switch to Picture mode, in which a quarter-plane screen model is used.
20786 \\<picture-mode-map>
20787 Printing characters replace instead of inserting themselves with motion
20788 afterwards settable by these commands:
20789
20790 Move left after insertion: \\[picture-movement-left]
20791 Move right after insertion: \\[picture-movement-right]
20792 Move up after insertion: \\[picture-movement-up]
20793 Move down after insertion: \\[picture-movement-down]
20794
20795 Move northwest (nw) after insertion: \\[picture-movement-nw]
20796 Move northeast (ne) after insertion: \\[picture-movement-ne]
20797 Move southwest (sw) after insertion: \\[picture-movement-sw]
20798 Move southeast (se) after insertion: \\[picture-movement-se]
20799
20800 Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw]
20801 Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne]
20802 Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw]
20803 Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se]
20804
20805 The current direction is displayed in the mode line. The initial
20806 direction is right. Whitespace is inserted and tabs are changed to
20807 spaces when required by movement. You can move around in the buffer
20808 with these commands:
20809
20810 Move vertically to SAME column in previous line: \\[picture-move-down]
20811 Move vertically to SAME column in next line: \\[picture-move-up]
20812 Move to column following last
20813 non-whitespace character: \\[picture-end-of-line]
20814 Move right, inserting spaces if required: \\[picture-forward-column]
20815 Move left changing tabs to spaces if required: \\[picture-backward-column]
20816 Move in direction of current picture motion: \\[picture-motion]
20817 Move opposite to current picture motion: \\[picture-motion-reverse]
20818 Move to beginning of next line: \\[next-line]
20819
20820 You can edit tabular text with these commands:
20821
20822 Move to column beneath (or at) next interesting
20823 character (see variable `picture-tab-chars'): \\[picture-tab-search]
20824 Move to next stop in tab stop list: \\[picture-tab]
20825 Set tab stops according to context of this line: \\[picture-set-tab-stops]
20826 (With ARG, resets tab stops to default value.)
20827 Change the tab stop list: \\[edit-tab-stops]
20828
20829 You can manipulate text with these commands:
20830 Clear ARG columns after point without moving: \\[picture-clear-column]
20831 Delete char at point: \\[picture-delete-char]
20832 Clear ARG columns backward: \\[picture-backward-clear-column]
20833 Clear ARG lines, advancing over them: \\[picture-clear-line]
20834 (the cleared text is saved in the kill ring)
20835 Open blank line(s) beneath current line: \\[picture-open-line]
20836
20837 You can manipulate rectangles with these commands:
20838 Clear a rectangle and save it: \\[picture-clear-rectangle]
20839 Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register]
20840 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
20841 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
20842 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
20843 Copies a rectangle to a register: \\[copy-rectangle-to-register]
20844 Undo effects of rectangle overlay commands: \\[undo]
20845
20846 You can return to the previous mode with \\[picture-mode-exit], which
20847 also strips trailing whitespace from every line. Stripping is suppressed
20848 by supplying an argument.
20849
20850 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
20851
20852 Note that Picture mode commands will work outside of Picture mode, but
20853 they are not by default assigned to keys.
20854
20855 \(fn)" t nil)
20856
20857 (defalias 'edit-picture 'picture-mode)
20858
20859 ;;;***
20860 \f
20861 ;;;### (autoloads (plstore-mode plstore-open) "plstore" "gnus/plstore.el"
20862 ;;;;;; (20706 54231 807276 0))
20863 ;;; Generated autoloads from gnus/plstore.el
20864
20865 (autoload 'plstore-open "plstore" "\
20866 Create a plstore instance associated with FILE.
20867
20868 \(fn FILE)" nil nil)
20869
20870 (autoload 'plstore-mode "plstore" "\
20871 Major mode for editing PLSTORE files.
20872
20873 \(fn)" t nil)
20874
20875 ;;;***
20876 \f
20877 ;;;### (autoloads (po-find-file-coding-system) "po" "textmodes/po.el"
20878 ;;;;;; (20706 54231 807276 0))
20879 ;;; Generated autoloads from textmodes/po.el
20880
20881 (autoload 'po-find-file-coding-system "po" "\
20882 Return a (DECODING . ENCODING) pair, according to PO file's charset.
20883 Called through `file-coding-system-alist', before the file is visited for real.
20884
20885 \(fn ARG-LIST)" nil nil)
20886
20887 ;;;***
20888 \f
20889 ;;;### (autoloads (pong) "pong" "play/pong.el" (20706 54231 807276
20890 ;;;;;; 0))
20891 ;;; Generated autoloads from play/pong.el
20892
20893 (autoload 'pong "pong" "\
20894 Play pong and waste time.
20895 This is an implementation of the classical game pong.
20896 Move left and right bats and try to bounce the ball to your opponent.
20897
20898 pong-mode keybindings:\\<pong-mode-map>
20899
20900 \\{pong-mode-map}
20901
20902 \(fn)" t nil)
20903
20904 ;;;***
20905 \f
20906 ;;;### (autoloads (pop3-movemail) "pop3" "gnus/pop3.el" (20706 54231
20907 ;;;;;; 807276 0))
20908 ;;; Generated autoloads from gnus/pop3.el
20909
20910 (autoload 'pop3-movemail "pop3" "\
20911 Transfer contents of a maildrop to the specified FILE.
20912 Use streaming commands.
20913
20914 \(fn FILE)" nil nil)
20915
20916 ;;;***
20917 \f
20918 ;;;### (autoloads (pp-macroexpand-last-sexp pp-eval-last-sexp pp-macroexpand-expression
20919 ;;;;;; pp-eval-expression pp pp-buffer pp-to-string) "pp" "emacs-lisp/pp.el"
20920 ;;;;;; (20706 54231 807276 0))
20921 ;;; Generated autoloads from emacs-lisp/pp.el
20922
20923 (autoload 'pp-to-string "pp" "\
20924 Return a string containing the pretty-printed representation of OBJECT.
20925 OBJECT can be any Lisp object. Quoting characters are used as needed
20926 to make output that `read' can handle, whenever this is possible.
20927
20928 \(fn OBJECT)" nil nil)
20929
20930 (autoload 'pp-buffer "pp" "\
20931 Prettify the current buffer with printed representation of a Lisp object.
20932
20933 \(fn)" nil nil)
20934
20935 (autoload 'pp "pp" "\
20936 Output the pretty-printed representation of OBJECT, any Lisp object.
20937 Quoting characters are printed as needed to make output that `read'
20938 can handle, whenever this is possible.
20939 Output stream is STREAM, or value of `standard-output' (which see).
20940
20941 \(fn OBJECT &optional STREAM)" nil nil)
20942
20943 (autoload 'pp-eval-expression "pp" "\
20944 Evaluate EXPRESSION and pretty-print its value.
20945 Also add the value to the front of the list in the variable `values'.
20946
20947 \(fn EXPRESSION)" t nil)
20948
20949 (autoload 'pp-macroexpand-expression "pp" "\
20950 Macroexpand EXPRESSION and pretty-print its value.
20951
20952 \(fn EXPRESSION)" t nil)
20953
20954 (autoload 'pp-eval-last-sexp "pp" "\
20955 Run `pp-eval-expression' on sexp before point.
20956 With argument, pretty-print output into current buffer.
20957 Ignores leading comment characters.
20958
20959 \(fn ARG)" t nil)
20960
20961 (autoload 'pp-macroexpand-last-sexp "pp" "\
20962 Run `pp-macroexpand-expression' on sexp before point.
20963 With argument, pretty-print output into current buffer.
20964 Ignores leading comment characters.
20965
20966 \(fn ARG)" t nil)
20967
20968 ;;;***
20969 \f
20970 ;;;### (autoloads (pr-txt-fast-fire pr-ps-fast-fire pr-show-lpr-setup
20971 ;;;;;; pr-show-pr-setup pr-show-ps-setup pr-ps-utility pr-txt-name
20972 ;;;;;; pr-ps-name pr-help lpr-customize pr-customize pr-toggle-mode
20973 ;;;;;; pr-toggle-region pr-toggle-lock pr-toggle-header-frame pr-toggle-header
20974 ;;;;;; pr-toggle-zebra pr-toggle-line pr-toggle-upside-down pr-toggle-landscape
20975 ;;;;;; pr-toggle-tumble pr-toggle-duplex pr-toggle-spool pr-toggle-faces
20976 ;;;;;; pr-toggle-ghostscript pr-toggle-file-landscape pr-toggle-file-tumble
20977 ;;;;;; pr-toggle-file-duplex pr-ps-file-up-ps-print pr-ps-file-ps-print
20978 ;;;;;; pr-ps-file-print pr-ps-file-using-ghostscript pr-ps-file-up-preview
20979 ;;;;;; pr-ps-file-preview pr-despool-ps-print pr-despool-print pr-despool-using-ghostscript
20980 ;;;;;; pr-despool-preview pr-txt-mode pr-txt-region pr-txt-buffer
20981 ;;;;;; pr-txt-directory pr-printify-region pr-printify-buffer pr-printify-directory
20982 ;;;;;; pr-ps-mode-ps-print pr-ps-mode-print pr-ps-mode-using-ghostscript
20983 ;;;;;; pr-ps-mode-preview pr-ps-region-ps-print pr-ps-region-print
20984 ;;;;;; pr-ps-region-using-ghostscript pr-ps-region-preview pr-ps-buffer-ps-print
20985 ;;;;;; pr-ps-buffer-print pr-ps-buffer-using-ghostscript pr-ps-buffer-preview
20986 ;;;;;; pr-ps-directory-ps-print pr-ps-directory-print pr-ps-directory-using-ghostscript
20987 ;;;;;; pr-ps-directory-preview pr-interface) "printing" "printing.el"
20988 ;;;;;; (20706 54231 807276 0))
20989 ;;; Generated autoloads from printing.el
20990
20991 (autoload 'pr-interface "printing" "\
20992 Activate the printing interface buffer.
20993
20994 If BUFFER is nil, the current buffer is used for printing.
20995
20996 For more information, type \\[pr-interface-help].
20997
20998 \(fn &optional BUFFER)" t nil)
20999
21000 (autoload 'pr-ps-directory-preview "printing" "\
21001 Preview directory using ghostview.
21002
21003 Interactively, the command prompts for N-UP printing number, a directory, a
21004 file name regexp for matching and, when you use a prefix argument (C-u), the
21005 command prompts the user for a file name, and saves the PostScript image in
21006 that file instead of saving it in a temporary file.
21007
21008 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21009 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21010 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21011 save the image in a temporary file. If FILENAME is a string, save the
21012 PostScript image in a file with that name. If FILENAME is t, prompts for a
21013 file name.
21014
21015 See also documentation for `pr-list-directory'.
21016
21017 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21018
21019 (autoload 'pr-ps-directory-using-ghostscript "printing" "\
21020 Print directory using PostScript through ghostscript.
21021
21022 Interactively, the command prompts for N-UP printing number, a directory, a
21023 file name regexp for matching and, when you use a prefix argument (C-u), the
21024 command prompts the user for a file name, and saves the PostScript image in
21025 that file instead of saving it in a temporary file.
21026
21027 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21028 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21029 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21030 save the image in a temporary file. If FILENAME is a string, save the
21031 PostScript image in a file with that name. If FILENAME is t, prompts for a
21032 file name.
21033
21034 See also documentation for `pr-list-directory'.
21035
21036 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21037
21038 (autoload 'pr-ps-directory-print "printing" "\
21039 Print directory using PostScript printer.
21040
21041 Interactively, the command prompts for N-UP printing number, a directory, a
21042 file name regexp for matching and, when you use a prefix argument (C-u), the
21043 command prompts the user for a file name, and saves the PostScript image in
21044 that file instead of saving it in a temporary file.
21045
21046 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21047 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21048 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21049 save the image in a temporary file. If FILENAME is a string, save the
21050 PostScript image in a file with that name. If FILENAME is t, prompts for a
21051 file name.
21052
21053 See also documentation for `pr-list-directory'.
21054
21055 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21056
21057 (autoload 'pr-ps-directory-ps-print "printing" "\
21058 Print directory using PostScript printer or through ghostscript.
21059
21060 It depends on `pr-print-using-ghostscript'.
21061
21062 Interactively, the command prompts for N-UP printing number, a directory, a
21063 file name regexp for matching and, when you use a prefix argument (C-u), the
21064 command prompts the user for a file name, and saves the PostScript image in
21065 that file instead of saving it in a temporary file.
21066
21067 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21068 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21069 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21070 save the image in a temporary file. If FILENAME is a string, save the
21071 PostScript image in a file with that name. If FILENAME is t, prompts for a
21072 file name.
21073
21074 See also documentation for `pr-list-directory'.
21075
21076 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21077
21078 (autoload 'pr-ps-buffer-preview "printing" "\
21079 Preview buffer using ghostview.
21080
21081 Interactively, the command prompts for N-UP printing number and, when you use a
21082 prefix argument (C-u), the command prompts the user for a file name, and saves
21083 the PostScript image in that file instead of saving it in a temporary file.
21084
21085 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21086 argument FILENAME is treated as follows: if it's nil, save the image in a
21087 temporary file. If FILENAME is a string, save the PostScript image in a file
21088 with that name. If FILENAME is t, prompts for a file name.
21089
21090 \(fn N-UP &optional FILENAME)" t nil)
21091
21092 (autoload 'pr-ps-buffer-using-ghostscript "printing" "\
21093 Print buffer using PostScript through ghostscript.
21094
21095 Interactively, the command prompts for N-UP printing number and, when you use a
21096 prefix argument (C-u), the command prompts the user for a file name, and saves
21097 the PostScript image in that file instead of sending it to the printer.
21098
21099 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21100 argument FILENAME is treated as follows: if it's nil, send the image to the
21101 printer. If FILENAME is a string, save the PostScript image in a file with
21102 that name. If FILENAME is t, prompts for a file name.
21103
21104 \(fn N-UP &optional FILENAME)" t nil)
21105
21106 (autoload 'pr-ps-buffer-print "printing" "\
21107 Print buffer using PostScript printer.
21108
21109 Interactively, the command prompts for N-UP printing number and, when you use a
21110 prefix argument (C-u), the command prompts the user for a file name, and saves
21111 the PostScript image in that file instead of sending it to the printer.
21112
21113 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21114 argument FILENAME is treated as follows: if it's nil, send the image to the
21115 printer. If FILENAME is a string, save the PostScript image in a file with
21116 that name. If FILENAME is t, prompts for a file name.
21117
21118 \(fn N-UP &optional FILENAME)" t nil)
21119
21120 (autoload 'pr-ps-buffer-ps-print "printing" "\
21121 Print buffer using PostScript printer or through ghostscript.
21122
21123 It depends on `pr-print-using-ghostscript'.
21124
21125 Interactively, the command prompts for N-UP printing number and, when you use a
21126 prefix argument (C-u), the command prompts the user for a file name, and saves
21127 the PostScript image in that file instead of sending it to the printer.
21128
21129 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21130 argument FILENAME is treated as follows: if it's nil, send the image to the
21131 printer. If FILENAME is a string, save the PostScript image in a file with
21132 that name. If FILENAME is t, prompts for a file name.
21133
21134 \(fn N-UP &optional FILENAME)" t nil)
21135
21136 (autoload 'pr-ps-region-preview "printing" "\
21137 Preview region using ghostview.
21138
21139 See also `pr-ps-buffer-preview'.
21140
21141 \(fn N-UP &optional FILENAME)" t nil)
21142
21143 (autoload 'pr-ps-region-using-ghostscript "printing" "\
21144 Print region using PostScript through ghostscript.
21145
21146 See also `pr-ps-buffer-using-ghostscript'.
21147
21148 \(fn N-UP &optional FILENAME)" t nil)
21149
21150 (autoload 'pr-ps-region-print "printing" "\
21151 Print region using PostScript printer.
21152
21153 See also `pr-ps-buffer-print'.
21154
21155 \(fn N-UP &optional FILENAME)" t nil)
21156
21157 (autoload 'pr-ps-region-ps-print "printing" "\
21158 Print region using PostScript printer or through ghostscript.
21159
21160 See also `pr-ps-buffer-ps-print'.
21161
21162 \(fn N-UP &optional FILENAME)" t nil)
21163
21164 (autoload 'pr-ps-mode-preview "printing" "\
21165 Preview major mode using ghostview.
21166
21167 See also `pr-ps-buffer-preview'.
21168
21169 \(fn N-UP &optional FILENAME)" t nil)
21170
21171 (autoload 'pr-ps-mode-using-ghostscript "printing" "\
21172 Print major mode using PostScript through ghostscript.
21173
21174 See also `pr-ps-buffer-using-ghostscript'.
21175
21176 \(fn N-UP &optional FILENAME)" t nil)
21177
21178 (autoload 'pr-ps-mode-print "printing" "\
21179 Print major mode using PostScript printer.
21180
21181 See also `pr-ps-buffer-print'.
21182
21183 \(fn N-UP &optional FILENAME)" t nil)
21184
21185 (autoload 'pr-ps-mode-ps-print "printing" "\
21186 Print major mode using PostScript or through ghostscript.
21187
21188 See also `pr-ps-buffer-ps-print'.
21189
21190 \(fn N-UP &optional FILENAME)" t nil)
21191
21192 (autoload 'pr-printify-directory "printing" "\
21193 Replace nonprinting characters in directory with printable representations.
21194 The printable representations use ^ (for ASCII control characters) or hex.
21195 The characters tab, linefeed, space, return and formfeed are not affected.
21196
21197 Interactively, the command prompts for a directory and a file name regexp for
21198 matching.
21199
21200 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21201 prompts for FILE(name)-REGEXP.
21202
21203 See also documentation for `pr-list-directory'.
21204
21205 \(fn &optional DIR FILE-REGEXP)" t nil)
21206
21207 (autoload 'pr-printify-buffer "printing" "\
21208 Replace nonprinting characters in buffer with printable representations.
21209 The printable representations use ^ (for ASCII control characters) or hex.
21210 The characters tab, linefeed, space, return and formfeed are not affected.
21211
21212 \(fn)" t nil)
21213
21214 (autoload 'pr-printify-region "printing" "\
21215 Replace nonprinting characters in region with printable representations.
21216 The printable representations use ^ (for ASCII control characters) or hex.
21217 The characters tab, linefeed, space, return and formfeed are not affected.
21218
21219 \(fn)" t nil)
21220
21221 (autoload 'pr-txt-directory "printing" "\
21222 Print directory using text printer.
21223
21224 Interactively, the command prompts for a directory and a file name regexp for
21225 matching.
21226
21227 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21228 prompts for FILE(name)-REGEXP.
21229
21230 See also documentation for `pr-list-directory'.
21231
21232 \(fn &optional DIR FILE-REGEXP)" t nil)
21233
21234 (autoload 'pr-txt-buffer "printing" "\
21235 Print buffer using text printer.
21236
21237 \(fn)" t nil)
21238
21239 (autoload 'pr-txt-region "printing" "\
21240 Print region using text printer.
21241
21242 \(fn)" t nil)
21243
21244 (autoload 'pr-txt-mode "printing" "\
21245 Print major mode using text printer.
21246
21247 \(fn)" t nil)
21248
21249 (autoload 'pr-despool-preview "printing" "\
21250 Preview spooled PostScript.
21251
21252 Interactively, when you use a prefix argument (C-u), the command prompts the
21253 user for a file name, and saves the spooled PostScript image in that file
21254 instead of saving it in a temporary file.
21255
21256 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21257 save the image in a temporary file. If FILENAME is a string, save the
21258 PostScript image in a file with that name.
21259
21260 \(fn &optional FILENAME)" t nil)
21261
21262 (autoload 'pr-despool-using-ghostscript "printing" "\
21263 Print spooled PostScript using ghostscript.
21264
21265 Interactively, when you use a prefix argument (C-u), the command prompts the
21266 user for a file name, and saves the spooled PostScript image in that file
21267 instead of sending it to the printer.
21268
21269 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21270 send the image to the printer. If FILENAME is a string, save the PostScript
21271 image in a file with that name.
21272
21273 \(fn &optional FILENAME)" t nil)
21274
21275 (autoload 'pr-despool-print "printing" "\
21276 Send the spooled PostScript to the printer.
21277
21278 Interactively, when you use a prefix argument (C-u), the command prompts the
21279 user for a file name, and saves the spooled PostScript image in that file
21280 instead of sending it to the printer.
21281
21282 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21283 send the image to the printer. If FILENAME is a string, save the PostScript
21284 image in a file with that name.
21285
21286 \(fn &optional FILENAME)" t nil)
21287
21288 (autoload 'pr-despool-ps-print "printing" "\
21289 Send the spooled PostScript to the printer or use ghostscript to print it.
21290
21291 Interactively, when you use a prefix argument (C-u), the command prompts the
21292 user for a file name, and saves the spooled PostScript image in that file
21293 instead of sending it to the printer.
21294
21295 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21296 send the image to the printer. If FILENAME is a string, save the PostScript
21297 image in a file with that name.
21298
21299 \(fn &optional FILENAME)" t nil)
21300
21301 (autoload 'pr-ps-file-preview "printing" "\
21302 Preview PostScript file FILENAME.
21303
21304 \(fn FILENAME)" t nil)
21305
21306 (autoload 'pr-ps-file-up-preview "printing" "\
21307 Preview PostScript file FILENAME.
21308
21309 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21310
21311 (autoload 'pr-ps-file-using-ghostscript "printing" "\
21312 Print PostScript file FILENAME using ghostscript.
21313
21314 \(fn FILENAME)" t nil)
21315
21316 (autoload 'pr-ps-file-print "printing" "\
21317 Print PostScript file FILENAME.
21318
21319 \(fn FILENAME)" t nil)
21320
21321 (autoload 'pr-ps-file-ps-print "printing" "\
21322 Send PostScript file FILENAME to printer or use ghostscript to print it.
21323
21324 \(fn FILENAME)" t nil)
21325
21326 (autoload 'pr-ps-file-up-ps-print "printing" "\
21327 Process a PostScript file IFILENAME and send it to printer.
21328
21329 Interactively, the command prompts for N-UP printing number, for an input
21330 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
21331 command prompts the user for an output PostScript file name OFILENAME, and
21332 saves the PostScript image in that file instead of sending it to the printer.
21333
21334 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21335 argument IFILENAME is treated as follows: if it's t, prompts for an input
21336 PostScript file name; otherwise, it *must* be a string that it's an input
21337 PostScript file name. The argument OFILENAME is treated as follows: if it's
21338 nil, send the image to the printer. If OFILENAME is a string, save the
21339 PostScript image in a file with that name. If OFILENAME is t, prompts for a
21340 file name.
21341
21342 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21343
21344 (autoload 'pr-toggle-file-duplex "printing" "\
21345 Toggle duplex for PostScript file.
21346
21347 \(fn)" t nil)
21348
21349 (autoload 'pr-toggle-file-tumble "printing" "\
21350 Toggle tumble for PostScript file.
21351
21352 If tumble is off, produces a printing suitable for binding on the left or
21353 right.
21354 If tumble is on, produces a printing suitable for binding at the top or
21355 bottom.
21356
21357 \(fn)" t nil)
21358
21359 (autoload 'pr-toggle-file-landscape "printing" "\
21360 Toggle landscape for PostScript file.
21361
21362 \(fn)" t nil)
21363
21364 (autoload 'pr-toggle-ghostscript "printing" "\
21365 Toggle printing using ghostscript.
21366
21367 \(fn)" t nil)
21368
21369 (autoload 'pr-toggle-faces "printing" "\
21370 Toggle printing with faces.
21371
21372 \(fn)" t nil)
21373
21374 (autoload 'pr-toggle-spool "printing" "\
21375 Toggle spooling.
21376
21377 \(fn)" t nil)
21378
21379 (autoload 'pr-toggle-duplex "printing" "\
21380 Toggle duplex.
21381
21382 \(fn)" t nil)
21383
21384 (autoload 'pr-toggle-tumble "printing" "\
21385 Toggle tumble.
21386
21387 If tumble is off, produces a printing suitable for binding on the left or
21388 right.
21389 If tumble is on, produces a printing suitable for binding at the top or
21390 bottom.
21391
21392 \(fn)" t nil)
21393
21394 (autoload 'pr-toggle-landscape "printing" "\
21395 Toggle landscape.
21396
21397 \(fn)" t nil)
21398
21399 (autoload 'pr-toggle-upside-down "printing" "\
21400 Toggle upside-down.
21401
21402 \(fn)" t nil)
21403
21404 (autoload 'pr-toggle-line "printing" "\
21405 Toggle line number.
21406
21407 \(fn)" t nil)
21408
21409 (autoload 'pr-toggle-zebra "printing" "\
21410 Toggle zebra stripes.
21411
21412 \(fn)" t nil)
21413
21414 (autoload 'pr-toggle-header "printing" "\
21415 Toggle printing header.
21416
21417 \(fn)" t nil)
21418
21419 (autoload 'pr-toggle-header-frame "printing" "\
21420 Toggle printing header frame.
21421
21422 \(fn)" t nil)
21423
21424 (autoload 'pr-toggle-lock "printing" "\
21425 Toggle menu lock.
21426
21427 \(fn)" t nil)
21428
21429 (autoload 'pr-toggle-region "printing" "\
21430 Toggle whether the region is automagically detected.
21431
21432 \(fn)" t nil)
21433
21434 (autoload 'pr-toggle-mode "printing" "\
21435 Toggle auto mode.
21436
21437 \(fn)" t nil)
21438
21439 (autoload 'pr-customize "printing" "\
21440 Customization of the `printing' group.
21441
21442 \(fn &rest IGNORE)" t nil)
21443
21444 (autoload 'lpr-customize "printing" "\
21445 Customization of the `lpr' group.
21446
21447 \(fn &rest IGNORE)" t nil)
21448
21449 (autoload 'pr-help "printing" "\
21450 Help for the printing package.
21451
21452 \(fn &rest IGNORE)" t nil)
21453
21454 (autoload 'pr-ps-name "printing" "\
21455 Interactively select a PostScript printer.
21456
21457 \(fn)" t nil)
21458
21459 (autoload 'pr-txt-name "printing" "\
21460 Interactively select a text printer.
21461
21462 \(fn)" t nil)
21463
21464 (autoload 'pr-ps-utility "printing" "\
21465 Interactively select a PostScript utility.
21466
21467 \(fn)" t nil)
21468
21469 (autoload 'pr-show-ps-setup "printing" "\
21470 Show current ps-print settings.
21471
21472 \(fn &rest IGNORE)" t nil)
21473
21474 (autoload 'pr-show-pr-setup "printing" "\
21475 Show current printing settings.
21476
21477 \(fn &rest IGNORE)" t nil)
21478
21479 (autoload 'pr-show-lpr-setup "printing" "\
21480 Show current lpr settings.
21481
21482 \(fn &rest IGNORE)" t nil)
21483
21484 (autoload 'pr-ps-fast-fire "printing" "\
21485 Fast fire function for PostScript printing.
21486
21487 If a region is active, the region will be printed instead of the whole buffer.
21488 Also if the current major-mode is defined in `pr-mode-alist', the settings in
21489 `pr-mode-alist' will be used, that is, the current buffer or region will be
21490 printed using `pr-ps-mode-ps-print'.
21491
21492
21493 Interactively, you have the following situations:
21494
21495 M-x pr-ps-fast-fire RET
21496 The command prompts the user for a N-UP value and printing will
21497 immediately be done using the current active printer.
21498
21499 C-u M-x pr-ps-fast-fire RET
21500 C-u 0 M-x pr-ps-fast-fire RET
21501 The command prompts the user for a N-UP value and also for a current
21502 PostScript printer, then printing will immediately be done using the new
21503 current active printer.
21504
21505 C-u 1 M-x pr-ps-fast-fire RET
21506 The command prompts the user for a N-UP value and also for a file name,
21507 and saves the PostScript image in that file instead of sending it to the
21508 printer.
21509
21510 C-u 2 M-x pr-ps-fast-fire RET
21511 The command prompts the user for a N-UP value, then for a current
21512 PostScript printer and, finally, for a file name. Then change the active
21513 printer to that chosen by user and saves the PostScript image in
21514 that file instead of sending it to the printer.
21515
21516
21517 Noninteractively, the argument N-UP should be a positive integer greater than
21518 zero and the argument SELECT is treated as follows:
21519
21520 If it's nil, send the image to the printer.
21521
21522 If it's a list or an integer lesser or equal to zero, the command prompts
21523 the user for a current PostScript printer, then printing will immediately
21524 be done using the new current active printer.
21525
21526 If it's an integer equal to 1, the command prompts the user for a file name
21527 and saves the PostScript image in that file instead of sending it to the
21528 printer.
21529
21530 If it's an integer greater or equal to 2, the command prompts the user for a
21531 current PostScript printer and for a file name. Then change the active
21532 printer to that chosen by user and saves the PostScript image in that file
21533 instead of sending it to the printer.
21534
21535 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
21536 active printer and printing will immediately be done using the new active
21537 printer.
21538
21539 Otherwise, send the image to the printer.
21540
21541
21542 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
21543 are both set to t.
21544
21545 \(fn N-UP &optional SELECT)" t nil)
21546
21547 (autoload 'pr-txt-fast-fire "printing" "\
21548 Fast fire function for text printing.
21549
21550 If a region is active, the region will be printed instead of the whole buffer.
21551 Also if the current major-mode is defined in `pr-mode-alist', the settings in
21552 `pr-mode-alist' will be used, that is, the current buffer or region will be
21553 printed using `pr-txt-mode'.
21554
21555 Interactively, when you use a prefix argument (C-u), the command prompts the
21556 user for a new active text printer.
21557
21558 Noninteractively, the argument SELECT-PRINTER is treated as follows:
21559
21560 If it's nil, the printing is sent to the current active text printer.
21561
21562 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
21563 active printer and printing will immediately be done using the new active
21564 printer.
21565
21566 If it's non-nil, the command prompts the user for a new active text printer.
21567
21568 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
21569 are both set to t.
21570
21571 \(fn &optional SELECT-PRINTER)" t nil)
21572
21573 ;;;***
21574 \f
21575 ;;;### (autoloads (proced) "proced" "proced.el" (20706 54231 807276
21576 ;;;;;; 0))
21577 ;;; Generated autoloads from proced.el
21578
21579 (autoload 'proced "proced" "\
21580 Generate a listing of UNIX system processes.
21581 \\<proced-mode-map>
21582 If invoked with optional ARG, do not select the window displaying
21583 the process information.
21584
21585 This function runs the normal hook `proced-post-display-hook'.
21586
21587 See `proced-mode' for a description of features available in
21588 Proced buffers.
21589
21590 \(fn &optional ARG)" t nil)
21591
21592 ;;;***
21593 \f
21594 ;;;### (autoloads (profiler-find-profile-other-frame profiler-find-profile-other-window
21595 ;;;;;; profiler-find-profile profiler-start) "profiler" "profiler.el"
21596 ;;;;;; (20706 54231 807276 0))
21597 ;;; Generated autoloads from profiler.el
21598
21599 (autoload 'profiler-start "profiler" "\
21600 Start/restart profilers.
21601 MODE can be one of `cpu', `mem', or `cpu+mem'.
21602 If MODE is `cpu' or `cpu+mem', time-based profiler will be started.
21603 Also, if MODE is `mem' or `cpu+mem', then memory profiler will be started.
21604
21605 \(fn MODE)" t nil)
21606
21607 (autoload 'profiler-find-profile "profiler" "\
21608 Open profile FILENAME.
21609
21610 \(fn FILENAME)" t nil)
21611
21612 (autoload 'profiler-find-profile-other-window "profiler" "\
21613 Open profile FILENAME.
21614
21615 \(fn FILENAME)" t nil)
21616
21617 (autoload 'profiler-find-profile-other-frame "profiler" "\
21618 Open profile FILENAME.
21619
21620 \(fn FILENAME)" t nil)
21621
21622 ;;;***
21623 \f
21624 ;;;### (autoloads (run-prolog mercury-mode prolog-mode) "prolog"
21625 ;;;;;; "progmodes/prolog.el" (20706 54231 807276 0))
21626 ;;; Generated autoloads from progmodes/prolog.el
21627
21628 (autoload 'prolog-mode "prolog" "\
21629 Major mode for editing Prolog code.
21630
21631 Blank lines and `%%...' separate paragraphs. `%'s starts a comment
21632 line and comments can also be enclosed in /* ... */.
21633
21634 If an optional argument SYSTEM is non-nil, set up mode for the given system.
21635
21636 To find out what version of Prolog mode you are running, enter
21637 `\\[prolog-mode-version]'.
21638
21639 Commands:
21640 \\{prolog-mode-map}
21641 Entry to this mode calls the value of `prolog-mode-hook'
21642 if that value is non-nil.
21643
21644 \(fn)" t nil)
21645
21646 (autoload 'mercury-mode "prolog" "\
21647 Major mode for editing Mercury programs.
21648 Actually this is just customized `prolog-mode'.
21649
21650 \(fn)" t nil)
21651
21652 (autoload 'run-prolog "prolog" "\
21653 Run an inferior Prolog process, input and output via buffer *prolog*.
21654 With prefix argument ARG, restart the Prolog process if running before.
21655
21656 \(fn ARG)" t nil)
21657
21658 ;;;***
21659 \f
21660 ;;;### (autoloads (bdf-directory-list) "ps-bdf" "ps-bdf.el" (20706
21661 ;;;;;; 54231 807276 0))
21662 ;;; Generated autoloads from ps-bdf.el
21663
21664 (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")) "\
21665 List of directories to search for `BDF' font files.
21666 The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
21667
21668 (custom-autoload 'bdf-directory-list "ps-bdf" t)
21669
21670 ;;;***
21671 \f
21672 ;;;### (autoloads (ps-mode) "ps-mode" "progmodes/ps-mode.el" (20706
21673 ;;;;;; 54231 807276 0))
21674 ;;; Generated autoloads from progmodes/ps-mode.el
21675
21676 (autoload 'ps-mode "ps-mode" "\
21677 Major mode for editing PostScript with GNU Emacs.
21678
21679 Entry to this mode calls `ps-mode-hook'.
21680
21681 The following variables hold user options, and can
21682 be set through the `customize' command:
21683
21684 `ps-mode-auto-indent'
21685 `ps-mode-tab'
21686 `ps-mode-paper-size'
21687 `ps-mode-print-function'
21688 `ps-run-prompt'
21689 `ps-run-font-lock-keywords-2'
21690 `ps-run-x'
21691 `ps-run-dumb'
21692 `ps-run-init'
21693 `ps-run-error-line-numbers'
21694 `ps-run-tmp-dir'
21695
21696 Type \\[describe-variable] for documentation on these options.
21697
21698
21699 \\{ps-mode-map}
21700
21701
21702 When starting an interactive PostScript process with \\[ps-run-start],
21703 a second window will be displayed, and `ps-run-mode-hook' will be called.
21704 The keymap for this second window is:
21705
21706 \\{ps-run-mode-map}
21707
21708
21709 When Ghostscript encounters an error it displays an error message
21710 with a file position. Clicking mouse-2 on this number will bring
21711 point to the corresponding spot in the PostScript window, if input
21712 to the interpreter was sent from that window.
21713 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
21714
21715 \(fn)" t nil)
21716
21717 ;;;***
21718 \f
21719 ;;;### (autoloads (ps-extend-face ps-extend-face-list ps-setup ps-nb-pages-region
21720 ;;;;;; ps-nb-pages-buffer ps-line-lengths ps-despool ps-spool-region-with-faces
21721 ;;;;;; ps-spool-region ps-spool-buffer-with-faces ps-spool-buffer
21722 ;;;;;; ps-print-region-with-faces ps-print-region ps-print-buffer-with-faces
21723 ;;;;;; ps-print-buffer ps-print-customize ps-print-color-p ps-paper-type
21724 ;;;;;; ps-page-dimensions-database) "ps-print" "ps-print.el" (20706
21725 ;;;;;; 54231 807276 0))
21726 ;;; Generated autoloads from ps-print.el
21727
21728 (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"))) "\
21729 List associating a symbolic paper type to its width, height and doc media.
21730 See `ps-paper-type'.")
21731
21732 (custom-autoload 'ps-page-dimensions-database "ps-print" t)
21733
21734 (defvar ps-paper-type 'letter "\
21735 Specify the size of paper to format for.
21736 Should be one of the paper types defined in `ps-page-dimensions-database', for
21737 example `letter', `legal' or `a4'.")
21738
21739 (custom-autoload 'ps-paper-type "ps-print" t)
21740
21741 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
21742 Specify how buffer's text color is printed.
21743
21744 Valid values are:
21745
21746 nil Do not print colors.
21747
21748 t Print colors.
21749
21750 black-white Print colors on black/white printer.
21751 See also `ps-black-white-faces'.
21752
21753 Any other value is treated as t.")
21754
21755 (custom-autoload 'ps-print-color-p "ps-print" t)
21756
21757 (autoload 'ps-print-customize "ps-print" "\
21758 Customization of ps-print group.
21759
21760 \(fn)" t nil)
21761
21762 (autoload 'ps-print-buffer "ps-print" "\
21763 Generate and print a PostScript image of the buffer.
21764
21765 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
21766 user for a file name, and saves the PostScript image in that file instead of
21767 sending it to the printer.
21768
21769 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21770 send the image to the printer. If FILENAME is a string, save the PostScript
21771 image in a file with that name.
21772
21773 \(fn &optional FILENAME)" t nil)
21774
21775 (autoload 'ps-print-buffer-with-faces "ps-print" "\
21776 Generate and print a PostScript image of the buffer.
21777 Like `ps-print-buffer', but includes font, color, and underline information in
21778 the generated image. This command works only if you are using a window system,
21779 so it has a way to determine color values.
21780
21781 \(fn &optional FILENAME)" t nil)
21782
21783 (autoload 'ps-print-region "ps-print" "\
21784 Generate and print a PostScript image of the region.
21785 Like `ps-print-buffer', but prints just the current region.
21786
21787 \(fn FROM TO &optional FILENAME)" t nil)
21788
21789 (autoload 'ps-print-region-with-faces "ps-print" "\
21790 Generate and print a PostScript image of the region.
21791 Like `ps-print-region', but includes font, color, and underline information in
21792 the generated image. This command works only if you are using a window system,
21793 so it has a way to determine color values.
21794
21795 \(fn FROM TO &optional FILENAME)" t nil)
21796
21797 (autoload 'ps-spool-buffer "ps-print" "\
21798 Generate and spool a PostScript image of the buffer.
21799 Like `ps-print-buffer' except that the PostScript image is saved in a local
21800 buffer to be sent to the printer later.
21801
21802 Use the command `ps-despool' to send the spooled images to the printer.
21803
21804 \(fn)" t nil)
21805
21806 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
21807 Generate and spool a PostScript image of the buffer.
21808 Like `ps-spool-buffer', but includes font, color, and underline information in
21809 the generated image. This command works only if you are using a window system,
21810 so it has a way to determine color values.
21811
21812 Use the command `ps-despool' to send the spooled images to the printer.
21813
21814 \(fn)" t nil)
21815
21816 (autoload 'ps-spool-region "ps-print" "\
21817 Generate a PostScript image of the region and spool locally.
21818 Like `ps-spool-buffer', but spools just the current region.
21819
21820 Use the command `ps-despool' to send the spooled images to the printer.
21821
21822 \(fn FROM TO)" t nil)
21823
21824 (autoload 'ps-spool-region-with-faces "ps-print" "\
21825 Generate a PostScript image of the region and spool locally.
21826 Like `ps-spool-region', but includes font, color, and underline information in
21827 the generated image. This command works only if you are using a window system,
21828 so it has a way to determine color values.
21829
21830 Use the command `ps-despool' to send the spooled images to the printer.
21831
21832 \(fn FROM TO)" t nil)
21833
21834 (autoload 'ps-despool "ps-print" "\
21835 Send the spooled PostScript to the printer.
21836
21837 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
21838 user for a file name, and saves the spooled PostScript image in that file
21839 instead of sending it to the printer.
21840
21841 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21842 send the image to the printer. If FILENAME is a string, save the PostScript
21843 image in a file with that name.
21844
21845 \(fn &optional FILENAME)" t nil)
21846
21847 (autoload 'ps-line-lengths "ps-print" "\
21848 Display the correspondence between a line length and a font size.
21849 Done using the current ps-print setup.
21850 Try: pr -t file | awk '{printf \"%3d %s
21851 \", length($0), $0}' | sort -r | head
21852
21853 \(fn)" t nil)
21854
21855 (autoload 'ps-nb-pages-buffer "ps-print" "\
21856 Display number of pages to print this buffer, for various font heights.
21857 The table depends on the current ps-print setup.
21858
21859 \(fn NB-LINES)" t nil)
21860
21861 (autoload 'ps-nb-pages-region "ps-print" "\
21862 Display number of pages to print the region, for various font heights.
21863 The table depends on the current ps-print setup.
21864
21865 \(fn NB-LINES)" t nil)
21866
21867 (autoload 'ps-setup "ps-print" "\
21868 Return the current PostScript-generation setup.
21869
21870 \(fn)" nil nil)
21871
21872 (autoload 'ps-extend-face-list "ps-print" "\
21873 Extend face in ALIST-SYM.
21874
21875 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
21876 with face extension in ALIST-SYM; otherwise, overrides.
21877
21878 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
21879 otherwise, it should be an alist symbol.
21880
21881 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
21882
21883 See `ps-extend-face' for documentation.
21884
21885 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
21886
21887 (autoload 'ps-extend-face "ps-print" "\
21888 Extend face in ALIST-SYM.
21889
21890 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
21891 with face extensions in ALIST-SYM; otherwise, overrides.
21892
21893 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
21894 otherwise, it should be an alist symbol.
21895
21896 The elements of FACE-EXTENSION list have the form:
21897
21898 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
21899
21900 FACE-NAME is a face name symbol.
21901
21902 FOREGROUND and BACKGROUND may be nil or a string that denotes the
21903 foreground and background colors respectively.
21904
21905 EXTENSION is one of the following symbols:
21906 bold - use bold font.
21907 italic - use italic font.
21908 underline - put a line under text.
21909 strikeout - like underline, but the line is in middle of text.
21910 overline - like underline, but the line is over the text.
21911 shadow - text will have a shadow.
21912 box - text will be surrounded by a box.
21913 outline - print characters as hollow outlines.
21914
21915 If EXTENSION is any other symbol, it is ignored.
21916
21917 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
21918
21919 ;;;***
21920 \f
21921 ;;;### (autoloads (python-mode run-python) "python" "progmodes/python.el"
21922 ;;;;;; (20706 54231 807276 0))
21923 ;;; Generated autoloads from progmodes/python.el
21924
21925 (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
21926
21927 (add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode))
21928
21929 (autoload 'run-python "python" "\
21930 Run an inferior Python process.
21931 Input and output via buffer named after
21932 `python-shell-buffer-name'. If there is a process already
21933 running in that buffer, just switch to it.
21934
21935 With argument, allows you to define CMD so you can edit the
21936 command used to call the interpreter and define DEDICATED, so a
21937 dedicated process for the current buffer is open. When numeric
21938 prefix arg is other than 0 or 4 do not SHOW.
21939
21940 Runs the hook `inferior-python-mode-hook' (after the
21941 `comint-mode-hook' is run). (Type \\[describe-mode] in the
21942 process buffer for a list of commands.)
21943
21944 \(fn CMD &optional DEDICATED SHOW)" t nil)
21945
21946 (autoload 'python-mode "python" "\
21947 Major mode for editing Python files.
21948
21949 \\{python-mode-map}
21950 Entry to this mode calls the value of `python-mode-hook'
21951 if that value is non-nil.
21952
21953 \(fn)" t nil)
21954
21955 ;;;***
21956 \f
21957 ;;;### (autoloads (quoted-printable-decode-region) "qp" "gnus/qp.el"
21958 ;;;;;; (20706 54231 807276 0))
21959 ;;; Generated autoloads from gnus/qp.el
21960
21961 (autoload 'quoted-printable-decode-region "qp" "\
21962 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
21963 If CODING-SYSTEM is non-nil, decode bytes into characters with that
21964 coding-system.
21965
21966 Interactively, you can supply the CODING-SYSTEM argument
21967 with \\[universal-coding-system-argument].
21968
21969 The CODING-SYSTEM argument is a historical hangover and is deprecated.
21970 QP encodes raw bytes and should be decoded into raw bytes. Decoding
21971 them into characters should be done separately.
21972
21973 \(fn FROM TO &optional CODING-SYSTEM)" t nil)
21974
21975 ;;;***
21976 \f
21977 ;;;### (autoloads (quail-update-leim-list-file quail-defrule-internal
21978 ;;;;;; quail-defrule quail-install-decode-map quail-install-map
21979 ;;;;;; quail-define-rules quail-show-keyboard-layout quail-set-keyboard-layout
21980 ;;;;;; quail-define-package quail-use-package quail-title) "quail"
21981 ;;;;;; "international/quail.el" (20706 54231 807276 0))
21982 ;;; Generated autoloads from international/quail.el
21983
21984 (autoload 'quail-title "quail" "\
21985 Return the title of the current Quail package.
21986
21987 \(fn)" nil nil)
21988
21989 (autoload 'quail-use-package "quail" "\
21990 Start using Quail package PACKAGE-NAME.
21991 The remaining arguments are LIBRARIES to be loaded before using the package.
21992
21993 This activates input method defined by PACKAGE-NAME by running
21994 `quail-activate', which see.
21995
21996 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
21997
21998 (autoload 'quail-define-package "quail" "\
21999 Define NAME as a new Quail package for input LANGUAGE.
22000 TITLE is a string to be displayed at mode-line to indicate this package.
22001 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
22002 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
22003 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
22004 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
22005
22006 GUIDANCE specifies how a guidance string is shown in echo area.
22007 If it is t, list of all possible translations for the current key is shown
22008 with the currently selected translation being highlighted.
22009 If it is an alist, the element has the form (CHAR . STRING). Each character
22010 in the current key is searched in the list and the corresponding string is
22011 shown.
22012 If it is nil, the current key is shown.
22013
22014 DOCSTRING is the documentation string of this package. The command
22015 `describe-input-method' shows this string while replacing the form
22016 \\=\\<VAR> in the string by the value of VAR. That value should be a
22017 string. For instance, the form \\=\\<quail-translation-docstring> is
22018 replaced by a description about how to select a translation from a
22019 list of candidates.
22020
22021 TRANSLATION-KEYS specifies additional key bindings used while translation
22022 region is active. It is an alist of single key character vs. corresponding
22023 command to be called.
22024
22025 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
22026 for the future to translate the same key. If this flag is nil, a
22027 translation selected for a key is remembered so that it can be the
22028 first candidate when the same key is entered later.
22029
22030 DETERMINISTIC non-nil means the first candidate of translation is
22031 selected automatically without allowing users to select another
22032 translation for a key. In this case, unselected translations are of
22033 no use for an interactive use of Quail but can be used by some other
22034 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
22035 to t.
22036
22037 KBD-TRANSLATE non-nil means input characters are translated from a
22038 user's keyboard layout to the standard keyboard layout. See the
22039 documentation of `quail-keyboard-layout' and
22040 `quail-keyboard-layout-standard' for more detail.
22041
22042 SHOW-LAYOUT non-nil means the `quail-help' command should show
22043 the user's keyboard layout visually with translated characters.
22044 If KBD-TRANSLATE is set, it is desirable to set also this flag unless
22045 this package defines no translations for single character keys.
22046
22047 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
22048 map is an alist of translations and corresponding original keys.
22049 Although this map is not used by Quail itself, it can be used by some
22050 other programs. For instance, Vietnamese supporting needs this map to
22051 convert Vietnamese text to VIQR format which uses only ASCII
22052 characters to represent Vietnamese characters.
22053
22054 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22055 length of the shortest sequence. When we don't have a translation of
22056 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
22057 the key at \"..AB\" and start translation of \"CD..\". Hangul
22058 packages, for instance, use this facility. If this flag is nil, we
22059 break the key just at \"..ABC\" and start translation of \"D..\".
22060
22061 OVERLAY-PLIST if non-nil is a property list put on an overlay which
22062 covers Quail translation region.
22063
22064 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
22065 the current translation region according to a new translation data. By
22066 default, a translated text or a user's key sequence (if no translation
22067 for it) is inserted.
22068
22069 CONVERSION-KEYS specifies additional key bindings used while
22070 conversion region is active. It is an alist of single key character
22071 vs. corresponding command to be called.
22072
22073 If SIMPLE is non-nil, then we do not alter the meanings of
22074 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
22075 non-Quail commands.
22076
22077 \(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)
22078
22079 (autoload 'quail-set-keyboard-layout "quail" "\
22080 Set the current keyboard layout to the same as keyboard KBD-TYPE.
22081
22082 Since some Quail packages depends on a physical layout of keys (not
22083 characters generated by them), those are created by assuming the
22084 standard layout defined in `quail-keyboard-layout-standard'. This
22085 function tells Quail system the layout of your keyboard so that what
22086 you type is correctly handled.
22087
22088 \(fn KBD-TYPE)" t nil)
22089
22090 (autoload 'quail-show-keyboard-layout "quail" "\
22091 Show the physical layout of the keyboard type KEYBOARD-TYPE.
22092
22093 The variable `quail-keyboard-layout-type' holds the currently selected
22094 keyboard type.
22095
22096 \(fn &optional KEYBOARD-TYPE)" t nil)
22097
22098 (autoload 'quail-define-rules "quail" "\
22099 Define translation rules of the current Quail package.
22100 Each argument is a list of KEY and TRANSLATION.
22101 KEY is a string meaning a sequence of keystrokes to be translated.
22102 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
22103 If it is a character, it is the sole translation of KEY.
22104 If it is a string, each character is a candidate for the translation.
22105 If it is a vector, each element (string or character) is a candidate
22106 for the translation.
22107 In these cases, a key specific Quail map is generated and assigned to KEY.
22108
22109 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22110 it is used to handle KEY.
22111
22112 The first argument may be an alist of annotations for the following
22113 rules. Each element has the form (ANNOTATION . VALUE), where
22114 ANNOTATION is a symbol indicating the annotation type. Currently
22115 the following annotation types are supported.
22116
22117 append -- the value non-nil means that the following rules should
22118 be appended to the rules of the current Quail package.
22119
22120 face -- the value is a face to use for displaying TRANSLATIONs in
22121 candidate list.
22122
22123 advice -- the value is a function to call after one of RULES is
22124 selected. The function is called with one argument, the
22125 selected TRANSLATION string, after the TRANSLATION is
22126 inserted.
22127
22128 no-decode-map --- the value non-nil means that decoding map is not
22129 generated for the following translations.
22130
22131 \(fn &rest RULES)" nil t)
22132
22133 (autoload 'quail-install-map "quail" "\
22134 Install the Quail map MAP in the current Quail package.
22135
22136 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22137 which to install MAP.
22138
22139 The installed map can be referred by the function `quail-map'.
22140
22141 \(fn MAP &optional NAME)" nil nil)
22142
22143 (autoload 'quail-install-decode-map "quail" "\
22144 Install the Quail decode map DECODE-MAP in the current Quail package.
22145
22146 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22147 which to install MAP.
22148
22149 The installed decode map can be referred by the function `quail-decode-map'.
22150
22151 \(fn DECODE-MAP &optional NAME)" nil nil)
22152
22153 (autoload 'quail-defrule "quail" "\
22154 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
22155 KEY is a string meaning a sequence of keystrokes to be translated.
22156 TRANSLATION is a character, a string, a vector, a Quail map,
22157 a function, or a cons.
22158 It it is a character, it is the sole translation of KEY.
22159 If it is a string, each character is a candidate for the translation.
22160 If it is a vector, each element (string or character) is a candidate
22161 for the translation.
22162 If it is a cons, the car is one of the above and the cdr is a function
22163 to call when translating KEY (the return value is assigned to the
22164 variable `quail-current-data'). If the cdr part is not a function,
22165 the value itself is assigned to `quail-current-data'.
22166 In these cases, a key specific Quail map is generated and assigned to KEY.
22167
22168 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22169 it is used to handle KEY.
22170
22171 Optional 3rd argument NAME, if specified, says which Quail package
22172 to define this translation rule in. The default is to define it in the
22173 current Quail package.
22174
22175 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
22176 to the current translations for KEY instead of replacing them.
22177
22178 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
22179
22180 (autoload 'quail-defrule-internal "quail" "\
22181 Define KEY as TRANS in a Quail map MAP.
22182
22183 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
22184 current translations for KEY instead of replacing them.
22185
22186 Optional 5th arg DECODE-MAP is a Quail decode map.
22187
22188 Optional 6th arg PROPS is a property list annotating TRANS. See the
22189 function `quail-define-rules' for the detail.
22190
22191 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
22192
22193 (autoload 'quail-update-leim-list-file "quail" "\
22194 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
22195 DIRNAME is a directory containing Emacs input methods;
22196 normally, it should specify the `leim' subdirectory
22197 of the Emacs source tree.
22198
22199 It searches for Quail packages under `quail' subdirectory of DIRNAME,
22200 and update the file \"leim-list.el\" in DIRNAME.
22201
22202 When called from a program, the remaining arguments are additional
22203 directory names to search for Quail packages under `quail' subdirectory
22204 of each directory.
22205
22206 \(fn DIRNAME &rest DIRNAMES)" t nil)
22207
22208 ;;;***
22209 \f
22210 ;;;### (autoloads (quickurl-list quickurl-list-mode quickurl-edit-urls
22211 ;;;;;; quickurl-browse-url-ask quickurl-browse-url quickurl-add-url
22212 ;;;;;; quickurl-ask quickurl) "quickurl" "net/quickurl.el" (20706
22213 ;;;;;; 54231 807276 0))
22214 ;;; Generated autoloads from net/quickurl.el
22215
22216 (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" "\
22217 Example `quickurl-postfix' text that adds a local variable to the
22218 `quickurl-url-file' so that if you edit it by hand it will ensure that
22219 `quickurl-urls' is updated with the new URL list.
22220
22221 To make use of this do something like:
22222
22223 (setq quickurl-postfix quickurl-reread-hook-postfix)
22224
22225 in your init file (after loading/requiring quickurl).")
22226
22227 (autoload 'quickurl "quickurl" "\
22228 Insert a URL based on LOOKUP.
22229
22230 If not supplied LOOKUP is taken to be the word at point in the current
22231 buffer, this default action can be modified via
22232 `quickurl-grab-lookup-function'.
22233
22234 \(fn &optional LOOKUP)" t nil)
22235
22236 (autoload 'quickurl-ask "quickurl" "\
22237 Insert a URL, with `completing-read' prompt, based on LOOKUP.
22238
22239 \(fn LOOKUP)" t nil)
22240
22241 (autoload 'quickurl-add-url "quickurl" "\
22242 Allow the user to interactively add a new URL associated with WORD.
22243
22244 See `quickurl-grab-url' for details on how the default word/URL combination
22245 is decided.
22246
22247 \(fn WORD URL COMMENT)" t nil)
22248
22249 (autoload 'quickurl-browse-url "quickurl" "\
22250 Browse the URL associated with LOOKUP.
22251
22252 If not supplied LOOKUP is taken to be the word at point in the
22253 current buffer, this default action can be modified via
22254 `quickurl-grab-lookup-function'.
22255
22256 \(fn &optional LOOKUP)" t nil)
22257
22258 (autoload 'quickurl-browse-url-ask "quickurl" "\
22259 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
22260
22261 \(fn LOOKUP)" t nil)
22262
22263 (autoload 'quickurl-edit-urls "quickurl" "\
22264 Pull `quickurl-url-file' into a buffer for hand editing.
22265
22266 \(fn)" t nil)
22267
22268 (autoload 'quickurl-list-mode "quickurl" "\
22269 A mode for browsing the quickurl URL list.
22270
22271 The key bindings for `quickurl-list-mode' are:
22272
22273 \\{quickurl-list-mode-map}
22274
22275 \(fn)" t nil)
22276
22277 (autoload 'quickurl-list "quickurl" "\
22278 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22279
22280 \(fn)" t nil)
22281
22282 ;;;***
22283 \f
22284 ;;;### (autoloads (rcirc-track-minor-mode rcirc-connect rcirc) "rcirc"
22285 ;;;;;; "net/rcirc.el" (20706 54231 807276 0))
22286 ;;; Generated autoloads from net/rcirc.el
22287
22288 (autoload 'rcirc "rcirc" "\
22289 Connect to all servers in `rcirc-server-alist'.
22290
22291 Do not connect to a server if it is already connected.
22292
22293 If ARG is non-nil, instead prompt for connection parameters.
22294
22295 \(fn ARG)" t nil)
22296
22297 (defalias 'irc 'rcirc)
22298
22299 (autoload 'rcirc-connect "rcirc" "\
22300
22301
22302 \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION)" nil nil)
22303
22304 (defvar rcirc-track-minor-mode nil "\
22305 Non-nil if Rcirc-Track minor mode is enabled.
22306 See the command `rcirc-track-minor-mode' for a description of this minor mode.
22307 Setting this variable directly does not take effect;
22308 either customize it (see the info node `Easy Customization')
22309 or call the function `rcirc-track-minor-mode'.")
22310
22311 (custom-autoload 'rcirc-track-minor-mode "rcirc" nil)
22312
22313 (autoload 'rcirc-track-minor-mode "rcirc" "\
22314 Global minor mode for tracking activity in rcirc buffers.
22315 With a prefix argument ARG, enable the mode if ARG is positive,
22316 and disable it otherwise. If called from Lisp, enable the mode
22317 if ARG is omitted or nil.
22318
22319 \(fn &optional ARG)" t nil)
22320
22321 ;;;***
22322 \f
22323 ;;;### (autoloads (remote-compile) "rcompile" "net/rcompile.el" (20706
22324 ;;;;;; 54231 807276 0))
22325 ;;; Generated autoloads from net/rcompile.el
22326
22327 (autoload 'remote-compile "rcompile" "\
22328 Compile the current buffer's directory on HOST. Log in as USER.
22329 See \\[compile].
22330
22331 \(fn HOST USER COMMAND)" t nil)
22332
22333 ;;;***
22334 \f
22335 ;;;### (autoloads (re-builder) "re-builder" "emacs-lisp/re-builder.el"
22336 ;;;;;; (20706 54231 807276 0))
22337 ;;; Generated autoloads from emacs-lisp/re-builder.el
22338
22339 (defalias 'regexp-builder 're-builder)
22340
22341 (autoload 're-builder "re-builder" "\
22342 Construct a regexp interactively.
22343 This command makes the current buffer the \"target\" buffer of
22344 the regexp builder. It displays a buffer named \"*RE-Builder*\"
22345 in another window, initially containing an empty regexp.
22346
22347 As you edit the regexp in the \"*RE-Builder*\" buffer, the
22348 matching parts of the target buffer will be highlighted.
22349
22350 \(fn)" t nil)
22351
22352 ;;;***
22353 \f
22354 ;;;### (autoloads (recentf-mode) "recentf" "recentf.el" (20706 54231
22355 ;;;;;; 807276 0))
22356 ;;; Generated autoloads from recentf.el
22357
22358 (defvar recentf-mode nil "\
22359 Non-nil if Recentf mode is enabled.
22360 See the command `recentf-mode' for a description of this minor mode.
22361 Setting this variable directly does not take effect;
22362 either customize it (see the info node `Easy Customization')
22363 or call the function `recentf-mode'.")
22364
22365 (custom-autoload 'recentf-mode "recentf" nil)
22366
22367 (autoload 'recentf-mode "recentf" "\
22368 Toggle \"Open Recent\" menu (Recentf mode).
22369 With a prefix argument ARG, enable Recentf mode if ARG is
22370 positive, and disable it otherwise. If called from Lisp, enable
22371 Recentf mode if ARG is omitted or nil.
22372
22373 When Recentf mode is enabled, a \"Open Recent\" submenu is
22374 displayed in the \"File\" menu, containing a list of files that
22375 were operated on recently.
22376
22377 \(fn &optional ARG)" t nil)
22378
22379 ;;;***
22380 \f
22381 ;;;### (autoloads (rectangle-number-lines clear-rectangle string-insert-rectangle
22382 ;;;;;; string-rectangle delete-whitespace-rectangle open-rectangle
22383 ;;;;;; insert-rectangle yank-rectangle copy-rectangle-as-kill kill-rectangle
22384 ;;;;;; extract-rectangle delete-extract-rectangle delete-rectangle)
22385 ;;;;;; "rect" "rect.el" (20706 54231 807276 0))
22386 ;;; Generated autoloads from rect.el
22387
22388 (autoload 'delete-rectangle "rect" "\
22389 Delete (don't save) text in the region-rectangle.
22390 The same range of columns is deleted in each line starting with the
22391 line where the region begins and ending with the line where the region
22392 ends.
22393
22394 When called from a program the rectangle's corners are START and END.
22395 With a prefix (or a FILL) argument, also fill lines where nothing has
22396 to be deleted.
22397
22398 \(fn START END &optional FILL)" t nil)
22399
22400 (autoload 'delete-extract-rectangle "rect" "\
22401 Delete the contents of the rectangle with corners at START and END.
22402 Return it as a list of strings, one for each line of the rectangle.
22403
22404 When called from a program the rectangle's corners are START and END.
22405 With an optional FILL argument, also fill lines where nothing has to be
22406 deleted.
22407
22408 \(fn START END &optional FILL)" nil nil)
22409
22410 (autoload 'extract-rectangle "rect" "\
22411 Return the contents of the rectangle with corners at START and END.
22412 Return it as a list of strings, one for each line of the rectangle.
22413
22414 \(fn START END)" nil nil)
22415
22416 (autoload 'kill-rectangle "rect" "\
22417 Delete the region-rectangle and save it as the last killed one.
22418
22419 When called from a program the rectangle's corners are START and END.
22420 You might prefer to use `delete-extract-rectangle' from a program.
22421
22422 With a prefix (or a FILL) argument, also fill lines where nothing has to be
22423 deleted.
22424
22425 If the buffer is read-only, Emacs will beep and refrain from deleting
22426 the rectangle, but put it in the kill ring anyway. This means that
22427 you can use this command to copy text from a read-only buffer.
22428 \(If the variable `kill-read-only-ok' is non-nil, then this won't
22429 even beep.)
22430
22431 \(fn START END &optional FILL)" t nil)
22432
22433 (autoload 'copy-rectangle-as-kill "rect" "\
22434 Copy the region-rectangle and save it as the last killed one.
22435
22436 \(fn START END)" t nil)
22437
22438 (autoload 'yank-rectangle "rect" "\
22439 Yank the last killed rectangle with upper left corner at point.
22440
22441 \(fn)" t nil)
22442
22443 (autoload 'insert-rectangle "rect" "\
22444 Insert text of RECTANGLE with upper left corner at point.
22445 RECTANGLE's first line is inserted at point, its second
22446 line is inserted at a point vertically under point, etc.
22447 RECTANGLE should be a list of strings.
22448 After this command, the mark is at the upper left corner
22449 and point is at the lower right corner.
22450
22451 \(fn RECTANGLE)" nil nil)
22452
22453 (autoload 'open-rectangle "rect" "\
22454 Blank out the region-rectangle, shifting text right.
22455
22456 The text previously in the region is not overwritten by the blanks,
22457 but instead winds up to the right of the rectangle.
22458
22459 When called from a program the rectangle's corners are START and END.
22460 With a prefix (or a FILL) argument, fill with blanks even if there is
22461 no text on the right side of the rectangle.
22462
22463 \(fn START END &optional FILL)" t nil)
22464
22465 (defalias 'close-rectangle 'delete-whitespace-rectangle)
22466
22467 (autoload 'delete-whitespace-rectangle "rect" "\
22468 Delete all whitespace following a specified column in each line.
22469 The left edge of the rectangle specifies the position in each line
22470 at which whitespace deletion should begin. On each line in the
22471 rectangle, all continuous whitespace starting at that column is deleted.
22472
22473 When called from a program the rectangle's corners are START and END.
22474 With a prefix (or a FILL) argument, also fill too short lines.
22475
22476 \(fn START END &optional FILL)" t nil)
22477
22478 (autoload 'string-rectangle "rect" "\
22479 Replace rectangle contents with STRING on each line.
22480 The length of STRING need not be the same as the rectangle width.
22481
22482 Called from a program, takes three args; START, END and STRING.
22483
22484 \(fn START END STRING)" t nil)
22485
22486 (defalias 'replace-rectangle 'string-rectangle)
22487
22488 (autoload 'string-insert-rectangle "rect" "\
22489 Insert STRING on each line of region-rectangle, shifting text right.
22490
22491 When called from a program, the rectangle's corners are START and END.
22492 The left edge of the rectangle specifies the column for insertion.
22493 This command does not delete or overwrite any existing text.
22494
22495 \(fn START END STRING)" t nil)
22496
22497 (autoload 'clear-rectangle "rect" "\
22498 Blank out the region-rectangle.
22499 The text previously in the region is overwritten with blanks.
22500
22501 When called from a program the rectangle's corners are START and END.
22502 With a prefix (or a FILL) argument, also fill with blanks the parts of the
22503 rectangle which were empty.
22504
22505 \(fn START END &optional FILL)" t nil)
22506
22507 (autoload 'rectangle-number-lines "rect" "\
22508 Insert numbers in front of the region-rectangle.
22509
22510 START-AT, if non-nil, should be a number from which to begin
22511 counting. FORMAT, if non-nil, should be a format string to pass
22512 to `format' along with the line count. When called interactively
22513 with a prefix argument, prompt for START-AT and FORMAT.
22514
22515 \(fn START END START-AT &optional FORMAT)" t nil)
22516
22517 ;;;***
22518 \f
22519 ;;;### (autoloads (refill-mode) "refill" "textmodes/refill.el" (20706
22520 ;;;;;; 54231 807276 0))
22521 ;;; Generated autoloads from textmodes/refill.el
22522
22523 (autoload 'refill-mode "refill" "\
22524 Toggle automatic refilling (Refill mode).
22525 With a prefix argument ARG, enable Refill mode if ARG is
22526 positive, and disable it otherwise. If called from Lisp, enable
22527 the mode if ARG is omitted or nil.
22528
22529 Refill mode is a buffer-local minor mode. When enabled, the
22530 current paragraph is refilled as you edit. Self-inserting
22531 characters only cause refilling if they would cause
22532 auto-filling.
22533
22534 For true \"word wrap\" behavior, use `visual-line-mode' instead.
22535
22536 \(fn &optional ARG)" t nil)
22537
22538 ;;;***
22539 \f
22540 ;;;### (autoloads (reftex-reset-scanning-information reftex-mode
22541 ;;;;;; turn-on-reftex) "reftex" "textmodes/reftex.el" (20706 54231
22542 ;;;;;; 807276 0))
22543 ;;; Generated autoloads from textmodes/reftex.el
22544
22545 (autoload 'turn-on-reftex "reftex" "\
22546 Turn on RefTeX mode.
22547
22548 \(fn)" nil nil)
22549
22550 (autoload 'reftex-mode "reftex" "\
22551 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
22552
22553 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
22554 capabilities is available with `\\[reftex-toc]'.
22555
22556 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
22557 When referencing, you get a menu with all labels of a given type and
22558 context of the label definition. The selected label is inserted as a
22559 \\ref macro.
22560
22561 Citations can be made with `\\[reftex-citation]' which will use a regular expression
22562 to pull out a *formatted* list of articles from your BibTeX
22563 database. The selected citation is inserted as a \\cite macro.
22564
22565 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
22566 or the current selection. More general index entries are created with
22567 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
22568
22569 Most command have help available on the fly. This help is accessed by
22570 pressing `?' to any prompt mentioning this feature.
22571
22572 Extensive documentation about RefTeX is available in Info format.
22573 You can view this information with `\\[reftex-info]'.
22574
22575 \\{reftex-mode-map}
22576 Under X, these and other functions will also be available as `Ref' menu
22577 on the menu bar.
22578
22579 ------------------------------------------------------------------------------
22580
22581 \(fn &optional ARG)" t nil)
22582
22583 (autoload 'reftex-reset-scanning-information "reftex" "\
22584 Reset the symbols containing information from buffer scanning.
22585 This enforces rescanning the buffer on next use.
22586
22587 \(fn)" nil nil)
22588
22589 ;;;***
22590 \f
22591 ;;;### (autoloads (reftex-citation) "reftex-cite" "textmodes/reftex-cite.el"
22592 ;;;;;; (20706 54231 807276 0))
22593 ;;; Generated autoloads from textmodes/reftex-cite.el
22594
22595 (autoload 'reftex-citation "reftex-cite" "\
22596 Make a citation using BibTeX database files.
22597 After prompting for a regular expression, scans the buffers with
22598 bibtex entries (taken from the \\bibliography command) and offers the
22599 matching entries for selection. The selected entry is formatted according
22600 to `reftex-cite-format' and inserted into the buffer.
22601
22602 If NO-INSERT is non-nil, nothing is inserted, only the selected key returned.
22603
22604 FORMAT-KEY can be used to pre-select a citation format.
22605
22606 When called with a `C-u' prefix, prompt for optional arguments in
22607 cite macros. When called with a numeric prefix, make that many
22608 citations. When called with point inside the braces of a `\\cite'
22609 command, it will add another key, ignoring the value of
22610 `reftex-cite-format'.
22611
22612 The regular expression uses an expanded syntax: && is interpreted as `and'.
22613 Thus, `aaaa&&bbb' matches entries which contain both `aaaa' and `bbb'.
22614 While entering the regexp, completion on knows citation keys is possible.
22615 `=' is a good regular expression to match all entries in all files.
22616
22617 \(fn &optional NO-INSERT FORMAT-KEY)" t nil)
22618
22619 ;;;***
22620 \f
22621 ;;;### (autoloads (reftex-isearch-minor-mode) "reftex-global" "textmodes/reftex-global.el"
22622 ;;;;;; (20706 54231 807276 0))
22623 ;;; Generated autoloads from textmodes/reftex-global.el
22624
22625 (autoload 'reftex-isearch-minor-mode "reftex-global" "\
22626 When on, isearch searches the whole document, not only the current file.
22627 This minor mode allows isearch to search through all the files of
22628 the current TeX document.
22629
22630 With no argument, this command toggles
22631 `reftex-isearch-minor-mode'. With a prefix argument ARG, turn
22632 `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off.
22633
22634 \(fn &optional ARG)" t nil)
22635
22636 ;;;***
22637 \f
22638 ;;;### (autoloads (reftex-index-phrases-mode) "reftex-index" "textmodes/reftex-index.el"
22639 ;;;;;; (20706 54231 807276 0))
22640 ;;; Generated autoloads from textmodes/reftex-index.el
22641
22642 (autoload 'reftex-index-phrases-mode "reftex-index" "\
22643 Major mode for managing the Index phrases of a LaTeX document.
22644 This buffer was created with RefTeX.
22645
22646 To insert new phrases, use
22647 - `C-c \\' in the LaTeX document to copy selection or word
22648 - `\\[reftex-index-new-phrase]' in the phrases buffer.
22649
22650 To index phrases use one of:
22651
22652 \\[reftex-index-this-phrase] index current phrase
22653 \\[reftex-index-next-phrase] index next phrase (or N with prefix arg)
22654 \\[reftex-index-all-phrases] index all phrases
22655 \\[reftex-index-remaining-phrases] index current and following phrases
22656 \\[reftex-index-region-phrases] index the phrases in the region
22657
22658 You can sort the phrases in this buffer with \\[reftex-index-sort-phrases].
22659 To display information about the phrase at point, use \\[reftex-index-phrases-info].
22660
22661 For more information see the RefTeX User Manual.
22662
22663 Here are all local bindings.
22664
22665 \\{reftex-index-phrases-mode-map}
22666
22667 \(fn)" t nil)
22668
22669 ;;;***
22670 \f
22671 ;;;### (autoloads (reftex-all-document-files) "reftex-parse" "textmodes/reftex-parse.el"
22672 ;;;;;; (20706 54231 807276 0))
22673 ;;; Generated autoloads from textmodes/reftex-parse.el
22674
22675 (autoload 'reftex-all-document-files "reftex-parse" "\
22676 Return a list of all files belonging to the current document.
22677 When RELATIVE is non-nil, give file names relative to directory
22678 of master file.
22679
22680 \(fn &optional RELATIVE)" nil nil)
22681
22682 ;;;***
22683 \f
22684 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (20706
22685 ;;;;;; 54231 807276 0))
22686 ;;; Generated autoloads from textmodes/reftex-vars.el
22687 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22688 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
22689 (put 'reftex-level-indent 'safe-local-variable 'integerp)
22690 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
22691
22692 ;;;***
22693 \f
22694 ;;;### (autoloads (regexp-opt-depth regexp-opt) "regexp-opt" "emacs-lisp/regexp-opt.el"
22695 ;;;;;; (20706 54231 807276 0))
22696 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
22697
22698 (autoload 'regexp-opt "regexp-opt" "\
22699 Return a regexp to match a string in the list STRINGS.
22700 Each string should be unique in STRINGS and should not contain any regexps,
22701 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
22702 is enclosed by at least one regexp grouping construct.
22703 The returned regexp is typically more efficient than the equivalent regexp:
22704
22705 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
22706 (concat open (mapconcat 'regexp-quote STRINGS \"\\\\|\") close))
22707
22708 If PAREN is `words', then the resulting regexp is additionally surrounded
22709 by \\=\\< and \\>.
22710 If PAREN is `symbols', then the resulting regexp is additionally surrounded
22711 by \\=\\_< and \\_>.
22712
22713 \(fn STRINGS &optional PAREN)" nil nil)
22714
22715 (autoload 'regexp-opt-depth "regexp-opt" "\
22716 Return the depth of REGEXP.
22717 This means the number of non-shy regexp grouping constructs
22718 \(parenthesized expressions) in REGEXP.
22719
22720 \(fn REGEXP)" nil nil)
22721
22722 ;;;***
22723 \f
22724 ;;;### (autoloads (remember-diary-extract-entries remember-clipboard
22725 ;;;;;; remember-other-frame remember) "remember" "textmodes/remember.el"
22726 ;;;;;; (20706 54231 807276 0))
22727 ;;; Generated autoloads from textmodes/remember.el
22728
22729 (autoload 'remember "remember" "\
22730 Remember an arbitrary piece of data.
22731 INITIAL is the text to initially place in the *Remember* buffer,
22732 or nil to bring up a blank *Remember* buffer.
22733
22734 With a prefix or a visible region, use the region as INITIAL.
22735
22736 \(fn &optional INITIAL)" t nil)
22737
22738 (autoload 'remember-other-frame "remember" "\
22739 Call `remember' in another frame.
22740
22741 \(fn &optional INITIAL)" t nil)
22742
22743 (autoload 'remember-clipboard "remember" "\
22744 Remember the contents of the current clipboard.
22745 Most useful for remembering things from Netscape or other X Windows
22746 application.
22747
22748 \(fn)" t nil)
22749
22750 (autoload 'remember-diary-extract-entries "remember" "\
22751 Extract diary entries from the region.
22752
22753 \(fn)" nil nil)
22754
22755 ;;;***
22756 \f
22757 ;;;### (autoloads (repeat) "repeat" "repeat.el" (20706 54231 807276
22758 ;;;;;; 0))
22759 ;;; Generated autoloads from repeat.el
22760
22761 (autoload 'repeat "repeat" "\
22762 Repeat most recently executed command.
22763 If REPEAT-ARG is non-nil (interactively, with a prefix argument),
22764 supply a prefix argument to that command. Otherwise, give the
22765 command the same prefix argument it was given before, if any.
22766
22767 If this command is invoked by a multi-character key sequence, it
22768 can then be repeated by repeating the final character of that
22769 sequence. This behavior can be modified by the global variable
22770 `repeat-on-final-keystroke'.
22771
22772 `repeat' ignores commands bound to input events. Hence the term
22773 \"most recently executed command\" shall be read as \"most
22774 recently executed command not bound to an input event\".
22775
22776 \(fn REPEAT-ARG)" t nil)
22777
22778 ;;;***
22779 \f
22780 ;;;### (autoloads (reporter-submit-bug-report) "reporter" "mail/reporter.el"
22781 ;;;;;; (20706 54231 807276 0))
22782 ;;; Generated autoloads from mail/reporter.el
22783
22784 (autoload 'reporter-submit-bug-report "reporter" "\
22785 Begin submitting a bug report via email.
22786
22787 ADDRESS is the email address for the package's maintainer. PKGNAME is
22788 the name of the package (if you want to include version numbers,
22789 you must put them into PKGNAME before calling this function).
22790 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
22791 Optional SALUTATION is inserted at the top of the mail buffer,
22792 and point is left after the salutation.
22793
22794 VARLIST is the list of variables to dump (see `reporter-dump-state'
22795 for details). The optional argument PRE-HOOKS and POST-HOOKS are
22796 passed to `reporter-dump-state'. Optional argument SALUTATION is text
22797 to be inserted at the top of the mail buffer; in that case, point is
22798 left after that text.
22799
22800 This function prompts for a summary if `reporter-prompt-for-summary-p'
22801 is non-nil.
22802
22803 This function does not send a message; it uses the given information
22804 to initialize a message, which the user can then edit and finally send
22805 \(or decline to send). The variable `mail-user-agent' controls which
22806 mail-sending package is used for editing and sending the message.
22807
22808 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
22809
22810 ;;;***
22811 \f
22812 ;;;### (autoloads (reposition-window) "reposition" "reposition.el"
22813 ;;;;;; (20706 54231 807276 0))
22814 ;;; Generated autoloads from reposition.el
22815
22816 (autoload 'reposition-window "reposition" "\
22817 Make the current definition and/or comment visible.
22818 Further invocations move it to the top of the window or toggle the
22819 visibility of comments that precede it.
22820 Point is left unchanged unless prefix ARG is supplied.
22821 If the definition is fully onscreen, it is moved to the top of the
22822 window. If it is partly offscreen, the window is scrolled to get the
22823 definition (or as much as will fit) onscreen, unless point is in a comment
22824 which is also partly offscreen, in which case the scrolling attempts to get
22825 as much of the comment onscreen as possible.
22826 Initially `reposition-window' attempts to make both the definition and
22827 preceding comments visible. Further invocations toggle the visibility of
22828 the comment lines.
22829 If ARG is non-nil, point may move in order to make the whole defun
22830 visible (if only part could otherwise be made so), to make the defun line
22831 visible (if point is in code and it could not be made so, or if only
22832 comments, including the first comment line, are visible), or to make the
22833 first comment line visible (if point is in a comment).
22834
22835 \(fn &optional ARG)" t nil)
22836
22837 ;;;***
22838 \f
22839 ;;;### (autoloads (global-reveal-mode reveal-mode) "reveal" "reveal.el"
22840 ;;;;;; (20706 54231 807276 0))
22841 ;;; Generated autoloads from reveal.el
22842
22843 (autoload 'reveal-mode "reveal" "\
22844 Toggle uncloaking of invisible text near point (Reveal mode).
22845 With a prefix argument ARG, enable Reveal mode if ARG is
22846 positive, and disable it otherwise. If called from Lisp, enable
22847 Reveal mode if ARG is omitted or nil.
22848
22849 Reveal mode is a buffer-local minor mode. When enabled, it
22850 reveals invisible text around point.
22851
22852 \(fn &optional ARG)" t nil)
22853
22854 (defvar global-reveal-mode nil "\
22855 Non-nil if Global-Reveal mode is enabled.
22856 See the command `global-reveal-mode' for a description of this minor mode.
22857 Setting this variable directly does not take effect;
22858 either customize it (see the info node `Easy Customization')
22859 or call the function `global-reveal-mode'.")
22860
22861 (custom-autoload 'global-reveal-mode "reveal" nil)
22862
22863 (autoload 'global-reveal-mode "reveal" "\
22864 Toggle Reveal mode in all buffers (Global Reveal mode).
22865 Reveal mode renders invisible text around point visible again.
22866
22867 With a prefix argument ARG, enable Global Reveal mode if ARG is
22868 positive, and disable it otherwise. If called from Lisp, enable
22869 the mode if ARG is omitted or nil.
22870
22871 \(fn &optional ARG)" t nil)
22872
22873 ;;;***
22874 \f
22875 ;;;### (autoloads (make-ring ring-p) "ring" "emacs-lisp/ring.el"
22876 ;;;;;; (20706 54231 807276 0))
22877 ;;; Generated autoloads from emacs-lisp/ring.el
22878
22879 (autoload 'ring-p "ring" "\
22880 Return t if X is a ring; nil otherwise.
22881
22882 \(fn X)" nil nil)
22883
22884 (autoload 'make-ring "ring" "\
22885 Make a ring that can contain SIZE elements.
22886
22887 \(fn SIZE)" nil nil)
22888
22889 ;;;***
22890 \f
22891 ;;;### (autoloads (rlogin) "rlogin" "net/rlogin.el" (20706 54231
22892 ;;;;;; 807276 0))
22893 ;;; Generated autoloads from net/rlogin.el
22894
22895 (autoload 'rlogin "rlogin" "\
22896 Open a network login connection via `rlogin' with args INPUT-ARGS.
22897 INPUT-ARGS should start with a host name; it may also contain
22898 other arguments for `rlogin'.
22899
22900 Input is sent line-at-a-time to the remote connection.
22901
22902 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
22903 \(or `*rlogin-USER@HOST*' if the remote username differs).
22904 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
22905 a new buffer with a different connection will be made.
22906
22907 When called from a program, if the optional second argument BUFFER is
22908 a string or buffer, it specifies the buffer to use.
22909
22910 The variable `rlogin-program' contains the name of the actual program to
22911 run. It can be a relative or absolute path.
22912
22913 The variable `rlogin-explicit-args' is a list of arguments to give to
22914 the rlogin when starting. They are added after any arguments given in
22915 INPUT-ARGS.
22916
22917 If the default value of `rlogin-directory-tracking-mode' is t, then the
22918 default directory in that buffer is set to a remote (FTP) file name to
22919 access your home directory on the remote machine. Occasionally this causes
22920 an error, if you cannot access the home directory on that machine. This
22921 error is harmless as long as you don't try to use that default directory.
22922
22923 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
22924 directory is initially set up to your (local) home directory.
22925 This is useful if the remote machine and your local machine
22926 share the same files via NFS. This is the default.
22927
22928 If you wish to change directory tracking styles during a session, use the
22929 function `rlogin-directory-tracking-mode' rather than simply setting the
22930 variable.
22931
22932 \(fn INPUT-ARGS &optional BUFFER)" t nil)
22933
22934 ;;;***
22935 \f
22936 ;;;### (autoloads (rmail-set-remote-password rmail-input rmail-mode
22937 ;;;;;; rmail rmail-show-message-hook rmail-secondary-file-regexp
22938 ;;;;;; rmail-secondary-file-directory rmail-primary-inbox-list rmail-highlighted-headers
22939 ;;;;;; rmail-retry-ignored-headers rmail-displayed-headers rmail-ignored-headers
22940 ;;;;;; rmail-user-mail-address-regexp rmail-movemail-variant-p rmail-spool-directory
22941 ;;;;;; rmail-file-name) "rmail" "mail/rmail.el" (20706 54231 807276
22942 ;;;;;; 0))
22943 ;;; Generated autoloads from mail/rmail.el
22944
22945 (defvar rmail-file-name (purecopy "~/RMAIL") "\
22946 Name of user's primary mail file.")
22947
22948 (custom-autoload 'rmail-file-name "rmail" t)
22949
22950 (put 'rmail-spool-directory 'standard-value '((cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))))
22951
22952 (defvar rmail-spool-directory (purecopy (cond ((file-exists-p "/var/mail") "/var/mail/") ((file-exists-p "/var/spool/mail") "/var/spool/mail/") ((memq system-type '(hpux usg-unix-v irix)) "/usr/mail/") (t "/usr/spool/mail/"))) "\
22953 Name of directory used by system mailer for delivering new mail.
22954 Its name should end with a slash.")
22955
22956 (custom-autoload 'rmail-spool-directory "rmail" t)
22957 (custom-initialize-delay 'rmail-spool-directory nil)
22958
22959 (autoload 'rmail-movemail-variant-p "rmail" "\
22960 Return t if the current movemail variant is any of VARIANTS.
22961 Currently known variants are 'emacs and 'mailutils.
22962
22963 \(fn &rest VARIANTS)" nil nil)
22964
22965 (defvar rmail-user-mail-address-regexp nil "\
22966 Regexp matching user mail addresses.
22967 If non-nil, this variable is used to identify the correspondent
22968 when receiving new mail. If it matches the address of the sender,
22969 the recipient is taken as correspondent of a mail.
22970 If nil (default value), your `user-login-name' and `user-mail-address'
22971 are used to exclude yourself as correspondent.
22972
22973 Usually you don't have to set this variable, except if you collect mails
22974 sent by you under different user names.
22975 Then it should be a regexp matching your mail addresses.
22976
22977 Setting this variable has an effect only before reading a mail.")
22978
22979 (custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
22980
22981 (define-obsolete-variable-alias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
22982
22983 (defvar rmail-default-dont-reply-to-names nil "\
22984 Regexp specifying part of the default value of `mail-dont-reply-to-names'.
22985 This is used when the user does not set `mail-dont-reply-to-names'
22986 explicitly.")
22987
22988 (make-obsolete-variable 'rmail-default-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
22989
22990 (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-.*:")) "\
22991 Regexp to match header fields that Rmail should normally hide.
22992 \(See also `rmail-nonignored-headers', which overrides this regexp.)
22993 This variable is used for reformatting the message header,
22994 which normally happens once for each message,
22995 when you view the message for the first time in Rmail.
22996 To make a change in this variable take effect
22997 for a message that you have already viewed,
22998 go to that message and type \\[rmail-toggle-header] twice.")
22999
23000 (custom-autoload 'rmail-ignored-headers "rmail" t)
23001
23002 (defvar rmail-displayed-headers nil "\
23003 Regexp to match Header fields that Rmail should display.
23004 If nil, display all header fields except those matched by
23005 `rmail-ignored-headers'.")
23006
23007 (custom-autoload 'rmail-displayed-headers "rmail" t)
23008
23009 (defvar rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:") "\
23010 Headers that should be stripped when retrying a failed message.")
23011
23012 (custom-autoload 'rmail-retry-ignored-headers "rmail" t)
23013
23014 (defvar rmail-highlighted-headers (purecopy "^From:\\|^Subject:") "\
23015 Regexp to match Header fields that Rmail should normally highlight.
23016 A value of nil means don't highlight. Uses the face `rmail-highlight'.")
23017
23018 (custom-autoload 'rmail-highlighted-headers "rmail" t)
23019
23020 (defvar rmail-primary-inbox-list nil "\
23021 List of files that are inboxes for your primary mail file `rmail-file-name'.
23022 If this is nil, uses the environment variable MAIL. If that is
23023 unset, uses a file named by the function `user-login-name' in the
23024 directory `rmail-spool-directory' (whose value depends on the
23025 operating system). For example, \"/var/mail/USER\".")
23026
23027 (custom-autoload 'rmail-primary-inbox-list "rmail" t)
23028
23029 (defvar rmail-secondary-file-directory (purecopy "~/") "\
23030 Directory for additional secondary Rmail files.")
23031
23032 (custom-autoload 'rmail-secondary-file-directory "rmail" t)
23033
23034 (defvar rmail-secondary-file-regexp (purecopy "\\.xmail$") "\
23035 Regexp for which files are secondary Rmail files.")
23036
23037 (custom-autoload 'rmail-secondary-file-regexp "rmail" t)
23038
23039 (defvar rmail-mode-hook nil "\
23040 List of functions to call when Rmail is invoked.")
23041
23042 (defvar rmail-show-message-hook nil "\
23043 List of functions to call when Rmail displays a message.")
23044
23045 (custom-autoload 'rmail-show-message-hook "rmail" t)
23046
23047 (defvar rmail-file-coding-system nil "\
23048 Coding system used in RMAIL file.
23049
23050 This is set to nil by default.")
23051
23052 (defvar rmail-insert-mime-forwarded-message-function nil "\
23053 Function to insert a message in MIME format so it can be forwarded.
23054 This function is called if `rmail-enable-mime' and
23055 `rmail-enable-mime-composing' are non-nil.
23056 It is called with one argument FORWARD-BUFFER, which is a
23057 buffer containing the message to forward. The current buffer
23058 is the outgoing mail buffer.")
23059
23060 (autoload 'rmail "rmail" "\
23061 Read and edit incoming mail.
23062 Moves messages into file named by `rmail-file-name' and edits that
23063 file in RMAIL Mode.
23064 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
23065
23066 May be called with file name as argument; then performs rmail editing on
23067 that file, but does not copy any new mail into the file.
23068 Interactively, if you supply a prefix argument, then you
23069 have a chance to specify a file name with the minibuffer.
23070
23071 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
23072
23073 \(fn &optional FILE-NAME-ARG)" t nil)
23074
23075 (autoload 'rmail-mode "rmail" "\
23076 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
23077 All normal editing commands are turned off.
23078 Instead, these commands are available:
23079
23080 \\[rmail-beginning-of-message] Move point to front of this message.
23081 \\[rmail-end-of-message] Move point to bottom of this message.
23082 \\[scroll-up] Scroll to next screen of this message.
23083 \\[scroll-down] Scroll to previous screen of this message.
23084 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
23085 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
23086 \\[rmail-next-message] Move to Next message whether deleted or not.
23087 \\[rmail-previous-message] Move to Previous message whether deleted or not.
23088 \\[rmail-first-message] Move to the first message in Rmail file.
23089 \\[rmail-last-message] Move to the last message in Rmail file.
23090 \\[rmail-show-message] Jump to message specified by numeric position in file.
23091 \\[rmail-search] Search for string and show message it is found in.
23092 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
23093 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
23094 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
23095 till a deleted message is found.
23096 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
23097 \\[rmail-expunge] Expunge deleted messages.
23098 \\[rmail-expunge-and-save] Expunge and save the file.
23099 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
23100 \\[save-buffer] Save without expunging.
23101 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
23102 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
23103 \\[rmail-continue] Continue composing outgoing message started before.
23104 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
23105 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
23106 \\[rmail-forward] Forward this message to another user.
23107 \\[rmail-output] Output (append) this message to another mail file.
23108 \\[rmail-output-as-seen] Output (append) this message to file as it's displayed.
23109 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
23110 \\[rmail-input] Input Rmail file. Run Rmail on that file.
23111 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
23112 \\[rmail-kill-label] Kill label. Remove a label from current message.
23113 \\[rmail-next-labeled-message] Move to Next message with specified label
23114 (label defaults to last one specified).
23115 Standard labels: filed, unseen, answered, forwarded, deleted.
23116 Any other label is present only if you add it with \\[rmail-add-label].
23117 \\[rmail-previous-labeled-message] Move to Previous message with specified label
23118 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
23119 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
23120 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
23121 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
23122 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
23123 \\[rmail-toggle-header] Toggle display of complete header.
23124
23125 \(fn)" t nil)
23126
23127 (autoload 'rmail-input "rmail" "\
23128 Run Rmail on file FILENAME.
23129
23130 \(fn FILENAME)" t nil)
23131
23132 (autoload 'rmail-set-remote-password "rmail" "\
23133 Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23134
23135 \(fn PASSWORD)" t nil)
23136
23137 ;;;***
23138 \f
23139 ;;;### (autoloads (rmail-output-body-to-file rmail-output-as-seen
23140 ;;;;;; rmail-output) "rmailout" "mail/rmailout.el" (20706 54231
23141 ;;;;;; 807276 0))
23142 ;;; Generated autoloads from mail/rmailout.el
23143 (put 'rmail-output-file-alist 'risky-local-variable t)
23144
23145 (autoload 'rmail-output "rmailout" "\
23146 Append this message to mail file FILE-NAME.
23147 Writes mbox format, unless FILE-NAME exists and is Babyl format, in which
23148 case it writes Babyl.
23149
23150 Interactively, the default file name comes from `rmail-default-file',
23151 which is updated to the name you use in this command. In all uses, if
23152 FILE-NAME is not absolute, it is expanded with the directory part of
23153 `rmail-default-file'.
23154
23155 If a buffer is visiting FILE-NAME, adds the text to that buffer
23156 rather than saving the file directly. If the buffer is an Rmail
23157 buffer, updates it accordingly.
23158
23159 This command always outputs the complete message header, even if
23160 the header display is currently pruned.
23161
23162 Optional prefix argument COUNT (default 1) says to output that
23163 many consecutive messages, starting with the current one (ignoring
23164 deleted messages). If `rmail-delete-after-output' is non-nil, deletes
23165 messages after output.
23166
23167 The optional third argument NOATTRIBUTE, if non-nil, says not to
23168 set the `filed' attribute, and not to display a \"Wrote file\"
23169 message (if writing a file directly).
23170
23171 Set the optional fourth argument NOT-RMAIL non-nil if you call this
23172 from a non-Rmail buffer. In this case, COUNT is ignored.
23173
23174 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23175
23176 (autoload 'rmail-output-as-seen "rmailout" "\
23177 Append this message to mbox file named FILE-NAME.
23178 The details are as for `rmail-output', except that:
23179 i) the header is output as currently seen
23180 ii) this function cannot write to Babyl files
23181 iii) an Rmail buffer cannot be visiting FILE-NAME
23182
23183 Note that if NOT-RMAIL is non-nil, there is no difference between this
23184 function and `rmail-output'. This argument may be removed in future,
23185 so you should call `rmail-output' directly in that case.
23186
23187 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23188
23189 (autoload 'rmail-output-body-to-file "rmailout" "\
23190 Write this message body to the file FILE-NAME.
23191 Interactively, the default file name comes from either the message
23192 \"Subject\" header, or from `rmail-default-body-file'. Updates the value
23193 of `rmail-default-body-file' accordingly. In all uses, if FILE-NAME
23194 is not absolute, it is expanded with the directory part of
23195 `rmail-default-body-file'.
23196
23197 Note that this overwrites FILE-NAME (after confirmation), rather
23198 than appending to it. Deletes the message after writing if
23199 `rmail-delete-after-output' is non-nil.
23200
23201 \(fn FILE-NAME)" t nil)
23202
23203 ;;;***
23204 \f
23205 ;;;### (autoloads (rng-c-load-schema) "rng-cmpct" "nxml/rng-cmpct.el"
23206 ;;;;;; (20706 54231 807276 0))
23207 ;;; Generated autoloads from nxml/rng-cmpct.el
23208
23209 (autoload 'rng-c-load-schema "rng-cmpct" "\
23210 Load a schema in RELAX NG compact syntax from FILENAME.
23211 Return a pattern.
23212
23213 \(fn FILENAME)" nil nil)
23214
23215 ;;;***
23216 \f
23217 ;;;### (autoloads (rng-nxml-mode-init) "rng-nxml" "nxml/rng-nxml.el"
23218 ;;;;;; (20706 54231 807276 0))
23219 ;;; Generated autoloads from nxml/rng-nxml.el
23220
23221 (autoload 'rng-nxml-mode-init "rng-nxml" "\
23222 Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
23223 This is typically called from `nxml-mode-hook'.
23224 Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23225
23226 \(fn)" t nil)
23227
23228 ;;;***
23229 \f
23230 ;;;### (autoloads (rng-validate-mode) "rng-valid" "nxml/rng-valid.el"
23231 ;;;;;; (20706 54231 807276 0))
23232 ;;; Generated autoloads from nxml/rng-valid.el
23233
23234 (autoload 'rng-validate-mode "rng-valid" "\
23235 Minor mode performing continual validation against a RELAX NG schema.
23236
23237 Checks whether the buffer is a well-formed XML 1.0 document,
23238 conforming to the XML Namespaces Recommendation and valid against a
23239 RELAX NG schema. The mode-line indicates whether it is or not. Any
23240 parts of the buffer that cause it not to be are considered errors and
23241 are highlighted with face `rng-error'. A description of each error is
23242 available as a tooltip. \\[rng-next-error] goes to the next error
23243 after point. Clicking mouse-1 on the word `Invalid' in the mode-line
23244 goes to the first error in the buffer. If the buffer changes, then it
23245 will be automatically rechecked when Emacs becomes idle; the
23246 rechecking will be paused whenever there is input pending.
23247
23248 By default, uses a vacuous schema that allows any well-formed XML
23249 document. A schema can be specified explicitly using
23250 \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's
23251 file name or on the root element name. In each case the schema must
23252 be a RELAX NG schema using the compact schema (such schemas
23253 conventionally have a suffix of `.rnc'). The variable
23254 `rng-schema-locating-files' specifies files containing rules
23255 to use for finding the schema.
23256
23257 \(fn &optional ARG NO-CHANGE-SCHEMA)" t nil)
23258
23259 ;;;***
23260 \f
23261 ;;;### (autoloads (rng-xsd-compile) "rng-xsd" "nxml/rng-xsd.el" (20706
23262 ;;;;;; 54231 807276 0))
23263 ;;; Generated autoloads from nxml/rng-xsd.el
23264
23265 (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
23266
23267 (autoload 'rng-xsd-compile "rng-xsd" "\
23268 Provides W3C XML Schema as a RELAX NG datatypes library.
23269 NAME is a symbol giving the local name of the datatype. PARAMS is a
23270 list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol
23271 giving the name of the parameter and PARAM-VALUE is a string giving
23272 its value. If NAME or PARAMS are invalid, it calls rng-dt-error
23273 passing it arguments in the same style as format; the value from
23274 rng-dt-error will be returned. Otherwise, it returns a list. The
23275 first member of the list is t if any string is a legal value for the
23276 datatype and nil otherwise. The second argument is a symbol; this
23277 symbol will be called as a function passing it a string followed by
23278 the remaining members of the list. The function must return an object
23279 representing the value of the datatype that was represented by the
23280 string, or nil if the string is not a representation of any value.
23281 The object returned can be any convenient non-nil value, provided
23282 that, if two strings represent the same value, the returned objects
23283 must be equal.
23284
23285 \(fn NAME PARAMS)" nil nil)
23286
23287 ;;;***
23288 \f
23289 ;;;### (autoloads (robin-use-package robin-modify-package robin-define-package)
23290 ;;;;;; "robin" "international/robin.el" (20627 10158 364804 0))
23291 ;;; Generated autoloads from international/robin.el
23292
23293 (autoload 'robin-define-package "robin" "\
23294 Define a robin package.
23295
23296 NAME is the string of this robin package.
23297 DOCSTRING is the documentation string of this robin package.
23298 Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
23299 OUTPUT is either a character or a string. RULES are not evaluated.
23300
23301 If there already exists a robin package whose name is NAME, the new
23302 one replaces the old one.
23303
23304 \(fn NAME DOCSTRING &rest RULES)" nil t)
23305
23306 (autoload 'robin-modify-package "robin" "\
23307 Change a rule in an already defined robin package.
23308
23309 NAME is the string specifying a robin package.
23310 INPUT is a string that specifies the input pattern.
23311 OUTPUT is either a character or a string to be generated.
23312
23313 \(fn NAME INPUT OUTPUT)" nil nil)
23314
23315 (autoload 'robin-use-package "robin" "\
23316 Start using robin package NAME, which is a string.
23317
23318 \(fn NAME)" nil nil)
23319
23320 ;;;***
23321 \f
23322 ;;;### (autoloads (toggle-rot13-mode rot13-other-window rot13-region
23323 ;;;;;; rot13-string rot13) "rot13" "rot13.el" (20706 54231 807276
23324 ;;;;;; 0))
23325 ;;; Generated autoloads from rot13.el
23326
23327 (autoload 'rot13 "rot13" "\
23328 Return ROT13 encryption of OBJECT, a buffer or string.
23329
23330 \(fn OBJECT &optional START END)" nil nil)
23331
23332 (autoload 'rot13-string "rot13" "\
23333 Return ROT13 encryption of STRING.
23334
23335 \(fn STRING)" nil nil)
23336
23337 (autoload 'rot13-region "rot13" "\
23338 ROT13 encrypt the region between START and END in current buffer.
23339
23340 \(fn START END)" t nil)
23341
23342 (autoload 'rot13-other-window "rot13" "\
23343 Display current buffer in ROT13 in another window.
23344 The text itself is not modified, only the way it is displayed is affected.
23345
23346 To terminate the ROT13 display, delete that window. As long as that window
23347 is not deleted, any buffer displayed in it will become instantly encoded
23348 in ROT13.
23349
23350 See also `toggle-rot13-mode'.
23351
23352 \(fn)" t nil)
23353
23354 (autoload 'toggle-rot13-mode "rot13" "\
23355 Toggle the use of ROT13 encoding for the current window.
23356
23357 \(fn)" t nil)
23358
23359 ;;;***
23360 \f
23361 ;;;### (autoloads (rst-minor-mode rst-mode) "rst" "textmodes/rst.el"
23362 ;;;;;; (20706 54231 807276 0))
23363 ;;; Generated autoloads from textmodes/rst.el
23364 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23365
23366 (autoload 'rst-mode "rst" "\
23367 Major mode for editing reStructuredText documents.
23368 \\<rst-mode-map>
23369
23370 Turning on `rst-mode' calls the normal hooks `text-mode-hook'
23371 and `rst-mode-hook'. This mode also supports font-lock
23372 highlighting.
23373
23374 \\{rst-mode-map}
23375
23376 \(fn)" t nil)
23377
23378 (autoload 'rst-minor-mode "rst" "\
23379 Toggle ReST minor mode.
23380 With a prefix argument ARG, enable ReST minor mode if ARG is
23381 positive, and disable it otherwise. If called from Lisp, enable
23382 the mode if ARG is omitted or nil.
23383
23384 When ReST minor mode is enabled, the ReST mode keybindings
23385 are installed on top of the major mode bindings. Use this
23386 for modes derived from Text mode, like Mail mode.
23387
23388 \(fn &optional ARG)" t nil)
23389
23390 ;;;***
23391 \f
23392 ;;;### (autoloads (ruby-mode) "ruby-mode" "progmodes/ruby-mode.el"
23393 ;;;;;; (20706 54231 807276 0))
23394 ;;; Generated autoloads from progmodes/ruby-mode.el
23395
23396 (autoload 'ruby-mode "ruby-mode" "\
23397 Major mode for editing Ruby scripts.
23398 \\[ruby-indent-line] properly indents subexpressions of multi-line
23399 class, module, def, if, while, for, do, and case statements, taking
23400 nesting into account.
23401
23402 The variable `ruby-indent-level' controls the amount of indentation.
23403
23404 \\{ruby-mode-map}
23405
23406 \(fn)" t nil)
23407
23408 (add-to-list 'auto-mode-alist (cons (purecopy "\\.rb\\'") 'ruby-mode))
23409
23410 (dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode)))
23411
23412 ;;;***
23413 \f
23414 ;;;### (autoloads (ruler-mode) "ruler-mode" "ruler-mode.el" (20706
23415 ;;;;;; 54231 807276 0))
23416 ;;; Generated autoloads from ruler-mode.el
23417
23418 (defvar ruler-mode nil "\
23419 Non-nil if Ruler mode is enabled.
23420 Use the command `ruler-mode' to change this variable.")
23421
23422 (autoload 'ruler-mode "ruler-mode" "\
23423 Toggle display of ruler in header line (Ruler mode).
23424 With a prefix argument ARG, enable Ruler mode if ARG is positive,
23425 and disable it otherwise. If called from Lisp, enable the mode
23426 if ARG is omitted or nil.
23427
23428 \(fn &optional ARG)" t nil)
23429
23430 ;;;***
23431 \f
23432 ;;;### (autoloads (rx rx-to-string) "rx" "emacs-lisp/rx.el" (20706
23433 ;;;;;; 54231 807276 0))
23434 ;;; Generated autoloads from emacs-lisp/rx.el
23435
23436 (autoload 'rx-to-string "rx" "\
23437 Parse and produce code for regular expression FORM.
23438 FORM is a regular expression in sexp form.
23439 NO-GROUP non-nil means don't put shy groups around the result.
23440
23441 \(fn FORM &optional NO-GROUP)" nil nil)
23442
23443 (autoload 'rx "rx" "\
23444 Translate regular expressions REGEXPS in sexp form to a regexp string.
23445 REGEXPS is a non-empty sequence of forms of the sort listed below.
23446
23447 Note that `rx' is a Lisp macro; when used in a Lisp program being
23448 compiled, the translation is performed by the compiler.
23449 See `rx-to-string' for how to do such a translation at run-time.
23450
23451 The following are valid subforms of regular expressions in sexp
23452 notation.
23453
23454 STRING
23455 matches string STRING literally.
23456
23457 CHAR
23458 matches character CHAR literally.
23459
23460 `not-newline', `nonl'
23461 matches any character except a newline.
23462
23463 `anything'
23464 matches any character
23465
23466 `(any SET ...)'
23467 `(in SET ...)'
23468 `(char SET ...)'
23469 matches any character in SET .... SET may be a character or string.
23470 Ranges of characters can be specified as `A-Z' in strings.
23471 Ranges may also be specified as conses like `(?A . ?Z)'.
23472
23473 SET may also be the name of a character class: `digit',
23474 `control', `hex-digit', `blank', `graph', `print', `alnum',
23475 `alpha', `ascii', `nonascii', `lower', `punct', `space', `upper',
23476 `word', or one of their synonyms.
23477
23478 `(not (any SET ...))'
23479 matches any character not in SET ...
23480
23481 `line-start', `bol'
23482 matches the empty string, but only at the beginning of a line
23483 in the text being matched
23484
23485 `line-end', `eol'
23486 is similar to `line-start' but matches only at the end of a line
23487
23488 `string-start', `bos', `bot'
23489 matches the empty string, but only at the beginning of the
23490 string being matched against.
23491
23492 `string-end', `eos', `eot'
23493 matches the empty string, but only at the end of the
23494 string being matched against.
23495
23496 `buffer-start'
23497 matches the empty string, but only at the beginning of the
23498 buffer being matched against. Actually equivalent to `string-start'.
23499
23500 `buffer-end'
23501 matches the empty string, but only at the end of the
23502 buffer being matched against. Actually equivalent to `string-end'.
23503
23504 `point'
23505 matches the empty string, but only at point.
23506
23507 `word-start', `bow'
23508 matches the empty string, but only at the beginning of a word.
23509
23510 `word-end', `eow'
23511 matches the empty string, but only at the end of a word.
23512
23513 `word-boundary'
23514 matches the empty string, but only at the beginning or end of a
23515 word.
23516
23517 `(not word-boundary)'
23518 `not-word-boundary'
23519 matches the empty string, but not at the beginning or end of a
23520 word.
23521
23522 `symbol-start'
23523 matches the empty string, but only at the beginning of a symbol.
23524
23525 `symbol-end'
23526 matches the empty string, but only at the end of a symbol.
23527
23528 `digit', `numeric', `num'
23529 matches 0 through 9.
23530
23531 `control', `cntrl'
23532 matches ASCII control characters.
23533
23534 `hex-digit', `hex', `xdigit'
23535 matches 0 through 9, a through f and A through F.
23536
23537 `blank'
23538 matches space and tab only.
23539
23540 `graphic', `graph'
23541 matches graphic characters--everything except ASCII control chars,
23542 space, and DEL.
23543
23544 `printing', `print'
23545 matches printing characters--everything except ASCII control chars
23546 and DEL.
23547
23548 `alphanumeric', `alnum'
23549 matches letters and digits. (But at present, for multibyte characters,
23550 it matches anything that has word syntax.)
23551
23552 `letter', `alphabetic', `alpha'
23553 matches letters. (But at present, for multibyte characters,
23554 it matches anything that has word syntax.)
23555
23556 `ascii'
23557 matches ASCII (unibyte) characters.
23558
23559 `nonascii'
23560 matches non-ASCII (multibyte) characters.
23561
23562 `lower', `lower-case'
23563 matches anything lower-case.
23564
23565 `upper', `upper-case'
23566 matches anything upper-case.
23567
23568 `punctuation', `punct'
23569 matches punctuation. (But at present, for multibyte characters,
23570 it matches anything that has non-word syntax.)
23571
23572 `space', `whitespace', `white'
23573 matches anything that has whitespace syntax.
23574
23575 `word', `wordchar'
23576 matches anything that has word syntax.
23577
23578 `not-wordchar'
23579 matches anything that has non-word syntax.
23580
23581 `(syntax SYNTAX)'
23582 matches a character with syntax SYNTAX. SYNTAX must be one
23583 of the following symbols, or a symbol corresponding to the syntax
23584 character, e.g. `\\.' for `\\s.'.
23585
23586 `whitespace' (\\s- in string notation)
23587 `punctuation' (\\s.)
23588 `word' (\\sw)
23589 `symbol' (\\s_)
23590 `open-parenthesis' (\\s()
23591 `close-parenthesis' (\\s))
23592 `expression-prefix' (\\s')
23593 `string-quote' (\\s\")
23594 `paired-delimiter' (\\s$)
23595 `escape' (\\s\\)
23596 `character-quote' (\\s/)
23597 `comment-start' (\\s<)
23598 `comment-end' (\\s>)
23599 `string-delimiter' (\\s|)
23600 `comment-delimiter' (\\s!)
23601
23602 `(not (syntax SYNTAX))'
23603 matches a character that doesn't have syntax SYNTAX.
23604
23605 `(category CATEGORY)'
23606 matches a character with category CATEGORY. CATEGORY must be
23607 either a character to use for C, or one of the following symbols.
23608
23609 `consonant' (\\c0 in string notation)
23610 `base-vowel' (\\c1)
23611 `upper-diacritical-mark' (\\c2)
23612 `lower-diacritical-mark' (\\c3)
23613 `tone-mark' (\\c4)
23614 `symbol' (\\c5)
23615 `digit' (\\c6)
23616 `vowel-modifying-diacritical-mark' (\\c7)
23617 `vowel-sign' (\\c8)
23618 `semivowel-lower' (\\c9)
23619 `not-at-end-of-line' (\\c<)
23620 `not-at-beginning-of-line' (\\c>)
23621 `alpha-numeric-two-byte' (\\cA)
23622 `chinse-two-byte' (\\cC)
23623 `greek-two-byte' (\\cG)
23624 `japanese-hiragana-two-byte' (\\cH)
23625 `indian-tow-byte' (\\cI)
23626 `japanese-katakana-two-byte' (\\cK)
23627 `korean-hangul-two-byte' (\\cN)
23628 `cyrillic-two-byte' (\\cY)
23629 `combining-diacritic' (\\c^)
23630 `ascii' (\\ca)
23631 `arabic' (\\cb)
23632 `chinese' (\\cc)
23633 `ethiopic' (\\ce)
23634 `greek' (\\cg)
23635 `korean' (\\ch)
23636 `indian' (\\ci)
23637 `japanese' (\\cj)
23638 `japanese-katakana' (\\ck)
23639 `latin' (\\cl)
23640 `lao' (\\co)
23641 `tibetan' (\\cq)
23642 `japanese-roman' (\\cr)
23643 `thai' (\\ct)
23644 `vietnamese' (\\cv)
23645 `hebrew' (\\cw)
23646 `cyrillic' (\\cy)
23647 `can-break' (\\c|)
23648
23649 `(not (category CATEGORY))'
23650 matches a character that doesn't have category CATEGORY.
23651
23652 `(and SEXP1 SEXP2 ...)'
23653 `(: SEXP1 SEXP2 ...)'
23654 `(seq SEXP1 SEXP2 ...)'
23655 `(sequence SEXP1 SEXP2 ...)'
23656 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
23657
23658 `(submatch SEXP1 SEXP2 ...)'
23659 `(group SEXP1 SEXP2 ...)'
23660 like `and', but makes the match accessible with `match-end',
23661 `match-beginning', and `match-string'.
23662
23663 `(submatch-n N SEXP1 SEXP2 ...)'
23664 `(group-n N SEXP1 SEXP2 ...)'
23665 like `group', but make it an explicitly-numbered group with
23666 group number N.
23667
23668 `(or SEXP1 SEXP2 ...)'
23669 `(| SEXP1 SEXP2 ...)'
23670 matches anything that matches SEXP1 or SEXP2, etc. If all
23671 args are strings, use `regexp-opt' to optimize the resulting
23672 regular expression.
23673
23674 `(minimal-match SEXP)'
23675 produce a non-greedy regexp for SEXP. Normally, regexps matching
23676 zero or more occurrences of something are \"greedy\" in that they
23677 match as much as they can, as long as the overall regexp can
23678 still match. A non-greedy regexp matches as little as possible.
23679
23680 `(maximal-match SEXP)'
23681 produce a greedy regexp for SEXP. This is the default.
23682
23683 Below, `SEXP ...' represents a sequence of regexp forms, treated as if
23684 enclosed in `(and ...)'.
23685
23686 `(zero-or-more SEXP ...)'
23687 `(0+ SEXP ...)'
23688 matches zero or more occurrences of what SEXP ... matches.
23689
23690 `(* SEXP ...)'
23691 like `zero-or-more', but always produces a greedy regexp, independent
23692 of `rx-greedy-flag'.
23693
23694 `(*? SEXP ...)'
23695 like `zero-or-more', but always produces a non-greedy regexp,
23696 independent of `rx-greedy-flag'.
23697
23698 `(one-or-more SEXP ...)'
23699 `(1+ SEXP ...)'
23700 matches one or more occurrences of SEXP ...
23701
23702 `(+ SEXP ...)'
23703 like `one-or-more', but always produces a greedy regexp.
23704
23705 `(+? SEXP ...)'
23706 like `one-or-more', but always produces a non-greedy regexp.
23707
23708 `(zero-or-one SEXP ...)'
23709 `(optional SEXP ...)'
23710 `(opt SEXP ...)'
23711 matches zero or one occurrences of A.
23712
23713 `(? SEXP ...)'
23714 like `zero-or-one', but always produces a greedy regexp.
23715
23716 `(?? SEXP ...)'
23717 like `zero-or-one', but always produces a non-greedy regexp.
23718
23719 `(repeat N SEXP)'
23720 `(= N SEXP ...)'
23721 matches N occurrences.
23722
23723 `(>= N SEXP ...)'
23724 matches N or more occurrences.
23725
23726 `(repeat N M SEXP)'
23727 `(** N M SEXP ...)'
23728 matches N to M occurrences.
23729
23730 `(backref N)'
23731 matches what was matched previously by submatch N.
23732
23733 `(eval FORM)'
23734 evaluate FORM and insert result. If result is a string,
23735 `regexp-quote' it.
23736
23737 `(regexp REGEXP)'
23738 include REGEXP in string notation in the result.
23739
23740 \(fn &rest REGEXPS)" nil t)
23741
23742 ;;;***
23743 \f
23744 ;;;### (autoloads (savehist-mode) "savehist" "savehist.el" (20706
23745 ;;;;;; 54231 807276 0))
23746 ;;; Generated autoloads from savehist.el
23747
23748 (defvar savehist-mode nil "\
23749 Non-nil if Savehist mode is enabled.
23750 See the command `savehist-mode' for a description of this minor mode.
23751 Setting this variable directly does not take effect;
23752 either customize it (see the info node `Easy Customization')
23753 or call the function `savehist-mode'.")
23754
23755 (custom-autoload 'savehist-mode "savehist" nil)
23756
23757 (autoload 'savehist-mode "savehist" "\
23758 Toggle saving of minibuffer history (Savehist mode).
23759 With a prefix argument ARG, enable Savehist mode if ARG is
23760 positive, and disable it otherwise. If called from Lisp, enable
23761 the mode if ARG is omitted or nil.
23762
23763 When Savehist mode is enabled, minibuffer history is saved
23764 periodically and when exiting Emacs. When Savehist mode is
23765 enabled for the first time in an Emacs session, it loads the
23766 previous minibuffer history from `savehist-file'.
23767
23768 This mode should normally be turned on from your Emacs init file.
23769 Calling it at any other time replaces your current minibuffer
23770 histories, which is probably undesirable.
23771
23772 \(fn &optional ARG)" t nil)
23773
23774 ;;;***
23775 \f
23776 ;;;### (autoloads (dsssl-mode scheme-mode) "scheme" "progmodes/scheme.el"
23777 ;;;;;; (20706 54231 807276 0))
23778 ;;; Generated autoloads from progmodes/scheme.el
23779
23780 (autoload 'scheme-mode "scheme" "\
23781 Major mode for editing Scheme code.
23782 Editing commands are similar to those of `lisp-mode'.
23783
23784 In addition, if an inferior Scheme process is running, some additional
23785 commands will be defined, for evaluating expressions and controlling
23786 the interpreter, and the state of the process will be displayed in the
23787 mode line of all Scheme buffers. The names of commands that interact
23788 with the Scheme process start with \"xscheme-\" if you use the MIT
23789 Scheme-specific `xscheme' package; for more information see the
23790 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
23791 start an inferior Scheme using the more general `cmuscheme' package.
23792
23793 Commands:
23794 Delete converts tabs to spaces as it moves back.
23795 Blank lines separate paragraphs. Semicolons start comments.
23796 \\{scheme-mode-map}
23797 Entry to this mode calls the value of `scheme-mode-hook'
23798 if that value is non-nil.
23799
23800 \(fn)" t nil)
23801
23802 (autoload 'dsssl-mode "scheme" "\
23803 Major mode for editing DSSSL code.
23804 Editing commands are similar to those of `lisp-mode'.
23805
23806 Commands:
23807 Delete converts tabs to spaces as it moves back.
23808 Blank lines separate paragraphs. Semicolons start comments.
23809 \\{scheme-mode-map}
23810 Entering this mode runs the hooks `scheme-mode-hook' and then
23811 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
23812 that variable's value is a string.
23813
23814 \(fn)" t nil)
23815
23816 ;;;***
23817 \f
23818 ;;;### (autoloads (gnus-score-mode) "score-mode" "gnus/score-mode.el"
23819 ;;;;;; (20706 54231 807276 0))
23820 ;;; Generated autoloads from gnus/score-mode.el
23821
23822 (autoload 'gnus-score-mode "score-mode" "\
23823 Mode for editing Gnus score files.
23824 This mode is an extended emacs-lisp mode.
23825
23826 \\{gnus-score-mode-map}
23827
23828 \(fn)" t nil)
23829
23830 ;;;***
23831 \f
23832 ;;;### (autoloads (scroll-all-mode) "scroll-all" "scroll-all.el"
23833 ;;;;;; (20706 54231 807276 0))
23834 ;;; Generated autoloads from scroll-all.el
23835
23836 (defvar scroll-all-mode nil "\
23837 Non-nil if Scroll-All mode is enabled.
23838 See the command `scroll-all-mode' for a description of this minor mode.
23839 Setting this variable directly does not take effect;
23840 either customize it (see the info node `Easy Customization')
23841 or call the function `scroll-all-mode'.")
23842
23843 (custom-autoload 'scroll-all-mode "scroll-all" nil)
23844
23845 (autoload 'scroll-all-mode "scroll-all" "\
23846 Toggle shared scrolling in same-frame windows (Scroll-All mode).
23847 With a prefix argument ARG, enable Scroll-All mode if ARG is
23848 positive, and disable it otherwise. If called from Lisp, enable
23849 the mode if ARG is omitted or nil.
23850
23851 When Scroll-All mode is enabled, scrolling commands invoked in
23852 one window apply to all visible windows in the same frame.
23853
23854 \(fn &optional ARG)" t nil)
23855
23856 ;;;***
23857 \f
23858 ;;;### (autoloads (scroll-lock-mode) "scroll-lock" "scroll-lock.el"
23859 ;;;;;; (20706 54231 807276 0))
23860 ;;; Generated autoloads from scroll-lock.el
23861
23862 (autoload 'scroll-lock-mode "scroll-lock" "\
23863 Buffer-local minor mode for pager-like scrolling.
23864 With a prefix argument ARG, enable the mode if ARG is positive,
23865 and disable it otherwise. If called from Lisp, enable the mode
23866 if ARG is omitted or nil. When enabled, keys that normally move
23867 point by line or paragraph will scroll the buffer by the
23868 respective amount of lines instead and point will be kept
23869 vertically fixed relative to window boundaries during scrolling.
23870
23871 \(fn &optional ARG)" t nil)
23872
23873 ;;;***
23874 \f
23875 ;;;### (autoloads nil "secrets" "net/secrets.el" (20706 54231 807276
23876 ;;;;;; 0))
23877 ;;; Generated autoloads from net/secrets.el
23878 (when (featurep 'dbusbind)
23879 (autoload 'secrets-show-secrets "secrets" nil t))
23880
23881 ;;;***
23882 \f
23883 ;;;### (autoloads (semantic-mode semantic-default-submodes) "semantic"
23884 ;;;;;; "cedet/semantic.el" (20706 54231 807276 0))
23885 ;;; Generated autoloads from cedet/semantic.el
23886
23887 (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
23888 List of auxiliary Semantic minor modes enabled by `semantic-mode'.
23889 The possible elements of this list include the following:
23890
23891 `global-semanticdb-minor-mode' - Maintain tag database.
23892 `global-semantic-idle-scheduler-mode' - Reparse buffer when idle.
23893 `global-semantic-idle-summary-mode' - Show summary of tag at point.
23894 `global-semantic-idle-completions-mode' - Show completions when idle.
23895 `global-semantic-decoration-mode' - Additional tag decorations.
23896 `global-semantic-highlight-func-mode' - Highlight the current tag.
23897 `global-semantic-stickyfunc-mode' - Show current fun in header line.
23898 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
23899 keybinding for tag names.
23900 `global-cedet-m3-minor-mode' - A mouse 3 context menu.
23901 `global-semantic-idle-local-symbol-highlight-mode' - Highlight references
23902 of the symbol under point.
23903 The following modes are more targeted at people who want to see
23904 some internal information of the semantic parser in action:
23905 `global-semantic-highlight-edits-mode' - Visualize incremental parser by
23906 highlighting not-yet parsed changes.
23907 `global-semantic-show-unmatched-syntax-mode' - Highlight unmatched lexical
23908 syntax tokens.
23909 `global-semantic-show-parser-state-mode' - Display the parser cache state.")
23910
23911 (custom-autoload 'semantic-default-submodes "semantic" t)
23912
23913 (defvar semantic-mode nil "\
23914 Non-nil if Semantic mode is enabled.
23915 See the command `semantic-mode' for a description of this minor mode.
23916 Setting this variable directly does not take effect;
23917 either customize it (see the info node `Easy Customization')
23918 or call the function `semantic-mode'.")
23919
23920 (custom-autoload 'semantic-mode "semantic" nil)
23921
23922 (autoload 'semantic-mode "semantic" "\
23923 Toggle parser features (Semantic mode).
23924 With a prefix argument ARG, enable Semantic mode if ARG is
23925 positive, and disable it otherwise. If called from Lisp, enable
23926 Semantic mode if ARG is omitted or nil.
23927
23928 In Semantic mode, Emacs parses the buffers you visit for their
23929 semantic content. This information is used by a variety of
23930 auxiliary minor modes, listed in `semantic-default-submodes';
23931 all the minor modes in this list are also enabled when you enable
23932 Semantic mode.
23933
23934 \\{semantic-mode-map}
23935
23936 \(fn &optional ARG)" t nil)
23937
23938 ;;;***
23939 \f
23940 ;;;### (autoloads (bovine-grammar-mode) "semantic/bovine/grammar"
23941 ;;;;;; "cedet/semantic/bovine/grammar.el" (20706 54231 807276 0))
23942 ;;; Generated autoloads from cedet/semantic/bovine/grammar.el
23943
23944 (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
23945 Major mode for editing Bovine grammars.
23946
23947 \(fn)" t nil)
23948
23949 ;;;***
23950 \f
23951 ;;;### (autoloads (wisent-grammar-mode) "semantic/wisent/grammar"
23952 ;;;;;; "cedet/semantic/wisent/grammar.el" (20706 54231 807276 0))
23953 ;;; Generated autoloads from cedet/semantic/wisent/grammar.el
23954
23955 (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
23956 Major mode for editing Wisent grammars.
23957
23958 \(fn)" t nil)
23959
23960 ;;;***
23961 \f
23962 ;;;### (autoloads (mail-other-frame mail-other-window mail mail-mailing-lists
23963 ;;;;;; mail-mode sendmail-user-agent-compose sendmail-query-once
23964 ;;;;;; mail-default-headers mail-default-directory mail-signature-file
23965 ;;;;;; mail-signature mail-citation-prefix-regexp mail-citation-hook
23966 ;;;;;; mail-indentation-spaces mail-yank-prefix mail-setup-hook
23967 ;;;;;; mail-personal-alias-file mail-default-reply-to mail-archive-file-name
23968 ;;;;;; mail-header-separator send-mail-function mail-interactive
23969 ;;;;;; mail-self-blind mail-specify-envelope-from mail-from-style)
23970 ;;;;;; "sendmail" "mail/sendmail.el" (20706 54231 807276 0))
23971 ;;; Generated autoloads from mail/sendmail.el
23972
23973 (defvar mail-from-style 'default "\
23974 Specifies how \"From:\" fields look.
23975
23976 If `nil', they contain just the return address like:
23977 king@grassland.com
23978 If `parens', they look like:
23979 king@grassland.com (Elvis Parsley)
23980 If `angles', they look like:
23981 Elvis Parsley <king@grassland.com>
23982
23983 Otherwise, most addresses look like `angles', but they look like
23984 `parens' if `angles' would need quoting and `parens' would not.")
23985
23986 (custom-autoload 'mail-from-style "sendmail" t)
23987
23988 (defvar mail-specify-envelope-from nil "\
23989 If non-nil, specify the envelope-from address when sending mail.
23990 The value used to specify it is whatever is found in
23991 the variable `mail-envelope-from', with `user-mail-address' as fallback.
23992
23993 On most systems, specifying the envelope-from address is a
23994 privileged operation. This variable affects sendmail and
23995 smtpmail -- if you use feedmail to send mail, see instead the
23996 variable `feedmail-deduce-envelope-from'.")
23997
23998 (custom-autoload 'mail-specify-envelope-from "sendmail" t)
23999
24000 (defvar mail-self-blind nil "\
24001 Non-nil means insert BCC to self in messages to be sent.
24002 This is done when the message is initialized,
24003 so you can remove or alter the BCC field to override the default.")
24004
24005 (custom-autoload 'mail-self-blind "sendmail" t)
24006
24007 (defvar mail-interactive t "\
24008 Non-nil means when sending a message wait for and display errors.
24009 Otherwise, let mailer send back a message to report errors.")
24010
24011 (custom-autoload 'mail-interactive "sendmail" t)
24012
24013 (defvar send-mail-function (if (and (boundp 'smtpmail-smtp-server) smtpmail-smtp-server) 'smtpmail-send-it 'sendmail-query-once) "\
24014 Function to call to send the current buffer as mail.
24015 The headers should be delimited by a line which is
24016 not a valid RFC822 header or continuation line,
24017 that matches the variable `mail-header-separator'.
24018 This is used by the default mail-sending commands. See also
24019 `message-send-mail-function' for use with the Message package.")
24020
24021 (custom-autoload 'send-mail-function "sendmail" t)
24022
24023 (defvar mail-header-separator (purecopy "--text follows this line--") "\
24024 Line used to separate headers from text in messages being composed.")
24025
24026 (custom-autoload 'mail-header-separator "sendmail" t)
24027
24028 (defvar mail-archive-file-name nil "\
24029 Name of file to write all outgoing messages in, or nil for none.
24030 This is normally an mbox file, but for backwards compatibility may also
24031 be a Babyl file.")
24032
24033 (custom-autoload 'mail-archive-file-name "sendmail" t)
24034
24035 (defvar mail-default-reply-to nil "\
24036 Address to insert as default Reply-to field of outgoing messages.
24037 If nil, it will be initialized from the REPLYTO environment variable
24038 when you first send mail.")
24039
24040 (custom-autoload 'mail-default-reply-to "sendmail" t)
24041
24042 (defvar mail-personal-alias-file (purecopy "~/.mailrc") "\
24043 If non-nil, the name of the user's personal mail alias file.
24044 This file typically should be in same format as the `.mailrc' file used by
24045 the `Mail' or `mailx' program.
24046 This file need not actually exist.")
24047
24048 (custom-autoload 'mail-personal-alias-file "sendmail" t)
24049
24050 (defvar mail-setup-hook nil "\
24051 Normal hook, run each time a new outgoing message is initialized.")
24052
24053 (custom-autoload 'mail-setup-hook "sendmail" t)
24054
24055 (defvar mail-aliases t "\
24056 Alist of mail address aliases,
24057 or t meaning should be initialized from your mail aliases file.
24058 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24059 can specify a different file name.)
24060 The alias definitions in the file have this form:
24061 alias ALIAS MEANING")
24062
24063 (defvar mail-yank-prefix "> " "\
24064 Prefix insert on lines of yanked message being replied to.
24065 If this is nil, use indentation, as specified by `mail-indentation-spaces'.")
24066
24067 (custom-autoload 'mail-yank-prefix "sendmail" t)
24068
24069 (defvar mail-indentation-spaces 3 "\
24070 Number of spaces to insert at the beginning of each cited line.
24071 Used by `mail-yank-original' via `mail-indent-citation'.")
24072
24073 (custom-autoload 'mail-indentation-spaces "sendmail" t)
24074
24075 (defvar mail-citation-hook nil "\
24076 Hook for modifying a citation just inserted in the mail buffer.
24077 Each hook function can find the citation between (point) and (mark t),
24078 and should leave point and mark around the citation text as modified.
24079 The hook functions can find the header of the cited message
24080 in the variable `mail-citation-header', whether or not this is included
24081 in the cited portion of the message.
24082
24083 If this hook is entirely empty (nil), a default action is taken
24084 instead of no action.")
24085
24086 (custom-autoload 'mail-citation-hook "sendmail" t)
24087
24088 (defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\
24089 Regular expression to match a citation prefix plus whitespace.
24090 It should match whatever sort of citation prefixes you want to handle,
24091 with whitespace before and after; it should also match just whitespace.
24092 The default value matches citations like `foo-bar>' plus whitespace.")
24093
24094 (custom-autoload 'mail-citation-prefix-regexp "sendmail" t)
24095
24096 (defvar mail-signature t "\
24097 Text inserted at end of mail buffer when a message is initialized.
24098 If t, it means to insert the contents of the file `mail-signature-file'.
24099 If a string, that string is inserted.
24100 (To make a proper signature, the string should begin with \\n\\n-- \\n,
24101 which is the standard way to delimit a signature in a message.)
24102 Otherwise, it should be an expression; it is evaluated
24103 and should insert whatever you want to insert.")
24104
24105 (custom-autoload 'mail-signature "sendmail" t)
24106
24107 (defvar mail-signature-file (purecopy "~/.signature") "\
24108 File containing the text inserted at end of mail buffer.")
24109
24110 (custom-autoload 'mail-signature-file "sendmail" t)
24111
24112 (defvar mail-default-directory (purecopy "~/") "\
24113 Value of `default-directory' for Mail mode buffers.
24114 This directory is used for auto-save files of Mail mode buffers.
24115
24116 Note that Message mode does not use this variable; it auto-saves
24117 in `message-auto-save-directory'.")
24118
24119 (custom-autoload 'mail-default-directory "sendmail" t)
24120
24121 (defvar mail-default-headers nil "\
24122 A string containing header lines, to be inserted in outgoing messages.
24123 It can contain newlines, and should end in one. It is inserted
24124 before you edit the message, so you can edit or delete the lines.")
24125
24126 (custom-autoload 'mail-default-headers "sendmail" t)
24127
24128 (autoload 'sendmail-query-once "sendmail" "\
24129 Query for `send-mail-function' and send mail with it.
24130 This also saves the value of `send-mail-function' via Customize.
24131
24132 \(fn)" nil nil)
24133
24134 (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
24135
24136 (autoload 'sendmail-user-agent-compose "sendmail" "\
24137
24138
24139 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
24140
24141 (autoload 'mail-mode "sendmail" "\
24142 Major mode for editing mail to be sent.
24143 Like Text Mode but with these additional commands:
24144
24145 \\[mail-send] mail-send (send the message)
24146 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
24147
24148 Here are commands that move to a header field (and create it if there isn't):
24149 \\[mail-to] move to To: \\[mail-subject] move to Subj:
24150 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
24151 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
24152 \\[mail-mail-reply-to] move to Mail-Reply-To:
24153 \\[mail-mail-followup-to] move to Mail-Followup-To:
24154 \\[mail-text] move to message text.
24155 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
24156 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
24157 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
24158 \\[mail-insert-file] insert a text file into the message.
24159 \\[mail-add-attachment] attach to the message a file as binary attachment.
24160 Turning on Mail mode runs the normal hooks `text-mode-hook' and
24161 `mail-mode-hook' (in that order).
24162
24163 \(fn)" t nil)
24164
24165 (defvar mail-mailing-lists nil "\
24166 List of mailing list addresses the user is subscribed to.
24167 The variable is used to trigger insertion of the \"Mail-Followup-To\"
24168 header when sending a message to a mailing list.")
24169
24170 (custom-autoload 'mail-mailing-lists "sendmail" t)
24171
24172 (defvar sendmail-coding-system nil "\
24173 Coding system for encoding the outgoing mail.
24174 This has higher priority than the default `buffer-file-coding-system'
24175 and `default-sendmail-coding-system',
24176 but lower priority than the local value of `buffer-file-coding-system'.
24177 See also the function `select-message-coding-system'.")
24178
24179 (defvar default-sendmail-coding-system 'iso-latin-1 "\
24180 Default coding system for encoding the outgoing mail.
24181 This variable is used only when `sendmail-coding-system' is nil.
24182
24183 This variable is set/changed by the command `set-language-environment'.
24184 User should not set this variable manually,
24185 instead use `sendmail-coding-system' to get a constant encoding
24186 of outgoing mails regardless of the current language environment.
24187 See also the function `select-message-coding-system'.")
24188
24189 (autoload 'mail "sendmail" "\
24190 Edit a message to be sent. Prefix arg means resume editing (don't erase).
24191 When this function returns, the buffer `*mail*' is selected.
24192 The value is t if the message was newly initialized; otherwise, nil.
24193
24194 Optionally, the signature file `mail-signature-file' can be inserted at the
24195 end; see the variable `mail-signature'.
24196
24197 \\<mail-mode-map>
24198 While editing message, type \\[mail-send-and-exit] to send the message and exit.
24199
24200 Various special commands starting with C-c are available in sendmail mode
24201 to move to message header fields:
24202 \\{mail-mode-map}
24203
24204 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
24205 when the message is initialized.
24206
24207 If `mail-default-reply-to' is non-nil, it should be an address (a string);
24208 a Reply-to: field with that address is inserted.
24209
24210 If `mail-archive-file-name' is non-nil, an FCC field with that file name
24211 is inserted.
24212
24213 The normal hook `mail-setup-hook' is run after the message is
24214 initialized. It can add more default fields to the message.
24215
24216 The first argument, NOERASE, determines what to do when there is
24217 an existing modified `*mail*' buffer. If NOERASE is nil, the
24218 existing mail buffer is used, and the user is prompted whether to
24219 keep the old contents or to erase them. If NOERASE has the value
24220 `new', a new mail buffer will be created instead of using the old
24221 one. Any other non-nil value means to always select the old
24222 buffer without erasing the contents.
24223
24224 The second through fifth arguments,
24225 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
24226 the initial contents of those header fields.
24227 These arguments should not have final newlines.
24228 The sixth argument REPLYBUFFER is a buffer which contains an
24229 original message being replied to, or else an action
24230 of the form (FUNCTION . ARGS) which says how to insert the original.
24231 Or it can be nil, if not replying to anything.
24232 The seventh argument ACTIONS is a list of actions to take
24233 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
24234 when the message is sent, we apply FUNCTION to ARGS.
24235 This is how Rmail arranges to mark messages `answered'.
24236
24237 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS RETURN-ACTION)" t nil)
24238
24239 (autoload 'mail-other-window "sendmail" "\
24240 Like `mail' command, but display mail buffer in another window.
24241
24242 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24243
24244 (autoload 'mail-other-frame "sendmail" "\
24245 Like `mail' command, but display mail buffer in another frame.
24246
24247 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24248
24249 ;;;***
24250 \f
24251 ;;;### (autoloads (server-save-buffers-kill-terminal server-mode
24252 ;;;;;; server-force-delete server-start) "server" "server.el" (20706
24253 ;;;;;; 54231 807276 0))
24254 ;;; Generated autoloads from server.el
24255
24256 (put 'server-host 'risky-local-variable t)
24257
24258 (put 'server-port 'risky-local-variable t)
24259
24260 (put 'server-auth-dir 'risky-local-variable t)
24261
24262 (autoload 'server-start "server" "\
24263 Allow this Emacs process to be a server for client processes.
24264 This starts a server communications subprocess through which client
24265 \"editors\" can send your editing commands to this Emacs job.
24266 To use the server, set up the program `emacsclient' in the Emacs
24267 distribution as your standard \"editor\".
24268
24269 Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
24270 kill any existing server communications subprocess.
24271
24272 If a server is already running, restart it. If clients are
24273 running, ask the user for confirmation first, unless optional
24274 argument INHIBIT-PROMPT is non-nil.
24275
24276 To force-start a server, do \\[server-force-delete] and then
24277 \\[server-start].
24278
24279 \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
24280
24281 (autoload 'server-force-delete "server" "\
24282 Unconditionally delete connection file for server NAME.
24283 If server is running, it is first stopped.
24284 NAME defaults to `server-name'. With argument, ask for NAME.
24285
24286 \(fn &optional NAME)" t nil)
24287
24288 (defvar server-mode nil "\
24289 Non-nil if Server mode is enabled.
24290 See the command `server-mode' for a description of this minor mode.
24291 Setting this variable directly does not take effect;
24292 either customize it (see the info node `Easy Customization')
24293 or call the function `server-mode'.")
24294
24295 (custom-autoload 'server-mode "server" nil)
24296
24297 (autoload 'server-mode "server" "\
24298 Toggle Server mode.
24299 With a prefix argument ARG, enable Server mode if ARG is
24300 positive, and disable it otherwise. If called from Lisp, enable
24301 Server mode if ARG is omitted or nil.
24302
24303 Server mode runs a process that accepts commands from the
24304 `emacsclient' program. See Info node `Emacs server' and
24305 `server-start' for details.
24306
24307 \(fn &optional ARG)" t nil)
24308
24309 (autoload 'server-save-buffers-kill-terminal "server" "\
24310 Offer to save each buffer, then kill the current client.
24311 With ARG non-nil, silently save all file-visiting buffers, then kill.
24312
24313 If emacsclient was started with a list of filenames to edit, then
24314 only these files will be asked to be saved.
24315
24316 \(fn ARG)" nil nil)
24317
24318 ;;;***
24319 \f
24320 ;;;### (autoloads (ses-mode) "ses" "ses.el" (20706 54231 807276 0))
24321 ;;; Generated autoloads from ses.el
24322
24323 (autoload 'ses-mode "ses" "\
24324 Major mode for Simple Emacs Spreadsheet.
24325 See \"ses-example.ses\" (in `data-directory') for more info.
24326
24327 Key definitions:
24328 \\{ses-mode-map}
24329 These key definitions are active only in the print area (the visible part):
24330 \\{ses-mode-print-map}
24331 These are active only in the minibuffer, when entering or editing a formula:
24332 \\{ses-mode-edit-map}
24333
24334 \(fn)" t nil)
24335
24336 ;;;***
24337 \f
24338 ;;;### (autoloads (html-mode sgml-mode) "sgml-mode" "textmodes/sgml-mode.el"
24339 ;;;;;; (20706 54231 807276 0))
24340 ;;; Generated autoloads from textmodes/sgml-mode.el
24341
24342 (autoload 'sgml-mode "sgml-mode" "\
24343 Major mode for editing SGML documents.
24344 Makes > match <.
24345 Keys <, &, SPC within <>, \", / and ' can be electric depending on
24346 `sgml-quick-keys'.
24347
24348 An argument of N to a tag-inserting command means to wrap it around
24349 the next N words. In Transient Mark mode, when the mark is active,
24350 N defaults to -1, which means to wrap it around the current region.
24351
24352 If you like upcased tags, put (setq sgml-transformation-function 'upcase)
24353 in your init file.
24354
24355 Use \\[sgml-validate] to validate your document with an SGML parser.
24356
24357 Do \\[describe-variable] sgml- SPC to see available variables.
24358 Do \\[describe-key] on the following bindings to discover what they do.
24359 \\{sgml-mode-map}
24360
24361 \(fn)" t nil)
24362
24363 (autoload 'html-mode "sgml-mode" "\
24364 Major mode based on SGML mode for editing HTML documents.
24365 This allows inserting skeleton constructs used in hypertext documents with
24366 completion. See below for an introduction to HTML. Use
24367 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
24368 which this is based.
24369
24370 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
24371
24372 To write fairly well formatted pages you only need to know few things. Most
24373 browsers have a function to read the source code of the page being seen, so
24374 you can imitate various tricks. Here's a very short HTML primer which you
24375 can also view with a browser to see what happens:
24376
24377 <title>A Title Describing Contents</title> should be on every page. Pages can
24378 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
24379 <hr> Parts can be separated with horizontal rules.
24380
24381 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
24382 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
24383 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
24384 Edit/Text Properties/Face commands.
24385
24386 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
24387 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
24388 href=\"URL\">see also URL</a> where URL is a filename relative to current
24389 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
24390
24391 Images in many formats can be inlined with <img src=\"URL\">.
24392
24393 If you mainly create your own documents, `sgml-specials' might be
24394 interesting. But note that some HTML 2 browsers can't handle `&apos;'.
24395 To work around that, do:
24396 (eval-after-load \"sgml-mode\" '(aset sgml-char-names ?' nil))
24397
24398 \\{html-mode-map}
24399
24400 \(fn)" t nil)
24401
24402 ;;;***
24403 \f
24404 ;;;### (autoloads (sh-mode) "sh-script" "progmodes/sh-script.el"
24405 ;;;;;; (20706 54231 807276 0))
24406 ;;; Generated autoloads from progmodes/sh-script.el
24407 (put 'sh-shell 'safe-local-variable 'symbolp)
24408
24409 (autoload 'sh-mode "sh-script" "\
24410 Major mode for editing shell scripts.
24411 This mode works for many shells, since they all have roughly the same syntax,
24412 as far as commands, arguments, variables, pipes, comments etc. are concerned.
24413 Unless the file's magic number indicates the shell, your usual shell is
24414 assumed. Since filenames rarely give a clue, they are not further analyzed.
24415
24416 This mode adapts to the variations between shells (see `sh-set-shell') by
24417 means of an inheritance based feature lookup (see `sh-feature'). This
24418 mechanism applies to all variables (including skeletons) that pertain to
24419 shell-specific features.
24420
24421 The default style of this mode is that of Rosenblatt's Korn shell book.
24422 The syntax of the statements varies with the shell being used. The
24423 following commands are available, based on the current shell's syntax:
24424 \\<sh-mode-map>
24425 \\[sh-case] case statement
24426 \\[sh-for] for loop
24427 \\[sh-function] function definition
24428 \\[sh-if] if statement
24429 \\[sh-indexed-loop] indexed loop from 1 to n
24430 \\[sh-while-getopts] while getopts loop
24431 \\[sh-repeat] repeat loop
24432 \\[sh-select] select loop
24433 \\[sh-until] until loop
24434 \\[sh-while] while loop
24435
24436 For sh and rc shells indentation commands are:
24437 \\[sh-show-indent] Show the variable controlling this line's indentation.
24438 \\[sh-set-indent] Set then variable controlling this line's indentation.
24439 \\[sh-learn-line-indent] Change the indentation variable so this line
24440 would indent to the way it currently is.
24441 \\[sh-learn-buffer-indent] Set the indentation variables so the
24442 buffer indents as it currently is indented.
24443
24444
24445 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
24446 \\[newline-and-indent] Delete unquoted space and indent new line same as this one.
24447 \\[sh-end-of-command] Go to end of successive commands.
24448 \\[sh-beginning-of-command] Go to beginning of successive commands.
24449 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
24450 \\[sh-execute-region] Have optional header and region be executed in a subshell.
24451
24452 `sh-electric-here-document-mode' controls whether insertion of two
24453 unquoted < insert a here document.
24454
24455 If you generally program a shell different from your login shell you can
24456 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
24457 indicate what shell it is use `sh-alias-alist' to translate.
24458
24459 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
24460 with your script for an edit-interpret-debug cycle.
24461
24462 \(fn)" t nil)
24463
24464 (defalias 'shell-script-mode 'sh-mode)
24465
24466 ;;;***
24467 \f
24468 ;;;### (autoloads (list-load-path-shadows) "shadow" "emacs-lisp/shadow.el"
24469 ;;;;;; (20706 54231 807276 0))
24470 ;;; Generated autoloads from emacs-lisp/shadow.el
24471
24472 (autoload 'list-load-path-shadows "shadow" "\
24473 Display a list of Emacs Lisp files that shadow other files.
24474
24475 If STRINGP is non-nil, returns any shadows as a string.
24476 Otherwise, if interactive shows any shadows in a `*Shadows*' buffer;
24477 else prints messages listing any shadows.
24478
24479 This function lists potential load path problems. Directories in
24480 the `load-path' variable are searched, in order, for Emacs Lisp
24481 files. When a previously encountered file name is found again, a
24482 message is displayed indicating that the later file is \"hidden\" by
24483 the earlier.
24484
24485 For example, suppose `load-path' is set to
24486
24487 \(\"/usr/gnu/emacs/site-lisp\" \"/usr/gnu/emacs/share/emacs/19.30/lisp\")
24488
24489 and that each of these directories contains a file called XXX.el. Then
24490 XXX.el in the site-lisp directory is referred to by all of:
24491 \(require 'XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
24492
24493 The first XXX.el file prevents Emacs from seeing the second (unless
24494 the second is loaded explicitly via `load-file').
24495
24496 When not intended, such shadowings can be the source of subtle
24497 problems. For example, the above situation may have arisen because the
24498 XXX package was not distributed with versions of Emacs prior to
24499 19.30. An Emacs maintainer downloaded XXX from elsewhere and installed
24500 it. Later, XXX was updated and included in the Emacs distribution.
24501 Unless the Emacs maintainer checks for this, the new version of XXX
24502 will be hidden behind the old (which may no longer work with the new
24503 Emacs version).
24504
24505 This function performs these checks and flags all possible
24506 shadowings. Because a .el file may exist without a corresponding .elc
24507 \(or vice-versa), these suffixes are essentially ignored. A file
24508 XXX.elc in an early directory (that does not contain XXX.el) is
24509 considered to shadow a later file XXX.el, and vice-versa.
24510
24511 Shadowings are located by calling the (non-interactive) companion
24512 function, `load-path-shadows-find'.
24513
24514 \(fn &optional STRINGP)" t nil)
24515
24516 ;;;***
24517 \f
24518 ;;;### (autoloads (shadow-initialize shadow-define-regexp-group shadow-define-literal-group
24519 ;;;;;; shadow-define-cluster) "shadowfile" "shadowfile.el" (20706
24520 ;;;;;; 54231 807276 0))
24521 ;;; Generated autoloads from shadowfile.el
24522
24523 (autoload 'shadow-define-cluster "shadowfile" "\
24524 Edit (or create) the definition of a cluster NAME.
24525 This is a group of hosts that share directories, so that copying to or from
24526 one of them is sufficient to update the file on all of them. Clusters are
24527 defined by a name, the network address of a primary host (the one we copy
24528 files to), and a regular expression that matches the hostnames of all the
24529 sites in the cluster.
24530
24531 \(fn NAME)" t nil)
24532
24533 (autoload 'shadow-define-literal-group "shadowfile" "\
24534 Declare a single file to be shared between sites.
24535 It may have different filenames on each site. When this file is edited, the
24536 new version will be copied to each of the other locations. Sites can be
24537 specific hostnames, or names of clusters (see `shadow-define-cluster').
24538
24539 \(fn)" t nil)
24540
24541 (autoload 'shadow-define-regexp-group "shadowfile" "\
24542 Make each of a group of files be shared between hosts.
24543 Prompts for regular expression; files matching this are shared between a list
24544 of sites, which are also prompted for. The filenames must be identical on all
24545 hosts (if they aren't, use `shadow-define-literal-group' instead of this
24546 function). Each site can be either a hostname or the name of a cluster (see
24547 `shadow-define-cluster').
24548
24549 \(fn)" t nil)
24550
24551 (autoload 'shadow-initialize "shadowfile" "\
24552 Set up file shadowing.
24553
24554 \(fn)" t nil)
24555
24556 ;;;***
24557 \f
24558 ;;;### (autoloads (shell shell-dumb-shell-regexp) "shell" "shell.el"
24559 ;;;;;; (20706 54231 807276 0))
24560 ;;; Generated autoloads from shell.el
24561
24562 (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
24563 Regexp to match shells that don't save their command history, and
24564 don't handle the backslash as a quote character. For shells that
24565 match this regexp, Emacs will write out the command history when the
24566 shell finishes, and won't remove backslashes when it unquotes shell
24567 arguments.")
24568
24569 (custom-autoload 'shell-dumb-shell-regexp "shell" t)
24570
24571 (autoload 'shell "shell" "\
24572 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
24573 Interactively, a prefix arg means to prompt for BUFFER.
24574 If `default-directory' is a remote file name, it is also prompted
24575 to change if called with a prefix arg.
24576
24577 If BUFFER exists but shell process is not running, make new shell.
24578 If BUFFER exists and shell process is running, just switch to BUFFER.
24579 Program used comes from variable `explicit-shell-file-name',
24580 or (if that is nil) from the ESHELL environment variable,
24581 or (if that is nil) from `shell-file-name'.
24582 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
24583 it is given as initial input (but this may be lost, due to a timing
24584 error, if the shell discards input when it starts up).
24585 The buffer is put in Shell mode, giving commands for sending input
24586 and controlling the subjobs of the shell. See `shell-mode'.
24587 See also the variable `shell-prompt-pattern'.
24588
24589 To specify a coding system for converting non-ASCII characters
24590 in the input and output to the shell, use \\[universal-coding-system-argument]
24591 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
24592 in the shell buffer, after you start the shell.
24593 The default comes from `process-coding-system-alist' and
24594 `default-process-coding-system'.
24595
24596 The shell file name (sans directories) is used to make a symbol name
24597 such as `explicit-csh-args'. If that symbol is a variable,
24598 its value is used as a list of arguments when invoking the shell.
24599 Otherwise, one argument `-i' is passed to the shell.
24600
24601 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
24602
24603 \(fn &optional BUFFER)" t nil)
24604
24605 ;;;***
24606 \f
24607 ;;;### (autoloads (shr-insert-document) "shr" "gnus/shr.el" (20706
24608 ;;;;;; 54231 807276 0))
24609 ;;; Generated autoloads from gnus/shr.el
24610
24611 (autoload 'shr-insert-document "shr" "\
24612 Render the parsed document DOM into the current buffer.
24613 DOM should be a parse tree as generated by
24614 `libxml-parse-html-region' or similar.
24615
24616 \(fn DOM)" nil nil)
24617
24618 ;;;***
24619 \f
24620 ;;;### (autoloads (sieve-upload-and-kill sieve-upload-and-bury sieve-upload
24621 ;;;;;; sieve-manage) "sieve" "gnus/sieve.el" (20706 54231 807276
24622 ;;;;;; 0))
24623 ;;; Generated autoloads from gnus/sieve.el
24624
24625 (autoload 'sieve-manage "sieve" "\
24626
24627
24628 \(fn SERVER &optional PORT)" t nil)
24629
24630 (autoload 'sieve-upload "sieve" "\
24631
24632
24633 \(fn &optional NAME)" t nil)
24634
24635 (autoload 'sieve-upload-and-bury "sieve" "\
24636
24637
24638 \(fn &optional NAME)" t nil)
24639
24640 (autoload 'sieve-upload-and-kill "sieve" "\
24641
24642
24643 \(fn &optional NAME)" t nil)
24644
24645 ;;;***
24646 \f
24647 ;;;### (autoloads (sieve-mode) "sieve-mode" "gnus/sieve-mode.el"
24648 ;;;;;; (20706 54231 807276 0))
24649 ;;; Generated autoloads from gnus/sieve-mode.el
24650
24651 (autoload 'sieve-mode "sieve-mode" "\
24652 Major mode for editing Sieve code.
24653 This is much like C mode except for the syntax of comments. Its keymap
24654 inherits from C mode's and it has the same variables for customizing
24655 indentation. It has its own abbrev table and its own syntax table.
24656
24657 Turning on Sieve mode runs `sieve-mode-hook'.
24658
24659 \(fn)" t nil)
24660
24661 ;;;***
24662 \f
24663 ;;;### (autoloads (simula-mode) "simula" "progmodes/simula.el" (20706
24664 ;;;;;; 54231 807276 0))
24665 ;;; Generated autoloads from progmodes/simula.el
24666
24667 (autoload 'simula-mode "simula" "\
24668 Major mode for editing SIMULA code.
24669 \\{simula-mode-map}
24670 Variables controlling indentation style:
24671 `simula-tab-always-indent'
24672 Non-nil means TAB in SIMULA mode should always reindent the current line,
24673 regardless of where in the line point is when the TAB command is used.
24674 `simula-indent-level'
24675 Indentation of SIMULA statements with respect to containing block.
24676 `simula-substatement-offset'
24677 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
24678 `simula-continued-statement-offset' 3
24679 Extra indentation for lines not starting a statement or substatement,
24680 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
24681 line continued statement will have the car of the list extra indentation
24682 with respect to the previous line of the statement.
24683 `simula-label-offset' -4711
24684 Offset of SIMULA label lines relative to usual indentation.
24685 `simula-if-indent' '(0 . 0)
24686 Extra indentation of THEN and ELSE with respect to the starting IF.
24687 Value is a cons cell, the car is extra THEN indentation and the cdr
24688 extra ELSE indentation. IF after ELSE is indented as the starting IF.
24689 `simula-inspect-indent' '(0 . 0)
24690 Extra indentation of WHEN and OTHERWISE with respect to the
24691 corresponding INSPECT. Value is a cons cell, the car is
24692 extra WHEN indentation and the cdr extra OTHERWISE indentation.
24693 `simula-electric-indent' nil
24694 If this variable is non-nil, `simula-indent-line'
24695 will check the previous line to see if it has to be reindented.
24696 `simula-abbrev-keyword' 'upcase
24697 Determine how SIMULA keywords will be expanded. Value is one of
24698 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
24699 or nil if they should not be changed.
24700 `simula-abbrev-stdproc' 'abbrev-table
24701 Determine how standard SIMULA procedure and class names will be
24702 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
24703 (as in) `abbrev-table', or nil if they should not be changed.
24704
24705 Turning on SIMULA mode calls the value of the variable simula-mode-hook
24706 with no arguments, if that value is non-nil.
24707
24708 \(fn)" t nil)
24709
24710 ;;;***
24711 \f
24712 ;;;### (autoloads (skeleton-pair-insert-maybe skeleton-insert skeleton-proxy-new
24713 ;;;;;; define-skeleton) "skeleton" "skeleton.el" (20706 54231 807276
24714 ;;;;;; 0))
24715 ;;; Generated autoloads from skeleton.el
24716
24717 (defvar skeleton-filter-function 'identity "\
24718 Function for transforming a skeleton proxy's aliases' variable value.")
24719
24720 (autoload 'define-skeleton "skeleton" "\
24721 Define a user-configurable COMMAND that enters a statement skeleton.
24722 DOCUMENTATION is that of the command.
24723 SKELETON is as defined under `skeleton-insert'.
24724
24725 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil t)
24726
24727 (put 'define-skeleton 'doc-string-elt '2)
24728
24729 (autoload 'skeleton-proxy-new "skeleton" "\
24730 Insert SKELETON.
24731 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
24732 If no ARG was given, but the region is visible, ARG defaults to -1 depending
24733 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
24734 This command can also be an abbrev expansion (3rd and 4th columns in
24735 \\[edit-abbrevs] buffer: \"\" command-name).
24736
24737 Optional second argument STR may also be a string which will be the value
24738 of `str' whereas the skeleton's interactor is then ignored.
24739
24740 \(fn SKELETON &optional STR ARG)" nil nil)
24741
24742 (autoload 'skeleton-insert "skeleton" "\
24743 Insert the complex statement skeleton SKELETON describes very concisely.
24744
24745 With optional second argument REGIONS, wrap first interesting point
24746 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
24747 If REGIONS is negative, wrap REGIONS preceding interregions into first
24748 REGIONS interesting positions (successive `_'s) in skeleton.
24749
24750 An interregion is the stretch of text between two contiguous marked
24751 points. If you marked A B C [] (where [] is the cursor) in
24752 alphabetical order, the 3 interregions are simply the last 3 regions.
24753 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
24754
24755 The optional third argument STR, if specified, is the value for the
24756 variable `str' within the skeleton. When this is non-nil, the
24757 interactor gets ignored, and this should be a valid skeleton element.
24758
24759 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
24760 not needed, a prompt-string or an expression for complex read functions.
24761
24762 If ELEMENT is a string or a character it gets inserted (see also
24763 `skeleton-transformation-function'). Other possibilities are:
24764
24765 \\n go to next line and indent according to mode
24766 _ interesting point, interregion here
24767 - interesting point, no interregion interaction, overrides
24768 interesting point set by _
24769 > indent line (or interregion if > _) according to major mode
24770 @ add position to `skeleton-positions'
24771 & do next ELEMENT if previous moved point
24772 | do next ELEMENT if previous didn't move point
24773 -num delete num preceding characters (see `skeleton-untabify')
24774 resume: skipped, continue here if quit is signaled
24775 nil skipped
24776
24777 After termination, point will be positioned at the last occurrence of -
24778 or at the first occurrence of _ or at the end of the inserted text.
24779
24780 Further elements can be defined via `skeleton-further-elements'. ELEMENT may
24781 itself be a SKELETON with an INTERACTOR. The user is prompted repeatedly for
24782 different inputs. The SKELETON is processed as often as the user enters a
24783 non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
24784 continues after `resume:' and positions at `_' if any. If INTERACTOR in such
24785 a subskeleton is a prompt-string which contains a \".. %s ..\" it is
24786 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list of
24787 strings with the subskeleton being repeated once for each string.
24788
24789 Quoted Lisp expressions are evaluated for their side-effects.
24790 Other Lisp expressions are evaluated and the value treated as above.
24791 Note that expressions may not return t since this implies an
24792 endless loop. Modes can define other symbols by locally setting them
24793 to any valid skeleton element. The following local variables are
24794 available:
24795
24796 str first time: read a string according to INTERACTOR
24797 then: insert previously read string once more
24798 help help-form during interaction with the user or nil
24799 input initial input (string or cons with index) while reading str
24800 v1, v2 local variables for memorizing anything you want
24801
24802 When done with skeleton, but before going back to `_'-point call
24803 `skeleton-end-hook' if that is non-nil.
24804
24805 \(fn SKELETON &optional REGIONS STR)" nil nil)
24806
24807 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
24808 Insert the character you type ARG times.
24809
24810 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
24811 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
24812 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
24813 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
24814 Pairing is also prohibited if we are right after a quoting character
24815 such as backslash.
24816
24817 If a match is found in `skeleton-pair-alist', that is inserted, else
24818 the defaults are used. These are (), [], {}, <> and `' for the
24819 symmetrical ones, and the same character twice for the others.
24820
24821 \(fn ARG)" t nil)
24822
24823 ;;;***
24824 \f
24825 ;;;### (autoloads (smerge-start-session smerge-mode smerge-ediff)
24826 ;;;;;; "smerge-mode" "vc/smerge-mode.el" (20706 54231 807276 0))
24827 ;;; Generated autoloads from vc/smerge-mode.el
24828
24829 (autoload 'smerge-ediff "smerge-mode" "\
24830 Invoke ediff to resolve the conflicts.
24831 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
24832 buffer names.
24833
24834 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
24835
24836 (autoload 'smerge-mode "smerge-mode" "\
24837 Minor mode to simplify editing output from the diff3 program.
24838 With a prefix argument ARG, enable the mode if ARG is positive,
24839 and disable it otherwise. If called from Lisp, enable the mode
24840 if ARG is omitted or nil.
24841 \\{smerge-mode-map}
24842
24843 \(fn &optional ARG)" t nil)
24844
24845 (autoload 'smerge-start-session "smerge-mode" "\
24846 Turn on `smerge-mode' and move point to first conflict marker.
24847 If no conflict maker is found, turn off `smerge-mode'.
24848
24849 \(fn)" t nil)
24850
24851 ;;;***
24852 \f
24853 ;;;### (autoloads (smiley-buffer smiley-region) "smiley" "gnus/smiley.el"
24854 ;;;;;; (20706 54231 807276 0))
24855 ;;; Generated autoloads from gnus/smiley.el
24856
24857 (autoload 'smiley-region "smiley" "\
24858 Replace in the region `smiley-regexp-alist' matches with corresponding images.
24859 A list of images is returned.
24860
24861 \(fn START END)" t nil)
24862
24863 (autoload 'smiley-buffer "smiley" "\
24864 Run `smiley-region' at the BUFFER, specified in the argument or
24865 interactively. If there's no argument, do it at the current buffer.
24866
24867 \(fn &optional BUFFER)" t nil)
24868
24869 ;;;***
24870 \f
24871 ;;;### (autoloads (smtpmail-send-queued-mail smtpmail-send-it) "smtpmail"
24872 ;;;;;; "mail/smtpmail.el" (20706 54231 807276 0))
24873 ;;; Generated autoloads from mail/smtpmail.el
24874
24875 (autoload 'smtpmail-send-it "smtpmail" "\
24876
24877
24878 \(fn)" nil nil)
24879
24880 (autoload 'smtpmail-send-queued-mail "smtpmail" "\
24881 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
24882
24883 \(fn)" t nil)
24884
24885 ;;;***
24886 \f
24887 ;;;### (autoloads (snake) "snake" "play/snake.el" (20706 54231 807276
24888 ;;;;;; 0))
24889 ;;; Generated autoloads from play/snake.el
24890
24891 (autoload 'snake "snake" "\
24892 Play the Snake game.
24893 Move the snake around without colliding with its tail or with the border.
24894
24895 Eating dots causes the snake to get longer.
24896
24897 Snake mode keybindings:
24898 \\<snake-mode-map>
24899 \\[snake-start-game] Starts a new game of Snake
24900 \\[snake-end-game] Terminates the current game
24901 \\[snake-pause-game] Pauses (or resumes) the current game
24902 \\[snake-move-left] Makes the snake move left
24903 \\[snake-move-right] Makes the snake move right
24904 \\[snake-move-up] Makes the snake move up
24905 \\[snake-move-down] Makes the snake move down
24906
24907 \(fn)" t nil)
24908
24909 ;;;***
24910 \f
24911 ;;;### (autoloads (snmpv2-mode snmp-mode) "snmp-mode" "net/snmp-mode.el"
24912 ;;;;;; (20706 54231 807276 0))
24913 ;;; Generated autoloads from net/snmp-mode.el
24914
24915 (autoload 'snmp-mode "snmp-mode" "\
24916 Major mode for editing SNMP MIBs.
24917 Expression and list commands understand all C brackets.
24918 Tab indents for C code.
24919 Comments start with -- and end with newline or another --.
24920 Delete converts tabs to spaces as it moves back.
24921 \\{snmp-mode-map}
24922 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
24923 `snmp-mode-hook'.
24924
24925 \(fn)" t nil)
24926
24927 (autoload 'snmpv2-mode "snmp-mode" "\
24928 Major mode for editing SNMPv2 MIBs.
24929 Expression and list commands understand all C brackets.
24930 Tab indents for C code.
24931 Comments start with -- and end with newline or another --.
24932 Delete converts tabs to spaces as it moves back.
24933 \\{snmp-mode-map}
24934 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
24935 then `snmpv2-mode-hook'.
24936
24937 \(fn)" t nil)
24938
24939 ;;;***
24940 \f
24941 ;;;### (autoloads (sunrise-sunset) "solar" "calendar/solar.el" (20706
24942 ;;;;;; 54231 807276 0))
24943 ;;; Generated autoloads from calendar/solar.el
24944
24945 (autoload 'sunrise-sunset "solar" "\
24946 Local time of sunrise and sunset for today. Accurate to a few seconds.
24947 If called with an optional prefix argument ARG, prompt for date.
24948 If called with an optional double prefix argument, prompt for
24949 longitude, latitude, time zone, and date, and always use standard time.
24950
24951 This function is suitable for execution in an init file.
24952
24953 \(fn &optional ARG)" t nil)
24954
24955 ;;;***
24956 \f
24957 ;;;### (autoloads (solitaire) "solitaire" "play/solitaire.el" (20706
24958 ;;;;;; 54231 807276 0))
24959 ;;; Generated autoloads from play/solitaire.el
24960
24961 (autoload 'solitaire "solitaire" "\
24962 Play Solitaire.
24963
24964 To play Solitaire, type \\[solitaire].
24965 \\<solitaire-mode-map>
24966 Move around the board using the cursor keys.
24967 Move stones using \\[solitaire-move] followed by a direction key.
24968 Undo moves using \\[solitaire-undo].
24969 Check for possible moves using \\[solitaire-do-check].
24970 \(The variable `solitaire-auto-eval' controls whether to automatically
24971 check after each move or undo.)
24972
24973 What is Solitaire?
24974
24975 I don't know who invented this game, but it seems to be rather old and
24976 its origin seems to be northern Africa. Here's how to play:
24977 Initially, the board will look similar to this:
24978
24979 Le Solitaire
24980 ============
24981
24982 o o o
24983
24984 o o o
24985
24986 o o o o o o o
24987
24988 o o o . o o o
24989
24990 o o o o o o o
24991
24992 o o o
24993
24994 o o o
24995
24996 Let's call the o's stones and the .'s holes. One stone fits into one
24997 hole. As you can see, all holes but one are occupied by stones. The
24998 aim of the game is to get rid of all but one stone, leaving that last
24999 one in the middle of the board if you're cool.
25000
25001 A stone can be moved if there is another stone next to it, and a hole
25002 after that one. Thus there must be three fields in a row, either
25003 horizontally or vertically, up, down, left or right, which look like
25004 this: o o .
25005
25006 Then the first stone is moved to the hole, jumping over the second,
25007 which therefore is taken away. The above thus `evaluates' to: . . o
25008
25009 That's all. Here's the board after two moves:
25010
25011 o o o
25012
25013 . o o
25014
25015 o o . o o o o
25016
25017 o . o o o o o
25018
25019 o o o o o o o
25020
25021 o o o
25022
25023 o o o
25024
25025 Pick your favorite shortcuts:
25026
25027 \\{solitaire-mode-map}
25028
25029 \(fn ARG)" t nil)
25030
25031 ;;;***
25032 \f
25033 ;;;### (autoloads (reverse-region sort-columns sort-regexp-fields
25034 ;;;;;; sort-fields sort-numeric-fields sort-pages sort-paragraphs
25035 ;;;;;; sort-lines sort-subr) "sort" "sort.el" (20706 54231 807276
25036 ;;;;;; 0))
25037 ;;; Generated autoloads from sort.el
25038 (put 'sort-fold-case 'safe-local-variable 'booleanp)
25039
25040 (autoload 'sort-subr "sort" "\
25041 General text sorting routine to divide buffer into records and sort them.
25042
25043 We divide the accessible portion of the buffer into disjoint pieces
25044 called sort records. A portion of each sort record (perhaps all of
25045 it) is designated as the sort key. The records are rearranged in the
25046 buffer in order by their sort keys. The records may or may not be
25047 contiguous.
25048
25049 Usually the records are rearranged in order of ascending sort key.
25050 If REVERSE is non-nil, they are rearranged in order of descending sort key.
25051 The variable `sort-fold-case' determines whether alphabetic case affects
25052 the sort order.
25053
25054 The next four arguments are functions to be called to move point
25055 across a sort record. They will be called many times from within sort-subr.
25056
25057 NEXTRECFUN is called with point at the end of the previous record.
25058 It moves point to the start of the next record.
25059 It should move point to the end of the buffer if there are no more records.
25060 The first record is assumed to start at the position of point when sort-subr
25061 is called.
25062
25063 ENDRECFUN is called with point within the record.
25064 It should move point to the end of the record.
25065
25066 STARTKEYFUN moves from the start of the record to the start of the key.
25067 It may return either a non-nil value to be used as the key, or
25068 else the key is the substring between the values of point after
25069 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
25070 starts at the beginning of the record.
25071
25072 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
25073 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
25074 same as ENDRECFUN.
25075
25076 PREDICATE, if non-nil, is the predicate function for comparing
25077 keys; it is called with two arguments, the keys to compare, and
25078 should return non-nil if the first key should sort before the
25079 second key. If PREDICATE is nil, comparison is done with `<' if
25080 the keys are numbers, with `compare-buffer-substrings' if the
25081 keys are cons cells (the car and cdr of each cons cell are taken
25082 as start and end positions), and with `string<' otherwise.
25083
25084 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
25085
25086 (autoload 'sort-lines "sort" "\
25087 Sort lines in region alphabetically; argument means descending order.
25088 Called from a program, there are three arguments:
25089 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25090 The variable `sort-fold-case' determines whether alphabetic case affects
25091 the sort order.
25092
25093 \(fn REVERSE BEG END)" t nil)
25094
25095 (autoload 'sort-paragraphs "sort" "\
25096 Sort paragraphs in region alphabetically; argument means descending order.
25097 Called from a program, there are three arguments:
25098 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25099 The variable `sort-fold-case' determines whether alphabetic case affects
25100 the sort order.
25101
25102 \(fn REVERSE BEG END)" t nil)
25103
25104 (autoload 'sort-pages "sort" "\
25105 Sort pages in region alphabetically; argument means descending order.
25106 Called from a program, there are three arguments:
25107 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25108 The variable `sort-fold-case' determines whether alphabetic case affects
25109 the sort order.
25110
25111 \(fn REVERSE BEG END)" t nil)
25112 (put 'sort-numeric-base 'safe-local-variable 'integerp)
25113
25114 (autoload 'sort-numeric-fields "sort" "\
25115 Sort lines in region numerically by the ARGth field of each line.
25116 Fields are separated by whitespace and numbered from 1 up.
25117 Specified field must contain a number in each line of the region,
25118 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
25119 Otherwise, the number is interpreted according to sort-numeric-base.
25120 With a negative arg, sorts by the ARGth field counted from the right.
25121 Called from a program, there are three arguments:
25122 FIELD, BEG and END. BEG and END specify region to sort.
25123
25124 \(fn FIELD BEG END)" t nil)
25125
25126 (autoload 'sort-fields "sort" "\
25127 Sort lines in region lexicographically by the ARGth field of each line.
25128 Fields are separated by whitespace and numbered from 1 up.
25129 With a negative arg, sorts by the ARGth field counted from the right.
25130 Called from a program, there are three arguments:
25131 FIELD, BEG and END. BEG and END specify region to sort.
25132 The variable `sort-fold-case' determines whether alphabetic case affects
25133 the sort order.
25134
25135 \(fn FIELD BEG END)" t nil)
25136
25137 (autoload 'sort-regexp-fields "sort" "\
25138 Sort the text in the region region lexicographically.
25139 If called interactively, prompt for two regular expressions,
25140 RECORD-REGEXP and KEY-REGEXP.
25141
25142 RECORD-REGEXP specifies the textual units to be sorted.
25143 For example, to sort lines, RECORD-REGEXP would be \"^.*$\".
25144
25145 KEY-REGEXP specifies the part of each record (i.e. each match for
25146 RECORD-REGEXP) to be used for sorting.
25147 If it is \"\\\\digit\", use the digit'th \"\\\\(...\\\\)\"
25148 match field specified by RECORD-REGEXP.
25149 If it is \"\\\\&\", use the whole record.
25150 Otherwise, KEY-REGEXP should be a regular expression with which
25151 to search within the record. If a match for KEY-REGEXP is not
25152 found within a record, that record is ignored.
25153
25154 With a negative prefix arg, sort in reverse order.
25155
25156 The variable `sort-fold-case' determines whether alphabetic case affects
25157 the sort order.
25158
25159 For example: to sort lines in the region by the first word on each line
25160 starting with the letter \"f\",
25161 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
25162
25163 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
25164
25165 (autoload 'sort-columns "sort" "\
25166 Sort lines in region alphabetically by a certain range of columns.
25167 For the purpose of this command, the region BEG...END includes
25168 the entire line that point is in and the entire line the mark is in.
25169 The column positions of point and mark bound the range of columns to sort on.
25170 A prefix argument means sort into REVERSE order.
25171 The variable `sort-fold-case' determines whether alphabetic case affects
25172 the sort order.
25173
25174 Note that `sort-columns' rejects text that contains tabs,
25175 because tabs could be split across the specified columns
25176 and it doesn't know how to handle that. Also, when possible,
25177 it uses the `sort' utility program, which doesn't understand tabs.
25178 Use \\[untabify] to convert tabs to spaces before sorting.
25179
25180 \(fn REVERSE &optional BEG END)" t nil)
25181
25182 (autoload 'reverse-region "sort" "\
25183 Reverse the order of lines in a region.
25184 From a program takes two point or marker arguments, BEG and END.
25185
25186 \(fn BEG END)" t nil)
25187
25188 ;;;***
25189 \f
25190 ;;;### (autoloads (spam-initialize) "spam" "gnus/spam.el" (20706
25191 ;;;;;; 54231 807276 0))
25192 ;;; Generated autoloads from gnus/spam.el
25193
25194 (autoload 'spam-initialize "spam" "\
25195 Install the spam.el hooks and do other initialization.
25196 When SYMBOLS is given, set those variables to t. This is so you
25197 can call `spam-initialize' before you set spam-use-* variables on
25198 explicitly, and matters only if you need the extra headers
25199 installed through `spam-necessary-extra-headers'.
25200
25201 \(fn &rest SYMBOLS)" t nil)
25202
25203 ;;;***
25204 \f
25205 ;;;### (autoloads (spam-report-deagentize spam-report-agentize spam-report-url-to-file
25206 ;;;;;; spam-report-url-ping-mm-url spam-report-process-queue) "spam-report"
25207 ;;;;;; "gnus/spam-report.el" (20706 54231 807276 0))
25208 ;;; Generated autoloads from gnus/spam-report.el
25209
25210 (autoload 'spam-report-process-queue "spam-report" "\
25211 Report all queued requests from `spam-report-requests-file'.
25212
25213 If FILE is given, use it instead of `spam-report-requests-file'.
25214 If KEEP is t, leave old requests in the file. If KEEP is the
25215 symbol `ask', query before flushing the queue file.
25216
25217 \(fn &optional FILE KEEP)" t nil)
25218
25219 (autoload 'spam-report-url-ping-mm-url "spam-report" "\
25220 Ping a host through HTTP, addressing a specific GET resource. Use
25221 the external program specified in `mm-url-program' to connect to
25222 server.
25223
25224 \(fn HOST REPORT)" nil nil)
25225
25226 (autoload 'spam-report-url-to-file "spam-report" "\
25227 Collect spam report requests in `spam-report-requests-file'.
25228 Customize `spam-report-url-ping-function' to use this function.
25229
25230 \(fn HOST REPORT)" nil nil)
25231
25232 (autoload 'spam-report-agentize "spam-report" "\
25233 Add spam-report support to the Agent.
25234 Spam reports will be queued with \\[spam-report-url-to-file] when
25235 the Agent is unplugged, and will be submitted in a batch when the
25236 Agent is plugged.
25237
25238 \(fn)" t nil)
25239
25240 (autoload 'spam-report-deagentize "spam-report" "\
25241 Remove spam-report support from the Agent.
25242 Spam reports will be queued with the method used when
25243 \\[spam-report-agentize] was run.
25244
25245 \(fn)" t nil)
25246
25247 ;;;***
25248 \f
25249 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar"
25250 ;;;;;; "speedbar.el" (20706 54231 807276 0))
25251 ;;; Generated autoloads from speedbar.el
25252
25253 (defalias 'speedbar 'speedbar-frame-mode)
25254
25255 (autoload 'speedbar-frame-mode "speedbar" "\
25256 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
25257 A nil ARG means toggle. Once the speedbar frame is activated, a buffer in
25258 `speedbar-mode' will be displayed. Currently, only one speedbar is
25259 supported at a time.
25260 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
25261 `speedbar-before-delete-hook' is called before the frame is deleted.
25262
25263 \(fn &optional ARG)" t nil)
25264
25265 (autoload 'speedbar-get-focus "speedbar" "\
25266 Change frame focus to or from the speedbar frame.
25267 If the selected frame is not speedbar, then speedbar frame is
25268 selected. If the speedbar frame is active, then select the attached frame.
25269
25270 \(fn)" t nil)
25271
25272 ;;;***
25273 \f
25274 ;;;### (autoloads (snarf-spooks spook) "spook" "play/spook.el" (20706
25275 ;;;;;; 54231 807276 0))
25276 ;;; Generated autoloads from play/spook.el
25277
25278 (autoload 'spook "spook" "\
25279 Adds that special touch of class to your outgoing mail.
25280
25281 \(fn)" t nil)
25282
25283 (autoload 'snarf-spooks "spook" "\
25284 Return a vector containing the lines from `spook-phrases-file'.
25285
25286 \(fn)" nil nil)
25287
25288 ;;;***
25289 \f
25290 ;;;### (autoloads (sql-linter sql-db2 sql-interbase sql-postgres
25291 ;;;;;; sql-ms sql-ingres sql-solid sql-mysql sql-sqlite sql-informix
25292 ;;;;;; sql-sybase sql-oracle sql-product-interactive sql-connect
25293 ;;;;;; sql-mode sql-help sql-add-product-keywords) "sql" "progmodes/sql.el"
25294 ;;;;;; (20706 54231 807276 0))
25295 ;;; Generated autoloads from progmodes/sql.el
25296
25297 (autoload 'sql-add-product-keywords "sql" "\
25298 Add highlighting KEYWORDS for SQL PRODUCT.
25299
25300 PRODUCT should be a symbol, the name of a SQL product, such as
25301 `oracle'. KEYWORDS should be a list; see the variable
25302 `font-lock-keywords'. By default they are added at the beginning
25303 of the current highlighting list. If optional argument APPEND is
25304 `set', they are used to replace the current highlighting list.
25305 If APPEND is any other non-nil value, they are added at the end
25306 of the current highlighting list.
25307
25308 For example:
25309
25310 (sql-add-product-keywords 'ms
25311 '((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
25312
25313 adds a fontification pattern to fontify identifiers ending in
25314 `_t' as data types.
25315
25316 \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil)
25317
25318 (autoload 'sql-help "sql" "\
25319 Show short help for the SQL modes.
25320
25321 Use an entry function to open an interactive SQL buffer. This buffer is
25322 usually named `*SQL*'. The name of the major mode is SQLi.
25323
25324 Use the following commands to start a specific SQL interpreter:
25325
25326 \\\\FREE
25327
25328 Other non-free SQL implementations are also supported:
25329
25330 \\\\NONFREE
25331
25332 But we urge you to choose a free implementation instead of these.
25333
25334 You can also use \\[sql-product-interactive] to invoke the
25335 interpreter for the current `sql-product'.
25336
25337 Once you have the SQLi buffer, you can enter SQL statements in the
25338 buffer. The output generated is appended to the buffer and a new prompt
25339 is generated. See the In/Out menu in the SQLi buffer for some functions
25340 that help you navigate through the buffer, the input history, etc.
25341
25342 If you have a really complex SQL statement or if you are writing a
25343 procedure, you can do this in a separate buffer. Put the new buffer in
25344 `sql-mode' by calling \\[sql-mode]. The name of this buffer can be
25345 anything. The name of the major mode is SQL.
25346
25347 In this SQL buffer (SQL mode), you can send the region or the entire
25348 buffer to the interactive SQL buffer (SQLi mode). The results are
25349 appended to the SQLi buffer without disturbing your SQL buffer.
25350
25351 \(fn)" t nil)
25352
25353 (autoload 'sql-mode "sql" "\
25354 Major mode to edit SQL.
25355
25356 You can send SQL statements to the SQLi buffer using
25357 \\[sql-send-region]. Such a buffer must exist before you can do this.
25358 See `sql-help' on how to create SQLi buffers.
25359
25360 \\{sql-mode-map}
25361 Customization: Entry to this mode runs the `sql-mode-hook'.
25362
25363 When you put a buffer in SQL mode, the buffer stores the last SQLi
25364 buffer created as its destination in the variable `sql-buffer'. This
25365 will be the buffer \\[sql-send-region] sends the region to. If this
25366 SQLi buffer is killed, \\[sql-send-region] is no longer able to
25367 determine where the strings should be sent to. You can set the
25368 value of `sql-buffer' using \\[sql-set-sqli-buffer].
25369
25370 For information on how to create multiple SQLi buffers, see
25371 `sql-interactive-mode'.
25372
25373 Note that SQL doesn't have an escape character unless you specify
25374 one. If you specify backslash as escape character in SQL, you
25375 must tell Emacs. Here's how to do that in your init file:
25376
25377 \(add-hook 'sql-mode-hook
25378 (lambda ()
25379 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
25380
25381 \(fn)" t nil)
25382
25383 (autoload 'sql-connect "sql" "\
25384 Connect to an interactive session using CONNECTION settings.
25385
25386 See `sql-connection-alist' to see how to define connections and
25387 their settings.
25388
25389 The user will not be prompted for any login parameters if a value
25390 is specified in the connection settings.
25391
25392 \(fn CONNECTION &optional NEW-NAME)" t nil)
25393
25394 (autoload 'sql-product-interactive "sql" "\
25395 Run PRODUCT interpreter as an inferior process.
25396
25397 If buffer `*SQL*' exists but no process is running, make a new process.
25398 If buffer exists and a process is running, just switch to buffer `*SQL*'.
25399
25400 To specify the SQL product, prefix the call with
25401 \\[universal-argument]. To set the buffer name as well, prefix
25402 the call to \\[sql-product-interactive] with
25403 \\[universal-argument] \\[universal-argument].
25404
25405 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25406
25407 \(fn &optional PRODUCT NEW-NAME)" t nil)
25408
25409 (autoload 'sql-oracle "sql" "\
25410 Run sqlplus by Oracle as an inferior process.
25411
25412 If buffer `*SQL*' exists but no process is running, make a new process.
25413 If buffer exists and a process is running, just switch to buffer
25414 `*SQL*'.
25415
25416 Interpreter used comes from variable `sql-oracle-program'. Login uses
25417 the variables `sql-user', `sql-password', and `sql-database' as
25418 defaults, if set. Additional command line parameters can be stored in
25419 the list `sql-oracle-options'.
25420
25421 The buffer is put in SQL interactive mode, giving commands for sending
25422 input. See `sql-interactive-mode'.
25423
25424 To set the buffer name directly, use \\[universal-argument]
25425 before \\[sql-oracle]. Once session has started,
25426 \\[sql-rename-buffer] can be called separately to rename the
25427 buffer.
25428
25429 To specify a coding system for converting non-ASCII characters
25430 in the input and output to the process, use \\[universal-coding-system-argument]
25431 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
25432 in the SQL buffer, after you start the process.
25433 The default comes from `process-coding-system-alist' and
25434 `default-process-coding-system'.
25435
25436 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25437
25438 \(fn &optional BUFFER)" t nil)
25439
25440 (autoload 'sql-sybase "sql" "\
25441 Run isql by Sybase as an inferior process.
25442
25443 If buffer `*SQL*' exists but no process is running, make a new process.
25444 If buffer exists and a process is running, just switch to buffer
25445 `*SQL*'.
25446
25447 Interpreter used comes from variable `sql-sybase-program'. Login uses
25448 the variables `sql-server', `sql-user', `sql-password', and
25449 `sql-database' as defaults, if set. Additional command line parameters
25450 can be stored in the list `sql-sybase-options'.
25451
25452 The buffer is put in SQL interactive mode, giving commands for sending
25453 input. See `sql-interactive-mode'.
25454
25455 To set the buffer name directly, use \\[universal-argument]
25456 before \\[sql-sybase]. Once session has started,
25457 \\[sql-rename-buffer] can be called separately to rename the
25458 buffer.
25459
25460 To specify a coding system for converting non-ASCII characters
25461 in the input and output to the process, use \\[universal-coding-system-argument]
25462 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
25463 in the SQL buffer, after you start the process.
25464 The default comes from `process-coding-system-alist' and
25465 `default-process-coding-system'.
25466
25467 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25468
25469 \(fn &optional BUFFER)" t nil)
25470
25471 (autoload 'sql-informix "sql" "\
25472 Run dbaccess by Informix as an inferior process.
25473
25474 If buffer `*SQL*' exists but no process is running, make a new process.
25475 If buffer exists and a process is running, just switch to buffer
25476 `*SQL*'.
25477
25478 Interpreter used comes from variable `sql-informix-program'. Login uses
25479 the variable `sql-database' as default, if set.
25480
25481 The buffer is put in SQL interactive mode, giving commands for sending
25482 input. See `sql-interactive-mode'.
25483
25484 To set the buffer name directly, use \\[universal-argument]
25485 before \\[sql-informix]. Once session has started,
25486 \\[sql-rename-buffer] can be called separately to rename the
25487 buffer.
25488
25489 To specify a coding system for converting non-ASCII characters
25490 in the input and output to the process, use \\[universal-coding-system-argument]
25491 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
25492 in the SQL buffer, after you start the process.
25493 The default comes from `process-coding-system-alist' and
25494 `default-process-coding-system'.
25495
25496 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25497
25498 \(fn &optional BUFFER)" t nil)
25499
25500 (autoload 'sql-sqlite "sql" "\
25501 Run sqlite as an inferior process.
25502
25503 SQLite is free software.
25504
25505 If buffer `*SQL*' exists but no process is running, make a new process.
25506 If buffer exists and a process is running, just switch to buffer
25507 `*SQL*'.
25508
25509 Interpreter used comes from variable `sql-sqlite-program'. Login uses
25510 the variables `sql-user', `sql-password', `sql-database', and
25511 `sql-server' as defaults, if set. Additional command line parameters
25512 can be stored in the list `sql-sqlite-options'.
25513
25514 The buffer is put in SQL interactive mode, giving commands for sending
25515 input. See `sql-interactive-mode'.
25516
25517 To set the buffer name directly, use \\[universal-argument]
25518 before \\[sql-sqlite]. Once session has started,
25519 \\[sql-rename-buffer] can be called separately to rename the
25520 buffer.
25521
25522 To specify a coding system for converting non-ASCII characters
25523 in the input and output to the process, use \\[universal-coding-system-argument]
25524 before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system]
25525 in the SQL buffer, after you start the process.
25526 The default comes from `process-coding-system-alist' and
25527 `default-process-coding-system'.
25528
25529 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25530
25531 \(fn &optional BUFFER)" t nil)
25532
25533 (autoload 'sql-mysql "sql" "\
25534 Run mysql by TcX as an inferior process.
25535
25536 Mysql versions 3.23 and up are free software.
25537
25538 If buffer `*SQL*' exists but no process is running, make a new process.
25539 If buffer exists and a process is running, just switch to buffer
25540 `*SQL*'.
25541
25542 Interpreter used comes from variable `sql-mysql-program'. Login uses
25543 the variables `sql-user', `sql-password', `sql-database', and
25544 `sql-server' as defaults, if set. Additional command line parameters
25545 can be stored in the list `sql-mysql-options'.
25546
25547 The buffer is put in SQL interactive mode, giving commands for sending
25548 input. See `sql-interactive-mode'.
25549
25550 To set the buffer name directly, use \\[universal-argument]
25551 before \\[sql-mysql]. Once session has started,
25552 \\[sql-rename-buffer] can be called separately to rename the
25553 buffer.
25554
25555 To specify a coding system for converting non-ASCII characters
25556 in the input and output to the process, use \\[universal-coding-system-argument]
25557 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
25558 in the SQL buffer, after you start the process.
25559 The default comes from `process-coding-system-alist' and
25560 `default-process-coding-system'.
25561
25562 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25563
25564 \(fn &optional BUFFER)" t nil)
25565
25566 (autoload 'sql-solid "sql" "\
25567 Run solsql by Solid as an inferior process.
25568
25569 If buffer `*SQL*' exists but no process is running, make a new process.
25570 If buffer exists and a process is running, just switch to buffer
25571 `*SQL*'.
25572
25573 Interpreter used comes from variable `sql-solid-program'. Login uses
25574 the variables `sql-user', `sql-password', and `sql-server' as
25575 defaults, if set.
25576
25577 The buffer is put in SQL interactive mode, giving commands for sending
25578 input. See `sql-interactive-mode'.
25579
25580 To set the buffer name directly, use \\[universal-argument]
25581 before \\[sql-solid]. Once session has started,
25582 \\[sql-rename-buffer] can be called separately to rename the
25583 buffer.
25584
25585 To specify a coding system for converting non-ASCII characters
25586 in the input and output to the process, use \\[universal-coding-system-argument]
25587 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
25588 in the SQL buffer, after you start the process.
25589 The default comes from `process-coding-system-alist' and
25590 `default-process-coding-system'.
25591
25592 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25593
25594 \(fn &optional BUFFER)" t nil)
25595
25596 (autoload 'sql-ingres "sql" "\
25597 Run sql by Ingres as an inferior process.
25598
25599 If buffer `*SQL*' exists but no process is running, make a new process.
25600 If buffer exists and a process is running, just switch to buffer
25601 `*SQL*'.
25602
25603 Interpreter used comes from variable `sql-ingres-program'. Login uses
25604 the variable `sql-database' as default, if set.
25605
25606 The buffer is put in SQL interactive mode, giving commands for sending
25607 input. See `sql-interactive-mode'.
25608
25609 To set the buffer name directly, use \\[universal-argument]
25610 before \\[sql-ingres]. Once session has started,
25611 \\[sql-rename-buffer] can be called separately to rename the
25612 buffer.
25613
25614 To specify a coding system for converting non-ASCII characters
25615 in the input and output to the process, use \\[universal-coding-system-argument]
25616 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
25617 in the SQL buffer, after you start the process.
25618 The default comes from `process-coding-system-alist' and
25619 `default-process-coding-system'.
25620
25621 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25622
25623 \(fn &optional BUFFER)" t nil)
25624
25625 (autoload 'sql-ms "sql" "\
25626 Run osql by Microsoft as an inferior process.
25627
25628 If buffer `*SQL*' exists but no process is running, make a new process.
25629 If buffer exists and a process is running, just switch to buffer
25630 `*SQL*'.
25631
25632 Interpreter used comes from variable `sql-ms-program'. Login uses the
25633 variables `sql-user', `sql-password', `sql-database', and `sql-server'
25634 as defaults, if set. Additional command line parameters can be stored
25635 in the list `sql-ms-options'.
25636
25637 The buffer is put in SQL interactive mode, giving commands for sending
25638 input. See `sql-interactive-mode'.
25639
25640 To set the buffer name directly, use \\[universal-argument]
25641 before \\[sql-ms]. Once session has started,
25642 \\[sql-rename-buffer] can be called separately to rename the
25643 buffer.
25644
25645 To specify a coding system for converting non-ASCII characters
25646 in the input and output to the process, use \\[universal-coding-system-argument]
25647 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
25648 in the SQL buffer, after you start the process.
25649 The default comes from `process-coding-system-alist' and
25650 `default-process-coding-system'.
25651
25652 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25653
25654 \(fn &optional BUFFER)" t nil)
25655
25656 (autoload 'sql-postgres "sql" "\
25657 Run psql by Postgres as an inferior process.
25658
25659 If buffer `*SQL*' exists but no process is running, make a new process.
25660 If buffer exists and a process is running, just switch to buffer
25661 `*SQL*'.
25662
25663 Interpreter used comes from variable `sql-postgres-program'. Login uses
25664 the variables `sql-database' and `sql-server' as default, if set.
25665 Additional command line parameters can be stored in the list
25666 `sql-postgres-options'.
25667
25668 The buffer is put in SQL interactive mode, giving commands for sending
25669 input. See `sql-interactive-mode'.
25670
25671 To set the buffer name directly, use \\[universal-argument]
25672 before \\[sql-postgres]. Once session has started,
25673 \\[sql-rename-buffer] can be called separately to rename the
25674 buffer.
25675
25676 To specify a coding system for converting non-ASCII characters
25677 in the input and output to the process, use \\[universal-coding-system-argument]
25678 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
25679 in the SQL buffer, after you start the process.
25680 The default comes from `process-coding-system-alist' and
25681 `default-process-coding-system'. If your output lines end with ^M,
25682 your might try undecided-dos as a coding system. If this doesn't help,
25683 Try to set `comint-output-filter-functions' like this:
25684
25685 \(setq comint-output-filter-functions (append comint-output-filter-functions
25686 '(comint-strip-ctrl-m)))
25687
25688 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25689
25690 \(fn &optional BUFFER)" t nil)
25691
25692 (autoload 'sql-interbase "sql" "\
25693 Run isql by Interbase as an inferior process.
25694
25695 If buffer `*SQL*' exists but no process is running, make a new process.
25696 If buffer exists and a process is running, just switch to buffer
25697 `*SQL*'.
25698
25699 Interpreter used comes from variable `sql-interbase-program'. Login
25700 uses the variables `sql-user', `sql-password', and `sql-database' as
25701 defaults, if set.
25702
25703 The buffer is put in SQL interactive mode, giving commands for sending
25704 input. See `sql-interactive-mode'.
25705
25706 To set the buffer name directly, use \\[universal-argument]
25707 before \\[sql-interbase]. Once session has started,
25708 \\[sql-rename-buffer] can be called separately to rename the
25709 buffer.
25710
25711 To specify a coding system for converting non-ASCII characters
25712 in the input and output to the process, use \\[universal-coding-system-argument]
25713 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
25714 in the SQL buffer, after you start the process.
25715 The default comes from `process-coding-system-alist' and
25716 `default-process-coding-system'.
25717
25718 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25719
25720 \(fn &optional BUFFER)" t nil)
25721
25722 (autoload 'sql-db2 "sql" "\
25723 Run db2 by IBM as an inferior process.
25724
25725 If buffer `*SQL*' exists but no process is running, make a new process.
25726 If buffer exists and a process is running, just switch to buffer
25727 `*SQL*'.
25728
25729 Interpreter used comes from variable `sql-db2-program'. There is not
25730 automatic login.
25731
25732 The buffer is put in SQL interactive mode, giving commands for sending
25733 input. See `sql-interactive-mode'.
25734
25735 If you use \\[sql-accumulate-and-indent] to send multiline commands to
25736 db2, newlines will be escaped if necessary. If you don't want that, set
25737 `comint-input-sender' back to `comint-simple-send' by writing an after
25738 advice. See the elisp manual for more information.
25739
25740 To set the buffer name directly, use \\[universal-argument]
25741 before \\[sql-db2]. Once session has started,
25742 \\[sql-rename-buffer] can be called separately to rename the
25743 buffer.
25744
25745 To specify a coding system for converting non-ASCII characters
25746 in the input and output to the process, use \\[universal-coding-system-argument]
25747 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
25748 in the SQL buffer, after you start the process.
25749 The default comes from `process-coding-system-alist' and
25750 `default-process-coding-system'.
25751
25752 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25753
25754 \(fn &optional BUFFER)" t nil)
25755
25756 (autoload 'sql-linter "sql" "\
25757 Run inl by RELEX as an inferior process.
25758
25759 If buffer `*SQL*' exists but no process is running, make a new process.
25760 If buffer exists and a process is running, just switch to buffer
25761 `*SQL*'.
25762
25763 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
25764 Login uses the variables `sql-user', `sql-password', `sql-database' and
25765 `sql-server' as defaults, if set. Additional command line parameters
25766 can be stored in the list `sql-linter-options'. Run inl -h to get help on
25767 parameters.
25768
25769 `sql-database' is used to set the LINTER_MBX environment variable for
25770 local connections, `sql-server' refers to the server name from the
25771 `nodetab' file for the network connection (dbc_tcp or friends must run
25772 for this to work). If `sql-password' is an empty string, inl will use
25773 an empty password.
25774
25775 The buffer is put in SQL interactive mode, giving commands for sending
25776 input. See `sql-interactive-mode'.
25777
25778 To set the buffer name directly, use \\[universal-argument]
25779 before \\[sql-linter]. Once session has started,
25780 \\[sql-rename-buffer] can be called separately to rename the
25781 buffer.
25782
25783 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25784
25785 \(fn &optional BUFFER)" t nil)
25786
25787 ;;;***
25788 \f
25789 ;;;### (autoloads (srecode-template-mode) "srecode/srt-mode" "cedet/srecode/srt-mode.el"
25790 ;;;;;; (20706 54231 807276 0))
25791 ;;; Generated autoloads from cedet/srecode/srt-mode.el
25792
25793 (autoload 'srecode-template-mode "srecode/srt-mode" "\
25794 Major-mode for writing SRecode macros.
25795
25796 \(fn)" t nil)
25797
25798 (defalias 'srt-mode 'srecode-template-mode)
25799
25800 ;;;***
25801 \f
25802 ;;;### (autoloads (starttls-open-stream) "starttls" "gnus/starttls.el"
25803 ;;;;;; (20706 54231 807276 0))
25804 ;;; Generated autoloads from gnus/starttls.el
25805
25806 (autoload 'starttls-open-stream "starttls" "\
25807 Open a TLS connection for a port to a host.
25808 Returns a subprocess object to represent the connection.
25809 Input and output work as for subprocesses; `delete-process' closes it.
25810 Args are NAME BUFFER HOST PORT.
25811 NAME is name for process. It is modified if necessary to make it unique.
25812 BUFFER is the buffer (or `buffer-name') to associate with the process.
25813 Process output goes at end of that buffer, unless you specify
25814 an output stream or filter function to handle the output.
25815 BUFFER may be also nil, meaning that this process is not associated
25816 with any buffer
25817 Third arg is name of the host to connect to, or its IP address.
25818 Fourth arg PORT is an integer specifying a port to connect to.
25819 If `starttls-use-gnutls' is nil, this may also be a service name, but
25820 GnuTLS requires a port number.
25821
25822 \(fn NAME BUFFER HOST PORT)" nil nil)
25823
25824 ;;;***
25825 \f
25826 ;;;### (autoloads (strokes-compose-complex-stroke strokes-decode-buffer
25827 ;;;;;; strokes-mode strokes-list-strokes strokes-load-user-strokes
25828 ;;;;;; strokes-help strokes-describe-stroke strokes-do-complex-stroke
25829 ;;;;;; strokes-do-stroke strokes-read-complex-stroke strokes-read-stroke
25830 ;;;;;; strokes-global-set-stroke) "strokes" "strokes.el" (20706
25831 ;;;;;; 54231 807276 0))
25832 ;;; Generated autoloads from strokes.el
25833
25834 (autoload 'strokes-global-set-stroke "strokes" "\
25835 Interactively give STROKE the global binding as COMMAND.
25836 Operated just like `global-set-key', except for strokes.
25837 COMMAND is a symbol naming an interactively-callable function. STROKE
25838 is a list of sampled positions on the stroke grid as described in the
25839 documentation for the `strokes-define-stroke' function.
25840
25841 See also `strokes-global-set-stroke-string'.
25842
25843 \(fn STROKE COMMAND)" t nil)
25844
25845 (autoload 'strokes-read-stroke "strokes" "\
25846 Read a simple stroke (interactively) and return the stroke.
25847 Optional PROMPT in minibuffer displays before and during stroke reading.
25848 This function will display the stroke interactively as it is being
25849 entered in the strokes buffer if the variable
25850 `strokes-use-strokes-buffer' is non-nil.
25851 Optional EVENT is acceptable as the starting event of the stroke.
25852
25853 \(fn &optional PROMPT EVENT)" nil nil)
25854
25855 (autoload 'strokes-read-complex-stroke "strokes" "\
25856 Read a complex stroke (interactively) and return the stroke.
25857 Optional PROMPT in minibuffer displays before and during stroke reading.
25858 Note that a complex stroke allows the user to pen-up and pen-down. This
25859 is implemented by allowing the user to paint with button 1 or button 2 and
25860 then complete the stroke with button 3.
25861 Optional EVENT is acceptable as the starting event of the stroke.
25862
25863 \(fn &optional PROMPT EVENT)" nil nil)
25864
25865 (autoload 'strokes-do-stroke "strokes" "\
25866 Read a simple stroke from the user and then execute its command.
25867 This must be bound to a mouse event.
25868
25869 \(fn EVENT)" t nil)
25870
25871 (autoload 'strokes-do-complex-stroke "strokes" "\
25872 Read a complex stroke from the user and then execute its command.
25873 This must be bound to a mouse event.
25874
25875 \(fn EVENT)" t nil)
25876
25877 (autoload 'strokes-describe-stroke "strokes" "\
25878 Displays the command which STROKE maps to, reading STROKE interactively.
25879
25880 \(fn STROKE)" t nil)
25881
25882 (autoload 'strokes-help "strokes" "\
25883 Get instruction on using the Strokes package.
25884
25885 \(fn)" t nil)
25886
25887 (autoload 'strokes-load-user-strokes "strokes" "\
25888 Load user-defined strokes from file named by `strokes-file'.
25889
25890 \(fn)" t nil)
25891
25892 (autoload 'strokes-list-strokes "strokes" "\
25893 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
25894 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes
25895 chronologically by command name.
25896 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
25897
25898 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
25899
25900 (defvar strokes-mode nil "\
25901 Non-nil if Strokes mode is enabled.
25902 See the command `strokes-mode' for a description of this minor mode.
25903 Setting this variable directly does not take effect;
25904 either customize it (see the info node `Easy Customization')
25905 or call the function `strokes-mode'.")
25906
25907 (custom-autoload 'strokes-mode "strokes" nil)
25908
25909 (autoload 'strokes-mode "strokes" "\
25910 Toggle Strokes mode, a global minor mode.
25911 With a prefix argument ARG, enable Strokes mode if ARG is
25912 positive, and disable it otherwise. If called from Lisp, enable
25913 the mode if ARG is omitted or nil.
25914
25915 \\<strokes-mode-map>
25916 Strokes are pictographic mouse gestures which invoke commands.
25917 Strokes are invoked with \\[strokes-do-stroke]. You can define
25918 new strokes with \\[strokes-global-set-stroke]. See also
25919 \\[strokes-do-complex-stroke] for `complex' strokes.
25920
25921 To use strokes for pictographic editing, such as Chinese/Japanese, use
25922 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
25923 Encode/decode your strokes with \\[strokes-encode-buffer],
25924 \\[strokes-decode-buffer].
25925
25926 \\{strokes-mode-map}
25927
25928 \(fn &optional ARG)" t nil)
25929
25930 (autoload 'strokes-decode-buffer "strokes" "\
25931 Decode stroke strings in BUFFER and display their corresponding glyphs.
25932 Optional BUFFER defaults to the current buffer.
25933 Optional FORCE non-nil will ignore the buffer's read-only status.
25934
25935 \(fn &optional BUFFER FORCE)" t nil)
25936
25937 (autoload 'strokes-compose-complex-stroke "strokes" "\
25938 Read a complex stroke and insert its glyph into the current buffer.
25939
25940 \(fn)" t nil)
25941
25942 ;;;***
25943 \f
25944 ;;;### (autoloads (studlify-buffer studlify-word studlify-region)
25945 ;;;;;; "studly" "play/studly.el" (20355 10320 526171 0))
25946 ;;; Generated autoloads from play/studly.el
25947
25948 (autoload 'studlify-region "studly" "\
25949 Studlify-case the region.
25950
25951 \(fn BEGIN END)" t nil)
25952
25953 (autoload 'studlify-word "studly" "\
25954 Studlify-case the current word, or COUNT words if given an argument.
25955
25956 \(fn COUNT)" t nil)
25957
25958 (autoload 'studlify-buffer "studly" "\
25959 Studlify-case the current buffer.
25960
25961 \(fn)" t nil)
25962
25963 ;;;***
25964 \f
25965 ;;;### (autoloads (global-subword-mode subword-mode) "subword" "progmodes/subword.el"
25966 ;;;;;; (20706 54231 807276 0))
25967 ;;; Generated autoloads from progmodes/subword.el
25968
25969 (autoload 'subword-mode "subword" "\
25970 Toggle subword movement and editing (Subword mode).
25971 With a prefix argument ARG, enable Subword mode if ARG is
25972 positive, and disable it otherwise. If called from Lisp, enable
25973 the mode if ARG is omitted or nil.
25974
25975 Subword mode is a buffer-local minor mode. Enabling it remaps
25976 word-based editing commands to subword-based commands that handle
25977 symbols with mixed uppercase and lowercase letters,
25978 e.g. \"GtkWidget\", \"EmacsFrameClass\", \"NSGraphicsContext\".
25979
25980 Here we call these mixed case symbols `nomenclatures'. Each
25981 capitalized (or completely uppercase) part of a nomenclature is
25982 called a `subword'. Here are some examples:
25983
25984 Nomenclature Subwords
25985 ===========================================================
25986 GtkWindow => \"Gtk\" and \"Window\"
25987 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
25988 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
25989
25990 The subword oriented commands activated in this minor mode recognize
25991 subwords in a nomenclature to move between subwords and to edit them
25992 as words.
25993
25994 \\{subword-mode-map}
25995
25996 \(fn &optional ARG)" t nil)
25997
25998 (defvar global-subword-mode nil "\
25999 Non-nil if Global-Subword mode is enabled.
26000 See the command `global-subword-mode' for a description of this minor mode.
26001 Setting this variable directly does not take effect;
26002 either customize it (see the info node `Easy Customization')
26003 or call the function `global-subword-mode'.")
26004
26005 (custom-autoload 'global-subword-mode "subword" nil)
26006
26007 (autoload 'global-subword-mode "subword" "\
26008 Toggle Subword mode in all buffers.
26009 With prefix ARG, enable Global-Subword mode if ARG is positive;
26010 otherwise, disable it. If called from Lisp, enable the mode if
26011 ARG is omitted or nil.
26012
26013 Subword mode is enabled in all buffers where
26014 `(lambda nil (subword-mode 1))' would do it.
26015 See `subword-mode' for more information on Subword mode.
26016
26017 \(fn &optional ARG)" t nil)
26018
26019 ;;;***
26020 \f
26021 ;;;### (autoloads (sc-cite-original) "supercite" "mail/supercite.el"
26022 ;;;;;; (20706 54231 807276 0))
26023 ;;; Generated autoloads from mail/supercite.el
26024
26025 (autoload 'sc-cite-original "supercite" "\
26026 Workhorse citing function which performs the initial citation.
26027 This is callable from the various mail and news readers' reply
26028 function according to the agreed upon standard. See the associated
26029 info node `(SC)Top' for more details.
26030 `sc-cite-original' does not do any yanking of the
26031 original message but it does require a few things:
26032
26033 1) The reply buffer is the current buffer.
26034
26035 2) The original message has been yanked and inserted into the
26036 reply buffer.
26037
26038 3) Verbose mail headers from the original message have been
26039 inserted into the reply buffer directly before the text of the
26040 original message.
26041
26042 4) Point is at the beginning of the verbose headers.
26043
26044 5) Mark is at the end of the body of text to be cited.
26045
26046 The region need not be active (and typically isn't when this
26047 function is called). Also, the hook `sc-pre-hook' is run before,
26048 and `sc-post-hook' is run after the guts of this function.
26049
26050 \(fn)" nil nil)
26051
26052 ;;;***
26053 \f
26054 ;;;### (autoloads (gpm-mouse-mode) "t-mouse" "t-mouse.el" (20706
26055 ;;;;;; 54231 807276 0))
26056 ;;; Generated autoloads from t-mouse.el
26057
26058 (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
26059
26060 (defvar gpm-mouse-mode t "\
26061 Non-nil if Gpm-Mouse mode is enabled.
26062 See the command `gpm-mouse-mode' for a description of this minor mode.
26063 Setting this variable directly does not take effect;
26064 either customize it (see the info node `Easy Customization')
26065 or call the function `gpm-mouse-mode'.")
26066
26067 (custom-autoload 'gpm-mouse-mode "t-mouse" nil)
26068
26069 (autoload 'gpm-mouse-mode "t-mouse" "\
26070 Toggle mouse support in GNU/Linux consoles (GPM Mouse mode).
26071 With a prefix argument ARG, enable GPM Mouse mode if ARG is
26072 positive, and disable it otherwise. If called from Lisp, enable
26073 the mode if ARG is omitted or nil.
26074
26075 This allows the use of the mouse when operating on a GNU/Linux console,
26076 in the same way as you can use the mouse under X11.
26077 It relies on the `gpm' daemon being activated.
26078
26079 \(fn &optional ARG)" t nil)
26080
26081 ;;;***
26082 \f
26083 ;;;### (autoloads (tabify untabify) "tabify" "tabify.el" (20706 54231
26084 ;;;;;; 807276 0))
26085 ;;; Generated autoloads from tabify.el
26086
26087 (autoload 'untabify "tabify" "\
26088 Convert all tabs in region to multiple spaces, preserving columns.
26089 Called non-interactively, the region is specified by arguments
26090 START and END, rather than by the position of point and mark.
26091 The variable `tab-width' controls the spacing of tab stops.
26092
26093 \(fn START END)" t nil)
26094
26095 (autoload 'tabify "tabify" "\
26096 Convert multiple spaces in region to tabs when possible.
26097 A group of spaces is partially replaced by tabs
26098 when this can be done without changing the column they end at.
26099 Called non-interactively, the region is specified by arguments
26100 START and END, rather than by the position of point and mark.
26101 The variable `tab-width' controls the spacing of tab stops.
26102
26103 \(fn START END)" t nil)
26104
26105 ;;;***
26106 \f
26107 ;;;### (autoloads (table-release table-capture table-delete-column
26108 ;;;;;; table-delete-row table-insert-sequence table-generate-source
26109 ;;;;;; table-query-dimension table-fixed-width-mode table-justify-column
26110 ;;;;;; table-justify-row table-justify-cell table-justify table-split-cell
26111 ;;;;;; table-split-cell-horizontally table-split-cell-vertically
26112 ;;;;;; table-span-cell table-backward-cell table-forward-cell table-narrow-cell
26113 ;;;;;; table-widen-cell table-shorten-cell table-heighten-cell table-unrecognize-cell
26114 ;;;;;; table-recognize-cell table-unrecognize-table table-recognize-table
26115 ;;;;;; table-unrecognize-region table-recognize-region table-unrecognize
26116 ;;;;;; table-recognize table-insert-row-column table-insert-column
26117 ;;;;;; table-insert-row table-insert table-point-left-cell-hook
26118 ;;;;;; table-point-entered-cell-hook table-load-hook table-cell-map-hook)
26119 ;;;;;; "table" "textmodes/table.el" (20706 54231 807276 0))
26120 ;;; Generated autoloads from textmodes/table.el
26121
26122 (defvar table-cell-map-hook nil "\
26123 Normal hooks run when finishing construction of `table-cell-map'.
26124 User can modify `table-cell-map' by adding custom functions here.")
26125
26126 (custom-autoload 'table-cell-map-hook "table" t)
26127
26128 (defvar table-load-hook nil "\
26129 List of functions to be called after the table is first loaded.")
26130
26131 (custom-autoload 'table-load-hook "table" t)
26132
26133 (defvar table-point-entered-cell-hook nil "\
26134 List of functions to be called after point entered a table cell.")
26135
26136 (custom-autoload 'table-point-entered-cell-hook "table" t)
26137
26138 (defvar table-point-left-cell-hook nil "\
26139 List of functions to be called after point left a table cell.")
26140
26141 (custom-autoload 'table-point-left-cell-hook "table" t)
26142
26143 (autoload 'table-insert "table" "\
26144 Insert an editable text table.
26145 Insert a table of specified number of COLUMNS and ROWS. Optional
26146 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
26147 cell. The cell size is uniform across the table if the specified size
26148 is a number. They can be a list of numbers to specify different size
26149 for each cell. When called interactively, the list of number is
26150 entered by simply listing all the numbers with space characters
26151 delimiting them.
26152
26153 Examples:
26154
26155 \\[table-insert] inserts a table at the current point location.
26156
26157 Suppose we have the following situation where `-!-' indicates the
26158 location of point.
26159
26160 -!-
26161
26162 Type \\[table-insert] and hit ENTER key. As it asks table
26163 specification, provide 3 for number of columns, 1 for number of rows,
26164 5 for cell width and 1 for cell height. Now you shall see the next
26165 table and the point is automatically moved to the beginning of the
26166 first cell.
26167
26168 +-----+-----+-----+
26169 |-!- | | |
26170 +-----+-----+-----+
26171
26172 Inside a table cell, there are special key bindings. \\<table-cell-map>
26173
26174 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
26175 width, which results as
26176
26177 +--------------+-----+-----+
26178 |-!- | | |
26179 +--------------+-----+-----+
26180
26181 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
26182 TAB moves the point forward by a cell. The result now looks like this:
26183
26184 +--------------+------+--------------------------------+
26185 | | |-!- |
26186 +--------------+------+--------------------------------+
26187
26188 If you knew each width of the columns prior to the table creation,
26189 what you could have done better was to have had given the complete
26190 width information to `table-insert'.
26191
26192 Cell width(s): 14 6 32
26193
26194 instead of
26195
26196 Cell width(s): 5
26197
26198 This would have eliminated the previously mentioned width adjustment
26199 work all together.
26200
26201 If the point is in the last cell type S-TAB S-TAB to move it to the
26202 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
26203
26204 +--------------+------+--------------------------------+
26205 |-!- | | |
26206 | | | |
26207 +--------------+------+--------------------------------+
26208
26209 Type \\[table-insert-row-column] and tell it to insert a row.
26210
26211 +--------------+------+--------------------------------+
26212 |-!- | | |
26213 | | | |
26214 +--------------+------+--------------------------------+
26215 | | | |
26216 | | | |
26217 +--------------+------+--------------------------------+
26218
26219 Move the point under the table as shown below.
26220
26221 +--------------+------+--------------------------------+
26222 | | | |
26223 | | | |
26224 +--------------+------+--------------------------------+
26225 | | | |
26226 | | | |
26227 +--------------+------+--------------------------------+
26228 -!-
26229
26230 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
26231 when the point is outside of the table. This insertion at
26232 outside of the table effectively appends a row at the end.
26233
26234 +--------------+------+--------------------------------+
26235 | | | |
26236 | | | |
26237 +--------------+------+--------------------------------+
26238 | | | |
26239 | | | |
26240 +--------------+------+--------------------------------+
26241 |-!- | | |
26242 | | | |
26243 +--------------+------+--------------------------------+
26244
26245 Text editing inside the table cell produces reasonably expected
26246 results.
26247
26248 +--------------+------+--------------------------------+
26249 | | | |
26250 | | | |
26251 +--------------+------+--------------------------------+
26252 | | |Text editing inside the table |
26253 | | |cell produces reasonably |
26254 | | |expected results.-!- |
26255 +--------------+------+--------------------------------+
26256 | | | |
26257 | | | |
26258 +--------------+------+--------------------------------+
26259
26260 Inside a table cell has a special keymap.
26261
26262 \\{table-cell-map}
26263
26264 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
26265
26266 (autoload 'table-insert-row "table" "\
26267 Insert N table row(s).
26268 When point is in a table the newly inserted row(s) are placed above
26269 the current row. When point is outside of the table it must be below
26270 the table within the table width range, then the newly created row(s)
26271 are appended at the bottom of the table.
26272
26273 \(fn N)" t nil)
26274
26275 (autoload 'table-insert-column "table" "\
26276 Insert N table column(s).
26277 When point is in a table the newly inserted column(s) are placed left
26278 of the current column. When point is outside of the table it must be
26279 right side of the table within the table height range, then the newly
26280 created column(s) are appended at the right of the table.
26281
26282 \(fn N)" t nil)
26283
26284 (autoload 'table-insert-row-column "table" "\
26285 Insert row(s) or column(s).
26286 See `table-insert-row' and `table-insert-column'.
26287
26288 \(fn ROW-COLUMN N)" t nil)
26289
26290 (autoload 'table-recognize "table" "\
26291 Recognize all tables within the current buffer and activate them.
26292 Scans the entire buffer and recognizes valid table cells. If the
26293 optional numeric prefix argument ARG is negative the tables in the
26294 buffer become inactive, meaning the tables become plain text and loses
26295 all the table specific features.
26296
26297 \(fn &optional ARG)" t nil)
26298
26299 (autoload 'table-unrecognize "table" "\
26300
26301
26302 \(fn)" t nil)
26303
26304 (autoload 'table-recognize-region "table" "\
26305 Recognize all tables within region.
26306 BEG and END specify the region to work on. If the optional numeric
26307 prefix argument ARG is negative the tables in the region become
26308 inactive, meaning the tables become plain text and lose all the table
26309 specific features.
26310
26311 \(fn BEG END &optional ARG)" t nil)
26312
26313 (autoload 'table-unrecognize-region "table" "\
26314
26315
26316 \(fn BEG END)" t nil)
26317
26318 (autoload 'table-recognize-table "table" "\
26319 Recognize a table at point.
26320 If the optional numeric prefix argument ARG is negative the table
26321 becomes inactive, meaning the table becomes plain text and loses all
26322 the table specific features.
26323
26324 \(fn &optional ARG)" t nil)
26325
26326 (autoload 'table-unrecognize-table "table" "\
26327
26328
26329 \(fn)" t nil)
26330
26331 (autoload 'table-recognize-cell "table" "\
26332 Recognize a table cell that contains current point.
26333 Probe the cell dimension and prepare the cell information. The
26334 optional two arguments FORCE and NO-COPY are for internal use only and
26335 must not be specified. When the optional numeric prefix argument ARG
26336 is negative the cell becomes inactive, meaning that the cell becomes
26337 plain text and loses all the table specific features.
26338
26339 \(fn &optional FORCE NO-COPY ARG)" t nil)
26340
26341 (autoload 'table-unrecognize-cell "table" "\
26342
26343
26344 \(fn)" t nil)
26345
26346 (autoload 'table-heighten-cell "table" "\
26347 Heighten the current cell by N lines by expanding the cell vertically.
26348 Heightening is done by adding blank lines at the bottom of the current
26349 cell. Other cells aligned horizontally with the current one are also
26350 heightened in order to keep the rectangular table structure. The
26351 optional argument NO-COPY is internal use only and must not be
26352 specified.
26353
26354 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26355
26356 (autoload 'table-shorten-cell "table" "\
26357 Shorten the current cell by N lines by shrinking the cell vertically.
26358 Shortening is done by removing blank lines from the bottom of the cell
26359 and possibly from the top of the cell as well. Therefore, the cell
26360 must have some bottom/top blank lines to be shorten effectively. This
26361 is applicable to all the cells aligned horizontally with the current
26362 one because they are also shortened in order to keep the rectangular
26363 table structure.
26364
26365 \(fn N)" t nil)
26366
26367 (autoload 'table-widen-cell "table" "\
26368 Widen the current cell by N columns and expand the cell horizontally.
26369 Some other cells in the same table are widen as well to keep the
26370 table's rectangle structure.
26371
26372 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26373
26374 (autoload 'table-narrow-cell "table" "\
26375 Narrow the current cell by N columns and shrink the cell horizontally.
26376 Some other cells in the same table are narrowed as well to keep the
26377 table's rectangle structure.
26378
26379 \(fn N)" t nil)
26380
26381 (autoload 'table-forward-cell "table" "\
26382 Move point forward to the beginning of the next cell.
26383 With argument ARG, do it ARG times;
26384 a negative argument ARG = -N means move backward N cells.
26385 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
26386
26387 Sample Cell Traveling Order (In Irregular Table Cases)
26388
26389 You can actually try how it works in this buffer. Press
26390 \\[table-recognize] and go to cells in the following tables and press
26391 \\[table-forward-cell] or TAB key.
26392
26393 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
26394 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
26395 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
26396 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
26397 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
26398 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
26399 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
26400
26401 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26402 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
26403 | | | | | +--+ | | | | | +--+ +--+
26404 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
26405 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
26406 | | | | | |6 | | | | | | |6 | |7 |
26407 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26408
26409 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
26410 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
26411 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
26412 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
26413 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
26414 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
26415 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
26416 +--+--+--+ +--+--+--+
26417
26418 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
26419
26420 (autoload 'table-backward-cell "table" "\
26421 Move backward to the beginning of the previous cell.
26422 With argument ARG, do it ARG times;
26423 a negative argument ARG = -N means move forward N cells.
26424
26425 \(fn &optional ARG)" t nil)
26426
26427 (autoload 'table-span-cell "table" "\
26428 Span current cell into adjacent cell in DIRECTION.
26429 DIRECTION is one of symbols; right, left, above or below.
26430
26431 \(fn DIRECTION)" t nil)
26432
26433 (autoload 'table-split-cell-vertically "table" "\
26434 Split current cell vertically.
26435 Creates a cell above and a cell below the current point location.
26436
26437 \(fn)" t nil)
26438
26439 (autoload 'table-split-cell-horizontally "table" "\
26440 Split current cell horizontally.
26441 Creates a cell on the left and a cell on the right of the current point location.
26442
26443 \(fn)" t nil)
26444
26445 (autoload 'table-split-cell "table" "\
26446 Split current cell in ORIENTATION.
26447 ORIENTATION is a symbol either horizontally or vertically.
26448
26449 \(fn ORIENTATION)" t nil)
26450
26451 (autoload 'table-justify "table" "\
26452 Justify contents of a cell, a row of cells or a column of cells.
26453 WHAT is a symbol 'cell, 'row or 'column. JUSTIFY is a symbol 'left,
26454 'center, 'right, 'top, 'middle, 'bottom or 'none.
26455
26456 \(fn WHAT JUSTIFY)" t nil)
26457
26458 (autoload 'table-justify-cell "table" "\
26459 Justify cell contents.
26460 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or 'top,
26461 'middle, 'bottom or 'none for vertical. When optional PARAGRAPH is
26462 non-nil the justify operation is limited to the current paragraph,
26463 otherwise the entire cell contents is justified.
26464
26465 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
26466
26467 (autoload 'table-justify-row "table" "\
26468 Justify cells of a row.
26469 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
26470 'middle, 'bottom or 'none for vertical.
26471
26472 \(fn JUSTIFY)" t nil)
26473
26474 (autoload 'table-justify-column "table" "\
26475 Justify cells of a column.
26476 JUSTIFY is a symbol 'left, 'center or 'right for horizontal, or top,
26477 'middle, 'bottom or 'none for vertical.
26478
26479 \(fn JUSTIFY)" t nil)
26480
26481 (autoload 'table-fixed-width-mode "table" "\
26482 Cell width is fixed when this is non-nil.
26483 Normally it should be nil for allowing automatic cell width expansion
26484 that widens a cell when it is necessary. When non-nil, typing in a
26485 cell does not automatically expand the cell width. A word that is too
26486 long to fit in a cell is chopped into multiple lines. The chopped
26487 location is indicated by `table-word-continuation-char'. This
26488 variable's value can be toggled by \\[table-fixed-width-mode] at
26489 run-time.
26490
26491 \(fn &optional ARG)" t nil)
26492
26493 (autoload 'table-query-dimension "table" "\
26494 Return the dimension of the current cell and the current table.
26495 The result is a list (cw ch tw th c r cells) where cw is the cell
26496 width, ch is the cell height, tw is the table width, th is the table
26497 height, c is the number of columns, r is the number of rows and cells
26498 is the total number of cells. The cell dimension excludes the cell
26499 frame while the table dimension includes the table frame. The columns
26500 and the rows are counted by the number of cell boundaries. Therefore
26501 the number tends to be larger than it appears for the tables with
26502 non-uniform cell structure (heavily spanned and split). When optional
26503 WHERE is provided the cell and table at that location is reported.
26504
26505 \(fn &optional WHERE)" t nil)
26506
26507 (autoload 'table-generate-source "table" "\
26508 Generate source of the current table in the specified language.
26509 LANGUAGE is a symbol that specifies the language to describe the
26510 structure of the table. It must be either 'html, 'latex or 'cals.
26511 The resulted source text is inserted into DEST-BUFFER and the buffer
26512 object is returned. When DEST-BUFFER is omitted or nil the default
26513 buffer specified in `table-dest-buffer-name' is used. In this case
26514 the content of the default buffer is erased prior to the generation.
26515 When DEST-BUFFER is non-nil it is expected to be either a destination
26516 buffer or a name of the destination buffer. In this case the
26517 generated result is inserted at the current point in the destination
26518 buffer and the previously existing contents in the buffer are
26519 untouched.
26520
26521 References used for this implementation:
26522
26523 HTML:
26524 URL `http://www.w3.org'
26525
26526 LaTeX:
26527 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
26528
26529 CALS (DocBook DTD):
26530 URL `http://www.oasis-open.org/html/a502.htm'
26531 URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751'
26532
26533 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
26534
26535 (autoload 'table-insert-sequence "table" "\
26536 Travel cells forward while inserting a specified sequence string in each cell.
26537 STR is the base string from which the sequence starts. When STR is an
26538 empty string then each cell content is erased. When STR ends with
26539 numerical characters (they may optionally be surrounded by a pair of
26540 parentheses) they are incremented as a decimal number. Otherwise the
26541 last character in STR is incremented in ASCII code order. N is the
26542 number of sequence elements to insert. When N is negative the cell
26543 traveling direction is backward. When N is zero it travels forward
26544 entire table. INCREMENT is the increment between adjacent sequence
26545 elements and can be a negative number for effectively decrementing.
26546 INTERVAL is the number of cells to travel between sequence element
26547 insertion which is normally 1. When zero or less is given for
26548 INTERVAL it is interpreted as number of cells per row so that sequence
26549 is placed straight down vertically as long as the table's cell
26550 structure is uniform. JUSTIFY is one of the symbol 'left, 'center or
26551 'right, that specifies justification of the inserted string.
26552
26553 Example:
26554
26555 (progn
26556 (table-insert 16 3 5 1)
26557 (table-forward-cell 15)
26558 (table-insert-sequence \"D0\" -16 1 1 'center)
26559 (table-forward-cell 16)
26560 (table-insert-sequence \"A[0]\" -16 1 1 'center)
26561 (table-forward-cell 1)
26562 (table-insert-sequence \"-\" 16 0 1 'center))
26563
26564 (progn
26565 (table-insert 16 8 5 1)
26566 (table-insert-sequence \"@\" 0 1 2 'right)
26567 (table-forward-cell 1)
26568 (table-insert-sequence \"64\" 0 1 2 'left))
26569
26570 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
26571
26572 (autoload 'table-delete-row "table" "\
26573 Delete N row(s) of cells.
26574 Delete N rows of cells from current row. The current row is the row
26575 contains the current cell where point is located. Each row must
26576 consists from cells of same height.
26577
26578 \(fn N)" t nil)
26579
26580 (autoload 'table-delete-column "table" "\
26581 Delete N column(s) of cells.
26582 Delete N columns of cells from current column. The current column is
26583 the column contains the current cell where point is located. Each
26584 column must consists from cells of same width.
26585
26586 \(fn N)" t nil)
26587
26588 (autoload 'table-capture "table" "\
26589 Convert plain text into a table by capturing the text in the region.
26590 Create a table with the text in region as cell contents. BEG and END
26591 specify the region. The text in the region is replaced with a table.
26592 The removed text is inserted in the table. When optional
26593 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
26594 is parsed and separated into individual cell contents by using the
26595 delimiter regular expressions. This parsing determines the number of
26596 columns and rows of the table automatically. If COL-DELIM-REGEXP and
26597 ROW-DELIM-REGEXP are omitted the result table has only one cell and
26598 the entire region contents is placed in that cell. Optional JUSTIFY
26599 is one of 'left, 'center or 'right, which specifies the cell
26600 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
26601 width. Optional COLUMNS specify the number of columns when
26602 ROW-DELIM-REGEXP is not specified.
26603
26604
26605 Example 1:
26606
26607 1, 2, 3, 4
26608 5, 6, 7, 8
26609 , 9, 10
26610
26611 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
26612 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
26613 this example the cells are centered and minimum cell width is
26614 specified as 5.
26615
26616 +-----+-----+-----+-----+
26617 | 1 | 2 | 3 | 4 |
26618 +-----+-----+-----+-----+
26619 | 5 | 6 | 7 | 8 |
26620 +-----+-----+-----+-----+
26621 | | 9 | 10 | |
26622 +-----+-----+-----+-----+
26623
26624 Note:
26625
26626 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
26627 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
26628 of each row is optional.
26629
26630
26631 Example 2:
26632
26633 This example shows how a table can be used for text layout editing.
26634 Let `table-capture' capture the following region starting from
26635 -!- and ending at -*-, that contains three paragraphs and two item
26636 name headers. This time specify empty string for both
26637 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
26638
26639 -!-`table-capture' is a powerful command however mastering its power
26640 requires some practice. Here is a list of items what it can do.
26641
26642 Parse Cell Items By using column delimiter regular
26643 expression and raw delimiter regular
26644 expression, it parses the specified text
26645 area and extracts cell items from
26646 non-table text and then forms a table out
26647 of them.
26648
26649 Capture Text Area When no delimiters are specified it
26650 creates a single cell table. The text in
26651 the specified region is placed in that
26652 cell.-*-
26653
26654 Now the entire content is captured in a cell which is itself a table
26655 like this.
26656
26657 +-----------------------------------------------------------------+
26658 |`table-capture' is a powerful command however mastering its power|
26659 |requires some practice. Here is a list of items what it can do. |
26660 | |
26661 |Parse Cell Items By using column delimiter regular |
26662 | expression and raw delimiter regular |
26663 | expression, it parses the specified text |
26664 | area and extracts cell items from |
26665 | non-table text and then forms a table out |
26666 | of them. |
26667 | |
26668 |Capture Text Area When no delimiters are specified it |
26669 | creates a single cell table. The text in |
26670 | the specified region is placed in that |
26671 | cell. |
26672 +-----------------------------------------------------------------+
26673
26674 By splitting the cell appropriately we now have a table consisting of
26675 paragraphs occupying its own cell. Each cell can now be edited
26676 independently.
26677
26678 +-----------------------------------------------------------------+
26679 |`table-capture' is a powerful command however mastering its power|
26680 |requires some practice. Here is a list of items what it can do. |
26681 +---------------------+-------------------------------------------+
26682 |Parse Cell Items |By using column delimiter regular |
26683 | |expression and raw delimiter regular |
26684 | |expression, it parses the specified text |
26685 | |area and extracts cell items from |
26686 | |non-table text and then forms a table out |
26687 | |of them. |
26688 +---------------------+-------------------------------------------+
26689 |Capture Text Area |When no delimiters are specified it |
26690 | |creates a single cell table. The text in |
26691 | |the specified region is placed in that |
26692 | |cell. |
26693 +---------------------+-------------------------------------------+
26694
26695 By applying `table-release', which does the opposite process, the
26696 contents become once again plain text. `table-release' works as
26697 companion command to `table-capture' this way.
26698
26699 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
26700
26701 (autoload 'table-release "table" "\
26702 Convert a table into plain text by removing the frame from a table.
26703 Remove the frame from a table and deactivate the table. This command
26704 converts a table into plain text without frames. It is a companion to
26705 `table-capture' which does the opposite process.
26706
26707 \(fn)" t nil)
26708
26709 ;;;***
26710 \f
26711 ;;;### (autoloads (talk talk-connect) "talk" "talk.el" (20706 54231
26712 ;;;;;; 807276 0))
26713 ;;; Generated autoloads from talk.el
26714
26715 (autoload 'talk-connect "talk" "\
26716 Connect to display DISPLAY for the Emacs talk group.
26717
26718 \(fn DISPLAY)" t nil)
26719
26720 (autoload 'talk "talk" "\
26721 Connect to the Emacs talk group from the current X display or tty frame.
26722
26723 \(fn)" t nil)
26724
26725 ;;;***
26726 \f
26727 ;;;### (autoloads (tar-mode) "tar-mode" "tar-mode.el" (20706 54231
26728 ;;;;;; 807276 0))
26729 ;;; Generated autoloads from tar-mode.el
26730
26731 (autoload 'tar-mode "tar-mode" "\
26732 Major mode for viewing a tar file as a dired-like listing of its contents.
26733 You can move around using the usual cursor motion commands.
26734 Letters no longer insert themselves.
26735 Type `e' to pull a file out of the tar file and into its own buffer;
26736 or click mouse-2 on the file's line in the Tar mode buffer.
26737 Type `c' to copy an entry from the tar file into another file on disk.
26738
26739 If you edit a sub-file of this archive (as with the `e' command) and
26740 save it with \\[save-buffer], the contents of that buffer will be
26741 saved back into the tar-file buffer; in this way you can edit a file
26742 inside of a tar archive without extracting it and re-archiving it.
26743
26744 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
26745 \\{tar-mode-map}
26746
26747 \(fn)" t nil)
26748
26749 ;;;***
26750 \f
26751 ;;;### (autoloads (tcl-help-on-word inferior-tcl tcl-mode) "tcl"
26752 ;;;;;; "progmodes/tcl.el" (20706 54231 807276 0))
26753 ;;; Generated autoloads from progmodes/tcl.el
26754
26755 (autoload 'tcl-mode "tcl" "\
26756 Major mode for editing Tcl code.
26757 Expression and list commands understand all Tcl brackets.
26758 Tab indents for Tcl code.
26759 Paragraphs are separated by blank lines only.
26760 Delete converts tabs to spaces as it moves back.
26761
26762 Variables controlling indentation style:
26763 `tcl-indent-level'
26764 Indentation of Tcl statements within surrounding block.
26765 `tcl-continued-indent-level'
26766 Indentation of continuation line relative to first line of command.
26767
26768 Variables controlling user interaction with mode (see variable
26769 documentation for details):
26770 `tcl-tab-always-indent'
26771 Controls action of TAB key.
26772 `tcl-auto-newline'
26773 Non-nil means automatically newline before and after braces, brackets,
26774 and semicolons inserted in Tcl code.
26775 `tcl-use-smart-word-finder'
26776 If not nil, use a smarter, Tcl-specific way to find the current
26777 word when looking up help on a Tcl command.
26778
26779 Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
26780 `tcl-mode-hook' to see what kinds of interesting hook functions
26781 already exist.
26782
26783 \(fn)" t nil)
26784
26785 (autoload 'inferior-tcl "tcl" "\
26786 Run inferior Tcl process.
26787 Prefix arg means enter program name interactively.
26788 See documentation for function `inferior-tcl-mode' for more information.
26789
26790 \(fn CMD)" t nil)
26791
26792 (autoload 'tcl-help-on-word "tcl" "\
26793 Get help on Tcl command. Default is word at point.
26794 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
26795
26796 \(fn COMMAND &optional ARG)" t nil)
26797
26798 ;;;***
26799 \f
26800 ;;;### (autoloads (rsh telnet) "telnet" "net/telnet.el" (20706 54231
26801 ;;;;;; 807276 0))
26802 ;;; Generated autoloads from net/telnet.el
26803
26804 (autoload 'telnet "telnet" "\
26805 Open a network login connection to host named HOST (a string).
26806 Optional arg PORT specifies alternative port to connect to.
26807 Interactively, use \\[universal-argument] prefix to be prompted for port number.
26808
26809 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
26810 where PROGRAM is the telnet program being used. This program
26811 is controlled by the contents of the global variable `telnet-host-properties',
26812 falling back on the value of the global variable `telnet-program'.
26813 Normally input is edited in Emacs and sent a line at a time.
26814
26815 \(fn HOST &optional PORT)" t nil)
26816
26817 (autoload 'rsh "telnet" "\
26818 Open a network login connection to host named HOST (a string).
26819 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
26820 Normally input is edited in Emacs and sent a line at a time.
26821
26822 \(fn HOST)" t nil)
26823
26824 ;;;***
26825 \f
26826 ;;;### (autoloads (serial-term ansi-term term make-term) "term" "term.el"
26827 ;;;;;; (20706 54231 807276 0))
26828 ;;; Generated autoloads from term.el
26829
26830 (autoload 'make-term "term" "\
26831 Make a term process NAME in a buffer, running PROGRAM.
26832 The name of the buffer is made by surrounding NAME with `*'s.
26833 If there is already a running process in that buffer, it is not restarted.
26834 Optional third arg STARTFILE is the name of a file to send the contents of to
26835 the process. Any more args are arguments to PROGRAM.
26836
26837 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
26838
26839 (autoload 'term "term" "\
26840 Start a terminal-emulator in a new buffer.
26841 The buffer is in Term mode; see `term-mode' for the
26842 commands to use in that buffer.
26843
26844 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
26845
26846 \(fn PROGRAM)" t nil)
26847
26848 (autoload 'ansi-term "term" "\
26849 Start a terminal-emulator in a new buffer.
26850
26851 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
26852
26853 (autoload 'serial-term "term" "\
26854 Start a terminal-emulator for a serial port in a new buffer.
26855 PORT is the path or name of the serial port. For example, this
26856 could be \"/dev/ttyS0\" on Unix. On Windows, this could be
26857 \"COM1\" or \"\\\\.\\COM10\".
26858 SPEED is the speed of the serial port in bits per second. 9600
26859 is a common value. SPEED can be nil, see
26860 `serial-process-configure' for details.
26861 The buffer is in Term mode; see `term-mode' for the commands to
26862 use in that buffer.
26863 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
26864
26865 \(fn PORT SPEED)" t nil)
26866
26867 ;;;***
26868 \f
26869 ;;;### (autoloads (terminal-emulator) "terminal" "terminal.el" (20706
26870 ;;;;;; 54231 807276 0))
26871 ;;; Generated autoloads from terminal.el
26872
26873 (autoload 'terminal-emulator "terminal" "\
26874 Under a display-terminal emulator in BUFFER, run PROGRAM on arguments ARGS.
26875 ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT.
26876 BUFFER's contents are made an image of the display generated by that program,
26877 and any input typed when BUFFER is the current Emacs buffer is sent to that
26878 program as keyboard input.
26879
26880 Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS
26881 are parsed from an input-string using your usual shell.
26882 WIDTH and HEIGHT are determined from the size of the current window
26883 -- WIDTH will be one less than the window's width, HEIGHT will be its height.
26884
26885 To switch buffers and leave the emulator, or to give commands
26886 to the emulator itself (as opposed to the program running under it),
26887 type Control-^. The following character is an emulator command.
26888 Type Control-^ twice to send it to the subprogram.
26889 This escape character may be changed using the variable `terminal-escape-char'.
26890
26891 `Meta' characters may not currently be sent through the terminal emulator.
26892
26893 Here is a list of some of the variables which control the behavior
26894 of the emulator -- see their documentation for more information:
26895 terminal-escape-char, terminal-scrolling, terminal-more-processing,
26896 terminal-redisplay-interval.
26897
26898 This function calls the value of terminal-mode-hook if that exists
26899 and is non-nil after the terminal buffer has been set up and the
26900 subprocess started.
26901
26902 \(fn BUFFER PROGRAM ARGS &optional WIDTH HEIGHT)" t nil)
26903
26904 ;;;***
26905 \f
26906 ;;;### (autoloads (testcover-this-defun) "testcover" "emacs-lisp/testcover.el"
26907 ;;;;;; (20706 54231 807276 0))
26908 ;;; Generated autoloads from emacs-lisp/testcover.el
26909
26910 (autoload 'testcover-this-defun "testcover" "\
26911 Start coverage on function under point.
26912
26913 \(fn)" t nil)
26914
26915 ;;;***
26916 \f
26917 ;;;### (autoloads (tetris) "tetris" "play/tetris.el" (20706 54231
26918 ;;;;;; 807276 0))
26919 ;;; Generated autoloads from play/tetris.el
26920
26921 (autoload 'tetris "tetris" "\
26922 Play the Tetris game.
26923 Shapes drop from the top of the screen, and the user has to move and
26924 rotate the shape to fit in with those at the bottom of the screen so
26925 as to form complete rows.
26926
26927 tetris-mode keybindings:
26928 \\<tetris-mode-map>
26929 \\[tetris-start-game] Starts a new game of Tetris
26930 \\[tetris-end-game] Terminates the current game
26931 \\[tetris-pause-game] Pauses (or resumes) the current game
26932 \\[tetris-move-left] Moves the shape one square to the left
26933 \\[tetris-move-right] Moves the shape one square to the right
26934 \\[tetris-rotate-prev] Rotates the shape clockwise
26935 \\[tetris-rotate-next] Rotates the shape anticlockwise
26936 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
26937
26938 \(fn)" t nil)
26939
26940 ;;;***
26941 \f
26942 ;;;### (autoloads (doctex-mode tex-start-shell slitex-mode latex-mode
26943 ;;;;;; plain-tex-mode tex-mode tex-close-quote tex-open-quote tex-default-mode
26944 ;;;;;; tex-show-queue-command tex-dvi-view-command tex-alt-dvi-print-command
26945 ;;;;;; tex-dvi-print-command tex-bibtex-command latex-block-names
26946 ;;;;;; tex-start-commands tex-start-options slitex-run-command latex-run-command
26947 ;;;;;; tex-run-command tex-offer-save tex-main-file tex-first-line-header-regexp
26948 ;;;;;; tex-directory tex-shell-file-name) "tex-mode" "textmodes/tex-mode.el"
26949 ;;;;;; (20706 54231 807276 0))
26950 ;;; Generated autoloads from textmodes/tex-mode.el
26951
26952 (defvar tex-shell-file-name nil "\
26953 If non-nil, the shell file name to run in the subshell used to run TeX.")
26954
26955 (custom-autoload 'tex-shell-file-name "tex-mode" t)
26956
26957 (defvar tex-directory (purecopy ".") "\
26958 Directory in which temporary files are written.
26959 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
26960 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
26961 `\\input' commands with relative directories.")
26962
26963 (custom-autoload 'tex-directory "tex-mode" t)
26964
26965 (defvar tex-first-line-header-regexp nil "\
26966 Regexp for matching a first line which `tex-region' should include.
26967 If this is non-nil, it should be a regular expression string;
26968 if it matches the first line of the file,
26969 `tex-region' always includes the first line in the TeX run.")
26970
26971 (custom-autoload 'tex-first-line-header-regexp "tex-mode" t)
26972
26973 (defvar tex-main-file nil "\
26974 The main TeX source file which includes this buffer's file.
26975 The command `tex-file' runs TeX on the file specified by `tex-main-file'
26976 if the variable is non-nil.")
26977
26978 (custom-autoload 'tex-main-file "tex-mode" t)
26979
26980 (defvar tex-offer-save t "\
26981 If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
26982
26983 (custom-autoload 'tex-offer-save "tex-mode" t)
26984
26985 (defvar tex-run-command (purecopy "tex") "\
26986 Command used to run TeX subjob.
26987 TeX Mode sets `tex-command' to this string.
26988 See the documentation of that variable.")
26989
26990 (custom-autoload 'tex-run-command "tex-mode" t)
26991
26992 (defvar latex-run-command (purecopy "latex") "\
26993 Command used to run LaTeX subjob.
26994 LaTeX Mode sets `tex-command' to this string.
26995 See the documentation of that variable.")
26996
26997 (custom-autoload 'latex-run-command "tex-mode" t)
26998
26999 (defvar slitex-run-command (purecopy "slitex") "\
27000 Command used to run SliTeX subjob.
27001 SliTeX Mode sets `tex-command' to this string.
27002 See the documentation of that variable.")
27003
27004 (custom-autoload 'slitex-run-command "tex-mode" t)
27005
27006 (defvar tex-start-options (purecopy "") "\
27007 TeX options to use when starting TeX.
27008 These immediately precede the commands in `tex-start-commands'
27009 and the input file name, with no separating space and are not shell-quoted.
27010 If nil, TeX runs with no options. See the documentation of `tex-command'.")
27011
27012 (custom-autoload 'tex-start-options "tex-mode" t)
27013
27014 (defvar tex-start-commands (purecopy "\\nonstopmode\\input") "\
27015 TeX commands to use when starting TeX.
27016 They are shell-quoted and precede the input file name, with a separating space.
27017 If nil, no commands are used. See the documentation of `tex-command'.")
27018
27019 (custom-autoload 'tex-start-commands "tex-mode" t)
27020
27021 (defvar latex-block-names nil "\
27022 User defined LaTeX block names.
27023 Combined with `latex-standard-block-names' for minibuffer completion.")
27024
27025 (custom-autoload 'latex-block-names "tex-mode" t)
27026
27027 (defvar tex-bibtex-command (purecopy "bibtex") "\
27028 Command used by `tex-bibtex-file' to gather bibliographic data.
27029 If this string contains an asterisk (`*'), that is replaced by the file name;
27030 otherwise, the file name, preceded by blank, is added at the end.")
27031
27032 (custom-autoload 'tex-bibtex-command "tex-mode" t)
27033
27034 (defvar tex-dvi-print-command (purecopy "lpr -d") "\
27035 Command used by \\[tex-print] to print a .dvi file.
27036 If this string contains an asterisk (`*'), that is replaced by the file name;
27037 otherwise, the file name, preceded by blank, is added at the end.")
27038
27039 (custom-autoload 'tex-dvi-print-command "tex-mode" t)
27040
27041 (defvar tex-alt-dvi-print-command (purecopy "lpr -d") "\
27042 Command used by \\[tex-print] with a prefix arg to print a .dvi file.
27043 If this string contains an asterisk (`*'), that is replaced by the file name;
27044 otherwise, the file name, preceded by blank, is added at the end.
27045
27046 If two printers are not enough of a choice, you can set the variable
27047 `tex-alt-dvi-print-command' to an expression that asks what you want;
27048 for example,
27049
27050 (setq tex-alt-dvi-print-command
27051 '(format \"lpr -P%s\" (read-string \"Use printer: \")))
27052
27053 would tell \\[tex-print] with a prefix argument to ask you which printer to
27054 use.")
27055
27056 (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t)
27057
27058 (defvar tex-dvi-view-command `(cond ((eq window-system 'x) ,(purecopy "xdvi")) ((eq window-system 'w32) ,(purecopy "yap")) (t ,(purecopy "dvi2tty * | cat -s"))) "\
27059 Command used by \\[tex-view] to display a `.dvi' file.
27060 If it is a string, that specifies the command directly.
27061 If this string contains an asterisk (`*'), that is replaced by the file name;
27062 otherwise, the file name, preceded by a space, is added at the end.
27063
27064 If the value is a form, it is evaluated to get the command to use.")
27065
27066 (custom-autoload 'tex-dvi-view-command "tex-mode" t)
27067
27068 (defvar tex-show-queue-command (purecopy "lpq") "\
27069 Command used by \\[tex-show-print-queue] to show the print queue.
27070 Should show the queue(s) that \\[tex-print] puts jobs on.")
27071
27072 (custom-autoload 'tex-show-queue-command "tex-mode" t)
27073
27074 (defvar tex-default-mode 'latex-mode "\
27075 Mode to enter for a new file that might be either TeX or LaTeX.
27076 This variable is used when it can't be determined whether the file
27077 is plain TeX or LaTeX or what because the file contains no commands.
27078 Normally set to either `plain-tex-mode' or `latex-mode'.")
27079
27080 (custom-autoload 'tex-default-mode "tex-mode" t)
27081
27082 (defvar tex-open-quote (purecopy "``") "\
27083 String inserted by typing \\[tex-insert-quote] to open a quotation.")
27084
27085 (custom-autoload 'tex-open-quote "tex-mode" t)
27086
27087 (defvar tex-close-quote (purecopy "''") "\
27088 String inserted by typing \\[tex-insert-quote] to close a quotation.")
27089
27090 (custom-autoload 'tex-close-quote "tex-mode" t)
27091
27092 (autoload 'tex-mode "tex-mode" "\
27093 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
27094 Tries to determine (by looking at the beginning of the file) whether
27095 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
27096 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
27097 such as if there are no commands in the file, the value of `tex-default-mode'
27098 says which mode to use.
27099
27100 \(fn)" t nil)
27101
27102 (defalias 'TeX-mode 'tex-mode)
27103
27104 (defalias 'plain-TeX-mode 'plain-tex-mode)
27105
27106 (defalias 'LaTeX-mode 'latex-mode)
27107
27108 (autoload 'plain-tex-mode "tex-mode" "\
27109 Major mode for editing files of input for plain TeX.
27110 Makes $ and } display the characters they match.
27111 Makes \" insert `` when it seems to be the beginning of a quotation,
27112 and '' when it appears to be the end; it inserts \" only after a \\.
27113
27114 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
27115 copied from the top of the file (containing macro definitions, etc.),
27116 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
27117 \\[tex-file] saves the buffer and then processes the file.
27118 \\[tex-print] prints the .dvi file made by any of these.
27119 \\[tex-view] previews the .dvi file made by any of these.
27120 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27121
27122 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27123 mismatched $'s or braces.
27124
27125 Special commands:
27126 \\{plain-tex-mode-map}
27127
27128 Mode variables:
27129 tex-run-command
27130 Command string used by \\[tex-region] or \\[tex-buffer].
27131 tex-directory
27132 Directory in which to create temporary files for TeX jobs
27133 run by \\[tex-region] or \\[tex-buffer].
27134 tex-dvi-print-command
27135 Command string used by \\[tex-print] to print a .dvi file.
27136 tex-alt-dvi-print-command
27137 Alternative command string used by \\[tex-print] (when given a prefix
27138 argument) to print a .dvi file.
27139 tex-dvi-view-command
27140 Command string used by \\[tex-view] to preview a .dvi file.
27141 tex-show-queue-command
27142 Command string used by \\[tex-show-print-queue] to show the print
27143 queue that \\[tex-print] put your job on.
27144
27145 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
27146 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
27147 special subshell is initiated, the hook `tex-shell-hook' is run.
27148
27149 \(fn)" t nil)
27150
27151 (autoload 'latex-mode "tex-mode" "\
27152 Major mode for editing files of input for LaTeX.
27153 Makes $ and } display the characters they match.
27154 Makes \" insert `` when it seems to be the beginning of a quotation,
27155 and '' when it appears to be the end; it inserts \" only after a \\.
27156
27157 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
27158 copied from the top of the file (containing \\documentstyle, etc.),
27159 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27160 \\[tex-file] saves the buffer and then processes the file.
27161 \\[tex-print] prints the .dvi file made by any of these.
27162 \\[tex-view] previews the .dvi file made by any of these.
27163 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27164
27165 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27166 mismatched $'s or braces.
27167
27168 Special commands:
27169 \\{latex-mode-map}
27170
27171 Mode variables:
27172 latex-run-command
27173 Command string used by \\[tex-region] or \\[tex-buffer].
27174 tex-directory
27175 Directory in which to create temporary files for LaTeX jobs
27176 run by \\[tex-region] or \\[tex-buffer].
27177 tex-dvi-print-command
27178 Command string used by \\[tex-print] to print a .dvi file.
27179 tex-alt-dvi-print-command
27180 Alternative command string used by \\[tex-print] (when given a prefix
27181 argument) to print a .dvi file.
27182 tex-dvi-view-command
27183 Command string used by \\[tex-view] to preview a .dvi file.
27184 tex-show-queue-command
27185 Command string used by \\[tex-show-print-queue] to show the print
27186 queue that \\[tex-print] put your job on.
27187
27188 Entering Latex mode runs the hook `text-mode-hook', then
27189 `tex-mode-hook', and finally `latex-mode-hook'. When the special
27190 subshell is initiated, `tex-shell-hook' is run.
27191
27192 \(fn)" t nil)
27193
27194 (autoload 'slitex-mode "tex-mode" "\
27195 Major mode for editing files of input for SliTeX.
27196 Makes $ and } display the characters they match.
27197 Makes \" insert `` when it seems to be the beginning of a quotation,
27198 and '' when it appears to be the end; it inserts \" only after a \\.
27199
27200 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
27201 copied from the top of the file (containing \\documentstyle, etc.),
27202 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27203 \\[tex-file] saves the buffer and then processes the file.
27204 \\[tex-print] prints the .dvi file made by any of these.
27205 \\[tex-view] previews the .dvi file made by any of these.
27206 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27207
27208 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27209 mismatched $'s or braces.
27210
27211 Special commands:
27212 \\{slitex-mode-map}
27213
27214 Mode variables:
27215 slitex-run-command
27216 Command string used by \\[tex-region] or \\[tex-buffer].
27217 tex-directory
27218 Directory in which to create temporary files for SliTeX jobs
27219 run by \\[tex-region] or \\[tex-buffer].
27220 tex-dvi-print-command
27221 Command string used by \\[tex-print] to print a .dvi file.
27222 tex-alt-dvi-print-command
27223 Alternative command string used by \\[tex-print] (when given a prefix
27224 argument) to print a .dvi file.
27225 tex-dvi-view-command
27226 Command string used by \\[tex-view] to preview a .dvi file.
27227 tex-show-queue-command
27228 Command string used by \\[tex-show-print-queue] to show the print
27229 queue that \\[tex-print] put your job on.
27230
27231 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
27232 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
27233 `slitex-mode-hook'. When the special subshell is initiated, the hook
27234 `tex-shell-hook' is run.
27235
27236 \(fn)" t nil)
27237
27238 (autoload 'tex-start-shell "tex-mode" "\
27239
27240
27241 \(fn)" nil nil)
27242
27243 (autoload 'doctex-mode "tex-mode" "\
27244 Major mode to edit DocTeX files.
27245
27246 \(fn)" t nil)
27247
27248 ;;;***
27249 \f
27250 ;;;### (autoloads (texi2info texinfo-format-region texinfo-format-buffer)
27251 ;;;;;; "texinfmt" "textmodes/texinfmt.el" (20706 54231 807276 0))
27252 ;;; Generated autoloads from textmodes/texinfmt.el
27253
27254 (autoload 'texinfo-format-buffer "texinfmt" "\
27255 Process the current buffer as texinfo code, into an Info file.
27256 The Info file output is generated in a buffer visiting the Info file
27257 name specified in the @setfilename command.
27258
27259 Non-nil argument (prefix, if interactive) means don't make tag table
27260 and don't split the file if large. You can use `Info-tagify' and
27261 `Info-split' to do these manually.
27262
27263 \(fn &optional NOSPLIT)" t nil)
27264
27265 (autoload 'texinfo-format-region "texinfmt" "\
27266 Convert the current region of the Texinfo file to Info format.
27267 This lets you see what that part of the file will look like in Info.
27268 The command is bound to \\[texinfo-format-region]. The text that is
27269 converted to Info is stored in a temporary buffer.
27270
27271 \(fn REGION-BEGINNING REGION-END)" t nil)
27272
27273 (autoload 'texi2info "texinfmt" "\
27274 Convert the current buffer (written in Texinfo code) into an Info file.
27275 The Info file output is generated in a buffer visiting the Info file
27276 names specified in the @setfilename command.
27277
27278 This function automatically updates all node pointers and menus, and
27279 creates a master menu. This work is done on a temporary buffer that
27280 is automatically removed when the Info file is created. The original
27281 Texinfo source buffer is not changed.
27282
27283 Non-nil argument (prefix, if interactive) means don't split the file
27284 if large. You can use `Info-split' to do this manually.
27285
27286 \(fn &optional NOSPLIT)" t nil)
27287
27288 ;;;***
27289 \f
27290 ;;;### (autoloads (texinfo-mode texinfo-close-quote texinfo-open-quote)
27291 ;;;;;; "texinfo" "textmodes/texinfo.el" (20706 54231 807276 0))
27292 ;;; Generated autoloads from textmodes/texinfo.el
27293
27294 (defvar texinfo-open-quote (purecopy "``") "\
27295 String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
27296
27297 (custom-autoload 'texinfo-open-quote "texinfo" t)
27298
27299 (defvar texinfo-close-quote (purecopy "''") "\
27300 String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
27301
27302 (custom-autoload 'texinfo-close-quote "texinfo" t)
27303
27304 (autoload 'texinfo-mode "texinfo" "\
27305 Major mode for editing Texinfo files.
27306
27307 It has these extra commands:
27308 \\{texinfo-mode-map}
27309
27310 These are files that are used as input for TeX to make printed manuals
27311 and also to be turned into Info files with \\[makeinfo-buffer] or
27312 the `makeinfo' program. These files must be written in a very restricted and
27313 modified version of TeX input format.
27314
27315 Editing commands are like text-mode except that the syntax table is
27316 set up so expression commands skip Texinfo bracket groups. To see
27317 what the Info version of a region of the Texinfo file will look like,
27318 use \\[makeinfo-region], which runs `makeinfo' on the current region.
27319
27320 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
27321 This command shows the structure of a Texinfo file by listing the
27322 lines with the @-sign commands for @chapter, @section, and the like.
27323 These lines are displayed in another window called the *Occur* window.
27324 In that window, you can position the cursor over one of the lines and
27325 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
27326 in the Texinfo file.
27327
27328 In addition, Texinfo mode provides commands that insert various
27329 frequently used @-sign commands into the buffer. You can use these
27330 commands to save keystrokes. And you can insert balanced braces with
27331 \\[texinfo-insert-braces] and later use the command \\[up-list] to
27332 move forward past the closing brace.
27333
27334 Also, Texinfo mode provides functions for automatically creating or
27335 updating menus and node pointers. These functions
27336
27337 * insert the `Next', `Previous' and `Up' pointers of a node,
27338 * insert or update the menu for a section, and
27339 * create a master menu for a Texinfo source file.
27340
27341 Here are the functions:
27342
27343 texinfo-update-node \\[texinfo-update-node]
27344 texinfo-every-node-update \\[texinfo-every-node-update]
27345 texinfo-sequential-node-update
27346
27347 texinfo-make-menu \\[texinfo-make-menu]
27348 texinfo-all-menus-update \\[texinfo-all-menus-update]
27349 texinfo-master-menu
27350
27351 texinfo-indent-menu-description (column &optional region-p)
27352
27353 The `texinfo-column-for-description' variable specifies the column to
27354 which menu descriptions are indented.
27355
27356 Passed an argument (a prefix argument, if interactive), the
27357 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
27358 in the region.
27359
27360 To use the updating commands, you must structure your Texinfo file
27361 hierarchically, such that each `@node' line, with the exception of the
27362 Top node, is accompanied by some kind of section line, such as an
27363 `@chapter' or `@section' line.
27364
27365 If the file has a `top' node, it must be called `top' or `Top' and
27366 be the first node in the file.
27367
27368 Entering Texinfo mode calls the value of `text-mode-hook', and then the
27369 value of `texinfo-mode-hook'.
27370
27371 \(fn)" t nil)
27372
27373 ;;;***
27374 \f
27375 ;;;### (autoloads (thai-composition-function thai-compose-buffer
27376 ;;;;;; thai-compose-string thai-compose-region) "thai-util" "language/thai-util.el"
27377 ;;;;;; (20706 54231 807276 0))
27378 ;;; Generated autoloads from language/thai-util.el
27379
27380 (autoload 'thai-compose-region "thai-util" "\
27381 Compose Thai characters in the region.
27382 When called from a program, expects two arguments,
27383 positions (integers or markers) specifying the region.
27384
27385 \(fn BEG END)" t nil)
27386
27387 (autoload 'thai-compose-string "thai-util" "\
27388 Compose Thai characters in STRING and return the resulting string.
27389
27390 \(fn STRING)" nil nil)
27391
27392 (autoload 'thai-compose-buffer "thai-util" "\
27393 Compose Thai characters in the current buffer.
27394
27395 \(fn)" t nil)
27396
27397 (autoload 'thai-composition-function "thai-util" "\
27398
27399
27400 \(fn GSTRING)" nil nil)
27401
27402 ;;;***
27403 \f
27404 ;;;### (autoloads (list-at-point number-at-point symbol-at-point
27405 ;;;;;; sexp-at-point thing-at-point bounds-of-thing-at-point forward-thing)
27406 ;;;;;; "thingatpt" "thingatpt.el" (20706 54231 807276 0))
27407 ;;; Generated autoloads from thingatpt.el
27408
27409 (autoload 'forward-thing "thingatpt" "\
27410 Move forward to the end of the Nth next THING.
27411 THING should be a symbol specifying a type of syntactic entity.
27412 Possibilities include `symbol', `list', `sexp', `defun',
27413 `filename', `url', `email', `word', `sentence', `whitespace',
27414 `line', and `page'.
27415
27416 \(fn THING &optional N)" nil nil)
27417
27418 (autoload 'bounds-of-thing-at-point "thingatpt" "\
27419 Determine the start and end buffer locations for the THING at point.
27420 THING should be a symbol specifying a type of syntactic entity.
27421 Possibilities include `symbol', `list', `sexp', `defun',
27422 `filename', `url', `email', `word', `sentence', `whitespace',
27423 `line', and `page'.
27424
27425 See the file `thingatpt.el' for documentation on how to define a
27426 valid THING.
27427
27428 Return a cons cell (START . END) giving the start and end
27429 positions of the thing found.
27430
27431 \(fn THING)" nil nil)
27432
27433 (autoload 'thing-at-point "thingatpt" "\
27434 Return the THING at point.
27435 THING should be a symbol specifying a type of syntactic entity.
27436 Possibilities include `symbol', `list', `sexp', `defun',
27437 `filename', `url', `email', `word', `sentence', `whitespace',
27438 `line', `number', and `page'.
27439
27440 See the file `thingatpt.el' for documentation on how to define
27441 a symbol as a valid THING.
27442
27443 \(fn THING)" nil nil)
27444
27445 (autoload 'sexp-at-point "thingatpt" "\
27446 Return the sexp at point, or nil if none is found.
27447
27448 \(fn)" nil nil)
27449
27450 (autoload 'symbol-at-point "thingatpt" "\
27451 Return the symbol at point, or nil if none is found.
27452
27453 \(fn)" nil nil)
27454
27455 (autoload 'number-at-point "thingatpt" "\
27456 Return the number at point, or nil if none is found.
27457
27458 \(fn)" nil nil)
27459
27460 (autoload 'list-at-point "thingatpt" "\
27461 Return the Lisp list at point, or nil if none is found.
27462
27463 \(fn)" nil nil)
27464
27465 ;;;***
27466 \f
27467 ;;;### (autoloads (thumbs-dired-setroot thumbs-dired-show thumbs-dired-show-marked
27468 ;;;;;; thumbs-show-from-dir thumbs-find-thumb) "thumbs" "thumbs.el"
27469 ;;;;;; (20706 54231 807276 0))
27470 ;;; Generated autoloads from thumbs.el
27471
27472 (autoload 'thumbs-find-thumb "thumbs" "\
27473 Display the thumbnail for IMG.
27474
27475 \(fn IMG)" t nil)
27476
27477 (autoload 'thumbs-show-from-dir "thumbs" "\
27478 Make a preview buffer for all images in DIR.
27479 Optional argument REG to select file matching a regexp,
27480 and SAME-WINDOW to show thumbs in the same window.
27481
27482 \(fn DIR &optional REG SAME-WINDOW)" t nil)
27483
27484 (autoload 'thumbs-dired-show-marked "thumbs" "\
27485 In dired, make a thumbs buffer with marked files.
27486
27487 \(fn)" t nil)
27488
27489 (autoload 'thumbs-dired-show "thumbs" "\
27490 In dired, make a thumbs buffer with all files in current directory.
27491
27492 \(fn)" t nil)
27493
27494 (defalias 'thumbs 'thumbs-show-from-dir)
27495
27496 (autoload 'thumbs-dired-setroot "thumbs" "\
27497 In dired, call the setroot program on the image at point.
27498
27499 \(fn)" t nil)
27500
27501 ;;;***
27502 \f
27503 ;;;### (autoloads (tibetan-pre-write-canonicalize-for-unicode tibetan-pre-write-conversion
27504 ;;;;;; tibetan-post-read-conversion tibetan-compose-buffer tibetan-decompose-buffer
27505 ;;;;;; tibetan-decompose-string tibetan-decompose-region tibetan-compose-region
27506 ;;;;;; tibetan-compose-string tibetan-transcription-to-tibetan tibetan-tibetan-to-transcription
27507 ;;;;;; tibetan-char-p) "tibet-util" "language/tibet-util.el" (20706
27508 ;;;;;; 54231 807276 0))
27509 ;;; Generated autoloads from language/tibet-util.el
27510
27511 (autoload 'tibetan-char-p "tibet-util" "\
27512 Check if char CH is Tibetan character.
27513 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
27514
27515 \(fn CH)" nil nil)
27516
27517 (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\
27518 Transcribe Tibetan string STR and return the corresponding Roman string.
27519
27520 \(fn STR)" nil nil)
27521
27522 (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\
27523 Convert Tibetan Roman string STR to Tibetan character string.
27524 The returned string has no composition information.
27525
27526 \(fn STR)" nil nil)
27527
27528 (autoload 'tibetan-compose-string "tibet-util" "\
27529 Compose Tibetan string STR.
27530
27531 \(fn STR)" nil nil)
27532
27533 (autoload 'tibetan-compose-region "tibet-util" "\
27534 Compose Tibetan text the region BEG and END.
27535
27536 \(fn BEG END)" t nil)
27537
27538 (autoload 'tibetan-decompose-region "tibet-util" "\
27539 Decompose Tibetan text in the region FROM and TO.
27540 This is different from decompose-region because precomposed Tibetan characters
27541 are decomposed into normal Tibetan character sequences.
27542
27543 \(fn FROM TO)" t nil)
27544
27545 (autoload 'tibetan-decompose-string "tibet-util" "\
27546 Decompose Tibetan string STR.
27547 This is different from decompose-string because precomposed Tibetan characters
27548 are decomposed into normal Tibetan character sequences.
27549
27550 \(fn STR)" nil nil)
27551
27552 (autoload 'tibetan-decompose-buffer "tibet-util" "\
27553 Decomposes Tibetan characters in the buffer into their components.
27554 See also the documentation of the function `tibetan-decompose-region'.
27555
27556 \(fn)" t nil)
27557
27558 (autoload 'tibetan-compose-buffer "tibet-util" "\
27559 Composes Tibetan character components in the buffer.
27560 See also docstring of the function tibetan-compose-region.
27561
27562 \(fn)" t nil)
27563
27564 (autoload 'tibetan-post-read-conversion "tibet-util" "\
27565
27566
27567 \(fn LEN)" nil nil)
27568
27569 (autoload 'tibetan-pre-write-conversion "tibet-util" "\
27570
27571
27572 \(fn FROM TO)" nil nil)
27573
27574 (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\
27575
27576
27577 \(fn FROM TO)" nil nil)
27578
27579 ;;;***
27580 \f
27581 ;;;### (autoloads (tildify-buffer tildify-region) "tildify" "textmodes/tildify.el"
27582 ;;;;;; (20706 54231 807276 0))
27583 ;;; Generated autoloads from textmodes/tildify.el
27584
27585 (autoload 'tildify-region "tildify" "\
27586 Add hard spaces in the region between BEG and END.
27587 See variables `tildify-pattern-alist', `tildify-string-alist', and
27588 `tildify-ignored-environments-alist' for information about configuration
27589 parameters.
27590 This function performs no refilling of the changed text.
27591
27592 \(fn BEG END)" t nil)
27593
27594 (autoload 'tildify-buffer "tildify" "\
27595 Add hard spaces in the current buffer.
27596 See variables `tildify-pattern-alist', `tildify-string-alist', and
27597 `tildify-ignored-environments-alist' for information about configuration
27598 parameters.
27599 This function performs no refilling of the changed text.
27600
27601 \(fn)" t nil)
27602
27603 ;;;***
27604 \f
27605 ;;;### (autoloads (emacs-init-time emacs-uptime display-time-world
27606 ;;;;;; display-time-mode display-time display-time-day-and-date)
27607 ;;;;;; "time" "time.el" (20706 54231 807276 0))
27608 ;;; Generated autoloads from time.el
27609
27610 (defvar display-time-day-and-date nil "\
27611 Non-nil means \\[display-time] should display day and date as well as time.")
27612
27613 (custom-autoload 'display-time-day-and-date "time" t)
27614 (put 'display-time-string 'risky-local-variable t)
27615
27616 (autoload 'display-time "time" "\
27617 Enable display of time, load level, and mail flag in mode lines.
27618 This display updates automatically every minute.
27619 If `display-time-day-and-date' is non-nil, the current day and date
27620 are displayed as well.
27621 This runs the normal hook `display-time-hook' after each update.
27622
27623 \(fn)" t nil)
27624
27625 (defvar display-time-mode nil "\
27626 Non-nil if Display-Time mode is enabled.
27627 See the command `display-time-mode' for a description of this minor mode.
27628 Setting this variable directly does not take effect;
27629 either customize it (see the info node `Easy Customization')
27630 or call the function `display-time-mode'.")
27631
27632 (custom-autoload 'display-time-mode "time" nil)
27633
27634 (autoload 'display-time-mode "time" "\
27635 Toggle display of time, load level, and mail flag in mode lines.
27636 With a prefix argument ARG, enable Display Time mode if ARG is
27637 positive, and disable it otherwise. If called from Lisp, enable
27638 it if ARG is omitted or nil.
27639
27640 When Display Time mode is enabled, it updates every minute (you
27641 can control the number of seconds between updates by customizing
27642 `display-time-interval'). If `display-time-day-and-date' is
27643 non-nil, the current day and date are displayed as well. This
27644 runs the normal hook `display-time-hook' after each update.
27645
27646 \(fn &optional ARG)" t nil)
27647
27648 (autoload 'display-time-world "time" "\
27649 Enable updating display of times in various time zones.
27650 `display-time-world-list' specifies the zones.
27651 To turn off the world time display, go to that window and type `q'.
27652
27653 \(fn)" t nil)
27654
27655 (autoload 'emacs-uptime "time" "\
27656 Return a string giving the uptime of this instance of Emacs.
27657 FORMAT is a string to format the result, using `format-seconds'.
27658 For example, the Unix uptime command format is \"%D, %z%2h:%.2m\".
27659
27660 \(fn &optional FORMAT)" t nil)
27661
27662 (autoload 'emacs-init-time "time" "\
27663 Return a string giving the duration of the Emacs initialization.
27664
27665 \(fn)" t nil)
27666
27667 ;;;***
27668 \f
27669 ;;;### (autoloads (format-seconds safe-date-to-time time-to-days
27670 ;;;;;; time-to-day-in-year date-leap-year-p days-between date-to-day
27671 ;;;;;; time-add time-subtract time-since days-to-time time-less-p
27672 ;;;;;; seconds-to-time date-to-time) "time-date" "calendar/time-date.el"
27673 ;;;;;; (20706 54231 807276 0))
27674 ;;; Generated autoloads from calendar/time-date.el
27675
27676 (autoload 'date-to-time "time-date" "\
27677 Parse a string DATE that represents a date-time and return a time value.
27678 If DATE lacks timezone information, GMT is assumed.
27679
27680 \(fn DATE)" nil nil)
27681 (if (or (featurep 'emacs)
27682 (and (fboundp 'float-time)
27683 (subrp (symbol-function 'float-time))))
27684 (progn
27685 (defalias 'time-to-seconds 'float-time)
27686 (make-obsolete 'time-to-seconds 'float-time "21.1"))
27687 (autoload 'time-to-seconds "time-date"))
27688
27689 (autoload 'seconds-to-time "time-date" "\
27690 Convert SECONDS (a floating point number) to a time value.
27691
27692 \(fn SECONDS)" nil nil)
27693
27694 (autoload 'time-less-p "time-date" "\
27695 Return non-nil if time value T1 is earlier than time value T2.
27696
27697 \(fn T1 T2)" nil nil)
27698
27699 (autoload 'days-to-time "time-date" "\
27700 Convert DAYS into a time value.
27701
27702 \(fn DAYS)" nil nil)
27703
27704 (autoload 'time-since "time-date" "\
27705 Return the time elapsed since TIME.
27706 TIME should be either a time value or a date-time string.
27707
27708 \(fn TIME)" nil nil)
27709
27710 (defalias 'subtract-time 'time-subtract)
27711
27712 (autoload 'time-subtract "time-date" "\
27713 Subtract two time values, T1 minus T2.
27714 Return the difference in the format of a time value.
27715
27716 \(fn T1 T2)" nil nil)
27717
27718 (autoload 'time-add "time-date" "\
27719 Add two time values T1 and T2. One should represent a time difference.
27720
27721 \(fn T1 T2)" nil nil)
27722
27723 (autoload 'date-to-day "time-date" "\
27724 Return the number of days between year 1 and DATE.
27725 DATE should be a date-time string.
27726
27727 \(fn DATE)" nil nil)
27728
27729 (autoload 'days-between "time-date" "\
27730 Return the number of days between DATE1 and DATE2.
27731 DATE1 and DATE2 should be date-time strings.
27732
27733 \(fn DATE1 DATE2)" nil nil)
27734
27735 (autoload 'date-leap-year-p "time-date" "\
27736 Return t if YEAR is a leap year.
27737
27738 \(fn YEAR)" nil nil)
27739
27740 (autoload 'time-to-day-in-year "time-date" "\
27741 Return the day number within the year corresponding to TIME.
27742
27743 \(fn TIME)" nil nil)
27744
27745 (autoload 'time-to-days "time-date" "\
27746 The number of days between the Gregorian date 0001-12-31bce and TIME.
27747 TIME should be a time value.
27748 The Gregorian date Sunday, December 31, 1bce is imaginary.
27749
27750 \(fn TIME)" nil nil)
27751
27752 (autoload 'safe-date-to-time "time-date" "\
27753 Parse a string DATE that represents a date-time and return a time value.
27754 If DATE is malformed, return a time value of zeros.
27755
27756 \(fn DATE)" nil nil)
27757
27758 (autoload 'format-seconds "time-date" "\
27759 Use format control STRING to format the number SECONDS.
27760 The valid format specifiers are:
27761 %y is the number of (365-day) years.
27762 %d is the number of days.
27763 %h is the number of hours.
27764 %m is the number of minutes.
27765 %s is the number of seconds.
27766 %z is a non-printing control flag (see below).
27767 %% is a literal \"%\".
27768
27769 Upper-case specifiers are followed by the unit-name (e.g. \"years\").
27770 Lower-case specifiers return only the unit.
27771
27772 \"%\" may be followed by a number specifying a width, with an
27773 optional leading \".\" for zero-padding. For example, \"%.3Y\" will
27774 return something of the form \"001 year\".
27775
27776 The \"%z\" specifier does not print anything. When it is used, specifiers
27777 must be given in order of decreasing size. To the left of \"%z\", nothing
27778 is output until the first non-zero unit is encountered.
27779
27780 This function does not work for SECONDS greater than `most-positive-fixnum'.
27781
27782 \(fn STRING SECONDS)" nil nil)
27783
27784 ;;;***
27785 \f
27786 ;;;### (autoloads (time-stamp-toggle-active time-stamp) "time-stamp"
27787 ;;;;;; "time-stamp.el" (20706 54231 807276 0))
27788 ;;; Generated autoloads from time-stamp.el
27789 (put 'time-stamp-format 'safe-local-variable 'stringp)
27790 (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
27791 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
27792 (put 'time-stamp-start 'safe-local-variable 'stringp)
27793 (put 'time-stamp-end 'safe-local-variable 'stringp)
27794 (put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
27795 (put 'time-stamp-count 'safe-local-variable 'integerp)
27796 (put 'time-stamp-pattern 'safe-local-variable 'stringp)
27797
27798 (autoload 'time-stamp "time-stamp" "\
27799 Update the time stamp string(s) in the buffer.
27800 A template in a file can be automatically updated with a new time stamp
27801 every time you save the file. Add this line to your init file:
27802 (add-hook 'before-save-hook 'time-stamp)
27803 or customize `before-save-hook' through Custom.
27804 Normally the template must appear in the first 8 lines of a file and
27805 look like one of the following:
27806 Time-stamp: <>
27807 Time-stamp: \" \"
27808 The time stamp is written between the brackets or quotes:
27809 Time-stamp: <2001-02-18 10:20:51 gildea>
27810 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
27811 The format of the time stamp is set by the variable `time-stamp-pattern' or
27812 `time-stamp-format'. The variables `time-stamp-pattern',
27813 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
27814 `time-stamp-count', and `time-stamp-inserts-lines' control finding
27815 the template.
27816
27817 \(fn)" t nil)
27818
27819 (autoload 'time-stamp-toggle-active "time-stamp" "\
27820 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
27821 With ARG, turn time stamping on if and only if arg is positive.
27822
27823 \(fn &optional ARG)" t nil)
27824
27825 ;;;***
27826 \f
27827 ;;;### (autoloads (timeclock-when-to-leave-string timeclock-workday-elapsed-string
27828 ;;;;;; timeclock-workday-remaining-string timeclock-reread-log timeclock-query-out
27829 ;;;;;; timeclock-change timeclock-status-string timeclock-out timeclock-in
27830 ;;;;;; timeclock-mode-line-display) "timeclock" "calendar/timeclock.el"
27831 ;;;;;; (20706 54231 807276 0))
27832 ;;; Generated autoloads from calendar/timeclock.el
27833
27834 (autoload 'timeclock-mode-line-display "timeclock" "\
27835 Toggle display of the amount of time left today in the mode line.
27836 If `timeclock-use-display-time' is non-nil (the default), then
27837 the function `display-time-mode' must be active, and the mode line
27838 will be updated whenever the time display is updated. Otherwise,
27839 the timeclock will use its own sixty second timer to do its
27840 updating. With prefix ARG, turn mode line display on if and only
27841 if ARG is positive. Returns the new status of timeclock mode line
27842 display (non-nil means on).
27843
27844 \(fn &optional ARG)" t nil)
27845
27846 (autoload 'timeclock-in "timeclock" "\
27847 Clock in, recording the current time moment in the timelog.
27848 With a numeric prefix ARG, record the fact that today has only that
27849 many hours in it to be worked. If ARG is a non-numeric prefix argument
27850 \(non-nil, but not a number), 0 is assumed (working on a holiday or
27851 weekend). *If not called interactively, ARG should be the number of
27852 _seconds_ worked today*. This feature only has effect the first time
27853 this function is called within a day.
27854
27855 PROJECT is the project being clocked into. If PROJECT is nil, and
27856 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
27857 interactively -- call the function `timeclock-get-project-function' to
27858 discover the name of the project.
27859
27860 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
27861
27862 (autoload 'timeclock-out "timeclock" "\
27863 Clock out, recording the current time moment in the timelog.
27864 If a prefix ARG is given, the user has completed the project that was
27865 begun during the last time segment.
27866
27867 REASON is the user's reason for clocking out. If REASON is nil, and
27868 FIND-REASON is non-nil -- or the user calls `timeclock-out'
27869 interactively -- call the function `timeclock-get-reason-function' to
27870 discover the reason.
27871
27872 \(fn &optional ARG REASON FIND-REASON)" t nil)
27873
27874 (autoload 'timeclock-status-string "timeclock" "\
27875 Report the overall timeclock status at the present moment.
27876 If SHOW-SECONDS is non-nil, display second resolution.
27877 If TODAY-ONLY is non-nil, the display will be relative only to time
27878 worked today, ignoring the time worked on previous days.
27879
27880 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
27881
27882 (autoload 'timeclock-change "timeclock" "\
27883 Change to working on a different project.
27884 This clocks out of the current project, then clocks in on a new one.
27885 With a prefix ARG, consider the previous project as finished at the
27886 time of changeover. PROJECT is the name of the last project you were
27887 working on.
27888
27889 \(fn &optional ARG PROJECT)" t nil)
27890
27891 (autoload 'timeclock-query-out "timeclock" "\
27892 Ask the user whether to clock out.
27893 This is a useful function for adding to `kill-emacs-query-functions'.
27894
27895 \(fn)" nil nil)
27896
27897 (autoload 'timeclock-reread-log "timeclock" "\
27898 Re-read the timeclock, to account for external changes.
27899 Returns the new value of `timeclock-discrepancy'.
27900
27901 \(fn)" t nil)
27902
27903 (autoload 'timeclock-workday-remaining-string "timeclock" "\
27904 Return a string representing the amount of time left today.
27905 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
27906 is non-nil, the display will be relative only to time worked today.
27907 See `timeclock-relative' for more information about the meaning of
27908 \"relative to today\".
27909
27910 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
27911
27912 (autoload 'timeclock-workday-elapsed-string "timeclock" "\
27913 Return a string representing the amount of time worked today.
27914 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
27915 non-nil, the amount returned will be relative to past time worked.
27916
27917 \(fn &optional SHOW-SECONDS)" t nil)
27918
27919 (autoload 'timeclock-when-to-leave-string "timeclock" "\
27920 Return a string representing the end of today's workday.
27921 This string is relative to the value of `timeclock-workday'. If
27922 SHOW-SECONDS is non-nil, the value printed/returned will include
27923 seconds. If TODAY-ONLY is non-nil, the value returned will be
27924 relative only to the time worked today, and not to past time.
27925
27926 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
27927
27928 ;;;***
27929 \f
27930 ;;;### (autoloads (batch-titdic-convert titdic-convert) "titdic-cnv"
27931 ;;;;;; "international/titdic-cnv.el" (20706 54231 807276 0))
27932 ;;; Generated autoloads from international/titdic-cnv.el
27933
27934 (autoload 'titdic-convert "titdic-cnv" "\
27935 Convert a TIT dictionary of FILENAME into a Quail package.
27936 Optional argument DIRNAME if specified is the directory name under which
27937 the generated Quail package is saved.
27938
27939 \(fn FILENAME &optional DIRNAME)" t nil)
27940
27941 (autoload 'batch-titdic-convert "titdic-cnv" "\
27942 Run `titdic-convert' on the files remaining on the command line.
27943 Use this from the command line, with `-batch';
27944 it won't work in an interactive Emacs.
27945 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
27946 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
27947 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
27948
27949 \(fn &optional FORCE)" nil nil)
27950
27951 ;;;***
27952 \f
27953 ;;;### (autoloads (tmm-prompt tmm-menubar-mouse tmm-menubar) "tmm"
27954 ;;;;;; "tmm.el" (20706 54231 807276 0))
27955 ;;; Generated autoloads from tmm.el
27956 (define-key global-map "\M-`" 'tmm-menubar)
27957 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
27958
27959 (autoload 'tmm-menubar "tmm" "\
27960 Text-mode emulation of looking and choosing from a menubar.
27961 See the documentation for `tmm-prompt'.
27962 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
27963 we make that menu bar item (the one at that position) the default choice.
27964
27965 \(fn &optional X-POSITION)" t nil)
27966
27967 (autoload 'tmm-menubar-mouse "tmm" "\
27968 Text-mode emulation of looking and choosing from a menubar.
27969 This command is used when you click the mouse in the menubar
27970 on a console which has no window system but does have a mouse.
27971 See the documentation for `tmm-prompt'.
27972
27973 \(fn EVENT)" t nil)
27974
27975 (autoload 'tmm-prompt "tmm" "\
27976 Text-mode emulation of calling the bindings in keymap.
27977 Creates a text-mode menu of possible choices. You can access the elements
27978 in the menu in two ways:
27979 *) via history mechanism from minibuffer;
27980 *) Or via completion-buffer that is automatically shown.
27981 The last alternative is currently a hack, you cannot use mouse reliably.
27982
27983 MENU is like the MENU argument to `x-popup-menu': either a
27984 keymap or an alist of alists.
27985 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
27986 Its value should be an event that has a binding in MENU.
27987
27988 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
27989
27990 ;;;***
27991 \f
27992 ;;;### (autoloads (todo-show todo-cp todo-mode todo-print todo-top-priorities
27993 ;;;;;; todo-insert-item todo-add-item-non-interactively todo-add-category)
27994 ;;;;;; "todo-mode" "calendar/todo-mode.el" (20706 54231 807276 0))
27995 ;;; Generated autoloads from calendar/todo-mode.el
27996
27997 (autoload 'todo-add-category "todo-mode" "\
27998 Add new category CAT to the TODO list.
27999
28000 \(fn &optional CAT)" t nil)
28001
28002 (autoload 'todo-add-item-non-interactively "todo-mode" "\
28003 Insert NEW-ITEM in TODO list as a new entry in CATEGORY.
28004
28005 \(fn NEW-ITEM CATEGORY)" nil nil)
28006
28007 (autoload 'todo-insert-item "todo-mode" "\
28008 Insert new TODO list entry.
28009 With a prefix argument ARG solicit the category, otherwise use the current
28010 category.
28011
28012 \(fn ARG)" t nil)
28013
28014 (autoload 'todo-top-priorities "todo-mode" "\
28015 List top priorities for each category.
28016
28017 Number of entries for each category is given by NOF-PRIORITIES which
28018 defaults to `todo-show-priorities'.
28019
28020 If CATEGORY-PR-PAGE is non-nil, a page separator '^L' is inserted
28021 between each category.
28022 INTERACTIVE should be non-nil if this function is called interactively.
28023
28024 \(fn &optional NOF-PRIORITIES CATEGORY-PR-PAGE INTERACTIVE)" t nil)
28025
28026 (autoload 'todo-print "todo-mode" "\
28027 Print todo summary using `todo-print-function'.
28028 If CATEGORY-PR-PAGE is non-nil, a page separator `^L' is inserted
28029 between each category.
28030
28031 Number of entries for each category is given by `todo-print-priorities'.
28032
28033 \(fn &optional CATEGORY-PR-PAGE)" t nil)
28034
28035 (autoload 'todo-mode "todo-mode" "\
28036 Major mode for editing TODO lists.
28037
28038 \(fn)" t nil)
28039
28040 (autoload 'todo-cp "todo-mode" "\
28041 Make a diary entry appear only in the current date's diary.
28042
28043 \(fn)" nil nil)
28044
28045 (autoload 'todo-show "todo-mode" "\
28046 Show TODO list.
28047
28048 \(fn)" t nil)
28049
28050 ;;;***
28051 \f
28052 ;;;### (autoloads (tool-bar-local-item-from-menu tool-bar-add-item-from-menu
28053 ;;;;;; tool-bar-local-item tool-bar-add-item toggle-tool-bar-mode-from-frame)
28054 ;;;;;; "tool-bar" "tool-bar.el" (20706 54231 807276 0))
28055 ;;; Generated autoloads from tool-bar.el
28056
28057 (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
28058 Toggle tool bar on or off, based on the status of the current frame.
28059 See `tool-bar-mode' for more information.
28060
28061 \(fn &optional ARG)" t nil)
28062
28063 (autoload 'tool-bar-add-item "tool-bar" "\
28064 Add an item to the tool bar.
28065 ICON names the image, DEF is the key definition and KEY is a symbol
28066 for the fake function key in the menu keymap. Remaining arguments
28067 PROPS are additional items to add to the menu item specification. See
28068 Info node `(elisp)Tool Bar'. Items are added from left to right.
28069
28070 ICON is the base name of a file containing the image to use. The
28071 function will first try to use low-color/ICON.xpm if `display-color-cells'
28072 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28073 ICON.xbm, using `find-image'.
28074
28075 Use this function only to make bindings in the global value of `tool-bar-map'.
28076 To define items in any other map, use `tool-bar-local-item'.
28077
28078 \(fn ICON DEF KEY &rest PROPS)" nil nil)
28079
28080 (autoload 'tool-bar-local-item "tool-bar" "\
28081 Add an item to the tool bar in map MAP.
28082 ICON names the image, DEF is the key definition and KEY is a symbol
28083 for the fake function key in the menu keymap. Remaining arguments
28084 PROPS are additional items to add to the menu item specification. See
28085 Info node `(elisp)Tool Bar'. Items are added from left to right.
28086
28087 ICON is the base name of a file containing the image to use. The
28088 function will first try to use low-color/ICON.xpm if `display-color-cells'
28089 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28090 ICON.xbm, using `find-image'.
28091
28092 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
28093
28094 (autoload 'tool-bar-add-item-from-menu "tool-bar" "\
28095 Define tool bar binding for COMMAND in keymap MAP using the given ICON.
28096 This makes a binding for COMMAND in `tool-bar-map', copying its
28097 binding from the menu bar in MAP (which defaults to `global-map'), but
28098 modifies the binding by adding an image specification for ICON. It
28099 finds ICON just like `tool-bar-add-item'. PROPS are additional
28100 properties to add to the binding.
28101
28102 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28103
28104 Use this function only to make bindings in the global value of `tool-bar-map'.
28105 To define items in any other map, use `tool-bar-local-item-from-menu'.
28106
28107 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
28108
28109 (autoload 'tool-bar-local-item-from-menu "tool-bar" "\
28110 Define local tool bar binding for COMMAND using the given ICON.
28111 This makes a binding for COMMAND in IN-MAP, copying its binding from
28112 the menu bar in FROM-MAP (which defaults to `global-map'), but
28113 modifies the binding by adding an image specification for ICON. It
28114 finds ICON just like `tool-bar-add-item'. PROPS are additional
28115 properties to add to the binding.
28116
28117 FROM-MAP must contain appropriate binding for `[menu-bar]' which
28118 holds a keymap.
28119
28120 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
28121
28122 ;;;***
28123 \f
28124 ;;;### (autoloads (tpu-edt-on tpu-edt-mode) "tpu-edt" "emulation/tpu-edt.el"
28125 ;;;;;; (20706 54231 807276 0))
28126 ;;; Generated autoloads from emulation/tpu-edt.el
28127
28128 (defvar tpu-edt-mode nil "\
28129 Non-nil if Tpu-Edt mode is enabled.
28130 See the command `tpu-edt-mode' for a description of this minor mode.
28131 Setting this variable directly does not take effect;
28132 either customize it (see the info node `Easy Customization')
28133 or call the function `tpu-edt-mode'.")
28134
28135 (custom-autoload 'tpu-edt-mode "tpu-edt" nil)
28136
28137 (autoload 'tpu-edt-mode "tpu-edt" "\
28138 Toggle TPU/edt emulation on or off.
28139 With a prefix argument ARG, enable the mode if ARG is positive,
28140 and disable it otherwise. If called from Lisp, enable the mode
28141 if ARG is omitted or nil.
28142
28143 \(fn &optional ARG)" t nil)
28144
28145 (defalias 'tpu-edt 'tpu-edt-on)
28146
28147 (autoload 'tpu-edt-on "tpu-edt" "\
28148 Turn on TPU/edt emulation.
28149
28150 \(fn)" t nil)
28151
28152 ;;;***
28153 \f
28154 ;;;### (autoloads (tpu-mapper) "tpu-mapper" "emulation/tpu-mapper.el"
28155 ;;;;;; (20706 54231 807276 0))
28156 ;;; Generated autoloads from emulation/tpu-mapper.el
28157
28158 (autoload 'tpu-mapper "tpu-mapper" "\
28159 Create an Emacs lisp file defining the TPU-edt keypad for X-windows.
28160
28161 This command displays an instruction screen showing the TPU-edt keypad
28162 and asks you to press the TPU-edt editing keys. It uses the keys you
28163 press to create an Emacs Lisp file that will define a TPU-edt keypad
28164 for your X server. You can even re-arrange the standard EDT keypad to
28165 suit your tastes (or to cope with those silly Sun and PC keypads).
28166
28167 Finally, you will be prompted for the name of the file to store the key
28168 definitions. If you chose the default, TPU-edt will find it and load it
28169 automatically. If you specify a different file name, you will need to
28170 set the variable ``tpu-xkeys-file'' before starting TPU-edt. Here's how
28171 you might go about doing that in your init file.
28172
28173 (setq tpu-xkeys-file (expand-file-name \"~/.my-emacs-x-keys\"))
28174 (tpu-edt)
28175
28176 Known Problems:
28177
28178 Sometimes, tpu-mapper will ignore a key you press, and just continue to
28179 prompt for the same key. This can happen when your window manager sucks
28180 up the key and doesn't pass it on to Emacs, or it could be an Emacs bug.
28181 Either way, there's nothing that tpu-mapper can do about it. You must
28182 press RETURN, to skip the current key and continue. Later, you and/or
28183 your local X guru can try to figure out why the key is being ignored.
28184
28185 \(fn)" t nil)
28186
28187 ;;;***
28188 \f
28189 ;;;### (autoloads (tq-create) "tq" "emacs-lisp/tq.el" (20706 54231
28190 ;;;;;; 807276 0))
28191 ;;; Generated autoloads from emacs-lisp/tq.el
28192
28193 (autoload 'tq-create "tq" "\
28194 Create and return a transaction queue communicating with PROCESS.
28195 PROCESS should be a subprocess capable of sending and receiving
28196 streams of bytes. It may be a local process, or it may be connected
28197 to a tcp server on another machine.
28198
28199 \(fn PROCESS)" nil nil)
28200
28201 ;;;***
28202 \f
28203 ;;;### (autoloads (trace-function-background trace-function trace-buffer)
28204 ;;;;;; "trace" "emacs-lisp/trace.el" (20706 54231 807276 0))
28205 ;;; Generated autoloads from emacs-lisp/trace.el
28206
28207 (defvar trace-buffer (purecopy "*trace-output*") "\
28208 Trace output will by default go to that buffer.")
28209
28210 (custom-autoload 'trace-buffer "trace" t)
28211
28212 (autoload 'trace-function "trace" "\
28213 Traces FUNCTION with trace output going to BUFFER.
28214 For every call of FUNCTION Lisp-style trace messages that display argument
28215 and return values will be inserted into BUFFER. This function generates the
28216 trace advice for FUNCTION and activates it together with any other advice
28217 there might be!! The trace BUFFER will popup whenever FUNCTION is called.
28218 Do not use this to trace functions that switch buffers or do any other
28219 display oriented stuff, use `trace-function-background' instead.
28220
28221 \(fn FUNCTION &optional BUFFER)" t nil)
28222
28223 (autoload 'trace-function-background "trace" "\
28224 Traces FUNCTION with trace output going quietly to BUFFER.
28225 When this tracing is enabled, every call to FUNCTION writes
28226 a Lisp-style trace message (showing the arguments and return value)
28227 into BUFFER. This function generates advice to trace FUNCTION
28228 and activates it together with any other advice there might be.
28229 The trace output goes to BUFFER quietly, without changing
28230 the window or buffer configuration.
28231
28232 BUFFER defaults to `trace-buffer'.
28233
28234 \(fn FUNCTION &optional BUFFER)" t nil)
28235
28236 ;;;***
28237 \f
28238 ;;;### (autoloads (tramp-unload-tramp tramp-completion-handle-file-name-completion
28239 ;;;;;; tramp-completion-handle-file-name-all-completions tramp-unload-file-name-handlers
28240 ;;;;;; tramp-file-name-handler tramp-syntax tramp-mode) "tramp"
28241 ;;;;;; "net/tramp.el" (20706 54231 807276 0))
28242 ;;; Generated autoloads from net/tramp.el
28243
28244 (defvar tramp-mode t "\
28245 Whether Tramp is enabled.
28246 If it is set to nil, all remote file names are used literally.")
28247
28248 (custom-autoload 'tramp-mode "tramp" t)
28249
28250 (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
28251 Tramp filename syntax to be used.
28252
28253 It can have the following values:
28254
28255 'ftp -- Ange-FTP respective EFS like syntax (GNU Emacs default)
28256 'sep -- Syntax as defined for XEmacs (not available yet for GNU Emacs)
28257 'url -- URL-like syntax.")
28258
28259 (custom-autoload 'tramp-syntax "tramp" t)
28260
28261 (defconst tramp-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/\\([^[/|:]\\{2,\\}\\|[^/|]\\{2,\\}]\\):" "\\`/\\([^[/|:]+\\|[^/|]+]\\):") "\
28262 Value for `tramp-file-name-regexp' for unified remoting.
28263 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28264 Tramp. See `tramp-file-name-structure' for more explanations.
28265
28266 On W32 systems, the volume letter must be ignored.")
28267
28268 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28269 Value for `tramp-file-name-regexp' for separate remoting.
28270 XEmacs uses a separate filename syntax for Tramp and EFS.
28271 See `tramp-file-name-structure' for more explanations.")
28272
28273 (defconst tramp-file-name-regexp-url "\\`/[^/|:]+://" "\
28274 Value for `tramp-file-name-regexp' for URL-like remoting.
28275 See `tramp-file-name-structure' for more explanations.")
28276
28277 (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"))) "\
28278 Regular expression matching file names handled by Tramp.
28279 This regexp should match Tramp file names but no other file names.
28280 When tramp.el is loaded, this regular expression is prepended to
28281 `file-name-handler-alist', and that is searched sequentially. Thus,
28282 if the Tramp entry appears rather early in the `file-name-handler-alist'
28283 and is a bit too general, then some files might be considered Tramp
28284 files which are not really Tramp files.
28285
28286 Please note that the entry in `file-name-handler-alist' is made when
28287 this file (tramp.el) is loaded. This means that this variable must be set
28288 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28289 updated after changing this variable.
28290
28291 Also see `tramp-file-name-structure'.")
28292
28293 (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/[^/]\\{2,\\}\\'" "\\`/[^/]*\\'") "\
28294 Value for `tramp-completion-file-name-regexp' for unified remoting.
28295 GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
28296 See `tramp-file-name-structure' for more explanations.
28297
28298 On W32 systems, the volume letter must be ignored.")
28299
28300 (defconst tramp-completion-file-name-regexp-separate "\\`/\\([[][^]]*\\)?\\'" "\
28301 Value for `tramp-completion-file-name-regexp' for separate remoting.
28302 XEmacs uses a separate filename syntax for Tramp and EFS.
28303 See `tramp-file-name-structure' for more explanations.")
28304
28305 (defconst tramp-completion-file-name-regexp-url "\\`/[^/:]+\\(:\\(/\\(/[^/]*\\)?\\)?\\)?\\'" "\
28306 Value for `tramp-completion-file-name-regexp' for URL-like remoting.
28307 See `tramp-file-name-structure' for more explanations.")
28308
28309 (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"))) "\
28310 Regular expression matching file names handled by Tramp completion.
28311 This regexp should match partial Tramp file names only.
28312
28313 Please note that the entry in `file-name-handler-alist' is made when
28314 this file (tramp.el) is loaded. This means that this variable must be set
28315 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28316 updated after changing this variable.
28317
28318 Also see `tramp-file-name-structure'.")
28319
28320 (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)) "\
28321 Alist of completion handler functions.
28322 Used for file names matching `tramp-file-name-regexp'. Operations
28323 not mentioned here will be handled by Tramp's file name handler
28324 functions, or the normal Emacs functions.")
28325
28326 (defun tramp-run-real-handler (operation args) "\
28327 Invoke normal file name handler for OPERATION.
28328 First arg specifies the OPERATION, second arg is a list of arguments to
28329 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)))
28330
28331 (defun tramp-completion-run-real-handler (operation args) "\
28332 Invoke `tramp-file-name-handler' for OPERATION.
28333 First arg specifies the OPERATION, second arg is a list of arguments to
28334 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)))
28335
28336 (autoload 'tramp-file-name-handler "tramp" "\
28337 Invoke Tramp file name handler.
28338 Falls back to normal file name handler if no Tramp file name handler exists.
28339
28340 \(fn OPERATION &rest ARGS)" nil nil)
28341
28342 (defun tramp-completion-file-name-handler (operation &rest args) "\
28343 Invoke Tramp file name completion handler.
28344 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))))
28345
28346 (defun tramp-register-file-name-handlers nil "\
28347 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)))))))
28348
28349 (tramp-register-file-name-handlers)
28350
28351 (autoload 'tramp-unload-file-name-handlers "tramp" "\
28352
28353
28354 \(fn)" nil nil)
28355
28356 (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\
28357 Like `file-name-all-completions' for partial Tramp files.
28358
28359 \(fn FILENAME DIRECTORY)" nil nil)
28360
28361 (autoload 'tramp-completion-handle-file-name-completion "tramp" "\
28362 Like `file-name-completion' for Tramp files.
28363
28364 \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
28365
28366 (autoload 'tramp-unload-tramp "tramp" "\
28367 Discard Tramp from loading remote files.
28368
28369 \(fn)" t nil)
28370
28371 ;;;***
28372 \f
28373 ;;;### (autoloads (tramp-ftp-enable-ange-ftp) "tramp-ftp" "net/tramp-ftp.el"
28374 ;;;;;; (20706 54231 807276 0))
28375 ;;; Generated autoloads from net/tramp-ftp.el
28376
28377 (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
28378
28379
28380 \(fn)" nil nil)
28381
28382 ;;;***
28383 \f
28384 ;;;### (autoloads (help-with-tutorial) "tutorial" "tutorial.el" (20706
28385 ;;;;;; 54231 807276 0))
28386 ;;; Generated autoloads from tutorial.el
28387
28388 (autoload 'help-with-tutorial "tutorial" "\
28389 Select the Emacs learn-by-doing tutorial.
28390 If there is a tutorial version written in the language
28391 of the selected language environment, that version is used.
28392 If there's no tutorial in that language, `TUTORIAL' is selected.
28393 With ARG, you are asked to choose which language.
28394 If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
28395 any question when restarting the tutorial.
28396
28397 If any of the standard Emacs key bindings that are used in the
28398 tutorial have been changed then an explanatory note about this is
28399 shown in the beginning of the tutorial buffer.
28400
28401 When the tutorial buffer is killed the content and the point
28402 position in the buffer is saved so that the tutorial may be
28403 resumed later.
28404
28405 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
28406
28407 ;;;***
28408 \f
28409 ;;;### (autoloads (tai-viet-composition-function) "tv-util" "language/tv-util.el"
28410 ;;;;;; (20355 10320 526171 0))
28411 ;;; Generated autoloads from language/tv-util.el
28412
28413 (autoload 'tai-viet-composition-function "tv-util" "\
28414
28415
28416 \(fn FROM TO FONT-OBJECT STRING)" nil nil)
28417
28418 ;;;***
28419 \f
28420 ;;;### (autoloads (2C-split 2C-associate-buffer 2C-two-columns) "two-column"
28421 ;;;;;; "textmodes/two-column.el" (20706 54231 807276 0))
28422 ;;; Generated autoloads from textmodes/two-column.el
28423 (autoload '2C-command "two-column" () t 'keymap)
28424 (global-set-key "\C-x6" '2C-command)
28425 (global-set-key [f2] '2C-command)
28426
28427 (autoload '2C-two-columns "two-column" "\
28428 Split current window vertically for two-column editing.
28429 \\<global-map>When called the first time, associates a buffer with the current
28430 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
28431 for details.). It runs `2C-other-buffer-hook' in the new buffer.
28432 When called again, restores the screen layout with the current buffer
28433 first and the associated buffer to its right.
28434
28435 \(fn &optional BUFFER)" t nil)
28436
28437 (autoload '2C-associate-buffer "two-column" "\
28438 Associate another buffer with this one in two-column minor mode.
28439 Can also be used to associate a just previously visited file, by
28440 accepting the proposed default buffer.
28441
28442 \(See \\[describe-mode] .)
28443
28444 \(fn)" t nil)
28445
28446 (autoload '2C-split "two-column" "\
28447 Split a two-column text at point, into two buffers in two-column minor mode.
28448 Point becomes the local value of `2C-window-width'. Only lines that
28449 have the ARG same preceding characters at that column get split. The
28450 ARG preceding characters without any leading whitespace become the local
28451 value for `2C-separator'. This way lines that continue across both
28452 columns remain untouched in the first buffer.
28453
28454 This function can be used with a prototype line, to set up things. You
28455 write the first line of each column and then split that line. E.g.:
28456
28457 First column's text sSs Second column's text
28458 \\___/\\
28459 / \\
28460 5 character Separator You type M-5 \\[2C-split] with the point here.
28461
28462 \(See \\[describe-mode] .)
28463
28464 \(fn ARG)" t nil)
28465
28466 ;;;***
28467 \f
28468 ;;;### (autoloads (type-break-guesstimate-keystroke-threshold type-break-statistics
28469 ;;;;;; type-break type-break-mode) "type-break" "type-break.el"
28470 ;;;;;; (20706 54231 807276 0))
28471 ;;; Generated autoloads from type-break.el
28472
28473 (defvar type-break-mode nil "\
28474 Non-nil if Type-Break mode is enabled.
28475 See the command `type-break-mode' for a description of this minor mode.
28476 Setting this variable directly does not take effect;
28477 either customize it (see the info node `Easy Customization')
28478 or call the function `type-break-mode'.")
28479
28480 (custom-autoload 'type-break-mode "type-break" nil)
28481
28482 (autoload 'type-break-mode "type-break" "\
28483 Enable or disable typing-break mode.
28484 This is a minor mode, but it is global to all buffers by default.
28485
28486 When this mode is enabled, the user is encouraged to take typing breaks at
28487 appropriate intervals; either after a specified amount of time or when the
28488 user has exceeded a keystroke threshold. When the time arrives, the user
28489 is asked to take a break. If the user refuses at that time, Emacs will ask
28490 again in a short period of time. The idea is to give the user enough time
28491 to find a good breaking point in his or her work, but be sufficiently
28492 annoying to discourage putting typing breaks off indefinitely.
28493
28494 A negative prefix argument disables this mode.
28495 No argument or any non-negative argument enables it.
28496
28497 The user may enable or disable this mode by setting the variable of the
28498 same name, though setting it in that way doesn't reschedule a break or
28499 reset the keystroke counter.
28500
28501 If the mode was previously disabled and is enabled as a consequence of
28502 calling this function, it schedules a break with `type-break-schedule' to
28503 make sure one occurs (the user can call that command to reschedule the
28504 break at any time). It also initializes the keystroke counter.
28505
28506 The variable `type-break-interval' specifies the number of seconds to
28507 schedule between regular typing breaks. This variable doesn't directly
28508 affect the time schedule; it simply provides a default for the
28509 `type-break-schedule' command.
28510
28511 If set, the variable `type-break-good-rest-interval' specifies the minimum
28512 amount of time which is considered a reasonable typing break. Whenever
28513 that time has elapsed, typing breaks are automatically rescheduled for
28514 later even if Emacs didn't prompt you to take one first. Also, if a break
28515 is ended before this much time has elapsed, the user will be asked whether
28516 or not to continue. A nil value for this variable prevents automatic
28517 break rescheduling, making `type-break-interval' an upper bound on the time
28518 between breaks. In this case breaks will be prompted for as usual before
28519 the upper bound if the keystroke threshold is reached.
28520
28521 If `type-break-good-rest-interval' is nil and
28522 `type-break-good-break-interval' is set, then confirmation is required to
28523 interrupt a break before `type-break-good-break-interval' seconds
28524 have passed. This provides for an upper bound on the time between breaks
28525 together with confirmation of interruptions to these breaks.
28526
28527 The variable `type-break-keystroke-threshold' is used to determine the
28528 thresholds at which typing breaks should be considered. You can use
28529 the command `type-break-guesstimate-keystroke-threshold' to try to
28530 approximate good values for this.
28531
28532 There are several variables that affect how or when warning messages about
28533 imminent typing breaks are displayed. They include:
28534
28535 `type-break-mode-line-message-mode'
28536 `type-break-time-warning-intervals'
28537 `type-break-keystroke-warning-intervals'
28538 `type-break-warning-repeat'
28539 `type-break-warning-countdown-string'
28540 `type-break-warning-countdown-string-type'
28541
28542 There are several variables that affect if, how, and when queries to begin
28543 a typing break occur. They include:
28544
28545 `type-break-query-mode'
28546 `type-break-query-function'
28547 `type-break-query-interval'
28548
28549 The command `type-break-statistics' prints interesting things.
28550
28551 Finally, a file (named `type-break-file-name') is used to store information
28552 across Emacs sessions. This provides recovery of the break status between
28553 sessions and after a crash. Manual changes to the file may result in
28554 problems.
28555
28556 \(fn &optional ARG)" t nil)
28557
28558 (autoload 'type-break "type-break" "\
28559 Take a typing break.
28560
28561 During the break, a demo selected from the functions listed in
28562 `type-break-demo-functions' is run.
28563
28564 After the typing break is finished, the next break is scheduled
28565 as per the function `type-break-schedule'.
28566
28567 \(fn)" t nil)
28568
28569 (autoload 'type-break-statistics "type-break" "\
28570 Print statistics about typing breaks in a temporary buffer.
28571 This includes the last time a typing break was taken, when the next one is
28572 scheduled, the keystroke thresholds and the current keystroke count, etc.
28573
28574 \(fn)" t nil)
28575
28576 (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
28577 Guess values for the minimum/maximum keystroke threshold for typing breaks.
28578
28579 If called interactively, the user is prompted for their guess as to how
28580 many words per minute they usually type. This value should not be your
28581 maximum WPM, but your average. Of course, this is harder to gauge since it
28582 can vary considerably depending on what you are doing. For example, one
28583 tends to type less when debugging a program as opposed to writing
28584 documentation. (Perhaps a separate program should be written to estimate
28585 average typing speed.)
28586
28587 From that, this command sets the values in `type-break-keystroke-threshold'
28588 based on a fairly simple algorithm involving assumptions about the average
28589 length of words (5). For the minimum threshold, it uses about a fifth of
28590 the computed maximum threshold.
28591
28592 When called from Lisp programs, the optional args WORDLEN and FRAC can be
28593 used to override the default assumption about average word length and the
28594 fraction of the maximum threshold to which to set the minimum threshold.
28595 FRAC should be the inverse of the fractional value; for example, a value of
28596 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
28597
28598 \(fn WPM &optional WORDLEN FRAC)" t nil)
28599
28600 ;;;***
28601 \f
28602 ;;;### (autoloads (uce-reply-to-uce) "uce" "mail/uce.el" (20706 54231
28603 ;;;;;; 807276 0))
28604 ;;; Generated autoloads from mail/uce.el
28605
28606 (autoload 'uce-reply-to-uce "uce" "\
28607 Compose a reply to unsolicited commercial email (UCE).
28608 Sets up a reply buffer addressed to: the sender, his postmaster,
28609 his abuse@ address, and the postmaster of the mail relay used.
28610 You might need to set `uce-mail-reader' before using this.
28611
28612 \(fn &optional IGNORED)" t nil)
28613
28614 ;;;***
28615 \f
28616 ;;;### (autoloads (ucs-normalize-HFS-NFC-string ucs-normalize-HFS-NFC-region
28617 ;;;;;; ucs-normalize-HFS-NFD-string ucs-normalize-HFS-NFD-region
28618 ;;;;;; ucs-normalize-NFKC-string ucs-normalize-NFKC-region ucs-normalize-NFKD-string
28619 ;;;;;; ucs-normalize-NFKD-region ucs-normalize-NFC-string ucs-normalize-NFC-region
28620 ;;;;;; ucs-normalize-NFD-string ucs-normalize-NFD-region) "ucs-normalize"
28621 ;;;;;; "international/ucs-normalize.el" (20706 54231 807276 0))
28622 ;;; Generated autoloads from international/ucs-normalize.el
28623
28624 (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
28625 Normalize the current region by the Unicode NFD.
28626
28627 \(fn FROM TO)" t nil)
28628
28629 (autoload 'ucs-normalize-NFD-string "ucs-normalize" "\
28630 Normalize the string STR by the Unicode NFD.
28631
28632 \(fn STR)" nil nil)
28633
28634 (autoload 'ucs-normalize-NFC-region "ucs-normalize" "\
28635 Normalize the current region by the Unicode NFC.
28636
28637 \(fn FROM TO)" t nil)
28638
28639 (autoload 'ucs-normalize-NFC-string "ucs-normalize" "\
28640 Normalize the string STR by the Unicode NFC.
28641
28642 \(fn STR)" nil nil)
28643
28644 (autoload 'ucs-normalize-NFKD-region "ucs-normalize" "\
28645 Normalize the current region by the Unicode NFKD.
28646
28647 \(fn FROM TO)" t nil)
28648
28649 (autoload 'ucs-normalize-NFKD-string "ucs-normalize" "\
28650 Normalize the string STR by the Unicode NFKD.
28651
28652 \(fn STR)" nil nil)
28653
28654 (autoload 'ucs-normalize-NFKC-region "ucs-normalize" "\
28655 Normalize the current region by the Unicode NFKC.
28656
28657 \(fn FROM TO)" t nil)
28658
28659 (autoload 'ucs-normalize-NFKC-string "ucs-normalize" "\
28660 Normalize the string STR by the Unicode NFKC.
28661
28662 \(fn STR)" nil nil)
28663
28664 (autoload 'ucs-normalize-HFS-NFD-region "ucs-normalize" "\
28665 Normalize the current region by the Unicode NFD and Mac OS's HFS Plus.
28666
28667 \(fn FROM TO)" t nil)
28668
28669 (autoload 'ucs-normalize-HFS-NFD-string "ucs-normalize" "\
28670 Normalize the string STR by the Unicode NFD and Mac OS's HFS Plus.
28671
28672 \(fn STR)" nil nil)
28673
28674 (autoload 'ucs-normalize-HFS-NFC-region "ucs-normalize" "\
28675 Normalize the current region by the Unicode NFC and Mac OS's HFS Plus.
28676
28677 \(fn FROM TO)" t nil)
28678
28679 (autoload 'ucs-normalize-HFS-NFC-string "ucs-normalize" "\
28680 Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
28681
28682 \(fn STR)" nil nil)
28683
28684 ;;;***
28685 \f
28686 ;;;### (autoloads (ununderline-region underline-region) "underline"
28687 ;;;;;; "textmodes/underline.el" (20706 54231 807276 0))
28688 ;;; Generated autoloads from textmodes/underline.el
28689
28690 (autoload 'underline-region "underline" "\
28691 Underline all nonblank characters in the region.
28692 Works by overstriking underscores.
28693 Called from program, takes two arguments START and END
28694 which specify the range to operate on.
28695
28696 \(fn START END)" t nil)
28697
28698 (autoload 'ununderline-region "underline" "\
28699 Remove all underlining (overstruck underscores) in the region.
28700 Called from program, takes two arguments START and END
28701 which specify the range to operate on.
28702
28703 \(fn START END)" t nil)
28704
28705 ;;;***
28706 \f
28707 ;;;### (autoloads (unrmail batch-unrmail) "unrmail" "mail/unrmail.el"
28708 ;;;;;; (20706 54231 807276 0))
28709 ;;; Generated autoloads from mail/unrmail.el
28710
28711 (autoload 'batch-unrmail "unrmail" "\
28712 Convert old-style Rmail Babyl files to system inbox format.
28713 Specify the input Rmail Babyl file names as command line arguments.
28714 For each Rmail file, the corresponding output file name
28715 is made by adding `.mail' at the end.
28716 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
28717
28718 \(fn)" nil nil)
28719
28720 (autoload 'unrmail "unrmail" "\
28721 Convert old-style Rmail Babyl file FILE to system inbox format file TO-FILE.
28722
28723 \(fn FILE TO-FILE)" t nil)
28724
28725 ;;;***
28726 \f
28727 ;;;### (autoloads (unsafep) "unsafep" "emacs-lisp/unsafep.el" (20706
28728 ;;;;;; 54231 807276 0))
28729 ;;; Generated autoloads from emacs-lisp/unsafep.el
28730
28731 (autoload 'unsafep "unsafep" "\
28732 Return nil if evaluating FORM couldn't possibly do any harm.
28733 Otherwise result is a reason why FORM is unsafe.
28734 UNSAFEP-VARS is a list of symbols with local bindings.
28735
28736 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
28737
28738 ;;;***
28739 \f
28740 ;;;### (autoloads (url-retrieve-synchronously url-retrieve) "url"
28741 ;;;;;; "url/url.el" (20706 54231 807276 0))
28742 ;;; Generated autoloads from url/url.el
28743
28744 (autoload 'url-retrieve "url" "\
28745 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
28746 URL is either a string or a parsed URL. If it is a string
28747 containing characters that are not valid in a URI, those
28748 characters are percent-encoded; see `url-encode-url'.
28749
28750 CALLBACK is called when the object has been completely retrieved, with
28751 the current buffer containing the object, and any MIME headers associated
28752 with it. It is called as (apply CALLBACK STATUS CBARGS).
28753 STATUS is a plist representing what happened during the request,
28754 with most recent events first, or an empty list if no events have
28755 occurred. Each pair is one of:
28756
28757 \(:redirect REDIRECTED-TO) - the request was redirected to this URL
28758 \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
28759 signaled with (signal ERROR-SYMBOL DATA).
28760
28761 Return the buffer URL will load into, or nil if the process has
28762 already completed (i.e. URL was a mailto URL or similar; in this case
28763 the callback is not called).
28764
28765 The variables `url-request-data', `url-request-method' and
28766 `url-request-extra-headers' can be dynamically bound around the
28767 request; dynamic binding of other variables doesn't necessarily
28768 take effect.
28769
28770 If SILENT, then don't message progress reports and the like.
28771 If INHIBIT-COOKIES, cookies will neither be stored nor sent to
28772 the server.
28773 If URL is a multibyte string, it will be encoded as utf-8 and
28774 URL-encoded before it's used.
28775
28776 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
28777
28778 (autoload 'url-retrieve-synchronously "url" "\
28779 Retrieve URL synchronously.
28780 Return the buffer containing the data, or nil if there are no data
28781 associated with it (the case for dired, info, or mailto URLs that need
28782 no further processing). URL is either a string or a parsed URL.
28783
28784 \(fn URL)" nil nil)
28785
28786 ;;;***
28787 \f
28788 ;;;### (autoloads (url-register-auth-scheme url-get-authentication)
28789 ;;;;;; "url-auth" "url/url-auth.el" (20706 54231 807276 0))
28790 ;;; Generated autoloads from url/url-auth.el
28791
28792 (autoload 'url-get-authentication "url-auth" "\
28793 Return an authorization string suitable for use in the WWW-Authenticate
28794 header in an HTTP/1.0 request.
28795
28796 URL is the url you are requesting authorization to. This can be either a
28797 string representing the URL, or the parsed representation returned by
28798 `url-generic-parse-url'
28799 REALM is the realm at a specific site we are looking for. This should be a
28800 string specifying the exact realm, or nil or the symbol 'any' to
28801 specify that the filename portion of the URL should be used as the
28802 realm
28803 TYPE is the type of authentication to be returned. This is either a string
28804 representing the type (basic, digest, etc), or nil or the symbol 'any'
28805 to specify that any authentication is acceptable. If requesting 'any'
28806 the strongest matching authentication will be returned. If this is
28807 wrong, it's no big deal, the error from the server will specify exactly
28808 what type of auth to use
28809 PROMPT is boolean - specifies whether to ask the user for a username/password
28810 if one cannot be found in the cache
28811
28812 \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil)
28813
28814 (autoload 'url-register-auth-scheme "url-auth" "\
28815 Register an HTTP authentication method.
28816
28817 TYPE is a string or symbol specifying the name of the method.
28818 This should be the same thing you expect to get returned in
28819 an Authenticate header in HTTP/1.0 - it will be downcased.
28820 FUNCTION is the function to call to get the authorization information.
28821 This defaults to `url-?-auth', where ? is TYPE.
28822 RATING a rating between 1 and 10 of the strength of the authentication.
28823 This is used when asking for the best authentication for a specific
28824 URL. The item with the highest rating is returned.
28825
28826 \(fn TYPE &optional FUNCTION RATING)" nil nil)
28827
28828 ;;;***
28829 \f
28830 ;;;### (autoloads (url-cache-extract url-is-cached url-store-in-cache)
28831 ;;;;;; "url-cache" "url/url-cache.el" (20706 54231 807276 0))
28832 ;;; Generated autoloads from url/url-cache.el
28833
28834 (autoload 'url-store-in-cache "url-cache" "\
28835 Store buffer BUFF in the cache.
28836
28837 \(fn &optional BUFF)" nil nil)
28838
28839 (autoload 'url-is-cached "url-cache" "\
28840 Return non-nil if the URL is cached.
28841 The actual return value is the last modification time of the cache file.
28842
28843 \(fn URL)" nil nil)
28844
28845 (autoload 'url-cache-extract "url-cache" "\
28846 Extract FNAM from the local disk cache.
28847
28848 \(fn FNAM)" nil nil)
28849
28850 ;;;***
28851 \f
28852 ;;;### (autoloads (url-cid) "url-cid" "url/url-cid.el" (20706 54231
28853 ;;;;;; 807276 0))
28854 ;;; Generated autoloads from url/url-cid.el
28855
28856 (autoload 'url-cid "url-cid" "\
28857
28858
28859 \(fn URL)" nil nil)
28860
28861 ;;;***
28862 \f
28863 ;;;### (autoloads (url-dav-vc-registered url-dav-request url-dav-supported-p)
28864 ;;;;;; "url-dav" "url/url-dav.el" (20706 54231 807276 0))
28865 ;;; Generated autoloads from url/url-dav.el
28866
28867 (autoload 'url-dav-supported-p "url-dav" "\
28868 Return WebDAV protocol version supported by URL.
28869 Returns nil if WebDAV is not supported.
28870
28871 \(fn URL)" nil nil)
28872
28873 (autoload 'url-dav-request "url-dav" "\
28874 Perform WebDAV operation METHOD on URL. Return the parsed responses.
28875 Automatically creates an XML request body if TAG is non-nil.
28876 BODY is the XML document fragment to be enclosed by <TAG></TAG>.
28877
28878 DEPTH is how deep the request should propagate. Default is 0, meaning
28879 it should apply only to URL. A negative number means to use
28880 `Infinity' for the depth. Not all WebDAV servers support this depth
28881 though.
28882
28883 HEADERS is an assoc list of extra headers to send in the request.
28884
28885 NAMESPACES is an assoc list of (NAMESPACE . EXPANSION), and these are
28886 added to the <TAG> element. The DAV=DAV: namespace is automatically
28887 added to this list, so most requests can just pass in nil.
28888
28889 \(fn URL METHOD TAG BODY &optional DEPTH HEADERS NAMESPACES)" nil nil)
28890
28891 (autoload 'url-dav-vc-registered "url-dav" "\
28892
28893
28894 \(fn URL)" nil nil)
28895
28896 ;;;***
28897 \f
28898 ;;;### (autoloads (url-file) "url-file" "url/url-file.el" (20706
28899 ;;;;;; 54231 807276 0))
28900 ;;; Generated autoloads from url/url-file.el
28901
28902 (autoload 'url-file "url-file" "\
28903 Handle file: and ftp: URLs.
28904
28905 \(fn URL CALLBACK CBARGS)" nil nil)
28906
28907 ;;;***
28908 \f
28909 ;;;### (autoloads (url-open-stream url-gateway-nslookup-host) "url-gw"
28910 ;;;;;; "url/url-gw.el" (20706 54231 807276 0))
28911 ;;; Generated autoloads from url/url-gw.el
28912
28913 (autoload 'url-gateway-nslookup-host "url-gw" "\
28914 Attempt to resolve the given HOST using nslookup if possible.
28915
28916 \(fn HOST)" t nil)
28917
28918 (autoload 'url-open-stream "url-gw" "\
28919 Open a stream to HOST, possibly via a gateway.
28920 Args per `open-network-stream'.
28921 Will not make a connection if `url-gateway-unplugged' is non-nil.
28922 Might do a non-blocking connection; use `process-status' to check.
28923
28924 \(fn NAME BUFFER HOST SERVICE)" nil nil)
28925
28926 ;;;***
28927 \f
28928 ;;;### (autoloads (url-insert-file-contents url-file-local-copy url-copy-file
28929 ;;;;;; url-file-handler url-handler-mode) "url-handlers" "url/url-handlers.el"
28930 ;;;;;; (20706 54231 807276 0))
28931 ;;; Generated autoloads from url/url-handlers.el
28932
28933 (defvar url-handler-mode nil "\
28934 Non-nil if Url-Handler mode is enabled.
28935 See the command `url-handler-mode' for a description of this minor mode.
28936 Setting this variable directly does not take effect;
28937 either customize it (see the info node `Easy Customization')
28938 or call the function `url-handler-mode'.")
28939
28940 (custom-autoload 'url-handler-mode "url-handlers" nil)
28941
28942 (autoload 'url-handler-mode "url-handlers" "\
28943 Toggle using `url' library for URL filenames (URL Handler mode).
28944 With a prefix argument ARG, enable URL Handler mode if ARG is
28945 positive, and disable it otherwise. If called from Lisp, enable
28946 the mode if ARG is omitted or nil.
28947
28948 \(fn &optional ARG)" t nil)
28949
28950 (autoload 'url-file-handler "url-handlers" "\
28951 Function called from the `file-name-handler-alist' routines.
28952 OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
28953 the arguments that would have been passed to OPERATION.
28954
28955 \(fn OPERATION &rest ARGS)" nil nil)
28956
28957 (autoload 'url-copy-file "url-handlers" "\
28958 Copy URL to NEWNAME. Both args must be strings.
28959 Signals a `file-already-exists' error if file NEWNAME already exists,
28960 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
28961 A number as third arg means request confirmation if NEWNAME already exists.
28962 This is what happens in interactive use with M-x.
28963 Fourth arg KEEP-TIME non-nil means give the new file the same
28964 last-modified time as the old one. (This works on only some systems.)
28965 Fifth arg PRESERVE-UID-GID is ignored.
28966 A prefix arg makes KEEP-TIME non-nil.
28967
28968 \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil)
28969
28970 (autoload 'url-file-local-copy "url-handlers" "\
28971 Copy URL into a temporary file on this machine.
28972 Returns the name of the local copy, or nil, if FILE is directly
28973 accessible.
28974
28975 \(fn URL &rest IGNORED)" nil nil)
28976
28977 (autoload 'url-insert-file-contents "url-handlers" "\
28978
28979
28980 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
28981
28982 ;;;***
28983 \f
28984 ;;;### (autoloads nil "url-http" "url/url-http.el" (20706 54231 807276
28985 ;;;;;; 0))
28986 ;;; Generated autoloads from url/url-http.el
28987 (autoload 'url-default-expander "url-expand")
28988
28989 (defalias 'url-https-expand-file-name 'url-default-expander)
28990 (autoload 'url-https "url-http")
28991 (autoload 'url-https-file-exists-p "url-http")
28992 (autoload 'url-https-file-readable-p "url-http")
28993 (autoload 'url-https-file-attributes "url-http")
28994
28995 ;;;***
28996 \f
28997 ;;;### (autoloads (url-irc) "url-irc" "url/url-irc.el" (20706 54231
28998 ;;;;;; 807276 0))
28999 ;;; Generated autoloads from url/url-irc.el
29000
29001 (autoload 'url-irc "url-irc" "\
29002
29003
29004 \(fn URL)" nil nil)
29005
29006 ;;;***
29007 \f
29008 ;;;### (autoloads (url-ldap) "url-ldap" "url/url-ldap.el" (20706
29009 ;;;;;; 54231 807276 0))
29010 ;;; Generated autoloads from url/url-ldap.el
29011
29012 (autoload 'url-ldap "url-ldap" "\
29013 Perform an LDAP search specified by URL.
29014 The return value is a buffer displaying the search results in HTML.
29015 URL can be a URL string, or a URL vector of the type returned by
29016 `url-generic-parse-url'.
29017
29018 \(fn URL)" nil nil)
29019
29020 ;;;***
29021 \f
29022 ;;;### (autoloads (url-mailto url-mail) "url-mailto" "url/url-mailto.el"
29023 ;;;;;; (20706 54231 807276 0))
29024 ;;; Generated autoloads from url/url-mailto.el
29025
29026 (autoload 'url-mail "url-mailto" "\
29027
29028
29029 \(fn &rest ARGS)" t nil)
29030
29031 (autoload 'url-mailto "url-mailto" "\
29032 Handle the mailto: URL syntax.
29033
29034 \(fn URL)" nil nil)
29035
29036 ;;;***
29037 \f
29038 ;;;### (autoloads (url-data url-generic-emulator-loader url-info
29039 ;;;;;; url-man) "url-misc" "url/url-misc.el" (20706 54231 807276
29040 ;;;;;; 0))
29041 ;;; Generated autoloads from url/url-misc.el
29042
29043 (autoload 'url-man "url-misc" "\
29044 Fetch a Unix manual page URL.
29045
29046 \(fn URL)" nil nil)
29047
29048 (autoload 'url-info "url-misc" "\
29049 Fetch a GNU Info URL.
29050
29051 \(fn URL)" nil nil)
29052
29053 (autoload 'url-generic-emulator-loader "url-misc" "\
29054
29055
29056 \(fn URL)" nil nil)
29057
29058 (defalias 'url-rlogin 'url-generic-emulator-loader)
29059
29060 (defalias 'url-telnet 'url-generic-emulator-loader)
29061
29062 (defalias 'url-tn3270 'url-generic-emulator-loader)
29063
29064 (autoload 'url-data "url-misc" "\
29065 Fetch a data URL (RFC 2397).
29066
29067 \(fn URL)" nil nil)
29068
29069 ;;;***
29070 \f
29071 ;;;### (autoloads (url-snews url-news) "url-news" "url/url-news.el"
29072 ;;;;;; (20706 54231 807276 0))
29073 ;;; Generated autoloads from url/url-news.el
29074
29075 (autoload 'url-news "url-news" "\
29076
29077
29078 \(fn URL)" nil nil)
29079
29080 (autoload 'url-snews "url-news" "\
29081
29082
29083 \(fn URL)" nil nil)
29084
29085 ;;;***
29086 \f
29087 ;;;### (autoloads (url-ns-user-pref url-ns-prefs isInNet isResolvable
29088 ;;;;;; dnsResolve dnsDomainIs isPlainHostName) "url-ns" "url/url-ns.el"
29089 ;;;;;; (20706 54231 807276 0))
29090 ;;; Generated autoloads from url/url-ns.el
29091
29092 (autoload 'isPlainHostName "url-ns" "\
29093
29094
29095 \(fn HOST)" nil nil)
29096
29097 (autoload 'dnsDomainIs "url-ns" "\
29098
29099
29100 \(fn HOST DOM)" nil nil)
29101
29102 (autoload 'dnsResolve "url-ns" "\
29103
29104
29105 \(fn HOST)" nil nil)
29106
29107 (autoload 'isResolvable "url-ns" "\
29108
29109
29110 \(fn HOST)" nil nil)
29111
29112 (autoload 'isInNet "url-ns" "\
29113
29114
29115 \(fn IP NET MASK)" nil nil)
29116
29117 (autoload 'url-ns-prefs "url-ns" "\
29118
29119
29120 \(fn &optional FILE)" nil nil)
29121
29122 (autoload 'url-ns-user-pref "url-ns" "\
29123
29124
29125 \(fn KEY &optional DEFAULT)" nil nil)
29126
29127 ;;;***
29128 \f
29129 ;;;### (autoloads (url-generic-parse-url url-recreate-url) "url-parse"
29130 ;;;;;; "url/url-parse.el" (20706 54231 807276 0))
29131 ;;; Generated autoloads from url/url-parse.el
29132
29133 (autoload 'url-recreate-url "url-parse" "\
29134 Recreate a URL string from the parsed URLOBJ.
29135
29136 \(fn URLOBJ)" nil nil)
29137
29138 (autoload 'url-generic-parse-url "url-parse" "\
29139 Return an URL-struct of the parts of URL.
29140 The CL-style struct contains the following fields:
29141
29142 TYPE is the URI scheme (string or nil).
29143 USER is the user name (string or nil).
29144 PASSWORD is the password (string [deprecated] or nil).
29145 HOST is the host (a registered name, IP literal in square
29146 brackets, or IPv4 address in dotted-decimal form).
29147 PORTSPEC is the specified port (a number), or nil.
29148 FILENAME is the path AND the query component of the URI.
29149 TARGET is the fragment identifier component (used to refer to a
29150 subordinate resource, e.g. a part of a webpage).
29151 ATTRIBUTES is nil; this slot originally stored the attribute and
29152 value alists for IMAP URIs, but this feature was removed
29153 since it conflicts with RFC 3986.
29154 FULLNESS is non-nil iff the hierarchical sequence component of
29155 the URL starts with two slashes, \"//\".
29156
29157 The parser follows RFC 3986, except that it also tries to handle
29158 URIs that are not fully specified (e.g. lacking TYPE), and it
29159 does not check for or perform %-encoding.
29160
29161 Here is an example. The URL
29162
29163 foo://bob:pass@example.com:42/a/b/c.dtb?type=animal&name=narwhal#nose
29164
29165 parses to
29166
29167 TYPE = \"foo\"
29168 USER = \"bob\"
29169 PASSWORD = \"pass\"
29170 HOST = \"example.com\"
29171 PORTSPEC = 42
29172 FILENAME = \"/a/b/c.dtb?type=animal&name=narwhal\"
29173 TARGET = \"nose\"
29174 ATTRIBUTES = nil
29175 FULLNESS = t
29176
29177 \(fn URL)" nil nil)
29178
29179 ;;;***
29180 \f
29181 ;;;### (autoloads (url-setup-privacy-info) "url-privacy" "url/url-privacy.el"
29182 ;;;;;; (20706 54231 807276 0))
29183 ;;; Generated autoloads from url/url-privacy.el
29184
29185 (autoload 'url-setup-privacy-info "url-privacy" "\
29186 Setup variables that expose info about you and your system.
29187
29188 \(fn)" t nil)
29189
29190 ;;;***
29191 \f
29192 ;;;### (autoloads (url-queue-retrieve) "url-queue" "url/url-queue.el"
29193 ;;;;;; (20706 54231 807276 0))
29194 ;;; Generated autoloads from url/url-queue.el
29195
29196 (autoload 'url-queue-retrieve "url-queue" "\
29197 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
29198 This is like `url-retrieve' (which see for details of the arguments),
29199 but with limits on the degree of parallelism. The variable
29200 `url-queue-parallel-processes' sets the number of concurrent processes.
29201 The variable `url-queue-timeout' sets a timeout.
29202
29203 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
29204
29205 ;;;***
29206 \f
29207 ;;;### (autoloads (url-view-url url-truncate-url-for-viewing url-file-extension
29208 ;;;;;; url-encode-url url-hexify-string url-unhex-string url-build-query-string
29209 ;;;;;; url-parse-query-string url-file-nondirectory url-file-directory
29210 ;;;;;; url-percentage url-display-percentage url-pretty-length url-strip-leading-spaces
29211 ;;;;;; url-eat-trailing-space url-get-normalized-date url-lazy-message
29212 ;;;;;; url-normalize-url url-insert-entities-in-string url-parse-args
29213 ;;;;;; url-debug url-debug) "url-util" "url/url-util.el" (20706
29214 ;;;;;; 54231 807276 0))
29215 ;;; Generated autoloads from url/url-util.el
29216
29217 (defvar url-debug nil "\
29218 What types of debug messages from the URL library to show.
29219 Debug messages are logged to the *URL-DEBUG* buffer.
29220
29221 If t, all messages will be logged.
29222 If a number, all messages will be logged, as well shown via `message'.
29223 If a list, it is a list of the types of messages to be logged.")
29224
29225 (custom-autoload 'url-debug "url-util" t)
29226
29227 (autoload 'url-debug "url-util" "\
29228
29229
29230 \(fn TAG &rest ARGS)" nil nil)
29231
29232 (autoload 'url-parse-args "url-util" "\
29233
29234
29235 \(fn STR &optional NODOWNCASE)" nil nil)
29236
29237 (autoload 'url-insert-entities-in-string "url-util" "\
29238 Convert HTML markup-start characters to entity references in STRING.
29239 Also replaces the \" character, so that the result may be safely used as
29240 an attribute value in a tag. Returns a new string with the result of the
29241 conversion. Replaces these characters as follows:
29242 & ==> &amp;
29243 < ==> &lt;
29244 > ==> &gt;
29245 \" ==> &quot;
29246
29247 \(fn STRING)" nil nil)
29248
29249 (autoload 'url-normalize-url "url-util" "\
29250 Return a 'normalized' version of URL.
29251 Strips out default port numbers, etc.
29252
29253 \(fn URL)" nil nil)
29254
29255 (autoload 'url-lazy-message "url-util" "\
29256 Just like `message', but is a no-op if called more than once a second.
29257 Will not do anything if `url-show-status' is nil.
29258
29259 \(fn &rest ARGS)" nil nil)
29260
29261 (autoload 'url-get-normalized-date "url-util" "\
29262 Return a 'real' date string that most HTTP servers can understand.
29263
29264 \(fn &optional SPECIFIED-TIME)" nil nil)
29265
29266 (autoload 'url-eat-trailing-space "url-util" "\
29267 Remove spaces/tabs at the end of a string.
29268
29269 \(fn X)" nil nil)
29270
29271 (autoload 'url-strip-leading-spaces "url-util" "\
29272 Remove spaces at the front of a string.
29273
29274 \(fn X)" nil nil)
29275
29276 (autoload 'url-pretty-length "url-util" "\
29277
29278
29279 \(fn N)" nil nil)
29280
29281 (autoload 'url-display-percentage "url-util" "\
29282
29283
29284 \(fn FMT PERC &rest ARGS)" nil nil)
29285
29286 (autoload 'url-percentage "url-util" "\
29287
29288
29289 \(fn X Y)" nil nil)
29290
29291 (defalias 'url-basepath 'url-file-directory)
29292
29293 (autoload 'url-file-directory "url-util" "\
29294 Return the directory part of FILE, for a URL.
29295
29296 \(fn FILE)" nil nil)
29297
29298 (autoload 'url-file-nondirectory "url-util" "\
29299 Return the nondirectory part of FILE, for a URL.
29300
29301 \(fn FILE)" nil nil)
29302
29303 (autoload 'url-parse-query-string "url-util" "\
29304
29305
29306 \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)
29307
29308 (autoload 'url-build-query-string "url-util" "\
29309 Build a query-string.
29310
29311 Given a QUERY in the form:
29312 '((key1 val1)
29313 (key2 val2)
29314 (key3 val1 val2)
29315 (key4)
29316 (key5 \"\"))
29317
29318 \(This is the same format as produced by `url-parse-query-string')
29319
29320 This will return a string
29321 \"key1=val1&key2=val2&key3=val1&key3=val2&key4&key5\". Keys may
29322 be strings or symbols; if they are symbols, the symbol name will
29323 be used.
29324
29325 When SEMICOLONS is given, the separator will be \";\".
29326
29327 When KEEP-EMPTY is given, empty values will show as \"key=\"
29328 instead of just \"key\" as in the example above.
29329
29330 \(fn QUERY &optional SEMICOLONS KEEP-EMPTY)" nil nil)
29331
29332 (autoload 'url-unhex-string "url-util" "\
29333 Remove %XX embedded spaces, etc in a URL.
29334 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
29335 decoding of carriage returns and line feeds in the string, which is normally
29336 forbidden in URL encoding.
29337
29338 \(fn STR &optional ALLOW-NEWLINES)" nil nil)
29339
29340 (autoload 'url-hexify-string "url-util" "\
29341 URI-encode STRING and return the result.
29342 If STRING is multibyte, it is first converted to a utf-8 byte
29343 string. Each byte corresponding to an allowed character is left
29344 as-is, while all other bytes are converted to a three-character
29345 string: \"%\" followed by two upper-case hex digits.
29346
29347 The allowed characters are specified by ALLOWED-CHARS. If this
29348 argument is nil, the list `url-unreserved-chars' determines the
29349 allowed characters. Otherwise, ALLOWED-CHARS should be a vector
29350 whose Nth element is non-nil if character N is allowed.
29351
29352 \(fn STRING &optional ALLOWED-CHARS)" nil nil)
29353
29354 (autoload 'url-encode-url "url-util" "\
29355 Return a properly URI-encoded version of URL.
29356 This function also performs URI normalization, e.g. converting
29357 the scheme to lowercase if it is uppercase. Apart from
29358 normalization, if URL is already URI-encoded, this function
29359 should return it unchanged.
29360
29361 \(fn URL)" nil nil)
29362
29363 (autoload 'url-file-extension "url-util" "\
29364 Return the filename extension of FNAME.
29365 If optional argument X is t, then return the basename
29366 of the file with the extension stripped off.
29367
29368 \(fn FNAME &optional X)" nil nil)
29369
29370 (autoload 'url-truncate-url-for-viewing "url-util" "\
29371 Return a shortened version of URL that is WIDTH characters wide or less.
29372 WIDTH defaults to the current frame width.
29373
29374 \(fn URL &optional WIDTH)" nil nil)
29375
29376 (autoload 'url-view-url "url-util" "\
29377 View the current document's URL.
29378 Optional argument NO-SHOW means just return the URL, don't show it in
29379 the minibuffer.
29380
29381 This uses `url-current-object', set locally to the buffer.
29382
29383 \(fn &optional NO-SHOW)" t nil)
29384
29385 ;;;***
29386 \f
29387 ;;;### (autoloads (ask-user-about-supersession-threat ask-user-about-lock)
29388 ;;;;;; "userlock" "userlock.el" (20706 54231 807276 0))
29389 ;;; Generated autoloads from userlock.el
29390
29391 (autoload 'ask-user-about-lock "userlock" "\
29392 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
29393 This function has a choice of three things to do:
29394 do (signal 'file-locked (list FILE OPPONENT))
29395 to refrain from editing the file
29396 return t (grab the lock on the file)
29397 return nil (edit the file even though it is locked).
29398 You can redefine this function to choose among those three alternatives
29399 in any way you like.
29400
29401 \(fn FILE OPPONENT)" nil nil)
29402
29403 (autoload 'ask-user-about-supersession-threat "userlock" "\
29404 Ask a user who is about to modify an obsolete buffer what to do.
29405 This function has two choices: it can return, in which case the modification
29406 of the buffer will proceed, or it can (signal 'file-supersession (file)),
29407 in which case the proposed buffer modification will not be made.
29408
29409 You can rewrite this to use any criterion you like to choose which one to do.
29410 The buffer in question is current when this function is called.
29411
29412 \(fn FN)" nil nil)
29413
29414 ;;;***
29415 \f
29416 ;;;### (autoloads (utf-7-imap-pre-write-conversion utf-7-pre-write-conversion
29417 ;;;;;; utf-7-imap-post-read-conversion utf-7-post-read-conversion)
29418 ;;;;;; "utf-7" "international/utf-7.el" (20706 54231 807276 0))
29419 ;;; Generated autoloads from international/utf-7.el
29420
29421 (autoload 'utf-7-post-read-conversion "utf-7" "\
29422
29423
29424 \(fn LEN)" nil nil)
29425
29426 (autoload 'utf-7-imap-post-read-conversion "utf-7" "\
29427
29428
29429 \(fn LEN)" nil nil)
29430
29431 (autoload 'utf-7-pre-write-conversion "utf-7" "\
29432
29433
29434 \(fn FROM TO)" nil nil)
29435
29436 (autoload 'utf-7-imap-pre-write-conversion "utf-7" "\
29437
29438
29439 \(fn FROM TO)" nil nil)
29440
29441 ;;;***
29442 \f
29443 ;;;### (autoloads (utf7-encode) "utf7" "gnus/utf7.el" (20706 54231
29444 ;;;;;; 807276 0))
29445 ;;; Generated autoloads from gnus/utf7.el
29446
29447 (autoload 'utf7-encode "utf7" "\
29448 Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29449
29450 \(fn STRING &optional FOR-IMAP)" nil nil)
29451
29452 ;;;***
29453 \f
29454 ;;;### (autoloads (uudecode-decode-region uudecode-decode-region-internal
29455 ;;;;;; uudecode-decode-region-external) "uudecode" "mail/uudecode.el"
29456 ;;;;;; (20706 54231 807276 0))
29457 ;;; Generated autoloads from mail/uudecode.el
29458
29459 (autoload 'uudecode-decode-region-external "uudecode" "\
29460 Uudecode region between START and END using external program.
29461 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
29462 used is specified by `uudecode-decoder-program'.
29463
29464 \(fn START END &optional FILE-NAME)" t nil)
29465
29466 (autoload 'uudecode-decode-region-internal "uudecode" "\
29467 Uudecode region between START and END without using an external program.
29468 If FILE-NAME is non-nil, save the result to FILE-NAME.
29469
29470 \(fn START END &optional FILE-NAME)" t nil)
29471
29472 (autoload 'uudecode-decode-region "uudecode" "\
29473 Uudecode region between START and END.
29474 If FILE-NAME is non-nil, save the result to FILE-NAME.
29475
29476 \(fn START END &optional FILE-NAME)" nil nil)
29477
29478 ;;;***
29479 \f
29480 ;;;### (autoloads (vc-branch-part vc-update-change-log vc-rename-file
29481 ;;;;;; vc-delete-file vc-transfer-file vc-switch-backend vc-pull
29482 ;;;;;; vc-rollback vc-revert vc-log-outgoing vc-log-incoming vc-print-root-log
29483 ;;;;;; vc-print-log vc-retrieve-tag vc-create-tag vc-merge vc-insert-headers
29484 ;;;;;; vc-revision-other-window vc-root-diff vc-ediff vc-version-ediff
29485 ;;;;;; vc-diff vc-version-diff vc-register vc-next-action vc-before-checkin-hook
29486 ;;;;;; vc-checkin-hook vc-checkout-hook) "vc" "vc/vc.el" (20706
29487 ;;;;;; 54231 807276 0))
29488 ;;; Generated autoloads from vc/vc.el
29489
29490 (defvar vc-checkout-hook nil "\
29491 Normal hook (list of functions) run after checking out a file.
29492 See `run-hooks'.")
29493
29494 (custom-autoload 'vc-checkout-hook "vc" t)
29495
29496 (defvar vc-checkin-hook nil "\
29497 Normal hook (list of functions) run after commit or file checkin.
29498 See also `log-edit-done-hook'.")
29499
29500 (custom-autoload 'vc-checkin-hook "vc" t)
29501
29502 (defvar vc-before-checkin-hook nil "\
29503 Normal hook (list of functions) run before a commit or a file checkin.
29504 See `run-hooks'.")
29505
29506 (custom-autoload 'vc-before-checkin-hook "vc" t)
29507
29508 (autoload 'vc-next-action "vc" "\
29509 Do the next logical version control operation on the current fileset.
29510 This requires that all files in the current VC fileset be in the
29511 same state. If not, signal an error.
29512
29513 For merging-based version control systems:
29514 If every file in the VC fileset is not registered for version
29515 control, register the fileset (but don't commit).
29516 If every work file in the VC fileset is added or changed, pop
29517 up a *vc-log* buffer to commit the fileset.
29518 For a centralized version control system, if any work file in
29519 the VC fileset is out of date, offer to update the fileset.
29520
29521 For old-style locking-based version control systems, like RCS:
29522 If every file is not registered, register the file(s).
29523 If every file is registered and unlocked, check out (lock)
29524 the file(s) for editing.
29525 If every file is locked by you and has changes, pop up a
29526 *vc-log* buffer to check in the changes. If the variable
29527 `vc-keep-workfiles' is non-nil (the default), leave a
29528 read-only copy of each changed file after checking in.
29529 If every file is locked by you and unchanged, unlock them.
29530 If every file is locked by someone else, offer to steal the lock.
29531
29532 \(fn VERBOSE)" t nil)
29533
29534 (autoload 'vc-register "vc" "\
29535 Register into a version control system.
29536 If VC-FILESET is given, register the files in that fileset.
29537 Otherwise register the current file.
29538 With prefix argument SET-REVISION, allow user to specify initial revision
29539 level. If COMMENT is present, use that as an initial comment.
29540
29541 The version control system to use is found by cycling through the list
29542 `vc-handled-backends'. The first backend in that list which declares
29543 itself responsible for the file (usually because other files in that
29544 directory are already registered under that backend) will be used to
29545 register the file. If no backend declares itself responsible, the
29546 first backend that could register the file is used.
29547
29548 \(fn &optional SET-REVISION VC-FILESET COMMENT)" t nil)
29549
29550 (autoload 'vc-version-diff "vc" "\
29551 Report diffs between revisions of the fileset in the repository history.
29552
29553 \(fn FILES REV1 REV2)" t nil)
29554
29555 (autoload 'vc-diff "vc" "\
29556 Display diffs between file revisions.
29557 Normally this compares the currently selected fileset with their
29558 working revisions. With a prefix argument HISTORIC, it reads two revision
29559 designators specifying which revisions to compare.
29560
29561 The optional argument NOT-URGENT non-nil means it is ok to say no to
29562 saving the buffer.
29563
29564 \(fn &optional HISTORIC NOT-URGENT)" t nil)
29565
29566 (autoload 'vc-version-ediff "vc" "\
29567 Show differences between revisions of the fileset in the
29568 repository history using ediff.
29569
29570 \(fn FILES REV1 REV2)" t nil)
29571
29572 (autoload 'vc-ediff "vc" "\
29573 Display diffs between file revisions using ediff.
29574 Normally this compares the currently selected fileset with their
29575 working revisions. With a prefix argument HISTORIC, it reads two revision
29576 designators specifying which revisions to compare.
29577
29578 The optional argument NOT-URGENT non-nil means it is ok to say no to
29579 saving the buffer.
29580
29581 \(fn HISTORIC &optional NOT-URGENT)" t nil)
29582
29583 (autoload 'vc-root-diff "vc" "\
29584 Display diffs between VC-controlled whole tree revisions.
29585 Normally, this compares the tree corresponding to the current
29586 fileset with the working revision.
29587 With a prefix argument HISTORIC, prompt for two revision
29588 designators specifying which revisions to compare.
29589
29590 The optional argument NOT-URGENT non-nil means it is ok to say no to
29591 saving the buffer.
29592
29593 \(fn HISTORIC &optional NOT-URGENT)" t nil)
29594
29595 (autoload 'vc-revision-other-window "vc" "\
29596 Visit revision REV of the current file in another window.
29597 If the current file is named `F', the revision is named `F.~REV~'.
29598 If `F.~REV~' already exists, use it instead of checking it out again.
29599
29600 \(fn REV)" t nil)
29601
29602 (autoload 'vc-insert-headers "vc" "\
29603 Insert headers into a file for use with a version control system.
29604 Headers desired are inserted at point, and are pulled from
29605 the variable `vc-BACKEND-header'.
29606
29607 \(fn)" t nil)
29608
29609 (autoload 'vc-merge "vc" "\
29610 Perform a version control merge operation.
29611 You must be visiting a version controlled file, or in a `vc-dir' buffer.
29612 On a distributed version control system, this runs a \"merge\"
29613 operation to incorporate changes from another branch onto the
29614 current branch, prompting for an argument list.
29615
29616 On a non-distributed version control system, this merges changes
29617 between two revisions into the current fileset. This asks for
29618 two revisions to merge from in the minibuffer. If the first
29619 revision is a branch number, then merge all changes from that
29620 branch. If the first revision is empty, merge the most recent
29621 changes from the current branch.
29622
29623 \(fn)" t nil)
29624
29625 (defalias 'vc-resolve-conflicts 'smerge-ediff)
29626
29627 (autoload 'vc-create-tag "vc" "\
29628 Descending recursively from DIR, make a tag called NAME.
29629 For each registered file, the working revision becomes part of
29630 the named configuration. If the prefix argument BRANCHP is
29631 given, the tag is made as a new branch and the files are
29632 checked out in that new branch.
29633
29634 \(fn DIR NAME BRANCHP)" t nil)
29635
29636 (autoload 'vc-retrieve-tag "vc" "\
29637 Descending recursively from DIR, retrieve the tag called NAME.
29638 If NAME is empty, it refers to the latest revisions.
29639 If locking is used for the files in DIR, then there must not be any
29640 locked files at or below DIR (but if NAME is empty, locked files are
29641 allowed and simply skipped).
29642
29643 \(fn DIR NAME)" t nil)
29644
29645 (autoload 'vc-print-log "vc" "\
29646 List the change log of the current fileset in a window.
29647 If WORKING-REVISION is non-nil, leave point at that revision.
29648 If LIMIT is non-nil, it should be a number specifying the maximum
29649 number of revisions to show; the default is `vc-log-show-limit'.
29650
29651 When called interactively with a prefix argument, prompt for
29652 WORKING-REVISION and LIMIT.
29653
29654 \(fn &optional WORKING-REVISION LIMIT)" t nil)
29655
29656 (autoload 'vc-print-root-log "vc" "\
29657 List the change log for the current VC controlled tree in a window.
29658 If LIMIT is non-nil, it should be a number specifying the maximum
29659 number of revisions to show; the default is `vc-log-show-limit'.
29660 When called interactively with a prefix argument, prompt for LIMIT.
29661
29662 \(fn &optional LIMIT)" t nil)
29663
29664 (autoload 'vc-log-incoming "vc" "\
29665 Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
29666 When called interactively with a prefix argument, prompt for REMOTE-LOCATION..
29667
29668 \(fn &optional REMOTE-LOCATION)" t nil)
29669
29670 (autoload 'vc-log-outgoing "vc" "\
29671 Show a log of changes that will be sent with a push operation to REMOTE-LOCATION.
29672 When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
29673
29674 \(fn &optional REMOTE-LOCATION)" t nil)
29675
29676 (autoload 'vc-revert "vc" "\
29677 Revert working copies of the selected fileset to their repository contents.
29678 This asks for confirmation if the buffer contents are not identical
29679 to the working revision (except for keyword expansion).
29680
29681 \(fn)" t nil)
29682
29683 (autoload 'vc-rollback "vc" "\
29684 Roll back (remove) the most recent changeset committed to the repository.
29685 This may be either a file-level or a repository-level operation,
29686 depending on the underlying version-control system.
29687
29688 \(fn)" t nil)
29689
29690 (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
29691
29692 (autoload 'vc-pull "vc" "\
29693 Update the current fileset or branch.
29694 You must be visiting a version controlled file, or in a `vc-dir' buffer.
29695 On a distributed version control system, this runs a \"pull\"
29696 operation to update the current branch, prompting for an argument
29697 list if required. Optional prefix ARG forces a prompt.
29698
29699 On a non-distributed version control system, update the current
29700 fileset to the tip revisions. For each unchanged and unlocked
29701 file, this simply replaces the work file with the latest revision
29702 on its branch. If the file contains changes, any changes in the
29703 tip revision are merged into the working file.
29704
29705 \(fn &optional ARG)" t nil)
29706
29707 (defalias 'vc-update 'vc-pull)
29708
29709 (autoload 'vc-switch-backend "vc" "\
29710 Make BACKEND the current version control system for FILE.
29711 FILE must already be registered in BACKEND. The change is not
29712 permanent, only for the current session. This function only changes
29713 VC's perspective on FILE, it does not register or unregister it.
29714 By default, this command cycles through the registered backends.
29715 To get a prompt, use a prefix argument.
29716
29717 \(fn FILE BACKEND)" t nil)
29718
29719 (autoload 'vc-transfer-file "vc" "\
29720 Transfer FILE to another version control system NEW-BACKEND.
29721 If NEW-BACKEND has a higher precedence than FILE's current backend
29722 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
29723 NEW-BACKEND, using the revision number from the current backend as the
29724 base level. If NEW-BACKEND has a lower precedence than the current
29725 backend, then commit all changes that were made under the current
29726 backend to NEW-BACKEND, and unregister FILE from the current backend.
29727 \(If FILE is not yet registered under NEW-BACKEND, register it.)
29728
29729 \(fn FILE NEW-BACKEND)" nil nil)
29730
29731 (autoload 'vc-delete-file "vc" "\
29732 Delete file and mark it as such in the version control system.
29733
29734 \(fn FILE)" t nil)
29735
29736 (autoload 'vc-rename-file "vc" "\
29737 Rename file OLD to NEW in both work area and repository.
29738
29739 \(fn OLD NEW)" t nil)
29740
29741 (autoload 'vc-update-change-log "vc" "\
29742 Find change log file and add entries from recent version control logs.
29743 Normally, find log entries for all registered files in the default
29744 directory.
29745
29746 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
29747
29748 With any numeric prefix arg, find log entries for all currently visited
29749 files that are under version control. This puts all the entries in the
29750 log for the default directory, which may not be appropriate.
29751
29752 From a program, any ARGS are assumed to be filenames for which
29753 log entries should be gathered.
29754
29755 \(fn &rest ARGS)" t nil)
29756
29757 (autoload 'vc-branch-part "vc" "\
29758 Return the branch part of a revision number REV.
29759
29760 \(fn REV)" nil nil)
29761
29762 ;;;***
29763 \f
29764 ;;;### (autoloads (vc-annotate) "vc-annotate" "vc/vc-annotate.el"
29765 ;;;;;; (20706 54231 807276 0))
29766 ;;; Generated autoloads from vc/vc-annotate.el
29767
29768 (autoload 'vc-annotate "vc-annotate" "\
29769 Display the edit history of the current FILE using colors.
29770
29771 This command creates a buffer that shows, for each line of the current
29772 file, when it was last edited and by whom. Additionally, colors are
29773 used to show the age of each line--blue means oldest, red means
29774 youngest, and intermediate colors indicate intermediate ages. By
29775 default, the time scale stretches back one year into the past;
29776 everything that is older than that is shown in blue.
29777
29778 With a prefix argument, this command asks two questions in the
29779 minibuffer. First, you may enter a revision number REV; then the buffer
29780 displays and annotates that revision instead of the working revision
29781 \(type RET in the minibuffer to leave that default unchanged). Then,
29782 you are prompted for the time span in days which the color range
29783 should cover. For example, a time span of 20 days means that changes
29784 over the past 20 days are shown in red to blue, according to their
29785 age, and everything that is older than that is shown in blue.
29786
29787 If MOVE-POINT-TO is given, move the point to that line.
29788
29789 If VC-BK is given used that VC backend.
29790
29791 Customization variables:
29792
29793 `vc-annotate-menu-elements' customizes the menu elements of the
29794 mode-specific menu. `vc-annotate-color-map' and
29795 `vc-annotate-very-old-color' define the mapping of time to colors.
29796 `vc-annotate-background' specifies the background color.
29797
29798 \(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
29799
29800 ;;;***
29801 \f
29802 ;;;### (autoloads nil "vc-arch" "vc/vc-arch.el" (20706 54231 807276
29803 ;;;;;; 0))
29804 ;;; Generated autoloads from vc/vc-arch.el
29805 (defun vc-arch-registered (file)
29806 (if (vc-find-root file "{arch}/=tagging-method")
29807 (progn
29808 (load "vc-arch")
29809 (vc-arch-registered file))))
29810
29811 ;;;***
29812 \f
29813 ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (20706 54231 807276
29814 ;;;;;; 0))
29815 ;;; Generated autoloads from vc/vc-bzr.el
29816
29817 (defconst vc-bzr-admin-dirname ".bzr" "\
29818 Name of the directory containing Bzr repository status files.")
29819
29820 (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format") "\
29821 Name of the format file in a .bzr directory.")
29822 (defun vc-bzr-registered (file)
29823 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
29824 (progn
29825 (load "vc-bzr")
29826 (vc-bzr-registered file))))
29827
29828 ;;;***
29829 \f
29830 ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (20706 54231 807276
29831 ;;;;;; 0))
29832 ;;; Generated autoloads from vc/vc-cvs.el
29833 (defun vc-cvs-registered (f)
29834 "Return non-nil if file F is registered with CVS."
29835 (when (file-readable-p (expand-file-name
29836 "CVS/Entries" (file-name-directory f)))
29837 (load "vc-cvs")
29838 (vc-cvs-registered f)))
29839
29840 ;;;***
29841 \f
29842 ;;;### (autoloads (vc-dir) "vc-dir" "vc/vc-dir.el" (20706 54231 807276
29843 ;;;;;; 0))
29844 ;;; Generated autoloads from vc/vc-dir.el
29845
29846 (autoload 'vc-dir "vc-dir" "\
29847 Show the VC status for \"interesting\" files in and below DIR.
29848 This allows you to mark files and perform VC operations on them.
29849 The list omits files which are up to date, with no changes in your copy
29850 or the repository, if there is nothing in particular to say about them.
29851
29852 Preparing the list of file status takes time; when the buffer
29853 first appears, it has only the first few lines of summary information.
29854 The file lines appear later.
29855
29856 Optional second argument BACKEND specifies the VC backend to use.
29857 Interactively, a prefix argument means to ask for the backend.
29858
29859 These are the commands available for use in the file status buffer:
29860
29861 \\{vc-dir-mode-map}
29862
29863 \(fn DIR &optional BACKEND)" t nil)
29864
29865 ;;;***
29866 \f
29867 ;;;### (autoloads (vc-do-command) "vc-dispatcher" "vc/vc-dispatcher.el"
29868 ;;;;;; (20706 54231 807276 0))
29869 ;;; Generated autoloads from vc/vc-dispatcher.el
29870
29871 (autoload 'vc-do-command "vc-dispatcher" "\
29872 Execute a slave command, notifying user and checking for errors.
29873 Output from COMMAND goes to BUFFER, or the current buffer if
29874 BUFFER is t. If the destination buffer is not already current,
29875 set it up properly and erase it. The command is considered
29876 successful if its exit status does not exceed OKSTATUS (if
29877 OKSTATUS is nil, that means to ignore error status, if it is
29878 `async', that means not to wait for termination of the
29879 subprocess; if it is t it means to ignore all execution errors).
29880 FILE-OR-LIST is the name of a working file; it may be a list of
29881 files or be nil (to execute commands that don't expect a file
29882 name or set of files). If an optional list of FLAGS is present,
29883 that is inserted into the command line before the filename.
29884 Return the return value of the slave command in the synchronous
29885 case, and the process object in the asynchronous case.
29886
29887 \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
29888
29889 ;;;***
29890 \f
29891 ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (20706 54231 807276
29892 ;;;;;; 0))
29893 ;;; Generated autoloads from vc/vc-git.el
29894 (defun vc-git-registered (file)
29895 "Return non-nil if FILE is registered with git."
29896 (if (vc-find-root file ".git") ; Short cut.
29897 (progn
29898 (load "vc-git")
29899 (vc-git-registered file))))
29900
29901 ;;;***
29902 \f
29903 ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (20706 54231 807276 0))
29904 ;;; Generated autoloads from vc/vc-hg.el
29905 (defun vc-hg-registered (file)
29906 "Return non-nil if FILE is registered with hg."
29907 (if (vc-find-root file ".hg") ; short cut
29908 (progn
29909 (load "vc-hg")
29910 (vc-hg-registered file))))
29911
29912 ;;;***
29913 \f
29914 ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (20706 54231 807276
29915 ;;;;;; 0))
29916 ;;; Generated autoloads from vc/vc-mtn.el
29917
29918 (defconst vc-mtn-admin-dir "_MTN" "\
29919 Name of the monotone directory.")
29920
29921 (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format") "\
29922 Name of the monotone directory's format file.")
29923 (defun vc-mtn-registered (file)
29924 (if (vc-find-root file vc-mtn-admin-format)
29925 (progn
29926 (load "vc-mtn")
29927 (vc-mtn-registered file))))
29928
29929 ;;;***
29930 \f
29931 ;;;### (autoloads (vc-rcs-master-templates) "vc-rcs" "vc/vc-rcs.el"
29932 ;;;;;; (20706 54231 807276 0))
29933 ;;; Generated autoloads from vc/vc-rcs.el
29934
29935 (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
29936 Where to look for RCS master files.
29937 For a description of possible values, see `vc-check-master-templates'.")
29938
29939 (custom-autoload 'vc-rcs-master-templates "vc-rcs" t)
29940
29941 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
29942
29943 ;;;***
29944 \f
29945 ;;;### (autoloads (vc-sccs-master-templates) "vc-sccs" "vc/vc-sccs.el"
29946 ;;;;;; (20706 54231 807276 0))
29947 ;;; Generated autoloads from vc/vc-sccs.el
29948
29949 (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
29950 Where to look for SCCS master files.
29951 For a description of possible values, see `vc-check-master-templates'.")
29952
29953 (custom-autoload 'vc-sccs-master-templates "vc-sccs" t)
29954
29955 (defun vc-sccs-registered (f) (vc-default-registered 'SCCS f))
29956
29957 (defun vc-sccs-search-project-dir (dirname basename) "\
29958 Return the name of a master file in the SCCS project directory.
29959 Does not check whether the file exists but returns nil if it does not
29960 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)))))
29961
29962 ;;;***
29963 \f
29964 ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (20706 54231 807276
29965 ;;;;;; 0))
29966 ;;; Generated autoloads from vc/vc-svn.el
29967 (defun vc-svn-registered (f)
29968 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
29969 (getenv "SVN_ASP_DOT_NET_HACK"))
29970 "_svn")
29971 (t ".svn"))))
29972 (when (vc-find-root f admin-dir)
29973 (load "vc-svn")
29974 (vc-svn-registered f))))
29975
29976 ;;;***
29977 \f
29978 ;;;### (autoloads (vera-mode) "vera-mode" "progmodes/vera-mode.el"
29979 ;;;;;; (20706 54231 807276 0))
29980 ;;; Generated autoloads from progmodes/vera-mode.el
29981 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
29982
29983 (autoload 'vera-mode "vera-mode" "\
29984 Major mode for editing Vera code.
29985
29986 Usage:
29987 ------
29988
29989 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
29990 The amount of indentation is specified by option `vera-basic-offset'.
29991 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
29992 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
29993
29994 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
29995 for a word in the buffer or a Vera keyword that starts alike, inserts it
29996 and adjusts case. Re-typing `TAB' toggles through alternative word
29997 completions.
29998
29999 Typing `TAB' after a non-word character inserts a tabulator stop (if not
30000 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
30001
30002 COMMENTS: `C-c C-c' comments out a region if not commented out, and
30003 uncomments a region if already commented out.
30004
30005 HIGHLIGHTING (fontification): Vera keywords, predefined types and
30006 constants, function names, declaration names, directives, as well as
30007 comments and strings are highlighted using different colors.
30008
30009 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
30010
30011
30012 Maintenance:
30013 ------------
30014
30015 To submit a bug report, use the corresponding menu entry within Vera Mode.
30016 Add a description of the problem and include a reproducible test case.
30017
30018 Feel free to send questions and enhancement requests to <reto@gnu.org>.
30019
30020 Official distribution is at
30021 URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html'
30022
30023
30024 The Vera Mode Maintainer
30025 Reto Zimmermann <reto@gnu.org>
30026
30027 Key bindings:
30028 -------------
30029
30030 \\{vera-mode-map}
30031
30032 \(fn)" t nil)
30033
30034 ;;;***
30035 \f
30036 ;;;### (autoloads (verilog-mode) "verilog-mode" "progmodes/verilog-mode.el"
30037 ;;;;;; (20706 54231 807276 0))
30038 ;;; Generated autoloads from progmodes/verilog-mode.el
30039
30040 (autoload 'verilog-mode "verilog-mode" "\
30041 Major mode for editing Verilog code.
30042 \\<verilog-mode-map>
30043 See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
30044 AUTOs can improve coding efficiency.
30045
30046 Use \\[verilog-faq] for a pointer to frequently asked questions.
30047
30048 NEWLINE, TAB indents for Verilog code.
30049 Delete converts tabs to spaces as it moves back.
30050
30051 Supports highlighting.
30052
30053 Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
30054 with no args, if that value is non-nil.
30055
30056 Variables controlling indentation/edit style:
30057
30058 variable `verilog-indent-level' (default 3)
30059 Indentation of Verilog statements with respect to containing block.
30060 `verilog-indent-level-module' (default 3)
30061 Absolute indentation of Module level Verilog statements.
30062 Set to 0 to get initial and always statements lined up
30063 on the left side of your screen.
30064 `verilog-indent-level-declaration' (default 3)
30065 Indentation of declarations with respect to containing block.
30066 Set to 0 to get them list right under containing block.
30067 `verilog-indent-level-behavioral' (default 3)
30068 Indentation of first begin in a task or function block
30069 Set to 0 to get such code to lined up underneath the task or
30070 function keyword.
30071 `verilog-indent-level-directive' (default 1)
30072 Indentation of `ifdef/`endif blocks.
30073 `verilog-cexp-indent' (default 1)
30074 Indentation of Verilog statements broken across lines i.e.:
30075 if (a)
30076 begin
30077 `verilog-case-indent' (default 2)
30078 Indentation for case statements.
30079 `verilog-auto-newline' (default nil)
30080 Non-nil means automatically newline after semicolons and the punctuation
30081 mark after an end.
30082 `verilog-auto-indent-on-newline' (default t)
30083 Non-nil means automatically indent line after newline.
30084 `verilog-tab-always-indent' (default t)
30085 Non-nil means TAB in Verilog mode should always reindent the current line,
30086 regardless of where in the line point is when the TAB command is used.
30087 `verilog-indent-begin-after-if' (default t)
30088 Non-nil means to indent begin statements following a preceding
30089 if, else, while, for and repeat statements, if any. Otherwise,
30090 the begin is lined up with the preceding token. If t, you get:
30091 if (a)
30092 begin // amount of indent based on `verilog-cexp-indent'
30093 otherwise you get:
30094 if (a)
30095 begin
30096 `verilog-auto-endcomments' (default t)
30097 Non-nil means a comment /* ... */ is set after the ends which ends
30098 cases, tasks, functions and modules.
30099 The type and name of the object will be set between the braces.
30100 `verilog-minimum-comment-distance' (default 10)
30101 Minimum distance (in lines) between begin and end required before a comment
30102 will be inserted. Setting this variable to zero results in every
30103 end acquiring a comment; the default avoids too many redundant
30104 comments in tight quarters.
30105 `verilog-auto-lineup' (default 'declarations)
30106 List of contexts where auto lineup of code should be done.
30107
30108 Variables controlling other actions:
30109
30110 `verilog-linter' (default surelint)
30111 Unix program to call to run the lint checker. This is the default
30112 command for \\[compile-command] and \\[verilog-auto-save-compile].
30113
30114 See \\[customize] for the complete list of variables.
30115
30116 AUTO expansion functions are, in part:
30117
30118 \\[verilog-auto] Expand AUTO statements.
30119 \\[verilog-delete-auto] Remove the AUTOs.
30120 \\[verilog-inject-auto] Insert AUTOs for the first time.
30121
30122 Some other functions are:
30123
30124 \\[verilog-complete-word] Complete word with appropriate possibilities.
30125 \\[verilog-mark-defun] Mark function.
30126 \\[verilog-beg-of-defun] Move to beginning of current function.
30127 \\[verilog-end-of-defun] Move to end of current function.
30128 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
30129
30130 \\[verilog-comment-region] Put marked area in a comment.
30131 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
30132 \\[verilog-insert-block] Insert begin ... end.
30133 \\[verilog-star-comment] Insert /* ... */.
30134
30135 \\[verilog-sk-always] Insert an always @(AS) begin .. end block.
30136 \\[verilog-sk-begin] Insert a begin .. end block.
30137 \\[verilog-sk-case] Insert a case block, prompting for details.
30138 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
30139 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
30140 \\[verilog-sk-header] Insert a header block at the top of file.
30141 \\[verilog-sk-initial] Insert an initial begin .. end block.
30142 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
30143 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
30144 \\[verilog-sk-ovm-class] Insert an OVM Class block.
30145 \\[verilog-sk-uvm-class] Insert an UVM Class block.
30146 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
30147 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
30148 \\[verilog-sk-specify] Insert a specify .. endspecify block.
30149 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
30150 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
30151 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
30152 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
30153 \\[verilog-sk-if] Insert an if (..) begin .. end block.
30154 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
30155 \\[verilog-sk-comment] Insert a comment block.
30156 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
30157 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
30158 \\[verilog-sk-input] Insert an input declaration, prompting for details.
30159 \\[verilog-sk-output] Insert an output declaration, prompting for details.
30160 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
30161 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
30162 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
30163 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
30164 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
30165
30166 All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
30167 Key bindings specific to `verilog-mode-map' are:
30168
30169 \\{verilog-mode-map}
30170
30171 \(fn)" t nil)
30172
30173 ;;;***
30174 \f
30175 ;;;### (autoloads (vhdl-mode) "vhdl-mode" "progmodes/vhdl-mode.el"
30176 ;;;;;; (20706 54231 807276 0))
30177 ;;; Generated autoloads from progmodes/vhdl-mode.el
30178
30179 (autoload 'vhdl-mode "vhdl-mode" "\
30180 Major mode for editing VHDL code.
30181
30182 Usage:
30183 ------
30184
30185 TEMPLATE INSERTION (electrification):
30186 After typing a VHDL keyword and entering `SPC', you are prompted for
30187 arguments while a template is generated for that VHDL construct. Typing
30188 `RET' or `C-g' at the first (mandatory) prompt aborts the current
30189 template generation. Optional arguments are indicated by square
30190 brackets and removed if the queried string is left empty. Prompts for
30191 mandatory arguments remain in the code if the queried string is left
30192 empty. They can be queried again by `C-c C-t C-q'. Enabled
30193 electrification is indicated by `/e' in the mode line.
30194
30195 Typing `M-SPC' after a keyword inserts a space without calling the
30196 template generator. Automatic template generation (i.e.
30197 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
30198 setting option `vhdl-electric-mode' (see OPTIONS).
30199
30200 Template generators can be invoked from the VHDL menu, by key
30201 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
30202 the keyword (i.e. first word of menu entry not in parenthesis) and
30203 `SPC'. The following abbreviations can also be used: arch, attr, cond,
30204 conf, comp, cons, func, inst, pack, sig, var.
30205
30206 Template styles can be customized in customization group
30207 `vhdl-template' (see OPTIONS).
30208
30209
30210 HEADER INSERTION:
30211 A file header can be inserted by `C-c C-t C-h'. A file footer
30212 (template at the end of the file) can be inserted by `C-c C-t C-f'.
30213 See customization group `vhdl-header'.
30214
30215
30216 STUTTERING:
30217 Double striking of some keys inserts cumbersome VHDL syntax elements.
30218 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
30219 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
30220 the mode line. The stuttering keys and their effects are:
30221
30222 ;; --> \" : \" [ --> ( -- --> comment
30223 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
30224 .. --> \" => \" ] --> ) --- --> horizontal line
30225 ,, --> \" <= \" ]] --> ] ---- --> display comment
30226 == --> \" == \" '' --> \\\"
30227
30228
30229 WORD COMPLETION:
30230 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
30231 word in the buffer that starts alike, inserts it and adjusts case.
30232 Re-typing `TAB' toggles through alternative word completions. This also
30233 works in the minibuffer (i.e. in template generator prompts).
30234
30235 Typing `TAB' after `(' looks for and inserts complete parenthesized
30236 expressions (e.g. for array index ranges). All keywords as well as
30237 standard types and subprograms of VHDL have predefined abbreviations
30238 (e.g. type \"std\" and `TAB' will toggle through all standard types
30239 beginning with \"std\").
30240
30241 Typing `TAB' after a non-word character indents the line if at the
30242 beginning of a line (i.e. no preceding non-blank characters), and
30243 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
30244 stop.
30245
30246
30247 COMMENTS:
30248 `--' puts a single comment.
30249 `---' draws a horizontal line for separating code segments.
30250 `----' inserts a display comment, i.e. two horizontal lines
30251 with a comment in between.
30252 `--CR' comments out code on that line. Re-hitting CR comments
30253 out following lines.
30254 `C-c C-c' comments out a region if not commented out,
30255 uncomments a region if already commented out. Option
30256 `comment-style' defines where the comment characters
30257 should be placed (beginning of line, indent, etc.).
30258
30259 You are prompted for comments after object definitions (i.e. signals,
30260 variables, constants, ports) and after subprogram and process
30261 specifications if option `vhdl-prompt-for-comments' is non-nil.
30262 Comments are automatically inserted as additional labels (e.g. after
30263 begin statements) and as help comments if `vhdl-self-insert-comments' is
30264 non-nil.
30265
30266 Inline comments (i.e. comments after a piece of code on the same line)
30267 are indented at least to `vhdl-inline-comment-column'. Comments go at
30268 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
30269 will open a new comment line. Typing beyond `vhdl-end-comment-column'
30270 in a comment automatically opens a new comment line. `M-q' re-fills
30271 multi-line comments.
30272
30273
30274 INDENTATION:
30275 `TAB' indents a line if at the beginning of the line. The amount of
30276 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
30277 always indents the current line (is bound to `TAB' if option
30278 `vhdl-intelligent-tab' is nil). If a region is active, `TAB' indents
30279 the entire region.
30280
30281 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
30282 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
30283 indented normally (nil) or relative to the opening parenthesis (non-nil)
30284 according to option `vhdl-argument-list-indent'.
30285
30286 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
30287 tabs. `M-x tabify' and `M-x untabify' allow to convert spaces to tabs
30288 and vice versa.
30289
30290 Syntax-based indentation can be very slow in large files. Option
30291 `vhdl-indent-syntax-based' allows to use faster but simpler indentation.
30292
30293 Option `vhdl-indent-comment-like-next-code-line' controls whether
30294 comment lines are indented like the preceding or like the following code
30295 line.
30296
30297
30298 ALIGNMENT:
30299 The alignment functions align operators, keywords, and inline comments
30300 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
30301 separated by blank lines, `C-c C-a C-i' a block of lines with same
30302 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
30303 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
30304 C-a C-d' all lines within the declarative part of a design unit. `C-c
30305 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
30306 for a group of lines, and `C-c C-a M-c' for a region.
30307
30308 If option `vhdl-align-groups' is non-nil, groups of code lines
30309 separated by special lines (see option `vhdl-align-group-separate') are
30310 aligned individually. If option `vhdl-align-same-indent' is non-nil,
30311 blocks of lines with same indent are aligned separately. Some templates
30312 are automatically aligned after generation if option `vhdl-auto-align'
30313 is non-nil.
30314
30315 Alignment tries to align inline comments at
30316 `vhdl-inline-comment-column' and tries inline comment not to exceed
30317 `vhdl-end-comment-column'.
30318
30319 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
30320 symbols are surrounded by one space, and multiple spaces are eliminated.
30321
30322
30323 CODE FILLING:
30324 Code filling allows to condense code (e.g. sensitivity lists or port
30325 maps) by removing comments and newlines and re-wrapping so that all
30326 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
30327 enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
30328 blank lines, `C-c C-f C-i' a block of lines with same indent, and
30329 `C-c C-f M-f' an entire region.
30330
30331
30332 CODE BEAUTIFICATION:
30333 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
30334 buffer respectively. This includes indentation, alignment, and case
30335 fixing. Code beautification can also be run non-interactively using the
30336 command:
30337
30338 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
30339
30340
30341 PORT TRANSLATION:
30342 Generic and port clauses from entity or component declarations can be
30343 copied (`C-c C-p C-w') and pasted as entity and component declarations,
30344 as component instantiations and corresponding internal constants and
30345 signals, as a generic map with constants as actual generics, and as
30346 internal signal initializations (menu).
30347
30348 To include formals in component instantiations, see option
30349 `vhdl-association-list-with-formals'. To include comments in pasting,
30350 see options `vhdl-include-...-comments'.
30351
30352 A clause with several generic/port names on the same line can be
30353 flattened (`C-c C-p C-f') so that only one name per line exists. The
30354 direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
30355 outputs and vice versa, which can be useful in testbenches. (This
30356 reversion is done on the internal data structure and is only reflected
30357 in subsequent paste operations.)
30358
30359 Names for actual ports, instances, testbenches, and
30360 design-under-test instances can be derived from existing names according
30361 to options `vhdl-...-name'. See customization group `vhdl-port'.
30362
30363
30364 SUBPROGRAM TRANSLATION:
30365 Similar functionality exists for copying/pasting the interface of
30366 subprograms (function/procedure). A subprogram interface can be copied
30367 and then pasted as a subprogram declaration, body or call (uses
30368 association list with formals).
30369
30370
30371 TESTBENCH GENERATION:
30372 A copied port can also be pasted as a testbench. The generated
30373 testbench includes an entity, an architecture, and an optional
30374 configuration. The architecture contains the component declaration and
30375 instantiation of the DUT as well as internal constant and signal
30376 declarations. Additional user-defined templates can be inserted. The
30377 names used for entity/architecture/configuration/DUT as well as the file
30378 structure to be generated can be customized. See customization group
30379 `vhdl-testbench'.
30380
30381
30382 KEY BINDINGS:
30383 Key bindings (`C-c ...') exist for most commands (see in menu).
30384
30385
30386 VHDL MENU:
30387 All commands can be found in the VHDL menu including their key bindings.
30388
30389
30390 FILE BROWSER:
30391 The speedbar allows browsing of directories and file contents. It can
30392 be accessed from the VHDL menu and is automatically opened if option
30393 `vhdl-speedbar-auto-open' is non-nil.
30394
30395 In speedbar, open files and directories with `mouse-2' on the name and
30396 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
30397
30398
30399 DESIGN HIERARCHY BROWSER:
30400 The speedbar can also be used for browsing the hierarchy of design units
30401 contained in the source files of the current directory or the specified
30402 projects (see option `vhdl-project-alist').
30403
30404 The speedbar can be switched between file, directory hierarchy and
30405 project hierarchy browsing mode in the speedbar menu or by typing `f',
30406 `h' or `H' in speedbar.
30407
30408 In speedbar, open design units with `mouse-2' on the name and browse
30409 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
30410 from entities and components (in packages). Individual design units and
30411 complete designs can directly be compiled (\"Make\" menu entry).
30412
30413 The hierarchy is automatically updated upon saving a modified source
30414 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
30415 hierarchy is only updated for projects that have been opened once in the
30416 speedbar. The hierarchy is cached between Emacs sessions in a file (see
30417 options in group `vhdl-speedbar').
30418
30419 Simple design consistency checks are done during scanning, such as
30420 multiple declarations of the same unit or missing primary units that are
30421 required by secondary units.
30422
30423
30424 STRUCTURAL COMPOSITION:
30425 Enables simple structural composition. `C-c C-m C-n' creates a skeleton
30426 for a new component. Subcomponents (i.e. component declaration and
30427 instantiation) can be automatically placed from a previously read port
30428 (`C-c C-m C-p') or directly from the hierarchy browser (`P'). Finally,
30429 all subcomponents can be automatically connected using internal signals
30430 and ports (`C-c C-m C-w') following these rules:
30431 - subcomponent actual ports with same name are considered to be
30432 connected by a signal (internal signal or port)
30433 - signals that are only inputs to subcomponents are considered as
30434 inputs to this component -> input port created
30435 - signals that are only outputs from subcomponents are considered as
30436 outputs from this component -> output port created
30437 - signals that are inputs to AND outputs from subcomponents are
30438 considered as internal connections -> internal signal created
30439
30440 Purpose: With appropriate naming conventions it is possible to
30441 create higher design levels with only a few mouse clicks or key
30442 strokes. A new design level can be created by simply generating a new
30443 component, placing the required subcomponents from the hierarchy
30444 browser, and wiring everything automatically.
30445
30446 Note: Automatic wiring only works reliably on templates of new
30447 components and component instantiations that were created by VHDL mode.
30448
30449 Component declarations can be placed in a components package (option
30450 `vhdl-use-components-package') which can be automatically generated for
30451 an entire directory or project (`C-c C-m M-p'). The VHDL'93 direct
30452 component instantiation is also supported (option
30453 `vhdl-use-direct-instantiation').
30454
30455 Configuration declarations can automatically be generated either from
30456 the menu (`C-c C-m C-f') (for the architecture the cursor is in) or from
30457 the speedbar menu (for the architecture under the cursor). The
30458 configurations can optionally be hierarchical (i.e. include all
30459 component levels of a hierarchical design, option
30460 `vhdl-compose-configuration-hierarchical') or include subconfigurations
30461 (option `vhdl-compose-configuration-use-subconfiguration'). For
30462 subcomponents in hierarchical configurations, the most-recently-analyzed
30463 (mra) architecture is selected. If another architecture is desired, it
30464 can be marked as most-recently-analyzed (speedbar menu) before
30465 generating the configuration.
30466
30467 Note: Configurations of subcomponents (i.e. hierarchical configuration
30468 declarations) are currently not considered when displaying
30469 configurations in speedbar.
30470
30471 See the options group `vhdl-compose' for all relevant user options.
30472
30473
30474 SOURCE FILE COMPILATION:
30475 The syntax of the current buffer can be analyzed by calling a VHDL
30476 compiler (menu, `C-c C-k'). The compiler to be used is specified by
30477 option `vhdl-compiler'. The available compilers are listed in option
30478 `vhdl-compiler-alist' including all required compilation command,
30479 command options, compilation directory, and error message syntax
30480 information. New compilers can be added.
30481
30482 All the source files of an entire design can be compiled by the `make'
30483 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
30484
30485
30486 MAKEFILE GENERATION:
30487 Makefiles can be generated automatically by an internal generation
30488 routine (`C-c M-k'). The library unit dependency information is
30489 obtained from the hierarchy browser. Makefile generation can be
30490 customized for each compiler in option `vhdl-compiler-alist'.
30491
30492 Makefile generation can also be run non-interactively using the
30493 command:
30494
30495 emacs -batch -l ~/.emacs -l vhdl-mode
30496 [-compiler compilername] [-project projectname]
30497 -f vhdl-generate-makefile
30498
30499 The Makefile's default target \"all\" compiles the entire design, the
30500 target \"clean\" removes it and the target \"library\" creates the
30501 library directory if not existent. These target names can be customized
30502 by option `vhdl-makefile-default-targets'. The Makefile also includes a
30503 target for each primary library unit which allows selective compilation
30504 of this unit, its secondary units and its subhierarchy (example:
30505 compilation of a design specified by a configuration). User specific
30506 parts can be inserted into a Makefile with option
30507 `vhdl-makefile-generation-hook'.
30508
30509 Limitations:
30510 - Only library units and dependencies within the current library are
30511 considered. Makefiles for designs that span multiple libraries are
30512 not (yet) supported.
30513 - Only one-level configurations are supported (also hierarchical),
30514 but configurations that go down several levels are not.
30515 - The \"others\" keyword in configurations is not supported.
30516
30517
30518 PROJECTS:
30519 Projects can be defined in option `vhdl-project-alist' and a current
30520 project be selected using option `vhdl-project' (permanently) or from
30521 the menu or speedbar (temporarily). For each project, title and
30522 description strings (for the file headers), source files/directories
30523 (for the hierarchy browser and Makefile generation), library name, and
30524 compiler-dependent options, exceptions and compilation directory can be
30525 specified. Compilation settings overwrite the settings of option
30526 `vhdl-compiler-alist'.
30527
30528 Project setups can be exported (i.e. written to a file) and imported.
30529 Imported setups are not automatically saved in `vhdl-project-alist' but
30530 can be saved afterwards in its customization buffer. When starting
30531 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
30532 vhdl-mode\") in a directory with an existing project setup file, it is
30533 automatically loaded and its project activated if option
30534 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
30535 files can be specified in option `vhdl-project-file-name'. Multiple
30536 project setups can be automatically loaded from global directories.
30537 This is an alternative to specifying project setups with option
30538 `vhdl-project-alist'.
30539
30540
30541 SPECIAL MENUES:
30542 As an alternative to the speedbar, an index menu can be added (set
30543 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
30544 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
30545 file) for browsing the file contents (is not populated if buffer is
30546 larger than `font-lock-maximum-size'). Also, a source file menu can be
30547 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
30548 current directory for VHDL source files.
30549
30550
30551 VHDL STANDARDS:
30552 The VHDL standards to be used are specified in option `vhdl-standard'.
30553 Available standards are: VHDL'87/'93(02), VHDL-AMS, and Math Packages.
30554
30555
30556 KEYWORD CASE:
30557 Lower and upper case for keywords and standardized types, attributes,
30558 and enumeration values is supported. If the option
30559 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
30560 lower case and are converted into upper case automatically (not for
30561 types, attributes, and enumeration values). The case of keywords,
30562 types, attributes,and enumeration values can be fixed for an entire
30563 region (menu) or buffer (`C-c C-x C-c') according to the options
30564 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
30565
30566
30567 HIGHLIGHTING (fontification):
30568 Keywords and standardized types, attributes, enumeration values, and
30569 function names (controlled by option `vhdl-highlight-keywords'), as well
30570 as comments, strings, and template prompts are highlighted using
30571 different colors. Unit, subprogram, signal, variable, constant,
30572 parameter and generic/port names in declarations as well as labels are
30573 highlighted if option `vhdl-highlight-names' is non-nil.
30574
30575 Additional reserved words or words with a forbidden syntax (e.g. words
30576 that should be avoided) can be specified in option
30577 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
30578 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
30579 keywords are highlighted as forbidden words if option
30580 `vhdl-highlight-verilog-keywords' is non-nil.
30581
30582 Words with special syntax can be highlighted by specifying their
30583 syntax and color in option `vhdl-special-syntax-alist' and by setting
30584 option `vhdl-highlight-special-words' to non-nil. This allows to
30585 establish some naming conventions (e.g. to distinguish different kinds
30586 of signals or other objects by using name suffices) and to support them
30587 visually.
30588
30589 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
30590 to support case-sensitive highlighting. However, keywords are then only
30591 highlighted if written in lower case.
30592
30593 Code between \"translate_off\" and \"translate_on\" pragmas is
30594 highlighted using a different background color if option
30595 `vhdl-highlight-translate-off' is non-nil.
30596
30597 For documentation and customization of the used colors see
30598 customization group `vhdl-highlight-faces' (`M-x customize-group'). For
30599 highlighting of matching parenthesis, see customization group
30600 `paren-showing'. Automatic buffer highlighting is turned on/off by
30601 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
30602
30603
30604 USER MODELS:
30605 VHDL models (templates) can be specified by the user and made accessible
30606 in the menu, through key bindings (`C-c C-m ...'), or by keyword
30607 electrification. See option `vhdl-model-alist'.
30608
30609
30610 HIDE/SHOW:
30611 The code of blocks, processes, subprograms, component declarations and
30612 instantiations, generic/port clauses, and configuration declarations can
30613 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
30614 the code (see customization group `vhdl-menu'). XEmacs: limited
30615 functionality due to old `hideshow.el' package.
30616
30617
30618 CODE UPDATING:
30619 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
30620 current process, `C-c C-u M-s' of all processes in the current buffer.
30621 Limitations:
30622 - Only declared local signals (ports, signals declared in
30623 architecture and blocks) are automatically inserted.
30624 - Global signals declared in packages are not automatically inserted.
30625 Insert them once manually (will be kept afterwards).
30626 - Out parameters of procedures are considered to be read.
30627 Use option `vhdl-entity-file-name' to specify the entity file name
30628 (used to obtain the port names).
30629 Use option `vhdl-array-index-record-field-in-sensitivity-list' to
30630 specify whether to include array indices and record fields in
30631 sensitivity lists.
30632
30633
30634 CODE FIXING:
30635 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
30636 (e.g. if the closing parenthesis is on the wrong line or is missing).
30637
30638
30639 PRINTING:
30640 PostScript printing with different faces (an optimized set of faces is
30641 used if `vhdl-print-customize-faces' is non-nil) or colors (if
30642 `ps-print-color-p' is non-nil) is possible using the standard Emacs
30643 PostScript printing commands. Option `vhdl-print-two-column' defines
30644 appropriate default settings for nice landscape two-column printing.
30645 The paper format can be set by option `ps-paper-type'. Do not forget to
30646 switch `ps-print-color-p' to nil for printing on black-and-white
30647 printers.
30648
30649
30650 OPTIONS:
30651 User options allow customization of VHDL Mode. All options are
30652 accessible from the \"Options\" menu entry. Simple options (switches
30653 and choices) can directly be changed, while for complex options a
30654 customization buffer is opened. Changed options can be saved for future
30655 sessions using the \"Save Options\" menu entry.
30656
30657 Options and their detailed descriptions can also be accessed by using
30658 the \"Customize\" menu entry or the command `M-x customize-option' (`M-x
30659 customize-group' for groups). Some customizations only take effect
30660 after some action (read the NOTE in the option documentation).
30661 Customization can also be done globally (i.e. site-wide, read the
30662 INSTALL file).
30663
30664 Not all options are described in this documentation, so go and see
30665 what other useful user options there are (`M-x vhdl-customize' or menu)!
30666
30667
30668 FILE EXTENSIONS:
30669 As default, files with extensions \".vhd\" and \".vhdl\" are
30670 automatically recognized as VHDL source files. To add an extension
30671 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
30672
30673 (setq auto-mode-alist (cons '(\"\\\\.xxx\\\\'\" . vhdl-mode) auto-mode-alist))
30674
30675
30676 HINTS:
30677 - To start Emacs with open VHDL hierarchy browser without having to load
30678 a VHDL file first, use the command:
30679
30680 emacs -l vhdl-mode -f speedbar-frame-mode
30681
30682 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
30683
30684 - Some features only work on properly indented code.
30685
30686
30687 RELEASE NOTES:
30688 See also the release notes (menu) for added features in new releases.
30689
30690
30691 Maintenance:
30692 ------------
30693
30694 To submit a bug report, enter `M-x vhdl-submit-bug-report' within VHDL Mode.
30695 Add a description of the problem and include a reproducible test case.
30696
30697 Questions and enhancement requests can be sent to <reto@gnu.org>.
30698
30699 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
30700 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
30701 releases. You are kindly invited to participate in beta testing. Subscribe
30702 to above mailing lists by sending an email to <reto@gnu.org>.
30703
30704 VHDL Mode is officially distributed at
30705 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
30706 where the latest version can be found.
30707
30708
30709 Known problems:
30710 ---------------
30711
30712 - XEmacs: Incorrect start-up when automatically opening speedbar.
30713 - XEmacs: Indentation in XEmacs 21.4 (and higher).
30714 - Indentation incorrect for new 'postponed' VHDL keyword.
30715 - Indentation incorrect for 'protected body' construct.
30716
30717
30718 The VHDL Mode Authors
30719 Reto Zimmermann and Rod Whitby
30720
30721 Key bindings:
30722 -------------
30723
30724 \\{vhdl-mode-map}
30725
30726 \(fn)" t nil)
30727
30728 ;;;***
30729 \f
30730 ;;;### (autoloads (vi-mode) "vi" "emulation/vi.el" (20627 10158 364804
30731 ;;;;;; 0))
30732 ;;; Generated autoloads from emulation/vi.el
30733
30734 (autoload 'vi-mode "vi" "\
30735 Major mode that acts like the `vi' editor.
30736 The purpose of this mode is to provide you the combined power of vi (namely,
30737 the \"cross product\" effect of commands and repeat last changes) and Emacs.
30738
30739 This command redefines nearly all keys to look like vi commands.
30740 It records the previous major mode, and any vi command for input
30741 \(`i', `a', `s', etc.) switches back to that mode.
30742 Thus, ordinary Emacs (in whatever major mode you had been using)
30743 is \"input\" mode as far as vi is concerned.
30744
30745 To get back into vi from \"input\" mode, you must issue this command again.
30746 Therefore, it is recommended that you assign it to a key.
30747
30748 Major differences between this mode and real vi :
30749
30750 * Limitations and unsupported features
30751 - Search patterns with line offset (e.g. /pat/+3 or /pat/z.) are
30752 not supported.
30753 - Ex commands are not implemented; try ':' to get some hints.
30754 - No line undo (i.e. the 'U' command), but multi-undo is a standard feature.
30755
30756 * Modifications
30757 - The stopping positions for some point motion commands (word boundary,
30758 pattern search) are slightly different from standard 'vi'.
30759 Also, no automatic wrap around at end of buffer for pattern searching.
30760 - Since changes are done in two steps (deletion then insertion), you need
30761 to undo twice to completely undo a change command. But this is not needed
30762 for undoing a repeated change command.
30763 - No need to set/unset 'magic', to search for a string with regular expr
30764 in it just put a prefix arg for the search commands. Replace cmds too.
30765 - ^R is bound to incremental backward search, so use ^L to redraw screen.
30766
30767 * Extensions
30768 - Some standard (or modified) Emacs commands were integrated, such as
30769 incremental search, query replace, transpose objects, and keyboard macros.
30770 - In command state, ^X links to the 'ctl-x-map', and ESC can be linked to
30771 esc-map or set undefined. These can give you the full power of Emacs.
30772 - See vi-com-map for those keys that are extensions to standard vi, e.g.
30773 `vi-name-last-change-or-macro', `vi-verify-spelling', `vi-locate-def',
30774 `vi-mark-region', and 'vi-quote-words'. Some of them are quite handy.
30775 - Use \\[vi-switch-mode] to switch among different modes quickly.
30776
30777 Syntax table and abbrevs while in vi mode remain as they were in Emacs.
30778
30779 \(fn)" t nil)
30780
30781 ;;;***
30782 \f
30783 ;;;### (autoloads (viqr-pre-write-conversion viqr-post-read-conversion
30784 ;;;;;; viet-encode-viqr-buffer viet-encode-viqr-region viet-decode-viqr-buffer
30785 ;;;;;; viet-decode-viqr-region viet-encode-viscii-char) "viet-util"
30786 ;;;;;; "language/viet-util.el" (20706 54231 807276 0))
30787 ;;; Generated autoloads from language/viet-util.el
30788
30789 (autoload 'viet-encode-viscii-char "viet-util" "\
30790 Return VISCII character code of CHAR if appropriate.
30791
30792 \(fn CHAR)" nil nil)
30793
30794 (autoload 'viet-decode-viqr-region "viet-util" "\
30795 Convert `VIQR' mnemonics of the current region to Vietnamese characters.
30796 When called from a program, expects two arguments,
30797 positions (integers or markers) specifying the stretch of the region.
30798
30799 \(fn FROM TO)" t nil)
30800
30801 (autoload 'viet-decode-viqr-buffer "viet-util" "\
30802 Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
30803
30804 \(fn)" t nil)
30805
30806 (autoload 'viet-encode-viqr-region "viet-util" "\
30807 Convert Vietnamese characters of the current region to `VIQR' mnemonics.
30808 When called from a program, expects two arguments,
30809 positions (integers or markers) specifying the stretch of the region.
30810
30811 \(fn FROM TO)" t nil)
30812
30813 (autoload 'viet-encode-viqr-buffer "viet-util" "\
30814 Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
30815
30816 \(fn)" t nil)
30817
30818 (autoload 'viqr-post-read-conversion "viet-util" "\
30819
30820
30821 \(fn LEN)" nil nil)
30822
30823 (autoload 'viqr-pre-write-conversion "viet-util" "\
30824
30825
30826 \(fn FROM TO)" nil nil)
30827
30828 ;;;***
30829 \f
30830 ;;;### (autoloads (View-exit-and-edit view-mode-enter view-return-to-alist-update
30831 ;;;;;; view-mode view-buffer-other-frame view-buffer-other-window
30832 ;;;;;; view-buffer view-file-other-frame view-file-other-window
30833 ;;;;;; view-file kill-buffer-if-not-modified view-remove-frame-by-deleting)
30834 ;;;;;; "view" "view.el" (20706 54231 807276 0))
30835 ;;; Generated autoloads from view.el
30836
30837 (defvar view-remove-frame-by-deleting t "\
30838 Determine how View mode removes a frame no longer needed.
30839 If nil, make an icon of the frame. If non-nil, delete the frame.")
30840
30841 (custom-autoload 'view-remove-frame-by-deleting "view" t)
30842
30843 (defvar view-mode nil "\
30844 Non-nil if View mode is enabled.
30845 Don't change this variable directly, you must change it by one of the
30846 functions that enable or disable view mode.")
30847
30848 (make-variable-buffer-local 'view-mode)
30849
30850 (autoload 'kill-buffer-if-not-modified "view" "\
30851 Like `kill-buffer', but does nothing if the buffer is modified.
30852
30853 \(fn BUF)" nil nil)
30854
30855 (autoload 'view-file "view" "\
30856 View FILE in View mode, returning to previous buffer when done.
30857 Emacs commands editing the buffer contents are not available; instead, a
30858 special set of commands (mostly letters and punctuation) are defined for
30859 moving around in the buffer.
30860 Space scrolls forward, Delete scrolls backward.
30861 For a list of all View commands, type H or h while viewing.
30862
30863 This command runs the normal hook `view-mode-hook'.
30864
30865 \(fn FILE)" t nil)
30866
30867 (autoload 'view-file-other-window "view" "\
30868 View FILE in View mode in another window.
30869 When done, return that window to its previous buffer, and kill the
30870 buffer visiting FILE if unmodified and if it wasn't visited before.
30871
30872 Emacs commands editing the buffer contents are not available; instead,
30873 a special set of commands (mostly letters and punctuation)
30874 are defined for moving around in the buffer.
30875 Space scrolls forward, Delete scrolls backward.
30876 For a list of all View commands, type H or h while viewing.
30877
30878 This command runs the normal hook `view-mode-hook'.
30879
30880 \(fn FILE)" t nil)
30881
30882 (autoload 'view-file-other-frame "view" "\
30883 View FILE in View mode in another frame.
30884 When done, kill the buffer visiting FILE if unmodified and if it wasn't
30885 visited before; also, maybe delete other frame and/or return to previous
30886 buffer.
30887
30888 Emacs commands editing the buffer contents are not available; instead,
30889 a special set of commands (mostly letters and punctuation)
30890 are defined for moving around in the buffer.
30891 Space scrolls forward, Delete scrolls backward.
30892 For a list of all View commands, type H or h while viewing.
30893
30894 This command runs the normal hook `view-mode-hook'.
30895
30896 \(fn FILE)" t nil)
30897
30898 (autoload 'view-buffer "view" "\
30899 View BUFFER in View mode, returning to previous buffer when done.
30900 Emacs commands editing the buffer contents are not available; instead, a
30901 special set of commands (mostly letters and punctuation) are defined for
30902 moving around in the buffer.
30903 Space scrolls forward, Delete scrolls backward.
30904 For a list of all View commands, type H or h while viewing.
30905
30906 This command runs the normal hook `view-mode-hook'.
30907
30908 Optional argument EXIT-ACTION is either nil or a function with buffer as
30909 argument. This function is called when finished viewing buffer. Use
30910 this argument instead of explicitly setting `view-exit-action'.
30911
30912 Do not set EXIT-ACTION to `kill-buffer' when BUFFER visits a
30913 file: Users may suspend viewing in order to modify the buffer.
30914 Exiting View mode will then discard the user's edits. Setting
30915 EXIT-ACTION to `kill-buffer-if-not-modified' avoids this.
30916
30917 This function does not enable View mode if the buffer's major-mode
30918 has a `special' mode-class, because such modes usually have their
30919 own View-like bindings.
30920
30921 \(fn BUFFER &optional EXIT-ACTION)" t nil)
30922
30923 (autoload 'view-buffer-other-window "view" "\
30924 View BUFFER in View mode in another window.
30925 Emacs commands editing the buffer contents are not available;
30926 instead, a special set of commands (mostly letters and
30927 punctuation) are defined for moving around in the buffer.
30928 Space scrolls forward, Delete scrolls backward.
30929 For a list of all View commands, type H or h while viewing.
30930
30931 This command runs the normal hook `view-mode-hook'.
30932
30933 Optional argument NOT-RETURN is ignored.
30934
30935 Optional argument EXIT-ACTION is either nil or a function with buffer as
30936 argument. This function is called when finished viewing buffer. Use
30937 this argument instead of explicitly setting `view-exit-action'.
30938
30939 This function does not enable View mode if the buffer's major-mode
30940 has a `special' mode-class, because such modes usually have their
30941 own View-like bindings.
30942
30943 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
30944
30945 (autoload 'view-buffer-other-frame "view" "\
30946 View BUFFER in View mode in another frame.
30947 Emacs commands editing the buffer contents are not available;
30948 instead, a special set of commands (mostly letters and
30949 punctuation) are defined for moving around in the buffer.
30950 Space scrolls forward, Delete scrolls backward.
30951 For a list of all View commands, type H or h while viewing.
30952
30953 This command runs the normal hook `view-mode-hook'.
30954
30955 Optional argument NOT-RETURN is ignored.
30956
30957 Optional argument EXIT-ACTION is either nil or a function with buffer as
30958 argument. This function is called when finished viewing buffer. Use
30959 this argument instead of explicitly setting `view-exit-action'.
30960
30961 This function does not enable View mode if the buffer's major-mode
30962 has a `special' mode-class, because such modes usually have their
30963 own View-like bindings.
30964
30965 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
30966
30967 (autoload 'view-mode "view" "\
30968 Toggle View mode, a minor mode for viewing text but not editing it.
30969 With a prefix argument ARG, enable View mode if ARG is positive,
30970 and disable it otherwise. If called from Lisp, enable View mode
30971 if ARG is omitted or nil.
30972
30973 When View mode is enabled, commands that do not change the buffer
30974 contents are available as usual. Kill commands insert text in
30975 kill buffers but do not delete. Most other commands beep and
30976 tell the user that the buffer is read-only.
30977
30978 \\<view-mode-map>
30979
30980 The following additional commands are provided. Most commands
30981 take prefix arguments. Page commands default to \"page size\"
30982 lines which is almost a whole window, or number of lines set by
30983 \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size].
30984 Half page commands default to and set \"half page size\" lines
30985 which initially is half a window full. Search commands default
30986 to a repeat count of one.
30987
30988 H, h, ? This message.
30989 Digits provide prefix arguments.
30990 \\[negative-argument] negative prefix argument.
30991 \\[beginning-of-buffer] move to the beginning of buffer.
30992 > move to the end of buffer.
30993 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
30994 SPC scroll forward \"page size\" lines.
30995 With prefix scroll forward prefix lines.
30996 DEL scroll backward \"page size\" lines.
30997 With prefix scroll backward prefix lines.
30998 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
30999 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
31000 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
31001 \"half page size\" to prefix lines and scrolls forward that much.
31002 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
31003 \"half page size\" to prefix lines and scrolls backward that much.
31004 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
31005 y scroll backward one line. With prefix scroll backward prefix line(s).
31006 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
31007 Use this to view a changing file.
31008 \\[what-line] prints the current line number.
31009 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
31010 \\[View-goto-line] goes to line given by prefix argument (default first line).
31011 . set the mark.
31012 x exchanges point and mark.
31013 \\[View-back-to-mark] return to mark and pops mark ring.
31014 Mark ring is pushed at start of every successful search and when
31015 jump to line occurs. The mark is set on jump to buffer start or end.
31016 \\[point-to-register] save current position in character register.
31017 ' go to position saved in character register.
31018 s do forward incremental search.
31019 r do reverse incremental search.
31020 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
31021 ! and @ have a special meaning at the beginning of the regexp.
31022 ! means search for a line with no match for regexp. @ means start
31023 search at beginning (end for backward search) of buffer.
31024 \\ searches backward for regular expression, starting before current page.
31025 \\[View-search-last-regexp-forward] searches forward for last regular expression.
31026 p searches backward for last regular expression.
31027 \\[View-quit] quit View mode, restoring this window and buffer to previous state.
31028 \\[View-quit] is the normal way to leave view mode.
31029 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
31030 viewing a buffer (file) and find out you want to edit it.
31031 This command restores the previous read-only status of the buffer.
31032 \\[View-exit-and-edit] exit View mode, and make the current buffer editable
31033 even if it was not editable before entry to View mode.
31034 \\[View-quit-all] quit View mode, restoring all windows to previous state.
31035 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
31036 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
31037
31038 The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
31039 entered by view-file, view-file-other-window, view-file-other-frame, or
31040 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
31041 \\[view-file-other-frame], or the Dired mode v command),
31042 then \\[View-quit] will try to kill the current buffer.
31043 If view-mode was entered from another buffer, by \\[view-buffer],
31044 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
31045 \\[view-file-other-window], or \\[view-file-other-frame],
31046 then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
31047
31048 Entry to view-mode runs the normal hook `view-mode-hook'.
31049
31050 \(fn &optional ARG)" t nil)
31051
31052 (autoload 'view-return-to-alist-update "view" "\
31053 Update `view-return-to-alist' of buffer BUFFER.
31054 Remove from `view-return-to-alist' all entries referencing dead
31055 windows. Optional argument ITEM non-nil means add ITEM to
31056 `view-return-to-alist' after purging. For a description of items
31057 that can be added see the RETURN-TO-ALIST argument of the
31058 function `view-mode-exit'. If `view-return-to-alist' contains an
31059 entry for the selected window, purge that entry from
31060 `view-return-to-alist' before adding ITEM.
31061
31062 \(fn BUFFER &optional ITEM)" nil nil)
31063
31064 (make-obsolete 'view-return-to-alist-update '"this function has no effect." "24.1")
31065
31066 (autoload 'view-mode-enter "view" "\
31067 Enter View mode and set up exit from view mode depending on optional arguments.
31068 Optional argument QUIT-RESTORE if non-nil must specify a valid
31069 entry for quitting and restoring any window showing the current
31070 buffer. This entry replaces any parameter installed by
31071 `display-buffer' and is used by `view-mode-exit'.
31072
31073 Optional argument EXIT-ACTION, if non-nil, must specify a
31074 function that takes a buffer as argument. This function will be
31075 called by `view-mode-exit'.
31076
31077 For a list of all View commands, type H or h while viewing.
31078
31079 This function runs the normal hook `view-mode-hook'.
31080
31081 \(fn &optional QUIT-RESTORE EXIT-ACTION)" nil nil)
31082
31083 (autoload 'View-exit-and-edit "view" "\
31084 Exit View mode and make the current buffer editable.
31085
31086 \(fn)" t nil)
31087
31088 ;;;***
31089 \f
31090 ;;;### (autoloads (vip-mode vip-setup) "vip" "emulation/vip.el" (20706
31091 ;;;;;; 54231 807276 0))
31092 ;;; Generated autoloads from emulation/vip.el
31093
31094 (autoload 'vip-setup "vip" "\
31095 Set up bindings for C-x 7 and C-z that are useful for VIP users.
31096
31097 \(fn)" nil nil)
31098
31099 (autoload 'vip-mode "vip" "\
31100 Turn on VIP emulation of VI.
31101
31102 \(fn)" t nil)
31103
31104 ;;;***
31105 \f
31106 ;;;### (autoloads (viper-mode toggle-viper-mode) "viper" "emulation/viper.el"
31107 ;;;;;; (20706 54231 807276 0))
31108 ;;; Generated autoloads from emulation/viper.el
31109
31110 (autoload 'toggle-viper-mode "viper" "\
31111 Toggle Viper on/off.
31112 If Viper is enabled, turn it off. Otherwise, turn it on.
31113
31114 \(fn)" t nil)
31115
31116 (autoload 'viper-mode "viper" "\
31117 Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31118
31119 \(fn)" t nil)
31120
31121 ;;;***
31122 \f
31123 ;;;### (autoloads (warn lwarn display-warning) "warnings" "emacs-lisp/warnings.el"
31124 ;;;;;; (20706 54231 807276 0))
31125 ;;; Generated autoloads from emacs-lisp/warnings.el
31126
31127 (defvar warning-prefix-function nil "\
31128 Function to generate warning prefixes.
31129 This function, if non-nil, is called with two arguments,
31130 the severity level and its entry in `warning-levels',
31131 and should return the entry that should actually be used.
31132 The warnings buffer is current when this function is called
31133 and the function can insert text in it. This text becomes
31134 the beginning of the warning.")
31135
31136 (defvar warning-series nil "\
31137 Non-nil means treat multiple `display-warning' calls as a series.
31138 A marker indicates a position in the warnings buffer
31139 which is the start of the current series; it means that
31140 additional warnings in the same buffer should not move point.
31141 If t, the next warning begins a series (and stores a marker here).
31142 A symbol with a function definition is like t, except
31143 also call that function before the next warning.")
31144
31145 (defvar warning-fill-prefix nil "\
31146 Non-nil means fill each warning text using this string as `fill-prefix'.")
31147
31148 (defvar warning-type-format (purecopy " (%s)") "\
31149 Format for displaying the warning type in the warning message.
31150 The result of formatting the type this way gets included in the
31151 message under the control of the string in `warning-levels'.")
31152
31153 (autoload 'display-warning "warnings" "\
31154 Display a warning message, MESSAGE.
31155 TYPE is the warning type: either a custom group name (a symbol),
31156 or a list of symbols whose first element is a custom group name.
31157 \(The rest of the symbols represent subcategories, for warning purposes
31158 only, and you can use whatever symbols you like.)
31159
31160 LEVEL should be either :debug, :warning, :error, or :emergency
31161 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31162 Default is :warning.
31163
31164 :emergency -- a problem that will seriously impair Emacs operation soon
31165 if you do not attend to it promptly.
31166 :error -- data or circumstances that are inherently wrong.
31167 :warning -- data or circumstances that are not inherently wrong,
31168 but raise suspicion of a possible problem.
31169 :debug -- info for debugging only.
31170
31171 BUFFER-NAME, if specified, is the name of the buffer for logging
31172 the warning. By default, it is `*Warnings*'. If this function
31173 has to create the buffer, it disables undo in the buffer.
31174
31175 See the `warnings' custom group for user customization features.
31176
31177 See also `warning-series', `warning-prefix-function' and
31178 `warning-fill-prefix' for additional programming features.
31179
31180 \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
31181
31182 (autoload 'lwarn "warnings" "\
31183 Display a warning message made from (format MESSAGE ARGS...).
31184 Aside from generating the message with `format',
31185 this is equivalent to `display-warning'.
31186
31187 TYPE is the warning type: either a custom group name (a symbol),
31188 or a list of symbols whose first element is a custom group name.
31189 \(The rest of the symbols represent subcategories and
31190 can be whatever you like.)
31191
31192 LEVEL should be either :debug, :warning, :error, or :emergency
31193 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31194
31195 :emergency -- a problem that will seriously impair Emacs operation soon
31196 if you do not attend to it promptly.
31197 :error -- invalid data or circumstances.
31198 :warning -- suspicious data or circumstances.
31199 :debug -- info for debugging only.
31200
31201 \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
31202
31203 (autoload 'warn "warnings" "\
31204 Display a warning message made from (format MESSAGE ARGS...).
31205 Aside from generating the message with `format',
31206 this is equivalent to `display-warning', using
31207 `emacs' as the type and `:warning' as the level.
31208
31209 \(fn MESSAGE &rest ARGS)" nil nil)
31210
31211 ;;;***
31212 \f
31213 ;;;### (autoloads (wdired-change-to-wdired-mode) "wdired" "wdired.el"
31214 ;;;;;; (20706 54231 807276 0))
31215 ;;; Generated autoloads from wdired.el
31216
31217 (autoload 'wdired-change-to-wdired-mode "wdired" "\
31218 Put a Dired buffer in Writable Dired (WDired) mode.
31219 \\<wdired-mode-map>
31220 In WDired mode, you can edit the names of the files in the
31221 buffer, the target of the links, and the permission bits of the
31222 files. After typing \\[wdired-finish-edit], Emacs modifies the files and
31223 directories to reflect your edits.
31224
31225 See `wdired-mode'.
31226
31227 \(fn)" t nil)
31228
31229 ;;;***
31230 \f
31231 ;;;### (autoloads (webjump) "webjump" "net/webjump.el" (20706 54231
31232 ;;;;;; 807276 0))
31233 ;;; Generated autoloads from net/webjump.el
31234
31235 (autoload 'webjump "webjump" "\
31236 Jumps to a Web site from a programmable hotlist.
31237
31238 See the documentation for the `webjump-sites' variable for how to customize the
31239 hotlist.
31240
31241 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31242 <nwv@acm.org>.
31243
31244 \(fn)" t nil)
31245
31246 ;;;***
31247 \f
31248 ;;;### (autoloads (which-function-mode) "which-func" "progmodes/which-func.el"
31249 ;;;;;; (20706 54231 807276 0))
31250 ;;; Generated autoloads from progmodes/which-func.el
31251 (put 'which-func-format 'risky-local-variable t)
31252 (put 'which-func-current 'risky-local-variable t)
31253
31254 (define-obsolete-function-alias 'which-func-mode 'which-function-mode "24.1")
31255
31256 (defvar which-function-mode nil "\
31257 Non-nil if Which-Function mode is enabled.
31258 See the command `which-function-mode' for a description of this minor mode.
31259 Setting this variable directly does not take effect;
31260 either customize it (see the info node `Easy Customization')
31261 or call the function `which-function-mode'.")
31262
31263 (custom-autoload 'which-function-mode "which-func" nil)
31264
31265 (autoload 'which-function-mode "which-func" "\
31266 Toggle mode line display of current function (Which Function mode).
31267 With a prefix argument ARG, enable Which Function mode if ARG is
31268 positive, and disable it otherwise. If called from Lisp, enable
31269 the mode if ARG is omitted or nil.
31270
31271 Which Function mode is a global minor mode. When enabled, the
31272 current function name is continuously displayed in the mode line,
31273 in certain major modes.
31274
31275 \(fn &optional ARG)" t nil)
31276
31277 ;;;***
31278 \f
31279 ;;;### (autoloads (whitespace-report-region whitespace-report whitespace-cleanup-region
31280 ;;;;;; whitespace-cleanup global-whitespace-toggle-options whitespace-toggle-options
31281 ;;;;;; global-whitespace-newline-mode global-whitespace-mode whitespace-newline-mode
31282 ;;;;;; whitespace-mode) "whitespace" "whitespace.el" (20706 54231
31283 ;;;;;; 807276 0))
31284 ;;; Generated autoloads from whitespace.el
31285
31286 (autoload 'whitespace-mode "whitespace" "\
31287 Toggle whitespace visualization (Whitespace mode).
31288 With a prefix argument ARG, enable Whitespace mode if ARG is
31289 positive, and disable it otherwise. If called from Lisp, enable
31290 the mode if ARG is omitted or nil.
31291
31292 See also `whitespace-style', `whitespace-newline' and
31293 `whitespace-display-mappings'.
31294
31295 \(fn &optional ARG)" t nil)
31296
31297 (autoload 'whitespace-newline-mode "whitespace" "\
31298 Toggle newline visualization (Whitespace Newline mode).
31299 With a prefix argument ARG, enable Whitespace Newline mode if ARG
31300 is positive, and disable it otherwise. If called from Lisp,
31301 enable the mode if ARG is omitted or nil.
31302
31303 Use `whitespace-newline-mode' only for NEWLINE visualization
31304 exclusively. For other visualizations, including NEWLINE
31305 visualization together with (HARD) SPACEs and/or TABs, please,
31306 use `whitespace-mode'.
31307
31308 See also `whitespace-newline' and `whitespace-display-mappings'.
31309
31310 \(fn &optional ARG)" t nil)
31311
31312 (defvar global-whitespace-mode nil "\
31313 Non-nil if Global-Whitespace mode is enabled.
31314 See the command `global-whitespace-mode' for a description of this minor mode.
31315 Setting this variable directly does not take effect;
31316 either customize it (see the info node `Easy Customization')
31317 or call the function `global-whitespace-mode'.")
31318
31319 (custom-autoload 'global-whitespace-mode "whitespace" nil)
31320
31321 (autoload 'global-whitespace-mode "whitespace" "\
31322 Toggle whitespace visualization globally (Global Whitespace mode).
31323 With a prefix argument ARG, enable Global Whitespace mode if ARG
31324 is positive, and disable it otherwise. If called from Lisp,
31325 enable it if ARG is omitted or nil.
31326
31327 See also `whitespace-style', `whitespace-newline' and
31328 `whitespace-display-mappings'.
31329
31330 \(fn &optional ARG)" t nil)
31331
31332 (defvar global-whitespace-newline-mode nil "\
31333 Non-nil if Global-Whitespace-Newline mode is enabled.
31334 See the command `global-whitespace-newline-mode' for a description of this minor mode.
31335 Setting this variable directly does not take effect;
31336 either customize it (see the info node `Easy Customization')
31337 or call the function `global-whitespace-newline-mode'.")
31338
31339 (custom-autoload 'global-whitespace-newline-mode "whitespace" nil)
31340
31341 (autoload 'global-whitespace-newline-mode "whitespace" "\
31342 Toggle global newline visualization (Global Whitespace Newline mode).
31343 With a prefix argument ARG, enable Global Whitespace Newline mode
31344 if ARG is positive, and disable it otherwise. If called from
31345 Lisp, enable it if ARG is omitted or nil.
31346
31347 Use `global-whitespace-newline-mode' only for NEWLINE
31348 visualization exclusively. For other visualizations, including
31349 NEWLINE visualization together with (HARD) SPACEs and/or TABs,
31350 please use `global-whitespace-mode'.
31351
31352 See also `whitespace-newline' and `whitespace-display-mappings'.
31353
31354 \(fn &optional ARG)" t nil)
31355
31356 (autoload 'whitespace-toggle-options "whitespace" "\
31357 Toggle local `whitespace-mode' options.
31358
31359 If local whitespace-mode is off, toggle the option given by ARG
31360 and turn on local whitespace-mode.
31361
31362 If local whitespace-mode is on, toggle the option given by ARG
31363 and restart local whitespace-mode.
31364
31365 Interactively, it reads one of the following chars:
31366
31367 CHAR MEANING
31368 (VIA FACES)
31369 f toggle face visualization
31370 t toggle TAB visualization
31371 s toggle SPACE and HARD SPACE visualization
31372 r toggle trailing blanks visualization
31373 l toggle \"long lines\" visualization
31374 L toggle \"long lines\" tail visualization
31375 n toggle NEWLINE visualization
31376 e toggle empty line at bob and/or eob visualization
31377 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31378 I toggle indentation SPACEs visualization
31379 i toggle indentation TABs visualization
31380 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31381 A toggle SPACEs after TAB: SPACEs visualization
31382 a toggle SPACEs after TAB: TABs visualization
31383 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31384 B toggle SPACEs before TAB: SPACEs visualization
31385 b toggle SPACEs before TAB: TABs visualization
31386
31387 (VIA DISPLAY TABLE)
31388 T toggle TAB visualization
31389 S toggle SPACEs before TAB visualization
31390 N toggle NEWLINE visualization
31391
31392 x restore `whitespace-style' value
31393 ? display brief help
31394
31395 Non-interactively, ARG should be a symbol or a list of symbols.
31396 The valid symbols are:
31397
31398 face toggle face visualization
31399 tabs toggle TAB visualization
31400 spaces toggle SPACE and HARD SPACE visualization
31401 trailing toggle trailing blanks visualization
31402 lines toggle \"long lines\" visualization
31403 lines-tail toggle \"long lines\" tail visualization
31404 newline toggle NEWLINE visualization
31405 empty toggle empty line at bob and/or eob visualization
31406 indentation toggle indentation SPACEs visualization
31407 indentation::tab toggle indentation SPACEs visualization
31408 indentation::space toggle indentation TABs visualization
31409 space-after-tab toggle SPACEs after TAB visualization
31410 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31411 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31412 space-before-tab toggle SPACEs before TAB visualization
31413 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31414 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31415
31416 tab-mark toggle TAB visualization
31417 space-mark toggle SPACEs before TAB visualization
31418 newline-mark toggle NEWLINE visualization
31419
31420 whitespace-style restore `whitespace-style' value
31421
31422 See `whitespace-style' and `indent-tabs-mode' for documentation.
31423
31424 \(fn ARG)" t nil)
31425
31426 (autoload 'global-whitespace-toggle-options "whitespace" "\
31427 Toggle global `whitespace-mode' options.
31428
31429 If global whitespace-mode is off, toggle the option given by ARG
31430 and turn on global whitespace-mode.
31431
31432 If global whitespace-mode is on, toggle the option given by ARG
31433 and restart global whitespace-mode.
31434
31435 Interactively, it accepts one of the following chars:
31436
31437 CHAR MEANING
31438 (VIA FACES)
31439 f toggle face visualization
31440 t toggle TAB visualization
31441 s toggle SPACE and HARD SPACE visualization
31442 r toggle trailing blanks visualization
31443 l toggle \"long lines\" visualization
31444 L toggle \"long lines\" tail visualization
31445 n toggle NEWLINE visualization
31446 e toggle empty line at bob and/or eob visualization
31447 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31448 I toggle indentation SPACEs visualization
31449 i toggle indentation TABs visualization
31450 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31451 A toggle SPACEs after TAB: SPACEs visualization
31452 a toggle SPACEs after TAB: TABs visualization
31453 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31454 B toggle SPACEs before TAB: SPACEs visualization
31455 b toggle SPACEs before TAB: TABs visualization
31456
31457 (VIA DISPLAY TABLE)
31458 T toggle TAB visualization
31459 S toggle SPACEs before TAB visualization
31460 N toggle NEWLINE visualization
31461
31462 x restore `whitespace-style' value
31463 ? display brief help
31464
31465 Non-interactively, ARG should be a symbol or a list of symbols.
31466 The valid symbols are:
31467
31468 face toggle face visualization
31469 tabs toggle TAB visualization
31470 spaces toggle SPACE and HARD SPACE visualization
31471 trailing toggle trailing blanks visualization
31472 lines toggle \"long lines\" visualization
31473 lines-tail toggle \"long lines\" tail visualization
31474 newline toggle NEWLINE visualization
31475 empty toggle empty line at bob and/or eob visualization
31476 indentation toggle indentation SPACEs visualization
31477 indentation::tab toggle indentation SPACEs visualization
31478 indentation::space toggle indentation TABs visualization
31479 space-after-tab toggle SPACEs after TAB visualization
31480 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31481 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31482 space-before-tab toggle SPACEs before TAB visualization
31483 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31484 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31485
31486 tab-mark toggle TAB visualization
31487 space-mark toggle SPACEs before TAB visualization
31488 newline-mark toggle NEWLINE visualization
31489
31490 whitespace-style restore `whitespace-style' value
31491
31492 See `whitespace-style' and `indent-tabs-mode' for documentation.
31493
31494 \(fn ARG)" t nil)
31495
31496 (autoload 'whitespace-cleanup "whitespace" "\
31497 Cleanup some blank problems in all buffer or at region.
31498
31499 It usually applies to the whole buffer, but in transient mark
31500 mode when the mark is active, it applies to the region. It also
31501 applies to the region when it is not in transient mark mode, the
31502 mark is active and \\[universal-argument] was pressed just before
31503 calling `whitespace-cleanup' interactively.
31504
31505 See also `whitespace-cleanup-region'.
31506
31507 The problems cleaned up are:
31508
31509 1. empty lines at beginning of buffer.
31510 2. empty lines at end of buffer.
31511 If `whitespace-style' includes the value `empty', remove all
31512 empty lines at beginning and/or end of buffer.
31513
31514 3. 8 or more SPACEs at beginning of line.
31515 If `whitespace-style' includes the value `indentation':
31516 replace 8 or more SPACEs at beginning of line by TABs, if
31517 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
31518 SPACEs.
31519 If `whitespace-style' includes the value `indentation::tab',
31520 replace 8 or more SPACEs at beginning of line by TABs.
31521 If `whitespace-style' includes the value `indentation::space',
31522 replace TABs by SPACEs.
31523
31524 4. SPACEs before TAB.
31525 If `whitespace-style' includes the value `space-before-tab':
31526 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31527 otherwise, replace TABs by SPACEs.
31528 If `whitespace-style' includes the value
31529 `space-before-tab::tab', replace SPACEs by TABs.
31530 If `whitespace-style' includes the value
31531 `space-before-tab::space', replace TABs by SPACEs.
31532
31533 5. SPACEs or TABs at end of line.
31534 If `whitespace-style' includes the value `trailing', remove
31535 all SPACEs or TABs at end of line.
31536
31537 6. 8 or more SPACEs after TAB.
31538 If `whitespace-style' includes the value `space-after-tab':
31539 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31540 otherwise, replace TABs by SPACEs.
31541 If `whitespace-style' includes the value
31542 `space-after-tab::tab', replace SPACEs by TABs.
31543 If `whitespace-style' includes the value
31544 `space-after-tab::space', replace TABs by SPACEs.
31545
31546 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
31547 documentation.
31548
31549 \(fn)" t nil)
31550
31551 (autoload 'whitespace-cleanup-region "whitespace" "\
31552 Cleanup some blank problems at region.
31553
31554 The problems cleaned up are:
31555
31556 1. 8 or more SPACEs at beginning of line.
31557 If `whitespace-style' includes the value `indentation':
31558 replace 8 or more SPACEs at beginning of line by TABs, if
31559 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
31560 SPACEs.
31561 If `whitespace-style' includes the value `indentation::tab',
31562 replace 8 or more SPACEs at beginning of line by TABs.
31563 If `whitespace-style' includes the value `indentation::space',
31564 replace TABs by SPACEs.
31565
31566 2. SPACEs before TAB.
31567 If `whitespace-style' includes the value `space-before-tab':
31568 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31569 otherwise, replace TABs by SPACEs.
31570 If `whitespace-style' includes the value
31571 `space-before-tab::tab', replace SPACEs by TABs.
31572 If `whitespace-style' includes the value
31573 `space-before-tab::space', replace TABs by SPACEs.
31574
31575 3. SPACEs or TABs at end of line.
31576 If `whitespace-style' includes the value `trailing', remove
31577 all SPACEs or TABs at end of line.
31578
31579 4. 8 or more SPACEs after TAB.
31580 If `whitespace-style' includes the value `space-after-tab':
31581 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31582 otherwise, replace TABs by SPACEs.
31583 If `whitespace-style' includes the value
31584 `space-after-tab::tab', replace SPACEs by TABs.
31585 If `whitespace-style' includes the value
31586 `space-after-tab::space', replace TABs by SPACEs.
31587
31588 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
31589 documentation.
31590
31591 \(fn START END)" t nil)
31592
31593 (autoload 'whitespace-report "whitespace" "\
31594 Report some whitespace problems in buffer.
31595
31596 Return nil if there is no whitespace problem; otherwise, return
31597 non-nil.
31598
31599 If FORCE is non-nil or \\[universal-argument] was pressed just
31600 before calling `whitespace-report' interactively, it forces
31601 `whitespace-style' to have:
31602
31603 empty
31604 trailing
31605 indentation
31606 space-before-tab
31607 space-after-tab
31608
31609 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
31610 whitespace problems in buffer.
31611
31612 Report if some of the following whitespace problems exist:
31613
31614 * If `indent-tabs-mode' is non-nil:
31615 empty 1. empty lines at beginning of buffer.
31616 empty 2. empty lines at end of buffer.
31617 trailing 3. SPACEs or TABs at end of line.
31618 indentation 4. 8 or more SPACEs at beginning of line.
31619 space-before-tab 5. SPACEs before TAB.
31620 space-after-tab 6. 8 or more SPACEs after TAB.
31621
31622 * If `indent-tabs-mode' is nil:
31623 empty 1. empty lines at beginning of buffer.
31624 empty 2. empty lines at end of buffer.
31625 trailing 3. SPACEs or TABs at end of line.
31626 indentation 4. TABS at beginning of line.
31627 space-before-tab 5. SPACEs before TAB.
31628 space-after-tab 6. 8 or more SPACEs after TAB.
31629
31630 See `whitespace-style' for documentation.
31631 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
31632 cleaning up these problems.
31633
31634 \(fn &optional FORCE REPORT-IF-BOGUS)" t nil)
31635
31636 (autoload 'whitespace-report-region "whitespace" "\
31637 Report some whitespace problems in a region.
31638
31639 Return nil if there is no whitespace problem; otherwise, return
31640 non-nil.
31641
31642 If FORCE is non-nil or \\[universal-argument] was pressed just
31643 before calling `whitespace-report-region' interactively, it
31644 forces `whitespace-style' to have:
31645
31646 empty
31647 indentation
31648 space-before-tab
31649 trailing
31650 space-after-tab
31651
31652 If REPORT-IF-BOGUS is non-nil, it reports only when there are any
31653 whitespace problems in buffer.
31654
31655 Report if some of the following whitespace problems exist:
31656
31657 * If `indent-tabs-mode' is non-nil:
31658 empty 1. empty lines at beginning of buffer.
31659 empty 2. empty lines at end of buffer.
31660 trailing 3. SPACEs or TABs at end of line.
31661 indentation 4. 8 or more SPACEs at beginning of line.
31662 space-before-tab 5. SPACEs before TAB.
31663 space-after-tab 6. 8 or more SPACEs after TAB.
31664
31665 * If `indent-tabs-mode' is nil:
31666 empty 1. empty lines at beginning of buffer.
31667 empty 2. empty lines at end of buffer.
31668 trailing 3. SPACEs or TABs at end of line.
31669 indentation 4. TABS at beginning of line.
31670 space-before-tab 5. SPACEs before TAB.
31671 space-after-tab 6. 8 or more SPACEs after TAB.
31672
31673 See `whitespace-style' for documentation.
31674 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
31675 cleaning up these problems.
31676
31677 \(fn START END &optional FORCE REPORT-IF-BOGUS)" t nil)
31678
31679 ;;;***
31680 \f
31681 ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse
31682 ;;;;;; widget-browse-at) "wid-browse" "wid-browse.el" (20706 54231
31683 ;;;;;; 807276 0))
31684 ;;; Generated autoloads from wid-browse.el
31685
31686 (autoload 'widget-browse-at "wid-browse" "\
31687 Browse the widget under point.
31688
31689 \(fn POS)" t nil)
31690
31691 (autoload 'widget-browse "wid-browse" "\
31692 Create a widget browser for WIDGET.
31693
31694 \(fn WIDGET)" t nil)
31695
31696 (autoload 'widget-browse-other-window "wid-browse" "\
31697 Show widget browser for WIDGET in other window.
31698
31699 \(fn &optional WIDGET)" t nil)
31700
31701 (autoload 'widget-minor-mode "wid-browse" "\
31702 Minor mode for traversing widgets.
31703 With a prefix argument ARG, enable the mode if ARG is positive,
31704 and disable it otherwise. If called from Lisp, enable the mode
31705 if ARG is omitted or nil.
31706
31707 \(fn &optional ARG)" t nil)
31708
31709 ;;;***
31710 \f
31711 ;;;### (autoloads (widget-setup widget-insert widget-delete widget-create
31712 ;;;;;; widget-prompt-value widgetp) "wid-edit" "wid-edit.el" (20706
31713 ;;;;;; 54231 807276 0))
31714 ;;; Generated autoloads from wid-edit.el
31715
31716 (autoload 'widgetp "wid-edit" "\
31717 Return non-nil if WIDGET is a widget.
31718
31719 \(fn WIDGET)" nil nil)
31720
31721 (autoload 'widget-prompt-value "wid-edit" "\
31722 Prompt for a value matching WIDGET, using PROMPT.
31723 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
31724
31725 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
31726
31727 (autoload 'widget-create "wid-edit" "\
31728 Create widget of TYPE.
31729 The optional ARGS are additional keyword arguments.
31730
31731 \(fn TYPE &rest ARGS)" nil nil)
31732
31733 (autoload 'widget-delete "wid-edit" "\
31734 Delete WIDGET.
31735
31736 \(fn WIDGET)" nil nil)
31737
31738 (autoload 'widget-insert "wid-edit" "\
31739 Call `insert' with ARGS even if surrounding text is read only.
31740
31741 \(fn &rest ARGS)" nil nil)
31742
31743 (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) "\
31744 Keymap containing useful binding for buffers containing widgets.
31745 Recommended as a parent keymap for modes using widgets.
31746 Note that such modes will need to require wid-edit.")
31747
31748 (autoload 'widget-setup "wid-edit" "\
31749 Setup current buffer so editing string widgets works.
31750
31751 \(fn)" nil nil)
31752
31753 ;;;***
31754 \f
31755 ;;;### (autoloads (windmove-default-keybindings windmove-down windmove-right
31756 ;;;;;; windmove-up windmove-left) "windmove" "windmove.el" (20706
31757 ;;;;;; 54231 807276 0))
31758 ;;; Generated autoloads from windmove.el
31759
31760 (autoload 'windmove-left "windmove" "\
31761 Select the window to the left of the current one.
31762 With no prefix argument, or with prefix argument equal to zero,
31763 \"left\" is relative to the position of point in the window; otherwise
31764 it is relative to the top edge (for positive ARG) or the bottom edge
31765 \(for negative ARG) of the current window.
31766 If no window is at the desired location, an error is signaled.
31767
31768 \(fn &optional ARG)" t nil)
31769
31770 (autoload 'windmove-up "windmove" "\
31771 Select the window above the current one.
31772 With no prefix argument, or with prefix argument equal to zero, \"up\"
31773 is relative to the position of point in the window; otherwise it is
31774 relative to the left edge (for positive ARG) or the right edge (for
31775 negative ARG) of the current window.
31776 If no window is at the desired location, an error is signaled.
31777
31778 \(fn &optional ARG)" t nil)
31779
31780 (autoload 'windmove-right "windmove" "\
31781 Select the window to the right of the current one.
31782 With no prefix argument, or with prefix argument equal to zero,
31783 \"right\" is relative to the position of point in the window;
31784 otherwise it is relative to the top edge (for positive ARG) or the
31785 bottom edge (for negative ARG) of the current window.
31786 If no window is at the desired location, an error is signaled.
31787
31788 \(fn &optional ARG)" t nil)
31789
31790 (autoload 'windmove-down "windmove" "\
31791 Select the window below the current one.
31792 With no prefix argument, or with prefix argument equal to zero,
31793 \"down\" is relative to the position of point in the window; otherwise
31794 it is relative to the left edge (for positive ARG) or the right edge
31795 \(for negative ARG) of the current window.
31796 If no window is at the desired location, an error is signaled.
31797
31798 \(fn &optional ARG)" t nil)
31799
31800 (autoload 'windmove-default-keybindings "windmove" "\
31801 Set up keybindings for `windmove'.
31802 Keybindings are of the form MODIFIER-{left,right,up,down}.
31803 Default MODIFIER is 'shift.
31804
31805 \(fn &optional MODIFIER)" t nil)
31806
31807 ;;;***
31808 \f
31809 ;;;### (autoloads (winner-mode) "winner" "winner.el" (20706 54231
31810 ;;;;;; 807276 0))
31811 ;;; Generated autoloads from winner.el
31812
31813 (defvar winner-mode nil "\
31814 Non-nil if Winner mode is enabled.
31815 See the command `winner-mode' for a description of this minor mode.
31816 Setting this variable directly does not take effect;
31817 either customize it (see the info node `Easy Customization')
31818 or call the function `winner-mode'.")
31819
31820 (custom-autoload 'winner-mode "winner" nil)
31821
31822 (autoload 'winner-mode "winner" "\
31823 Toggle Winner mode on or off.
31824 With a prefix argument ARG, enable Winner mode if ARG is
31825 positive, and disable it otherwise. If called from Lisp, enable
31826 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
31827 \\{winner-mode-map}
31828
31829 \(fn &optional ARG)" t nil)
31830
31831 ;;;***
31832 \f
31833 ;;;### (autoloads (woman-bookmark-jump woman-find-file woman-dired-find-file
31834 ;;;;;; woman woman-locale) "woman" "woman.el" (20706 54231 807276
31835 ;;;;;; 0))
31836 ;;; Generated autoloads from woman.el
31837
31838 (defvar woman-locale nil "\
31839 String specifying a manual page locale, or nil.
31840 If a manual page is available in the specified locale
31841 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
31842 default version. Normally, `set-locale-environment' sets this at startup.")
31843
31844 (custom-autoload 'woman-locale "woman" t)
31845
31846 (autoload 'woman "woman" "\
31847 Browse UN*X man page for TOPIC (Without using external Man program).
31848 The major browsing mode used is essentially the standard Man mode.
31849 Choose the filename for the man page using completion, based on the
31850 topic selected from the directories specified in `woman-manpath' and
31851 `woman-path'. The directory expansions and topics are cached for
31852 speed, but a non-nil interactive argument forces the caches to be
31853 updated (e.g. to re-interpret the current directory).
31854
31855 Used non-interactively, arguments are optional: if given then TOPIC
31856 should be a topic string and non-nil RE-CACHE forces re-caching.
31857
31858 \(fn &optional TOPIC RE-CACHE)" t nil)
31859
31860 (autoload 'woman-dired-find-file "woman" "\
31861 In dired, run the WoMan man-page browser on this file.
31862
31863 \(fn)" t nil)
31864
31865 (autoload 'woman-find-file "woman" "\
31866 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
31867 Use existing buffer if possible; reformat only if prefix arg given.
31868 When called interactively, optional argument REFORMAT forces reformatting
31869 of an existing WoMan buffer formatted earlier.
31870 No external programs are used, except that `gunzip' will be used to
31871 decompress the file if appropriate. See the documentation for the
31872 `woman' command for further details.
31873
31874 \(fn FILE-NAME &optional REFORMAT)" t nil)
31875
31876 (autoload 'woman-bookmark-jump "woman" "\
31877 Default bookmark handler for Woman buffers.
31878
31879 \(fn BOOKMARK)" nil nil)
31880
31881 ;;;***
31882 \f
31883 ;;;### (autoloads (wordstar-mode) "ws-mode" "emulation/ws-mode.el"
31884 ;;;;;; (20706 54231 807276 0))
31885 ;;; Generated autoloads from emulation/ws-mode.el
31886
31887 (autoload 'wordstar-mode "ws-mode" "\
31888 Major mode with WordStar-like key bindings.
31889
31890 BUGS:
31891 - Help menus with WordStar commands (C-j just calls help-for-help)
31892 are not implemented
31893 - Options for search and replace
31894 - Show markers (C-k h) is somewhat strange
31895 - Search and replace (C-q a) is only available in forward direction
31896
31897 No key bindings beginning with ESC are installed, they will work
31898 Emacs-like.
31899
31900 The key bindings are:
31901
31902 C-a backward-word
31903 C-b fill-paragraph
31904 C-c scroll-up-line
31905 C-d forward-char
31906 C-e previous-line
31907 C-f forward-word
31908 C-g delete-char
31909 C-h backward-char
31910 C-i indent-for-tab-command
31911 C-j help-for-help
31912 C-k ordstar-C-k-map
31913 C-l ws-repeat-search
31914 C-n open-line
31915 C-p quoted-insert
31916 C-r scroll-down-line
31917 C-s backward-char
31918 C-t kill-word
31919 C-u keyboard-quit
31920 C-v overwrite-mode
31921 C-w scroll-down
31922 C-x next-line
31923 C-y kill-complete-line
31924 C-z scroll-up
31925
31926 C-k 0 ws-set-marker-0
31927 C-k 1 ws-set-marker-1
31928 C-k 2 ws-set-marker-2
31929 C-k 3 ws-set-marker-3
31930 C-k 4 ws-set-marker-4
31931 C-k 5 ws-set-marker-5
31932 C-k 6 ws-set-marker-6
31933 C-k 7 ws-set-marker-7
31934 C-k 8 ws-set-marker-8
31935 C-k 9 ws-set-marker-9
31936 C-k b ws-begin-block
31937 C-k c ws-copy-block
31938 C-k d save-buffers-kill-emacs
31939 C-k f find-file
31940 C-k h ws-show-markers
31941 C-k i ws-indent-block
31942 C-k k ws-end-block
31943 C-k p ws-print-block
31944 C-k q kill-emacs
31945 C-k r insert-file
31946 C-k s save-some-buffers
31947 C-k t ws-mark-word
31948 C-k u ws-exdent-block
31949 C-k C-u keyboard-quit
31950 C-k v ws-move-block
31951 C-k w ws-write-block
31952 C-k x kill-emacs
31953 C-k y ws-delete-block
31954
31955 C-o c wordstar-center-line
31956 C-o b switch-to-buffer
31957 C-o j justify-current-line
31958 C-o k kill-buffer
31959 C-o l list-buffers
31960 C-o m auto-fill-mode
31961 C-o r set-fill-column
31962 C-o C-u keyboard-quit
31963 C-o wd delete-other-windows
31964 C-o wh split-window-right
31965 C-o wo other-window
31966 C-o wv split-window-below
31967
31968 C-q 0 ws-find-marker-0
31969 C-q 1 ws-find-marker-1
31970 C-q 2 ws-find-marker-2
31971 C-q 3 ws-find-marker-3
31972 C-q 4 ws-find-marker-4
31973 C-q 5 ws-find-marker-5
31974 C-q 6 ws-find-marker-6
31975 C-q 7 ws-find-marker-7
31976 C-q 8 ws-find-marker-8
31977 C-q 9 ws-find-marker-9
31978 C-q a ws-query-replace
31979 C-q b ws-to-block-begin
31980 C-q c end-of-buffer
31981 C-q d end-of-line
31982 C-q f ws-search
31983 C-q k ws-to-block-end
31984 C-q l ws-undo
31985 C-q p ws-last-cursorp
31986 C-q r beginning-of-buffer
31987 C-q C-u keyboard-quit
31988 C-q w ws-last-error
31989 C-q y ws-kill-eol
31990 C-q DEL ws-kill-bol
31991
31992 \(fn)" t nil)
31993
31994 ;;;***
31995 \f
31996 ;;;### (autoloads (xesam-search) "xesam" "net/xesam.el" (20706 54231
31997 ;;;;;; 807276 0))
31998 ;;; Generated autoloads from net/xesam.el
31999
32000 (autoload 'xesam-search "xesam" "\
32001 Perform an interactive search.
32002 ENGINE is the Xesam search engine to be applied, it must be one of the
32003 entries of `xesam-search-engines'. QUERY is the search string in the
32004 Xesam user query language. If the search engine does not support
32005 the Xesam user query language, a Xesam fulltext search is applied.
32006
32007 The default search engine is the first entry in `xesam-search-engines'.
32008 Example:
32009
32010 (xesam-search (car (xesam-search-engines)) \"emacs\")
32011
32012 \(fn ENGINE QUERY)" t nil)
32013
32014 ;;;***
32015 \f
32016 ;;;### (autoloads (xml-parse-region xml-parse-file) "xml" "xml.el"
32017 ;;;;;; (20706 54231 807276 0))
32018 ;;; Generated autoloads from xml.el
32019
32020 (autoload 'xml-parse-file "xml" "\
32021 Parse the well-formed XML file FILE.
32022 Return the top node with all its children.
32023 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped.
32024
32025 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
32026 the variable `xml-default-ns' is the mapping from namespaces to
32027 URIs, and expanded names will be returned as a cons
32028
32029 (\"namespace:\" . \"foo\").
32030
32031 If PARSE-NS is an alist, it will be used as the mapping from
32032 namespace to URIs instead.
32033
32034 If it is the symbol 'symbol-qnames, expanded names will be
32035 returned as a plain symbol 'namespace:foo instead of a cons.
32036
32037 Both features can be combined by providing a cons cell
32038
32039 (symbol-qnames . ALIST).
32040
32041 \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil)
32042
32043 (autoload 'xml-parse-region "xml" "\
32044 Parse the region from BEG to END in BUFFER.
32045 Return the XML parse tree, or raise an error if the region does
32046 not contain well-formed XML.
32047
32048 If BEG is nil, it defaults to `point-min'.
32049 If END is nil, it defaults to `point-max'.
32050 If BUFFER is nil, it defaults to the current buffer.
32051 If PARSE-DTD is non-nil, parse the DTD and return it as the first
32052 element of the list.
32053 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
32054 the variable `xml-default-ns' is the mapping from namespaces to
32055 URIs, and expanded names will be returned as a cons
32056
32057 (\"namespace:\" . \"foo\").
32058
32059 If PARSE-NS is an alist, it will be used as the mapping from
32060 namespace to URIs instead.
32061
32062 If it is the symbol 'symbol-qnames, expanded names will be
32063 returned as a plain symbol 'namespace:foo instead of a cons.
32064
32065 Both features can be combined by providing a cons cell
32066
32067 (symbol-qnames . ALIST).
32068
32069 \(fn &optional BEG END BUFFER PARSE-DTD PARSE-NS)" nil nil)
32070
32071 ;;;***
32072 \f
32073 ;;;### (autoloads (xmltok-get-declared-encoding-position) "xmltok"
32074 ;;;;;; "nxml/xmltok.el" (20706 54231 807276 0))
32075 ;;; Generated autoloads from nxml/xmltok.el
32076
32077 (autoload 'xmltok-get-declared-encoding-position "xmltok" "\
32078 Return the position of the encoding in the XML declaration at point.
32079 If there is a well-formed XML declaration starting at point and it
32080 contains an encoding declaration, then return (START . END)
32081 where START and END are the positions of the start and the end
32082 of the encoding name; if there is no encoding declaration return
32083 the position where and encoding declaration could be inserted.
32084 If there is XML that is not well-formed that looks like an XML
32085 declaration, return nil. Otherwise, return t.
32086 If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32087
32088 \(fn &optional LIMIT)" nil nil)
32089
32090 ;;;***
32091 \f
32092 ;;;### (autoloads (xterm-mouse-mode) "xt-mouse" "xt-mouse.el" (20706
32093 ;;;;;; 54231 807276 0))
32094 ;;; Generated autoloads from xt-mouse.el
32095
32096 (defvar xterm-mouse-mode nil "\
32097 Non-nil if Xterm-Mouse mode is enabled.
32098 See the command `xterm-mouse-mode' for a description of this minor mode.
32099 Setting this variable directly does not take effect;
32100 either customize it (see the info node `Easy Customization')
32101 or call the function `xterm-mouse-mode'.")
32102
32103 (custom-autoload 'xterm-mouse-mode "xt-mouse" nil)
32104
32105 (autoload 'xterm-mouse-mode "xt-mouse" "\
32106 Toggle XTerm mouse mode.
32107 With a prefix argument ARG, enable XTerm mouse mode if ARG is
32108 positive, and disable it otherwise. If called from Lisp, enable
32109 the mode if ARG is omitted or nil.
32110
32111 Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
32112 This works in terminal emulators compatible with xterm. It only
32113 works for simple uses of the mouse. Basically, only non-modified
32114 single clicks are supported. When turned on, the normal xterm
32115 mouse functionality for such clicks is still available by holding
32116 down the SHIFT key while pressing the mouse button.
32117
32118 \(fn &optional ARG)" t nil)
32119
32120 ;;;***
32121 \f
32122 ;;;### (autoloads (yenc-extract-filename yenc-decode-region) "yenc"
32123 ;;;;;; "gnus/yenc.el" (20706 54231 807276 0))
32124 ;;; Generated autoloads from gnus/yenc.el
32125
32126 (autoload 'yenc-decode-region "yenc" "\
32127 Yenc decode region between START and END using an internal decoder.
32128
32129 \(fn START END)" t nil)
32130
32131 (autoload 'yenc-extract-filename "yenc" "\
32132 Extract file name from an yenc header.
32133
32134 \(fn)" nil nil)
32135
32136 ;;;***
32137 \f
32138 ;;;### (autoloads (psychoanalyze-pinhead apropos-zippy insert-zippyism
32139 ;;;;;; yow) "yow" "play/yow.el" (20706 54231 807276 0))
32140 ;;; Generated autoloads from play/yow.el
32141
32142 (autoload 'yow "yow" "\
32143 Return or display a random Zippy quotation. With prefix arg, insert it.
32144
32145 \(fn &optional INSERT DISPLAY)" t nil)
32146
32147 (autoload 'insert-zippyism "yow" "\
32148 Prompt with completion for a known Zippy quotation, and insert it at point.
32149
32150 \(fn &optional ZIPPYISM)" t nil)
32151
32152 (autoload 'apropos-zippy "yow" "\
32153 Return a list of all Zippy quotes matching REGEXP.
32154 If called interactively, display a list of matches.
32155
32156 \(fn REGEXP)" t nil)
32157
32158 (autoload 'psychoanalyze-pinhead "yow" "\
32159 Zippy goes to the analyst.
32160
32161 \(fn)" t nil)
32162
32163 ;;;***
32164 \f
32165 ;;;### (autoloads (zone) "zone" "play/zone.el" (20706 54231 807276
32166 ;;;;;; 0))
32167 ;;; Generated autoloads from play/zone.el
32168
32169 (autoload 'zone "zone" "\
32170 Zone out, completely.
32171
32172 \(fn)" t nil)
32173
32174 ;;;***
32175 \f
32176 ;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el"
32177 ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
32178 ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el"
32179 ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32180 ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32181 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32182 ;;;;;; "calc/calc-loaddefs.el" "calc/calc-macs.el" "calc/calc-map.el"
32183 ;;;;;; "calc/calc-math.el" "calc/calc-menu.el" "calc/calc-misc.el"
32184 ;;;;;; "calc/calc-mode.el" "calc/calc-mtx.el" "calc/calc-nlfit.el"
32185 ;;;;;; "calc/calc-poly.el" "calc/calc-prog.el" "calc/calc-rewr.el"
32186 ;;;;;; "calc/calc-rules.el" "calc/calc-sel.el" "calc/calc-stat.el"
32187 ;;;;;; "calc/calc-store.el" "calc/calc-stuff.el" "calc/calc-trail.el"
32188 ;;;;;; "calc/calc-units.el" "calc/calc-vec.el" "calc/calc-yank.el"
32189 ;;;;;; "calc/calcalg2.el" "calc/calcalg3.el" "calc/calccomp.el"
32190 ;;;;;; "calc/calcsel2.el" "calendar/cal-bahai.el" "calendar/cal-coptic.el"
32191 ;;;;;; "calendar/cal-french.el" "calendar/cal-html.el" "calendar/cal-islam.el"
32192 ;;;;;; "calendar/cal-iso.el" "calendar/cal-julian.el" "calendar/cal-loaddefs.el"
32193 ;;;;;; "calendar/cal-mayan.el" "calendar/cal-menu.el" "calendar/cal-move.el"
32194 ;;;;;; "calendar/cal-persia.el" "calendar/cal-tex.el" "calendar/cal-x.el"
32195 ;;;;;; "calendar/diary-loaddefs.el" "calendar/hol-loaddefs.el" "cdl.el"
32196 ;;;;;; "cedet/cedet-cscope.el" "cedet/cedet-files.el" "cedet/cedet-global.el"
32197 ;;;;;; "cedet/cedet-idutils.el" "cedet/cedet.el" "cedet/ede/auto.el"
32198 ;;;;;; "cedet/ede/autoconf-edit.el" "cedet/ede/base.el" "cedet/ede/cpp-root.el"
32199 ;;;;;; "cedet/ede/custom.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
32200 ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
32201 ;;;;;; "cedet/ede/loaddefs.el" "cedet/ede/locate.el" "cedet/ede/make.el"
32202 ;;;;;; "cedet/ede/makefile-edit.el" "cedet/ede/pconf.el" "cedet/ede/pmake.el"
32203 ;;;;;; "cedet/ede/proj-archive.el" "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el"
32204 ;;;;;; "cedet/ede/proj-elisp.el" "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el"
32205 ;;;;;; "cedet/ede/proj-obj.el" "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el"
32206 ;;;;;; "cedet/ede/proj-shared.el" "cedet/ede/proj.el" "cedet/ede/project-am.el"
32207 ;;;;;; "cedet/ede/shell.el" "cedet/ede/simple.el" "cedet/ede/source.el"
32208 ;;;;;; "cedet/ede/speedbar.el" "cedet/ede/srecode.el" "cedet/ede/system.el"
32209 ;;;;;; "cedet/ede/util.el" "cedet/pulse.el" "cedet/semantic/analyze.el"
32210 ;;;;;; "cedet/semantic/analyze/complete.el" "cedet/semantic/analyze/debug.el"
32211 ;;;;;; "cedet/semantic/analyze/fcn.el" "cedet/semantic/analyze/refs.el"
32212 ;;;;;; "cedet/semantic/bovine.el" "cedet/semantic/bovine/c-by.el"
32213 ;;;;;; "cedet/semantic/bovine/c.el" "cedet/semantic/bovine/debug.el"
32214 ;;;;;; "cedet/semantic/bovine/el.el" "cedet/semantic/bovine/gcc.el"
32215 ;;;;;; "cedet/semantic/bovine/make-by.el" "cedet/semantic/bovine/make.el"
32216 ;;;;;; "cedet/semantic/bovine/scm-by.el" "cedet/semantic/bovine/scm.el"
32217 ;;;;;; "cedet/semantic/chart.el" "cedet/semantic/complete.el" "cedet/semantic/ctxt.el"
32218 ;;;;;; "cedet/semantic/db-debug.el" "cedet/semantic/db-ebrowse.el"
32219 ;;;;;; "cedet/semantic/db-el.el" "cedet/semantic/db-file.el" "cedet/semantic/db-find.el"
32220 ;;;;;; "cedet/semantic/db-global.el" "cedet/semantic/db-javascript.el"
32221 ;;;;;; "cedet/semantic/db-mode.el" "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32222 ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32223 ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32224 ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
32225 ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
32226 ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
32227 ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
32228 ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
32229 ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/loaddefs.el"
32230 ;;;;;; "cedet/semantic/mru-bookmark.el" "cedet/semantic/sb.el" "cedet/semantic/scope.el"
32231 ;;;;;; "cedet/semantic/senator.el" "cedet/semantic/sort.el" "cedet/semantic/symref.el"
32232 ;;;;;; "cedet/semantic/symref/cscope.el" "cedet/semantic/symref/filter.el"
32233 ;;;;;; "cedet/semantic/symref/global.el" "cedet/semantic/symref/grep.el"
32234 ;;;;;; "cedet/semantic/symref/idutils.el" "cedet/semantic/symref/list.el"
32235 ;;;;;; "cedet/semantic/tag-file.el" "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
32236 ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32237 ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32238 ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
32239 ;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
32240 ;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
32241 ;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode.el" "cedet/srecode/args.el"
32242 ;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
32243 ;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
32244 ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32245 ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32246 ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32247 ;;;;;; "cedet/srecode/loaddefs.el" "cedet/srecode/map.el" "cedet/srecode/mode.el"
32248 ;;;;;; "cedet/srecode/semantic.el" "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el"
32249 ;;;;;; "cedet/srecode/table.el" "cedet/srecode/template.el" "cedet/srecode/texi.el"
32250 ;;;;;; "cus-dep.el" "dframe.el" "dired-aux.el" "dired-x.el" "dos-fns.el"
32251 ;;;;;; "dos-vars.el" "dos-w32.el" "dynamic-setting.el" "emacs-lisp/authors.el"
32252 ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32253 ;;;;;; "emacs-lisp/chart.el" "emacs-lisp/cl-extra.el" "emacs-lisp/cl-loaddefs.el"
32254 ;;;;;; "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el" "emacs-lisp/cl.el"
32255 ;;;;;; "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-datadebug.el"
32256 ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/eieio.el" "emacs-lisp/find-gc.el"
32257 ;;;;;; "emacs-lisp/gulp.el" "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el"
32258 ;;;;;; "emacs-lisp/regi.el" "emacs-lisp/smie.el" "emacs-lisp/tcover-ses.el"
32259 ;;;;;; "emacs-lisp/tcover-unsafep.el" "emulation/cua-gmrk.el" "emulation/cua-rect.el"
32260 ;;;;;; "emulation/edt-lk201.el" "emulation/edt-mapper.el" "emulation/edt-pc.el"
32261 ;;;;;; "emulation/edt-vt100.el" "emulation/tpu-extras.el" "emulation/viper-cmd.el"
32262 ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
32263 ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32264 ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
32265 ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
32266 ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
32267 ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
32268 ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
32269 ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
32270 ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "eshell/esh-arg.el"
32271 ;;;;;; "eshell/esh-cmd.el" "eshell/esh-ext.el" "eshell/esh-groups.el"
32272 ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32273 ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
32274 ;;;;;; "ezimage.el" "foldout.el" "format-spec.el" "fringe.el" "generic-x.el"
32275 ;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32276 ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cus.el" "gnus/gnus-demon.el"
32277 ;;;;;; "gnus/gnus-dup.el" "gnus/gnus-eform.el" "gnus/gnus-ems.el"
32278 ;;;;;; "gnus/gnus-int.el" "gnus/gnus-logic.el" "gnus/gnus-mh.el"
32279 ;;;;;; "gnus/gnus-salt.el" "gnus/gnus-score.el" "gnus/gnus-setup.el"
32280 ;;;;;; "gnus/gnus-srvr.el" "gnus/gnus-topic.el" "gnus/gnus-undo.el"
32281 ;;;;;; "gnus/gnus-util.el" "gnus/gnus-uu.el" "gnus/gnus-vm.el" "gnus/gssapi.el"
32282 ;;;;;; "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el" "gnus/mail-parse.el"
32283 ;;;;;; "gnus/mail-prsvr.el" "gnus/mail-source.el" "gnus/mailcap.el"
32284 ;;;;;; "gnus/messcompat.el" "gnus/mm-archive.el" "gnus/mm-bodies.el"
32285 ;;;;;; "gnus/mm-decode.el" "gnus/mm-util.el" "gnus/mm-view.el" "gnus/mml-sec.el"
32286 ;;;;;; "gnus/mml-smime.el" "gnus/nnagent.el" "gnus/nnbabyl.el" "gnus/nndir.el"
32287 ;;;;;; "gnus/nndraft.el" "gnus/nneething.el" "gnus/nngateway.el"
32288 ;;;;;; "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el" "gnus/nnmail.el"
32289 ;;;;;; "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el" "gnus/nnmh.el"
32290 ;;;;;; "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el" "gnus/nnrss.el"
32291 ;;;;;; "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el" "gnus/nnweb.el"
32292 ;;;;;; "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el" "gnus/rfc2047.el"
32293 ;;;;;; "gnus/rfc2104.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/shr-color.el"
32294 ;;;;;; "gnus/sieve-manage.el" "gnus/smime.el" "gnus/spam-stat.el"
32295 ;;;;;; "gnus/spam-wash.el" "hex-util.el" "hfy-cmap.el" "ibuf-ext.el"
32296 ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/fontset.el"
32297 ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32298 ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32299 ;;;;;; "international/uni-category.el" "international/uni-combining.el"
32300 ;;;;;; "international/uni-comment.el" "international/uni-decimal.el"
32301 ;;;;;; "international/uni-decomposition.el" "international/uni-digit.el"
32302 ;;;;;; "international/uni-lowercase.el" "international/uni-mirrored.el"
32303 ;;;;;; "international/uni-name.el" "international/uni-numeric.el"
32304 ;;;;;; "international/uni-old-name.el" "international/uni-titlecase.el"
32305 ;;;;;; "international/uni-uppercase.el" "json.el" "kermit.el" "language/hanja-util.el"
32306 ;;;;;; "language/thai-word.el" "ldefs-boot.el" "loadup.el" "mail/blessmail.el"
32307 ;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el"
32308 ;;;;;; "mail/rfc822.el" "mail/rmail-spam-filter.el" "mail/rmailedit.el"
32309 ;;;;;; "mail/rmailkwd.el" "mail/rmailmm.el" "mail/rmailmsc.el" "mail/rmailsort.el"
32310 ;;;;;; "mail/rmailsum.el" "mail/undigest.el" "md4.el" "mh-e/mh-acros.el"
32311 ;;;;;; "mh-e/mh-alias.el" "mh-e/mh-buffers.el" "mh-e/mh-compat.el"
32312 ;;;;;; "mh-e/mh-funcs.el" "mh-e/mh-gnus.el" "mh-e/mh-identity.el"
32313 ;;;;;; "mh-e/mh-inc.el" "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32314 ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32315 ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32316 ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32317 ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mouse.el"
32318 ;;;;;; "mwheel.el" "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el"
32319 ;;;;;; "net/eudcb-ldap.el" "net/eudcb-mab.el" "net/eudcb-ph.el"
32320 ;;;;;; "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el" "net/ldap.el"
32321 ;;;;;; "net/mairix.el" "net/newsticker.el" "net/ntlm.el" "net/sasl-cram.el"
32322 ;;;;;; "net/sasl-digest.el" "net/sasl-ntlm.el" "net/sasl.el" "net/soap-client.el"
32323 ;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-cache.el"
32324 ;;;;;; "net/tramp-cmds.el" "net/tramp-compat.el" "net/tramp-gvfs.el"
32325 ;;;;;; "net/tramp-gw.el" "net/tramp-loaddefs.el" "net/tramp-sh.el"
32326 ;;;;;; "net/tramp-smb.el" "net/tramp-uu.el" "net/trampver.el" "net/zeroconf.el"
32327 ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
32328 ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
32329 ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
32330 ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
32331 ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
32332 ;;;;;; "nxml/xsd-regexp.el" "org/ob-C.el" "org/ob-R.el" "org/ob-asymptote.el"
32333 ;;;;;; "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el" "org/ob-comint.el"
32334 ;;;;;; "org/ob-css.el" "org/ob-ditaa.el" "org/ob-dot.el" "org/ob-emacs-lisp.el"
32335 ;;;;;; "org/ob-eval.el" "org/ob-exp.el" "org/ob-fortran.el" "org/ob-gnuplot.el"
32336 ;;;;;; "org/ob-haskell.el" "org/ob-io.el" "org/ob-java.el" "org/ob-js.el"
32337 ;;;;;; "org/ob-keys.el" "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el"
32338 ;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-matlab.el" "org/ob-maxima.el"
32339 ;;;;;; "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el" "org/ob-org.el"
32340 ;;;;;; "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el"
32341 ;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el"
32342 ;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el"
32343 ;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el"
32344 ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-ascii.el"
32345 ;;;;;; "org/org-attach.el" "org/org-bbdb.el" "org/org-bibtex.el"
32346 ;;;;;; "org/org-clock.el" "org/org-crypt.el" "org/org-ctags.el"
32347 ;;;;;; "org/org-datetree.el" "org/org-docbook.el" "org/org-docview.el"
32348 ;;;;;; "org/org-element.el" "org/org-entities.el" "org/org-eshell.el"
32349 ;;;;;; "org/org-exp-blocks.el" "org/org-exp.el" "org/org-faces.el"
32350 ;;;;;; "org/org-feed.el" "org/org-footnote.el" "org/org-freemind.el"
32351 ;;;;;; "org/org-gnus.el" "org/org-habit.el" "org/org-html.el" "org/org-icalendar.el"
32352 ;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el"
32353 ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-jsinfo.el"
32354 ;;;;;; "org/org-latex.el" "org/org-list.el" "org/org-loaddefs.el"
32355 ;;;;;; "org/org-lparse.el" "org/org-mac-message.el" "org/org-macs.el"
32356 ;;;;;; "org/org-mew.el" "org/org-mhe.el" "org/org-mks.el" "org/org-mobile.el"
32357 ;;;;;; "org/org-mouse.el" "org/org-odt.el" "org/org-pcomplete.el"
32358 ;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-publish.el"
32359 ;;;;;; "org/org-remember.el" "org/org-rmail.el" "org/org-special-blocks.el"
32360 ;;;;;; "org/org-src.el" "org/org-table.el" "org/org-taskjuggler.el"
32361 ;;;;;; "org/org-timer.el" "org/org-vm.el" "org/org-w3m.el" "org/org-wl.el"
32362 ;;;;;; "org/org-xoxo.el" "play/gamegrid.el" "play/gametree.el" "play/meese.el"
32363 ;;;;;; "progmodes/ada-prj.el" "progmodes/cc-align.el" "progmodes/cc-awk.el"
32364 ;;;;;; "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el" "progmodes/cc-defs.el"
32365 ;;;;;; "progmodes/cc-fonts.el" "progmodes/cc-langs.el" "progmodes/cc-menus.el"
32366 ;;;;;; "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el" "progmodes/ebnf-dtd.el"
32367 ;;;;;; "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el" "progmodes/ebnf-otz.el"
32368 ;;;;;; "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
32369 ;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
32370 ;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-samp.el"
32371 ;;;;;; "saveplace.el" "sb-image.el" "scroll-bar.el" "select.el"
32372 ;;;;;; "soundex.el" "subdirs.el" "tempo.el" "textmodes/bib-mode.el"
32373 ;;;;;; "textmodes/makeinfo.el" "textmodes/page-ext.el" "textmodes/refbib.el"
32374 ;;;;;; "textmodes/refer.el" "textmodes/reftex-auc.el" "textmodes/reftex-dcr.el"
32375 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
32376 ;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32377 ;;;;;; "uniquify.el" "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32378 ;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el"
32379 ;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el"
32380 ;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32381 ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32382 ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32383 ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32384 ;;;;;; "vcursor.el" "vt-control.el" "vt100-led.el" "w32-common-fns.el"
32385 ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (20706 54515 9904
32386 ;;;;;; 262000))
32387
32388 ;;;***
32389 \f
32390 (provide 'loaddefs)
32391 ;; Local Variables:
32392 ;; version-control: never
32393 ;; no-byte-compile: t
32394 ;; no-update-autoloads: t
32395 ;; coding: utf-8
32396 ;; End:
32397 ;;; loaddefs.el ends here