]> code.delx.au - gnu-emacs/blob - lisp/ldefs-boot.el
4a36812a8415402f4278fe974f2d6175692e27df
[gnu-emacs] / lisp / ldefs-boot.el
1 ;;; loaddefs.el --- automatically extracted autoloads
2 ;;
3 ;;; Code:
4
5 \f
6 ;;;### (autoloads nil "5x5" "play/5x5.el" (22230 48822 858219 256000))
7 ;;; Generated autoloads from play/5x5.el
8
9 (autoload '5x5 "5x5" "\
10 Play 5x5.
11
12 The object of 5x5 is very simple, by moving around the grid and flipping
13 squares you must fill the grid.
14
15 5x5 keyboard bindings are:
16 \\<5x5-mode-map>
17 Flip \\[5x5-flip-current]
18 Move up \\[5x5-up]
19 Move down \\[5x5-down]
20 Move left \\[5x5-left]
21 Move right \\[5x5-right]
22 Start new game \\[5x5-new-game]
23 New game with random grid \\[5x5-randomize]
24 Random cracker \\[5x5-crack-randomly]
25 Mutate current cracker \\[5x5-crack-mutating-current]
26 Mutate best cracker \\[5x5-crack-mutating-best]
27 Mutate xor cracker \\[5x5-crack-xor-mutate]
28 Solve with Calc \\[5x5-solve-suggest]
29 Rotate left Calc Solutions \\[5x5-solve-rotate-left]
30 Rotate right Calc Solutions \\[5x5-solve-rotate-right]
31 Quit current game \\[5x5-quit-game]
32
33 \(fn &optional SIZE)" t nil)
34
35 (autoload '5x5-crack-randomly "5x5" "\
36 Attempt to crack 5x5 using random solutions.
37
38 \(fn)" t nil)
39
40 (autoload '5x5-crack-mutating-current "5x5" "\
41 Attempt to crack 5x5 by mutating the current solution.
42
43 \(fn)" t nil)
44
45 (autoload '5x5-crack-mutating-best "5x5" "\
46 Attempt to crack 5x5 by mutating the best solution.
47
48 \(fn)" t nil)
49
50 (autoload '5x5-crack-xor-mutate "5x5" "\
51 Attempt to crack 5x5 by xoring the current and best solution.
52 Mutate the result.
53
54 \(fn)" t nil)
55
56 (autoload '5x5-crack "5x5" "\
57 Attempt to find a solution for 5x5.
58
59 5x5-crack takes the argument BREEDER which should be a function that takes
60 two parameters, the first will be a grid vector array that is the current
61 solution and the second will be the best solution so far. The function
62 should return a grid vector array that is the new solution.
63
64 \(fn BREEDER)" t nil)
65
66 ;;;***
67 \f
68 ;;;### (autoloads nil "ada-mode" "progmodes/ada-mode.el" (22230 48822
69 ;;;;;; 864219 229000))
70 ;;; Generated autoloads from progmodes/ada-mode.el
71
72 (autoload 'ada-add-extensions "ada-mode" "\
73 Define SPEC and BODY as being valid extensions for Ada files.
74 Going from body to spec with `ff-find-other-file' used these
75 extensions.
76 SPEC and BODY are two regular expressions that must match against
77 the file name.
78
79 \(fn SPEC BODY)" nil nil)
80
81 (autoload 'ada-mode "ada-mode" "\
82 Ada mode is the major mode for editing Ada code.
83
84 \(fn)" t nil)
85
86 ;;;***
87 \f
88 ;;;### (autoloads nil "ada-stmt" "progmodes/ada-stmt.el" (22230 48822
89 ;;;;;; 865219 224000))
90 ;;; Generated autoloads from progmodes/ada-stmt.el
91
92 (autoload 'ada-header "ada-stmt" "\
93 Insert a descriptive header at the top of the file.
94
95 \(fn)" t nil)
96
97 ;;;***
98 \f
99 ;;;### (autoloads nil "ada-xref" "progmodes/ada-xref.el" (22230 48822
100 ;;;;;; 865219 224000))
101 ;;; Generated autoloads from progmodes/ada-xref.el
102
103 (autoload 'ada-find-file "ada-xref" "\
104 Open FILENAME, from anywhere in the source path.
105 Completion is available.
106
107 \(fn FILENAME)" t nil)
108
109 ;;;***
110 \f
111 ;;;### (autoloads nil "add-log" "vc/add-log.el" (22230 48822 932218
112 ;;;;;; 922000))
113 ;;; Generated autoloads from vc/add-log.el
114
115 (put 'change-log-default-name 'safe-local-variable 'string-or-null-p)
116
117 (defvar add-log-current-defun-function nil "\
118 If non-nil, function to guess name of surrounding function.
119 It is called by `add-log-current-defun' with no argument, and
120 should return the function's name as a string, or nil if point is
121 outside a function.")
122
123 (custom-autoload 'add-log-current-defun-function "add-log" t)
124
125 (defvar add-log-full-name nil "\
126 Full name of user, for inclusion in ChangeLog daily headers.
127 This defaults to the value returned by the function `user-full-name'.")
128
129 (custom-autoload 'add-log-full-name "add-log" t)
130
131 (defvar add-log-mailing-address nil "\
132 Email addresses of user, for inclusion in ChangeLog headers.
133 This defaults to the value of `user-mail-address'. In addition to
134 being a simple string, this value can also be a list. All elements
135 will be recognized as referring to the same user; when creating a new
136 ChangeLog entry, one element will be chosen at random.")
137
138 (custom-autoload 'add-log-mailing-address "add-log" t)
139
140 (autoload 'prompt-for-change-log-name "add-log" "\
141 Prompt for a change log name.
142
143 \(fn)" nil nil)
144
145 (autoload 'find-change-log "add-log" "\
146 Find a change log file for \\[add-change-log-entry] and return the name.
147
148 Optional arg FILE-NAME specifies the file to use.
149 If FILE-NAME is nil, use the value of `change-log-default-name'.
150 If `change-log-default-name' is nil, behave as though it were \"ChangeLog\"
151 \(or whatever we use on this operating system).
152
153 If `change-log-default-name' contains a leading directory component, then
154 simply find it in the current directory. Otherwise, search in the current
155 directory and its successive parents for a file so named.
156
157 Once a file is found, `change-log-default-name' is set locally in the
158 current buffer to the complete file name.
159 Optional arg BUFFER-FILE overrides `buffer-file-name'.
160
161 \(fn &optional FILE-NAME BUFFER-FILE)" nil nil)
162
163 (autoload 'add-change-log-entry "add-log" "\
164 Find change log file, and add an entry for today and an item for this file.
165 Optional arg WHOAMI (interactive prefix) non-nil means prompt for user
166 name and email (stored in `add-log-full-name' and `add-log-mailing-address').
167
168 Second arg FILE-NAME is file name of the change log.
169 If nil, use the value of `change-log-default-name'.
170
171 Third arg OTHER-WINDOW non-nil means visit in other window.
172
173 Fourth arg NEW-ENTRY non-nil means always create a new entry at the front;
174 never append to an existing entry. Option `add-log-keep-changes-together'
175 otherwise affects whether a new entry is created.
176
177 Fifth arg PUT-NEW-ENTRY-ON-NEW-LINE non-nil means that if a new
178 entry is created, put it on a new line by itself, do not put it
179 after a comma on an existing line.
180
181 Option `add-log-always-start-new-record' non-nil means always create a
182 new record, even when the last record was made on the same date and by
183 the same person.
184
185 The change log file can start with a copyright notice and a copying
186 permission notice. The first blank line indicates the end of these
187 notices.
188
189 Today's date is calculated according to `add-log-time-zone-rule' if
190 non-nil, otherwise in local time.
191
192 \(fn &optional WHOAMI FILE-NAME OTHER-WINDOW NEW-ENTRY PUT-NEW-ENTRY-ON-NEW-LINE)" t nil)
193
194 (autoload 'add-change-log-entry-other-window "add-log" "\
195 Find change log file in other window and add entry and item.
196 This is just like `add-change-log-entry' except that it displays
197 the change log file in another window.
198
199 \(fn &optional WHOAMI FILE-NAME)" t nil)
200
201 (autoload 'change-log-mode "add-log" "\
202 Major mode for editing change logs; like Indented Text mode.
203 Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
204 New log entries are usually made with \\[add-change-log-entry] or \\[add-change-log-entry-other-window].
205 Each entry behaves as a paragraph, and the entries for one day as a page.
206 Runs `change-log-mode-hook'.
207
208 \\{change-log-mode-map}
209
210 \(fn)" t nil)
211
212 (autoload 'add-log-current-defun "add-log" "\
213 Return name of function definition point is in, or nil.
214
215 Understands C, Lisp, LaTeX (\"functions\" are chapters, sections, ...),
216 Texinfo (@node titles) and Perl.
217
218 Other modes are handled by a heuristic that looks in the 10K before
219 point for uppercase headings starting in the first column or
220 identifiers followed by `:' or `='. See variables
221 `add-log-current-defun-header-regexp' and
222 `add-log-current-defun-function'.
223
224 Has a preference of looking backwards.
225
226 \(fn)" nil nil)
227
228 (autoload 'change-log-merge "add-log" "\
229 Merge the contents of change log file OTHER-LOG with this buffer.
230 Both must be found in Change Log mode (since the merging depends on
231 the appropriate motion commands). OTHER-LOG can be either a file name
232 or a buffer.
233
234 Entries are inserted in chronological order. Both the current and
235 old-style time formats for entries are supported.
236
237 \(fn OTHER-LOG)" t nil)
238
239 ;;;***
240 \f
241 ;;;### (autoloads nil "advice" "emacs-lisp/advice.el" (22230 48822
242 ;;;;;; 683220 46000))
243 ;;; Generated autoloads from emacs-lisp/advice.el
244
245 (defvar ad-redefinition-action 'warn "\
246 Defines what to do with redefinitions during Advice de/activation.
247 Redefinition occurs if a previously activated function that already has an
248 original definition associated with it gets redefined and then de/activated.
249 In such a case we can either accept the current definition as the new
250 original definition, discard the current definition and replace it with the
251 old original, or keep it and raise an error. The values `accept', `discard',
252 `error' or `warn' govern what will be done. `warn' is just like `accept' but
253 it additionally prints a warning message. All other values will be
254 interpreted as `error'.")
255
256 (custom-autoload 'ad-redefinition-action "advice" t)
257
258 (defvar ad-default-compilation-action 'maybe "\
259 Defines whether to compile advised definitions during activation.
260 A value of `always' will result in unconditional compilation, `never' will
261 always avoid compilation, `maybe' will compile if the byte-compiler is already
262 loaded, and `like-original' will compile if the original definition of the
263 advised function is compiled or a built-in function. Every other value will
264 be interpreted as `maybe'. This variable will only be considered if the
265 COMPILE argument of `ad-activate' was supplied as nil.")
266
267 (custom-autoload 'ad-default-compilation-action "advice" t)
268
269 (autoload 'ad-enable-advice "advice" "\
270 Enables the advice of FUNCTION with CLASS and NAME.
271
272 \(fn FUNCTION CLASS NAME)" t nil)
273
274 (autoload 'ad-disable-advice "advice" "\
275 Disable the advice of FUNCTION with CLASS and NAME.
276
277 \(fn FUNCTION CLASS NAME)" t nil)
278
279 (autoload 'ad-add-advice "advice" "\
280 Add a piece of ADVICE to FUNCTION's list of advices in CLASS.
281
282 ADVICE has the form (NAME PROTECTED ENABLED DEFINITION), where
283 NAME is the advice name; PROTECTED is a flag specifying whether
284 to protect against non-local exits; ENABLED is a flag specifying
285 whether to initially enable the advice; and DEFINITION has the
286 form (advice . LAMBDA), where LAMBDA is a lambda expression.
287
288 If FUNCTION already has a piece of advice with the same name,
289 then POSITION is ignored, and the old advice is overwritten with
290 the new one.
291
292 If FUNCTION already has one or more pieces of advice of the
293 specified CLASS, then POSITION determines where the new piece
294 goes. POSITION can either be `first', `last' or a number (where
295 0 corresponds to `first', and numbers outside the valid range are
296 mapped to the closest extremal position).
297
298 If FUNCTION was not advised already, its advice info will be
299 initialized. Redefining a piece of advice whose name is part of
300 the cache-id will clear the cache.
301
302 \(fn FUNCTION ADVICE CLASS POSITION)" nil nil)
303
304 (autoload 'ad-activate "advice" "\
305 Activate all the advice information of an advised FUNCTION.
306 If FUNCTION has a proper original definition then an advised
307 definition will be generated from FUNCTION's advice info and the
308 definition of FUNCTION will be replaced with it. If a previously
309 cached advised definition was available, it will be used.
310 The optional COMPILE argument determines whether the resulting function
311 or a compilable cached definition will be compiled. If it is negative
312 no compilation will be performed, if it is positive or otherwise non-nil
313 the resulting function will be compiled, if it is nil the behavior depends
314 on the value of `ad-default-compilation-action' (which see).
315 Activation of an advised function that has an advice info but no actual
316 pieces of advice is equivalent to a call to `ad-unadvise'. Activation of
317 an advised function that has actual pieces of advice but none of them are
318 enabled is equivalent to a call to `ad-deactivate'. The current advised
319 definition will always be cached for later usage.
320
321 \(fn FUNCTION &optional COMPILE)" t nil)
322
323 (autoload 'defadvice "advice" "\
324 Define a piece of advice for FUNCTION (a symbol).
325 The syntax of `defadvice' is as follows:
326
327 (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
328 [DOCSTRING] [INTERACTIVE-FORM]
329 BODY...)
330
331 FUNCTION ::= Name of the function to be advised.
332 CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
333 NAME ::= Non-nil symbol that names this piece of advice.
334 POSITION ::= `first' | `last' | NUMBER. Optional, defaults to `first',
335 see also `ad-add-advice'.
336 ARGLIST ::= An optional argument list to be used for the advised function
337 instead of the argument list of the original. The first one found in
338 before/around/after-advices will be used.
339 FLAG ::= `protect'|`disable'|`activate'|`compile'|`preactivate'.
340 All flags can be specified with unambiguous initial substrings.
341 DOCSTRING ::= Optional documentation for this piece of advice.
342 INTERACTIVE-FORM ::= Optional interactive form to be used for the advised
343 function. The first one found in before/around/after-advices will be used.
344 BODY ::= Any s-expression.
345
346 Semantics of the various flags:
347 `protect': The piece of advice will be protected against non-local exits in
348 any code that precedes it. If any around-advice of a function is protected
349 then automatically all around-advices will be protected (the complete onion).
350
351 `activate': All advice of FUNCTION will be activated immediately if
352 FUNCTION has been properly defined prior to this application of `defadvice'.
353
354 `compile': In conjunction with `activate' specifies that the resulting
355 advised function should be compiled.
356
357 `disable': The defined advice will be disabled, hence, it will not be used
358 during activation until somebody enables it.
359
360 `preactivate': Preactivates the advised FUNCTION at macro-expansion/compile
361 time. This generates a compiled advised definition according to the current
362 advice state that will be used during activation if appropriate. Only use
363 this if the `defadvice' gets actually compiled.
364
365 usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
366 [DOCSTRING] [INTERACTIVE-FORM]
367 BODY...)
368
369 \(fn FUNCTION ARGS &rest BODY)" nil t)
370
371 (function-put 'defadvice 'doc-string-elt '3)
372
373 (function-put 'defadvice 'lisp-indent-function '2)
374
375 ;;;***
376 \f
377 ;;;### (autoloads nil "align" "align.el" (22230 48822 634220 267000))
378 ;;; Generated autoloads from align.el
379
380 (autoload 'align "align" "\
381 Attempt to align a region based on a set of alignment rules.
382 BEG and END mark the region. If BEG and END are specifically set to
383 nil (this can only be done programmatically), the beginning and end of
384 the current alignment section will be calculated based on the location
385 of point, and the value of `align-region-separate' (or possibly each
386 rule's `separate' attribute).
387
388 If SEPARATE is non-nil, it overrides the value of
389 `align-region-separate' for all rules, except those that have their
390 `separate' attribute set.
391
392 RULES and EXCLUDE-RULES, if either is non-nil, will replace the
393 default rule lists defined in `align-rules-list' and
394 `align-exclude-rules-list'. See `align-rules-list' for more details
395 on the format of these lists.
396
397 \(fn BEG END &optional SEPARATE RULES EXCLUDE-RULES)" t nil)
398
399 (autoload 'align-regexp "align" "\
400 Align the current region using an ad-hoc rule read from the minibuffer.
401 BEG and END mark the limits of the region. Interactively, this function
402 prompts for the regular expression REGEXP to align with.
403
404 For example, let's say you had a list of phone numbers, and wanted to
405 align them so that the opening parentheses would line up:
406
407 Fred (123) 456-7890
408 Alice (123) 456-7890
409 Mary-Anne (123) 456-7890
410 Joe (123) 456-7890
411
412 There is no predefined rule to handle this, but you could easily do it
413 using a REGEXP like \"(\". Interactively, all you would have to do is
414 to mark the region, call `align-regexp' and enter that regular expression.
415
416 REGEXP must contain at least one parenthesized subexpression, typically
417 whitespace of the form \"\\\\(\\\\s-*\\\\)\". In normal interactive use,
418 this is automatically added to the start of your regular expression after
419 you enter it. You only need to supply the characters to be lined up, and
420 any preceding whitespace is replaced.
421
422 If you specify a prefix argument (or use this function non-interactively),
423 you must enter the full regular expression, including the subexpression.
424 The function also then prompts for which subexpression parenthesis GROUP
425 \(default 1) within REGEXP to modify, the amount of SPACING (default
426 `align-default-spacing') to use, and whether or not to REPEAT the rule
427 throughout the line.
428
429 See `align-rules-list' for more information about these options.
430
431 The non-interactive form of the previous example would look something like:
432 (align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\")
433
434 This function is a nothing more than a small wrapper that helps you
435 construct a rule to pass to `align-region', which does the real work.
436
437 \(fn BEG END REGEXP &optional GROUP SPACING REPEAT)" t nil)
438
439 (autoload 'align-entire "align" "\
440 Align the selected region as if it were one alignment section.
441 BEG and END mark the extent of the region. If RULES or EXCLUDE-RULES
442 is set to a list of rules (see `align-rules-list'), it can be used to
443 override the default alignment rules that would have been used to
444 align that section.
445
446 \(fn BEG END &optional RULES EXCLUDE-RULES)" t nil)
447
448 (autoload 'align-current "align" "\
449 Call `align' on the current alignment section.
450 This function assumes you want to align only the current section, and
451 so saves you from having to specify the region. If RULES or
452 EXCLUDE-RULES is set to a list of rules (see `align-rules-list'), it
453 can be used to override the default alignment rules that would have
454 been used to align that section.
455
456 \(fn &optional RULES EXCLUDE-RULES)" t nil)
457
458 (autoload 'align-highlight-rule "align" "\
459 Highlight the whitespace which a given rule would have modified.
460 BEG and END mark the extent of the region. TITLE identifies the rule
461 that should be highlighted. If RULES or EXCLUDE-RULES is set to a
462 list of rules (see `align-rules-list'), it can be used to override the
463 default alignment rules that would have been used to identify the text
464 to be colored.
465
466 \(fn BEG END TITLE &optional RULES EXCLUDE-RULES)" t nil)
467
468 (autoload 'align-unhighlight-rule "align" "\
469 Remove any highlighting that was added by `align-highlight-rule'.
470
471 \(fn)" t nil)
472
473 (autoload 'align-newline-and-indent "align" "\
474 A replacement function for `newline-and-indent', aligning as it goes.
475
476 \(fn)" t nil)
477
478 ;;;***
479 \f
480 ;;;### (autoloads nil "allout" "allout.el" (22230 48822 636220 258000))
481 ;;; Generated autoloads from allout.el
482 (push (purecopy '(allout 2 3)) package--builtin-versions)
483
484 (autoload 'allout-auto-activation-helper "allout" "\
485 Institute `allout-auto-activation'.
486
487 Intended to be used as the `allout-auto-activation' :set function.
488
489 \(fn VAR VALUE)" nil nil)
490
491 (autoload 'allout-setup "allout" "\
492 Do fundamental Emacs session for allout auto-activation.
493
494 Establishes allout processing as part of visiting a file if
495 `allout-auto-activation' is non-nil, or removes it otherwise.
496
497 The proper way to use this is through customizing the setting of
498 `allout-auto-activation'.
499
500 \(fn)" nil nil)
501
502 (defvar allout-auto-activation nil "\
503 Configure allout outline mode auto-activation.
504
505 Control whether and how allout outline mode is automatically
506 activated when files are visited with non-nil buffer-specific
507 file variable `allout-layout'.
508
509 When allout-auto-activation is \"On\" (t), allout mode is
510 activated in buffers with non-nil `allout-layout', and the
511 specified layout is applied.
512
513 With value \"ask\", auto-mode-activation is enabled, and endorsement for
514 performing auto-layout is asked of the user each time.
515
516 With value \"activate\", only auto-mode-activation is enabled.
517 Auto-layout is not.
518
519 With value nil, inhibit any automatic allout-mode activation.")
520
521 (custom-autoload 'allout-auto-activation "allout" nil)
522
523 (put 'allout-use-hanging-indents 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
524
525 (put 'allout-reindent-bodies 'safe-local-variable (lambda (x) (memq x '(nil t text force))))
526
527 (put 'allout-show-bodies 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
528
529 (put 'allout-header-prefix 'safe-local-variable 'stringp)
530
531 (put 'allout-primary-bullet 'safe-local-variable 'stringp)
532
533 (put 'allout-plain-bullets-string 'safe-local-variable 'stringp)
534
535 (put 'allout-distinctive-bullets-string 'safe-local-variable 'stringp)
536
537 (put 'allout-use-mode-specific-leader 'safe-local-variable (lambda (x) (or (memq x '(t nil allout-mode-leaders comment-start)) (stringp x))))
538
539 (put 'allout-old-style-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
540
541 (put 'allout-stylish-prefixes 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
542
543 (put 'allout-numbered-bullet 'safe-local-variable (if (fboundp 'string-or-null-p) 'string-or-null-p (lambda (x) (or (stringp x) (null x)))))
544
545 (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)))))
546
547 (put 'allout-presentation-padding 'safe-local-variable 'integerp)
548
549 (put 'allout-layout 'safe-local-variable (lambda (x) (or (numberp x) (listp x) (memq x '(: * + -)))))
550
551 (put 'allout-passphrase-verifier-string 'safe-local-variable 'stringp)
552
553 (put 'allout-passphrase-hint-string 'safe-local-variable 'stringp)
554
555 (autoload 'allout-mode-p "allout" "\
556 Return t if `allout-mode' is active in current buffer.
557
558 \(fn)" nil t)
559
560 (autoload 'allout-mode "allout" "\
561 Toggle Allout outline mode.
562 With a prefix argument ARG, enable Allout outline mode if ARG is
563 positive, and disable it otherwise. If called from Lisp, enable
564 the mode if ARG is omitted or nil.
565
566 \\<allout-mode-map-value>
567 Allout outline mode is a minor mode that provides extensive
568 outline oriented formatting and manipulation. It enables
569 structural editing of outlines, as well as navigation and
570 exposure. It also is specifically aimed at accommodating
571 syntax-sensitive text like programming languages. (For example,
572 see the allout code itself, which is organized as an allout
573 outline.)
574
575 In addition to typical outline navigation and exposure, allout includes:
576
577 - topic-oriented authoring, including keystroke-based topic creation,
578 repositioning, promotion/demotion, cut, and paste
579 - incremental search with dynamic exposure and reconcealment of hidden text
580 - adjustable format, so programming code can be developed in outline-structure
581 - easy topic encryption and decryption, symmetric or key-pair
582 - \"Hot-spot\" operation, for single-keystroke maneuvering and exposure control
583 - integral outline layout, for automatic initial exposure when visiting a file
584 - independent extensibility, using comprehensive exposure and authoring hooks
585
586 and many other features.
587
588 Below is a description of the key bindings, and then description
589 of special `allout-mode' features and terminology. See also the
590 outline menubar additions for quick reference to many of the
591 features. Customize `allout-auto-activation' to prepare your
592 Emacs session for automatic activation of `allout-mode'.
593
594 The bindings are those listed in `allout-prefixed-keybindings'
595 and `allout-unprefixed-keybindings'. We recommend customizing
596 `allout-command-prefix' to use just `\\C-c' as the command
597 prefix, if the allout bindings don't conflict with any personal
598 bindings you have on \\C-c. In any case, outline structure
599 navigation and authoring is simplified by positioning the cursor
600 on an item's bullet character, the \"hot-spot\" -- then you can
601 invoke allout commands with just the un-prefixed,
602 un-control-shifted command letters. This is described further in
603 the HOT-SPOT Operation section.
604
605 Exposure Control:
606 ----------------
607 \\[allout-hide-current-subtree] `allout-hide-current-subtree'
608 \\[allout-show-children] `allout-show-children'
609 \\[allout-show-current-subtree] `allout-show-current-subtree'
610 \\[allout-show-current-entry] `allout-show-current-entry'
611 \\[allout-show-all] `allout-show-all'
612
613 Navigation:
614 ----------
615 \\[allout-next-visible-heading] `allout-next-visible-heading'
616 \\[allout-previous-visible-heading] `allout-previous-visible-heading'
617 \\[allout-up-current-level] `allout-up-current-level'
618 \\[allout-forward-current-level] `allout-forward-current-level'
619 \\[allout-backward-current-level] `allout-backward-current-level'
620 \\[allout-end-of-entry] `allout-end-of-entry'
621 \\[allout-beginning-of-current-entry] `allout-beginning-of-current-entry' (alternately, goes to hot-spot)
622 \\[allout-beginning-of-line] `allout-beginning-of-line' -- like regular beginning-of-line, but
623 if immediately repeated cycles to the beginning of the current item
624 and then to the hot-spot (if `allout-beginning-of-line-cycles' is set).
625
626
627 Topic Header Production:
628 -----------------------
629 \\[allout-open-sibtopic] `allout-open-sibtopic' Create a new sibling after current topic.
630 \\[allout-open-subtopic] `allout-open-subtopic' ... an offspring of current topic.
631 \\[allout-open-supertopic] `allout-open-supertopic' ... a sibling of the current topic's parent.
632
633 Topic Level and Prefix Adjustment:
634 ---------------------------------
635 \\[allout-shift-in] `allout-shift-in' Shift current topic and all offspring deeper
636 \\[allout-shift-out] `allout-shift-out' ... less deep
637 \\[allout-rebullet-current-heading] `allout-rebullet-current-heading' Prompt for alternate bullet for
638 current topic
639 \\[allout-rebullet-topic] `allout-rebullet-topic' Reconcile bullets of topic and
640 its offspring -- distinctive bullets are not changed, others
641 are alternated according to nesting depth.
642 \\[allout-number-siblings] `allout-number-siblings' Number bullets of topic and siblings --
643 the offspring are not affected.
644 With repeat count, revoke numbering.
645
646 Topic-oriented Killing and Yanking:
647 ----------------------------------
648 \\[allout-kill-topic] `allout-kill-topic' Kill current topic, including offspring.
649 \\[allout-copy-topic-as-kill] `allout-copy-topic-as-kill' Copy current topic, including offspring.
650 \\[allout-kill-line] `allout-kill-line' Kill line, attending to outline structure.
651 \\[allout-copy-line-as-kill] `allout-copy-line-as-kill' Copy line but don't delete it.
652 \\[allout-yank] `allout-yank' Yank, adjusting depth of yanked topic to
653 depth of heading if yanking into bare topic
654 heading (ie, prefix sans text).
655 \\[allout-yank-pop] `allout-yank-pop' Is to `allout-yank' as `yank-pop' is to `yank'.
656
657 Topic-oriented Encryption:
658 -------------------------
659 \\[allout-toggle-current-subtree-encryption] `allout-toggle-current-subtree-encryption'
660 Encrypt/Decrypt topic content
661
662 Misc commands:
663 -------------
664 M-x outlineify-sticky Activate outline mode for current buffer,
665 and establish a default file-var setting
666 for `allout-layout'.
667 \\[allout-mark-topic] `allout-mark-topic'
668 \\[allout-copy-exposed-to-buffer] `allout-copy-exposed-to-buffer'
669 Duplicate outline, sans concealed text, to
670 buffer with name derived from derived from that
671 of current buffer -- \"*BUFFERNAME exposed*\".
672 \\[allout-flatten-exposed-to-buffer] `allout-flatten-exposed-to-buffer'
673 Like above `copy-exposed', but convert topic
674 prefixes to section.subsection... numeric
675 format.
676 \\[customize-variable] allout-auto-activation
677 Prepare Emacs session for allout outline mode
678 auto-activation.
679
680 Topic Encryption
681
682 Outline mode supports gpg encryption of topics, with support for
683 symmetric and key-pair modes, and auto-encryption of topics
684 pending encryption on save.
685
686 Topics pending encryption are, by default, automatically
687 encrypted during file saves, including checkpoint saves, to avoid
688 exposing the plain text of encrypted topics in the file system.
689 If the content of the topic containing the cursor was encrypted
690 for a save, it is automatically decrypted for continued editing.
691
692 NOTE: A few GnuPG v2 versions improperly preserve incorrect
693 symmetric decryption keys, preventing entry of the correct key on
694 subsequent decryption attempts until the cache times-out. That
695 can take several minutes. (Decryption of other entries is not
696 affected.) Upgrade your EasyPG version, if you can, and you can
697 deliberately clear your gpg-agent's cache by sending it a `-HUP'
698 signal.
699
700 See `allout-toggle-current-subtree-encryption' function docstring
701 and `allout-encrypt-unencrypted-on-saves' customization variable
702 for details.
703
704 HOT-SPOT Operation
705
706 Hot-spot operation provides a means for easy, single-keystroke outline
707 navigation and exposure control.
708
709 When the text cursor is positioned directly on the bullet character of
710 a topic, regular characters (a to z) invoke the commands of the
711 corresponding allout-mode keymap control chars. For example, \"f\"
712 would invoke the command typically bound to \"C-c<space>C-f\"
713 \(\\[allout-forward-current-level] `allout-forward-current-level').
714
715 Thus, by positioning the cursor on a topic bullet, you can
716 execute the outline navigation and manipulation commands with a
717 single keystroke. Regular navigation keys (eg, \\[forward-char], \\[next-line]) don't get
718 this special translation, so you can use them to get out of the
719 hot-spot and back to normal editing operation.
720
721 In allout-mode, the normal beginning-of-line command (\\[allout-beginning-of-line]) is
722 replaced with one that makes it easy to get to the hot-spot. If you
723 repeat it immediately it cycles (if `allout-beginning-of-line-cycles'
724 is set) to the beginning of the item and then, if you hit it again
725 immediately, to the hot-spot. Similarly, `allout-beginning-of-current-entry'
726 \(\\[allout-beginning-of-current-entry]) moves to the hot-spot when the cursor is already located
727 at the beginning of the current entry.
728
729 Extending Allout
730
731 Allout exposure and authoring activities all have associated
732 hooks, by which independent code can cooperate with allout
733 without changes to the allout core. Here are key ones:
734
735 `allout-mode-hook'
736 `allout-mode-deactivate-hook' (deprecated)
737 `allout-mode-off-hook'
738 `allout-exposure-change-functions'
739 `allout-structure-added-functions'
740 `allout-structure-deleted-functions'
741 `allout-structure-shifted-functions'
742 `allout-after-copy-or-kill-hook'
743 `allout-post-undo-hook'
744
745 Terminology
746
747 Topic hierarchy constituents -- TOPICS and SUBTOPICS:
748
749 ITEM: A unitary outline element, including the HEADER and ENTRY text.
750 TOPIC: An ITEM and any ITEMs contained within it, ie having greater DEPTH
751 and with no intervening items of lower DEPTH than the container.
752 CURRENT ITEM:
753 The visible ITEM most immediately containing the cursor.
754 DEPTH: The degree of nesting of an ITEM; it increases with containment.
755 The DEPTH is determined by the HEADER PREFIX. The DEPTH is also
756 called the:
757 LEVEL: The same as DEPTH.
758
759 ANCESTORS:
760 Those ITEMs whose TOPICs contain an ITEM.
761 PARENT: An ITEM's immediate ANCESTOR. It has a DEPTH one less than that
762 of the ITEM.
763 OFFSPRING:
764 The ITEMs contained within an ITEM's TOPIC.
765 SUBTOPIC:
766 An OFFSPRING of its ANCESTOR TOPICs.
767 CHILD:
768 An immediate SUBTOPIC of its PARENT.
769 SIBLINGS:
770 TOPICs having the same PARENT and DEPTH.
771
772 Topic text constituents:
773
774 HEADER: The first line of an ITEM, include the ITEM PREFIX and HEADER
775 text.
776 ENTRY: The text content of an ITEM, before any OFFSPRING, but including
777 the HEADER text and distinct from the ITEM PREFIX.
778 BODY: Same as ENTRY.
779 PREFIX: The leading text of an ITEM which distinguishes it from normal
780 ENTRY text. Allout recognizes the outline structure according
781 to the strict PREFIX format. It consists of a PREFIX-LEAD string,
782 PREFIX-PADDING, and a BULLET. The BULLET might be followed by a
783 number, indicating the ordinal number of the topic among its
784 siblings, or an asterisk indicating encryption, plus an optional
785 space. After that is the ITEM HEADER text, which is not part of
786 the PREFIX.
787
788 The relative length of the PREFIX determines the nesting DEPTH
789 of the ITEM.
790 PREFIX-LEAD:
791 The string at the beginning of a HEADER PREFIX, by default a `.'.
792 It can be customized by changing the setting of
793 `allout-header-prefix' and then reinitializing `allout-mode'.
794
795 When the PREFIX-LEAD is set to the comment-string of a
796 programming language, outline structuring can be embedded in
797 program code without interfering with processing of the text
798 (by Emacs or the language processor) as program code. This
799 setting happens automatically when allout mode is used in
800 programming-mode buffers. See `allout-use-mode-specific-leader'
801 docstring for more detail.
802 PREFIX-PADDING:
803 Spaces or asterisks which separate the PREFIX-LEAD and the
804 bullet, determining the ITEM's DEPTH.
805 BULLET: A character at the end of the ITEM PREFIX, it must be one of
806 the characters listed on `allout-plain-bullets-string' or
807 `allout-distinctive-bullets-string'. When creating a TOPIC,
808 plain BULLETs are by default used, according to the DEPTH of the
809 TOPIC. Choice among the distinctive BULLETs is offered when you
810 provide a universal argument (\\[universal-argument]) to the
811 TOPIC creation command, or when explicitly rebulleting a TOPIC. The
812 significance of the various distinctive bullets is purely by
813 convention. See the documentation for the above bullet strings for
814 more details.
815 EXPOSURE:
816 The state of a TOPIC which determines the on-screen visibility
817 of its OFFSPRING and contained ENTRY text.
818 CONCEALED:
819 TOPICs and ENTRY text whose EXPOSURE is inhibited. Concealed
820 text is represented by \"...\" ellipses.
821
822 CONCEALED TOPICs are effectively collapsed within an ANCESTOR.
823 CLOSED: A TOPIC whose immediate OFFSPRING and body-text is CONCEALED.
824 OPEN: A TOPIC that is not CLOSED, though its OFFSPRING or BODY may be.
825
826 \(fn &optional ARG)" t nil)
827
828 (defalias 'outlinify-sticky 'outlineify-sticky)
829
830 (autoload 'outlineify-sticky "allout" "\
831 Activate outline mode and establish file var so it is started subsequently.
832
833 See `allout-layout' and customization of `allout-auto-activation'
834 for details on preparing Emacs for automatic allout activation.
835
836 \(fn &optional ARG)" t nil)
837
838 ;;;***
839 \f
840 ;;;### (autoloads nil "allout-widgets" "allout-widgets.el" (22230
841 ;;;;;; 48822 635220 263000))
842 ;;; Generated autoloads from allout-widgets.el
843 (push (purecopy '(allout-widgets 1 0)) package--builtin-versions)
844
845 (autoload 'allout-widgets-setup "allout-widgets" "\
846 Commission or decommission allout-widgets-mode along with allout-mode.
847
848 Meant to be used by customization of `allout-widgets-auto-activation'.
849
850 \(fn VARNAME VALUE)" nil nil)
851
852 (defvar allout-widgets-auto-activation nil "\
853 Activate to enable allout icon graphics wherever allout mode is active.
854
855 Also enable `allout-auto-activation' for this to take effect upon
856 visiting an outline.
857
858 When this is set you can disable allout widgets in select files
859 by setting `allout-widgets-mode-inhibit'
860
861 Instead of setting `allout-widgets-auto-activation' you can
862 explicitly invoke `allout-widgets-mode' in allout buffers where
863 you want allout widgets operation.
864
865 See `allout-widgets-mode' for allout widgets mode features.")
866
867 (custom-autoload 'allout-widgets-auto-activation "allout-widgets" nil)
868
869 (put 'allout-widgets-mode-inhibit 'safe-local-variable (if (fboundp 'booleanp) 'booleanp (lambda (x) (member x '(t nil)))))
870
871 (autoload 'allout-widgets-mode "allout-widgets" "\
872 Toggle Allout Widgets mode.
873 With a prefix argument ARG, enable Allout Widgets mode if ARG is
874 positive, and disable it otherwise. If called from Lisp, enable
875 the mode if ARG is omitted or nil.
876
877 Allout Widgets mode is an extension of Allout mode that provides
878 graphical decoration of outline structure. It is meant to
879 operate along with `allout-mode', via `allout-mode-hook'.
880
881 The graphics include:
882
883 - guide lines connecting item bullet-icons with those of their subitems.
884
885 - icons for item bullets, varying to indicate whether or not the item
886 has subitems, and if so, whether or not the item is expanded.
887
888 - cue area between the bullet-icon and the start of the body headline,
889 for item numbering, encryption indicator, and distinctive bullets.
890
891 The bullet-icon and guide line graphics provide keybindings and mouse
892 bindings for easy outline navigation and exposure control, extending
893 outline hot-spot navigation (see `allout-mode').
894
895 \(fn &optional ARG)" t nil)
896
897 ;;;***
898 \f
899 ;;;### (autoloads nil "ange-ftp" "net/ange-ftp.el" (22230 48822 805219
900 ;;;;;; 495000))
901 ;;; Generated autoloads from net/ange-ftp.el
902
903 (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
904
905 (autoload 'ange-ftp-reread-dir "ange-ftp" "\
906 Reread remote directory DIR to update the directory cache.
907 The implementation of remote FTP file names caches directory contents
908 for speed. Therefore, when new remote files are created, Emacs
909 may not know they exist. You can use this command to reread a specific
910 directory, so that Emacs will know its current contents.
911
912 \(fn &optional DIR)" t nil)
913
914 (autoload 'ange-ftp-hook-function "ange-ftp" "\
915
916
917 \(fn OPERATION &rest ARGS)" nil nil)
918
919 ;;;***
920 \f
921 ;;;### (autoloads nil "animate" "play/animate.el" (22230 48822 858219
922 ;;;;;; 256000))
923 ;;; Generated autoloads from play/animate.el
924
925 (autoload 'animate-string "animate" "\
926 Display STRING animations starting at position VPOS, HPOS.
927 The characters start at randomly chosen places,
928 and all slide in parallel to their final positions,
929 passing through `animate-n-steps' positions before the final ones.
930 If HPOS is nil (or omitted), center the string horizontally
931 in the current window.
932
933 \(fn STRING VPOS &optional HPOS)" nil nil)
934
935 (autoload 'animate-sequence "animate" "\
936 Display animation strings from LIST-OF-STRING with buffer *Animation*.
937 Strings will be separated from each other by SPACE lines.
938 When the variable `animation-buffer-name' is non-nil display
939 animation in the buffer named by variable's value, creating the
940 buffer if one does not exist.
941
942 \(fn LIST-OF-STRINGS SPACE)" nil nil)
943
944 (autoload 'animate-birthday-present "animate" "\
945 Return a birthday present in the buffer *Birthday-Present*.
946 When optional arg NAME is non-nil or called-interactively, prompt for
947 NAME of birthday present receiver and return a birthday present in
948 the buffer *Birthday-Present-for-Name*.
949
950 \(fn &optional NAME)" t nil)
951
952 ;;;***
953 \f
954 ;;;### (autoloads nil "ansi-color" "ansi-color.el" (22230 48822 636220
955 ;;;;;; 258000))
956 ;;; Generated autoloads from ansi-color.el
957 (push (purecopy '(ansi-color 3 4 2)) package--builtin-versions)
958
959 (autoload 'ansi-color-for-comint-mode-on "ansi-color" "\
960 Set `ansi-color-for-comint-mode' to t.
961
962 \(fn)" t nil)
963
964 (autoload 'ansi-color-process-output "ansi-color" "\
965 Maybe translate SGR control sequences of comint output into text properties.
966
967 Depending on variable `ansi-color-for-comint-mode' the comint output is
968 either not processed, SGR control sequences are filtered using
969 `ansi-color-filter-region', or SGR control sequences are translated into
970 text properties using `ansi-color-apply-on-region'.
971
972 The comint output is assumed to lie between the marker
973 `comint-last-output-start' and the process-mark.
974
975 This is a good function to put in `comint-output-filter-functions'.
976
977 \(fn IGNORED)" nil nil)
978
979 ;;;***
980 \f
981 ;;;### (autoloads nil "antlr-mode" "progmodes/antlr-mode.el" (22230
982 ;;;;;; 48822 865219 224000))
983 ;;; Generated autoloads from progmodes/antlr-mode.el
984 (push (purecopy '(antlr-mode 2 2 3)) package--builtin-versions)
985
986 (autoload 'antlr-show-makefile-rules "antlr-mode" "\
987 Show Makefile rules for all grammar files in the current directory.
988 If the `major-mode' of the current buffer has the value `makefile-mode',
989 the rules are directory inserted at point. Otherwise, a *Help* buffer
990 is shown with the rules which are also put into the `kill-ring' for
991 \\[yank].
992
993 This command considers import/export vocabularies and grammar
994 inheritance and provides a value for the \"-glib\" option if necessary.
995 Customize variable `antlr-makefile-specification' for the appearance of
996 the rules.
997
998 If the file for a super-grammar cannot be determined, special file names
999 are used according to variable `antlr-unknown-file-formats' and a
1000 commentary with value `antlr-help-unknown-file-text' is added. The
1001 *Help* buffer always starts with the text in `antlr-help-rules-intro'.
1002
1003 \(fn)" t nil)
1004
1005 (autoload 'antlr-mode "antlr-mode" "\
1006 Major mode for editing ANTLR grammar files.
1007
1008 \(fn)" t nil)
1009
1010 (autoload 'antlr-set-tabs "antlr-mode" "\
1011 Use ANTLR's convention for TABs according to `antlr-tab-offset-alist'.
1012 Used in `antlr-mode'. Also a useful function in `java-mode-hook'.
1013
1014 \(fn)" nil nil)
1015
1016 ;;;***
1017 \f
1018 ;;;### (autoloads nil "appt" "calendar/appt.el" (22230 48822 649220
1019 ;;;;;; 199000))
1020 ;;; Generated autoloads from calendar/appt.el
1021
1022 (autoload 'appt-add "appt" "\
1023 Add an appointment for today at TIME with message MSG.
1024 The time should be in either 24 hour format or am/pm format.
1025 Optional argument WARNTIME is an integer (or string) giving the number
1026 of minutes before the appointment at which to start warning.
1027 The default is `appt-message-warning-time'.
1028
1029 \(fn TIME MSG &optional WARNTIME)" t nil)
1030
1031 (autoload 'appt-activate "appt" "\
1032 Toggle checking of appointments.
1033 With optional numeric argument ARG, turn appointment checking on if
1034 ARG is positive, otherwise off.
1035
1036 \(fn &optional ARG)" t nil)
1037
1038 ;;;***
1039 \f
1040 ;;;### (autoloads nil "apropos" "apropos.el" (22230 48822 636220
1041 ;;;;;; 258000))
1042 ;;; Generated autoloads from apropos.el
1043
1044 (autoload 'apropos-read-pattern "apropos" "\
1045 Read an apropos pattern, either a word list or a regexp.
1046 Returns the user pattern, either a list of words which are matched
1047 literally, or a string which is used as a regexp to search for.
1048
1049 SUBJECT is a string that is included in the prompt to identify what
1050 kind of objects to search.
1051
1052 \(fn SUBJECT)" nil nil)
1053
1054 (autoload 'apropos-user-option "apropos" "\
1055 Show user options that match PATTERN.
1056 PATTERN can be a word, a list of words (separated by spaces),
1057 or a regexp (using some regexp special characters). If it is a word,
1058 search for matches for that word as a substring. If it is a list of words,
1059 search for matches for any two (or more) of those words.
1060
1061 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1062 variables, not just user options.
1063
1064 \(fn PATTERN &optional DO-ALL)" t nil)
1065
1066 (autoload 'apropos-variable "apropos" "\
1067 Show variables that match PATTERN.
1068 With the optional argument DO-NOT-ALL non-nil (or when called
1069 interactively with the prefix \\[universal-argument]), show user
1070 options only, i.e. behave like `apropos-user-option'.
1071
1072 \(fn PATTERN &optional DO-NOT-ALL)" t nil)
1073
1074 (defalias 'command-apropos 'apropos-command)
1075
1076 (autoload 'apropos-command "apropos" "\
1077 Show commands (interactively callable functions) that match PATTERN.
1078 PATTERN can be a word, a list of words (separated by spaces),
1079 or a regexp (using some regexp special characters). If it is a word,
1080 search for matches for that word as a substring. If it is a list of words,
1081 search for matches for any two (or more) of those words.
1082
1083 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also show
1084 noninteractive functions.
1085
1086 If VAR-PREDICATE is non-nil, show only variables, and only those that
1087 satisfy the predicate VAR-PREDICATE.
1088
1089 When called from a Lisp program, a string PATTERN is used as a regexp,
1090 while a list of strings is used as a word list.
1091
1092 \(fn PATTERN &optional DO-ALL VAR-PREDICATE)" t nil)
1093
1094 (autoload 'apropos-documentation-property "apropos" "\
1095 Like (documentation-property SYMBOL PROPERTY RAW) but handle errors.
1096
1097 \(fn SYMBOL PROPERTY RAW)" nil nil)
1098
1099 (autoload 'apropos "apropos" "\
1100 Show all meaningful Lisp symbols whose names match PATTERN.
1101 Symbols are shown if they are defined as functions, variables, or
1102 faces, or if they have nonempty property lists.
1103
1104 PATTERN can be a word, a list of words (separated by spaces),
1105 or a regexp (using some regexp special characters). If it is a word,
1106 search for matches for that word as a substring. If it is a list of words,
1107 search for matches for any two (or more) of those words.
1108
1109 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil,
1110 consider all symbols (if they match PATTERN).
1111
1112 Returns list of symbols and documentation found.
1113
1114 \(fn PATTERN &optional DO-ALL)" t nil)
1115
1116 (autoload 'apropos-library "apropos" "\
1117 List the variables and functions defined by library FILE.
1118 FILE should be one of the libraries currently loaded and should
1119 thus be found in `load-history'. If `apropos-do-all' is non-nil,
1120 the output includes key-bindings of commands.
1121
1122 \(fn FILE)" t nil)
1123
1124 (autoload 'apropos-value "apropos" "\
1125 Show all symbols whose value's printed representation matches PATTERN.
1126 PATTERN can be a word, a list of words (separated by spaces),
1127 or a regexp (using some regexp special characters). If it is a word,
1128 search for matches for that word as a substring. If it is a list of words,
1129 search for matches for any two (or more) of those words.
1130
1131 With \\[universal-argument] prefix, or if `apropos-do-all' is non-nil, also looks
1132 at function definitions (arguments, documentation and body) and at the
1133 names and values of properties.
1134
1135 Returns list of symbols and values found.
1136
1137 \(fn PATTERN &optional DO-ALL)" t nil)
1138
1139 (autoload 'apropos-documentation "apropos" "\
1140 Show symbols whose documentation contains matches for PATTERN.
1141 PATTERN can be a word, a list of words (separated by spaces),
1142 or a regexp (using some regexp special characters). If it is a word,
1143 search for matches for that word as a substring. If it is a list of words,
1144 search for matches for any two (or more) of those words.
1145
1146 Note that by default this command only searches in the file specified by
1147 `internal-doc-file-name'; i.e., the etc/DOC file. With \\[universal-argument] prefix,
1148 or if `apropos-do-all' is non-nil, it searches all currently defined
1149 documentation strings.
1150
1151 Returns list of symbols and documentation found.
1152
1153 \(fn PATTERN &optional DO-ALL)" t nil)
1154
1155 ;;;***
1156 \f
1157 ;;;### (autoloads nil "arc-mode" "arc-mode.el" (22230 48822 637220
1158 ;;;;;; 254000))
1159 ;;; Generated autoloads from arc-mode.el
1160
1161 (autoload 'archive-mode "arc-mode" "\
1162 Major mode for viewing an archive file in a dired-like way.
1163 You can move around using the usual cursor motion commands.
1164 Letters no longer insert themselves.
1165 Type `e' to pull a file out of the archive and into its own buffer;
1166 or click mouse-2 on the file's line in the archive mode buffer.
1167
1168 If you edit a sub-file of this archive (as with the `e' command) and
1169 save it, the contents of that buffer will be saved back into the
1170 archive.
1171
1172 \\{archive-mode-map}
1173
1174 \(fn &optional FORCE)" nil nil)
1175
1176 ;;;***
1177 \f
1178 ;;;### (autoloads nil "array" "array.el" (22230 48822 637220 254000))
1179 ;;; Generated autoloads from array.el
1180
1181 (autoload 'array-mode "array" "\
1182 Major mode for editing arrays.
1183
1184 Array mode is a specialized mode for editing arrays. An array is
1185 considered to be a two-dimensional set of strings. The strings are
1186 NOT recognized as integers or real numbers.
1187
1188 The array MUST reside at the top of the buffer.
1189
1190 TABs are not respected, and may be converted into spaces at any time.
1191 Setting the variable `array-respect-tabs' to non-nil will prevent TAB conversion,
1192 but will cause many functions to give errors if they encounter one.
1193
1194 Upon entering array mode, you will be prompted for the values of
1195 several variables. Others will be calculated based on the values you
1196 supply. These variables are all local to the buffer. Other buffer
1197 in array mode may have different values assigned to the variables.
1198 The variables are:
1199
1200 Variables you assign:
1201 array-max-row: The number of rows in the array.
1202 array-max-column: The number of columns in the array.
1203 array-columns-per-line: The number of columns in the array per line of buffer.
1204 array-field-width: The width of each field, in characters.
1205 array-rows-numbered: A logical variable describing whether to ignore
1206 row numbers in the buffer.
1207
1208 Variables which are calculated:
1209 array-line-length: The number of characters in a buffer line.
1210 array-lines-per-row: The number of buffer lines used to display each row.
1211
1212 The following commands are available (an asterisk indicates it may
1213 take a numeric prefix argument):
1214
1215 * \\<array-mode-map>\\[array-forward-column] Move forward one column.
1216 * \\[array-backward-column] Move backward one column.
1217 * \\[array-next-row] Move down one row.
1218 * \\[array-previous-row] Move up one row.
1219
1220 * \\[array-copy-forward] Copy the current field into the column to the right.
1221 * \\[array-copy-backward] Copy the current field into the column to the left.
1222 * \\[array-copy-down] Copy the current field into the row below.
1223 * \\[array-copy-up] Copy the current field into the row above.
1224
1225 * \\[array-copy-column-forward] Copy the current column into the column to the right.
1226 * \\[array-copy-column-backward] Copy the current column into the column to the left.
1227 * \\[array-copy-row-down] Copy the current row into the row below.
1228 * \\[array-copy-row-up] Copy the current row into the row above.
1229
1230 \\[array-fill-rectangle] Copy the field at mark into every cell with row and column
1231 between that of point and mark.
1232
1233 \\[array-what-position] Display the current array row and column.
1234 \\[array-goto-cell] Go to a particular array cell.
1235
1236 \\[array-make-template] Make a template for a new array.
1237 \\[array-reconfigure-rows] Reconfigure the array.
1238 \\[array-expand-rows] Expand the array (remove row numbers and
1239 newlines inside rows)
1240
1241 \\[array-display-local-variables] Display the current values of local variables.
1242
1243 Entering array mode calls the function `array-mode-hook'.
1244
1245 \(fn)" t nil)
1246
1247 ;;;***
1248 \f
1249 ;;;### (autoloads nil "artist" "textmodes/artist.el" (22230 48822
1250 ;;;;;; 914219 3000))
1251 ;;; Generated autoloads from textmodes/artist.el
1252 (push (purecopy '(artist 1 2 6)) package--builtin-versions)
1253
1254 (autoload 'artist-mode "artist" "\
1255 Toggle Artist mode.
1256 With argument ARG, turn Artist mode on if ARG is positive.
1257 Artist lets you draw lines, squares, rectangles and poly-lines,
1258 ellipses and circles with your mouse and/or keyboard.
1259
1260 How to quit Artist mode
1261
1262 Type \\[artist-mode-off] to quit artist-mode.
1263
1264
1265 How to submit a bug report
1266
1267 Type \\[artist-submit-bug-report] to submit a bug report.
1268
1269
1270 Drawing with the mouse:
1271
1272 mouse-2
1273 shift mouse-2 Pops up a menu where you can select what to draw with
1274 mouse-1, and where you can do some settings (described
1275 below).
1276
1277 mouse-1
1278 shift mouse-1 Draws lines, rectangles or poly-lines, erases, cuts, copies
1279 or pastes:
1280
1281 Operation Not shifted Shifted
1282 --------------------------------------------------------------
1283 Pen fill-char at point line from last point
1284 to new point
1285 --------------------------------------------------------------
1286 Line Line in any direction Straight line
1287 --------------------------------------------------------------
1288 Rectangle Rectangle Square
1289 --------------------------------------------------------------
1290 Poly-line Poly-line in any dir Straight poly-lines
1291 --------------------------------------------------------------
1292 Ellipses Ellipses Circles
1293 --------------------------------------------------------------
1294 Text Text (see thru) Text (overwrite)
1295 --------------------------------------------------------------
1296 Spray-can Spray-can Set size for spray
1297 --------------------------------------------------------------
1298 Erase Erase character Erase rectangle
1299 --------------------------------------------------------------
1300 Vaporize Erase single line Erase connected
1301 lines
1302 --------------------------------------------------------------
1303 Cut Cut rectangle Cut square
1304 --------------------------------------------------------------
1305 Copy Copy rectangle Copy square
1306 --------------------------------------------------------------
1307 Paste Paste Paste
1308 --------------------------------------------------------------
1309 Flood-fill Flood-fill Flood-fill
1310 --------------------------------------------------------------
1311
1312 * Straight lines can only go horizontally, vertically
1313 or diagonally.
1314
1315 * Poly-lines are drawn while holding mouse-1 down. When you
1316 release the button, the point is set. If you want a segment
1317 to be straight, hold down shift before pressing the
1318 mouse-1 button. Click mouse-2 or mouse-3 to stop drawing
1319 poly-lines.
1320
1321 * See thru for text means that text already in the buffer
1322 will be visible through blanks in the text rendered, while
1323 overwrite means the opposite.
1324
1325 * Vaporizing connected lines only vaporizes lines whose
1326 _endpoints_ are connected. See also the variable
1327 `artist-vaporize-fuzziness'.
1328
1329 * Cut copies, then clears the rectangle/square.
1330
1331 * When drawing lines or poly-lines, you can set arrows.
1332 See below under \"Arrows\" for more info.
1333
1334 * The mode line shows the currently selected drawing operation.
1335 In addition, if it has an asterisk (*) at the end, you
1336 are currently drawing something.
1337
1338 * Be patient when flood-filling -- large areas take quite
1339 some time to fill.
1340
1341
1342 mouse-3 Erases character under pointer
1343 shift mouse-3 Erases rectangle
1344
1345
1346 Settings
1347
1348 Set fill Sets the character used when filling rectangles/squares
1349
1350 Set line Sets the character used when drawing lines
1351
1352 Erase char Sets the character used when erasing
1353
1354 Rubber-banding Toggles rubber-banding
1355
1356 Trimming Toggles trimming of line-endings (that is: when the shape
1357 is drawn, extraneous white-space at end of lines is removed)
1358
1359 Borders Toggles the drawing of line borders around filled shapes
1360
1361
1362 Drawing with keys
1363
1364 \\[artist-key-set-point] Does one of the following:
1365 For lines/rectangles/squares: sets the first/second endpoint
1366 For poly-lines: sets a point (use C-u \\[artist-key-set-point] to set last point)
1367 When erase characters: toggles erasing
1368 When cutting/copying: Sets first/last endpoint of rect/square
1369 When pasting: Pastes
1370
1371 \\[artist-select-operation] Selects what to draw
1372
1373 Move around with \\[artist-next-line], \\[artist-previous-line], \\[artist-forward-char] and \\[artist-backward-char].
1374
1375 \\[artist-select-fill-char] Sets the character to use when filling
1376 \\[artist-select-line-char] Sets the character to use when drawing
1377 \\[artist-select-erase-char] Sets the character to use when erasing
1378 \\[artist-toggle-rubber-banding] Toggles rubber-banding
1379 \\[artist-toggle-trim-line-endings] Toggles trimming of line-endings
1380 \\[artist-toggle-borderless-shapes] Toggles borders on drawn shapes
1381
1382
1383 Arrows
1384
1385 \\[artist-toggle-first-arrow] Sets/unsets an arrow at the beginning
1386 of the line/poly-line
1387
1388 \\[artist-toggle-second-arrow] Sets/unsets an arrow at the end
1389 of the line/poly-line
1390
1391
1392 Selecting operation
1393
1394 There are some keys for quickly selecting drawing operations:
1395
1396 \\[artist-select-op-line] Selects drawing lines
1397 \\[artist-select-op-straight-line] Selects drawing straight lines
1398 \\[artist-select-op-rectangle] Selects drawing rectangles
1399 \\[artist-select-op-square] Selects drawing squares
1400 \\[artist-select-op-poly-line] Selects drawing poly-lines
1401 \\[artist-select-op-straight-poly-line] Selects drawing straight poly-lines
1402 \\[artist-select-op-ellipse] Selects drawing ellipses
1403 \\[artist-select-op-circle] Selects drawing circles
1404 \\[artist-select-op-text-see-thru] Selects rendering text (see thru)
1405 \\[artist-select-op-text-overwrite] Selects rendering text (overwrite)
1406 \\[artist-select-op-spray-can] Spray with spray-can
1407 \\[artist-select-op-spray-set-size] Set size for the spray-can
1408 \\[artist-select-op-erase-char] Selects erasing characters
1409 \\[artist-select-op-erase-rectangle] Selects erasing rectangles
1410 \\[artist-select-op-vaporize-line] Selects vaporizing single lines
1411 \\[artist-select-op-vaporize-lines] Selects vaporizing connected lines
1412 \\[artist-select-op-cut-rectangle] Selects cutting rectangles
1413 \\[artist-select-op-copy-rectangle] Selects copying rectangles
1414 \\[artist-select-op-paste] Selects pasting
1415 \\[artist-select-op-flood-fill] Selects flood-filling
1416
1417
1418 Variables
1419
1420 This is a brief overview of the different variables. For more info,
1421 see the documentation for the variables (type \\[describe-variable] <variable> RET).
1422
1423 artist-rubber-banding Interactively do rubber-banding or not
1424 artist-first-char What to set at first/second point...
1425 artist-second-char ...when not rubber-banding
1426 artist-interface-with-rect If cut/copy/paste should interface with rect
1427 artist-arrows The arrows to use when drawing arrows
1428 artist-aspect-ratio Character height-to-width for squares
1429 artist-trim-line-endings Trimming of line endings
1430 artist-flood-fill-right-border Right border when flood-filling
1431 artist-flood-fill-show-incrementally Update display while filling
1432 artist-pointer-shape Pointer shape to use while drawing
1433 artist-ellipse-left-char Character to use for narrow ellipses
1434 artist-ellipse-right-char Character to use for narrow ellipses
1435 artist-borderless-shapes If shapes should have borders
1436 artist-picture-compatibility Whether or not to be picture mode compatible
1437 artist-vaporize-fuzziness Tolerance when recognizing lines
1438 artist-spray-interval Seconds between repeated sprayings
1439 artist-spray-radius Size of the spray-area
1440 artist-spray-chars The spray-\"color\"
1441 artist-spray-new-chars Initial spray-\"color\"
1442
1443 Hooks
1444
1445 Turning the mode on or off runs `artist-mode-hook'.
1446
1447
1448 Keymap summary
1449
1450 \\{artist-mode-map}
1451
1452 \(fn &optional ARG)" t nil)
1453
1454 ;;;***
1455 \f
1456 ;;;### (autoloads nil "asm-mode" "progmodes/asm-mode.el" (22230 48822
1457 ;;;;;; 866219 220000))
1458 ;;; Generated autoloads from progmodes/asm-mode.el
1459
1460 (autoload 'asm-mode "asm-mode" "\
1461 Major mode for editing typical assembler code.
1462 Features a private abbrev table and the following bindings:
1463
1464 \\[asm-colon] outdent a preceding label, tab to next tab stop.
1465 \\[tab-to-tab-stop] tab to next tab stop.
1466 \\[asm-newline] newline, then tab to next tab stop.
1467 \\[asm-comment] smart placement of assembler comments.
1468
1469 The character used for making comments is set by the variable
1470 `asm-comment-char' (which defaults to `?\\;').
1471
1472 Alternatively, you may set this variable in `asm-mode-set-comment-hook',
1473 which is called near the beginning of mode initialization.
1474
1475 Turning on Asm mode runs the hook `asm-mode-hook' at the end of initialization.
1476
1477 Special commands:
1478 \\{asm-mode-map}
1479
1480 \(fn)" t nil)
1481
1482 ;;;***
1483 \f
1484 ;;;### (autoloads nil "auth-source" "gnus/auth-source.el" (22230
1485 ;;;;;; 48822 728219 843000))
1486 ;;; Generated autoloads from gnus/auth-source.el
1487
1488 (defvar auth-source-cache-expiry 7200 "\
1489 How many seconds passwords are cached, or nil to disable
1490 expiring. Overrides `password-cache-expiry' through a
1491 let-binding.")
1492
1493 (custom-autoload 'auth-source-cache-expiry "auth-source" t)
1494
1495 ;;;***
1496 \f
1497 ;;;### (autoloads nil "autoarg" "autoarg.el" (22230 48822 637220
1498 ;;;;;; 254000))
1499 ;;; Generated autoloads from autoarg.el
1500
1501 (defvar autoarg-mode nil "\
1502 Non-nil if Autoarg mode is enabled.
1503 See the command `autoarg-mode' for a description of this minor mode.")
1504
1505 (custom-autoload 'autoarg-mode "autoarg" nil)
1506
1507 (autoload 'autoarg-mode "autoarg" "\
1508 Toggle Autoarg mode, a global minor mode.
1509 With a prefix argument ARG, enable Autoarg mode if ARG is
1510 positive, and disable it otherwise. If called from Lisp, enable
1511 the mode if ARG is omitted or nil.
1512
1513 \\<autoarg-mode-map>
1514 In Autoarg mode, digits are bound to `digit-argument', i.e. they
1515 supply prefix arguments as C-DIGIT and M-DIGIT normally do.
1516 Furthermore, C-DIGIT inserts DIGIT.
1517 \\[autoarg-terminate] terminates the prefix sequence and inserts
1518 the digits of the autoarg sequence into the buffer.
1519 Without a numeric prefix arg, the normal binding of \\[autoarg-terminate]
1520 is invoked, i.e. what it would be with Autoarg mode off.
1521
1522 For example:
1523 `6 9 \\[autoarg-terminate]' inserts `69' into the buffer, as does `C-6 C-9'.
1524 `6 9 a' inserts 69 `a's into the buffer.
1525 `6 9 \\[autoarg-terminate] \\[autoarg-terminate]' inserts `69' into the buffer and
1526 then invokes the normal binding of \\[autoarg-terminate].
1527 `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
1528
1529 \\{autoarg-mode-map}
1530
1531 \(fn &optional ARG)" t nil)
1532
1533 (defvar autoarg-kp-mode nil "\
1534 Non-nil if Autoarg-Kp mode is enabled.
1535 See the command `autoarg-kp-mode' for a description of this minor mode.
1536 Setting this variable directly does not take effect;
1537 either customize it (see the info node `Easy Customization')
1538 or call the function `autoarg-kp-mode'.")
1539
1540 (custom-autoload 'autoarg-kp-mode "autoarg" nil)
1541
1542 (autoload 'autoarg-kp-mode "autoarg" "\
1543 Toggle Autoarg-KP mode, a global minor mode.
1544 With a prefix argument ARG, enable Autoarg-KP mode if ARG is
1545 positive, and disable it otherwise. If called from Lisp, enable
1546 the mode if ARG is omitted or nil.
1547
1548 \\<autoarg-kp-mode-map>
1549 This is similar to `autoarg-mode' but rebinds the keypad keys
1550 `kp-1' etc. to supply digit arguments.
1551
1552 \\{autoarg-kp-mode-map}
1553
1554 \(fn &optional ARG)" t nil)
1555
1556 ;;;***
1557 \f
1558 ;;;### (autoloads nil "autoconf" "progmodes/autoconf.el" (22230 48822
1559 ;;;;;; 866219 220000))
1560 ;;; Generated autoloads from progmodes/autoconf.el
1561
1562 (autoload 'autoconf-mode "autoconf" "\
1563 Major mode for editing Autoconf configure.ac files.
1564
1565 \(fn)" t nil)
1566
1567 ;;;***
1568 \f
1569 ;;;### (autoloads nil "autoinsert" "autoinsert.el" (22230 48822 637220
1570 ;;;;;; 254000))
1571 ;;; Generated autoloads from autoinsert.el
1572
1573 (autoload 'auto-insert "autoinsert" "\
1574 Insert default contents into new files if variable `auto-insert' is non-nil.
1575 Matches the visited file name against the elements of `auto-insert-alist'.
1576
1577 \(fn)" t nil)
1578
1579 (autoload 'define-auto-insert "autoinsert" "\
1580 Associate CONDITION with (additional) ACTION in `auto-insert-alist'.
1581 Optional AFTER means to insert action after all existing actions for CONDITION,
1582 or if CONDITION had no actions, after all other CONDITIONs.
1583
1584 \(fn CONDITION ACTION &optional AFTER)" nil nil)
1585
1586 (defvar auto-insert-mode nil "\
1587 Non-nil if Auto-Insert mode is enabled.
1588 See the command `auto-insert-mode' for a description of this minor mode.
1589 Setting this variable directly does not take effect;
1590 either customize it (see the info node `Easy Customization')
1591 or call the function `auto-insert-mode'.")
1592
1593 (custom-autoload 'auto-insert-mode "autoinsert" nil)
1594
1595 (autoload 'auto-insert-mode "autoinsert" "\
1596 Toggle Auto-insert mode, a global minor mode.
1597 With a prefix argument ARG, enable Auto-insert mode if ARG is
1598 positive, and disable it otherwise. If called from Lisp, enable
1599 the mode if ARG is omitted or nil.
1600
1601 When Auto-insert mode is enabled, when new files are created you can
1602 insert a template for the file depending on the mode of the buffer.
1603
1604 \(fn &optional ARG)" t nil)
1605
1606 ;;;***
1607 \f
1608 ;;;### (autoloads nil "autoload" "emacs-lisp/autoload.el" (22230
1609 ;;;;;; 48822 683220 46000))
1610 ;;; Generated autoloads from emacs-lisp/autoload.el
1611
1612 (put 'generated-autoload-file 'safe-local-variable 'stringp)
1613
1614 (put 'generated-autoload-load-name 'safe-local-variable 'stringp)
1615
1616 (put 'autoload-ensure-writable 'risky-local-variable t)
1617
1618 (autoload 'update-file-autoloads "autoload" "\
1619 Update the autoloads for FILE.
1620 If prefix arg SAVE-AFTER is non-nil, save the buffer too.
1621
1622 If FILE binds `generated-autoload-file' as a file-local variable,
1623 autoloads are written into that file. Otherwise, the autoloads
1624 file is determined by OUTFILE. If called interactively, prompt
1625 for OUTFILE; if called from Lisp with OUTFILE nil, use the
1626 existing value of `generated-autoload-file'.
1627
1628 Return FILE if there was no autoload cookie in it, else nil.
1629
1630 \(fn FILE &optional SAVE-AFTER OUTFILE)" t nil)
1631
1632 (autoload 'update-directory-autoloads "autoload" "\
1633 Update autoload definitions for Lisp files in the directories DIRS.
1634 In an interactive call, you must give one argument, the name of a
1635 single directory. In a call from Lisp, you can supply multiple
1636 directories as separate arguments, but this usage is discouraged.
1637
1638 The function does NOT recursively descend into subdirectories of the
1639 directory or directories specified.
1640
1641 In an interactive call, prompt for a default output file for the
1642 autoload definitions, and temporarily bind the variable
1643 `generated-autoload-file' to this value. When called from Lisp,
1644 use the existing value of `generated-autoload-file'. If any Lisp
1645 file binds `generated-autoload-file' as a file-local variable,
1646 write its autoloads into the specified file instead.
1647
1648 \(fn &rest DIRS)" t nil)
1649
1650 (autoload 'batch-update-autoloads "autoload" "\
1651 Update loaddefs.el autoloads in batch mode.
1652 Calls `update-directory-autoloads' on the command line arguments.
1653 Definitions are written to `generated-autoload-file' (which
1654 should be non-nil).
1655
1656 \(fn)" nil nil)
1657
1658 ;;;***
1659 \f
1660 ;;;### (autoloads nil "autorevert" "autorevert.el" (22230 48822 637220
1661 ;;;;;; 254000))
1662 ;;; Generated autoloads from autorevert.el
1663
1664 (autoload 'auto-revert-mode "autorevert" "\
1665 Toggle reverting buffer when the file changes (Auto Revert mode).
1666 With a prefix argument ARG, enable Auto Revert mode if ARG is
1667 positive, and disable it otherwise. If called from Lisp, enable
1668 the mode if ARG is omitted or nil.
1669
1670 Auto Revert mode is a minor mode that affects only the current
1671 buffer. When enabled, it reverts the buffer when the file on
1672 disk changes.
1673
1674 Use `global-auto-revert-mode' to automatically revert all buffers.
1675 Use `auto-revert-tail-mode' if you know that the file will only grow
1676 without being changed in the part that is already in the buffer.
1677
1678 \(fn &optional ARG)" t nil)
1679
1680 (autoload 'turn-on-auto-revert-mode "autorevert" "\
1681 Turn on Auto-Revert Mode.
1682
1683 This function is designed to be added to hooks, for example:
1684 (add-hook \\='c-mode-hook #\\='turn-on-auto-revert-mode)
1685
1686 \(fn)" nil nil)
1687
1688 (autoload 'auto-revert-tail-mode "autorevert" "\
1689 Toggle reverting tail of buffer when the file grows.
1690 With a prefix argument ARG, enable Auto-Revert Tail mode if ARG
1691 is positive, and disable it otherwise. If called from Lisp,
1692 enable the mode if ARG is omitted or nil.
1693
1694 When Auto Revert Tail mode is enabled, the tail of the file is
1695 constantly followed, as with the shell command `tail -f'. This
1696 means that whenever the file grows on disk (presumably because
1697 some background process is appending to it from time to time),
1698 this is reflected in the current buffer.
1699
1700 You can edit the buffer and turn this mode off and on again as
1701 you please. But make sure the background process has stopped
1702 writing before you save the file!
1703
1704 Use `auto-revert-mode' for changes other than appends!
1705
1706 \(fn &optional ARG)" t nil)
1707
1708 (autoload 'turn-on-auto-revert-tail-mode "autorevert" "\
1709 Turn on Auto-Revert Tail mode.
1710
1711 This function is designed to be added to hooks, for example:
1712 (add-hook \\='my-logfile-mode-hook #\\='turn-on-auto-revert-tail-mode)
1713
1714 \(fn)" nil nil)
1715
1716 (defvar global-auto-revert-mode nil "\
1717 Non-nil if Global Auto-Revert mode is enabled.
1718 See the command `global-auto-revert-mode' for a description of this minor mode.
1719 Setting this variable directly does not take effect;
1720 either customize it (see the info node `Easy Customization')
1721 or call the function `global-auto-revert-mode'.")
1722
1723 (custom-autoload 'global-auto-revert-mode "autorevert" nil)
1724
1725 (autoload 'global-auto-revert-mode "autorevert" "\
1726 Toggle Global Auto Revert mode.
1727 With a prefix argument ARG, enable Global Auto Revert mode if ARG
1728 is positive, and disable it otherwise. If called from Lisp,
1729 enable the mode if ARG is omitted or nil.
1730
1731 Global Auto Revert mode is a global minor mode that reverts any
1732 buffer associated with a file when the file changes on disk. Use
1733 `auto-revert-mode' to revert a particular buffer.
1734
1735 If `global-auto-revert-non-file-buffers' is non-nil, this mode
1736 may also revert some non-file buffers, as described in the
1737 documentation of that variable. It ignores buffers with modes
1738 matching `global-auto-revert-ignore-modes', and buffers with a
1739 non-nil vale of `global-auto-revert-ignore-buffer'.
1740
1741 This function calls the hook `global-auto-revert-mode-hook'.
1742 It displays the text that `global-auto-revert-mode-text'
1743 specifies in the mode line.
1744
1745 \(fn &optional ARG)" t nil)
1746
1747 ;;;***
1748 \f
1749 ;;;### (autoloads nil "avoid" "avoid.el" (22230 48822 638220 249000))
1750 ;;; Generated autoloads from avoid.el
1751
1752 (defvar mouse-avoidance-mode nil "\
1753 Activate Mouse Avoidance mode.
1754 See function `mouse-avoidance-mode' for possible values.
1755 Setting this variable directly does not take effect;
1756 use either \\[customize] or the function `mouse-avoidance-mode'.")
1757
1758 (custom-autoload 'mouse-avoidance-mode "avoid" nil)
1759
1760 (autoload 'mouse-avoidance-mode "avoid" "\
1761 Set Mouse Avoidance mode to MODE.
1762 MODE should be one of the symbols `banish', `exile', `jump', `animate',
1763 `cat-and-mouse', `proteus', or `none'.
1764
1765 If MODE is nil, toggle mouse avoidance between `none' and `banish'
1766 modes. Positive numbers and symbols other than the above are treated
1767 as equivalent to `banish'; negative numbers and `-' are equivalent to `none'.
1768
1769 Effects of the different modes:
1770 * banish: Move the mouse to the upper-right corner on any keypress.
1771 * exile: Move the mouse to the corner only if the cursor gets too close,
1772 and allow it to return once the cursor is out of the way.
1773 * jump: If the cursor gets too close to the mouse, displace the mouse
1774 a random distance & direction.
1775 * animate: As `jump', but shows steps along the way for illusion of motion.
1776 * cat-and-mouse: Same as `animate'.
1777 * proteus: As `animate', but changes the shape of the mouse pointer too.
1778
1779 \(See `mouse-avoidance-threshold' for definition of \"too close\",
1780 and `mouse-avoidance-nudge-dist' and `mouse-avoidance-nudge-var' for
1781 definition of \"random distance\".)
1782
1783 \(fn &optional MODE)" t nil)
1784
1785 ;;;***
1786 \f
1787 ;;;### (autoloads nil "bat-mode" "progmodes/bat-mode.el" (22230 48822
1788 ;;;;;; 866219 220000))
1789 ;;; Generated autoloads from progmodes/bat-mode.el
1790
1791 (add-to-list 'auto-mode-alist '("\\.\\(bat\\|cmd\\)\\'" . bat-mode))
1792
1793 (autoload 'bat-mode "bat-mode" "\
1794 Major mode for editing DOS/Windows batch files.
1795
1796 Start a new script from `bat-template'. Read help pages for DOS commands
1797 with `bat-cmd-help'. Navigate between sections using `imenu'.
1798 Run script using `bat-run' and `bat-run-args'.
1799
1800 \\{bat-mode-map}
1801
1802 \(fn)" t nil)
1803
1804 ;;;***
1805 \f
1806 ;;;### (autoloads nil "battery" "battery.el" (22230 48822 638220
1807 ;;;;;; 249000))
1808 ;;; Generated autoloads from battery.el
1809 (put 'battery-mode-line-string 'risky-local-variable t)
1810
1811 (autoload 'battery "battery" "\
1812 Display battery status information in the echo area.
1813 The text being displayed in the echo area is controlled by the variables
1814 `battery-echo-area-format' and `battery-status-function'.
1815
1816 \(fn)" t nil)
1817
1818 (defvar display-battery-mode nil "\
1819 Non-nil if Display-Battery mode is enabled.
1820 See the command `display-battery-mode' for a description of this minor mode.
1821 Setting this variable directly does not take effect;
1822 either customize it (see the info node `Easy Customization')
1823 or call the function `display-battery-mode'.")
1824
1825 (custom-autoload 'display-battery-mode "battery" nil)
1826
1827 (autoload 'display-battery-mode "battery" "\
1828 Toggle battery status display in mode line (Display Battery mode).
1829 With a prefix argument ARG, enable Display Battery mode if ARG is
1830 positive, and disable it otherwise. If called from Lisp, enable
1831 the mode if ARG is omitted or nil.
1832
1833 The text displayed in the mode line is controlled by
1834 `battery-mode-line-format' and `battery-status-function'.
1835 The mode line is be updated every `battery-update-interval'
1836 seconds.
1837
1838 \(fn &optional ARG)" t nil)
1839
1840 ;;;***
1841 \f
1842 ;;;### (autoloads nil "benchmark" "emacs-lisp/benchmark.el" (22230
1843 ;;;;;; 48822 683220 46000))
1844 ;;; Generated autoloads from emacs-lisp/benchmark.el
1845
1846 (autoload 'benchmark-run "benchmark" "\
1847 Time execution of FORMS.
1848 If REPETITIONS is supplied as a number, run forms that many times,
1849 accounting for the overhead of the resulting loop. Otherwise run
1850 FORMS once.
1851 Return a list of the total elapsed time for execution, the number of
1852 garbage collections that ran, and the time taken by garbage collection.
1853 See also `benchmark-run-compiled'.
1854
1855 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1856
1857 (function-put 'benchmark-run 'lisp-indent-function '1)
1858
1859 (autoload 'benchmark-run-compiled "benchmark" "\
1860 Time execution of compiled version of FORMS.
1861 This is like `benchmark-run', but what is timed is a funcall of the
1862 byte code obtained by wrapping FORMS in a `lambda' and compiling the
1863 result. The overhead of the `lambda's is accounted for.
1864
1865 \(fn &optional REPETITIONS &rest FORMS)" nil t)
1866
1867 (function-put 'benchmark-run-compiled 'lisp-indent-function '1)
1868
1869 (autoload 'benchmark "benchmark" "\
1870 Print the time taken for REPETITIONS executions of FORM.
1871 Interactively, REPETITIONS is taken from the prefix arg.
1872 For non-interactive use see also `benchmark-run' and
1873 `benchmark-run-compiled'.
1874
1875 \(fn REPETITIONS FORM)" t nil)
1876
1877 ;;;***
1878 \f
1879 ;;;### (autoloads nil "bibtex" "textmodes/bibtex.el" (22230 48822
1880 ;;;;;; 916218 994000))
1881 ;;; Generated autoloads from textmodes/bibtex.el
1882
1883 (autoload 'bibtex-initialize "bibtex" "\
1884 (Re)Initialize BibTeX buffers.
1885 Visit the BibTeX files defined by `bibtex-files' and return a list
1886 of corresponding buffers.
1887 Initialize in these buffers `bibtex-reference-keys' if not yet set.
1888 List of BibTeX buffers includes current buffer if CURRENT is non-nil
1889 and the current buffer visits a file using `bibtex-mode'.
1890 If FORCE is non-nil, (re)initialize `bibtex-reference-keys' even if
1891 already set. If SELECT is non-nil interactively select a BibTeX buffer.
1892
1893 When called interactively, FORCE is t, CURRENT is t if current buffer
1894 visits a file using `bibtex-mode', and SELECT is t if current buffer
1895 does not use `bibtex-mode',
1896
1897 \(fn &optional CURRENT FORCE SELECT)" t nil)
1898
1899 (autoload 'bibtex-mode "bibtex" "\
1900 Major mode for editing BibTeX files.
1901
1902 General information on working with BibTeX mode:
1903
1904 Use commands such as \\<bibtex-mode-map>\\[bibtex-Book] to get a template for a specific entry.
1905 Then fill in all desired fields using \\[bibtex-next-field] to jump from field
1906 to field. After having filled in all desired fields in the entry, clean the
1907 new entry with the command \\[bibtex-clean-entry].
1908
1909 Some features of BibTeX mode are available only by setting the variable
1910 `bibtex-maintain-sorted-entries' to non-nil. However, then BibTeX mode
1911 works only with buffers containing valid (syntactically correct) and sorted
1912 entries. This is usually the case, if you have created a buffer completely
1913 with BibTeX mode and finished every new entry with \\[bibtex-clean-entry].
1914
1915 For third party BibTeX files, call the command \\[bibtex-convert-alien]
1916 to fully take advantage of all features of BibTeX mode.
1917
1918
1919 Special information:
1920
1921 A command such as \\[bibtex-Book] outlines the fields for a BibTeX book entry.
1922
1923 The names of optional fields start with the string OPT, and are thus ignored
1924 by BibTeX. The names of alternative fields from which only one is required
1925 start with the string ALT. The OPT or ALT string may be removed from
1926 the name of a field with \\[bibtex-remove-OPT-or-ALT].
1927 \\[bibtex-make-field] inserts a new field after the current one.
1928 \\[bibtex-kill-field] kills the current field entirely.
1929 \\[bibtex-yank] yanks the last recently killed field after the current field.
1930 \\[bibtex-remove-delimiters] removes the double-quotes or braces around the text of the current field.
1931 \\[bibtex-empty-field] replaces the text of the current field with the default \"\" or {}.
1932 \\[bibtex-find-text] moves point to the end of the current field.
1933 \\[completion-at-point] completes word fragment before point according to context.
1934
1935 The command \\[bibtex-clean-entry] cleans the current entry, i.e. it removes OPT/ALT
1936 from the names of all non-empty optional or alternative fields, checks that
1937 no required fields are empty, and does some formatting dependent on the value
1938 of `bibtex-entry-format'. Furthermore, it can automatically generate a key
1939 for the BibTeX entry, see `bibtex-generate-autokey'.
1940 Note: some functions in BibTeX mode depend on entries being in a special
1941 format (all fields beginning on separate lines), so it is usually a bad
1942 idea to remove `realign' from `bibtex-entry-format'.
1943
1944 BibTeX mode supports Imenu and hideshow minor mode (`hs-minor-mode').
1945
1946 ----------------------------------------------------------
1947 Entry to BibTeX mode calls the value of `bibtex-mode-hook'
1948 if that value is non-nil.
1949
1950 \\{bibtex-mode-map}
1951
1952 \(fn)" t nil)
1953
1954 (autoload 'bibtex-search-entry "bibtex" "\
1955 Move point to the beginning of BibTeX entry named KEY.
1956 Return position of entry if KEY is found or nil if not found.
1957 With GLOBAL non-nil, search KEY in `bibtex-files'. Otherwise the search
1958 is limited to the current buffer. Optional arg START is buffer position
1959 where the search starts. If it is nil, start search at beginning of buffer.
1960 If DISPLAY is non-nil, display the buffer containing KEY.
1961 Otherwise, use `set-buffer'.
1962 When called interactively, START is nil, DISPLAY is t.
1963 Also, GLOBAL is t if the current mode is not `bibtex-mode'
1964 or `bibtex-search-entry-globally' is non-nil.
1965 A prefix arg negates the value of `bibtex-search-entry-globally'.
1966
1967 \(fn KEY &optional GLOBAL START DISPLAY)" t nil)
1968
1969 ;;;***
1970 \f
1971 ;;;### (autoloads nil "bibtex-style" "textmodes/bibtex-style.el"
1972 ;;;;;; (22230 48822 914219 3000))
1973 ;;; Generated autoloads from textmodes/bibtex-style.el
1974
1975 (autoload 'bibtex-style-mode "bibtex-style" "\
1976 Major mode for editing BibTeX style files.
1977
1978 \(fn)" t nil)
1979
1980 ;;;***
1981 \f
1982 ;;;### (autoloads nil "binhex" "mail/binhex.el" (22230 48822 787219
1983 ;;;;;; 577000))
1984 ;;; Generated autoloads from mail/binhex.el
1985
1986 (defconst binhex-begin-line "^:...............................................................$" "\
1987 Regular expression matching the start of a BinHex encoded region.")
1988
1989 (autoload 'binhex-decode-region-internal "binhex" "\
1990 Binhex decode region between START and END without using an external program.
1991 If HEADER-ONLY is non-nil only decode header and return filename.
1992
1993 \(fn START END &optional HEADER-ONLY)" t nil)
1994
1995 (autoload 'binhex-decode-region-external "binhex" "\
1996 Binhex decode region between START and END using external decoder.
1997
1998 \(fn START END)" t nil)
1999
2000 (autoload 'binhex-decode-region "binhex" "\
2001 Binhex decode region between START and END.
2002
2003 \(fn START END)" t nil)
2004
2005 ;;;***
2006 \f
2007 ;;;### (autoloads nil "blackbox" "play/blackbox.el" (22230 48822
2008 ;;;;;; 858219 256000))
2009 ;;; Generated autoloads from play/blackbox.el
2010
2011 (autoload 'blackbox "blackbox" "\
2012 Play blackbox.
2013 Optional prefix argument is the number of balls; the default is 4.
2014
2015 What is blackbox?
2016
2017 Blackbox is a game of hide and seek played on an 8 by 8 grid (the
2018 Blackbox). Your opponent (Emacs, in this case) has hidden several
2019 balls (usually 4) within this box. By shooting rays into the box and
2020 observing where they emerge it is possible to deduce the positions of
2021 the hidden balls. The fewer rays you use to find the balls, the lower
2022 your score.
2023
2024 Overview of play:
2025
2026 \\<blackbox-mode-map>To play blackbox, type \\[blackbox]. An optional prefix argument
2027 specifies the number of balls to be hidden in the box; the default is
2028 four.
2029
2030 The cursor can be moved around the box with the standard cursor
2031 movement keys.
2032
2033 To shoot a ray, move the cursor to the edge of the box and press SPC.
2034 The result will be determined and the playfield updated.
2035
2036 You may place or remove balls in the box by moving the cursor into the
2037 box and pressing \\[bb-romp].
2038
2039 When you think the configuration of balls you have placed is correct,
2040 press \\[bb-done]. You will be informed whether you are correct or
2041 not, and be given your score. Your score is the number of letters and
2042 numbers around the outside of the box plus five for each incorrectly
2043 placed ball. If you placed any balls incorrectly, they will be
2044 indicated with `x', and their actual positions indicated with `o'.
2045
2046 Details:
2047
2048 There are three possible outcomes for each ray you send into the box:
2049
2050 Detour: the ray is deflected and emerges somewhere other than
2051 where you sent it in. On the playfield, detours are
2052 denoted by matching pairs of numbers -- one where the
2053 ray went in, and the other where it came out.
2054
2055 Reflection: the ray is reflected and emerges in the same place
2056 it was sent in. On the playfield, reflections are
2057 denoted by the letter `R'.
2058
2059 Hit: the ray strikes a ball directly and is absorbed. It does
2060 not emerge from the box. On the playfield, hits are
2061 denoted by the letter `H'.
2062
2063 The rules for how balls deflect rays are simple and are best shown by
2064 example.
2065
2066 As a ray approaches a ball it is deflected ninety degrees. Rays can
2067 be deflected multiple times. In the diagrams below, the dashes
2068 represent empty box locations and the letter `O' represents a ball.
2069 The entrance and exit points of each ray are marked with numbers as
2070 described under \"Detour\" above. Note that the entrance and exit
2071 points are always interchangeable. `*' denotes the path taken by the
2072 ray.
2073
2074 Note carefully the relative positions of the ball and the ninety
2075 degree deflection it causes.
2076
2077 1
2078 - * - - - - - - - - - - - - - - - - - - - - - -
2079 - * - - - - - - - - - - - - - - - - - - - - - -
2080 1 * * - - - - - - - - - - - - - - - O - - - - O -
2081 - - O - - - - - - - O - - - - - - - * * * * - -
2082 - - - - - - - - - - - * * * * * 2 3 * * * - - * - -
2083 - - - - - - - - - - - * - - - - - - - O - * - -
2084 - - - - - - - - - - - * - - - - - - - - * * - -
2085 - - - - - - - - - - - * - - - - - - - - * - O -
2086 2 3
2087
2088 As mentioned above, a reflection occurs when a ray emerges from the same point
2089 it was sent in. This can happen in several ways:
2090
2091
2092 - - - - - - - - - - - - - - - - - - - - - - - -
2093 - - - - O - - - - - O - O - - - - - - - - - - -
2094 R * * * * - - - - - - - * - - - - O - - - - - - -
2095 - - - - O - - - - - - * - - - - R - - - - - - - -
2096 - - - - - - - - - - - * - - - - - - - - - - - -
2097 - - - - - - - - - - - * - - - - - - - - - - - -
2098 - - - - - - - - R * * * * - - - - - - - - - - - -
2099 - - - - - - - - - - - - O - - - - - - - - - - -
2100
2101 In the first example, the ray is deflected downwards by the upper
2102 ball, then left by the lower ball, and finally retraces its path to
2103 its point of origin. The second example is similar. The third
2104 example is a bit anomalous but can be rationalized by realizing the
2105 ray never gets a chance to get into the box. Alternatively, the ray
2106 can be thought of as being deflected downwards and immediately
2107 emerging from the box.
2108
2109 A hit occurs when a ray runs straight into a ball:
2110
2111 - - - - - - - - - - - - - - - - - - - - - - - -
2112 - - - - - - - - - - - - - - - - - - - - O - - -
2113 - - - - - - - - - - - - O - - - H * * * * - - - -
2114 - - - - - - - - H * * * * O - - - - - - * - - - -
2115 - - - - - - - - - - - - O - - - - - - O - - - -
2116 H * * * O - - - - - - - - - - - - - - - - - - - -
2117 - - - - - - - - - - - - - - - - - - - - - - - -
2118 - - - - - - - - - - - - - - - - - - - - - - - -
2119
2120 Be sure to compare the second example of a hit with the first example of
2121 a reflection.
2122
2123 \(fn NUM)" t nil)
2124
2125 ;;;***
2126 \f
2127 ;;;### (autoloads nil "bookmark" "bookmark.el" (22230 48822 638220
2128 ;;;;;; 249000))
2129 ;;; Generated autoloads from bookmark.el
2130 (define-key ctl-x-r-map "b" 'bookmark-jump)
2131 (define-key ctl-x-r-map "m" 'bookmark-set)
2132 (define-key ctl-x-r-map "M" 'bookmark-set-no-overwrite)
2133 (define-key ctl-x-r-map "l" 'bookmark-bmenu-list)
2134
2135 (defvar bookmark-map (let ((map (make-sparse-keymap))) (define-key map "x" 'bookmark-set) (define-key map "m" 'bookmark-set) (define-key map "M" 'bookmark-set-no-overwrite) (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) "\
2136 Keymap containing bindings to bookmark functions.
2137 It is not bound to any key by default: to bind it
2138 so that you have a bookmark prefix, just use `global-set-key' and bind a
2139 key of your choice to `bookmark-map'. All interactive bookmark
2140 functions have a binding in this keymap.")
2141 (fset 'bookmark-map bookmark-map)
2142
2143 (autoload 'bookmark-set "bookmark" "\
2144 Set a bookmark named NAME at the current location.
2145 If NAME is nil, then prompt the user.
2146
2147 With a prefix arg (non-nil NO-OVERWRITE), do not overwrite any
2148 existing bookmark that has the same name as NAME, but instead push the
2149 new bookmark onto the bookmark alist. The most recently set bookmark
2150 with name NAME is thus the one in effect at any given time, but the
2151 others are still there, should the user decide to delete the most
2152 recent one.
2153
2154 To yank words from the text of the buffer and use them as part of the
2155 bookmark name, type C-w while setting a bookmark. Successive C-w's
2156 yank successive words.
2157
2158 Typing C-u inserts (at the bookmark name prompt) the name of the last
2159 bookmark used in the document where the new bookmark is being set;
2160 this helps you use a single bookmark name to track progress through a
2161 large document. If there is no prior bookmark for this document, then
2162 C-u inserts an appropriate name based on the buffer or file.
2163
2164 Use \\[bookmark-delete] to remove bookmarks (you give it a name and
2165 it removes only the first instance of a bookmark with that name from
2166 the list of bookmarks.)
2167
2168 \(fn &optional NAME NO-OVERWRITE)" t nil)
2169
2170 (autoload 'bookmark-set-no-overwrite "bookmark" "\
2171 Set a bookmark named NAME at the current location.
2172 If NAME is nil, then prompt the user.
2173
2174 If a bookmark named NAME already exists and prefix argument
2175 PUSH-BOOKMARK is non-nil, then push the new bookmark onto the
2176 bookmark alist. Pushing it means that among bookmarks named
2177 NAME, this one becomes the one in effect, but the others are
2178 still there, in order, and become effective again if the user
2179 ever deletes the most recent one.
2180
2181 Otherwise, if a bookmark named NAME already exists but PUSH-BOOKMARK
2182 is nil, raise an error.
2183
2184 To yank words from the text of the buffer and use them as part of the
2185 bookmark name, type C-w while setting a bookmark. Successive C-w's
2186 yank successive words.
2187
2188 Typing C-u inserts (at the bookmark name prompt) the name of the last
2189 bookmark used in the document where the new bookmark is being set;
2190 this helps you use a single bookmark name to track progress through a
2191 large document. If there is no prior bookmark for this document, then
2192 C-u inserts an appropriate name based on the buffer or file.
2193
2194 Use \\[bookmark-delete] to remove bookmarks (you give it a name and
2195 it removes only the first instance of a bookmark with that name from
2196 the list of bookmarks.)
2197
2198 \(fn &optional NAME PUSH-BOOKMARK)" t nil)
2199
2200 (autoload 'bookmark-jump "bookmark" "\
2201 Jump to bookmark BOOKMARK (a point in some file).
2202 You may have a problem using this function if the value of variable
2203 `bookmark-alist' is nil. If that happens, you need to load in some
2204 bookmarks. See help on function `bookmark-load' for more about
2205 this.
2206
2207 If the file pointed to by BOOKMARK no longer exists, you will be asked
2208 if you wish to give the bookmark a new location, and `bookmark-jump'
2209 will then jump to the new location, as well as recording it in place
2210 of the old one in the permanent bookmark record.
2211
2212 BOOKMARK is usually a bookmark name (a string). It can also be a
2213 bookmark record, but this is usually only done by programmatic callers.
2214
2215 If DISPLAY-FUNC is non-nil, it is a function to invoke to display the
2216 bookmark. It defaults to `switch-to-buffer'. A typical value for
2217 DISPLAY-FUNC would be `switch-to-buffer-other-window'.
2218
2219 \(fn BOOKMARK &optional DISPLAY-FUNC)" t nil)
2220
2221 (autoload 'bookmark-jump-other-window "bookmark" "\
2222 Jump to BOOKMARK in another window. See `bookmark-jump' for more.
2223
2224 \(fn BOOKMARK)" t nil)
2225
2226 (autoload 'bookmark-relocate "bookmark" "\
2227 Relocate BOOKMARK-NAME to another file, reading file name with minibuffer.
2228
2229 This makes an already existing bookmark point to that file, instead of
2230 the one it used to point at. Useful when a file has been renamed
2231 after a bookmark was set in it.
2232
2233 \(fn BOOKMARK-NAME)" t nil)
2234
2235 (autoload 'bookmark-insert-location "bookmark" "\
2236 Insert the name of the file associated with BOOKMARK-NAME.
2237
2238 Optional second arg NO-HISTORY means don't record this in the
2239 minibuffer history list `bookmark-history'.
2240
2241 \(fn BOOKMARK-NAME &optional NO-HISTORY)" t nil)
2242
2243 (defalias 'bookmark-locate 'bookmark-insert-location)
2244
2245 (autoload 'bookmark-rename "bookmark" "\
2246 Change the name of OLD-NAME bookmark to NEW-NAME name.
2247 If called from keyboard, prompt for OLD-NAME and NEW-NAME.
2248 If called from menubar, select OLD-NAME from a menu and prompt for NEW-NAME.
2249
2250 If called from Lisp, prompt for NEW-NAME if only OLD-NAME was passed
2251 as an argument. If called with two strings, then no prompting is done.
2252 You must pass at least OLD-NAME when calling from Lisp.
2253
2254 While you are entering the new name, consecutive C-w's insert
2255 consecutive words from the text of the buffer into the new bookmark
2256 name.
2257
2258 \(fn OLD-NAME &optional NEW-NAME)" t nil)
2259
2260 (autoload 'bookmark-insert "bookmark" "\
2261 Insert the text of the file pointed to by bookmark BOOKMARK-NAME.
2262 BOOKMARK-NAME is a bookmark name (a string), not a bookmark record.
2263
2264 You may have a problem using this function if the value of variable
2265 `bookmark-alist' is nil. If that happens, you need to load in some
2266 bookmarks. See help on function `bookmark-load' for more about
2267 this.
2268
2269 \(fn BOOKMARK-NAME)" t nil)
2270
2271 (autoload 'bookmark-delete "bookmark" "\
2272 Delete BOOKMARK-NAME from the bookmark list.
2273
2274 Removes only the first instance of a bookmark with that name. If
2275 there are one or more other bookmarks with the same name, they will
2276 not be deleted. Defaults to the \"current\" bookmark (that is, the
2277 one most recently used in this file, if any).
2278 Optional second arg BATCH means don't update the bookmark list buffer,
2279 probably because we were called from there.
2280
2281 \(fn BOOKMARK-NAME &optional BATCH)" t nil)
2282
2283 (autoload 'bookmark-write "bookmark" "\
2284 Write bookmarks to a file (reading the file name with the minibuffer).
2285
2286 \(fn)" t nil)
2287
2288 (function-put 'bookmark-write 'interactive-only 'bookmark-save)
2289
2290 (autoload 'bookmark-save "bookmark" "\
2291 Save currently defined bookmarks.
2292 Saves by default in the file defined by the variable
2293 `bookmark-default-file'. With a prefix arg, save it in file FILE
2294 \(second argument).
2295
2296 If you are calling this from Lisp, the two arguments are PARG and
2297 FILE, and if you just want it to write to the default file, then
2298 pass no arguments. Or pass in nil and FILE, and it will save in FILE
2299 instead. If you pass in one argument, and it is non-nil, then the
2300 user will be interactively queried for a file to save in.
2301
2302 When you want to load in the bookmarks from a file, use
2303 `bookmark-load', \\[bookmark-load]. That function will prompt you
2304 for a file, defaulting to the file defined by variable
2305 `bookmark-default-file'.
2306
2307 \(fn &optional PARG FILE)" t nil)
2308
2309 (autoload 'bookmark-load "bookmark" "\
2310 Load bookmarks from FILE (which must be in bookmark format).
2311 Appends loaded bookmarks to the front of the list of bookmarks. If
2312 optional second argument OVERWRITE is non-nil, existing bookmarks are
2313 destroyed. Optional third arg NO-MSG means don't display any messages
2314 while loading.
2315
2316 If you load a file that doesn't contain a proper bookmark alist, you
2317 will corrupt Emacs's bookmark list. Generally, you should only load
2318 in files that were created with the bookmark functions in the first
2319 place. Your own personal bookmark file, `~/.emacs.bmk', is
2320 maintained automatically by Emacs; you shouldn't need to load it
2321 explicitly.
2322
2323 If you load a file containing bookmarks with the same names as
2324 bookmarks already present in your Emacs, the new bookmarks will get
2325 unique numeric suffixes \"<2>\", \"<3>\", etc.
2326
2327 \(fn FILE &optional OVERWRITE NO-MSG)" t nil)
2328
2329 (autoload 'bookmark-bmenu-list "bookmark" "\
2330 Display a list of existing bookmarks.
2331 The list is displayed in a buffer named `*Bookmark List*'.
2332 The leftmost column displays a D if the bookmark is flagged for
2333 deletion, or > if it is flagged for displaying.
2334
2335 \(fn)" t nil)
2336
2337 (defalias 'list-bookmarks 'bookmark-bmenu-list)
2338
2339 (defalias 'edit-bookmarks 'bookmark-bmenu-list)
2340
2341 (autoload 'bookmark-bmenu-search "bookmark" "\
2342 Incremental search of bookmarks, hiding the non-matches as we go.
2343
2344 \(fn)" t nil)
2345
2346 (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))
2347
2348 (defalias 'menu-bar-bookmark-map menu-bar-bookmark-map)
2349
2350 ;;;***
2351 \f
2352 ;;;### (autoloads nil "browse-url" "net/browse-url.el" (22230 48822
2353 ;;;;;; 806219 491000))
2354 ;;; Generated autoloads from net/browse-url.el
2355
2356 (defvar browse-url-browser-function 'browse-url-default-browser "\
2357 Function to display the current buffer in a WWW browser.
2358 This is used by the `browse-url-at-point', `browse-url-at-mouse', and
2359 `browse-url-of-file' commands.
2360
2361 If the value is not a function it should be a list of pairs
2362 \(REGEXP . FUNCTION). In this case the function called will be the one
2363 associated with the first REGEXP which matches the current URL. The
2364 function is passed the URL and any other args of `browse-url'. The last
2365 regexp should probably be \".\" to specify a default browser.")
2366
2367 (custom-autoload 'browse-url-browser-function "browse-url" t)
2368
2369 (autoload 'browse-url-of-file "browse-url" "\
2370 Ask a WWW browser to display FILE.
2371 Display the current buffer's file if FILE is nil or if called
2372 interactively. Turn the filename into a URL with function
2373 `browse-url-file-url'. Pass the URL to a browser using the
2374 `browse-url' function then run `browse-url-of-file-hook'.
2375
2376 \(fn &optional FILE)" t nil)
2377
2378 (autoload 'browse-url-of-buffer "browse-url" "\
2379 Ask a WWW browser to display BUFFER.
2380 Display the current buffer if BUFFER is nil. Display only the
2381 currently visible part of BUFFER (from a temporary file) if buffer is
2382 narrowed.
2383
2384 \(fn &optional BUFFER)" t nil)
2385
2386 (autoload 'browse-url-of-dired-file "browse-url" "\
2387 In Dired, ask a WWW browser to display the file named on this line.
2388
2389 \(fn)" t nil)
2390
2391 (autoload 'browse-url-of-region "browse-url" "\
2392 Ask a WWW browser to display the current region.
2393
2394 \(fn MIN MAX)" t nil)
2395
2396 (autoload 'browse-url "browse-url" "\
2397 Ask a WWW browser to load URL.
2398 Prompt for a URL, defaulting to the URL at or before point.
2399 Invokes a suitable browser function which does the actual job.
2400 The variable `browse-url-browser-function' says which browser function to
2401 use. If the URL is a mailto: URL, consult `browse-url-mailto-function'
2402 first, if that exists.
2403
2404 The additional ARGS are passed to the browser function. See the doc
2405 strings of the actual functions, starting with `browse-url-browser-function',
2406 for information about the significance of ARGS (most of the functions
2407 ignore it).
2408 If ARGS are omitted, the default is to pass `browse-url-new-window-flag'
2409 as ARGS.
2410
2411 \(fn URL &rest ARGS)" t nil)
2412
2413 (autoload 'browse-url-at-point "browse-url" "\
2414 Ask a WWW browser to load the URL at or before point.
2415 Variable `browse-url-browser-function' says which browser to use.
2416 Optional prefix argument ARG non-nil inverts the value of the option
2417 `browse-url-new-window-flag'.
2418
2419 \(fn &optional ARG)" t nil)
2420
2421 (autoload 'browse-url-at-mouse "browse-url" "\
2422 Ask a WWW browser to load a URL clicked with the mouse.
2423 The URL is the one around or before the position of the mouse click
2424 but point is not changed. Variable `browse-url-browser-function'
2425 says which browser to use.
2426
2427 \(fn EVENT)" t nil)
2428
2429 (autoload 'browse-url-xdg-open "browse-url" "\
2430 Pass the specified URL to the \"xdg-open\" command.
2431 xdg-open is a desktop utility that calls your preferred web browser.
2432 The optional argument IGNORED is not used.
2433
2434 \(fn URL &optional IGNORED)" t nil)
2435
2436 (autoload 'browse-url-netscape "browse-url" "\
2437 Ask the Netscape WWW browser to load URL.
2438 Default to the URL around or before point. The strings in variable
2439 `browse-url-netscape-arguments' are also passed to Netscape.
2440
2441 When called interactively, if variable `browse-url-new-window-flag' is
2442 non-nil, load the document in a new Netscape window, otherwise use a
2443 random existing one. A non-nil interactive prefix argument reverses
2444 the effect of `browse-url-new-window-flag'.
2445
2446 If `browse-url-netscape-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 NEW-WINDOW is
2451 used instead of `browse-url-new-window-flag'.
2452
2453 \(fn URL &optional NEW-WINDOW)" t nil)
2454
2455 (make-obsolete 'browse-url-netscape 'nil '"25.1")
2456
2457 (autoload 'browse-url-mozilla "browse-url" "\
2458 Ask the Mozilla WWW browser to load URL.
2459 Default to the URL around or before point. The strings in variable
2460 `browse-url-mozilla-arguments' are also passed to Mozilla.
2461
2462 When called interactively, if variable `browse-url-new-window-flag' is
2463 non-nil, load the document in a new Mozilla window, otherwise use a
2464 random existing one. A non-nil interactive prefix argument reverses
2465 the effect of `browse-url-new-window-flag'.
2466
2467 If `browse-url-mozilla-new-window-is-tab' is non-nil, then whenever a
2468 document would otherwise be loaded in a new window, it is loaded in a
2469 new tab in an existing window instead.
2470
2471 When called non-interactively, optional second argument NEW-WINDOW is
2472 used instead of `browse-url-new-window-flag'.
2473
2474 \(fn URL &optional NEW-WINDOW)" t nil)
2475
2476 (autoload 'browse-url-firefox "browse-url" "\
2477 Ask the Firefox WWW browser to load URL.
2478 Defaults to the URL around or before point. Passes the strings
2479 in the variable `browse-url-firefox-arguments' to Firefox.
2480
2481 Interactively, if the variable `browse-url-new-window-flag' is non-nil,
2482 loads the document in a new Firefox window. A non-nil prefix argument
2483 reverses the effect of `browse-url-new-window-flag'.
2484
2485 If `browse-url-firefox-new-window-is-tab' is non-nil, then
2486 whenever a document would otherwise be loaded in a new window, it
2487 is loaded in a new tab in an existing window instead.
2488
2489 Non-interactively, this uses the optional second argument NEW-WINDOW
2490 instead of `browse-url-new-window-flag'.
2491
2492 \(fn URL &optional NEW-WINDOW)" t nil)
2493
2494 (autoload 'browse-url-chromium "browse-url" "\
2495 Ask the Chromium WWW browser to load URL.
2496 Default to the URL around or before point. The strings in
2497 variable `browse-url-chromium-arguments' are also passed to
2498 Chromium.
2499 The optional argument NEW-WINDOW is not used.
2500
2501 \(fn URL &optional NEW-WINDOW)" t nil)
2502
2503 (autoload 'browse-url-galeon "browse-url" "\
2504 Ask the Galeon WWW browser to load URL.
2505 Default to the URL around or before point. The strings in variable
2506 `browse-url-galeon-arguments' are also passed to Galeon.
2507
2508 When called interactively, if variable `browse-url-new-window-flag' is
2509 non-nil, load the document in a new Galeon window, otherwise use a
2510 random existing one. A non-nil interactive prefix argument reverses
2511 the effect of `browse-url-new-window-flag'.
2512
2513 If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a
2514 document would otherwise be loaded in a new window, it is loaded in a
2515 new tab in an existing window instead.
2516
2517 When called non-interactively, optional second argument NEW-WINDOW is
2518 used instead of `browse-url-new-window-flag'.
2519
2520 \(fn URL &optional NEW-WINDOW)" t nil)
2521
2522 (make-obsolete 'browse-url-galeon 'nil '"25.1")
2523
2524 (autoload 'browse-url-emacs "browse-url" "\
2525 Ask Emacs to load URL into a buffer and show it in another window.
2526
2527 \(fn URL &optional NEW-WINDOW)" t nil)
2528
2529 (autoload 'browse-url-gnome-moz "browse-url" "\
2530 Ask Mozilla/Netscape to load URL via the GNOME program `gnome-moz-remote'.
2531 Default to the URL around or before point. The strings in variable
2532 `browse-url-gnome-moz-arguments' are also passed.
2533
2534 When called interactively, if variable `browse-url-new-window-flag' is
2535 non-nil, load the document in a new browser window, otherwise use an
2536 existing one. A non-nil interactive prefix argument reverses the
2537 effect of `browse-url-new-window-flag'.
2538
2539 When called non-interactively, optional second argument NEW-WINDOW is
2540 used instead of `browse-url-new-window-flag'.
2541
2542 \(fn URL &optional NEW-WINDOW)" t nil)
2543
2544 (make-obsolete 'browse-url-gnome-moz 'nil '"25.1")
2545
2546 (autoload 'browse-url-mosaic "browse-url" "\
2547 Ask the XMosaic WWW browser to load URL.
2548
2549 Default to the URL around or before point. The strings in variable
2550 `browse-url-mosaic-arguments' are also passed to Mosaic and the
2551 program is invoked according to the variable
2552 `browse-url-mosaic-program'.
2553
2554 When called interactively, if variable `browse-url-new-window-flag' is
2555 non-nil, load the document in a new Mosaic window, otherwise use a
2556 random existing one. A non-nil interactive prefix argument reverses
2557 the effect of `browse-url-new-window-flag'.
2558
2559 When called non-interactively, optional second argument NEW-WINDOW is
2560 used instead of `browse-url-new-window-flag'.
2561
2562 \(fn URL &optional NEW-WINDOW)" t nil)
2563
2564 (make-obsolete 'browse-url-mosaic 'nil '"25.1")
2565
2566 (autoload 'browse-url-cci "browse-url" "\
2567 Ask the XMosaic WWW browser to load URL.
2568 Default to the URL around or before point.
2569
2570 This function only works for XMosaic version 2.5 or later. You must
2571 select `CCI' from XMosaic's File menu, set the CCI Port Address to the
2572 value of variable `browse-url-CCI-port', and enable `Accept requests'.
2573
2574 When called interactively, if variable `browse-url-new-window-flag' is
2575 non-nil, load the document in a new browser window, otherwise use a
2576 random existing one. A non-nil interactive prefix argument reverses
2577 the effect of `browse-url-new-window-flag'.
2578
2579 When called non-interactively, optional second argument NEW-WINDOW is
2580 used instead of `browse-url-new-window-flag'.
2581
2582 \(fn URL &optional NEW-WINDOW)" t nil)
2583
2584 (make-obsolete 'browse-url-cci 'nil '"25.1")
2585
2586 (autoload 'browse-url-conkeror "browse-url" "\
2587 Ask the Conkeror WWW browser to load URL.
2588 Default to the URL around or before point. Also pass the strings
2589 in the variable `browse-url-conkeror-arguments' to Conkeror.
2590
2591 When called interactively, if variable
2592 `browse-url-new-window-flag' is non-nil, load the document in a
2593 new Conkeror window, otherwise use a random existing one. A
2594 non-nil interactive prefix argument reverses the effect of
2595 `browse-url-new-window-flag'.
2596
2597 If variable `browse-url-conkeror-new-window-is-buffer' is
2598 non-nil, then whenever a document would otherwise be loaded in a
2599 new window, load it in a new buffer in an existing window instead.
2600
2601 When called non-interactively, use optional second argument
2602 NEW-WINDOW instead of `browse-url-new-window-flag'.
2603
2604 \(fn URL &optional NEW-WINDOW)" t nil)
2605
2606 (autoload 'browse-url-w3 "browse-url" "\
2607 Ask the w3 WWW browser to load URL.
2608 Default to the URL around or before point.
2609
2610 When called interactively, if variable `browse-url-new-window-flag' is
2611 non-nil, load the document in a new window. A non-nil interactive
2612 prefix argument reverses the effect of `browse-url-new-window-flag'.
2613
2614 When called non-interactively, optional second argument NEW-WINDOW is
2615 used instead of `browse-url-new-window-flag'.
2616
2617 \(fn URL &optional NEW-WINDOW)" t nil)
2618
2619 (autoload 'browse-url-w3-gnudoit "browse-url" "\
2620 Ask another Emacs running gnuserv to load the URL using the W3 browser.
2621 The `browse-url-gnudoit-program' program is used with options given by
2622 `browse-url-gnudoit-args'. Default to the URL around or before point.
2623
2624 \(fn URL &optional NEW-WINDOW)" t nil)
2625
2626 (make-obsolete 'browse-url-w3-gnudoit 'nil '"25.1")
2627
2628 (autoload 'browse-url-text-xterm "browse-url" "\
2629 Ask a text browser to load URL.
2630 URL defaults to the URL around or before point.
2631 This runs the text browser specified by `browse-url-text-browser'.
2632 in an Xterm window using the Xterm program named by `browse-url-xterm-program'
2633 with possible additional arguments `browse-url-xterm-args'.
2634 The optional argument NEW-WINDOW is not used.
2635
2636 \(fn URL &optional NEW-WINDOW)" t nil)
2637
2638 (autoload 'browse-url-text-emacs "browse-url" "\
2639 Ask a text browser to load URL.
2640 URL defaults to the URL around or before point.
2641 This runs the text browser specified by `browse-url-text-browser'.
2642 With a prefix argument, it runs a new browser process in a new buffer.
2643
2644 When called interactively, if variable `browse-url-new-window-flag' is
2645 non-nil, load the document in a new browser process in a new term window,
2646 otherwise use any existing one. A non-nil interactive prefix argument
2647 reverses the effect of `browse-url-new-window-flag'.
2648
2649 When called non-interactively, optional second argument NEW-WINDOW is
2650 used instead of `browse-url-new-window-flag'.
2651
2652 \(fn URL &optional NEW-BUFFER)" t nil)
2653
2654 (autoload 'browse-url-mail "browse-url" "\
2655 Open a new mail message buffer within Emacs for the RFC 2368 URL.
2656 Default to using the mailto: URL around or before point as the
2657 recipient's address. Supplying a non-nil interactive prefix argument
2658 will cause the mail to be composed in another window rather than the
2659 current one.
2660
2661 When called interactively, if variable `browse-url-new-window-flag' is
2662 non-nil use `compose-mail-other-window', otherwise `compose-mail'. A
2663 non-nil interactive prefix argument reverses the effect of
2664 `browse-url-new-window-flag'.
2665
2666 When called non-interactively, optional second argument NEW-WINDOW is
2667 used instead of `browse-url-new-window-flag'.
2668
2669 \(fn URL &optional NEW-WINDOW)" t nil)
2670
2671 (autoload 'browse-url-generic "browse-url" "\
2672 Ask the WWW browser defined by `browse-url-generic-program' to load URL.
2673 Default to the URL around or before point. A fresh copy of the
2674 browser is started up in a new process with possible additional arguments
2675 `browse-url-generic-args'. This is appropriate for browsers which
2676 don't offer a form of remote control.
2677
2678 \(fn URL &optional NEW-WINDOW)" t nil)
2679
2680 (autoload 'browse-url-kde "browse-url" "\
2681 Ask the KDE WWW browser to load URL.
2682 Default to the URL around or before point.
2683 The optional argument NEW-WINDOW is not used.
2684
2685 \(fn URL &optional NEW-WINDOW)" t nil)
2686
2687 (autoload 'browse-url-elinks "browse-url" "\
2688 Ask the Elinks WWW browser to load URL.
2689 Default to the URL around the point.
2690
2691 The document is loaded in a new tab of a running Elinks or, if
2692 none yet running, a newly started instance.
2693
2694 The Elinks command will be prepended by the program+arguments
2695 from `browse-url-elinks-wrapper'.
2696
2697 \(fn URL &optional NEW-WINDOW)" t nil)
2698
2699 ;;;***
2700 \f
2701 ;;;### (autoloads nil "bs" "bs.el" (22230 48822 639220 244000))
2702 ;;; Generated autoloads from bs.el
2703 (push (purecopy '(bs 1 17)) package--builtin-versions)
2704
2705 (autoload 'bs-cycle-next "bs" "\
2706 Select next buffer defined by buffer cycling.
2707 The buffers taking part in buffer cycling are defined
2708 by buffer configuration `bs-cycle-configuration-name'.
2709
2710 \(fn)" t nil)
2711
2712 (autoload 'bs-cycle-previous "bs" "\
2713 Select previous buffer defined by buffer cycling.
2714 The buffers taking part in buffer cycling are defined
2715 by buffer configuration `bs-cycle-configuration-name'.
2716
2717 \(fn)" t nil)
2718
2719 (autoload 'bs-customize "bs" "\
2720 Customization of group bs for Buffer Selection Menu.
2721
2722 \(fn)" t nil)
2723
2724 (autoload 'bs-show "bs" "\
2725 Make a menu of buffers so you can manipulate buffers or the buffer list.
2726 \\<bs-mode-map>
2727 There are many key commands similar to `Buffer-menu-mode' for
2728 manipulating the buffer list and the buffers themselves.
2729 User can move with [up] or [down], select a buffer
2730 by \\[bs-select] or [SPC]
2731
2732 Type \\[bs-kill] to leave Buffer Selection Menu without a selection.
2733 Type \\[bs-help] after invocation to get help on commands available.
2734 With prefix argument ARG show a different buffer list. Function
2735 `bs--configuration-name-for-prefix-arg' determine accordingly
2736 name of buffer configuration.
2737
2738 \(fn ARG)" t nil)
2739
2740 ;;;***
2741 \f
2742 ;;;### (autoloads nil "bubbles" "play/bubbles.el" (22230 48822 859219
2743 ;;;;;; 251000))
2744 ;;; Generated autoloads from play/bubbles.el
2745
2746 (autoload 'bubbles "bubbles" "\
2747 Play Bubbles game.
2748 \\<bubbles-mode-map>
2749 The goal is to remove all bubbles with as few moves as possible.
2750 \\[bubbles-plop] on a bubble removes that bubble and all
2751 connected bubbles of the same color. Unsupported bubbles fall
2752 down, and columns that do not contain any bubbles suck the
2753 columns on its right towards the left.
2754
2755 \\[bubbles-set-game-easy] sets the difficulty to easy.
2756 \\[bubbles-set-game-medium] sets the difficulty to medium.
2757 \\[bubbles-set-game-difficult] sets the difficulty to difficult.
2758 \\[bubbles-set-game-hard] sets the difficulty to hard.
2759
2760 \(fn)" t nil)
2761
2762 ;;;***
2763 \f
2764 ;;;### (autoloads nil "bug-reference" "progmodes/bug-reference.el"
2765 ;;;;;; (22230 48822 866219 220000))
2766 ;;; Generated autoloads from progmodes/bug-reference.el
2767
2768 (put 'bug-reference-url-format 'safe-local-variable (lambda (s) (or (stringp s) (and (symbolp s) (get s 'bug-reference-url-format)))))
2769
2770 (autoload 'bug-reference-mode "bug-reference" "\
2771 Toggle hyperlinking bug references in the buffer (Bug Reference mode).
2772 With a prefix argument ARG, enable Bug Reference mode if ARG is
2773 positive, and disable it otherwise. If called from Lisp, enable
2774 the mode if ARG is omitted or nil.
2775
2776 \(fn &optional ARG)" t nil)
2777
2778 (autoload 'bug-reference-prog-mode "bug-reference" "\
2779 Like `bug-reference-mode', but only buttonize in comments and strings.
2780
2781 \(fn &optional ARG)" t nil)
2782
2783 ;;;***
2784 \f
2785 ;;;### (autoloads nil "bytecomp" "emacs-lisp/bytecomp.el" (22230
2786 ;;;;;; 48822 685220 37000))
2787 ;;; Generated autoloads from emacs-lisp/bytecomp.el
2788 (put 'byte-compile-dynamic 'safe-local-variable 'booleanp)
2789 (put 'byte-compile-disable-print-circle 'safe-local-variable 'booleanp)
2790 (put 'byte-compile-dynamic-docstrings 'safe-local-variable 'booleanp)
2791
2792 (put 'byte-compile-warnings 'safe-local-variable (lambda (v) (or (symbolp v) (null (delq nil (mapcar (lambda (x) (not (symbolp x))) v))))))
2793
2794 (autoload 'byte-compile-disable-warning "bytecomp" "\
2795 Change `byte-compile-warnings' to disable WARNING.
2796 If `byte-compile-warnings' is t, set it to `(not WARNING)'.
2797 Otherwise, if the first element is `not', add WARNING, else remove it.
2798 Normally you should let-bind `byte-compile-warnings' before calling this,
2799 else the global value will be modified.
2800
2801 \(fn WARNING)" nil nil)
2802
2803 (autoload 'byte-compile-enable-warning "bytecomp" "\
2804 Change `byte-compile-warnings' to enable WARNING.
2805 If `byte-compile-warnings' is t, do nothing. Otherwise, if the
2806 first element is `not', remove WARNING, else add it.
2807 Normally you should let-bind `byte-compile-warnings' before calling this,
2808 else the global value will be modified.
2809
2810 \(fn WARNING)" nil nil)
2811
2812 (autoload 'byte-force-recompile "bytecomp" "\
2813 Recompile every `.el' file in DIRECTORY that already has a `.elc' file.
2814 Files in subdirectories of DIRECTORY are processed also.
2815
2816 \(fn DIRECTORY)" t nil)
2817
2818 (autoload 'byte-recompile-directory "bytecomp" "\
2819 Recompile every `.el' file in DIRECTORY that needs recompilation.
2820 This happens when a `.elc' file exists but is older than the `.el' file.
2821 Files in subdirectories of DIRECTORY are processed also.
2822
2823 If the `.elc' file does not exist, normally this function *does not*
2824 compile the corresponding `.el' file. However, if the prefix argument
2825 ARG is 0, that means do compile all those files. A nonzero
2826 ARG means ask the user, for each such `.el' file, whether to
2827 compile it. A nonzero ARG also means ask about each subdirectory
2828 before scanning it.
2829
2830 If the third argument FORCE is non-nil, recompile every `.el' file
2831 that already has a `.elc' file.
2832
2833 \(fn DIRECTORY &optional ARG FORCE)" t nil)
2834 (put 'no-byte-compile 'safe-local-variable 'booleanp)
2835
2836 (autoload 'byte-compile-file "bytecomp" "\
2837 Compile a file of Lisp code named FILENAME into a file of byte code.
2838 The output file's name is generated by passing FILENAME to the
2839 function `byte-compile-dest-file' (which see).
2840 With prefix arg (noninteractively: 2nd arg), LOAD the file after compiling.
2841 The value is non-nil if there were no errors, nil if errors.
2842
2843 \(fn FILENAME &optional LOAD)" t nil)
2844
2845 (autoload 'compile-defun "bytecomp" "\
2846 Compile and evaluate the current top-level form.
2847 Print the result in the echo area.
2848 With argument ARG, insert value in current buffer after the form.
2849
2850 \(fn &optional ARG)" t nil)
2851
2852 (autoload 'byte-compile "bytecomp" "\
2853 If FORM is a symbol, byte-compile its function definition.
2854 If FORM is a lambda or a macro, byte-compile it as a function.
2855
2856 \(fn FORM)" nil nil)
2857
2858 (autoload 'display-call-tree "bytecomp" "\
2859 Display a call graph of a specified file.
2860 This lists which functions have been called, what functions called
2861 them, and what functions they call. The list includes all functions
2862 whose definitions have been compiled in this Emacs session, as well as
2863 all functions called by those functions.
2864
2865 The call graph does not include macros, inline functions, or
2866 primitives that the byte-code interpreter knows about directly
2867 \(`eq', `cons', etc.).
2868
2869 The call tree also lists those functions which are not known to be called
2870 \(that is, to which no calls have been compiled), and which cannot be
2871 invoked interactively.
2872
2873 \(fn &optional FILENAME)" t nil)
2874
2875 (autoload 'batch-byte-compile-if-not-done "bytecomp" "\
2876 Like `byte-compile-file' but doesn't recompile if already up to date.
2877 Use this from the command line, with `-batch';
2878 it won't work in an interactive Emacs.
2879
2880 \(fn)" nil nil)
2881
2882 (autoload 'batch-byte-compile "bytecomp" "\
2883 Run `byte-compile-file' on the files remaining on the command line.
2884 Use this from the command line, with `-batch';
2885 it won't work in an interactive Emacs.
2886 Each file is processed even if an error occurred previously.
2887 For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\".
2888 If NOFORCE is non-nil, don't recompile a file that seems to be
2889 already up-to-date.
2890
2891 \(fn &optional NOFORCE)" nil nil)
2892
2893 (autoload 'batch-byte-recompile-directory "bytecomp" "\
2894 Run `byte-recompile-directory' on the dirs remaining on the command line.
2895 Must be used only with `-batch', and kills Emacs on completion.
2896 For example, invoke `emacs -batch -f batch-byte-recompile-directory .'.
2897
2898 Optional argument ARG is passed as second argument ARG to
2899 `byte-recompile-directory'; see there for its possible values
2900 and corresponding effects.
2901
2902 \(fn &optional ARG)" nil nil)
2903
2904 ;;;***
2905 \f
2906 ;;;### (autoloads nil "cal-china" "calendar/cal-china.el" (22230
2907 ;;;;;; 48822 649220 199000))
2908 ;;; Generated autoloads from calendar/cal-china.el
2909
2910 (put 'calendar-chinese-time-zone 'risky-local-variable t)
2911
2912 ;;;***
2913 \f
2914 ;;;### (autoloads nil "cal-dst" "calendar/cal-dst.el" (22230 48822
2915 ;;;;;; 650220 195000))
2916 ;;; Generated autoloads from calendar/cal-dst.el
2917
2918 (put 'calendar-daylight-savings-starts 'risky-local-variable t)
2919
2920 (put 'calendar-daylight-savings-ends 'risky-local-variable t)
2921
2922 (put 'calendar-current-time-zone-cache 'risky-local-variable t)
2923
2924 ;;;***
2925 \f
2926 ;;;### (autoloads nil "cal-hebrew" "calendar/cal-hebrew.el" (22230
2927 ;;;;;; 48822 650220 195000))
2928 ;;; Generated autoloads from calendar/cal-hebrew.el
2929
2930 (autoload 'calendar-hebrew-list-yahrzeits "cal-hebrew" "\
2931 List Yahrzeit dates for *Gregorian* DEATH-DATE from START-YEAR to END-YEAR.
2932 When called interactively from the calendar window, the date of death is taken
2933 from the cursor position.
2934
2935 \(fn DEATH-DATE START-YEAR END-YEAR)" t nil)
2936
2937 ;;;***
2938 \f
2939 ;;;### (autoloads nil "calc" "calc/calc.el" (22230 48822 647220 208000))
2940 ;;; Generated autoloads from calc/calc.el
2941 (define-key ctl-x-map "*" 'calc-dispatch)
2942
2943 (autoload 'calc-dispatch "calc" "\
2944 Invoke the GNU Emacs Calculator. See \\[calc-dispatch-help] for details.
2945
2946 \(fn &optional ARG)" t nil)
2947
2948 (autoload 'calc "calc" "\
2949 The Emacs Calculator. Full documentation is listed under \"calc-mode\".
2950
2951 \(fn &optional ARG FULL-DISPLAY INTERACTIVE)" t nil)
2952
2953 (autoload 'full-calc "calc" "\
2954 Invoke the Calculator and give it a full-sized window.
2955
2956 \(fn &optional INTERACTIVE)" t nil)
2957
2958 (autoload 'quick-calc "calc" "\
2959 Do a quick calculation in the minibuffer without invoking full Calculator.
2960 With prefix argument INSERT, insert the result in the current
2961 buffer. Otherwise, the result is copied into the kill ring.
2962
2963 \(fn &optional INSERT)" t nil)
2964
2965 (autoload 'calc-eval "calc" "\
2966 Do a quick calculation and return the result as a string.
2967 Return value will either be the formatted result in string form,
2968 or a list containing a character position and an error message in string form.
2969
2970 \(fn STR &optional SEPARATOR &rest ARGS)" nil nil)
2971
2972 (autoload 'calc-keypad "calc" "\
2973 Invoke the Calculator in \"visual keypad\" mode.
2974 This is most useful in the X window system.
2975 In this mode, click on the Calc \"buttons\" using the left mouse button.
2976 Or, position the cursor manually and do M-x calc-keypad-press.
2977
2978 \(fn &optional INTERACTIVE)" t nil)
2979
2980 (autoload 'full-calc-keypad "calc" "\
2981 Invoke the Calculator in full-screen \"visual keypad\" mode.
2982 See calc-keypad for details.
2983
2984 \(fn &optional INTERACTIVE)" t nil)
2985
2986 (autoload 'calc-grab-region "calc" "\
2987 Parse the region as a vector of numbers and push it on the Calculator stack.
2988
2989 \(fn TOP BOT ARG)" t nil)
2990
2991 (autoload 'calc-grab-rectangle "calc" "\
2992 Parse a rectangle as a matrix of numbers and push it on the Calculator stack.
2993
2994 \(fn TOP BOT ARG)" t nil)
2995
2996 (autoload 'calc-embedded "calc" "\
2997 Start Calc Embedded mode on the formula surrounding point.
2998
2999 \(fn ARG &optional END OBEG OEND)" t nil)
3000
3001 (autoload 'calc-embedded-activate "calc" "\
3002 Scan the current editing buffer for all embedded := and => formulas.
3003 Also looks for the equivalent TeX words, \\gets and \\evalto.
3004
3005 \(fn &optional ARG CBUF)" t nil)
3006
3007 (autoload 'defmath "calc" "\
3008 Define Calc function.
3009
3010 Like `defun' except that code in the body of the definition can
3011 make use of the full range of Calc data types and the usual
3012 arithmetic operations are converted to their Calc equivalents.
3013
3014 The prefix `calcFunc-' is added to the specified name to get the
3015 actual Lisp function name.
3016
3017 See Info node `(calc)Defining Functions'.
3018
3019 \(fn FUNC ARGS &rest BODY)" nil t)
3020
3021 (function-put 'defmath 'doc-string-elt '3)
3022
3023 ;;;***
3024 \f
3025 ;;;### (autoloads nil "calc-undo" "calc/calc-undo.el" (22230 48822
3026 ;;;;;; 646220 213000))
3027 ;;; Generated autoloads from calc/calc-undo.el
3028
3029 (autoload 'calc-undo "calc-undo" "\
3030
3031
3032 \(fn N)" t nil)
3033
3034 ;;;***
3035 \f
3036 ;;;### (autoloads nil "calculator" "calculator.el" (22230 48822 649220
3037 ;;;;;; 199000))
3038 ;;; Generated autoloads from calculator.el
3039
3040 (autoload 'calculator "calculator" "\
3041 Run the Emacs calculator.
3042 See the documentation for `calculator-mode' for more information.
3043
3044 \(fn)" t nil)
3045
3046 ;;;***
3047 \f
3048 ;;;### (autoloads nil "calendar" "calendar/calendar.el" (22230 48822
3049 ;;;;;; 652220 186000))
3050 ;;; Generated autoloads from calendar/calendar.el
3051
3052 (autoload 'calendar "calendar" "\
3053 Display a three-month Gregorian calendar.
3054 The three months appear side by side, with the current month in
3055 the middle surrounded by the previous and next months. The
3056 cursor is put on today's date. If optional prefix argument ARG
3057 is non-nil, prompts for the central month and year.
3058
3059 Once in the calendar window, future or past months can be moved
3060 into view. Arbitrary months can be displayed, or the calendar
3061 can be scrolled forward or backward. The cursor can be moved
3062 forward or backward by one day, one week, one month, or one year.
3063 All of these commands take prefix arguments which, when negative,
3064 cause movement in the opposite direction. For convenience, the
3065 digit keys and the minus sign are automatically prefixes. Use
3066 \\[describe-mode] for details of the key bindings in the calendar
3067 window.
3068
3069 Displays the calendar in a separate window, or optionally in a
3070 separate frame, depending on the value of `calendar-setup'.
3071
3072 If `calendar-view-diary-initially-flag' is non-nil, also displays the
3073 diary entries for the current date (or however many days
3074 `diary-number-of-entries' specifies). This variable can be
3075 overridden by `calendar-setup'. As well as being displayed,
3076 diary entries can also be marked on the calendar (see
3077 `calendar-mark-diary-entries-flag').
3078
3079 Runs the following hooks:
3080
3081 `calendar-load-hook' - after loading calendar.el
3082 `calendar-today-visible-hook', `calendar-today-invisible-hook' - after
3083 generating a calendar, if today's date is visible or not, respectively
3084 `calendar-initial-window-hook' - after first creating a calendar
3085
3086 This function is suitable for execution in an init file.
3087
3088 \(fn &optional ARG)" t nil)
3089
3090 ;;;***
3091 \f
3092 ;;;### (autoloads nil "canlock" "gnus/canlock.el" (22230 48822 728219
3093 ;;;;;; 843000))
3094 ;;; Generated autoloads from gnus/canlock.el
3095
3096 (autoload 'canlock-insert-header "canlock" "\
3097 Insert a Cancel-Key and/or a Cancel-Lock header if possible.
3098
3099 \(fn &optional ID-FOR-KEY ID-FOR-LOCK PASSWORD)" nil nil)
3100
3101 (autoload 'canlock-verify "canlock" "\
3102 Verify Cancel-Lock or Cancel-Key in BUFFER.
3103 If BUFFER is nil, the current buffer is assumed. Signal an error if
3104 it fails.
3105
3106 \(fn &optional BUFFER)" t nil)
3107
3108 ;;;***
3109 \f
3110 ;;;### (autoloads nil "cc-engine" "progmodes/cc-engine.el" (22230
3111 ;;;;;; 48822 870219 202000))
3112 ;;; Generated autoloads from progmodes/cc-engine.el
3113
3114 (autoload 'c-guess-basic-syntax "cc-engine" "\
3115 Return the syntactic context of the current line.
3116
3117 \(fn)" nil nil)
3118
3119 ;;;***
3120 \f
3121 ;;;### (autoloads nil "cc-guess" "progmodes/cc-guess.el" (22230 48822
3122 ;;;;;; 870219 202000))
3123 ;;; Generated autoloads from progmodes/cc-guess.el
3124
3125 (defvar c-guess-guessed-offsets-alist nil "\
3126 Currently guessed offsets-alist.")
3127
3128 (defvar c-guess-guessed-basic-offset nil "\
3129 Currently guessed basic-offset.")
3130
3131 (autoload 'c-guess "cc-guess" "\
3132 Guess the style in the region up to `c-guess-region-max', and install it.
3133
3134 The style is given a name based on the file's absolute file name.
3135
3136 If given a prefix argument (or if the optional argument ACCUMULATE is
3137 non-nil) then the previous guess is extended, otherwise a new guess is
3138 made from scratch.
3139
3140 \(fn &optional ACCUMULATE)" t nil)
3141
3142 (autoload 'c-guess-no-install "cc-guess" "\
3143 Guess the style in the region up to `c-guess-region-max'; don't install it.
3144
3145 If given a prefix argument (or if the optional argument ACCUMULATE is
3146 non-nil) then the previous guess is extended, otherwise a new guess is
3147 made from scratch.
3148
3149 \(fn &optional ACCUMULATE)" t nil)
3150
3151 (autoload 'c-guess-buffer "cc-guess" "\
3152 Guess the style on the whole current buffer, and install it.
3153
3154 The style is given a name based on the file's absolute file name.
3155
3156 If given a prefix argument (or if the optional argument ACCUMULATE is
3157 non-nil) then the previous guess is extended, otherwise a new guess is
3158 made from scratch.
3159
3160 \(fn &optional ACCUMULATE)" t nil)
3161
3162 (autoload 'c-guess-buffer-no-install "cc-guess" "\
3163 Guess the style on the whole current buffer; don't install it.
3164
3165 If given a prefix argument (or if the optional argument ACCUMULATE is
3166 non-nil) then the previous guess is extended, otherwise a new guess is
3167 made from scratch.
3168
3169 \(fn &optional ACCUMULATE)" t nil)
3170
3171 (autoload 'c-guess-region "cc-guess" "\
3172 Guess the style on the region and install it.
3173
3174 The style is given a name based on the file's absolute file name.
3175
3176 If given a prefix argument (or if the optional argument ACCUMULATE is
3177 non-nil) then the previous guess is extended, otherwise a new guess is
3178 made from scratch.
3179
3180 \(fn START END &optional ACCUMULATE)" t nil)
3181
3182 (autoload 'c-guess-region-no-install "cc-guess" "\
3183 Guess the style on the region; don't install it.
3184
3185 Every line of code in the region is examined and values for the following two
3186 variables are guessed:
3187
3188 * `c-basic-offset', and
3189 * the indentation values of the various syntactic symbols in
3190 `c-offsets-alist'.
3191
3192 The guessed values are put into `c-guess-guessed-basic-offset' and
3193 `c-guess-guessed-offsets-alist'.
3194
3195 Frequencies of use are taken into account when guessing, so minor
3196 inconsistencies in the indentation style shouldn't produce wrong guesses.
3197
3198 If given a prefix argument (or if the optional argument ACCUMULATE is
3199 non-nil) then the previous examination is extended, otherwise a new
3200 guess is made from scratch.
3201
3202 Note that the larger the region to guess in, the slower the guessing.
3203 So you can limit the region with `c-guess-region-max'.
3204
3205 \(fn START END &optional ACCUMULATE)" t nil)
3206
3207 (autoload 'c-guess-install "cc-guess" "\
3208 Install the latest guessed style into the current buffer.
3209 \(This guessed style is a combination of `c-guess-guessed-basic-offset',
3210 `c-guess-guessed-offsets-alist' and `c-offsets-alist'.)
3211
3212 The style is entered into CC Mode's style system by
3213 `c-add-style'. Its name is either STYLE-NAME, or a name based on
3214 the absolute file name of the file if STYLE-NAME is nil.
3215
3216 \(fn &optional STYLE-NAME)" t nil)
3217
3218 ;;;***
3219 \f
3220 ;;;### (autoloads nil "cc-mode" "progmodes/cc-mode.el" (22230 48822
3221 ;;;;;; 871219 197000))
3222 ;;; Generated autoloads from progmodes/cc-mode.el
3223
3224 (autoload 'c-initialize-cc-mode "cc-mode" "\
3225 Initialize CC Mode for use in the current buffer.
3226 If the optional NEW-STYLE-INIT is nil or left out then all necessary
3227 initialization to run CC Mode for the C language is done. Otherwise
3228 only some basic setup is done, and a call to `c-init-language-vars' or
3229 `c-init-language-vars-for' is necessary too (which gives more
3230 control). See \"cc-mode.el\" for more info.
3231
3232 \(fn &optional NEW-STYLE-INIT)" nil nil)
3233 (add-to-list 'auto-mode-alist '("\\.\\(cc\\|hh\\)\\'" . c++-mode))
3234 (add-to-list 'auto-mode-alist '("\\.[ch]\\(pp\\|xx\\|\\+\\+\\)\\'" . c++-mode))
3235 (add-to-list 'auto-mode-alist '("\\.\\(CC?\\|HH?\\)\\'" . c++-mode))
3236 (add-to-list 'auto-mode-alist '("\\.[ch]\\'" . c-mode))
3237 (add-to-list 'auto-mode-alist '("\\.y\\(acc\\)?\\'" . c-mode))
3238 (add-to-list 'auto-mode-alist '("\\.lex\\'" . c-mode))
3239 (add-to-list 'auto-mode-alist '("\\.i\\'" . c-mode))
3240 (add-to-list 'auto-mode-alist '("\\.ii\\'" . c++-mode))
3241
3242 (autoload 'c-mode "cc-mode" "\
3243 Major mode for editing C code.
3244
3245 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3246 c-mode buffer. This automatically sets up a mail buffer with version
3247 information already added. You just need to add a description of the
3248 problem, including a reproducible test case, and send the message.
3249
3250 To see what version of CC Mode you are running, enter `\\[c-version]'.
3251
3252 The hook `c-mode-common-hook' is run with no args at mode
3253 initialization, then `c-mode-hook'.
3254
3255 Key bindings:
3256 \\{c-mode-map}
3257
3258 \(fn)" t nil)
3259
3260 (autoload 'c++-mode "cc-mode" "\
3261 Major mode for editing C++ code.
3262 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3263 c++-mode buffer. This automatically sets up a mail buffer with
3264 version information already added. You just need to add a description
3265 of the problem, including a reproducible test case, and send the
3266 message.
3267
3268 To see what version of CC Mode you are running, enter `\\[c-version]'.
3269
3270 The hook `c-mode-common-hook' is run with no args at mode
3271 initialization, then `c++-mode-hook'.
3272
3273 Key bindings:
3274 \\{c++-mode-map}
3275
3276 \(fn)" t nil)
3277 (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode))
3278
3279 (autoload 'objc-mode "cc-mode" "\
3280 Major mode for editing Objective C code.
3281 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3282 objc-mode buffer. This automatically sets up a mail buffer with
3283 version information already added. You just need to add a description
3284 of the problem, including a reproducible test case, and send the
3285 message.
3286
3287 To see what version of CC Mode you are running, enter `\\[c-version]'.
3288
3289 The hook `c-mode-common-hook' is run with no args at mode
3290 initialization, then `objc-mode-hook'.
3291
3292 Key bindings:
3293 \\{objc-mode-map}
3294
3295 \(fn)" t nil)
3296 (add-to-list 'auto-mode-alist '("\\.java\\'" . java-mode))
3297
3298 (autoload 'java-mode "cc-mode" "\
3299 Major mode for editing Java code.
3300 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3301 java-mode buffer. This automatically sets up a mail buffer with
3302 version information already added. You just need to add a description
3303 of the problem, including a reproducible test case, and send the
3304 message.
3305
3306 To see what version of CC Mode you are running, enter `\\[c-version]'.
3307
3308 The hook `c-mode-common-hook' is run with no args at mode
3309 initialization, then `java-mode-hook'.
3310
3311 Key bindings:
3312 \\{java-mode-map}
3313
3314 \(fn)" t nil)
3315 (add-to-list 'auto-mode-alist '("\\.idl\\'" . idl-mode))
3316
3317 (autoload 'idl-mode "cc-mode" "\
3318 Major mode for editing CORBA's IDL, PSDL and CIDL code.
3319 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3320 idl-mode buffer. This automatically sets up a mail buffer with
3321 version information already added. You just need to add a description
3322 of the problem, including a reproducible test case, and send the
3323 message.
3324
3325 To see what version of CC Mode you are running, enter `\\[c-version]'.
3326
3327 The hook `c-mode-common-hook' is run with no args at mode
3328 initialization, then `idl-mode-hook'.
3329
3330 Key bindings:
3331 \\{idl-mode-map}
3332
3333 \(fn)" t nil)
3334 (add-to-list 'auto-mode-alist '("\\.\\(u?lpc\\|pike\\|pmod\\(\\.in\\)?\\)\\'" . pike-mode))
3335 (add-to-list 'interpreter-mode-alist '("pike" . pike-mode))
3336
3337 (autoload 'pike-mode "cc-mode" "\
3338 Major mode for editing Pike code.
3339 To submit a problem report, enter `\\[c-submit-bug-report]' from a
3340 pike-mode buffer. This automatically sets up a mail buffer with
3341 version information already added. You just need to add a description
3342 of the problem, including a reproducible test case, and send the
3343 message.
3344
3345 To see what version of CC Mode you are running, enter `\\[c-version]'.
3346
3347 The hook `c-mode-common-hook' is run with no args at mode
3348 initialization, then `pike-mode-hook'.
3349
3350 Key bindings:
3351 \\{pike-mode-map}
3352
3353 \(fn)" t nil)
3354 (add-to-list 'auto-mode-alist '("\\.awk\\'" . awk-mode))
3355 (add-to-list 'interpreter-mode-alist '("awk" . awk-mode))
3356 (add-to-list 'interpreter-mode-alist '("mawk" . awk-mode))
3357 (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
3358 (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
3359
3360 (autoload 'awk-mode "cc-mode" "\
3361 Major mode for editing AWK code.
3362 To submit a problem report, enter `\\[c-submit-bug-report]' from an
3363 awk-mode buffer. This automatically sets up a mail buffer with version
3364 information already added. You just need to add a description of the
3365 problem, including a reproducible test case, and send the message.
3366
3367 To see what version of CC Mode you are running, enter `\\[c-version]'.
3368
3369 The hook `c-mode-common-hook' is run with no args at mode
3370 initialization, then `awk-mode-hook'.
3371
3372 Key bindings:
3373 \\{awk-mode-map}
3374
3375 \(fn)" t nil)
3376
3377 ;;;***
3378 \f
3379 ;;;### (autoloads nil "cc-styles" "progmodes/cc-styles.el" (22230
3380 ;;;;;; 48822 872219 193000))
3381 ;;; Generated autoloads from progmodes/cc-styles.el
3382
3383 (autoload 'c-set-style "cc-styles" "\
3384 Set the current buffer to use the style STYLENAME.
3385 STYLENAME, a string, must be an existing CC Mode style - These are contained
3386 in the variable `c-style-alist'.
3387
3388 The variable `c-indentation-style' will get set to STYLENAME.
3389
3390 \"Setting the style\" is done by setting CC Mode's \"style variables\" to the
3391 values indicated by the pertinent entry in `c-style-alist'. Other variables
3392 might get set too.
3393
3394 If DONT-OVERRIDE is neither nil nor t, style variables whose default values
3395 have been set (more precisely, whose default values are not the symbol
3396 `set-from-style') will not be changed. This avoids overriding global settings
3397 done in your init file. It is useful to call c-set-style from a mode hook
3398 in this way.
3399
3400 If DONT-OVERRIDE is t, style variables that already have values (i.e., whose
3401 values are not the symbol `set-from-style') will not be overridden. CC Mode
3402 calls c-set-style internally in this way whilst initializing a buffer; if
3403 cc-set-style is called like this from anywhere else, it will usually behave as
3404 a null operation.
3405
3406 \(fn STYLENAME &optional DONT-OVERRIDE)" t nil)
3407
3408 (autoload 'c-add-style "cc-styles" "\
3409 Adds a style to `c-style-alist', or updates an existing one.
3410 STYLE is a string identifying the style to add or update. DESCRIPTION
3411 is an association list describing the style and must be of the form:
3412
3413 ([BASESTYLE] (VARIABLE . VALUE) [(VARIABLE . VALUE) ...])
3414
3415 See the variable `c-style-alist' for the semantics of BASESTYLE,
3416 VARIABLE and VALUE. This function also sets the current style to
3417 STYLE using `c-set-style' if the optional SET-P flag is non-nil.
3418
3419 \(fn STYLE DESCRIPTION &optional SET-P)" t nil)
3420
3421 (autoload 'c-set-offset "cc-styles" "\
3422 Change the value of a syntactic element symbol in `c-offsets-alist'.
3423 SYMBOL is the syntactic element symbol to change and OFFSET is the new
3424 offset for that syntactic element. The optional argument is not used
3425 and exists only for compatibility reasons.
3426
3427 \(fn SYMBOL OFFSET &optional IGNORED)" t nil)
3428
3429 ;;;***
3430 \f
3431 ;;;### (autoloads nil "cc-vars" "progmodes/cc-vars.el" (22230 48822
3432 ;;;;;; 872219 193000))
3433 ;;; Generated autoloads from progmodes/cc-vars.el
3434 (put 'c-basic-offset 'safe-local-variable 'integerp)
3435 (put 'c-backslash-column 'safe-local-variable 'integerp)
3436 (put 'c-file-style 'safe-local-variable 'string-or-null-p)
3437
3438 ;;;***
3439 \f
3440 ;;;### (autoloads nil "ccl" "international/ccl.el" (22230 48822 763219
3441 ;;;;;; 685000))
3442 ;;; Generated autoloads from international/ccl.el
3443
3444 (autoload 'ccl-compile "ccl" "\
3445 Return the compiled code of CCL-PROGRAM as a vector of integers.
3446
3447 \(fn CCL-PROGRAM)" nil nil)
3448
3449 (autoload 'ccl-dump "ccl" "\
3450 Disassemble compiled CCL-code CODE.
3451
3452 \(fn CODE)" nil nil)
3453
3454 (autoload 'declare-ccl-program "ccl" "\
3455 Declare NAME as a name of CCL program.
3456
3457 This macro exists for backward compatibility. In the old version of
3458 Emacs, to compile a CCL program which calls another CCL program not
3459 yet defined, it must be declared as a CCL program in advance. But,
3460 now CCL program names are resolved not at compile time but before
3461 execution.
3462
3463 Optional arg VECTOR is a compiled CCL code of the CCL program.
3464
3465 \(fn NAME &optional VECTOR)" nil t)
3466
3467 (autoload 'define-ccl-program "ccl" "\
3468 Set NAME the compiled code of CCL-PROGRAM.
3469
3470 CCL-PROGRAM has this form:
3471 (BUFFER_MAGNIFICATION
3472 CCL_MAIN_CODE
3473 [ CCL_EOF_CODE ])
3474
3475 BUFFER_MAGNIFICATION is an integer value specifying the approximate
3476 output buffer magnification size compared with the bytes of input data
3477 text. It is assured that the actual output buffer has 256 bytes
3478 more than the size calculated by BUFFER_MAGNIFICATION.
3479 If the value is zero, the CCL program can't execute `read' and
3480 `write' commands.
3481
3482 CCL_MAIN_CODE and CCL_EOF_CODE are CCL program codes. CCL_MAIN_CODE
3483 executed at first. If there's no more input data when `read' command
3484 is executed in CCL_MAIN_CODE, CCL_EOF_CODE is executed. If
3485 CCL_MAIN_CODE is terminated, CCL_EOF_CODE is not executed.
3486
3487 Here's the syntax of CCL program code in BNF notation. The lines
3488 starting by two semicolons (and optional leading spaces) describe the
3489 semantics.
3490
3491 CCL_MAIN_CODE := CCL_BLOCK
3492
3493 CCL_EOF_CODE := CCL_BLOCK
3494
3495 CCL_BLOCK := STATEMENT | (STATEMENT [STATEMENT ...])
3496
3497 STATEMENT :=
3498 SET | IF | BRANCH | LOOP | REPEAT | BREAK | READ | WRITE | CALL
3499 | TRANSLATE | MAP | LOOKUP | END
3500
3501 SET := (REG = EXPRESSION)
3502 | (REG ASSIGNMENT_OPERATOR EXPRESSION)
3503 ;; The following form is the same as (r0 = integer).
3504 | integer
3505
3506 EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
3507
3508 ;; Evaluate EXPRESSION. If the result is nonzero, execute
3509 ;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
3510 IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)
3511
3512 ;; Evaluate EXPRESSION. Provided that the result is N, execute
3513 ;; CCL_BLOCK_N.
3514 BRANCH := (branch EXPRESSION CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3515
3516 ;; Execute STATEMENTs until (break) or (end) is executed.
3517
3518 ;; Create a block of STATEMENTs for repeating. The STATEMENTs
3519 ;; are executed sequentially until REPEAT or BREAK is executed.
3520 ;; If REPEAT statement is executed, STATEMENTs are executed from the
3521 ;; start again. If BREAK statements is executed, the execution
3522 ;; exits from the block. If neither REPEAT nor BREAK is
3523 ;; executed, the execution exits from the block after executing the
3524 ;; last STATEMENT.
3525 LOOP := (loop STATEMENT [STATEMENT ...])
3526
3527 ;; Terminate the most inner loop.
3528 BREAK := (break)
3529
3530 REPEAT :=
3531 ;; Jump to the head of the most inner loop.
3532 (repeat)
3533 ;; Same as: ((write [REG | integer | string])
3534 ;; (repeat))
3535 | (write-repeat [REG | integer | string])
3536 ;; Same as: ((write REG [ARRAY])
3537 ;; (read REG)
3538 ;; (repeat))
3539 | (write-read-repeat REG [ARRAY])
3540 ;; Same as: ((write integer)
3541 ;; (read REG)
3542 ;; (repeat))
3543 | (write-read-repeat REG integer)
3544
3545 READ := ;; Set REG_0 to a byte read from the input text, set REG_1
3546 ;; to the next byte read, and so on.
3547 (read REG_0 [REG_1 ...])
3548 ;; Same as: ((read REG)
3549 ;; (if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1))
3550 | (read-if (REG OPERATOR ARG) CCL_BLOCK_0 CCL_BLOCK_1)
3551 ;; Same as: ((read REG)
3552 ;; (branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...]))
3553 | (read-branch REG CCL_BLOCK_0 [CCL_BLOCK_1 ...])
3554 ;; Read a character from the input text while parsing
3555 ;; multibyte representation, set REG_0 to the charset ID of
3556 ;; the character, set REG_1 to the code point of the
3557 ;; character. If the dimension of charset is two, set REG_1
3558 ;; to ((CODE0 << 7) | CODE1), where CODE0 is the first code
3559 ;; point and CODE1 is the second code point.
3560 | (read-multibyte-character REG_0 REG_1)
3561
3562 WRITE :=
3563 ;; Write REG_0, REG_1, ... to the output buffer. If REG_N is
3564 ;; a multibyte character, write the corresponding multibyte
3565 ;; representation.
3566 (write REG_0 [REG_1 ...])
3567 ;; Same as: ((r7 = EXPRESSION)
3568 ;; (write r7))
3569 | (write EXPRESSION)
3570 ;; Write the value of `integer' to the output buffer. If it
3571 ;; is a multibyte character, write the corresponding multibyte
3572 ;; representation.
3573 | (write integer)
3574 ;; Write the byte sequence of `string' as is to the output
3575 ;; buffer.
3576 | (write string)
3577 ;; Same as: (write string)
3578 | string
3579 ;; Provided that the value of REG is N, write Nth element of
3580 ;; ARRAY to the output buffer. If it is a multibyte
3581 ;; character, write the corresponding multibyte
3582 ;; representation.
3583 | (write REG ARRAY)
3584 ;; Write a multibyte representation of a character whose
3585 ;; charset ID is REG_0 and code point is REG_1. If the
3586 ;; dimension of the charset is two, REG_1 should be ((CODE0 <<
3587 ;; 7) | CODE1), where CODE0 is the first code point and CODE1
3588 ;; is the second code point of the character.
3589 | (write-multibyte-character REG_0 REG_1)
3590
3591 ;; Call CCL program whose name is ccl-program-name.
3592 CALL := (call ccl-program-name)
3593
3594 ;; Terminate the CCL program.
3595 END := (end)
3596
3597 ;; CCL registers that can contain any integer value. As r7 is also
3598 ;; used by CCL interpreter, its value is changed unexpectedly.
3599 REG := r0 | r1 | r2 | r3 | r4 | r5 | r6 | r7
3600
3601 ARG := REG | integer
3602
3603 OPERATOR :=
3604 ;; Normal arithmetic operators (same meaning as C code).
3605 + | - | * | / | %
3606
3607 ;; Bitwise operators (same meaning as C code)
3608 | & | `|' | ^
3609
3610 ;; Shifting operators (same meaning as C code)
3611 | << | >>
3612
3613 ;; (REG = ARG_0 <8 ARG_1) means:
3614 ;; (REG = ((ARG_0 << 8) | ARG_1))
3615 | <8
3616
3617 ;; (REG = ARG_0 >8 ARG_1) means:
3618 ;; ((REG = (ARG_0 >> 8))
3619 ;; (r7 = (ARG_0 & 255)))
3620 | >8
3621
3622 ;; (REG = ARG_0 // ARG_1) means:
3623 ;; ((REG = (ARG_0 / ARG_1))
3624 ;; (r7 = (ARG_0 % ARG_1)))
3625 | //
3626
3627 ;; Normal comparing operators (same meaning as C code)
3628 | < | > | == | <= | >= | !=
3629
3630 ;; If ARG_0 and ARG_1 are higher and lower byte of Shift-JIS
3631 ;; code, and CHAR is the corresponding JISX0208 character,
3632 ;; (REG = ARG_0 de-sjis ARG_1) means:
3633 ;; ((REG = CODE0)
3634 ;; (r7 = CODE1))
3635 ;; where CODE0 is the first code point of CHAR, CODE1 is the
3636 ;; second code point of CHAR.
3637 | de-sjis
3638
3639 ;; If ARG_0 and ARG_1 are the first and second code point of
3640 ;; JISX0208 character CHAR, and SJIS is the corresponding
3641 ;; Shift-JIS code,
3642 ;; (REG = ARG_0 en-sjis ARG_1) means:
3643 ;; ((REG = HIGH)
3644 ;; (r7 = LOW))
3645 ;; where HIGH is the higher byte of SJIS, LOW is the lower
3646 ;; byte of SJIS.
3647 | en-sjis
3648
3649 ASSIGNMENT_OPERATOR :=
3650 ;; Same meaning as C code
3651 += | -= | *= | /= | %= | &= | `|=' | ^= | <<= | >>=
3652
3653 ;; (REG <8= ARG) is the same as:
3654 ;; ((REG <<= 8)
3655 ;; (REG |= ARG))
3656 | <8=
3657
3658 ;; (REG >8= ARG) is the same as:
3659 ;; ((r7 = (REG & 255))
3660 ;; (REG >>= 8))
3661
3662 ;; (REG //= ARG) is the same as:
3663 ;; ((r7 = (REG % ARG))
3664 ;; (REG /= ARG))
3665 | //=
3666
3667 ARRAY := `[' integer ... `]'
3668
3669
3670 TRANSLATE :=
3671 ;; Decode character SRC, translate it by translate table
3672 ;; TABLE, and encode it back to DST. TABLE is specified
3673 ;; by its id number in REG_0, SRC is specified by its
3674 ;; charset id number and codepoint in REG_1 and REG_2
3675 ;; respectively.
3676 ;; On encoding, the charset of highest priority is selected.
3677 ;; After the execution, DST is specified by its charset
3678 ;; id number and codepoint in REG_1 and REG_2 respectively.
3679 (translate-character REG_0 REG_1 REG_2)
3680
3681 ;; Same as above except for SYMBOL specifying the name of
3682 ;; the translate table defined by `define-translation-table'.
3683 | (translate-character SYMBOL REG_1 REG_2)
3684
3685 LOOKUP :=
3686 ;; Look up character SRC in hash table TABLE. TABLE is
3687 ;; specified by its name in SYMBOL, and SRC is specified by
3688 ;; its charset id number and codepoint in REG_1 and REG_2
3689 ;; respectively.
3690 ;; If its associated value is an integer, set REG_1 to that
3691 ;; value, and set r7 to 1. Otherwise, set r7 to 0.
3692 (lookup-character SYMBOL REG_1 REG_2)
3693
3694 ;; Look up integer value N in hash table TABLE. TABLE is
3695 ;; specified by its name in SYMBOL and N is specified in
3696 ;; REG.
3697 ;; If its associated value is a character, set REG to that
3698 ;; value, and set r7 to 1. Otherwise, set r7 to 0.
3699 | (lookup-integer SYMBOL REG(integer))
3700
3701 MAP :=
3702 ;; The following statements are for internal use only.
3703 (iterate-multiple-map REG REG MAP-IDs)
3704 | (map-multiple REG REG (MAP-SET))
3705 | (map-single REG REG MAP-ID)
3706
3707 MAP-IDs := MAP-ID ...
3708 MAP-SET := MAP-IDs | (MAP-IDs) MAP-SET
3709 MAP-ID := integer
3710
3711 \(fn NAME CCL-PROGRAM &optional DOC)" nil t)
3712
3713 (function-put 'define-ccl-program 'doc-string-elt '3)
3714
3715 (autoload 'check-ccl-program "ccl" "\
3716 Check validity of CCL-PROGRAM.
3717 If CCL-PROGRAM is a symbol denoting a CCL program, return
3718 CCL-PROGRAM, else return nil.
3719 If CCL-PROGRAM is a vector and optional arg NAME (symbol) is supplied,
3720 register CCL-PROGRAM by name NAME, and return NAME.
3721
3722 \(fn CCL-PROGRAM &optional NAME)" nil t)
3723
3724 (autoload 'ccl-execute-with-args "ccl" "\
3725 Execute CCL-PROGRAM with registers initialized by the remaining args.
3726 The return value is a vector of resulting CCL registers.
3727
3728 See the documentation of `define-ccl-program' for the detail of CCL program.
3729
3730 \(fn CCL-PROG &rest ARGS)" nil nil)
3731
3732 ;;;***
3733 \f
3734 ;;;### (autoloads nil "cconv" "emacs-lisp/cconv.el" (22230 48822
3735 ;;;;;; 685220 37000))
3736 ;;; Generated autoloads from emacs-lisp/cconv.el
3737
3738 (autoload 'cconv-closure-convert "cconv" "\
3739 Main entry point for closure conversion.
3740 -- FORM is a piece of Elisp code after macroexpansion.
3741 -- TOPLEVEL(optional) is a boolean variable, true if we are at the root of AST
3742
3743 Returns a form where all lambdas don't have any free variables.
3744
3745 \(fn FORM)" nil nil)
3746
3747 (autoload 'cconv-warnings-only "cconv" "\
3748 Add the warnings that closure conversion would encounter.
3749
3750 \(fn FORM)" nil nil)
3751
3752 ;;;***
3753 \f
3754 ;;;### (autoloads nil "cedet" "cedet/cedet.el" (22230 48822 656220
3755 ;;;;;; 168000))
3756 ;;; Generated autoloads from cedet/cedet.el
3757 (push (purecopy '(cedet 2 0)) package--builtin-versions)
3758
3759 ;;;***
3760 \f
3761 ;;;### (autoloads nil "cfengine" "progmodes/cfengine.el" (22230 48822
3762 ;;;;;; 872219 193000))
3763 ;;; Generated autoloads from progmodes/cfengine.el
3764 (push (purecopy '(cfengine 1 4)) package--builtin-versions)
3765
3766 (autoload 'cfengine3-mode "cfengine" "\
3767 Major mode for editing CFEngine3 input.
3768 There are no special keybindings by default.
3769
3770 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3771 to the action header.
3772
3773 \(fn)" t nil)
3774
3775 (autoload 'cfengine2-mode "cfengine" "\
3776 Major mode for editing CFEngine2 input.
3777 There are no special keybindings by default.
3778
3779 Action blocks are treated as defuns, i.e. \\[beginning-of-defun] moves
3780 to the action header.
3781
3782 \(fn)" t nil)
3783
3784 (autoload 'cfengine-auto-mode "cfengine" "\
3785 Choose `cfengine2-mode' or `cfengine3-mode' by buffer contents.
3786
3787 \(fn)" t nil)
3788
3789 ;;;***
3790 \f
3791 ;;;### (autoloads nil "character-fold" "character-fold.el" (22230
3792 ;;;;;; 48822 674220 87000))
3793 ;;; Generated autoloads from character-fold.el
3794
3795 (autoload 'character-fold-to-regexp "character-fold" "\
3796 Return a regexp matching anything that character-folds into STRING.
3797 Any character in STRING that has an entry in
3798 `character-fold-table' is replaced with that entry (which is a
3799 regexp) and other characters are `regexp-quote'd.
3800
3801 If the resulting regexp would be too long for Emacs to handle,
3802 just return the result of calling `regexp-quote' on STRING.
3803
3804 FROM is for internal use. It specifies an index in the STRING
3805 from which to start.
3806
3807 \(fn STRING &optional LAX FROM)" nil nil)
3808
3809 ;;;***
3810 \f
3811 ;;;### (autoloads nil "chart" "emacs-lisp/chart.el" (22230 48822
3812 ;;;;;; 685220 37000))
3813 ;;; Generated autoloads from emacs-lisp/chart.el
3814 (push (purecopy '(chart 0 2)) package--builtin-versions)
3815
3816 ;;;***
3817 \f
3818 ;;;### (autoloads nil "check-declare" "emacs-lisp/check-declare.el"
3819 ;;;;;; (22230 48822 685220 37000))
3820 ;;; Generated autoloads from emacs-lisp/check-declare.el
3821
3822 (autoload 'check-declare-file "check-declare" "\
3823 Check veracity of all `declare-function' statements in FILE.
3824 See `check-declare-directory' for more information.
3825
3826 \(fn FILE)" t nil)
3827
3828 (autoload 'check-declare-directory "check-declare" "\
3829 Check veracity of all `declare-function' statements under directory ROOT.
3830 Returns non-nil if any false statements are found.
3831
3832 \(fn ROOT)" t nil)
3833
3834 ;;;***
3835 \f
3836 ;;;### (autoloads nil "checkdoc" "emacs-lisp/checkdoc.el" (22230
3837 ;;;;;; 48822 686220 32000))
3838 ;;; Generated autoloads from emacs-lisp/checkdoc.el
3839 (push (purecopy '(checkdoc 0 6 2)) package--builtin-versions)
3840 (put 'checkdoc-force-docstrings-flag 'safe-local-variable #'booleanp)
3841 (put 'checkdoc-force-history-flag 'safe-local-variable #'booleanp)
3842 (put 'checkdoc-permit-comma-termination-flag 'safe-local-variable #'booleanp)
3843 (put 'checkdoc-spellcheck-documentation-flag 'safe-local-variable #'booleanp)
3844 (put 'checkdoc-ispell-list-words 'safe-local-variable #'checkdoc-list-of-strings-p)
3845 (put 'checkdoc-arguments-in-order-flag 'safe-local-variable #'booleanp)
3846 (put 'checkdoc-verb-check-experimental-flag 'safe-local-variable #'booleanp)
3847 (put 'checkdoc-symbol-words 'safe-local-variable #'checkdoc-list-of-strings-p)
3848
3849 (autoload 'checkdoc-list-of-strings-p "checkdoc" "\
3850 Return t when OBJ is a list of strings.
3851
3852 \(fn OBJ)" nil nil)
3853 (put 'checkdoc-proper-noun-regexp 'safe-local-variable 'stringp)
3854 (put 'checkdoc-common-verbs-regexp 'safe-local-variable 'stringp)
3855
3856 (autoload 'checkdoc "checkdoc" "\
3857 Interactively check the entire buffer for style errors.
3858 The current status of the check will be displayed in a buffer which
3859 the users will view as each check is completed.
3860
3861 \(fn)" t nil)
3862
3863 (autoload 'checkdoc-interactive "checkdoc" "\
3864 Interactively check the current buffer for doc string errors.
3865 Prefix argument START-HERE will start the checking from the current
3866 point, otherwise the check starts at the beginning of the current
3867 buffer. Allows navigation forward and backwards through document
3868 errors. Does not check for comment or space warnings.
3869 Optional argument SHOWSTATUS indicates that we should update the
3870 checkdoc status window instead of the usual behavior.
3871
3872 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3873
3874 (autoload 'checkdoc-message-interactive "checkdoc" "\
3875 Interactively check the current buffer for message string errors.
3876 Prefix argument START-HERE will start the checking from the current
3877 point, otherwise the check starts at the beginning of the current
3878 buffer. Allows navigation forward and backwards through document
3879 errors. Does not check for comment or space warnings.
3880 Optional argument SHOWSTATUS indicates that we should update the
3881 checkdoc status window instead of the usual behavior.
3882
3883 \(fn &optional START-HERE SHOWSTATUS)" t nil)
3884
3885 (autoload 'checkdoc-eval-current-buffer "checkdoc" "\
3886 Evaluate and check documentation for the current buffer.
3887 Evaluation is done first because good documentation for something that
3888 doesn't work is just not useful. Comments, doc strings, and rogue
3889 spacing are all verified.
3890
3891 \(fn)" t nil)
3892
3893 (autoload 'checkdoc-current-buffer "checkdoc" "\
3894 Check current buffer for document, comment, error style, and rogue spaces.
3895 With a prefix argument (in Lisp, the argument TAKE-NOTES),
3896 store all errors found in a warnings buffer,
3897 otherwise stop after the first error.
3898
3899 \(fn &optional TAKE-NOTES)" t nil)
3900
3901 (autoload 'checkdoc-file "checkdoc" "\
3902 Check FILE for document, comment, error style, and rogue spaces.
3903
3904 \(fn FILE)" nil nil)
3905
3906 (autoload 'checkdoc-start "checkdoc" "\
3907 Start scanning the current buffer for documentation string style errors.
3908 Only documentation strings are checked.
3909 Use `checkdoc-continue' to continue checking if an error cannot be fixed.
3910 Prefix argument TAKE-NOTES means to collect all the warning messages into
3911 a separate buffer.
3912
3913 \(fn &optional TAKE-NOTES)" t nil)
3914
3915 (autoload 'checkdoc-continue "checkdoc" "\
3916 Find the next doc string in the current buffer which has a style error.
3917 Prefix argument TAKE-NOTES means to continue through the whole buffer and
3918 save warnings in a separate buffer. Second optional argument START-POINT
3919 is the starting location. If this is nil, `point-min' is used instead.
3920
3921 \(fn &optional TAKE-NOTES)" t nil)
3922
3923 (autoload 'checkdoc-comments "checkdoc" "\
3924 Find missing comment sections in the current Emacs Lisp file.
3925 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3926 separate buffer. Otherwise print a message. This returns the error
3927 if there is one.
3928
3929 \(fn &optional TAKE-NOTES)" t nil)
3930
3931 (autoload 'checkdoc-rogue-spaces "checkdoc" "\
3932 Find extra spaces at the end of lines in the current file.
3933 Prefix argument TAKE-NOTES non-nil means to save warnings in a
3934 separate buffer. Otherwise print a message. This returns the error
3935 if there is one.
3936 Optional argument INTERACT permits more interactive fixing.
3937
3938 \(fn &optional TAKE-NOTES INTERACT)" t nil)
3939
3940 (autoload 'checkdoc-message-text "checkdoc" "\
3941 Scan the buffer for occurrences of the error function, and verify text.
3942 Optional argument TAKE-NOTES causes all errors to be logged.
3943
3944 \(fn &optional TAKE-NOTES)" t nil)
3945
3946 (autoload 'checkdoc-eval-defun "checkdoc" "\
3947 Evaluate the current form with `eval-defun' and check its documentation.
3948 Evaluation is done first so the form will be read before the
3949 documentation is checked. If there is a documentation error, then the display
3950 of what was evaluated will be overwritten by the diagnostic message.
3951
3952 \(fn)" t nil)
3953
3954 (autoload 'checkdoc-defun "checkdoc" "\
3955 Examine the doc string of the function or variable under point.
3956 Call `error' if the doc string has problems. If NO-ERROR is
3957 non-nil, then do not call error, but call `message' instead.
3958 If the doc string passes the test, then check the function for rogue white
3959 space at the end of each line.
3960
3961 \(fn &optional NO-ERROR)" t nil)
3962
3963 (autoload 'checkdoc-ispell "checkdoc" "\
3964 Check the style and spelling of everything interactively.
3965 Calls `checkdoc' with spell-checking turned on.
3966 Prefix argument is the same as for `checkdoc'
3967
3968 \(fn)" t nil)
3969
3970 (autoload 'checkdoc-ispell-current-buffer "checkdoc" "\
3971 Check the style and spelling of the current buffer.
3972 Calls `checkdoc-current-buffer' with spell-checking turned on.
3973 Prefix argument is the same as for `checkdoc-current-buffer'
3974
3975 \(fn)" t nil)
3976
3977 (autoload 'checkdoc-ispell-interactive "checkdoc" "\
3978 Check the style and spelling of the current buffer interactively.
3979 Calls `checkdoc-interactive' with spell-checking turned on.
3980 Prefix argument is the same as for `checkdoc-interactive'
3981
3982 \(fn)" t nil)
3983
3984 (autoload 'checkdoc-ispell-message-interactive "checkdoc" "\
3985 Check the style and spelling of message text interactively.
3986 Calls `checkdoc-message-interactive' with spell-checking turned on.
3987 Prefix argument is the same as for `checkdoc-message-interactive'
3988
3989 \(fn)" t nil)
3990
3991 (autoload 'checkdoc-ispell-message-text "checkdoc" "\
3992 Check the style and spelling of message text interactively.
3993 Calls `checkdoc-message-text' with spell-checking turned on.
3994 Prefix argument is the same as for `checkdoc-message-text'
3995
3996 \(fn)" t nil)
3997
3998 (autoload 'checkdoc-ispell-start "checkdoc" "\
3999 Check the style and spelling of the current buffer.
4000 Calls `checkdoc-start' with spell-checking turned on.
4001 Prefix argument is the same as for `checkdoc-start'
4002
4003 \(fn)" t nil)
4004
4005 (autoload 'checkdoc-ispell-continue "checkdoc" "\
4006 Check the style and spelling of the current buffer after point.
4007 Calls `checkdoc-continue' with spell-checking turned on.
4008 Prefix argument is the same as for `checkdoc-continue'
4009
4010 \(fn)" t nil)
4011
4012 (autoload 'checkdoc-ispell-comments "checkdoc" "\
4013 Check the style and spelling of the current buffer's comments.
4014 Calls `checkdoc-comments' with spell-checking turned on.
4015 Prefix argument is the same as for `checkdoc-comments'
4016
4017 \(fn)" t nil)
4018
4019 (autoload 'checkdoc-ispell-defun "checkdoc" "\
4020 Check the style and spelling of the current defun with Ispell.
4021 Calls `checkdoc-defun' with spell-checking turned on.
4022 Prefix argument is the same as for `checkdoc-defun'
4023
4024 \(fn)" t nil)
4025
4026 (autoload 'checkdoc-minor-mode "checkdoc" "\
4027 Toggle automatic docstring checking (Checkdoc minor mode).
4028 With a prefix argument ARG, enable Checkdoc minor mode if ARG is
4029 positive, and disable it otherwise. If called from Lisp, enable
4030 the mode if ARG is omitted or nil.
4031
4032 In Checkdoc minor mode, the usual bindings for `eval-defun' which is
4033 bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
4034 checking of documentation strings.
4035
4036 \\{checkdoc-minor-mode-map}
4037
4038 \(fn &optional ARG)" t nil)
4039
4040 (autoload 'checkdoc-package-keywords "checkdoc" "\
4041 Find package keywords that aren't in `finder-known-keywords'.
4042
4043 \(fn)" t nil)
4044
4045 ;;;***
4046 \f
4047 ;;;### (autoloads nil "china-util" "language/china-util.el" (22230
4048 ;;;;;; 48822 769219 658000))
4049 ;;; Generated autoloads from language/china-util.el
4050
4051 (autoload 'decode-hz-region "china-util" "\
4052 Decode HZ/ZW encoded text in the current region.
4053 Return the length of resulting text.
4054
4055 \(fn BEG END)" t nil)
4056
4057 (autoload 'decode-hz-buffer "china-util" "\
4058 Decode HZ/ZW encoded text in the current buffer.
4059
4060 \(fn)" t nil)
4061
4062 (autoload 'encode-hz-region "china-util" "\
4063 Encode the text in the current region to HZ.
4064 Return the length of resulting text.
4065
4066 \(fn BEG END)" t nil)
4067
4068 (autoload 'encode-hz-buffer "china-util" "\
4069 Encode the text in the current buffer to HZ.
4070
4071 \(fn)" t nil)
4072
4073 (autoload 'post-read-decode-hz "china-util" "\
4074
4075
4076 \(fn LEN)" nil nil)
4077
4078 (autoload 'pre-write-encode-hz "china-util" "\
4079
4080
4081 \(fn FROM TO)" nil nil)
4082
4083 ;;;***
4084 \f
4085 ;;;### (autoloads nil "chistory" "chistory.el" (22230 48822 674220
4086 ;;;;;; 87000))
4087 ;;; Generated autoloads from chistory.el
4088
4089 (autoload 'repeat-matching-complex-command "chistory" "\
4090 Edit and re-evaluate complex command with name matching PATTERN.
4091 Matching occurrences are displayed, most recent first, until you select
4092 a form for evaluation. If PATTERN is empty (or nil), every form in the
4093 command history is offered. The form is placed in the minibuffer for
4094 editing and the result is evaluated.
4095
4096 \(fn &optional PATTERN)" t nil)
4097
4098 (autoload 'list-command-history "chistory" "\
4099 List history of commands typed to minibuffer.
4100 The number of commands listed is controlled by `list-command-history-max'.
4101 Calls value of `list-command-history-filter' (if non-nil) on each history
4102 element to judge if that element should be excluded from the list.
4103
4104 The buffer is left in Command History mode.
4105
4106 \(fn)" t nil)
4107
4108 (autoload 'command-history "chistory" "\
4109 Examine commands from `command-history' in a buffer.
4110 The number of commands listed is controlled by `list-command-history-max'.
4111 The command history is filtered by `list-command-history-filter' if non-nil.
4112 Use \\<command-history-map>\\[command-history-repeat] to repeat the command on the current line.
4113
4114 Otherwise much like Emacs-Lisp Mode except that there is no self-insertion
4115 and digits provide prefix arguments. Tab does not indent.
4116 \\{command-history-map}
4117
4118 This command always recompiles the Command History listing
4119 and runs the normal hook `command-history-hook'.
4120
4121 \(fn)" t nil)
4122
4123 ;;;***
4124 \f
4125 ;;;### (autoloads nil "cl-indent" "emacs-lisp/cl-indent.el" (22230
4126 ;;;;;; 48822 687220 28000))
4127 ;;; Generated autoloads from emacs-lisp/cl-indent.el
4128
4129 (autoload 'common-lisp-indent-function "cl-indent" "\
4130 Function to indent the arguments of a Lisp function call.
4131 This is suitable for use as the value of the variable
4132 `lisp-indent-function'. INDENT-POINT is the point at which the
4133 indentation function is called, and STATE is the
4134 `parse-partial-sexp' state at that position. Browse the
4135 `lisp-indent' customize group for options affecting the behavior
4136 of this function.
4137
4138 If the indentation point is in a call to a Lisp function, that
4139 function's `common-lisp-indent-function' property specifies how
4140 this function should indent it. Possible values for this
4141 property are:
4142
4143 * defun, meaning indent according to `lisp-indent-defun-method';
4144 i.e., like (4 &lambda &body), as explained below.
4145
4146 * any other symbol, meaning a function to call. The function should
4147 take the arguments: PATH STATE INDENT-POINT SEXP-COLUMN NORMAL-INDENT.
4148 PATH is a list of integers describing the position of point in terms of
4149 list-structure with respect to the containing lists. For example, in
4150 ((a b c (d foo) f) g), foo has a path of (0 3 1). In other words,
4151 to reach foo take the 0th element of the outermost list, then
4152 the 3rd element of the next list, and finally the 1st element.
4153 STATE and INDENT-POINT are as in the arguments to
4154 `common-lisp-indent-function'. SEXP-COLUMN is the column of
4155 the open parenthesis of the innermost containing list.
4156 NORMAL-INDENT is the column the indentation point was
4157 originally in. This function should behave like `lisp-indent-259'.
4158
4159 * an integer N, meaning indent the first N arguments like
4160 function arguments, and any further arguments like a body.
4161 This is equivalent to (4 4 ... &body).
4162
4163 * a list. The list element in position M specifies how to indent the Mth
4164 function argument. If there are fewer elements than function arguments,
4165 the last list element applies to all remaining arguments. The accepted
4166 list elements are:
4167
4168 * nil, meaning the default indentation.
4169
4170 * an integer, specifying an explicit indentation.
4171
4172 * &lambda. Indent the argument (which may be a list) by 4.
4173
4174 * &rest. When used, this must be the penultimate element. The
4175 element after this one applies to all remaining arguments.
4176
4177 * &body. This is equivalent to &rest lisp-body-indent, i.e., indent
4178 all remaining elements by `lisp-body-indent'.
4179
4180 * &whole. This must be followed by nil, an integer, or a
4181 function symbol. This indentation is applied to the
4182 associated argument, and as a base indent for all remaining
4183 arguments. For example, an integer P means indent this
4184 argument by P, and all remaining arguments by P, plus the
4185 value specified by their associated list element.
4186
4187 * a symbol. A function to call, with the 6 arguments specified above.
4188
4189 * a list, with elements as described above. This applies when the
4190 associated function argument is itself a list. Each element of the list
4191 specifies how to indent the associated argument.
4192
4193 For example, the function `case' has an indent property
4194 \(4 &rest (&whole 2 &rest 1)), meaning:
4195 * indent the first argument by 4.
4196 * arguments after the first should be lists, and there may be any number
4197 of them. The first list element has an offset of 2, all the rest
4198 have an offset of 2+1=3.
4199
4200 If the current mode is actually `emacs-lisp-mode', look for a
4201 `common-lisp-indent-function-for-elisp' property before looking
4202 at `common-lisp-indent-function' and, if set, use its value
4203 instead.
4204
4205 \(fn INDENT-POINT STATE)" nil nil)
4206
4207 ;;;***
4208 \f
4209 ;;;### (autoloads nil "cl-lib" "emacs-lisp/cl-lib.el" (22230 48822
4210 ;;;;;; 687220 28000))
4211 ;;; Generated autoloads from emacs-lisp/cl-lib.el
4212 (push (purecopy '(cl-lib 1 0)) package--builtin-versions)
4213
4214 (define-obsolete-variable-alias 'custom-print-functions 'cl-custom-print-functions "24.3")
4215
4216 (defvar cl-custom-print-functions nil "\
4217 This is a list of functions that format user objects for printing.
4218 Each function is called in turn with three arguments: the object, the
4219 stream, and the print level (currently ignored). If it is able to
4220 print the object it returns true; otherwise it returns nil and the
4221 printer proceeds to the next function on the list.
4222
4223 This variable is not used at present, but it is defined in hopes that
4224 a future Emacs interpreter will be able to use it.")
4225
4226 ;;;***
4227 \f
4228 ;;;### (autoloads nil "cmacexp" "progmodes/cmacexp.el" (22230 48822
4229 ;;;;;; 872219 193000))
4230 ;;; Generated autoloads from progmodes/cmacexp.el
4231
4232 (autoload 'c-macro-expand "cmacexp" "\
4233 Expand C macros in the region, using the C preprocessor.
4234 Normally display output in temp buffer, but
4235 prefix arg means replace the region with it.
4236
4237 `c-macro-preprocessor' specifies the preprocessor to use.
4238 Tf the user option `c-macro-prompt-flag' is non-nil
4239 prompt for arguments to the preprocessor (e.g. `-DDEBUG -I ./include'),
4240 otherwise use `c-macro-cppflags'.
4241
4242 Noninteractive args are START, END, SUBST.
4243 For use inside Lisp programs, see also `c-macro-expansion'.
4244
4245 \(fn START END SUBST)" t nil)
4246
4247 ;;;***
4248 \f
4249 ;;;### (autoloads nil "cmuscheme" "cmuscheme.el" (22230 48822 674220
4250 ;;;;;; 87000))
4251 ;;; Generated autoloads from cmuscheme.el
4252
4253 (autoload 'run-scheme "cmuscheme" "\
4254 Run an inferior Scheme process, input and output via buffer `*scheme*'.
4255 If there is a process already running in `*scheme*', switch to that buffer.
4256 With argument, allows you to edit the command line (default is value
4257 of `scheme-program-name').
4258 If the file `~/.emacs_SCHEMENAME' or `~/.emacs.d/init_SCHEMENAME.scm' exists,
4259 it is given as initial input.
4260 Note that this may lose due to a timing error if the Scheme processor
4261 discards input when it starts up.
4262 Runs the hook `inferior-scheme-mode-hook' (after the `comint-mode-hook'
4263 is run).
4264 \(Type \\[describe-mode] in the process buffer for a list of commands.)
4265
4266 \(fn CMD)" t nil)
4267
4268 ;;;***
4269 \f
4270 ;;;### (autoloads nil "color" "color.el" (22230 48822 674220 87000))
4271 ;;; Generated autoloads from color.el
4272
4273 (autoload 'color-name-to-rgb "color" "\
4274 Convert COLOR string to a list of normalized RGB components.
4275 COLOR should be a color name (e.g. \"white\") or an RGB triplet
4276 string (e.g. \"#ff12ec\").
4277
4278 Normally the return value is a list of three floating-point
4279 numbers, (RED GREEN BLUE), each between 0.0 and 1.0 inclusive.
4280
4281 Optional argument FRAME specifies the frame where the color is to be
4282 displayed. If FRAME is omitted or nil, use the selected frame.
4283 If FRAME cannot display COLOR, return nil.
4284
4285 \(fn COLOR &optional FRAME)" nil nil)
4286
4287 ;;;***
4288 \f
4289 ;;;### (autoloads nil "comint" "comint.el" (22230 48822 675220 82000))
4290 ;;; Generated autoloads from comint.el
4291
4292 (defvar comint-output-filter-functions '(ansi-color-process-output comint-postoutput-scroll-to-bottom comint-watch-for-password-prompt) "\
4293 Functions to call after output is inserted into the buffer.
4294 One possible function is `comint-postoutput-scroll-to-bottom'.
4295 These functions get one argument, a string containing the text as originally
4296 inserted. Note that this might not be the same as the buffer contents between
4297 `comint-last-output-start' and the buffer's `process-mark', if other filter
4298 functions have already modified the buffer.
4299
4300 See also `comint-preoutput-filter-functions'.
4301
4302 You can use `add-hook' to add functions to this list
4303 either globally or locally.")
4304
4305 (autoload 'make-comint-in-buffer "comint" "\
4306 Make a Comint process NAME in BUFFER, running PROGRAM.
4307 If BUFFER is nil, it defaults to NAME surrounded by `*'s.
4308 If there is a running process in BUFFER, it is not restarted.
4309
4310 PROGRAM should be one of the following:
4311 - a string, denoting an executable program to create via
4312 `start-file-process'
4313 - a cons pair of the form (HOST . SERVICE), denoting a TCP
4314 connection to be opened via `open-network-stream'
4315 - nil, denoting a newly-allocated pty.
4316
4317 Optional fourth arg STARTFILE is the name of a file, whose
4318 contents are sent to the process as its initial input.
4319
4320 If PROGRAM is a string, any more args are arguments to PROGRAM.
4321
4322 Return the (possibly newly created) process buffer.
4323
4324 \(fn NAME BUFFER PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4325
4326 (autoload 'make-comint "comint" "\
4327 Make a Comint process NAME in a buffer, running PROGRAM.
4328 The name of the buffer is made by surrounding NAME with `*'s.
4329 PROGRAM should be either a string denoting an executable program to create
4330 via `start-file-process', or a cons pair of the form (HOST . SERVICE) denoting
4331 a TCP connection to be opened via `open-network-stream'. If there is already
4332 a running process in that buffer, it is not restarted. Optional third arg
4333 STARTFILE is the name of a file, whose contents are sent to the
4334 process as its initial input.
4335
4336 If PROGRAM is a string, any more args are arguments to PROGRAM.
4337
4338 Returns the (possibly newly created) process buffer.
4339
4340 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
4341
4342 (autoload 'comint-run "comint" "\
4343 Run PROGRAM in a Comint buffer and switch to it.
4344 The buffer name is made by surrounding the file name of PROGRAM with `*'s.
4345 The file name is used to make a symbol name, such as `comint-sh-hook', and any
4346 hooks on this symbol are run in the buffer.
4347 See `make-comint' and `comint-exec'.
4348
4349 \(fn PROGRAM)" t nil)
4350
4351 (function-put 'comint-run 'interactive-only 'make-comint)
4352
4353 (defvar comint-file-name-prefix (purecopy "") "\
4354 Prefix prepended to absolute file names taken from process input.
4355 This is used by Comint's and shell's completion functions, and by shell's
4356 directory tracking functions.")
4357
4358 (autoload 'comint-redirect-send-command "comint" "\
4359 Send COMMAND to process in current buffer, with output to OUTPUT-BUFFER.
4360 With prefix arg ECHO, echo output in process buffer.
4361
4362 If NO-DISPLAY is non-nil, do not show the output buffer.
4363
4364 \(fn COMMAND OUTPUT-BUFFER ECHO &optional NO-DISPLAY)" t nil)
4365
4366 (autoload 'comint-redirect-send-command-to-process "comint" "\
4367 Send COMMAND to PROCESS, with output to OUTPUT-BUFFER.
4368 With prefix arg, echo output in process buffer.
4369
4370 If NO-DISPLAY is non-nil, do not show the output buffer.
4371
4372 \(fn COMMAND OUTPUT-BUFFER PROCESS ECHO &optional NO-DISPLAY)" t nil)
4373
4374 (autoload 'comint-redirect-results-list "comint" "\
4375 Send COMMAND to current process.
4376 Return a list of expressions in the output which match REGEXP.
4377 REGEXP-GROUP is the regular expression group in REGEXP to use.
4378
4379 \(fn COMMAND REGEXP REGEXP-GROUP)" nil nil)
4380
4381 (autoload 'comint-redirect-results-list-from-process "comint" "\
4382 Send COMMAND to PROCESS.
4383 Return a list of expressions in the output which match REGEXP.
4384 REGEXP-GROUP is the regular expression group in REGEXP to use.
4385
4386 \(fn PROCESS COMMAND REGEXP REGEXP-GROUP)" nil nil)
4387
4388 ;;;***
4389 \f
4390 ;;;### (autoloads nil "compare-w" "vc/compare-w.el" (22230 48822
4391 ;;;;;; 932218 922000))
4392 ;;; Generated autoloads from vc/compare-w.el
4393
4394 (autoload 'compare-windows "compare-w" "\
4395 Compare text in current window with text in another window.
4396 The option `compare-windows-get-window-function' defines how
4397 to get another window.
4398
4399 Compares the text starting at point in each window,
4400 moving over text in each one as far as they match.
4401
4402 This command pushes the mark in each window
4403 at the prior location of point in that window.
4404 If both windows display the same buffer,
4405 the mark is pushed twice in that buffer:
4406 first in the other window, then in the selected window.
4407
4408 A prefix arg means reverse the value of variable
4409 `compare-ignore-whitespace'. If `compare-ignore-whitespace' is
4410 nil, then a prefix arg means ignore changes in whitespace. If
4411 `compare-ignore-whitespace' is non-nil, then a prefix arg means
4412 don't ignore changes in whitespace. The variable
4413 `compare-windows-whitespace' controls how whitespace is skipped.
4414 If `compare-ignore-case' is non-nil, changes in case are also
4415 ignored.
4416
4417 If `compare-windows-sync' is non-nil, then successive calls of
4418 this command work in interlaced mode:
4419 on first call it advances points to the next difference,
4420 on second call it synchronizes points by skipping the difference,
4421 on third call it again advances points to the next difference and so on.
4422
4423 \(fn IGNORE-WHITESPACE)" t nil)
4424
4425 ;;;***
4426 \f
4427 ;;;### (autoloads nil "compile" "progmodes/compile.el" (22230 48822
4428 ;;;;;; 873219 188000))
4429 ;;; Generated autoloads from progmodes/compile.el
4430
4431 (defvar compilation-mode-hook nil "\
4432 List of hook functions run by `compilation-mode'.")
4433
4434 (custom-autoload 'compilation-mode-hook "compile" t)
4435
4436 (defvar compilation-start-hook nil "\
4437 Hook run after starting a new compilation process.
4438 The hook is run with one argument, the new process.")
4439
4440 (custom-autoload 'compilation-start-hook "compile" t)
4441
4442 (defvar compilation-window-height nil "\
4443 Number of lines in a compilation window.
4444 If nil, use Emacs default.")
4445
4446 (custom-autoload 'compilation-window-height "compile" t)
4447
4448 (defvar compilation-process-setup-function nil "\
4449 Function to call to customize the compilation process.
4450 This function is called immediately before the compilation process is
4451 started. It can be used to set any variables or functions that are used
4452 while processing the output of the compilation process.")
4453
4454 (defvar compilation-buffer-name-function nil "\
4455 Function to compute the name of a compilation buffer.
4456 The function receives one argument, the name of the major mode of the
4457 compilation buffer. It should return a string.
4458 If nil, compute the name with `(concat \"*\" (downcase major-mode) \"*\")'.")
4459
4460 (defvar compilation-finish-function nil "\
4461 Function to call when a compilation process finishes.
4462 It is called with two arguments: the compilation buffer, and a string
4463 describing how the process finished.")
4464
4465 (defvar compilation-finish-functions nil "\
4466 Functions to call when a compilation process finishes.
4467 Each function is called with two arguments: the compilation buffer,
4468 and a string describing how the process finished.")
4469 (put 'compilation-directory 'safe-local-variable 'stringp)
4470
4471 (defvar compilation-ask-about-save t "\
4472 Non-nil means \\[compile] asks which buffers to save before compiling.
4473 Otherwise, it saves all modified buffers without asking.")
4474
4475 (custom-autoload 'compilation-ask-about-save "compile" t)
4476
4477 (defvar compilation-search-path '(nil) "\
4478 List of directories to search for source files named in error messages.
4479 Elements should be directory names, not file names of directories.
4480 The value nil as an element means to try the default directory.")
4481
4482 (custom-autoload 'compilation-search-path "compile" t)
4483
4484 (defvar compile-command (purecopy "make -k ") "\
4485 Last shell command used to do a compilation; default for next compilation.
4486
4487 Sometimes it is useful for files to supply local values for this variable.
4488 You might also use mode hooks to specify it in certain modes, like this:
4489
4490 (add-hook \\='c-mode-hook
4491 (lambda ()
4492 (unless (or (file-exists-p \"makefile\")
4493 (file-exists-p \"Makefile\"))
4494 (set (make-local-variable \\='compile-command)
4495 (concat \"make -k \"
4496 (if buffer-file-name
4497 (shell-quote-argument
4498 (file-name-sans-extension buffer-file-name))))))))")
4499
4500 (custom-autoload 'compile-command "compile" t)
4501 (put 'compile-command 'safe-local-variable (lambda (a) (and (stringp a) (or (not (boundp 'compilation-read-command)) compilation-read-command))))
4502
4503 (defvar compilation-disable-input nil "\
4504 If non-nil, send end-of-file as compilation process input.
4505 This only affects platforms that support asynchronous processes (see
4506 `start-process'); synchronous compilation processes never accept input.")
4507
4508 (custom-autoload 'compilation-disable-input "compile" t)
4509
4510 (autoload 'compile "compile" "\
4511 Compile the program including the current buffer. Default: run `make'.
4512 Runs COMMAND, a shell command, in a separate process asynchronously
4513 with output going to the buffer `*compilation*'.
4514
4515 You can then use the command \\[next-error] to find the next error message
4516 and move to the source code that caused it.
4517
4518 If optional second arg COMINT is t the buffer will be in Comint mode with
4519 `compilation-shell-minor-mode'.
4520
4521 Interactively, prompts for the command if the variable
4522 `compilation-read-command' is non-nil; otherwise uses `compile-command'.
4523 With prefix arg, always prompts.
4524 Additionally, with universal prefix arg, compilation buffer will be in
4525 comint mode, i.e. interactive.
4526
4527 To run more than one compilation at once, start one then rename
4528 the `*compilation*' buffer to some other name with
4529 \\[rename-buffer]. Then _switch buffers_ and start the new compilation.
4530 It will create a new `*compilation*' buffer.
4531
4532 On most systems, termination of the main compilation process
4533 kills its subprocesses.
4534
4535 The name used for the buffer is actually whatever is returned by
4536 the function in `compilation-buffer-name-function', so you can set that
4537 to a function that generates a unique name.
4538
4539 \(fn COMMAND &optional COMINT)" t nil)
4540
4541 (autoload 'compilation-start "compile" "\
4542 Run compilation command COMMAND (low level interface).
4543 If COMMAND starts with a cd command, that becomes the `default-directory'.
4544 The rest of the arguments are optional; for them, nil means use the default.
4545
4546 MODE is the major mode to set in the compilation buffer. Mode
4547 may also be t meaning use `compilation-shell-minor-mode' under `comint-mode'.
4548
4549 If NAME-FUNCTION is non-nil, call it with one argument (the mode name)
4550 to determine the buffer name. Otherwise, the default is to
4551 reuses the current buffer if it has the proper major mode,
4552 else use or create a buffer with name based on the major mode.
4553
4554 If HIGHLIGHT-REGEXP is non-nil, `next-error' will temporarily highlight
4555 the matching section of the visited source line; the default is to use the
4556 global value of `compilation-highlight-regexp'.
4557
4558 Returns the compilation buffer created.
4559
4560 \(fn COMMAND &optional MODE NAME-FUNCTION HIGHLIGHT-REGEXP)" nil nil)
4561
4562 (autoload 'compilation-mode "compile" "\
4563 Major mode for compilation log buffers.
4564 \\<compilation-mode-map>To visit the source for a line-numbered error,
4565 move point to the error message line and type \\[compile-goto-error].
4566 To kill the compilation, type \\[kill-compilation].
4567
4568 Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
4569
4570 \\{compilation-mode-map}
4571
4572 \(fn &optional NAME-OF-MODE)" t nil)
4573
4574 (put 'define-compilation-mode 'doc-string-elt 3)
4575
4576 (autoload 'compilation-shell-minor-mode "compile" "\
4577 Toggle Compilation Shell minor mode.
4578 With a prefix argument ARG, enable Compilation Shell minor mode
4579 if ARG is positive, and disable it otherwise. If called from
4580 Lisp, enable the mode if ARG is omitted or nil.
4581
4582 When Compilation Shell minor mode is enabled, all the
4583 error-parsing commands of the Compilation major mode are
4584 available but bound to keys that don't collide with Shell mode.
4585 See `compilation-mode'.
4586
4587 \(fn &optional ARG)" t nil)
4588
4589 (autoload 'compilation-minor-mode "compile" "\
4590 Toggle Compilation minor mode.
4591 With a prefix argument ARG, enable Compilation minor mode if ARG
4592 is positive, and disable it otherwise. If called from Lisp,
4593 enable the mode if ARG is omitted or nil.
4594
4595 When Compilation minor mode is enabled, all the error-parsing
4596 commands of Compilation major mode are available. See
4597 `compilation-mode'.
4598
4599 \(fn &optional ARG)" t nil)
4600
4601 (autoload 'compilation-next-error-function "compile" "\
4602 Advance to the next error message and visit the file where the error was.
4603 This is the value of `next-error-function' in Compilation buffers.
4604
4605 \(fn N &optional RESET)" t nil)
4606
4607 ;;;***
4608 \f
4609 ;;;### (autoloads nil "completion" "completion.el" (22230 48822 675220
4610 ;;;;;; 82000))
4611 ;;; Generated autoloads from completion.el
4612
4613 (defvar dynamic-completion-mode nil "\
4614 Non-nil if Dynamic-Completion mode is enabled.
4615 See the command `dynamic-completion-mode' for a description of this minor mode.
4616 Setting this variable directly does not take effect;
4617 either customize it (see the info node `Easy Customization')
4618 or call the function `dynamic-completion-mode'.")
4619
4620 (custom-autoload 'dynamic-completion-mode "completion" nil)
4621
4622 (autoload 'dynamic-completion-mode "completion" "\
4623 Toggle dynamic word-completion on or off.
4624 With a prefix argument ARG, enable the mode if ARG is positive,
4625 and disable it otherwise. If called from Lisp, enable the mode
4626 if ARG is omitted or nil.
4627
4628 \(fn &optional ARG)" t nil)
4629
4630 ;;;***
4631 \f
4632 ;;;### (autoloads nil "conf-mode" "textmodes/conf-mode.el" (22230
4633 ;;;;;; 48822 916218 994000))
4634 ;;; Generated autoloads from textmodes/conf-mode.el
4635
4636 (autoload 'conf-mode "conf-mode" "\
4637 Mode for Unix and Windows Conf files and Java properties.
4638 Most conf files know only three kinds of constructs: parameter
4639 assignments optionally grouped into sections and comments. Yet
4640 there is a great range of variation in the exact syntax of conf
4641 files. See below for various wrapper commands that set up the
4642 details for some of the most widespread variants.
4643
4644 This mode sets up font locking, outline, imenu and it provides
4645 alignment support through `conf-align-assignments'. If strings
4646 come out wrong, try `conf-quote-normal'.
4647
4648 Some files allow continuation lines, either with a backslash at
4649 the end of line, or by indenting the next line (further). These
4650 constructs cannot currently be recognized.
4651
4652 Because of this great variety of nuances, which are often not
4653 even clearly specified, please don't expect it to get every file
4654 quite right. Patches that clearly identify some special case,
4655 without breaking the general ones, are welcome.
4656
4657 If instead you start this mode with the generic `conf-mode'
4658 command, it will parse the buffer. It will generally well
4659 identify the first four cases listed below. If the buffer
4660 doesn't have enough contents to decide, this is identical to
4661 `conf-windows-mode' on Windows, elsewhere to `conf-unix-mode'.
4662 See also `conf-space-mode', `conf-colon-mode', `conf-javaprop-mode',
4663 `conf-ppd-mode' and `conf-xdefaults-mode'.
4664
4665 \\{conf-mode-map}
4666
4667 \(fn)" t nil)
4668
4669 (autoload 'conf-unix-mode "conf-mode" "\
4670 Conf Mode starter for Unix style Conf files.
4671 Comments start with `#'.
4672 For details see `conf-mode'. Example:
4673
4674 # Conf mode font-locks this right on Unix and with \\[conf-unix-mode]
4675
4676 \[Desktop Entry]
4677 Encoding=UTF-8
4678 Name=The GIMP
4679 Name[ca]=El GIMP
4680 Name[cs]=GIMP
4681
4682 \(fn)" t nil)
4683
4684 (autoload 'conf-windows-mode "conf-mode" "\
4685 Conf Mode starter for Windows style Conf files.
4686 Comments start with `;'.
4687 For details see `conf-mode'. Example:
4688
4689 ; Conf mode font-locks this right on Windows and with \\[conf-windows-mode]
4690
4691 \[ExtShellFolderViews]
4692 Default={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4693 {5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
4694
4695 \[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
4696 PersistMoniker=file://Folder.htt
4697
4698 \(fn)" t nil)
4699
4700 (autoload 'conf-javaprop-mode "conf-mode" "\
4701 Conf Mode starter for Java properties files.
4702 Comments start with `#' but are also recognized with `//' or
4703 between `/*' and `*/'.
4704 For details see `conf-mode'. Example:
4705
4706 # Conf mode font-locks this right with \\[conf-javaprop-mode] (Java properties)
4707 // another kind of comment
4708 /* yet another */
4709
4710 name:value
4711 name=value
4712 name value
4713 x.1 =
4714 x.2.y.1.z.1 =
4715 x.2.y.1.z.2.zz =
4716
4717 \(fn)" t nil)
4718
4719 (autoload 'conf-space-mode "conf-mode" "\
4720 Conf Mode starter for space separated conf files.
4721 \"Assignments\" are with ` '. Keywords before the parameters are
4722 recognized according to the variable `conf-space-keywords-alist'.
4723 Alternatively, you can specify a value for the file local variable
4724 `conf-space-keywords'.
4725 Use the function `conf-space-keywords' if you want to specify keywords
4726 in an interactive fashion instead.
4727
4728 For details see `conf-mode'. Example:
4729
4730 # Conf mode font-locks this right with \\[conf-space-mode] (space separated)
4731
4732 image/jpeg jpeg jpg jpe
4733 image/png png
4734 image/tiff tiff tif
4735
4736 # Or with keywords (from a recognized file name):
4737 class desktop
4738 # Standard multimedia devices
4739 add /dev/audio desktop
4740 add /dev/mixer desktop
4741
4742 \(fn)" t nil)
4743
4744 (autoload 'conf-space-keywords "conf-mode" "\
4745 Enter Conf Space mode using regexp KEYWORDS to match the keywords.
4746 See `conf-space-mode'.
4747
4748 \(fn KEYWORDS)" t nil)
4749
4750 (autoload 'conf-colon-mode "conf-mode" "\
4751 Conf Mode starter for Colon files.
4752 \"Assignments\" are with `:'.
4753 For details see `conf-mode'. Example:
4754
4755 # Conf mode font-locks this right with \\[conf-colon-mode] (colon)
4756
4757 <Multi_key> <exclam> <exclam> : \"\\241\" exclamdown
4758 <Multi_key> <c> <slash> : \"\\242\" cent
4759
4760 \(fn)" t nil)
4761
4762 (autoload 'conf-ppd-mode "conf-mode" "\
4763 Conf Mode starter for Adobe/CUPS PPD files.
4764 Comments start with `*%' and \"assignments\" are with `:'.
4765 For details see `conf-mode'. Example:
4766
4767 *% Conf mode font-locks this right with \\[conf-ppd-mode] (PPD)
4768
4769 *DefaultTransfer: Null
4770 *Transfer Null.Inverse: \"{ 1 exch sub }\"
4771
4772 \(fn)" t nil)
4773
4774 (autoload 'conf-xdefaults-mode "conf-mode" "\
4775 Conf Mode starter for Xdefaults files.
4776 Comments start with `!' and \"assignments\" are with `:'.
4777 For details see `conf-mode'. Example:
4778
4779 ! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
4780
4781 *background: gray99
4782 *foreground: black
4783
4784 \(fn)" t nil)
4785
4786 ;;;***
4787 \f
4788 ;;;### (autoloads nil "cookie1" "play/cookie1.el" (22230 48822 859219
4789 ;;;;;; 251000))
4790 ;;; Generated autoloads from play/cookie1.el
4791
4792 (autoload 'cookie "cookie1" "\
4793 Return a random phrase from PHRASE-FILE.
4794 When the phrase file is read in, display STARTMSG at the beginning
4795 of load, ENDMSG at the end.
4796 Interactively, PHRASE-FILE defaults to `cookie-file', unless that
4797 is nil or a prefix argument is used.
4798
4799 \(fn PHRASE-FILE &optional STARTMSG ENDMSG)" t nil)
4800
4801 (autoload 'cookie-insert "cookie1" "\
4802 Insert random phrases from PHRASE-FILE; COUNT of them.
4803 When the phrase file is read in, display STARTMSG at the beginning
4804 of load, ENDMSG at the end.
4805
4806 \(fn PHRASE-FILE &optional COUNT STARTMSG ENDMSG)" nil nil)
4807
4808 (autoload 'cookie-snarf "cookie1" "\
4809 Reads in the PHRASE-FILE, returns it as a vector of strings.
4810 Emit STARTMSG and ENDMSG before and after. Caches the result; second
4811 and subsequent calls on the same file won't go to disk.
4812
4813 \(fn PHRASE-FILE &optional STARTMSG ENDMSG)" nil nil)
4814
4815 ;;;***
4816 \f
4817 ;;;### (autoloads nil "copyright" "emacs-lisp/copyright.el" (22230
4818 ;;;;;; 48822 688220 23000))
4819 ;;; Generated autoloads from emacs-lisp/copyright.el
4820 (put 'copyright-at-end-flag 'safe-local-variable 'booleanp)
4821 (put 'copyright-names-regexp 'safe-local-variable 'stringp)
4822 (put 'copyright-year-ranges 'safe-local-variable 'booleanp)
4823
4824 (autoload 'copyright-update "copyright" "\
4825 Update copyright notice to indicate the current year.
4826 With prefix ARG, replace the years in the notice rather than adding
4827 the current year after them. If necessary, and
4828 `copyright-current-gpl-version' is set, any copying permissions
4829 following the copyright are updated as well.
4830 If non-nil, INTERACTIVEP tells the function to behave as when it's called
4831 interactively.
4832
4833 \(fn &optional ARG INTERACTIVEP)" t nil)
4834
4835 (autoload 'copyright-fix-years "copyright" "\
4836 Convert 2 digit years to 4 digit years.
4837 Uses heuristic: year >= 50 means 19xx, < 50 means 20xx.
4838 If `copyright-year-ranges' (which see) is non-nil, also
4839 independently replaces consecutive years with a range.
4840
4841 \(fn)" t nil)
4842
4843 (autoload 'copyright "copyright" "\
4844 Insert a copyright by $ORGANIZATION notice at cursor.
4845
4846 \(fn &optional STR ARG)" t nil)
4847
4848 (autoload 'copyright-update-directory "copyright" "\
4849 Update copyright notice for all files in DIRECTORY matching MATCH.
4850 If FIX is non-nil, run `copyright-fix-years' instead.
4851
4852 \(fn DIRECTORY MATCH &optional FIX)" t nil)
4853
4854 ;;;***
4855 \f
4856 ;;;### (autoloads nil "cperl-mode" "progmodes/cperl-mode.el" (22230
4857 ;;;;;; 48822 874219 184000))
4858 ;;; Generated autoloads from progmodes/cperl-mode.el
4859 (put 'cperl-indent-level 'safe-local-variable 'integerp)
4860 (put 'cperl-brace-offset 'safe-local-variable 'integerp)
4861 (put 'cperl-continued-brace-offset 'safe-local-variable 'integerp)
4862 (put 'cperl-label-offset 'safe-local-variable 'integerp)
4863 (put 'cperl-continued-statement-offset 'safe-local-variable 'integerp)
4864 (put 'cperl-extra-newline-before-brace 'safe-local-variable 'booleanp)
4865 (put 'cperl-merge-trailing-else 'safe-local-variable 'booleanp)
4866
4867 (autoload 'cperl-mode "cperl-mode" "\
4868 Major mode for editing Perl code.
4869 Expression and list commands understand all C brackets.
4870 Tab indents for Perl code.
4871 Paragraphs are separated by blank lines only.
4872 Delete converts tabs to spaces as it moves back.
4873
4874 Various characters in Perl almost always come in pairs: {}, (), [],
4875 sometimes <>. When the user types the first, she gets the second as
4876 well, with optional special formatting done on {}. (Disabled by
4877 default.) You can always quote (with \\[quoted-insert]) the left
4878 \"paren\" to avoid the expansion. The processing of < is special,
4879 since most the time you mean \"less\". CPerl mode tries to guess
4880 whether you want to type pair <>, and inserts is if it
4881 appropriate. You can set `cperl-electric-parens-string' to the string that
4882 contains the parens from the above list you want to be electrical.
4883 Electricity of parens is controlled by `cperl-electric-parens'.
4884 You may also set `cperl-electric-parens-mark' to have electric parens
4885 look for active mark and \"embrace\" a region if possible.'
4886
4887 CPerl mode provides expansion of the Perl control constructs:
4888
4889 if, else, elsif, unless, while, until, continue, do,
4890 for, foreach, formy and foreachmy.
4891
4892 and POD directives (Disabled by default, see `cperl-electric-keywords'.)
4893
4894 The user types the keyword immediately followed by a space, which
4895 causes the construct to be expanded, and the point is positioned where
4896 she is most likely to want to be. E.g., when the user types a space
4897 following \"if\" the following appears in the buffer: if () { or if ()
4898 } { } and the cursor is between the parentheses. The user can then
4899 type some boolean expression within the parens. Having done that,
4900 typing \\[cperl-linefeed] places you - appropriately indented - on a
4901 new line between the braces (if you typed \\[cperl-linefeed] in a POD
4902 directive line, then appropriate number of new lines is inserted).
4903
4904 If CPerl decides that you want to insert \"English\" style construct like
4905
4906 bite if angry;
4907
4908 it will not do any expansion. See also help on variable
4909 `cperl-extra-newline-before-brace'. (Note that one can switch the
4910 help message on expansion by setting `cperl-message-electric-keyword'
4911 to nil.)
4912
4913 \\[cperl-linefeed] is a convenience replacement for typing carriage
4914 return. It places you in the next line with proper indentation, or if
4915 you type it inside the inline block of control construct, like
4916
4917 foreach (@lines) {print; print}
4918
4919 and you are on a boundary of a statement inside braces, it will
4920 transform the construct into a multiline and will place you into an
4921 appropriately indented blank line. If you need a usual
4922 `newline-and-indent' behavior, it is on \\[newline-and-indent],
4923 see documentation on `cperl-electric-linefeed'.
4924
4925 Use \\[cperl-invert-if-unless] to change a construction of the form
4926
4927 if (A) { B }
4928
4929 into
4930
4931 B if A;
4932
4933 \\{cperl-mode-map}
4934
4935 Setting the variable `cperl-font-lock' to t switches on font-lock-mode
4936 \(even with older Emacsen), `cperl-electric-lbrace-space' to t switches
4937 on electric space between $ and {, `cperl-electric-parens-string' is
4938 the string that contains parentheses that should be electric in CPerl
4939 \(see also `cperl-electric-parens-mark' and `cperl-electric-parens'),
4940 setting `cperl-electric-keywords' enables electric expansion of
4941 control structures in CPerl. `cperl-electric-linefeed' governs which
4942 one of two linefeed behavior is preferable. You can enable all these
4943 options simultaneously (recommended mode of use) by setting
4944 `cperl-hairy' to t. In this case you can switch separate options off
4945 by setting them to `null'. Note that one may undo the extra
4946 whitespace inserted by semis and braces in `auto-newline'-mode by
4947 consequent \\[cperl-electric-backspace].
4948
4949 If your site has perl5 documentation in info format, you can use commands
4950 \\[cperl-info-on-current-command] and \\[cperl-info-on-command] to access it.
4951 These keys run commands `cperl-info-on-current-command' and
4952 `cperl-info-on-command', which one is which is controlled by variable
4953 `cperl-info-on-command-no-prompt' and `cperl-clobber-lisp-bindings'
4954 \(in turn affected by `cperl-hairy').
4955
4956 Even if you have no info-format documentation, short one-liner-style
4957 help is available on \\[cperl-get-help], and one can run perldoc or
4958 man via menu.
4959
4960 It is possible to show this help automatically after some idle time.
4961 This is regulated by variable `cperl-lazy-help-time'. Default with
4962 `cperl-hairy' (if the value of `cperl-lazy-help-time' is nil) is 5
4963 secs idle time . It is also possible to switch this on/off from the
4964 menu, or via \\[cperl-toggle-autohelp]. Requires `run-with-idle-timer'.
4965
4966 Use \\[cperl-lineup] to vertically lineup some construction - put the
4967 beginning of the region at the start of construction, and make region
4968 span the needed amount of lines.
4969
4970 Variables `cperl-pod-here-scan', `cperl-pod-here-fontify',
4971 `cperl-pod-face', `cperl-pod-head-face' control processing of POD and
4972 here-docs sections. With capable Emaxen results of scan are used
4973 for indentation too, otherwise they are used for highlighting only.
4974
4975 Variables controlling indentation style:
4976 `cperl-tab-always-indent'
4977 Non-nil means TAB in CPerl mode should always reindent the current line,
4978 regardless of where in the line point is when the TAB command is used.
4979 `cperl-indent-left-aligned-comments'
4980 Non-nil means that the comment starting in leftmost column should indent.
4981 `cperl-auto-newline'
4982 Non-nil means automatically newline before and after braces,
4983 and after colons and semicolons, inserted in Perl code. The following
4984 \\[cperl-electric-backspace] will remove the inserted whitespace.
4985 Insertion after colons requires both this variable and
4986 `cperl-auto-newline-after-colon' set.
4987 `cperl-auto-newline-after-colon'
4988 Non-nil means automatically newline even after colons.
4989 Subject to `cperl-auto-newline' setting.
4990 `cperl-indent-level'
4991 Indentation of Perl statements within surrounding block.
4992 The surrounding block's indentation is the indentation
4993 of the line on which the open-brace appears.
4994 `cperl-continued-statement-offset'
4995 Extra indentation given to a substatement, such as the
4996 then-clause of an if, or body of a while, or just a statement continuation.
4997 `cperl-continued-brace-offset'
4998 Extra indentation given to a brace that starts a substatement.
4999 This is in addition to `cperl-continued-statement-offset'.
5000 `cperl-brace-offset'
5001 Extra indentation for line if it starts with an open brace.
5002 `cperl-brace-imaginary-offset'
5003 An open brace following other text is treated as if it the line started
5004 this far to the right of the actual line indentation.
5005 `cperl-label-offset'
5006 Extra indentation for line that is a label.
5007 `cperl-min-label-indent'
5008 Minimal indentation for line that is a label.
5009
5010 Settings for classic indent-styles: K&R BSD=C++ GNU PerlStyle=Whitesmith
5011 `cperl-indent-level' 5 4 2 4
5012 `cperl-brace-offset' 0 0 0 0
5013 `cperl-continued-brace-offset' -5 -4 0 0
5014 `cperl-label-offset' -5 -4 -2 -4
5015 `cperl-continued-statement-offset' 5 4 2 4
5016
5017 CPerl knows several indentation styles, and may bulk set the
5018 corresponding variables. Use \\[cperl-set-style] to do this. Use
5019 \\[cperl-set-style-back] to restore the memorized preexisting values
5020 \(both available from menu). See examples in `cperl-style-examples'.
5021
5022 Part of the indentation style is how different parts of if/elsif/else
5023 statements are broken into lines; in CPerl, this is reflected on how
5024 templates for these constructs are created (controlled by
5025 `cperl-extra-newline-before-brace'), and how reflow-logic should treat
5026 \"continuation\" blocks of else/elsif/continue, controlled by the same
5027 variable, and by `cperl-extra-newline-before-brace-multiline',
5028 `cperl-merge-trailing-else', `cperl-indent-region-fix-constructs'.
5029
5030 If `cperl-indent-level' is 0, the statement after opening brace in
5031 column 0 is indented on
5032 `cperl-brace-offset'+`cperl-continued-statement-offset'.
5033
5034 Turning on CPerl mode calls the hooks in the variable `cperl-mode-hook'
5035 with no args.
5036
5037 DO NOT FORGET to read micro-docs (available from `Perl' menu)
5038 or as help on variables `cperl-tips', `cperl-problems',
5039 `cperl-praise', `cperl-speed'.
5040
5041 \(fn)" t nil)
5042
5043 (autoload 'cperl-perldoc "cperl-mode" "\
5044 Run `perldoc' on WORD.
5045
5046 \(fn WORD)" t nil)
5047
5048 (autoload 'cperl-perldoc-at-point "cperl-mode" "\
5049 Run a `perldoc' on the word around point.
5050
5051 \(fn)" t nil)
5052
5053 ;;;***
5054 \f
5055 ;;;### (autoloads nil "cpp" "progmodes/cpp.el" (22230 48822 875219
5056 ;;;;;; 179000))
5057 ;;; Generated autoloads from progmodes/cpp.el
5058
5059 (autoload 'cpp-highlight-buffer "cpp" "\
5060 Highlight C code according to preprocessor conditionals.
5061 This command pops up a buffer which you should edit to specify
5062 what kind of highlighting to use, and the criteria for highlighting.
5063 A prefix arg suppresses display of that buffer.
5064
5065 \(fn ARG)" t nil)
5066
5067 (autoload 'cpp-parse-edit "cpp" "\
5068 Edit display information for cpp conditionals.
5069
5070 \(fn)" t nil)
5071
5072 ;;;***
5073 \f
5074 ;;;### (autoloads nil "crm" "emacs-lisp/crm.el" (22230 48822 688220
5075 ;;;;;; 23000))
5076 ;;; Generated autoloads from emacs-lisp/crm.el
5077
5078 (autoload 'completing-read-multiple "crm" "\
5079 Read multiple strings in the minibuffer, with completion.
5080 The arguments are the same as those of `completing-read'.
5081 \\<crm-local-completion-map>
5082 Input multiple strings by separating each one with a string that
5083 matches the regexp `crm-separator'. For example, if the separator
5084 regexp is \",\", entering \"alice,bob,eve\" specifies the strings
5085 \"alice\", \"bob\", and \"eve\".
5086
5087 We refer to contiguous strings of non-separator-characters as
5088 \"elements\". In this example there are three elements.
5089
5090 Completion is available on a per-element basis. For example, if the
5091 contents of the minibuffer are \"alice,bob,eve\" and point is between
5092 \"l\" and \"i\", pressing \\[minibuffer-complete] operates on the element \"alice\".
5093
5094 This function returns a list of the strings that were read,
5095 with empty strings removed.
5096
5097 \(fn PROMPT TABLE &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
5098
5099 ;;;***
5100 \f
5101 ;;;### (autoloads nil "css-mode" "textmodes/css-mode.el" (22230 48822
5102 ;;;;;; 916218 994000))
5103 ;;; Generated autoloads from textmodes/css-mode.el
5104
5105 (autoload 'css-mode "css-mode" "\
5106 Major mode to edit Cascading Style Sheets.
5107
5108 \(fn)" t nil)
5109 (add-to-list 'auto-mode-alist '("\\.scss\\'" . scss-mode))
5110
5111 (autoload 'scss-mode "css-mode" "\
5112 Major mode to edit \"Sassy CSS\" files.
5113
5114 \(fn)" t nil)
5115
5116 ;;;***
5117 \f
5118 ;;;### (autoloads nil "cua-base" "emulation/cua-base.el" (22230 48822
5119 ;;;;;; 698219 978000))
5120 ;;; Generated autoloads from emulation/cua-base.el
5121
5122 (defvar cua-mode nil "\
5123 Non-nil if Cua mode is enabled.
5124 See the command `cua-mode' for a description of this minor mode.
5125 Setting this variable directly does not take effect;
5126 either customize it (see the info node `Easy Customization')
5127 or call the function `cua-mode'.")
5128
5129 (custom-autoload 'cua-mode "cua-base" nil)
5130
5131 (autoload 'cua-mode "cua-base" "\
5132 Toggle Common User Access style editing (CUA mode).
5133 With a prefix argument ARG, enable CUA mode if ARG is positive,
5134 and disable it otherwise. If called from Lisp, enable the mode
5135 if ARG is omitted or nil.
5136
5137 CUA mode is a global minor mode. When enabled, typed text
5138 replaces the active selection, and you can use C-z, C-x, C-c, and
5139 C-v to undo, cut, copy, and paste in addition to the normal Emacs
5140 bindings. The C-x and C-c keys only do cut and copy when the
5141 region is active, so in most cases, they do not conflict with the
5142 normal function of these prefix keys.
5143
5144 If you really need to perform a command which starts with one of
5145 the prefix keys even when the region is active, you have three
5146 options:
5147 - press the prefix key twice very quickly (within 0.2 seconds),
5148 - press the prefix key and the following key within 0.2 seconds, or
5149 - use the SHIFT key with the prefix key, i.e. C-S-x or C-S-c.
5150
5151 You can customize `cua-enable-cua-keys' to completely disable the
5152 CUA bindings, or `cua-prefix-override-inhibit-delay' to change
5153 the prefix fallback behavior.
5154
5155 \(fn &optional ARG)" t nil)
5156
5157 (autoload 'cua-selection-mode "cua-base" "\
5158 Enable CUA selection mode without the C-z/C-x/C-c/C-v bindings.
5159
5160 \(fn ARG)" t nil)
5161
5162 ;;;***
5163 \f
5164 ;;;### (autoloads nil "cua-rect" "emulation/cua-rect.el" (22230 48822
5165 ;;;;;; 699219 974000))
5166 ;;; Generated autoloads from emulation/cua-rect.el
5167
5168 (autoload 'cua-rectangle-mark-mode "cua-rect" "\
5169 Toggle the region as rectangular.
5170 Activates the region if needed. Only lasts until the region is deactivated.
5171
5172 \(fn &optional ARG)" t nil)
5173
5174 ;;;***
5175 \f
5176 ;;;### (autoloads nil "cursor-sensor" "emacs-lisp/cursor-sensor.el"
5177 ;;;;;; (22230 48822 688220 23000))
5178 ;;; Generated autoloads from emacs-lisp/cursor-sensor.el
5179
5180 (autoload 'cursor-intangible-mode "cursor-sensor" "\
5181 Keep cursor outside of any `cursor-intangible' text property.
5182
5183 \(fn &optional ARG)" t nil)
5184
5185 (autoload 'cursor-sensor-mode "cursor-sensor" "\
5186 Handle the `cursor-sensor-functions' text property.
5187 This property should hold a list of functions which react to the motion
5188 of the cursor. They're called with three arguments (WINDOW OLDPOS DIR)
5189 where WINDOW is the affected window, OLDPOS is the last known position of
5190 the cursor and DIR can be `entered' or `left' depending on whether the cursor
5191 is entering the area covered by the text-property property or leaving it.
5192
5193 \(fn &optional ARG)" t nil)
5194
5195 ;;;***
5196 \f
5197 ;;;### (autoloads nil "cus-edit" "cus-edit.el" (22230 48822 676220
5198 ;;;;;; 77000))
5199 ;;; Generated autoloads from cus-edit.el
5200
5201 (defvar custom-browse-sort-alphabetically nil "\
5202 If non-nil, sort customization group alphabetically in `custom-browse'.")
5203
5204 (custom-autoload 'custom-browse-sort-alphabetically "cus-edit" t)
5205
5206 (defvar custom-buffer-sort-alphabetically t "\
5207 Whether to sort customization groups alphabetically in Custom buffer.")
5208
5209 (custom-autoload 'custom-buffer-sort-alphabetically "cus-edit" t)
5210
5211 (defvar custom-menu-sort-alphabetically nil "\
5212 If non-nil, sort each customization group alphabetically in menus.")
5213
5214 (custom-autoload 'custom-menu-sort-alphabetically "cus-edit" t)
5215
5216 (autoload 'customize-set-value "cus-edit" "\
5217 Set VARIABLE to VALUE, and return VALUE. VALUE is a Lisp object.
5218
5219 If VARIABLE has a `variable-interactive' property, that is used as if
5220 it were the arg to `interactive' (which see) to interactively read the value.
5221
5222 If VARIABLE has a `custom-type' property, it must be a widget and the
5223 `:prompt-value' property of that widget will be used for reading the value.
5224
5225 If given a prefix (or a COMMENT argument), also prompt for a comment.
5226
5227 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5228
5229 (autoload 'customize-set-variable "cus-edit" "\
5230 Set the default for VARIABLE to VALUE, and return VALUE.
5231 VALUE is a Lisp object.
5232
5233 If VARIABLE has a `custom-set' property, that is used for setting
5234 VARIABLE, otherwise `set-default' is used.
5235
5236 If VARIABLE has a `variable-interactive' property, that is used as if
5237 it were the arg to `interactive' (which see) to interactively read the value.
5238
5239 If VARIABLE has a `custom-type' property, it must be a widget and the
5240 `:prompt-value' property of that widget will be used for reading the value.
5241
5242 If given a prefix (or a COMMENT argument), also prompt for a comment.
5243
5244 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5245
5246 (autoload 'customize-save-variable "cus-edit" "\
5247 Set the default for VARIABLE to VALUE, and save it for future sessions.
5248 Return VALUE.
5249
5250 If VARIABLE has a `custom-set' property, that is used for setting
5251 VARIABLE, otherwise `set-default' is used.
5252
5253 If VARIABLE has a `variable-interactive' property, that is used as if
5254 it were the arg to `interactive' (which see) to interactively read the value.
5255
5256 If VARIABLE has a `custom-type' property, it must be a widget and the
5257 `:prompt-value' property of that widget will be used for reading the value.
5258
5259 If given a prefix (or a COMMENT argument), also prompt for a comment.
5260
5261 \(fn VARIABLE VALUE &optional COMMENT)" t nil)
5262
5263 (autoload 'customize-push-and-save "cus-edit" "\
5264 Add ELTS to LIST-VAR and save for future sessions, safely.
5265 ELTS should be a list. This function adds each entry to the
5266 value of LIST-VAR using `add-to-list'.
5267
5268 If Emacs is initialized, call `customize-save-variable' to save
5269 the resulting list value now. Otherwise, add an entry to
5270 `after-init-hook' to save it after initialization.
5271
5272 \(fn LIST-VAR ELTS)" nil nil)
5273
5274 (autoload 'customize "cus-edit" "\
5275 Select a customization buffer which you can use to set user options.
5276 User options are structured into \"groups\".
5277 Initially the top-level group `Emacs' and its immediate subgroups
5278 are shown; the contents of those subgroups are initially hidden.
5279
5280 \(fn)" t nil)
5281
5282 (autoload 'customize-mode "cus-edit" "\
5283 Customize options related to the current major mode.
5284 If a prefix \\[universal-argument] was given (or if the current major mode has no known group),
5285 then prompt for the MODE to customize.
5286
5287 \(fn MODE)" t nil)
5288
5289 (autoload 'customize-group "cus-edit" "\
5290 Customize GROUP, which must be a customization group.
5291 If OTHER-WINDOW is non-nil, display in another window.
5292
5293 \(fn &optional GROUP OTHER-WINDOW)" t nil)
5294
5295 (autoload 'customize-group-other-window "cus-edit" "\
5296 Customize GROUP, which must be a customization group, in another window.
5297
5298 \(fn &optional GROUP)" t nil)
5299
5300 (defalias 'customize-variable 'customize-option)
5301
5302 (autoload 'customize-option "cus-edit" "\
5303 Customize SYMBOL, which must be a user option.
5304
5305 \(fn SYMBOL)" t nil)
5306
5307 (defalias 'customize-variable-other-window 'customize-option-other-window)
5308
5309 (autoload 'customize-option-other-window "cus-edit" "\
5310 Customize SYMBOL, which must be a user option.
5311 Show the buffer in another window, but don't select it.
5312
5313 \(fn SYMBOL)" t nil)
5314
5315 (defvar customize-package-emacs-version-alist nil "\
5316 Alist mapping versions of a package to Emacs versions.
5317 We use this for packages that have their own names, but are released
5318 as part of Emacs itself.
5319
5320 Each elements looks like this:
5321
5322 (PACKAGE (PVERSION . EVERSION)...)
5323
5324 Here PACKAGE is the name of a package, as a symbol. After
5325 PACKAGE come one or more elements, each associating a
5326 package version PVERSION with the first Emacs version
5327 EVERSION in which it (or a subsequent version of PACKAGE)
5328 was first released. Both PVERSION and EVERSION are strings.
5329 PVERSION should be a string that this package used in
5330 the :package-version keyword for `defcustom', `defgroup',
5331 and `defface'.
5332
5333 For example, the MH-E package updates this alist as follows:
5334
5335 (add-to-list \\='customize-package-emacs-version-alist
5336 \\='(MH-E (\"6.0\" . \"22.1\") (\"6.1\" . \"22.1\")
5337 (\"7.0\" . \"22.1\") (\"7.1\" . \"22.1\")
5338 (\"7.2\" . \"22.1\") (\"7.3\" . \"22.1\")
5339 (\"7.4\" . \"22.1\") (\"8.0\" . \"22.1\")))
5340
5341 The value of PACKAGE needs to be unique and it needs to match the
5342 PACKAGE value appearing in the :package-version keyword. Since
5343 the user might see the value in a error message, a good choice is
5344 the official name of the package, such as MH-E or Gnus.")
5345
5346 (defalias 'customize-changed 'customize-changed-options)
5347
5348 (autoload 'customize-changed-options "cus-edit" "\
5349 Customize all settings whose meanings have changed in Emacs itself.
5350 This includes new user options and faces, and new customization
5351 groups, as well as older options and faces whose meanings or
5352 default values have changed since the previous major Emacs
5353 release.
5354
5355 With argument SINCE-VERSION (a string), customize all settings
5356 that were added or redefined since that version.
5357
5358 \(fn &optional SINCE-VERSION)" t nil)
5359
5360 (autoload 'customize-face "cus-edit" "\
5361 Customize FACE, which should be a face name or nil.
5362 If FACE is nil, customize all faces. If FACE is actually a
5363 face-alias, customize the face it is aliased to.
5364
5365 If OTHER-WINDOW is non-nil, display in another window.
5366
5367 Interactively, when point is on text which has a face specified,
5368 suggest to customize that face, if it's customizable.
5369
5370 \(fn &optional FACE OTHER-WINDOW)" t nil)
5371
5372 (autoload 'customize-face-other-window "cus-edit" "\
5373 Show customization buffer for face FACE in other window.
5374 If FACE is actually a face-alias, customize the face it is aliased to.
5375
5376 Interactively, when point is on text which has a face specified,
5377 suggest to customize that face, if it's customizable.
5378
5379 \(fn &optional FACE)" t nil)
5380
5381 (autoload 'customize-unsaved "cus-edit" "\
5382 Customize all options and faces set in this session but not saved.
5383
5384 \(fn)" t nil)
5385
5386 (autoload 'customize-rogue "cus-edit" "\
5387 Customize all user variables modified outside customize.
5388
5389 \(fn)" t nil)
5390
5391 (autoload 'customize-saved "cus-edit" "\
5392 Customize all saved options and faces.
5393
5394 \(fn)" t nil)
5395
5396 (autoload 'customize-apropos "cus-edit" "\
5397 Customize loaded options, faces and groups matching PATTERN.
5398 PATTERN can be a word, a list of words (separated by spaces),
5399 or a regexp (using some regexp special characters). If it is a word,
5400 search for matches for that word as a substring. If it is a list of
5401 words, search for matches for any two (or more) of those words.
5402
5403 If TYPE is `options', include only options.
5404 If TYPE is `faces', include only faces.
5405 If TYPE is `groups', include only groups.
5406
5407 \(fn PATTERN &optional TYPE)" t nil)
5408
5409 (autoload 'customize-apropos-options "cus-edit" "\
5410 Customize all loaded customizable options matching REGEXP.
5411
5412 \(fn REGEXP &optional IGNORED)" t nil)
5413
5414 (autoload 'customize-apropos-faces "cus-edit" "\
5415 Customize all loaded faces matching REGEXP.
5416
5417 \(fn REGEXP)" t nil)
5418
5419 (autoload 'customize-apropos-groups "cus-edit" "\
5420 Customize all loaded groups matching REGEXP.
5421
5422 \(fn REGEXP)" t nil)
5423
5424 (autoload 'custom-prompt-customize-unsaved-options "cus-edit" "\
5425 Prompt user to customize any unsaved customization options.
5426 Return non-nil if user chooses to customize, for use in
5427 `kill-emacs-query-functions'.
5428
5429 \(fn)" nil nil)
5430
5431 (autoload 'custom-buffer-create "cus-edit" "\
5432 Create a buffer containing OPTIONS.
5433 Optional NAME is the name of the buffer.
5434 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5435 SYMBOL is a customization option, and WIDGET is a widget for editing
5436 that option.
5437 DESCRIPTION is unused.
5438
5439 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5440
5441 (autoload 'custom-buffer-create-other-window "cus-edit" "\
5442 Create a buffer containing OPTIONS, and display it in another window.
5443 The result includes selecting that window.
5444 Optional NAME is the name of the buffer.
5445 OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
5446 SYMBOL is a customization option, and WIDGET is a widget for editing
5447 that option.
5448
5449 \(fn OPTIONS &optional NAME DESCRIPTION)" nil nil)
5450
5451 (autoload 'customize-browse "cus-edit" "\
5452 Create a tree browser for the customize hierarchy.
5453
5454 \(fn &optional GROUP)" t nil)
5455
5456 (defvar custom-file nil "\
5457 File used for storing customization information.
5458 The default is nil, which means to use your init file
5459 as specified by `user-init-file'. If the value is not nil,
5460 it should be an absolute file name.
5461
5462 You can set this option through Custom, if you carefully read the
5463 last paragraph below. However, usually it is simpler to write
5464 something like the following in your init file:
5465
5466 \(setq custom-file \"~/.emacs-custom.el\")
5467 \(load custom-file)
5468
5469 Note that both lines are necessary: the first line tells Custom to
5470 save all customizations in this file, but does not load it.
5471
5472 When you change this variable outside Custom, look in the
5473 previous custom file (usually your init file) for the
5474 forms `(custom-set-variables ...)' and `(custom-set-faces ...)',
5475 and copy them (whichever ones you find) to the new custom file.
5476 This will preserve your existing customizations.
5477
5478 If you save this option using Custom, Custom will write all
5479 currently saved customizations, including the new one for this
5480 option itself, into the file you specify, overwriting any
5481 `custom-set-variables' and `custom-set-faces' forms already
5482 present in that file. It will not delete any customizations from
5483 the old custom file. You should do that manually if that is what you
5484 want. You also have to put something like `(load \"CUSTOM-FILE\")
5485 in your init file, where CUSTOM-FILE is the actual name of the
5486 file. Otherwise, Emacs will not load the file when it starts up,
5487 and hence will not set `custom-file' to that file either.")
5488
5489 (custom-autoload 'custom-file "cus-edit" t)
5490
5491 (autoload 'custom-save-all "cus-edit" "\
5492 Save all customizations in `custom-file'.
5493
5494 \(fn)" nil nil)
5495
5496 (autoload 'customize-save-customized "cus-edit" "\
5497 Save all user options which have been set in this session.
5498
5499 \(fn)" t nil)
5500
5501 (autoload 'custom-menu-create "cus-edit" "\
5502 Create menu for customization group SYMBOL.
5503 The menu is in a format applicable to `easy-menu-define'.
5504
5505 \(fn SYMBOL)" nil nil)
5506
5507 (autoload 'customize-menu-create "cus-edit" "\
5508 Return a customize menu for customization group SYMBOL.
5509 If optional NAME is given, use that as the name of the menu.
5510 Otherwise the menu will be named `Customize'.
5511 The format is suitable for use with `easy-menu-define'.
5512
5513 \(fn SYMBOL &optional NAME)" nil nil)
5514
5515 ;;;***
5516 \f
5517 ;;;### (autoloads nil "cus-theme" "cus-theme.el" (22230 48822 677220
5518 ;;;;;; 73000))
5519 ;;; Generated autoloads from cus-theme.el
5520
5521 (autoload 'customize-create-theme "cus-theme" "\
5522 Create or edit a custom theme.
5523 THEME, if non-nil, should be an existing theme to edit. If THEME
5524 is `user', the resulting *Custom Theme* buffer also contains a
5525 checkbox for removing the theme settings specified in the buffer
5526 from the Custom save file.
5527 BUFFER, if non-nil, should be a buffer to use; the default is
5528 named *Custom Theme*.
5529
5530 \(fn &optional THEME BUFFER)" t nil)
5531
5532 (autoload 'custom-theme-visit-theme "cus-theme" "\
5533 Set up a Custom buffer to edit custom theme THEME.
5534
5535 \(fn THEME)" t nil)
5536
5537 (autoload 'describe-theme "cus-theme" "\
5538 Display a description of the Custom theme THEME (a symbol).
5539
5540 \(fn THEME)" t nil)
5541
5542 (autoload 'customize-themes "cus-theme" "\
5543 Display a selectable list of Custom themes.
5544 When called from Lisp, BUFFER should be the buffer to use; if
5545 omitted, a buffer named *Custom Themes* is used.
5546
5547 \(fn &optional BUFFER)" t nil)
5548
5549 ;;;***
5550 \f
5551 ;;;### (autoloads nil "cvs-status" "vc/cvs-status.el" (22230 48822
5552 ;;;;;; 933218 917000))
5553 ;;; Generated autoloads from vc/cvs-status.el
5554
5555 (autoload 'cvs-status-mode "cvs-status" "\
5556 Mode used for cvs status output.
5557
5558 \(fn)" t nil)
5559
5560 ;;;***
5561 \f
5562 ;;;### (autoloads nil "cwarn" "progmodes/cwarn.el" (22230 48822 875219
5563 ;;;;;; 179000))
5564 ;;; Generated autoloads from progmodes/cwarn.el
5565 (push (purecopy '(cwarn 1 3 1)) package--builtin-versions)
5566
5567 (autoload 'cwarn-mode "cwarn" "\
5568 Minor mode that highlights suspicious C and C++ constructions.
5569
5570 Suspicious constructs are highlighted using `font-lock-warning-face'.
5571
5572 Note, in addition to enabling this minor mode, the major mode must
5573 be included in the variable `cwarn-configuration'. By default C and
5574 C++ modes are included.
5575
5576 With a prefix argument ARG, enable the mode if ARG is positive,
5577 and disable it otherwise. If called from Lisp, enable the mode
5578 if ARG is omitted or nil.
5579
5580 \(fn &optional ARG)" t nil)
5581
5582 (define-obsolete-function-alias 'turn-on-cwarn-mode 'cwarn-mode "24.1")
5583
5584 (defvar global-cwarn-mode nil "\
5585 Non-nil if Global Cwarn mode is enabled.
5586 See the command `global-cwarn-mode' for a description of this minor mode.
5587 Setting this variable directly does not take effect;
5588 either customize it (see the info node `Easy Customization')
5589 or call the function `global-cwarn-mode'.")
5590
5591 (custom-autoload 'global-cwarn-mode "cwarn" nil)
5592
5593 (autoload 'global-cwarn-mode "cwarn" "\
5594 Toggle Cwarn mode in all buffers.
5595 With prefix ARG, enable Global Cwarn mode if ARG is positive;
5596 otherwise, disable it. If called from Lisp, enable the mode if
5597 ARG is omitted or nil.
5598
5599 Cwarn mode is enabled in all buffers where
5600 `turn-on-cwarn-mode-if-enabled' would do it.
5601 See `cwarn-mode' for more information on Cwarn mode.
5602
5603 \(fn &optional ARG)" t nil)
5604
5605 ;;;***
5606 \f
5607 ;;;### (autoloads nil "cyril-util" "language/cyril-util.el" (22230
5608 ;;;;;; 48822 770219 653000))
5609 ;;; Generated autoloads from language/cyril-util.el
5610
5611 (autoload 'cyrillic-encode-koi8-r-char "cyril-util" "\
5612 Return KOI8-R external character code of CHAR if appropriate.
5613
5614 \(fn CHAR)" nil nil)
5615
5616 (autoload 'cyrillic-encode-alternativnyj-char "cyril-util" "\
5617 Return ALTERNATIVNYJ external character code of CHAR if appropriate.
5618
5619 \(fn CHAR)" nil nil)
5620
5621 (autoload 'standard-display-cyrillic-translit "cyril-util" "\
5622 Display a cyrillic buffer using a transliteration.
5623 For readability, the table is slightly
5624 different from the one used for the input method `cyrillic-translit'.
5625
5626 The argument is a string which specifies which language you are using;
5627 that affects the choice of transliterations slightly.
5628 Possible values are listed in `cyrillic-language-alist'.
5629 If the argument is t, we use the default cyrillic transliteration.
5630 If the argument is nil, we return the display table to its standard state.
5631
5632 \(fn &optional CYRILLIC-LANGUAGE)" t nil)
5633
5634 ;;;***
5635 \f
5636 ;;;### (autoloads nil "dabbrev" "dabbrev.el" (22230 48822 677220
5637 ;;;;;; 73000))
5638 ;;; Generated autoloads from dabbrev.el
5639 (put 'dabbrev-case-fold-search 'risky-local-variable t)
5640 (put 'dabbrev-case-replace 'risky-local-variable t)
5641 (define-key esc-map "/" 'dabbrev-expand)
5642 (define-key esc-map [?\C-/] 'dabbrev-completion)
5643
5644 (autoload 'dabbrev-completion "dabbrev" "\
5645 Completion on current word.
5646 Like \\[dabbrev-expand] but finds all expansions in the current buffer
5647 and presents suggestions for completion.
5648
5649 With a prefix argument ARG, it searches all buffers accepted by the
5650 function pointed out by `dabbrev-friend-buffer-function' to find the
5651 completions.
5652
5653 If the prefix argument is 16 (which comes from \\[universal-argument] \\[universal-argument]),
5654 then it searches *all* buffers.
5655
5656 \(fn &optional ARG)" t nil)
5657
5658 (autoload 'dabbrev-expand "dabbrev" "\
5659 Expand previous word \"dynamically\".
5660
5661 Expands to the most recent, preceding word for which this is a prefix.
5662 If no suitable preceding word is found, words following point are
5663 considered. If still no suitable word is found, then look in the
5664 buffers accepted by the function pointed out by variable
5665 `dabbrev-friend-buffer-function'.
5666
5667 A positive prefix argument, N, says to take the Nth backward *distinct*
5668 possibility. A negative argument says search forward.
5669
5670 If the cursor has not moved from the end of the previous expansion and
5671 no argument is given, replace the previously-made expansion
5672 with the next possible expansion not yet tried.
5673
5674 The variable `dabbrev-backward-only' may be used to limit the
5675 direction of search to backward if set non-nil.
5676
5677 See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion].
5678
5679 \(fn ARG)" t nil)
5680
5681 ;;;***
5682 \f
5683 ;;;### (autoloads nil "data-debug" "cedet/data-debug.el" (22230 48822
5684 ;;;;;; 656220 168000))
5685 ;;; Generated autoloads from cedet/data-debug.el
5686
5687 (autoload 'data-debug-new-buffer "data-debug" "\
5688 Create a new data-debug buffer with NAME.
5689
5690 \(fn NAME)" nil nil)
5691
5692 ;;;***
5693 \f
5694 ;;;### (autoloads nil "dbus" "net/dbus.el" (22230 48822 806219 491000))
5695 ;;; Generated autoloads from net/dbus.el
5696
5697 (autoload 'dbus-handle-event "dbus" "\
5698 Handle events from the D-Bus.
5699 EVENT is a D-Bus event, see `dbus-check-event'. HANDLER, being
5700 part of the event, is called with arguments ARGS.
5701 If the HANDLER returns a `dbus-error', it is propagated as return message.
5702
5703 \(fn EVENT)" t nil)
5704
5705 ;;;***
5706 \f
5707 ;;;### (autoloads nil "dcl-mode" "progmodes/dcl-mode.el" (22230 48822
5708 ;;;;;; 875219 179000))
5709 ;;; Generated autoloads from progmodes/dcl-mode.el
5710
5711 (autoload 'dcl-mode "dcl-mode" "\
5712 Major mode for editing DCL-files.
5713
5714 This mode indents command lines in blocks. (A block is commands between
5715 THEN-ELSE-ENDIF and between lines matching dcl-block-begin-regexp and
5716 dcl-block-end-regexp.)
5717
5718 Labels are indented to a fixed position unless they begin or end a block.
5719 Whole-line comments (matching dcl-comment-line-regexp) are not indented.
5720 Data lines are not indented.
5721
5722 Key bindings:
5723
5724 \\{dcl-mode-map}
5725 Commands not usually bound to keys:
5726
5727 \\[dcl-save-nondefault-options] Save changed options
5728 \\[dcl-save-all-options] Save all options
5729 \\[dcl-save-option] Save any option
5730 \\[dcl-save-mode] Save buffer mode
5731
5732 Variables controlling indentation style and extra features:
5733
5734 dcl-basic-offset
5735 Extra indentation within blocks.
5736
5737 dcl-continuation-offset
5738 Extra indentation for continued lines.
5739
5740 dcl-margin-offset
5741 Indentation for the first command line in a file or SUBROUTINE.
5742
5743 dcl-margin-label-offset
5744 Indentation for a label.
5745
5746 dcl-comment-line-regexp
5747 Lines matching this regexp will not be indented.
5748
5749 dcl-block-begin-regexp
5750 dcl-block-end-regexp
5751 Regexps that match command lines that begin and end, respectively,
5752 a block of command lines that will be given extra indentation.
5753 Command lines between THEN-ELSE-ENDIF are always indented; these variables
5754 make it possible to define other places to indent.
5755 Set to nil to disable this feature.
5756
5757 dcl-calc-command-indent-function
5758 Can be set to a function that customizes indentation for command lines.
5759 Two such functions are included in the package:
5760 dcl-calc-command-indent-multiple
5761 dcl-calc-command-indent-hang
5762
5763 dcl-calc-cont-indent-function
5764 Can be set to a function that customizes indentation for continued lines.
5765 One such function is included in the package:
5766 dcl-calc-cont-indent-relative (set by default)
5767
5768 dcl-tab-always-indent
5769 If t, pressing TAB always indents the current line.
5770 If nil, pressing TAB indents the current line if point is at the left
5771 margin.
5772
5773 dcl-electric-characters
5774 Non-nil causes lines to be indented at once when a label, ELSE or ENDIF is
5775 typed.
5776
5777 dcl-electric-reindent-regexps
5778 Use this variable and function dcl-electric-character to customize
5779 which words trigger electric indentation.
5780
5781 dcl-tempo-comma
5782 dcl-tempo-left-paren
5783 dcl-tempo-right-paren
5784 These variables control the look of expanded templates.
5785
5786 dcl-imenu-generic-expression
5787 Default value for imenu-generic-expression. The default includes
5788 SUBROUTINE labels in the main listing and sub-listings for
5789 other labels, CALL, GOTO and GOSUB statements.
5790
5791 dcl-imenu-label-labels
5792 dcl-imenu-label-goto
5793 dcl-imenu-label-gosub
5794 dcl-imenu-label-call
5795 Change the text that is used as sub-listing labels in imenu.
5796
5797 Loading this package calls the value of the variable
5798 `dcl-mode-load-hook' with no args, if that value is non-nil.
5799 Turning on DCL mode calls the value of the variable `dcl-mode-hook'
5800 with no args, if that value is non-nil.
5801
5802
5803 The following example uses the default values for all variables:
5804
5805 $! This is a comment line that is not indented (it matches
5806 $! dcl-comment-line-regexp)
5807 $! Next follows the first command line. It is indented dcl-margin-offset.
5808 $ i = 1
5809 $ ! Other comments are indented like command lines.
5810 $ ! A margin label indented dcl-margin-label-offset:
5811 $ label:
5812 $ if i.eq.1
5813 $ then
5814 $ ! Lines between THEN-ELSE and ELSE-ENDIF are
5815 $ ! indented dcl-basic-offset
5816 $ loop1: ! This matches dcl-block-begin-regexp...
5817 $ ! ...so this line is indented dcl-basic-offset
5818 $ text = \"This \" + - ! is a continued line
5819 \"lined up with the command line\"
5820 $ type sys$input
5821 Data lines are not indented at all.
5822 $ endloop1: ! This matches dcl-block-end-regexp
5823 $ endif
5824 $
5825
5826
5827 There is some minimal font-lock support (see vars
5828 `dcl-font-lock-defaults' and `dcl-font-lock-keywords').
5829
5830 \(fn)" t nil)
5831
5832 ;;;***
5833 \f
5834 ;;;### (autoloads nil "debug" "emacs-lisp/debug.el" (22230 48822
5835 ;;;;;; 688220 23000))
5836 ;;; Generated autoloads from emacs-lisp/debug.el
5837
5838 (setq debugger 'debug)
5839
5840 (autoload 'debug "debug" "\
5841 Enter debugger. \\<debugger-mode-map>`\\[debugger-continue]' returns from the debugger.
5842 Arguments are mainly for use when this is called from the internals
5843 of the evaluator.
5844
5845 You may call with no args, or you may pass nil as the first arg and
5846 any other args you like. In that case, the list of args after the
5847 first will be printed into the backtrace buffer.
5848
5849 \(fn &rest ARGS)" t nil)
5850
5851 (autoload 'debug-on-entry "debug" "\
5852 Request FUNCTION to invoke debugger each time it is called.
5853
5854 When called interactively, prompt for FUNCTION in the minibuffer.
5855
5856 This works by modifying the definition of FUNCTION. If you tell the
5857 debugger to continue, FUNCTION's execution proceeds. If FUNCTION is a
5858 normal function or a macro written in Lisp, you can also step through
5859 its execution. FUNCTION can also be a primitive that is not a special
5860 form, in which case stepping is not possible. Break-on-entry for
5861 primitive functions only works when that function is called from Lisp.
5862
5863 Use \\[cancel-debug-on-entry] to cancel the effect of this command.
5864 Redefining FUNCTION also cancels it.
5865
5866 \(fn FUNCTION)" t nil)
5867
5868 (autoload 'cancel-debug-on-entry "debug" "\
5869 Undo effect of \\[debug-on-entry] on FUNCTION.
5870 If FUNCTION is nil, cancel debug-on-entry for all functions.
5871 When called interactively, prompt for FUNCTION in the minibuffer.
5872 To specify a nil argument interactively, exit with an empty minibuffer.
5873
5874 \(fn &optional FUNCTION)" t nil)
5875
5876 ;;;***
5877 \f
5878 ;;;### (autoloads nil "decipher" "play/decipher.el" (22230 48822
5879 ;;;;;; 859219 251000))
5880 ;;; Generated autoloads from play/decipher.el
5881
5882 (autoload 'decipher "decipher" "\
5883 Format a buffer of ciphertext for cryptanalysis and enter Decipher mode.
5884
5885 \(fn)" t nil)
5886
5887 (autoload 'decipher-mode "decipher" "\
5888 Major mode for decrypting monoalphabetic substitution ciphers.
5889 Lower-case letters enter plaintext.
5890 Upper-case letters are commands.
5891
5892 The buffer is made read-only so that normal Emacs commands cannot
5893 modify it.
5894
5895 The most useful commands are:
5896 \\<decipher-mode-map>
5897 \\[decipher-digram-list] Display a list of all digrams & their frequency
5898 \\[decipher-frequency-count] Display the frequency of each ciphertext letter
5899 \\[decipher-adjacency-list] Show adjacency list for current letter (lists letters appearing next to it)
5900 \\[decipher-make-checkpoint] Save the current cipher alphabet (checkpoint)
5901 \\[decipher-restore-checkpoint] Restore a saved cipher alphabet (checkpoint)
5902
5903 \(fn)" t nil)
5904
5905 ;;;***
5906 \f
5907 ;;;### (autoloads nil "delim-col" "delim-col.el" (22230 48822 677220
5908 ;;;;;; 73000))
5909 ;;; Generated autoloads from delim-col.el
5910 (push (purecopy '(delim-col 2 1)) package--builtin-versions)
5911
5912 (autoload 'delimit-columns-customize "delim-col" "\
5913 Customization of `columns' group.
5914
5915 \(fn)" t nil)
5916
5917 (autoload 'delimit-columns-region "delim-col" "\
5918 Prettify all columns in a text region.
5919
5920 START and END delimits the text region.
5921
5922 \(fn START END)" t nil)
5923
5924 (autoload 'delimit-columns-rectangle "delim-col" "\
5925 Prettify all columns in a text rectangle.
5926
5927 START and END delimits the corners of text rectangle.
5928
5929 \(fn START END)" t nil)
5930
5931 ;;;***
5932 \f
5933 ;;;### (autoloads nil "delsel" "delsel.el" (22230 48822 677220 73000))
5934 ;;; Generated autoloads from delsel.el
5935
5936 (defalias 'pending-delete-mode 'delete-selection-mode)
5937
5938 (defvar delete-selection-mode nil "\
5939 Non-nil if Delete-Selection mode is enabled.
5940 See the command `delete-selection-mode' for a description of this minor mode.
5941 Setting this variable directly does not take effect;
5942 either customize it (see the info node `Easy Customization')
5943 or call the function `delete-selection-mode'.")
5944
5945 (custom-autoload 'delete-selection-mode "delsel" nil)
5946
5947 (autoload 'delete-selection-mode "delsel" "\
5948 Toggle Delete Selection mode.
5949 With a prefix argument ARG, enable Delete Selection mode if ARG
5950 is positive, and disable it otherwise. If called from Lisp,
5951 enable the mode if ARG is omitted or nil.
5952
5953 When Delete Selection mode is enabled, typed text replaces the selection
5954 if the selection is active. Otherwise, typed text is just inserted at
5955 point regardless of any selection. Also, commands that normally delete
5956 just one character will delete the entire selection instead.
5957
5958 See `delete-selection-helper' and `delete-selection-pre-hook' for
5959 information on adapting behavior of commands in Delete Selection mode.
5960
5961 \(fn &optional ARG)" t nil)
5962
5963 ;;;***
5964 \f
5965 ;;;### (autoloads nil "derived" "emacs-lisp/derived.el" (22230 48822
5966 ;;;;;; 688220 23000))
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 (function-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 nil "descr-text" "descr-text.el" (22230 48822 678220
6033 ;;;;;; 68000))
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 (autoload 'describe-char-eldoc "descr-text" "\
6066 Return a description of character at point for use by ElDoc mode.
6067
6068 Return nil if character at point is a printable ASCII
6069 character (i.e. codepoint between 32 and 127 inclusively).
6070 Otherwise return a description formatted by
6071 `describe-char-eldoc--format' function taking into account value
6072 of `eldoc-echo-area-use-multiline-p' variable and width of
6073 minibuffer window for width limit.
6074
6075 This function is meant to be used as a value of
6076 `eldoc-documentation-function' variable.
6077
6078 \(fn)" nil nil)
6079
6080 ;;;***
6081 \f
6082 ;;;### (autoloads nil "desktop" "desktop.el" (22230 48822 678220
6083 ;;;;;; 68000))
6084 ;;; Generated autoloads from desktop.el
6085
6086 (defvar desktop-save-mode nil "\
6087 Non-nil if Desktop-Save mode is enabled.
6088 See the command `desktop-save-mode' for a description of this minor mode.
6089 Setting this variable directly does not take effect;
6090 either customize it (see the info node `Easy Customization')
6091 or call the function `desktop-save-mode'.")
6092
6093 (custom-autoload 'desktop-save-mode "desktop" nil)
6094
6095 (autoload 'desktop-save-mode "desktop" "\
6096 Toggle desktop saving (Desktop Save mode).
6097 With a prefix argument ARG, enable Desktop Save mode if ARG is positive,
6098 and disable it otherwise. If called from Lisp, enable the mode if ARG
6099 is omitted or nil.
6100
6101 When Desktop Save mode is enabled, the state of Emacs is saved from
6102 one session to another. In particular, Emacs will save the desktop when
6103 it exits (this may prompt you; see the option `desktop-save'). The next
6104 time Emacs starts, if this mode is active it will restore the desktop.
6105
6106 To manually save the desktop at any time, use the command `\\[desktop-save]'.
6107 To load it, use `\\[desktop-read]'.
6108
6109 Once a desktop file exists, Emacs will auto-save it according to the
6110 option `desktop-auto-save-timeout'.
6111
6112 To see all the options you can set, browse the `desktop' customization group.
6113
6114 For further details, see info node `(emacs)Saving Emacs Sessions'.
6115
6116 \(fn &optional ARG)" t nil)
6117
6118 (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) "\
6119 List of local variables to save for each buffer.
6120 The variables are saved only when they really are local. Conventional minor
6121 modes are restored automatically; they should not be listed here.")
6122
6123 (custom-autoload 'desktop-locals-to-save "desktop" t)
6124
6125 (defvar-local desktop-save-buffer nil "\
6126 When non-nil, save buffer status in desktop file.
6127
6128 If the value is a function, it is called by `desktop-save' with argument
6129 DESKTOP-DIRNAME to obtain auxiliary information to save in the desktop
6130 file along with the state of the buffer for which it was called.
6131
6132 When file names are returned, they should be formatted using the call
6133 \"(desktop-file-name FILE-NAME DESKTOP-DIRNAME)\".
6134
6135 Later, when `desktop-read' evaluates the desktop file, auxiliary information
6136 is passed as the argument DESKTOP-BUFFER-MISC to functions in
6137 `desktop-buffer-mode-handlers'.")
6138
6139 (defvar desktop-buffer-mode-handlers nil "\
6140 Alist of major mode specific functions to restore a desktop buffer.
6141 Functions listed are called by `desktop-create-buffer' when `desktop-read'
6142 evaluates the desktop file. List elements must have the form
6143
6144 (MAJOR-MODE . RESTORE-BUFFER-FUNCTION).
6145
6146 Buffers with a major mode not specified here, are restored by the default
6147 handler `desktop-restore-file-buffer'.
6148
6149 Handlers are called with argument list
6150
6151 (DESKTOP-BUFFER-FILE-NAME DESKTOP-BUFFER-NAME DESKTOP-BUFFER-MISC)
6152
6153 Furthermore, they may use the following variables:
6154
6155 `desktop-file-version'
6156 `desktop-buffer-major-mode'
6157 `desktop-buffer-minor-modes'
6158 `desktop-buffer-point'
6159 `desktop-buffer-mark'
6160 `desktop-buffer-read-only'
6161 `desktop-buffer-locals'
6162
6163 If a handler returns a buffer, then the saved mode settings
6164 and variable values for that buffer are copied into it.
6165
6166 Modules that define a major mode that needs a special handler should contain
6167 code like
6168
6169 (defun foo-restore-desktop-buffer
6170 ...
6171 (add-to-list \\='desktop-buffer-mode-handlers
6172 \\='(foo-mode . foo-restore-desktop-buffer))
6173
6174 The major mode function must either be autoloaded, or of the form
6175 \"foobar-mode\" and defined in library \"foobar\", so that desktop
6176 can guess how to load the mode's definition.")
6177
6178 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
6179
6180 (defvar desktop-minor-mode-handlers nil "\
6181 Alist of functions to restore non-standard minor modes.
6182 Functions are called by `desktop-create-buffer' to restore minor modes.
6183 List elements must have the form
6184
6185 (MINOR-MODE . RESTORE-FUNCTION).
6186
6187 Minor modes not specified here, are restored by the standard minor mode
6188 function.
6189
6190 Handlers are called with argument list
6191
6192 (DESKTOP-BUFFER-LOCALS)
6193
6194 Furthermore, they may use the following variables:
6195
6196 `desktop-file-version'
6197 `desktop-buffer-file-name'
6198 `desktop-buffer-name'
6199 `desktop-buffer-major-mode'
6200 `desktop-buffer-minor-modes'
6201 `desktop-buffer-point'
6202 `desktop-buffer-mark'
6203 `desktop-buffer-read-only'
6204 `desktop-buffer-misc'
6205
6206 When a handler is called, the buffer has been created and the major mode has
6207 been set, but local variables listed in desktop-buffer-locals has not yet been
6208 created and set.
6209
6210 Modules that define a minor mode that needs a special handler should contain
6211 code like
6212
6213 (defun foo-desktop-restore
6214 ...
6215 (add-to-list \\='desktop-minor-mode-handlers
6216 \\='(foo-mode . foo-desktop-restore))
6217
6218 The minor mode function must either be autoloaded, or of the form
6219 \"foobar-mode\" and defined in library \"foobar\", so that desktop
6220 can guess how to load the mode's definition.
6221
6222 See also `desktop-minor-mode-table'.")
6223
6224 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
6225
6226 (autoload 'desktop-clear "desktop" "\
6227 Empty the Desktop.
6228 This kills all buffers except for internal ones and those with names matched by
6229 a regular expression in the list `desktop-clear-preserve-buffers'.
6230 Furthermore, it clears the variables listed in `desktop-globals-to-clear'.
6231 When called interactively and `desktop-restore-frames' is non-nil, it also
6232 deletes all frames except the selected one (and its minibuffer frame,
6233 if different).
6234
6235 \(fn)" t nil)
6236
6237 (autoload 'desktop-save "desktop" "\
6238 Save the desktop in a desktop file.
6239 Parameter DIRNAME specifies where to save the desktop file.
6240 Optional parameter RELEASE says whether we're done with this
6241 desktop. If ONLY-IF-CHANGED is non-nil, compare the current
6242 desktop information to that in the desktop file, and if the
6243 desktop information has not changed since it was last saved then
6244 do not rewrite the file.
6245
6246 This function can save the desktop in either format version
6247 208 (which only Emacs 25.1 and later can read) or version
6248 206 (which is readable by any Emacs from version 22.1 onwards).
6249 By default, it will use the same format the desktop file had when
6250 it was last saved, or version 208 when writing a fresh desktop
6251 file.
6252
6253 To upgrade a version 206 file to version 208, call this command
6254 explicitly with a bare prefix argument: C-u M-x desktop-save.
6255 You are recommended to do this once you have firmly upgraded to
6256 Emacs 25.1 (or later). To downgrade a version 208 file to version
6257 206, use a double command prefix: C-u C-u M-x desktop-save.
6258 Confirmation will be requested in either case. In a non-interactive
6259 call, VERSION can be given as an integer, either 206 or 208, which
6260 will be accepted as the format version in which to save the file
6261 without further confirmation.
6262
6263 \(fn DIRNAME &optional RELEASE ONLY-IF-CHANGED VERSION)" t nil)
6264
6265 (autoload 'desktop-remove "desktop" "\
6266 Delete desktop file in `desktop-dirname'.
6267 This function also sets `desktop-dirname' to nil.
6268
6269 \(fn)" t nil)
6270
6271 (autoload 'desktop-read "desktop" "\
6272 Read and process the desktop file in directory DIRNAME.
6273 Look for a desktop file in DIRNAME, or if DIRNAME is omitted, look in
6274 directories listed in `desktop-path'. If a desktop file is found, it
6275 is processed and `desktop-after-read-hook' is run. If no desktop file
6276 is found, clear the desktop and run `desktop-no-desktop-file-hook'.
6277 This function is a no-op when Emacs is running in batch mode.
6278 It returns t if a desktop file was loaded, nil otherwise.
6279
6280 \(fn &optional DIRNAME)" t nil)
6281
6282 (autoload 'desktop-load-default "desktop" "\
6283 Load the `default' start-up library manually.
6284 Also inhibit further loading of it.
6285
6286 \(fn)" nil nil)
6287
6288 (make-obsolete 'desktop-load-default 'desktop-save-mode '"22.1")
6289
6290 (autoload 'desktop-change-dir "desktop" "\
6291 Change to desktop saved in DIRNAME.
6292 Kill the desktop as specified by variables `desktop-save-mode' and
6293 `desktop-save', then clear the desktop and load the desktop file in
6294 directory DIRNAME.
6295
6296 \(fn DIRNAME)" t nil)
6297
6298 (autoload 'desktop-save-in-desktop-dir "desktop" "\
6299 Save the desktop in directory `desktop-dirname'.
6300
6301 \(fn)" t nil)
6302
6303 (autoload 'desktop-revert "desktop" "\
6304 Revert to the last loaded desktop.
6305
6306 \(fn)" t nil)
6307
6308 ;;;***
6309 \f
6310 ;;;### (autoloads nil "deuglify" "gnus/deuglify.el" (22230 48822
6311 ;;;;;; 729219 838000))
6312 ;;; Generated autoloads from gnus/deuglify.el
6313
6314 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" "\
6315 Unwrap lines that appear to be wrapped citation lines.
6316 You can control what lines will be unwrapped by frobbing
6317 `gnus-outlook-deuglify-unwrap-min' and `gnus-outlook-deuglify-unwrap-max',
6318 indicating the minimum and maximum length of an unwrapped citation line. If
6319 NODISPLAY is non-nil, don't redisplay the article buffer.
6320
6321 \(fn &optional NODISPLAY)" t nil)
6322
6323 (autoload 'gnus-article-outlook-repair-attribution "deuglify" "\
6324 Repair a broken attribution line.
6325 If NODISPLAY is non-nil, don't redisplay the article buffer.
6326
6327 \(fn &optional NODISPLAY)" t nil)
6328
6329 (autoload 'gnus-outlook-deuglify-article "deuglify" "\
6330 Full deuglify of broken Outlook (Express) articles.
6331 Treat dumbquotes, unwrap lines, repair attribution and rearrange citation. If
6332 NODISPLAY is non-nil, don't redisplay the article buffer.
6333
6334 \(fn &optional NODISPLAY)" t nil)
6335
6336 (autoload 'gnus-article-outlook-deuglify-article "deuglify" "\
6337 Deuglify broken Outlook (Express) articles and redisplay.
6338
6339 \(fn)" t nil)
6340
6341 ;;;***
6342 \f
6343 ;;;### (autoloads nil "diary-lib" "calendar/diary-lib.el" (22230
6344 ;;;;;; 48822 652220 186000))
6345 ;;; Generated autoloads from calendar/diary-lib.el
6346
6347 (autoload 'diary "diary-lib" "\
6348 Generate the diary window for ARG days starting with the current date.
6349 If no argument is provided, the number of days of diary entries is governed
6350 by the variable `diary-number-of-entries'. A value of ARG less than 1
6351 does nothing. This function is suitable for execution in an init file.
6352
6353 \(fn &optional ARG)" t nil)
6354
6355 (autoload 'diary-mail-entries "diary-lib" "\
6356 Send a mail message showing diary entries for next NDAYS days.
6357 If no prefix argument is given, NDAYS is set to `diary-mail-days'.
6358 Mail is sent to the address specified by `diary-mail-addr'.
6359
6360 Here is an example of a script to call `diary-mail-entries',
6361 suitable for regular scheduling using cron (or at). Note that
6362 since `emacs -script' does not load your init file, you should
6363 ensure that all relevant variables are set.
6364
6365 #!/usr/bin/emacs -script
6366 ;; diary-rem.el - run the Emacs diary-reminder
6367
6368 \(setq diary-mail-days 3
6369 diary-file \"/path/to/diary.file\"
6370 calendar-date-style \\='european
6371 diary-mail-addr \"user@host.name\")
6372
6373 \(diary-mail-entries)
6374
6375 # diary-rem.el ends here
6376
6377 \(fn &optional NDAYS)" t nil)
6378
6379 (autoload 'diary-mode "diary-lib" "\
6380 Major mode for editing the diary file.
6381
6382 \(fn)" t nil)
6383
6384 ;;;***
6385 \f
6386 ;;;### (autoloads nil "diff" "vc/diff.el" (22230 48822 933218 917000))
6387 ;;; Generated autoloads from vc/diff.el
6388
6389 (defvar diff-switches (purecopy "-u") "\
6390 A string or list of strings specifying switches to be passed to diff.")
6391
6392 (custom-autoload 'diff-switches "diff" t)
6393
6394 (defvar diff-command (purecopy "diff") "\
6395 The command to use to run diff.")
6396
6397 (custom-autoload 'diff-command "diff" t)
6398
6399 (autoload 'diff "diff" "\
6400 Find and display the differences between OLD and NEW files.
6401 When called interactively, read NEW, then OLD, using the
6402 minibuffer. The default for NEW is the current buffer's file
6403 name, and the default for OLD is a backup file for NEW, if one
6404 exists. If NO-ASYNC is non-nil, call diff synchronously.
6405
6406 When called interactively with a prefix argument, prompt
6407 interactively for diff switches. Otherwise, the switches
6408 specified in the variable `diff-switches' are passed to the diff command.
6409
6410 \(fn OLD NEW &optional SWITCHES NO-ASYNC)" t nil)
6411
6412 (autoload 'diff-backup "diff" "\
6413 Diff this file with its backup file or vice versa.
6414 Uses the latest backup, if there are several numerical backups.
6415 If this file is a backup, diff it with its original.
6416 The backup file is the first file given to `diff'.
6417 With prefix arg, prompt for diff switches.
6418
6419 \(fn FILE &optional SWITCHES)" t nil)
6420
6421 (autoload 'diff-latest-backup-file "diff" "\
6422 Return the latest existing backup of FILE, or nil.
6423
6424 \(fn FN)" nil nil)
6425
6426 (autoload 'diff-buffer-with-file "diff" "\
6427 View the differences between BUFFER and its associated file.
6428 This requires the external program `diff' to be in your `exec-path'.
6429
6430 \(fn &optional BUFFER)" t nil)
6431
6432 ;;;***
6433 \f
6434 ;;;### (autoloads nil "diff-mode" "vc/diff-mode.el" (22230 48822
6435 ;;;;;; 933218 917000))
6436 ;;; Generated autoloads from vc/diff-mode.el
6437
6438 (autoload 'diff-mode "diff-mode" "\
6439 Major mode for viewing/editing context diffs.
6440 Supports unified and context diffs as well as (to a lesser extent)
6441 normal diffs.
6442
6443 When the buffer is read-only, the ESC prefix is not necessary.
6444 If you edit the buffer manually, diff-mode will try to update the hunk
6445 headers for you on-the-fly.
6446
6447 You can also switch between context diff and unified diff with \\[diff-context->unified],
6448 or vice versa with \\[diff-unified->context] and you can also reverse the direction of
6449 a diff with \\[diff-reverse-direction].
6450
6451 \\{diff-mode-map}
6452
6453 \(fn)" t nil)
6454
6455 (autoload 'diff-minor-mode "diff-mode" "\
6456 Toggle Diff minor mode.
6457 With a prefix argument ARG, enable Diff minor mode if ARG is
6458 positive, and disable it otherwise. If called from Lisp, enable
6459 the mode if ARG is omitted or nil.
6460
6461 \\{diff-minor-mode-map}
6462
6463 \(fn &optional ARG)" t nil)
6464
6465 ;;;***
6466 \f
6467 ;;;### (autoloads nil "dig" "net/dig.el" (22230 48822 806219 491000))
6468 ;;; Generated autoloads from net/dig.el
6469
6470 (autoload 'dig "dig" "\
6471 Query addresses of a DOMAIN using dig, by calling `dig-invoke'.
6472 Optional arguments are passed to `dig-invoke'.
6473
6474 \(fn DOMAIN &optional QUERY-TYPE QUERY-CLASS QUERY-OPTION DIG-OPTION SERVER)" t nil)
6475
6476 ;;;***
6477 \f
6478 ;;;### (autoloads nil "dired" "dired.el" (22230 48822 680220 60000))
6479 ;;; Generated autoloads from dired.el
6480
6481 (defvar dired-listing-switches (purecopy "-al") "\
6482 Switches passed to `ls' for Dired. MUST contain the `l' option.
6483 May contain all other options that don't contradict `-l';
6484 may contain even `F', `b', `i' and `s'. See also the variable
6485 `dired-ls-F-marks-symlinks' concerning the `F' switch.
6486 On systems such as MS-DOS and MS-Windows, which use `ls' emulation in Lisp,
6487 some of the `ls' switches are not supported; see the doc string of
6488 `insert-directory' in `ls-lisp.el' for more details.")
6489
6490 (custom-autoload 'dired-listing-switches "dired" t)
6491
6492 (defvar dired-directory nil "\
6493 The directory name or wildcard spec that this Dired directory lists.
6494 Local to each Dired buffer. May be a list, in which case the car is the
6495 directory name and the cdr is the list of files to mention.
6496 The directory name must be absolute, but need not be fully expanded.")
6497 (define-key ctl-x-map "d" 'dired)
6498
6499 (autoload 'dired "dired" "\
6500 \"Edit\" directory DIRNAME--delete, rename, print, etc. some files in it.
6501 Optional second argument SWITCHES specifies the `ls' options used.
6502 \(Interactively, use a prefix argument to be able to specify SWITCHES.)
6503
6504 If DIRNAME is a string, Dired displays a list of files in DIRNAME (which
6505 may also have shell wildcards appended to select certain files).
6506
6507 If DIRNAME is a cons, its first element is taken as the directory name
6508 and the rest as an explicit list of files to make directory entries for.
6509 In this case, SWITCHES are applied to each of the files separately, and
6510 therefore switches that control the order of the files in the produced
6511 listing have no effect.
6512
6513 \\<dired-mode-map>You can flag files for deletion with \\[dired-flag-file-deletion] and then
6514 delete them by typing \\[dired-do-flagged-delete].
6515 Type \\[describe-mode] after entering Dired for more info.
6516
6517 If DIRNAME is already in a Dired buffer, that buffer is used without refresh.
6518
6519 \(fn DIRNAME &optional SWITCHES)" t nil)
6520 (define-key ctl-x-4-map "d" 'dired-other-window)
6521
6522 (autoload 'dired-other-window "dired" "\
6523 \"Edit\" directory DIRNAME. Like `dired' but selects in another window.
6524
6525 \(fn DIRNAME &optional SWITCHES)" t nil)
6526 (define-key ctl-x-5-map "d" 'dired-other-frame)
6527
6528 (autoload 'dired-other-frame "dired" "\
6529 \"Edit\" directory DIRNAME. Like `dired' but makes a new frame.
6530
6531 \(fn DIRNAME &optional SWITCHES)" t nil)
6532
6533 (autoload 'dired-noselect "dired" "\
6534 Like `dired' but returns the Dired buffer as value, does not select it.
6535
6536 \(fn DIR-OR-LIST &optional SWITCHES)" nil nil)
6537
6538 (autoload 'dired-mode "dired" "\
6539 Mode for \"editing\" directory listings.
6540 In Dired, you are \"editing\" a list of the files in a directory and
6541 (optionally) its subdirectories, in the format of `ls -lR'.
6542 Each directory is a page: use \\[backward-page] and \\[forward-page] to move pagewise.
6543 \"Editing\" means that you can run shell commands on files, visit,
6544 compress, load or byte-compile them, change their file attributes
6545 and insert subdirectories into the same buffer. You can \"mark\"
6546 files for later commands or \"flag\" them for deletion, either file
6547 by file or all files matching certain criteria.
6548 You can move using the usual cursor motion commands.\\<dired-mode-map>
6549 The buffer is read-only. Digits are prefix arguments.
6550 Type \\[dired-flag-file-deletion] to flag a file `D' for deletion.
6551 Type \\[dired-mark] to Mark a file or subdirectory for later commands.
6552 Most commands operate on the marked files and use the current file
6553 if no files are marked. Use a numeric prefix argument to operate on
6554 the next ARG (or previous -ARG if ARG<0) files, or just `1'
6555 to operate on the current file only. Prefix arguments override marks.
6556 Mark-using commands display a list of failures afterwards. Type \\[dired-summary]
6557 to see why something went wrong.
6558 Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory.
6559 Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
6560 Type \\[dired-do-flagged-delete] to delete (eXpunge) the files flagged `D'.
6561 Type \\[dired-find-file] to Find the current line's file
6562 (or dired it in another buffer, if it is a directory).
6563 Type \\[dired-find-file-other-window] to find file or Dired directory in Other window.
6564 Type \\[dired-maybe-insert-subdir] to Insert a subdirectory in this buffer.
6565 Type \\[dired-do-rename] to Rename a file or move the marked files to another directory.
6566 Type \\[dired-do-copy] to Copy files.
6567 Type \\[dired-sort-toggle-or-edit] to toggle Sorting by name/date or change the `ls' switches.
6568 Type \\[revert-buffer] to read all currently expanded directories aGain.
6569 This retains all marks and hides subdirs again that were hidden before.
6570 Use `SPC' and `DEL' to move down and up by lines.
6571
6572 If Dired ever gets confused, you can either type \\[revert-buffer] to read the
6573 directories again, type \\[dired-do-redisplay] to relist the file at point or the marked files or a
6574 subdirectory, or type \\[dired-build-subdir-alist] to parse the buffer
6575 again for the directory tree.
6576
6577 Customization variables (rename this buffer and type \\[describe-variable] on each line
6578 for more info):
6579
6580 `dired-listing-switches'
6581 `dired-trivial-filenames'
6582 `dired-marker-char'
6583 `dired-del-marker'
6584 `dired-keep-marker-rename'
6585 `dired-keep-marker-copy'
6586 `dired-keep-marker-hardlink'
6587 `dired-keep-marker-symlink'
6588
6589 Hooks (use \\[describe-variable] to see their documentation):
6590
6591 `dired-before-readin-hook'
6592 `dired-after-readin-hook'
6593 `dired-mode-hook'
6594 `dired-load-hook'
6595
6596 Keybindings:
6597 \\{dired-mode-map}
6598
6599 \(fn &optional DIRNAME SWITCHES)" nil nil)
6600 (put 'dired-find-alternate-file 'disabled t)
6601
6602 ;;;***
6603 \f
6604 ;;;### (autoloads nil "dirtrack" "dirtrack.el" (22230 48822 680220
6605 ;;;;;; 60000))
6606 ;;; Generated autoloads from dirtrack.el
6607
6608 (autoload 'dirtrack-mode "dirtrack" "\
6609 Toggle directory tracking in shell buffers (Dirtrack mode).
6610 With a prefix argument ARG, enable Dirtrack mode if ARG is
6611 positive, and disable it otherwise. If called from Lisp, enable
6612 the mode if ARG is omitted or nil.
6613
6614 This method requires that your shell prompt contain the current
6615 working directory at all times, and that you set the variable
6616 `dirtrack-list' to match the prompt.
6617
6618 This is an alternative to `shell-dirtrack-mode', which works by
6619 tracking `cd' and similar commands which change the shell working
6620 directory.
6621
6622 \(fn &optional ARG)" t nil)
6623
6624 (autoload 'dirtrack "dirtrack" "\
6625 Determine the current directory from the process output for a prompt.
6626 This filter function is used by `dirtrack-mode'. It looks for
6627 the prompt specified by `dirtrack-list', and calls
6628 `shell-process-cd' if the directory seems to have changed away
6629 from `default-directory'.
6630
6631 \(fn INPUT)" nil nil)
6632
6633 ;;;***
6634 \f
6635 ;;;### (autoloads nil "disass" "emacs-lisp/disass.el" (22230 48822
6636 ;;;;;; 689220 19000))
6637 ;;; Generated autoloads from emacs-lisp/disass.el
6638
6639 (autoload 'disassemble "disass" "\
6640 Print disassembled code for OBJECT in (optional) BUFFER.
6641 OBJECT can be a symbol defined as a function, or a function itself
6642 \(a lambda expression or a compiled-function object).
6643 If OBJECT is not already compiled, we compile it, but do not
6644 redefine OBJECT if it is a symbol.
6645
6646 \(fn OBJECT &optional BUFFER INDENT INTERACTIVE-P)" t nil)
6647
6648 ;;;***
6649 \f
6650 ;;;### (autoloads nil "disp-table" "disp-table.el" (22230 48822 680220
6651 ;;;;;; 60000))
6652 ;;; Generated autoloads from disp-table.el
6653
6654 (autoload 'make-display-table "disp-table" "\
6655 Return a new, empty display table.
6656
6657 \(fn)" nil nil)
6658
6659 (autoload 'display-table-slot "disp-table" "\
6660 Return the value of the extra slot in DISPLAY-TABLE named SLOT.
6661 SLOT may be a number from 0 to 5 inclusive, or a slot name (symbol).
6662 Valid symbols are `truncation', `wrap', `escape', `control',
6663 `selective-display', and `vertical-border'.
6664
6665 \(fn DISPLAY-TABLE SLOT)" nil nil)
6666
6667 (autoload 'set-display-table-slot "disp-table" "\
6668 Set the value of the extra slot in DISPLAY-TABLE named SLOT to VALUE.
6669 SLOT may be a number from 0 to 5 inclusive, or a name (symbol).
6670 Valid symbols are `truncation', `wrap', `escape', `control',
6671 `selective-display', and `vertical-border'.
6672
6673 \(fn DISPLAY-TABLE SLOT VALUE)" nil nil)
6674
6675 (autoload 'describe-display-table "disp-table" "\
6676 Describe the display table DT in a help buffer.
6677
6678 \(fn DT)" nil nil)
6679
6680 (autoload 'describe-current-display-table "disp-table" "\
6681 Describe the display table in use in the selected window and buffer.
6682
6683 \(fn)" t nil)
6684
6685 (autoload 'standard-display-8bit "disp-table" "\
6686 Display characters representing raw bytes in the range L to H literally.
6687
6688 On a terminal display, each character in the range is displayed
6689 by sending the corresponding byte directly to the terminal.
6690
6691 On a graphic display, each character in the range is displayed
6692 using the default font by a glyph whose code is the corresponding
6693 byte.
6694
6695 Note that ASCII printable characters (SPC to TILDA) are displayed
6696 in the default way after this call.
6697
6698 \(fn L H)" nil nil)
6699
6700 (autoload 'standard-display-default "disp-table" "\
6701 Display characters in the range L to H using the default notation.
6702
6703 \(fn L H)" nil nil)
6704
6705 (autoload 'standard-display-ascii "disp-table" "\
6706 Display character C using printable string S.
6707
6708 \(fn C S)" nil nil)
6709
6710 (autoload 'standard-display-g1 "disp-table" "\
6711 Display character C as character SC in the g1 character set.
6712 This function assumes that your terminal uses the SO/SI characters;
6713 it is meaningless for an X frame.
6714
6715 \(fn C SC)" nil nil)
6716
6717 (autoload 'standard-display-graphic "disp-table" "\
6718 Display character C as character GC in graphics character set.
6719 This function assumes VT100-compatible escapes; it is meaningless for an
6720 X frame.
6721
6722 \(fn C GC)" nil nil)
6723
6724 (autoload 'standard-display-underline "disp-table" "\
6725 Display character C as character UC plus underlining.
6726
6727 \(fn C UC)" nil nil)
6728
6729 (autoload 'create-glyph "disp-table" "\
6730 Allocate a glyph code to display by sending STRING to the terminal.
6731
6732 \(fn STRING)" nil nil)
6733
6734 (autoload 'make-glyph-code "disp-table" "\
6735 Return a glyph code representing char CHAR with face FACE.
6736
6737 \(fn CHAR &optional FACE)" nil nil)
6738
6739 (autoload 'glyph-char "disp-table" "\
6740 Return the character of glyph code GLYPH.
6741
6742 \(fn GLYPH)" nil nil)
6743
6744 (autoload 'glyph-face "disp-table" "\
6745 Return the face of glyph code GLYPH, or nil if glyph has default face.
6746
6747 \(fn GLYPH)" nil nil)
6748
6749 (autoload 'standard-display-european "disp-table" "\
6750 Semi-obsolete way to toggle display of ISO 8859 European characters.
6751
6752 This function is semi-obsolete; you probably don't need it, or else you
6753 probably should use `set-language-environment' or `set-locale-environment'.
6754
6755 This function enables European character display if ARG is positive,
6756 disables it if negative. Otherwise, it toggles European character display.
6757
6758 When this mode is enabled, characters in the range of 160 to 255
6759 display not as octal escapes, but as accented characters. Codes 146
6760 and 160 display as apostrophe and space, even though they are not the
6761 ASCII codes for apostrophe and space.
6762
6763 Enabling European character display with this command noninteractively
6764 from Lisp code also selects Latin-1 as the language environment.
6765 This provides increased compatibility for users who call this function
6766 in `.emacs'.
6767
6768 \(fn ARG)" nil nil)
6769
6770 ;;;***
6771 \f
6772 ;;;### (autoloads nil "dissociate" "play/dissociate.el" (22230 48822
6773 ;;;;;; 859219 251000))
6774 ;;; Generated autoloads from play/dissociate.el
6775
6776 (autoload 'dissociated-press "dissociate" "\
6777 Dissociate the text of the current buffer.
6778 Output goes in buffer named *Dissociation*,
6779 which is redisplayed each time text is added to it.
6780 Every so often the user must say whether to continue.
6781 If ARG is positive, require ARG chars of continuity.
6782 If ARG is negative, require -ARG words of continuity.
6783 Default is 2.
6784
6785 \(fn &optional ARG)" t nil)
6786
6787 ;;;***
6788 \f
6789 ;;;### (autoloads nil "dnd" "dnd.el" (22230 48822 680220 60000))
6790 ;;; Generated autoloads from dnd.el
6791
6792 (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)) "\
6793 The functions to call for different protocols when a drop is made.
6794 This variable is used by `dnd-handle-one-url' and `dnd-handle-file-name'.
6795 The list contains of (REGEXP . FUNCTION) pairs.
6796 The functions shall take two arguments, URL, which is the URL dropped and
6797 ACTION which is the action to be performed for the drop (move, copy, link,
6798 private or ask).
6799 If no match is found here, and the value of `browse-url-browser-function'
6800 is a pair of (REGEXP . FUNCTION), those regexps are tried for a match.
6801 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
6802 The function shall return the action done (move, copy, link or private)
6803 if some action was made, or nil if the URL is ignored.")
6804
6805 (custom-autoload 'dnd-protocol-alist "dnd" t)
6806
6807 ;;;***
6808 \f
6809 ;;;### (autoloads nil "dns-mode" "textmodes/dns-mode.el" (22230 48822
6810 ;;;;;; 916218 994000))
6811 ;;; Generated autoloads from textmodes/dns-mode.el
6812
6813 (autoload 'dns-mode "dns-mode" "\
6814 Major mode for viewing and editing DNS master files.
6815 This mode is inherited from text mode. It add syntax
6816 highlighting, and some commands for handling DNS master files.
6817 Its keymap inherits from `text-mode' and it has the same
6818 variables for customizing indentation. It has its own abbrev
6819 table and its own syntax table.
6820
6821 Turning on DNS mode runs `dns-mode-hook'.
6822
6823 \(fn)" t nil)
6824 (defalias 'zone-mode 'dns-mode)
6825
6826 (autoload 'dns-mode-soa-increment-serial "dns-mode" "\
6827 Locate SOA record and increment the serial field.
6828
6829 \(fn)" t nil)
6830
6831 ;;;***
6832 \f
6833 ;;;### (autoloads nil "doc-view" "doc-view.el" (22230 48822 681220
6834 ;;;;;; 55000))
6835 ;;; Generated autoloads from doc-view.el
6836
6837 (autoload 'doc-view-mode-p "doc-view" "\
6838 Return non-nil if document type TYPE is available for `doc-view'.
6839 Document types are symbols like `dvi', `ps', `pdf', or `odf' (any
6840 OpenDocument format).
6841
6842 \(fn TYPE)" nil nil)
6843
6844 (autoload 'doc-view-mode "doc-view" "\
6845 Major mode in DocView buffers.
6846
6847 DocView Mode is an Emacs document viewer. It displays PDF, PS
6848 and DVI files (as PNG images) in Emacs buffers.
6849
6850 You can use \\<doc-view-mode-map>\\[doc-view-toggle-display] to
6851 toggle between displaying the document or editing it as text.
6852 \\{doc-view-mode-map}
6853
6854 \(fn)" t nil)
6855
6856 (autoload 'doc-view-mode-maybe "doc-view" "\
6857 Switch to `doc-view-mode' if possible.
6858 If the required external tools are not available, then fallback
6859 to the next best mode.
6860
6861 \(fn)" nil nil)
6862
6863 (autoload 'doc-view-minor-mode "doc-view" "\
6864 Toggle displaying buffer via Doc View (Doc View minor mode).
6865 With a prefix argument ARG, enable Doc View minor mode if ARG is
6866 positive, and disable it otherwise. If called from Lisp, enable
6867 the mode if ARG is omitted or nil.
6868
6869 See the command `doc-view-mode' for more information on this mode.
6870
6871 \(fn &optional ARG)" t nil)
6872
6873 (autoload 'doc-view-bookmark-jump "doc-view" "\
6874
6875
6876 \(fn BMK)" nil nil)
6877
6878 ;;;***
6879 \f
6880 ;;;### (autoloads nil "doctor" "play/doctor.el" (22230 48822 859219
6881 ;;;;;; 251000))
6882 ;;; Generated autoloads from play/doctor.el
6883
6884 (autoload 'doctor "doctor" "\
6885 Switch to *doctor* buffer and start giving psychotherapy.
6886
6887 \(fn)" t nil)
6888
6889 ;;;***
6890 \f
6891 ;;;### (autoloads nil "double" "double.el" (22230 48822 681220 55000))
6892 ;;; Generated autoloads from double.el
6893
6894 (autoload 'double-mode "double" "\
6895 Toggle special insertion on double keypresses (Double mode).
6896 With a prefix argument ARG, enable Double mode if ARG is
6897 positive, and disable it otherwise. If called from Lisp, enable
6898 the mode if ARG is omitted or nil.
6899
6900 When Double mode is enabled, some keys will insert different
6901 strings when pressed twice. See `double-map' for details.
6902
6903 \(fn &optional ARG)" t nil)
6904
6905 ;;;***
6906 \f
6907 ;;;### (autoloads nil "dunnet" "play/dunnet.el" (22230 48822 860219
6908 ;;;;;; 247000))
6909 ;;; Generated autoloads from play/dunnet.el
6910 (push (purecopy '(dunnet 2 2)) package--builtin-versions)
6911
6912 (autoload 'dunnet "dunnet" "\
6913 Switch to *dungeon* buffer and start game.
6914
6915 \(fn)" t nil)
6916
6917 ;;;***
6918 \f
6919 ;;;### (autoloads nil "easy-mmode" "emacs-lisp/easy-mmode.el" (22230
6920 ;;;;;; 48822 689220 19000))
6921 ;;; Generated autoloads from emacs-lisp/easy-mmode.el
6922
6923 (defalias 'easy-mmode-define-minor-mode 'define-minor-mode)
6924
6925 (autoload 'define-minor-mode "easy-mmode" "\
6926 Define a new minor mode MODE.
6927 This defines the toggle command MODE and (by default) a control variable
6928 MODE (you can override this with the :variable keyword, see below).
6929 DOC is the documentation for the mode toggle command.
6930
6931 The defined mode command takes one optional (prefix) argument.
6932 Interactively with no prefix argument, it toggles the mode.
6933 A prefix argument enables the mode if the argument is positive,
6934 and disables it otherwise.
6935
6936 When called from Lisp, the mode command toggles the mode if the
6937 argument is `toggle', disables the mode if the argument is a
6938 non-positive integer, and enables the mode otherwise (including
6939 if the argument is omitted or nil or a positive integer).
6940
6941 If DOC is nil, give the mode command a basic doc-string
6942 documenting what its argument does.
6943
6944 Optional INIT-VALUE is the initial value of the mode's variable.
6945 Optional LIGHTER is displayed in the mode line when the mode is on.
6946 Optional KEYMAP is the default keymap bound to the mode keymap.
6947 If non-nil, it should be a variable name (whose value is a keymap),
6948 or an expression that returns either a keymap or a list of
6949 arguments for `easy-mmode-define-keymap'. If you supply a KEYMAP
6950 argument that is not a symbol, this macro defines the variable
6951 MODE-map and gives it the value that KEYMAP specifies.
6952
6953 BODY contains code to execute each time the mode is enabled or disabled.
6954 It is executed after toggling the mode, and before running MODE-hook.
6955 Before the actual body code, you can write keyword arguments, i.e.
6956 alternating keywords and values. If you provide BODY, then you must
6957 provide (even if just nil) INIT-VALUE, LIGHTER, and KEYMAP, or provide
6958 at least one keyword argument, or both; otherwise, BODY would be
6959 misinterpreted as the first omitted argument. The following special
6960 keywords are supported (other keywords are passed to `defcustom' if
6961 the minor mode is global):
6962
6963 :group GROUP Custom group name to use in all generated `defcustom' forms.
6964 Defaults to MODE without the possible trailing \"-mode\".
6965 Don't use this default group name unless you have written a
6966 `defgroup' to define that group properly.
6967 :global GLOBAL If non-nil specifies that the minor mode is not meant to be
6968 buffer-local, so don't make the variable MODE buffer-local.
6969 By default, the mode is buffer-local.
6970 :init-value VAL Same as the INIT-VALUE argument.
6971 Not used if you also specify :variable.
6972 :lighter SPEC Same as the LIGHTER argument.
6973 :keymap MAP Same as the KEYMAP argument.
6974 :require SYM Same as in `defcustom'.
6975 :variable PLACE The location to use instead of the variable MODE to store
6976 the state of the mode. This can be simply a different
6977 named variable, or a generalized variable.
6978 PLACE can also be of the form (GET . SET), where GET is
6979 an expression that returns the current state, and SET is
6980 a function that takes one argument, the new state, and
6981 sets it. If you specify a :variable, this function does
6982 not define a MODE variable (nor any of the terms used
6983 in :variable).
6984
6985 :after-hook A single lisp form which is evaluated after the mode hooks
6986 have been run. It should not be quoted.
6987
6988 For example, you could write
6989 (define-minor-mode foo-mode \"If enabled, foo on you!\"
6990 :lighter \" Foo\" :require \\='foo :global t :group \\='hassle :version \"27.5\"
6991 ...BODY CODE...)
6992
6993 \(fn MODE DOC &optional INIT-VALUE LIGHTER KEYMAP &rest BODY)" nil t)
6994
6995 (function-put 'define-minor-mode 'doc-string-elt '2)
6996
6997 (defalias 'easy-mmode-define-global-mode 'define-globalized-minor-mode)
6998
6999 (defalias 'define-global-minor-mode 'define-globalized-minor-mode)
7000
7001 (autoload 'define-globalized-minor-mode "easy-mmode" "\
7002 Make a global mode GLOBAL-MODE corresponding to buffer-local minor MODE.
7003 TURN-ON is a function that will be called with no args in every buffer
7004 and that should try to turn MODE on if applicable for that buffer.
7005 KEYS is a list of CL-style keyword arguments. As the minor mode
7006 defined by this function is always global, any :global keyword is
7007 ignored. Other keywords have the same meaning as in `define-minor-mode',
7008 which see. In particular, :group specifies the custom group.
7009 The most useful keywords are those that are passed on to the
7010 `defcustom'. It normally makes no sense to pass the :lighter
7011 or :keymap keywords to `define-globalized-minor-mode', since these
7012 are usually passed to the buffer-local version of the minor mode.
7013
7014 If MODE's set-up depends on the major mode in effect when it was
7015 enabled, then disabling and reenabling MODE should make MODE work
7016 correctly with the current major mode. This is important to
7017 prevent problems with derived modes, that is, major modes that
7018 call another major mode in their body.
7019
7020 When a major mode is initialized, MODE is actually turned on just
7021 after running the major mode's hook. However, MODE is not turned
7022 on if the hook has explicitly disabled it.
7023
7024 \(fn GLOBAL-MODE MODE TURN-ON &rest KEYS)" nil t)
7025
7026 (function-put 'define-globalized-minor-mode 'doc-string-elt '2)
7027
7028 (autoload 'easy-mmode-define-keymap "easy-mmode" "\
7029 Return a keymap built from bindings BS.
7030 BS must be a list of (KEY . BINDING) where
7031 KEY and BINDINGS are suitable for `define-key'.
7032 Optional NAME is passed to `make-sparse-keymap'.
7033 Optional map M can be used to modify an existing map.
7034 ARGS is a list of additional keyword arguments.
7035
7036 Valid keywords and arguments are:
7037
7038 :name Name of the keymap; overrides NAME argument.
7039 :dense Non-nil for a dense keymap.
7040 :inherit Parent keymap.
7041 :group Ignored.
7042 :suppress Non-nil to call `suppress-keymap' on keymap,
7043 `nodigits' to suppress digits as prefix arguments.
7044
7045 \(fn BS &optional NAME M ARGS)" nil nil)
7046
7047 (autoload 'easy-mmode-defmap "easy-mmode" "\
7048 Define a constant M whose value is the result of `easy-mmode-define-keymap'.
7049 The M, BS, and ARGS arguments are as per that function. DOC is
7050 the constant's documentation.
7051
7052 \(fn M BS DOC &rest ARGS)" nil t)
7053
7054 (autoload 'easy-mmode-defsyntax "easy-mmode" "\
7055 Define variable ST as a syntax-table.
7056 CSS contains a list of syntax specifications of the form (CHAR . SYNTAX).
7057
7058 \(fn ST CSS DOC &rest ARGS)" nil t)
7059
7060 ;;;***
7061 \f
7062 ;;;### (autoloads nil "easymenu" "emacs-lisp/easymenu.el" (22230
7063 ;;;;;; 48822 689220 19000))
7064 ;;; Generated autoloads from emacs-lisp/easymenu.el
7065
7066 (autoload 'easy-menu-define "easymenu" "\
7067 Define a pop-up menu and/or menu bar menu specified by MENU.
7068 If SYMBOL is non-nil, define SYMBOL as a function to pop up the
7069 submenu defined by MENU, with DOC as its doc string.
7070
7071 MAPS, if non-nil, should be a keymap or a list of keymaps; add
7072 the submenu defined by MENU to the keymap or each of the keymaps,
7073 as a top-level menu bar item.
7074
7075 The first element of MENU must be a string. It is the menu bar
7076 item name. It may be followed by the following keyword argument
7077 pairs:
7078
7079 :filter FUNCTION
7080 FUNCTION must be a function which, if called with one
7081 argument---the list of the other menu items---returns the
7082 items to actually display.
7083
7084 :visible INCLUDE
7085 INCLUDE is an expression. The menu is visible if the
7086 expression evaluates to a non-nil value. `:included' is an
7087 alias for `:visible'.
7088
7089 :active ENABLE
7090 ENABLE is an expression. The menu is enabled for selection
7091 if the expression evaluates to a non-nil value. `:enable' is
7092 an alias for `:active'.
7093
7094 The rest of the elements in MENU are menu items.
7095 A menu item can be a vector of three elements:
7096
7097 [NAME CALLBACK ENABLE]
7098
7099 NAME is a string--the menu item name.
7100
7101 CALLBACK is a command to run when the item is chosen, or an
7102 expression to evaluate when the item is chosen.
7103
7104 ENABLE is an expression; the item is enabled for selection if the
7105 expression evaluates to a non-nil value.
7106
7107 Alternatively, a menu item may have the form:
7108
7109 [ NAME CALLBACK [ KEYWORD ARG ]... ]
7110
7111 where NAME and CALLBACK have the same meanings as above, and each
7112 optional KEYWORD and ARG pair should be one of the following:
7113
7114 :keys KEYS
7115 KEYS is a string; a keyboard equivalent to the menu item.
7116 This is normally not needed because keyboard equivalents are
7117 usually computed automatically. KEYS is expanded with
7118 `substitute-command-keys' before it is used.
7119
7120 :key-sequence KEYS
7121 KEYS is a hint for speeding up Emacs's first display of the
7122 menu. It should be nil if you know that the menu item has no
7123 keyboard equivalent; otherwise it should be a string or
7124 vector specifying a keyboard equivalent for the menu item.
7125
7126 :active ENABLE
7127 ENABLE is an expression; the item is enabled for selection
7128 whenever this expression's value is non-nil. `:enable' is an
7129 alias for `:active'.
7130
7131 :visible INCLUDE
7132 INCLUDE is an expression; this item is only visible if this
7133 expression has a non-nil value. `:included' is an alias for
7134 `:visible'.
7135
7136 :label FORM
7137 FORM is an expression that is dynamically evaluated and whose
7138 value serves as the menu item's label (the default is NAME).
7139
7140 :suffix FORM
7141 FORM is an expression that is dynamically evaluated and whose
7142 value is concatenated with the menu entry's label.
7143
7144 :style STYLE
7145 STYLE is a symbol describing the type of menu item; it should
7146 be `toggle' (a checkbox), or `radio' (a radio button), or any
7147 other value (meaning an ordinary menu item).
7148
7149 :selected SELECTED
7150 SELECTED is an expression; the checkbox or radio button is
7151 selected whenever the expression's value is non-nil.
7152
7153 :help HELP
7154 HELP is a string, the help to display for the menu item.
7155
7156 Alternatively, a menu item can be a string. Then that string
7157 appears in the menu as unselectable text. A string consisting
7158 solely of dashes is displayed as a menu separator.
7159
7160 Alternatively, a menu item can be a list with the same format as
7161 MENU. This is a submenu.
7162
7163 \(fn SYMBOL MAPS DOC MENU)" nil t)
7164
7165 (function-put 'easy-menu-define 'lisp-indent-function 'defun)
7166
7167 (autoload 'easy-menu-do-define "easymenu" "\
7168
7169
7170 \(fn SYMBOL MAPS DOC MENU)" nil nil)
7171
7172 (autoload 'easy-menu-create-menu "easymenu" "\
7173 Create a menu called MENU-NAME with items described in MENU-ITEMS.
7174 MENU-NAME is a string, the name of the menu. MENU-ITEMS is a list of items
7175 possibly preceded by keyword pairs as described in `easy-menu-define'.
7176
7177 \(fn MENU-NAME MENU-ITEMS)" nil nil)
7178
7179 (autoload 'easy-menu-change "easymenu" "\
7180 Change menu found at PATH as item NAME to contain ITEMS.
7181 PATH is a list of strings for locating the menu that
7182 should contain a submenu named NAME.
7183 ITEMS is a list of menu items, as in `easy-menu-define'.
7184 These items entirely replace the previous items in that submenu.
7185
7186 If MAP is specified, it should normally be a keymap; nil stands for the local
7187 menu-bar keymap. It can also be a symbol, which has earlier been used as the
7188 first argument in a call to `easy-menu-define', or the value of such a symbol.
7189
7190 If the menu located by PATH has no submenu named NAME, add one.
7191 If the optional argument BEFORE is present, add it just before
7192 the submenu named BEFORE, otherwise add it at the end of the menu.
7193
7194 To implement dynamic menus, either call this from
7195 `menu-bar-update-hook' or use a menu filter.
7196
7197 \(fn PATH NAME ITEMS &optional BEFORE MAP)" nil nil)
7198
7199 ;;;***
7200 \f
7201 ;;;### (autoloads nil "ebnf2ps" "progmodes/ebnf2ps.el" (22230 48822
7202 ;;;;;; 877219 170000))
7203 ;;; Generated autoloads from progmodes/ebnf2ps.el
7204 (push (purecopy '(ebnf2ps 4 4)) package--builtin-versions)
7205
7206 (autoload 'ebnf-customize "ebnf2ps" "\
7207 Customization for ebnf group.
7208
7209 \(fn)" t nil)
7210
7211 (autoload 'ebnf-print-directory "ebnf2ps" "\
7212 Generate and print a PostScript syntactic chart image of DIRECTORY.
7213
7214 If DIRECTORY is nil, it's used `default-directory'.
7215
7216 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7217 processed.
7218
7219 See also `ebnf-print-buffer'.
7220
7221 \(fn &optional DIRECTORY)" t nil)
7222
7223 (autoload 'ebnf-print-file "ebnf2ps" "\
7224 Generate and print a PostScript syntactic chart image of the file FILE.
7225
7226 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7227 killed after process termination.
7228
7229 See also `ebnf-print-buffer'.
7230
7231 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7232
7233 (autoload 'ebnf-print-buffer "ebnf2ps" "\
7234 Generate and print a PostScript syntactic chart image of the buffer.
7235
7236 When called with a numeric prefix argument (C-u), prompts the user for
7237 the name of a file to save the PostScript image in, instead of sending
7238 it to the printer.
7239
7240 More specifically, the FILENAME argument is treated as follows: if it
7241 is nil, send the image to the printer. If FILENAME is a string, save
7242 the PostScript image in a file with that name. If FILENAME is a
7243 number, prompt the user for the name of the file to save in.
7244
7245 \(fn &optional FILENAME)" t nil)
7246
7247 (autoload 'ebnf-print-region "ebnf2ps" "\
7248 Generate and print a PostScript syntactic chart image of the region.
7249 Like `ebnf-print-buffer', but prints just the current region.
7250
7251 \(fn FROM TO &optional FILENAME)" t nil)
7252
7253 (autoload 'ebnf-spool-directory "ebnf2ps" "\
7254 Generate and spool a PostScript syntactic chart image of DIRECTORY.
7255
7256 If DIRECTORY is nil, it's used `default-directory'.
7257
7258 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7259 processed.
7260
7261 See also `ebnf-spool-buffer'.
7262
7263 \(fn &optional DIRECTORY)" t nil)
7264
7265 (autoload 'ebnf-spool-file "ebnf2ps" "\
7266 Generate and spool a PostScript syntactic chart image of the file FILE.
7267
7268 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7269 killed after process termination.
7270
7271 See also `ebnf-spool-buffer'.
7272
7273 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7274
7275 (autoload 'ebnf-spool-buffer "ebnf2ps" "\
7276 Generate and spool a PostScript syntactic chart image of the buffer.
7277 Like `ebnf-print-buffer' except that the PostScript image is saved in a
7278 local buffer to be sent to the printer later.
7279
7280 Use the command `ebnf-despool' to send the spooled images to the printer.
7281
7282 \(fn)" t nil)
7283
7284 (autoload 'ebnf-spool-region "ebnf2ps" "\
7285 Generate a PostScript syntactic chart image of the region and spool locally.
7286 Like `ebnf-spool-buffer', but spools just the current region.
7287
7288 Use the command `ebnf-despool' to send the spooled images to the printer.
7289
7290 \(fn FROM TO)" t nil)
7291
7292 (autoload 'ebnf-eps-directory "ebnf2ps" "\
7293 Generate EPS files from EBNF files in DIRECTORY.
7294
7295 If DIRECTORY is nil, it's used `default-directory'.
7296
7297 The files in DIRECTORY that matches `ebnf-file-suffix-regexp' (which see) are
7298 processed.
7299
7300 See also `ebnf-eps-buffer'.
7301
7302 \(fn &optional DIRECTORY)" t nil)
7303
7304 (autoload 'ebnf-eps-file "ebnf2ps" "\
7305 Generate an EPS file from EBNF file FILE.
7306
7307 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7308 killed after EPS generation.
7309
7310 See also `ebnf-eps-buffer'.
7311
7312 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7313
7314 (autoload 'ebnf-eps-buffer "ebnf2ps" "\
7315 Generate a PostScript syntactic chart image of the buffer in an EPS file.
7316
7317 Generate an EPS file for each production in the buffer.
7318 The EPS file name has the following form:
7319
7320 <PREFIX><PRODUCTION>.eps
7321
7322 <PREFIX> is given by variable `ebnf-eps-prefix'.
7323 The default value is \"ebnf--\".
7324
7325 <PRODUCTION> is the production name.
7326 Some characters in the production file name are replaced to
7327 produce a valid file name. For example, the production name
7328 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7329 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7330
7331 WARNING: This function does *NOT* ask any confirmation to override existing
7332 files.
7333
7334 \(fn)" t nil)
7335
7336 (autoload 'ebnf-eps-region "ebnf2ps" "\
7337 Generate a PostScript syntactic chart image of the region in an EPS file.
7338
7339 Generate an EPS file for each production in the region.
7340 The EPS file name has the following form:
7341
7342 <PREFIX><PRODUCTION>.eps
7343
7344 <PREFIX> is given by variable `ebnf-eps-prefix'.
7345 The default value is \"ebnf--\".
7346
7347 <PRODUCTION> is the production name.
7348 Some characters in the production file name are replaced to
7349 produce a valid file name. For example, the production name
7350 \"A/B + C\" is modified to produce \"A_B_+_C\", and the EPS
7351 file name used in this case will be \"ebnf--A_B_+_C.eps\".
7352
7353 WARNING: This function does *NOT* ask any confirmation to override existing
7354 files.
7355
7356 \(fn FROM TO)" t nil)
7357
7358 (defalias 'ebnf-despool 'ps-despool)
7359
7360 (autoload 'ebnf-syntax-directory "ebnf2ps" "\
7361 Do a syntactic analysis of the files in DIRECTORY.
7362
7363 If DIRECTORY is nil, use `default-directory'.
7364
7365 Only the files in DIRECTORY that match `ebnf-file-suffix-regexp' (which see)
7366 are processed.
7367
7368 See also `ebnf-syntax-buffer'.
7369
7370 \(fn &optional DIRECTORY)" t nil)
7371
7372 (autoload 'ebnf-syntax-file "ebnf2ps" "\
7373 Do a syntactic analysis of the named FILE.
7374
7375 If optional arg DO-NOT-KILL-BUFFER-WHEN-DONE is non-nil, the buffer isn't
7376 killed after syntax checking.
7377
7378 See also `ebnf-syntax-buffer'.
7379
7380 \(fn FILE &optional DO-NOT-KILL-BUFFER-WHEN-DONE)" t nil)
7381
7382 (autoload 'ebnf-syntax-buffer "ebnf2ps" "\
7383 Do a syntactic analysis of the current buffer.
7384
7385 \(fn)" t nil)
7386
7387 (autoload 'ebnf-syntax-region "ebnf2ps" "\
7388 Do a syntactic analysis of a region.
7389
7390 \(fn FROM TO)" t nil)
7391
7392 (autoload 'ebnf-setup "ebnf2ps" "\
7393 Return the current ebnf2ps setup.
7394
7395 \(fn)" nil nil)
7396
7397 (autoload 'ebnf-find-style "ebnf2ps" "\
7398 Return style definition if NAME is already defined; otherwise, return nil.
7399
7400 See `ebnf-style-database' documentation.
7401
7402 \(fn NAME)" t nil)
7403
7404 (autoload 'ebnf-insert-style "ebnf2ps" "\
7405 Insert a new style NAME with inheritance INHERITS and values VALUES.
7406
7407 See `ebnf-style-database' documentation.
7408
7409 \(fn NAME INHERITS &rest VALUES)" t nil)
7410
7411 (autoload 'ebnf-delete-style "ebnf2ps" "\
7412 Delete style NAME.
7413
7414 See `ebnf-style-database' documentation.
7415
7416 \(fn NAME)" t nil)
7417
7418 (autoload 'ebnf-merge-style "ebnf2ps" "\
7419 Merge values of style NAME with style VALUES.
7420
7421 See `ebnf-style-database' documentation.
7422
7423 \(fn NAME &rest VALUES)" t nil)
7424
7425 (autoload 'ebnf-apply-style "ebnf2ps" "\
7426 Set STYLE as the current style.
7427
7428 Returns the old style symbol.
7429
7430 See `ebnf-style-database' documentation.
7431
7432 \(fn STYLE)" t nil)
7433
7434 (autoload 'ebnf-reset-style "ebnf2ps" "\
7435 Reset current style.
7436
7437 Returns the old style symbol.
7438
7439 See `ebnf-style-database' documentation.
7440
7441 \(fn &optional STYLE)" t nil)
7442
7443 (autoload 'ebnf-push-style "ebnf2ps" "\
7444 Push the current style onto a stack and set STYLE as the current style.
7445
7446 Returns the old style symbol.
7447
7448 See also `ebnf-pop-style'.
7449
7450 See `ebnf-style-database' documentation.
7451
7452 \(fn &optional STYLE)" t nil)
7453
7454 (autoload 'ebnf-pop-style "ebnf2ps" "\
7455 Pop a style from the stack of pushed styles and set it as the current style.
7456
7457 Returns the old style symbol.
7458
7459 See also `ebnf-push-style'.
7460
7461 See `ebnf-style-database' documentation.
7462
7463 \(fn)" t nil)
7464
7465 ;;;***
7466 \f
7467 ;;;### (autoloads nil "ebrowse" "progmodes/ebrowse.el" (22230 48822
7468 ;;;;;; 878219 166000))
7469 ;;; Generated autoloads from progmodes/ebrowse.el
7470
7471 (autoload 'ebrowse-tree-mode "ebrowse" "\
7472 Major mode for Ebrowse class tree buffers.
7473 Each line corresponds to a class in a class tree.
7474 Letters do not insert themselves, they are commands.
7475 File operations in the tree buffer work on class tree data structures.
7476 E.g.\\[save-buffer] writes the tree to the file it was loaded from.
7477
7478 Tree mode key bindings:
7479 \\{ebrowse-tree-mode-map}
7480
7481 \(fn)" t nil)
7482
7483 (autoload 'ebrowse-electric-choose-tree "ebrowse" "\
7484 Return a buffer containing a tree or nil if no tree found or canceled.
7485
7486 \(fn)" t nil)
7487
7488 (autoload 'ebrowse-member-mode "ebrowse" "\
7489 Major mode for Ebrowse member buffers.
7490
7491 \(fn)" t nil)
7492
7493 (autoload 'ebrowse-tags-view-declaration "ebrowse" "\
7494 View declaration of member at point.
7495
7496 \(fn)" t nil)
7497
7498 (autoload 'ebrowse-tags-find-declaration "ebrowse" "\
7499 Find declaration of member at point.
7500
7501 \(fn)" t nil)
7502
7503 (autoload 'ebrowse-tags-view-definition "ebrowse" "\
7504 View definition of member at point.
7505
7506 \(fn)" t nil)
7507
7508 (autoload 'ebrowse-tags-find-definition "ebrowse" "\
7509 Find definition of member at point.
7510
7511 \(fn)" t nil)
7512
7513 (autoload 'ebrowse-tags-find-declaration-other-window "ebrowse" "\
7514 Find declaration of member at point in other window.
7515
7516 \(fn)" t nil)
7517
7518 (autoload 'ebrowse-tags-view-definition-other-window "ebrowse" "\
7519 View definition of member at point in other window.
7520
7521 \(fn)" t nil)
7522
7523 (autoload 'ebrowse-tags-find-definition-other-window "ebrowse" "\
7524 Find definition of member at point in other window.
7525
7526 \(fn)" t nil)
7527
7528 (autoload 'ebrowse-tags-find-declaration-other-frame "ebrowse" "\
7529 Find definition of member at point in other frame.
7530
7531 \(fn)" t nil)
7532
7533 (autoload 'ebrowse-tags-view-definition-other-frame "ebrowse" "\
7534 View definition of member at point in other frame.
7535
7536 \(fn)" t nil)
7537
7538 (autoload 'ebrowse-tags-find-definition-other-frame "ebrowse" "\
7539 Find definition of member at point in other frame.
7540
7541 \(fn)" t nil)
7542
7543 (autoload 'ebrowse-tags-complete-symbol "ebrowse" "\
7544 Perform completion on the C++ symbol preceding point.
7545 A second call of this function without changing point inserts the next match.
7546 A call with prefix PREFIX reads the symbol to insert from the minibuffer with
7547 completion.
7548
7549 \(fn PREFIX)" t nil)
7550
7551 (autoload 'ebrowse-tags-loop-continue "ebrowse" "\
7552 Repeat last operation on files in tree.
7553 FIRST-TIME non-nil means this is not a repetition, but the first time.
7554 TREE-BUFFER if indirectly specifies which files to loop over.
7555
7556 \(fn &optional FIRST-TIME TREE-BUFFER)" t nil)
7557
7558 (autoload 'ebrowse-tags-search "ebrowse" "\
7559 Search for REGEXP in all files in a tree.
7560 If marked classes exist, process marked classes, only.
7561 If regular expression is nil, repeat last search.
7562
7563 \(fn REGEXP)" t nil)
7564
7565 (autoload 'ebrowse-tags-query-replace "ebrowse" "\
7566 Query replace FROM with TO in all files of a class tree.
7567 With prefix arg, process files of marked classes only.
7568
7569 \(fn FROM TO)" t nil)
7570
7571 (autoload 'ebrowse-tags-search-member-use "ebrowse" "\
7572 Search for call sites of a member.
7573 If FIX-NAME is specified, search uses of that member.
7574 Otherwise, read a member name from the minibuffer.
7575 Searches in all files mentioned in a class tree for something that
7576 looks like a function call to the member.
7577
7578 \(fn &optional FIX-NAME)" t nil)
7579
7580 (autoload 'ebrowse-back-in-position-stack "ebrowse" "\
7581 Move backward in the position stack.
7582 Prefix arg ARG says how much.
7583
7584 \(fn ARG)" t nil)
7585
7586 (autoload 'ebrowse-forward-in-position-stack "ebrowse" "\
7587 Move forward in the position stack.
7588 Prefix arg ARG says how much.
7589
7590 \(fn ARG)" t nil)
7591
7592 (autoload 'ebrowse-electric-position-menu "ebrowse" "\
7593 List positions in the position stack in an electric buffer.
7594
7595 \(fn)" t nil)
7596
7597 (autoload 'ebrowse-save-tree "ebrowse" "\
7598 Save current tree in same file it was loaded from.
7599
7600 \(fn)" t nil)
7601
7602 (autoload 'ebrowse-save-tree-as "ebrowse" "\
7603 Write the current tree data structure to a file.
7604 Read the file name from the minibuffer if interactive.
7605 Otherwise, FILE-NAME specifies the file to save the tree in.
7606
7607 \(fn &optional FILE-NAME)" t nil)
7608
7609 (autoload 'ebrowse-statistics "ebrowse" "\
7610 Display statistics for a class tree.
7611
7612 \(fn)" t nil)
7613
7614 ;;;***
7615 \f
7616 ;;;### (autoloads nil "ebuff-menu" "ebuff-menu.el" (22230 48822 681220
7617 ;;;;;; 55000))
7618 ;;; Generated autoloads from ebuff-menu.el
7619
7620 (autoload 'electric-buffer-list "ebuff-menu" "\
7621 Pop up the Buffer Menu in an \"electric\" window.
7622 If you type SPC or RET (`Electric-buffer-menu-select'), that
7623 selects the buffer at point and quits the \"electric\" window.
7624 Otherwise, you can move around in the Buffer Menu, marking
7625 buffers to be selected, saved or deleted; these other commands
7626 are much like those of `Buffer-menu-mode'.
7627
7628 Run hooks in `electric-buffer-menu-mode-hook' on entry.
7629
7630 \\<electric-buffer-menu-mode-map>
7631 \\[keyboard-quit] or \\[Electric-buffer-menu-quit] -- exit buffer menu, returning to previous window and buffer
7632 configuration. If the very first character typed is a space, it
7633 also has this effect.
7634 \\[Electric-buffer-menu-select] -- select buffer of line point is on.
7635 Also show buffers marked with m in other windows,
7636 deletes buffers marked with \"D\", and saves those marked with \"S\".
7637 \\[Buffer-menu-mark] -- mark buffer to be displayed.
7638 \\[Buffer-menu-not-modified] -- clear modified-flag on that buffer.
7639 \\[Buffer-menu-save] -- mark that buffer to be saved.
7640 \\[Buffer-menu-delete] or \\[Buffer-menu-delete-backwards] -- mark that buffer to be deleted.
7641 \\[Buffer-menu-unmark] -- remove all kinds of marks from current line.
7642 \\[Electric-buffer-menu-mode-view-buffer] -- view buffer, returning when done.
7643 \\[Buffer-menu-backup-unmark] -- back up a line and remove marks.
7644
7645 \(fn ARG)" t nil)
7646
7647 ;;;***
7648 \f
7649 ;;;### (autoloads nil "echistory" "echistory.el" (22230 48822 681220
7650 ;;;;;; 55000))
7651 ;;; Generated autoloads from echistory.el
7652
7653 (autoload 'Electric-command-history-redo-expression "echistory" "\
7654 Edit current history line in minibuffer and execute result.
7655 With prefix arg NOCONFIRM, execute current line as-is without editing.
7656
7657 \(fn &optional NOCONFIRM)" t nil)
7658
7659 ;;;***
7660 \f
7661 ;;;### (autoloads nil "ecomplete" "gnus/ecomplete.el" (22230 48822
7662 ;;;;;; 729219 838000))
7663 ;;; Generated autoloads from gnus/ecomplete.el
7664
7665 (autoload 'ecomplete-setup "ecomplete" "\
7666
7667
7668 \(fn)" nil nil)
7669
7670 ;;;***
7671 \f
7672 ;;;### (autoloads nil "ede" "cedet/ede.el" (22230 48822 656220 168000))
7673 ;;; Generated autoloads from cedet/ede.el
7674 (push (purecopy '(ede 1 2)) package--builtin-versions)
7675
7676 (defvar global-ede-mode nil "\
7677 Non-nil if Global Ede mode is enabled.
7678 See the command `global-ede-mode' for a description of this minor mode.
7679 Setting this variable directly does not take effect;
7680 either customize it (see the info node `Easy Customization')
7681 or call the function `global-ede-mode'.")
7682
7683 (custom-autoload 'global-ede-mode "ede" nil)
7684
7685 (autoload 'global-ede-mode "ede" "\
7686 Toggle global EDE (Emacs Development Environment) mode.
7687 With a prefix argument ARG, enable global EDE mode if ARG is
7688 positive, and disable it otherwise. If called from Lisp, enable
7689 the mode if ARG is omitted or nil.
7690
7691 This global minor mode enables `ede-minor-mode' in all buffers in
7692 an EDE controlled project.
7693
7694 \(fn &optional ARG)" t nil)
7695
7696 ;;;***
7697 \f
7698 ;;;### (autoloads nil "edebug" "emacs-lisp/edebug.el" (22230 48822
7699 ;;;;;; 690220 14000))
7700 ;;; Generated autoloads from emacs-lisp/edebug.el
7701
7702 (defvar edebug-all-defs nil "\
7703 If non-nil, evaluating defining forms instruments for Edebug.
7704 This applies to `eval-defun', `eval-region', `eval-buffer', and
7705 `eval-current-buffer'. `eval-region' is also called by
7706 `eval-last-sexp', and `eval-print-last-sexp'.
7707
7708 You can use the command `edebug-all-defs' to toggle the value of this
7709 variable. You may wish to make it local to each buffer with
7710 \(make-local-variable \\='edebug-all-defs) in your
7711 `emacs-lisp-mode-hook'.")
7712
7713 (custom-autoload 'edebug-all-defs "edebug" t)
7714
7715 (defvar edebug-all-forms nil "\
7716 Non-nil means evaluation of all forms will instrument for Edebug.
7717 This doesn't apply to loading or evaluations in the minibuffer.
7718 Use the command `edebug-all-forms' to toggle the value of this option.")
7719
7720 (custom-autoload 'edebug-all-forms "edebug" t)
7721
7722 (autoload 'edebug-basic-spec "edebug" "\
7723 Return t if SPEC uses only extant spec symbols.
7724 An extant spec symbol is a symbol that is not a function and has a
7725 `edebug-form-spec' property.
7726
7727 \(fn SPEC)" nil nil)
7728
7729 (defalias 'edebug-defun 'edebug-eval-top-level-form)
7730
7731 (autoload 'edebug-eval-top-level-form "edebug" "\
7732 Evaluate the top level form point is in, stepping through with Edebug.
7733 This is like `eval-defun' except that it steps the code for Edebug
7734 before evaluating it. It displays the value in the echo area
7735 using `eval-expression' (which see).
7736
7737 If you do this on a function definition such as a defun or defmacro,
7738 it defines the function and instruments its definition for Edebug,
7739 so it will do Edebug stepping when called later. It displays
7740 `Edebug: FUNCTION' in the echo area to indicate that FUNCTION is now
7741 instrumented for Edebug.
7742
7743 If the current defun is actually a call to `defvar' or `defcustom',
7744 evaluating it this way resets the variable using its initial value
7745 expression even if the variable already has some other value.
7746 \(Normally `defvar' and `defcustom' do not alter the value if there
7747 already is one.)
7748
7749 \(fn)" t nil)
7750
7751 (autoload 'edebug-all-defs "edebug" "\
7752 Toggle edebugging of all definitions.
7753
7754 \(fn)" t nil)
7755
7756 (autoload 'edebug-all-forms "edebug" "\
7757 Toggle edebugging of all forms.
7758
7759 \(fn)" t nil)
7760
7761 ;;;***
7762 \f
7763 ;;;### (autoloads nil "ediff" "vc/ediff.el" (22230 48822 936218 904000))
7764 ;;; Generated autoloads from vc/ediff.el
7765 (push (purecopy '(ediff 2 81 4)) package--builtin-versions)
7766
7767 (autoload 'ediff-files "ediff" "\
7768 Run Ediff on a pair of files, FILE-A and FILE-B.
7769
7770 \(fn FILE-A FILE-B &optional STARTUP-HOOKS)" t nil)
7771
7772 (autoload 'ediff-files3 "ediff" "\
7773 Run Ediff on three files, FILE-A, FILE-B, and FILE-C.
7774
7775 \(fn FILE-A FILE-B FILE-C &optional STARTUP-HOOKS)" t nil)
7776
7777 (defalias 'ediff3 'ediff-files3)
7778
7779 (defalias 'ediff 'ediff-files)
7780
7781 (autoload 'ediff-current-file "ediff" "\
7782 Start ediff between current buffer and its file on disk.
7783 This command can be used instead of `revert-buffer'. If there is
7784 nothing to revert then this command fails.
7785
7786 \(fn)" t nil)
7787
7788 (autoload 'ediff-backup "ediff" "\
7789 Run Ediff on FILE and its backup file.
7790 Uses the latest backup, if there are several numerical backups.
7791 If this file is a backup, `ediff' it with its original.
7792
7793 \(fn FILE)" t nil)
7794
7795 (autoload 'ediff-buffers "ediff" "\
7796 Run Ediff on a pair of buffers, BUFFER-A and BUFFER-B.
7797
7798 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME)" t nil)
7799
7800 (defalias 'ebuffers 'ediff-buffers)
7801
7802 (autoload 'ediff-buffers3 "ediff" "\
7803 Run Ediff on three buffers, BUFFER-A, BUFFER-B, and BUFFER-C.
7804
7805 \(fn BUFFER-A BUFFER-B BUFFER-C &optional STARTUP-HOOKS JOB-NAME)" t nil)
7806
7807 (defalias 'ebuffers3 'ediff-buffers3)
7808
7809 (autoload 'ediff-directories "ediff" "\
7810 Run Ediff on a pair of directories, DIR1 and DIR2, comparing files that have
7811 the same name in both. The third argument, REGEXP, is nil or a regular
7812 expression; only file names that match the regexp are considered.
7813
7814 \(fn DIR1 DIR2 REGEXP)" t nil)
7815
7816 (defalias 'edirs 'ediff-directories)
7817
7818 (autoload 'ediff-directory-revisions "ediff" "\
7819 Run Ediff on a directory, DIR1, comparing its files with their revisions.
7820 The second argument, REGEXP, is a regular expression that filters the file
7821 names. Only the files that are under revision control are taken into account.
7822
7823 \(fn DIR1 REGEXP)" t nil)
7824
7825 (defalias 'edir-revisions 'ediff-directory-revisions)
7826
7827 (autoload 'ediff-directories3 "ediff" "\
7828 Run Ediff on three directories, DIR1, DIR2, and DIR3, comparing files that
7829 have the same name in all three. The last argument, REGEXP, is nil or a
7830 regular expression; only file names that match the regexp are considered.
7831
7832 \(fn DIR1 DIR2 DIR3 REGEXP)" t nil)
7833
7834 (defalias 'edirs3 'ediff-directories3)
7835
7836 (autoload 'ediff-merge-directories "ediff" "\
7837 Run Ediff on a pair of directories, DIR1 and DIR2, merging files that have
7838 the same name in both. The third argument, REGEXP, is nil or a regular
7839 expression; only file names that match the regexp are considered.
7840
7841 \(fn DIR1 DIR2 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7842
7843 (defalias 'edirs-merge 'ediff-merge-directories)
7844
7845 (autoload 'ediff-merge-directories-with-ancestor "ediff" "\
7846 Merge files in directories DIR1 and DIR2 using files in ANCESTOR-DIR as ancestors.
7847 Ediff merges files that have identical names in DIR1, DIR2. If a pair of files
7848 in DIR1 and DIR2 doesn't have an ancestor in ANCESTOR-DIR, Ediff will merge
7849 without ancestor. The fourth argument, REGEXP, is nil or a regular expression;
7850 only file names that match the regexp are considered.
7851
7852 \(fn DIR1 DIR2 ANCESTOR-DIR REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7853
7854 (autoload 'ediff-merge-directory-revisions "ediff" "\
7855 Run Ediff on a directory, DIR1, merging its files with their revisions.
7856 The second argument, REGEXP, is a regular expression that filters the file
7857 names. Only the files that are under revision control are taken into account.
7858
7859 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7860
7861 (defalias 'edir-merge-revisions 'ediff-merge-directory-revisions)
7862
7863 (autoload 'ediff-merge-directory-revisions-with-ancestor "ediff" "\
7864 Run Ediff on a directory, DIR1, merging its files with their revisions and ancestors.
7865 The second argument, REGEXP, is a regular expression that filters the file
7866 names. Only the files that are under revision control are taken into account.
7867
7868 \(fn DIR1 REGEXP &optional MERGE-AUTOSTORE-DIR)" t nil)
7869
7870 (defalias 'edir-merge-revisions-with-ancestor 'ediff-merge-directory-revisions-with-ancestor)
7871
7872 (defalias 'edirs-merge-with-ancestor 'ediff-merge-directories-with-ancestor)
7873
7874 (autoload 'ediff-windows-wordwise "ediff" "\
7875 Compare WIND-A and WIND-B, which are selected by clicking, wordwise.
7876 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7877 follows:
7878 If WIND-A is nil, use selected window.
7879 If WIND-B is nil, use window next to WIND-A.
7880
7881 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7882
7883 (autoload 'ediff-windows-linewise "ediff" "\
7884 Compare WIND-A and WIND-B, which are selected by clicking, linewise.
7885 With prefix argument, DUMB-MODE, or on a non-windowing display, works as
7886 follows:
7887 If WIND-A is nil, use selected window.
7888 If WIND-B is nil, use window next to WIND-A.
7889
7890 \(fn DUMB-MODE &optional WIND-A WIND-B STARTUP-HOOKS)" t nil)
7891
7892 (autoload 'ediff-regions-wordwise "ediff" "\
7893 Run Ediff on a pair of regions in specified buffers.
7894 Regions (i.e., point and mark) can be set in advance or marked interactively.
7895 This function is effective only for relatively small regions, up to 200
7896 lines. For large regions, use `ediff-regions-linewise'.
7897
7898 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7899
7900 (autoload 'ediff-regions-linewise "ediff" "\
7901 Run Ediff on a pair of regions in specified buffers.
7902 Regions (i.e., point and mark) can be set in advance or marked interactively.
7903 Each region is enlarged to contain full lines.
7904 This function is effective for large regions, over 100-200
7905 lines. For small regions, use `ediff-regions-wordwise'.
7906
7907 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS)" t nil)
7908
7909 (defalias 'ediff-merge 'ediff-merge-files)
7910
7911 (autoload 'ediff-merge-files "ediff" "\
7912 Merge two files without ancestor.
7913
7914 \(fn FILE-A FILE-B &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7915
7916 (autoload 'ediff-merge-files-with-ancestor "ediff" "\
7917 Merge two files with ancestor.
7918
7919 \(fn FILE-A FILE-B FILE-ANCESTOR &optional STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7920
7921 (defalias 'ediff-merge-with-ancestor 'ediff-merge-files-with-ancestor)
7922
7923 (autoload 'ediff-merge-buffers "ediff" "\
7924 Merge buffers without ancestor.
7925
7926 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7927
7928 (autoload 'ediff-merge-buffers-with-ancestor "ediff" "\
7929 Merge buffers with ancestor.
7930
7931 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS JOB-NAME MERGE-BUFFER-FILE)" t nil)
7932
7933 (autoload 'ediff-merge-revisions "ediff" "\
7934 Run Ediff by merging two revisions of a file.
7935 The file is the optional FILE argument or the file visited by the current
7936 buffer.
7937
7938 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7939
7940 (autoload 'ediff-merge-revisions-with-ancestor "ediff" "\
7941 Run Ediff by merging two revisions of a file with a common ancestor.
7942 The file is the optional FILE argument or the file visited by the current
7943 buffer.
7944
7945 \(fn &optional FILE STARTUP-HOOKS MERGE-BUFFER-FILE)" t nil)
7946
7947 (autoload 'ediff-patch-file "ediff" "\
7948 Query for a file name, and then run Ediff by patching that file.
7949 If optional PATCH-BUF is given, use the patch in that buffer
7950 and don't ask the user.
7951 If prefix argument, then: if even argument, assume that the patch is in a
7952 buffer. If odd -- assume it is in a file.
7953
7954 \(fn &optional ARG PATCH-BUF)" t nil)
7955
7956 (autoload 'ediff-patch-buffer "ediff" "\
7957 Run Ediff by patching the buffer specified at prompt.
7958 Without the optional prefix ARG, asks if the patch is in some buffer and
7959 prompts for the buffer or a file, depending on the answer.
7960 With ARG=1, assumes the patch is in a file and prompts for the file.
7961 With ARG=2, assumes the patch is in a buffer and prompts for the buffer.
7962 PATCH-BUF is an optional argument, which specifies the buffer that contains the
7963 patch. If not given, the user is prompted according to the prefix argument.
7964
7965 \(fn &optional ARG PATCH-BUF)" t nil)
7966
7967 (defalias 'epatch 'ediff-patch-file)
7968
7969 (defalias 'epatch-buffer 'ediff-patch-buffer)
7970
7971 (autoload 'ediff-revision "ediff" "\
7972 Run Ediff by comparing versions of a file.
7973 The file is an optional FILE argument or the file entered at the prompt.
7974 Default: the file visited by the current buffer.
7975 Uses `vc.el' or `rcs.el' depending on `ediff-version-control-package'.
7976
7977 \(fn &optional FILE STARTUP-HOOKS)" t nil)
7978
7979 (defalias 'erevision 'ediff-revision)
7980
7981 (autoload 'ediff-version "ediff" "\
7982 Return string describing the version of Ediff.
7983 When called interactively, displays the version.
7984
7985 \(fn)" t nil)
7986
7987 (autoload 'ediff-documentation "ediff" "\
7988 Display Ediff's manual.
7989 With optional NODE, goes to that node.
7990
7991 \(fn &optional NODE)" t nil)
7992
7993 (autoload 'ediff-files-command "ediff" "\
7994
7995
7996 \(fn)" nil nil)
7997
7998 (autoload 'ediff3-files-command "ediff" "\
7999
8000
8001 \(fn)" nil nil)
8002
8003 (autoload 'ediff-merge-command "ediff" "\
8004
8005
8006 \(fn)" nil nil)
8007
8008 (autoload 'ediff-merge-with-ancestor-command "ediff" "\
8009
8010
8011 \(fn)" nil nil)
8012
8013 (autoload 'ediff-directories-command "ediff" "\
8014
8015
8016 \(fn)" nil nil)
8017
8018 (autoload 'ediff-directories3-command "ediff" "\
8019
8020
8021 \(fn)" nil nil)
8022
8023 (autoload 'ediff-merge-directories-command "ediff" "\
8024
8025
8026 \(fn)" nil nil)
8027
8028 (autoload 'ediff-merge-directories-with-ancestor-command "ediff" "\
8029
8030
8031 \(fn)" nil nil)
8032
8033 ;;;***
8034 \f
8035 ;;;### (autoloads nil "ediff-help" "vc/ediff-help.el" (22230 48822
8036 ;;;;;; 933218 917000))
8037 ;;; Generated autoloads from vc/ediff-help.el
8038
8039 (autoload 'ediff-customize "ediff-help" "\
8040
8041
8042 \(fn)" t nil)
8043
8044 ;;;***
8045 \f
8046 ;;;### (autoloads nil "ediff-mult" "vc/ediff-mult.el" (22230 48822
8047 ;;;;;; 934218 913000))
8048 ;;; Generated autoloads from vc/ediff-mult.el
8049
8050 (autoload 'ediff-show-registry "ediff-mult" "\
8051 Display Ediff's registry.
8052
8053 \(fn)" t nil)
8054
8055 (defalias 'eregistry 'ediff-show-registry)
8056
8057 ;;;***
8058 \f
8059 ;;;### (autoloads nil "ediff-util" "vc/ediff-util.el" (22230 48822
8060 ;;;;;; 935218 908000))
8061 ;;; Generated autoloads from vc/ediff-util.el
8062
8063 (autoload 'ediff-toggle-multiframe "ediff-util" "\
8064 Switch from multiframe display to single-frame display and back.
8065 To change the default, set the variable `ediff-window-setup-function',
8066 which see.
8067
8068 \(fn)" t nil)
8069
8070 (autoload 'ediff-toggle-use-toolbar "ediff-util" "\
8071 Enable or disable Ediff toolbar.
8072 Works only in versions of Emacs that support toolbars.
8073 To change the default, set the variable `ediff-use-toolbar-p', which see.
8074
8075 \(fn)" t nil)
8076
8077 ;;;***
8078 \f
8079 ;;;### (autoloads nil "edmacro" "edmacro.el" (22230 48822 682220
8080 ;;;;;; 50000))
8081 ;;; Generated autoloads from edmacro.el
8082 (push (purecopy '(edmacro 2 1)) package--builtin-versions)
8083
8084 (autoload 'edit-kbd-macro "edmacro" "\
8085 Edit a keyboard macro.
8086 At the prompt, type any key sequence which is bound to a keyboard macro.
8087 Or, type `C-x e' or RET to edit the last keyboard macro, `C-h l' to edit
8088 the last 300 keystrokes as a keyboard macro, or `\\[execute-extended-command]' to edit a macro by
8089 its command name.
8090 With a prefix argument, format the macro in a more concise way.
8091
8092 \(fn KEYS &optional PREFIX FINISH-HOOK STORE-HOOK)" t nil)
8093
8094 (autoload 'edit-last-kbd-macro "edmacro" "\
8095 Edit the most recently defined keyboard macro.
8096
8097 \(fn &optional PREFIX)" t nil)
8098
8099 (autoload 'edit-named-kbd-macro "edmacro" "\
8100 Edit a keyboard macro which has been given a name by `name-last-kbd-macro'.
8101
8102 \(fn &optional PREFIX)" t nil)
8103
8104 (autoload 'read-kbd-macro "edmacro" "\
8105 Read the region as a keyboard macro definition.
8106 The region is interpreted as spelled-out keystrokes, e.g., \"M-x abc RET\".
8107 See documentation for `edmacro-mode' for details.
8108 Leading/trailing \"C-x (\" and \"C-x )\" in the text are allowed and ignored.
8109 The resulting macro is installed as the \"current\" keyboard macro.
8110
8111 In Lisp, may also be called with a single STRING argument in which case
8112 the result is returned rather than being installed as the current macro.
8113 The result will be a string if possible, otherwise an event vector.
8114 Second argument NEED-VECTOR means to return an event vector always.
8115
8116 \(fn START &optional END)" t nil)
8117
8118 (autoload 'format-kbd-macro "edmacro" "\
8119 Return the keyboard macro MACRO as a human-readable string.
8120 This string is suitable for passing to `read-kbd-macro'.
8121 Second argument VERBOSE means to put one command per line with comments.
8122 If VERBOSE is `1', put everything on one line. If VERBOSE is omitted
8123 or nil, use a compact 80-column format.
8124
8125 \(fn &optional MACRO VERBOSE)" nil nil)
8126
8127 ;;;***
8128 \f
8129 ;;;### (autoloads nil "edt" "emulation/edt.el" (22230 48822 699219
8130 ;;;;;; 974000))
8131 ;;; Generated autoloads from emulation/edt.el
8132
8133 (autoload 'edt-set-scroll-margins "edt" "\
8134 Set scroll margins.
8135 Argument TOP is the top margin in number of lines or percent of window.
8136 Argument BOTTOM is the bottom margin in number of lines or percent of window.
8137
8138 \(fn TOP BOTTOM)" t nil)
8139
8140 (autoload 'edt-emulation-on "edt" "\
8141 Turn on EDT Emulation.
8142
8143 \(fn)" t nil)
8144
8145 ;;;***
8146 \f
8147 ;;;### (autoloads nil "ehelp" "ehelp.el" (22230 48822 682220 50000))
8148 ;;; Generated autoloads from ehelp.el
8149
8150 (autoload 'with-electric-help "ehelp" "\
8151 Pop up an \"electric\" help buffer.
8152 THUNK is a function of no arguments which is called to initialize the
8153 contents of BUFFER. BUFFER defaults to `*Help*'. BUFFER will be
8154 erased before THUNK is called unless NOERASE is non-nil. THUNK will
8155 be called while BUFFER is current and with `standard-output' bound to
8156 the buffer specified by BUFFER.
8157
8158 If THUNK returns nil, we display BUFFER starting at the top, and shrink
8159 the window to fit. If THUNK returns non-nil, we don't do those things.
8160
8161 After THUNK has been called, this function \"electrically\" pops up a
8162 window in which BUFFER is displayed and allows the user to scroll
8163 through that buffer in `electric-help-mode'. The window's height will
8164 be at least MINHEIGHT if this value is non-nil.
8165
8166 If THUNK returns nil, we display BUFFER starting at the top, and
8167 shrink the window to fit if `electric-help-shrink-window' is non-nil.
8168 If THUNK returns non-nil, we don't do those things.
8169
8170 When the user exits (with `electric-help-exit', or otherwise), the help
8171 buffer's window disappears (i.e., we use `save-window-excursion'), and
8172 BUFFER is put back into its original major mode.
8173
8174 \(fn THUNK &optional BUFFER NOERASE MINHEIGHT)" nil nil)
8175
8176 (autoload 'electric-helpify "ehelp" "\
8177
8178
8179 \(fn FUN &optional NAME)" nil nil)
8180
8181 ;;;***
8182 \f
8183 ;;;### (autoloads nil "eieio" "emacs-lisp/eieio.el" (22230 48822
8184 ;;;;;; 691220 10000))
8185 ;;; Generated autoloads from emacs-lisp/eieio.el
8186 (push (purecopy '(eieio 1 4)) package--builtin-versions)
8187
8188 ;;;***
8189 \f
8190 ;;;### (autoloads nil "eieio-core" "emacs-lisp/eieio-core.el" (22230
8191 ;;;;;; 48822 690220 14000))
8192 ;;; Generated autoloads from emacs-lisp/eieio-core.el
8193 (push (purecopy '(eieio-core 1 4)) package--builtin-versions)
8194
8195 (autoload 'eieio-defclass-autoload "eieio-core" "\
8196 Create autoload symbols for the EIEIO class CNAME.
8197 SUPERCLASSES are the superclasses that CNAME inherits from.
8198 DOC is the docstring for CNAME.
8199 This function creates a mock-class for CNAME and adds it into
8200 SUPERCLASSES as children.
8201 It creates an autoload function for CNAME's constructor.
8202
8203 \(fn CNAME SUPERCLASSES FILENAME DOC)" nil nil)
8204
8205 ;;;***
8206 \f
8207 ;;;### (autoloads nil "elec-pair" "elec-pair.el" (22230 48822 682220
8208 ;;;;;; 50000))
8209 ;;; Generated autoloads from elec-pair.el
8210
8211 (defvar electric-pair-text-pairs '((34 . 34)) "\
8212 Alist of pairs that should always be used in comments and strings.
8213
8214 Pairs of delimiters in this list are a fallback in case they have
8215 no syntax relevant to `electric-pair-mode' in the syntax table
8216 defined in `electric-pair-text-syntax-table'")
8217
8218 (custom-autoload 'electric-pair-text-pairs "elec-pair" t)
8219
8220 (defvar electric-pair-mode nil "\
8221 Non-nil if Electric-Pair mode is enabled.
8222 See the command `electric-pair-mode' for a description of this minor mode.
8223 Setting this variable directly does not take effect;
8224 either customize it (see the info node `Easy Customization')
8225 or call the function `electric-pair-mode'.")
8226
8227 (custom-autoload 'electric-pair-mode "elec-pair" nil)
8228
8229 (autoload 'electric-pair-mode "elec-pair" "\
8230 Toggle automatic parens pairing (Electric Pair mode).
8231 With a prefix argument ARG, enable Electric Pair mode if ARG is
8232 positive, and disable it otherwise. If called from Lisp, enable
8233 the mode if ARG is omitted or nil.
8234
8235 Electric Pair mode is a global minor mode. When enabled, typing
8236 an open parenthesis automatically inserts the corresponding
8237 closing parenthesis. (Likewise for brackets, etc.). To toggle
8238 the mode in a single buffer, use `electric-pair-local-mode'.
8239
8240 \(fn &optional ARG)" t nil)
8241
8242 (autoload 'electric-pair-local-mode "elec-pair" "\
8243 Toggle `electric-pair-mode' only in this buffer.
8244
8245 \(fn &optional ARG)" t nil)
8246
8247 ;;;***
8248 \f
8249 ;;;### (autoloads nil "elide-head" "elide-head.el" (22230 48822 682220
8250 ;;;;;; 50000))
8251 ;;; Generated autoloads from elide-head.el
8252
8253 (autoload 'elide-head "elide-head" "\
8254 Hide header material in buffer according to `elide-head-headers-to-hide'.
8255
8256 The header is made invisible with an overlay. With a prefix arg, show
8257 an elided material again.
8258
8259 This is suitable as an entry on `find-file-hook' or appropriate mode hooks.
8260
8261 \(fn &optional ARG)" t nil)
8262
8263 ;;;***
8264 \f
8265 ;;;### (autoloads nil "elint" "emacs-lisp/elint.el" (22230 48822
8266 ;;;;;; 691220 10000))
8267 ;;; Generated autoloads from emacs-lisp/elint.el
8268
8269 (autoload 'elint-file "elint" "\
8270 Lint the file FILE.
8271
8272 \(fn FILE)" t nil)
8273
8274 (autoload 'elint-directory "elint" "\
8275 Lint all the .el files in DIRECTORY.
8276 A complicated directory may require a lot of memory.
8277
8278 \(fn DIRECTORY)" t nil)
8279
8280 (autoload 'elint-current-buffer "elint" "\
8281 Lint the current buffer.
8282 If necessary, this first calls `elint-initialize'.
8283
8284 \(fn)" t nil)
8285
8286 (autoload 'elint-defun "elint" "\
8287 Lint the function at point.
8288 If necessary, this first calls `elint-initialize'.
8289
8290 \(fn)" t nil)
8291
8292 (autoload 'elint-initialize "elint" "\
8293 Initialize elint.
8294 If elint is already initialized, this does nothing, unless
8295 optional prefix argument REINIT is non-nil.
8296
8297 \(fn &optional REINIT)" t nil)
8298
8299 ;;;***
8300 \f
8301 ;;;### (autoloads nil "elp" "emacs-lisp/elp.el" (22230 48822 691220
8302 ;;;;;; 10000))
8303 ;;; Generated autoloads from emacs-lisp/elp.el
8304
8305 (autoload 'elp-instrument-function "elp" "\
8306 Instrument FUNSYM for profiling.
8307 FUNSYM must be a symbol of a defined function.
8308
8309 \(fn FUNSYM)" t nil)
8310
8311 (autoload 'elp-instrument-list "elp" "\
8312 Instrument, for profiling, all functions in `elp-function-list'.
8313 Use optional LIST if provided instead.
8314 If called interactively, read LIST using the minibuffer.
8315
8316 \(fn &optional LIST)" t nil)
8317
8318 (autoload 'elp-instrument-package "elp" "\
8319 Instrument for profiling, all functions which start with PREFIX.
8320 For example, to instrument all ELP functions, do the following:
8321
8322 \\[elp-instrument-package] RET elp- RET
8323
8324 \(fn PREFIX)" t nil)
8325
8326 (autoload 'elp-results "elp" "\
8327 Display current profiling results.
8328 If `elp-reset-after-results' is non-nil, then current profiling
8329 information for all instrumented functions is reset after results are
8330 displayed.
8331
8332 \(fn)" t nil)
8333
8334 ;;;***
8335 \f
8336 ;;;### (autoloads nil "emacs-lock" "emacs-lock.el" (22230 48822 698219
8337 ;;;;;; 978000))
8338 ;;; Generated autoloads from emacs-lock.el
8339
8340 (autoload 'emacs-lock-mode "emacs-lock" "\
8341 Toggle Emacs Lock mode in the current buffer.
8342 If called with a plain prefix argument, ask for the locking mode
8343 to be used. With any other prefix ARG, turn mode on if ARG is
8344 positive, off otherwise. If called from Lisp, enable the mode if
8345 ARG is omitted or nil.
8346
8347 Initially, if the user does not pass an explicit locking mode, it
8348 defaults to `emacs-lock-default-locking-mode' (which see);
8349 afterwards, the locking mode most recently set on the buffer is
8350 used instead.
8351
8352 When called from Elisp code, ARG can be any locking mode:
8353
8354 exit -- Emacs cannot exit while the buffer is locked
8355 kill -- the buffer cannot be killed, but Emacs can exit as usual
8356 all -- the buffer is locked against both actions
8357
8358 Other values are interpreted as usual.
8359
8360 \(fn &optional ARG)" t nil)
8361
8362 ;;;***
8363 \f
8364 ;;;### (autoloads nil "emacsbug" "mail/emacsbug.el" (22230 48822
8365 ;;;;;; 787219 577000))
8366 ;;; Generated autoloads from mail/emacsbug.el
8367
8368 (autoload 'report-emacs-bug "emacsbug" "\
8369 Report a bug in GNU Emacs.
8370 Prompts for bug subject. Leaves you in a mail buffer.
8371
8372 \(fn TOPIC &optional UNUSED)" t nil)
8373
8374 (set-advertised-calling-convention 'report-emacs-bug '(topic) '"24.5")
8375
8376 ;;;***
8377 \f
8378 ;;;### (autoloads nil "emerge" "vc/emerge.el" (22230 48822 936218
8379 ;;;;;; 904000))
8380 ;;; Generated autoloads from vc/emerge.el
8381
8382 (autoload 'emerge-files "emerge" "\
8383 Run Emerge on two files.
8384
8385 \(fn ARG FILE-A FILE-B FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8386
8387 (autoload 'emerge-files-with-ancestor "emerge" "\
8388 Run Emerge on two files, giving another file as the ancestor.
8389
8390 \(fn ARG FILE-A FILE-B FILE-ANCESTOR FILE-OUT &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8391
8392 (autoload 'emerge-buffers "emerge" "\
8393 Run Emerge on two buffers.
8394
8395 \(fn BUFFER-A BUFFER-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8396
8397 (autoload 'emerge-buffers-with-ancestor "emerge" "\
8398 Run Emerge on two buffers, giving another buffer as the ancestor.
8399
8400 \(fn BUFFER-A BUFFER-B BUFFER-ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8401
8402 (autoload 'emerge-files-command "emerge" "\
8403
8404
8405 \(fn)" nil nil)
8406
8407 (autoload 'emerge-files-with-ancestor-command "emerge" "\
8408
8409
8410 \(fn)" nil nil)
8411
8412 (autoload 'emerge-files-remote "emerge" "\
8413
8414
8415 \(fn FILE-A FILE-B FILE-OUT)" nil nil)
8416
8417 (autoload 'emerge-files-with-ancestor-remote "emerge" "\
8418
8419
8420 \(fn FILE-A FILE-B FILE-ANC FILE-OUT)" nil nil)
8421
8422 (autoload 'emerge-revisions "emerge" "\
8423 Emerge two RCS revisions of a file.
8424
8425 \(fn ARG FILE REVISION-A REVISION-B &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8426
8427 (autoload 'emerge-revisions-with-ancestor "emerge" "\
8428 Emerge two RCS revisions of a file, with another revision as ancestor.
8429
8430 \(fn ARG FILE REVISION-A REVISION-B ANCESTOR &optional STARTUP-HOOKS QUIT-HOOKS)" t nil)
8431
8432 (autoload 'emerge-merge-directories "emerge" "\
8433
8434
8435 \(fn A-DIR B-DIR ANCESTOR-DIR OUTPUT-DIR)" t nil)
8436
8437 ;;;***
8438 \f
8439 ;;;### (autoloads nil "enriched" "textmodes/enriched.el" (22230 48822
8440 ;;;;;; 916218 994000))
8441 ;;; Generated autoloads from textmodes/enriched.el
8442
8443 (autoload 'enriched-mode "enriched" "\
8444 Minor mode for editing text/enriched files.
8445 These are files with embedded formatting information in the MIME standard
8446 text/enriched format.
8447
8448 With a prefix argument ARG, enable the mode if ARG is positive,
8449 and disable it otherwise. If called from Lisp, enable the mode
8450 if ARG is omitted or nil.
8451
8452 Turning the mode on or off runs `enriched-mode-hook'.
8453
8454 More information about Enriched mode is available in the file
8455 \"enriched.txt\" in `data-directory'.
8456
8457 Commands:
8458
8459 \\{enriched-mode-map}
8460
8461 \(fn &optional ARG)" t nil)
8462
8463 (autoload 'enriched-encode "enriched" "\
8464
8465
8466 \(fn FROM TO ORIG-BUF)" nil nil)
8467
8468 (autoload 'enriched-decode "enriched" "\
8469
8470
8471 \(fn FROM TO)" nil nil)
8472
8473 ;;;***
8474 \f
8475 ;;;### (autoloads nil "epa" "epa.el" (22230 48822 702219 960000))
8476 ;;; Generated autoloads from epa.el
8477
8478 (autoload 'epa-list-keys "epa" "\
8479 List all keys matched with NAME from the public keyring.
8480
8481 \(fn &optional NAME)" t nil)
8482
8483 (autoload 'epa-list-secret-keys "epa" "\
8484 List all keys matched with NAME from the private keyring.
8485
8486 \(fn &optional NAME)" t nil)
8487
8488 (autoload 'epa-select-keys "epa" "\
8489 Display a user's keyring and ask him to select keys.
8490 CONTEXT is an epg-context.
8491 PROMPT is a string to prompt with.
8492 NAMES is a list of strings to be matched with keys. If it is nil, all
8493 the keys are listed.
8494 If SECRET is non-nil, list secret keys instead of public keys.
8495
8496 \(fn CONTEXT PROMPT &optional NAMES SECRET)" nil nil)
8497
8498 (autoload 'epa-decrypt-file "epa" "\
8499 Decrypt DECRYPT-FILE into PLAIN-FILE.
8500 If you do not specify PLAIN-FILE, this functions prompts for the value to use.
8501
8502 \(fn DECRYPT-FILE &optional PLAIN-FILE)" t nil)
8503
8504 (autoload 'epa-verify-file "epa" "\
8505 Verify FILE.
8506
8507 \(fn FILE)" t nil)
8508
8509 (autoload 'epa-sign-file "epa" "\
8510 Sign FILE by SIGNERS keys selected.
8511
8512 \(fn FILE SIGNERS MODE)" t nil)
8513
8514 (autoload 'epa-encrypt-file "epa" "\
8515 Encrypt FILE for RECIPIENTS.
8516
8517 \(fn FILE RECIPIENTS)" t nil)
8518
8519 (autoload 'epa-decrypt-region "epa" "\
8520 Decrypt the current region between START and END.
8521
8522 If MAKE-BUFFER-FUNCTION is non-nil, call it to prepare an output buffer.
8523 It should return that buffer. If it copies the input, it should
8524 delete the text now being decrypted. It should leave point at the
8525 proper place to insert the plaintext.
8526
8527 Be careful about using this command in Lisp programs!
8528 Since this function operates on regions, it does some tricks such
8529 as coding-system detection and unibyte/multibyte conversion. If
8530 you are sure how the data in the region should be treated, you
8531 should consider using the string based counterpart
8532 `epg-decrypt-string', or the file based counterpart
8533 `epg-decrypt-file' instead.
8534
8535 For example:
8536
8537 \(let ((context (epg-make-context \\='OpenPGP)))
8538 (decode-coding-string
8539 (epg-decrypt-string context (buffer-substring start end))
8540 \\='utf-8))
8541
8542 \(fn START END &optional MAKE-BUFFER-FUNCTION)" t nil)
8543
8544 (autoload 'epa-decrypt-armor-in-region "epa" "\
8545 Decrypt OpenPGP armors in the current region between START and END.
8546
8547 Don't use this command in Lisp programs!
8548 See the reason described in the `epa-decrypt-region' documentation.
8549
8550 \(fn START END)" t nil)
8551
8552 (function-put 'epa-decrypt-armor-in-region 'interactive-only 't)
8553
8554 (autoload 'epa-verify-region "epa" "\
8555 Verify the current region between START and END.
8556
8557 Don't use this command in Lisp programs!
8558 Since this function operates on regions, it does some tricks such
8559 as coding-system detection and unibyte/multibyte conversion. If
8560 you are sure how the data in the region should be treated, you
8561 should consider using the string based counterpart
8562 `epg-verify-string', or the file based counterpart
8563 `epg-verify-file' instead.
8564
8565 For example:
8566
8567 \(let ((context (epg-make-context \\='OpenPGP)))
8568 (decode-coding-string
8569 (epg-verify-string context (buffer-substring start end))
8570 \\='utf-8))
8571
8572 \(fn START END)" t nil)
8573
8574 (function-put 'epa-verify-region 'interactive-only 't)
8575
8576 (autoload 'epa-verify-cleartext-in-region "epa" "\
8577 Verify OpenPGP cleartext signed messages in the current region
8578 between START and END.
8579
8580 Don't use this command in Lisp programs!
8581 See the reason described in the `epa-verify-region' documentation.
8582
8583 \(fn START END)" t nil)
8584
8585 (function-put 'epa-verify-cleartext-in-region 'interactive-only 't)
8586
8587 (autoload 'epa-sign-region "epa" "\
8588 Sign the current region between START and END by SIGNERS keys selected.
8589
8590 Don't use this command in Lisp programs!
8591 Since this function operates on regions, it does some tricks such
8592 as coding-system detection and unibyte/multibyte conversion. If
8593 you are sure how the data should be treated, you should consider
8594 using the string based counterpart `epg-sign-string', or the file
8595 based counterpart `epg-sign-file' instead.
8596
8597 For example:
8598
8599 \(let ((context (epg-make-context \\='OpenPGP)))
8600 (epg-sign-string
8601 context
8602 (encode-coding-string (buffer-substring start end) \\='utf-8)))
8603
8604 \(fn START END SIGNERS MODE)" t nil)
8605
8606 (function-put 'epa-sign-region 'interactive-only 't)
8607
8608 (autoload 'epa-encrypt-region "epa" "\
8609 Encrypt the current region between START and END for RECIPIENTS.
8610
8611 Don't use this command in Lisp programs!
8612 Since this function operates on regions, it does some tricks such
8613 as coding-system detection and unibyte/multibyte conversion. If
8614 you are sure how the data should be treated, you should consider
8615 using the string based counterpart `epg-encrypt-string', or the
8616 file based counterpart `epg-encrypt-file' instead.
8617
8618 For example:
8619
8620 \(let ((context (epg-make-context \\='OpenPGP)))
8621 (epg-encrypt-string
8622 context
8623 (encode-coding-string (buffer-substring start end) \\='utf-8)
8624 nil))
8625
8626 \(fn START END RECIPIENTS SIGN SIGNERS)" t nil)
8627
8628 (function-put 'epa-encrypt-region 'interactive-only 't)
8629
8630 (autoload 'epa-delete-keys "epa" "\
8631 Delete selected KEYS.
8632
8633 \(fn KEYS &optional ALLOW-SECRET)" t nil)
8634
8635 (autoload 'epa-import-keys "epa" "\
8636 Import keys from FILE.
8637
8638 \(fn FILE)" t nil)
8639
8640 (autoload 'epa-import-keys-region "epa" "\
8641 Import keys from the region.
8642
8643 \(fn START END)" t nil)
8644
8645 (autoload 'epa-import-armor-in-region "epa" "\
8646 Import keys in the OpenPGP armor format in the current region
8647 between START and END.
8648
8649 \(fn START END)" t nil)
8650
8651 (autoload 'epa-export-keys "epa" "\
8652 Export selected KEYS to FILE.
8653
8654 \(fn KEYS FILE)" t nil)
8655
8656 (autoload 'epa-insert-keys "epa" "\
8657 Insert selected KEYS after the point.
8658
8659 \(fn KEYS)" t nil)
8660
8661 ;;;***
8662 \f
8663 ;;;### (autoloads nil "epa-dired" "epa-dired.el" (22230 48822 702219
8664 ;;;;;; 960000))
8665 ;;; Generated autoloads from epa-dired.el
8666
8667 (autoload 'epa-dired-do-decrypt "epa-dired" "\
8668 Decrypt marked files.
8669
8670 \(fn)" t nil)
8671
8672 (autoload 'epa-dired-do-verify "epa-dired" "\
8673 Verify marked files.
8674
8675 \(fn)" t nil)
8676
8677 (autoload 'epa-dired-do-sign "epa-dired" "\
8678 Sign marked files.
8679
8680 \(fn)" t nil)
8681
8682 (autoload 'epa-dired-do-encrypt "epa-dired" "\
8683 Encrypt marked files.
8684
8685 \(fn)" t nil)
8686
8687 ;;;***
8688 \f
8689 ;;;### (autoloads nil "epa-file" "epa-file.el" (22230 48822 702219
8690 ;;;;;; 960000))
8691 ;;; Generated autoloads from epa-file.el
8692
8693 (autoload 'epa-file-handler "epa-file" "\
8694
8695
8696 \(fn OPERATION &rest ARGS)" nil nil)
8697
8698 (autoload 'epa-file-enable "epa-file" "\
8699
8700
8701 \(fn)" t nil)
8702
8703 (autoload 'epa-file-disable "epa-file" "\
8704
8705
8706 \(fn)" t nil)
8707
8708 ;;;***
8709 \f
8710 ;;;### (autoloads nil "epa-mail" "epa-mail.el" (22230 48822 702219
8711 ;;;;;; 960000))
8712 ;;; Generated autoloads from epa-mail.el
8713
8714 (autoload 'epa-mail-mode "epa-mail" "\
8715 A minor-mode for composing encrypted/clearsigned mails.
8716 With a prefix argument ARG, enable the mode if ARG is positive,
8717 and disable it otherwise. If called from Lisp, enable the mode
8718 if ARG is omitted or nil.
8719
8720 \(fn &optional ARG)" t nil)
8721
8722 (autoload 'epa-mail-decrypt "epa-mail" "\
8723 Decrypt OpenPGP armors in the current buffer.
8724 The buffer is expected to contain a mail message.
8725
8726 \(fn)" t nil)
8727
8728 (function-put 'epa-mail-decrypt 'interactive-only 't)
8729
8730 (autoload 'epa-mail-verify "epa-mail" "\
8731 Verify OpenPGP cleartext signed messages in the current buffer.
8732 The buffer is expected to contain a mail message.
8733
8734 \(fn)" t nil)
8735
8736 (function-put 'epa-mail-verify 'interactive-only 't)
8737
8738 (autoload 'epa-mail-sign "epa-mail" "\
8739 Sign the current buffer.
8740 The buffer is expected to contain a mail message.
8741
8742 \(fn START END SIGNERS MODE)" t nil)
8743
8744 (function-put 'epa-mail-sign 'interactive-only 't)
8745
8746 (autoload 'epa-mail-encrypt "epa-mail" "\
8747 Encrypt the outgoing mail message in the current buffer.
8748 Takes the recipients from the text in the header in the buffer
8749 and translates them through `epa-mail-aliases'.
8750 With prefix argument, asks you to select among them interactively
8751 and also whether and how to sign.
8752
8753 Called from Lisp, the optional argument RECIPIENTS is a list
8754 of recipient addresses, t to perform symmetric encryption,
8755 or nil meaning use the defaults.
8756
8757 SIGNERS is a list of keys to sign the message with.
8758
8759 \(fn &optional RECIPIENTS SIGNERS)" t nil)
8760
8761 (autoload 'epa-mail-import-keys "epa-mail" "\
8762 Import keys in the OpenPGP armor format in the current buffer.
8763 The buffer is expected to contain a mail message.
8764
8765 \(fn)" t nil)
8766
8767 (function-put 'epa-mail-import-keys 'interactive-only 't)
8768
8769 (defvar epa-global-mail-mode nil "\
8770 Non-nil if Epa-Global-Mail mode is enabled.
8771 See the command `epa-global-mail-mode' for a description of this minor mode.
8772 Setting this variable directly does not take effect;
8773 either customize it (see the info node `Easy Customization')
8774 or call the function `epa-global-mail-mode'.")
8775
8776 (custom-autoload 'epa-global-mail-mode "epa-mail" nil)
8777
8778 (autoload 'epa-global-mail-mode "epa-mail" "\
8779 Minor mode to hook EasyPG into Mail mode.
8780 With a prefix argument ARG, enable the mode if ARG is positive,
8781 and disable it otherwise. If called from Lisp, enable the mode
8782 if ARG is omitted or nil.
8783
8784 \(fn &optional ARG)" t nil)
8785
8786 ;;;***
8787 \f
8788 ;;;### (autoloads nil "epg" "epg.el" (22230 48822 703219 956000))
8789 ;;; Generated autoloads from epg.el
8790 (push (purecopy '(epg 1 0 0)) package--builtin-versions)
8791
8792 (autoload 'epg-make-context "epg" "\
8793 Return a context object.
8794
8795 \(fn &optional PROTOCOL ARMOR TEXTMODE INCLUDE-CERTS CIPHER-ALGORITHM DIGEST-ALGORITHM COMPRESS-ALGORITHM)" nil nil)
8796
8797 ;;;***
8798 \f
8799 ;;;### (autoloads nil "epg-config" "epg-config.el" (22230 48822 702219
8800 ;;;;;; 960000))
8801 ;;; Generated autoloads from epg-config.el
8802
8803 (autoload 'epg-find-configuration "epg-config" "\
8804 Find or create a usable configuration to handle PROTOCOL.
8805 This function first looks at the existing configuration found by
8806 the previous invocation of this function, unless FORCE is non-nil.
8807
8808 Then it walks through `epg-config--program-alist'. If
8809 `epg-gpg-program' or `epg-gpgsm-program' is already set with
8810 custom, use it. Otherwise, it tries the programs listed in the
8811 entry until the version requirement is met.
8812
8813 \(fn PROTOCOL &optional FORCE)" nil nil)
8814
8815 (autoload 'epg-configuration "epg-config" "\
8816 Return a list of internal configuration parameters of `epg-gpg-program'.
8817
8818 \(fn)" nil nil)
8819
8820 (make-obsolete 'epg-configuration 'epg-find-configuration '"25.1")
8821
8822 (autoload 'epg-check-configuration "epg-config" "\
8823 Verify that a sufficient version of GnuPG is installed.
8824
8825 \(fn CONFIG &optional MINIMUM-VERSION)" nil nil)
8826
8827 (autoload 'epg-expand-group "epg-config" "\
8828 Look at CONFIG and try to expand GROUP.
8829
8830 \(fn CONFIG GROUP)" nil nil)
8831
8832 ;;;***
8833 \f
8834 ;;;### (autoloads nil "erc" "erc/erc.el" (22230 48822 710219 924000))
8835 ;;; Generated autoloads from erc/erc.el
8836 (push (purecopy '(erc 5 3)) package--builtin-versions)
8837
8838 (autoload 'erc-select-read-args "erc" "\
8839 Prompt the user for values of nick, server, port, and password.
8840
8841 \(fn)" nil nil)
8842
8843 (autoload 'erc "erc" "\
8844 ERC is a powerful, modular, and extensible IRC client.
8845 This function is the main entry point for ERC.
8846
8847 It permits you to select connection parameters, and then starts ERC.
8848
8849 Non-interactively, it takes the keyword arguments
8850 (server (erc-compute-server))
8851 (port (erc-compute-port))
8852 (nick (erc-compute-nick))
8853 password
8854 (full-name (erc-compute-full-name)))
8855
8856 That is, if called with
8857
8858 (erc :server \"irc.freenode.net\" :full-name \"Harry S Truman\")
8859
8860 then the server and full-name will be set to those values, whereas
8861 `erc-compute-port', `erc-compute-nick' and `erc-compute-full-name' will
8862 be invoked for the values of the other parameters.
8863
8864 \(fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) PASSWORD (FULL-NAME (erc-compute-full-name)))" t nil)
8865
8866 (defalias 'erc-select 'erc)
8867
8868 (autoload 'erc-tls "erc" "\
8869 Interactively select TLS connection parameters and run ERC.
8870 Arguments are the same as for `erc'.
8871
8872 \(fn &rest R)" t nil)
8873
8874 (autoload 'erc-handle-irc-url "erc" "\
8875 Use ERC to IRC on HOST:PORT in CHANNEL as USER with PASSWORD.
8876 If ERC is already connected to HOST:PORT, simply /join CHANNEL.
8877 Otherwise, connect to HOST:PORT as USER and /join CHANNEL.
8878
8879 \(fn HOST PORT CHANNEL USER PASSWORD)" nil nil)
8880
8881 ;;;***
8882 \f
8883 ;;;### (autoloads nil "erc-autoaway" "erc/erc-autoaway.el" (22230
8884 ;;;;;; 48822 705219 947000))
8885 ;;; Generated autoloads from erc/erc-autoaway.el
8886 (autoload 'erc-autoaway-mode "erc-autoaway")
8887
8888 ;;;***
8889 \f
8890 ;;;### (autoloads nil "erc-button" "erc/erc-button.el" (22230 48822
8891 ;;;;;; 705219 947000))
8892 ;;; Generated autoloads from erc/erc-button.el
8893 (autoload 'erc-button-mode "erc-button" nil t)
8894
8895 ;;;***
8896 \f
8897 ;;;### (autoloads nil "erc-capab" "erc/erc-capab.el" (22230 48822
8898 ;;;;;; 705219 947000))
8899 ;;; Generated autoloads from erc/erc-capab.el
8900 (autoload 'erc-capab-identify-mode "erc-capab" nil t)
8901
8902 ;;;***
8903 \f
8904 ;;;### (autoloads nil "erc-compat" "erc/erc-compat.el" (22230 48822
8905 ;;;;;; 705219 947000))
8906 ;;; Generated autoloads from erc/erc-compat.el
8907 (autoload 'erc-define-minor-mode "erc-compat")
8908
8909 ;;;***
8910 \f
8911 ;;;### (autoloads nil "erc-dcc" "erc/erc-dcc.el" (22230 48822 706219
8912 ;;;;;; 942000))
8913 ;;; Generated autoloads from erc/erc-dcc.el
8914 (autoload 'erc-dcc-mode "erc-dcc")
8915
8916 (autoload 'erc-cmd-DCC "erc-dcc" "\
8917 Parser for /dcc command.
8918 This figures out the dcc subcommand and calls the appropriate routine to
8919 handle it. The function dispatched should be named \"erc-dcc-do-FOO-command\",
8920 where FOO is one of CLOSE, GET, SEND, LIST, CHAT, etc.
8921
8922 \(fn CMD &rest ARGS)" nil nil)
8923
8924 (autoload 'pcomplete/erc-mode/DCC "erc-dcc" "\
8925 Provides completion for the /DCC command.
8926
8927 \(fn)" nil nil)
8928
8929 (defvar erc-ctcp-query-DCC-hook '(erc-ctcp-query-DCC) "\
8930 Hook variable for CTCP DCC queries.")
8931
8932 (autoload 'erc-ctcp-query-DCC "erc-dcc" "\
8933 The function called when a CTCP DCC request is detected by the client.
8934 It examines the DCC subcommand, and calls the appropriate routine for
8935 that subcommand.
8936
8937 \(fn PROC NICK LOGIN HOST TO QUERY)" nil nil)
8938
8939 ;;;***
8940 \f
8941 ;;;### (autoloads nil "erc-desktop-notifications" "erc/erc-desktop-notifications.el"
8942 ;;;;;; (22230 48822 706219 942000))
8943 ;;; Generated autoloads from erc/erc-desktop-notifications.el
8944 (autoload 'erc-notifications-mode "erc-desktop-notifications" "" t)
8945
8946 ;;;***
8947 \f
8948 ;;;### (autoloads nil "erc-ezbounce" "erc/erc-ezbounce.el" (22230
8949 ;;;;;; 48822 706219 942000))
8950 ;;; Generated autoloads from erc/erc-ezbounce.el
8951
8952 (autoload 'erc-cmd-ezb "erc-ezbounce" "\
8953 Send EZB commands to the EZBouncer verbatim.
8954
8955 \(fn LINE &optional FORCE)" nil nil)
8956
8957 (autoload 'erc-ezb-get-login "erc-ezbounce" "\
8958 Return an appropriate EZBounce login for SERVER and PORT.
8959 Look up entries in `erc-ezb-login-alist'. If the username or password
8960 in the alist is nil, prompt for the appropriate values.
8961
8962 \(fn SERVER PORT)" nil nil)
8963
8964 (autoload 'erc-ezb-lookup-action "erc-ezbounce" "\
8965
8966
8967 \(fn MESSAGE)" nil nil)
8968
8969 (autoload 'erc-ezb-notice-autodetect "erc-ezbounce" "\
8970 React on an EZBounce NOTICE request.
8971
8972 \(fn PROC PARSED)" nil nil)
8973
8974 (autoload 'erc-ezb-identify "erc-ezbounce" "\
8975 Identify to the EZBouncer server.
8976
8977 \(fn MESSAGE)" nil nil)
8978
8979 (autoload 'erc-ezb-init-session-list "erc-ezbounce" "\
8980 Reset the EZBounce session list to nil.
8981
8982 \(fn MESSAGE)" nil nil)
8983
8984 (autoload 'erc-ezb-end-of-session-list "erc-ezbounce" "\
8985 Indicate the end of the EZBounce session listing.
8986
8987 \(fn MESSAGE)" nil nil)
8988
8989 (autoload 'erc-ezb-add-session "erc-ezbounce" "\
8990 Add an EZBounce session to the session list.
8991
8992 \(fn MESSAGE)" nil nil)
8993
8994 (autoload 'erc-ezb-select "erc-ezbounce" "\
8995 Select an IRC server to use by EZBounce, in ERC style.
8996
8997 \(fn MESSAGE)" nil nil)
8998
8999 (autoload 'erc-ezb-select-session "erc-ezbounce" "\
9000 Select a detached EZBounce session.
9001
9002 \(fn)" nil nil)
9003
9004 (autoload 'erc-ezb-initialize "erc-ezbounce" "\
9005 Add EZBouncer convenience functions to ERC.
9006
9007 \(fn)" nil nil)
9008
9009 ;;;***
9010 \f
9011 ;;;### (autoloads nil "erc-fill" "erc/erc-fill.el" (22230 48822 706219
9012 ;;;;;; 942000))
9013 ;;; Generated autoloads from erc/erc-fill.el
9014 (autoload 'erc-fill-mode "erc-fill" nil t)
9015
9016 (autoload 'erc-fill "erc-fill" "\
9017 Fill a region using the function referenced in `erc-fill-function'.
9018 You can put this on `erc-insert-modify-hook' and/or `erc-send-modify-hook'.
9019
9020 \(fn)" nil nil)
9021
9022 ;;;***
9023 \f
9024 ;;;### (autoloads nil "erc-identd" "erc/erc-identd.el" (22230 48822
9025 ;;;;;; 706219 942000))
9026 ;;; Generated autoloads from erc/erc-identd.el
9027 (autoload 'erc-identd-mode "erc-identd")
9028
9029 (autoload 'erc-identd-start "erc-identd" "\
9030 Start an identd server listening to port 8113.
9031 Port 113 (auth) will need to be redirected to port 8113 on your
9032 machine -- using iptables, or a program like redir which can be
9033 run from inetd. The idea is to provide a simple identd server
9034 when you need one, without having to install one globally on your
9035 system.
9036
9037 \(fn &optional PORT)" t nil)
9038
9039 (autoload 'erc-identd-stop "erc-identd" "\
9040
9041
9042 \(fn &rest IGNORE)" t nil)
9043
9044 ;;;***
9045 \f
9046 ;;;### (autoloads nil "erc-imenu" "erc/erc-imenu.el" (22230 48822
9047 ;;;;;; 706219 942000))
9048 ;;; Generated autoloads from erc/erc-imenu.el
9049
9050 (autoload 'erc-create-imenu-index "erc-imenu" "\
9051
9052
9053 \(fn)" nil nil)
9054
9055 ;;;***
9056 \f
9057 ;;;### (autoloads nil "erc-join" "erc/erc-join.el" (22230 48822 706219
9058 ;;;;;; 942000))
9059 ;;; Generated autoloads from erc/erc-join.el
9060 (autoload 'erc-autojoin-mode "erc-join" nil t)
9061
9062 ;;;***
9063 \f
9064 ;;;### (autoloads nil "erc-list" "erc/erc-list.el" (22230 48822 706219
9065 ;;;;;; 942000))
9066 ;;; Generated autoloads from erc/erc-list.el
9067 (autoload 'erc-list-mode "erc-list")
9068
9069 ;;;***
9070 \f
9071 ;;;### (autoloads nil "erc-log" "erc/erc-log.el" (22230 48822 707219
9072 ;;;;;; 938000))
9073 ;;; Generated autoloads from erc/erc-log.el
9074 (autoload 'erc-log-mode "erc-log" nil t)
9075
9076 (autoload 'erc-logging-enabled "erc-log" "\
9077 Return non-nil if logging is enabled for BUFFER.
9078 If BUFFER is nil, the value of `current-buffer' is used.
9079 Logging is enabled if `erc-log-channels-directory' is non-nil, the directory
9080 is writable (it will be created as necessary) and
9081 `erc-enable-logging' returns a non-nil value.
9082
9083 \(fn &optional BUFFER)" nil nil)
9084
9085 (autoload 'erc-save-buffer-in-logs "erc-log" "\
9086 Append BUFFER contents to the log file, if logging is enabled.
9087 If BUFFER is not provided, current buffer is used.
9088 Logging is enabled if `erc-logging-enabled' returns non-nil.
9089
9090 This is normally done on exit, to save the unsaved portion of the
9091 buffer, since only the text that runs off the buffer limit is logged
9092 automatically.
9093
9094 You can save every individual message by putting this function on
9095 `erc-insert-post-hook'.
9096
9097 \(fn &optional BUFFER)" t nil)
9098
9099 ;;;***
9100 \f
9101 ;;;### (autoloads nil "erc-match" "erc/erc-match.el" (22230 48822
9102 ;;;;;; 707219 938000))
9103 ;;; Generated autoloads from erc/erc-match.el
9104 (autoload 'erc-match-mode "erc-match")
9105
9106 (autoload 'erc-add-pal "erc-match" "\
9107 Add pal interactively to `erc-pals'.
9108
9109 \(fn)" t nil)
9110
9111 (autoload 'erc-delete-pal "erc-match" "\
9112 Delete pal interactively to `erc-pals'.
9113
9114 \(fn)" t nil)
9115
9116 (autoload 'erc-add-fool "erc-match" "\
9117 Add fool interactively to `erc-fools'.
9118
9119 \(fn)" t nil)
9120
9121 (autoload 'erc-delete-fool "erc-match" "\
9122 Delete fool interactively to `erc-fools'.
9123
9124 \(fn)" t nil)
9125
9126 (autoload 'erc-add-keyword "erc-match" "\
9127 Add keyword interactively to `erc-keywords'.
9128
9129 \(fn)" t nil)
9130
9131 (autoload 'erc-delete-keyword "erc-match" "\
9132 Delete keyword interactively to `erc-keywords'.
9133
9134 \(fn)" t nil)
9135
9136 (autoload 'erc-add-dangerous-host "erc-match" "\
9137 Add dangerous-host interactively to `erc-dangerous-hosts'.
9138
9139 \(fn)" t nil)
9140
9141 (autoload 'erc-delete-dangerous-host "erc-match" "\
9142 Delete dangerous-host interactively to `erc-dangerous-hosts'.
9143
9144 \(fn)" t nil)
9145
9146 ;;;***
9147 \f
9148 ;;;### (autoloads nil "erc-menu" "erc/erc-menu.el" (22230 48822 707219
9149 ;;;;;; 938000))
9150 ;;; Generated autoloads from erc/erc-menu.el
9151 (autoload 'erc-menu-mode "erc-menu" nil t)
9152
9153 ;;;***
9154 \f
9155 ;;;### (autoloads nil "erc-netsplit" "erc/erc-netsplit.el" (22230
9156 ;;;;;; 48822 707219 938000))
9157 ;;; Generated autoloads from erc/erc-netsplit.el
9158 (autoload 'erc-netsplit-mode "erc-netsplit")
9159
9160 (autoload 'erc-cmd-WHOLEFT "erc-netsplit" "\
9161 Show who's gone.
9162
9163 \(fn)" nil nil)
9164
9165 ;;;***
9166 \f
9167 ;;;### (autoloads nil "erc-networks" "erc/erc-networks.el" (22230
9168 ;;;;;; 48822 707219 938000))
9169 ;;; Generated autoloads from erc/erc-networks.el
9170
9171 (autoload 'erc-determine-network "erc-networks" "\
9172 Return the name of the network or \"Unknown\" as a symbol. Use the
9173 server parameter NETWORK if provided, otherwise parse the server name and
9174 search for a match in `erc-networks-alist'.
9175
9176 \(fn)" nil nil)
9177
9178 (autoload 'erc-server-select "erc-networks" "\
9179 Interactively select a server to connect to using `erc-server-alist'.
9180
9181 \(fn)" t nil)
9182
9183 ;;;***
9184 \f
9185 ;;;### (autoloads nil "erc-notify" "erc/erc-notify.el" (22230 48822
9186 ;;;;;; 707219 938000))
9187 ;;; Generated autoloads from erc/erc-notify.el
9188 (autoload 'erc-notify-mode "erc-notify" nil t)
9189
9190 (autoload 'erc-cmd-NOTIFY "erc-notify" "\
9191 Change `erc-notify-list' or list current notify-list members online.
9192 Without args, list the current list of notified people online,
9193 with args, toggle notify status of people.
9194
9195 \(fn &rest ARGS)" nil nil)
9196
9197 (autoload 'pcomplete/erc-mode/NOTIFY "erc-notify" "\
9198
9199
9200 \(fn)" nil nil)
9201
9202 ;;;***
9203 \f
9204 ;;;### (autoloads nil "erc-page" "erc/erc-page.el" (22230 48822 707219
9205 ;;;;;; 938000))
9206 ;;; Generated autoloads from erc/erc-page.el
9207 (autoload 'erc-page-mode "erc-page")
9208
9209 ;;;***
9210 \f
9211 ;;;### (autoloads nil "erc-pcomplete" "erc/erc-pcomplete.el" (22230
9212 ;;;;;; 48822 707219 938000))
9213 ;;; Generated autoloads from erc/erc-pcomplete.el
9214 (autoload 'erc-completion-mode "erc-pcomplete" nil t)
9215
9216 ;;;***
9217 \f
9218 ;;;### (autoloads nil "erc-replace" "erc/erc-replace.el" (22230 48822
9219 ;;;;;; 707219 938000))
9220 ;;; Generated autoloads from erc/erc-replace.el
9221 (autoload 'erc-replace-mode "erc-replace")
9222
9223 ;;;***
9224 \f
9225 ;;;### (autoloads nil "erc-ring" "erc/erc-ring.el" (22230 48822 707219
9226 ;;;;;; 938000))
9227 ;;; Generated autoloads from erc/erc-ring.el
9228 (autoload 'erc-ring-mode "erc-ring" nil t)
9229
9230 ;;;***
9231 \f
9232 ;;;### (autoloads nil "erc-services" "erc/erc-services.el" (22230
9233 ;;;;;; 48822 708219 933000))
9234 ;;; Generated autoloads from erc/erc-services.el
9235 (autoload 'erc-services-mode "erc-services" nil t)
9236
9237 (autoload 'erc-nickserv-identify-mode "erc-services" "\
9238 Set up hooks according to which MODE the user has chosen.
9239
9240 \(fn MODE)" t nil)
9241
9242 (autoload 'erc-nickserv-identify "erc-services" "\
9243 Send an \"identify <PASSWORD>\" message to NickServ.
9244 When called interactively, read the password using `read-passwd'.
9245
9246 \(fn PASSWORD)" t nil)
9247
9248 ;;;***
9249 \f
9250 ;;;### (autoloads nil "erc-sound" "erc/erc-sound.el" (22230 48822
9251 ;;;;;; 708219 933000))
9252 ;;; Generated autoloads from erc/erc-sound.el
9253 (autoload 'erc-sound-mode "erc-sound")
9254
9255 ;;;***
9256 \f
9257 ;;;### (autoloads nil "erc-speedbar" "erc/erc-speedbar.el" (22230
9258 ;;;;;; 48822 708219 933000))
9259 ;;; Generated autoloads from erc/erc-speedbar.el
9260
9261 (autoload 'erc-speedbar-browser "erc-speedbar" "\
9262 Initialize speedbar to display an ERC browser.
9263 This will add a speedbar major display mode.
9264
9265 \(fn)" t nil)
9266
9267 ;;;***
9268 \f
9269 ;;;### (autoloads nil "erc-spelling" "erc/erc-spelling.el" (22230
9270 ;;;;;; 48822 708219 933000))
9271 ;;; Generated autoloads from erc/erc-spelling.el
9272 (autoload 'erc-spelling-mode "erc-spelling" nil t)
9273
9274 ;;;***
9275 \f
9276 ;;;### (autoloads nil "erc-stamp" "erc/erc-stamp.el" (22230 48822
9277 ;;;;;; 708219 933000))
9278 ;;; Generated autoloads from erc/erc-stamp.el
9279 (autoload 'erc-timestamp-mode "erc-stamp" nil t)
9280
9281 ;;;***
9282 \f
9283 ;;;### (autoloads nil "erc-track" "erc/erc-track.el" (22230 48822
9284 ;;;;;; 708219 933000))
9285 ;;; Generated autoloads from erc/erc-track.el
9286
9287 (defvar erc-track-minor-mode nil "\
9288 Non-nil if Erc-Track minor mode is enabled.
9289 See the command `erc-track-minor-mode' for a description of this minor mode.")
9290
9291 (custom-autoload 'erc-track-minor-mode "erc-track" nil)
9292
9293 (autoload 'erc-track-minor-mode "erc-track" "\
9294 Toggle mode line display of ERC activity (ERC Track minor mode).
9295 With a prefix argument ARG, enable ERC Track minor mode if ARG is
9296 positive, and disable it otherwise. If called from Lisp, enable
9297 the mode if ARG is omitted or nil.
9298
9299 ERC Track minor mode is a global minor mode. It exists for the
9300 sole purpose of providing the C-c C-SPC and C-c C-@ keybindings.
9301 Make sure that you have enabled the track module, otherwise the
9302 keybindings will not do anything useful.
9303
9304 \(fn &optional ARG)" t nil)
9305 (autoload 'erc-track-mode "erc-track" nil t)
9306
9307 ;;;***
9308 \f
9309 ;;;### (autoloads nil "erc-truncate" "erc/erc-truncate.el" (22230
9310 ;;;;;; 48822 708219 933000))
9311 ;;; Generated autoloads from erc/erc-truncate.el
9312 (autoload 'erc-truncate-mode "erc-truncate" nil t)
9313
9314 (autoload 'erc-truncate-buffer-to-size "erc-truncate" "\
9315 Truncates the buffer to the size SIZE.
9316 If BUFFER is not provided, the current buffer is assumed. The deleted
9317 region is logged if `erc-logging-enabled' returns non-nil.
9318
9319 \(fn SIZE &optional BUFFER)" nil nil)
9320
9321 (autoload 'erc-truncate-buffer "erc-truncate" "\
9322 Truncates the current buffer to `erc-max-buffer-size'.
9323 Meant to be used in hooks, like `erc-insert-post-hook'.
9324
9325 \(fn)" t nil)
9326
9327 ;;;***
9328 \f
9329 ;;;### (autoloads nil "erc-xdcc" "erc/erc-xdcc.el" (22230 48822 708219
9330 ;;;;;; 933000))
9331 ;;; Generated autoloads from erc/erc-xdcc.el
9332 (autoload 'erc-xdcc-mode "erc-xdcc")
9333
9334 (autoload 'erc-xdcc-add-file "erc-xdcc" "\
9335 Add a file to `erc-xdcc-files'.
9336
9337 \(fn FILE)" t nil)
9338
9339 ;;;***
9340 \f
9341 ;;;### (autoloads nil "ert" "emacs-lisp/ert.el" (22230 48822 692220
9342 ;;;;;; 5000))
9343 ;;; Generated autoloads from emacs-lisp/ert.el
9344
9345 (autoload 'ert-deftest "ert" "\
9346 Define NAME (a symbol) as a test.
9347
9348 BODY is evaluated as a `progn' when the test is run. It should
9349 signal a condition on failure or just return if the test passes.
9350
9351 `should', `should-not', `should-error' and `skip-unless' are
9352 useful for assertions in BODY.
9353
9354 Use `ert' to run tests interactively.
9355
9356 Tests that are expected to fail can be marked as such
9357 using :expected-result. See `ert-test-result-type-p' for a
9358 description of valid values for RESULT-TYPE.
9359
9360 \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] [:tags \\='(TAG...)] BODY...)" nil t)
9361
9362 (function-put 'ert-deftest 'doc-string-elt '3)
9363
9364 (function-put 'ert-deftest 'lisp-indent-function '2)
9365
9366 (put 'ert-deftest 'lisp-indent-function 2)
9367
9368 (put 'ert-info 'lisp-indent-function 1)
9369
9370 (autoload 'ert-run-tests-batch "ert" "\
9371 Run the tests specified by SELECTOR, printing results to the terminal.
9372
9373 SELECTOR works as described in `ert-select-tests', except if
9374 SELECTOR is nil, in which case all tests rather than none will be
9375 run; this makes the command line \"emacs -batch -l my-tests.el -f
9376 ert-run-tests-batch-and-exit\" useful.
9377
9378 Returns the stats object.
9379
9380 \(fn &optional SELECTOR)" nil nil)
9381
9382 (autoload 'ert-run-tests-batch-and-exit "ert" "\
9383 Like `ert-run-tests-batch', but exits Emacs when done.
9384
9385 The exit status will be 0 if all test results were as expected, 1
9386 on unexpected results, or 2 if the tool detected an error outside
9387 of the tests (e.g. invalid SELECTOR or bug in the code that runs
9388 the tests).
9389
9390 \(fn &optional SELECTOR)" nil nil)
9391
9392 (autoload 'ert-run-tests-interactively "ert" "\
9393 Run the tests specified by SELECTOR and display the results in a buffer.
9394
9395 SELECTOR works as described in `ert-select-tests'.
9396 OUTPUT-BUFFER-NAME and MESSAGE-FN should normally be nil; they
9397 are used for automated self-tests and specify which buffer to use
9398 and how to display message.
9399
9400 \(fn SELECTOR &optional OUTPUT-BUFFER-NAME MESSAGE-FN)" t nil)
9401
9402 (defalias 'ert 'ert-run-tests-interactively)
9403
9404 (autoload 'ert-describe-test "ert" "\
9405 Display the documentation for TEST-OR-TEST-NAME (a symbol or ert-test).
9406
9407 \(fn TEST-OR-TEST-NAME)" t nil)
9408
9409 ;;;***
9410 \f
9411 ;;;### (autoloads nil "ert-x" "emacs-lisp/ert-x.el" (22230 48822
9412 ;;;;;; 691220 10000))
9413 ;;; Generated autoloads from emacs-lisp/ert-x.el
9414
9415 (put 'ert-with-test-buffer 'lisp-indent-function 1)
9416
9417 (autoload 'ert-kill-all-test-buffers "ert-x" "\
9418 Kill all test buffers that are still live.
9419
9420 \(fn)" t nil)
9421
9422 ;;;***
9423 \f
9424 ;;;### (autoloads nil "esh-mode" "eshell/esh-mode.el" (22230 48822
9425 ;;;;;; 712219 915000))
9426 ;;; Generated autoloads from eshell/esh-mode.el
9427
9428 (autoload 'eshell-mode "esh-mode" "\
9429 Emacs shell interactive mode.
9430
9431 \(fn)" t nil)
9432
9433 ;;;***
9434 \f
9435 ;;;### (autoloads nil "eshell" "eshell/eshell.el" (22230 48822 713219
9436 ;;;;;; 910000))
9437 ;;; Generated autoloads from eshell/eshell.el
9438 (push (purecopy '(eshell 2 4 2)) package--builtin-versions)
9439
9440 (autoload 'eshell "eshell" "\
9441 Create an interactive Eshell buffer.
9442 The buffer used for Eshell sessions is determined by the value of
9443 `eshell-buffer-name'. If there is already an Eshell session active in
9444 that buffer, Emacs will simply switch to it. Otherwise, a new session
9445 will begin. A numeric prefix arg (as in `C-u 42 M-x eshell RET')
9446 switches to the session with that number, creating it if necessary. A
9447 nonnumeric prefix arg means to create a new session. Returns the
9448 buffer selected (or created).
9449
9450 \(fn &optional ARG)" t nil)
9451
9452 (autoload 'eshell-command "eshell" "\
9453 Execute the Eshell command string COMMAND.
9454 With prefix ARG, insert output into the current buffer at point.
9455
9456 \(fn &optional COMMAND ARG)" t nil)
9457
9458 (autoload 'eshell-command-result "eshell" "\
9459 Execute the given Eshell COMMAND, and return the result.
9460 The result might be any Lisp object.
9461 If STATUS-VAR is a symbol, it will be set to the exit status of the
9462 command. This is the only way to determine whether the value returned
9463 corresponding to a successful execution.
9464
9465 \(fn COMMAND &optional STATUS-VAR)" nil nil)
9466
9467 (define-obsolete-function-alias 'eshell-report-bug 'report-emacs-bug "23.1")
9468
9469 ;;;***
9470 \f
9471 ;;;### (autoloads nil "etags" "progmodes/etags.el" (22230 48822 878219
9472 ;;;;;; 166000))
9473 ;;; Generated autoloads from progmodes/etags.el
9474
9475 (defvar tags-file-name nil "\
9476 File name of tags table.
9477 To switch to a new tags table, setting this variable is sufficient.
9478 If you set this variable, do not also set `tags-table-list'.
9479 Use the `etags' program to make a tags table file.")
9480 (put 'tags-file-name 'variable-interactive (purecopy "fVisit tags table: "))
9481 (put 'tags-file-name 'safe-local-variable 'stringp)
9482
9483 (defvar tags-case-fold-search 'default "\
9484 Whether tags operations should be case-sensitive.
9485 A value of t means case-insensitive, a value of nil means case-sensitive.
9486 Any other value means use the setting of `case-fold-search'.")
9487
9488 (custom-autoload 'tags-case-fold-search "etags" t)
9489
9490 (defvar tags-table-list nil "\
9491 List of file names of tags tables to search.
9492 An element that is a directory means the file \"TAGS\" in that directory.
9493 To switch to a new list of tags tables, setting this variable is sufficient.
9494 If you set this variable, do not also set `tags-file-name'.
9495 Use the `etags' program to make a tags table file.")
9496
9497 (custom-autoload 'tags-table-list "etags" t)
9498
9499 (defvar tags-compression-info-list (purecopy '("" ".Z" ".bz2" ".gz" ".xz" ".tgz")) "\
9500 List of extensions tried by etags when `auto-compression-mode' is on.
9501 An empty string means search the non-compressed file.")
9502
9503 (custom-autoload 'tags-compression-info-list "etags" t)
9504
9505 (defvar tags-add-tables 'ask-user "\
9506 Control whether to add a new tags table to the current list.
9507 t means do; nil means don't (always start a new list).
9508 Any other value means ask the user whether to add a new tags table
9509 to the current list (as opposed to starting a new list).")
9510
9511 (custom-autoload 'tags-add-tables "etags" t)
9512
9513 (defvar find-tag-hook nil "\
9514 Hook to be run by \\[find-tag] after finding a tag. See `run-hooks'.
9515 The value in the buffer in which \\[find-tag] is done is used,
9516 not the value in the buffer \\[find-tag] goes to.")
9517
9518 (custom-autoload 'find-tag-hook "etags" t)
9519
9520 (defvar find-tag-default-function nil "\
9521 A function of no arguments used by \\[find-tag] to pick a default tag.
9522 If nil, and the symbol that is the value of `major-mode'
9523 has a `find-tag-default-function' property (see `put'), that is used.
9524 Otherwise, `find-tag-default' is used.")
9525
9526 (custom-autoload 'find-tag-default-function "etags" t)
9527
9528 (autoload 'tags-table-mode "etags" "\
9529 Major mode for tags table file buffers.
9530
9531 \(fn)" t nil)
9532
9533 (autoload 'visit-tags-table "etags" "\
9534 Tell tags commands to use tags table file FILE.
9535 FILE should be the name of a file created with the `etags' program.
9536 A directory name is ok too; it means file TAGS in that directory.
9537
9538 Normally \\[visit-tags-table] sets the global value of `tags-file-name'.
9539 With a prefix arg, set the buffer-local value instead.
9540 When you find a tag with \\[find-tag], the buffer it finds the tag
9541 in is given a local value of this variable which is the name of the tags
9542 file the tag was in.
9543
9544 \(fn FILE &optional LOCAL)" t nil)
9545
9546 (autoload 'visit-tags-table-buffer "etags" "\
9547 Select the buffer containing the current tags table.
9548 If optional arg is a string, visit that file as a tags table.
9549 If optional arg is t, visit the next table in `tags-table-list'.
9550 If optional arg is the atom `same', don't look for a new table;
9551 just select the buffer visiting `tags-file-name'.
9552 If arg is nil or absent, choose a first buffer from information in
9553 `tags-file-name', `tags-table-list', `tags-table-list-pointer'.
9554 Returns t if it visits a tags table, or nil if there are no more in the list.
9555
9556 \(fn &optional CONT)" nil nil)
9557
9558 (autoload 'tags-table-files "etags" "\
9559 Return a list of files in the current tags table.
9560 Assumes the tags table is the current buffer. The file names are returned
9561 as they appeared in the `etags' command that created the table, usually
9562 without directory names.
9563
9564 \(fn)" nil nil)
9565
9566 (autoload 'tags-lazy-completion-table "etags" "\
9567
9568
9569 \(fn)" nil nil)
9570 (defun tags-completion-at-point-function ()
9571 (if (or tags-table-list tags-file-name)
9572 (progn
9573 (load "etags")
9574 (tags-completion-at-point-function))))
9575
9576 (autoload 'find-tag-noselect "etags" "\
9577 Find tag (in current tags table) whose name contains TAGNAME.
9578 Returns the buffer containing the tag's definition and moves its point there,
9579 but does not select the buffer.
9580 The default for TAGNAME is the expression in the buffer near point.
9581
9582 If second arg NEXT-P is t (interactively, with prefix arg), search for
9583 another tag that matches the last tagname or regexp used. When there are
9584 multiple matches for a tag, more exact matches are found first. If NEXT-P
9585 is the atom `-' (interactively, with prefix arg that is a negative number
9586 or just \\[negative-argument]), pop back to the previous tag gone to.
9587
9588 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9589
9590 A marker representing the point when this command is invoked is pushed
9591 onto a ring and may be popped back to with \\[pop-tag-mark].
9592 Contrast this with the ring of marks gone to by the command.
9593
9594 See documentation of variable `tags-file-name'.
9595
9596 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9597
9598 (autoload 'find-tag "etags" "\
9599 Find tag (in current tags table) whose name contains TAGNAME.
9600 Select the buffer containing the tag's definition, and move point there.
9601 The default for TAGNAME is the expression in the buffer around or before point.
9602
9603 If second arg NEXT-P is t (interactively, with prefix arg), search for
9604 another tag that matches the last tagname or regexp used. When there are
9605 multiple matches for a tag, more exact matches are found first. If NEXT-P
9606 is the atom `-' (interactively, with prefix arg that is a negative number
9607 or just \\[negative-argument]), pop back to the previous tag gone to.
9608
9609 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9610
9611 A marker representing the point when this command is invoked is pushed
9612 onto a ring and may be popped back to with \\[pop-tag-mark].
9613 Contrast this with the ring of marks gone to by the command.
9614
9615 See documentation of variable `tags-file-name'.
9616
9617 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9618
9619 (make-obsolete 'find-tag 'xref-find-definitions '"25.1")
9620
9621 (autoload 'find-tag-other-window "etags" "\
9622 Find tag (in current tags table) whose name contains TAGNAME.
9623 Select the buffer containing the tag's definition in another window, and
9624 move point there. The default for TAGNAME is the expression in the buffer
9625 around or before point.
9626
9627 If second arg NEXT-P is t (interactively, with prefix arg), search for
9628 another tag that matches the last tagname or regexp used. When there are
9629 multiple matches for a tag, more exact matches are found first. If NEXT-P
9630 is negative (interactively, with prefix arg that is a negative number or
9631 just \\[negative-argument]), pop back to the previous tag gone to.
9632
9633 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9634
9635 A marker representing the point when this command is invoked is pushed
9636 onto a ring and may be popped back to with \\[pop-tag-mark].
9637 Contrast this with the ring of marks gone to by the command.
9638
9639 See documentation of variable `tags-file-name'.
9640
9641 \(fn TAGNAME &optional NEXT-P REGEXP-P)" t nil)
9642
9643 (make-obsolete 'find-tag-other-window 'xref-find-definitions-other-window '"25.1")
9644
9645 (autoload 'find-tag-other-frame "etags" "\
9646 Find tag (in current tags table) whose name contains TAGNAME.
9647 Select the buffer containing the tag's definition in another frame, and
9648 move point there. The default for TAGNAME is the expression in the buffer
9649 around or before point.
9650
9651 If second arg NEXT-P is t (interactively, with prefix arg), search for
9652 another tag that matches the last tagname or regexp used. When there are
9653 multiple matches for a tag, more exact matches are found first. If NEXT-P
9654 is negative (interactively, with prefix arg that is a negative number or
9655 just \\[negative-argument]), pop back to the previous tag gone to.
9656
9657 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
9658
9659 A marker representing the point when this command is invoked is pushed
9660 onto a ring and may be popped back to with \\[pop-tag-mark].
9661 Contrast this with the ring of marks gone to by the command.
9662
9663 See documentation of variable `tags-file-name'.
9664
9665 \(fn TAGNAME &optional NEXT-P)" t nil)
9666
9667 (make-obsolete 'find-tag-other-frame 'xref-find-definitions-other-frame '"25.1")
9668
9669 (autoload 'find-tag-regexp "etags" "\
9670 Find tag (in current tags table) whose name matches REGEXP.
9671 Select the buffer containing the tag's definition and move point there.
9672
9673 If second arg NEXT-P is t (interactively, with prefix arg), search for
9674 another tag that matches the last tagname or regexp used. When there are
9675 multiple matches for a tag, more exact matches are found first. If NEXT-P
9676 is negative (interactively, with prefix arg that is a negative number or
9677 just \\[negative-argument]), pop back to the previous tag gone to.
9678
9679 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
9680
9681 A marker representing the point when this command is invoked is pushed
9682 onto a ring and may be popped back to with \\[pop-tag-mark].
9683 Contrast this with the ring of marks gone to by the command.
9684
9685 See documentation of variable `tags-file-name'.
9686
9687 \(fn REGEXP &optional NEXT-P OTHER-WINDOW)" t nil)
9688
9689 (make-obsolete 'find-tag-regexp 'xref-find-apropos '"25.1")
9690
9691 (defalias 'pop-tag-mark 'xref-pop-marker-stack)
9692
9693 (autoload 'next-file "etags" "\
9694 Select next file among files in current tags table.
9695
9696 A first argument of t (prefix arg, if interactive) initializes to the
9697 beginning of the list of files in the tags table. If the argument is
9698 neither nil nor t, it is evalled to initialize the list of files.
9699
9700 Non-nil second argument NOVISIT means use a temporary buffer
9701 to save time and avoid uninteresting warnings.
9702
9703 Value is nil if the file was already visited;
9704 if the file was newly read in, the value is the filename.
9705
9706 \(fn &optional INITIALIZE NOVISIT)" t nil)
9707
9708 (autoload 'tags-loop-continue "etags" "\
9709 Continue last \\[tags-search] or \\[tags-query-replace] command.
9710 Used noninteractively with non-nil argument to begin such a command (the
9711 argument is passed to `next-file', which see).
9712
9713 Two variables control the processing we do on each file: the value of
9714 `tags-loop-scan' is a form to be executed on each file to see if it is
9715 interesting (it returns non-nil if so) and `tags-loop-operate' is a form to
9716 evaluate to operate on an interesting file. If the latter evaluates to
9717 nil, we exit; otherwise we scan the next file.
9718
9719 \(fn &optional FIRST-TIME)" t nil)
9720
9721 (autoload 'tags-search "etags" "\
9722 Search through all files listed in tags table for match for REGEXP.
9723 Stops when a match is found.
9724 To continue searching for next match, use command \\[tags-loop-continue].
9725
9726 If FILE-LIST-FORM is non-nil, it should be a form that, when
9727 evaluated, will return a list of file names. The search will be
9728 restricted to these files.
9729
9730 Also see the documentation of the `tags-file-name' variable.
9731
9732 \(fn REGEXP &optional FILE-LIST-FORM)" t nil)
9733
9734 (autoload 'tags-query-replace "etags" "\
9735 Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
9736 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
9737 If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
9738 with the command \\[tags-loop-continue].
9739 Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
9740 Fifth and sixth arguments START and END are accepted, for compatibility
9741 with `query-replace-regexp', and ignored.
9742
9743 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
9744 produce the list of files to search.
9745
9746 See also the documentation of the variable `tags-file-name'.
9747
9748 \(fn FROM TO &optional DELIMITED FILE-LIST-FORM)" t nil)
9749
9750 (autoload 'list-tags "etags" "\
9751 Display list of tags in file FILE.
9752 This searches only the first table in the list, and no included tables.
9753 FILE should be as it appeared in the `etags' command, usually without a
9754 directory specification.
9755
9756 \(fn FILE &optional NEXT-MATCH)" t nil)
9757
9758 (autoload 'tags-apropos "etags" "\
9759 Display list of all tags in tags table REGEXP matches.
9760
9761 \(fn REGEXP)" t nil)
9762
9763 (make-obsolete 'tags-apropos 'xref-find-apropos '"25.1")
9764
9765 (autoload 'select-tags-table "etags" "\
9766 Select a tags table file from a menu of those you have already used.
9767 The list of tags tables to select from is stored in `tags-table-set-list';
9768 see the doc of that variable if you want to add names to the list.
9769
9770 \(fn)" t nil)
9771
9772 (autoload 'complete-tag "etags" "\
9773 Perform tags completion on the text around point.
9774 Completes to the set of names listed in the current tags table.
9775 The string to complete is chosen in the same way as the default
9776 for \\[find-tag] (which see).
9777
9778 \(fn)" t nil)
9779
9780 (autoload 'etags--xref-backend "etags" "\
9781
9782
9783 \(fn)" nil nil)
9784
9785 ;;;***
9786 \f
9787 ;;;### (autoloads nil "ethio-util" "language/ethio-util.el" (22230
9788 ;;;;;; 48822 770219 653000))
9789 ;;; Generated autoloads from language/ethio-util.el
9790
9791 (autoload 'setup-ethiopic-environment-internal "ethio-util" "\
9792
9793
9794 \(fn)" nil nil)
9795
9796 (autoload 'ethio-sera-to-fidel-buffer "ethio-util" "\
9797 Convert the current buffer from SERA to FIDEL.
9798
9799 The variable `ethio-primary-language' specifies the primary
9800 language and `ethio-secondary-language' specifies the secondary.
9801
9802 If the 1st optional argument SECONDARY is non-nil, assume the
9803 buffer begins with the secondary language; otherwise with the
9804 primary language.
9805
9806 If the 2nd optional argument FORCE is non-nil, perform conversion
9807 even if the buffer is read-only.
9808
9809 See also the descriptions of the variables
9810 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9811
9812 \(fn &optional SECONDARY FORCE)" t nil)
9813
9814 (autoload 'ethio-sera-to-fidel-region "ethio-util" "\
9815 Convert the characters in region from SERA to FIDEL.
9816
9817 The variable `ethio-primary-language' specifies the primary
9818 language and `ethio-secondary-language' specifies the secondary.
9819
9820 If the 3rd argument SECONDARY is given and non-nil, assume the
9821 region begins with the secondary language; otherwise with the
9822 primary language.
9823
9824 If the 4th argument FORCE is given and non-nil, perform
9825 conversion even if the buffer is read-only.
9826
9827 See also the descriptions of the variables
9828 `ethio-use-colon-for-colon' and `ethio-use-three-dot-question'.
9829
9830 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9831
9832 (autoload 'ethio-sera-to-fidel-marker "ethio-util" "\
9833 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from SERA to FIDEL.
9834 Assume that each region begins with `ethio-primary-language'.
9835 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9836
9837 \(fn &optional FORCE)" t nil)
9838
9839 (autoload 'ethio-fidel-to-sera-buffer "ethio-util" "\
9840 Replace all the FIDEL characters in the current buffer to the SERA format.
9841 The variable `ethio-primary-language' specifies the primary
9842 language and `ethio-secondary-language' specifies the secondary.
9843
9844 If the 1st optional argument SECONDARY is non-nil, try to convert the
9845 region so that it begins with the secondary language; otherwise with the
9846 primary language.
9847
9848 If the 2nd optional argument FORCE is non-nil, convert even if the
9849 buffer is read-only.
9850
9851 See also the descriptions of the variables
9852 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9853 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9854
9855 \(fn &optional SECONDARY FORCE)" t nil)
9856
9857 (autoload 'ethio-fidel-to-sera-region "ethio-util" "\
9858 Replace all the FIDEL characters in the region to the SERA format.
9859
9860 The variable `ethio-primary-language' specifies the primary
9861 language and `ethio-secondary-language' specifies the secondary.
9862
9863 If the 3rd argument SECONDARY is given and non-nil, convert
9864 the region so that it begins with the secondary language; otherwise with
9865 the primary language.
9866
9867 If the 4th argument FORCE is given and non-nil, convert even if the
9868 buffer is read-only.
9869
9870 See also the descriptions of the variables
9871 `ethio-use-colon-for-colon', `ethio-use-three-dot-question',
9872 `ethio-quote-vowel-always' and `ethio-numeric-reduction'.
9873
9874 \(fn BEGIN END &optional SECONDARY FORCE)" t nil)
9875
9876 (autoload 'ethio-fidel-to-sera-marker "ethio-util" "\
9877 Convert the regions surrounded by \"<sera>\" and \"</sera>\" from FIDEL to SERA.
9878 The markers \"<sera>\" and \"</sera>\" themselves are not deleted.
9879
9880 \(fn &optional FORCE)" t nil)
9881
9882 (autoload 'ethio-modify-vowel "ethio-util" "\
9883 Modify the vowel of the FIDEL that is under the cursor.
9884
9885 \(fn)" t nil)
9886
9887 (autoload 'ethio-replace-space "ethio-util" "\
9888 Replace ASCII spaces with Ethiopic word separators in the region.
9889
9890 In the specified region, replace word separators surrounded by two
9891 Ethiopic characters, depending on the first argument CH, which should
9892 be 1, 2, or 3.
9893
9894 If CH = 1, word separator will be replaced with an ASCII space.
9895 If CH = 2, with two ASCII spaces.
9896 If CH = 3, with the Ethiopic colon-like word separator.
9897
9898 The 2nd and 3rd arguments BEGIN and END specify the region.
9899
9900 \(fn CH BEGIN END)" t nil)
9901
9902 (autoload 'ethio-input-special-character "ethio-util" "\
9903 This function is deprecated.
9904
9905 \(fn ARG)" t nil)
9906
9907 (autoload 'ethio-fidel-to-tex-buffer "ethio-util" "\
9908 Convert each fidel characters in the current buffer into a fidel-tex command.
9909
9910 \(fn)" t nil)
9911
9912 (autoload 'ethio-tex-to-fidel-buffer "ethio-util" "\
9913 Convert fidel-tex commands in the current buffer into fidel chars.
9914
9915 \(fn)" t nil)
9916
9917 (autoload 'ethio-fidel-to-java-buffer "ethio-util" "\
9918 Convert Ethiopic characters into the Java escape sequences.
9919
9920 Each escape sequence is of the form \\uXXXX, where XXXX is the
9921 character's codepoint (in hex) in Unicode.
9922
9923 If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
9924 Otherwise, [0-9A-F].
9925
9926 \(fn)" nil nil)
9927
9928 (autoload 'ethio-java-to-fidel-buffer "ethio-util" "\
9929 Convert the Java escape sequences into corresponding Ethiopic characters.
9930
9931 \(fn)" nil nil)
9932
9933 (autoload 'ethio-find-file "ethio-util" "\
9934 Transliterate file content into Ethiopic depending on filename suffix.
9935
9936 \(fn)" nil nil)
9937
9938 (autoload 'ethio-write-file "ethio-util" "\
9939 Transliterate Ethiopic characters in ASCII depending on the file extension.
9940
9941 \(fn)" nil nil)
9942
9943 (autoload 'ethio-insert-ethio-space "ethio-util" "\
9944 Insert the Ethiopic word delimiter (the colon-like character).
9945 With ARG, insert that many delimiters.
9946
9947 \(fn ARG)" t nil)
9948
9949 (autoload 'ethio-composition-function "ethio-util" "\
9950
9951
9952 \(fn POS TO FONT-OBJECT STRING)" nil nil)
9953
9954 ;;;***
9955 \f
9956 ;;;### (autoloads nil "eudc" "net/eudc.el" (22230 48822 807219 486000))
9957 ;;; Generated autoloads from net/eudc.el
9958
9959 (autoload 'eudc-set-server "eudc" "\
9960 Set the directory server to SERVER using PROTOCOL.
9961 Unless NO-SAVE is non-nil, the server is saved as the default
9962 server for future sessions.
9963
9964 \(fn SERVER PROTOCOL &optional NO-SAVE)" t nil)
9965
9966 (autoload 'eudc-get-email "eudc" "\
9967 Get the email field of NAME from the directory server.
9968 If ERROR is non-nil, report an error if there is none.
9969
9970 \(fn NAME &optional ERROR)" t nil)
9971
9972 (autoload 'eudc-get-phone "eudc" "\
9973 Get the phone field of NAME from the directory server.
9974 If ERROR is non-nil, report an error if there is none.
9975
9976 \(fn NAME &optional ERROR)" t nil)
9977
9978 (autoload 'eudc-expand-inline "eudc" "\
9979 Query the directory server, and expand the query string before point.
9980 The query string consists of the buffer substring from the point back to
9981 the preceding comma, colon or beginning of line.
9982 The variable `eudc-inline-query-format' controls how to associate the
9983 individual inline query words with directory attribute names.
9984 After querying the server for the given string, the expansion specified by
9985 `eudc-inline-expansion-format' is inserted in the buffer at point.
9986 If REPLACE is non-nil, then this expansion replaces the name in the buffer.
9987 `eudc-expansion-overwrites-query' being non-nil inverts the meaning of REPLACE.
9988 Multiple servers can be tried with the same query until one finds a match,
9989 see `eudc-inline-expansion-servers'
9990
9991 \(fn &optional REPLACE)" t nil)
9992
9993 (autoload 'eudc-query-form "eudc" "\
9994 Display a form to query the directory server.
9995 If given a non-nil argument GET-FIELDS-FROM-SERVER, the function first
9996 queries the server for the existing fields and displays a corresponding form.
9997
9998 \(fn &optional GET-FIELDS-FROM-SERVER)" t nil)
9999
10000 (autoload 'eudc-load-eudc "eudc" "\
10001 Load the Emacs Unified Directory Client.
10002 This does nothing except loading eudc by autoload side-effect.
10003
10004 \(fn)" t nil)
10005
10006 (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)))))))))))
10007
10008 ;;;***
10009 \f
10010 ;;;### (autoloads nil "eudc-bob" "net/eudc-bob.el" (22230 48822 806219
10011 ;;;;;; 491000))
10012 ;;; Generated autoloads from net/eudc-bob.el
10013
10014 (autoload 'eudc-display-generic-binary "eudc-bob" "\
10015 Display a button for unidentified binary DATA.
10016
10017 \(fn DATA)" nil nil)
10018
10019 (autoload 'eudc-display-url "eudc-bob" "\
10020 Display URL and make it clickable.
10021
10022 \(fn URL)" nil nil)
10023
10024 (autoload 'eudc-display-mail "eudc-bob" "\
10025 Display e-mail address and make it clickable.
10026
10027 \(fn MAIL)" nil nil)
10028
10029 (autoload 'eudc-display-sound "eudc-bob" "\
10030 Display a button to play the sound DATA.
10031
10032 \(fn DATA)" nil nil)
10033
10034 (autoload 'eudc-display-jpeg-inline "eudc-bob" "\
10035 Display the JPEG DATA inline at point if possible.
10036
10037 \(fn DATA)" nil nil)
10038
10039 (autoload 'eudc-display-jpeg-as-button "eudc-bob" "\
10040 Display a button for the JPEG DATA.
10041
10042 \(fn DATA)" nil nil)
10043
10044 ;;;***
10045 \f
10046 ;;;### (autoloads nil "eudc-export" "net/eudc-export.el" (22230 48822
10047 ;;;;;; 806219 491000))
10048 ;;; Generated autoloads from net/eudc-export.el
10049
10050 (autoload 'eudc-insert-record-at-point-into-bbdb "eudc-export" "\
10051 Insert record at point into the BBDB database.
10052 This function can only be called from a directory query result buffer.
10053
10054 \(fn)" t nil)
10055
10056 (autoload 'eudc-try-bbdb-insert "eudc-export" "\
10057 Call `eudc-insert-record-at-point-into-bbdb' if on a record.
10058
10059 \(fn)" t nil)
10060
10061 ;;;***
10062 \f
10063 ;;;### (autoloads nil "eudc-hotlist" "net/eudc-hotlist.el" (22230
10064 ;;;;;; 48822 806219 491000))
10065 ;;; Generated autoloads from net/eudc-hotlist.el
10066
10067 (autoload 'eudc-edit-hotlist "eudc-hotlist" "\
10068 Edit the hotlist of directory servers in a specialized buffer.
10069
10070 \(fn)" t nil)
10071
10072 ;;;***
10073 \f
10074 ;;;### (autoloads nil "ewoc" "emacs-lisp/ewoc.el" (22230 48822 692220
10075 ;;;;;; 5000))
10076 ;;; Generated autoloads from emacs-lisp/ewoc.el
10077
10078 (autoload 'ewoc-create "ewoc" "\
10079 Create an empty ewoc.
10080
10081 The ewoc will be inserted in the current buffer at the current position.
10082
10083 PRETTY-PRINTER should be a function that takes one argument, an
10084 element, and inserts a string representing it in the buffer (at
10085 point). The string PRETTY-PRINTER inserts may be empty or span
10086 several lines. The PRETTY-PRINTER should use `insert', and not
10087 `insert-before-markers'.
10088
10089 Optional second and third arguments HEADER and FOOTER are strings,
10090 possibly empty, that will always be present at the top and bottom,
10091 respectively, of the ewoc.
10092
10093 Normally, a newline is automatically inserted after the header,
10094 the footer and every node's printed representation. Optional
10095 fourth arg NOSEP non-nil inhibits this.
10096
10097 \(fn PRETTY-PRINTER &optional HEADER FOOTER NOSEP)" nil nil)
10098
10099 ;;;***
10100 \f
10101 ;;;### (autoloads nil "eww" "net/eww.el" (22230 48822 807219 486000))
10102 ;;; Generated autoloads from net/eww.el
10103
10104 (defvar eww-suggest-uris '(eww-links-at-point url-get-url-at-point eww-current-url) "\
10105 List of functions called to form the list of default URIs for `eww'.
10106 Each of the elements is a function returning either a string or a list
10107 of strings. The results will be joined into a single list with
10108 duplicate entries (if any) removed.")
10109
10110 (custom-autoload 'eww-suggest-uris "eww" t)
10111
10112 (autoload 'eww "eww" "\
10113 Fetch URL and render the page.
10114 If the input doesn't look like an URL or a domain name, the
10115 word(s) will be searched for via `eww-search-prefix'.
10116
10117 \(fn URL)" t nil)
10118 (defalias 'browse-web 'eww)
10119
10120 (autoload 'eww-open-file "eww" "\
10121 Render FILE using EWW.
10122
10123 \(fn FILE)" t nil)
10124
10125 (autoload 'eww-search-words "eww" "\
10126 Search the web for the text between BEG and END.
10127 See the `eww-search-prefix' variable for the search engine used.
10128
10129 \(fn &optional BEG END)" t nil)
10130
10131 (autoload 'eww-mode "eww" "\
10132 Mode for browsing the web.
10133
10134 \(fn)" t nil)
10135
10136 (autoload 'eww-browse-url "eww" "\
10137
10138
10139 \(fn URL &optional NEW-WINDOW)" nil nil)
10140
10141 (autoload 'eww-list-bookmarks "eww" "\
10142 Display the bookmarks.
10143
10144 \(fn)" t nil)
10145
10146 ;;;***
10147 \f
10148 ;;;### (autoloads nil "executable" "progmodes/executable.el" (22230
10149 ;;;;;; 48822 879219 161000))
10150 ;;; Generated autoloads from progmodes/executable.el
10151
10152 (autoload 'executable-command-find-posix-p "executable" "\
10153 Check if PROGRAM handles arguments Posix-style.
10154 If PROGRAM is non-nil, use that instead of \"find\".
10155
10156 \(fn &optional PROGRAM)" nil nil)
10157
10158 (autoload 'executable-interpret "executable" "\
10159 Run script with user-specified args, and collect output in a buffer.
10160 While script runs asynchronously, you can use the \\[next-error]
10161 command to find the next error. The buffer is also in `comint-mode' and
10162 `compilation-shell-minor-mode', so that you can answer any prompts.
10163
10164 \(fn COMMAND)" t nil)
10165
10166 (autoload 'executable-set-magic "executable" "\
10167 Set this buffer's interpreter to INTERPRETER with optional ARGUMENT.
10168 The variables `executable-magicless-file-regexp', `executable-prefix',
10169 `executable-insert', `executable-query' and `executable-chmod' control
10170 when and how magic numbers are inserted or replaced and scripts made
10171 executable.
10172
10173 \(fn INTERPRETER &optional ARGUMENT NO-QUERY-FLAG INSERT-FLAG)" t nil)
10174
10175 (autoload 'executable-make-buffer-file-executable-if-script-p "executable" "\
10176 Make file executable according to umask if not already executable.
10177 If file already has any execute bits set at all, do not change existing
10178 file modes.
10179
10180 \(fn)" nil nil)
10181
10182 ;;;***
10183 \f
10184 ;;;### (autoloads nil "expand" "expand.el" (22230 48822 713219 910000))
10185 ;;; Generated autoloads from expand.el
10186
10187 (autoload 'expand-add-abbrevs "expand" "\
10188 Add a list of abbreviations to abbrev table TABLE.
10189 ABBREVS is a list of abbrev definitions; each abbrev description entry
10190 has the form (ABBREV EXPANSION ARG).
10191
10192 ABBREV is the abbreviation to replace.
10193
10194 EXPANSION is the replacement string or a function which will make the
10195 expansion. For example, you could use the DMacros or skeleton packages
10196 to generate such functions.
10197
10198 ARG is an optional argument which can be a number or a list of
10199 numbers. If ARG is a number, point is placed ARG chars from the
10200 beginning of the expanded text.
10201
10202 If ARG is a list of numbers, point is placed according to the first
10203 member of the list, but you can visit the other specified positions
10204 cyclically with the functions `expand-jump-to-previous-slot' and
10205 `expand-jump-to-next-slot'.
10206
10207 If ARG is omitted, point is placed at the end of the expanded text.
10208
10209 \(fn TABLE ABBREVS)" nil nil)
10210
10211 (autoload 'expand-abbrev-hook "expand" "\
10212 Abbrev hook used to do the expansion job of expand abbrevs.
10213 See `expand-add-abbrevs'. Value is non-nil if expansion was done.
10214
10215 \(fn)" nil nil)
10216
10217 (autoload 'expand-jump-to-previous-slot "expand" "\
10218 Move the cursor to the previous slot in the last abbrev expansion.
10219 This is used only in conjunction with `expand-add-abbrevs'.
10220
10221 \(fn)" t nil)
10222
10223 (autoload 'expand-jump-to-next-slot "expand" "\
10224 Move the cursor to the next slot in the last abbrev expansion.
10225 This is used only in conjunction with `expand-add-abbrevs'.
10226
10227 \(fn)" t nil)
10228 (define-key abbrev-map "p" 'expand-jump-to-previous-slot)
10229 (define-key abbrev-map "n" 'expand-jump-to-next-slot)
10230
10231 ;;;***
10232 \f
10233 ;;;### (autoloads nil "f90" "progmodes/f90.el" (22230 48822 879219
10234 ;;;;;; 161000))
10235 ;;; Generated autoloads from progmodes/f90.el
10236
10237 (autoload 'f90-mode "f90" "\
10238 Major mode for editing Fortran 90,95 code in free format.
10239 For fixed format code, use `fortran-mode'.
10240
10241 \\[f90-indent-line] indents the current line.
10242 \\[f90-indent-new-line] indents current line and creates a new indented line.
10243 \\[f90-indent-subprogram] indents the current subprogram.
10244
10245 Type \\=`? or \\=`\\[help-command] to display a list of built-in abbrevs for F90 keywords.
10246
10247 Key definitions:
10248 \\{f90-mode-map}
10249
10250 Variables controlling indentation style and extra features:
10251
10252 `f90-do-indent'
10253 Extra indentation within do blocks (default 3).
10254 `f90-if-indent'
10255 Extra indentation within if/select/where/forall blocks (default 3).
10256 `f90-type-indent'
10257 Extra indentation within type/enum/interface/block-data blocks (default 3).
10258 `f90-program-indent'
10259 Extra indentation within program/module/subroutine/function blocks
10260 (default 2).
10261 `f90-associate-indent'
10262 Extra indentation within associate blocks (default 2).
10263 `f90-critical-indent'
10264 Extra indentation within critical/block blocks (default 2).
10265 `f90-continuation-indent'
10266 Extra indentation applied to continuation lines (default 5).
10267 `f90-comment-region'
10268 String inserted by function \\[f90-comment-region] at start of each
10269 line in region (default \"!!!$\").
10270 `f90-indented-comment-re'
10271 Regexp determining the type of comment to be intended like code
10272 (default \"!\").
10273 `f90-directive-comment-re'
10274 Regexp of comment-like directive like \"!HPF\\\\$\", not to be indented
10275 (default \"!hpf\\\\$\").
10276 `f90-break-delimiters'
10277 Regexp holding list of delimiters at which lines may be broken
10278 (default \"[-+*/><=,% \\t]\").
10279 `f90-break-before-delimiters'
10280 Non-nil causes `f90-do-auto-fill' to break lines before delimiters
10281 (default t).
10282 `f90-beginning-ampersand'
10283 Automatic insertion of `&' at beginning of continuation lines (default t).
10284 `f90-smart-end'
10285 From an END statement, check and fill the end using matching block start.
10286 Allowed values are `blink', `no-blink', and nil, which determine
10287 whether to blink the matching beginning (default `blink').
10288 `f90-auto-keyword-case'
10289 Automatic change of case of keywords (default nil).
10290 The possibilities are `downcase-word', `upcase-word', `capitalize-word'.
10291 `f90-leave-line-no'
10292 Do not left-justify line numbers (default nil).
10293
10294 Turning on F90 mode calls the value of the variable `f90-mode-hook'
10295 with no args, if that value is non-nil.
10296
10297 \(fn)" t nil)
10298
10299 ;;;***
10300 \f
10301 ;;;### (autoloads nil "face-remap" "face-remap.el" (22230 48822 713219
10302 ;;;;;; 910000))
10303 ;;; Generated autoloads from face-remap.el
10304
10305 (autoload 'face-remap-add-relative "face-remap" "\
10306 Add a face remapping entry of FACE to SPECS in the current buffer.
10307 Return a cookie which can be used to delete this remapping with
10308 `face-remap-remove-relative'.
10309
10310 The remaining arguments, SPECS, should form a list of faces.
10311 Each list element should be either a face name or a property list
10312 of face attribute/value pairs. If more than one face is listed,
10313 that specifies an aggregate face, in the same way as in a `face'
10314 text property, except for possible priority changes noted below.
10315
10316 The face remapping specified by SPECS takes effect alongside the
10317 remappings from other calls to `face-remap-add-relative' for the
10318 same FACE, as well as the normal definition of FACE (at lowest
10319 priority). This function tries to sort multiple remappings for
10320 the same face, so that remappings specifying relative face
10321 attributes are applied after remappings specifying absolute face
10322 attributes.
10323
10324 The base (lowest priority) remapping may be set to something
10325 other than the normal definition of FACE via `face-remap-set-base'.
10326
10327 \(fn FACE &rest SPECS)" nil nil)
10328
10329 (autoload 'face-remap-reset-base "face-remap" "\
10330 Set the base remapping of FACE to the normal definition of FACE.
10331 This causes the remappings specified by `face-remap-add-relative'
10332 to apply on top of the normal definition of FACE.
10333
10334 \(fn FACE)" nil nil)
10335
10336 (autoload 'face-remap-set-base "face-remap" "\
10337 Set the base remapping of FACE in the current buffer to SPECS.
10338 This causes the remappings specified by `face-remap-add-relative'
10339 to apply on top of the face specification given by SPECS.
10340
10341 The remaining arguments, SPECS, should form a list of faces.
10342 Each list element should be either a face name or a property list
10343 of face attribute/value pairs, like in a `face' text property.
10344
10345 If SPECS is empty, call `face-remap-reset-base' to use the normal
10346 definition of FACE as the base remapping; note that this is
10347 different from SPECS containing a single value nil, which means
10348 not to inherit from the global definition of FACE at all.
10349
10350 \(fn FACE &rest SPECS)" nil nil)
10351
10352 (autoload 'text-scale-set "face-remap" "\
10353 Set the scale factor of the default face in the current buffer to LEVEL.
10354 If LEVEL is non-zero, `text-scale-mode' is enabled, otherwise it is disabled.
10355
10356 LEVEL is a number of steps, with 0 representing the default size.
10357 Each step scales the height of the default face by the variable
10358 `text-scale-mode-step' (a negative number decreases the height by
10359 the same amount).
10360
10361 \(fn LEVEL)" t nil)
10362
10363 (autoload 'text-scale-increase "face-remap" "\
10364 Increase the height of the default face in the current buffer by INC steps.
10365 If the new height is other than the default, `text-scale-mode' is enabled.
10366
10367 Each step scales the height of the default face by the variable
10368 `text-scale-mode-step' (a negative number of steps decreases the
10369 height by the same amount). As a special case, an argument of 0
10370 will remove any scaling currently active.
10371
10372 \(fn INC)" t nil)
10373
10374 (autoload 'text-scale-decrease "face-remap" "\
10375 Decrease the height of the default face in the current buffer by DEC steps.
10376 See `text-scale-increase' for more details.
10377
10378 \(fn DEC)" t nil)
10379 (define-key ctl-x-map [(control ?+)] 'text-scale-adjust)
10380 (define-key ctl-x-map [(control ?-)] 'text-scale-adjust)
10381 (define-key ctl-x-map [(control ?=)] 'text-scale-adjust)
10382 (define-key ctl-x-map [(control ?0)] 'text-scale-adjust)
10383
10384 (autoload 'text-scale-adjust "face-remap" "\
10385 Adjust the height of the default face by INC.
10386
10387 INC may be passed as a numeric prefix argument.
10388
10389 The actual adjustment made depends on the final component of the
10390 key-binding used to invoke the command, with all modifiers removed:
10391
10392 +, = Increase the default face height by one step
10393 - Decrease the default face height by one step
10394 0 Reset the default face height to the global default
10395
10396 After adjusting, continue to read input events and further adjust
10397 the face height as long as the input event read
10398 \(with all modifiers removed) is one of the above characters.
10399
10400 Each step scales the height of the default face by the variable
10401 `text-scale-mode-step' (a negative number of steps decreases the
10402 height by the same amount). As a special case, an argument of 0
10403 will remove any scaling currently active.
10404
10405 This command is a special-purpose wrapper around the
10406 `text-scale-increase' command which makes repetition convenient
10407 even when it is bound in a non-top-level keymap. For binding in
10408 a top-level keymap, `text-scale-increase' or
10409 `text-scale-decrease' may be more appropriate.
10410
10411 \(fn INC)" t nil)
10412
10413 (autoload 'buffer-face-mode "face-remap" "\
10414 Minor mode for a buffer-specific default face.
10415 With a prefix argument ARG, enable the mode if ARG is positive,
10416 and disable it otherwise. If called from Lisp, enable the mode
10417 if ARG is omitted or nil. When enabled, the face specified by the
10418 variable `buffer-face-mode-face' is used to display the buffer text.
10419
10420 \(fn &optional ARG)" t nil)
10421
10422 (autoload 'buffer-face-set "face-remap" "\
10423 Enable `buffer-face-mode', using face specs SPECS.
10424 Each argument in SPECS should be a face, i.e. either a face name
10425 or a property list of face attributes and values. If more than
10426 one face is listed, that specifies an aggregate face, like in a
10427 `face' text property. If SPECS is nil or omitted, disable
10428 `buffer-face-mode'.
10429
10430 This function makes the variable `buffer-face-mode-face' buffer
10431 local, and sets it to FACE.
10432
10433 \(fn &rest SPECS)" t nil)
10434
10435 (autoload 'buffer-face-toggle "face-remap" "\
10436 Toggle `buffer-face-mode', using face specs SPECS.
10437 Each argument in SPECS should be a face, i.e. either a face name
10438 or a property list of face attributes and values. If more than
10439 one face is listed, that specifies an aggregate face, like in a
10440 `face' text property.
10441
10442 If `buffer-face-mode' is already enabled, and is currently using
10443 the face specs SPECS, then it is disabled; if `buffer-face-mode'
10444 is disabled, or is enabled and currently displaying some other
10445 face, then is left enabled, but the face changed to reflect SPECS.
10446
10447 This function will make the variable `buffer-face-mode-face'
10448 buffer local, and set it to SPECS.
10449
10450 \(fn &rest SPECS)" t nil)
10451
10452 (autoload 'variable-pitch-mode "face-remap" "\
10453 Variable-pitch default-face mode.
10454 An interface to `buffer-face-mode' which uses the `variable-pitch' face.
10455 Besides the choice of face, it is the same as `buffer-face-mode'.
10456
10457 \(fn &optional ARG)" t nil)
10458
10459 ;;;***
10460 \f
10461 ;;;### (autoloads nil "feedmail" "mail/feedmail.el" (22230 48822
10462 ;;;;;; 788219 572000))
10463 ;;; Generated autoloads from mail/feedmail.el
10464 (push (purecopy '(feedmail 11)) package--builtin-versions)
10465
10466 (autoload 'feedmail-send-it "feedmail" "\
10467 Send the current mail buffer using the Feedmail package.
10468 This is a suitable value for `send-mail-function'. It can be used
10469 with various lower-level mechanisms to provide features such as queueing.
10470
10471 \(fn)" nil nil)
10472
10473 (autoload 'feedmail-run-the-queue-no-prompts "feedmail" "\
10474 Like `feedmail-run-the-queue', but suppress confirmation prompts.
10475
10476 \(fn &optional ARG)" t nil)
10477
10478 (autoload 'feedmail-run-the-queue-global-prompt "feedmail" "\
10479 Like `feedmail-run-the-queue', but with a global confirmation prompt.
10480 This is generally most useful if run non-interactively, since you can
10481 bail out with an appropriate answer to the global confirmation prompt.
10482
10483 \(fn &optional ARG)" t nil)
10484
10485 (autoload 'feedmail-run-the-queue "feedmail" "\
10486 Visit each message in the feedmail queue directory and send it out.
10487 Return value is a list of three things: number of messages sent, number of
10488 messages skipped, and number of non-message things in the queue (commonly
10489 backup file names and the like).
10490
10491 \(fn &optional ARG)" t nil)
10492
10493 (autoload 'feedmail-queue-reminder "feedmail" "\
10494 Perform some kind of reminder activity about queued and draft messages.
10495 Called with an optional symbol argument which says what kind of event
10496 is triggering the reminder activity. The default is `on-demand', which
10497 is what you typically would use if you were putting this in your Emacs start-up
10498 or mail hook code. Other recognized values for WHAT-EVENT (these are passed
10499 internally by feedmail):
10500
10501 after-immediate (a message has just been sent in immediate mode)
10502 after-queue (a message has just been queued)
10503 after-draft (a message has just been placed in the draft directory)
10504 after-run (the queue has just been run, possibly sending messages)
10505
10506 WHAT-EVENT is used as a key into the table `feedmail-queue-reminder-alist'. If
10507 the associated value is a function, it is called without arguments and is expected
10508 to perform the reminder activity. You can supply your own reminder functions
10509 by redefining `feedmail-queue-reminder-alist'. If you don't want any reminders,
10510 you can set `feedmail-queue-reminder-alist' to nil.
10511
10512 \(fn &optional WHAT-EVENT)" t nil)
10513
10514 ;;;***
10515 \f
10516 ;;;### (autoloads nil "ffap" "ffap.el" (22230 48822 714219 906000))
10517 ;;; Generated autoloads from ffap.el
10518
10519 (autoload 'ffap-next "ffap" "\
10520 Search buffer for next file or URL, and run ffap.
10521 Optional argument BACK says to search backwards.
10522 Optional argument WRAP says to try wrapping around if necessary.
10523 Interactively: use a single prefix \\[universal-argument] to search backwards,
10524 double prefix to wrap forward, triple to wrap backwards.
10525 Actual search is done by the function `ffap-next-guess'.
10526
10527 \(fn &optional BACK WRAP)" t nil)
10528
10529 (autoload 'find-file-at-point "ffap" "\
10530 Find FILENAME, guessing a default from text around point.
10531 If `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
10532 With a prefix, this command behaves exactly like `ffap-file-finder'.
10533 If `ffap-require-prefix' is set, the prefix meaning is reversed.
10534 See also the variables `ffap-dired-wildcards', `ffap-newfile-prompt',
10535 and the functions `ffap-file-at-point' and `ffap-url-at-point'.
10536
10537 \(fn &optional FILENAME)" t nil)
10538
10539 (defalias 'ffap 'find-file-at-point)
10540
10541 (autoload 'ffap-menu "ffap" "\
10542 Put up a menu of files and URLs mentioned in this buffer.
10543 Then set mark, jump to choice, and try to fetch it. The menu is
10544 cached in `ffap-menu-alist', and rebuilt by `ffap-menu-rescan'.
10545 The optional RESCAN argument (a prefix, interactively) forces
10546 a rebuild. Searches with `ffap-menu-regexp'.
10547
10548 \(fn &optional RESCAN)" t nil)
10549
10550 (autoload 'ffap-at-mouse "ffap" "\
10551 Find file or URL guessed from text around mouse click.
10552 Interactively, calls `ffap-at-mouse-fallback' if no guess is found.
10553 Return value:
10554 * if a guess string is found, return it (after finding it)
10555 * if the fallback is called, return whatever it returns
10556 * otherwise, nil
10557
10558 \(fn E)" t nil)
10559
10560 (autoload 'dired-at-point "ffap" "\
10561 Start Dired, defaulting to file at point. See `ffap'.
10562 If `dired-at-point-require-prefix' is set, the prefix meaning is reversed.
10563
10564 \(fn &optional FILENAME)" t nil)
10565
10566 (autoload 'ffap-guess-file-name-at-point "ffap" "\
10567 Try to get a file name at point.
10568 This hook is intended to be put in `file-name-at-point-functions'.
10569
10570 \(fn)" nil nil)
10571
10572 (autoload 'ffap-bindings "ffap" "\
10573 Evaluate the forms in variable `ffap-bindings'.
10574
10575 \(fn)" t nil)
10576
10577 ;;;***
10578 \f
10579 ;;;### (autoloads nil "filecache" "filecache.el" (22230 48822 714219
10580 ;;;;;; 906000))
10581 ;;; Generated autoloads from filecache.el
10582
10583 (autoload 'file-cache-add-directory "filecache" "\
10584 Add all files in DIRECTORY to the file cache.
10585 If called from Lisp with a non-nil REGEXP argument is non-nil,
10586 only add files whose names match REGEXP.
10587
10588 \(fn DIRECTORY &optional REGEXP)" t nil)
10589
10590 (autoload 'file-cache-add-directory-list "filecache" "\
10591 Add DIRECTORIES (a list of directory names) to the file cache.
10592 If called interactively, read the directory names one by one.
10593 If the optional REGEXP argument is non-nil, only files which match it
10594 will be added to the cache. Note that the REGEXP is applied to the
10595 files in each directory, not to the directory list itself.
10596
10597 \(fn DIRECTORIES &optional REGEXP)" t nil)
10598
10599 (autoload 'file-cache-add-file "filecache" "\
10600 Add FILE to the file cache.
10601
10602 \(fn FILE)" t nil)
10603
10604 (autoload 'file-cache-add-directory-using-find "filecache" "\
10605 Use the `find' command to add files to the file cache.
10606 Find is run in DIRECTORY.
10607
10608 \(fn DIRECTORY)" t nil)
10609
10610 (autoload 'file-cache-add-directory-using-locate "filecache" "\
10611 Use the `locate' command to add files to the file cache.
10612 STRING is passed as an argument to the locate command.
10613
10614 \(fn STRING)" t nil)
10615
10616 (autoload 'file-cache-add-directory-recursively "filecache" "\
10617 Adds DIR and any subdirectories to the file-cache.
10618 This function does not use any external programs.
10619 If the optional REGEXP argument is non-nil, only files which match it
10620 will be added to the cache. Note that the REGEXP is applied to the
10621 files in each directory, not to the directory list itself.
10622
10623 \(fn DIR &optional REGEXP)" t nil)
10624
10625 (autoload 'file-cache-minibuffer-complete "filecache" "\
10626 Complete a filename in the minibuffer using a preloaded cache.
10627 Filecache does two kinds of substitution: it completes on names in
10628 the cache, and, once it has found a unique name, it cycles through
10629 the directories that the name is available in. With a prefix argument,
10630 the name is considered already unique; only the second substitution
10631 \(directories) is done.
10632
10633 \(fn ARG)" t nil)
10634
10635 ;;;***
10636 \f
10637 ;;;### (autoloads nil "filenotify" "filenotify.el" (22230 57497 649234
10638 ;;;;;; 943000))
10639 ;;; Generated autoloads from filenotify.el
10640
10641 (autoload 'file-notify-handle-event "filenotify" "\
10642 Handle file system monitoring event.
10643 If EVENT is a filewatch event, call its callback. It has the format
10644
10645 (file-notify (DESCRIPTOR ACTIONS FILE [FILE1-OR-COOKIE]) CALLBACK)
10646
10647 Otherwise, signal a `file-notify-error'.
10648
10649 \(fn EVENT)" t nil)
10650
10651 ;;;***
10652 \f
10653 ;;;### (autoloads nil "files-x" "files-x.el" (22230 48822 715219
10654 ;;;;;; 901000))
10655 ;;; Generated autoloads from files-x.el
10656
10657 (autoload 'add-file-local-variable "files-x" "\
10658 Add file-local VARIABLE with its VALUE to the Local Variables list.
10659
10660 This command deletes all existing settings of VARIABLE (except `mode'
10661 and `eval') and adds a new file-local VARIABLE with VALUE to the
10662 Local Variables list.
10663
10664 If there is no Local Variables list in the current file buffer
10665 then this function adds the first line containing the string
10666 `Local Variables:' and the last line containing the string `End:'.
10667
10668 \(fn VARIABLE VALUE &optional INTERACTIVE)" t nil)
10669
10670 (autoload 'delete-file-local-variable "files-x" "\
10671 Delete all settings of file-local VARIABLE from the Local Variables list.
10672
10673 \(fn VARIABLE &optional INTERACTIVE)" t nil)
10674
10675 (autoload 'add-file-local-variable-prop-line "files-x" "\
10676 Add file-local VARIABLE with its VALUE to the -*- line.
10677
10678 This command deletes all existing settings of VARIABLE (except `mode'
10679 and `eval') and adds a new file-local VARIABLE with VALUE to
10680 the -*- line.
10681
10682 If there is no -*- line at the beginning of the current file buffer
10683 then this function adds it.
10684
10685 \(fn VARIABLE VALUE &optional INTERACTIVE)" t nil)
10686
10687 (autoload 'delete-file-local-variable-prop-line "files-x" "\
10688 Delete all settings of file-local VARIABLE from the -*- line.
10689
10690 \(fn VARIABLE &optional INTERACTIVE)" t nil)
10691
10692 (autoload 'add-dir-local-variable "files-x" "\
10693 Add directory-local VARIABLE with its VALUE and MODE to .dir-locals.el.
10694
10695 \(fn MODE VARIABLE VALUE)" t nil)
10696
10697 (autoload 'delete-dir-local-variable "files-x" "\
10698 Delete all MODE settings of file-local VARIABLE from .dir-locals.el.
10699
10700 \(fn MODE VARIABLE)" t nil)
10701
10702 (autoload 'copy-file-locals-to-dir-locals "files-x" "\
10703 Copy file-local variables to .dir-locals.el.
10704
10705 \(fn)" t nil)
10706
10707 (autoload 'copy-dir-locals-to-file-locals "files-x" "\
10708 Copy directory-local variables to the Local Variables list.
10709
10710 \(fn)" t nil)
10711
10712 (autoload 'copy-dir-locals-to-file-locals-prop-line "files-x" "\
10713 Copy directory-local variables to the -*- line.
10714
10715 \(fn)" t nil)
10716
10717 ;;;***
10718 \f
10719 ;;;### (autoloads nil "filesets" "filesets.el" (22230 48822 717219
10720 ;;;;;; 892000))
10721 ;;; Generated autoloads from filesets.el
10722
10723 (autoload 'filesets-init "filesets" "\
10724 Filesets initialization.
10725 Set up hooks, load the cache file -- if existing -- and build the menu.
10726
10727 \(fn)" nil nil)
10728
10729 ;;;***
10730 \f
10731 ;;;### (autoloads nil "find-cmd" "find-cmd.el" (22230 48822 717219
10732 ;;;;;; 892000))
10733 ;;; Generated autoloads from find-cmd.el
10734 (push (purecopy '(find-cmd 0 6)) package--builtin-versions)
10735
10736 (autoload 'find-cmd "find-cmd" "\
10737 Initiate the building of a find command.
10738 For example:
10739
10740 \(find-cmd \\='(prune (name \".svn\" \".git\" \".CVS\"))
10741 \\='(and (or (name \"*.pl\" \"*.pm\" \"*.t\")
10742 (mtime \"+1\"))
10743 (fstype \"nfs\" \"ufs\"))))
10744
10745 `default-directory' is used as the initial search path. The
10746 result is a string that should be ready for the command line.
10747
10748 \(fn &rest SUBFINDS)" nil nil)
10749
10750 ;;;***
10751 \f
10752 ;;;### (autoloads nil "find-dired" "find-dired.el" (22230 48822 717219
10753 ;;;;;; 892000))
10754 ;;; Generated autoloads from find-dired.el
10755
10756 (autoload 'find-dired "find-dired" "\
10757 Run `find' and go into Dired mode on a buffer of the output.
10758 The command run (after changing into DIR) is essentially
10759
10760 find . \\( ARGS \\) -ls
10761
10762 except that the car of the variable `find-ls-option' specifies what to
10763 use in place of \"-ls\" as the final argument.
10764
10765 \(fn DIR ARGS)" t nil)
10766
10767 (autoload 'find-name-dired "find-dired" "\
10768 Search DIR recursively for files matching the globbing pattern PATTERN,
10769 and run Dired on those files.
10770 PATTERN is a shell wildcard (not an Emacs regexp) and need not be quoted.
10771 The default command run (after changing into DIR) is
10772
10773 find . -name \\='PATTERN\\=' -ls
10774
10775 See `find-name-arg' to customize the arguments.
10776
10777 \(fn DIR PATTERN)" t nil)
10778
10779 (autoload 'find-grep-dired "find-dired" "\
10780 Find files in DIR matching a regexp REGEXP and start Dired on output.
10781 The command run (after changing into DIR) is
10782
10783 find . \\( -type f -exec `grep-program' `find-grep-options' \\
10784 -e REGEXP {} \\; \\) -ls
10785
10786 where the car of the variable `find-ls-option' specifies what to
10787 use in place of \"-ls\" as the final argument.
10788
10789 \(fn DIR REGEXP)" t nil)
10790
10791 ;;;***
10792 \f
10793 ;;;### (autoloads nil "find-file" "find-file.el" (22230 48822 717219
10794 ;;;;;; 892000))
10795 ;;; Generated autoloads from find-file.el
10796
10797 (defvar ff-special-constructs `((,(purecopy "^#\\s *\\(include\\|import\\)\\s +[<\"]\\(.*\\)[>\"]") lambda nil (buffer-substring (match-beginning 2) (match-end 2)))) "\
10798 List of special constructs recognized by `ff-treat-as-special'.
10799 Each element, tried in order, has the form (REGEXP . EXTRACT).
10800 If REGEXP matches the current line (from the beginning of the line),
10801 `ff-treat-as-special' calls function EXTRACT with no args.
10802 If EXTRACT returns nil, keep trying. Otherwise, return the
10803 filename that EXTRACT returned.")
10804
10805 (custom-autoload 'ff-special-constructs "find-file" t)
10806
10807 (autoload 'ff-get-other-file "find-file" "\
10808 Find the header or source file corresponding to this file.
10809 See also the documentation for `ff-find-other-file'.
10810
10811 If optional IN-OTHER-WINDOW is non-nil, find the file in another window.
10812
10813 \(fn &optional IN-OTHER-WINDOW)" t nil)
10814
10815 (defalias 'ff-find-related-file 'ff-find-other-file)
10816
10817 (autoload 'ff-find-other-file "find-file" "\
10818 Find the header or source file corresponding to this file.
10819 Being on a `#include' line pulls in that file.
10820
10821 If optional IN-OTHER-WINDOW is non-nil, find the file in the other window.
10822 If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines.
10823
10824 Variables of interest include:
10825
10826 - `ff-case-fold-search'
10827 Non-nil means ignore cases in matches (see `case-fold-search').
10828 If you have extensions in different cases, you will want this to be nil.
10829
10830 - `ff-always-in-other-window'
10831 If non-nil, always open the other file in another window, unless an
10832 argument is given to `ff-find-other-file'.
10833
10834 - `ff-ignore-include'
10835 If non-nil, ignores #include lines.
10836
10837 - `ff-always-try-to-create'
10838 If non-nil, always attempt to create the other file if it was not found.
10839
10840 - `ff-quiet-mode'
10841 If non-nil, traces which directories are being searched.
10842
10843 - `ff-special-constructs'
10844 A list of regular expressions specifying how to recognize special
10845 constructs such as include files etc, and an associated method for
10846 extracting the filename from that construct.
10847
10848 - `ff-other-file-alist'
10849 Alist of extensions to find given the current file's extension.
10850
10851 - `ff-search-directories'
10852 List of directories searched through with each extension specified in
10853 `ff-other-file-alist' that matches this file's extension.
10854
10855 - `ff-pre-find-hook'
10856 List of functions to be called before the search for the file starts.
10857
10858 - `ff-pre-load-hook'
10859 List of functions to be called before the other file is loaded.
10860
10861 - `ff-post-load-hook'
10862 List of functions to be called after the other file is loaded.
10863
10864 - `ff-not-found-hook'
10865 List of functions to be called if the other file could not be found.
10866
10867 - `ff-file-created-hook'
10868 List of functions to be called if the other file has been created.
10869
10870 \(fn &optional IN-OTHER-WINDOW IGNORE-INCLUDE)" t nil)
10871
10872 (autoload 'ff-mouse-find-other-file "find-file" "\
10873 Visit the file you click on.
10874
10875 \(fn EVENT)" t nil)
10876
10877 (autoload 'ff-mouse-find-other-file-other-window "find-file" "\
10878 Visit the file you click on in another window.
10879
10880 \(fn EVENT)" t nil)
10881
10882 ;;;***
10883 \f
10884 ;;;### (autoloads nil "find-func" "emacs-lisp/find-func.el" (22230
10885 ;;;;;; 48822 692220 5000))
10886 ;;; Generated autoloads from emacs-lisp/find-func.el
10887
10888 (autoload 'find-library "find-func" "\
10889 Find the Emacs Lisp source of LIBRARY.
10890 LIBRARY should be a string (the name of the library).
10891
10892 \(fn LIBRARY)" t nil)
10893
10894 (autoload 'find-function-search-for-symbol "find-func" "\
10895 Search for SYMBOL's definition of type TYPE in LIBRARY.
10896 Visit the library in a buffer, and return a cons cell (BUFFER . POSITION),
10897 or just (BUFFER . nil) if the definition can't be found in the file.
10898
10899 If TYPE is nil, look for a function definition.
10900 Otherwise, TYPE specifies the kind of definition,
10901 and it is interpreted via `find-function-regexp-alist'.
10902 The search is done in the source for library LIBRARY.
10903
10904 \(fn SYMBOL TYPE LIBRARY)" nil nil)
10905
10906 (autoload 'find-function-noselect "find-func" "\
10907 Return a pair (BUFFER . POINT) pointing to the definition of FUNCTION.
10908
10909 Finds the source file containing the definition of FUNCTION
10910 in a buffer and the point of the definition. The buffer is
10911 not selected. If the function definition can't be found in
10912 the buffer, returns (BUFFER).
10913
10914 If FUNCTION is a built-in function, this function normally
10915 attempts to find it in the Emacs C sources; however, if LISP-ONLY
10916 is non-nil, signal an error instead.
10917
10918 If the file where FUNCTION is defined is not known, then it is
10919 searched for in `find-function-source-path' if non-nil, otherwise
10920 in `load-path'.
10921
10922 \(fn FUNCTION &optional LISP-ONLY)" nil nil)
10923
10924 (autoload 'find-function "find-func" "\
10925 Find the definition of the FUNCTION near point.
10926
10927 Finds the source file containing the definition of the function
10928 near point (selected by `function-called-at-point') in a buffer and
10929 places point before the definition.
10930 Set mark before moving, if the buffer already existed.
10931
10932 The library where FUNCTION is defined is searched for in
10933 `find-function-source-path', if non-nil, otherwise in `load-path'.
10934 See also `find-function-recenter-line' and `find-function-after-hook'.
10935
10936 \(fn FUNCTION)" t nil)
10937
10938 (autoload 'find-function-other-window "find-func" "\
10939 Find, in another window, the definition of FUNCTION near point.
10940
10941 See `find-function' for more details.
10942
10943 \(fn FUNCTION)" t nil)
10944
10945 (autoload 'find-function-other-frame "find-func" "\
10946 Find, in another frame, the definition of FUNCTION near point.
10947
10948 See `find-function' for more details.
10949
10950 \(fn FUNCTION)" t nil)
10951
10952 (autoload 'find-variable-noselect "find-func" "\
10953 Return a pair `(BUFFER . POINT)' pointing to the definition of VARIABLE.
10954
10955 Finds the library containing the definition of VARIABLE in a buffer and
10956 the point of the definition. The buffer is not selected.
10957 If the variable's definition can't be found in the buffer, return (BUFFER).
10958
10959 The library where VARIABLE is defined is searched for in FILE or
10960 `find-function-source-path', if non-nil, otherwise in `load-path'.
10961
10962 \(fn VARIABLE &optional FILE)" nil nil)
10963
10964 (autoload 'find-variable "find-func" "\
10965 Find the definition of the VARIABLE at or before point.
10966
10967 Finds the library containing the definition of the variable
10968 near point (selected by `variable-at-point') in a buffer and
10969 places point before the definition.
10970
10971 Set mark before moving, if the buffer already existed.
10972
10973 The library where VARIABLE is defined is searched for in
10974 `find-function-source-path', if non-nil, otherwise in `load-path'.
10975 See also `find-function-recenter-line' and `find-function-after-hook'.
10976
10977 \(fn VARIABLE)" t nil)
10978
10979 (autoload 'find-variable-other-window "find-func" "\
10980 Find, in another window, the definition of VARIABLE near point.
10981
10982 See `find-variable' for more details.
10983
10984 \(fn VARIABLE)" t nil)
10985
10986 (autoload 'find-variable-other-frame "find-func" "\
10987 Find, in another frame, the definition of VARIABLE near point.
10988
10989 See `find-variable' for more details.
10990
10991 \(fn VARIABLE)" t nil)
10992
10993 (autoload 'find-definition-noselect "find-func" "\
10994 Return a pair `(BUFFER . POINT)' pointing to the definition of SYMBOL.
10995 If the definition can't be found in the buffer, return (BUFFER).
10996 TYPE says what type of definition: nil for a function, `defvar' for a
10997 variable, `defface' for a face. This function does not switch to the
10998 buffer nor display it.
10999
11000 The library where SYMBOL is defined is searched for in FILE or
11001 `find-function-source-path', if non-nil, otherwise in `load-path'.
11002
11003 \(fn SYMBOL TYPE &optional FILE)" nil nil)
11004
11005 (autoload 'find-face-definition "find-func" "\
11006 Find the definition of FACE. FACE defaults to the name near point.
11007
11008 Finds the Emacs Lisp library containing the definition of the face
11009 near point (selected by `variable-at-point') in a buffer and
11010 places point before the definition.
11011
11012 Set mark before moving, if the buffer already existed.
11013
11014 The library where FACE is defined is searched for in
11015 `find-function-source-path', if non-nil, otherwise in `load-path'.
11016 See also `find-function-recenter-line' and `find-function-after-hook'.
11017
11018 \(fn FACE)" t nil)
11019
11020 (autoload 'find-function-on-key "find-func" "\
11021 Find the function that KEY invokes. KEY is a string.
11022 Set mark before moving, if the buffer already existed.
11023
11024 \(fn KEY)" t nil)
11025
11026 (autoload 'find-function-on-key-other-window "find-func" "\
11027 Find, in the other window, the function that KEY invokes.
11028 See `find-function-on-key'.
11029
11030 \(fn KEY)" t nil)
11031
11032 (autoload 'find-function-on-key-other-frame "find-func" "\
11033 Find, in the other frame, the function that KEY invokes.
11034 See `find-function-on-key'.
11035
11036 \(fn KEY)" t nil)
11037
11038 (autoload 'find-function-at-point "find-func" "\
11039 Find directly the function at point in the other window.
11040
11041 \(fn)" t nil)
11042
11043 (autoload 'find-variable-at-point "find-func" "\
11044 Find directly the variable at point in the other window.
11045
11046 \(fn)" t nil)
11047
11048 (autoload 'find-function-setup-keys "find-func" "\
11049 Define some key bindings for the find-function family of functions.
11050
11051 \(fn)" nil nil)
11052
11053 ;;;***
11054 \f
11055 ;;;### (autoloads nil "find-lisp" "find-lisp.el" (22230 48822 717219
11056 ;;;;;; 892000))
11057 ;;; Generated autoloads from find-lisp.el
11058
11059 (autoload 'find-lisp-find-dired "find-lisp" "\
11060 Find files in DIR, matching REGEXP.
11061
11062 \(fn DIR REGEXP)" t nil)
11063
11064 (autoload 'find-lisp-find-dired-subdirectories "find-lisp" "\
11065 Find all subdirectories of DIR.
11066
11067 \(fn DIR)" t nil)
11068
11069 (autoload 'find-lisp-find-dired-filter "find-lisp" "\
11070 Change the filter on a `find-lisp-find-dired' buffer to REGEXP.
11071
11072 \(fn REGEXP)" t nil)
11073
11074 ;;;***
11075 \f
11076 ;;;### (autoloads nil "finder" "finder.el" (22230 48822 717219 892000))
11077 ;;; Generated autoloads from finder.el
11078 (push (purecopy '(finder 1 0)) package--builtin-versions)
11079
11080 (autoload 'finder-list-keywords "finder" "\
11081 Display descriptions of the keywords in the Finder buffer.
11082
11083 \(fn)" t nil)
11084
11085 (autoload 'finder-commentary "finder" "\
11086 Display FILE's commentary section.
11087 FILE should be in a form suitable for passing to `locate-library'.
11088
11089 \(fn FILE)" t nil)
11090
11091 (autoload 'finder-by-keyword "finder" "\
11092 Find packages matching a given keyword.
11093
11094 \(fn)" t nil)
11095
11096 ;;;***
11097 \f
11098 ;;;### (autoloads nil "flow-ctrl" "flow-ctrl.el" (22230 48822 717219
11099 ;;;;;; 892000))
11100 ;;; Generated autoloads from flow-ctrl.el
11101
11102 (autoload 'enable-flow-control "flow-ctrl" "\
11103 Toggle flow control handling.
11104 When handling is enabled, user can type C-s as C-\\, and C-q as C-^.
11105 With arg, enable flow control mode if arg is positive, otherwise disable.
11106
11107 \(fn &optional ARGUMENT)" t nil)
11108
11109 (autoload 'enable-flow-control-on "flow-ctrl" "\
11110 Enable flow control if using one of a specified set of terminal types.
11111 Use `(enable-flow-control-on \"vt100\" \"h19\")' to enable flow control
11112 on VT-100 and H19 terminals. When flow control is enabled,
11113 you must type C-\\ to get the effect of a C-s, and type C-^
11114 to get the effect of a C-q.
11115
11116 \(fn &rest LOSING-TERMINAL-TYPES)" nil nil)
11117
11118 ;;;***
11119 \f
11120 ;;;### (autoloads nil "flow-fill" "gnus/flow-fill.el" (22230 48822
11121 ;;;;;; 729219 838000))
11122 ;;; Generated autoloads from gnus/flow-fill.el
11123
11124 (autoload 'fill-flowed-encode "flow-fill" "\
11125
11126
11127 \(fn &optional BUFFER)" nil nil)
11128
11129 (autoload 'fill-flowed "flow-fill" "\
11130
11131
11132 \(fn &optional BUFFER DELETE-SPACE)" nil nil)
11133
11134 ;;;***
11135 \f
11136 ;;;### (autoloads nil "flymake" "progmodes/flymake.el" (22230 48822
11137 ;;;;;; 880219 157000))
11138 ;;; Generated autoloads from progmodes/flymake.el
11139 (push (purecopy '(flymake 0 3)) package--builtin-versions)
11140
11141 (autoload 'flymake-mode "flymake" "\
11142 Toggle Flymake mode on or off.
11143 With a prefix argument ARG, enable Flymake mode if ARG is
11144 positive, and disable it otherwise. If called from Lisp, enable
11145 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
11146 \\{flymake-mode-map}
11147
11148 \(fn &optional ARG)" t nil)
11149
11150 (autoload 'flymake-mode-on "flymake" "\
11151 Turn flymake mode on.
11152
11153 \(fn)" nil nil)
11154
11155 (autoload 'flymake-mode-off "flymake" "\
11156 Turn flymake mode off.
11157
11158 \(fn)" nil nil)
11159
11160 (autoload 'flymake-find-file-hook "flymake" "\
11161
11162
11163 \(fn)" nil nil)
11164
11165 ;;;***
11166 \f
11167 ;;;### (autoloads nil "flyspell" "textmodes/flyspell.el" (22230 48822
11168 ;;;;;; 917218 990000))
11169 ;;; Generated autoloads from textmodes/flyspell.el
11170
11171 (autoload 'flyspell-prog-mode "flyspell" "\
11172 Turn on `flyspell-mode' for comments and strings.
11173
11174 \(fn)" t nil)
11175 (defvar flyspell-mode nil "Non-nil if Flyspell mode is enabled.")
11176
11177 (autoload 'flyspell-mode "flyspell" "\
11178 Toggle on-the-fly spell checking (Flyspell mode).
11179 With a prefix argument ARG, enable Flyspell mode if ARG is
11180 positive, and disable it otherwise. If called from Lisp, enable
11181 the mode if ARG is omitted or nil.
11182
11183 Flyspell mode is a buffer-local minor mode. When enabled, it
11184 spawns a single Ispell process and checks each word. The default
11185 flyspell behavior is to highlight incorrect words.
11186
11187 Bindings:
11188 \\[ispell-word]: correct words (using Ispell).
11189 \\[flyspell-auto-correct-word]: automatically correct word.
11190 \\[flyspell-auto-correct-previous-word]: automatically correct the last misspelled word.
11191 \\[flyspell-correct-word] (or down-mouse-2): popup correct words.
11192
11193 Hooks:
11194 This runs `flyspell-mode-hook' after flyspell mode is entered or exit.
11195
11196 Remark:
11197 `flyspell-mode' uses `ispell-mode'. Thus all Ispell options are
11198 valid. For instance, a different dictionary can be used by
11199 invoking `ispell-change-dictionary'.
11200
11201 Consider using the `ispell-parser' to check your text. For instance
11202 consider adding:
11203 \(add-hook \\='tex-mode-hook (function (lambda () (setq ispell-parser \\='tex))))
11204 in your init file.
11205
11206 \\[flyspell-region] checks all words inside a region.
11207 \\[flyspell-buffer] checks the whole buffer.
11208
11209 \(fn &optional ARG)" t nil)
11210
11211 (autoload 'turn-on-flyspell "flyspell" "\
11212 Unconditionally turn on Flyspell mode.
11213
11214 \(fn)" nil nil)
11215
11216 (autoload 'turn-off-flyspell "flyspell" "\
11217 Unconditionally turn off Flyspell mode.
11218
11219 \(fn)" nil nil)
11220
11221 (autoload 'flyspell-mode-off "flyspell" "\
11222 Turn Flyspell mode off.
11223
11224 \(fn)" nil nil)
11225
11226 (autoload 'flyspell-region "flyspell" "\
11227 Flyspell text between BEG and END.
11228
11229 \(fn BEG END)" t nil)
11230
11231 (autoload 'flyspell-buffer "flyspell" "\
11232 Flyspell whole buffer.
11233
11234 \(fn)" t nil)
11235
11236 ;;;***
11237 \f
11238 ;;;### (autoloads nil "foldout" "foldout.el" (22230 48822 717219
11239 ;;;;;; 892000))
11240 ;;; Generated autoloads from foldout.el
11241 (push (purecopy '(foldout 1 10)) package--builtin-versions)
11242
11243 ;;;***
11244 \f
11245 ;;;### (autoloads nil "follow" "follow.el" (22230 48822 718219 888000))
11246 ;;; Generated autoloads from follow.el
11247
11248 (autoload 'turn-on-follow-mode "follow" "\
11249 Turn on Follow mode. Please see the function `follow-mode'.
11250
11251 \(fn)" nil nil)
11252
11253 (autoload 'turn-off-follow-mode "follow" "\
11254 Turn off Follow mode. Please see the function `follow-mode'.
11255
11256 \(fn)" nil nil)
11257
11258 (autoload 'follow-mode "follow" "\
11259 Toggle Follow mode.
11260 With a prefix argument ARG, enable Follow mode if ARG is
11261 positive, and disable it otherwise. If called from Lisp, enable
11262 the mode if ARG is omitted or nil.
11263
11264 Follow mode is a minor mode that combines windows into one tall
11265 virtual window. This is accomplished by two main techniques:
11266
11267 * The windows always displays adjacent sections of the buffer.
11268 This means that whenever one window is moved, all the
11269 others will follow. (Hence the name Follow mode.)
11270
11271 * Should point (cursor) end up outside a window, another
11272 window displaying that point is selected, if possible. This
11273 makes it possible to walk between windows using normal cursor
11274 movement commands.
11275
11276 Follow mode comes to its prime when used on a large screen and two
11277 side-by-side windows are used. The user can, with the help of Follow
11278 mode, use two full-height windows as though they would have been
11279 one. Imagine yourself editing a large function, or section of text,
11280 and being able to use 144 lines instead of the normal 72... (your
11281 mileage may vary).
11282
11283 To split one large window into two side-by-side windows, the commands
11284 `\\[split-window-right]' or `\\[follow-delete-other-windows-and-split]' can be used.
11285
11286 Only windows displayed in the same frame follow each other.
11287
11288 This command runs the normal hook `follow-mode-hook'.
11289
11290 Keys specific to Follow mode:
11291 \\{follow-mode-map}
11292
11293 \(fn &optional ARG)" t nil)
11294
11295 (autoload 'follow-scroll-up "follow" "\
11296 Scroll text in a Follow mode window chain up.
11297
11298 If called with no ARG, the `next-screen-context-lines' last lines of
11299 the bottom window in the chain will be visible in the top window.
11300
11301 If called with an argument, scroll ARG lines up.
11302 Negative ARG means scroll downward.
11303
11304 Works like `scroll-up' when not in Follow mode.
11305
11306 \(fn &optional ARG)" t nil)
11307
11308 (autoload 'follow-scroll-down "follow" "\
11309 Scroll text in a Follow mode window chain down.
11310
11311 If called with no ARG, the `next-screen-context-lines' top lines of
11312 the top window in the chain will be visible in the bottom window.
11313
11314 If called with an argument, scroll ARG lines down.
11315 Negative ARG means scroll upward.
11316
11317 Works like `scroll-down' when not in Follow mode.
11318
11319 \(fn &optional ARG)" t nil)
11320
11321 (autoload 'follow-delete-other-windows-and-split "follow" "\
11322 Create two side by side windows and enter Follow mode.
11323
11324 Execute this command to display as much as possible of the text
11325 in the selected window. All other windows, in the current
11326 frame, are deleted and the selected window is split in two
11327 side-by-side windows. Follow mode is activated, hence the
11328 two windows always will display two successive pages.
11329 \(If one window is moved, the other one will follow.)
11330
11331 If ARG is positive, the leftmost window is selected. If negative,
11332 the rightmost is selected. If ARG is nil, the leftmost window is
11333 selected if the original window is the first one in the frame.
11334
11335 \(fn &optional ARG)" t nil)
11336
11337 ;;;***
11338 \f
11339 ;;;### (autoloads nil "footnote" "mail/footnote.el" (22230 48822
11340 ;;;;;; 788219 572000))
11341 ;;; Generated autoloads from mail/footnote.el
11342 (push (purecopy '(footnote 0 19)) package--builtin-versions)
11343
11344 (autoload 'footnote-mode "footnote" "\
11345 Toggle Footnote mode.
11346 With a prefix argument ARG, enable Footnote mode if ARG is
11347 positive, and disable it otherwise. If called from Lisp, enable
11348 the mode if ARG is omitted or nil.
11349
11350 Footnode mode is a buffer-local minor mode. If enabled, it
11351 provides footnote support for `message-mode'. To get started,
11352 play around with the following keys:
11353 \\{footnote-minor-mode-map}
11354
11355 \(fn &optional ARG)" t nil)
11356
11357 ;;;***
11358 \f
11359 ;;;### (autoloads nil "forms" "forms.el" (22230 48822 719219 884000))
11360 ;;; Generated autoloads from forms.el
11361
11362 (autoload 'forms-mode "forms" "\
11363 Major mode to visit files in a field-structured manner using a form.
11364
11365 Commands: Equivalent keys in read-only mode:
11366 TAB forms-next-field TAB
11367 C-c TAB forms-next-field
11368 C-c < forms-first-record <
11369 C-c > forms-last-record >
11370 C-c ? describe-mode ?
11371 C-c C-k forms-delete-record
11372 C-c C-q forms-toggle-read-only q
11373 C-c C-o forms-insert-record
11374 C-c C-l forms-jump-record l
11375 C-c C-n forms-next-record n
11376 C-c C-p forms-prev-record p
11377 C-c C-r forms-search-reverse r
11378 C-c C-s forms-search-forward s
11379 C-c C-x forms-exit x
11380
11381 \(fn &optional PRIMARY)" t nil)
11382
11383 (autoload 'forms-find-file "forms" "\
11384 Visit a file in Forms mode.
11385
11386 \(fn FN)" t nil)
11387
11388 (autoload 'forms-find-file-other-window "forms" "\
11389 Visit a file in Forms mode in other window.
11390
11391 \(fn FN)" t nil)
11392
11393 ;;;***
11394 \f
11395 ;;;### (autoloads nil "fortran" "progmodes/fortran.el" (22230 48822
11396 ;;;;;; 880219 157000))
11397 ;;; Generated autoloads from progmodes/fortran.el
11398
11399 (autoload 'fortran-mode "fortran" "\
11400 Major mode for editing Fortran code in fixed format.
11401 For free format code, use `f90-mode'.
11402
11403 \\[fortran-indent-line] indents the current Fortran line correctly.
11404 Note that DO statements must not share a common CONTINUE.
11405
11406 Type ;? or ;\\[help-command] to display a list of built-in abbrevs for Fortran keywords.
11407
11408 Key definitions:
11409 \\{fortran-mode-map}
11410
11411 Variables controlling indentation style and extra features:
11412
11413 `fortran-comment-line-start'
11414 To use comments starting with `!', set this to the string \"!\".
11415 `fortran-do-indent'
11416 Extra indentation within DO blocks (default 3).
11417 `fortran-if-indent'
11418 Extra indentation within IF blocks (default 3).
11419 `fortran-structure-indent'
11420 Extra indentation within STRUCTURE, UNION, MAP and INTERFACE blocks.
11421 (default 3)
11422 `fortran-continuation-indent'
11423 Extra indentation applied to continuation statements (default 5).
11424 `fortran-comment-line-extra-indent'
11425 Amount of extra indentation for text in full-line comments (default 0).
11426 `fortran-comment-indent-style'
11427 How to indent the text in full-line comments. Allowed values are:
11428 nil don't change the indentation
11429 `fixed' indent to `fortran-comment-line-extra-indent' beyond the
11430 value of either
11431 `fortran-minimum-statement-indent-fixed' (fixed format) or
11432 `fortran-minimum-statement-indent-tab' (TAB format),
11433 depending on the continuation format in use.
11434 `relative' indent to `fortran-comment-line-extra-indent' beyond the
11435 indentation for a line of code.
11436 (default `fixed')
11437 `fortran-comment-indent-char'
11438 Single-character string to be inserted instead of space for
11439 full-line comment indentation (default \" \").
11440 `fortran-minimum-statement-indent-fixed'
11441 Minimum indentation for statements in fixed format mode (default 6).
11442 `fortran-minimum-statement-indent-tab'
11443 Minimum indentation for statements in TAB format mode (default 9).
11444 `fortran-line-number-indent'
11445 Maximum indentation for line numbers (default 1). A line number will
11446 get less than this much indentation if necessary to avoid reaching
11447 column 5.
11448 `fortran-check-all-num-for-matching-do'
11449 Non-nil causes all numbered lines to be treated as possible \"continue\"
11450 statements (default nil).
11451 `fortran-blink-matching-if'
11452 Non-nil causes \\[fortran-indent-line] on an ENDIF (or ENDDO) statement
11453 to blink on the matching IF (or DO [WHILE]). (default nil)
11454 `fortran-continuation-string'
11455 Single-character string to be inserted in column 5 of a continuation
11456 line (default \"$\").
11457 `fortran-comment-region'
11458 String inserted by \\[fortran-comment-region] at start of each line in
11459 the region (default \"c$$$\").
11460 `fortran-electric-line-number'
11461 Non-nil causes line number digits to be moved to the correct column
11462 as typed (default t).
11463 `fortran-break-before-delimiters'
11464 Non-nil causes lines to be broken before delimiters (default t).
11465
11466 Turning on Fortran mode calls the value of the variable `fortran-mode-hook'
11467 with no args, if that value is non-nil.
11468
11469 \(fn)" t nil)
11470
11471 ;;;***
11472 \f
11473 ;;;### (autoloads nil "fortune" "play/fortune.el" (22230 48822 860219
11474 ;;;;;; 247000))
11475 ;;; Generated autoloads from play/fortune.el
11476
11477 (autoload 'fortune-add-fortune "fortune" "\
11478 Add STRING to a fortune file FILE.
11479
11480 Interactively, if called with a prefix argument,
11481 read the file name to use. Otherwise use the value of `fortune-file'.
11482
11483 \(fn STRING FILE)" t nil)
11484
11485 (autoload 'fortune-from-region "fortune" "\
11486 Append the current region to a local fortune-like data file.
11487
11488 Interactively, if called with a prefix argument,
11489 read the file name to use. Otherwise use the value of `fortune-file'.
11490
11491 \(fn BEG END FILE)" t nil)
11492
11493 (autoload 'fortune-compile "fortune" "\
11494 Compile fortune file.
11495
11496 If called with a prefix asks for the FILE to compile, otherwise uses
11497 the value of `fortune-file'. This currently cannot handle directories.
11498
11499 \(fn &optional FILE)" t nil)
11500
11501 (autoload 'fortune-to-signature "fortune" "\
11502 Create signature from output of the fortune program.
11503
11504 If called with a prefix asks for the FILE to choose the fortune from,
11505 otherwise uses the value of `fortune-file'. If you want to have fortune
11506 choose from a set of files in a directory, call interactively with prefix
11507 and choose the directory as the fortune-file.
11508
11509 \(fn &optional FILE)" t nil)
11510
11511 (autoload 'fortune "fortune" "\
11512 Display a fortune cookie.
11513 If called with a prefix asks for the FILE to choose the fortune from,
11514 otherwise uses the value of `fortune-file'. If you want to have fortune
11515 choose from a set of files in a directory, call interactively with prefix
11516 and choose the directory as the fortune-file.
11517
11518 \(fn &optional FILE)" t nil)
11519
11520 ;;;***
11521 \f
11522 ;;;### (autoloads nil "frameset" "frameset.el" (22230 48822 720219
11523 ;;;;;; 879000))
11524 ;;; Generated autoloads from frameset.el
11525
11526 (defvar frameset-session-filter-alist '((name . :never) (left . frameset-filter-iconified) (minibuffer . frameset-filter-minibuffer) (top . frameset-filter-iconified)) "\
11527 Minimum set of parameters to filter for live (on-session) framesets.
11528 DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
11529
11530 (defvar frameset-persistent-filter-alist (nconc '((background-color . frameset-filter-sanitize-color) (buffer-list . :never) (buffer-predicate . :never) (buried-buffer-list . :never) (font . frameset-filter-shelve-param) (foreground-color . frameset-filter-sanitize-color) (fullscreen . frameset-filter-shelve-param) (GUI:font . frameset-filter-unshelve-param) (GUI:fullscreen . frameset-filter-unshelve-param) (GUI:height . frameset-filter-unshelve-param) (GUI:width . frameset-filter-unshelve-param) (height . frameset-filter-shelve-param) (outer-window-id . :never) (parent-id . :never) (tty . frameset-filter-tty-to-GUI) (tty-type . frameset-filter-tty-to-GUI) (width . frameset-filter-shelve-param) (window-id . :never) (window-system . :never)) frameset-session-filter-alist) "\
11531 Parameters to filter for persistent framesets.
11532 DO NOT MODIFY. See `frameset-filter-alist' for a full description.")
11533
11534 (defvar frameset-filter-alist frameset-persistent-filter-alist "\
11535 Alist of frame parameters and filtering functions.
11536
11537 This alist is the default value of the FILTERS argument of
11538 `frameset-save' and `frameset-restore' (which see).
11539
11540 Initially, `frameset-filter-alist' is set to, and shares the value of,
11541 `frameset-persistent-filter-alist'. You can override any item in
11542 this alist by `push'ing a new item onto it. If, for some reason, you
11543 intend to modify existing values, do
11544
11545 (setq frameset-filter-alist (copy-tree frameset-filter-alist))
11546
11547 before changing anything.
11548
11549 On saving, PARAMETERS is the parameter alist of each frame processed,
11550 and FILTERED is the parameter alist that gets saved to the frameset.
11551
11552 On restoring, PARAMETERS is the parameter alist extracted from the
11553 frameset, and FILTERED is the resulting frame parameter alist used
11554 to restore the frame.
11555
11556 Elements of `frameset-filter-alist' are conses (PARAM . ACTION),
11557 where PARAM is a parameter name (a symbol identifying a frame
11558 parameter), and ACTION can be:
11559
11560 nil The parameter is copied to FILTERED.
11561 :never The parameter is never copied to FILTERED.
11562 :save The parameter is copied only when saving the frame.
11563 :restore The parameter is copied only when restoring the frame.
11564 FILTER A filter function.
11565
11566 FILTER can be a symbol FILTER-FUN, or a list (FILTER-FUN ARGS...).
11567 FILTER-FUN is invoked with
11568
11569 (apply FILTER-FUN CURRENT FILTERED PARAMETERS SAVING ARGS)
11570
11571 where
11572
11573 CURRENT A cons (PARAM . VALUE), where PARAM is the one being
11574 filtered and VALUE is its current value.
11575 FILTERED The resulting alist (so far).
11576 PARAMETERS The complete alist of parameters being filtered,
11577 SAVING Non-nil if filtering before saving state, nil if filtering
11578 before restoring it.
11579 ARGS Any additional arguments specified in the ACTION.
11580
11581 FILTER-FUN is allowed to modify items in FILTERED, but no other arguments.
11582 It must return:
11583 nil Skip CURRENT (do not add it to FILTERED).
11584 t Add CURRENT to FILTERED as is.
11585 (NEW-PARAM . NEW-VALUE) Add this to FILTERED instead of CURRENT.
11586
11587 Frame parameters not on this alist are passed intact, as if they were
11588 defined with ACTION = nil.")
11589
11590 (autoload 'frameset-frame-id "frameset" "\
11591 Return the frame id of FRAME, if it has one; else, return nil.
11592 A frame id is a string that uniquely identifies a frame.
11593 It is persistent across `frameset-save' / `frameset-restore'
11594 invocations, and once assigned is never changed unless the same
11595 frame is duplicated (via `frameset-restore'), in which case the
11596 newest frame keeps the id and the old frame's is set to nil.
11597
11598 \(fn FRAME)" nil nil)
11599
11600 (autoload 'frameset-frame-id-equal-p "frameset" "\
11601 Return non-nil if FRAME's id matches ID.
11602
11603 \(fn FRAME ID)" nil nil)
11604
11605 (autoload 'frameset-frame-with-id "frameset" "\
11606 Return the live frame with id ID, if exists; else nil.
11607 If FRAME-LIST is a list of frames, check these frames only.
11608 If nil, check all live frames.
11609
11610 \(fn ID &optional FRAME-LIST)" nil nil)
11611
11612 (autoload 'frameset-save "frameset" "\
11613 Return a frameset for FRAME-LIST, a list of frames.
11614 Dead frames and non-frame objects are silently removed from the list.
11615 If nil, FRAME-LIST defaults to the output of `frame-list' (all live frames).
11616 APP, NAME and DESCRIPTION are optional data; see the docstring of the
11617 `frameset' defstruct for details.
11618 FILTERS is an alist of parameter filters; if nil, the value of the variable
11619 `frameset-filter-alist' is used instead.
11620 PREDICATE is a predicate function, which must return non-nil for frames that
11621 should be saved; if PREDICATE is nil, all frames from FRAME-LIST are saved.
11622 PROPERTIES is a user-defined property list to add to the frameset.
11623
11624 \(fn FRAME-LIST &key APP NAME DESCRIPTION FILTERS PREDICATE PROPERTIES)" nil nil)
11625
11626 (autoload 'frameset-restore "frameset" "\
11627 Restore a FRAMESET into the current display(s).
11628
11629 PREDICATE is a function called with two arguments, the parameter alist
11630 and the window-state of the frame being restored, in that order (see
11631 the docstring of the `frameset' defstruct for additional details).
11632 If PREDICATE returns nil, the frame described by that parameter alist
11633 and window-state is not restored.
11634
11635 FILTERS is an alist of parameter filters; if nil, the value of
11636 `frameset-filter-alist' is used instead.
11637
11638 REUSE-FRAMES selects the policy to reuse frames when restoring:
11639 t All existing frames can be reused.
11640 nil No existing frame can be reused.
11641 match Only frames with matching frame ids can be reused.
11642 PRED A predicate function; it receives as argument a live frame,
11643 and must return non-nil to allow reusing it, nil otherwise.
11644
11645 FORCE-DISPLAY can be:
11646 t Frames are restored in the current display.
11647 nil Frames are restored, if possible, in their original displays.
11648 delete Frames in other displays are deleted instead of restored.
11649 PRED A function called with two arguments, the parameter alist and
11650 the window state (in that order). It must return t, nil or
11651 `delete', as above but affecting only the frame that will
11652 be created from that parameter alist.
11653
11654 FORCE-ONSCREEN can be:
11655 t Force onscreen only those frames that are fully offscreen.
11656 nil Do not force any frame back onscreen.
11657 all Force onscreen any frame fully or partially offscreen.
11658 PRED A function called with three arguments,
11659 - the live frame just restored,
11660 - a list (LEFT TOP WIDTH HEIGHT), describing the frame,
11661 - a list (LEFT TOP WIDTH HEIGHT), describing the workarea.
11662 It must return non-nil to force the frame onscreen, nil otherwise.
11663
11664 CLEANUP-FRAMES allows \"cleaning up\" the frame list after restoring a frameset:
11665 t Delete all frames that were not created or restored upon.
11666 nil Keep all frames.
11667 FUNC A function called with two arguments:
11668 - FRAME, a live frame.
11669 - ACTION, which can be one of
11670 :rejected Frame existed, but was not a candidate for reuse.
11671 :ignored Frame existed, was a candidate, but wasn't reused.
11672 :reused Frame existed, was a candidate, and restored upon.
11673 :created Frame didn't exist, was created and restored upon.
11674 Return value is ignored.
11675
11676 Note the timing and scope of the operations described above: REUSE-FRAMES
11677 affects existing frames; PREDICATE, FILTERS and FORCE-DISPLAY affect the frame
11678 being restored before that happens; FORCE-ONSCREEN affects the frame once
11679 it has been restored; and CLEANUP-FRAMES affects all frames alive after the
11680 restoration, including those that have been reused or created anew.
11681
11682 All keyword parameters default to nil.
11683
11684 \(fn FRAMESET &key PREDICATE FILTERS REUSE-FRAMES FORCE-DISPLAY FORCE-ONSCREEN CLEANUP-FRAMES)" nil nil)
11685
11686 (autoload 'frameset--jump-to-register "frameset" "\
11687 Restore frameset from DATA stored in register.
11688 Called from `jump-to-register'. Internal use only.
11689
11690 \(fn DATA)" nil nil)
11691
11692 (autoload 'frameset--print-register "frameset" "\
11693 Print basic info about frameset stored in DATA.
11694 Called from `list-registers' and `view-register'. Internal use only.
11695
11696 \(fn DATA)" nil nil)
11697
11698 (autoload 'frameset-to-register "frameset" "\
11699 Store the current frameset in register REGISTER.
11700 Use \\[jump-to-register] to restore the frameset.
11701 Argument is a character, naming the register.
11702
11703 Interactively, reads the register using `register-read-with-preview'.
11704
11705 \(fn REGISTER)" t nil)
11706
11707 ;;;***
11708 \f
11709 ;;;### (autoloads nil "gamegrid" "play/gamegrid.el" (22230 48822
11710 ;;;;;; 860219 247000))
11711 ;;; Generated autoloads from play/gamegrid.el
11712 (push (purecopy '(gamegrid 1 2)) package--builtin-versions)
11713
11714 ;;;***
11715 \f
11716 ;;;### (autoloads nil "gdb-mi" "progmodes/gdb-mi.el" (22230 48822
11717 ;;;;;; 881219 152000))
11718 ;;; Generated autoloads from progmodes/gdb-mi.el
11719
11720 (defvar gdb-enable-debug nil "\
11721 Non-nil if Gdb-Enable-Debug mode is enabled.
11722 See the command `gdb-enable-debug' for a description of this minor mode.")
11723
11724 (custom-autoload 'gdb-enable-debug "gdb-mi" nil)
11725
11726 (autoload 'gdb-enable-debug "gdb-mi" "\
11727 Toggle logging of transaction between Emacs and Gdb.
11728 The log is stored in `gdb-debug-log' as an alist with elements
11729 whose cons is send, send-item or recv and whose cdr is the string
11730 being transferred. This list may grow up to a size of
11731 `gdb-debug-log-max' after which the oldest element (at the end of
11732 the list) is deleted every time a new one is added (at the front).
11733
11734 \(fn &optional ARG)" t nil)
11735
11736 (autoload 'gdb "gdb-mi" "\
11737 Run gdb on program FILE in buffer *gud-FILE*.
11738 The directory containing FILE becomes the initial working directory
11739 and source-file directory for your debugger.
11740
11741 COMMAND-LINE is the shell command for starting the gdb session.
11742 It should be a string consisting of the name of the gdb
11743 executable followed by command line options. The command line
11744 options should include \"-i=mi\" to use gdb's MI text interface.
11745 Note that the old \"--annotate\" option is no longer supported.
11746
11747 If option `gdb-many-windows' is nil (the default value) then gdb just
11748 pops up the GUD buffer unless `gdb-show-main' is t. In this case
11749 it starts with two windows: one displaying the GUD buffer and the
11750 other with the source file with the main routine of the inferior.
11751
11752 If option `gdb-many-windows' is t, regardless of the value of
11753 `gdb-show-main', the layout below will appear. Keybindings are
11754 shown in some of the buffers.
11755
11756 Watch expressions appear in the speedbar/slowbar.
11757
11758 The following commands help control operation :
11759
11760 `gdb-many-windows' - Toggle the number of windows gdb uses.
11761 `gdb-restore-windows' - To restore the window layout.
11762
11763 See Info node `(emacs)GDB Graphical Interface' for a more
11764 detailed description of this mode.
11765
11766
11767 +----------------------------------------------------------------------+
11768 | GDB Toolbar |
11769 +-----------------------------------+----------------------------------+
11770 | GUD buffer (I/O of GDB) | Locals buffer |
11771 | | |
11772 | | |
11773 | | |
11774 +-----------------------------------+----------------------------------+
11775 | Source buffer | I/O buffer (of debugged program) |
11776 | | (comint-mode) |
11777 | | |
11778 | | |
11779 | | |
11780 | | |
11781 | | |
11782 | | |
11783 +-----------------------------------+----------------------------------+
11784 | Stack buffer | Breakpoints buffer |
11785 | RET gdb-select-frame | SPC gdb-toggle-breakpoint |
11786 | | RET gdb-goto-breakpoint |
11787 | | D gdb-delete-breakpoint |
11788 +-----------------------------------+----------------------------------+
11789
11790 \(fn COMMAND-LINE)" t nil)
11791
11792 ;;;***
11793 \f
11794 ;;;### (autoloads nil "generic" "emacs-lisp/generic.el" (22230 48822
11795 ;;;;;; 693220 1000))
11796 ;;; Generated autoloads from emacs-lisp/generic.el
11797
11798 (defvar generic-mode-list nil "\
11799 A list of mode names for `generic-mode'.
11800 Do not add entries to this list directly; use `define-generic-mode'
11801 instead (which see).")
11802
11803 (autoload 'define-generic-mode "generic" "\
11804 Create a new generic mode MODE.
11805
11806 MODE is the name of the command for the generic mode; don't quote it.
11807 The optional DOCSTRING is the documentation for the mode command. If
11808 you do not supply it, `define-generic-mode' uses a default
11809 documentation string instead.
11810
11811 COMMENT-LIST is a list in which each element is either a character, a
11812 string of one or two characters, or a cons cell. A character or a
11813 string is set up in the mode's syntax table as a \"comment starter\".
11814 If the entry is a cons cell, the `car' is set up as a \"comment
11815 starter\" and the `cdr' as a \"comment ender\". (Use nil for the
11816 latter if you want comments to end at the end of the line.) Note that
11817 the syntax table has limitations about what comment starters and
11818 enders are actually possible.
11819
11820 KEYWORD-LIST is a list of keywords to highlight with
11821 `font-lock-keyword-face'. Each keyword should be a string.
11822
11823 FONT-LOCK-LIST is a list of additional expressions to highlight. Each
11824 element of this list should have the same form as an element of
11825 `font-lock-keywords'.
11826
11827 AUTO-MODE-LIST is a list of regular expressions to add to
11828 `auto-mode-alist'. These regular expressions are added when Emacs
11829 runs the macro expansion.
11830
11831 FUNCTION-LIST is a list of functions to call to do some additional
11832 setup. The mode command calls these functions just before it runs the
11833 mode hook `MODE-hook'.
11834
11835 See the file generic-x.el for some examples of `define-generic-mode'.
11836
11837 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST FUNCTION-LIST &optional DOCSTRING)" nil t)
11838
11839 (function-put 'define-generic-mode 'lisp-indent-function '1)
11840
11841 (function-put 'define-generic-mode 'doc-string-elt '7)
11842
11843 (autoload 'generic-mode-internal "generic" "\
11844 Go into the generic mode MODE.
11845
11846 \(fn MODE COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST FUNCTION-LIST)" nil nil)
11847
11848 (autoload 'generic-mode "generic" "\
11849 Enter generic mode MODE.
11850
11851 Generic modes provide basic comment and font-lock functionality
11852 for \"generic\" files. (Files which are too small to warrant their
11853 own mode, but have comment characters, keywords, and the like.)
11854
11855 To define a generic-mode, use the function `define-generic-mode'.
11856 Some generic modes are defined in `generic-x.el'.
11857
11858 \(fn MODE)" t nil)
11859
11860 (autoload 'generic-make-keywords-list "generic" "\
11861 Return a `font-lock-keywords' construct that highlights KEYWORD-LIST.
11862 KEYWORD-LIST is a list of keyword strings that should be
11863 highlighted with face FACE. This function calculates a regular
11864 expression that matches these keywords and concatenates it with
11865 PREFIX and SUFFIX. Then it returns a construct based on this
11866 regular expression that can be used as an element of
11867 `font-lock-keywords'.
11868
11869 \(fn KEYWORD-LIST FACE &optional PREFIX SUFFIX)" nil nil)
11870
11871 (make-obsolete 'generic-make-keywords-list 'regexp-opt '"24.4")
11872
11873 ;;;***
11874 \f
11875 ;;;### (autoloads nil "glasses" "progmodes/glasses.el" (22230 48822
11876 ;;;;;; 881219 152000))
11877 ;;; Generated autoloads from progmodes/glasses.el
11878
11879 (autoload 'glasses-mode "glasses" "\
11880 Minor mode for making identifiers likeThis readable.
11881 With a prefix argument ARG, enable the mode if ARG is positive,
11882 and disable it otherwise. If called from Lisp, enable the mode
11883 if ARG is omitted or nil. When this mode is active, it tries to
11884 add virtual separators (like underscores) at places they belong to.
11885
11886 \(fn &optional ARG)" t nil)
11887
11888 ;;;***
11889 \f
11890 ;;;### (autoloads nil "gmm-utils" "gnus/gmm-utils.el" (22230 48822
11891 ;;;;;; 729219 838000))
11892 ;;; Generated autoloads from gnus/gmm-utils.el
11893
11894 (autoload 'gmm-regexp-concat "gmm-utils" "\
11895 Potentially concat a list of regexps into a single one.
11896 The concatenation is done with logical ORs.
11897
11898 \(fn REGEXP)" nil nil)
11899
11900 (autoload 'gmm-message "gmm-utils" "\
11901 If LEVEL is lower than `gmm-verbose' print ARGS using `message'.
11902
11903 Guideline for numbers:
11904 1 - error messages
11905 3 - non-serious error messages
11906 5 - messages for things that take a long time
11907 7 - not very important messages on stuff
11908 9 - messages inside loops.
11909
11910 \(fn LEVEL &rest ARGS)" nil nil)
11911
11912 (autoload 'gmm-error "gmm-utils" "\
11913 Beep an error if LEVEL is equal to or less than `gmm-verbose'.
11914 ARGS are passed to `message'.
11915
11916 \(fn LEVEL &rest ARGS)" nil nil)
11917
11918 (autoload 'gmm-widget-p "gmm-utils" "\
11919 Non-nil if SYMBOL is a widget.
11920
11921 \(fn SYMBOL)" nil nil)
11922
11923 (autoload 'gmm-tool-bar-from-list "gmm-utils" "\
11924 Make a tool bar from ICON-LIST.
11925
11926 Within each entry of ICON-LIST, the first element is a menu
11927 command, the second element is an icon file name and the third
11928 element is a test function. You can use \\[describe-key]
11929 <menu-entry> to find out the name of a menu command. The fourth
11930 and all following elements are passed as the PROPS argument to the
11931 function `tool-bar-local-item'.
11932
11933 If ZAP-LIST is a list, remove those item from the default
11934 `tool-bar-map'. If it is t, start with a new sparse map. You
11935 can use \\[describe-key] <icon> to find out the name of an icon
11936 item. When \\[describe-key] <icon> shows \"<tool-bar> <new-file>
11937 runs the command find-file\", then use `new-file' in ZAP-LIST.
11938
11939 DEFAULT-MAP specifies the default key map for ICON-LIST.
11940
11941 \(fn ICON-LIST ZAP-LIST DEFAULT-MAP)" nil nil)
11942
11943 ;;;***
11944 \f
11945 ;;;### (autoloads nil "gnus" "gnus/gnus.el" (22230 48822 742219 780000))
11946 ;;; Generated autoloads from gnus/gnus.el
11947 (push (purecopy '(gnus 5 13)) package--builtin-versions)
11948 (when (fboundp 'custom-autoload)
11949 (custom-autoload 'gnus-select-method "gnus"))
11950
11951 (autoload 'gnus-slave-no-server "gnus" "\
11952 Read network news as a slave, without connecting to the local server.
11953
11954 \(fn &optional ARG)" t nil)
11955
11956 (autoload 'gnus-no-server "gnus" "\
11957 Read network news.
11958 If ARG is a positive number, Gnus will use that as the startup
11959 level. If ARG is nil, Gnus will be started at level 2. If ARG is
11960 non-nil and not a positive number, Gnus will prompt the user for the
11961 name of an NNTP server to use.
11962 As opposed to `gnus', this command will not connect to the local
11963 server.
11964
11965 \(fn &optional ARG SLAVE)" t nil)
11966
11967 (autoload 'gnus-slave "gnus" "\
11968 Read news as a slave.
11969
11970 \(fn &optional ARG)" t nil)
11971
11972 (autoload 'gnus-other-frame "gnus" "\
11973 Pop up a frame to read news.
11974 This will call one of the Gnus commands which is specified by the user
11975 option `gnus-other-frame-function' (default `gnus') with the argument
11976 ARG if Gnus is not running, otherwise pop up a Gnus frame and run the
11977 command specified by `gnus-other-frame-resume-function'.
11978 The optional second argument DISPLAY should be a standard display string
11979 such as \"unix:0\" to specify where to pop up a frame. If DISPLAY is
11980 omitted or the function `make-frame-on-display' is not available, the
11981 current display is used.
11982
11983 \(fn &optional ARG DISPLAY)" t nil)
11984
11985 (autoload 'gnus "gnus" "\
11986 Read network news.
11987 If ARG is non-nil and a positive number, Gnus will use that as the
11988 startup level. If ARG is non-nil and not a positive number, Gnus will
11989 prompt the user for the name of an NNTP server to use.
11990
11991 \(fn &optional ARG DONT-CONNECT SLAVE)" t nil)
11992
11993 ;;;***
11994 \f
11995 ;;;### (autoloads nil "gnus-agent" "gnus/gnus-agent.el" (22230 48822
11996 ;;;;;; 730219 834000))
11997 ;;; Generated autoloads from gnus/gnus-agent.el
11998
11999 (autoload 'gnus-unplugged "gnus-agent" "\
12000 Start Gnus unplugged.
12001
12002 \(fn)" t nil)
12003
12004 (autoload 'gnus-plugged "gnus-agent" "\
12005 Start Gnus plugged.
12006
12007 \(fn)" t nil)
12008
12009 (autoload 'gnus-slave-unplugged "gnus-agent" "\
12010 Read news as a slave unplugged.
12011
12012 \(fn &optional ARG)" t nil)
12013
12014 (autoload 'gnus-agentize "gnus-agent" "\
12015 Allow Gnus to be an offline newsreader.
12016
12017 The gnus-agentize function is now called internally by gnus when
12018 gnus-agent is set. If you wish to avoid calling gnus-agentize,
12019 customize gnus-agent to nil.
12020
12021 This will modify the `gnus-setup-news-hook', and
12022 `message-send-mail-real-function' variables, and install the Gnus agent
12023 minor mode in all Gnus buffers.
12024
12025 \(fn)" t nil)
12026
12027 (autoload 'gnus-agent-possibly-save-gcc "gnus-agent" "\
12028 Save GCC if Gnus is unplugged.
12029
12030 \(fn)" nil nil)
12031
12032 (autoload 'gnus-agent-rename-group "gnus-agent" "\
12033 Rename fully-qualified OLD-GROUP as NEW-GROUP.
12034 Always updates the agent, even when disabled, as the old agent
12035 files would corrupt gnus when the agent was next enabled.
12036 Depends upon the caller to determine whether group renaming is
12037 supported.
12038
12039 \(fn OLD-GROUP NEW-GROUP)" nil nil)
12040
12041 (autoload 'gnus-agent-delete-group "gnus-agent" "\
12042 Delete fully-qualified GROUP.
12043 Always updates the agent, even when disabled, as the old agent
12044 files would corrupt gnus when the agent was next enabled.
12045 Depends upon the caller to determine whether group deletion is
12046 supported.
12047
12048 \(fn GROUP)" nil nil)
12049
12050 (autoload 'gnus-agent-get-undownloaded-list "gnus-agent" "\
12051 Construct list of articles that have not been downloaded.
12052
12053 \(fn)" nil nil)
12054
12055 (autoload 'gnus-agent-possibly-alter-active "gnus-agent" "\
12056 Possibly expand a group's active range to include articles
12057 downloaded into the agent.
12058
12059 \(fn GROUP ACTIVE &optional INFO)" nil nil)
12060
12061 (autoload 'gnus-agent-find-parameter "gnus-agent" "\
12062 Search for GROUPs SYMBOL in the group's parameters, the group's
12063 topic parameters, the group's category, or the customizable
12064 variables. Returns the first non-nil value found.
12065
12066 \(fn GROUP SYMBOL)" nil nil)
12067
12068 (autoload 'gnus-agent-batch-fetch "gnus-agent" "\
12069 Start Gnus and fetch session.
12070
12071 \(fn)" t nil)
12072
12073 (autoload 'gnus-agent-batch "gnus-agent" "\
12074 Start Gnus, send queue and fetch session.
12075
12076 \(fn)" t nil)
12077
12078 (autoload 'gnus-agent-regenerate "gnus-agent" "\
12079 Regenerate all agent covered files.
12080 CLEAN is obsolete and ignored.
12081
12082 \(fn &optional CLEAN REREAD)" t nil)
12083
12084 ;;;***
12085 \f
12086 ;;;### (autoloads nil "gnus-art" "gnus/gnus-art.el" (22230 48822
12087 ;;;;;; 731219 829000))
12088 ;;; Generated autoloads from gnus/gnus-art.el
12089
12090 (autoload 'gnus-article-prepare-display "gnus-art" "\
12091 Make the current buffer look like a nice article.
12092
12093 \(fn)" nil nil)
12094
12095 ;;;***
12096 \f
12097 ;;;### (autoloads nil "gnus-bookmark" "gnus/gnus-bookmark.el" (22230
12098 ;;;;;; 48822 731219 829000))
12099 ;;; Generated autoloads from gnus/gnus-bookmark.el
12100
12101 (autoload 'gnus-bookmark-set "gnus-bookmark" "\
12102 Set a bookmark for this article.
12103
12104 \(fn)" t nil)
12105
12106 (autoload 'gnus-bookmark-jump "gnus-bookmark" "\
12107 Jump to a Gnus bookmark (BMK-NAME).
12108
12109 \(fn &optional BMK-NAME)" t nil)
12110
12111 (autoload 'gnus-bookmark-bmenu-list "gnus-bookmark" "\
12112 Display a list of existing Gnus bookmarks.
12113 The list is displayed in a buffer named `*Gnus Bookmark List*'.
12114 The leftmost column displays a D if the bookmark is flagged for
12115 deletion, or > if it is flagged for displaying.
12116
12117 \(fn)" t nil)
12118
12119 ;;;***
12120 \f
12121 ;;;### (autoloads nil "gnus-cache" "gnus/gnus-cache.el" (22230 48822
12122 ;;;;;; 731219 829000))
12123 ;;; Generated autoloads from gnus/gnus-cache.el
12124
12125 (autoload 'gnus-jog-cache "gnus-cache" "\
12126 Go through all groups and put the articles into the cache.
12127
12128 Usage:
12129 $ emacs -batch -l ~/.emacs -l gnus -f gnus-jog-cache
12130
12131 \(fn)" t nil)
12132
12133 (autoload 'gnus-cache-generate-active "gnus-cache" "\
12134 Generate the cache active file.
12135
12136 \(fn &optional DIRECTORY)" t nil)
12137
12138 (autoload 'gnus-cache-generate-nov-databases "gnus-cache" "\
12139 Generate NOV files recursively starting in DIR.
12140
12141 \(fn DIR)" t nil)
12142
12143 (autoload 'gnus-cache-rename-group "gnus-cache" "\
12144 Rename OLD-GROUP as NEW-GROUP.
12145 Always updates the cache, even when disabled, as the old cache
12146 files would corrupt Gnus when the cache was next enabled. It
12147 depends on the caller to determine whether group renaming is
12148 supported.
12149
12150 \(fn OLD-GROUP NEW-GROUP)" nil nil)
12151
12152 (autoload 'gnus-cache-delete-group "gnus-cache" "\
12153 Delete GROUP from the cache.
12154 Always updates the cache, even when disabled, as the old cache
12155 files would corrupt gnus when the cache was next enabled.
12156 Depends upon the caller to determine whether group deletion is
12157 supported.
12158
12159 \(fn GROUP)" nil nil)
12160
12161 ;;;***
12162 \f
12163 ;;;### (autoloads nil "gnus-delay" "gnus/gnus-delay.el" (22230 48822
12164 ;;;;;; 732219 825000))
12165 ;;; Generated autoloads from gnus/gnus-delay.el
12166
12167 (autoload 'gnus-delay-article "gnus-delay" "\
12168 Delay this article by some time.
12169 DELAY is a string, giving the length of the time. Possible values are:
12170
12171 * <digits><units> for <units> in minutes (`m'), hours (`h'), days (`d'),
12172 weeks (`w'), months (`M'), or years (`Y');
12173
12174 * YYYY-MM-DD for a specific date. The time of day is given by the
12175 variable `gnus-delay-default-hour', minute and second are zero.
12176
12177 * hh:mm for a specific time. Use 24h format. If it is later than this
12178 time, then the deadline is tomorrow, else today.
12179
12180 \(fn DELAY)" t nil)
12181
12182 (autoload 'gnus-delay-send-queue "gnus-delay" "\
12183 Send all the delayed messages that are due now.
12184
12185 \(fn)" t nil)
12186
12187 (autoload 'gnus-delay-initialize "gnus-delay" "\
12188 Initialize the gnus-delay package.
12189 This sets up a key binding in `message-mode' to delay a message.
12190 This tells Gnus to look for delayed messages after getting new news.
12191
12192 The optional arg NO-KEYMAP is ignored.
12193 Checking delayed messages is skipped if optional arg NO-CHECK is non-nil.
12194
12195 \(fn &optional NO-KEYMAP NO-CHECK)" nil nil)
12196
12197 ;;;***
12198 \f
12199 ;;;### (autoloads nil "gnus-diary" "gnus/gnus-diary.el" (22230 48822
12200 ;;;;;; 732219 825000))
12201 ;;; Generated autoloads from gnus/gnus-diary.el
12202
12203 (autoload 'gnus-user-format-function-d "gnus-diary" "\
12204
12205
12206 \(fn HEADER)" nil nil)
12207
12208 (autoload 'gnus-user-format-function-D "gnus-diary" "\
12209
12210
12211 \(fn HEADER)" nil nil)
12212
12213 ;;;***
12214 \f
12215 ;;;### (autoloads nil "gnus-dired" "gnus/gnus-dired.el" (22230 48822
12216 ;;;;;; 732219 825000))
12217 ;;; Generated autoloads from gnus/gnus-dired.el
12218
12219 (autoload 'turn-on-gnus-dired-mode "gnus-dired" "\
12220 Convenience method to turn on gnus-dired-mode.
12221
12222 \(fn)" t nil)
12223
12224 ;;;***
12225 \f
12226 ;;;### (autoloads nil "gnus-draft" "gnus/gnus-draft.el" (22230 48822
12227 ;;;;;; 733219 820000))
12228 ;;; Generated autoloads from gnus/gnus-draft.el
12229
12230 (autoload 'gnus-draft-reminder "gnus-draft" "\
12231 Reminder user if there are unsent drafts.
12232
12233 \(fn)" t nil)
12234
12235 ;;;***
12236 \f
12237 ;;;### (autoloads nil "gnus-fun" "gnus/gnus-fun.el" (22230 48822
12238 ;;;;;; 733219 820000))
12239 ;;; Generated autoloads from gnus/gnus-fun.el
12240
12241 (autoload 'gnus--random-face-with-type "gnus-fun" "\
12242 Return file from DIR with extension EXT, omitting matches of OMIT, processed by FUN.
12243
12244 \(fn DIR EXT OMIT FUN)" nil nil)
12245
12246 (autoload 'message-goto-eoh "message" nil t)
12247
12248 (autoload 'gnus-random-x-face "gnus-fun" "\
12249 Return X-Face header data chosen randomly from `gnus-x-face-directory'.
12250
12251 Files matching `gnus-x-face-omit-files' are not considered.
12252
12253 \(fn)" t nil)
12254
12255 (autoload 'gnus-insert-random-x-face-header "gnus-fun" "\
12256 Insert a random X-Face header from `gnus-x-face-directory'.
12257
12258 \(fn)" t nil)
12259
12260 (autoload 'gnus-x-face-from-file "gnus-fun" "\
12261 Insert an X-Face header based on an image FILE.
12262
12263 Depending on `gnus-convert-image-to-x-face-command' it may accept
12264 different input formats.
12265
12266 \(fn FILE)" t nil)
12267
12268 (autoload 'gnus-face-from-file "gnus-fun" "\
12269 Return a Face header based on an image FILE.
12270
12271 Depending on `gnus-convert-image-to-face-command' it may accept
12272 different input formats.
12273
12274 \(fn FILE)" t nil)
12275
12276 (autoload 'gnus-convert-face-to-png "gnus-fun" "\
12277 Convert FACE (which is base64-encoded) to a PNG.
12278 The PNG is returned as a string.
12279
12280 \(fn FACE)" nil nil)
12281
12282 (autoload 'gnus-convert-png-to-face "gnus-fun" "\
12283 Convert FILE to a Face.
12284 FILE should be a PNG file that's 48x48 and smaller than or equal to
12285 726 bytes.
12286
12287 \(fn FILE)" nil nil)
12288
12289 (autoload 'gnus-random-face "gnus-fun" "\
12290 Return randomly chosen Face from `gnus-face-directory'.
12291
12292 Files matching `gnus-face-omit-files' are not considered.
12293
12294 \(fn)" t nil)
12295
12296 (autoload 'gnus-insert-random-face-header "gnus-fun" "\
12297 Insert a random Face header from `gnus-face-directory'.
12298
12299 \(fn)" nil nil)
12300
12301 ;;;***
12302 \f
12303 ;;;### (autoloads nil "gnus-gravatar" "gnus/gnus-gravatar.el" (22230
12304 ;;;;;; 48822 733219 820000))
12305 ;;; Generated autoloads from gnus/gnus-gravatar.el
12306
12307 (autoload 'gnus-treat-from-gravatar "gnus-gravatar" "\
12308 Display gravatar in the From header.
12309 If gravatar is already displayed, remove it.
12310
12311 \(fn &optional FORCE)" t nil)
12312
12313 (autoload 'gnus-treat-mail-gravatar "gnus-gravatar" "\
12314 Display gravatars in the Cc and To headers.
12315 If gravatars are already displayed, remove them.
12316
12317 \(fn &optional FORCE)" t nil)
12318
12319 ;;;***
12320 \f
12321 ;;;### (autoloads nil "gnus-group" "gnus/gnus-group.el" (22230 48822
12322 ;;;;;; 734219 816000))
12323 ;;; Generated autoloads from gnus/gnus-group.el
12324
12325 (autoload 'gnus-fetch-group "gnus-group" "\
12326 Start Gnus if necessary and enter GROUP.
12327 If ARTICLES, display those articles.
12328 Returns whether the fetching was successful or not.
12329
12330 \(fn GROUP &optional ARTICLES)" t nil)
12331
12332 (autoload 'gnus-fetch-group-other-frame "gnus-group" "\
12333 Pop up a frame and enter GROUP.
12334
12335 \(fn GROUP)" t nil)
12336
12337 ;;;***
12338 \f
12339 ;;;### (autoloads nil "gnus-html" "gnus/gnus-html.el" (22230 48822
12340 ;;;;;; 734219 816000))
12341 ;;; Generated autoloads from gnus/gnus-html.el
12342
12343 (autoload 'gnus-article-html "gnus-html" "\
12344
12345
12346 \(fn &optional HANDLE)" nil nil)
12347
12348 (autoload 'gnus-html-prefetch-images "gnus-html" "\
12349
12350
12351 \(fn SUMMARY)" nil nil)
12352
12353 ;;;***
12354 \f
12355 ;;;### (autoloads nil "gnus-kill" "gnus/gnus-kill.el" (22230 48822
12356 ;;;;;; 734219 816000))
12357 ;;; Generated autoloads from gnus/gnus-kill.el
12358
12359 (defalias 'gnus-batch-kill 'gnus-batch-score)
12360
12361 (autoload 'gnus-batch-score "gnus-kill" "\
12362 Run batched scoring.
12363 Usage: emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12364
12365 \(fn)" t nil)
12366
12367 ;;;***
12368 \f
12369 ;;;### (autoloads nil "gnus-ml" "gnus/gnus-ml.el" (22230 48822 735219
12370 ;;;;;; 811000))
12371 ;;; Generated autoloads from gnus/gnus-ml.el
12372
12373 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" "\
12374
12375
12376 \(fn)" nil nil)
12377
12378 (autoload 'gnus-mailing-list-insinuate "gnus-ml" "\
12379 Setup group parameters from List-Post header.
12380 If FORCE is non-nil, replace the old ones.
12381
12382 \(fn &optional FORCE)" t nil)
12383
12384 (autoload 'gnus-mailing-list-mode "gnus-ml" "\
12385 Minor mode for providing mailing-list commands.
12386
12387 \\{gnus-mailing-list-mode-map}
12388
12389 \(fn &optional ARG)" t nil)
12390
12391 ;;;***
12392 \f
12393 ;;;### (autoloads nil "gnus-mlspl" "gnus/gnus-mlspl.el" (22230 48822
12394 ;;;;;; 735219 811000))
12395 ;;; Generated autoloads from gnus/gnus-mlspl.el
12396
12397 (autoload 'gnus-group-split-setup "gnus-mlspl" "\
12398 Set up the split for `nnmail-split-fancy'.
12399 Sets things up so that nnmail-split-fancy is used for mail
12400 splitting, and defines the variable nnmail-split-fancy according with
12401 group parameters.
12402
12403 If AUTO-UPDATE is non-nil (prefix argument accepted, if called
12404 interactively), it makes sure nnmail-split-fancy is re-computed before
12405 getting new mail, by adding `gnus-group-split-update' to
12406 `nnmail-pre-get-new-mail-hook'.
12407
12408 A non-nil CATCH-ALL replaces the current value of
12409 `gnus-group-split-default-catch-all-group'. This variable is only used
12410 by gnus-group-split-update, and only when its CATCH-ALL argument is
12411 nil. This argument may contain any fancy split, that will be added as
12412 the last split in a `|' split produced by `gnus-group-split-fancy',
12413 unless overridden by any group marked as a catch-all group. Typical
12414 uses are as simple as the name of a default mail group, but more
12415 elaborate fancy splits may also be useful to split mail that doesn't
12416 match any of the group-specified splitting rules. See
12417 `gnus-group-split-fancy' for details.
12418
12419 \(fn &optional AUTO-UPDATE CATCH-ALL)" t nil)
12420
12421 (autoload 'gnus-group-split-update "gnus-mlspl" "\
12422 Computes nnmail-split-fancy from group params and CATCH-ALL.
12423 It does this by calling by calling (gnus-group-split-fancy nil
12424 nil CATCH-ALL).
12425
12426 If CATCH-ALL is nil, `gnus-group-split-default-catch-all-group' is used
12427 instead. This variable is set by `gnus-group-split-setup'.
12428
12429 \(fn &optional CATCH-ALL)" t nil)
12430
12431 (autoload 'gnus-group-split "gnus-mlspl" "\
12432 Use information from group parameters in order to split mail.
12433 See `gnus-group-split-fancy' for more information.
12434
12435 `gnus-group-split' is a valid value for `nnmail-split-methods'.
12436
12437 \(fn)" nil nil)
12438
12439 (autoload 'gnus-group-split-fancy "gnus-mlspl" "\
12440 Uses information from group parameters in order to split mail.
12441 It can be embedded into `nnmail-split-fancy' lists with the SPLIT
12442
12443 \(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
12444
12445 GROUPS may be a regular expression or a list of group names, that will
12446 be used to select candidate groups. If it is omitted or nil, all
12447 existing groups are considered.
12448
12449 if NO-CROSSPOST is omitted or nil, a & split will be returned,
12450 otherwise, a | split, that does not allow crossposting, will be
12451 returned.
12452
12453 For each selected group, a SPLIT is composed like this: if SPLIT-SPEC
12454 is specified, this split is returned as-is (unless it is nil: in this
12455 case, the group is ignored). Otherwise, if TO-ADDRESS, TO-LIST and/or
12456 EXTRA-ALIASES are specified, a regexp that matches any of them is
12457 constructed (extra-aliases may be a list). Additionally, if
12458 SPLIT-REGEXP is specified, the regexp will be extended so that it
12459 matches this regexp too, and if SPLIT-EXCLUDE is specified, RESTRICT
12460 clauses will be generated.
12461
12462 If CATCH-ALL is nil, no catch-all handling is performed, regardless of
12463 catch-all marks in group parameters. Otherwise, if there is no
12464 selected group whose SPLIT-REGEXP matches the empty string, nor is
12465 there a selected group whose SPLIT-SPEC is `catch-all', this fancy
12466 split (say, a group name) will be appended to the returned SPLIT list,
12467 as the last element of a `|' SPLIT.
12468
12469 For example, given the following group parameters:
12470
12471 nnml:mail.bar:
12472 \((to-address . \"bar@femail.com\")
12473 (split-regexp . \".*@femail\\\\.com\"))
12474 nnml:mail.foo:
12475 \((to-list . \"foo@nowhere.gov\")
12476 (extra-aliases \"foo@localhost\" \"foo-redist@home\")
12477 (split-exclude \"bugs-foo\" \"rambling-foo\")
12478 (admin-address . \"foo-request@nowhere.gov\"))
12479 nnml:mail.others:
12480 \((split-spec . catch-all))
12481
12482 Calling (gnus-group-split-fancy nil nil \"mail.others\") returns:
12483
12484 \(| (& (any \"\\\\(bar@femail\\\\.com\\\\|.*@femail\\\\.com\\\\)\"
12485 \"mail.bar\")
12486 (any \"\\\\(foo@nowhere\\\\.gov\\\\|foo@localhost\\\\|foo-redist@home\\\\)\"
12487 - \"bugs-foo\" - \"rambling-foo\" \"mail.foo\"))
12488 \"mail.others\")
12489
12490 \(fn &optional GROUPS NO-CROSSPOST CATCH-ALL)" nil nil)
12491
12492 ;;;***
12493 \f
12494 ;;;### (autoloads nil "gnus-msg" "gnus/gnus-msg.el" (22230 48822
12495 ;;;;;; 735219 811000))
12496 ;;; Generated autoloads from gnus/gnus-msg.el
12497
12498 (autoload 'gnus-msg-mail "gnus-msg" "\
12499 Start editing a mail message to be sent.
12500 Like `message-mail', but with Gnus paraphernalia, particularly the
12501 Gcc: header for archiving purposes.
12502 If Gnus isn't running, a plain `message-mail' setup is used
12503 instead.
12504
12505 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-ACTION YANK-ACTION SEND-ACTIONS RETURN-ACTION)" t nil)
12506
12507 (autoload 'gnus-button-mailto "gnus-msg" "\
12508 Mail to ADDRESS.
12509
12510 \(fn ADDRESS)" nil nil)
12511
12512 (autoload 'gnus-button-reply "gnus-msg" "\
12513 Like `message-reply'.
12514
12515 \(fn &optional TO-ADDRESS WIDE)" t nil)
12516
12517 (define-mail-user-agent 'gnus-user-agent 'gnus-msg-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
12518
12519 ;;;***
12520 \f
12521 ;;;### (autoloads nil "gnus-notifications" "gnus/gnus-notifications.el"
12522 ;;;;;; (22230 48822 735219 811000))
12523 ;;; Generated autoloads from gnus/gnus-notifications.el
12524
12525 (autoload 'gnus-notifications "gnus-notifications" "\
12526 Send a notification on new message.
12527 This check for new messages that are in group with a level lower
12528 or equal to `gnus-notifications-minimum-level' and send a
12529 notification using `notifications-notify' for it.
12530
12531 This is typically a function to add in
12532 `gnus-after-getting-new-news-hook'
12533
12534 \(fn)" nil nil)
12535
12536 ;;;***
12537 \f
12538 ;;;### (autoloads nil "gnus-picon" "gnus/gnus-picon.el" (22230 48822
12539 ;;;;;; 735219 811000))
12540 ;;; Generated autoloads from gnus/gnus-picon.el
12541
12542 (autoload 'gnus-treat-from-picon "gnus-picon" "\
12543 Display picons in the From header.
12544 If picons are already displayed, remove them.
12545
12546 \(fn)" t nil)
12547
12548 (autoload 'gnus-treat-mail-picon "gnus-picon" "\
12549 Display picons in the Cc and To headers.
12550 If picons are already displayed, remove them.
12551
12552 \(fn)" t nil)
12553
12554 (autoload 'gnus-treat-newsgroups-picon "gnus-picon" "\
12555 Display picons in the Newsgroups and Followup-To headers.
12556 If picons are already displayed, remove them.
12557
12558 \(fn)" t nil)
12559
12560 ;;;***
12561 \f
12562 ;;;### (autoloads nil "gnus-range" "gnus/gnus-range.el" (22230 48822
12563 ;;;;;; 735219 811000))
12564 ;;; Generated autoloads from gnus/gnus-range.el
12565
12566 (autoload 'gnus-sorted-difference "gnus-range" "\
12567 Return a list of elements of LIST1 that do not appear in LIST2.
12568 Both lists have to be sorted over <.
12569 The tail of LIST1 is not copied.
12570
12571 \(fn LIST1 LIST2)" nil nil)
12572
12573 (autoload 'gnus-sorted-ndifference "gnus-range" "\
12574 Return a list of elements of LIST1 that do not appear in LIST2.
12575 Both lists have to be sorted over <.
12576 LIST1 is modified.
12577
12578 \(fn LIST1 LIST2)" nil nil)
12579
12580 (autoload 'gnus-sorted-complement "gnus-range" "\
12581 Return a list of elements that are in LIST1 or LIST2 but not both.
12582 Both lists have to be sorted over <.
12583
12584 \(fn LIST1 LIST2)" nil nil)
12585
12586 (autoload 'gnus-intersection "gnus-range" "\
12587
12588
12589 \(fn LIST1 LIST2)" nil nil)
12590
12591 (autoload 'gnus-sorted-intersection "gnus-range" "\
12592 Return intersection of LIST1 and LIST2.
12593 LIST1 and LIST2 have to be sorted over <.
12594
12595 \(fn LIST1 LIST2)" nil nil)
12596
12597 (autoload 'gnus-sorted-range-intersection "gnus-range" "\
12598 Return intersection of RANGE1 and RANGE2.
12599 RANGE1 and RANGE2 have to be sorted over <.
12600
12601 \(fn RANGE1 RANGE2)" nil nil)
12602
12603 (defalias 'gnus-set-sorted-intersection 'gnus-sorted-nintersection)
12604
12605 (autoload 'gnus-sorted-nintersection "gnus-range" "\
12606 Return intersection of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12607 LIST1 and LIST2 have to be sorted over <.
12608
12609 \(fn LIST1 LIST2)" nil nil)
12610
12611 (autoload 'gnus-sorted-union "gnus-range" "\
12612 Return union of LIST1 and LIST2.
12613 LIST1 and LIST2 have to be sorted over <.
12614
12615 \(fn LIST1 LIST2)" nil nil)
12616
12617 (autoload 'gnus-sorted-nunion "gnus-range" "\
12618 Return union of LIST1 and LIST2 by modifying cdr pointers of LIST1.
12619 LIST1 and LIST2 have to be sorted over <.
12620
12621 \(fn LIST1 LIST2)" nil nil)
12622
12623 (autoload 'gnus-add-to-sorted-list "gnus-range" "\
12624 Add NUM into sorted LIST by side effect.
12625
12626 \(fn LIST NUM)" nil nil)
12627
12628 ;;;***
12629 \f
12630 ;;;### (autoloads nil "gnus-registry" "gnus/gnus-registry.el" (22230
12631 ;;;;;; 48822 736219 807000))
12632 ;;; Generated autoloads from gnus/gnus-registry.el
12633
12634 (autoload 'gnus-registry-initialize "gnus-registry" "\
12635 Initialize the Gnus registry.
12636
12637 \(fn)" t nil)
12638
12639 (autoload 'gnus-registry-install-hooks "gnus-registry" "\
12640 Install the registry hooks.
12641
12642 \(fn)" t nil)
12643
12644 ;;;***
12645 \f
12646 ;;;### (autoloads nil "gnus-sieve" "gnus/gnus-sieve.el" (22230 48822
12647 ;;;;;; 736219 807000))
12648 ;;; Generated autoloads from gnus/gnus-sieve.el
12649
12650 (autoload 'gnus-sieve-update "gnus-sieve" "\
12651 Update the Sieve script in gnus-sieve-file, by replacing the region
12652 between gnus-sieve-region-start and gnus-sieve-region-end with
12653 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost), then
12654 execute gnus-sieve-update-shell-command.
12655 See the documentation for these variables and functions for details.
12656
12657 \(fn)" t nil)
12658
12659 (autoload 'gnus-sieve-generate "gnus-sieve" "\
12660 Generate the Sieve script in gnus-sieve-file, by replacing the region
12661 between gnus-sieve-region-start and gnus-sieve-region-end with
12662 \(gnus-sieve-script gnus-sieve-select-method gnus-sieve-crosspost).
12663 See the documentation for these variables and functions for details.
12664
12665 \(fn)" t nil)
12666
12667 (autoload 'gnus-sieve-article-add-rule "gnus-sieve" "\
12668
12669
12670 \(fn)" t nil)
12671
12672 ;;;***
12673 \f
12674 ;;;### (autoloads nil "gnus-spec" "gnus/gnus-spec.el" (22230 48822
12675 ;;;;;; 737219 802000))
12676 ;;; Generated autoloads from gnus/gnus-spec.el
12677
12678 (autoload 'gnus-update-format "gnus-spec" "\
12679 Update the format specification near point.
12680
12681 \(fn VAR)" t nil)
12682
12683 ;;;***
12684 \f
12685 ;;;### (autoloads nil "gnus-start" "gnus/gnus-start.el" (22230 48822
12686 ;;;;;; 737219 802000))
12687 ;;; Generated autoloads from gnus/gnus-start.el
12688
12689 (autoload 'gnus-declare-backend "gnus-start" "\
12690 Declare back end NAME with ABILITIES as a Gnus back end.
12691
12692 \(fn NAME &rest ABILITIES)" nil nil)
12693
12694 ;;;***
12695 \f
12696 ;;;### (autoloads nil "gnus-sum" "gnus/gnus-sum.el" (22230 48822
12697 ;;;;;; 739219 793000))
12698 ;;; Generated autoloads from gnus/gnus-sum.el
12699
12700 (autoload 'gnus-summary-bookmark-jump "gnus-sum" "\
12701 Handler function for record returned by `gnus-summary-bookmark-make-record'.
12702 BOOKMARK is a bookmark name or a bookmark record.
12703
12704 \(fn BOOKMARK)" nil nil)
12705
12706 ;;;***
12707 \f
12708 ;;;### (autoloads nil "gnus-sync" "gnus/gnus-sync.el" (22230 48822
12709 ;;;;;; 740219 789000))
12710 ;;; Generated autoloads from gnus/gnus-sync.el
12711
12712 (autoload 'gnus-sync-initialize "gnus-sync" "\
12713 Initialize the Gnus sync facility.
12714
12715 \(fn)" t nil)
12716
12717 (autoload 'gnus-sync-install-hooks "gnus-sync" "\
12718 Install the sync hooks.
12719
12720 \(fn)" t nil)
12721
12722 ;;;***
12723 \f
12724 ;;;### (autoloads nil "gnus-win" "gnus/gnus-win.el" (22230 48822
12725 ;;;;;; 741219 784000))
12726 ;;; Generated autoloads from gnus/gnus-win.el
12727
12728 (autoload 'gnus-add-configuration "gnus-win" "\
12729 Add the window configuration CONF to `gnus-buffer-configuration'.
12730
12731 \(fn CONF)" nil nil)
12732
12733 ;;;***
12734 \f
12735 ;;;### (autoloads nil "gnutls" "net/gnutls.el" (22230 48822 807219
12736 ;;;;;; 486000))
12737 ;;; Generated autoloads from net/gnutls.el
12738
12739 (defvar gnutls-min-prime-bits 256 "\
12740 Minimum number of prime bits accepted by GnuTLS for key exchange.
12741 During a Diffie-Hellman handshake, if the server sends a prime
12742 number with fewer than this number of bits, the handshake is
12743 rejected. (The smaller the prime number, the less secure the
12744 key exchange is against man-in-the-middle attacks.)
12745
12746 A value of nil says to use the default GnuTLS value.")
12747
12748 (custom-autoload 'gnutls-min-prime-bits "gnutls" t)
12749
12750 ;;;***
12751 \f
12752 ;;;### (autoloads nil "gomoku" "play/gomoku.el" (22230 48822 860219
12753 ;;;;;; 247000))
12754 ;;; Generated autoloads from play/gomoku.el
12755
12756 (autoload 'gomoku "gomoku" "\
12757 Start a Gomoku game between you and Emacs.
12758
12759 If a game is in progress, this command allows you to resume it.
12760 If optional arguments N and M are given, an N by M board is used.
12761 If prefix arg is given for N, M is prompted for.
12762
12763 You and Emacs play in turn by marking a free square. You mark it with X
12764 and Emacs marks it with O. The winner is the first to get five contiguous
12765 marks horizontally, vertically or in diagonal.
12766
12767 You play by moving the cursor over the square you choose and hitting
12768 \\<gomoku-mode-map>\\[gomoku-human-plays].
12769
12770 This program actually plays a simplified or archaic version of the
12771 Gomoku game, and ought to be upgraded to use the full modern rules.
12772
12773 Use \\[describe-mode] for more info.
12774
12775 \(fn &optional N M)" t nil)
12776
12777 ;;;***
12778 \f
12779 ;;;### (autoloads nil "goto-addr" "net/goto-addr.el" (22230 48822
12780 ;;;;;; 807219 486000))
12781 ;;; Generated autoloads from net/goto-addr.el
12782
12783 (define-obsolete-function-alias 'goto-address-at-mouse 'goto-address-at-point "22.1")
12784
12785 (autoload 'goto-address-at-point "goto-addr" "\
12786 Send to the e-mail address or load the URL at point.
12787 Send mail to address at point. See documentation for
12788 `goto-address-find-address-at-point'. If no address is found
12789 there, then load the URL at or before point.
12790
12791 \(fn &optional EVENT)" t nil)
12792
12793 (autoload 'goto-address "goto-addr" "\
12794 Sets up goto-address functionality in the current buffer.
12795 Allows user to use mouse/keyboard command to click to go to a URL
12796 or to send e-mail.
12797 By default, goto-address binds `goto-address-at-point' to mouse-2 and C-c RET
12798 only on URLs and e-mail addresses.
12799
12800 Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
12801 `goto-address-highlight-p' for more information).
12802
12803 \(fn)" t nil)
12804 (put 'goto-address 'safe-local-eval-function t)
12805
12806 (autoload 'goto-address-mode "goto-addr" "\
12807 Minor mode to buttonize URLs and e-mail addresses in the current buffer.
12808 With a prefix argument ARG, enable the mode if ARG is positive,
12809 and disable it otherwise. If called from Lisp, enable the mode
12810 if ARG is omitted or nil.
12811
12812 \(fn &optional ARG)" t nil)
12813
12814 (autoload 'goto-address-prog-mode "goto-addr" "\
12815 Like `goto-address-mode', but only for comments and strings.
12816
12817 \(fn &optional ARG)" t nil)
12818
12819 ;;;***
12820 \f
12821 ;;;### (autoloads nil "gravatar" "gnus/gravatar.el" (22230 48822
12822 ;;;;;; 742219 780000))
12823 ;;; Generated autoloads from gnus/gravatar.el
12824
12825 (autoload 'gravatar-retrieve "gravatar" "\
12826 Retrieve MAIL-ADDRESS gravatar and call CB on retrieval.
12827 You can provide a list of argument to pass to CB in CBARGS.
12828
12829 \(fn MAIL-ADDRESS CB &optional CBARGS)" nil nil)
12830
12831 (autoload 'gravatar-retrieve-synchronously "gravatar" "\
12832 Retrieve MAIL-ADDRESS gravatar and returns it.
12833
12834 \(fn MAIL-ADDRESS)" nil nil)
12835
12836 ;;;***
12837 \f
12838 ;;;### (autoloads nil "grep" "progmodes/grep.el" (22230 48822 881219
12839 ;;;;;; 152000))
12840 ;;; Generated autoloads from progmodes/grep.el
12841
12842 (defvar grep-window-height nil "\
12843 Number of lines in a grep window. If nil, use `compilation-window-height'.")
12844
12845 (custom-autoload 'grep-window-height "grep" t)
12846
12847 (defvar grep-command nil "\
12848 The default grep command for \\[grep].
12849 If the grep program used supports an option to always include file names
12850 in its output (such as the `-H' option to GNU grep), it's a good idea to
12851 include it when specifying `grep-command'.
12852
12853 In interactive usage, the actual value of this variable is set up
12854 by `grep-compute-defaults'; to change the default value, use
12855 Customize or call the function `grep-apply-setting'.")
12856
12857 (custom-autoload 'grep-command "grep" nil)
12858
12859 (defvar grep-find-command nil "\
12860 The default find command for \\[grep-find].
12861 In interactive usage, the actual value of this variable is set up
12862 by `grep-compute-defaults'; to change the default value, use
12863 Customize or call the function `grep-apply-setting'.")
12864
12865 (custom-autoload 'grep-find-command "grep" nil)
12866
12867 (defvar grep-setup-hook nil "\
12868 List of hook functions run by `grep-process-setup' (see `run-hooks').")
12869
12870 (custom-autoload 'grep-setup-hook "grep" t)
12871
12872 (defconst grep-regexp-alist '(("^\\(.*?[^/\n]\\):[ ]*\\([1-9][0-9]*\\)[ ]*:" 1 2 ((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 grep-match-face))) (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 grep-match-face)) (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)) "\
12873 Regexp used to match grep hits. See `compilation-error-regexp-alist'.")
12874
12875 (defvar grep-program (purecopy "grep") "\
12876 The default grep program for `grep-command' and `grep-find-command'.
12877 This variable's value takes effect when `grep-compute-defaults' is called.")
12878
12879 (defvar find-program (purecopy "find") "\
12880 The default find program.
12881 This is used by commands like `grep-find-command', `find-dired'
12882 and others.")
12883
12884 (defvar xargs-program (purecopy "xargs") "\
12885 The default xargs program for `grep-find-command'.
12886 See `grep-find-use-xargs'.
12887 This variable's value takes effect when `grep-compute-defaults' is called.")
12888
12889 (defvar grep-find-use-xargs nil "\
12890 How to invoke find and grep.
12891 If `exec', use `find -exec {} ;'.
12892 If `exec-plus' use `find -exec {} +'.
12893 If `gnu', use `find -print0' and `xargs -0'.
12894 Any other value means to use `find -print' and `xargs'.
12895
12896 This variable's value takes effect when `grep-compute-defaults' is called.")
12897
12898 (defvar grep-history nil "\
12899 History list for grep.")
12900
12901 (defvar grep-find-history nil "\
12902 History list for grep-find.")
12903
12904 (autoload 'grep-process-setup "grep" "\
12905 Setup compilation variables and buffer for `grep'.
12906 Set up `compilation-exit-message-function' and run `grep-setup-hook'.
12907
12908 \(fn)" nil nil)
12909
12910 (autoload 'grep-compute-defaults "grep" "\
12911
12912
12913 \(fn)" nil nil)
12914
12915 (autoload 'grep-mode "grep" "\
12916 Sets `grep-last-buffer' and `compilation-window-height'.
12917
12918 \(fn)" nil nil)
12919
12920 (autoload 'grep "grep" "\
12921 Run Grep with user-specified COMMAND-ARGS, collect output in a buffer.
12922 While Grep runs asynchronously, you can use \\[next-error] (M-x next-error),
12923 or \\<grep-mode-map>\\[compile-goto-error] in the *grep* buffer, to go to the lines where Grep found
12924 matches. To kill the Grep job before it finishes, type \\[kill-compilation].
12925
12926 Noninteractively, COMMAND-ARGS should specify the Grep command-line
12927 arguments.
12928
12929 For doing a recursive `grep', see the `rgrep' command. For running
12930 Grep in a specific directory, see `lgrep'.
12931
12932 This command uses a special history list for its COMMAND-ARGS, so you
12933 can easily repeat a grep command.
12934
12935 A prefix argument says to default the COMMAND-ARGS based on the current
12936 tag the cursor is over, substituting it into the last Grep command
12937 in the Grep command history (or into `grep-command' if that history
12938 list is empty).
12939
12940 \(fn COMMAND-ARGS)" t nil)
12941
12942 (autoload 'grep-find "grep" "\
12943 Run grep via find, with user-specified args COMMAND-ARGS.
12944 Collect output in a buffer.
12945 While find runs asynchronously, you can use the \\[next-error] command
12946 to find the text that grep hits refer to.
12947
12948 This command uses a special history list for its arguments, so you can
12949 easily repeat a find command.
12950
12951 \(fn COMMAND-ARGS)" t nil)
12952
12953 (defalias 'find-grep 'grep-find)
12954
12955 (autoload 'lgrep "grep" "\
12956 Run grep, searching for REGEXP in FILES in directory DIR.
12957 The search is limited to file names matching shell pattern FILES.
12958 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12959 entering `ch' is equivalent to `*.[ch]'.
12960
12961 With \\[universal-argument] prefix, you can edit the constructed shell command line
12962 before it is executed.
12963 With two \\[universal-argument] prefixes, directly edit and run `grep-command'.
12964
12965 Collect output in a buffer. While grep runs asynchronously, you
12966 can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12967 to go to the lines where grep found matches.
12968
12969 This command shares argument histories with \\[rgrep] and \\[grep].
12970
12971 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12972
12973 (autoload 'rgrep "grep" "\
12974 Recursively grep for REGEXP in FILES in directory tree rooted at DIR.
12975 The search is limited to file names matching shell pattern FILES.
12976 FILES may use abbreviations defined in `grep-files-aliases', e.g.
12977 entering `ch' is equivalent to `*.[ch]'.
12978
12979 With \\[universal-argument] prefix, you can edit the constructed shell command line
12980 before it is executed.
12981 With two \\[universal-argument] prefixes, directly edit and run `grep-find-command'.
12982
12983 Collect output in a buffer. While the recursive grep is running,
12984 you can use \\[next-error] (M-x next-error), or \\<grep-mode-map>\\[compile-goto-error] in the grep output buffer,
12985 to visit the lines where matches were found. To kill the job
12986 before it finishes, type \\[kill-compilation].
12987
12988 This command shares argument histories with \\[lgrep] and \\[grep-find].
12989
12990 When called programmatically and FILES is nil, REGEXP is expected
12991 to specify a command to run.
12992
12993 \(fn REGEXP &optional FILES DIR CONFIRM)" t nil)
12994
12995 (autoload 'zrgrep "grep" "\
12996 Recursively grep for REGEXP in gzipped FILES in tree rooted at DIR.
12997 Like `rgrep' but uses `zgrep' for `grep-program', sets the default
12998 file name to `*.gz', and sets `grep-highlight-matches' to `always'.
12999
13000 \(fn REGEXP &optional FILES DIR CONFIRM TEMPLATE)" t nil)
13001
13002 (defalias 'rzgrep 'zrgrep)
13003
13004 ;;;***
13005 \f
13006 ;;;### (autoloads nil "gs" "gs.el" (22230 48822 755219 721000))
13007 ;;; Generated autoloads from gs.el
13008
13009 (autoload 'gs-load-image "gs" "\
13010 Load a PS image for display on FRAME.
13011 SPEC is an image specification, IMG-HEIGHT and IMG-WIDTH are width
13012 and height of the image in pixels. WINDOW-AND-PIXMAP-ID is a string of
13013 the form \"WINDOW-ID PIXMAP-ID\". Value is non-nil if successful.
13014
13015 \(fn FRAME SPEC IMG-WIDTH IMG-HEIGHT WINDOW-AND-PIXMAP-ID PIXEL-COLORS)" nil nil)
13016
13017 ;;;***
13018 \f
13019 ;;;### (autoloads nil "gud" "progmodes/gud.el" (22230 48822 882219
13020 ;;;;;; 148000))
13021 ;;; Generated autoloads from progmodes/gud.el
13022
13023 (autoload 'gud-gdb "gud" "\
13024 Run gdb on program FILE in buffer *gud-FILE*.
13025 The directory containing FILE becomes the initial working
13026 directory and source-file directory for your debugger.
13027
13028 \(fn COMMAND-LINE)" t nil)
13029
13030 (autoload 'sdb "gud" "\
13031 Run sdb on program FILE in buffer *gud-FILE*.
13032 The directory containing FILE becomes the initial working directory
13033 and source-file directory for your debugger.
13034
13035 \(fn COMMAND-LINE)" t nil)
13036
13037 (autoload 'dbx "gud" "\
13038 Run dbx on program FILE in buffer *gud-FILE*.
13039 The directory containing FILE becomes the initial working directory
13040 and source-file directory for your debugger.
13041
13042 \(fn COMMAND-LINE)" t nil)
13043
13044 (autoload 'xdb "gud" "\
13045 Run xdb on program FILE in buffer *gud-FILE*.
13046 The directory containing FILE becomes the initial working directory
13047 and source-file directory for your debugger.
13048
13049 You can set the variable `gud-xdb-directories' to a list of program source
13050 directories if your program contains sources from more than one directory.
13051
13052 \(fn COMMAND-LINE)" t nil)
13053
13054 (autoload 'perldb "gud" "\
13055 Run perldb on program FILE in buffer *gud-FILE*.
13056 The directory containing FILE becomes the initial working directory
13057 and source-file directory for your debugger.
13058
13059 \(fn COMMAND-LINE)" t nil)
13060
13061 (autoload 'pdb "gud" "\
13062 Run pdb on program FILE in buffer `*gud-FILE*'.
13063 The directory containing FILE becomes the initial working directory
13064 and source-file directory for your debugger.
13065
13066 \(fn COMMAND-LINE)" t nil)
13067
13068 (autoload 'guiler "gud" "\
13069 Run guiler on program FILE in buffer `*gud-FILE*'.
13070 The directory containing FILE becomes the initial working directory
13071 and source-file directory for your debugger.
13072
13073 \(fn COMMAND-LINE)" t nil)
13074
13075 (autoload 'jdb "gud" "\
13076 Run jdb with command line COMMAND-LINE in a buffer.
13077 The buffer is named \"*gud*\" if no initial class is given or
13078 \"*gud-<initial-class-basename>*\" if there is. If the \"-classpath\"
13079 switch is given, omit all whitespace between it and its value.
13080
13081 See `gud-jdb-use-classpath' and `gud-jdb-classpath' documentation for
13082 information on how jdb accesses source files. Alternatively (if
13083 `gud-jdb-use-classpath' is nil), see `gud-jdb-directories' for the
13084 original source file access method.
13085
13086 For general information about commands available to control jdb from
13087 gud, see `gud-mode'.
13088
13089 \(fn COMMAND-LINE)" t nil)
13090
13091 (autoload 'gdb-script-mode "gud" "\
13092 Major mode for editing GDB scripts.
13093
13094 \(fn)" t nil)
13095
13096 (defvar gud-tooltip-mode nil "\
13097 Non-nil if Gud-Tooltip mode is enabled.
13098 See the command `gud-tooltip-mode' for a description of this minor mode.
13099 Setting this variable directly does not take effect;
13100 either customize it (see the info node `Easy Customization')
13101 or call the function `gud-tooltip-mode'.")
13102
13103 (custom-autoload 'gud-tooltip-mode "gud" nil)
13104
13105 (autoload 'gud-tooltip-mode "gud" "\
13106 Toggle the display of GUD tooltips.
13107 With a prefix argument ARG, enable the feature if ARG is
13108 positive, and disable it otherwise. If called from Lisp, enable
13109 it if ARG is omitted or nil.
13110
13111 \(fn &optional ARG)" t nil)
13112
13113 ;;;***
13114 \f
13115 ;;;### (autoloads nil "gv" "emacs-lisp/gv.el" (22230 48822 693220
13116 ;;;;;; 1000))
13117 ;;; Generated autoloads from emacs-lisp/gv.el
13118
13119 (autoload 'gv-get "gv" "\
13120 Build the code that applies DO to PLACE.
13121 PLACE must be a valid generalized variable.
13122 DO must be a function; it will be called with 2 arguments: GETTER and SETTER,
13123 where GETTER is a (copyable) Elisp expression that returns the value of PLACE,
13124 and SETTER is a function which returns the code to set PLACE when called
13125 with a (not necessarily copyable) Elisp expression that returns the value to
13126 set it to.
13127 DO must return an Elisp expression.
13128
13129 \(fn PLACE DO)" nil nil)
13130
13131 (autoload 'gv-letplace "gv" "\
13132 Build the code manipulating the generalized variable PLACE.
13133 GETTER will be bound to a copyable expression that returns the value
13134 of PLACE.
13135 SETTER will be bound to a function that takes an expression V and returns
13136 a new expression that sets PLACE to V.
13137 BODY should return some Elisp expression E manipulating PLACE via GETTER
13138 and SETTER.
13139 The returned value will then be an Elisp expression that first evaluates
13140 all the parts of PLACE that can be evaluated and then runs E.
13141
13142 \(fn (GETTER SETTER) PLACE &rest BODY)" nil t)
13143
13144 (function-put 'gv-letplace 'lisp-indent-function '2)
13145
13146 (autoload 'gv-define-expander "gv" "\
13147 Use HANDLER to handle NAME as a generalized var.
13148 NAME is a symbol: the name of a function, macro, or special form.
13149 HANDLER is a function which takes an argument DO followed by the same
13150 arguments as NAME. DO is a function as defined in `gv-get'.
13151
13152 \(fn NAME HANDLER)" nil t)
13153
13154 (function-put 'gv-define-expander 'lisp-indent-function '1)
13155
13156 (autoload 'gv--defun-declaration "gv" "\
13157
13158
13159 \(fn SYMBOL NAME ARGS HANDLER &optional FIX)" nil nil)
13160
13161 (or (assq 'gv-expander defun-declarations-alist) (let ((x `(gv-expander ,(apply-partially #'gv--defun-declaration 'gv-expander)))) (push x macro-declarations-alist) (push x defun-declarations-alist)))
13162
13163 (or (assq 'gv-setter defun-declarations-alist) (push `(gv-setter ,(apply-partially #'gv--defun-declaration 'gv-setter)) defun-declarations-alist))
13164
13165 (autoload 'gv-define-setter "gv" "\
13166 Define a setter method for generalized variable NAME.
13167 This macro is an easy-to-use substitute for `gv-define-expander' that works
13168 well for simple place forms.
13169 Assignments of VAL to (NAME ARGS...) are expanded by binding the argument
13170 forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must
13171 return a Lisp form that does the assignment.
13172 The first arg in ARGLIST (the one that receives VAL) receives an expression
13173 which can do arbitrary things, whereas the other arguments are all guaranteed
13174 to be pure and copyable. Example use:
13175 (gv-define-setter aref (v a i) \\=`(aset ,a ,i ,v))
13176
13177 \(fn NAME ARGLIST &rest BODY)" nil t)
13178
13179 (function-put 'gv-define-setter 'lisp-indent-function '2)
13180
13181 (autoload 'gv-define-simple-setter "gv" "\
13182 Define a simple setter method for generalized variable NAME.
13183 This macro is an easy-to-use substitute for `gv-define-expander' that works
13184 well for simple place forms. Assignments of VAL to (NAME ARGS...) are
13185 turned into calls of the form (SETTER ARGS... VAL).
13186
13187 If FIX-RETURN is non-nil, then SETTER is not assumed to return VAL and
13188 instead the assignment is turned into something equivalent to
13189 (let ((temp VAL))
13190 (SETTER ARGS... temp)
13191 temp)
13192 so as to preserve the semantics of `setf'.
13193
13194 \(fn NAME SETTER &optional FIX-RETURN)" nil t)
13195
13196 (autoload 'setf "gv" "\
13197 Set each PLACE to the value of its VAL.
13198 This is a generalized version of `setq'; the PLACEs may be symbolic
13199 references such as (car x) or (aref x i), as well as plain symbols.
13200 For example, (setf (cadr x) y) is equivalent to (setcar (cdr x) y).
13201 The return value is the last VAL in the list.
13202
13203 \(fn PLACE VAL PLACE VAL ...)" nil t)
13204
13205 (put 'gv-place 'edebug-form-spec 'edebug-match-form)
13206
13207 (autoload 'gv-ref "gv" "\
13208 Return a reference to PLACE.
13209 This is like the `&' operator of the C language.
13210 Note: this only works reliably with lexical binding mode, except for very
13211 simple PLACEs such as (function-symbol \\='foo) which will also work in dynamic
13212 binding mode.
13213
13214 \(fn PLACE)" nil t)
13215
13216 ;;;***
13217 \f
13218 ;;;### (autoloads nil "handwrite" "play/handwrite.el" (22230 48822
13219 ;;;;;; 861219 243000))
13220 ;;; Generated autoloads from play/handwrite.el
13221
13222 (autoload 'handwrite "handwrite" "\
13223 Turns the buffer into a \"handwritten\" document.
13224 The functions `handwrite-10pt', `handwrite-11pt', `handwrite-12pt'
13225 and `handwrite-13pt' set up for various sizes of output.
13226
13227 Variables: `handwrite-linespace' (default 12)
13228 `handwrite-fontsize' (default 11)
13229 `handwrite-numlines' (default 60)
13230 `handwrite-pagenumbering' (default nil)
13231
13232 \(fn)" t nil)
13233
13234 ;;;***
13235 \f
13236 ;;;### (autoloads nil "hanoi" "play/hanoi.el" (22230 48822 861219
13237 ;;;;;; 243000))
13238 ;;; Generated autoloads from play/hanoi.el
13239
13240 (autoload 'hanoi "hanoi" "\
13241 Towers of Hanoi diversion. Use NRINGS rings.
13242
13243 \(fn NRINGS)" t nil)
13244
13245 (autoload 'hanoi-unix "hanoi" "\
13246 Towers of Hanoi, UNIX doomsday version.
13247 Displays 32-ring towers that have been progressing at one move per
13248 second since 1970-01-01 00:00:00 GMT.
13249
13250 Repent before ring 31 moves.
13251
13252 \(fn)" t nil)
13253
13254 (autoload 'hanoi-unix-64 "hanoi" "\
13255 Like hanoi-unix, but pretend to have a 64-bit clock.
13256 This is, necessarily (as of Emacs 20.3), a crock. When the
13257 current-time interface is made s2G-compliant, hanoi.el will need
13258 to be updated.
13259
13260 \(fn)" t nil)
13261
13262 ;;;***
13263 \f
13264 ;;;### (autoloads nil "hashcash" "mail/hashcash.el" (22230 48822
13265 ;;;;;; 788219 572000))
13266 ;;; Generated autoloads from mail/hashcash.el
13267
13268 (autoload 'hashcash-insert-payment "hashcash" "\
13269 Insert X-Payment and X-Hashcash headers with a payment for ARG
13270
13271 \(fn ARG)" t nil)
13272
13273 (autoload 'hashcash-insert-payment-async "hashcash" "\
13274 Insert X-Payment and X-Hashcash headers with a payment for ARG
13275 Only start calculation. Results are inserted when ready.
13276
13277 \(fn ARG)" t nil)
13278
13279 (autoload 'hashcash-verify-payment "hashcash" "\
13280 Verify a hashcash payment
13281
13282 \(fn TOKEN &optional RESOURCE AMOUNT)" nil nil)
13283
13284 (autoload 'mail-add-payment "hashcash" "\
13285 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13286 for each recipient address. Prefix arg sets default payment temporarily.
13287 Set ASYNC to t to start asynchronous calculation. (See
13288 `mail-add-payment-async').
13289
13290 \(fn &optional ARG ASYNC)" t nil)
13291
13292 (autoload 'mail-add-payment-async "hashcash" "\
13293 Add X-Payment: and X-Hashcash: headers with a hashcash payment
13294 for each recipient address. Prefix arg sets default payment temporarily.
13295 Calculation is asynchronous.
13296
13297 \(fn &optional ARG)" t nil)
13298
13299 (autoload 'mail-check-payment "hashcash" "\
13300 Look for a valid X-Payment: or X-Hashcash: header.
13301 Prefix arg sets default accept amount temporarily.
13302
13303 \(fn &optional ARG)" t nil)
13304
13305 ;;;***
13306 \f
13307 ;;;### (autoloads nil "help-at-pt" "help-at-pt.el" (22230 48822 755219
13308 ;;;;;; 721000))
13309 ;;; Generated autoloads from help-at-pt.el
13310
13311 (autoload 'help-at-pt-string "help-at-pt" "\
13312 Return the help-echo string at point.
13313 Normally, the string produced by the `help-echo' text or overlay
13314 property, or nil, is returned.
13315 If KBD is non-nil, `kbd-help' is used instead, and any
13316 `help-echo' property is ignored. In this case, the return value
13317 can also be t, if that is the value of the `kbd-help' property.
13318
13319 \(fn &optional KBD)" nil nil)
13320
13321 (autoload 'help-at-pt-kbd-string "help-at-pt" "\
13322 Return the keyboard help string at point.
13323 If the `kbd-help' text or overlay property at point produces a
13324 string, return it. Otherwise, use the `help-echo' property.
13325 If this produces no string either, return nil.
13326
13327 \(fn)" nil nil)
13328
13329 (autoload 'display-local-help "help-at-pt" "\
13330 Display local help in the echo area.
13331 This displays a short help message, namely the string produced by
13332 the `kbd-help' property at point. If `kbd-help' does not produce
13333 a string, but the `help-echo' property does, then that string is
13334 printed instead.
13335
13336 A numeric argument ARG prevents display of a message in case
13337 there is no help. While ARG can be used interactively, it is
13338 mainly meant for use from Lisp.
13339
13340 \(fn &optional ARG)" t nil)
13341
13342 (autoload 'help-at-pt-cancel-timer "help-at-pt" "\
13343 Cancel any timer set by `help-at-pt-set-timer'.
13344 This disables `help-at-pt-display-when-idle'.
13345
13346 \(fn)" t nil)
13347
13348 (autoload 'help-at-pt-set-timer "help-at-pt" "\
13349 Enable `help-at-pt-display-when-idle'.
13350 This is done by setting a timer, if none is currently active.
13351
13352 \(fn)" t nil)
13353
13354 (defvar help-at-pt-display-when-idle 'never "\
13355 Automatically show local help on point-over.
13356 If the value is t, the string obtained from any `kbd-help' or
13357 `help-echo' property at point is automatically printed in the
13358 echo area, if nothing else is already displayed there, or after a
13359 quit. If both `kbd-help' and `help-echo' produce help strings,
13360 `kbd-help' is used. If the value is a list, the help only gets
13361 printed if there is a text or overlay property at point that is
13362 included in this list. Suggested properties are `keymap',
13363 `local-map', `button' and `kbd-help'. Any value other than t or
13364 a non-empty list disables the feature.
13365
13366 This variable only takes effect after a call to
13367 `help-at-pt-set-timer'. The help gets printed after Emacs has
13368 been idle for `help-at-pt-timer-delay' seconds. You can call
13369 `help-at-pt-cancel-timer' to cancel the timer set by, and the
13370 effect of, `help-at-pt-set-timer'.
13371
13372 When this variable is set through Custom, `help-at-pt-set-timer'
13373 is called automatically, unless the value is `never', in which
13374 case `help-at-pt-cancel-timer' is called. Specifying an empty
13375 list of properties through Custom will set the timer, thus
13376 enabling buffer local values. It sets the actual value to nil.
13377 Thus, Custom distinguishes between a nil value and other values
13378 that disable the feature, which Custom identifies with `never'.
13379 The default is `never'.")
13380
13381 (custom-autoload 'help-at-pt-display-when-idle "help-at-pt" nil)
13382
13383 (autoload 'scan-buf-move-to-region "help-at-pt" "\
13384 Go to the start of the next region with non-nil PROP property.
13385 Then run HOOK, which should be a quoted symbol that is a normal
13386 hook variable, or an expression evaluating to such a symbol.
13387 Adjacent areas with different non-nil PROP properties are
13388 considered different regions.
13389
13390 With numeric argument ARG, move to the start of the ARGth next
13391 such region, then run HOOK. If ARG is negative, move backward.
13392 If point is already in a region, then that region does not count
13393 toward ARG. If ARG is 0 and point is inside a region, move to
13394 the start of that region. If ARG is 0 and point is not in a
13395 region, print a message to that effect, but do not move point and
13396 do not run HOOK. If there are not enough regions to move over,
13397 an error results and the number of available regions is mentioned
13398 in the error message. Point is not moved and HOOK is not run.
13399
13400 \(fn PROP &optional ARG HOOK)" nil nil)
13401
13402 (autoload 'scan-buf-next-region "help-at-pt" "\
13403 Go to the start of the next region with non-nil help-echo.
13404 Print the help found there using `display-local-help'. Adjacent
13405 areas with different non-nil help-echo properties are considered
13406 different regions.
13407
13408 With numeric argument ARG, move to the start of the ARGth next
13409 help-echo region. If ARG is negative, move backward. If point
13410 is already in a help-echo region, then that region does not count
13411 toward ARG. If ARG is 0 and point is inside a help-echo region,
13412 move to the start of that region. If ARG is 0 and point is not
13413 in such a region, just print a message to that effect. If there
13414 are not enough regions to move over, an error results and the
13415 number of available regions is mentioned in the error message.
13416
13417 A potentially confusing subtlety is that point can be in a
13418 help-echo region without any local help being available. This is
13419 because `help-echo' can be a function evaluating to nil. This
13420 rarely happens in practice.
13421
13422 \(fn &optional ARG)" t nil)
13423
13424 (autoload 'scan-buf-previous-region "help-at-pt" "\
13425 Go to the start of the previous region with non-nil help-echo.
13426 Print the help found there using `display-local-help'. Adjacent
13427 areas with different non-nil help-echo properties are considered
13428 different regions. With numeric argument ARG, behaves like
13429 `scan-buf-next-region' with argument -ARG.
13430
13431 \(fn &optional ARG)" t nil)
13432
13433 ;;;***
13434 \f
13435 ;;;### (autoloads nil "help-fns" "help-fns.el" (22230 48822 755219
13436 ;;;;;; 721000))
13437 ;;; Generated autoloads from help-fns.el
13438
13439 (autoload 'describe-function "help-fns" "\
13440 Display the full documentation of FUNCTION (a symbol).
13441
13442 \(fn FUNCTION)" t nil)
13443
13444 (autoload 'help-C-file-name "help-fns" "\
13445 Return the name of the C file where SUBR-OR-VAR is defined.
13446 KIND should be `var' for a variable or `subr' for a subroutine.
13447
13448 \(fn SUBR-OR-VAR KIND)" nil nil)
13449
13450 (autoload 'find-lisp-object-file-name "help-fns" "\
13451 Guess the file that defined the Lisp object OBJECT, of type TYPE.
13452 OBJECT should be a symbol associated with a function, variable, or face;
13453 alternatively, it can be a function definition.
13454 If TYPE is `defvar', search for a variable definition.
13455 If TYPE is `defface', search for a face definition.
13456 If TYPE is not a symbol, search for a function definition.
13457
13458 The return value is the absolute name of a readable file where OBJECT is
13459 defined. If several such files exist, preference is given to a file
13460 found via `load-path'. The return value can also be `C-source', which
13461 means that OBJECT is a function or variable defined in C. If no
13462 suitable file is found, return nil.
13463
13464 \(fn OBJECT TYPE)" nil nil)
13465
13466 (autoload 'describe-function-1 "help-fns" "\
13467
13468
13469 \(fn FUNCTION)" nil nil)
13470
13471 (autoload 'variable-at-point "help-fns" "\
13472 Return the bound variable symbol found at or before point.
13473 Return 0 if there is no such symbol.
13474 If ANY-SYMBOL is non-nil, don't insist the symbol be bound.
13475
13476 \(fn &optional ANY-SYMBOL)" nil nil)
13477
13478 (autoload 'describe-variable "help-fns" "\
13479 Display the full documentation of VARIABLE (a symbol).
13480 Returns the documentation as a string, also.
13481 If VARIABLE has a buffer-local value in BUFFER or FRAME
13482 \(default to the current buffer and current frame),
13483 it is displayed along with the global value.
13484
13485 \(fn VARIABLE &optional BUFFER FRAME)" t nil)
13486
13487 (autoload 'describe-symbol "help-fns" "\
13488 Display the full documentation of SYMBOL.
13489 Will show the info of SYMBOL as a function, variable, and/or face.
13490 Optional arguments BUFFER and FRAME specify for which buffer and
13491 frame to show the information about SYMBOL; they default to the
13492 current buffer and the selected frame, respectively.
13493
13494 \(fn SYMBOL &optional BUFFER FRAME)" t nil)
13495
13496 (autoload 'describe-syntax "help-fns" "\
13497 Describe the syntax specifications in the syntax table of BUFFER.
13498 The descriptions are inserted in a help buffer, which is then displayed.
13499 BUFFER defaults to the current buffer.
13500
13501 \(fn &optional BUFFER)" t nil)
13502
13503 (autoload 'describe-categories "help-fns" "\
13504 Describe the category specifications in the current category table.
13505 The descriptions are inserted in a buffer, which is then displayed.
13506 If BUFFER is non-nil, then describe BUFFER's category table instead.
13507 BUFFER should be a buffer or a buffer name.
13508
13509 \(fn &optional BUFFER)" t nil)
13510
13511 (autoload 'doc-file-to-man "help-fns" "\
13512 Produce an nroff buffer containing the doc-strings from the DOC file.
13513
13514 \(fn FILE)" t nil)
13515
13516 (autoload 'doc-file-to-info "help-fns" "\
13517 Produce a texinfo buffer with sorted doc-strings from the DOC file.
13518
13519 \(fn FILE)" t nil)
13520
13521 ;;;***
13522 \f
13523 ;;;### (autoloads nil "help-macro" "help-macro.el" (22230 48822 755219
13524 ;;;;;; 721000))
13525 ;;; Generated autoloads from help-macro.el
13526
13527 (defvar three-step-help nil "\
13528 Non-nil means give more info about Help command in three steps.
13529 The three steps are simple prompt, prompt with all options, and
13530 window listing and describing the options.
13531 A value of nil means skip the middle step, so that \\[help-command] \\[help-command]
13532 gives the window that lists the options.")
13533
13534 (custom-autoload 'three-step-help "help-macro" t)
13535
13536 ;;;***
13537 \f
13538 ;;;### (autoloads nil "help-mode" "help-mode.el" (22230 48822 755219
13539 ;;;;;; 721000))
13540 ;;; Generated autoloads from help-mode.el
13541
13542 (autoload 'help-mode "help-mode" "\
13543 Major mode for viewing help text and navigating references in it.
13544 Entry to this mode runs the normal hook `help-mode-hook'.
13545 Commands:
13546 \\{help-mode-map}
13547
13548 \(fn)" t nil)
13549
13550 (autoload 'help-mode-setup "help-mode" "\
13551 Enter Help Mode in the current buffer.
13552
13553 \(fn)" nil nil)
13554
13555 (autoload 'help-mode-finish "help-mode" "\
13556 Finalize Help Mode setup in current buffer.
13557
13558 \(fn)" nil nil)
13559
13560 (autoload 'help-setup-xref "help-mode" "\
13561 Invoked from commands using the \"*Help*\" buffer to install some xref info.
13562
13563 ITEM is a (FUNCTION . ARGS) pair appropriate for recreating the help
13564 buffer after following a reference. INTERACTIVE-P is non-nil if the
13565 calling command was invoked interactively. In this case the stack of
13566 items for help buffer \"back\" buttons is cleared.
13567
13568 This should be called very early, before the output buffer is cleared,
13569 because we want to record the \"previous\" position of point so we can
13570 restore it properly when going back.
13571
13572 \(fn ITEM INTERACTIVE-P)" nil nil)
13573
13574 (autoload 'help-buffer "help-mode" "\
13575 Return the name of a buffer for inserting help.
13576 If `help-xref-following' is non-nil, this is the name of the
13577 current buffer. Signal an error if this buffer is not derived
13578 from `help-mode'.
13579 Otherwise, return \"*Help*\", creating a buffer with that name if
13580 it does not already exist.
13581
13582 \(fn)" nil nil)
13583
13584 (autoload 'help-make-xrefs "help-mode" "\
13585 Parse and hyperlink documentation cross-references in the given BUFFER.
13586
13587 Find cross-reference information in a buffer and activate such cross
13588 references for selection with `help-follow'. Cross-references have
13589 the canonical form `...' and the type of reference may be
13590 disambiguated by the preceding word(s) used in
13591 `help-xref-symbol-regexp'. Faces only get cross-referenced if
13592 preceded or followed by the word `face'. Variables without
13593 variable documentation do not get cross-referenced, unless
13594 preceded by the word `variable' or `option'.
13595
13596 If the variable `help-xref-mule-regexp' is non-nil, find also
13597 cross-reference information related to multilingual environment
13598 \(e.g., coding-systems). This variable is also used to disambiguate
13599 the type of reference as the same way as `help-xref-symbol-regexp'.
13600
13601 A special reference `back' is made to return back through a stack of
13602 help buffers. Variable `help-back-label' specifies the text for
13603 that.
13604
13605 \(fn &optional BUFFER)" t nil)
13606
13607 (autoload 'help-xref-button "help-mode" "\
13608 Make a hyperlink for cross-reference text previously matched.
13609 MATCH-NUMBER is the subexpression of interest in the last matched
13610 regexp. TYPE is the type of button to use. Any remaining arguments are
13611 passed to the button's help-function when it is invoked.
13612 See `help-make-xrefs'.
13613
13614 \(fn MATCH-NUMBER TYPE &rest ARGS)" nil nil)
13615
13616 (autoload 'help-insert-xref-button "help-mode" "\
13617 Insert STRING and make a hyperlink from cross-reference text on it.
13618 TYPE is the type of button to use. Any remaining arguments are passed
13619 to the button's help-function when it is invoked.
13620 See `help-make-xrefs'.
13621
13622 \(fn STRING TYPE &rest ARGS)" nil nil)
13623
13624 (autoload 'help-xref-on-pp "help-mode" "\
13625 Add xrefs for symbols in `pp's output between FROM and TO.
13626
13627 \(fn FROM TO)" nil nil)
13628
13629 (define-obsolete-function-alias 'help-xref-interned 'describe-symbol "25.1")
13630
13631 (autoload 'help-bookmark-jump "help-mode" "\
13632 Jump to help-mode bookmark BOOKMARK.
13633 Handler function for record returned by `help-bookmark-make-record'.
13634 BOOKMARK is a bookmark name or a bookmark record.
13635
13636 \(fn BOOKMARK)" nil nil)
13637
13638 ;;;***
13639 \f
13640 ;;;### (autoloads nil "helper" "emacs-lisp/helper.el" (22230 48822
13641 ;;;;;; 693220 1000))
13642 ;;; Generated autoloads from emacs-lisp/helper.el
13643
13644 (autoload 'Helper-describe-bindings "helper" "\
13645 Describe local key bindings of current mode.
13646
13647 \(fn)" t nil)
13648
13649 (autoload 'Helper-help "helper" "\
13650 Provide help for current mode.
13651
13652 \(fn)" t nil)
13653
13654 ;;;***
13655 \f
13656 ;;;### (autoloads nil "hexl" "hexl.el" (22230 48822 756219 716000))
13657 ;;; Generated autoloads from hexl.el
13658
13659 (autoload 'hexl-mode "hexl" "\
13660 \\<hexl-mode-map>A mode for editing binary files in hex dump format.
13661 This is not an ordinary major mode; it alters some aspects
13662 of the current mode's behavior, but not all; also, you can exit
13663 Hexl mode and return to the previous mode using `hexl-mode-exit'.
13664
13665 This function automatically converts a buffer into the hexl format
13666 using the function `hexlify-buffer'.
13667
13668 Each line in the buffer has an \"address\" (displayed in hexadecimal)
13669 representing the offset into the file that the characters on this line
13670 are at and 16 characters from the file (displayed as hexadecimal
13671 values grouped every `hexl-bits' bits, and as their ASCII values).
13672
13673 If any of the characters (displayed as ASCII characters) are
13674 unprintable (control or meta characters) they will be replaced by
13675 periods.
13676
13677 If `hexl-mode' is invoked with an argument the buffer is assumed to be
13678 in hexl format.
13679
13680 A sample format:
13681
13682 HEX ADDR: 0011 2233 4455 6677 8899 aabb ccdd eeff ASCII-TEXT
13683 -------- ---- ---- ---- ---- ---- ---- ---- ---- ----------------
13684 00000000: 5468 6973 2069 7320 6865 786c 2d6d 6f64 This is hexl-mod
13685 00000010: 652e 2020 4561 6368 206c 696e 6520 7265 e. Each line re
13686 00000020: 7072 6573 656e 7473 2031 3620 6279 7465 presents 16 byte
13687 00000030: 7320 6173 2068 6578 6164 6563 696d 616c s as hexadecimal
13688 00000040: 2041 5343 4949 0a61 6e64 2070 7269 6e74 ASCII.and print
13689 00000050: 6162 6c65 2041 5343 4949 2063 6861 7261 able ASCII chara
13690 00000060: 6374 6572 732e 2020 416e 7920 636f 6e74 cters. Any cont
13691 00000070: 726f 6c20 6f72 206e 6f6e 2d41 5343 4949 rol or non-ASCII
13692 00000080: 2063 6861 7261 6374 6572 730a 6172 6520 characters.are
13693 00000090: 6469 7370 6c61 7965 6420 6173 2070 6572 displayed as per
13694 000000a0: 696f 6473 2069 6e20 7468 6520 7072 696e iods in the prin
13695 000000b0: 7461 626c 6520 6368 6172 6163 7465 7220 table character
13696 000000c0: 7265 6769 6f6e 2e0a region..
13697
13698 Movement is as simple as movement in a normal Emacs text buffer.
13699 Most cursor movement bindings are the same: use \\[hexl-backward-char], \\[hexl-forward-char], \\[hexl-next-line], and \\[hexl-previous-line]
13700 to move the cursor left, right, down, and up.
13701
13702 Advanced cursor movement commands (ala \\[hexl-beginning-of-line], \\[hexl-end-of-line], \\[hexl-beginning-of-buffer], and \\[hexl-end-of-buffer]) are
13703 also supported.
13704
13705 There are several ways to change text in hexl mode:
13706
13707 ASCII characters (character between space (0x20) and tilde (0x7E)) are
13708 bound to self-insert so you can simply type the character and it will
13709 insert itself (actually overstrike) into the buffer.
13710
13711 \\[hexl-quoted-insert] followed by another keystroke allows you to insert the key even if
13712 it isn't bound to self-insert. An octal number can be supplied in place
13713 of another key to insert the octal number's ASCII representation.
13714
13715 \\[hexl-insert-hex-char] will insert a given hexadecimal value (if it is between 0 and 0xFF)
13716 into the buffer at the current point.
13717
13718 \\[hexl-insert-octal-char] will insert a given octal value (if it is between 0 and 0377)
13719 into the buffer at the current point.
13720
13721 \\[hexl-insert-decimal-char] will insert a given decimal value (if it is between 0 and 255)
13722 into the buffer at the current point.
13723
13724 \\[hexl-mode-exit] will exit `hexl-mode'.
13725
13726 Note: saving the file with any of the usual Emacs commands
13727 will actually convert it back to binary format while saving.
13728
13729 You can use \\[hexl-find-file] to visit a file in Hexl mode.
13730
13731 \\[describe-bindings] for advanced commands.
13732
13733 \(fn &optional ARG)" t nil)
13734
13735 (autoload 'hexl-find-file "hexl" "\
13736 Edit file FILENAME as a binary file in hex dump format.
13737 Switch to a buffer visiting file FILENAME, creating one if none exists,
13738 and edit the file in `hexl-mode'.
13739
13740 \(fn FILENAME)" t nil)
13741
13742 (autoload 'hexlify-buffer "hexl" "\
13743 Convert a binary buffer to hexl format.
13744 This discards the buffer's undo information.
13745
13746 \(fn)" t nil)
13747
13748 ;;;***
13749 \f
13750 ;;;### (autoloads nil "hi-lock" "hi-lock.el" (22230 48822 756219
13751 ;;;;;; 716000))
13752 ;;; Generated autoloads from hi-lock.el
13753
13754 (autoload 'hi-lock-mode "hi-lock" "\
13755 Toggle selective highlighting of patterns (Hi Lock mode).
13756 With a prefix argument ARG, enable Hi Lock mode if ARG is
13757 positive, and disable it otherwise. If called from Lisp, enable
13758 the mode if ARG is omitted or nil.
13759
13760 Hi Lock mode is automatically enabled when you invoke any of the
13761 highlighting commands listed below, such as \\[highlight-regexp].
13762 To enable Hi Lock mode in all buffers, use `global-hi-lock-mode'
13763 or add (global-hi-lock-mode 1) to your init file.
13764
13765 In buffers where Font Lock mode is enabled, patterns are
13766 highlighted using font lock. In buffers where Font Lock mode is
13767 disabled, patterns are applied using overlays; in this case, the
13768 highlighting will not be updated as you type.
13769
13770 When Hi Lock mode is enabled, a \"Regexp Highlighting\" submenu
13771 is added to the \"Edit\" menu. The commands in the submenu,
13772 which can be called interactively, are:
13773
13774 \\[highlight-regexp] REGEXP FACE
13775 Highlight matches of pattern REGEXP in current buffer with FACE.
13776
13777 \\[highlight-phrase] PHRASE FACE
13778 Highlight matches of phrase PHRASE in current buffer with FACE.
13779 (PHRASE can be any REGEXP, but spaces will be replaced by matches
13780 to whitespace and initial lower-case letters will become case insensitive.)
13781
13782 \\[highlight-lines-matching-regexp] REGEXP FACE
13783 Highlight lines containing matches of REGEXP in current buffer with FACE.
13784
13785 \\[highlight-symbol-at-point]
13786 Highlight the symbol found near point without prompting, using the next
13787 available face automatically.
13788
13789 \\[unhighlight-regexp] REGEXP
13790 Remove highlighting on matches of REGEXP in current buffer.
13791
13792 \\[hi-lock-write-interactive-patterns]
13793 Write active REGEXPs into buffer as comments (if possible). They may
13794 be read the next time file is loaded or when the \\[hi-lock-find-patterns] command
13795 is issued. The inserted regexps are in the form of font lock keywords.
13796 (See `font-lock-keywords'.) They may be edited and re-loaded with \\[hi-lock-find-patterns],
13797 any valid `font-lock-keywords' form is acceptable. When a file is
13798 loaded the patterns are read if `hi-lock-file-patterns-policy' is
13799 `ask' and the user responds y to the prompt, or if
13800 `hi-lock-file-patterns-policy' is bound to a function and that
13801 function returns t.
13802
13803 \\[hi-lock-find-patterns]
13804 Re-read patterns stored in buffer (in the format produced by \\[hi-lock-write-interactive-patterns]).
13805
13806 When hi-lock is started and if the mode is not excluded or patterns
13807 rejected, the beginning of the buffer is searched for lines of the
13808 form:
13809 Hi-lock: FOO
13810
13811 where FOO is a list of patterns. The patterns must start before
13812 position (number of characters into buffer)
13813 `hi-lock-file-patterns-range'. Patterns will be read until
13814 Hi-lock: end is found. A mode is excluded if it's in the list
13815 `hi-lock-exclude-modes'.
13816
13817 \(fn &optional ARG)" t nil)
13818
13819 (defvar global-hi-lock-mode nil "\
13820 Non-nil if Global Hi-Lock mode is enabled.
13821 See the command `global-hi-lock-mode' for a description of this minor mode.
13822 Setting this variable directly does not take effect;
13823 either customize it (see the info node `Easy Customization')
13824 or call the function `global-hi-lock-mode'.")
13825
13826 (custom-autoload 'global-hi-lock-mode "hi-lock" nil)
13827
13828 (autoload 'global-hi-lock-mode "hi-lock" "\
13829 Toggle Hi-Lock mode in all buffers.
13830 With prefix ARG, enable Global Hi-Lock mode if ARG is positive;
13831 otherwise, disable it. If called from Lisp, enable the mode if
13832 ARG is omitted or nil.
13833
13834 Hi-Lock mode is enabled in all buffers where
13835 `turn-on-hi-lock-if-enabled' would do it.
13836 See `hi-lock-mode' for more information on Hi-Lock mode.
13837
13838 \(fn &optional ARG)" t nil)
13839
13840 (defalias 'highlight-lines-matching-regexp 'hi-lock-line-face-buffer)
13841
13842 (autoload 'hi-lock-line-face-buffer "hi-lock" "\
13843 Set face of all lines containing a match of REGEXP to FACE.
13844 Interactively, prompt for REGEXP using `read-regexp', then FACE.
13845 Use the global history list for FACE.
13846
13847 Use Font lock mode, if enabled, to highlight REGEXP. Otherwise,
13848 use overlays for highlighting. If overlays are used, the
13849 highlighting will not update as you type.
13850
13851 \(fn REGEXP &optional FACE)" t nil)
13852
13853 (defalias 'highlight-regexp 'hi-lock-face-buffer)
13854
13855 (autoload 'hi-lock-face-buffer "hi-lock" "\
13856 Set face of each match of REGEXP to FACE.
13857 Interactively, prompt for REGEXP using `read-regexp', then FACE.
13858 Use the global history list for FACE.
13859
13860 Use Font lock mode, if enabled, to highlight REGEXP. Otherwise,
13861 use overlays for highlighting. If overlays are used, the
13862 highlighting will not update as you type.
13863
13864 \(fn REGEXP &optional FACE)" t nil)
13865
13866 (defalias 'highlight-phrase 'hi-lock-face-phrase-buffer)
13867
13868 (autoload 'hi-lock-face-phrase-buffer "hi-lock" "\
13869 Set face of each match of phrase REGEXP to FACE.
13870 Interactively, prompt for REGEXP using `read-regexp', then FACE.
13871 Use the global history list for FACE.
13872
13873 When called interactively, replace whitespace in user-provided
13874 regexp with arbitrary whitespace, and make initial lower-case
13875 letters case-insensitive, before highlighting with `hi-lock-set-pattern'.
13876
13877 Use Font lock mode, if enabled, to highlight REGEXP. Otherwise,
13878 use overlays for highlighting. If overlays are used, the
13879 highlighting will not update as you type.
13880
13881 \(fn REGEXP &optional FACE)" t nil)
13882
13883 (defalias 'highlight-symbol-at-point 'hi-lock-face-symbol-at-point)
13884
13885 (autoload 'hi-lock-face-symbol-at-point "hi-lock" "\
13886 Highlight each instance of the symbol at point.
13887 Uses the next face from `hi-lock-face-defaults' without prompting,
13888 unless you use a prefix argument.
13889 Uses `find-tag-default-as-symbol-regexp' to retrieve the symbol at point.
13890
13891 This uses Font lock mode if it is enabled; otherwise it uses overlays,
13892 in which case the highlighting will not update as you type.
13893
13894 \(fn)" t nil)
13895
13896 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
13897
13898 (autoload 'hi-lock-unface-buffer "hi-lock" "\
13899 Remove highlighting of each match to REGEXP set by hi-lock.
13900 Interactively, prompt for REGEXP, accepting only regexps
13901 previously inserted by hi-lock interactive functions.
13902 If REGEXP is t (or if \\[universal-argument] was specified interactively),
13903 then remove all hi-lock highlighting.
13904
13905 \(fn REGEXP)" t nil)
13906
13907 (autoload 'hi-lock-write-interactive-patterns "hi-lock" "\
13908 Write interactively added patterns, if any, into buffer at point.
13909
13910 Interactively added patterns are those normally specified using
13911 `highlight-regexp' and `highlight-lines-matching-regexp'; they can
13912 be found in variable `hi-lock-interactive-patterns'.
13913
13914 \(fn)" t nil)
13915
13916 ;;;***
13917 \f
13918 ;;;### (autoloads nil "hideif" "progmodes/hideif.el" (22230 48822
13919 ;;;;;; 882219 148000))
13920 ;;; Generated autoloads from progmodes/hideif.el
13921
13922 (autoload 'hide-ifdef-mode "hideif" "\
13923 Toggle features to hide/show #ifdef blocks (Hide-Ifdef mode).
13924 With a prefix argument ARG, enable Hide-Ifdef mode if ARG is
13925 positive, and disable it otherwise. If called from Lisp, enable
13926 the mode if ARG is omitted or nil.
13927
13928 Hide-Ifdef mode is a buffer-local minor mode for use with C and
13929 C-like major modes. When enabled, code within #ifdef constructs
13930 that the C preprocessor would eliminate may be hidden from view.
13931 Several variables affect how the hiding is done:
13932
13933 `hide-ifdef-env'
13934 An association list of defined and undefined symbols for the
13935 current project. Initially, the global value of `hide-ifdef-env'
13936 is used. This variable was a buffer-local variable, which limits
13937 hideif to parse only one C/C++ file at a time. We've extended
13938 hideif to support parsing a C/C++ project containing multiple C/C++
13939 source files opened simultaneously in different buffers. Therefore
13940 `hide-ifdef-env' can no longer be buffer local but must be global.
13941
13942 `hide-ifdef-define-alist'
13943 An association list of defined symbol lists.
13944 Use `hide-ifdef-set-define-alist' to save the current `hide-ifdef-env'
13945 and `hide-ifdef-use-define-alist' to set the current `hide-ifdef-env'
13946 from one of the lists in `hide-ifdef-define-alist'.
13947
13948 `hide-ifdef-lines'
13949 Set to non-nil to not show #if, #ifdef, #ifndef, #else, and
13950 #endif lines when hiding.
13951
13952 `hide-ifdef-initially'
13953 Indicates whether `hide-ifdefs' should be called when Hide-Ifdef mode
13954 is activated.
13955
13956 `hide-ifdef-read-only'
13957 Set to non-nil if you want to make buffers read only while hiding.
13958 After `show-ifdefs', read-only status is restored to previous value.
13959
13960 \\{hide-ifdef-mode-map}
13961
13962 \(fn &optional ARG)" t nil)
13963
13964 ;;;***
13965 \f
13966 ;;;### (autoloads nil "hideshow" "progmodes/hideshow.el" (22230 48822
13967 ;;;;;; 882219 148000))
13968 ;;; Generated autoloads from progmodes/hideshow.el
13969
13970 (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))) "\
13971 Alist for initializing the hideshow variables for different modes.
13972 Each element has the form
13973 (MODE START END COMMENT-START FORWARD-SEXP-FUNC ADJUST-BEG-FUNC).
13974
13975 If non-nil, hideshow will use these values as regexps to define blocks
13976 and comments, respectively for major mode MODE.
13977
13978 START, END and COMMENT-START are regular expressions. A block is
13979 defined as text surrounded by START and END.
13980
13981 As a special case, START may be a list of the form (COMPLEX-START
13982 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
13983 MDATA-SELECTOR an integer that specifies which sub-match is the proper
13984 place to adjust point, before calling `hs-forward-sexp-func'. Point
13985 is adjusted to the beginning of the specified match. For example,
13986 see the `hs-special-modes-alist' entry for `bibtex-mode'.
13987
13988 For some major modes, `forward-sexp' does not work properly. In those
13989 cases, FORWARD-SEXP-FUNC specifies another function to use instead.
13990
13991 See the documentation for `hs-adjust-block-beginning' to see what is the
13992 use of ADJUST-BEG-FUNC.
13993
13994 If any of the elements is left nil or omitted, hideshow tries to guess
13995 appropriate values. The regexps should not contain leading or trailing
13996 whitespace. Case does not matter.")
13997
13998 (autoload 'hs-minor-mode "hideshow" "\
13999 Minor mode to selectively hide/show code and comment blocks.
14000 With a prefix argument ARG, enable the mode if ARG is positive,
14001 and disable it otherwise. If called from Lisp, enable the mode
14002 if ARG is omitted or nil.
14003
14004 When hideshow minor mode is on, the menu bar is augmented with hideshow
14005 commands and the hideshow commands are enabled.
14006 The value (hs . t) is added to `buffer-invisibility-spec'.
14007
14008 The main commands are: `hs-hide-all', `hs-show-all', `hs-hide-block',
14009 `hs-show-block', `hs-hide-level' and `hs-toggle-hiding'. There is also
14010 `hs-hide-initial-comment-block' and `hs-mouse-toggle-hiding'.
14011
14012 Turning hideshow minor mode off reverts the menu bar and the
14013 variables to default values and disables the hideshow commands.
14014
14015 Lastly, the normal hook `hs-minor-mode-hook' is run using `run-hooks'.
14016
14017 Key bindings:
14018 \\{hs-minor-mode-map}
14019
14020 \(fn &optional ARG)" t nil)
14021
14022 (autoload 'turn-off-hideshow "hideshow" "\
14023 Unconditionally turn off `hs-minor-mode'.
14024
14025 \(fn)" nil nil)
14026
14027 ;;;***
14028 \f
14029 ;;;### (autoloads nil "hilit-chg" "hilit-chg.el" (22230 48822 757219
14030 ;;;;;; 712000))
14031 ;;; Generated autoloads from hilit-chg.el
14032
14033 (autoload 'highlight-changes-mode "hilit-chg" "\
14034 Toggle highlighting changes in this buffer (Highlight Changes mode).
14035 With a prefix argument ARG, enable Highlight Changes mode if ARG
14036 is positive, and disable it otherwise. If called from Lisp,
14037 enable the mode if ARG is omitted or nil.
14038
14039 When Highlight Changes is enabled, changes are marked with a text
14040 property. Normally they are displayed in a distinctive face, but
14041 command \\[highlight-changes-visible-mode] can be used to toggle
14042 this on and off.
14043
14044 Other functions for buffers in this mode include:
14045 \\[highlight-changes-next-change] - move point to beginning of next change
14046 \\[highlight-changes-previous-change] - move to beginning of previous change
14047 \\[highlight-changes-remove-highlight] - remove the change face from the region
14048 \\[highlight-changes-rotate-faces] - rotate different \"ages\" of changes
14049 through various faces.
14050 \\[highlight-compare-with-file] - mark text as changed by comparing this
14051 buffer with the contents of a file
14052 \\[highlight-compare-buffers] highlights differences between two buffers.
14053
14054 \(fn &optional ARG)" t nil)
14055
14056 (autoload 'highlight-changes-visible-mode "hilit-chg" "\
14057 Toggle visibility of highlighting due to Highlight Changes mode.
14058 With a prefix argument ARG, enable Highlight Changes Visible mode
14059 if ARG is positive, and disable it otherwise. If called from
14060 Lisp, enable the mode if ARG is omitted or nil.
14061
14062 Highlight Changes Visible mode only has an effect when Highlight
14063 Changes mode is on. When enabled, the changed text is displayed
14064 in a distinctive face.
14065
14066 The default value can be customized with variable
14067 `highlight-changes-visibility-initial-state'.
14068
14069 This command does not itself set Highlight Changes mode.
14070
14071 \(fn &optional ARG)" t nil)
14072
14073 (autoload 'highlight-changes-remove-highlight "hilit-chg" "\
14074 Remove the change face from the region between BEG and END.
14075 This allows you to manually remove highlighting from uninteresting changes.
14076
14077 \(fn BEG END)" t nil)
14078
14079 (autoload 'highlight-changes-next-change "hilit-chg" "\
14080 Move to the beginning of the next change, if in Highlight Changes mode.
14081
14082 \(fn)" t nil)
14083
14084 (autoload 'highlight-changes-previous-change "hilit-chg" "\
14085 Move to the beginning of the previous change, if in Highlight Changes mode.
14086
14087 \(fn)" t nil)
14088
14089 (autoload 'highlight-changes-rotate-faces "hilit-chg" "\
14090 Rotate the faces if in Highlight Changes mode and the changes are visible.
14091
14092 Current changes are displayed in the face described by the first element
14093 of `highlight-changes-face-list', one level older changes are shown in
14094 face described by the second element, and so on. Very old changes remain
14095 shown in the last face in the list.
14096
14097 You can automatically rotate colors when the buffer is saved by adding
14098 this function to `write-file-functions' as a buffer-local value. To do
14099 this, eval the following in the buffer to be saved:
14100
14101 (add-hook \\='write-file-functions \\='highlight-changes-rotate-faces nil t)
14102
14103 \(fn)" t nil)
14104
14105 (autoload 'highlight-compare-buffers "hilit-chg" "\
14106 Compare two buffers and highlight the differences.
14107
14108 The default is the current buffer and the one in the next window.
14109
14110 If either buffer is modified and is visiting a file, you are prompted
14111 to save the file.
14112
14113 Unless the buffer is unmodified and visiting a file, the buffer is
14114 written to a temporary file for comparison.
14115
14116 If a buffer is read-only, differences will be highlighted but no property
14117 changes are made, so \\[highlight-changes-next-change] and
14118 \\[highlight-changes-previous-change] will not work.
14119
14120 \(fn BUF-A BUF-B)" t nil)
14121
14122 (autoload 'highlight-compare-with-file "hilit-chg" "\
14123 Compare this buffer with a file, and highlight differences.
14124
14125 If the buffer has a backup filename, it is used as the default when
14126 this function is called interactively.
14127
14128 If the current buffer is visiting the file being compared against, it
14129 also will have its differences highlighted. Otherwise, the file is
14130 read in temporarily but the buffer is deleted.
14131
14132 If the buffer is read-only, differences will be highlighted but no property
14133 changes are made, so \\[highlight-changes-next-change] and
14134 \\[highlight-changes-previous-change] will not work.
14135
14136 \(fn FILE-B)" t nil)
14137
14138 (defvar global-highlight-changes-mode nil "\
14139 Non-nil if Global Highlight-Changes mode is enabled.
14140 See the command `global-highlight-changes-mode' for a description of this minor mode.
14141 Setting this variable directly does not take effect;
14142 either customize it (see the info node `Easy Customization')
14143 or call the function `global-highlight-changes-mode'.")
14144
14145 (custom-autoload 'global-highlight-changes-mode "hilit-chg" nil)
14146
14147 (autoload 'global-highlight-changes-mode "hilit-chg" "\
14148 Toggle Highlight-Changes mode in all buffers.
14149 With prefix ARG, enable Global Highlight-Changes mode if ARG is positive;
14150 otherwise, disable it. If called from Lisp, enable the mode if
14151 ARG is omitted or nil.
14152
14153 Highlight-Changes mode is enabled in all buffers where
14154 `highlight-changes-mode-turn-on' would do it.
14155 See `highlight-changes-mode' for more information on Highlight-Changes mode.
14156
14157 \(fn &optional ARG)" t nil)
14158
14159 ;;;***
14160 \f
14161 ;;;### (autoloads nil "hippie-exp" "hippie-exp.el" (22230 48822 757219
14162 ;;;;;; 712000))
14163 ;;; Generated autoloads from hippie-exp.el
14164 (push (purecopy '(hippie-exp 1 6)) package--builtin-versions)
14165
14166 (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) "\
14167 The list of expansion functions tried in order by `hippie-expand'.
14168 To change the behavior of `hippie-expand', remove, change the order of,
14169 or insert functions in this list.")
14170
14171 (custom-autoload 'hippie-expand-try-functions-list "hippie-exp" t)
14172
14173 (autoload 'hippie-expand "hippie-exp" "\
14174 Try to expand text before point, using multiple methods.
14175 The expansion functions in `hippie-expand-try-functions-list' are
14176 tried in order, until a possible expansion is found. Repeated
14177 application of `hippie-expand' inserts successively possible
14178 expansions.
14179 With a positive numeric argument, jumps directly to the ARG next
14180 function in this list. With a negative argument or just \\[universal-argument],
14181 undoes the expansion.
14182
14183 \(fn ARG)" t nil)
14184
14185 (autoload 'make-hippie-expand-function "hippie-exp" "\
14186 Construct a function similar to `hippie-expand'.
14187 Make it use the expansion functions in TRY-LIST. An optional second
14188 argument VERBOSE non-nil makes the function verbose.
14189
14190 \(fn TRY-LIST &optional VERBOSE)" nil t)
14191
14192 ;;;***
14193 \f
14194 ;;;### (autoloads nil "hl-line" "hl-line.el" (22230 48822 757219
14195 ;;;;;; 712000))
14196 ;;; Generated autoloads from hl-line.el
14197
14198 (autoload 'hl-line-mode "hl-line" "\
14199 Toggle highlighting of the current line (Hl-Line mode).
14200 With a prefix argument ARG, enable Hl-Line mode if ARG is
14201 positive, and disable it otherwise. If called from Lisp, enable
14202 the mode if ARG is omitted or nil.
14203
14204 Hl-Line mode is a buffer-local minor mode. If
14205 `hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
14206 line about the buffer's point in all windows. Caveat: the
14207 buffer's point might be different from the point of a
14208 non-selected window. Hl-Line mode uses the function
14209 `hl-line-highlight' on `post-command-hook' in this case.
14210
14211 When `hl-line-sticky-flag' is nil, Hl-Line mode highlights the
14212 line about point in the selected window only. In this case, it
14213 uses the function `hl-line-unhighlight' on `pre-command-hook' in
14214 addition to `hl-line-highlight' on `post-command-hook'.
14215
14216 \(fn &optional ARG)" t nil)
14217
14218 (defvar global-hl-line-mode nil "\
14219 Non-nil if Global Hl-Line mode is enabled.
14220 See the command `global-hl-line-mode' for a description of this minor mode.
14221 Setting this variable directly does not take effect;
14222 either customize it (see the info node `Easy Customization')
14223 or call the function `global-hl-line-mode'.")
14224
14225 (custom-autoload 'global-hl-line-mode "hl-line" nil)
14226
14227 (autoload 'global-hl-line-mode "hl-line" "\
14228 Toggle line highlighting in all buffers (Global Hl-Line mode).
14229 With a prefix argument ARG, enable Global Hl-Line mode if ARG is
14230 positive, and disable it otherwise. If called from Lisp, enable
14231 the mode if ARG is omitted or nil.
14232
14233 If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode
14234 highlights the line about the current buffer's point in all
14235 windows.
14236
14237 Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and
14238 `global-hl-line-highlight' on `pre-command-hook' and `post-command-hook'.
14239
14240 \(fn &optional ARG)" t nil)
14241
14242 ;;;***
14243 \f
14244 ;;;### (autoloads nil "holidays" "calendar/holidays.el" (22230 48822
14245 ;;;;;; 652220 186000))
14246 ;;; Generated autoloads from calendar/holidays.el
14247
14248 (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"))) "\
14249 General holidays. Default value is for the United States.
14250 See the documentation for `calendar-holidays' for details.")
14251
14252 (custom-autoload 'holiday-general-holidays "holidays" t)
14253
14254 (put 'holiday-general-holidays 'risky-local-variable t)
14255
14256 (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))))) "\
14257 Oriental holidays.
14258 See the documentation for `calendar-holidays' for details.")
14259
14260 (custom-autoload 'holiday-oriental-holidays "holidays" t)
14261
14262 (put 'holiday-oriental-holidays 'risky-local-variable t)
14263
14264 (defvar holiday-local-holidays nil "\
14265 Local holidays.
14266 See the documentation for `calendar-holidays' for details.")
14267
14268 (custom-autoload 'holiday-local-holidays "holidays" t)
14269
14270 (put 'holiday-local-holidays 'risky-local-variable t)
14271
14272 (defvar holiday-other-holidays nil "\
14273 User defined holidays.
14274 See the documentation for `calendar-holidays' for details.")
14275
14276 (custom-autoload 'holiday-other-holidays "holidays" t)
14277
14278 (put 'holiday-other-holidays 'risky-local-variable t)
14279
14280 (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))))) "\
14281 Jewish holidays.
14282 See the documentation for `calendar-holidays' for details.")
14283
14284 (custom-autoload 'holiday-hebrew-holidays "holidays" t)
14285
14286 (put 'holiday-hebrew-holidays 'risky-local-variable t)
14287
14288 (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"))))) "\
14289 Christian holidays.
14290 See the documentation for `calendar-holidays' for details.")
14291
14292 (custom-autoload 'holiday-christian-holidays "holidays" t)
14293
14294 (put 'holiday-christian-holidays 'risky-local-variable t)
14295
14296 (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"))))) "\
14297 Islamic holidays.
14298 See the documentation for `calendar-holidays' for details.")
14299
14300 (custom-autoload 'holiday-islamic-holidays "holidays" t)
14301
14302 (put 'holiday-islamic-holidays 'risky-local-variable t)
14303
14304 (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á"))))) "\
14305 Bahá’í holidays.
14306 See the documentation for `calendar-holidays' for details.")
14307
14308 (custom-autoload 'holiday-bahai-holidays "holidays" t)
14309
14310 (put 'holiday-bahai-holidays 'risky-local-variable t)
14311
14312 (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))))) "\
14313 Sun-related holidays.
14314 See the documentation for `calendar-holidays' for details.")
14315
14316 (custom-autoload 'holiday-solar-holidays "holidays" t)
14317
14318 (put 'holiday-solar-holidays 'risky-local-variable t)
14319
14320 (put 'calendar-holidays 'risky-local-variable t)
14321
14322 (autoload 'holidays "holidays" "\
14323 Display the holidays for last month, this month, and next month.
14324 If called with an optional prefix argument ARG, prompts for month and year.
14325 This function is suitable for execution in a init file.
14326
14327 \(fn &optional ARG)" t nil)
14328
14329 (autoload 'list-holidays "holidays" "\
14330 Display holidays for years Y1 to Y2 (inclusive).
14331 Y2 defaults to Y1. The optional list of holidays L defaults to
14332 `calendar-holidays'. If you want to control what holidays are
14333 displayed, use a different list. For example,
14334
14335 (list-holidays 2006 2006
14336 (append holiday-general-holidays holiday-local-holidays))
14337
14338 will display holidays for the year 2006 defined in the two
14339 mentioned lists, and nothing else.
14340
14341 When called interactively, this command offers a choice of
14342 holidays, based on the variables `holiday-solar-holidays' etc. See the
14343 documentation of `calendar-holidays' for a list of the variables
14344 that control the choices, as well as a description of the format
14345 of a holiday list.
14346
14347 The optional LABEL is used to label the buffer created.
14348
14349 \(fn Y1 &optional Y2 L LABEL)" t nil)
14350
14351 (defalias 'holiday-list 'list-holidays)
14352
14353 ;;;***
14354 \f
14355 ;;;### (autoloads nil "html2text" "gnus/html2text.el" (22230 48822
14356 ;;;;;; 742219 780000))
14357 ;;; Generated autoloads from gnus/html2text.el
14358
14359 (autoload 'html2text "html2text" "\
14360 Convert HTML to plain text in the current buffer.
14361
14362 \(fn)" t nil)
14363
14364 ;;;***
14365 \f
14366 ;;;### (autoloads nil "htmlfontify" "htmlfontify.el" (22230 48822
14367 ;;;;;; 757219 712000))
14368 ;;; Generated autoloads from htmlfontify.el
14369 (push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
14370
14371 (autoload 'htmlfontify-buffer "htmlfontify" "\
14372 Create a new buffer, named for the current buffer + a .html extension,
14373 containing an inline CSS-stylesheet and formatted CSS-markup HTML
14374 that reproduces the look of the current Emacs buffer as closely
14375 as possible.
14376
14377 Dangerous characters in the existing buffer are turned into HTML
14378 entities, so you should even be able to do HTML-within-HTML
14379 fontified display.
14380
14381 You should, however, note that random control or eight-bit
14382 characters such as ^L (\f) or ¤ (\244) won't get mapped yet.
14383
14384 If the SRCDIR and FILE arguments are set, lookup etags derived
14385 entries in the `hfy-tags-cache' and add HTML anchors and
14386 hyperlinks as appropriate.
14387
14388 \(fn &optional SRCDIR FILE)" t nil)
14389
14390 (autoload 'htmlfontify-copy-and-link-dir "htmlfontify" "\
14391 Trawl SRCDIR and write fontified-and-hyperlinked output in DSTDIR.
14392 F-EXT and L-EXT specify values for `hfy-extn' and `hfy-link-extn'.
14393
14394 You may also want to set `hfy-page-header' and `hfy-page-footer'.
14395
14396 \(fn SRCDIR DSTDIR &optional F-EXT L-EXT)" t nil)
14397
14398 ;;;***
14399 \f
14400 ;;;### (autoloads nil "ibuf-macs" "ibuf-macs.el" (22230 48822 758219
14401 ;;;;;; 707000))
14402 ;;; Generated autoloads from ibuf-macs.el
14403
14404 (autoload 'define-ibuffer-column "ibuf-macs" "\
14405 Define a column SYMBOL for use with `ibuffer-formats'.
14406
14407 BODY will be called with `buffer' bound to the buffer object, and
14408 `mark' bound to the current mark on the buffer. The original ibuffer
14409 buffer will be bound to `ibuffer-buf'.
14410
14411 If NAME is given, it will be used as a title for the column.
14412 Otherwise, the title will default to a capitalized version of the
14413 SYMBOL's name. PROPS is a plist of additional properties to add to
14414 the text, such as `mouse-face'. And SUMMARIZER, if given, is a
14415 function which will be passed a list of all the strings in its column;
14416 it should return a string to display at the bottom.
14417
14418 If HEADER-MOUSE-MAP is given, it will be used as a keymap for the
14419 title of the column.
14420
14421 Note that this macro expands into a `defun' for a function named
14422 ibuffer-make-column-NAME. If INLINE is non-nil, then the form will be
14423 inlined into the compiled format versions. This means that if you
14424 change its definition, you should explicitly call
14425 `ibuffer-recompile-formats'.
14426
14427 \(fn SYMBOL (&key NAME INLINE PROPS SUMMARIZER) &rest BODY)" nil t)
14428
14429 (function-put 'define-ibuffer-column 'lisp-indent-function 'defun)
14430
14431 (autoload 'define-ibuffer-sorter "ibuf-macs" "\
14432 Define a method of sorting named NAME.
14433 DOCUMENTATION is the documentation of the function, which will be called
14434 `ibuffer-do-sort-by-NAME'.
14435 DESCRIPTION is a short string describing the sorting method.
14436
14437 For sorting, the forms in BODY will be evaluated with `a' bound to one
14438 buffer object, and `b' bound to another. BODY should return a non-nil
14439 value if and only if `a' is \"less than\" `b'.
14440
14441 \(fn NAME DOCUMENTATION (&key DESCRIPTION) &rest BODY)" nil t)
14442
14443 (function-put 'define-ibuffer-sorter 'lisp-indent-function '1)
14444
14445 (function-put 'define-ibuffer-sorter 'doc-string-elt '2)
14446
14447 (autoload 'define-ibuffer-op "ibuf-macs" "\
14448 Generate a function which operates on a buffer.
14449 OP becomes the name of the function; if it doesn't begin with
14450 `ibuffer-do-', then that is prepended to it.
14451 When an operation is performed, this function will be called once for
14452 each marked buffer, with that buffer current.
14453
14454 ARGS becomes the formal parameters of the function.
14455 DOCUMENTATION becomes the docstring of the function.
14456 INTERACTIVE becomes the interactive specification of the function.
14457 MARK describes which type of mark (:deletion, or nil) this operation
14458 uses. :deletion means the function operates on buffers marked for
14459 deletion, otherwise it acts on normally marked buffers.
14460 MODIFIER-P describes how the function modifies buffers. This is used
14461 to set the modification flag of the Ibuffer buffer itself. Valid
14462 values are:
14463 nil - the function never modifiers buffers
14464 t - the function it always modifies buffers
14465 :maybe - attempt to discover this information by comparing the
14466 buffer's modification flag.
14467 DANGEROUS is a boolean which should be set if the user should be
14468 prompted before performing this operation.
14469 OPSTRING is a string which will be displayed to the user after the
14470 operation is complete, in the form:
14471 \"Operation complete; OPSTRING x buffers\"
14472 ACTIVE-OPSTRING is a string which will be displayed to the user in a
14473 confirmation message, in the form:
14474 \"Really ACTIVE-OPSTRING x buffers?\"
14475 COMPLEX means this function is special; see the source code of this
14476 macro for exactly what it does.
14477
14478 \(fn OP ARGS DOCUMENTATION (&key INTERACTIVE MARK MODIFIER-P DANGEROUS OPSTRING ACTIVE-OPSTRING COMPLEX) &rest BODY)" nil t)
14479
14480 (function-put 'define-ibuffer-op 'lisp-indent-function '2)
14481
14482 (function-put 'define-ibuffer-op 'doc-string-elt '3)
14483
14484 (autoload 'define-ibuffer-filter "ibuf-macs" "\
14485 Define a filter named NAME.
14486 DOCUMENTATION is the documentation of the function.
14487 READER is a form which should read a qualifier from the user.
14488 DESCRIPTION is a short string describing the filter.
14489
14490 BODY should contain forms which will be evaluated to test whether or
14491 not a particular buffer should be displayed or not. The forms in BODY
14492 will be evaluated with BUF bound to the buffer object, and QUALIFIER
14493 bound to the current value of the filter.
14494
14495 \(fn NAME DOCUMENTATION (&key READER DESCRIPTION) &rest BODY)" nil t)
14496
14497 (function-put 'define-ibuffer-filter 'lisp-indent-function '2)
14498
14499 (function-put 'define-ibuffer-filter 'doc-string-elt '2)
14500
14501 ;;;***
14502 \f
14503 ;;;### (autoloads nil "ibuffer" "ibuffer.el" (22230 48822 758219
14504 ;;;;;; 707000))
14505 ;;; Generated autoloads from ibuffer.el
14506
14507 (autoload 'ibuffer-list-buffers "ibuffer" "\
14508 Display a list of buffers, in another window.
14509 If optional argument FILES-ONLY is non-nil, then add a filter for
14510 buffers which are visiting a file.
14511
14512 \(fn &optional FILES-ONLY)" t nil)
14513
14514 (autoload 'ibuffer-other-window "ibuffer" "\
14515 Like `ibuffer', but displayed in another window by default.
14516 If optional argument FILES-ONLY is non-nil, then add a filter for
14517 buffers which are visiting a file.
14518
14519 \(fn &optional FILES-ONLY)" t nil)
14520
14521 (autoload 'ibuffer "ibuffer" "\
14522 Begin using Ibuffer to edit a list of buffers.
14523 Type `h' after entering ibuffer for more information.
14524
14525 All arguments are optional.
14526 OTHER-WINDOW-P says to use another window.
14527 NAME specifies the name of the buffer (defaults to \"*Ibuffer*\").
14528 QUALIFIERS is an initial set of filtering qualifiers to use;
14529 see `ibuffer-filtering-qualifiers'.
14530 NOSELECT means don't select the Ibuffer buffer.
14531 SHRINK means shrink the buffer to minimal size. The special
14532 value `onewindow' means always use another window.
14533 FILTER-GROUPS is an initial set of filtering groups to use;
14534 see `ibuffer-filter-groups'.
14535 FORMATS is the value to use for `ibuffer-formats'.
14536 If specified, then the variable `ibuffer-formats' will have
14537 that value locally in this buffer.
14538
14539 \(fn &optional OTHER-WINDOW-P NAME QUALIFIERS NOSELECT SHRINK FILTER-GROUPS FORMATS)" t nil)
14540
14541 ;;;***
14542 \f
14543 ;;;### (autoloads nil "icalendar" "calendar/icalendar.el" (22230
14544 ;;;;;; 48822 653220 181000))
14545 ;;; Generated autoloads from calendar/icalendar.el
14546 (push (purecopy '(icalendar 0 19)) package--builtin-versions)
14547
14548 (autoload 'icalendar-export-file "icalendar" "\
14549 Export diary file to iCalendar format.
14550 All diary entries in the file DIARY-FILENAME are converted to iCalendar
14551 format. The result is appended to the file ICAL-FILENAME.
14552
14553 \(fn DIARY-FILENAME ICAL-FILENAME)" t nil)
14554
14555 (autoload 'icalendar-export-region "icalendar" "\
14556 Export region in diary file to iCalendar format.
14557 All diary entries in the region from MIN to MAX in the current buffer are
14558 converted to iCalendar format. The result is appended to the file
14559 ICAL-FILENAME.
14560 This function attempts to return t if something goes wrong. In this
14561 case an error string which describes all the errors and problems is
14562 written into the buffer `*icalendar-errors*'.
14563
14564 \(fn MIN MAX ICAL-FILENAME)" t nil)
14565
14566 (autoload 'icalendar-import-file "icalendar" "\
14567 Import an iCalendar file and append to a diary file.
14568 Argument ICAL-FILENAME output iCalendar file.
14569 Argument DIARY-FILENAME input `diary-file'.
14570 Optional argument NON-MARKING determines whether events are created as
14571 non-marking or not.
14572
14573 \(fn ICAL-FILENAME DIARY-FILENAME &optional NON-MARKING)" t nil)
14574
14575 (autoload 'icalendar-import-buffer "icalendar" "\
14576 Extract iCalendar events from current buffer.
14577
14578 This function searches the current buffer for the first iCalendar
14579 object, reads it and adds all VEVENT elements to the diary
14580 DIARY-FILE.
14581
14582 It will ask for each appointment whether to add it to the diary
14583 unless DO-NOT-ASK is non-nil. When called interactively,
14584 DO-NOT-ASK is nil, so that you are asked for each event.
14585
14586 NON-MARKING determines whether diary events are created as
14587 non-marking.
14588
14589 Return code t means that importing worked well, return code nil
14590 means that an error has occurred. Error messages will be in the
14591 buffer `*icalendar-errors*'.
14592
14593 \(fn &optional DIARY-FILE DO-NOT-ASK NON-MARKING)" t nil)
14594
14595 ;;;***
14596 \f
14597 ;;;### (autoloads nil "icomplete" "icomplete.el" (22230 48822 758219
14598 ;;;;;; 707000))
14599 ;;; Generated autoloads from icomplete.el
14600
14601 (defvar icomplete-mode nil "\
14602 Non-nil if Icomplete mode is enabled.
14603 See the command `icomplete-mode' for a description of this minor mode.
14604 Setting this variable directly does not take effect;
14605 either customize it (see the info node `Easy Customization')
14606 or call the function `icomplete-mode'.")
14607
14608 (custom-autoload 'icomplete-mode "icomplete" nil)
14609
14610 (autoload 'icomplete-mode "icomplete" "\
14611 Toggle incremental minibuffer completion (Icomplete mode).
14612 With a prefix argument ARG, enable Icomplete mode if ARG is
14613 positive, and disable it otherwise. If called from Lisp, enable
14614 the mode if ARG is omitted or nil.
14615
14616 When this global minor mode is enabled, typing in the minibuffer
14617 continuously displays a list of possible completions that match
14618 the string you have typed. See `icomplete-completions' for a
14619 description of how prospective completions are displayed.
14620
14621 For more information, see Info node `(emacs)Icomplete'.
14622 For options you can set, `\\[customize-group] icomplete'.
14623
14624 You can use the following key bindings to navigate and select
14625 completions:
14626
14627 \\{icomplete-minibuffer-map}
14628
14629 \(fn &optional ARG)" t nil)
14630 (when (locate-library "obsolete/iswitchb")
14631 (autoload 'iswitchb-mode "iswitchb" "Toggle Iswitchb mode." t)
14632 (make-obsolete 'iswitchb-mode
14633 "use `icomplete-mode' or `ido-mode' instead." "24.4"))
14634
14635 ;;;***
14636 \f
14637 ;;;### (autoloads nil "icon" "progmodes/icon.el" (22230 48822 883219
14638 ;;;;;; 143000))
14639 ;;; Generated autoloads from progmodes/icon.el
14640
14641 (autoload 'icon-mode "icon" "\
14642 Major mode for editing Icon code.
14643 Expression and list commands understand all Icon brackets.
14644 Tab indents for Icon code.
14645 Paragraphs are separated by blank lines only.
14646 Delete converts tabs to spaces as it moves back.
14647 \\{icon-mode-map}
14648 Variables controlling indentation style:
14649 icon-tab-always-indent
14650 Non-nil means TAB in Icon mode should always reindent the current line,
14651 regardless of where in the line point is when the TAB command is used.
14652 icon-auto-newline
14653 Non-nil means automatically newline before and after braces
14654 inserted in Icon code.
14655 icon-indent-level
14656 Indentation of Icon statements within surrounding block.
14657 The surrounding block's indentation is the indentation
14658 of the line on which the open-brace appears.
14659 icon-continued-statement-offset
14660 Extra indentation given to a substatement, such as the
14661 then-clause of an if or body of a while.
14662 icon-continued-brace-offset
14663 Extra indentation given to a brace that starts a substatement.
14664 This is in addition to `icon-continued-statement-offset'.
14665 icon-brace-offset
14666 Extra indentation for line if it starts with an open brace.
14667 icon-brace-imaginary-offset
14668 An open brace following other text is treated as if it were
14669 this far to the right of the start of its line.
14670
14671 Turning on Icon mode calls the value of the variable `icon-mode-hook'
14672 with no args, if that value is non-nil.
14673
14674 \(fn)" t nil)
14675
14676 ;;;***
14677 \f
14678 ;;;### (autoloads nil "idlw-shell" "progmodes/idlw-shell.el" (22230
14679 ;;;;;; 48822 884219 139000))
14680 ;;; Generated autoloads from progmodes/idlw-shell.el
14681
14682 (autoload 'idlwave-shell "idlw-shell" "\
14683 Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'.
14684 If buffer exists but shell process is not running, start new IDL.
14685 If buffer exists and shell process is running, just switch to the buffer.
14686
14687 When called with a prefix ARG, or when `idlwave-shell-use-dedicated-frame'
14688 is non-nil, the shell buffer and the source buffers will be in
14689 separate frames.
14690
14691 The command to run comes from variable `idlwave-shell-explicit-file-name',
14692 with options taken from `idlwave-shell-command-line-options'.
14693
14694 The buffer is put in `idlwave-shell-mode', providing commands for sending
14695 input and controlling the IDL job. See help on `idlwave-shell-mode'.
14696 See also the variable `idlwave-shell-prompt-pattern'.
14697
14698 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
14699
14700 \(fn &optional ARG QUICK)" t nil)
14701
14702 ;;;***
14703 \f
14704 ;;;### (autoloads nil "idlwave" "progmodes/idlwave.el" (22230 48822
14705 ;;;;;; 885219 134000))
14706 ;;; Generated autoloads from progmodes/idlwave.el
14707 (push (purecopy '(idlwave 6 1 22)) package--builtin-versions)
14708
14709 (autoload 'idlwave-mode "idlwave" "\
14710 Major mode for editing IDL source files (version 6.1_em22).
14711
14712 The main features of this mode are
14713
14714 1. Indentation and Formatting
14715 --------------------------
14716 Like other Emacs programming modes, C-j inserts a newline and indents.
14717 TAB is used for explicit indentation of the current line.
14718
14719 To start a continuation line, use \\[idlwave-split-line]. This
14720 function can also be used in the middle of a line to split the line
14721 at that point. When used inside a long constant string, the string
14722 is split at that point with the `+' concatenation operator.
14723
14724 Comments are indented as follows:
14725
14726 `;;;' Indentation remains unchanged.
14727 `;;' Indent like the surrounding code
14728 `;' Indent to a minimum column.
14729
14730 The indentation of comments starting in column 0 is never changed.
14731
14732 Use \\[idlwave-fill-paragraph] to refill a paragraph inside a
14733 comment. The indentation of the second line of the paragraph
14734 relative to the first will be retained. Use
14735 \\[idlwave-auto-fill-mode] to toggle auto-fill mode for these
14736 comments. When the variable `idlwave-fill-comment-line-only' is
14737 nil, code can also be auto-filled and auto-indented.
14738
14739 To convert pre-existing IDL code to your formatting style, mark the
14740 entire buffer with \\[mark-whole-buffer] and execute
14741 \\[idlwave-expand-region-abbrevs]. Then mark the entire buffer
14742 again followed by \\[indent-region] (`indent-region').
14743
14744 2. Routine Info
14745 ------------
14746 IDLWAVE displays information about the calling sequence and the
14747 accepted keyword parameters of a procedure or function with
14748 \\[idlwave-routine-info]. \\[idlwave-find-module] jumps to the
14749 source file of a module. These commands know about system
14750 routines, all routines in idlwave-mode buffers and (when the
14751 idlwave-shell is active) about all modules currently compiled under
14752 this shell. It also makes use of pre-compiled or custom-scanned
14753 user and library catalogs many popular libraries ship with by
14754 default. Use \\[idlwave-update-routine-info] to update this
14755 information, which is also used for completion (see item 4).
14756
14757 3. Online IDL Help
14758 ---------------
14759
14760 \\[idlwave-context-help] displays the IDL documentation relevant
14761 for the system variable, keyword, or routines at point. A single
14762 key stroke gets you directly to the right place in the docs. See
14763 the manual to configure where and how the HTML help is displayed.
14764
14765 4. Completion
14766 ----------
14767 \\[idlwave-complete] completes the names of procedures, functions
14768 class names, keyword parameters, system variables and tags, class
14769 tags, structure tags, filenames and much more. It is context
14770 sensitive and figures out what is expected at point. Lower case
14771 strings are completed in lower case, other strings in mixed or
14772 upper case.
14773
14774 5. Code Templates and Abbreviations
14775 --------------------------------
14776 Many Abbreviations are predefined to expand to code fragments and templates.
14777 The abbreviations start generally with a `\\'. Some examples:
14778
14779 \\pr PROCEDURE template
14780 \\fu FUNCTION template
14781 \\c CASE statement template
14782 \\sw SWITCH statement template
14783 \\f FOR loop template
14784 \\r REPEAT Loop template
14785 \\w WHILE loop template
14786 \\i IF statement template
14787 \\elif IF-ELSE statement template
14788 \\b BEGIN
14789
14790 For a full list, use \\[idlwave-list-abbrevs]. Some templates also
14791 have direct keybindings - see the list of keybindings below.
14792
14793 \\[idlwave-doc-header] inserts a documentation header at the
14794 beginning of the current program unit (pro, function or main).
14795 Change log entries can be added to the current program unit with
14796 \\[idlwave-doc-modification].
14797
14798 6. Automatic Case Conversion
14799 -------------------------
14800 The case of reserved words and some abbrevs is controlled by
14801 `idlwave-reserved-word-upcase' and `idlwave-abbrev-change-case'.
14802
14803 7. Automatic END completion
14804 ------------------------
14805 If the variable `idlwave-expand-generic-end' is non-nil, each END typed
14806 will be converted to the specific version, like ENDIF, ENDFOR, etc.
14807
14808 8. Hooks
14809 -----
14810 Loading idlwave.el runs `idlwave-load-hook'.
14811 Turning on `idlwave-mode' runs `idlwave-mode-hook'.
14812
14813 9. Documentation and Customization
14814 -------------------------------
14815 Info documentation for this package is available. Use
14816 \\[idlwave-info] to display (complain to your sysadmin if that does
14817 not work). For Postscript, PDF, and HTML versions of the
14818 documentation, check IDLWAVE's homepage at URL
14819 `http://github.com/jdtsmith/idlwave'.
14820 IDLWAVE has customize support - see the group `idlwave'.
14821
14822 10.Keybindings
14823 -----------
14824 Here is a list of all keybindings of this mode.
14825 If some of the key bindings below show with ??, use \\[describe-key]
14826 followed by the key sequence to see what the key sequence does.
14827
14828 \\{idlwave-mode-map}
14829
14830 \(fn)" t nil)
14831
14832 ;;;***
14833 \f
14834 ;;;### (autoloads nil "ido" "ido.el" (22230 48822 759219 703000))
14835 ;;; Generated autoloads from ido.el
14836
14837 (defvar ido-mode nil "\
14838 Determines for which buffer/file Ido should be enabled.
14839 The following values are possible:
14840 - `buffer': Turn only on Ido buffer behavior (switching, killing,
14841 displaying...)
14842 - `file': Turn only on Ido file behavior (finding, writing, inserting...)
14843 - `both': Turn on Ido buffer and file behavior.
14844 - nil: Turn off any Ido switching.
14845
14846 Setting this variable directly does not take effect;
14847 use either \\[customize] or the function `ido-mode'.")
14848
14849 (custom-autoload 'ido-mode "ido" nil)
14850
14851 (autoload 'ido-mode "ido" "\
14852 Toggle Ido mode on or off.
14853 With ARG, turn Ido mode on if arg is positive, off otherwise.
14854 Turning on Ido mode will remap (via a minor-mode keymap) the default
14855 keybindings for the `find-file' and `switch-to-buffer' families of
14856 commands to the Ido versions of these functions.
14857 However, if ARG arg equals `files', remap only commands for files, or
14858 if it equals `buffers', remap only commands for buffer switching.
14859 This function also adds a hook to the minibuffer.
14860
14861 \(fn &optional ARG)" t nil)
14862
14863 (autoload 'ido-switch-buffer "ido" "\
14864 Switch to another buffer.
14865 The buffer is displayed according to `ido-default-buffer-method' -- the
14866 default is to show it in the same window, unless it is already visible
14867 in another frame.
14868
14869 As you type in a string, all of the buffers matching the string are
14870 displayed if substring-matching is used (default). Look at
14871 `ido-enable-prefix' and `ido-toggle-prefix'. When you have found the
14872 buffer you want, it can then be selected. As you type, most keys have
14873 their normal keybindings, except for the following: \\<ido-buffer-completion-map>
14874
14875 RET Select the buffer at the front of the list of matches.
14876 If the list is empty, possibly prompt to create new buffer.
14877
14878 \\[ido-select-text] Use the current input string verbatim.
14879
14880 \\[ido-next-match] Put the first element at the end of the list.
14881 \\[ido-prev-match] Put the last element at the start of the list.
14882 \\[ido-complete] Complete a common suffix to the current string that matches
14883 all buffers. If there is only one match, select that buffer.
14884 If there is no common suffix, show a list of all matching buffers
14885 in a separate window.
14886 \\[ido-edit-input] Edit input string.
14887 \\[ido-fallback-command] Fallback to non-ido version of current command.
14888 \\[ido-toggle-regexp] Toggle regexp searching.
14889 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14890 \\[ido-toggle-case] Toggle case-sensitive searching of buffer names.
14891 \\[ido-completion-help] Show list of matching buffers in separate window.
14892 \\[ido-enter-find-file] Drop into `ido-find-file'.
14893 \\[ido-kill-buffer-at-head] Kill buffer at head of buffer list.
14894 \\[ido-toggle-ignore] Toggle ignoring buffers listed in `ido-ignore-buffers'.
14895
14896 \(fn)" t nil)
14897
14898 (autoload 'ido-switch-buffer-other-window "ido" "\
14899 Switch to another buffer and show it in another window.
14900 The buffer name is selected interactively by typing a substring.
14901 For details of keybindings, see `ido-switch-buffer'.
14902
14903 \(fn)" t nil)
14904
14905 (autoload 'ido-display-buffer "ido" "\
14906 Display a buffer in another window but don't select it.
14907 The buffer name is selected interactively by typing a substring.
14908 For details of keybindings, see `ido-switch-buffer'.
14909
14910 \(fn)" t nil)
14911
14912 (autoload 'ido-kill-buffer "ido" "\
14913 Kill a buffer.
14914 The buffer name is selected interactively by typing a substring.
14915 For details of keybindings, see `ido-switch-buffer'.
14916
14917 \(fn)" t nil)
14918
14919 (autoload 'ido-insert-buffer "ido" "\
14920 Insert contents of a buffer in current buffer after point.
14921 The buffer name is selected interactively by typing a substring.
14922 For details of keybindings, see `ido-switch-buffer'.
14923
14924 \(fn)" t nil)
14925
14926 (autoload 'ido-switch-buffer-other-frame "ido" "\
14927 Switch to another buffer and show it in another frame.
14928 The buffer name is selected interactively by typing a substring.
14929 For details of keybindings, see `ido-switch-buffer'.
14930
14931 \(fn)" t nil)
14932
14933 (autoload 'ido-find-file-in-dir "ido" "\
14934 Switch to another file starting from DIR.
14935
14936 \(fn DIR)" t nil)
14937
14938 (autoload 'ido-find-file "ido" "\
14939 Edit file with name obtained via minibuffer.
14940 The file is displayed according to `ido-default-file-method' -- the
14941 default is to show it in the same window, unless it is already visible
14942 in another frame.
14943
14944 The file name is selected interactively by typing a substring. As you
14945 type in a string, all of the filenames matching the string are displayed
14946 if substring-matching is used (default). Look at `ido-enable-prefix' and
14947 `ido-toggle-prefix'. When you have found the filename you want, it can
14948 then be selected. As you type, most keys have their normal keybindings,
14949 except for the following: \\<ido-file-completion-map>
14950
14951 RET Select the file at the front of the list of matches.
14952 If the list is empty, possibly prompt to create new file.
14953
14954 \\[ido-select-text] Use the current input string verbatim.
14955
14956 \\[ido-next-match] Put the first element at the end of the list.
14957 \\[ido-prev-match] Put the last element at the start of the list.
14958 \\[ido-complete] Complete a common suffix to the current string that matches
14959 all files. If there is only one match, select that file.
14960 If there is no common suffix, show a list of all matching files
14961 in a separate window.
14962 \\[ido-magic-delete-char] Open the specified directory in Dired mode.
14963 \\[ido-edit-input] Edit input string (including directory).
14964 \\[ido-prev-work-directory] Go to previous directory in work directory history.
14965 \\[ido-next-work-directory] Go to next directory in work directory history.
14966 \\[ido-merge-work-directories] Search for file in the work directory history.
14967 \\[ido-forget-work-directory] Remove current directory from the work directory history.
14968 \\[ido-prev-work-file] Cycle to previous file in work file history.
14969 \\[ido-next-work-file] Cycle to next file in work file history.
14970 \\[ido-wide-find-file-or-pop-dir] Prompt for a file and use find to locate it.
14971 \\[ido-wide-find-dir-or-delete-dir] Prompt for a directory and use find to locate it.
14972 \\[ido-make-directory] Prompt for a directory to create in current directory.
14973 \\[ido-fallback-command] Fallback to non-Ido version of current command.
14974 \\[ido-toggle-regexp] Toggle regexp searching.
14975 \\[ido-toggle-prefix] Toggle between substring and prefix matching.
14976 \\[ido-toggle-case] Toggle case-sensitive searching of file names.
14977 \\[ido-toggle-literal] Toggle literal reading of this file.
14978 \\[ido-completion-help] Show list of matching files in separate window.
14979 \\[ido-toggle-ignore] Toggle ignoring files listed in `ido-ignore-files'.
14980
14981 \(fn)" t nil)
14982
14983 (autoload 'ido-find-file-other-window "ido" "\
14984 Switch to another file and show it in another window.
14985 The file name is selected interactively by typing a substring.
14986 For details of keybindings, see `ido-find-file'.
14987
14988 \(fn)" t nil)
14989
14990 (autoload 'ido-find-alternate-file "ido" "\
14991 Switch to another file and show it in another window.
14992 The file name is selected interactively by typing a substring.
14993 For details of keybindings, see `ido-find-file'.
14994
14995 \(fn)" t nil)
14996
14997 (autoload 'ido-find-file-read-only "ido" "\
14998 Edit file read-only with name obtained via minibuffer.
14999 The file name is selected interactively by typing a substring.
15000 For details of keybindings, see `ido-find-file'.
15001
15002 \(fn)" t nil)
15003
15004 (autoload 'ido-find-file-read-only-other-window "ido" "\
15005 Edit file read-only in other window with name obtained via minibuffer.
15006 The file name is selected interactively by typing a substring.
15007 For details of keybindings, see `ido-find-file'.
15008
15009 \(fn)" t nil)
15010
15011 (autoload 'ido-find-file-read-only-other-frame "ido" "\
15012 Edit file read-only in other frame with name obtained via minibuffer.
15013 The file name is selected interactively by typing a substring.
15014 For details of keybindings, see `ido-find-file'.
15015
15016 \(fn)" t nil)
15017
15018 (autoload 'ido-display-file "ido" "\
15019 Display a file in another window but don't select it.
15020 The file name is selected interactively by typing a substring.
15021 For details of keybindings, see `ido-find-file'.
15022
15023 \(fn)" t nil)
15024
15025 (autoload 'ido-find-file-other-frame "ido" "\
15026 Switch to another file and show it in another frame.
15027 The file name is selected interactively by typing a substring.
15028 For details of keybindings, see `ido-find-file'.
15029
15030 \(fn)" t nil)
15031
15032 (autoload 'ido-write-file "ido" "\
15033 Write current buffer to a file.
15034 The file name is selected interactively by typing a substring.
15035 For details of keybindings, see `ido-find-file'.
15036
15037 \(fn)" t nil)
15038
15039 (autoload 'ido-insert-file "ido" "\
15040 Insert contents of file in current buffer.
15041 The file name is selected interactively by typing a substring.
15042 For details of keybindings, see `ido-find-file'.
15043
15044 \(fn)" t nil)
15045
15046 (autoload 'ido-dired "ido" "\
15047 Call `dired' the Ido way.
15048 The directory is selected interactively by typing a substring.
15049 For details of keybindings, see `ido-find-file'.
15050
15051 \(fn)" t nil)
15052
15053 (autoload 'ido-read-buffer "ido" "\
15054 Ido replacement for the built-in `read-buffer'.
15055 Return the name of a buffer selected.
15056 PROMPT is the prompt to give to the user. DEFAULT if given is the default
15057 buffer to be selected, which will go to the front of the list.
15058 If REQUIRE-MATCH is non-nil, an existing buffer must be selected.
15059
15060 \(fn PROMPT &optional DEFAULT REQUIRE-MATCH PREDICATE)" nil nil)
15061
15062 (autoload 'ido-read-file-name "ido" "\
15063 Ido replacement for the built-in `read-file-name'.
15064 Read file name, prompting with PROMPT and completing in directory DIR.
15065 See `read-file-name' for additional parameters.
15066
15067 \(fn PROMPT &optional DIR DEFAULT-FILENAME MUSTMATCH INITIAL PREDICATE)" nil nil)
15068
15069 (autoload 'ido-read-directory-name "ido" "\
15070 Ido replacement for the built-in `read-directory-name'.
15071 Read directory name, prompting with PROMPT and completing in directory DIR.
15072 See `read-directory-name' for additional parameters.
15073
15074 \(fn PROMPT &optional DIR DEFAULT-DIRNAME MUSTMATCH INITIAL)" nil nil)
15075
15076 (autoload 'ido-completing-read "ido" "\
15077 Ido replacement for the built-in `completing-read'.
15078 Read a string in the minibuffer with Ido-style completion.
15079 PROMPT is a string to prompt with; normally it ends in a colon and a space.
15080 CHOICES is a list of strings which are the possible completions.
15081 PREDICATE and INHERIT-INPUT-METHOD are currently ignored; they are included
15082 to be compatible with `completing-read'.
15083 If REQUIRE-MATCH is non-nil, the user is not allowed to exit unless
15084 the input is (or completes to) an element of CHOICES or is null.
15085 If the input is null, `ido-completing-read' returns DEF, or an empty
15086 string if DEF is nil, regardless of the value of REQUIRE-MATCH.
15087 If INITIAL-INPUT is non-nil, insert it in the minibuffer initially,
15088 with point positioned at the end.
15089 HIST, if non-nil, specifies a history list.
15090 DEF, if non-nil, is the default value.
15091
15092 \(fn PROMPT CHOICES &optional PREDICATE REQUIRE-MATCH INITIAL-INPUT HIST DEF INHERIT-INPUT-METHOD)" nil nil)
15093
15094 ;;;***
15095 \f
15096 ;;;### (autoloads nil "ielm" "ielm.el" (22230 48822 759219 703000))
15097 ;;; Generated autoloads from ielm.el
15098
15099 (autoload 'ielm "ielm" "\
15100 Interactively evaluate Emacs Lisp expressions.
15101 Switches to the buffer `*ielm*', or creates it if it does not exist.
15102 See `inferior-emacs-lisp-mode' for details.
15103
15104 \(fn)" t nil)
15105
15106 ;;;***
15107 \f
15108 ;;;### (autoloads nil "iimage" "iimage.el" (22230 48822 760219 698000))
15109 ;;; Generated autoloads from iimage.el
15110
15111 (define-obsolete-function-alias 'turn-on-iimage-mode 'iimage-mode "24.1")
15112
15113 (autoload 'iimage-mode "iimage" "\
15114 Toggle Iimage mode on or off.
15115 With a prefix argument ARG, enable Iimage mode if ARG is
15116 positive, and disable it otherwise. If called from Lisp, enable
15117 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
15118 \\{iimage-mode-map}
15119
15120 \(fn &optional ARG)" t nil)
15121
15122 ;;;***
15123 \f
15124 ;;;### (autoloads nil "image" "image.el" (22230 48822 761219 694000))
15125 ;;; Generated autoloads from image.el
15126
15127 (autoload 'image-type-from-data "image" "\
15128 Determine the image type from image data DATA.
15129 Value is a symbol specifying the image type or nil if type cannot
15130 be determined.
15131
15132 \(fn DATA)" nil nil)
15133
15134 (autoload 'image-type-from-buffer "image" "\
15135 Determine the image type from data in the current buffer.
15136 Value is a symbol specifying the image type or nil if type cannot
15137 be determined.
15138
15139 \(fn)" nil nil)
15140
15141 (autoload 'image-type-from-file-header "image" "\
15142 Determine the type of image file FILE from its first few bytes.
15143 Value is a symbol specifying the image type, or nil if type cannot
15144 be determined.
15145
15146 \(fn FILE)" nil nil)
15147
15148 (autoload 'image-type-from-file-name "image" "\
15149 Determine the type of image file FILE from its name.
15150 Value is a symbol specifying the image type, or nil if type cannot
15151 be determined.
15152
15153 \(fn FILE)" nil nil)
15154
15155 (autoload 'image-type "image" "\
15156 Determine and return image type.
15157 SOURCE is an image file name or image data.
15158 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15159 or nil, try to determine the image type from its first few bytes
15160 of image data. If that doesn't work, and SOURCE is a file name,
15161 use its file extension as image type.
15162 Optional DATA-P non-nil means SOURCE is a string containing image data.
15163
15164 \(fn SOURCE &optional TYPE DATA-P)" nil nil)
15165
15166 (autoload 'image-type-available-p "image" "\
15167 Return non-nil if image type TYPE is available.
15168 Image types are symbols like `xbm' or `jpeg'.
15169
15170 \(fn TYPE)" nil nil)
15171
15172 (autoload 'image-type-auto-detected-p "image" "\
15173 Return t if the current buffer contains an auto-detectable image.
15174 This function is intended to be used from `magic-fallback-mode-alist'.
15175
15176 The buffer is considered to contain an auto-detectable image if
15177 its beginning matches an image type in `image-type-header-regexps',
15178 and that image type is present in `image-type-auto-detectable' with a
15179 non-nil value. If that value is non-nil, but not t, then the image type
15180 must be available.
15181
15182 \(fn)" nil nil)
15183
15184 (autoload 'create-image "image" "\
15185 Create an image.
15186 FILE-OR-DATA is an image file name or image data.
15187 Optional TYPE is a symbol describing the image type. If TYPE is omitted
15188 or nil, try to determine the image type from its first few bytes
15189 of image data. If that doesn't work, and FILE-OR-DATA is a file name,
15190 use its file extension as image type.
15191 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
15192 Optional PROPS are additional image attributes to assign to the image,
15193 like, e.g. `:mask MASK'.
15194 Value is the image created, or nil if images of type TYPE are not supported.
15195
15196 Images should not be larger than specified by `max-image-size'.
15197
15198 Image file names that are not absolute are searched for in the
15199 \"images\" sub-directory of `data-directory' and
15200 `x-bitmap-file-path' (in that order).
15201
15202 \(fn FILE-OR-DATA &optional TYPE DATA-P &rest PROPS)" nil nil)
15203
15204 (autoload 'put-image "image" "\
15205 Put image IMAGE in front of POS in the current buffer.
15206 IMAGE must be an image created with `create-image' or `defimage'.
15207 IMAGE is displayed by putting an overlay into the current buffer with a
15208 `before-string' STRING that has a `display' property whose value is the
15209 image. STRING is defaulted if you omit it.
15210 The overlay created will have the `put-image' property set to t.
15211 POS may be an integer or marker.
15212 AREA is where to display the image. AREA nil or omitted means
15213 display it in the text area, a value of `left-margin' means
15214 display it in the left marginal area, a value of `right-margin'
15215 means display it in the right marginal area.
15216
15217 \(fn IMAGE POS &optional STRING AREA)" nil nil)
15218
15219 (autoload 'insert-image "image" "\
15220 Insert IMAGE into current buffer at point.
15221 IMAGE is displayed by inserting STRING into the current buffer
15222 with a `display' property whose value is the image. STRING
15223 defaults to a single space if you omit it.
15224 AREA is where to display the image. AREA nil or omitted means
15225 display it in the text area, a value of `left-margin' means
15226 display it in the left marginal area, a value of `right-margin'
15227 means display it in the right marginal area.
15228 SLICE specifies slice of IMAGE to insert. SLICE nil or omitted
15229 means insert whole image. SLICE is a list (X Y WIDTH HEIGHT)
15230 specifying the X and Y positions and WIDTH and HEIGHT of image area
15231 to insert. A float value 0.0 - 1.0 means relative to the width or
15232 height of the image; integer values are taken as pixel values.
15233
15234 \(fn IMAGE &optional STRING AREA SLICE)" nil nil)
15235
15236 (autoload 'insert-sliced-image "image" "\
15237 Insert IMAGE into current buffer at point.
15238 IMAGE is displayed by inserting STRING into the current buffer
15239 with a `display' property whose value is the image. The default
15240 STRING is a single space.
15241 AREA is where to display the image. AREA nil or omitted means
15242 display it in the text area, a value of `left-margin' means
15243 display it in the left marginal area, a value of `right-margin'
15244 means display it in the right marginal area.
15245 The image is automatically split into ROWS x COLS slices.
15246
15247 \(fn IMAGE &optional STRING AREA ROWS COLS)" nil nil)
15248
15249 (autoload 'remove-images "image" "\
15250 Remove images between START and END in BUFFER.
15251 Remove only images that were put in BUFFER with calls to `put-image'.
15252 BUFFER nil or omitted means use the current buffer.
15253
15254 \(fn START END &optional BUFFER)" nil nil)
15255
15256 (autoload 'find-image "image" "\
15257 Find an image, choosing one of a list of image specifications.
15258
15259 SPECS is a list of image specifications.
15260
15261 Each image specification in SPECS is a property list. The contents of
15262 a specification are image type dependent. All specifications must at
15263 least contain the properties `:type TYPE' and either `:file FILE' or
15264 `:data DATA', where TYPE is a symbol specifying the image type,
15265 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15266 string containing the actual image data. The specification whose TYPE
15267 is supported, and FILE exists, is used to construct the image
15268 specification to be returned. Return nil if no specification is
15269 satisfied.
15270
15271 The image is looked for in `image-load-path'.
15272
15273 Image files should not be larger than specified by `max-image-size'.
15274
15275 \(fn SPECS)" nil nil)
15276
15277 (autoload 'defimage "image" "\
15278 Define SYMBOL as an image, and return SYMBOL.
15279
15280 SPECS is a list of image specifications. DOC is an optional
15281 documentation string.
15282
15283 Each image specification in SPECS is a property list. The contents of
15284 a specification are image type dependent. All specifications must at
15285 least contain the properties `:type TYPE' and either `:file FILE' or
15286 `:data DATA', where TYPE is a symbol specifying the image type,
15287 e.g. `xbm', FILE is the file to load the image from, and DATA is a
15288 string containing the actual image data. The first image
15289 specification whose TYPE is supported, and FILE exists, is used to
15290 define SYMBOL.
15291
15292 Example:
15293
15294 (defimage test-image ((:type xpm :file \"~/test1.xpm\")
15295 (:type xbm :file \"~/test1.xbm\")))
15296
15297 \(fn SYMBOL SPECS &optional DOC)" nil t)
15298
15299 (function-put 'defimage 'doc-string-elt '3)
15300
15301 (autoload 'imagemagick-register-types "image" "\
15302 Register file types that can be handled by ImageMagick.
15303 This function is called at startup, after loading the init file.
15304 It registers the ImageMagick types returned by `imagemagick-filter-types'.
15305
15306 Registered image types are added to `auto-mode-alist', so that
15307 Emacs visits them in Image mode. They are also added to
15308 `image-type-file-name-regexps', so that the `image-type' function
15309 recognizes these files as having image type `imagemagick'.
15310
15311 If Emacs is compiled without ImageMagick support, this does nothing.
15312
15313 \(fn)" nil nil)
15314
15315 ;;;***
15316 \f
15317 ;;;### (autoloads nil "image-dired" "image-dired.el" (22230 48822
15318 ;;;;;; 760219 698000))
15319 ;;; Generated autoloads from image-dired.el
15320 (push (purecopy '(image-dired 0 4 11)) package--builtin-versions)
15321
15322 (autoload 'image-dired-dired-toggle-marked-thumbs "image-dired" "\
15323 Toggle thumbnails in front of file names in the dired buffer.
15324 If no marked file could be found, insert or hide thumbnails on the
15325 current line. ARG, if non-nil, specifies the files to use instead
15326 of the marked files. If ARG is an integer, use the next ARG (or
15327 previous -ARG, if ARG<0) files.
15328
15329 \(fn &optional ARG)" t nil)
15330
15331 (autoload 'image-dired-dired-with-window-configuration "image-dired" "\
15332 Open directory DIR and create a default window configuration.
15333
15334 Convenience command that:
15335
15336 - Opens dired in folder DIR
15337 - Splits windows in most useful (?) way
15338 - Set `truncate-lines' to t
15339
15340 After the command has finished, you would typically mark some
15341 image files in dired and type
15342 \\[image-dired-display-thumbs] (`image-dired-display-thumbs').
15343
15344 If called with prefix argument ARG, skip splitting of windows.
15345
15346 The current window configuration is saved and can be restored by
15347 calling `image-dired-restore-window-configuration'.
15348
15349 \(fn DIR &optional ARG)" t nil)
15350
15351 (autoload 'image-dired-display-thumbs "image-dired" "\
15352 Display thumbnails of all marked files, in `image-dired-thumbnail-buffer'.
15353 If a thumbnail image does not exist for a file, it is created on the
15354 fly. With prefix argument ARG, display only thumbnail for file at
15355 point (this is useful if you have marked some files but want to show
15356 another one).
15357
15358 Recommended usage is to split the current frame horizontally so that
15359 you have the dired buffer in the left window and the
15360 `image-dired-thumbnail-buffer' buffer in the right window.
15361
15362 With optional argument APPEND, append thumbnail to thumbnail buffer
15363 instead of erasing it first.
15364
15365 Optional argument DO-NOT-POP controls if `pop-to-buffer' should be
15366 used or not. If non-nil, use `display-buffer' instead of
15367 `pop-to-buffer'. This is used from functions like
15368 `image-dired-next-line-and-display' and
15369 `image-dired-previous-line-and-display' where we do not want the
15370 thumbnail buffer to be selected.
15371
15372 \(fn &optional ARG APPEND DO-NOT-POP)" t nil)
15373
15374 (autoload 'image-dired-show-all-from-dir "image-dired" "\
15375 Make a preview buffer for all images in DIR and display it.
15376 If the number of files in DIR matching `image-file-name-regexp'
15377 exceeds `image-dired-show-all-from-dir-max-files', a warning will be
15378 displayed.
15379
15380 \(fn DIR)" t nil)
15381
15382 (defalias 'image-dired 'image-dired-show-all-from-dir)
15383
15384 (define-obsolete-function-alias 'tumme 'image-dired "24.4")
15385
15386 (autoload 'image-dired-tag-files "image-dired" "\
15387 Tag marked file(s) in dired. With prefix ARG, tag file at point.
15388
15389 \(fn ARG)" t nil)
15390
15391 (autoload 'image-dired-delete-tag "image-dired" "\
15392 Remove tag for selected file(s).
15393 With prefix argument ARG, remove tag from file at point.
15394
15395 \(fn ARG)" t nil)
15396
15397 (autoload 'image-dired-jump-thumbnail-buffer "image-dired" "\
15398 Jump to thumbnail buffer.
15399
15400 \(fn)" t nil)
15401
15402 (autoload 'image-dired-setup-dired-keybindings "image-dired" "\
15403 Setup easy-to-use keybindings for the commands to be used in dired mode.
15404 Note that n, p and <down> and <up> will be hijacked and bound to
15405 `image-dired-dired-x-line'.
15406
15407 \(fn)" t nil)
15408
15409 (autoload 'image-dired-display-thumbs-append "image-dired" "\
15410 Append thumbnails to `image-dired-thumbnail-buffer'.
15411
15412 \(fn)" t nil)
15413
15414 (autoload 'image-dired-display-thumb "image-dired" "\
15415 Shorthand for `image-dired-display-thumbs' with prefix argument.
15416
15417 \(fn)" t nil)
15418
15419 (autoload 'image-dired-dired-display-external "image-dired" "\
15420 Display file at point using an external viewer.
15421
15422 \(fn)" t nil)
15423
15424 (autoload 'image-dired-dired-display-image "image-dired" "\
15425 Display current image file.
15426 See documentation for `image-dired-display-image' for more information.
15427 With prefix argument ARG, display image in its original size.
15428
15429 \(fn &optional ARG)" t nil)
15430
15431 (autoload 'image-dired-dired-comment-files "image-dired" "\
15432 Add comment to current or marked files in dired.
15433
15434 \(fn)" t nil)
15435
15436 (autoload 'image-dired-mark-tagged-files "image-dired" "\
15437 Use regexp to mark files with matching tag.
15438 A `tag' is a keyword, a piece of meta data, associated with an
15439 image file and stored in image-dired's database file. This command
15440 lets you input a regexp and this will be matched against all tags
15441 on all image files in the database file. The files that have a
15442 matching tag will be marked in the dired buffer.
15443
15444 \(fn)" t nil)
15445
15446 (autoload 'image-dired-dired-edit-comment-and-tags "image-dired" "\
15447 Edit comment and tags of current or marked image files.
15448 Edit comment and tags for all marked image files in an
15449 easy-to-use form.
15450
15451 \(fn)" t nil)
15452
15453 ;;;***
15454 \f
15455 ;;;### (autoloads nil "image-file" "image-file.el" (22230 48822 760219
15456 ;;;;;; 698000))
15457 ;;; Generated autoloads from image-file.el
15458
15459 (defvar image-file-name-extensions (purecopy '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg")) "\
15460 A list of image-file filename extensions.
15461 Filenames having one of these extensions are considered image files,
15462 in addition to those matching `image-file-name-regexps'.
15463
15464 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,
15465 setting this variable directly does not take effect unless
15466 `auto-image-file-mode' is re-enabled; this happens automatically when
15467 the variable is set using \\[customize].")
15468
15469 (custom-autoload 'image-file-name-extensions "image-file" nil)
15470
15471 (defvar image-file-name-regexps nil "\
15472 List of regexps matching image-file filenames.
15473 Filenames matching one of these regexps are considered image files,
15474 in addition to those with an extension in `image-file-name-extensions'.
15475
15476 See function `auto-image-file-mode'; if `auto-image-file-mode' is
15477 enabled, setting this variable directly does not take effect unless
15478 `auto-image-file-mode' is re-enabled; this happens automatically when
15479 the variable is set using \\[customize].")
15480
15481 (custom-autoload 'image-file-name-regexps "image-file" nil)
15482
15483 (autoload 'image-file-name-regexp "image-file" "\
15484 Return a regular expression matching image-file filenames.
15485
15486 \(fn)" nil nil)
15487
15488 (autoload 'insert-image-file "image-file" "\
15489 Insert the image file FILE into the current buffer.
15490 Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
15491 the command `insert-file-contents'.
15492
15493 \(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
15494
15495 (defvar auto-image-file-mode nil "\
15496 Non-nil if Auto-Image-File mode is enabled.
15497 See the command `auto-image-file-mode' for a description of this minor mode.
15498 Setting this variable directly does not take effect;
15499 either customize it (see the info node `Easy Customization')
15500 or call the function `auto-image-file-mode'.")
15501
15502 (custom-autoload 'auto-image-file-mode "image-file" nil)
15503
15504 (autoload 'auto-image-file-mode "image-file" "\
15505 Toggle visiting of image files as images (Auto Image File mode).
15506 With a prefix argument ARG, enable Auto Image File mode if ARG is
15507 positive, and disable it otherwise. If called from Lisp, enable
15508 the mode if ARG is omitted or nil.
15509
15510 An image file is one whose name has an extension in
15511 `image-file-name-extensions', or matches a regexp in
15512 `image-file-name-regexps'.
15513
15514 \(fn &optional ARG)" t nil)
15515
15516 ;;;***
15517 \f
15518 ;;;### (autoloads nil "image-mode" "image-mode.el" (22230 48822 760219
15519 ;;;;;; 698000))
15520 ;;; Generated autoloads from image-mode.el
15521
15522 (autoload 'image-mode "image-mode" "\
15523 Major mode for image files.
15524 You can use \\<image-mode-map>\\[image-toggle-display]
15525 to toggle between display as an image and display as text.
15526
15527 Key bindings:
15528 \\{image-mode-map}
15529
15530 \(fn)" t nil)
15531
15532 (autoload 'image-minor-mode "image-mode" "\
15533 Toggle Image minor mode in this buffer.
15534 With a prefix argument ARG, enable Image minor mode if ARG is
15535 positive, and disable it otherwise. If called from Lisp, enable
15536 the mode if ARG is omitted or nil.
15537
15538 Image minor mode provides the key \\<image-mode-map>\\[image-toggle-display],
15539 to switch back to `image-mode' and display an image file as the
15540 actual image.
15541
15542 \(fn &optional ARG)" t nil)
15543
15544 (autoload 'image-mode-as-text "image-mode" "\
15545 Set a non-image mode as major mode in combination with image minor mode.
15546 A non-image major mode found from `auto-mode-alist' or Fundamental mode
15547 displays an image file as text. `image-minor-mode' provides the key
15548 \\<image-mode-map>\\[image-toggle-display] to switch back to `image-mode'
15549 to display an image file as the actual image.
15550
15551 You can use `image-mode-as-text' in `auto-mode-alist' when you want
15552 to display an image file as text initially.
15553
15554 See commands `image-mode' and `image-minor-mode' for more information
15555 on these modes.
15556
15557 \(fn)" t nil)
15558
15559 (autoload 'image-bookmark-jump "image-mode" "\
15560
15561
15562 \(fn BMK)" nil nil)
15563
15564 ;;;***
15565 \f
15566 ;;;### (autoloads nil "imenu" "imenu.el" (22230 48822 761219 694000))
15567 ;;; Generated autoloads from imenu.el
15568
15569 (defvar imenu-sort-function nil "\
15570 The function to use for sorting the index mouse-menu.
15571
15572 Affects only the mouse index menu.
15573
15574 Set this to nil if you don't want any sorting (faster).
15575 The items in the menu are then presented in the order they were found
15576 in the buffer.
15577
15578 Set it to `imenu--sort-by-name' if you want alphabetic sorting.
15579
15580 The function should take two arguments and return t if the first
15581 element should come before the second. The arguments are cons cells;
15582 \(NAME . POSITION). Look at `imenu--sort-by-name' for an example.")
15583
15584 (custom-autoload 'imenu-sort-function "imenu" t)
15585
15586 (defvar imenu-generic-expression nil "\
15587 List of definition matchers for creating an Imenu index.
15588 Each element of this list should have the form
15589
15590 (MENU-TITLE REGEXP INDEX [FUNCTION] [ARGUMENTS...])
15591
15592 MENU-TITLE should be nil (in which case the matches for this
15593 element are put in the top level of the buffer index) or a
15594 string (which specifies the title of a submenu into which the
15595 matches are put).
15596 REGEXP is a regular expression matching a definition construct
15597 which is to be displayed in the menu. REGEXP may also be a
15598 function, called without arguments. It is expected to search
15599 backwards. It must return true and set `match-data' if it finds
15600 another element.
15601 INDEX is an integer specifying which subexpression of REGEXP
15602 matches the definition's name; this subexpression is displayed as
15603 the menu item.
15604 FUNCTION, if present, specifies a function to call when the index
15605 item is selected by the user. This function is called with
15606 arguments consisting of the item name, the buffer position, and
15607 the ARGUMENTS.
15608
15609 The variable `imenu-case-fold-search' determines whether or not
15610 the regexp matches are case sensitive, and `imenu-syntax-alist'
15611 can be used to alter the syntax table for the search.
15612
15613 If non-nil this pattern is passed to `imenu--generic-function' to
15614 create a buffer index.
15615
15616 For example, see the value of `fortran-imenu-generic-expression'
15617 used by `fortran-mode' with `imenu-syntax-alist' set locally to
15618 give the characters which normally have \"symbol\" syntax
15619 \"word\" syntax during matching.")
15620 (put 'imenu-generic-expression 'risky-local-variable t)
15621
15622 (make-variable-buffer-local 'imenu-generic-expression)
15623
15624 (defvar imenu-create-index-function 'imenu-default-create-index-function "\
15625 The function to use for creating an index alist of the current buffer.
15626
15627 It should be a function that takes no arguments and returns
15628 an index alist of the current buffer. The function is
15629 called within a `save-excursion'.
15630
15631 See `imenu--index-alist' for the format of the buffer index alist.")
15632
15633 (make-variable-buffer-local 'imenu-create-index-function)
15634
15635 (defvar imenu-prev-index-position-function 'beginning-of-defun "\
15636 Function for finding the next index position.
15637
15638 If `imenu-create-index-function' is set to
15639 `imenu-default-create-index-function', then you must set this variable
15640 to a function that will find the next index, looking backwards in the
15641 file.
15642
15643 The function should leave point at the place to be connected to the
15644 index and it should return nil when it doesn't find another index.")
15645
15646 (make-variable-buffer-local 'imenu-prev-index-position-function)
15647
15648 (defvar imenu-extract-index-name-function nil "\
15649 Function for extracting the index item name, given a position.
15650
15651 This function is called after `imenu-prev-index-position-function'
15652 finds a position for an index item, with point at that position.
15653 It should return the name for that index item.")
15654
15655 (make-variable-buffer-local 'imenu-extract-index-name-function)
15656
15657 (defvar imenu-name-lookup-function nil "\
15658 Function to compare string with index item.
15659
15660 This function will be called with two strings, and should return
15661 non-nil if they match.
15662
15663 If nil, comparison is done with `string='.
15664 Set this to some other function for more advanced comparisons,
15665 such as \"begins with\" or \"name matches and number of
15666 arguments match\".")
15667
15668 (make-variable-buffer-local 'imenu-name-lookup-function)
15669
15670 (defvar imenu-default-goto-function 'imenu-default-goto-function "\
15671 The default function called when selecting an Imenu item.
15672 The function in this variable is called when selecting a normal index-item.")
15673
15674 (make-variable-buffer-local 'imenu-default-goto-function)
15675 (put 'imenu--index-alist 'risky-local-variable t)
15676
15677 (make-variable-buffer-local 'imenu-syntax-alist)
15678
15679 (make-variable-buffer-local 'imenu-case-fold-search)
15680
15681 (autoload 'imenu-add-to-menubar "imenu" "\
15682 Add an `imenu' entry to the menu bar for the current buffer.
15683 NAME is a string used to name the menu bar item.
15684 See the command `imenu' for more information.
15685
15686 \(fn NAME)" t nil)
15687
15688 (autoload 'imenu-add-menubar-index "imenu" "\
15689 Add an Imenu \"Index\" entry on the menu bar for the current buffer.
15690
15691 A trivial interface to `imenu-add-to-menubar' suitable for use in a hook.
15692
15693 \(fn)" t nil)
15694
15695 (autoload 'imenu "imenu" "\
15696 Jump to a place in the buffer chosen using a buffer menu or mouse menu.
15697 INDEX-ITEM specifies the position. See `imenu-choose-buffer-index'
15698 for more information.
15699
15700 \(fn INDEX-ITEM)" t nil)
15701
15702 ;;;***
15703 \f
15704 ;;;### (autoloads nil "ind-util" "language/ind-util.el" (22230 48822
15705 ;;;;;; 773219 640000))
15706 ;;; Generated autoloads from language/ind-util.el
15707
15708 (autoload 'indian-compose-region "ind-util" "\
15709 Compose the region according to `composition-function-table'.
15710
15711 \(fn FROM TO)" t nil)
15712
15713 (autoload 'indian-compose-string "ind-util" "\
15714
15715
15716 \(fn STRING)" nil nil)
15717
15718 (autoload 'in-is13194-post-read-conversion "ind-util" "\
15719
15720
15721 \(fn LEN)" nil nil)
15722
15723 (autoload 'in-is13194-pre-write-conversion "ind-util" "\
15724
15725
15726 \(fn FROM TO)" nil nil)
15727
15728 (autoload 'indian-2-column-to-ucs-region "ind-util" "\
15729 Convert old Emacs Devanagari characters to UCS.
15730
15731 \(fn FROM TO)" t nil)
15732
15733 ;;;***
15734 \f
15735 ;;;### (autoloads nil "inf-lisp" "progmodes/inf-lisp.el" (22230 48822
15736 ;;;;;; 886219 130000))
15737 ;;; Generated autoloads from progmodes/inf-lisp.el
15738
15739 (autoload 'inferior-lisp "inf-lisp" "\
15740 Run an inferior Lisp process, input and output via buffer `*inferior-lisp*'.
15741 If there is a process already running in `*inferior-lisp*', just switch
15742 to that buffer.
15743 With argument, allows you to edit the command line (default is value
15744 of `inferior-lisp-program'). Runs the hooks from
15745 `inferior-lisp-mode-hook' (after the `comint-mode-hook' is run).
15746 \(Type \\[describe-mode] in the process buffer for a list of commands.)
15747
15748 \(fn CMD)" t nil)
15749
15750 (defalias 'run-lisp 'inferior-lisp)
15751
15752 ;;;***
15753 \f
15754 ;;;### (autoloads nil "info" "info.el" (22230 48822 762219 689000))
15755 ;;; Generated autoloads from info.el
15756
15757 (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))))) "\
15758 Default list of directories to search for Info documentation files.
15759 They are searched in the order they are given in the list.
15760 Therefore, the directory of Info files that come with Emacs
15761 normally should come last (so that local files override standard ones),
15762 unless Emacs is installed into a non-standard directory. In the latter
15763 case, the directory of Info files that come with Emacs should be
15764 first in this list.
15765
15766 Once Info is started, the list of directories to search
15767 comes from the variable `Info-directory-list'.
15768 This variable `Info-default-directory-list' is used as the default
15769 for initializing `Info-directory-list' when Info is started, unless
15770 the environment variable INFOPATH is set.
15771
15772 Although this is a customizable variable, that is mainly for technical
15773 reasons. Normally, you should either set INFOPATH or customize
15774 `Info-additional-directory-list', rather than changing this variable." :initialize (quote custom-initialize-delay) :type (quote (repeat directory)) :group (quote info))
15775
15776 (autoload 'info-other-window "info" "\
15777 Like `info' but show the Info buffer in another window.
15778
15779 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
15780 (put 'info 'info-file (purecopy "emacs"))
15781
15782 (autoload 'info "info" "\
15783 Enter Info, the documentation browser.
15784 Optional argument FILE-OR-NODE specifies the file to examine;
15785 the default is the top-level directory of Info.
15786 Called from a program, FILE-OR-NODE may specify an Info node of the form
15787 \"(FILENAME)NODENAME\".
15788 Optional argument BUFFER specifies the Info buffer name;
15789 the default buffer name is *info*. If BUFFER exists,
15790 just switch to BUFFER. Otherwise, create a new buffer
15791 with the top-level Info directory.
15792
15793 In interactive use, a non-numeric prefix argument directs
15794 this command to read a file name from the minibuffer.
15795
15796 A numeric prefix argument of N selects an Info buffer named \"*info*<N>\".
15797
15798 The search path for Info files is in the variable `Info-directory-list'.
15799 The top-level Info directory is made by combining all the files named `dir'
15800 in all the directories in that path.
15801
15802 See a list of available Info commands in `Info-mode'.
15803
15804 \(fn &optional FILE-OR-NODE BUFFER)" t nil)
15805
15806 (autoload 'info-emacs-manual "info" "\
15807 Display the Emacs manual in Info mode.
15808
15809 \(fn)" t nil)
15810
15811 (autoload 'info-emacs-bug "info" "\
15812 Display the \"Reporting Bugs\" section of the Emacs manual in Info mode.
15813
15814 \(fn)" t nil)
15815
15816 (autoload 'info-standalone "info" "\
15817 Run Emacs as a standalone Info reader.
15818 Usage: emacs -f info-standalone [filename]
15819 In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself.
15820
15821 \(fn)" nil nil)
15822
15823 (autoload 'Info-on-current-buffer "info" "\
15824 Use Info mode to browse the current Info buffer.
15825 With a prefix arg, this queries for the node name to visit first;
15826 otherwise, that defaults to `Top'.
15827
15828 \(fn &optional NODENAME)" t nil)
15829
15830 (autoload 'Info-directory "info" "\
15831 Go to the Info directory node.
15832
15833 \(fn)" t nil)
15834
15835 (autoload 'Info-index "info" "\
15836 Look up a string TOPIC in the index for this manual and go to that entry.
15837 If there are no exact matches to the specified topic, this chooses
15838 the first match which is a case-insensitive substring of a topic.
15839 Use the \\<Info-mode-map>\\[Info-index-next] command to see the other matches.
15840 Give an empty topic name to go to the Index node itself.
15841
15842 \(fn TOPIC)" t nil)
15843
15844 (autoload 'info-apropos "info" "\
15845 Grovel indices of all known Info files on your system for STRING.
15846 Build a menu of the possible matches.
15847
15848 \(fn STRING)" t nil)
15849
15850 (autoload 'info-finder "info" "\
15851 Display descriptions of the keywords in the Finder virtual manual.
15852 In interactive use, a prefix argument directs this command to read
15853 a list of keywords separated by comma. After that, it displays a node
15854 with a list of packages that contain all specified keywords.
15855
15856 \(fn &optional KEYWORDS)" t nil)
15857
15858 (autoload 'Info-mode "info" "\
15859 Info mode provides commands for browsing through the Info documentation tree.
15860 Documentation in Info is divided into \"nodes\", each of which discusses
15861 one topic and contains references to other nodes which discuss related
15862 topics. Info has commands to follow the references and show you other nodes.
15863
15864 \\<Info-mode-map>\\[Info-help] Invoke the Info tutorial.
15865 \\[Info-exit] Quit Info: reselect previously selected buffer.
15866
15867 Selecting other nodes:
15868 \\[Info-mouse-follow-nearest-node]
15869 Follow a node reference you click on.
15870 This works with menu items, cross references, and
15871 the \"next\", \"previous\" and \"up\", depending on where you click.
15872 \\[Info-follow-nearest-node] Follow a node reference near point, like \\[Info-mouse-follow-nearest-node].
15873 \\[Info-next] Move to the \"next\" node of this node.
15874 \\[Info-prev] Move to the \"previous\" node of this node.
15875 \\[Info-up] Move \"up\" from this node.
15876 \\[Info-menu] Pick menu item specified by name (or abbreviation).
15877 Picking a menu item causes another node to be selected.
15878 \\[Info-directory] Go to the Info directory node.
15879 \\[Info-top-node] Go to the Top node of this file.
15880 \\[Info-final-node] Go to the final node in this file.
15881 \\[Info-backward-node] Go backward one node, considering all nodes as forming one sequence.
15882 \\[Info-forward-node] Go forward one node, considering all nodes as forming one sequence.
15883 \\[Info-next-reference] Move cursor to next cross-reference or menu item.
15884 \\[Info-prev-reference] Move cursor to previous cross-reference or menu item.
15885 \\[Info-follow-reference] Follow a cross reference. Reads name of reference.
15886 \\[Info-history-back] Move back in history to the last node you were at.
15887 \\[Info-history-forward] Move forward in history to the node you returned from after using \\[Info-history-back].
15888 \\[Info-history] Go to menu of visited nodes.
15889 \\[Info-toc] Go to table of contents of the current Info file.
15890
15891 Moving within a node:
15892 \\[Info-scroll-up] Normally, scroll forward a full screen.
15893 Once you scroll far enough in a node that its menu appears on the
15894 screen but after point, the next scroll moves into its first
15895 subnode. When after all menu items (or if there is no menu),
15896 move up to the parent node.
15897 \\[Info-scroll-down] Normally, scroll backward. If the beginning of the buffer is
15898 already visible, try to go to the previous menu entry, or up
15899 if there is none.
15900 \\[beginning-of-buffer] Go to beginning of node.
15901
15902 Advanced commands:
15903 \\[Info-search] Search through this Info file for specified regexp,
15904 and select the node in which the next occurrence is found.
15905 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
15906 \\[isearch-forward], \\[isearch-forward-regexp] Use Isearch to search through multiple Info nodes.
15907 \\[Info-index] Search for a topic in this manual's Index and go to index entry.
15908 \\[Info-index-next] (comma) Move to the next match from a previous \\<Info-mode-map>\\[Info-index] command.
15909 \\[Info-virtual-index] Look for a string and display the index node with results.
15910 \\[info-apropos] Look for a string in the indices of all manuals.
15911 \\[Info-goto-node] Move to node specified by name.
15912 You may include a filename as well, as (FILENAME)NODENAME.
15913 1 .. 9 Pick first ... ninth item in node's menu.
15914 Every third `*' is highlighted to help pick the right number.
15915 \\[Info-copy-current-node-name] Put name of current Info node in the kill ring.
15916 \\[clone-buffer] Select a new cloned Info buffer in another window.
15917 \\[universal-argument] \\[info] Move to new Info file with completion.
15918 \\[universal-argument] N \\[info] Select Info buffer with prefix number in the name *info*<N>.
15919
15920 \(fn)" t nil)
15921 (put 'Info-goto-emacs-command-node 'info-file (purecopy "emacs"))
15922
15923 (autoload 'Info-goto-emacs-command-node "info" "\
15924 Go to the Info node in the Emacs manual for command COMMAND.
15925 The command is found by looking up in Emacs manual's indices
15926 or in another manual found via COMMAND's `info-file' property or
15927 the variable `Info-file-list-for-emacs'.
15928 COMMAND must be a symbol or string.
15929
15930 \(fn COMMAND)" t nil)
15931 (put 'Info-goto-emacs-key-command-node 'info-file (purecopy "emacs"))
15932
15933 (autoload 'Info-goto-emacs-key-command-node "info" "\
15934 Go to the node in the Emacs manual which describes the command bound to KEY.
15935 KEY is a string.
15936 Interactively, if the binding is `execute-extended-command', a command is read.
15937 The command is found by looking up in Emacs manual's indices
15938 or in another manual found via COMMAND's `info-file' property or
15939 the variable `Info-file-list-for-emacs'.
15940
15941 \(fn KEY)" t nil)
15942
15943 (autoload 'Info-speedbar-browser "info" "\
15944 Initialize speedbar to display an Info node browser.
15945 This will add a speedbar major display mode.
15946
15947 \(fn)" t nil)
15948
15949 (autoload 'Info-bookmark-jump "info" "\
15950 This implements the `handler' function interface for the record
15951 type returned by `Info-bookmark-make-record', which see.
15952
15953 \(fn BMK)" nil nil)
15954
15955 (autoload 'info-display-manual "info" "\
15956 Display an Info buffer displaying MANUAL.
15957 If there is an existing Info buffer for MANUAL, display it.
15958 Otherwise, visit the manual in a new Info buffer. In interactive
15959 use, a prefix argument directs this command to limit the
15960 completion alternatives to currently visited manuals.
15961
15962 \(fn MANUAL)" t nil)
15963
15964 ;;;***
15965 \f
15966 ;;;### (autoloads nil "info-look" "info-look.el" (22230 48822 761219
15967 ;;;;;; 694000))
15968 ;;; Generated autoloads from info-look.el
15969
15970 (autoload 'info-lookup-reset "info-look" "\
15971 Throw away all cached data.
15972 This command is useful if the user wants to start at the beginning without
15973 quitting Emacs, for example, after some Info documents were updated on the
15974 system.
15975
15976 \(fn)" t nil)
15977 (put 'info-lookup-symbol 'info-file "emacs")
15978
15979 (autoload 'info-lookup-symbol "info-look" "\
15980 Display the definition of SYMBOL, as found in the relevant manual.
15981 When this command is called interactively, it reads SYMBOL from the
15982 minibuffer. In the minibuffer, use M-n to yank the default argument
15983 value into the minibuffer so you can edit it. The default symbol is the
15984 one found at point.
15985
15986 With prefix arg MODE a query for the symbol help mode is offered.
15987
15988 \(fn SYMBOL &optional MODE)" t nil)
15989 (put 'info-lookup-file 'info-file "emacs")
15990
15991 (autoload 'info-lookup-file "info-look" "\
15992 Display the documentation of a file.
15993 When this command is called interactively, it reads FILE from the minibuffer.
15994 In the minibuffer, use M-n to yank the default file name
15995 into the minibuffer so you can edit it.
15996 The default file name is the one found at point.
15997
15998 With prefix arg MODE a query for the file help mode is offered.
15999
16000 \(fn FILE &optional MODE)" t nil)
16001
16002 (autoload 'info-complete-symbol "info-look" "\
16003 Perform completion on symbol preceding point.
16004
16005 \(fn &optional MODE)" t nil)
16006
16007 (autoload 'info-complete-file "info-look" "\
16008 Perform completion on file preceding point.
16009
16010 \(fn &optional MODE)" t nil)
16011
16012 ;;;***
16013 \f
16014 ;;;### (autoloads nil "info-xref" "info-xref.el" (22230 48822 761219
16015 ;;;;;; 694000))
16016 ;;; Generated autoloads from info-xref.el
16017 (push (purecopy '(info-xref 3)) package--builtin-versions)
16018
16019 (autoload 'info-xref-check "info-xref" "\
16020 Check external references in FILENAME, an info document.
16021 Interactively from an `Info-mode' or `texinfo-mode' buffer the
16022 current info file is the default.
16023
16024 Results are shown in a `compilation-mode' buffer. The format is
16025 a bit rough, but there shouldn't be many problems normally. The
16026 file:line:column: is the info document, but of course normally
16027 any correction should be made in the original .texi file.
16028 Finding the right place in the .texi is a manual process.
16029
16030 When a target info file doesn't exist there's obviously no way to
16031 validate node references within it. A message is given for
16032 missing target files once per source document. It could be
16033 simply that you don't have the target installed, or it could be a
16034 mistake in the reference.
16035
16036 Indirect info files are understood, just pass the top-level
16037 foo.info to `info-xref-check' and it traverses all sub-files.
16038 Compressed info files are accepted too as usual for `Info-mode'.
16039
16040 \"makeinfo\" checks references internal to an info document, but
16041 not external references, which makes it rather easy for mistakes
16042 to creep in or node name changes to go unnoticed.
16043 `Info-validate' doesn't check external references either.
16044
16045 \(fn FILENAME)" t nil)
16046
16047 (autoload 'info-xref-check-all "info-xref" "\
16048 Check external references in all info documents in the info path.
16049 `Info-directory-list' and `Info-additional-directory-list' are
16050 the info paths. See `info-xref-check' for how each file is
16051 checked.
16052
16053 The search for \"all\" info files is rather permissive, since
16054 info files don't necessarily have a \".info\" extension and in
16055 particular the Emacs manuals normally don't. If you have a
16056 source code directory in `Info-directory-list' then a lot of
16057 extraneous files might be read. This will be time consuming but
16058 should be harmless.
16059
16060 \(fn)" t nil)
16061
16062 (autoload 'info-xref-check-all-custom "info-xref" "\
16063 Check info references in all customize groups and variables.
16064 Info references can be in `custom-manual' or `info-link' entries
16065 of the `custom-links' for a variable.
16066
16067 Any `custom-load' autoloads in variables are loaded in order to
16068 get full link information. This will be a lot of Lisp packages
16069 and can take a long time.
16070
16071 \(fn)" t nil)
16072
16073 (autoload 'info-xref-docstrings "info-xref" "\
16074 Check docstring info node references in source files.
16075 The given files are searched for docstring hyperlinks like
16076
16077 Info node `(elisp)Documentation Tips'
16078
16079 and those links checked by attempting to visit the target nodes
16080 as per `info-xref-check' does.
16081
16082 Interactively filenames are read as a wildcard pattern like
16083 \"foo*.el\", with the current file as a default. Usually this
16084 will be lisp sources, but anything with such hyperlinks can be
16085 checked, including the Emacs .c sources (or the etc/DOC file of
16086 all builtins).
16087
16088 Because info node hyperlinks are found by a simple regexp search
16089 in the files, the Lisp code checked doesn't have to be loaded,
16090 and links can be in the file commentary or elsewhere too. Even
16091 .elc files can usually be checked successfully if you don't have
16092 the sources handy.
16093
16094 \(fn FILENAME-LIST)" t nil)
16095
16096 ;;;***
16097 \f
16098 ;;;### (autoloads nil "informat" "informat.el" (22230 48822 762219
16099 ;;;;;; 689000))
16100 ;;; Generated autoloads from informat.el
16101
16102 (autoload 'Info-tagify "informat" "\
16103 Create or update Info file tag table in current buffer or in a region.
16104
16105 \(fn &optional INPUT-BUFFER-NAME)" t nil)
16106
16107 (defvar Info-split-threshold 262144 "\
16108 The number of characters by which `Info-split' splits an info file.")
16109
16110 (custom-autoload 'Info-split-threshold "informat" t)
16111
16112 (autoload 'Info-split "informat" "\
16113 Split an info file into an indirect file plus bounded-size subfiles.
16114 Each subfile will be up to the number of characters that
16115 `Info-split-threshold' specifies, plus one node.
16116
16117 To use this command, first visit a large Info file that has a tag
16118 table. The buffer is modified into a (small) indirect info file which
16119 should be saved in place of the original visited file.
16120
16121 The subfiles are written in the same directory the original file is
16122 in, with names generated by appending `-' and a number to the original
16123 file name. The indirect file still functions as an Info file, but it
16124 contains just the tag table and a directory of subfiles.
16125
16126 \(fn)" t nil)
16127
16128 (autoload 'Info-validate "informat" "\
16129 Check current buffer for validity as an Info file.
16130 Check that every node pointer points to an existing node.
16131
16132 \(fn)" t nil)
16133
16134 (autoload 'batch-info-validate "informat" "\
16135 Runs `Info-validate' on the files remaining on the command line.
16136 Must be used only with -batch, and kills Emacs on completion.
16137 Each file will be processed even if an error occurred previously.
16138 For example, invoke \"emacs -batch -f batch-info-validate $info/ ~/*.info\"
16139
16140 \(fn)" nil nil)
16141
16142 ;;;***
16143 \f
16144 ;;;### (autoloads nil "inline" "emacs-lisp/inline.el" (22230 48822
16145 ;;;;;; 693220 1000))
16146 ;;; Generated autoloads from emacs-lisp/inline.el
16147
16148 (autoload 'define-inline "inline" "\
16149
16150
16151 \(fn NAME ARGS &rest BODY)" nil t)
16152
16153 (function-put 'define-inline 'lisp-indent-function 'defun)
16154
16155 (function-put 'define-inline 'doc-string-elt '3)
16156
16157 ;;;***
16158 \f
16159 ;;;### (autoloads nil "inversion" "cedet/inversion.el" (22230 48822
16160 ;;;;;; 660220 150000))
16161 ;;; Generated autoloads from cedet/inversion.el
16162 (push (purecopy '(inversion 1 3)) package--builtin-versions)
16163
16164 (autoload 'inversion-require-emacs "inversion" "\
16165 Declare that you need either EMACS-VER, XEMACS-VER or SXEMACS-ver.
16166 Only checks one based on which kind of Emacs is being run.
16167
16168 \(fn EMACS-VER XEMACS-VER SXEMACS-VER)" nil nil)
16169
16170 ;;;***
16171 \f
16172 ;;;### (autoloads nil "isearch-x" "international/isearch-x.el" (22230
16173 ;;;;;; 48822 763219 685000))
16174 ;;; Generated autoloads from international/isearch-x.el
16175
16176 (autoload 'isearch-toggle-specified-input-method "isearch-x" "\
16177 Select an input method and turn it on in interactive search.
16178
16179 \(fn)" t nil)
16180
16181 (autoload 'isearch-toggle-input-method "isearch-x" "\
16182 Toggle input method in interactive search.
16183
16184 \(fn)" t nil)
16185
16186 (autoload 'isearch-process-search-multibyte-characters "isearch-x" "\
16187
16188
16189 \(fn LAST-CHAR &optional COUNT)" nil nil)
16190
16191 ;;;***
16192 \f
16193 ;;;### (autoloads nil "isearchb" "isearchb.el" (22230 48822 768219
16194 ;;;;;; 662000))
16195 ;;; Generated autoloads from isearchb.el
16196 (push (purecopy '(isearchb 1 5)) package--builtin-versions)
16197
16198 (autoload 'isearchb-activate "isearchb" "\
16199 Active isearchb mode for subsequent alphanumeric keystrokes.
16200 Executing this command again will terminate the search; or, if
16201 the search has not yet begun, will toggle to the last buffer
16202 accessed via isearchb.
16203
16204 \(fn)" t nil)
16205
16206 ;;;***
16207 \f
16208 ;;;### (autoloads nil "iso-cvt" "international/iso-cvt.el" (22230
16209 ;;;;;; 48822 764219 680000))
16210 ;;; Generated autoloads from international/iso-cvt.el
16211
16212 (autoload 'iso-spanish "iso-cvt" "\
16213 Translate net conventions for Spanish to ISO 8859-1.
16214 Translate the region between FROM and TO using the table
16215 `iso-spanish-trans-tab'.
16216 Optional arg BUFFER is ignored (for use in `format-alist').
16217
16218 \(fn FROM TO &optional BUFFER)" t nil)
16219
16220 (autoload 'iso-german "iso-cvt" "\
16221 Translate net conventions for German to ISO 8859-1.
16222 Translate the region FROM and TO using the table
16223 `iso-german-trans-tab'.
16224 Optional arg BUFFER is ignored (for use in `format-alist').
16225
16226 \(fn FROM TO &optional BUFFER)" t nil)
16227
16228 (autoload 'iso-iso2tex "iso-cvt" "\
16229 Translate ISO 8859-1 characters to TeX sequences.
16230 Translate the region between FROM and TO using the table
16231 `iso-iso2tex-trans-tab'.
16232 Optional arg BUFFER is ignored (for use in `format-alist').
16233
16234 \(fn FROM TO &optional BUFFER)" t nil)
16235
16236 (autoload 'iso-tex2iso "iso-cvt" "\
16237 Translate TeX sequences to ISO 8859-1 characters.
16238 Translate the region between FROM and TO using the table
16239 `iso-tex2iso-trans-tab'.
16240 Optional arg BUFFER is ignored (for use in `format-alist').
16241
16242 \(fn FROM TO &optional BUFFER)" t nil)
16243
16244 (autoload 'iso-gtex2iso "iso-cvt" "\
16245 Translate German TeX sequences to ISO 8859-1 characters.
16246 Translate the region between FROM and TO using the table
16247 `iso-gtex2iso-trans-tab'.
16248 Optional arg BUFFER is ignored (for use in `format-alist').
16249
16250 \(fn FROM TO &optional BUFFER)" t nil)
16251
16252 (autoload 'iso-iso2gtex "iso-cvt" "\
16253 Translate ISO 8859-1 characters to German TeX sequences.
16254 Translate the region between FROM and TO using the table
16255 `iso-iso2gtex-trans-tab'.
16256 Optional arg BUFFER is ignored (for use in `format-alist').
16257
16258 \(fn FROM TO &optional BUFFER)" t nil)
16259
16260 (autoload 'iso-iso2duden "iso-cvt" "\
16261 Translate ISO 8859-1 characters to Duden sequences.
16262 Translate the region between FROM and TO using the table
16263 `iso-iso2duden-trans-tab'.
16264 Optional arg BUFFER is ignored (for use in `format-alist').
16265
16266 \(fn FROM TO &optional BUFFER)" t nil)
16267
16268 (autoload 'iso-iso2sgml "iso-cvt" "\
16269 Translate ISO 8859-1 characters in the region to SGML entities.
16270 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16271 Optional arg BUFFER is ignored (for use in `format-alist').
16272
16273 \(fn FROM TO &optional BUFFER)" t nil)
16274
16275 (autoload 'iso-sgml2iso "iso-cvt" "\
16276 Translate SGML entities in the region to ISO 8859-1 characters.
16277 Use entities from \"ISO 8879:1986//ENTITIES Added Latin 1//EN\".
16278 Optional arg BUFFER is ignored (for use in `format-alist').
16279
16280 \(fn FROM TO &optional BUFFER)" t nil)
16281
16282 (autoload 'iso-cvt-read-only "iso-cvt" "\
16283 Warn that format is read-only.
16284
16285 \(fn &rest IGNORE)" t nil)
16286
16287 (autoload 'iso-cvt-write-only "iso-cvt" "\
16288 Warn that format is write-only.
16289
16290 \(fn &rest IGNORE)" t nil)
16291
16292 (autoload 'iso-cvt-define-menu "iso-cvt" "\
16293 Add submenus to the File menu, to convert to and from various formats.
16294
16295 \(fn)" t nil)
16296
16297 ;;;***
16298 \f
16299 ;;;### (autoloads nil "iso-transl" "international/iso-transl.el"
16300 ;;;;;; (22230 48822 764219 680000))
16301 ;;; Generated autoloads from international/iso-transl.el
16302 (define-key key-translation-map "\C-x8" 'iso-transl-ctl-x-8-map)
16303 (autoload 'iso-transl-ctl-x-8-map "iso-transl" "Keymap for C-x 8 prefix." t 'keymap)
16304
16305 ;;;***
16306 \f
16307 ;;;### (autoloads nil "ispell" "textmodes/ispell.el" (22230 48822
16308 ;;;;;; 918218 985000))
16309 ;;; Generated autoloads from textmodes/ispell.el
16310
16311 (put 'ispell-check-comments 'safe-local-variable (lambda (a) (memq a '(nil t exclusive))))
16312
16313 (defvar ispell-personal-dictionary nil "\
16314 File name of your personal spelling dictionary, or nil.
16315 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
16316 \"~/.aspell.LANG.pws\" for Aspell) is used, where DICTNAME is the name of your
16317 default dictionary and LANG the two letter language code.")
16318
16319 (custom-autoload 'ispell-personal-dictionary "ispell" t)
16320
16321 (put 'ispell-local-dictionary 'safe-local-variable 'string-or-null-p)
16322
16323 (defvar ispell-menu-map nil "\
16324 Key map for ispell menu.")
16325
16326 (defvar ispell-menu-xemacs nil "\
16327 Spelling menu for XEmacs.
16328 If nil when package is loaded, a standard menu will be set,
16329 and added as a submenu of the \"Edit\" menu.")
16330
16331 (defvar ispell-menu-map-needed (and (not ispell-menu-map) (not (featurep 'xemacs)) 'reload))
16332
16333 (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")))))
16334
16335 (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")))))
16336
16337 (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))))
16338
16339 (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"))) "\
16340 Alist expressing beginning and end of regions not to spell check.
16341 The alist key must be a regular expression.
16342 Valid forms include:
16343 (KEY) - just skip the key.
16344 (KEY . REGEXP) - skip to the end of REGEXP. REGEXP may be string or symbol.
16345 (KEY REGEXP) - skip to end of REGEXP. REGEXP must be a string.
16346 (KEY FUNCTION ARGS) - FUNCTION called with ARGS returns end of region.")
16347
16348 (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]*}")))) "\
16349 Lists of regions to be skipped in TeX mode.
16350 First list is used raw.
16351 Second list has key placed inside \\begin{}.
16352
16353 Delete or add any regions you want to be automatically selected
16354 for skipping in latex mode.")
16355
16356 (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]")) "\
16357 Lists of start and end keys to skip in HTML buffers.
16358 Same format as `ispell-skip-region-alist'.
16359 Note - substrings of other matches must come last
16360 (e.g. \"<[tT][tT]/\" and \"<[^ \\t\\n>]\").")
16361 (put 'ispell-local-pdict 'safe-local-variable 'stringp)
16362 (define-key esc-map "$" 'ispell-word)
16363
16364 (autoload 'ispell-word "ispell" "\
16365 Check spelling of word under or before the cursor.
16366 If the word is not found in dictionary, display possible corrections
16367 in a window allowing you to choose one.
16368
16369 If optional argument FOLLOWING is non-nil or if `ispell-following-word'
16370 is non-nil when called interactively, then the following word
16371 \(rather than preceding) is checked when the cursor is not over a word.
16372 When the optional argument QUIETLY is non-nil or `ispell-quietly' is non-nil
16373 when called interactively, non-corrective messages are suppressed.
16374
16375 With a prefix argument (or if CONTINUE is non-nil),
16376 resume interrupted spell-checking of a buffer or region.
16377
16378 Interactively, in Transient Mark mode when the mark is active, call
16379 `ispell-region' to check the active region for spelling errors.
16380
16381 Word syntax is controlled by the definition of the chosen dictionary,
16382 which is in `ispell-local-dictionary-alist' or `ispell-dictionary-alist'.
16383
16384 This will check or reload the dictionary. Use \\[ispell-change-dictionary]
16385 or \\[ispell-region] to update the Ispell process.
16386
16387 Return values:
16388 nil word is correct or spelling is accepted.
16389 0 word is inserted into buffer-local definitions.
16390 \"word\" word corrected from word list.
16391 \(\"word\" arg) word is hand entered.
16392 quit spell session exited.
16393
16394 \(fn &optional FOLLOWING QUIETLY CONTINUE REGION)" t nil)
16395
16396 (autoload 'ispell-pdict-save "ispell" "\
16397 Check to see if the personal dictionary has been modified.
16398 If so, ask if it needs to be saved.
16399
16400 \(fn &optional NO-QUERY FORCE-SAVE)" t nil)
16401
16402 (autoload 'ispell-help "ispell" "\
16403 Display a list of the options available when a misspelling is encountered.
16404
16405 Selections are:
16406
16407 DIGIT: Replace the word with a digit offered in the *Choices* buffer.
16408 SPC: Accept word this time.
16409 `i': Accept word and insert into private dictionary.
16410 `a': Accept word for this session.
16411 `A': Accept word and place in `buffer-local dictionary'.
16412 `r': Replace word with typed-in value. Rechecked.
16413 `R': Replace word with typed-in value. Query-replaced in buffer. Rechecked.
16414 `?': Show these commands.
16415 `x': Exit spelling buffer. Move cursor to original point.
16416 `X': Exit spelling buffer. Leaves cursor at the current point, and permits
16417 the aborted check to be completed later.
16418 `q': Quit spelling session (Kills ispell process).
16419 `l': Look up typed-in replacement in alternate dictionary. Wildcards okay.
16420 `u': Like `i', but the word is lower-cased first.
16421 `m': Place typed-in value in personal dictionary, then recheck current word.
16422 `C-l': Redraw screen.
16423 `C-r': Recursive edit.
16424 `C-z': Suspend Emacs or iconify frame.
16425
16426 \(fn)" nil nil)
16427
16428 (autoload 'ispell-kill-ispell "ispell" "\
16429 Kill current Ispell process (so that you may start a fresh one).
16430 With NO-ERROR, just return non-nil if there was no Ispell running.
16431 With CLEAR, buffer session localwords are cleaned.
16432
16433 \(fn &optional NO-ERROR CLEAR)" t nil)
16434
16435 (autoload 'ispell-change-dictionary "ispell" "\
16436 Change to dictionary DICT for Ispell.
16437 With a prefix arg, set it \"globally\", for all buffers.
16438 Without a prefix arg, set it \"locally\", just for this buffer.
16439
16440 By just answering RET you can find out what the current dictionary is.
16441
16442 \(fn DICT &optional ARG)" t nil)
16443
16444 (autoload 'ispell-region "ispell" "\
16445 Interactively check a region for spelling errors.
16446 Return nil if spell session was terminated, otherwise returns shift offset
16447 amount for last line processed.
16448
16449 \(fn REG-START REG-END &optional RECHECKP SHIFT)" t nil)
16450
16451 (autoload 'ispell-comments-and-strings "ispell" "\
16452 Check comments and strings in the current buffer for spelling errors.
16453
16454 \(fn)" t nil)
16455
16456 (autoload 'ispell-buffer "ispell" "\
16457 Check the current buffer for spelling errors interactively.
16458
16459 \(fn)" t nil)
16460
16461 (autoload 'ispell-buffer-with-debug "ispell" "\
16462 `ispell-buffer' with some output sent to `ispell-debug-buffer' buffer.
16463 If APPEND is non-n il, append the info to previous buffer if exists.
16464
16465 \(fn &optional APPEND)" t nil)
16466
16467 (autoload 'ispell-continue "ispell" "\
16468 Continue a halted spelling session beginning with the current word.
16469
16470 \(fn)" t nil)
16471
16472 (autoload 'ispell-complete-word "ispell" "\
16473 Try to complete the word before or at point.
16474 If optional INTERIOR-FRAG is non-nil, then the word may be a character
16475 sequence inside of a word.
16476
16477 Standard ispell choices are then available.
16478
16479 \(fn &optional INTERIOR-FRAG)" t nil)
16480
16481 (autoload 'ispell-complete-word-interior-frag "ispell" "\
16482 Completes word matching character sequence inside a word.
16483
16484 \(fn)" t nil)
16485
16486 (autoload 'ispell "ispell" "\
16487 Interactively check a region or buffer for spelling errors.
16488 If `transient-mark-mode' is on, and a region is active, spell-check
16489 that region. Otherwise spell-check the buffer.
16490
16491 Ispell dictionaries are not distributed with Emacs. If you are
16492 looking for a dictionary, please see the distribution of the GNU ispell
16493 program, or do an Internet search; there are various dictionaries
16494 available on the net.
16495
16496 \(fn)" t nil)
16497
16498 (autoload 'ispell-minor-mode "ispell" "\
16499 Toggle last-word spell checking (Ispell minor mode).
16500 With a prefix argument ARG, enable Ispell minor mode if ARG is
16501 positive, and disable it otherwise. If called from Lisp, enable
16502 the mode if ARG is omitted or nil.
16503
16504 Ispell minor mode is a buffer-local minor mode. When enabled,
16505 typing SPC or RET warns you if the previous word is incorrectly
16506 spelled.
16507
16508 All the buffer-local variables and dictionaries are ignored. To
16509 read them into the running Ispell process, type \\[ispell-word]
16510 SPC.
16511
16512 For spell-checking \"on the fly\", not just after typing SPC or
16513 RET, use `flyspell-mode'.
16514
16515 \(fn &optional ARG)" t nil)
16516
16517 (autoload 'ispell-message "ispell" "\
16518 Check the spelling of a mail message or news post.
16519 Don't check spelling of message headers except the Subject field.
16520 Don't check included messages.
16521
16522 To abort spell checking of a message region and send the message anyway,
16523 use the `x' command. (Any subsequent regions will be checked.)
16524 The `X' command aborts sending the message so that you can edit the buffer.
16525
16526 To spell-check whenever a message is sent, include the appropriate lines
16527 in your init file:
16528 (add-hook \\='message-send-hook \\='ispell-message) ;; GNUS 5
16529 (add-hook \\='news-inews-hook \\='ispell-message) ;; GNUS 4
16530 (add-hook \\='mail-send-hook \\='ispell-message)
16531 (add-hook \\='mh-before-send-letter-hook \\='ispell-message)
16532
16533 You can bind this to the key C-c i in GNUS or mail by adding to
16534 `news-reply-mode-hook' or `mail-mode-hook' the following lambda expression:
16535 (function (lambda () (local-set-key \"\\C-ci\" \\='ispell-message)))
16536
16537 \(fn)" t nil)
16538
16539 ;;;***
16540 \f
16541 ;;;### (autoloads nil "japan-util" "language/japan-util.el" (22230
16542 ;;;;;; 48822 773219 640000))
16543 ;;; Generated autoloads from language/japan-util.el
16544
16545 (autoload 'setup-japanese-environment-internal "japan-util" "\
16546
16547
16548 \(fn)" nil nil)
16549
16550 (autoload 'japanese-katakana "japan-util" "\
16551 Convert argument to Katakana and return that.
16552 The argument may be a character or string. The result has the same type.
16553 The argument object is not altered--the value is a copy.
16554 Optional argument HANKAKU t means to convert to `hankaku' Katakana
16555 \(`japanese-jisx0201-kana'), in which case return value
16556 may be a string even if OBJ is a character if two Katakanas are
16557 necessary to represent OBJ.
16558
16559 \(fn OBJ &optional HANKAKU)" nil nil)
16560
16561 (autoload 'japanese-hiragana "japan-util" "\
16562 Convert argument to Hiragana and return that.
16563 The argument may be a character or string. The result has the same type.
16564 The argument object is not altered--the value is a copy.
16565
16566 \(fn OBJ)" nil nil)
16567
16568 (autoload 'japanese-hankaku "japan-util" "\
16569 Convert argument to `hankaku' and return that.
16570 The argument may be a character or string. The result has the same type.
16571 The argument object is not altered--the value is a copy.
16572 Optional argument ASCII-ONLY non-nil means to return only ASCII character.
16573
16574 \(fn OBJ &optional ASCII-ONLY)" nil nil)
16575
16576 (autoload 'japanese-zenkaku "japan-util" "\
16577 Convert argument to `zenkaku' and return that.
16578 The argument may be a character or string. The result has the same type.
16579 The argument object is not altered--the value is a copy.
16580
16581 \(fn OBJ)" nil nil)
16582
16583 (autoload 'japanese-katakana-region "japan-util" "\
16584 Convert Japanese `hiragana' chars in the region to `katakana' chars.
16585 Optional argument HANKAKU t means to convert to `hankaku katakana' character
16586 of which charset is `japanese-jisx0201-kana'.
16587
16588 \(fn FROM TO &optional HANKAKU)" t nil)
16589
16590 (autoload 'japanese-hiragana-region "japan-util" "\
16591 Convert Japanese `katakana' chars in the region to `hiragana' chars.
16592
16593 \(fn FROM TO)" t nil)
16594
16595 (autoload 'japanese-hankaku-region "japan-util" "\
16596 Convert Japanese `zenkaku' chars in the region to `hankaku' chars.
16597 `Zenkaku' chars belong to `japanese-jisx0208'
16598 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16599 Optional argument ASCII-ONLY non-nil means to convert only to ASCII char.
16600
16601 \(fn FROM TO &optional ASCII-ONLY)" t nil)
16602
16603 (autoload 'japanese-zenkaku-region "japan-util" "\
16604 Convert hankaku' chars in the region to Japanese `zenkaku' chars.
16605 `Zenkaku' chars belong to `japanese-jisx0208'
16606 `Hankaku' chars belong to `ascii' or `japanese-jisx0201-kana'.
16607 Optional argument KATAKANA-ONLY non-nil means to convert only KATAKANA char.
16608
16609 \(fn FROM TO &optional KATAKANA-ONLY)" t nil)
16610
16611 (autoload 'read-hiragana-string "japan-util" "\
16612 Read a Hiragana string from the minibuffer, prompting with string PROMPT.
16613 If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
16614
16615 \(fn PROMPT &optional INITIAL-INPUT)" nil nil)
16616
16617 ;;;***
16618 \f
16619 ;;;### (autoloads nil "jka-compr" "jka-compr.el" (22230 48822 769219
16620 ;;;;;; 658000))
16621 ;;; Generated autoloads from jka-compr.el
16622
16623 (defvar jka-compr-inhibit nil "\
16624 Non-nil means inhibit automatic uncompression temporarily.
16625 Lisp programs can bind this to t to do that.
16626 It is not recommended to set this variable permanently to anything but nil.")
16627
16628 (autoload 'jka-compr-handler "jka-compr" "\
16629
16630
16631 \(fn OPERATION &rest ARGS)" nil nil)
16632
16633 (autoload 'jka-compr-uninstall "jka-compr" "\
16634 Uninstall jka-compr.
16635 This removes the entries in `file-name-handler-alist' and `auto-mode-alist'
16636 and `inhibit-local-variables-suffixes' that were added
16637 by `jka-compr-installed'.
16638
16639 \(fn)" nil nil)
16640
16641 ;;;***
16642 \f
16643 ;;;### (autoloads nil "js" "progmodes/js.el" (22230 48822 886219
16644 ;;;;;; 130000))
16645 ;;; Generated autoloads from progmodes/js.el
16646 (push (purecopy '(js 9)) package--builtin-versions)
16647
16648 (autoload 'js-mode "js" "\
16649 Major mode for editing JavaScript.
16650
16651 \(fn)" t nil)
16652
16653 (autoload 'js-jsx-mode "js" "\
16654 Major mode for editing JSX.
16655
16656 To customize the indentation for this mode, set the SGML offset
16657 variables (`sgml-basic-offset', `sgml-attribute-offset' et al.)
16658 locally, like so:
16659
16660 (defun set-jsx-indentation ()
16661 (setq-local sgml-basic-offset js-indent-level))
16662 (add-hook \\='js-jsx-mode-hook #\\='set-jsx-indentation)
16663
16664 \(fn)" t nil)
16665 (defalias 'javascript-mode 'js-mode)
16666
16667 (dolist (name (list "node" "nodejs" "gjs" "rhino")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'js-mode)))
16668
16669 ;;;***
16670 \f
16671 ;;;### (autoloads nil "json" "json.el" (22230 48822 769219 658000))
16672 ;;; Generated autoloads from json.el
16673 (push (purecopy '(json 1 4)) package--builtin-versions)
16674
16675 ;;;***
16676 \f
16677 ;;;### (autoloads nil "keypad" "emulation/keypad.el" (22230 48822
16678 ;;;;;; 699219 974000))
16679 ;;; Generated autoloads from emulation/keypad.el
16680
16681 (defvar keypad-setup nil "\
16682 Specifies the keypad setup for unshifted keypad keys when NumLock is off.
16683 When selecting the plain numeric keypad setup, the character returned by the
16684 decimal key must be specified.")
16685
16686 (custom-autoload 'keypad-setup "keypad" nil)
16687
16688 (defvar keypad-numlock-setup nil "\
16689 Specifies the keypad setup for unshifted keypad keys when NumLock is on.
16690 When selecting the plain numeric keypad setup, the character returned by the
16691 decimal key must be specified.")
16692
16693 (custom-autoload 'keypad-numlock-setup "keypad" nil)
16694
16695 (defvar keypad-shifted-setup nil "\
16696 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16697 When selecting the plain numeric keypad setup, the character returned by the
16698 decimal key must be specified.")
16699
16700 (custom-autoload 'keypad-shifted-setup "keypad" nil)
16701
16702 (defvar keypad-numlock-shifted-setup nil "\
16703 Specifies the keypad setup for shifted keypad keys when NumLock is off.
16704 When selecting the plain numeric keypad setup, the character returned by the
16705 decimal key must be specified.")
16706
16707 (custom-autoload 'keypad-numlock-shifted-setup "keypad" nil)
16708
16709 (autoload 'keypad-setup "keypad" "\
16710 Set keypad bindings in `function-key-map' according to SETUP.
16711 If optional second argument NUMLOCK is non-nil, the NumLock On bindings
16712 are changed. Otherwise, the NumLock Off bindings are changed.
16713 If optional third argument SHIFT is non-nil, the shifted keypad
16714 keys are bound.
16715
16716 Setup Binding
16717 -------------------------------------------------------------
16718 `prefix' Command prefix argument, i.e. M-0 .. M-9 and M--
16719 `S-cursor' Bind shifted keypad keys to the shifted cursor movement keys.
16720 `cursor' Bind keypad keys to the cursor movement keys.
16721 `numeric' Plain numeric keypad, i.e. 0 .. 9 and . (or DECIMAL arg)
16722 `none' Removes all bindings for keypad keys in function-key-map;
16723 this enables any user-defined bindings for the keypad keys
16724 in the global and local keymaps.
16725
16726 If SETUP is `numeric' and the optional fourth argument DECIMAL is non-nil,
16727 the decimal key on the keypad is mapped to DECIMAL instead of `.'
16728
16729 \(fn SETUP &optional NUMLOCK SHIFT DECIMAL)" nil nil)
16730
16731 ;;;***
16732 \f
16733 ;;;### (autoloads nil "kinsoku" "international/kinsoku.el" (22230
16734 ;;;;;; 48822 764219 680000))
16735 ;;; Generated autoloads from international/kinsoku.el
16736
16737 (autoload 'kinsoku "kinsoku" "\
16738 Go to a line breaking position near point by doing `kinsoku' processing.
16739 LINEBEG is a buffer position we can't break a line before.
16740
16741 `Kinsoku' processing is to prohibit specific characters to be placed
16742 at beginning of line or at end of line. Characters not to be placed
16743 at beginning and end of line have character category `>' and `<'
16744 respectively. This restriction is dissolved by making a line longer or
16745 shorter.
16746
16747 `Kinsoku' is a Japanese word which originally means ordering to stay
16748 in one place, and is used for the text processing described above in
16749 the context of text formatting.
16750
16751 \(fn LINEBEG)" nil nil)
16752
16753 ;;;***
16754 \f
16755 ;;;### (autoloads nil "kkc" "international/kkc.el" (22230 48822 764219
16756 ;;;;;; 680000))
16757 ;;; Generated autoloads from international/kkc.el
16758
16759 (defvar kkc-after-update-conversion-functions nil "\
16760 Functions to run after a conversion is selected in `japanese' input method.
16761 With this input method, a user can select a proper conversion from
16762 candidate list. Each time he changes the selection, functions in this
16763 list are called with two arguments; starting and ending buffer
16764 positions that contains the current selection.")
16765
16766 (autoload 'kkc-region "kkc" "\
16767 Convert Kana string in the current region to Kanji-Kana mixed string.
16768 Users can select a desirable conversion interactively.
16769 When called from a program, expects two arguments,
16770 positions FROM and TO (integers or markers) specifying the target region.
16771 When it returns, the point is at the tail of the selected conversion,
16772 and the return value is the length of the conversion.
16773
16774 \(fn FROM TO)" t nil)
16775
16776 ;;;***
16777 \f
16778 ;;;### (autoloads nil "kmacro" "kmacro.el" (22230 48822 769219 658000))
16779 ;;; Generated autoloads from kmacro.el
16780 (global-set-key "\C-x(" 'kmacro-start-macro)
16781 (global-set-key "\C-x)" 'kmacro-end-macro)
16782 (global-set-key "\C-xe" 'kmacro-end-and-call-macro)
16783 (global-set-key [f3] 'kmacro-start-macro-or-insert-counter)
16784 (global-set-key [f4] 'kmacro-end-or-call-macro)
16785 (global-set-key "\C-x\C-k" 'kmacro-keymap)
16786 (autoload 'kmacro-keymap "kmacro" "Keymap for keyboard macro commands." t 'keymap)
16787
16788 (autoload 'kmacro-exec-ring-item "kmacro" "\
16789 Execute item ITEM from the macro ring.
16790 ARG is the number of times to execute the item.
16791
16792 \(fn ITEM ARG)" nil nil)
16793
16794 (autoload 'kmacro-start-macro "kmacro" "\
16795 Record subsequent keyboard input, defining a keyboard macro.
16796 The commands are recorded even as they are executed.
16797 Use \\[kmacro-end-macro] to finish recording and make the macro available.
16798 Use \\[kmacro-end-and-call-macro] to execute the macro.
16799
16800 Non-nil arg (prefix arg) means append to last macro defined.
16801
16802 With \\[universal-argument] prefix, append to last keyboard macro
16803 defined. Depending on `kmacro-execute-before-append', this may begin
16804 by re-executing the last macro as if you typed it again.
16805
16806 Otherwise, it sets `kmacro-counter' to ARG or 0 if missing before
16807 defining the macro.
16808
16809 Use \\[kmacro-insert-counter] to insert (and increment) the macro counter.
16810 The counter value can be set or modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16811 The format of the counter can be modified via \\[kmacro-set-format].
16812
16813 Use \\[kmacro-name-last-macro] to give it a permanent name.
16814 Use \\[kmacro-bind-to-key] to bind it to a key sequence.
16815
16816 \(fn ARG)" t nil)
16817
16818 (autoload 'kmacro-end-macro "kmacro" "\
16819 Finish defining a keyboard macro.
16820 The definition was started by \\[kmacro-start-macro].
16821 The macro is now available for use via \\[kmacro-call-macro],
16822 or it can be given a name with \\[kmacro-name-last-macro] and then invoked
16823 under that name.
16824
16825 With numeric arg, repeat macro now that many times,
16826 counting the definition just completed as the first repetition.
16827 An argument of zero means repeat until error.
16828
16829 \(fn ARG)" t nil)
16830
16831 (autoload 'kmacro-call-macro "kmacro" "\
16832 Call the keyboard MACRO that you defined with \\[kmacro-start-macro].
16833 A prefix argument serves as a repeat count. Zero means repeat until error.
16834 MACRO defaults to `last-kbd-macro'.
16835
16836 When you call the macro, you can call the macro again by repeating
16837 just the last key in the key sequence that you used to call this
16838 command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
16839 for details on how to adjust or disable this behavior.
16840
16841 To make a macro permanent so you can call it even after defining
16842 others, use \\[kmacro-name-last-macro].
16843
16844 \(fn ARG &optional NO-REPEAT END-MACRO MACRO)" t nil)
16845
16846 (autoload 'kmacro-start-macro-or-insert-counter "kmacro" "\
16847 Record subsequent keyboard input, defining a keyboard macro.
16848 The commands are recorded even as they are executed.
16849
16850 Sets the `kmacro-counter' to ARG (or 0 if no prefix arg) before defining the
16851 macro.
16852
16853 With \\[universal-argument], appends to current keyboard macro (keeping
16854 the current value of `kmacro-counter').
16855
16856 When defining/executing macro, inserts macro counter and increments
16857 the counter with ARG or 1 if missing. With \\[universal-argument],
16858 inserts previous `kmacro-counter' (but do not modify counter).
16859
16860 The macro counter can be modified via \\[kmacro-set-counter] and \\[kmacro-add-counter].
16861 The format of the counter can be modified via \\[kmacro-set-format].
16862
16863 \(fn ARG)" t nil)
16864
16865 (autoload 'kmacro-end-or-call-macro "kmacro" "\
16866 End kbd macro if currently being defined; else call last kbd macro.
16867 With numeric prefix ARG, repeat macro that many times.
16868 With \\[universal-argument], call second macro in macro ring.
16869
16870 \(fn ARG &optional NO-REPEAT)" t nil)
16871
16872 (autoload 'kmacro-end-and-call-macro "kmacro" "\
16873 Call last keyboard macro, ending it first if currently being defined.
16874 With numeric prefix ARG, repeat macro that many times.
16875 Zero argument means repeat until there is an error.
16876
16877 To give a macro a permanent name, so you can call it
16878 even after defining other macros, use \\[kmacro-name-last-macro].
16879
16880 \(fn ARG &optional NO-REPEAT)" t nil)
16881
16882 (autoload 'kmacro-end-call-mouse "kmacro" "\
16883 Move point to the position clicked with the mouse and call last kbd macro.
16884 If kbd macro currently being defined end it before activating it.
16885
16886 \(fn EVENT)" t nil)
16887
16888 ;;;***
16889 \f
16890 ;;;### (autoloads nil "korea-util" "language/korea-util.el" (22230
16891 ;;;;;; 48822 773219 640000))
16892 ;;; Generated autoloads from language/korea-util.el
16893
16894 (defvar default-korean-keyboard (purecopy (if (string-match "3" (or (getenv "HANGUL_KEYBOARD_TYPE") "")) "3" "")) "\
16895 The kind of Korean keyboard for Korean input method.
16896 \"\" for 2, \"3\" for 3.")
16897
16898 (autoload 'setup-korean-environment-internal "korea-util" "\
16899
16900
16901 \(fn)" nil nil)
16902
16903 ;;;***
16904 \f
16905 ;;;### (autoloads nil "lao-util" "language/lao-util.el" (22230 48822
16906 ;;;;;; 774219 635000))
16907 ;;; Generated autoloads from language/lao-util.el
16908
16909 (autoload 'lao-compose-string "lao-util" "\
16910
16911
16912 \(fn STR)" nil nil)
16913
16914 (autoload 'lao-transcribe-single-roman-syllable-to-lao "lao-util" "\
16915 Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
16916 Only the first syllable is transcribed.
16917 The value has the form: (START END LAO-STRING), where
16918 START and END are the beginning and end positions of the Roman Lao syllable,
16919 LAO-STRING is the Lao character transcription of it.
16920
16921 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
16922 syllable. In that case, FROM and TO are indexes to STR.
16923
16924 \(fn FROM TO &optional STR)" nil nil)
16925
16926 (autoload 'lao-transcribe-roman-to-lao-string "lao-util" "\
16927 Transcribe Romanized Lao string STR to Lao character string.
16928
16929 \(fn STR)" nil nil)
16930
16931 (autoload 'lao-composition-function "lao-util" "\
16932
16933
16934 \(fn GSTRING)" nil nil)
16935
16936 (autoload 'lao-compose-region "lao-util" "\
16937
16938
16939 \(fn FROM TO)" t nil)
16940
16941 ;;;***
16942 \f
16943 ;;;### (autoloads nil "latexenc" "international/latexenc.el" (22230
16944 ;;;;;; 48822 764219 680000))
16945 ;;; Generated autoloads from international/latexenc.el
16946
16947 (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))) "\
16948 Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
16949 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
16950 Used by the function `latexenc-find-file-coding-system'.")
16951
16952 (custom-autoload 'latex-inputenc-coding-alist "latexenc" t)
16953
16954 (autoload 'latexenc-inputenc-to-coding-system "latexenc" "\
16955 Return the corresponding coding-system for the specified input encoding.
16956 Return nil if no matching coding system can be found.
16957
16958 \(fn INPUTENC)" nil nil)
16959
16960 (autoload 'latexenc-coding-system-to-inputenc "latexenc" "\
16961 Return the corresponding input encoding for the specified coding system.
16962 Return nil if no matching input encoding can be found.
16963
16964 \(fn CS)" nil nil)
16965
16966 (autoload 'latexenc-find-file-coding-system "latexenc" "\
16967 Determine the coding system of a LaTeX file if it uses \"inputenc.sty\".
16968 The mapping from LaTeX's \"inputenc.sty\" encoding names to Emacs
16969 coding system names is determined from `latex-inputenc-coding-alist'.
16970
16971 \(fn ARG-LIST)" nil nil)
16972
16973 ;;;***
16974 \f
16975 ;;;### (autoloads nil "latin1-disp" "international/latin1-disp.el"
16976 ;;;;;; (22230 48822 764219 680000))
16977 ;;; Generated autoloads from international/latin1-disp.el
16978
16979 (defvar latin1-display nil "\
16980 Set up Latin-1/ASCII display for ISO8859 character sets.
16981 This is done for each character set in the list `latin1-display-sets',
16982 if no font is available to display it. Characters are displayed using
16983 the corresponding Latin-1 characters where they match. Otherwise
16984 ASCII sequences are used, mostly following the Latin prefix input
16985 methods. Some different ASCII sequences are used if
16986 `latin1-display-mnemonic' is non-nil.
16987
16988 This option also treats some characters in the `mule-unicode-...'
16989 charsets if you don't have a Unicode font with which to display them.
16990
16991 Setting this variable directly does not take effect;
16992 use either \\[customize] or the function `latin1-display'.")
16993
16994 (custom-autoload 'latin1-display "latin1-disp" nil)
16995
16996 (autoload 'latin1-display "latin1-disp" "\
16997 Set up Latin-1/ASCII display for the arguments character SETS.
16998 See option `latin1-display' for the method. The members of the list
16999 must be in `latin1-display-sets'. With no arguments, reset the
17000 display for all of `latin1-display-sets'. See also
17001 `latin1-display-setup'.
17002
17003 \(fn &rest SETS)" nil nil)
17004
17005 (defvar latin1-display-ucs-per-lynx nil "\
17006 Set up Latin-1/ASCII display for Unicode characters.
17007 This uses the transliterations of the Lynx browser. The display isn't
17008 changed if the display can render Unicode characters.
17009
17010 Setting this variable directly does not take effect;
17011 use either \\[customize] or the function `latin1-display'.")
17012
17013 (custom-autoload 'latin1-display-ucs-per-lynx "latin1-disp" nil)
17014
17015 ;;;***
17016 \f
17017 ;;;### (autoloads nil "ld-script" "progmodes/ld-script.el" (22230
17018 ;;;;;; 48822 886219 130000))
17019 ;;; Generated autoloads from progmodes/ld-script.el
17020
17021 (autoload 'ld-script-mode "ld-script" "\
17022 A major mode to edit GNU ld script files
17023
17024 \(fn)" t nil)
17025
17026 ;;;***
17027 \f
17028 ;;;### (autoloads nil "let-alist" "emacs-lisp/let-alist.el" (22230
17029 ;;;;;; 48822 693220 1000))
17030 ;;; Generated autoloads from emacs-lisp/let-alist.el
17031 (push (purecopy '(let-alist 1 0 4)) package--builtin-versions)
17032
17033 (autoload 'let-alist "let-alist" "\
17034 Let-bind dotted symbols to their cdrs in ALIST and execute BODY.
17035 Dotted symbol is any symbol starting with a `.'. Only those present
17036 in BODY are let-bound and this search is done at compile time.
17037
17038 For instance, the following code
17039
17040 (let-alist alist
17041 (if (and .title .body)
17042 .body
17043 .site
17044 .site.contents))
17045
17046 essentially expands to
17047
17048 (let ((.title (cdr (assq \\='title alist)))
17049 (.body (cdr (assq \\='body alist)))
17050 (.site (cdr (assq \\='site alist)))
17051 (.site.contents (cdr (assq \\='contents (cdr (assq \\='site alist))))))
17052 (if (and .title .body)
17053 .body
17054 .site
17055 .site.contents))
17056
17057 If you nest `let-alist' invocations, the inner one can't access
17058 the variables of the outer one. You can, however, access alists
17059 inside the original alist by using dots inside the symbol, as
17060 displayed in the example above.
17061
17062 \(fn ALIST &rest BODY)" nil t)
17063
17064 (function-put 'let-alist 'lisp-indent-function '1)
17065
17066 ;;;***
17067 \f
17068 ;;;### (autoloads nil "life" "play/life.el" (22230 48822 861219 243000))
17069 ;;; Generated autoloads from play/life.el
17070
17071 (autoload 'life "life" "\
17072 Run Conway's Life simulation.
17073 The starting pattern is randomly selected. Prefix arg (optional first
17074 arg non-nil from a program) is the number of seconds to sleep between
17075 generations (this defaults to 1).
17076
17077 \(fn &optional SLEEPTIME)" t nil)
17078
17079 ;;;***
17080 \f
17081 ;;;### (autoloads nil "linum" "linum.el" (22230 48822 786219 581000))
17082 ;;; Generated autoloads from linum.el
17083 (push (purecopy '(linum 0 9 24)) package--builtin-versions)
17084
17085 (autoload 'linum-mode "linum" "\
17086 Toggle display of line numbers in the left margin (Linum mode).
17087 With a prefix argument ARG, enable Linum mode if ARG is positive,
17088 and disable it otherwise. If called from Lisp, enable the mode
17089 if ARG is omitted or nil.
17090
17091 Linum mode is a buffer-local minor mode.
17092
17093 \(fn &optional ARG)" t nil)
17094
17095 (defvar global-linum-mode nil "\
17096 Non-nil if Global Linum mode is enabled.
17097 See the command `global-linum-mode' for a description of this minor mode.
17098 Setting this variable directly does not take effect;
17099 either customize it (see the info node `Easy Customization')
17100 or call the function `global-linum-mode'.")
17101
17102 (custom-autoload 'global-linum-mode "linum" nil)
17103
17104 (autoload 'global-linum-mode "linum" "\
17105 Toggle Linum mode in all buffers.
17106 With prefix ARG, enable Global Linum mode if ARG is positive;
17107 otherwise, disable it. If called from Lisp, enable the mode if
17108 ARG is omitted or nil.
17109
17110 Linum mode is enabled in all buffers where
17111 `linum-on' would do it.
17112 See `linum-mode' for more information on Linum mode.
17113
17114 \(fn &optional ARG)" t nil)
17115
17116 ;;;***
17117 \f
17118 ;;;### (autoloads nil "loadhist" "loadhist.el" (22230 48822 786219
17119 ;;;;;; 581000))
17120 ;;; Generated autoloads from loadhist.el
17121
17122 (autoload 'unload-feature "loadhist" "\
17123 Unload the library that provided FEATURE.
17124 If the feature is required by any other loaded code, and prefix arg FORCE
17125 is nil, raise an error.
17126
17127 Standard unloading activities include restoring old autoloads for
17128 functions defined by the library, undoing any additions that the
17129 library has made to hook variables or to `auto-mode-alist', undoing
17130 ELP profiling of functions in that library, unproviding any features
17131 provided by the library, and canceling timers held in variables
17132 defined by the library.
17133
17134 If a function `FEATURE-unload-function' is defined, this function
17135 calls it with no arguments, before doing anything else. That function
17136 can do whatever is appropriate to undo the loading of the library. If
17137 `FEATURE-unload-function' returns non-nil, that suppresses the
17138 standard unloading of the library. Otherwise the standard unloading
17139 proceeds.
17140
17141 `FEATURE-unload-function' has access to the package's list of
17142 definitions in the variable `unload-function-defs-list' and could
17143 remove symbols from it in the event that the package has done
17144 something strange, such as redefining an Emacs function.
17145
17146 \(fn FEATURE &optional FORCE)" t nil)
17147
17148 ;;;***
17149 \f
17150 ;;;### (autoloads nil "locate" "locate.el" (22230 48822 786219 581000))
17151 ;;; Generated autoloads from locate.el
17152
17153 (defvar locate-ls-subdir-switches (purecopy "-al") "\
17154 `ls' switches for inserting subdirectories in `*Locate*' buffers.
17155 This should contain the \"-l\" switch, but not the \"-F\" or \"-b\" switches.")
17156
17157 (custom-autoload 'locate-ls-subdir-switches "locate" t)
17158
17159 (autoload 'locate "locate" "\
17160 Run the program `locate', putting results in `*Locate*' buffer.
17161 Pass it SEARCH-STRING as argument. Interactively, prompt for SEARCH-STRING.
17162 With prefix arg ARG, prompt for the exact shell command to run instead.
17163
17164 This program searches for those file names in a database that match
17165 SEARCH-STRING and normally outputs all matching absolute file names,
17166 one per line. The database normally consists of all files on your
17167 system, or of all files that you have access to. Consult the
17168 documentation of the program for the details about how it determines
17169 which file names match SEARCH-STRING. (Those details vary highly with
17170 the version.)
17171
17172 You can specify another program for this command to run by customizing
17173 the variables `locate-command' or `locate-make-command-line'.
17174
17175 The main use of FILTER is to implement `locate-with-filter'. See
17176 the docstring of that function for its meaning.
17177
17178 After preparing the results buffer, this runs `dired-mode-hook' and
17179 then `locate-post-command-hook'.
17180
17181 \(fn SEARCH-STRING &optional FILTER ARG)" t nil)
17182
17183 (autoload 'locate-with-filter "locate" "\
17184 Run the executable program `locate' with a filter.
17185 This function is similar to the function `locate', which see.
17186 The difference is that, when invoked interactively, the present function
17187 prompts for both SEARCH-STRING and FILTER. It passes SEARCH-STRING
17188 to the locate executable program. It produces a `*Locate*' buffer
17189 that lists only those lines in the output of the locate program that
17190 contain a match for the regular expression FILTER; this is often useful
17191 to constrain a big search.
17192
17193 ARG is the interactive prefix arg, which has the same effect as in `locate'.
17194
17195 When called from Lisp, this function is identical with `locate',
17196 except that FILTER is not optional.
17197
17198 \(fn SEARCH-STRING FILTER &optional ARG)" t nil)
17199
17200 ;;;***
17201 \f
17202 ;;;### (autoloads nil "log-edit" "vc/log-edit.el" (22230 48822 937218
17203 ;;;;;; 899000))
17204 ;;; Generated autoloads from vc/log-edit.el
17205
17206 (autoload 'log-edit "log-edit" "\
17207 Setup a buffer to enter a log message.
17208 The buffer is put in mode MODE or `log-edit-mode' if MODE is nil.
17209 \\<log-edit-mode-map>
17210 If SETUP is non-nil, erase the buffer and run `log-edit-hook'.
17211 Set mark and point around the entire contents of the buffer, so
17212 that it is easy to kill the contents of the buffer with
17213 \\[kill-region]. Once the user is done editing the message,
17214 invoking the command \\[log-edit-done] (`log-edit-done') will
17215 call CALLBACK to do the actual commit.
17216
17217 PARAMS if non-nil is an alist of variables and buffer-local
17218 values to give them in the Log Edit buffer. Possible keys and
17219 associated values:
17220 `log-edit-listfun' -- function taking no arguments that returns the list of
17221 files that are concerned by the current operation (using relative names);
17222 `log-edit-diff-function' -- function taking no arguments that
17223 displays a diff of the files concerned by the current operation.
17224 `vc-log-fileset' -- the VC fileset to be committed (if any).
17225
17226 If BUFFER is non-nil `log-edit' will jump to that buffer, use it
17227 to edit the log message and go back to the current buffer when
17228 done. Otherwise, it uses the current buffer.
17229
17230 \(fn CALLBACK &optional SETUP PARAMS BUFFER MODE &rest IGNORE)" nil nil)
17231
17232 ;;;***
17233 \f
17234 ;;;### (autoloads nil "log-view" "vc/log-view.el" (22230 48822 937218
17235 ;;;;;; 899000))
17236 ;;; Generated autoloads from vc/log-view.el
17237
17238 (autoload 'log-view-mode "log-view" "\
17239 Major mode for browsing CVS log output.
17240
17241 \(fn)" t nil)
17242
17243 ;;;***
17244 \f
17245 ;;;### (autoloads nil "lpr" "lpr.el" (22230 48822 786219 581000))
17246 ;;; Generated autoloads from lpr.el
17247
17248 (defvar lpr-windows-system (memq system-type '(ms-dos windows-nt)) "\
17249 Non-nil if running on MS-DOS or MS Windows.")
17250
17251 (defvar lpr-lp-system (memq system-type '(usg-unix-v hpux irix)) "\
17252 Non-nil if running on a system type that uses the \"lp\" command.")
17253
17254 (defvar printer-name (and (eq system-type 'ms-dos) "PRN") "\
17255 The name of a local printer to which data is sent for printing.
17256 \(Note that PostScript files are sent to `ps-printer-name', which see.)
17257
17258 On Unix-like systems, a string value should be a name understood by
17259 lpr's -P option; otherwise the value should be nil.
17260
17261 On MS-DOS and MS-Windows systems, a string value is taken as the name of
17262 a printer device or port, provided `lpr-command' is set to \"\".
17263 Typical non-default settings would be \"LPT1\" to \"LPT3\" for parallel
17264 printers, or \"COM1\" to \"COM4\" or \"AUX\" for serial printers, or
17265 \"//hostname/printer\" for a shared network printer. You can also set
17266 it to the name of a file, in which case the output gets appended to that
17267 file. If you want to discard the printed output, set this to \"NUL\".")
17268
17269 (custom-autoload 'printer-name "lpr" t)
17270
17271 (defvar lpr-switches nil "\
17272 List of strings to pass as extra options for the printer program.
17273 It is recommended to set `printer-name' instead of including an explicit
17274 switch on this list.
17275 See `lpr-command'.")
17276
17277 (custom-autoload 'lpr-switches "lpr" t)
17278
17279 (defvar lpr-command (purecopy (cond (lpr-windows-system "") (lpr-lp-system "lp") (t "lpr"))) "\
17280 Name of program for printing a file.
17281
17282 On MS-DOS and MS-Windows systems, if the value is an empty string then
17283 Emacs will write directly to the printer port named by `printer-name'.
17284 The programs `print' and `nprint' (the standard print programs on
17285 Windows NT and Novell Netware respectively) are handled specially, using
17286 `printer-name' as the destination for output; any other program is
17287 treated like `lpr' except that an explicit filename is given as the last
17288 argument.")
17289
17290 (custom-autoload 'lpr-command "lpr" t)
17291
17292 (autoload 'lpr-buffer "lpr" "\
17293 Print buffer contents without pagination or page headers.
17294 See the variables `lpr-switches' and `lpr-command'
17295 for customization of the printer command.
17296
17297 \(fn)" t nil)
17298
17299 (autoload 'print-buffer "lpr" "\
17300 Paginate and print buffer contents.
17301
17302 The variable `lpr-headers-switches' controls how to paginate.
17303 If it is nil (the default), we run the `pr' program (or whatever program
17304 `lpr-page-header-program' specifies) to paginate.
17305 `lpr-page-header-switches' specifies the switches for that program.
17306
17307 Otherwise, the switches in `lpr-headers-switches' are used
17308 in the print command itself; we expect them to request pagination.
17309
17310 See the variables `lpr-switches' and `lpr-command'
17311 for further customization of the printer command.
17312
17313 \(fn)" t nil)
17314
17315 (autoload 'lpr-region "lpr" "\
17316 Print region contents without pagination or page headers.
17317 See the variables `lpr-switches' and `lpr-command'
17318 for customization of the printer command.
17319
17320 \(fn START END)" t nil)
17321
17322 (autoload 'print-region "lpr" "\
17323 Paginate and print the region contents.
17324
17325 The variable `lpr-headers-switches' controls how to paginate.
17326 If it is nil (the default), we run the `pr' program (or whatever program
17327 `lpr-page-header-program' specifies) to paginate.
17328 `lpr-page-header-switches' specifies the switches for that program.
17329
17330 Otherwise, the switches in `lpr-headers-switches' are used
17331 in the print command itself; we expect them to request pagination.
17332
17333 See the variables `lpr-switches' and `lpr-command'
17334 for further customization of the printer command.
17335
17336 \(fn START END)" t nil)
17337
17338 ;;;***
17339 \f
17340 ;;;### (autoloads nil "ls-lisp" "ls-lisp.el" (22230 48822 787219
17341 ;;;;;; 577000))
17342 ;;; Generated autoloads from ls-lisp.el
17343
17344 (defvar ls-lisp-support-shell-wildcards t "\
17345 Non-nil means ls-lisp treats file patterns as shell wildcards.
17346 Otherwise they are treated as Emacs regexps (for backward compatibility).")
17347
17348 (custom-autoload 'ls-lisp-support-shell-wildcards "ls-lisp" t)
17349
17350 ;;;***
17351 \f
17352 ;;;### (autoloads nil "lunar" "calendar/lunar.el" (22230 48822 653220
17353 ;;;;;; 181000))
17354 ;;; Generated autoloads from calendar/lunar.el
17355
17356 (autoload 'lunar-phases "lunar" "\
17357 Display the quarters of the moon for last month, this month, and next month.
17358 If called with an optional prefix argument ARG, prompts for month and year.
17359 This function is suitable for execution in an init file.
17360
17361 \(fn &optional ARG)" t nil)
17362
17363 ;;;***
17364 \f
17365 ;;;### (autoloads nil "m4-mode" "progmodes/m4-mode.el" (22230 48822
17366 ;;;;;; 887219 125000))
17367 ;;; Generated autoloads from progmodes/m4-mode.el
17368
17369 (autoload 'm4-mode "m4-mode" "\
17370 A major mode to edit m4 macro files.
17371
17372 \(fn)" t nil)
17373
17374 ;;;***
17375 \f
17376 ;;;### (autoloads nil "macros" "macros.el" (22230 48822 787219 577000))
17377 ;;; Generated autoloads from macros.el
17378
17379 (autoload 'name-last-kbd-macro "macros" "\
17380 Assign a name to the last keyboard macro defined.
17381 Argument SYMBOL is the name to define.
17382 The symbol's function definition becomes the keyboard macro string.
17383 Such a \"function\" cannot be called from Lisp, but it is a valid editor command.
17384
17385 \(fn SYMBOL)" t nil)
17386
17387 (autoload 'insert-kbd-macro "macros" "\
17388 Insert in buffer the definition of kbd macro MACRONAME, as Lisp code.
17389 MACRONAME should be a symbol.
17390 Optional second arg KEYS means also record the keys it is on
17391 \(this is the prefix argument, when calling interactively).
17392
17393 This Lisp code will, when executed, define the kbd macro with the same
17394 definition it has now. If you say to record the keys, the Lisp code
17395 will also rebind those keys to the macro. Only global key bindings
17396 are recorded since executing this Lisp code always makes global
17397 bindings.
17398
17399 To save a kbd macro, visit a file of Lisp code such as your `~/.emacs',
17400 use this command, and then save the file.
17401
17402 \(fn MACRONAME &optional KEYS)" t nil)
17403
17404 (autoload 'kbd-macro-query "macros" "\
17405 Query user during kbd macro execution.
17406 With prefix argument, enters recursive edit, reading keyboard
17407 commands even within a kbd macro. You can give different commands
17408 each time the macro executes.
17409 Without prefix argument, asks whether to continue running the macro.
17410 Your options are: \\<query-replace-map>
17411 \\[act] Finish this iteration normally and continue with the next.
17412 \\[skip] Skip the rest of this iteration, and start the next.
17413 \\[exit] Stop the macro entirely right now.
17414 \\[recenter] Redisplay the screen, then ask again.
17415 \\[edit] Enter recursive edit; ask again when you exit from that.
17416
17417 \(fn FLAG)" t nil)
17418
17419 (autoload 'apply-macro-to-region-lines "macros" "\
17420 Apply last keyboard macro to all lines in the region.
17421 For each line that begins in the region, move to the beginning of
17422 the line, and run the last keyboard macro.
17423
17424 When called from lisp, this function takes two arguments TOP and
17425 BOTTOM, describing the current region. TOP must be before BOTTOM.
17426 The optional third argument MACRO specifies a keyboard macro to
17427 execute.
17428
17429 This is useful for quoting or unquoting included text, adding and
17430 removing comments, or producing tables where the entries are regular.
17431
17432 For example, in Usenet articles, sections of text quoted from another
17433 author are indented, or have each line start with `>'. To quote a
17434 section of text, define a keyboard macro which inserts `>', put point
17435 and mark at opposite ends of the quoted section, and use
17436 `\\[apply-macro-to-region-lines]' to mark the entire section.
17437
17438 Suppose you wanted to build a keyword table in C where each entry
17439 looked like this:
17440
17441 { \"foo\", foo_data, foo_function },
17442 { \"bar\", bar_data, bar_function },
17443 { \"baz\", baz_data, baz_function },
17444
17445 You could enter the names in this format:
17446
17447 foo
17448 bar
17449 baz
17450
17451 and write a macro to massage a word into a table entry:
17452
17453 \\C-x (
17454 \\M-d { \"\\C-y\", \\C-y_data, \\C-y_function },
17455 \\C-x )
17456
17457 and then select the region of un-tablified names and use
17458 `\\[apply-macro-to-region-lines]' to build the table from the names.
17459
17460 \(fn TOP BOTTOM &optional MACRO)" t nil)
17461 (define-key ctl-x-map "q" 'kbd-macro-query)
17462
17463 ;;;***
17464 \f
17465 ;;;### (autoloads nil "mail-extr" "mail/mail-extr.el" (22230 48822
17466 ;;;;;; 788219 572000))
17467 ;;; Generated autoloads from mail/mail-extr.el
17468
17469 (autoload 'mail-extract-address-components "mail-extr" "\
17470 Given an RFC-822 address ADDRESS, extract full name and canonical address.
17471 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
17472 name can be extracted, FULL-NAME will be nil. Also see
17473 `mail-extr-ignore-single-names' and
17474 `mail-extr-ignore-realname-equals-mailbox-name'.
17475
17476 If the optional argument ALL is non-nil, then ADDRESS can contain zero
17477 or more recipients, separated by commas, and we return a list of
17478 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
17479 each recipient. If ALL is nil, then if ADDRESS contains more than
17480 one recipients, all but the first is ignored.
17481
17482 ADDRESS may be a string or a buffer. If it is a buffer, the visible
17483 \(narrowed) portion of the buffer will be interpreted as the address.
17484 \(This feature exists so that the clever caller might be able to avoid
17485 consing a string.)
17486
17487 \(fn ADDRESS &optional ALL)" nil nil)
17488
17489 (autoload 'what-domain "mail-extr" "\
17490 Convert mail domain DOMAIN to the country it corresponds to.
17491
17492 \(fn DOMAIN)" t nil)
17493
17494 ;;;***
17495 \f
17496 ;;;### (autoloads nil "mail-hist" "mail/mail-hist.el" (22230 48822
17497 ;;;;;; 788219 572000))
17498 ;;; Generated autoloads from mail/mail-hist.el
17499
17500 (autoload 'mail-hist-define-keys "mail-hist" "\
17501 Define keys for accessing mail header history. For use in hooks.
17502
17503 \(fn)" nil nil)
17504
17505 (autoload 'mail-hist-enable "mail-hist" "\
17506
17507
17508 \(fn)" nil nil)
17509
17510 (defvar mail-hist-keep-history t "\
17511 Non-nil means keep a history for headers and text of outgoing mail.")
17512
17513 (custom-autoload 'mail-hist-keep-history "mail-hist" t)
17514
17515 (autoload 'mail-hist-put-headers-into-history "mail-hist" "\
17516 Put headers and contents of this message into mail header history.
17517 Each header has its own independent history, as does the body of the
17518 message.
17519
17520 This function normally would be called when the message is sent.
17521
17522 \(fn)" nil nil)
17523
17524 ;;;***
17525 \f
17526 ;;;### (autoloads nil "mail-utils" "mail/mail-utils.el" (22230 48822
17527 ;;;;;; 788219 572000))
17528 ;;; Generated autoloads from mail/mail-utils.el
17529
17530 (defvar mail-use-rfc822 nil "\
17531 If non-nil, use a full, hairy RFC822 parser on mail addresses.
17532 Otherwise, (the default) use a smaller, somewhat faster, and
17533 often correct parser.")
17534
17535 (custom-autoload 'mail-use-rfc822 "mail-utils" t)
17536
17537 (defvar mail-dont-reply-to-names nil "\
17538 Regexp specifying addresses to prune from a reply message.
17539 If this is nil, it is set the first time you compose a reply, to
17540 a value which excludes your own email address.
17541
17542 Matching addresses are excluded from the CC field in replies, and
17543 also the To field, unless this would leave an empty To field.")
17544
17545 (custom-autoload 'mail-dont-reply-to-names "mail-utils" t)
17546
17547 (autoload 'mail-file-babyl-p "mail-utils" "\
17548 Return non-nil if FILE is a Babyl file.
17549
17550 \(fn FILE)" nil nil)
17551
17552 (autoload 'mail-quote-printable "mail-utils" "\
17553 Convert a string to the \"quoted printable\" Q encoding if necessary.
17554 If the string contains only ASCII characters and no troublesome ones,
17555 we return it unconverted.
17556
17557 If the optional argument WRAPPER is non-nil,
17558 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17559
17560 \(fn STRING &optional WRAPPER)" nil nil)
17561
17562 (autoload 'mail-quote-printable-region "mail-utils" "\
17563 Convert the region to the \"quoted printable\" Q encoding.
17564 If the optional argument WRAPPER is non-nil,
17565 we add the wrapper characters =?ISO-8859-1?Q?....?=.
17566
17567 \(fn BEG END &optional WRAPPER)" t nil)
17568
17569 (autoload 'mail-unquote-printable "mail-utils" "\
17570 Undo the \"quoted printable\" encoding.
17571 If the optional argument WRAPPER is non-nil,
17572 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17573
17574 \(fn STRING &optional WRAPPER)" nil nil)
17575
17576 (autoload 'mail-unquote-printable-region "mail-utils" "\
17577 Undo the \"quoted printable\" encoding in buffer from BEG to END.
17578 If the optional argument WRAPPER is non-nil,
17579 we expect to find and remove the wrapper characters =?ISO-8859-1?Q?....?=.
17580 On encountering malformed quoted-printable text, exits with an error,
17581 unless NOERROR is non-nil, in which case it continues, and returns nil
17582 when finished. Returns non-nil on successful completion.
17583 If UNIBYTE is non-nil, insert converted characters as unibyte.
17584 That is useful if you are going to character code decoding afterward,
17585 as Rmail does.
17586
17587 \(fn BEG END &optional WRAPPER NOERROR UNIBYTE)" t nil)
17588
17589 (autoload 'mail-fetch-field "mail-utils" "\
17590 Return the value of the header field whose type is FIELD-NAME.
17591 If second arg LAST is non-nil, use the last field of type FIELD-NAME.
17592 If third arg ALL is non-nil, concatenate all such fields with commas between.
17593 If 4th arg LIST is non-nil, return a list of all such fields.
17594 The buffer should be narrowed to just the header, else false
17595 matches may be returned from the message body.
17596
17597 \(fn FIELD-NAME &optional LAST ALL LIST)" nil nil)
17598
17599 ;;;***
17600 \f
17601 ;;;### (autoloads nil "mailabbrev" "mail/mailabbrev.el" (22230 48822
17602 ;;;;;; 789219 567000))
17603 ;;; Generated autoloads from mail/mailabbrev.el
17604
17605 (defvar mail-abbrevs-mode nil "\
17606 Non-nil if Mail-Abbrevs mode is enabled.
17607 See the command `mail-abbrevs-mode' for a description of this minor mode.
17608 Setting this variable directly does not take effect;
17609 either customize it (see the info node `Easy Customization')
17610 or call the function `mail-abbrevs-mode'.")
17611
17612 (custom-autoload 'mail-abbrevs-mode "mailabbrev" nil)
17613
17614 (autoload 'mail-abbrevs-mode "mailabbrev" "\
17615 Toggle abbrev expansion of mail aliases (Mail Abbrevs mode).
17616 With a prefix argument ARG, enable Mail Abbrevs mode if ARG is
17617 positive, and disable it otherwise. If called from Lisp, enable
17618 the mode if ARG is omitted or nil.
17619
17620 Mail Abbrevs mode is a global minor mode. When enabled,
17621 abbrev-like expansion is performed when editing certain mail
17622 headers (those specified by `mail-abbrev-mode-regexp'), based on
17623 the entries in your `mail-personal-alias-file'.
17624
17625 \(fn &optional ARG)" t nil)
17626
17627 (autoload 'mail-abbrevs-setup "mailabbrev" "\
17628 Initialize use of the `mailabbrev' package.
17629
17630 \(fn)" nil nil)
17631
17632 (autoload 'build-mail-abbrevs "mailabbrev" "\
17633 Read mail aliases from personal mail alias file and set `mail-abbrevs'.
17634 By default this is the file specified by `mail-personal-alias-file'.
17635
17636 \(fn &optional FILE RECURSIVEP)" nil nil)
17637
17638 (autoload 'define-mail-abbrev "mailabbrev" "\
17639 Define NAME as a mail alias abbrev that translates to DEFINITION.
17640 If DEFINITION contains multiple addresses, separate them with commas.
17641
17642 Optional argument FROM-MAILRC-FILE means that DEFINITION comes
17643 from a mailrc file. In that case, addresses are separated with
17644 spaces and addresses with embedded spaces are surrounded by
17645 double-quotes.
17646
17647 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17648
17649 ;;;***
17650 \f
17651 ;;;### (autoloads nil "mailalias" "mail/mailalias.el" (22230 48822
17652 ;;;;;; 789219 567000))
17653 ;;; Generated autoloads from mail/mailalias.el
17654
17655 (defvar mail-complete-style 'angles "\
17656 Specifies how \\[mail-complete] formats the full name when it completes.
17657 If nil, they contain just the return address like:
17658 king@grassland.com
17659 If `parens', they look like:
17660 king@grassland.com (Elvis Parsley)
17661 If `angles', they look like:
17662 Elvis Parsley <king@grassland.com>")
17663
17664 (custom-autoload 'mail-complete-style "mailalias" t)
17665
17666 (autoload 'expand-mail-aliases "mailalias" "\
17667 Expand all mail aliases in suitable header fields found between BEG and END.
17668 If interactive, expand in header fields.
17669 Suitable header fields are `To', `From', `CC' and `BCC', `Reply-to', and
17670 their `Resent-' variants.
17671
17672 Optional second arg EXCLUDE may be a regular expression defining text to be
17673 removed from alias expansions.
17674
17675 \(fn BEG END &optional EXCLUDE)" t nil)
17676
17677 (autoload 'define-mail-alias "mailalias" "\
17678 Define NAME as a mail alias that translates to DEFINITION.
17679 This means that sending a message to NAME will actually send to DEFINITION.
17680
17681 Normally, the addresses in DEFINITION must be separated by commas.
17682 If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
17683 can be separated by spaces; an address can contain spaces
17684 if it is quoted with double-quotes.
17685
17686 \(fn NAME DEFINITION &optional FROM-MAILRC-FILE)" t nil)
17687
17688 (autoload 'mail-completion-at-point-function "mailalias" "\
17689 Compute completion data for mail aliases.
17690 For use on `completion-at-point-functions'.
17691
17692 \(fn)" nil nil)
17693
17694 (autoload 'mail-complete "mailalias" "\
17695 Perform completion on header field or word preceding point.
17696 Completable headers are according to `mail-complete-alist'. If none matches
17697 current header, calls `mail-complete-function' and passes prefix ARG if any.
17698
17699 \(fn ARG)" t nil)
17700
17701 (make-obsolete 'mail-complete 'mail-completion-at-point-function '"24.1")
17702
17703 ;;;***
17704 \f
17705 ;;;### (autoloads nil "mailclient" "mail/mailclient.el" (22230 48822
17706 ;;;;;; 789219 567000))
17707 ;;; Generated autoloads from mail/mailclient.el
17708
17709 (autoload 'mailclient-send-it "mailclient" "\
17710 Pass current buffer on to the system's mail client.
17711 Suitable value for `send-mail-function'.
17712 The mail client is taken to be the handler of mailto URLs.
17713
17714 \(fn)" nil nil)
17715
17716 ;;;***
17717 \f
17718 ;;;### (autoloads nil "make-mode" "progmodes/make-mode.el" (22230
17719 ;;;;;; 48822 887219 125000))
17720 ;;; Generated autoloads from progmodes/make-mode.el
17721
17722 (autoload 'makefile-mode "make-mode" "\
17723 Major mode for editing standard Makefiles.
17724
17725 If you are editing a file for a different make, try one of the
17726 variants `makefile-automake-mode', `makefile-gmake-mode',
17727 `makefile-makepp-mode', `makefile-bsdmake-mode' or,
17728 `makefile-imake-mode'. All but the last should be correctly
17729 chosen based on the file name, except if it is *.mk. This
17730 function ends by invoking the function(s) `makefile-mode-hook'.
17731
17732 It is strongly recommended to use `font-lock-mode', because that
17733 provides additional parsing information. This is used for
17734 example to see that a rule action `echo foo: bar' is a not rule
17735 dependency, despite the colon.
17736
17737 \\{makefile-mode-map}
17738
17739 In the browser, use the following keys:
17740
17741 \\{makefile-browser-map}
17742
17743 Makefile mode can be configured by modifying the following variables:
17744
17745 `makefile-browser-buffer-name':
17746 Name of the macro- and target browser buffer.
17747
17748 `makefile-target-colon':
17749 The string that gets appended to all target names
17750 inserted by `makefile-insert-target'.
17751 \":\" or \"::\" are quite common values.
17752
17753 `makefile-macro-assign':
17754 The string that gets appended to all macro names
17755 inserted by `makefile-insert-macro'.
17756 The normal value should be \" = \", since this is what
17757 standard make expects. However, newer makes such as dmake
17758 allow a larger variety of different macro assignments, so you
17759 might prefer to use \" += \" or \" := \" .
17760
17761 `makefile-tab-after-target-colon':
17762 If you want a TAB (instead of a space) to be appended after the
17763 target colon, then set this to a non-nil value.
17764
17765 `makefile-browser-leftmost-column':
17766 Number of blanks to the left of the browser selection mark.
17767
17768 `makefile-browser-cursor-column':
17769 Column in which the cursor is positioned when it moves
17770 up or down in the browser.
17771
17772 `makefile-browser-selected-mark':
17773 String used to mark selected entries in the browser.
17774
17775 `makefile-browser-unselected-mark':
17776 String used to mark unselected entries in the browser.
17777
17778 `makefile-browser-auto-advance-after-selection-p':
17779 If this variable is set to a non-nil value the cursor
17780 will automagically advance to the next line after an item
17781 has been selected in the browser.
17782
17783 `makefile-pickup-everything-picks-up-filenames-p':
17784 If this variable is set to a non-nil value then
17785 `makefile-pickup-everything' also picks up filenames as targets
17786 (i.e. it calls `makefile-pickup-filenames-as-targets'), otherwise
17787 filenames are omitted.
17788
17789 `makefile-cleanup-continuations':
17790 If this variable is set to a non-nil value then Makefile mode
17791 will assure that no line in the file ends with a backslash
17792 (the continuation character) followed by any whitespace.
17793 This is done by silently removing the trailing whitespace, leaving
17794 the backslash itself intact.
17795 IMPORTANT: Please note that enabling this option causes Makefile mode
17796 to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\".
17797
17798 `makefile-browser-hook':
17799 A function or list of functions to be called just before the
17800 browser is entered. This is executed in the makefile buffer.
17801
17802 `makefile-special-targets-list':
17803 List of special targets. You will be offered to complete
17804 on one of those in the minibuffer whenever you enter a `.'.
17805 at the beginning of a line in Makefile mode.
17806
17807 \(fn)" t nil)
17808
17809 (autoload 'makefile-automake-mode "make-mode" "\
17810 An adapted `makefile-mode' that knows about automake.
17811
17812 \(fn)" t nil)
17813
17814 (autoload 'makefile-gmake-mode "make-mode" "\
17815 An adapted `makefile-mode' that knows about gmake.
17816
17817 \(fn)" t nil)
17818
17819 (autoload 'makefile-makepp-mode "make-mode" "\
17820 An adapted `makefile-mode' that knows about makepp.
17821
17822 \(fn)" t nil)
17823
17824 (autoload 'makefile-bsdmake-mode "make-mode" "\
17825 An adapted `makefile-mode' that knows about BSD make.
17826
17827 \(fn)" t nil)
17828
17829 (autoload 'makefile-imake-mode "make-mode" "\
17830 An adapted `makefile-mode' that knows about imake.
17831
17832 \(fn)" t nil)
17833
17834 ;;;***
17835 \f
17836 ;;;### (autoloads nil "makesum" "makesum.el" (22230 48822 793219
17837 ;;;;;; 549000))
17838 ;;; Generated autoloads from makesum.el
17839
17840 (autoload 'make-command-summary "makesum" "\
17841 Make a summary of current key bindings in the buffer *Summary*.
17842 Previous contents of that buffer are killed first.
17843
17844 \(fn)" t nil)
17845
17846 ;;;***
17847 \f
17848 ;;;### (autoloads nil "man" "man.el" (22230 48822 794219 545000))
17849 ;;; Generated autoloads from man.el
17850
17851 (defalias 'manual-entry 'man)
17852
17853 (autoload 'man "man" "\
17854 Get a Un*x manual page and put it in a buffer.
17855 This command is the top-level command in the man package.
17856 It runs a Un*x command to retrieve and clean a manpage in the
17857 background and places the results in a `Man-mode' browsing
17858 buffer. The variable `Man-width' defines the number of columns in
17859 formatted manual pages. The buffer is displayed immediately.
17860 The variable `Man-notify-method' defines how the buffer is displayed.
17861 If a buffer already exists for this man page, it will be displayed
17862 without running the man command.
17863
17864 For a manpage from a particular section, use either of the
17865 following. \"cat(1)\" is how cross-references appear and is
17866 passed to man as \"1 cat\".
17867
17868 cat(1)
17869 1 cat
17870
17871 To see manpages from all sections related to a subject, use an
17872 \"all pages\" option (which might be \"-a\" if it's not the
17873 default), then step through with `Man-next-manpage' (\\<Man-mode-map>\\[Man-next-manpage]) etc.
17874 Add to `Man-switches' to make this option permanent.
17875
17876 -a chmod
17877
17878 An explicit filename can be given too. Use -l if it might
17879 otherwise look like a page name.
17880
17881 /my/file/name.1.gz
17882 -l somefile.1
17883
17884 An \"apropos\" query with -k gives a buffer of matching page
17885 names or descriptions. The pattern argument is usually an
17886 \"egrep\" style regexp.
17887
17888 -k pattern
17889
17890 \(fn MAN-ARGS)" t nil)
17891
17892 (autoload 'man-follow "man" "\
17893 Get a Un*x manual page of the item under point and put it in a buffer.
17894
17895 \(fn MAN-ARGS)" t nil)
17896
17897 (autoload 'Man-bookmark-jump "man" "\
17898 Default bookmark handler for Man buffers.
17899
17900 \(fn BOOKMARK)" nil nil)
17901
17902 ;;;***
17903 \f
17904 ;;;### (autoloads nil "map" "emacs-lisp/map.el" (22230 48822 694219
17905 ;;;;;; 996000))
17906 ;;; Generated autoloads from emacs-lisp/map.el
17907 (push (purecopy '(map 1 0)) package--builtin-versions)
17908
17909 ;;;***
17910 \f
17911 ;;;### (autoloads nil "master" "master.el" (22230 48822 794219 545000))
17912 ;;; Generated autoloads from master.el
17913 (push (purecopy '(master 1 0 2)) package--builtin-versions)
17914
17915 (autoload 'master-mode "master" "\
17916 Toggle Master mode.
17917 With a prefix argument ARG, enable Master mode if ARG is
17918 positive, and disable it otherwise. If called from Lisp, enable
17919 the mode if ARG is omitted or nil.
17920
17921 When Master mode is enabled, you can scroll the slave buffer
17922 using the following commands:
17923
17924 \\{master-mode-map}
17925
17926 The slave buffer is stored in the buffer-local variable `master-of'.
17927 You can set this variable using `master-set-slave'. You can show
17928 yourself the value of `master-of' by calling `master-show-slave'.
17929
17930 \(fn &optional ARG)" t nil)
17931
17932 ;;;***
17933 \f
17934 ;;;### (autoloads nil "mb-depth" "mb-depth.el" (22230 48822 794219
17935 ;;;;;; 545000))
17936 ;;; Generated autoloads from mb-depth.el
17937
17938 (defvar minibuffer-depth-indicate-mode nil "\
17939 Non-nil if Minibuffer-Depth-Indicate mode is enabled.
17940 See the command `minibuffer-depth-indicate-mode' for a description of this minor mode.
17941 Setting this variable directly does not take effect;
17942 either customize it (see the info node `Easy Customization')
17943 or call the function `minibuffer-depth-indicate-mode'.")
17944
17945 (custom-autoload 'minibuffer-depth-indicate-mode "mb-depth" nil)
17946
17947 (autoload 'minibuffer-depth-indicate-mode "mb-depth" "\
17948 Toggle Minibuffer Depth Indication mode.
17949 With a prefix argument ARG, enable Minibuffer Depth Indication
17950 mode if ARG is positive, and disable it otherwise. If called
17951 from Lisp, enable the mode if ARG is omitted or nil.
17952
17953 Minibuffer Depth Indication mode is a global minor mode. When
17954 enabled, any recursive use of the minibuffer will show the
17955 recursion depth in the minibuffer prompt. This is only useful if
17956 `enable-recursive-minibuffers' is non-nil.
17957
17958 \(fn &optional ARG)" t nil)
17959
17960 ;;;***
17961 \f
17962 ;;;### (autoloads nil "md4" "md4.el" (22230 48822 794219 545000))
17963 ;;; Generated autoloads from md4.el
17964 (push (purecopy '(md4 1 0)) package--builtin-versions)
17965
17966 ;;;***
17967 \f
17968 ;;;### (autoloads nil "message" "gnus/message.el" (22230 48822 744219
17969 ;;;;;; 770000))
17970 ;;; Generated autoloads from gnus/message.el
17971
17972 (define-mail-user-agent 'message-user-agent 'message-mail 'message-send-and-exit 'message-kill-buffer 'message-send-hook)
17973
17974 (autoload 'message-mode "message" "\
17975 Major mode for editing mail and news to be sent.
17976 Like Text Mode but with these additional commands:\\<message-mode-map>
17977 C-c C-s `message-send' (send the message) C-c C-c `message-send-and-exit'
17978 C-c C-d Postpone sending the message C-c C-k Kill the message
17979 C-c C-f move to a header field (and create it if there isn't):
17980 C-c C-f C-t move to To C-c C-f C-s move to Subject
17981 C-c C-f C-c move to Cc C-c C-f C-b move to Bcc
17982 C-c C-f C-w move to Fcc C-c C-f C-r move to Reply-To
17983 C-c C-f C-u move to Summary C-c C-f C-n move to Newsgroups
17984 C-c C-f C-k move to Keywords C-c C-f C-d move to Distribution
17985 C-c C-f C-o move to From (\"Originator\")
17986 C-c C-f C-f move to Followup-To
17987 C-c C-f C-m move to Mail-Followup-To
17988 C-c C-f C-e move to Expires
17989 C-c C-f C-i cycle through Importance values
17990 C-c C-f s change subject and append \"(was: <Old Subject>)\"
17991 C-c C-f x crossposting with FollowUp-To header and note in body
17992 C-c C-f t replace To: header with contents of Cc: or Bcc:
17993 C-c C-f a Insert X-No-Archive: header and a note in the body
17994 C-c C-t `message-insert-to' (add a To header to a news followup)
17995 C-c C-l `message-to-list-only' (removes all but list address in to/cc)
17996 C-c C-n `message-insert-newsgroups' (add a Newsgroup header to a news reply)
17997 C-c C-b `message-goto-body' (move to beginning of message text).
17998 C-c C-i `message-goto-signature' (move to the beginning of the signature).
17999 C-c C-w `message-insert-signature' (insert `message-signature-file' file).
18000 C-c C-y `message-yank-original' (insert current message, if any).
18001 C-c C-q `message-fill-yanked-message' (fill what was yanked).
18002 C-c C-e `message-elide-region' (elide the text between point and mark).
18003 C-c C-v `message-delete-not-region' (remove the text outside the region).
18004 C-c C-z `message-kill-to-signature' (kill the text up to the signature).
18005 C-c C-r `message-caesar-buffer-body' (rot13 the message body).
18006 C-c C-a `mml-attach-file' (attach a file as MIME).
18007 C-c C-u `message-insert-or-toggle-importance' (insert or cycle importance).
18008 C-c M-n `message-insert-disposition-notification-to' (request receipt).
18009 C-c M-m `message-mark-inserted-region' (mark region with enclosing tags).
18010 C-c M-f `message-mark-insert-file' (insert file marked with enclosing tags).
18011 M-RET `message-newline-and-reformat' (break the line and reformat).
18012
18013 \(fn)" t nil)
18014
18015 (autoload 'message-mail "message" "\
18016 Start editing a mail message to be sent.
18017 OTHER-HEADERS is an alist of header/value pairs. CONTINUE says whether
18018 to continue editing a message already being composed. SWITCH-FUNCTION
18019 is a function used to switch to and display the mail buffer.
18020
18021 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t nil)
18022
18023 (autoload 'message-news "message" "\
18024 Start editing a news article to be sent.
18025
18026 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18027
18028 (autoload 'message-reply "message" "\
18029 Start editing a reply to the article in the current buffer.
18030
18031 \(fn &optional TO-ADDRESS WIDE SWITCH-FUNCTION)" t nil)
18032
18033 (autoload 'message-wide-reply "message" "\
18034 Make a \"wide\" reply to the message in the current buffer.
18035
18036 \(fn &optional TO-ADDRESS)" t nil)
18037
18038 (autoload 'message-followup "message" "\
18039 Follow up to the message in the current buffer.
18040 If TO-NEWSGROUPS, use that as the new Newsgroups line.
18041
18042 \(fn &optional TO-NEWSGROUPS)" t nil)
18043
18044 (autoload 'message-cancel-news "message" "\
18045 Cancel an article you posted.
18046 If ARG, allow editing of the cancellation message.
18047
18048 \(fn &optional ARG)" t nil)
18049
18050 (autoload 'message-supersede "message" "\
18051 Start composing a message to supersede the current message.
18052 This is done simply by taking the old article and adding a Supersedes
18053 header line with the old Message-ID.
18054
18055 \(fn)" t nil)
18056
18057 (autoload 'message-recover "message" "\
18058 Reread contents of current buffer from its last auto-save file.
18059
18060 \(fn)" t nil)
18061
18062 (autoload 'message-forward "message" "\
18063 Forward the current message via mail.
18064 Optional NEWS will use news to forward instead of mail.
18065 Optional DIGEST will use digest to forward.
18066
18067 \(fn &optional NEWS DIGEST)" t nil)
18068
18069 (autoload 'message-forward-make-body "message" "\
18070
18071
18072 \(fn FORWARD-BUFFER &optional DIGEST)" nil nil)
18073
18074 (autoload 'message-forward-rmail-make-body "message" "\
18075
18076
18077 \(fn FORWARD-BUFFER)" nil nil)
18078
18079 (autoload 'message-insinuate-rmail "message" "\
18080 Let RMAIL use message to forward.
18081
18082 \(fn)" t nil)
18083
18084 (autoload 'message-resend "message" "\
18085 Resend the current article to ADDRESS.
18086
18087 \(fn ADDRESS)" t nil)
18088
18089 (autoload 'message-bounce "message" "\
18090 Re-mail the current message.
18091 This only makes sense if the current message is a bounce message that
18092 contains some mail you have written which has been bounced back to
18093 you.
18094
18095 \(fn)" t nil)
18096
18097 (autoload 'message-mail-other-window "message" "\
18098 Like `message-mail' command, but display mail buffer in another window.
18099
18100 \(fn &optional TO SUBJECT)" t nil)
18101
18102 (autoload 'message-mail-other-frame "message" "\
18103 Like `message-mail' command, but display mail buffer in another frame.
18104
18105 \(fn &optional TO SUBJECT)" t nil)
18106
18107 (autoload 'message-news-other-window "message" "\
18108 Start editing a news article to be sent.
18109
18110 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18111
18112 (autoload 'message-news-other-frame "message" "\
18113 Start editing a news article to be sent.
18114
18115 \(fn &optional NEWSGROUPS SUBJECT)" t nil)
18116
18117 (autoload 'message-bold-region "message" "\
18118 Bold all nonblank characters in the region.
18119 Works by overstriking characters.
18120 Called from program, takes two arguments START and END
18121 which specify the range to operate on.
18122
18123 \(fn START END)" t nil)
18124
18125 (autoload 'message-unbold-region "message" "\
18126 Remove all boldness (overstruck characters) in the region.
18127 Called from program, takes two arguments START and END
18128 which specify the range to operate on.
18129
18130 \(fn START END)" t nil)
18131
18132 ;;;***
18133 \f
18134 ;;;### (autoloads nil "meta-mode" "progmodes/meta-mode.el" (22230
18135 ;;;;;; 48822 887219 125000))
18136 ;;; Generated autoloads from progmodes/meta-mode.el
18137 (push (purecopy '(meta-mode 1 0)) package--builtin-versions)
18138
18139 (autoload 'metafont-mode "meta-mode" "\
18140 Major mode for editing Metafont sources.
18141
18142 \(fn)" t nil)
18143
18144 (autoload 'metapost-mode "meta-mode" "\
18145 Major mode for editing MetaPost sources.
18146
18147 \(fn)" t nil)
18148
18149 ;;;***
18150 \f
18151 ;;;### (autoloads nil "metamail" "mail/metamail.el" (22230 48822
18152 ;;;;;; 789219 567000))
18153 ;;; Generated autoloads from mail/metamail.el
18154
18155 (autoload 'metamail-interpret-header "metamail" "\
18156 Interpret a header part of a MIME message in current buffer.
18157 Its body part is not interpreted at all.
18158
18159 \(fn)" t nil)
18160
18161 (autoload 'metamail-interpret-body "metamail" "\
18162 Interpret a body part of a MIME message in current buffer.
18163 Optional argument VIEWMODE specifies the value of the
18164 EMACS_VIEW_MODE environment variable (defaulted to 1).
18165 Optional argument NODISPLAY non-nil means buffer is not
18166 redisplayed as output is inserted.
18167 Its header part is not interpreted at all.
18168
18169 \(fn &optional VIEWMODE NODISPLAY)" t nil)
18170
18171 (autoload 'metamail-buffer "metamail" "\
18172 Process current buffer through `metamail'.
18173 Optional argument VIEWMODE specifies the value of the
18174 EMACS_VIEW_MODE environment variable (defaulted to 1).
18175 Optional argument BUFFER specifies a buffer to be filled (nil
18176 means current).
18177 Optional argument NODISPLAY non-nil means buffer is not
18178 redisplayed as output is inserted.
18179
18180 \(fn &optional VIEWMODE BUFFER NODISPLAY)" t nil)
18181
18182 (autoload 'metamail-region "metamail" "\
18183 Process current region through `metamail'.
18184 Optional argument VIEWMODE specifies the value of the
18185 EMACS_VIEW_MODE environment variable (defaulted to 1).
18186 Optional argument BUFFER specifies a buffer to be filled (nil
18187 means current).
18188 Optional argument NODISPLAY non-nil means buffer is not
18189 redisplayed as output is inserted.
18190
18191 \(fn BEG END &optional VIEWMODE BUFFER NODISPLAY)" t nil)
18192
18193 ;;;***
18194 \f
18195 ;;;### (autoloads nil "mh-comp" "mh-e/mh-comp.el" (22230 48822 797219
18196 ;;;;;; 531000))
18197 ;;; Generated autoloads from mh-e/mh-comp.el
18198
18199 (autoload 'mh-smail "mh-comp" "\
18200 Compose a message with the MH mail system.
18201 See `mh-send' for more details on composing mail.
18202
18203 \(fn)" t nil)
18204
18205 (autoload 'mh-smail-other-window "mh-comp" "\
18206 Compose a message with the MH mail system in other window.
18207 See `mh-send' for more details on composing mail.
18208
18209 \(fn)" t nil)
18210
18211 (autoload 'mh-smail-batch "mh-comp" "\
18212 Compose a message with the MH mail system.
18213
18214 This function does not prompt the user for any header fields, and
18215 thus is suitable for use by programs that want to create a mail
18216 buffer. Users should use \\[mh-smail] to compose mail.
18217
18218 Optional arguments for setting certain fields include TO,
18219 SUBJECT, and OTHER-HEADERS. Additional arguments are IGNORED.
18220
18221 This function remains for Emacs 21 compatibility. New
18222 applications should use `mh-user-agent-compose'.
18223
18224 \(fn &optional TO SUBJECT OTHER-HEADERS &rest IGNORED)" nil nil)
18225
18226 (define-mail-user-agent 'mh-e-user-agent 'mh-user-agent-compose 'mh-send-letter 'mh-fully-kill-draft 'mh-before-send-letter-hook)
18227
18228 (autoload 'mh-user-agent-compose "mh-comp" "\
18229 Set up mail composition draft with the MH mail system.
18230 This is the `mail-user-agent' entry point to MH-E. This function
18231 conforms to the contract specified by `define-mail-user-agent'
18232 which means that this function should accept the same arguments
18233 as `compose-mail'.
18234
18235 The optional arguments TO and SUBJECT specify recipients and the
18236 initial Subject field, respectively.
18237
18238 OTHER-HEADERS is an alist specifying additional header fields.
18239 Elements look like (HEADER . VALUE) where both HEADER and VALUE
18240 are strings.
18241
18242 CONTINUE, SWITCH-FUNCTION, YANK-ACTION, SEND-ACTIONS, and
18243 RETURN-ACTION and any additional arguments are IGNORED.
18244
18245 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
18246
18247 (autoload 'mh-send-letter "mh-comp" "\
18248 Save draft and send message.
18249
18250 When you are all through editing a message, you send it with this
18251 command. You can give a prefix argument ARG to monitor the first stage
18252 of the delivery; this output can be found in a buffer called \"*MH-E
18253 Mail Delivery*\".
18254
18255 The hook `mh-before-send-letter-hook' is run at the beginning of
18256 this command. For example, if you want to check your spelling in
18257 your message before sending, add the function `ispell-message'.
18258
18259 Unless `mh-insert-auto-fields' had previously been called
18260 manually, the function `mh-insert-auto-fields' is called to
18261 insert fields based upon the recipients. If fields are added, you
18262 are given a chance to see and to confirm these fields before the
18263 message is actually sent. You can do away with this confirmation
18264 by turning off the option `mh-auto-fields-prompt-flag'.
18265
18266 In case the MH \"send\" program is installed under a different name,
18267 use `mh-send-prog' to tell MH-E the name.
18268
18269 The hook `mh-annotate-msg-hook' is run after annotating the
18270 message and scan line.
18271
18272 \(fn &optional ARG)" t nil)
18273
18274 (autoload 'mh-fully-kill-draft "mh-comp" "\
18275 Quit editing and delete draft message.
18276
18277 If for some reason you are not happy with the draft, you can use
18278 this command to kill the draft buffer and delete the draft
18279 message. Use the command \\[kill-buffer] if you don't want to
18280 delete the draft message.
18281
18282 \(fn)" t nil)
18283
18284 ;;;***
18285 \f
18286 ;;;### (autoloads nil "mh-e" "mh-e/mh-e.el" (22230 48822 798219 527000))
18287 ;;; Generated autoloads from mh-e/mh-e.el
18288 (push (purecopy '(mh-e 8 6)) package--builtin-versions)
18289
18290 (put 'mh-progs 'risky-local-variable t)
18291
18292 (put 'mh-lib 'risky-local-variable t)
18293
18294 (put 'mh-lib-progs 'risky-local-variable t)
18295
18296 (autoload 'mh-version "mh-e" "\
18297 Display version information about MH-E and the MH mail handling system.
18298
18299 \(fn)" t nil)
18300
18301 ;;;***
18302 \f
18303 ;;;### (autoloads nil "mh-folder" "mh-e/mh-folder.el" (22230 48822
18304 ;;;;;; 799219 522000))
18305 ;;; Generated autoloads from mh-e/mh-folder.el
18306
18307 (autoload 'mh-rmail "mh-folder" "\
18308 Incorporate new mail with MH.
18309 Scan an MH folder if ARG is non-nil.
18310
18311 This function is an entry point to MH-E, the Emacs interface to
18312 the MH mail system.
18313
18314 \(fn &optional ARG)" t nil)
18315
18316 (autoload 'mh-nmail "mh-folder" "\
18317 Check for new mail in inbox folder.
18318 Scan an MH folder if ARG is non-nil.
18319
18320 This function is an entry point to MH-E, the Emacs interface to
18321 the MH mail system.
18322
18323 \(fn &optional ARG)" t nil)
18324
18325 (autoload 'mh-folder-mode "mh-folder" "\
18326 Major MH-E mode for \"editing\" an MH folder scan listing.\\<mh-folder-mode-map>
18327
18328 You can show the message the cursor is pointing to, and step through
18329 the messages. Messages can be marked for deletion or refiling into
18330 another folder; these commands are executed all at once with a
18331 separate command.
18332
18333 Options that control this mode can be changed with
18334 \\[customize-group]; specify the \"mh\" group. In particular, please
18335 see the `mh-scan-format-file' option if you wish to modify scan's
18336 format.
18337
18338 When a folder is visited, the hook `mh-folder-mode-hook' is run.
18339
18340 Ranges
18341 ======
18342 Many commands that operate on individual messages, such as
18343 `mh-forward' or `mh-refile-msg' take a RANGE argument. This argument
18344 can be used in several ways.
18345
18346 If you provide the prefix argument (\\[universal-argument]) to
18347 these commands, then you will be prompted for the message range.
18348 This can be any valid MH range which can include messages,
18349 sequences, and the abbreviations (described in the mh(1) man
18350 page):
18351
18352 <num1>-<num2>
18353 Indicates all messages in the range <num1> to <num2>, inclusive.
18354 The range must be nonempty.
18355
18356 <num>:N
18357 <num>:+N
18358 <num>:-N
18359 Up to N messages beginning with (or ending with) message num. Num
18360 may be any of the predefined symbols: first, prev, cur, next or
18361 last.
18362
18363 first:N
18364 prev:N
18365 next:N
18366 last:N
18367 The first, previous, next or last messages, if they exist.
18368
18369 all
18370 All of the messages.
18371
18372 For example, a range that shows all of these things is `1 2 3
18373 5-10 last:5 unseen'.
18374
18375 If the option `transient-mark-mode' is set to t and you set a
18376 region in the MH-Folder buffer, then the MH-E command will
18377 perform the operation on all messages in that region.
18378
18379 \\{mh-folder-mode-map}
18380
18381 \(fn)" t nil)
18382
18383 ;;;***
18384 \f
18385 ;;;### (autoloads nil "midnight" "midnight.el" (22230 48822 802219
18386 ;;;;;; 509000))
18387 ;;; Generated autoloads from midnight.el
18388
18389 (defvar midnight-mode nil "\
18390 Non-nil if Midnight mode is enabled.
18391 See the command `midnight-mode' for a description of this minor mode.
18392 Setting this variable directly does not take effect;
18393 either customize it (see the info node `Easy Customization')
18394 or call the function `midnight-mode'.")
18395
18396 (custom-autoload 'midnight-mode "midnight" nil)
18397
18398 (autoload 'midnight-mode "midnight" "\
18399 Non-nil means run `midnight-hook' at midnight.
18400
18401 \(fn &optional ARG)" t nil)
18402
18403 (autoload 'clean-buffer-list "midnight" "\
18404 Kill old buffers that have not been displayed recently.
18405 The relevant variables are `clean-buffer-list-delay-general',
18406 `clean-buffer-list-delay-special', `clean-buffer-list-kill-buffer-names',
18407 `clean-buffer-list-kill-never-buffer-names',
18408 `clean-buffer-list-kill-regexps' and
18409 `clean-buffer-list-kill-never-regexps'.
18410 While processing buffers, this procedure displays messages containing
18411 the current date/time, buffer name, how many seconds ago it was
18412 displayed (can be nil if the buffer was never displayed) and its
18413 lifetime, i.e., its \"age\" when it will be purged.
18414
18415 \(fn)" t nil)
18416
18417 (autoload 'midnight-delay-set "midnight" "\
18418 Modify `midnight-timer' according to `midnight-delay'.
18419 Sets the first argument SYMB (which must be symbol `midnight-delay')
18420 to its second argument TM.
18421
18422 \(fn SYMB TM)" nil nil)
18423
18424 ;;;***
18425 \f
18426 ;;;### (autoloads nil "minibuf-eldef" "minibuf-eldef.el" (22230 48822
18427 ;;;;;; 802219 509000))
18428 ;;; Generated autoloads from minibuf-eldef.el
18429
18430 (defvar minibuffer-electric-default-mode nil "\
18431 Non-nil if Minibuffer-Electric-Default mode is enabled.
18432 See the command `minibuffer-electric-default-mode' for a description of this minor mode.
18433 Setting this variable directly does not take effect;
18434 either customize it (see the info node `Easy Customization')
18435 or call the function `minibuffer-electric-default-mode'.")
18436
18437 (custom-autoload 'minibuffer-electric-default-mode "minibuf-eldef" nil)
18438
18439 (autoload 'minibuffer-electric-default-mode "minibuf-eldef" "\
18440 Toggle Minibuffer Electric Default mode.
18441 With a prefix argument ARG, enable Minibuffer Electric Default
18442 mode if ARG is positive, and disable it otherwise. If called
18443 from Lisp, enable the mode if ARG is omitted or nil.
18444
18445 Minibuffer Electric Default mode is a global minor mode. When
18446 enabled, minibuffer prompts that show a default value only show
18447 the default when it's applicable -- that is, when hitting RET
18448 would yield the default value. If the user modifies the input
18449 such that hitting RET would enter a non-default value, the prompt
18450 is modified to remove the default indication.
18451
18452 \(fn &optional ARG)" t nil)
18453
18454 ;;;***
18455 \f
18456 ;;;### (autoloads nil "misc" "misc.el" (22230 48822 803219 504000))
18457 ;;; Generated autoloads from misc.el
18458
18459 (autoload 'butterfly "misc" "\
18460 Use butterflies to flip the desired bit on the drive platter.
18461 Open hands and let the delicate wings flap once. The disturbance
18462 ripples outward, changing the flow of the eddy currents in the
18463 upper atmosphere. These cause momentary pockets of higher-pressure
18464 air to form, which act as lenses that deflect incoming cosmic rays,
18465 focusing them to strike the drive platter and flip the desired bit.
18466 You can type `M-x butterfly C-M-c' to run it. This is a permuted
18467 variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'.
18468
18469 \(fn)" t nil)
18470
18471 (autoload 'list-dynamic-libraries "misc" "\
18472 Display a list of all dynamic libraries known to Emacs.
18473 \(These are the libraries listed in `dynamic-library-alist'.)
18474 If optional argument LOADED-ONLY-P (interactively, prefix arg)
18475 is non-nil, only libraries already loaded are listed.
18476 Optional argument BUFFER specifies a buffer to use, instead of
18477 \"*Dynamic Libraries*\".
18478 The return value is always nil.
18479
18480 \(fn &optional LOADED-ONLY-P BUFFER)" t nil)
18481
18482 ;;;***
18483 \f
18484 ;;;### (autoloads nil "misearch" "misearch.el" (22230 48822 803219
18485 ;;;;;; 504000))
18486 ;;; Generated autoloads from misearch.el
18487 (add-hook 'isearch-mode-hook 'multi-isearch-setup)
18488
18489 (defvar multi-isearch-next-buffer-function nil "\
18490 Function to call to get the next buffer to search.
18491
18492 When this variable is set to a function that returns a buffer, then
18493 after typing another \\[isearch-forward] or \\[isearch-backward] at a failing search, the search goes
18494 to the next buffer in the series and continues searching for the
18495 next occurrence.
18496
18497 This function should return the next buffer (it doesn't need to switch
18498 to it), or nil if it can't find the next buffer (when it reaches the
18499 end of the search space).
18500
18501 The first argument of this function is the current buffer where the
18502 search is currently searching. It defines the base buffer relative to
18503 which this function should find the next buffer. When the isearch
18504 direction is backward (when option `isearch-forward' is nil), this function
18505 should return the previous buffer to search.
18506
18507 If the second argument of this function WRAP is non-nil, then it
18508 should return the first buffer in the series; and for the backward
18509 search, it should return the last buffer in the series.")
18510
18511 (defvar multi-isearch-next-buffer-current-function nil "\
18512 The currently active function to get the next buffer to search.
18513 Initialized from `multi-isearch-next-buffer-function' when
18514 Isearch starts.")
18515
18516 (defvar multi-isearch-current-buffer nil "\
18517 The buffer where the search is currently searching.
18518 The value is nil when the search still is in the initial buffer.")
18519
18520 (defvar multi-isearch-buffer-list nil "\
18521 Sequence of buffers visited by multiple buffers Isearch.
18522 This is nil if Isearch is not currently searching more than one buffer.")
18523
18524 (defvar multi-isearch-file-list nil "\
18525 Sequence of files visited by multiple file buffers Isearch.")
18526
18527 (autoload 'multi-isearch-setup "misearch" "\
18528 Set up isearch to search multiple buffers.
18529 Intended to be added to `isearch-mode-hook'.
18530
18531 \(fn)" nil nil)
18532
18533 (autoload 'multi-isearch-buffers "misearch" "\
18534 Start multi-buffer Isearch on a list of BUFFERS.
18535 This list can contain live buffers or their names.
18536 Interactively read buffer names to search, one by one, ended with RET.
18537 With a prefix argument, ask for a regexp, and search in buffers
18538 whose names match the specified regexp.
18539
18540 \(fn BUFFERS)" t nil)
18541
18542 (autoload 'multi-isearch-buffers-regexp "misearch" "\
18543 Start multi-buffer regexp Isearch on a list of BUFFERS.
18544 This list can contain live buffers or their names.
18545 Interactively read buffer names to search, one by one, ended with RET.
18546 With a prefix argument, ask for a regexp, and search in buffers
18547 whose names match the specified regexp.
18548
18549 \(fn BUFFERS)" t nil)
18550
18551 (autoload 'multi-isearch-files "misearch" "\
18552 Start multi-buffer Isearch on a list of FILES.
18553 Relative file names in this list are expanded to absolute
18554 file names using the current buffer's value of `default-directory'.
18555 Interactively read file names to search, one by one, ended with RET.
18556 With a prefix argument, ask for a wildcard, and search in file buffers
18557 whose file names match the specified wildcard.
18558
18559 \(fn FILES)" t nil)
18560
18561 (autoload 'multi-isearch-files-regexp "misearch" "\
18562 Start multi-buffer regexp Isearch on a list of FILES.
18563 Relative file names in this list are expanded to absolute
18564 file names using the current buffer's value of `default-directory'.
18565 Interactively read file names to search, one by one, ended with RET.
18566 With a prefix argument, ask for a wildcard, and search in file buffers
18567 whose file names match the specified wildcard.
18568
18569 \(fn FILES)" t nil)
18570
18571 ;;;***
18572 \f
18573 ;;;### (autoloads nil "mixal-mode" "progmodes/mixal-mode.el" (22230
18574 ;;;;;; 48822 887219 125000))
18575 ;;; Generated autoloads from progmodes/mixal-mode.el
18576 (push (purecopy '(mixal-mode 0 1)) package--builtin-versions)
18577
18578 (autoload 'mixal-mode "mixal-mode" "\
18579 Major mode for the mixal asm language.
18580
18581 \(fn)" t nil)
18582
18583 ;;;***
18584 \f
18585 ;;;### (autoloads nil "mm-encode" "gnus/mm-encode.el" (22230 48822
18586 ;;;;;; 745219 766000))
18587 ;;; Generated autoloads from gnus/mm-encode.el
18588
18589 (autoload 'mm-default-file-encoding "mm-encode" "\
18590 Return a default encoding for FILE.
18591
18592 \(fn FILE)" nil nil)
18593
18594 ;;;***
18595 \f
18596 ;;;### (autoloads nil "mm-extern" "gnus/mm-extern.el" (22230 48822
18597 ;;;;;; 745219 766000))
18598 ;;; Generated autoloads from gnus/mm-extern.el
18599
18600 (autoload 'mm-extern-cache-contents "mm-extern" "\
18601 Put the external-body part of HANDLE into its cache.
18602
18603 \(fn HANDLE)" nil nil)
18604
18605 (autoload 'mm-inline-external-body "mm-extern" "\
18606 Show the external-body part of HANDLE.
18607 This function replaces the buffer of HANDLE with a buffer contains
18608 the entire message.
18609 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18610
18611 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18612
18613 ;;;***
18614 \f
18615 ;;;### (autoloads nil "mm-partial" "gnus/mm-partial.el" (22230 48822
18616 ;;;;;; 745219 766000))
18617 ;;; Generated autoloads from gnus/mm-partial.el
18618
18619 (autoload 'mm-inline-partial "mm-partial" "\
18620 Show the partial part of HANDLE.
18621 This function replaces the buffer of HANDLE with a buffer contains
18622 the entire message.
18623 If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing.
18624
18625 \(fn HANDLE &optional NO-DISPLAY)" nil nil)
18626
18627 ;;;***
18628 \f
18629 ;;;### (autoloads nil "mm-url" "gnus/mm-url.el" (22230 48822 745219
18630 ;;;;;; 766000))
18631 ;;; Generated autoloads from gnus/mm-url.el
18632
18633 (autoload 'mm-url-insert-file-contents "mm-url" "\
18634 Insert file contents of URL.
18635 If `mm-url-use-external' is non-nil, use `mm-url-program'.
18636
18637 \(fn URL)" nil nil)
18638
18639 (autoload 'mm-url-insert-file-contents-external "mm-url" "\
18640 Insert file contents of URL using `mm-url-program'.
18641
18642 \(fn URL)" nil nil)
18643
18644 ;;;***
18645 \f
18646 ;;;### (autoloads nil "mm-uu" "gnus/mm-uu.el" (22230 48822 745219
18647 ;;;;;; 766000))
18648 ;;; Generated autoloads from gnus/mm-uu.el
18649
18650 (autoload 'mm-uu-dissect "mm-uu" "\
18651 Dissect the current buffer and return a list of uu handles.
18652 The optional NOHEADER means there's no header in the buffer.
18653 MIME-TYPE specifies a MIME type and parameters, which defaults to the
18654 value of `mm-uu-text-plain-type'.
18655
18656 \(fn &optional NOHEADER MIME-TYPE)" nil nil)
18657
18658 (autoload 'mm-uu-dissect-text-parts "mm-uu" "\
18659 Dissect text parts and put uu handles into HANDLE.
18660 Assume text has been decoded if DECODED is non-nil.
18661
18662 \(fn HANDLE &optional DECODED)" nil nil)
18663
18664 ;;;***
18665 \f
18666 ;;;### (autoloads nil "mml" "gnus/mml.el" (22230 48822 746219 762000))
18667 ;;; Generated autoloads from gnus/mml.el
18668
18669 (autoload 'mml-to-mime "mml" "\
18670 Translate the current buffer from MML to MIME.
18671
18672 \(fn)" nil nil)
18673
18674 (autoload 'mml-attach-file "mml" "\
18675 Attach a file to the outgoing MIME message.
18676 The file is not inserted or encoded until you send the message with
18677 `\\[message-send-and-exit]' or `\\[message-send]' in Message mode,
18678 or `\\[mail-send-and-exit]' or `\\[mail-send]' in Mail mode.
18679
18680 FILE is the name of the file to attach. TYPE is its
18681 content-type, a string of the form \"type/subtype\". DESCRIPTION
18682 is a one-line description of the attachment. The DISPOSITION
18683 specifies how the attachment is intended to be displayed. It can
18684 be either \"inline\" (displayed automatically within the message
18685 body) or \"attachment\" (separate from the body).
18686
18687 \(fn FILE &optional TYPE DESCRIPTION DISPOSITION)" t nil)
18688
18689 ;;;***
18690 \f
18691 ;;;### (autoloads nil "mml1991" "gnus/mml1991.el" (22230 48822 746219
18692 ;;;;;; 762000))
18693 ;;; Generated autoloads from gnus/mml1991.el
18694
18695 (autoload 'mml1991-encrypt "mml1991" "\
18696
18697
18698 \(fn CONT &optional SIGN)" nil nil)
18699
18700 (autoload 'mml1991-sign "mml1991" "\
18701
18702
18703 \(fn CONT)" nil nil)
18704
18705 ;;;***
18706 \f
18707 ;;;### (autoloads nil "mml2015" "gnus/mml2015.el" (22230 48822 746219
18708 ;;;;;; 762000))
18709 ;;; Generated autoloads from gnus/mml2015.el
18710
18711 (autoload 'mml2015-decrypt "mml2015" "\
18712
18713
18714 \(fn HANDLE CTL)" nil nil)
18715
18716 (autoload 'mml2015-decrypt-test "mml2015" "\
18717
18718
18719 \(fn HANDLE CTL)" nil nil)
18720
18721 (autoload 'mml2015-verify "mml2015" "\
18722
18723
18724 \(fn HANDLE CTL)" nil nil)
18725
18726 (autoload 'mml2015-verify-test "mml2015" "\
18727
18728
18729 \(fn HANDLE CTL)" nil nil)
18730
18731 (autoload 'mml2015-encrypt "mml2015" "\
18732
18733
18734 \(fn CONT &optional SIGN)" nil nil)
18735
18736 (autoload 'mml2015-sign "mml2015" "\
18737
18738
18739 \(fn CONT)" nil nil)
18740
18741 (autoload 'mml2015-self-encrypt "mml2015" "\
18742
18743
18744 \(fn)" nil nil)
18745
18746 ;;;***
18747 \f
18748 ;;;### (autoloads nil "mode-local" "cedet/mode-local.el" (22230 48822
18749 ;;;;;; 660220 150000))
18750 ;;; Generated autoloads from cedet/mode-local.el
18751
18752 (put 'define-overloadable-function 'doc-string-elt 3)
18753
18754 ;;;***
18755 \f
18756 ;;;### (autoloads nil "modula2" "progmodes/modula2.el" (22230 48822
18757 ;;;;;; 887219 125000))
18758 ;;; Generated autoloads from progmodes/modula2.el
18759
18760 (defalias 'modula-2-mode 'm2-mode)
18761
18762 (autoload 'm2-mode "modula2" "\
18763 This is a mode intended to support program development in Modula-2.
18764 All control constructs of Modula-2 can be reached by typing C-c
18765 followed by the first character of the construct.
18766 \\<m2-mode-map>
18767 \\[m2-begin] begin \\[m2-case] case
18768 \\[m2-definition] definition \\[m2-else] else
18769 \\[m2-for] for \\[m2-header] header
18770 \\[m2-if] if \\[m2-module] module
18771 \\[m2-loop] loop \\[m2-or] or
18772 \\[m2-procedure] procedure Control-c Control-w with
18773 \\[m2-record] record \\[m2-stdio] stdio
18774 \\[m2-type] type \\[m2-until] until
18775 \\[m2-var] var \\[m2-while] while
18776 \\[m2-export] export \\[m2-import] import
18777 \\[m2-begin-comment] begin-comment \\[m2-end-comment] end-comment
18778 \\[suspend-emacs] suspend Emacs \\[m2-toggle] toggle
18779 \\[m2-compile] compile \\[m2-next-error] next-error
18780 \\[m2-link] link
18781
18782 `m2-indent' controls the number of spaces for each indentation.
18783 `m2-compile-command' holds the command to compile a Modula-2 program.
18784 `m2-link-command' holds the command to link a Modula-2 program.
18785
18786 \(fn)" t nil)
18787
18788 ;;;***
18789 \f
18790 ;;;### (autoloads nil "morse" "play/morse.el" (22230 48822 861219
18791 ;;;;;; 243000))
18792 ;;; Generated autoloads from play/morse.el
18793
18794 (autoload 'morse-region "morse" "\
18795 Convert all text in a given region to morse code.
18796
18797 \(fn BEG END)" t nil)
18798
18799 (autoload 'unmorse-region "morse" "\
18800 Convert morse coded text in region to ordinary ASCII text.
18801
18802 \(fn BEG END)" t nil)
18803
18804 (autoload 'nato-region "morse" "\
18805 Convert all text in a given region to NATO phonetic alphabet.
18806
18807 \(fn BEG END)" t nil)
18808
18809 (autoload 'denato-region "morse" "\
18810 Convert NATO phonetic alphabet in region to ordinary ASCII text.
18811
18812 \(fn BEG END)" t nil)
18813
18814 ;;;***
18815 \f
18816 ;;;### (autoloads nil "mouse-drag" "mouse-drag.el" (22230 48822 803219
18817 ;;;;;; 504000))
18818 ;;; Generated autoloads from mouse-drag.el
18819
18820 (autoload 'mouse-drag-throw "mouse-drag" "\
18821 \"Throw\" the page according to a mouse drag.
18822
18823 A \"throw\" is scrolling the page at a speed relative to the distance
18824 from the original mouse click to the current mouse location. Try it;
18825 you'll like it. It's easier to observe than to explain.
18826
18827 If the mouse is clicked and released in the same place of time we
18828 assume that the user didn't want to scroll but wanted to whatever
18829 mouse-2 used to do, so we pass it through.
18830
18831 Throw scrolling was inspired (but is not identical to) the \"hand\"
18832 option in MacPaint, or the middle button in Tk text widgets.
18833
18834 If `mouse-throw-with-scroll-bar' is non-nil, then this command scrolls
18835 in the opposite direction. (Different people have different ideas
18836 about which direction is natural. Perhaps it has to do with which
18837 hemisphere you're in.)
18838
18839 To test this function, evaluate:
18840 (global-set-key [down-mouse-2] \\='mouse-drag-throw)
18841
18842 \(fn START-EVENT)" t nil)
18843
18844 (autoload 'mouse-drag-drag "mouse-drag" "\
18845 \"Drag\" the page according to a mouse drag.
18846
18847 Drag scrolling moves the page according to the movement of the mouse.
18848 You \"grab\" the character under the mouse and move it around.
18849
18850 If the mouse is clicked and released in the same place of time we
18851 assume that the user didn't want to scroll but wanted to whatever
18852 mouse-2 used to do, so we pass it through.
18853
18854 Drag scrolling is identical to the \"hand\" option in MacPaint, or the
18855 middle button in Tk text widgets.
18856
18857 To test this function, evaluate:
18858 (global-set-key [down-mouse-2] \\='mouse-drag-drag)
18859
18860 \(fn START-EVENT)" t nil)
18861
18862 ;;;***
18863 \f
18864 ;;;### (autoloads nil "mpc" "mpc.el" (22230 48822 804219 500000))
18865 ;;; Generated autoloads from mpc.el
18866
18867 (autoload 'mpc "mpc" "\
18868 Main entry point for MPC.
18869
18870 \(fn)" t nil)
18871
18872 ;;;***
18873 \f
18874 ;;;### (autoloads nil "mpuz" "play/mpuz.el" (22230 48822 861219 243000))
18875 ;;; Generated autoloads from play/mpuz.el
18876
18877 (autoload 'mpuz "mpuz" "\
18878 Multiplication puzzle with GNU Emacs.
18879
18880 \(fn)" t nil)
18881
18882 ;;;***
18883 \f
18884 ;;;### (autoloads nil "msb" "msb.el" (22230 48822 804219 500000))
18885 ;;; Generated autoloads from msb.el
18886
18887 (defvar msb-mode nil "\
18888 Non-nil if Msb mode is enabled.
18889 See the command `msb-mode' for a description of this minor mode.
18890 Setting this variable directly does not take effect;
18891 either customize it (see the info node `Easy Customization')
18892 or call the function `msb-mode'.")
18893
18894 (custom-autoload 'msb-mode "msb" nil)
18895
18896 (autoload 'msb-mode "msb" "\
18897 Toggle Msb mode.
18898 With a prefix argument ARG, enable Msb mode if ARG is positive,
18899 and disable it otherwise. If called from Lisp, enable the mode
18900 if ARG is omitted or nil.
18901
18902 This mode overrides the binding(s) of `mouse-buffer-menu' to provide a
18903 different buffer menu using the function `msb'.
18904
18905 \(fn &optional ARG)" t nil)
18906
18907 ;;;***
18908 \f
18909 ;;;### (autoloads nil "mule-diag" "international/mule-diag.el" (22230
18910 ;;;;;; 48822 765219 676000))
18911 ;;; Generated autoloads from international/mule-diag.el
18912
18913 (autoload 'list-character-sets "mule-diag" "\
18914 Display a list of all character sets.
18915
18916 The D column contains the dimension of this character set. The CH
18917 column contains the number of characters in a block of this character
18918 set. The FINAL-BYTE column contains an ISO-2022 <final-byte> to use
18919 in the designation escape sequence for this character set in
18920 ISO-2022-based coding systems.
18921
18922 With prefix ARG, the output format gets more cryptic,
18923 but still shows the full information.
18924
18925 \(fn ARG)" t nil)
18926
18927 (autoload 'read-charset "mule-diag" "\
18928 Read a character set from the minibuffer, prompting with string PROMPT.
18929 It must be an Emacs character set listed in the variable `charset-list'.
18930
18931 Optional arguments are DEFAULT-VALUE and INITIAL-INPUT.
18932 DEFAULT-VALUE, if non-nil, is the default value.
18933 INITIAL-INPUT, if non-nil, is a string inserted in the minibuffer initially.
18934 See the documentation of the function `completing-read' for the detailed
18935 meanings of these arguments.
18936
18937 \(fn PROMPT &optional DEFAULT-VALUE INITIAL-INPUT)" nil nil)
18938
18939 (autoload 'list-charset-chars "mule-diag" "\
18940 Display a list of characters in character set CHARSET.
18941
18942 \(fn CHARSET)" t nil)
18943
18944 (autoload 'describe-character-set "mule-diag" "\
18945 Display information about built-in character set CHARSET.
18946
18947 \(fn CHARSET)" t nil)
18948
18949 (autoload 'describe-coding-system "mule-diag" "\
18950 Display information about CODING-SYSTEM.
18951
18952 \(fn CODING-SYSTEM)" t nil)
18953
18954 (autoload 'describe-current-coding-system-briefly "mule-diag" "\
18955 Display coding systems currently used in a brief format in echo area.
18956
18957 The format is \"F[..],K[..],T[..],P>[..],P<[..], default F[..],P<[..],P<[..]\",
18958 where mnemonics of the following coding systems come in this order
18959 in place of `..':
18960 `buffer-file-coding-system' (of the current buffer)
18961 eol-type of `buffer-file-coding-system' (of the current buffer)
18962 Value returned by `keyboard-coding-system'
18963 eol-type of `keyboard-coding-system'
18964 Value returned by `terminal-coding-system'.
18965 eol-type of `terminal-coding-system'
18966 `process-coding-system' for read (of the current buffer, if any)
18967 eol-type of `process-coding-system' for read (of the current buffer, if any)
18968 `process-coding-system' for write (of the current buffer, if any)
18969 eol-type of `process-coding-system' for write (of the current buffer, if any)
18970 default `buffer-file-coding-system'
18971 eol-type of default `buffer-file-coding-system'
18972 `default-process-coding-system' for read
18973 eol-type of `default-process-coding-system' for read
18974 `default-process-coding-system' for write
18975 eol-type of `default-process-coding-system'
18976
18977 \(fn)" t nil)
18978
18979 (autoload 'describe-current-coding-system "mule-diag" "\
18980 Display coding systems currently used, in detail.
18981
18982 \(fn)" t nil)
18983
18984 (autoload 'list-coding-systems "mule-diag" "\
18985 Display a list of all coding systems.
18986 This shows the mnemonic letter, name, and description of each coding system.
18987
18988 With prefix ARG, the output format gets more cryptic,
18989 but still contains full information about each coding system.
18990
18991 \(fn &optional ARG)" t nil)
18992
18993 (autoload 'list-coding-categories "mule-diag" "\
18994 Display a list of all coding categories.
18995
18996 \(fn)" nil nil)
18997
18998 (autoload 'describe-font "mule-diag" "\
18999 Display information about a font whose name is FONTNAME.
19000 The font must be already used by Emacs.
19001
19002 \(fn FONTNAME)" t nil)
19003
19004 (autoload 'describe-fontset "mule-diag" "\
19005 Display information about FONTSET.
19006 This shows which font is used for which character(s).
19007
19008 \(fn FONTSET)" t nil)
19009
19010 (autoload 'list-fontsets "mule-diag" "\
19011 Display a list of all fontsets.
19012 This shows the name, size, and style of each fontset.
19013 With prefix arg, also list the fonts contained in each fontset;
19014 see the function `describe-fontset' for the format of the list.
19015
19016 \(fn ARG)" t nil)
19017
19018 (autoload 'list-input-methods "mule-diag" "\
19019 Display information about all input methods.
19020
19021 \(fn)" t nil)
19022
19023 (autoload 'mule-diag "mule-diag" "\
19024 Display diagnosis of the multilingual environment (Mule).
19025
19026 This shows various information related to the current multilingual
19027 environment, including lists of input methods, coding systems,
19028 character sets, and fontsets (if Emacs is running under a window
19029 system which uses fontsets).
19030
19031 \(fn)" t nil)
19032
19033 (autoload 'font-show-log "mule-diag" "\
19034 Show log of font listing and opening.
19035 Prefix arg LIMIT says how many fonts to show for each listing.
19036 The default is 20. If LIMIT is negative, do not limit the listing.
19037
19038 \(fn &optional LIMIT)" t nil)
19039
19040 ;;;***
19041 \f
19042 ;;;### (autoloads nil "mule-util" "international/mule-util.el" (22230
19043 ;;;;;; 48822 766219 671000))
19044 ;;; Generated autoloads from international/mule-util.el
19045
19046 (defsubst string-to-list (string) "\
19047 Return a list of characters in STRING." (append string nil))
19048
19049 (defsubst string-to-vector (string) "\
19050 Return a vector of characters in STRING." (vconcat string))
19051
19052 (autoload 'store-substring "mule-util" "\
19053 Embed OBJ (string or character) at index IDX of STRING.
19054
19055 \(fn STRING IDX OBJ)" nil nil)
19056
19057 (autoload 'truncate-string-to-width "mule-util" "\
19058 Truncate string STR to end at column END-COLUMN.
19059 The optional 3rd arg START-COLUMN, if non-nil, specifies the starting
19060 column; that means to return the characters occupying columns
19061 START-COLUMN ... END-COLUMN of STR. Both END-COLUMN and START-COLUMN
19062 are specified in terms of character display width in the current
19063 buffer; see also `char-width'.
19064
19065 The optional 4th arg PADDING, if non-nil, specifies a padding
19066 character (which should have a display width of 1) to add at the end
19067 of the result if STR doesn't reach column END-COLUMN, or if END-COLUMN
19068 comes in the middle of a character in STR. PADDING is also added at
19069 the beginning of the result if column START-COLUMN appears in the
19070 middle of a character in STR.
19071
19072 If PADDING is nil, no padding is added in these cases, so
19073 the resulting string may be narrower than END-COLUMN.
19074
19075 If ELLIPSIS is non-nil, it should be a string which will replace the
19076 end of STR (including any padding) if it extends beyond END-COLUMN,
19077 unless the display width of STR is equal to or less than the display
19078 width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
19079 defaults to `truncate-string-ellipsis'.
19080
19081 \(fn STR END-COLUMN &optional START-COLUMN PADDING ELLIPSIS)" nil nil)
19082
19083 (defsubst nested-alist-p (obj) "\
19084 Return t if OBJ is a nested alist.
19085
19086 Nested alist is a list of the form (ENTRY . BRANCHES), where ENTRY is
19087 any Lisp object, and BRANCHES is a list of cons cells of the form
19088 \(KEY-ELEMENT . NESTED-ALIST).
19089
19090 You can use a nested alist to store any Lisp object (ENTRY) for a key
19091 sequence KEYSEQ, where KEYSEQ is a sequence of KEY-ELEMENT. KEYSEQ
19092 can be a string, a vector, or a list." (and obj (listp obj) (listp (cdr obj))))
19093
19094 (autoload 'set-nested-alist "mule-util" "\
19095 Set ENTRY for KEYSEQ in a nested alist ALIST.
19096 Optional 4th arg LEN non-nil means the first LEN elements in KEYSEQ
19097 are considered.
19098 Optional 5th argument BRANCHES if non-nil is branches for a keyseq
19099 longer than KEYSEQ.
19100 See the documentation of `nested-alist-p' for more detail.
19101
19102 \(fn KEYSEQ ENTRY ALIST &optional LEN BRANCHES)" nil nil)
19103
19104 (autoload 'lookup-nested-alist "mule-util" "\
19105 Look up key sequence KEYSEQ in nested alist ALIST. Return the definition.
19106 Optional 3rd argument LEN specifies the length of KEYSEQ.
19107 Optional 4th argument START specifies index of the starting key.
19108 The returned value is normally a nested alist of which
19109 car part is the entry for KEYSEQ.
19110 If ALIST is not deep enough for KEYSEQ, return number which is
19111 how many key elements at the front of KEYSEQ it takes
19112 to reach a leaf in ALIST.
19113 Optional 5th argument NIL-FOR-TOO-LONG non-nil means return nil
19114 even if ALIST is not deep enough.
19115
19116 \(fn KEYSEQ ALIST &optional LEN START NIL-FOR-TOO-LONG)" nil nil)
19117
19118 (autoload 'coding-system-post-read-conversion "mule-util" "\
19119 Return the value of CODING-SYSTEM's `post-read-conversion' property.
19120
19121 \(fn CODING-SYSTEM)" nil nil)
19122
19123 (autoload 'coding-system-pre-write-conversion "mule-util" "\
19124 Return the value of CODING-SYSTEM's `pre-write-conversion' property.
19125
19126 \(fn CODING-SYSTEM)" nil nil)
19127
19128 (autoload 'coding-system-translation-table-for-decode "mule-util" "\
19129 Return the value of CODING-SYSTEM's `decode-translation-table' property.
19130
19131 \(fn CODING-SYSTEM)" nil nil)
19132
19133 (autoload 'coding-system-translation-table-for-encode "mule-util" "\
19134 Return the value of CODING-SYSTEM's `encode-translation-table' property.
19135
19136 \(fn CODING-SYSTEM)" nil nil)
19137
19138 (autoload 'with-coding-priority "mule-util" "\
19139 Execute BODY like `progn' with CODING-SYSTEMS at the front of priority list.
19140 CODING-SYSTEMS is a list of coding systems. See `set-coding-system-priority'.
19141 This affects the implicit sorting of lists of coding systems returned by
19142 operations such as `find-coding-systems-region'.
19143
19144 \(fn CODING-SYSTEMS &rest BODY)" nil t)
19145 (put 'with-coding-priority 'lisp-indent-function 1)
19146
19147 (autoload 'detect-coding-with-priority "mule-util" "\
19148 Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
19149 PRIORITY-LIST is an alist of coding categories vs the corresponding
19150 coding systems ordered by priority.
19151
19152 \(fn FROM TO PRIORITY-LIST)" nil t)
19153
19154 (make-obsolete 'detect-coding-with-priority 'with-coding-priority '"23.1")
19155
19156 (autoload 'detect-coding-with-language-environment "mule-util" "\
19157 Detect a coding system for the text between FROM and TO with LANG-ENV.
19158 The detection takes into account the coding system priorities for the
19159 language environment LANG-ENV.
19160
19161 \(fn FROM TO LANG-ENV)" nil nil)
19162
19163 (autoload 'char-displayable-p "mule-util" "\
19164 Return non-nil if we should be able to display CHAR.
19165 On a multi-font display, the test is only whether there is an
19166 appropriate font from the selected frame's fontset to display
19167 CHAR's charset in general. Since fonts may be specified on a
19168 per-character basis, this may not be accurate.
19169
19170 \(fn CHAR)" nil nil)
19171
19172 (autoload 'filepos-to-bufferpos "mule-util" "\
19173 Try to return the buffer position corresponding to a particular file position.
19174 The file position is given as a (0-based) BYTE count.
19175 The function presumes the file is encoded with CODING-SYSTEM, which defaults
19176 to `buffer-file-coding-system'.
19177 QUALITY can be:
19178 `approximate', in which case we may cut some corners to avoid
19179 excessive work.
19180 `exact', in which case we may end up re-(en/de)coding a large
19181 part of the file/buffer.
19182 nil, in which case we may return nil rather than an approximation.
19183
19184 \(fn BYTE &optional QUALITY CODING-SYSTEM)" nil nil)
19185
19186 (autoload 'bufferpos-to-filepos "mule-util" "\
19187 Try to return the file byte corresponding to a particular buffer POSITION.
19188 Value is the file position given as a (0-based) byte count.
19189 The function presumes the file is encoded with CODING-SYSTEM, which defaults
19190 to `buffer-file-coding-system'.
19191 QUALITY can be:
19192 `approximate', in which case we may cut some corners to avoid
19193 excessive work.
19194 `exact', in which case we may end up re-(en/de)coding a large
19195 part of the file/buffer.
19196 nil, in which case we may return nil rather than an approximation.
19197
19198 \(fn POSITION &optional QUALITY CODING-SYSTEM)" nil nil)
19199
19200 ;;;***
19201 \f
19202 ;;;### (autoloads nil "net-utils" "net/net-utils.el" (22230 48822
19203 ;;;;;; 809219 477000))
19204 ;;; Generated autoloads from net/net-utils.el
19205
19206 (autoload 'ifconfig "net-utils" "\
19207 Run ifconfig and display diagnostic output.
19208
19209 \(fn)" t nil)
19210
19211 (autoload 'iwconfig "net-utils" "\
19212 Run iwconfig and display diagnostic output.
19213
19214 \(fn)" t nil)
19215
19216 (autoload 'netstat "net-utils" "\
19217 Run netstat and display diagnostic output.
19218
19219 \(fn)" t nil)
19220
19221 (autoload 'arp "net-utils" "\
19222 Run arp and display diagnostic output.
19223
19224 \(fn)" t nil)
19225
19226 (autoload 'route "net-utils" "\
19227 Run route and display diagnostic output.
19228
19229 \(fn)" t nil)
19230
19231 (autoload 'traceroute "net-utils" "\
19232 Run traceroute program for TARGET.
19233
19234 \(fn TARGET)" t nil)
19235
19236 (autoload 'ping "net-utils" "\
19237 Ping HOST.
19238 If your system's ping continues until interrupted, you can try setting
19239 `ping-program-options'.
19240
19241 \(fn HOST)" t nil)
19242
19243 (autoload 'nslookup-host "net-utils" "\
19244 Lookup the DNS information for HOST.
19245
19246 \(fn HOST)" t nil)
19247
19248 (autoload 'nslookup "net-utils" "\
19249 Run nslookup program.
19250
19251 \(fn)" t nil)
19252
19253 (autoload 'dns-lookup-host "net-utils" "\
19254 Lookup the DNS information for HOST (name or IP address).
19255
19256 \(fn HOST)" t nil)
19257
19258 (autoload 'run-dig "net-utils" "\
19259 Run dig program.
19260
19261 \(fn HOST)" t nil)
19262
19263 (autoload 'ftp "net-utils" "\
19264 Run ftp program.
19265
19266 \(fn HOST)" t nil)
19267
19268 (autoload 'finger "net-utils" "\
19269 Finger USER on HOST.
19270
19271 \(fn USER HOST)" t nil)
19272
19273 (autoload 'whois "net-utils" "\
19274 Send SEARCH-STRING to server defined by the `whois-server-name' variable.
19275 If `whois-guess-server' is non-nil, then try to deduce the correct server
19276 from SEARCH-STRING. With argument, prompt for whois server.
19277
19278 \(fn ARG SEARCH-STRING)" t nil)
19279
19280 (autoload 'whois-reverse-lookup "net-utils" "\
19281
19282
19283 \(fn)" t nil)
19284
19285 (autoload 'network-connection-to-service "net-utils" "\
19286 Open a network connection to SERVICE on HOST.
19287
19288 \(fn HOST SERVICE)" t nil)
19289
19290 (autoload 'network-connection "net-utils" "\
19291 Open a network connection to HOST on PORT.
19292
19293 \(fn HOST PORT)" t nil)
19294
19295 ;;;***
19296 \f
19297 ;;;### (autoloads nil "netrc" "net/netrc.el" (22230 48822 809219
19298 ;;;;;; 477000))
19299 ;;; Generated autoloads from net/netrc.el
19300
19301 (autoload 'netrc-credentials "netrc" "\
19302 Return a user name/password pair.
19303 Port specifications will be prioritized in the order they are
19304 listed in the PORTS list.
19305
19306 \(fn MACHINE &rest PORTS)" nil nil)
19307
19308 ;;;***
19309 \f
19310 ;;;### (autoloads nil "network-stream" "net/network-stream.el" (22230
19311 ;;;;;; 48822 809219 477000))
19312 ;;; Generated autoloads from net/network-stream.el
19313
19314 (autoload 'open-network-stream "network-stream" "\
19315 Open a TCP connection to HOST, optionally with encryption.
19316 Normally, return a network process object; with a non-nil
19317 :return-list parameter, return a list instead (see below).
19318 Input and output work as for subprocesses; `delete-process'
19319 closes it.
19320
19321 NAME is the name for the process. It is modified if necessary to
19322 make it unique.
19323 BUFFER is a buffer or buffer name to associate with the process.
19324 Process output goes at end of that buffer. BUFFER may be nil,
19325 meaning that the process is not associated with any buffer.
19326 HOST is the name or IP address of the host to connect to.
19327 SERVICE is the name of the service desired, or an integer specifying
19328 a port number to connect to.
19329
19330 The remaining PARAMETERS should be a sequence of keywords and
19331 values:
19332
19333 :type specifies the connection type, one of the following:
19334 nil or `network'
19335 -- Begin with an ordinary network connection, and if
19336 the parameters :success and :capability-command
19337 are also supplied, try to upgrade to an encrypted
19338 connection via STARTTLS. Even if that
19339 fails (e.g. if HOST does not support TLS), retain
19340 an unencrypted connection.
19341 `plain' -- An ordinary, unencrypted network connection.
19342 `starttls' -- Begin with an ordinary connection, and try
19343 upgrading via STARTTLS. If that fails for any
19344 reason, drop the connection; in that case the
19345 returned object is a killed process.
19346 `tls' -- A TLS connection.
19347 `ssl' -- Equivalent to `tls'.
19348 `shell' -- A shell connection.
19349
19350 :return-list specifies this function's return value.
19351 If omitted or nil, return a process object. A non-nil means to
19352 return (PROC . PROPS), where PROC is a process object and PROPS
19353 is a plist of connection properties, with these keywords:
19354 :greeting -- the greeting returned by HOST (a string), or nil.
19355 :capabilities -- a string representing HOST's capabilities,
19356 or nil if none could be found.
19357 :type -- the resulting connection type; `plain' (unencrypted)
19358 or `tls' (TLS-encrypted).
19359
19360 :end-of-command specifies a regexp matching the end of a command.
19361
19362 :end-of-capability specifies a regexp matching the end of the
19363 response to the command specified for :capability-command.
19364 It defaults to the regexp specified for :end-of-command.
19365
19366 :success specifies a regexp matching a message indicating a
19367 successful STARTTLS negotiation. For instance, the default
19368 should be \"^3\" for an NNTP connection.
19369
19370 :capability-command specifies a command used to query the HOST
19371 for its capabilities. For instance, for IMAP this should be
19372 \"1 CAPABILITY\\r\\n\".
19373
19374 :starttls-function specifies a function for handling STARTTLS.
19375 This function should take one parameter, the response to the
19376 capability command, and should return the command to switch on
19377 STARTTLS if the server supports STARTTLS, and nil otherwise.
19378
19379 :always-query-capabilities says whether to query the server for
19380 capabilities, even if we're doing a `plain' network connection.
19381
19382 :client-certificate should either be a list where the first
19383 element is the certificate key file name, and the second
19384 element is the certificate file name itself, or t, which
19385 means that `auth-source' will be queried for the key and the
19386 certificate. This parameter will only be used when doing TLS
19387 or STARTTLS connections.
19388
19389 :use-starttls-if-possible is a boolean that says to do opportunistic
19390 STARTTLS upgrades even if Emacs doesn't have built-in TLS functionality.
19391
19392 :warn-unless-encrypted is a boolean which, if :return-list is
19393 non-nil, is used warn the user if the connection isn't encrypted.
19394
19395 :nogreeting is a boolean that can be used to inhibit waiting for
19396 a greeting from the server.
19397
19398 :nowait is a boolean that says the connection should be made
19399 asynchronously, if possible.
19400
19401 \(fn NAME BUFFER HOST SERVICE &rest PARAMETERS)" nil nil)
19402
19403 (defalias 'open-protocol-stream 'open-network-stream)
19404
19405 ;;;***
19406 \f
19407 ;;;### (autoloads nil "newst-backend" "net/newst-backend.el" (22230
19408 ;;;;;; 48822 809219 477000))
19409 ;;; Generated autoloads from net/newst-backend.el
19410
19411 (autoload 'newsticker-running-p "newst-backend" "\
19412 Check whether newsticker is running.
19413 Return t if newsticker is running, nil otherwise. Newsticker is
19414 considered to be running if the newsticker timer list is not empty.
19415
19416 \(fn)" nil nil)
19417
19418 (autoload 'newsticker-start "newst-backend" "\
19419 Start the newsticker.
19420 Start the timers for display and retrieval. If the newsticker, i.e. the
19421 timers, are running already a warning message is printed unless
19422 DO-NOT-COMPLAIN-IF-RUNNING is not nil.
19423 Run `newsticker-start-hook' if newsticker was not running already.
19424
19425 \(fn &optional DO-NOT-COMPLAIN-IF-RUNNING)" t nil)
19426
19427 ;;;***
19428 \f
19429 ;;;### (autoloads nil "newst-plainview" "net/newst-plainview.el"
19430 ;;;;;; (22230 48822 810219 473000))
19431 ;;; Generated autoloads from net/newst-plainview.el
19432
19433 (autoload 'newsticker-plainview "newst-plainview" "\
19434 Start newsticker plainview.
19435
19436 \(fn)" t nil)
19437
19438 ;;;***
19439 \f
19440 ;;;### (autoloads nil "newst-reader" "net/newst-reader.el" (22230
19441 ;;;;;; 48822 810219 473000))
19442 ;;; Generated autoloads from net/newst-reader.el
19443
19444 (autoload 'newsticker-show-news "newst-reader" "\
19445 Start reading news. You may want to bind this to a key.
19446
19447 \(fn)" t nil)
19448
19449 ;;;***
19450 \f
19451 ;;;### (autoloads nil "newst-ticker" "net/newst-ticker.el" (22230
19452 ;;;;;; 48822 810219 473000))
19453 ;;; Generated autoloads from net/newst-ticker.el
19454
19455 (autoload 'newsticker-ticker-running-p "newst-ticker" "\
19456 Check whether newsticker's actual ticker is running.
19457 Return t if ticker is running, nil otherwise. Newsticker is
19458 considered to be running if the newsticker timer list is not
19459 empty.
19460
19461 \(fn)" nil nil)
19462
19463 (autoload 'newsticker-start-ticker "newst-ticker" "\
19464 Start newsticker's ticker (but not the news retrieval).
19465 Start display timer for the actual ticker if wanted and not
19466 running already.
19467
19468 \(fn)" t nil)
19469
19470 ;;;***
19471 \f
19472 ;;;### (autoloads nil "newst-treeview" "net/newst-treeview.el" (22230
19473 ;;;;;; 48822 810219 473000))
19474 ;;; Generated autoloads from net/newst-treeview.el
19475
19476 (autoload 'newsticker-treeview "newst-treeview" "\
19477 Start newsticker treeview.
19478
19479 \(fn)" t nil)
19480
19481 ;;;***
19482 \f
19483 ;;;### (autoloads nil "nndiary" "gnus/nndiary.el" (22230 48822 747219
19484 ;;;;;; 757000))
19485 ;;; Generated autoloads from gnus/nndiary.el
19486
19487 (autoload 'nndiary-generate-nov-databases "nndiary" "\
19488 Generate NOV databases in all nndiary directories.
19489
19490 \(fn &optional SERVER)" t nil)
19491
19492 ;;;***
19493 \f
19494 ;;;### (autoloads nil "nndoc" "gnus/nndoc.el" (22230 48822 747219
19495 ;;;;;; 757000))
19496 ;;; Generated autoloads from gnus/nndoc.el
19497
19498 (autoload 'nndoc-add-type "nndoc" "\
19499 Add document DEFINITION to the list of nndoc document definitions.
19500 If POSITION is nil or `last', the definition will be added
19501 as the last checked definition, if t or `first', add as the
19502 first definition, and if any other symbol, add after that
19503 symbol in the alist.
19504
19505 \(fn DEFINITION &optional POSITION)" nil nil)
19506
19507 ;;;***
19508 \f
19509 ;;;### (autoloads nil "nnfolder" "gnus/nnfolder.el" (22230 48822
19510 ;;;;;; 748219 753000))
19511 ;;; Generated autoloads from gnus/nnfolder.el
19512
19513 (autoload 'nnfolder-generate-active-file "nnfolder" "\
19514 Look for mbox folders in the nnfolder directory and make them into groups.
19515 This command does not work if you use short group names.
19516
19517 \(fn)" t nil)
19518
19519 ;;;***
19520 \f
19521 ;;;### (autoloads nil "nnml" "gnus/nnml.el" (22230 48822 750219 744000))
19522 ;;; Generated autoloads from gnus/nnml.el
19523
19524 (autoload 'nnml-generate-nov-databases "nnml" "\
19525 Generate NOV databases in all nnml directories.
19526
19527 \(fn &optional SERVER)" t nil)
19528
19529 ;;;***
19530 \f
19531 ;;;### (autoloads nil "novice" "novice.el" (22230 48822 818219 437000))
19532 ;;; Generated autoloads from novice.el
19533
19534 (define-obsolete-variable-alias 'disabled-command-hook 'disabled-command-function "22.1")
19535
19536 (defvar disabled-command-function 'disabled-command-function "\
19537 Function to call to handle disabled commands.
19538 If nil, the feature is disabled, i.e., all commands work normally.")
19539
19540 (autoload 'disabled-command-function "novice" "\
19541
19542
19543 \(fn &optional CMD KEYS)" nil nil)
19544
19545 (autoload 'enable-command "novice" "\
19546 Allow COMMAND to be executed without special confirmation from now on.
19547 COMMAND must be a symbol.
19548 This command alters the user's .emacs file so that this will apply
19549 to future sessions.
19550
19551 \(fn COMMAND)" t nil)
19552
19553 (autoload 'disable-command "novice" "\
19554 Require special confirmation to execute COMMAND from now on.
19555 COMMAND must be a symbol.
19556 This command alters your init file so that this choice applies to
19557 future sessions.
19558
19559 \(fn COMMAND)" t nil)
19560
19561 ;;;***
19562 \f
19563 ;;;### (autoloads nil "nroff-mode" "textmodes/nroff-mode.el" (22230
19564 ;;;;;; 48822 918218 985000))
19565 ;;; Generated autoloads from textmodes/nroff-mode.el
19566
19567 (autoload 'nroff-mode "nroff-mode" "\
19568 Major mode for editing text intended for nroff to format.
19569 \\{nroff-mode-map}
19570 Turning on Nroff mode runs `text-mode-hook', then `nroff-mode-hook'.
19571 Also, try `nroff-electric-mode', for automatically inserting
19572 closing requests for requests that are used in matched pairs.
19573
19574 \(fn)" t nil)
19575
19576 ;;;***
19577 \f
19578 ;;;### (autoloads nil "ntlm" "net/ntlm.el" (22230 48822 811219 468000))
19579 ;;; Generated autoloads from net/ntlm.el
19580 (push (purecopy '(ntlm 2 0 0)) package--builtin-versions)
19581
19582 ;;;***
19583 \f
19584 ;;;### (autoloads nil "nxml-glyph" "nxml/nxml-glyph.el" (22230 48822
19585 ;;;;;; 818219 437000))
19586 ;;; Generated autoloads from nxml/nxml-glyph.el
19587
19588 (autoload 'nxml-glyph-display-string "nxml-glyph" "\
19589 Return a string that can display a glyph for Unicode code-point N.
19590 FACE gives the face that will be used for displaying the string.
19591 Return nil if the face cannot display a glyph for N.
19592
19593 \(fn N FACE)" nil nil)
19594
19595 ;;;***
19596 \f
19597 ;;;### (autoloads nil "nxml-mode" "nxml/nxml-mode.el" (22230 48822
19598 ;;;;;; 819219 432000))
19599 ;;; Generated autoloads from nxml/nxml-mode.el
19600
19601 (autoload 'nxml-mode "nxml-mode" "\
19602 Major mode for editing XML.
19603
19604 \\[nxml-finish-element] finishes the current element by inserting an end-tag.
19605 C-c C-i closes a start-tag with `>' and then inserts a balancing end-tag
19606 leaving point between the start-tag and end-tag.
19607 \\[nxml-balanced-close-start-tag-block] is similar but for block rather than inline elements:
19608 the start-tag, point, and end-tag are all left on separate lines.
19609 If `nxml-slash-auto-complete-flag' is non-nil, then inserting a `</'
19610 automatically inserts the rest of the end-tag.
19611
19612 \\[completion-at-point] performs completion on the symbol preceding point.
19613
19614 \\[nxml-dynamic-markup-word] uses the contents of the current buffer
19615 to choose a tag to put around the word preceding point.
19616
19617 Sections of the document can be displayed in outline form. The
19618 variable `nxml-section-element-name-regexp' controls when an element
19619 is recognized as a section. The same key sequences that change
19620 visibility in outline mode are used except that they start with C-c C-o
19621 instead of C-c.
19622
19623 Validation is provided by the related minor-mode `rng-validate-mode'.
19624 This also makes completion schema- and context- sensitive. Element
19625 names, attribute names, attribute values and namespace URIs can all be
19626 completed. By default, `rng-validate-mode' is automatically enabled.
19627 You can toggle it using \\[rng-validate-mode] or change the default by
19628 customizing `rng-nxml-auto-validate-flag'.
19629
19630 \\[indent-for-tab-command] indents the current line appropriately.
19631 This can be customized using the variable `nxml-child-indent'
19632 and the variable `nxml-attribute-indent'.
19633
19634 \\[nxml-insert-named-char] inserts a character reference using
19635 the character's name (by default, the Unicode name).
19636 \\[universal-argument] \\[nxml-insert-named-char] inserts the character directly.
19637
19638 The Emacs commands that normally operate on balanced expressions will
19639 operate on XML markup items. Thus \\[forward-sexp] will move forward
19640 across one markup item; \\[backward-sexp] will move backward across
19641 one markup item; \\[kill-sexp] will kill the following markup item;
19642 \\[mark-sexp] will mark the following markup item. By default, each
19643 tag each treated as a single markup item; to make the complete element
19644 be treated as a single markup item, set the variable
19645 `nxml-sexp-element-flag' to t. For more details, see the function
19646 `nxml-forward-balanced-item'.
19647
19648 \\[nxml-backward-up-element] and \\[nxml-down-element] move up and down the element structure.
19649
19650 Many aspects this mode can be customized using
19651 \\[customize-group] nxml RET.
19652
19653 \(fn)" t nil)
19654 (defalias 'xml-mode 'nxml-mode)
19655
19656 ;;;***
19657 \f
19658 ;;;### (autoloads nil "nxml-uchnm" "nxml/nxml-uchnm.el" (22230 48822
19659 ;;;;;; 819219 432000))
19660 ;;; Generated autoloads from nxml/nxml-uchnm.el
19661
19662 (autoload 'nxml-enable-unicode-char-name-sets "nxml-uchnm" "\
19663 Enable the use of Unicode standard names for characters.
19664 The Unicode blocks for which names are enabled is controlled by
19665 the variable `nxml-enabled-unicode-blocks'.
19666
19667 \(fn)" t nil)
19668
19669 ;;;***
19670 \f
19671 ;;;### (autoloads nil "octave" "progmodes/octave.el" (22230 48822
19672 ;;;;;; 888219 121000))
19673 ;;; Generated autoloads from progmodes/octave.el
19674
19675 (autoload 'octave-mode "octave" "\
19676 Major mode for editing Octave code.
19677
19678 Octave is a high-level language, primarily intended for numerical
19679 computations. It provides a convenient command line interface
19680 for solving linear and nonlinear problems numerically. Function
19681 definitions can also be stored in files and used in batch mode.
19682
19683 See Info node `(octave-mode) Using Octave Mode' for more details.
19684
19685 Key bindings:
19686 \\{octave-mode-map}
19687
19688 \(fn)" t nil)
19689
19690 (autoload 'inferior-octave "octave" "\
19691 Run an inferior Octave process, I/O via `inferior-octave-buffer'.
19692 This buffer is put in Inferior Octave mode. See `inferior-octave-mode'.
19693
19694 Unless ARG is non-nil, switches to this buffer.
19695
19696 The elements of the list `inferior-octave-startup-args' are sent as
19697 command line arguments to the inferior Octave process on startup.
19698
19699 Additional commands to be executed on startup can be provided either in
19700 the file specified by `inferior-octave-startup-file' or by the default
19701 startup file, `~/.emacs-octave'.
19702
19703 \(fn &optional ARG)" t nil)
19704
19705 (defalias 'run-octave 'inferior-octave)
19706
19707 ;;;***
19708 \f
19709 ;;;### (autoloads nil "opascal" "progmodes/opascal.el" (22230 48822
19710 ;;;;;; 888219 121000))
19711 ;;; Generated autoloads from progmodes/opascal.el
19712
19713 (define-obsolete-function-alias 'delphi-mode 'opascal-mode "24.4")
19714
19715 (autoload 'opascal-mode "opascal" "\
19716 Major mode for editing OPascal code.\\<opascal-mode-map>
19717 \\[opascal-find-unit] - Search for a OPascal source file.
19718 \\[opascal-fill-comment] - Fill the current comment.
19719 \\[opascal-new-comment-line] - If in a // comment, do a new comment line.
19720
19721 \\[indent-region] also works for indenting a whole region.
19722
19723 Customization:
19724
19725 `opascal-indent-level' (default 3)
19726 Indentation of OPascal statements with respect to containing block.
19727 `opascal-compound-block-indent' (default 0)
19728 Extra indentation for blocks in compound statements.
19729 `opascal-case-label-indent' (default 0)
19730 Extra indentation for case statement labels.
19731 `opascal-search-path' (default .)
19732 Directories to search when finding external units.
19733 `opascal-verbose' (default nil)
19734 If true then OPascal token processing progress is reported to the user.
19735
19736 Coloring:
19737
19738 `opascal-keyword-face' (default `font-lock-keyword-face')
19739 Face used to color OPascal keywords.
19740
19741 \(fn)" t nil)
19742
19743 ;;;***
19744 \f
19745 ;;;### (autoloads nil "org" "org/org.el" (22230 48822 852219 283000))
19746 ;;; Generated autoloads from org/org.el
19747
19748 (autoload 'org-babel-do-load-languages "org" "\
19749 Load the languages defined in `org-babel-load-languages'.
19750
19751 \(fn SYM VALUE)" nil nil)
19752
19753 (autoload 'org-babel-load-file "org" "\
19754 Load Emacs Lisp source code blocks in the Org-mode FILE.
19755 This function exports the source code using `org-babel-tangle'
19756 and then loads the resulting file using `load-file'. With prefix
19757 arg (noninteractively: 2nd arg) COMPILE the tangled Emacs Lisp
19758 file to byte-code before it is loaded.
19759
19760 \(fn FILE &optional COMPILE)" t nil)
19761
19762 (autoload 'org-version "org" "\
19763 Show the org-mode version in the echo area.
19764 With prefix argument HERE, insert it at point.
19765 When FULL is non-nil, use a verbose version string.
19766 When MESSAGE is non-nil, display a message with the version.
19767
19768 \(fn &optional HERE FULL MESSAGE)" t nil)
19769
19770 (autoload 'turn-on-orgtbl "org" "\
19771 Unconditionally turn on `orgtbl-mode'.
19772
19773 \(fn)" nil nil)
19774
19775 (autoload 'org-clock-persistence-insinuate "org" "\
19776 Set up hooks for clock persistence.
19777
19778 \(fn)" nil nil)
19779
19780 (autoload 'org-mode "org" "\
19781 Outline-based notes management and organizer, alias
19782 \"Carsten's outline-mode for keeping track of everything.\"
19783
19784 Org-mode develops organizational tasks around a NOTES file which
19785 contains information about projects as plain text. Org-mode is
19786 implemented on top of outline-mode, which is ideal to keep the content
19787 of large files well structured. It supports ToDo items, deadlines and
19788 time stamps, which magically appear in the diary listing of the Emacs
19789 calendar. Tables are easily created with a built-in table editor.
19790 Plain text URL-like links connect to websites, emails (VM), Usenet
19791 messages (Gnus), BBDB entries, and any files related to the project.
19792 For printing and sharing of notes, an Org-mode file (or a part of it)
19793 can be exported as a structured ASCII or HTML file.
19794
19795 The following commands are available:
19796
19797 \\{org-mode-map}
19798
19799 \(fn)" t nil)
19800
19801 (autoload 'org-cycle "org" "\
19802 TAB-action and visibility cycling for Org-mode.
19803
19804 This is the command invoked in Org-mode by the TAB key. Its main purpose
19805 is outline visibility cycling, but it also invokes other actions
19806 in special contexts.
19807
19808 - When this function is called with a prefix argument, rotate the entire
19809 buffer through 3 states (global cycling)
19810 1. OVERVIEW: Show only top-level headlines.
19811 2. CONTENTS: Show all headlines of all levels, but no body text.
19812 3. SHOW ALL: Show everything.
19813 When called with two `C-u C-u' prefixes, switch to the startup visibility,
19814 determined by the variable `org-startup-folded', and by any VISIBILITY
19815 properties in the buffer.
19816 When called with three `C-u C-u C-u' prefixed, show the entire buffer,
19817 including any drawers.
19818
19819 - When inside a table, re-align the table and move to the next field.
19820
19821 - When point is at the beginning of a headline, rotate the subtree started
19822 by this line through 3 different states (local cycling)
19823 1. FOLDED: Only the main headline is shown.
19824 2. CHILDREN: The main headline and the direct children are shown.
19825 From this state, you can move to one of the children
19826 and zoom in further.
19827 3. SUBTREE: Show the entire subtree, including body text.
19828 If there is no subtree, switch directly from CHILDREN to FOLDED.
19829
19830 - When point is at the beginning of an empty headline and the variable
19831 `org-cycle-level-after-item/entry-creation' is set, cycle the level
19832 of the headline by demoting and promoting it to likely levels. This
19833 speeds up creation document structure by pressing TAB once or several
19834 times right after creating a new headline.
19835
19836 - When there is a numeric prefix, go up to a heading with level ARG, do
19837 a `show-subtree' and return to the previous cursor position. If ARG
19838 is negative, go up that many levels.
19839
19840 - When point is not at the beginning of a headline, execute the global
19841 binding for TAB, which is re-indenting the line. See the option
19842 `org-cycle-emulate-tab' for details.
19843
19844 - Special case: if point is at the beginning of the buffer and there is
19845 no headline in line 1, this function will act as if called with prefix arg
19846 (C-u TAB, same as S-TAB) also when called without prefix arg.
19847 But only if also the variable `org-cycle-global-at-bob' is t.
19848
19849 \(fn &optional ARG)" t nil)
19850
19851 (autoload 'org-global-cycle "org" "\
19852 Cycle the global visibility. For details see `org-cycle'.
19853 With \\[universal-argument] prefix arg, switch to startup visibility.
19854 With a numeric prefix, show all headlines up to that level.
19855
19856 \(fn &optional ARG)" t nil)
19857 (put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)
19858
19859 (autoload 'orgstruct-mode "org" "\
19860 Toggle the minor mode `orgstruct-mode'.
19861 This mode is for using Org-mode structure commands in other
19862 modes. The following keys behave as if Org-mode were active, if
19863 the cursor is on a headline, or on a plain list item (both as
19864 defined by Org-mode).
19865
19866 \(fn &optional ARG)" t nil)
19867
19868 (autoload 'turn-on-orgstruct "org" "\
19869 Unconditionally turn on `orgstruct-mode'.
19870
19871 \(fn)" nil nil)
19872
19873 (autoload 'turn-on-orgstruct++ "org" "\
19874 Unconditionally turn on `orgstruct++-mode'.
19875
19876 \(fn)" nil nil)
19877
19878 (autoload 'org-run-like-in-org-mode "org" "\
19879 Run a command, pretending that the current buffer is in Org-mode.
19880 This will temporarily bind local variables that are typically bound in
19881 Org-mode to the values they have in Org-mode, and then interactively
19882 call CMD.
19883
19884 \(fn CMD)" nil nil)
19885
19886 (autoload 'org-store-link "org" "\
19887 \\<org-mode-map>Store an org-link to the current location.
19888 This link is added to `org-stored-links' and can later be inserted
19889 into an org-buffer with \\[org-insert-link].
19890
19891 For some link types, a prefix arg is interpreted.
19892 For links to Usenet articles, arg negates `org-gnus-prefer-web-links'.
19893 For file links, arg negates `org-context-in-file-links'.
19894
19895 A double prefix arg force skipping storing functions that are not
19896 part of Org's core.
19897
19898 A triple prefix arg force storing a link for each line in the
19899 active region.
19900
19901 \(fn ARG)" t nil)
19902
19903 (autoload 'org-insert-link-global "org" "\
19904 Insert a link like Org-mode does.
19905 This command can be called in any mode to insert a link in Org-mode syntax.
19906
19907 \(fn)" t nil)
19908
19909 (autoload 'org-open-at-point-global "org" "\
19910 Follow a link like Org-mode does.
19911 This command can be called in any mode to follow a link that has
19912 Org-mode syntax.
19913
19914 \(fn)" t nil)
19915
19916 (autoload 'org-open-link-from-string "org" "\
19917 Open a link in the string S, as if it was in Org-mode.
19918
19919 \(fn S &optional ARG REFERENCE-BUFFER)" t nil)
19920
19921 (autoload 'org-switchb "org" "\
19922 Switch between Org buffers.
19923 With one prefix argument, restrict available buffers to files.
19924 With two prefix arguments, restrict available buffers to agenda files.
19925
19926 Defaults to `iswitchb' for buffer name completion.
19927 Set `org-completion-use-ido' to make it use ido instead.
19928
19929 \(fn &optional ARG)" t nil)
19930
19931 (defalias 'org-ido-switchb 'org-switchb)
19932
19933 (defalias 'org-iswitchb 'org-switchb)
19934
19935 (autoload 'org-cycle-agenda-files "org" "\
19936 Cycle through the files in `org-agenda-files'.
19937 If the current buffer visits an agenda file, find the next one in the list.
19938 If the current buffer does not, find the first agenda file.
19939
19940 \(fn)" t nil)
19941
19942 (autoload 'org-submit-bug-report "org" "\
19943 Submit a bug report on Org-mode via mail.
19944
19945 Don't hesitate to report any problems or inaccurate documentation.
19946
19947 If you don't have setup sending mail from (X)Emacs, please copy the
19948 output buffer into your mail program, as it gives us important
19949 information about your Org-mode version and configuration.
19950
19951 \(fn)" t nil)
19952
19953 (autoload 'org-reload "org" "\
19954 Reload all org lisp files.
19955 With prefix arg UNCOMPILED, load the uncompiled versions.
19956
19957 \(fn &optional UNCOMPILED)" t nil)
19958
19959 (autoload 'org-customize "org" "\
19960 Call the customize function with org as argument.
19961
19962 \(fn)" t nil)
19963
19964 ;;;***
19965 \f
19966 ;;;### (autoloads nil "org-agenda" "org/org-agenda.el" (22230 48822
19967 ;;;;;; 840219 337000))
19968 ;;; Generated autoloads from org/org-agenda.el
19969
19970 (autoload 'org-toggle-sticky-agenda "org-agenda" "\
19971 Toggle `org-agenda-sticky'.
19972
19973 \(fn &optional ARG)" t nil)
19974
19975 (autoload 'org-agenda "org-agenda" "\
19976 Dispatch agenda commands to collect entries to the agenda buffer.
19977 Prompts for a command to execute. Any prefix arg will be passed
19978 on to the selected command. The default selections are:
19979
19980 a Call `org-agenda-list' to display the agenda for current day or week.
19981 t Call `org-todo-list' to display the global todo list.
19982 T Call `org-todo-list' to display the global todo list, select only
19983 entries with a specific TODO keyword (the user gets a prompt).
19984 m Call `org-tags-view' to display headlines with tags matching
19985 a condition (the user is prompted for the condition).
19986 M Like `m', but select only TODO entries, no ordinary headlines.
19987 L Create a timeline for the current buffer.
19988 e Export views to associated files.
19989 s Search entries for keywords.
19990 S Search entries for keywords, only with TODO keywords.
19991 / Multi occur across all agenda files and also files listed
19992 in `org-agenda-text-search-extra-files'.
19993 < Restrict agenda commands to buffer, subtree, or region.
19994 Press several times to get the desired effect.
19995 > Remove a previous restriction.
19996 # List \"stuck\" projects.
19997 ! Configure what \"stuck\" means.
19998 C Configure custom agenda commands.
19999
20000 More commands can be added by configuring the variable
20001 `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
20002 searches can be pre-defined in this way.
20003
20004 If the current buffer is in Org-mode and visiting a file, you can also
20005 first press `<' once to indicate that the agenda should be temporarily
20006 \(until the next use of \\[org-agenda]) restricted to the current file.
20007 Pressing `<' twice means to restrict to the current subtree or region
20008 \(if active).
20009
20010 \(fn &optional ARG ORG-KEYS RESTRICTION)" t nil)
20011
20012 (autoload 'org-batch-agenda "org-agenda" "\
20013 Run an agenda command in batch mode and send the result to STDOUT.
20014 If CMD-KEY is a string of length 1, it is used as a key in
20015 `org-agenda-custom-commands' and triggers this command. If it is a
20016 longer string it is used as a tags/todo match string.
20017 Parameters are alternating variable names and values that will be bound
20018 before running the agenda command.
20019
20020 \(fn CMD-KEY &rest PARAMETERS)" nil t)
20021
20022 (autoload 'org-batch-agenda-csv "org-agenda" "\
20023 Run an agenda command in batch mode and send the result to STDOUT.
20024 If CMD-KEY is a string of length 1, it is used as a key in
20025 `org-agenda-custom-commands' and triggers this command. If it is a
20026 longer string it is used as a tags/todo match string.
20027 Parameters are alternating variable names and values that will be bound
20028 before running the agenda command.
20029
20030 The output gives a line for each selected agenda item. Each
20031 item is a list of comma-separated values, like this:
20032
20033 category,head,type,todo,tags,date,time,extra,priority-l,priority-n
20034
20035 category The category of the item
20036 head The headline, without TODO kwd, TAGS and PRIORITY
20037 type The type of the agenda entry, can be
20038 todo selected in TODO match
20039 tagsmatch selected in tags match
20040 diary imported from diary
20041 deadline a deadline on given date
20042 scheduled scheduled on given date
20043 timestamp entry has timestamp on given date
20044 closed entry was closed on given date
20045 upcoming-deadline warning about deadline
20046 past-scheduled forwarded scheduled item
20047 block entry has date block including g. date
20048 todo The todo keyword, if any
20049 tags All tags including inherited ones, separated by colons
20050 date The relevant date, like 2007-2-14
20051 time The time, like 15:00-16:50
20052 extra Sting with extra planning info
20053 priority-l The priority letter if any was given
20054 priority-n The computed numerical priority
20055 agenda-day The day in the agenda where this is listed
20056
20057 \(fn CMD-KEY &rest PARAMETERS)" nil t)
20058
20059 (autoload 'org-store-agenda-views "org-agenda" "\
20060 Store agenda views.
20061
20062 \(fn &rest PARAMETERS)" t nil)
20063
20064 (autoload 'org-batch-store-agenda-views "org-agenda" "\
20065 Run all custom agenda commands that have a file argument.
20066
20067 \(fn &rest PARAMETERS)" nil t)
20068
20069 (autoload 'org-agenda-list "org-agenda" "\
20070 Produce a daily/weekly view from all files in variable `org-agenda-files'.
20071 The view will be for the current day or week, but from the overview buffer
20072 you will be able to go to other days/weeks.
20073
20074 With a numeric prefix argument in an interactive call, the agenda will
20075 span ARG days. Lisp programs should instead specify SPAN to change
20076 the number of days. SPAN defaults to `org-agenda-span'.
20077
20078 START-DAY defaults to TODAY, or to the most recent match for the weekday
20079 given in `org-agenda-start-on-weekday'.
20080
20081 When WITH-HOUR is non-nil, only include scheduled and deadline
20082 items if they have an hour specification like [h]h:mm.
20083
20084 \(fn &optional ARG START-DAY SPAN WITH-HOUR)" t nil)
20085
20086 (autoload 'org-search-view "org-agenda" "\
20087 Show all entries that contain a phrase or words or regular expressions.
20088
20089 With optional prefix argument TODO-ONLY, only consider entries that are
20090 TODO entries. The argument STRING can be used to pass a default search
20091 string into this function. If EDIT-AT is non-nil, it means that the
20092 user should get a chance to edit this string, with cursor at position
20093 EDIT-AT.
20094
20095 The search string can be viewed either as a phrase that should be found as
20096 is, or it can be broken into a number of snippets, each of which must match
20097 in a Boolean way to select an entry. The default depends on the variable
20098 `org-agenda-search-view-always-boolean'.
20099 Even if this is turned off (the default) you can always switch to
20100 Boolean search dynamically by preceding the first word with \"+\" or \"-\".
20101
20102 The default is a direct search of the whole phrase, where each space in
20103 the search string can expand to an arbitrary amount of whitespace,
20104 including newlines.
20105
20106 If using a Boolean search, the search string is split on whitespace and
20107 each snippet is searched separately, with logical AND to select an entry.
20108 Words prefixed with a minus must *not* occur in the entry. Words without
20109 a prefix or prefixed with a plus must occur in the entry. Matching is
20110 case-insensitive. Words are enclosed by word delimiters (i.e. they must
20111 match whole words, not parts of a word) if
20112 `org-agenda-search-view-force-full-words' is set (default is nil).
20113
20114 Boolean search snippets enclosed by curly braces are interpreted as
20115 regular expressions that must or (when preceded with \"-\") must not
20116 match in the entry. Snippets enclosed into double quotes will be taken
20117 as a whole, to include whitespace.
20118
20119 - If the search string starts with an asterisk, search only in headlines.
20120 - If (possibly after the leading star) the search string starts with an
20121 exclamation mark, this also means to look at TODO entries only, an effect
20122 that can also be achieved with a prefix argument.
20123 - If (possibly after star and exclamation mark) the search string starts
20124 with a colon, this will mean that the (non-regexp) snippets of the
20125 Boolean search must match as full words.
20126
20127 This command searches the agenda files, and in addition the files listed
20128 in `org-agenda-text-search-extra-files'.
20129
20130 \(fn &optional TODO-ONLY STRING EDIT-AT)" t nil)
20131
20132 (autoload 'org-todo-list "org-agenda" "\
20133 Show all (not done) TODO entries from all agenda file in a single list.
20134 The prefix arg can be used to select a specific TODO keyword and limit
20135 the list to these. When using \\[universal-argument], you will be prompted
20136 for a keyword. A numeric prefix directly selects the Nth keyword in
20137 `org-todo-keywords-1'.
20138
20139 \(fn &optional ARG)" t nil)
20140
20141 (autoload 'org-tags-view "org-agenda" "\
20142 Show all headlines for all `org-agenda-files' matching a TAGS criterion.
20143 The prefix arg TODO-ONLY limits the search to TODO entries.
20144
20145 \(fn &optional TODO-ONLY MATCH)" t nil)
20146
20147 (autoload 'org-agenda-list-stuck-projects "org-agenda" "\
20148 Create agenda view for projects that are stuck.
20149 Stuck projects are project that have no next actions. For the definitions
20150 of what a project is and how to check if it stuck, customize the variable
20151 `org-stuck-projects'.
20152
20153 \(fn &rest IGNORE)" t nil)
20154
20155 (autoload 'org-diary "org-agenda" "\
20156 Return diary information from org files.
20157 This function can be used in a \"sexp\" diary entry in the Emacs calendar.
20158 It accesses org files and extracts information from those files to be
20159 listed in the diary. The function accepts arguments specifying what
20160 items should be listed. For a list of arguments allowed here, see the
20161 variable `org-agenda-entry-types'.
20162
20163 The call in the diary file should look like this:
20164
20165 &%%(org-diary) ~/path/to/some/orgfile.org
20166
20167 Use a separate line for each org file to check. Or, if you omit the file name,
20168 all files listed in `org-agenda-files' will be checked automatically:
20169
20170 &%%(org-diary)
20171
20172 If you don't give any arguments (as in the example above), the default value
20173 of `org-agenda-entry-types' is used: (:deadline :scheduled :timestamp :sexp).
20174 So the example above may also be written as
20175
20176 &%%(org-diary :deadline :timestamp :sexp :scheduled)
20177
20178 The function expects the lisp variables `entry' and `date' to be provided
20179 by the caller, because this is how the calendar works. Don't use this
20180 function from a program - use `org-agenda-get-day-entries' instead.
20181
20182 \(fn &rest ARGS)" nil nil)
20183
20184 (autoload 'org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item "org-agenda" "\
20185 Do we have a reason to ignore this TODO entry because it has a time stamp?
20186
20187 \(fn &optional END)" nil nil)
20188
20189 (autoload 'org-agenda-set-restriction-lock "org-agenda" "\
20190 Set restriction lock for agenda, to current subtree or file.
20191 Restriction will be the file if TYPE is `file', or if TYPE is the
20192 universal prefix `(4)', or if the cursor is before the first headline
20193 in the file. Otherwise, restriction will be to the current subtree.
20194
20195 \(fn &optional TYPE)" t nil)
20196
20197 (autoload 'org-calendar-goto-agenda "org-agenda" "\
20198 Compute the Org-mode agenda for the calendar date displayed at the cursor.
20199 This is a command that has to be installed in `calendar-mode-map'.
20200
20201 \(fn)" t nil)
20202
20203 (autoload 'org-agenda-to-appt "org-agenda" "\
20204 Activate appointments found in `org-agenda-files'.
20205 With a \\[universal-argument] prefix, refresh the list of
20206 appointments.
20207
20208 If FILTER is t, interactively prompt the user for a regular
20209 expression, and filter out entries that don't match it.
20210
20211 If FILTER is a string, use this string as a regular expression
20212 for filtering entries out.
20213
20214 If FILTER is a function, filter out entries against which
20215 calling the function returns nil. This function takes one
20216 argument: an entry from `org-agenda-get-day-entries'.
20217
20218 FILTER can also be an alist with the car of each cell being
20219 either `headline' or `category'. For example:
20220
20221 ((headline \"IMPORTANT\")
20222 (category \"Work\"))
20223
20224 will only add headlines containing IMPORTANT or headlines
20225 belonging to the \"Work\" category.
20226
20227 ARGS are symbols indicating what kind of entries to consider.
20228 By default `org-agenda-to-appt' will use :deadline*, :scheduled*
20229 \(i.e., deadlines and scheduled items with a hh:mm specification)
20230 and :timestamp entries. See the docstring of `org-diary' for
20231 details and examples.
20232
20233 If an entry has a APPT_WARNTIME property, its value will be used
20234 to override `appt-message-warning-time'.
20235
20236 \(fn &optional REFRESH FILTER &rest ARGS)" t nil)
20237
20238 ;;;***
20239 \f
20240 ;;;### (autoloads nil "org-capture" "org/org-capture.el" (22230 48822
20241 ;;;;;; 841219 333000))
20242 ;;; Generated autoloads from org/org-capture.el
20243
20244 (autoload 'org-capture-string "org-capture" "\
20245 Capture STRING with the template selected by KEYS.
20246
20247 \(fn STRING &optional KEYS)" t nil)
20248
20249 (autoload 'org-capture "org-capture" "\
20250 Capture something.
20251 \\<org-capture-mode-map>
20252 This will let you select a template from `org-capture-templates', and then
20253 file the newly captured information. The text is immediately inserted
20254 at the target location, and an indirect buffer is shown where you can
20255 edit it. Pressing \\[org-capture-finalize] brings you back to the previous state
20256 of Emacs, so that you can continue your work.
20257
20258 When called interactively with a \\[universal-argument] prefix argument GOTO, don't capture
20259 anything, just go to the file/headline where the selected template
20260 stores its notes. With a double prefix argument \\[universal-argument] \\[universal-argument], go to the last note
20261 stored.
20262
20263 When called with a `C-0' (zero) prefix, insert a template at point.
20264
20265 ELisp programs can set KEYS to a string associated with a template
20266 in `org-capture-templates'. In this case, interactive selection
20267 will be bypassed.
20268
20269 If `org-capture-use-agenda-date' is non-nil, capturing from the
20270 agenda will use the date at point as the default date. Then, a
20271 `C-1' prefix will tell the capture process to use the HH:MM time
20272 of the day at point (if any) or the current HH:MM time.
20273
20274 \(fn &optional GOTO KEYS)" t nil)
20275
20276 (autoload 'org-capture-import-remember-templates "org-capture" "\
20277 Set `org-capture-templates' to be similar to `org-remember-templates'.
20278
20279 \(fn)" t nil)
20280
20281 ;;;***
20282 \f
20283 ;;;### (autoloads nil "org-colview" "org/org-colview.el" (22230 48822
20284 ;;;;;; 842219 328000))
20285 ;;; Generated autoloads from org/org-colview.el
20286
20287 (autoload 'org-columns-remove-overlays "org-colview" "\
20288 Remove all currently active column overlays.
20289
20290 \(fn)" t nil)
20291
20292 (autoload 'org-columns-get-format-and-top-level "org-colview" "\
20293
20294
20295 \(fn)" nil nil)
20296
20297 (autoload 'org-columns "org-colview" "\
20298 Turn on column view on an org-mode file.
20299 When COLUMNS-FMT-STRING is non-nil, use it as the column format.
20300
20301 \(fn &optional COLUMNS-FMT-STRING)" t nil)
20302
20303 (autoload 'org-columns-compute "org-colview" "\
20304 Sum the values of property PROPERTY hierarchically, for the entire buffer.
20305
20306 \(fn PROPERTY)" t nil)
20307
20308 (autoload 'org-columns-number-to-string "org-colview" "\
20309 Convert a computed column number to a string value, according to FMT.
20310
20311 \(fn N FMT &optional PRINTF)" nil nil)
20312
20313 (autoload 'org-dblock-write:columnview "org-colview" "\
20314 Write the column view table.
20315 PARAMS is a property list of parameters:
20316
20317 :width enforce same column widths with <N> specifiers.
20318 :id the :ID: property of the entry where the columns view
20319 should be built. When the symbol `local', call locally.
20320 When `global' call column view with the cursor at the beginning
20321 of the buffer (usually this means that the whole buffer switches
20322 to column view). When \"file:path/to/file.org\", invoke column
20323 view at the start of that file. Otherwise, the ID is located
20324 using `org-id-find'.
20325 :hlines When t, insert a hline before each item. When a number, insert
20326 a hline before each level <= that number.
20327 :vlines When t, make each column a colgroup to enforce vertical lines.
20328 :maxlevel When set to a number, don't capture headlines below this level.
20329 :skip-empty-rows
20330 When t, skip rows where all specifiers other than ITEM are empty.
20331 :format When non-nil, specify the column view format to use.
20332
20333 \(fn PARAMS)" nil nil)
20334
20335 (autoload 'org-insert-columns-dblock "org-colview" "\
20336 Create a dynamic block capturing a column view table.
20337
20338 \(fn)" t nil)
20339
20340 (autoload 'org-agenda-columns "org-colview" "\
20341 Turn on or update column view in the agenda.
20342
20343 \(fn)" t nil)
20344
20345 ;;;***
20346 \f
20347 ;;;### (autoloads nil "org-compat" "org/org-compat.el" (22230 48822
20348 ;;;;;; 842219 328000))
20349 ;;; Generated autoloads from org/org-compat.el
20350
20351 (autoload 'org-check-version "org-compat" "\
20352 Try very hard to provide sensible version strings.
20353
20354 \(fn)" nil t)
20355
20356 ;;;***
20357 \f
20358 ;;;### (autoloads nil "org-macs" "org/org-macs.el" (22230 48822 846219
20359 ;;;;;; 310000))
20360 ;;; Generated autoloads from org/org-macs.el
20361
20362 (autoload 'org-load-noerror-mustsuffix "org-macs" "\
20363 Load FILE with optional arguments NOERROR and MUSTSUFFIX. Drop the MUSTSUFFIX argument for XEmacs, which doesn't recognize it.
20364
20365 \(fn FILE)" nil t)
20366
20367 ;;;***
20368 \f
20369 ;;;### (autoloads nil "org-version" "org/org-version.el" (22230 48822
20370 ;;;;;; 848219 301000))
20371 ;;; Generated autoloads from org/org-version.el
20372
20373 (autoload 'org-release "org-version" "\
20374 The release version of org-mode.
20375 Inserted by installing org-mode or when a release is made.
20376
20377 \(fn)" nil nil)
20378
20379 (autoload 'org-git-version "org-version" "\
20380 The Git version of org-mode.
20381 Inserted by installing org-mode or when a release is made.
20382
20383 \(fn)" nil nil)
20384
20385 ;;;***
20386 \f
20387 ;;;### (autoloads nil "outline" "outline.el" (22230 48822 857219
20388 ;;;;;; 260000))
20389 ;;; Generated autoloads from outline.el
20390 (put 'outline-regexp 'safe-local-variable 'stringp)
20391 (put 'outline-heading-end-regexp 'safe-local-variable 'stringp)
20392
20393 (autoload 'outline-mode "outline" "\
20394 Set major mode for editing outlines with selective display.
20395 Headings are lines which start with asterisks: one for major headings,
20396 two for subheadings, etc. Lines not starting with asterisks are body lines.
20397
20398 Body text or subheadings under a heading can be made temporarily
20399 invisible, or visible again. Invisible lines are attached to the end
20400 of the heading, so they move with it, if the line is killed and yanked
20401 back. A heading with text hidden under it is marked with an ellipsis (...).
20402
20403 \\{outline-mode-map}
20404 The commands `outline-hide-subtree', `outline-show-subtree',
20405 `outline-show-children', `outline-hide-entry',
20406 `outline-show-entry', `outline-hide-leaves', and `outline-show-branches'
20407 are used when point is on a heading line.
20408
20409 The variable `outline-regexp' can be changed to control what is a heading.
20410 A line is a heading if `outline-regexp' matches something at the
20411 beginning of the line. The longer the match, the deeper the level.
20412
20413 Turning on outline mode calls the value of `text-mode-hook' and then of
20414 `outline-mode-hook', if they are non-nil.
20415
20416 \(fn)" t nil)
20417
20418 (autoload 'outline-minor-mode "outline" "\
20419 Toggle Outline minor mode.
20420 With a prefix argument ARG, enable Outline minor mode if ARG is
20421 positive, and disable it otherwise. If called from Lisp, enable
20422 the mode if ARG is omitted or nil.
20423
20424 See the command `outline-mode' for more information on this mode.
20425
20426 \(fn &optional ARG)" t nil)
20427 (put 'outline-level 'risky-local-variable t)
20428
20429 ;;;***
20430 \f
20431 ;;;### (autoloads nil "package" "emacs-lisp/package.el" (22230 48822
20432 ;;;;;; 695219 992000))
20433 ;;; Generated autoloads from emacs-lisp/package.el
20434 (push (purecopy '(package 1 1 0)) package--builtin-versions)
20435
20436 (defvar package-enable-at-startup t "\
20437 Whether to activate installed packages when Emacs starts.
20438 If non-nil, packages are activated after reading the init file
20439 and before `after-init-hook'. Activation is not done if
20440 `user-init-file' is nil (e.g. Emacs was started with \"-q\").
20441
20442 Even if the value is nil, you can type \\[package-initialize] to
20443 activate the package system at any time.")
20444
20445 (custom-autoload 'package-enable-at-startup "package" t)
20446
20447 (autoload 'package-initialize "package" "\
20448 Load Emacs Lisp packages, and activate them.
20449 The variable `package-load-list' controls which packages to load.
20450 If optional arg NO-ACTIVATE is non-nil, don't activate packages.
20451 If `user-init-file' does not mention `(package-initialize)', add
20452 it to the file.
20453 If called as part of loading `user-init-file', set
20454 `package-enable-at-startup' to nil, to prevent accidentally
20455 loading packages twice.
20456
20457 \(fn &optional NO-ACTIVATE)" t nil)
20458
20459 (autoload 'package-import-keyring "package" "\
20460 Import keys from FILE.
20461
20462 \(fn &optional FILE)" t nil)
20463
20464 (autoload 'package-refresh-contents "package" "\
20465 Download descriptions of all configured ELPA packages.
20466 For each archive configured in the variable `package-archives',
20467 inform Emacs about the latest versions of all packages it offers,
20468 and make them available for download.
20469 Optional argument ASYNC specifies whether to perform the
20470 downloads in the background.
20471
20472 \(fn &optional ASYNC)" t nil)
20473
20474 (autoload 'package-install "package" "\
20475 Install the package PKG.
20476 PKG can be a package-desc or a symbol naming one of the available packages
20477 in an archive in `package-archives'. Interactively, prompt for its name.
20478
20479 If called interactively or if DONT-SELECT nil, add PKG to
20480 `package-selected-packages'.
20481
20482 If PKG is a package-desc and it is already installed, don't try
20483 to install it but still mark it as selected.
20484
20485 \(fn PKG &optional DONT-SELECT)" t nil)
20486
20487 (autoload 'package-install-from-buffer "package" "\
20488 Install a package from the current buffer.
20489 The current buffer is assumed to be a single .el or .tar file or
20490 a directory. These must follow the packaging guidelines (see
20491 info node `(elisp)Packaging').
20492
20493 Specially, if current buffer is a directory, the -pkg.el
20494 description file is not mandatory, in which case the information
20495 is derived from the main .el file in the directory.
20496
20497 Downloads and installs required packages as needed.
20498
20499 \(fn)" t nil)
20500
20501 (autoload 'package-install-file "package" "\
20502 Install a package from a file.
20503 The file can either be a tar file, an Emacs Lisp file, or a
20504 directory.
20505
20506 \(fn FILE)" t nil)
20507
20508 (autoload 'package-install-selected-packages "package" "\
20509 Ensure packages in `package-selected-packages' are installed.
20510 If some packages are not installed propose to install them.
20511
20512 \(fn)" t nil)
20513
20514 (autoload 'package-reinstall "package" "\
20515 Reinstall package PKG.
20516 PKG should be either a symbol, the package name, or a package-desc
20517 object.
20518
20519 \(fn PKG)" t nil)
20520
20521 (autoload 'package-autoremove "package" "\
20522 Remove packages that are no more needed.
20523
20524 Packages that are no more needed by other packages in
20525 `package-selected-packages' and their dependencies
20526 will be deleted.
20527
20528 \(fn)" t nil)
20529
20530 (autoload 'describe-package "package" "\
20531 Display the full documentation of PACKAGE (a symbol).
20532
20533 \(fn PACKAGE)" t nil)
20534
20535 (autoload 'list-packages "package" "\
20536 Display a list of packages.
20537 This first fetches the updated list of packages before
20538 displaying, unless a prefix argument NO-FETCH is specified.
20539 The list is displayed in a buffer named `*Packages*'.
20540
20541 \(fn &optional NO-FETCH)" t nil)
20542
20543 (defalias 'package-list-packages 'list-packages)
20544
20545 ;;;***
20546 \f
20547 ;;;### (autoloads nil "paren" "paren.el" (22230 48822 857219 260000))
20548 ;;; Generated autoloads from paren.el
20549
20550 (defvar show-paren-mode nil "\
20551 Non-nil if Show-Paren mode is enabled.
20552 See the command `show-paren-mode' for a description of this minor mode.
20553 Setting this variable directly does not take effect;
20554 either customize it (see the info node `Easy Customization')
20555 or call the function `show-paren-mode'.")
20556
20557 (custom-autoload 'show-paren-mode "paren" nil)
20558
20559 (autoload 'show-paren-mode "paren" "\
20560 Toggle visualization of matching parens (Show Paren mode).
20561 With a prefix argument ARG, enable Show Paren mode if ARG is
20562 positive, and disable it otherwise. If called from Lisp, enable
20563 the mode if ARG is omitted or nil.
20564
20565 Show Paren mode is a global minor mode. When enabled, any
20566 matching parenthesis is highlighted in `show-paren-style' after
20567 `show-paren-delay' seconds of Emacs idle time.
20568
20569 \(fn &optional ARG)" t nil)
20570
20571 ;;;***
20572 \f
20573 ;;;### (autoloads nil "parse-time" "calendar/parse-time.el" (22230
20574 ;;;;;; 48822 653220 181000))
20575 ;;; Generated autoloads from calendar/parse-time.el
20576 (put 'parse-time-rules 'risky-local-variable t)
20577
20578 (autoload 'parse-time-string "parse-time" "\
20579 Parse the time-string STRING into (SEC MIN HOUR DAY MON YEAR DOW DST TZ).
20580 The values are identical to those of `decode-time', but any values that are
20581 unknown are returned as nil.
20582
20583 \(fn STRING)" nil nil)
20584
20585 ;;;***
20586 \f
20587 ;;;### (autoloads nil "pascal" "progmodes/pascal.el" (22230 48822
20588 ;;;;;; 888219 121000))
20589 ;;; Generated autoloads from progmodes/pascal.el
20590
20591 (autoload 'pascal-mode "pascal" "\
20592 Major mode for editing Pascal code.\\<pascal-mode-map>
20593 TAB indents for Pascal code. Delete converts tabs to spaces as it moves back.
20594
20595 \\[completion-at-point] completes the word around current point with respect to position in code
20596 \\[completion-help-at-point] shows all possible completions at this point.
20597
20598 Other useful functions are:
20599
20600 \\[pascal-mark-defun] - Mark function.
20601 \\[pascal-insert-block] - insert begin ... end;
20602 \\[pascal-star-comment] - insert (* ... *)
20603 \\[pascal-comment-area] - Put marked area in a comment, fixing nested comments.
20604 \\[pascal-uncomment-area] - Uncomment an area commented with \\[pascal-comment-area].
20605 \\[pascal-beg-of-defun] - Move to beginning of current function.
20606 \\[pascal-end-of-defun] - Move to end of current function.
20607 \\[pascal-goto-defun] - Goto function prompted for in the minibuffer.
20608 \\[pascal-outline-mode] - Enter `pascal-outline-mode'.
20609
20610 Variables controlling indentation/edit style:
20611
20612 `pascal-indent-level' (default 3)
20613 Indentation of Pascal statements with respect to containing block.
20614 `pascal-case-indent' (default 2)
20615 Indentation for case statements.
20616 `pascal-auto-newline' (default nil)
20617 Non-nil means automatically newline after semicolons and the punctuation
20618 mark after an end.
20619 `pascal-indent-nested-functions' (default t)
20620 Non-nil means nested functions are indented.
20621 `pascal-tab-always-indent' (default t)
20622 Non-nil means TAB in Pascal mode should always reindent the current line,
20623 regardless of where in the line point is when the TAB command is used.
20624 `pascal-auto-endcomments' (default t)
20625 Non-nil means a comment { ... } is set after the ends which ends cases and
20626 functions. The name of the function or case will be set between the braces.
20627 `pascal-auto-lineup' (default t)
20628 List of contexts where auto lineup of :'s or ='s should be done.
20629
20630 See also the user variables `pascal-type-keywords', `pascal-start-keywords' and
20631 `pascal-separator-keywords'.
20632
20633 \(fn)" t nil)
20634
20635 ;;;***
20636 \f
20637 ;;;### (autoloads nil "password-cache" "password-cache.el" (22230
20638 ;;;;;; 48822 857219 260000))
20639 ;;; Generated autoloads from password-cache.el
20640
20641 (defvar password-cache t "\
20642 Whether to cache passwords.")
20643
20644 (custom-autoload 'password-cache "password-cache" t)
20645
20646 (defvar password-cache-expiry 16 "\
20647 How many seconds passwords are cached, or nil to disable expiring.
20648 Whether passwords are cached at all is controlled by `password-cache'.")
20649
20650 (custom-autoload 'password-cache-expiry "password-cache" t)
20651
20652 (autoload 'password-in-cache-p "password-cache" "\
20653 Check if KEY is in the cache.
20654
20655 \(fn KEY)" nil nil)
20656
20657 ;;;***
20658 \f
20659 ;;;### (autoloads nil "pcase" "emacs-lisp/pcase.el" (22230 48822
20660 ;;;;;; 695219 992000))
20661 ;;; Generated autoloads from emacs-lisp/pcase.el
20662
20663 (autoload 'pcase "pcase" "\
20664 Evaluate EXP and attempt to match it against structural patterns.
20665 CASES is a list of elements of the form (PATTERN CODE...).
20666
20667 A structural PATTERN describes a template that identifies a class
20668 of values. For example, the pattern \\=`(,foo ,bar) matches any
20669 two element list, binding its elements to symbols named `foo' and
20670 `bar' -- in much the same way that `cl-destructuring-bind' would.
20671
20672 A significant difference from `cl-destructuring-bind' is that, if
20673 a pattern match fails, the next case is tried until either a
20674 successful match is found or there are no more cases.
20675
20676 Another difference is that pattern elements may be quoted,
20677 meaning they must match exactly: The pattern \\='(foo bar)
20678 matches only against two element lists containing the symbols
20679 `foo' and `bar' in that order. (As a short-hand, atoms always
20680 match themselves, such as numbers or strings, and need not be
20681 quoted.)
20682
20683 Lastly, a pattern can be logical, such as (pred numberp), that
20684 matches any number-like element; or the symbol `_', that matches
20685 anything. Also, when patterns are backquoted, a comma may be
20686 used to introduce logical patterns inside backquoted patterns.
20687
20688 The complete list of standard patterns is as follows:
20689
20690 _ matches anything.
20691 SYMBOL matches anything and binds it to SYMBOL.
20692 If a SYMBOL is used twice in the same pattern
20693 the second occurrence becomes an `eq'uality test.
20694 (or PAT...) matches if any of the patterns matches.
20695 (and PAT...) matches if all the patterns match.
20696 \\='VAL matches if the object is `equal' to VAL.
20697 ATOM is a shorthand for \\='ATOM.
20698 ATOM can be a keyword, an integer, or a string.
20699 (pred FUN) matches if FUN applied to the object returns non-nil.
20700 (guard BOOLEXP) matches if BOOLEXP evaluates to non-nil.
20701 (let PAT EXP) matches if EXP matches PAT.
20702 (app FUN PAT) matches if FUN applied to the object matches PAT.
20703
20704 Additional patterns can be defined using `pcase-defmacro'.
20705
20706 The FUN argument in the `app' pattern may have the following forms:
20707 SYMBOL or (lambda ARGS BODY) in which case it's called with one argument.
20708 (F ARG1 .. ARGn) in which case F gets called with an n+1'th argument
20709 which is the value being matched.
20710 So a FUN of the form SYMBOL is equivalent to (FUN).
20711 FUN can refer to variables bound earlier in the pattern.
20712
20713 See Info node `(elisp) Pattern matching case statement' in the
20714 Emacs Lisp manual for more information and examples.
20715
20716 \(fn EXP &rest CASES)" nil t)
20717
20718 (function-put 'pcase 'lisp-indent-function '1)
20719
20720 (autoload 'pcase-exhaustive "pcase" "\
20721 The exhaustive version of `pcase' (which see).
20722
20723 \(fn EXP &rest CASES)" nil t)
20724
20725 (function-put 'pcase-exhaustive 'lisp-indent-function '1)
20726
20727 (autoload 'pcase-lambda "pcase" "\
20728 Like `lambda' but allow each argument to be a pattern.
20729 I.e. accepts the usual &optional and &rest keywords, but every
20730 formal argument can be any pattern accepted by `pcase' (a mere
20731 variable name being but a special case of it).
20732
20733 \(fn LAMBDA-LIST &rest BODY)" nil t)
20734
20735 (function-put 'pcase-lambda 'doc-string-elt '2)
20736
20737 (function-put 'pcase-lambda 'lisp-indent-function 'defun)
20738
20739 (autoload 'pcase-let* "pcase" "\
20740 Like `let*' but where you can use `pcase' patterns for bindings.
20741 BODY should be an expression, and BINDINGS should be a list of bindings
20742 of the form (PAT EXP).
20743
20744 \(fn BINDINGS &rest BODY)" nil t)
20745
20746 (function-put 'pcase-let* 'lisp-indent-function '1)
20747
20748 (autoload 'pcase-let "pcase" "\
20749 Like `let' but where you can use `pcase' patterns for bindings.
20750 BODY should be a list of expressions, and BINDINGS should be a list of bindings
20751 of the form (PAT EXP).
20752 The macro is expanded and optimized under the assumption that those
20753 patterns *will* match, so a mismatch may go undetected or may cause
20754 any kind of error.
20755
20756 \(fn BINDINGS &rest BODY)" nil t)
20757
20758 (function-put 'pcase-let 'lisp-indent-function '1)
20759
20760 (autoload 'pcase-dolist "pcase" "\
20761
20762
20763 \(fn SPEC &rest BODY)" nil t)
20764
20765 (function-put 'pcase-dolist 'lisp-indent-function '1)
20766
20767 (autoload 'pcase-defmacro "pcase" "\
20768 Define a new kind of pcase PATTERN, by macro expansion.
20769 Patterns of the form (NAME ...) will be expanded according
20770 to this macro.
20771
20772 \(fn NAME ARGS &rest BODY)" nil t)
20773
20774 (function-put 'pcase-defmacro 'lisp-indent-function '2)
20775
20776 (function-put 'pcase-defmacro 'doc-string-elt '3)
20777
20778 ;;;***
20779 \f
20780 ;;;### (autoloads nil "pcmpl-cvs" "pcmpl-cvs.el" (22230 48822 857219
20781 ;;;;;; 260000))
20782 ;;; Generated autoloads from pcmpl-cvs.el
20783
20784 (autoload 'pcomplete/cvs "pcmpl-cvs" "\
20785 Completion rules for the `cvs' command.
20786
20787 \(fn)" nil nil)
20788
20789 ;;;***
20790 \f
20791 ;;;### (autoloads nil "pcmpl-gnu" "pcmpl-gnu.el" (22230 48822 857219
20792 ;;;;;; 260000))
20793 ;;; Generated autoloads from pcmpl-gnu.el
20794
20795 (autoload 'pcomplete/gzip "pcmpl-gnu" "\
20796 Completion for `gzip'.
20797
20798 \(fn)" nil nil)
20799
20800 (autoload 'pcomplete/bzip2 "pcmpl-gnu" "\
20801 Completion for `bzip2'.
20802
20803 \(fn)" nil nil)
20804
20805 (autoload 'pcomplete/make "pcmpl-gnu" "\
20806 Completion for GNU `make'.
20807
20808 \(fn)" nil nil)
20809
20810 (autoload 'pcomplete/tar "pcmpl-gnu" "\
20811 Completion for the GNU tar utility.
20812
20813 \(fn)" nil nil)
20814
20815 (defalias 'pcomplete/gdb 'pcomplete/xargs)
20816
20817 ;;;***
20818 \f
20819 ;;;### (autoloads nil "pcmpl-linux" "pcmpl-linux.el" (22230 48822
20820 ;;;;;; 857219 260000))
20821 ;;; Generated autoloads from pcmpl-linux.el
20822
20823 (autoload 'pcomplete/kill "pcmpl-linux" "\
20824 Completion for GNU/Linux `kill', using /proc filesystem.
20825
20826 \(fn)" nil nil)
20827
20828 (autoload 'pcomplete/umount "pcmpl-linux" "\
20829 Completion for GNU/Linux `umount'.
20830
20831 \(fn)" nil nil)
20832
20833 (autoload 'pcomplete/mount "pcmpl-linux" "\
20834 Completion for GNU/Linux `mount'.
20835
20836 \(fn)" nil nil)
20837
20838 ;;;***
20839 \f
20840 ;;;### (autoloads nil "pcmpl-rpm" "pcmpl-rpm.el" (22230 48822 858219
20841 ;;;;;; 256000))
20842 ;;; Generated autoloads from pcmpl-rpm.el
20843
20844 (autoload 'pcomplete/rpm "pcmpl-rpm" "\
20845 Completion for the `rpm' command.
20846
20847 \(fn)" nil nil)
20848
20849 ;;;***
20850 \f
20851 ;;;### (autoloads nil "pcmpl-unix" "pcmpl-unix.el" (22230 48822 858219
20852 ;;;;;; 256000))
20853 ;;; Generated autoloads from pcmpl-unix.el
20854
20855 (autoload 'pcomplete/cd "pcmpl-unix" "\
20856 Completion for `cd'.
20857
20858 \(fn)" nil nil)
20859
20860 (defalias 'pcomplete/pushd 'pcomplete/cd)
20861
20862 (autoload 'pcomplete/rmdir "pcmpl-unix" "\
20863 Completion for `rmdir'.
20864
20865 \(fn)" nil nil)
20866
20867 (autoload 'pcomplete/rm "pcmpl-unix" "\
20868 Completion for `rm'.
20869
20870 \(fn)" nil nil)
20871
20872 (autoload 'pcomplete/xargs "pcmpl-unix" "\
20873 Completion for `xargs'.
20874
20875 \(fn)" nil nil)
20876
20877 (defalias 'pcomplete/time 'pcomplete/xargs)
20878
20879 (autoload 'pcomplete/which "pcmpl-unix" "\
20880 Completion for `which'.
20881
20882 \(fn)" nil nil)
20883
20884 (autoload 'pcomplete/chown "pcmpl-unix" "\
20885 Completion for the `chown' command.
20886
20887 \(fn)" nil nil)
20888
20889 (autoload 'pcomplete/chgrp "pcmpl-unix" "\
20890 Completion for the `chgrp' command.
20891
20892 \(fn)" nil nil)
20893
20894 (autoload 'pcomplete/ssh "pcmpl-unix" "\
20895 Completion rules for the `ssh' command.
20896
20897 \(fn)" nil nil)
20898
20899 (autoload 'pcomplete/scp "pcmpl-unix" "\
20900 Completion rules for the `scp' command.
20901 Includes files as well as host names followed by a colon.
20902
20903 \(fn)" nil nil)
20904
20905 ;;;***
20906 \f
20907 ;;;### (autoloads nil "pcmpl-x" "pcmpl-x.el" (22230 48822 858219
20908 ;;;;;; 256000))
20909 ;;; Generated autoloads from pcmpl-x.el
20910
20911 (autoload 'pcomplete/tlmgr "pcmpl-x" "\
20912 Completion for the `tlmgr' command.
20913
20914 \(fn)" nil nil)
20915
20916 (autoload 'pcomplete/ack "pcmpl-x" "\
20917 Completion for the `ack' command.
20918 Start an argument with `-' to complete short options and `--' for
20919 long options.
20920
20921 \(fn)" nil nil)
20922
20923 (defalias 'pcomplete/ack-grep 'pcomplete/ack)
20924
20925 (autoload 'pcomplete/ag "pcmpl-x" "\
20926 Completion for the `ag' command.
20927
20928 \(fn)" nil nil)
20929
20930 ;;;***
20931 \f
20932 ;;;### (autoloads nil "pcomplete" "pcomplete.el" (22230 48822 858219
20933 ;;;;;; 256000))
20934 ;;; Generated autoloads from pcomplete.el
20935
20936 (autoload 'pcomplete "pcomplete" "\
20937 Support extensible programmable completion.
20938 To use this function, just bind the TAB key to it, or add it to your
20939 completion functions list (it should occur fairly early in the list).
20940
20941 \(fn &optional INTERACTIVELY)" t nil)
20942
20943 (autoload 'pcomplete-reverse "pcomplete" "\
20944 If cycling completion is in use, cycle backwards.
20945
20946 \(fn)" t nil)
20947
20948 (autoload 'pcomplete-expand-and-complete "pcomplete" "\
20949 Expand the textual value of the current argument.
20950 This will modify the current buffer.
20951
20952 \(fn)" t nil)
20953
20954 (autoload 'pcomplete-continue "pcomplete" "\
20955 Complete without reference to any cycling completions.
20956
20957 \(fn)" t nil)
20958
20959 (autoload 'pcomplete-expand "pcomplete" "\
20960 Expand the textual value of the current argument.
20961 This will modify the current buffer.
20962
20963 \(fn)" t nil)
20964
20965 (autoload 'pcomplete-help "pcomplete" "\
20966 Display any help information relative to the current argument.
20967
20968 \(fn)" t nil)
20969
20970 (autoload 'pcomplete-list "pcomplete" "\
20971 Show the list of possible completions for the current argument.
20972
20973 \(fn)" t nil)
20974
20975 (autoload 'pcomplete-comint-setup "pcomplete" "\
20976 Setup a comint buffer to use pcomplete.
20977 COMPLETEF-SYM should be the symbol where the
20978 dynamic-complete-functions are kept. For comint mode itself,
20979 this is `comint-dynamic-complete-functions'.
20980
20981 \(fn COMPLETEF-SYM)" nil nil)
20982
20983 (autoload 'pcomplete-shell-setup "pcomplete" "\
20984 Setup `shell-mode' to use pcomplete.
20985
20986 \(fn)" nil nil)
20987
20988 ;;;***
20989 \f
20990 ;;;### (autoloads nil "pcvs" "vc/pcvs.el" (22230 48822 938218 895000))
20991 ;;; Generated autoloads from vc/pcvs.el
20992
20993 (autoload 'cvs-checkout "pcvs" "\
20994 Run a `cvs checkout MODULES' in DIR.
20995 Feed the output to a *cvs* buffer, display it in the current window,
20996 and run `cvs-mode' on it.
20997
20998 With a prefix argument, prompt for cvs FLAGS to use.
20999
21000 \(fn MODULES DIR FLAGS &optional ROOT)" t nil)
21001
21002 (autoload 'cvs-quickdir "pcvs" "\
21003 Open a *cvs* buffer on DIR without running cvs.
21004 With a prefix argument, prompt for a directory to use.
21005 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21006 prevents reuse of an existing *cvs* buffer.
21007 Optional argument NOSHOW if non-nil means not to display the buffer.
21008 FLAGS is ignored.
21009
21010 \(fn DIR &optional FLAGS NOSHOW)" t nil)
21011
21012 (autoload 'cvs-examine "pcvs" "\
21013 Run a `cvs -n update' in the specified DIRECTORY.
21014 That is, check what needs to be done, but don't change the disc.
21015 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21016 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21017 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21018 prevents reuse of an existing *cvs* buffer.
21019 Optional argument NOSHOW if non-nil means not to display the buffer.
21020
21021 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21022
21023 (autoload 'cvs-update "pcvs" "\
21024 Run a `cvs update' in the current working DIRECTORY.
21025 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21026 With a \\[universal-argument] prefix argument, prompt for a directory to use.
21027 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21028 prevents reuse of an existing *cvs* buffer.
21029 The prefix is also passed to `cvs-flags-query' to select the FLAGS
21030 passed to cvs.
21031
21032 \(fn DIRECTORY FLAGS)" t nil)
21033
21034 (autoload 'cvs-status "pcvs" "\
21035 Run a `cvs status' in the current working DIRECTORY.
21036 Feed the output to a *cvs* buffer and run `cvs-mode' on it.
21037 With a prefix argument, prompt for a directory and cvs FLAGS to use.
21038 A prefix arg >8 (ex: \\[universal-argument] \\[universal-argument]),
21039 prevents reuse of an existing *cvs* buffer.
21040 Optional argument NOSHOW if non-nil means not to display the buffer.
21041
21042 \(fn DIRECTORY FLAGS &optional NOSHOW)" t nil)
21043
21044 (defvar cvs-dired-action 'cvs-quickdir "\
21045 The action to be performed when opening a CVS directory.
21046 Sensible values are `cvs-examine', `cvs-status' and `cvs-quickdir'.")
21047
21048 (custom-autoload 'cvs-dired-action "pcvs" t)
21049
21050 (defvar cvs-dired-use-hook '(4) "\
21051 Whether or not opening a CVS directory should run PCL-CVS.
21052 A value of nil means never do it.
21053 `always' means to always do it unless a prefix argument is given to the
21054 command that prompted the opening of the directory.
21055 Anything else means to do it only if the prefix arg is equal to this value.")
21056
21057 (custom-autoload 'cvs-dired-use-hook "pcvs" t)
21058
21059 (defun cvs-dired-noselect (dir) "\
21060 Run `cvs-examine' if DIR is a CVS administrative directory.
21061 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)))))
21062
21063 ;;;***
21064 \f
21065 ;;;### (autoloads nil "pcvs-defs" "vc/pcvs-defs.el" (22230 48822
21066 ;;;;;; 937218 899000))
21067 ;;; Generated autoloads from vc/pcvs-defs.el
21068
21069 (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)) "\
21070 Global menu used by PCL-CVS.")
21071
21072 ;;;***
21073 \f
21074 ;;;### (autoloads nil "perl-mode" "progmodes/perl-mode.el" (22230
21075 ;;;;;; 48822 889219 116000))
21076 ;;; Generated autoloads from progmodes/perl-mode.el
21077 (put 'perl-indent-level 'safe-local-variable 'integerp)
21078 (put 'perl-continued-statement-offset 'safe-local-variable 'integerp)
21079 (put 'perl-continued-brace-offset 'safe-local-variable 'integerp)
21080 (put 'perl-brace-offset 'safe-local-variable 'integerp)
21081 (put 'perl-brace-imaginary-offset 'safe-local-variable 'integerp)
21082 (put 'perl-label-offset 'safe-local-variable 'integerp)
21083
21084 (autoload 'perl-mode "perl-mode" "\
21085 Major mode for editing Perl code.
21086 Expression and list commands understand all Perl brackets.
21087 Tab indents for Perl code.
21088 Comments are delimited with # ... \\n.
21089 Paragraphs are separated by blank lines only.
21090 Delete converts tabs to spaces as it moves back.
21091 \\{perl-mode-map}
21092 Variables controlling indentation style:
21093 `perl-tab-always-indent'
21094 Non-nil means TAB in Perl mode should always indent the current line,
21095 regardless of where in the line point is when the TAB command is used.
21096 `perl-tab-to-comment'
21097 Non-nil means that for lines which don't need indenting, TAB will
21098 either delete an empty comment, indent an existing comment, move
21099 to end-of-line, or if at end-of-line already, create a new comment.
21100 `perl-nochange'
21101 Lines starting with this regular expression are not auto-indented.
21102 `perl-indent-level'
21103 Indentation of Perl statements within surrounding block.
21104 The surrounding block's indentation is the indentation
21105 of the line on which the open-brace appears.
21106 `perl-continued-statement-offset'
21107 Extra indentation given to a substatement, such as the
21108 then-clause of an if or body of a while.
21109 `perl-continued-brace-offset'
21110 Extra indentation given to a brace that starts a substatement.
21111 This is in addition to `perl-continued-statement-offset'.
21112 `perl-brace-offset'
21113 Extra indentation for line if it starts with an open brace.
21114 `perl-brace-imaginary-offset'
21115 An open brace following other text is treated as if it were
21116 this far to the right of the start of its line.
21117 `perl-label-offset'
21118 Extra indentation for line that is a label.
21119 `perl-indent-continued-arguments'
21120 Offset of argument lines relative to usual indentation.
21121
21122 Various indentation styles: K&R BSD BLK GNU LW
21123 perl-indent-level 5 8 0 2 4
21124 perl-continued-statement-offset 5 8 4 2 4
21125 perl-continued-brace-offset 0 0 0 0 -4
21126 perl-brace-offset -5 -8 0 0 0
21127 perl-brace-imaginary-offset 0 0 4 0 0
21128 perl-label-offset -5 -8 -2 -2 -2
21129
21130 Turning on Perl mode runs the normal hook `perl-mode-hook'.
21131
21132 \(fn)" t nil)
21133
21134 ;;;***
21135 \f
21136 ;;;### (autoloads nil "picture" "textmodes/picture.el" (22230 48822
21137 ;;;;;; 919218 981000))
21138 ;;; Generated autoloads from textmodes/picture.el
21139
21140 (autoload 'picture-mode "picture" "\
21141 Switch to Picture mode, in which a quarter-plane screen model is used.
21142 \\<picture-mode-map>
21143 Printing characters replace instead of inserting themselves with motion
21144 afterwards settable by these commands:
21145
21146 Move left after insertion: \\[picture-movement-left]
21147 Move right after insertion: \\[picture-movement-right]
21148 Move up after insertion: \\[picture-movement-up]
21149 Move down after insertion: \\[picture-movement-down]
21150
21151 Move northwest (nw) after insertion: \\[picture-movement-nw]
21152 Move northeast (ne) after insertion: \\[picture-movement-ne]
21153 Move southwest (sw) after insertion: \\[picture-movement-sw]
21154 Move southeast (se) after insertion: \\[picture-movement-se]
21155
21156 Move westnorthwest (wnw) after insertion: C-u \\[picture-movement-nw]
21157 Move eastnortheast (ene) after insertion: C-u \\[picture-movement-ne]
21158 Move westsouthwest (wsw) after insertion: C-u \\[picture-movement-sw]
21159 Move eastsoutheast (ese) after insertion: C-u \\[picture-movement-se]
21160
21161 The current direction is displayed in the mode line. The initial
21162 direction is right. Whitespace is inserted and tabs are changed to
21163 spaces when required by movement. You can move around in the buffer
21164 with these commands:
21165
21166 Move vertically to SAME column in previous line: \\[picture-move-down]
21167 Move vertically to SAME column in next line: \\[picture-move-up]
21168 Move to column following last
21169 non-whitespace character: \\[picture-end-of-line]
21170 Move right, inserting spaces if required: \\[picture-forward-column]
21171 Move left changing tabs to spaces if required: \\[picture-backward-column]
21172 Move in direction of current picture motion: \\[picture-motion]
21173 Move opposite to current picture motion: \\[picture-motion-reverse]
21174 Move to beginning of next line: \\[next-line]
21175
21176 You can edit tabular text with these commands:
21177
21178 Move to column beneath (or at) next interesting
21179 character (see variable `picture-tab-chars'): \\[picture-tab-search]
21180 Move to next stop in tab stop list: \\[picture-tab]
21181 Set tab stops according to context of this line: \\[picture-set-tab-stops]
21182 (With ARG, resets tab stops to default value.)
21183 Change the tab stop list: \\[edit-tab-stops]
21184
21185 You can manipulate text with these commands:
21186 Clear ARG columns after point without moving: \\[picture-clear-column]
21187 Delete char at point: \\[picture-delete-char]
21188 Clear ARG columns backward: \\[picture-backward-clear-column]
21189 Clear ARG lines, advancing over them: \\[picture-clear-line]
21190 (the cleared text is saved in the kill ring)
21191 Open blank line(s) beneath current line: \\[picture-open-line]
21192
21193 You can manipulate rectangles with these commands:
21194 Clear a rectangle and save it: \\[picture-clear-rectangle]
21195 Clear a rectangle, saving in a named register: \\[picture-clear-rectangle-to-register]
21196 Insert currently saved rectangle at point: \\[picture-yank-rectangle]
21197 Insert rectangle from named register: \\[picture-yank-rectangle-from-register]
21198 Draw a rectangular box around mark and point: \\[picture-draw-rectangle]
21199 Copies a rectangle to a register: \\[copy-rectangle-to-register]
21200 Undo effects of rectangle overlay commands: \\[undo]
21201
21202 You can return to the previous mode with \\[picture-mode-exit], which
21203 also strips trailing whitespace from every line. Stripping is suppressed
21204 by supplying an argument.
21205
21206 Entry to this mode calls the value of `picture-mode-hook' if non-nil.
21207
21208 Note that Picture mode commands will work outside of Picture mode, but
21209 they are not by default assigned to keys.
21210
21211 \(fn)" t nil)
21212
21213 (defalias 'edit-picture 'picture-mode)
21214
21215 ;;;***
21216 \f
21217 ;;;### (autoloads nil "pinentry" "net/pinentry.el" (22230 48822 811219
21218 ;;;;;; 468000))
21219 ;;; Generated autoloads from net/pinentry.el
21220 (push (purecopy '(pinentry 0 1)) package--builtin-versions)
21221
21222 (autoload 'pinentry-start "pinentry" "\
21223 Start a Pinentry service.
21224
21225 Once the environment is properly set, subsequent invocations of
21226 the gpg command will interact with Emacs for passphrase input.
21227
21228 If the optional QUIET argument is non-nil, messages at startup
21229 will not be shown.
21230
21231 \(fn &optional QUIET)" t nil)
21232
21233 ;;;***
21234 \f
21235 ;;;### (autoloads nil "plstore" "gnus/plstore.el" (22230 48822 752219
21236 ;;;;;; 734000))
21237 ;;; Generated autoloads from gnus/plstore.el
21238
21239 (autoload 'plstore-open "plstore" "\
21240 Create a plstore instance associated with FILE.
21241
21242 \(fn FILE)" nil nil)
21243
21244 (autoload 'plstore-mode "plstore" "\
21245 Major mode for editing PLSTORE files.
21246
21247 \(fn)" t nil)
21248
21249 ;;;***
21250 \f
21251 ;;;### (autoloads nil "po" "textmodes/po.el" (22230 48822 919218
21252 ;;;;;; 981000))
21253 ;;; Generated autoloads from textmodes/po.el
21254
21255 (autoload 'po-find-file-coding-system "po" "\
21256 Return a (DECODING . ENCODING) pair, according to PO file's charset.
21257 Called through `file-coding-system-alist', before the file is visited for real.
21258
21259 \(fn ARG-LIST)" nil nil)
21260
21261 ;;;***
21262 \f
21263 ;;;### (autoloads nil "pong" "play/pong.el" (22230 48822 861219 243000))
21264 ;;; Generated autoloads from play/pong.el
21265
21266 (autoload 'pong "pong" "\
21267 Play pong and waste time.
21268 This is an implementation of the classical game pong.
21269 Move left and right bats and try to bounce the ball to your opponent.
21270
21271 pong-mode keybindings:\\<pong-mode-map>
21272
21273 \\{pong-mode-map}
21274
21275 \(fn)" t nil)
21276
21277 ;;;***
21278 \f
21279 ;;;### (autoloads nil "pop3" "gnus/pop3.el" (22230 48822 752219 734000))
21280 ;;; Generated autoloads from gnus/pop3.el
21281
21282 (autoload 'pop3-movemail "pop3" "\
21283 Transfer contents of a maildrop to the specified FILE.
21284 Use streaming commands.
21285
21286 \(fn FILE)" nil nil)
21287
21288 ;;;***
21289 \f
21290 ;;;### (autoloads nil "pp" "emacs-lisp/pp.el" (22230 48822 695219
21291 ;;;;;; 992000))
21292 ;;; Generated autoloads from emacs-lisp/pp.el
21293
21294 (autoload 'pp-to-string "pp" "\
21295 Return a string containing the pretty-printed representation of OBJECT.
21296 OBJECT can be any Lisp object. Quoting characters are used as needed
21297 to make output that `read' can handle, whenever this is possible.
21298
21299 \(fn OBJECT)" nil nil)
21300
21301 (autoload 'pp-buffer "pp" "\
21302 Prettify the current buffer with printed representation of a Lisp object.
21303
21304 \(fn)" nil nil)
21305
21306 (autoload 'pp "pp" "\
21307 Output the pretty-printed representation of OBJECT, any Lisp object.
21308 Quoting characters are printed as needed to make output that `read'
21309 can handle, whenever this is possible.
21310 Output stream is STREAM, or value of `standard-output' (which see).
21311
21312 \(fn OBJECT &optional STREAM)" nil nil)
21313
21314 (autoload 'pp-eval-expression "pp" "\
21315 Evaluate EXPRESSION and pretty-print its value.
21316 Also add the value to the front of the list in the variable `values'.
21317
21318 \(fn EXPRESSION)" t nil)
21319
21320 (autoload 'pp-macroexpand-expression "pp" "\
21321 Macroexpand EXPRESSION and pretty-print its value.
21322
21323 \(fn EXPRESSION)" t nil)
21324
21325 (autoload 'pp-eval-last-sexp "pp" "\
21326 Run `pp-eval-expression' on sexp before point.
21327 With argument, pretty-print output into current buffer.
21328 Ignores leading comment characters.
21329
21330 \(fn ARG)" t nil)
21331
21332 (autoload 'pp-macroexpand-last-sexp "pp" "\
21333 Run `pp-macroexpand-expression' on sexp before point.
21334 With argument, pretty-print output into current buffer.
21335 Ignores leading comment characters.
21336
21337 \(fn ARG)" t nil)
21338
21339 ;;;***
21340 \f
21341 ;;;### (autoloads nil "printing" "printing.el" (22230 48822 863219
21342 ;;;;;; 234000))
21343 ;;; Generated autoloads from printing.el
21344 (push (purecopy '(printing 6 9 3)) package--builtin-versions)
21345
21346 (autoload 'pr-interface "printing" "\
21347 Activate the printing interface buffer.
21348
21349 If BUFFER is nil, the current buffer is used for printing.
21350
21351 For more information, type \\[pr-interface-help].
21352
21353 \(fn &optional BUFFER)" t nil)
21354
21355 (autoload 'pr-ps-directory-preview "printing" "\
21356 Preview directory using ghostview.
21357
21358 Interactively, the command prompts for N-UP printing number, a directory, a
21359 file name regexp for matching and, when you use a prefix argument (C-u), the
21360 command prompts the user for a file name, and saves the PostScript image in
21361 that file instead of saving it in a temporary file.
21362
21363 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21364 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21365 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21366 save the image in a temporary file. If FILENAME is a string, save the
21367 PostScript image in a file with that name. If FILENAME is t, prompts for a
21368 file name.
21369
21370 See also documentation for `pr-list-directory'.
21371
21372 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21373
21374 (autoload 'pr-ps-directory-using-ghostscript "printing" "\
21375 Print directory using PostScript through ghostscript.
21376
21377 Interactively, the command prompts for N-UP printing number, a directory, a
21378 file name regexp for matching and, when you use a prefix argument (C-u), the
21379 command prompts the user for a file name, and saves the PostScript image in
21380 that file instead of saving it in a temporary file.
21381
21382 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21383 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21384 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21385 save the image in a temporary file. If FILENAME is a string, save the
21386 PostScript image in a file with that name. If FILENAME is t, prompts for a
21387 file name.
21388
21389 See also documentation for `pr-list-directory'.
21390
21391 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21392
21393 (autoload 'pr-ps-directory-print "printing" "\
21394 Print directory using PostScript printer.
21395
21396 Interactively, the command prompts for N-UP printing number, a directory, a
21397 file name regexp for matching and, when you use a prefix argument (C-u), the
21398 command prompts the user for a file name, and saves the PostScript image in
21399 that file instead of saving it in a temporary file.
21400
21401 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21402 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21403 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21404 save the image in a temporary file. If FILENAME is a string, save the
21405 PostScript image in a file with that name. If FILENAME is t, prompts for a
21406 file name.
21407
21408 See also documentation for `pr-list-directory'.
21409
21410 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21411
21412 (autoload 'pr-ps-directory-ps-print "printing" "\
21413 Print directory using PostScript printer or through ghostscript.
21414
21415 It depends on `pr-print-using-ghostscript'.
21416
21417 Interactively, the command prompts for N-UP printing number, a directory, a
21418 file name regexp for matching and, when you use a prefix argument (C-u), the
21419 command prompts the user for a file name, and saves the PostScript image in
21420 that file instead of saving it in a temporary file.
21421
21422 Noninteractively, if N-UP is nil, prompts for N-UP printing number. If DIR is
21423 nil, prompts for DIRectory. If FILE-REGEXP is nil, prompts for
21424 FILE(name)-REGEXP. The argument FILENAME is treated as follows: if it's nil,
21425 save the image in a temporary file. If FILENAME is a string, save the
21426 PostScript image in a file with that name. If FILENAME is t, prompts for a
21427 file name.
21428
21429 See also documentation for `pr-list-directory'.
21430
21431 \(fn N-UP DIR FILE-REGEXP &optional FILENAME)" t nil)
21432
21433 (autoload 'pr-ps-buffer-preview "printing" "\
21434 Preview buffer using ghostview.
21435
21436 Interactively, the command prompts for N-UP printing number and, when you use a
21437 prefix argument (C-u), the command prompts the user for a file name, and saves
21438 the PostScript image in that file instead of saving it in a temporary file.
21439
21440 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21441 argument FILENAME is treated as follows: if it's nil, save the image in a
21442 temporary file. If FILENAME is a string, save the PostScript image in a file
21443 with that name. If FILENAME is t, prompts for a file name.
21444
21445 \(fn N-UP &optional FILENAME)" t nil)
21446
21447 (autoload 'pr-ps-buffer-using-ghostscript "printing" "\
21448 Print buffer using PostScript through ghostscript.
21449
21450 Interactively, the command prompts for N-UP printing number and, when you use a
21451 prefix argument (C-u), the command prompts the user for a file name, and saves
21452 the PostScript image in that file instead of sending it to the printer.
21453
21454 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21455 argument FILENAME is treated as follows: if it's nil, send the image to the
21456 printer. If FILENAME is a string, save the PostScript image in a file with
21457 that name. If FILENAME is t, prompts for a file name.
21458
21459 \(fn N-UP &optional FILENAME)" t nil)
21460
21461 (autoload 'pr-ps-buffer-print "printing" "\
21462 Print buffer using PostScript printer.
21463
21464 Interactively, the command prompts for N-UP printing number and, when you use a
21465 prefix argument (C-u), the command prompts the user for a file name, and saves
21466 the PostScript image in that file instead of sending it to the printer.
21467
21468 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21469 argument FILENAME is treated as follows: if it's nil, send the image to the
21470 printer. If FILENAME is a string, save the PostScript image in a file with
21471 that name. If FILENAME is t, prompts for a file name.
21472
21473 \(fn N-UP &optional FILENAME)" t nil)
21474
21475 (autoload 'pr-ps-buffer-ps-print "printing" "\
21476 Print buffer using PostScript printer or through ghostscript.
21477
21478 It depends on `pr-print-using-ghostscript'.
21479
21480 Interactively, the command prompts for N-UP printing number and, when you use a
21481 prefix argument (C-u), the command prompts the user for a file name, and saves
21482 the PostScript image in that file instead of sending it to the printer.
21483
21484 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21485 argument FILENAME is treated as follows: if it's nil, send the image to the
21486 printer. If FILENAME is a string, save the PostScript image in a file with
21487 that name. If FILENAME is t, prompts for a file name.
21488
21489 \(fn N-UP &optional FILENAME)" t nil)
21490
21491 (autoload 'pr-ps-region-preview "printing" "\
21492 Preview region using ghostview.
21493
21494 See also `pr-ps-buffer-preview'.
21495
21496 \(fn N-UP &optional FILENAME)" t nil)
21497
21498 (autoload 'pr-ps-region-using-ghostscript "printing" "\
21499 Print region using PostScript through ghostscript.
21500
21501 See also `pr-ps-buffer-using-ghostscript'.
21502
21503 \(fn N-UP &optional FILENAME)" t nil)
21504
21505 (autoload 'pr-ps-region-print "printing" "\
21506 Print region using PostScript printer.
21507
21508 See also `pr-ps-buffer-print'.
21509
21510 \(fn N-UP &optional FILENAME)" t nil)
21511
21512 (autoload 'pr-ps-region-ps-print "printing" "\
21513 Print region using PostScript printer or through ghostscript.
21514
21515 See also `pr-ps-buffer-ps-print'.
21516
21517 \(fn N-UP &optional FILENAME)" t nil)
21518
21519 (autoload 'pr-ps-mode-preview "printing" "\
21520 Preview major mode using ghostview.
21521
21522 See also `pr-ps-buffer-preview'.
21523
21524 \(fn N-UP &optional FILENAME)" t nil)
21525
21526 (autoload 'pr-ps-mode-using-ghostscript "printing" "\
21527 Print major mode using PostScript through ghostscript.
21528
21529 See also `pr-ps-buffer-using-ghostscript'.
21530
21531 \(fn N-UP &optional FILENAME)" t nil)
21532
21533 (autoload 'pr-ps-mode-print "printing" "\
21534 Print major mode using PostScript printer.
21535
21536 See also `pr-ps-buffer-print'.
21537
21538 \(fn N-UP &optional FILENAME)" t nil)
21539
21540 (autoload 'pr-ps-mode-ps-print "printing" "\
21541 Print major mode using PostScript or through ghostscript.
21542
21543 See also `pr-ps-buffer-ps-print'.
21544
21545 \(fn N-UP &optional FILENAME)" t nil)
21546
21547 (autoload 'pr-printify-directory "printing" "\
21548 Replace nonprinting characters in directory with printable representations.
21549 The printable representations use ^ (for ASCII control characters) or hex.
21550 The characters tab, linefeed, space, return and formfeed are not affected.
21551
21552 Interactively, the command prompts for a directory and a file name regexp for
21553 matching.
21554
21555 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21556 prompts for FILE(name)-REGEXP.
21557
21558 See also documentation for `pr-list-directory'.
21559
21560 \(fn &optional DIR FILE-REGEXP)" t nil)
21561
21562 (autoload 'pr-printify-buffer "printing" "\
21563 Replace nonprinting characters in buffer with printable representations.
21564 The printable representations use ^ (for ASCII control characters) or hex.
21565 The characters tab, linefeed, space, return and formfeed are not affected.
21566
21567 \(fn)" t nil)
21568
21569 (autoload 'pr-printify-region "printing" "\
21570 Replace nonprinting characters in region with printable representations.
21571 The printable representations use ^ (for ASCII control characters) or hex.
21572 The characters tab, linefeed, space, return and formfeed are not affected.
21573
21574 \(fn)" t nil)
21575
21576 (autoload 'pr-txt-directory "printing" "\
21577 Print directory using text printer.
21578
21579 Interactively, the command prompts for a directory and a file name regexp for
21580 matching.
21581
21582 Noninteractively, if DIR is nil, prompts for DIRectory. If FILE-REGEXP is nil,
21583 prompts for FILE(name)-REGEXP.
21584
21585 See also documentation for `pr-list-directory'.
21586
21587 \(fn &optional DIR FILE-REGEXP)" t nil)
21588
21589 (autoload 'pr-txt-buffer "printing" "\
21590 Print buffer using text printer.
21591
21592 \(fn)" t nil)
21593
21594 (autoload 'pr-txt-region "printing" "\
21595 Print region using text printer.
21596
21597 \(fn)" t nil)
21598
21599 (autoload 'pr-txt-mode "printing" "\
21600 Print major mode using text printer.
21601
21602 \(fn)" t nil)
21603
21604 (autoload 'pr-despool-preview "printing" "\
21605 Preview spooled PostScript.
21606
21607 Interactively, when you use a prefix argument (C-u), the command prompts the
21608 user for a file name, and saves the spooled PostScript image in that file
21609 instead of saving it in a temporary file.
21610
21611 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21612 save the image in a temporary file. If FILENAME is a string, save the
21613 PostScript image in a file with that name.
21614
21615 \(fn &optional FILENAME)" t nil)
21616
21617 (autoload 'pr-despool-using-ghostscript "printing" "\
21618 Print spooled PostScript using ghostscript.
21619
21620 Interactively, when you use a prefix argument (C-u), the command prompts the
21621 user for a file name, and saves the spooled PostScript image in that file
21622 instead of sending it to the printer.
21623
21624 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21625 send the image to the printer. If FILENAME is a string, save the PostScript
21626 image in a file with that name.
21627
21628 \(fn &optional FILENAME)" t nil)
21629
21630 (autoload 'pr-despool-print "printing" "\
21631 Send the spooled PostScript to the printer.
21632
21633 Interactively, when you use a prefix argument (C-u), the command prompts the
21634 user for a file name, and saves the spooled PostScript image in that file
21635 instead of sending it to the printer.
21636
21637 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21638 send the image to the printer. If FILENAME is a string, save the PostScript
21639 image in a file with that name.
21640
21641 \(fn &optional FILENAME)" t nil)
21642
21643 (autoload 'pr-despool-ps-print "printing" "\
21644 Send the spooled PostScript to the printer or use ghostscript to print it.
21645
21646 Interactively, when you use a prefix argument (C-u), the command prompts the
21647 user for a file name, and saves the spooled PostScript image in that file
21648 instead of sending it to the printer.
21649
21650 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
21651 send the image to the printer. If FILENAME is a string, save the PostScript
21652 image in a file with that name.
21653
21654 \(fn &optional FILENAME)" t nil)
21655
21656 (autoload 'pr-ps-file-preview "printing" "\
21657 Preview PostScript file FILENAME.
21658
21659 \(fn FILENAME)" t nil)
21660
21661 (autoload 'pr-ps-file-up-preview "printing" "\
21662 Preview PostScript file FILENAME.
21663
21664 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21665
21666 (autoload 'pr-ps-file-using-ghostscript "printing" "\
21667 Print PostScript file FILENAME using ghostscript.
21668
21669 \(fn FILENAME)" t nil)
21670
21671 (autoload 'pr-ps-file-print "printing" "\
21672 Print PostScript file FILENAME.
21673
21674 \(fn FILENAME)" t nil)
21675
21676 (autoload 'pr-ps-file-ps-print "printing" "\
21677 Send PostScript file FILENAME to printer or use ghostscript to print it.
21678
21679 \(fn FILENAME)" t nil)
21680
21681 (autoload 'pr-ps-file-up-ps-print "printing" "\
21682 Process a PostScript file IFILENAME and send it to printer.
21683
21684 Interactively, the command prompts for N-UP printing number, for an input
21685 PostScript file IFILENAME and, when you use a prefix argument (C-u), the
21686 command prompts the user for an output PostScript file name OFILENAME, and
21687 saves the PostScript image in that file instead of sending it to the printer.
21688
21689 Noninteractively, if N-UP is nil, prompts for N-UP printing number. The
21690 argument IFILENAME is treated as follows: if it's t, prompts for an input
21691 PostScript file name; otherwise, it *must* be a string that it's an input
21692 PostScript file name. The argument OFILENAME is treated as follows: if it's
21693 nil, send the image to the printer. If OFILENAME is a string, save the
21694 PostScript image in a file with that name. If OFILENAME is t, prompts for a
21695 file name.
21696
21697 \(fn N-UP IFILENAME &optional OFILENAME)" t nil)
21698
21699 (autoload 'pr-toggle-file-duplex "printing" "\
21700 Toggle duplex for PostScript file.
21701
21702 \(fn)" t nil)
21703
21704 (autoload 'pr-toggle-file-tumble "printing" "\
21705 Toggle tumble for PostScript file.
21706
21707 If tumble is off, produces a printing suitable for binding on the left or
21708 right.
21709 If tumble is on, produces a printing suitable for binding at the top or
21710 bottom.
21711
21712 \(fn)" t nil)
21713
21714 (autoload 'pr-toggle-file-landscape "printing" "\
21715 Toggle landscape for PostScript file.
21716
21717 \(fn)" t nil)
21718
21719 (autoload 'pr-toggle-ghostscript "printing" "\
21720 Toggle printing using ghostscript.
21721
21722 \(fn)" t nil)
21723
21724 (autoload 'pr-toggle-faces "printing" "\
21725 Toggle printing with faces.
21726
21727 \(fn)" t nil)
21728
21729 (autoload 'pr-toggle-spool "printing" "\
21730 Toggle spooling.
21731
21732 \(fn)" t nil)
21733
21734 (autoload 'pr-toggle-duplex "printing" "\
21735 Toggle duplex.
21736
21737 \(fn)" t nil)
21738
21739 (autoload 'pr-toggle-tumble "printing" "\
21740 Toggle tumble.
21741
21742 If tumble is off, produces a printing suitable for binding on the left or
21743 right.
21744 If tumble is on, produces a printing suitable for binding at the top or
21745 bottom.
21746
21747 \(fn)" t nil)
21748
21749 (autoload 'pr-toggle-landscape "printing" "\
21750 Toggle landscape.
21751
21752 \(fn)" t nil)
21753
21754 (autoload 'pr-toggle-upside-down "printing" "\
21755 Toggle upside-down.
21756
21757 \(fn)" t nil)
21758
21759 (autoload 'pr-toggle-line "printing" "\
21760 Toggle line number.
21761
21762 \(fn)" t nil)
21763
21764 (autoload 'pr-toggle-zebra "printing" "\
21765 Toggle zebra stripes.
21766
21767 \(fn)" t nil)
21768
21769 (autoload 'pr-toggle-header "printing" "\
21770 Toggle printing header.
21771
21772 \(fn)" t nil)
21773
21774 (autoload 'pr-toggle-header-frame "printing" "\
21775 Toggle printing header frame.
21776
21777 \(fn)" t nil)
21778
21779 (autoload 'pr-toggle-lock "printing" "\
21780 Toggle menu lock.
21781
21782 \(fn)" t nil)
21783
21784 (autoload 'pr-toggle-region "printing" "\
21785 Toggle whether the region is automagically detected.
21786
21787 \(fn)" t nil)
21788
21789 (autoload 'pr-toggle-mode "printing" "\
21790 Toggle auto mode.
21791
21792 \(fn)" t nil)
21793
21794 (autoload 'pr-customize "printing" "\
21795 Customization of the `printing' group.
21796
21797 \(fn &rest IGNORE)" t nil)
21798
21799 (autoload 'lpr-customize "printing" "\
21800 Customization of the `lpr' group.
21801
21802 \(fn &rest IGNORE)" t nil)
21803
21804 (autoload 'pr-help "printing" "\
21805 Help for the printing package.
21806
21807 \(fn &rest IGNORE)" t nil)
21808
21809 (autoload 'pr-ps-name "printing" "\
21810 Interactively select a PostScript printer.
21811
21812 \(fn)" t nil)
21813
21814 (autoload 'pr-txt-name "printing" "\
21815 Interactively select a text printer.
21816
21817 \(fn)" t nil)
21818
21819 (autoload 'pr-ps-utility "printing" "\
21820 Interactively select a PostScript utility.
21821
21822 \(fn)" t nil)
21823
21824 (autoload 'pr-show-ps-setup "printing" "\
21825 Show current ps-print settings.
21826
21827 \(fn &rest IGNORE)" t nil)
21828
21829 (autoload 'pr-show-pr-setup "printing" "\
21830 Show current printing settings.
21831
21832 \(fn &rest IGNORE)" t nil)
21833
21834 (autoload 'pr-show-lpr-setup "printing" "\
21835 Show current lpr settings.
21836
21837 \(fn &rest IGNORE)" t nil)
21838
21839 (autoload 'pr-ps-fast-fire "printing" "\
21840 Fast fire function for PostScript printing.
21841
21842 If a region is active, the region will be printed instead of the whole buffer.
21843 Also if the current major-mode is defined in `pr-mode-alist', the settings in
21844 `pr-mode-alist' will be used, that is, the current buffer or region will be
21845 printed using `pr-ps-mode-ps-print'.
21846
21847
21848 Interactively, you have the following situations:
21849
21850 M-x pr-ps-fast-fire RET
21851 The command prompts the user for a N-UP value and printing will
21852 immediately be done using the current active printer.
21853
21854 C-u M-x pr-ps-fast-fire RET
21855 C-u 0 M-x pr-ps-fast-fire RET
21856 The command prompts the user for a N-UP value and also for a current
21857 PostScript printer, then printing will immediately be done using the new
21858 current active printer.
21859
21860 C-u 1 M-x pr-ps-fast-fire RET
21861 The command prompts the user for a N-UP value and also for a file name,
21862 and saves the PostScript image in that file instead of sending it to the
21863 printer.
21864
21865 C-u 2 M-x pr-ps-fast-fire RET
21866 The command prompts the user for a N-UP value, then for a current
21867 PostScript printer and, finally, for a file name. Then change the active
21868 printer to that chosen by user and saves the PostScript image in
21869 that file instead of sending it to the printer.
21870
21871
21872 Noninteractively, the argument N-UP should be a positive integer greater than
21873 zero and the argument SELECT is treated as follows:
21874
21875 If it's nil, send the image to the printer.
21876
21877 If it's a list or an integer lesser or equal to zero, the command prompts
21878 the user for a current PostScript printer, then printing will immediately
21879 be done using the new current active printer.
21880
21881 If it's an integer equal to 1, the command prompts the user for a file name
21882 and saves the PostScript image in that file instead of sending it to the
21883 printer.
21884
21885 If it's an integer greater or equal to 2, the command prompts the user for a
21886 current PostScript printer and for a file name. Then change the active
21887 printer to that chosen by user and saves the PostScript image in that file
21888 instead of sending it to the printer.
21889
21890 If it's a symbol which it's defined in `pr-ps-printer-alist', it's the new
21891 active printer and printing will immediately be done using the new active
21892 printer.
21893
21894 Otherwise, send the image to the printer.
21895
21896
21897 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
21898 are both set to t.
21899
21900 \(fn N-UP &optional SELECT)" t nil)
21901
21902 (autoload 'pr-txt-fast-fire "printing" "\
21903 Fast fire function for text printing.
21904
21905 If a region is active, the region will be printed instead of the whole buffer.
21906 Also if the current major-mode is defined in `pr-mode-alist', the settings in
21907 `pr-mode-alist' will be used, that is, the current buffer or region will be
21908 printed using `pr-txt-mode'.
21909
21910 Interactively, when you use a prefix argument (C-u), the command prompts the
21911 user for a new active text printer.
21912
21913 Noninteractively, the argument SELECT-PRINTER is treated as follows:
21914
21915 If it's nil, the printing is sent to the current active text printer.
21916
21917 If it's a symbol which it's defined in `pr-txt-printer-alist', it's the new
21918 active printer and printing will immediately be done using the new active
21919 printer.
21920
21921 If it's non-nil, the command prompts the user for a new active text printer.
21922
21923 Note that this command always behaves as if `pr-auto-region' and `pr-auto-mode'
21924 are both set to t.
21925
21926 \(fn &optional SELECT-PRINTER)" t nil)
21927
21928 ;;;***
21929 \f
21930 ;;;### (autoloads nil "proced" "proced.el" (22230 48822 863219 234000))
21931 ;;; Generated autoloads from proced.el
21932
21933 (autoload 'proced "proced" "\
21934 Generate a listing of UNIX system processes.
21935 \\<proced-mode-map>
21936 If invoked with optional ARG, do not select the window displaying
21937 the process information.
21938
21939 This function runs the normal hook `proced-post-display-hook'.
21940
21941 See `proced-mode' for a description of features available in
21942 Proced buffers.
21943
21944 \(fn &optional ARG)" t nil)
21945
21946 ;;;***
21947 \f
21948 ;;;### (autoloads nil "profiler" "profiler.el" (22230 48822 863219
21949 ;;;;;; 234000))
21950 ;;; Generated autoloads from profiler.el
21951
21952 (autoload 'profiler-start "profiler" "\
21953 Start/restart profilers.
21954 MODE can be one of `cpu', `mem', or `cpu+mem'.
21955 If MODE is `cpu' or `cpu+mem', time-based profiler will be started.
21956 Also, if MODE is `mem' or `cpu+mem', then memory profiler will be started.
21957
21958 \(fn MODE)" t nil)
21959
21960 (autoload 'profiler-find-profile "profiler" "\
21961 Open profile FILENAME.
21962
21963 \(fn FILENAME)" t nil)
21964
21965 (autoload 'profiler-find-profile-other-window "profiler" "\
21966 Open profile FILENAME.
21967
21968 \(fn FILENAME)" t nil)
21969
21970 (autoload 'profiler-find-profile-other-frame "profiler" "\
21971 Open profile FILENAME.
21972
21973 \(fn FILENAME)" t nil)
21974
21975 ;;;***
21976 \f
21977 ;;;### (autoloads nil "project" "progmodes/project.el" (22230 48822
21978 ;;;;;; 889219 116000))
21979 ;;; Generated autoloads from progmodes/project.el
21980
21981 (autoload 'project-current "project" "\
21982 Return the project instance in DIR or `default-directory'.
21983 When no project found in DIR, and MAYBE-PROMPT is non-nil, ask
21984 the user for a different directory to look in.
21985
21986 \(fn &optional MAYBE-PROMPT DIR)" nil nil)
21987
21988 (autoload 'project-find-regexp "project" "\
21989 Find all matches for REGEXP in the current project's roots.
21990 With \\[universal-argument] prefix, you can specify the directory
21991 to search in, and the file name pattern to search for.
21992
21993 \(fn REGEXP)" t nil)
21994
21995 (autoload 'project-or-external-find-regexp "project" "\
21996 Find all matches for REGEXP in the project roots or external roots.
21997 With \\[universal-argument] prefix, you can specify the file name
21998 pattern to search for.
21999
22000 \(fn REGEXP)" t nil)
22001
22002 (autoload 'project-find-file "project" "\
22003 Visit a file (with completion) in the current project's roots.
22004 The completion default is the filename at point, if one is
22005 recognized.
22006
22007 \(fn)" t nil)
22008
22009 (autoload 'project-or-external-find-file "project" "\
22010 Visit a file (with completion) in the current project's roots or external roots.
22011 The completion default is the filename at point, if one is
22012 recognized.
22013
22014 \(fn)" t nil)
22015
22016 ;;;***
22017 \f
22018 ;;;### (autoloads nil "prolog" "progmodes/prolog.el" (22230 48822
22019 ;;;;;; 890219 112000))
22020 ;;; Generated autoloads from progmodes/prolog.el
22021
22022 (autoload 'prolog-mode "prolog" "\
22023 Major mode for editing Prolog code.
22024
22025 Blank lines and `%%...' separate paragraphs. `%'s starts a comment
22026 line and comments can also be enclosed in /* ... */.
22027
22028 If an optional argument SYSTEM is non-nil, set up mode for the given system.
22029
22030 To find out what version of Prolog mode you are running, enter
22031 `\\[prolog-mode-version]'.
22032
22033 Commands:
22034 \\{prolog-mode-map}
22035
22036 \(fn)" t nil)
22037
22038 (autoload 'mercury-mode "prolog" "\
22039 Major mode for editing Mercury programs.
22040 Actually this is just customized `prolog-mode'.
22041
22042 \(fn)" t nil)
22043
22044 (autoload 'run-prolog "prolog" "\
22045 Run an inferior Prolog process, input and output via buffer *prolog*.
22046 With prefix argument ARG, restart the Prolog process if running before.
22047
22048 \(fn ARG)" t nil)
22049
22050 ;;;***
22051 \f
22052 ;;;### (autoloads nil "ps-bdf" "ps-bdf.el" (22230 48822 900219 67000))
22053 ;;; Generated autoloads from ps-bdf.el
22054
22055 (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")) "\
22056 List of directories to search for `BDF' font files.
22057 The default value is (\"/usr/local/share/emacs/fonts/bdf\").")
22058
22059 (custom-autoload 'bdf-directory-list "ps-bdf" t)
22060
22061 ;;;***
22062 \f
22063 ;;;### (autoloads nil "ps-mode" "progmodes/ps-mode.el" (22230 48822
22064 ;;;;;; 890219 112000))
22065 ;;; Generated autoloads from progmodes/ps-mode.el
22066 (push (purecopy '(ps-mode 1 1 9)) package--builtin-versions)
22067
22068 (autoload 'ps-mode "ps-mode" "\
22069 Major mode for editing PostScript with GNU Emacs.
22070
22071 Entry to this mode calls `ps-mode-hook'.
22072
22073 The following variables hold user options, and can
22074 be set through the `customize' command:
22075
22076 `ps-mode-tab'
22077 `ps-mode-paper-size'
22078 `ps-mode-print-function'
22079 `ps-run-prompt'
22080 `ps-run-font-lock-keywords-2'
22081 `ps-run-x'
22082 `ps-run-dumb'
22083 `ps-run-init'
22084 `ps-run-error-line-numbers'
22085 `ps-run-tmp-dir'
22086
22087 Type \\[describe-variable] for documentation on these options.
22088
22089
22090 \\{ps-mode-map}
22091
22092
22093 When starting an interactive PostScript process with \\[ps-run-start],
22094 a second window will be displayed, and `ps-run-mode-hook' will be called.
22095 The keymap for this second window is:
22096
22097 \\{ps-run-mode-map}
22098
22099
22100 When Ghostscript encounters an error it displays an error message
22101 with a file position. Clicking mouse-2 on this number will bring
22102 point to the corresponding spot in the PostScript window, if input
22103 to the interpreter was sent from that window.
22104 Typing \\<ps-run-mode-map>\\[ps-run-goto-error] when the cursor is at the number has the same effect.
22105
22106 \(fn)" t nil)
22107
22108 ;;;***
22109 \f
22110 ;;;### (autoloads nil "ps-print" "ps-print.el" (22230 48822 901219
22111 ;;;;;; 62000))
22112 ;;; Generated autoloads from ps-print.el
22113 (push (purecopy '(ps-print 7 3 5)) package--builtin-versions)
22114
22115 (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"))) "\
22116 List associating a symbolic paper type to its width, height and doc media.
22117 See `ps-paper-type'.")
22118
22119 (custom-autoload 'ps-page-dimensions-database "ps-print" t)
22120
22121 (defvar ps-paper-type 'letter "\
22122 Specify the size of paper to format for.
22123 Should be one of the paper types defined in `ps-page-dimensions-database', for
22124 example `letter', `legal' or `a4'.")
22125
22126 (custom-autoload 'ps-paper-type "ps-print" t)
22127
22128 (defvar ps-print-color-p (or (fboundp 'x-color-values) (fboundp 'color-instance-rgb-components)) "\
22129 Specify how buffer's text color is printed.
22130
22131 Valid values are:
22132
22133 nil Do not print colors.
22134
22135 t Print colors.
22136
22137 black-white Print colors on black/white printer.
22138 See also `ps-black-white-faces'.
22139
22140 Any other value is treated as t.")
22141
22142 (custom-autoload 'ps-print-color-p "ps-print" t)
22143
22144 (autoload 'ps-print-customize "ps-print" "\
22145 Customization of ps-print group.
22146
22147 \(fn)" t nil)
22148
22149 (autoload 'ps-print-buffer "ps-print" "\
22150 Generate and print a PostScript image of the buffer.
22151
22152 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22153 user for a file name, and saves the PostScript image in that file instead of
22154 sending it to the printer.
22155
22156 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22157 send the image to the printer. If FILENAME is a string, save the PostScript
22158 image in a file with that name.
22159
22160 \(fn &optional FILENAME)" t nil)
22161
22162 (autoload 'ps-print-buffer-with-faces "ps-print" "\
22163 Generate and print a PostScript image of the buffer.
22164 Like `ps-print-buffer', but includes font, color, and underline information in
22165 the generated image. This command works only if you are using a window system,
22166 so it has a way to determine color values.
22167
22168 \(fn &optional FILENAME)" t nil)
22169
22170 (autoload 'ps-print-region "ps-print" "\
22171 Generate and print a PostScript image of the region.
22172 Like `ps-print-buffer', but prints just the current region.
22173
22174 \(fn FROM TO &optional FILENAME)" t nil)
22175
22176 (autoload 'ps-print-region-with-faces "ps-print" "\
22177 Generate and print a PostScript image of the region.
22178 Like `ps-print-region', but includes font, color, and underline information in
22179 the generated image. This command works only if you are using a window system,
22180 so it has a way to determine color values.
22181
22182 \(fn FROM TO &optional FILENAME)" t nil)
22183
22184 (autoload 'ps-spool-buffer "ps-print" "\
22185 Generate and spool a PostScript image of the buffer.
22186 Like `ps-print-buffer' except that the PostScript image is saved in a local
22187 buffer to be sent to the printer later.
22188
22189 Use the command `ps-despool' to send the spooled images to the printer.
22190
22191 \(fn)" t nil)
22192
22193 (autoload 'ps-spool-buffer-with-faces "ps-print" "\
22194 Generate and spool a PostScript image of the buffer.
22195 Like the command `ps-spool-buffer', but includes font, color, and underline
22196 information in the generated image. This command works only if you are using
22197 a window system, so it has a way to determine color values.
22198
22199 Use the command `ps-despool' to send the spooled images to the printer.
22200
22201 \(fn)" t nil)
22202
22203 (autoload 'ps-spool-region "ps-print" "\
22204 Generate a PostScript image of the region and spool locally.
22205 Like `ps-spool-buffer', but spools just the current region.
22206
22207 Use the command `ps-despool' to send the spooled images to the printer.
22208
22209 \(fn FROM TO)" t nil)
22210
22211 (autoload 'ps-spool-region-with-faces "ps-print" "\
22212 Generate a PostScript image of the region and spool locally.
22213 Like `ps-spool-region', but includes font, color, and underline information in
22214 the generated image. This command works only if you are using a window system,
22215 so it has a way to determine color values.
22216
22217 Use the command `ps-despool' to send the spooled images to the printer.
22218
22219 \(fn FROM TO)" t nil)
22220
22221 (autoload 'ps-despool "ps-print" "\
22222 Send the spooled PostScript to the printer.
22223
22224 Interactively, when you use a prefix argument (\\[universal-argument]), the command prompts the
22225 user for a file name, and saves the spooled PostScript image in that file
22226 instead of sending it to the printer.
22227
22228 Noninteractively, the argument FILENAME is treated as follows: if it is nil,
22229 send the image to the printer. If FILENAME is a string, save the PostScript
22230 image in a file with that name.
22231
22232 \(fn &optional FILENAME)" t nil)
22233
22234 (autoload 'ps-line-lengths "ps-print" "\
22235 Display the correspondence between a line length and a font size.
22236 Done using the current ps-print setup.
22237 Try: pr -t file | awk \\='{printf \"%3d %s
22238 \", length($0), $0}\\=' | sort -r | head
22239
22240 \(fn)" t nil)
22241
22242 (autoload 'ps-nb-pages-buffer "ps-print" "\
22243 Display number of pages to print this buffer, for various font heights.
22244 The table depends on the current ps-print setup.
22245
22246 \(fn NB-LINES)" t nil)
22247
22248 (autoload 'ps-nb-pages-region "ps-print" "\
22249 Display number of pages to print the region, for various font heights.
22250 The table depends on the current ps-print setup.
22251
22252 \(fn NB-LINES)" t nil)
22253
22254 (autoload 'ps-setup "ps-print" "\
22255 Return the current PostScript-generation setup.
22256
22257 \(fn)" nil nil)
22258
22259 (autoload 'ps-extend-face-list "ps-print" "\
22260 Extend face in ALIST-SYM.
22261
22262 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION-LIST are merged
22263 with face extension in ALIST-SYM; otherwise, overrides.
22264
22265 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22266 otherwise, it should be an alist symbol.
22267
22268 The elements in FACE-EXTENSION-LIST are like those for `ps-extend-face'.
22269
22270 See `ps-extend-face' for documentation.
22271
22272 \(fn FACE-EXTENSION-LIST &optional MERGE-P ALIST-SYM)" nil nil)
22273
22274 (autoload 'ps-extend-face "ps-print" "\
22275 Extend face in ALIST-SYM.
22276
22277 If optional MERGE-P is non-nil, extensions in FACE-EXTENSION list are merged
22278 with face extensions in ALIST-SYM; otherwise, overrides.
22279
22280 If optional ALIST-SYM is nil, `ps-print-face-extension-alist' is used;
22281 otherwise, it should be an alist symbol.
22282
22283 The elements of FACE-EXTENSION list have the form:
22284
22285 (FACE-NAME FOREGROUND BACKGROUND EXTENSION...)
22286
22287 FACE-NAME is a face name symbol.
22288
22289 FOREGROUND and BACKGROUND may be nil or a string that denotes the
22290 foreground and background colors respectively.
22291
22292 EXTENSION is one of the following symbols:
22293 bold - use bold font.
22294 italic - use italic font.
22295 underline - put a line under text.
22296 strikeout - like underline, but the line is in middle of text.
22297 overline - like underline, but the line is over the text.
22298 shadow - text will have a shadow.
22299 box - text will be surrounded by a box.
22300 outline - print characters as hollow outlines.
22301
22302 If EXTENSION is any other symbol, it is ignored.
22303
22304 \(fn FACE-EXTENSION &optional MERGE-P ALIST-SYM)" nil nil)
22305
22306 ;;;***
22307 \f
22308 ;;;### (autoloads nil "pulse" "cedet/pulse.el" (22230 48822 660220
22309 ;;;;;; 150000))
22310 ;;; Generated autoloads from cedet/pulse.el
22311 (push (purecopy '(pulse 1 0)) package--builtin-versions)
22312
22313 (autoload 'pulse-momentary-highlight-one-line "pulse" "\
22314 Highlight the line around POINT, unhighlighting before next command.
22315 Optional argument FACE specifies the face to do the highlighting.
22316
22317 \(fn POINT &optional FACE)" nil nil)
22318
22319 (autoload 'pulse-momentary-highlight-region "pulse" "\
22320 Highlight between START and END, unhighlighting before next command.
22321 Optional argument FACE specifies the face to do the highlighting.
22322
22323 \(fn START END &optional FACE)" nil nil)
22324
22325 ;;;***
22326 \f
22327 ;;;### (autoloads nil "python" "progmodes/python.el" (22230 48822
22328 ;;;;;; 891219 107000))
22329 ;;; Generated autoloads from progmodes/python.el
22330 (push (purecopy '(python 0 25 1)) package--builtin-versions)
22331
22332 (add-to-list 'auto-mode-alist (cons (purecopy "\\.pyw?\\'") 'python-mode))
22333
22334 (add-to-list 'interpreter-mode-alist (cons (purecopy "python[0-9.]*") 'python-mode))
22335
22336 (autoload 'run-python "python" "\
22337 Run an inferior Python process.
22338
22339 Argument CMD defaults to `python-shell-calculate-command' return
22340 value. When called interactively with `prefix-arg', it allows
22341 the user to edit such value and choose whether the interpreter
22342 should be DEDICATED for the current buffer. When numeric prefix
22343 arg is other than 0 or 4 do not SHOW.
22344
22345 For a given buffer and same values of DEDICATED, if a process is
22346 already running for it, it will do nothing. This means that if
22347 the current buffer is using a global process, the user is still
22348 able to switch it to use a dedicated one.
22349
22350 Runs the hook `inferior-python-mode-hook' after
22351 `comint-mode-hook' is run. (Type \\[describe-mode] in the
22352 process buffer for a list of commands.)
22353
22354 \(fn &optional CMD DEDICATED SHOW)" t nil)
22355
22356 (autoload 'python-mode "python" "\
22357 Major mode for editing Python files.
22358
22359 \\{python-mode-map}
22360
22361 \(fn)" t nil)
22362
22363 ;;;***
22364 \f
22365 ;;;### (autoloads nil "qp" "gnus/qp.el" (22230 48822 752219 734000))
22366 ;;; Generated autoloads from gnus/qp.el
22367
22368 (autoload 'quoted-printable-decode-region "qp" "\
22369 Decode quoted-printable in the region between FROM and TO, per RFC 2045.
22370 If CODING-SYSTEM is non-nil, decode bytes into characters with that
22371 coding-system.
22372
22373 Interactively, you can supply the CODING-SYSTEM argument
22374 with \\[universal-coding-system-argument].
22375
22376 The CODING-SYSTEM argument is a historical hangover and is deprecated.
22377 QP encodes raw bytes and should be decoded into raw bytes. Decoding
22378 them into characters should be done separately.
22379
22380 \(fn FROM TO &optional CODING-SYSTEM)" t nil)
22381
22382 ;;;***
22383 \f
22384 ;;;### (autoloads nil "quail" "international/quail.el" (22230 48822
22385 ;;;;;; 767219 667000))
22386 ;;; Generated autoloads from international/quail.el
22387
22388 (autoload 'quail-title "quail" "\
22389 Return the title of the current Quail package.
22390
22391 \(fn)" nil nil)
22392
22393 (autoload 'quail-use-package "quail" "\
22394 Start using Quail package PACKAGE-NAME.
22395 The remaining arguments are LIBRARIES to be loaded before using the package.
22396
22397 This activates input method defined by PACKAGE-NAME by running
22398 `quail-activate', which see.
22399
22400 \(fn PACKAGE-NAME &rest LIBRARIES)" nil nil)
22401
22402 (autoload 'quail-define-package "quail" "\
22403 Define NAME as a new Quail package for input LANGUAGE.
22404 TITLE is a string to be displayed at mode-line to indicate this package.
22405 Optional arguments are GUIDANCE, DOCSTRING, TRANSLATION-KEYS,
22406 FORGET-LAST-SELECTION, DETERMINISTIC, KBD-TRANSLATE, SHOW-LAYOUT,
22407 CREATE-DECODE-MAP, MAXIMUM-SHORTEST, OVERLAY-PLIST,
22408 UPDATE-TRANSLATION-FUNCTION, CONVERSION-KEYS and SIMPLE.
22409
22410 GUIDANCE specifies how a guidance string is shown in echo area.
22411 If it is t, list of all possible translations for the current key is shown
22412 with the currently selected translation being highlighted.
22413 If it is an alist, the element has the form (CHAR . STRING). Each character
22414 in the current key is searched in the list and the corresponding string is
22415 shown.
22416 If it is nil, the current key is shown.
22417
22418 DOCSTRING is the documentation string of this package. The command
22419 `describe-input-method' shows this string while replacing the form
22420 \\=\\<VAR> in the string by the value of VAR. That value should be a
22421 string. For instance, the form \\=\\<quail-translation-docstring> is
22422 replaced by a description about how to select a translation from a
22423 list of candidates.
22424
22425 TRANSLATION-KEYS specifies additional key bindings used while translation
22426 region is active. It is an alist of single key character vs. corresponding
22427 command to be called.
22428
22429 FORGET-LAST-SELECTION non-nil means a selected translation is not kept
22430 for the future to translate the same key. If this flag is nil, a
22431 translation selected for a key is remembered so that it can be the
22432 first candidate when the same key is entered later.
22433
22434 DETERMINISTIC non-nil means the first candidate of translation is
22435 selected automatically without allowing users to select another
22436 translation for a key. In this case, unselected translations are of
22437 no use for an interactive use of Quail but can be used by some other
22438 programs. If this flag is non-nil, FORGET-LAST-SELECTION is also set
22439 to t.
22440
22441 KBD-TRANSLATE non-nil means input characters are translated from a
22442 user's keyboard layout to the standard keyboard layout. See the
22443 documentation of `quail-keyboard-layout' and
22444 `quail-keyboard-layout-standard' for more detail.
22445
22446 SHOW-LAYOUT non-nil means the function `quail-help' (as used by
22447 the command `describe-input-method') should show the user's keyboard
22448 layout visually with translated characters. If KBD-TRANSLATE is
22449 set, it is desirable to also set this flag, unless this package
22450 defines no translations for single character keys.
22451
22452 CREATE-DECODE-MAP non-nil means decode map is also created. A decode
22453 map is an alist of translations and corresponding original keys.
22454 Although this map is not used by Quail itself, it can be used by some
22455 other programs. For instance, Vietnamese supporting needs this map to
22456 convert Vietnamese text to VIQR format which uses only ASCII
22457 characters to represent Vietnamese characters.
22458
22459 MAXIMUM-SHORTEST non-nil means break key sequence to get maximum
22460 length of the shortest sequence. When we don't have a translation of
22461 key \"..ABCD\" but have translations of \"..AB\" and \"CD..\", break
22462 the key at \"..AB\" and start translation of \"CD..\". Hangul
22463 packages, for instance, use this facility. If this flag is nil, we
22464 break the key just at \"..ABC\" and start translation of \"D..\".
22465
22466 OVERLAY-PLIST if non-nil is a property list put on an overlay which
22467 covers Quail translation region.
22468
22469 UPDATE-TRANSLATION-FUNCTION if non-nil is a function to call to update
22470 the current translation region according to a new translation data. By
22471 default, a translated text or a user's key sequence (if no translation
22472 for it) is inserted.
22473
22474 CONVERSION-KEYS specifies additional key bindings used while
22475 conversion region is active. It is an alist of single key character
22476 vs. corresponding command to be called.
22477
22478 If SIMPLE is non-nil, then we do not alter the meanings of
22479 commands such as C-f, C-b, C-n, C-p and TAB; they are treated as
22480 non-Quail commands.
22481
22482 \(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)
22483
22484 (autoload 'quail-set-keyboard-layout "quail" "\
22485 Set the current keyboard layout to the same as keyboard KBD-TYPE.
22486
22487 Since some Quail packages depends on a physical layout of keys (not
22488 characters generated by them), those are created by assuming the
22489 standard layout defined in `quail-keyboard-layout-standard'. This
22490 function tells Quail system the layout of your keyboard so that what
22491 you type is correctly handled.
22492
22493 \(fn KBD-TYPE)" t nil)
22494
22495 (autoload 'quail-show-keyboard-layout "quail" "\
22496 Show the physical layout of the keyboard type KEYBOARD-TYPE.
22497
22498 The variable `quail-keyboard-layout-type' holds the currently selected
22499 keyboard type.
22500
22501 \(fn &optional KEYBOARD-TYPE)" t nil)
22502
22503 (autoload 'quail-define-rules "quail" "\
22504 Define translation rules of the current Quail package.
22505 Each argument is a list of KEY and TRANSLATION.
22506 KEY is a string meaning a sequence of keystrokes to be translated.
22507 TRANSLATION is a character, a string, a vector, a Quail map, or a function.
22508 If it is a character, it is the sole translation of KEY.
22509 If it is a string, each character is a candidate for the translation.
22510 If it is a vector, each element (string or character) is a candidate
22511 for the translation.
22512 In these cases, a key specific Quail map is generated and assigned to KEY.
22513
22514 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22515 it is used to handle KEY.
22516
22517 The first argument may be an alist of annotations for the following
22518 rules. Each element has the form (ANNOTATION . VALUE), where
22519 ANNOTATION is a symbol indicating the annotation type. Currently
22520 the following annotation types are supported.
22521
22522 append -- the value non-nil means that the following rules should
22523 be appended to the rules of the current Quail package.
22524
22525 face -- the value is a face to use for displaying TRANSLATIONs in
22526 candidate list.
22527
22528 advice -- the value is a function to call after one of RULES is
22529 selected. The function is called with one argument, the
22530 selected TRANSLATION string, after the TRANSLATION is
22531 inserted.
22532
22533 no-decode-map --- the value non-nil means that decoding map is not
22534 generated for the following translations.
22535
22536 \(fn &rest RULES)" nil t)
22537
22538 (autoload 'quail-install-map "quail" "\
22539 Install the Quail map MAP in the current Quail package.
22540
22541 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22542 which to install MAP.
22543
22544 The installed map can be referred by the function `quail-map'.
22545
22546 \(fn MAP &optional NAME)" nil nil)
22547
22548 (autoload 'quail-install-decode-map "quail" "\
22549 Install the Quail decode map DECODE-MAP in the current Quail package.
22550
22551 Optional 2nd arg NAME, if non-nil, is a name of Quail package for
22552 which to install MAP.
22553
22554 The installed decode map can be referred by the function `quail-decode-map'.
22555
22556 \(fn DECODE-MAP &optional NAME)" nil nil)
22557
22558 (autoload 'quail-defrule "quail" "\
22559 Add one translation rule, KEY to TRANSLATION, in the current Quail package.
22560 KEY is a string meaning a sequence of keystrokes to be translated.
22561 TRANSLATION is a character, a string, a vector, a Quail map,
22562 a function, or a cons.
22563 It it is a character, it is the sole translation of KEY.
22564 If it is a string, each character is a candidate for the translation.
22565 If it is a vector, each element (string or character) is a candidate
22566 for the translation.
22567 If it is a cons, the car is one of the above and the cdr is a function
22568 to call when translating KEY (the return value is assigned to the
22569 variable `quail-current-data'). If the cdr part is not a function,
22570 the value itself is assigned to `quail-current-data'.
22571 In these cases, a key specific Quail map is generated and assigned to KEY.
22572
22573 If TRANSLATION is a Quail map or a function symbol which returns a Quail map,
22574 it is used to handle KEY.
22575
22576 Optional 3rd argument NAME, if specified, says which Quail package
22577 to define this translation rule in. The default is to define it in the
22578 current Quail package.
22579
22580 Optional 4th argument APPEND, if non-nil, appends TRANSLATION
22581 to the current translations for KEY instead of replacing them.
22582
22583 \(fn KEY TRANSLATION &optional NAME APPEND)" nil nil)
22584
22585 (autoload 'quail-defrule-internal "quail" "\
22586 Define KEY as TRANS in a Quail map MAP.
22587
22588 If Optional 4th arg APPEND is non-nil, TRANS is appended to the
22589 current translations for KEY instead of replacing them.
22590
22591 Optional 5th arg DECODE-MAP is a Quail decode map.
22592
22593 Optional 6th arg PROPS is a property list annotating TRANS. See the
22594 function `quail-define-rules' for the detail.
22595
22596 \(fn KEY TRANS MAP &optional APPEND DECODE-MAP PROPS)" nil nil)
22597
22598 (autoload 'quail-update-leim-list-file "quail" "\
22599 Update entries for Quail packages in `LEIM' list file in directory DIRNAME.
22600 DIRNAME is a directory containing Emacs input methods;
22601 normally, it should specify the `leim' subdirectory
22602 of the Emacs source tree.
22603
22604 It searches for Quail packages under `quail' subdirectory of DIRNAME,
22605 and update the file \"leim-list.el\" in DIRNAME.
22606
22607 When called from a program, the remaining arguments are additional
22608 directory names to search for Quail packages under `quail' subdirectory
22609 of each directory.
22610
22611 \(fn DIRNAME &rest DIRNAMES)" t nil)
22612
22613 ;;;***
22614 \f
22615 ;;;### (autoloads nil "quail/hangul" "leim/quail/hangul.el" (22230
22616 ;;;;;; 48822 782219 599000))
22617 ;;; Generated autoloads from leim/quail/hangul.el
22618
22619 (autoload 'hangul-input-method-activate "quail/hangul" "\
22620 Activate Hangul input method INPUT-METHOD.
22621 FUNC is a function to handle input key.
22622 HELP-TEXT is a text set in `hangul-input-method-help-text'.
22623
22624 \(fn INPUT-METHOD FUNC HELP-TEXT &rest ARGS)" nil nil)
22625
22626 ;;;***
22627 \f
22628 ;;;### (autoloads nil "quail/uni-input" "leim/quail/uni-input.el"
22629 ;;;;;; (22230 48822 785219 586000))
22630 ;;; Generated autoloads from leim/quail/uni-input.el
22631
22632 (autoload 'ucs-input-activate "quail/uni-input" "\
22633 Activate UCS input method.
22634 With ARG, activate UCS input method if and only if ARG is positive.
22635
22636 While this input method is active, the variable
22637 `input-method-function' is bound to the function `ucs-input-method'.
22638
22639 \(fn &optional ARG)" nil nil)
22640
22641 ;;;***
22642 \f
22643 ;;;### (autoloads nil "quickurl" "net/quickurl.el" (22230 48822 811219
22644 ;;;;;; 468000))
22645 ;;; Generated autoloads from net/quickurl.el
22646
22647 (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" "\
22648 Example `quickurl-postfix' text that adds a local variable to the
22649 `quickurl-url-file' so that if you edit it by hand it will ensure that
22650 `quickurl-urls' is updated with the new URL list.
22651
22652 To make use of this do something like:
22653
22654 (setq quickurl-postfix quickurl-reread-hook-postfix)
22655
22656 in your init file (after loading/requiring quickurl).")
22657
22658 (autoload 'quickurl "quickurl" "\
22659 Insert a URL based on LOOKUP.
22660
22661 If not supplied LOOKUP is taken to be the word at point in the current
22662 buffer, this default action can be modified via
22663 `quickurl-grab-lookup-function'.
22664
22665 \(fn &optional LOOKUP)" t nil)
22666
22667 (autoload 'quickurl-ask "quickurl" "\
22668 Insert a URL, with `completing-read' prompt, based on LOOKUP.
22669
22670 \(fn LOOKUP)" t nil)
22671
22672 (autoload 'quickurl-add-url "quickurl" "\
22673 Allow the user to interactively add a new URL associated with WORD.
22674
22675 See `quickurl-grab-url' for details on how the default word/URL combination
22676 is decided.
22677
22678 \(fn WORD URL COMMENT)" t nil)
22679
22680 (autoload 'quickurl-browse-url "quickurl" "\
22681 Browse the URL associated with LOOKUP.
22682
22683 If not supplied LOOKUP is taken to be the word at point in the
22684 current buffer, this default action can be modified via
22685 `quickurl-grab-lookup-function'.
22686
22687 \(fn &optional LOOKUP)" t nil)
22688
22689 (autoload 'quickurl-browse-url-ask "quickurl" "\
22690 Browse the URL, with `completing-read' prompt, associated with LOOKUP.
22691
22692 \(fn LOOKUP)" t nil)
22693
22694 (autoload 'quickurl-edit-urls "quickurl" "\
22695 Pull `quickurl-url-file' into a buffer for hand editing.
22696
22697 \(fn)" t nil)
22698
22699 (autoload 'quickurl-list-mode "quickurl" "\
22700 A mode for browsing the quickurl URL list.
22701
22702 The key bindings for `quickurl-list-mode' are:
22703
22704 \\{quickurl-list-mode-map}
22705
22706 \(fn)" t nil)
22707
22708 (autoload 'quickurl-list "quickurl" "\
22709 Display `quickurl-list' as a formatted list using `quickurl-list-mode'.
22710
22711 \(fn)" t nil)
22712
22713 ;;;***
22714 \f
22715 ;;;### (autoloads nil "rcirc" "net/rcirc.el" (22230 48822 811219
22716 ;;;;;; 468000))
22717 ;;; Generated autoloads from net/rcirc.el
22718
22719 (autoload 'rcirc "rcirc" "\
22720 Connect to all servers in `rcirc-server-alist'.
22721
22722 Do not connect to a server if it is already connected.
22723
22724 If ARG is non-nil, instead prompt for connection parameters.
22725
22726 \(fn ARG)" t nil)
22727
22728 (defalias 'irc 'rcirc)
22729
22730 (autoload 'rcirc-connect "rcirc" "\
22731
22732
22733 \(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION)" nil nil)
22734
22735 (defvar rcirc-track-minor-mode nil "\
22736 Non-nil if Rcirc-Track minor mode is enabled.
22737 See the command `rcirc-track-minor-mode' for a description of this minor mode.
22738 Setting this variable directly does not take effect;
22739 either customize it (see the info node `Easy Customization')
22740 or call the function `rcirc-track-minor-mode'.")
22741
22742 (custom-autoload 'rcirc-track-minor-mode "rcirc" nil)
22743
22744 (autoload 'rcirc-track-minor-mode "rcirc" "\
22745 Global minor mode for tracking activity in rcirc buffers.
22746 With a prefix argument ARG, enable the mode if ARG is positive,
22747 and disable it otherwise. If called from Lisp, enable the mode
22748 if ARG is omitted or nil.
22749
22750 \(fn &optional ARG)" t nil)
22751
22752 ;;;***
22753 \f
22754 ;;;### (autoloads nil "re-builder" "emacs-lisp/re-builder.el" (22230
22755 ;;;;;; 48822 695219 992000))
22756 ;;; Generated autoloads from emacs-lisp/re-builder.el
22757
22758 (defalias 'regexp-builder 're-builder)
22759
22760 (autoload 're-builder "re-builder" "\
22761 Construct a regexp interactively.
22762 This command makes the current buffer the \"target\" buffer of
22763 the regexp builder. It displays a buffer named \"*RE-Builder*\"
22764 in another window, initially containing an empty regexp.
22765
22766 As you edit the regexp in the \"*RE-Builder*\" buffer, the
22767 matching parts of the target buffer will be highlighted.
22768
22769 \(fn)" t nil)
22770
22771 ;;;***
22772 \f
22773 ;;;### (autoloads nil "recentf" "recentf.el" (22230 48822 901219
22774 ;;;;;; 62000))
22775 ;;; Generated autoloads from recentf.el
22776
22777 (defvar recentf-mode nil "\
22778 Non-nil if Recentf mode is enabled.
22779 See the command `recentf-mode' for a description of this minor mode.
22780 Setting this variable directly does not take effect;
22781 either customize it (see the info node `Easy Customization')
22782 or call the function `recentf-mode'.")
22783
22784 (custom-autoload 'recentf-mode "recentf" nil)
22785
22786 (autoload 'recentf-mode "recentf" "\
22787 Toggle \"Open Recent\" menu (Recentf mode).
22788 With a prefix argument ARG, enable Recentf mode if ARG is
22789 positive, and disable it otherwise. If called from Lisp, enable
22790 Recentf mode if ARG is omitted or nil.
22791
22792 When Recentf mode is enabled, a \"Open Recent\" submenu is
22793 displayed in the \"File\" menu, containing a list of files that
22794 were operated on recently.
22795
22796 \(fn &optional ARG)" t nil)
22797
22798 ;;;***
22799 \f
22800 ;;;### (autoloads nil "rect" "rect.el" (22230 48822 902219 57000))
22801 ;;; Generated autoloads from rect.el
22802
22803 (autoload 'delete-rectangle "rect" "\
22804 Delete (don't save) text in the region-rectangle.
22805 The same range of columns is deleted in each line starting with the
22806 line where the region begins and ending with the line where the region
22807 ends.
22808
22809 When called from a program the rectangle's corners are START and END.
22810 With a prefix (or a FILL) argument, also fill lines where nothing has
22811 to be deleted.
22812
22813 \(fn START END &optional FILL)" t nil)
22814
22815 (autoload 'delete-extract-rectangle "rect" "\
22816 Delete the contents of the rectangle with corners at START and END.
22817 Return it as a list of strings, one for each line of the rectangle.
22818
22819 When called from a program the rectangle's corners are START and END.
22820 With an optional FILL argument, also fill lines where nothing has to be
22821 deleted.
22822
22823 \(fn START END &optional FILL)" nil nil)
22824
22825 (autoload 'extract-rectangle "rect" "\
22826 Return the contents of the rectangle with corners at START and END.
22827 Return it as a list of strings, one for each line of the rectangle.
22828
22829 \(fn START END)" nil nil)
22830
22831 (autoload 'kill-rectangle "rect" "\
22832 Delete the region-rectangle and save it as the last killed one.
22833
22834 When called from a program the rectangle's corners are START and END.
22835 You might prefer to use `delete-extract-rectangle' from a program.
22836
22837 With a prefix (or a FILL) argument, also fill lines where nothing has to be
22838 deleted.
22839
22840 If the buffer is read-only, Emacs will beep and refrain from deleting
22841 the rectangle, but put it in the kill ring anyway. This means that
22842 you can use this command to copy text from a read-only buffer.
22843 \(If the variable `kill-read-only-ok' is non-nil, then this won't
22844 even beep.)
22845
22846 \(fn START END &optional FILL)" t nil)
22847
22848 (autoload 'copy-rectangle-as-kill "rect" "\
22849 Copy the region-rectangle and save it as the last killed one.
22850
22851 \(fn START END)" t nil)
22852
22853 (autoload 'yank-rectangle "rect" "\
22854 Yank the last killed rectangle with upper left corner at point.
22855
22856 \(fn)" t nil)
22857
22858 (autoload 'insert-rectangle "rect" "\
22859 Insert text of RECTANGLE with upper left corner at point.
22860 RECTANGLE's first line is inserted at point, its second
22861 line is inserted at a point vertically under point, etc.
22862 RECTANGLE should be a list of strings.
22863 After this command, the mark is at the upper left corner
22864 and point is at the lower right corner.
22865
22866 \(fn RECTANGLE)" nil nil)
22867
22868 (autoload 'open-rectangle "rect" "\
22869 Blank out the region-rectangle, shifting text right.
22870
22871 The text previously in the region is not overwritten by the blanks,
22872 but instead winds up to the right of the rectangle.
22873
22874 When called from a program the rectangle's corners are START and END.
22875 With a prefix (or a FILL) argument, fill with blanks even if there is
22876 no text on the right side of the rectangle.
22877
22878 \(fn START END &optional FILL)" t nil)
22879
22880 (defalias 'close-rectangle 'delete-whitespace-rectangle)
22881
22882 (autoload 'delete-whitespace-rectangle "rect" "\
22883 Delete all whitespace following a specified column in each line.
22884 The left edge of the rectangle specifies the position in each line
22885 at which whitespace deletion should begin. On each line in the
22886 rectangle, all continuous whitespace starting at that column is deleted.
22887
22888 When called from a program the rectangle's corners are START and END.
22889 With a prefix (or a FILL) argument, also fill too short lines.
22890
22891 \(fn START END &optional FILL)" t nil)
22892
22893 (autoload 'string-rectangle "rect" "\
22894 Replace rectangle contents with STRING on each line.
22895 The length of STRING need not be the same as the rectangle width.
22896
22897 Called from a program, takes three args; START, END and STRING.
22898
22899 \(fn START END STRING)" t nil)
22900
22901 (defalias 'replace-rectangle 'string-rectangle)
22902
22903 (autoload 'string-insert-rectangle "rect" "\
22904 Insert STRING on each line of region-rectangle, shifting text right.
22905
22906 When called from a program, the rectangle's corners are START and END.
22907 The left edge of the rectangle specifies the column for insertion.
22908 This command does not delete or overwrite any existing text.
22909
22910 \(fn START END STRING)" t nil)
22911
22912 (autoload 'clear-rectangle "rect" "\
22913 Blank out the region-rectangle.
22914 The text previously in the region is overwritten with blanks.
22915
22916 When called from a program the rectangle's corners are START and END.
22917 With a prefix (or a FILL) argument, also fill with blanks the parts of the
22918 rectangle which were empty.
22919
22920 \(fn START END &optional FILL)" t nil)
22921
22922 (autoload 'rectangle-number-lines "rect" "\
22923 Insert numbers in front of the region-rectangle.
22924
22925 START-AT, if non-nil, should be a number from which to begin
22926 counting. FORMAT, if non-nil, should be a format string to pass
22927 to `format' along with the line count. When called interactively
22928 with a prefix argument, prompt for START-AT and FORMAT.
22929
22930 \(fn START END START-AT &optional FORMAT)" t nil)
22931
22932 (autoload 'rectangle-mark-mode "rect" "\
22933 Toggle the region as rectangular.
22934 Activates the region if needed. Only lasts until the region is deactivated.
22935
22936 \(fn &optional ARG)" t nil)
22937
22938 ;;;***
22939 \f
22940 ;;;### (autoloads nil "refill" "textmodes/refill.el" (22230 48822
22941 ;;;;;; 919218 981000))
22942 ;;; Generated autoloads from textmodes/refill.el
22943
22944 (autoload 'refill-mode "refill" "\
22945 Toggle automatic refilling (Refill mode).
22946 With a prefix argument ARG, enable Refill mode if ARG is
22947 positive, and disable it otherwise. If called from Lisp, enable
22948 the mode if ARG is omitted or nil.
22949
22950 Refill mode is a buffer-local minor mode. When enabled, the
22951 current paragraph is refilled as you edit. Self-inserting
22952 characters only cause refilling if they would cause
22953 auto-filling.
22954
22955 For true \"word wrap\" behavior, use `visual-line-mode' instead.
22956
22957 \(fn &optional ARG)" t nil)
22958
22959 ;;;***
22960 \f
22961 ;;;### (autoloads nil "reftex" "textmodes/reftex.el" (22230 48822
22962 ;;;;;; 922218 967000))
22963 ;;; Generated autoloads from textmodes/reftex.el
22964 (autoload 'reftex-citation "reftex-cite" nil t)
22965 (autoload 'reftex-all-document-files "reftex-parse")
22966 (autoload 'reftex-isearch-minor-mode "reftex-global" nil t)
22967 (autoload 'reftex-index-phrases-mode "reftex-index" nil t)
22968
22969 (autoload 'turn-on-reftex "reftex" "\
22970 Turn on RefTeX mode.
22971
22972 \(fn)" nil nil)
22973
22974 (autoload 'reftex-mode "reftex" "\
22975 Minor mode with distinct support for \\label, \\ref and \\cite in LaTeX.
22976
22977 \\<reftex-mode-map>A Table of Contents of the entire (multifile) document with browsing
22978 capabilities is available with `\\[reftex-toc]'.
22979
22980 Labels can be created with `\\[reftex-label]' and referenced with `\\[reftex-reference]'.
22981 When referencing, you get a menu with all labels of a given type and
22982 context of the label definition. The selected label is inserted as a
22983 \\ref macro.
22984
22985 Citations can be made with `\\[reftex-citation]' which will use a regular expression
22986 to pull out a *formatted* list of articles from your BibTeX
22987 database. The selected citation is inserted as a \\cite macro.
22988
22989 Index entries can be made with `\\[reftex-index-selection-or-word]' which indexes the word at point
22990 or the current selection. More general index entries are created with
22991 `\\[reftex-index]'. `\\[reftex-display-index]' displays the compiled index.
22992
22993 Most command have help available on the fly. This help is accessed by
22994 pressing `?' to any prompt mentioning this feature.
22995
22996 Extensive documentation about RefTeX is available in Info format.
22997 You can view this information with `\\[reftex-info]'.
22998
22999 \\{reftex-mode-map}
23000 Under X, these and other functions will also be available as `Ref' menu
23001 on the menu bar.
23002
23003 ------------------------------------------------------------------------------
23004
23005 \(fn &optional ARG)" t nil)
23006
23007 (autoload 'reftex-reset-scanning-information "reftex" "\
23008 Reset the symbols containing information from buffer scanning.
23009 This enforces rescanning the buffer on next use.
23010
23011 \(fn)" nil nil)
23012
23013 ;;;***
23014 \f
23015 ;;;### (autoloads nil "reftex-vars" "textmodes/reftex-vars.el" (22230
23016 ;;;;;; 48822 921218 972000))
23017 ;;; Generated autoloads from textmodes/reftex-vars.el
23018 (put 'reftex-vref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23019 (put 'reftex-fref-is-default 'safe-local-variable (lambda (x) (or (stringp x) (symbolp x))))
23020 (put 'reftex-level-indent 'safe-local-variable 'integerp)
23021 (put 'reftex-guess-label-type 'safe-local-variable (lambda (x) (memq x '(nil t))))
23022
23023 ;;;***
23024 \f
23025 ;;;### (autoloads nil "regexp-opt" "emacs-lisp/regexp-opt.el" (22230
23026 ;;;;;; 48822 695219 992000))
23027 ;;; Generated autoloads from emacs-lisp/regexp-opt.el
23028
23029 (autoload 'regexp-opt "regexp-opt" "\
23030 Return a regexp to match a string in the list STRINGS.
23031 Each string should be unique in STRINGS and should not contain any regexps,
23032 quoted or not. If optional PAREN is non-nil, ensure that the returned regexp
23033 is enclosed by at least one regexp grouping construct.
23034 The returned regexp is typically more efficient than the equivalent regexp:
23035
23036 (let ((open (if PAREN \"\\\\(\" \"\")) (close (if PAREN \"\\\\)\" \"\")))
23037 (concat open (mapconcat \\='regexp-quote STRINGS \"\\\\|\") close))
23038
23039 If PAREN is `words', then the resulting regexp is additionally surrounded
23040 by \\=\\< and \\>.
23041 If PAREN is `symbols', then the resulting regexp is additionally surrounded
23042 by \\=\\_< and \\_>.
23043
23044 \(fn STRINGS &optional PAREN)" nil nil)
23045
23046 (autoload 'regexp-opt-depth "regexp-opt" "\
23047 Return the depth of REGEXP.
23048 This means the number of non-shy regexp grouping constructs
23049 \(parenthesized expressions) in REGEXP.
23050
23051 \(fn REGEXP)" nil nil)
23052
23053 ;;;***
23054 \f
23055 ;;;### (autoloads nil "regi" "emacs-lisp/regi.el" (22230 48822 696219
23056 ;;;;;; 987000))
23057 ;;; Generated autoloads from emacs-lisp/regi.el
23058 (push (purecopy '(regi 1 8)) package--builtin-versions)
23059
23060 ;;;***
23061 \f
23062 ;;;### (autoloads nil "remember" "textmodes/remember.el" (22230 48822
23063 ;;;;;; 922218 967000))
23064 ;;; Generated autoloads from textmodes/remember.el
23065 (push (purecopy '(remember 2 0)) package--builtin-versions)
23066
23067 (autoload 'remember "remember" "\
23068 Remember an arbitrary piece of data.
23069 INITIAL is the text to initially place in the *Remember* buffer,
23070 or nil to bring up a blank *Remember* buffer.
23071
23072 With a prefix or a visible region, use the region as INITIAL.
23073
23074 \(fn &optional INITIAL)" t nil)
23075
23076 (autoload 'remember-other-frame "remember" "\
23077 Call `remember' in another frame.
23078
23079 \(fn &optional INITIAL)" t nil)
23080
23081 (autoload 'remember-clipboard "remember" "\
23082 Remember the contents of the current clipboard.
23083 Most useful for remembering things from other applications.
23084
23085 \(fn)" t nil)
23086
23087 (autoload 'remember-diary-extract-entries "remember" "\
23088 Extract diary entries from the region.
23089
23090 \(fn)" nil nil)
23091
23092 (autoload 'remember-notes "remember" "\
23093 Return the notes buffer, creating it if needed, and maybe switch to it.
23094 This buffer is for notes that you want to preserve across Emacs sessions.
23095 The notes are saved in `remember-data-file'.
23096
23097 If a buffer is already visiting that file, just return it.
23098
23099 Otherwise, create the buffer, and rename it to `remember-notes-buffer-name',
23100 unless a buffer of that name already exists. Set the major mode according
23101 to `remember-notes-initial-major-mode', and enable `remember-notes-mode'
23102 minor mode.
23103
23104 Use \\<remember-notes-mode-map>\\[remember-notes-save-and-bury-buffer] to save and bury the notes buffer.
23105
23106 Interactively, or if SWITCH-TO is non-nil, switch to the buffer.
23107 Return the buffer.
23108
23109 Set `initial-buffer-choice' to `remember-notes' to visit your notes buffer
23110 when Emacs starts. Set `remember-notes-buffer-name' to \"*scratch*\"
23111 to turn the *scratch* buffer into your notes buffer.
23112
23113 \(fn &optional SWITCH-TO)" t nil)
23114
23115 ;;;***
23116 \f
23117 ;;;### (autoloads nil "repeat" "repeat.el" (22230 48822 902219 57000))
23118 ;;; Generated autoloads from repeat.el
23119 (push (purecopy '(repeat 0 51)) package--builtin-versions)
23120
23121 (autoload 'repeat "repeat" "\
23122 Repeat most recently executed command.
23123 If REPEAT-ARG is non-nil (interactively, with a prefix argument),
23124 supply a prefix argument to that command. Otherwise, give the
23125 command the same prefix argument it was given before, if any.
23126
23127 If this command is invoked by a multi-character key sequence, it
23128 can then be repeated by repeating the final character of that
23129 sequence. This behavior can be modified by the global variable
23130 `repeat-on-final-keystroke'.
23131
23132 `repeat' ignores commands bound to input events. Hence the term
23133 \"most recently executed command\" shall be read as \"most
23134 recently executed command not bound to an input event\".
23135
23136 \(fn REPEAT-ARG)" t nil)
23137
23138 ;;;***
23139 \f
23140 ;;;### (autoloads nil "reporter" "mail/reporter.el" (22230 48822
23141 ;;;;;; 789219 567000))
23142 ;;; Generated autoloads from mail/reporter.el
23143
23144 (autoload 'reporter-submit-bug-report "reporter" "\
23145 Begin submitting a bug report via email.
23146
23147 ADDRESS is the email address for the package's maintainer. PKGNAME is
23148 the name of the package (if you want to include version numbers,
23149 you must put them into PKGNAME before calling this function).
23150 Optional PRE-HOOKS and POST-HOOKS are passed to `reporter-dump-state'.
23151 Optional SALUTATION is inserted at the top of the mail buffer,
23152 and point is left after the salutation.
23153
23154 VARLIST is the list of variables to dump (see `reporter-dump-state'
23155 for details). The optional argument PRE-HOOKS and POST-HOOKS are
23156 passed to `reporter-dump-state'. Optional argument SALUTATION is text
23157 to be inserted at the top of the mail buffer; in that case, point is
23158 left after that text.
23159
23160 This function prompts for a summary if `reporter-prompt-for-summary-p'
23161 is non-nil.
23162
23163 This function does not send a message; it uses the given information
23164 to initialize a message, which the user can then edit and finally send
23165 \(or decline to send). The variable `mail-user-agent' controls which
23166 mail-sending package is used for editing and sending the message.
23167
23168 \(fn ADDRESS PKGNAME VARLIST &optional PRE-HOOKS POST-HOOKS SALUTATION)" nil nil)
23169
23170 ;;;***
23171 \f
23172 ;;;### (autoloads nil "reposition" "reposition.el" (22230 48822 903219
23173 ;;;;;; 53000))
23174 ;;; Generated autoloads from reposition.el
23175
23176 (autoload 'reposition-window "reposition" "\
23177 Make the current definition and/or comment visible.
23178 Further invocations move it to the top of the window or toggle the
23179 visibility of comments that precede it.
23180 Point is left unchanged unless prefix ARG is supplied.
23181 If the definition is fully onscreen, it is moved to the top of the
23182 window. If it is partly offscreen, the window is scrolled to get the
23183 definition (or as much as will fit) onscreen, unless point is in a comment
23184 which is also partly offscreen, in which case the scrolling attempts to get
23185 as much of the comment onscreen as possible.
23186 Initially `reposition-window' attempts to make both the definition and
23187 preceding comments visible. Further invocations toggle the visibility of
23188 the comment lines.
23189 If ARG is non-nil, point may move in order to make the whole defun
23190 visible (if only part could otherwise be made so), to make the defun line
23191 visible (if point is in code and it could not be made so, or if only
23192 comments, including the first comment line, are visible), or to make the
23193 first comment line visible (if point is in a comment).
23194
23195 \(fn &optional ARG)" t nil)
23196
23197 ;;;***
23198 \f
23199 ;;;### (autoloads nil "reveal" "reveal.el" (22230 48822 903219 53000))
23200 ;;; Generated autoloads from reveal.el
23201
23202 (autoload 'reveal-mode "reveal" "\
23203 Toggle uncloaking of invisible text near point (Reveal mode).
23204 With a prefix argument ARG, enable Reveal mode if ARG is
23205 positive, and disable it otherwise. If called from Lisp, enable
23206 Reveal mode if ARG is omitted or nil.
23207
23208 Reveal mode is a buffer-local minor mode. When enabled, it
23209 reveals invisible text around point.
23210
23211 \(fn &optional ARG)" t nil)
23212
23213 (defvar global-reveal-mode nil "\
23214 Non-nil if Global Reveal mode is enabled.
23215 See the command `global-reveal-mode' for a description of this minor mode.
23216 Setting this variable directly does not take effect;
23217 either customize it (see the info node `Easy Customization')
23218 or call the function `global-reveal-mode'.")
23219
23220 (custom-autoload 'global-reveal-mode "reveal" nil)
23221
23222 (autoload 'global-reveal-mode "reveal" "\
23223 Toggle Reveal mode in all buffers (Global Reveal mode).
23224 Reveal mode renders invisible text around point visible again.
23225
23226 With a prefix argument ARG, enable Global Reveal mode if ARG is
23227 positive, and disable it otherwise. If called from Lisp, enable
23228 the mode if ARG is omitted or nil.
23229
23230 \(fn &optional ARG)" t nil)
23231
23232 ;;;***
23233 \f
23234 ;;;### (autoloads nil "ring" "emacs-lisp/ring.el" (22230 48822 696219
23235 ;;;;;; 987000))
23236 ;;; Generated autoloads from emacs-lisp/ring.el
23237
23238 (autoload 'ring-p "ring" "\
23239 Return t if X is a ring; nil otherwise.
23240
23241 \(fn X)" nil nil)
23242
23243 (autoload 'make-ring "ring" "\
23244 Make a ring that can contain SIZE elements.
23245
23246 \(fn SIZE)" nil nil)
23247
23248 ;;;***
23249 \f
23250 ;;;### (autoloads nil "rlogin" "net/rlogin.el" (22230 48822 812219
23251 ;;;;;; 464000))
23252 ;;; Generated autoloads from net/rlogin.el
23253
23254 (autoload 'rlogin "rlogin" "\
23255 Open a network login connection via `rlogin' with args INPUT-ARGS.
23256 INPUT-ARGS should start with a host name; it may also contain
23257 other arguments for `rlogin'.
23258
23259 Input is sent line-at-a-time to the remote connection.
23260
23261 Communication with the remote host is recorded in a buffer `*rlogin-HOST*'
23262 \(or `*rlogin-USER@HOST*' if the remote username differs).
23263 If a prefix argument is given and the buffer `*rlogin-HOST*' already exists,
23264 a new buffer with a different connection will be made.
23265
23266 When called from a program, if the optional second argument BUFFER is
23267 a string or buffer, it specifies the buffer to use.
23268
23269 The variable `rlogin-program' contains the name of the actual program to
23270 run. It can be a relative or absolute path.
23271
23272 The variable `rlogin-explicit-args' is a list of arguments to give to
23273 the rlogin when starting. They are added after any arguments given in
23274 INPUT-ARGS.
23275
23276 If the default value of `rlogin-directory-tracking-mode' is t, then the
23277 default directory in that buffer is set to a remote (FTP) file name to
23278 access your home directory on the remote machine. Occasionally this causes
23279 an error, if you cannot access the home directory on that machine. This
23280 error is harmless as long as you don't try to use that default directory.
23281
23282 If `rlogin-directory-tracking-mode' is neither t nor nil, then the default
23283 directory is initially set up to your (local) home directory.
23284 This is useful if the remote machine and your local machine
23285 share the same files via NFS. This is the default.
23286
23287 If you wish to change directory tracking styles during a session, use the
23288 function `rlogin-directory-tracking-mode' rather than simply setting the
23289 variable.
23290
23291 \(fn INPUT-ARGS &optional BUFFER)" t nil)
23292
23293 ;;;***
23294 \f
23295 ;;;### (autoloads nil "rmail" "mail/rmail.el" (22230 48822 790219
23296 ;;;;;; 563000))
23297 ;;; Generated autoloads from mail/rmail.el
23298
23299 (defvar rmail-file-name (purecopy "~/RMAIL") "\
23300 Name of user's primary mail file.")
23301
23302 (custom-autoload 'rmail-file-name "rmail" t)
23303
23304 (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/"))))
23305
23306 (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/"))) "\
23307 Name of directory used by system mailer for delivering new mail.
23308 Its name should end with a slash.")
23309
23310 (custom-autoload 'rmail-spool-directory "rmail" t)
23311 (custom-initialize-delay 'rmail-spool-directory nil)
23312
23313 (autoload 'rmail-movemail-variant-p "rmail" "\
23314 Return t if the current movemail variant is any of VARIANTS.
23315 Currently known variants are `emacs' and `mailutils'.
23316
23317 \(fn &rest VARIANTS)" nil nil)
23318
23319 (defvar rmail-user-mail-address-regexp nil "\
23320 Regexp matching user mail addresses.
23321 If non-nil, this variable is used to identify the correspondent
23322 when receiving new mail. If it matches the address of the sender,
23323 the recipient is taken as correspondent of a mail.
23324 If nil (default value), your `user-login-name' and `user-mail-address'
23325 are used to exclude yourself as correspondent.
23326
23327 Usually you don't have to set this variable, except if you collect mails
23328 sent by you under different user names.
23329 Then it should be a regexp matching your mail addresses.
23330
23331 Setting this variable has an effect only before reading a mail.")
23332
23333 (custom-autoload 'rmail-user-mail-address-regexp "rmail" t)
23334
23335 (define-obsolete-variable-alias 'rmail-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
23336
23337 (defvar rmail-default-dont-reply-to-names nil "\
23338 Regexp specifying part of the default value of `mail-dont-reply-to-names'.
23339 This is used when the user does not set `mail-dont-reply-to-names'
23340 explicitly.")
23341
23342 (make-obsolete-variable 'rmail-default-dont-reply-to-names 'mail-dont-reply-to-names "24.1")
23343
23344 (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-.*:")) "\
23345 Regexp to match header fields that Rmail should normally hide.
23346 \(See also `rmail-nonignored-headers', which overrides this regexp.)
23347 This variable is used for reformatting the message header,
23348 which normally happens once for each message,
23349 when you view the message for the first time in Rmail.
23350 To make a change in this variable take effect
23351 for a message that you have already viewed,
23352 go to that message and type \\[rmail-toggle-header] twice.")
23353
23354 (custom-autoload 'rmail-ignored-headers "rmail" t)
23355
23356 (defvar rmail-displayed-headers nil "\
23357 Regexp to match Header fields that Rmail should display.
23358 If nil, display all header fields except those matched by
23359 `rmail-ignored-headers'.")
23360
23361 (custom-autoload 'rmail-displayed-headers "rmail" t)
23362
23363 (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:") "\
23364 Headers that should be stripped when retrying a failed message.")
23365
23366 (custom-autoload 'rmail-retry-ignored-headers "rmail" t)
23367
23368 (defvar rmail-highlighted-headers (purecopy "^From:\\|^Subject:") "\
23369 Regexp to match Header fields that Rmail should normally highlight.
23370 A value of nil means don't highlight. Uses the face `rmail-highlight'.")
23371
23372 (custom-autoload 'rmail-highlighted-headers "rmail" t)
23373
23374 (defvar rmail-primary-inbox-list nil "\
23375 List of files that are inboxes for your primary mail file `rmail-file-name'.
23376 If this is nil, uses the environment variable MAIL. If that is
23377 unset, uses a file named by the function `user-login-name' in the
23378 directory `rmail-spool-directory' (whose value depends on the
23379 operating system). For example, \"/var/mail/USER\".")
23380
23381 (custom-autoload 'rmail-primary-inbox-list "rmail" t)
23382
23383 (defvar rmail-secondary-file-directory (purecopy "~/") "\
23384 Directory for additional secondary Rmail files.")
23385
23386 (custom-autoload 'rmail-secondary-file-directory "rmail" t)
23387
23388 (defvar rmail-secondary-file-regexp (purecopy "\\.xmail$") "\
23389 Regexp for which files are secondary Rmail files.")
23390
23391 (custom-autoload 'rmail-secondary-file-regexp "rmail" t)
23392
23393 (defvar rmail-mode-hook nil "\
23394 List of functions to call when Rmail is invoked.")
23395
23396 (defvar rmail-show-message-hook nil "\
23397 List of functions to call when Rmail displays a message.")
23398
23399 (custom-autoload 'rmail-show-message-hook "rmail" t)
23400
23401 (defvar rmail-file-coding-system nil "\
23402 Coding system used in RMAIL file.
23403
23404 This is set to nil by default.")
23405
23406 (defvar rmail-insert-mime-forwarded-message-function nil "\
23407 Function to insert a message in MIME format so it can be forwarded.
23408 This function is called if `rmail-enable-mime' and
23409 `rmail-enable-mime-composing' are non-nil.
23410 It is called with one argument FORWARD-BUFFER, which is a
23411 buffer containing the message to forward. The current buffer
23412 is the outgoing mail buffer.")
23413
23414 (autoload 'rmail "rmail" "\
23415 Read and edit incoming mail.
23416 Moves messages into file named by `rmail-file-name' and edits that
23417 file in RMAIL Mode.
23418 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
23419
23420 May be called with file name as argument; then performs rmail editing on
23421 that file, but does not copy any new mail into the file.
23422 Interactively, if you supply a prefix argument, then you
23423 have a chance to specify a file name with the minibuffer.
23424
23425 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file.
23426
23427 \(fn &optional FILE-NAME-ARG)" t nil)
23428
23429 (autoload 'rmail-mode "rmail" "\
23430 Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
23431 All normal editing commands are turned off.
23432 Instead, these commands are available:
23433
23434 \\[rmail-beginning-of-message] Move point to front of this message.
23435 \\[rmail-end-of-message] Move point to bottom of this message.
23436 \\[scroll-up] Scroll to next screen of this message.
23437 \\[scroll-down] Scroll to previous screen of this message.
23438 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
23439 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
23440 \\[rmail-next-message] Move to Next message whether deleted or not.
23441 \\[rmail-previous-message] Move to Previous message whether deleted or not.
23442 \\[rmail-first-message] Move to the first message in Rmail file.
23443 \\[rmail-last-message] Move to the last message in Rmail file.
23444 \\[rmail-show-message] Jump to message specified by numeric position in file.
23445 \\[rmail-search] Search for string and show message it is found in.
23446 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
23447 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
23448 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
23449 till a deleted message is found.
23450 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
23451 \\[rmail-expunge] Expunge deleted messages.
23452 \\[rmail-expunge-and-save] Expunge and save the file.
23453 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
23454 \\[save-buffer] Save without expunging.
23455 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
23456 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
23457 \\[rmail-continue] Continue composing outgoing message started before.
23458 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
23459 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
23460 \\[rmail-forward] Forward this message to another user.
23461 \\[rmail-output] Output (append) this message to another mail file.
23462 \\[rmail-output-as-seen] Output (append) this message to file as it's displayed.
23463 \\[rmail-output-body-to-file] Save message body to a file. Default filename comes from Subject line.
23464 \\[rmail-input] Input Rmail file. Run Rmail on that file.
23465 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
23466 \\[rmail-kill-label] Kill label. Remove a label from current message.
23467 \\[rmail-next-labeled-message] Move to Next message with specified label
23468 (label defaults to last one specified).
23469 Standard labels: filed, unseen, answered, forwarded, deleted.
23470 Any other label is present only if you add it with \\[rmail-add-label].
23471 \\[rmail-previous-labeled-message] Move to Previous message with specified label
23472 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
23473 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
23474 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
23475 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
23476 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
23477 \\[rmail-toggle-header] Toggle display of complete header.
23478
23479 \(fn)" t nil)
23480
23481 (autoload 'rmail-input "rmail" "\
23482 Run Rmail on file FILENAME.
23483
23484 \(fn FILENAME)" t nil)
23485
23486 (autoload 'rmail-set-remote-password "rmail" "\
23487 Set PASSWORD to be used for retrieving mail from a POP or IMAP server.
23488
23489 \(fn PASSWORD)" t nil)
23490
23491 ;;;***
23492 \f
23493 ;;;### (autoloads nil "rmailout" "mail/rmailout.el" (22230 48822
23494 ;;;;;; 791219 558000))
23495 ;;; Generated autoloads from mail/rmailout.el
23496 (put 'rmail-output-file-alist 'risky-local-variable t)
23497
23498 (autoload 'rmail-output "rmailout" "\
23499 Append this message to mail file FILE-NAME.
23500 Writes mbox format, unless FILE-NAME exists and is Babyl format, in which
23501 case it writes Babyl.
23502
23503 Interactively, the default file name comes from `rmail-default-file',
23504 which is updated to the name you use in this command. In all uses, if
23505 FILE-NAME is not absolute, it is expanded with the directory part of
23506 `rmail-default-file'.
23507
23508 If a buffer is visiting FILE-NAME, adds the text to that buffer
23509 rather than saving the file directly. If the buffer is an Rmail
23510 buffer, updates it accordingly.
23511
23512 This command always outputs the complete message header, even if
23513 the header display is currently pruned.
23514
23515 Optional prefix argument COUNT (default 1) says to output that
23516 many consecutive messages, starting with the current one (ignoring
23517 deleted messages). If `rmail-delete-after-output' is non-nil, deletes
23518 messages after output.
23519
23520 The optional third argument NOATTRIBUTE, if non-nil, says not to
23521 set the `filed' attribute, and not to display a \"Wrote file\"
23522 message (if writing a file directly).
23523
23524 Set the optional fourth argument NOT-RMAIL non-nil if you call this
23525 from a non-Rmail buffer. In this case, COUNT is ignored.
23526
23527 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23528
23529 (autoload 'rmail-output-as-seen "rmailout" "\
23530 Append this message to mbox file named FILE-NAME.
23531 The details are as for `rmail-output', except that:
23532 i) the header is output as currently seen
23533 ii) this function cannot write to Babyl files
23534 iii) an Rmail buffer cannot be visiting FILE-NAME
23535
23536 Note that if NOT-RMAIL is non-nil, there is no difference between this
23537 function and `rmail-output'. This argument may be removed in future,
23538 so you should call `rmail-output' directly in that case.
23539
23540 \(fn FILE-NAME &optional COUNT NOATTRIBUTE NOT-RMAIL)" t nil)
23541
23542 (autoload 'rmail-output-body-to-file "rmailout" "\
23543 Write this message body to the file FILE-NAME.
23544 Interactively, the default file name comes from either the message
23545 \"Subject\" header, or from `rmail-default-body-file'. Updates the value
23546 of `rmail-default-body-file' accordingly. In all uses, if FILE-NAME
23547 is not absolute, it is expanded with the directory part of
23548 `rmail-default-body-file'.
23549
23550 Note that this overwrites FILE-NAME (after confirmation), rather
23551 than appending to it. Deletes the message after writing if
23552 `rmail-delete-after-output' is non-nil.
23553
23554 \(fn FILE-NAME)" t nil)
23555
23556 ;;;***
23557 \f
23558 ;;;### (autoloads nil "rng-cmpct" "nxml/rng-cmpct.el" (22230 48822
23559 ;;;;;; 819219 432000))
23560 ;;; Generated autoloads from nxml/rng-cmpct.el
23561
23562 (autoload 'rng-c-load-schema "rng-cmpct" "\
23563 Load a schema in RELAX NG compact syntax from FILENAME.
23564 Return a pattern.
23565
23566 \(fn FILENAME)" nil nil)
23567
23568 ;;;***
23569 \f
23570 ;;;### (autoloads nil "rng-nxml" "nxml/rng-nxml.el" (22230 48822
23571 ;;;;;; 820219 427000))
23572 ;;; Generated autoloads from nxml/rng-nxml.el
23573
23574 (autoload 'rng-nxml-mode-init "rng-nxml" "\
23575 Initialize `nxml-mode' to take advantage of `rng-validate-mode'.
23576 This is typically called from `nxml-mode-hook'.
23577 Validation will be enabled if `rng-nxml-auto-validate-flag' is non-nil.
23578
23579 \(fn)" t nil)
23580
23581 ;;;***
23582 \f
23583 ;;;### (autoloads nil "rng-valid" "nxml/rng-valid.el" (22230 48822
23584 ;;;;;; 821219 423000))
23585 ;;; Generated autoloads from nxml/rng-valid.el
23586
23587 (autoload 'rng-validate-mode "rng-valid" "\
23588 Minor mode performing continual validation against a RELAX NG schema.
23589
23590 Checks whether the buffer is a well-formed XML 1.0 document,
23591 conforming to the XML Namespaces Recommendation and valid against a
23592 RELAX NG schema. The mode-line indicates whether it is or not. Any
23593 parts of the buffer that cause it not to be are considered errors and
23594 are highlighted with face `rng-error'. A description of each error is
23595 available as a tooltip. \\[rng-next-error] goes to the next error
23596 after point. Clicking mouse-1 on the word `Invalid' in the mode-line
23597 goes to the first error in the buffer. If the buffer changes, then it
23598 will be automatically rechecked when Emacs becomes idle; the
23599 rechecking will be paused whenever there is input pending.
23600
23601 By default, uses a vacuous schema that allows any well-formed XML
23602 document. A schema can be specified explicitly using
23603 \\[rng-set-schema-file-and-validate], or implicitly based on the buffer's
23604 file name or on the root element name. In each case the schema must
23605 be a RELAX NG schema using the compact schema (such schemas
23606 conventionally have a suffix of `.rnc'). The variable
23607 `rng-schema-locating-files' specifies files containing rules
23608 to use for finding the schema.
23609
23610 \(fn &optional ARG NO-CHANGE-SCHEMA)" t nil)
23611
23612 ;;;***
23613 \f
23614 ;;;### (autoloads nil "rng-xsd" "nxml/rng-xsd.el" (22230 48822 821219
23615 ;;;;;; 423000))
23616 ;;; Generated autoloads from nxml/rng-xsd.el
23617
23618 (put 'http://www\.w3\.org/2001/XMLSchema-datatypes 'rng-dt-compile 'rng-xsd-compile)
23619
23620 (autoload 'rng-xsd-compile "rng-xsd" "\
23621 Provides W3C XML Schema as a RELAX NG datatypes library.
23622 NAME is a symbol giving the local name of the datatype. PARAMS is a
23623 list of pairs (PARAM-NAME . PARAM-VALUE) where PARAM-NAME is a symbol
23624 giving the name of the parameter and PARAM-VALUE is a string giving
23625 its value. If NAME or PARAMS are invalid, it calls rng-dt-error
23626 passing it arguments in the same style as format; the value from
23627 rng-dt-error will be returned. Otherwise, it returns a list. The
23628 first member of the list is t if any string is a legal value for the
23629 datatype and nil otherwise. The second argument is a symbol; this
23630 symbol will be called as a function passing it a string followed by
23631 the remaining members of the list. The function must return an object
23632 representing the value of the datatype that was represented by the
23633 string, or nil if the string is not a representation of any value.
23634 The object returned can be any convenient non-nil value, provided
23635 that, if two strings represent the same value, the returned objects
23636 must be equal.
23637
23638 \(fn NAME PARAMS)" nil nil)
23639
23640 ;;;***
23641 \f
23642 ;;;### (autoloads nil "robin" "international/robin.el" (22230 48822
23643 ;;;;;; 767219 667000))
23644 ;;; Generated autoloads from international/robin.el
23645
23646 (autoload 'robin-define-package "robin" "\
23647 Define a robin package.
23648
23649 NAME is the string of this robin package.
23650 DOCSTRING is the documentation string of this robin package.
23651 Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
23652 OUTPUT is either a character or a string. RULES are not evaluated.
23653
23654 If there already exists a robin package whose name is NAME, the new
23655 one replaces the old one.
23656
23657 \(fn NAME DOCSTRING &rest RULES)" nil t)
23658
23659 (autoload 'robin-modify-package "robin" "\
23660 Change a rule in an already defined robin package.
23661
23662 NAME is the string specifying a robin package.
23663 INPUT is a string that specifies the input pattern.
23664 OUTPUT is either a character or a string to be generated.
23665
23666 \(fn NAME INPUT OUTPUT)" nil nil)
23667
23668 (autoload 'robin-use-package "robin" "\
23669 Start using robin package NAME, which is a string.
23670
23671 \(fn NAME)" nil nil)
23672
23673 ;;;***
23674 \f
23675 ;;;### (autoloads nil "rot13" "rot13.el" (22230 48822 903219 53000))
23676 ;;; Generated autoloads from rot13.el
23677
23678 (autoload 'rot13 "rot13" "\
23679 Return ROT13 encryption of OBJECT, a buffer or string.
23680
23681 \(fn OBJECT &optional START END)" nil nil)
23682
23683 (autoload 'rot13-string "rot13" "\
23684 Return ROT13 encryption of STRING.
23685
23686 \(fn STRING)" nil nil)
23687
23688 (autoload 'rot13-region "rot13" "\
23689 ROT13 encrypt the region between START and END in current buffer.
23690
23691 \(fn START END)" t nil)
23692
23693 (autoload 'rot13-other-window "rot13" "\
23694 Display current buffer in ROT13 in another window.
23695 The text itself is not modified, only the way it is displayed is affected.
23696
23697 To terminate the ROT13 display, delete that window. As long as that window
23698 is not deleted, any buffer displayed in it will become instantly encoded
23699 in ROT13.
23700
23701 See also `toggle-rot13-mode'.
23702
23703 \(fn)" t nil)
23704
23705 (autoload 'toggle-rot13-mode "rot13" "\
23706 Toggle the use of ROT13 encoding for the current window.
23707
23708 \(fn)" t nil)
23709
23710 ;;;***
23711 \f
23712 ;;;### (autoloads nil "rst" "textmodes/rst.el" (22230 48822 923218
23713 ;;;;;; 963000))
23714 ;;; Generated autoloads from textmodes/rst.el
23715 (add-to-list 'auto-mode-alist (purecopy '("\\.re?st\\'" . rst-mode)))
23716
23717 (autoload 'rst-mode "rst" "\
23718 Major mode for editing reStructuredText documents.
23719 \\<rst-mode-map>
23720
23721 Turning on `rst-mode' calls the normal hooks `text-mode-hook'
23722 and `rst-mode-hook'. This mode also supports font-lock
23723 highlighting.
23724
23725 \\{rst-mode-map}
23726
23727 \(fn)" t nil)
23728
23729 (autoload 'rst-minor-mode "rst" "\
23730 Toggle ReST minor mode.
23731 With a prefix argument ARG, enable ReST minor mode if ARG is
23732 positive, and disable it otherwise. If called from Lisp, enable
23733 the mode if ARG is omitted or nil.
23734
23735 When ReST minor mode is enabled, the ReST mode keybindings
23736 are installed on top of the major mode bindings. Use this
23737 for modes derived from Text mode, like Mail mode.
23738
23739 \(fn &optional ARG)" t nil)
23740
23741 ;;;***
23742 \f
23743 ;;;### (autoloads nil "ruby-mode" "progmodes/ruby-mode.el" (22230
23744 ;;;;;; 48822 891219 107000))
23745 ;;; Generated autoloads from progmodes/ruby-mode.el
23746 (push (purecopy '(ruby-mode 1 2)) package--builtin-versions)
23747
23748 (autoload 'ruby-mode "ruby-mode" "\
23749 Major mode for editing Ruby code.
23750
23751 \\{ruby-mode-map}
23752
23753 \(fn)" t nil)
23754
23755 (add-to-list 'auto-mode-alist (cons (purecopy (concat "\\(?:\\.\\(?:" "rbw?\\|ru\\|rake\\|thor" "\\|jbuilder\\|rabl\\|gemspec\\|podspec" "\\)" "\\|/" "\\(?:Gem\\|Rake\\|Cap\\|Thor" "\\|Puppet\\|Berks" "\\|Vagrant\\|Guard\\|Pod\\)file" "\\)\\'")) 'ruby-mode))
23756
23757 (dolist (name (list "ruby" "rbx" "jruby" "ruby1.9" "ruby1.8")) (add-to-list 'interpreter-mode-alist (cons (purecopy name) 'ruby-mode)))
23758
23759 ;;;***
23760 \f
23761 ;;;### (autoloads nil "ruler-mode" "ruler-mode.el" (22230 48822 903219
23762 ;;;;;; 53000))
23763 ;;; Generated autoloads from ruler-mode.el
23764 (push (purecopy '(ruler-mode 1 6)) package--builtin-versions)
23765
23766 (defvar ruler-mode nil "\
23767 Non-nil if Ruler mode is enabled.
23768 Use the command `ruler-mode' to change this variable.")
23769
23770 (autoload 'ruler-mode "ruler-mode" "\
23771 Toggle display of ruler in header line (Ruler mode).
23772 With a prefix argument ARG, enable Ruler mode if ARG is positive,
23773 and disable it otherwise. If called from Lisp, enable the mode
23774 if ARG is omitted or nil.
23775
23776 \(fn &optional ARG)" t nil)
23777
23778 ;;;***
23779 \f
23780 ;;;### (autoloads nil "rx" "emacs-lisp/rx.el" (22230 48822 696219
23781 ;;;;;; 987000))
23782 ;;; Generated autoloads from emacs-lisp/rx.el
23783
23784 (autoload 'rx-to-string "rx" "\
23785 Parse and produce code for regular expression FORM.
23786 FORM is a regular expression in sexp form.
23787 NO-GROUP non-nil means don't put shy groups around the result.
23788
23789 \(fn FORM &optional NO-GROUP)" nil nil)
23790
23791 (autoload 'rx "rx" "\
23792 Translate regular expressions REGEXPS in sexp form to a regexp string.
23793 REGEXPS is a non-empty sequence of forms of the sort listed below.
23794
23795 Note that `rx' is a Lisp macro; when used in a Lisp program being
23796 compiled, the translation is performed by the compiler.
23797 See `rx-to-string' for how to do such a translation at run-time.
23798
23799 The following are valid subforms of regular expressions in sexp
23800 notation.
23801
23802 STRING
23803 matches string STRING literally.
23804
23805 CHAR
23806 matches character CHAR literally.
23807
23808 `not-newline', `nonl'
23809 matches any character except a newline.
23810
23811 `anything'
23812 matches any character
23813
23814 `(any SET ...)'
23815 `(in SET ...)'
23816 `(char SET ...)'
23817 matches any character in SET .... SET may be a character or string.
23818 Ranges of characters can be specified as `A-Z' in strings.
23819 Ranges may also be specified as conses like `(?A . ?Z)'.
23820
23821 SET may also be the name of a character class: `digit',
23822 `control', `hex-digit', `blank', `graph', `print', `alnum',
23823 `alpha', `ascii', `nonascii', `lower', `punct', `space', `upper',
23824 `word', or one of their synonyms.
23825
23826 `(not (any SET ...))'
23827 matches any character not in SET ...
23828
23829 `line-start', `bol'
23830 matches the empty string, but only at the beginning of a line
23831 in the text being matched
23832
23833 `line-end', `eol'
23834 is similar to `line-start' but matches only at the end of a line
23835
23836 `string-start', `bos', `bot'
23837 matches the empty string, but only at the beginning of the
23838 string being matched against.
23839
23840 `string-end', `eos', `eot'
23841 matches the empty string, but only at the end of the
23842 string being matched against.
23843
23844 `buffer-start'
23845 matches the empty string, but only at the beginning of the
23846 buffer being matched against. Actually equivalent to `string-start'.
23847
23848 `buffer-end'
23849 matches the empty string, but only at the end of the
23850 buffer being matched against. Actually equivalent to `string-end'.
23851
23852 `point'
23853 matches the empty string, but only at point.
23854
23855 `word-start', `bow'
23856 matches the empty string, but only at the beginning of a word.
23857
23858 `word-end', `eow'
23859 matches the empty string, but only at the end of a word.
23860
23861 `word-boundary'
23862 matches the empty string, but only at the beginning or end of a
23863 word.
23864
23865 `(not word-boundary)'
23866 `not-word-boundary'
23867 matches the empty string, but not at the beginning or end of a
23868 word.
23869
23870 `symbol-start'
23871 matches the empty string, but only at the beginning of a symbol.
23872
23873 `symbol-end'
23874 matches the empty string, but only at the end of a symbol.
23875
23876 `digit', `numeric', `num'
23877 matches 0 through 9.
23878
23879 `control', `cntrl'
23880 matches ASCII control characters.
23881
23882 `hex-digit', `hex', `xdigit'
23883 matches 0 through 9, a through f and A through F.
23884
23885 `blank'
23886 matches space and tab only.
23887
23888 `graphic', `graph'
23889 matches graphic characters--everything except whitespace, ASCII
23890 and non-ASCII control characters, surrogates, and codepoints
23891 unassigned by Unicode.
23892
23893 `printing', `print'
23894 matches whitespace and graphic characters.
23895
23896 `alphanumeric', `alnum'
23897 matches alphabetic characters and digits. (For multibyte characters,
23898 it matches according to Unicode character properties.)
23899
23900 `letter', `alphabetic', `alpha'
23901 matches alphabetic characters. (For multibyte characters,
23902 it matches according to Unicode character properties.)
23903
23904 `ascii'
23905 matches ASCII (unibyte) characters.
23906
23907 `nonascii'
23908 matches non-ASCII (multibyte) characters.
23909
23910 `lower', `lower-case'
23911 matches anything lower-case.
23912
23913 `upper', `upper-case'
23914 matches anything upper-case.
23915
23916 `punctuation', `punct'
23917 matches punctuation. (But at present, for multibyte characters,
23918 it matches anything that has non-word syntax.)
23919
23920 `space', `whitespace', `white'
23921 matches anything that has whitespace syntax.
23922
23923 `word', `wordchar'
23924 matches anything that has word syntax.
23925
23926 `not-wordchar'
23927 matches anything that has non-word syntax.
23928
23929 `(syntax SYNTAX)'
23930 matches a character with syntax SYNTAX. SYNTAX must be one
23931 of the following symbols, or a symbol corresponding to the syntax
23932 character, e.g. `\\.' for `\\s.'.
23933
23934 `whitespace' (\\s- in string notation)
23935 `punctuation' (\\s.)
23936 `word' (\\sw)
23937 `symbol' (\\s_)
23938 `open-parenthesis' (\\s()
23939 `close-parenthesis' (\\s))
23940 `expression-prefix' (\\s')
23941 `string-quote' (\\s\")
23942 `paired-delimiter' (\\s$)
23943 `escape' (\\s\\)
23944 `character-quote' (\\s/)
23945 `comment-start' (\\s<)
23946 `comment-end' (\\s>)
23947 `string-delimiter' (\\s|)
23948 `comment-delimiter' (\\s!)
23949
23950 `(not (syntax SYNTAX))'
23951 matches a character that doesn't have syntax SYNTAX.
23952
23953 `(category CATEGORY)'
23954 matches a character with category CATEGORY. CATEGORY must be
23955 either a character to use for C, or one of the following symbols.
23956
23957 `consonant' (\\c0 in string notation)
23958 `base-vowel' (\\c1)
23959 `upper-diacritical-mark' (\\c2)
23960 `lower-diacritical-mark' (\\c3)
23961 `tone-mark' (\\c4)
23962 `symbol' (\\c5)
23963 `digit' (\\c6)
23964 `vowel-modifying-diacritical-mark' (\\c7)
23965 `vowel-sign' (\\c8)
23966 `semivowel-lower' (\\c9)
23967 `not-at-end-of-line' (\\c<)
23968 `not-at-beginning-of-line' (\\c>)
23969 `alpha-numeric-two-byte' (\\cA)
23970 `chinese-two-byte' (\\cC)
23971 `greek-two-byte' (\\cG)
23972 `japanese-hiragana-two-byte' (\\cH)
23973 `indian-tow-byte' (\\cI)
23974 `japanese-katakana-two-byte' (\\cK)
23975 `korean-hangul-two-byte' (\\cN)
23976 `cyrillic-two-byte' (\\cY)
23977 `combining-diacritic' (\\c^)
23978 `ascii' (\\ca)
23979 `arabic' (\\cb)
23980 `chinese' (\\cc)
23981 `ethiopic' (\\ce)
23982 `greek' (\\cg)
23983 `korean' (\\ch)
23984 `indian' (\\ci)
23985 `japanese' (\\cj)
23986 `japanese-katakana' (\\ck)
23987 `latin' (\\cl)
23988 `lao' (\\co)
23989 `tibetan' (\\cq)
23990 `japanese-roman' (\\cr)
23991 `thai' (\\ct)
23992 `vietnamese' (\\cv)
23993 `hebrew' (\\cw)
23994 `cyrillic' (\\cy)
23995 `can-break' (\\c|)
23996
23997 `(not (category CATEGORY))'
23998 matches a character that doesn't have category CATEGORY.
23999
24000 `(and SEXP1 SEXP2 ...)'
24001 `(: SEXP1 SEXP2 ...)'
24002 `(seq SEXP1 SEXP2 ...)'
24003 `(sequence SEXP1 SEXP2 ...)'
24004 matches what SEXP1 matches, followed by what SEXP2 matches, etc.
24005
24006 `(submatch SEXP1 SEXP2 ...)'
24007 `(group SEXP1 SEXP2 ...)'
24008 like `and', but makes the match accessible with `match-end',
24009 `match-beginning', and `match-string'.
24010
24011 `(submatch-n N SEXP1 SEXP2 ...)'
24012 `(group-n N SEXP1 SEXP2 ...)'
24013 like `group', but make it an explicitly-numbered group with
24014 group number N.
24015
24016 `(or SEXP1 SEXP2 ...)'
24017 `(| SEXP1 SEXP2 ...)'
24018 matches anything that matches SEXP1 or SEXP2, etc. If all
24019 args are strings, use `regexp-opt' to optimize the resulting
24020 regular expression.
24021
24022 `(minimal-match SEXP)'
24023 produce a non-greedy regexp for SEXP. Normally, regexps matching
24024 zero or more occurrences of something are \"greedy\" in that they
24025 match as much as they can, as long as the overall regexp can
24026 still match. A non-greedy regexp matches as little as possible.
24027
24028 `(maximal-match SEXP)'
24029 produce a greedy regexp for SEXP. This is the default.
24030
24031 Below, `SEXP ...' represents a sequence of regexp forms, treated as if
24032 enclosed in `(and ...)'.
24033
24034 `(zero-or-more SEXP ...)'
24035 `(0+ SEXP ...)'
24036 matches zero or more occurrences of what SEXP ... matches.
24037
24038 `(* SEXP ...)'
24039 like `zero-or-more', but always produces a greedy regexp, independent
24040 of `rx-greedy-flag'.
24041
24042 `(*? SEXP ...)'
24043 like `zero-or-more', but always produces a non-greedy regexp,
24044 independent of `rx-greedy-flag'.
24045
24046 `(one-or-more SEXP ...)'
24047 `(1+ SEXP ...)'
24048 matches one or more occurrences of SEXP ...
24049
24050 `(+ SEXP ...)'
24051 like `one-or-more', but always produces a greedy regexp.
24052
24053 `(+? SEXP ...)'
24054 like `one-or-more', but always produces a non-greedy regexp.
24055
24056 `(zero-or-one SEXP ...)'
24057 `(optional SEXP ...)'
24058 `(opt SEXP ...)'
24059 matches zero or one occurrences of A.
24060
24061 `(? SEXP ...)'
24062 like `zero-or-one', but always produces a greedy regexp.
24063
24064 `(?? SEXP ...)'
24065 like `zero-or-one', but always produces a non-greedy regexp.
24066
24067 `(repeat N SEXP)'
24068 `(= N SEXP ...)'
24069 matches N occurrences.
24070
24071 `(>= N SEXP ...)'
24072 matches N or more occurrences.
24073
24074 `(repeat N M SEXP)'
24075 `(** N M SEXP ...)'
24076 matches N to M occurrences.
24077
24078 `(backref N)'
24079 matches what was matched previously by submatch N.
24080
24081 `(eval FORM)'
24082 evaluate FORM and insert result. If result is a string,
24083 `regexp-quote' it.
24084
24085 `(regexp REGEXP)'
24086 include REGEXP in string notation in the result.
24087
24088 \(fn &rest REGEXPS)" nil t)
24089
24090 ;;;***
24091 \f
24092 ;;;### (autoloads nil "sasl-ntlm" "net/sasl-ntlm.el" (22230 48822
24093 ;;;;;; 812219 464000))
24094 ;;; Generated autoloads from net/sasl-ntlm.el
24095 (push (purecopy '(sasl 1 0)) package--builtin-versions)
24096
24097 ;;;***
24098 \f
24099 ;;;### (autoloads nil "savehist" "savehist.el" (22230 48822 903219
24100 ;;;;;; 53000))
24101 ;;; Generated autoloads from savehist.el
24102 (push (purecopy '(savehist 24)) package--builtin-versions)
24103
24104 (defvar savehist-mode nil "\
24105 Non-nil if Savehist mode is enabled.
24106 See the command `savehist-mode' for a description of this minor mode.
24107 Setting this variable directly does not take effect;
24108 either customize it (see the info node `Easy Customization')
24109 or call the function `savehist-mode'.")
24110
24111 (custom-autoload 'savehist-mode "savehist" nil)
24112
24113 (autoload 'savehist-mode "savehist" "\
24114 Toggle saving of minibuffer history (Savehist mode).
24115 With a prefix argument ARG, enable Savehist mode if ARG is
24116 positive, and disable it otherwise. If called from Lisp, enable
24117 the mode if ARG is omitted or nil.
24118
24119 When Savehist mode is enabled, minibuffer history is saved
24120 periodically and when exiting Emacs. When Savehist mode is
24121 enabled for the first time in an Emacs session, it loads the
24122 previous minibuffer history from `savehist-file'.
24123
24124 This mode should normally be turned on from your Emacs init file.
24125 Calling it at any other time replaces your current minibuffer
24126 histories, which is probably undesirable.
24127
24128 \(fn &optional ARG)" t nil)
24129
24130 ;;;***
24131 \f
24132 ;;;### (autoloads nil "saveplace" "saveplace.el" (22230 48822 903219
24133 ;;;;;; 53000))
24134 ;;; Generated autoloads from saveplace.el
24135
24136 (defvar save-place-mode nil "\
24137 Non-nil if Save-Place mode is enabled.
24138 See the command `save-place-mode' for a description of this minor mode.
24139 Setting this variable directly does not take effect;
24140 either customize it (see the info node `Easy Customization')
24141 or call the function `save-place-mode'.")
24142
24143 (custom-autoload 'save-place-mode "saveplace" nil)
24144
24145 (autoload 'save-place-mode "saveplace" "\
24146 Non-nil means automatically save place in each file.
24147 This means when you visit a file, point goes to the last place
24148 where it was when you previously visited the same file.
24149
24150 \(fn &optional ARG)" t nil)
24151
24152 (autoload 'save-place-local-mode "saveplace" "\
24153 Toggle whether to save your place in this file between sessions.
24154 If this mode is enabled, point is recorded when you kill the buffer
24155 or exit Emacs. Visiting this file again will go to that position,
24156 even in a later Emacs session.
24157
24158 If called with a prefix arg, the mode is enabled if and only if
24159 the argument is positive.
24160
24161 To save places automatically in all files, put this in your init
24162 file:
24163
24164 \(save-place-mode 1)
24165
24166 \(fn &optional ARG)" t nil)
24167
24168 ;;;***
24169 \f
24170 ;;;### (autoloads nil "scheme" "progmodes/scheme.el" (22230 48822
24171 ;;;;;; 891219 107000))
24172 ;;; Generated autoloads from progmodes/scheme.el
24173
24174 (autoload 'scheme-mode "scheme" "\
24175 Major mode for editing Scheme code.
24176 Editing commands are similar to those of `lisp-mode'.
24177
24178 In addition, if an inferior Scheme process is running, some additional
24179 commands will be defined, for evaluating expressions and controlling
24180 the interpreter, and the state of the process will be displayed in the
24181 mode line of all Scheme buffers. The names of commands that interact
24182 with the Scheme process start with \"xscheme-\" if you use the MIT
24183 Scheme-specific `xscheme' package; for more information see the
24184 documentation for `xscheme-interaction-mode'. Use \\[run-scheme] to
24185 start an inferior Scheme using the more general `cmuscheme' package.
24186
24187 Commands:
24188 Delete converts tabs to spaces as it moves back.
24189 Blank lines separate paragraphs. Semicolons start comments.
24190 \\{scheme-mode-map}
24191
24192 \(fn)" t nil)
24193
24194 (autoload 'dsssl-mode "scheme" "\
24195 Major mode for editing DSSSL code.
24196 Editing commands are similar to those of `lisp-mode'.
24197
24198 Commands:
24199 Delete converts tabs to spaces as it moves back.
24200 Blank lines separate paragraphs. Semicolons start comments.
24201 \\{scheme-mode-map}
24202 Entering this mode runs the hooks `scheme-mode-hook' and then
24203 `dsssl-mode-hook' and inserts the value of `dsssl-sgml-declaration' if
24204 that variable's value is a string.
24205
24206 \(fn)" t nil)
24207
24208 ;;;***
24209 \f
24210 ;;;### (autoloads nil "score-mode" "gnus/score-mode.el" (22230 48822
24211 ;;;;;; 753219 730000))
24212 ;;; Generated autoloads from gnus/score-mode.el
24213
24214 (autoload 'gnus-score-mode "score-mode" "\
24215 Mode for editing Gnus score files.
24216 This mode is an extended emacs-lisp mode.
24217
24218 \\{gnus-score-mode-map}
24219
24220 \(fn)" t nil)
24221
24222 ;;;***
24223 \f
24224 ;;;### (autoloads nil "scroll-all" "scroll-all.el" (22230 48822 903219
24225 ;;;;;; 53000))
24226 ;;; Generated autoloads from scroll-all.el
24227
24228 (defvar scroll-all-mode nil "\
24229 Non-nil if Scroll-All mode is enabled.
24230 See the command `scroll-all-mode' for a description of this minor mode.
24231 Setting this variable directly does not take effect;
24232 either customize it (see the info node `Easy Customization')
24233 or call the function `scroll-all-mode'.")
24234
24235 (custom-autoload 'scroll-all-mode "scroll-all" nil)
24236
24237 (autoload 'scroll-all-mode "scroll-all" "\
24238 Toggle shared scrolling in same-frame windows (Scroll-All mode).
24239 With a prefix argument ARG, enable Scroll-All mode if ARG is
24240 positive, and disable it otherwise. If called from Lisp, enable
24241 the mode if ARG is omitted or nil.
24242
24243 When Scroll-All mode is enabled, scrolling commands invoked in
24244 one window apply to all visible windows in the same frame.
24245
24246 \(fn &optional ARG)" t nil)
24247
24248 ;;;***
24249 \f
24250 ;;;### (autoloads nil "scroll-lock" "scroll-lock.el" (22230 48822
24251 ;;;;;; 903219 53000))
24252 ;;; Generated autoloads from scroll-lock.el
24253
24254 (autoload 'scroll-lock-mode "scroll-lock" "\
24255 Buffer-local minor mode for pager-like scrolling.
24256 With a prefix argument ARG, enable the mode if ARG is positive,
24257 and disable it otherwise. If called from Lisp, enable the mode
24258 if ARG is omitted or nil. When enabled, keys that normally move
24259 point by line or paragraph will scroll the buffer by the
24260 respective amount of lines instead and point will be kept
24261 vertically fixed relative to window boundaries during scrolling.
24262
24263 \(fn &optional ARG)" t nil)
24264
24265 ;;;***
24266 \f
24267 ;;;### (autoloads nil "secrets" "net/secrets.el" (22230 48822 812219
24268 ;;;;;; 464000))
24269 ;;; Generated autoloads from net/secrets.el
24270 (when (featurep 'dbusbind)
24271 (autoload 'secrets-show-secrets "secrets" nil t))
24272
24273 ;;;***
24274 \f
24275 ;;;### (autoloads nil "semantic" "cedet/semantic.el" (22230 48822
24276 ;;;;;; 660220 150000))
24277 ;;; Generated autoloads from cedet/semantic.el
24278 (push (purecopy '(semantic 2 2)) package--builtin-versions)
24279
24280 (defvar semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode) "\
24281 List of auxiliary Semantic minor modes enabled by `semantic-mode'.
24282 The possible elements of this list include the following:
24283
24284 `global-semanticdb-minor-mode' - Maintain tag database.
24285 `global-semantic-idle-scheduler-mode' - Reparse buffer when idle.
24286 `global-semantic-idle-summary-mode' - Show summary of tag at point.
24287 `global-semantic-idle-completions-mode' - Show completions when idle.
24288 `global-semantic-decoration-mode' - Additional tag decorations.
24289 `global-semantic-highlight-func-mode' - Highlight the current tag.
24290 `global-semantic-stickyfunc-mode' - Show current fun in header line.
24291 `global-semantic-mru-bookmark-mode' - Provide `switch-to-buffer'-like
24292 keybinding for tag names.
24293 `global-cedet-m3-minor-mode' - A mouse 3 context menu.
24294 `global-semantic-idle-local-symbol-highlight-mode' - Highlight references
24295 of the symbol under point.
24296 The following modes are more targeted at people who want to see
24297 some internal information of the semantic parser in action:
24298 `global-semantic-highlight-edits-mode' - Visualize incremental parser by
24299 highlighting not-yet parsed changes.
24300 `global-semantic-show-unmatched-syntax-mode' - Highlight unmatched lexical
24301 syntax tokens.
24302 `global-semantic-show-parser-state-mode' - Display the parser cache state.")
24303
24304 (custom-autoload 'semantic-default-submodes "semantic" t)
24305
24306 (defvar semantic-mode nil "\
24307 Non-nil if Semantic mode is enabled.
24308 See the command `semantic-mode' for a description of this minor mode.
24309 Setting this variable directly does not take effect;
24310 either customize it (see the info node `Easy Customization')
24311 or call the function `semantic-mode'.")
24312
24313 (custom-autoload 'semantic-mode "semantic" nil)
24314
24315 (autoload 'semantic-mode "semantic" "\
24316 Toggle parser features (Semantic mode).
24317 With a prefix argument ARG, enable Semantic mode if ARG is
24318 positive, and disable it otherwise. If called from Lisp, enable
24319 Semantic mode if ARG is omitted or nil.
24320
24321 In Semantic mode, Emacs parses the buffers you visit for their
24322 semantic content. This information is used by a variety of
24323 auxiliary minor modes, listed in `semantic-default-submodes';
24324 all the minor modes in this list are also enabled when you enable
24325 Semantic mode.
24326
24327 \\{semantic-mode-map}
24328
24329 \(fn &optional ARG)" t nil)
24330
24331 ;;;***
24332 \f
24333 ;;;### (autoloads nil "semantic/bovine/grammar" "cedet/semantic/bovine/grammar.el"
24334 ;;;;;; (22230 48822 662220 141000))
24335 ;;; Generated autoloads from cedet/semantic/bovine/grammar.el
24336
24337 (autoload 'bovine-grammar-mode "semantic/bovine/grammar" "\
24338 Major mode for editing Bovine grammars.
24339
24340 \(fn)" t nil)
24341
24342 ;;;***
24343 \f
24344 ;;;### (autoloads nil "semantic/wisent/grammar" "cedet/semantic/wisent/grammar.el"
24345 ;;;;;; (22230 48822 671220 100000))
24346 ;;; Generated autoloads from cedet/semantic/wisent/grammar.el
24347
24348 (autoload 'wisent-grammar-mode "semantic/wisent/grammar" "\
24349 Major mode for editing Wisent grammars.
24350
24351 \(fn)" t nil)
24352
24353 ;;;***
24354 \f
24355 ;;;### (autoloads nil "sendmail" "mail/sendmail.el" (22230 48822
24356 ;;;;;; 792219 554000))
24357 ;;; Generated autoloads from mail/sendmail.el
24358
24359 (defvar mail-from-style 'default "\
24360 Specifies how \"From:\" fields look.
24361
24362 If nil, they contain just the return address like:
24363 king@grassland.com
24364 If `parens', they look like:
24365 king@grassland.com (Elvis Parsley)
24366 If `angles', they look like:
24367 Elvis Parsley <king@grassland.com>
24368
24369 Otherwise, most addresses look like `angles', but they look like
24370 `parens' if `angles' would need quoting and `parens' would not.")
24371
24372 (custom-autoload 'mail-from-style "sendmail" t)
24373
24374 (defvar mail-specify-envelope-from nil "\
24375 If non-nil, specify the envelope-from address when sending mail.
24376 The value used to specify it is whatever is found in
24377 the variable `mail-envelope-from', with `user-mail-address' as fallback.
24378
24379 On most systems, specifying the envelope-from address is a
24380 privileged operation. This variable affects sendmail and
24381 smtpmail -- if you use feedmail to send mail, see instead the
24382 variable `feedmail-deduce-envelope-from'.")
24383
24384 (custom-autoload 'mail-specify-envelope-from "sendmail" t)
24385
24386 (defvar mail-self-blind nil "\
24387 Non-nil means insert BCC to self in messages to be sent.
24388 This is done when the message is initialized,
24389 so you can remove or alter the BCC field to override the default.")
24390
24391 (custom-autoload 'mail-self-blind "sendmail" t)
24392
24393 (defvar mail-interactive t "\
24394 Non-nil means when sending a message wait for and display errors.
24395 Otherwise, let mailer send back a message to report errors.")
24396
24397 (custom-autoload 'mail-interactive "sendmail" t)
24398
24399 (defvar send-mail-function (if (and (boundp 'smtpmail-smtp-server) smtpmail-smtp-server) 'smtpmail-send-it 'sendmail-query-once) "\
24400 Function to call to send the current buffer as mail.
24401 The headers should be delimited by a line which is
24402 not a valid RFC822 header or continuation line,
24403 that matches the variable `mail-header-separator'.
24404 This is used by the default mail-sending commands. See also
24405 `message-send-mail-function' for use with the Message package.")
24406
24407 (custom-autoload 'send-mail-function "sendmail" t)
24408
24409 (defvar mail-header-separator (purecopy "--text follows this line--") "\
24410 Line used to separate headers from text in messages being composed.")
24411
24412 (custom-autoload 'mail-header-separator "sendmail" t)
24413
24414 (defvar mail-archive-file-name nil "\
24415 Name of file to write all outgoing messages in, or nil for none.
24416 This is normally an mbox file, but for backwards compatibility may also
24417 be a Babyl file.")
24418
24419 (custom-autoload 'mail-archive-file-name "sendmail" t)
24420
24421 (defvar mail-default-reply-to nil "\
24422 Address to insert as default Reply-to field of outgoing messages.
24423 If nil, it will be initialized from the REPLYTO environment variable
24424 when you first send mail.")
24425
24426 (custom-autoload 'mail-default-reply-to "sendmail" t)
24427
24428 (defvar mail-personal-alias-file (purecopy "~/.mailrc") "\
24429 If non-nil, the name of the user's personal mail alias file.
24430 This file typically should be in same format as the `.mailrc' file used by
24431 the `Mail' or `mailx' program.
24432 This file need not actually exist.")
24433
24434 (custom-autoload 'mail-personal-alias-file "sendmail" t)
24435
24436 (defvar mail-setup-hook nil "\
24437 Normal hook, run each time a new outgoing message is initialized.")
24438
24439 (custom-autoload 'mail-setup-hook "sendmail" t)
24440
24441 (defvar mail-aliases t "\
24442 Alist of mail address aliases,
24443 or t meaning should be initialized from your mail aliases file.
24444 \(The file's name is normally `~/.mailrc', but `mail-personal-alias-file'
24445 can specify a different file name.)
24446 The alias definitions in the file have this form:
24447 alias ALIAS MEANING")
24448
24449 (defvar mail-yank-prefix "> " "\
24450 Prefix insert on lines of yanked message being replied to.
24451 If this is nil, use indentation, as specified by `mail-indentation-spaces'.")
24452
24453 (custom-autoload 'mail-yank-prefix "sendmail" t)
24454
24455 (defvar mail-indentation-spaces 3 "\
24456 Number of spaces to insert at the beginning of each cited line.
24457 Used by `mail-yank-original' via `mail-indent-citation'.")
24458
24459 (custom-autoload 'mail-indentation-spaces "sendmail" t)
24460
24461 (defvar mail-citation-hook nil "\
24462 Hook for modifying a citation just inserted in the mail buffer.
24463 Each hook function can find the citation between (point) and (mark t),
24464 and should leave point and mark around the citation text as modified.
24465 The hook functions can find the header of the cited message
24466 in the variable `mail-citation-header', whether or not this is included
24467 in the cited portion of the message.
24468
24469 If this hook is entirely empty (nil), a default action is taken
24470 instead of no action.")
24471
24472 (custom-autoload 'mail-citation-hook "sendmail" t)
24473
24474 (defvar mail-citation-prefix-regexp (purecopy "\\([ ]*\\(\\w\\|[_.]\\)+>+\\|[ ]*[]>|]\\)+") "\
24475 Regular expression to match a citation prefix plus whitespace.
24476 It should match whatever sort of citation prefixes you want to handle,
24477 with whitespace before and after; it should also match just whitespace.
24478 The default value matches citations like `foo-bar>' plus whitespace.")
24479
24480 (custom-autoload 'mail-citation-prefix-regexp "sendmail" t)
24481
24482 (defvar mail-signature t "\
24483 Text inserted at end of mail buffer when a message is initialized.
24484 If t, it means to insert the contents of the file `mail-signature-file'.
24485 If a string, that string is inserted.
24486 (To make a proper signature, the string should begin with \\n\\n-- \\n,
24487 which is the standard way to delimit a signature in a message.)
24488 Otherwise, it should be an expression; it is evaluated
24489 and should insert whatever you want to insert.")
24490
24491 (custom-autoload 'mail-signature "sendmail" t)
24492
24493 (defvar mail-signature-file (purecopy "~/.signature") "\
24494 File containing the text inserted at end of mail buffer.")
24495
24496 (custom-autoload 'mail-signature-file "sendmail" t)
24497
24498 (defvar mail-default-directory (purecopy "~/") "\
24499 Value of `default-directory' for Mail mode buffers.
24500 This directory is used for auto-save files of Mail mode buffers.
24501
24502 Note that Message mode does not use this variable; it auto-saves
24503 in `message-auto-save-directory'.")
24504
24505 (custom-autoload 'mail-default-directory "sendmail" t)
24506
24507 (defvar mail-default-headers nil "\
24508 A string containing header lines, to be inserted in outgoing messages.
24509 It can contain newlines, and should end in one. It is inserted
24510 before you edit the message, so you can edit or delete the lines.")
24511
24512 (custom-autoload 'mail-default-headers "sendmail" t)
24513
24514 (autoload 'sendmail-query-once "sendmail" "\
24515 Query for `send-mail-function' and send mail with it.
24516 This also saves the value of `send-mail-function' via Customize.
24517
24518 \(fn)" nil nil)
24519
24520 (define-mail-user-agent 'sendmail-user-agent 'sendmail-user-agent-compose 'mail-send-and-exit)
24521
24522 (autoload 'sendmail-user-agent-compose "sendmail" "\
24523
24524
24525 \(fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" nil nil)
24526
24527 (autoload 'mail-mode "sendmail" "\
24528 Major mode for editing mail to be sent.
24529 Like Text Mode but with these additional commands:
24530
24531 \\[mail-send] mail-send (send the message)
24532 \\[mail-send-and-exit] mail-send-and-exit (send the message and exit)
24533
24534 Here are commands that move to a header field (and create it if there isn't):
24535 \\[mail-to] move to To: \\[mail-subject] move to Subj:
24536 \\[mail-bcc] move to BCC: \\[mail-cc] move to CC:
24537 \\[mail-fcc] move to FCC: \\[mail-reply-to] move to Reply-To:
24538 \\[mail-mail-reply-to] move to Mail-Reply-To:
24539 \\[mail-mail-followup-to] move to Mail-Followup-To:
24540 \\[mail-text] move to message text.
24541 \\[mail-signature] mail-signature (insert `mail-signature-file' file).
24542 \\[mail-yank-original] mail-yank-original (insert current message, in Rmail).
24543 \\[mail-fill-yanked-message] mail-fill-yanked-message (fill what was yanked).
24544 \\[mail-insert-file] insert a text file into the message.
24545 \\[mail-add-attachment] attach to the message a file as binary attachment.
24546 Turning on Mail mode runs the normal hooks `text-mode-hook' and
24547 `mail-mode-hook' (in that order).
24548
24549 \(fn)" t nil)
24550
24551 (defvar mail-mailing-lists nil "\
24552 List of mailing list addresses the user is subscribed to.
24553 The variable is used to trigger insertion of the \"Mail-Followup-To\"
24554 header when sending a message to a mailing list.")
24555
24556 (custom-autoload 'mail-mailing-lists "sendmail" t)
24557
24558 (defvar sendmail-coding-system nil "\
24559 Coding system for encoding the outgoing mail.
24560 This has higher priority than the default `buffer-file-coding-system'
24561 and `default-sendmail-coding-system',
24562 but lower priority than the local value of `buffer-file-coding-system'.
24563 See also the function `select-message-coding-system'.")
24564
24565 (defvar default-sendmail-coding-system 'iso-latin-1 "\
24566 Default coding system for encoding the outgoing mail.
24567 This variable is used only when `sendmail-coding-system' is nil.
24568
24569 This variable is set/changed by the command `set-language-environment'.
24570 User should not set this variable manually,
24571 instead use `sendmail-coding-system' to get a constant encoding
24572 of outgoing mails regardless of the current language environment.
24573 See also the function `select-message-coding-system'.")
24574
24575 (autoload 'mail "sendmail" "\
24576 Edit a message to be sent. Prefix arg means resume editing (don't erase).
24577 When this function returns, the buffer `*mail*' is selected.
24578 The value is t if the message was newly initialized; otherwise, nil.
24579
24580 Optionally, the signature file `mail-signature-file' can be inserted at the
24581 end; see the variable `mail-signature'.
24582
24583 \\<mail-mode-map>
24584 While editing message, type \\[mail-send-and-exit] to send the message and exit.
24585
24586 Various special commands starting with C-c are available in sendmail mode
24587 to move to message header fields:
24588 \\{mail-mode-map}
24589
24590 If `mail-self-blind' is non-nil, a BCC to yourself is inserted
24591 when the message is initialized.
24592
24593 If `mail-default-reply-to' is non-nil, it should be an address (a string);
24594 a Reply-to: field with that address is inserted.
24595
24596 If `mail-archive-file-name' is non-nil, an FCC field with that file name
24597 is inserted.
24598
24599 The normal hook `mail-setup-hook' is run after the message is
24600 initialized. It can add more default fields to the message.
24601
24602 The first argument, NOERASE, determines what to do when there is
24603 an existing modified `*mail*' buffer. If NOERASE is nil, the
24604 existing mail buffer is used, and the user is prompted whether to
24605 keep the old contents or to erase them. If NOERASE has the value
24606 `new', a new mail buffer will be created instead of using the old
24607 one. Any other non-nil value means to always select the old
24608 buffer without erasing the contents.
24609
24610 The second through fifth arguments,
24611 TO, SUBJECT, IN-REPLY-TO and CC, specify if non-nil
24612 the initial contents of those header fields.
24613 These arguments should not have final newlines.
24614 The sixth argument REPLYBUFFER is a buffer which contains an
24615 original message being replied to, or else an action
24616 of the form (FUNCTION . ARGS) which says how to insert the original.
24617 Or it can be nil, if not replying to anything.
24618 The seventh argument ACTIONS is a list of actions to take
24619 if/when the message is sent. Each action looks like (FUNCTION . ARGS);
24620 when the message is sent, we apply FUNCTION to ARGS.
24621 This is how Rmail arranges to mark messages `answered'.
24622
24623 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER ACTIONS RETURN-ACTION)" t nil)
24624
24625 (autoload 'mail-other-window "sendmail" "\
24626 Like `mail' command, but display mail buffer in another window.
24627
24628 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24629
24630 (autoload 'mail-other-frame "sendmail" "\
24631 Like `mail' command, but display mail buffer in another frame.
24632
24633 \(fn &optional NOERASE TO SUBJECT IN-REPLY-TO CC REPLYBUFFER SENDACTIONS)" t nil)
24634
24635 ;;;***
24636 \f
24637 ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (22230 48822 696219
24638 ;;;;;; 987000))
24639 ;;; Generated autoloads from emacs-lisp/seq.el
24640 (push (purecopy '(seq 2 3)) package--builtin-versions)
24641
24642 ;;;***
24643 \f
24644 ;;;### (autoloads nil "server" "server.el" (22230 48822 904219 48000))
24645 ;;; Generated autoloads from server.el
24646
24647 (put 'server-host 'risky-local-variable t)
24648
24649 (put 'server-port 'risky-local-variable t)
24650
24651 (put 'server-auth-dir 'risky-local-variable t)
24652
24653 (autoload 'server-start "server" "\
24654 Allow this Emacs process to be a server for client processes.
24655 This starts a server communications subprocess through which client
24656 \"editors\" can send your editing commands to this Emacs job.
24657 To use the server, set up the program `emacsclient' in the Emacs
24658 distribution as your standard \"editor\".
24659
24660 Optional argument LEAVE-DEAD (interactively, a prefix arg) means just
24661 kill any existing server communications subprocess.
24662
24663 If a server is already running, restart it. If clients are
24664 running, ask the user for confirmation first, unless optional
24665 argument INHIBIT-PROMPT is non-nil.
24666
24667 To force-start a server, do \\[server-force-delete] and then
24668 \\[server-start].
24669
24670 \(fn &optional LEAVE-DEAD INHIBIT-PROMPT)" t nil)
24671
24672 (autoload 'server-force-delete "server" "\
24673 Unconditionally delete connection file for server NAME.
24674 If server is running, it is first stopped.
24675 NAME defaults to `server-name'. With argument, ask for NAME.
24676
24677 \(fn &optional NAME)" t nil)
24678
24679 (defvar server-mode nil "\
24680 Non-nil if Server mode is enabled.
24681 See the command `server-mode' for a description of this minor mode.
24682 Setting this variable directly does not take effect;
24683 either customize it (see the info node `Easy Customization')
24684 or call the function `server-mode'.")
24685
24686 (custom-autoload 'server-mode "server" nil)
24687
24688 (autoload 'server-mode "server" "\
24689 Toggle Server mode.
24690 With a prefix argument ARG, enable Server mode if ARG is
24691 positive, and disable it otherwise. If called from Lisp, enable
24692 Server mode if ARG is omitted or nil.
24693
24694 Server mode runs a process that accepts commands from the
24695 `emacsclient' program. See Info node `Emacs server' and
24696 `server-start' for details.
24697
24698 \(fn &optional ARG)" t nil)
24699
24700 (autoload 'server-save-buffers-kill-terminal "server" "\
24701 Offer to save each buffer, then kill the current client.
24702 With ARG non-nil, silently save all file-visiting buffers, then kill.
24703
24704 If emacsclient was started with a list of filenames to edit, then
24705 only these files will be asked to be saved.
24706
24707 \(fn ARG)" nil nil)
24708
24709 ;;;***
24710 \f
24711 ;;;### (autoloads nil "ses" "ses.el" (22230 48822 905219 44000))
24712 ;;; Generated autoloads from ses.el
24713
24714 (autoload 'ses-mode "ses" "\
24715 Major mode for Simple Emacs Spreadsheet.
24716
24717 When you invoke SES in a new buffer, it is divided into cells
24718 that you can enter data into. You can navigate the cells with
24719 the arrow keys and add more cells with the tab key. The contents
24720 of these cells can be numbers, text, or Lisp expressions. (To
24721 enter text, enclose it in double quotes.)
24722
24723 In an expression, you can use cell coordinates to refer to the
24724 contents of another cell. For example, you can sum a range of
24725 cells with `(+ A1 A2 A3)'. There are specialized functions like
24726 `ses+' (addition for ranges with empty cells), `ses-average' (for
24727 performing calculations on cells), and `ses-range' and `ses-select'
24728 \(for extracting ranges of cells).
24729
24730 Each cell also has a print function that controls how it is
24731 displayed.
24732
24733 Each SES buffer is divided into a print area and a data area.
24734 Normally, you can simply use SES to look at and manipulate the print
24735 area, and let SES manage the data area outside the visible region.
24736
24737 See \"ses-example.ses\" (in `data-directory') for an example
24738 spreadsheet, and the Info node `(ses)Top.'
24739
24740 In the following, note the separate keymaps for cell editing mode
24741 and print mode specifications. Key definitions:
24742
24743 \\{ses-mode-map}
24744 These key definitions are active only in the print area (the visible
24745 part):
24746 \\{ses-mode-print-map}
24747 These are active only in the minibuffer, when entering or editing a
24748 formula:
24749 \\{ses-mode-edit-map}
24750
24751 \(fn)" t nil)
24752
24753 ;;;***
24754 \f
24755 ;;;### (autoloads nil "sgml-mode" "textmodes/sgml-mode.el" (22230
24756 ;;;;;; 48822 923218 963000))
24757 ;;; Generated autoloads from textmodes/sgml-mode.el
24758
24759 (autoload 'sgml-mode "sgml-mode" "\
24760 Major mode for editing SGML documents.
24761 Makes > match <.
24762 Keys <, &, SPC within <>, \", / and \\=' can be electric depending on
24763 `sgml-quick-keys'.
24764
24765 An argument of N to a tag-inserting command means to wrap it around
24766 the next N words. In Transient Mark mode, when the mark is active,
24767 N defaults to -1, which means to wrap it around the current region.
24768
24769 If you like upcased tags, put (setq sgml-transformation-function \\='upcase)
24770 in your init file.
24771
24772 Use \\[sgml-validate] to validate your document with an SGML parser.
24773
24774 Do \\[describe-variable] sgml- SPC to see available variables.
24775 Do \\[describe-key] on the following bindings to discover what they do.
24776 \\{sgml-mode-map}
24777
24778 \(fn)" t nil)
24779
24780 (autoload 'html-mode "sgml-mode" "\
24781 Major mode based on SGML mode for editing HTML documents.
24782 This allows inserting skeleton constructs used in hypertext documents with
24783 completion. See below for an introduction to HTML. Use
24784 \\[browse-url-of-buffer] to see how this comes out. See also `sgml-mode' on
24785 which this is based.
24786
24787 Do \\[describe-variable] html- SPC and \\[describe-variable] sgml- SPC to see available variables.
24788
24789 To write fairly well formatted pages you only need to know few things. Most
24790 browsers have a function to read the source code of the page being seen, so
24791 you can imitate various tricks. Here's a very short HTML primer which you
24792 can also view with a browser to see what happens:
24793
24794 <title>A Title Describing Contents</title> should be on every page. Pages can
24795 have <h1>Very Major Headlines</h1> through <h6>Very Minor Headlines</h6>
24796 <hr> Parts can be separated with horizontal rules.
24797
24798 <p>Paragraphs only need an opening tag. Line breaks and multiple spaces are
24799 ignored unless the text is <pre>preformatted.</pre> Text can be marked as
24800 <b>bold</b>, <i>italic</i> or <u>underlined</u> using the normal M-o or
24801 Edit/Text Properties/Face commands.
24802
24803 Pages can have <a name=\"SOMENAME\">named points</a> and can link other points
24804 to them with <a href=\"#SOMENAME\">see also somename</a>. In the same way <a
24805 href=\"URL\">see also URL</a> where URL is a filename relative to current
24806 directory, or absolute as in `http://www.cs.indiana.edu/elisp/w3/docs.html'.
24807
24808 Images in many formats can be inlined with <img src=\"URL\">.
24809
24810 If you mainly create your own documents, `sgml-specials' might be
24811 interesting. But note that some HTML 2 browsers can't handle `&apos;'.
24812 To work around that, do:
24813 (eval-after-load \"sgml-mode\" \\='(aset sgml-char-names ?\\=' nil))
24814
24815 \\{html-mode-map}
24816
24817 \(fn)" t nil)
24818
24819 ;;;***
24820 \f
24821 ;;;### (autoloads nil "sh-script" "progmodes/sh-script.el" (22230
24822 ;;;;;; 48822 892219 103000))
24823 ;;; Generated autoloads from progmodes/sh-script.el
24824 (push (purecopy '(sh-script 2 0 6)) package--builtin-versions)
24825 (put 'sh-shell 'safe-local-variable 'symbolp)
24826
24827 (autoload 'sh-mode "sh-script" "\
24828 Major mode for editing shell scripts.
24829 This mode works for many shells, since they all have roughly the same syntax,
24830 as far as commands, arguments, variables, pipes, comments etc. are concerned.
24831 Unless the file's magic number indicates the shell, your usual shell is
24832 assumed. Since filenames rarely give a clue, they are not further analyzed.
24833
24834 This mode adapts to the variations between shells (see `sh-set-shell') by
24835 means of an inheritance based feature lookup (see `sh-feature'). This
24836 mechanism applies to all variables (including skeletons) that pertain to
24837 shell-specific features. Shell script files can use the `sh-shell' local
24838 variable to indicate the shell variant to be used for the file.
24839
24840 The default style of this mode is that of Rosenblatt's Korn shell book.
24841 The syntax of the statements varies with the shell being used. The
24842 following commands are available, based on the current shell's syntax:
24843 \\<sh-mode-map>
24844 \\[sh-case] case statement
24845 \\[sh-for] for loop
24846 \\[sh-function] function definition
24847 \\[sh-if] if statement
24848 \\[sh-indexed-loop] indexed loop from 1 to n
24849 \\[sh-while-getopts] while getopts loop
24850 \\[sh-repeat] repeat loop
24851 \\[sh-select] select loop
24852 \\[sh-until] until loop
24853 \\[sh-while] while loop
24854
24855 For sh and rc shells indentation commands are:
24856 \\[sh-show-indent] Show the variable controlling this line's indentation.
24857 \\[sh-set-indent] Set then variable controlling this line's indentation.
24858 \\[sh-learn-line-indent] Change the indentation variable so this line
24859 would indent to the way it currently is.
24860 \\[sh-learn-buffer-indent] Set the indentation variables so the
24861 buffer indents as it currently is indented.
24862
24863
24864 \\[backward-delete-char-untabify] Delete backward one position, even if it was a tab.
24865 \\[sh-end-of-command] Go to end of successive commands.
24866 \\[sh-beginning-of-command] Go to beginning of successive commands.
24867 \\[sh-set-shell] Set this buffer's shell, and maybe its magic number.
24868 \\[sh-execute-region] Have optional header and region be executed in a subshell.
24869
24870 `sh-electric-here-document-mode' controls whether insertion of two
24871 unquoted < insert a here document.
24872
24873 If you generally program a shell different from your login shell you can
24874 set `sh-shell-file' accordingly. If your shell's file name doesn't correctly
24875 indicate what shell it is use `sh-alias-alist' to translate.
24876
24877 If your shell gives error messages with line numbers, you can use \\[executable-interpret]
24878 with your script for an edit-interpret-debug cycle.
24879
24880 \(fn)" t nil)
24881
24882 (defalias 'shell-script-mode 'sh-mode)
24883
24884 ;;;***
24885 \f
24886 ;;;### (autoloads nil "shadow" "emacs-lisp/shadow.el" (22230 48822
24887 ;;;;;; 696219 987000))
24888 ;;; Generated autoloads from emacs-lisp/shadow.el
24889
24890 (autoload 'list-load-path-shadows "shadow" "\
24891 Display a list of Emacs Lisp files that shadow other files.
24892
24893 If STRINGP is non-nil, returns any shadows as a string.
24894 Otherwise, if interactive shows any shadows in a `*Shadows*' buffer;
24895 else prints messages listing any shadows.
24896
24897 This function lists potential load path problems. Directories in
24898 the `load-path' variable are searched, in order, for Emacs Lisp
24899 files. When a previously encountered file name is found again, a
24900 message is displayed indicating that the later file is \"hidden\" by
24901 the earlier.
24902
24903 For example, suppose `load-path' is set to
24904
24905 \(\"/usr/share/emacs/site-lisp\" \"/usr/share/emacs/24.3/lisp\")
24906
24907 and that each of these directories contains a file called XXX.el. Then
24908 XXX.el in the site-lisp directory is referred to by all of:
24909 \(require \\='XXX), (autoload .... \"XXX\"), (load-library \"XXX\") etc.
24910
24911 The first XXX.el file prevents Emacs from seeing the second (unless
24912 the second is loaded explicitly via `load-file').
24913
24914 When not intended, such shadowings can be the source of subtle
24915 problems. For example, the above situation may have arisen because the
24916 XXX package was not distributed with versions of Emacs prior to
24917 24.3. A system administrator downloaded XXX from elsewhere and installed
24918 it. Later, XXX was updated and included in the Emacs distribution.
24919 Unless the system administrator checks for this, the new version of XXX
24920 will be hidden behind the old (which may no longer work with the new
24921 Emacs version).
24922
24923 This function performs these checks and flags all possible
24924 shadowings. Because a .el file may exist without a corresponding .elc
24925 \(or vice-versa), these suffixes are essentially ignored. A file
24926 XXX.elc in an early directory (that does not contain XXX.el) is
24927 considered to shadow a later file XXX.el, and vice-versa.
24928
24929 Shadowings are located by calling the (non-interactive) companion
24930 function, `load-path-shadows-find'.
24931
24932 \(fn &optional STRINGP)" t nil)
24933
24934 ;;;***
24935 \f
24936 ;;;### (autoloads nil "shadowfile" "shadowfile.el" (22230 48822 905219
24937 ;;;;;; 44000))
24938 ;;; Generated autoloads from shadowfile.el
24939
24940 (autoload 'shadow-define-cluster "shadowfile" "\
24941 Edit (or create) the definition of a cluster NAME.
24942 This is a group of hosts that share directories, so that copying to or from
24943 one of them is sufficient to update the file on all of them. Clusters are
24944 defined by a name, the network address of a primary host (the one we copy
24945 files to), and a regular expression that matches the hostnames of all the
24946 sites in the cluster.
24947
24948 \(fn NAME)" t nil)
24949
24950 (autoload 'shadow-define-literal-group "shadowfile" "\
24951 Declare a single file to be shared between sites.
24952 It may have different filenames on each site. When this file is edited, the
24953 new version will be copied to each of the other locations. Sites can be
24954 specific hostnames, or names of clusters (see `shadow-define-cluster').
24955
24956 \(fn)" t nil)
24957
24958 (autoload 'shadow-define-regexp-group "shadowfile" "\
24959 Make each of a group of files be shared between hosts.
24960 Prompts for regular expression; files matching this are shared between a list
24961 of sites, which are also prompted for. The filenames must be identical on all
24962 hosts (if they aren't, use `shadow-define-literal-group' instead of this
24963 function). Each site can be either a hostname or the name of a cluster (see
24964 `shadow-define-cluster').
24965
24966 \(fn)" t nil)
24967
24968 (autoload 'shadow-initialize "shadowfile" "\
24969 Set up file shadowing.
24970
24971 \(fn)" t nil)
24972
24973 ;;;***
24974 \f
24975 ;;;### (autoloads nil "shell" "shell.el" (22230 48822 905219 44000))
24976 ;;; Generated autoloads from shell.el
24977
24978 (defvar shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe") "\
24979 Regexp to match shells that don't save their command history, and
24980 don't handle the backslash as a quote character. For shells that
24981 match this regexp, Emacs will write out the command history when the
24982 shell finishes, and won't remove backslashes when it unquotes shell
24983 arguments.")
24984
24985 (custom-autoload 'shell-dumb-shell-regexp "shell" t)
24986
24987 (autoload 'shell "shell" "\
24988 Run an inferior shell, with I/O through BUFFER (which defaults to `*shell*').
24989 Interactively, a prefix arg means to prompt for BUFFER.
24990 If `default-directory' is a remote file name, it is also prompted
24991 to change if called with a prefix arg.
24992
24993 If BUFFER exists but shell process is not running, make new shell.
24994 If BUFFER exists and shell process is running, just switch to BUFFER.
24995 Program used comes from variable `explicit-shell-file-name',
24996 or (if that is nil) from the ESHELL environment variable,
24997 or (if that is nil) from `shell-file-name'.
24998 If a file `~/.emacs_SHELLNAME' exists, or `~/.emacs.d/init_SHELLNAME.sh',
24999 it is given as initial input (but this may be lost, due to a timing
25000 error, if the shell discards input when it starts up).
25001 The buffer is put in Shell mode, giving commands for sending input
25002 and controlling the subjobs of the shell. See `shell-mode'.
25003 See also the variable `shell-prompt-pattern'.
25004
25005 To specify a coding system for converting non-ASCII characters
25006 in the input and output to the shell, use \\[universal-coding-system-argument]
25007 before \\[shell]. You can also specify this with \\[set-buffer-process-coding-system]
25008 in the shell buffer, after you start the shell.
25009 The default comes from `process-coding-system-alist' and
25010 `default-process-coding-system'.
25011
25012 The shell file name (sans directories) is used to make a symbol name
25013 such as `explicit-csh-args'. If that symbol is a variable,
25014 its value is used as a list of arguments when invoking the shell.
25015 Otherwise, one argument `-i' is passed to the shell.
25016
25017 \(Type \\[describe-mode] in the shell buffer for a list of commands.)
25018
25019 \(fn &optional BUFFER)" t nil)
25020
25021 ;;;***
25022 \f
25023 ;;;### (autoloads nil "shr" "net/shr.el" (22230 48822 813219 459000))
25024 ;;; Generated autoloads from net/shr.el
25025
25026 (autoload 'shr-render-region "shr" "\
25027 Display the HTML rendering of the region between BEGIN and END.
25028
25029 \(fn BEGIN END &optional BUFFER)" t nil)
25030
25031 (autoload 'shr-insert-document "shr" "\
25032 Render the parsed document DOM into the current buffer.
25033 DOM should be a parse tree as generated by
25034 `libxml-parse-html-region' or similar.
25035
25036 \(fn DOM)" nil nil)
25037
25038 ;;;***
25039 \f
25040 ;;;### (autoloads nil "sieve" "gnus/sieve.el" (22230 48822 753219
25041 ;;;;;; 730000))
25042 ;;; Generated autoloads from gnus/sieve.el
25043
25044 (autoload 'sieve-manage "sieve" "\
25045
25046
25047 \(fn SERVER &optional PORT)" t nil)
25048
25049 (autoload 'sieve-upload "sieve" "\
25050
25051
25052 \(fn &optional NAME)" t nil)
25053
25054 (autoload 'sieve-upload-and-bury "sieve" "\
25055
25056
25057 \(fn &optional NAME)" t nil)
25058
25059 (autoload 'sieve-upload-and-kill "sieve" "\
25060
25061
25062 \(fn &optional NAME)" t nil)
25063
25064 ;;;***
25065 \f
25066 ;;;### (autoloads nil "sieve-mode" "gnus/sieve-mode.el" (22230 48822
25067 ;;;;;; 753219 730000))
25068 ;;; Generated autoloads from gnus/sieve-mode.el
25069
25070 (autoload 'sieve-mode "sieve-mode" "\
25071 Major mode for editing Sieve code.
25072 This is much like C mode except for the syntax of comments. Its keymap
25073 inherits from C mode's and it has the same variables for customizing
25074 indentation. It has its own abbrev table and its own syntax table.
25075
25076 Turning on Sieve mode runs `sieve-mode-hook'.
25077
25078 \(fn)" t nil)
25079
25080 ;;;***
25081 \f
25082 ;;;### (autoloads nil "simula" "progmodes/simula.el" (22230 48822
25083 ;;;;;; 892219 103000))
25084 ;;; Generated autoloads from progmodes/simula.el
25085
25086 (autoload 'simula-mode "simula" "\
25087 Major mode for editing SIMULA code.
25088 \\{simula-mode-map}
25089 Variables controlling indentation style:
25090 `simula-tab-always-indent'
25091 Non-nil means TAB in SIMULA mode should always reindent the current line,
25092 regardless of where in the line point is when the TAB command is used.
25093 `simula-indent-level'
25094 Indentation of SIMULA statements with respect to containing block.
25095 `simula-substatement-offset'
25096 Extra indentation after DO, THEN, ELSE, WHEN and OTHERWISE.
25097 `simula-continued-statement-offset' 3
25098 Extra indentation for lines not starting a statement or substatement,
25099 e.g. a nested FOR-loop. If value is a list, each line in a multiple-
25100 line continued statement will have the car of the list extra indentation
25101 with respect to the previous line of the statement.
25102 `simula-label-offset' -4711
25103 Offset of SIMULA label lines relative to usual indentation.
25104 `simula-if-indent' (0 . 0)
25105 Extra indentation of THEN and ELSE with respect to the starting IF.
25106 Value is a cons cell, the car is extra THEN indentation and the cdr
25107 extra ELSE indentation. IF after ELSE is indented as the starting IF.
25108 `simula-inspect-indent' (0 . 0)
25109 Extra indentation of WHEN and OTHERWISE with respect to the
25110 corresponding INSPECT. Value is a cons cell, the car is
25111 extra WHEN indentation and the cdr extra OTHERWISE indentation.
25112 `simula-electric-indent' nil
25113 If this variable is non-nil, `simula-indent-line'
25114 will check the previous line to see if it has to be reindented.
25115 `simula-abbrev-keyword' `upcase'
25116 Determine how SIMULA keywords will be expanded. Value is one of
25117 the symbols `upcase', `downcase', `capitalize', (as in) `abbrev-table',
25118 or nil if they should not be changed.
25119 `simula-abbrev-stdproc' `abbrev-table'
25120 Determine how standard SIMULA procedure and class names will be
25121 expanded. Value is one of the symbols `upcase', `downcase', `capitalize',
25122 (as in) `abbrev-table', or nil if they should not be changed.
25123
25124 Turning on SIMULA mode calls the value of the variable simula-mode-hook
25125 with no arguments, if that value is non-nil.
25126
25127 \(fn)" t nil)
25128
25129 ;;;***
25130 \f
25131 ;;;### (autoloads nil "skeleton" "skeleton.el" (22230 48822 907219
25132 ;;;;;; 35000))
25133 ;;; Generated autoloads from skeleton.el
25134
25135 (defvar skeleton-filter-function 'identity "\
25136 Function for transforming a skeleton proxy's aliases' variable value.")
25137
25138 (autoload 'define-skeleton "skeleton" "\
25139 Define a user-configurable COMMAND that enters a statement skeleton.
25140 DOCUMENTATION is that of the command.
25141 SKELETON is as defined under `skeleton-insert'.
25142
25143 \(fn COMMAND DOCUMENTATION &rest SKELETON)" nil t)
25144
25145 (function-put 'define-skeleton 'doc-string-elt '2)
25146
25147 (autoload 'skeleton-proxy-new "skeleton" "\
25148 Insert SKELETON.
25149 Prefix ARG allows wrapping around words or regions (see `skeleton-insert').
25150 If no ARG was given, but the region is visible, ARG defaults to -1 depending
25151 on `skeleton-autowrap'. An ARG of M-0 will prevent this just for once.
25152 This command can also be an abbrev expansion (3rd and 4th columns in
25153 \\[edit-abbrevs] buffer: \"\" command-name).
25154
25155 Optional second argument STR may also be a string which will be the value
25156 of `str' whereas the skeleton's interactor is then ignored.
25157
25158 \(fn SKELETON &optional STR ARG)" nil nil)
25159
25160 (autoload 'skeleton-insert "skeleton" "\
25161 Insert the complex statement skeleton SKELETON describes very concisely.
25162
25163 With optional second argument REGIONS, wrap first interesting point
25164 \(`_') in skeleton around next REGIONS words, if REGIONS is positive.
25165 If REGIONS is negative, wrap REGIONS preceding interregions into first
25166 REGIONS interesting positions (successive `_'s) in skeleton.
25167
25168 An interregion is the stretch of text between two contiguous marked
25169 points. If you marked A B C [] (where [] is the cursor) in
25170 alphabetical order, the 3 interregions are simply the last 3 regions.
25171 But if you marked B A [] C, the interregions are B-A, A-[], []-C.
25172
25173 The optional third argument STR, if specified, is the value for the
25174 variable `str' within the skeleton. When this is non-nil, the
25175 interactor gets ignored, and this should be a valid skeleton element.
25176
25177 SKELETON is made up as (INTERACTOR ELEMENT ...). INTERACTOR may be nil if
25178 not needed, a prompt-string or an expression for complex read functions.
25179
25180 If ELEMENT is a string or a character it gets inserted (see also
25181 `skeleton-transformation-function'). Other possibilities are:
25182
25183 \\n go to next line and indent according to mode, unless
25184 this is the first/last element of a skeleton and point
25185 is at bol/eol
25186 _ interesting point, interregion here
25187 - interesting point, no interregion interaction, overrides
25188 interesting point set by _
25189 > indent line (or interregion if > _) according to major mode
25190 @ add position to `skeleton-positions'
25191 & do next ELEMENT if previous moved point
25192 | do next ELEMENT if previous didn't move point
25193 -NUM delete NUM preceding characters (see `skeleton-untabify')
25194 resume: skipped, continue here if quit is signaled
25195 nil skipped
25196
25197 After termination, point will be positioned at the last occurrence of -
25198 or at the first occurrence of _ or at the end of the inserted text.
25199
25200 Note that \\n as the last element of the skeleton only inserts a
25201 newline if not at eol. If you want to unconditionally insert a newline
25202 at the end of the skeleton, use \"\\n\" instead. Likewise with \\n
25203 as the first element when at bol.
25204
25205 Further elements can be defined via `skeleton-further-elements'.
25206 ELEMENT may itself be a SKELETON with an INTERACTOR. The user is prompted
25207 repeatedly for different inputs. The SKELETON is processed as often as
25208 the user enters a non-empty string. \\[keyboard-quit] terminates skeleton insertion, but
25209 continues after `resume:' and positions at `_' if any. If INTERACTOR in
25210 such a subskeleton is a prompt-string which contains a \".. %s ..\" it is
25211 formatted with `skeleton-subprompt'. Such an INTERACTOR may also be a list
25212 of strings with the subskeleton being repeated once for each string.
25213
25214 Quoted Lisp expressions are evaluated for their side-effects.
25215 Other Lisp expressions are evaluated and the value treated as above.
25216 Note that expressions may not return t since this implies an
25217 endless loop. Modes can define other symbols by locally setting them
25218 to any valid skeleton element. The following local variables are
25219 available:
25220
25221 str first time: read a string according to INTERACTOR
25222 then: insert previously read string once more
25223 help help-form during interaction with the user or nil
25224 input initial input (string or cons with index) while reading str
25225 v1, v2 local variables for memorizing anything you want
25226
25227 When done with skeleton, but before going back to `_'-point call
25228 `skeleton-end-hook' if that is non-nil.
25229
25230 \(fn SKELETON &optional REGIONS STR)" nil nil)
25231
25232 (autoload 'skeleton-pair-insert-maybe "skeleton" "\
25233 Insert the character you type ARG times.
25234
25235 With no ARG, if `skeleton-pair' is non-nil, pairing can occur. If the region
25236 is visible the pair is wrapped around it depending on `skeleton-autowrap'.
25237 Else, if `skeleton-pair-on-word' is non-nil or we are not before or inside a
25238 word, and if `skeleton-pair-filter-function' returns nil, pairing is performed.
25239 Pairing is also prohibited if we are right after a quoting character
25240 such as backslash.
25241
25242 If a match is found in `skeleton-pair-alist', that is inserted, else
25243 the defaults are used. These are (), [], {}, <> and (grave
25244 accent, apostrophe) for the paired ones, and the same character
25245 twice for the others.
25246
25247 \(fn ARG)" t nil)
25248
25249 ;;;***
25250 \f
25251 ;;;### (autoloads nil "smerge-mode" "vc/smerge-mode.el" (22230 48822
25252 ;;;;;; 938218 895000))
25253 ;;; Generated autoloads from vc/smerge-mode.el
25254
25255 (autoload 'smerge-ediff "smerge-mode" "\
25256 Invoke ediff to resolve the conflicts.
25257 NAME-MINE, NAME-OTHER, and NAME-BASE, if non-nil, are used for the
25258 buffer names.
25259
25260 \(fn &optional NAME-MINE NAME-OTHER NAME-BASE)" t nil)
25261
25262 (autoload 'smerge-mode "smerge-mode" "\
25263 Minor mode to simplify editing output from the diff3 program.
25264 With a prefix argument ARG, enable the mode if ARG is positive,
25265 and disable it otherwise. If called from Lisp, enable the mode
25266 if ARG is omitted or nil.
25267 \\{smerge-mode-map}
25268
25269 \(fn &optional ARG)" t nil)
25270
25271 (autoload 'smerge-start-session "smerge-mode" "\
25272 Turn on `smerge-mode' and move point to first conflict marker.
25273 If no conflict maker is found, turn off `smerge-mode'.
25274
25275 \(fn)" t nil)
25276
25277 ;;;***
25278 \f
25279 ;;;### (autoloads nil "smiley" "gnus/smiley.el" (22230 48822 754219
25280 ;;;;;; 725000))
25281 ;;; Generated autoloads from gnus/smiley.el
25282
25283 (autoload 'smiley-region "smiley" "\
25284 Replace in the region `smiley-regexp-alist' matches with corresponding images.
25285 A list of images is returned.
25286
25287 \(fn START END)" t nil)
25288
25289 (autoload 'smiley-buffer "smiley" "\
25290 Run `smiley-region' at the BUFFER, specified in the argument or
25291 interactively. If there's no argument, do it at the current buffer.
25292
25293 \(fn &optional BUFFER)" t nil)
25294
25295 ;;;***
25296 \f
25297 ;;;### (autoloads nil "smtpmail" "mail/smtpmail.el" (22230 48822
25298 ;;;;;; 792219 554000))
25299 ;;; Generated autoloads from mail/smtpmail.el
25300
25301 (autoload 'smtpmail-send-it "smtpmail" "\
25302
25303
25304 \(fn)" nil nil)
25305
25306 (autoload 'smtpmail-send-queued-mail "smtpmail" "\
25307 Send mail that was queued as a result of setting `smtpmail-queue-mail'.
25308
25309 \(fn)" t nil)
25310
25311 ;;;***
25312 \f
25313 ;;;### (autoloads nil "snake" "play/snake.el" (22230 48822 861219
25314 ;;;;;; 243000))
25315 ;;; Generated autoloads from play/snake.el
25316
25317 (autoload 'snake "snake" "\
25318 Play the Snake game.
25319 Move the snake around without colliding with its tail or with the border.
25320
25321 Eating dots causes the snake to get longer.
25322
25323 Snake mode keybindings:
25324 \\<snake-mode-map>
25325 \\[snake-start-game] Starts a new game of Snake
25326 \\[snake-end-game] Terminates the current game
25327 \\[snake-pause-game] Pauses (or resumes) the current game
25328 \\[snake-move-left] Makes the snake move left
25329 \\[snake-move-right] Makes the snake move right
25330 \\[snake-move-up] Makes the snake move up
25331 \\[snake-move-down] Makes the snake move down
25332
25333 \(fn)" t nil)
25334
25335 ;;;***
25336 \f
25337 ;;;### (autoloads nil "snmp-mode" "net/snmp-mode.el" (22230 48822
25338 ;;;;;; 813219 459000))
25339 ;;; Generated autoloads from net/snmp-mode.el
25340
25341 (autoload 'snmp-mode "snmp-mode" "\
25342 Major mode for editing SNMP MIBs.
25343 Expression and list commands understand all C brackets.
25344 Tab indents for C code.
25345 Comments start with -- and end with newline or another --.
25346 Delete converts tabs to spaces as it moves back.
25347 \\{snmp-mode-map}
25348 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook', then
25349 `snmp-mode-hook'.
25350
25351 \(fn)" t nil)
25352
25353 (autoload 'snmpv2-mode "snmp-mode" "\
25354 Major mode for editing SNMPv2 MIBs.
25355 Expression and list commands understand all C brackets.
25356 Tab indents for C code.
25357 Comments start with -- and end with newline or another --.
25358 Delete converts tabs to spaces as it moves back.
25359 \\{snmp-mode-map}
25360 Turning on snmp-mode runs the hooks in `snmp-common-mode-hook',
25361 then `snmpv2-mode-hook'.
25362
25363 \(fn)" t nil)
25364
25365 ;;;***
25366 \f
25367 ;;;### (autoloads nil "soap-client" "net/soap-client.el" (22230 48822
25368 ;;;;;; 813219 459000))
25369 ;;; Generated autoloads from net/soap-client.el
25370 (push (purecopy '(soap-client 3 0 2)) package--builtin-versions)
25371
25372 ;;;***
25373 \f
25374 ;;;### (autoloads nil "solar" "calendar/solar.el" (22230 48822 653220
25375 ;;;;;; 181000))
25376 ;;; Generated autoloads from calendar/solar.el
25377
25378 (autoload 'sunrise-sunset "solar" "\
25379 Local time of sunrise and sunset for today. Accurate to a few seconds.
25380 If called with an optional prefix argument ARG, prompt for date.
25381 If called with an optional double prefix argument, prompt for
25382 longitude, latitude, time zone, and date, and always use standard time.
25383
25384 This function is suitable for execution in an init file.
25385
25386 \(fn &optional ARG)" t nil)
25387
25388 ;;;***
25389 \f
25390 ;;;### (autoloads nil "solitaire" "play/solitaire.el" (22230 48822
25391 ;;;;;; 862219 238000))
25392 ;;; Generated autoloads from play/solitaire.el
25393
25394 (autoload 'solitaire "solitaire" "\
25395 Play Solitaire.
25396
25397 To play Solitaire, type \\[solitaire].
25398 \\<solitaire-mode-map>
25399 Move around the board using the cursor keys.
25400 Move stones using \\[solitaire-move] followed by a direction key.
25401 Undo moves using \\[solitaire-undo].
25402 Check for possible moves using \\[solitaire-do-check].
25403 \(The variable `solitaire-auto-eval' controls whether to automatically
25404 check after each move or undo.)
25405
25406 What is Solitaire?
25407
25408 I don't know who invented this game, but it seems to be rather old and
25409 its origin seems to be northern Africa. Here's how to play:
25410 Initially, the board will look similar to this:
25411
25412 Le Solitaire
25413 ============
25414
25415 o o o
25416
25417 o o o
25418
25419 o o o o o o o
25420
25421 o o o . o o o
25422
25423 o o o o o o o
25424
25425 o o o
25426
25427 o o o
25428
25429 Let's call the o's stones and the .'s holes. One stone fits into one
25430 hole. As you can see, all holes but one are occupied by stones. The
25431 aim of the game is to get rid of all but one stone, leaving that last
25432 one in the middle of the board if you're cool.
25433
25434 A stone can be moved if there is another stone next to it, and a hole
25435 after that one. Thus there must be three fields in a row, either
25436 horizontally or vertically, up, down, left or right, which look like
25437 this: o o .
25438
25439 Then the first stone is moved to the hole, jumping over the second,
25440 which therefore is taken away. The above thus `evaluates' to: . . o
25441
25442 That's all. Here's the board after two moves:
25443
25444 o o o
25445
25446 . o o
25447
25448 o o . o o o o
25449
25450 o . o o o o o
25451
25452 o o o o o o o
25453
25454 o o o
25455
25456 o o o
25457
25458 Pick your favorite shortcuts:
25459
25460 \\{solitaire-mode-map}
25461
25462 \(fn ARG)" t nil)
25463
25464 ;;;***
25465 \f
25466 ;;;### (autoloads nil "sort" "sort.el" (22230 48822 907219 35000))
25467 ;;; Generated autoloads from sort.el
25468 (put 'sort-fold-case 'safe-local-variable 'booleanp)
25469
25470 (autoload 'sort-subr "sort" "\
25471 General text sorting routine to divide buffer into records and sort them.
25472
25473 We divide the accessible portion of the buffer into disjoint pieces
25474 called sort records. A portion of each sort record (perhaps all of
25475 it) is designated as the sort key. The records are rearranged in the
25476 buffer in order by their sort keys. The records may or may not be
25477 contiguous.
25478
25479 Usually the records are rearranged in order of ascending sort key.
25480 If REVERSE is non-nil, they are rearranged in order of descending sort key.
25481 The variable `sort-fold-case' determines whether alphabetic case affects
25482 the sort order.
25483
25484 The next four arguments are functions to be called to move point
25485 across a sort record. They will be called many times from within sort-subr.
25486
25487 NEXTRECFUN is called with point at the end of the previous record.
25488 It moves point to the start of the next record.
25489 It should move point to the end of the buffer if there are no more records.
25490 The first record is assumed to start at the position of point when sort-subr
25491 is called.
25492
25493 ENDRECFUN is called with point within the record.
25494 It should move point to the end of the record.
25495
25496 STARTKEYFUN moves from the start of the record to the start of the key.
25497 It may return either a non-nil value to be used as the key, or
25498 else the key is the substring between the values of point after
25499 STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key
25500 starts at the beginning of the record.
25501
25502 ENDKEYFUN moves from the start of the sort key to the end of the sort key.
25503 ENDKEYFUN may be nil if STARTKEYFUN returns a value or if it would be the
25504 same as ENDRECFUN.
25505
25506 PREDICATE, if non-nil, is the predicate function for comparing
25507 keys; it is called with two arguments, the keys to compare, and
25508 should return non-nil if the first key should sort before the
25509 second key. If PREDICATE is nil, comparison is done with `<' if
25510 the keys are numbers, with `compare-buffer-substrings' if the
25511 keys are cons cells (the car and cdr of each cons cell are taken
25512 as start and end positions), and with `string<' otherwise.
25513
25514 \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
25515
25516 (autoload 'sort-lines "sort" "\
25517 Sort lines in region alphabetically; argument means descending order.
25518 Called from a program, there are three arguments:
25519 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25520 The variable `sort-fold-case' determines whether alphabetic case affects
25521 the sort order.
25522
25523 \(fn REVERSE BEG END)" t nil)
25524
25525 (autoload 'sort-paragraphs "sort" "\
25526 Sort paragraphs in region alphabetically; argument means descending order.
25527 Called from a program, there are three arguments:
25528 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25529 The variable `sort-fold-case' determines whether alphabetic case affects
25530 the sort order.
25531
25532 \(fn REVERSE BEG END)" t nil)
25533
25534 (autoload 'sort-pages "sort" "\
25535 Sort pages in region alphabetically; argument means descending order.
25536 Called from a program, there are three arguments:
25537 REVERSE (non-nil means reverse order), BEG and END (region to sort).
25538 The variable `sort-fold-case' determines whether alphabetic case affects
25539 the sort order.
25540
25541 \(fn REVERSE BEG END)" t nil)
25542 (put 'sort-numeric-base 'safe-local-variable 'integerp)
25543
25544 (autoload 'sort-numeric-fields "sort" "\
25545 Sort lines in region numerically by the ARGth field of each line.
25546 Fields are separated by whitespace and numbered from 1 up.
25547 Specified field must contain a number in each line of the region,
25548 which may begin with \"0x\" or \"0\" for hexadecimal and octal values.
25549 Otherwise, the number is interpreted according to sort-numeric-base.
25550 With a negative arg, sorts by the ARGth field counted from the right.
25551 Called from a program, there are three arguments:
25552 FIELD, BEG and END. BEG and END specify region to sort.
25553
25554 \(fn FIELD BEG END)" t nil)
25555
25556 (autoload 'sort-fields "sort" "\
25557 Sort lines in region lexicographically by the ARGth field of each line.
25558 Fields are separated by whitespace and numbered from 1 up.
25559 With a negative arg, sorts by the ARGth field counted from the right.
25560 Called from a program, there are three arguments:
25561 FIELD, BEG and END. BEG and END specify region to sort.
25562 The variable `sort-fold-case' determines whether alphabetic case affects
25563 the sort order.
25564
25565 \(fn FIELD BEG END)" t nil)
25566
25567 (autoload 'sort-regexp-fields "sort" "\
25568 Sort the text in the region region lexicographically.
25569 If called interactively, prompt for two regular expressions,
25570 RECORD-REGEXP and KEY-REGEXP.
25571
25572 RECORD-REGEXP specifies the textual units to be sorted.
25573 For example, to sort lines, RECORD-REGEXP would be \"^.*$\".
25574
25575 KEY-REGEXP specifies the part of each record (i.e. each match for
25576 RECORD-REGEXP) to be used for sorting.
25577 If it is \"\\\\digit\", use the digit'th \"\\\\(...\\\\)\"
25578 match field specified by RECORD-REGEXP.
25579 If it is \"\\\\&\", use the whole record.
25580 Otherwise, KEY-REGEXP should be a regular expression with which
25581 to search within the record. If a match for KEY-REGEXP is not
25582 found within a record, that record is ignored.
25583
25584 With a negative prefix arg, sort in reverse order.
25585
25586 The variable `sort-fold-case' determines whether alphabetic case affects
25587 the sort order.
25588
25589 For example: to sort lines in the region by the first word on each line
25590 starting with the letter \"f\",
25591 RECORD-REGEXP would be \"^.*$\" and KEY would be \"\\\\=\\<f\\\\w*\\\\>\"
25592
25593 \(fn REVERSE RECORD-REGEXP KEY-REGEXP BEG END)" t nil)
25594
25595 (autoload 'sort-columns "sort" "\
25596 Sort lines in region alphabetically by a certain range of columns.
25597 For the purpose of this command, the region BEG...END includes
25598 the entire line that point is in and the entire line the mark is in.
25599 The column positions of point and mark bound the range of columns to sort on.
25600 A prefix argument means sort into REVERSE order.
25601 The variable `sort-fold-case' determines whether alphabetic case affects
25602 the sort order.
25603
25604 Note that `sort-columns' rejects text that contains tabs,
25605 because tabs could be split across the specified columns
25606 and it doesn't know how to handle that. Also, when possible,
25607 it uses the `sort' utility program, which doesn't understand tabs.
25608 Use \\[untabify] to convert tabs to spaces before sorting.
25609
25610 \(fn REVERSE &optional BEG END)" t nil)
25611
25612 (autoload 'reverse-region "sort" "\
25613 Reverse the order of lines in a region.
25614 From a program takes two point or marker arguments, BEG and END.
25615
25616 \(fn BEG END)" t nil)
25617
25618 (autoload 'delete-duplicate-lines "sort" "\
25619 Delete all but one copy of any identical lines in the region.
25620 Non-interactively, arguments BEG and END delimit the region.
25621 Normally it searches forwards, keeping the first instance of
25622 each identical line. If REVERSE is non-nil (interactively, with
25623 a C-u prefix), it searches backwards and keeps the last instance of
25624 each repeated line.
25625
25626 Identical lines need not be adjacent, unless the argument
25627 ADJACENT is non-nil (interactively, with a C-u C-u prefix).
25628 This is a more efficient mode of operation, and may be useful
25629 on large regions that have already been sorted.
25630
25631 If the argument KEEP-BLANKS is non-nil (interactively, with a
25632 C-u C-u C-u prefix), it retains repeated blank lines.
25633
25634 Returns the number of deleted lines. Interactively, or if INTERACTIVE
25635 is non-nil, it also prints a message describing the number of deletions.
25636
25637 \(fn BEG END &optional REVERSE ADJACENT KEEP-BLANKS INTERACTIVE)" t nil)
25638
25639 ;;;***
25640 \f
25641 ;;;### (autoloads nil "spam" "gnus/spam.el" (22230 48822 754219 725000))
25642 ;;; Generated autoloads from gnus/spam.el
25643
25644 (autoload 'spam-initialize "spam" "\
25645 Install the spam.el hooks and do other initialization.
25646 When SYMBOLS is given, set those variables to t. This is so you
25647 can call `spam-initialize' before you set spam-use-* variables on
25648 explicitly, and matters only if you need the extra headers
25649 installed through `spam-necessary-extra-headers'.
25650
25651 \(fn &rest SYMBOLS)" t nil)
25652
25653 ;;;***
25654 \f
25655 ;;;### (autoloads nil "spam-report" "gnus/spam-report.el" (22230
25656 ;;;;;; 48822 754219 725000))
25657 ;;; Generated autoloads from gnus/spam-report.el
25658
25659 (autoload 'spam-report-process-queue "spam-report" "\
25660 Report all queued requests from `spam-report-requests-file'.
25661
25662 If FILE is given, use it instead of `spam-report-requests-file'.
25663 If KEEP is t, leave old requests in the file. If KEEP is the
25664 symbol `ask', query before flushing the queue file.
25665
25666 \(fn &optional FILE KEEP)" t nil)
25667
25668 (autoload 'spam-report-url-ping-mm-url "spam-report" "\
25669 Ping a host through HTTP, addressing a specific GET resource. Use
25670 the external program specified in `mm-url-program' to connect to
25671 server.
25672
25673 \(fn HOST REPORT)" nil nil)
25674
25675 (autoload 'spam-report-url-to-file "spam-report" "\
25676 Collect spam report requests in `spam-report-requests-file'.
25677 Customize `spam-report-url-ping-function' to use this function.
25678
25679 \(fn HOST REPORT)" nil nil)
25680
25681 (autoload 'spam-report-agentize "spam-report" "\
25682 Add spam-report support to the Agent.
25683 Spam reports will be queued with \\[spam-report-url-to-file] when
25684 the Agent is unplugged, and will be submitted in a batch when the
25685 Agent is plugged.
25686
25687 \(fn)" t nil)
25688
25689 (autoload 'spam-report-deagentize "spam-report" "\
25690 Remove spam-report support from the Agent.
25691 Spam reports will be queued with the method used when
25692 \\[spam-report-agentize] was run.
25693
25694 \(fn)" t nil)
25695
25696 ;;;***
25697 \f
25698 ;;;### (autoloads nil "speedbar" "speedbar.el" (22230 48822 908219
25699 ;;;;;; 30000))
25700 ;;; Generated autoloads from speedbar.el
25701
25702 (defalias 'speedbar 'speedbar-frame-mode)
25703
25704 (autoload 'speedbar-frame-mode "speedbar" "\
25705 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
25706 A nil ARG means toggle. Once the speedbar frame is activated, a buffer in
25707 `speedbar-mode' will be displayed. Currently, only one speedbar is
25708 supported at a time.
25709 `speedbar-before-popup-hook' is called before popping up the speedbar frame.
25710 `speedbar-before-delete-hook' is called before the frame is deleted.
25711
25712 \(fn &optional ARG)" t nil)
25713
25714 (autoload 'speedbar-get-focus "speedbar" "\
25715 Change frame focus to or from the speedbar frame.
25716 If the selected frame is not speedbar, then speedbar frame is
25717 selected. If the speedbar frame is active, then select the attached frame.
25718
25719 \(fn)" t nil)
25720
25721 ;;;***
25722 \f
25723 ;;;### (autoloads nil "spook" "play/spook.el" (22230 48822 862219
25724 ;;;;;; 238000))
25725 ;;; Generated autoloads from play/spook.el
25726
25727 (autoload 'spook "spook" "\
25728 Adds that special touch of class to your outgoing mail.
25729
25730 \(fn)" t nil)
25731
25732 (autoload 'snarf-spooks "spook" "\
25733 Return a vector containing the lines from `spook-phrases-file'.
25734
25735 \(fn)" nil nil)
25736
25737 ;;;***
25738 \f
25739 ;;;### (autoloads nil "sql" "progmodes/sql.el" (22230 48822 893219
25740 ;;;;;; 98000))
25741 ;;; Generated autoloads from progmodes/sql.el
25742 (push (purecopy '(sql 3 5)) package--builtin-versions)
25743
25744 (autoload 'sql-add-product-keywords "sql" "\
25745 Add highlighting KEYWORDS for SQL PRODUCT.
25746
25747 PRODUCT should be a symbol, the name of a SQL product, such as
25748 `oracle'. KEYWORDS should be a list; see the variable
25749 `font-lock-keywords'. By default they are added at the beginning
25750 of the current highlighting list. If optional argument APPEND is
25751 `set', they are used to replace the current highlighting list.
25752 If APPEND is any other non-nil value, they are added at the end
25753 of the current highlighting list.
25754
25755 For example:
25756
25757 (sql-add-product-keywords \\='ms
25758 \\='((\"\\\\b\\\\w+_t\\\\b\" . font-lock-type-face)))
25759
25760 adds a fontification pattern to fontify identifiers ending in
25761 `_t' as data types.
25762
25763 \(fn PRODUCT KEYWORDS &optional APPEND)" nil nil)
25764
25765 (autoload 'sql-mode "sql" "\
25766 Major mode to edit SQL.
25767
25768 You can send SQL statements to the SQLi buffer using
25769 \\[sql-send-region]. Such a buffer must exist before you can do this.
25770 See `sql-help' on how to create SQLi buffers.
25771
25772 \\{sql-mode-map}
25773 Customization: Entry to this mode runs the `sql-mode-hook'.
25774
25775 When you put a buffer in SQL mode, the buffer stores the last SQLi
25776 buffer created as its destination in the variable `sql-buffer'. This
25777 will be the buffer \\[sql-send-region] sends the region to. If this
25778 SQLi buffer is killed, \\[sql-send-region] is no longer able to
25779 determine where the strings should be sent to. You can set the
25780 value of `sql-buffer' using \\[sql-set-sqli-buffer].
25781
25782 For information on how to create multiple SQLi buffers, see
25783 `sql-interactive-mode'.
25784
25785 Note that SQL doesn't have an escape character unless you specify
25786 one. If you specify backslash as escape character in SQL, you
25787 must tell Emacs. Here's how to do that in your init file:
25788
25789 \(add-hook \\='sql-mode-hook
25790 (lambda ()
25791 (modify-syntax-entry ?\\\\ \".\" sql-mode-syntax-table)))
25792
25793 \(fn)" t nil)
25794
25795 (autoload 'sql-connect "sql" "\
25796 Connect to an interactive session using CONNECTION settings.
25797
25798 See `sql-connection-alist' to see how to define connections and
25799 their settings.
25800
25801 The user will not be prompted for any login parameters if a value
25802 is specified in the connection settings.
25803
25804 \(fn CONNECTION &optional NEW-NAME)" t nil)
25805
25806 (autoload 'sql-product-interactive "sql" "\
25807 Run PRODUCT interpreter as an inferior process.
25808
25809 If buffer `*SQL*' exists but no process is running, make a new process.
25810 If buffer exists and a process is running, just switch to buffer `*SQL*'.
25811
25812 To specify the SQL product, prefix the call with
25813 \\[universal-argument]. To set the buffer name as well, prefix
25814 the call to \\[sql-product-interactive] with
25815 \\[universal-argument] \\[universal-argument].
25816
25817 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25818
25819 \(fn &optional PRODUCT NEW-NAME)" t nil)
25820
25821 (autoload 'sql-oracle "sql" "\
25822 Run sqlplus by Oracle as an inferior process.
25823
25824 If buffer `*SQL*' exists but no process is running, make a new process.
25825 If buffer exists and a process is running, just switch to buffer
25826 `*SQL*'.
25827
25828 Interpreter used comes from variable `sql-oracle-program'. Login uses
25829 the variables `sql-user', `sql-password', and `sql-database' as
25830 defaults, if set. Additional command line parameters can be stored in
25831 the list `sql-oracle-options'.
25832
25833 The buffer is put in SQL interactive mode, giving commands for sending
25834 input. See `sql-interactive-mode'.
25835
25836 To set the buffer name directly, use \\[universal-argument]
25837 before \\[sql-oracle]. Once session has started,
25838 \\[sql-rename-buffer] can be called separately to rename the
25839 buffer.
25840
25841 To specify a coding system for converting non-ASCII characters
25842 in the input and output to the process, use \\[universal-coding-system-argument]
25843 before \\[sql-oracle]. You can also specify this with \\[set-buffer-process-coding-system]
25844 in the SQL buffer, after you start the process.
25845 The default comes from `process-coding-system-alist' and
25846 `default-process-coding-system'.
25847
25848 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25849
25850 \(fn &optional BUFFER)" t nil)
25851
25852 (autoload 'sql-sybase "sql" "\
25853 Run isql by Sybase as an inferior process.
25854
25855 If buffer `*SQL*' exists but no process is running, make a new process.
25856 If buffer exists and a process is running, just switch to buffer
25857 `*SQL*'.
25858
25859 Interpreter used comes from variable `sql-sybase-program'. Login uses
25860 the variables `sql-server', `sql-user', `sql-password', and
25861 `sql-database' as defaults, if set. Additional command line parameters
25862 can be stored in the list `sql-sybase-options'.
25863
25864 The buffer is put in SQL interactive mode, giving commands for sending
25865 input. See `sql-interactive-mode'.
25866
25867 To set the buffer name directly, use \\[universal-argument]
25868 before \\[sql-sybase]. Once session has started,
25869 \\[sql-rename-buffer] can be called separately to rename the
25870 buffer.
25871
25872 To specify a coding system for converting non-ASCII characters
25873 in the input and output to the process, use \\[universal-coding-system-argument]
25874 before \\[sql-sybase]. You can also specify this with \\[set-buffer-process-coding-system]
25875 in the SQL buffer, after you start the process.
25876 The default comes from `process-coding-system-alist' and
25877 `default-process-coding-system'.
25878
25879 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25880
25881 \(fn &optional BUFFER)" t nil)
25882
25883 (autoload 'sql-informix "sql" "\
25884 Run dbaccess by Informix as an inferior process.
25885
25886 If buffer `*SQL*' exists but no process is running, make a new process.
25887 If buffer exists and a process is running, just switch to buffer
25888 `*SQL*'.
25889
25890 Interpreter used comes from variable `sql-informix-program'. Login uses
25891 the variable `sql-database' as default, if set.
25892
25893 The buffer is put in SQL interactive mode, giving commands for sending
25894 input. See `sql-interactive-mode'.
25895
25896 To set the buffer name directly, use \\[universal-argument]
25897 before \\[sql-informix]. Once session has started,
25898 \\[sql-rename-buffer] can be called separately to rename the
25899 buffer.
25900
25901 To specify a coding system for converting non-ASCII characters
25902 in the input and output to the process, use \\[universal-coding-system-argument]
25903 before \\[sql-informix]. You can also specify this with \\[set-buffer-process-coding-system]
25904 in the SQL buffer, after you start the process.
25905 The default comes from `process-coding-system-alist' and
25906 `default-process-coding-system'.
25907
25908 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25909
25910 \(fn &optional BUFFER)" t nil)
25911
25912 (autoload 'sql-sqlite "sql" "\
25913 Run sqlite as an inferior process.
25914
25915 SQLite is free software.
25916
25917 If buffer `*SQL*' exists but no process is running, make a new process.
25918 If buffer exists and a process is running, just switch to buffer
25919 `*SQL*'.
25920
25921 Interpreter used comes from variable `sql-sqlite-program'. Login uses
25922 the variables `sql-user', `sql-password', `sql-database', and
25923 `sql-server' as defaults, if set. Additional command line parameters
25924 can be stored in the list `sql-sqlite-options'.
25925
25926 The buffer is put in SQL interactive mode, giving commands for sending
25927 input. See `sql-interactive-mode'.
25928
25929 To set the buffer name directly, use \\[universal-argument]
25930 before \\[sql-sqlite]. Once session has started,
25931 \\[sql-rename-buffer] can be called separately to rename the
25932 buffer.
25933
25934 To specify a coding system for converting non-ASCII characters
25935 in the input and output to the process, use \\[universal-coding-system-argument]
25936 before \\[sql-sqlite]. You can also specify this with \\[set-buffer-process-coding-system]
25937 in the SQL buffer, after you start the process.
25938 The default comes from `process-coding-system-alist' and
25939 `default-process-coding-system'.
25940
25941 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25942
25943 \(fn &optional BUFFER)" t nil)
25944
25945 (autoload 'sql-mysql "sql" "\
25946 Run mysql by TcX as an inferior process.
25947
25948 Mysql versions 3.23 and up are free software.
25949
25950 If buffer `*SQL*' exists but no process is running, make a new process.
25951 If buffer exists and a process is running, just switch to buffer
25952 `*SQL*'.
25953
25954 Interpreter used comes from variable `sql-mysql-program'. Login uses
25955 the variables `sql-user', `sql-password', `sql-database', and
25956 `sql-server' as defaults, if set. Additional command line parameters
25957 can be stored in the list `sql-mysql-options'.
25958
25959 The buffer is put in SQL interactive mode, giving commands for sending
25960 input. See `sql-interactive-mode'.
25961
25962 To set the buffer name directly, use \\[universal-argument]
25963 before \\[sql-mysql]. Once session has started,
25964 \\[sql-rename-buffer] can be called separately to rename the
25965 buffer.
25966
25967 To specify a coding system for converting non-ASCII characters
25968 in the input and output to the process, use \\[universal-coding-system-argument]
25969 before \\[sql-mysql]. You can also specify this with \\[set-buffer-process-coding-system]
25970 in the SQL buffer, after you start the process.
25971 The default comes from `process-coding-system-alist' and
25972 `default-process-coding-system'.
25973
25974 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
25975
25976 \(fn &optional BUFFER)" t nil)
25977
25978 (autoload 'sql-solid "sql" "\
25979 Run solsql by Solid as an inferior process.
25980
25981 If buffer `*SQL*' exists but no process is running, make a new process.
25982 If buffer exists and a process is running, just switch to buffer
25983 `*SQL*'.
25984
25985 Interpreter used comes from variable `sql-solid-program'. Login uses
25986 the variables `sql-user', `sql-password', and `sql-server' as
25987 defaults, if set.
25988
25989 The buffer is put in SQL interactive mode, giving commands for sending
25990 input. See `sql-interactive-mode'.
25991
25992 To set the buffer name directly, use \\[universal-argument]
25993 before \\[sql-solid]. Once session has started,
25994 \\[sql-rename-buffer] can be called separately to rename the
25995 buffer.
25996
25997 To specify a coding system for converting non-ASCII characters
25998 in the input and output to the process, use \\[universal-coding-system-argument]
25999 before \\[sql-solid]. You can also specify this with \\[set-buffer-process-coding-system]
26000 in the SQL buffer, after you start the process.
26001 The default comes from `process-coding-system-alist' and
26002 `default-process-coding-system'.
26003
26004 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26005
26006 \(fn &optional BUFFER)" t nil)
26007
26008 (autoload 'sql-ingres "sql" "\
26009 Run sql by Ingres as an inferior process.
26010
26011 If buffer `*SQL*' exists but no process is running, make a new process.
26012 If buffer exists and a process is running, just switch to buffer
26013 `*SQL*'.
26014
26015 Interpreter used comes from variable `sql-ingres-program'. Login uses
26016 the variable `sql-database' as default, if set.
26017
26018 The buffer is put in SQL interactive mode, giving commands for sending
26019 input. See `sql-interactive-mode'.
26020
26021 To set the buffer name directly, use \\[universal-argument]
26022 before \\[sql-ingres]. Once session has started,
26023 \\[sql-rename-buffer] can be called separately to rename the
26024 buffer.
26025
26026 To specify a coding system for converting non-ASCII characters
26027 in the input and output to the process, use \\[universal-coding-system-argument]
26028 before \\[sql-ingres]. You can also specify this with \\[set-buffer-process-coding-system]
26029 in the SQL buffer, after you start the process.
26030 The default comes from `process-coding-system-alist' and
26031 `default-process-coding-system'.
26032
26033 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26034
26035 \(fn &optional BUFFER)" t nil)
26036
26037 (autoload 'sql-ms "sql" "\
26038 Run osql by Microsoft as an inferior process.
26039
26040 If buffer `*SQL*' exists but no process is running, make a new process.
26041 If buffer exists and a process is running, just switch to buffer
26042 `*SQL*'.
26043
26044 Interpreter used comes from variable `sql-ms-program'. Login uses the
26045 variables `sql-user', `sql-password', `sql-database', and `sql-server'
26046 as defaults, if set. Additional command line parameters can be stored
26047 in the list `sql-ms-options'.
26048
26049 The buffer is put in SQL interactive mode, giving commands for sending
26050 input. See `sql-interactive-mode'.
26051
26052 To set the buffer name directly, use \\[universal-argument]
26053 before \\[sql-ms]. Once session has started,
26054 \\[sql-rename-buffer] can be called separately to rename the
26055 buffer.
26056
26057 To specify a coding system for converting non-ASCII characters
26058 in the input and output to the process, use \\[universal-coding-system-argument]
26059 before \\[sql-ms]. You can also specify this with \\[set-buffer-process-coding-system]
26060 in the SQL buffer, after you start the process.
26061 The default comes from `process-coding-system-alist' and
26062 `default-process-coding-system'.
26063
26064 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26065
26066 \(fn &optional BUFFER)" t nil)
26067
26068 (autoload 'sql-postgres "sql" "\
26069 Run psql by Postgres as an inferior process.
26070
26071 If buffer `*SQL*' exists but no process is running, make a new process.
26072 If buffer exists and a process is running, just switch to buffer
26073 `*SQL*'.
26074
26075 Interpreter used comes from variable `sql-postgres-program'. Login uses
26076 the variables `sql-database' and `sql-server' as default, if set.
26077 Additional command line parameters can be stored in the list
26078 `sql-postgres-options'.
26079
26080 The buffer is put in SQL interactive mode, giving commands for sending
26081 input. See `sql-interactive-mode'.
26082
26083 To set the buffer name directly, use \\[universal-argument]
26084 before \\[sql-postgres]. Once session has started,
26085 \\[sql-rename-buffer] can be called separately to rename the
26086 buffer.
26087
26088 To specify a coding system for converting non-ASCII characters
26089 in the input and output to the process, use \\[universal-coding-system-argument]
26090 before \\[sql-postgres]. You can also specify this with \\[set-buffer-process-coding-system]
26091 in the SQL buffer, after you start the process.
26092 The default comes from `process-coding-system-alist' and
26093 `default-process-coding-system'. If your output lines end with ^M,
26094 your might try undecided-dos as a coding system. If this doesn't help,
26095 Try to set `comint-output-filter-functions' like this:
26096
26097 \(setq comint-output-filter-functions (append comint-output-filter-functions
26098 \\='(comint-strip-ctrl-m)))
26099
26100 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26101
26102 \(fn &optional BUFFER)" t nil)
26103
26104 (autoload 'sql-interbase "sql" "\
26105 Run isql by Interbase as an inferior process.
26106
26107 If buffer `*SQL*' exists but no process is running, make a new process.
26108 If buffer exists and a process is running, just switch to buffer
26109 `*SQL*'.
26110
26111 Interpreter used comes from variable `sql-interbase-program'. Login
26112 uses the variables `sql-user', `sql-password', and `sql-database' as
26113 defaults, if set.
26114
26115 The buffer is put in SQL interactive mode, giving commands for sending
26116 input. See `sql-interactive-mode'.
26117
26118 To set the buffer name directly, use \\[universal-argument]
26119 before \\[sql-interbase]. Once session has started,
26120 \\[sql-rename-buffer] can be called separately to rename the
26121 buffer.
26122
26123 To specify a coding system for converting non-ASCII characters
26124 in the input and output to the process, use \\[universal-coding-system-argument]
26125 before \\[sql-interbase]. You can also specify this with \\[set-buffer-process-coding-system]
26126 in the SQL buffer, after you start the process.
26127 The default comes from `process-coding-system-alist' and
26128 `default-process-coding-system'.
26129
26130 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26131
26132 \(fn &optional BUFFER)" t nil)
26133
26134 (autoload 'sql-db2 "sql" "\
26135 Run db2 by IBM as an inferior process.
26136
26137 If buffer `*SQL*' exists but no process is running, make a new process.
26138 If buffer exists and a process is running, just switch to buffer
26139 `*SQL*'.
26140
26141 Interpreter used comes from variable `sql-db2-program'. There is not
26142 automatic login.
26143
26144 The buffer is put in SQL interactive mode, giving commands for sending
26145 input. See `sql-interactive-mode'.
26146
26147 If you use \\[sql-accumulate-and-indent] to send multiline commands to
26148 db2, newlines will be escaped if necessary. If you don't want that, set
26149 `comint-input-sender' back to `comint-simple-send' by writing an after
26150 advice. See the elisp manual for more information.
26151
26152 To set the buffer name directly, use \\[universal-argument]
26153 before \\[sql-db2]. Once session has started,
26154 \\[sql-rename-buffer] can be called separately to rename the
26155 buffer.
26156
26157 To specify a coding system for converting non-ASCII characters
26158 in the input and output to the process, use \\[universal-coding-system-argument]
26159 before \\[sql-db2]. You can also specify this with \\[set-buffer-process-coding-system]
26160 in the SQL buffer, after you start the process.
26161 The default comes from `process-coding-system-alist' and
26162 `default-process-coding-system'.
26163
26164 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26165
26166 \(fn &optional BUFFER)" t nil)
26167
26168 (autoload 'sql-linter "sql" "\
26169 Run inl by RELEX as an inferior process.
26170
26171 If buffer `*SQL*' exists but no process is running, make a new process.
26172 If buffer exists and a process is running, just switch to buffer
26173 `*SQL*'.
26174
26175 Interpreter used comes from variable `sql-linter-program' - usually `inl'.
26176 Login uses the variables `sql-user', `sql-password', `sql-database' and
26177 `sql-server' as defaults, if set. Additional command line parameters
26178 can be stored in the list `sql-linter-options'. Run inl -h to get help on
26179 parameters.
26180
26181 `sql-database' is used to set the LINTER_MBX environment variable for
26182 local connections, `sql-server' refers to the server name from the
26183 `nodetab' file for the network connection (dbc_tcp or friends must run
26184 for this to work). If `sql-password' is an empty string, inl will use
26185 an empty password.
26186
26187 The buffer is put in SQL interactive mode, giving commands for sending
26188 input. See `sql-interactive-mode'.
26189
26190 To set the buffer name directly, use \\[universal-argument]
26191 before \\[sql-linter]. Once session has started,
26192 \\[sql-rename-buffer] can be called separately to rename the
26193 buffer.
26194
26195 \(Type \\[describe-mode] in the SQL buffer for a list of commands.)
26196
26197 \(fn &optional BUFFER)" t nil)
26198
26199 (autoload 'sql-vertica "sql" "\
26200 Run vsql as an inferior process.
26201
26202 \(fn &optional BUFFER)" t nil)
26203
26204 ;;;***
26205 \f
26206 ;;;### (autoloads nil "srecode" "cedet/srecode.el" (22230 48822 671220
26207 ;;;;;; 100000))
26208 ;;; Generated autoloads from cedet/srecode.el
26209 (push (purecopy '(srecode 1 2)) package--builtin-versions)
26210
26211 ;;;***
26212 \f
26213 ;;;### (autoloads nil "srecode/srt-mode" "cedet/srecode/srt-mode.el"
26214 ;;;;;; (22230 48822 673220 91000))
26215 ;;; Generated autoloads from cedet/srecode/srt-mode.el
26216
26217 (autoload 'srecode-template-mode "srecode/srt-mode" "\
26218 Major-mode for writing SRecode macros.
26219
26220 \(fn)" t nil)
26221
26222 (defalias 'srt-mode 'srecode-template-mode)
26223
26224 ;;;***
26225 \f
26226 ;;;### (autoloads nil "starttls" "gnus/starttls.el" (22230 48822
26227 ;;;;;; 755219 721000))
26228 ;;; Generated autoloads from gnus/starttls.el
26229
26230 (autoload 'starttls-open-stream "starttls" "\
26231 Open a TLS connection for a port to a host.
26232 Returns a subprocess object to represent the connection.
26233 Input and output work as for subprocesses; `delete-process' closes it.
26234 Args are NAME BUFFER HOST PORT.
26235 NAME is name for process. It is modified if necessary to make it unique.
26236 BUFFER is the buffer (or `buffer-name') to associate with the process.
26237 Process output goes at end of that buffer, unless you specify
26238 an output stream or filter function to handle the output.
26239 BUFFER may be also nil, meaning that this process is not associated
26240 with any buffer
26241 Third arg is name of the host to connect to, or its IP address.
26242 Fourth arg PORT is an integer specifying a port to connect to.
26243 If `starttls-use-gnutls' is nil, this may also be a service name, but
26244 GnuTLS requires a port number.
26245
26246 \(fn NAME BUFFER HOST PORT)" nil nil)
26247
26248 ;;;***
26249 \f
26250 ;;;### (autoloads nil "strokes" "strokes.el" (22230 48822 909219
26251 ;;;;;; 26000))
26252 ;;; Generated autoloads from strokes.el
26253
26254 (autoload 'strokes-global-set-stroke "strokes" "\
26255 Interactively give STROKE the global binding as COMMAND.
26256 Works just like `global-set-key', except for strokes. COMMAND is
26257 a symbol naming an interactively-callable function. STROKE is a
26258 list of sampled positions on the stroke grid as described in the
26259 documentation for the `strokes-define-stroke' function.
26260
26261 See also `strokes-global-set-stroke-string'.
26262
26263 \(fn STROKE COMMAND)" t nil)
26264
26265 (autoload 'strokes-read-stroke "strokes" "\
26266 Read a simple stroke (interactively) and return the stroke.
26267 Optional PROMPT in minibuffer displays before and during stroke reading.
26268 This function will display the stroke interactively as it is being
26269 entered in the strokes buffer if the variable
26270 `strokes-use-strokes-buffer' is non-nil.
26271 Optional EVENT is acceptable as the starting event of the stroke.
26272
26273 \(fn &optional PROMPT EVENT)" nil nil)
26274
26275 (autoload 'strokes-read-complex-stroke "strokes" "\
26276 Read a complex stroke (interactively) and return the stroke.
26277 Optional PROMPT in minibuffer displays before and during stroke reading.
26278 Note that a complex stroke allows the user to pen-up and pen-down. This
26279 is implemented by allowing the user to paint with button 1 or button 2 and
26280 then complete the stroke with button 3.
26281 Optional EVENT is acceptable as the starting event of the stroke.
26282
26283 \(fn &optional PROMPT EVENT)" nil nil)
26284
26285 (autoload 'strokes-do-stroke "strokes" "\
26286 Read a simple stroke from the user and then execute its command.
26287 This must be bound to a mouse event.
26288
26289 \(fn EVENT)" t nil)
26290
26291 (autoload 'strokes-do-complex-stroke "strokes" "\
26292 Read a complex stroke from the user and then execute its command.
26293 This must be bound to a mouse event.
26294
26295 \(fn EVENT)" t nil)
26296
26297 (autoload 'strokes-describe-stroke "strokes" "\
26298 Displays the command which STROKE maps to, reading STROKE interactively.
26299
26300 \(fn STROKE)" t nil)
26301
26302 (autoload 'strokes-help "strokes" "\
26303 Get instruction on using the Strokes package.
26304
26305 \(fn)" t nil)
26306
26307 (autoload 'strokes-load-user-strokes "strokes" "\
26308 Load user-defined strokes from file named by `strokes-file'.
26309
26310 \(fn)" t nil)
26311
26312 (autoload 'strokes-list-strokes "strokes" "\
26313 Pop up a buffer containing an alphabetical listing of strokes in STROKES-MAP.
26314 With CHRONOLOGICAL prefix arg (\\[universal-argument]) list strokes chronologically
26315 by command name.
26316 If STROKES-MAP is not given, `strokes-global-map' will be used instead.
26317
26318 \(fn &optional CHRONOLOGICAL STROKES-MAP)" t nil)
26319
26320 (defvar strokes-mode nil "\
26321 Non-nil if Strokes mode is enabled.
26322 See the command `strokes-mode' for a description of this minor mode.
26323 Setting this variable directly does not take effect;
26324 either customize it (see the info node `Easy Customization')
26325 or call the function `strokes-mode'.")
26326
26327 (custom-autoload 'strokes-mode "strokes" nil)
26328
26329 (autoload 'strokes-mode "strokes" "\
26330 Toggle Strokes mode, a global minor mode.
26331 With a prefix argument ARG, enable Strokes mode if ARG is
26332 positive, and disable it otherwise. If called from Lisp,
26333 enable the mode if ARG is omitted or nil.
26334
26335 \\<strokes-mode-map>
26336 Strokes are pictographic mouse gestures which invoke commands.
26337 Strokes are invoked with \\[strokes-do-stroke]. You can define
26338 new strokes with \\[strokes-global-set-stroke]. See also
26339 \\[strokes-do-complex-stroke] for `complex' strokes.
26340
26341 To use strokes for pictographic editing, such as Chinese/Japanese, use
26342 \\[strokes-compose-complex-stroke], which draws strokes and inserts them.
26343 Encode/decode your strokes with \\[strokes-encode-buffer],
26344 \\[strokes-decode-buffer].
26345
26346 \\{strokes-mode-map}
26347
26348 \(fn &optional ARG)" t nil)
26349
26350 (autoload 'strokes-decode-buffer "strokes" "\
26351 Decode stroke strings in BUFFER and display their corresponding glyphs.
26352 Optional BUFFER defaults to the current buffer.
26353 Optional FORCE non-nil will ignore the buffer's read-only status.
26354
26355 \(fn &optional BUFFER FORCE)" t nil)
26356
26357 (autoload 'strokes-compose-complex-stroke "strokes" "\
26358 Read a complex stroke and insert its glyph into the current buffer.
26359
26360 \(fn)" t nil)
26361
26362 ;;;***
26363 \f
26364 ;;;### (autoloads nil "studly" "play/studly.el" (22230 48822 862219
26365 ;;;;;; 238000))
26366 ;;; Generated autoloads from play/studly.el
26367
26368 (autoload 'studlify-region "studly" "\
26369 Studlify-case the region.
26370
26371 \(fn BEGIN END)" t nil)
26372
26373 (autoload 'studlify-word "studly" "\
26374 Studlify-case the current word, or COUNT words if given an argument.
26375
26376 \(fn COUNT)" t nil)
26377
26378 (autoload 'studlify-buffer "studly" "\
26379 Studlify-case the current buffer.
26380
26381 \(fn)" t nil)
26382
26383 ;;;***
26384 \f
26385 ;;;### (autoloads nil "subword" "progmodes/subword.el" (22230 48822
26386 ;;;;;; 893219 98000))
26387 ;;; Generated autoloads from progmodes/subword.el
26388
26389 (define-obsolete-function-alias 'capitalized-words-mode 'subword-mode "25.1")
26390
26391 (autoload 'subword-mode "subword" "\
26392 Toggle subword movement and editing (Subword mode).
26393 With a prefix argument ARG, enable Subword mode if ARG is
26394 positive, and disable it otherwise. If called from Lisp, enable
26395 the mode if ARG is omitted or nil.
26396
26397 Subword mode is a buffer-local minor mode. Enabling it changes
26398 the definition of a word so that word-based commands stop inside
26399 symbols with mixed uppercase and lowercase letters,
26400 e.g. \"GtkWidget\", \"EmacsFrameClass\", \"NSGraphicsContext\".
26401
26402 Here we call these mixed case symbols `nomenclatures'. Each
26403 capitalized (or completely uppercase) part of a nomenclature is
26404 called a `subword'. Here are some examples:
26405
26406 Nomenclature Subwords
26407 ===========================================================
26408 GtkWindow => \"Gtk\" and \"Window\"
26409 EmacsFrameClass => \"Emacs\", \"Frame\" and \"Class\"
26410 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
26411
26412 This mode changes the definition of a word so that word commands
26413 treat nomenclature boundaries as word boundaries.
26414
26415 \\{subword-mode-map}
26416
26417 \(fn &optional ARG)" t nil)
26418
26419 (defvar global-subword-mode nil "\
26420 Non-nil if Global Subword mode is enabled.
26421 See the command `global-subword-mode' for a description of this minor mode.
26422 Setting this variable directly does not take effect;
26423 either customize it (see the info node `Easy Customization')
26424 or call the function `global-subword-mode'.")
26425
26426 (custom-autoload 'global-subword-mode "subword" nil)
26427
26428 (autoload 'global-subword-mode "subword" "\
26429 Toggle Subword mode in all buffers.
26430 With prefix ARG, enable Global Subword mode if ARG is positive;
26431 otherwise, disable it. If called from Lisp, enable the mode if
26432 ARG is omitted or nil.
26433
26434 Subword mode is enabled in all buffers where
26435 `(lambda nil (subword-mode 1))' would do it.
26436 See `subword-mode' for more information on Subword mode.
26437
26438 \(fn &optional ARG)" t nil)
26439
26440 (autoload 'superword-mode "subword" "\
26441 Toggle superword movement and editing (Superword mode).
26442 With a prefix argument ARG, enable Superword mode if ARG is
26443 positive, and disable it otherwise. If called from Lisp, enable
26444 the mode if ARG is omitted or nil.
26445
26446 Superword mode is a buffer-local minor mode. Enabling it changes
26447 the definition of words such that symbols characters are treated
26448 as parts of words: e.g., in `superword-mode',
26449 \"this_is_a_symbol\" counts as one word.
26450
26451 \\{superword-mode-map}
26452
26453 \(fn &optional ARG)" t nil)
26454
26455 (defvar global-superword-mode nil "\
26456 Non-nil if Global Superword mode is enabled.
26457 See the command `global-superword-mode' for a description of this minor mode.
26458 Setting this variable directly does not take effect;
26459 either customize it (see the info node `Easy Customization')
26460 or call the function `global-superword-mode'.")
26461
26462 (custom-autoload 'global-superword-mode "subword" nil)
26463
26464 (autoload 'global-superword-mode "subword" "\
26465 Toggle Superword mode in all buffers.
26466 With prefix ARG, enable Global Superword mode if ARG is positive;
26467 otherwise, disable it. If called from Lisp, enable the mode if
26468 ARG is omitted or nil.
26469
26470 Superword mode is enabled in all buffers where
26471 `(lambda nil (superword-mode 1))' would do it.
26472 See `superword-mode' for more information on Superword mode.
26473
26474 \(fn &optional ARG)" t nil)
26475
26476 ;;;***
26477 \f
26478 ;;;### (autoloads nil "supercite" "mail/supercite.el" (22230 48822
26479 ;;;;;; 793219 549000))
26480 ;;; Generated autoloads from mail/supercite.el
26481
26482 (autoload 'sc-cite-original "supercite" "\
26483 Workhorse citing function which performs the initial citation.
26484 This is callable from the various mail and news readers' reply
26485 function according to the agreed upon standard. See the associated
26486 info node `(SC)Top' for more details.
26487 `sc-cite-original' does not do any yanking of the
26488 original message but it does require a few things:
26489
26490 1) The reply buffer is the current buffer.
26491
26492 2) The original message has been yanked and inserted into the
26493 reply buffer.
26494
26495 3) Verbose mail headers from the original message have been
26496 inserted into the reply buffer directly before the text of the
26497 original message.
26498
26499 4) Point is at the beginning of the verbose headers.
26500
26501 5) Mark is at the end of the body of text to be cited.
26502
26503 The region need not be active (and typically isn't when this
26504 function is called). Also, the hook `sc-pre-hook' is run before,
26505 and `sc-post-hook' is run after the guts of this function.
26506
26507 \(fn)" nil nil)
26508
26509 ;;;***
26510 \f
26511 ;;;### (autoloads nil "t-mouse" "t-mouse.el" (22230 48822 910219
26512 ;;;;;; 21000))
26513 ;;; Generated autoloads from t-mouse.el
26514
26515 (define-obsolete-function-alias 't-mouse-mode 'gpm-mouse-mode "23.1")
26516
26517 (defvar gpm-mouse-mode t "\
26518 Non-nil if Gpm-Mouse mode is enabled.
26519 See the command `gpm-mouse-mode' for a description of this minor mode.
26520 Setting this variable directly does not take effect;
26521 either customize it (see the info node `Easy Customization')
26522 or call the function `gpm-mouse-mode'.")
26523
26524 (custom-autoload 'gpm-mouse-mode "t-mouse" nil)
26525
26526 (autoload 'gpm-mouse-mode "t-mouse" "\
26527 Toggle mouse support in GNU/Linux consoles (GPM Mouse mode).
26528 With a prefix argument ARG, enable GPM Mouse mode if ARG is
26529 positive, and disable it otherwise. If called from Lisp, enable
26530 the mode if ARG is omitted or nil.
26531
26532 This allows the use of the mouse when operating on a GNU/Linux console,
26533 in the same way as you can use the mouse under X11.
26534 It relies on the `gpm' daemon being activated.
26535
26536 Note that when `gpm-mouse-mode' is enabled, you cannot use the
26537 mouse to transfer text between Emacs and other programs which use
26538 GPM. This is due to limitations in GPM and the Linux kernel.
26539
26540 \(fn &optional ARG)" t nil)
26541
26542 ;;;***
26543 \f
26544 ;;;### (autoloads nil "tabify" "tabify.el" (22230 48822 910219 21000))
26545 ;;; Generated autoloads from tabify.el
26546
26547 (autoload 'untabify "tabify" "\
26548 Convert all tabs in region to multiple spaces, preserving columns.
26549 If called interactively with prefix ARG, convert for the entire
26550 buffer.
26551
26552 Called non-interactively, the region is specified by arguments
26553 START and END, rather than by the position of point and mark.
26554 The variable `tab-width' controls the spacing of tab stops.
26555
26556 \(fn START END &optional ARG)" t nil)
26557
26558 (autoload 'tabify "tabify" "\
26559 Convert multiple spaces in region to tabs when possible.
26560 A group of spaces is partially replaced by tabs
26561 when this can be done without changing the column they end at.
26562 If called interactively with prefix ARG, convert for the entire
26563 buffer.
26564
26565 Called non-interactively, the region is specified by arguments
26566 START and END, rather than by the position of point and mark.
26567 The variable `tab-width' controls the spacing of tab stops.
26568
26569 \(fn START END &optional ARG)" t nil)
26570
26571 ;;;***
26572 \f
26573 ;;;### (autoloads nil "table" "textmodes/table.el" (22230 48822 924218
26574 ;;;;;; 958000))
26575 ;;; Generated autoloads from textmodes/table.el
26576
26577 (autoload 'table-insert "table" "\
26578 Insert an editable text table.
26579 Insert a table of specified number of COLUMNS and ROWS. Optional
26580 parameter CELL-WIDTH and CELL-HEIGHT can specify the size of each
26581 cell. The cell size is uniform across the table if the specified size
26582 is a number. They can be a list of numbers to specify different size
26583 for each cell. When called interactively, the list of number is
26584 entered by simply listing all the numbers with space characters
26585 delimiting them.
26586
26587 Examples:
26588
26589 \\[table-insert] inserts a table at the current point location.
26590
26591 Suppose we have the following situation where `-!-' indicates the
26592 location of point.
26593
26594 -!-
26595
26596 Type \\[table-insert] and hit ENTER key. As it asks table
26597 specification, provide 3 for number of columns, 1 for number of rows,
26598 5 for cell width and 1 for cell height. Now you shall see the next
26599 table and the point is automatically moved to the beginning of the
26600 first cell.
26601
26602 +-----+-----+-----+
26603 |-!- | | |
26604 +-----+-----+-----+
26605
26606 Inside a table cell, there are special key bindings. \\<table-cell-map>
26607
26608 M-9 \\[table-widen-cell] (or \\[universal-argument] 9 \\[table-widen-cell]) widens the first cell by 9 character
26609 width, which results as
26610
26611 +--------------+-----+-----+
26612 |-!- | | |
26613 +--------------+-----+-----+
26614
26615 Type TAB \\[table-widen-cell] then type TAB M-2 M-7 \\[table-widen-cell] (or \\[universal-argument] 2 7 \\[table-widen-cell]). Typing
26616 TAB moves the point forward by a cell. The result now looks like this:
26617
26618 +--------------+------+--------------------------------+
26619 | | |-!- |
26620 +--------------+------+--------------------------------+
26621
26622 If you knew each width of the columns prior to the table creation,
26623 what you could have done better was to have had given the complete
26624 width information to `table-insert'.
26625
26626 Cell width(s): 14 6 32
26627
26628 instead of
26629
26630 Cell width(s): 5
26631
26632 This would have eliminated the previously mentioned width adjustment
26633 work all together.
26634
26635 If the point is in the last cell type S-TAB S-TAB to move it to the
26636 first cell. Now type \\[table-heighten-cell] which heighten the row by a line.
26637
26638 +--------------+------+--------------------------------+
26639 |-!- | | |
26640 | | | |
26641 +--------------+------+--------------------------------+
26642
26643 Type \\[table-insert-row-column] and tell it to insert a row.
26644
26645 +--------------+------+--------------------------------+
26646 |-!- | | |
26647 | | | |
26648 +--------------+------+--------------------------------+
26649 | | | |
26650 | | | |
26651 +--------------+------+--------------------------------+
26652
26653 Move the point under the table as shown below.
26654
26655 +--------------+------+--------------------------------+
26656 | | | |
26657 | | | |
26658 +--------------+------+--------------------------------+
26659 | | | |
26660 | | | |
26661 +--------------+------+--------------------------------+
26662 -!-
26663
26664 Type M-x table-insert-row instead of \\[table-insert-row-column]. \\[table-insert-row-column] does not work
26665 when the point is outside of the table. This insertion at
26666 outside of the table effectively appends a row at the end.
26667
26668 +--------------+------+--------------------------------+
26669 | | | |
26670 | | | |
26671 +--------------+------+--------------------------------+
26672 | | | |
26673 | | | |
26674 +--------------+------+--------------------------------+
26675 |-!- | | |
26676 | | | |
26677 +--------------+------+--------------------------------+
26678
26679 Text editing inside the table cell produces reasonably expected
26680 results.
26681
26682 +--------------+------+--------------------------------+
26683 | | | |
26684 | | | |
26685 +--------------+------+--------------------------------+
26686 | | |Text editing inside the table |
26687 | | |cell produces reasonably |
26688 | | |expected results.-!- |
26689 +--------------+------+--------------------------------+
26690 | | | |
26691 | | | |
26692 +--------------+------+--------------------------------+
26693
26694 Inside a table cell has a special keymap.
26695
26696 \\{table-cell-map}
26697
26698 \(fn COLUMNS ROWS &optional CELL-WIDTH CELL-HEIGHT)" t nil)
26699
26700 (autoload 'table-insert-row "table" "\
26701 Insert N table row(s).
26702 When point is in a table the newly inserted row(s) are placed above
26703 the current row. When point is outside of the table it must be below
26704 the table within the table width range, then the newly created row(s)
26705 are appended at the bottom of the table.
26706
26707 \(fn N)" t nil)
26708
26709 (autoload 'table-insert-column "table" "\
26710 Insert N table column(s).
26711 When point is in a table the newly inserted column(s) are placed left
26712 of the current column. When point is outside of the table it must be
26713 right side of the table within the table height range, then the newly
26714 created column(s) are appended at the right of the table.
26715
26716 \(fn N)" t nil)
26717
26718 (autoload 'table-insert-row-column "table" "\
26719 Insert row(s) or column(s).
26720 See `table-insert-row' and `table-insert-column'.
26721
26722 \(fn ROW-COLUMN N)" t nil)
26723
26724 (autoload 'table-recognize "table" "\
26725 Recognize all tables within the current buffer and activate them.
26726 Scans the entire buffer and recognizes valid table cells. If the
26727 optional numeric prefix argument ARG is negative the tables in the
26728 buffer become inactive, meaning the tables become plain text and loses
26729 all the table specific features.
26730
26731 \(fn &optional ARG)" t nil)
26732
26733 (autoload 'table-unrecognize "table" "\
26734
26735
26736 \(fn)" t nil)
26737
26738 (autoload 'table-recognize-region "table" "\
26739 Recognize all tables within region.
26740 BEG and END specify the region to work on. If the optional numeric
26741 prefix argument ARG is negative the tables in the region become
26742 inactive, meaning the tables become plain text and lose all the table
26743 specific features.
26744
26745 \(fn BEG END &optional ARG)" t nil)
26746
26747 (autoload 'table-unrecognize-region "table" "\
26748
26749
26750 \(fn BEG END)" t nil)
26751
26752 (autoload 'table-recognize-table "table" "\
26753 Recognize a table at point.
26754 If the optional numeric prefix argument ARG is negative the table
26755 becomes inactive, meaning the table becomes plain text and loses all
26756 the table specific features.
26757
26758 \(fn &optional ARG)" t nil)
26759
26760 (autoload 'table-unrecognize-table "table" "\
26761
26762
26763 \(fn)" t nil)
26764
26765 (autoload 'table-recognize-cell "table" "\
26766 Recognize a table cell that contains current point.
26767 Probe the cell dimension and prepare the cell information. The
26768 optional two arguments FORCE and NO-COPY are for internal use only and
26769 must not be specified. When the optional numeric prefix argument ARG
26770 is negative the cell becomes inactive, meaning that the cell becomes
26771 plain text and loses all the table specific features.
26772
26773 \(fn &optional FORCE NO-COPY ARG)" t nil)
26774
26775 (autoload 'table-unrecognize-cell "table" "\
26776
26777
26778 \(fn)" t nil)
26779
26780 (autoload 'table-heighten-cell "table" "\
26781 Heighten the current cell by N lines by expanding the cell vertically.
26782 Heightening is done by adding blank lines at the bottom of the current
26783 cell. Other cells aligned horizontally with the current one are also
26784 heightened in order to keep the rectangular table structure. The
26785 optional argument NO-COPY is internal use only and must not be
26786 specified.
26787
26788 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26789
26790 (autoload 'table-shorten-cell "table" "\
26791 Shorten the current cell by N lines by shrinking the cell vertically.
26792 Shortening is done by removing blank lines from the bottom of the cell
26793 and possibly from the top of the cell as well. Therefore, the cell
26794 must have some bottom/top blank lines to be shorten effectively. This
26795 is applicable to all the cells aligned horizontally with the current
26796 one because they are also shortened in order to keep the rectangular
26797 table structure.
26798
26799 \(fn N)" t nil)
26800
26801 (autoload 'table-widen-cell "table" "\
26802 Widen the current cell by N columns and expand the cell horizontally.
26803 Some other cells in the same table are widen as well to keep the
26804 table's rectangle structure.
26805
26806 \(fn N &optional NO-COPY NO-UPDATE)" t nil)
26807
26808 (autoload 'table-narrow-cell "table" "\
26809 Narrow the current cell by N columns and shrink the cell horizontally.
26810 Some other cells in the same table are narrowed as well to keep the
26811 table's rectangle structure.
26812
26813 \(fn N)" t nil)
26814
26815 (autoload 'table-forward-cell "table" "\
26816 Move point forward to the beginning of the next cell.
26817 With argument ARG, do it ARG times;
26818 a negative argument ARG = -N means move backward N cells.
26819 Do not specify NO-RECOGNIZE and UNRECOGNIZE. They are for internal use only.
26820
26821 Sample Cell Traveling Order (In Irregular Table Cases)
26822
26823 You can actually try how it works in this buffer. Press
26824 \\[table-recognize] and go to cells in the following tables and press
26825 \\[table-forward-cell] or TAB key.
26826
26827 +-----+--+ +--+-----+ +--+--+--+ +--+--+--+ +---------+ +--+---+--+
26828 |0 |1 | |0 |1 | |0 |1 |2 | |0 |1 |2 | |0 | |0 |1 |2 |
26829 +--+--+ | | +--+--+ +--+ | | | | +--+ +----+----+ +--+-+-+--+
26830 |2 |3 | | | |2 |3 | |3 +--+ | | +--+3 | |1 |2 | |3 |4 |
26831 | +--+--+ +--+--+ | +--+4 | | | |4 +--+ +--+-+-+--+ +----+----+
26832 | |4 | |4 | | |5 | | | | | |5 | |3 |4 |5 | |5 |
26833 +--+-----+ +-----+--+ +--+--+--+ +--+--+--+ +--+---+--+ +---------+
26834
26835 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26836 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |
26837 | | | | | +--+ | | | | | +--+ +--+
26838 +--+ +--+ +--+3 +--+ | +--+ | |3 +--+4 |
26839 |3 | |4 | |4 +--+5 | | |3 | | +--+5 +--+
26840 | | | | | |6 | | | | | | |6 | |7 |
26841 +--+--+--+ +--+--+--+ +--+--+--+ +--+--+--+
26842
26843 +--+--+--+ +--+--+--+ +--+--+--+--+ +--+-----+--+ +--+--+--+--+
26844 |0 |1 |2 | |0 |1 |2 | |0 |1 |2 |3 | |0 |1 |2 | |0 |1 |2 |3 |
26845 | +--+ | | +--+ | | +--+--+ | | | | | | +--+--+ |
26846 | |3 +--+ +--+3 | | +--+4 +--+ +--+ +--+ +--+4 +--+
26847 +--+ |4 | |4 | +--+ |5 +--+--+6 | |3 +--+--+4 | |5 | |6 |
26848 |5 +--+ | | +--+5 | | |7 |8 | | | |5 |6 | | | | | |
26849 | |6 | | | |6 | | +--+--+--+--+ +--+--+--+--+ +--+-----+--+
26850 +--+--+--+ +--+--+--+
26851
26852 \(fn &optional ARG NO-RECOGNIZE UNRECOGNIZE)" t nil)
26853
26854 (autoload 'table-backward-cell "table" "\
26855 Move backward to the beginning of the previous cell.
26856 With argument ARG, do it ARG times;
26857 a negative argument ARG = -N means move forward N cells.
26858
26859 \(fn &optional ARG)" t nil)
26860
26861 (autoload 'table-span-cell "table" "\
26862 Span current cell into adjacent cell in DIRECTION.
26863 DIRECTION is one of symbols; right, left, above or below.
26864
26865 \(fn DIRECTION)" t nil)
26866
26867 (autoload 'table-split-cell-vertically "table" "\
26868 Split current cell vertically.
26869 Creates a cell above and a cell below the current point location.
26870
26871 \(fn)" t nil)
26872
26873 (autoload 'table-split-cell-horizontally "table" "\
26874 Split current cell horizontally.
26875 Creates a cell on the left and a cell on the right of the current point location.
26876
26877 \(fn)" t nil)
26878
26879 (autoload 'table-split-cell "table" "\
26880 Split current cell in ORIENTATION.
26881 ORIENTATION is a symbol either horizontally or vertically.
26882
26883 \(fn ORIENTATION)" t nil)
26884
26885 (autoload 'table-justify "table" "\
26886 Justify contents of a cell, a row of cells or a column of cells.
26887 WHAT is a symbol `cell', `row' or `column'. JUSTIFY is a symbol
26888 `left', `center', `right', `top', `middle', `bottom' or `none'.
26889
26890 \(fn WHAT JUSTIFY)" t nil)
26891
26892 (autoload 'table-justify-cell "table" "\
26893 Justify cell contents.
26894 JUSTIFY is a symbol `left', `center' or `right' for horizontal, or `top',
26895 `middle', `bottom' or `none' for vertical. When optional PARAGRAPH is
26896 non-nil the justify operation is limited to the current paragraph,
26897 otherwise the entire cell contents is justified.
26898
26899 \(fn JUSTIFY &optional PARAGRAPH)" t nil)
26900
26901 (autoload 'table-justify-row "table" "\
26902 Justify cells of a row.
26903 JUSTIFY is a symbol `left', `center' or `right' for horizontal,
26904 or `top', `middle', `bottom' or `none' for vertical.
26905
26906 \(fn JUSTIFY)" t nil)
26907
26908 (autoload 'table-justify-column "table" "\
26909 Justify cells of a column.
26910 JUSTIFY is a symbol `left', `center' or `right' for horizontal,
26911 or `top', `middle', `bottom' or `none' for vertical.
26912
26913 \(fn JUSTIFY)" t nil)
26914
26915 (autoload 'table-fixed-width-mode "table" "\
26916 Cell width is fixed when this is non-nil.
26917 Normally it should be nil for allowing automatic cell width expansion
26918 that widens a cell when it is necessary. When non-nil, typing in a
26919 cell does not automatically expand the cell width. A word that is too
26920 long to fit in a cell is chopped into multiple lines. The chopped
26921 location is indicated by `table-word-continuation-char'. This
26922 variable's value can be toggled by \\[table-fixed-width-mode] at
26923 run-time.
26924
26925 \(fn &optional ARG)" t nil)
26926
26927 (autoload 'table-query-dimension "table" "\
26928 Return the dimension of the current cell and the current table.
26929 The result is a list (cw ch tw th c r cells) where cw is the cell
26930 width, ch is the cell height, tw is the table width, th is the table
26931 height, c is the number of columns, r is the number of rows and cells
26932 is the total number of cells. The cell dimension excludes the cell
26933 frame while the table dimension includes the table frame. The columns
26934 and the rows are counted by the number of cell boundaries. Therefore
26935 the number tends to be larger than it appears for the tables with
26936 non-uniform cell structure (heavily spanned and split). When optional
26937 WHERE is provided the cell and table at that location is reported.
26938
26939 \(fn &optional WHERE)" t nil)
26940
26941 (autoload 'table-generate-source "table" "\
26942 Generate source of the current table in the specified language.
26943 LANGUAGE is a symbol that specifies the language to describe the
26944 structure of the table. It must be either `html', `latex' or `cals'.
26945 The resulted source text is inserted into DEST-BUFFER and the buffer
26946 object is returned. When DEST-BUFFER is omitted or nil the default
26947 buffer specified in `table-dest-buffer-name' is used. In this case
26948 the content of the default buffer is erased prior to the generation.
26949 When DEST-BUFFER is non-nil it is expected to be either a destination
26950 buffer or a name of the destination buffer. In this case the
26951 generated result is inserted at the current point in the destination
26952 buffer and the previously existing contents in the buffer are
26953 untouched.
26954
26955 References used for this implementation:
26956
26957 HTML:
26958 URL `http://www.w3.org'
26959
26960 LaTeX:
26961 URL `http://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Tables.html'
26962
26963 CALS (DocBook DTD):
26964 URL `http://www.oasis-open.org/html/a502.htm'
26965 URL `http://www.oreilly.com/catalog/docbook/chapter/book/table.html#AEN114751'
26966
26967 \(fn LANGUAGE &optional DEST-BUFFER CAPTION)" t nil)
26968
26969 (autoload 'table-insert-sequence "table" "\
26970 Travel cells forward while inserting a specified sequence string in each cell.
26971 STR is the base string from which the sequence starts. When STR is an
26972 empty string then each cell content is erased. When STR ends with
26973 numerical characters (they may optionally be surrounded by a pair of
26974 parentheses) they are incremented as a decimal number. Otherwise the
26975 last character in STR is incremented in ASCII code order. N is the
26976 number of sequence elements to insert. When N is negative the cell
26977 traveling direction is backward. When N is zero it travels forward
26978 entire table. INCREMENT is the increment between adjacent sequence
26979 elements and can be a negative number for effectively decrementing.
26980 INTERVAL is the number of cells to travel between sequence element
26981 insertion which is normally 1. When zero or less is given for
26982 INTERVAL it is interpreted as number of cells per row so that sequence
26983 is placed straight down vertically as long as the table's cell
26984 structure is uniform. JUSTIFY is a symbol `left', `center' or
26985 `right' that specifies justification of the inserted string.
26986
26987 Example:
26988
26989 (progn
26990 (table-insert 16 3 5 1)
26991 (table-forward-cell 15)
26992 (table-insert-sequence \"D0\" -16 1 1 \\='center)
26993 (table-forward-cell 16)
26994 (table-insert-sequence \"A[0]\" -16 1 1 \\='center)
26995 (table-forward-cell 1)
26996 (table-insert-sequence \"-\" 16 0 1 \\='center))
26997
26998 (progn
26999 (table-insert 16 8 5 1)
27000 (table-insert-sequence \"@\" 0 1 2 \\='right)
27001 (table-forward-cell 1)
27002 (table-insert-sequence \"64\" 0 1 2 \\='left))
27003
27004 \(fn STR N INCREMENT INTERVAL JUSTIFY)" t nil)
27005
27006 (autoload 'table-delete-row "table" "\
27007 Delete N row(s) of cells.
27008 Delete N rows of cells from current row. The current row is the row
27009 contains the current cell where point is located. Each row must
27010 consists from cells of same height.
27011
27012 \(fn N)" t nil)
27013
27014 (autoload 'table-delete-column "table" "\
27015 Delete N column(s) of cells.
27016 Delete N columns of cells from current column. The current column is
27017 the column contains the current cell where point is located. Each
27018 column must consists from cells of same width.
27019
27020 \(fn N)" t nil)
27021
27022 (autoload 'table-capture "table" "\
27023 Convert plain text into a table by capturing the text in the region.
27024 Create a table with the text in region as cell contents. BEG and END
27025 specify the region. The text in the region is replaced with a table.
27026 The removed text is inserted in the table. When optional
27027 COL-DELIM-REGEXP and ROW-DELIM-REGEXP are provided the region contents
27028 is parsed and separated into individual cell contents by using the
27029 delimiter regular expressions. This parsing determines the number of
27030 columns and rows of the table automatically. If COL-DELIM-REGEXP and
27031 ROW-DELIM-REGEXP are omitted the result table has only one cell and
27032 the entire region contents is placed in that cell. Optional JUSTIFY
27033 is one of `left', `center' or `right', which specifies the cell
27034 justification. Optional MIN-CELL-WIDTH specifies the minimum cell
27035 width. Optional COLUMNS specify the number of columns when
27036 ROW-DELIM-REGEXP is not specified.
27037
27038
27039 Example 1:
27040
27041 1, 2, 3, 4
27042 5, 6, 7, 8
27043 , 9, 10
27044
27045 Running `table-capture' on above 3 line region with COL-DELIM-REGEXP
27046 \",\" and ROW-DELIM-REGEXP \"\\n\" creates the following table. In
27047 this example the cells are centered and minimum cell width is
27048 specified as 5.
27049
27050 +-----+-----+-----+-----+
27051 | 1 | 2 | 3 | 4 |
27052 +-----+-----+-----+-----+
27053 | 5 | 6 | 7 | 8 |
27054 +-----+-----+-----+-----+
27055 | | 9 | 10 | |
27056 +-----+-----+-----+-----+
27057
27058 Note:
27059
27060 In case the function is called interactively user must use \\[quoted-insert] `quoted-insert'
27061 in order to enter \"\\n\" successfully. COL-DELIM-REGEXP at the end
27062 of each row is optional.
27063
27064
27065 Example 2:
27066
27067 This example shows how a table can be used for text layout editing.
27068 Let `table-capture' capture the following region starting from
27069 -!- and ending at -*-, that contains three paragraphs and two item
27070 name headers. This time specify empty string for both
27071 COL-DELIM-REGEXP and ROW-DELIM-REGEXP.
27072
27073 -!-`table-capture' is a powerful command however mastering its power
27074 requires some practice. Here is a list of items what it can do.
27075
27076 Parse Cell Items By using column delimiter regular
27077 expression and raw delimiter regular
27078 expression, it parses the specified text
27079 area and extracts cell items from
27080 non-table text and then forms a table out
27081 of them.
27082
27083 Capture Text Area When no delimiters are specified it
27084 creates a single cell table. The text in
27085 the specified region is placed in that
27086 cell.-*-
27087
27088 Now the entire content is captured in a cell which is itself a table
27089 like this.
27090
27091 +-----------------------------------------------------------------+
27092 |`table-capture' is a powerful command however mastering its power|
27093 |requires some practice. Here is a list of items what it can do. |
27094 | |
27095 |Parse Cell Items By using column delimiter regular |
27096 | expression and raw delimiter regular |
27097 | expression, it parses the specified text |
27098 | area and extracts cell items from |
27099 | non-table text and then forms a table out |
27100 | of them. |
27101 | |
27102 |Capture Text Area When no delimiters are specified it |
27103 | creates a single cell table. The text in |
27104 | the specified region is placed in that |
27105 | cell. |
27106 +-----------------------------------------------------------------+
27107
27108 By splitting the cell appropriately we now have a table consisting of
27109 paragraphs occupying its own cell. Each cell can now be edited
27110 independently.
27111
27112 +-----------------------------------------------------------------+
27113 |`table-capture' is a powerful command however mastering its power|
27114 |requires some practice. Here is a list of items what it can do. |
27115 +---------------------+-------------------------------------------+
27116 |Parse Cell Items |By using column delimiter regular |
27117 | |expression and raw delimiter regular |
27118 | |expression, it parses the specified text |
27119 | |area and extracts cell items from |
27120 | |non-table text and then forms a table out |
27121 | |of them. |
27122 +---------------------+-------------------------------------------+
27123 |Capture Text Area |When no delimiters are specified it |
27124 | |creates a single cell table. The text in |
27125 | |the specified region is placed in that |
27126 | |cell. |
27127 +---------------------+-------------------------------------------+
27128
27129 By applying `table-release', which does the opposite process, the
27130 contents become once again plain text. `table-release' works as
27131 companion command to `table-capture' this way.
27132
27133 \(fn BEG END &optional COL-DELIM-REGEXP ROW-DELIM-REGEXP JUSTIFY MIN-CELL-WIDTH COLUMNS)" t nil)
27134
27135 (autoload 'table-release "table" "\
27136 Convert a table into plain text by removing the frame from a table.
27137 Remove the frame from a table and deactivate the table. This command
27138 converts a table into plain text without frames. It is a companion to
27139 `table-capture' which does the opposite process.
27140
27141 \(fn)" t nil)
27142
27143 ;;;***
27144 \f
27145 ;;;### (autoloads nil "talk" "talk.el" (22230 48822 910219 21000))
27146 ;;; Generated autoloads from talk.el
27147
27148 (autoload 'talk-connect "talk" "\
27149 Connect to display DISPLAY for the Emacs talk group.
27150
27151 \(fn DISPLAY)" t nil)
27152
27153 (autoload 'talk "talk" "\
27154 Connect to the Emacs talk group from the current X display or tty frame.
27155
27156 \(fn)" t nil)
27157
27158 ;;;***
27159 \f
27160 ;;;### (autoloads nil "tar-mode" "tar-mode.el" (22230 48822 910219
27161 ;;;;;; 21000))
27162 ;;; Generated autoloads from tar-mode.el
27163
27164 (autoload 'tar-mode "tar-mode" "\
27165 Major mode for viewing a tar file as a dired-like listing of its contents.
27166 You can move around using the usual cursor motion commands.
27167 Letters no longer insert themselves.
27168 Type `e' to pull a file out of the tar file and into its own buffer;
27169 or click mouse-2 on the file's line in the Tar mode buffer.
27170 Type `c' to copy an entry from the tar file into another file on disk.
27171
27172 If you edit a sub-file of this archive (as with the `e' command) and
27173 save it with \\[save-buffer], the contents of that buffer will be
27174 saved back into the tar-file buffer; in this way you can edit a file
27175 inside of a tar archive without extracting it and re-archiving it.
27176
27177 See also: variables `tar-update-datestamp' and `tar-anal-blocksize'.
27178 \\{tar-mode-map}
27179
27180 \(fn)" t nil)
27181
27182 ;;;***
27183 \f
27184 ;;;### (autoloads nil "tcl" "progmodes/tcl.el" (22230 48822 894219
27185 ;;;;;; 94000))
27186 ;;; Generated autoloads from progmodes/tcl.el
27187
27188 (autoload 'tcl-mode "tcl" "\
27189 Major mode for editing Tcl code.
27190 Expression and list commands understand all Tcl brackets.
27191 Tab indents for Tcl code.
27192 Paragraphs are separated by blank lines only.
27193 Delete converts tabs to spaces as it moves back.
27194
27195 Variables controlling indentation style:
27196 `tcl-indent-level'
27197 Indentation of Tcl statements within surrounding block.
27198 `tcl-continued-indent-level'
27199 Indentation of continuation line relative to first line of command.
27200
27201 Variables controlling user interaction with mode (see variable
27202 documentation for details):
27203 `tcl-tab-always-indent'
27204 Controls action of TAB key.
27205 `tcl-auto-newline'
27206 Non-nil means automatically newline before and after braces, brackets,
27207 and semicolons inserted in Tcl code.
27208 `tcl-use-smart-word-finder'
27209 If not nil, use a smarter, Tcl-specific way to find the current
27210 word when looking up help on a Tcl command.
27211
27212 Turning on Tcl mode runs `tcl-mode-hook'. Read the documentation for
27213 `tcl-mode-hook' to see what kinds of interesting hook functions
27214 already exist.
27215
27216 \(fn)" t nil)
27217
27218 (autoload 'inferior-tcl "tcl" "\
27219 Run inferior Tcl process.
27220 Prefix arg means enter program name interactively.
27221 See documentation for function `inferior-tcl-mode' for more information.
27222
27223 \(fn CMD)" t nil)
27224
27225 (autoload 'tcl-help-on-word "tcl" "\
27226 Get help on Tcl command. Default is word at point.
27227 Prefix argument means invert sense of `tcl-use-smart-word-finder'.
27228
27229 \(fn COMMAND &optional ARG)" t nil)
27230
27231 ;;;***
27232 \f
27233 ;;;### (autoloads nil "telnet" "net/telnet.el" (22230 48822 814219
27234 ;;;;;; 455000))
27235 ;;; Generated autoloads from net/telnet.el
27236
27237 (autoload 'telnet "telnet" "\
27238 Open a network login connection to host named HOST (a string).
27239 Optional arg PORT specifies alternative port to connect to.
27240 Interactively, use \\[universal-argument] prefix to be prompted for port number.
27241
27242 Communication with HOST is recorded in a buffer `*PROGRAM-HOST*'
27243 where PROGRAM is the telnet program being used. This program
27244 is controlled by the contents of the global variable `telnet-host-properties',
27245 falling back on the value of the global variable `telnet-program'.
27246 Normally input is edited in Emacs and sent a line at a time.
27247
27248 \(fn HOST &optional PORT)" t nil)
27249
27250 (autoload 'rsh "telnet" "\
27251 Open a network login connection to host named HOST (a string).
27252 Communication with HOST is recorded in a buffer `*rsh-HOST*'.
27253 Normally input is edited in Emacs and sent a line at a time.
27254
27255 \(fn HOST)" t nil)
27256
27257 ;;;***
27258 \f
27259 ;;;### (autoloads nil "term" "term.el" (22230 48822 911219 17000))
27260 ;;; Generated autoloads from term.el
27261
27262 (autoload 'make-term "term" "\
27263 Make a term process NAME in a buffer, running PROGRAM.
27264 The name of the buffer is made by surrounding NAME with `*'s.
27265 If there is already a running process in that buffer, it is not restarted.
27266 Optional third arg STARTFILE is the name of a file to send the contents of to
27267 the process. Any more args are arguments to PROGRAM.
27268
27269 \(fn NAME PROGRAM &optional STARTFILE &rest SWITCHES)" nil nil)
27270
27271 (autoload 'term "term" "\
27272 Start a terminal-emulator in a new buffer.
27273 The buffer is in Term mode; see `term-mode' for the
27274 commands to use in that buffer.
27275
27276 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
27277
27278 \(fn PROGRAM)" t nil)
27279
27280 (autoload 'ansi-term "term" "\
27281 Start a terminal-emulator in a new buffer.
27282
27283 \(fn PROGRAM &optional NEW-BUFFER-NAME)" t nil)
27284
27285 (autoload 'serial-term "term" "\
27286 Start a terminal-emulator for a serial port in a new buffer.
27287 PORT is the path or name of the serial port. For example, this
27288 could be \"/dev/ttyS0\" on Unix. On Windows, this could be
27289 \"COM1\" or \"\\\\.\\COM10\".
27290 SPEED is the speed of the serial port in bits per second. 9600
27291 is a common value. SPEED can be nil, see
27292 `serial-process-configure' for details.
27293 The buffer is in Term mode; see `term-mode' for the commands to
27294 use in that buffer.
27295 \\<term-raw-map>Type \\[switch-to-buffer] to switch to another buffer.
27296
27297 \(fn PORT SPEED)" t nil)
27298
27299 ;;;***
27300 \f
27301 ;;;### (autoloads nil "testcover" "emacs-lisp/testcover.el" (22230
27302 ;;;;;; 48822 697219 983000))
27303 ;;; Generated autoloads from emacs-lisp/testcover.el
27304
27305 (autoload 'testcover-this-defun "testcover" "\
27306 Start coverage on function under point.
27307
27308 \(fn)" t nil)
27309
27310 ;;;***
27311 \f
27312 ;;;### (autoloads nil "tetris" "play/tetris.el" (22230 48822 862219
27313 ;;;;;; 238000))
27314 ;;; Generated autoloads from play/tetris.el
27315 (push (purecopy '(tetris 2 1)) package--builtin-versions)
27316
27317 (autoload 'tetris "tetris" "\
27318 Play the Tetris game.
27319 Shapes drop from the top of the screen, and the user has to move and
27320 rotate the shape to fit in with those at the bottom of the screen so
27321 as to form complete rows.
27322
27323 tetris-mode keybindings:
27324 \\<tetris-mode-map>
27325 \\[tetris-start-game] Starts a new game of Tetris
27326 \\[tetris-end-game] Terminates the current game
27327 \\[tetris-pause-game] Pauses (or resumes) the current game
27328 \\[tetris-move-left] Moves the shape one square to the left
27329 \\[tetris-move-right] Moves the shape one square to the right
27330 \\[tetris-rotate-prev] Rotates the shape clockwise
27331 \\[tetris-rotate-next] Rotates the shape anticlockwise
27332 \\[tetris-move-bottom] Drops the shape to the bottom of the playing area
27333
27334 \(fn)" t nil)
27335
27336 ;;;***
27337 \f
27338 ;;;### (autoloads nil "tex-mode" "textmodes/tex-mode.el" (22230 48822
27339 ;;;;;; 925218 954000))
27340 ;;; Generated autoloads from textmodes/tex-mode.el
27341
27342 (defvar tex-shell-file-name nil "\
27343 If non-nil, the shell file name to run in the subshell used to run TeX.")
27344
27345 (custom-autoload 'tex-shell-file-name "tex-mode" t)
27346
27347 (defvar tex-directory (purecopy ".") "\
27348 Directory in which temporary files are written.
27349 You can make this `/tmp' if your TEXINPUTS has no relative directories in it
27350 and you don't try to apply \\[tex-region] or \\[tex-buffer] when there are
27351 `\\input' commands with relative directories.")
27352
27353 (custom-autoload 'tex-directory "tex-mode" t)
27354
27355 (defvar tex-first-line-header-regexp nil "\
27356 Regexp for matching a first line which `tex-region' should include.
27357 If this is non-nil, it should be a regular expression string;
27358 if it matches the first line of the file,
27359 `tex-region' always includes the first line in the TeX run.")
27360
27361 (custom-autoload 'tex-first-line-header-regexp "tex-mode" t)
27362
27363 (defvar tex-main-file nil "\
27364 The main TeX source file which includes this buffer's file.
27365 The command `tex-file' runs TeX on the file specified by `tex-main-file'
27366 if the variable is non-nil.")
27367
27368 (custom-autoload 'tex-main-file "tex-mode" t)
27369
27370 (defvar tex-offer-save t "\
27371 If non-nil, ask about saving modified buffers before \\[tex-file] is run.")
27372
27373 (custom-autoload 'tex-offer-save "tex-mode" t)
27374
27375 (defvar tex-run-command (purecopy "tex") "\
27376 Command used to run TeX subjob.
27377 TeX Mode sets `tex-command' to this string.
27378 See the documentation of that variable.")
27379
27380 (custom-autoload 'tex-run-command "tex-mode" t)
27381
27382 (defvar latex-run-command (purecopy "latex") "\
27383 Command used to run LaTeX subjob.
27384 LaTeX Mode sets `tex-command' to this string.
27385 See the documentation of that variable.")
27386
27387 (custom-autoload 'latex-run-command "tex-mode" t)
27388
27389 (defvar slitex-run-command (purecopy "slitex") "\
27390 Command used to run SliTeX subjob.
27391 SliTeX Mode sets `tex-command' to this string.
27392 See the documentation of that variable.")
27393
27394 (custom-autoload 'slitex-run-command "tex-mode" t)
27395
27396 (defvar tex-start-options (purecopy "") "\
27397 TeX options to use when starting TeX.
27398 These immediately precede the commands in `tex-start-commands'
27399 and the input file name, with no separating space and are not shell-quoted.
27400 If nil, TeX runs with no options. See the documentation of `tex-command'.")
27401
27402 (custom-autoload 'tex-start-options "tex-mode" t)
27403
27404 (defvar tex-start-commands (purecopy "\\nonstopmode\\input") "\
27405 TeX commands to use when starting TeX.
27406 They are shell-quoted and precede the input file name, with a separating space.
27407 If nil, no commands are used. See the documentation of `tex-command'.")
27408
27409 (custom-autoload 'tex-start-commands "tex-mode" t)
27410
27411 (defvar latex-block-names nil "\
27412 User defined LaTeX block names.
27413 Combined with `latex-standard-block-names' for minibuffer completion.")
27414
27415 (custom-autoload 'latex-block-names "tex-mode" t)
27416
27417 (defvar tex-bibtex-command (purecopy "bibtex") "\
27418 Command used by `tex-bibtex-file' to gather bibliographic data.
27419 If this string contains an asterisk (`*'), that is replaced by the file name;
27420 otherwise, the file name, preceded by blank, is added at the end.")
27421
27422 (custom-autoload 'tex-bibtex-command "tex-mode" t)
27423
27424 (defvar tex-dvi-print-command (purecopy "lpr -d") "\
27425 Command used by \\[tex-print] to print a .dvi file.
27426 If this string contains an asterisk (`*'), that is replaced by the file name;
27427 otherwise, the file name, preceded by blank, is added at the end.")
27428
27429 (custom-autoload 'tex-dvi-print-command "tex-mode" t)
27430
27431 (defvar tex-alt-dvi-print-command (purecopy "lpr -d") "\
27432 Command used by \\[tex-print] with a prefix arg to print a .dvi file.
27433 If this string contains an asterisk (`*'), that is replaced by the file name;
27434 otherwise, the file name, preceded by blank, is added at the end.
27435
27436 If two printers are not enough of a choice, you can set the variable
27437 `tex-alt-dvi-print-command' to an expression that asks what you want;
27438 for example,
27439
27440 (setq tex-alt-dvi-print-command
27441 \\='(format \"lpr -P%s\" (read-string \"Use printer: \")))
27442
27443 would tell \\[tex-print] with a prefix argument to ask you which printer to
27444 use.")
27445
27446 (custom-autoload 'tex-alt-dvi-print-command "tex-mode" t)
27447
27448 (defvar tex-dvi-view-command `(cond ((eq window-system 'x) ,(purecopy "xdvi")) ((eq window-system 'w32) ,(purecopy "yap")) (t ,(purecopy "dvi2tty * | cat -s"))) "\
27449 Command used by \\[tex-view] to display a `.dvi' file.
27450 If it is a string, that specifies the command directly.
27451 If this string contains an asterisk (`*'), that is replaced by the file name;
27452 otherwise, the file name, preceded by a space, is added at the end.
27453
27454 If the value is a form, it is evaluated to get the command to use.")
27455
27456 (custom-autoload 'tex-dvi-view-command "tex-mode" t)
27457
27458 (defvar tex-show-queue-command (purecopy "lpq") "\
27459 Command used by \\[tex-show-print-queue] to show the print queue.
27460 Should show the queue(s) that \\[tex-print] puts jobs on.")
27461
27462 (custom-autoload 'tex-show-queue-command "tex-mode" t)
27463
27464 (defvar tex-default-mode 'latex-mode "\
27465 Mode to enter for a new file that might be either TeX or LaTeX.
27466 This variable is used when it can't be determined whether the file
27467 is plain TeX or LaTeX or what because the file contains no commands.
27468 Normally set to either `plain-tex-mode' or `latex-mode'.")
27469
27470 (custom-autoload 'tex-default-mode "tex-mode" t)
27471
27472 (defvar tex-open-quote (purecopy "``") "\
27473 String inserted by typing \\[tex-insert-quote] to open a quotation.")
27474
27475 (custom-autoload 'tex-open-quote "tex-mode" t)
27476
27477 (defvar tex-close-quote (purecopy "''") "\
27478 String inserted by typing \\[tex-insert-quote] to close a quotation.")
27479
27480 (custom-autoload 'tex-close-quote "tex-mode" t)
27481
27482 (autoload 'tex-mode "tex-mode" "\
27483 Major mode for editing files of input for TeX, LaTeX, or SliTeX.
27484 Tries to determine (by looking at the beginning of the file) whether
27485 this file is for plain TeX, LaTeX, or SliTeX and calls `plain-tex-mode',
27486 `latex-mode', or `slitex-mode', respectively. If it cannot be determined,
27487 such as if there are no commands in the file, the value of `tex-default-mode'
27488 says which mode to use.
27489
27490 \(fn)" t nil)
27491
27492 (defalias 'TeX-mode 'tex-mode)
27493
27494 (defalias 'plain-TeX-mode 'plain-tex-mode)
27495
27496 (defalias 'LaTeX-mode 'latex-mode)
27497
27498 (autoload 'plain-tex-mode "tex-mode" "\
27499 Major mode for editing files of input for plain TeX.
27500 Makes $ and } display the characters they match.
27501 Makes \" insert \\=`\\=` when it seems to be the beginning of a quotation,
27502 and \\='\\=' when it appears to be the end; it inserts \" only after a \\.
27503
27504 Use \\[tex-region] to run TeX on the current region, plus a \"header\"
27505 copied from the top of the file (containing macro definitions, etc.),
27506 running TeX under a special subshell. \\[tex-buffer] does the whole buffer.
27507 \\[tex-file] saves the buffer and then processes the file.
27508 \\[tex-print] prints the .dvi file made by any of these.
27509 \\[tex-view] previews the .dvi file made by any of these.
27510 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27511
27512 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27513 mismatched $'s or braces.
27514
27515 Special commands:
27516 \\{plain-tex-mode-map}
27517
27518 Mode variables:
27519 tex-run-command
27520 Command string used by \\[tex-region] or \\[tex-buffer].
27521 tex-directory
27522 Directory in which to create temporary files for TeX jobs
27523 run by \\[tex-region] or \\[tex-buffer].
27524 tex-dvi-print-command
27525 Command string used by \\[tex-print] to print a .dvi file.
27526 tex-alt-dvi-print-command
27527 Alternative command string used by \\[tex-print] (when given a prefix
27528 argument) to print a .dvi file.
27529 tex-dvi-view-command
27530 Command string used by \\[tex-view] to preview a .dvi file.
27531 tex-show-queue-command
27532 Command string used by \\[tex-show-print-queue] to show the print
27533 queue that \\[tex-print] put your job on.
27534
27535 Entering Plain-tex mode runs the hook `text-mode-hook', then the hook
27536 `tex-mode-hook', and finally the hook `plain-tex-mode-hook'. When the
27537 special subshell is initiated, the hook `tex-shell-hook' is run.
27538
27539 \(fn)" t nil)
27540
27541 (autoload 'latex-mode "tex-mode" "\
27542 Major mode for editing files of input for LaTeX.
27543 Makes $ and } display the characters they match.
27544 Makes \" insert \\=`\\=` when it seems to be the beginning of a quotation,
27545 and \\='\\=' when it appears to be the end; it inserts \" only after a \\.
27546
27547 Use \\[tex-region] to run LaTeX on the current region, plus the preamble
27548 copied from the top of the file (containing \\documentstyle, etc.),
27549 running LaTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27550 \\[tex-file] saves the buffer and then processes the file.
27551 \\[tex-print] prints the .dvi file made by any of these.
27552 \\[tex-view] previews the .dvi file made by any of these.
27553 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27554
27555 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27556 mismatched $'s or braces.
27557
27558 Special commands:
27559 \\{latex-mode-map}
27560
27561 Mode variables:
27562 latex-run-command
27563 Command string used by \\[tex-region] or \\[tex-buffer].
27564 tex-directory
27565 Directory in which to create temporary files for LaTeX jobs
27566 run by \\[tex-region] or \\[tex-buffer].
27567 tex-dvi-print-command
27568 Command string used by \\[tex-print] to print a .dvi file.
27569 tex-alt-dvi-print-command
27570 Alternative command string used by \\[tex-print] (when given a prefix
27571 argument) to print a .dvi file.
27572 tex-dvi-view-command
27573 Command string used by \\[tex-view] to preview a .dvi file.
27574 tex-show-queue-command
27575 Command string used by \\[tex-show-print-queue] to show the print
27576 queue that \\[tex-print] put your job on.
27577
27578 Entering Latex mode runs the hook `text-mode-hook', then
27579 `tex-mode-hook', and finally `latex-mode-hook'. When the special
27580 subshell is initiated, `tex-shell-hook' is run.
27581
27582 \(fn)" t nil)
27583
27584 (autoload 'slitex-mode "tex-mode" "\
27585 Major mode for editing files of input for SliTeX.
27586 Makes $ and } display the characters they match.
27587 Makes \" insert \\=`\\=` when it seems to be the beginning of a quotation,
27588 and \\='\\=' when it appears to be the end; it inserts \" only after a \\.
27589
27590 Use \\[tex-region] to run SliTeX on the current region, plus the preamble
27591 copied from the top of the file (containing \\documentstyle, etc.),
27592 running SliTeX under a special subshell. \\[tex-buffer] does the whole buffer.
27593 \\[tex-file] saves the buffer and then processes the file.
27594 \\[tex-print] prints the .dvi file made by any of these.
27595 \\[tex-view] previews the .dvi file made by any of these.
27596 \\[tex-bibtex-file] runs bibtex on the file of the current buffer.
27597
27598 Use \\[tex-validate-buffer] to check buffer for paragraphs containing
27599 mismatched $'s or braces.
27600
27601 Special commands:
27602 \\{slitex-mode-map}
27603
27604 Mode variables:
27605 slitex-run-command
27606 Command string used by \\[tex-region] or \\[tex-buffer].
27607 tex-directory
27608 Directory in which to create temporary files for SliTeX jobs
27609 run by \\[tex-region] or \\[tex-buffer].
27610 tex-dvi-print-command
27611 Command string used by \\[tex-print] to print a .dvi file.
27612 tex-alt-dvi-print-command
27613 Alternative command string used by \\[tex-print] (when given a prefix
27614 argument) to print a .dvi file.
27615 tex-dvi-view-command
27616 Command string used by \\[tex-view] to preview a .dvi file.
27617 tex-show-queue-command
27618 Command string used by \\[tex-show-print-queue] to show the print
27619 queue that \\[tex-print] put your job on.
27620
27621 Entering SliTeX mode runs the hook `text-mode-hook', then the hook
27622 `tex-mode-hook', then the hook `latex-mode-hook', and finally the hook
27623 `slitex-mode-hook'. When the special subshell is initiated, the hook
27624 `tex-shell-hook' is run.
27625
27626 \(fn)" t nil)
27627
27628 (autoload 'tex-start-shell "tex-mode" "\
27629
27630
27631 \(fn)" nil nil)
27632
27633 (autoload 'doctex-mode "tex-mode" "\
27634 Major mode to edit DocTeX files.
27635
27636 \(fn)" t nil)
27637
27638 ;;;***
27639 \f
27640 ;;;### (autoloads nil "texinfmt" "textmodes/texinfmt.el" (22230 48822
27641 ;;;;;; 926218 949000))
27642 ;;; Generated autoloads from textmodes/texinfmt.el
27643
27644 (autoload 'texinfo-format-buffer "texinfmt" "\
27645 Process the current buffer as texinfo code, into an Info file.
27646 The Info file output is generated in a buffer visiting the Info file
27647 name specified in the @setfilename command.
27648
27649 Non-nil argument (prefix, if interactive) means don't make tag table
27650 and don't split the file if large. You can use `Info-tagify' and
27651 `Info-split' to do these manually.
27652
27653 \(fn &optional NOSPLIT)" t nil)
27654
27655 (autoload 'texinfo-format-region "texinfmt" "\
27656 Convert the current region of the Texinfo file to Info format.
27657 This lets you see what that part of the file will look like in Info.
27658 The command is bound to \\[texinfo-format-region]. The text that is
27659 converted to Info is stored in a temporary buffer.
27660
27661 \(fn REGION-BEGINNING REGION-END)" t nil)
27662
27663 (autoload 'texi2info "texinfmt" "\
27664 Convert the current buffer (written in Texinfo code) into an Info file.
27665 The Info file output is generated in a buffer visiting the Info file
27666 names specified in the @setfilename command.
27667
27668 This function automatically updates all node pointers and menus, and
27669 creates a master menu. This work is done on a temporary buffer that
27670 is automatically removed when the Info file is created. The original
27671 Texinfo source buffer is not changed.
27672
27673 Non-nil argument (prefix, if interactive) means don't split the file
27674 if large. You can use `Info-split' to do this manually.
27675
27676 \(fn &optional NOSPLIT)" t nil)
27677
27678 ;;;***
27679 \f
27680 ;;;### (autoloads nil "texinfo" "textmodes/texinfo.el" (22230 48822
27681 ;;;;;; 926218 949000))
27682 ;;; Generated autoloads from textmodes/texinfo.el
27683
27684 (defvar texinfo-open-quote (purecopy "``") "\
27685 String inserted by typing \\[texinfo-insert-quote] to open a quotation.")
27686
27687 (custom-autoload 'texinfo-open-quote "texinfo" t)
27688
27689 (defvar texinfo-close-quote (purecopy "''") "\
27690 String inserted by typing \\[texinfo-insert-quote] to close a quotation.")
27691
27692 (custom-autoload 'texinfo-close-quote "texinfo" t)
27693
27694 (autoload 'texinfo-mode "texinfo" "\
27695 Major mode for editing Texinfo files.
27696
27697 It has these extra commands:
27698 \\{texinfo-mode-map}
27699
27700 These are files that are used as input for TeX to make printed manuals
27701 and also to be turned into Info files with \\[makeinfo-buffer] or
27702 the `makeinfo' program. These files must be written in a very restricted and
27703 modified version of TeX input format.
27704
27705 Editing commands are like text-mode except that the syntax table is
27706 set up so expression commands skip Texinfo bracket groups. To see
27707 what the Info version of a region of the Texinfo file will look like,
27708 use \\[makeinfo-region], which runs `makeinfo' on the current region.
27709
27710 You can show the structure of a Texinfo file with \\[texinfo-show-structure].
27711 This command shows the structure of a Texinfo file by listing the
27712 lines with the @-sign commands for @chapter, @section, and the like.
27713 These lines are displayed in another window called the *Occur* window.
27714 In that window, you can position the cursor over one of the lines and
27715 use \\[occur-mode-goto-occurrence], to jump to the corresponding spot
27716 in the Texinfo file.
27717
27718 In addition, Texinfo mode provides commands that insert various
27719 frequently used @-sign commands into the buffer. You can use these
27720 commands to save keystrokes. And you can insert balanced braces with
27721 \\[texinfo-insert-braces] and later use the command \\[up-list] to
27722 move forward past the closing brace.
27723
27724 Also, Texinfo mode provides functions for automatically creating or
27725 updating menus and node pointers. These functions
27726
27727 * insert the `Next', `Previous' and `Up' pointers of a node,
27728 * insert or update the menu for a section, and
27729 * create a master menu for a Texinfo source file.
27730
27731 Here are the functions:
27732
27733 texinfo-update-node \\[texinfo-update-node]
27734 texinfo-every-node-update \\[texinfo-every-node-update]
27735 texinfo-sequential-node-update
27736
27737 texinfo-make-menu \\[texinfo-make-menu]
27738 texinfo-all-menus-update \\[texinfo-all-menus-update]
27739 texinfo-master-menu
27740
27741 texinfo-indent-menu-description (column &optional region-p)
27742
27743 The `texinfo-column-for-description' variable specifies the column to
27744 which menu descriptions are indented.
27745
27746 Passed an argument (a prefix argument, if interactive), the
27747 `texinfo-update-node' and `texinfo-make-menu' functions do their jobs
27748 in the region.
27749
27750 To use the updating commands, you must structure your Texinfo file
27751 hierarchically, such that each `@node' line, with the exception of the
27752 Top node, is accompanied by some kind of section line, such as an
27753 `@chapter' or `@section' line.
27754
27755 If the file has a `top' node, it must be called `top' or `Top' and
27756 be the first node in the file.
27757
27758 Entering Texinfo mode calls the value of `text-mode-hook', and then the
27759 value of `texinfo-mode-hook'.
27760
27761 \(fn)" t nil)
27762
27763 ;;;***
27764 \f
27765 ;;;### (autoloads nil "thai-util" "language/thai-util.el" (22230
27766 ;;;;;; 48822 774219 635000))
27767 ;;; Generated autoloads from language/thai-util.el
27768
27769 (autoload 'thai-compose-region "thai-util" "\
27770 Compose Thai characters in the region.
27771 When called from a program, expects two arguments,
27772 positions (integers or markers) specifying the region.
27773
27774 \(fn BEG END)" t nil)
27775
27776 (autoload 'thai-compose-string "thai-util" "\
27777 Compose Thai characters in STRING and return the resulting string.
27778
27779 \(fn STRING)" nil nil)
27780
27781 (autoload 'thai-compose-buffer "thai-util" "\
27782 Compose Thai characters in the current buffer.
27783
27784 \(fn)" t nil)
27785
27786 (autoload 'thai-composition-function "thai-util" "\
27787
27788
27789 \(fn GSTRING)" nil nil)
27790
27791 ;;;***
27792 \f
27793 ;;;### (autoloads nil "thingatpt" "thingatpt.el" (22230 48822 927218
27794 ;;;;;; 945000))
27795 ;;; Generated autoloads from thingatpt.el
27796
27797 (autoload 'forward-thing "thingatpt" "\
27798 Move forward to the end of the Nth next THING.
27799 THING should be a symbol specifying a type of syntactic entity.
27800 Possibilities include `symbol', `list', `sexp', `defun',
27801 `filename', `url', `email', `word', `sentence', `whitespace',
27802 `line', and `page'.
27803
27804 \(fn THING &optional N)" nil nil)
27805
27806 (autoload 'bounds-of-thing-at-point "thingatpt" "\
27807 Determine the start and end buffer locations for the THING at point.
27808 THING should be a symbol specifying a type of syntactic entity.
27809 Possibilities include `symbol', `list', `sexp', `defun',
27810 `filename', `url', `email', `word', `sentence', `whitespace',
27811 `line', and `page'.
27812
27813 See the file `thingatpt.el' for documentation on how to define a
27814 valid THING.
27815
27816 Return a cons cell (START . END) giving the start and end
27817 positions of the thing found.
27818
27819 \(fn THING)" nil nil)
27820
27821 (autoload 'thing-at-point "thingatpt" "\
27822 Return the THING at point.
27823 THING should be a symbol specifying a type of syntactic entity.
27824 Possibilities include `symbol', `list', `sexp', `defun',
27825 `filename', `url', `email', `word', `sentence', `whitespace',
27826 `line', `number', and `page'.
27827
27828 When the optional argument NO-PROPERTIES is non-nil,
27829 strip text properties from the return value.
27830
27831 See the file `thingatpt.el' for documentation on how to define
27832 a symbol as a valid THING.
27833
27834 \(fn THING &optional NO-PROPERTIES)" nil nil)
27835
27836 (autoload 'sexp-at-point "thingatpt" "\
27837 Return the sexp at point, or nil if none is found.
27838
27839 \(fn)" nil nil)
27840
27841 (autoload 'symbol-at-point "thingatpt" "\
27842 Return the symbol at point, or nil if none is found.
27843
27844 \(fn)" nil nil)
27845
27846 (autoload 'number-at-point "thingatpt" "\
27847 Return the number at point, or nil if none is found.
27848
27849 \(fn)" nil nil)
27850
27851 (autoload 'list-at-point "thingatpt" "\
27852 Return the Lisp list at point, or nil if none is found.
27853
27854 \(fn)" nil nil)
27855
27856 ;;;***
27857 \f
27858 ;;;### (autoloads nil "thumbs" "thumbs.el" (22230 48822 927218 945000))
27859 ;;; Generated autoloads from thumbs.el
27860
27861 (autoload 'thumbs-find-thumb "thumbs" "\
27862 Display the thumbnail for IMG.
27863
27864 \(fn IMG)" t nil)
27865
27866 (autoload 'thumbs-show-from-dir "thumbs" "\
27867 Make a preview buffer for all images in DIR.
27868 Optional argument REG to select file matching a regexp,
27869 and SAME-WINDOW to show thumbs in the same window.
27870
27871 \(fn DIR &optional REG SAME-WINDOW)" t nil)
27872
27873 (autoload 'thumbs-dired-show-marked "thumbs" "\
27874 In dired, make a thumbs buffer with marked files.
27875
27876 \(fn)" t nil)
27877
27878 (autoload 'thumbs-dired-show "thumbs" "\
27879 In dired, make a thumbs buffer with all files in current directory.
27880
27881 \(fn)" t nil)
27882
27883 (defalias 'thumbs 'thumbs-show-from-dir)
27884
27885 (autoload 'thumbs-dired-setroot "thumbs" "\
27886 In dired, call the setroot program on the image at point.
27887
27888 \(fn)" t nil)
27889
27890 ;;;***
27891 \f
27892 ;;;### (autoloads nil "thunk" "emacs-lisp/thunk.el" (22230 48822
27893 ;;;;;; 697219 983000))
27894 ;;; Generated autoloads from emacs-lisp/thunk.el
27895 (push (purecopy '(thunk 1 0)) package--builtin-versions)
27896
27897 ;;;***
27898 \f
27899 ;;;### (autoloads nil "tibet-util" "language/tibet-util.el" (22230
27900 ;;;;;; 48822 775219 631000))
27901 ;;; Generated autoloads from language/tibet-util.el
27902
27903 (autoload 'tibetan-char-p "tibet-util" "\
27904 Check if char CH is Tibetan character.
27905 Returns non-nil if CH is Tibetan. Otherwise, returns nil.
27906
27907 \(fn CH)" nil nil)
27908
27909 (autoload 'tibetan-tibetan-to-transcription "tibet-util" "\
27910 Transcribe Tibetan string STR and return the corresponding Roman string.
27911
27912 \(fn STR)" nil nil)
27913
27914 (autoload 'tibetan-transcription-to-tibetan "tibet-util" "\
27915 Convert Tibetan Roman string STR to Tibetan character string.
27916 The returned string has no composition information.
27917
27918 \(fn STR)" nil nil)
27919
27920 (autoload 'tibetan-compose-string "tibet-util" "\
27921 Compose Tibetan string STR.
27922
27923 \(fn STR)" nil nil)
27924
27925 (autoload 'tibetan-compose-region "tibet-util" "\
27926 Compose Tibetan text the region BEG and END.
27927
27928 \(fn BEG END)" t nil)
27929
27930 (autoload 'tibetan-decompose-region "tibet-util" "\
27931 Decompose Tibetan text in the region FROM and TO.
27932 This is different from decompose-region because precomposed Tibetan characters
27933 are decomposed into normal Tibetan character sequences.
27934
27935 \(fn FROM TO)" t nil)
27936
27937 (autoload 'tibetan-decompose-string "tibet-util" "\
27938 Decompose Tibetan string STR.
27939 This is different from decompose-string because precomposed Tibetan characters
27940 are decomposed into normal Tibetan character sequences.
27941
27942 \(fn STR)" nil nil)
27943
27944 (autoload 'tibetan-decompose-buffer "tibet-util" "\
27945 Decomposes Tibetan characters in the buffer into their components.
27946 See also the documentation of the function `tibetan-decompose-region'.
27947
27948 \(fn)" t nil)
27949
27950 (autoload 'tibetan-compose-buffer "tibet-util" "\
27951 Composes Tibetan character components in the buffer.
27952 See also docstring of the function tibetan-compose-region.
27953
27954 \(fn)" t nil)
27955
27956 (autoload 'tibetan-post-read-conversion "tibet-util" "\
27957
27958
27959 \(fn LEN)" nil nil)
27960
27961 (autoload 'tibetan-pre-write-conversion "tibet-util" "\
27962
27963
27964 \(fn FROM TO)" nil nil)
27965
27966 (autoload 'tibetan-pre-write-canonicalize-for-unicode "tibet-util" "\
27967
27968
27969 \(fn FROM TO)" nil nil)
27970
27971 ;;;***
27972 \f
27973 ;;;### (autoloads nil "tildify" "textmodes/tildify.el" (22230 48822
27974 ;;;;;; 926218 949000))
27975 ;;; Generated autoloads from textmodes/tildify.el
27976 (push (purecopy '(tildify 4 6 1)) package--builtin-versions)
27977
27978 (autoload 'tildify-region "tildify" "\
27979 Add hard spaces in the region between BEG and END.
27980 See variables `tildify-pattern', `tildify-space-string', and
27981 `tildify-ignored-environments-alist' for information about configuration
27982 parameters.
27983 This function performs no refilling of the changed text.
27984 If DONT-ASK is set, or called interactively with prefix argument, user
27985 won't be prompted for confirmation of each substitution.
27986
27987 \(fn BEG END &optional DONT-ASK)" t nil)
27988
27989 (autoload 'tildify-buffer "tildify" "\
27990 Add hard spaces in the current buffer.
27991 See variables `tildify-pattern', `tildify-space-string', and
27992 `tildify-ignored-environments-alist' for information about configuration
27993 parameters.
27994 This function performs no refilling of the changed text.
27995 If DONT-ASK is set, or called interactively with prefix argument, user
27996 won't be prompted for confirmation of each substitution.
27997
27998 \(fn &optional DONT-ASK)" t nil)
27999
28000 (autoload 'tildify-space "tildify" "\
28001 Convert space before point into a hard space if the context is right.
28002
28003 If
28004 * character before point is a space character,
28005 * character before that has \"w\" character syntax (i.e. it's a word
28006 constituent),
28007 * `tildify-space-pattern' matches when `looking-back' (no more than 10
28008 characters) from before the space character, and
28009 * all predicates in `tildify-space-predicates' return non-nil,
28010 replace the space character with value of `tildify-space-string' and
28011 return t.
28012
28013 Otherwise, if
28014 * `tildify-double-space-undos' variable is non-nil,
28015 * character before point is a space character, and
28016 * text before that is a hard space as defined by
28017 `tildify-space-string' variable,
28018 remove the hard space and leave only the space character.
28019
28020 This function is meant to be used as a `post-self-insert-hook'.
28021
28022 \(fn)" t nil)
28023
28024 (autoload 'tildify-mode "tildify" "\
28025 Adds electric behavior to space character.
28026
28027 When space is inserted into a buffer in a position where hard space is required
28028 instead (determined by `tildify-space-pattern' and `tildify-space-predicates'),
28029 that space character is replaced by a hard space specified by
28030 `tildify-space-string'. Converting of the space is done by `tildify-space'.
28031
28032 When `tildify-mode' is enabled, if `tildify-string-alist' specifies a hard space
28033 representation for current major mode, the `tildify-space-string' buffer-local
28034 variable will be set to the representation.
28035
28036 \(fn &optional ARG)" t nil)
28037
28038 ;;;***
28039 \f
28040 ;;;### (autoloads nil "time" "time.el" (22230 48822 927218 945000))
28041 ;;; Generated autoloads from time.el
28042
28043 (defvar display-time-day-and-date nil "\
28044 Non-nil means \\[display-time] should display day and date as well as time.")
28045
28046 (custom-autoload 'display-time-day-and-date "time" t)
28047 (put 'display-time-string 'risky-local-variable t)
28048
28049 (autoload 'display-time "time" "\
28050 Enable display of time, load level, and mail flag in mode lines.
28051 This display updates automatically every minute.
28052 If `display-time-day-and-date' is non-nil, the current day and date
28053 are displayed as well.
28054 This runs the normal hook `display-time-hook' after each update.
28055
28056 \(fn)" t nil)
28057
28058 (defvar display-time-mode nil "\
28059 Non-nil if Display-Time mode is enabled.
28060 See the command `display-time-mode' for a description of this minor mode.
28061 Setting this variable directly does not take effect;
28062 either customize it (see the info node `Easy Customization')
28063 or call the function `display-time-mode'.")
28064
28065 (custom-autoload 'display-time-mode "time" nil)
28066
28067 (autoload 'display-time-mode "time" "\
28068 Toggle display of time, load level, and mail flag in mode lines.
28069 With a prefix argument ARG, enable Display Time mode if ARG is
28070 positive, and disable it otherwise. If called from Lisp, enable
28071 it if ARG is omitted or nil.
28072
28073 When Display Time mode is enabled, it updates every minute (you
28074 can control the number of seconds between updates by customizing
28075 `display-time-interval'). If `display-time-day-and-date' is
28076 non-nil, the current day and date are displayed as well. This
28077 runs the normal hook `display-time-hook' after each update.
28078
28079 \(fn &optional ARG)" t nil)
28080
28081 (autoload 'display-time-world "time" "\
28082 Enable updating display of times in various time zones.
28083 `display-time-world-list' specifies the zones.
28084 To turn off the world time display, go to that window and type `q'.
28085
28086 \(fn)" t nil)
28087
28088 (autoload 'emacs-uptime "time" "\
28089 Return a string giving the uptime of this instance of Emacs.
28090 FORMAT is a string to format the result, using `format-seconds'.
28091 For example, the Unix uptime command format is \"%D, %z%2h:%.2m\".
28092
28093 \(fn &optional FORMAT)" t nil)
28094
28095 (autoload 'emacs-init-time "time" "\
28096 Return a string giving the duration of the Emacs initialization.
28097
28098 \(fn)" t nil)
28099
28100 ;;;***
28101 \f
28102 ;;;### (autoloads nil "time-date" "calendar/time-date.el" (22230
28103 ;;;;;; 48822 653220 181000))
28104 ;;; Generated autoloads from calendar/time-date.el
28105
28106 (autoload 'date-to-time "time-date" "\
28107 Parse a string DATE that represents a date-time and return a time value.
28108 If DATE lacks timezone information, GMT is assumed.
28109
28110 \(fn DATE)" nil nil)
28111 (if (or (featurep 'emacs)
28112 (and (fboundp 'float-time)
28113 (subrp (symbol-function 'float-time))))
28114 (defalias 'time-to-seconds 'float-time)
28115 (autoload 'time-to-seconds "time-date"))
28116
28117 (autoload 'seconds-to-time "time-date" "\
28118 Convert SECONDS to a time value.
28119
28120 \(fn SECONDS)" nil nil)
28121
28122 (autoload 'days-to-time "time-date" "\
28123 Convert DAYS into a time value.
28124
28125 \(fn DAYS)" nil nil)
28126
28127 (autoload 'time-since "time-date" "\
28128 Return the time elapsed since TIME.
28129 TIME should be either a time value or a date-time string.
28130
28131 \(fn TIME)" nil nil)
28132
28133 (defalias 'subtract-time 'time-subtract)
28134 (autoload 'time-add "time-date")
28135 (autoload 'time-subtract "time-date")
28136 (autoload 'time-less-p "time-date")
28137
28138 (autoload 'date-to-day "time-date" "\
28139 Return the number of days between year 1 and DATE.
28140 DATE should be a date-time string.
28141
28142 \(fn DATE)" nil nil)
28143
28144 (autoload 'days-between "time-date" "\
28145 Return the number of days between DATE1 and DATE2.
28146 DATE1 and DATE2 should be date-time strings.
28147
28148 \(fn DATE1 DATE2)" nil nil)
28149
28150 (autoload 'date-leap-year-p "time-date" "\
28151 Return t if YEAR is a leap year.
28152
28153 \(fn YEAR)" nil nil)
28154
28155 (autoload 'time-to-day-in-year "time-date" "\
28156 Return the day number within the year corresponding to TIME.
28157
28158 \(fn TIME)" nil nil)
28159
28160 (autoload 'time-to-days "time-date" "\
28161 The number of days between the Gregorian date 0001-12-31bce and TIME.
28162 TIME should be a time value.
28163 The Gregorian date Sunday, December 31, 1bce is imaginary.
28164
28165 \(fn TIME)" nil nil)
28166
28167 (autoload 'safe-date-to-time "time-date" "\
28168 Parse a string DATE that represents a date-time and return a time value.
28169 If DATE is malformed, return a time value of zeros.
28170
28171 \(fn DATE)" nil nil)
28172
28173 (autoload 'format-seconds "time-date" "\
28174 Use format control STRING to format the number SECONDS.
28175 The valid format specifiers are:
28176 %y is the number of (365-day) years.
28177 %d is the number of days.
28178 %h is the number of hours.
28179 %m is the number of minutes.
28180 %s is the number of seconds.
28181 %z is a non-printing control flag (see below).
28182 %% is a literal \"%\".
28183
28184 Upper-case specifiers are followed by the unit-name (e.g. \"years\").
28185 Lower-case specifiers return only the unit.
28186
28187 \"%\" may be followed by a number specifying a width, with an
28188 optional leading \".\" for zero-padding. For example, \"%.3Y\" will
28189 return something of the form \"001 year\".
28190
28191 The \"%z\" specifier does not print anything. When it is used, specifiers
28192 must be given in order of decreasing size. To the left of \"%z\", nothing
28193 is output until the first non-zero unit is encountered.
28194
28195 This function does not work for SECONDS greater than `most-positive-fixnum'.
28196
28197 \(fn STRING SECONDS)" nil nil)
28198
28199 (autoload 'seconds-to-string "time-date" "\
28200 Convert the time interval in seconds to a short string.
28201
28202 \(fn DELAY)" nil nil)
28203
28204 ;;;***
28205 \f
28206 ;;;### (autoloads nil "time-stamp" "time-stamp.el" (22230 48822 927218
28207 ;;;;;; 945000))
28208 ;;; Generated autoloads from time-stamp.el
28209 (put 'time-stamp-format 'safe-local-variable 'stringp)
28210 (put 'time-stamp-time-zone 'safe-local-variable 'string-or-null-p)
28211 (put 'time-stamp-line-limit 'safe-local-variable 'integerp)
28212 (put 'time-stamp-start 'safe-local-variable 'stringp)
28213 (put 'time-stamp-end 'safe-local-variable 'stringp)
28214 (put 'time-stamp-inserts-lines 'safe-local-variable 'symbolp)
28215 (put 'time-stamp-count 'safe-local-variable 'integerp)
28216 (put 'time-stamp-pattern 'safe-local-variable 'stringp)
28217
28218 (autoload 'time-stamp "time-stamp" "\
28219 Update the time stamp string(s) in the buffer.
28220 A template in a file can be automatically updated with a new time stamp
28221 every time you save the file. Add this line to your init file:
28222 (add-hook \\='before-save-hook \\='time-stamp)
28223 or customize `before-save-hook' through Custom.
28224 Normally the template must appear in the first 8 lines of a file and
28225 look like one of the following:
28226 Time-stamp: <>
28227 Time-stamp: \" \"
28228 The time stamp is written between the brackets or quotes:
28229 Time-stamp: <2001-02-18 10:20:51 gildea>
28230 The time stamp is updated only if the variable `time-stamp-active' is non-nil.
28231 The format of the time stamp is set by the variable `time-stamp-pattern' or
28232 `time-stamp-format'. The variables `time-stamp-pattern',
28233 `time-stamp-line-limit', `time-stamp-start', `time-stamp-end',
28234 `time-stamp-count', and `time-stamp-inserts-lines' control finding
28235 the template.
28236
28237 \(fn)" t nil)
28238
28239 (autoload 'time-stamp-toggle-active "time-stamp" "\
28240 Toggle `time-stamp-active', setting whether \\[time-stamp] updates a buffer.
28241 With ARG, turn time stamping on if and only if arg is positive.
28242
28243 \(fn &optional ARG)" t nil)
28244
28245 ;;;***
28246 \f
28247 ;;;### (autoloads nil "timeclock" "calendar/timeclock.el" (22230
28248 ;;;;;; 48822 654220 177000))
28249 ;;; Generated autoloads from calendar/timeclock.el
28250 (push (purecopy '(timeclock 2 6 1)) package--builtin-versions)
28251
28252 (defvar timeclock-mode-line-display nil "\
28253 Non-nil if Timeclock-Mode-Line-Display mode is enabled.
28254 See the command `timeclock-mode-line-display' for a description of this minor mode.
28255 Setting this variable directly does not take effect;
28256 either customize it (see the info node `Easy Customization')
28257 or call the function `timeclock-mode-line-display'.")
28258
28259 (custom-autoload 'timeclock-mode-line-display "timeclock" nil)
28260
28261 (autoload 'timeclock-mode-line-display "timeclock" "\
28262 Toggle display of the amount of time left today in the mode line.
28263 If `timeclock-use-display-time' is non-nil (the default), then
28264 the function `display-time-mode' must be active, and the mode line
28265 will be updated whenever the time display is updated. Otherwise,
28266 the timeclock will use its own sixty second timer to do its
28267 updating. With prefix ARG, turn mode line display on if and only
28268 if ARG is positive. Returns the new status of timeclock mode line
28269 display (non-nil means on).
28270
28271 \(fn &optional ARG)" t nil)
28272
28273 (autoload 'timeclock-in "timeclock" "\
28274 Clock in, recording the current time moment in the timelog.
28275 With a numeric prefix ARG, record the fact that today has only that
28276 many hours in it to be worked. If ARG is a non-numeric prefix argument
28277 \(non-nil, but not a number), 0 is assumed (working on a holiday or
28278 weekend). *If not called interactively, ARG should be the number of
28279 _seconds_ worked today*. This feature only has effect the first time
28280 this function is called within a day.
28281
28282 PROJECT is the project being clocked into. If PROJECT is nil, and
28283 FIND-PROJECT is non-nil -- or the user calls `timeclock-in'
28284 interactively -- call the function `timeclock-get-project-function' to
28285 discover the name of the project.
28286
28287 \(fn &optional ARG PROJECT FIND-PROJECT)" t nil)
28288
28289 (autoload 'timeclock-out "timeclock" "\
28290 Clock out, recording the current time moment in the timelog.
28291 If a prefix ARG is given, the user has completed the project that was
28292 begun during the last time segment.
28293
28294 REASON is the user's reason for clocking out. If REASON is nil, and
28295 FIND-REASON is non-nil -- or the user calls `timeclock-out'
28296 interactively -- call the function `timeclock-get-reason-function' to
28297 discover the reason.
28298
28299 \(fn &optional ARG REASON FIND-REASON)" t nil)
28300
28301 (autoload 'timeclock-status-string "timeclock" "\
28302 Report the overall timeclock status at the present moment.
28303 If SHOW-SECONDS is non-nil, display second resolution.
28304 If TODAY-ONLY is non-nil, the display will be relative only to time
28305 worked today, ignoring the time worked on previous days.
28306
28307 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28308
28309 (autoload 'timeclock-change "timeclock" "\
28310 Change to working on a different project.
28311 This clocks out of the current project, then clocks in on a new one.
28312 With a prefix ARG, consider the previous project as finished at the
28313 time of changeover. PROJECT is the name of the last project you were
28314 working on.
28315
28316 \(fn &optional ARG PROJECT)" t nil)
28317
28318 (autoload 'timeclock-query-out "timeclock" "\
28319 Ask the user whether to clock out.
28320 This is a useful function for adding to `kill-emacs-query-functions'.
28321
28322 \(fn)" nil nil)
28323
28324 (autoload 'timeclock-reread-log "timeclock" "\
28325 Re-read the timeclock, to account for external changes.
28326 Returns the new value of `timeclock-discrepancy'.
28327
28328 \(fn)" t nil)
28329
28330 (autoload 'timeclock-workday-remaining-string "timeclock" "\
28331 Return a string representing the amount of time left today.
28332 Display second resolution if SHOW-SECONDS is non-nil. If TODAY-ONLY
28333 is non-nil, the display will be relative only to time worked today.
28334 See `timeclock-relative' for more information about the meaning of
28335 \"relative to today\".
28336
28337 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28338
28339 (autoload 'timeclock-workday-elapsed-string "timeclock" "\
28340 Return a string representing the amount of time worked today.
28341 Display seconds resolution if SHOW-SECONDS is non-nil. If RELATIVE is
28342 non-nil, the amount returned will be relative to past time worked.
28343
28344 \(fn &optional SHOW-SECONDS)" t nil)
28345
28346 (autoload 'timeclock-when-to-leave-string "timeclock" "\
28347 Return a string representing the end of today's workday.
28348 This string is relative to the value of `timeclock-workday'. If
28349 SHOW-SECONDS is non-nil, the value printed/returned will include
28350 seconds. If TODAY-ONLY is non-nil, the value returned will be
28351 relative only to the time worked today, and not to past time.
28352
28353 \(fn &optional SHOW-SECONDS TODAY-ONLY)" t nil)
28354
28355 ;;;***
28356 \f
28357 ;;;### (autoloads nil "titdic-cnv" "international/titdic-cnv.el"
28358 ;;;;;; (22230 48822 767219 667000))
28359 ;;; Generated autoloads from international/titdic-cnv.el
28360
28361 (autoload 'titdic-convert "titdic-cnv" "\
28362 Convert a TIT dictionary of FILENAME into a Quail package.
28363 Optional argument DIRNAME if specified is the directory name under which
28364 the generated Quail package is saved.
28365
28366 \(fn FILENAME &optional DIRNAME)" t nil)
28367
28368 (autoload 'batch-titdic-convert "titdic-cnv" "\
28369 Run `titdic-convert' on the files remaining on the command line.
28370 Use this from the command line, with `-batch';
28371 it won't work in an interactive Emacs.
28372 For example, invoke \"emacs -batch -f batch-titdic-convert XXX.tit\" to
28373 generate Quail package file \"xxx.el\" from TIT dictionary file \"XXX.tit\".
28374 To get complete usage, invoke \"emacs -batch -f batch-titdic-convert -h\".
28375
28376 \(fn &optional FORCE)" nil nil)
28377
28378 ;;;***
28379 \f
28380 ;;;### (autoloads nil "tmm" "tmm.el" (22230 48822 928218 940000))
28381 ;;; Generated autoloads from tmm.el
28382 (define-key global-map "\M-`" 'tmm-menubar)
28383 (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse)
28384
28385 (autoload 'tmm-menubar "tmm" "\
28386 Text-mode emulation of looking and choosing from a menubar.
28387 See the documentation for `tmm-prompt'.
28388 X-POSITION, if non-nil, specifies a horizontal position within the menu bar;
28389 we make that menu bar item (the one at that position) the default choice.
28390
28391 Note that \\[menu-bar-open] by default drops down TTY menus; if you want it
28392 to invoke `tmm-menubar' instead, customize the variable
28393 `tty-menu-open-use-tmm' to a non-nil value.
28394
28395 \(fn &optional X-POSITION)" t nil)
28396
28397 (autoload 'tmm-menubar-mouse "tmm" "\
28398 Text-mode emulation of looking and choosing from a menubar.
28399 This command is used when you click the mouse in the menubar
28400 on a console which has no window system but does have a mouse.
28401 See the documentation for `tmm-prompt'.
28402
28403 \(fn EVENT)" t nil)
28404
28405 (autoload 'tmm-prompt "tmm" "\
28406 Text-mode emulation of calling the bindings in keymap.
28407 Creates a text-mode menu of possible choices. You can access the elements
28408 in the menu in two ways:
28409 *) via history mechanism from minibuffer;
28410 *) Or via completion-buffer that is automatically shown.
28411 The last alternative is currently a hack, you cannot use mouse reliably.
28412
28413 MENU is like the MENU argument to `x-popup-menu': either a
28414 keymap or an alist of alists.
28415 DEFAULT-ITEM, if non-nil, specifies an initial default choice.
28416 Its value should be an event that has a binding in MENU.
28417
28418 \(fn MENU &optional IN-POPUP DEFAULT-ITEM)" nil nil)
28419
28420 ;;;***
28421 \f
28422 ;;;### (autoloads nil "todo-mode" "calendar/todo-mode.el" (22230
28423 ;;;;;; 48822 655220 172000))
28424 ;;; Generated autoloads from calendar/todo-mode.el
28425
28426 (autoload 'todo-show "todo-mode" "\
28427 Visit a todo file and display one of its categories.
28428
28429 When invoked in Todo mode, prompt for which todo file to visit.
28430 When invoked outside of Todo mode with non-nil prefix argument
28431 SOLICIT-FILE prompt for which todo file to visit; otherwise visit
28432 `todo-default-todo-file'. Subsequent invocations from outside
28433 of Todo mode revisit this file or, with option
28434 `todo-show-current-file' non-nil (the default), whichever todo
28435 file was last visited.
28436
28437 If you call this command before you have created any todo file in
28438 the current format, and you have an todo file in old format, it
28439 will ask you whether to convert that file and show it.
28440 Otherwise, calling this command before any todo file exists
28441 prompts for a file name and an initial category (defaulting to
28442 `todo-initial-file' and `todo-initial-category'), creates both of
28443 these, visits the file and displays the category, and if option
28444 `todo-add-item-if-new-category' is non-nil (the default), prompts
28445 for the first item.
28446
28447 The first invocation of this command on an existing todo file
28448 interacts with the option `todo-show-first': if its value is
28449 `first' (the default), show the first category in the file; if
28450 its value is `table', show the table of categories in the file;
28451 if its value is one of `top', `diary' or `regexp', show the
28452 corresponding saved top priorities, diary items, or regexp items
28453 file, if any. Subsequent invocations always show the file's
28454 current (i.e., last displayed) category.
28455
28456 In Todo mode just the category's unfinished todo items are shown
28457 by default. The done items are hidden, but typing
28458 `\\[todo-toggle-view-done-items]' displays them below the todo
28459 items. With non-nil user option `todo-show-with-done' both todo
28460 and done items are always shown on visiting a category.
28461
28462 Invoking this command in Todo Archive mode visits the
28463 corresponding todo file, displaying the corresponding category.
28464
28465 \(fn &optional SOLICIT-FILE INTERACTIVE)" t nil)
28466
28467 (autoload 'todo-mode "todo-mode" "\
28468 Major mode for displaying, navigating and editing todo lists.
28469
28470 \\{todo-mode-map}
28471
28472 \(fn)" t nil)
28473
28474 (autoload 'todo-archive-mode "todo-mode" "\
28475 Major mode for archived todo categories.
28476
28477 \\{todo-archive-mode-map}
28478
28479 \(fn)" t nil)
28480
28481 (autoload 'todo-filtered-items-mode "todo-mode" "\
28482 Mode for displaying and reprioritizing top priority Todo.
28483
28484 \\{todo-filtered-items-mode-map}
28485
28486 \(fn)" t nil)
28487
28488 ;;;***
28489 \f
28490 ;;;### (autoloads nil "tool-bar" "tool-bar.el" (22230 48822 928218
28491 ;;;;;; 940000))
28492 ;;; Generated autoloads from tool-bar.el
28493
28494 (autoload 'toggle-tool-bar-mode-from-frame "tool-bar" "\
28495 Toggle tool bar on or off, based on the status of the current frame.
28496 See `tool-bar-mode' for more information.
28497
28498 \(fn &optional ARG)" t nil)
28499
28500 (autoload 'tool-bar-add-item "tool-bar" "\
28501 Add an item to the tool bar.
28502 ICON names the image, DEF is the key definition and KEY is a symbol
28503 for the fake function key in the menu keymap. Remaining arguments
28504 PROPS are additional items to add to the menu item specification. See
28505 Info node `(elisp)Tool Bar'. Items are added from left to right.
28506
28507 ICON is the base name of a file containing the image to use. The
28508 function will first try to use low-color/ICON.xpm if `display-color-cells'
28509 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28510 ICON.xbm, using `find-image'.
28511
28512 Use this function only to make bindings in the global value of `tool-bar-map'.
28513 To define items in any other map, use `tool-bar-local-item'.
28514
28515 \(fn ICON DEF KEY &rest PROPS)" nil nil)
28516
28517 (autoload 'tool-bar-local-item "tool-bar" "\
28518 Add an item to the tool bar in map MAP.
28519 ICON names the image, DEF is the key definition and KEY is a symbol
28520 for the fake function key in the menu keymap. Remaining arguments
28521 PROPS are additional items to add to the menu item specification. See
28522 Info node `(elisp)Tool Bar'. Items are added from left to right.
28523
28524 ICON is the base name of a file containing the image to use. The
28525 function will first try to use low-color/ICON.xpm if `display-color-cells'
28526 is less or equal to 256, then ICON.xpm, then ICON.pbm, and finally
28527 ICON.xbm, using `find-image'.
28528
28529 \(fn ICON DEF KEY MAP &rest PROPS)" nil nil)
28530
28531 (autoload 'tool-bar-add-item-from-menu "tool-bar" "\
28532 Define tool bar binding for COMMAND in keymap MAP using the given ICON.
28533 This makes a binding for COMMAND in `tool-bar-map', copying its
28534 binding from the menu bar in MAP (which defaults to `global-map'), but
28535 modifies the binding by adding an image specification for ICON. It
28536 finds ICON just like `tool-bar-add-item'. PROPS are additional
28537 properties to add to the binding.
28538
28539 MAP must contain appropriate binding for `[menu-bar]' which holds a keymap.
28540
28541 Use this function only to make bindings in the global value of `tool-bar-map'.
28542 To define items in any other map, use `tool-bar-local-item-from-menu'.
28543
28544 \(fn COMMAND ICON &optional MAP &rest PROPS)" nil nil)
28545
28546 (autoload 'tool-bar-local-item-from-menu "tool-bar" "\
28547 Define local tool bar binding for COMMAND using the given ICON.
28548 This makes a binding for COMMAND in IN-MAP, copying its binding from
28549 the menu bar in FROM-MAP (which defaults to `global-map'), but
28550 modifies the binding by adding an image specification for ICON. It
28551 finds ICON just like `tool-bar-add-item'. PROPS are additional
28552 properties to add to the binding.
28553
28554 FROM-MAP must contain appropriate binding for `[menu-bar]' which
28555 holds a keymap.
28556
28557 \(fn COMMAND ICON IN-MAP &optional FROM-MAP &rest PROPS)" nil nil)
28558
28559 ;;;***
28560 \f
28561 ;;;### (autoloads nil "tq" "emacs-lisp/tq.el" (22230 48822 698219
28562 ;;;;;; 978000))
28563 ;;; Generated autoloads from emacs-lisp/tq.el
28564
28565 (autoload 'tq-create "tq" "\
28566 Create and return a transaction queue communicating with PROCESS.
28567 PROCESS should be a subprocess capable of sending and receiving
28568 streams of bytes. It may be a local process, or it may be connected
28569 to a tcp server on another machine.
28570
28571 \(fn PROCESS)" nil nil)
28572
28573 ;;;***
28574 \f
28575 ;;;### (autoloads nil "trace" "emacs-lisp/trace.el" (22230 48822
28576 ;;;;;; 698219 978000))
28577 ;;; Generated autoloads from emacs-lisp/trace.el
28578
28579 (defvar trace-buffer "*trace-output*" "\
28580 Trace output will by default go to that buffer.")
28581
28582 (custom-autoload 'trace-buffer "trace" t)
28583
28584 (autoload 'trace-values "trace" "\
28585 Helper function to get internal values.
28586 You can call this function to add internal values in the trace buffer.
28587
28588 \(fn &rest VALUES)" nil nil)
28589
28590 (autoload 'trace-function-foreground "trace" "\
28591 Trace calls to function FUNCTION.
28592 With a prefix argument, also prompt for the trace buffer (default
28593 `trace-buffer'), and a Lisp expression CONTEXT.
28594
28595 Tracing a function causes every call to that function to insert
28596 into BUFFER Lisp-style trace messages that display the function's
28597 arguments and return values. It also evaluates CONTEXT, if that is
28598 non-nil, and inserts its value too. For example, you can use this
28599 to track the current buffer, or position of point.
28600
28601 This function creates BUFFER if it does not exist. This buffer will
28602 popup whenever FUNCTION is called. Do not use this function to trace
28603 functions that switch buffers, or do any other display-oriented
28604 stuff - use `trace-function-background' instead.
28605
28606 To stop tracing a function, use `untrace-function' or `untrace-all'.
28607
28608 \(fn FUNCTION &optional BUFFER CONTEXT)" t nil)
28609
28610 (autoload 'trace-function-background "trace" "\
28611 Trace calls to function FUNCTION, quietly.
28612 This is like `trace-function-foreground', but without popping up
28613 the output buffer or changing the window configuration.
28614
28615 \(fn FUNCTION &optional BUFFER CONTEXT)" t nil)
28616
28617 (defalias 'trace-function 'trace-function-foreground)
28618
28619 ;;;***
28620 \f
28621 ;;;### (autoloads nil "tramp" "net/tramp.el" (22230 48822 817219
28622 ;;;;;; 441000))
28623 ;;; Generated autoloads from net/tramp.el
28624
28625 (defvar tramp-mode t "\
28626 Whether Tramp is enabled.
28627 If it is set to nil, all remote file names are used literally.")
28628
28629 (custom-autoload 'tramp-mode "tramp" t)
28630
28631 (defvar tramp-syntax (if (featurep 'xemacs) 'sep 'ftp) "\
28632 Tramp filename syntax to be used.
28633
28634 It can have the following values:
28635
28636 `ftp' -- Ange-FTP respective EFS like syntax (GNU Emacs default)
28637 `sep' -- Syntax as defined for XEmacs.")
28638
28639 (custom-autoload 'tramp-syntax "tramp" t)
28640
28641 (defconst tramp-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/\\(\\[.*\\]\\|[^/|:]\\{2,\\}[^/|]*\\):" "\\`/[^/|:][^/|]*:") "\
28642 Value for `tramp-file-name-regexp' for unified remoting.
28643 Emacs (not XEmacs) uses a unified filename syntax for Ange-FTP and
28644 Tramp. See `tramp-file-name-structure' for more explanations.
28645
28646 On W32 systems, the volume letter must be ignored.")
28647
28648 (defconst tramp-file-name-regexp-separate "\\`/\\[.*\\]" "\
28649 Value for `tramp-file-name-regexp' for separate remoting.
28650 XEmacs uses a separate filename syntax for Tramp and EFS.
28651 See `tramp-file-name-structure' for more explanations.")
28652
28653 (defconst tramp-file-name-regexp (cond ((equal tramp-syntax 'ftp) tramp-file-name-regexp-unified) ((equal tramp-syntax 'sep) tramp-file-name-regexp-separate) (t (error "Wrong `tramp-syntax' defined"))) "\
28654 Regular expression matching file names handled by Tramp.
28655 This regexp should match Tramp file names but no other file names.
28656 When tramp.el is loaded, this regular expression is prepended to
28657 `file-name-handler-alist', and that is searched sequentially. Thus,
28658 if the Tramp entry appears rather early in the `file-name-handler-alist'
28659 and is a bit too general, then some files might be considered Tramp
28660 files which are not really Tramp files.
28661
28662 Please note that the entry in `file-name-handler-alist' is made when
28663 this file (tramp.el) is loaded. This means that this variable must be set
28664 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28665 updated after changing this variable.
28666
28667 Also see `tramp-file-name-structure'.")
28668
28669 (defconst tramp-completion-file-name-regexp-unified (if (memq system-type '(cygwin windows-nt)) "\\`/[^/]\\{2,\\}\\'" "\\`/[^/]*\\'") "\
28670 Value for `tramp-completion-file-name-regexp' for unified remoting.
28671 GNU Emacs uses a unified filename syntax for Tramp and Ange-FTP.
28672 See `tramp-file-name-structure' for more explanations.
28673
28674 On W32 systems, the volume letter must be ignored.")
28675
28676 (defconst tramp-completion-file-name-regexp-separate "\\`/\\([[][^]]*\\)?\\'" "\
28677 Value for `tramp-completion-file-name-regexp' for separate remoting.
28678 XEmacs uses a separate filename syntax for Tramp and EFS.
28679 See `tramp-file-name-structure' for more explanations.")
28680
28681 (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) (t (error "Wrong `tramp-syntax' defined"))) "\
28682 Regular expression matching file names handled by Tramp completion.
28683 This regexp should match partial Tramp file names only.
28684
28685 Please note that the entry in `file-name-handler-alist' is made when
28686 this file (tramp.el) is loaded. This means that this variable must be set
28687 before loading tramp.el. Alternatively, `file-name-handler-alist' can be
28688 updated after changing this variable.
28689
28690 Also see `tramp-file-name-structure'.")
28691
28692 (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)) "\
28693 Alist of completion handler functions.
28694 Used for file names matching `tramp-file-name-regexp'. Operations
28695 not mentioned here will be handled by Tramp's file name handler
28696 functions, or the normal Emacs functions.")
28697
28698 (defun tramp-completion-run-real-handler (operation args) "\
28699 Invoke `tramp-file-name-handler' for OPERATION.
28700 First arg specifies the OPERATION, second arg is a list of arguments to
28701 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)))
28702
28703 (defun tramp-completion-file-name-handler (operation &rest args) "\
28704 Invoke Tramp file name completion handler.
28705 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))))
28706
28707 (defun tramp-autoload-file-name-handler (operation &rest args) "\
28708 Load Tramp file name handler, and perform OPERATION." (let ((default-directory "/")) (load "tramp" nil t)) (apply operation args))
28709
28710 (defun tramp-register-autoload-file-name-handlers nil "\
28711 Add Tramp file name handlers to `file-name-handler-alist' during autoload." (add-to-list (quote file-name-handler-alist) (cons tramp-file-name-regexp (quote tramp-autoload-file-name-handler))) (put (quote tramp-autoload-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))
28712
28713 (tramp-register-autoload-file-name-handlers)
28714
28715 (autoload 'tramp-unload-file-name-handlers "tramp" "\
28716
28717
28718 \(fn)" nil nil)
28719
28720 (autoload 'tramp-completion-handle-file-name-all-completions "tramp" "\
28721 Like `file-name-all-completions' for partial Tramp files.
28722
28723 \(fn FILENAME DIRECTORY)" nil nil)
28724
28725 (autoload 'tramp-completion-handle-file-name-completion "tramp" "\
28726 Like `file-name-completion' for Tramp files.
28727
28728 \(fn FILENAME DIRECTORY &optional PREDICATE)" nil nil)
28729
28730 (autoload 'tramp-unload-tramp "tramp" "\
28731 Discard Tramp from loading remote files.
28732
28733 \(fn)" t nil)
28734
28735 ;;;***
28736 \f
28737 ;;;### (autoloads nil "tramp-ftp" "net/tramp-ftp.el" (22230 48822
28738 ;;;;;; 814219 455000))
28739 ;;; Generated autoloads from net/tramp-ftp.el
28740
28741 (autoload 'tramp-ftp-enable-ange-ftp "tramp-ftp" "\
28742
28743
28744 \(fn)" nil nil)
28745
28746 ;;;***
28747 \f
28748 ;;;### (autoloads nil "trampver" "net/trampver.el" (22230 48822 817219
28749 ;;;;;; 441000))
28750 ;;; Generated autoloads from net/trampver.el
28751 (push (purecopy '(tramp 2 2 13 25 1)) package--builtin-versions)
28752
28753 ;;;***
28754 \f
28755 ;;;### (autoloads nil "tutorial" "tutorial.el" (22230 48822 928218
28756 ;;;;;; 940000))
28757 ;;; Generated autoloads from tutorial.el
28758
28759 (autoload 'help-with-tutorial "tutorial" "\
28760 Select the Emacs learn-by-doing tutorial.
28761 If there is a tutorial version written in the language
28762 of the selected language environment, that version is used.
28763 If there's no tutorial in that language, `TUTORIAL' is selected.
28764 With ARG, you are asked to choose which language.
28765 If DONT-ASK-FOR-REVERT is non-nil the buffer is reverted without
28766 any question when restarting the tutorial.
28767
28768 If any of the standard Emacs key bindings that are used in the
28769 tutorial have been changed then an explanatory note about this is
28770 shown in the beginning of the tutorial buffer.
28771
28772 When the tutorial buffer is killed the content and the point
28773 position in the buffer is saved so that the tutorial may be
28774 resumed later.
28775
28776 \(fn &optional ARG DONT-ASK-FOR-REVERT)" t nil)
28777
28778 ;;;***
28779 \f
28780 ;;;### (autoloads nil "tv-util" "language/tv-util.el" (22230 48822
28781 ;;;;;; 775219 631000))
28782 ;;; Generated autoloads from language/tv-util.el
28783
28784 (autoload 'tai-viet-composition-function "tv-util" "\
28785
28786
28787 \(fn FROM TO FONT-OBJECT STRING)" nil nil)
28788
28789 ;;;***
28790 \f
28791 ;;;### (autoloads nil "two-column" "textmodes/two-column.el" (22230
28792 ;;;;;; 48822 927218 945000))
28793 ;;; Generated autoloads from textmodes/two-column.el
28794 (autoload '2C-command "two-column" () t 'keymap)
28795 (global-set-key "\C-x6" '2C-command)
28796 (global-set-key [f2] '2C-command)
28797
28798 (autoload '2C-two-columns "two-column" "\
28799 Split current window vertically for two-column editing.
28800 \\<global-map>When called the first time, associates a buffer with the current
28801 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
28802 for details.). It runs `2C-other-buffer-hook' in the new buffer.
28803 When called again, restores the screen layout with the current buffer
28804 first and the associated buffer to its right.
28805
28806 \(fn &optional BUFFER)" t nil)
28807
28808 (autoload '2C-associate-buffer "two-column" "\
28809 Associate another buffer with this one in two-column minor mode.
28810 Can also be used to associate a just previously visited file, by
28811 accepting the proposed default buffer.
28812
28813 \(See \\[describe-mode] .)
28814
28815 \(fn)" t nil)
28816
28817 (autoload '2C-split "two-column" "\
28818 Split a two-column text at point, into two buffers in two-column minor mode.
28819 Point becomes the local value of `2C-window-width'. Only lines that
28820 have the ARG same preceding characters at that column get split. The
28821 ARG preceding characters without any leading whitespace become the local
28822 value for `2C-separator'. This way lines that continue across both
28823 columns remain untouched in the first buffer.
28824
28825 This function can be used with a prototype line, to set up things. You
28826 write the first line of each column and then split that line. E.g.:
28827
28828 First column's text sSs Second column's text
28829 \\___/\\
28830 / \\
28831 5 character Separator You type M-5 \\[2C-split] with the point here.
28832
28833 \(See \\[describe-mode] .)
28834
28835 \(fn ARG)" t nil)
28836
28837 ;;;***
28838 \f
28839 ;;;### (autoloads nil "type-break" "type-break.el" (22230 48822 928218
28840 ;;;;;; 940000))
28841 ;;; Generated autoloads from type-break.el
28842
28843 (defvar type-break-mode nil "\
28844 Non-nil if Type-Break mode is enabled.
28845 See the command `type-break-mode' for a description of this minor mode.
28846 Setting this variable directly does not take effect;
28847 either customize it (see the info node `Easy Customization')
28848 or call the function `type-break-mode'.")
28849
28850 (custom-autoload 'type-break-mode "type-break" nil)
28851
28852 (autoload 'type-break-mode "type-break" "\
28853 Enable or disable typing-break mode.
28854 This is a minor mode, but it is global to all buffers by default.
28855
28856 When this mode is enabled, the user is encouraged to take typing breaks at
28857 appropriate intervals; either after a specified amount of time or when the
28858 user has exceeded a keystroke threshold. When the time arrives, the user
28859 is asked to take a break. If the user refuses at that time, Emacs will ask
28860 again in a short period of time. The idea is to give the user enough time
28861 to find a good breaking point in his or her work, but be sufficiently
28862 annoying to discourage putting typing breaks off indefinitely.
28863
28864 A negative prefix argument disables this mode.
28865 No argument or any non-negative argument enables it.
28866
28867 The user may enable or disable this mode by setting the variable of the
28868 same name, though setting it in that way doesn't reschedule a break or
28869 reset the keystroke counter.
28870
28871 If the mode was previously disabled and is enabled as a consequence of
28872 calling this function, it schedules a break with `type-break-schedule' to
28873 make sure one occurs (the user can call that command to reschedule the
28874 break at any time). It also initializes the keystroke counter.
28875
28876 The variable `type-break-interval' specifies the number of seconds to
28877 schedule between regular typing breaks. This variable doesn't directly
28878 affect the time schedule; it simply provides a default for the
28879 `type-break-schedule' command.
28880
28881 If set, the variable `type-break-good-rest-interval' specifies the minimum
28882 amount of time which is considered a reasonable typing break. Whenever
28883 that time has elapsed, typing breaks are automatically rescheduled for
28884 later even if Emacs didn't prompt you to take one first. Also, if a break
28885 is ended before this much time has elapsed, the user will be asked whether
28886 or not to continue. A nil value for this variable prevents automatic
28887 break rescheduling, making `type-break-interval' an upper bound on the time
28888 between breaks. In this case breaks will be prompted for as usual before
28889 the upper bound if the keystroke threshold is reached.
28890
28891 If `type-break-good-rest-interval' is nil and
28892 `type-break-good-break-interval' is set, then confirmation is required to
28893 interrupt a break before `type-break-good-break-interval' seconds
28894 have passed. This provides for an upper bound on the time between breaks
28895 together with confirmation of interruptions to these breaks.
28896
28897 The variable `type-break-keystroke-threshold' is used to determine the
28898 thresholds at which typing breaks should be considered. You can use
28899 the command `type-break-guesstimate-keystroke-threshold' to try to
28900 approximate good values for this.
28901
28902 There are several variables that affect how or when warning messages about
28903 imminent typing breaks are displayed. They include:
28904
28905 `type-break-mode-line-message-mode'
28906 `type-break-time-warning-intervals'
28907 `type-break-keystroke-warning-intervals'
28908 `type-break-warning-repeat'
28909 `type-break-warning-countdown-string'
28910 `type-break-warning-countdown-string-type'
28911
28912 There are several variables that affect if, how, and when queries to begin
28913 a typing break occur. They include:
28914
28915 `type-break-query-mode'
28916 `type-break-query-function'
28917 `type-break-query-interval'
28918
28919 The command `type-break-statistics' prints interesting things.
28920
28921 Finally, a file (named `type-break-file-name') is used to store information
28922 across Emacs sessions. This provides recovery of the break status between
28923 sessions and after a crash. Manual changes to the file may result in
28924 problems.
28925
28926 \(fn &optional ARG)" t nil)
28927
28928 (autoload 'type-break "type-break" "\
28929 Take a typing break.
28930
28931 During the break, a demo selected from the functions listed in
28932 `type-break-demo-functions' is run.
28933
28934 After the typing break is finished, the next break is scheduled
28935 as per the function `type-break-schedule'.
28936
28937 \(fn)" t nil)
28938
28939 (autoload 'type-break-statistics "type-break" "\
28940 Print statistics about typing breaks in a temporary buffer.
28941 This includes the last time a typing break was taken, when the next one is
28942 scheduled, the keystroke thresholds and the current keystroke count, etc.
28943
28944 \(fn)" t nil)
28945
28946 (autoload 'type-break-guesstimate-keystroke-threshold "type-break" "\
28947 Guess values for the minimum/maximum keystroke threshold for typing breaks.
28948
28949 If called interactively, the user is prompted for their guess as to how
28950 many words per minute they usually type. This value should not be your
28951 maximum WPM, but your average. Of course, this is harder to gauge since it
28952 can vary considerably depending on what you are doing. For example, one
28953 tends to type less when debugging a program as opposed to writing
28954 documentation. (Perhaps a separate program should be written to estimate
28955 average typing speed.)
28956
28957 From that, this command sets the values in `type-break-keystroke-threshold'
28958 based on a fairly simple algorithm involving assumptions about the average
28959 length of words (5). For the minimum threshold, it uses about a fifth of
28960 the computed maximum threshold.
28961
28962 When called from Lisp programs, the optional args WORDLEN and FRAC can be
28963 used to override the default assumption about average word length and the
28964 fraction of the maximum threshold to which to set the minimum threshold.
28965 FRAC should be the inverse of the fractional value; for example, a value of
28966 2 would mean to use one half, a value of 4 would mean to use one quarter, etc.
28967
28968 \(fn WPM &optional WORDLEN FRAC)" t nil)
28969
28970 ;;;***
28971 \f
28972 ;;;### (autoloads nil "uce" "mail/uce.el" (22230 48822 793219 549000))
28973 ;;; Generated autoloads from mail/uce.el
28974
28975 (autoload 'uce-reply-to-uce "uce" "\
28976 Compose a reply to unsolicited commercial email (UCE).
28977 Sets up a reply buffer addressed to: the sender, his postmaster,
28978 his abuse@ address, and the postmaster of the mail relay used.
28979 You might need to set `uce-mail-reader' before using this.
28980
28981 \(fn &optional IGNORED)" t nil)
28982
28983 ;;;***
28984 \f
28985 ;;;### (autoloads nil "ucs-normalize" "international/ucs-normalize.el"
28986 ;;;;;; (22230 48822 767219 667000))
28987 ;;; Generated autoloads from international/ucs-normalize.el
28988
28989 (autoload 'ucs-normalize-NFD-region "ucs-normalize" "\
28990 Normalize the current region by the Unicode NFD.
28991
28992 \(fn FROM TO)" t nil)
28993
28994 (autoload 'ucs-normalize-NFD-string "ucs-normalize" "\
28995 Normalize the string STR by the Unicode NFD.
28996
28997 \(fn STR)" nil nil)
28998
28999 (autoload 'ucs-normalize-NFC-region "ucs-normalize" "\
29000 Normalize the current region by the Unicode NFC.
29001
29002 \(fn FROM TO)" t nil)
29003
29004 (autoload 'ucs-normalize-NFC-string "ucs-normalize" "\
29005 Normalize the string STR by the Unicode NFC.
29006
29007 \(fn STR)" nil nil)
29008
29009 (autoload 'ucs-normalize-NFKD-region "ucs-normalize" "\
29010 Normalize the current region by the Unicode NFKD.
29011
29012 \(fn FROM TO)" t nil)
29013
29014 (autoload 'ucs-normalize-NFKD-string "ucs-normalize" "\
29015 Normalize the string STR by the Unicode NFKD.
29016
29017 \(fn STR)" nil nil)
29018
29019 (autoload 'ucs-normalize-NFKC-region "ucs-normalize" "\
29020 Normalize the current region by the Unicode NFKC.
29021
29022 \(fn FROM TO)" t nil)
29023
29024 (autoload 'ucs-normalize-NFKC-string "ucs-normalize" "\
29025 Normalize the string STR by the Unicode NFKC.
29026
29027 \(fn STR)" nil nil)
29028
29029 (autoload 'ucs-normalize-HFS-NFD-region "ucs-normalize" "\
29030 Normalize the current region by the Unicode NFD and Mac OS's HFS Plus.
29031
29032 \(fn FROM TO)" t nil)
29033
29034 (autoload 'ucs-normalize-HFS-NFD-string "ucs-normalize" "\
29035 Normalize the string STR by the Unicode NFD and Mac OS's HFS Plus.
29036
29037 \(fn STR)" nil nil)
29038
29039 (autoload 'ucs-normalize-HFS-NFC-region "ucs-normalize" "\
29040 Normalize the current region by the Unicode NFC and Mac OS's HFS Plus.
29041
29042 \(fn FROM TO)" t nil)
29043
29044 (autoload 'ucs-normalize-HFS-NFC-string "ucs-normalize" "\
29045 Normalize the string STR by the Unicode NFC and Mac OS's HFS Plus.
29046
29047 \(fn STR)" nil nil)
29048
29049 ;;;***
29050 \f
29051 ;;;### (autoloads nil "underline" "textmodes/underline.el" (22230
29052 ;;;;;; 48822 927218 945000))
29053 ;;; Generated autoloads from textmodes/underline.el
29054
29055 (autoload 'underline-region "underline" "\
29056 Underline all nonblank characters in the region.
29057 Works by overstriking underscores.
29058 Called from program, takes two arguments START and END
29059 which specify the range to operate on.
29060
29061 \(fn START END)" t nil)
29062
29063 (autoload 'ununderline-region "underline" "\
29064 Remove all underlining (overstruck underscores) in the region.
29065 Called from program, takes two arguments START and END
29066 which specify the range to operate on.
29067
29068 \(fn START END)" t nil)
29069
29070 ;;;***
29071 \f
29072 ;;;### (autoloads nil "unrmail" "mail/unrmail.el" (22230 48822 793219
29073 ;;;;;; 549000))
29074 ;;; Generated autoloads from mail/unrmail.el
29075
29076 (autoload 'batch-unrmail "unrmail" "\
29077 Convert old-style Rmail Babyl files to mbox format.
29078 Specify the input Rmail Babyl file names as command line arguments.
29079 For each Rmail file, the corresponding output file name
29080 is made by adding `.mail' at the end.
29081 For example, invoke `emacs -batch -f batch-unrmail RMAIL'.
29082
29083 \(fn)" nil nil)
29084
29085 (autoload 'unrmail "unrmail" "\
29086 Convert old-style Rmail Babyl file FILE to mbox format file TO-FILE.
29087 The variable `unrmail-mbox-format' controls which mbox format to use.
29088
29089 \(fn FILE TO-FILE)" t nil)
29090
29091 ;;;***
29092 \f
29093 ;;;### (autoloads nil "unsafep" "emacs-lisp/unsafep.el" (22230 48822
29094 ;;;;;; 698219 978000))
29095 ;;; Generated autoloads from emacs-lisp/unsafep.el
29096
29097 (autoload 'unsafep "unsafep" "\
29098 Return nil if evaluating FORM couldn't possibly do any harm.
29099 Otherwise result is a reason why FORM is unsafe.
29100 UNSAFEP-VARS is a list of symbols with local bindings.
29101
29102 \(fn FORM &optional UNSAFEP-VARS)" nil nil)
29103
29104 ;;;***
29105 \f
29106 ;;;### (autoloads nil "url" "url/url.el" (22230 48822 932218 922000))
29107 ;;; Generated autoloads from url/url.el
29108
29109 (autoload 'url-retrieve "url" "\
29110 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
29111 URL is either a string or a parsed URL. If it is a string
29112 containing characters that are not valid in a URI, those
29113 characters are percent-encoded; see `url-encode-url'.
29114
29115 CALLBACK is called when the object has been completely retrieved, with
29116 the current buffer containing the object, and any MIME headers associated
29117 with it. It is called as (apply CALLBACK STATUS CBARGS).
29118 STATUS is a plist representing what happened during the request,
29119 with most recent events first, or an empty list if no events have
29120 occurred. Each pair is one of:
29121
29122 \(:redirect REDIRECTED-TO) - the request was redirected to this URL
29123 \(:error (ERROR-SYMBOL . DATA)) - an error occurred. The error can be
29124 signaled with (signal ERROR-SYMBOL DATA).
29125
29126 Return the buffer URL will load into, or nil if the process has
29127 already completed (i.e. URL was a mailto URL or similar; in this case
29128 the callback is not called).
29129
29130 The variables `url-request-data', `url-request-method' and
29131 `url-request-extra-headers' can be dynamically bound around the
29132 request; dynamic binding of other variables doesn't necessarily
29133 take effect.
29134
29135 If SILENT, then don't message progress reports and the like.
29136 If INHIBIT-COOKIES, cookies will neither be stored nor sent to
29137 the server.
29138 If URL is a multibyte string, it will be encoded as utf-8 and
29139 URL-encoded before it's used.
29140
29141 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
29142
29143 (autoload 'url-retrieve-synchronously "url" "\
29144 Retrieve URL synchronously.
29145 Return the buffer containing the data, or nil if there are no data
29146 associated with it (the case for dired, info, or mailto URLs that need
29147 no further processing). URL is either a string or a parsed URL.
29148
29149 \(fn URL &optional SILENT INHIBIT-COOKIES)" nil nil)
29150
29151 ;;;***
29152 \f
29153 ;;;### (autoloads nil "url-auth" "url/url-auth.el" (22230 48822 929218
29154 ;;;;;; 936000))
29155 ;;; Generated autoloads from url/url-auth.el
29156
29157 (autoload 'url-get-authentication "url-auth" "\
29158 Return an authorization string suitable for use in the WWW-Authenticate
29159 header in an HTTP/1.0 request.
29160
29161 URL is the url you are requesting authorization to. This can be either a
29162 string representing the URL, or the parsed representation returned by
29163 `url-generic-parse-url'
29164 REALM is the realm at a specific site we are looking for. This should be a
29165 string specifying the exact realm, or nil or the symbol `any' to
29166 specify that the filename portion of the URL should be used as the
29167 realm
29168 TYPE is the type of authentication to be returned. This is either a string
29169 representing the type (basic, digest, etc), or nil or the symbol `any'
29170 to specify that any authentication is acceptable. If requesting `any'
29171 the strongest matching authentication will be returned. If this is
29172 wrong, it's no big deal, the error from the server will specify exactly
29173 what type of auth to use
29174 PROMPT is boolean - specifies whether to ask the user for a username/password
29175 if one cannot be found in the cache
29176
29177 \(fn URL REALM TYPE PROMPT &optional ARGS)" nil nil)
29178
29179 (autoload 'url-register-auth-scheme "url-auth" "\
29180 Register an HTTP authentication method.
29181
29182 TYPE is a string or symbol specifying the name of the method.
29183 This should be the same thing you expect to get returned in
29184 an Authenticate header in HTTP/1.0 - it will be downcased.
29185 FUNCTION is the function to call to get the authorization information.
29186 This defaults to `url-?-auth', where ? is TYPE.
29187 RATING a rating between 1 and 10 of the strength of the authentication.
29188 This is used when asking for the best authentication for a specific
29189 URL. The item with the highest rating is returned.
29190
29191 \(fn TYPE &optional FUNCTION RATING)" nil nil)
29192
29193 ;;;***
29194 \f
29195 ;;;### (autoloads nil "url-cache" "url/url-cache.el" (22230 48822
29196 ;;;;;; 929218 936000))
29197 ;;; Generated autoloads from url/url-cache.el
29198
29199 (autoload 'url-store-in-cache "url-cache" "\
29200 Store buffer BUFF in the cache.
29201
29202 \(fn &optional BUFF)" nil nil)
29203
29204 (autoload 'url-is-cached "url-cache" "\
29205 Return non-nil if the URL is cached.
29206 The actual return value is the last modification time of the cache file.
29207
29208 \(fn URL)" nil nil)
29209
29210 (autoload 'url-cache-extract "url-cache" "\
29211 Extract FNAM from the local disk cache.
29212
29213 \(fn FNAM)" nil nil)
29214
29215 ;;;***
29216 \f
29217 ;;;### (autoloads nil "url-cid" "url/url-cid.el" (22230 48822 929218
29218 ;;;;;; 936000))
29219 ;;; Generated autoloads from url/url-cid.el
29220
29221 (autoload 'url-cid "url-cid" "\
29222
29223
29224 \(fn URL)" nil nil)
29225
29226 ;;;***
29227 \f
29228 ;;;### (autoloads nil "url-dav" "url/url-dav.el" (22230 48822 930218
29229 ;;;;;; 931000))
29230 ;;; Generated autoloads from url/url-dav.el
29231
29232 (autoload 'url-dav-supported-p "url-dav" "\
29233 Return WebDAV protocol version supported by URL.
29234 Returns nil if WebDAV is not supported.
29235
29236 \(fn URL)" nil nil)
29237
29238 (autoload 'url-dav-request "url-dav" "\
29239 Perform WebDAV operation METHOD on URL. Return the parsed responses.
29240 Automatically creates an XML request body if TAG is non-nil.
29241 BODY is the XML document fragment to be enclosed by <TAG></TAG>.
29242
29243 DEPTH is how deep the request should propagate. Default is 0, meaning
29244 it should apply only to URL. A negative number means to use
29245 `Infinity' for the depth. Not all WebDAV servers support this depth
29246 though.
29247
29248 HEADERS is an assoc list of extra headers to send in the request.
29249
29250 NAMESPACES is an assoc list of (NAMESPACE . EXPANSION), and these are
29251 added to the <TAG> element. The DAV=DAV: namespace is automatically
29252 added to this list, so most requests can just pass in nil.
29253
29254 \(fn URL METHOD TAG BODY &optional DEPTH HEADERS NAMESPACES)" nil nil)
29255
29256 (autoload 'url-dav-vc-registered "url-dav" "\
29257
29258
29259 \(fn URL)" nil nil)
29260
29261 ;;;***
29262 \f
29263 ;;;### (autoloads nil "url-file" "url/url-file.el" (22230 48822 930218
29264 ;;;;;; 931000))
29265 ;;; Generated autoloads from url/url-file.el
29266
29267 (autoload 'url-file "url-file" "\
29268 Handle file: and ftp: URLs.
29269
29270 \(fn URL CALLBACK CBARGS)" nil nil)
29271
29272 ;;;***
29273 \f
29274 ;;;### (autoloads nil "url-gw" "url/url-gw.el" (22230 48822 930218
29275 ;;;;;; 931000))
29276 ;;; Generated autoloads from url/url-gw.el
29277
29278 (autoload 'url-gateway-nslookup-host "url-gw" "\
29279 Attempt to resolve the given HOST using nslookup if possible.
29280
29281 \(fn HOST)" t nil)
29282
29283 (autoload 'url-open-stream "url-gw" "\
29284 Open a stream to HOST, possibly via a gateway.
29285 Args per `open-network-stream'.
29286 Will not make a connection if `url-gateway-unplugged' is non-nil.
29287 Might do a non-blocking connection; use `process-status' to check.
29288
29289 Optional arg GATEWAY-METHOD specifies the gateway to be used,
29290 overriding the value of `url-gateway-method'.
29291
29292 \(fn NAME BUFFER HOST SERVICE &optional GATEWAY-METHOD)" nil nil)
29293
29294 ;;;***
29295 \f
29296 ;;;### (autoloads nil "url-handlers" "url/url-handlers.el" (22230
29297 ;;;;;; 48822 930218 931000))
29298 ;;; Generated autoloads from url/url-handlers.el
29299
29300 (defvar url-handler-mode nil "\
29301 Non-nil if Url-Handler mode is enabled.
29302 See the command `url-handler-mode' for a description of this minor mode.
29303 Setting this variable directly does not take effect;
29304 either customize it (see the info node `Easy Customization')
29305 or call the function `url-handler-mode'.")
29306
29307 (custom-autoload 'url-handler-mode "url-handlers" nil)
29308
29309 (autoload 'url-handler-mode "url-handlers" "\
29310 Toggle using `url' library for URL filenames (URL Handler mode).
29311 With a prefix argument ARG, enable URL Handler mode if ARG is
29312 positive, and disable it otherwise. If called from Lisp, enable
29313 the mode if ARG is omitted or nil.
29314
29315 \(fn &optional ARG)" t nil)
29316
29317 (autoload 'url-file-handler "url-handlers" "\
29318 Function called from the `file-name-handler-alist' routines.
29319 OPERATION is what needs to be done (`file-exists-p', etc). ARGS are
29320 the arguments that would have been passed to OPERATION.
29321
29322 \(fn OPERATION &rest ARGS)" nil nil)
29323
29324 (autoload 'url-copy-file "url-handlers" "\
29325 Copy URL to NEWNAME. Both args must be strings.
29326 Signals a `file-already-exists' error if file NEWNAME already exists,
29327 unless a third argument OK-IF-ALREADY-EXISTS is supplied and non-nil.
29328 A number as third arg means request confirmation if NEWNAME already exists.
29329 This is what happens in interactive use with M-x.
29330 Fourth arg KEEP-TIME non-nil means give the new file the same
29331 last-modified time as the old one. (This works on only some systems.)
29332 Fifth arg PRESERVE-UID-GID is ignored.
29333 A prefix arg makes KEEP-TIME non-nil.
29334
29335 \(fn URL NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-TIME PRESERVE-UID-GID)" nil nil)
29336
29337 (autoload 'url-file-local-copy "url-handlers" "\
29338 Copy URL into a temporary file on this machine.
29339 Returns the name of the local copy, or nil, if FILE is directly
29340 accessible.
29341
29342 \(fn URL &rest IGNORED)" nil nil)
29343
29344 (autoload 'url-insert-buffer-contents "url-handlers" "\
29345 Insert the contents of BUFFER into current buffer.
29346 This is like `url-insert', but also decodes the current buffer as
29347 if it had been inserted from a file named URL.
29348
29349 \(fn BUFFER URL &optional VISIT BEG END REPLACE)" nil nil)
29350
29351 (autoload 'url-insert-file-contents "url-handlers" "\
29352
29353
29354 \(fn URL &optional VISIT BEG END REPLACE)" nil nil)
29355
29356 ;;;***
29357 \f
29358 ;;;### (autoloads nil "url-http" "url/url-http.el" (22230 48822 931218
29359 ;;;;;; 927000))
29360 ;;; Generated autoloads from url/url-http.el
29361 (autoload 'url-default-expander "url-expand")
29362
29363 (defalias 'url-https-expand-file-name 'url-default-expander)
29364 (autoload 'url-https "url-http")
29365 (autoload 'url-https-file-exists-p "url-http")
29366 (autoload 'url-https-file-readable-p "url-http")
29367 (autoload 'url-https-file-attributes "url-http")
29368
29369 ;;;***
29370 \f
29371 ;;;### (autoloads nil "url-irc" "url/url-irc.el" (22230 48822 931218
29372 ;;;;;; 927000))
29373 ;;; Generated autoloads from url/url-irc.el
29374
29375 (autoload 'url-irc "url-irc" "\
29376
29377
29378 \(fn URL)" nil nil)
29379
29380 ;;;***
29381 \f
29382 ;;;### (autoloads nil "url-ldap" "url/url-ldap.el" (22230 48822 931218
29383 ;;;;;; 927000))
29384 ;;; Generated autoloads from url/url-ldap.el
29385
29386 (autoload 'url-ldap "url-ldap" "\
29387 Perform an LDAP search specified by URL.
29388 The return value is a buffer displaying the search results in HTML.
29389 URL can be a URL string, or a URL vector of the type returned by
29390 `url-generic-parse-url'.
29391
29392 \(fn URL)" nil nil)
29393
29394 ;;;***
29395 \f
29396 ;;;### (autoloads nil "url-mailto" "url/url-mailto.el" (22230 48822
29397 ;;;;;; 931218 927000))
29398 ;;; Generated autoloads from url/url-mailto.el
29399
29400 (autoload 'url-mail "url-mailto" "\
29401
29402
29403 \(fn &rest ARGS)" t nil)
29404
29405 (autoload 'url-mailto "url-mailto" "\
29406 Handle the mailto: URL syntax.
29407
29408 \(fn URL)" nil nil)
29409
29410 ;;;***
29411 \f
29412 ;;;### (autoloads nil "url-misc" "url/url-misc.el" (22230 48822 931218
29413 ;;;;;; 927000))
29414 ;;; Generated autoloads from url/url-misc.el
29415
29416 (autoload 'url-man "url-misc" "\
29417 Fetch a Unix manual page URL.
29418
29419 \(fn URL)" nil nil)
29420
29421 (autoload 'url-info "url-misc" "\
29422 Fetch a GNU Info URL.
29423
29424 \(fn URL)" nil nil)
29425
29426 (autoload 'url-generic-emulator-loader "url-misc" "\
29427
29428
29429 \(fn URL)" nil nil)
29430
29431 (defalias 'url-rlogin 'url-generic-emulator-loader)
29432
29433 (defalias 'url-telnet 'url-generic-emulator-loader)
29434
29435 (defalias 'url-tn3270 'url-generic-emulator-loader)
29436
29437 (autoload 'url-data "url-misc" "\
29438 Fetch a data URL (RFC 2397).
29439
29440 \(fn URL)" nil nil)
29441
29442 ;;;***
29443 \f
29444 ;;;### (autoloads nil "url-news" "url/url-news.el" (22230 48822 931218
29445 ;;;;;; 927000))
29446 ;;; Generated autoloads from url/url-news.el
29447
29448 (autoload 'url-news "url-news" "\
29449
29450
29451 \(fn URL)" nil nil)
29452
29453 (autoload 'url-snews "url-news" "\
29454
29455
29456 \(fn URL)" nil nil)
29457
29458 ;;;***
29459 \f
29460 ;;;### (autoloads nil "url-ns" "url/url-ns.el" (22230 48822 931218
29461 ;;;;;; 927000))
29462 ;;; Generated autoloads from url/url-ns.el
29463
29464 (autoload 'isPlainHostName "url-ns" "\
29465
29466
29467 \(fn HOST)" nil nil)
29468
29469 (autoload 'dnsDomainIs "url-ns" "\
29470
29471
29472 \(fn HOST DOM)" nil nil)
29473
29474 (autoload 'dnsResolve "url-ns" "\
29475
29476
29477 \(fn HOST)" nil nil)
29478
29479 (autoload 'isResolvable "url-ns" "\
29480
29481
29482 \(fn HOST)" nil nil)
29483
29484 (autoload 'isInNet "url-ns" "\
29485
29486
29487 \(fn IP NET MASK)" nil nil)
29488
29489 (autoload 'url-ns-prefs "url-ns" "\
29490
29491
29492 \(fn &optional FILE)" nil nil)
29493
29494 (autoload 'url-ns-user-pref "url-ns" "\
29495
29496
29497 \(fn KEY &optional DEFAULT)" nil nil)
29498
29499 ;;;***
29500 \f
29501 ;;;### (autoloads nil "url-parse" "url/url-parse.el" (22230 48822
29502 ;;;;;; 931218 927000))
29503 ;;; Generated autoloads from url/url-parse.el
29504
29505 (autoload 'url-recreate-url "url-parse" "\
29506 Recreate a URL string from the parsed URLOBJ.
29507
29508 \(fn URLOBJ)" nil nil)
29509
29510 (autoload 'url-generic-parse-url "url-parse" "\
29511 Return an URL-struct of the parts of URL.
29512 The CL-style struct contains the following fields:
29513
29514 TYPE is the URI scheme (string or nil).
29515 USER is the user name (string or nil).
29516 PASSWORD is the password (string [deprecated] or nil).
29517 HOST is the host (a registered name, IP literal in square
29518 brackets, or IPv4 address in dotted-decimal form).
29519 PORTSPEC is the specified port (a number), or nil.
29520 FILENAME is the path AND the query component of the URI.
29521 TARGET is the fragment identifier component (used to refer to a
29522 subordinate resource, e.g. a part of a webpage).
29523 ATTRIBUTES is nil; this slot originally stored the attribute and
29524 value alists for IMAP URIs, but this feature was removed
29525 since it conflicts with RFC 3986.
29526 FULLNESS is non-nil if the hierarchical sequence component of
29527 the URL starts with two slashes, \"//\".
29528
29529 The parser follows RFC 3986, except that it also tries to handle
29530 URIs that are not fully specified (e.g. lacking TYPE), and it
29531 does not check for or perform %-encoding.
29532
29533 Here is an example. The URL
29534
29535 foo://bob:pass@example.com:42/a/b/c.dtb?type=animal&name=narwhal#nose
29536
29537 parses to
29538
29539 TYPE = \"foo\"
29540 USER = \"bob\"
29541 PASSWORD = \"pass\"
29542 HOST = \"example.com\"
29543 PORTSPEC = 42
29544 FILENAME = \"/a/b/c.dtb?type=animal&name=narwhal\"
29545 TARGET = \"nose\"
29546 ATTRIBUTES = nil
29547 FULLNESS = t
29548
29549 \(fn URL)" nil nil)
29550
29551 ;;;***
29552 \f
29553 ;;;### (autoloads nil "url-privacy" "url/url-privacy.el" (22230 48822
29554 ;;;;;; 931218 927000))
29555 ;;; Generated autoloads from url/url-privacy.el
29556
29557 (autoload 'url-setup-privacy-info "url-privacy" "\
29558 Setup variables that expose info about you and your system.
29559
29560 \(fn)" t nil)
29561
29562 ;;;***
29563 \f
29564 ;;;### (autoloads nil "url-queue" "url/url-queue.el" (22230 48822
29565 ;;;;;; 932218 922000))
29566 ;;; Generated autoloads from url/url-queue.el
29567
29568 (autoload 'url-queue-retrieve "url-queue" "\
29569 Retrieve URL asynchronously and call CALLBACK with CBARGS when finished.
29570 This is like `url-retrieve' (which see for details of the arguments),
29571 but with limits on the degree of parallelism. The variable
29572 `url-queue-parallel-processes' sets the number of concurrent processes.
29573 The variable `url-queue-timeout' sets a timeout.
29574
29575 \(fn URL CALLBACK &optional CBARGS SILENT INHIBIT-COOKIES)" nil nil)
29576
29577 ;;;***
29578 \f
29579 ;;;### (autoloads nil "url-tramp" "url/url-tramp.el" (22230 48822
29580 ;;;;;; 932218 922000))
29581 ;;; Generated autoloads from url/url-tramp.el
29582
29583 (defvar url-tramp-protocols '("ftp" "ssh" "scp" "rsync" "telnet") "\
29584 List of URL protocols for which the work is handled by Tramp.
29585 They must also be covered by `url-handler-regexp'.")
29586
29587 (custom-autoload 'url-tramp-protocols "url-tramp" t)
29588
29589 (autoload 'url-tramp-file-handler "url-tramp" "\
29590 Function called from the `file-name-handler-alist' routines.
29591 OPERATION is what needs to be done. ARGS are the arguments that
29592 would have been passed to OPERATION.
29593
29594 \(fn OPERATION &rest ARGS)" nil nil)
29595
29596 ;;;***
29597 \f
29598 ;;;### (autoloads nil "url-util" "url/url-util.el" (22230 48822 932218
29599 ;;;;;; 922000))
29600 ;;; Generated autoloads from url/url-util.el
29601
29602 (defvar url-debug nil "\
29603 What types of debug messages from the URL library to show.
29604 Debug messages are logged to the *URL-DEBUG* buffer.
29605
29606 If t, all messages will be logged.
29607 If a number, all messages will be logged, as well shown via `message'.
29608 If a list, it is a list of the types of messages to be logged.")
29609
29610 (custom-autoload 'url-debug "url-util" t)
29611
29612 (autoload 'url-debug "url-util" "\
29613
29614
29615 \(fn TAG &rest ARGS)" nil nil)
29616
29617 (autoload 'url-parse-args "url-util" "\
29618
29619
29620 \(fn STR &optional NODOWNCASE)" nil nil)
29621
29622 (autoload 'url-insert-entities-in-string "url-util" "\
29623 Convert HTML markup-start characters to entity references in STRING.
29624 Also replaces the \" character, so that the result may be safely used as
29625 an attribute value in a tag. Returns a new string with the result of the
29626 conversion. Replaces these characters as follows:
29627 & ==> &amp;
29628 < ==> &lt;
29629 > ==> &gt;
29630 \" ==> &quot;
29631
29632 \(fn STRING)" nil nil)
29633
29634 (autoload 'url-normalize-url "url-util" "\
29635 Return a \"normalized\" version of URL.
29636 Strips out default port numbers, etc.
29637
29638 \(fn URL)" nil nil)
29639
29640 (autoload 'url-lazy-message "url-util" "\
29641 Just like `message', but is a no-op if called more than once a second.
29642 Will not do anything if `url-show-status' is nil.
29643
29644 \(fn &rest ARGS)" nil nil)
29645
29646 (autoload 'url-get-normalized-date "url-util" "\
29647 Return a date string that most HTTP servers can understand.
29648
29649 \(fn &optional SPECIFIED-TIME)" nil nil)
29650
29651 (autoload 'url-eat-trailing-space "url-util" "\
29652 Remove spaces/tabs at the end of a string.
29653
29654 \(fn X)" nil nil)
29655
29656 (autoload 'url-strip-leading-spaces "url-util" "\
29657 Remove spaces at the front of a string.
29658
29659 \(fn X)" nil nil)
29660
29661 (autoload 'url-display-percentage "url-util" "\
29662
29663
29664 \(fn FMT PERC &rest ARGS)" nil nil)
29665
29666 (autoload 'url-percentage "url-util" "\
29667
29668
29669 \(fn X Y)" nil nil)
29670
29671 (defalias 'url-basepath 'url-file-directory)
29672
29673 (autoload 'url-file-directory "url-util" "\
29674 Return the directory part of FILE, for a URL.
29675
29676 \(fn FILE)" nil nil)
29677
29678 (autoload 'url-file-nondirectory "url-util" "\
29679 Return the nondirectory part of FILE, for a URL.
29680
29681 \(fn FILE)" nil nil)
29682
29683 (autoload 'url-parse-query-string "url-util" "\
29684
29685
29686 \(fn QUERY &optional DOWNCASE ALLOW-NEWLINES)" nil nil)
29687
29688 (autoload 'url-build-query-string "url-util" "\
29689 Build a query-string.
29690
29691 Given a QUERY in the form:
29692 ((key1 val1)
29693 (key2 val2)
29694 (key3 val1 val2)
29695 (key4)
29696 (key5 \"\"))
29697
29698 \(This is the same format as produced by `url-parse-query-string')
29699
29700 This will return a string
29701 \"key1=val1&key2=val2&key3=val1&key3=val2&key4&key5\". Keys may
29702 be strings or symbols; if they are symbols, the symbol name will
29703 be used.
29704
29705 When SEMICOLONS is given, the separator will be \";\".
29706
29707 When KEEP-EMPTY is given, empty values will show as \"key=\"
29708 instead of just \"key\" as in the example above.
29709
29710 \(fn QUERY &optional SEMICOLONS KEEP-EMPTY)" nil nil)
29711
29712 (autoload 'url-unhex-string "url-util" "\
29713 Remove %XX embedded spaces, etc in a URL.
29714 If optional second argument ALLOW-NEWLINES is non-nil, then allow the
29715 decoding of carriage returns and line feeds in the string, which is normally
29716 forbidden in URL encoding.
29717
29718 \(fn STR &optional ALLOW-NEWLINES)" nil nil)
29719
29720 (autoload 'url-hexify-string "url-util" "\
29721 URI-encode STRING and return the result.
29722 If STRING is multibyte, it is first converted to a utf-8 byte
29723 string. Each byte corresponding to an allowed character is left
29724 as-is, while all other bytes are converted to a three-character
29725 string: \"%\" followed by two upper-case hex digits.
29726
29727 The allowed characters are specified by ALLOWED-CHARS. If this
29728 argument is nil, the list `url-unreserved-chars' determines the
29729 allowed characters. Otherwise, ALLOWED-CHARS should be a vector
29730 whose Nth element is non-nil if character N is allowed.
29731
29732 \(fn STRING &optional ALLOWED-CHARS)" nil nil)
29733
29734 (autoload 'url-encode-url "url-util" "\
29735 Return a properly URI-encoded version of URL.
29736 This function also performs URI normalization, e.g. converting
29737 the scheme to lowercase if it is uppercase. Apart from
29738 normalization, if URL is already URI-encoded, this function
29739 should return it unchanged.
29740
29741 \(fn URL)" nil nil)
29742
29743 (autoload 'url-file-extension "url-util" "\
29744 Return the filename extension of FNAME.
29745 If optional argument X is t, then return the basename
29746 of the file with the extension stripped off.
29747
29748 \(fn FNAME &optional X)" nil nil)
29749
29750 (autoload 'url-truncate-url-for-viewing "url-util" "\
29751 Return a shortened version of URL that is WIDTH characters wide or less.
29752 WIDTH defaults to the current frame width.
29753
29754 \(fn URL &optional WIDTH)" nil nil)
29755
29756 (autoload 'url-view-url "url-util" "\
29757 View the current document's URL.
29758 Optional argument NO-SHOW means just return the URL, don't show it in
29759 the minibuffer.
29760
29761 This uses `url-current-object', set locally to the buffer.
29762
29763 \(fn &optional NO-SHOW)" t nil)
29764
29765 ;;;***
29766 \f
29767 ;;;### (autoloads nil "userlock" "userlock.el" (22230 48822 932218
29768 ;;;;;; 922000))
29769 ;;; Generated autoloads from userlock.el
29770
29771 (autoload 'ask-user-about-lock "userlock" "\
29772 Ask user what to do when he wants to edit FILE but it is locked by OPPONENT.
29773 This function has a choice of three things to do:
29774 do (signal \\='file-locked (list FILE OPPONENT))
29775 to refrain from editing the file
29776 return t (grab the lock on the file)
29777 return nil (edit the file even though it is locked).
29778 You can redefine this function to choose among those three alternatives
29779 in any way you like.
29780
29781 \(fn FILE OPPONENT)" nil nil)
29782
29783 (autoload 'ask-user-about-supersession-threat "userlock" "\
29784 Ask a user who is about to modify an obsolete buffer what to do.
29785 This function has two choices: it can return, in which case the modification
29786 of the buffer will proceed, or it can (signal \\='file-supersession (file)),
29787 in which case the proposed buffer modification will not be made.
29788
29789 You can rewrite this to use any criterion you like to choose which one to do.
29790 The buffer in question is current when this function is called.
29791
29792 \(fn FN)" nil nil)
29793
29794 ;;;***
29795 \f
29796 ;;;### (autoloads nil "utf-7" "international/utf-7.el" (22230 48822
29797 ;;;;;; 767219 667000))
29798 ;;; Generated autoloads from international/utf-7.el
29799
29800 (autoload 'utf-7-post-read-conversion "utf-7" "\
29801
29802
29803 \(fn LEN)" nil nil)
29804
29805 (autoload 'utf-7-imap-post-read-conversion "utf-7" "\
29806
29807
29808 \(fn LEN)" nil nil)
29809
29810 (autoload 'utf-7-pre-write-conversion "utf-7" "\
29811
29812
29813 \(fn FROM TO)" nil nil)
29814
29815 (autoload 'utf-7-imap-pre-write-conversion "utf-7" "\
29816
29817
29818 \(fn FROM TO)" nil nil)
29819
29820 ;;;***
29821 \f
29822 ;;;### (autoloads nil "utf7" "gnus/utf7.el" (22230 48822 755219 721000))
29823 ;;; Generated autoloads from gnus/utf7.el
29824
29825 (autoload 'utf7-encode "utf7" "\
29826 Encode UTF-7 STRING. Use IMAP modification if FOR-IMAP is non-nil.
29827
29828 \(fn STRING &optional FOR-IMAP)" nil nil)
29829
29830 ;;;***
29831 \f
29832 ;;;### (autoloads nil "uudecode" "mail/uudecode.el" (22230 48822
29833 ;;;;;; 793219 549000))
29834 ;;; Generated autoloads from mail/uudecode.el
29835
29836 (autoload 'uudecode-decode-region-external "uudecode" "\
29837 Uudecode region between START and END using external program.
29838 If FILE-NAME is non-nil, save the result to FILE-NAME. The program
29839 used is specified by `uudecode-decoder-program'.
29840
29841 \(fn START END &optional FILE-NAME)" t nil)
29842
29843 (autoload 'uudecode-decode-region-internal "uudecode" "\
29844 Uudecode region between START and END without using an external program.
29845 If FILE-NAME is non-nil, save the result to FILE-NAME.
29846
29847 \(fn START END &optional FILE-NAME)" t nil)
29848
29849 (autoload 'uudecode-decode-region "uudecode" "\
29850 Uudecode region between START and END.
29851 If FILE-NAME is non-nil, save the result to FILE-NAME.
29852
29853 \(fn START END &optional FILE-NAME)" nil nil)
29854
29855 ;;;***
29856 \f
29857 ;;;### (autoloads nil "vc" "vc/vc.el" (22230 48822 941218 881000))
29858 ;;; Generated autoloads from vc/vc.el
29859
29860 (defvar vc-checkout-hook nil "\
29861 Normal hook (list of functions) run after checking out a file.
29862 See `run-hooks'.")
29863
29864 (custom-autoload 'vc-checkout-hook "vc" t)
29865
29866 (defvar vc-checkin-hook nil "\
29867 Normal hook (list of functions) run after commit or file checkin.
29868 See also `log-edit-done-hook'.")
29869
29870 (custom-autoload 'vc-checkin-hook "vc" t)
29871
29872 (defvar vc-before-checkin-hook nil "\
29873 Normal hook (list of functions) run before a commit or a file checkin.
29874 See `run-hooks'.")
29875
29876 (custom-autoload 'vc-before-checkin-hook "vc" t)
29877
29878 (autoload 'vc-responsible-backend "vc" "\
29879 Return the name of a backend system that is responsible for FILE.
29880
29881 If FILE is already registered, return the
29882 backend of FILE. If FILE is not registered, then the
29883 first backend in `vc-handled-backends' that declares itself
29884 responsible for FILE is returned.
29885
29886 \(fn FILE)" nil nil)
29887
29888 (autoload 'vc-next-action "vc" "\
29889 Do the next logical version control operation on the current fileset.
29890 This requires that all files in the current VC fileset be in the
29891 same state. If not, signal an error.
29892
29893 For merging-based version control systems:
29894 If every file in the VC fileset is not registered for version
29895 control, register the fileset (but don't commit).
29896 If every work file in the VC fileset is added or changed, pop
29897 up a *vc-log* buffer to commit the fileset.
29898 For a centralized version control system, if any work file in
29899 the VC fileset is out of date, offer to update the fileset.
29900
29901 For old-style locking-based version control systems, like RCS:
29902 If every file is not registered, register the file(s).
29903 If every file is registered and unlocked, check out (lock)
29904 the file(s) for editing.
29905 If every file is locked by you and has changes, pop up a
29906 *vc-log* buffer to check in the changes. Leave a
29907 read-only copy of each changed file after checking in.
29908 If every file is locked by you and unchanged, unlock them.
29909 If every file is locked by someone else, offer to steal the lock.
29910
29911 \(fn VERBOSE)" t nil)
29912
29913 (autoload 'vc-register "vc" "\
29914 Register into a version control system.
29915 If VC-FILESET is given, register the files in that fileset.
29916 Otherwise register the current file.
29917 If COMMENT is present, use that as an initial comment.
29918
29919 The version control system to use is found by cycling through the list
29920 `vc-handled-backends'. The first backend in that list which declares
29921 itself responsible for the file (usually because other files in that
29922 directory are already registered under that backend) will be used to
29923 register the file. If no backend declares itself responsible, the
29924 first backend that could register the file is used.
29925
29926 \(fn &optional VC-FILESET COMMENT)" t nil)
29927
29928 (autoload 'vc-version-diff "vc" "\
29929 Report diffs between revisions of the fileset in the repository history.
29930
29931 \(fn FILES REV1 REV2)" t nil)
29932
29933 (autoload 'vc-diff "vc" "\
29934 Display diffs between file revisions.
29935 Normally this compares the currently selected fileset with their
29936 working revisions. With a prefix argument HISTORIC, it reads two revision
29937 designators specifying which revisions to compare.
29938
29939 The optional argument NOT-URGENT non-nil means it is ok to say no to
29940 saving the buffer.
29941
29942 \(fn &optional HISTORIC NOT-URGENT)" t nil)
29943
29944 (autoload 'vc-version-ediff "vc" "\
29945 Show differences between revisions of the fileset in the
29946 repository history using ediff.
29947
29948 \(fn FILES REV1 REV2)" t nil)
29949
29950 (autoload 'vc-ediff "vc" "\
29951 Display diffs between file revisions using ediff.
29952 Normally this compares the currently selected fileset with their
29953 working revisions. With a prefix argument HISTORIC, it reads two revision
29954 designators specifying which revisions to compare.
29955
29956 The optional argument NOT-URGENT non-nil means it is ok to say no to
29957 saving the buffer.
29958
29959 \(fn HISTORIC &optional NOT-URGENT)" t nil)
29960
29961 (autoload 'vc-root-diff "vc" "\
29962 Display diffs between VC-controlled whole tree revisions.
29963 Normally, this compares the tree corresponding to the current
29964 fileset with the working revision.
29965 With a prefix argument HISTORIC, prompt for two revision
29966 designators specifying which revisions to compare.
29967
29968 The optional argument NOT-URGENT non-nil means it is ok to say no to
29969 saving the buffer.
29970
29971 \(fn HISTORIC &optional NOT-URGENT)" t nil)
29972
29973 (autoload 'vc-root-dir "vc" "\
29974 Return the root directory for the current VC tree.
29975 Return nil if the root directory cannot be identified.
29976
29977 \(fn)" nil nil)
29978
29979 (autoload 'vc-revision-other-window "vc" "\
29980 Visit revision REV of the current file in another window.
29981 If the current file is named `F', the revision is named `F.~REV~'.
29982 If `F.~REV~' already exists, use it instead of checking it out again.
29983
29984 \(fn REV)" t nil)
29985
29986 (autoload 'vc-insert-headers "vc" "\
29987 Insert headers into a file for use with a version control system.
29988 Headers desired are inserted at point, and are pulled from
29989 the variable `vc-BACKEND-header'.
29990
29991 \(fn)" t nil)
29992
29993 (autoload 'vc-merge "vc" "\
29994 Perform a version control merge operation.
29995 You must be visiting a version controlled file, or in a `vc-dir' buffer.
29996 On a distributed version control system, this runs a \"merge\"
29997 operation to incorporate changes from another branch onto the
29998 current branch, prompting for an argument list.
29999
30000 On a non-distributed version control system, this merges changes
30001 between two revisions into the current fileset. This asks for
30002 two revisions to merge from in the minibuffer. If the first
30003 revision is a branch number, then merge all changes from that
30004 branch. If the first revision is empty, merge the most recent
30005 changes from the current branch.
30006
30007 \(fn)" t nil)
30008
30009 (autoload 'vc-message-unresolved-conflicts "vc" "\
30010 Display a message indicating unresolved conflicts in FILENAME.
30011
30012 \(fn FILENAME)" nil nil)
30013
30014 (defalias 'vc-resolve-conflicts 'smerge-ediff)
30015
30016 (autoload 'vc-create-tag "vc" "\
30017 Descending recursively from DIR, make a tag called NAME.
30018 For each registered file, the working revision becomes part of
30019 the named configuration. If the prefix argument BRANCHP is
30020 given, the tag is made as a new branch and the files are
30021 checked out in that new branch.
30022
30023 \(fn DIR NAME BRANCHP)" t nil)
30024
30025 (autoload 'vc-retrieve-tag "vc" "\
30026 For each file in or below DIR, retrieve their tagged version NAME.
30027 NAME can name a branch, in which case this command will switch to the
30028 named branch in the directory DIR.
30029 Interactively, prompt for DIR only for VCS that works at file level;
30030 otherwise use the default directory of the current buffer.
30031 If NAME is empty, it refers to the latest revisions of the current branch.
30032 If locking is used for the files in DIR, then there must not be any
30033 locked files at or below DIR (but if NAME is empty, locked files are
30034 allowed and simply skipped).
30035
30036 \(fn DIR NAME)" t nil)
30037
30038 (autoload 'vc-print-log "vc" "\
30039 List the change log of the current fileset in a window.
30040 If WORKING-REVISION is non-nil, leave point at that revision.
30041 If LIMIT is non-nil, it should be a number specifying the maximum
30042 number of revisions to show; the default is `vc-log-show-limit'.
30043
30044 When called interactively with a prefix argument, prompt for
30045 WORKING-REVISION and LIMIT.
30046
30047 \(fn &optional WORKING-REVISION LIMIT)" t nil)
30048
30049 (autoload 'vc-print-root-log "vc" "\
30050 List the change log for the current VC controlled tree in a window.
30051 If LIMIT is non-nil, it should be a number specifying the maximum
30052 number of revisions to show; the default is `vc-log-show-limit'.
30053 When called interactively with a prefix argument, prompt for LIMIT.
30054
30055 \(fn &optional LIMIT)" t nil)
30056
30057 (autoload 'vc-log-incoming "vc" "\
30058 Show a log of changes that will be received with a pull operation from REMOTE-LOCATION.
30059 When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
30060
30061 \(fn &optional REMOTE-LOCATION)" t nil)
30062
30063 (autoload 'vc-log-outgoing "vc" "\
30064 Show a log of changes that will be sent with a push operation to REMOTE-LOCATION.
30065 When called interactively with a prefix argument, prompt for REMOTE-LOCATION.
30066
30067 \(fn &optional REMOTE-LOCATION)" t nil)
30068
30069 (autoload 'vc-region-history "vc" "\
30070 Show the history of the region FROM..TO.
30071
30072 \(fn FROM TO)" t nil)
30073
30074 (autoload 'vc-revert "vc" "\
30075 Revert working copies of the selected fileset to their repository contents.
30076 This asks for confirmation if the buffer contents are not identical
30077 to the working revision (except for keyword expansion).
30078
30079 \(fn)" t nil)
30080
30081 (define-obsolete-function-alias 'vc-revert-buffer 'vc-revert "23.1")
30082
30083 (autoload 'vc-pull "vc" "\
30084 Update the current fileset or branch.
30085 You must be visiting a version controlled file, or in a `vc-dir' buffer.
30086 On a distributed version control system, this runs a \"pull\"
30087 operation to update the current branch, prompting for an argument
30088 list if required. Optional prefix ARG forces a prompt for the VCS
30089 command to run.
30090
30091 On a non-distributed version control system, update the current
30092 fileset to the tip revisions. For each unchanged and unlocked
30093 file, this simply replaces the work file with the latest revision
30094 on its branch. If the file contains changes, any changes in the
30095 tip revision are merged into the working file.
30096
30097 \(fn &optional ARG)" t nil)
30098
30099 (defalias 'vc-update 'vc-pull)
30100
30101 (autoload 'vc-push "vc" "\
30102 Push the current branch.
30103 You must be visiting a version controlled file, or in a `vc-dir' buffer.
30104 On a distributed version control system, this runs a \"push\"
30105 operation on the current branch, prompting for the precise command
30106 if required. Optional prefix ARG non-nil forces a prompt for the
30107 VCS command to run.
30108
30109 On a non-distributed version control system, this signals an error.
30110 It also signals an error in a Bazaar bound branch.
30111
30112 \(fn &optional ARG)" t nil)
30113
30114 (autoload 'vc-switch-backend "vc" "\
30115 Make BACKEND the current version control system for FILE.
30116 FILE must already be registered in BACKEND. The change is not
30117 permanent, only for the current session. This function only changes
30118 VC's perspective on FILE, it does not register or unregister it.
30119 By default, this command cycles through the registered backends.
30120 To get a prompt, use a prefix argument.
30121
30122 \(fn FILE BACKEND)" t nil)
30123
30124 (autoload 'vc-transfer-file "vc" "\
30125 Transfer FILE to another version control system NEW-BACKEND.
30126 If NEW-BACKEND has a higher precedence than FILE's current backend
30127 \(i.e. it comes earlier in `vc-handled-backends'), then register FILE in
30128 NEW-BACKEND, using the revision number from the current backend as the
30129 base level. If NEW-BACKEND has a lower precedence than the current
30130 backend, then commit all changes that were made under the current
30131 backend to NEW-BACKEND, and unregister FILE from the current backend.
30132 \(If FILE is not yet registered under NEW-BACKEND, register it.)
30133
30134 \(fn FILE NEW-BACKEND)" nil nil)
30135
30136 (autoload 'vc-delete-file "vc" "\
30137 Delete file and mark it as such in the version control system.
30138 If called interactively, read FILE, defaulting to the current
30139 buffer's file name if it's under version control.
30140
30141 \(fn FILE)" t nil)
30142
30143 (autoload 'vc-rename-file "vc" "\
30144 Rename file OLD to NEW in both work area and repository.
30145 If called interactively, read OLD and NEW, defaulting OLD to the
30146 current buffer's file name if it's under version control.
30147
30148 \(fn OLD NEW)" t nil)
30149
30150 (autoload 'vc-update-change-log "vc" "\
30151 Find change log file and add entries from recent version control logs.
30152 Normally, find log entries for all registered files in the default
30153 directory.
30154
30155 With prefix arg of \\[universal-argument], only find log entries for the current buffer's file.
30156
30157 With any numeric prefix arg, find log entries for all currently visited
30158 files that are under version control. This puts all the entries in the
30159 log for the default directory, which may not be appropriate.
30160
30161 From a program, any ARGS are assumed to be filenames for which
30162 log entries should be gathered.
30163
30164 \(fn &rest ARGS)" t nil)
30165
30166 (autoload 'vc-branch-part "vc" "\
30167 Return the branch part of a revision number REV.
30168
30169 \(fn REV)" nil nil)
30170
30171 ;;;***
30172 \f
30173 ;;;### (autoloads nil "vc-annotate" "vc/vc-annotate.el" (22230 48822
30174 ;;;;;; 938218 895000))
30175 ;;; Generated autoloads from vc/vc-annotate.el
30176
30177 (autoload 'vc-annotate "vc-annotate" "\
30178 Display the edit history of the current FILE using colors.
30179
30180 This command creates a buffer that shows, for each line of the current
30181 file, when it was last edited and by whom. Additionally, colors are
30182 used to show the age of each line--blue means oldest, red means
30183 youngest, and intermediate colors indicate intermediate ages. By
30184 default, the time scale stretches back one year into the past;
30185 everything that is older than that is shown in blue.
30186
30187 With a prefix argument, this command asks two questions in the
30188 minibuffer. First, you may enter a revision number REV; then the buffer
30189 displays and annotates that revision instead of the working revision
30190 \(type RET in the minibuffer to leave that default unchanged). Then,
30191 you are prompted for the time span in days which the color range
30192 should cover. For example, a time span of 20 days means that changes
30193 over the past 20 days are shown in red to blue, according to their
30194 age, and everything that is older than that is shown in blue.
30195
30196 If MOVE-POINT-TO is given, move the point to that line.
30197
30198 If VC-BK is given used that VC backend.
30199
30200 Customization variables:
30201
30202 `vc-annotate-menu-elements' customizes the menu elements of the
30203 mode-specific menu. `vc-annotate-color-map' and
30204 `vc-annotate-very-old-color' define the mapping of time to colors.
30205 `vc-annotate-background' specifies the background color.
30206 `vc-annotate-background-mode' specifies whether the color map
30207 should be applied to the background or to the foreground.
30208
30209 \(fn FILE REV &optional DISPLAY-MODE BUF MOVE-POINT-TO VC-BK)" t nil)
30210
30211 ;;;***
30212 \f
30213 ;;;### (autoloads nil "vc-bzr" "vc/vc-bzr.el" (22230 48822 938218
30214 ;;;;;; 895000))
30215 ;;; Generated autoloads from vc/vc-bzr.el
30216
30217 (defconst vc-bzr-admin-dirname ".bzr" "\
30218 Name of the directory containing Bzr repository status files.")
30219
30220 (defconst vc-bzr-admin-checkout-format-file (concat vc-bzr-admin-dirname "/checkout/format") "\
30221 Name of the format file in a .bzr directory.")
30222 (defun vc-bzr-registered (file)
30223 (if (vc-find-root file vc-bzr-admin-checkout-format-file)
30224 (progn
30225 (load "vc-bzr" nil t)
30226 (vc-bzr-registered file))))
30227
30228 ;;;***
30229 \f
30230 ;;;### (autoloads nil "vc-cvs" "vc/vc-cvs.el" (22230 48822 939218
30231 ;;;;;; 890000))
30232 ;;; Generated autoloads from vc/vc-cvs.el
30233 (defun vc-cvs-registered (f)
30234 "Return non-nil if file F is registered with CVS."
30235 (when (file-readable-p (expand-file-name
30236 "CVS/Entries" (file-name-directory f)))
30237 (load "vc-cvs" nil t)
30238 (vc-cvs-registered f)))
30239
30240 ;;;***
30241 \f
30242 ;;;### (autoloads nil "vc-dir" "vc/vc-dir.el" (22230 48822 939218
30243 ;;;;;; 890000))
30244 ;;; Generated autoloads from vc/vc-dir.el
30245
30246 (autoload 'vc-dir "vc-dir" "\
30247 Show the VC status for \"interesting\" files in and below DIR.
30248 This allows you to mark files and perform VC operations on them.
30249 The list omits files which are up to date, with no changes in your copy
30250 or the repository, if there is nothing in particular to say about them.
30251
30252 Preparing the list of file status takes time; when the buffer
30253 first appears, it has only the first few lines of summary information.
30254 The file lines appear later.
30255
30256 Optional second argument BACKEND specifies the VC backend to use.
30257 Interactively, a prefix argument means to ask for the backend.
30258
30259 These are the commands available for use in the file status buffer:
30260
30261 \\{vc-dir-mode-map}
30262
30263 \(fn DIR &optional BACKEND)" t nil)
30264
30265 ;;;***
30266 \f
30267 ;;;### (autoloads nil "vc-dispatcher" "vc/vc-dispatcher.el" (22230
30268 ;;;;;; 48822 939218 890000))
30269 ;;; Generated autoloads from vc/vc-dispatcher.el
30270
30271 (autoload 'vc-do-command "vc-dispatcher" "\
30272 Execute a slave command, notifying user and checking for errors.
30273 Output from COMMAND goes to BUFFER, or the current buffer if
30274 BUFFER is t. If the destination buffer is not already current,
30275 set it up properly and erase it. The command is considered
30276 successful if its exit status does not exceed OKSTATUS (if
30277 OKSTATUS is nil, that means to ignore error status, if it is
30278 `async', that means not to wait for termination of the
30279 subprocess; if it is t it means to ignore all execution errors).
30280 FILE-OR-LIST is the name of a working file; it may be a list of
30281 files or be nil (to execute commands that don't expect a file
30282 name or set of files). If an optional list of FLAGS is present,
30283 that is inserted into the command line before the filename.
30284 Return the return value of the slave command in the synchronous
30285 case, and the process object in the asynchronous case.
30286
30287 \(fn BUFFER OKSTATUS COMMAND FILE-OR-LIST &rest FLAGS)" nil nil)
30288
30289 ;;;***
30290 \f
30291 ;;;### (autoloads nil "vc-git" "vc/vc-git.el" (22230 48822 940218
30292 ;;;;;; 886000))
30293 ;;; Generated autoloads from vc/vc-git.el
30294 (defun vc-git-registered (file)
30295 "Return non-nil if FILE is registered with git."
30296 (if (vc-find-root file ".git") ; Short cut.
30297 (progn
30298 (load "vc-git" nil t)
30299 (vc-git-registered file))))
30300
30301 ;;;***
30302 \f
30303 ;;;### (autoloads nil "vc-hg" "vc/vc-hg.el" (22230 48822 940218 886000))
30304 ;;; Generated autoloads from vc/vc-hg.el
30305 (defun vc-hg-registered (file)
30306 "Return non-nil if FILE is registered with hg."
30307 (if (vc-find-root file ".hg") ; short cut
30308 (progn
30309 (load "vc-hg" nil t)
30310 (vc-hg-registered file))))
30311
30312 ;;;***
30313 \f
30314 ;;;### (autoloads nil "vc-mtn" "vc/vc-mtn.el" (22230 48822 940218
30315 ;;;;;; 886000))
30316 ;;; Generated autoloads from vc/vc-mtn.el
30317
30318 (defconst vc-mtn-admin-dir "_MTN" "\
30319 Name of the monotone directory.")
30320
30321 (defconst vc-mtn-admin-format (concat vc-mtn-admin-dir "/format") "\
30322 Name of the monotone directory's format file.")
30323 (defun vc-mtn-registered (file)
30324 (if (vc-find-root file vc-mtn-admin-format)
30325 (progn
30326 (load "vc-mtn" nil t)
30327 (vc-mtn-registered file))))
30328
30329 ;;;***
30330 \f
30331 ;;;### (autoloads nil "vc-rcs" "vc/vc-rcs.el" (22230 48822 940218
30332 ;;;;;; 886000))
30333 ;;; Generated autoloads from vc/vc-rcs.el
30334
30335 (defvar vc-rcs-master-templates (purecopy '("%sRCS/%s,v" "%s%s,v" "%sRCS/%s")) "\
30336 Where to look for RCS master files.
30337 For a description of possible values, see `vc-check-master-templates'.")
30338
30339 (custom-autoload 'vc-rcs-master-templates "vc-rcs" t)
30340
30341 (defun vc-rcs-registered (f) (vc-default-registered 'RCS f))
30342
30343 ;;;***
30344 \f
30345 ;;;### (autoloads nil "vc-sccs" "vc/vc-sccs.el" (22230 48822 941218
30346 ;;;;;; 881000))
30347 ;;; Generated autoloads from vc/vc-sccs.el
30348
30349 (defvar vc-sccs-master-templates (purecopy '("%sSCCS/s.%s" "%ss.%s" vc-sccs-search-project-dir)) "\
30350 Where to look for SCCS master files.
30351 For a description of possible values, see `vc-check-master-templates'.")
30352
30353 (custom-autoload 'vc-sccs-master-templates "vc-sccs" t)
30354
30355 (defun vc-sccs-registered (f) (vc-default-registered 'SCCS f))
30356
30357 (defun vc-sccs-search-project-dir (_dirname basename) "\
30358 Return the name of a master file in the SCCS project directory.
30359 Does not check whether the file exists but returns nil if it does not
30360 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)))))
30361
30362 ;;;***
30363 \f
30364 ;;;### (autoloads nil "vc-src" "vc/vc-src.el" (22230 48822 941218
30365 ;;;;;; 881000))
30366 ;;; Generated autoloads from vc/vc-src.el
30367
30368 (defvar vc-src-master-templates (purecopy '("%s.src/%s,v")) "\
30369 Where to look for SRC master files.
30370 For a description of possible values, see `vc-check-master-templates'.")
30371
30372 (custom-autoload 'vc-src-master-templates "vc-src" t)
30373
30374 (defun vc-src-registered (f) (vc-default-registered 'src f))
30375
30376 ;;;***
30377 \f
30378 ;;;### (autoloads nil "vc-svn" "vc/vc-svn.el" (22230 48822 941218
30379 ;;;;;; 881000))
30380 ;;; Generated autoloads from vc/vc-svn.el
30381 (defun vc-svn-registered (f)
30382 (let ((admin-dir (cond ((and (eq system-type 'windows-nt)
30383 (getenv "SVN_ASP_DOT_NET_HACK"))
30384 "_svn")
30385 (t ".svn"))))
30386 (when (vc-find-root f admin-dir)
30387 (load "vc-svn" nil t)
30388 (vc-svn-registered f))))
30389
30390 ;;;***
30391 \f
30392 ;;;### (autoloads nil "vera-mode" "progmodes/vera-mode.el" (22230
30393 ;;;;;; 48822 894219 94000))
30394 ;;; Generated autoloads from progmodes/vera-mode.el
30395 (push (purecopy '(vera-mode 2 28)) package--builtin-versions)
30396 (add-to-list 'auto-mode-alist (cons (purecopy "\\.vr[hi]?\\'") 'vera-mode))
30397
30398 (autoload 'vera-mode "vera-mode" "\
30399 Major mode for editing Vera code.
30400
30401 Usage:
30402 ------
30403
30404 INDENTATION: Typing `TAB' at the beginning of a line indents the line.
30405 The amount of indentation is specified by option `vera-basic-offset'.
30406 Indentation can be done for an entire region (`M-C-\\') or buffer (menu).
30407 `TAB' always indents the line if option `vera-intelligent-tab' is nil.
30408
30409 WORD/COMMAND COMPLETION: Typing `TAB' after a (not completed) word looks
30410 for a word in the buffer or a Vera keyword that starts alike, inserts it
30411 and adjusts case. Re-typing `TAB' toggles through alternative word
30412 completions.
30413
30414 Typing `TAB' after a non-word character inserts a tabulator stop (if not
30415 at the beginning of a line). `M-TAB' always inserts a tabulator stop.
30416
30417 COMMENTS: `C-c C-c' comments out a region if not commented out, and
30418 uncomments a region if already commented out.
30419
30420 HIGHLIGHTING (fontification): Vera keywords, predefined types and
30421 constants, function names, declaration names, directives, as well as
30422 comments and strings are highlighted using different colors.
30423
30424 VERA VERSION: OpenVera 1.4 and Vera version 6.2.8.
30425
30426
30427 Maintenance:
30428 ------------
30429
30430 To submit a bug report, use the corresponding menu entry within Vera Mode.
30431 Add a description of the problem and include a reproducible test case.
30432
30433 Feel free to send questions and enhancement requests to <reto@gnu.org>.
30434
30435 Official distribution is at
30436 URL `http://www.iis.ee.ethz.ch/~zimmi/emacs/vera-mode.html'
30437
30438
30439 The Vera Mode Maintainer
30440 Reto Zimmermann <reto@gnu.org>
30441
30442 Key bindings:
30443 -------------
30444
30445 \\{vera-mode-map}
30446
30447 \(fn)" t nil)
30448
30449 ;;;***
30450 \f
30451 ;;;### (autoloads nil "verilog-mode" "progmodes/verilog-mode.el"
30452 ;;;;;; (22230 48822 896219 84000))
30453 ;;; Generated autoloads from progmodes/verilog-mode.el
30454
30455 (autoload 'verilog-mode "verilog-mode" "\
30456 Major mode for editing Verilog code.
30457 \\<verilog-mode-map>
30458 See \\[describe-function] verilog-auto (\\[verilog-auto]) for details on how
30459 AUTOs can improve coding efficiency.
30460
30461 Use \\[verilog-faq] for a pointer to frequently asked questions.
30462
30463 NEWLINE, TAB indents for Verilog code.
30464 Delete converts tabs to spaces as it moves back.
30465
30466 Supports highlighting.
30467
30468 Turning on Verilog mode calls the value of the variable `verilog-mode-hook'
30469 with no args, if that value is non-nil.
30470
30471 Variables controlling indentation/edit style:
30472
30473 variable `verilog-indent-level' (default 3)
30474 Indentation of Verilog statements with respect to containing block.
30475 `verilog-indent-level-module' (default 3)
30476 Absolute indentation of Module level Verilog statements.
30477 Set to 0 to get initial and always statements lined up
30478 on the left side of your screen.
30479 `verilog-indent-level-declaration' (default 3)
30480 Indentation of declarations with respect to containing block.
30481 Set to 0 to get them list right under containing block.
30482 `verilog-indent-level-behavioral' (default 3)
30483 Indentation of first begin in a task or function block
30484 Set to 0 to get such code to lined up underneath the task or
30485 function keyword.
30486 `verilog-indent-level-directive' (default 1)
30487 Indentation of \\=`ifdef/\\=`endif blocks.
30488 `verilog-cexp-indent' (default 1)
30489 Indentation of Verilog statements broken across lines i.e.:
30490 if (a)
30491 begin
30492 `verilog-case-indent' (default 2)
30493 Indentation for case statements.
30494 `verilog-auto-newline' (default nil)
30495 Non-nil means automatically newline after semicolons and the punctuation
30496 mark after an end.
30497 `verilog-auto-indent-on-newline' (default t)
30498 Non-nil means automatically indent line after newline.
30499 `verilog-tab-always-indent' (default t)
30500 Non-nil means TAB in Verilog mode should always reindent the current line,
30501 regardless of where in the line point is when the TAB command is used.
30502 `verilog-indent-begin-after-if' (default t)
30503 Non-nil means to indent begin statements following a preceding
30504 if, else, while, for and repeat statements, if any. Otherwise,
30505 the begin is lined up with the preceding token. If t, you get:
30506 if (a)
30507 begin // amount of indent based on `verilog-cexp-indent'
30508 otherwise you get:
30509 if (a)
30510 begin
30511 `verilog-auto-endcomments' (default t)
30512 Non-nil means a comment /* ... */ is set after the ends which ends
30513 cases, tasks, functions and modules.
30514 The type and name of the object will be set between the braces.
30515 `verilog-minimum-comment-distance' (default 10)
30516 Minimum distance (in lines) between begin and end required before a comment
30517 will be inserted. Setting this variable to zero results in every
30518 end acquiring a comment; the default avoids too many redundant
30519 comments in tight quarters.
30520 `verilog-auto-lineup' (default `declarations')
30521 List of contexts where auto lineup of code should be done.
30522
30523 Variables controlling other actions:
30524
30525 `verilog-linter' (default `surelint')
30526 Unix program to call to run the lint checker. This is the default
30527 command for \\[compile-command] and \\[verilog-auto-save-compile].
30528
30529 See \\[customize] for the complete list of variables.
30530
30531 AUTO expansion functions are, in part:
30532
30533 \\[verilog-auto] Expand AUTO statements.
30534 \\[verilog-delete-auto] Remove the AUTOs.
30535 \\[verilog-inject-auto] Insert AUTOs for the first time.
30536
30537 Some other functions are:
30538
30539 \\[verilog-complete-word] Complete word with appropriate possibilities.
30540 \\[verilog-mark-defun] Mark function.
30541 \\[verilog-beg-of-defun] Move to beginning of current function.
30542 \\[verilog-end-of-defun] Move to end of current function.
30543 \\[verilog-label-be] Label matching begin ... end, fork ... join, etc statements.
30544
30545 \\[verilog-comment-region] Put marked area in a comment.
30546 \\[verilog-uncomment-region] Uncomment an area commented with \\[verilog-comment-region].
30547 \\[verilog-insert-block] Insert begin ... end.
30548 \\[verilog-star-comment] Insert /* ... */.
30549
30550 \\[verilog-sk-always] Insert an always @(AS) begin .. end block.
30551 \\[verilog-sk-begin] Insert a begin .. end block.
30552 \\[verilog-sk-case] Insert a case block, prompting for details.
30553 \\[verilog-sk-for] Insert a for (...) begin .. end block, prompting for details.
30554 \\[verilog-sk-generate] Insert a generate .. endgenerate block.
30555 \\[verilog-sk-header] Insert a header block at the top of file.
30556 \\[verilog-sk-initial] Insert an initial begin .. end block.
30557 \\[verilog-sk-fork] Insert a fork begin .. end .. join block.
30558 \\[verilog-sk-module] Insert a module .. (/*AUTOARG*/);.. endmodule block.
30559 \\[verilog-sk-ovm-class] Insert an OVM Class block.
30560 \\[verilog-sk-uvm-object] Insert an UVM Object block.
30561 \\[verilog-sk-uvm-component] Insert an UVM Component block.
30562 \\[verilog-sk-primitive] Insert a primitive .. (.. );.. endprimitive block.
30563 \\[verilog-sk-repeat] Insert a repeat (..) begin .. end block.
30564 \\[verilog-sk-specify] Insert a specify .. endspecify block.
30565 \\[verilog-sk-task] Insert a task .. begin .. end endtask block.
30566 \\[verilog-sk-while] Insert a while (...) begin .. end block, prompting for details.
30567 \\[verilog-sk-casex] Insert a casex (...) item: begin.. end endcase block, prompting for details.
30568 \\[verilog-sk-casez] Insert a casez (...) item: begin.. end endcase block, prompting for details.
30569 \\[verilog-sk-if] Insert an if (..) begin .. end block.
30570 \\[verilog-sk-else-if] Insert an else if (..) begin .. end block.
30571 \\[verilog-sk-comment] Insert a comment block.
30572 \\[verilog-sk-assign] Insert an assign .. = ..; statement.
30573 \\[verilog-sk-function] Insert a function .. begin .. end endfunction block.
30574 \\[verilog-sk-input] Insert an input declaration, prompting for details.
30575 \\[verilog-sk-output] Insert an output declaration, prompting for details.
30576 \\[verilog-sk-state-machine] Insert a state machine definition, prompting for details.
30577 \\[verilog-sk-inout] Insert an inout declaration, prompting for details.
30578 \\[verilog-sk-wire] Insert a wire declaration, prompting for details.
30579 \\[verilog-sk-reg] Insert a register declaration, prompting for details.
30580 \\[verilog-sk-define-signal] Define signal under point as a register at the top of the module.
30581
30582 All key bindings can be seen in a Verilog-buffer with \\[describe-bindings].
30583 Key bindings specific to `verilog-mode-map' are:
30584
30585 \\{verilog-mode-map}
30586
30587 \(fn)" t nil)
30588
30589 ;;;***
30590 \f
30591 ;;;### (autoloads nil "vhdl-mode" "progmodes/vhdl-mode.el" (22230
30592 ;;;;;; 48822 899219 71000))
30593 ;;; Generated autoloads from progmodes/vhdl-mode.el
30594
30595 (autoload 'vhdl-mode "vhdl-mode" "\
30596 Major mode for editing VHDL code.
30597
30598 Usage:
30599 ------
30600
30601 TEMPLATE INSERTION (electrification):
30602 After typing a VHDL keyword and entering `SPC', you are prompted for
30603 arguments while a template is generated for that VHDL construct. Typing
30604 `RET' or `C-g' at the first (mandatory) prompt aborts the current
30605 template generation. Optional arguments are indicated by square
30606 brackets and removed if the queried string is left empty. Prompts for
30607 mandatory arguments remain in the code if the queried string is left
30608 empty. They can be queried again by `C-c C-t C-q'. Enabled
30609 electrification is indicated by `/e' in the mode line.
30610
30611 Typing `M-SPC' after a keyword inserts a space without calling the
30612 template generator. Automatic template generation (i.e.
30613 electrification) can be disabled (enabled) by typing `C-c C-m C-e' or by
30614 setting option `vhdl-electric-mode' (see OPTIONS).
30615
30616 Template generators can be invoked from the VHDL menu, by key
30617 bindings, by typing `C-c C-i C-c' and choosing a construct, or by typing
30618 the keyword (i.e. first word of menu entry not in parenthesis) and
30619 `SPC'. The following abbreviations can also be used: arch, attr, cond,
30620 conf, comp, cons, func, inst, pack, sig, var.
30621
30622 Template styles can be customized in customization group
30623 `vhdl-template' (see OPTIONS).
30624
30625
30626 HEADER INSERTION:
30627 A file header can be inserted by `C-c C-t C-h'. A file footer
30628 (template at the end of the file) can be inserted by `C-c C-t C-f'.
30629 See customization group `vhdl-header'.
30630
30631
30632 STUTTERING:
30633 Double striking of some keys inserts cumbersome VHDL syntax elements.
30634 Stuttering can be disabled (enabled) by typing `C-c C-m C-s' or by
30635 option `vhdl-stutter-mode'. Enabled stuttering is indicated by `/s' in
30636 the mode line. The stuttering keys and their effects are:
30637
30638 ;; --> \" : \" [ --> ( -- --> comment
30639 ;;; --> \" := \" [[ --> [ --CR --> comment-out code
30640 .. --> \" => \" ] --> ) --- --> horizontal line
30641 ,, --> \" <= \" ]] --> ] ---- --> display comment
30642 == --> \" == \" \\='\\=' --> \\\"
30643
30644
30645 WORD COMPLETION:
30646 Typing `TAB' after a (not completed) word looks for a VHDL keyword or a
30647 word in the buffer that starts alike, inserts it and adjusts case.
30648 Re-typing `TAB' toggles through alternative word completions. This also
30649 works in the minibuffer (i.e. in template generator prompts).
30650
30651 Typing `TAB' after `(' looks for and inserts complete parenthesized
30652 expressions (e.g. for array index ranges). All keywords as well as
30653 standard types and subprograms of VHDL have predefined abbreviations
30654 (e.g., type \"std\" and `TAB' will toggle through all standard types
30655 beginning with \"std\").
30656
30657 Typing `TAB' after a non-word character indents the line if at the
30658 beginning of a line (i.e. no preceding non-blank characters), and
30659 inserts a tabulator stop otherwise. `M-TAB' always inserts a tabulator
30660 stop.
30661
30662
30663 COMMENTS:
30664 `--' puts a single comment.
30665 `---' draws a horizontal line for separating code segments.
30666 `----' inserts a display comment, i.e. two horizontal lines
30667 with a comment in between.
30668 `--CR' comments out code on that line. Re-hitting CR comments
30669 out following lines.
30670 `C-c C-c' comments out a region if not commented out,
30671 uncomments a region if already commented out. Option
30672 `comment-style' defines where the comment characters
30673 should be placed (beginning of line, indent, etc.).
30674
30675 You are prompted for comments after object definitions (i.e. signals,
30676 variables, constants, ports) and after subprogram and process
30677 specifications if option `vhdl-prompt-for-comments' is non-nil.
30678 Comments are automatically inserted as additional labels (e.g. after
30679 begin statements) and as help comments if `vhdl-self-insert-comments' is
30680 non-nil.
30681
30682 Inline comments (i.e. comments after a piece of code on the same line)
30683 are indented at least to `vhdl-inline-comment-column'. Comments go at
30684 maximum to `vhdl-end-comment-column'. `RET' after a space in a comment
30685 will open a new comment line. Typing beyond `vhdl-end-comment-column'
30686 in a comment automatically opens a new comment line. `M-q' re-fills
30687 multi-line comments.
30688
30689
30690 INDENTATION:
30691 `TAB' indents a line if at the beginning of the line. The amount of
30692 indentation is specified by option `vhdl-basic-offset'. `C-c C-i C-l'
30693 always indents the current line (is bound to `TAB' if option
30694 `vhdl-intelligent-tab' is nil). If a region is active, `TAB' indents
30695 the entire region.
30696
30697 Indentation can be done for a group of lines (`C-c C-i C-g'), a region
30698 (`M-C-\\') or the entire buffer (menu). Argument and port lists are
30699 indented normally (nil) or relative to the opening parenthesis (non-nil)
30700 according to option `vhdl-argument-list-indent'.
30701
30702 If option `vhdl-indent-tabs-mode' is nil, spaces are used instead of
30703 tabs. `\\[tabify]' and `\\[untabify]' allow the conversion of spaces to
30704 tabs and vice versa.
30705
30706 Syntax-based indentation can be very slow in large files. Option
30707 `vhdl-indent-syntax-based' allows you to use faster but simpler indentation.
30708
30709 Option `vhdl-indent-comment-like-next-code-line' controls whether
30710 comment lines are indented like the preceding or like the following code
30711 line.
30712
30713
30714 ALIGNMENT:
30715 The alignment functions align operators, keywords, and inline comments
30716 to beautify the code. `C-c C-a C-a' aligns a group of consecutive lines
30717 separated by blank lines, `C-c C-a C-i' a block of lines with same
30718 indent. `C-c C-a C-l' aligns all lines belonging to a list enclosed by
30719 a pair of parentheses (e.g. port clause/map, argument list), and `C-c
30720 C-a C-d' all lines within the declarative part of a design unit. `C-c
30721 C-a M-a' aligns an entire region. `C-c C-a C-c' aligns inline comments
30722 for a group of lines, and `C-c C-a M-c' for a region.
30723
30724 If option `vhdl-align-groups' is non-nil, groups of code lines
30725 separated by special lines (see option `vhdl-align-group-separate') are
30726 aligned individually. If option `vhdl-align-same-indent' is non-nil,
30727 blocks of lines with same indent are aligned separately. Some templates
30728 are automatically aligned after generation if option `vhdl-auto-align'
30729 is non-nil.
30730
30731 Alignment tries to align inline comments at
30732 `vhdl-inline-comment-column' and tries inline comment not to exceed
30733 `vhdl-end-comment-column'.
30734
30735 `C-c C-x M-w' fixes up whitespace in a region. That is, operator
30736 symbols are surrounded by one space, and multiple spaces are eliminated.
30737
30738
30739 CODE FILLING:
30740 Code filling allows you to condense code (e.g. sensitivity lists or port
30741 maps) by removing comments and newlines and re-wrapping so that all
30742 lines are maximally filled (block filling). `C-c C-f C-f' fills a list
30743 enclosed by parenthesis, `C-c C-f C-g' a group of lines separated by
30744 blank lines, `C-c C-f C-i' a block of lines with same indent, and
30745 `C-c C-f M-f' an entire region.
30746
30747
30748 CODE BEAUTIFICATION:
30749 `C-c M-b' and `C-c C-b' beautify the code of a region or of the entire
30750 buffer respectively. This includes indentation, alignment, and case
30751 fixing. Code beautification can also be run non-interactively using the
30752 command:
30753
30754 emacs -batch -l ~/.emacs filename.vhd -f vhdl-beautify-buffer
30755
30756
30757 PORT TRANSLATION:
30758 Generic and port clauses from entity or component declarations can be
30759 copied (`C-c C-p C-w') and pasted as entity and component declarations,
30760 as component instantiations and corresponding internal constants and
30761 signals, as a generic map with constants as actual generics, and as
30762 internal signal initializations (menu).
30763
30764 To include formals in component instantiations, see option
30765 `vhdl-association-list-with-formals'. To include comments in pasting,
30766 see options `vhdl-include-...-comments'.
30767
30768 A clause with several generic/port names on the same line can be
30769 flattened (`C-c C-p C-f') so that only one name per line exists. The
30770 direction of ports can be reversed (`C-c C-p C-r'), i.e., inputs become
30771 outputs and vice versa, which can be useful in testbenches. (This
30772 reversion is done on the internal data structure and is only reflected
30773 in subsequent paste operations.)
30774
30775 Names for actual ports, instances, testbenches, and
30776 design-under-test instances can be derived from existing names according
30777 to options `vhdl-...-name'. See customization group `vhdl-port'.
30778
30779
30780 SUBPROGRAM TRANSLATION:
30781 Similar functionality exists for copying/pasting the interface of
30782 subprograms (function/procedure). A subprogram interface can be copied
30783 and then pasted as a subprogram declaration, body or call (uses
30784 association list with formals).
30785
30786
30787 TESTBENCH GENERATION:
30788 A copied port can also be pasted as a testbench. The generated
30789 testbench includes an entity, an architecture, and an optional
30790 configuration. The architecture contains the component declaration and
30791 instantiation of the DUT as well as internal constant and signal
30792 declarations. Additional user-defined templates can be inserted. The
30793 names used for entity/architecture/configuration/DUT as well as the file
30794 structure to be generated can be customized. See customization group
30795 `vhdl-testbench'.
30796
30797
30798 KEY BINDINGS:
30799 Key bindings (`C-c ...') exist for most commands (see in menu).
30800
30801
30802 VHDL MENU:
30803 All commands can be found in the VHDL menu including their key bindings.
30804
30805
30806 FILE BROWSER:
30807 The speedbar allows browsing of directories and file contents. It can
30808 be accessed from the VHDL menu and is automatically opened if option
30809 `vhdl-speedbar-auto-open' is non-nil.
30810
30811 In speedbar, open files and directories with `mouse-2' on the name and
30812 browse/rescan their contents with `mouse-2'/`S-mouse-2' on the `+'.
30813
30814
30815 DESIGN HIERARCHY BROWSER:
30816 The speedbar can also be used for browsing the hierarchy of design units
30817 contained in the source files of the current directory or the specified
30818 projects (see option `vhdl-project-alist').
30819
30820 The speedbar can be switched between file, directory hierarchy and
30821 project hierarchy browsing mode in the speedbar menu or by typing `f',
30822 `h' or `H' in speedbar.
30823
30824 In speedbar, open design units with `mouse-2' on the name and browse
30825 their hierarchy with `mouse-2' on the `+'. Ports can directly be copied
30826 from entities and components (in packages). Individual design units and
30827 complete designs can directly be compiled (\"Make\" menu entry).
30828
30829 The hierarchy is automatically updated upon saving a modified source
30830 file when option `vhdl-speedbar-update-on-saving' is non-nil. The
30831 hierarchy is only updated for projects that have been opened once in the
30832 speedbar. The hierarchy is cached between Emacs sessions in a file (see
30833 options in group `vhdl-speedbar').
30834
30835 Simple design consistency checks are done during scanning, such as
30836 multiple declarations of the same unit or missing primary units that are
30837 required by secondary units.
30838
30839
30840 STRUCTURAL COMPOSITION:
30841 Enables simple structural composition. `C-c C-m C-n' creates a skeleton
30842 for a new component. Subcomponents (i.e. component declaration and
30843 instantiation) can be automatically placed from a previously read port
30844 (`C-c C-m C-p') or directly from the hierarchy browser (`P'). Finally,
30845 all subcomponents can be automatically connected using internal signals
30846 and ports (`C-c C-m C-w') following these rules:
30847 - subcomponent actual ports with same name are considered to be
30848 connected by a signal (internal signal or port)
30849 - signals that are only inputs to subcomponents are considered as
30850 inputs to this component -> input port created
30851 - signals that are only outputs from subcomponents are considered as
30852 outputs from this component -> output port created
30853 - signals that are inputs to AND outputs from subcomponents are
30854 considered as internal connections -> internal signal created
30855
30856 Purpose: With appropriate naming conventions it is possible to
30857 create higher design levels with only a few mouse clicks or key
30858 strokes. A new design level can be created by simply generating a new
30859 component, placing the required subcomponents from the hierarchy
30860 browser, and wiring everything automatically.
30861
30862 Note: Automatic wiring only works reliably on templates of new
30863 components and component instantiations that were created by VHDL mode.
30864
30865 Component declarations can be placed in a components package (option
30866 `vhdl-use-components-package') which can be automatically generated for
30867 an entire directory or project (`C-c C-m M-p'). The VHDL'93 direct
30868 component instantiation is also supported (option
30869 `vhdl-use-direct-instantiation').
30870
30871 Configuration declarations can automatically be generated either from
30872 the menu (`C-c C-m C-f') (for the architecture the cursor is in) or from
30873 the speedbar menu (for the architecture under the cursor). The
30874 configurations can optionally be hierarchical (i.e. include all
30875 component levels of a hierarchical design, option
30876 `vhdl-compose-configuration-hierarchical') or include subconfigurations
30877 (option `vhdl-compose-configuration-use-subconfiguration'). For
30878 subcomponents in hierarchical configurations, the most-recently-analyzed
30879 (mra) architecture is selected. If another architecture is desired, it
30880 can be marked as most-recently-analyzed (speedbar menu) before
30881 generating the configuration.
30882
30883 Note: Configurations of subcomponents (i.e. hierarchical configuration
30884 declarations) are currently not considered when displaying
30885 configurations in speedbar.
30886
30887 See the options group `vhdl-compose' for all relevant user options.
30888
30889
30890 SOURCE FILE COMPILATION:
30891 The syntax of the current buffer can be analyzed by calling a VHDL
30892 compiler (menu, `C-c C-k'). The compiler to be used is specified by
30893 option `vhdl-compiler'. The available compilers are listed in option
30894 `vhdl-compiler-alist' including all required compilation command,
30895 command options, compilation directory, and error message syntax
30896 information. New compilers can be added.
30897
30898 All the source files of an entire design can be compiled by the `make'
30899 command (menu, `C-c M-C-k') if an appropriate Makefile exists.
30900
30901
30902 MAKEFILE GENERATION:
30903 Makefiles can be generated automatically by an internal generation
30904 routine (`C-c M-k'). The library unit dependency information is
30905 obtained from the hierarchy browser. Makefile generation can be
30906 customized for each compiler in option `vhdl-compiler-alist'.
30907
30908 Makefile generation can also be run non-interactively using the
30909 command:
30910
30911 emacs -batch -l ~/.emacs -l vhdl-mode
30912 [-compiler compilername] [-project projectname]
30913 -f vhdl-generate-makefile
30914
30915 The Makefile's default target \"all\" compiles the entire design, the
30916 target \"clean\" removes it and the target \"library\" creates the
30917 library directory if not existent. These target names can be customized
30918 by option `vhdl-makefile-default-targets'. The Makefile also includes a
30919 target for each primary library unit which allows selective compilation
30920 of this unit, its secondary units and its subhierarchy (example:
30921 compilation of a design specified by a configuration). User specific
30922 parts can be inserted into a Makefile with option
30923 `vhdl-makefile-generation-hook'.
30924
30925 Limitations:
30926 - Only library units and dependencies within the current library are
30927 considered. Makefiles for designs that span multiple libraries are
30928 not (yet) supported.
30929 - Only one-level configurations are supported (also hierarchical),
30930 but configurations that go down several levels are not.
30931 - The \"others\" keyword in configurations is not supported.
30932
30933
30934 PROJECTS:
30935 Projects can be defined in option `vhdl-project-alist' and a current
30936 project be selected using option `vhdl-project' (permanently) or from
30937 the menu or speedbar (temporarily). For each project, title and
30938 description strings (for the file headers), source files/directories
30939 (for the hierarchy browser and Makefile generation), library name, and
30940 compiler-dependent options, exceptions and compilation directory can be
30941 specified. Compilation settings overwrite the settings of option
30942 `vhdl-compiler-alist'.
30943
30944 Project setups can be exported (i.e. written to a file) and imported.
30945 Imported setups are not automatically saved in `vhdl-project-alist' but
30946 can be saved afterwards in its customization buffer. When starting
30947 Emacs with VHDL Mode (i.e. load a VHDL file or use \"emacs -l
30948 vhdl-mode\") in a directory with an existing project setup file, it is
30949 automatically loaded and its project activated if option
30950 `vhdl-project-auto-load' is non-nil. Names/paths of the project setup
30951 files can be specified in option `vhdl-project-file-name'. Multiple
30952 project setups can be automatically loaded from global directories.
30953 This is an alternative to specifying project setups with option
30954 `vhdl-project-alist'.
30955
30956
30957 SPECIAL MENUES:
30958 As an alternative to the speedbar, an index menu can be added (set
30959 option `vhdl-index-menu' to non-nil) or made accessible as a mouse menu
30960 (e.g. add \"(global-set-key '[S-down-mouse-3] 'imenu)\" to your start-up
30961 file) for browsing the file contents (is not populated if buffer is
30962 larger than 256000). Also, a source file menu can be
30963 added (set option `vhdl-source-file-menu' to non-nil) for browsing the
30964 current directory for VHDL source files.
30965
30966
30967 VHDL STANDARDS:
30968 The VHDL standards to be used are specified in option `vhdl-standard'.
30969 Available standards are: VHDL'87/'93(02)/'08, VHDL-AMS, and Math Packages.
30970
30971
30972 KEYWORD CASE:
30973 Lower and upper case for keywords and standardized types, attributes,
30974 and enumeration values is supported. If the option
30975 `vhdl-upper-case-keywords' is set to non-nil, keywords can be typed in
30976 lower case and are converted into upper case automatically (not for
30977 types, attributes, and enumeration values). The case of keywords,
30978 types, attributes,and enumeration values can be fixed for an entire
30979 region (menu) or buffer (`C-c C-x C-c') according to the options
30980 `vhdl-upper-case-{keywords,types,attributes,enum-values}'.
30981
30982
30983 HIGHLIGHTING (fontification):
30984 Keywords and standardized types, attributes, enumeration values, and
30985 function names (controlled by option `vhdl-highlight-keywords'), as well
30986 as comments, strings, and template prompts are highlighted using
30987 different colors. Unit, subprogram, signal, variable, constant,
30988 parameter and generic/port names in declarations as well as labels are
30989 highlighted if option `vhdl-highlight-names' is non-nil.
30990
30991 Additional reserved words or words with a forbidden syntax (e.g. words
30992 that should be avoided) can be specified in option
30993 `vhdl-forbidden-words' or `vhdl-forbidden-syntax' and be highlighted in
30994 a warning color (option `vhdl-highlight-forbidden-words'). Verilog
30995 keywords are highlighted as forbidden words if option
30996 `vhdl-highlight-verilog-keywords' is non-nil.
30997
30998 Words with special syntax can be highlighted by specifying their
30999 syntax and color in option `vhdl-special-syntax-alist' and by setting
31000 option `vhdl-highlight-special-words' to non-nil. This allows you to
31001 establish some naming conventions (e.g. to distinguish different kinds
31002 of signals or other objects by using name suffices) and to support them
31003 visually.
31004
31005 Option `vhdl-highlight-case-sensitive' can be set to non-nil in order
31006 to support case-sensitive highlighting. However, keywords are then only
31007 highlighted if written in lower case.
31008
31009 Code between \"translate_off\" and \"translate_on\" pragmas is
31010 highlighted using a different background color if option
31011 `vhdl-highlight-translate-off' is non-nil.
31012
31013 For documentation and customization of the used colors see
31014 customization group `vhdl-highlight-faces' (`\\[customize-group]'). For
31015 highlighting of matching parenthesis, see customization group
31016 `paren-showing'. Automatic buffer highlighting is turned on/off by
31017 option `global-font-lock-mode' (`font-lock-auto-fontify' in XEmacs).
31018
31019
31020 USER MODELS:
31021 VHDL models (templates) can be specified by the user and made accessible
31022 in the menu, through key bindings (`C-c C-m ...'), or by keyword
31023 electrification. See option `vhdl-model-alist'.
31024
31025
31026 HIDE/SHOW:
31027 The code of blocks, processes, subprograms, component declarations and
31028 instantiations, generic/port clauses, and configuration declarations can
31029 be hidden using the `Hide/Show' menu or by pressing `S-mouse-2' within
31030 the code (see customization group `vhdl-menu'). XEmacs: limited
31031 functionality due to old `hideshow.el' package.
31032
31033
31034 CODE UPDATING:
31035 - Sensitivity List: `C-c C-u C-s' updates the sensitivity list of the
31036 current process, `C-c C-u M-s' of all processes in the current buffer.
31037 Limitations:
31038 - Only declared local signals (ports, signals declared in
31039 architecture and blocks) are automatically inserted.
31040 - Global signals declared in packages are not automatically inserted.
31041 Insert them once manually (will be kept afterwards).
31042 - Out parameters of procedures are considered to be read.
31043 Use option `vhdl-entity-file-name' to specify the entity file name
31044 (used to obtain the port names).
31045 Use option `vhdl-array-index-record-field-in-sensitivity-list' to
31046 specify whether to include array indices and record fields in
31047 sensitivity lists.
31048
31049
31050 CODE FIXING:
31051 `C-c C-x C-p' fixes the closing parenthesis of a generic/port clause
31052 (e.g., if the closing parenthesis is on the wrong line or is missing).
31053
31054
31055 PRINTING:
31056 PostScript printing with different faces (an optimized set of faces is
31057 used if `vhdl-print-customize-faces' is non-nil) or colors (if
31058 `ps-print-color-p' is non-nil) is possible using the standard Emacs
31059 PostScript printing commands. Option `vhdl-print-two-column' defines
31060 appropriate default settings for nice landscape two-column printing.
31061 The paper format can be set by option `ps-paper-type'. Do not forget to
31062 switch `ps-print-color-p' to nil for printing on black-and-white
31063 printers.
31064
31065
31066 OPTIONS:
31067 User options allow customization of VHDL Mode. All options are
31068 accessible from the \"Options\" menu entry. Simple options (switches
31069 and choices) can directly be changed, while for complex options a
31070 customization buffer is opened. Changed options can be saved for future
31071 sessions using the \"Save Options\" menu entry.
31072
31073 Options and their detailed descriptions can also be accessed by using
31074 the \"Customize\" menu entry or the command `\\[customize-option]'
31075 (`\\[customize-group]' for groups). Some customizations only take effect
31076 after some action (read the NOTE in the option documentation).
31077 Customization can also be done globally (i.e. site-wide, read the
31078 INSTALL file).
31079
31080 Not all options are described in this documentation, so go and see
31081 what other useful user options there are (`\\[vhdl-customize]' or menu)!
31082
31083
31084 FILE EXTENSIONS:
31085 As default, files with extensions \".vhd\" and \".vhdl\" are
31086 automatically recognized as VHDL source files. To add an extension
31087 \".xxx\", add the following line to your Emacs start-up file (`.emacs'):
31088
31089 (push \\='(\"\\\\.xxx\\\\\\='\" . vhdl-mode) auto-mode-alist)
31090
31091
31092 HINTS:
31093 - To start Emacs with open VHDL hierarchy browser without having to load
31094 a VHDL file first, use the command:
31095
31096 emacs -l vhdl-mode -f speedbar-frame-mode
31097
31098 - Type `C-g C-g' to interrupt long operations or if Emacs hangs.
31099
31100 - Some features only work on properly indented code.
31101
31102
31103 RELEASE NOTES:
31104 See also the release notes (menu) for added features in new releases.
31105
31106
31107 Maintenance:
31108 ------------
31109
31110 To submit a bug report, enter `\\[vhdl-submit-bug-report]' within VHDL Mode.
31111 Add a description of the problem and include a reproducible test case.
31112
31113 Questions and enhancement requests can be sent to <reto@gnu.org>.
31114
31115 The `vhdl-mode-announce' mailing list informs about new VHDL Mode releases.
31116 The `vhdl-mode-victims' mailing list informs about new VHDL Mode beta
31117 releases. You are kindly invited to participate in beta testing. Subscribe
31118 to above mailing lists by sending an email to <reto@gnu.org>.
31119
31120 VHDL Mode is officially distributed at
31121 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
31122 where the latest version can be found.
31123
31124
31125 Known problems:
31126 ---------------
31127
31128 - XEmacs: Incorrect start-up when automatically opening speedbar.
31129 - XEmacs: Indentation in XEmacs 21.4 (and higher).
31130 - Indentation incorrect for new 'postponed' VHDL keyword.
31131 - Indentation incorrect for 'protected body' construct.
31132
31133
31134 The VHDL Mode Authors
31135 Reto Zimmermann and Rod Whitby
31136
31137 Key bindings:
31138 -------------
31139
31140 \\{vhdl-mode-map}
31141
31142 \(fn)" t nil)
31143
31144 ;;;***
31145 \f
31146 ;;;### (autoloads nil "viet-util" "language/viet-util.el" (22230
31147 ;;;;;; 48822 776219 626000))
31148 ;;; Generated autoloads from language/viet-util.el
31149
31150 (autoload 'viet-encode-viscii-char "viet-util" "\
31151 Return VISCII character code of CHAR if appropriate.
31152
31153 \(fn CHAR)" nil nil)
31154
31155 (autoload 'viet-decode-viqr-region "viet-util" "\
31156 Convert `VIQR' mnemonics of the current region to Vietnamese characters.
31157 When called from a program, expects two arguments,
31158 positions (integers or markers) specifying the stretch of the region.
31159
31160 \(fn FROM TO)" t nil)
31161
31162 (autoload 'viet-decode-viqr-buffer "viet-util" "\
31163 Convert `VIQR' mnemonics of the current buffer to Vietnamese characters.
31164
31165 \(fn)" t nil)
31166
31167 (autoload 'viet-encode-viqr-region "viet-util" "\
31168 Convert Vietnamese characters of the current region to `VIQR' mnemonics.
31169 When called from a program, expects two arguments,
31170 positions (integers or markers) specifying the stretch of the region.
31171
31172 \(fn FROM TO)" t nil)
31173
31174 (autoload 'viet-encode-viqr-buffer "viet-util" "\
31175 Convert Vietnamese characters of the current buffer to `VIQR' mnemonics.
31176
31177 \(fn)" t nil)
31178
31179 (autoload 'viqr-post-read-conversion "viet-util" "\
31180
31181
31182 \(fn LEN)" nil nil)
31183
31184 (autoload 'viqr-pre-write-conversion "viet-util" "\
31185
31186
31187 \(fn FROM TO)" nil nil)
31188
31189 ;;;***
31190 \f
31191 ;;;### (autoloads nil "view" "view.el" (22230 48822 942218 877000))
31192 ;;; Generated autoloads from view.el
31193
31194 (defvar view-remove-frame-by-deleting t "\
31195 Determine how View mode removes a frame no longer needed.
31196 If nil, make an icon of the frame. If non-nil, delete the frame.")
31197
31198 (custom-autoload 'view-remove-frame-by-deleting "view" t)
31199
31200 (defvar view-mode nil "\
31201 Non-nil if View mode is enabled.
31202 Don't change this variable directly, you must change it by one of the
31203 functions that enable or disable view mode.")
31204
31205 (make-variable-buffer-local 'view-mode)
31206
31207 (autoload 'kill-buffer-if-not-modified "view" "\
31208 Like `kill-buffer', but does nothing if the buffer is modified.
31209
31210 \(fn BUF)" nil nil)
31211
31212 (autoload 'view-file "view" "\
31213 View FILE in View mode, returning to previous buffer when done.
31214 Emacs commands editing the buffer contents are not available; instead, a
31215 special set of commands (mostly letters and punctuation) are defined for
31216 moving around in the buffer.
31217 Space scrolls forward, Delete scrolls backward.
31218 For a list of all View commands, type H or h while viewing.
31219
31220 This command runs the normal hook `view-mode-hook'.
31221
31222 \(fn FILE)" t nil)
31223
31224 (autoload 'view-file-other-window "view" "\
31225 View FILE in View mode in another window.
31226 When done, return that window to its previous buffer, and kill the
31227 buffer visiting FILE if unmodified and if it wasn't visited before.
31228
31229 Emacs commands editing the buffer contents are not available; instead,
31230 a special set of commands (mostly letters and punctuation)
31231 are defined for moving around in the buffer.
31232 Space scrolls forward, Delete scrolls backward.
31233 For a list of all View commands, type H or h while viewing.
31234
31235 This command runs the normal hook `view-mode-hook'.
31236
31237 \(fn FILE)" t nil)
31238
31239 (autoload 'view-file-other-frame "view" "\
31240 View FILE in View mode in another frame.
31241 When done, kill the buffer visiting FILE if unmodified and if it wasn't
31242 visited before; also, maybe delete other frame and/or return to previous
31243 buffer.
31244
31245 Emacs commands editing the buffer contents are not available; instead,
31246 a special set of commands (mostly letters and punctuation)
31247 are defined for moving around in the buffer.
31248 Space scrolls forward, Delete scrolls backward.
31249 For a list of all View commands, type H or h while viewing.
31250
31251 This command runs the normal hook `view-mode-hook'.
31252
31253 \(fn FILE)" t nil)
31254
31255 (autoload 'view-buffer "view" "\
31256 View BUFFER in View mode, returning to previous buffer when done.
31257 Emacs commands editing the buffer contents are not available; instead, a
31258 special set of commands (mostly letters and punctuation) are defined for
31259 moving around in the buffer.
31260 Space scrolls forward, Delete scrolls backward.
31261 For a list of all View commands, type H or h while viewing.
31262
31263 This command runs the normal hook `view-mode-hook'.
31264
31265 Optional argument EXIT-ACTION is either nil or a function with buffer as
31266 argument. This function is called when finished viewing buffer. Use
31267 this argument instead of explicitly setting `view-exit-action'.
31268
31269 Do not set EXIT-ACTION to `kill-buffer' when BUFFER visits a
31270 file: Users may suspend viewing in order to modify the buffer.
31271 Exiting View mode will then discard the user's edits. Setting
31272 EXIT-ACTION to `kill-buffer-if-not-modified' avoids this.
31273
31274 This function does not enable View mode if the buffer's major-mode
31275 has a `special' mode-class, because such modes usually have their
31276 own View-like bindings.
31277
31278 \(fn BUFFER &optional EXIT-ACTION)" t nil)
31279
31280 (autoload 'view-buffer-other-window "view" "\
31281 View BUFFER in View mode in another window.
31282 Emacs commands editing the buffer contents are not available;
31283 instead, a special set of commands (mostly letters and
31284 punctuation) are defined for moving around in the buffer.
31285 Space scrolls forward, Delete scrolls backward.
31286 For a list of all View commands, type H or h while viewing.
31287
31288 This command runs the normal hook `view-mode-hook'.
31289
31290 Optional argument NOT-RETURN is ignored.
31291
31292 Optional argument EXIT-ACTION is either nil or a function with buffer as
31293 argument. This function is called when finished viewing buffer. Use
31294 this argument instead of explicitly setting `view-exit-action'.
31295
31296 This function does not enable View mode if the buffer's major-mode
31297 has a `special' mode-class, because such modes usually have their
31298 own View-like bindings.
31299
31300 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31301
31302 (autoload 'view-buffer-other-frame "view" "\
31303 View BUFFER in View mode in another frame.
31304 Emacs commands editing the buffer contents are not available;
31305 instead, a special set of commands (mostly letters and
31306 punctuation) are defined for moving around in the buffer.
31307 Space scrolls forward, Delete scrolls backward.
31308 For a list of all View commands, type H or h while viewing.
31309
31310 This command runs the normal hook `view-mode-hook'.
31311
31312 Optional argument NOT-RETURN is ignored.
31313
31314 Optional argument EXIT-ACTION is either nil or a function with buffer as
31315 argument. This function is called when finished viewing buffer. Use
31316 this argument instead of explicitly setting `view-exit-action'.
31317
31318 This function does not enable View mode if the buffer's major-mode
31319 has a `special' mode-class, because such modes usually have their
31320 own View-like bindings.
31321
31322 \(fn BUFFER &optional NOT-RETURN EXIT-ACTION)" t nil)
31323
31324 (autoload 'view-mode "view" "\
31325 Toggle View mode, a minor mode for viewing text but not editing it.
31326 With a prefix argument ARG, enable View mode if ARG is positive,
31327 and disable it otherwise. If called from Lisp, enable View mode
31328 if ARG is omitted or nil.
31329
31330 When View mode is enabled, commands that do not change the buffer
31331 contents are available as usual. Kill commands insert text in
31332 kill buffers but do not delete. Most other commands beep and
31333 tell the user that the buffer is read-only.
31334
31335 \\<view-mode-map>
31336
31337 The following additional commands are provided. Most commands
31338 take prefix arguments. Page commands default to \"page size\"
31339 lines which is almost a whole window, or number of lines set by
31340 \\[View-scroll-page-forward-set-page-size] or \\[View-scroll-page-backward-set-page-size].
31341 Half page commands default to and set \"half page size\" lines
31342 which initially is half a window full. Search commands default
31343 to a repeat count of one.
31344
31345 H, h, ? This message.
31346 Digits provide prefix arguments.
31347 \\[negative-argument] negative prefix argument.
31348 \\[beginning-of-buffer] move to the beginning of buffer.
31349 > move to the end of buffer.
31350 \\[View-scroll-to-buffer-end] scroll so that buffer end is at last line of window.
31351 SPC scroll forward \"page size\" lines.
31352 With prefix scroll forward prefix lines.
31353 DEL, S-SPC scroll backward \"page size\" lines.
31354 With prefix scroll backward prefix lines.
31355 \\[View-scroll-page-forward-set-page-size] like \\[View-scroll-page-forward] but with prefix sets \"page size\" to prefix.
31356 \\[View-scroll-page-backward-set-page-size] like \\[View-scroll-page-backward] but with prefix sets \"page size\" to prefix.
31357 \\[View-scroll-half-page-forward] scroll forward \"half page size\" lines. With prefix, sets
31358 \"half page size\" to prefix lines and scrolls forward that much.
31359 \\[View-scroll-half-page-backward] scroll backward \"half page size\" lines. With prefix, sets
31360 \"half page size\" to prefix lines and scrolls backward that much.
31361 RET, LFD scroll forward one line. With prefix scroll forward prefix line(s).
31362 y scroll backward one line. With prefix scroll backward prefix line(s).
31363 \\[View-revert-buffer-scroll-page-forward] revert-buffer if necessary and scroll forward.
31364 Use this to view a changing file.
31365 \\[what-line] prints the current line number.
31366 \\[View-goto-percent] goes prefix argument (default 100) percent into buffer.
31367 \\[View-goto-line] goes to line given by prefix argument (default first line).
31368 . set the mark.
31369 x exchanges point and mark.
31370 \\[View-back-to-mark] return to mark and pops mark ring.
31371 Mark ring is pushed at start of every successful search and when
31372 jump to line occurs. The mark is set on jump to buffer start or end.
31373 \\[point-to-register] save current position in character register.
31374 ' go to position saved in character register.
31375 s do forward incremental search.
31376 r do reverse incremental search.
31377 \\[View-search-regexp-forward] searches forward for regular expression, starting after current page.
31378 ! and @ have a special meaning at the beginning of the regexp.
31379 ! means search for a line with no match for regexp. @ means start
31380 search at beginning (end for backward search) of buffer.
31381 \\ searches backward for regular expression, starting before current page.
31382 \\[View-search-last-regexp-forward] searches forward for last regular expression.
31383 p searches backward for last regular expression.
31384 \\[View-quit] quit View mode, restoring this window and buffer to previous state.
31385 \\[View-quit] is the normal way to leave view mode.
31386 \\[View-exit] exit View mode but stay in current buffer. Use this if you started
31387 viewing a buffer (file) and find out you want to edit it.
31388 This command restores the previous read-only status of the buffer.
31389 \\[View-exit-and-edit] exit View mode, and make the current buffer editable
31390 even if it was not editable before entry to View mode.
31391 \\[View-quit-all] quit View mode, restoring all windows to previous state.
31392 \\[View-leave] quit View mode and maybe switch buffers, but don't kill this buffer.
31393 \\[View-kill-and-leave] quit View mode, kill current buffer and go back to other buffer.
31394
31395 The effect of \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] depends on how view-mode was entered. If it was
31396 entered by view-file, view-file-other-window, view-file-other-frame, or
31397 \\[dired-view-file] (\\[view-file], \\[view-file-other-window],
31398 \\[view-file-other-frame], or the Dired mode v command),
31399 then \\[View-quit] will try to kill the current buffer.
31400 If view-mode was entered from another buffer, by \\[view-buffer],
31401 \\[view-buffer-other-window], \\[view-buffer-other frame], \\[view-file],
31402 \\[view-file-other-window], or \\[view-file-other-frame],
31403 then \\[View-leave], \\[View-quit] and \\[View-kill-and-leave] will return to that buffer.
31404
31405 Entry to view-mode runs the normal hook `view-mode-hook'.
31406
31407 \(fn &optional ARG)" t nil)
31408
31409 (autoload 'view-return-to-alist-update "view" "\
31410 Update `view-return-to-alist' of buffer BUFFER.
31411 Remove from `view-return-to-alist' all entries referencing dead
31412 windows. Optional argument ITEM non-nil means add ITEM to
31413 `view-return-to-alist' after purging. For a description of items
31414 that can be added see the RETURN-TO-ALIST argument of the
31415 function `view-mode-exit'. If `view-return-to-alist' contains an
31416 entry for the selected window, purge that entry from
31417 `view-return-to-alist' before adding ITEM.
31418
31419 \(fn BUFFER &optional ITEM)" nil nil)
31420
31421 (make-obsolete 'view-return-to-alist-update '"this function has no effect." '"24.1")
31422
31423 (autoload 'view-mode-enter "view" "\
31424 Enter View mode and set up exit from view mode depending on optional arguments.
31425 Optional argument QUIT-RESTORE if non-nil must specify a valid
31426 entry for quitting and restoring any window showing the current
31427 buffer. This entry replaces any parameter installed by
31428 `display-buffer' and is used by `view-mode-exit'.
31429
31430 Optional argument EXIT-ACTION, if non-nil, must specify a
31431 function that takes a buffer as argument. This function will be
31432 called by `view-mode-exit'.
31433
31434 For a list of all View commands, type H or h while viewing.
31435
31436 This function runs the normal hook `view-mode-hook'.
31437
31438 \(fn &optional QUIT-RESTORE EXIT-ACTION)" nil nil)
31439
31440 (autoload 'View-exit-and-edit "view" "\
31441 Exit View mode and make the current buffer editable.
31442
31443 \(fn)" t nil)
31444
31445 ;;;***
31446 \f
31447 ;;;### (autoloads nil "viper" "emulation/viper.el" (22230 48822 702219
31448 ;;;;;; 960000))
31449 ;;; Generated autoloads from emulation/viper.el
31450 (push (purecopy '(viper 3 14 1)) package--builtin-versions)
31451
31452 (autoload 'toggle-viper-mode "viper" "\
31453 Toggle Viper on/off.
31454 If Viper is enabled, turn it off. Otherwise, turn it on.
31455
31456 \(fn)" t nil)
31457
31458 (autoload 'viper-mode "viper" "\
31459 Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'.
31460
31461 \(fn)" t nil)
31462
31463 ;;;***
31464 \f
31465 ;;;### (autoloads nil "warnings" "emacs-lisp/warnings.el" (22230
31466 ;;;;;; 48822 698219 978000))
31467 ;;; Generated autoloads from emacs-lisp/warnings.el
31468
31469 (defvar warning-prefix-function nil "\
31470 Function to generate warning prefixes.
31471 This function, if non-nil, is called with two arguments,
31472 the severity level and its entry in `warning-levels',
31473 and should return the entry that should actually be used.
31474 The warnings buffer is current when this function is called
31475 and the function can insert text in it. This text becomes
31476 the beginning of the warning.")
31477
31478 (defvar warning-series nil "\
31479 Non-nil means treat multiple `display-warning' calls as a series.
31480 A marker indicates a position in the warnings buffer
31481 which is the start of the current series; it means that
31482 additional warnings in the same buffer should not move point.
31483 If t, the next warning begins a series (and stores a marker here).
31484 A symbol with a function definition is like t, except
31485 also call that function before the next warning.")
31486
31487 (defvar warning-fill-prefix nil "\
31488 Non-nil means fill each warning text using this string as `fill-prefix'.")
31489
31490 (defvar warning-type-format (purecopy " (%s)") "\
31491 Format for displaying the warning type in the warning message.
31492 The result of formatting the type this way gets included in the
31493 message under the control of the string in `warning-levels'.")
31494
31495 (autoload 'display-warning "warnings" "\
31496 Display a warning message, MESSAGE.
31497 TYPE is the warning type: either a custom group name (a symbol),
31498 or a list of symbols whose first element is a custom group name.
31499 \(The rest of the symbols represent subcategories, for warning purposes
31500 only, and you can use whatever symbols you like.)
31501
31502 LEVEL should be either :debug, :warning, :error, or :emergency
31503 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31504 Default is :warning.
31505
31506 :emergency -- a problem that will seriously impair Emacs operation soon
31507 if you do not attend to it promptly.
31508 :error -- data or circumstances that are inherently wrong.
31509 :warning -- data or circumstances that are not inherently wrong,
31510 but raise suspicion of a possible problem.
31511 :debug -- info for debugging only.
31512
31513 BUFFER-NAME, if specified, is the name of the buffer for logging
31514 the warning. By default, it is `*Warnings*'. If this function
31515 has to create the buffer, it disables undo in the buffer.
31516
31517 See the `warnings' custom group for user customization features.
31518
31519 See also `warning-series', `warning-prefix-function' and
31520 `warning-fill-prefix' for additional programming features.
31521
31522 \(fn TYPE MESSAGE &optional LEVEL BUFFER-NAME)" nil nil)
31523
31524 (autoload 'lwarn "warnings" "\
31525 Display a warning message made from (format-message MESSAGE ARGS...).
31526 \\<special-mode-map>
31527 Aside from generating the message with `format-message',
31528 this is equivalent to `display-warning'.
31529
31530 TYPE is the warning type: either a custom group name (a symbol),
31531 or a list of symbols whose first element is a custom group name.
31532 \(The rest of the symbols represent subcategories and
31533 can be whatever you like.)
31534
31535 LEVEL should be either :debug, :warning, :error, or :emergency
31536 \(but see `warning-minimum-level' and `warning-minimum-log-level').
31537
31538 :emergency -- a problem that will seriously impair Emacs operation soon
31539 if you do not attend to it promptly.
31540 :error -- invalid data or circumstances.
31541 :warning -- suspicious data or circumstances.
31542 :debug -- info for debugging only.
31543
31544 \(fn TYPE LEVEL MESSAGE &rest ARGS)" nil nil)
31545
31546 (autoload 'warn "warnings" "\
31547 Display a warning message made from (format-message MESSAGE ARGS...).
31548 Aside from generating the message with `format-message',
31549 this is equivalent to `display-warning', using
31550 `emacs' as the type and `:warning' as the level.
31551
31552 \(fn MESSAGE &rest ARGS)" nil nil)
31553
31554 ;;;***
31555 \f
31556 ;;;### (autoloads nil "wdired" "wdired.el" (22230 48822 943218 872000))
31557 ;;; Generated autoloads from wdired.el
31558 (push (purecopy '(wdired 2 0)) package--builtin-versions)
31559
31560 (autoload 'wdired-change-to-wdired-mode "wdired" "\
31561 Put a Dired buffer in Writable Dired (WDired) mode.
31562 \\<wdired-mode-map>
31563 In WDired mode, you can edit the names of the files in the
31564 buffer, the target of the links, and the permission bits of the
31565 files. After typing \\[wdired-finish-edit], Emacs modifies the files and
31566 directories to reflect your edits.
31567
31568 See `wdired-mode'.
31569
31570 \(fn)" t nil)
31571
31572 ;;;***
31573 \f
31574 ;;;### (autoloads nil "webjump" "net/webjump.el" (22230 48822 817219
31575 ;;;;;; 441000))
31576 ;;; Generated autoloads from net/webjump.el
31577
31578 (autoload 'webjump "webjump" "\
31579 Jumps to a Web site from a programmable hotlist.
31580
31581 See the documentation for the `webjump-sites' variable for how to customize the
31582 hotlist.
31583
31584 Please submit bug reports and other feedback to the author, Neil W. Van Dyke
31585 <nwv@acm.org>.
31586
31587 \(fn)" t nil)
31588
31589 ;;;***
31590 \f
31591 ;;;### (autoloads nil "which-func" "progmodes/which-func.el" (22230
31592 ;;;;;; 48822 899219 71000))
31593 ;;; Generated autoloads from progmodes/which-func.el
31594 (put 'which-func-format 'risky-local-variable t)
31595 (put 'which-func-current 'risky-local-variable t)
31596
31597 (define-obsolete-function-alias 'which-func-mode 'which-function-mode "24.1")
31598
31599 (defvar which-function-mode nil "\
31600 Non-nil if Which-Function mode is enabled.
31601 See the command `which-function-mode' for a description of this minor mode.
31602 Setting this variable directly does not take effect;
31603 either customize it (see the info node `Easy Customization')
31604 or call the function `which-function-mode'.")
31605
31606 (custom-autoload 'which-function-mode "which-func" nil)
31607
31608 (autoload 'which-function-mode "which-func" "\
31609 Toggle mode line display of current function (Which Function mode).
31610 With a prefix argument ARG, enable Which Function mode if ARG is
31611 positive, and disable it otherwise. If called from Lisp, enable
31612 the mode if ARG is omitted or nil.
31613
31614 Which Function mode is a global minor mode. When enabled, the
31615 current function name is continuously displayed in the mode line,
31616 in certain major modes.
31617
31618 \(fn &optional ARG)" t nil)
31619
31620 ;;;***
31621 \f
31622 ;;;### (autoloads nil "whitespace" "whitespace.el" (22230 48822 943218
31623 ;;;;;; 872000))
31624 ;;; Generated autoloads from whitespace.el
31625 (push (purecopy '(whitespace 13 2 2)) package--builtin-versions)
31626
31627 (autoload 'whitespace-mode "whitespace" "\
31628 Toggle whitespace visualization (Whitespace mode).
31629 With a prefix argument ARG, enable Whitespace mode if ARG is
31630 positive, and disable it otherwise. If called from Lisp, enable
31631 the mode if ARG is omitted or nil.
31632
31633 See also `whitespace-style', `whitespace-newline' and
31634 `whitespace-display-mappings'.
31635
31636 \(fn &optional ARG)" t nil)
31637
31638 (autoload 'whitespace-newline-mode "whitespace" "\
31639 Toggle newline visualization (Whitespace Newline mode).
31640 With a prefix argument ARG, enable Whitespace Newline mode if ARG
31641 is positive, and disable it otherwise. If called from Lisp,
31642 enable the mode if ARG is omitted or nil.
31643
31644 Use `whitespace-newline-mode' only for NEWLINE visualization
31645 exclusively. For other visualizations, including NEWLINE
31646 visualization together with (HARD) SPACEs and/or TABs, please,
31647 use `whitespace-mode'.
31648
31649 See also `whitespace-newline' and `whitespace-display-mappings'.
31650
31651 \(fn &optional ARG)" t nil)
31652
31653 (defvar global-whitespace-mode nil "\
31654 Non-nil if Global Whitespace mode is enabled.
31655 See the command `global-whitespace-mode' for a description of this minor mode.
31656 Setting this variable directly does not take effect;
31657 either customize it (see the info node `Easy Customization')
31658 or call the function `global-whitespace-mode'.")
31659
31660 (custom-autoload 'global-whitespace-mode "whitespace" nil)
31661
31662 (autoload 'global-whitespace-mode "whitespace" "\
31663 Toggle whitespace visualization globally (Global Whitespace mode).
31664 With a prefix argument ARG, enable Global Whitespace mode if ARG
31665 is positive, and disable it otherwise. If called from Lisp,
31666 enable it if ARG is omitted or nil.
31667
31668 See also `whitespace-style', `whitespace-newline' and
31669 `whitespace-display-mappings'.
31670
31671 \(fn &optional ARG)" t nil)
31672
31673 (defvar global-whitespace-newline-mode nil "\
31674 Non-nil if Global Whitespace-Newline mode is enabled.
31675 See the command `global-whitespace-newline-mode' for a description of this minor mode.
31676 Setting this variable directly does not take effect;
31677 either customize it (see the info node `Easy Customization')
31678 or call the function `global-whitespace-newline-mode'.")
31679
31680 (custom-autoload 'global-whitespace-newline-mode "whitespace" nil)
31681
31682 (autoload 'global-whitespace-newline-mode "whitespace" "\
31683 Toggle global newline visualization (Global Whitespace Newline mode).
31684 With a prefix argument ARG, enable Global Whitespace Newline mode
31685 if ARG is positive, and disable it otherwise. If called from
31686 Lisp, enable it if ARG is omitted or nil.
31687
31688 Use `global-whitespace-newline-mode' only for NEWLINE
31689 visualization exclusively. For other visualizations, including
31690 NEWLINE visualization together with (HARD) SPACEs and/or TABs,
31691 please use `global-whitespace-mode'.
31692
31693 See also `whitespace-newline' and `whitespace-display-mappings'.
31694
31695 \(fn &optional ARG)" t nil)
31696
31697 (autoload 'whitespace-toggle-options "whitespace" "\
31698 Toggle local `whitespace-mode' options.
31699
31700 If local whitespace-mode is off, toggle the option given by ARG
31701 and turn on local whitespace-mode.
31702
31703 If local whitespace-mode is on, toggle the option given by ARG
31704 and restart local whitespace-mode.
31705
31706 Interactively, it reads one of the following chars:
31707
31708 CHAR MEANING
31709 (VIA FACES)
31710 f toggle face visualization
31711 t toggle TAB visualization
31712 s toggle SPACE and HARD SPACE visualization
31713 r toggle trailing blanks visualization
31714 l toggle \"long lines\" visualization
31715 L toggle \"long lines\" tail visualization
31716 n toggle NEWLINE visualization
31717 e toggle empty line at bob and/or eob visualization
31718 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31719 I toggle indentation SPACEs visualization
31720 i toggle indentation TABs visualization
31721 C-t toggle big indentation visualization
31722 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31723 A toggle SPACEs after TAB: SPACEs visualization
31724 a toggle SPACEs after TAB: TABs visualization
31725 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31726 B toggle SPACEs before TAB: SPACEs visualization
31727 b toggle SPACEs before TAB: TABs visualization
31728
31729 (VIA DISPLAY TABLE)
31730 T toggle TAB visualization
31731 S toggle SPACEs before TAB visualization
31732 N toggle NEWLINE visualization
31733
31734 x restore `whitespace-style' value
31735 ? display brief help
31736
31737 Non-interactively, ARG should be a symbol or a list of symbols.
31738 The valid symbols are:
31739
31740 face toggle face visualization
31741 tabs toggle TAB visualization
31742 spaces toggle SPACE and HARD SPACE visualization
31743 trailing toggle trailing blanks visualization
31744 lines toggle \"long lines\" visualization
31745 lines-tail toggle \"long lines\" tail visualization
31746 newline toggle NEWLINE visualization
31747 empty toggle empty line at bob and/or eob visualization
31748 indentation toggle indentation SPACEs visualization
31749 indentation::tab toggle indentation SPACEs visualization
31750 indentation::space toggle indentation TABs visualization
31751 big-indent toggle big indentation visualization
31752 space-after-tab toggle SPACEs after TAB visualization
31753 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31754 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31755 space-before-tab toggle SPACEs before TAB visualization
31756 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31757 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31758
31759 tab-mark toggle TAB visualization
31760 space-mark toggle SPACEs before TAB visualization
31761 newline-mark toggle NEWLINE visualization
31762
31763 whitespace-style restore `whitespace-style' value
31764
31765 See `whitespace-style' and `indent-tabs-mode' for documentation.
31766
31767 \(fn ARG)" t nil)
31768
31769 (autoload 'global-whitespace-toggle-options "whitespace" "\
31770 Toggle global `whitespace-mode' options.
31771
31772 If global whitespace-mode is off, toggle the option given by ARG
31773 and turn on global whitespace-mode.
31774
31775 If global whitespace-mode is on, toggle the option given by ARG
31776 and restart global whitespace-mode.
31777
31778 Interactively, it accepts one of the following chars:
31779
31780 CHAR MEANING
31781 (VIA FACES)
31782 f toggle face visualization
31783 t toggle TAB visualization
31784 s toggle SPACE and HARD SPACE visualization
31785 r toggle trailing blanks visualization
31786 l toggle \"long lines\" visualization
31787 L toggle \"long lines\" tail visualization
31788 n toggle NEWLINE visualization
31789 e toggle empty line at bob and/or eob visualization
31790 C-i toggle indentation SPACEs visualization (via `indent-tabs-mode')
31791 I toggle indentation SPACEs visualization
31792 i toggle indentation TABs visualization
31793 C-t toggle big indentation visualization
31794 C-a toggle SPACEs after TAB visualization (via `indent-tabs-mode')
31795 A toggle SPACEs after TAB: SPACEs visualization
31796 a toggle SPACEs after TAB: TABs visualization
31797 C-b toggle SPACEs before TAB visualization (via `indent-tabs-mode')
31798 B toggle SPACEs before TAB: SPACEs visualization
31799 b toggle SPACEs before TAB: TABs visualization
31800
31801 (VIA DISPLAY TABLE)
31802 T toggle TAB visualization
31803 S toggle SPACEs before TAB visualization
31804 N toggle NEWLINE visualization
31805
31806 x restore `whitespace-style' value
31807 ? display brief help
31808
31809 Non-interactively, ARG should be a symbol or a list of symbols.
31810 The valid symbols are:
31811
31812 face toggle face visualization
31813 tabs toggle TAB visualization
31814 spaces toggle SPACE and HARD SPACE visualization
31815 trailing toggle trailing blanks visualization
31816 lines toggle \"long lines\" visualization
31817 lines-tail toggle \"long lines\" tail visualization
31818 newline toggle NEWLINE visualization
31819 empty toggle empty line at bob and/or eob visualization
31820 indentation toggle indentation SPACEs visualization
31821 indentation::tab toggle indentation SPACEs visualization
31822 indentation::space toggle indentation TABs visualization
31823 big-indent toggle big indentation visualization
31824 space-after-tab toggle SPACEs after TAB visualization
31825 space-after-tab::tab toggle SPACEs after TAB: SPACEs visualization
31826 space-after-tab::space toggle SPACEs after TAB: TABs visualization
31827 space-before-tab toggle SPACEs before TAB visualization
31828 space-before-tab::tab toggle SPACEs before TAB: SPACEs visualization
31829 space-before-tab::space toggle SPACEs before TAB: TABs visualization
31830
31831 tab-mark toggle TAB visualization
31832 space-mark toggle SPACEs before TAB visualization
31833 newline-mark toggle NEWLINE visualization
31834
31835 whitespace-style restore `whitespace-style' value
31836
31837 See `whitespace-style' and `indent-tabs-mode' for documentation.
31838
31839 \(fn ARG)" t nil)
31840
31841 (autoload 'whitespace-cleanup "whitespace" "\
31842 Cleanup some blank problems in all buffer or at region.
31843
31844 It usually applies to the whole buffer, but in transient mark
31845 mode when the mark is active, it applies to the region. It also
31846 applies to the region when it is not in transient mark mode, the
31847 mark is active and \\[universal-argument] was pressed just before
31848 calling `whitespace-cleanup' interactively.
31849
31850 See also `whitespace-cleanup-region'.
31851
31852 The problems cleaned up are:
31853
31854 1. empty lines at beginning of buffer.
31855 2. empty lines at end of buffer.
31856 If `whitespace-style' includes the value `empty', remove all
31857 empty lines at beginning and/or end of buffer.
31858
31859 3. 8 or more SPACEs at beginning of line.
31860 If `whitespace-style' includes the value `indentation':
31861 replace 8 or more SPACEs at beginning of line by TABs, if
31862 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
31863 SPACEs.
31864 If `whitespace-style' includes the value `indentation::tab',
31865 replace 8 or more SPACEs at beginning of line by TABs.
31866 If `whitespace-style' includes the value `indentation::space',
31867 replace TABs by SPACEs.
31868
31869 4. SPACEs before TAB.
31870 If `whitespace-style' includes the value `space-before-tab':
31871 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31872 otherwise, replace TABs by SPACEs.
31873 If `whitespace-style' includes the value
31874 `space-before-tab::tab', replace SPACEs by TABs.
31875 If `whitespace-style' includes the value
31876 `space-before-tab::space', replace TABs by SPACEs.
31877
31878 5. SPACEs or TABs at end of line.
31879 If `whitespace-style' includes the value `trailing', remove
31880 all SPACEs or TABs at end of line.
31881
31882 6. 8 or more SPACEs after TAB.
31883 If `whitespace-style' includes the value `space-after-tab':
31884 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31885 otherwise, replace TABs by SPACEs.
31886 If `whitespace-style' includes the value
31887 `space-after-tab::tab', replace SPACEs by TABs.
31888 If `whitespace-style' includes the value
31889 `space-after-tab::space', replace TABs by SPACEs.
31890
31891 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
31892 documentation.
31893
31894 \(fn)" t nil)
31895
31896 (autoload 'whitespace-cleanup-region "whitespace" "\
31897 Cleanup some blank problems at region.
31898
31899 The problems cleaned up are:
31900
31901 1. 8 or more SPACEs at beginning of line.
31902 If `whitespace-style' includes the value `indentation':
31903 replace 8 or more SPACEs at beginning of line by TABs, if
31904 `indent-tabs-mode' is non-nil; otherwise, replace TABs by
31905 SPACEs.
31906 If `whitespace-style' includes the value `indentation::tab',
31907 replace 8 or more SPACEs at beginning of line by TABs.
31908 If `whitespace-style' includes the value `indentation::space',
31909 replace TABs by SPACEs.
31910
31911 2. SPACEs before TAB.
31912 If `whitespace-style' includes the value `space-before-tab':
31913 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31914 otherwise, replace TABs by SPACEs.
31915 If `whitespace-style' includes the value
31916 `space-before-tab::tab', replace SPACEs by TABs.
31917 If `whitespace-style' includes the value
31918 `space-before-tab::space', replace TABs by SPACEs.
31919
31920 3. SPACEs or TABs at end of line.
31921 If `whitespace-style' includes the value `trailing', remove
31922 all SPACEs or TABs at end of line.
31923
31924 4. 8 or more SPACEs after TAB.
31925 If `whitespace-style' includes the value `space-after-tab':
31926 replace SPACEs by TABs, if `indent-tabs-mode' is non-nil;
31927 otherwise, replace TABs by SPACEs.
31928 If `whitespace-style' includes the value
31929 `space-after-tab::tab', replace SPACEs by TABs.
31930 If `whitespace-style' includes the value
31931 `space-after-tab::space', replace TABs by SPACEs.
31932
31933 See `whitespace-style', `indent-tabs-mode' and `tab-width' for
31934 documentation.
31935
31936 \(fn START END)" t nil)
31937
31938 (autoload 'whitespace-report "whitespace" "\
31939 Report some whitespace problems in buffer.
31940
31941 Perform `whitespace-report-region' on the current buffer.
31942
31943 \(fn &optional FORCE REPORT-IF-BOGUS)" t nil)
31944
31945 (autoload 'whitespace-report-region "whitespace" "\
31946 Report some whitespace problems in a region.
31947
31948 Return nil if there is no whitespace problem; otherwise, return
31949 non-nil.
31950
31951 If FORCE is non-nil or \\[universal-argument] was pressed just
31952 before calling `whitespace-report-region' interactively, it
31953 forces `whitespace-style' to have:
31954
31955 empty
31956 trailing
31957 indentation
31958 space-before-tab
31959 space-after-tab
31960
31961 If REPORT-IF-BOGUS is t, it reports only when there are any
31962 whitespace problems in buffer; if it is `never', it does not
31963 report problems.
31964
31965 Report if some of the following whitespace problems exist:
31966
31967 * If `indent-tabs-mode' is non-nil:
31968 empty 1. empty lines at beginning of buffer.
31969 empty 2. empty lines at end of buffer.
31970 trailing 3. SPACEs or TABs at end of line.
31971 indentation 4. 8 or more SPACEs at beginning of line.
31972 space-before-tab 5. SPACEs before TAB.
31973 space-after-tab 6. 8 or more SPACEs after TAB.
31974
31975 * If `indent-tabs-mode' is nil:
31976 empty 1. empty lines at beginning of buffer.
31977 empty 2. empty lines at end of buffer.
31978 trailing 3. SPACEs or TABs at end of line.
31979 indentation 4. TABS at beginning of line.
31980 space-before-tab 5. SPACEs before TAB.
31981 space-after-tab 6. 8 or more SPACEs after TAB.
31982
31983 See `whitespace-style' for documentation.
31984 See also `whitespace-cleanup' and `whitespace-cleanup-region' for
31985 cleaning up these problems.
31986
31987 \(fn START END &optional FORCE REPORT-IF-BOGUS)" t nil)
31988
31989 ;;;***
31990 \f
31991 ;;;### (autoloads nil "wid-browse" "wid-browse.el" (22230 48822 943218
31992 ;;;;;; 872000))
31993 ;;; Generated autoloads from wid-browse.el
31994
31995 (autoload 'widget-browse-at "wid-browse" "\
31996 Browse the widget under point.
31997
31998 \(fn POS)" t nil)
31999
32000 (autoload 'widget-browse "wid-browse" "\
32001 Create a widget browser for WIDGET.
32002
32003 \(fn WIDGET)" t nil)
32004
32005 (autoload 'widget-browse-other-window "wid-browse" "\
32006 Show widget browser for WIDGET in other window.
32007
32008 \(fn &optional WIDGET)" t nil)
32009
32010 (autoload 'widget-minor-mode "wid-browse" "\
32011 Minor mode for traversing widgets.
32012 With a prefix argument ARG, enable the mode if ARG is positive,
32013 and disable it otherwise. If called from Lisp, enable the mode
32014 if ARG is omitted or nil.
32015
32016 \(fn &optional ARG)" t nil)
32017
32018 ;;;***
32019 \f
32020 ;;;### (autoloads nil "wid-edit" "wid-edit.el" (22230 48822 944218
32021 ;;;;;; 868000))
32022 ;;; Generated autoloads from wid-edit.el
32023
32024 (autoload 'widgetp "wid-edit" "\
32025 Return non-nil if WIDGET is a widget.
32026
32027 \(fn WIDGET)" nil nil)
32028
32029 (autoload 'widget-prompt-value "wid-edit" "\
32030 Prompt for a value matching WIDGET, using PROMPT.
32031 The current value is assumed to be VALUE, unless UNBOUND is non-nil.
32032
32033 \(fn WIDGET PROMPT &optional VALUE UNBOUND)" nil nil)
32034
32035 (autoload 'widget-create "wid-edit" "\
32036 Create widget of TYPE.
32037 The optional ARGS are additional keyword arguments.
32038
32039 \(fn TYPE &rest ARGS)" nil nil)
32040
32041 (autoload 'widget-delete "wid-edit" "\
32042 Delete WIDGET.
32043
32044 \(fn WIDGET)" nil nil)
32045
32046 (autoload 'widget-insert "wid-edit" "\
32047 Call `insert' with ARGS even if surrounding text is read only.
32048
32049 \(fn &rest ARGS)" nil nil)
32050
32051 (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) "\
32052 Keymap containing useful binding for buffers containing widgets.
32053 Recommended as a parent keymap for modes using widgets.
32054 Note that such modes will need to require wid-edit.")
32055
32056 (autoload 'widget-setup "wid-edit" "\
32057 Setup current buffer so editing string widgets works.
32058
32059 \(fn)" nil nil)
32060
32061 ;;;***
32062 \f
32063 ;;;### (autoloads nil "windmove" "windmove.el" (22230 48822 944218
32064 ;;;;;; 868000))
32065 ;;; Generated autoloads from windmove.el
32066
32067 (autoload 'windmove-left "windmove" "\
32068 Select the window to the left of the current one.
32069 With no prefix argument, or with prefix argument equal to zero,
32070 \"left\" is relative to the position of point in the window; otherwise
32071 it is relative to the top edge (for positive ARG) or the bottom edge
32072 \(for negative ARG) of the current window.
32073 If no window is at the desired location, an error is signaled.
32074
32075 \(fn &optional ARG)" t nil)
32076
32077 (autoload 'windmove-up "windmove" "\
32078 Select the window above the current one.
32079 With no prefix argument, or with prefix argument equal to zero, \"up\"
32080 is relative to the position of point in the window; otherwise it is
32081 relative to the left edge (for positive ARG) or the right edge (for
32082 negative ARG) of the current window.
32083 If no window is at the desired location, an error is signaled.
32084
32085 \(fn &optional ARG)" t nil)
32086
32087 (autoload 'windmove-right "windmove" "\
32088 Select the window to the right of the current one.
32089 With no prefix argument, or with prefix argument equal to zero,
32090 \"right\" is relative to the position of point in the window;
32091 otherwise it is relative to the top edge (for positive ARG) or the
32092 bottom edge (for negative ARG) of the current window.
32093 If no window is at the desired location, an error is signaled.
32094
32095 \(fn &optional ARG)" t nil)
32096
32097 (autoload 'windmove-down "windmove" "\
32098 Select the window below the current one.
32099 With no prefix argument, or with prefix argument equal to zero,
32100 \"down\" is relative to the position of point in the window; otherwise
32101 it is relative to the left edge (for positive ARG) or the right edge
32102 \(for negative ARG) of the current window.
32103 If no window is at the desired location, an error is signaled.
32104
32105 \(fn &optional ARG)" t nil)
32106
32107 (autoload 'windmove-default-keybindings "windmove" "\
32108 Set up keybindings for `windmove'.
32109 Keybindings are of the form MODIFIER-{left,right,up,down}.
32110 Default MODIFIER is `shift'.
32111
32112 \(fn &optional MODIFIER)" t nil)
32113
32114 ;;;***
32115 \f
32116 ;;;### (autoloads nil "winner" "winner.el" (22230 48822 945218 863000))
32117 ;;; Generated autoloads from winner.el
32118
32119 (defvar winner-mode nil "\
32120 Non-nil if Winner mode is enabled.
32121 See the command `winner-mode' for a description of this minor mode.
32122 Setting this variable directly does not take effect;
32123 either customize it (see the info node `Easy Customization')
32124 or call the function `winner-mode'.")
32125
32126 (custom-autoload 'winner-mode "winner" nil)
32127
32128 (autoload 'winner-mode "winner" "\
32129 Toggle Winner mode on or off.
32130 With a prefix argument ARG, enable Winner mode if ARG is
32131 positive, and disable it otherwise. If called from Lisp, enable
32132 the mode if ARG is omitted or nil, and toggle it if ARG is `toggle'.
32133 \\{winner-mode-map}
32134
32135 \(fn &optional ARG)" t nil)
32136
32137 ;;;***
32138 \f
32139 ;;;### (autoloads nil "woman" "woman.el" (22230 48822 946218 859000))
32140 ;;; Generated autoloads from woman.el
32141 (push (purecopy '(woman 0 551)) package--builtin-versions)
32142
32143 (defvar woman-locale nil "\
32144 String specifying a manual page locale, or nil.
32145 If a manual page is available in the specified locale
32146 \(e.g. \"sv_SE.ISO8859-1\"), it will be offered in preference to the
32147 default version. Normally, `set-locale-environment' sets this at startup.")
32148
32149 (custom-autoload 'woman-locale "woman" t)
32150
32151 (autoload 'woman "woman" "\
32152 Browse UN*X man page for TOPIC (Without using external Man program).
32153 The major browsing mode used is essentially the standard Man mode.
32154 Choose the filename for the man page using completion, based on the
32155 topic selected from the directories specified in `woman-manpath' and
32156 `woman-path'. The directory expansions and topics are cached for
32157 speed, but a non-nil interactive argument forces the caches to be
32158 updated (e.g. to re-interpret the current directory).
32159
32160 Used non-interactively, arguments are optional: if given then TOPIC
32161 should be a topic string and non-nil RE-CACHE forces re-caching.
32162
32163 \(fn &optional TOPIC RE-CACHE)" t nil)
32164
32165 (autoload 'woman-dired-find-file "woman" "\
32166 In dired, run the WoMan man-page browser on this file.
32167
32168 \(fn)" t nil)
32169
32170 (autoload 'woman-find-file "woman" "\
32171 Find, decode and browse a specific UN*X man-page source file FILE-NAME.
32172 Use existing buffer if possible; reformat only if prefix arg given.
32173 When called interactively, optional argument REFORMAT forces reformatting
32174 of an existing WoMan buffer formatted earlier.
32175 No external programs are used, except that `gunzip' will be used to
32176 decompress the file if appropriate. See the documentation for the
32177 `woman' command for further details.
32178
32179 \(fn FILE-NAME &optional REFORMAT)" t nil)
32180
32181 (autoload 'woman-bookmark-jump "woman" "\
32182 Default bookmark handler for Woman buffers.
32183
32184 \(fn BOOKMARK)" nil nil)
32185
32186 ;;;***
32187 \f
32188 ;;;### (autoloads nil "xml" "xml.el" (22230 48822 947218 854000))
32189 ;;; Generated autoloads from xml.el
32190
32191 (autoload 'xml-parse-file "xml" "\
32192 Parse the well-formed XML file FILE.
32193 Return the top node with all its children.
32194 If PARSE-DTD is non-nil, the DTD is parsed rather than skipped.
32195
32196 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
32197 the variable `xml-default-ns' is the mapping from namespaces to
32198 URIs, and expanded names will be returned as a cons
32199
32200 (\"namespace:\" . \"foo\").
32201
32202 If PARSE-NS is an alist, it will be used as the mapping from
32203 namespace to URIs instead.
32204
32205 If it is the symbol `symbol-qnames', expanded names will be
32206 returned as a plain symbol `namespace:foo' instead of a cons.
32207
32208 Both features can be combined by providing a cons cell
32209
32210 (symbol-qnames . ALIST).
32211
32212 \(fn FILE &optional PARSE-DTD PARSE-NS)" nil nil)
32213
32214 (autoload 'xml-parse-region "xml" "\
32215 Parse the region from BEG to END in BUFFER.
32216 Return the XML parse tree, or raise an error if the region does
32217 not contain well-formed XML.
32218
32219 If BEG is nil, it defaults to `point-min'.
32220 If END is nil, it defaults to `point-max'.
32221 If BUFFER is nil, it defaults to the current buffer.
32222 If PARSE-DTD is non-nil, parse the DTD and return it as the first
32223 element of the list.
32224 If PARSE-NS is non-nil, then QNAMES are expanded. By default,
32225 the variable `xml-default-ns' is the mapping from namespaces to
32226 URIs, and expanded names will be returned as a cons
32227
32228 (\"namespace:\" . \"foo\").
32229
32230 If PARSE-NS is an alist, it will be used as the mapping from
32231 namespace to URIs instead.
32232
32233 If it is the symbol `symbol-qnames', expanded names will be
32234 returned as a plain symbol `namespace:foo' instead of a cons.
32235
32236 Both features can be combined by providing a cons cell
32237
32238 (symbol-qnames . ALIST).
32239
32240 \(fn &optional BEG END BUFFER PARSE-DTD PARSE-NS)" nil nil)
32241
32242 ;;;***
32243 \f
32244 ;;;### (autoloads nil "xmltok" "nxml/xmltok.el" (22230 48822 821219
32245 ;;;;;; 423000))
32246 ;;; Generated autoloads from nxml/xmltok.el
32247
32248 (autoload 'xmltok-get-declared-encoding-position "xmltok" "\
32249 Return the position of the encoding in the XML declaration at point.
32250 If there is a well-formed XML declaration starting at point and it
32251 contains an encoding declaration, then return (START . END)
32252 where START and END are the positions of the start and the end
32253 of the encoding name; if there is no encoding declaration return
32254 the position where and encoding declaration could be inserted.
32255 If there is XML that is not well-formed that looks like an XML
32256 declaration, return nil. Otherwise, return t.
32257 If LIMIT is non-nil, then do not consider characters beyond LIMIT.
32258
32259 \(fn &optional LIMIT)" nil nil)
32260
32261 ;;;***
32262 \f
32263 ;;;### (autoloads nil "xref" "progmodes/xref.el" (22230 48822 899219
32264 ;;;;;; 71000))
32265 ;;; Generated autoloads from progmodes/xref.el
32266
32267 (autoload 'xref-find-backend "xref" "\
32268
32269
32270 \(fn)" nil nil)
32271
32272 (autoload 'xref-pop-marker-stack "xref" "\
32273 Pop back to where \\[xref-find-definitions] was last invoked.
32274
32275 \(fn)" t nil)
32276
32277 (autoload 'xref-marker-stack-empty-p "xref" "\
32278 Return t if the marker stack is empty; nil otherwise.
32279
32280 \(fn)" nil nil)
32281
32282 (autoload 'xref-find-definitions "xref" "\
32283 Find the definition of the identifier at point.
32284 With prefix argument or when there's no identifier at point,
32285 prompt for it.
32286
32287 If sufficient information is available to determine a unique
32288 definition for IDENTIFIER, display it in the selected window.
32289 Otherwise, display the list of the possible definitions in a
32290 buffer where the user can select from the list.
32291
32292 \(fn IDENTIFIER)" t nil)
32293
32294 (autoload 'xref-find-definitions-other-window "xref" "\
32295 Like `xref-find-definitions' but switch to the other window.
32296
32297 \(fn IDENTIFIER)" t nil)
32298
32299 (autoload 'xref-find-definitions-other-frame "xref" "\
32300 Like `xref-find-definitions' but switch to the other frame.
32301
32302 \(fn IDENTIFIER)" t nil)
32303
32304 (autoload 'xref-find-references "xref" "\
32305 Find references to the identifier at point.
32306 With prefix argument, prompt for the identifier.
32307
32308 \(fn IDENTIFIER)" t nil)
32309
32310 (autoload 'xref-find-apropos "xref" "\
32311 Find all meaningful symbols that match PATTERN.
32312 The argument has the same meaning as in `apropos'.
32313
32314 \(fn PATTERN)" t nil)
32315 (define-key esc-map "." #'xref-find-definitions)
32316 (define-key esc-map "," #'xref-pop-marker-stack)
32317 (define-key esc-map "?" #'xref-find-references)
32318 (define-key esc-map [?\C-.] #'xref-find-apropos)
32319 (define-key ctl-x-4-map "." #'xref-find-definitions-other-window)
32320 (define-key ctl-x-5-map "." #'xref-find-definitions-other-frame)
32321
32322 (autoload 'xref-collect-matches "xref" "\
32323 Collect matches for REGEXP inside FILES in DIR.
32324 FILES is a string with glob patterns separated by spaces.
32325 IGNORES is a list of glob patterns.
32326
32327 \(fn REGEXP FILES DIR IGNORES)" nil nil)
32328
32329 ;;;***
32330 \f
32331 ;;;### (autoloads nil "xt-mouse" "xt-mouse.el" (22230 48822 947218
32332 ;;;;;; 854000))
32333 ;;; Generated autoloads from xt-mouse.el
32334
32335 (defvar xterm-mouse-mode nil "\
32336 Non-nil if Xterm-Mouse mode is enabled.
32337 See the command `xterm-mouse-mode' for a description of this minor mode.
32338 Setting this variable directly does not take effect;
32339 either customize it (see the info node `Easy Customization')
32340 or call the function `xterm-mouse-mode'.")
32341
32342 (custom-autoload 'xterm-mouse-mode "xt-mouse" nil)
32343
32344 (autoload 'xterm-mouse-mode "xt-mouse" "\
32345 Toggle XTerm mouse mode.
32346 With a prefix argument ARG, enable XTerm mouse mode if ARG is
32347 positive, and disable it otherwise. If called from Lisp, enable
32348 the mode if ARG is omitted or nil.
32349
32350 Turn it on to use Emacs mouse commands, and off to use xterm mouse commands.
32351 This works in terminal emulators compatible with xterm. It only
32352 works for simple uses of the mouse. Basically, only non-modified
32353 single clicks are supported. When turned on, the normal xterm
32354 mouse functionality for such clicks is still available by holding
32355 down the SHIFT key while pressing the mouse button.
32356
32357 \(fn &optional ARG)" t nil)
32358
32359 ;;;***
32360 \f
32361 ;;;### (autoloads nil "xwidget" "xwidget.el" (22230 48822 947218
32362 ;;;;;; 854000))
32363 ;;; Generated autoloads from xwidget.el
32364
32365 (autoload 'xwidget-webkit-browse-url "xwidget" "\
32366 Ask xwidget-webkit to browse URL.
32367 NEW-SESSION specifies whether to create a new xwidget-webkit session.
32368 Interactively, URL defaults to the string looking like a url around point.
32369
32370 \(fn URL &optional NEW-SESSION)" t nil)
32371
32372 ;;;***
32373 \f
32374 ;;;### (autoloads nil "yenc" "gnus/yenc.el" (22230 48822 755219 721000))
32375 ;;; Generated autoloads from gnus/yenc.el
32376
32377 (autoload 'yenc-decode-region "yenc" "\
32378 Yenc decode region between START and END using an internal decoder.
32379
32380 \(fn START END)" t nil)
32381
32382 (autoload 'yenc-extract-filename "yenc" "\
32383 Extract file name from an yenc header.
32384
32385 \(fn)" nil nil)
32386
32387 ;;;***
32388 \f
32389 ;;;### (autoloads nil "zone" "play/zone.el" (22230 48822 862219 238000))
32390 ;;; Generated autoloads from play/zone.el
32391
32392 (autoload 'zone "zone" "\
32393 Zone out, completely.
32394
32395 \(fn)" t nil)
32396
32397 ;;;***
32398 \f
32399 ;;;### (autoloads nil nil ("calc/calc-aent.el" "calc/calc-alg.el"
32400 ;;;;;; "calc/calc-arith.el" "calc/calc-bin.el" "calc/calc-comb.el"
32401 ;;;;;; "calc/calc-cplx.el" "calc/calc-embed.el" "calc/calc-ext.el"
32402 ;;;;;; "calc/calc-fin.el" "calc/calc-forms.el" "calc/calc-frac.el"
32403 ;;;;;; "calc/calc-funcs.el" "calc/calc-graph.el" "calc/calc-help.el"
32404 ;;;;;; "calc/calc-incom.el" "calc/calc-keypd.el" "calc/calc-lang.el"
32405 ;;;;;; "calc/calc-macs.el" "calc/calc-map.el" "calc/calc-math.el"
32406 ;;;;;; "calc/calc-menu.el" "calc/calc-misc.el" "calc/calc-mode.el"
32407 ;;;;;; "calc/calc-mtx.el" "calc/calc-nlfit.el" "calc/calc-poly.el"
32408 ;;;;;; "calc/calc-prog.el" "calc/calc-rewr.el" "calc/calc-rules.el"
32409 ;;;;;; "calc/calc-sel.el" "calc/calc-stat.el" "calc/calc-store.el"
32410 ;;;;;; "calc/calc-stuff.el" "calc/calc-trail.el" "calc/calc-units.el"
32411 ;;;;;; "calc/calc-vec.el" "calc/calc-yank.el" "calc/calcalg2.el"
32412 ;;;;;; "calc/calcalg3.el" "calc/calccomp.el" "calc/calcsel2.el"
32413 ;;;;;; "calendar/cal-bahai.el" "calendar/cal-coptic.el" "calendar/cal-french.el"
32414 ;;;;;; "calendar/cal-html.el" "calendar/cal-islam.el" "calendar/cal-iso.el"
32415 ;;;;;; "calendar/cal-julian.el" "calendar/cal-loaddefs.el" "calendar/cal-mayan.el"
32416 ;;;;;; "calendar/cal-menu.el" "calendar/cal-move.el" "calendar/cal-persia.el"
32417 ;;;;;; "calendar/cal-tex.el" "calendar/cal-x.el" "calendar/diary-loaddefs.el"
32418 ;;;;;; "calendar/hol-loaddefs.el" "cdl.el" "cedet/cedet-cscope.el"
32419 ;;;;;; "cedet/cedet-files.el" "cedet/cedet-global.el" "cedet/cedet-idutils.el"
32420 ;;;;;; "cedet/ede/auto.el" "cedet/ede/autoconf-edit.el" "cedet/ede/base.el"
32421 ;;;;;; "cedet/ede/config.el" "cedet/ede/cpp-root.el" "cedet/ede/custom.el"
32422 ;;;;;; "cedet/ede/detect.el" "cedet/ede/dired.el" "cedet/ede/emacs.el"
32423 ;;;;;; "cedet/ede/files.el" "cedet/ede/generic.el" "cedet/ede/linux.el"
32424 ;;;;;; "cedet/ede/locate.el" "cedet/ede/make.el" "cedet/ede/makefile-edit.el"
32425 ;;;;;; "cedet/ede/pconf.el" "cedet/ede/pmake.el" "cedet/ede/proj-archive.el"
32426 ;;;;;; "cedet/ede/proj-aux.el" "cedet/ede/proj-comp.el" "cedet/ede/proj-elisp.el"
32427 ;;;;;; "cedet/ede/proj-info.el" "cedet/ede/proj-misc.el" "cedet/ede/proj-obj.el"
32428 ;;;;;; "cedet/ede/proj-prog.el" "cedet/ede/proj-scheme.el" "cedet/ede/proj-shared.el"
32429 ;;;;;; "cedet/ede/proj.el" "cedet/ede/project-am.el" "cedet/ede/shell.el"
32430 ;;;;;; "cedet/ede/simple.el" "cedet/ede/source.el" "cedet/ede/speedbar.el"
32431 ;;;;;; "cedet/ede/srecode.el" "cedet/ede/system.el" "cedet/ede/util.el"
32432 ;;;;;; "cedet/semantic/analyze.el" "cedet/semantic/analyze/complete.el"
32433 ;;;;;; "cedet/semantic/analyze/debug.el" "cedet/semantic/analyze/fcn.el"
32434 ;;;;;; "cedet/semantic/analyze/refs.el" "cedet/semantic/bovine.el"
32435 ;;;;;; "cedet/semantic/bovine/c-by.el" "cedet/semantic/bovine/c.el"
32436 ;;;;;; "cedet/semantic/bovine/debug.el" "cedet/semantic/bovine/el.el"
32437 ;;;;;; "cedet/semantic/bovine/gcc.el" "cedet/semantic/bovine/make-by.el"
32438 ;;;;;; "cedet/semantic/bovine/make.el" "cedet/semantic/bovine/scm-by.el"
32439 ;;;;;; "cedet/semantic/bovine/scm.el" "cedet/semantic/chart.el"
32440 ;;;;;; "cedet/semantic/complete.el" "cedet/semantic/ctxt.el" "cedet/semantic/db-debug.el"
32441 ;;;;;; "cedet/semantic/db-ebrowse.el" "cedet/semantic/db-el.el"
32442 ;;;;;; "cedet/semantic/db-file.el" "cedet/semantic/db-find.el" "cedet/semantic/db-global.el"
32443 ;;;;;; "cedet/semantic/db-javascript.el" "cedet/semantic/db-mode.el"
32444 ;;;;;; "cedet/semantic/db-ref.el" "cedet/semantic/db-typecache.el"
32445 ;;;;;; "cedet/semantic/db.el" "cedet/semantic/debug.el" "cedet/semantic/decorate.el"
32446 ;;;;;; "cedet/semantic/decorate/include.el" "cedet/semantic/decorate/mode.el"
32447 ;;;;;; "cedet/semantic/dep.el" "cedet/semantic/doc.el" "cedet/semantic/ede-grammar.el"
32448 ;;;;;; "cedet/semantic/edit.el" "cedet/semantic/find.el" "cedet/semantic/format.el"
32449 ;;;;;; "cedet/semantic/fw.el" "cedet/semantic/grammar-wy.el" "cedet/semantic/grammar.el"
32450 ;;;;;; "cedet/semantic/html.el" "cedet/semantic/ia-sb.el" "cedet/semantic/ia.el"
32451 ;;;;;; "cedet/semantic/idle.el" "cedet/semantic/imenu.el" "cedet/semantic/java.el"
32452 ;;;;;; "cedet/semantic/lex-spp.el" "cedet/semantic/lex.el" "cedet/semantic/mru-bookmark.el"
32453 ;;;;;; "cedet/semantic/sb.el" "cedet/semantic/scope.el" "cedet/semantic/senator.el"
32454 ;;;;;; "cedet/semantic/sort.el" "cedet/semantic/symref.el" "cedet/semantic/symref/cscope.el"
32455 ;;;;;; "cedet/semantic/symref/filter.el" "cedet/semantic/symref/global.el"
32456 ;;;;;; "cedet/semantic/symref/grep.el" "cedet/semantic/symref/idutils.el"
32457 ;;;;;; "cedet/semantic/symref/list.el" "cedet/semantic/tag-file.el"
32458 ;;;;;; "cedet/semantic/tag-ls.el" "cedet/semantic/tag-write.el"
32459 ;;;;;; "cedet/semantic/tag.el" "cedet/semantic/texi.el" "cedet/semantic/util-modes.el"
32460 ;;;;;; "cedet/semantic/util.el" "cedet/semantic/wisent.el" "cedet/semantic/wisent/comp.el"
32461 ;;;;;; "cedet/semantic/wisent/java-tags.el" "cedet/semantic/wisent/javascript.el"
32462 ;;;;;; "cedet/semantic/wisent/javat-wy.el" "cedet/semantic/wisent/js-wy.el"
32463 ;;;;;; "cedet/semantic/wisent/python-wy.el" "cedet/semantic/wisent/python.el"
32464 ;;;;;; "cedet/semantic/wisent/wisent.el" "cedet/srecode/args.el"
32465 ;;;;;; "cedet/srecode/compile.el" "cedet/srecode/cpp.el" "cedet/srecode/ctxt.el"
32466 ;;;;;; "cedet/srecode/dictionary.el" "cedet/srecode/document.el"
32467 ;;;;;; "cedet/srecode/el.el" "cedet/srecode/expandproto.el" "cedet/srecode/extract.el"
32468 ;;;;;; "cedet/srecode/fields.el" "cedet/srecode/filters.el" "cedet/srecode/find.el"
32469 ;;;;;; "cedet/srecode/getset.el" "cedet/srecode/insert.el" "cedet/srecode/java.el"
32470 ;;;;;; "cedet/srecode/map.el" "cedet/srecode/mode.el" "cedet/srecode/semantic.el"
32471 ;;;;;; "cedet/srecode/srt-wy.el" "cedet/srecode/srt.el" "cedet/srecode/table.el"
32472 ;;;;;; "cedet/srecode/template.el" "cedet/srecode/texi.el" "cus-dep.el"
32473 ;;;;;; "dframe.el" "dired-aux.el" "dired-loaddefs.el" "dired-x.el"
32474 ;;;;;; "dom.el" "dos-fns.el" "dos-vars.el" "dos-w32.el" "dynamic-setting.el"
32475 ;;;;;; "emacs-lisp/avl-tree.el" "emacs-lisp/bindat.el" "emacs-lisp/byte-opt.el"
32476 ;;;;;; "emacs-lisp/cl-extra.el" "emacs-lisp/cl-macs.el" "emacs-lisp/cl-seq.el"
32477 ;;;;;; "emacs-lisp/cl.el" "emacs-lisp/eieio-base.el" "emacs-lisp/eieio-compat.el"
32478 ;;;;;; "emacs-lisp/eieio-custom.el" "emacs-lisp/eieio-datadebug.el"
32479 ;;;;;; "emacs-lisp/eieio-loaddefs.el" "emacs-lisp/eieio-opt.el"
32480 ;;;;;; "emacs-lisp/eieio-speedbar.el" "emacs-lisp/generator.el"
32481 ;;;;;; "emacs-lisp/lisp-mnt.el" "emacs-lisp/package-x.el" "emacs-lisp/smie.el"
32482 ;;;;;; "emacs-lisp/subr-x.el" "emacs-lisp/tcover-ses.el" "emacs-lisp/tcover-unsafep.el"
32483 ;;;;;; "emulation/cua-gmrk.el" "emulation/edt-lk201.el" "emulation/edt-mapper.el"
32484 ;;;;;; "emulation/edt-pc.el" "emulation/edt-vt100.el" "emulation/viper-cmd.el"
32485 ;;;;;; "emulation/viper-ex.el" "emulation/viper-init.el" "emulation/viper-keym.el"
32486 ;;;;;; "emulation/viper-macs.el" "emulation/viper-mous.el" "emulation/viper-util.el"
32487 ;;;;;; "erc/erc-backend.el" "erc/erc-goodies.el" "erc/erc-ibuffer.el"
32488 ;;;;;; "erc/erc-lang.el" "eshell/em-alias.el" "eshell/em-banner.el"
32489 ;;;;;; "eshell/em-basic.el" "eshell/em-cmpl.el" "eshell/em-dirs.el"
32490 ;;;;;; "eshell/em-glob.el" "eshell/em-hist.el" "eshell/em-ls.el"
32491 ;;;;;; "eshell/em-pred.el" "eshell/em-prompt.el" "eshell/em-rebind.el"
32492 ;;;;;; "eshell/em-script.el" "eshell/em-smart.el" "eshell/em-term.el"
32493 ;;;;;; "eshell/em-tramp.el" "eshell/em-unix.el" "eshell/em-xtra.el"
32494 ;;;;;; "eshell/esh-arg.el" "eshell/esh-cmd.el" "eshell/esh-ext.el"
32495 ;;;;;; "eshell/esh-io.el" "eshell/esh-module.el" "eshell/esh-opt.el"
32496 ;;;;;; "eshell/esh-proc.el" "eshell/esh-util.el" "eshell/esh-var.el"
32497 ;;;;;; "ezimage.el" "format-spec.el" "fringe.el" "generic-x.el"
32498 ;;;;;; "gnus/compface.el" "gnus/gnus-async.el" "gnus/gnus-bcklg.el"
32499 ;;;;;; "gnus/gnus-cite.el" "gnus/gnus-cloud.el" "gnus/gnus-cus.el"
32500 ;;;;;; "gnus/gnus-demon.el" "gnus/gnus-dup.el" "gnus/gnus-eform.el"
32501 ;;;;;; "gnus/gnus-ems.el" "gnus/gnus-icalendar.el" "gnus/gnus-int.el"
32502 ;;;;;; "gnus/gnus-logic.el" "gnus/gnus-mh.el" "gnus/gnus-salt.el"
32503 ;;;;;; "gnus/gnus-score.el" "gnus/gnus-srvr.el" "gnus/gnus-topic.el"
32504 ;;;;;; "gnus/gnus-undo.el" "gnus/gnus-util.el" "gnus/gnus-uu.el"
32505 ;;;;;; "gnus/gnus-vm.el" "gnus/gssapi.el" "gnus/ietf-drums.el" "gnus/legacy-gnus-agent.el"
32506 ;;;;;; "gnus/mail-parse.el" "gnus/mail-prsvr.el" "gnus/mail-source.el"
32507 ;;;;;; "gnus/mailcap.el" "gnus/messcompat.el" "gnus/mm-archive.el"
32508 ;;;;;; "gnus/mm-bodies.el" "gnus/mm-decode.el" "gnus/mm-util.el"
32509 ;;;;;; "gnus/mm-view.el" "gnus/mml-sec.el" "gnus/mml-smime.el" "gnus/nnagent.el"
32510 ;;;;;; "gnus/nnbabyl.el" "gnus/nndir.el" "gnus/nndraft.el" "gnus/nneething.el"
32511 ;;;;;; "gnus/nngateway.el" "gnus/nnheader.el" "gnus/nnimap.el" "gnus/nnir.el"
32512 ;;;;;; "gnus/nnmail.el" "gnus/nnmaildir.el" "gnus/nnmairix.el" "gnus/nnmbox.el"
32513 ;;;;;; "gnus/nnmh.el" "gnus/nnnil.el" "gnus/nnoo.el" "gnus/nnregistry.el"
32514 ;;;;;; "gnus/nnrss.el" "gnus/nnspool.el" "gnus/nntp.el" "gnus/nnvirtual.el"
32515 ;;;;;; "gnus/nnweb.el" "gnus/registry.el" "gnus/rfc1843.el" "gnus/rfc2045.el"
32516 ;;;;;; "gnus/rfc2047.el" "gnus/rfc2231.el" "gnus/rtree.el" "gnus/sieve-manage.el"
32517 ;;;;;; "gnus/smime.el" "gnus/spam-stat.el" "gnus/spam-wash.el" "hex-util.el"
32518 ;;;;;; "hfy-cmap.el" "htmlfontify-loaddefs.el" "ibuf-ext.el" "ibuffer-loaddefs.el"
32519 ;;;;;; "international/charscript.el" "international/fontset.el"
32520 ;;;;;; "international/iso-ascii.el" "international/ja-dic-cnv.el"
32521 ;;;;;; "international/ja-dic-utl.el" "international/ogonek.el" "international/uni-bidi.el"
32522 ;;;;;; "international/uni-brackets.el" "international/uni-category.el"
32523 ;;;;;; "international/uni-combining.el" "international/uni-comment.el"
32524 ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
32525 ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
32526 ;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
32527 ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
32528 ;;;;;; "international/uni-titlecase.el" "international/uni-uppercase.el"
32529 ;;;;;; "kermit.el" "language/hanja-util.el" "language/thai-word.el"
32530 ;;;;;; "ldefs-boot.el" "leim/ja-dic/ja-dic.el" "leim/quail/arabic.el"
32531 ;;;;;; "leim/quail/croatian.el" "leim/quail/cyril-jis.el" "leim/quail/cyrillic.el"
32532 ;;;;;; "leim/quail/czech.el" "leim/quail/ethiopic.el" "leim/quail/georgian.el"
32533 ;;;;;; "leim/quail/greek.el" "leim/quail/hanja-jis.el" "leim/quail/hanja.el"
32534 ;;;;;; "leim/quail/hanja3.el" "leim/quail/hebrew.el" "leim/quail/indian.el"
32535 ;;;;;; "leim/quail/ipa-praat.el" "leim/quail/ipa.el" "leim/quail/japanese.el"
32536 ;;;;;; "leim/quail/lao.el" "leim/quail/latin-alt.el" "leim/quail/latin-ltx.el"
32537 ;;;;;; "leim/quail/latin-post.el" "leim/quail/latin-pre.el" "leim/quail/lrt.el"
32538 ;;;;;; "leim/quail/persian.el" "leim/quail/programmer-dvorak.el"
32539 ;;;;;; "leim/quail/py-punct.el" "leim/quail/pypunct-b5.el" "leim/quail/rfc1345.el"
32540 ;;;;;; "leim/quail/sgml-input.el" "leim/quail/sisheng.el" "leim/quail/slovak.el"
32541 ;;;;;; "leim/quail/symbol-ksc.el" "leim/quail/tamil-dvorak.el" "leim/quail/thai.el"
32542 ;;;;;; "leim/quail/tibetan.el" "leim/quail/viqr.el" "leim/quail/vntelex.el"
32543 ;;;;;; "leim/quail/vnvni.el" "leim/quail/welsh.el" "loadup.el" "mail/blessmail.el"
32544 ;;;;;; "mail/mailheader.el" "mail/mspools.el" "mail/rfc2368.el"
32545 ;;;;;; "mail/rfc822.el" "mail/rmail-loaddefs.el" "mail/rmail-spam-filter.el"
32546 ;;;;;; "mail/rmailedit.el" "mail/rmailkwd.el" "mail/rmailmm.el"
32547 ;;;;;; "mail/rmailmsc.el" "mail/rmailsort.el" "mail/rmailsum.el"
32548 ;;;;;; "mail/undigest.el" "mh-e/mh-acros.el" "mh-e/mh-alias.el"
32549 ;;;;;; "mh-e/mh-buffers.el" "mh-e/mh-compat.el" "mh-e/mh-funcs.el"
32550 ;;;;;; "mh-e/mh-gnus.el" "mh-e/mh-identity.el" "mh-e/mh-inc.el"
32551 ;;;;;; "mh-e/mh-junk.el" "mh-e/mh-letter.el" "mh-e/mh-limit.el"
32552 ;;;;;; "mh-e/mh-loaddefs.el" "mh-e/mh-mime.el" "mh-e/mh-print.el"
32553 ;;;;;; "mh-e/mh-scan.el" "mh-e/mh-search.el" "mh-e/mh-seq.el" "mh-e/mh-show.el"
32554 ;;;;;; "mh-e/mh-speed.el" "mh-e/mh-thread.el" "mh-e/mh-tool-bar.el"
32555 ;;;;;; "mh-e/mh-utils.el" "mh-e/mh-xface.el" "mouse-copy.el" "mwheel.el"
32556 ;;;;;; "net/dns.el" "net/eudc-vars.el" "net/eudcb-bbdb.el" "net/eudcb-ldap.el"
32557 ;;;;;; "net/eudcb-mab.el" "net/hmac-def.el" "net/hmac-md5.el" "net/imap.el"
32558 ;;;;;; "net/ldap.el" "net/mairix.el" "net/newsticker.el" "net/nsm.el"
32559 ;;;;;; "net/rfc2104.el" "net/sasl-cram.el" "net/sasl-digest.el"
32560 ;;;;;; "net/sasl-scram-rfc.el" "net/sasl.el" "net/shr-color.el"
32561 ;;;;;; "net/soap-inspect.el" "net/socks.el" "net/tls.el" "net/tramp-adb.el"
32562 ;;;;;; "net/tramp-cache.el" "net/tramp-cmds.el" "net/tramp-compat.el"
32563 ;;;;;; "net/tramp-gvfs.el" "net/tramp-gw.el" "net/tramp-loaddefs.el"
32564 ;;;;;; "net/tramp-sh.el" "net/tramp-smb.el" "net/tramp-uu.el" "net/zeroconf.el"
32565 ;;;;;; "notifications.el" "nxml/nxml-enc.el" "nxml/nxml-maint.el"
32566 ;;;;;; "nxml/nxml-ns.el" "nxml/nxml-outln.el" "nxml/nxml-parse.el"
32567 ;;;;;; "nxml/nxml-rap.el" "nxml/nxml-util.el" "nxml/rng-dt.el" "nxml/rng-loc.el"
32568 ;;;;;; "nxml/rng-maint.el" "nxml/rng-match.el" "nxml/rng-parse.el"
32569 ;;;;;; "nxml/rng-pttrn.el" "nxml/rng-uri.el" "nxml/rng-util.el"
32570 ;;;;;; "nxml/xsd-regexp.el" "obarray.el" "org/ob-C.el" "org/ob-R.el"
32571 ;;;;;; "org/ob-asymptote.el" "org/ob-awk.el" "org/ob-calc.el" "org/ob-clojure.el"
32572 ;;;;;; "org/ob-comint.el" "org/ob-core.el" "org/ob-css.el" "org/ob-ditaa.el"
32573 ;;;;;; "org/ob-dot.el" "org/ob-emacs-lisp.el" "org/ob-eval.el" "org/ob-exp.el"
32574 ;;;;;; "org/ob-fortran.el" "org/ob-gnuplot.el" "org/ob-haskell.el"
32575 ;;;;;; "org/ob-io.el" "org/ob-java.el" "org/ob-js.el" "org/ob-keys.el"
32576 ;;;;;; "org/ob-latex.el" "org/ob-ledger.el" "org/ob-lilypond.el"
32577 ;;;;;; "org/ob-lisp.el" "org/ob-lob.el" "org/ob-makefile.el" "org/ob-matlab.el"
32578 ;;;;;; "org/ob-maxima.el" "org/ob-mscgen.el" "org/ob-ocaml.el" "org/ob-octave.el"
32579 ;;;;;; "org/ob-org.el" "org/ob-perl.el" "org/ob-picolisp.el" "org/ob-plantuml.el"
32580 ;;;;;; "org/ob-python.el" "org/ob-ref.el" "org/ob-ruby.el" "org/ob-sass.el"
32581 ;;;;;; "org/ob-scala.el" "org/ob-scheme.el" "org/ob-screen.el" "org/ob-sh.el"
32582 ;;;;;; "org/ob-shen.el" "org/ob-sql.el" "org/ob-sqlite.el" "org/ob-table.el"
32583 ;;;;;; "org/ob-tangle.el" "org/ob.el" "org/org-archive.el" "org/org-attach.el"
32584 ;;;;;; "org/org-bbdb.el" "org/org-bibtex.el" "org/org-clock.el"
32585 ;;;;;; "org/org-crypt.el" "org/org-ctags.el" "org/org-datetree.el"
32586 ;;;;;; "org/org-docview.el" "org/org-element.el" "org/org-entities.el"
32587 ;;;;;; "org/org-eshell.el" "org/org-faces.el" "org/org-feed.el"
32588 ;;;;;; "org/org-footnote.el" "org/org-gnus.el" "org/org-habit.el"
32589 ;;;;;; "org/org-id.el" "org/org-indent.el" "org/org-info.el" "org/org-inlinetask.el"
32590 ;;;;;; "org/org-install.el" "org/org-irc.el" "org/org-list.el" "org/org-macro.el"
32591 ;;;;;; "org/org-mhe.el" "org/org-mobile.el" "org/org-mouse.el" "org/org-pcomplete.el"
32592 ;;;;;; "org/org-plot.el" "org/org-protocol.el" "org/org-rmail.el"
32593 ;;;;;; "org/org-src.el" "org/org-table.el" "org/org-timer.el" "org/org-w3m.el"
32594 ;;;;;; "org/ox-ascii.el" "org/ox-beamer.el" "org/ox-html.el" "org/ox-icalendar.el"
32595 ;;;;;; "org/ox-latex.el" "org/ox-man.el" "org/ox-md.el" "org/ox-odt.el"
32596 ;;;;;; "org/ox-org.el" "org/ox-publish.el" "org/ox-texinfo.el" "org/ox.el"
32597 ;;;;;; "play/gametree.el" "progmodes/ada-prj.el" "progmodes/cc-align.el"
32598 ;;;;;; "progmodes/cc-awk.el" "progmodes/cc-bytecomp.el" "progmodes/cc-cmds.el"
32599 ;;;;;; "progmodes/cc-defs.el" "progmodes/cc-fonts.el" "progmodes/cc-langs.el"
32600 ;;;;;; "progmodes/cc-menus.el" "progmodes/ebnf-abn.el" "progmodes/ebnf-bnf.el"
32601 ;;;;;; "progmodes/ebnf-dtd.el" "progmodes/ebnf-ebx.el" "progmodes/ebnf-iso.el"
32602 ;;;;;; "progmodes/ebnf-otz.el" "progmodes/ebnf-yac.el" "progmodes/idlw-complete-structtag.el"
32603 ;;;;;; "progmodes/idlw-help.el" "progmodes/idlw-toolbar.el" "progmodes/mantemp.el"
32604 ;;;;;; "progmodes/xscheme.el" "ps-def.el" "ps-mule.el" "ps-print-loaddefs.el"
32605 ;;;;;; "ps-samp.el" "sb-image.el" "scroll-bar.el" "soundex.el" "subdirs.el"
32606 ;;;;;; "tempo.el" "textmodes/bib-mode.el" "textmodes/makeinfo.el"
32607 ;;;;;; "textmodes/page-ext.el" "textmodes/refbib.el" "textmodes/refer.el"
32608 ;;;;;; "textmodes/reftex-auc.el" "textmodes/reftex-cite.el" "textmodes/reftex-dcr.el"
32609 ;;;;;; "textmodes/reftex-global.el" "textmodes/reftex-index.el"
32610 ;;;;;; "textmodes/reftex-loaddefs.el" "textmodes/reftex-parse.el"
32611 ;;;;;; "textmodes/reftex-ref.el" "textmodes/reftex-sel.el" "textmodes/reftex-toc.el"
32612 ;;;;;; "textmodes/texnfo-upd.el" "timezone.el" "tooltip.el" "tree-widget.el"
32613 ;;;;;; "url/url-about.el" "url/url-cookie.el" "url/url-dired.el"
32614 ;;;;;; "url/url-domsuf.el" "url/url-expand.el" "url/url-ftp.el"
32615 ;;;;;; "url/url-future.el" "url/url-history.el" "url/url-imap.el"
32616 ;;;;;; "url/url-methods.el" "url/url-nfs.el" "url/url-proxy.el"
32617 ;;;;;; "url/url-vars.el" "vc/ediff-diff.el" "vc/ediff-init.el" "vc/ediff-merg.el"
32618 ;;;;;; "vc/ediff-ptch.el" "vc/ediff-vers.el" "vc/ediff-wind.el"
32619 ;;;;;; "vc/pcvs-info.el" "vc/pcvs-parse.el" "vc/pcvs-util.el" "vc/vc-dav.el"
32620 ;;;;;; "vc/vc-filewise.el" "vcursor.el" "vt-control.el" "vt100-led.el"
32621 ;;;;;; "w32-fns.el" "w32-vars.el" "x-dnd.el") (22231 5798 73781
32622 ;;;;;; 185000))
32623
32624 ;;;***
32625 \f
32626 (provide 'loaddefs)
32627 ;; Local Variables:
32628 ;; version-control: never
32629 ;; no-byte-compile: t
32630 ;; no-update-autoloads: t
32631 ;; coding: utf-8
32632 ;; End:
32633 ;;; loaddefs.el ends here